

/* Start:/local/static/node_modules/perfect-scrollbar/css/perfect-scrollbar.css?4991625002598*/
/*
 * Container style
 */
.ps {
  overflow: hidden !important;
  overflow-anchor: none;
  -ms-overflow-style: none;
  touch-action: auto;
  -ms-touch-action: auto;
}

/*
 * Scrollbar rail styles
 */
.ps__rail-x {
  display: none;
  opacity: 0;
  transition: background-color .2s linear, opacity .2s linear;
  -webkit-transition: background-color .2s linear, opacity .2s linear;
  height: 15px;
  /* there must be 'bottom' or 'top' for ps__rail-x */
  bottom: 0px;
  /* please don't change 'position' */
  position: absolute;
}

.ps__rail-y {
  display: none;
  opacity: 0;
  transition: background-color .2s linear, opacity .2s linear;
  -webkit-transition: background-color .2s linear, opacity .2s linear;
  width: 15px;
  /* there must be 'right' or 'left' for ps__rail-y */
  right: 0;
  /* please don't change 'position' */
  position: absolute;
}

.ps--active-x > .ps__rail-x,
.ps--active-y > .ps__rail-y {
  display: block;
  background-color: transparent;
}

.ps:hover > .ps__rail-x,
.ps:hover > .ps__rail-y,
.ps--focus > .ps__rail-x,
.ps--focus > .ps__rail-y,
.ps--scrolling-x > .ps__rail-x,
.ps--scrolling-y > .ps__rail-y {
  opacity: 0.6;
}

.ps .ps__rail-x:hover,
.ps .ps__rail-y:hover,
.ps .ps__rail-x:focus,
.ps .ps__rail-y:focus,
.ps .ps__rail-x.ps--clicking,
.ps .ps__rail-y.ps--clicking {
  background-color: #eee;
  opacity: 0.9;
}

/*
 * Scrollbar thumb styles
 */
.ps__thumb-x {
  background-color: #aaa;
  border-radius: 6px;
  transition: background-color .2s linear, height .2s ease-in-out;
  -webkit-transition: background-color .2s linear, height .2s ease-in-out;
  height: 6px;
  /* there must be 'bottom' for ps__thumb-x */
  bottom: 2px;
  /* please don't change 'position' */
  position: absolute;
}

.ps__thumb-y {
  background-color: #aaa;
  border-radius: 6px;
  transition: background-color .2s linear, width .2s ease-in-out;
  -webkit-transition: background-color .2s linear, width .2s ease-in-out;
  width: 6px;
  /* there must be 'right' for ps__thumb-y */
  right: 2px;
  /* please don't change 'position' */
  position: absolute;
}

.ps__rail-x:hover > .ps__thumb-x,
.ps__rail-x:focus > .ps__thumb-x,
.ps__rail-x.ps--clicking .ps__thumb-x {
  background-color: #999;
  height: 11px;
}

.ps__rail-y:hover > .ps__thumb-y,
.ps__rail-y:focus > .ps__thumb-y,
.ps__rail-y.ps--clicking .ps__thumb-y {
  background-color: #999;
  width: 11px;
}

/* MS supports */
@supports (-ms-overflow-style: none) {
  .ps {
    overflow: auto !important;
  }
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .ps {
    overflow: auto !important;
  }
}

/* End */


/* Start:/local/templates/.default/components/bitrix/search.title/main/style.css?16070669937678*/
@charset "UTF-8";
/* Затемнение элемента */
/* Засветление элемента */
/* Картинка адаптирующаяся по вертикали */
.form-search.active .button--header-search {
  opacity: 1;
  width: 100%;
  -webkit-transition: opacity .3s ease, width 0.3s ease;
  transition: opacity .3s ease, width 0.3s ease; }
  .form-search.active .button--header-search[disabled] {
    opacity: 0.5; }
    .form-search.active .button--header-search[disabled]:hover, .form-search.active .button--header-search[disabled]:active, .form-search.active .button--header-search[disabled]:focus {
      background: #cf9e5e;
      opacity: 0.5; }

.form-search.active .form-search__img {
  right: -webkit-calc(100% - 35px);
  right: calc(100% - 35px); }

.form-search.active .form-search__input {
  padding: 0 90px 0 40px; }
  @media only screen and (max-width: 1440px) {
    .form-search.active .form-search__input {
      padding: 0 70px 0 40px; } }
  @media only screen and (max-width: 1199px) {
    .form-search.active .form-search__input {
      padding: 0 20px !important; } }
  @media only screen and (max-width: 750px) {
    .form-search.active .form-search__input {
      padding: 0 20px !important; } }

.search-header {
  position: relative;
  padding: 100px 15px;
  width: 100%;
  background: #ffffff;
  display: block;
  z-index: 1;
  overflow: hidden; }
  .search-header.active {
    right: 0;
    display: block; }
  .search-header .close {
    display: none; }
    @media only screen and (max-width: 1199px) {
      .search-header .close {
        display: block; } }
  @media only screen and (max-width: 750px) {
    .search-header .full-wrapper {
      margin: 0 auto; } }
  .search-header__wrapper {
    position: relative;
    width: 100%;
    text-align: center; }

