

/* 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/ya-share/ya-share.css?16905212662312*/
.ya-share2__list {
  list-style-type: none;
  padding: 0; }

.ya-share2__item {
  cursor: pointer; }
  .ya-share2__item:before {
    font-family: 'icomoon' !important; }
  .ya-share2__item.ya-share2__item_service_vkontakte {
    font-size: 20px; }
    .ya-share2__item.ya-share2__item_service_vkontakte:hover {
      background-color: #5181b8;
      border-color: #5181b8; }
  .ya-share2__item.ya-share2__item_service_twitter {
    font-size: 14px; }
    .ya-share2__item.ya-share2__item_service_twitter:hover {
      background-color: #5eaade;
      border-color: #5eaade; }
  .ya-share2__item.ya-share2__item_service_odnoklassniki:hover {
    background: #f7931e;
    border-color: #f7931e; }
  .ya-share2__item.ya-share2__item_service_facebook:hover {
    background-color: #3b5997;
    border-color: #3b5997; }

.stock-detail__socials-container .ya-share2__item:hover .ya-share2__title {
  left: 50%;
  margin-top: 10px;
  display: block;
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%); }
  .stock-detail__socials-container .ya-share2__item:hover .ya-share2__title:before, .stock-detail__socials-container .ya-share2__item:hover .ya-share2__title:after {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    border: solid 4.5px transparent;
    -webkit-transform: translate(-50%, -100%);
    transform: translate(-50%, -100%); }
  .stock-detail__socials-container .ya-share2__item:hover .ya-share2__title:before {
    border-bottom: solid 11px #dadada; }
  .stock-detail__socials-container .ya-share2__item:hover .ya-share2__title:after {
    border-bottom: solid 11px #fff;
    margin-top: 2px; }

.ya-share2__item_service_vkontakte:before {
  content: "\e911"; }

.ya-share2__item_service_twitter:before {
  content: "\e910"; }

.ya-share2__item_service_odnoklassniki:before {
  content: "\e90b"; }

.ya-share2__item_service_facebook:before {
  content: "\e906"; }

.ya-share2__title {
  display: none;
  padding: 5px 15px;
  position: absolute;
  top: 100%;
  left: 0;
  opacity: 0;
  visibility: hidden;
  background-color: #fff;
  border: solid 1px #dadada;
  font-size: 13px;
  color: #b2b2b2;
  line-height: 1.3;
  text-align: center;
  width: 192px;
  border-radius: 4px;
  -webkit-transition: 0.2s;
  transition: 0.2s; }

/* End */


/* Start:/local/frontend/local/news/news.css?16905212664250*/
.news {
  background-color: #ffffff;
  padding-bottom: 80px; }
  @media (min-width: 768px) {
    .news {
      padding-bottom: 95px; } }

.news__item-first-container {
  background-color: #f3f5f7;
  padding-bottom: 25px; }
  @media (min-width: 768px) {
    .news__item-first-container {
      padding-top: 5px;
      padding-bottom: 50px; } }
  @media (min-width: 1200px) {
    .news__item-first-container {
      padding-top: 15px; } }

.news__item-container {
  background-color: #fff;
  padding-top: 50px; }
  @media (min-width: 768px) {
    .news__item-container {
      width: 720px;
      margin-left: -10px;
      padding-top: 40px; } }
  @media (min-width: 1200px) {
    .news__item-container {
      width: 1080px;
      margin-left: -15px;
      padding-top: 35px; } }

.news__item {
  margin: 0 auto 20px auto;
  width: 240px;
  overflow: hidden;
  display: block;
  text-align: left; }
  @media (min-width: 768px) {
    .news__item {
      float: left;
      margin: 10px;
      width: 220px; }
      .news__item_first {
        width: 100%;
        margin: 0; }
        .news__item_first .news-item__img {
          width: 340px;
          height: 255px;
          margin-right: 20px;
          float: left; }
        .news__item_first .news-item__date {
          font-size: 14px; }
        .news__item_first .news-item__content {
          width: 340px;
          float: left;
          padding: 10px 0px; }
        .news__item_first .news-item__title {
          font-size: 24px; }
        .news__item_first .news-item__desc {
          display: block;
          max-height: 90px; } }
  @media (min-width: 1200px) {
    .news__item {
      margin: 15px;
      width: 240px; }
      .news__item_first {
        width: 100%;
        margin: 0; }
        .news__item_first .news-item__img {
          width: 420px;
          height: 315px;
          margin-right: 30px; }
        .news__item_first .news-item__date {
          font-size: 13px; }
        .news__item_first .news-item__content {
          width: 600px;
          padding: 20px 0; }
        .news__item_first .news-item__title {
          font-size: 25px;
          line-height: 1;
          margin-bottom: 5px; }
        .news__item_first .news-item__desc {
          max-height: 170px; } }
  .news__item:hover .news-item__bg {
    -webkit-transform: scale(1.1);
    transform: scale(1.1); }
  .news__item:hover .news-item__title {
    color: #039be5;
    border-bottom-color: #039be5; }

.news-item__img {
  width: 240px;
  height: 180px;
  overflow: hidden;
  position: relative;
  display: block; }
  @media (min-width: 768px) {
    .news-item__img {
      width: 220px;
      height: 165px; } }
  @media (min-width: 1200px) {
    .news-item__img {
      width: 240px;
      height: 180px; } }

.news-item__bg {
  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;
  -webkit-transition: 0.5s;
  transition: 0.5s; }
  .news-item__bg_no-img {
    background-size: auto;
    background-position: center center;
    background-repeat: no-repeat;
    background-color: #f3f5f7; }

.news-item__content {
  text-align: left;
  padding: 20px 18px;
  display: block; }
  @media (min-width: 768px) and (max-width: 1200px) {
    .news-item__content {
      padding: 20px 10px 30px 10px; } }

.news-item__date {
  color: #b2b2b2;
  font-size: 13px;
  margin-bottom: 10px;
  display: block; }

.news-item__title {
  font-weight: bold;
  border-bottom: solid 1px transparent;
  line-height: 1.2;
  color: #000;
  -webkit-transition: 0.2s;
  transition: 0.2s; }

.news-item__btn {
  margin-top: 15px;
  border-radius: 25px; }
  @media (min-width: 768px) {
    .news-item__btn {
      margin-top: 15px; } }
  @media (min-width: 1200px) {
    .news-item__btn {
      margin-top: 35px; } }

.news-item__btn-link {
  font-size: 16px;
  color: #000;
  font-weight: 300;
  width: 182px;
  height: 45px;
  line-height: 48px;
  border-radius: 25px; }

.news-item__desc {
  display: block;
  display: none;
  overflow: hidden;
  color: #383838;
  font-weight: 300;
  line-height: 1.5;
  margin-top: 15px; }

.news-item__sub {
  vertical-align: sub; }

/* End */


/* Start:/local/frontend/local/pop-up/pop-up.css?16905212661224*/
.pop-up {
  position: absolute;
  display: none;
  -webkit-transition: 0.2s;
  transition: 0.2s; }

.pop-up_down {
  top: 100%;
  left: 0; }

.pop-up_bubble {
  background-color: #fff;
  border: solid 1px #dadada;
  font-size: 13px;
  color: #b2b2b2;
  line-height: 1.3;
  text-align: center;
  padding: 15px;
  width: 192px;
  position: relative;
  border-radius: 4px; }
  .pop-up_bubble.pop-up_down {
    top: 0;
    left: 50%;
    margin-top: 10px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%); }
    .pop-up_bubble.pop-up_down:before, .pop-up_bubble.pop-up_down:after {
      content: '';
      position: absolute;
      top: 0;
      left: 50%;
      border: solid 4.5px transparent;
      -webkit-transform: translate(-50%, -100%);
      transform: translate(-50%, -100%); }
    .pop-up_bubble.pop-up_down:before {
      border-bottom: solid 11px #dadada; }
    .pop-up_bubble.pop-up_down:after {
      border-bottom: solid 11px #fff;
      margin-top: 2px; }

.pop-up_small {
  padding: 5px 15px; }

.pop-up__layer {
  display: block;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
  background-color: rgba(0, 0, 0, 0.15); }

/* End */


/* Start:/local/frontend/local/stock-list/stock-list.css?16905212662319*/
@media (min-width: 768px) {
  .stock__list {
    width: 720px;
    margin-left: -10px; } }

@media (min-width: 1200px) {
  .stock__list {
    width: 1180px;
    margin-left: -15px; } }

.stock__item {
  overflow: hidden;
  display: block;
  position: relative;
  width: 100%;
  height: 170px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 30px 25px;
  margin-bottom: 20px; }
  @media (min-width: 768px) {
    .stock__item {
      width: 340px;
      height: 200px;
      margin: 10px;
      float: left;
      padding: 30px 40px; } }
  @media (min-width: 1200px) {
    .stock__item {
      width: 510px;
      height: 310px;
      margin: 15px;
      padding: 40px 60px; } }
  .stock__item:hover .stock-item__bg {
    -webkit-transform: scale(1.1);
    transform: scale(1.1); }
    .stock__item:hover .stock-item__bg:before {
      background-color: rgba(0, 0, 0, 0.1); }

.stock-item__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;
  background-size: cover;
  -webkit-transition: 0.5s;
  transition: 0.5s; }
  .stock-item__bg:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    -webkit-transition: 0.5s;
    transition: 0.5s; }

.stock-item__title {
  position: relative;
  display: block;
  color: #ffffff;
  font-weight: bold;
  font-size: 24px;
  line-height: 1.15; }
  @media (min-width: 1200px) {
    .stock-item__title {
      font-size: 39px; } }

.stock-item__timer {
  position: absolute;
  left: 40px;
  bottom: 30px;
  display: none; }
  @media (min-width: 768px) {
    .stock-item__timer {
      display: block; } }
  @media (min-width: 1200px) {
    .stock-item__timer {
      left: 60px;
      bottom: 43px; } }

.stock-timer__title {
  color: #e6e6e6;
  font-size: 14px;
  margin-bottom: 5px;
  display: none; }
  @media (min-width: 1200px) {
    .stock-timer__title {
      font-size: 13px;
      display: block; } }

@media (min-width: 1200px) {
  .stock-timer__time {
    font-size: 25px; } }

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

/* End */


/* Start:/local/frontend/local/stock-detail/stock-detail.css?16905212668835*/
.stock-detail {
  background-color: #f3f5f7; }

.stock-detail__first-img {
  padding-top: 5px; }
  @media (min-width: 1200px) {
    .stock-detail__first-img {
      padding-top: 25px; } }

.stock-detail-first-img__container {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 355px;
  position: relative;
  overflow: hidden; }
  .stock-detail-first-img__container:after {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #000;
    opacity: 0.55;
    content: "";
    z-index: 1; }
  @media (min-width: 1200px) {
    .stock-detail-first-img__container {
      height: 533px; } }

.stock-detail-first-img__content {
  position: absolute;
  top: 70px;
  left: 0;
  width: 100%;
  text-align: center;
  z-index: 2; }
  @media (min-width: 1200px) {
    .stock-detail-first-img__content {
      top: 145px; } }

.stock-detail-first-img__date {
  display: inline-block;
  font-size: 14px;
  height: 25px;
  line-height: 27px;
  overflow: hidden;
  background-color: #ffdc00;
  padding: 0 13px;
  margin-bottom: 20px;
  border-radius: 13px; }
  @media (min-width: 768px) {
    .stock-detail-first-img__date {
      height: 30px;
      line-height: 32px;
      padding: 0 20px;
      font-size: 16px;
      border-radius: 25px; } }

.stock-detail-first-img__header {
  font-size: 28px;
  font-weight: bold;
  color: #fff;
  width: 260px;
  margin: auto; }
  @media (min-width: 768px) {
    .stock-detail-first-img__header {
      font-size: 42px;
      width: 550px; } }
  @media (min-width: 1200px) {
    .stock-detail-first-img__header {
      font-size: 49px;
      width: 510px;
      line-height: 1.1; } }

.stock-detail-first-img__socials {
  position: absolute;
  bottom: 30px;
  left: 0;
  width: 100%;
  text-align: center;
  z-index: 2; }
  @media (min-width: 1200px) {
    .stock-detail-first-img__socials {
      bottom: 40px; } }

.stock-detail-first-img__socials-container {
  display: inline-block; }

.stock-detail-first-img__social, .stock-detail-first-img__socials .ya-share2__item {
  display: block;
  float: left;
  height: 40px;
  width: 40px;
  line-height: 40px;
  border: solid 1px #ffffff;
  color: #fff;
  font-size: 16px;
  text-align: center;
  margin: 0 7px;
  vertical-align: top;
  border-radius: 50%;
  -webkit-transition: 0.3s;
  transition: 0.3s; }
  .stock-detail-first-img__social.icon_vk, .stock-detail-first-img__socials .ya-share2__item.icon_vk {
    font-size: 20px; }
    .stock-detail-first-img__social.icon_vk:hover, .stock-detail-first-img__socials .ya-share2__item.icon_vk:hover {
      background-color: #5181b8;
      border-color: #5181b8; }
  .stock-detail-first-img__social.icon_twitter, .stock-detail-first-img__socials .ya-share2__item.icon_twitter {
    font-size: 14px; }
    .stock-detail-first-img__social.icon_twitter:hover, .stock-detail-first-img__socials .ya-share2__item.icon_twitter:hover {
      background-color: #5eaade;
      border-color: #5eaade; }
  .stock-detail-first-img__social:hover, .stock-detail-first-img__socials .ya-share2__item:hover {
    color: #fff; }
  .stock-detail-first-img__social.icon_insta:hover, .stock-detail-first-img__socials .ya-share2__item.icon_insta:hover {
    background-color: #d52d7d;
    border-color: #d52d7d; }
  .stock-detail-first-img__social.icon_ok:hover, .stock-detail-first-img__socials .ya-share2__item.icon_ok:hover {
    background: #f7931e;
    border-color: #f7931e; }
  .stock-detail-first-img__social.icon_fb:hover, .stock-detail-first-img__socials .ya-share2__item.icon_fb:hover {
    background-color: #3b5997;
    border-color: #3b5997; }

.stock-detail__text {
  background-color: #fff;
  padding: 38px 25px; }
  @media (min-width: 768px) {
    .stock-detail__text {
      padding: 60px 60px 35px 60px; } }
  @media (min-width: 1200px) {
    .stock-detail__text {
      padding: 70px 90px 40px 90px; } }

.stock-detail__prizes {
  margin-top: 30px; }
  @media (min-width: 768px) {
    .stock-detail__prizes {
      width: 600px;
      margin-left: -10px; } }
  @media (min-width: 1200px) {
    .stock-detail__prizes {
      width: 900px;
      margin-left: -15px; } }

.stock-detail__prize {
  text-align: center;
  margin-bottom: 40px;
  position: relative; }
  .stock-detail__prize:before {
    content: '';
    position: absolute;
    height: 240px;
    width: 100%;
    top: 0;
    left: 0;
    border-radius: 1px;
    -webkit-box-shadow: inset 0 0 0 1px #ededed;
    -ms-box-shadow: inset 0 0 0 1px #ededed;
    box-shadow: inset 0 0 0 1px #ededed; }
  @media (min-width: 768px) {
    .stock-detail__prize {
      width: 180px;
      float: left;
      margin: 10px; }
      .stock-detail__prize:before {
        height: 180px; } }
  @media (min-width: 1200px) {
    .stock-detail__prize {
      width: 270px;
      margin: 10px 15px; }
      .stock-detail__prize:before {
        height: 270px; } }

.stock-detail-prize__img {
  width: 100%;
  height: 240px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 15px;
  position: relative;
  z-index: 1; }
  @media (min-width: 768px) {
    .stock-detail-prize__img {
      height: 180px;
      margin-bottom: 18px; } }
  @media (min-width: 1200px) {
    .stock-detail-prize__img {
      height: 270px;
      margin-bottom: 20px; } }

.stock-detail-prize__title {
  font-weight: bold;
  font-size: 24px;
  margin-bottom: 5px; }

.stock-detail-prize__text {
  font-weight: 300; }
  @media (min-width: 768px) {
    .stock-detail-prize__text {
      padding: 0 20px; } }

.stock-detail__socials-container {
  padding: 40px 0 60px 0;
  margin: 0 25px;
  display: none;
  border-top: solid 1px #f0f0f0; }
  @media (min-width: 768px) {
    .stock-detail__socials-container {
      display: block;
      margin: 0 60px;
      padding: 40px 0 100px 0; } }
  @media (min-width: 1200px) {
    .stock-detail__socials-container {
      margin: 0 90px; } }

.stock-detail__socials {
  background-color: #fff; }

.stock-detail__social, .stock-detail__socials .ya-share2__item {
  display: block;
  float: left;
  height: 40px;
  width: 40px;
  line-height: 40px;
  border: solid 1px #b8b7b7;
  color: #b8b7b7;
  font-size: 16px;
  text-align: center;
  margin-right: 15px;
  vertical-align: top;
  position: relative;
  border-radius: 50%;
  -webkit-transition: 0.3s;
  transition: 0.3s; }
  .stock-detail__social:hover, .stock-detail__socials .ya-share2__item:hover {
    color: #fff; }
    .stock-detail__social:hover .pop-up, .stock-detail__socials .ya-share2__item:hover .pop-up {
      display: block; }
  .stock-detail__social.icon_vk, .stock-detail__socials .ya-share2__item.icon_vk {
    font-size: 20px; }
    .stock-detail__social.icon_vk:hover, .stock-detail__socials .ya-share2__item.icon_vk:hover {
      background-color: #5181b8;
      border-color: #5181b8; }
  .stock-detail__social.icon_twitter, .stock-detail__socials .ya-share2__item.icon_twitter {
    font-size: 14px; }
    .stock-detail__social.icon_twitter:hover, .stock-detail__socials .ya-share2__item.icon_twitter:hover {
      background-color: #5eaade;
      border-color: #5eaade; }
  .stock-detail__social.icon_insta:hover, .stock-detail__socials .ya-share2__item.icon_insta:hover {
    background-color: #d52d7d;
    border-color: #d52d7d; }
  .stock-detail__social.icon_ok:hover, .stock-detail__socials .ya-share2__item.icon_ok:hover {
    background: #f7931e;
    border-color: #f7931e; }
  .stock-detail__social.icon_fb:hover, .stock-detail__socials .ya-share2__item.icon_fb:hover {
    background-color: #3b5997;
    border-color: #3b5997; }

.stock-detail-social__header {
  color: #5a5a5a;
  font-size: 13px;
  font-weight: 300;
  margin-bottom: 15px; }

.stock-detail__pop-u {
  position: absolute;
  top: 100%;
  left: 0;
  opacity: 0;
  visibility: hidden; }

.stock-similar {
  padding-top: 50px;
  background-color: #f3f5f7; }
  @media (min-width: 768px) {
    .stock-similar {
      padding-top: 60px; } }

.stock-similar__header {
  text-transform: none;
  margin: 0;
  margin-bottom: 30px;
  text-align: center; }
  @media (min-width: 1200px) {
    .stock-similar__header {
      margin-bottom: 20px; } }

.stock-detail__arrow {
  position: absolute;
  top: 135px;
  width: 44px;
  height: 44px;
  line-height: 40px;
  font-size: 16px;
  border: solid 2px #dfdfdf;
  color: #dfdfdf;
  text-align: center;
  background-color: transparent;
  cursor: pointer;
  border-radius: 50%;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: 0.2s;
  transition: 0.2s; }
  .stock-detail__arrow_left {
    left: 0;
    margin-left: -75px;
    padding-right: 8px; }
  .stock-detail__arrow_right {
    right: 0;
    margin-right: -75px;
    padding-left: 8px; }
  .stock-detail__arrow:focus {
    outline: none; }

/* End */


/* Start:/local/frontend/local/news-detail/news-detail.css?16905212664896*/
.news-detail {
  background-color: #f3f5f7;
  padding-bottom: 35px; }

.news-detail__date {
  font-size: 14px;
  color: #b2b2b2;
  text-transform: uppercase;
  margin-bottom: 15px; }

.news-detail-first-img__content.stock-detail-first-img__content,
.news-detail-first-img__content {
  top: 90px; }
  @media (min-width: 768px) and (max-width: 1200px) {
    .news-detail-first-img__content.stock-detail-first-img__content,
    .news-detail-first-img__content {
      top: 50px; } }

.stock-detail-first-img__header.news-detail-first-img__header,
.news-detail-first-img__header {
  font-size: 24px;
  margin-bottom: 20px; }
  @media (min-width: 768px) {
    .stock-detail-first-img__header.news-detail-first-img__header,
    .news-detail-first-img__header {
      font-size: 30px; }
      .stock-detail-first-img__header.news-detail-first-img__header:after,
      .news-detail-first-img__header:after {
        content: '';
        width: 55px;
        height: 3px;
        background-color: #ffdc00;
        margin: 15px auto 0;
        display: block; } }
  @media (min-width: 1200px) {
    .stock-detail-first-img__header.news-detail-first-img__header,
    .news-detail-first-img__header {
      font-size: 45px;
      width: 800px;
      margin-bottom: 30px; }
      .stock-detail-first-img__header.news-detail-first-img__header:after,
      .news-detail-first-img__header:after {
        margin-top: 20px;
        width: 65px; } }

.news-detail-first-img__desc {
  color: #fff;
  display: none;
  font-size: 16px; }
  @media (min-width: 768px) {
    .news-detail-first-img__desc {
      display: block; } }
  @media (min-width: 1200px) {
    .news-detail-first-img__desc {
      font-size: 23px;
      width: 900px;
      margin: auto; } }

.stock-detail__socials-container.news-detail__socials,
.news-detail__socials {
  display: block; }

@media (min-width: 768px) {
  .stock-detail__text.news-detail__text,
  .news-detail__text {
    padding: 30px 60px 45px 60px; } }

@media (min-width: 1200px) {
  .stock-detail__text.news-detail__text,
  .news-detail__text {
    padding: 50px 90px 40px 90px; } }

.news-detail__similar {
  background-color: #f3f5f7;
  padding-bottom: 55px; }
  @media (min-width: 768px) {
    .news-detail__similar {
      padding-bottom: 80px; } }

.news-detail-similar__slider {
  width: 320px;
  margin-left: -10px; }
  @media (min-width: 768px) {
    .news-detail-similar__slider {
      width: 100%;
      margin-left: 0; } }
  .news-detail-similar__slider .slick-dots {
    padding: 0;
    margin-top: 30px;
    margin-left: -3px;
    list-style: none;
    text-align: center; }
  .news-detail-similar__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; }
    .news-detail-similar__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; }
      .news-detail-similar__slider li button:focus {
        outline: none; }
  .news-detail-similar__slider .slick-active {
    border-color: #ffdc00; }
    .news-detail-similar__slider .slick-active button {
      background-color: #ffdc00;
      color: #ffdc00; }
  @media (min-width: 768px) {
    .news-detail-similar__slider li {
      width: 27px;
      height: 27px;
      line-height: 27px;
      margin-right: 3px; } }

.news-detail-similar__slide.news__item,
.news-detail-similar__slide {
  margin: 0 12.5px;
  width: 240px; }
  @media (min-width: 768px) {
    .news-detail-similar__slide.news__item,
    .news-detail-similar__slide {
      width: 220px;
      margin: 0 10px; } }
  @media (min-width: 1200px) {
    .news-detail-similar__slide.news__item,
    .news-detail-similar__slide {
      width: 230px;
      margin: 0 15px; } }

.news-detail-similar__arrow {
  position: absolute;
  width: 45px;
  height: 45px;
  line-height: 41px;
  font-size: 16px;
  top: 70px;
  border: solid 2px #dfdfdf;
  color: #dfdfdf;
  text-align: center;
  background-color: transparent;
  cursor: pointer;
  z-index: 1;
  border-radius: 50%; }
  .news-detail-similar__arrow_left {
    left: 0;
    margin-left: -60px;
    padding-right: 10px; }
  .news-detail-similar__arrow_right {
    right: 0;
    margin-right: -60px;
    padding-left: 10px; }
  .news-detail-similar__arrow:focus {
    outline: none; }

.news-detail-similar__header {
  text-transform: none;
  text-align: center; }
  @media (min-width: 768px) {
    .news-detail-similar__header {
      margin-bottom: 40px; } }

/* 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 */
/* /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/ya-share/ya-share.css?16905212662312 */
/* /local/frontend/local/news/news.css?16905212664250 */
/* /local/frontend/local/pop-up/pop-up.css?16905212661224 */
/* /local/frontend/local/stock-list/stock-list.css?16905212662319 */
/* /local/frontend/local/stock-detail/stock-detail.css?16905212668835 */
/* /local/frontend/local/news-detail/news-detail.css?16905212664896 */
/* /local/frontend/vendor/slick-carousel/slick/slick.css?16905212661729 */
