@charset "UTF-8";

/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */

html {
  line-height: 1.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers (opinionated).
 */

body {
  margin: 0;
}

/**
 * Add the correct display in IE 9-.
 */

article,
footer,
header,
nav,
section {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */

main {
  /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */

a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */

b {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */

/**
 * Add the correct background and color in IE 9-.
 */

/**
 * Add the correct font size in all browsers.
 */

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 */

audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */

audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */

img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */

svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */

button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */

[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */

details,
menu {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Scripting
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 */

/**
 * Add the correct display in IE.
 */

template {
  display: none;
}

/* Hidden
   ========================================================================== */

/**
 * Add the correct display in IE 10-.
 */

[hidden] {
  display: none;
}

/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */

/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */

html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article,
details,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

b {
  font-weight: bold;
}

h1 {
  margin: .67em 0;
  font-size: 2em;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sup {
  top: -.5em;
}

sub {
  bottom: -.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

hr {
  height: 0;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

pre {
  overflow: auto;
}

code,
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font: inherit;
  color: inherit;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}

input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"] {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-appearance: textfield;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  padding: .35em .625em .75em;
  margin: 0 2px;
  border: 1px solid #c0c0c0;
}

legend {
  padding: 0;
  border: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-spacing: 0;
  border-collapse: collapse;
}

td,
th {
  padding: 0;
}

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */

@font-face {
  font-family: 'Glyphicons Halflings';
  src: url("../fonts/glyphicons-halflings-regular.eot");
  src: url("../fonts/glyphicons-halflings-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/glyphicons-halflings-regular.woff2") format("woff2"), url("../fonts/glyphicons-halflings-regular.woff") format("woff"), url("../fonts/glyphicons-halflings-regular.ttf") format("truetype"), url("../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular") format("svg");
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333;
  background-color: #fff;
}

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

a {
  color: #337ab7;
  text-decoration: none;
}

a:hover,
a:focus {
  color: #23527c;
  text-decoration: underline;
}

a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

img {
  vertical-align: middle;
}

.img-circle {
  border-radius: 50%;
}

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eee;
}

[role="button"] {
  cursor: pointer;
}

h1,
h2,
h3,
h4,
h5,
.h1,
.h2,
.h3,
.h4,
.h5 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}

h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}

h4,
.h4,
h5,
.h5 {
  margin-top: 10px;
  margin-bottom: 10px;
}

h1,
.h1 {
  font-size: 36px;
}

h2,
.h2 {
  font-size: 30px;
}

h3,
.h3 {
  font-size: 24px;
}

h4,
.h4 {
  font-size: 18px;
}

h5,
.h5 {
  font-size: 14px;
}

p {
  margin: 0 0 10px;
}

ul {
  margin-top: 0;
  margin-bottom: 10px;
}

ul ul {
  margin-bottom: 0;
}

address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857143;
}

code,
pre {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}

code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px;
}

pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857143;
  color: #333;
  word-break: break-all;
  word-wrap: break-word;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px;
}

pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}

.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.container-fluid {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.row {
  margin-right: -15px;
  margin-left: -15px;
}

.col-md-10 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

table {
  background-color: transparent;
}

caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777;
  text-align: left;
}

th {
  text-align: left;
}

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}

.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd;
}

.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}

.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}

.table > tbody + tbody {
  border-top: 2px solid #ddd;
}

.table .table {
  background-color: #fff;
}

table col[class*="col-"] {
  position: static;
  display: table-column;
  float: none;
}

table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  display: table-cell;
  float: none;
}

.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}

.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}

.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}

input[type="search"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}

input[type="file"] {
  display: block;
}

select[multiple],
select[size] {
  height: auto;
}

input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
}

input[type="search"] {
  -webkit-appearance: none;
}

.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}

.radio label,
.checkbox label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}

.radio input[type="radio"],
.checkbox input[type="checkbox"] {
  position: absolute;
  margin-top: 4px \9;
  margin-left: -20px;
}

.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}

input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"].disabled,
input[type="checkbox"].disabled,
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"] {
  cursor: not-allowed;
}

.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}

.btn {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}

.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.btn:hover,
.btn:focus,
.btn.focus {
  color: #333;
  text-decoration: none;
}

.btn:active,
.btn.active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
  opacity: .65;
}

a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none;
}

.fade {
  opacity: 0;
  -webkit-transition: opacity .15s linear;
  transition: opacity .15s linear;
}

.fade.in {
  opacity: 1;
}

.collapse {
  display: none;
}

.collapse.in {
  display: block;
}

tr.collapse.in {
  display: table-row;
}

tbody.collapse.in {
  display: table-row-group;
}

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}

.open > a {
  outline: 0;
}

.btn .caret {
  margin-left: 0;
}

.nav {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav > li {
  position: relative;
  display: block;
}

.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}

.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #eee;
}

.nav > li.disabled > a {
  color: #777;
}

.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #777;
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
}

.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #eee;
  border-color: #337ab7;
}

.nav > li > a > img {
  max-width: none;
}

.pager {
  padding-left: 0;
  margin: 20px 0;
  text-align: center;
  list-style: none;
}

.pager li {
  display: inline;
}

.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 15px;
}

.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #eee;
}

.pager .next > a,
.pager .next > span {
  float: right;
}

.pager .previous > a,
.pager .previous > span {
  float: left;
}

.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
}

.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}

a.label:hover,
a.label:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

.label:empty {
  display: none;
}

.btn .label {
  position: relative;
  top: -1px;
}

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }

  to {
    background-position: 0 0;
  }
}

@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }

  to {
    background-position: 0 0;
  }
}

.progress {
  height: 20px;
  margin-bottom: 20px;
  overflow: hidden;
  background-color: #f5f5f5;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

.media {
  margin-top: 15px;
}

.media:first-child {
  margin-top: 0;
}

.media {
  overflow: hidden;
  zoom: 1;
}

.panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

.panel > .table {
  margin-bottom: 0;
}

.panel > .table caption {
  padding-right: 15px;
  padding-left: 15px;
}

.panel > .table:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

.panel > .table:first-child > thead:first-child > tr:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 3px;
}

.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 3px;
}

.panel > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 3px;
}

.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 3px;
}

.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}

.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  filter: alpha(opacity=20);
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  filter: alpha(opacity=50);
  opacity: initial;
}

button.close {
  -webkit-appearance: none;
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
}

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}

.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.nav:before,
.nav:after,
.pager:before,
.pager:after {
  display: table;
  content: " ";
}

.container:after,
.container-fluid:after,
.row:after,
.nav:after,
.pager:after {
  clear: both;
}

.hide {
  display: none;
}

.show {
  display: block;
}

.hidden {
  display: none !important;
}

@-ms-viewport {
  width: device-width;
}

.nice-select {
  -webkit-tap-highlight-color: transparent;
  background-color: #fff;
  border-radius: 5px;
  border: solid 1px #e8e8e8;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  clear: both;
  cursor: pointer;
  display: block;
  float: left;
  font-family: inherit;
  font-size: 14px;
  font-weight: normal;
  height: 42px;
  line-height: 40px;
  outline: none;
  padding-left: 18px;
  padding-right: 30px;
  position: relative;
  text-align: left !important;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
  width: auto;
}

.nice-select:hover {
  border-color: #dbdbdb;
}

.nice-select:active,
.nice-select.open,
.nice-select:focus {
  border-color: #999;
}

.nice-select:after {
  border-bottom: 2px solid #999;
  border-right: 2px solid #999;
  content: '';
  display: block;
  height: 5px;
  margin-top: -4px;
  pointer-events: none;
  position: absolute;
  right: 12px;
  top: 50%;
  -webkit-transform-origin: 66% 66%;
  -ms-transform-origin: 66% 66%;
  transform-origin: 66% 66%;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  width: 5px;
}

.nice-select.open:after {
  -webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

.nice-select.open .list {
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: scale(1) translateY(0);
  -ms-transform: scale(1) translateY(0);
  transform: scale(1) translateY(0);
}

.nice-select.disabled {
  border-color: #ededed;
  color: #999;
  pointer-events: none;
}

.nice-select.disabled:after {
  border-color: #cccccc;
}

.nice-select.wide {
  width: 100%;
}

.nice-select.wide .list {
  left: 0 !important;
  right: 0 !important;
}

.nice-select.right {
  float: right;
}

.nice-select.right .list {
  left: auto;
  right: 0;
}

.nice-select.small {
  font-size: 12px;
  height: 36px;
  line-height: 34px;
}

.nice-select.small:after {
  height: 4px;
  width: 4px;
}

.nice-select.small .option {
  line-height: 34px;
  min-height: 34px;
}

.nice-select .list {
  background-color: #fff;
  border-radius: 5px;
  -webkit-box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
          box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-top: 4px;
  opacity: 0;
  overflow: hidden;
  padding: 0;
  pointer-events: none;
  position: absolute;
  top: 100%;
  left: 0;
  -webkit-transform-origin: 50% 0;
  -ms-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-transform: scale(0.75) translateY(-21px);
  -ms-transform: scale(0.75) translateY(-21px);
  transform: scale(0.75) translateY(-21px);
  -webkit-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
  transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
  z-index: 9;
}

.nice-select .list:hover .option:not(:hover) {
  background-color: transparent !important;
}

.nice-select .option {
  cursor: pointer;
  font-weight: 400;
  line-height: 40px;
  list-style: none;
  min-height: 40px;
  outline: none;
  padding-left: 18px;
  padding-right: 29px;
  text-align: left;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.nice-select .option:hover,
.nice-select .option.focus,
.nice-select .option.selected.focus {
  background-color: #f6f6f6;
}

.nice-select .option.selected {
  font-weight: bold;
}

.nice-select .option.disabled {
  background-color: transparent;
  color: #999;
  cursor: default;
}

.no-csspointerevents .nice-select .list {
  display: none;
}

.no-csspointerevents .nice-select.open .list {
  display: block;
}

body.compensate-for-scrollbar {
  overflow: hidden;
}

.fancybox-active {
  height: auto;
}

.fancybox-is-hidden {
  left: -9999px;
  margin: 0;
  position: absolute !important;
  top: -9999px;
  visibility: hidden;
}

.fancybox-container {
  -webkit-backface-visibility: hidden;
  height: 100%;
  left: 0;
  outline: none;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  width: 100%;
  z-index: 99992;
}

.fancybox-container * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.fancybox-bg,
.fancybox-inner,
.fancybox-outer,
.fancybox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
}

.fancybox-bg {
  background: #1e1e1e;
  opacity: 0;
  -webkit-transition-duration: inherit;
          transition-duration: inherit;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
          transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}

.fancybox-is-open .fancybox-bg {
  opacity: .9;
  -webkit-transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
          transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}

.fancybox-caption,
.fancybox-infobar,
.fancybox-navigation .fancybox-button,
.fancybox-toolbar {
  direction: ltr;
  opacity: 0;
  position: absolute;
  -webkit-transition: opacity .25s ease,visibility 0s ease .25s;
  transition: opacity .25s ease,visibility 0s ease .25s;
  visibility: hidden;
  z-index: 99997;
}

.fancybox-show-caption .fancybox-caption,
.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-nav .fancybox-navigation .fancybox-button,
.fancybox-show-toolbar .fancybox-toolbar {
  opacity: 1;
  -webkit-transition: opacity .25s ease 0s,visibility 0s ease 0s;
  transition: opacity .25s ease 0s,visibility 0s ease 0s;
  visibility: visible;
}

.fancybox-infobar {
  color: #ccc;
  font-size: 13px;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 44px;
  left: 0;
  line-height: 44px;
  min-width: 44px;
  mix-blend-mode: difference;
  padding: 0 10px;
  pointer-events: none;
  top: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.fancybox-toolbar {
  right: 0;
  top: 0;
}

.fancybox-stage {
  direction: ltr;
  overflow: visible;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  z-index: 99994;
}

.fancybox-is-open .fancybox-stage {
  overflow: hidden;
}

.fancybox-slide {
  -webkit-backface-visibility: hidden;
  display: none;
  height: 100%;
  left: 0;
  outline: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: absolute;
  text-align: center;
  top: 0;
  -webkit-transition-property: opacity,-webkit-transform;
  transition-property: opacity,-webkit-transform;
  transition-property: transform,opacity;
  transition-property: transform,opacity,-webkit-transform;
  white-space: normal;
  width: 100%;
  z-index: 99994;
}

.fancybox-slide:before {
  content: "";
  display: inline-block;
  font-size: 0;
  height: 100%;
  vertical-align: middle;
  width: 0;
}

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--current,
.fancybox-slide--next,
.fancybox-slide--previous {
  display: block;
}

.fancybox-slide--image {
  overflow: hidden;
  padding: 44px 0;
}

.fancybox-slide--image:before {
  display: none;
}

.fancybox-slide--html {
  padding: 6px;
}

.fancybox-content {
  background: #fff;
  display: inline-block;
  margin: 0;
  max-width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: relative;
  text-align: left;
  vertical-align: middle;
}

.fancybox-slide--image .fancybox-content {
  -webkit-animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
          animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  -webkit-backface-visibility: hidden;
  background: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-transform-origin: top left;
      -ms-transform-origin: top left;
          transform-origin: top left;
  -webkit-transition-property: opacity,-webkit-transform;
  transition-property: opacity,-webkit-transform;
  transition-property: transform,opacity;
  transition-property: transform,opacity,-webkit-transform;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 99995;
}

.fancybox-can-zoomOut .fancybox-content {
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.fancybox-can-zoomIn .fancybox-content {
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}

.fancybox-can-pan .fancybox-content,
.fancybox-can-swipe .fancybox-content {
  cursor: -webkit-grab;
  cursor: grab;
}

.fancybox-is-grabbing .fancybox-content {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.fancybox-container [data-selectable=true] {
  cursor: text;
}

.fancybox-image,
.fancybox-spaceball {
  background: transparent;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%;
}

.fancybox-spaceball {
  z-index: 1;
}

.fancybox-slide--iframe .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--video .fancybox-content {
  height: 100%;
  overflow: visible;
  padding: 0;
  width: 100%;
}

.fancybox-slide--video .fancybox-content {
  background: #000;
}

.fancybox-slide--map .fancybox-content {
  background: #e5e3df;
}

.fancybox-slide--iframe .fancybox-content {
  background: #fff;
}

.fancybox-iframe,
.fancybox-video {
  background: transparent;
  border: 0;
  display: block;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%;
}

.fancybox-iframe {
  left: 0;
  position: absolute;
  top: 0;
}

.fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%;
}

.fancybox-error p {
  color: #444;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0;
}

.fancybox-button {
  background: rgba(30, 30, 30, 0.6);
  border: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  padding: 10px;
  position: relative;
  -webkit-transition: color .2s;
  transition: color .2s;
  vertical-align: top;
  visibility: inherit;
  width: 44px;
}

.fancybox-button,
.fancybox-button:link,
.fancybox-button:visited {
  color: #ccc;
}

.fancybox-button:hover {
  color: #fff;
}

.fancybox-button:focus {
  outline: none;
}

.fancybox-button.fancybox-focus {
  outline: 1px dotted;
}

.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
  color: #888;
  cursor: default;
  outline: none;
}

.fancybox-button div {
  height: 100%;
}

.fancybox-button svg {
  display: block;
  height: 100%;
  overflow: visible;
  position: relative;
  width: 100%;
}

.fancybox-button svg path {
  fill: currentColor;
  stroke-width: 0;
}

.fancybox-button--fsenter svg:nth-child(2),
.fancybox-button--fsexit svg:first-child,
.fancybox-button--pause svg:first-child,
.fancybox-button--play svg:nth-child(2) {
  display: none;
}

.fancybox-progress {
  background: #ff5268;
  height: 2px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transform: scaleX(0);
      -ms-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: 0;
      -ms-transform-origin: 0;
          transform-origin: 0;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  z-index: 99998;
}

.fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #ccc;
  cursor: pointer;
  opacity: .8;
  padding: 8px;
  position: absolute;
  right: -12px;
  top: -44px;
  z-index: 401;
}

.fancybox-close-small:hover {
  color: #fff;
  opacity: 1;
}

.fancybox-slide--html .fancybox-close-small {
  color: currentColor;
  padding: 10px;
  right: 0;
  top: 0;
}

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
  overflow: hidden;
}

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
  display: none;
}

.fancybox-navigation .fancybox-button {
  background-clip: content-box;
  height: 100px;
  opacity: 0;
  position: absolute;
  top: calc(50% - 50px);
  width: 70px;
}

.fancybox-navigation .fancybox-button div {
  padding: 7px;
}

.fancybox-navigation .fancybox-button--arrow_left {
  left: 0;
  left: env(safe-area-inset-left);
  padding: 31px 26px 31px 6px;
}

.fancybox-navigation .fancybox-button--arrow_right {
  padding: 31px 6px 31px 26px;
  right: 0;
  right: env(safe-area-inset-right);
}

.fancybox-caption {
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, rgba(0, 0, 0, 0.85)), color-stop(50%, rgba(0, 0, 0, 0.3)), color-stop(65%, rgba(0, 0, 0, 0.15)), color-stop(75.5%, rgba(0, 0, 0, 0.075)), color-stop(82.85%, rgba(0, 0, 0, 0.037)), color-stop(88%, rgba(0, 0, 0, 0.019)), to(transparent));
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.85) 0, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.15) 65%, rgba(0, 0, 0, 0.075) 75.5%, rgba(0, 0, 0, 0.037) 82.85%, rgba(0, 0, 0, 0.019) 88%, transparent);
  bottom: 0;
  color: #eee;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 75px 44px 25px;
  pointer-events: none;
  right: 0;
  text-align: center;
  z-index: 99996;
}

@supports (padding: max(0px)) {
  .fancybox-caption {
    padding: 75px max(44px, env(safe-area-inset-right)) max(25px, env(safe-area-inset-bottom)) max(44px, env(safe-area-inset-left));
  }
}

.fancybox-caption--separate {
  margin-top: -50px;
}

.fancybox-caption__body {
  max-height: 50vh;
  overflow: auto;
  pointer-events: all;
}

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
  color: #ccc;
  text-decoration: none;
}

.fancybox-caption a:hover {
  color: #fff;
  text-decoration: underline;
}

.fancybox-loading {
  -webkit-animation: a 1s linear infinite;
          animation: a 1s linear infinite;
  background: transparent;
  border: 4px solid #888;
  border-bottom-color: #fff;
  border-radius: 50%;
  height: 50px;
  left: 50%;
  margin: -25px 0 0 -25px;
  opacity: .7;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 50px;
  z-index: 99999;
}

@-webkit-keyframes a {
  to {
    -webkit-transform: rotate(1turn);
            transform: rotate(1turn);
  }
}

@keyframes a {
  to {
    -webkit-transform: rotate(1turn);
            transform: rotate(1turn);
  }
}

.fancybox-animated {
  -webkit-transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
          transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}

.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: translate3d(-100%, 0, 0);
          transform: translate3d(-100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: translate3d(100%, 0, 0);
          transform: translate3d(100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}

.fancybox-fx-fade.fancybox-slide--next,
.fancybox-fx-fade.fancybox-slide--previous {
  opacity: 0;
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
          transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1;
}

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(1.5, 1.5, 1.5);
          transform: scale3d(1.5, 1.5, 1.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
          transform: scale3d(0.5, 0.5, 0.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scaleX(1);
      -ms-transform: scaleX(1);
          transform: scaleX(1);
}

.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: rotate(-1turn);
      -ms-transform: rotate(-1turn);
          transform: rotate(-1turn);
}

.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: rotate(1turn);
      -ms-transform: rotate(1turn);
          transform: rotate(1turn);
}

.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg);
}

.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
          transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
          transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scaleX(1) translateZ(0);
          transform: scaleX(1) translateZ(0);
}

.fancybox-fx-tube.fancybox-slide--previous {
  -webkit-transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
          transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
}

.fancybox-fx-tube.fancybox-slide--next {
  -webkit-transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
          transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
}

.fancybox-fx-tube.fancybox-slide--current {
  -webkit-transform: translateZ(0) scale(1);
          transform: translateZ(0) scale(1);
}

.fancybox-share {
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center;
}

.fancybox-share h1 {
  color: #222;
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 20px;
}

.fancybox-share p {
  margin: 0;
  padding: 0;
}

.fancybox-share__button {
  border: 0;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  margin: 0 5px 10px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  -webkit-transition: all .2s;
  transition: all .2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
}

.fancybox-share__button:link,
.fancybox-share__button:visited {
  color: #fff;
}

.fancybox-share__button:hover {
  text-decoration: none;
}

.fancybox-share__button--fb {
  background: #3b5998;
}