.form-search {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center; }
  .form-search__img {
    position: absolute;
    top: -4px;
    right: 0;
    height: 40px;
    width: 40px;
    z-index: 9999; }
    .form-search__img:before {
      content: "";
      position: absolute;
      background: url("/local/static/build/img/svg/header/search-hover.svg");
      background-repeat: no-repeat;
      background-position: 50% 50%;
      background-size: cover;
      left: -webkit-calc(50% - 20px);
      left: calc(50% - 20px);
      top: -webkit-calc(50% - 20px);
      top: calc(50% - 20px);
      height: 40px;
      width: 40px; }
  .form-search__input {
    position: relative;
    border-radius: 0;
    height: 40px;
    width: 100%;
    padding: 0 0 0 15px;
    margin-right: 50px;
    border: 0 none;
    border-bottom: 1px solid #cf9e5e;
    font: bold 30px/38px "Bebas Neue", sans-serif;
    color: #cf9e5e;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    z-index: 1;
    background: transparent; }
    @media only screen and (max-width: 750px) {
      .form-search__input {
        margin: 0 0 20px 0;
        padding: 0 20px; } }
    .form-search__input:hover, .form-search__input:focus, .form-search__input:active {
      -webkit-box-shadow: none !important;
      box-shadow: none !important; }
    .form-search__input:focus + .cases-placeholder {
      display: block; }
    .form-search__input::-webkit-input-placeholder {
      font: bold 30px/38px "Bebas Neue", sans-serif;
      color: #989898;
      opacity: 1; }
    .form-search__input::-moz-placeholder {
      font: bold 30px/38px "Bebas Neue", sans-serif;
      color: #989898;
      opacity: 1; }
    .form-search__input:-moz-placeholder {
      font: bold 30px/38px "Bebas Neue", sans-serif;
      color: #989898;
      opacity: 1; }
    .form-search__input:-ms-input-placeholder {
      font: bold 30px/38px "Bebas Neue", sans-serif;
      color: #989898;
      opacity: 1; }
    .form-search__input:focus::-webkit-input-placeholder {
      opacity: 0;
      -webkit-transition: opacity 0.3s ease;
      transition: opacity 0.3s ease; }
    .form-search__input:focus::-moz-placeholder {
      opacity: 0;
      -webkit-transition: opacity 0.3s ease;
      transition: opacity 0.3s ease; }
    .form-search__input:focus:-moz-placeholder {
      opacity: 0;
      -webkit-transition: opacity 0.3s ease;
      transition: opacity 0.3s ease; }
    .form-search__input:focus:-ms-input-placeholder {
      opacity: 0;
      -webkit-transition: opacity 0.3s ease;
      transition: opacity 0.3s ease; }
    .form-search__input[disabled] {
      opacity: 0.5; }
    .form-search__input::-webkit-autofill {
      background-color: transparent !important; }
    .form-search__input::-webkit-autofill {
      -webkit-box-shadow: inset 0 0 0 50px #ffffff !important;
      -webkit-text-fill-color: #000000 !important;
      color: #000000 !important; }
    .form-search__input::-moz-autofill {
      -moz-box-shadow: inset 0 0 0 50px #ffffff !important;
      -moz-text-fill-color: #000000 !important;
      color: #000000 !important; }
    .form-search__input::-ms-autofill {
      -moz-box-shadow: inset 0 0 0 50px #ffffff !important;
      -moz-text-fill-color: #000000 !important;
      color: #000000 !important; }

.title-search-result {
  z-index: 1000;
  overflow: auto;
  max-height: 70vh;
  height: auto;
  background-color: #ffffff; }
  .title-search-result .ps__rail-y {
    opacity: 1;
    background-color: #e7e7e7 !important; }
    .title-search-result .ps__rail-y.ps--clicking .ps__thumb-y {
      background-color: #c18e49 !important; }
    .title-search-result .ps__rail-y .ps__thumb-y {
      background-color: #cf9e5e !important;
      width: 12px; }
  .title-search-result table {
    height: 100%;
    width: 100%;
    border: 0; }
    .title-search-result table tbody th {
      display: none; }
    .title-search-result table tbody tr:nth-child(2n+2) {
      background-color: #ffffff; }
    .title-search-result table tbody tr {
      -webkit-transition: .3s;
      transition: .3s;
      background-color: #ffffff;
      border-bottom: 1px solid #e4e9eb; }
    .title-search-result table tbody tr:hover {
      background-color: #f6f7fd; }
    .title-search-result table tbody td {
      padding: 5px 15px; }
  .title-search-result .title-search-item__pic {
    max-height: 100px;
    margin: 0 20px 0 10px;
    max-width: 100px;
    width: 100px;
    height: 100px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }
    .title-search-result .title-search-item__pic img {
      max-height: 100%;
      max-width: 100%; }
  .title-search-result .title-search-item__desc {
    font: bold 30px/100% "Bebas Neue", sans-serif;
    text-transform: uppercase;
    padding: 25px 0; }
    @media only screen and (max-width: 750px) {
      .title-search-result .title-search-item__desc {
        font: bold 18px/100% "Bebas Neue", sans-serif; } }
  .title-search-result .title-search-item a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }

.cases-placeholder {
  display: none;
  position: absolute;
  top: 5px;
  left: 15px;
  z-index: 0;
  font: bold 30px/100% "Bebas Neue", sans-serif; }

#title-search-mobile .cases-placeholder {
  left: 20px; }

/* End */


/* Start:/local/templates/.default/components/bitrix/menu/header-menu-top/style.css?16070669918050*/
@charset "UTF-8";
/* Затемнение элемента */
/* Засветление элемента */
/* Картинка адаптирующаяся по вертикали */
.header-menu-top {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%; }
  @media only screen and (max-width: 1199px) {
    .header-menu-top {
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      padding: 20px 0 60px;
      background: #080808; }
      .header-menu-top:before {
        content: '';
        position: absolute;
        left: -1000%;
        top: 0;
        bottom: 0;
        right: 0;
        background: #080808; } }
    @media only screen and (max-width: 1199px) and (max-width: 750px) {
      .header-menu-top:before {
        display: none; } }
  @media only screen and (max-width: 750px) {
    .header-menu-top {
      padding: 0;
      background: transparent; } }
  .header-menu-top__item {
    position: relative;
    display: block;
    margin: 0 6px; }
    @media only screen and (max-width: 1199px) {
      .header-menu-top__item {
        width: 100%;
        z-index: 1;
        text-align: left; } }
    @media only screen and (max-width: 750px) {
      .header-menu-top__item {
        margin: 0; }
        .header-menu-top__item:before {
          content: '';
          position: absolute;
          left: -10000%;
          right: 0;
          bottom: 0;
          height: 1px;
          background: #f5f5f5;
          z-index: 2; }
        .header-menu-top__item:last-child:before {
          display: none; }
        .header-menu-top__item:first-child:after {
          content: '';
          position: absolute;
          left: -10000%;
          right: 0;
          top: 0;
          height: 1px;
          background: #f5f5f5; } }
    .header-menu-top__item--down {
      cursor: pointer; }
      .header-menu-top__item--down.active .header-menu-top__icon:before {
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg); }
      .header-menu-top__item--down.active .header-menu-top__link:after {
        background: #464646; }
      .header-menu-top__item--down .header-menu-top__link {
        padding: 0 12px 0 0; }
        .header-menu-top__item--down .header-menu-top__link:before {
          display: block; }
        @media only screen and (max-width: 1199px) {
          .header-menu-top__item--down .header-menu-top__link {
            padding: 0;
            display: none; }
            .header-menu-top__item--down .header-menu-top__link:before {
              display: none; } }
        @media only screen and (max-width: 750px) {
          .header-menu-top__item--down .header-menu-top__link {
            display: block;
            position: relative;
            padding: 18px 50px 15px 0; }
            .header-menu-top__item--down .header-menu-top__link:after {
              content: '';
              position: absolute;
              top: 0;
              right: 0;
              left: -1000%;
              bottom: 0;
              background: #fff;
              -webkit-transition: background .3s ease;
              transition: background .3s ease;
              z-index: -1; } }
        @media only screen and (max-width: 575px) {
          .header-menu-top__item--down .header-menu-top__link {
            padding: 18px 50px 15px 27px; } }
      @media only screen and (max-width: 750px) {
        .header-menu-top__item--down .header-menu-top__icon {
          display: block; } }
      .header-menu-top__item--down:hover {
        color: #c18e49; }
        @media only screen and (max-width: 1199px) {
          .header-menu-top__item--down:hover {
            color: #ffffff; } }
        .header-menu-top__item--down:hover .header-menu-top__link:before {
          -webkit-transform: rotate(-90deg);
          -ms-transform: rotate(-90deg);
          transform: rotate(-90deg); }
        .header-menu-top__item--down:hover .header-menu-top__hidden {
          display: block; }
          @media only screen and (max-width: 750px) {
            .header-menu-top__item--down:hover .header-menu-top__hidden {
              display: none; } }
  .header-menu-top__link {
    display: inline-block;
    font: 400 12px/100% "Open Sans", sans-serif;
    color: #000000;
    text-transform: uppercase;
    white-space: nowrap; }
    .header-menu-top__link:hover {
      color: #c18e49; }
    @media only screen and (max-width: 1199px) {
      .header-menu-top__link {
        color: #ffffff; } }
    @media only screen and (max-width: 750px) {
      .header-menu-top__link {
        color: #c18e49;
        font: bold 18px/100% "Bebas Neue", sans-serif;
        padding: 18px 50px 15px 0; }
        .header-menu-top__link:hover {
          color: #cf9e5e; } }
    @media only screen and (max-width: 575px) {
      .header-menu-top__link {
        padding: 18px 50px 15px 27px; } }
    .header-menu-top__link:before {
      content: '';
      position: absolute;
      right: 0;
      background-image: url("/local/static/build/img/svg/Arrow-menu.svg");
      background-position: 50% 50%;
      background-size: cover;
      background-repeat: no-repeat;
      width: 7px;
      height: 10px;
      display: none;
      -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
      transform: rotate(90deg);
      top: -webkit-calc(50% - 3.5px);
      top: calc(50% - 3.5px);
      -webkit-transition: -webkit-transform .3s ease;
      transition: -webkit-transform .3s ease;
      transition: transform .3s ease;
      transition: transform .3s ease, -webkit-transform .3s ease; }
  .header-menu-top__icon {
    display: none; }
    @media only screen and (max-width: 750px) {
      .header-menu-top__icon {
        position: absolute;
        right: 27px;
        height: 50px;
        width: 20px;
        top: 0;
        cursor: pointer; }
        .header-menu-top__icon:before {
          content: '+';
          color: #cf9e5e;
          height: 50px;
          width: 20px;
          font: 400 25px/50px "Open Sans", sans-serif;
          text-align: center;
          position: absolute;
          left: 0;
          top: 0;
          -webkit-transition: -webkit-transform .3s ease;
          transition: -webkit-transform .3s ease;
          transition: transform .3s ease;
          transition: transform .3s ease, -webkit-transform .3s ease; } }
  .header-menu-top__hidden {
    position: absolute;
    display: none;
    background: #cf9e5e;
    z-index: 1;
    padding: 10px;
    left: -10px; }
    @media only screen and (max-width: 1199px) {
      .header-menu-top__hidden {
        display: block;
        position: relative;
        left: 0;
        background: transparent;
        z-index: auto;
        padding: 0; } }
    @media only screen and (max-width: 750px) {
      .header-menu-top__hidden {
        display: none;
        padding: 10px 25px 10px 0; } }
    @media only screen and (max-width: 575px) {
      .header-menu-top__hidden {
        padding: 10px 25px; } }
  .header-menu-top__hidden-link {
    display: inline-block;
    font: 400 12px/100% "Open Sans", sans-serif;
    color: #ffffff;
    text-transform: uppercase;
    white-space: nowrap; }
    .header-menu-top__hidden-link:hover {
      color: #000000; }
    @media only screen and (max-width: 1199px) {
      .header-menu-top__hidden-link {
        color: #ffffff; } }
    @media only screen and (max-width: 750px) {
      .header-menu-top__hidden-link {
        text-transform: uppercase;
        font: bold 18px/100% "Bebas Neue", sans-serif;
        border-bottom: 1px solid #515151;
        -webkit-transition: color .3s ease, border .3s ease, opacity .3s ease;
        transition: color .3s ease, border .3s ease, opacity .3s ease;
        color: #515151;
        border-bottom: 1px solid #ffffff;
        min-height: 18px; }
        .header-menu-top__hidden-link:hover {
          border-bottom: 1px solid #ffffff; } }

/* End */


/* Start:/local/templates/.default/components/bitrix/menu/header-menu/style.css?160706699114433*/
@charset "UTF-8";
/* Затемнение элемента */
/* Засветление элемента */
/* Картинка адаптирующаяся по вертикали */
.header-menu {
  height: 50px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  background: #ffffff;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  @media only screen and (max-width: 1199px) {
    .header-menu {
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-pack: start;
      -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
      justify-content: flex-start;
      height: auto;
      position: relative; } }
  .header-menu__item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center; }
    @media only screen and (max-width: 1199px) {
      .header-menu__item {
        width: 100%;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        position: relative; }
        .header-menu__item:before {
          content: '';
          position: absolute;
          left: -10000%;
          right: 0;
          bottom: 0;
          height: 1px;
          background: #f5f5f5;
          z-index: 2; }
        .header-menu__item:last-child:before {
          display: none; }
        .header-menu__item:first-child:after {
          content: '';
          position: absolute;
          left: -10000%;
          right: 0;
          top: 0;
          height: 1px;
          background: #f5f5f5; } }
    .header-menu__item--mobile-only {
      display: none; }
      @media only screen and (max-width: 750px) {
        .header-menu__item--mobile-only {
          display: block; } }
  .header-menu__item .header-menu__link.sale {
    color: #ee4035; }
  .header-menu__item.active .header-menu__link.sale {
    color: #ee4035;
    border-bottom: 1px solid #ee4035; }
    @media only screen and (max-width: 1199px) {
      .header-menu__item.active .header-menu__link.sale {
        border: 0 none; } }
  .header-menu__item.active .header-menu__link {
    border-bottom: 1px solid #cf9e5e; }
    @media only screen and (max-width: 1199px) {
      .header-menu__item.active .header-menu__link {
        border: 0 none; } }
  @media only screen and (max-width: 750px) {
    .header-menu__item--down.active .header-menu__link {
      background: #464646; }
      .header-menu__item--down.active .header-menu__link:after {
        background: #464646; } }
  @media only screen and (max-width: 1199px) {
    .header-menu__item--down.active .header-menu__icon:before {
      -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
      transform: rotate(-45deg); } }
  .header-menu__link {
    display: inline-block;
    position: relative;
    text-transform: uppercase;
    font: bold 18px/100% "Bebas Neue", sans-serif; }
    @media only screen and (max-width: 1199px) {
      .header-menu__link {
        display: block;
        width: 100%;
        text-align: left;
        padding: 18px 50px 15px 0; } }
    @media only screen and (max-width: 750px) {
      .header-menu__link {
        background: #fff;
        -webkit-transition: background .3s ease;
        transition: background .3s ease; }
        .header-menu__link:after {
          content: '';
          position: absolute;
          top: 0;
          right: 0;
          left: -1000%;
          bottom: 0;
          background: #fff;
          -webkit-transition: background .3s ease;
          transition: background .3s ease;
          z-index: -1; } }
    @media only screen and (max-width: 575px) {
      .header-menu__link {
        padding: 18px 50px 15px 27px; } }
  .header-menu__icon {
    display: none; }
    @media only screen and (max-width: 1199px) {
      .header-menu__icon {
        position: absolute;
        display: block;
        right: 27px;
        height: 50px;
        width: 20px;
        top: 0;
        cursor: pointer; }
        .header-menu__icon:before {
          content: '+';
          color: #cf9e5e;
          height: 50px;
          width: 20px;
          font: 400 25px/50px "Open Sans", sans-serif;
          text-align: center;
          position: absolute;
          left: 0;
          top: 0;
          -webkit-transition: -webkit-transform .3s ease;
          transition: -webkit-transform .3s ease;
          transition: transform .3s ease;
          transition: transform .3s ease, -webkit-transform .3s ease; } }

.header-fixed.header-fix .menu-down {
  margin: 0 auto;
  max-width: 1102px;
  min-width: 260px; }
  @media only screen and (max-width: 1199px) {
    .header-fixed.header-fix .menu-down {
      margin: 0 8.3333333%; } }
  @media only screen and (max-width: 575px) {
    .header-fixed.header-fix .menu-down {
      margin: 0 20px; } }

.menu-down {
  background: #ffffff;
  position: absolute;
  left: 0;
  top: 50px;
  right: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  padding: 40px 0;
  border-bottom: 1px solid #f5f5f5;
  -webkit-transition: opacity .3s ease, left .3s ease;
  transition: opacity .3s ease, left .3s ease;
  z-index: -100;
  opacity: 0;
  display: none; }
  @media only screen and (max-width: 1199px) {
    .menu-down {
      display: none;
      position: relative;
      left: 0;
      opacity: 1;
      z-index: 1;
      top: auto;
      left: auto;
      right: auto;
      padding: 10px 25px 10px 0;
      width: 100%;
      border: 0 none; } }
  @media only screen and (max-width: 1199px) and (max-width: 575px) {
    .menu-down {
      padding: 10px 25px; } }
  .menu-down--brand {
    left: -14px;
    right: -14px; }
    @media only screen and (max-width: 1199px) {
      .menu-down--brand {
        left: 0;
        right: 0; } }
    .menu-down--brand .menu-down__column {
      padding: 0 14px; }
      @media only screen and (max-width: 1199px) {
        .menu-down--brand .menu-down__column {
          padding: 0; } }
    .menu-down--brand .menu-down__link {
      width: 100%;
      border-bottom: 0 none;
      opacity: 1; }
      .menu-down--brand .menu-down__link:hover {
        border-bottom: 0 none;
        opacity: 0.5; }
    .menu-down--brand .menu-down__item {
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      height: 100%;
      width: 100%;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center; }
      @media only screen and (max-width: 1199px) {
        .menu-down--brand .menu-down__item {
          display: block;
          height: auto; } }
  .menu-down__bg {
    position: absolute;
    background: #000000;
    opacity: 0;
    left: -1000000%;
    right: -1000000%;
    top: 100%;
    bottom: 0;
    -webkit-transition: opacity .1s ease;
    transition: opacity .1s ease;
    z-index: -1; }
    @media only screen and (max-width: 1199px) {
      .menu-down__bg {
        display: none; } }
  .menu-down:after {
    content: '';
    position: absolute;
    background: #ffffff;
    left: -1000000%;
    right: -1000000%;
    top: 0;
    bottom: 0;
    -webkit-transition: opacity .1s ease;
    transition: opacity .1s ease;
    z-index: -1; }
    @media only screen and (max-width: 1199px) {
      .menu-down:after {
        display: none; } }
  .menu-down__column {
    position: relative;
    z-index: 2;
    width: 100%; }
    @media only screen and (max-width: 1199px) {
      .menu-down__column {
        text-align: left; } }
    .menu-down__column--link {
      text-align: right; }
      @media only screen and (max-width: 1199px) {
        .menu-down__column--link {
          text-align: left; } }
    .menu-down__column--4 {
      width: 25%; }
      @media only screen and (max-width: 1199px) {
        .menu-down__column--4 {
          width: 100%; } }
    .menu-down__column--5 {
      width: 20%; }
      @media only screen and (max-width: 1199px) {
        .menu-down__column--5 {
          width: 100%; } }
    .menu-down__column--6 {
      width: 16.6666666667%; }
      @media only screen and (max-width: 1199px) {
        .menu-down__column--6 {
          width: 100%; } }
  .menu-down__item {
    position: relative;
    width: 100%;
    margin: 0 0 28px 0; }
    @media only screen and (max-width: 1199px) {
      .menu-down__item {
        margin: 0;
        text-align: left; } }
  .menu-down__link {
    position: relative;
    display: inline-block;
    text-transform: uppercase;
    font: bold 18px/100% "Bebas Neue", sans-serif;
    border-bottom: 1px solid #515151;
    -webkit-transition: color .3s ease, border .3s ease, opacity .3s ease;
    transition: color .3s ease, border .3s ease, opacity .3s ease;
    color: #515151; }
    .menu-down__link:hover {
      border-bottom: 1px solid #c18e49; }
    @media only screen and (max-width: 1199px) {
      .menu-down__link {
        border-bottom: 1px solid #ffffff;
        min-height: 18px; }
        .menu-down__link:hover {
          border-bottom: 1px solid #ffffff; } }
  .menu-down__link-decor {
    position: relative;
    display: inline-block;
    font: 13px/130% "Open Sans", sans-serif;
    color: #cf9e5e;
    text-transform: uppercase; }
    @media only screen and (max-width: 1199px) {
      .menu-down__link-decor {
        font: bold 18px/100% "Bebas Neue", sans-serif; } }
    .menu-down__link-decor:before {
      content: '';
      position: relative;
      display: inline-block;
      vertical-align: middle;
      width: 100px;
      background: #ededed;
      height: 1px;
      -webkit-transition: background .3s ease, opacity .3s ease, width .3s ease;
      transition: background .3s ease, opacity .3s ease, width .3s ease; }
      @media only screen and (max-width: 1199px) {
        .menu-down__link-decor:before {
          display: none; } }
    .menu-down__link-decor:hover {
      color: #c18e49; }
      .menu-down__link-decor:hover:before {
        width: 150px;
        opacity: 1;
        background: #c18e49; }
    .menu-down__link-decor span {
      position: relative;
      display: inline-block;
      padding: 0 0 0 10px; }
      @media only screen and (max-width: 1199px) {
        .menu-down__link-decor span {
          padding: 0; } }
  .menu-down__name-mobail {
    display: none; }
    @media only screen and (max-width: 1199px) {
      .menu-down__name-mobail {
        display: inline-block;
        position: relative; } }
  .menu-down__image {
    position: relative;
    display: block; }
    @media only screen and (max-width: 1199px) {
      .menu-down__image {
        display: none; } }
    .menu-down__image img {
      display: block;
      margin: 0 auto; }
  @media only screen and (max-width: 1199px) {
    .menu-down__item--down.active .menu-down__link {
      color: #515151;
      border-bottom: 1px solid #515151; }
      .menu-down__item--down.active .menu-down__link:hover {
        border-bottom: 1px solid #515151; } }
  .menu-down__icon {
    display: none; }
    @media only screen and (max-width: 1199px) {
      .menu-down__icon {
        position: absolute;
        display: block;
        right: 0;
        height: 18px;
        width: 20px;
        top: 0;
        cursor: pointer; }
        .menu-down__icon:before {
          content: '';
          height: 10px;
          width: 7px;
          background-image: url("/local/static/build/img/svg/Arrow-menu.svg");
          background-position: 50% 50%;
          background-repeat: no-repeat;
          background-size: cover;
          position: absolute;
          left: -webkit-calc(50% - 3.5px);
          left: calc(50% - 3.5px);
          top: -webkit-calc(50% - 5px);
          top: calc(50% - 5px);
          -webkit-transition: -webkit-transform .3s ease;
          transition: -webkit-transform .3s ease;
          transition: transform .3s ease;
          transition: transform .3s ease, -webkit-transform .3s ease; } }
  @media only screen and (max-width: 1199px) {
    .menu-down__item--down.active.active .menu-down__icon:before {
      -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
      transform: rotate(90deg); } }
  .menu-down__down {
    position: relative;
    display: block;
    margin: 20px 0; }
    @media only screen and (max-width: 1199px) {
      .menu-down__down {
        display: none;
        margin: 0;
        padding: 10px 0; } }
  .menu-down__down-item {
    position: relative;
    display: block; }
  .menu-down__down-link {
    position: relative;
    display: inline-block;
    font: 400 12px/100% "Open Sans", sans-serif;
    color: #000000; }

.header-menu__item--down.hover .menu-down {
  opacity: 1;
  z-index: 5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }
  @media only screen and (max-width: 1199px) {
    .header-menu__item--down.hover .menu-down {
      display: none; } }
  .header-menu__item--down.hover .menu-down:after {
    z-index: 1; }
    @media only screen and (max-width: 1199px) {
      .header-menu__item--down.hover .menu-down:after {
        display: none; } }
  .header-menu__item--down.hover .menu-down .menu-down__bg {
    opacity: 0.66;
    z-index: 1;
    bottom: -1000000%; }
    @media only screen and (max-width: 1199px) {
      .header-menu__item--down.hover .menu-down .menu-down__bg {
        display: none; } }

/* End */


/* Start:/local/components/custom/header-notify/templates/.default/style.css?16070669931805*/
@charset "UTF-8";
/* Затемнение элемента */
/* Засветление элемента */
/* Картинка адаптирующаяся по вертикали */
.header-notify {
  display: none;
  background: #cf9e5e;
  color: white;
  position: absolute;
  width: 100%;
  left: 0;
  top: 100%;
  right: 0;
  z-index: 3;
  padding: 20px 10px;
  text-align: center;
  -webkit-transition: background-color .6s, color .6s;
  transition: background-color .6s, color .6s;
  -webkit-box-shadow: 0px 8px 13px 0px #c7c7c7;
  -moz-box-shadow: 0px 8px 13px 0px #c7c7c7;
  box-shadow: 0px 8px 13px 0px #c7c7c7; }
  .header-notify a {
    color: white; }
  .header-notify.active {
    color: #000;
    background: #ffffff; }
    .header-notify.active a {
      color: #cf9e5e; }
  .header-notify__body {
    position: relative; }
  .header-notify__close {
    position: absolute;
    display: inline-block;
    width: 24px;
    height: 24px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0;
    cursor: pointer; }
  .header-notify__title {
    font: bold 16px/130% "Open Sans", sans-serif; }
    @media only screen and (max-width: 700px) {
      .header-notify__title {
        font: bold 14px/130% "Open Sans", sans-serif;
        padding-right: 35px;
        text-align: left; } }
  .header-notify__link {
    position: relative;
    padding-right: 7px; }
    .header-notify__link:after {
      position: absolute;
      border-radius: 50%;
      content: '';
      left: 100%;
      top: 0;
      height: 25px;
      width: 25px;
      background: url(/local/static/build/img/svg/category-list/arrow.svg) no-repeat;
      background-size: auto;
      background-size: 100%;
      padding-left: 5px; }

/* End */


/* Start:/local/components/custom/cookie-notify/templates/.default/style.css?16070669931181*/
@charset "UTF-8";
/* Затемнение элемента */
/* Засветление элемента */
/* Картинка адаптирующаяся по вертикали */
.cookie-notify {
  background: #ffffff;
  color: #000000;
  position: fixed;
  width: 100%;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 200;
  padding: 20px 10px;
  text-align: center;
  -webkit-transition: all .6s;
  transition: all .6s;
  -webkit-box-shadow: 0 0 14px 0 rgba(113, 113, 113, 0.31);
  box-shadow: 0 0 14px 0 rgba(113, 113, 113, 0.31);
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%); }
  .cookie-notify.cookie-notify--show {
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%); }
  .cookie-notify__body {
    text-align: center; }
  .cookie-notify__close {
    min-width: 100px;
    margin: 0 auto !important;
    padding: 0 20px !important;
    cursor: pointer; }
  .cookie-notify__title {
    font: normal 14px/20px "Open Sans", sans-serif;
    padding: 0 0 10px; }
  .cookie-notify__text {
    font: normal 14px/20px "Open Sans", sans-serif;
    padding: 0 0 15px; }

/* End */


/* Start:/local/templates/.default/components/bitrix/menu/header-menu-bottom/style.css?16070669914009*/
@charset "UTF-8";
/* Затемнение элемента */
/* Засветление элемента */
/* Картинка адаптирующаяся по вертикали */
@-webkit-keyframes fixHeaderBot {
  0% {
    bottom: -150px; }
  100% {
    bottom: 0; } }
@keyframes fixHeaderBot {
  0% {
    bottom: -150px; }
  100% {
    bottom: 0; } }

@-webkit-keyframes nofixHeaderBot {
  0% {
    bottom: 0; }
  100% {
    bottom: -150px; } }

@keyframes nofixHeaderBot {
  0% {
    bottom: 0; }
  100% {
    bottom: -150px; } }

.header-menu-bottom {
  position: fixed;
  bottom: 0;
  right: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.3);
  z-index: 100;
  -webkit-animation-name: fixHeaderBot;
  animation-name: fixHeaderBot;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-timing-functon: ease;
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s; }
  @media only screen and (max-width: 750px) {
    .header-menu-bottom {
      display: none; } }
  .header-menu-bottom--clean {
    -webkit-animation-name: nofixHeaderBot;
    animation-name: nofixHeaderBot;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-timing-functon: ease;
    -webkit-animation-delay: 0;
    animation-delay: 0; }
  .header-menu-bottom__wrapper {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 100px; }
    @media only screen and (max-height: 898px) {
      .header-menu-bottom__wrapper {
        height: 80px; } }
    @media only screen and (max-width: 1199px) {
      .header-menu-bottom__wrapper {
        margin: 0 -30px;
        width: -webkit-calc(100% + 60px);
        width: calc(100% + 60px); } }
  .header-menu-bottom__item {
    position: relative;
    display: block;
    margin: 0 6px; }
  .header-menu-bottom__item.active .header-menu-bottom__link {
    color: #cf9e5e;
    text-shadow: 0px 0px 30px rgba(116, 116, 116, 0.5); }
    .header-menu-bottom__item.active .header-menu-bottom__link:hover {
      -webkit-transform: scale(1);
      -ms-transform: scale(1);
      transform: scale(1);
      text-shadow: 0px 0px 30px rgba(116, 116, 116, 0.5); }
  .header-menu-bottom__link {
    display: inline-block;
    font: bold 28px/100px "Bebas Neue", sans-serif;
    color: #ffffff;
    text-transform: uppercase;
    white-space: nowrap;
    -webkit-transition: color .3s ease, -webkit-transform .3s ease;
    transition: color .3s ease, -webkit-transform .3s ease;
    transition: color .3s ease, transform .3s ease;
    transition: color .3s ease, transform .3s ease, -webkit-transform .3s ease;
    text-shadow: 0px 0px 20px rgba(116, 116, 116, 0.5), 0px 0px 20px rgba(116, 116, 116, 0.5); }
    @media not all and (min-resolution: 0.001dpcm) {
      .header-menu-bottom__link {
        text-shadow: 0px 0px 10px rgba(116, 116, 116, 0.4), 0px 0px 10px rgba(116, 116, 116, 0.4); } }
    .header-menu-bottom__link:hover {
      color: #ffffff;
      -webkit-transform: scale(1.2);
      -ms-transform: scale(1.2);
      transform: scale(1.2);
      text-shadow: 0px 0px 20px rgba(116, 116, 116, 0.5), 0px 0px 20px rgba(116, 116, 116, 0.5), 0px 0px 20px rgba(116, 116, 116, 0.5); }
      @media not all and (min-resolution: 0.001dpcm) {
        .header-menu-bottom__link:hover {
          text-shadow: 0px 0px 10px rgba(116, 116, 116, 0.4), 0px 0px 10px rgba(116, 116, 116, 0.4); } }
    .header-menu-bottom__link:focus {
      color: #ffffff; }
  .header-menu-bottom--last-slide {
    position: relative;
    top: -343px;
    background: #ffffff; }

/* End */


/* Start:/local/components/custom/form/templates/form-callback-modal/style.css?16070669935138*/
@charset "UTF-8";
/* Затемнение элемента */
/* Засветление элемента */
/* Картинка адаптирующаяся по вертикали */
.callback-modal.modal.fade .modal-dialog {
  max-width: 700px !important; }
  @media only screen and (max-width: 1199px) {
    .callback-modal.modal.fade .modal-dialog {
      padding: 60px 20px; } }

.callback-modal .close {
  position: absolute;
  right: -20px;
  top: -20px;
  height: 40px;
  width: 40px;
  border: 0 none;
  bottom: auto;
  background: transparent;
  z-index: 1099;
  cursor: pointer;
  text-shadow: none;
  opacity: 1; }
  @media only screen and (max-width: 1199px) {
    .callback-modal .close {
      right: -10px;
      top: -50px; } }
  .callback-modal .close:before {
    content: "";
    position: absolute;
    background: url("/local/static/build/img/svg/Close_gold.svg") no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    top: 0;
    left: 0;
    height: 40px;
    width: 40px;
    -webkit-transition: opacity .3s ease;
    transition: opacity .3s ease; }
  .callback-modal .close:after {
    content: "";
    position: absolute;
    background: url("/local/static/build/img/svg/Close_gold.svg") no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 40px;
    width: 40px;
    -webkit-transition: opacity .3s ease, background .3s ease;
    transition: opacity .3s ease, background .3s ease;
    opacity: 0; }
  .callback-modal .close:hover, .callback-modal .close:active {
    text-shadow: none; }
    .callback-modal .close:hover:before, .callback-modal .close:active:before {
      opacity: 0; }
    .callback-modal .close:hover:after, .callback-modal .close:active:after {
      opacity: 0.5; }

.form-callback-modal {
  padding: 0;
  z-index: 1; }
  .form-callback-modal .form__title,
  .form-callback-modal .form__mintitle {
    color: #cf9e5e;
    font: bold 36px/110% "Bebas Neue", sans-serif;
    margin: 0 auto 0;
    text-align: center;
    padding: 0; }
    @media only screen and (max-width: 1199px) {
      .form-callback-modal .form__title,
      .form-callback-modal .form__mintitle {
        font: bold 35px/110% "Bebas Neue", sans-serif;
        text-align: center; } }
    @media only screen and (max-width: 750px) {
      .form-callback-modal .form__title,
      .form-callback-modal .form__mintitle {
        font: bold 25px/110% "Bebas Neue", sans-serif;
        text-align: center; } }
  .form-callback-modal .form__min-text {
    text-align: center;
    margin: 20px auto; }
  .form-callback-modal .form__name,
  .form-callback-modal .form__radio-name {
    color: #000000; }
  .form-callback-modal .form__success .form__title {
    text-align: center;
    color: #cf9e5e; }
  .form-callback-modal .success__text {
    color: #000000; }
  .form-callback-modal .form__radios i {
    border: 1px solid rgba(207, 158, 94, 0.7) !important; }

.form.form-callback-modal textarea,
.form.form-callback-modal input {
  border: 1px solid rgba(207, 158, 94, 0.7) !important;
  color: #000000 !important; }
  .form.form-callback-modal textarea:hover, .form.form-callback-modal textarea:focus,
  .form.form-callback-modal input:hover,
  .form.form-callback-modal input:focus {
    border: 1px solid #cf9e5e !important; }
  .form.form-callback-modal textarea.error,
  .form.form-callback-modal input.error {
    border: 1px solid #ed1c24 !important; }
    .form.form-callback-modal textarea.error:hover, .form.form-callback-modal textarea.error:focus,
    .form.form-callback-modal input.error:hover,
    .form.form-callback-modal input.error:focus {
      border: 1px solid #cf9e5e !important; }

.form.form-callback-modal input::-webkit-input-placeholder, .form.form-callback-modal textarea::-webkit-input-placeholder {
  color: #000000 !important;
  opacity: 1; }

.form.form-callback-modal input:-moz-placeholder, .form.form-callback-modal textarea:-moz-placeholder {
  color: #000000 !important;
  opacity: 1; }

.form.form-callback-modal input::-moz-placeholder, .form.form-callback-modal textarea::-moz-placeholder {
  color: #000000 !important;
  opacity: 1; }

.form.form-callback-modal input:-ms-input-placeholder, .form.form-callback-modal textarea:-ms-input-placeholder {
  color: #000000 !important;
  opacity: 1; }

.form.form-callback-modal input:-webkit-autofill {
  -webkit-box-shadow: inset 0 0 0 50px #f0f0f0 !important;
  -webkit-text-fill-color: #000000 !important;
  color: #000000 !important;
  background-color: transparent !important; }

.form.form-callback-modal input::-moz-autofill {
  -moz-box-shadow: inset 0 0 0 50px #f0f0f0 !important;
  -moz-text-fill-color: #000000 !important;
  color: #000000 !important; }

.form.form-callback-modal input:-moz-autofill {
  -moz-box-shadow: inset 0 0 0 50px #f0f0f0 !important;
  -moz-text-fill-color: #000000 !important;
  color: #000000 !important; }

.form.form-callback-modal input:-ms-autofill {
  -moz-box-shadow: inset 0 0 0 50px #f0f0f0 !important;
  -moz-text-fill-color: #000000 !important;
  color: #000000 !important; }

/* End */


/* Start:/local/components/custom/form/templates/form-catalog-brand-modal/style.css?16070669935864*/
@charset "UTF-8";
/* Затемнение элемента */
/* Засветление элемента */
/* Картинка адаптирующаяся по вертикали */
.catalog-brand-modal.modal.fade .modal-dialog {
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  max-width: 800px !important; }
  @media only screen and (max-width: 1199px) {
    .catalog-brand-modal.modal.fade .modal-dialog {
      padding: 60px 20px; } }
  .catalog-brand-modal.modal.fade .modal-dialog .modal-content {
    background: transparent !important; }

.catalog-brand-modal .close {
  position: absolute;
  right: -20px;
  top: -20px;
  height: 40px;
  width: 40px;
  border: 0 none;
  bottom: auto;
  background: transparent;
  z-index: 1099;
  cursor: pointer;
  text-shadow: none;
  opacity: 1; }
  @media only screen and (max-width: 1199px) {
    .catalog-brand-modal .close {
      right: -10px;
      top: -50px; } }
  .catalog-brand-modal .close:before {
    content: "";
    position: absolute;
    background: url("/local/static/build/img/svg/Close.svg") no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 40px;
    width: 40px;
    -webkit-transition: opacity .3s ease, background .3s ease;
    transition: opacity .3s ease, background .3s ease; }
  .catalog-brand-modal .close:after {
    content: "";
    position: absolute;
    background: url("/local/static/build/img/svg/Close_gold.svg") no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 40px;
    width: 40px;
    -webkit-transition: opacity .3s ease, background .3s ease;
    transition: opacity .3s ease, background .3s ease;
    opacity: 0; }
  .catalog-brand-modal .close:hover, .catalog-brand-modal .close:active {
    text-shadow: none; }
    .catalog-brand-modal .close:hover:before, .catalog-brand-modal .close:active:before {
      opacity: 0; }
    .catalog-brand-modal .close:hover:after, .catalog-brand-modal .close:active:after {
      opacity: 1; }

.form-catalog-brand-modal {
  padding: 0;
  z-index: 1; }
  .form-catalog-brand-modal .form__title,
  .form-catalog-brand-modal .form__mintitle {
    color: #ffffff;
    font: bold 36px/110% "Bebas Neue", sans-serif;
    margin: 0 auto 0;
    text-align: center;
    padding: 0; }
    @media only screen and (max-width: 1199px) {
      .form-catalog-brand-modal .form__title,
      .form-catalog-brand-modal .form__mintitle {
        font: bold 35px/110% "Bebas Neue", sans-serif;
        text-align: center; } }
    @media only screen and (max-width: 750px) {
      .form-catalog-brand-modal .form__title,
      .form-catalog-brand-modal .form__mintitle {
        font: bold 23px/110% "Bebas Neue", sans-serif;
        text-align: center; } }
    .form-catalog-brand-modal .form__title span,
    .form-catalog-brand-modal .form__mintitle span {
      color: #cf9e5e; }
  .form-catalog-brand-modal .form__min-text {
    text-align: center;
    margin: 15px auto 25px;
    color: #ffffff;
    max-width: 600px;
    font: 300 14px/150% "Open Sans", sans-serif; }
  .form-catalog-brand-modal .form__name,
  .form-catalog-brand-modal .form__radio-name {
    color: #ffffff; }
  .form-catalog-brand-modal .form__success .form__title {
    text-align: center;
    color: #ffffff; }
  .form-catalog-brand-modal .success__text {
    color: #ffffff; }
  .form-catalog-brand-modal .form__radios i {
    border: 1px solid rgba(255, 255, 255, 0.7) !important; }

.form.form-catalog-brand-modal textarea,
.form.form-catalog-brand-modal input {
  border: 1px solid rgba(255, 255, 255, 0.7) !important;
  color: #ffffff !important; }
  .form.form-catalog-brand-modal textarea:hover, .form.form-catalog-brand-modal textarea:focus,
  .form.form-catalog-brand-modal input:hover,
  .form.form-catalog-brand-modal input:focus {
    border: 1px solid white !important; }
  .form.form-catalog-brand-modal textarea.error,
  .form.form-catalog-brand-modal input.error {
    border: 1px solid #ed1c24 !important; }
    .form.form-catalog-brand-modal textarea.error:hover, .form.form-catalog-brand-modal textarea.error:focus,
    .form.form-catalog-brand-modal input.error:hover,
    .form.form-catalog-brand-modal input.error:focus {
      border: 1px solid white !important; }

.form.form-catalog-brand-modal input::-webkit-input-placeholder, .form.form-catalog-brand-modal textarea::-webkit-input-placeholder {
  color: #ffffff !important;
  opacity: 1; }

.form.form-catalog-brand-modal input:-moz-placeholder, .form.form-catalog-brand-modal textarea:-moz-placeholder {
  color: #ffffff !important;
  opacity: 1; }

.form.form-catalog-brand-modal input::-moz-placeholder, .form.form-catalog-brand-modal textarea::-moz-placeholder {
  color: #ffffff !important;
  opacity: 1; }

.form.form-catalog-brand-modal input:-ms-input-placeholder, .form.form-catalog-brand-modal textarea:-ms-input-placeholder {
  color: #ffffff !important;
  opacity: 1; }

.form.form-catalog-brand-modal input:-webkit-autofill {
  -webkit-box-shadow: inset 0 0 0 50px #000000 !important;
  -webkit-text-fill-color: #ffffff !important;
  color: #ffffff !important;
  background-color: transparent !important; }

.form.form-catalog-brand-modal input::-moz-autofill {
  -moz-box-shadow: inset 0 0 0 50px #000000 !important;
  -moz-text-fill-color: #ffffff !important;
  color: #ffffff !important; }

.form.form-catalog-brand-modal input:-moz-autofill {
  -moz-box-shadow: inset 0 0 0 50px #000000 !important;
  -moz-text-fill-color: #ffffff !important;
  color: #ffffff !important; }

.form.form-catalog-brand-modal input:-ms-autofill {
  -moz-box-shadow: inset 0 0 0 50px #000000 !important;
  -moz-text-fill-color: #ffffff !important;
  color: #ffffff !important; }

/* End */


/* Start:/local/components/custom/form/templates/form-parking/style.css?16070669935115*/
@charset "UTF-8";
/* Затемнение элемента */
/* Засветление элемента */
/* Картинка адаптирующаяся по вертикали */
.form-parking.modal.fade .modal-dialog {
  max-width: 1200px !important; }
  @media only screen and (max-width: 1199px) {
    .form-parking.modal.fade .modal-dialog {
      padding: 60px 20px; } }

.form-parking .close {
  position: absolute;
  right: -20px;
  top: -20px;
  height: 40px;
  width: 40px;
  border: 0 none;
  bottom: auto;
  background: transparent;
  z-index: 1099;
  cursor: pointer;
  text-shadow: none;
  opacity: 1; }
  @media only screen and (max-width: 1199px) {
    .form-parking .close {
      right: -10px;
      top: -50px; } }
  .form-parking .close:before {
    content: "";
    position: absolute;
    background: url("/local/static/build/img/svg/Close_gold.svg") no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    top: 0;
    left: 0;
    height: 40px;
    width: 40px;
    -webkit-transition: opacity .3s ease;
    transition: opacity .3s ease; }
  .form-parking .close:after {
    content: "";
    position: absolute;
    background: url("/local/static/build/img/svg/Close_gold.svg") no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 40px;
    width: 40px;
    -webkit-transition: opacity .3s ease, background .3s ease;
    transition: opacity .3s ease, background .3s ease;
    opacity: 0; }
  .form-parking .close:hover, .form-parking .close:active {
    text-shadow: none; }
    .form-parking .close:hover:before, .form-parking .close:active:before {
      opacity: 0; }
    .form-parking .close:hover:after, .form-parking .close:active:after {
      opacity: 0.5; }

.form-callback-modal {
  padding: 0;
  z-index: 1; }
  .form-callback-modal .form__title,
  .form-callback-modal .form__mintitle {
    color: #cf9e5e;
    font: bold 36px/110% "Bebas Neue", sans-serif;
    margin: 0 auto 0;
    text-align: center;
    padding: 0; }
    @media only screen and (max-width: 1199px) {
      .form-callback-modal .form__title,
      .form-callback-modal .form__mintitle {
        font: bold 35px/110% "Bebas Neue", sans-serif;
        text-align: center; } }
    @media only screen and (max-width: 750px) {
      .form-callback-modal .form__title,
      .form-callback-modal .form__mintitle {
        font: bold 25px/110% "Bebas Neue", sans-serif;
        text-align: center; } }
  .form-callback-modal .form__min-text {
    text-align: center;
    margin: 20px auto; }
  .form-callback-modal .form__name,
  .form-callback-modal .form__radio-name {
    color: #000000; }
  .form-callback-modal .form__success .form__title {
    text-align: center;
    color: #cf9e5e; }
  .form-callback-modal .success__text {
    color: #000000; }
  .form-callback-modal .form__radios i {
    border: 1px solid rgba(207, 158, 94, 0.7) !important; }

.form.form-callback-modal textarea,
.form.form-callback-modal input {
  border: 1px solid rgba(207, 158, 94, 0.7) !important;
  color: #000000 !important; }
  .form.form-callback-modal textarea:hover, .form.form-callback-modal textarea:focus,
  .form.form-callback-modal input:hover,
  .form.form-callback-modal input:focus {
    border: 1px solid #cf9e5e !important; }
  .form.form-callback-modal textarea.error,
  .form.form-callback-modal input.error {
    border: 1px solid #ed1c24 !important; }
    .form.form-callback-modal textarea.error:hover, .form.form-callback-modal textarea.error:focus,
    .form.form-callback-modal input.error:hover,
    .form.form-callback-modal input.error:focus {
      border: 1px solid #cf9e5e !important; }

.form.form-callback-modal input::-webkit-input-placeholder, .form.form-callback-modal textarea::-webkit-input-placeholder {
  color: #000000 !important;
  opacity: 1; }

.form.form-callback-modal input:-moz-placeholder, .form.form-callback-modal textarea:-moz-placeholder {
  color: #000000 !important;
  opacity: 1; }

.form.form-callback-modal input::-moz-placeholder, .form.form-callback-modal textarea::-moz-placeholder {
  color: #000000 !important;
  opacity: 1; }

.form.form-callback-modal input:-ms-input-placeholder, .form.form-callback-modal textarea:-ms-input-placeholder {
  color: #000000 !important;
  opacity: 1; }

.form.form-callback-modal input:-webkit-autofill {
  -webkit-box-shadow: inset 0 0 0 50px #f0f0f0 !important;
  -webkit-text-fill-color: #000000 !important;
  color: #000000 !important;
  background-color: transparent !important; }

.form.form-callback-modal input::-moz-autofill {
  -moz-box-shadow: inset 0 0 0 50px #f0f0f0 !important;
  -moz-text-fill-color: #000000 !important;
  color: #000000 !important; }

.form.form-callback-modal input:-moz-autofill {
  -moz-box-shadow: inset 0 0 0 50px #f0f0f0 !important;
  -moz-text-fill-color: #000000 !important;
  color: #000000 !important; }

.form.form-callback-modal input:-ms-autofill {
  -moz-box-shadow: inset 0 0 0 50px #f0f0f0 !important;
  -moz-text-fill-color: #000000 !important;
  color: #000000 !important; }

/* End */


/* Start:/local/components/custom/modal-mobile-breadcrumbs/templates/.default/style.css?16070669935695*/
@charset "UTF-8";
/* Затемнение элемента */
/* Засветление элемента */
/* Картинка адаптирующаяся по вертикали */
.breadcrumbs-modal {
  margin: 0 auto;
  max-width: 95vh; }
  .breadcrumbs-modal__title {
    font: bold 18px/122% "Bebas Neue", sans-serif;
    color: #cf9e5e;
    padding: 14px 20px 12px;
    text-align: left; }
  .breadcrumbs-modal__closer {
    width: 25px;
    height: 25px;
    position: absolute;
    right: 15px;
    top: 10px;
    font-size: 25px;
    color: #cf9e5e; }
  .breadcrumbs-modal .modal-dialog {
    padding: 0 !important;
    position: absolute;
    left: 0;
    width: 100%;
    z-index: 1100;
    top: 50%;
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-transform: translate(0, -50%) !important;
    -ms-transform: translate(0, -50%) !important;
    transform: translate(0, -50%) !important; }
  .breadcrumbs-modal.fade .modal-dialog {
    max-width: 95vw !important; }
  .breadcrumbs-modal .menu {
    position: absolute;
    right: 20px;
    top: 30px; }
  .breadcrumbs-modal .breadcrumbs {
    margin: 0; }
    .breadcrumbs-modal .breadcrumbs__element {
      position: relative; }
      .breadcrumbs-modal .breadcrumbs__element--link, .breadcrumbs-modal .breadcrumbs__element--no-link {
        font: bold 18px/122% "Bebas Neue", sans-serif;
        color: #3d3d3d;
        display: block;
        padding: 10px 20px;
        border-top: 1px solid #f5f5f5; }
        .breadcrumbs-modal .breadcrumbs__element--link.has-submenu:after, .breadcrumbs-modal .breadcrumbs__element--no-link.has-submenu:after {
          content: '';
          display: block;
          width: 7px;
          height: 10px;
          background: url(/local/static/assets/img/ui/submenu.svg) no-repeat;
          background-size: 100%;
          position: absolute;
          right: 18px;
          top: 50%;
          color: #ffffff;
          -webkit-transform: translateY(-50%) translateX(0);
          -ms-transform: translateY(-50%) translateX(0);
          transform: translateY(-50%) translateX(0);
          -webkit-transition: .25s .25s;
          transition: .25s .25s;
          opacity: 1; }
      .breadcrumbs-modal .breadcrumbs__element.active .breadcrumbs__element--link.has-submenu:after, .breadcrumbs-modal .breadcrumbs__element.active .breadcrumbs__element--no-link.has-submenu:after {
        opacity: 0;
        -webkit-transition: .25s;
        transition: .25s;
        -webkit-transform: translateY(-50%) translateX(-10px);
        -ms-transform: translateY(-50%) translateX(-10px);
        transform: translateY(-50%) translateX(-10px); }
      .breadcrumbs-modal .breadcrumbs__element.active .breadcrumbs__element--closer {
        opacity: 1;
        z-index: 2;
        -webkit-transition: .25s .25s;
        transition: .25s .25s;
        -webkit-transform: translateY(-50%) translateX(0);
        -ms-transform: translateY(-50%) translateX(0);
        transform: translateY(-50%) translateX(0); }
      .breadcrumbs-modal .breadcrumbs__element.active .breadcrumbs__element--title {
        color: #cf9e5e; }
      .breadcrumbs-modal .breadcrumbs__element.active .breadcrumbs__submenu {
        max-height: 500px;
        -webkit-transition: .5s;
        transition: .5s; }
      .breadcrumbs-modal .breadcrumbs__element--closer {
        width: 40px;
        height: 30px;
        position: absolute;
        right: 3px;
        top: 50%;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-transform: translateY(-50%) translateX(10px);
        -ms-transform: translateY(-50%) translateX(10px);
        transform: translateY(-50%) translateX(10px);
        font-size: 35px;
        margin-top: 5px;
        color: #cf9e5e;
        z-index: -1;
        opacity: 0;
        -webkit-transition: .25s;
        transition: .25s; }
      .breadcrumbs-modal .breadcrumbs__element--no-link {
        margin: 0 0 0 5px; }
    .breadcrumbs-modal .breadcrumbs__element + .breadcrumbs__element {
      margin: 0; }
      .breadcrumbs-modal .breadcrumbs__element + .breadcrumbs__element--no-link {
        margin: 0 0 0 5px;
        color: #c18e49; }
    .breadcrumbs-modal .breadcrumbs__hidden-elements {
      display: none; }
    .breadcrumbs-modal .breadcrumbs__submenu {
      opacity: 1;
      position: relative;
      -webkit-transform: translate(0);
      -ms-transform: translate(0);
      transform: translate(0);
      z-index: 1;
      max-width: -webkit-calc(100% + 40px);
      max-width: calc(100% + 40px);
      width: -webkit-calc(100% + 40px);
      width: calc(100% + 40px);
      margin: 0 -20px;
      top: 0;
      -webkit-box-shadow: none;
      box-shadow: none;
      overflow: hidden;
      max-height: 0;
      -webkit-transition: .25s;
      transition: .25s;
      padding: 0; }
      .breadcrumbs-modal .breadcrumbs__submenu-item {
        font: bold 18px/122% "Bebas Neue", sans-serif;
        display: block;
        padding: 10px 25px 10px 55px;
        border-top: 1px solid #f5f5f5;
        position: relative;
        margin: 0;
        text-align: left; }
        .breadcrumbs-modal .breadcrumbs__submenu-item a {
          color: #3d3d3d; }
        .breadcrumbs-modal .breadcrumbs__submenu-item:before {
          content: none; }
  .breadcrumbs-modal .hidden-breadcrumb {
    display: block; }

/* End */
/* /local/static/node_modules/perfect-scrollbar/css/perfect-scrollbar.css?4991625002598 */
/* /local/templates/.default/components/bitrix/search.title/main/style.css?16070669937678 */
/* /local/templates/.default/components/bitrix/menu/header-menu-top/style.css?16070669918050 */
/* /local/templates/.default/components/bitrix/menu/header-menu/style.css?160706699114433 */
/* /local/components/custom/header-notify/templates/.default/style.css?16070669931805 */
/* /local/components/custom/cookie-notify/templates/.default/style.css?16070669931181 */
/* /local/templates/.default/components/bitrix/menu/header-menu-bottom/style.css?16070669914009 */
/* /local/components/custom/form/templates/form-callback-modal/style.css?16070669935138 */
/* /local/components/custom/form/templates/form-catalog-brand-modal/style.css?16070669935864 */
/* /local/components/custom/form/templates/form-parking/style.css?16070669935115 */
/* /local/components/custom/modal-mobile-breadcrumbs/templates/.default/style.css?16070669935695 */
