/** initial setup **/
.nano {
  position : relative;
  width    : 100%;
  height   : 100%;
  overflow : hidden;
}
.nano > .nano-content {
  position      : absolute;
  overflow      : scroll;
  overflow-x    : hidden;
  top           : 0;
  right         : 0;
  bottom        : 0;
  left          : 0;
}
.nano > .nano-content:focus {
  outline: thin dotted;
}
.nano > .nano-content::-webkit-scrollbar {
  display: none;
}
.has-scrollbar > .nano-content::-webkit-scrollbar {
  display: block;
}
.nano > .nano-pane {
  background : rgba(0,0,0,.25);
  position   : absolute;
  width      : 10px;
  right      : 0;
  top        : 0;
  bottom     : 0;
  visibility : hidden\9; /* Target only IE7 and IE8 with this hack */
  opacity    : .01;
  -webkit-transition    : .2s;
  -moz-transition       : .2s;
  -o-transition         : .2s;
  transition            : .2s;
  -moz-border-radius    : 5px;
  -webkit-border-radius : 5px;
  border-radius         : 5px;
}
.nano > .nano-pane > .nano-slider {
  background: #444;
  background: rgba(0,0,0,.5);
  position              : relative;
  margin                : 0 1px;
  -moz-border-radius    : 3px;
  -webkit-border-radius : 3px;
  border-radius         : 3px;
}
.nano:hover > .nano-pane, .nano-pane.active, .nano-pane.flashed {
  visibility : visible\9; /* Target only IE7 and IE8 with this hack */
  opacity    : 0.99;
}
@charset "UTF-8";
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  outline: none; }

html {
  position: relative;
  min-height: 100%;
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: transparent; }

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

article, aside, dialog, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block; }

body {
  margin: 0;
  font-family: "Museo", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
  color: #212121;
  text-align: left;
  background-color: #fff; }
  @media (min-width: 768px) {
    body {
      font-size: 16px; } }

[tabindex="-1"]:focus {
  outline: 0 !important; }

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

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0; }

p {
  margin-top: 0;
  margin-bottom: 0; }

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0; }

address {
  margin-bottom: 16px;
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit; }

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 16px;
  margin-bottom: 1rem; }

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0; }

dd {
  margin-bottom: 8px;
  margin-bottom: .5rem;
  margin-left: 0; }

blockquote {
  margin: 0 0 16px;
  margin: 0 0 1rem; }

dfn {
  font-style: italic; }

b,
strong {
  font-weight: bolder; }

small {
  font-size: 80%; }

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

sub {
  bottom: -.25em; }

sup {
  top: -.5em; }

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects; }

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none; }
  a:not([href]):not([tabindex]):hover {
    color: inherit;
    text-decoration: none; }
  a:not([href]):not([tabindex]):focus {
    outline: 0; }

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

pre {
  margin-top: 0;
  margin-bottom: 16px;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar; }

figure {
  margin: 0 0 16px;
  margin: 0 0 1rem; }

img {
  vertical-align: middle;
  border-style: none; }

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

table {
  border-collapse: collapse; }

caption {
  padding-top: 0;
  padding-bottom: 0;
  color: #000;
  text-align: left;
  caption-side: bottom; }

th {
  text-align: inherit; }

label {
  display: inline-block;
  margin-bottom: 0; }

button {
  border-radius: 0; }

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color; }

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

button,
input {
  overflow: visible; }

button,
select {
  text-transform: none; }

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

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

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

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  -webkit-appearance: listbox; }

textarea {
  overflow: auto;
  resize: vertical; }

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

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 8px;
  margin-bottom: .5rem;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal; }

progress {
  vertical-align: baseline; }

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

[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none; }

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

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button; }

output {
  display: inline-block; }

summary {
  display: list-item;
  cursor: pointer; }

template {
  display: none; }

[hidden] {
  display: none !important; }

@font-face {
  font-family: "Museo";
  font-style: normal;
  font-weight: 900;
  src: url(../fonts/Museo/MuseoSansCyrl-900.woff2) format("woff2"), url(../fonts/Museo/MuseoSansCyrl-900.woff) format("woff"); }

@font-face {
  font-family: "Museo";
  font-style: normal;
  font-weight: 700;
  src: url(../fonts/Museo/MuseoSansCyrl-700.woff2) format("woff2"), url(../fonts/Museo/MuseoSansCyrl-700.woff) format("woff"); }

@font-face {
  font-family: "Museo";
  font-style: normal;
  font-weight: 500;
  src: url(../fonts/Museo/MuseoSansCyrl-500.woff2) format("woff2"), url(../fonts/Museo/MuseoSansCyrl-500.woff) format("woff"); }

@font-face {
  font-family: "Museo";
  font-style: normal;
  font-weight: 300;
  src: url(../fonts/Museo/MuseoSansCyrl-300.woff2) format("woff2"), url(../fonts/Museo/MuseoSansCyrl-300.woff) format("woff"); }

.d-none {
  display: none !important; }

.d-none {
  display: none !important; }

.d-inline {
  display: inline !important; }

.d-inline-block {
  display: inline-block !important; }

.d-block {
  display: block !important; }

.d-table {
  display: table !important; }

.d-table-row {
  display: table-row !important; }

.d-table-cell {
  display: table-cell !important; }

.d-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important; }

.d-inline-flex {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important; }

@media (min-width: 768px) {
  .d-sm-none {
    display: none !important; }
  .d-sm-inline {
    display: inline !important; }
  .d-sm-inline-block {
    display: inline-block !important; }
  .d-sm-block {
    display: block !important; }
  .d-sm-table {
    display: table !important; }
  .d-sm-table-row {
    display: table-row !important; }
  .d-sm-table-cell {
    display: table-cell !important; }
  .d-sm-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-sm-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

@media (min-width: 1024px) {
  .d-md-none {
    display: none !important; }
  .d-md-inline {
    display: inline !important; }
  .d-md-inline-block {
    display: inline-block !important; }
  .d-md-block {
    display: block !important; }
  .d-md-table {
    display: table !important; }
  .d-md-table-row {
    display: table-row !important; }
  .d-md-table-cell {
    display: table-cell !important; }
  .d-md-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-md-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

@media (min-width: 1400px) {
  .d-lg-none {
    display: none !important; }
  .d-lg-inline {
    display: inline !important; }
  .d-lg-inline-block {
    display: inline-block !important; }
  .d-lg-block {
    display: block !important; }
  .d-lg-table {
    display: table !important; }
  .d-lg-table-row {
    display: table-row !important; }
  .d-lg-table-cell {
    display: table-cell !important; }
  .d-lg-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-lg-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

.flex-row {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: row !important;
          flex-direction: row !important; }

.flex-column {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: column !important;
          flex-direction: column !important; }

.flex-row-reverse {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
      -ms-flex-direction: row-reverse !important;
          flex-direction: row-reverse !important; }

.flex-column-reverse {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: reverse !important;
      -ms-flex-direction: column-reverse !important;
          flex-direction: column-reverse !important; }

.flex-wrap {
  -ms-flex-wrap: wrap !important;
      flex-wrap: wrap !important; }

.flex-nowrap {
  -ms-flex-wrap: nowrap !important;
      flex-wrap: nowrap !important; }

.flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse !important;
      flex-wrap: wrap-reverse !important; }

.flex-fill {
  -webkit-box-flex: 1 !important;
      -ms-flex: 1 1 auto !important;
          flex: 1 1 auto !important; }

.flex-grow-0 {
  -webkit-box-flex: 0 !important;
      -ms-flex-positive: 0 !important;
          flex-grow: 0 !important; }

.flex-grow-1 {
  -webkit-box-flex: 1 !important;
      -ms-flex-positive: 1 !important;
          flex-grow: 1 !important; }

.flex-shrink-0 {
  -ms-flex-negative: 0 !important;
      flex-shrink: 0 !important; }

.flex-shrink-1 {
  -ms-flex-negative: 1 !important;
      flex-shrink: 1 !important; }

.justify-content-start {
  -webkit-box-pack: start !important;
      -ms-flex-pack: start !important;
          justify-content: flex-start !important; }

.justify-content-end {
  -webkit-box-pack: end !important;
      -ms-flex-pack: end !important;
          justify-content: flex-end !important; }

.justify-content-center {
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important; }

.justify-content-between {
  -webkit-box-pack: justify !important;
      -ms-flex-pack: justify !important;
          justify-content: space-between !important; }

.justify-content-around {
  -ms-flex-pack: distribute !important;
      justify-content: space-around !important; }

.align-items-start {
  -webkit-box-align: start !important;
      -ms-flex-align: start !important;
          align-items: flex-start !important; }

.align-items-end {
  -webkit-box-align: end !important;
      -ms-flex-align: end !important;
          align-items: flex-end !important; }

.align-items-center {
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important; }

.align-items-baseline {
  -webkit-box-align: baseline !important;
      -ms-flex-align: baseline !important;
          align-items: baseline !important; }

.align-items-stretch {
  -webkit-box-align: stretch !important;
      -ms-flex-align: stretch !important;
          align-items: stretch !important; }

.align-content-start {
  -ms-flex-line-pack: start !important;
      align-content: flex-start !important; }

.align-content-end {
  -ms-flex-line-pack: end !important;
      align-content: flex-end !important; }

.align-content-center {
  -ms-flex-line-pack: center !important;
      align-content: center !important; }

.align-content-between {
  -ms-flex-line-pack: justify !important;
      align-content: space-between !important; }

.align-content-around {
  -ms-flex-line-pack: distribute !important;
      align-content: space-around !important; }

.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
      align-content: stretch !important; }

.align-self-auto {
  -ms-flex-item-align: auto !important;
      align-self: auto !important; }

.align-self-start {
  -ms-flex-item-align: start !important;
      align-self: flex-start !important; }

.align-self-end {
  -ms-flex-item-align: end !important;
      align-self: flex-end !important; }

.align-self-center {
  -ms-flex-item-align: center !important;
      align-self: center !important; }

.align-self-baseline {
  -ms-flex-item-align: baseline !important;
      align-self: baseline !important; }

.align-self-stretch {
  -ms-flex-item-align: stretch !important;
      align-self: stretch !important; }

@media (min-width: 768px) {
  .flex-sm-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important; }
  .flex-sm-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important; }
  .flex-sm-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important; }
  .flex-sm-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important; }
  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important; }
  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important; }
  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important; }
  .flex-sm-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important; }
  .flex-sm-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important; }
  .flex-sm-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important; }
  .flex-sm-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important; }
  .flex-sm-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important; }
  .justify-content-sm-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important; }
  .justify-content-sm-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important; }
  .justify-content-sm-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important; }
  .justify-content-sm-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important; }
  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important; }
  .align-items-sm-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important; }
  .align-items-sm-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important; }
  .align-items-sm-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important; }
  .align-items-sm-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important; }
  .align-items-sm-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important; }
  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important; }
  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important; }
  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important; }
  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important; }
  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important; }
  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important; }
  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important; }
  .align-self-sm-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important; }
  .align-self-sm-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important; }
  .align-self-sm-center {
    -ms-flex-item-align: center !important;
        align-self: center !important; }
  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important; }
  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important; } }

@media (min-width: 1024px) {
  .flex-md-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important; }
  .flex-md-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important; }
  .flex-md-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important; }
  .flex-md-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important; }
  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important; }
  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important; }
  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important; }
  .flex-md-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important; }
  .flex-md-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important; }
  .flex-md-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important; }
  .flex-md-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important; }
  .flex-md-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important; }
  .justify-content-md-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important; }
  .justify-content-md-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important; }
  .justify-content-md-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important; }
  .justify-content-md-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important; }
  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important; }
  .align-items-md-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important; }
  .align-items-md-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important; }
  .align-items-md-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important; }
  .align-items-md-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important; }
  .align-items-md-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important; }
  .align-content-md-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important; }
  .align-content-md-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important; }
  .align-content-md-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important; }
  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important; }
  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important; }
  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important; }
  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important; }
  .align-self-md-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important; }
  .align-self-md-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important; }
  .align-self-md-center {
    -ms-flex-item-align: center !important;
        align-self: center !important; }
  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important; }
  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important; } }

@media (min-width: 1400px) {
  .flex-lg-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important; }
  .flex-lg-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important; }
  .flex-lg-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important; }
  .flex-lg-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important; }
  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important; }
  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important; }
  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important; }
  .flex-lg-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important; }
  .flex-lg-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important; }
  .flex-lg-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important; }
  .flex-lg-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important; }
  .flex-lg-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important; }
  .justify-content-lg-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important; }
  .justify-content-lg-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important; }
  .justify-content-lg-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important; }
  .justify-content-lg-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important; }
  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important; }
  .align-items-lg-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important; }
  .align-items-lg-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important; }
  .align-items-lg-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important; }
  .align-items-lg-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important; }
  .align-items-lg-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important; }
  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important; }
  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important; }
  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important; }
  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important; }
  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important; }
  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important; }
  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important; }
  .align-self-lg-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important; }
  .align-self-lg-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important; }
  .align-self-lg-center {
    -ms-flex-item-align: center !important;
        align-self: center !important; }
  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important; }
  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important; } }

.m-0 {
  margin: 0 !important; }

.mt-0,
.my-0 {
  margin-top: 0 !important; }

.mr-0,
.mx-0 {
  margin-right: 0 !important; }

.mb-0,
.my-0 {
  margin-bottom: 0 !important; }

.ml-0,
.mx-0 {
  margin-left: 0 !important; }

.m-1 {
  margin: 10px !important; }

.mt-1,
.my-1 {
  margin-top: 10px !important; }

.mr-1,
.mx-1 {
  margin-right: 10px !important; }

.mb-1,
.my-1 {
  margin-bottom: 10px !important; }

.ml-1,
.mx-1 {
  margin-left: 10px !important; }

.m-2 {
  margin: 20px !important; }

.mt-2,
.my-2 {
  margin-top: 20px !important; }

.mr-2,
.mx-2 {
  margin-right: 20px !important; }

.mb-2,
.my-2 {
  margin-bottom: 20px !important; }

.ml-2,
.mx-2 {
  margin-left: 20px !important; }

.m-3 {
  margin: 30px !important; }

.mt-3,
.my-3 {
  margin-top: 30px !important; }

.mr-3,
.mx-3 {
  margin-right: 30px !important; }

.mb-3,
.my-3 {
  margin-bottom: 30px !important; }

.ml-3,
.mx-3 {
  margin-left: 30px !important; }

.m-4 {
  margin: 40px !important; }

.mt-4,
.my-4 {
  margin-top: 40px !important; }

.mr-4,
.mx-4 {
  margin-right: 40px !important; }

.mb-4,
.my-4 {
  margin-bottom: 40px !important; }

.ml-4,
.mx-4 {
  margin-left: 40px !important; }

.m-5 {
  margin: 50px !important; }

.mt-5,
.my-5 {
  margin-top: 50px !important; }

.mr-5,
.mx-5 {
  margin-right: 50px !important; }

.mb-5,
.my-5 {
  margin-bottom: 50px !important; }

.ml-5,
.mx-5 {
  margin-left: 50px !important; }

.m-6 {
  margin: 60px !important; }

.mt-6,
.my-6 {
  margin-top: 60px !important; }

.mr-6,
.mx-6 {
  margin-right: 60px !important; }

.mb-6,
.my-6 {
  margin-bottom: 60px !important; }

.ml-6,
.mx-6 {
  margin-left: 60px !important; }

.m-7 {
  margin: 70px !important; }

.mt-7,
.my-7 {
  margin-top: 70px !important; }

.mr-7,
.mx-7 {
  margin-right: 70px !important; }

.mb-7,
.my-7 {
  margin-bottom: 70px !important; }

.ml-7,
.mx-7 {
  margin-left: 70px !important; }

.m-8 {
  margin: 80px !important; }

.mt-8,
.my-8 {
  margin-top: 80px !important; }

.mr-8,
.mx-8 {
  margin-right: 80px !important; }

.mb-8,
.my-8 {
  margin-bottom: 80px !important; }

.ml-8,
.mx-8 {
  margin-left: 80px !important; }

.m-9 {
  margin: 90px !important; }

.mt-9,
.my-9 {
  margin-top: 90px !important; }

.mr-9,
.mx-9 {
  margin-right: 90px !important; }

.mb-9,
.my-9 {
  margin-bottom: 90px !important; }

.ml-9,
.mx-9 {
  margin-left: 90px !important; }

.m-10 {
  margin: 100px !important; }

.mt-10,
.my-10 {
  margin-top: 100px !important; }

.mr-10,
.mx-10 {
  margin-right: 100px !important; }

.mb-10,
.my-10 {
  margin-bottom: 100px !important; }

.ml-10,
.mx-10 {
  margin-left: 100px !important; }

.m-15 {
  margin: 150px !important; }

.mt-15,
.my-15 {
  margin-top: 150px !important; }

.mr-15,
.mx-15 {
  margin-right: 150px !important; }

.mb-15,
.my-15 {
  margin-bottom: 150px !important; }

.ml-15,
.mx-15 {
  margin-left: 150px !important; }

.p-0 {
  padding: 0 !important; }

.pt-0,
.py-0 {
  padding-top: 0 !important; }

.pr-0,
.px-0 {
  padding-right: 0 !important; }

.pb-0,
.py-0 {
  padding-bottom: 0 !important; }

.pl-0,
.px-0 {
  padding-left: 0 !important; }

.p-1 {
  padding: 10px !important; }

.pt-1,
.py-1 {
  padding-top: 10px !important; }

.pr-1,
.px-1 {
  padding-right: 10px !important; }

.pb-1,
.py-1 {
  padding-bottom: 10px !important; }

.pl-1,
.px-1 {
  padding-left: 10px !important; }

.p-2 {
  padding: 20px !important; }

.pt-2,
.py-2 {
  padding-top: 20px !important; }

.pr-2,
.px-2 {
  padding-right: 20px !important; }

.pb-2,
.py-2 {
  padding-bottom: 20px !important; }

.pl-2,
.px-2 {
  padding-left: 20px !important; }

.p-3 {
  padding: 30px !important; }

.pt-3,
.py-3 {
  padding-top: 30px !important; }

.pr-3,
.px-3 {
  padding-right: 30px !important; }

.pb-3,
.py-3 {
  padding-bottom: 30px !important; }

.pl-3,
.px-3 {
  padding-left: 30px !important; }

.p-4 {
  padding: 40px !important; }

.pt-4,
.py-4 {
  padding-top: 40px !important; }

.pr-4,
.px-4 {
  padding-right: 40px !important; }

.pb-4,
.py-4 {
  padding-bottom: 40px !important; }

.pl-4,
.px-4 {
  padding-left: 40px !important; }

.p-5 {
  padding: 50px !important; }

.pt-5,
.py-5 {
  padding-top: 50px !important; }

.pr-5,
.px-5 {
  padding-right: 50px !important; }

.pb-5,
.py-5 {
  padding-bottom: 50px !important; }

.pl-5,
.px-5 {
  padding-left: 50px !important; }

.p-6 {
  padding: 60px !important; }

.pt-6,
.py-6 {
  padding-top: 60px !important; }

.pr-6,
.px-6 {
  padding-right: 60px !important; }

.pb-6,
.py-6 {
  padding-bottom: 60px !important; }

.pl-6,
.px-6 {
  padding-left: 60px !important; }

.p-7 {
  padding: 70px !important; }

.pt-7,
.py-7 {
  padding-top: 70px !important; }

.pr-7,
.px-7 {
  padding-right: 70px !important; }

.pb-7,
.py-7 {
  padding-bottom: 70px !important; }

.pl-7,
.px-7 {
  padding-left: 70px !important; }

.p-8 {
  padding: 80px !important; }

.pt-8,
.py-8 {
  padding-top: 80px !important; }

.pr-8,
.px-8 {
  padding-right: 80px !important; }

.pb-8,
.py-8 {
  padding-bottom: 80px !important; }

.pl-8,
.px-8 {
  padding-left: 80px !important; }

.p-9 {
  padding: 90px !important; }

.pt-9,
.py-9 {
  padding-top: 90px !important; }

.pr-9,
.px-9 {
  padding-right: 90px !important; }

.pb-9,
.py-9 {
  padding-bottom: 90px !important; }

.pl-9,
.px-9 {
  padding-left: 90px !important; }

.p-10 {
  padding: 100px !important; }

.pt-10,
.py-10 {
  padding-top: 100px !important; }

.pr-10,
.px-10 {
  padding-right: 100px !important; }

.pb-10,
.py-10 {
  padding-bottom: 100px !important; }

.pl-10,
.px-10 {
  padding-left: 100px !important; }

.p-15 {
  padding: 150px !important; }

.pt-15,
.py-15 {
  padding-top: 150px !important; }

.pr-15,
.px-15 {
  padding-right: 150px !important; }

.pb-15,
.py-15 {
  padding-bottom: 150px !important; }

.pl-15,
.px-15 {
  padding-left: 150px !important; }

.m-auto {
  margin: auto !important; }

.mt-auto,
.my-auto {
  margin-top: auto !important; }

.mr-auto,
.mx-auto {
  margin-right: auto !important; }

.mb-auto,
.my-auto {
  margin-bottom: auto !important; }

.ml-auto,
.mx-auto {
  margin-left: auto !important; }

@media (min-width: 768px) {
  .m-sm-0 {
    margin: 0 !important; }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important; }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important; }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important; }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important; }
  .m-sm-1 {
    margin: 10px !important; }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 10px !important; }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 10px !important; }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 10px !important; }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 10px !important; }
  .m-sm-2 {
    margin: 20px !important; }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 20px !important; }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 20px !important; }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 20px !important; }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 20px !important; }
  .m-sm-3 {
    margin: 30px !important; }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 30px !important; }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 30px !important; }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 30px !important; }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 30px !important; }
  .m-sm-4 {
    margin: 40px !important; }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 40px !important; }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 40px !important; }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 40px !important; }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 40px !important; }
  .m-sm-5 {
    margin: 50px !important; }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 50px !important; }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 50px !important; }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 50px !important; }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 50px !important; }
  .m-sm-6 {
    margin: 60px !important; }
  .mt-sm-6,
  .my-sm-6 {
    margin-top: 60px !important; }
  .mr-sm-6,
  .mx-sm-6 {
    margin-right: 60px !important; }
  .mb-sm-6,
  .my-sm-6 {
    margin-bottom: 60px !important; }
  .ml-sm-6,
  .mx-sm-6 {
    margin-left: 60px !important; }
  .m-sm-7 {
    margin: 70px !important; }
  .mt-sm-7,
  .my-sm-7 {
    margin-top: 70px !important; }
  .mr-sm-7,
  .mx-sm-7 {
    margin-right: 70px !important; }
  .mb-sm-7,
  .my-sm-7 {
    margin-bottom: 70px !important; }
  .ml-sm-7,
  .mx-sm-7 {
    margin-left: 70px !important; }
  .m-sm-8 {
    margin: 80px !important; }
  .mt-sm-8,
  .my-sm-8 {
    margin-top: 80px !important; }
  .mr-sm-8,
  .mx-sm-8 {
    margin-right: 80px !important; }
  .mb-sm-8,
  .my-sm-8 {
    margin-bottom: 80px !important; }
  .ml-sm-8,
  .mx-sm-8 {
    margin-left: 80px !important; }
  .m-sm-9 {
    margin: 90px !important; }
  .mt-sm-9,
  .my-sm-9 {
    margin-top: 90px !important; }
  .mr-sm-9,
  .mx-sm-9 {
    margin-right: 90px !important; }
  .mb-sm-9,
  .my-sm-9 {
    margin-bottom: 90px !important; }
  .ml-sm-9,
  .mx-sm-9 {
    margin-left: 90px !important; }
  .m-sm-10 {
    margin: 100px !important; }
  .mt-sm-10,
  .my-sm-10 {
    margin-top: 100px !important; }
  .mr-sm-10,
  .mx-sm-10 {
    margin-right: 100px !important; }
  .mb-sm-10,
  .my-sm-10 {
    margin-bottom: 100px !important; }
  .ml-sm-10,
  .mx-sm-10 {
    margin-left: 100px !important; }
  .m-sm-15 {
    margin: 150px !important; }
  .mt-sm-15,
  .my-sm-15 {
    margin-top: 150px !important; }
  .mr-sm-15,
  .mx-sm-15 {
    margin-right: 150px !important; }
  .mb-sm-15,
  .my-sm-15 {
    margin-bottom: 150px !important; }
  .ml-sm-15,
  .mx-sm-15 {
    margin-left: 150px !important; }
  .p-sm-0 {
    padding: 0 !important; }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important; }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important; }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important; }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important; }
  .p-sm-1 {
    padding: 10px !important; }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 10px !important; }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 10px !important; }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 10px !important; }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 10px !important; }
  .p-sm-2 {
    padding: 20px !important; }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 20px !important; }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 20px !important; }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 20px !important; }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 20px !important; }
  .p-sm-3 {
    padding: 30px !important; }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 30px !important; }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 30px !important; }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 30px !important; }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 30px !important; }
  .p-sm-4 {
    padding: 40px !important; }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 40px !important; }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 40px !important; }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 40px !important; }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 40px !important; }
  .p-sm-5 {
    padding: 50px !important; }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 50px !important; }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 50px !important; }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 50px !important; }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 50px !important; }
  .p-sm-6 {
    padding: 60px !important; }
  .pt-sm-6,
  .py-sm-6 {
    padding-top: 60px !important; }
  .pr-sm-6,
  .px-sm-6 {
    padding-right: 60px !important; }
  .pb-sm-6,
  .py-sm-6 {
    padding-bottom: 60px !important; }
  .pl-sm-6,
  .px-sm-6 {
    padding-left: 60px !important; }
  .p-sm-7 {
    padding: 70px !important; }
  .pt-sm-7,
  .py-sm-7 {
    padding-top: 70px !important; }
  .pr-sm-7,
  .px-sm-7 {
    padding-right: 70px !important; }
  .pb-sm-7,
  .py-sm-7 {
    padding-bottom: 70px !important; }
  .pl-sm-7,
  .px-sm-7 {
    padding-left: 70px !important; }
  .p-sm-8 {
    padding: 80px !important; }
  .pt-sm-8,
  .py-sm-8 {
    padding-top: 80px !important; }
  .pr-sm-8,
  .px-sm-8 {
    padding-right: 80px !important; }
  .pb-sm-8,
  .py-sm-8 {
    padding-bottom: 80px !important; }
  .pl-sm-8,
  .px-sm-8 {
    padding-left: 80px !important; }
  .p-sm-9 {
    padding: 90px !important; }
  .pt-sm-9,
  .py-sm-9 {
    padding-top: 90px !important; }
  .pr-sm-9,
  .px-sm-9 {
    padding-right: 90px !important; }
  .pb-sm-9,
  .py-sm-9 {
    padding-bottom: 90px !important; }
  .pl-sm-9,
  .px-sm-9 {
    padding-left: 90px !important; }
  .p-sm-10 {
    padding: 100px !important; }
  .pt-sm-10,
  .py-sm-10 {
    padding-top: 100px !important; }
  .pr-sm-10,
  .px-sm-10 {
    padding-right: 100px !important; }
  .pb-sm-10,
  .py-sm-10 {
    padding-bottom: 100px !important; }
  .pl-sm-10,
  .px-sm-10 {
    padding-left: 100px !important; }
  .p-sm-15 {
    padding: 150px !important; }
  .pt-sm-15,
  .py-sm-15 {
    padding-top: 150px !important; }
  .pr-sm-15,
  .px-sm-15 {
    padding-right: 150px !important; }
  .pb-sm-15,
  .py-sm-15 {
    padding-bottom: 150px !important; }
  .pl-sm-15,
  .px-sm-15 {
    padding-left: 150px !important; }
  .m-sm-auto {
    margin: auto !important; }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important; }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important; }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important; }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important; } }

@media (min-width: 1024px) {
  .m-md-0 {
    margin: 0 !important; }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important; }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important; }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important; }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important; }
  .m-md-1 {
    margin: 10px !important; }
  .mt-md-1,
  .my-md-1 {
    margin-top: 10px !important; }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 10px !important; }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 10px !important; }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 10px !important; }
  .m-md-2 {
    margin: 20px !important; }
  .mt-md-2,
  .my-md-2 {
    margin-top: 20px !important; }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 20px !important; }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 20px !important; }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 20px !important; }
  .m-md-3 {
    margin: 30px !important; }
  .mt-md-3,
  .my-md-3 {
    margin-top: 30px !important; }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 30px !important; }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 30px !important; }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 30px !important; }
  .m-md-4 {
    margin: 40px !important; }
  .mt-md-4,
  .my-md-4 {
    margin-top: 40px !important; }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 40px !important; }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 40px !important; }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 40px !important; }
  .m-md-5 {
    margin: 50px !important; }
  .mt-md-5,
  .my-md-5 {
    margin-top: 50px !important; }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 50px !important; }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 50px !important; }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 50px !important; }
  .m-md-6 {
    margin: 60px !important; }
  .mt-md-6,
  .my-md-6 {
    margin-top: 60px !important; }
  .mr-md-6,
  .mx-md-6 {
    margin-right: 60px !important; }
  .mb-md-6,
  .my-md-6 {
    margin-bottom: 60px !important; }
  .ml-md-6,
  .mx-md-6 {
    margin-left: 60px !important; }
  .m-md-7 {
    margin: 70px !important; }
  .mt-md-7,
  .my-md-7 {
    margin-top: 70px !important; }
  .mr-md-7,
  .mx-md-7 {
    margin-right: 70px !important; }
  .mb-md-7,
  .my-md-7 {
    margin-bottom: 70px !important; }
  .ml-md-7,
  .mx-md-7 {
    margin-left: 70px !important; }
  .m-md-8 {
    margin: 80px !important; }
  .mt-md-8,
  .my-md-8 {
    margin-top: 80px !important; }
  .mr-md-8,
  .mx-md-8 {
    margin-right: 80px !important; }
  .mb-md-8,
  .my-md-8 {
    margin-bottom: 80px !important; }
  .ml-md-8,
  .mx-md-8 {
    margin-left: 80px !important; }
  .m-md-9 {
    margin: 90px !important; }
  .mt-md-9,
  .my-md-9 {
    margin-top: 90px !important; }
  .mr-md-9,
  .mx-md-9 {
    margin-right: 90px !important; }
  .mb-md-9,
  .my-md-9 {
    margin-bottom: 90px !important; }
  .ml-md-9,
  .mx-md-9 {
    margin-left: 90px !important; }
  .m-md-10 {
    margin: 100px !important; }
  .mt-md-10,
  .my-md-10 {
    margin-top: 100px !important; }
  .mr-md-10,
  .mx-md-10 {
    margin-right: 100px !important; }
  .mb-md-10,
  .my-md-10 {
    margin-bottom: 100px !important; }
  .ml-md-10,
  .mx-md-10 {
    margin-left: 100px !important; }
  .m-md-15 {
    margin: 150px !important; }
  .mt-md-15,
  .my-md-15 {
    margin-top: 150px !important; }
  .mr-md-15,
  .mx-md-15 {
    margin-right: 150px !important; }
  .mb-md-15,
  .my-md-15 {
    margin-bottom: 150px !important; }
  .ml-md-15,
  .mx-md-15 {
    margin-left: 150px !important; }
  .p-md-0 {
    padding: 0 !important; }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important; }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important; }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important; }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important; }
  .p-md-1 {
    padding: 10px !important; }
  .pt-md-1,
  .py-md-1 {
    padding-top: 10px !important; }
  .pr-md-1,
  .px-md-1 {
    padding-right: 10px !important; }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 10px !important; }
  .pl-md-1,
  .px-md-1 {
    padding-left: 10px !important; }
  .p-md-2 {
    padding: 20px !important; }
  .pt-md-2,
  .py-md-2 {
    padding-top: 20px !important; }
  .pr-md-2,
  .px-md-2 {
    padding-right: 20px !important; }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 20px !important; }
  .pl-md-2,
  .px-md-2 {
    padding-left: 20px !important; }
  .p-md-3 {
    padding: 30px !important; }
  .pt-md-3,
  .py-md-3 {
    padding-top: 30px !important; }
  .pr-md-3,
  .px-md-3 {
    padding-right: 30px !important; }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 30px !important; }
  .pl-md-3,
  .px-md-3 {
    padding-left: 30px !important; }
  .p-md-4 {
    padding: 40px !important; }
  .pt-md-4,
  .py-md-4 {
    padding-top: 40px !important; }
  .pr-md-4,
  .px-md-4 {
    padding-right: 40px !important; }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 40px !important; }
  .pl-md-4,
  .px-md-4 {
    padding-left: 40px !important; }
  .p-md-5 {
    padding: 50px !important; }
  .pt-md-5,
  .py-md-5 {
    padding-top: 50px !important; }
  .pr-md-5,
  .px-md-5 {
    padding-right: 50px !important; }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 50px !important; }
  .pl-md-5,
  .px-md-5 {
    padding-left: 50px !important; }
  .p-md-6 {
    padding: 60px !important; }
  .pt-md-6,
  .py-md-6 {
    padding-top: 60px !important; }
  .pr-md-6,
  .px-md-6 {
    padding-right: 60px !important; }
  .pb-md-6,
  .py-md-6 {
    padding-bottom: 60px !important; }
  .pl-md-6,
  .px-md-6 {
    padding-left: 60px !important; }
  .p-md-7 {
    padding: 70px !important; }
  .pt-md-7,
  .py-md-7 {
    padding-top: 70px !important; }
  .pr-md-7,
  .px-md-7 {
    padding-right: 70px !important; }
  .pb-md-7,
  .py-md-7 {
    padding-bottom: 70px !important; }
  .pl-md-7,
  .px-md-7 {
    padding-left: 70px !important; }
  .p-md-8 {
    padding: 80px !important; }
  .pt-md-8,
  .py-md-8 {
    padding-top: 80px !important; }
  .pr-md-8,
  .px-md-8 {
    padding-right: 80px !important; }
  .pb-md-8,
  .py-md-8 {
    padding-bottom: 80px !important; }
  .pl-md-8,
  .px-md-8 {
    padding-left: 80px !important; }
  .p-md-9 {
    padding: 90px !important; }
  .pt-md-9,
  .py-md-9 {
    padding-top: 90px !important; }
  .pr-md-9,
  .px-md-9 {
    padding-right: 90px !important; }
  .pb-md-9,
  .py-md-9 {
    padding-bottom: 90px !important; }
  .pl-md-9,
  .px-md-9 {
    padding-left: 90px !important; }
  .p-md-10 {
    padding: 100px !important; }
  .pt-md-10,
  .py-md-10 {
    padding-top: 100px !important; }
  .pr-md-10,
  .px-md-10 {
    padding-right: 100px !important; }
  .pb-md-10,
  .py-md-10 {
    padding-bottom: 100px !important; }
  .pl-md-10,
  .px-md-10 {
    padding-left: 100px !important; }
  .p-md-15 {
    padding: 150px !important; }
  .pt-md-15,
  .py-md-15 {
    padding-top: 150px !important; }
  .pr-md-15,
  .px-md-15 {
    padding-right: 150px !important; }
  .pb-md-15,
  .py-md-15 {
    padding-bottom: 150px !important; }
  .pl-md-15,
  .px-md-15 {
    padding-left: 150px !important; }
  .m-md-auto {
    margin: auto !important; }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important; }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important; }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important; }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important; } }