.fancybox-share__button--fb:hover {
  background: #344e86;
}

.fancybox-share__button--pt {
  background: #bd081d;
}

.fancybox-share__button--pt:hover {
  background: #aa0719;
}

.fancybox-share__button--tw {
  background: #1da1f2;
}

.fancybox-share__button--tw:hover {
  background: #0d95e8;
}

.fancybox-share__button svg {
  height: 25px;
  margin-right: 7px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 25px;
}

.fancybox-share__button svg path {
  fill: #fff;
}

.fancybox-share__input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  color: #5d5b5b;
  font-size: 14px;
  margin: 10px 0 0;
  outline: none;
  padding: 10px 15px;
  width: 100%;
}

.fancybox-thumbs {
  background: #ddd;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  top: 0;
  width: 212px;
  z-index: 99995;
}

.fancybox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden;
}

.fancybox-show-thumbs .fancybox-thumbs {
  display: block;
}

.fancybox-show-thumbs .fancybox-inner {
  right: 212px;
}

.fancybox-thumbs__list {
  font-size: 0;
  height: 100%;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  position: relative;
  white-space: nowrap;
  width: 100%;
}

.fancybox-thumbs-x .fancybox-thumbs__list {
  overflow: hidden;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
  width: 7px;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
          box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px;
}

.fancybox-thumbs__list a {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: rgba(0, 0, 0, 0.1);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: calc(100% - 8px);
  max-width: calc(50% - 4px);
  outline: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px;
}

.fancybox-thumbs__list a:before {
  border: 6px solid #ff5268;
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 99991;
}

.fancybox-thumbs__list a:focus:before {
  opacity: .5;
}

.fancybox-thumbs__list a.fancybox-thumbs-active:before {
  opacity: 1;
}

/* Slider */

.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -ms-touch-action: pan-y;
      touch-action: pan-y;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: '';
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir='rtl'] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */

.slick-loading .slick-list {
  background: #fff url("../img/plugins/slick/ajax-loader.gif") center center no-repeat;
}

/* Arrows */

.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: transparent;
  outline: none;
  background: transparent;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: .25;
}

.slick-prev:before,
.slick-next:before {
  font-family: 'slick';
  font-size: 20px;
  line-height: 1;
  opacity: .75;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}

[dir='rtl'] .slick-prev {
  right: -25px;
  left: auto;
}

.slick-prev:before {
  content: '←';
}

[dir='rtl'] .slick-prev:before {
  content: '→';
}

.slick-next {
  right: -25px;
}

[dir='rtl'] .slick-next {
  right: auto;
  left: -25px;
}

.slick-next:before {
  content: '→';
}

[dir='rtl'] .slick-next:before {
  content: '←';
}

/* Dots */

.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  font-family: 'slick';
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: '•';
  text-align: center;
  opacity: .25;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  opacity: .75;
  color: black;
}

/* Slider */

.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat;
}

/* Icons */

@font-face {
  font-family: 'slick';
  font-weight: normal;
  font-style: normal;
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
}

/* Arrows */

.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: transparent;
  outline: none;
  background: transparent;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: .25;
}

.slick-prev:before,
.slick-next:before {
  font-family: 'slick';
  font-size: 20px;
  line-height: 1;
  opacity: .75;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}

[dir='rtl'] .slick-prev {
  right: -25px;
  left: auto;
}

.slick-prev:before {
  content: '←';
}

[dir='rtl'] .slick-prev:before {
  content: '→';
}

.slick-next {
  right: -25px;
}

[dir='rtl'] .slick-next {
  right: auto;
  left: -25px;
}

.slick-next:before {
  content: '→';
}

[dir='rtl'] .slick-next:before {
  content: '←';
}

/* Dots */

.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  font-family: 'slick';
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: '•';
  text-align: center;
  opacity: .25;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  opacity: .75;
  color: black;
}

/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.5.2
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2017 Daniel Eden
 */

.animated {
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}

.animated.hinge {
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
}

.animated.bounceIn,
.animated.bounceOut,
.animated.flipOutX,
.animated.flipOutY {
  -webkit-animation-duration: .75s;
          animation-duration: .75s;
}

@-webkit-keyframes bounce {
  0%, 20%, 53%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
  }

  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
            animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
            transform: translate3d(0, -30px, 0);
  }

  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
            animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
            transform: translate3d(0, -15px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, -4px, 0);
            transform: translate3d(0, -4px, 0);
  }
}

@keyframes bounce {
  0%, 20%, 53%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
  }

  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
            animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
            transform: translate3d(0, -30px, 0);
  }

  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
            animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
            transform: translate3d(0, -15px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, -4px, 0);
            transform: translate3d(0, -4px, 0);
  }
}

.bounce {
  -webkit-animation-name: bounce;
          animation-name: bounce;
  -webkit-transform-origin: center bottom;
      -ms-transform-origin: center bottom;
          transform-origin: center bottom;
}

@-webkit-keyframes flash {
  0%, 50%, to {
    opacity: 1;
  }

  25%, 75% {
    opacity: 0;
  }
}

@keyframes flash {
  0%, 50%, to {
    opacity: 1;
  }

  25%, 75% {
    opacity: 0;
  }
}

.flash {
  -webkit-animation-name: flash;
          animation-name: flash;
}

@keyframes pulse {
  0% {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }

  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
            transform: scale3d(1.05, 1.05, 1.05);
  }

  to {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
}

.pulse {
  -webkit-animation-name: pulse;
          animation-name: pulse;
}

@-webkit-keyframes rubberBand {
  0% {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }

  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
            transform: scale3d(1.25, 0.75, 1);
  }

  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
            transform: scale3d(0.75, 1.25, 1);
  }

  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
            transform: scale3d(1.15, 0.85, 1);
  }

  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
            transform: scale3d(0.95, 1.05, 1);
  }

  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
            transform: scale3d(1.05, 0.95, 1);
  }

  to {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
}

@keyframes rubberBand {
  0% {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }

  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
            transform: scale3d(1.25, 0.75, 1);
  }

  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
            transform: scale3d(0.75, 1.25, 1);
  }

  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
            transform: scale3d(1.15, 0.85, 1);
  }

  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
            transform: scale3d(0.95, 1.05, 1);
  }

  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
            transform: scale3d(1.05, 0.95, 1);
  }

  to {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
}

.rubberBand {
  -webkit-animation-name: rubberBand;
          animation-name: rubberBand;
}

@-webkit-keyframes shake {
  0%, to {
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
  }

  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
            transform: translate3d(-10px, 0, 0);
  }

  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
            transform: translate3d(10px, 0, 0);
  }
}

@keyframes shake {
  0%, to {
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
  }

  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
            transform: translate3d(-10px, 0, 0);
  }

  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
            transform: translate3d(10px, 0, 0);
  }
}

.shake {
  -webkit-animation-name: shake;
          animation-name: shake;
}

@-webkit-keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }

  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
            transform: translateX(-6px) rotateY(-9deg);
  }

  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
            transform: translateX(5px) rotateY(7deg);
  }

  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
            transform: translateX(-3px) rotateY(-5deg);
  }

  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
            transform: translateX(2px) rotateY(3deg);
  }

  50% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }

  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
            transform: translateX(-6px) rotateY(-9deg);
  }

  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
            transform: translateX(5px) rotateY(7deg);
  }

  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
            transform: translateX(-3px) rotateY(-5deg);
  }

  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
            transform: translateX(2px) rotateY(3deg);
  }

  50% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

.headShake {
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  -webkit-animation-name: headShake;
          animation-name: headShake;
}

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate(15deg);
            transform: rotate(15deg);
  }

  40% {
    -webkit-transform: rotate(-10deg);
            transform: rotate(-10deg);
  }

  60% {
    -webkit-transform: rotate(5deg);
            transform: rotate(5deg);
  }

  80% {
    -webkit-transform: rotate(-5deg);
            transform: rotate(-5deg);
  }

  to {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}

@keyframes swing {
  20% {
    -webkit-transform: rotate(15deg);
            transform: rotate(15deg);
  }

  40% {
    -webkit-transform: rotate(-10deg);
            transform: rotate(-10deg);
  }

  60% {
    -webkit-transform: rotate(5deg);
            transform: rotate(5deg);
  }

  80% {
    -webkit-transform: rotate(-5deg);
            transform: rotate(-5deg);
  }

  to {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}

.swing {
  -webkit-transform-origin: top center;
      -ms-transform-origin: top center;
          transform-origin: top center;
  -webkit-animation-name: swing;
          animation-name: swing;
}

@-webkit-keyframes tada {
  0% {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }

  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg);
            transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg);
  }

  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
            transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
  }

  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
            transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
  }

  to {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
}

@keyframes tada {
  0% {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }

  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg);
            transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg);
  }

  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
            transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
  }

  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
            transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
  }

  to {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
}

.tada {
  -webkit-animation-name: tada;
          animation-name: tada;
}

@-webkit-keyframes wobble {
  0% {
    -webkit-transform: none;
            transform: none;
  }

  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate(-5deg);
            transform: translate3d(-25%, 0, 0) rotate(-5deg);
  }

  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate(3deg);
            transform: translate3d(20%, 0, 0) rotate(3deg);
  }

  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate(-3deg);
            transform: translate3d(-15%, 0, 0) rotate(-3deg);
  }

  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate(2deg);
            transform: translate3d(10%, 0, 0) rotate(2deg);
  }

  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate(-1deg);
            transform: translate3d(-5%, 0, 0) rotate(-1deg);
  }

  to {
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes wobble {
  0% {
    -webkit-transform: none;
            transform: none;
  }

  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate(-5deg);
            transform: translate3d(-25%, 0, 0) rotate(-5deg);
  }

  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate(3deg);
            transform: translate3d(20%, 0, 0) rotate(3deg);
  }

  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate(-3deg);
            transform: translate3d(-15%, 0, 0) rotate(-3deg);
  }

  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate(2deg);
            transform: translate3d(10%, 0, 0) rotate(2deg);
  }

  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate(-1deg);
            transform: translate3d(-5%, 0, 0) rotate(-1deg);
  }

  to {
    -webkit-transform: none;
            transform: none;
  }
}

.wobble {
  -webkit-animation-name: wobble;
          animation-name: wobble;
}

@-webkit-keyframes jello {
  0%, 11.1%, to {
    -webkit-transform: none;
            transform: none;
  }

  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
            transform: skewX(-12.5deg) skewY(-12.5deg);
  }

  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
            transform: skewX(6.25deg) skewY(6.25deg);
  }

  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
            transform: skewX(-3.125deg) skewY(-3.125deg);
  }

  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
            transform: skewX(1.5625deg) skewY(1.5625deg);
  }

  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
            transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }

  77.7% {
    -webkit-transform: skewX(0.39062deg) skewY(0.39062deg);
            transform: skewX(0.39062deg) skewY(0.39062deg);
  }

  88.8% {
    -webkit-transform: skewX(-0.19531deg) skewY(-0.19531deg);
            transform: skewX(-0.19531deg) skewY(-0.19531deg);
  }
}

@keyframes jello {
  0%, 11.1%, to {
    -webkit-transform: none;
            transform: none;
  }

  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
            transform: skewX(-12.5deg) skewY(-12.5deg);
  }

  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
            transform: skewX(6.25deg) skewY(6.25deg);
  }

  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
            transform: skewX(-3.125deg) skewY(-3.125deg);
  }

  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
            transform: skewX(1.5625deg) skewY(1.5625deg);
  }

  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
            transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }

  77.7% {
    -webkit-transform: skewX(0.39062deg) skewY(0.39062deg);
            transform: skewX(0.39062deg) skewY(0.39062deg);
  }

  88.8% {
    -webkit-transform: skewX(-0.19531deg) skewY(-0.19531deg);
            transform: skewX(-0.19531deg) skewY(-0.19531deg);
  }
}

.jello {
  -webkit-animation-name: jello;
          animation-name: jello;
  -webkit-transform-origin: center;
      -ms-transform-origin: center;
          transform-origin: center;
}

@-webkit-keyframes bounceIn {
  0%, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
            transform: scale3d(0.3, 0.3, 0.3);
  }

  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
            transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
            transform: scale3d(0.9, 0.9, 0.9);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
            transform: scale3d(1.03, 1.03, 1.03);
  }

  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
            transform: scale3d(0.97, 0.97, 0.97);
  }

  to {
    opacity: 1;
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
}

@keyframes bounceIn {
  0%, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
            transform: scale3d(0.3, 0.3, 0.3);
  }

  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
            transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
            transform: scale3d(0.9, 0.9, 0.9);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
            transform: scale3d(1.03, 1.03, 1.03);
  }

  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
            transform: scale3d(0.97, 0.97, 0.97);
  }

  to {
    opacity: 1;
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
}

.bounceIn {
  -webkit-animation-name: bounceIn;
          animation-name: bounceIn;
}

@-webkit-keyframes bounceInDown {
  0%, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
            transform: translate3d(0, -3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
            transform: translate3d(0, 25px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, -10px, 0);
            transform: translate3d(0, -10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, 5px, 0);
            transform: translate3d(0, 5px, 0);
  }

  to {
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes bounceInDown {
  0%, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
            transform: translate3d(0, -3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
            transform: translate3d(0, 25px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, -10px, 0);
            transform: translate3d(0, -10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, 5px, 0);
            transform: translate3d(0, 5px, 0);
  }

  to {
    -webkit-transform: none;
            transform: none;
  }
}

.bounceInDown {
  -webkit-animation-name: bounceInDown;
          animation-name: bounceInDown;
}

@-webkit-keyframes bounceInLeft {
  0%, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
            transform: translate3d(-3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
            transform: translate3d(25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
            transform: translate3d(-10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(5px, 0, 0);
            transform: translate3d(5px, 0, 0);
  }

  to {
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes bounceInLeft {
  0%, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
            transform: translate3d(-3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
            transform: translate3d(25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
            transform: translate3d(-10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(5px, 0, 0);
            transform: translate3d(5px, 0, 0);
  }

  to {
    -webkit-transform: none;
            transform: none;
  }
}

.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
          animation-name: bounceInLeft;
}

@-webkit-keyframes bounceInRight {
  0%, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
            transform: translate3d(3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
            transform: translate3d(-25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(10px, 0, 0);
            transform: translate3d(10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
            transform: translate3d(-5px, 0, 0);
  }

  to {
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes bounceInRight {
  0%, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
            transform: translate3d(3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
            transform: translate3d(-25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(10px, 0, 0);
            transform: translate3d(10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
            transform: translate3d(-5px, 0, 0);
  }

  to {
    -webkit-transform: none;
            transform: none;
  }
}

.bounceInRight {
  -webkit-animation-name: bounceInRight;
          animation-name: bounceInRight;
}

@-webkit-keyframes bounceInUp {
  0%, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
            transform: translate3d(0, 3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
            transform: translate3d(0, -20px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, 10px, 0);
            transform: translate3d(0, 10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, -5px, 0);
            transform: translate3d(0, -5px, 0);
  }

  to {
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
  }
}

@keyframes bounceInUp {
  0%, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
            transform: translate3d(0, 3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
            transform: translate3d(0, -20px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, 10px, 0);
            transform: translate3d(0, 10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, -5px, 0);
            transform: translate3d(0, -5px, 0);
  }

  to {
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
  }
}

.bounceInUp {
  -webkit-animation-name: bounceInUp;
          animation-name: bounceInUp;
}

@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
            transform: scale3d(0.9, 0.9, 0.9);
  }

  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
            transform: scale3d(1.1, 1.1, 1.1);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
            transform: scale3d(0.3, 0.3, 0.3);
  }
}

@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
            transform: scale3d(0.9, 0.9, 0.9);
  }

  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
            transform: scale3d(1.1, 1.1, 1.1);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
            transform: scale3d(0.3, 0.3, 0.3);
  }
}

.bounceOut {
  -webkit-animation-name: bounceOut;
          animation-name: bounceOut;
}

@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
            transform: translate3d(0, 10px, 0);
  }

  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
            transform: translate3d(0, -20px, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
            transform: translate3d(0, 2000px, 0);
  }
}

@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
            transform: translate3d(0, 10px, 0);
  }

  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
            transform: translate3d(0, -20px, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
            transform: translate3d(0, 2000px, 0);
  }
}

.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
          animation-name: bounceOutDown;
}

@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
            transform: translate3d(20px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
            transform: translate3d(-2000px, 0, 0);
  }
}

@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
            transform: translate3d(20px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
            transform: translate3d(-2000px, 0, 0);
  }
}

.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
          animation-name: bounceOutLeft;
}

@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
            transform: translate3d(-20px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
            transform: translate3d(2000px, 0, 0);
  }
}

@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
            transform: translate3d(-20px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
            transform: translate3d(2000px, 0, 0);
  }
}

.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
          animation-name: bounceOutRight;
}

@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
            transform: translate3d(0, -10px, 0);
  }

  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
            transform: translate3d(0, 20px, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
            transform: translate3d(0, -2000px, 0);
  }
}

@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
            transform: translate3d(0, -10px, 0);
  }

  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
            transform: translate3d(0, 20px, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
            transform: translate3d(0, -2000px, 0);
  }
}

.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
          animation-name: bounceOutUp;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.fadeIn {
  -webkit-animation-name: fadeIn;
          animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
            transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
            transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

.fadeInDown {
  -webkit-animation-name: fadeInDown;
          animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
            transform: translate3d(0, -2000px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
            transform: translate3d(0, -2000px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
          animation-name: fadeInDownBig;
}

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
          animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
            transform: translate3d(-2000px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
            transform: translate3d(-2000px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
          animation-name: fadeInLeftBig;
}

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

.fadeInRight {
  -webkit-animation-name: fadeInRight;
          animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
            transform: translate3d(2000px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
            transform: translate3d(2000px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
          animation-name: fadeInRightBig;
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
            transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
            transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
          animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
            transform: translate3d(0, 2000px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
            transform: translate3d(0, 2000px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
          animation-name: fadeInUpBig;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

.fadeOut {
  -webkit-animation-name: fadeOut;
          animation-name: fadeOut;
}

@-webkit-keyframes fadeOutDown {
  0% {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
            transform: translate3d(0, 100%, 0);
  }
}

@keyframes fadeOutDown {
  0% {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
            transform: translate3d(0, 100%, 0);
  }
}

.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
          animation-name: fadeOutDown;
}

@-webkit-keyframes fadeOutDownBig {
  0% {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
            transform: translate3d(0, 2000px, 0);
  }
}

@keyframes fadeOutDownBig {
  0% {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
            transform: translate3d(0, 2000px, 0);
  }
}

.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
          animation-name: fadeOutDownBig;
}

@-webkit-keyframes fadeOutLeft {
  0% {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
  }
}

@keyframes fadeOutLeft {
  0% {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
  }
}

.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
          animation-name: fadeOutLeft;
}

@-webkit-keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
            transform: translate3d(-2000px, 0, 0);
  }
}

@keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
            transform: translate3d(-2000px, 0, 0);
  }
}

.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
          animation-name: fadeOutLeftBig;
}

@-webkit-keyframes fadeOutRight {
  0% {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
  }
}

@keyframes fadeOutRight {
  0% {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
  }
}

.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
          animation-name: fadeOutRight;
}

@-webkit-keyframes fadeOutRightBig {
  0% {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
            transform: translate3d(2000px, 0, 0);
  }
}

@keyframes fadeOutRightBig {
  0% {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
            transform: translate3d(2000px, 0, 0);
  }
}

.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
          animation-name: fadeOutRightBig;
}

@-webkit-keyframes fadeOutUp {
  0% {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
            transform: translate3d(0, -100%, 0);
  }
}

@keyframes fadeOutUp {
  0% {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
            transform: translate3d(0, -100%, 0);
  }
}

.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
          animation-name: fadeOutUp;
}

@-webkit-keyframes fadeOutUpBig {
  0% {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
            transform: translate3d(0, -2000px, 0);
  }
}

@keyframes fadeOutUpBig {
  0% {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
            transform: translate3d(0, -2000px, 0);
  }
}

.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
          animation-name: fadeOutUpBig;
}

@-webkit-keyframes flip {
  0% {
    -webkit-transform: perspective(400px) rotateY(-1turn);
            transform: perspective(400px) rotateY(-1turn);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }

  40% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(-190deg);
            transform: perspective(400px) translateZ(150px) rotateY(-190deg);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }

  50% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(-170deg);
            transform: perspective(400px) translateZ(150px) rotateY(-170deg);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }

  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
            transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }

  to {
    -webkit-transform: perspective(400px);
            transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
}

