

/* Start:/local/frontend/local/icon/icon_prod.css?1690521266364*/
@charset "UTF-8";
/**
* в style.css обязательно убрать line-height.
 */
html .icon {
  font-family: "Circe", sans-serif !important; }
  html .icon:before, html .icon:after {
    font-family: "icomoon" !important;
    line-height: 1; }

.icon_triangle-right-after:after {
  content: "\e91d"; }

.icon_magnifier_after:after {
  content: "\e921"; }

/* End */


/* Start:/local/frontend/local/icon/style.css?16944942663109*/
@font-face {
  font-family: 'icomoon';
  src:
    url('/local/frontend/local/icon/fonts/icomoon.ttf?46tr8') format('truetype'),
    url('/local/frontend/local/icon/fonts/icomoon.woff?46tr8') format('woff'),
    url('/local/frontend/local/icon/fonts/icomoon.svg?46tr8#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}

.icon:before, .icon:after  {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon_children:before {
  content: "\e92f";
}
.icon_diamond:before {
  content: "\e930";
}
.icon_festival:before {
  content: "\e932";
}
.icon_fitness:before {
  content: "\e933";
}
.icon_pin:before {
  content: "\e931";
}
.icon_thin-arrow-up:before {
  content: "\e917";
}
.icon_thin-arrow-down:before {
  content: "\e918";
}
.icon_stars:before {
  content: "\e913";
}
.icon_builds:before {
  content: "\e914";
}
.icon_plane-filled:before {
  content: "\e915";
}
.icon_tickets:before {
  content: "\e916";
}
.icon_tel:before {
  content: "\e912";
}
.icon_heart:before {
  content: "\e929";
}
.icon_shield:before {
  content: "\e92a";
}
.icon_time2:before {
  content: "\e92b";
}
.icon_bb:before {
  content: "\e925";
}
.icon_flag:before {
  content: "\e926";
}
.icon_pagoda:before {
  content: "\e927";
}
.icon_сathedral:before {
  content: "\e928";
}
.icon_whatsapp:before {
  content: "\e924";
}
.icon_so-thick-arrow:before {
  content: "\e923";
}
.icon_so-thick-arrow-right:before {
  content: "\e92c";
}
.icon_so-thick-arrow-down:before {
  content: "\e92d";
}
.icon_so-thick-arrow-left:before {
  content: "\e92e";
}
.icon_magnifier:before {
  content: "\e921";
}
.icon_star:before {
  content: "\e922";
}
.icon_triangle-right:before {
  content: "\e91d";
}
.icon_globe2:before {
  content: "\e919";
}
.icon_time:before {
  content: "\e91a";
}
.icon_chat:before {
  content: "\e91b";
}
.icon_wallet:before {
  content: "\e91c";
}
.icon_checked-long:before {
  content: "\e91f";
  position: relative;
  display: flex;
  padding-top: 25px;
  justify-content: center;
  align-items: center;
}
.icon_file:before {
  content: "\e920";
}
.icon_close:before {
  content: "\e91e";
}
.icon_angle-down:before {
  content: "\e900";
}
.icon_angle-left:before {
  content: "\e901";
}
.icon_angle-right:before {
  content: "\e902";
}
.icon_checked:before {
  content: "\e903";
}
.icon_angle-up:before {
  content: "\e904";
}
.icon_case:before {
  content: "\e905";
}
.icon_fb:before {
  content: "\e906";
}
.icon_fire:before {
  content: "\e907";
}
.icon_sphere:before {
  content: "\e908";
}
.icon_bucklet:before {
  content: "\e909";
}
.icon_insta:before {
  content: "\e90a";
}
.icon_ok:before {
  content: "\e90b";
}
.icon_plane:before {
  content: "\e90c";
}
.icon_globe:before {
  content: "\e90d";
}
.icon_thumb:before {
  content: "\e90e";
}
.icon_timer:before {
  content: "\e90f";
}
.icon_twitter:before {
  content: "\e910";
}
.icon_vk:before {
  content: "\e911";
}

/* End */


/* Start:/local/frontend/local/nav/nav.css?16905212669295*/
.nav_mobile {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 10000; }
  .nav_mobile_active {
    display: block; }
  .nav_mobile_in .nav__bg {
    opacity: 1; }
  .nav_mobile_in .nav__stage {
    opacity: 1;
    -webkit-transition: opacity 0s 0s, visibility 0s 0s, transform 0.3s linear 0s;
    -webkit-transition: opacity 0s 0s, visibility 0s 0s, -webkit-transform 0.3s linear 0s;
    transition: opacity 0s 0s, visibility 0s 0s, -webkit-transform 0.3s linear 0s;
    transition: opacity 0s 0s, visibility 0s 0s, transform 0.3s linear 0s;
    transition: opacity 0s 0s, visibility 0s 0s, transform 0.3s linear 0s, -webkit-transform 0.3s linear 0s;
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  @media (min-width: 1200px) {
    .nav_mobile {
      display: none; } }

.nav_desktop {
  display: none;
  border-bottom: solid 1px #f0f0f0;
  background-color: #fff;
  position: relative;
  z-index: 10; }
  @media (min-width: 1200px) {
    .nav_desktop {
      display: block; } }

.nav__bg {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.7);
  opacity: 0;
  z-index: 9999;
  -webkit-transition: 0.3s;
  transition: 0.3s; }

.nav__stage {
  position: absolute;
  top: 0;
  left: 0;
  width: 320px;
  opacity: 0;
  z-index: 10000;
  -webkit-transition: opacity 0s 0.4s, visibility 0s 0.4s, transform 0.3s linear 0s;
  -webkit-transition: opacity 0s 0.4s, visibility 0s 0.4s, -webkit-transform 0.3s linear 0s;
  transition: opacity 0s 0.4s, visibility 0s 0.4s, -webkit-transform 0.3s linear 0s;
  transition: opacity 0s 0.4s, visibility 0s 0.4s, transform 0.3s linear 0s;
  transition: opacity 0s 0.4s, visibility 0s 0.4s, transform 0.3s linear 0s, -webkit-transform 0.3s linear 0s;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%); }
  @media (min-width: 768px) {
    .nav__stage {
      width: 454px; } }

.nav__container {
  position: relative; }

.nav__list {
  padding: 0;
  margin: 0;
  margin-left: -15px;
  list-style: none;
  width: 1080px; }

.nav__item {
  float: left; }
  .nav__item_right {
    float: right; }

.nav__link {
  color: #000;
  font-size: 16px;
  padding: 19px 15px 19px;
  display: inline-block;
  outline: solid 1px transparent;
  -webkit-transition: 0.2s;
  transition: 0.2s; }
  .nav__link:hover {
    background-color: #ffdc00;
    outline: solid 1px #ffdc00; }
  .nav__link_active {
    background-color: #ffdc00;
    outline: solid 1px #ffdc00; }

.nav__icon {
  padding: 18px 15px 19px; }
  .nav__icon:before {
    color: #a7a7a7;
    margin-right: 10px;
    font-size: 14px;
    display: inline-block; }

.nav__sub {
  min-width: 100%;
  overflow: hidden;
  position: absolute;
  top: 100%;
  margin-top: 1px;
  visibility: hidden;
  left: 0;
  z-index: 1000; }

.nav__sub-container {
  padding-top: 35px;
  padding-bottom: 35px;
  visibility: hidden;
  background-color: #fff;
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
  -webkit-transition: opacity 0s 0.4s, visibility 0s 0.4s, transform 0.4s;
  -webkit-transition: opacity 0s 0.4s, visibility 0s 0.4s, -webkit-transform 0.4s;
  transition: opacity 0s 0.4s, visibility 0s 0.4s, -webkit-transform 0.4s;
  transition: opacity 0s 0.4s, visibility 0s 0.4s, transform 0.4s;
  transition: opacity 0s 0.4s, visibility 0s 0.4s, transform 0.4s, -webkit-transform 0.4s; }

.nav__sub-list {
  list-style-type: none;
  left: 0;
  width: 230px;
  padding: 0;
  margin: 0;
  margin-right: 20px;
  float: left; }

.nav__sub-item {
  margin-bottom: 20px; }

.nav__sub-link {
  padding-top: 2px;
  display: inline-block;
  padding-left: 40px;
  color: #010101;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 300;
  background-repeat: no-repeat;
  background-position: left center;
  position: relative; }
  .nav__sub-link:hover .nav__sub-underline:after {
    -webkit-transform: scale(1);
    transform: scale(1); }

.nav__sub-underline {
  position: relative; }
  .nav__sub-underline:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    height: 1px;
    width: 100%;
    border-bottom: solid 1px #5a5a5a;
    -webkit-transform-origin: bottom left;
            transform-origin: bottom left;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition: 0.3s linear;
    transition: 0.3s linear; }

.nav__trigger:hover .nav__sub-container {
  visibility: visible;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: opacity 0s, visibility 0s, transform 0.4s;
  -webkit-transition: opacity 0s, visibility 0s, -webkit-transform 0.4s;
  transition: opacity 0s, visibility 0s, -webkit-transform 0.4s;
  transition: opacity 0s, visibility 0s, transform 0.4s;
  transition: opacity 0s, visibility 0s, transform 0.4s, -webkit-transform 0.4s; }

/* MOBILE */
.nav-mobile__menu {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 11;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transition: 0.4s;
  transition: 0.4s; }
  .nav-mobile__menu_in {
    overflow-y: auto;
    -webkit-transform: translateX(0%);
    transform: translateX(0%); }
  .nav-mobile__menu_active {
    height: 100vh; }
  .nav-mobile__menu_out {
    overflow-y: visible; }

.nav-mobile__list,
.nav-mobile__sub-list {
  padding: 0;
  margin: 0;
  list-style: none;
  width: 280px;
  background-color: #fff; }
  @media (min-width: 768px) {
    .nav-mobile__list,
    .nav-mobile__sub-list {
      width: 454px; } }

.nav-mobile__list {
  padding-top: 20px; }

.nav-mobile__item,
.nav-mobile__sub-item {
  float: left;
  width: 100%;
  background-color: #fff;
  border-top: solid 1px #f0f0f0; }
  .nav-mobile__item:first-child,
  .nav-mobile__sub-item:first-child {
    border-top: none; }

.nav-mobile__sub {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #fff;
  z-index: 12; }

.nav-mobile__link,
.nav-mobile__sub-link {
  color: #000;
  width: 100%;
  font-size: 18px;
  font-weight: 300;
  display: inline-block;
  padding: 11px 30px;
  z-index: 1;
  position: relative; }
  .nav-mobile__link:before,
  .nav-mobile__sub-link:before {
    position: absolute;
    top: 16px;
    right: 28px;
    font-size: 10px;
    color: #000;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg); }

button.nav-mobile__link,
button.nav-mobile__sub-link {
  border: none;
  background-color: #fff;
  text-align: left;
  font-family: "Circe", sans-serif;
  cursor: pointer; }
  button.nav-mobile__link:focus,
  button.nav-mobile__sub-link:focus {
    outline: none; }

.nav-mobile__close {
  width: 40px;
  height: 40px;
  line-height: 40px;
  display: inline-block;
  padding: 0;
  background-color: #ffdc00;
  color: #000;
  font-size: 10px;
  text-align: center;
  cursor: pointer;
  border: none;
  position: absolute;
  top: 0;
  left: 280px;
  -webkit-transition: 0.2s;
  transition: 0.2s; }
  @media (min-width: 768px) {
    .nav-mobile__close {
      left: 454px; } }
  .nav-mobile__close:focus {
    outline: none; }
  .nav-mobile__close:before {
    line-height: 40px; }

.nav__tels {
  padding: 28px 30px;
  background-color: #f6f6f6; }

.nav__tel {
  position: relative;
  padding-left: 55px;
  margin-bottom: 24px; }
  .nav__tel:last-child {
    margin-bottom: 0; }
  .nav__tel:before {
    width: 35px;
    height: 35px;
    line-height: 35px !important;
    text-align: center;
    background-color: #ffdc00;
    color: #000;
    font-size: 10px;
    position: absolute;
    top: 3px;
    left: 0px;
    border-radius: 50%; }
  .nav__tel.icon_whatsapp:before {
    font-size: 18px; }

.nav-tel__title {
  color: #5a5a5a;
  font-size: 13px;
  font-weight: 300;
  margin-bottom: 5px; }

.nav-tel__number {
  color: #010101;
  font-size: 20px; }

.nav__currencies {
  width: 100%;
  padding: 25px 30px;
  color: #5a5a5a;
  font-size: 13px;
  font-weight: 300;
  background-color: #fff; }

.nav-currencies__currency {
  float: left;
  margin-right: 30px;
  font-weight: 400; }
  .nav-currencies__currency:last-child {
    margin-right: 0; }
  .nav-currencies__currency_up .nav-currencies__value,
  .nav-currencies__currency_up .nav-currencies__icon {
    color: #22b629; }
  .nav-currencies__currency_down .nav-currencies__value,
  .nav-currencies__currency_down .nav-currencies__icon {
    color: #760000; }

.nav-currencies__title {
  margin-bottom: 10px; }

.nav-currencies__name {
  text-transform: uppercase;
  margin-right: 3px; }

.nav-currencies__icon {
  font-size: 10px;
  margin-left: 3px; }

.nav-mobile__sub-return {
  display: block;
  width: 100%;
  border: none;
  cursor: pointer;
  text-align: left;
  background-color: #3b3b3b;
  color: #fff;
  font-size: 13px;
  font-weight: 300;
  padding: 13px 20px 13px 50px;
  position: relative;
  text-transform: uppercase; }
  .nav-mobile__sub-return:before {
    font-size: 9px;
    position: absolute;
    left: 30px;
    top: 14px;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg); }
  .nav-mobile__sub-return:focus {
    outline: none; }

.nav__toggle {
  display: inline-block;
  margin-left: 5px;
  vertical-align: middle; }

.nav-toggle__bar {
  width: 14px;
  height: 2px;
  background-color: #a7a7a7;
  display: block;
  margin: 2px 0; }

/* End */


/* Start:/local/frontend/local/text/text.css?169052126617920*/
@charset "UTF-8";
.text {
  font-size: 16px;
  color: #383838;
  font-weight: 300;
  line-height: 1.6;
  text-align: left; }
  @media (min-width: 768px) {
    .text {
      font-size: 18px; } }
  @media (min-width: 1200px) {
    .text {
      font-size: 20px;
      line-height: 1.5; } }
  .text p {
    font-size: 16px;
    color: #383838;
    font-weight: 300;
    line-height: 1.6;
    margin: 0.75em 0 1.25em;
    text-align: left; }
    @media (min-width: 768px) {
      .text p {
        font-size: 18px; } }
    @media (min-width: 1200px) {
      .text p {
        font-size: 20px;
        line-height: 1.5; } }
  .text a:not(.link) {
    color: #039be5;
    display: inline-block;
    text-decoration: none;
    position: relative;
    -webkit-transition: 0.2s;
    transition: 0.2s; }
    .text a:not(.link):after {
      content: '';
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      height: 1px;
      -webkit-transform-origin: bottom left;
              transform-origin: bottom left;
      background-color: #039be5;
      -webkit-transition: 0.3s;
      transition: 0.3s;
      -webkit-transform: scaleX(0);
      transform: scaleX(0); }
    .text a:not(.link):hover:after {
      -webkit-transform: scaleX(1);
      transform: scaleX(1); }
  .text figure {
    margin: 22px -15px;
    width: 270px;
    text-align: center; }
    .text figure img {
      max-width: 270px;
      max-height: 162px; }
      @media (min-width: 768px) {
        .text figure img {
          max-width: 580px;
          max-height: 326px; } }
      @media (min-width: 1200px) {
        .text figure img {
          max-width: 870px;
          max-height: 490px; } }
    @media (min-width: 768px) {
      .text figure {
        width: auto;
        margin: 30px auto 35px; } }
  .text figcaption {
    color: #5a5a5a;
    font-size: 12px;
    font-weight: 300;
    text-align: center;
    margin-top: 10px; }
    @media (min-width: 768px) {
      .text figcaption {
        font-size: 14px;
        margin-top: 18px; } }
  .text h5 {
    font-size: 18px;
    font-weight: bold;
    line-height: 1;
    margin-bottom: 15px;
    margin-top: 25px; }
    @media (min-width: 768px) {
      .text h5 {
        font-size: 18px;
        margin-bottom: 20px;
        margin-top: 30px; } }
    @media (min-width: 1200px) {
      .text h5 {
        font-size: 20px; } }
  .text h4, .text .text__h2 {
    font-weight: bold;
    font-size: 26px;
    margin-bottom: 15px;
    margin-top: 25px; }
    .text h4:first-child, .text .text__h2:first-child {
      margin-top: 0; }
  .text h3 {
    font-weight: bold;
    font-size: 24px;
    margin-top: 25px;
    margin-bottom: 10px;
    line-height: 1.15; }
    .text h3:first-child {
      margin-top: 0; }
    @media (min-width: 768px) {
      .text h3 {
        font-size: 28px; } }
    @media (min-width: 1200px) {
      .text h3 {
        font-size: 31px;
        margin-top: 35px; } }
  .text h2 {
    color: #000;
    font-family: "Circe", sans-serif;
    font-size: 32px;
    font-weight: bold;
    margin-top: 35px;
    margin-bottom: 15px;
    text-transform: none;
    line-height: 1.2; }
    .text h2:first-child {
      margin-top: 25px; }
    @media (min-width: 768px) {
      .text h2 {
        font-size: 37px;
        margin-top: 65px;
        margin-bottom: 30px; }
        .text h2:first-child {
          margin-top: 15px; } }
    @media (min-width: 1200px) {
      .text h2 {
        font-size: 39px; } }
  .text h1 {
    color: #000;
    font-family: "Circe", sans-serif;
    font-size: 32px;
    font-weight: bold;
    margin-top: 25px;
    margin-bottom: 15px; }
    @media (min-width: 768px) {
      .text h1 {
        font-size: 37px;
        margin-top: 15px;
        margin-bottom: 35px; } }
    @media (min-width: 1200px) {
      .text h1 {
        font-size: 39px; } }
  .text ul:not(.slick-dots) {
    list-style-type: none;
    margin: 0;
    padding: 2px 0; }
    .text ul:not(.slick-dots) li {
      font-size: 16px;
      color: #383838;
      font-weight: 300;
      line-height: 1.2;
      margin: 3px 0;
      text-align: left;
      padding-left: 20px;
      position: relative; }
      .text ul:not(.slick-dots) li:before {
        content: '';
        width: 5px;
        height: 5px;
        border-radius: 50%;
        background-color: #ffdc00;
        position: absolute;
        top: .6em;
        left: 0;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%); }
      @media (min-width: 768px) {
        .text ul:not(.slick-dots) li {
          font-size: 18px; } }
      @media (min-width: 1200px) {
        .text ul:not(.slick-dots) li {
          font-size: 20px;
          line-height: 1.5; } }
  .text ol {
    list-style-type: none;
    margin: 0;
    padding: 0;
    counter-reset: item; }
    .text ol li {
      font-weight: 300;
      color: #383838;
      font-size: 16px;
      line-height: 1.2;
      margin: 3px 0;
      text-align: left;
      padding-left: 15px;
      position: relative; }
      .text ol li:before {
        content: counter(item) ". ";
        counter-increment: item;
        position: absolute;
        top: 0;
        left: 0; }
    @media (min-width: 768px) {
      .text ol li {
        font-size: 18px;
        margin: 10px 0; } }
    @media (min-width: 1200px) {
      .text ol li {
        font-size: 20px; } }
  .text blockquote {
    border: solid 2px #ffdc00;
    padding: 30px 20px;
    margin: 30px 0px;
    letter-spacing: 0.1px;
    line-height: 1.5; }
    @media (min-width: 768px) {
      .text blockquote {
        font-size: 18px;
        padding: 35px 60px 45px 60px; } }
    @media (min-width: 1200px) {
      .text blockquote {
        font-size: 20px;
        padding: 35px 90px 45px 90px;
        margin: 40px 0; } }
  .text table {
    width: 100%;
    background-color: #fff;
    border-collapse: collapse;
    text-align: left;
    display: block;
    border-color: transparent; }
    .text table a {
      font-size: 13px; }
      @media (min-width: 1200px) {
        .text table a {
          font-size: 16px; } }
    .text table thead {
      display: none; }
      @media (min-width: 768px) {
        .text table thead {
          display: table-header-group; } }
    .text table tbody {
      display: block; }
      @media (min-width: 768px) {
        .text table tbody {
          display: table-row-group; } }
    .text table tr {
      padding: 25px;
      border-bottom: solid 1px #f3f5f7;
      display: block; }
      .text table tr:nth-child(2n-1) {
        background-color: #f4f5f7; }
      @media (min-width: 768px) {
        .text table tr {
          display: table-row;
          padding: 0; }
          .text table tr:not(:first-child), .text table tr :last-child {
            border-bottom-color: transparent; } }
    .text table td,
    .text table th {
      display: block;
      margin-bottom: 10px; }
      @media (min-width: 768px) {
        .text table td,
        .text table th {
          display: table-cell;
          margin-bottom: 0;
          padding: 25px 5px;
          font-size: 13px; } }
      @media (min-width: 1200px) {
        .text table td,
        .text table th {
          padding: 25px 15px;
          font-size: 16px; } }
      @media (min-width: 768px) {
        .text table td:first-child,
        .text table th:first-child {
          padding-left: 40px;
          border-left: solid 1px transparent; } }
      @media (min-width: 1200px) {
        .text table td:first-child,
        .text table th:first-child {
          padding-left: 90px; } }
    .text table th {
      line-height: 1.4; }
      @media (min-width: 768px) {
        .text table th {
          background: #ffeb51;
          border-color: #ffd93a; } }
      .text table th:last-child {
        padding-right: 25px; }
        @media (min-width: 768px) {
          .text table th:last-child {
            padding-right: 60px;
            border-right: solid 1px transparent; } }
        @media (min-width: 1200px) {
          .text table th:last-child {
            padding-right: 70px; } }
    .text table td {
      font-weight: 300;
      border-color: transparent; }
      .text table td:last-child {
        padding-right: 25px; }
        @media (min-width: 768px) {
          .text table td:last-child {
            padding-right: 60px;
            border-color: #ebeced;
            border-right: solid 1px transparent; } }
        @media (min-width: 1200px) {
          .text table td:last-child {
            padding-right: 90px; } }
    @media (min-width: 768px) {
      .text table {
        display: table; } }
  .text ul.check li {
    padding-left: 25px;
    margin: 15px 0; }
    .text ul.check li:before {
      content: '\e903';
      width: auto;
      height: auto;
      font-family: "icomoon";
      font-size: 13px;
      left: 0;
      top: 10px;
      color: #ffdc00;
      background-color: transparent; }
  @media only screen and (min-width: 768px) {
    .text ul.check li {
      margin: 5px 0; } }
  .text small {
    display: block;
    color: #b3b2b2;
    font-size: 14px; }
    @media only screen and (min-width: 768px) {
      .text small {
        font-size: 15px; } }

.text__wrap {
  padding: 20px 25px;
  background-color: #fff; }
  .text__wrap:last-child {
    margin-bottom: 70px; }
  @media (min-width: 768px) {
    .text__wrap {
      padding: 50px 60px; }
      .text__wrap:last-child {
        margin-bottom: 95px; } }
  @media (min-width: 1200px) {
    .text__wrap {
      padding: 55px 90px;
      margin-top: 20px; } }

.text__header {
  color: #000;
  font-family: "Circe", sans-serif;
  font-size: 32px;
  font-weight: bold; }
  @media (min-width: 768px) {
    .text__header {
      font-size: 37px; } }
  @media (min-width: 1200px) {
    .text__header {
      font-size: 39px; } }
  .text__header_left {
    text-align: left; }

.text__subheader {
  color: #b3b2b2;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 400;
  line-height: 1.5; }
  .text__subheader_not-mobile {
    display: none; }
  .text__subheader_mobile {
    display: block; }
  @media (min-width: 768px) {
    .text__subheader_mobile {
      display: none; }
    .text__subheader_not-mobile {
      display: block; } }

.text__fact {
  width: 100%;
  border-top: solid 1px #ffdc00;
  border-bottom: solid 1px #ffdc00;
  padding: 10px 15px 5px 15px;
  margin: 30px 0; }
  .text__fact:after {
    content: '';
    clear: both;
    display: table; }
  @media (min-width: 768px) {
    .text__fact {
      float: left;
      width: 128px;
      margin: 0 30px 30px 0;
      padding: 24px 0;
      text-align: center; } }
  @media (min-width: 1200px) {
    .text__fact {
      width: 150px;
      padding: 30px 0; } }

.text-fact__number {
  font-weight: bold;
  font-size: 85px;
  margin-right: 10px;
  line-height: 0.97;
  color: #ffdc00;
  float: left; }
  @media (min-width: 768px) {
    .text-fact__number {
      margin: 0 auto;
      float: none;
      line-height: 0.9; } }
  @media (min-width: 1200px) {
    .text-fact__number {
      font-size: 95px;
      line-height: 0.86; } }

.text-fact__text {
  float: left;
  width: 90px;
  padding-top: 7px;
  margin: 0 10px;
  color: #383838;
  font-weight: 300; }
  @media (min-width: 768px) {
    .text-fact__text {
      text-align: center;
      padding: 0;
      margin: 0 auto;
      float: none; } }

.text__slider-container {
  position: relative;
  clear: both;
  margin: 30px 0; }
  .text__slider-container:before, .text__slider-container:after {
    content: '';
    display: table; }
  .text__slider-container:after {
    clear: both; }

.text__slider {
  width: 100%;
  margin: auto; }
  .text__slider .slick-dots {
    padding: 0;
    margin-top: 5px;
    list-style: none;
    text-align: center; }
  .text__slider li {
    height: 19px;
    width: 19px;
    line-height: 19px;
    cursor: pointer;
    background-color: transparent;
    border: solid 1px transparent;
    padding: 0;
    margin: 0;
    display: inline-block;
    text-align: center;
    border-radius: 50%;
    -webkit-transition: 0.2s;
    transition: 0.2s; }
    .text__slider li button {
      height: 5px;
      width: 5px;
      background-color: #a09f8f;
      color: #a09f8f;
      overflow: hidden;
      display: inline-block;
      border: none;
      padding: 0;
      line-height: 5px;
      cursor: pointer;
      border-radius: 50%;
      -webkit-transition: 0.2s;
      transition: 0.2s; }
      .text__slider li button:focus {
        outline: none; }
  .text__slider .slick-active {
    border-color: #ffdc00; }
    .text__slider .slick-active button {
      background-color: #ffdc00;
      color: #ffdc00; }
  @media (min-width: 768px) {
    .text__slider li {
      width: 27px;
      height: 27px;
      line-height: 27px;
      margin-right: 3px; } }

.text-slide__img {
  width: 100%;
  height: 135px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain; }
  @media (min-width: 768px) {
    .text-slide__img {
      height: 325px; } }
  @media (min-width: 1200px) {
    .text-slide__img {
      height: 490px; } }

.text-slide__caption {
  font-weight: 300;
  font-size: 12px;
  color: #5a5a5a;
  text-align: center;
  padding: 15px 0; }
  @media (min-width: 768px) {
    .text-slide__caption {
      font-size: 13px;
      padding: 20px; } }

.text__arrow {
  position: absolute;
  top: 50px;
  width: 30px;
  height: 30px;
  line-height: 28px;
  font-size: 12px;
  border: solid 1px #dfdfdf;
  color: #dfdfdf;
  text-align: center;
  background-color: transparent;
  cursor: pointer;
  z-index: 1;
  border-radius: 50%; }
  .text__arrow_left {
    left: 0;
    margin-left: 15px;
    padding-right: 8px; }
  .text__arrow_right {
    right: 0;
    margin-right: 15px;
    padding-left: 8px; }
  .text__arrow:focus {
    outline: none; }
  @media (min-width: 768px) {
    .text__arrow {
      width: 35px;
      height: 35px;
      line-height: 33px;
      top: 145px; }
      .text__arrow_left {
        margin-left: 20px; }
      .text__arrow_right {
        margin-right: 20px; } }
  @media (min-width: 1200px) {
    .text__arrow {
      width: 45px;
      height: 45px;
      line-height: 41px;
      font-size: 16px;
      border-width: 2px;
      top: 220px;
      -webkit-transform: scale(1);
      transform: scale(1);
      -webkit-transition: 0.2s;
      transition: 0.2s; }
      .text__arrow:hover {
        color: #B3B3B3;
        border-color: #B3B3B3;
        -webkit-transform: scale(1.1);
        transform: scale(1.1); }
      .text__arrow_left {
        margin-left: 30px;
        padding-right: 10px; }
      .text__arrow_right {
        margin-right: 30px;
        padding-left: 10px; } }

.text__counter {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 50px;
  height: 20px;
  line-height: 22px;
  text-align: center;
  font-size: 11px;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.7);
  border-radius: 10px; }
  @media (min-width: 768px) {
    .text__counter {
      width: 60px;
      height: 25px;
      line-height: 27px;
      top: 20px;
      right: 20px;
      font-size: 13px;
      border-radius: 13px; } }
  @media (min-width: 1200px) {
    .text__counter {
      width: 75px;
      height: 40px;
      line-height: 42px;
      top: 25px;
      right: 35px;
      font-size: 16px;
      border-radius: 20px; } }

.text-counter__digit {
  min-width: 10px; }

.text .text__chevron,
.text__chevron {
  color: #000;
  font-size: 16px;
  padding: 0;
  font-weight: 300;
  margin: 30px 0;
  border: none;
  line-height: 1.25; }
  .text .text__chevron:before, .text .text__chevron:after,
  .text__chevron:before,
  .text__chevron:after {
    color: #dfdfdf;
    width: 100%;
    font-size: 61px;
    display: inline-block;
    line-height: 0.4; }
  .text .text__chevron:before,
  .text__chevron:before {
    content: '«';
    padding-bottom: 22px; }
  .text .text__chevron:after,
  .text__chevron:after {
    content: '»';
    padding-top: 14px; }
  @media (min-width: 768px) {
    .text .text__chevron,
    .text__chevron {
      float: left;
      width: 150px;
      margin: 0 5px 0 0; }
      .text .text__chevron:before,
      .text__chevron:before {
        padding-bottom: 30px; }
      .text .text__chevron:after,
      .text__chevron:after {
        padding-top: 24px; } }
  @media (min-width: 1200px) {
    .text .text__chevron,
    .text__chevron {
      margin-right: 30px; } }

.text .text__person,
.text__person {
  border: none;
  border-left: solid 4px #ffdc00;
  padding: 3px 0 0 21px;
  font-size: 18px;
  line-height: 1.4;
  margin: 30px 0;
  letter-spacing: 0px; }
  .text .text__person small,
  .text__person small {
    width: 100%;
    display: inline-block;
    font-size: 16px;
    font-weight: 200;
    margin-top: 15px;
    margin-bottom: 15px; }
  @media (min-width: 768px) {
    .text .text__person,
    .text__person {
      font-size: 21px;
      padding-left: 54px; }
      .text .text__person small,
      .text__person small {
        margin-top: 26px;
        margin-bottom: 5px;
        font-size: 18px; } }
  @media (min-width: 1200px) {
    .text .text__person,
    .text__person {
      font-size: 25px;
      padding-left: 86px;
      margin: 40px 0; }
      .text .text__person small,
      .text__person small {
        font-size: 20px; } }

.text__ready {
  text-align: center;
  background-color: #fff;
  margin-top: 53px;
  margin-bottom: 70px; }
  @media (min-width: 768px) {
    .text__ready {
      margin-top: 65px;
      margin-bottom: 95px; } }

.text-ready__header {
  margin: 0;
  text-transform: none;
  margin-bottom: 25px; }

.text-ready__btn {
  min-width: 195px;
  margin-bottom: 10px;
  border-radius: 25px; }

.text-ready__btn-link {
  height: 50px;
  text-align: center;
  width: 100%;
  line-height: 48px;
  color: #000;
  font-weight: 300;
  border-radius: 25px; }

/* End */


/* Start:/local/frontend/local/btn/btn.css?16905212661484*/
.btn {
  display: inline-block;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  -webkit-transition: transform 0.5s cubic-bezier(0.2, 3, 0.4, 1), background-color 0.5s ease, border-color 0.5s ease;
  -webkit-transition: background-color 0.5s ease, border-color 0.5s ease, -webkit-transform 0.5s cubic-bezier(0.2, 3, 0.4, 1);
  transition: background-color 0.5s ease, border-color 0.5s ease, -webkit-transform 0.5s cubic-bezier(0.2, 3, 0.4, 1);
  transition: transform 0.5s cubic-bezier(0.2, 3, 0.4, 1), background-color 0.5s ease, border-color 0.5s ease;
  transition: transform 0.5s cubic-bezier(0.2, 3, 0.4, 1), background-color 0.5s ease, border-color 0.5s ease, -webkit-transform 0.5s cubic-bezier(0.2, 3, 0.4, 1);
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; }
  .btn:hover {
    -webkit-transform: scale(1.1, 1.1);
            transform: scale(1.1, 1.1); }

.btn__link {
  display: inline-block;
  padding: 0 25px;
  -webkit-transition: 0.3s;
  transition: 0.3s; }

.btn_filled {
  background-color: #ffdc00;
  color: #000; }
  .btn_filled:hover {
    background-color: #ffee36; }

.btn_linear {
  background-color: transparent;
  color: #000; }
  .btn_linear:hover {
    background-color: #ffdc00; }

/* End */


/* Start:/local/frontend/local/breadcrumbs/breadcrumbs.css?16905212661043*/
@charset "UTF-8";
.breadcrumbs {
  font-weight: 300; }
  .breadcrumbs_blue {
    background-color: #f3f5f7; }
  .breadcrumbs_white {
    background-color: #fff; }

.breadcrumbs__container {
  position: relative; }

.breadcrumbs__content {
  padding: 20px 0; }
  .breadcrumbs__content_air {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2; }
    .breadcrumbs__content_air .breadcrumbs__to,
    .breadcrumbs__content_air .breadcrumbs__link {
      color: #d4d4d4; }
    .breadcrumbs__content_air .breadcrumbs__dest {
      color: #fff; }
  @media (min-width: 1200px) {
    .breadcrumbs__content {
      padding-bottom: 10px; } }

.breadcrumbs__to {
  display: inline-block;
  color: #5a5a5a;
  font-size: 11px; }
  .breadcrumbs__to:after {
    content: '→';
    margin-right: 10px;
    display: inline-block;
    font-weight: 400; }

.breadcrumbs__link {
  color: #5a5a5a;
  margin-right: 15px;
  display: inline-block;
  font-size: 13px; }

.breadcrumbs__dest {
  color: #b3b2b2;
  display: inline-block;
  font-size: 13px; }

/* End */


/* Start:/local/frontend/vendor/fancybox-master/dist/jquery.fancybox.min.css?169052126613706*/
@charset "UTF-8";.fancybox-enabled{overflow:hidden}.fancybox-enabled body{overflow:visible;height:100%}.fancybox-is-hidden{position:absolute;top:-9999px;left:-9999px;visibility:hidden}.fancybox-container{position:fixed;top:0;left:0;width:100%;height:100%;z-index:99993;-webkit-tap-highlight-color:transparent;-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-transform:translateZ(0);transform:translateZ(0)}.fancybox-container~.fancybox-container{z-index:99992}.fancybox-bg,.fancybox-inner,.fancybox-outer,.fancybox-stage{position:absolute;top:0;right:0;bottom:0;left:0}.fancybox-outer{overflow-y:auto;-webkit-overflow-scrolling:touch}.fancybox-bg{background:#1e1e1e;opacity:0;transition-duration:inherit;transition-property:opacity;transition-timing-function:cubic-bezier(.47,0,.74,.71)}.fancybox-is-open .fancybox-bg{opacity:.87;transition-timing-function:cubic-bezier(.22,.61,.36,1)}.fancybox-caption-wrap,.fancybox-infobar,.fancybox-toolbar{position:absolute;direction:ltr;z-index:99997;opacity:0;visibility:hidden;transition:opacity .25s,visibility 0s linear .25s;box-sizing:border-box}.fancybox-show-caption .fancybox-caption-wrap,.fancybox-show-infobar .fancybox-infobar,.fancybox-show-toolbar .fancybox-toolbar{opacity:1;visibility:visible;transition:opacity .25s,visibility 0s}.fancybox-infobar{top:0;left:50%;margin-left:-79px}.fancybox-infobar__body{display:inline-block;width:70px;line-height:44px;font-size:13px;font-family:Helvetica Neue,Helvetica,Arial,sans-serif;text-align:center;color:#ddd;background-color:rgba(30,30,30,.7);pointer-events:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-touch-callout:none;-webkit-tap-highlight-color:transparent;-webkit-font-smoothing:subpixel-antialiased}.fancybox-toolbar{top:0;right:0}.fancybox-stage{overflow:hidden;direction:ltr;z-index:99994;-webkit-transform:translateZ(0)}.fancybox-slide{position:absolute;top:0;left:0;width:100%;height:100%;margin:0;padding:0;overflow:auto;outline:none;white-space:normal;box-sizing:border-box;text-align:center;z-index:99994;-webkit-overflow-scrolling:touch;display:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;transition-property:opacity,-webkit-transform;transition-property:transform,opacity;transition-property:transform,opacity,-webkit-transform;-webkit-transform-style:preserve-3d;transform-style:preserve-3d}.fancybox-slide:before{content:"";display:inline-block;vertical-align:middle;height:100%;width:0}.fancybox-is-sliding .fancybox-slide,.fancybox-slide--current,.fancybox-slide--next,.fancybox-slide--previous{display:block}.fancybox-slide--image{overflow:visible}.fancybox-slide--image:before{display:none}.fancybox-slide--video .fancybox-content,.fancybox-slide--video iframe{background:#000}.fancybox-slide--map .fancybox-content,.fancybox-slide--map iframe{background:#e5e3df}.fancybox-slide--next{z-index:99995}.fancybox-slide>*{display:inline-block;position:relative;padding:24px;margin:44px 0;border-width:0;vertical-align:middle;text-align:left;background-color:#fff;overflow:auto;box-sizing:border-box}.fancybox-slide .fancybox-image-wrap{position:absolute;top:0;left:0;margin:0;padding:0;border:0;z-index:99995;background:transparent;cursor:default;overflow:visible;-webkit-transform-origin:top left;transform-origin:top left;background-size:100% 100%;background-repeat:no-repeat;-webkit-backface-visibility:hidden;backface-visibility:hidden}.fancybox-can-zoomOut .fancybox-image-wrap{cursor:zoom-out}.fancybox-can-zoomIn .fancybox-image-wrap{cursor:zoom-in}.fancybox-can-drag .fancybox-image-wrap{cursor:-webkit-grab;cursor:grab}.fancybox-is-dragging .fancybox-image-wrap{cursor:-webkit-grabbing;cursor:grabbing}.fancybox-image,.fancybox-spaceball{position:absolute;top:0;left:0;width:100%;height:100%;margin:0;padding:0;border:0;max-width:none;max-height:none}.fancybox-spaceball{z-index:1}.fancybox-slide--iframe .fancybox-content{padding:0;width:80%;height:80%;max-width:calc(100% - 100px);max-height:calc(100% - 88px);overflow:visible;background:#fff}.fancybox-iframe{display:block;padding:0;border:0;height:100%}.fancybox-error,.fancybox-iframe{margin:0;width:100%;background:#fff}.fancybox-error{padding:40px;max-width:380px;cursor:default}.fancybox-error p{margin:0;padding:0;color:#444;font:16px/20px Helvetica Neue,Helvetica,Arial,sans-serif}.fancybox-close-small{position:absolute;top:0;right:0;width:44px;height:44px;padding:0;margin:0;border:0;border-radius:0;outline:none;background:transparent;z-index:10;cursor:pointer}.fancybox-close-small:after{content:"×";position:absolute;top:5px;right:5px;width:30px;height:30px;font:20px/30px Arial,Helvetica Neue,Helvetica,sans-serif;color:#888;font-weight:300;text-align:center;border-radius:50%;border-width:0;background:#fff;transition:background .25s;box-sizing:border-box;z-index:2}.fancybox-close-small:focus:after{outline:1px dotted #888}.fancybox-close-small:hover:after{color:#555;background:#eee}.fancybox-slide--iframe .fancybox-close-small{top:0;right:-44px}.fancybox-slide--iframe .fancybox-close-small:after{background:transparent;font-size:35px;color:#aaa}.fancybox-slide--iframe .fancybox-close-small:hover:after{color:#fff}.fancybox-caption-wrap{bottom:0;left:0;right:0;padding:60px 30px 0;background:linear-gradient(180deg,transparent 0,rgba(0,0,0,.1) 20%,rgba(0,0,0,.2) 40%,rgba(0,0,0,.6) 80%,rgba(0,0,0,.8));pointer-events:none}.fancybox-caption{padding:30px 0;border-top:1px solid hsla(0,0%,100%,.4);font-size:14px;font-family:Helvetica Neue,Helvetica,Arial,sans-serif;color:#fff;line-height:20px;-webkit-text-size-adjust:none}.fancybox-caption a,.fancybox-caption button,.fancybox-caption select{pointer-events:all}.fancybox-caption a{color:#fff;text-decoration:underline}.fancybox-button{display:inline-block;position:relative;margin:0;padding:0;border:0;width:44px;height:44px;line-height:44px;text-align:center;background:transparent;color:#ddd;border-radius:0;cursor:pointer;vertical-align:top;outline:none}.fancybox-button[disabled]{cursor:default;pointer-events:none}.fancybox-button,.fancybox-infobar__body{background:rgba(30,30,30,.6)}.fancybox-button:hover:not([disabled]){color:#fff;background:rgba(0,0,0,.8)}.fancybox-button:after,.fancybox-button:before{content:"";pointer-events:none;position:absolute;background-color:currentColor;color:currentColor;opacity:.9;box-sizing:border-box;display:inline-block}.fancybox-button[disabled]:after,.fancybox-button[disabled]:before{opacity:.3}.fancybox-button--left:after,.fancybox-button--right:after{top:18px;width:6px;height:6px;background:transparent;border-top:2px solid currentColor;border-right:2px solid currentColor}.fancybox-button--left:after{left:20px;-webkit-transform:rotate(-135deg);transform:rotate(-135deg)}.fancybox-button--right:after{right:20px;-webkit-transform:rotate(45deg);transform:rotate(45deg)}.fancybox-button--left{border-bottom-left-radius:5px}.fancybox-button--right{border-bottom-right-radius:5px}.fancybox-button--close:after,.fancybox-button--close:before{content:"";display:inline-block;position:absolute;height:2px;width:16px;top:calc(50% - 1px);left:calc(50% - 8px)}.fancybox-button--close:before{-webkit-transform:rotate(45deg);transform:rotate(45deg)}.fancybox-button--close:after{-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}.fancybox-arrow{position:absolute;top:50%;margin:-50px 0 0;height:100px;width:54px;padding:0;border:0;outline:none;background:none;cursor:pointer;z-index:99995;opacity:0;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;transition:opacity .25s}.fancybox-arrow:after{content:"";position:absolute;top:28px;width:44px;height:44px;background-color:rgba(30,30,30,.8);background-image:url(data:image/svg+xml;base64,PHN2ZyBmaWxsPSIjRkZGRkZGIiBoZWlnaHQ9IjQ4IiB2aWV3Qm94PSIwIDAgMjQgMjQiIHdpZHRoPSI0OCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4gICAgPHBhdGggZD0iTTAgMGgyNHYyNEgweiIgZmlsbD0ibm9uZSIvPiAgICA8cGF0aCBkPSJNMTIgNGwtMS40MSAxLjQxTDE2LjE3IDExSDR2MmgxMi4xN2wtNS41OCA1LjU5TDEyIDIwbDgtOHoiLz48L3N2Zz4=);background-repeat:no-repeat;background-position:50%;background-size:24px 24px}.fancybox-arrow--right{right:0}.fancybox-arrow--left{left:0;-webkit-transform:scaleX(-1);transform:scaleX(-1)}.fancybox-arrow--left:after,.fancybox-arrow--right:after{left:0}.fancybox-show-nav .fancybox-arrow{opacity:.6}.fancybox-show-nav .fancybox-arrow[disabled]{opacity:.3}.fancybox-loading{border:6px solid hsla(0,0%,39%,.4);border-top:6px solid hsla(0,0%,100%,.6);border-radius:100%;height:50px;width:50px;-webkit-animation:a .8s infinite linear;animation:a .8s infinite linear;background:transparent;position:absolute;top:50%;left:50%;margin-top:-25px;margin-left:-25px;z-index:99999}@-webkit-keyframes a{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes a{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fancybox-animated{transition-timing-function:cubic-bezier(0,0,.25,1)}.fancybox-fx-slide.fancybox-slide--previous{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);opacity:0}.fancybox-fx-slide.fancybox-slide--next{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);opacity:0}.fancybox-fx-slide.fancybox-slide--current{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}.fancybox-fx-fade.fancybox-slide--next,.fancybox-fx-fade.fancybox-slide--previous{opacity:0;transition-timing-function:cubic-bezier(.19,1,.22,1)}.fancybox-fx-fade.fancybox-slide--current{opacity:1}.fancybox-fx-zoom-in-out.fancybox-slide--previous{-webkit-transform:scale3d(1.5,1.5,1.5);transform:scale3d(1.5,1.5,1.5);opacity:0}.fancybox-fx-zoom-in-out.fancybox-slide--next{-webkit-transform:scale3d(.5,.5,.5);transform:scale3d(.5,.5,.5);opacity:0}.fancybox-fx-zoom-in-out.fancybox-slide--current{-webkit-transform:scaleX(1);transform:scaleX(1);opacity:1}.fancybox-fx-rotate.fancybox-slide--previous{-webkit-transform:rotate(-1turn);transform:rotate(-1turn);opacity:0}.fancybox-fx-rotate.fancybox-slide--next{-webkit-transform:rotate(1turn);transform:rotate(1turn);opacity:0}.fancybox-fx-rotate.fancybox-slide--current{-webkit-transform:rotate(0deg);transform:rotate(0deg);opacity:1}.fancybox-fx-circular.fancybox-slide--previous{-webkit-transform:scale3d(0,0,0) translate3d(-100%,0,0);transform:scale3d(0,0,0) translate3d(-100%,0,0);opacity:0}.fancybox-fx-circular.fancybox-slide--next{-webkit-transform:scale3d(0,0,0) translate3d(100%,0,0);transform:scale3d(0,0,0) translate3d(100%,0,0);opacity:0}.fancybox-fx-circular.fancybox-slide--current{-webkit-transform:scaleX(1) translateZ(0);transform:scaleX(1) translateZ(0);opacity:1}.fancybox-fx-tube.fancybox-slide--previous{-webkit-transform:translate3d(-100%,0,0) scale(.1) skew(-10deg);transform:translate3d(-100%,0,0) scale(.1) skew(-10deg)}.fancybox-fx-tube.fancybox-slide--next{-webkit-transform:translate3d(100%,0,0) scale(.1) skew(10deg);transform:translate3d(100%,0,0) scale(.1) skew(10deg)}.fancybox-fx-tube.fancybox-slide--current{-webkit-transform:translateZ(0) scale(1);transform:translateZ(0) scale(1)}@media (max-width:800px){.fancybox-infobar{left:0;margin-left:0}.fancybox-button--left,.fancybox-button--right{display:none!important}.fancybox-caption{padding:20px 0;margin:0}}.fancybox-button--fullscreen:before{width:15px;height:11px;left:calc(50% - 7px);top:calc(50% - 6px);border:2px solid;background:none}.fancybox-button--pause:before,.fancybox-button--play:before{top:calc(50% - 6px);left:calc(50% - 4px);background:transparent}.fancybox-button--play:before{width:0;height:0;border-top:6px inset transparent;border-bottom:6px inset transparent;border-left:10px solid;border-radius:1px}.fancybox-button--pause:before{width:7px;height:11px;border-style:solid;border-width:0 2px}.fancybox-button--thumbs,.fancybox-thumbs{display:none}@media (min-width:800px){.fancybox-button--thumbs{display:inline-block}.fancybox-button--thumbs span{font-size:23px}.fancybox-button--thumbs:before{width:3px;height:3px;top:calc(50% - 2px);left:calc(50% - 2px);box-shadow:0 -4px 0,-4px -4px 0,4px -4px 0,inset 0 0 0 32px,-4px 0 0,4px 0 0,0 4px 0,-4px 4px 0,4px 4px 0}.fancybox-thumbs{position:absolute;top:0;right:0;bottom:0;left:auto;width:220px;margin:0;padding:5px 5px 0 0;background:#fff;word-break:normal;-webkit-tap-highlight-color:transparent;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar;box-sizing:border-box;z-index:99995}.fancybox-show-thumbs .fancybox-thumbs{display:block}.fancybox-show-thumbs .fancybox-inner{right:220px}.fancybox-thumbs>ul{list-style:none;position:absolute;position:relative;width:100%;height:100%;margin:0;padding:0;overflow-x:hidden;overflow-y:auto;font-size:0}.fancybox-thumbs>ul>li{float:left;overflow:hidden;max-width:50%;padding:0;margin:0;width:105px;height:75px;position:relative;cursor:pointer;outline:none;border:5px solid transparent;border-top-width:0;border-right-width:0;-webkit-tap-highlight-color:transparent;-webkit-backface-visibility:hidden;backface-visibility:hidden;box-sizing:border-box}li.fancybox-thumbs-loading{background:rgba(0,0,0,.1)}.fancybox-thumbs>ul>li>img{position:absolute;top:0;left:0;min-width:100%;min-height:100%;max-width:none;max-height:none;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.fancybox-thumbs>ul>li:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border-radius:2px;border:4px solid #4ea7f9;z-index:99991;opacity:0;transition:all .2s cubic-bezier(.25,.46,.45,.94)}.fancybox-thumbs>ul>li.fancybox-thumbs-active:before{opacity:1}}
/* End */


/* Start:/local/frontend/local/form/form.css?169052126612838*/
/* FORM */
.form {
  position: relative;
  background-color: #fff;
  padding-bottom: 30px;
  padding-left: 0;
  padding-right: 0;
  margin: auto; }
  .form_modal {
    position: static;
    width: 290px;
    text-align: center;
    padding-top: 50px;
    /*  padding-bottom: 85px;*/ }
    @media (min-width: 768px) {
      .form_modal {
        width: 330px; } }

.form__header {
  color: #b3b2b2;
  font-size: 13px;
  text-transform: uppercase;
  margin-bottom: 10px; }

.form__subheader {
  font-size: 39px;
  color: #000;
  font-weight: bold;
  margin-bottom: 25px;
  line-height: 1.15; }

/* TOGGLE CHECKBOX */
.form__toggle-container,
.form__toggle-container.feedback-form-control {
  display: inline-block;
  width: auto;
  position: relative; }

.form-toggle__name {
  color: #b3b2b2;
  font-size: 16px;
  border: none;
  border-bottom: dotted 1px;
  background-color: transparent;
  padding: 0;
  cursor: pointer;
  display: inline;
  margin-right: 20px;
  margin-top: 2px;
  float: left;
  -webkit-transition: 0.3s;
  transition: 0.3s; }
  .form-toggle__name:last-child {
    float: right; }
  .form-toggle__name:focus {
    outline: none; }

.form-toggle__pseudo {
  height: 20px;
  width: 40px;
  line-height: 40px;
  border: solid 2px #ffdc00;
  background-color: transparent;
  display: inline-block;
  position: relative;
  margin-right: 20px;
  vertical-align: middle;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border-radius: 10px; }
  .form-toggle__pseudo:before {
    position: absolute;
    display: inline-block;
    content: '';
    height: 8px;
    width: 8px;
    top: 50%;
    left: -2px;
    background-color: #ffdc00;
    border-radius: 50%;
    -webkit-transition: 0.3s;
    transition: 0.3s; }

.form-toggle__checkbox:checked ~ .form-toggle__name_true {
  color: #000;
  border-bottom-color: transparent; }

.form-toggle__checkbox:checked ~ .form-toggle__name_false {
  color: #b3b2b2;
  border-bottom-color: #b3b2b2; }
  .form-toggle__checkbox:checked ~ .form-toggle__name_false:hover {
    color: #000;
    border-bottom-color: transparent; }

.form-toggle__checkbox:checked ~ .form-toggle__pseudo:before {
  -webkit-transform: translate(8px, -50%);
  transform: translate(8px, -50%); }

.form-toggle__checkbox:not(:checked) ~ .form-toggle__name_false {
  color: #000;
  border-bottom-color: transparent; }

.form-toggle__checkbox:not(:checked) ~ .form-toggle__name_true {
  color: #b3b2b2;
  border-bottom-color: #b3b2b2; }
  .form-toggle__checkbox:not(:checked) ~ .form-toggle__name_true:hover {
    color: #000;
    border-bottom-color: transparent; }

.form-toggle__checkbox:not(:checked) ~ .form-toggle__pseudo:before {
  -webkit-transform: translate(24px, -50%);
  transform: translate(24px, -50%); }

/* RADIO */
.form__radio-container,
.form__radio-container.feedback-form-control {
  text-align: left;
  width: auto;
  position: relative; }

.form__radio-item-container {
  margin-bottom: 13px; }

.form__radio-item {
  width: 0;
  height: 0;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  z-index: -1; }
  .form__radio-item:checked ~ .form__radio-pseudo-item .form__radio-marker:before {
    background-color: #ffdc00; }

.form__radio-pseudo-item {
  font-family: "Circe", sans-serif;
  font-size: 16px;
  color: #000;
  cursor: pointer; }

.form__radio-marker {
  width: 16px;
  height: 16px;
  line-height: 12px;
  display: inline-block;
  border: solid 2px #ffdc00;
  text-align: center;
  vertical-align: middle;
  margin-right: 10px;
  border-radius: 50%; }
  .form__radio-marker:before {
    content: '';
    width: 8px;
    height: 8px;
    background-color: transparent;
    display: inline-block;
    line-height: 1;
    border-radius: 50%;
    -webkit-transition: 0.2s;
    transition: 0.2s; }

.form__close {
  font-size: 13px;
  position: absolute;
  top: 20px;
  right: 20px;
  color: #bdc3c8;
  background-color: transparent;
  border: none;
  cursor: pointer;
  -webkit-transition: 0.2s;
  transition: 0.2s; }
  .form__close:hover {
    color: #ffdc00; }
  .form__close:focus {
    outline: none; }

.form__file-container {
  position: relative;
  width: 100%; }
  @media (min-width: 768px) {
    .form__file-container {
      width: 330px; } }

.form__file {
  width: 0;
  height: 0;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1; }

.form__file-link {
  width: 100%;
  padding: 22px;
  display: block;
  border: dashed 1px #bfbebe;
  text-align: center;
  font-family: "Circe", sans-serif;
  color: #b3b2b2;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border-radius: 4px; }
  .form__file-link:hover {
    color: #ffdc00; }
  .form__file-link:before {
    font-size: 38px;
    margin-right: 18px;
    display: inline-block; }
  @media (min-width: 768px) {
    .form__file-link {
      height: 96px; } }

.form__file-link-and-footnote {
  display: inline-block;
  text-align: left;
  padding-top: 3px;
  vertical-align: top; }

.form__file-link-text {
  color: #5a5a5a;
  font-size: 16px;
  display: block;
  margin-bottom: 5px; }

.form__file-footnote {
  color: #b3b2b2;
  font-size: 13px;
  display: block; }

/* INFO */
.form__info {
  /*font-size: 26px;
  width: 40px;
  height: 40px;
  background-color: $yc;
  color: #fff;
  text-align: center;
  line-height: 40px;
  display: inline-block;
  cursor: pointer;
  position: relative;
  overflow: hidden;*/
  border-radius: 50%; }
  .form__info:hover {
    overflow: visible; }

/* FIELDS */
.form__field {
  height: 60px;
  background-color: #f3f5f7;
  color: #4c4a4a;
  font-size: 16px;
  font-family: "Circe", sans-serif;
  border: solid 2px #f3f5f7;
  padding: 20px 19px;
  border-radius: 4px;
  -webkit-transition: 0.3s;
  transition: 0.3s; }
  .form__field::-webkit-input-placeholder {
    color: #b3b2b2; }
  .form__field:-ms-input-placeholder {
    color: #b3b2b2; }
  .form__field::-ms-input-placeholder {
    color: #b3b2b2; }
  .form__field::placeholder {
    color: #b3b2b2; }
  .form__field::-moz-placeholder {
    color: #b3b2b2; }
  .form__field::-webkit-input-placeholder {
    color: #b3b2b2; }
  .form__field:-ms-input-placeholder {
    color: #b3b2b2; }
  .form__field::-webkit-input-placeholder {
    color: #b3b2b2; }
  .form__field:focus {
    outline: none;
    background-color: #fff; }
  .form__field:disabled {
    color: #dfe0e1;
    background-color: #f3f5f7;
    cursor: not-allowed; }
  .form__field_modal {
    height: 50px; }
  .form__field.feedback-form__control_type_textarea {
    height: 100px; }
  .form__field_mini {
    width: 100%;
    float: left;
    font-size: 14px; }
    .form__field_mini:not(:first-child) {
      margin-top: 10px; }
    .form__field_mini:first-child {
      margin-right: 10px; }
  @media (min-width: 768px) {
    .form__field_mini {
      width: 160px !important; }
      .form__field_mini:not(:first-child) {
        margin-top: 0; } }

/* MODAL */
.form-container {
  width: 100%;
  border: solid 1px;
  position: relative;
  background-color: #fff;
  padding: 0; }
  @media (min-width: 768px) {
    .form-container {
      width: 500px; } }

/* SUBMIT */
.form__submit {
  height: 50px;
  line-height: 50px;
  width: 190px;
  background-color: #ffdc00;
  font-weight: 300;
  font-family: "Circe", sans-serif;
  text-align: center;
  border: none;
  cursor: pointer;
  margin-top: 20px;
  margin-bottom: 10px;
  border-radius: 25px; }
  .form__submit:focus {
    outline: none; }

.form__footnote {
  color: #b2b2b2;
  font-size: 14px;
  font-weight: 300; }

.form__asterix {
  color: #ff1425;
  font-family: Arial, sans-serif; }

.form-modal__uc-container {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
  border-top: solid 1px #edf1f4;
  padding-bottom: 15px;
  padding-top: 14px;
  margin-top: 0 !important; }

.form-modal__uc .form__pseudo-checkbox {
  margin-right: 10px; }

.form__success-message {
  width: 100%;
  border: solid 1px;
  position: relative;
  background-color: #fff; }
  @media (min-width: 768px) {
    .form__success-message {
      width: 500px; } }

.form-success-message__container {
  width: 330px;
  margin: auto;
  text-align: center;
  padding-top: 60px;
  padding-bottom: 85px; }
  .form-success-message__container .text__subheader {
    margin-bottom: 10px; }

.form-success-message__icon {
  display: inline-block;
  width: 106px;
  height: 106px;
  border: solid 4px #ffdc00;
  color: #ffdc00;
  font-size: 48px;
  text-align: center;
  margin-bottom: 40px;
  border-radius: 50%; }
  .form-success-message__icon:before {
    line-height: 106px; }

.form-success-message__close {
  width: 190px;
  height: 50px;
  line-height: 50px;
  font-family: "Circe", sans-serif;
  font-weight: 300;
  text-align: center;
  background-color: #ffdc00;
  cursor: pointer;
  border: none;
  margin-top: 35px;
  border-radius: 25px; }
  .form-success-message__close:focus {
    outline: none; }

/* LIST */
.form__list-container {
  position: relative; }
  .form__list-container:after {
    content: 'i';
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    position: absolute;
    top: 15px;
    right: 20px;
    background-color: #ffb3b3;
    color: #fff;
    font-size: 14px;
    opacity: 0;
    visibility: hidden;
    border-radius: 50%;
    -webkit-transition: 0.2s;
    transition: 0.2s; }
  .form__list-container_mini {
    width: 100%;
    float: left; }
    .form__list-container_mini:not(:first-child) {
      margin-top: 10px; }
  @media (min-width: 768px) {
    .form__list-container_mini {
      width: 160px;
      margin: 0; }
      .form__list-container_mini:first-child {
        margin-right: 10px; } }
  .form__list-container_expand:before {
    content: '';
    width: 100%;
    height: 5px;
    background: transparent;
    display: block;
    position: absolute;
    top: 100%; }
  .form__list-container_expand .form__list-icon {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg); }
  .form__list-container_expand .form__pseudo-list {
    background-color: #fff;
    color: #000; }

.form__list {
  height: 0;
  width: 0;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1; }

.form__pseudo-list {
  background-color: #f3f5f7;
  color: #b3b2b2;
  height: 50px;
  line-height: 48px;
  padding: 0 40px 0 20px;
  overflow: hidden;
  position: relative;
  border: solid 2px #f3f5f7;
  cursor: pointer;
  text-align: left;
  width: 100%;
  border-radius: 4px;
  -webkit-transition: 0.2s;
  transition: 0.2s; }
  .form__pseudo-list:focus {
    outline: none; }

.form__list-current {
  font-family: "Circe", sans-serif;
  color: #4c4a4a;
  font-size: 14px; }

.form__list-icon {
  font-size: 10px;
  color: #ffdc00;
  position: absolute;
  right: 20px;
  top: 0;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  -webkit-transform: rotate(0);
  transform: rotate(0); }
  .form__list-icon:before {
    line-height: 50px; }

.form__options-container {
  position: absolute;
  top: 100%;
  margin-top: 5px;
  left: 0;
  width: 100%;
  z-index: 10;
  border: solid 1px #ebeef0; }
  .form__options-container_hide {
    display: none; }

.form__options {
  width: 100%;
  list-style-type: none;
  margin: 0;
  padding: 0 0;
  text-align: left; }
  .form__options:focus {
    outline: none !important; }

.form__option {
  font-size: 16px;
  font-family: "Circe", sans-serif;
  cursor: pointer;
  background-color: #fff;
  padding: 14px 25px;
  -webkit-transition: 0.2s;
  transition: 0.2s; }
  .form__option_disabled {
    cursor: no-drop; }
  .form__option_selected {
    cursor: default; }
  .form__option:hover {
    background-color: #ebeef0; }

.form__list-scroll {
  width: 4px;
  height: 100%;
  background-color: #f0f0f0;
  position: absolute;
  right: 25px;
  top: 0;
  display: block;
  border-radius: 2px; }
  .form__list-scroll .nano-slider {
    width: 4px;
    background-color: #8d8d8d;
    border-radius: 2px; }

/* TEXTAREA */
.form__textarea {
  height: 90px;
  resize: vertical;
  background-color: #f3f5f7;
  color: #b3b2b2;
  font-size: 16px;
  font-family: "Circe", sans-serif;
  border: solid 2px #f3f5f7;
  padding: 20px;
  border-radius: 4px;
  -webkit-transition: 0.3s;
  transition: 0.3s; }
  .form__textarea::-webkit-input-placeholder {
    color: #4c4a4a; }
  .form__textarea:-ms-input-placeholder {
    color: #4c4a4a; }
  .form__textarea::-ms-input-placeholder {
    color: #4c4a4a; }
  .form__textarea::placeholder {
    color: #4c4a4a; }
  .form__textarea::-moz-placeholder {
    color: #4c4a4a; }
  .form__textarea::-webkit-input-placeholder {
    color: #4c4a4a; }
  .form__textarea:-ms-input-placeholder {
    color: #4c4a4a; }
  .form__textarea::-webkit-input-placeholder {
    color: #4c4a4a; }
  .form__textarea:focus {
    outline: none;
    background-color: #fff; }

/* End */


/* Start:/local/frontend/local/feedback-form/feedback-form.css?16905212666547*/
@charset "UTF-8";
/**
* Форма обратной связи
* #Заголовок
* #Контейнер контрола
* #Контрол
* #Checkbox / Radio
* #Range
* #Описание поля
* #Submit
* #Footnote
* #Модальная
* #Сообщение после отправки
* #Капча
 */
.feedback-form {
  margin: auto; }

/* #Заголовок */
.feedback-form__title {
  /* margin-bottom: 40px;*/ }

.feedback-form__title-value {
  /* line-height: 1;
   margin: 0;
   color: #000 !important;
   font-size: 36px;
   font-weight: 400;
   text-transform: none;*/ }

/* #Контейнер контрола */
.feedback-form__group {
  margin-top: 20px;
  width: 100%;
  position: relative;
  -webkit-transition: 0.2s;
  transition: 0.2s; }
  .feedback-form__group:after {
    content: 'i';
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    position: absolute;
    top: 15px;
    right: 20px;
    background-color: #ffb3b3;
    color: #fff;
    font-size: 14px;
    opacity: 0;
    visibility: hidden;
    border-radius: 50%;
    -webkit-transition: 0.2s;
    transition: 0.2s; }
  .feedback-form__group_has_error {
    position: relative; }
    .feedback-form__group_has_error:after {
      opacity: 1;
      visibility: visible; }

.feedback-form__error_message {
  font-size: 13px;
  color: #ff9191;
  padding: 9px 18px; }

/* #Контрол */
.feedback-form__control:not(.feedback-form__control_type_file),
.feedback-form__control_type_list_pseudo {
  width: 100%;
  font-family: "Circe", sans-serif;
  display: block; }
  .feedback-form__control:not(.feedback-form__control_type_file):focus,
  .feedback-form__control_type_list_pseudo:focus {
    outline: none; }

.feedback-form__control_type_textarea {
  resize: vertical; }

.feedback-form__control_type_list_hidden {
  height: 0;
  width: 0;
  visibility: hidden;
  opacity: 0; }

.feedback-form__control_type_current-option {
  display: inline-block;
  overflow: hidden; }

.feedback-form__control_type_list_pseudo {
  text-align: left;
  cursor: pointer;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s; }

.feedback-form__control_type_options {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  text-align: left;
  z-index: 6;
  overflow: hidden; }
  .feedback-form__control_type_options_hide {
    display: none; }

.feedback-form__options-container {
  overflow: hidden;
  margin: 0;
  list-style: none; }

.feedback-form__control_type_option {
  width: 100%;
  font-family: "Circe", sans-serif;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s; }
  .feedback-form__control_type_option:focus {
    outline: none; }

/* #Checkbox / Radio */
.feedback-form__user-consent {
  text-align: left; }

.feedback-form-control {
  cursor: pointer;
  width: 100%; }
  .feedback-form-control_type_checkbox {
    position: relative; }

.feedback-form-control__input {
  width: 20px;
  height: 20px;
  margin: 0;
  position: absolute;
  opacity: 0;
  visibility: hidden;
  z-index: -1;
  top: 0;
  left: 0; }

.feedback-form-control__indicator {
  height: 20px;
  width: 20px;
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  background-color: transparent;
  font-size: 12px;
  border: solid 2px #ffdc00;
  border-radius: 4px;
  -webkit-transition: 0.2s;
  transition: 0.2s; }
  .feedback-form-control__indicator:before {
    vertical-align: middle;
    display: inline-block;
    font-family: "icomoon";
    color: transparent;
    line-height: 16px; }

.feedback-form-control__name {
  color: #b2b2b2;
  font-size: 14px;
  font-weight: 300; }

.feedback-form-control_type_checkbox .feedback-form-control__input:checked ~ .feedback-form-control__indicator {
  background-color: #ffdc00; }
  .feedback-form-control_type_checkbox .feedback-form-control__input:checked ~ .feedback-form-control__indicator:before {
    color: #fff; }

.feedback-form-control__link {
  color: #039be5;
  font-size: 14px;
  font-weight: 300;
  position: relative; }
  .feedback-form-control__link:after {
    background-color: #039be5; }

/* #File*/
.feedback-form__control_type_file {
  position: absolute;
  top: 0;
  left: 0;
  height: 0;
  width: 0;
  opacity: 0;
  visibility: hidden; }

.feedback-form__files-list {
  margin-top: 25px;
  display: none; }

.feedback-form__file-attached {
  width: 100%;
  height: 90px;
  background: #f3f5f7;
  border-radius: 4px;
  overflow: hidden;
  position: relative; }

.feedback-form__file-attached-img {
  background: #fbe555;
  float: left;
  width: 90px;
  height: 90px; }
  .feedback-form__file-attached-img:before {
    font-size: 35px;
    color: #000;
    line-height: 90px; }

.feedback-form__file-attached-desc {
  padding: 10px 27px;
  display: table-cell;
  width: 240px;
  vertical-align: middle;
  height: 90px;
  max-width: 240px; }

.feedback-form__file-attached-name {
  color: #000;
  font-size: 16px;
  line-height: 18px;
  vertical-align: middle;
  display: inline-block;
  width: 100%;
  word-break: break-word; }

.feedback-form__file-attached-size {
  font-size: 13px;
  color: #b3b2b2;
  vertical-align: middle;
  display: inline-block;
  width: 100%;
  word-break: break-word; }

.feedback-form__file-close {
  position: absolute;
  top: 0;
  right: 0;
  height: 35px;
  width: 35px;
  cursor: pointer; }
  .feedback-form__file-close:before {
    line-height: 35px;
    color: #d6d9dc; }

/* #Radio */
.feedback-form__radio-pseudo-item {
  font-family: "Circe", sans-serif; }

/* #Submit */
.feedback-form__submit:focus {
  outline: none; }

.feedback-form__submit:disabled {
  border-color: #b7b7b7;
  color: #A4A4A4;
  cursor: no-drop;
  background-color: #fff; }
  .feedback-form__submit:disabled .btn__link {
    color: #b7b7b7; }

/* #Footnote */
/* #Модальная */
.feedback-form-modal-wrap {
  border: none;
  position: relative;
  margin: auto;
  text-align: center; }

.feedback-form_modal {
  display: none; }

.feedback-form__close {
  z-index: 1; }

/* #Сообщение после отправки */
.system-info {
  font-size: 12px;
  margin-bottom: 20px; }
  .system-info h1 {
    font-size: 18px;
    margin: 0;
    color: #ffdc00; }
  .system-info h2 {
    font-size: 16px;
    color: #039be5;
    margin: 0; }
  .system-info h3 {
    font-size: 14px;
    color: #039be5;
    margin: 0; }
  .system-info .system-info-form {
    color: #ff1425;
    font-weight: 600;
    margin-top: 10px; }
    .system-info .system-info-form__text {
      font-weight: 400;
      margin-top: 5px; }

/* End */


/* Start:/local/frontend/local/footer/footer.css?174796951510734*/
.footer {
  position: relative;
  background-color: #fff; }

.footer-menu {
  padding-top: 30px;
  padding-bottom: 35px;
  border-bottom: solid 1px #f0f0f0; }
  @media (min-width: 768px) {
    .footer-menu {
      padding-bottom: 26px; } }
  @media (min-width: 1200px) {
    .footer-menu {
      border-bottom-color: transparent;
      padding-top: 50px;
      padding-bottom: 7px; } }

.footer-menu__container {
  padding: 0;
  margin: 0;
  list-style-type: none;
  margin-left: -25px; }
  @media (min-width: 1200px) {
    .footer-menu__container {
      text-align: justify; }
      .footer-menu__container:after {
        width: 100%;
        content: '';
        display: inline-block; } }

.footer-menu__container div {
  display: inline-block;
  vertical-align: top; }

.footer-menu__item-container {
  display: block; }
  @media (min-width: 768px) {
    .footer-menu__item-container {
      float: left;
      padding: 0 27px; } }
  @media (min-width: 1200px) {
    .footer-menu__item-container {
      padding: 0;
      float: none;
      display: inline-block;
      vertical-align: top;
      max-width: 210px; } }

@media (min-width: 768px) {
  .footer-menu__container {
    margin-left: -25px; } }

@media (min-width: 1200px) {
  .footer-menu__container {
    margin-left: 0; } }

.footer-menu__item {
  display: inline-block;
  color: #b3b2b2;
  font-size: 13px;
  text-transform: uppercase;
  padding: 13px 0;
  position: relative; }
  .footer-menu__item:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    height: 1px;
    width: 100%;
    border-bottom: solid 1px #b3b2b2;
    -webkit-transform-origin: bottom left;
            transform-origin: bottom left;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition: 0.3s linear;
    transition: 0.3s linear; }
  .footer-menu__item:hover:after {
    -webkit-transform: scale(1);
    transform: scale(1); }
  @media (min-width: 768px) {
    .footer-menu__item {
      padding: 0; } }

.footer__submenu {
  margin: 0;
  margin-top: 20px;
  padding: 0;
  list-style-type: none;
  display: none; }
  @media (min-width: 1200px) {
    .footer__submenu {
      display: block; } }

.footer-submenu__item {
  margin-bottom: 10px; }

.footer-submenu__link {
  color: #5a5a5a;
  font-size: 13px;
  font-weight: 300;
  position: relative; }
  .footer-submenu__link_active {
    font-weight: 700; }
  .footer-submenu__link:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    height: 1px;
    width: 100%;
    border-bottom: solid 1px #5a5a5a;
    -webkit-transform-origin: bottom left;
            transform-origin: bottom left;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition: 0.3s linear;
    transition: 0.3s linear; }
  .footer-submenu__link:hover:after {
    -webkit-transform: scale(1);
    transform: scale(1); }
  @media (min-width: 1200px) {
    .footer-submenu__link {
      font-size: 15px; } }

@media (min-width: 768px) {
  .footer__social-and-contacts {
    padding-top: 28px;
    padding-bottom: 38px;
    border-bottom: solid 1px #f0f0f0; } }

@media (min-width: 1200px) {
  .footer__social-and-contacts {
    padding-top: 7px;
    padding-bottom: 30px; } }

.footer-social:after {
  content: '';
  position: absolute;
  width: 100%;
  left: 0;
  height: 2px;
  background-color: #f0f0f0; }

@media (min-width: 768px) {
  .footer-social:after {
    background-color: transparent; } }

.footer__social-container {
  padding: 25px 5px; }
  @media (min-width: 768px) {
    .footer__social-container {
      float: right;
      padding: 0; } }

.footer-social__icon {
  float: left;
  width: 45px;
  height: 45px;
  line-height: 45px;
  margin: 0 5px;
  font-size: 14px;
  color: #b8b7b7;
  border: solid 1px #b8b7b7;
  text-align: center;
  border-radius: 50%;
  -webkit-transition: 0.3s;
  transition: 0.3s; }
  .footer-social__icon:before {
    line-height: 45px; }
  .footer-social__icon:hover {
    color: #fff; }
  .footer-social__icon_vk {
    font-size: 22px; }
    .footer-social__icon_vk:hover {
      background-color: #5181b8;
      border-color: #5181b8; }
  .footer-social__icon_insta:hover {
    background-color: #d52d7d;
    border-color: #d52d7d; }
  .footer-social__icon_twitter:hover {
    background-color: #5eaade;
    border-color: #5eaade; }
  .footer-social__icon_ok {
    font-size: 16px; }
    .footer-social__icon_ok:hover {
      background: #f7931e;
      border-color: #f7931e; }
  .footer-social__icon_fb {
    font-size: 16px; }
    .footer-social__icon_fb:hover {
      background-color: #3b5997;
      border-color: #3b5997; }

.footer-contacts:after {
  content: '';
  position: absolute;
  width: 100%;
  left: 0;
  height: 2px;
  background-color: #f0f0f0; }

@media (min-width: 768px) {
  .footer-contacts:after {
    background-color: transparent; } }

.footer-contacts__container {
  padding-top: 18px;
  padding-bottom: 28px; }
  @media (min-width: 768px) {
    .footer-contacts__container {
      float: left;
      padding: 0; } }

.footer-contacts__tel {
  float: left;
  margin-right: 25px;
  padding-top: 2px; }

.footer-contacts-tel__numbers {
  font-size: 24px;
  color: #010101;
  margin-bottom: 2px; }
  @media (min-width: 1200px) {
    .footer-contacts-tel__numbers {
      font-size: 25px; } }

.footer-contacts-tel__title {
  color: #5a5a5a;
  font-size: 14px;
  font-weight: 300; }
  @media (min-width: 1200px) {
    .footer-contacts-tel__title {
      font-size: 13px; } }

.footer-contacts__consul {
  float: right; }

.footer-contacts-consul__icon {
  width: 45px;
  height: 45px;
  line-height: 45px;
  color: #000;
  background-color: #ffdc00;
  text-align: center;
  font-size: 14px;
  display: inline-block;
  border-radius: 50%; }
  @media (min-width: 1200px) {
    .footer-contacts-consul__icon {
      display: none; } }
  .footer-contacts-consul__icon:before {
    line-height: 45px; }

.footer-contacts-consul__btn {
  width: 215px;
  height: 45px;
  line-height: 45px;
  color: #000;
  background-color: #ffdc00;
  text-align: center;
  font-size: 16px;
  font-weight: 300;
  display: none;
  border-radius: 23px;
  -webkit-transition: 0.3s;
  transition: 0.3s; }
  .footer-contacts-consul__btn:hover {
    background-color: #ffee36; }
  @media (min-width: 1200px) {
    .footer-contacts-consul__btn {
      display: inline-block; } }

.footer__copyright {
  padding-top: 20px;
  padding-bottom: 30px; }
  @media (min-width: 768px) {
    .footer__copyright {
      padding-top: 30px;
      padding-bottom: 35px; } }
  @media (min-width: 768px) {
    .footer__copyright {
      padding-top: 25px;
      padding-bottom: 30px; } }

.footer-copyright__logo {
  width: 160px;
  height: 40px;
  margin-right: 50px;
  margin-top: 2px;
  background-position: center center;
  background-repeat: no-repeat;
  display: none; }
  @media (min-width: 768px) {
    .footer-copyright__logo {
      display: block;
      float: left; } }

.footer-copyright__logo_custom {
  width: 160px;
  height: 55px;
  margin-right: 50px;
  margin-top: 2px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  filter: grayscale(100%) brightness(0.7);
  color: #808080;
  display: none; }
@media (min-width: 768px) {
  .footer-copyright__logo_custom {
    display: block;
    float: right; } }

.footer-copyright__text {
  color: #b3b2b2;
  font-size: 10px;
  text-transform: uppercase;
  line-height: 1.6;
  letter-spacing: 0.5px; }
  .footer-copyright__text a {
    color: #b3b2b2; }
  @media (min-width: 768px) {
    .footer-copyright__text {
      width: 490px;
      float: left; } }
  @media (min-width: 1200px) {
    .footer-copyright__text {
      width: 630px; } }

.footer-dev {
  background-color: #3b3b3b;
  text-align: center;
  padding-top: 20px;
  padding-bottom: 30px;
  color: #fff;
  font-size: 13px; }
  @media (min-width: 768px) {
    .footer-dev {
      padding-top: 15px;
      padding-bottom: 5px; } }

.footer-dev__brand {
  margin-bottom: 10px; }
  @media (min-width: 1200px) {
    .footer-dev__brand {
      float: left; } }

.footer-dev__mobile-hide {
  display: none; }
  @media (min-width: 768px) {
    .footer-dev__mobile-hide {
      display: inline; } }

@media (min-width: 1200px) {
  .footer-dev__dev {
    float: right; } }

.footer-dev__dev-name {
  color: #fff;
  outline: 0;
  position: relative;
  text-shadow: none; }

.footer-dev__old {
  display: inline-block;
  margin-bottom: 10px; }

.footer-dev__old-link {
  color: #fff;
  position: relative; }

.footer-dev__dev-name:before,
.footer-dev__old-link:before {
  position: absolute;
  bottom: 0;
  left: 0;
  overflow: hidden;
  max-width: 0;
  width: 100%;
  border-bottom: 1px solid #fff;
  color: #fff;
  content: "";
  -webkit-transition: max-width 0.5s;
  transition: max-width 0.5s;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

.footer-dev__dev-name:hover,
.footer-dev__dev-name:focus,
.footer-dev__old-link:hover,
.footer-dev__old-link:focus {
  outline: none; }

.footer-dev__dev-name:hover::before,
.footer-dev__dev-name:focus::before,
.footer-dev__old-link:hover::before,
.footer-dev__old-link:focus::before {
  max-width: 100%; }

.user-consent {
  z-index: 10000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: fixed;
  bottom: 10px;
  right: 0;
  left: 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 4px;
  padding: 6px 10px;
  text-align: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin: 0 auto;
  -webkit-box-shadow: 0 2px 10px 0 #0000001A;
          box-shadow: 0 2px 10px 0 #0000001A;
  background-color: #FFFFFFAF; }

.user-consent button {
  border: none;
  background-color: transparent; }
  @media (min-width: 1200px) {
    .user-consent button {
      cursor: pointer; } }

.user-consent a {
  color: #000000;
  background-color: transparent; }

@media (max-width: 767px) {
  .user-consent {
    z-index: 10000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: fixed;
    top: 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    border-radius: 0;
    padding: 6px 10px;
    text-align: left;
    margin: 0 auto;
    -webkit-box-shadow: 0 2px 10px 0 #0000001A;
            box-shadow: 0 2px 10px 0 #0000001A;
    background-color: #FFFFFFAF; } }

/* End */


/* Start:/local/frontend/local/fonts/fonts_prod.css?16905212662546*/
/* This stylesheet generated by Transfonter (https://transfonter.org) on December 12, 2017 2:42 AM */
@import url("https://fonts.googleapis.com/css?family=Montserrat&subset=cyrillic");
@font-face {
  font-family: 'Circe';
  src: url("/local/frontend/local/fonts/Circe/CirceRegular/Circe-Regular.eot");
  src: url("/local/frontend/local/fonts/Circe/CirceRegular/Circe-Regular.eot?#iefix") format("embedded-opentype"), url("/local/frontend/local/fonts/Circe/CirceRegular/Circe-Regular.woff2") format("woff2"), url("/local/frontend/local/fonts/Circe/CirceRegular/Circe-Regular.woff") format("woff"), url("/local/frontend/local/fonts/Circe/CirceRegular/Circe-Regular.ttf") format("truetype"), url("/local/frontend/local/fonts/Circe/CirceRegular/Circe-Regular.svg#Circe-Regular") format("svg");
  font-weight: normal;
  font-style: normal; }

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

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

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

@font-face {
  font-family: 'RoubleSans';
  src: url("/local/frontend/local/fonts/PTRoubleSans/PTRoubleSans.eot");
  src: url("/local/frontend/local/fonts/PTRoubleSans/PTRoubleSans.eot?#iefix") format("embedded-opentype"), url("/local/frontend/local/fonts/PTRoubleSans/PTRoubleSans.woff2") format("woff2"), url("/local/frontend/local/fonts/PTRoubleSans/PTRoubleSans.woff") format("woff"), url("/local/frontend/local/fonts/PTRoubleSans/PTRoubleSans.ttf") format("truetype"), url("/local/frontend/local/fonts/PTRoubleSans/PTRoubleSans.svg#Qanelas-RegularItalic") format("svg");
  font-weight: normal;
  font-style: italic; }

/* End */


/* Start:/local/frontend/local/fonts/styleCirce.css?16905212662160*/
/* This stylesheet generated by Transfonter (https://transfonter.org) on December 12, 2017 2:42 AM */

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

@font-face {
    font-family: 'Circe';
    src: url('/local/frontend/local/fonts/Circe/CirceBold/Circe-Bold.eot');
    src: url('/local/frontend/local/fonts/Circe/CirceBold/Circe-Bold.eot?#iefix') format('embedded-opentype'),
        url('/local/frontend/local/fonts/Circe/CirceBold/Circe-Bold.woff2') format('woff2'),
        url('/local/frontend/local/fonts/Circe/CirceBold/Circe-Bold.woff') format('woff'),
        url('/local/frontend/local/fonts/Circe/CirceBold/Circe-Bold.ttf') format('truetype'),
        url('/local/frontend/local/fonts/Circe/CirceBold/Circe-Bold.svg#Circe-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Circe';
    src: url('/local/frontend/local/fonts/Circe/CirceLight/Circe-Light.eot');
    src: url('/local/frontend/local/fonts/Circe/CirceLight/Circe-Light.eot?#iefix') format('embedded-opentype'),
        url('/local/frontend/local/fonts/Circe/CirceLight/Circe-Light.woff2') format('woff2'),
        url('/local/frontend/local/fonts/Circe/CirceLight/Circe-Light.woff') format('woff'),
        url('/local/frontend/local/fonts/Circe/CirceLight/Circe-Light.ttf') format('truetype'),
        url('/local/frontend/local/fonts/Circe/CirceLight/Circe-Light.svg#Circe-Light') format('svg');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Circe';
    src: url('/local/frontend/local/fonts/Circe/CirceExtraLight/Circe-ExtraLight.eot');
    src: url('/local/frontend/local/fonts/Circe/CirceExtraLight/Circe-ExtraLight.eot?#iefix') format('embedded-opentype'),
    url('/local/frontend/local/fonts/Circe/CirceExtraLight/Circe-ExtraLight.woff2') format('woff2'),
    url('/local/frontend/local/fonts/Circe/CirceExtraLight/Circe-ExtraLight.woff') format('woff'),
    url('/local/frontend/local/fonts/Circe/CirceExtraLight/Circe-ExtraLight.ttf') format('truetype'),
    url('/local/frontend/local/fonts/Circe/CirceExtraLight/Circe-ExtraLight.svg#Circe-ExtraLight') format('svg');
    font-weight: 200;
    font-style: normal;
}

/* End */


/* Start:/local/frontend/local/visibility/visibility.css?1690521266312*/
.visibility {
  opacity: 0;
  -webkit-transition: visibility 0s linear 1s, opacity .5s linear .5s;
  transition: visibility 0s linear 1s, opacity .5s linear .5s;
  visibility: hidden; }

.visibility_on_load {
  opacity: 1;
  visibility: visible;
  -webkit-transition-delay: 0s;
          transition-delay: 0s; }

/* End */


/* Start:/local/frontend/local/fast-search/fast-search.css?169052126664*/
.fast-search {
  background-color: #fff;
  padding: 30px 0 0; }

/* End */


/* Start:/local/frontend/local/common/common.css?16944942664542*/
* {
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box; }

.body {
  position: relative;
  margin: 0;
  padding: 0;
  min-width: 320px;
  font-family: "Circe", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #000;
  background-color: #f3f5f7; }
  .body_clear {
    background-color: #fff; }
  .body_modal-open {
    overflow: hidden; }
  .body_blue {
    background-color: #f3f5f7; }
  .body:after {
    background: rgba(0, 0, 0, 0.6);
    content: "";
    bottom: 0;
    left: 0;
    right: 0;
    position: absolute;
    top: 0;
    opacity: 0;
    -webkit-transition: opacity .2s;
    transition: opacity .2s;
    visibility: hidden;
    z-index: 9; }
  .body_menu-opened:after {
    opacity: 1;
    visibility: visible; }

.main {
  min-height: 450px; }

h1, .h1 {
  font-size: 42px;
  font-weight: bold;
  line-height: 1;
  margin: 0; }

h2, .h2 {
  color: #b3b2b2;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 400; }
  @media (min-width: 768px) {
    h2, .h2 {
      font-size: 14px; } }
  @media (min-width: 1200px) {
    h2, .h2 {
      font-size: 13px; } }

h3, .h3 {
  font-size: 32px;
  font-weight: bold;
  margin-top: 40px;
  margin-bottom: 20px; }
  @media (min-width: 768px) {
    h3, .h3 {
      font-size: 37px;
      margin-bottom: 30px;
      margin-top: 50px; } }
  @media (min-width: 1200px) {
    h3, .h3 {
      font-size: 39px; } }

h4, .h4 {
  font-size: 24px;
  font-weight: 400;
  line-height: 1;
  margin: 0; }
  @media (min-width: 1200px) {
    h4, .h4 {
      font-size: 25px; } }

.ym-advanced-informer {
  display: none; }

.slick-initialized {
  visibility: visible !important; }

.slick-track,
.slick-list {
  -webkit-perspective: 2000;
  -webkit-backface-visibility: hidden; }

.fancybox-close-small:focus:after {
  outline: none; }

.clearfix:after {
  content: "";
  display: table;
  clear: both; }

.outer {
  height: 100%; }
  .outer:before {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    content: ""; }

.inner {
  display: inline-block;
  vertical-align: middle; }

.container {
  margin-right: auto;
  margin-left: auto;
  display: block;
  width: 320px;
  padding-left: 15px;
  padding-right: 15px; }
  @media (min-width: 768px) {
    .container {
      width: 768px;
      padding-left: 34px;
      padding-right: 34px; } }
  @media (min-width: 1200px) {
    .container {
      width: 1200px;
      padding-left: 75px;
      padding-right: 75px; } }

.container:before, .container:after {
  content: " ";
  display: table; }

.container:after {
  clear: both; }

.link {
  text-decoration: none; }
  .link:focus {
    outline: none; }
  .link_underline:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    -webkit-transform-origin: bottom left;
            transform-origin: bottom left;
    -webkit-transition: 0.3s;
    transition: 0.3s; }
  .link_off:after {
    -webkit-transform: scaleX(0);
    transform: scaleX(0); }
  .link_off:hover:after {
    -webkit-transform: scaleX(1);
    transform: scaleX(1); }
  .link_on:after {
    -webkit-transform: scaleX(1);
    transform: scaleX(1); }
  .link_on:hover:after {
    -webkit-transform: scaleX(0);
    transform: scaleX(0); }

.hide {
  display: none; }

@media (min-width: 320px) {
  .mobile-hide {
    display: none; }
  .mobile-show {
    display: inline; } }

@media (min-width: 768px) {
  .tablet-hide {
    display: none; }
  .tablet-show {
    display: inline; } }

@media (min-width: 1200px) {
  .desktop-hide {
    display: none; }
  .desktop-show {
    display: inline; } }

.currency {
  font-family: "RoubleSans", sans-serif; }

.button-preset {
  background-color: transparent;
  border: none;
  cursor: pointer;
  font-family: "Circe", sans-serif;
  outline: none; }

@media (max-width: 320px) {
  .stream-wood-btn {
    bottom: -15px; } }

.link-preset {
  text-decoration: none;
  color: inherit;
  outline: none; }

.button-preset {
  text-decoration: none;
  color: inherit;
  outline: none;
  font-family: "Circe", sans-serif;
  cursor: pointer;
  padding: 0;
  border: none;
  background-color: transparent; }

.button {
  display: inline-block; }

.button_linear {
  color: #000;
  font-size: 16px;
  line-height: 28px;
  border: 2px solid #ffdc00;
  border-radius: 25px;
  height: 50px; }

.button_filled {
  color: #000;
  font-size: 16px;
  line-height: 28px;
  background-color: #ffdc00;
  border: 2px solid #ffdc00;
  border-radius: 25px;
  height: 50px; }

/* End */


/* Start:/local/frontend/local/header/header.css?16905212664871*/
.header {
  background-color: #fff;
  border-bottom: solid 1px #f0f0f0;
  z-index: 10;
  position: relative; }

@media (min-width: 1200px) {
  .header__container {
    width: 1200px;
    padding-left: 75px;
    padding-right: 75px;
    padding-bottom: 18px;
    margin-right: auto;
    margin-left: auto;
    display: block; }
    .header__container:before, .header__container:after {
      content: ' ';
      display: table; }
    .header__container:after {
      clear: both; } }

.header__item {
  float: left; }
  .header__item_right {
    float: right; }

.header__logo-container {
  height: 65px;
  width: 65px; }
  @media (min-width: 768px) {
    .header__logo-container {
      height: 95px;
      width: 95px; } }
  @media (min-width: 1200px) {
    .header__logo-container {
      height: 44px;
      width: 177px; } }

.header-logo__link {
  width: 100%;
  height: 100%;
  display: block;
  background-color: #ffdc00;
  text-align: center;
  background-image: url("/image/logo_mobile.png");
  background-repeat: no-repeat;
  background-position: 12px center; }
  @media (min-width: 768px) {
    .header-logo__link {
      background-image: url("/image/logo_tablet.png");
      background-position: 17px center; } }
  @media (min-width: 1200px) {
    .header-logo__link {
      background-image: url("/image/logo_desktop.png");
      background-position: 0 0;
      background-color: transparent;
      margin-top: 20px; } }

.header__logo {
  vertical-align: middle;
  margin-left: 5px; }

.header__menu {
  display: inline-block;
  width: 100px;
  margin-top: 12px;
  border: solid 1px #c4c4c4;
  text-align: center;
  background-color: transparent;
  height: 40px;
  font-size: 13px;
  cursor: pointer;
  border-radius: 20px; }
  @media (min-width: 768px) {
    .header__menu {
      height: 45px;
      width: 130px;
      font-size: 16px;
      margin-top: 24px;
      border-radius: 23px; } }
  @media (min-width: 1200px) {
    .header__menu {
      display: none; } }
  .header__menu:focus {
    outline: none; }

.header-menu__title {
  font-weight: 300;
  display: inline-block; }

.header-menu__toggle {
  display: inline-block;
  margin-left: 8px; }

.header-menu-toggle__bar {
  width: 14px;
  height: 2px;
  background-color: #b3b3b3;
  margin-top: 2px;
  display: block; }

.header__consul {
  display: inline-block;
  background-color: #ffdc00;
  border: solid 1px #ffdc00;
  font-weight: 300;
  text-align: center;
  color: #000; }
  .header__consul:hover {
    background-color: #ffee36;
    border-color: #ffee36; }
  .header__consul_mobile {
    height: 40px;
    width: 40px;
    margin: 12px 15px 0px 7px;
    font-size: 14px;
    border-radius: 50%; }
    @media (min-width: 768px) {
      .header__consul_mobile {
        display: none; } }
    .header__consul_mobile:before {
      line-height: 40px !important; }
  .header__consul_desktop_table {
    display: none;
    font-size: 16px;
    width: 165px;
    height: 45px;
    line-height: 45px;
    margin: 24px 34px 0 16px;
    border-radius: 23px; }
    @media (min-width: 768px) {
      .header__consul_desktop_table {
        display: inline-block; } }
    @media (min-width: 1200px) {
      .header__consul_desktop_table {
        margin: 20px 0 0 20px; } }

.header__tels {
  margin-left: 10px; }

.header__tel {
  display: none;
  float: left; }
  @media (min-width: 768px) {
    .header__tel {
      display: block;
      margin-left: 40px;
      margin-top: 23px; } }
  @media (min-width: 1200px) {
    .header__tel {
      margin-left: 25px;
      margin-top: 20px;
      width: 190px; } }
  .header__tel_desktop-show {
    display: none; }
    @media (min-width: 1200px) {
      .header__tel_desktop-show {
        display: block; } }

.header-tel__title {
  font-weight: 300;
  font-size: 14px;
  color: #5a5a5a;
  margin-bottom: 4px; }

.header-tel__numbers {
  font-size: 21px;
  color: #010101; }
  @media (min-width: 1200px) {
    .header-tel__numbers {
      font-size: 20px; } }

.header__currencies {
  display: none;
  margin-top: 20px;
  margin-left: 60px;
  color: #5a5a5a;
  font-size: 13px;
  font-weight: 300;
  width: 140px; }
  @media (min-width: 1200px) {
    .header__currencies {
      display: block; } }

.header__currencies_clear {
  margin: 0;
  display: block; }

.header-currencies__currency {
  float: left;
  margin-right: 15px;
  font-weight: 400; }
  .header-currencies__currency_up .header-currencies__value,
  .header-currencies__currency_up .header-currencies__icon {
    color: #22b629; }
  .header-currencies__currency_down .header-currencies__value,
  .header-currencies__currency_down .header-currencies__icon {
    color: #760000; }

.header-currencies__title {
  margin-bottom: 10px; }

.header-currencies__name {
  text-transform: uppercase;
  margin-right: 3px; }

.header-currencies__icon {
  font-size: 10px;
  margin-left: 3px; }

/* End */


/* Start:/local/frontend/local/title/title.css?1690521266619*/
.title {
  margin-bottom: 15px; }
  .title__suptitle {
    color: #b3b2b2;
    font-size: 12px;
    text-transform: uppercase;
    margin-bottom: 15px; }
  .title__value {
    font-size: 32px;
    color: #000;
    font-weight: bold;
    line-height: 1;
    text-transform: none; }

@media only screen and (min-width: 768px) {
  .title {
    margin-bottom: 15px; }
    .title__suptitle {
      font-size: 13px; }
    .title__value {
      font-size: 37px; } }

@media only screen and (min-width: 768px) and (min-width: 1200px) {
  .title__suptitle {
    margin-bottom: 10px; }
  .title__value {
    font-size: 39px; } }

/* End */


/* Start:/local/frontend/local/tour-about/tour-about.css?16905212662809*/
.tour-about {
  background-color: #fff; }
  .tour-about__tablist {
    width: auto; }
  .tour-about .tour-about__current-tab {
    text-align: left; }
  .tour-about__panels {
    margin-top: 30px; }
  @media only screen and (min-width: 768px) {
    .tour-about {
      border-top: none;
      background-color: inherit;
      padding-top: 55px; }
      .tour-about-title {
        margin: 20px 0;
        padding: 0;
        cursor: default; }
      .tour-about__toggle {
        border-radius: 23px;
        -webkit-box-shadow: 0px 0px 0px 2px #ffdc00;
        -ms-box-shadow: 0px 0px 0px 2px #ffdc00;
        box-shadow: 0px 0px 0px 2px #ffdc00; }
      .tour-about__tablist {
        text-align: center;
        padding: 0 30px;
        width: auto; }
      .tour-about__panels {
        margin: 42px 0 0; } }
  @media only screen and (min-width: 1200px) {
    .tour-about__tablist {
      width: auto;
      margin-top: 10px; }
    .tour-about__panels {
      margin: 50px 0 0; } }

.tour-about-program {
  margin-top: 35px; }
  .tour-about-program-block {
    background-color: #fff8f0;
    padding: 30px 25px 45px;
    margin-top: 20px; }
    .tour-about-program-block:first-child {
      margin-top: 0; }
    .tour-about-program-block__title {
      font-size: 18px;
      font-weight: bold;
      margin-bottom: 13px; }
    .tour-about-program-block__text {
      color: #383838;
      font-weight: 300;
      font-size: 14px;
      line-height: 1.4; }
  @media only screen and (min-width: 768px) {
    .tour-about-program {
      margin-top: 25px; }
      .tour-about-program-block {
        background-color: #fff;
        padding: 0;
        margin: 0;
        border-bottom: solid 2px #f3f5f7; }
        .tour-about-program-block__title {
          float: left;
          width: 150px;
          text-align: center;
          padding: 20px; }
        .tour-about-program-block__text {
          float: left;
          width: 548px;
          border-left: solid 2px #f3f5f7;
          padding: 20px 60px 24px 25px;
          font-size: 16px;
          line-height: 1.5; } }
  @media only screen and (min-width: 1200px) {
    .tour-about-program {
      margin-top: 52px; }
      .tour-about-program-block {
        border: none; }
        .tour-about-program-block__title {
          padding: 40px 10px;
          font-size: 20px; }
        .tour-about-program-block__text {
          border: none;
          padding: 40px 30px 45px;
          font-size: 20px;
          width: 810px;
          margin-left: 30px; } }

.tour-about-text {
  padding-bottom: 70px; }
  @media only screen and (min-width: 768px) {
    .tour-about-text {
      background-color: #fff;
      padding: 55px 60px; } }
  @media only screen and (min-width: 1200px) {
    .tour-about-text {
      padding: 50px 90px 65px; } }

/* End */


/* Start:/local/frontend/vendor/slick-carousel/slick/slick.css?16905212661729*/
/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

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

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

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

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

/* End */


/* Start:/local/frontend/local/filter/filter.css?16905212662284*/
.filter {
  padding-top: 25px; }
  @media (min-width: 768px) {
    .filter {
      padding-top: 40px; } }

.filter__title {
  font-size: 13px;
  color: #5a5a5a;
  font-weight: 300;
  text-transform: uppercase;
  display: block; }

.filter__text {
  font-weight: 300;
  display: block; }

.filter-city__title {
  display: inline-block; }

.filter-city__text {
  color: #000;
  font-size: 16px;
  position: relative;
  display: inline-block; }
  .filter-city__text:after {
    content: '';
    height: 0;
    width: 100%;
    border-bottom: dotted 1px;
    position: absolute;
    bottom: 0;
    left: 0;
    -webkit-transform-origin: bottom left;
            transform-origin: bottom left;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: 0.3s linear;
    transition: 0.3s linear; }
  .filter-city__text:hover:after {
    -webkit-transform: scale(0);
    transform: scale(0); }

.filter__blocks {
  margin-top: 30px; }
  @media (min-width: 768px) {
    .filter__blocks {
      margin: 35px auto 0 auto;
      width: 580px; } }
  @media (min-width: 1200px) {
    .filter__blocks {
      width: 870px;
      margin: 25px auto 0 auto; } }

.filter__block {
  background-color: #fff;
  float: left;
  width: 100%;
  text-align: left;
  position: relative;
  margin-bottom: 2px; }
  @media (min-width: 1200px) {
    .filter__block {
      width: 215px;
      margin-right: 2px; } }

.filter__pseudo-list {
  width: 100%;
  height: 100%;
  background-color: transparent;
  border: none;
  cursor: pointer;
  text-align: left;
  padding: 13px 55px 13px 23px;
  font-family: "Circe", sans-serif; }
  .filter__pseudo-list:focus {
    outline: none; }

.form__list-icon.filter__list-icon,
.filter__list-icon {
  position: absolute;
  right: 25px;
  bottom: 20px;
  top: auto;
  left: auto;
  font-size: 10px;
  color: #ffdc00; }

.filter-item__title {
  margin-bottom: 7px; }

.filter__footer {
  margin-top: 40px; }
  @media (min-width: 1200px) {
    .filter__footer {
      margin-top: 50px; } }

.filter__btn {
  width: 158px;
  border-radius: 25px; }

.filter__btn-link {
  height: 50px;
  width: 100%;
  line-height: 48px;
  font-weight: 300;
  color: #000;
  border-radius: 25px; }
  .filter__btn-link:after {
    font-size: 14px;
    margin-left: 26px; }

/* End */


/* Start:/local/frontend/local/toggle/toggle.css?16905212661991*/
.toggle {
  position: relative; }

.toggle__bar {
  position: absolute;
  top: 0;
  left: 0;
  background-color: transparent;
  -webkit-transition: opacity 0.25s, transform 0.3s, width 0.3s, height 0.3s;
  -webkit-transition: opacity 0.25s, width 0.3s, height 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.25s, width 0.3s, height 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.25s, transform 0.3s, width 0.3s, height 0.3s;
  transition: opacity 0.25s, transform 0.3s, width 0.3s, height 0.3s, -webkit-transform 0.3s; }

.scaleFadeIn {
  -webkit-animation-name: scaleFadeIn;
  animation-name: scaleFadeIn;
  -webkit-animation-fill-mode: 0.3s;
  animation-fill-mode: 0.3s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

.scaleFadeOut {
  -webkit-animation-name: scaleFadeOut;
  animation-name: scaleFadeOut;
  -webkit-animation-fill-mode: 0.3s;
  animation-fill-mode: 0.3s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

@-webkit-keyframes scaleFadeIn {
  from {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: scale(0.7);
    transform: scale(0.7); }
  to {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scale(1);
    transform: scale(1); } }

@keyframes scaleFadeIn {
  from {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: scale(0.7);
    transform: scale(0.7); }
  to {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scale(1);
    transform: scale(1); } }

@-webkit-keyframes scaleFadeOut {
  from {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scale(1);
    transform: scale(1); }
  to {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: scale(0.7);
    transform: scale(0.7); } }

@keyframes scaleFadeOut {
  from {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scale(1);
    transform: scale(1); }
  to {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: scale(0.7);
    transform: scale(0.7); } }

/* End */


/* Start:/local/frontend/local/tablist/tablist.css?16905212663145*/
.tablist {
  position: relative; }
  .tablist_mobile {
    display: block;
    padding-bottom: 4px;
    width: 240px;
    margin-left: auto;
    margin-right: auto; }
  .tablist_table {
    display: none; }
  @media (min-width: 768px) {
    .tablist {
      margin-top: 22px;
      width: 700px; }
      .tablist_mobile {
        display: none; }
      .tablist_table {
        display: block; } }
  @media (min-width: 1200px) {
    .tablist {
      width: 100%;
      margin-left: auto;
      margin-right: auto; } }
  .tablist_expand .tablist__current:before {
    -webkit-transform: translateY(-50%) rotate(180deg);
    transform: translateY(-50%) rotate(180deg); }

.tablist__current {
  border: solid 2px #ffdc00;
  width: 100%;
  overflow: hidden;
  font-size: 20px;
  font-family: "Circe", sans-serif;
  margin: auto;
  position: relative;
  padding: 12px 30px 11px 20px;
  cursor: pointer;
  background-color: transparent;
  display: block;
  letter-spacing: -1px;
  border-radius: 27px; }
  .tablist__current:before {
    color: #ffdc00;
    font-size: 10px;
    position: absolute;
    right: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: 0.3s;
    transition: 0.3s; }
  .tablist__current:focus {
    outline: none; }

.tablist__list_mobile {
  display: none;
  overflow: hidden;
  position: absolute;
  top: 100%;
  left: 50%;
  width: 100%;
  z-index: 6;
  background-color: #fff;
  border: solid 1px #ebeef0;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%); }

.tablist__list_table {
  text-align: center; }

.tablist__item_mobile {
  text-align: left;
  width: 100%;
  -webkit-transition: 0.3s;
  transition: 0.3s; }
  .tablist__item_mobile:hover {
    background-color: #ebeef0; }

.tablist__item_table {
  display: inline-block; }

.tablist__item_active .tablist__tab {
  cursor: default; }

.tablist__item_active .tablist__underline {
  font-weight: 400; }
  .tablist__item_active .tablist__underline:after {
    -webkit-transform: scale(0);
    transform: scale(0); }

button.tablist__tab {
  background-color: transparent;
  border: none;
  text-align: left;
  cursor: pointer; }
  button.tablist__tab:focus {
    outline: none; }

.tablist__tab {
  color: #000; }
  .tablist__tab_mobile {
    width: 100%;
    font-size: 16px;
    text-align: left;
    cursor: pointer;
    padding: 16px 25px;
    display: inline-block; }
  .tablist__tab_table {
    font-size: 20px;
    padding: 12px 24px 11px 24px;
    display: inline-block;
    font-weight: 300; }

.tablist__underline {
  position: relative; }
  .tablist__underline:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    -webkit-transform-origin: bottom left;
            transform-origin: bottom left;
    width: 100%;
    height: 0;
    border-bottom: dotted 1px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    -webkit-transform: scale(1);
    transform: scale(1); }
  .tablist__underline:hover:after {
    -webkit-transform: scale(0);
    transform: scale(0); }

.tablist__current-text {
  display: inline-block;
  white-space: nowrap; }

/* End */


/* Start:/local/frontend/local/cards/cards.css?16905212663313*/
.cards__card {
  width: 100%;
  text-align: left;
  margin-bottom: 32px; }
  @media (min-width: 768px) {
    .cards__card {
      height: 280px; } }
  @media (min-width: 1200px) {
    .cards__card {
      height: 360px; } }

.cards-card__img {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 290px; }
  @media (min-width: 768px) {
    .cards-card__img {
      height: 280px;
      width: 280px;
      float: left; } }
  @media (min-width: 1200px) {
    .cards-card__img {
      height: 360px;
      width: 360px; } }
  .cards-card__img_no-img {
    background-size: auto;
    background-position: center center;
    background-repeat: no-repeat;
    background-color: #fff; }

.cards-card__info {
  height: 290px;
  background-color: #fff;
  overflow: hidden;
  padding: 37px 25px; }
  @media (min-width: 768px) {
    .cards-card__info {
      height: 280px;
      width: 420px;
      float: left;
      padding: 45px 30px 30px 40px; } }
  @media (min-width: 1200px) {
    .cards-card__info {
      height: 360px;
      width: 690px;
      padding: 55px 85px 50px 60px; } }

.cards-card__title {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px; }
  @media (min-width: 768px) {
    .cards-card__title {
      font-size: 24px; } }
  @media (min-width: 1200px) {
    .cards-card__title {
      font-size: 25px; } }

.cards-card__text {
  font-weight: 300;
  color: #383838;
  letter-spacing: -0.1px;
  line-height: 1.5;
  height: 92px;
  overflow: hidden; }
  @media (min-width: 768px) {
    .cards-card__text {
      font-size: 18px;
      height: 76px; } }
  @media (min-width: 1200px) {
    .cards-card__text {
      font-size: 20px;
      height: 115px; } }

.cards-card__btn {
  margin-top: 30px;
  width: 165px;
  border-radius: 23px; }
  @media (min-width: 1200px) {
    .cards-card__btn {
      margin-top: 40px; } }

.cards-card__btn-link {
  height: 45px;
  width: 100%;
  line-height: 45px;
  color: #000;
  text-align: center;
  font-weight: 300;
  border-radius: 23px; }

.detail-sights__container {
  margin: 30px auto 30px;
  width: 100%; }
  @media (min-width: 1200px) {
    .detail-sights__container {
      width: 750px;
      margin: 40px auto 50px; } }

.detail-sights__container_wide {
  margin: 30px auto 30px;
  width: 100%; }
  @media (min-width: 1200px) {
    .detail-sights__container_wide {
      margin: 40px auto 50px; } }

.detail-sights {
  width: 100%;
  background: #fff;
  padding: 0; }
  @media (min-width: 1200px) {
    .detail-sights {
      width: 750px; } }

.detail-sights_wide {
  width: 100%;
  background: #fff;
  padding: 0; }

.detail-sights__text {
  padding: 20px; }
  @media (min-width: 768px) {
    .detail-sights__text {
      padding: 30px; } }
  @media (min-width: 1200px) {
    .detail-sights__text {
      padding: 50px; } }

.detail-sights__img {
  width: 100%;
  height: 220px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat; }
  @media (min-width: 768px) {
    .detail-sights__img {
      height: 500px; } }
  @media (min-width: 1200px) {
    .detail-sights__img {
      height: 500px; } }

.sights {
  margin-top: 30px;
  margin-bottom: 50px; }
  @media (min-width: 1200px) {
    .sights {
      margin-top: 50px;
      margin-bottom: 80px; } }

/* End */


/* Start:/local/frontend/local/expander/expander.css?169052126688*/
.expander__area {
  overflow: hidden;
  -webkit-transition: 0.4s;
  transition: 0.4s; }

/* End */


/* Start:/local/frontend/vendor/animate.css?169052126624128*/
@charset "UTF-8";

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

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

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

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

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

@keyframes bounce {
  from, 20%, 53%, 80%, to {
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    transform: translate3d(0,0,0);
  }

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

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

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

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

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

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

.flash {
  animation-name: flash;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@keyframes pulse {
  from {
    transform: scale3d(1, 1, 1);
  }

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

  to {
    transform: scale3d(1, 1, 1);
  }
}

.pulse {
  animation-name: pulse;
}

@keyframes rubberBand {
  from {
    transform: scale3d(1, 1, 1);
  }

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

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

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

  65% {
    transform: scale3d(.95, 1.05, 1);
  }

  75% {
    transform: scale3d(1.05, .95, 1);
  }

  to {
    transform: scale3d(1, 1, 1);
  }
}

.rubberBand {
  animation-name: rubberBand;
}

@keyframes shake {
  from, to {
    transform: translate3d(0, 0, 0);
  }

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

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

.shake {
  animation-name: shake;
}

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

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

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

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

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

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

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

@keyframes swing {
  20% {
    transform: rotate3d(0, 0, 1, 15deg);
  }

  40% {
    transform: rotate3d(0, 0, 1, -10deg);
  }

  60% {
    transform: rotate3d(0, 0, 1, 5deg);
  }

  80% {
    transform: rotate3d(0, 0, 1, -5deg);
  }

  to {
    transform: rotate3d(0, 0, 1, 0deg);
  }
}

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

@keyframes tada {
  from {
    transform: scale3d(1, 1, 1);
  }

  10%, 20% {
    transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
  }

  30%, 50%, 70%, 90% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }

  40%, 60%, 80% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }

  to {
    transform: scale3d(1, 1, 1);
  }
}

.tada {
  animation-name: tada;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@keyframes wobble {
  from {
    transform: none;
  }

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

  30% {
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }

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

  60% {
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }

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

  to {
    transform: none;
  }
}

.wobble {
  animation-name: wobble;
}

@keyframes jello {
  from, 11.1%, to {
    transform: none;
  }

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

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

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

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

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

  77.7% {
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }

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

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

@keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    transform: scale3d(.3, .3, .3);
  }

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

  40% {
    transform: scale3d(.9, .9, .9);
  }

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

  80% {
    transform: scale3d(.97, .97, .97);
  }

  to {
    opacity: 1;
    transform: scale3d(1, 1, 1);
  }
}

.bounceIn {
  animation-name: bounceIn;
}

@keyframes bounceInDown {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

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

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

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

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

  to {
    transform: none;
  }
}

.bounceInDown {
  animation-name: bounceInDown;
}

@keyframes bounceInLeft {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

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

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

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

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

  to {
    transform: none;
  }
}

.bounceInLeft {
  animation-name: bounceInLeft;
}

@keyframes bounceInRight {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  from {
    opacity: 0;
    transform: translate3d(3000px, 0, 0);
  }

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

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

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

  to {
    transform: none;
  }
}

.bounceInRight {
  animation-name: bounceInRight;
}

@keyframes bounceInUp {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  from {
    opacity: 0;
    transform: translate3d(0, 3000px, 0);
  }

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

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

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

  to {
    transform: translate3d(0, 0, 0);
  }
}

.bounceInUp {
  animation-name: bounceInUp;
}

@keyframes bounceOut {
  20% {
    transform: scale3d(.9, .9, .9);
  }

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

  to {
    opacity: 0;
    transform: scale3d(.3, .3, .3);
  }
}

.bounceOut {
  animation-name: bounceOut;
}

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

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

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

.bounceOutDown {
  animation-name: bounceOutDown;
}

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

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

.bounceOutLeft {
  animation-name: bounceOutLeft;
}

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

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

.bounceOutRight {
  animation-name: bounceOutRight;
}

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

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

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

.bounceOutUp {
  animation-name: bounceOutUp;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.fadeIn {
  animation-name: fadeIn;
}

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

  to {
    opacity: 1 ;
    visibility: visible;
    transform: none;
  }
}

.fadeInDown {
  animation-duration: 0.6s;
  animation-timing-function: linear;
  animation-name: fadeInDown;
}

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

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

.fadeInDownBig {
  animation-name: fadeInDownBig;
}

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

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

.fadeInLeft {
  animation-name: fadeInLeft;
}

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

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

.fadeInLeftBig {
  animation-name: fadeInLeftBig;
}

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

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

.fadeInRight {
  animation-name: fadeInRight;
}

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

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

.fadeInRightBig {
  animation-name: fadeInRightBig;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    visibility: hidden;
    transform: translate3d(0, 100%, 0);
  }

  to {
    visibility: visible;
    opacity: 1;
    transform: none;
  }
}

.fadeInUp {
  animation-name: fadeInUp;
}

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

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

.fadeInUpBig {
  animation-name: fadeInUpBig;
}

@keyframes fadeOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

.fadeOut {
  animation-name: fadeOut;
}

@keyframes fadeOutDown {
  from {
    opacity: 1;
    visibility: visible;
  }

  to {
    opacity: 0;
    visibility: hidden;
    transform: translate3d(0, 100%, 0);
  }
}

.fadeOutDown {
  animation-duration: 0.6s;
  animation-timing-function: linear;
  animation-name: fadeOutDown;
}

@keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }

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

.fadeOutDownBig {
  animation-name: fadeOutDownBig;
}

@keyframes fadeOutLeft {
  from {
    opacity: 1;
  }

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

.fadeOutLeft {
  animation-name: fadeOutLeft;
}

@keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }

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

.fadeOutLeftBig {
  animation-name: fadeOutLeftBig;
}

@keyframes fadeOutRight {
  from {
    opacity: 1;
  }

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

.fadeOutRight {
  animation-name: fadeOutRight;
}

@keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }

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

.fadeOutRightBig {
  animation-name: fadeOutRightBig;
}

@keyframes fadeOutUp {
  from {
    opacity: 1;
  }

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

.fadeOutUp {
  animation-name: fadeOutUp;
}

@keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }

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

.fadeOutUpBig {
  animation-name: fadeOutUpBig;
}

@keyframes flip {
  from {
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    animation-timing-function: ease-out;
  }

  40% {
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    animation-timing-function: ease-out;
  }

  50% {
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    animation-timing-function: ease-in;
  }

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

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

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

@keyframes flipInX {
  from {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    animation-timing-function: ease-in;
  }

  60% {
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }

  80% {
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }

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

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

@keyframes flipInY {
  from {
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    animation-timing-function: ease-in;
  }

  60% {
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }

  80% {
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }

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

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

@keyframes flipOutX {
  from {
    transform: perspective(400px);
  }

  30% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }

  to {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}

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

@keyframes flipOutY {
  from {
    transform: perspective(400px);
  }

  30% {
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }

  to {
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}

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

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

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

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

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

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

@keyframes lightSpeedOut {
  from {
    opacity: 1;
  }

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

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

@keyframes rotateIn {
  from {
    transform-origin: center;
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }

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

.rotateIn {
  animation-name: rotateIn;
}

@keyframes rotateInDownLeft {
  from {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }

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

.rotateInDownLeft {
  animation-name: rotateInDownLeft;
}

@keyframes rotateInDownRight {
  from {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

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

.rotateInDownRight {
  animation-name: rotateInDownRight;
}

@keyframes rotateInUpLeft {
  from {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

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

.rotateInUpLeft {
  animation-name: rotateInUpLeft;
}

@keyframes rotateInUpRight {
  from {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }

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

.rotateInUpRight {
  animation-name: rotateInUpRight;
}

@keyframes rotateOut {
  from {
    transform-origin: center;
    opacity: 1;
  }

  to {
    transform-origin: center;
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}

.rotateOut {
  animation-name: rotateOut;
}

@keyframes rotateOutDownLeft {
  from {
    transform-origin: left bottom;
    opacity: 1;
  }

  to {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}

.rotateOutDownLeft {
  animation-name: rotateOutDownLeft;
}

@keyframes rotateOutDownRight {
  from {
    transform-origin: right bottom;
    opacity: 1;
  }

  to {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

.rotateOutDownRight {
  animation-name: rotateOutDownRight;
}

@keyframes rotateOutUpLeft {
  from {
    transform-origin: left bottom;
    opacity: 1;
  }

  to {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

.rotateOutUpLeft {
  animation-name: rotateOutUpLeft;
}

@keyframes rotateOutUpRight {
  from {
    transform-origin: right bottom;
    opacity: 1;
  }

  to {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}

.rotateOutUpRight {
  animation-name: rotateOutUpRight;
}

@keyframes hinge {
  0% {
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }

  20%, 60% {
    transform: rotate3d(0, 0, 1, 80deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }

  40%, 80% {
    transform: rotate3d(0, 0, 1, 60deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }

  to {
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}

.hinge {
  animation-name: hinge;
}

@keyframes jackInTheBox {
  from {
    opacity: 0;
    transform: scale(0.1) rotate(30deg);
    transform-origin: center bottom;
  }

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

  70% {
    transform: rotate(3deg);
  }

  to {
    opacity: 1;
    transform: scale(1);
  }
}

.jackInTheBox {
  animation-name: jackInTheBox;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@keyframes rollIn {
  from {
    opacity: 0;
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }

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

.rollIn {
  animation-name: rollIn;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@keyframes rollOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}

.rollOut {
  animation-name: rollOut;
}

@keyframes zoomIn {
  from {
    opacity: 0;
    transform: scale3d(.3, .3, .3);
  }

  50% {
    opacity: 1;
  }
}

.zoomIn {
  animation-name: zoomIn;
}

@keyframes zoomInDown {
  from {
    opacity: 0;
    transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomInDown {
  animation-name: zoomInDown;
}

@keyframes zoomInLeft {
  from {
    opacity: 0;
    transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomInLeft {
  animation-name: zoomInLeft;
}

@keyframes zoomInRight {
  from {
    opacity: 0;
    transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomInRight {
  animation-name: zoomInRight;
}

@keyframes zoomInUp {
  from {
    opacity: 0;
    transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomInUp {
  animation-name: zoomInUp;
}

@keyframes zoomOut {
  from {
    opacity: 1;
  }

  50% {
    opacity: 0;
    transform: scale3d(.3, .3, .3);
  }

  to {
    opacity: 0;
  }
}

.zoomOut {
  animation-name: zoomOut;
}

@keyframes zoomOutDown {
  40% {
    opacity: 1;
    transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  to {
    opacity: 0;
    transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
    transform-origin: center bottom;
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomOutDown {
  animation-name: zoomOutDown;
}

@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
  }

  to {
    opacity: 0;
    transform: scale(.1) translate3d(-2000px, 0, 0);
    transform-origin: left center;
  }
}

.zoomOutLeft {
  animation-name: zoomOutLeft;
}

@keyframes zoomOutRight {
  40% {
    opacity: 1;
    transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
  }

  to {
    opacity: 0;
    transform: scale(.1) translate3d(2000px, 0, 0);
    transform-origin: right center;
  }
}

.zoomOutRight {
  animation-name: zoomOutRight;
}

@keyframes zoomOutUp {
  40% {
    opacity: 1;
    transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  to {
    opacity: 0;
    transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
    transform-origin: center bottom;
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomOutUp {
  animation-name: zoomOutUp;
}

@keyframes slideInDown {
  from {
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }

  to {
    transform: translate3d(0, 0, 0);
  }
}

.slideInDown {
  animation-name: slideInDown;
}

@keyframes slideInLeft {
  from {
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }

  to {
    transform: translate3d(0, 0, 0);
  }
}

.slideInLeft {
  animation-name: slideInLeft;
}

@keyframes slideInRight {
  from {
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }

  to {
    transform: translate3d(0, 0, 0);
  }
}

.slideInRight {
  animation-name: slideInRight;
}

@keyframes slideInUp {
  from {
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }

  to {
    transform: translate3d(0, 0, 0);
  }
}

.slideInUp {
  animation-name: slideInUp;
}

@keyframes slideOutDown {
  from {
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    transform: translate3d(0, 100%, 0);
  }
}

.slideOutDown {
  animation-name: slideOutDown;
}

@keyframes slideOutLeft {
  from {
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    transform: translate3d(-100%, 0, 0);
  }
}

.slideOutLeft {
  animation-name: slideOutLeft;
}

@keyframes slideOutRight {
  from {
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    transform: translate3d(100%, 0, 0);
  }
}

.slideOutRight {
  animation-name: slideOutRight;
}

@keyframes slideOutUp {
  from {
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    transform: translate3d(0, -100%, 0);
  }
}

.slideOutUp {
  animation-name: slideOutUp;
}

/* End */


/* Start:/local/frontend/local/resort/resort.css?16905212666865*/
.resort {
  background-color: #f3f5f7;
  text-align: center; }

.resort__filter-section {
  padding-top: 53px;
  padding-bottom: 80px; }
  @media (min-width: 768px) {
    .resort__filter-section {
      padding-top: 58px;
      padding-bottom: 95px; } }

.resort__offer-section {
  background-color: #fff;
  padding-top: 60px;
  margin-bottom: 80px; }

.resort__offers {
  margin-top: 40px; }

.resort__offer {
  position: relative;
  overflow: hidden;
  float: left;
  text-align: left;
  background-color: #fff8f0;
  padding: 25px 30px;
  width: 290px;
  margin-right: 20px;
  margin-bottom: 20px; }
  .resort__offer:nth-child(even) {
    margin-right: 0; }
  .resort__offer .sticker.sticker_daily-offer {
    top: 23px;
    right: -35px;
    font-size: 8px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg); }
  @media (min-width: 768px) {
    .resort__offer {
      width: 340px;
      padding: 35px 60px; } }
  @media (min-width: 1200px) {
    .resort__offer {
      width: 100%;
      margin-right: 0;
      margin-bottom: 0;
      border-bottom: solid 1px #f2e7db;
      padding: 25px 90px 35px 90px; }
      .resort__offer:last-child {
        border-bottom-color: transparent; }
      .resort__offer .sticker.sticker_daily-offer {
        top: 25px;
        left: -42px;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg); } }

.resort-offer__row {
  margin-bottom: 20px; }
  @media (min-width: 1200px) {
    .resort-offer__row {
      float: left;
      margin: 0; } }

.resort-offer__title {
  color: #5a5a5a;
  font-weight: 300;
  font-size: 13px;
  margin-bottom: 7px; }

.resort-offer__text-old {
  font-weight: bold;
  color: #b2b2b2;
  margin-left: 12px;
  display: inline-block; }
  .resort-offer__text-old .currency {
    font-weight: normal; }

.resort-offer__crossline {
  position: relative; }
  .resort-offer__crossline:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    top: 50%;
    left: 0;
    background-color: #b2b2b2; }

.resort-offer__btn {
  width: 140px;
  margin-top: 10px;
  border-radius: 20px; }
  @media (min-width: 1200px) {
    .resort-offer__btn {
      margin-top: 0; } }

.resort-offer__btn-link {
  height: 40px;
  width: 100%;
  color: #000;
  font-size: 13px;
  font-weight: 300;
  text-align: center;
  line-height: 40px;
  border-radius: 20px; }

@media (min-width: 1200px) {
  .resort-offer__date {
    width: 120px;
    margin-right: 15px; } }

@media (min-width: 1200px) {
  .resort-offer__name {
    width: 210px;
    margin-right: 15px; } }

.resort-offer__duration {
  width: 150px;
  margin-right: 15px; }

.resort-offer__price {
  width: 190px;
  margin-right: 15px; }

.resort__hotels-section {
  background-color: #fff;
  padding-bottom: 80px;
  padding-top: 53px; }
  @media (min-width: 768px) {
    .resort__hotels-section {
      padding-bottom: 95px;
      padding-top: 80px; } }

/* SLIDER */
.resort__slider {
  position: relative; }

.resort__expander {
  width: 320px;
  margin-left: -16px;
  height: 309px; }
  @media (min-width: 768px) {
    .resort__expander {
      height: 309px;
      width: 720px;
      margin-left: -10px; } }
  @media (min-width: 1200px) {
    .resort__expander {
      height: 345px;
      width: 1080px;
      margin-left: -15px; } }

.resort__slide {
  margin: 0 12.5px;
  position: relative;
  overflow: hidden;
  height: 315px !important;
  width: 240px;
  display: block; }
  .resort__slide:hover .resort-slide__bg {
    -webkit-transform: scale(1.1);
    transform: scale(1.1); }
    .resort__slide:hover .resort-slide__bg:before {
      background-color: rgba(0, 0, 0, 0.1); }
  @media (min-width: 768px) {
    .resort__slide {
      float: left;
      width: 220px;
      height: 289px;
      margin: 10px; } }
  @media (min-width: 1200px) {
    .resort__slide {
      height: 315px;
      width: 240px;
      margin: 15px; } }

.resort-slide__bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-transition: 0.5s;
  transition: 0.5s; }
  .resort-slide__bg:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    -webkit-box-shadow: inset 0px -150px 60px -60px rgba(0, 0, 0, 0.7);
    -ms-box-shadow: inset 0px -150px 60px -60px rgba(0, 0, 0, 0.7);
    box-shadow: inset 0px -150px 60px -60px rgba(0, 0, 0, 0.7);
    -webkit-transition: 0.5s;
    transition: 0.5s; }

.resort-slide__content {
  position: absolute;
  bottom: 5px;
  left: 0;
  width: 100%;
  display: block;
  padding: 20px; }

.resort-slide__rate {
  display: block;
  margin-bottom: 5px; }

.resort-slider__star {
  display: block;
  float: left;
  color: #FFDC00;
  font-size: 13px;
  margin-right: 4px; }

.resort-slide__title {
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  display: block;
  text-align: left; }

.resort__tablist {
  margin-top: 28px;
  margin-bottom: 35px; }

.resort__btn {
  border: solid 2px #ffdc00;
  display: none;
  color: #000;
  width: 100%;
  text-align: center;
  padding: 0;
  cursor: pointer; }
  .resort__btn:focus {
    outline: none; }
  @media (min-width: 768px) {
    .resort__btn {
      display: inline-block;
      margin-top: 40px;
      width: 280px;
      height: 60px;
      line-height: 60px;
      font-size: 18px;
      border-radius: 30px; } }
  @media (min-width: 1200px) {
    .resort__btn {
      width: 285px;
      margin-top: 35px;
      height: 65px;
      line-height: 65px;
      font-size: 20px;
      border-radius: 33px; } }

.resort__toggle {
  -webkit-box-shadow: inset 0px 0px 0px 2px #ffdc00;
  -ms-box-shadow: inset 0px 0px 0px 2px #ffdc00;
  box-shadow: inset 0px 0px 0px 2px #ffdc00;
  border-radius: 23px; }

.resort__about-section {
  padding-top: 55px;
  padding-bottom: 70px; }
  @media (min-width: 768px) {
    .resort__about-section {
      padding-top: 65px;
      padding-bottom: 95px; } }

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

.resort-about__panels {
  overflow: hidden;
  padding-top: 40px;
  -webkit-transition: 0.4s;
  transition: 0.4s; }
  @media (min-width: 1200px) {
    .resort-about__panels {
      padding-top: 50px; } }

.resort-about__tablist {
  margin-top: 30px; }

.resort-about__text {
  background-color: #fff;
  padding: 20px 25px; }
  @media (min-width: 768px) and (max-width: 1200px) {
    .resort-about__text {
      padding: 50px 60px; } }
  @media (min-width: 1200px) {
    .resort-about__text {
      padding: 55px 90px; } }

.resort-hotels__footer {
  -webkit-transition: 0.2s;
  transition: 0.2s;
  text-align: center; }

.resort__header,
.resort__subheader,
.resort__tablist.tablist_table {
  text-align: center; }

/* End */


/* Start:/local/frontend/local/tour-about-resort/tour-about-resort.css?1690521266360*/
@media only screen and (max-width: 767px) {
  .tour-about-resort {
    background-color: #fff; }
    .tour-about-resort .tour-accordeon-hide {
      padding-bottom: 65px; }
    .tour-about-resort-title__suptitle {
      display: none; } }

@media only screen and (min-width: 768px) {
  .tour-about-resort {
    padding-top: 72px;
    padding-bottom: 90px; } }

/* End */


/* Start:/local/frontend/local/tour/tour.css?16905212668157*/
.tour {
  margin-bottom: 75px; }
  @media only screen and (max-width: 767px) {
    .tour {
      margin-bottom: 95px; }
      .tour .tablist_mobile {
        width: auto; }
      .tour-mobile-section {
        border-bottom: solid 2px #ebeef1; }
        .tour-mobile-section:first-child {
          border-top: solid 2px #ebeef1; }
      .tour-title {
        position: relative;
        margin: 0;
        display: table;
        width: 100%;
        height: 105px; }
        .tour-title:before {
          font-size: 14px;
          height: 30px;
          width: 30px;
          background-color: #ffdc00;
          text-align: center;
          line-height: 32px !important;
          position: absolute;
          right: 0;
          top: 50%;
          color: #000;
          -webkit-transition: 0.3s;
          transition: 0.3s;
          border-radius: 50%;
          -webkit-transform: translateY(-50%);
          transform: translateY(-50%); }
        .tour-title__value {
          display: table-cell;
          vertical-align: middle;
          font-size: 28px;
          text-align: left;
          position: relative;
          text-transform: none; } }
  @media only screen and (min-width: 768px) {
    .tour-title {
      cursor: default;
      text-align: center; }
      .tour-title:before {
        display: none; }
      .tour-title__value {
        text-transform: none; } }

.tour-head {
  background-color: #fff;
  padding-bottom: 75px; }
  .tour-head-left {
    margin-bottom: 35px; }
  @media only screen and (min-width: 768px) {
    .tour-head {
      padding-top: 8px;
      padding-bottom: 80px; }
      .tour-head-left {
        margin-bottom: 40px; } }
  @media only screen and (min-width: 1200px) {
    .tour-head {
      padding-top: 25px;
      padding-bottom: 90px; }
      .tour-head-left, .tour-head-right {
        float: left;
        width: 500px; }
      .tour-head-left {
        margin-right: 40px;
        margin-bottom: 0; }
      .tour-head-right {
        padding-top: 6px; } }

.tour-head-jumbo__img {
  height: 215px;
  width: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover; }
  @media only screen and (min-width: 768px) {
    .tour-head-jumbo__img {
      height: 385px;
      width: 520px; } }
  @media only screen and (min-width: 1200px) {
    .tour-head-jumbo__img {
      height: 370px;
      width: 500px; } }

.tour-head-graph {
  font-size: 18px;
  margin-top: 18px; }
  .tour-head-graph-pos {
    margin-top: 13px;
    line-height: 0.9; }
    .tour-head-graph-pos:first-child {
      margin-top: 0; }
    .tour-head-graph-pos__title {
      font-weight: 300; }
    .tour-head-graph-pos__text {
      font-weight: 400; }
    .tour-head-graph-pos__link {
      font-size: 14px;
      color: #9d9d9d;
      border-bottom: dotted 1px;
      display: inline-block;
      line-height: 1.2;
      position: relative;
      -webkit-transition: z-index 0s 0.3s;
      transition: z-index 0s 0.3s; }
      .tour-head-graph-pos__link:hover {
        z-index: 11;
        -webkit-transition: z-index 0s;
        transition: z-index 0s; }
        .tour-head-graph-pos__link:hover .tour-head-graph-pos__pop-up {
          visibility: visible;
          opacity: 1;
          -webkit-transition: opacity 0.3s, visibility 0s;
          transition: opacity 0.3s, visibility 0s; }
        .tour-head-graph-pos__link:hover ~ .tour-head-graph-pos__layer {
          z-index: 10;
          visibility: visible;
          opacity: 1;
          -webkit-transition: opacity 0.3s, visibility 0s, z-index 0s;
          transition: opacity 0.3s, visibility 0s, z-index 0s; }
    .tour-head-graph-pos__pop-up {
      display: block;
      padding-top: 7px;
      position: absolute;
      top: 100%;
      left: 50%;
      width: 260px;
      visibility: hidden;
      opacity: 0;
      z-index: -1;
      -webkit-transform: translateX(-50%);
      transform: translateX(-50%);
      -webkit-transition: opacity 0.3s, visibility 0s 0.3s;
      transition: opacity 0.3s, visibility 0s 0.3s; }
      .tour-head-graph-pos__pop-up:before {
        content: '';
        position: absolute;
        top: 0;
        left: 50%;
        border: solid 7px transparent;
        border-bottom: solid 7px #fff;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%); }
    .tour-head-graph-pos__layer {
      visibility: hidden;
      opacity: 0;
      z-index: -1;
      display: block;
      position: fixed;
      width: 100vw;
      height: 100vh;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background-color: rgba(0, 0, 0, 0.15);
      -webkit-transition: opacity 0.3s, visibility 0s 0.3s, z-index 0s 0.3s;
      transition: opacity 0.3s, visibility 0s 0.3s, z-index 0s 0.3s; }
    .tour-head-graph-pos-list {
      display: block;
      text-align: center;
      padding: 25px 20px 35px;
      background-color: #fff;
      z-index: 11;
      position: relative;
      -webkit-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.06), 0px 10px 36.8px 3.2px rgba(0, 0, 0, 0.1);
              box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.06), 0px 10px 36.8px 3.2px rgba(0, 0, 0, 0.1);
      border-radius: 4px; }
      .tour-head-graph-pos-list-col {
        width: 80px;
        display: inline-block;
        vertical-align: top;
        margin-right: 20px; }
        .tour-head-graph-pos-list-col:nth-child(even) {
          margin-right: 0; }
      .tour-head-graph-pos-list__item {
        display: block;
        text-align: left;
        color: #3c3c3c;
        font-size: 13px;
        margin-bottom: 15px; }
        .tour-head-graph-pos-list__item:last-child {
          margin-bottom: 0; }
  @media only screen and (min-width: 768px) {
    .tour-head-graph {
      margin-top: 25px;
      font-size: 20px; }
      .tour-head-graph-pos {
        margin-top: 10px; }
        .tour-head-graph-pos:first-child {
          margin-top: 0; }
        .tour-head-graph-pos__link {
          font-size: 13px;
          margin-left: 5px; } }
  @media only screen and (min-width: 1200px) {
    .tour-head-graph {
      margin-top: 16px; } }

.tour-head-price {
  margin-top: 25px; }
  .tour-head-price__value {
    color: #010101;
    font-size: 24px;
    font-weight: bold; }
  .tour-head-price__number {
    font-size: 39px; }
  .tour-head-price__old {
    font-size: 24px;
    color: #b3b2b2; }
  .tour-head-price__old-number {
    text-decoration: line-through; }
  .tour-head-price__note {
    margin-top: 5px;
    font-size: 13px;
    color: #b3b2b2; }
  @media only screen and (min-width: 768px) {
    .tour-head-price {
      margin-top: 21px; } }
  @media only screen and (min-width: 1200px) {
    .tour-head-price {
      margin-top: 23px; }
      .tour-head-price__note {
        margin-top: 8px; } }

.tour-head-buttons {
  margin-top: 25px; }
  @media only screen and (min-width: 768px) {
    .tour-head-buttons {
      margin-top: 23px; } }

.tour-head__button {
  width: 210px;
  height: 50px;
  text-align: center;
  line-height: 48px;
  border: solid 2px #ffdc00;
  font-weight: 300;
  border-radius: 25px; }
  .tour-head__button.btn_filled:hover {
    border-color: #ffee36; }
  .tour-head__button-container {
    margin-top: 10px; }
    .tour-head__button-container:first-child {
      margin-top: 0; }
  @media only screen and (min-width: 768px) {
    .tour-head__button {
      width: auto;
      padding: 14px 22px;
      height: auto;
      line-height: inherit; }
      .tour-head__button-container {
        float: left;
        margin-top: 0;
        margin-left: 20px; }
        .tour-head__button-container:first-child {
          margin-left: 0; } }

@media only screen and (max-width: 767px) {
  .tour-accordeon__toggle {
    cursor: pointer;
    margin: 0; }
    .tour-accordeon__toggle_expand:before {
      -webkit-transform: rotate(-180deg) translateY(50%);
      transform: rotate(-180deg) translateY(50%); }
  .tour-accordeon-hide_ready {
    display: none; } }

.tour-program {
  background-color: #fff; }
  @media only screen and (min-width: 768px) {
    .tour-program {
      display: none; } }

/* End */


/* Start:/local/frontend/local/app-form/app-form.css?16905212666926*/
.app-form-container {
  background-color: #f3f5f7;
  padding-top: 30px;
  padding-bottom: 40px; }
  .app-form-container_offset-top {
    padding-top: 65px; }
  @media (min-width: 768px) {
    .app-form-container {
      padding-top: 80px;
      padding-bottom: 80px; }
      .app-form-container_offset-top {
        padding-top: 75px; } }
  @media (min-width: 1200px) {
    .app-form-container {
      padding-top: 95px;
      padding-bottom: 95px; } }
  .app-form-container .feedback-form.app-form__form,
  .app-form-container .app-form__form {
    border: none;
    margin-top: 0; }
    @media (min-width: 768px) {
      .app-form-container .feedback-form.app-form__form,
      .app-form-container .app-form__form {
        padding: 58px 58px 80px 58px; } }
    @media (min-width: 1200px) {
      .app-form-container .feedback-form.app-form__form,
      .app-form-container .app-form__form {
        padding: 54px 90px 80px 90px; } }

.feedback-form.app-form__form,
.app-form__form {
  text-align: center;
  background-color: #fff;
  border: solid 2px #ffdc00;
  padding: 35px 23px 55px 23px;
  margin: 32px auto 22px auto; }
  @media (min-width: 768px) {
    .feedback-form.app-form__form,
    .app-form__form {
      padding: 50px 58px 60px 58px;
      text-align: left; } }
  @media (min-width: 1200px) {
    .feedback-form.app-form__form,
    .app-form__form {
      padding: 50px 88px 60px 88px; } }

.app-form__header {
  font-size: 24px;
  font-weight: bold;
  text-align: left;
  margin-bottom: 20px; }
  .app-form__header_big {
    font-size: 32px;
    line-height: 1.11; }
  .app-form__header_tour {
    margin: 0 !important; }
  @media (min-width: 768px) {
    .app-form__header {
      font-size: 28px;
      margin-bottom: 15px; }
      .app-form__header_big {
        font-size: 37px; }
      .app-form__header_tour {
        margin: 0 !important; } }
  @media (min-width: 1200px) {
    .app-form__header {
      font-size: 31px; }
      .app-form__header_big {
        font-size: 39px;
        margin-bottom: 8px; }
      .app-form__header_tour {
        margin: 0 !important; } }

.app-form__form .app-form__desc,
.app-form__form p.app-form__desc {
  display: none;
  text-align: left;
  line-height: 1.4 !important; }
  .app-form__form .app-form__desc_big,
  .app-form__form p.app-form__desc_big {
    display: block;
    line-height: 1.5 !important;
    letter-spacing: -0.1px;
    margin-bottom: 30px; }
  @media (min-width: 768px) {
    .app-form__form .app-form__desc,
    .app-form__form p.app-form__desc {
      display: block; }
      .app-form__form .app-form__desc_big,
      .app-form__form p.app-form__desc_big {
        margin-bottom: 24px;
        line-height: 1.6 !important; } }
  @media (min-width: 1200px) {
    .app-form__form .app-form__desc,
    .app-form__form p.app-form__desc {
      line-height: 1.2 !important;
      margin-bottom: 5px; }
      .app-form__form .app-form__desc_big,
      .app-form__form p.app-form__desc_big {
        width: 720px;
        margin-bottom: 24px; } }

.app-form__group,
.feedback-form__group.app-form__group {
  margin-top: 10px; }

@media (min-width: 768px) and (max-width: 1200px) {
  .app-form__group_small,
  .feedback-form__group.app-form__group.app-form__group_small {
    width: 220px;
    margin-right: 20px;
    float: left; }
    .app-form__group_small_big,
    .feedback-form__group.app-form__group.app-form__group_small_big {
      width: 280px; }
    .app-form__group_small:nth-child(even),
    .feedback-form__group.app-form__group.app-form__group_small:nth-child(even) {
      margin-right: 0; } }

@media (min-width: 1200px) {
  .app-form__group_small,
  .feedback-form__group.app-form__group.app-form__group_small {
    width: 220px;
    margin-right: 20px;
    float: left; }
    .app-form__group_small_big,
    .feedback-form__group.app-form__group.app-form__group_small_big {
      width: 280px; }
    .app-form__group_small:nth-child(3n),
    .feedback-form__group.app-form__group.app-form__group_small:nth-child(3n) {
      margin-right: 0;
      width: 195px; } }

.app-form__submit-box.app-form__group {
  margin-right: 0 !important;
  width: 195px !important; }

.app-form__group_hidden {
  display: none;
  float: left; }

.app-form__control {
  background-color: #f3f5f7;
  border: none;
  height: 50px;
  color: #b3b2b2;
  padding: 0 20px;
  border-radius: 5px; }
  .app-form__control::-webkit-input-placeholder {
    color: #b3b2b2; }
  .app-form__control:-ms-input-placeholder {
    color: #b3b2b2; }
  .app-form__control::-ms-input-placeholder {
    color: #b3b2b2; }
  .app-form__control::placeholder {
    color: #b3b2b2; }
  .app-form__control::-moz-placeholder {
    color: #b3b2b2; }
  .app-form__control::-webkit-input-placeholder {
    color: #b3b2b2; }
  .app-form__control:-ms-input-placeholder {
    color: #b3b2b2; }
  .app-form__control::-webkit-input-placeholder {
    color: #b3b2b2; }
  .app-form__control_big {
    height: 55px; }
  @media (min-width: 768px) {
    .app-form__control {
      height: 55px; } }
  @media (min-width: 768px) {
    .app-form__control {
      height: 60px; } }

.app-form__submit {
  cursor: pointer;
  margin-top: 15px;
  height: 50px;
  width: 100%;
  background-color: #ffdc00;
  border: none;
  padding: 0;
  font-weight: 300;
  border-radius: 27px; }
  .app-form__submit_big {
    height: 55px; }
  @media (min-width: 768px) {
    .app-form__submit {
      width: 195px;
      display: inline-block;
      height: 55px;
      border-radius: 29px; } }
  @media (min-width: 1200px) {
    .app-form__submit {
      margin-top: 0;
      height: 60px;
      border-radius: 33px; } }

.app-form__checkbox-container,
.custom-control.app-form__checkbox-container,
.app-form__form .feedback-form-control_type_checkbox {
  padding-left: 28px;
  margin-top: 15px;
  display: inline-block;
  width: 200px;
  text-align: left; }
  .app-form__checkbox-container_big,
  .custom-control.app-form__checkbox-container_big,
  .app-form__form .feedback-form-control_type_checkbox_big {
    width: auto; }
  @media (min-width: 768px) {
    .app-form__checkbox-container,
    .custom-control.app-form__checkbox-container,
    .app-form__form .feedback-form-control_type_checkbox {
      width: 100%;
      margin-top: 18px;
      padding-left: 33px; } }

.app-form__pseudo-checkbox,
.app-form__form .feedback-form-control__indicator {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%); }

.app-form__form .app-form__name,
.app-form__form .custom-control__name.app-form__name,
.app-form__form .feedback-form-control__name {
  font-size: 13px !important;
  display: inline;
  letter-spacing: -0.1px; }

.app-form__form .app-form__link,
.app-form__form .app-form__name.custom-control__link,
.app-form__form .feedback-form-control__name .link {
  font-size: 13px !important;
  display: inline !important;
  letter-spacing: -0.1px; }

/* End */


/* Start:/local/frontend/local/countries-detail-content/countries-detail-content.css?16905212661707*/
.countries-detail-content {
  text-align: center; }

.countries-detail-content__welcome {
  background-color: #f3f5f7;
  padding-top: 55px;
  padding-bottom: 70px; }
  @media (min-width: 768px) {
    .countries-detail-content__welcome {
      padding-top: 57px;
      padding-bottom: 85px; } }
  @media (min-width: 1200px) {
    .countries-detail-content__welcome {
      padding-top: 57px;
      padding-bottom: 85px; } }

.countries-detail-content__header {
  margin-bottom: 15px; }

.countries-detail-content__subheader {
  margin-bottom: 30px; }

.countries-detail-content__desc {
  color: #383838;
  font-weight: 300;
  font-size: 16px;
  line-height: 1.4; }
  @media (min-width: 768px) {
    .countries-detail-content__desc {
      font-size: 20px;
      line-height: 1.5; } }
  @media (min-width: 1200px) {
    .countries-detail-content__desc {
      width: 690px;
      margin: auto; } }

.countries-detail-content__slider {
  padding-top: 65px;
  padding-bottom: 80px; }
  @media (min-width: 768px) {
    .countries-detail-content__slider {
      padding-top: 62px; } }
  @media (min-width: 1200px) {
    .countries-detail-content__slider {
      padding-bottom: 77px; } }

.countries-detail-content__about {
  background-color: #f3f5f7;
  padding-top: 55px; }
  @media (min-width: 768px) {
    .countries-detail-content__about {
      padding-top: 58px; } }

.countries-detail-content__text {
  text-align: left;
  padding: 40px 15px 10px; }
  @media (min-width: 768px) and (max-width: 1200px) {
    .countries-detail-content__text {
      padding: 50px 60px 10px;
      margin-top: 25px; } }
  @media (min-width: 1200px) {
    .countries-detail-content__text {
      padding: 70px 90px 10px; } }

/* End */


/* Start:/local/frontend/local/tab/tab.css?1690521266422*/
.tab-panel {
  display: none;
  opacity: 0;
  visibility: hidden;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-transition: opacity 0.3s, visibility 0.3s, top 0.4s;
  transition: opacity 0.3s, visibility 0.3s, top 0.4s; }

.tab-panel_active {
  display: block !important; }

.tab-panel_in {
  opacity: 1 !important;
  visibility: visible !important; }

.tab-panel_up {
  top: 0 !important; }

/* End */


/* Start:/local/frontend/local/countries-detail-about/countries-detail-about.css?16905212664071*/
.countries-detail-about__tablist {
  margin-top: 30px; }

.countries-detail-about__panels {
  padding-top: 40px;
  padding-bottom: 35px;
  overflow: hidden;
  -webkit-transition: 0.4s;
  transition: 0.4s; }
  @media (min-width: 768px) {
    .countries-detail-about__panels {
      padding-top: 40px;
      padding-bottom: 45px; } }

.countries-detail-about__panel {
  background-color: #fff; }
  @media (min-width: 1200px) {
    .countries-detail-about__panel {
      padding-bottom: 50px; } }

.countries-detail-about__panel-transparent {
  background-color: transparent; }

.countries-detail-about__video-container {
  width: 290px;
  height: 174px;
  position: relative;
  margin: 0 auto;
  text-align: center;
  cursor: pointer; }
  .countries-detail-about__video-container iframe {
    width: 290px;
    height: 174px; }
  @media (min-width: 768px) {
    .countries-detail-about__video-container {
      width: 100%;
      height: 420px; }
      .countries-detail-about__video-container iframe {
        width: 100%;
        height: 420px; } }
  @media (min-width: 1200px) {
    .countries-detail-about__video-container {
      height: 631px; }
      .countries-detail-about__video-container iframe {
        height: 631px; } }
  .countries-detail-about__video-container:hover .countries-detail-about__video-play {
    -webkit-transform: scale(1.1, 1.1);
            transform: scale(1.1, 1.1); }

.countries-detail-about__cover {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover; }
  .countries-detail-about__cover:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    opacity: 0.5;
    background-color: #000; }
  @media (min-width: 768px) {
    .countries-detail-about__cover:after {
      background: none;
      -webkit-box-shadow: inset 0 -360px 120px -240px rgba(0, 0, 0, 0.7);
      -ms-box-shadow: inset 0 -360px 120px -240px rgba(0, 0, 0, 0.7);
      box-shadow: inset 0 -360px 120px -240px rgba(0, 0, 0, 0.7); } }
  @media (min-width: 1200px) {
    .countries-detail-about__cover {
      -webkit-box-shadow: inset 0 -500px 200px -400px rgba(0, 0, 0, 0.7);
      -ms-box-shadow: inset 0 -500px 200px -400px rgba(0, 0, 0, 0.7);
      box-shadow: inset 0 -500px 200px -400px rgba(0, 0, 0, 0.7); } }

.countries-detail-about__container {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  z-index: 2;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%); }
  @media (min-width: 768px) {
    .countries-detail-about__container {
      bottom: 57px;
      top: auto;
      -webkit-transform: translateY(0);
      transform: translateY(0); } }
  @media (min-width: 1200px) {
    .countries-detail-about__container {
      bottom: 70px; } }

.countries-detail-about__video-play {
  cursor: pointer;
  font-size: 12px;
  color: #000;
  display: block;
  margin: 0 auto;
  width: 56px;
  height: 56px;
  line-height: 56px;
  background-color: #ffdc00;
  border-radius: 50%; }
  .countries-detail-about__video-play:before {
    padding-left: 3px;
    line-height: 56px; }
  @media (min-width: 768px) {
    .countries-detail-about__video-play {
      margin-bottom: 20px; } }
  @media (min-width: 1200px) {
    .countries-detail-about__video-play {
      margin-bottom: 30px; } }

.countries-detail-about__video-caption {
  display: none;
  color: #fff;
  font-weight: bold;
  font-size: 18px;
  text-align: center; }
  @media (min-width: 768px) {
    .countries-detail-about__video-caption {
      display: block; } }
  @media (min-width: 1200px) {
    .countries-detail-about__video-caption {
      font-size: 20px; } }

.countries-detail-about__visa {
  padding-top: 5px;
  padding-bottom: 5px; }

.countries-detail-about__toggle {
  -webkit-box-shadow: inset 0px 0px 0px 2px #ffdc00;
  -ms-box-shadow: inset 0px 0px 0px 2px #ffdc00;
  box-shadow: inset 0px 0px 0px 2px #ffdc00;
  border-radius: 24px; }

/* End */
/* /local/frontend/local/icon/icon_prod.css?1690521266364 */
/* /local/frontend/local/icon/style.css?16944942663109 */
/* /local/frontend/local/nav/nav.css?16905212669295 */
/* /local/frontend/local/text/text.css?169052126617920 */
/* /local/frontend/local/btn/btn.css?16905212661484 */
/* /local/frontend/local/breadcrumbs/breadcrumbs.css?16905212661043 */
/* /local/frontend/vendor/fancybox-master/dist/jquery.fancybox.min.css?169052126613706 */
/* /local/frontend/local/form/form.css?169052126612838 */
/* /local/frontend/local/feedback-form/feedback-form.css?16905212666547 */
/* /local/frontend/local/footer/footer.css?174796951510734 */
/* /local/frontend/local/fonts/fonts_prod.css?16905212662546 */
/* /local/frontend/local/fonts/styleCirce.css?16905212662160 */
/* /local/frontend/local/visibility/visibility.css?1690521266312 */
/* /local/frontend/local/fast-search/fast-search.css?169052126664 */
/* /local/frontend/local/common/common.css?16944942664542 */
/* /local/frontend/local/header/header.css?16905212664871 */
/* /local/frontend/local/title/title.css?1690521266619 */
/* /local/frontend/local/tour-about/tour-about.css?16905212662809 */
/* /local/frontend/vendor/slick-carousel/slick/slick.css?16905212661729 */
/* /local/frontend/local/filter/filter.css?16905212662284 */
/* /local/frontend/local/toggle/toggle.css?16905212661991 */
/* /local/frontend/local/tablist/tablist.css?16905212663145 */
/* /local/frontend/local/cards/cards.css?16905212663313 */
/* /local/frontend/local/expander/expander.css?169052126688 */
/* /local/frontend/vendor/animate.css?169052126624128 */
/* /local/frontend/local/resort/resort.css?16905212666865 */
/* /local/frontend/local/tour-about-resort/tour-about-resort.css?1690521266360 */
/* /local/frontend/local/tour/tour.css?16905212668157 */
/* /local/frontend/local/app-form/app-form.css?16905212666926 */
/* /local/frontend/local/countries-detail-content/countries-detail-content.css?16905212661707 */
/* /local/frontend/local/tab/tab.css?1690521266422 */
/* /local/frontend/local/countries-detail-about/countries-detail-about.css?16905212664071 */