@media (min-width: 1400px) {
  .m-lg-0 {
    margin: 0 !important; }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important; }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important; }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important; }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important; }
  .m-lg-1 {
    margin: 10px !important; }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 10px !important; }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 10px !important; }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 10px !important; }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 10px !important; }
  .m-lg-2 {
    margin: 20px !important; }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 20px !important; }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 20px !important; }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 20px !important; }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 20px !important; }
  .m-lg-3 {
    margin: 30px !important; }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 30px !important; }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 30px !important; }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 30px !important; }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 30px !important; }
  .m-lg-4 {
    margin: 40px !important; }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 40px !important; }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 40px !important; }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 40px !important; }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 40px !important; }
  .m-lg-5 {
    margin: 50px !important; }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 50px !important; }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 50px !important; }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 50px !important; }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 50px !important; }
  .m-lg-6 {
    margin: 60px !important; }
  .mt-lg-6,
  .my-lg-6 {
    margin-top: 60px !important; }
  .mr-lg-6,
  .mx-lg-6 {
    margin-right: 60px !important; }
  .mb-lg-6,
  .my-lg-6 {
    margin-bottom: 60px !important; }
  .ml-lg-6,
  .mx-lg-6 {
    margin-left: 60px !important; }
  .m-lg-7 {
    margin: 70px !important; }
  .mt-lg-7,
  .my-lg-7 {
    margin-top: 70px !important; }
  .mr-lg-7,
  .mx-lg-7 {
    margin-right: 70px !important; }
  .mb-lg-7,
  .my-lg-7 {
    margin-bottom: 70px !important; }
  .ml-lg-7,
  .mx-lg-7 {
    margin-left: 70px !important; }
  .m-lg-8 {
    margin: 80px !important; }
  .mt-lg-8,
  .my-lg-8 {
    margin-top: 80px !important; }
  .mr-lg-8,
  .mx-lg-8 {
    margin-right: 80px !important; }
  .mb-lg-8,
  .my-lg-8 {
    margin-bottom: 80px !important; }
  .ml-lg-8,
  .mx-lg-8 {
    margin-left: 80px !important; }
  .m-lg-9 {
    margin: 90px !important; }
  .mt-lg-9,
  .my-lg-9 {
    margin-top: 90px !important; }
  .mr-lg-9,
  .mx-lg-9 {
    margin-right: 90px !important; }
  .mb-lg-9,
  .my-lg-9 {
    margin-bottom: 90px !important; }
  .ml-lg-9,
  .mx-lg-9 {
    margin-left: 90px !important; }
  .m-lg-10 {
    margin: 100px !important; }
  .mt-lg-10,
  .my-lg-10 {
    margin-top: 100px !important; }
  .mr-lg-10,
  .mx-lg-10 {
    margin-right: 100px !important; }
  .mb-lg-10,
  .my-lg-10 {
    margin-bottom: 100px !important; }
  .ml-lg-10,
  .mx-lg-10 {
    margin-left: 100px !important; }
  .m-lg-15 {
    margin: 150px !important; }
  .mt-lg-15,
  .my-lg-15 {
    margin-top: 150px !important; }
  .mr-lg-15,
  .mx-lg-15 {
    margin-right: 150px !important; }
  .mb-lg-15,
  .my-lg-15 {
    margin-bottom: 150px !important; }
  .ml-lg-15,
  .mx-lg-15 {
    margin-left: 150px !important; }
  .p-lg-0 {
    padding: 0 !important; }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important; }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important; }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important; }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important; }
  .p-lg-1 {
    padding: 10px !important; }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 10px !important; }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 10px !important; }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 10px !important; }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 10px !important; }
  .p-lg-2 {
    padding: 20px !important; }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 20px !important; }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 20px !important; }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 20px !important; }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 20px !important; }
  .p-lg-3 {
    padding: 30px !important; }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 30px !important; }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 30px !important; }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 30px !important; }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 30px !important; }
  .p-lg-4 {
    padding: 40px !important; }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 40px !important; }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 40px !important; }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 40px !important; }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 40px !important; }
  .p-lg-5 {
    padding: 50px !important; }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 50px !important; }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 50px !important; }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 50px !important; }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 50px !important; }
  .p-lg-6 {
    padding: 60px !important; }
  .pt-lg-6,
  .py-lg-6 {
    padding-top: 60px !important; }
  .pr-lg-6,
  .px-lg-6 {
    padding-right: 60px !important; }
  .pb-lg-6,
  .py-lg-6 {
    padding-bottom: 60px !important; }
  .pl-lg-6,
  .px-lg-6 {
    padding-left: 60px !important; }
  .p-lg-7 {
    padding: 70px !important; }
  .pt-lg-7,
  .py-lg-7 {
    padding-top: 70px !important; }
  .pr-lg-7,
  .px-lg-7 {
    padding-right: 70px !important; }
  .pb-lg-7,
  .py-lg-7 {
    padding-bottom: 70px !important; }
  .pl-lg-7,
  .px-lg-7 {
    padding-left: 70px !important; }
  .p-lg-8 {
    padding: 80px !important; }
  .pt-lg-8,
  .py-lg-8 {
    padding-top: 80px !important; }
  .pr-lg-8,
  .px-lg-8 {
    padding-right: 80px !important; }
  .pb-lg-8,
  .py-lg-8 {
    padding-bottom: 80px !important; }
  .pl-lg-8,
  .px-lg-8 {
    padding-left: 80px !important; }
  .p-lg-9 {
    padding: 90px !important; }
  .pt-lg-9,
  .py-lg-9 {
    padding-top: 90px !important; }
  .pr-lg-9,
  .px-lg-9 {
    padding-right: 90px !important; }
  .pb-lg-9,
  .py-lg-9 {
    padding-bottom: 90px !important; }
  .pl-lg-9,
  .px-lg-9 {
    padding-left: 90px !important; }
  .p-lg-10 {
    padding: 100px !important; }
  .pt-lg-10,
  .py-lg-10 {
    padding-top: 100px !important; }
  .pr-lg-10,
  .px-lg-10 {
    padding-right: 100px !important; }
  .pb-lg-10,
  .py-lg-10 {
    padding-bottom: 100px !important; }
  .pl-lg-10,
  .px-lg-10 {
    padding-left: 100px !important; }
  .p-lg-15 {
    padding: 150px !important; }
  .pt-lg-15,
  .py-lg-15 {
    padding-top: 150px !important; }
  .pr-lg-15,
  .px-lg-15 {
    padding-right: 150px !important; }
  .pb-lg-15,
  .py-lg-15 {
    padding-bottom: 150px !important; }
  .pl-lg-15,
  .px-lg-15 {
    padding-left: 150px !important; }
  .m-lg-auto {
    margin: auto !important; }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important; }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important; }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important; }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important; } }

.bg-white {
  background-color: #fff; }

.bg-blue {
  background-color: #0098db; }

.bg-dark {
  background-color: #242424; }

.bg-gray {
  background-color: #f5f5f5; }

.color-black {
  color: #242424; }

.color-black-op50 {
  color: rgba(36, 36, 36, .5); }

.color-true-black {
  color: #000; }

.color-white {
  color: #fff; }

.color-white-op50 {
  color: rgba(255, 255, 255, .5); }

.color-green {
  color: #388e3c; }

.color-red {
  color: #d50000; }

.color-orange {
  color: #f57c00; }

.color-blue {
  color: #0098db; }

.bg-blue,
.bg-dark {
  color: #fff; }

.font-w-light {
  font-weight: 300; }

.text-dotted {
  border-bottom: 1px dotted #242424; }

.va-m {
  vertical-align: middle; }
  @media (max-width: 767.98px) {
    .va-m--xs {
      vertical-align: middle; } }

.va-t {
  vertical-align: top; }

.va-b {
  vertical-align: bottom; }

.fx-ai-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  @media (max-width: 767.98px) {
    .fx-ai-center--xs {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; } }

/**
 * Swiper 4.2.2
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://www.idangero.us/swiper/
 *
 * Copyright 2014-2018 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: April 1, 2018
 */
.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1; }

.swiper-container-no-flexbox .swiper-slide {
  float: left; }

.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0); }

.swiper-container-multirow > .swiper-wrapper {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto; }

.swiper-slide {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform; }

.swiper-invisible-blank-slide {
  visibility: hidden; }

/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto; }

.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform; }

/* 3D Effects */
.swiper-container-3d {
  -webkit-perspective: 1200px;
  perspective: 1200px; }

.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d; }

.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10; }

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, .5)), to(transparent));
  background-image: linear-gradient(to left, rgba(0, 0, 0, .5), transparent); }

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .5)), to(transparent));
  background-image: linear-gradient(to right, rgba(0, 0, 0, .5), transparent); }

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, .5)), to(transparent));
  background-image: linear-gradient(to top, rgba(0, 0, 0, .5), transparent); }

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .5)), to(transparent));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, .5), transparent); }

/* IE10 Windows Phone 8 Fixes */
.swiper-container-wp8-horizontal,
.swiper-container-wp8-horizontal > .swiper-wrapper {
  -ms-touch-action: pan-y;
  touch-action: pan-y; }

.swiper-container-wp8-vertical,
.swiper-container-wp8-vertical > .swiper-wrapper {
  -ms-touch-action: pan-x;
  touch-action: pan-x; }

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: 20px;
  height: 12px;
  margin-top: -6px;
  z-index: 10;
  cursor: pointer;
  background-size: 20px 12px;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-transition: -webkit-transform .25s ease-out;
  transition: -webkit-transform .25s ease-out;
  transition: transform .25s ease-out;
  transition: transform .25s ease-out, -webkit-transform .25s ease-out; }

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none; }

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background-image: url(../images/style/arrow-left.svg);
  left: 10px;
  right: auto; }
  .swiper-button-prev:hover,
  .swiper-container-rtl .swiper-button-next:hover {
    -webkit-transform: translate3d(-10px, 0, 0);
            transform: translate3d(-10px, 0, 0); }

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background-image: url(../images/style/arrow-right.svg);
  right: 10px;
  left: auto; }
  .swiper-button-next:hover,
  .swiper-container-rtl .swiper-button-prev:hover {
    -webkit-transform: translate3d(10px, 0, 0);
            transform: translate3d(10px, 0, 0); }

.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url(../images/style/arrow-left.svg); }

.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url(../images/style/arrow-right.svg); }

.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url(../images/style/arrow-left.svg); }

.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url(../images/style/arrow-right.svg); }

.swiper-button-lock {
  display: none; }

.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 300ms opacity;
  transition: 300ms opacity;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10; }

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0; }

/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 10px;
  left: 0;
  width: 100%; }

/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0; }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
  transform: scale(0.33);
  position: relative; }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
  transform: scale(1); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
  transform: scale(1); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
  transform: scale(0.66); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
  transform: scale(0.33); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
  transform: scale(0.66); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
  transform: scale(0.33); }

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background-color: #000;
  opacity: .15; }

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer; }

.swiper-pagination-bullet-active {
  opacity: 1;
  background: #0098db; }

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
  transform: translate3d(0px, -50%, 0); }

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block; }

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 8px; }

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: 200ms top, 200ms -webkit-transform;
  transition: 200ms top, 200ms -webkit-transform;
  transition: 200ms transform, 200ms top;
  transition: 200ms transform, 200ms top, 200ms -webkit-transform; }

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px; }

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  white-space: nowrap; }

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms left, 200ms -webkit-transform;
  transition: 200ms left, 200ms -webkit-transform;
  transition: 200ms transform, 200ms left;
  transition: 200ms transform, 200ms left, 200ms -webkit-transform; }

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms right, 200ms -webkit-transform;
  transition: 200ms right, 200ms -webkit-transform;
  transition: 200ms transform, 200ms right;
  transition: 200ms transform, 200ms right, 200ms -webkit-transform; }

/* Progress */
.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, .25);
  position: absolute; }

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  transform-origin: left top; }

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
  transform-origin: right top; }

.swiper-container-horizontal > .swiper-pagination-progressbar,
.swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0; }

.swiper-container-vertical > .swiper-pagination-progressbar,
.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0; }

.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #ffffff; }

.swiper-pagination-progressbar.swiper-pagination-white {
  background: rgba(255, 255, 255, .25); }

.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
  background: #ffffff; }

.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000000; }

.swiper-pagination-progressbar.swiper-pagination-black {
  background: rgba(0, 0, 0, .25); }

.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
  background: #000000; }

.swiper-pagination-lock {
  display: none; }

/* Scrollbar */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, .1); }

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%; }

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%; }

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, .5);
  border-radius: 10px;
  left: 0;
  top: 0; }

.swiper-scrollbar-cursor-drag {
  cursor: move; }

.swiper-scrollbar-lock {
  display: none; }

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  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;
  text-align: center; }

.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain; }

.swiper-slide-zoomed {
  cursor: move; }

/* Preloader */
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  animation: swiper-preloader-spin 1s steps(12, end) infinite; }

.swiper-lazy-preloader:after {
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  background-size: 100%;
  background-repeat: no-repeat; }

.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); }

@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

/* a11y */
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000; }

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out; }

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  transition-property: opacity; }

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

.swiper-container-cube {
  overflow: visible; }

.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%; }

.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  transform-origin: 100% 0; }

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible; }

.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="50" /></filter></svg>#filter');
  filter: blur(50px);
  z-index: 0; }

.swiper-container-flip {
  overflow: visible; }

.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1; }

.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.swiper-container-coverflow .swiper-wrapper {
  /* Windows 8 IE 10 fix */
  -ms-perspective: 1200px; }

@media (min-width: 1024px) {
  .swiper-button-prev,
  .swiper-button-next {
    width: 32px;
    height: 18px;
    margin-top: -9px;
    background-size: 32px 18px; } }

.select2-container {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle; }
  .select2-container .select2-selection--single {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: 28px;
    -moz-user-select: none;
     -ms-user-select: none;
         user-select: none;
    -webkit-user-select: none; }
    .btn-group-select .select2-container .select2-selection--single {
      height: 32px; }
    .select2-container .select2-selection--single .select2-selection__rendered {
      display: block;
      padding-left: 0;
      padding-right: 20px;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap; }
    .select2-container .select2-selection--single .select2-selection__clear {
      position: relative; }
  .select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
    padding-right: 8px;
    padding-left: 20px; }
  .select2-container .select2-selection--multiple {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    cursor: pointer;
    display: block;
    min-height: 32px;
    -moz-user-select: none;
     -ms-user-select: none;
         user-select: none;
    -webkit-user-select: none; }
    .select2-container .select2-selection--multiple .select2-selection__rendered {
      display: inline-block;
      overflow: hidden;
      padding-left: 8px;
      text-overflow: ellipsis;
      white-space: nowrap; }
  .select2-container .select2-search--inline {
    float: left; }
    .select2-container .select2-search--inline .select2-search__field {
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      border: none;
      font-size: 100%;
      margin-top: 5px;
      padding: 0; }
      .select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
        -webkit-appearance: none; }

.select2-dropdown {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051; }

.select2-results {
  display: block; }

.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0; }

.select2-results__option {
  padding: 6px;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  -webkit-user-select: none; }
  .select2-results__option[aria-selected] {
    cursor: pointer; }

.select2-container--open .select2-dropdown {
  left: 0; }

.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-search--dropdown {
  display: block;
  padding: 4px; }
  .select2-search--dropdown .select2-search__field {
    padding: 4px;
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
    .select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
      -webkit-appearance: none; }
  .select2-search--dropdown.select2-search--hide {
    display: none; }

.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0); }

.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important; }

.select2-container--custom-select2 {
  font-family: "Museo";
  font-weight: 300; }
  .select2-container--custom-select2 .select2-selection--single {
    padding: 5px 0 0;
    border-radius: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    background-color: transparent;
    border-bottom: 1px solid #fff; }
    .btn-group-select .select2-container--custom-select2 .select2-selection--single {
      padding: 10px 10px 0 20px;
      border-bottom: none; }
    .select2-container--custom-select2 .select2-selection--single:focus {
      outline: none; }
    .select2-container--custom-select2 .select2-selection--single .select2-selection__rendered {
      font-size: 15px;
      font-style: normal;
      color: #fff;
      line-height: 1;
      padding-right: 30px; }
      .btn-group-select .select2-container--custom-select2 .select2-selection--single .select2-selection__rendered {
        font-size: 12px;
        font-weight: 700;
        letter-spacing: 1px; }
      @media (min-width: 768px) {
        .select2-container--custom-select2 .select2-selection--single .select2-selection__rendered {
          font-size: 16px; } }
    .select2-container--custom-select2 .select2-selection--single .select2-selection__clear {
      cursor: pointer;
      float: right;
      font-weight: bold; }
    .select2-container--custom-select2 .select2-selection--single .select2-selection__placeholder {
      color: #999; }
    .select2-container--custom-select2 .select2-selection--single .select2-selection__arrow {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      width: 40px; }
      .select2-container--custom-select2 .select2-selection--single .select2-selection__arrow b {
        top: 50%;
        right: 1px;
        position: absolute;
        width: 11px;
        height: 7px;
        background-image: url(../images/style/dropdown.svg);
        background-repeat: no-repeat;
        background-size: 10px 7px;
        -webkit-transform: translateY(-50%);
                transform: translateY(-50%);
        -webkit-transition: all 0.3s;
        transition: all 0.3s; }
        .btn-group-select .select2-container--custom-select2 .select2-selection--single .select2-selection__arrow b {
          right: 12px; }
  .select2-container--custom-select2[dir="rtl"] .select2-selection--single .select2-selection__clear {
    float: left; }
  .select2-container--custom-select2[dir="rtl"] .select2-selection--single .select2-selection__arrow {
    left: 1px;
    right: auto; }
  .select2-container--custom-select2.select2-container--disabled .select2-selection--single {
    background-color: #eee;
    cursor: default; }
    .select2-container--custom-select2.select2-container--disabled .select2-selection--single .select2-selection__clear {
      display: none; }
  .select2-container--custom-select2.select2-container--open .select2-selection--single .select2-selection__arrow b {
    -webkit-transform: rotate(180deg) translateY(50%);
            transform: rotate(180deg) translateY(50%);
    -webkit-transform-origin: center;
            transform-origin: center; }
  .select2-container--custom-select2 .select2-selection--multiple {
    background-color: #fff;
    cursor: text; }
    .select2-container--custom-select2 .select2-selection--multiple .select2-selection__rendered {
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      list-style: none;
      margin: 0;
      padding: 0 5px;
      width: 100%; }
      .select2-container--custom-select2 .select2-selection--multiple .select2-selection__rendered li {
        list-style: none; }
    .select2-container--custom-select2 .select2-selection--multiple .select2-selection__placeholder {
      color: #999;
      margin-top: 5px;
      float: left; }
    .select2-container--custom-select2 .select2-selection--multiple .select2-selection__clear {
      cursor: pointer;
      float: right;
      font-weight: bold;
      margin-top: 5px;
      margin-right: 10px; }
    .select2-container--custom-select2 .select2-selection--multiple .select2-selection__choice {
      background-color: #e4e4e4;
      cursor: default;
      float: left;
      margin-right: 5px;
      margin-top: 5px;
      padding: 0 5px; }
    .select2-container--custom-select2 .select2-selection--multiple .select2-selection__choice__remove {
      color: #999;
      cursor: pointer;
      display: inline-block;
      font-weight: bold;
      margin-right: 2px; }
      .select2-container--custom-select2 .select2-selection--multiple .select2-selection__choice__remove:hover {
        color: #333; }
  .select2-container--custom-select2[dir="rtl"] .select2-selection--multiple .select2-selection__choice, .select2-container--custom-select2[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder, .select2-container--custom-select2[dir="rtl"] .select2-selection--multiple .select2-search--inline {
    float: right; }
  .select2-container--custom-select2[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
    margin-left: 5px;
    margin-right: auto; }
  .select2-container--custom-select2[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
    margin-left: 2px;
    margin-right: auto; }
  .select2-container--custom-select2.select2-container--focus .select2-selection--multiple {
    outline: 0; }
  .select2-container--custom-select2.select2-container--disabled .select2-selection--multiple {
    background-color: transparent;
    cursor: default; }
  .select2-container--custom-select2.select2-container--disabled .select2-selection__choice__remove {
    display: none; }
  .select2-container--custom-select2 .select2-dropdown {
    position: relative;
    border: 0;
    border-radius: 4px;
    overflow: hidden;
    background-color: #fff;
    -webkit-box-shadow: 0 15px 40px 0 rgba(0, 0, 0, .4);
            box-shadow: 0 15px 40px 0 rgba(0, 0, 0, .4); }
  .select2-container--custom-select2 .select2-dropdown--above {
    margin-top: -10px; }
  .select2-container--custom-select2 .select2-dropdown--below {
    margin-top: 15px; }
  .select2-container--custom-select2 .select2-search--inline .select2-search__field {
    background: transparent;
    border: none;
    outline: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
    -webkit-appearance: textfield; }
  .select2-container--custom-select2 .select2-results {
    padding: 10px 0; }
    .select2-container--custom-select2 .select2-results > .select2-results__options {
      min-width: 150px;
      overflow-y: auto; }
  .select2-container--custom-select2 .select2-results__option {
    padding: 8px 25px 8px 10px;
    letter-spacing: 0.2px;
    font-weight: 500;
    font-size: 15px;
    font-style: normal;
    color: #212121;
    -webkit-transition: all 0.2s;
    transition: all 0.2s; }
    @media (min-width: 768px) {
      .select2-container--custom-select2 .select2-results__option {
        padding: 8px 30px 8px 30px; } }
    .select2-container--custom-select2 .select2-results__option[role=group] {
      padding: 0; }
    .select2-container--custom-select2 .select2-results__option[aria-disabled=true] {
      color: #999; }
    .select2-container--custom-select2 .select2-results__option[aria-selected=true] {
      background-color: transparent;
      color: #0098db; }
    .select2-container--custom-select2 .select2-results__option .select2-results__option {
      padding-left: 1em; }
      .select2-container--custom-select2 .select2-results__option .select2-results__option .select2-results__group {
        padding-left: 0; }
      .select2-container--custom-select2 .select2-results__option .select2-results__option .select2-results__option {
        margin-left: -1em;
        padding-left: 2em; }
        .select2-container--custom-select2 .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
          margin-left: -2em;
          padding-left: 3em; }
          .select2-container--custom-select2 .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
            margin-left: -3em;
            padding-left: 4em; }
            .select2-container--custom-select2 .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
              margin-left: -4em;
              padding-left: 5em; }
              .select2-container--custom-select2 .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
                margin-left: -5em;
                padding-left: 6em; }
  .select2-container--custom-select2 .select2-results__option--highlighted[aria-selected] {
    background-color: #f5f5f5; }
  .select2-container--custom-select2 .select2-results__group {
    cursor: default;
    display: block;
    padding: 6px; }

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8; }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #CCC; }
    .mfp-preloader a:hover {
      color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
          box-shadow: none;
  -ms-touch-action: manipulation;
      touch-action: manipulation; }

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

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover, .mfp-close:focus {
    opacity: 1; }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover, .mfp-arrow:focus {
    opacity: 1; }
  .mfp-arrow:before, .mfp-arrow:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  .mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after {
    border-right: 17px solid #FFF;
    margin-left: 31px; }
  .mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after {
    border-left: 17px solid #FFF;
    margin-left: 39px; }
  .mfp-arrow-right:before {
    border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, .6);
            box-shadow: 0 0 8px rgba(0, 0, 0, .6);
    background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, .6);
            box-shadow: 0 0 8px rgba(0, 0, 0, .6);
    background: #444; }
  .mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, .6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, .6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }

.select2-results.nano {
  max-height: 300px; }
  .select2-results.nano > .nano-pane {
    right: 10px; }
    @media (min-width: 768px) {
      .select2-results.nano > .nano-pane {
        right: 18px; } }