@keyframes flip {
  0% {
    -webkit-transform: perspective(400px) rotateY(-1turn);
            transform: perspective(400px) rotateY(-1turn);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }

  40% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(-190deg);
            transform: perspective(400px) translateZ(150px) rotateY(-190deg);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }

  50% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(-170deg);
            transform: perspective(400px) translateZ(150px) rotateY(-170deg);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }

  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
            transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }

  to {
    -webkit-transform: perspective(400px);
            transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
}

.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
          animation-name: flip;
}

@-webkit-keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
            transform: perspective(400px) rotateX(90deg);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotateX(-20deg);
            transform: perspective(400px) rotateX(-20deg);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotateX(10deg);
            transform: perspective(400px) rotateX(10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotateX(-5deg);
            transform: perspective(400px) rotateX(-5deg);
  }

  to {
    -webkit-transform: perspective(400px);
            transform: perspective(400px);
  }
}

@keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
            transform: perspective(400px) rotateX(90deg);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotateX(-20deg);
            transform: perspective(400px) rotateX(-20deg);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotateX(10deg);
            transform: perspective(400px) rotateX(10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotateX(-5deg);
            transform: perspective(400px) rotateX(-5deg);
  }

  to {
    -webkit-transform: perspective(400px);
            transform: perspective(400px);
  }
}

.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
          animation-name: flipInX;
}

@-webkit-keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotateY(90deg);
            transform: perspective(400px) rotateY(90deg);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotateY(-20deg);
            transform: perspective(400px) rotateY(-20deg);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotateY(10deg);
            transform: perspective(400px) rotateY(10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotateY(-5deg);
            transform: perspective(400px) rotateY(-5deg);
  }

  to {
    -webkit-transform: perspective(400px);
            transform: perspective(400px);
  }
}

@keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotateY(90deg);
            transform: perspective(400px) rotateY(90deg);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotateY(-20deg);
            transform: perspective(400px) rotateY(-20deg);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotateY(10deg);
            transform: perspective(400px) rotateY(10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotateY(-5deg);
            transform: perspective(400px) rotateY(-5deg);
  }

  to {
    -webkit-transform: perspective(400px);
            transform: perspective(400px);
  }
}

.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
          animation-name: flipInY;
}

@-webkit-keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px);
            transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotateX(-20deg);
            transform: perspective(400px) rotateX(-20deg);
    opacity: 1;
  }

  to {
    -webkit-transform: perspective(400px) rotateX(90deg);
            transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}

@keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px);
            transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotateX(-20deg);
            transform: perspective(400px) rotateX(-20deg);
    opacity: 1;
  }

  to {
    -webkit-transform: perspective(400px) rotateX(90deg);
            transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}

.flipOutX {
  -webkit-animation-name: flipOutX;
          animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@-webkit-keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px);
            transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotateY(-15deg);
            transform: perspective(400px) rotateY(-15deg);
    opacity: 1;
  }

  to {
    -webkit-transform: perspective(400px) rotateY(90deg);
            transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
}

@keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px);
            transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotateY(-15deg);
            transform: perspective(400px) rotateY(-15deg);
    opacity: 1;
  }

  to {
    -webkit-transform: perspective(400px) rotateY(90deg);
            transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
}

.flipOutY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
          animation-name: flipOutY;
}

@-webkit-keyframes lightSpeedIn {
  0% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
            transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }

  60% {
    -webkit-transform: skewX(20deg);
            transform: skewX(20deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: skewX(-5deg);
            transform: skewX(-5deg);
    opacity: 1;
  }

  to {
    -webkit-transform: none;
            transform: none;
    opacity: 1;
  }
}

@keyframes lightSpeedIn {
  0% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
            transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }

  60% {
    -webkit-transform: skewX(20deg);
            transform: skewX(20deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: skewX(-5deg);
            transform: skewX(-5deg);
    opacity: 1;
  }

  to {
    -webkit-transform: none;
            transform: none;
    opacity: 1;
  }
}

.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
          animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
          animation-timing-function: ease-out;
}

@-webkit-keyframes lightSpeedOut {
  0% {
    opacity: 1;
  }

  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
            transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}

@keyframes lightSpeedOut {
  0% {
    opacity: 1;
  }

  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
            transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}

.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
          animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
          animation-timing-function: ease-in;
}

@-webkit-keyframes rotateIn {
  0% {
    -webkit-transform-origin: center;
            transform-origin: center;
    -webkit-transform: rotate(-200deg);
            transform: rotate(-200deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: center;
            transform-origin: center;
    -webkit-transform: none;
            transform: none;
    opacity: 1;
  }
}

@keyframes rotateIn {
  0% {
    -webkit-transform-origin: center;
            transform-origin: center;
    -webkit-transform: rotate(-200deg);
            transform: rotate(-200deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: center;
            transform-origin: center;
    -webkit-transform: none;
            transform: none;
    opacity: 1;
  }
}

.rotateIn {
  -webkit-animation-name: rotateIn;
          animation-name: rotateIn;
}

@-webkit-keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    -webkit-transform: none;
            transform: none;
    opacity: 1;
  }
}

@keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    -webkit-transform: none;
            transform: none;
    opacity: 1;
  }
}

.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
          animation-name: rotateInDownLeft;
}

@-webkit-keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    -webkit-transform: none;
            transform: none;
    opacity: 1;
  }
}

@keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    -webkit-transform: none;
            transform: none;
    opacity: 1;
  }
}

.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
          animation-name: rotateInDownRight;
}

@-webkit-keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    -webkit-transform: none;
            transform: none;
    opacity: 1;
  }
}

@keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    -webkit-transform: none;
            transform: none;
    opacity: 1;
  }
}

.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
          animation-name: rotateInUpLeft;
}

@-webkit-keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    -webkit-transform: none;
            transform: none;
    opacity: 1;
  }
}

@keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    -webkit-transform: none;
            transform: none;
    opacity: 1;
  }
}

.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
          animation-name: rotateInUpRight;
}

@-webkit-keyframes rotateOut {
  0% {
    -webkit-transform-origin: center;
            transform-origin: center;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: center;
            transform-origin: center;
    -webkit-transform: rotate(200deg);
            transform: rotate(200deg);
    opacity: 0;
  }
}

@keyframes rotateOut {
  0% {
    -webkit-transform-origin: center;
            transform-origin: center;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: center;
            transform-origin: center;
    -webkit-transform: rotate(200deg);
            transform: rotate(200deg);
    opacity: 0;
  }
}

.rotateOut {
  -webkit-animation-name: rotateOut;
          animation-name: rotateOut;
}

@-webkit-keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    opacity: 0;
  }
}

.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
          animation-name: rotateOutDownLeft;
}

@-webkit-keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
    opacity: 0;
  }
}

.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
          animation-name: rotateOutDownRight;
}

@-webkit-keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
    opacity: 0;
  }
}

.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
          animation-name: rotateOutUpLeft;
}

@-webkit-keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
    opacity: 0;
  }
}

.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
          animation-name: rotateOutUpRight;
}

@-webkit-keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
            transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }

  20%, 60% {
    -webkit-transform: rotate(80deg);
            transform: rotate(80deg);
    -webkit-transform-origin: top left;
            transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }

  40%, 80% {
    -webkit-transform: rotate(60deg);
            transform: rotate(60deg);
    -webkit-transform-origin: top left;
            transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
    opacity: 1;
  }

  to {
    -webkit-transform: translate3d(0, 700px, 0);
            transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}

@keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
            transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }

  20%, 60% {
    -webkit-transform: rotate(80deg);
            transform: rotate(80deg);
    -webkit-transform-origin: top left;
            transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }

  40%, 80% {
    -webkit-transform: rotate(60deg);
            transform: rotate(60deg);
    -webkit-transform-origin: top left;
            transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
    opacity: 1;
  }

  to {
    -webkit-transform: translate3d(0, 700px, 0);
            transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}

.hinge {
  -webkit-animation-name: hinge;
          animation-name: hinge;
}

@-webkit-keyframes jackInTheBox {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.1) rotate(30deg);
            transform: scale(0.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
            transform-origin: center bottom;
  }

  50% {
    -webkit-transform: rotate(-10deg);
            transform: rotate(-10deg);
  }

  70% {
    -webkit-transform: rotate(3deg);
            transform: rotate(3deg);
  }

  to {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes jackInTheBox {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.1) rotate(30deg);
            transform: scale(0.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
            transform-origin: center bottom;
  }

  50% {
    -webkit-transform: rotate(-10deg);
            transform: rotate(-10deg);
  }

  70% {
    -webkit-transform: rotate(3deg);
            transform: rotate(3deg);
  }

  to {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

.jackInTheBox {
  -webkit-animation-name: jackInTheBox;
          animation-name: jackInTheBox;
}

@-webkit-keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate(-120deg);
            transform: translate3d(-100%, 0, 0) rotate(-120deg);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate(-120deg);
            transform: translate3d(-100%, 0, 0) rotate(-120deg);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

.rollIn {
  -webkit-animation-name: rollIn;
          animation-name: rollIn;
}

@-webkit-keyframes rollOut {
  0% {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate(120deg);
            transform: translate3d(100%, 0, 0) rotate(120deg);
  }
}

@keyframes rollOut {
  0% {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate(120deg);
            transform: translate3d(100%, 0, 0) rotate(120deg);
  }
}

.rollOut {
  -webkit-animation-name: rollOut;
          animation-name: rollOut;
}

@-webkit-keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
            transform: scale3d(0.3, 0.3, 0.3);
  }

  50% {
    opacity: 1;
  }
}

@keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
            transform: scale3d(0.3, 0.3, 0.3);
  }

  50% {
    opacity: 1;
  }
}

.zoomIn {
  -webkit-animation-name: zoomIn;
          animation-name: zoomIn;
}

@-webkit-keyframes zoomInDown {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
            transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
            animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
            transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInDown {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
            transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
            animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
            transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomInDown {
  -webkit-animation-name: zoomInDown;
          animation-name: zoomInDown;
}

@-webkit-keyframes zoomInLeft {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
            transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
            animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
            transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInLeft {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
            transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
            animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
            transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
          animation-name: zoomInLeft;
}

@-webkit-keyframes zoomInRight {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
            transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
            animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
            transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInRight {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
            transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
            animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
            transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomInRight {
  -webkit-animation-name: zoomInRight;
          animation-name: zoomInRight;
}

@-webkit-keyframes zoomInUp {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
            transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
            animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
            transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInUp {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
            transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
            animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
            transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomInUp {
  -webkit-animation-name: zoomInUp;
          animation-name: zoomInUp;
}

@-webkit-keyframes zoomOut {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
            transform: scale3d(0.3, 0.3, 0.3);
  }

  to {
    opacity: 0;
  }
}

@keyframes zoomOut {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
            transform: scale3d(0.3, 0.3, 0.3);
  }

  to {
    opacity: 0;
  }
}

.zoomOut {
  -webkit-animation-name: zoomOut;
          animation-name: zoomOut;
}

@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
            transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
            animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
            transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
            transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
            transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
            animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
            transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
            transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
          animation-name: zoomOutDown;
}

@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
            transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
            transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
            transform-origin: left center;
  }
}

@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
            transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
            transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
            transform-origin: left center;
  }
}

.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
          animation-name: zoomOutLeft;
}

@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
            transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
            transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
            transform-origin: right center;
  }
}

@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
            transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
            transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
            transform-origin: right center;
  }
}

.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
          animation-name: zoomOutRight;
}

@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
            transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
            animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
            transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
            transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
            transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
            animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
            transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
            transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
          animation-name: zoomOutUp;
}

@-webkit-keyframes slideInDown {
  0% {
    -webkit-transform: translate3d(0, -100%, 0);
            transform: translate3d(0, -100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
  }
}

@keyframes slideInDown {
  0% {
    -webkit-transform: translate3d(0, -100%, 0);
            transform: translate3d(0, -100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
  }
}

.slideInDown {
  -webkit-animation-name: slideInDown;
          animation-name: slideInDown;
}

@-webkit-keyframes slideInLeft {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
  }
}

@keyframes slideInLeft {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
  }
}

.slideInLeft {
  -webkit-animation-name: slideInLeft;
          animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
  0% {
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
  }
}

@keyframes slideInRight {
  0% {
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
  }
}

.slideInRight {
  -webkit-animation-name: slideInRight;
          animation-name: slideInRight;
}

@-webkit-keyframes slideInUp {
  0% {
    -webkit-transform: translate3d(0, 100%, 0);
            transform: translate3d(0, 100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
  }
}

@keyframes slideInUp {
  0% {
    -webkit-transform: translate3d(0, 100%, 0);
            transform: translate3d(0, 100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
  }
}

.slideInUp {
  -webkit-animation-name: slideInUp;
          animation-name: slideInUp;
}

@-webkit-keyframes slideOutDown {
  0% {
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
            transform: translate3d(0, 100%, 0);
  }
}

@keyframes slideOutDown {
  0% {
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
            transform: translate3d(0, 100%, 0);
  }
}

.slideOutDown {
  -webkit-animation-name: slideOutDown;
          animation-name: slideOutDown;
}

@-webkit-keyframes slideOutLeft {
  0% {
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
  }
}

@keyframes slideOutLeft {
  0% {
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
  }
}

.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
          animation-name: slideOutLeft;
}

@-webkit-keyframes slideOutRight {
  0% {
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
  }
}

@keyframes slideOutRight {
  0% {
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
  }
}

.slideOutRight {
  -webkit-animation-name: slideOutRight;
          animation-name: slideOutRight;
}

@-webkit-keyframes slideOutUp {
  0% {
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
            transform: translate3d(0, -100%, 0);
  }
}

@keyframes slideOutUp {
  0% {
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
            transform: translate3d(0, -100%, 0);
  }
}

.slideOutUp {
  -webkit-animation-name: slideOutUp;
          animation-name: slideOutUp;
}

body {
  margin: 0;
}

.fixed {
  height: 100vh;
  overflow: hidden;
}

article,
details,
footer,
header,
nav,
section,
summary {
  display: block;
}

q {
  quotes: none;
}

img {
  border: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

textarea {
  font-family: sans-serif;
}

pre,
code {
  font-family: monospace, serif;
  font-size: 1em;
}

pre {
  white-space: pre-wrap;
  word-wrap: break-word;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

menu,
ul {
  margin: 1em 0;
}

menu,
ul {
  padding: 0 0 0 40px;
}

nav ul {
  list-style: none;
}

form {
  margin: 0;
}

button,
input,
select,
textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle;
}

button,
input {
  line-height: normal;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  *overflow: visible;
}

button[disabled],
input[disabled] {
  cursor: default;
}

input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
  *height: 13px;
  *width: 13px;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

@font-face {
  font-family: 'Myriad Pro';
  src: url("../fonts/hinted-MyriadPro-Light.woff2") format("woff2"), url("../fonts/hinted-MyriadPro-Light.woff") format("woff"), url("../fonts/hinted-MyriadPro-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'Myriad Pro';
  src: url("../fonts/hinted-MyriadPro-Regular.woff2") format("woff2"), url("../fonts/hinted-MyriadPro-Regular.woff") format("woff"), url("../fonts/hinted-MyriadPro-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

html {
  font-size: 16px;
  scroll-behavior: smooth;
}

body {
  font-family: 'Myriad Pro', sans-serif;
  font-weight: 300;
  color: #3a3939;
  font-size: 100%;
  width: 100%;
}

nav {
  display: none;
}

h1,
h2,
h3,
h4,
h5 {
  color: #646363;
}

.desctop-navbar {
  height: auto;
  background-color: #ffffff;
  position: fixed;
  z-index: 100;
  width: 100%;
  -webkit-box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.1);
}

.navbar-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 auto;
  height: 100%;
  padding: 0 10%;
}

.desctop-navbar__brand {
  position: relative;
  margin: 5px 0;
}

.desctop-navbar__brand img {
  position: absolute;
  top: 0;
  left: 0;
  border: 0;
  height: 100%;
}

.desctop-navbar ul {
  margin-right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.desctop-navbar li {
  list-style-type: none;
  padding: 0 10px;
  font-size: 20px;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}

.desctop-navbar li:not(:last-child) {
  border-right: 1px solid #3a3939;
}

.desctop-navbar li a {
  color: #3a3939;
}

.default-btn a {
  color: #ffffff;
  cursor: pointer;
}

.hide-contacts-btn.default-btn {
  display: inline-block;
  cursor: pointer;
  margin: 10px 0;
}

.hide-contacts {
  display: none;
}

.desctop-navbar-phone {
  margin-left: 2vw;
}

.desctop-navbar-phone a {
  color: #44a326;
  font-size: 20px;
  padding: 5px 1vw 0 5px;
  line-height: initial;
  font-weight: normal;
}

.desctop-navbar-phone svg {
  width: 19px;
  height: 30px;
  fill: #44a326;
}

.default-btn a:hover {
  color: #3a3939;
  text-decoration: none;
}

.default-btn {
  background-color: #44a326;
  padding: 10px 15px;
  border: 1px solid #ffffff;
  color: #ffffff;
}

.desctop-navbar-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.desctop-navbar-items a:hover {
  text-decoration: none;
}

.desctop-navbar-items li:hover,
.desctop-navbar-items li a:hover {
  color: #44a326;
}

.desctop-navbar__list span {
  cursor: pointer;
}

.default-btn:hover {
  color: inherit;
  background-color: inherit;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  border: 1px solid #44a326;
  text-decoration: none;
}

.top-section {
  padding-top: 60px;
}

#d1,
#d2,
#d3,
#d4,
#d5,
#d6,
#d7,
#d8,
#d9,
#d11 {
  position: relative;
  overflow: hidden;
}

.id1,
.id2,
.id3,
.id4,
.id5,
.id6,
.id7,
.id8,
.id9,
.id10,
.id11 {
  position: relative;
  z-index: 0;
  width: 100%;
  height: auto;
  display: block;
}

.hidden-load {
  visibility: hidden;
}

.hidden-load.animated {
  visibility: visible;
}

#buybutton {
  top: 65px;
  right: 10px;
  position: fixed;
  z-index: 110;
}

.img-circle {
  background-color: #44a326;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

.circletext {
  z-index: 12;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  border: 2px solid #44a326;
  width: 10.3125vw;
  height: 10.3125vw;
  top: 0;
  right: 0.5208333333333334vw;
  position: absolute;
  border-radius: 100%;
  opacity: .5;
  -webkit-animation: circle-anim 2.4s infinite ease-in-out !important;
          animation: circle-anim 2.4s infinite ease-in-out !important;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.circle-fill {
  z-index: 11;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  background-color: #44a326;
  height: 6.875vw;
  width: 6.875vw;
  top: 1.71875vw;
  right: 2.2395833333333335vw;
  position: absolute;
  border-radius: 100%;
  border: 2px solid transparent;
  -webkit-animation: circle-fill-anim 2.3s infinite ease-in-out;
          animation: circle-fill-anim 2.3s infinite ease-in-out;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.img-circle {
  z-index: 10;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  width: 5.3125vw;
  height: 5.3125vw;
  top: 2.5vw;
  right: 3.0208333333333335vw;
  position: absolute;
  border-radius: 100%;
  border: 2px solid transparent;
  opacity: .7;
}

.img-circleblock {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  width: 5.3125vw;
  height: 5.3125vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-transform: uppercase;
  color: #FFF;
  position: absolute;
  z-index: 12;
  font-weight: normal;
  font-size: 1.3vw;
  cursor: pointer;
}

.img-circle:hover {
  opacity: 1;
}

@keyframes pulse {
  0% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
    opacity: 1;
  }

  50% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }

  100% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
    opacity: 1;
  }
}

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
    opacity: 1;
  }

  50% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }

  100% {
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
    opacity: 1;
  }
}

@keyframes tossing {
  0% {
    -webkit-transform: rotate(-8deg);
            transform: rotate(-8deg);
  }

  50% {
    -webkit-transform: rotate(8deg);
            transform: rotate(8deg);
  }

  100% {
    -webkit-transform: rotate(-8deg);
            transform: rotate(-8deg);
  }
}

@-webkit-keyframes tossing {
  0% {
    -webkit-transform: rotate(-8deg);
            transform: rotate(-8deg);
  }

  50% {
    -webkit-transform: rotate(8deg);
            transform: rotate(8deg);
  }

  100% {
    -webkit-transform: rotate(-8deg);
            transform: rotate(-8deg);
  }
}

@-webkit-keyframes circle-anim {
  0% {
    -webkit-transform: rotate(0deg) scale(0.5) skew(1deg);
    -webkit-opacity: .1;
  }

  30% {
    -webkit-transform: rotate(0deg) scale(0.7) skew(1deg);
    -webkit-opacity: .5;
  }

  100% {
    -webkit-transform: rotate(0deg) scale(1) skew(1deg);
    -webkit-opacity: .1;
  }
}

@keyframes circle-anim {
  0% {
    -webkit-transform: rotate(0deg) scale(0.5) skew(1deg);
            transform: rotate(0deg) scale(0.5) skew(1deg);
    opacity: .1;
  }

  30% {
    -webkit-transform: rotate(0deg) scale(0.7) skew(1deg);
            transform: rotate(0deg) scale(0.7) skew(1deg);
    opacity: .5;
  }

  100% {
    -webkit-transform: rotate(0deg) scale(1) skew(1deg);
            transform: rotate(0deg) scale(1) skew(1deg);
    opacity: .1;
  }
}

@-webkit-keyframes circle-fill-anim {
  0% {
    -webkit-transform: rotate(0deg) scale(0.7) skew(1deg);
    opacity: .2;
  }

  50% {
    -webkit-transform: rotate(0deg) scale(1) skew(1deg);
    opacity: .2;
  }

  100% {
    -webkit-transform: rotate(0deg) scale(0.7) skew(1deg);
    opacity: .2;
  }
}

@keyframes circle-fill-anim {
  0% {
    -webkit-transform: rotate(0deg) scale(0.7) skew(1deg);
            transform: rotate(0deg) scale(0.7) skew(1deg);
    opacity: .2;
  }

  50% {
    -webkit-transform: rotate(0deg) scale(1) skew(1deg);
            transform: rotate(0deg) scale(1) skew(1deg);
    opacity: .2;
  }

  100% {
    -webkit-transform: rotate(0deg) scale(0.7) skew(1deg);
            transform: rotate(0deg) scale(0.7) skew(1deg);
    opacity: .2;
  }
}

.logo {
  position: absolute;
  z-index: 1;
  top: 6.66%;
  left: 8.85%;
  width: 14.79%;
  display: none;
}

.logo img {
  width: 100%;
  height: auto;
}

#d1-1 {
  padding: 36px 6%;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#d1-1 .list {
  width: 33%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#d1-1 .list span.icon {
  width: 25%;
  display: block;
}

#d1-1 .list span.text {
  max-width: 67%;
  padding-left: 10px;
  font-size: 20px;
}

#d1-1 .list span img {
  width: 100%;
  height: auto;
  display: block;
}

.dpan {
  position: absolute;
  left: 68%;
  top: 7.5%;
  padding-right: 8.85%;
}

.dpan-li li {
  margin-bottom: 31px;
  position: relative;
  padding-left: 29px;
  list-style: none;
  font-size: 23px;
}

.dpan-li li:before {
  background-image: url(../images/bulet.png);
  background-repeat: no-repeat;
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  top: 14px;
  width: 18px;
  height: 18px;
  margin-right: 5px;
}

.dpan-blue {
  color: #00bbda;
  font-weight: 400;
}

.idpan .dpan-li {
  padding: initial;
}

#d4 .dpan {
  top: 13.5%;
}

#d6 .dpan {
  top: 17%;
}

.dpan h2 {
  margin: 0 0 4.5%;
  font-size: 62px;
  font-size: 3.23vw;
  line-height: 66px;
  line-height: 3.44vw;
  font-weight: 300;
}

.dpan .text {
  display: block;
}

.website-feedback {
  font-family: Semibold, Noto Sans, Arial, sans-serif;
  font-weight: 500;
  position: fixed;
  z-index: 100;
  bottom: 30px;
  right: 50px;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-flow: column nowrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-flow: column nowrap;
  -ms-flex-align: end;
  -webkit-box-align: end;
  align-items: flex-end;
  outline: none;
}

.website-feedback__tab {
  font-size: 1rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  z-index: 148;
  background-color: #44a326;
  border: 1px solid #cbcfd2;
  -webkit-box-shadow: 0 2px 15px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 15px 0 rgba(0, 0, 0, 0.1);
  overflow: hidden;
  padding: 0 18px;
  white-space: nowrap;
  -ms-flex-order: 2;
  -webkit-box-ordinal-group: 3;
  order: 2;
  height: 70px;
  min-width: 70px;
  border-radius: 40px;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
  max-width: 100%;
  -webkit-transition: max-width .5s ease, padding .5s ease;
  transition: max-width .5s ease, padding .5s ease;
  outline: none;
}

.website-feedback__tab-icon {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-transition: margin-right .5s ease;
  transition: margin-right .5s ease;
}

.website-feedback__tab-icon .SvgIcon {
  -ms-flex: 0 0 auto;
  -webkit-box-flex: 0;
  flex: 0 0 auto;
  fill: #ffffff;
  width: 23px;
  height: 34px;
}

.website-feedback__row-container {
  list-style: none;
  background-color: #fff;
  border: 1px solid #cbcfd2;
  -webkit-box-shadow: 0 2px 15px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 15px 0 rgba(0, 0, 0, 0.1);
  margin: 0 0 18px;
  border-radius: 8px;
  padding: 15px 15px 5px;
  position: relative;
}

.website-feedback__row-container:after,
.website-feedback__row-container:before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
}

.website-feedback__row-container:before {
  border-top: 10px solid #cbcfd2;
  bottom: -11px;
}

.website-feedback__row-container:after,
.website-feedback__row-container:before {
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  right: 18px;
}

.website-feedback__row {
  background-color: #fff;
  color: #011e41;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  overflow: hidden;
  margin-bottom: 10px;
}

.website-feedback__row-text {
  font-size: 16px;
  font-size: 1rem;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: normal;
  -ms-flex: 0 0 100%;
  -webkit-box-flex: 0;
  flex: 0 0 100%;
  height: 100%;
  white-space: nowrap;
}

.website-feedback__row-text {
  height: 100%;
  width: 100%;
  color: #011e41;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  border: none;
}

.website-feedback__row-container:after {
  border-top: 10px solid #fff;
  bottom: -9px;
}

.right-panel__item-ico svg {
  height: 37px;
  width: 37px;
  padding: 9px;
  fill: #fff;
}

.right-panel__item-ico {
  -ms-flex: 0 0 auto;
  -webkit-box-flex: 0;
          flex: 0 0 auto;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  background-color: #00bbda;
  border-radius: 50%;
}

.right-panel__item-text {
  margin-left: 10px;
}

.imgpan p,
.hconteiner p,
.idpan p,
.dpan p {
  font-size: 20px;
  margin: 5px 0;
}

.idpan {
  position: absolute;
  left: 45.31%;
  top: 18.5%;
  margin-right: 8.85%;
}

.idpan h4 {
  color: #00bbda;
  font-weight: 300;
  font-size: 33px;
  font-size: 1.72vw;
  margin-top: 0;
  margin-bottom: 1%;
}

.idpan .itext2 h4,
.idpan .itext2 p {
  max-width: 63.63%;
}

.idpan .imenu {
  margin-top: 9.27%;
  margin-bottom: 5.55%;
}

.idpan .imenu a {
  display: inline-block;
  position: relative;
  height: auto;
  margin-right: 10px;
  overflow: hidden;
}

.idpan .imenu img {
  width: 100%;
  height: auto;
  display: block;
}

.idpan .imenu span {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
}

#d3 .idpan .imenu .m1 span {
  background: transparent url("../images/iconset2-1-n.png") left top no-repeat;
  background-size: 100%;
}

#d3 .idpan .imenu .m2 span {
  background: transparent url("../images/iconset2-2-n.png") left top no-repeat;
  background-size: 100%;
}

#d3 .idpan .imenu .m3 span {
  background: transparent url("../images/iconset2-3-n.png") left top no-repeat;
  background-size: 100%;
}

#d3 .idpan .imenu .m4 span {
  background: transparent url("../images/iconset2-4-n.png") left top no-repeat;
  background-size: 100%;
}

.idpan .imenu .m1.active span,
.idpan .imenu .m2.active span,
.idpan .imenu .m3.active span,
.idpan .imenu .m4.active span,
.idpan .imenu .m5.active span {
  background-position: 0 50% !important;
}

.idpan .imenu .m1:hover span,
.idpan .imenu .m2:hover span,
.idpan .imenu .m3:hover span,
.idpan .imenu .m4:hover span,
.idpan .imenu .m5:hover span {
  background-position: 0 100% !important;
}

#d5 .idpan .imenu .m1 span {
  background: transparent url("../images/iconset3-1-n.png") left top no-repeat;
  background-size: 100%;
}

#d5 .idpan .imenu .m2 span {
  background: transparent url("../images/iconset3-2-n.png") left top no-repeat;
  background-size: 100%;
}

#d5 .idpan .imenu .m3 span {
  background: transparent url("../images/iconset3-3-n.png") left top no-repeat;
  background-size: 100%;
}

#d5 .idpan .imenu .m4 span {
  background: transparent url("../images/iconset3-4-n.png") left top no-repeat;
  background-size: 100%;
}

#d5 .idpan .imenu .m5 span {
  background: transparent url("../images/iconset3-5-n.png") left top no-repeat;
  background-size: 100%;
}

#d7 h3 {
  top: 0;
  font-size: 25px;
  font-weight: 300;
  position: absolute;
  text-align: center;
  width: 100%;
  z-index: 10;
  margin-top: 84px;
}

.scbtn {
  position: relative;
  width: 100%;
  background: #f8f8fa;
  overflow: hidden;
  margin-top: -100px;
  margin-top: -5.208333333333334vw;
}

.scpan {
  background: #f8f8fa;
  overflow: hidden;
  clear: left;
  position: relative;
}

.scpan h4 {
  color: #0abdda;
  font-weight: 300;
  font-size: 20px;
  font-size: 1.04vw;
}

.scpan p {
  font-size: 19px;
  font-size: 0.99vw;
}

.scbtn span,
.scpan span {
  display: block;
  float: left;
}

.scbtn .sc1b,
.scpan .sc1 {
  margin-left: 8.85%;
  width: 14.32%;
  padding-right: 3.92%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.scbtn .sc2b,
.scpan .sc2 {
  width: 15.1%;
  padding-right: 4.7%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.scbtn .sc3b,
.scpan .sc3 {
  width: 16.66%;
  padding-right: 6.26%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.scbtn .sc4b,
.scpan .sc4 {
  width: 13.33%;
  padding-right: 2.93%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.scbtn .sc5b,
.scpan .sc5 {
  width: 13.54%;
  padding-right: 3.14%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.scbtn .sc6b,
.scpan .sc6 {
  width: 14.32%;
  padding-right: 3.92%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.scbtn span a {
  font-style: normal;
  height: 55px;
  height: 2.86vw;
  width: 55px;
  width: 2.86vw;
  border: 1px #b2b2b3 solid;
  border-radius: 55px;
  color: #0abdda;
  font-size: 19px;
  font-size: 0.99vw;
  display: block;
  text-align: center;
  line-height: 55px;
  line-height: 2.86vw;
  margin: 0 auto;
  text-decoration: none;
}

.scbtn span a.active {
  background: #0abdda;
  color: #FFF;
}

.hconteiner {
  padding: 28px 8.85% 2em;
  background: #f2f2f2;
}

.hconteiner h3 {
  font-size: 70px;
  font-size: 3.65vw;
  font-weight: 300;
  text-align: center;
  width: 100%;
  margin-top: 1em;
  margin-bottom: 0.5em;
}

.itext2-new {
  padding-top: 20px;
}

.itext2-new ul {
  padding: 0 0 0 18px;
}

.day-night {
  position: relative;
}

.sun,
.moon {
  position: absolute;
  width: 10.42%;
  z-index: 1;
  left: 9.63%;
  top: 42%;
  -webkit-transform: translate(0%, -50%);
      -ms-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
}

.sun {
  left: 90.36%;
  top: 46%;
  -webkit-transform: translate(-100%, -50%);
      -ms-transform: translate(-100%, -50%);
          transform: translate(-100%, -50%);
}

.sun img,
.moon img {
  width: 100%;
  height: auto;
  display: block;
}

.day-night-after {
  background: #f2f2f2;
  overflow: hidden;
}

.night,
.day {
  width: 50%;
  float: left;
  overflow: hidden;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 8.85%;
}

.night .idpan,
.day .idpan {
  position: static;
  padding-top: 1px;
  padding-right: 1px;
  margin-right: 0;
}

.day-night-after .imenu {
  margin-top: 44px;
  margin-top: 2.29vw;
}

.day-night-after .imenu a {
  width: 14.68%;
}

.day-night-after .itext2 {
  min-height: 12vw;
}

.night .idpan {
  border-right: 1px #5c5c5c solid;
  height: 100%;
}

#d8 .night .idpan .imenu .m1 span {
  background: transparent url("../images/iconset4-1-n.png") left top no-repeat;
  background-size: 100%;
}

#d8 .night .idpan .imenu .m2 span {
  background: transparent url("../images/iconset2-2-n.png") left top no-repeat;
  background-size: 100%;
}

#d8 .night .idpan .imenu .m3 span {
  background: transparent url("../images/iconset4-3-n.png") left top no-repeat;
  background-size: 100%;
}

#d8 .day .idpan .imenu .m1 span {
  background: transparent url("../images/iconset3-4-n.png") left top no-repeat;
  background-size: 100%;
}

#d8 .day .idpan .imenu .m2 span {
  background: transparent url("../images/iconset4-5-n.png") left top no-repeat;
  background-size: 100%;
}

#d8 .day .idpan .imenu .m3 span {
  background: transparent url("../images/iconset3-3-n.png") left top no-repeat;
  background-size: 100%;
}

#d9-1 {
  background: #e6e6e6;
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 4% 0;
}

#d9-1 .imgpan {
  margin-left: 8.85%;
  width: 30%;
}

#d9-1 .imgpan img {
  width: 100%;
  height: auto;
  display: block;
  margin-bottom: 1.56vw;
}

#d9-1 .mobpan {
  width: 70%;
  margin-left: 8.85%;
}

#d9-1 .mobpan > span {
  display: block;
  float: left;
  width: 16.7%;
  margin-right: 5.98%;
}

#d9-1 .mobpan span img {
  width: 100%;
  height: auto;
  display: block;
  margin-bottom: 2.6vw;
}

#d9-1 .mobpan span p {
  font-size: 17px;
  font-size: 0.89vw;
  margin: 5px 0;
}

#d9-1 .mobpan .btn2,
#d9-1 .mobpan .btn1 {
  position: relative;
}

#d9-1 .mobpan .btn2 img,
#d9-1 .mobpan .btn1 img {
  width: 100%;
  height: auto;
  display: block;
  margin-bottom: 8px;
}

#d9-1 .mobpan .btn2 a,
#d9-1 .mobpan .btn1 a {
  background: transparent url("../images/iconset-app.png") top left no-repeat;
  background-size: 100%;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
}

#d9-1 .mobpan .btn1 a:hover {
  background-position: 0 25%;
}

#d9-1 .mobpan .btn2 a {
  background-position: 0 50%;
}

#d9-1 .mobpan .btn2 a:hover {
  background-position: 0 75%;
}

#cycle {
  position: relative;
  top: 0;
  width: 100%;
  overflow: hidden;
}

#cycle .cycle-slide {
  width: 100%;
}

#cycle .cycle-slide img.id10 {
  max-width: 100%;
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
}

.pagerbar {
  background: #f9f9f9;
  height: 90px;
  height: 4.69vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.cycle-pager {
  font-size: 70px;
  font-size: 3.65vw;
  font-family: sans-serif;
  color: #b8b7b7;
  margin: auto auto;
}

.cycle-pager span {
  cursor: pointer;
  display: inline-block;
  margin: 0 5px;
}

.cycle-pager .cycle-pager-active {
  color: #0abdda;
}

.vbtn {
  background: transparent url("../images/play.png") top left no-repeat;
  background-size: contain !important;
  display: block;
}

#d11-1 {
  padding: 0 6.25% 88px 8.85%;
  padding: 0 6.25% 4.58vw 8.85%;
  overflow: hidden;
  background: #e6e6e6;
}

#d11-1 h4 {
  font-weight: 300;
  font-size: 41px;
  font-size: 2.14vw;
}

#d11-1 .list {
  width: 33%;
  float: left;
  font-size: 29px;
  font-size: 1.51vw;
  position: relative;
  display: block;
}

#d11-1 .list:nth-child(1) img {
  width: 79.93%;
  height: auto;
  display: block;
  margin: 0 auto;
}

#d11-1 .list:nth-child(2) img {
  width: 43.72%;
  height: auto;
  display: block;
  margin: 0 auto;
}

#d11-1 .list:nth-child(3) img {
  width: 100%;
  height: auto;
  display: block;
}

#d11-1 .list span,
#d11-1 .list p {
  width: 79%;
  display: block;
}

.checkbox + label {
  cursor: pointer;
  display: block;
}

.checkbox:not(checked) {
  position: absolute;
  opacity: 0;
}

.checkbox:not(checked) + label {
  padding: 0;
}

.checkbox:not(checked) + label:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px #5a5a5a solid;
  background: #FFF;
}

.checkbox:not(checked) + label:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  z-index: 2;
}

.checkbox:checked + label:before {
  background: #FFF url("../images/checkbox.png") 0 0 no-repeat;
  background-size: 100%;
  border: 1px #0abdda solid;
}

.button {
  font-size: 36px;
  font-size: 1.88vw;
  border: 1px #0abdda solid;
  color: #515150;
  text-decoration: none;
  line-height: 65px;
  line-height: 3.39vw;
  width: 40%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  display: block;
}

.button:hover {
  color: #FFF;
  background: #0abdda;
}

.button.button_setup {
  color: #515150;
  width: auto;
  padding-left: 30px;
  padding-right: 30px;
  display: inline-block;
  position: absolute;
  bottom: 20px;
  left: 70%;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.button.first {
  margin-left: 8.85%;
  float: left;
  margin-bottom: 100px;
  margin-bottom: 5.21vw;
}

.css-cities-list {
  padding: 0 8.85%;
  display: table;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: fixed;
  top: 86px;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ffffff;
  z-index: 999;
}

.css-cities-list h5 {
  font-size: 51px;
  font-size: 2.66vw;
  color: #0abdda;
  font-weight: 300;
  padding-bottom: 20px;
  margin-bottom: 25px;
  padding-bottom: 0.5vw;
  margin-bottom: 0.5vw;
  border-bottom: 1px #5c5c5c solid;
  float: left;
  width: 31.64%;
}

.css-cities-list a {
  display: block;
  font-size: 25px;
  font-size: 1.3vw;
  margin: 5px 0;
  float: left;
  clear: left;
  color: #5c5c5c;
  text-decoration: none;
}

.css-cities-list a:hover {
  text-decoration: underline;
}

.cycle-pager-reviews {
  font-size: 70px;
  font-size: 3.65vw;
  font-family: sans-serif;
  color: #b8b7b7;
  margin: auto auto;
}

.cycle-pager-reviews span {
  cursor: pointer;
  display: inline-block;
  margin: 0 5px;
}

.cycle-pager-reviews .cycle-pager-active {
  color: #0abdda;
}

.f1 {
  padding: 0 8.85%;
  display: table;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-top: 1px #616161 solid;
  font-size: 20px;
  font-size: 1.04vw;
}

.f1 a {
  color: #5d5d5d;
  text-decoration: none;
}

.f1 a:hover {
  text-decoration: underline;
}

.f1 div {
  display: table-cell;
  width: 33%;
  vertical-align: middle;
  height: 100px;
  height: 5.21vw;
}

.f1 .vk {
  width: 1.6145833333333335vw;
  height: 1.6145833333333335vw;
  background: transparent url("../images/icon-social-vk.png") 0 100% no-repeat;
  background-size: 100%;
  display: inline-block;
}

.f1 .vk:hover {
  background-position: 0 0;
}

.f1 .fb {
  width: 1.6145833333333335vw;
  height: 1.6145833333333335vw;
  background: transparent url("../images/icon-social-fb.png") 0 100% no-repeat;
  display: inline-block;
  background-size: 100%;
}

.f1 .fb:hover {
  background-position: 0 0;
}

.f1 .ig {
  width: 1.6145833333333335vw;
  height: 1.6145833333333335vw;
  background: transparent url("../images/icon-social-ig.png") 0 100% no-repeat;
  display: inline-block;
  background-size: 100%;
}

.f1 .ig:hover {
  background-position: 0 0;
}

.f1 .center {
  text-align: center;
}

.f1 .right {
  text-align: right;
}

.f2 {
  border-top: 1px #616161 solid;
  width: 100%;
  font-size: 20px;
  font-size: 1.04vw;
  display: table;
}

.f2 div {
  vertical-align: middle;
  text-align: center;
  height: 75px;
  height: 3.91vw;
  display: table-cell;
}

#popup-overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 110;
  background: #000;
  opacity: 0.7;
  top: 0;
  left: 0;
}