.nano > .nano-pane {
  width: 6px;
  background-color: transparent; }
  .nano > .nano-pane:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 2px;
    display: block;
    width: 2px;
    background-color: #e0e0e0; }
  .nano > .nano-pane > .nano-slider {
    margin: 0;
    border-radius: 3px;
    background-color: #0098db; }

.datepicker--cell-day.-other-month-,
.datepicker--cell-year.-other-decade- {
  color: #dedede; }

.datepicker--cell-day.-other-month-:hover,
.datepicker--cell-year.-other-decade-:hover {
  color: #c5c5c5; }

.-disabled-.-focus-.datepicker--cell-day.-other-month-,
.-disabled-.-focus-.datepicker--cell-year.-other-decade- {
  color: #dedede; }

.-selected-.datepicker--cell-day.-other-month-,
.-selected-.datepicker--cell-year.-other-decade- {
  color: #fff;
  background: #a2ddf6; }

.-selected-.-focus-.datepicker--cell-day.-other-month-,
.-selected-.-focus-.datepicker--cell-year.-other-decade- {
  background: #8ad5f4; }

.-in-range-.datepicker--cell-day.-other-month-,
.-in-range-.datepicker--cell-year.-other-decade- {
  background-color: rgba(92, 196, 239, .1);
  color: #cccccc; }

.-in-range-.-focus-.datepicker--cell-day.-other-month-,
.-in-range-.-focus-.datepicker--cell-year.-other-decade- {
  background-color: rgba(92, 196, 239, .2); }

.datepicker--cell-day.-other-month-:empty,
.datepicker--cell-year.-other-decade-:empty {
  background: none;
  border: none; }

/* -------------------------------------------------
    Datepicker cells
   ------------------------------------------------- */
.datepicker--cells {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.datepicker--cell {
  margin: 3px 0;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  position: relative;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  height: 40px;
  z-index: 1; }

.datepicker--cell.-focus- {
  background: #f0f0f0; }

.datepicker--cell.-current- {
  color: #4eb5e6; }

.datepicker--cell.-current-.-focus- {
  color: #4a4a4a; }

.datepicker--cell.-current-.-in-range- {
  color: #4eb5e6; }

.datepicker--cell.-in-range- {
  background: #f5f5f5;
  color: #4a4a4a;
  border-radius: 0; }

.datepicker--cell.-in-range-.-focus- {
  background-color: rgba(92, 196, 239, .2); }

.datepicker--cell.-disabled- {
  cursor: default;
  color: #aeaeae; }

.datepicker--cell.-disabled-.-focus- {
  color: #aeaeae; }

.datepicker--cell.-disabled-.-in-range- {
  color: #a1a1a1; }

.datepicker--cell.-disabled-.-current-.-focus- {
  color: #aeaeae; }

.datepicker--cell.-range-from- {
  border: 1px solid rgba(92, 196, 239, .5);
  background-color: rgba(92, 196, 239, .1);
  border-radius: 4px 0 0 4px; }

.datepicker--cell.-range-to- {
  border: 1px solid #0098db;
  background-color: rgba(92, 196, 239, .1);
  border-radius: 100%;
  color: #0098db; }

.datepicker--cell.-range-from-.-range-to- {
  border-radius: 4px; }

.datepicker--cell.-selected- {
  color: #fff;
  border: none;
  border-radius: 100%;
  background: #0098db; }

.datepicker--cell.-selected-.-current- {
  color: #fff;
  background: #5cc4ef; }

.datepicker--cell.-selected-.-focus- {
  background: #45bced; }

.datepicker--cell:empty {
  cursor: default; }

.datepicker--days-names {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 8px 0 3px; }

.datepicker--day-name {
  color: #242424;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex: 1;
  -webkit-box-flex: 1;
          flex: 1;
  text-align: center;
  text-transform: uppercase;
  font-size: 0.8em;
  opacity: .5; }

.datepicker--cell-day {
  width: 14.28571%; }

.datepicker--cells-months {
  height: 170px; }

.datepicker--cell-month {
  width: 33.33%;
  height: 25%; }

.datepicker--years {
  height: 170px; }

.datepicker--cells-years {
  height: 170px; }

.datepicker--cell-year {
  width: 25%;
  height: 33.33%; }

.datepicker--cell-day.-other-month-,
.datepicker--cell-year.-other-decade- {
  color: #dedede; }

.datepicker--cell-day.-other-month-:hover,
.datepicker--cell-year.-other-decade-:hover {
  color: #c5c5c5; }

.-disabled-.-focus-.datepicker--cell-day.-other-month-,
.-disabled-.-focus-.datepicker--cell-year.-other-decade- {
  color: #dedede; }

.-selected-.datepicker--cell-day.-other-month-,
.-selected-.datepicker--cell-year.-other-decade- {
  color: #fff;
  background: #a2ddf6; }

.-selected-.-focus-.datepicker--cell-day.-other-month-,
.-selected-.-focus-.datepicker--cell-year.-other-decade- {
  background: #8ad5f4; }

.-in-range-.datepicker--cell-day.-other-month-,
.-in-range-.datepicker--cell-year.-other-decade- {
  background-color: rgba(92, 196, 239, .1);
  color: #cccccc; }

.-in-range-.-focus-.datepicker--cell-day.-other-month-,
.-in-range-.-focus-.datepicker--cell-year.-other-decade- {
  background-color: rgba(92, 196, 239, .2); }

.datepicker--cell-day.-other-month-:empty,
.datepicker--cell-year.-other-decade-:empty {
  background: none;
  border: none; }

/* -------------------------------------------------
    Datepicker
   ------------------------------------------------- */
.datepickers-container {
  position: absolute;
  left: 0;
  top: 0; }

@media print {
  .datepickers-container {
    display: none; } }

.datepicker {
  background: #fff;
  border: 1px solid #dbdbdb;
  -webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, .15);
          box-shadow: 0 4px 12px rgba(0, 0, 0, .15);
  border-radius: 4px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  font-size: 14px;
  color: #4a4a4a;
  width: 280px;
  position: absolute;
  left: -100000px;
  opacity: 0;
  transition: opacity 0.3s ease, left 0s 0.3s, -webkit-transform 0.3s ease;
  -webkit-transition: opacity 0.3s ease, left 0s 0.3s, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, transform 0.3s ease, left 0s 0.3s;
  transition: opacity 0.3s ease, transform 0.3s ease, left 0s 0.3s, -webkit-transform 0.3s ease;
  z-index: 100; }

.datepicker.-from-top- {
  -webkit-transform: translateY(-8px);
  transform: translateY(-8px); }

.datepicker.-from-right- {
  -webkit-transform: translateX(8px);
  transform: translateX(8px); }

.datepicker.-from-bottom- {
  -webkit-transform: translateY(8px);
  transform: translateY(8px); }

.datepicker.-from-left- {
  -webkit-transform: translateX(-8px);
  transform: translateX(-8px); }

.datepicker.active {
  opacity: 1;
  -webkit-transform: translate(0);
  transform: translate(0);
  transition: opacity 0.3s ease, left 0s 0s, -webkit-transform 0.3s ease;
  -webkit-transition: opacity 0.3s ease, left 0s 0s, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, transform 0.3s ease, left 0s 0s;
  transition: opacity 0.3s ease, transform 0.3s ease, left 0s 0s, -webkit-transform 0.3s ease; }

.datepicker-inline .datepicker {
  border-color: #d7d7d7;
  -webkit-box-shadow: none;
          box-shadow: none;
  position: static;
  left: auto;
  right: auto;
  opacity: 1;
  -webkit-transform: none;
  transform: none; }

.datepicker-inline .datepicker--pointer {
  display: none; }

.datepicker--content {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  padding: 6px 0; }

.-only-timepicker- .datepicker--content {
  display: none; }

.datepicker--pointer {
  display: none;
  position: absolute;
  background: #fff;
  border-top: 1px solid #dbdbdb;
  border-right: 1px solid #dbdbdb;
  width: 10px;
  height: 10px;
  z-index: -1; }

.-top-left- .datepicker--pointer,
.-top-center- .datepicker--pointer,
.-top-right- .datepicker--pointer {
  top: calc(100% - 4px);
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg); }

.-right-top- .datepicker--pointer,
.-right-center- .datepicker--pointer,
.-right-bottom- .datepicker--pointer {
  right: calc(100% - 4px);
  -webkit-transform: rotate(225deg);
  transform: rotate(225deg); }

.-bottom-left- .datepicker--pointer,
.-bottom-center- .datepicker--pointer,
.-bottom-right- .datepicker--pointer {
  bottom: calc(100% - 4px);
  -webkit-transform: rotate(315deg);
  transform: rotate(315deg); }

.-left-top- .datepicker--pointer,
.-left-center- .datepicker--pointer,
.-left-bottom- .datepicker--pointer {
  left: calc(100% - 4px);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg); }

.-top-left- .datepicker--pointer,
.-bottom-left- .datepicker--pointer {
  left: 10px; }

.-top-right- .datepicker--pointer,
.-bottom-right- .datepicker--pointer {
  right: 10px; }

.-top-center- .datepicker--pointer,
.-bottom-center- .datepicker--pointer {
  left: calc(50% - 5px); }

.-left-top- .datepicker--pointer,
.-right-top- .datepicker--pointer {
  top: 10px; }

.-left-bottom- .datepicker--pointer,
.-right-bottom- .datepicker--pointer {
  bottom: 10px; }

.-left-center- .datepicker--pointer,
.-right-center- .datepicker--pointer {
  top: calc(50% - 5px); }

.datepicker--body {
  display: none; }

.datepicker--body.active {
  display: block; }

.datepicker--cell-day.-other-month-,
.datepicker--cell-year.-other-decade- {
  color: #dedede; }

.datepicker--cell-day.-other-month-:hover,
.datepicker--cell-year.-other-decade-:hover {
  color: #c5c5c5; }

.-disabled-.-focus-.datepicker--cell-day.-other-month-,
.-disabled-.-focus-.datepicker--cell-year.-other-decade- {
  color: #dedede; }

.-selected-.datepicker--cell-day.-other-month-,
.-selected-.datepicker--cell-year.-other-decade- {
  color: #fff;
  background: #a2ddf6; }

.-selected-.-focus-.datepicker--cell-day.-other-month-,
.-selected-.-focus-.datepicker--cell-year.-other-decade- {
  background: #8ad5f4; }

.-in-range-.datepicker--cell-day.-other-month-,
.-in-range-.datepicker--cell-year.-other-decade- {
  background-color: rgba(92, 196, 239, .1);
  color: #cccccc; }

.-in-range-.-focus-.datepicker--cell-day.-other-month-,
.-in-range-.-focus-.datepicker--cell-year.-other-decade- {
  background-color: rgba(92, 196, 239, .2); }

.datepicker--cell-day.-other-month-:empty,
.datepicker--cell-year.-other-decade-:empty {
  background: none;
  border: none; }

/* -------------------------------------------------
    Navigation
   ------------------------------------------------- */
.datepicker--nav {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
  min-height: 34px;
  padding: 15px 0 6px 0; }

.-only-timepicker- .datepicker--nav {
  display: none; }

.datepicker--nav-title,
.datepicker--nav-action {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  cursor: pointer;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center; }

.datepicker--nav-action {
  width: 32px;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.datepicker--nav-action:hover {
  background: #f0f0f0; }

.datepicker--nav-action.-disabled- {
  visibility: hidden; }

.datepicker--nav-action svg {
  width: 32px;
  height: 32px; }

.datepicker--nav-action path {
  fill: none;
  stroke: #9c9c9c;
  stroke-width: 2px; }

.datepicker--nav-title {
  border-radius: 4px;
  padding: 0 8px;
  text-transform: uppercase; }

.datepicker--nav-title i {
  font-style: normal;
  margin-left: 5px; }

.datepicker--nav-title:hover {
  background: #f0f0f0; }

.datepicker--nav-title.-disabled- {
  cursor: default;
  background: none; }

.datepicker--buttons {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  padding: 4px;
  border-top: 1px solid #efefef; }

.datepicker--button {
  color: #4eb5e6;
  cursor: pointer;
  border-radius: 4px;
  -ms-flex: 1;
  -webkit-box-flex: 1;
          flex: 1;
  display: -ms-inline-flexbox;
  display: -webkit-inline-box;
  display: inline-flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  height: 32px; }

.datepicker--button:hover {
  color: #4a4a4a;
  background: #f0f0f0; }

.datepicker--cell-day.-other-month-,
.datepicker--cell-year.-other-decade- {
  color: #dedede; }

.datepicker--cell-day.-other-month-:hover,
.datepicker--cell-year.-other-decade-:hover {
  color: #c5c5c5; }

.-disabled-.-focus-.datepicker--cell-day.-other-month-,
.-disabled-.-focus-.datepicker--cell-year.-other-decade- {
  color: #dedede; }

.-selected-.datepicker--cell-day.-other-month-,
.-selected-.datepicker--cell-year.-other-decade- {
  color: #fff;
  background: #a2ddf6; }

.-selected-.-focus-.datepicker--cell-day.-other-month-,
.-selected-.-focus-.datepicker--cell-year.-other-decade- {
  background: #8ad5f4; }

.-in-range-.datepicker--cell-day.-other-month-,
.-in-range-.datepicker--cell-year.-other-decade- {
  background-color: rgba(92, 196, 239, .1);
  color: #cccccc; }

.-in-range-.-focus-.datepicker--cell-day.-other-month-,
.-in-range-.-focus-.datepicker--cell-year.-other-decade- {
  background-color: rgba(92, 196, 239, .2); }

.datepicker--cell-day.-other-month-:empty,
.datepicker--cell-year.-other-decade-:empty {
  background: none;
  border: none; }

/* -------------------------------------------------
    Timepicker
   ------------------------------------------------- */
.datepicker--time {
  border-top: 1px solid #efefef;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  padding: 4px;
  position: relative; }

.datepicker--time.-am-pm- .datepicker--time-sliders {
  -ms-flex: 0 1 138px;
  -webkit-box-flex: 0;
          flex: 0 1 138px;
  max-width: 138px; }

.-only-timepicker- .datepicker--time {
  border-top: none; }

.datepicker--time-sliders {
  -ms-flex: 0 1 153px;
  -webkit-box-flex: 0;
          flex: 0 1 153px;
  margin-right: 10px;
  max-width: 153px; }

.datepicker--time-label {
  display: none;
  font-size: 12px; }

.datepicker--time-current {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  -ms-flex: 1;
  -webkit-box-flex: 1;
          flex: 1;
  font-size: 14px;
  text-align: center;
  margin: 0 0 0 10px; }

.datepicker--time-current-colon {
  margin: 0 2px 3px;
  line-height: 1; }

.datepicker--time-current-hours,
.datepicker--time-current-minutes {
  line-height: 1;
  font-size: 19px;
  font-family: 'Century Gothic', CenturyGothic, AppleGothic, sans-serif;
  position: relative;
  z-index: 1; }

.datepicker--time-current-hours:after,
.datepicker--time-current-minutes:after {
  content: '';
  background: #f0f0f0;
  border-radius: 4px;
  position: absolute;
  left: -2px;
  top: -3px;
  right: -2px;
  bottom: -2px;
  z-index: -1;
  opacity: 0; }

.datepicker--time-current-hours.-focus-:after,
.datepicker--time-current-minutes.-focus-:after {
  opacity: 1; }

.datepicker--time-current-ampm {
  text-transform: uppercase;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  color: #9c9c9c;
  margin-left: 6px;
  font-size: 11px;
  margin-bottom: 1px; }

.datepicker--time-row {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  font-size: 11px;
  height: 17px;
  background: -webkit-gradient(linear, left top, right top, from(#dedede), to(#dedede)) left 50%/100% 1px no-repeat;
  background: linear-gradient(to right, #dedede, #dedede) left 50%/100% 1px no-repeat; }

.datepicker--time-row:first-child {
  margin-bottom: 4px; }

.datepicker--time-row input[type='range'] {
  background: none;
  cursor: pointer;
  -ms-flex: 1;
  -webkit-box-flex: 1;
          flex: 1;
  height: 100%;
  padding: 0;
  margin: 0;
  -webkit-appearance: none; }

.datepicker--time-row input[type='range']::-webkit-slider-thumb {
  -webkit-appearance: none; }

.datepicker--time-row input[type='range']::-ms-tooltip {
  display: none; }

.datepicker--time-row input[type='range']:hover::-webkit-slider-thumb {
  border-color: #b8b8b8; }

.datepicker--time-row input[type='range']:hover::-moz-range-thumb {
  border-color: #b8b8b8; }

.datepicker--time-row input[type='range']:hover::-ms-thumb {
  border-color: #b8b8b8; }

.datepicker--time-row input[type='range']:focus {
  outline: none; }

.datepicker--time-row input[type='range']:focus::-webkit-slider-thumb {
  background: #5cc4ef;
  border-color: #5cc4ef; }

.datepicker--time-row input[type='range']:focus::-moz-range-thumb {
  background: #5cc4ef;
  border-color: #5cc4ef; }

.datepicker--time-row input[type='range']:focus::-ms-thumb {
  background: #5cc4ef;
  border-color: #5cc4ef; }

.datepicker--time-row input[type='range']::-webkit-slider-thumb {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 12px;
  width: 12px;
  border-radius: 3px;
  border: 1px solid #dedede;
  background: #fff;
  cursor: pointer;
  -webkit-transition: background 0.2s;
  transition: background 0.2s; }

.datepicker--time-row input[type='range']::-moz-range-thumb {
  box-sizing: border-box;
  height: 12px;
  width: 12px;
  border-radius: 3px;
  border: 1px solid #dedede;
  background: #fff;
  cursor: pointer;
  -webkit-transition: background 0.2s;
  transition: background 0.2s; }

.datepicker--time-row input[type='range']::-ms-thumb {
  box-sizing: border-box;
  height: 12px;
  width: 12px;
  border-radius: 3px;
  border: 1px solid #dedede;
  background: #fff;
  cursor: pointer;
  -webkit-transition: background 0.2s;
  transition: background 0.2s; }

.datepicker--time-row input[type='range']::-webkit-slider-thumb {
  margin-top: -6px; }

.datepicker--time-row input[type='range']::-webkit-slider-runnable-track {
  border: none;
  height: 1px;
  cursor: pointer;
  color: transparent;
  background: transparent; }

.datepicker--time-row input[type='range']::-moz-range-track {
  border: none;
  height: 1px;
  cursor: pointer;
  color: transparent;
  background: transparent; }

.datepicker--time-row input[type='range']::-ms-track {
  border: none;
  height: 1px;
  cursor: pointer;
  color: transparent;
  background: transparent; }

.datepicker--time-row input[type='range']::-ms-fill-lower {
  background: transparent; }

.datepicker--time-row input[type='range']::-ms-fill-upper {
  background: transparent; }

.datepicker--time-row span {
  padding: 0 12px; }

.datepicker--time-icon {
  color: #9c9c9c;
  border: 1px solid;
  border-radius: 50%;
  font-size: 16px;
  position: relative;
  margin: 0 5px -1px 0;
  width: 1em;
  height: 1em; }

.datepicker--time-icon:after,
.datepicker--time-icon:before {
  content: '';
  background: currentColor;
  position: absolute; }

.datepicker--time-icon:after {
  height: 0.4em;
  width: 1px;
  left: calc(50% - 1px);
  top: calc(50% + 1px);
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%); }

.datepicker--time-icon:before {
  width: 0.4em;
  height: 1px;
  top: calc(50% + 1px);
  left: calc(50% - 1px); }

.datepicker--cell-day.-other-month-,
.datepicker--cell-year.-other-decade- {
  color: #dedede; }

.datepicker--cell-day.-other-month-:hover,
.datepicker--cell-year.-other-decade-:hover {
  color: #c5c5c5; }

.-disabled-.-focus-.datepicker--cell-day.-other-month-,
.-disabled-.-focus-.datepicker--cell-year.-other-decade- {
  color: #dedede; }

.-selected-.datepicker--cell-day.-other-month-,
.-selected-.datepicker--cell-year.-other-decade- {
  color: #fff;
  background: #a2ddf6; }

.-selected-.-focus-.datepicker--cell-day.-other-month-,
.-selected-.-focus-.datepicker--cell-year.-other-decade- {
  background: #8ad5f4; }

.-in-range-.datepicker--cell-day.-other-month-,
.-in-range-.datepicker--cell-year.-other-decade- {
  background-color: rgba(92, 196, 239, .1);
  color: #cccccc; }

.-in-range-.-focus-.datepicker--cell-day.-other-month-,
.-in-range-.-focus-.datepicker--cell-year.-other-decade- {
  background-color: rgba(92, 196, 239, .2); }

.datepicker--cell-day.-other-month-:empty,
.datepicker--cell-year.-other-decade-:empty {
  background: none;
  border: none; }

.container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding: 0 15px; }
  @media (min-width: 768px) {
    .container {
      max-width: 720px; } }
  @media (min-width: 1024px) {
    .container {
      max-width: 960px; } }
  @media (min-width: 1400px) {
    .container {
      max-width: 1170px; } }

.container--lg {
  max-width: 1230px; }

.container-fluid {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding: 0 15px; }

.container--pt {
  padding-top: 40px; }
  @media (min-width: 768px) {
    .container--pt {
      padding-top: 55px; } }

.container--pt-light {
  padding-top: 30px; }
  @media (min-width: 768px) {
    .container--pt-light {
      padding-top: 60px; } }
  @media (min-width: 1024px) {
    .container--pt-light {
      padding-top: 0; } }
  @media (min-width: 1400px) {
    .container--pt-light {
      padding-top: 20px; } }

@media (min-width: 1400px) {
  .container__padded {
    padding-left: 85px;
    padding-right: 85px; } }

.fade {
  -webkit-transition: opacity .15s;
  transition: opacity .15s; }
  .fade:not(.show) {
    opacity: 0; }

.collapse:not(.show) {
  display: none; }

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height .15s;
  transition: height .15s; }

.tab-content > .tab-pane {
  display: none; }

.tab-content > .active {
  display: block; }

.table-flex-wrap {
  margin-bottom: 70px;
  overflow: auto; }

.table-flex {
  min-width: 1000px; }
  .table-flex__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: stretch;
        -ms-flex-pack: stretch;
            justify-content: stretch; }
    .table-flex__row.align-center {
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
    .table-flex__row.is-open {
      background-color: #fff; }
    .table-flex__row--link {
      border-radius: 5px;
      color: #242424;
      text-decoration: none; }
      .table-flex__row--link:hover {
        background-color: #fff; }
        .table-flex__row--link:hover .table-flex__no-wrap:after {
          background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, .01)), color-stop(1%, rgba(255, 255, 255, .2)), to(white));
          background: linear-gradient(to right, rgba(255, 255, 255, .01) 0%, rgba(255, 255, 255, .2) 1%, white 100%); }
  .table-flex__th, .table-flex__td {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    padding: 10px 10px 10px 20px;
    font-size: 15px;
    line-height: 1.2; }
    .table-flex__th:last-of-type, .table-flex__td:last-of-type {
      padding: 10px 20px 10px 10px; }
    .table-flex__th--type1, .table-flex__td--type1 {
      width: 11%; }
    .table-flex__th--type2, .table-flex__td--type2 {
      width: 12%; }
    .table-flex__th--type3, .table-flex__td--type3 {
      width: 15%; }
    .table-flex__th--type4, .table-flex__td--type4 {
      width: 14%; }
    .table-flex__th--type5, .table-flex__td--type5 {
      width: 16%; }
    .table-flex__th--type6, .table-flex__td--type6 {
      width: 12%; }
    .table-flex__th--type7, .table-flex__td--type7 {
      width: 19%; }
  .table-flex__td {
    position: relative;
    padding: 14px 5px 14px 25px;
    font-size: 14px;
    font-weight: 300; }
    .table-flex__td:last-of-type {
      padding: 14px 25px 14px 5px; }

.table-flex__link-btn {
  display: block;
  background-color: #e6e6e6;
  padding: 15px 0;
  border-radius: 5px;
  text-align: center;
  color: #242424;
  text-decoration: none;
  font-weight: 300;
  font-size: 16px;
  -webkit-transition: all .15s;
  transition: all .15s; }
  .table-flex__link-btn:hover {
    background-color: #cdcdcd; }

.table-flex__collapse-btn {
  position: absolute;
  z-index: 1;
  top: 12px;
  right: 20px;
  display: inline-block;
  -webkit-transition: -webkit-transform .15s;
  transition: -webkit-transform .15s;
  transition: transform .15s;
  transition: transform .15s, -webkit-transform .15s; }
  .table-flex__collapse-btn > svg {
    stroke: #242424; }
  .table-flex__collapse-btn[aria-expanded="true"] {
    -webkit-transform: rotate(-180deg);
            transform: rotate(-180deg); }

.table-flex__pic {
  display: block;
  max-width: 100px; }

.table-flex__no-wrap {
  position: relative;
  display: block;
  max-width: 100%;
  white-space: nowrap;
  overflow: hidden; }
  .table-flex__no-wrap:after {
    content: '';
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    width: 50%;
    height: 100%;
    background: -webkit-gradient(linear, left top, right top, from(rgba(245, 245, 245, .01)), color-stop(1%, rgba(245, 245, 245, .25)), to(whitesmoke));
    background: linear-gradient(to right, rgba(245, 245, 245, .01) 0%, rgba(245, 245, 245, .25) 1%, whitesmoke 100%); }
  .is-open .table-flex__no-wrap:after,
  .collapse .table-flex__no-wrap:after {
    background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, .01)), color-stop(1%, rgba(255, 255, 255, .2)), to(white));
    background: linear-gradient(to right, rgba(255, 255, 255, .01) 0%, rgba(255, 255, 255, .2) 1%, white 100%); }

.breadcrumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin-bottom: 30px; }

.breadcrumb-item {
  font-size: 12px;
  font-weight: 300; }
  .breadcrumb-item + .breadcrumb-item {
    padding-left: 8px; }
    .breadcrumb-item + .breadcrumb-item::before {
      display: inline-block;
      content: '\2014';
      margin-right: 4px; }
  .breadcrumb-item + .breadcrumb-item:hover::before {
    text-decoration: underline; }
  .breadcrumb-item + .breadcrumb-item:hover::before {
    text-decoration: none; }
  .breadcrumb-item__text {
    color: #fff;
    text-decoration: none; }
    .breadcrumb-item__text.is-active {
      opacity: .5; }

.btn {
  display: inline-block;
  min-width: 115px;
  padding: 6px 8px;
  border: 1px solid transparent;
  border-radius: 6px;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  font-size: 12px;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 1px;
  -webkit-transition: all .25s;
  transition: all .25s; }
  .btn:focus, .btn.focus {
    outline: 0; }
  .btn.disabled, .btn:disabled {
    opacity: .5; }
  .btn:not(:disabled):not(.disabled) {
    cursor: pointer; }
  .btn:not(:disabled):not(.disabled):active, .btn:not(:disabled):not(.disabled).active {
    background-image: none; }
  .btn--white {
    border: 1px solid #fff;
    color: #fff; }
    .btn--white:hover, .btn--white.is-active {
      background-color: #fff;
      color: #0098db; }
  .btn--blue {
    background-color: #0098db;
    color: #fff !important; }
    .btn--blue:hover {
      background-color: #00a2e8; }
    .btn--blue:active, .btn--blue:focus {
      background-color: #0091cf; }
  .btn--lg {
    width: 100%;
    padding: 15px 8px; }
  .btn--sm {
    width: 270px;
    padding: 20px 8px;
    font-size: 14px; }

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

.btn-link {
  background-color: transparent; }
  .btn-link:focus, .btn-link.focus {
    border-color: transparent;
    -webkit-box-shadow: none;
            box-shadow: none; }
  .btn-link:disabled, .btn-link.disabled {
    pointer-events: none; }

.btn-block {
  display: block;
  width: 100%; }
  .btn-block + .btn-block {
    margin-top: 5px; }

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%; }

@media (min-width: 768px) {
  .btn--lg {
    width: 370px;
    padding: 20px 8px;
    font-size: 14px; }
  .btn--sm {
    width: 270px;
    padding: 20px 8px;
    font-size: 14px; } }

@media (min-width: 1024px) {
  .btn {
    min-width: 140px;
    padding: 8px 10px;
    font-size: 14px; }
    .btn--lg {
      padding: 20px 8px; }
    .btn--sm {
      width: 270px;
      padding: 20px 8px;
      font-size: 14px; } }

.btn-group,
.btn-group-vertical {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  border-radius: 6px;
  border: 1px solid transparent;
  vertical-align: middle;
  overflow: hidden; }
  .btn-group--white,
  .btn-group-vertical--white {
    border-color: #fff; }
  .btn-group > .btn,
  .btn-group-vertical > .btn {
    position: relative;
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    border-width: 0;
    border-radius: 0; }
    .btn-group > .btn:hover,
    .btn-group-vertical > .btn:hover {
      z-index: 1; }
    .btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
    .btn-group-vertical > .btn:focus,
    .btn-group-vertical > .btn:active,
    .btn-group-vertical > .btn.active {
      z-index: 1; }
  .btn-group .btn + .btn,
  .btn-group .btn + .btn-group,
  .btn-group .btn-group + .btn,
  .btn-group .btn-group + .btn-group,
  .btn-group-vertical .btn + .btn,
  .btn-group-vertical .btn + .btn-group,
  .btn-group-vertical .btn-group + .btn,
  .btn-group-vertical .btn-group + .btn-group {
    margin-left: 0; }
  .btn-group .btn + .btn,
  .btn-group-vertical .btn + .btn {
    border-left-width: 1px; }

.btn-toolbar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start; }
  .btn-toolbar .input-group {
    width: auto; }

.btn-group > .btn:first-child {
  margin-left: 0; }

.btn-group-vertical {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .btn-group-vertical .btn,
  .btn-group-vertical .btn-group {
    width: 100%; }
  .btn-group-vertical > .btn + .btn,
  .btn-group-vertical > .btn + .btn-group,
  .btn-group-vertical > .btn-group + .btn,
  .btn-group-vertical > .btn-group + .btn-group {
    margin-top: 0;
    margin-left: 0; }

.btn-group-toggle > .btn,
.btn-group-toggle > .btn-group > .btn {
  margin-bottom: 0; }
  .btn-group-toggle > .btn input[type="radio"],
  .btn-group-toggle > .btn input[type="checkbox"],
  .btn-group-toggle > .btn-group > .btn input[type="radio"],
  .btn-group-toggle > .btn-group > .btn input[type="checkbox"] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none; }

.btn-group-select {
  width: 100%;
  margin-bottom: 30px;
  text-transform: uppercase; }

@media (min-width: 768px) {
  .btn-group--lg .btn {
    padding: 8px 30px; } }

@media (min-width: 1024px) {
  .btn-group--lg .btn {
    padding: 9px 40px;
    letter-spacing: 1.6px; } }

.form__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.form__element--grow {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1; }

.form__input {
  width: 100%;
  border: none;
  border-radius: 0;
  background: none;
  border-bottom: 1px solid rgba(255, 255, 255, .5);
  font-family: "Museo";
  font-size: 16px;
  color: #fff;
  font-weight: 300;
  outline: none; }
  .form__input::-webkit-input-placeholder {
    color: rgba(255, 255, 255, .5); }
  .form__input:-ms-input-placeholder {
    color: rgba(255, 255, 255, .5); }
  .form__input::-ms-input-placeholder {
    color: rgba(255, 255, 255, .5); }
  .form__input::placeholder {
    color: rgba(255, 255, 255, .5); }
  .form__input:focus {
    border-color: #fff; }
  .form__input--minw250 {
    min-width: 250px; }

.form-filter .intro-page-row {
  margin-bottom: 20px; }
  .form-filter .intro-page-row:last-child {
    margin-bottom: 0; }

.form-filter .intro-page-col {
  width: auto; }

.form-filter .select-year {
  width: 110px; }

.form-filter .select-month {
  width: 160px; }

@media (min-width: 768px) {
  .form-filter-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .form-filter .intro-page-row {
    margin-bottom: 0; }
  .form-filter .select-label {
    width: 170px; } }

.form-control {
  display: block;
  width: 100%;
  padding: 5px 5px 5px 0;
  font-size: 15px;
  font-weight: 300;
  line-height: 1;
  color: #242424;
  background-color: transparent;
  background-clip: padding-box;
  border: none;
  border-radius: 0;
  border-bottom: 1px solid #fff;
  color: #fff; }
  .form-control::-ms-expand {
    background-color: transparent;
    border: 0; }
  .form-control::-webkit-input-placeholder {
    opacity: 1; }
  .form-control:-ms-input-placeholder {
    opacity: 1; }
  .form-control::-ms-input-placeholder {
    opacity: 1; }
  .form-control::placeholder {
    opacity: 1; }
  .form-control:disabled, .form-control[readonly] {
    opacity: 1; }

.form-group {
  position: relative;
  margin-bottom: 10px; }
  .form-group svg {
    position: absolute;
    z-index: 1;
    top: 5px;
    right: 0; }

.form-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px; }
  .form-row > .col,
  .form-row > [class*="col-"] {
    padding-right: 5px;
    padding-left: 5px; }

.select-label {
  display: block;
  width: 100%; }

.way-tabs {
  list-style-type: none;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  padding-left: 0; }
  @media (min-width: 768px) {
    .way-tabs {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row; } }
  .way-tabs li {
    color: #70c5eb;
    font-size: 16px;
    margin-right: 35px;
    padding-bottom: 10px;
    cursor: pointer;
    border-bottom: 2px solid transparent; }
    .way-tabs li a {
      color: #70c5eb;
      text-decoration: none; }
    .way-tabs li:hover {
      color: #fff; }
    .way-tabs li.active {
      color: #fff;
      border-bottom-color: #fff; }
      .way-tabs li.active svg {
        fill: #fff; }
      .way-tabs li.active a {
        color: #fff; }
    .way-tabs li:first-of-type svg {
      width: 18px;
      height: 13px; }
    .way-tabs li svg {
      width: 21px;
      height: 15px;
      fill: #70c5eb; }
    .way-tabs li:last-of-type svg {
      width: 17px;
      height: 16px; }
  .way-tabs--insulate {
    padding-left: 0; }
    .way-tabs--insulate li:first-child {
      margin-left: 0; }
    @media (max-width: 767.98px) {
      .way-tabs--insulate {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        -webkit-box-align: end;
            -ms-flex-align: end;
                align-items: flex-end; } }

.parking-block {
  position: absolute;
  right: 20%;
  top: -45px;
  text-align: center;
  color: #fff;
  text-decoration: none;
  display: none; }
  .parking-block--active {
    display: block; }
  .parking-block svg {
    width: 32px;
    height: 32px; }

.way .cls-1 {
  opacity: 1; }

.way__inner {
  background: #f5f5f5;
  padding-top: 90px; }

.way__element {
  padding-bottom: 80px; }

.way__header {
  position: relative;
  font-size: 24px;
  font-weight: 500;
  color: #000;
  margin-bottom: 40px;
  margin-left: 0; }
  @media (min-width: 768px) {
    .way__header {
      margin-left: 0;
      font-size: 42px; } }
  @media (min-width: 1024px) {
    .way__header {
      margin-left: 90px;
      font-size: 48px; } }
  .way__header--abs {
    position: relative;
    right: 0;
    top: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 16px;
    color: #0097de;
    text-decoration: none; }
    .way__header--abs .cls-1 {
      opacity: 1 !important; }
    .way__header--abs svg {
      width: 34px;
      height: 33px;
      fill: #0097de; }
    @media (min-width: 768px) {
      .way__header--abs {
        position: absolute; } }
    .way__header--abs span {
      margin-left: 20px; }

.way__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .way__container--train .way__container-element-money {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end; }

.way__container-element {
  background: #fff;
  padding: 30px;
  width: 100%;
  margin-top: 20px;
  min-height: 150px;
  margin-right: 0; }
  @media (min-width: 1400px) {
    .way__container-element:nth-child(3n) {
      margin-right: 0; } }
  @media (min-width: 768px) {
    .way__container-element:nth-child(2n) {
      margin-right: 0; } }
  @media (min-width: 1400px) {
    .way__container-element:nth-child(2n) {
      margin-right: 2%; } }
  @media (min-width: 768px) {
    .way__container-element {
      width: 49%;
      margin-right: 2%; } }
  @media (min-width: 1024px) {
    .way__container-element {
      width: 49%; } }
  @media (min-width: 1400px) {
    .way__container-element {
      width: 32%; } }
  .way__container-element--exc {
    color: #000;
    background: transparent;
    position: relative; }
    .way__container-element--exc div {
      position: absolute;
      bottom: 0;
      left: 0;
      max-width: 240px;
      font-size: 16px;
      margin-left: 15px; }
      .way__container-element--exc div a {
        color: #0097de; }
        .way__container-element--exc div a:hover {
          text-decoration: none; }

.way__container-element-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%; }
  .way__container-element-header svg {
    width: 82px;
    height: 34px;
    fill: #ccc; }
  .way__container-element-header span {
    color: #000;
    font-size: 30px;
    font-weight: 700; }
    @media (min-width: 768px) {
      .way__container-element-header span {
        font-size: 42px; } }
    @media (min-width: 1024px) {
      .way__container-element-header span {
        font-size: 48px; } }

.way__container-element-header-text {
  font-size: 20px;
  font-weight: 700;
  height: 70px;
  color: #000; }
  .way__container-element-header-text div {
    font-size: 14px;
    font-weight: 300; }

.way__container-element-header-time {
  color: #0097de;
  font-size: 14px;
  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; }
  .way__container-element-header-time span {
    margin-left: 10px; }
  .way__container-element-header-time svg {
    width: 15px;
    height: 15px;
    fill: #0098db; }

.way__line {
  position: relative;
  width: 100%;
  height: 2px;
  background: #0097de;
  margin-top: 5px;
  padding-right: 5px; }
  .way__line::before {
    content: '';
    width: 15px;
    height: 15px;
    border: 2px solid #0097de;
    border-radius: 100%;
    position: absolute;
    top: -6.5px;
    background: #fff; }
  .way__line::after {
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    border-top: 2px solid #0097de;
    border-right: 2px solid #0097de;
    right: 0px;
    top: -5px;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg); }

.way__container-element-city {
  color: #000;
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-weight: 300;
  margin-top: 15px;
  height: 65px; }

.way__container-element-time {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 10px;
  min-height: 70px; }
  .way__container-element-time div {
    width: 45%;
    color: #000;
    font-size: 14px;
    font-weight: 300;
    margin-top: 10px; }
    .way__container-element-time div span {
      font-weight: 500;
      font-size: 16px;
      display: block;
      width: 100%; }

.way__container-element-money {
  position: relative;
  font-size: 14px;
  color: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 45px; }
  @media (min-width: 1024px) {
    .way__container-element-money {
      margin-top: 75px; } }
  .way__container-element-money .way__container-element-money-exc {
    width: 50%;
    text-align: right; }
  .way__container-element-money a {
    position: absolute;
    left: 0;
    bottom: 0;
    color: #0097de;
    font-size: 14px; }
    .way__container-element-money a:hover {
      text-decoration: none; }
  .way__container-element-money div span {
    height: 20px;
    display: block; }
  .way__container-element-money div span.way__container-element-money-span {
    font-size: 30px;
    color: #0097de;
    font-weight: 500;
    height: auto; }
    @media (min-width: 1024px) {
      .way__container-element-money div span.way__container-element-money-span {
        font-size: 34px; } }
    .way__container-element-money div span.way__container-element-money-span span {
      font-size: 18px;
      font-weight: 700;
      display: inline-block; }

.way__btn {
  font-size: 14px;
  color: #0097de;
  max-width: 770px;
  border: 2px solid #0097de;
  border-radius: 5px;
  font-weight: 700;
  text-transform: uppercase;
  height: 60px;
  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: 50px auto 0;
  text-decoration: none; }
  .way__btn:hover {
    background: #0097de;
    color: #fff; }
  @media (min-width: 768px) {
    .way__btn {
      margin: 80px auto 0; } }

.way-click {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 11;
  margin-top: 36px; }

.way-map {
  position: relative;
  width: 100%;
  height: 500px; }
  .way-map .ymaps-2-1-65-controls__control_toolbar {
    width: 100%;
    height: 500px;
    background: transparent;
    padding: 0;
    margin: -10px 0 0 !important; }
  .way-map .ymaps-2-1-65-control-popup {
    margin: 20px auto auto;
    -webkit-transition: 1.5s;
    transition: 1.5s; }
  .way-map.active .ymaps-2-1-65-controls__control_toolbar {
    background: rgba(0, 0, 0, .8); }
  .way-map.active .ymaps-2-1-65-control-popup {
    margin: 200px auto auto; }
  .way-map .ymaps-2-1-65-route-panel__input {
    display: none; }
  .way-map.way-map-next .ymaps-2-1-65-route-panel__input {
    display: block; }
  .way-map.way-map-next .ymaps-2-1-65-route-panel__input_from {
    display: none; }
  .way-map.way-map-next .ymaps-2-1-65-route-panel-input__location {
    display: none; }
  .way-map .ymaps-2-1-65-route-panel-input {
    border: none;
    background: none;
    -webkit-box-shadow: none;
            box-shadow: none; }
    .way-map .ymaps-2-1-65-route-panel-input:hover, .way-map .ymaps-2-1-65-route-panel-input:visited {
      border: none;
      background: none;
      -webkit-box-shadow: none;
              box-shadow: none; }
    .way-map .ymaps-2-1-65-route-panel-input.ymaps-2-1-65-route-panel-input_focused {
      -webkit-box-shadow: none;
              box-shadow: none; }
  .way-map .ymaps-2-1-65-route-panel__input_from {
    display: block; }
  .way-map .ymaps-2-1-65-route-panel.ymaps-2-1-65-route-panel_built .ymaps-2-1-65-route-panel__clear-row, .way-map .ymaps-2-1-65-route-panel__errors {
    display: none; }
  .way-map .ymaps-2-1-65-control-popup__content {
    background: transparent; }
  .way-map .ymaps-2-1-65-control-popup {
    -webkit-box-shadow: none;
            box-shadow: none;
    width: 100% !important;
    max-width: 100% !important; }
    @media (min-width: 768px) {
      .way-map .ymaps-2-1-65-control-popup {
        width: 570px !important;
        max-width: 570px !important; } }
  .way-map .ymaps-2-1-65-route-panel-input__icon {
    display: none; }
  .way-map .ymaps-2-1-65-route-panel-input__location {
    display: block;
    background-repeat: no-repeat;
    width: 60px;
    height: 60px;
    background-color: #fff;
    opacity: 1;
    background-image: url(../images/style/way-search.png);
    background-position: center center;
    position: relative;
    margin: 20px auto 0; }
    @media (min-width: 768px) {
      .way-map .ymaps-2-1-65-route-panel-input__location {
        position: absolute;
        margin: 0; } }
  .way-map .ymaps-2-1-65-controls__toolbar_left {
    width: 100%; }
  .way-map .ymaps-2-1-65-controls__control_toolbar {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    width: 100%;
    margin-left: 0;
    background: none;
    -webkit-transition: 1.5s;
    transition: 1.5s;
    z-index: 0 !important; }
  .way-map input.ymaps-2-1-65-route-panel-input__input {
    width: 100%;
    height: 60px;
    background: #fff;
    border-radius: 5px;
    font-size: 16px; }
    @media (min-width: 768px) {
      .way-map input.ymaps-2-1-65-route-panel-input__input {
        width: 460px; } }
  .way-map .ymaps-2-1-65-route-panel-input__clear {
    right: 85px; }
  .way-map .ymaps-2-1-65-route-panel-input__location-spinner {
    top: 37%;
    left: 37%; }
  .way-map .ymaps-2-1-65-route-panel-input__location.ymaps-2-1-65-route-panel-input__location_loading {
    background: #fff; }
  .way-map .ymaps-2-1-65-route-panel-input__location-spinner__circle:before {
    -webkit-box-shadow: inset 0 0 0 2px #000;
            box-shadow: inset 0 0 0 2px #000; }

.hire {
  background: #f5f5f5; }
  .hire__block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
  .hire__block-element {
    width: 100%;
    padding: 35px;
    background: #fff;
    margin-top: 20px; }
    @media (min-width: 768px) {
      .hire__block-element {
        width: 49%; } }
    @media (min-width: 1024px) {
      .hire__block-element {
        width: 32%; } }
  .hire__block-element-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;
    height: 120px;
    margin-bottom: 60px; }
  .hire__header {
    padding-top: 80px;
    padding-bottom: 50px;
    font-size: 24px;
    font-weight: 500;
    color: #000; }
    @media (min-width: 768px) {
      .hire__header {
        font-size: 42px; } }
    @media (min-width: 1024px) {
      .hire__header {
        font-size: 48px; } }
  .hire__block-element-phone {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 25px;
    color: #000;
    font-size: 16px;
    height: 50px; }
    .hire__block-element-phone div {
      display: block; }
    .hire__block-element-phone svg {
      width: 12px;
      height: 12px;
      fill: #0098db;
      margin-right: 20px;
      margin-top: 5px; }
  .hire__block-element-site {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 25px; }
    .hire__block-element-site a {
      display: block;
      color: #0098db; }
      .hire__block-element-site a:hover {
        text-decoration: none; }
    .hire__block-element-site svg {
      width: 14px;
      height: 12px;
      fill: #0098db;
      margin-right: 20px;
      margin-top: 7px; }

.page-content-way.page-content-way {
  padding: 0; }

.vip-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .vip-text__element {
    width: 100%;
    margin-bottom: 30px; }
    @media (min-width: 768px) {
      .vip-text__element {
        margin-bottom: 70px; } }
    @media (min-width: 1024px) {
      .vip-text__element {
        width: 48%; } }
    @media (min-width: 1400px) {
      .vip-text__element {
        margin-bottom: 80px; } }
    .vip-text__element--header {
      width: 100%;
      max-width: 100%; }
      @media (min-width: 1024px) {
        .vip-text__element--header {
          width: 100%;
          max-width: 685px; } }
      @media (min-width: 1400px) {
        .vip-text__element--header {
          width: 48%;
          max-width: 100%; } }
    .vip-text__element--sсheme {
      display: none; }
      @media (min-width: 1400px) {
        .vip-text__element--sсheme {
          display: block; } }
    .vip-text__element--pdf {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; }
      @media (min-width: 768px) {
        .vip-text__element--pdf {
          -webkit-box-orient: horizontal;
          -webkit-box-direction: normal;
              -ms-flex-direction: row;
                  flex-direction: row; } }
      @media (min-width: 1024px) {
        .vip-text__element--pdf {
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
              -ms-flex-direction: column;
                  flex-direction: column; } }
    .vip-text__element .vip-text__more-info-link {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row; }
      @media (min-width: 768px) {
        .vip-text__element .vip-text__more-info-link {
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
              -ms-flex-direction: column;
                  flex-direction: column; } }
  .vip-text__info {
    background: #fff;
    padding: 55px; }
    .vip-text__info a {
      font-size: 18px;
      color: #0098db;
      font-weight: 300;
      text-decoration: none;
      border-bottom: 1px solid #0098db; }
      .vip-text__info a.vip-text__info-post {
        border-bottom: none; }
    .vip-text__info p {
      font-size: 24px;
      color: #000;
      font-weight: 500;
      margin: 65px 0 25px; }
  .vip-text__header {
    font-size: 18px;
    font-weight: 500;
    padding-top: 50px; }
    @media (min-width: 768px) {
      .vip-text__header {
        font-size: 30px;
        padding-top: 70px; } }
    @media (min-width: 1024px) {
      .vip-text__header {
        padding-top: 0; } }
    @media (min-width: 1400px) {
      .vip-text__header {
        padding-top: 30px; } }
  .vip-text__header-info {
    font-size: 15px;
    color: #000;
    font-weight: 300; }
    .vip-text__header-info:not(:last-child) {
      margin-bottom: 30px; }
    @media (min-width: 768px) {
      .vip-text__header-info {
        font-size: 18px; } }
  .vip-text__more-info-header {
    font-size: 20px;
    font-weight: 700;
    color: #000; }
  .vip-text__more-info-text {
    margin: 30px 0;
    font-size: 18px;
    color: #000;
    font-weight: 300;
    max-width: 360px; }
    @media (min-width: 1024px) {
      .vip-text__more-info-text {
        margin: 30px 0 70px; } }
  .vip-text__more-info-link {
    text-decoration: none;
    width: auto;
    margin-left: 0; }
    .vip-text__more-info-link svg {
      width: 40px;
      height: 50px;
      fill: #0098db;
      margin-bottom: 20px;
      margin-right: 15px; }
      @media (min-width: 768px) {
        .vip-text__more-info-link svg {
          margin-right: 0; } }
    .vip-text__more-info-link p {
      font-size: 16px;
      color: #000;
      font-weight: 300; }
      .vip-text__more-info-link p:last-child {
        font-style: italic; }
    @media (min-width: 768px) {
      .vip-text__more-info-link {
        width: 100px;
        margin-left: 70px; } }
    @media (min-width: 1024px) {
      .vip-text__more-info-link {
        width: auto;
        margin-left: 0; } }

.vip-terminal .section-back {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start; }

.vip-terminal__header {
  padding: 60px 0 30px;
  margin: 0;
  font-size: 24px;
  color: 000;
  font-weight: 500;
  /* ff3.6+ */
  /* safari4+,chrome */
  /* safari5.1+,chrome10+ */
  /* opera 11.10+ */
  /* ie10+ */
  background: -webkit-gradient(linear, left top, left bottom, from(#e9e9e9), to(whitesmoke));
  background: linear-gradient(180deg, #e9e9e9 0%, whitesmoke 100%);
  /* w3c */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e9e9e9', endColorstr='#f5f5f5',GradientType=0 );
  /* ie6-9 */ }
  @media (min-width: 768px) {
    .vip-terminal__header {
      margin: 80px 0 50px;
      font-size: 48px; } }
  .vip-terminal__header.center {
    text-align: center; }

.vip-terminal .swiper-slide img {
  width: 100%;
  height: 100%; }

.vip-terminal .swiper-container3 {
  max-width: 1170px;
  padding-bottom: 140px;
  background: #fff;
  position: relative; }
  .vip-terminal .swiper-container3 .swiper-button-prev, .vip-terminal .swiper-container3 .swiper-button-next {
    display: none; }
    @media (min-width: 768px) {
      .vip-terminal .swiper-container3 .swiper-button-prev, .vip-terminal .swiper-container3 .swiper-button-next {
        display: block; } }

.vip-terminal .swiper3 {
  position: relative; }
  .vip-terminal .swiper3__inner {
    overflow: hidden; }
  .vip-terminal .swiper3::after {
    content: '';
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 50%;
    background: #fff; }
  .vip-terminal .swiper3 .container {
    max-width: 100% !important;
    padding: 0 !important; }
    @media (min-width: 1024px) {
      .vip-terminal .swiper3 .container {
        max-width: 1170px !important;
        padding: 0 15px !important; } }

.vip-terminal .swiper-pagination-fraction, .vip-terminal .swiper-pagination-custom, .vip-terminal .swiper-container-horizontal > .swiper-pagination-bullets {
  width: auto;
  left: 50%;
  margin-left: 0;
  bottom: 55px;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0); }
  @media (min-width: 768px) {
    .vip-terminal .swiper-pagination-fraction, .vip-terminal .swiper-pagination-custom, .vip-terminal .swiper-container-horizontal > .swiper-pagination-bullets {
      -webkit-transform: translate(0, 0);
              transform: translate(0, 0);
      margin-left: 40px;
      left: auto; } }

.vip-terminal .swiper-button-prev, .vip-terminal .swiper-button-next {
  width: 35px;
  bottom: 60px;
  top: auto; }
  @media (min-width: 768px) {
    .vip-terminal .swiper-button-prev, .vip-terminal .swiper-button-next {
      display: block; } }

.vip-terminal .swiper-button-prev svg .cls-1, .vip-terminal .swiper-button-next svg .cls-1 {
  stroke: #0098db; }

.vip-terminal .swiper-button-prev {
  right: 165px;
  left: auto;
  background: none; }

.vip-terminal .swiper-button-next {
  background: none;
  right: 90px; }
  .vip-terminal .swiper-button-next svg {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg); }

.vip-terminal .vip-map {
  position: relative;
  width: 100%;
  height: 800px;
  margin-top: 70px; }
  @media (min-width: 1024px) {
    .vip-terminal .vip-map {
      margin-top: 150px; } }
  .vip-terminal .vip-map .ymaps-2-1-65-controls__control_toolbar {
    width: 100%;
    height: 500px;
    background: transparent;
    padding: 0;
    margin: -10px 0 0 !important;
    z-index: 0 !important;
    height: 0; }
  .vip-terminal .vip-map .ymaps-2-1-65-control-popup {
    margin: 20px auto auto;
    -webkit-transition: 1.5s;
    transition: 1.5s; }
  .vip-terminal .vip-map.active .ymaps-2-1-65-controls__control_toolbar {
    background: rgba(0, 0, 0, .8); }
  .vip-terminal .vip-map.active .ymaps-2-1-65-control-popup {
    margin: 200px auto auto; }
  .vip-terminal .vip-map .ymaps-2-1-65-route-panel__input {
    display: none; }
  .vip-terminal .vip-map.way-map-next .ymaps-2-1-65-route-panel__input {
    display: block; }
  .vip-terminal .vip-map.way-map-next .ymaps-2-1-65-route-panel__input_from {
    display: none; }
  .vip-terminal .vip-map .ymaps-2-1-65-route-panel-input {
    border: none;
    background: none;
    -webkit-box-shadow: none;
            box-shadow: none; }
    .vip-terminal .vip-map .ymaps-2-1-65-route-panel-input:hover, .vip-terminal .vip-map .ymaps-2-1-65-route-panel-input:visited {
      border: none;
      background: none;
      -webkit-box-shadow: none;
              box-shadow: none; }
    .vip-terminal .vip-map .ymaps-2-1-65-route-panel-input.ymaps-2-1-65-route-panel-input_focused {
      -webkit-box-shadow: none;
              box-shadow: none; }
  .vip-terminal .vip-map .ymaps-2-1-65-route-panel__input_from {
    display: block; }
  .vip-terminal .vip-map .ymaps-2-1-65-route-panel.ymaps-2-1-65-route-panel_built .ymaps-2-1-65-route-panel__clear-row, .vip-terminal .vip-map .ymaps-2-1-65-route-panel__errors {
    display: none; }
  .vip-terminal .vip-map .ymaps-2-1-65-control-popup__content {
    background: transparent; }
  .vip-terminal .vip-map .ymaps-2-1-65-control-popup {
    -webkit-box-shadow: none;
            box-shadow: none;
    width: 100% !important;
    max-width: 100% !important; }
    @media (min-width: 768px) {
      .vip-terminal .vip-map .ymaps-2-1-65-control-popup {
        width: 570px !important;
        max-width: 570px !important; } }
  .vip-terminal .vip-map .ymaps-2-1-65-route-panel-input__icon {
    display: none; }
  .vip-terminal .vip-map .ymaps-2-1-65-route-panel-input__location {
    display: block;
    background-repeat: no-repeat;
    width: 60px;
    height: 60px;
    background-color: #fff;
    opacity: 1;
    background-image: url(../images/style/way-search.png);
    background-position: center center;
    position: relative;
    margin: 20px auto 0; }
    @media (min-width: 768px) {
      .vip-terminal .vip-map .ymaps-2-1-65-route-panel-input__location {
        position: absolute;
        margin: 0; } }
  .vip-terminal .vip-map .ymaps-2-1-65-controls__toolbar_left {
    width: 100%; }
  .vip-terminal .vip-map .ymaps-2-1-65-controls__control_toolbar {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    width: 100%;
    margin-left: 0;
    background: none;
    -webkit-transition: 1.5s;
    transition: 1.5s; }
  .vip-terminal .vip-map input.ymaps-2-1-65-route-panel-input__input {
    width: 100%;
    height: 60px;
    background: #fff;
    border-radius: 5px;
    font-size: 16px; }
    @media (min-width: 768px) {
      .vip-terminal .vip-map input.ymaps-2-1-65-route-panel-input__input {
        width: 460px; } }
  .vip-terminal .vip-map .ymaps-2-1-65-route-panel-input__clear {
    right: 85px; }
  .vip-terminal .vip-map .ymaps-2-1-65-route-panel-input__location-spinner {
    top: 37%;
    left: 37%; }
  .vip-terminal .vip-map .ymaps-2-1-65-route-panel-input__location.ymaps-2-1-65-route-panel-input__location_loading {
    background: #fff; }
  .vip-terminal .vip-map .ymaps-2-1-65-route-panel-input__location-spinner__circle:before {
    -webkit-box-shadow: inset 0 0 0 2px #000;
            box-shadow: inset 0 0 0 2px #000; }
  .vip-terminal .vip-map .ymaps-2-1-65-controls__toolbar_right {
    display: none; }
  .vip-terminal .vip-map .ymaps-2-1-65-searchbox {
    display: none; }
  .vip-terminal .vip-map ymaps.ymaps-2-1-65-float-button.ymaps-2-1-65-_hidden-text {
    display: none; }

.vip-terminal .swiper-container2 {
  position: relative; }
  .vip-terminal .swiper-container2::after {
    content: '';
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 50%;
    background: #fff; }
  .vip-terminal .swiper-container2 .swiper-slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-bottom: 70px; }
    @media (min-width: 768px) {
      .vip-terminal .swiper-container2 .swiper-slide {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        padding-bottom: 170px; } }
    .vip-terminal .swiper-container2 .swiper-slide__element {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      .vip-terminal .swiper-container2 .swiper-slide__element:first-child {
        width: 100%; }
        @media (min-width: 768px) {
          .vip-terminal .swiper-container2 .swiper-slide__element:first-child {
            width: 45%; } }
      .vip-terminal .swiper-container2 .swiper-slide__element:last-child {
        width: 100%; }
        @media (min-width: 768px) {
          .vip-terminal .swiper-container2 .swiper-slide__element:last-child {
            width: 55%; } }
  .vip-terminal .swiper-container2 .swiper-button-prev {
    left: 20px;
    bottom: 50px; }
    @media (min-width: 768px) {
      .vip-terminal .swiper-container2 .swiper-button-prev {
        left: 80%;
        bottom: 75px; } }
    @media (min-width: 1400px) {
      .vip-terminal .swiper-container2 .swiper-button-prev {
        left: 50%; } }
  .vip-terminal .swiper-container2 .swiper-button-next {
    left: 105px;
    right: auto;
    bottom: 50px; }
    @media (min-width: 768px) {
      .vip-terminal .swiper-container2 .swiper-button-next {
        left: 90%;
        bottom: 75px; } }
    @media (min-width: 1400px) {
      .vip-terminal .swiper-container2 .swiper-button-next {
        left: 55%; } }
  .vip-terminal .swiper-container2 .swiper-pagination {
    display: none; }
    @media (min-width: 768px) {
      .vip-terminal .swiper-container2 .swiper-pagination {
        display: block; } }

.vip-terminal .swiper-slide-block {
  margin-top: 0;
  padding: 35px 30px;
  background: #fff; }
  @media (min-width: 768px) {
    .vip-terminal .swiper-slide-block {
      margin-top: 50px;
      padding: 80px 40px 20px 80px; } }
  .vip-terminal .swiper-slide-block__header {
    font-size: 18px;
    color: #000;
    font-weight: 500; }
    @media (min-width: 768px) {
      .vip-terminal .swiper-slide-block__header {
        font-size: 30px; } }
  .vip-terminal .swiper-slide-block__text {
    margin: 20px 0 10px;
    font-size: 18px;
    font-weight: 300; }
    @media (min-width: 768px) {
      .vip-terminal .swiper-slide-block__text {
        margin: 40px 0 20px; } }
  .vip-terminal .swiper-slide-block__link {
    display: inline-block;
    font-size: 18px;
    color: #0098db;
    font-weight: 300;
    text-decoration: none;
    border-bottom: 1px solid #0098db;
    cursor: pointer; }
  .vip-terminal .swiper-slide-block__mini {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 60px; }
    @media (min-width: 1024px) {
      .vip-terminal .swiper-slide-block__mini {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row; } }
    .vip-terminal .swiper-slide-block__mini .ya-share2__badge {
      border-radius: 100% !important;
      background: #f5f5f5 !important; }
  .vip-terminal .swiper-slide-block .ya-share2__item:hover .ya-share2__badge {
    background: none !important; }
  .vip-terminal .swiper-slide-block__mini-element {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 30px; }
    .vip-terminal .swiper-slide-block__mini-element:first-child svg {
      width: 12px;
      height: 15px; }
    .vip-terminal .swiper-slide-block__mini-element:last-child {
      margin-bottom: 0; }
      .vip-terminal .swiper-slide-block__mini-element:last-child svg {
        width: 14px;
        height: 12px; }
    .vip-terminal .swiper-slide-block__mini-element svg {
      width: 12px;
      height: 12px;
      fill: #0098db;
      margin-right: 15px;
      margin-top: 6.5px; }
    .vip-terminal .swiper-slide-block__mini-element span {
      font-size: 18px; }
    .vip-terminal .swiper-slide-block__mini-element a {
      color: #0098db;
      text-decoration: none; }
  .vip-terminal .swiper-slide-block__mini-element-block {
    width: 100%; }
    @media (min-width: 1024px) {
      .vip-terminal .swiper-slide-block__mini-element-block {
        width: 45%; } }
  .vip-terminal .swiper-slide-block .ya-share2__list {
    text-align: left !important;
    margin-top: 30px; }
    @media (min-width: 1024px) {
      .vip-terminal .swiper-slide-block .ya-share2__list {
        text-align: center;
        margin-top: 0; } }

@media (min-width: 1400px) {
  .vip-terminal .contacts__inner {
    padding-left: 115px; } }

.vip-terminal .contacts__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
  @media (min-width: 1024px) {
    .vip-terminal .contacts__block {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row; } }

.vip-terminal .contacts__element {
  margin-right: 80px; }
  .vip-terminal .contacts__element:first-child {
    margin-bottom: 30px; }
    @media (min-width: 1024px) {
      .vip-terminal .contacts__element:first-child {
        margin-bottom: 0; } }

.vip-terminal .contacts__header {
  padding: 70px 0 40px;
  font-size: 24px;
  font-weight: 500; }
  @media (min-width: 768px) {
    .vip-terminal .contacts__header {
      font-size: 42px;
      padding: 90px 0 50px; } }
  @media (min-width: 1024px) {
    .vip-terminal .contacts__header {
      font-size: 48px;
      padding: 140px 0 70px; } }

.vip-terminal .contacts__text {
  display: block;
  color: #000;
  text-decoration: none;
  font-size: 15px;
  font-weight: 300; }
  @media (min-width: 1024px) {
    .vip-terminal .contacts__text {
      font-size: 18px; } }

.vip-terminal .contacts a.contacts__text:hover, .vip-terminal .contacts a.contacts__phone:hover {
  text-decoration: underline; }

.vip-terminal .contacts__phone {
  display: block;
  color: #000;
  text-decoration: none;
  font-size: 18px;
  font-weight: 500; }
  @media (min-width: 768px) {
    .vip-terminal .contacts__phone {
      font-size: 30px; } }

.vip-terminal .services {
  margin-top: 70px; }
  @media (min-width: 1024px) {
    .vip-terminal .services {
      margin-top: 150px; } }
  .vip-terminal .services__header {
    font-size: 48px;
    padding-left: 0; }
    @media (min-width: 1024px) {
      .vip-terminal .services__header {
        padding-left: 100px; } }
  .vip-terminal .services .contacts-companies {
    padding: 55px 45px 35px 45px; }
    @media (min-width: 1400px) {
      .vip-terminal .services .contacts-companies {
        padding: 55px 60px 30px 70px; } }
    .vip-terminal .services .contacts-companies__text {
      font-size: 16px;
      margin-bottom: 40px; }
    .vip-terminal .services .contacts-companies__small-text {
      font-size: 14px; }
    .vip-terminal .services .contacts-companies__money {
      font-size: 34px;
      font-weight: 500;
      color: #0098db;
      margin-bottom: 20px; }
      .vip-terminal .services .contacts-companies__money span {
        font-size: 18px;
        font-weight: 700; }
    .vip-terminal .services .contacts-companies__title a {
      display: block;
      font-size: 14px;
      font-weight: 300;
      color: #0098db;
      text-decoration: none; }
    .vip-terminal .services .contacts-companies__head {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; }
      @media (min-width: 768px) {
        .vip-terminal .services .contacts-companies__head {
          -webkit-box-orient: horizontal;
          -webkit-box-direction: normal;
              -ms-flex-direction: row;
                  flex-direction: row;
          -webkit-box-pack: justify;
              -ms-flex-pack: justify;
                  justify-content: space-between; } }
      @media (min-width: 1024px) {
        .vip-terminal .services .contacts-companies__head {
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
              -ms-flex-direction: column;
                  flex-direction: column; } }
      .vip-terminal .services .contacts-companies__head-element {
        width: 100%; }
        @media (min-width: 768px) {
          .vip-terminal .services .contacts-companies__head-element {
            width: 45%; } }
        @media (min-width: 1024px) {
          .vip-terminal .services .contacts-companies__head-element {
            width: 100%; } }
  .vip-terminal .services .contacts-companies-shell {
    width: 100%; }
    @media (min-width: 1024px) {
      .vip-terminal .services .contacts-companies-shell {
        width: 33.33%;
        margin-bottom: 40px; } }
    .vip-terminal .services .contacts-companies-shell__btn {
      width: 100%;
      text-align: center; }
    .vip-terminal .services .contacts-companies-shell .vip-text__more-info-link {
      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: 100%; }
      .vip-terminal .services .contacts-companies-shell .vip-text__more-info-link svg {
        margin-right: 25px;
        margin-bottom: 0; }
  .vip-terminal .services .intro-page-col {
    margin: 30px 0 50px;
    padding-left: 0; }
    @media (min-width: 1024px) {
      .vip-terminal .services .intro-page-col {
        padding-left: 100px; } }
    .vip-terminal .services .intro-page-col .btn {
      font-size: 12px; }
    .vip-terminal .services .intro-page-col .btn-group--white, .vip-terminal .services .intro-page-col .btn-group-vert {
      border-color: #0098db; }
    .vip-terminal .services .intro-page-col .btn--white:hover, .vip-terminal .services .intro-page-col .btn--white.is-active {
      background-color: #0098db;
      color: #fff; }
    .vip-terminal .services .intro-page-col .btn--white {
      border: 1px solid #0098db;
      color: #0098db; }
    .vip-terminal .services .intro-page-col .btn-group-select .select2-container--custom-select2 .select2-selection--single {
      background-color: #0098db; }

.list-unstyled {
  margin: 0;
  padding: 0;
  list-style-type: none; }

.list-social--article {
  margin: 0 auto; }
  .list-social--article .social-link {
    background: #fff;
    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; }

.list-adaptive {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 25px 0; }
  .list-adaptive .list-adaptive-li {
    width: 100%; }

@media (min-width: 768px) {
  .list-social--article {
    margin: 0 auto; }
  .list-adaptive {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-top: 60px; }
    .list-adaptive .list-adaptive-li {
      width: 48%; } }

@media (min-width: 1024px) {
  .list-social--article {
    padding: 10px 0; }
  .list-adaptive {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-left: -2.8%;
    padding-top: 0; }
    .list-adaptive .list-adaptive-li {
      width: 30.5%;
      margin-left: 2.8%; } }

@media (min-width: 1400px) {
  .list-adaptive {
    margin-left: -2.6333%; }
    .list-adaptive .list-adaptive-li {
      width: 30.7%;
      margin-left: 2.6333%; } }

.ul-dashed,
.ul-dashed-2 {
  list-style: none; }
  .ul-dashed li,
  .ul-dashed-2 li {
    position: relative;
    font-size: 15px;
    font-weight: 300; }
    .ul-dashed li:last-child,
    .ul-dashed-2 li:last-child {
      margin-bottom: 0 !important; }
    .ul-dashed li:before,
    .ul-dashed-2 li:before {
      content: '\2014';
      position: absolute;
      top: 0;
      left: 0; }

.ul-dashed li {
  padding-left: 20px;
  margin-bottom: 10px; }

@media (min-width: 768px) {
  .ul-dashed {
    font-size: 16px; }
    .ul-dashed--padded {
      padding-left: 40px;
      padding-right: 60px; } }

.ul-dashed-2 {
  padding-left: 20px;
  padding-right: 20px; }
  .ul-dashed-2 li {
    padding-left: 35px;
    margin-bottom: 20px; }
    .ul-dashed-2 li:before {
      color: #0098db;
      font-size: 18px;
      font-weight: 300; }
  @media (min-width: 768px) {
    .ul-dashed-2 {
      padding-left: 0; }
      .ul-dashed-2--padded {
        padding-left: 40px;
        padding-right: 40px; }
      .ul-dashed-2 li {
        padding-left: 45px;
        font-size: 18px; } }
  @media (min-width: 768px) and (max-width: 1023.98px) {
    .ul-dashed-2--offset-sm {
      padding-left: 0;
      padding-right: 80px;
      margin-left: -45px; } }
  @media (min-width: 1024px) {
    .ul-dashed-2--padded {
      padding-left: 35px; }
    .text-divided-2__side:not(:nth-child(odd)) .ul-dashed-2--offset-up-md {
      padding-left: 0;
      margin-left: -45px; } }
  @media (min-width: 1400px) {
    .ul-dashed-2--padded {
      padding-left: 50px;
      padding-right: 0; }
    .ul-dashed-2--offset-up-lg, .ul-dashed-2--offset-up-md {
      padding-left: 0;
      margin-left: -45px; } }

@media (max-width: 1023.98px) {
  .ul-dashed-2-list-break-d-sm {
    margin-top: 20px !important; } }

.card-content-list {
  position: relative;
  z-index: 10;
  overflow: hidden; }
  .card-content-list > li {
    margin-bottom: 1px; }

.card-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px;
  max-width: 100%;
  -webkit-hyphens: auto;
      -ms-hyphens: auto;
          hyphens: auto;
  background-color: #e6e6e6;
  font-size: 10px;
  font-weight: 700;
  color: #242424;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 1px;
  -webkit-transition: all .2s;
  transition: all .2s; }
  .card-content-right {
    display: none; }
  .card-content-body {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    width: 60px;
    margin-right: 20px;
    text-align: center; }
  .card-content-bg {
    display: none; }
  .card-content__pic > svg {
    display: block;
    width: 100%;
    max-width: 50px;
    stroke: #0098db;
    -webkit-transition: all .2s;
    transition: all .2s; }
  .card-content__descr {
    display: none; }
  .card-content:hover {
    color: #fff;
    background-color: transparent; }
    .card-content:hover .card-content__pic > svg {
      stroke: #fff;
      fill: #fff; }

@media (min-width: 768px) {
  .card-content-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .card-content-list > li {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      width: 25%;
      margin: 0;
      padding: .5px; }
      .card-content-list > li.sm-w-50 {
        width: 50%; }
  .card-content {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
    padding: 25px 20px 10px 20px;
    font-size: 12px;
    min-height: 170px; }
    .card-content-top {
      width: 100%;
      margin-bottom: 10px;
      text-align: center; }
      .card-content--sm-spec .card-content-top {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        height: 100%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        width: 58%;
        padding: 5px 0 30px 20px;
        text-align: left; }
    .card-content-right {
      display: block;
      width: 42%; }
    .card-content-body {
      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;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-ordinal-group: 2;
          -ms-flex-order: 1;
              order: 1;
      width: 100%;
      height: 110px;
      margin: 0; }
    .card-content-bg {
      position: absolute;
      z-index: -1;
      top: 0.5px;
      left: 0.5px;
      bottom: 0.5px;
      display: block;
      width: 100%;
      background-position: center;
      background-size: cover;
      background-repeat: no-repeat;
      opacity: 0;
      -webkit-transition: opacity .25s .1s;
      transition: opacity .25s .1s; }
    .card-content__pic > svg {
      max-width: 74px; }
    .card-content__descr {
      display: block;
      text-transform: none;
      font-weight: 500; }
  .card-content--sm-spec {
    position: relative;
    z-index: 12;
    background-color: #0098db;
    color: #fff; }
    .card-content--sm-spec:hover {
      background-color: #0098db; }
      .card-content--sm-spec:hover + .card-content-bg {
        opacity: .99;
        z-index: 10; } }

@media (min-width: 1024px) {
  .card-content {
    padding-top: 35px;
    min-height: 220px; }
    .card-content--sm-spec .card-content-top {
      padding-left: 50px; }
    .card-content-body {
      height: 150px; }
    .card-content__pic > svg {
      max-width: 100px; } }

@media (min-width: 1400px) {
  .card-content {
    padding-top: 45px;
    padding-bottom: 45px;
    font-size: 14px;
    min-height: 285px; }
    .card-content--sm-spec .card-content-top {
      width: 52%;
      padding-left: 75px; }
    .card-content-right {
      width: 48%;
      padding: 0 40px; }
    .card-content-body {
      height: 165px; }
    .card-content__descr {
      font-size: 16px; } }

.news-slider-container .swiper-slide {
  width: 75%;
  padding-left: 40px; }
  .news-slider-container .swiper-slide:last-child {
    width: 100%;
    padding-right: 15px; }

.news-slider-container .swiper-slide:not(.swiper-slide-active) {
  opacity: .5; }

.card-news {
  color: #242424; }
  .card-news-top {
    margin-bottom: 10px; }
  .card-news-body {
    color: #242424;
    text-decoration: none; }
    .card-news-body:hover {
      color: #0098db;
      text-decoration: underline; }
  .card-news__date {
    font-size: 10px;
    opacity: .3; }
  .card-news__descr {
    font-size: 16px; }

@media (min-width: 768px) {
  .news-slider-container .swiper-slide {
    width: 33%;
    padding-left: 60px; }
    .news-slider-container .swiper-slide:first-child {
      padding-left: 10px; }
    .news-slider-container .swiper-slide:last-child {
      width: 33%;
      padding-right: 0; }
  .news-slider-container .swiper-slide:not(.swiper-slide-active) {
    opacity: 1; }
  .card-news__date {
    font-size: 12px; }
  .card-news__descr {
    font-size: 14px; } }

@media (min-width: 1024px) {
  .card-news__descr {
    font-size: 16px; } }

@media (min-width: 1400px) {
  .news-slider-container .swiper-slide {
    padding: 0 100px 0 0; }
    .news-slider-container .swiper-slide:first-child {
      padding: 0 100px 0 0; }
    .news-slider-container .swiper-slide:last-child {
      padding: 0; }
  .card-news-top {
    margin-bottom: 15px; }
  .card-news__date {
    font-size: 14px; }
  .card-news__descr {
    font-size: 20px; } }

.share-slider-container {
  margin: 0 -10px;
  padding: 0 50px 25px 50px; }
  .share-slider-container .swiper-slide:not(.swiper-slide-active) {
    opacity: 0 !important; }

.share-pagination {
  position: absolute;
  z-index: 1;
  left: 42px;
  right: 40px;
  bottom: 10px;
  height: 3px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .share-pagination__line {
    position: relative;
    width: 30px;
    height: 2px;
    margin-left: 8px;
    background-color: rgba(255, 255, 255, .3); }
    .share-pagination__line .anim-line {
      position: absolute;
      top: 0;
      left: 0;
      bottom: 0;
      width: 0;
      background-color: #fff; }

.card-share {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #fff;
  text-decoration: none; }
  .card-share-left {
    width: 38%;
    padding: 30px 20px 20px 0; }
  .card-share-right {
    width: 62%; }
  .card-share__title {
    margin-bottom: 10px;
    font-weight: 300;
    font-size: 18px; }
  .card-share__descr {
    font-weight: 300;
    font-size: 14px; }
  .card-share__img {
    display: block;
    width: 100%; }

@media (min-width: 1024px) {
  .share-slider-container {
    padding-left: 80px; }
  .share-pagination {
    left: 72px; }
  .card-share__title {
    font-size: 24px; } }

@media (min-width: 1400px) {
  .share-slider-container {
    padding: 0 30px 30px 50px; }
  .share-pagination {
    left: 97px;
    bottom: 20px; }
    .share-pagination__line {
      width: 45px; }
  .card-share-left {
    width: 37%;
    padding: 50px 0 50px 55px; }
  .card-share-right {
    width: 63%;
    padding-right: 30px; }
  .card-share__title {
    margin-bottom: 30px;
    font-size: 30px; } }

.card-offer {
  background-color: #0098db;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  min-height: 250px;
  margin-bottom: 20px;
  font-size: 15px;
  font-weight: 300;
  color: #fff;
  text-decoration: none;
  -webkit-transition: background-color .2s;
  transition: background-color .2s; }
  .card-offer:hover {
    background-color: #0086c2; }
  .card-offer-inner {
    padding: 20px; }
  .card-offer__type {
    display: block;
    opacity: .5; }
  .card-offer__pic {
    display: block;
    width: 100%;
    max-width: 100%; }
  .card-offer__title {
    display: block;
    font-weight: 500;
    font-size: 18px;
    letter-spacing: 1px; }

@media (min-width: 768px) {
  .card-offer {
    font-size: 16px; }
    .card-offer__title {
      font-size: 20px; } }

@media (min-width: 1024px) {
  .card-offer {
    margin-bottom: 25px; } }

@media (min-width: 1400px) {
  .card-offer {
    margin-bottom: 30px; } }

.text-content-plhd {
  padding-left: 20px;
  font-size: 24px;
  font-weight: 300;
  opacity: .3; }
  .text-content-plhd.w-50 {
    max-width: 450px; }
  @media (min-width: 768px) {
    .text-content-plhd {
      padding-left: 0; } }

.text-style-1 {
  font-family: "Museo";
  font-size: 15px;
  font-weight: 300;
  line-height: 24px; }
  @media (min-width: 768px) {
    .text-style-1 {
      font-size: 18px;
      line-height: 27px; } }
  .text-style-1 p ~ p {
    margin-top: 17px; }
    @media (min-width: 768px) {
      .text-style-1 p ~ p {
        margin-top: 25px; } }

.text-indent-1 {
  margin-top: 50px;
  margin-bottom: 50px; }
  @media (min-width: 768px) {
    .text-indent-1 {
      margin-left: 55px;
      max-width: 460px; } }
  @media (min-width: 1024px) {
    .text-indent-1 {
      margin-left: 80px; } }
  @media (min-width: 1400px) {
    .text-indent-1 {
      margin-left: 100px; } }

@media (max-width: 767.98px) {
  .text-divided .document-download-shell:first-child {
    margin-top: 40px; } }

@media (min-width: 768px) {
  .text-divided {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .text-divided__side {
      width: 50%;
      max-width: 50%; } }

@media (min-width: 768px) {
  .text-divided--document .text-divided__side:nth-child(odd) {
    width: 73%;
    padding-right: 75px; }
  .text-divided--document .text-divided__side:nth-child(even) {
    width: 27%; } }

@media (min-width: 1024px) {
  .text-divided--document .text-divided__side:nth-child(odd) {
    width: 60%;
    padding-right: 110px; }
  .text-divided--document .text-divided__side:nth-child(even) {
    width: 40%; } }

@media (min-width: 1400px) {
  .text-divided--document .text-divided__side:nth-child(odd) {
    width: 62%;
    padding-right: 130px; }
  .text-divided--document .text-divided__side:nth-child(even) {
    width: 38%; } }

.text-divided-2__side:nth-child(even) {
  margin-top: 35px; }

@media (max-width: 767.98px) {
  .text-divided-2 + .text-divided-2 {
    margin-top: 40px; } }

@media (min-width: 768px) {
  .text-divided-2 + .text-divided-2 {
    margin-top: 60px; }
  .text-divided-2__side:nth-child(even) {
    margin-top: 60px; } }

@media (min-width: 1024px) {
  .text-divided-2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .text-divided-2__side:nth-child(odd) {
      width: 57%;
      padding-right: 100px; }
    .text-divided-2__side:nth-child(even) {
      margin-top: 0;
      width: 43%; } }

@media (min-width: 1400px) {
  .text-divided-2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .text-divided-2__side:nth-child(odd) {
      width: 56%;
      padding-right: 160px; }
    .text-divided-2__side:nth-child(even) {
      width: 44%; } }

.no-wrap {
  white-space: nowrap; }

.text-center {
  text-align: center; }

.text-op-5 {
  opacity: .5; }

.text-green {
  color: #388e3c; }

.text-red {
  color: #d50000; }

.blue-link-shell {
  display: block; }
  .blue-link-shell + .blue-link-shell {
    margin-top: 10px; }

.blue-link {
  display: inline;
  text-decoration: none;
  border-bottom: 1px solid #0098db;
  color: #0098db;
  font-size: 15px;
  font-weight: 300;
  line-height: 20px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s; }
  @media (min-width: 768px) {
    .blue-link {
      font-size: 16px;
      line-height: 22px; } }
  .blue-link:hover {
    border-bottom-color: transparent; }

.img-fluid {
  max-width: 100%; }

.link {
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 1px; }
  .link-svg {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 12px; }
    .link-svg svg {
      margin-right: 12px; }
  .link-tag {
    font-size: 15px;
    text-decoration: none;
    letter-spacing: .5px;
    border-bottom: 1px dotted #fff;
    opacity: .5; }
    .link-tag:not(.is-active):hover {
      opacity: 1; }
    .link-tag.is-active {
      opacity: 1;
      border-bottom: none; }
    .bg-blue .link-tag {
      color: #fff; }
    .link-tag + .link-tag {
      margin-top: 5px;
      border-bottom: none;
      opacity: .5;
      font-weight: 300; }
      .link-tag + .link-tag:hover {
        opacity: .5; }
  .link-arrow-back svg {
    -webkit-transition: -webkit-transform .2s;
    transition: -webkit-transform .2s;
    transition: transform .2s;
    transition: transform .2s, -webkit-transform .2s; }
  .link-arrow-back:hover svg {
    -webkit-transform: translate(-5px, 0);
            transform: translate(-5px, 0); }

.link-black {
  font-size: 12px;
  font-weight: 700;
  color: #242424;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 1px; }
  .link-black:hover {
    color: #0098db; }

.link-white {
  color: #fff; }

@media (min-width: 768px) {
  .link-svg {
    font-size: 14px; }
  .link-tag {
    font-size: 16px; } }

@media (min-width: 1400px) {
  .link-black {
    font-size: 14px; } }

.icon {
  display: inline-block; }

.i-search {
  position: relative;
  top: 3px;
  width: 18px;
  height: 19px;
  background-image: url(../images/style/i-search.svg);
  background-size: 18px 19px; }

.i-date {
  width: 25px;
  height: 25px;
  background-image: url(../images/style/i-clock.svg);
  background-size: 25px 25px; }

.i-weather {
  position: relative;
  top: 4px;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 5px;
  background-size: 20px 20px; }

.i-sun {
  background-image: url(../images/style/i-sun.svg); }

.i-close {
  width: 12px;
  height: 12px;
  background-image: url(../images/style/i-close.svg);
  background-size: 12px 12px;
  cursor: pointer; }
  .i-close--w {
    background-image: url(../images/style/i-close-w.svg); }

@media (min-width: 768px) {
  .i-close {
    width: 23px;
    height: 23px;
    background-size: 23px 23px; } }

.board-wrap {
  display: block; }
  @media (max-width: 767.98px) {
    .board-wrap {
      overflow-x: auto;
      margin-left: -15px;
      margin-right: -15px; } }

.board {
  display: block;
  min-width: 480px;
  line-height: 1.2; }
  .board__head, .board__rw {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-left: 15px;
    padding-right: 15px; }
    @media (min-width: 768px) {
      .board__head, .board__rw {
        margin-left: -15px;
        margin-right: -15px; } }
    @media (min-width: 1400px) {
      .board__head, .board__rw {
        padding-left: 100px;
        padding-right: 100px; } }
  .board__head {
    padding-bottom: 10px; }
    @media (min-width: 768px) {
      .board__head .board__cl--airline {
        text-align: left; } }
  .board__rw {
    padding-top: 13px;
    padding-bottom: 13px;
    text-decoration: none;
    -webkit-transition: all 0.3s;
    transition: all 0.3s; }
    .board__rw .board__cl--airline {
      padding-right: 7%; }
  .board__cl {
    display: block;
    word-wrap: break-word; }
    @media (max-width: 767.98px) {
      .board__cl--time {
        min-width: 22%; }
      .board__cl--flight {
        min-width: 22%; }
      .board__cl--airline {
        display: none; }
      .board__cl--direction {
        min-width: 33%; }
      .board__cl--status {
        min-width: 23%; } }
    @media (min-width: 768px) {
      .board__cl--time {
        width: 13.5%; }
      .board__cl--flight {
        width: 14.5%; }
      .board__cl--airline {
        width: 25%;
        vertical-align: middle;
        text-align: center; }
      .board__cl--direction {
        width: 31%; }
      .board__cl--status {
        width: 16%; } }
    @media (min-width: 1024px) {
      .board__cl--time {
        width: 15.5%; }
      .board__cl--flight {
        width: 14%; }
      .board__cl--airline {
        width: 19.5%; }
      .board__cl--direction {
        width: 32%; }
      .board__cl--status {
        width: 19%; } }
  .board img {
    display: inline-block;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    height: auto;
    line-height: 14px; }
    @media (min-width: 768px) {
      .board img {
        line-height: 16px; } }

.board,
.mobile-board {
  font-family: "Museo";
  font-size: 14px; }
  .board__head,
  .mobile-board__head {
    font-weight: 500; }
  .board__rw,
  .mobile-board__rw {
    font-weight: 300; }
  @media (min-width: 768px) {
    .board,
    .mobile-board {
      font-size: 16px; } }
  @media (min-width: 1024px) {
    .board__text,
    .mobile-board__text {
      margin-right: 18px; } }
  .board__text-extra,
  .mobile-board__text-extra {
    opacity: 0.5; }
    @media (max-width: 1023.98px) {
      .board__text-extra,
      .mobile-board__text-extra {
        display: block; } }

a.mobile-board__rw,
a.board__rw {
  text-decoration: none;
  color: inherit; }
  @media (min-width: 1024px) {
    a.mobile-board__rw:hover,
    a.board__rw:hover {
      background-color: #fff; } }

.board-schedule .board__cl--time {
  min-width: 16%;
  width: 16%;
  padding-right: 10px; }

.board-schedule .board__cl--flight {
  min-width: 22%;
  width: 22%;
  padding-right: 15px; }

.board-schedule .board__cl--direction {
  min-width: 25%;
  width: 25%; }

@media (min-width: 768px) {
  .board-schedule .board__cl--time {
    min-width: 20%;
    width: 20%; }
  .board-schedule .board__cl--airline {
    min-width: 24%;
    width: 24%; }
  .board-schedule .board__cl--direction {
    min-width: 20%;
    width: 20%; } }

@media (min-width: 1024px) {
  .board-schedule .board__cl--time {
    min-width: 18%;
    width: 18%; }
  .board-schedule .board__cl--flight {
    min-width: 27%;
    width: 27%; }
  .board-schedule .board__cl--airline {
    min-width: 20%;
    width: 20%; }
  .board-schedule .board__cl--direction {
    min-width: 22%;
    width: 22%; }
  .board-schedule .board__cl--status {
    width: 13%; } }

@media (min-width: 1400px) {
  .board-schedule .board__cl--airline {
    min-width: 18%;
    width: 18%; }
  .board-schedule .board__cl--status {
    width: 15%; } }

.mobile-board {
  display: table;
  width: 100%;
  font-family: "Museo";
  font-size: 14px; }
  .mobile-board__head, .mobile-board__rw {
    display: table-row; }
  .mobile-board__cl {
    display: table-cell;
    padding: 10px;
    min-width: 65px; }
    .mobile-board__cl:first-child {
      padding-left: 0; }
    .mobile-board__cl:last-child {
      padding-right: 0; }

.search-results {
  counter-reset: item; }
  @media (min-width: 1024px) {
    .search-results {
      margin-left: -15px;
      margin-right: -15px; } }

.search-result {
  position: relative;
  display: block;
  padding-left: 40px;
  text-decoration: none;
  counter-increment: item;
  font-family: "Museo";
  color: #212121;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s; }
  .search-result + .search-result {
    margin-top: 35px; }
  .search-result:before {
    content: counter(item, decimal-leading-zero);
    position: absolute;
    top: -1px;
    left: 0;
    font-weight: bold;
    font-size: 18px;
    color: rgba(33, 33, 33, .3); }
  .search-result__title {
    font-weight: bold;
    font-size: 18px;
    line-height: 25px; }
    .search-result__title ~ .search-result__descr {
      margin-top: 10px; }
  .search-result__descr {
    font-weight: 300;
    font-size: 15px;
    line-height: 24px; }
  @media (min-width: 768px) {
    .search-result {
      padding-left: 55px; }
      .search-result + .search-result {
        margin-top: 50px; }
      .search-result:before {
        top: -2px;
        font-size: 20px; }
      .search-result__title {
        font-size: 20px; }
        .search-result__title ~ .search-result__descr {
          margin-top: 15px; }
      .search-result__descr {
        font-size: 18px;
        line-height: 27px; } }
  @media (min-width: 1024px) {
    .search-result {
      padding-top: 20px;
      padding-bottom: 20px;
      padding-left: 65px;
      padding-right: 15px; }
      .search-result + .search-result {
        margin-top: 10px; }
      .search-result:before {
        top: 17px;
        left: 15px; }
      .search-result__title, .search-result__descr {
        max-width: 560px; }
      .search-result:hover {
        background-color: #fff; } }
  @media (min-width: 1400px) {
    .search-result {
      padding-left: 100px;
      padding-right: 15px; }
      .search-result:before {
        left: 45px; } }

.sticky-search-hide {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  -webkit-transition: opacity .2s .2s, -webkit-transform .4s ease-out .2s;
  transition: opacity .2s .2s, -webkit-transform .4s ease-out .2s;
  transition: transform .4s ease-out .2s, opacity .2s .2s;
  transition: transform .4s ease-out .2s, opacity .2s .2s, -webkit-transform .4s ease-out .2s; }

.search-head-wrap {
  position: relative;
  background-color: transparent;
  -webkit-transition: background-color 0.4s;
  transition: background-color 0.4s; }

.fake-search-head-wrap {
  display: block;
  height: 65px;
  max-height: 0; }
  @media (min-width: 768px) {
    .fake-search-head-wrap {
      height: 103px; } }
  @media (min-width: 1024px) {
    .fake-search-head-wrap {
      height: 121px; } }

.sticky-search {
  min-height: auto !important; }
  .sticky-search .sticky-search-hide {
    pointer-events: none;
    opacity: 0 !important;
    -webkit-transform: translate3d(0, -20px, 0);
            transform: translate3d(0, -20px, 0); }
  .sticky-search .intro-page__svx {
    opacity: 0 !important; }
  .sticky-search .fake-search-head-wrap {
    max-height: none; }
  .sticky-search .search-head-wrap {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background-color: #0098db; }
  .sticky-search .search-head-container {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding: 0 15px; }
    @media (min-width: 768px) {
      .sticky-search .search-head-container {
        max-width: 720px; } }
    @media (min-width: 1024px) {
      .sticky-search .search-head-container {
        max-width: 960px; } }
    @media (min-width: 1400px) {
      .sticky-search .search-head-container {
        max-width: 1170px; } }
  .sticky-search .search-head {
    padding-bottom: 20px; }
    @media (min-width: 768px) {
      .sticky-search .search-head {
        padding-bottom: 30px; } }
    @media (min-width: 1400px) {
      .sticky-search .search-head {
        padding-left: 85px;
        padding-right: 85px; } }
  .sticky-search .search-input-shell {
    z-index: 100; }
  .sticky-search .search-back-shell {
    left: 0; }

.h1-like {
  margin-bottom: 20px;
  font-family: "Museo";
  font-weight: 500;
  font-size: 30px;
  line-height: 1; }
  @media (min-width: 768px) {
    .h1-like {
      margin-bottom: 30px;
      font-size: 68px; } }
  @media (min-width: 1024px) {
    .h1-like {
      margin-bottom: 40px;
      font-size: 86px; } }

.h2-like {
  font-family: "Museo";
  font-weight: 500;
  font-size: 24px;
  line-height: 34px;
  margin-bottom: 40px; }
  @media (min-width: 768px) {
    .h2-like {
      font-size: 42px;
      line-height: normal;
      margin-bottom: 65px; } }
  @media (min-width: 1024px) {
    .h2-like {
      font-size: 48px; } }

.h3-like {
  font-family: "Museo";
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 20px; }
  @media (min-width: 768px) {
    .h3-like {
      font-size: 20px;
      margin-bottom: 40px; } }

p + .h3-like {
  margin-top: 50px; }
  @media (min-width: 768px) {
    p + .h3-like {
      margin-top: 70px; } }
  @media (min-width: 1024px) {
    p + .h3-like {
      margin-top: 90px; } }

.history-inner {
  position: relative;
  padding-left: 0; }
  @media (min-width: 1400px) {
    .history-inner {
      padding-left: 85px; } }
  .history-inner .line-gradient {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100px;
    /* ff3.6+ */
    /* safari4+,chrome */
    /* safari5.1+,chrome10+ */
    /* opera 11.10+ */
    /* ie10+ */
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 152, 219, 0)), to(#0098db));
    background: linear-gradient(180deg, rgba(0, 152, 219, 0) 0%, #0098db 100%);
    /* w3c */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0098db', endColorstr='#0098db',GradientType=0 );
    /* ie6-9 */
    z-index: 11; }

.history-main {
  color: #fff;
  height: 780px;
  overflow-y: auto;
  padding-right: 0;
  padding-left: 54px;
  position: relative;
  z-index: 10; }
  @media (min-width: 1024px) {
    .history-main {
      padding-right: 180px;
      padding-left: 0; } }
  .history-main::-webkit-scrollbar {
    width: 0; }
  .history-main {
    -ms-overflow-style: none; }
  .history-main__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    position: relative;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    padding-bottom: 300px; }
    .history-main__inner::after {
      content: '';
      width: 1px;
      height: 100%;
      background-color: #fff;
      position: absolute;
      top: 0;
      left: -50px;
      margin-left: -.5px; }
      @media (min-width: 1024px) {
        .history-main__inner::after {
          left: 50%; } }
    .history-main__inner::before {
      content: '';
      width: 5px;
      height: 5px;
      background-color: #fff;
      border-radius: 100%;
      position: absolute;
      top: 0;
      left: -50px;
      margin-left: -2.5px; }
      @media (min-width: 1024px) {
        .history-main__inner::before {
          left: 50%; } }
  .history-main__header {
    font-size: 48px;
    font-weight: 500; }
  .history-main__slide {
    width: 100%;
    margin-bottom: 80px;
    position: relative; }
    @media (min-width: 1024px) {
      .history-main__slide {
        width: 50%; } }
    .history-main__slide .history-main__slide-inner {
      margin-left: 0; }
      @media (min-width: 768px) {
        .history-main__slide .history-main__slide-inner {
          margin-left: 100px; } }
      @media (min-width: 1024px) {
        .history-main__slide .history-main__slide-inner {
          margin-left: 0; } }
    .history-main__slide:nth-child(2n) {
      -webkit-transform: translate(0, 0);
              transform: translate(0, 0); }
      @media (min-width: 1024px) {
        .history-main__slide:nth-child(2n) {
          -webkit-transform: translate(0, 100px);
                  transform: translate(0, 100px); } }
      .history-main__slide:nth-child(2n) .history-main__header::after {
        content: '';
        width: 22px;
        height: 1px;
        background-color: #fff;
        position: absolute;
        right: auto;
        left: -50px;
        top: 35px; }
        @media (min-width: 768px) {
          .history-main__slide:nth-child(2n) .history-main__header::after {
            width: 100px;
            left: -50px;
            right: auto; } }
        @media (min-width: 1024px) {
          .history-main__slide:nth-child(2n) .history-main__header::after {
            width: 60px;
            left: auto;
            right: 0; } }
        @media (min-width: 1400px) {
          .history-main__slide:nth-child(2n) .history-main__header::after {
            width: 100px;
            left: auto;
            right: 0; } }
    .history-main__slide:nth-child(2n+1) .history-main__slide-inner {
      margin: 0; }
      @media (min-width: 768px) {
        .history-main__slide:nth-child(2n+1) .history-main__slide-inner {
          margin: 0 0 0 100px; } }
      @media (min-width: 1024px) {
        .history-main__slide:nth-child(2n+1) .history-main__slide-inner {
          margin: 0 0 0 auto; } }
    .history-main__slide:nth-child(2n+1) .history-main__header::after {
      content: '';
      width: 22px;
      height: 1px;
      background-color: #fff;
      position: absolute;
      left: -50px;
      right: auto;
      top: 35px; }
      @media (min-width: 768px) {
        .history-main__slide:nth-child(2n+1) .history-main__header::after {
          width: 100px;
          left: -50px; } }
      @media (min-width: 1024px) {
        .history-main__slide:nth-child(2n+1) .history-main__header::after {
          width: 60px;
          left: 0; } }
      @media (min-width: 1400px) {
        .history-main__slide:nth-child(2n+1) .history-main__header::after {
          width: 100px;
          left: 0; } }
  .history-main__slide-inner {
    max-width: 300px; }
  .history-main__text {
    font-size: 16px;
    font-weight: 300;
    line-height: 25px;
    margin-top: 20px;
    margin-bottom: 40px; }
  .history-main__img {
    max-width: 300px;
    height: auto; }
    .history-main__img img {
      width: 100%;
      height: 100%; }

.history-dates {
  position: relative;
  z-index: 11;
  margin-bottom: 20px;
  height: 100%;
  height: 40px;
  overflow: hidden; }
  @media (min-width: 768px) {
    .history-dates {
      height: 100%;
      position: absolute;
      right: 0; } }
  .history-dates__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 65px;
    overflow-x: scroll;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    background: #0098db;
    padding-bottom: 40px; }
    @media (min-width: 768px) {
      .history-dates__inner {
        -webkit-box-align: end;
            -ms-flex-align: end;
                align-items: flex-end;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        height: calc(100% + 150px);
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start; } }
    .history-dates__inner::after {
      content: '';
      width: 100%;
      height: 15px;
      background: #0098db;
      position: absolute;
      bottom: -5px; }
      @media (min-width: 768px) {
        .history-dates__inner::after {
          display: none; } }
  .history-dates__slide {
    margin-bottom: 0;
    font-size: 20px;
    font-weight: 500;
    color: #2caae1;
    text-decoration: none; }
    .history-dates__slide.active {
      font-size: 30px;
      color: #fff; }
    .history-dates__slide:not(:last-child) {
      margin-right: 20px; }
      @media (min-width: 768px) {
        .history-dates__slide:not(:last-child) {
          margin-right: 0; } }
    @media (min-width: 768px) {
      .history-dates__slide {
        margin-bottom: 20px; } }

.history-arrow-down {
  width: 15px;
  height: 15px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 12;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
  cursor: pointer;
  margin-left: -5.5px; }
  @media (min-width: 1024px) {
    .history-arrow-down {
      left: 50%;
      margin-left: -47.5px; } }
  @media (min-width: 1400px) {
    .history-arrow-down {
      left: 50%;
      margin-left: -5.5px; } }

.airport-today {
  width: 100%;
  height: 2780px;
  position: relative; }
  @media (min-width: 768px) {
    .airport-today {
      height: 2200px; } }
  @media (min-width: 1024px) {
    .airport-today {
      height: 2050px; } }
  .airport-today__inner {
    width: 100%;
    height: 100vh;
    background: url(../images/style/bg-airport-today.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover; }
    .airport-today__inner.sticky {
      position: fixed;
      top: 0;
      left: 0;
      z-index: 20; }
  .airport-today__bg {
    position: absolute;
    width: 100%;
    height: 100%;
    background: transparent;
    -webkit-transition: 1.5s;
    transition: 1.5s;
    z-index: 20; }
    .airport-today__bg.color {
      background: rgba(33, 33, 33, .9); }
  .airport-today__text-block {
    position: fixed;
    top: 0;
    z-index: 20;
    padding-top: 30px;
    width: 100%; }
    @media (min-width: 768px) {
      .airport-today__text-block {
        padding-top: 100px; } }
  .airport-today__header {
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    z-index: 20;
    margin-bottom: 70px; }
    @media (min-width: 768px) {
      .airport-today__header {
        font-size: 30px; } }
  .airport-today .fixed {
    margin-top: 100px;
    opacity: 0;
    -webkit-transition: ease-in-out 1s;
    transition: ease-in-out 1s; }
  .airport-today .visible {
    margin-top: 0;
    opacity: 1; }
  .airport-today__text-block-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    @media (min-width: 1024px) {
      .airport-today__text-block-inner {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row; } }
  .airport-today__element:first-child {
    width: 100%; }
    @media (min-width: 1024px) {
      .airport-today__element:first-child {
        width: 75%; } }
  .airport-today__element:last-child {
    width: 100%; }
    @media (min-width: 1024px) {
      .airport-today__element:last-child {
        width: 20%; } }
  .airport-today__list-number {
    list-style-type: none;
    padding-left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    @media (min-width: 768px) {
      .airport-today__list-number {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row; } }
    @media (min-width: 1024px) {
      .airport-today__list-number {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; } }
    .airport-today__list-number li {
      margin-left: 50px;
      width: 100%; }
      @media (min-width: 768px) {
        .airport-today__list-number li {
          margin-left: 0;
          width: 33%; } }
      @media (min-width: 1024px) {
        .airport-today__list-number li {
          width: 100%; } }
  .airport-today__list-number-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 48px; }
    .airport-today__list-number-header span {
      font-size: 24px;
      margin-left: 25px; }
  .airport-today__list-number-text {
    font-size: 15px;
    margin-bottom: 50px; }
    @media (min-width: 768px) {
      .airport-today__list-number-text {
        font-size: 16px; } }
  .airport-today__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    list-style-type: none;
    padding-left: 0;
    font-size: 15px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    @media (min-width: 768px) {
      .airport-today__list {
        font-size: 16px;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row; } }
    .airport-today__list li {
      width: auto;
      font-size: 16px;
      margin-bottom: 50px;
      position: relative;
      margin-left: 50px; }
      @media (min-width: 768px) {
        .airport-today__list li {
          width: 40%;
          margin-left: 0; } }
      .airport-today__list li::after {
        content: '';
        background: url(../images/style/bg-airport-today-list.png);
        width: 115px;
        height: 76px;
        position: absolute;
        top: -35px;
        left: -55px; }

.visible-big .airport-today__inner.sticky, .visible-big .airport-today__text-block {
  position: absolute;
  bottom: 0;
  top: auto; }

.visible-big .airport-today__inner {
  height: 100%; }

.section-intro .intro-page {
  min-height: 0; }

.intro-page-col {
  position: relative;
  z-index: 21; }

.header {
  position: relative;
  z-index: 101; }

.airportBody .section-intro .intro-page {
  z-index: 101; }

.date-picker-input {
  min-width: 190px;
  padding-right: 30px;
  text-transform: lowercase; }

@media (min-width: 768px) {
  .datepicker.custom {
    width: 330px; }
    .datepicker.custom.-from-bottom- {
      -webkit-transform: translate(-70px, 8px);
              transform: translate(-70px, 8px); }
    .datepicker.custom.active {
      -webkit-transform: translate(-70px, 0);
              transform: translate(-70px, 0); }
    .datepicker.custom .datepicker--content {
      padding: 6px 0; }
    .datepicker.custom .datepicker--cell {
      margin: 4px 0;
      height: 45px; } }

.tooltip {
  position: absolute;
  z-index: 100;
  display: block;
  margin: 10px;
  font-size: 10px;
  word-wrap: break-word;
  opacity: 0; }
  .tooltip.show {
    opacity: 1; }
  .tooltip--custom {
    font-size: 14px; }

.bs-tooltip-top {
  padding: 2px 0; }

.bs-tooltip-bottom {
  padding: 3px 0 0 25px; }

.tooltip-inner {
  max-width: 200px;
  padding: 3px 5px;
  color: #242424;
  text-align: center;
  font-weight: 300;
  background-color: #fff;
  border-radius: 3px; }
  .tooltip--custom .tooltip-inner {
    max-width: 180px;
    padding: 20px 25px;
    -webkit-box-shadow: 0px 10px 28px -10px rgba(36, 36, 36, .5);
            box-shadow: 0px 10px 28px -10px rgba(36, 36, 36, .5); }

[data-toggle="tooltip"] {
  cursor: pointer; }

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll; }

.document-download-shell ~ .document-download-shell {
  margin-top: 50px; }

.document-download {
  display: inline-block;
  color: inherit;
  text-decoration: none;
  font-family: "Museo"; }
  .document-download__icon-wrap {
    margin-bottom: 22px; }
  .document-download__icon {
    position: relative;
    display: block;
    width: 40px;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none; }
    .document-download__icon > svg {
      display: block;
      width: 40px;
      height: 50px;
      fill: #0098db; }
    .document-download__icon-text {
      position: absolute;
      bottom: 2px;
      left: 0;
      right: 0;
      text-align: center;
      font-family: "Museo";
      font-weight: 700;
      font-size: 13px;
      text-transform: uppercase;
      letter-spacing: 1.8px;
      color: #fff; }
  .document-download__title, .document-download__unit {
    font-size: 15px;
    font-weight: 300;
    line-height: 24px;
    word-wrap: break-word; }
    @media (min-width: 768px) {
      .document-download__title, .document-download__unit {
        font-size: 16px; } }
  .document-download__title {
    display: block;
    text-decoration: none;
    color: inherit;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    max-width: 270px; }
  .document-download__unit {
    font-style: italic;
    margin-top: 10px; }
  .document-download:hover .document-download__title {
    color: #0098db; }

.document-download-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

.document-download-list--layout-2 {
  margin-bottom: -40px; }
  .document-download-list--layout-2 .document-download-shell {
    width: 50%;
    margin-top: 0;
    margin-bottom: 40px; }
  @media (max-width: 767.98px) {
    .document-download-list--layout-2 .document-download-shell:nth-child(odd) {
      padding-right: 15px; }
    .document-download-list--layout-2 .document-download-shell:nth-child(even) {
      padding-left: 15px; } }
  @media (min-width: 768px) and (max-width: 1023.98px) {
    .document-download-list--layout-2 {
      margin-left: -30px;
      margin-right: -30px; }
      .document-download-list--layout-2 .document-download-shell {
        padding-right: 30px;
        padding-left: 30px;
        width: 33.33%; } }
  @media (min-width: 768px) {
    .document-download-list--layout-2 {
      margin-bottom: -60px; }
      .document-download-list--layout-2 .document-download-shell {
        margin-bottom: 60px; } }
  @media (min-width: 1024px) {
    .document-download-list--layout-2 .document-download-shell:nth-child(odd) {
      padding-right: 35px; }
    .document-download-list--layout-2 .document-download-shell:nth-child(even) {
      padding-left: 35px; } }

.accordion {
  display: block; }
  .accordion--mv {
    margin-top: 10px;
    margin-bottom: 55px; }
    @media (min-width: 768px) {
      .accordion--mv {
        margin-top: 65px;
        margin-bottom: 95px; } }
  .accordion--outright .accordion-item__content-body {
    padding: 0; }

.accordion-item {
  position: relative; }

.accordion-item__head-btn {
  display: block;
  padding: 25px 0;
  margin: 0;
  width: 100%;
  border: 0;
  background-color: transparent;
  text-align: left;
  cursor: pointer; }
  .accordion-item__head-btn:focus {
    outline: none; }
  .accordion-item__head-btn:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    display: block;
    height: 1px;
    background-color: #212121;
    opacity: 1;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s; }

.accordion-item__head-title {
  display: block;
  padding-right: 40px;
  line-height: 1;
  font-family: "Museo";
  font-weight: 500;
  font-size: 18px; }
  @media (min-width: 768px) {
    .accordion-item__head-title {
      font-size: 30px; } }
  @media (max-width: 767.98px) {
    .accordion-item__head-title--2 {
      font-size: 24px; } }

.accordion-item__head-icon {
  position: absolute;
  top: 25px;
  right: 0; }
  .accordion-item__head-icon > svg {
    width: 18px;
    height: 18px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg); }
    @media (min-width: 768px) {
      .accordion-item__head-icon > svg {
        width: 30px;
        height: 30px; } }

.accordion-item:hover .accordion-item__head-btn:after {
  opacity: 1; }

.collapsed.accordion-item__head-btn:after {
  opacity: 0.1; }

.collapsed.accordion-item__head-btn .accordion-item__head-icon > svg {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg); }

.accordion-item__content {
  padding-top: 0; }
  .accordion-item__content-body {
    opacity: 0; }
    @media (min-width: 768px) {
      .accordion-item__content-body {
        padding-left: 25px;
        padding-right: 60px; } }
    @media (min-width: 1024px) {
      .accordion-item__content-body {
        padding-left: 40px;
        padding-right: 40px; } }
    @media (min-width: 1400px) {
      .accordion-item__content-body {
        padding-right: 60px; } }
  .accordion-item__content .collapsing .accordion-item__content-body,
  .accordion-item__content .show .accordion-item__content-body {
    opacity: 1;
    padding-top: 20px;
    padding-bottom: 40px; }
    @media (min-width: 768px) {
      .accordion-item__content .collapsing .accordion-item__content-body,
      .accordion-item__content .show .accordion-item__content-body {
        padding-top: 35px;
        padding-bottom: 65px; } }

.collapse--white {
  background-color: #fff; }

.user-text ol {
  margin: 0;
  padding: 0;
  list-style: none;
  counter-reset: ol-item; }
  .user-text ol li {
    display: block;
    margin: 0 0 25px;
    padding: 0 0 0 35px;
    position: relative;
    counter-increment: ol-item; }
    .user-text ol li:last-child {
      margin-bottom: 0 !important; }
    .user-text ol li:before {
      content: counter(ol-item);
      position: absolute;
      top: 0;
      left: 0;
      display: block;
      font-size: 16px;
      color: #0098db; }
  @media (min-width: 768px) {
    .user-text ol li {
      margin-bottom: 40px;
      padding-left: 40px; }
      .user-text ol li:before {
        font-size: 18px; } }

@media (min-width: 1024px) {
  .columns-2--md {
    -webkit-columns: 2;
            columns: 2;
    -webkit-column-gap: 90px;
            column-gap: 90px; }
    .columns-2--md > * {
      display: inline-block !important;
      width: 100% !important; } }

.phones-list,
.address-list,
.mails-list,
.sites-list {
  position: relative; }
  .phones-list ~ .phones-list,
  .phones-list ~ .address-list,
  .phones-list ~ .mails-list,
  .phones-list ~ .sites-list,
  .address-list ~ .phones-list,
  .address-list ~ .address-list,
  .address-list ~ .mails-list,
  .address-list ~ .sites-list,
  .mails-list ~ .phones-list,
  .mails-list ~ .address-list,
  .mails-list ~ .mails-list,
  .mails-list ~ .sites-list,
  .sites-list ~ .phones-list,
  .sites-list ~ .address-list,
  .sites-list ~ .mails-list,
  .sites-list ~ .sites-list {
    margin-top: 10px; }
  .phones-list:before,
  .address-list:before,
  .mails-list:before,
  .sites-list:before {
    content: '';
    position: absolute;
    left: -31px;
    display: block; }
  .phones-list__item,
  .address-list__item,
  .mails-list__item,
  .sites-list__item {
    display: block; }
    .phones-list__item-number,
    .address-list__item-number,
    .mails-list__item-number,
    .sites-list__item-number {
      text-decoration: none;
      color: #212121;
      font-weight: 500;
      font-size: 15px;
      line-height: 22px; }
    .phones-list__item-text,
    .address-list__item-text,
    .mails-list__item-text,
    .sites-list__item-text {
      text-decoration: none;
      color: #212121;
      font-weight: 300;
      font-size: 15px;
      line-height: 22px; }
    .phones-list__item-extra,
    .address-list__item-extra,
    .mails-list__item-extra,
    .sites-list__item-extra {
      display: block;
      font-size: 12px;
      font-weight: 300;
      line-height: 22px;
      letter-spacing: 0.1px;
      color: rgba(33, 33, 33, .6); }
    .phones-list__item-link,
    .address-list__item-link,
    .mails-list__item-link,
    .sites-list__item-link {
      display: inline;
      text-decoration: none;
      color: #0098db;
      font-weight: 300;
      font-size: 15px;
      line-height: 22px;
      border-bottom: 1px solid #0098db;
      -webkit-transition: all 0.3s;
      transition: all 0.3s; }
      .phones-list__item-link:hover,
      .address-list__item-link:hover,
      .mails-list__item-link:hover,
      .sites-list__item-link:hover {
        border-bottom-color: transparent; }
  @media (min-width: 768px) {
    .phones-list__item-text, .phones-list__item-number, .phones-list__item-link,
    .address-list__item-text,
    .address-list__item-number,
    .address-list__item-link,
    .mails-list__item-text,
    .mails-list__item-number,
    .mails-list__item-link,
    .sites-list__item-text,
    .sites-list__item-number,
    .sites-list__item-link {
      font-size: 16px;
      line-height: 22px; } }

a.phones-list__item-number, a.address-list__item-text {
  -webkit-transition: all 0.3s;
  transition: all 0.3s; }
  a.phones-list__item-number:hover, a.address-list__item-text:hover {
    color: #0098db; }

.phones-list:before {
  top: 5px;
  width: 12px;
  height: 12px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='%230098db'%3E%3Cpath d='M2.41,5.19A10.1,10.1,0,0,0,6.81,9.59L8.27,8.12A.66.66,0,0,1,9,8a7.6,7.6,0,0,0,2.38.38A.67.67,0,0,1,12,9v2.33a.67.67,0,0,1-.67.67A11.33,11.33,0,0,1,0,.67.67.67,0,0,1,.67,0H3a.67.67,0,0,1,.67.67A7.57,7.57,0,0,0,4,3a.67.67,0,0,1-.17.68L2.41,5.19Z' stroke='none' /%3E%3C/svg%3E");
  background-size: 12px 12px; }

.phones-list__item + .phones-list__item {
  margin-top: 10px; }

@media (min-width: 768px) {
  .phones-list:before {
    top: 6px; } }

.address-list:before {
  top: 3px;
  width: 12px;
  height: 15px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 14.5' width='12' height='15' fill='%230098db'%3E%3Cpath d='M6 0a6 6 0 0 0-6 6c0 5.32 6 8.47 6 8.47s6-3.12 6-8.47a6 6 0 0 0-6-6m3 6.06a3 3 0 1 1-3-3 3 3 0 0 1 3 3' stroke='none'/%3E%3C/svg%3E");
  background-size: 12px 15px; }

.address-list__item + .address-list__item {
  margin-top: 10px; }

.mails-list:before {
  top: 8px;
  width: 14px;
  height: 10px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 14 10' width='14' height='10' fill='%230098db'%3E%3Cpath d='M13.91 1.43A2 2 0 0 0 12 0H2A2 2 0 0 0 .09 1.43L7 4.88z'/%3E%3Cpath d='M7 7.12l-7-3.5V8a2 2 0 0 0 2 2h10a2 2 0 0 0 2-2V3.62z'/%3E%3C/svg%3E");
  background-size: 14px 10px; }

.mails-list__item + .mail-list__item {
  margin-top: 10px; }

.sites-list:before {
  top: 8px;
  width: 14px;
  height: 12px;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 14 12' xmlns='http://www.w3.org/2000/svg' width='14' height='12' fill='%230098db'%3E%3Cpath d='m0 0v12h14v-12zm13 11h-12v-8h12z'/%3E%3Cpath d='m3 5h8v2h-8z'/%3E%3Cpath d='m3 8h5v1h-5z'/%3E%3C/svg%3E");
  background-size: 14px 12px; }

.sites-list__item + .sites-list__item {
  margin-top: 10px; }

.contacts-cards-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
  @media (max-width: 767.98px) {
    .contacts-cards-list {
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; } }
  @media (min-width: 768px) {
    .contacts-cards-list {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -webkit-box-pack: stretch;
          -ms-flex-pack: stretch;
              justify-content: stretch;
      -webkit-box-align: stretch;
          -ms-flex-align: stretch;
              align-items: stretch;
      margin: -15px; } }

.contacts-airport-shell {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%; }
  @media (max-width: 767.98px) {
    .contacts-airport-shell {
      max-width: 360px; }
      .contacts-airport-shell ~ .contacts-airport-shell {
        margin-top: 15px; } }
  @media (min-width: 768px) {
    .contacts-airport-shell {
      padding: 15px;
      width: 50%;
      max-width: 50%; } }
  @media (min-width: 1024px) {
    .contacts-airport-shell {
      width: 33.33%;
      max-width: 33.33%; } }

.contacts-airport {
  position: relative;
  width: 100%;
  min-height: 290px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 40px 25px 35px 105px;
  font-family: "Museo";
  background-color: #fff;
  color: #212121; }
  .contacts-airport__image > svg {
    max-width: 60px;
    width: 100%;
    height: auto;
    fill: #0098db;
    stroke: #0098db; }
  .contacts-airport__title {
    margin-bottom: 25px;
    min-height: 52px;
    font-weight: bold;
    font-size: 18px;
    line-height: 26px; }
  .contacts-airport__footer {
    margin-top: auto;
    padding-top: 20px; }
  @media (max-width: 767.98px) {
    .contacts-airport__image {
      position: absolute;
      top: 40px;
      left: 20px; }
    .contacts-airport__title, .contacts-airport__body {
      max-width: 200px; } }
  @media (min-width: 768px) {
    .contacts-airport {
      padding-top: 65px;
      padding-left: 80px;
      padding-right: 60px;
      min-height: 460px; }
      .contacts-airport__image {
        margin-bottom: 45px;
        padding-right: 20px; }
        .contacts-airport__image > svg {
          display: block;
          margin-left: auto;
          margin-right: auto;
          max-width: 100px; } }
  @media (min-width: 1024px) {
    .contacts-airport {
      padding-left: 70px;
      padding-right: 40px; }
      .contacts-airport__image {
        padding-right: 30px; }
      .contacts-airport__title {
        font-size: 20px;
        line-height: 26px;
        margin-bottom: 35px; } }
  @media (min-width: 1400px) {
    .contacts-airport {
      padding-left: 100px;
      padding-right: 60px; }
      .contacts-airport__image {
        padding-right: 40px; } }

.contacts-management-shell {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  @media (max-width: 767.98px) {
    .contacts-management-shell {
      max-width: 360px; }
      .contacts-management-shell ~ .contacts-management-shell {
        margin-top: 15px; } }
  @media (min-width: 768px) {
    .contacts-management-shell {
      padding: 15px; }
      .contacts-management-shell:not(.contacts-management-shell--tall) {
        width: 50%; }
        .contacts-management-shell:not(.contacts-management-shell--tall) .contacts-management__body {
          margin-top: auto; } }
  @media (min-width: 1024px) {
    .contacts-management-shell:not(.contacts-management-shell--tall) {
      width: 33.33%; }
    .contacts-management-shell--tall {
      width: 66.66%; } }

@media (min-width: 768px) {
  .contacts-management-shell--tall .contacts-management {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row; }
    .contacts-management-shell--tall .contacts-management__head, .contacts-management-shell--tall .contacts-management__body {
      width: 50%;
      max-width: 50%; }
    .contacts-management-shell--tall .contacts-management__head {
      margin-bottom: 0; }
    .contacts-management-shell--tall .contacts-management__body {
      padding-left: 90px; } }

.contacts-management {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  max-width: 100%;
  padding: 45px 25px 45px 55px;
  background-color: #fff;
  color: #212121; }
  .contacts-management__head {
    margin-bottom: 40px; }
  .contacts-management__title {
    margin-bottom: 25px;
    font-weight: bold;
    font-size: 18px;
    line-height: 30px; }
  .contacts-management__descr {
    font-weight: 300;
    font-size: 15px;
    line-height: 22px; }
  @media (min-width: 768px) {
    .contacts-management {
      padding: 55px 60px 55px 80px; }
      .contacts-management__title {
        font-size: 20px; }
      .contacts-management__descr {
        font-size: 16px; } }
  @media (min-width: 1024px) {
    .contacts-management {
      padding-left: 65px; } }
  @media (min-width: 1400px) {
    .contacts-management {
      padding-left: 100px; } }

.contacts-companies-shell {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  @media (max-width: 767.98px) {
    .contacts-companies-shell {
      max-width: 360px; }
      .contacts-companies-shell ~ .contacts-companies-shell {
        margin-top: 15px; } }
  @media (min-width: 768px) {
    .contacts-companies-shell {
      padding: 15px;
      width: 50%; } }
  @media (min-width: 1024px) {
    .contacts-companies-shell {
      width: 33.33%; } }

.contacts-companies {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  max-width: 100%;
  padding: 45px 25px 45px 55px;
  background-color: #fff;
  color: #212121; }
  .contacts-companies__title {
    margin-bottom: 25px;
    font-weight: bold;
    font-size: 18px;
    line-height: 30px; }
  .contacts-companies__image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    max-width: 100%;
    margin-left: -15px;
    margin-bottom: 30px; }
    .contacts-companies__image img {
      display: block;
      width: 100%;
      height: auto; }
  @media (min-width: 768px) {
    .contacts-companies {
      padding: 55px 60px 55px 80px; }
      .contacts-companies__image {
        margin-left: -10px; }
      .contacts-companies__title {
        font-size: 20px;
        min-height: 60px; } }
  @media (min-width: 1024px) {
    .contacts-companies {
      padding-left: 65px; }
      .contacts-companies__image {
        margin-bottom: 55px;
        margin-left: 0; }
      .contacts-companies__title {
        margin-bottom: 30px; } }
  @media (min-width: 1400px) {
    .contacts-companies {
      padding-left: 100px; }
      .contacts-companies__image {
        margin-left: -20px; } }

.aircompanies-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .aircompanies-list__item {
    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; }
    .aircompanies-list__item-link {
      text-decoration: none;
      color: inherit;
      display: block; }
    .aircompanies-list__item img {
      width: 100%;
      height: auto; }
  @media (max-width: 767.98px) {
    .aircompanies-list {
      margin: -20px -8.5px; }
      .aircompanies-list__item {
        width: 50%;
        padding: 20px 17px; } }
  @media (min-width: 768px) {
    .aircompanies-list {
      margin: -45px -60px; }
      .aircompanies-list__item {
        width: 33.33%;
        padding: 45px 60px; } }
  @media (min-width: 1024px) {
    .aircompanies-list {
      margin: -45px -62px; }
      .aircompanies-list__item {
        width: 25%;
        padding: 45px 62px; } }

.aircompanies-list--mv {
  margin-top: 40px;
  margin-bottom: 40px; }
  @media (min-width: 768px) {
    .aircompanies-list--mv {
      margin-top: 45px;
      margin-bottom: 45px; } }
  @media (min-width: 1024px) {
    .aircompanies-list--mv {
      margin-top: 55px;
      margin-bottom: 55px; } }

.aircompanies-list-btn {
  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: 100%;
  margin-left: auto;
  margin-right: auto;
  height: 48px;
  border-radius: 4.8px;
  border: 1px solid #0098db;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
  font-family: "Museo";
  font-size: 12px;
  font-weight: bold;
  line-height: 24px;
  letter-spacing: 1.8px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  color: #0098db;
  background-color: transparent;
  max-width: 630px; }
  @media (min-width: 768px) {
    .aircompanies-list-btn {
      height: 60px;
      border-radius: 6px;
      font-size: 14px;
      line-height: 24px;
      letter-spacing: 2.1px; } }
  @media (min-width: 1024px) {
    .aircompanies-list-btn {
      max-width: 768px; } }
  .aircompanies-list-btn:hover {
    background-color: #0098db;
    color: #fff; }

.registration-points {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 20px;
  padding-right: 20px; }
  @media (max-width: 767.98px) {
    .registration-points {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; }
      .registration-points__extra-side {
        margin-top: 40px; } }
  @media (min-width: 768px) {
    .registration-points {
      padding-left: 30px;
      padding-right: 0; }
      .registration-points__main-side {
        width: 64%; }
      .registration-points__extra-side {
        width: 36%; } }
  @media (min-width: 1024px) {
    .registration-points {
      padding-left: 35px; }
      .registration-points__main-side {
        width: 53%; }
      .registration-points__extra-side {
        width: 47%; } }

.registration-point {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 310px; }
  .registration-point + .registration-point {
    margin-top: 20px; }
  .registration-point__icon {
    width: 50px;
    min-width: 50px; }
    .registration-point__icon > svg {
      fill: #000;
      stroke: #000; }
  .registration-point__title {
    font-family: "Museo";
    font-size: 15px;
    font-weight: 300;
    line-height: 22px; }
  .registration-point--link {
    color: #0098db;
    text-decoration: none; }
    .registration-point--link .registration-point__icon > svg {
      fill: #0098db;
      stroke: #0098db; }
    .registration-point--link .registration-point__title {
      border-bottom: 1px dashed transparent;
      -webkit-transition: all 0.3s;
      transition: all 0.3s; }
    .registration-point--link:hover .registration-point__title {
      border-bottom-color: #0098db; }
  @media (min-width: 768px) {
    .registration-point__title {
      font-size: 16px; } }

.section-indent-padding {
  padding-top: 65px;
  padding-bottom: 65px; }
  @media (min-width: 768px) {
    .section-indent-padding {
      padding-top: 100px;
      padding-bottom: 100px; } }
  @media (min-width: 1024px) {
    .section-indent-padding {
      padding-top: 115px;
      padding-bottom: 115px; } }

.section-indent-margin {
  margin-top: 65px;
  margin-bottom: 65px; }
  @media (min-width: 768px) {
    .section-indent-margin {
      margin-top: 100px;
      margin-bottom: 100px; } }
  @media (min-width: 1024px) {
    .section-indent-margin {
      margin-top: 115px;
      margin-bottom: 115px; } }

.content-head {
  margin-bottom: 40px; }
  @media (max-width: 1023.98px) {
    .content-head--pt {
      padding-top: 50px; }
    .content-head__card {
      margin-top: 40px; } }
  @media (min-width: 768px) and (max-width: 1023.98px) {
    .content-head--pt {
      padding-top: 85px; } }
  @media (min-width: 768px) {
    .content-head {
      margin-bottom: 75px; } }
  @media (min-width: 1024px) {
    .content-head {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      .content-head__title {
        width: 57%;
        padding-right: 100px; }
      .content-head__card {
        width: 43%;
        margin-top: 0;
        margin-bottom: auto; } }
  @media (min-width: 1400px) {
    .content-head {
      margin-bottom: 100px; }
      .content-head__title {
        width: 56%;
        padding-right: 160px; }
      .content-head__card {
        width: 44%; } }

.location-card {
  display: block;
  padding: 55px 25px 60px;
  max-width: 510px;
  font-family: "Museo";
  background-color: #fff; }
  .location-card + .location-card {
    margin-top: 20px; }
  .location-card__body {
    margin-top: 45px; }
  .location-card__image img {
    display: block;
    max-width: 100%;
    height: auto; }
  .location-card__topic-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  .location-card__topic {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .location-card__topic-text {
      padding-right: 20px;
      font-weight: 300;
      font-size: 15px;
      line-height: 22px; }
    .location-card__topic-unit {
      line-height: 1;
      font-weight: 300;
      font-size: 46px; }
  .location-card__phone-link {
    display: inline-block;
    color: inherit;
    text-decoration: none;
    font-weight: 500;
    letter-spacing: 0.6px;
    font-size: 24px;
    line-height: 40px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s; }
    .location-card__phone-link:hover {
      color: #0098db; }
  @media (max-width: 767.98px) {
    .location-card__topic-list {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; }
    .location-card__topic + .location-card__topic {
      margin-top: 20px; } }
  @media (min-width: 768px) {
    .location-card {
      padding: 55px 80px 60px; }
      .location-card + .location-card {
        margin-top: 30px; }
      .location-card__topic + .location-card__topic {
        padding-left: 30px; }
      .location-card--narrow {
        padding-left: 50px;
        padding-right: 50px; } }
  @media (min-width: 1400px) {
    .location-card--narrow {
      padding-left: 60px;
      padding-right: 60px; } }

.section-back {
  padding-top: 70px;
  padding-bottom: 70px;
  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; }
  @media (min-width: 768px) {
    .section-back {
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      padding-top: 80px;
      padding-bottom: 80px; } }
  @media (min-width: 1024px) {
    .section-back {
      padding-top: 110px;
      padding-bottom: 110px; } }

.section-back-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #212121;
  text-decoration: none; }
  .section-back-btn__arrow {
    padding-right: 18px; }
    .section-back-btn__arrow--right {
      padding-right: 0;
      padding-left: 18px; }
    .section-back-btn__arrow > svg {
      display: block;
      width: 29px;
      height: 16px;
      stroke: #212121; }
  .section-back-btn__arrow--blue > svg {
    stroke: #0098db; }
  .section-back-btn__title {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 12px;
    letter-spacing: 1.8px; }
  @media (min-width: 768px) {
    .section-back-btn__arrow {
      padding-right: 21px;
      -webkit-transform: translateX(0);
              transform: translateX(0);
      -webkit-transition: all 0.3s;
      transition: all 0.3s; }
      .section-back-btn__arrow > svg {
        width: 32px;
        height: 18px; }
    .section-back-btn__title {
      font-size: 14px;
      letter-spacing: 2.1px; }
    .section-back-btn:hover .section-back-btn__arrow {
      -webkit-transform: translateX(-10px);
              transform: translateX(-10px); }
      .section-back-btn:hover .section-back-btn__arrow--right {
        -webkit-transform: translateX(10px);
                transform: translateX(10px); } }

.section-narration {
  overflow: hidden;
  position: relative; }

.narration {
  position: relative;
  padding-top: 100px;
  padding-bottom: 100px; }
  .narration__backdrop {
    position: absolute;
    top: 50%;
    right: 0;
    opacity: 0.2;
    -webkit-transform: translate(-40%, -50%);
            transform: translate(-40%, -50%); }
    .narration__backdrop > svg {
      display: block;
      stroke: #fff; }
    @media (max-width: 1023.98px) {
      .narration__backdrop {
        -webkit-transform: translate(50px, -50%);
                transform: translate(50px, -50%);
        opacity: 0.1; } }
  .narration__item-title {
    font-weight: 500;
    font-size: 48px; }
    .narration__item-title--small {
      font-size: 30px;
      line-height: 45px; }
  .narration__item-unit {
    font-size: 18px;
    font-weight: 300; }
  .narration__item-descr {
    font-weight: 300;
    font-size: 18px;
    line-height: 27px; }
    .narration__item-descr--small {
      line-height: 24px; }
  @media (max-width: 1023.98px) {
    .narration {
      padding-top: 60px;
      padding-bottom: 60px; }
      .narration__item-title {
        font-size: 40px; }
        .narration__item-title--small {
          font-size: 30px; } }
  @media (max-width: 767.98px) {
    .narration {
      padding-left: 20px;
      padding-right: 20px; }
      .narration__item-title {
        font-size: 30px;
        line-height: normal; }
        .narration__item-title--small {
          font-size: 24px;
          line-height: 30px; } }
  @media (min-width: 1024px) {
    .narration--justify-last .narration-col:nth-child(4n) {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end;
      padding-right: 50px; } }

.narration-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .narration-row ~ .narration-row {
    margin-top: 75px; }
  @media (max-width: 1023.98px) {
    .narration-row ~ .narration-row {
      margin-top: 0;
      margin-bottom: -50px; } }
  @media (max-width: 767.98px) {
    .narration-row ~ .narration-row {
      margin-bottom: -30px; } }

.narration-col {
  width: 25%;
  padding-right: 20px; }
  @media (max-width: 1023.98px) {
    .narration-col {
      width: 50%;
      margin-bottom: 50px; } }
  @media (max-width: 767.98px) {
    .narration-col {
      width: 100%;
      margin-bottom: 30px; } }

.services-slider {
  margin-top: 60px; }
  .services-slider .article-slider-wrap {
    padding: 0; }
  @media (min-width: 768px) {
    .services-slider {
      margin-top: 90px; } }
  @media (min-width: 1024px) {
    .services-slider {
      margin-top: 110px; } }

.services-section {
  position: relative; }
  @media (min-width: 1024px) {
    .services-section ~ .services-section {
      padding-top: 60px; } }
  .services-section--shadow:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    display: block;
    height: 120px;
    opacity: 0.1;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#000000), to(#f5f5f5));
    background-image: linear-gradient(to bottom, #000000, #f5f5f5); }

.services-btn-container {
  text-align: center; }
  .services-btn-container--pv {
    padding-top: 60px;
    padding-bottom: 60px; }
  .services-btn-container--mt {
    margin-top: 60px; }

.services-btn {
  width: 100%;
  height: 50px;
  max-width: 370px;
  margin-left: auto;
  margin-right: auto;
  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;
  font-family: "Museo";
  font-weight: bold;
  letter-spacing: 1.8px; }
  @media (min-width: 1024px) {
    .services-btn {
      height: 60px;
      letter-spacing: 2.1px; } }

.services-content.page-content {
  padding-bottom: 0; }

@media (min-width: 768px) and (max-width: 1023.98px) {
  .services-content .container {
    padding-left: 65px;
    padding-right: 65px; } }

@media (min-width: 1400px) {
  .services-section .content-head,
  .services-section .text-divided-2,
  .services-section .services-section-title {
    padding-left: 85px; } }

.services-section .text-divided-2 ~ .services-section-title {
  margin-top: 40px; }
  @media (min-width: 768px) {
    .services-section .text-divided-2 ~ .services-section-title {
      margin-top: 75px; } }
  @media (min-width: 1400px) {
    .services-section .text-divided-2 ~ .services-section-title {
      margin-top: 100px; } }

.accordion .services-section .content-head,
.accordion .services-section .text-divided-2,
.accordion .services-section .services-section-title {
  padding-left: 0; }

@media (min-width: 768px) and (max-width: 1023.98px) {
  .accordion .services-section .location-card {
    margin-left: 85px; } }

.ya-share2-wrap .ya-share2__list {
  width: 100%;
  text-align: center; }

.ya-share2-wrap .ya-share2 .ya-share2__item {
  margin-right: 20px;
  background-color: #fff;
  border-radius: 50%;
  -webkit-transition: all 0.2s;
  transition: all 0.2s; }
  .ya-share2-wrap .ya-share2 .ya-share2__item:last-child {
    margin-right: 0; }
  .ya-share2-wrap .ya-share2 .ya-share2__item .ya-share2__badge,
  .ya-share2-wrap .ya-share2 .ya-share2__item .ya-share2__icon {
    width: 50px;
    height: 50px; }
  .ya-share2-wrap .ya-share2 .ya-share2__item .ya-share2__badge {
    border: 0;
    border-radius: 0;
    background-color: transparent;
    -webkit-transition: all 0.2s;
    transition: all 0.2s; }
  .ya-share2-wrap .ya-share2 .ya-share2__item .ya-share2__icon {
    background-repeat: no-repeat;
    background-position: center;
    -webkit-transition: none;
    transition: none; }
  .ya-share2-wrap .ya-share2 .ya-share2__item_service_facebook .ya-share2__icon {
    background-size: 9px 18px;
    background-image: url(../images/style/i-fb-black.svg); }
  .ya-share2-wrap .ya-share2 .ya-share2__item_service_facebook:hover {
    background-color: #3b5999; }
  .ya-share2-wrap .ya-share2 .ya-share2__item_service_vkontakte .ya-share2__icon {
    background-size: 21px 12px;
    background-image: url(../images/style/i-vk-black.svg); }
  .ya-share2-wrap .ya-share2 .ya-share2__item_service_vkontakte:hover {
    background-color: #4c75a3; }
  .ya-share2-wrap .ya-share2 .ya-share2__item_service_odnoklassniki .ya-share2__icon {
    background-size: 12px 20px;
    background-image: url(../images/style/i-od-black.svg); }
  .ya-share2-wrap .ya-share2 .ya-share2__item_service_odnoklassniki:hover {
    background-color: #ed812b; }

.intro-note {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #fff; }
  .intro-note__icon {
    margin-right: 19px;
    -ms-flex-negative: 1;
        flex-shrink: 1; }
    .intro-note__icon > svg {
      fill: #fff;
      stroke: #fff; }
    .intro-note__icon .intro-note__title {
      margin-top: 2px; }
  .intro-note__title {
    font-weight: 300;
    font-size: 15px;
    line-height: 24px; }
    @media (min-width: 768px) {
      .intro-note__title {
        font-size: 16px; } }

.electro .intro-page-row {
  position: relative; }
  .electro .intro-page-row__info {
    display: none;
    position: absolute;
    right: 0;
    top: 0;
    width: 310px; }
    @media (min-width: 1024px) {
      .electro .intro-page-row__info {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; } }
    .electro .intro-page-row__info p {
      font-size: 12px; }
      .electro .intro-page-row__info p:first-child {
        margin-bottom: 20px; }
    .electro .intro-page-row__info svg {
      width: 100%; }

.electro .h1-like {
  font-size: 28px; }
  @media (min-width: 768px) {
    .electro .h1-like {
      font-size: 64px; } }

.electro a.btn {
  padding-left: 20px;
  padding-right: 20px; }

.electro-page .btn-group .btn {
  font-size: 10px;
  padding-left: 10px;
  padding-right: 10px; }
  @media (min-width: 1024px) {
    .electro-page .btn-group .btn {
      font-size: 12px;
      padding-left: 30px;
      padding-right: 30px; } }

@media (min-width: 768px) {
  .store-list {
    margin: -15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; } }

.store-list-item-shell {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  @media (max-width: 767.98px) {
    .store-list-item-shell {
      max-width: 320px;
      margin-left: auto;
      margin-right: auto; }
      .store-list-item-shell + .store-list-item-shell {
        margin-top: 20px; } }
  @media (min-width: 768px) {
    .store-list-item-shell {
      padding: 15px;
      width: 50%; } }
  @media (min-width: 1024px) {
    .store-list-item-shell {
      width: 33.33%; } }

.store-list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-decoration: none;
  color: #212121;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s; }
  .store-list-item__image {
    height: 215px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover; }
  .store-list-item__body {
    padding: 25px 20px; }
  .store-list-item__title {
    font-weight: bold;
    font-size: 18px;
    letter-spacing: 1.4px; }
  .store-list-item__descr {
    font-weight: 300;
    line-height: 24px;
    font-size: 15px; }
  .store-list-item:hover {
    background-color: #fff; }
  @media (min-width: 768px) {
    .store-list-item__image {
      height: 245px; }
    .store-list-item__body {
      padding: 35px 30px; }
    .store-list-item__title {
      font-size: 20px;
      letter-spacing: 1.5px; }
    .store-list-item__descr {
      font-size: 16px; } }
  @media (min-width: 1024px) {
    .store-list-item__image {
      height: 215px; } }
  @media (min-width: 1400px) {
    .store-list-item__image {
      height: 275px; } }

.numerical-items-list {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .numerical-items-list--mt {
    margin-top: 40px;
    margin-bottom: 40px; }
    @media (min-width: 768px) {
      .numerical-items-list--mt {
        margin-top: 50px;
        margin-bottom: 50px; } }

@media (max-width: 767.98px) {
  .numerical-item-shell + .numerical-item-shell {
    margin-top: 30px; } }

.numerical-item {
  position: relative;
  font-family: "Museo"; }
  .numerical-item__head {
    color: #0098db;
    font-weight: 500;
    line-height: 1; }
    .numerical-item__head-sign, .numerical-item__head-value, .numerical-item__head-unit {
      display: inline; }
    .numerical-item__head-sign {
      font-size: 36px; }
    .numerical-item__head-value {
      font-size: 42px; }
    .numerical-item__head-unit {
      font-weight: 300;
      font-size: 18px; }
  .numerical-item__descr {
    margin-top: 10px; }
    .numerical-item__descr-text {
      font-weight: 300;
      font-size: 15px;
      line-height: 20px; }
  @media (min-width: 768px) {
    .numerical-item__head-sign {
      font-size: 40px; }
    .numerical-item__head-value {
      font-size: 48px; }
    .numerical-item__descr-text {
      font-size: 18px;
      line-height: 27px; } }

@media (max-width: 767.98px) {
  .numerical-items-list--layout-1 .numerical-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%; }
    .numerical-items-list--layout-1 .numerical-item__head, .numerical-items-list--layout-1 .numerical-item__descr {
      width: 50%; }
    .numerical-items-list--layout-1 .numerical-item__head {
      text-align: right; }
    .numerical-items-list--layout-1 .numerical-item__descr {
      padding-left: 27px;
      margin-top: 0; } }

@media (min-width: 768px) {
  .numerical-items-list--layout-1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: -30px; }
    .numerical-items-list--layout-1 .numerical-item-shell {
      width: 43%;
      padding-bottom: 30px; }
    .numerical-items-list--layout-1 .numerical-item__head-value {
      position: relative; }
    .numerical-items-list--layout-1 .numerical-item__head-sign {
      position: absolute;
      right: 100%;
      top: 7px; } }

@media (min-width: 1024px) {
  .numerical-items-list--layout-1 {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    .numerical-items-list--layout-1 .numerical-item-shell {
      width: 45%; } }

.numerical-items-list--layout-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .numerical-items-list--layout-2 .numerical-item-shell {
    width: 50%; }
  @media (max-width: 767.98px) {
    .numerical-items-list--layout-2 .numerical-item-shell {
      margin-top: 0;
      margin-bottom: 40px; }
      .numerical-items-list--layout-2 .numerical-item-shell:nth-child(odd) {
        padding-right: 15px; }
      .numerical-items-list--layout-2 .numerical-item-shell:nth-child(even) {
        padding-left: 15px; } }
  @media (min-width: 768px) and (max-width: 1023.98px) {
    .numerical-items-list--layout-2 {
      margin-left: -30px;
      margin-right: -30px; }
      .numerical-items-list--layout-2 .numerical-item-shell {
        padding-right: 30px;
        padding-left: 30px;
        width: 33.33%; } }
  @media (min-width: 768px) {
    .numerical-items-list--layout-2 {
      margin-bottom: -60px; }
      .numerical-items-list--layout-2 .numerical-item-shell {
        margin-bottom: 60px; } }
  @media (min-width: 1024px) {
    .numerical-items-list--layout-2 .numerical-item-shell:nth-child(odd) {
      padding-right: 35px; }
    .numerical-items-list--layout-2 .numerical-item-shell:nth-child(even) {
      padding-left: 35px; } }

.hint-btn {
  display: inline-block;
  text-align: center;
  font-size: 8px;
  line-height: 12px; }
  .hint-btn--info > svg {
    display: block;
    width: 12px;
    height: 12px;
    fill: #000; }

@media (max-width: 1023.98px) {
  .parking-info_modal-mod {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    height: 100%; } }

@media (max-width: 768px) {
  .parking-info_modal-mod {
    display: block;
    height: auto; } }

@media (max-width: 1023.98px) {
  .parking-info_modal-mod .parking-info__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 50%;
    padding-right: 27px; } }

@media (max-width: 768px) {
  .parking-info_modal-mod .parking-info__top {
    display: block;
    width: auto;
    padding-right: 0; } }

@media (max-width: 1023.98px) {
  .parking-info_modal-mod .parking-info__tabs {
    width: 50%; } }
  @media (max-width: 1023.98px) and (max-width: 768px) {
    .parking-info_modal-mod .parking-info__tabs {
      width: auto; } }

@media (max-width: 1023.98px) {
  .parking-info_modal-mod .parking-info__basic {
    margin-bottom: 40px; } }
  @media (max-width: 1023.98px) and (max-width: 768px) {
    .parking-info_modal-mod .parking-info__basic {
      margin-bottom: 15px; } }

@media (max-width: 1023.98px) {
  .parking-info_modal-mod .parking-info__note {
    margin-top: auto; } }

.parking-info__terminal-list {
  margin-bottom: 15px;
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1; }

.parking-info__terminal-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-left: 0; }

.parking-info__terminal-item {
  width: 50px;
  height: 40px;
  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;
  list-style: none;
  color: #fff;
  font-size: 24px;
  line-height: 1;
  border-radius: 6px; }

.parking-info__terminal-item-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.parking-info__terminal-item-wrapper + .parking-info__terminal-item-wrapper {
  margin-left: 85px; }

.parking-info__terminal-label {
  margin-left: 20px;
  font-size: 16px;
  line-height: 1.5px;
  font-weight: 700; }

.parking-info__basic {
  padding-left: 0; }

.parking-info__basic-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  list-style: none;
  margin-bottom: 15px; }

.parking-info__basic-item {
  line-height: 1.5;
  font-size: 16px;
  position: relative;
  margin-right: 36px;
  padding-left: 32px; }

.parking-info__basic-icon {
  width: 24px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
  left: 0; }
  .parking-info__basic-icon svg {
    display: block;
    width: 100%;
    height: auto; }

.parking-info__price-wrapper {
  max-width: calc(50% - 25px);
  min-width: 240px; }
  @media (max-width: 1023.98px) {
    .parking-info__price-wrapper {
      margin-bottom: 40px; }
      .parking-info__price-wrapper:last-child {
        margin-bottom: 0; } }
  @media (max-width: 768px) {
    .parking-info__price-wrapper {
      margin-bottom: 65px; } }

.parking-info__price-title {
  font-weight: 700;
  font-size: 20px;
  line-height: 1.2;
  margin-bottom: 20px; }
  .parking-info__price-title:last-child {
    margin-bottom: 0; }

.parking-info__price-caption {
  display: block;
  font-weight: 300;
  font-size: 15px;
  line-height: 1.5;
  margin-top: 5px; }

.parking-info__price {
  padding-left: 0;
  margin-bottom: 24px; }
  .parking-info__price:last-child {
    margin-bottom: 0; }

.parking-info__price-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  list-style: none;
  font-size: 16px;
  line-height: 1.5;
  padding: 8px 0; }
  .parking-info__price-item:last-child {
    padding-top: 15px;
    padding-bottom: 0; }

.parking-info__price-th {
  width: 125px;
  padding-right: 15px;
  font-weight: 700;
  -ms-flex-negative: 0;
      flex-shrink: 0; }

.parking-info__price-td {
  color: #424242;
  -ms-flex-negative: 0;
      flex-shrink: 0; }

.parking-info__note {
  font-size: 14px;
  line-height: 1.5;
  font-weight: 300; }
  @media (max-width: 1023.98px) {
    .parking-info__note {
      max-width: 210px;
      display: none; } }
  @media (max-width: 768px) {
    .parking-info__note {
      width: auto; } }
  @media (max-width: 767.98px) {
    .parking-info__note {
      max-width: 50%;
      min-width: 210px; } }
  .parking-info__note_laptop {
    display: none; }
    @media (max-width: 1023.98px) {
      .parking-info__note_laptop {
        display: block; }
        .parking-info__note_laptop:last-child {
          margin-right: 50px; } }
    @media (max-width: 767.98px) {
      .parking-info__note_laptop {
        display: none; } }

.parking-info__columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  @media (max-width: 768px) {
    .parking-info__columns {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; } }

.parking-info__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 35px;
  border-top: 1px solid #000;
  padding-top: 30px; }
  @media (max-width: 1023.98px) {
    .parking-info__body {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; } }

.parking-info__column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-right: 50px; }
  @media (max-width: 768px) {
    .parking-info__column {
      margin-left: 0;
      margin-bottom: 65px; }
      .parking-info__column_last-child {
        margin-bottom: 0; } }
  .parking-info__column_last-child {
    margin-left: 0; }
  .parking-info__column_sm {
    width: 560px; }
    @media (max-width: 1023.98px) {
      .parking-info__column_sm {
        width: 510px; } }
    @media (max-width: 768px) {
      .parking-info__column_sm {
        width: 240px; } }
  @media (max-width: 1023.98px) {
    .parking-info__column_tablet-sm {
      width: 240px; }
      .parking-info__column_tablet-sm:last-child {
        margin-right: 50px; } }
  @media (max-width: 768px) {
    .parking-info__column_tablet-sm:last-child {
      margin-right: 0; } }
  .parking-info__column_sx {
    width: 240px; }
    @media (max-width: 1023.98px) {
      .parking-info__column_sx:last-child {
        margin-right: 50px; } }
    @media (max-width: 768px) {
      .parking-info__column_sx:last-child {
        margin-right: 0; } }

.parking-info__tabs {
  margin-bottom: 24px; }

.parking-info__block {
  margin-bottom: 65px; }
  .parking-info__block:last-child {
    margin-bottom: 0; }
  .parking-info__block_vt-end {
    margin-top: auto; }
  .parking-info__block_ta-end {
    text-align: right; }

.parking-info__marker {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.parking-info__marker-icon {
  width: 42px;
  height: 38px;
  margin-right: 20px;
  -ms-flex-negative: 0;
      flex-shrink: 0; }
  .parking-info__marker-icon > svg {
    stroke: #0096DD; }

.parking-info__marker-title {
  font-weight: 700;
  font-size: 14px;
  line-height: 1.71429;
  letter-spacing: 2.1px;
  text-transform: uppercase; }

.parking-info_0 .parking-info__terminal-item {
  background: #83c464; }

.parking-info_0 .parking-info__body {
  border-color: #83c464; }

.parking-info_1-5 .parking-info__terminal-item {
  background: #3ca3bd; }

.parking-info_1-5 .parking-info__body {
  border-color: #3ca3bd; }

.parking-info_2-4 .parking-info__terminal-item {
  background: #f8bd57; }

.parking-info_2-4 .parking-info__body {
  border-color: #f8bd57; }

.parking-info_3 .parking-info__terminal-item {
  background: #9171ad; }

.parking-info_3 .parking-info__body {
  border-color: #9171ad; }

.map-parking__map-wrapper {
  position: relative;
  width: 100%;
  height: 100vh;
  min-height: 500px; }

.map-parking__map {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto; }

.map-parking__point {
  position: relative;
  cursor: pointer;
  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; }
  .map-parking__point_terminal {
    color: #fff;
    font-weight: 700;
    font-size: 24px;
    height: 40px;
    width: 50px;
    left: -25px;
    top: -20px;
    line-height: 40px;
    border-radius: 6px; }
    @media (max-width: 1023.98px) {
      .map-parking__point_terminal {
        font-size: 14px;
        height: 30px;
        line-height: 30px;
        width: 40px; } }
  .map-parking__point_terminal_0 {
    background: #83c464; }
  .map-parking__point_terminal_1-5 {
    background: #3ca3bd; }
  .map-parking__point_terminal_2-4 {
    background: #dea94e; }
  .map-parking__point_terminal_3 {
    background: #9171ad; }
  .map-parking__point_circle {
    width: 40px;
    height: 40px;
    left: -20px;
    top: -20px;
    border-radius: 50%;
    color: #fff;
    font-weight: 700;
    font-size: 20px;
    line-height: 20px;
    cursor: pointer; }
    @media (max-width: 1023.98px) {
      .map-parking__point_circle {
        width: 30px;
        height: 30px;
        font-size: 14px;
        line-height: 30px; } }
  .map-parking__point_cash {
    background: #0098db; }
  .map-parking__point_bus {
    background: #0098db; }
  .map-parking__point_train {
    white-space: nowrap;
    background: #0098db; }

.map-parking__point-icon {
  display: block;
  width: 100%;
  height: auto; }

.map-parking__point-hint {
  background: #fff;
  padding: 8px 16px;
  color: #242424;
  font-size: 16px;
  line-height: 1.3;
  max-width: 250px;
  -webkit-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, .1);
          box-shadow: 0 5px 10px 0 rgba(0, 0, 0, .1);
  position: absolute !important;
  top: 0;
  bottom: 0;
  right: -10px;
  -webkit-transform: translate(100%);
          transform: translate(100%);
  margin: auto 0;
  z-index: 10;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity .35s, visibility .35s;
  transition: opacity .35s, visibility .35s; }
  .map-parking__point-hint.active {
    opacity: 1;
    visibility: visible; }

.map-parking__map-modal {
  font-size: 14px;
  position: absolute;
  bottom: 20px;
  right: 20px;
  width: 480px;
  max-height: calc(100% - 40px);
  background-color: #fff;
  -webkit-box-shadow: 0px 5px 15px 0 rgba(0, 0, 0, .1);
          box-shadow: 0px 5px 15px 0 rgba(0, 0, 0, .1);
  border-radius: 6px;
  overflow: hidden;
  visibility: hidden;
  pointer-events: none;
  opacity: 0;
  -webkit-transition: opacity .35s, visibility .35s;
  transition: opacity .35s, visibility .35s; }
  @media (max-width: 1399.98px) {
    .map-parking__map-modal {
      width: 410px; } }
  @media (max-width: 1023.98px) {
    .map-parking__map-modal {
      bottom: 10px;
      right: 10px;
      width: calc(100% - 20px); } }
  @media (max-width: 768px) {
    .map-parking__map-modal {
      left: 7px;
      width: calc(100% - 14px); } }
  .map-parking__map-modal_opened {
    pointer-events: all;
    visibility: visible;
    opacity: 1; }

.map-parking__modal-close {
  display: block;
  position: absolute;
  top: 10px;
  right: 10px;
  height: 44px;
  width: 44px;
  cursor: pointer; }
  .map-parking__modal-close:after, .map-parking__modal-close:before {
    content: '';
    display: block;
    position: absolute;
    width: 2px;
    height: 32px;
    top: 10px;
    background: #000;
    -webkit-transition: background-color .2s;
    transition: background-color .2s; }
  .map-parking__modal-close:after {
    left: 10px;
    -webkit-transform-origin: top left;
            transform-origin: top left;
    -webkit-transform: rotate(-45deg) translate(-1px, 1px);
            transform: rotate(-45deg) translate(-1px, 1px); }
  .map-parking__modal-close:before {
    right: 10px;
    -webkit-transform-origin: top right;
            transform-origin: top right;
    -webkit-transform: rotate(45deg) translate(1px, 1px);
            transform: rotate(45deg) translate(1px, 1px); }
  .map-parking__modal-close:hover:before, .map-parking__modal-close:hover:after {
    background: rgba(0, 0, 0, .5); }

.map-parking__templates-parking-info {
  visibility: hidden;
  position: absolute;
  opacity: 0;
  left: -200vw;
  bottom: -100vh;
  z-index: -20; }

.map-parking__popup-inner {
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 60px 45px 50px 60px;
  -webkit-transition: opacity .35s, visibility .35s;
  transition: opacity .35s, visibility .35s; }
  .map-parking__popup-inner::-webkit-scrollbar {
    width: 3px;
    height: 3px; }
  .map-parking__popup-inner::-webkit-scrollbar-button {
    background-color: transparent; }
  .map-parking__popup-inner::-webkit-scrollbar-track {
    background-color: transparent; }
  .map-parking__popup-inner::-webkit-scrollbar-track-piece {
    background-color: #ffffff; }
  .map-parking__popup-inner::-webkit-scrollbar-thumb {
    background-color: #dddfe0; }
  @media (max-width: 1023.98px) {
    .map-parking__popup-inner {
      padding: 60px;
      padding-right: 70px; } }
  @media (max-width: 768px) {
    .map-parking__popup-inner {
      padding: 45px 33px; } }

.map-parking__popup-content {
  width: 310px;
  -webkit-transition: opacity .35s, visibility .35s;
  transition: opacity .35s, visibility .35s; }
  @media (max-width: 1023.98px) {
    .map-parking__popup-content {
      width: 100%;
      height: 100%; } }
  .map-parking__popup-content.hide {
    opacity: 0;
    visibility: hidden; }
  .map-parking__popup-content.show {
    opacity: 1;
    visibility: visible; }

.map-parking__details {
  margin-bottom: 175px; }

.parking-tabs {
  overflow: hidden;
  position: relative; }
  .parking-tabs__menu {
    border-bottom: 1px solid rgba(0, 0, 0, .1); }
  .parking-tabs__menu-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: auto !important; }
  .parking-tabs__menu-item {
    width: 130px;
    padding-right: 30px;
    width: auto !important;
    height: auto !important;
    cursor: pointer;
    opacity: .6;
    -webkit-transition: opacity .2s;
    transition: opacity .2s; }
    @media (max-width: 414px) {
      .parking-tabs__menu-item {
        padding: 0 17px; } }
    .parking-tabs__menu-item_active, .parking-tabs__menu-item:hover {
      opacity: 1; }
      .parking-tabs__menu-item_active .parking-tabs__menu-text:after, .parking-tabs__menu-item:hover .parking-tabs__menu-text:after {
        opacity: 1; }
  .parking-tabs__menu-text {
    display: inline-block;
    vertical-align: top;
    position: relative;
    padding-bottom: 20px;
    padding-top: 16px;
    font-size: 20px;
    line-height: 1.2;
    font-weight: 700;
    color: #212121;
    -webkit-transition: color .2s;
    transition: color .2s;
    margin-bottom: -1px; }
    .parking-tabs__menu-text:after {
      content: '';
      display: block;
      position: absolute;
      bottom: 0;
      left: 0;
      height: 3px;
      width: 100%;
      background: #0098db;
      opacity: 0;
      -webkit-transition: opacity .2s;
      transition: opacity .2s; }
  .parking-tabs__menu-top {
    text-transform: uppercase;
    display: block;
    font-size: 24px;
    line-height: 1;
    margin-bottom: 10px; }
    .parking-tabs__menu-top:last-child {
      margin-bottom: 0; }
  .parking-tabs__sticker {
    font-size: 8px;
    line-height: 1;
    display: inline-block;
    vertical-align: top;
    padding: 4px 7px;
    border-radius: 8px;
    margin-left: 12px;
    text-transform: uppercase;
    color: #fff;
    background: #0098db;
    opacity: 1;
    letter-spacing: .8px;
    -webkit-transition: opacity .2s;
    transition: opacity .2s; }
  .parking-tabs__tab-content {
    padding-top: 10px;
    opacity: 0;
    z-index: -1;
    top: 0;
    right: -200%;
    height: auto;
    visibility: hidden;
    position: absolute; }
    .parking-tabs__tab-content_active {
      position: relative;
      z-index: 1;
      opacity: 1;
      left: 0;
      top: 0;
      visibility: visible;
      -webkit-transition: opacity .35s, -webkit-transform .35s;
      transition: opacity .35s, -webkit-transform .35s;
      transition: opacity .35s, transform .35s;
      transition: opacity .35s, transform .35s, -webkit-transform .35s; }
  .parking-tabs_sm .parking-tabs__menu-text {
    padding-top: 40px;
    padding-bottom: 37px;
    font-size: 16px;
    line-height: 1.5; }
  .parking-tabs_sm .parking-tabs__menu-item {
    width: 200px !important; }
  .parking-tabs_sm .parking-tabs__menu {
    border-bottom: none;
    background: #f5f5f5;
    position: relative;
    z-index: 1; }
    @media (max-width: 768px) {
      .parking-tabs_sm .parking-tabs__menu {
        max-width: 570px;
        margin-right: auto;
        margin-left: auto; } }
    .parking-tabs_sm .parking-tabs__menu:after, .parking-tabs_sm .parking-tabs__menu:before {
      content: '';
      display: block;
      position: absolute;
      height: 100%;
      width: 100vw;
      background: #f5f5f5;
      top: 0; }
    .parking-tabs_sm .parking-tabs__menu:before {
      left: 10px;
      -webkit-transform: translateX(-100%);
              transform: translateX(-100%); }
    .parking-tabs_sm .parking-tabs__menu:after {
      right: 10px;
      -webkit-transform: translateX(100%);
              transform: translateX(100%); }
  .parking-tabs_sm .parking-tabs__tab-content {
    padding-top: 40px;
    padding-bottom: 75px; }
    @media (max-width: 768px) {
      .parking-tabs_sm .parking-tabs__tab-content {
        max-width: 570px;
        margin-right: auto;
        margin-left: auto; } }

.external-reference {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  text-decoration: none; }
  .external-reference__icon {
    width: 42px;
    height: 34px;
    margin-right: 20px;
    -ms-flex-negative: 0;
        flex-shrink: 0; }
    .external-reference__icon > svg {
      stroke: #fff; }
  .external-reference__title {
    font-weight: 700;
    font-size: 14px;
    line-height: 1.2;
    letter-spacing: 2.1px;
    text-transform: uppercase; }

.header {
  height: 46px; }
  .header-inner {
    position: relative;
    padding: 20px 0 0 0; }
  .header-row {
    position: relative;
    z-index: 10;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  .header-col--logo {
    position: absolute;
    top: -10px;
    left: 0;
    display: block; }
    @media (min-width: 768px) {
      .header-col--logo {
        top: -5px; } }
    @media (min-width: 1024px) {
      .header-col--logo {
        left: 360px; } }
    @media (min-width: 1400px) {
      .header-col--logo {
        left: 485px; } }
  .header-col .logo-site__img {
    width: 130px; }

.hdr-link {
  color: #fff;
  -webkit-transition: opacity .2s, color .2s;
  transition: opacity .2s, color .2s; }
  .hdr-link:not(span):hover {
    opacity: .5; }

.hdr-link-tab {
  border-bottom: 1px dotted rgba(255, 255, 255, .5);
  opacity: .5; }
  .hdr-link-tab:hover {
    opacity: 1 !important; }
  .hdr-link-tab.is-active {
    color: #fff;
    border-bottom: none;
    opacity: 1; }

.hdr-link--nav {
  position: relative;
  display: inline-block;
  width: 25px;
  height: 20px;
  margin-left: 50px;
  cursor: pointer; }
  .hdr-link--nav span {
    width: 52px;
    white-space: nowrap; }
  .hdr-link--nav:after, .hdr-link--nav:before {
    content: '';
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 25px;
    height: 2px;
    background-color: #fff;
    opacity: .99;
    -webkit-transition: -webkit-transform .25s ease-out;
    transition: -webkit-transform .25s ease-out;
    transition: transform .25s ease-out;
    transition: transform .25s ease-out, -webkit-transform .25s ease-out; }
  .hdr-link--nav:before {
    top: 10px; }
  .hdr-link--nav:hover:after {
    -webkit-transform: translate3d(0, -2px, 0);
            transform: translate3d(0, -2px, 0); }
  .hdr-link--nav:hover:before {
    -webkit-transform: translate3d(0, 2px, 0);
            transform: translate3d(0, 2px, 0); }

@media (max-width: 767.98px) {
  .hdr-link--nav {
    margin-top: 5px;
    margin-left: 30px; }
  .hdr-link--search {
    margin-left: 30px; } }

@media (min-width: 768px) {
  .header {
    height: 84px; }
    .header-inner {
      padding: 40px 0 20px 0; }
  .hdr-link {
    display: inline-block;
    font-size: 12px;
    text-transform: uppercase;
    text-decoration: none;
    letter-spacing: 1px;
    line-height: 1.7; }
    .hdr-link--b {
      position: relative;
      margin-left: 30px; }
      .hdr-link--b:after {
        content: '';
        position: absolute;
        top: 4px;
        left: -17px;
        width: 1px;
        height: 10px;
        background-color: rgba(255, 255, 255, .5); }
    .hdr-link:hover {
      color: #fff; }
  .hdr-link--nav {
    width: 97px;
    height: auto;
    padding: 0 0 0 45px;
    white-space: nowrap; }
    .hdr-link--nav:after, .hdr-link--nav:before {
      top: 4px;
      width: 30px; }
    .hdr-link--nav:before {
      top: 11px; } }

@media (min-width: 1024px) {
  .header {
    height: 87px; }
  .hdr-link--nav {
    margin-left: 90px; } }

@media (min-width: 1400px) {
  .hdr-link {
    font-size: 14px;
    letter-spacing: 1.3px; }
    .hdr-link--b:after {
      top: 6px; }
  .hdr-link--nav:after, .hdr-link--nav:before {
    top: 5px; }
  .hdr-link--nav:before {
    top: 13px; } }

.list-social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 270px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  .footer .list-social {
    margin: 20px auto; }

.social-link {
  display: block;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  background-color: rgba(255, 255, 255, .05);
  background-position: center;
  background-repeat: no-repeat;
  -webkit-transition: background-color .2s;
  transition: background-color .2s; }
  .social-link--fb {
    background-image: url(../images/style/i-fb.svg);
    background-size: 9px 18px; }
    .social-link--fb:hover {
      background-color: #3b5999; }
  .social-link--vk {
    background-image: url(../images/style/i-vk.svg);
    background-size: 21px 12px; }
    .social-link--vk:hover {
      background-color: #4c75a3; }
  .social-link--in {
    background-image: url(../images/style/i-in.svg);
    background-size: 18px 18px; }
    .social-link--in:hover {
      background-color: #e4405f; }
  .social-link--od {
    background-image: url(../images/style/i-od.svg);
    background-size: 12px 20px; }
    .social-link--od:hover {
      background-color: #ed812b; }

@media (min-width: 768px) {
  .list-social {
    min-width: 270px; }
    .footer .list-social {
      margin: 0 0 0 auto; } }

@media (min-width: 1400px) {
  .list-social {
    position: relative;
    left: -35px; } }

.footer {
  padding: 30px 0 20px 0;
  background-color: #242424;
  color: rgba(255, 255, 255, .5);
  font-weight: 300;
  font-size: 12px; }
  .footer-row {
    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; }
  .footer-col {
    margin-bottom: 15px; }

.ft-link {
  color: rgba(255, 255, 255, .5);
  text-decoration: none; }
  .ft-link:hover {
    text-decoration: underline; }
  .ft-link-img {
    text-decoration: none; }
    .ft-link-img svg {
      fill: #fff;
      -webkit-transition: all .2s;
      transition: all .2s; }
    .ft-link-img:hover.img-renova svg {
      fill: #d50000; }
    .ft-link-img:hover.img-ar svg {
      fill: #0098db; }
  .ft-link--phone {
    display: inline-block;
    margin-bottom: 10px;
    color: #fff;
    font-size: 24px; }

@media (min-width: 768px) {
  body {
    margin-bottom: 185px; }
  .footer {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 20;
    padding: 45px 0 0 0; }
    .footer-row {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      text-align: left; }
    .footer-col {
      width: 45%;
      margin-bottom: 25px; }
  .ft-link--phone {
    font-size: 30px; } }

@media (min-width: 1024px) {
  body {
    margin-bottom: 140px; }
  .footer {
    padding-bottom: 20px; }
    .footer-col {
      width: auto; }
      .footer-col--md-order-1 {
        -webkit-box-ordinal-group: 0;
            -ms-flex-order: -1;
                order: -1; }
  .ft-link--phone {
    margin-bottom: 5px;
    font-size: 12px; } }

@media (min-width: 1400px) {
  body {
    margin-bottom: 253px; }
  .footer {
    padding: 70px 0 40px 0;
    font-size: 14px; }
  .ft-link--phone {
    font-size: 14px; } }

.nav-wrap {
  display: none;
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #0098db; }

.nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 50px 0 0 0;
  background-color: #0098db; }
  .nav-middle {
    width: 100%;
    overflow: auto;
    max-height: calc(100% - 60px); }
  .nav-bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
    max-width: 720px;
    margin: auto auto 0 auto;
    padding: 20px 15px; }
    .nav-bottom__link {
      font-size: 9px;
      color: #fff;
      text-decoration: none;
      text-transform: uppercase; }
      .nav-bottom__link:hover span {
        text-decoration: underline; }
      .nav-bottom__link svg {
        position: relative;
        top: 3px;
        margin-right: 5px; }
  @media (min-width: 768px) {
    .nav {
      padding-top: 200px; }
      .nav-bottom__link {
        font-size: 14px;
        letter-spacing: 1px; }
        .nav-bottom__link svg {
          top: 1px;
          margin-right: 12px; } }
  @media (min-width: 1024px) {
    .nav-bottom {
      max-width: 1280px; } }

.nav-float {
  position: fixed;
  z-index: 105;
  top: 0;
  left: 0;
  right: 0; }
  .nav-float .container {
    position: relative; }
  .nav-float__btn {
    display: none;
    position: absolute;
    top: 10px;
    right: 15px;
    width: 50px;
    height: 50px;
    background-color: #0098db;
    border-radius: 100%;
    -webkit-box-shadow: 0 0 12px 2px rgba(0, 0, 0, .1);
            box-shadow: 0 0 12px 2px rgba(0, 0, 0, .1);
    cursor: pointer; }
    .nav-float__btn:after, .nav-float__btn:before {
      content: '';
      position: absolute;
      z-index: 1;
      top: 50%;
      left: 50%;
      width: 25px;
      height: 2px;
      background-color: #fff;
      margin: -5px 0 0 -12px;
      opacity: .99;
      -webkit-transition: -webkit-transform .25s ease-out;
      transition: -webkit-transform .25s ease-out;
      transition: transform .25s ease-out;
      transition: transform .25s ease-out, -webkit-transform .25s ease-out; }
    .nav-float__btn:before {
      margin-top: 2px; }
    .nav-float__btn:hover:after {
      -webkit-transform: translate(0, -2px);
              transform: translate(0, -2px); }
    .nav-float__btn:hover:before {
      -webkit-transform: translate(0, 2px);
              transform: translate(0, 2px); }
  @media (min-width: 768px) {
    .nav-float__btn {
      width: 70px;
      height: 70px; }
      .nav-float__btn:after, .nav-float__btn:before {
        width: 30px;
        margin: -6px 0 0 -15px; }
      .nav-float__btn:before {
        margin-top: 3px; } }

.nav-list {
  margin: 0;
  padding: 0; }
  .nav-list > .fake-li {
    margin-bottom: 10px; }

.nav__link {
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 1px; }
  .nav__link:hover {
    text-decoration: underline; }
  .nav__link-sub {
    color: #fff;
    text-decoration: none;
    letter-spacing: 1px;
    opacity: .6; }
    .nav__link-sub:hover {
      text-decoration: underline; }

@media (min-width: 768px) {
  .nav-list {
    position: relative;
    padding-left: 70px;
    -webkit-columns: 2;
            columns: 2; }
    .nav-list > .fake-li {
      margin-bottom: 50px; }
    .nav-list--sub > .fake-li {
      margin-bottom: 30px; } }

@media (min-width: 1024px) {
  .nav-list {
    -webkit-columns: 3;
            columns: 3; } }

@media (min-width: 1400px) {
  .nav-list {
    left: 100px;
    padding-left: 0; }
  .nav__link {
    font-size: 18px; } }

.alerts-section {
  position: relative;
  padding: 20px 0;
  opacity: 0;
  text-align: center;
  color: #fff;
  -webkit-transition: opacity .5s .8s ease-out;
  transition: opacity .5s .8s ease-out; }
  .is-ready .alerts-section {
    opacity: 1; }
  .alerts-section .swiper-slide {
    padding-right: 40px; }
  .alerts-section .swiper-slide:not(.swiper-slide-active) {
    opacity: 0 !important; }
  .alerts-section .i-close {
    position: absolute;
    z-index: 10;
    top: 50%;
    right: 20px;
    -webkit-transform: translate3d(0, -50%, 0);
            transform: translate3d(0, -50%, 0); }
  @media (min-width: 768px) {
    .alerts-section .swiper-slide {
      padding-right: 0; } }

.main-page .section-intro {
  margin-top: -15px; }

.main-page .intro-page {
  padding: 50px 0; }

body:not(.main-page) .section-intro {
  padding-top: 20px; }

@media (min-width: 1400px) {
  body:not(.main-page) .section-intro {
    padding-top: 0; }
  body:not(.main-page) .intro-page {
    padding-left: 85px;
    padding-right: 85px; } }

body:not(.main-page) .section-intro .intro-page {
  min-height: 185px; }
  @media (min-width: 768px) {
    body:not(.main-page) .section-intro .intro-page {
      min-height: 325px; } }
  @media (min-width: 1024px) {
    body:not(.main-page) .section-intro .intro-page {
      min-height: 350px; } }
  @media (min-width: 1400px) {
    body:not(.main-page) .section-intro .intro-page {
      min-height: 420px; } }

.intro-page {
  position: relative;
  padding: 30px 0;
  min-height: 270px; }
  .intro-page-row {
    position: relative;
    z-index: 5; }
  .intro-page__svx {
    position: absolute;
    z-index: 1;
    top: -5px;
    left: 50%;
    margin-left: 15px;
    font-size: 195px;
    font-weight: 900;
    line-height: 1;
    color: rgba(255, 255, 255, .1);
    letter-spacing: -1px;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s; }
  .intro-page__airplane, .intro-page__airplane-shadow-1, .intro-page__airplane-shadow-2 {
    display: none; }
  .intro-page-clouds {
    display: none;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden; }
  .intro-page-links {
    padding-left: 70px; }
  .intro-page__link {
    margin-left: 30px;
    border-bottom: 1px solid rgba(255, 255, 255, .5);
    color: #fff;
    font-weight: 300;
    font-size: 18px;
    text-decoration: none; }
    .intro-page__link:hover {
      border-bottom: none; }
  .intro-page .logo-site {
    margin-bottom: 40px; }

.logo-site {
  display: inline-block;
  -webkit-transition: opacity .2s;
  transition: opacity .2s; }
  .logo-site:hover {
    opacity: .58; }
  .logo-site__img {
    display: block;
    width: 235px;
    height: 40px; }

@media (min-width: 768px) {
  .logo-site__img {
    width: 300px;
    height: 45px; }
  .main-page .intro-page {
    padding: 90px 0 70px 0; }
  .intro-page {
    padding: 90px 0 30px 0; }
    .intro-page__svx {
      top: -20px;
      margin-left: 8px;
      font-size: 355px; }
    .intro-page-links {
      padding-left: 50%; }
    .intro-page__link {
      margin-left: 70px;
      font-size: 24px; }
      .intro-page__link:first-of-type {
        margin-left: 0; }
    .intro-page .logo-site {
      margin-bottom: 30px; } }

@media (min-width: 1024px) {
  .section-intro {
    margin-top: 0; }
  .main-page .intro-page {
    padding: 80px 0 90px 0; }
  .intro-page {
    padding: 80px 0 30px 0; }
    .intro-page__svx {
      top: -40px;
      margin-left: 10px;
      font-size: 410px; }
    .intro-page .logo-site {
      margin-bottom: 100px; } }

@media (min-width: 1400px) {
  .main-page .intro-page {
    padding: 130px 0 80px 0; }
  .intro-page {
    padding: 130px 0 40px 0; }
    .intro-page__svx {
      margin-left: 18px;
      font-size: 510px; }
    .intro-page__airplane {
      position: absolute;
      z-index: 2;
      top: 95px;
      left: 50%;
      display: block;
      width: 190px;
      height: 205px;
      margin-left: -95px; }
    .intro-page__airplane-shadow-1, .intro-page__airplane-shadow-2 {
      position: absolute;
      z-index: 1;
      display: block;
      top: 95px;
      left: 50%;
      width: 220px;
      height: 235px;
      margin-left: -145px;
      opacity: .45; }
    .intro-page-clouds {
      display: block; }
    .intro-page__cloud-1 {
      position: absolute;
      top: 0;
      left: 0;
      width: 554px;
      height: 379px;
      background: url(../images/style/c1.png) no-repeat center;
      background-size: 554px 379px; }
    .intro-page__cloud-2 {
      position: absolute;
      top: 0;
      right: 0;
      width: 604px;
      height: 203px;
      background: url(../images/style/c2.png) no-repeat center;
      background-size: 604px 203px; }
    .intro-page__cloud-3 {
      position: absolute;
      top: 0;
      left: 20%;
      width: 568px;
      height: 312px;
      background: url(../images/style/c3.png) no-repeat center;
      background-size: 568px 312px; }
    .intro-page__vpp {
      position: absolute;
      z-index: 1;
      top: 0;
      left: 50%;
      width: 400px;
      height: 1962px;
      margin-left: -200px;
      background: url(../images/style/vpp.svg) repeat-y top left;
      background-size: 400px 1962px; }
    .intro-page-links {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      width: 370px;
      margin: 0 auto;
      padding-left: 0; }
    .intro-page__link {
      margin-left: 0; }
    .intro-page .logo-site {
      margin-bottom: 120px; } }

.intro-page-row.d-flex {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.intro-page-row.align-top {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start; }

.intro-page-col {
  width: 100%; }
  .intro-page-col.w-auto {
    width: auto; }

@media (min-width: 768px) {
  .intro-page-row {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    .intro-page-row--equal-w {
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start; }
      .intro-page-row--equal-w .intro-page-col {
        width: 180px;
        margin-right: 30px; }
        .intro-page-row--equal-w .intro-page-col:last-child {
          margin-right: 0; }
  .intro-page-col {
    width: auto; }
    .intro-page-col.order-sm-1 {
      -webkit-box-ordinal-group: 2;
          -ms-flex-order: 1;
              order: 1; } }

.search-input-shell {
  position: relative; }

.search-input {
  display: block;
  width: 100%;
  border: none;
  border-radius: 0;
  border-bottom: 1px solid #fff;
  color: #fff;
  background-color: transparent; }
  .search-input::-webkit-input-placeholder {
    color: #fff;
    opacity: 0.5; }
  .search-input::-moz-placeholder {
    color: #fff;
    opacity: 0.5; }
  .search-input:-ms-input-placeholder {
    color: #fff;
    opacity: 0.5; }
  .search-input:-moz-placeholder {
    color: #fff;
    opacity: 0.5; }

.search-helper {
  display: inline-block;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  color: red; }

.search-input,
.search-helper {
  display: inline-block;
  line-height: 1;
  font-family: "Museo";
  font-weight: 500;
  font-size: 30px;
  height: 50px;
  padding: 0; }
  @media (min-width: 768px) {
    .search-input,
    .search-helper {
      font-size: 68px;
      height: 88px; } }
  @media (min-width: 1024px) {
    .search-input,
    .search-helper {
      font-size: 86px;
      height: 106px; } }

.search-btn {
  display: block;
  padding: 0;
  width: 39px;
  min-width: 39px;
  height: 36px;
  border-radius: 6px;
  border: solid 1px #fff;
  background-color: transparent;
  color: #fff;
  text-align: center;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
  cursor: pointer; }
  .search-btn--not-b {
    width: auto;
    min-width: auto;
    height: auto;
    border: none; }
  .search-btn__ico {
    display: inline-block; }
    .search-btn__ico .i-search {
      display: inline-block;
      width: 14px;
      height: 14px;
      background-size: 14px 14px; }
    .search-btn__ico .i-search--lg {
      width: 18px;
      height: 18px;
      background-size: 18px 18px; }
  .search-btn__text {
    display: none;
    font-family: "Museo";
    font-size: 12px;
    font-weight: bold;
    line-height: 24px;
    letter-spacing: 1.8px;
    text-transform: uppercase; }
  .search-btn:hover, .search-btn:focus {
    outline: none;
    background-color: rgba(255, 255, 255, .2); }
  .search-btn:active {
    -webkit-transition: none;
    transition: none;
    background-color: rgba(255, 255, 255, .4); }
  @media (min-width: 768px) {
    .search-btn {
      width: 113px;
      height: 40px; }
      .search-btn--not-b {
        width: auto;
        height: auto; }
      .search-btn__ico {
        display: none; }
      .search-btn__text {
        display: inline-block; } }

.search-back-shell {
  display: block; }

.search-back {
  display: inline-block;
  padding: 0;
  text-decoration: none;
  color: inherit; }
  .search-back > svg {
    width: 25px;
    height: 14px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s; }
  @media (min-width: 768px) {
    .search-back > svg {
      width: 32px;
      height: 18px; } }
  @media (min-width: 1024px) {
    .search-back:hover > svg {
      -webkit-transform: translateX(-10px);
              transform: translateX(-10px); } }

.search-head {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 15px; }
  @media (min-width: 768px) {
    .search-head {
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      padding-left: 60px; } }
  @media (min-width: 1400px) {
    .search-head {
      padding-left: 0; } }

.search-back-shell {
  position: absolute;
  top: -15px;
  left: 0; }
  @media (min-width: 768px) {
    .search-back-shell {
      top: 45px; } }
  @media (min-width: 1024px) {
    .search-back-shell {
      top: 50px; } }
  @media (min-width: 1400px) {
    .search-back-shell {
      top: 55px;
      left: -85px; } }

@media (max-width: 767.98px) {
  .search-btn-shell {
    -ms-flex-item-align: end;
        align-self: flex-end;
    margin-left: 14px; } }

@media (min-width: 768px) {
  .search-btn-shell {
    margin-left: 30px; } }

.search-message {
  display: block;
  margin-top: 20px; }
  .search-message__text {
    display: block;
    font-family: "Museo";
    font-weight: 300;
    font-size: 13px; }
  @media (min-width: 768px) {
    .search-message {
      margin-top: 50px;
      padding-left: 60px; }
      .search-message__text {
        font-size: 18px; } }
  @media (min-width: 1400px) {
    .search-message {
      padding-left: 0; } }

.search-select-shell {
  display: block;
  margin-top: 50px;
  width: 230px; }
  @media (min-width: 768px) {
    .search-select-shell {
      margin-top: 60px;
      width: 270px; } }
  @media (min-width: 1024px) {
    .search-select-shell {
      margin-top: 70px; } }

.search-select {
  width: 100%;
  color: #fff;
  background-color: transparent;
  border-radius: 0;
  border: 0;
  border-bottom: 1px solid #fff;
  font-family: "Museo";
  font-weight: 500;
  letter-spacing: 0.2px;
  font-size: 15px;
  line-height: 24px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; }

@media (min-width: 768px) {
  .schedule-filter {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
    .schedule-filter .intro-page-col:first-of-type {
      width: 290px;
      margin-right: 40px; } }

.page-content {
  position: relative;
  z-index: 10;
  padding: 0 0 60px 0; }
  @media (min-width: 768px) {
    .page-content {
      padding: 0 0 100px 0; } }
  @media (min-width: 1024px) {
    .page-content {
      padding: 70px 0 100px 0; } }
  @media (min-width: 1400px) {
    .page-content {
      padding: 70px 0 130px 0; } }

.news-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 25px 0; }
  .news-list .news-li {
    width: 100%; }

@media (min-width: 768px) {
  .news-list {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-top: 60px; }
    .news-list .news-li {
      width: 47%; } }

@media (min-width: 1024px) {
  .news-list {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-left: -2.8%;
    padding-top: 0; }
    .news-list .news-li {
      width: 30.5%;
      margin-left: 2.8%; } }

@media (min-width: 1400px) {
  .news-list {
    margin-left: -1.5%; }
    .news-list .news-li {
      width: 31.83%;
      margin-left: 1.5%; } }

.news-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  margin-bottom: 20px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  font-size: 15px;
  font-weight: 300;
  color: #242424;
  text-decoration: none; }
  .news-card:hover {
    background-color: #fff; }
    .news-card:hover:before {
      background-color: rgba(36, 36, 36, .5); }
  .news-card:last-child {
    margin-bottom: 0; }
  .news-card--img {
    min-height: 250px;
    color: #fff; }
    .news-card--img:before {
      content: '';
      position: absolute;
      z-index: 1;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background-color: rgba(36, 36, 36, .3);
      -webkit-transition: background .2s;
      transition: background .2s; }
  .news-card-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    position: relative;
    z-index: 10;
    padding: 20px 10px 20px 20px; }
  .news-card__date {
    width: 100%;
    margin-bottom: 10px;
    opacity: .5; }
  .news-card__title {
    width: 100%;
    margin-bottom: 10px;
    font-weight: 500;
    font-size: 18px;
    -webkit-hyphens: auto;
        -ms-hyphens: auto;
            hyphens: auto; }
    .news-card--no-descr .news-card__title {
      margin-top: auto; }
  .news-card__descr {
    position: relative;
    width: 100%;
    max-height: 70px;
    margin-top: auto;
    overflow: hidden; }
    .news-card__descr:after {
      content: '';
      position: absolute;
      z-index: 1;
      left: 0;
      right: 0;
      bottom: 0;
      height: 25px;
      background: -webkit-gradient(linear, left top, right top, from(rgba(230, 230, 230, 0)), to(#e6e6e6));
      background: linear-gradient(to right, rgba(230, 230, 230, 0) 0%, #e6e6e6 100%); }
    .news-card:hover .news-card__descr:after {
      background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(white));
      background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, white 100%); }

@media (min-width: 768px) {
  .news-card {
    min-height: 280px;
    margin-bottom: 30px;
    font-size: 16px; }
    .news-card:last-child {
      margin-bottom: 30px; }
    .news-card-inner {
      padding: 20px 20px 20px 30px; }
    .news-card__title {
      font-size: 20px; } }

.news-filter .intro-page-col {
  width: auto; }

.intro-article {
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 80px 0 60px 0;
  margin-top: -50px; }
  .intro-article--backdrop {
    min-height: 300px; }
    @media (min-width: 768px) {
      .intro-article--backdrop {
        min-height: 400px; } }
    @media (min-width: 1400px) {
      .intro-article--backdrop {
        min-height: 500px; } }
    .intro-article--backdrop:before {
      content: '';
      position: absolute;
      z-index: 1;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background-color: rgba(36, 36, 36, .2); }
  .intro-article-row {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100%; }
  .intro-article-col {
    width: 50%; }
  .intro-article-inner {
    position: relative;
    z-index: 10; }
  .intro-article__title {
    width: 100%;
    margin-bottom: 25px;
    font-size: 24px;
    font-weight: 500;
    line-height: 1.2; }
  .intro-article__date {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-weight: 300; }
    .intro-article__date svg {
      width: 25px;
      height: 25px;
      margin-right: 20px; }
    .intro-article__date a {
      width: 270px;
      height: 60px;
      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;
      font-size: 14px;
      font-weight: 700;
      color: #fff;
      text-transform: uppercase;
      text-decoration: none;
      background: #0098db;
      border: 3px solid #0098db;
      border-radius: 5px; }
      .intro-article__date a:hover {
        background: transparent;
        color: #fff; }
  .intro-article .link-arrow-back {
    position: absolute;
    z-index: 1;
    top: -22px;
    left: 0; }
    .intro-article .link-arrow-back svg {
      width: 24px;
      height: 14px; }
  @media (max-width: 767.98px) {
    .intro-article-col--xs-100 {
      width: 100%; } }
  @media (min-width: 768px) {
    .intro-article {
      padding: 130px 0 90px 0;
      margin-top: -90px; }
      .intro-article .container {
        padding-left: 65px; }
      .intro-article__title {
        font-size: 42px; }
      .intro-article__date {
        font-size: 18px; }
      .intro-article .link-arrow-back {
        top: 15px;
        left: -55px; }
        .intro-article .link-arrow-back svg {
          width: 32px;
          height: 18px; } }
  @media (min-width: 1024px) {
    .intro-article {
      padding-top: 140px; }
      .intro-article__title {
        font-size: 50px; }
      .intro-article .container {
        padding-left: 80px; }
      .intro-article .link-arrow-back {
        top: 20px;
        left: -65px; } }
  @media (min-width: 1400px) {
    .intro-article .container {
      padding-left: 100px;
      padding-right: 60px; }
    .intro-article .link-arrow-back {
      left: -85px; } }

.article-content {
  font-size: 15px;
  font-weight: 300; }
  .article-content h1,
  .article-content h2,
  .article-content h3,
  .article-content h4,
  .article-content h5,
  .article-content h6 {
    font-weight: 500;
    line-height: 1.4; }
  .article-content h1,
  .article-content h2 {
    margin-bottom: 30px;
    font-size: 24px; }
  .article-content h3 {
    margin-bottom: 20px;
    font-size: 18px; }
  .article-content article {
    margin-bottom: 35px; }
  .article-content p {
    margin-bottom: 15px; }
  .article-content a {
    color: #0098db;
    text-decoration: none; }
    .article-content a:hover {
      text-decoration: underline; }
  .article-content b {
    font-weight: 700; }
  @media (min-width: 768px) {
    .article-content {
      font-size: 18px; }
      .article-content h1,
      .article-content h2 {
        margin-bottom: 40px;
        font-size: 30px; }
      .article-content h3 {
        margin-bottom: 40px;
        font-size: 20px; }
      .article-content article {
        margin-bottom: 70px;
        padding-right: 90px; } }
  @media (min-width: 1024px) {
    .article-content h1,
    .article-content h2,
    .article-content h3 {
      margin-bottom: 50px; }
    .article-content article {
      padding: 0 260px 0 65px; } }
  @media (min-width: 1400px) {
    .article-content article {
      padding: 0 350px 0 180px; } }

.article-qoute {
  position: relative;
  margin-bottom: 50px;
  padding: 40px 15px;
  background-color: #fff; }
  .article-qoute:before {
    content: '';
    position: absolute;
    z-index: 1;
    top: 0;
    bottom: 0;
    left: -50vw;
    right: -50vw;
    background-color: #fff; }
  .article-qoute-left, .article-qoute-right {
    position: relative;
    z-index: 10; }
  .article-qoute-left {
    margin-bottom: 25px; }
  .article-qoute-right {
    max-width: 400px;
    padding-left: 30px; }
    .article-qoute-right h3 {
      position: relative;
      margin-bottom: 10px; }
      .article-qoute-right h3:before {
        content: '\2014';
        position: absolute;
        top: 0;
        left: -30px; }
    .article-qoute-right p {
      max-width: 225px;
      opacity: .5; }
  @media (min-width: 768px) {
    .article-qoute {
      margin-bottom: 80px;
      padding: 80px 90px 80px 60px; }
      .article-qoute-left {
        margin-bottom: 50px; }
        .article-qoute-left:before, .article-qoute-left:after {
          content: '';
          position: absolute;
          z-index: 1;
          color: #e6e6e6;
          font-size: 100px;
          font-weight: 700;
          line-height: 50px; }
        .article-qoute-left:before {
          content: '\AB';
          top: -20px;
          left: -80px; }
        .article-qoute-left:after {
          content: '\BB';
          bottom: -20px;
          right: -80px; }
      .article-qoute-right {
        font-size: 16px; } }
  @media (min-width: 1024px) {
    .article-qoute {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      padding-right: 0; }
      .article-qoute-left {
        width: 62%; }
        .article-qoute-left:after {
          right: -50px; }
      .article-qoute-right {
        width: 30%; } }
  @media (min-width: 1400px) {
    .article-qoute {
      padding-left: 180px; } }

.article-content .table-wrap {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar; }

.article-content table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 50px; }
  .article-content table th {
    padding: 8px 15px 8px 0;
    vertical-align: top;
    font-weight: 500; }
  .article-content table tbody,
  .article-content table td {
    font-size: 14px; }
  .article-content table td {
    vertical-align: top;
    padding: 8px 15px 8px 0; }
  .article-content table tr td:last-child,
  .article-content table tr th:last-child {
    padding-right: 0; }
  .article-content table img {
    display: block;
    max-width: 100%;
    margin: 0 auto; }
  @media (min-width: 768px) {
    .article-content table {
      font-size: 16px; }
      .article-content table tbody,
      .article-content table td {
        font-size: 16px; }
      .article-content table td,
      .article-content table th {
        padding: 12px 25px 12px 0; } }

@media (min-width: 1400px) {
  .article-content .table-wrap {
    padding-left: 85px; } }

.article-slider-wrap {
  position: relative;
  margin: 0 -15px; }
  .article-slider-wrap:before {
    content: '';
    position: absolute;
    z-index: 1;
    left: -50vw;
    right: -50vw;
    top: 50%;
    bottom: 0;
    background-color: #fff; }

.article-slider {
  z-index: 10;
  padding-bottom: 70px; }
  .article-slider .swiper-button-next,
  .article-slider .swiper-button-prev {
    display: none; }
  .article-slider .swiper-pagination {
    bottom: 25px; }
  .article-slider img {
    display: block;
    width: 100%;
    max-width: 100%; }

@media (min-width: 768px) {
  .article-slider-wrap {
    margin: 0 -40px; }
  .article-slider {
    padding-bottom: 145px; }
    .article-slider .swiper-slide {
      border-radius: 8px;
      overflow: hidden; }
    .article-slider .swiper-button-next,
    .article-slider .swiper-button-prev {
      top: auto;
      bottom: 65px;
      right: 40px;
      display: block;
      width: 33px;
      height: 20px;
      background-size: 32px 18px; }
    .article-slider .swiper-button-prev {
      left: auto;
      right: 110px;
      background-image: url(../images/style/arrow-left-blue.svg); }
    .article-slider .swiper-button-next {
      background-image: url(../images/style/arrow-right-blue.svg); }
    .article-slider .swiper-pagination {
      bottom: 62px;
      width: auto;
      padding: 0 40px;
      text-align: left; } }

@media (min-width: 1024px) {
  .article-slider-wrap {
    margin: 0; }
  .article-slider .swiper-button-next {
    right: 80px; }
  .article-slider .swiper-button-prev {
    right: 150px; }
  .article-slider .swiper-pagination {
    padding-left: 80px; } }

@media (min-width: 1400px) {
  .article-slider-wrap {
    padding: 0 85px; }
  .article-slider .swiper-button-next {
    right: 100px; }
  .article-slider .swiper-button-prev {
    right: 170px; }
  .article-slider .swiper-pagination {
    padding-left: 100px; } }

.article-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 auto;
  max-width: 1440px; }
  .article-box-link {
    position: relative;
    width: 100%;
    padding: 20px;
    color: #242424;
    background-color: #fff;
    -webkit-transition: all .2s;
    transition: all .2s;
    text-decoration: none; }
    .article-box-link svg {
      position: absolute;
      z-index: 1;
      top: 50%;
      left: 20px;
      width: 11px;
      height: 18px;
      stroke: #242424;
      margin-top: -9px; }
    .article-box-link--next {
      padding-right: 40px; }
      .article-box-link--next svg {
        left: auto;
        right: 20px; }
    .article-box-link:hover {
      background-color: #0098db;
      color: #fff; }
      .article-box-link:hover svg {
        stroke: #fff; }
  .article-box__date, .article-box__type {
    display: block;
    margin-bottom: 40px;
    font-weight: 300;
    font-size: 15px;
    opacity: .5; }
  .article-box__title {
    display: block;
    margin-bottom: 20px;
    font-size: 18px; }
  @media (min-width: 768px) {
    .article-box-link {
      width: 50%;
      padding: 23px 60px 23px 100px; }
      .article-box-link svg {
        left: 40px; }
      .article-box-link--next {
        padding-left: 40px; }
        .article-box-link--next svg {
          left: auto;
          right: 40px; }
    .article-box__date, .article-box__type {
      font-size: 16px; }
    .article-box__title {
      max-width: 350px; } }
  @media (min-width: 1024px) {
    .article-box-link {
      padding: 23px 70px 23px 125px; }
      .article-box-link--next {
        padding-left: 70px; }
    .article-box__title {
      font-size: 20px; } }

.article-content {
  padding: 40px 0 0 0; }
  @media (min-width: 768px) {
    .article-content {
      padding: 80px 0 0 0; } }

.js-iframe {
  max-width: 100% !important;
  min-width: 100% !important;
  width: 1px !important; }

.wrapper {
  overflow: hidden; }

.header-row {
  opacity: 0;
  -webkit-transform: translate3d(0, -80px, 0);
          transform: translate3d(0, -80px, 0);
  -webkit-transition: opacity .3s, -webkit-transform .8s ease-out;
  transition: opacity .3s, -webkit-transform .8s ease-out;
  transition: transform .8s ease-out, opacity .3s;
  transition: transform .8s ease-out, opacity .3s, -webkit-transform .8s ease-out; }
  body.is-ready .header-row {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0); }

.nav-open {
  overflow: hidden; }
  .nav-open .header-inner {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 102; }
  @media (max-width: 767.98px) {
    .nav-open .header {
      position: absolute;
      top: 0;
      left: 0;
      height: auto; } }
  @media (min-width: 768px) {
    .nav-open .header-col--first {
      -webkit-transform: translate3d(0, 80px, 0);
              transform: translate3d(0, 80px, 0); }
    .nav-open .header-col.d-none {
      display: block !important; }
    .nav-open .header .hdr-link.d-none {
      display: inline-block !important; } }
  @media (min-width: 1024px) {
    .nav-open .header-col--first {
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0); } }

.hdr-link--nav.is-open:after, .hdr-link--nav.is-open:before {
  -webkit-transform-origin: top left;
          transform-origin: top left; }

.hdr-link--nav.is-open:after {
  -webkit-transform: rotate(45deg) translate(-5px, -5px);
          transform: rotate(45deg) translate(-5px, -5px); }

.hdr-link--nav.is-open:before {
  -webkit-transform: rotate(-45deg) translate(-2px, -1px);
          transform: rotate(-45deg) translate(-2px, -1px); }

@media (min-width: 768px) {
  .hdr-link--nav.is-open {
    padding-left: 35px; }
    .hdr-link--nav.is-open:before {
      -webkit-transform: rotate(-45deg) translate(-7px, 3px);
              transform: rotate(-45deg) translate(-7px, 3px); } }

@media (min-width: 1400px) {
  .hdr-link--nav.is-open:before {
    -webkit-transform: rotate(-45deg) translate(-6px, 3px);
            transform: rotate(-45deg) translate(-6px, 3px); } }

.main-page:not(.nav-open) .header-col--logo {
  display: none; }

.intro-page__airplane {
  opacity: 0;
  -webkit-transform: translate3d(0, 30px, 0);
          transform: translate3d(0, 30px, 0);
  -webkit-transition: opacity .4s, -webkit-transform .6s ease-in-out;
  transition: opacity .4s, -webkit-transform .6s ease-in-out;
  transition: transform .6s ease-in-out, opacity .4s;
  transition: transform .6s ease-in-out, opacity .4s, -webkit-transform .6s ease-in-out; }
  body.is-ready .intro-page__airplane {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0); }
  .plane-out .intro-page__airplane,
  body.is-ready .plane-out .intro-page__airplane {
    -webkit-transform: scale(1.2);
            transform: scale(1.2); }
  .plane-in .intro-page__airplane,
  body.is-ready .plane-in .intro-page__airplane {
    -webkit-transform: scale(0.8);
            transform: scale(0.8); }
  .intro-page__airplane-shadow-1 {
    opacity: 0;
    -webkit-transform: translate3d(0, 30px, 0);
            transform: translate3d(0, 30px, 0);
    -webkit-transition: opacity .4s, -webkit-transform .6s ease-in-out;
    transition: opacity .4s, -webkit-transform .6s ease-in-out;
    transition: transform .6s ease-in-out, opacity .4s;
    transition: transform .6s ease-in-out, opacity .4s, -webkit-transform .6s ease-in-out; }
    body.is-ready .intro-page__airplane-shadow-1 {
      opacity: .4;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0); }
    .plane-out .intro-page__airplane-shadow-1,
    body.is-ready .plane-out .intro-page__airplane-shadow-1 {
      opacity: .3;
      -webkit-transform: translate3d(-30px, 0, 0) scale(1.15);
              transform: translate3d(-30px, 0, 0) scale(1.15); }
    .plane-in .intro-page__airplane-shadow-1,
    body.is-ready .plane-in .intro-page__airplane-shadow-1 {
      opacity: 0;
      -webkit-transform: translate3d(30px, 0, 0) scale(0.8);
              transform: translate3d(30px, 0, 0) scale(0.8); }
  .intro-page__airplane-shadow-2 {
    opacity: 0;
    -webkit-transition: opacity .6s, -webkit-transform .6s ease-in-out;
    transition: opacity .6s, -webkit-transform .6s ease-in-out;
    transition: transform .6s ease-in-out, opacity .6s;
    transition: transform .6s ease-in-out, opacity .6s, -webkit-transform .6s ease-in-out; }
    .plane-in .intro-page__airplane-shadow-2,
    body.is-ready .plane-in .intro-page__airplane-shadow-2 {
      opacity: .15;
      -webkit-transform: translate3d(25px, -7px, 0) scale(0.7);
              transform: translate3d(25px, -7px, 0) scale(0.7); }

.intro-page__svx {
  opacity: 0;
  -webkit-transition: opacity .6s;
  transition: opacity .6s; }
  body.is-ready .intro-page__svx {
    opacity: 1; }

.intro-page-links {
  opacity: 0;
  -webkit-transform: translate3d(0, 10px, 0);
          transform: translate3d(0, 10px, 0);
  -webkit-transition: opacity .4s, -webkit-transform .6s ease-in-out;
  transition: opacity .4s, -webkit-transform .6s ease-in-out;
  transition: transform .6s ease-in-out, opacity .4s;
  transition: transform .6s ease-in-out, opacity .4s, -webkit-transform .6s ease-in-out; }
  body.is-ready .intro-page-links {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0); }

.intro-page__cloud-1, .intro-page__cloud-2, .intro-page__cloud-3 {
  opacity: 0;
  -webkit-transform: translate3d(0, -100%, 0);
          transform: translate3d(0, -100%, 0);
  -webkit-transition: opacity .3s;
  transition: opacity .3s; }
  .plane-out .intro-page__cloud-1, .plane-out .intro-page__cloud-2, .plane-out .intro-page__cloud-3 {
    opacity: 1;
    -webkit-animation: cloudsIn 6s infinite;
            animation: cloudsIn 6s infinite; }

.plane-out .intro-page__cloud-2 {
  -webkit-animation-delay: 2s;
          animation-delay: 2s; }

.plane-out .intro-page__cloud-3 {
  -webkit-animation-delay: 1.4s;
          animation-delay: 1.4s; }

.intro-page__vpp {
  opacity: 0;
  -webkit-transform: translate3d(0, -1962px, 0);
          transform: translate3d(0, -1962px, 0); }
  .plane-in .intro-page__vpp {
    opacity: 1;
    -webkit-animation: vppInPosition 1s linear forwards, vppInBg 3s 1s linear infinite;
            animation: vppInPosition 1s linear forwards, vppInBg 3s 1s linear infinite; }

.logo-site__img {
  opacity: 0;
  -webkit-transform: translate3d(-50px, 0, 0);
          transform: translate3d(-50px, 0, 0);
  -webkit-transition: all .5s ease-out .4s;
  transition: all .5s ease-out .4s; }
  body.is-ready .logo-site__img {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0); }

.svx-per-rotate {
  -webkit-transform-origin: top center;
          transform-origin: top center;
  -webkit-transform: perspective(500px) rotateX(0deg);
          transform: perspective(500px) rotateX(0deg); }

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

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

@-webkit-keyframes vppInPosition {
  0% {
    -webkit-transform: translate3d(0, -1962px, 0);
            transform: translate3d(0, -1962px, 0); }
  100% {
    -webkit-transform: translate3d(0, -1545px, 0);
            transform: translate3d(0, -1545px, 0); } }

@keyframes vppInPosition {
  0% {
    -webkit-transform: translate3d(0, -1962px, 0);
            transform: translate3d(0, -1962px, 0); }
  100% {
    -webkit-transform: translate3d(0, -1545px, 0);
            transform: translate3d(0, -1545px, 0); } }

@-webkit-keyframes vppInBg {
  0% {
    background-position: 0 0; }
  100% {
    background-position: 0 1962px; } }

@keyframes vppInBg {
  0% {
    background-position: 0 0; }
  100% {
    background-position: 0 1962px; } }

[data-show-by-step] {
  opacity: 0;
  -webkit-transform: translate3d(0, 30px, 0);
          transform: translate3d(0, 30px, 0);
  -webkit-transition: opacity .6s .2s, -webkit-transform .8s ease-out .2s;
  transition: opacity .6s .2s, -webkit-transform .8s ease-out .2s;
  transition: transform .8s ease-out .2s, opacity .6s .2s;
  transition: transform .8s ease-out .2s, opacity .6s .2s, -webkit-transform .8s ease-out .2s; }
  [data-show-by-step].shown {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0); }

.js-fade-up {
  opacity: 0;
  -webkit-transform: translate3d(0, 30px, 0);
          transform: translate3d(0, 30px, 0);
  -webkit-transition: opacity .6s .2s, -webkit-transform .8s ease-out .2s;
  transition: opacity .6s .2s, -webkit-transform .8s ease-out .2s;
  transition: transform .8s ease-out .2s, opacity .6s .2s;
  transition: transform .8s ease-out .2s, opacity .6s .2s, -webkit-transform .8s ease-out .2s; }
  .js-fade-up--no-transform {
    -webkit-transform: none !important;
            transform: none !important; }
  .js-fade-up.in-viewport {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0); }

/*# sourceMappingURL=index.css.map*/