.popup {
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 1111;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.popup-documents {
  height: 100vh;
  display: none;
  background-color: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 111;
}

.popup-documents-title {
  font-size: 1.5vw;
  font-weight: bold;
}

.popup-city,
.popup-current-city {
  height: 100vh;
  display: none;
  background-color: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 111;
}

.popup-city .popup-content,
.popup-current-city .popup-content,
.popup-documents .popup-content {
  margin: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  top: 30%;
  background-color: #ffffff;
  text-align: center;
  font-size: 2vw;
  padding: 2vw 3vw;
  min-width: 200px;
  z-index: 1;
}

.popup-documents .popup-content {
  font-size: 1vw;
}

.popup-documents .popup-content a {
  color: black;
}

.popup-documents .popup-content ul:not(:last-child) {
  margin-right: 3vw;
}

.popup-documents .popup-content .documents-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: left;
}

.popup-current-city .popup-content {
  width: 40%;
}

.js-location {
  color: #44a326;
  font-size: 120%;
}

.right-popup .js-location {
  color: #ffffff;
  cursor: pointer;
}

.popup-city__btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  margin-top: 30px;
}

.popup-city__btns .default-btn {
  width: 30%;
  text-decoration: none;
}

.popup-city__btn-active {
  color: #44a326;
  background-color: #ffffff;
  border: 1px solid #44a326;
}

.popup-city__btn-active:hover {
  color: #ffffff;
  background-color: #44a326;
}

.popup-current-citys {
  list-style-type: none;
  font-size: 1vw;
  max-height: 300px;
  padding: 0;
  text-align: left;
}

.popup-current-citys {
  margin: 0;
}

.popup-current-citys li {
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.popup-current-citys li:hover {
  color: #2b542c;
  text-shadow: 1px 0 0 black;
}

.popup-current-city .elastic-search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 1vw 2vw;
  border: 6px solid #f6f6f6;
}

.popup-current-city .elastic-search #elastic {
  width: 40%;
  background-color: #f6f6f6;
  outline: none;
  height: 40px;
  -webkit-box-shadow: 0 4px 27px 3px rgba(186, 186, 186, 0.2) inset;
          box-shadow: 0 4px 27px 3px rgba(186, 186, 186, 0.2) inset;
  font-size: 1rem;
  padding: 0 5px;
  border: 1px solid #ebebeb;
  border-top: 2px solid #e8e8e8;
  border-radius: 2px;
}

.popup-current-city .slimScrollDiv {
  width: 50% !important;
}

.popup-other a.close_new,
.popup-city a.close_new,
.popup-current-city a.close_new,
.popup-documents a.close_new {
  width: 1.6vw;
  height: 1.6vw;
  background: transparent url("../images/close_white.png") center no-repeat;
  background-size: 50% !important;
  position: absolute;
  top: 31px;
  right: 17px;
  opacity: initial;
  z-index: 10;
}

.popup a.close,
.css-cities-list a.closeList,
.popup-documents a.close,
.popup-current-city a.close {
  width: 1.6vw;
  height: 1.6vw;
  background: transparent url("../images/close.png") top left no-repeat;
  background-size: 50% !important;
  position: absolute;
  top: 31px;
  right: 17px;
  opacity: initial;
  z-index: 10;
}

.popup form {
  display: block;
  margin: 30px;
}

.popup .form-item {
  margin: 20px 0;
  margin: 1.3vw 0;
  position: relative;
}

.popup .form-item.center {
  text-align: center;
}

.popup select,
.popup input[type="text"] {
  font-size: 18px;
  font-size: 1.0416vw;
  width: 100%;
  line-height: 43px;
  height: 43px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-indent: 20px;
  text-indent: 1.0416vw;
  border: 1px #dedede solid;
  background: #ffffff;
  color: #464646;
  outline: none;
}

.popup input[type="text"]::-webkit-input-placeholder {
  color: #464646;
}

.popup input[type="text"]::-moz-placeholder {
  color: #464646;
}

.popup input[type="text"]:-ms-input-placeholder {
  color: #464646;
}

.popup input[type="text"]::-ms-input-placeholder {
  color: #464646;
}

.popup input[type="text"]::placeholder {
  color: #464646;
}

.nice-select .option:hover {
  background: #0abdda !important;
  color: #FFF !important;
}

.popup .form-text.active input[type="text"] {
  line-height: 3vw;
}

.popup .form-text label {
  color: #0abdda;
  left: -0.20833333333333334vw;
  opacity: 0;
  padding: 0 15px;
  top: 0;
  -webkit-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
  z-index: 2;
  font-size: 15px;
  font-size: 0.78125vw;
}

.popup .form-text.active label {
  opacity: 1;
  top: 0.20833333333333334vw;
}

.popup .form-text.active input::-webkit-input-placeholder {
  color: transparent;
}

.popup .form-text.active input::-moz-placeholder {
  color: transparent;
}

.popup .form-text.active input:-ms-input-placeholder {
  color: transparent;
}

.popup .form-text.active input::-ms-input-placeholder {
  color: transparent;
}

.popup .form-text.active input::placeholder {
  color: transparent;
}

.popup select:focus,
.popup input[type="text"]:focus {
  background: #FFF;
}

.popup input[type="submit"] {
  border: 0;
  background: #0abdda;
  width: 10.1875vw;
  height: 2.2916vw;
  color: #FFF;
  font-size: 25px;
  font-size: 1.3vw;
  font-family: 'Myriad Pro', sans-serif;
}

.popup .form-checkbox {
  position: relative;
  padding-left: 2.1875vw;
  font-size: 20px;
  font-size: 1.0416vw;
  line-height: 1.5625vw;
}

.popup .checkbox + label:before {
  width: 1.5625vw;
  height: 1.5625vw;
}

.popup .checkbox.error + label:before,
.popup input[type="text"].error {
  border: 1px #e22f17 solid;
}

.popup-wrapper {
  height: 100%;
  overflow: hidden;
}

.popup h3 {
  font-weight: 300;
  color: #0abdda;
  font-size: 33px;
  font-size: 1.71875vw;
  width: 100%;
  text-align: center;
  margin: 0 0 0.5em;
}

.loader {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.popup .address a {
  color: #44a326;
  text-decoration: none;
}

.popup .address a:hover {
  text-decoration: underline;
}

.popup .address {
  font-size: 20px;
  font-size: 1.0416vw;
  color: #3a3939;
  margin-bottom: 0.5vw;
  line-height: 1.4;
}

.adress_popup-location {
  position: absolute;
  cursor: pointer;
  bottom: 1vw;
  font-weight: bold;
}

.right-popup-location {
  color: white;
}

.right-popup-location .js-location {
  font-size: 130%;
  font-weight: 500;
}

.right-popup {
  width: 70%;
}

.popup .address .company-title {
  color: #0abdda;
  font-size: 1.14583vw;
  margin-bottom: 0.3vw;
}

.popup .slimScrollRail {
  width: 1px !important;
}

.popup .slimScrollBar {
  right: 0 !important;
}

.result-image {
  text-align: center;
  margin-top: 3.64583vw;
  margin-bottom: 1.5625vw;
}

.result-image img {
  width: 8.59375vw;
  height: auto;
}

#popup-submit p,
#popup-result p {
  text-align: center;
  font-size: 20px;
  font-size: 1.0416vw;
  max-width: 80%;
  margin: 0.5vw auto;
}

#popup-result .form-item {
  margin-top: 3vw;
}

.popup .checkbox:not(checked) + label:before {
  background: #f7f8f8;
}

.popup .checkbox:not(checked) + label:hover::before {
  background: #0abdda url("../images/checkbox.png") 0 100% no-repeat;
  background-size: 100% !important;
}

.popup .checkbox:checked + label:before {
  background: #f7f8f8 url("../images/checkbox.png") 0 0 no-repeat;
  background-size: 100% !important;
}

.popup .checkbox:checked + label:hover:before {
  background: #0abdda url("../images/checkbox.png") 0 50% no-repeat;
  background-size: 100% !important;
}

@keyframes lds-eclipse {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  50% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-webkit-keyframes lds-eclipse {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  50% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.lds-eclipse {
  position: relative;
}

.lds-eclipse div {
  position: absolute;
  -webkit-animation: lds-eclipse 1s linear infinite;
          animation: lds-eclipse 1s linear infinite;
  width: 160px;
  height: 160px;
  top: 20px;
  left: 20px;
  border-radius: 50%;
  -webkit-box-shadow: 0 4px 0 0 #0abdda;
          box-shadow: 0 4px 0 0 #0abdda;
  -webkit-transform-origin: 80px 82px;
      -ms-transform-origin: 80px 82px;
          transform-origin: 80px 82px;
}

.lds-eclipse {
  width: 100px !important;
  height: 100px !important;
  -webkit-transform: translate(-50px, -50px) scale(0.5) translate(50px, 50px);
      -ms-transform: translate(-50px, -50px) scale(0.5) translate(50px, 50px);
          transform: translate(-50px, -50px) scale(0.5) translate(50px, 50px);
}

.scbtn-nav {
  display: none;
}

.popup .checkbox + label {
  display: inline-block;
}

.popup .approval-text {
  font-size: 13px;
  font-size: 0.677083vw;
}

.morelink,
.morereviews {
  display: none;
}

.moreellipses {
  display: none !important;
}

#video-view {
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 1111;
}

#video-view .close {
  width: 1.1458333333333335vw;
  height: 1.1458333333333335vw;
  background: transparent url("../images/close-w.png") 0 0 no-repeat;
  float: right;
  display: block;
  background-size: 100%;
}

.vbtn.active {
  z-index: 1001;
  background-position: 0 50%;
}

.overlay-clip.active {
  position: absolute;
  z-index: 999;
  width: 100%;
  height: 100%;
  overflow: hidden;
  top: 0;
  left: 0;
  display: block;
}

.vbtn-overlay.active {
  position: absolute;
  z-index: 1000;
  width: 6.66%;
  border-radius: 9999px;
  background: #393939;
  display: block;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.other__model-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 40px;
}

.other__model-title {
  text-align: center;
  font-size: 60px;
  color: #5c5c5c;
  padding: 40px 0;
}

.other__model-name {
  font-size: 45px;
  color: #5c5c5c;
}

.other__model-old-price {
  font-size: 20px;
}

.other__model-price {
  font-size: 45px;
  color: #0abdda;
}

.other__img-name {
  font-size: 35px;
  color: #5c5c5c;
}

.other__model-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-item-align: end;
      align-self: flex-end;
}

.other_block-color {
  background-color: #f8f8fa;
}

.other__button {
  font-size: 1.88vw;
  border: 1px #0abdda solid;
  color: #515150;
  text-decoration: none;
  line-height: 3.39vw;
  width: 47%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  display: block;
}

.other__button:hover {
  color: #FFF;
  background: #0abdda;
}

.other__model-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.model__img {
  margin-bottom: 15px;
}

.other__model-img {
  width: 300px;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.other__model-txt {
  width: calc(100% - 300px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.popup-content .other__model-img {
  padding: initial;
}

.popup-other {
  display: block !important;
  width: 100%;
  max-width: 1080px;
  height: initial;
  max-height: 98vh;
  background-color: #00bbda;
  overflow: auto;
  position: relative;
}

.popup-other .oneair-surprice-item {
  width: 100%;
}

.popup-other .oneair-surprice-item-title {
  text-align: left;
  font-size: 30px;
}

.submit-popup {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.left-popup {
  padding-right: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-item-align: center;
      align-self: center;
}

.other_block2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.block2-right-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.block2-right-description ul {
  list-style-type: none;
  padding-left: 1em;
}

.block2-right-description ul li:before {
  content: "–";
  position: absolute;
  margin-left: -1em;
}

.block2-left-img,
.block2-right-txt {
  width: 50%;
}

.block2-left-img img {
  width: 100%;
}

.right-title {
  font-size: 48px;
  color: #00bbda;
}

.right-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.block2-right-description {
  color: #5c5c5c;
  font-size: 25px;
}

.block2-right-txt {
  padding: 40px 0 0 40px;
  position: relative;
}

.other_block3 {
  padding: 70px 100px;
  background-color: #e6e6e6;
}

.other-slides {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.other-slide-txt {
  font-size: 25px;
  color: #4a4a49;
}

.other-slide {
  width: calc((100% / 3) - 100px);
}

.other-slide-img img {
  width: 100%;
}

.block2-right-icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  margin-top: auto;
  width: 100%;
  padding-bottom: 30px;
}

.block-icon {
  padding-right: 15px;
}

.block-25_line {
  padding-top: 1.125rem;
  background-color: #f8f8fa;
  background-repeat: no-repeat;
  background-position: center 180px;
  padding-bottom: 1.875rem;
}

.compare__left {
  float: left;
  width: 25%;
}

.compare__right {
  float: right;
  width: 75%;
  position: relative;
  z-index: 2;
}

.compare__cell {
  padding: 5px 0;
  font-size: 1.1rem;
  color: #706f6f;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}

.compare__cell_same {
  overflow: visible !important;
}

.compare__left .compare__cell.hover {
  z-index: 2;
}

.compare__left .compare__cell.hover:before {
  content: '';
  width: 4000px;
  height: 100%;
  background: #fff;
  position: absolute;
  top: 0;
  left: -1000px;
  z-index: -1;
}

.compare__cell_name:before,
.compare__cell_img:before,
.compare__cell_controls:before {
  background: initial !important;
  display: none;
}

.compare__right .compare__cell {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.compare__cell_name {
  font-size: 1.5625rem;
  color: #706f6f;
  padding: 15px 0;
}

.compare__item {
  float: left;
  display: inline-block;
  width: calc(33% - 2px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  border: 1px solid transparent;
  margin: 0 20px;
}

.compare__item:hover {
  border: 1px solid #0abdda;
}

.compare__cell_img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 130px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  padding-bottom: 10px;
}

.compare__left .compare__cell_img:after {
  content: "";
  position: absolute;
  width: 4000px;
  height: 10px;
  background: #edecec;
  bottom: -7px;
  z-index: 0;
  left: -2000px;
  overflow: hidden;
}

.compare__cell_img picture {
  max-width: 100%;
  height: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

.compare__cell_img img {
  max-width: 100%;
  max-height: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

.control_delete {
  font-size: 1.4375rem;
  color: #00bbda;
  cursor: pointer;
}

.show-different {
  display: none;
}

.control_delete.active .hide-different {
  display: none;
}

.control_delete.active .to-delete {
  -webkit-transform: rotate(0);
      -ms-transform: rotate(0);
          transform: rotate(0);
}

.control_delete.active .show-different {
  display: inline;
}

.to-delete {
  display: inline-block;
  width: 17px;
  height: 17px;
  background: url(../images/close2_default.png) no-repeat left center;
  margin-right: 10px;
  position: relative;
  top: 3px;
  cursor: pointer;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: .5s;
  transition: .5s;
}

.compare__cell.compare__cell_controls {
  padding-bottom: 0;
  padding-top: 0;
}

.compare__cell_controls .butn {
  width: 100%;
  padding: 5px 10px;
  font-size: 20px;
  margin-bottom: 0;
  border-color: transparent;
  color: #00bbda;
  cursor: pointer;
}

.compare__item:hover .butn {
  border-color: #0abdda;
  border-left-color: transparent !important;
  border-right: transparent !important;
  border-bottom-color: transparent !important;
}

.compare__item:hover .butn + .butn {
  border-bottom-color: transparent;
}

.compare__item .butn:hover {
  color: #fff;
}

.butn:hover {
  background: #0abdda;
}

.slick-arrow.slick-disabled {
  opacity: 0 !important;
}

.slick-arrow:hover {
  opacity: 1;
}

.slick-arrow:before,
.slick-arrow:after {
  display: none;
}

.block__header {
  font-size: 48px;
  text-align: center;
  padding-bottom: 40px;
  font-family: Myriad Pro;
  color: #464646;
}

.tech_block {
  overflow: hidden;
}

.other-slide-img {
  margin-bottom: 30px;
}

a.button:hover,
a.button:focus {
  text-decoration: none;
  color: #FFF;
}

a.other__button:hover,
a.other__button:focus {
  text-decoration: none;
}

.model__img {
  max-width: 100%;
}

.popup_oneair .form-item {
  margin: 15px 0;
}

.checkbox-text {
  font-size: 16px;
  font-weight: inherit;
  line-height: 1;
  color: #fff;
}

.attention-text {
  font-size: 16px;
  color: #fff;
  margin-bottom: 10px;
}

.popup_result-close,
.adress_popup {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 40%;
  height: 27.08vw;
  background: #f7f8f8;
  z-index: 1111;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 1.56vw 3.125vw 5.125vw;
}

.adress_popup {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100vh;
  width: 100vw;
  background: initial;
  right: initial;
  bottom: initial;
  z-index: 999;
}

.adress_popup .popup-wrapper {
  background: #fff;
  -webkit-box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.2);
  padding: 70px 20px;
  position: relative;
  height: initial;
}

.adress_popup .popup-content {
  padding-right: 30px;
  max-height: 70vh !important;
}

.name-models,
.price-oneair-models {
  display: none;
}

.block-icon img {
  max-width: 100%;
}

.popup_oneair .form-popup {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.right-img img {
  max-width: 100%;
}

.block2-right-txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.mob-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.mob-info-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.mob-info-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.mob-info-block1,
.mob-info-block2 {
  padding: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}

.mob-info-title {
  text-align: center;
}

.mob-but {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  border-top: 1px solid;
}

.mob-but .btn1,
.mob-but .btn2 {
  padding-top: 20px;
}

.installation-oneair {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  padding: 36px 6%;
  background-color: #f8f8fa;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}

.installation-step {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 33%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.installation-step-img {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding-bottom: 20px;
}

.installation-step-img img {
  max-width: 100%;
}

.installation-step2 .installation-step-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-item-align: center;
      align-self: center;
}

.installation-step2 .installation-step-description {
  width: 74%;
}

.installation-step-title {
  font-size: 30px;
  padding-bottom: 30px;
}

.installation-step-description {
  font-size: 25px;
}

.other__img-name {
  display: none;
}

.oneair-surprice-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  background-color: #00bbda;
  padding: 6%;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.oneair-surprice-item {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 33%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.oneair-surprice-img-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.oneair-surprice-item-title {
  text-align: center;
  font-size: 29px;
  color: #fff;
  padding-bottom: 20px;
}

.oneair-surprice-old-price {
  font-size: 26px;
  color: #fff;
  text-decoration: line-through;
  padding-top: 15px;
  text-align: center;
  min-height: 41px;
}

.oneair-surprice-new-price {
  font-size: 38px;
  color: #fff;
  padding-top: 10px;
  text-align: center;
}

.oneair-surprice-text {
  line-height: 1;
  width: 100%;
  text-align: center;
  color: #fff;
  font-size: 18px;
  text-transform: uppercase;
}

.oneair-surprice-price {
  line-height: 1;
  padding-bottom: 20px;
  border-top: 1px solid #fff;
  width: 100%;
}

.other_models {
  overflow: hidden;
}

.oneair-surprice-model {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-item-align: center;
      align-self: center;
  padding-bottom: 20px;
  width: 100%;
}

.oneair-surprice-model img {
  max-width: 100%;
  max-height: 150px;
}

.oneair-surprice-buy {
  display: inline-block;
  color: #fff;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  padding: 10px 30px;
  outline: none;
  border: 1px solid;
  border-radius: 1px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  width: 100%;
  text-align: center;
  margin-top: 10px;
  text-decoration: none;
  font-size: 20px;
  list-style-type: none;
}

.oneair-surprice-buy:hover {
  background-color: #fff;
}

a.oneair-surprice-buy:hover {
  color: #00bbda;
}

a.oneair-surprice-buy {
  text-decoration: none;
}

.oneair-surprice-item {
  padding: 0 20px;
}

.idpan-media1 {
  top: 11.5%;
}

.idpan-media1 .itext2 p {
  max-width: 70.63%;
}

#d4 .dpan-media2 {
  top: 21.5%;
}

.idpan-media3 {
  top: 30.5%;
}

.idpan-media3 .itext2 p {
  max-width: 83.63%;
}

.dpan-media4 {
  left: 67%;
  top: 20%;
}

.dpan-media {
  left: 64%;
}

.night-day-txt li {
  padding-bottom: 8px;
}

.itext2-new h4 {
  font-size: 25px;
  text-transform: uppercase;
}

.dpan-media9 {
  left: 66%;
  top: 13.5%;
}

.dpan-media9 li {
  margin-bottom: 10px;
}

.dpan-media5 {
  top: 18.5%;
  left: 70%;
}

a.oneair-surprice-style {
  text-decoration: none;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.popup_oneair .position_but {
  display: inline-block;
}

.popup_oneair .position_but input[type="submit"] {
  display: inline-block;
  color: #fff;
  text-decoration: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  outline: none;
  border: 1px solid;
  border-radius: 1px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  text-decoration: none;
  text-align: center;
  width: 100%;
}

.popup_oneair .oneair-surprice-new-price {
  font-size: 35px;
}

.form-item-end-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.form-item-end-form input[type="submit"] {
  border: 0;
  background: #0abdda;
  width: 10.1875vw;
  height: 2.2916vw;
  color: #FFF;
  font-size: 1.3vw;
  font-weight: 100;
}

.container-fluid {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.container-fluid {
  overflow: hidden;
}

.video__button {
  display: block;
}

.video__button img {
  width: 100%;
  display: block;
}

.patendet-block-fon {
  width: 100%;
}

.patendet-block {
  position: relative;
}

.patendet-info__list {
  position: absolute;
  top: 100px;
  left: 0;
  width: 70%;
  margin-left: 8.85%;
}

.patendet-info__item-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 50px;
}

.patendet-info__item-svg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  color: #fff;
  padding-right: 20px;
}

.patendet-info__item-text-1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 20%;
}

.patendet-info__item-block3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
}

.patendet-info__item {
  color: #fff;
  font-size: 50px;
  line-height: 1.2;
  margin-bottom: 50px;
}

span.font-size-span {
  font-size: 20px;
}

.patendet-info__head {
  margin-bottom: 20px;
}

.patendet-info__item-text {
  width: 30%;
  padding: 30px;
}

.cub-sup {
  font-size: 40px;
  font-weight: 400;
}

img.patendet-info-up {
  width: 20px;
}

span.patendet-info__item-percent {
  font-size: 70px;
  font-weight: 400;
  color: #fff;
}

.patendet-block-file__list {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 8.85%;
  padding-bottom: 20px;
}

a.patendet-block-file-download {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.patendet-block-file-download-title {
  margin-left: 10px;
  color: #000;
}

.patendet-block-file-img img {
  width: 100%;
}

.patendet-block-file__item-color {
  background-color: #f4f4f4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
  width: 15%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 100%;
}

.patendet-block-file-title {
  padding: 10px 20px 20px;
}

.patendet-block-file-logo {
  padding: 50px 30px;
}

.patendet-block-file-head {
  font-size: 60px;
  line-height: 1;
  margin-top: 20%;
}

.patendet-block-file-img {
  margin-top: 20%;
}

.patendet-block-file-text {
  padding: 20px 0;
  font-size: 18px;
}

.patendet-block-file-logo img {
  width: 100%;
}

.patendet-block-file__item1 {
  width: 50%;
  padding: 40px;
}

.patendet-block-file__item {
  width: 30%;
}

.compare__slider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.compare__slider_oneair .slick-prev {
  background: url(../images/vlevo.png) no-repeat center center;
  background-size: contain;
  height: 70px;
  width: 70px;
  top: 20%;
  z-index: 100;
}

.compare__slider_oneair .slick-next {
  background: url(../images/vpravo.png) no-repeat center center;
  background-size: contain;
  height: 70px;
  width: 70px;
  top: 20%;
  z-index: 100;
}

.patendet-block-file-img-mob {
  display: none;
}

.mobile-logo {
  position: absolute;
  width: 165px;
  top: -87px;
  left: 20px;
}

.mobile-logo img {
  max-width: 100%;
}

.form-popup_accessories {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
  -webkit-box-pack: justify !important;
      -ms-flex-pack: justify !important;
          justify-content: space-between !important;
}

.form-popup_accessories input[type="submit"] {
  height: initial !important;
  padding: 5px 20px !important;
  font-size: 20px !important;
}

.form-popup_accessories input[type="submit"]:hover {
  background: #fff;
  color: #00bbda;
}

.form-popup_accessories .right-popup {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.form-popup_accessories .oneair-surprice-price {
  padding-bottom: 0;
}

.accessories {
  padding: 20px;
  font-weight: normal;
  color: #000;
  background: #fff;
}

.accessories .checkbox-text {
  color: #000 !important;
}

.accessories__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0 20px;
}

.accessories__img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 10px;
}

.accessories__img img {
  max-height: 100px;
}

.accessories__name {
  font-size: 14px;
  color: #000;
  margin-bottom: 10px;
  height: 35px;
}

.accessories__price {
  font-size: 18px;
  margin-bottom: 10px;
}

.accessories__total-price {
  font-size: 28px;
  color: #fff;
}

.accessories .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.slick-arrow {
  width: 16px;
  height: 38px;
  background: url(../images/slider-arrow.png) no-repeat center center !important;
  position: absolute;
  top: 50%;
  margin-top: -16px;
}

.slick-prev {
  left: -5px;
}

.slick-next {
  right: -5px;
  margin-top: -38px;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.line-throught {
  text-decoration: line-through;
}

.f1 .social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: initial;
}

.footer__social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 30px;
  height: 30px;
  border: 1px solid #000;
  border-radius: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: background-color .2s ease, border-color .2s ease;
  transition: background-color .2s ease, border-color .2s ease;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.footer__social svg {
  width: 55%;
}

.footer__social path {
  fill: #616161;
}

.footer__social_vk:hover {
  background-color: #4F76A4;
  border-color: #4F76A4;
}

.footer__social_yt:hover {
  background-color: #E62828;
  border-color: #E62828;
}

.footer__social_tg svg {
  width: 85%;
}

.footer__social_tg:hover {
  background-color: #4F76A4;
  border-color: #4F76A4;
}

.footer__social:hover path {
  fill: #fff;
}

.footer__social + .footer__social {
  margin-left: 7px;
}

@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}

@media (min-width: 992px) {
  .container {
    width: 970px;
  }

  .col-md-10 {
    float: left;
  }

  .col-md-10 {
    width: 83.33333333%;
  }

  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
}

@media (min-width: 1024px) {
  #d1 {
    min-height: 56vw;
  }

  #d2 {
    min-height: 51.63vw;
  }

  #d3 {
    min-height: 55.77vw;
  }

  #d4 {
    min-height: 55.79vw;
  }

  #d5 {
    min-height: 55.79vw;
  }

  #d6 {
    min-height: 51.63vw;
  }

  #d7 {
    min-height: 85.5vw;
  }

  #patendet {
    min-height: 52.78vw;
  }

  .patendet-block-file {
    min-height: 30vw;
  }

  #d9 {
    min-height: 51.62vw;
  }

  #d9-1 {
    min-height: 29.5vw;
  }

  #cycle {
    min-height: 51.8vw;
  }

  #tech_block {
    min-height: 36.8vw;
  }

  #d11 {
    min-height: 51vw;
  }
}

@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}

@media (max-width: 1680px) {
  .block2-left-img {
    width: 70%;
  }

  .block2-right-description {
    font-size: 21px;
    padding-right: 30px;
  }

  .right-title {
    font-size: 35px;
  }

  .dpan-media9 {
    left: 62%;
    top: 9.5%;
  }

  .patendet-info__item-text {
    width: 30%;
    padding: 20px;
  }
}

@media (max-width: 1500px) {
  .oneair-surprice-item-title {
    font-size: 26px;
  }
}

@media (max-width: 1440px) {
  .block2-right-txt {
    padding: 15px 0 0 40px;
  }

  .block2-right-icons {
    position: initial;
  }

  .right-title {
    font-size: 37px;
  }

  .other-slide {
    width: calc((100% / 3) - 40px);
  }

  .block2-right-description {
    font-size: 20px;
    padding-right: 30px;
  }

  .right-title {
    font-size: 30px;
  }

  .compare__cell_name {
    font-size: 18px;
  }

  .popup_oneair {
    overflow: auto;
  }

  #d1-1 .list span.text,
  .dpan-li li {
    font-size: 18px;
  }

  .installation-step-description {
    font-size: 18px;
  }

  .installation-step-title {
    font-size: 25px;
  }

  .other__model-title {
    font-size: 40px;
  }

  .button.button_setup {
    bottom: 10%;
  }

  .patendet-info__list {
    top: 66px;
  }

  .patendet-info__item {
    font-size: 40px;
  }

  span.font-size-span {
    font-size: 18px;
  }

  .patendet-info__item-img {
    margin-bottom: 30px;
  }
}

@media (max-width: 1366px) {
  .right-title {
    font-size: 25px;
    line-height: 1;
  }

  .block2-right-description {
    font-size: 18px;
  }

  .block-icon {
    padding-right: 9px;
  }

  .block2-right-icons {
    padding-bottom: 19px;
  }

  .other-slide-txt {
    font-size: 20px;
  }

  .block__header,
  .other__model-name,
  .other__model-price {
    font-size: 30px;
  }

  .other__img-name {
    font-size: 25px;
  }

  .other__model-title {
    font-size: 40px;
  }

  .installation-step {
    padding: initial;
  }

  .dpan-media {
    left: 60%;
    top: 5.5%;
  }

  .oneair-surprice-new-price {
    font-size: 35px;
  }

  .oneair-surprice-block {
    padding: 40px 20px;
  }

  #d6 .dpan {
    top: 10%;
  }

  .oneair-surprice-model img {
    max-width: 62%;
  }

  .patendet-info__item-text {
    width: 45%;
  }

  .patendet-info__item-text-1 {
    width: 26%;
  }

  .patendet-block-file-head {
    font-size: 40px;
  }
}

@media (max-width: 1280px) {
  .desctop-navbar li {
    font-size: 17px;
  }

  .dpan-media5 {
    top: 5% !important;
  }

  .button.button_setup {
    bottom: 5%;
  }

  .desctop-navbar li {
    font-size: 17px;
  }

  .dpan-media5 {
    top: 5% !important;
    padding-right: 4.5%;
  }

  .button.button_setup {
    bottom: 5%;
  }
}

@media screen and (max-width: 1240px) {
  .dpan-media9 {
    left: 62%;
    top: 2.5%;
  }

  .dpan-media5 {
    top: 55.5%;
  }

  .button.button_setup {
    bottom: 5%;
  }

  #d4 .dpan-media2 {
    top: 13.5%;
  }

  .idpan-media3 {
    top: 23.5%;
  }

  .popup-other {
    width: 100%;
  }

  .patendet-info__list {
    top: 20px;
  }

  .patendet-info__item {
    font-size: 34px;
    margin-bottom: 25px;
  }

  .patendet-info__item-svg img {
    width: 45%;
  }

  span.patendet-info__item-percent {
    font-size: 44px;
  }

  .cub-sup {
    font-size: 34px;
  }

  span.font-size-span {
    font-size: 16px;
  }

  .patendet-block-file__item-color {
    width: 22%;
  }

  .media-top {
    top: 5% !important;
  }
}

@media (max-width: 1200px) {
  .oneair-surprice-block {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .oneair-surprice-item {
    margin-bottom: 50px;
  }
}

@media (max-width: 1024px) {
  .other_block2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .block2-left-img,
  .block2-right-txt {
    width: 100%;
  }

  .popup_result-close {
    max-width: 100vw;
    width: initial;
    background: initial;
  }

  .popup-result-wrapper {
    background: #fff;
    position: relative;
  }

  .block2-right-icons {
    margin-bottom: 30px;
  }

  .other__img-name {
    font-size: 27px;
  }

  .other-slide-txt {
    font-size: 20px;
  }

  .other_block3 {
    padding: 40px;
  }

  .other-slide {
    width: calc((100% / 3) - 40px);
  }

  #d1-1 {
    padding: 36px 3%;
  }

  #d1-1 .list span.text,
  .dpan-li li {
    font-size: 16px;
  }

  .night-day-txt,
  .mob-info-title {
    font-size: 15px;
  }

  .dpan-media {
    top: 2.5%;
  }

  #d6 .dpan {
    top: 9%;
    padding-top: 20px;
  }

  .mob-but .btn1,
  .mob-but .btn2 {
    padding: 10px;
  }

  .installation-step-description {
    font-size: 15px;
  }

  .installation-step-title {
    font-size: 18px;
  }

  .installation-oneair {
    padding: 36px 3%;
  }

  .installation-step {
    padding: 10px;
  }

  .idpan-media1 {
    top: 6.5%;
  }

  .idpan-media1 .itext2 p {
    max-width: 84%;
    font-size: 16px;
  }

  #d4 .dpan-media2 {
    top: 15.5%;
    left: 63%;
  }

  .idpan-media3 .itext1 p,
  .idpan-media3 .itext2 p {
    font-size: 16px;
  }

  .dpan-media4 {
    left: 60%;
  }

  #d7 h3 {
    margin-top: 30px;
    font-size: 20px;
  }

  .dpan-media9 {
    left: 58%;
  }

  .dpan-media5 {
    left: 65%;
  }

  .button.button_setup {
    left: 65%;
    font-size: 16px;
  }

  .dpan-media5 .text p {
    font-size: 16px;
  }

  .oneair-surprice-model {
    padding-bottom: 20px;
  }

  .oneair-surprice-model img {
    max-width: 66%;
  }

  .oneair-surprice-old-price {
    font-size: 20px;
    min-height: 40px;
  }

  .oneair-surprice-new-price {
    font-size: 30px;
  }

  .dpan-li li:before {
    top: 8px;
  }

  .patendet-info__item {
    font-size: 27px;
    margin-bottom: 23px;
  }

  .patendet-info__item-svg img {
    width: 35%;
  }

  span.patendet-info__item-percent {
    font-size: 44px;
  }

  .cub-sup {
    font-size: 34px;
  }

  span.font-size-span {
    font-size: 16px;
  }

  .patendet-block-file__item-color {
    width: 22%;
  }

  .d1-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  #d1-1 .list span.text {
    display: block;
  }

  #d4 .dpan-media2,
  .dpan-media4,
  .dpan-media5 {
    position: initial;
    padding-top: 20px;
  }

  .idpan .imenu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }

  .idpan .imenu a {
    width: 15%;
    margin-right: 3%;
    margin-bottom: 3%;
  }

  .imenu-prev,
  .imenu-next {
    display: none;
  }

  .idpan-media3 {
    top: 0;
  }

  .scpan {
    padding-top: 40px;
  }

  #d9-1 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  #d9-1 .imgpan {
    width: 100%;
  }

  #d9-1 .mobpan {
    width: 100%;
  }

  #d11 h2 {
    text-align: center;
    margin-top: 20px;
  }

  .d11__buttons {
    text-align: center;
    margin-bottom: 20px;
  }

  .button.button_setup {
    display: inline-block;
    width: initial;
    margin: 0 auto;
  }

  .popup-current-city .slimScrollDiv {
    width: 80%;
  }

  .popup a.close,
  .css-cities-list a.closeList,
  .popup-documents a.close,
  .popup-current-city a.close {
    top: 12px;
    right: 95px;
  }

  .logo img {
    width: 140px;
    height: initial !important;
  }
}

@media (max-width: 1023px) {
  .logo {
    display: block;
    margin: 0;
    padding: 20px;
  }
}

@media (max-width: 960px) {
  .desctop-navbar {
    display: none;
  }

  .top-section {
    padding-top: 0;
  }

  .navbar-documents {
    font-size: 20px;
    display: block;
    padding-left: 60px;
    line-height: 40px;
    color: #5c5c5c;
    text-decoration: none;
  }

  .button.button_setup {
    position: static;
    font-size: 18px;
    padding-left: 30px;
    padding-right: 30px;
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }

  .popup-current-city .popup-content,
  .popup-documents .popup-content {
    width: 100% !important;
    height: 100vh;
    top: 0 !important;
    font-size: 14px !important;
    z-index: 900;
  }

  .popup-documents-title {
    font-size: 18px !important;
  }

  .popup-documents .popup-content {
    height: 80%;
    margin-top: 16vw !important;
  }

  .popup-current-city .popup-content li {
    font-size: 20px;
    text-align: center;
  }

  .elastic-search {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 100%;
  }

  .popup-current-citys {
    margin-top: 20px !important;
  }

  .popup-current-city .slimScrollDiv,
  .adress_popup .slimScrollDiv,
  .adress_popup .popup-content,
  .popup-current-city .popup-current-citys {
    height: 90% !important;
    max-height: 90vh;
  }

  .popup-current-city .elastic-search #elastic {
    width: 100% !important;
  }

  .popup-current-city .popup-current-citys {
    max-height: none !important;
  }

  .documents-items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .documents-items li {
    margin-top: 10px;
  }

  .documents-items ul {
    margin: 0;
  }

  .popup-documents .popup-content {
    padding-top: 3vw !important;
  }

  .buybutton {
    display: none;
  }

  .popup a.close,
  .css-cities-list a.closeList,
  .popup-documents a.close {
    width: 15px;
    height: 15px;
  }

  .popup-city .popup-content {
    width: 60%;
    font-size: 20px !important;
    padding: 5vw 3vw;
  }

  .hmbg {
    width: 86px;
    height: 49px;
    position: fixed;
    top: 0;
    right: 0;
    background: transparent url("../images/bg-menu.png") top right no-repeat;
    z-index: 850;
    display: block !important;
  }

  #hamburger-icon {
    width: 28px;
    height: 16px;
    position: fixed;
    display: block;
    top: 14px;
    right: 26px;
    z-index: 900;
  }

  #hamburger-icon .line {
    display: block;
    background: #FFF;
    width: 28px;
    height: 1px;
    position: absolute;
    left: 0;
    border-radius: 1px;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
  }

  #hamburger-icon .line.line-1 {
    top: 0;
  }

  #hamburger-icon .line.line-2 {
    top: 50%;
  }

  #hamburger-icon .line.line-3 {
    top: 100%;
  }

  #hamburger-icon:hover .line-1,
  #hamburger-icon:focus .line-1 {
    -webkit-transform: translateY(-1px);
        -ms-transform: translateY(-1px);
            transform: translateY(-1px);
  }

  #hamburger-icon:hover .line-3,
  #hamburger-icon:focus .line-3 {
    -webkit-transform: translateY(1px);
        -ms-transform: translateY(1px);
            transform: translateY(1px);
  }

  #hamburger-icon.active .line-1 {
    -webkit-transform: translateY(8px) translateX(0) rotate(45deg);
        -ms-transform: translateY(8px) translateX(0) rotate(45deg);
            transform: translateY(8px) translateX(0) rotate(45deg);
  }

  #hamburger-icon.active .line-2 {
    opacity: 0;
  }

  #hamburger-icon.active .line-3 {
    -webkit-transform: translateY(-8px) translateX(0) rotate(-45deg);
        -ms-transform: translateY(-8px) translateX(0) rotate(-45deg);
            transform: translateY(-8px) translateX(0) rotate(-45deg);
  }

  #hamburger-icon.active {
    position: fixed;
  }

  .menu-overlay {
    float: right;
    height: 2px;
    width: 2px;
    background: #eaeaea;
    -webkit-transform: translate(24%, -50%);
        -ms-transform: translate(24%, -50%);
            transform: translate(24%, -50%);
    display: block;
    border-radius: 1px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }

  .overlay-wrapper.active .menu-overlay {
    height: 1400px;
    width: 1400px;
    border-radius: 700px;
  }

  .overlay-wrapper {
    display: block;
    width: 100%;
    max-height: 100%;
    overflow: hidden;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 800;
  }

  .overlay-wrapper.active + .hmbg {
    position: fixed;
  }

  nav {
    visibility: hidden;
    opacity: 0;
    position: fixed;
    -webkit-transition: visibility 0s, opacity 0.3s linear, top 0.3s linear;
    transition: visibility 0s, opacity 0.3s linear, top 0.3s linear;
    z-index: 950;
    width: 100%;
    display: block !important;
  }

  #hamburger-icon.active + nav {
    opacity: 1;
    visibility: visible;
    top: 100px;
  }

  nav a {
    font-size: 16px;
    display: block;
    padding-left: 60px;
    line-height: 40px;
    color: #5c5c5c;
    text-decoration: none;
  }

  nav a.default {
    background: #0abdda;
    color: #FFF;
  }

  nav a:hover {
    background: #0abdda;
    color: #FFF;
  }

  .logo {
    position: static;
    margin-top: initial;
    margin-left: initial;
    width: 34.37%;
  }

  #d1-1 {
    padding: 20px 3.43%;
    overflow: visible;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    position: relative;
  }

  #d1-1 .list span.icon {
    width: 83.87%;
    display: block;
    float: left;
  }

  #d1-1 .list:nth-child(2) span.icon {
    float: none;
    margin: 0 auto;
  }

  #d1-1 .list:nth-child(3) span.icon {
    float: right;
  }

  #d1-1 .icon.highlite {
    position: relative;
    z-index: 1001;
  }

  #d1-1 .lst1 .icon {
    width: 137px;
  }

  #d1-1 .lst1 .icon.highlite {
    background: transparent url("../images/iconset1-1-m.png") 0 0 no-repeat;
    background-size: 100%;
  }

  #d1-1 .lst1 .icon.highlite.active {
    background-position: 0 100%;
  }

  #d1-1 .lst2 .icon.highlite {
    background: transparent url("../images/iconset1-2-m.png") 0 0 no-repeat;
    background-size: 100%;
  }

  #d1-1 .lst2 .icon.highlite.active {
    background-position: 0 100%;
  }

  #d1-1 .lst4 .icon.highlite {
    background: transparent url("../images/iconset4-4-m.png") 0 0 no-repeat;
    background-size: 100%;
  }

  #d1-1 .lst4 .icon.highlite.active {
    background-position: 0 100%;
  }

  #d1-1 .lst3 .icon.highlite {
    background: transparent url("../images/iconset1-3-m.png") 0 0 no-repeat;
    background-size: 100%;
  }

  #d1-1 .lst3 .icon.highlite.active {
    background-position: 0 100%;
  }

  #d1-1 .icon.highlite img {
    opacity: 0;
  }

  #d1-1 .list span.text {
    display: none;
  }

  .overlay {
    position: fixed;
    background: rgba(0, 0, 0, 0.7);
    width: 100%;
    height: 100%;
    width: 100vw;
    height: 100vh;
    top: 0;
    left: 0;
    z-index: 999;
  }

  #d1-1 .list .qpane {
    background: #00bbda;
    color: #FFF;
    position: absolute;
    padding: 3.43% 10px;
    margin: 0 !important;
    font-size: 20px;
    left: 0;
    width: 100% !important;
    z-index: 1000;
    height: 115px !important;
    max-width: 100% !important;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    top: -110px !important;
  }

  #d1-1 .list .icon.highlite.active:after {
    opacity: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 6px 0 6px;
    border-color: #1eb8d7 transparent transparent transparent;
    content: "";
    position: absolute;
    top: -25px;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    /*transition: top 0.3s;*/
    top: -15px;
    opacity: 1;
  }

  #d1-1 .list .icon.highlite.active.start:after {
    top: -15px;
    opacity: 1;
  }

  #d1-1 .list .qpane span {
    max-width: 80%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  #d1-1 .close {
    position: absolute;
    top: 15px;
    right: 10px;
    width: 22px;
    height: 22px;
    background: transparent url("../images/close-w.png") 0 0 no-repeat;
  }

  #d1-1 .list {
    position: static;
  }

  .id2 {
    width: 195%;
    -webkit-transform: translate(-7%, 0%);
        -ms-transform: translate(-7%, 0%);
            transform: translate(-7%, 0%);
  }

  .id4 {
    width: 170%;
  }

  .id6 {
    width: 190%;
  }

  .id9 {
    width: 190%;
  }

  #d7 {
    background: #f8f8fa;
  }

  #d7 h3 {
    top: 0;
    font-size: 25px !important;
    position: absolute;
    padding-bottom: 20px;
    margin-top: 0;
  }

  .id7 {
    width: 280%;
    -webkit-transform: translateX(50px);
        -ms-transform: translateX(50px);
            transform: translateX(50px);
    -webkit-transition: -webkit-transform 0.5s ease-out;
    transition: -webkit-transform 0.5s ease-out;
    transition: transform 0.5s ease-out;
    transition: transform 0.5s ease-out, -webkit-transform 0.5s ease-out;
  }

  .scbtn {
    width: 100%;
    margin-top: 0;
    height: auto;
    overflow: visible;
    margin-top: -20px;
  }

  .scpan {
    clear: left;
    padding: 10px 3.43%;
    min-height: 400px;
  }

  .scpan h4 {
    font-size: 29px !important;
    margin-bottom: 10px;
  }

  .scpan p {
    font-size: 20px !important;
    margin: 5px 0;
  }

  .scbtn span,
  .scpan span {
    display: block;
    float: left;
  }

  .scbtn .sc1b,
  .scbtn .sc2b,
  .scbtn .sc3b,
  .scbtn .sc4b,
  .scbtn .sc5b,
  .scbtn .sc6b {
    width: 33%;
    padding: 0;
    margin: 0;
  }

  .scbtn {
    position: relative;
  }

  .scbtn a {
    position: absolute;
    top: -30px;
    margin-left: -18.5px !important;
    left: 100%;
    display: none;
    margin-left: -27.5px;
    -webkit-transition: left 0.5s ease-out, width 0.5s ease-out, height 0.5s ease-out, background 0.5s ease-out, top 0.5s ease-out;
    transition: left 0.5s ease-out, width 0.5s ease-out, height 0.5s ease-out, background 0.5s ease-out, top 0.5s ease-out;
    z-index: 10;
  }

  .scbtn a.active {
    left: 50%;
    margin-left: -27.5px !important;
    display: block;
  }

  .scbtn-nav {
    display: block;
  }

  .scbtn-prev {
    width: 63px;
    height: 63px;
    border-radius: 63px;
    background-color: rgba(255, 255, 255, 0.5);
    padding: 16px 25px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    position: absolute;
    top: 300px;
    left: -10px;
  }

  .scbtn-next {
    width: 63px;
    height: 63px;
    border-radius: 63px;
    background-color: rgba(255, 255, 255, 0.5);
    padding: 16px 25px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    position: absolute;
    top: 300px;
    right: -10px;
  }

  .scpan .sc1 {
    margin-left: 3.43%;
    width: 100%;
    padding-right: 0;
  }

  .scpan .sc2 {
    width: 100%;
    padding-right: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: none;
  }

  .scpan .sc3 {
    width: 100%;
    padding-right: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: none;
  }

  .scpan .sc4 {
    width: 100%;
    padding-right: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: none;
  }

  .scpan .sc5 {
    width: 100%;
    padding-right: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: none;
  }

  .scpan .sc6 {
    width: 100%;
    padding-right: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: none;
  }

  .scbtn span a {
    font-style: normal;
    height: 37px;
    width: 37px;
    border: 1px #b2b2b3 solid;
    border-radius: 37px;
    color: #198cd2;
    font-size: 19px !important;
    display: block;
    text-align: center;
    line-height: 37px !important;
    margin: 0 auto;
    text-decoration: none;
  }

  .scbtn span a.active {
    background: #198cd2;
    color: #FFF;
    height: 55px;
    width: 55px;
    line-height: 55px !important;
  }

  .hconteiner {
    padding: 1px 3.43% 2em;
    background: #f2f2f2;
  }

  .hconteiner h3 {
    font-size: 33px !important;
    margin-top: 1em;
    margin-bottom: 0.5em;
    text-align: left;
  }

  .day-night {
    position: relative;
  }

  .day-night span {
    display: block;
    width: 50%;
    overflow: hidden;
    float: left;
    padding: 15px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    background: #f8f8fa;
  }

  .day-night span:first-child:after {
    position: absolute;
    width: 24px;
    height: 1px;
    border-top: 1px #8b8b8a solid;
    left: 50%;
    margin-left: -12px;
    top: 50px;
    content: "";
  }

  .sun,
  .moon {
    position: static;
    width: 65px;
    height: 65px;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    background: transparent url("../images/iconset-moon.png") top left no-repeat;
    margin: 0 auto;
    cursor: pointer;
  }

  .sun {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    background: transparent url("../images/iconset-sun.png") top left no-repeat;
  }

  .sun.active,
  .moon.active {
    background-position: bottom left;
  }

  .sun img,
  .moon img {
    display: none;
  }

  .id8 {
    width: 250%;
    -webkit-transform: translateX(-10%);
        -ms-transform: translateX(-10%);
            transform: translateX(-10%);
    -webkit-transition: -webkit-transform 0.5s ease-out;
    transition: -webkit-transform 0.5s ease-out;
    transition: transform 0.5s ease-out;
    transition: transform 0.5s ease-out, -webkit-transform 0.5s ease-out;
  }

  .day-night-after {
    background: #f2f2f2;
    padding-bottom: 40px;
    overflow: hidden;
  }

  .night,
  .day {
    width: 100%;
    float: left;
    overflow: hidden;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding-left: 3.43%;
    position: relative;
  }

  .day {
    display: none;
  }

  .night .idpan,
  .day .idpan {
    position: static;
    padding-top: 1px;
    padding-right: 1px;
    margin-right: 0;
  }

  #d8 .idpan .imenu-pager {
    margin-bottom: -25px;
  }

  .day-night-after .imenu {
    margin-top: 40px;
  }

  .day-night-after .imenu a {
    width: 38.66%;
    margin: 0 auto;
    right: 0;
  }

  .day-night-after .itext2 {
    min-height: 140px;
  }

  .night .idpan {
    border-right: 0;
  }

  .to-moon,
  .to-sun {
    width: 63px;
    height: 63px;
    border-radius: 63px;
    background-color: rgba(255, 255, 255, 0.5);
    padding: 16px 25px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    position: absolute;
    bottom: 40px;
    left: 50%;
    margin-left: -31.5px;
  }

  #cycle {
    position: relative !important;
    top: 0;
  }

  .id10 {
    width: 150%;
    -webkit-transform: translateX(-25%);
        -ms-transform: translateX(-25%);
            transform: translateX(-25%);
  }

  .pagerbar {
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 0;
  }

  .cycle-pager {
    font-size: 60px;
  }

  .id11 {
    width: 155%;
  }

  #d11-1 {
    overflow: hidden;
    background: #e6e6e6;
    padding: 0;
  }

  #d11-1 h4 {
    font-size: 33px !important;
  }

  #d11-1 .list {
    width: 100%;
    float: left;
    font-size: 20px !important;
    padding: 0 3.43% 0 3.43%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    min-height: 500px;
  }

  #d11-1 .list.lst1 img {
    width: 79.93%;
    height: auto;
    display: block;
    margin: 0 auto;
  }

  #d11-1 .list.lst2 img {
    width: 43.72%;
    height: auto;
    display: block;
    margin: 0 auto;
  }

  #d11-1 .list.lst3 img {
    width: 90%;
    display: block;
    -webkit-transform: translateX(10%);
        -ms-transform: translateX(10%);
            transform: translateX(10%);
  }

  #d11-1 .list span,
  #d11-1 .list p {
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }

  #d11-1 .list-pager {
    margin-bottom: 0;
  }

  .list-pager {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 60px;
    font-family: sans-serif;
    color: #b8b7b7;
    margin: auto auto;
    margin-bottom: -20px;
    clear: left;
  }

  .list-pager span {
    cursor: pointer;
    display: inline-block;
    margin: 0 5px;
  }

  .list-pager .cycle-pager-active {
    color: #0abdda;
  }

  #d11-1 .slider {
    display: block;
    overflow: hidden;
  }

  .cycle-pager-reviews {
    font-size: 60px;
    font-family: sans-serif;
    color: #b8b7b7;
    margin: auto auto;
  }

  .f1 {
    padding: 20px 3.43%;
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-top: 1px #616161 solid;
    font-size: 16px;
  }

  .f1 a {
    color: #5d5d5d;
    text-decoration: none;
  }

  .f1 a:hover {
    text-decoration: underline;
  }

  .f1 div {
    width: 100%;
    display: block;
    height: auto;
  }

  .f1 div:first-child {
    display: none;
  }

  .f1 .vk {
    width: 31px;
    height: 31px;
    background: transparent url("../images/iconset-social.png") 0 100% no-repeat;
    display: inline-block;
  }

  .f1 .vk:hover {
    background-position: 0 0;
  }

  .f1 .fb {
    width: 31px;
    height: 31px;
    background: transparent url("../images/iconset-social.png") -38px 100% no-repeat;
    display: inline-block;
  }

  .f1 .fb:hover {
    background-position: -38px 0;
  }

  .f1 .ig {
    width: 31px;
    height: 31px;
    background: transparent url("../images/iconset-social.png") -78px 100% no-repeat;
    display: inline-block;
  }

  .f1 .ig:hover {
    background-position: -78px 0;
  }

  .f1 .center {
    text-align: center;
    margin-bottom: 10px;
  }

  .f1 .right {
    text-align: center;
  }

  .f2 {
    border-top: 1px #616161 solid;
    width: 100%;
    font-size: 12px;
    display: table;
  }

  .f2 div {
    vertical-align: middle;
    text-align: center;
    height: 75px;
    display: table-cell;
  }

  .buy {
    width: 100%;
    float: left;
    position: relative;
  }

  .buy span {
    display: block;
  }

  .buy:hover {
    background: inherit;
  }

  .total {
    margin: 0 3.43% 40px;
    font-size: 25px;
    text-align: left;
  }

  .total span {
    font-size: 41px;
  }

  .button {
    font-size: 25px;
    line-height: 65px;
    width: auto;
  }

  .button.first {
    margin-left: 3.43%;
    margin-right: 3.43%;
    float: none;
    margin-bottom: 20px;
  }

  .css-cities-list {
    padding: 0 3.43%;
    display: block;
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin-bottom: 35px;
    overflow: hidden;
  }

  .css-cities-list .crow {
    display: inline;
  }

  .css-cities-list .ccol {
    display: block;
    width: 33%;
    float: left;
    vertical-align: top;
  }

  .css-cities-list .ccol:nth-child(7) {
    clear: left;
  }

  .css-cities-list h5 {
    font-size: 31px;
    color: #0abdda;
    font-weight: 300;
    padding-bottom: 10px;
    margin-bottom: 15px;
    border-bottom: 1px #5c5c5c solid;
    float: left;
    width: 31.64%;
    margin-top: 1em;
  }

  .css-cities-list a {
    display: block;
    font-size: 16px;
    margin: 5px 0;
    float: left;
    clear: left;
    color: #5c5c5c;
    text-decoration: none;
  }

  .popup a.close {
    width: 15px;
    height: 15px;
    top: 20px;
    right: 30px;
  }

  .popup form {
    margin: 50px 0;
  }

  .popup .form-item {
    margin: 20px 0;
  }

  .popup .form-item.center {
    text-align: center;
  }

  .popup select,
  .popup input[type="text"] {
    font-size: 15px;
    line-height: 40px;
    height: 42px;
    text-indent: 10px;
  }

  .popup .form-text.active input[type="text"] {
    line-height: 46px;
  }

  .popup .form-text label {
    left: -4px;
    font-size: 10px;
  }

  .popup .form-text.active label {
    top: 2px;
  }

  .popup input[type="submit"] {
    width: 150px;
    height: 30px;
    font-size: 19px;
  }

  .popup .form-checkbox {
    padding-left: 30px;
    font-size: 14px;
    line-height: 20px;
  }

  .popup .checkbox + label:before {
    width: 20px;
    height: 20px;
  }

  .popup h3 {
    font-size: 30px;
    margin: 0 0 0.5em;
  }

  .popup .address {
    font-size: 17px;
    margin-bottom: 15px;
    line-height: 1.4;
  }

  .popup .address .company-title {
    font-size: 19px;
    margin-bottom: 5px;
  }

  .result-image {
    margin-top: 60px;
    margin-bottom: 30px;
  }

  .result-image img {
    width: 100px;
    height: auto;
  }

  #popup-submit p,
  #popup-result p {
    text-align: center;
    font-size: 16px;
    max-width: 80%;
    margin: 10px auto;
  }

  #popup-result .form-item {
    margin-top: 30px;
  }

  .popup .approval-text {
    font-size: 12px;
  }

  .morereviews {
    display: inline;
  }

  .moreellipses {
    display: inline !important;
  }

  .morereviews {
    display: block;
    height: 70px;
    line-height: 70px;
    color: #FFF;
    background: #0abdda;
    text-decoration: none;
    margin: 25px 0;
    text-align: center;
    font-size: 25px;
  }

  .morelink {
    position: relative;
    padding-left: 20px;
    margin: 10px 0 5px;
  }

  .morelink:before {
    content: url("../images/icon-arrow-g.png");
    width: 14px;
    height: 9px;
    top: 0;
    left: 0;
    position: absolute;
  }

  .morelink.less:before {
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
    top: 13px;
  }

  #video-view .close {
    width: 22px;
    height: 22px;
  }

  .cycle-slide h4,
  .cycle-slide span,
  .cycle-slide p,
  .cycle-slide img {
    visibility: inherit !important;
  }

  /********************* Mutatless classes *********************/

  .hidden-load {
    visibility: visible !important;
  }

  .hidden {
    display: none !important;
  }

  .inline {
    display: inline !important;
  }

  .leftclear {
    clear: left !important;
  }

  .translate50 {
    -webkit-transform: translateX(-50%) !important;
        -ms-transform: translateX(-50%) !important;
            transform: translateX(-50%) !important;
  }

  .translate10 {
    -webkit-transform: translateX(-10%) !important;
        -ms-transform: translateX(-10%) !important;
            transform: translateX(-10%) !important;
  }

  .mpager-prev {
    top: -21px !important;
    left: 25% !important;
    opacity: 1;
  }

  .mpager-active {
    top: -30px !important;
    left: 50% !important;
    opacity: 1;
  }

  .mpager-next {
    top: -21px !important;
    left: 75% !important;
    opacity: 1;
  }

  .mpager-sub-next {
    top: -21px !important;
    left: 100% !important;
    opacity: 0;
  }

  .mpager-sub-prev {
    top: -21px !important;
    left: 0 !important;
    opacity: 0;
  }
}

@media (max-width: 768px) {
  .popup_oneair {
    width: 100%;
  }

  .popup.popup_oneair form {
    margin: 0;
  }

  .popup_oneair input[type="text"] {
    font-size: 16px;
  }

  .popup_oneair input[type="submit"] {
    width: 12.1875vw;
    height: 4.2916vw;
    font-size: 18px;
  }

  .other__model-title,
  .right-title {
    font-size: 28px;
  }

  .other__model-name,
  .other__model-price {
    font-size: 24px;
    padding: 0 0 15px 0;
  }

  .other__img-name {
    font-size: 14px;
  }

  .other__model-container {
    padding: 20px;
  }

  .block2-right-description {
    font-size: 14px;
  }

  .block2-right-txt {
    padding: 20px 0 0 30px;
  }

  .other-slide {
    padding: 20px;
  }

  .other_block3 .slick-dots li,
  .installation-oneair .slick-dots li {
    width: 10px;
    height: 10px;
    border-radius: 15px;
    background: #ccc;
  }

  .other_block3 .slick-dots li.slick-active,
  .installation-oneair li.slick-active {
    background: #0abdda;
  }

  .other_block3 .slick-dots li button,
  .installation-oneair .slick-dots li button {
    display: none;
  }

  .other_block3 .slick-prev {
    background: url(../images/vlevo.png) no-repeat center center;
    background-size: contain;
    height: 50px;
    width: 50px;
  }

  .other_block3 .slick-next {
    background: url(../images/vpravo.png) no-repeat center center;
    background-size: contain;
    height: 50px;
    width: 50px;
  }

  .other-slide-txt {
    font-size: 18px;
    line-height: 1;
  }

  .block-icon {
    width: calc((100% / 3) - 138px);
  }

  .block2-right-icons {
    margin-bottom: 10px;
  }

  .compare__slider_oneair .slick-next,
  .compare__slider_oneair .slick-prev {
    height: 60px;
    width: 60px;
  }

  .compare__slider_oneair .slick-next {
    right: -9px;
  }

  #d1-1 {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-line-pack: justify;
        align-content: space-between;
    padding: 30px;
  }

  #d1-1 .list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 25%;
    padding: 10px;
  }

  #d1-1 .list span.icon {
    width: 137px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  #d1-1 .list span.icon picture {
    display: block;
    width: 100%;
  }

  .dpan {
    position: initial;
  }

  .idpan-media1 {
    left: 43.31%;
    top: 1.5%;
  }

  .idpan-media1 li {
    font-size: 12px;
    margin-bottom: 6px;
  }

  .idpan-media1 .imenu {
    margin-top: 4.27%;
    margin-bottom: 1.55%;
  }

  #d4 .dpan-media2 {
    position: absolute;
    top: 3.5%;
    left: 57%;
  }

  .dpan-media2 li {
    font-size: 13px;
    margin-bottom: 5px;
  }

  .idpan-media3 .itext1 p {
    font-size: 12px;
  }

  .dpan-media4 {
    position: absolute;
    top: 4%;
    left: 54%;
    padding-right: 2.85%;
  }

  .dpan-media4 li {
    font-size: 12px;
  }

  #d8 .dpan-li ul {
    padding-left: initial;
  }

  .night,
  .day {
    padding-left: 15px;
  }

  .night-day-txt,
  .mob-info-title {
    font-size: 12px;
  }

  #d9-1 .imgpan {
    width: 24.89%;
  }

  .dpan-media5 {
    position: absolute;
  }

  .installation-step-description {
    font-size: 16px;
  }

  .installation-step-title {
    font-size: 15px;
    padding-bottom: 10px;
  }

  .compare__cell {
    font-size: 13px;
  }

  .block__header,
  .other__model-name,
  .other__model-price {
    font-size: 22px;
  }

  .compare__cell_controls .butn {
    font-size: 16px;
  }

  .other__model-title {
    padding: 20px;
  }

  .popup-content .other__model-img {
    width: 100%;
  }

  .hconteiner {
    padding: 20px 8.85% 2em 0;
  }

  .popup-content .other__model-img {
    width: 100%;
  }

  .oneair-surprice-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .oneair-surprice-item {
    width: 100%;
  }

  .oneair-surprice-model img {
    max-width: 100%;
  }

  .oneair-surprice-old-price {
    font-size: 25px;
    min-height: 40px;
  }

  .oneair-surprice-new-price {
    font-size: 35px;
  }

  .oneair-surprice-item {
    padding: 20px;
  }

  .model__img {
    max-width: 86%;
  }

  .other__model-img {
    padding: 0 40px;
  }

  .dpan-li li {
    margin-bottom: 10px;
  }

  .idpan-media1 .itext2 p {
    max-width: 100%;
    font-size: 12px;
  }

  #d1-1 .list span.text,
  .dpan-li li {
    font-size: 13px;
  }

  .idpan-media3 .itext2 p {
    max-width: 100%;
    font-size: 12px;
  }

  .idpan-media3 {
    top: 17.5%;
  }

  #d7 h3 {
    font-size: 14px;
  }

  .itext2-new h4 {
    font-size: 16px;
  }

  .dpan-media5 .text p {
    font-size: 13px;
  }

  .dpan-media5 {
    left: 57%;
    top: 8.5%;
  }

  .button.button_setup {
    bottom: 9%;
  }

  .dpan h2 {
    font-size: 20px;
  }

  .button.button_setup {
    font-size: 14px;
  }

  .installation-step-img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .popup_oneair .form-popup,
  .submit-popup {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-left: 20px;
    padding-right: 20px;
  }

  .popup_oneair .form-item {
    width: 100%;
    display: block;
  }

  .left-popup {
    padding-right: initial;
    width: 100%;
  }

  .right-popup {
    width: 100%;
  }

  .popup_oneair input[type="submit"] {
    width: 31.1875vw;
    height: 9.2916vw;
    font-size: 18px;
  }

  .popup_oneair .position_but {
    position: initial;
  }

  .dpan-li li {
    padding-left: 20px;
  }

  .dpan-li li:before {
    top: 4px;
  }

  .control_delete {
    font-size: 18px;
  }

  .block {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .patendet-block-file__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .patendet-block-file__item-color {
    width: 100%;
  }

  .patendet-block-file-logo img {
    width: 39%;
  }

  .patendet-block-file__list,
  .patendet-block-file-head {
    margin: initial;
  }

  .patendet-block-file-title {
    width: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-item-align: center;
        align-self: center;
  }

  .patendet-block-file__item1 {
    width: 100%;
  }

  .patendet-block-file-img-mob {
    display: block;
  }

  .patendet-block-file__item {
    display: none;
  }

  .patendet-block-file-img-mob img {
    width: 50%;
  }

  .patendet-info__item {
    font-size: 47px;
    margin-bottom: 700px;
  }

  .patendet-info__list {
    width: 100%;
  }

  .patendet-info {
    display: none;
  }

  .patendet-block-file-head {
    margin: initial;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    font-size: 30px;
  }
}

@media (max-width: 767px) {
  #d1 {
    min-height: 177.86667vw;
  }

  #video_obzor {
    min-height: 92.26667vw;
  }

  #d2 {
    min-height: 170.93333vw;
  }

  #d3 {
    min-height: 379.46667vw;
  }

  #d4 {
    min-height: 183.46667vw;
  }

  #d5 {
    min-height: 323.73333vw;
  }

  #d6 {
    min-height: 200.26667vw;
  }

  #d7 {
    min-height: 263.46667vw;
  }

  #patendet {
    min-height: 386.93333vw;
  }

  .patendet-block-file {
    min-height: 270.93333vw;
  }

  #d8 {
    min-height: 408vw;
  }

  #d9 {
    min-height: 269.6vw;
  }

  #d9-1 {
    min-height: 240vw;
  }

  #cycle {
    min-height: 52vw;
  }

  #tech_block {
    min-height: 238.13333vw;
  }

  #other_models {
    min-height: 630.4vw;
  }

  #d11 {
    min-height: 185.86667vw;
  }

  .d1-top {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
  }

  .d1-top .logo {
    display: block;
    margin-left: initial;
    z-index: 1;
    position: relative;
    left: 20px;
    top: 0;
    width: 147px;
  }

  .block {
    padding: 20px 0;
  }

  .container-fluid {
    padding-left: 10px;
    padding-right: 10px;
  }

  .other__model-txt {
    width: 100%;
  }

  .other__model-container,
  .other__model-btn {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .other__button {
    font-size: 25px;
    line-height: 65px;
    width: auto;
    margin-bottom: 20px;
  }

  .other__model-img {
    width: 100%;
    -ms-flex-item-align: center;
        align-self: center;
  }

  #d1-1 {
    padding: 20px;
    overflow: visible;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    position: relative;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  #d1-1 .list {
    width: 25%;
    padding: 0 10px;
  }

  #d1-1 .list span.icon {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background-size: 67px !important;
  }

  #d1-1 .list span.icon picture {
    display: block;
    width: 100%;
  }

  #d1-1 .list span.icon img {
    width: 100%;
  }

  #d4 .dpan-media2,
  .dpan-media4,
  .dpan-media5 {
    position: initial;
  }

  #d9-1 .imgpan {
    width: 100%;
    background-color: #e6e6e6;
  }

  .dpan .dpan-li {
    padding: initial;
  }

  #d1-1 .list span.text,
  .dpan-li li {
    font-size: 18px;
  }

  .d11__buttons {
    padding: 0 20px;
  }

  .button.button_setup {
    font-size: 22px;
  }

  .scpan h4 {
    padding: 10px 10px 0 0;
  }

  .night-day-txt,
  .mob-info-title {
    font-size: 18px;
  }

  .installation-step-description {
    font-size: 18px;
  }

  .installation-step-title {
    font-size: 20px;
  }

  .id3 {
    width: 249%;
    -webkit-transform: translate(0%, 0%);
        -ms-transform: translate(0%, 0%);
            transform: translate(0%, 0%);
  }

  .id5 {
    width: 220%;
    -webkit-transform: translate(-8%, 0%);
        -ms-transform: translate(-8%, 0%);
            transform: translate(-8%, 0%);
  }

  .mob-info {
    padding: 20px;
  }

  .oneair-surprice-item {
    padding: 20px 0;
  }

  .oneair-surprice-model img {
    max-width: 100%;
  }

  .oneair-surprice-new-price {
    font-size: 30px;
  }

  .oneair-surprice-price {
    padding-bottom: 19px;
  }

  .dpan {
    padding: 30px 20px 20px;
  }

  .idpan .itext1 {
    margin: initial;
    padding: 30px 20px 20px;
  }

  .dpan .dpan-li {
    margin: initial;
  }

  #d11 {
    margin-bottom: 30px;
  }

  #d11-1 {
    padding: 20px;
  }

  .installation-step2 .installation-step-description {
    width: 100%;
  }

  .idpan-media1 .itext2 p {
    font-size: 18px;
  }

  .idpan-media3 .itext1 p {
    font-size: 18px;
  }

  .idpan-media3 .itext2 p {
    font-size: 18px;
  }

  .day-night span {
    padding: 25px;
  }

  .dpan-media5 .text p {
    font-size: 18px;
  }

  .dpan h2 {
    margin-top: initial;
  }

  .compare__cell {
    font-size: 16px;
  }

  .compare__slider_oneair .slick-prev,
  .compare__slider_oneair .slick-next {
    top: 15%;
  }

  .other__model-name {
    font-size: 25px;
  }

  .block2-right-description {
    font-size: 18px;
  }

  .installation-step-img img {
    height: auto;
    width: auto;
    display: block;
    margin: auto;
  }

  .installation-step2 .installation-step-img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 340px;
  }

  .popup_oneair form {
    margin: initial;
  }

  .popup_oneair .oneair-surprice-item {
    padding: 0 20px 0;
  }

  .popup_oneair a.close {
    width: 25px;
    height: 25px;
    top: 35px;
    right: 30px;
  }

  .control_delete {
    font-size: 18px;
  }

  .popup-other a.close_new {
    height: 20px;
    width: 20px;
  }

  #d9-1 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  #d9-1 {
    padding: initial;
  }

  .popup-current-city .slimScrollDiv {
    width: 50%;
  }

  .dpan {
    position: static;
    padding: 0 3.43% 30px;
  }

  .dpan h2 {
    margin: 15px 0 20px;
    font-size: 33px !important;
    line-height: 33px !important;
    font-weight: 300;
  }

  .dpan .text {
    display: block;
  }

  .imgpan p,
  .hconteiner p,
  .idpan p,
  .dpan p {
    margin: 5px 0;
  }

  .imenu-conteiner {
    background: #eeeeee;
    padding: 40px 3.43%;
    position: relative;
  }

  .idpan {
    position: static;
    margin: 0;
  }

  .idpan h4 {
    font-size: 20px !important;
    margin-bottom: 10px;
    text-align: center;
  }

  .idpan .itext1 {
    margin: 25px 3.43% 20px;
  }

  .idpan .itext2 {
    min-height: 130px;
  }

  .idpan .itext2 h4,
  .idpan .itext2 p {
    max-width: 100%;
  }

  .idpan .imenu {
    margin-top: 0;
    margin-bottom: 5.55%;
  }

  .idpan .imenu a {
    width: 38.66%;
    margin: 0 auto;
    right: 0;
  }

  .idpan .imenu .m1.active span,
  .idpan .imenu .m2.active span,
  .idpan .imenu .m3.active span,
  .idpan .imenu .m4.active span {
    background-position: 0 50% !important;
  }

  .idpan .imenu-pager {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 60px;
    font-family: sans-serif;
    color: #b8b7b7;
    margin: auto auto;
    margin-bottom: -30px;
  }

  .imenu-pager span {
    cursor: pointer;
    display: inline-block;
    margin: 0 5px;
  }

  .imenu-pager .cycle-pager-active {
    color: #0abdda;
  }

  .imenu-prev {
    display: block !important;
    position: absolute;
    top: 22%;
    left: 40px;
  }

  .imenu-next {
    display: block !important;
    top: 22%;
    right: 40px;
    position: absolute;
  }

  #d9-1 {
    background: none;
  }

  #d9-1 .imgpan {
    width: 100%;
    padding-left: 3.45%;
    padding-right: 3.45%;
    padding-bottom: 35px;
    margin: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }

  #d9-1 .imgpan img {
    margin-bottom: 25px;
  }

  #d9-1 .mobpan {
    position: static;
    padding-left: 0;
    width: 100%;
    background: #e6e6e6;
    top: 0;
    margin: 0;
    padding-bottom: 25px;
    overflow: hidden;
  }

  #d9-1 .mobpan > span {
    display: block;
    float: none;
    width: 46.25%;
    margin: 30px auto 25px;
    right: 0;
  }

  #d9-1 .mobpan span img {
    width: 100%;
    height: auto;
    display: block;
    margin-bottom: 25px;
  }

  #d9-1 .mobpan span p {
    font-size: 20px !important;
    margin: 5px 0;
  }

  .mobpan-pager {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 60px;
    font-family: sans-serif;
    color: #b8b7b7;
    margin: auto auto;
    margin-bottom: -20px;
  }

  .mobpan-pager span {
    cursor: pointer;
    display: inline-block;
    margin: 0 5px;
  }

  .mobpan-pager .cycle-pager-active {
    color: #0abdda;
  }

  .popup_oneair-complect .popup-content {
    padding-bottom: 100px;
  }
}

@media screen and (max-width: 767px) {
  .popup-other {
    max-height: 100vh;
  }
}

@media (max-width: 576px) {
  .fancybox-thumbs {
    width: 110px;
  }

  .fancybox-show-thumbs .fancybox-inner {
    right: 110px;
  }

  .fancybox-thumbs__list a {
    max-width: calc(100% - 10px);
  }
}

@media (max-width: 960px) and (min-width: 421px) {
  body {
    zoom: 1.15;
  }

  .popup-city__btns .default-btn {
    width: 40%;
  }
}

@media (min-width: 767px) and (max-width: 1025px) {
  .desctop-navbar__brand {
    height: initial;
  }

  .desctop-navbar__brand img {
    max-width: 100px;
    height: auto;
    position: static;
    display: block;
  }

  .desctop-navbar-phone {
    margin-left: 0;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-bottom: 3px;
  }

  .desctop-navbar__list {
    padding-left: 0;
  }

  .desctop-navbar {
    height: auto;
  }
}

@media print {
  *,
  *:before,
  *:after {
    color: #000 !important;
    text-shadow: none !important;
    background: transparent !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
  }

  a,
  a:visited {
    text-decoration: underline;
  }

  a[href]:after {
    content: " (" attr(href) ")";
  }

  pre {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
  }

  tr,
  img {
    page-break-inside: avoid;
  }

  img {
    max-width: 100% !important;
  }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }

  .btn > .caret {
    border-top-color: #000 !important;
  }

  .label {
    border: 1px solid #000;
  }

  .table {
    border-collapse: collapse !important;
  }

  .table td,
  .table th {
    background-color: #fff !important;
  }
}

@media (max-height: 576px) {
  .fancybox-slide {
    padding-left: 6px;
    padding-right: 6px;
  }

  .fancybox-slide--image {
    padding: 6px 0;
  }

  .fancybox-close-small {
    right: -6px;
  }

  .fancybox-slide--image .fancybox-close-small {
    background: #4e4e4e;
    color: #f2f4f6;
    height: 36px;
    opacity: 1;
    padding: 6px;
    right: 0;
    top: 0;
    width: 36px;
  }

  .fancybox-caption {
    padding-left: 12px;
    padding-right: 12px;
  }

@supports (padding: max(0px)) {
    .fancybox-caption {
      padding-left: max(12px, env(safe-area-inset-left));
      padding-right: max(12px, env(safe-area-inset-right));
    }
}
}

.webp .dpan-li li:before{ background-image: url(../images/bulet.webp); }

.webp #d3 .idpan .imenu .m1 span{ background: transparent url(../images/iconset2-1-n.webp) left top no-repeat; }

.webp #d3 .idpan .imenu .m2 span{ background: transparent url(../images/iconset2-2-n.webp) left top no-repeat; }

.webp #d3 .idpan .imenu .m3 span{ background: transparent url(../images/iconset2-3-n.webp) left top no-repeat; }

.webp #d3 .idpan .imenu .m4 span{ background: transparent url(../images/iconset2-4-n.webp) left top no-repeat; }

.webp #d5 .idpan .imenu .m1 span{ background: transparent url(../images/iconset3-1-n.webp) left top no-repeat; }

.webp #d5 .idpan .imenu .m2 span{ background: transparent url(../images/iconset3-2-n.webp) left top no-repeat; }

.webp #d5 .idpan .imenu .m3 span{ background: transparent url(../images/iconset3-3-n.webp) left top no-repeat; }

.webp #d5 .idpan .imenu .m4 span{ background: transparent url(../images/iconset3-4-n.webp) left top no-repeat; }

.webp #d5 .idpan .imenu .m5 span{ background: transparent url(../images/iconset3-5-n.webp) left top no-repeat; }

.webp #d8 .night .idpan .imenu .m1 span{ background: transparent url(../images/iconset4-1-n.webp) left top no-repeat; }

.webp #d8 .night .idpan .imenu .m2 span{ background: transparent url(../images/iconset2-2-n.webp) left top no-repeat; }

.webp #d8 .night .idpan .imenu .m3 span{ background: transparent url(../images/iconset4-3-n.webp) left top no-repeat; }

.webp #d8 .day .idpan .imenu .m1 span{ background: transparent url(../images/iconset3-4-n.webp) left top no-repeat; }

.webp #d8 .day .idpan .imenu .m2 span{ background: transparent url(../images/iconset4-5-n.webp) left top no-repeat; }

.webp #d8 .day .idpan .imenu .m3 span{ background: transparent url(../images/iconset3-3-n.webp) left top no-repeat; }

.webp #d9-1 .mobpan .btn2 a, .webp #d9-1 .mobpan .btn1 a{ background: transparent url(../images/iconset-app.webp) top left no-repeat; }

.webp .vbtn{ background: transparent url(../images/play.webp) top left no-repeat; }

.webp .checkbox:checked + label:before{ background: #FFF url(../images/checkbox.webp) 0 0 no-repeat; }

.webp .f1 .vk{ background: transparent url(../images/icon-social-vk.webp) 0 100% no-repeat; }

.webp .f1 .fb{ background: transparent url(../images/icon-social-fb.webp) 0 100% no-repeat; }

.webp .f1 .ig{ background: transparent url(../images/icon-social-ig.webp) 0 100% no-repeat; }

.webp .popup-other a.close_new, .webp .popup-city a.close_new, .webp .popup-current-city a.close_new, .webp .popup-documents a.close_new{ background: transparent url(../images/close_white.webp) center no-repeat; }

.webp .popup a.close, .webp .css-cities-list a.closeList, .webp .popup-documents a.close, .webp .popup-current-city a.close{ background: transparent url(../images/close.webp) top left no-repeat; }

.webp .popup .checkbox:not(checked) + label:hover::before{ background: #0abdda url(../images/checkbox.webp) 0 100% no-repeat; }

.webp .popup .checkbox:checked + label:before{ background: #f7f8f8 url(../images/checkbox.webp) 0 0 no-repeat; }

.webp .popup .checkbox:checked + label:hover:before{ background: #0abdda url(../images/checkbox.webp) 0 50% no-repeat; }

.webp #video-view .close{ background: transparent url(../images/close-w.webp) 0 0 no-repeat; }

.webp .to-delete{ background: url(../images/close2_default.webp) no-repeat left center; }

.webp .compare__slider_oneair .slick-prev{ background: url(../images/vlevo.webp) no-repeat center center; }

.webp .compare__slider_oneair .slick-next{ background: url(../images/vpravo.webp) no-repeat center center; }

.webp .slick-arrow{ background: url(../images/slider-arrow.webp) no-repeat center center !important; }

@media (max-width: 960px){

  .webp .hmbg{ background: transparent url(../images/bg-menu.webp) top right no-repeat; }
}

@media (max-width: 960px){

  .webp #d1-1 .lst1 .icon.highlite{ background: transparent url(../images/iconset1-1-m.webp) 0 0 no-repeat; }
}

@media (max-width: 960px){

  .webp #d1-1 .lst2 .icon.highlite{ background: transparent url(../images/iconset1-2-m.webp) 0 0 no-repeat; }
}

@media (max-width: 960px){

  .webp #d1-1 .lst4 .icon.highlite{ background: transparent url(../images/iconset4-4-m.webp) 0 0 no-repeat; }
}

@media (max-width: 960px){

  .webp #d1-1 .lst3 .icon.highlite{ background: transparent url(../images/iconset1-3-m.webp) 0 0 no-repeat; }
}

@media (max-width: 960px){

  .webp #d1-1 .close{ background: transparent url(../images/close-w.webp) 0 0 no-repeat; }
}

@media (max-width: 960px){

  .webp .sun, .webp .moon{ background: transparent url(../images/iconset-moon.webp) top left no-repeat; }
}

@media (max-width: 960px){

  .webp .sun{ background: transparent url(../images/iconset-sun.webp) top left no-repeat; }
}

@media (max-width: 960px){

  .webp .f1 .vk{ background: transparent url(../images/iconset-social.webp) 0 100% no-repeat; }
}

@media (max-width: 960px){

  .webp .f1 .fb{ background: transparent url(../images/iconset-social.webp) -38px 100% no-repeat; }
}

@media (max-width: 960px){

  .webp .f1 .ig{ background: transparent url(../images/iconset-social.webp) -78px 100% no-repeat; }
}

@media (max-width: 768px){

  .webp .other_block3 .slick-prev{ background: url(../images/vlevo.webp) no-repeat center center; }
}

@media (max-width: 768px){

  .webp .other_block3 .slick-next{ background: url(../images/vpravo.webp) no-repeat center center; }
}