

/* Start:/local/templates/.default/_/templates/temp/styles/css/clone_old_style.css?1758029014140666*/
@import url(/local/templates/.default/_/templates/temp/styles/css/../../libs/slick-carousel/slick/slick.css);
@import url(/local/templates/.default/_/templates/temp/styles/css/../../libs/fancybox/dist/jquery.fancybox.css);
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500&display=swap");
/*
@font-face {
  font-family: 'Muller';
  src: url("/local/templates/.default/_/templates/temp/styles/css/../../fonts/MullerThin.eot?#iefix") format("embedded-opentype"), url("/local/templates/.default/_/templates/temp/styles/css/../../fonts/MullerThin.otf") format("opentype"), url("/local/templates/.default/_/templates/temp/styles/css/../../fonts/MullerThin.woff") format("woff"), url("/local/templates/.default/_/templates/temp/styles/css/../../fonts/MullerThin.ttf") format("truetype"), url("/local/templates/.default/_/templates/temp/styles/css/../../fonts/MullerThin.svg#MullerThin") format("svg");
  font-weight: 100;
  font-style: normal; }

@font-face {
  font-family: 'Muller';
  src: url("/local/templates/.default/_/templates/temp/styles/css/../../fonts/MullerLight.eot?#iefix") format("embedded-opentype"), url("/local/templates/.default/_/templates/temp/styles/css/../../fonts/MullerLight.otf") format("opentype"), url("/local/templates/.default/_/templates/temp/styles/css/../../fonts/MullerLight.woff") format("woff"), url("/local/templates/.default/_/templates/temp/styles/css/../../fonts/MullerLight.ttf") format("truetype"), url("/local/templates/.default/_/templates/temp/styles/css/../../fonts/MullerLight.svg#MullerLight") format("svg");
  font-weight: 300;
  font-style: normal; }

@font-face {
  font-family: 'Muller';
  src: url("/local/templates/.default/_/templates/temp/styles/css/../../fonts/MullerRegular.eot?#iefix") format("embedded-opentype"), url("/local/templates/.default/_/templates/temp/styles/css/../../fonts/MullerRegular.otf") format("opentype"), url("/local/templates/.default/_/templates/temp/styles/css/../../fonts/MullerRegular.woff") format("woff"), url("/local/templates/.default/_/templates/temp/styles/css/../../fonts/MullerRegular.ttf") format("truetype"), url("/local/templates/.default/_/templates/temp/styles/css/../../fonts/MullerRegular.svg#MullerRegular") format("svg");
  font-weight: 400;
  font-style: normal; }

@font-face {
  font-family: 'Muller';
  src: url("/local/templates/.default/_/templates/temp/styles/css/../../fonts/MullerMedium.eot?#iefix") format("embedded-opentype"), url("/local/templates/.default/_/templates/temp/styles/css/../../fonts/MullerMedium.otf") format("opentype"), url("/local/templates/.default/_/templates/temp/styles/css/../../fonts/MullerMedium.woff") format("woff"), url("/local/templates/.default/_/templates/temp/styles/css/../../fonts/MullerMedium.ttf") format("truetype"), url("/local/templates/.default/_/templates/temp/styles/css/../../fonts/MullerMedium.svg#MullerMedium") format("svg");
  font-weight: 500;
  font-style: normal; }

@font-face {
  font-family: 'rouble';
  src: url("/local/templates/.default/_/templates/temp/styles/css/../../fonts/rouble/rouble-webfont.eot");
  src: url("/local/templates/.default/_/templates/temp/styles/css/../../fonts/rouble/rouble-webfont.eot?#iefix") format("embedded-opentype"), url("/local/templates/.default/_/templates/temp/styles/css/../../fonts/rouble/rouble-webfont.woff") format("woff"), url("/local/templates/.default/_/templates/temp/styles/css/../../fonts/rouble/rouble-webfont.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }
 */

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

/*body {
  font-size: 14px;
  font-family: "Montserrat", sans-serif;
  color: #111;
  background: white; }*/

/*h1, h2, h3, h4, h5, h6 {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit; }*/

ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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; }

/*li {
  display: block;
  list-style-image: none; }*/

/*a {
  color: #111;
  text-decoration: none;
  border-bottom: 1px solid transparent;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s; }*/

/*img {//Вынесено в extra
  display: block;
  max-width: 100% !important;
  max-height: 100% !important; }*/

input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

input, textarea, button {
  outline: none; }

var {
  font-style: normal; }

strong {
  font-weight: normal; }

i {
  font-style: normal; }

.case {
  position: relative;
  width: 100%;
  max-width: 1300px;
  padding-left: 15px;
  padding-right: 15px;
  margin: 0 auto; }
  @media screen and (max-width: 1220px) {
    .case {
      width: 100%; } }

.row, .col {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }

.row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row; }
  .row-r {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse; }

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

.col {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column; }
  .col-r {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse; }

.row.left, .col.left {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start; }

.row.right, .col.right {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end; }

.row.mid, .col.mid {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center; }

.row.between, .col.between {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between; }

.row.around, .col.around {
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around; }

.i-top {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start; }

.i-bottom {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end; }

.i-mid {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }

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

.i-strech {
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch; }

.left {
  margin-left: auto; }

.mid {
  margin-left: auto;
  margin-right: auto; }

.right {
  margin-left: auto; }

[class*="lg-"] {
  padding-left: 15px;
  padding-right: 15px; }

@media screen and (min-width: 1220px) {
  .lg-1 {
    width: 8.33333%; }
  .lg-2 {
    width: 16.66667%; }
  .lg-3 {
    width: 25%; }
  .lg-4 {
    width: 33.33333%; }
  .lg-5 {
    width: 41.66667%; }
  .lg-6 {
    width: 50%; }
  .lg-7 {
    width: 58.33333%; }
  .lg-8 {
    width: 66.66667%; }
  .lg-9 {
    width: 75%; }
  .lg-10 {
    width: 83.33333%; }
  .lg-11 {
    width: 91.66667%; }
  .lg-12 {
    width: 100%; } }

@media screen and (max-width: 1219px) {
  .md-1 {
    width: 8.33333%; }
  .md-2 {
    width: 16.66667%; }
  .md-3 {
    width: 25%; }
  .md-4 {
    width: 33.33333%; }
  .md-5 {
    width: 41.66667%; }
  .md-6 {
    width: 50%; }
  .md-7 {
    width: 58.33333%; }
  .md-8 {
    width: 66.66667%; }
  .md-9 {
    width: 75%; }
  .md-10 {
    width: 83.33333%; }
  .md-11 {
    width: 91.66667%; }
  .md-12 {
    width: 100%; } }

@media screen and (max-width: 992px) {
  .sm-1 {
    width: 8.33333%; }
  .sm-2 {
    width: 16.66667%; }
  .sm-3 {
    width: 25%; }
  .sm-4 {
    width: 33.33333%; }
  .sm-5 {
    width: 41.66667%; }
  .sm-6 {
    width: 50%; }
  .sm-7 {
    width: 58.33333%; }
  .sm-8 {
    width: 66.66667%; }
  .sm-9 {
    width: 75%; }
  .sm-10 {
    width: 83.33333%; }
  .sm-11 {
    width: 91.66667%; }
  .sm-12 {
    width: 100%; } }

@media screen and (max-width: 767px) {
  .xs-1 {
    width: 8.33333%; }
  .xs-2 {
    width: 16.66667%; }
  .xs-3 {
    width: 25%; }
  .xs-4 {
    width: 33.33333%; }
  .xs-5 {
    width: 41.66667%; }
  .xs-6 {
    width: 50%; }
  .xs-7 {
    width: 58.33333%; }
  .xs-8 {
    width: 66.66667%; }
  .xs-9 {
    width: 75%; }
  .xs-10 {
    width: 83.33333%; }
  .xs-11 {
    width: 91.66667%; }
  .xs-12 {
    width: 100%; } }

body {
  font-weight: 300; }

.main-wrap {
  overflow-x: hidden; }

.input__wrap {
  position: relative; }

.input__title {
  position: absolute;
  display: block;
  top: 50%;
  left: 0;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%); }

.input__area {
  display: block;
  width: 100%;
  font-weight: 300;
  font-size: 14px;
  font-family: "Montserrat", sans-serif;
  background-color: transparent;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  border-radius: 0; }
  .input__area::-webkit-input-placeholder {
    opacity: 1;
    color: #111; }
  .input__area::-moz-placeholder {
    opacity: 1;
    color: #111; }
  .input__area:-ms-input-placeholder {
    opacity: 1;
    color: #111; }
  .input__area::-ms-input-placeholder {
    opacity: 1;
    color: #111; }
  .input__area::placeholder {
    opacity: 1;
    color: #111; }

.input__ruble {
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: 3px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s; }
  .input__ruble .icon-r {
    font-size: 16px; }

.input.--bb-white .input__title {
  color: #fff; }

.input.--bb-white .input__area {
  color: #fff;
  border-bottom: 1px solid #fff; }

.input.--bb-black .input__title {
  color: #111; }

.input.--bb-black .input__area {
  color: #111;
  border-bottom: 1px solid #111; }

.input.--sm .input__area {
  padding-top: 7px;
  height: 31px; }

.input.--md .input__title {
  font-size: 16px; }

.input.--md .input__area {
  font-size: 16px;
  padding-top: 7px;
  height: 37px; }

.input.--focus .input__title, .input.--filled .input__title {
  font-size: 12px;
  margin-top: -15px;
  color: #9595A5; }

.input.--focus .input__ruble, .input.--filled .input__ruble {
  opacity: 1;
  visibility: visible; }

.input.--error .input__title {
  color: #f00; }

.input.--error .input__area {
  border-color: #f00; }

.textarea__wrap {
  position: relative; }

.textarea__title {
  position: absolute;
  display: block;
  top: 50%;
  left: 0;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%); }

.textarea__area {
  display: block;
  width: 100%;
  font-weight: 300;
  font-size: 14px;
  font-family: "Montserrat", sans-serif;
  background-color: transparent;
  resize: none;
  overflow: hidden;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  border-radius: 0; }
  .textarea__area::-webkit-input-placeholder {
    opacity: 1;
    color: #111; }
  .textarea__area::-moz-placeholder {
    opacity: 1;
    color: #111; }
  .textarea__area:-ms-input-placeholder {
    opacity: 1;
    color: #111; }
  .textarea__area::-ms-input-placeholder {
    opacity: 1;
    color: #111; }
  .textarea__area::placeholder {
    opacity: 1;
    color: #111; }

.textarea.--bb-white .textarea__title {
  color: #fff; }

.textarea.--bb-white .textarea__area {
  color: #fff;
  border-bottom: 1px solid #fff; }

.textarea.--bb-black .textarea__title {
  color: #111; }

.textarea.--bb-black .textarea__area {
  color: #111;
  border-bottom: 1px solid #111; }

.textarea.--sm .textarea__area {
  padding-top: 7px;
  height: 31px; }

.textarea.--md .textarea__title {
  font-size: 16px; }

.textarea.--md .textarea__area {
  font-size: 16px;
  line-height: 28px;
  height: 64px; }

.textarea.--focus .textarea__title, .textarea.--filled .textarea__title {
  font-size: 12px;
  margin-top: -15px;
  color: #9595A5; }

.textarea.--error .textarea__area {
  border-color: #f00; }
  .textarea.--error .textarea__area::-webkit-input-placeholder {
    color: #f00; }
  .textarea.--error .textarea__area::-moz-placeholder {
    color: #f00; }
  .textarea.--error .textarea__area:-ms-input-placeholder {
    color: #f00; }
  .textarea.--error .textarea__area::-ms-input-placeholder {
    color: #f00; }
  .textarea.--error .textarea__area::placeholder {
    color: #f00; }

.file__input {
  display: none; }

.file__label {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  padding-left: 31px;
  min-height: 24px;
  font-size: 16px;
  cursor: pointer; }
  .file__label:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    width: 24px;
    height: 24px;
    margin-top: -1px;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    background: url("/local/templates/.default/_/templates/temp/styles/css/../../imgs/clip.svg"); }

.file__status {
  display: block;
  margin-top: 10px; }

/*.btn { //Вынесено в extra.css
  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;
  text-align: center;
  font-size: 14px;
  font-family: "Montserrat", sans-serif;
  cursor: pointer;
  text-transform: uppercase;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  background-color: transparent; }*/
  .btn.--sm {
    padding-top: 2px;
    font-size: 12px;
    height: 31px;
    font-weight: 400; }
  .btn.--md {
    padding-top: 2px;
    font-size: 14px;
    height: 37px;
    font-weight: 400; }
  .btn.--lg {
    padding-top: 2px;
    font-size: 14px;
    height: 43px;
    font-weight: 400; }
  .btn.--llg {
    padding-top: 3px;
    font-size: 14px;
    height: 45px;
    font-weight: 500; }
  .btn.--border-black {
    border: 1px solid #111; }
    .btn.--border-black:hover {
      color: #fff;
      background-color: #111; }
      .btn.--border-black:hover .icon:befre {
        opacity: 0; }
      .btn.--border-black:hover .icon:after {
        opacity: 1; }
      .btn.--border-black:hover .icon-eye-1 path {
        stroke: #fff; }
      .btn.--border-black:hover .icon-eye-1 circle {
        fill: #fff; }
      .btn.--border-black:hover .icon-eye-2 path {
        stroke: #fff; }
      .btn.--border-black:hover .icon-eye-2 circle {
        fill: #fff; }
  .btn.--bg-black {
    color: #fff;
    border: 1px solid #111;
    background-color: #111; }
    .btn.--bg-black:hover {
      color: #111;
      background-color: #fff; }
      .btn.--bg-black:hover .icon-chevron-right path {
        stroke: #111; }
      .btn.--bg-black:hover .icon-triangle-right-white:before {
        border-color: transparent transparent transparent #111; }
  .btn svg {
    position: relative;
    top: -1px; }
    .btn svg path {
      -webkit-transition: .3s;
      -o-transition: .3s;
      transition: .3s; }
  .btn span + .icon {
    margin-left: 15px; }
  .btn .icon + span {
    margin-left: 15px; }

.is-safari .btn.--sm {
  padding-top: 1px; }

.is-safari .btn.--md {
  padding-top: 1px; }

.is-safari .btn.--lg {
  padding-top: 1px; }

.is-safari .btn.--llg {
  padding-top: 2px; }

/*.header__wrap {
  padding-top: 19px;
  padding-bottom: 20px;
  background-color: #111; }

.header__hum {
  display: none; }

.header__socials {
  width: 33.333%; }

.header__logo {
  margin-left: auto;
  margin-right: auto;
  border-bottom: none; }
  .header__logo img {
    margin-left: auto;
    margin-right: auto; }

.header__btns {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: 33.333%; }

.header__search {
  position: absolute;
  right: 58px; }

.header.--border-bottom {
  border-bottom: 1px solid #111; }*/

/*.panel {
  padding-top: 7px;
  padding-bottom: 7px;
  font-family: "Montserrat", sans-serif; }
  .panel__nav {
    margin-right: 50px; }
    .panel__nav li {
      margin-right: 25px; }
      .panel__nav li:last-of-type {
        margin-right: 0; }
    .panel__nav a:hover {
      color: #FFAF58; }
  .panel__contact {
    position: relative;
    margin-right: 50px; }
    .panel__contact:after {
      content: '';
      width: 1px;
      height: 9px;
      position: absolute;
      top: 50%;
      right: -25px;
      -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%);
      background-color: #E4E4E8; }
    .panel__contact:nth-last-of-type(2) {
      margin-right: 0; }
      .panel__contact:nth-last-of-type(2):after {
        display: none; }
  .panel__phone a:hover {
    color: #777777; }
  .panel__callback {
    padding-left: 22px;
    padding-right: 22px;
    margin-left: auto; }
  .panel__search, .panel__socials {
    display: none; }*/

.icon {
  position: relative;
  display: inline-block;
  font-size: 0; }
  .icon:before, .icon:after {
    display: block;
    content: '';
    width: 100%;
    height: 100%;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% auto; }
  .icon:after {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0; }
  .icon-search {
    width: 21px;
    height: 22px; }
    .icon-search:before {
      background-image: url("/local/templates/.default/_/templates/temp/styles/css/../../imgs/search.svg"); }
    .icon-search:after {
      background-image: url("/local/templates/.default/_/templates/temp/styles/css/../../imgs/search-orange.svg"); }
  .icon-search-black {
    width: 21px;
    height: 22px; }
    .icon-search-black:before {
      background-image: url("/local/templates/.default/_/templates/temp/styles/css/../../imgs/search-black.svg"); }
    .icon-search-black:after {
      background-image: url("/local/templates/.default/_/templates/temp/styles/css/../../imgs/search-orange.svg"); }
  .icon-cart {
    width: 29px;
    height: 21px; }
    .icon-cart:before {
      background-image: url("/local/templates/.default/_/templates/temp/styles/css/../../imgs/cart.svg"); }
    .icon-cart:after {
      background-image: url("/local/templates/.default/_/templates/temp/styles/css/../../imgs/cart-orange.svg"); }
  .icon-triangle-right-white {
    width: 8px;
    height: 8px;
    top: -1px; }
    .icon-triangle-right-white:before {
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 4px 0 4px 8px;
      border-color: transparent transparent transparent #ffffff; }
  .icon-chervon-right-xs {
    width: 6px;
    height: 10px;
    top: -1px; }
    .icon-chervon-right-xs:before {
      background-image: url("/local/templates/.default/_/templates/temp/styles/css/../../imgs/chevron-right-black-xs.svg"); }
    .icon-chervon-right-xs:after {
      background-image: url("/local/templates/.default/_/templates/temp/styles/css/../../imgs/chevron-right-white-xs.svg"); }
  .icon-chervon-left-xs {
    width: 6px;
    height: 10px;
    top: -2px;
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg); }
    .icon-chervon-left-xs:before {
      background-image: url("/local/templates/.default/_/templates/temp/styles/css/../../imgs/chevron-right-black-xs.svg"); }
    .icon-chervon-left-xs:after {
      background-image: url("/local/templates/.default/_/templates/temp/styles/css/../../imgs/chevron-right-white-xs.svg"); }
  .icon-share {
    width: 40px;
    height: 40px;
    background-image: url("/local/templates/.default/_/templates/temp/styles/css/../../imgs/share.svg"); }
  .icon-r {
    font-size: inherit;
    font-weight: 400;
    font-family: 'rouble';
    margin-left: 4px; }
  .icon-check {
    width: 20px;
    height: 20px;
    background-color: #111;
    top: -1px; }
    .icon-check:before {
      width: 14px;
      height: 11px;
      margin: 5px 3px;
      background-image: url("/local/templates/.default/_/templates/temp/styles/css/../../imgs/check-bold.svg"); }
  .icon-star-orange {
    width: 21px;
    height: 19px;
    background-image: url("/local/templates/.default/_/templates/temp/styles/css/../../imgs/star-orange.svg"); }
  .icon-star-gray {
    width: 21px;
    height: 19px;
    background-image: url("/local/templates/.default/_/templates/temp/styles/css/../../imgs/star-gray.svg"); }
  .icon-eye {
    position: relative; }
    .icon-eye .icon-eye-1 {
      -webkit-animation: 2s infinite eye1;
              animation: 2s infinite eye1; }
    .icon-eye .icon-eye-2 {
      opacity: 0;
      position: absolute;
      top: 0;
      left: 0;
      -webkit-animation: 2s infinite eye2;
              animation: 2s infinite eye2; }
  .icon-phone {
    width: 21px;
    height: 22px; }
    .icon-phone:before {
      background-image: url("/local/templates/.default/_/templates/temp/styles/css/../../imgs/phone-white.svg"); }
    .icon-phone:after {
      background-image: url("/local/templates/.default/_/templates/temp/styles/css/../../imgs/phone-orange.svg"); }

.socials ul {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }

.socials li {
  position: relative;
  margin-right: 30px; }
  .socials li:last-of-type {
    margin-right: 0; }
  .socials li.--viber {
    top: 1px; }

.socials a {
  display: block;
  border-bottom: none;
  font-size: 0;
  position: relative;
  width: 100%;
  height: 100%; }
  .socials a:after {
    content: '';
    position: absolute;
    width: 180%;
    height: 180%;
    top: 50%;
    left: 50%;
    right: auto;
    bottom: auto;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); }
  .socials a img {
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s; }
    .socials a img:nth-of-type(2) {
      opacity: 0;
      position: absolute;
      top: 0;
      left: 0; }
  .socials a:hover img:nth-of-type(1) {
    opacity: 0; }
  .socials a:hover img:nth-of-type(2) {
    opacity: 1; }
  .socials a.--whatsapp a {
    width: 26px;
    height: 26px; }
  .socials a.--viber {
    top: 2px; }
    .socials a.--viber a {
      width: 24px;
      height: 26px; }
  .socials a.--telegram a {
    width: 26px;
    height: 26px; }
  .socials a.--facebook a {
    width: 11px;
    height: 20px; }
  .socials a.--instagram a {
    width: 20px;
    height: 20px; }

.socials.--black a[href*="whatsapp"]:before {
  background-image: url("/local/templates/.default/_/templates/temp/styles/css/../../imgs/whatsapp-black.svg"); }

.socials.--black a[href*="viber"]:before {
  background-image: url("/local/templates/.default/_/templates/temp/styles/css/../../imgs/viber-black.svg"); }

.socials.--black a[href*="t.me"]:before {
  background-image: url("/local/templates/.default/_/templates/temp/styles/css/../../imgs/telegram-black.svg"); }

.socials.--share li.--viber {
  display: none; }

.btn-phone {
  display: none; }

.btn-search {
  margin-right: 30px; }
  .btn-search:hover .icon-search:before {
    opacity: 0; }
  .btn-search:hover .icon-search:after {
    opacity: 1; }
  .btn-search.--hide {
    opacity: 0;
    visibility: hidden; }

.btn-cart {
  position: relative; }
  .btn-cart.--has-position:before {
    z-index: 1;
    display: block;
    content: '';
    position: absolute;
    top: 2px;
    right: -3px;
    width: 11px;
    height: 11px;
    border-radius: 50%;
    border: 2px solid #111;
    background-color: #FFAF58; }
  .btn-cart:hover .icon-cart:before {
    opacity: 0; }
  .btn-cart:hover .icon-cart:after {
    opacity: 1; }

/*.search-block {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 74px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s; }
  .search-block__input {
    width: 230px;
    margin-right: -21px; }
    .search-block__input.--bb-white .input__area {
      padding-right: 30px; }
  .search-block.--show {
    opacity: 1;
    visibility: visible; }*/

.nav {
  text-align: center;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  padding-top: 18px;
  padding-bottom: 18px; }
  .nav ul {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .nav li {
    margin-top: 2px;
    margin-bottom: 2px;
    margin-right: 20px; }
    .nav li:last-of-type {
      margin-right: 0; }
    .nav li.--selected a {
      color: #111;
      cursor: default;
      font-weight: 500; }
      .nav li.--selected a:before {
        opacity: 1;
        visibility: visible; }
  .nav a {
    position: relative;
    display: block;
    border-bottom: none;
    color: rgba(0, 0, 0, 0.6); }
    .nav a:before {
      -webkit-transition: .3s;
      -o-transition: .3s;
      transition: .3s;
      opacity: 0;
      visibility: hidden;
      content: '';
      position: absolute;
      top: -20px;
      left: 50%;
      width: 0;
      height: 0;
      -webkit-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
              transform: translateX(-50%);
      border-style: solid;
      border-width: 7px 8.5px 0 8.5px;
      border-color: #000111 transparent transparent transparent; }
    .nav a:hover {
      color: black; }

.img {
  position: relative; }
  .img div {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover; }
  .img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s; }

.h1 {
  font-size: 40px;
  line-height: 50px;
  text-transform: uppercase; }

.h2 {
  font-size: 30px;
  line-height: 40px;
  font-weight: 400;
  text-transform: uppercase; }

.h3 {
  font-size: 20px;
  line-height: 30px;
  font-weight: 400;
  text-transform: uppercase; }

.arrows .slick-arrow {
  z-index: 1;
  display: block;
  width: 18px;
  height: 35px;
  font-size: 0;
  position: absolute;
  top: 50%;
  background-color: transparent;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  cursor: pointer;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s; }
  .arrows .slick-arrow:before, .arrows .slick-arrow::after {
    display: block;
    content: '';
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% auto;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s; }
  .arrows .slick-arrow::after {
    content: '';
    position: absolute;
    width: 200%;
    height: 200%;
    top: 50%;
    left: 50%;
    right: auto;
    bottom: auto;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); }
  .arrows .slick-arrow:hover {
    opacity: .6; }

.arrows.--black .slick-arrow.slick-prev::before {
  background-image: url("/local/templates/.default/_/templates/temp/styles/css/../../imgs/chevron-left-black.svg");
}

.arrows.--black .slick-arrow.slick-next::before {
  background-image: url("/local/templates/.default/_/templates/temp/styles/css/../../imgs/chevron-right-black.svg");
}

.arrows.--sm .slick-arrow {
  width: 12px;
  height: 22px; }

.arrows.--md .slick-arrow {
  width: 14px;
  height: 26px; }

.arrows.--lg .slick-arrow {
  width: 18px;
  height: 34px; }

.arrows.--line {
  position: relative;
  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: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }
  .arrows.--line .slick-arrow {
    position: relative;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none; }
    .arrows.--line .slick-arrow.slick-prev {
      margin-right: 40px; }

.dots .slick-dots {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: -9px;
  margin-right: -9px; }
  .dots .slick-dots li {
    display: block;
    width: 12px;
    height: 12px;
    border-radius: 50px;
    margin: 0 9px;
    background-color: #ECECEC;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    cursor: pointer;
    margin-bottom: 5px;
    position: relative; }
    .dots .slick-dots li.slick-active {
      cursor: default;
      background-color: #111; }
  .dots .slick-dots button {
    font-size: 0;
    background: none;
    cursor: pointer; }
    .dots .slick-dots button:before {
      content: '';
      position: absolute;
      width: 200%;
      height: 200%;
      top: 50%;
      left: 50%;
      right: auto;
      bottom: auto;
      -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%); }

.dots.--mt .slick-dots {
  margin-top: 40px; }

.slider {
  position: relative;
  margin-bottom: 95px; }
  .slider__arrows .slick-arrow {
    margin-top: -30px; }
    .slider__arrows .slick-arrow.slick-prev {
      left: -55px; }
    .slider__arrows .slick-arrow.slick-next {
      right: -55px; }
  .slider__item {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    height: 525px; }
  .slider__img {
    width: 705px;
    height: 100%; }
  .slider__content {
    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-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    height: 100%;
    border: 1px solid #E9E9E9;
    width: -webkit-calc(100% - 705px);
    width: calc(100% - 705px);
    border-left: none;
    padding: 20px 60px; }
  .slider__title {
    margin-bottom: 15px; }
  .slider__btn {
    max-width: 145px; }

.positions {
  margin-bottom: 95px; }
  .positions__head {
    margin-bottom: 27px; }
  .positions__title {
    max-width: -webkit-calc(100% - 120px - 64px);
    max-width: calc(100% - 120px - 64px); }
  .positions__desc {
    position: relative;
    top: 1px;
    font-size: 16px;
    margin-left: 8px;
    width: 110px; }
  .positions__arrows {
    margin-left: auto;
    position: relative;
    top: -3px; }
  .positions__list {
    z-index: 1;
    position: relative; }
    .positions__list .slick-slide {
      padding-bottom: 105px; }
  .positions__dots {
    margin-top: -105px; }

a, .slick-slide {
  outline: none !important; }

.slide-padding {
  margin-left: -15px;
  margin-right: -15px; }
  .slide-padding .slick-slide {
    padding-left: 15px;
    padding-right: 15px; }

.product {
  position: relative;
  display: block; }
@media screen and (min-width: 768px){
  .product:hover .product__btns {
    display: inline-flex;
    opacity: 1;
    visibility: visible; }
}
  .product.--border-img .product__img {
    border: 1px solid #000000; }
  .product.--border-img .product__title {
    margin-top: 27px; }
  .product.--border-img .product__btns {
    padding: 15px 0 0;
    border: none; }
  .product__img {
    position: relative;
    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;
    padding: 20px;
    height: 350px;
    font-size: 0; }
  .product__fast-view {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 190px;
    margin-top: -16px;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    background-color: #fff; }
  .product__title {
    font-size: 16px;
    margin-top: 22px;
    margin-bottom: 7px;
    overflow: hidden;
    white-space: nowrap;
    position: relative;
    display: block; }
    .product__title:after {
      content: '';
      position: absolute;
      top: 0;
      right: 0;
      width: 15px;
      height: 100%;
      background: -webkit-gradient(linear, right top, left top, from(white), to(rgba(255, 255, 255, 0.1)));
      background: -o-linear-gradient(right, white 0%, rgba(255, 255, 255, 0.1) 100%);
      background: linear-gradient(270deg, white 0%, rgba(255, 255, 255, 0.1) 100%); }
  .product__label {
    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;
    position: absolute;
    top: 20px;
    right: 20px;
    width: 31px;
    height: 31px;
    background-color: #111; }
  .product__price {
    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;
    font-size: 18px;
    font-weight: 500; }
    .product__price .icon-r {
      font-size: 16px;
      margin-left: 2px; }
    .product__price-old {
      position: relative;
      margin-left: 15px;
      position: relative; }
      .product__price-old:before {
        content: '';
        position: absolute;
        top: 50%;
        left: 0;
        right: 0;
        height: 1px;
        margin-top: -2px;
        background-color: #111; }
  .product__btns {
    z-index: 10;
    position: absolute;
    top: 100%;
    left: -1px;
    right: -1px;
    padding: 0 30px 30px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    border: 1px solid #E6E6E6;
    border-top: 1px solid #fff;
    background-color: #fff;
    -webkit-transition: .0s;
    -o-transition: .0s;
    transition: .0s;
    visibility: hidden;
    opacity: 0; }
  .product__add-cart, .product__fast-order {
    padding-left: 23px;
    padding-right: 23px;
    margin-right: auto; }
  .product__add-cart {
    position: relative;
    width: 120px;
    margin-bottom: 10px;
    -webkit-transition: color .3s, background .3s;
    -o-transition: color .3s, background .3s;
    transition: color .3s, background .3s; }
    .product__add-cart:before {
      content: '';
      position: absolute;
      top: 50%;
      left: 50%;
      width: 17px;
      height: 13px;
      -webkit-transition: .3s;
      -o-transition: .3s;
      transition: .3s;
      opacity: 0;
      -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      background: url("/local/templates/.default/_/templates/temp/styles/css/../../imgs/check-white.svg") no-repeat center; }
    .product__add-cart.--toggle {
      font-size: 0;
      background-color: #111 !important; }
      .product__add-cart.--toggle:before {
        opacity: 1; }
  .product.--border {
    padding: 30px;
    border: 1px solid #E6E6E6; }
    .product.--border .product__img {
      padding: 0;
      height: 180px; }
  .product.--sm {
    padding: 20px; }
    .product.--sm .product__img {
      padding: 0;
      height: 150px; }
  .product:hover .product__fast-view {
    opacity: 1;
    visibility: visible; }

.why {
  margin-top: 95px; }
  .why__title {
    margin-bottom: 32px; }
  .why__list {
    margin-bottom: -30px; }
  .why__item {
    display: block;
    margin-bottom: 30px; }
    .why__item:hover .why__img img {
      -webkit-transform: scale(1.4);
          -ms-transform: scale(1.4);
              transform: scale(1.4); }
  .why__img {
    width: 100%;
    height: 340px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    overflow: hidden; }
    .why__img img {
      -webkit-transition: 3.5s;
      -o-transition: 3.5s;
      transition: 3.5s; }
  .why__name {
    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;
    font-size: 16px;
    font-weight: 500;
    background-color: #F9EEE2;
    text-align: center;
    font-family: "Montserrat", sans-serif;
    padding: 24px 10px;
    height: -webkit-calc(100% - 340px);
    height: calc(100% - 340px);
    text-transform: uppercase; }

.we {
  margin-top: 95px; }
  .we__title {
    margin-bottom: 32px; }
  .we__item {
    height: 390px;
    padding: 110px 55px; }
    .we__item:nth-of-type(even) {
      background-color: #F9EEE2; }
    .we__item.--group .we__inner {
      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: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      margin-bottom: 50px; }
      .we__item.--group .we__inner:last-of-type {
        margin-bottom: 0; }
    .we__item.--group .we__icon {
      width: 71px;
      height: 71px;
      margin-bottom: 0; }
    .we__item.--group .we__text {
      width: -webkit-calc(100% - 71px);
      width: calc(100% - 71px);
      padding-left: 30px;
      text-align: left; }
  .we__icon {
    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;
    height: 100px;
    margin-bottom: 24px; }
  .we__text {
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    text-align: center;
    text-transform: uppercase; }

.order {
  margin-top: 95px;
  margin-bottom: 95px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover; }
  .order__wrap {
    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;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    background-color: #F9EEE2;
    height: 290px; }
  .order__title {
    text-align: center;
    text-transform: none; }
  .order__btn {
    width: 100%;
    max-width: 155px;
    margin-top: 15px;
    margin-left: auto;
    margin-right: auto; }

/*.portfolio {вынесено в extra.css
  margin-top: 95px;
  margin-bottom: 95px; }
  .portfolio.--mt0 {
    margin-top: 0; }
  .portfolio__title {
    margin-bottom: 32px; }
  .portfolio__list {
    margin-left: -15px;
    margin-right: -15px;
    margin-bottom: -30px; }
  .portfolio__item {
    display: block;
    width: -webkit-calc(100% / 2 - 30px);
    width: calc(100% / 2 - 30px);
    margin-left: 15px;
    margin-right: 15px;
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 30px; }
    .portfolio__item.--big .portfolio__img {
      height: 495px; }
    .portfolio__item:hover .portfolio__img img {
      -webkit-transform: scale(1.4);
          -ms-transform: scale(1.4);
              transform: scale(1.4); }
    .portfolio__item.--hidden {
      display: none; }
    .portfolio__item.--show {
      display: block; }
  .portfolio__img {
    height: 299.5px;
    overflow: hidden; }
    .portfolio__img img {
      -webkit-transition: 3.5s;
      -o-transition: 3.5s;
      transition: 3.5s; }
    .portfolio__img-hidden {
      display: none; }
  .portfolio__name {
    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;
    font-size: 16px;
    font-weight: 500;
    background-color: #F9EEE2;
    text-align: center;
    font-family: "Montserrat", sans-serif;
    padding: 5px 10px 3px;
    text-transform: uppercase;
    height: 61px;
    line-height: 1.4;
    overflow: hidden; }
  .portfolio__more {
    max-width: 230px;
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto; }*/

.email {
  margin-top: 100px;
  padding: 95px 0 100px;
  background-color: #F9EEE2; }
  .email__title {
    text-align: center;
    margin-bottom: 27px;
    text-transform: none; }
  .email__form {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .email__input {
    width: 320px;
    margin-right: 30px; }
  .email__btn {
    width: 185px; }

/*.breadcrumbs {
  padding-top: 45px;
  padding-bottom: 45px; }
  .breadcrumbs__list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    font-size: 12px;
    font-weight: 300;
    font-family: "Montserrat", sans-serif; }
  .breadcrumbs__item {
    position: relative;
    margin-right: 60px; }
    .breadcrumbs__item:after {
      position: absolute;
      top: 50%;
      right: -35px;
      margin-top: 0;
      -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%);
      content: '';
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 3.5px 0 3.5px 5px;
      border-color: transparent transparent transparent #000111; }
    .breadcrumbs__item:last-of-type {
      margin-right: 0; }
      .breadcrumbs__item:last-of-type:after {
        display: none; }
  .breadcrumbs__link:hover {
    border-color: #111; }

.is-safari .breadcrumbs__item:after {
  margin-top: 0px; }*/

.best {
  margin-bottom: 95px; }
  .best__title {
    margin-bottom: 32px; }
  .best__item {
    display: block; }
    .best__item:hover .best__img img {
      -webkit-transform: scale(1.4);
          -ms-transform: scale(1.4);
              transform: scale(1.4); }
  .best__img {
    height: 305px;
    overflow: hidden; }
    .best__img img {
      -webkit-transition: 3.5s;
      -o-transition: 3.5s;
      transition: 3.5s; }
  .best__name {
    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;
    font-size: 16px;
    line-height: 26px;
    font-weight: 500;
    font-family: "Montserrat", sans-serif;
    text-align: center;
    background-color: #F9EEE2;
    text-transform: uppercase;
    padding: 24px 10px;
    height: -webkit-calc(100% - 305px);
    height: calc(100% - 305px); }

/*.categories {
  margin-bottom: 95px; }
  .categories__head {
    margin-bottom: 27px; }
  .categories__desc {
    font-size: 16px;
    margin-left: 14px;
    position: relative;
    top: 1px; }
  .categories__arrows {
    margin-left: auto; }
  .categories__list {
      display: flex;
      flex-wrap: wrap;
  }
  .categories__list:not(.slick-initialized){
    display: flex;
    flex-wrap: nowrap;
    align-items: flex-start;
    width: 100%;
    overflow: hidden;
  }
  .categories__list:not(.slick-initialized) .categories__item {
    width: 200px;
    min-width: 200px;
  }
  .categories__list > .categories__item{
      width: calc(100% / 6);
  }
  .categories__item:hover .categories__icon {
    background-color: #f0d5b8; }
  .categories__icon {
    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;
    height: 170px;
    position: relative;
    overflow: hidden;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s; }
    .categories__icon img {
      position: absolute;
      min-height: 100%;
      min-width: 100%;
      max-width: unset !important;
      left: 50%;
      top: 50%;
      transform: translate(-50%,-50%);}
  .categories__name {
    font-size: 16px;
    line-height: 22px;
    font-weight: 300;
    margin-top: 20px; }*/

.select {
  z-index: 5;
  cursor: pointer;
  position: relative; }
  .select select {
    display: none; }
  .select__wrap {
    position: relative;
    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;
    white-space: nowrap; }
  .select__title {
    width: -webkit-calc(100% - 7px);
    width: calc(100% - 7px);
    font-size: 16px;
    padding-right: 10px; }
  .select__placeholder {
    margin-right: 7px; }
  .select__icon {
    width: 0;
    height: 0;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    border-style: solid;
    border-width: 7px 3.5px 0 3.5px;
    border-color: #000111 transparent transparent transparent;
    margin-left: auto; }
  .select__inner {
    position: absolute;
    top: 100%;
    margin-top: 15px;
    left: 0;
    width: 275px;
    padding: 40px 30px;
    -webkit-box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.1);
            box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.1);
    background-color: #fff;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    text-align: left; }
    .select__inner:before {
      content: '';
      position: absolute;
      top: -7px;
      left: 10px;
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 0 7px 7px 7px;
      border-color: transparent transparent #ffffff transparent; }
    .select__inner-wrap {
      max-height: 293px;
      overflow-y: auto; }
  .select__subtitle {
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 18px; }
  .select__item {
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    margin-bottom: 20px; }
    .select__item:last-of-type {
      margin-bottom: 0; }
  .select__label {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    font-size: 16px; }
    .select__label span {
      width: -webkit-calc(100% - 20px);
      width: calc(100% - 20px);
      padding-left: 15px;
      padding-top: 1px; }
  .select__color {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    position: relative; }
    .select__color:before {
      opacity: 0;
      display: block;
      content: '';
      width: 20px;
      height: 20px;
      -webkit-transition: .3s;
      -o-transition: .3s;
      transition: .3s;
      border: 1.2px solid #111;
      border-radius: 50%; }
  .select.--toggle .select__inner {
    opacity: 1;
    visibility: visible; }
  .select.--toggle .select__icon {
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg); }
  .select.--select .select__item.--selected {
    color: #FFAF58; }
  .select.--inner-right .select__inner {
    left: auto;
    right: 0; }
    .select.--inner-right .select__inner:before {
      right: 10px;
      left: auto; }
  .select.--md .select__wrap {
    height: 37px;
    padding-left: 25px;
    padding-right: 25px; }
  .select.--md .select__title {
    font-size: 14px; }
  .select.--bb-black .select__wrap {
    padding-left: 0;
    padding-right: 0;
    border-bottom: 1px solid #111; }
  .select.--border-black .select__wrap {
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    border: 1px solid #111; }
    .select.--border-black .select__wrap:hover {
      color: #fff;
      background-color: #111; }
      .select.--border-black .select__wrap:hover .select__icon {
        border-color: #fff transparent transparent transparent; }
  .select.--border-black.--toggle .select__wrap {
    color: #fff;
    background-color: #111; }
    .select.--border-black.--toggle .select__wrap .select__icon {
      border-color: #fff transparent transparent transparent; }
  .select.--line .select__title {
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    padding-right: 0;
    border-bottom: 2px solid #111; }
  .select.--line .select__wrap {
    width: 100%; }
  .select.--line .select__icon {
    display: none; }
  .select.--line .select__inner {
    margin-top: 0; }
  .select.--line:hover .select__title {
    border-color: transparent; }
  .select.--line.--toggle .select__title {
    border-color: transparent; }

.checkbox {
  cursor: pointer; }
  .checkbox__input {
    display: none; }
  .checkbox__label {
    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: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
    cursor: pointer; }
  .checkbox.--bg-black .checkbox__label {
    min-height: 20px;
    padding-left: 35px;
    padding-top: 2.5px;
    cursor: pointer; }
    .checkbox.--bg-black .checkbox__label:before, .checkbox.--bg-black .checkbox__label:after {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      -webkit-transition: .3s;
      -o-transition: .3s;
      transition: .3s; }
    .checkbox.--bg-black .checkbox__label:before {
      width: 20px;
      height: 20px;
      border: 1px solid #111; }
    .checkbox.--bg-black .checkbox__label:after {
      width: 14px;
      height: 11px;
      margin: 5px 3px;
      -webkit-transform: scale(0);
          -ms-transform: scale(0);
              transform: scale(0);
      background: url("/local/templates/.default/_/templates/temp/styles/css/../../imgs/checkbox.svg") no-repeat center; }
  .checkbox.--fz-md .checkbox__label {
    font-size: 16px; }
  .checkbox.--checked .checkbox__label:before {
    background-color: #111; }
  .checkbox.--checked .checkbox__label:after {
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1); }
  .checkbox.--checked .select__color:before {
    opacity: 1; }

.catalog__title {
  margin-bottom: 32px; }

.catalog__nav {
  padding-right: 15px;
  width: 245px; }
  .catalog__nav-title {
    display: none; }

/*.catalog__inner {
  width: -webkit-calc(100% - 245px);
  width: calc(100% - 245px); }
*/
.catalog__nav ul {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column; }

.catalog__nav li {
  position: relative;
  font-size: 16px;
  margin-bottom: 20px; }
  .catalog__nav li.--selected {
    padding-left: 15px; }
    .catalog__nav li.--selected:before {
      position: absolute;
      top: 4px;
      left: 0;
      display: block;
      content: '';
      width: 5px;
      height: 5px;
      border-radius: 50%;
      background-color: #111; }
    .catalog__nav li.--selected > a {
      font-weight: 500;
      border-bottom: none;
      cursor: default; }
  .catalog__nav li ul {
    line-height: 1.5em;
    padding-top: 20px;
    padding-left: 16px; }
    .catalog__nav li ul li {
      position: relative;
      margin-left: 25px; }
      .catalog__nav li ul li:before {
        content: '';
        position: absolute;
        top: 50%;
        left: -25px;
        width: 10px;
        height: 1px;
        margin-top: -1px;
        background-color: #111; }

.catalog__nav a:hover {
  border-color: #111; }
.catalog__nav a.active{
  border-color: #111;
}
.catalog__nav span {
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  border-bottom: 1px solid transparent; }
  .catalog__nav span:hover {
    border-color: #111; }

.catalog__list {
  margin-bottom: -30px; }

.catalog__col {
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  margin-bottom: 30px; }

.catalog__foot {
  margin-top: 30px; }

.mla {
  margin-left: auto; }

.filter__list {
  margin-bottom: 20px; }

.filter__select {
  margin-right: 28px; }
  .filter__select:last-of-type {
    margin-right: 0; }

.price-block__input {
  width: -webkit-calc(100% / 2 - 15px);
  width: calc(100% / 2 - 15px); }
  .price-block__input:nth-of-type(2) {
    margin-left: auto; }
  .price-block__input .input__area {
    padding-right: 14px; }

.scrollbar-track-y {
  width: 2px;
  opacity: 1; }
  .scrollbar-track-y .scrollbar-thumb {
    width: 2px; }

.gridus {
  position: relative;
  top: -3px; }
  .gridus__item {
    margin-right: 12px;
    cursor: pointer;
    font-size: 0; }
    .gridus__item:last-of-type {
      margin-right: 0; }
    .gridus__item path, .gridus__item rect {
      fill: #E5E5E5;
      -webkit-transition: .3s;
      -o-transition: .3s;
      transition: .3s; }
    .gridus__item.--selected path, .gridus__item.--selected rect {
      fill: #000; }

.selected {
  display: none;
  margin-bottom: 20px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-bottom: 20px;
  border-bottom: 1px solid #E6E6E6; }
  .selected.--show {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
  .selected__list {
    max-width: -webkit-calc(100% - 100px);
    max-width: calc(100% - 100px);
    margin-bottom: -15px; }
  .selected__item {
    display: none;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    font-weight: 400;
    padding: 5px 10px 5px 15px;
    border: 1px solid #000000;
    margin-right: 15px;
    margin-bottom: 15px;
    min-height: 41px; }
    .selected__item.--show {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex; }
  .selected__text {
    margin-right: 10px; }
  .selected__inner {
    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: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    text-transform: lowercase; }
    .selected__inner:after {
      content: ', ';
      margin-right: 6px; }
    .selected__inner:nth-last-of-type(2):after {
      display: none; }
    .selected__inner .checkbox__label {
      font-size: 14px;
      cursor: default; }
    .selected__inner .select__color {
      top: -1px; }
      .selected__inner .select__color + span {
        display: none; }
  .selected__price {
    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: end;
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end; }
    .selected__price-item:after {
      content: '-';
      margin-left: 5px;
      margin-right: 5px; }
    .selected__price-item:last-of-type:after {
      display: none; }
  .selected__btn-clear {
    margin-left: 6px; }

.clear {
  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-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  cursor: pointer;
  padding: 13px 0; }
  .clear__title {
    margin-right: 14px; }

.btn-clear {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -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;
  width: 22px;
  position: relative;
  cursor: pointer;
  height: -webkit-calc(100% + 10px);
  height: calc(100% + 10px);
  padding-bottom: 10px;
  margin-top: -5px;
  margin-bottom: -5px; }
  .btn-clear:before, .btn-clear:after {
    content: '';
    display: block;
    width: 14px;
    height: 1px;
    position: relative;
    top: 5px;
    background-color: #000;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s; }
  .btn-clear:before {
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg); }
  .btn-clear:after {
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
    margin-top: -1px; }
  .btn-clear:hover:before, .btn-clear:hover:after {
    opacity: .6; }

.pagination.--mid ul {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center; }

.pagination ul {
  margin-left: -2px;
  margin-right: -2px; }

.pagination li {
  margin-left: 2px;
  margin-right: 2px; }
  .pagination li.--selected a {
    color: #fff;
    background-color: #111; }
  .pagination li:hover a {
    color: #fff;
    background-color: #5e5e5e; }

/*.pagination a { вынесено в news/articles/style.css
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-box;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  -webkit-box-pack: center;
  -webkit-box-align: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  padding-top: 3px;
  width: 37px;
  height: 37px;
  font-size: 18px;
  transition: .3s; }*/

.video-b {
  margin-bottom: 95px; }
  .video-b__title {
    margin-bottom: 32px; }
  .video-b__wrap {
    position: relative;
    height: 712px; }
    .video-b__wrap:hover .video-b__img img {
      -webkit-transform: scale(1.05);
          -ms-transform: scale(1.05);
              transform: scale(1.05); }
  .video-b__img {
    display: block;
    overflow: hidden;
    cursor: pointer; }
    .video-b__img:before {
      content: '';
      z-index: 5;
      position: absolute;
      top: 50%;
      left: 50%;
      width: 88px;
      height: 88px;
      cursor: pointer;
      -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      background: url("/local/templates/.default/_/templates/temp/styles/css/../../imgs/youtube-button.png") no-repeat center;
      background-size: 100% auto; }
  .video-b__btn {
    position: absolute;
    left: 50%;
    bottom: 40px;
    width: 300px;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%); }

.pp__title {
  margin-bottom: 15px; }
  .pp__title .share {
    position: relative;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    vertical-align: top;
    top: -3px;
    margin-left: 18px; }

.pp__vendor-code {
  font-size: 16px; }

.pp__wrap {
  padding-top: 60px;
  margin-bottom: 95px; }

.pp__imgs {
  width: -webkit-calc(100% - 370px);
  width: calc(100% - 370px); }

.pp__content {
  padding-left: 30px;
  width: 370px; }

.pp__price-old {
  display: inline-block;
  font-size: 20px;
  line-height: 20px;
  font-weight: 300;
  position: relative;
  margin-bottom: 10px; }
  .pp__price-old:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    height: 1px;
    margin-top: -2px;
    background-color: #111; }

.pp__price-current {
  font-size: 24px;
  line-height: 24px;
  font-weight: 600; }

.pp__btn {
  position: relative;
  width: 120px;
  margin-top: 20px;
  -webkit-transition: color .3s, background .3s;
  -o-transition: color .3s, background .3s;
  transition: color .3s, background .3s; }
  .pp__btn:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 17px;
    height: 13px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    opacity: 0;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    background: url("/local/templates/.default/_/templates/temp/styles/css/../../imgs/check-white.svg") no-repeat center; }
  .pp__btn.--toggle {
    font-size: 0;
    background-color: #111 !important; }
    .pp__btn.--toggle:before {
      opacity: 1; }

.pp__subtitle {
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  text-transform: uppercase;
  margin-top: 25px; }
  .pp__subtitle a {
    border-color: #111; }
    .pp__subtitle a:hover {
      border-color: transparent; }

.pp__desc {
  font-size: 16px;
  line-height: 26px;
  margin-top: 25px; }

.pp__gallery {
  margin-top: 40px; }

.share {
  position: relative; }
  .share__icon {
    cursor: pointer; }
  .share__wrap {
    z-index: 5;
    position: absolute;
    left: 50%;
    top: 100%;
    width: 150px;
    margin-top: 4px;
    -webkit-transform: translate(-50%, 10px);
        -ms-transform: translate(-50%, 10px);
            transform: translate(-50%, 10px);
    background-color: #111;
    padding: 10px 6px;
    border-radius: 4px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s; }
    .share__wrap:before {
      position: absolute;
      left: 50%;
      margin-left: -5px;
      top: -7px;
      content: '';
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 0 5px 7px 5px;
      border-color: transparent transparent #000111 transparent; }
    .share__wrap ul {
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center; }
      .share__wrap ul li {
        margin-right: 10px; }
        .share__wrap ul li:last-of-type {
          margin-right: 0; }
        .share__wrap ul li a:before, .share__wrap ul li a:after {
          background-size: auto 100%; }
  .share.--toggle .share__wrap {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate(-50%, 0px);
        -ms-transform: translate(-50%, 0px);
            transform: translate(-50%, 0px); }

.pp-gallery {
  padding: 67px 25px;
  background-color: #F9EEE2; }
  .pp-gallery__title {
    text-align: center;
    margin-bottom: 20px; }
  .pp-gallery__btn {
    max-width: 145px;
    margin-left: auto;
    margin-right: auto; }

.imgs {
  font-size: 0; }
  .imgs__list-item {
    position: relative;
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -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;
    height: 340px; }
    .imgs__list-item.--video:before {
      content: '';
      z-index: 5;
      position: absolute;
      top: 50%;
      left: 50%;
      width: 88px;
      height: 88px;
      cursor: pointer;
      -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      background: url("/local/templates/.default/_/templates/temp/styles/css/../../imgs/youtube-button.png") no-repeat center;
      background-size: 100% auto; }
  .imgs__nav {
    position: relative;
    margin-top: 40px;
    padding: 40px 20px 0;
    border-top: 1px solid #111; }
    .imgs__nav .slick-arrow {
      position: absolute;
      top: 50%;
      margin-top: 20px;
      -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%); }
    .imgs__nav .slick-prev {
      left: 0; }
    .imgs__nav .slick-next {
      right: 0; }
    .imgs__nav .slick-disabled {
      opacity: .2;
      cursor: default; }
      .imgs__nav .slick-disabled:hover {
        opacity: .2; }
    .imgs__nav-item {
      position: relative;
      display: -webkit-box !important;
      display: -webkit-flex !important;
      display: -ms-flexbox !important;
      display: flex !important;
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
      -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;
      height: 60px;
      cursor: pointer;
      -webkit-transition: .3s;
      -o-transition: .3s;
      transition: .3s; }
      .imgs__nav-item.--video:before {
        content: '';
        z-index: 5;
        position: absolute;
        top: 50%;
        left: 50%;
        width: 39px;
        height: 39px;
        cursor: pointer;
        -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
        background: url("/local/templates/.default/_/templates/temp/styles/css/../../imgs/youtube-button.png") no-repeat center;
        background-size: 100% auto; }
      .imgs__nav-item:hover {
        opacity: .7; }

.brending {
  margin-bottom: 95px; }
  .brending__title {
    margin-bottom: 32px; }
  .brending__list {
    margin-bottom: -30px; }
  .brending__item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 30px; }
  .brending__img {
    height: 310px;
    margin-bottom: 40px; }
  .brending__name {
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    text-transform: uppercase;
    text-align: center; }
  .brending__desc {
    margin-top: 10px;
    line-height: 22px;
    font-weight: 100;
    text-align: center; }
  .brending__btn {
    width: 255px;
    margin-top: 20px; }
    .brending__btn.--checked {
      color: #fff;
      background-color: #111; }

/*.content {
  font-size: 16px;
  line-height: 26px;
  margin-top: 95px;
  margin-bottom: 95px; }
  .content h2 {
    font-size: 30px;
    line-height: 40px;
    font-weight: 400;
    text-transform: uppercase;
    margin-bottom: 22px; }
  .content h3 {
    font-size: 20px;
    line-height: 30px;
    font-weight: 400;
    text-transform: uppercase;
    margin-top: 35px;
    margin-bottom: 12px; }
  .content p {
    margin-bottom: 20px; }*/

.chars {
  margin-top: 95px;
  margin-bottom: 70px; }
  .chars__title {
    margin-bottom: 32px; }
  .chars__text {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start; }
    .chars__text ul {
      width: 50%;
      padding-left: 15px;
      padding-right: 15px;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column; }
    .chars__text li {
      width: 100%;
      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: start;
      -webkit-align-items: flex-start;
          -ms-flex-align: start;
              align-items: flex-start;
      font-size: 16px;
      padding: 14px 0 12px;
      border-bottom: 1px solid #E9E9E9; }
      .chars__text li strong {
        width: 40%;
        position: relative; }
        .chars__text li strong:after {
          position: absolute;
          top: 50%;
          right: 0;
          -webkit-transform: translateY(-50%);
              -ms-transform: translateY(-50%);
                  transform: translateY(-50%);
          display: block;
          content: '';
          width: 1px;
          height: 7px;
          background-color: #E9E9E9; }
      .chars__text li u {
        width: 60%;
        text-decoration: none;
        padding-left: 95px; }

.reviews {
  margin-bottom: 95px; }
  .reviews__head {
    margin-bottom: 27px; }
  .reviews__btn {
    position: relative;
    top: -2px;
    width: 220px; }
  .reviews__wrap {
    position: relative; }
  .reviews__list .slick-slide {
    padding-left: 15px;
    padding-right: 15px; }
    .reviews__list .slick-slide .reviews__item {
      display: -webkit-box !important;
      display: -webkit-flex !important;
      display: -ms-flexbox !important;
      display: flex !important; }
  .reviews__list.--mb- {
    margin-bottom: -30px; }
  .reviews__arrows .slick-arrow {
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    margin-top: -30px; }
  .reviews__arrows .slick-prev {
    left: -65px; }
  .reviews__arrows .slick-next {
    right: -65px; }
  .reviews__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-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 83px 28px 40px;
    border: 1px solid #000000;
    min-height: 420px; }
    .reviews__item.--width {
      width: -webkit-calc(100% / 2 - 30px);
      width: calc(100% / 2 - 30px);
      margin-left: 15px;
      margin-right: 15px;
      margin-bottom: 30px; }
    .reviews__item.--hidden {
      display: none; }
    .reviews__item.--show {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex; }
  .reviews__persona {
    width: 80px;
    height: 80px;
    margin-bottom: 40px; }
  .reviews__name {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 15px; }
  .reviews__text {
    font-size: 16px;
    line-height: 26px;
    text-align: center;
    max-width: 510px;
    margin-left: auto;
    margin-right: auto; }
    .reviews__text p {
      display: none; }
      .reviews__text p.--show {
        display: inline; }
    .reviews__text span {
      -webkit-transition: .3s;
      -o-transition: .3s;
      transition: .3s;
      cursor: pointer;
      border-bottom: 1px solid #111; }
      .reviews__text span:hover {
        border-color: transparent; }
  .reviews__stars {
    margin-top: 25px; }
    .reviews__stars .icon {
      margin-left: 5px;
      margin-right: 5px; }
  .reviews__dots {
    margin-top: 40px; }
  .reviews__more {
    max-width: 225px;
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto; }

.article__title {
  margin-bottom: 30px; }

.article__img {
  height: 485px;
  margin-bottom: 40px; }

.article__text {
  width: -webkit-calc(100% - 370px);
  width: calc(100% - 370px);
  padding-right: 30px; }

.article__aside {
  width: 370px; }

.article__order {
  padding: 95px 40px 100px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover; }
  .article__order-title {
    text-align: center;
    margin-bottom: 20px; }
  .article__order-btn {
    max-width: 135px;
    margin-left: auto;
    margin-right: auto; }

.text {
  font-size: 16px;
  line-height: 26px; }
  .text strong {
    font-weight: 500; }
  .text p {
    margin-bottom: 20px; }
    .text p.--bg {
      padding: 22px 30px 21px;
      display: -webkit-inline-box;
      display: -webkit-inline-flex;
      display: -ms-inline-flexbox;
      display: inline-flex;
      background-color: #F9EEE2; }
  .text h2 {
    font-size: 20px;
    line-height: 30px;
    font-weight: 400;
    text-transform: uppercase;
    margin-top: 40px;
    margin-bottom: 20px; }
  .text h5 {
    font-weight: 400; }
  .text img {
    margin-top: 40px;
    margin-bottom: 40px; }
    .text img.m-sm {
      margin-top: 15px;
      margin-bottom: 15px; }
  .text ul {
    padding-left: 30px; }
    .text ul.--bg {
      padding: 25px 30px;
      background-color: #F9EEE2; }
    .text ul li {
      position: relative;
      margin-bottom: 15px;
      padding-left: 21px; }
      .text ul li:before {
        content: '';
        width: 6px;
        height: 6px;
        border-radius: 50%;
        position: absolute;
        top: 9px;
        left: 0;
        background-color: #111; }
      .text ul li:last-of-type {
        margin-bottom: 0; }
  .text ol {
    padding-left: 30px;
    padding-top: 15px;
    padding-bottom: 15px; }
    .text ol.--bg {
      padding: 25px 30px;
      background-color: #F9EEE2; }
    .text ol li {
      margin-bottom: 15px; }
      .text ol li:last-of-type {
        margin-bottom: 0; }
      .text ol li .count {
        margin-right: 6px; }
  .text a {
    border-color: #111; }
    .text a:hover {
      border-color: transparent; }

.similar {
  margin-top: 95px; }
  .similar__title {
    margin-bottom: 32px; }
  .similar__list {
    margin-bottom: -30px; }
  .similar__item {
    margin-bottom: 30px; }
    .similar__item:hover .similar__img img {
      -webkit-transform: scale(1.1);
          -ms-transform: scale(1.1);
              transform: scale(1.1); }
  .similar__img {
    height: 265px;
    overflow: hidden; }
  .similar__name {
    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;
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    text-align: center;
    padding: 18px 30px;
    text-transform: uppercase;
    height: -webkit-calc(100% - 265px);
    height: calc(100% - 265px);
    background-color: #F9EEE2; }

.about__title {
  margin-bottom: 32px; }

.about__list {
  margin-bottom: -30px; }

.about__col {
  margin-bottom: 30px; }

.about__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-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
  padding: 74px 30px;
  border: 1px solid #111;
  height: 100%; }

.about__icon {
  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;
  width: 100%;
  height: 75px;
  margin-bottom: 40px; }

.about__name {
  font-size: 16px;
  line-height: 26px;
  font-weight: 500;
  text-transform: uppercase;
  text-align: center; }

.about__text {
  font-size: 16px;
  line-height: 26px;
  margin-top: 7px; }

.about__btn {
  margin-top: 20px;
  width: 100%;
  max-width: 180px;
  margin-left: auto;
  margin-right: auto; }

.about__content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
  padding: 35px 50px;
  background-color: #F9EEE2; }

.about__subtitle {
  text-align: center;
  text-transform: none;
  margin-bottom: 18px; }

.about__desc {
  font-size: 16px;
  line-height: 26px; }

.team {
  margin-top: 95px;
  margin-bottom: 95px; }
  .team__title {
    margin-bottom: 32px; }
  .team__img {
    height: 315px; }
  .team__text {
    padding: 17px 30px;
    font-size: 16px;
    line-height: 26px;
    background-color: #F9EEE2;
    text-align: center;
    height: -webkit-calc(100% - 315px);
    height: calc(100% - 315px); }
  .team__name {
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 2px; }
  .team__arrows .slick-arrow {
    margin-top: 15px; }
  .team__arrows .slick-prev {
    left: -55px; }
  .team__arrows .slick-next {
    right: -55px; }

.contacts__title {
  margin-bottom: 32px; }

.contacts__map {
  width: -webkit-calc(100% - 470px);
  width: calc(100% - 470px); }

.contacts__content {
  width: 470px;
  padding: 60px 40px;
  background-color: #F9EEE2; }

.contacts__item {
  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: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 40px; }
  .contacts__item:last-of-type {
    margin-bottom: 0; }

.contacts__icon {
  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;
  width: 24px; }

.contacts__text {
  font-size: 16px;
  line-height: 26px;
  padding-left: 25px;
  width: -webkit-calc(100% - 24px);
  width: calc(100% - 24px); }
  .contacts__text a[href*="mailto"]:hover {
    border-color: #111; }

.contacts__desc {
  font-weight: 500; }

.map-wrap {
  position: relative; }

.map {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }

.requisites {
  margin-top: 100px; }
  .requisites__imgs {
    width: 530px; }
  .requisites__img {
    width: 250px;
    margin-right: 30px; }
    .requisites__img:last-of-type {
      margin-right: 0; }
    .requisites__img:hover img {
      -webkit-transform: scale(0.95);
          -ms-transform: scale(0.95);
              transform: scale(0.95); }
  .requisites__content {
    padding-left: 50px;
    width: -webkit-calc(100% - 530px);
    width: calc(100% - 530px); }
  .requisites__text h3 {
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 20px;
    font-weight: 400; }
  .requisites__text p {
    font-size: 16px;
    line-height: 26px; }

.delivery__title {
  margin-bottom: 32px; }

.delivery__wrap {
  padding: 75px 100px 35px;
  background-color: #F9EEE2;
  margin-bottom: 100px; }

.delivery__city {
  font-size: 30px;
  line-height: 40px;
  font-weight: 400;
  margin-bottom: 25px;
  text-align: center; }
  .delivery__city .select__title {
    font-size: 30px; }
  .delivery__city .select__item {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 10px; }
    .delivery__city .select__item:last-of-type {
      margin-bottom: 0; }

.delivery__item {
  padding-top: 40px; }

.delivery__map {
  height: 450px; }

.city {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-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;
  width: 100%; }
  .city__select {
    margin-left: 10px; }

.tabz.--mid ul {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center; }

.tabz li {
  margin-right: -1px; }
  .tabz li:last-of-type {
    margin-right: 0; }
  .tabz li.--selected a {
    color: #fff;
    background-color: #111; }

.tabz a {
  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;
  text-align: center;
  padding: 11px 30px 9px;
  text-transform: uppercase;
  font-weight: 400;
  border: 1px solid #111; }

.tab-item {
  display: none; }
  .tab-item.--selected {
    display: block; }

.return__title {
  margin-bottom: 32px; }

.return__text {
  width: -webkit-calc(100% - 370px);
  width: calc(100% - 370px);
  padding-right: 30px; }
  .return__text h2:first-of-type {
    margin-top: 0; }

.return__nav {
  width: 370px;
  padding: 40px 80px 40px 40px;
  background-color: #F9EEE2; }
  .return__nav ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; }
  .return__nav li {
    position: relative;
    margin-bottom: 11px;
    padding-left: 20px;
    line-height: 24px; }
    .return__nav li:before {
      content: '';
      width: 10px;
      height: 1px;
      position: absolute;
      top: 9px;
      left: 0;
      background-color: #111; }
    .return__nav li:last-of-type {
      margin-bottom: 0; }
    .return__nav li ul {
      padding-top: 14px;
      padding-bottom: 4px; }
      .return__nav li ul li {
        font-weight: 300;
        padding-left: 30px; }
        .return__nav li ul li:before {
          content: '';
          width: 6px;
          height: 6px;
          border-radius: 50%;
          top: 7px;
          left: 14px;
          background-color: #111; }
  .return__nav a {
    font-size: 16px; }
    .return__nav a:hover {
      border-color: #111; }

.pay__title {
  margin-bottom: 32px; }

.pay__subtitle {
  margin-bottom: 25px; }

.pay__list {
  margin-bottom: -30px; }

.pay__item {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #111;
  min-height: 225px;
  padding: 40px 25px 30px;
  margin-bottom: 30px;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  cursor: pointer; }
  .pay__item:hover .pay__links {
    opacity: 1;
    visibility: visible; }
  .pay__item:hover .pay__icon {
    opacity: 0.05; }
  .pay__item.--checked {
    background-color: #F9EEE2; }

.pay__links {
  z-index: 10;
  position: absolute;
  top: 60px;
  left: 20px;
  right: 20px;
  opacity: 0;
  visibility: hidden; }

.pay__pay-now {
  margin-top: -20px;
  margin-bottom: 10px; }

.pay__label {
  cursor: pointer; }

.pay__icon {
  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;
  width: 100%;
  height: 70px;
  margin-bottom: 30px;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s; }

.pay__name {
  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;
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  text-transform: uppercase;
  text-align: center;
  height: -webkit-calc(100% - 70px);
  height: calc(100% - 70px); }

.pay__btns {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  margin-top: 100px; }
  .pay__btns.show-sm-xs {
    display: none; }
  .pay__btns.--show {
    opacity: 1;
    visibility: visible; }

.pay__btn {
  max-width: 260px;
  margin-bottom: 15px; }
  .pay__btn:last-of-type {
    margin-bottom: 0; }

.page404 {
  padding-top: 45px; }
  .page404__error {
    margin-bottom: 28px; }
    .page404__error a {
      border-color: #111; }
      .page404__error a:hover {
        border-color: transparent; }
  .page404__title {
    margin-bottom: 90px; }
  .page404__count {
    margin-bottom: 40px; }
  .page404__item {
    padding-left: 30px;
    padding-right: 30px;
    margin-right: 15px;
    margin-bottom: 15px; }
  .page404__list {
    margin-bottom: -15px;
    max-width: 740px; }

.method__title {
  margin-bottom: 32px; }

.method__nav {
  margin-bottom: 25px; }

.search__form {
  position: relative;
  margin-bottom: 95px; }

.search__input {
  width: 100%; }

.search__btn {
  position: absolute;
  bottom: 12px;
  right: 0; }
  .search__btn .icon {
    width: 18px;
    height: 18px; }

.search__block {
  margin-bottom: 95px; }
  .search__block:last-of-type {
    margin-bottom: 0; }

.stars {
  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: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }
  .stars__title {
    font-size: 16px;
    margin-right: 10px;
    padding-top: 3px; }
  .stars__list {
    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; }
  .stars__item.--hover .stars__label .icon:nth-of-type(1) {
    opacity: 0; }
  .stars__item.--hover .stars__label .icon:nth-of-type(2) {
    opacity: 1; }
  .stars__item.--checked .stars__label .icon:nth-of-type(1) {
    opacity: 0; }
  .stars__item.--checked .stars__label .icon:nth-of-type(2) {
    opacity: 1; }
  .stars__input {
    display: none; }
  .stars__label {
    display: block;
    position: relative;
    font-size: 0;
    cursor: pointer; }
    .stars__label .icon {
      -webkit-transition: .3s;
      -o-transition: .3s;
      transition: .3s; }
      .stars__label .icon:nth-of-type(2) {
        position: absolute;
        top: 0;
        left: 0;
        opacity: 0; }
    .stars__label:hover .icon:nth-of-type(1) {
      opacity: 0; }
    .stars__label:hover .icon:nth-of-type(2) {
      opacity: 1; }

/*.footer {
  color: #fff;
  background-color: #111;
  padding-top: 75px; }
  .footer a {
    color: #fff; }
  .footer__nav {
    padding-bottom: 40px;
    border-bottom: 1px solid #262626; }
    .footer__nav ul {
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      margin-left: auto;
      margin-right: auto; }
    .footer__nav li {
      margin-right: 75px; }
      .footer__nav li:last-of-type {
        margin-right: 0; }
    .footer__nav a {
      text-transform: uppercase; }
      .footer__nav a:hover {
        color: #FFAF58; }
  .footer__contacts {
    padding-top: 45px;
    padding-bottom: 45px;
    border-bottom: 1px solid #262626; }
  .footer__contact {
    position: relative;
    margin-right: 62px; }
    .footer__contact:after {
      content: '';
      width: 1px;
      height: 10px;
      position: absolute;
      top: 50%;
      right: -31px;
      -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%);
      background-color: #262626; }
    .footer__contact:last-of-type {
      margin-right: 0; }
      .footer__contact:last-of-type:after {
        display: none; }
  .footer__phone a:hover {
    color: #777777; }
  .footer__pay {
    padding-top: 50px;
    padding-bottom: 50px;
    border-bottom: 1px solid #262626; }
  .footer__links {
    padding-top: 22px;
    padding-bottom: 25px;
    text-align: center; }
    .footer__links ul {
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center; }
    .footer__links li {
      margin-bottom: 10px; }
      .footer__links li:last-of-type {
        margin-bottom: 0; }
    .footer__links a {
      font-size: 12px;
      color: #9595A5;
      border-color: #9595A5;
      font-family: "Montserrat", sans-serif; }
      .footer__links a:hover {
        color: #fff;
        border-color: #fff; }*/

/*.pay-block__title {
  text-transform: uppercase;
  margin-right: 30px; }

.pay-block__item {
  margin-right: 30px; }
  .pay-block__item:last-of-type {
    margin-right: 0; }

.pay-block__text {
  margin-top: 22px;
  color: #9595A5;
  text-align: center;
  font-size: 12px;
  line-height: 20px;
  font-family: "Montserrat", sans-serif; }
  .pay-block__text a {
    color: #9595A5;
    border-color: #9595A5; }
    .pay-block__text a:hover {
      color: #fff;
      border-color: #fff; }*/

.work {
  margin-top: 95px;
  margin-bottom: 95px; }
  .work__title {
    margin-bottom: 32px; }
  .work__item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    width: 25%;
    padding: 62px 10px 58px; }
    .work__item:nth-of-type(odd) {
      background-color: #F9EEE2; }
      .work__item:nth-of-type(odd) .work__icon-count {
        border-color: #F9EEE2; }
  .work__icon {
    position: relative;
    margin-bottom: 30px; }
    .work__icon-count {
      position: absolute;
      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;
      width: 31px;
      height: 31px;
      color: #fff;
      font-size: 16px;
      padding-top: 2px;
      border: 3px solid #fff;
      background-color: #111;
      border-radius: 50%;
      top: -15.5px;
      left: -15.5px; }
    .work__icon-wrap {
      height: 60px; }
      .work__icon-wrap img {
        height: 100%; }
  .work__text {
    font-size: 16px;
    line-height: 26px;
    text-align: center;
    font-weight: 500;
    text-transform: uppercase; }

.individual {
  margin-top: 95px;
  margin-bottom: 95px; }
  .individual__wrap {
    padding: 95px 205px;
    background-color: #F9EEE2; }
  .individual__title {
    text-transform: none;
    text-align: center;
    margin-bottom: 27px; }
  .individual__block {
    margin-bottom: 40px; }
    .individual__block:last-of-type {
      margin-bottom: 0; }
    .individual__block.--hidden {
      display: none; }
      .individual__block.--hidden-important {
        display: none !important; }
  .individual__subtitle {
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    text-transform: uppercase;
    margin-bottom: 10px; }
  .individual__tabs {
    margin-bottom: -15px; }
  .individual__tab {
    margin-right: 15px;
    margin-bottom: 15px; }
    .individual__tab:last-of-type {
      margin-right: 0; }
  .individual__input {
    margin-bottom: 15px; }
    .individual__input.--other {
      display: none;
      margin-top: 15px; }
  .individual__checkbox {
    margin-top: 10px; }
  .individual__btn {
    width: 100%;
    max-width: 180px;
    margin-top: -12px; }
  .individual__policy {
    line-height: 24px;
    margin-top: 20px; }

.tabus__input {
  display: none; }

.tabus__label {
  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;
  text-align: center;
  height: 37px;
  text-transform: uppercase;
  background-color: transparent;
  padding: 2px 30px 0;
  cursor: pointer;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  border: 1px solid #111; }

.tabus.--checked .tabus__label {
  color: #fff;
  background-color: #111; }

.checkboxs__checkbox {
  padding-top: 8px;
  margin-right: 30px; }
  .checkboxs__checkbox:last-of-type {
    margin-right: 0; }

.authors__title {
  margin-bottom: 32px; }

.authors__nav {
  width: 240px;
  border-right: 1px solid #111; }

.authors__inner {
  width: -webkit-calc(100% - 240px);
  width: calc(100% - 240px);
  padding-left: 60px; }

.authors__letters {
  margin-bottom: 40px; }
  .authors__letters ul li {
    margin-right: 12px; }
    .authors__letters ul li:last-of-type {
      margin-right: 0; }
  .authors__letters a {
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase; }
    .authors__letters a:hover {
      border-color: #111; }

.authors__block {
  margin-bottom: 40px; }
  .authors__block:last-of-type {
    margin-bottom: 0; }

.authors__head {
  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;
  border-bottom: 1px solid #111;
  margin-bottom: 40px; }

.authors__letter {
  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;
  width: 38px;
  height: 38px;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  background-color: #111;
  margin-bottom: -1px; }

.authors__name {
  margin-left: auto;
  padding-left: 10px;
  font-size: 16px;
  text-transform: uppercase; }

.authors__list ul {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column; }

.authors__list li {
  font-size: 16px;
  line-height: 30px; }

.authors__list a:hover {
  border-color: #111; }

.page-nav {
  margin-top: 40px; }
  .page-nav__btn {
    max-width: 260px; }
    .page-nav__btn .icon {
      top: -1px; }

.cart {
  padding-top: 40px;
  padding-bottom: 100px; }
  .cart__inner {
    position: relative; }
  .cart__top {
    margin-bottom: 32px; }
  .cart__clear {
    position: relative;
    top: -10px;
    font-size: 14px;
    font-weight: 400;
    margin-left: auto;
    text-transform: uppercase;
    cursor: pointer;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    border-bottom: 1px solid transparent; }
    .cart__clear:hover {
      border-color: #111; }
  .cart__inner {
    width: -webkit-calc(100% - 370px);
    width: calc(100% - 370px);
    padding-right: 30px; }
  .cart__total {
    width: 370px;
    margin-top: 70px; }
  .cart__more {
    z-index: 10;
    text-align: center;
    text-transform: uppercase;
    font-weight: 400;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    cursor: pointer;
    display: none; }
    .cart__more span {
      z-index: 2;
      position: relative;
      -webkit-transition: .3s;
      -o-transition: .3s;
      transition: .3s;
      border-bottom: 1px solid transparent; }
      .cart__more span:hover {
        border-color: #111; }
    .cart__more:after {
      z-index: 1;
      content: '';
      position: absolute;
      left: 0;
      right: 0;
      height: 260px;
      bottom: 0;
      background: -webkit-gradient(linear, left bottom, left top, from(white), to(rgba(255, 255, 255, 0)));
      background: -o-linear-gradient(bottom, white 0%, rgba(255, 255, 255, 0) 100%);
      background: linear-gradient(0deg, white 0%, rgba(255, 255, 255, 0) 100%); }
    .cart__more.--show {
      display: block; }
  .cart__foot {
    padding-top: 100px;
    display: none; }
  .cart__block:last-of-type .cart__datus {
    margin-bottom: 0; }
  .cart__method {
    margin-bottom: 100px; }
  .cart__map {
    display: none;
    margin-bottom: 100px; }
  .cart__map-area {
    height: 400px; }
  .cart__datus {
    margin-bottom: 100px; }
  .cart__datus {
    padding: 95px 200px 100px;
    background-color: #F9EEE2; }
  .cart__cols {
    margin-bottom: -25px; }
  .cart__col {
    margin-bottom: 25px; }
  .cart__subtitle {
    text-align: center;
    margin-bottom: 30px; }
  .cart__btn {
    width: 100%;
    max-width: 215px;
    margin-top: 15px; }
  .cart__policy {
    line-height: 24px; }
    .cart__policy a {
      border-color: #111; }
      .cart__policy a:hover {
        border-color: transparent; }

.cl__line {
  position: relative;
  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: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 38px;
  padding-bottom: 38px;
  border-bottom: 1px solid #111; }
  .cl__line.--head {
    padding-top: 0;
    padding-bottom: 25px; }
  .cl__line.--hidden {
    display: none; }

.cl__item {
  font-size: 16px; }
  .cl__item.--img {
    width: 130px; }
    .cl__item.--img a {
      display: block; }
  .cl__item.--data {
    width: 390px;
    padding-left: 40px; }
  .cl__item.--count {
    width: 105px; }
  .cl__item.--price {
    width: 100px; }
  .cl__item.--bold {
    font-weight: 500; }
  .cl__item.--clear {
    margin-left: auto; }

.cl__name {
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 10px; }
  .cl__name a:hover {
    border-color: #111; }

.cl__clear {
  width: 12px;
  height: 12px;
  cursor: pointer;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  position: relative;
  background: url("/local/templates/.default/_/templates/temp/styles/css/../../imgs/x-black.svg") no-repeat center; }
  .cl__clear:hover {
    opacity: .5; }

.cl__rec-copy {
  display: none; }

.cl__free-list {
  width: 100%; }

.incdec {
  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: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }
  .incdec__btn {
    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;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 13px;
    height: 13px;
    position: relative;
    cursor: pointer; }
    .incdec__btn:before, .incdec__btn:after {
      position: absolute;
      content: '';
      display: block;
      -webkit-transition: .3s;
      -o-transition: .3s;
      transition: .3s;
      top: 50%;
      left: 50%;
      margin-left: -6px;
      margin-top: -1px;
      background-color: #111; }
    .incdec__btn:before {
      width: 13px;
      height: 1px; }
    .incdec__btn:after {
      width: 1px;
      height: 13px;
      margin-left: 0;
      top: 2px; }
    .incdec__btn.--minus:after {
      display: none; }
    .incdec__btn.--plus:after {
      margin-top: -2px; }
    .incdec__btn:hover:before, .incdec__btn:hover:after {
      opacity: .5; }
  .incdec__input {
    width: 38px;
    display: block;
    font-size: 16px;
    font-weight: 400;
    padding-top: 2px;
    font-family: "Montserrat", sans-serif;
    text-align: center; }

.recovery {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }
  .recovery__btn {
    z-index: 2;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    padding-left: 30px;
    padding-right: 30px; }
  .recovery__bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(255, 255, 255, 0.8); }

.free-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  border-top: 1px solid #111;
  width: -webkit-calc(100% - 170px);
  width: calc(100% - 170px);
  margin-left: auto;
  padding-top: 14px;
  padding-bottom: 12px; }
  .free-item:first-of-type {
    margin-top: 20px; }
  .free-item:last-of-type {
    padding-bottom: 0; }
  .free-item__name {
    width: 450px;
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase; }
  .free-item__price {
    width: 100px;
    font-weight: 400; }
  .free-item__clear {
    width: 12px;
    height: 12px;
    cursor: pointer;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    margin-left: auto;
    background: url("/local/templates/.default/_/templates/temp/styles/css/../../imgs/x-black.svg") no-repeat center; }
    .free-item__clear:hover {
      opacity: .5; }

.total {
  padding: 40px 30px;
  background-color: #F9EEE2; }
  .total__title {
    margin-bottom: 30px; }
  .total__desc {
    font-size: 16px;
    line-height: 16px;
    margin-bottom: 10px; }
  .total__price {
    font-size: 20px;
    line-height: 20px;
    font-weight: 500; }
  .total__input {
    max-width: 205px;
    margin-top: 15px; }
  .total__btn {
    margin-top: 25px;
    max-width: 205px; }

/*.search {
  padding-top: 35px; }
  .search__title {
    margin-bottom: 38px; }*/

.popup {
  display: none;
  font-family: "Montserrat", sans-serif;
  cursor: default !important;
  overflow: visible;
  background-color: #fff; }
  .popup.--sm {
    width: 480px;
    padding: 95px 50px 85px; }
  .popup.--smm {
    width: 770px;
    padding: 95px 50px 85px; }
  .popup.--md {
    padding: 0;
    width: 1170px; }
  .popup.--lg {
    width: 1170px;
    padding: 60px; }
    .popup.--lg .case {
      width: 100% !important; }
  .popup__title {
    margin-bottom: 16px; }
  .popup__desc {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 35px; }
  .popup__stars {
    margin-bottom: 20px; }
  .popup__input {
    margin-bottom: 25px; }
  .popup__textarea {
    margin-bottom: 23px; }
  .popup__file {
    margin-bottom: 20px; }
  .popup__btn {
    width: 230px; }
    .popup__btn_sm {
      width: 170px; }
  .popup__policy {
    color: #9595A5;
    line-height: 24px;
    margin-top: 30px; }
    .popup__policy a {
      color: #9595A5;
      border-color: #9595A5; }
      .popup__policy a:hover {
        color: #111;
        border-color: #111; }
  .popup .individual {
    margin-top: 0;
    margin-bottom: 0; }
    .popup .individual .case {
      padding-left: 0;
      padding-right: 0; }
  .popup__close {
    position: absolute;
    width: 19px;
    height: 19px;
    top: 0;
    right: -35px;
    background: url("/local/templates/.default/_/templates/temp/styles/css/../../imgs/x-white.svg");
    cursor: pointer;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s; }
    .popup__close:hover {
      opacity: .5; }
  .popup .fancybox-close-small {
    display: none; }

.thanks {
  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-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column; }
  .thanks__icon {
    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;
    width: 113px;
    height: 113px;
    border-radius: 50%;
    background-color: #F9EEE2;
    margin-bottom: 40px; }
    .thanks__icon:before {
      content: '';
      display: block;
      width: 64px;
      height: 41px;
      background: url("/local/templates/.default/_/templates/temp/styles/css/../../imgs/check.svg") no-repeat center; }
  .thanks__text {
    font-size: 16px;
    line-height: 26px;
    margin-top: 5px; }

@-webkit-keyframes eye1 {
  0% {
    opacity: 1; }
  50% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes eye1 {
  0% {
    opacity: 1; }
  50% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@-webkit-keyframes eye2 {
  0% {
    opacity: 0; }
  50% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes eye2 {
  0% {
    opacity: 0; }
  50% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@media screen and (max-width: 1330px) {
  .slider__list {
    padding-left: 35px;
    padding-right: 35px; }
  .slider__arrows .slick-arrow.slick-prev {
    left: 15px; }
  .slider__arrows .slick-arrow.slick-next {
    right: 15px; }
  .reviews__list.--slider {
    padding-left: 45px;
    padding-right: 45px; }
  .reviews__arrows .slick-arrow.slick-prev {
    left: 15px; }
  .reviews__arrows .slick-arrow.slick-next {
    right: 15px; }
  .team__list {
    padding-left: 35px;
    padding-right: 35px; }
  .team__arrows .slick-arrow.slick-prev {
    left: 15px; }
  .team__arrows .slick-arrow.slick-next {
    right: 15px; }
  .fancybox-slide--html {
    padding-left: 40px;
    padding-right: 40px; } }

@media screen and (max-width: 1220px) {
  .case{
    max-width: 1200px;
  }
  .panel {
    font-size: 12px; }
    .panel__nav {
      margin-right: 25px; }
      .panel__nav li {
        margin-right: 15px; }
        .panel__nav li:last-of-type {
          margin-right: 0; }
    .panel__contact {
      margin-right: 20px; }
      .panel__contact:after {
        right: -10px; }
    .panel__callback {
      padding-left: 15px;
      padding-right: 15px; }
  .slider__img {
    width: 600px; }
  .slider__content {
    width: -webkit-calc(100% - 600px);
    width: calc(100% - 600px); }
  .we__item {
    padding: 70px 35px;
    height: auto; }
  .why__name {
    line-height: 26px; }
  .best__img {
    height: 270px; }
  .best__name {
    height: -webkit-calc(100% - 270px);
    height: calc(100% - 270px); }
  .filter__select {
    margin-right: 25px; }
    .filter__select:nth-last-of-type(2) {
      margin-right: 0; }
  .gridus {
    display: none; }
  .video-b__wrap {
    height: 460px;
    overflow: hidden; }
  .video-b__img {
    height: 100%; }
  .individual__wrap {
    padding: 70px 160px; }
  .authors__inner {
    padding-left: 30px; }
  .authors__letters ul li {
    margin-right: 7px; }
    .authors__letters ul li:last-of-type {
      margin-right: 0; }
  .pp__wrap {
    padding-top: 40px;
    margin-bottom: 55px; }
  .pp__imgs {
    width: 540px; }
  .pp__content {
    width: -webkit-calc(100% - 540px);
    width: calc(100% - 540px); }
  .pp-gallery {
    padding-left: 20px;
    padding-right: 20px; }
  .share {
    display: none; }
  .requisites__imgs {
    width: 460px; }
  .requisites__img {
    width: 220px;
    margin-right: 20px; }
  .requisites__content {
    width: -webkit-calc(100% - 460px);
    width: calc(100% - 460px);
    padding-left: 30px; }
  .delivery__wrap {
    padding: 40px; }
  .cart__inner {
    width: 100%;
    padding-right: 0; }
  .cart__datus {
    padding: 80px; }
  .footer__nav li {
    margin-right: 60px; }
    .footer__nav li:last-of-type {
      margin-right: 0; } }

@media screen and (max-width: 1100px) {
   .categories__list > .categories__item{
      width: calc(100% / 4);
  }
  .slider__img {
    width: 500px; }
  .slider__content {
    width: -webkit-calc(100% - 500px);
    width: calc(100% - 500px); } }

@media screen and (max-width: 992px) {
  html.--scroll-none, body.--scroll-none {
    overflow-y: hidden; }
  .header {
    z-index: 100;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; }
    .header__wrap {
      height: 70px;
      padding-top: 0;
      padding-bottom: 0; }
    .header__inner {
      height: 70px;
      padding-top: 19px;
      padding-bottom: 20px; }
    .header__hum-wrap {
      width: 25%; }
    .header__socials {
      width: 100%;
      bottom: 0;
      display: none; }
    .header__btns {
      width: 25%; }
    .header__logo {
      width: -webkit-calc(50%);
      width: calc(50%); }
    .header__search {
      display: none; }
  .panel {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3;
    font-size: 14px;
    background-color: #fff;
    padding-top: 0;
    padding-bottom: 0;
    overflow-y: auto;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    -webkit-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
            transform: translateX(-100%);
    position: absolute;
    top: 70px;
    left: 0;
    right: 0; }
    .panel.--toggle {
      -webkit-transform: translateX(0%);
          -ms-transform: translateX(0%);
              transform: translateX(0%); }
    .panel .case {
      height: 100%; }
    .panel__wrap {
      padding-top: 40px;
      padding-bottom: 0;
      max-height: 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; }
    .panel__nav {
      width: 100%;
      margin-right: 0; }
      .panel__nav ul {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                flex-direction: column;
        margin-right: 0;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
            -ms-flex-align: start;
                align-items: flex-start; }
      .panel__nav li {
        margin-bottom: 28px;
        margin-right: 0; }
        .panel__nav li:last-of-type {
          margin-bottom: 0; }
    .panel__contact:after {
      display: none; }
    .panel__search {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      margin-top: 35px; }
    .panel__time {
      width: 100%;
      text-align: center;
      margin-right: 0; }
    .panel__phone {
      margin-top: 24px;
      margin-left: auto !important;
      margin-right: auto !important; }
      .panel__phone:nth-last-of-type(2):after {
        display: none; }
    .panel__callback {
      width: 100%;
      max-width: 100%;
      margin-top: 24px;
      margin-right: auto; }
    .panel__socials {
      display: block;
      width: -webkit-calc(100% + 30px);
      width: calc(100% + 30px);
      padding-left: 15px;
      padding-right: 15px;
      margin-top: 40px;
      padding-top: 40px;
      padding-bottom: 40px;
      border-top: 1px solid #E6E6E6; }
      .panel__socials ul {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
            -ms-flex-pack: center;
                justify-content: center; }
  /*.search-block {
    position: relative;
    top: 0;
    opacity: 1;
    visibility: visible;
    right: 0;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    width: -webkit-calc(100% + 30px);
    width: calc(100% + 30px);
    padding-bottom: 35px;
    margin-bottom: 35px;
    border-bottom: 1px solid #E6E6E6;
    padding-left: 15px;
    padding-right: 15px;
    margin-left: -15px;
    margin-right: -15px; }
    .search-block__input.--bb-white {
      width: -webkit-calc(100% - 45px);
      width: calc(100% - 45px);
      margin-right: 0;
      -webkit-box-ordinal-group: 3;
      -webkit-order: 2;
          -ms-flex-order: 2;
              order: 2; }
      .search-block__input.--bb-white .input__title {
        font-size: 14px;
        color: #111; }
      .search-block__input.--bb-white .input__area {
        font-size: 14px;
        color: #111;
        border-color: #111; }
    .search-block__btn {
      margin-right: auto; }
      .search-block__btn .icon:before {
        background-size: cover;
        background-image: url("/local/templates/.default/_/templates/temp/styles/css/../../imgs/search-black.svg"); }
  .btn-search {
    display: none; }*/
  .nav {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
    background-color: #111;
    font-size: 14px;
    padding-top: 0;
    padding-bottom: 0;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    position: fixed;
    top: 70px;
    left: 0;
    right: 0;
    bottom: auto;
    -webkit-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
            transform: translateX(-100%); }
    .nav .case {
      padding-top: 25px;
      padding-bottom: 35px; }
    .nav ul {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-pack: start;
      -webkit-justify-content: flex-start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      text-align: left; }
    .nav li {
      margin-right: 0;
      margin-bottom: 28px; }
      .nav li:last-of-type {
        margin-bottom: 0; }
      .nav li.--selected a {
        color: #fff; }
    .nav a {
      color: #fff; }
      .nav a:before {
        display: none; }
    .nav.--toggle {
      -webkit-transform: translateX(0%);
          -ms-transform: translateX(0%);
              transform: translateX(0%); }
  .hum {
    display: block;
    cursor: pointer; }
    .hum span {
      display: block;
      width: 24px;
      height: 2px;
      background-color: #fff;
      margin-bottom: 6px;
      -webkit-transition: .3s;
      -o-transition: .3s;
      transition: .3s;
      position: relative; }
      .hum span:last-of-type {
        margin-bottom: 0; }
    .hum.--toggle span:nth-of-type(1) {
      top: 8px;
      -webkit-transform: rotate(45deg);
          -ms-transform: rotate(45deg);
              transform: rotate(45deg); }
    .hum.--toggle span:nth-of-type(2) {
      opacity: 0; }
    .hum.--toggle span:nth-of-type(3) {
      top: -8px;
      -webkit-transform: rotate(-45deg);
          -ms-transform: rotate(-45deg);
              transform: rotate(-45deg); }
  .btn-phone {
    display: block;
    border-bottom: none;
    font-size: 0;
    margin-right: 20px; }
  /*.main {
    padding-top: 70px; }*/
  .slider {
    margin-bottom: 55px; }
    .slider__list {
      padding-left: 0;
      padding-right: 0; }
    .slider__item {
      height: 460px;
      position: relative; }
    .slider__img {
      width: 100%; }
    .slider__content {
      -webkit-box-pack: end;
      -webkit-justify-content: flex-end;
          -ms-flex-pack: end;
              justify-content: flex-end;
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      width: 100%;
      border: none;
      padding: 30px;
      background-color: rgba(255, 255, 255, 0.6); }
    .slider__arrows {
      display: none; }
  .dots.--mt .slick-dots {
    margin-top: 30px; }
  .positions {
    margin-bottom: 55px; }
    .positions__head {
      margin-bottom: 22px; }
  .why__img {
    height: 270px; }
  .why__name {
    height: -webkit-calc(100% - 270px);
    height: calc(100% - 270px); }
  .we {
    margin-top: 55px; }
    .we__title {
      margin-bottom: 22px; }
    .we__item {
      padding: 70px 35px; }
      .we__item:nth-of-type(even) {
        background-color: #fff; }
      .we__item:nth-of-type(3n) {
        background-color: #F9EEE2; }
      .we__item:nth-of-type(2) {
        background-color: #F9EEE2; }
  .order {
    margin-top: 55px;
    margin-bottom: 55px; }
    .order__wrap {
      height: auto;
      padding: 55px 15px; }
  /*.portfolio { вынесено в extra.css
    margin-top: 55px;
    margin-bottom: 55px; }
    .portfolio__title {
      margin-bottom: 22px; }*/
  .email {
    padding: 55px 0;
    margin-top: 55px; }
  /*.breadcrumbs {
    padding-top: 30px;
    padding-bottom: 30px; }*/
  .best {
    margin-bottom: 55px; }
    .best__title {
      margin-bottom: 22px; }
    .best__img {
      height: 270px; }
    .best__name {
      height: auto;
      padding: 18px 10px; }
  /*.categories {
    margin-bottom: 55px; }
  .categories__list > .categories__item{
      width: calc(100% / 2);
  }*/
  .catalog {
    margin-bottom: 55px; }
    .catalog__nav {
      width: 100%; }
      .catalog__nav-title {
        position: relative;
        font-size: 20px;
        font-weight: 500;
        display: block;
        padding: 17px 15px 15px;
        background-color: #F9EEE2;
        padding-right: 25px;
        cursor: pointer; }
        .catalog__nav-title:after {
          right: 15px;
          position: absolute;
          top: 50%;
          margin-top: -4px;
          content: '';
          width: 0;
          height: 0;
          -webkit-transition: .3s;
          -o-transition: .3s;
          transition: .3s;
          border-style: solid;
          border-width: 8px 5px 0 5px;
          border-color: #000111 transparent transparent transparent; }
        .catalog__nav-title.--toggle:after {
          -webkit-transform: rotate(180deg);
              -ms-transform: rotate(180deg);
                  transform: rotate(180deg); }
      .catalog__nav-list {
        display: none;
        margin-top: 30px; }
      .catalog__nav ul {
        margin-top: 15px; }
      .catalog__nav li {
        margin-bottom: 10px; }
        .catalog__nav li ul {
          padding-top: 10px;
          padding-bottom: 15px; }
    /*.catalog__inner {
      width: 100%;
      padding-left: 0;
      margin-top: 30px; }*/
  .video-b {
    margin-bottom: 55px; }
    .video-b__wrap {
      height: 380px; }
  .work {
    margin-top: 55px;
    margin-bottom: 55px; }
    .work__item {
      width: 50%;
      min-height: 262px; }
      .work__item:nth-of-type(odd) {
        background-color: #fff; }
      .work__item:nth-of-type(3n) {
        background-color: #F9EEE2; }
      .work__item:nth-of-type(2) {
        background-color: #F9EEE2; }
  .individual {
    margin-top: 55px; }
    .individual__wrap {
      padding: 40px; }
  .authors {
    margin-bottom: 55px; }
    .authors__nav {
      border-right: none; }
    .authors__inner {
      padding-left: 0;
      padding-top: 40px;
      width: 100%; }
  .pp__imgs {
    width: 100%; }
  .pp__content {
    width: 100%;
    padding-left: 0;
    padding-top: 40px; }
  .pp-gallery {
    margin-top: 30px; }
  .pp__title .share {
    /*display: block;*/
    margin-left: 0;
    width: 40px;
    height: 40px;
    margin-bottom: 30px; }
  .share__wrap {
    width: 180px; }
  .socials.--share li.--viber {
    display: block; }
  .share__icon {
    width: 40px;
    height: 40px; }
  .share__wrap {
    left: 0;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    margin-left: 0;
    margin-top: 8px; }
    .share__wrap:before {
      left: 0;
      margin-left: 15px; }
  .share.--toggle .share__wrap {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    left: 0; }
  .brending {
    margin-bottom: 55px; }
    .brending__img {
      margin-bottom: 14px; }
    .brending__btn {
      margin-top: 14px; }
  /*.content {
    margin-top: 55px;
    margin-bottom: 55px; }*/
  .chars {
    margin-top: 55px;
    margin-bottom: 55px; }
    .chars__title {
      margin-bottom: 22px; }
    .chars__text ul {
      width: 100%; }
  .page-nav {
    margin-top: 30px; }
    .page-nav__left, .page-nav__right {
      display: none; }
    .page-nav__mid {
      width: 100%; }
  .about__title {
    margin-bottom: 22px; }
  .about__item {
    padding: 40px 30px; }
  .about__icon {
    margin-bottom: 25px; }
  .about__name {
    font-size: 14px;
    line-height: 24px; }
  .team {
    margin-top: 55px;
    margin-bottom: 55px; }
  .contacts__title {
    margin-bottom: 22px; }
  .contacts__map {
    width: 100%;
    height: 320px; }
  .contacts__content {
    width: 100%;
    padding: 40px; }
  .contacts__item {
    margin-bottom: 14px; }
    .contacts__item:last-of-type {
      margin-bottom: 0; }
  .requisites {
    margin-top: 45px; }
    .requisites__wrap {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column; }
    .requisites__content {
      width: 100%;
      padding-left: 0;
      margin-bottom: 25px; }
    .requisites__text h3 {
      font-size: 24px;
      line-height: 34px; }
    .requisites__imgs {
      -webkit-box-ordinal-group: 3;
      -webkit-order: 2;
          -ms-flex-order: 2;
              order: 2;
      width: 100%; }
  .delivery__title {
    margin-bottom: 22px; }
  .delivery__wrap {
    padding: 25px;
    margin-bottom: 55px; }
  .delivery__item {
    padding-top: 20px; }
  .city {
    line-height: 20px; }
    .city__title {
      font-size: 20px; }
    .city__select .select__title {
      font-size: 20px; }
  .tabz li {
    width: 100%;
    margin-right: 0; }
  .return__title {
    margin-bottom: 22px; }
  .return__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; }
  .return__nav {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
    width: 100%;
    margin-bottom: 30px; }
  .return__text {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
    width: 100%;
    padding-right: 0; }
  .pay__title {
    margin-bottom: 22px; }
  .pay__col-main {
    margin-bottom: 40px; }
    .pay__col-main:last-of-type {
      margin-bottom: 0; }
  .pay__subtitle {
    margin-bottom: 15px; }
  .page404 {
    padding-top: 35px;
    padding-bottom: 35px; }
    .page404__title {
      text-align: center;
      margin-bottom: 25px; }
    .page404__count img {
      margin-left: auto;
      margin-right: auto; }
  .cart {
    padding-bottom: 40px; }
    .cart__total {
      margin-top: 40px; }
  .cl__item.--data {
    width: 350px; }
  .free-item__name {
    width: 410px; }
  .cart__foot {
    padding-top: 55px; }
  .cart__datus {
    padding: 30px;
    margin-bottom: 50px; }
  .cart__subtitle {
    margin-bottom: 15px; }
  .cart__method {
    margin-bottom: 50px; }
  .method__title {
    margin-bottom: 20px; }
  .search__title {
    margin-bottom: 30px; }
  .search__form {
    margin-bottom: 30px; }
  .search__block {
    margin-bottom: 50px; }
  .search__subtitle {
    margin-bottom: 14px; }
  .search__list {
    margin-bottom: -30px; }
  .search__col {
    margin-bottom: 30px; }
  .imgs__list {
    padding-left: 25px;
    padding-right: 25px; }
    .imgs__list .slick-prev {
      left: -5px; }
    .imgs__list .slick-next {
      right: -5px; }
  .pay__btns {
    margin-top: 55px; }
    .pay__btns.hide-sm-xs {
      display: none; }
    .pay__btns.show-sm-xs {
      display: block; }
  .pay__btn {
    margin-left: auto;
    margin-right: auto; }
  .cart__map {
    margin-bottom: 50px; }
  .footer__nav li {
    margin-right: 30px; }
    .footer__nav li:last-of-type {
      margin-right: 0; }
  .pp__title {
    line-height: 46px; }
  .article__text {
    width: 100%; }
  .article__aside {
    width: 100%; }
  .similar {
    margin-top: 55px; }
    .similar__title {
      margin-bottom: 25px; } }

@media screen and (max-width: 767px) {
  .slider__list {
    margin-left: -15px;
    margin-right: -15px; }
  .slider__item {
    height: 400px; }
  .slider__content {
    padding: 30px 15px; }
  .product__img {
    height: 335px; }
  .product__title {
    margin-bottom: 11px; }
  .why__list {
    margin-bottom: 0; }
  .why__item {
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0; }
  .why__img {
    height: 250px; }
  .why__name {
    height: auto;
    padding-top: 21px;
    padding-bottom: 21px; }
  .we__item {
    width: 50%;
    padding: 0;
    background: none !important;
    margin-bottom: 30px; }
    .we__item:last-of-type {
      margin-bottom: 0; }
    .we__item.--group {
      width: 100%;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
          -ms-flex-direction: row;
              flex-direction: row; }
      .we__item.--group .we__inner {
        width: 50%;
        margin-bottom: 0; }
      .we__item.--group .we__icon {
        width: 66px;
        height: 100px; }
      .we__item.--group .we__text {
        padding-left: 15px; }
  .we__inner {
    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;
    padding-right: 10px; }
  .we__icon {
    width: 65px;
    max-height: 66px;
    margin-bottom: 0; }
  .we__text {
    font-size: 14px;
    line-height: 22px;
    width: -webkit-calc(100% - 65px);
    width: calc(100% - 65px);
    padding-left: 15px;
    text-align: left;
    font-weight: 500; }
    .we__text br {
      display: none; }
  /*.portfolio__list {вынесено в extra.css
    margin-bottom: 0;
    position: relative; }
    .portfolio__list .slick-arrow {
      top: -45px; }
    .portfolio__list .slick-prev {
      right: 45px; }
    .portfolio__list .slick-next {
      right: 15px; }
  .portfolio__item {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 0; }
    .portfolio__item.--big .portfolio__img {
      height: 380px; }
  .portfolio__img {
    height: 380px; }
  .portfolio__name {
    height: auto;
    padding-top: 15px;
    padding-bottom: 15px; }
  .portfolio__more {
    display: none; }*/
  .arrows.--line .slick-arrow.slick-prev {
    margin-right: 20px; }
  .email__title br {
    display: none; }
  .email__form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; }
  .email__input {
    width: 100%;
    max-width: 270px;
    margin-left: auto;
    margin-right: auto; }
  .email__btn {
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto; }
  .pay__btn {
    max-width: 100%; }
  /*.footer {
    padding-top: 43px; }
    .footer__nav {
      position: relative; }
      .footer__nav .case {
        padding-left: 0;
        padding-right: 0; }
      .footer__nav-wrap {
        overflow-y: hidden;
        overflow-x: auto;
        padding-bottom: 12px; }
        .footer__nav-wrap:before, .footer__nav-wrap:after {
          z-index: 1;
          content: '';
          position: absolute;
          top: 0;
          width: 58px;
          height: 15px; }
        .footer__nav-wrap:before {
          left: 0;
          background: -webkit-gradient(linear, left top, right top, color-stop(0.2%, #111111), color-stop(119.63%, rgba(17, 17, 17, 0)));
          background: -o-linear-gradient(left, #111111 0.2%, rgba(17, 17, 17, 0) 119.63%);
          background: linear-gradient(90deg, #111111 0.2%, rgba(17, 17, 17, 0) 119.63%); }
        .footer__nav-wrap:after {
          right: 0;
          background: -webkit-gradient(linear, right top, left top, color-stop(0.2%, #111111), color-stop(119.63%, rgba(17, 17, 17, 0)));
          background: -o-linear-gradient(right, #111111 0.2%, rgba(17, 17, 17, 0) 119.63%);
          background: linear-gradient(270deg, #111111 0.2%, rgba(17, 17, 17, 0) 119.63%); }
      .footer__nav ul {
        -webkit-flex-wrap: nowrap;
            -ms-flex-wrap: nowrap;
                flex-wrap: nowrap;
        white-space: nowrap;
        padding-left: 5px;
        padding-right: 5px; }
      .footer__nav li {
        margin-right: 18px; }
    .footer__contacts {
      padding-top: 35px;
      padding-bottom: 35px; }
    .footer__socials {
      width: 100%;
      margin-right: 0;
      margin-bottom: 25px; }
      .footer__socials ul {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
            -ms-flex-pack: center;
                justify-content: center; }
      .footer__socials li {
        margin-right: 50px; }
        .footer__socials li:last-of-type {
          margin-right: 0; }
          .footer__socials li:last-of-type a:after {
            display: none; }
      .footer__socials a:after {
        content: '';
        width: 1px;
        height: 10px;
        position: absolute;
        top: 50%;
        right: -30px;
        left: auto;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        background-color: #262626; }
      .footer__socials:after {
        display: none; }
    .footer__phone {
      margin-right: 50px; }
      .footer__phone:nth-last-of-type(2) {
        margin-right: 0; }
      .footer__phone:after {
        display: none; }
      .footer__phone.--line:after {
        display: block;
        right: -28px; }
    .footer__address {
      width: 100%;
      margin-top: 25px;
      text-align: center; }
    .footer__pay {
      padding-top: 40px;
      padding-bottom: 40px; }
  .pay-block__block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; }
  .pay-block__title {
    margin-right: 0;
    margin-bottom: 30px; }
  .pay-block__list {
    max-width: 250px;
    margin-left: auto;
    margin-right: auto;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: -25px; }
  .pay-block__item {
    margin-left: 15px;
    margin-right: 15px;
    margin-bottom: 25px; }
  .pay-block__text {
    max-width: 360px;
    margin-left: auto;
    margin-right: auto; }*/
  .popup.--sm {
    padding: 60px 30px; }
  .popup.--smm {
    padding: 60px 30px; }
  .popup.--lg {
    padding: 20px 0px; }
  .popup__title {
    font-size: 28px;
    line-height: 36px;
    text-transform: uppercase; }
  .popup__close {
    top: -35px;
    right: 0; }
  .call__title {
    font-weight: 700; }
  .call__phone {
    margin-bottom: 15px; }
    .call__phone-title {
      margin-bottom: 0; }
    .call__phone-wrap {
      margin-bottom: 0; }
  .call__callback {
    margin-bottom: 40px; }
    .call__callback a {
      font-size: 16px;
      line-height: 26px;
      border-color: #111; }
      .call__callback a:hover {
        border-color: transparent; }
  .call__socials-title {
    margin-bottom: 8px; }
  .filter__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; }
  .filter__select {
    margin-right: 0;
    width: 100%;
    max-width: 100%;
    margin-bottom: 10px;
    margin-left: 0 !important; }
  .fancybox-slide--html {
    padding: 40px 6px; }
  .select__inner {
    margin-top: 7px;
    width: 100%; }
  .select.--toggle {
    z-index: 8; }
  .select.--inner-right .select__inner {
    left: 0;
    right: auto; }
    .select.--inner-right .select__inner:before {
      left: 10px;
      right: auto; }
  .catalog__foot {
    margin-top: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; }
  .catalog__pagination ul {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; }
  /*.catalog__select {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px; }*/
  .video-b {
    margin-bottom: 40px; }
    .video-b__title {
      margin-bottom: 22px; }
    .video-b__wrap {
      margin-left: -15px;
      margin-right: -15px; }
    .video-b__img:before {
      width: 66px;
      height: 66px; }
  /*.breadcrumbs__item {
    margin-right: 30px; }
    .breadcrumbs__item:after {
      right: -19px; }*/
  .work__item {
    width: 100%;
    padding: 15px;
    min-height: 1px;
    background-color: transparent !important; }
  .work__icon {
    margin-bottom: 15px; }
  .pp__wrap {
    padding-top: 25px; }
  .individual {
    margin-top: 40px; }
    .individual__wrap {
      padding: 20px 15px; }
    .individual__tab {
      margin-right: 0;
      width: 100%; }
    .individual__col:first-of-type .individual__subtitle {
      margin-top: 0; }
    .individual__subtitle {
      margin-top: 25px; }
  .authors__letters {
    margin-bottom: 25px; }
  .authors__head {
    margin-bottom: 25px;
    margin-bottom: 25px; }
  .imgs__list-item {
    height: auto; }
  .imgs__nav {
    display: none; }
  .brending__title {
    font-size: 24px;
    line-height: 34px; }
  .chars__title {
    margin-bottom: 12px; }
  .chars__text li strong {
    width: 50%;
    padding-right: 10px; }
    .chars__text li strong:after {
      display: none; }
  .chars__text li u {
    width: 50%;
    padding-left: 0; }
  .reviews__head {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start; }
  /*.reviews__title {
    text-align: center;
    width: 100%; }*/
  .reviews__btn {
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto; }
  .reviews__list.--slider {
    padding-left: 0;
    padding-right: 0; }
  .reviews__arrows {
    display: none; }
  .reviews__item {
    padding: 28px; }
  .reviews__persona {
    margin-bottom: 20px; }
  .positions__desc {
    display: none; }
  .reviews__item {
    min-height: 1px; }
    .reviews__item.--width {
      width: 100%; }
  .about__content {
    padding: 30px; }
  .about__subtitle {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 14px; }
  .team__list {
    padding-left: 0;
    padding-right: 0; }
  .team__arrows {
    display: none; }
  .contacts {
    margin-left: -15px;
    margin-right: -15px; }
    .contacts__title {
      padding-left: 15px;
      padding-right: 15px; }
    .contacts__content {
      padding: 20px; }
    .contacts__map {
      -webkit-box-ordinal-group: 3;
      -webkit-order: 2;
          -ms-flex-order: 2;
              order: 2; }
  .requisites__imgs {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: -20px; }
  .requisites__img {
    width: 100%;
    max-width: 240px;
    margin-left: auto !important;
    margin-right: auto !important;
    margin-bottom: 20px; }
  .city {
    -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-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; }
    .city__title {
      margin-bottom: 4px; }
    .city__select {
      margin-left: 0; }
      .city__select .select__title {
        width: 100%; }
  .return__nav {
    padding: 25px; }
  .cart__head {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; }
  .cart__clear {
    margin-top: 15px;
    margin-left: 0; }
  .cart__title {
    width: 100%; }
  .cart__top {
    margin-bottom: 15px; }
  .cl__line {
    padding-top: 18px;
    padding-bottom: 18px; }
    .cl__line.--head {
      display: none; }
  .cl__item.--img {
    margin-bottom: 12px; }
  .cl__item.--data {
    width: -webkit-calc(100% - 130px);
    width: calc(100% - 130px);
    padding-left: 20px;
    margin-bottom: 12px; }
  .free-item {
    width: 100%;
    position: relative;
    padding-right: 24px;
    padding-bottom: 0;
    margin-top: 12px; }
    .free-item__clear {
      position: absolute;
      top: 50%;
      right: 0;
      -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%); }
  .incdec__btn:after {
    top: 1px; }
  .total {
    padding: 25px; }
    .total__title {
      margin-bottom: 15px; }
  .cart__btn {
    max-width: 100%; }
  .cart__datus {
    padding: 25px; }
  .footer__contacts-wrap {
    margin-left: -10px;
    margin-right: -10px; } }

@media screen and (max-width: 490px) {
  .we__item {
    width: 100%;
    padding: 0; }
    .we__item.--group {
      display: block; }
      .we__item.--group .we__inner {
        width: 100%;
        margin-bottom: 30px; }
        .we__item.--group .we__inner:last-of-type {
          margin-bottom: 0; }
      .we__item.--group .we__text {
        padding-left: 30px; }
  .we__inner {
    padding-right: 0; }
  .we__text {
    font-size: 16px;
    line-height: 26px;
    padding-left: 30px; } }

@media screen and (max-width: 420px) {
  /*.header__hum-wrap {
    width: 60px; }
  .header__btns {
    width: 60px; }*/
  .btn-phone {
    margin-right: 10px; }
  .panel__callback {
    max-width: 210px; }
  .positions__title {
    padding-right: 12px;
    max-width: -webkit-calc(100% - 62px);
    max-width: calc(100% - 62px); } }
/* End */


/* Start:/local/templates/.default/_/templates/temp/styles/css/corections.css?163429077512151*/
/*@-webkit-keyframes autofill {*/
/*    to {*/
/*        color: #000;*/
/*        background: transparent;*/
/*    }*/
/*}*/

/*input:-webkit-autofill {*/
/*    -webkit-animation-name: autofill;*/
/*    -webkit-animation-fill-mode: both;*/
/*}*/

/*input {*/
/*    background: url(#) 98% 50% no-repeat;*/
/*}*/
@media screen and (max-width: 550px){
	.header__panel .search-block{
		margin-top: 0px;
	}
	.header__panel .panel__nav{
		margin-bottom: 40px;
	}
	.header__panel .panel__wrap{
		padding-top: 30px;
	}
}
#wait_comp_9af113626c45a4213737b20777cea9a0{
    display: none !important;
}
.imgs__list .slick-track{
    display: flex;
    align-items: center;
}
.header__search{
    padding-left: 100px;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    -webkit-transition: color 9999s ease-out, background-color 9999s ease-out;
    -webkit-transition-delay: 9999s;
}

.footer__nav-wrap{
    display: flex;
    justify-content: center;
}
.footer__nav ul{
    margin: 0;
}

.accordion__item{
    height: 16px;
}
.search__item {
    margin-bottom: 40px !important;
}
.popup__wrap > .content .content__text.--hidden{
    max-height: 500px;
    overflow: hidden;
}
.main > .content .content__text.text.--hidden{
    max-height: 500px;
    overflow: hidden;
}
.selected__list .selected__inner .checkbox__label{
    text-transform: none;
}
.filter__list{
    margin-bottom: 30px;
}
.open_more{
    position: relative;
    font-size: 18px;
    color: #000;
    text-align: center;
    cursor: pointer;
    width: 100%;
    padding: 5px 0 3px;
    background: #000;
    color: #fff;
}
.open_more.--hidden{
    display: none;
}
.filter_count_item{
    position: absolute;
    left: auto;
    right: 12px;
    color: darkgray;
}
.cl__line{
    display: flex !important;
}
.cl__recovery{
    display: none;
}
.basket-items-list-item-container.basket-items-list-item-container-expend .cl__recovery{
    display: block;
}
.catalog__foot .select__inner{
    width: 100%;
    padding: 15px 30px;
}
.catalog__select .select__inner .select__item{
    text-align: right;
}
.return__text{
    width: 100%;
}
.pay__item.--checked .pay__icon{
    opacity: 1;
}
.hide{
    display: none;
}
.filter__list_dropdown{
    display: flex;
}
.product__btns{
    z-index: 2;
}
.filter__list-text{
    display: none;
}
@media screen and (min-width: 768px){
    .filter__list_dropdown{
        height: 16px !important;
        overflow: visible !important;
    }
}
@media screen and (max-width: 992px){
    .product__fast-view{
        display: none;
    }
    .nav a:hover{
        color: #fff;
    }
    .positions .product__btns{
        visibility: visible;
        opacity: 1;
        position: relative;
        flex-direction: row;
    }
    .positions .product__add-cart{
        width: calc(50% - 10px);
        margin-bottom: 0;
    }
    .search__block .product__btns{
        visibility: visible;
        opacity: 1;
        position: relative;
        flex-direction: row;
    }
    .search__block .product__add-cart{
        width: calc(50% - 10px);
        margin-bottom: 0;
    }
    .search__block .product__fast-order{
        width: calc(50% - 10px);
        margin: 0 0 0 auto;
    }
    .positions .product__fast-order{
        width: calc(50% - 10px);
        margin: 0 0 0 auto;
    }
    .product.--border .product__btns{
        padding: 15px 0 0;
        border: none;
    }
    .catalog .product__btns{
        position: relative;
        opacity: 1;
        visibility: visible;
    }
}
@media screen and (max-width: 776px){
    .catalog__select .select__inner .select__item{
        text-align: left;
    }
    .catalog__foot .select__inner{
        padding-left: 25px;
    }
}
@media screen and (max-width: 767px){
    .catalog .product__btns{
        flex-direction: row;
    }
    .catalog .product__add-cart{
        width: calc(50% - 5px);
        margin-bottom: 0;
    }
    .catalog .product__fast-order{
        width: calc(50% - 5px);
        margin: 0 0 0 auto;
    }
    .catalog .accordion__list{
        visibility: hidden;
    }
    .catalog .accordion__item.--selected .accordion__list{
        visibility: visible;
    }
}
@media screen and (max-width: 400px){
    .catalog .product__add-cart{
        white-space: nowrap;
    }
    .catalog .product__fast-order{
        white-space: nowrap;
    }
}
@media screen and (max-width: 992px) {
    .catalog__title{
        margin-bottom: 0;
    }
    .catalog__nav-title {
        display: none;
    }
    .authors .catalog__nav-title {
        display: block;
    }
}
.catalog__foot .select__inner{
    padding: 15px 42px 15px 15px;
}
.accordion__list .filter__select:nth-last-of-type(2){
    margin-right: 25px;
}
.vis.filter__list_dropdown{
    overflow: visible !important;
}
.filter__list .accordion__list{
    max-height: inherit;
    display: flex;
    overflow: visible;
}
@media screen and (max-width: 767px){
    .filter__list-text {
        border-bottom: 1px solid #E6E6E6;
    }
    .filter__list-text > div{
        width: 50%;
        display: flex;
        justify-content: center;
    }
    .filter__list-text .select__icon{
        display: none;
    }
    .filter__list .accordion__item.--selected .accordion__list{
        display: block;
        padding-top: 10px;
    }
    .filter__list-text{
        display: flex;
    }
    .filter__list_dropdown{
        display: block;
    }
    .filter__list .accordion__list{
        display: block;
        overflow: hidden;
        transition: padding .6s;
    }
    .filter__list > .filter__select.--inner-right{
        display: none;
    }
    .vis .accordion__list{
        overflow: visible !important;
    }
    .fltr__img{
        height: 12px;
        width: 13px;
        order: -1;
        margin-right: 7px;
    }
}
.accordion__anchor{
    cursor: pointer;
}
@media screen and (max-width: 550px){
    .pay__links{
        opacity: 1;
        visibility: visible;
        width: 100%;
        position: initial;
        order: 1;
        margin-top: 23px;
    }
    .pay .pay__icon{
        margin-bottom: 12px;
    }
    .pay .pay__item{
        padding-top: 10px;
        padding-bottom: 15px;
        min-height: auto;
    }
}
.accordion__item{
    transition: padding .45s, height .7s;
    overflow: hidden;
}
.catalog__nav .accordion__list{
    padding-left: 0;
}
.filter__list_dropdown.accordion__item.--selected {
    overflow: hidden;
}
@media screen and (max-width: 767px){
    .filter__list_dropdown{
        overflow: visible;
    }
}
.select__icon{
    transition: transform .3s;
}
.authors #catalog__accordion .accordion__item{
    min-height: 16px;
}
*,*:after,*:before{
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0) !important;
}
.selected__item.--show{
    align-items: center;
}
.selected__btn-clear{
    height: 15px;
    top: -1px;
}
.selected__item{
    padding: 11px 10px 12px 15px;
}

.delivery__wrap{
    margin-bottom: 0;
}
.order{
    margin-top: 45px;
}
.pay .pay__item.--checked{
    background-color: inherit;
}

@media screen and (max-width: 630px){
    .footer__nav li:last-of-type{
        padding-right: 40px;
    }
    .footer__nav li:first-of-type{
        padding-left: 50px;
    }
}

@media screen and (max-width: 550px) {
    .btn.--border-black:hover{
        color: inherit;
        background-color: inherit;
    }

}
.positions .product__fast-order{
    white-space: nowrap;
}
.positions .product__add-cart{
    white-space: nowrap;
}
.product__btns{
    z-index: 10;
}
@media screen and (min-width: 993px) {
    .product:hover .product__gallery_list{
        opacity: 1;
    }
    .product__fast-view{
        z-index: 3;
    }
    .product__gallery_list{
        opacity: 0;
        position: absolute;
        height: 100%;
        width: 100%;
        display: flex;
        z-index: 2;
        top: 0;
        left: 0;
        right: 0;
    }
    .search__blocks .product__gallery_list{
        width: calc(100% - 20px);
        left: 50%;
        transform: translateX(-50%);
    }
    .search__blocks .product-gallery__item::after{
        top: 10px;
    }
    .product-gallery__item{
        width: 100%;
        position: relative;
    }
    .product-gallery__item::after{
        content: '';
        width: calc(100% - 4px);
        height: 1px;
        background: #999;
        position: absolute;
        top: 0;
        left: 50%;
        transform: translateX(-50%);
        transition: all .3s;
    }
    .product-gallery__item:hover::after{
        background: #111;
    }
}
.check .icon-check{
    display: none;
}
.check.--checked .icon-check{
    display: block;
}

.arrows .slick-arrow.slick-prev::before{
    background-image: url("/local/templates/.default/_/templates/temp/imgs/chevron-left-black.svg");
}
.arrows .slick-arrow.slick-next::before{
    background-image: url("/local/templates/.default/_/templates/temp/imgs/chevron-right-black.svg");
}
--color input[checked] ~ label .select__color:before {
    opacity: 1;
}
.catalog__inner.item-small .catalog__col {
    width: 25% !important;
}
#basket-root.--open .total__input{
    display: none !important;
}
#basket-root.--open .total__btn{
    display: none !important;
}
.city__item{
    display: none;
}
.city__item.--open{
    display: block;
}
.product__img > a {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.selected__btn-clear{
    height: 15px;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
    top: 0;
}
.selected__btn-clear::after{
    top: 0;
}
.selected__btn-clear::before{
    top: 0;
}
@media screen and (min-width: 768px){
    .filter__list,
    .gridus__list{
        flex-wrap: nowrap;
    }
    .smart_filter_form{
        flex-wrap: wrap;
    }
    .filter__select{
        margin-bottom: 8px;
    }
}
body > iframe{
    display: none;
}
img.lozad{
    background: url('/local/templates/.default/loader.svg') center center no-repeat;
    background-size: 100px;
}
.product__img > a img.lozad{
    min-width: 100px;
    min-height: 100px;
}
img.lozad.loaded{
    background: none;
}
.product__btns .product__add-cart{
    -webkit-transition: color .0s, background .0s;
    -o-transition: color .0s, background .0s;
    transition: color .0s, background .0s;
}
.product__btns .product__fast-order.btn{
    -webkit-transition: .0s;
    -o-transition: .0s;
    transition: .0s;
}

.catalog__nav span{
    line-height: 1.25;
}
.breadcrumbs__item{
    margin-bottom: 10px;
}
@media screen and (max-width: 767px){
    .breadcrumbs__item{
        margin-bottom: 7px;
    }
}
.panel__phone{
    font-weight: 700;
}
@media screen and (max-width: 992px) {
    .why{
        margin-top: 55px;
    }
    .panel__wrap .panel__phone{
        width:100%;
        text-align: center;
    }
}

.open_more::after {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100px;
    background: linear-gradient(180deg,rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
    bottom: 100%;
}
.open_more.open::after{
    content: none;
}

.filter__list > .filter__select {
    padding-left: 5px;
}
@media screen and (max-width: 850px) {
    .footer__nav li {
        margin-right: 20px;
    }
}
@media screen and (max-width: 767px) {
    .footer__nav-wrap{
        justify-content: left;
    }
}

@media screen and (min-width: 992px) {
    .search__item{
        border:1px solid transparent;
    }
    .search__block .search__item .product__btns{
        border:1px solid transparent;
        padding: 15px 10px;
    }
    .search__item .product__content{
        padding-left: 10px;
        padding-right: 10px;
    }
    .search__item:hover .product__img{
        border: none;
    }
    .search__item:hover{
        border: 1px solid #000;
    }
    .search__item:hover .product__btns{
        border: 1px solid #000;
        border-top-color: transparent;
    }
}

@media screen and (min-width:1220px){
    .gridus__list{
        margin-top: -3px;
        line-height: 0;
    }
    .catalog__title{
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
}

/* End */


/* Start:/local/templates/libs2024/css/libs.min.css?173315573740006*/
@font-face{font-family:"swiper-icons";src:url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");font-weight:400;font-style:normal}:root{--swiper-theme-color: #007aff}.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;box-sizing:content-box}.swiper-android .swiper-slide,.swiper-wrapper{transform:translate3d(0px, 0, 0)}.swiper-pointer-events{touch-action:pan-y}.swiper-pointer-events.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-3d,.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-wrapper,.swiper-3d .swiper-slide,.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-cube-shadow{transform-style:preserve-3d}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-slide-shadow-bottom{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:rgba(0,0,0,.15)}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0))}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0))}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0))}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0))}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-horizontal.swiper-css-mode>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-vertical.swiper-css-mode>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-centered>.swiper-wrapper::before{content:"";flex-shrink:0;order:9999}.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-horizontal>.swiper-wrapper::before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-vertical>.swiper-wrapper::before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center}.swiper-virtual .swiper-slide{-webkit-backface-visibility:hidden;transform:translateZ(0)}.swiper-virtual.swiper-css-mode .swiper-wrapper::after{content:"";position:absolute;left:0;top:0;pointer-events:none}.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after{height:1px;width:var(--swiper-virtual-size)}.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after{width:1px;height:var(--swiper-virtual-size)}:root{--swiper-navigation-size: 44px}.swiper-button-prev,.swiper-button-next{position:absolute;top:50%;width:calc(var(--swiper-navigation-size)/44*27);height:var(--swiper-navigation-size);margin-top:calc(0px - var(--swiper-navigation-size)/2);z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--swiper-navigation-color, var(--swiper-theme-color))}.swiper-button-prev.swiper-button-disabled,.swiper-button-next.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-prev.swiper-button-hidden,.swiper-button-next.swiper-button-hidden{opacity:0;cursor:auto;pointer-events:none}.swiper-navigation-disabled .swiper-button-prev,.swiper-navigation-disabled .swiper-button-next{display:none !important}.swiper-button-prev:after,.swiper-button-next:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);text-transform:none !important;letter-spacing:0;font-variant:initial;line-height:1}.swiper-button-prev,.swiper-rtl .swiper-button-next{left:10px;right:auto}.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after{content:"prev"}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:10px;left:auto}.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after{content:"next"}.swiper-button-lock{display:none}.swiper-pagination{position:absolute;text-align:center;transition:300ms opacity;transform:translate3d(0, 0, 0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-pagination-disabled>.swiper-pagination,.swiper-pagination.swiper-pagination-disabled{display:none !important}.swiper-pagination-fraction,.swiper-pagination-custom,.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal{bottom:10px;left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transform:scale(0.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(0.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(0.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(0.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(0.33)}.swiper-pagination-bullet{width:var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));height:var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));display:inline-block;border-radius:50%;background:var(--swiper-pagination-bullet-inactive-color, #000);opacity:var(--swiper-pagination-bullet-inactive-opacity, 0.2)}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-webkit-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet:only-child{display:none !important}.swiper-pagination-bullet-active{opacity:var(--swiper-pagination-bullet-opacity, 1);background:var(--swiper-pagination-color, var(--swiper-theme-color))}.swiper-vertical>.swiper-pagination-bullets,.swiper-pagination-vertical.swiper-pagination-bullets{right:10px;top:50%;transform:translate3d(0px, -50%, 0)}.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet{margin:var(--swiper-pagination-bullet-vertical-gap, 6px) 0;display:block}.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:200ms transform,200ms top}.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 var(--swiper-pagination-bullet-horizontal-gap, 4px)}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translateX(-50%);white-space:nowrap}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:200ms transform,200ms left}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:200ms transform,200ms right}.swiper-pagination-progressbar{background:rgba(0,0,0,.25);position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color, var(--swiper-theme-color));position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(0);transform-origin:left top}.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite{width:100%;height:4px;left:0;top:0}.swiper-vertical>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite{width:4px;height:100%;left:0;top:0}.swiper-pagination-lock{display:none}.swiper-scrollbar{border-radius:10px;position:relative;-ms-touch-action:none;background:rgba(0,0,0,.1)}.swiper-scrollbar-disabled>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-disabled{display:none !important}.swiper-horizontal>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-horizontal{position:absolute;left:1%;bottom:3px;z-index:50;height:5px;width:98%}.swiper-vertical>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-vertical{position:absolute;right:3px;top:1%;z-index:50;width:5px;height:98%}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:rgba(0,0,0,.5);border-radius:10px;left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-scrollbar-lock{display:none}.swiper-zoom-container{width:100%;height:100%;display:flex;justify-content:center;align-items:center;text-align:center}.swiper-zoom-container>img,.swiper-zoom-container>svg,.swiper-zoom-container>canvas{max-width:100%;max-height:100%;object-fit:contain}.swiper-slide-zoomed{cursor:move}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;box-sizing:border-box;border:4px solid var(--swiper-preloader-color, var(--swiper-theme-color));border-radius:50%;border-top-color:rgba(0,0,0,0)}.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader{animation:swiper-preloader-spin 1s infinite linear}.swiper-lazy-preloader-white{--swiper-preloader-color: #fff}.swiper-lazy-preloader-black{--swiper-preloader-color: #000}@keyframes swiper-preloader-spin{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}.swiper .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-free-mode>.swiper-wrapper{transition-timing-function:ease-out;margin:0 auto}.swiper-grid>.swiper-wrapper{flex-wrap:wrap}.swiper-grid-column>.swiper-wrapper{flex-wrap:wrap;flex-direction:column}.swiper-fade.swiper-free-mode .swiper-slide{transition-timing-function:ease-out}.swiper-fade .swiper-slide{pointer-events:none;transition-property:opacity}.swiper-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-fade .swiper-slide-active,.swiper-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube{overflow:visible}.swiper-cube .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1;visibility:hidden;transform-origin:0 0;width:100%;height:100%}.swiper-cube .swiper-slide .swiper-slide{pointer-events:none}.swiper-cube.swiper-rtl .swiper-slide{transform-origin:100% 0}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-next,.swiper-cube .swiper-slide-prev,.swiper-cube .swiper-slide-next+.swiper-slide{pointer-events:auto;visibility:visible}.swiper-cube .swiper-slide-shadow-top,.swiper-cube .swiper-slide-shadow-bottom,.swiper-cube .swiper-slide-shadow-left,.swiper-cube .swiper-slide-shadow-right{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0px;width:100%;height:100%;opacity:.6;z-index:0}.swiper-cube .swiper-cube-shadow:before{content:"";background:#000;position:absolute;left:0;top:0;bottom:0;right:0;filter:blur(50px)}.swiper-flip{overflow:visible}.swiper-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1}.swiper-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-flip .swiper-slide-active,.swiper-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-flip .swiper-slide-shadow-top,.swiper-flip .swiper-slide-shadow-bottom,.swiper-flip .swiper-slide-shadow-left,.swiper-flip .swiper-slide-shadow-right{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-creative .swiper-slide{-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden;transition-property:transform,opacity,height}.swiper-cards{overflow:visible}.swiper-cards .swiper-slide{transform-origin:center bottom;-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden}
.carousel{position:relative;box-sizing:border-box}.carousel *,.carousel *:before,.carousel *:after{box-sizing:inherit}.carousel.is-draggable{cursor:move;cursor:grab}.carousel.is-dragging{cursor:move;cursor:grabbing}.carousel__viewport{position:relative;overflow:hidden;max-width:100%;max-height:100%}.carousel__track{display:flex}.carousel__slide{flex:0 0 auto;width:var(--carousel-slide-width, 60%);max-width:100%;padding:1rem;position:relative;overflow-x:hidden;overflow-y:auto;overscroll-behavior:contain}.has-dots{margin-bottom:calc(.5rem + 22px)}.carousel__dots{margin:0 auto;padding:0;position:absolute;top:calc(100% + .5rem);left:0;right:0;display:flex;justify-content:center;list-style:none;user-select:none}.carousel__dots .carousel__dot{margin:0;padding:0;display:block;position:relative;width:22px;height:22px;cursor:pointer}.carousel__dots .carousel__dot:after{content:"";width:8px;height:8px;border-radius:50%;position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);background-color:currentColor;opacity:.25;transition:opacity .15s ease-in-out}.carousel__dots .carousel__dot.is-selected:after{opacity:1}.carousel__button{width:var(--carousel-button-width, 48px);height:var(--carousel-button-height, 48px);padding:0;border:0;display:flex;justify-content:center;align-items:center;pointer-events:all;cursor:pointer;color:var(--carousel-button-color, currentColor);background:var(--carousel-button-bg, transparent);border-radius:var(--carousel-button-border-radius, 50%);box-shadow:var(--carousel-button-shadow, none);transition:opacity .15s ease}.carousel__button.is-prev,.carousel__button.is-next{position:absolute;top:50%;transform:translateY(-50%)}.carousel__button.is-prev{left:10px}.carousel__button.is-next{right:10px}.carousel__button[disabled]{cursor:default;opacity:.3}.carousel__button svg{width:var(--carousel-button-svg-width, 50%);height:var(--carousel-button-svg-height, 50%);fill:none;stroke:currentColor;stroke-width:var(--carousel-button-svg-stroke-width, 1.5);stroke-linejoin:bevel;stroke-linecap:round;filter:var(--carousel-button-svg-filter, none);pointer-events:none}html.with-fancybox{scroll-behavior:auto}body.compensate-for-scrollbar{overflow:hidden !important;touch-action:none}.fancybox__container{position:fixed;top:0;left:0;bottom:0;right:0;direction:ltr;margin:0;padding:env(safe-area-inset-top, 0px) env(safe-area-inset-right, 0px) env(safe-area-inset-bottom, 0px) env(safe-area-inset-left, 0px);box-sizing:border-box;display:flex;flex-direction:column;color:var(--fancybox-color, #fff);-webkit-tap-highlight-color:rgba(0,0,0,0);overflow:hidden;z-index:1050;outline:none;transform-origin:top left;--carousel-button-width: 48px;--carousel-button-height: 48px;--carousel-button-svg-width: 24px;--carousel-button-svg-height: 24px;--carousel-button-svg-stroke-width: 2.5;--carousel-button-svg-filter: drop-shadow(1px 1px 1px rgba(0, 0, 0, 0.4))}.fancybox__container *,.fancybox__container *::before,.fancybox__container *::after{box-sizing:inherit}.fancybox__container :focus{outline:none}body:not(.is-using-mouse) .fancybox__container :focus{box-shadow:0 0 0 1px #fff,0 0 0 2px var(--fancybox-accent-color, rgba(1, 210, 232, 0.94))}@media all and (min-width: 1024px){.fancybox__container{--carousel-button-width:48px;--carousel-button-height:48px;--carousel-button-svg-width:27px;--carousel-button-svg-height:27px}}.fancybox__backdrop{position:absolute;top:0;right:0;bottom:0;left:0;z-index:-1;background:var(--fancybox-bg, rgba(24, 24, 27, 0.92))}.fancybox__carousel{position:relative;flex:1 1 auto;min-height:0;height:100%;z-index:10}.fancybox__carousel.has-dots{margin-bottom:calc(.5rem + 22px)}.fancybox__viewport{position:relative;width:100%;height:100%;overflow:visible;cursor:default}.fancybox__track{display:flex;height:100%}.fancybox__slide{flex:0 0 auto;width:100%;max-width:100%;margin:0;padding:48px 8px 8px 8px;position:relative;overscroll-behavior:contain;display:flex;flex-direction:column;outline:0;overflow:auto;--carousel-button-width: 36px;--carousel-button-height: 36px;--carousel-button-svg-width: 22px;--carousel-button-svg-height: 22px}.fancybox__slide::before,.fancybox__slide::after{content:"";flex:0 0 0;margin:auto}@media all and (min-width: 1024px){.fancybox__slide{padding:64px 100px}}.fancybox__content{margin:0 env(safe-area-inset-right, 0px) 0 env(safe-area-inset-left, 0px);padding:36px;color:var(--fancybox-content-color, #374151);background:var(--fancybox-content-bg, #fff);position:relative;align-self:center;display:flex;flex-direction:column;z-index:20}.fancybox__content :focus:not(.carousel__button.is-close){outline:thin dotted;box-shadow:none}.fancybox__caption{align-self:center;max-width:100%;margin:0;padding:1rem 0 0 0;line-height:1.375;color:var(--fancybox-color, currentColor);visibility:visible;cursor:auto;flex-shrink:0;overflow-wrap:anywhere}.is-loading .fancybox__caption{visibility:hidden}.fancybox__container>.carousel__dots{top:100%;color:var(--fancybox-color, #fff)}.fancybox__nav .carousel__button{z-index:40}.fancybox__nav .carousel__button.is-next{right:8px}@media all and (min-width: 1024px){.fancybox__nav .carousel__button.is-next{right:40px}}.fancybox__nav .carousel__button.is-prev{left:8px}@media all and (min-width: 1024px){.fancybox__nav .carousel__button.is-prev{left:40px}}.carousel__button.is-close{position:absolute;top:8px;right:8px;top:calc(env(safe-area-inset-top, 0px) + 8px);right:calc(env(safe-area-inset-right, 0px) + 8px);z-index:40}@media all and (min-width: 1024px){.carousel__button.is-close{right:40px}}.fancybox__content>.carousel__button.is-close{position:absolute;top:-40px;right:0;color:var(--fancybox-color, #fff)}.fancybox__no-click,.fancybox__no-click button{pointer-events:none}.fancybox__spinner{position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);width:50px;height:50px;color:var(--fancybox-color, currentColor)}.fancybox__slide .fancybox__spinner{cursor:pointer;z-index:1053}.fancybox__spinner svg{animation:fancybox-rotate 2s linear infinite;transform-origin:center center;position:absolute;top:0;right:0;bottom:0;left:0;margin:auto;width:100%;height:100%}.fancybox__spinner svg circle{fill:none;stroke-width:2.75;stroke-miterlimit:10;stroke-dasharray:1,200;stroke-dashoffset:0;animation:fancybox-dash 1.5s ease-in-out infinite;stroke-linecap:round;stroke:currentColor}@keyframes fancybox-rotate{100%{transform:rotate(360deg)}}@keyframes fancybox-dash{0%{stroke-dasharray:1,200;stroke-dashoffset:0}50%{stroke-dasharray:89,200;stroke-dashoffset:-35px}100%{stroke-dasharray:89,200;stroke-dashoffset:-124px}}.fancybox__backdrop,.fancybox__caption,.fancybox__nav,.carousel__dots,.carousel__button.is-close{opacity:var(--fancybox-opacity, 1)}.fancybox__container.is-animated[aria-hidden=false] .fancybox__backdrop,.fancybox__container.is-animated[aria-hidden=false] .fancybox__caption,.fancybox__container.is-animated[aria-hidden=false] .fancybox__nav,.fancybox__container.is-animated[aria-hidden=false] .carousel__dots,.fancybox__container.is-animated[aria-hidden=false] .carousel__button.is-close{animation:.15s ease backwards fancybox-fadeIn}.fancybox__container.is-animated.is-closing .fancybox__backdrop,.fancybox__container.is-animated.is-closing .fancybox__caption,.fancybox__container.is-animated.is-closing .fancybox__nav,.fancybox__container.is-animated.is-closing .carousel__dots,.fancybox__container.is-animated.is-closing .carousel__button.is-close{animation:.15s ease both fancybox-fadeOut}.fancybox-fadeIn{animation:.15s ease both fancybox-fadeIn}.fancybox-fadeOut{animation:.1s ease both fancybox-fadeOut}.fancybox-zoomInUp{animation:.2s ease both fancybox-zoomInUp}.fancybox-zoomOutDown{animation:.15s ease both fancybox-zoomOutDown}.fancybox-throwOutUp{animation:.15s ease both fancybox-throwOutUp}.fancybox-throwOutDown{animation:.15s ease both fancybox-throwOutDown}@keyframes fancybox-fadeIn{from{opacity:0}to{opacity:1}}@keyframes fancybox-fadeOut{to{opacity:0}}@keyframes fancybox-zoomInUp{from{transform:scale(0.97) translate3d(0, 16px, 0);opacity:0}to{transform:scale(1) translate3d(0, 0, 0);opacity:1}}@keyframes fancybox-zoomOutDown{to{transform:scale(0.97) translate3d(0, 16px, 0);opacity:0}}@keyframes fancybox-throwOutUp{to{transform:translate3d(0, -30%, 0);opacity:0}}@keyframes fancybox-throwOutDown{to{transform:translate3d(0, 30%, 0);opacity:0}}.fancybox__carousel .carousel__slide{scrollbar-width:thin;scrollbar-color:#ccc rgba(255,255,255,.1)}.fancybox__carousel .carousel__slide::-webkit-scrollbar{width:8px;height:8px}.fancybox__carousel .carousel__slide::-webkit-scrollbar-track{background-color:rgba(255,255,255,.1)}.fancybox__carousel .carousel__slide::-webkit-scrollbar-thumb{background-color:#ccc;border-radius:2px;box-shadow:inset 0 0 4px rgba(0,0,0,.2)}.fancybox__carousel.is-draggable .fancybox__slide,.fancybox__carousel.is-draggable .fancybox__slide .fancybox__content{cursor:move;cursor:grab}.fancybox__carousel.is-dragging .fancybox__slide,.fancybox__carousel.is-dragging .fancybox__slide .fancybox__content{cursor:move;cursor:grabbing}.fancybox__carousel .fancybox__slide .fancybox__content{cursor:auto}.fancybox__carousel .fancybox__slide.can-zoom_in .fancybox__content{cursor:zoom-in}.fancybox__carousel .fancybox__slide.can-zoom_out .fancybox__content{cursor:zoom-out}.fancybox__carousel .fancybox__slide.is-draggable .fancybox__content{cursor:move;cursor:grab}.fancybox__carousel .fancybox__slide.is-dragging .fancybox__content{cursor:move;cursor:grabbing}.fancybox__image{transform-origin:0 0;user-select:none;transition:none}.has-image .fancybox__content{padding:0;background:rgba(0,0,0,0);min-height:1px}.is-closing .has-image .fancybox__content{overflow:visible}.has-image[data-image-fit=contain]{overflow:visible;touch-action:none}.has-image[data-image-fit=contain] .fancybox__content{flex-direction:row;flex-wrap:wrap}.has-image[data-image-fit=contain] .fancybox__image{max-width:100%;max-height:100%;object-fit:contain}.has-image[data-image-fit=contain-w]{overflow-x:hidden;overflow-y:auto}.has-image[data-image-fit=contain-w] .fancybox__content{min-height:auto}.has-image[data-image-fit=contain-w] .fancybox__image{max-width:100%;height:auto}.has-image[data-image-fit=cover]{overflow:visible;touch-action:none}.has-image[data-image-fit=cover] .fancybox__content{width:100%;height:100%}.has-image[data-image-fit=cover] .fancybox__image{width:100%;height:100%;object-fit:cover}.fancybox__carousel .fancybox__slide.has-iframe .fancybox__content,.fancybox__carousel .fancybox__slide.has-map .fancybox__content,.fancybox__carousel .fancybox__slide.has-pdf .fancybox__content,.fancybox__carousel .fancybox__slide.has-video .fancybox__content,.fancybox__carousel .fancybox__slide.has-html5video .fancybox__content{max-width:100%;flex-shrink:1;min-height:1px;overflow:visible}.fancybox__carousel .fancybox__slide.has-iframe .fancybox__content,.fancybox__carousel .fancybox__slide.has-map .fancybox__content,.fancybox__carousel .fancybox__slide.has-pdf .fancybox__content{width:100%;height:80%}.fancybox__carousel .fancybox__slide.has-video .fancybox__content,.fancybox__carousel .fancybox__slide.has-html5video .fancybox__content{width:960px;height:540px;max-width:100%;max-height:100%}.fancybox__carousel .fancybox__slide.has-map .fancybox__content,.fancybox__carousel .fancybox__slide.has-pdf .fancybox__content,.fancybox__carousel .fancybox__slide.has-video .fancybox__content,.fancybox__carousel .fancybox__slide.has-html5video .fancybox__content{padding:0;background:rgba(24,24,27,.9);color:#fff}.fancybox__carousel .fancybox__slide.has-map .fancybox__content{background:#e5e3df}.fancybox__html5video,.fancybox__iframe{border:0;display:block;height:100%;width:100%;background:rgba(0,0,0,0)}.fancybox-placeholder{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);white-space:nowrap;border-width:0}.fancybox__thumbs{flex:0 0 auto;position:relative;padding:0px 3px;opacity:var(--fancybox-opacity, 1)}.fancybox__container.is-animated[aria-hidden=false] .fancybox__thumbs{animation:.15s ease-in backwards fancybox-fadeIn}.fancybox__container.is-animated.is-closing .fancybox__thumbs{opacity:0}.fancybox__thumbs .carousel__slide{flex:0 0 auto;width:var(--fancybox-thumbs-width, 96px);margin:0;padding:8px 3px;box-sizing:content-box;display:flex;align-items:center;justify-content:center;overflow:visible;cursor:pointer}.fancybox__thumbs .carousel__slide .fancybox__thumb::after{content:"";position:absolute;top:0;left:0;right:0;bottom:0;border-width:5px;border-style:solid;border-color:var(--fancybox-accent-color, rgba(34, 213, 233, 0.96));opacity:0;transition:opacity .15s ease;border-radius:var(--fancybox-thumbs-border-radius, 4px)}.fancybox__thumbs .carousel__slide.is-nav-selected .fancybox__thumb::after{opacity:.92}.fancybox__thumbs .carousel__slide>*{pointer-events:none;user-select:none}.fancybox__thumb{position:relative;width:100%;padding-top:calc(100%/(var(--fancybox-thumbs-ratio, 1.5)));background-size:cover;background-position:center center;background-color:rgba(255,255,255,.1);background-repeat:no-repeat;border-radius:var(--fancybox-thumbs-border-radius, 4px)}.fancybox__toolbar{position:absolute;top:0;right:0;left:0;z-index:20;background:linear-gradient(to top, hsla(0deg, 0%, 0%, 0) 0%, hsla(0deg, 0%, 0%, 0.006) 8.1%, hsla(0deg, 0%, 0%, 0.021) 15.5%, hsla(0deg, 0%, 0%, 0.046) 22.5%, hsla(0deg, 0%, 0%, 0.077) 29%, hsla(0deg, 0%, 0%, 0.114) 35.3%, hsla(0deg, 0%, 0%, 0.155) 41.2%, hsla(0deg, 0%, 0%, 0.198) 47.1%, hsla(0deg, 0%, 0%, 0.242) 52.9%, hsla(0deg, 0%, 0%, 0.285) 58.8%, hsla(0deg, 0%, 0%, 0.326) 64.7%, hsla(0deg, 0%, 0%, 0.363) 71%, hsla(0deg, 0%, 0%, 0.394) 77.5%, hsla(0deg, 0%, 0%, 0.419) 84.5%, hsla(0deg, 0%, 0%, 0.434) 91.9%, hsla(0deg, 0%, 0%, 0.44) 100%);padding:0;touch-action:none;display:flex;justify-content:space-between;--carousel-button-svg-width: 20px;--carousel-button-svg-height: 20px;opacity:var(--fancybox-opacity, 1);text-shadow:var(--fancybox-toolbar-text-shadow, 1px 1px 1px rgba(0, 0, 0, 0.4))}@media all and (min-width: 1024px){.fancybox__toolbar{padding:8px}}.fancybox__container.is-animated[aria-hidden=false] .fancybox__toolbar{animation:.15s ease-in backwards fancybox-fadeIn}.fancybox__container.is-animated.is-closing .fancybox__toolbar{opacity:0}.fancybox__toolbar__items{display:flex}.fancybox__toolbar__items--left{margin-right:auto}.fancybox__toolbar__items--center{position:absolute;left:50%;transform:translateX(-50%)}.fancybox__toolbar__items--right{margin-left:auto}@media(max-width: 640px){.fancybox__toolbar__items--center:not(:last-child){display:none}}.fancybox__counter{min-width:72px;padding:0 10px;line-height:var(--carousel-button-height, 48px);text-align:center;font-size:17px;font-variant-numeric:tabular-nums;-webkit-font-smoothing:subpixel-antialiased}.fancybox__progress{background:var(--fancybox-accent-color, rgba(34, 213, 233, 0.96));height:3px;left:0;position:absolute;right:0;top:0;transform:scaleX(0);transform-origin:0;transition-property:transform;transition-timing-function:linear;z-index:30;user-select:none}.fancybox__container:fullscreen::backdrop{opacity:0}.fancybox__button--fullscreen g:nth-child(2){display:none}.fancybox__container:fullscreen .fancybox__button--fullscreen g:nth-child(1){display:none}.fancybox__container:fullscreen .fancybox__button--fullscreen g:nth-child(2){display:block}.fancybox__button--slideshow g:nth-child(2){display:none}.fancybox__container.has-slideshow .fancybox__button--slideshow g:nth-child(1){display:none}.fancybox__container.has-slideshow .fancybox__button--slideshow g:nth-child(2){display:block}
.nice-select{-webkit-tap-highlight-color:rgba(0,0,0,0);background-color:#fff;border-radius:5px;border:solid 1px #e8e8e8;-webkit-box-sizing:border-box;box-sizing:border-box;cursor:pointer;display:block;float:left;font-family:inherit;font-size:14px;font-weight:normal;height:42px;line-height:40px;outline:none;padding-left:18px;padding-right:30px;position:relative;text-align:left !important;-webkit-transition:all .2s ease-in-out;transition:all .2s ease-in-out;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;white-space:nowrap;width:auto;background:#fff !important;padding:0 10px;font-size:13px;color:#212121;height:22px;line-height:22px;background:#fff !important;border:1px solid #e0e0e0;width:142px;font-weight:300}.ncatlist .ncatfilterselect .nice-select,.cartselect.nice-select{width:100%}.shoplist .shoplist-menu .nice-select{width:380px;height:52px;border:1px solid #e0e0e0;border-radius:3px;line-height:52px;padding:0 15px;color:#ccc}.shoplist .shoplist-menu .nice-select:after{background:url(/local/templates/libs2024/css/../images/seldropblack.png) no-repeat;content:"";position:absolute;z-index:1;right:15px;top:50%;width:13px;height:13px;display:block;margin-top:-7px;-webkit-transform:rotate(0deg);transform:rotate(0deg)}.shoplist .shoplist-menu .nice-select.open:after{-webkit-transform:rotate(-180deg);transform:rotate(-180deg)}.nice-select:hover{border-color:#dbdbdb}.nice-select:active,.nice-select.open,.nice-select:focus{border-color:#999}.nice-select:after{content:"";position:absolute;z-index:7;top:2px;right:10px;width:8px;height:16px;cursor:pointer;-webkit-transform:rotate(-90deg);transform:rotate(-90deg);-webkit-transition:all .3s;transition:all .3s;background-size:4px auto}.nice-select.open:after{-webkit-transform:rotate(-270deg);transform:rotate(-270deg)}.nice-select.open .list{opacity:1;pointer-events:auto;-webkit-transform:scale(1) translateY(0);transform:scale(1) translateY(0)}.nice-select.disabled{border-color:#ededed;color:#999;pointer-events:none}.nice-select.disabled:after{border-color:#ccc}.nice-select.wide{width:100%}.nice-select.wide .list{left:0 !important;right:0 !important}.nice-select.right{float:right}.nice-select.right .list{left:auto;right:0}.nice-select.small{font-size:12px;height:36px;line-height:34px}.nice-select.small:after{height:4px;width:4px}.nice-select.small .option{line-height:34px;min-height:34px}.nice-select .list{background-color:#fff;border-radius:5px;-webkit-box-shadow:0 0 0 1px rgba(68,68,68,.11);box-shadow:0 0 0 1px rgba(68,68,68,.11);-webkit-box-sizing:border-box;box-sizing:border-box;margin-top:4px;opacity:0;overflow:hidden;padding:0;pointer-events:none;position:absolute;top:100%;left:0;width:100%;-webkit-transition:all .2s cubic-bezier(0.5, 0, 0, 1.25),opacity .15s ease-out;transition:all .2s cubic-bezier(0.5, 0, 0, 1.25),opacity .15s ease-out;z-index:9}.nice-select .option{cursor:pointer;font-weight:400;list-style:none;outline:none;padding-left:18px;padding-right:29px;padding:6px 10px;font-size:12px;line-height:1;border-top:1px dotted #e0e0e0;text-align:left;-webkit-transition:all .2s;transition:all .2s}.nice-select .option:hover,.nice-select .option.focus,.nice-select .option.selected.focus{background-color:#f6f6f6}.nice-select .option.selected{font-weight:bold;width:100%}.nice-select .option.disabled{background-color:rgba(0,0,0,0);cursor:default}.no-csspointerevents .nice-select .list{display:none}.no-csspointerevents .nice-select.open .list{display:block}.cartFormBuy .nice-select,.cartFormBuy .cartselect{height:40px;line-height:40px;margin-bottom:30px}.cartFormBuy .nice-select:after{top:12px}.cartwrap .cartFormWrap .cartFormBuy .tabcart .cartselect.mt20 .nice-select{height:40px;line-height:40px;margin-bottom:30px}.cartwrap .cartFormWrap .cartFormBuy .tabcart .cartselect.mt20 .nice-select:after{top:12px}
.noUi-target,.noUi-target *{-webkit-touch-callout:none;-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-user-select:none;-ms-touch-action:none;touch-action:none;-ms-user-select:none;-moz-user-select:none;user-select:none;-moz-box-sizing:border-box;box-sizing:border-box}.noUi-target{position:relative}.noUi-base,.noUi-connects{width:100%;height:100%;position:relative;z-index:1}.noUi-connects{overflow:hidden;z-index:0}.noUi-connect,.noUi-origin{will-change:transform;position:absolute;z-index:1;top:0;right:0;height:100%;width:100%;-ms-transform-origin:0 0;-webkit-transform-origin:0 0;-webkit-transform-style:preserve-3d;transform-origin:0 0;transform-style:flat}.noUi-txt-dir-rtl.noUi-horizontal .noUi-origin{left:0;right:auto}.noUi-vertical .noUi-origin{top:-100%;width:0}.noUi-horizontal .noUi-origin{height:0}.noUi-handle{-webkit-backface-visibility:hidden;backface-visibility:hidden;position:absolute}.noUi-touch-area{height:100%;width:100%}.noUi-state-tap .noUi-connect,.noUi-state-tap .noUi-origin{-webkit-transition:transform .3s;transition:transform .3s}.noUi-state-drag *{cursor:inherit !important}.noUi-horizontal{height:18px}.noUi-horizontal .noUi-handle{width:34px;height:28px;right:-17px;top:-6px}.noUi-vertical{width:18px}.noUi-vertical .noUi-handle{width:28px;height:34px;right:-6px;bottom:-17px}.noUi-txt-dir-rtl.noUi-horizontal .noUi-handle{left:-17px;right:auto}.noUi-target{background:#fafafa;border-radius:4px;border:1px solid #d3d3d3;box-shadow:inset 0 1px 1px #f0f0f0,0 3px 6px -5px #bbb}.noUi-connects{border-radius:3px}.noUi-connect{background:#3fb8af}.noUi-draggable{cursor:ew-resize}.noUi-vertical .noUi-draggable{cursor:ns-resize}.noUi-handle{border:1px solid #d9d9d9;border-radius:3px;background:#fff;cursor:default;box-shadow:inset 0 0 1px #fff,inset 0 1px 7px #ebebeb,0 3px 6px -3px #bbb}.noUi-active{box-shadow:inset 0 0 1px #fff,inset 0 1px 7px #ddd,0 3px 6px -3px #bbb}.noUi-handle:after,.noUi-handle:before{content:"";display:block;position:absolute;height:14px;width:1px;background:#e8e7e6;left:14px;top:6px}.noUi-handle:after{left:17px}.noUi-vertical .noUi-handle:after,.noUi-vertical .noUi-handle:before{width:14px;height:1px;left:6px;top:14px}.noUi-vertical .noUi-handle:after{top:17px}[disabled] .noUi-connect{background:#b8b8b8}[disabled] .noUi-handle,[disabled].noUi-handle,[disabled].noUi-target{cursor:not-allowed}.noUi-pips,.noUi-pips *{-moz-box-sizing:border-box;box-sizing:border-box}.noUi-pips{position:absolute;color:#999}.noUi-value{position:absolute;white-space:nowrap;text-align:center}.noUi-value-sub{color:#ccc;font-size:10px}.noUi-marker{position:absolute;background:#ccc}.noUi-marker-sub{background:#aaa}.noUi-marker-large{background:#aaa}.noUi-pips-horizontal{padding:10px 0;height:80px;top:100%;left:0;width:100%}.noUi-value-horizontal{-webkit-transform:translate(-50%, 50%);transform:translate(-50%, 50%)}.noUi-rtl .noUi-value-horizontal{-webkit-transform:translate(50%, 50%);transform:translate(50%, 50%)}.noUi-marker-horizontal.noUi-marker{margin-left:-1px;width:2px;height:5px}.noUi-marker-horizontal.noUi-marker-sub{height:10px}.noUi-marker-horizontal.noUi-marker-large{height:15px}.noUi-pips-vertical{padding:0 10px;height:100%;top:0;left:100%}.noUi-value-vertical{-webkit-transform:translate(0, -50%);transform:translate(0, -50%);padding-left:25px}.noUi-rtl .noUi-value-vertical{-webkit-transform:translate(0, 50%);transform:translate(0, 50%)}.noUi-marker-vertical.noUi-marker{width:5px;height:2px;margin-top:-1px}.noUi-marker-vertical.noUi-marker-sub{width:10px}.noUi-marker-vertical.noUi-marker-large{width:15px}.noUi-tooltip{display:block;position:absolute;border:1px solid #d9d9d9;border-radius:3px;background:#fff;color:#000;padding:5px;text-align:center;white-space:nowrap}.noUi-horizontal .noUi-tooltip{-webkit-transform:translate(-50%, 0);transform:translate(-50%, 0);left:50%;bottom:120%}.noUi-vertical .noUi-tooltip{-webkit-transform:translate(0, -50%);transform:translate(0, -50%);top:50%;right:120%}.noUi-horizontal .noUi-origin>.noUi-tooltip{-webkit-transform:translate(50%, 0);transform:translate(50%, 0);left:auto;bottom:10px}.noUi-vertical .noUi-origin>.noUi-tooltip{-webkit-transform:translate(0, -18px);transform:translate(0, -18px);top:auto;right:28px}
/*# sourceMappingURL=../sourcemaps/libs.min.css.map */

/* End */


/* Start:/local/templates/libs2024/css/style.min.css?1764568580102993*/
@font-face{font-family:Montserrat;font-weight:300;src:url(/local/templates/libs2024/css/../fonts/Montserrat-Light.woff) format("woff")}@font-face{font-family:Montserrat;font-weight:300;src:url(/local/templates/libs2024/css/../fonts/Montserrat-Light.woff2) format("woff2")}@font-face{font-family:Montserrat;font-weight:400;src:url(/local/templates/libs2024/css/../fonts/Montserrat-Regular.woff) format("woff")}@font-face{font-family:Montserrat;font-weight:400;src:url(/local/templates/libs2024/css/../fonts/Montserrat-Regular.woff2) format("woff2")}@font-face{font-family:Montserrat;font-weight:500;src:url(/local/templates/libs2024/css/../fonts/Montserrat-Medium.woff) format("woff")}@font-face{font-family:Montserrat;font-weight:500;src:url(/local/templates/libs2024/css/../fonts/Montserrat-Medium.woff2) format("woff2")}@font-face{font-family:Montserrat;font-weight:600;src:url(/local/templates/libs2024/css/../fonts/Montserrat-SemiBold.woff) format("woff")}@font-face{font-family:Montserrat;font-weight:600;src:url(/local/templates/libs2024/css/../fonts/Montserrat-SemiBold.woff2) format("woff2")}@font-face{font-family:Montserrat;font-weight:700;src:url(/local/templates/libs2024/css/../fonts/Montserrat-Bold.woff) format("woff")}@font-face{font-family:Montserrat;font-weight:700;src:url(/local/templates/libs2024/css/../fonts/Montserrat-Bold.woff2) format("woff2")}*,::after,::before{-webkit-box-sizing:inherit;box-sizing:inherit}*{-webkit-box-sizing:border-box;box-sizing:border-box}a,body,div,form,h1,h2,h3,h4,h5,label,li,p,ul{margin:0;padding:0;border:0;text-decoration:none;line-height:1;-webkit-box-sizing:border-box;box-sizing:border-box}button,input,textarea{font-family:Montserrat;outline:0!important}button{border:none;cursor:pointer;-webkit-transition:.3s;-o-transition:.3s;transition:.3s}input:active,input[type=checkbox]:focus,input[type=file]:focus,input[type=radio]:focus,input[type=text]:focus{outline:0!important}html{height:100%;scroll-behavior:smooth;-webkit-box-sizing:border-box;box-sizing:border-box}body{font-family:Montserrat,sans-serif;font-weight:400;height:100%;color:#111;overflow-x:hidden}.fixed-body{overflow:hidden}h1,h2,h3,h4,h5,h6,img,p{margin:0;padding:0;height:auto;-o-object-fit:cover;object-fit:cover}a{color:inherit;text-decoration:none;-webkit-transition:.3s;-o-transition:.3s;transition:.3s}li,ul{margin:0;padding:0;list-style:none}.container{margin:0 auto;padding:0 15px;max-width:1300px}.header .nice-select{width:auto;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;background:rgba(0,0,0,0)!important;border:none;-webkit-box-shadow:unset;box-shadow:unset;padding:0 16px 0 0!important;font-size:20px;line-height:120%;font-weight:400;color:#fff}.header .nice-select:after{top:7px;right:0;-webkit-transform:translate(0,0) rotate(0);-ms-transform:translate(0,0) rotate(0);transform:translate(0,0) rotate(0);width:auto;height:auto;border:6px solid transparent;border-top:6px solid #fff}.header .nice-select .list{min-width:100px;display:grid;grid-template-columns:100%;gap:10px;background:#fff;-webkit-box-shadow:0 2px 15px 0 rgba(0,0,0,.15);box-shadow:0 2px 15px 0 rgba(0,0,0,.15);padding:10px;color:#111}.header .nice-select .list li{background:rgba(0,0,0,0)!important;border:none;padding:0;font-size:14px;line-height:120%;font-weight:400!important}.header .nice-select .list li:hover{color:#b88c5e}.header .nice-select .list li:focus{background:rgba(0,0,0,0);color:#b88c5e}.header .open:after{-webkit-transform:translate(0,-50%) rotate(-180deg);-ms-transform:translate(0,-50%) rotate(-180deg);transform:translate(0,-50%) rotate(-180deg)}.header-top{background:#111;border-bottom:1px solid #262626;padding:11px 0}.header-top__inner{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:16px}.header-top__list{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:20px}.header-top__list li a{font-size:14px;line-height:120%;font-weight:300;color:#f9eee2}.header-top__list li a:hover{color:#b88c5e}.header-top__group3{display:none}.header-top__group{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.header-top__time{position:relative;font-size:14px;line-height:120%;font-weight:300;color:#fff;padding-right:16px;margin-right:16px}.header-top__time:after{content:"";position:absolute;top:50%;right:0;-webkit-transform:translate(0,-50%);-ms-transform:translate(0,-50%);transform:translate(0,-50%);width:1px;height:17px;background:#303030}.header-top__phone{font-size:14px;line-height:120%;font-weight:700;color:#fff;margin-right:40px}.header-top__phone:hover{color:#ffaf58}.header-top__socials{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:18px;margin-right:40px}.header-top__social{width:24px}.header-top__social:hover svg path{fill:#ffaf58}.header-top__social svg{width:100%;height:auto}.header-top__social svg path{-webkit-transition:.3s;-o-transition:.3s;transition:.3s}.header-top__btn{background:rgba(0,0,0,0);padding:0}.header-top__btn:hover span{color:#ffaf58}.header-top__btn span{font-size:14px;line-height:120%;text-transform:uppercase;letter-spacing:.2px;color:#fff;-webkit-transition:.3s;-o-transition:.3s;transition:.3s}.header-top .header-bottom__list,.header-top .header-center__btn,.header-top .search{display:none}.header-center{background:#111;padding:20px 0}.header-center__inner{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:24px}.header-center__logo{width:360px;display:block}.header-center__logo img{width:100%}.header-center__logo img:nth-child(2){display:none}.header-center__group,.header-center__wrap{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:24px}.header-center__btn{padding:7.5px 15px}.header-center__btn span{font-size:12px}.header-center__basket{position:relative;width:29px}.header-center__basket:after{content:"";position:absolute;top:2px;right:-3px;width:8px;height:8px;background:#ffaf58;border-radius:50%}.header-center__basket:hover svg path{fill:#ffaf58}.header-center__basket svg{width:100%;height:auto}.header-center__basket svg path{-webkit-transition:.3s;-o-transition:.3s;transition:.3s}.header-center__phone{display:none}.header-bottom{position:relative;background:#f9eee2}.header-bottom__list{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:8px}.header-bottom__list li{padding:22px 0}.header-bottom__list li a{font-size:14px;line-height:120%;font-weight:600;letter-spacing:.2px;text-transform:uppercase}.header-bottom__list li a:hover{color:#b88c5e}.header-bottom__list li .active{color:#b88c5e;border-bottom:2px solid #b88c5e}.search{position:relative}.search input{width:0;height:37px;background:rgba(0,0,0,0);border:none;padding-right:22px;border-bottom:1px solid #fff;font-size:16px;line-height:120%;color:#fff;opacity:0;pointer-events:none;-webkit-transition:.5s;-o-transition:.5s;transition:.5s}.search input:focus{border-color:#b88c5e}.search input:focus~.search-title,.search input~.search-title--active{font-size:12px;margin-top:-22px}.search-title{position:absolute;top:50%;left:0;-webkit-transform:translate(0,-50%);-ms-transform:translate(0,-50%);transform:translate(0,-50%);font-size:16px;line-height:120%;color:#fff;opacity:0;pointer-events:none;-webkit-transition:.3s;-o-transition:.3s;transition:.3s}.search-btn{position:absolute;z-index:2;top:50%;right:0;-webkit-transform:translate(0,-50%);-ms-transform:translate(0,-50%);transform:translate(0,-50%);width:22px;background:rgba(0,0,0,0);padding:0;cursor:pointer}.search-btn svg{width:100%;height:auto}.search--active input{width:230px;padding-right:30px;opacity:1;pointer-events:auto}.search--active .search-title{opacity:1}.burger{position:relative;width:22px;height:16px;display:none}.burger span{position:absolute;left:0;width:100%;height:1.5px;background:#fff;-webkit-transition:.3s;-o-transition:.3s;transition:.3s}.burger span:nth-child(1){top:0}.burger span:nth-child(2){top:50%;-webkit-transform:translate(0,-50%);-ms-transform:translate(0,-50%);transform:translate(0,-50%)}.burger span:nth-child(3){bottom:0}.burger--active span:nth-child(1){top:7px;-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg)}.burger--active span:nth-child(2){display:none}.burger--active span:nth-child(3){bottom:7px;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.menu__item--active .menu__item-show{color:#b88c5e}.menu__item--active .menu__item-show::after{top:0;-webkit-transform:rotate(-180deg);-ms-transform:rotate(-180deg);transform:rotate(-180deg)}.menu__item--active .menu__item-hidden{-webkit-transform:translate(-50%,0);-ms-transform:translate(-50%,0);transform:translate(-50%,0);opacity:1;pointer-events:auto}.menu__item-show{position:relative;padding-right:20px;font-size:14px;font-weight:600;text-transform:uppercase;cursor:pointer;-webkit-transition:.3s;-o-transition:.3s;transition:.3s}.menu__item-show::after{content:"";position:absolute;top:5px;right:0;border:5px solid transparent;border-top:5px solid #111;-webkit-transition:.3s;-o-transition:.3s;transition:.3s}.menu__item-hidden{position:absolute;z-index:5;top:100%;left:50%;-webkit-transform:translate(-50%,-10px);-ms-transform:translate(-50%,-10px);transform:translate(-50%,-10px);max-width:1270px;width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:start;-ms-flex-align:start;align-items:start;gap:15px;background:#fff;-webkit-box-shadow:0 2px 15px rgba(0,0,0,.15);box-shadow:0 2px 15px rgba(0,0,0,.15);padding:30px 35px 40px;opacity:0;pointer-events:none;-webkit-transition:.3s;-o-transition:.3s;transition:.3s}.menu__item-group2{max-width:300px;-ms-flex-negative:0;flex-shrink:0}.menu__item-group2 .menu__item-nav{background:#f9eee2;padding:25px}.menu__item-title{border-bottom:1px solid #f4e6d7;padding-bottom:10px;font-size:14px;line-height:120%;font-weight:600;letter-spacing:.42px;text-transform:uppercase;margin-bottom:25px}.menu__item-grid{display:grid;grid-template-columns:repeat(4,calc(25% - 33.75px));-webkit-box-align:start;-ms-flex-align:start;align-items:start;gap:45px}.menu__item-list{display:grid;grid-template-columns:100%;gap:12px}.menu__item-list li{padding:0}.menu__item-list li a{font-size:14px;line-height:150%;font-weight:400;text-transform:unset}.menu__item-btn{display:none}@media screen and (max-width:1200px){.header-top__list{gap:16px}.header-top__time{padding-right:8px;margin-right:8px}.header-top__phone,.header-top__socials{margin-right:16px}.header-bottom__list li a{font-size:11.5px}.menu__item--active .menu__item-show::after{top:-3px}.menu__item-show{font-size:11.5px}.menu__item-show::after{top:2px}.menu__item-group2{max-width:250px}}@media screen and (max-width:992px){.header{position:fixed;z-index:15;top:0;left:0;width:100%}.header__checkboxes{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:10px}.header__checkboxes-wrap{margin-top:36px}.header__checkboxes-title{font-size:14px;line-height:120%;font-weight:700;margin-bottom:15px}.header__checkbox{position:relative}.header__checkbox input{position:absolute;z-index:2;top:0;left:0;width:100%;height:100%;padding:0;margin:0;opacity:0}.header__checkbox input:checked~label{background:#f9eee2}.header__checkbox label{width:30px;height:30px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;background:#fff;border:1px solid #ead6c1}.header-top{position:fixed;top:0;left:-105%;width:100%;height:100%;padding:81px 15px 50px;-webkit-transition:.3s;-o-transition:.3s;transition:.3s;overflow-y:auto}.header-top--active{left:0}.header-top .container{padding:0}.header-top__inner{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:start;gap:0}.header-top__list{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:start;gap:24px;margin-top:24px}.header-top__group3{width:calc(100% + 30px);display:block;background:#fff;padding:24px 15px;margin-left:-15px}.header-top__group2{width:calc(100% + 30px);background:#f9eee2;padding:24px 15px;margin-left:-15px}.header-top__group{width:100%;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:24px;padding:24px 0 0}.header-top .search input{color:#111;border-color:#111}.header-top .search input::-webkit-input-placeholder{color:#111!important}.header-top .search input::-moz-placeholder{color:#111!important}.header-top .search input:-ms-input-placeholder{color:#111!important}.header-top .search input::-ms-input-placeholder{color:#111!important}.header-top .search input::placeholder{color:#111!important}.header-top .search .search-btn svg path{fill:#111}.header-top .search .search-title{color:#111}.header-top__list li a{color:#111}.header-top__time{padding-right:0;margin-right:0}.header-top__time:after{display:none}.header-top__phone,.header-top__socials{margin-right:0}.header-top .header-bottom__list{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:start;gap:24px}.header-top .search{padding:0;display:block}.header-center{position:relative;z-index:15}.header-center__logo{width:300px}.header-center__logo img:nth-child(1){display:none}.header-center__logo img:nth-child(2){display:block}.header-center__group{gap:16px}.header-center .header-center__btn,.header-center .search{display:none}.header-center__phone{width:18px;display:block}.header-center__phone svg{width:100%;height:auto}.header-bottom{display:none}.header-bottom__list li{padding:0}.header-bottom__list li a{font-size:13px}.search{width:100%;padding-left:30px}.search input{width:100%;padding-right:0;opacity:1;pointer-events:auto}.search-title{left:30px;opacity:1;pointer-events:auto}.search-btn{left:0;right:unset}.burger{display:block}.menu__item{width:100%}.menu__item--active .menu__item-hidden{left:0}.menu__item-show{width:100%;display:block;font-size:13px}.menu__item-show::after{top:1px!important;-webkit-transform:unset!important;-ms-transform:unset!important;transform:unset!important;border:5px solid transparent!important;border-left:5px solid #111!important}.menu__item-hidden{top:0;left:-105%;-webkit-transform:unset!important;-ms-transform:unset!important;transform:unset!important;height:100vh;gap:25px;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:start;-webkit-box-shadow:unset;box-shadow:unset;padding:105px 15px 20px;opacity:1;pointer-events:auto;overflow-y:auto}.menu__item-group{width:100%}.menu__item-group2{max-width:100%;width:100%}.menu__item-group2 .menu__item-nav{padding:18px}.menu__item-grid{grid-template-columns:100%;gap:15px}.menu__item-btn{position:relative;display:block;border-bottom:1px solid #f9eee2;padding-left:25px;padding-bottom:10px;font-size:14px;line-height:120%;font-weight:600;letter-spacing:.42px;text-transform:uppercase;color:#b88c5e;margin-bottom:15px}.menu__item-btn::after{content:"";position:absolute;top:3px;left:0;border:5px solid transparent;border-right:5px solid #111;-webkit-transition:.3s;-o-transition:.3s;transition:.3s}.menu__item-title{border:unset;padding-bottom:0;font-size:12px;margin-bottom:15px}.menu__item-list li a{font-size:14px}}@media screen and (max-width:576px){.header-top{padding-top:70px}.header-center__logo{width:250px}.header-center .nice-select{display:none}.menu__item-hidden{padding-top:88px}}@media screen and (max-width:450px){.header-top{padding-top:64px}.header-center__logo{width:200px}}@media screen and (max-width:359px){.header-center__logo{width:160px}}.wrapper{overflow:hidden}.btn{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.btn-white__outline{background:rgba(0,0,0,0);border:1px solid #fff}.btn-white__outline:hover{border-color:#deb182}.btn-white__outline:hover span{color:#deb182}.btn-white__outline span{line-height:120%;font-weight:500;letter-spacing:.2px;text-transform:uppercase;color:#fff;-webkit-transition:.3s;-o-transition:.3s;transition:.3s}.btn-black{gap:10px;background:#111}.btn-black:hover span{color:#deb182}.btn-black:hover .arrow path{fill:#deb182}.btn-black span{line-height:120%;font-weight:500;letter-spacing:.2px;text-transform:uppercase;color:#fff;-webkit-transition:.3s;-o-transition:.3s;transition:.3s}.btn-black .arrow{width:18px;-ms-flex-negative:0;flex-shrink:0}.btn-black .arrow svg{width:100%;height:auto}.btn-black .arrow svg path{-webkit-transition:.3s;-o-transition:.3s;transition:.3s}.btn-black__outline{gap:10px;background:rgba(0,0,0,0);border:1px solid #111}.btn-black__outline:hover{border-color:#deb182}.btn-black__outline:hover span{color:#deb182}.btn-black__outline:hover .arrow path{fill:#deb182}.btn-black__outline span{line-height:120%;font-weight:500;letter-spacing:.2px;text-transform:uppercase;color:#111;-webkit-transition:.3s;-o-transition:.3s;transition:.3s}.btn-black__outline .arrow{width:18px;-ms-flex-negative:0;flex-shrink:0}.btn-black__outline .arrow svg{width:100%;height:auto}.btn-black__outline .arrow svg path{-webkit-transition:.3s;-o-transition:.3s;transition:.3s}.swiper-button-next,.swiper-button-prev{z-index:1}.swiper-button-next:after,.swiper-button-prev:after{color:#fff}.swiper-pagination-bullet{width:8px;height:8px;opacity:1;margin:0 7px!important}.swiper-pagination-progressbar{height:2px!important;background:#f9eee2}.swiper-pagination-progressbar-fill{background:#111!important}.h2{font-size:28px;line-height:130%;font-weight:400;letter-spacing:.5px;text-transform:uppercase}.hover__slide{position:relative;padding:24px 15px 0}.hover__img{position:relative;display:none;padding-bottom:100%;overflow:hidden}.hover__img img{position:absolute;top:0;left:0;width:100%;height:100%}.hover__img--active{display:block}.hover__pag{position:absolute;top:0;left:0;width:100%;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;gap:4px;padding:15px 15px 0;opacity:0}.hover__pag-item{background-color:rgba(0,0,0,0);padding:0;width:100%;max-width:14.2857142857%;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;height:100%;border-top:2px solid #f9eee2}.hover__pag-item--active{border-color:#deb182}.breadcrumbs{padding:25px 0}.breadcrumbs .swiper{overflow:unset}.breadcrumbs__item{position:relative;width:auto!important;font-size:12px;line-height:120%}.breadcrumbs__item:not(:last-child){padding-right:12px}.breadcrumbs__item:not(:last-child):after{content:"";position:absolute;top:5px;right:-4px;border:3px solid transparent;border-left:6px solid #111}.breadcrumbs__item--active,.breadcrumbs__item:hover{color:#9e9e9e}.breadcrumbs__item--active:after,.breadcrumbs__item:hover:after{border-left-color:#9e9e9e}.quantity{font-size:14px;line-height:120%}.pagination{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;gap:20px}.pagination__items{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:5px}.pagination__item{width:40px;height:40px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-size:18px;line-height:105%}.pagination__item:hover{color:#b88c5e}.pagination__item:active{color:#deb182}.pagination .active{background:#000;color:#fff}.pagination__next,.pagination__prev{padding:11.5px 16px}.pagination__next span,.pagination__prev span{font-size:14px}.basket-btn:hover i svg path{fill:#deb182}.basket-btn i{width:17px;-ms-flex-negative:0;flex-shrink:0;display:none}.basket-btn i svg{width:100%;height:auto}.basket-btn i svg path{-webkit-transition:.3s;-o-transition:.3s;transition:.3s}.basket-btn span:nth-child(2){display:none}.basket-btn--active i{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.basket-btn--active span:nth-child(2){display:block}.basket-btn--active span:nth-child(3){display:none}@media screen and (max-width:992px){.h2{font-size:22px}.breadcrumbs{padding:90px 0 15px}.pagination{gap:10px}.pagination__item{width:33px;height:33px;font-size:14px}.pagination__item:nth-child(4),.pagination__item:nth-child(5),.pagination__item:nth-child(6),.pagination__item:nth-child(7),.pagination__item:nth-child(8){display:none}.pagination__next,.pagination__prev{padding:10px 16px}}@media screen and (max-width:359px){.pagination__item{width:28px;height:28px;font-size:12px}.pagination__next,.pagination__prev{padding:6px 12px}.pagination__next span,.pagination__prev span{font-size:12px}}.main{color:#fff}.main__slider{position:relative}.main .swiper{overflow:unset}.main .swiper-wrapper{-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch}.main-slide{height:auto;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;background-repeat:no-repeat;background-position:center;background-size:cover;padding:494px 0 0}.main .container{position:relative;width:100%;max-width:unset;padding-top:32px;padding-left:max(15px,(100% - 1270px)/2);padding-right:max(15px,(100% - 1270px)/2);padding-bottom:32px;margin:auto 0 0}.main .container::after{content:"";position:absolute;left:50%;bottom:0;-webkit-transform:translate(-50%,0);-ms-transform:translate(-50%,0);transform:translate(-50%,0);width:calc(100% + 30px);height:100%;background:rgba(0,0,0,.68);-webkit-backdrop-filter:blur(13.6px);backdrop-filter:blur(13.6px);pointer-events:none}.main__group{position:relative;z-index:2;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:40px}.main__title{font-size:26px;line-height:140%;font-weight:400;letter-spacing:.5px;text-transform:uppercase}.main__btn{-ms-flex-negative:0;flex-shrink:0;padding:12px 18px}.main__btn span{font-size:16px}.main .swiper-button-prev{left:40px}.main .swiper-button-next{right:40px}.main .swiper-pagination{bottom:-28px}.main .swiper-pagination-bullet{background:#f9e2c8}.main .swiper-pagination-bullet-active{background:#b88c5e}.directions{padding:88px 0 30px}.directions__tabs-head{margin-top:50px}.directions__tabs-head .swiper{overflow:unset}.directions__tab{width:auto!important;font-size:14px;line-height:120%;letter-spacing:.5px;text-transform:uppercase;text-decoration:underline;text-decoration-thickness:2px;text-underline-offset:5px;text-decoration-color:transparent;cursor:pointer}.directions .tab--active{color:#b88c5e;text-decoration-color:#b88c5e}.directions__tabs-body{margin-top:40px}.directions__content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:start;-ms-flex-align:start;align-items:start;gap:40px}.directions .tab__content{display:none}.directions .tab__content--active{display:-webkit-box;display:-ms-flexbox;display:flex}.directions__left{width:48%;padding-top:16px}.directions__right{width:52%}.directions__subtitle{font-size:24px;line-height:100%}.directions__list{max-width:400px;display:grid;grid-template-columns:100%;gap:20px;margin-top:20px}.directions__list li{position:relative;font-size:16px;line-height:150%;padding-left:36px}.directions__list li:after{content:"";position:absolute;top:50%;left:0;-webkit-transform:translate(0,-50%);-ms-transform:translate(0,-50%);transform:translate(0,-50%);border:10px solid transparent;border-left:16px solid #b88c5e}.directions__btns{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;gap:15px;margin-top:40px}.directions__btn{padding:11.5px}.directions__btn span{font-size:14px}.directions__slider{position:relative}.directions__slider .swiper-slide{position:relative;padding-bottom:70%}.directions__slider .swiper-slide img{position:absolute;top:0;left:0;width:100%;height:100%}.directions .swiper-button-prev{left:18px}.directions .swiper-button-prev:after{font-size:40px}.directions .swiper-button-next{right:18px}.directions .swiper-button-next:after{font-size:40px}.directions .swiper-pagination{bottom:30px}.directions .swiper-pagination-bullet{background:rgba(255,255,255,.4)}.directions .swiper-pagination-bullet-active{background:#f9e2c8}.directions__text{margin-top:12px}.directions__text p{text-align:center;font-size:14px;line-height:150%}.advantages{padding:30px 0}.advantages__items{display:grid;grid-template-columns:repeat(4,25%);margin-top:30px}.advantages__item{padding:50px 18px}.advantages__item:nth-child(odd){background:#f9eee2}.advantages__item-title{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:8px;font-size:14px;line-height:160%;font-weight:500;letter-spacing:.2px;text-transform:uppercase}.advantages__item-title span{-ms-flex-negative:0;flex-shrink:0;font-size:50px;line-height:100%;font-weight:400;letter-spacing:.5px}.advantages__item-text{font-size:14px;line-height:150%;color:#555;margin-top:5px}.products{padding:30px 0}.products__top{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;gap:4px 16px;padding-right:100px}.products__slider-btns{position:absolute;top:-74px;right:0;-ms-flex-negative:0;flex-shrink:0;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:30px}.products__slider-btns2{top:-140px}.products .swiper-button-next,.products .swiper-button-prev{position:static;margin-top:0}.products .swiper-button-next:after,.products .swiper-button-prev:after{font-size:30px;color:#111}.products .tab--active{color:#b88c5e;text-decoration-color:#b88c5e}.products__slider{position:relative;margin-top:30px}@media screen and (min-width:993px){.products__slider2 .product-card:after{height:calc(100% + 60px)}.products__slider2 .product-card__btns{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch}.products__slider2 .product-card__btn{width:auto;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}.products__slider2 .product-card__btn span{font-size:12px}}.products .tab__content{display:none}.products .tab__content--active{display:block}.products .swiper{z-index:2;overflow:unset}.products .swiper-wrapper{-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch}.products .swiper-slide{height:auto;opacity:0;pointer-events:none}.products .swiper-slide-active,.products .swiper-slide-active+.swiper-slide,.products .swiper-slide-active+.swiper-slide+.swiper-slide,.products .swiper-slide-active+.swiper-slide+.swiper-slide+.swiper-slide{opacity:1;pointer-events:auto}.products .swiper-pagination{z-index:1;bottom:-28px}.products .swiper-pagination-bullet{background:#f9e2c8}.products .swiper-pagination-bullet-active{background:#b88c5e}.products__btn{padding:11.5px 16px;margin:50px auto 0}.products__btn span{font-size:14px}.product-card{position:relative;background:#fff;border:1px solid #e6e6e6}.product-card:after{content:"";position:absolute;top:0;left:0;width:100%;height:calc(100% + 110px);background:#fff;-webkit-box-shadow:0 2px 15px 0 rgba(0,0,0,.15);box-shadow:0 2px 15px 0 rgba(0,0,0,.15);opacity:0;pointer-events:none;-webkit-transition:.3s;-o-transition:.3s;transition:.3s}.product-card:hover{z-index:3;border-color:transparent}.product-card:hover .hover__pag,.product-card:hover .product-card__btn-hover,.product-card:hover .product-card__info,.product-card:hover:after{opacity:1}.product-card:hover .product-card__btns{opacity:1;pointer-events:auto}.product-card__top{position:relative;z-index:1}.product-card__btn-hover{position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%);width:-webkit-max-content;width:-moz-max-content;width:max-content;padding:7.5px 15px;opacity:0;-webkit-transition:.3s;-o-transition:.3s;transition:.3s}.product-card__btn-hover span{font-size:12px}.product-card__icon{position:absolute;z-index:3;top:10px;right:10px;width:90px}.product-card__icon img{width:100%}.product-card__desc{position:relative;z-index:1;padding:10px 15px}.product-card__title{position:relative;font-size:14px;line-height:120%;overflow:hidden;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.product-card__title:hover{color:#b88c5e}.product-card__title:after{content:"";position:absolute;top:0;right:0;width:16px;height:16px;background:-webkit-gradient(linear,right top,left top,from(#fff),to(rgba(255,255,255,.1)));background:-o-linear-gradient(right,#fff,rgba(255,255,255,.1) 100%);background:linear-gradient(270deg,#fff,rgba(255,255,255,.1) 100%)}.product-card__author{font-style:italic;font-size:12px;line-height:120%;color:#676767;margin-top:5px}.product-card__price{font-size:18px;line-height:120%;font-weight:700;margin-top:5px}.product-card__price2{font-size:15px;line-height:120%;font-weight:700;margin-top:5px}.product-card__info{font-size:12px;line-height:120%;margin-top:5px;opacity:0}.product-card__info span{color:#aeaeae}.product-card__btns{position:absolute;z-index:2;top:100%;left:0;width:100%;display:grid;grid-template-columns:100%;gap:10px;padding:5px 15px 15px;opacity:0;pointer-events:none;-webkit-transition:.3s;-o-transition:.3s;transition:.3s}.product-card__btn{width:100%;height:40px;padding:12px 6px}.product-card__btn span{font-size:13px}.categories{padding:30px 0}.categories__slider{position:relative;margin-top:50px}.categories__item{display:grid;grid-template-columns:100%;gap:25px}.categories__item-link{font-size:14px;line-height:120%}.categories__item-link:hover{color:#b88c5e}.categories .swiper-pagination{display:none}.categories__btn{padding:11.5px 16px;margin:24px auto 0}.categories__btn span{font-size:14px}.banner{padding:30px 0}.banner__inner{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;border:15px solid #f9eee2}.banner__img{max-width:400px;-ms-flex-negative:0;flex-shrink:0}.banner__img img{width:100%}.banner__desc{max-width:760px;padding:40px 65px}.banner__title{font-size:36px;line-height:125%;letter-spacing:.5px;text-transform:uppercase}.banner__btn{padding:11.5px 16px;margin-top:22px}.banner__btn span{font-size:14px}.portfolio{padding:30px 0}.portfolio__slider{position:relative;margin-top:30px}.portfolio__btn{padding:11.5px 16px;margin:30px auto 0}.portfolio__btn span{font-size:14px}.portfolio-card{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.portfolio-card:nth-child(1){grid-row:1/6}.portfolio-card:nth-child(2){grid-row:1/4}.portfolio-card:nth-child(3){grid-row:6/12}@media screen and (min-width:993px){.portfolio .swiper-wrapper{-webkit-transform:unset!important;-ms-transform:unset!important;transform:unset!important;display:grid;grid-template-columns:repeat(2,calc(50% - 15px));gap:30px}.portfolio .swiper-slide{width:100%!important}.portfolio .swiper-pagination{display:none}.portfolio-card:nth-child(1) .portfolio-card__img,.portfolio-card:nth-child(3) .portfolio-card__img{padding-bottom:80%}}.portfolio-card:nth-child(4){grid-row:4/8}.portfolio-card:nth-child(5){grid-row:8/12}.portfolio-card__img{position:relative;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;padding-bottom:48%;overflow:hidden}.portfolio-card__img:hover img{-webkit-transform:scale(1.2);-ms-transform:scale(1.2);transform:scale(1.2)}.portfolio-card__img img{position:absolute;top:0;left:0;width:100%;height:100%;-webkit-transition:1.5s;-o-transition:1.5s;transition:1.5s}.portfolio-card__text{background:#f9eee2;padding:24px}.portfolio-card__text p{font-size:16px;line-height:150%;font-weight:500}.about{padding:30px 0}.about__wrap{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:50px;border:15px solid #f9eee2;padding:45px;margin-top:30px}.about__img{position:relative;width:260px;-ms-flex-negative:0;flex-shrink:0;padding-right:50px}.about__img:after{content:"";position:absolute;top:50%;right:0;-webkit-transform:translate(0,-50%);-ms-transform:translate(0,-50%);transform:translate(0,-50%);width:2px;height:165px;background:#b88c5e}.about__img img{width:100%}.about__text p{font-size:16px;line-height:160%}.about__btn{padding:11.5px 16px;margin-top:20px}.about__btn span{font-size:14px}.shops{padding:30px 0}.shops__cards{display:grid;grid-template-columns:repeat(2,calc(50% - 10px));gap:20px;margin-top:32px}.shop-card{position:relative}.shop-card::after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.24);opacity:0;pointer-events:none;-webkit-transition:.3s;-o-transition:.3s;transition:.3s}.shop-card:hover::after{opacity:1}.shop-card__img{position:relative;display:block;padding-bottom:91%}.shop-card__img::after{content:"";position:absolute;left:0;bottom:0;width:100%;height:50%;background:-webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,0)),to(#000));background:-o-linear-gradient(top,rgba(0,0,0,0),#000 100%);background:linear-gradient(180deg,rgba(0,0,0,0),#000 100%);opacity:.35;pointer-events:none}.shop-card__img img{position:absolute;top:0;left:0;width:100%;height:100%}.shop-card__title{position:absolute;z-index:2;left:0;bottom:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:14px;padding:40px;font-size:30px;line-height:100%;font-weight:500;text-transform:uppercase;color:#fff}.shop-card__title:hover{color:#b88c5e}.shop-card__title:hover i svg path{fill:#b88c5e}.shop-card__title i{width:20px;-ms-flex-negative:0;flex-shrink:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.shop-card__title i svg{width:100%;height:auto}.shop-card__title i svg path{-webkit-transition:.3s;-o-transition:.3s;transition:.3s}.connection{background:#f9eee2;padding:100px 0;margin-top:30px}.connection__inner{max-width:650px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin:0 auto}.connection__title{text-align:center;text-transform:none}.connection-form{margin-top:30px}.connection-form__wrap{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;gap:15px}.connection-form__group input{width:300px;height:40px;background:rgba(0,0,0,0);border:none;border-bottom:1px solid #111;padding:0 10px;font-size:14px;line-height:120%;color:#111}.connection-form__group input::-webkit-input-placeholder{color:rgba(17,17,17,.4)}.connection-form__group input::-moz-placeholder{color:rgba(17,17,17,.4)}.connection-form__group input:-ms-input-placeholder{color:rgba(17,17,17,.4)}.connection-form__group input::-ms-input-placeholder{color:rgba(17,17,17,.4)}.connection-form__group input::placeholder{color:rgba(17,17,17,.4)}.connection-form__btn{-ms-flex-negative:0;flex-shrink:0;padding:11.5px 16px}.connection-form__btn span{font-size:14px}.connection-form__check{font-size:11px;line-height:120%;margin-top:15px}.connection-form__check a{text-decoration:underline;text-underline-offset:3px}.connection-form__check a:hover{color:#b88c5e;text-decoration-color:#b88c5e}@media screen and (max-width:1500px){.main-slide{padding:400px 0 0}.main .swiper-button-prev{left:10px}.main .swiper-button-next{right:10px}}@media screen and (max-width:1200px)and (min-width:993px){.advantages__item-title span{font-size:40px}}@media screen and (max-width:1200px){.banner__desc{padding:40px}}@media screen and (max-width:992px){.main-slide{padding:364px 0 0}.main .container{padding:20px 15px}.main__title{font-size:24px}.main .swiper-button-next:after,.main .swiper-button-prev:after{font-size:32px}.directions{padding:70px 0 25px}.directions__tabs-body,.directions__tabs-head{margin-top:30px}.directions__content{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:20px}.directions__left{width:100%}.directions__right{width:100%;-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}.directions__subtitle{font-size:16px}.directions .swiper-button-prev{left:15px}.directions .swiper-button-next{right:15px}.directions .swiper-pagination{bottom:12px}.directions__text p{font-size:12px}.advantages{padding:25px 0}.advantages__items{grid-template-columns:repeat(2,50%);margin-top:20px}.advantages__item{padding:18px}.categories{padding:25px 0}.categories__slider{padding-bottom:30px;margin-top:30px}.categories .swiper{overflow:unset}.categories__item{gap:20px}.categories .swiper-pagination{top:unset;bottom:0;display:block}.categories__btn{margin-top:16px}.products{padding:25px 0}.products__slider-btns{display:none}.products__slider{padding-bottom:30px;margin-top:20px}.products .swiper-slide{opacity:1;pointer-events:auto}.products .swiper-pagination{top:unset;bottom:0}.products__btn{margin-top:20px}.product-card{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.product-card:after{display:none}.product-card__icon{width:60px}.product-card:hover{border-color:#e6e6e6}.product-card .hover__img{display:none}.product-card .hover__img--active{display:block}.product-card .hover__pag,.product-card__btn-hover{display:none}.product-card__title{white-space:unset;-webkit-line-clamp:2}.product-card__title:after{top:unset;bottom:0}.product-card__btns,.product-card__info{display:none}.banner{padding:25px 0}.banner__inner{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:22px;padding:32px 16px 16px}.banner__desc{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;text-align:center;padding:0}.banner__title{font-size:24px}.portfolio{padding:25px 0}.portfolio__slider{padding-bottom:30px}.portfolio .swiper{overflow:unset}.portfolio .swiper-wrapper{-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch}.portfolio .swiper-slide{height:auto}.portfolio .swiper-pagination{top:unset;bottom:0}.portfolio__btn{margin-top:20px}.portfolio-card__img{-webkit-box-flex:unset;-ms-flex-positive:unset;flex-grow:unset;padding-bottom:100%}.portfolio-card__text{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;padding:15px}.portfolio-card__text p{font-size:14px}.about{padding:25px 0}.about__wrap{gap:30px;padding:32px 16px;margin-top:20px}.about__img{width:210px;padding-right:30px}.about__text p{font-size:14px}.shops{padding:25px 0}.shops__cards{margin-top:20px}.shop-card__title{padding:30px 15px}.connection{padding:50px 0;margin-top:25px}.connection-form{max-width:306px}.connection-form__wrap{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.connection-form__group input{width:100%}}@media screen and (max-width:768px){.main__group{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:start;gap:16px}.about__wrap{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.about__img{width:100%;max-width:200px;padding-right:0;padding-bottom:30px}.about__img:after{width:165px;height:2px;top:unset;left:50%;bottom:0;-webkit-transform:translate(-50%,0);-ms-transform:translate(-50%,0);transform:translate(-50%,0)}.about__desc{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;text-align:center}}@media screen and (max-width:576px){.main .swiper-slide{padding:300px 0 0}.main .swiper-button-next,.main .swiper-button-prev{top:40%}.main__btn{width:100%}.directions__btns{display:grid;grid-template-columns:100%}.directions__btn{min-height:44px}.advantages__items{grid-template-columns:100%}.categories__btn,.portfolio__btn,.products__btn{width:100%}.shops__cards{grid-template-columns:100%;gap:16px}}.chapter{padding:25px 0 30px}.chapter__top{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;gap:4px 16px}.chapter__subtitle{font-size:20px;line-height:130%;font-weight:600;letter-spacing:.5px;text-transform:uppercase;margin-top:30px}.chapter__slider{position:relative;max-width:1810px;margin:35px auto 0;overflow:hidden}.chapter__slider .container{max-width:1490px}.chapter .swiper{overflow:unset}.chapter .swiper-wrapper{-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch}.chapter .swiper-button-prev{left:50px}.chapter .swiper-button-next{right:50px}.chapter .swiper-pagination{display:none}.chapter-card{position:relative;height:auto;-webkit-transition:.3s;-o-transition:.3s;transition:.3s}.chapter-card::after{content:"";position:absolute;left:0;bottom:0;width:100%;height:50%;background:-webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,0)),color-stop(100%,#000),to(#000));background:-o-linear-gradient(top,rgba(0,0,0,0) 0,#000 100%,#000 100%);background:linear-gradient(180deg,rgba(0,0,0,0) 0,#000 100%,#000 100%);pointer-events:none}.chapter-card:hover .chapter-card__img img{-webkit-transform:scale(1.125);-ms-transform:scale(1.125);transform:scale(1.125)}.chapter-card__img{position:relative;display:block;padding-bottom:132%;overflow:hidden}.chapter-card__img img{position:absolute;top:0;left:0;width:100%;height:100%;-webkit-transition:.5s;-o-transition:.5s;transition:.5s}.chapter-card__title{position:absolute;z-index:2;left:0;bottom:0;width:100%;text-align:center;font-size:12px;line-height:140%;font-weight:600;letter-spacing:.36px;text-transform:uppercase;color:#fff;padding:18px}.catalog{padding:30px 0}.catalog__menu .open-more{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:8px;background:#f9eee2;padding:6px 12px;cursor:pointer}.catalog__menu .open-more span{font-size:14px;line-height:120%;color:#111}.catalog__menu .open-more span:nth-child(2){display:none}.catalog__menu .open-more i{width:6px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-transition:.3s;-o-transition:.3s;transition:.3s}.catalog__menu .open-more i img{width:100%}.catalog__menu .open-more--active span:nth-child(1){display:none}.catalog__menu .open-more--active span:nth-child(2){display:block}.catalog__menu .open-more--active i{-webkit-transform:rotate(-180deg);-ms-transform:rotate(-180deg);transform:rotate(-180deg)}@media screen and (min-width:993px){.chapter .swiper-slide{max-width:234px}.catalog .swiper-wrapper{-webkit-transform:unset;-ms-transform:unset;transform:unset;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;gap:12px}.catalog .swiper-slide{margin:0!important}.catalog .swiper-slide:nth-child(10)~.swiper-slide{display:none}}.catalog__link{padding:6px 12px}.catalog__link:hover{background:#111;border-color:#111}.catalog__link:hover span{color:#deb182}.catalog__link span{font-size:14px;text-transform:unset}.catalog .swiper-slide{width:auto!important}.catalog .more-link{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important}.catalog__wrap{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;gap:30px;margin-top:30px}.catalog__content{width:calc(100% - 245px)}.catalog__content-nav{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:20px}.catalog .filter-btn{display:none;font-size:14px;line-height:120%;cursor:pointer}.catalog .filter-btn:hover{color:#b88c5e}.catalog .nice-select{width:auto;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;background:rgba(0,0,0,0);border:none;-webkit-box-shadow:unset;box-shadow:unset;padding:0 30px 0 0;font-size:14px;line-height:120%}.catalog .nice-select:after{top:50%;right:0;-webkit-transform:translate(0,-50%) rotate(0);-ms-transform:translate(0,-50%) rotate(0);transform:translate(0,-50%) rotate(0);width:9px;height:6px;background-image:url(/local/templates/libs2024/css/../img/arrow.svg);background-repeat:no-repeat;background-position:center;background-size:contain}.catalog .nice-select .list{width:215px;background:#fff;-webkit-box-shadow:0 2px 15px 0 rgba(0,0,0,.15);box-shadow:0 2px 15px 0 rgba(0,0,0,.15);padding:12px 24px}.catalog .nice-select .list li{background:rgba(0,0,0,0)!important;border:none;padding:12px 0;font-size:14px;line-height:120%;font-weight:400!important}.catalog .nice-select .list li:hover{color:#b88c5e}.catalog .nice-select .list li:focus{background:rgba(0,0,0,0);color:#b88c5e}.catalog .open:after{-webkit-transform:translate(0,-50%) rotate(-180deg);-ms-transform:translate(0,-50%) rotate(-180deg);transform:translate(0,-50%) rotate(-180deg)}.catalog .sorting-cards{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:20px}.catalog .sorting-cards .active svg path{fill:#111}.catalog .sorting-card{max-width:21px;cursor:pointer}.catalog .sorting-card svg{max-width:100%}.catalog .sorting-card svg:nth-child(2){display:none}.catalog__cards{display:grid;gap:30px;margin-top:30px}.catalog .sorting-cards--1{grid-template-columns:repeat(4,calc(25% - 22.5px))}.catalog .sorting-cards--2{grid-template-columns:repeat(3,calc(33.3333333333% - 20px))}@media screen and (min-width:993px){.catalog .sorting-cards--2 .product-card:after{height:calc(100% + 60px)}.catalog .sorting-cards--2 .product-card__btns{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch}.catalog .sorting-cards--2 .product-card__btn span{font-size:12px}}.catalog .pagination{margin-top:30px}.catalog__items{display:grid;grid-template-columns:100%;gap:20px}.catalog__item:nth-child(1) .catalog__item-hidden,.catalog__item:nth-child(2) .catalog__item-hidden,.catalog__item:nth-child(3) .catalog__item-hidden{display:block}.catalog__item-show{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:3px 0;cursor:pointer}.catalog__item .item-show--active .catalog__item-btn{-webkit-transform:rotate(-180deg);-ms-transform:rotate(-180deg);transform:rotate(-180deg)}.catalog__item-title{font-size:14px;line-height:120%;font-weight:700}.catalog__item-btn{width:6px;-webkit-transition:.3s;-o-transition:.3s;transition:.3s}.catalog__item-btn img{width:100%}.catalog__item-hidden{display:none;margin-top:20px}.catalog__item-wrap{display:grid;grid-template-columns:100%;gap:16px}.catalog__item-group:nth-child(1) .catalog__item-hidden2{display:block}.catalog__item-show2{font-size:14px;line-height:120%;cursor:pointer}.catalog__item-show2:hover{color:#b88c5e}.catalog__item-hidden2{display:none;margin-top:16px}.catalog__item-list{display:grid;grid-template-columns:100%;gap:16px;padding-left:16px}.catalog__item-list li{font-size:14px;line-height:120%}.catalog__item-list li:hover{color:#b88c5e}.catalog__item-list li:nth-child(9)~li{display:none}.catalog__item-list .active{font-weight:600;color:#b88c5e}.catalog__item .more-list--active li{display:block!important}.catalog__item .more-list--active .catalog__item-checkbox{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important}.catalog__item .open-more{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:8px;cursor:pointer;margin-top:16px}.catalog__item .open-more span{font-size:14px;line-height:120%;color:#b88c5e}.catalog__item .open-more span:nth-child(2){display:none}.catalog__item .open-more i{width:6px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-transition:.3s;-o-transition:.3s;transition:.3s}.catalog__item .open-more i img{width:100%}.catalog__item .open-more--active span:nth-child(1){display:none}.catalog__item .open-more--active span:nth-child(2){display:block}.catalog__item .open-more--active i{-webkit-transform:rotate(-180deg);-ms-transform:rotate(-180deg);transform:rotate(-180deg)}.catalog__item-search{position:relative}.catalog__item-search input{width:100%;height:34px;border:none;border-bottom:1px solid #111;padding:0 0 0 34px;font-size:14px;line-height:120%;color:#111}.catalog__item-search input::-webkit-input-placeholder{color:rgba(17,17,17,.4)}.catalog__item-search input::-moz-placeholder{color:rgba(17,17,17,.4)}.catalog__item-search input:-ms-input-placeholder{color:rgba(17,17,17,.4)}.catalog__item-search input::-ms-input-placeholder{color:rgba(17,17,17,.4)}.catalog__item-search input::placeholder{color:rgba(17,17,17,.4)}.catalog__item .catalog__search-btn{position:absolute;top:50%;left:10px;-webkit-transform:translate(0,-50%);-ms-transform:translate(0,-50%);transform:translate(0,-50%);width:15px;background:rgba(0,0,0,0);padding:0}.catalog__item .catalog__search-btn:hover svg path{stroke:#111}.catalog__item .catalog__search-btn svg{width:100%;height:auto}.catalog__item .catalog__search-btn svg path{-webkit-transition:.3s;-o-transition:.3s;transition:.3s}.catalog__item-checkboxes{display:grid;grid-template-columns:100%;gap:16px;margin-top:20px}.catalog__item-checkbox{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.catalog__item-checkbox:nth-child(6)~.catalog__item-checkbox{display:none}.catalog__item-checkbox input{position:absolute;z-index:3;top:0;left:0;width:100%;height:100%;padding:0;margin:0;cursor:pointer;opacity:0}.catalog__item-checkbox input:checked~label:after{background-image:url(/local/templates/libs2024/css/../img/check2.svg);background-color:#111}.catalog__item-checkbox label{position:relative;font-size:14px;line-height:120%;padding-left:30px}.catalog__item-checkbox label:after{content:"";position:absolute;top:-3px;left:0;width:20px;height:20px;background-repeat:no-repeat;background-position:center;background-size:auto;border:1px solid #111;-webkit-transition:.3s;-o-transition:.3s;transition:.3s}.catalog .filters-price__inputs{position:relative;display:grid;grid-template-columns:repeat(2,calc(50% - 15px));gap:30px}.catalog .filters-price__inputs:after{content:"";position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%);width:10px;height:1px;background:#000}.catalog .filters-price__label{position:relative}.catalog .filters-price__label input{width:100%;height:37px;background:rgba(0,0,0,0);border:none;border-bottom:1px solid #111;padding:0;font-size:14px;line-height:120%;color:#111}.catalog .filters-price__label input::-webkit-input-placeholder{color:rgba(17,17,17,.4)}.catalog .filters-price__label input::-moz-placeholder{color:rgba(17,17,17,.4)}.catalog .filters-price__label input:-ms-input-placeholder{color:rgba(17,17,17,.4)}.catalog .filters-price__label input::-ms-input-placeholder{color:rgba(17,17,17,.4)}.catalog .filters-price__label input::placeholder{color:rgba(17,17,17,.4)}.catalog .filters-price__slider{margin-top:27px}.catalog .noUi-target{height:2px;background:rgba(0,0,0,0);border:none;-webkit-box-shadow:unset;box-shadow:unset}.catalog .noUi-connect{background:#dcc5ab}.catalog .noUi-connects{background:rgba(220,197,171,.25)}.catalog .noUi-handle{width:16px;height:16px;border:none;background:#dcc5ab;-webkit-box-shadow:unset;box-shadow:unset;border-radius:50%}.catalog .noUi-handle:after,.catalog .noUi-handle:before{display:none}.catalog .noUi-horizontal .noUi-handle{right:-8px}.catalog-sidebar{width:215px;-ms-flex-negative:0;flex-shrink:0}.catalog-sidebar__top{display:none;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:8px;margin-bottom:20px}.catalog-sidebar__title{font-size:20px;line-height:120%;font-weight:600}.catalog-sidebar__close{width:18px;cursor:pointer}.catalog-sidebar__close svg{width:100%;height:auto}.categories2{padding:30px 0}.categories2__top{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;gap:4px 16px}.categories2__slider-btns{-ms-flex-negative:0;flex-shrink:0;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:30px}.categories2__slider{position:relative;margin-top:24px}.categories2 .swiper-wrapper{-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch}.categories2 .swiper-button-next,.categories2 .swiper-button-prev{position:static;margin-top:0}.categories2 .swiper-button-next:after,.categories2 .swiper-button-prev:after{font-size:30px;color:#111}.categories2 .swiper-pagination{display:none}.category2-card{height:auto;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;text-align:center;background:#f9eee2;padding:30px}.category2-card:hover{background:#e9d7c3}.category2-card:active{background:#f0e1d0}.category2-card__title{font-size:16px;line-height:140%;font-weight:500;letter-spacing:.3px;text-transform:uppercase}.banner2{color:#fff;padding:30px 0}.banner2__inner{background-repeat:no-repeat;background-position:center;background-size:cover;padding:100px}.banner2__title{max-width:500px;font-size:38px;line-height:130%;letter-spacing:.5px;text-transform:uppercase}.banner2__btn{padding:12px 18px;margin-top:24px}.banner2__btn span{font-size:16px}.portfolio2{padding:30px 0}.portfolio2__top{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;gap:4px 16px}.portfolio2__slider-btns{-ms-flex-negative:0;flex-shrink:0;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:30px}.portfolio2__slider{position:relative;margin-top:24px}.portfolio2 .swiper-wrapper{-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch}.portfolio2 .swiper-button-next,.portfolio2 .swiper-button-prev{position:static;margin-top:0}.portfolio2 .swiper-button-next:after,.portfolio2 .swiper-button-prev:after{font-size:30px;color:#111}.portfolio2 .swiper-pagination{display:none}.portfolio2 .portfolio-card{height:auto}.portfolio2 .portfolio-card__img{-webkit-box-flex:unset;-ms-flex-positive:unset;flex-grow:unset;padding-bottom:80%!important}.portfolio2 .portfolio-card__text{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}.portfolio2__btn{padding:11.5px 16px;margin:30px auto 0}.portfolio2__btn span{font-size:14px}.portfolio2 .section-top{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;gap:4px 16px;margin-bottom:60px}@media screen and (max-width:992px){.chapter{padding:15px 0 25px}.chapter__slider,.chapter__subtitle{margin-top:20px}.chapter .swiper-slide{max-width:290px}.chapter .swiper-button-prev{left:40px}.chapter .swiper-button-next{right:40px}.chapter .swiper-pagination{top:unset;left:50%;bottom:-15px;-webkit-transform:translate(-50%,0);-ms-transform:translate(-50%,0);transform:translate(-50%,0);width:calc(100% - 30px);display:block}.chapter-card__title{font-size:16px;letter-spacing:.48px}.catalog{padding:25px 0}.catalog__menu .swiper{overflow:unset}.catalog__menu .open-more{display:none}.catalog__wrap{margin-top:20px}.catalog__content{width:100%}.catalog__content-top{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:20px}.catalog .filter-btn{display:block}.catalog__cards{gap:15px;margin-top:10px}.catalog .sorting-cards--1{grid-template-columns:repeat(4,calc(25% - 11.25px))}.catalog .sorting-cards--2{grid-template-columns:repeat(3,calc(33.3333333333% - 10px))}.catalog .pagination{margin-top:20px}.catalog-sidebar{position:fixed;z-index:20;top:0;left:0;width:100%;height:100%;background:#fff;padding:20px 15px 50px;opacity:0;pointer-events:none;-webkit-transition:.3s;-o-transition:.3s;transition:.3s;overflow-y:auto}.catalog-sidebar--active{opacity:1;pointer-events:auto}.catalog-sidebar__top{display:-webkit-box;display:-ms-flexbox;display:flex}.categories2{padding:25px 0}.categories2__slider{padding-bottom:20px}.categories2 .swiper{overflow:unset}.categories2 .swiper-wrapper{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.categories2 .swiper-slide{margin:0 10px 10px 0!important}.categories2 .swiper-button-next,.categories2 .swiper-button-prev{display:none}.categories2 .swiper-pagination{top:unset;bottom:0;display:block}.category2-card{padding:12px 20px}.category2-card__title{font-size:14px}.banner2{padding:25px 0}.banner2__inner{padding:100px 25px}.banner2__title{font-size:24px}.portfolio2{padding:25px 0}.portfolio2__slider{padding-bottom:30px;margin-top:24px}.portfolio2 .swiper-button-next,.portfolio2 .swiper-button-prev{display:none}.portfolio2 .swiper-pagination{top:unset;bottom:0;display:block}.portfolio2__btn{margin-top:20px}.portfolio2 .section-top{margin-bottom:50px}}@media screen and (max-width:768px){.catalog__cards{gap:10px}.catalog .sorting-cards--1{grid-template-columns:repeat(4,calc(25% - 7.5px))}.catalog .sorting-cards--2{grid-template-columns:repeat(3,calc(33.3333333333% - 6.6666666667px))}}@media screen and (max-width:576px){.catalog .sorting-card svg:nth-child(1){display:none}.catalog .sorting-card svg:nth-child(2){display:block}.catalog .sorting-cards--1{grid-template-columns:repeat(2,calc(50% - 5px))}.catalog .sorting-cards--2{grid-template-columns:100%}.catalog .product-card:nth-child(12)~.product-card{display:none}.banner2__inner{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;text-align:center;padding:25px 15px 280px}.portfolio2__btn{width:100%}}.portfolio--compilations .portfolio2__title{font-size:20px;font-weight:600;text-transform:uppercase}.portfolio--compilations .portfolio2__slider{margin-top:30px}.portfolio--compilations .portfolio-card__text{padding:50px 20px}.portfolio--compilations .portfolio-card__text p{font-size:20px}@media screen and (max-width:992px){.portfolio--compilations .portfolio2__title{font-size:18px}.portfolio--compilations .portfolio-card__text{padding:25px 15px}.portfolio--compilations .portfolio-card__text p{font-size:16px}}.product-main{padding:25px 0 50px}.product-main__top{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;gap:10px}.product-main .share{width:40px;height:40px;-ms-flex-negative:0;flex-shrink:0;background:#000;border-radius:50%}.product-main .share svg{width:22px;height:auto}.product-main__wrap{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:start;gap:25px;margin-top:50px}.product-main .gallery{width:66%}.product-main__desc{width:34%}.product-main .gallery__big .swiper-slide{padding-bottom:78%}.product-main .gallery__big .swiper-slide .play{position:absolute;right:18px;bottom:18px;width:24px;cursor:pointer}.product-main .gallery__big .swiper-slide .play:after{content:"";position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%);width:40px;height:40px;background:#f9eee2;border-radius:50%}.product-main .gallery__big .swiper-slide .play img{position:relative;z-index:2;width:100%}.product-main .gallery__small-wrapp{margin-top:22px}.product-main .gallery__small .swiper-slide{width:calc(20% - 20px)!important;padding-bottom:17.5%}.product-main .gallery__small .swiper-slide .play{position:absolute;right:18px;bottom:18px;width:15px;cursor:pointer}.product-main .gallery__small .swiper-slide .play:after{content:"";position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%);width:30px;height:30px;background:#f9eee2;border-radius:50%}.product-main .gallery__small .swiper-slide .play img{position:relative;z-index:2;width:100%}.product-main .swiper-slide{position:relative;border:1px solid #d9d9d9;padding:5px}.product-main .swiper-slide-thumb-active{border-color:#b88c5e}.product-main .swiper-slide img{position:absolute;top:0;left:0;width:100%;height:100%;-o-object-fit:contain;object-fit:contain}.product-main .swiper-button-prev{left:20px}.product-main .swiper-button-prev:after{font-size:30px;color:#111}.product-main .swiper-button-next{right:20px}.product-main .swiper-button-next:after{font-size:30px;color:#111}.product-main__group{background:#f9eee2;padding:30px}.product-main__price span:nth-child(1){font-size:35px;line-height:120%;font-weight:600}.product-main__price span:nth-child(2){font-size:25px;line-height:120%;color:#999;text-decoration:line-through;margin-left:10px}.product-main__btns{display:grid;grid-template-columns:repeat(2,calc(50% - 6px));gap:12px;margin-top:22px}.product-main__btn{padding:11.5px 16px}.product-main__btn span{font-size:14px}.product-main__list{display:grid;grid-template-columns:100%;gap:10px;margin-top:20px}.product-main__list li{font-size:14px;line-height:120%}.product-main__list li strong{font-weight:600}.product-main__list li a{text-decoration:underline;text-decoration-color:#b88c5e;text-underline-offset:3px}.product-main__list li a:hover{text-decoration-color:transparent}.product-main__group2{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:24px;border:1px solid #d9d9d9;padding:15px;margin-top:20px}.product-main__icon{width:48px;height:48px;-ms-flex-negative:0;flex-shrink:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;background:#f9eee2;border-radius:50%}.product-main__icon img{max-width:17px}.product-main__list2{display:grid;grid-template-columns:100%;gap:5px}.product-main__list2 li{position:relative;font-size:14px;line-height:120%;padding-left:12px}.product-main__list2 li:after{content:"";position:absolute;top:8px;left:0;width:2px;height:2px;background:#111;border-radius:50%}.product-main .item{margin-top:20px}.product-main .item-show{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;cursor:pointer}.product-main .item-show--active .item-btn{-webkit-transform:rotate(-180deg);-ms-transform:rotate(-180deg);transform:rotate(-180deg)}.product-main .item-title{font-size:14px;line-height:120%;font-weight:700}.product-main .item-btn{width:6px;-webkit-transition:.3s;-o-transition:.3s;transition:.3s}.product-main .item-btn img{width:100%}.product-main .item-hidden{margin-top:10px}.product-main .item .product-main__list2{padding-left:10px}.product-main__link{display:block;font-size:14px;line-height:120%;text-decoration:underline;text-decoration-color:#b88c5e;text-underline-offset:3px;margin-top:10px}.product-main__link:hover{text-decoration-color:transparent}.branding{padding:50px 0 30px}.branding__cards{display:grid;grid-template-columns:repeat(4,calc(25% - 19.5px));gap:26px;margin-top:30px}.branding-card{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;text-align:center;background:#f9eee2;padding:36px}.branding-card:after{content:"";position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%);width:calc(100% - 24px);height:calc(100% - 24px);border:1px solid rgba(0,0,0,.12);pointer-events:none}.branding-card__img{position:relative;max-width:108px;width:100%;height:158px}.branding-card__img img{position:absolute;top:0;left:0;width:100%;height:100%}.branding-card__desc{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.branding-card__title{font-size:14px;line-height:140%;font-weight:500;margin-top:16px;margin-bottom:20px}.branding-card__title span{display:block;font-size:12px;line-height:120%;margin-top:10px}.branding-card__title2{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-size:19px;line-height:160%;font-weight:600;text-transform:uppercase;margin-bottom:20px}.branding-card__btn{width:100%;padding:12.5px;margin-top:auto}.branding-card__btn:hover i path{fill:#deb182}.branding-card__btn span{font-size:12px}.branding-card__btn i{width:13px;-ms-flex-negative:0;flex-shrink:0}.branding-card__btn i svg{width:100%;height:auto}.branding-card__btn i svg path{-webkit-transition:.3s;-o-transition:.3s;transition:.3s}.product-info{padding:30px 0}.product-info__group{max-width:945px}.product-info__group h2{margin-bottom:30px}.product-info__group h3{font-size:20px;line-height:130%;font-weight:600;letter-spacing:.5px;text-transform:uppercase;margin-bottom:10px}.product-info__group p{font-size:14px;line-height:160%}.product-info__group p:not(:last-child){margin-bottom:10px}.product-info__group p:nth-child(3)~p{display:none}.product-info .more-text p{display:block!important}.product-info .open-more{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:8px;cursor:pointer;margin-top:10px}.product-info .open-more span{font-size:14px;line-height:120%;color:#b88c5e}.product-info .open-more span:nth-child(2){display:none}.product-info .open-more i{width:6px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-transition:.3s;-o-transition:.3s;transition:.3s}.product-info .open-more i img{width:100%}.product-info .open-more--active span:nth-child(1){display:none}.product-info .open-more--active span:nth-child(2){display:block}.product-info .open-more--active i{-webkit-transform:rotate(-180deg);-ms-transform:rotate(-180deg);transform:rotate(-180deg)}.characteristic{padding:30px 0}.characteristic__nav{display:grid;grid-template-columns:repeat(2,calc(50% - 15px));gap:30px;margin-top:30px}.characteristic__list{display:grid;grid-template-columns:100%}.characteristic__list li{display:grid;grid-template-columns:repeat(2,calc(50% - 7.5px));gap:15px;font-size:16px;line-height:120%;border-bottom:1px solid #e9e9e9;padding:10px 0}.characteristic__list li span:nth-child(2){font-weight:300}.reviews{padding:30px 0}.reviews__top{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;gap:30px}.reviews__group{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;gap:4px 16px}.reviews__slider-btns{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:30px}.reviews .swiper-button-prev{position:static}.reviews .swiper-button-prev:after{font-size:30px;color:#111}.reviews .swiper-button-next{position:static}.reviews .swiper-button-next:after{font-size:30px;color:#111}.reviews .swiper-pagination{display:none}.reviews__slider{position:relative;margin-top:30px}.reviews .swiper-wrapper{-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch}.review-card{height:auto;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;border:1px solid rgba(0,0,0,.12);padding:30px}.review-card__text{display:grid;grid-template-columns:100%;gap:15px;margin-bottom:auto}.review-card__text p{font-size:14px;line-height:160%}.review-card__group{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:12px;margin-top:32px;margin-bottom:auto}.review-card__images{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;display:grid;grid-template-columns:repeat(5,calc(20% - 9.6px));gap:12px}.review-card__img{position:relative;padding-bottom:100%}.review-card__img img{position:absolute;top:0;left:0;width:100%;height:100%}.review-card__quantity{width:80px;height:80px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;background:#f9eee2;border-radius:50%;font-size:18px;line-height:105%}.review-card__group2{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:16px;margin-top:32px}.review-card__user{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:10px}.review-card__user-img{width:44px;height:44px;-ms-flex-negative:0;flex-shrink:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;background:#f9eee2;border-radius:50%}.review-card__user-img img{max-width:27px}.review-card__user-name{font-size:16px;line-height:120%}.review-card__user-post{font-size:13px;line-height:120%;color:#9e9e9e;margin-top:5px}.review-card .estimation{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:8px}.review-card .estimation-number{font-size:16px;line-height:105%}.review-card .stars{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:6px}.review-card .star{width:14px}.review-card .star svg{width:100%;height:auto}@media screen and (max-width:1200px){.product-main .gallery{width:55%}.product-main__desc{width:45%}}@media screen and (max-width:992px)and (min-width:769px){.product-main .product-main__btns{grid-template-columns:100%}}@media screen and (max-width:992px){.product-main{padding:15px 0 25px}.product-main__wrap{gap:15px;margin-top:15px}.product-main .gallery__small .swiper-slide{width:148px!important;height:148px;padding-bottom:0}.product-main .gallery__small .swiper-slide img{position:static}.product-main__group{padding:18px}.product-main__price span:nth-child(1){font-size:26px}.product-main__price span:nth-child(2){font-size:18px}.branding{padding:25px 0}.branding__cards{grid-template-columns:repeat(2,calc(50% - 5px));gap:10px;margin-top:20px}.branding-card{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;gap:16px;padding:24px}.branding-card:after{width:calc(100% - 14px);height:calc(100% - 14px)}.branding-card__img{max-width:70px;height:104px;-ms-flex-negative:0;flex-shrink:0}.branding-card__desc{-webkit-box-align:start;-ms-flex-align:start;align-items:start;text-align:start}.branding-card__title{margin-top:0;margin-bottom:10px}.branding-card__title span{margin-top:0}.branding-card__btn{width:auto;margin-right:auto}.product-info{padding:25px 0}.product-info__group h2{margin-bottom:20px}.characteristic{padding:25px 0}.characteristic__nav{grid-template-columns:100%;gap:0;margin-top:20px}.characteristic__list li{font-size:14px}.reviews{padding:25px 0}.reviews__slider{padding-bottom:20px}.reviews .swiper{overflow:unset}.reviews .swiper-button-next,.reviews .swiper-button-prev{display:none}.reviews .swiper-pagination{top:unset;bottom:0;display:block}.review-card{padding:16px}.review-card__text{gap:10px}.review-card__group{margin-top:24px}.review-card__group2{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:start;gap:12px;margin-top:24px}.review-card__quantity{width:70px;height:70px}.review-card__user-name{font-size:14px}}@media screen and (max-width:768px){.product-main__wrap{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.product-main .gallery,.product-main__desc{width:100%}.branding__cards{grid-template-columns:100%}.review-card__images{grid-template-columns:repeat(2,calc(50% - 6px))}.review-card__img:nth-child(2)~.review-card__img{display:none}}@media screen and (max-width:576px){.product-main .swiper-button-prev{left:10px}.product-main .swiper-button-next{right:10px}.product-main__btns{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch}.product-main__btn{padding:11.5px 22px}.product-main__btn:nth-child(1){padding:11.5px 28px}}@media screen and (max-width:359px){.product-main__btns{display:grid;grid-template-columns:100%}}.basket{padding:25px 0 150px}.basket__top{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:16px}.basket__top .basket__clear{display:block}.basket__clear{display:none;background:rgba(0,0,0,0);padding:0;font-family:Montserrat;font-size:16px;line-height:120%;text-decoration:underline;text-decoration-color:#b88c5e;text-underline-offset:4px}.basket__wrap{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;gap:60px;margin-top:40px}.basket__left{width:calc(100% - 430px)}.basket__right{position:relative;width:370px}.basket__cards{display:grid;grid-template-columns:100%;gap:20px}.basket .total__price-text{margin-top:20px}.basket-card{position:relative}.basket-card--active .branding__cards{height:auto!important;overflow:unset!important}.basket-card--active .basket-card__show{color:#b88c5e}.basket-card--active .basket-card__show:after{top:0;-webkit-transform:rotate(-180deg);-ms-transform:rotate(-180deg);transform:rotate(-180deg);border-top:6px solid #b88c5e}.basket-card__wrap{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:40px;border:1px solid #d9d9d9;padding:20px 60px 20px 20px}.basket-card__img{width:90px;-ms-flex-negative:0;flex-shrink:0}.basket-card__img img{width:100%;-o-object-fit:contain;object-fit:contain}.basket-card__desc{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:16px}.basket-card__group{max-width:335px}.basket-card__title{font-size:16px;line-height:120%}.basket-card__article{font-size:14px;line-height:120%;color:#83878d;margin-top:8px}.basket-card__price{font-size:15px;line-height:120%;font-weight:600;margin-top:8px}.basket-card__show-wrap{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:12px;margin-top:12px}.basket-card__show{position:relative;font-size:13px;line-height:120%;padding-right:22px;cursor:pointer;-webkit-transition:.3s;-o-transition:.3s;transition:.3s}.basket-card__show:after{content:"";position:absolute;top:4px;right:0;border:5px solid transparent;border-top:6px solid #111;-webkit-transition:.3s;-o-transition:.3s;transition:.3s}.basket-card .number-products{width:22px;height:22px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;text-align:center;background:#f9eee2;border:none;border-radius:50%;font-size:13px;line-height:105%;color:#b88c5e;opacity:0;pointer-events:none}.basket-card .number-products::-webkit-inner-spin-button,.basket-card .number-products::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.basket-card .number-products--active{opacity:1;pointer-events:auto}.basket-card__group2{-ms-flex-negative:0;flex-shrink:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:32px}.basket-card .cartcalc{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:2px}.basket-card .cartcalc input{width:44px;height:24px;text-align:center;background:rgba(0,0,0,0);border:none;font-size:16px;line-height:120%}.basket-card .ccalc-minus,.basket-card .ccalc-plus{width:24px;height:24px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;background:rgba(0,0,0,.06);border-radius:4px}.basket-card .ccalc-minus img,.basket-card .ccalc-plus img{max-width:95%}.basket-card__total-price{font-size:18px;line-height:120%;font-weight:600}.basket-card__delete{position:absolute;top:12px;right:12px;width:19px;background:rgba(0,0,0,0);padding:0}.basket-card__delete svg{width:100%;height:auto}.basket-card .branding__cards{height:0;grid-template-columns:repeat(3,33.3333333333%);gap:0;margin-top:-1px;overflow:hidden}.basket-card .branding-card{background:rgba(0,0,0,0);border:1px solid #d9d9d9;border-right:unset;padding:30px 20px}.basket-card .branding-card:last-child{border-right:1px solid #d9d9d9}.basket-card .branding-card:after{border:none}.basket-card .branding-card__img{max-width:70px;height:102px}.basket-card .branding-card__img img{-o-object-fit:contain;object-fit:contain}.basket-card .branding-card__title{font-size:13px}.basket-card .branding-card__btn{max-width:195px}.delete-card{position:absolute;z-index:2;top:0;left:0;width:100%;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;background:rgba(249,238,226,.7);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);opacity:0;pointer-events:none;-webkit-transition:.3s;-o-transition:.3s;transition:.3s}.delete-card--active{opacity:1;pointer-events:auto}.delete-card__btns{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;gap:12px}.delete-card__btn{min-width:145px;padding:8px 16px}.delete-card__btn span{font-size:12px}.delete-card .btn-black__outline{background:#fff}.basket-info{margin-top:60px}.basket-info__items{display:grid;grid-template-columns:repeat(2,calc(50% - 12.5px));gap:25px}.basket-info__item{border:1px solid #d9d9d9;padding:30px 30px 45px}.basket-info__item-title{font-size:22px;line-height:120%;font-weight:600}.basket-info__item-text{font-size:16px;line-height:150%;margin-top:18px}.basket-form{display:grid;grid-template-columns:100%;gap:20px;margin-top:40px}.basket-form__wrap{background:#f9eee2;padding:50px;margin-top:60px}.basket-form__title{text-transform:unset}.basket-form__group label{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:8px;font-size:14px;line-height:120%}.basket-form__group label span{width:4px;height:4px;background:#e22429;border-radius:50%}.basket-form__group input{width:100%;padding-left:0}.total{position:sticky;top:0;left:0;background:#f9eee2;padding:30px}.total__title{font-size:35px;line-height:120%}.total__price{font-size:26px;line-height:120%;font-weight:600;margin-top:5px}.total__price-wrap{margin-top:20px}.total__price-text{font-size:16px;line-height:120%}.total__info{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:14px;border:1px solid rgba(0,0,0,.14);padding:15px;margin-top:30px}.total__info i{width:28px;-ms-flex-negative:0;flex-shrink:0}.total__info i img{width:100%}.total__info span{font-size:14px;line-height:120%}.total__btns{display:grid;grid-template-columns:100%;gap:12px;margin-top:30px}.total__btn{padding:16px}.total__btn span{font-size:18px}.total .btn-black__outline{background:#fff}.total__info2{font-size:12px;line-height:120%;margin-top:20px}.total__info2 a{text-decoration:underline;text-underline-offset:3px}.basket-gratitude{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;text-align:center;border:10px solid #f9eee2;padding:126px 26px}.basket-gratitude__title{text-transform:unset}.basket-gratitude__subtitle{max-width:650px;font-size:25px;line-height:120%;margin-top:40px}.basket-gratitude__btn{padding:18px 40px;margin-top:48px}.basket-gratitude__btn span{font-size:18px}.error{position:relative}.error input{background:rgba(255,60,60,.07);border-bottom:1px solid #ff3c3c}.error-text{position:absolute;bottom:50px;right:0}.error-text::after{content:"";position:absolute;right:30px;bottom:-13px;border:20px solid transparent;border-right:20px solid #111;pointer-events:none}.error-text::before{content:"";position:absolute;z-index:3;right:31.5px;bottom:-9.5px;border:12px solid transparent;border-right:12px solid #fff;pointer-events:none}.error-text span{position:relative;z-index:2;width:210px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;background:#fff;border:1px solid #111;padding:10px;font-size:12px;line-height:120%}.basket-empty{padding:25px 0 40px}.basket-empty__btns{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;gap:15px;margin-top:30px}.basket-empty__btn{padding:11px 16px}.basket-empty__btn span{font-size:14px}.basket-products{padding:40px 0 140px}@media screen and (max-width:1200px){.basket__wrap{gap:30px}.basket__left{width:calc(100% - 330px)}.basket__right{width:300px}}@media screen and (max-width:992px){.basket{padding:15px 0 60px}.basket__top .basket__clear{display:none}.basket__clear{display:block;font-size:14px;margin-top:10px}.basket__wrap{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:40px;margin-top:25px}.basket__left,.basket__right{width:100%}.basket-card__title{font-size:13px}.basket-card__article,.basket-card__price{font-size:12px;margin-top:4px}.basket-card__orice-total{font-size:16px}.basket-card .branding__cards{grid-template-columns:100%}.basket-card .branding-card{gap:30px;border-right:1px solid #d9d9d9;padding:20px}.basket-card .branding-card:not(:last-child){border-bottom:unset}.delete-card__btn{min-width:225px;padding:10px}.delete-card__btn span{font-size:14px}.basket-info{margin-top:40px}.basket-info__item-title{font-size:20px}.basket-form__wrap{padding:30px 20px;margin-top:40px}.total{padding:20px}.total__title{font-size:26px}.basket-gratitude{border-width:5px;padding:76px 26px}.basket-gratitude__subtitle{font-size:18px;margin-top:18px}.basket-empty{padding:15px 0 30px}.basket-products{padding:30px 0 90px}}@media screen and (max-width:768px){.basket-card__wrap{gap:30px}.basket-card .branding-card__img,.basket-card__img{width:60px}.basket-card .branding-card__btn{padding:8px 22px}.basket-card .branding-card__btn span{font-size:11px}.basket-info__items{grid-template-columns:100%}.basket-info__item{padding:20px 25px}}@media screen and (max-width:576px){.basket .fixed-total{position:fixed;z-index:3;top:unset;left:0;bottom:0;width:100%;padding:15px}.basket .fixed-total .total__wrap{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:16px}.basket .fixed-total .total__group{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:6px}.basket .fixed-total .total__title{font-size:14px}.basket .fixed-total .total__price-text{font-size:14px;margin-top:0}.basket .fixed-total .total__price{-ms-flex-negative:0;flex-shrink:0;font-size:18px}.basket-card__wrap{padding:15px 10px 55px}.basket-card__group2{position:absolute;left:0;bottom:0;width:100%;background:#f9eee2;padding:10px 41px 10px 10px}.basket-card__delete{top:50%;right:10px;-webkit-transform:translate(0,-50%);-ms-transform:translate(0,-50%);transform:translate(0,-50%)}.basket-card .branding__cards{border:1px solid #d9d9d9;margin-top:20px}.basket-card .branding-card{position:relative;border:none!important}.basket-card .branding-card:not(:last-child)::before{content:"";position:absolute;left:50%;bottom:0;-webkit-transform:translate(-50%,0);-ms-transform:translate(-50%,0);transform:translate(-50%,0);width:calc(100% - 16px);height:1px;background:#d9d9d9}.basket-card .branding-card__btn{width:100%;padding-left:4px;padding-right:4px}.basket-empty__btns{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.basket-empty__btn{width:100%}}.contacts{padding:25px 0 30px}.contacts__items{display:grid;grid-template-columns:repeat(4,calc(25% - 18.75px));gap:25px;margin-top:25px}.contacts__item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:start;background:#f9eee2;padding:20px}.contacts__item-icon{width:40px;margin-bottom:auto}.contacts__item-icon img{max-width:100%}.contacts__item-group{margin-top:50px}.contacts__item-title{font-size:12px;line-height:190%;font-weight:500;letter-spacing:.12px;text-transform:uppercase}.contacts__item-email,.contacts__item-phone{display:inline-block;font-size:20px;line-height:115%;text-decoration:underline;letter-spacing:.2px;margin-top:5px}.contacts__item-location{font-size:18px;line-height:130%;letter-spacing:.18px;margin-top:5px}.contacts__item-time{font-size:20px;line-height:115%;letter-spacing:.2px;margin-top:5px}.gallery{padding:30px 0}.gallery__cards{display:grid;grid-template-columns:repeat(3,calc(33.3333333333% - 16px));gap:24px;margin-top:30px}.gallery-card{position:relative;display:block;padding-bottom:125%}.gallery-card img{position:absolute;top:0;left:0;width:100%;height:100%}.section-map{padding:30px 0}.section-map__inner{position:relative;padding-bottom:46.5%}.section-map .map{position:absolute!important;top:0;left:0;width:100%;height:100%}.section-map .map iframe{width:100%;height:100%;border:none}.requisites{padding:30px 0 130px}.requisites__items{display:grid;grid-template-columns:repeat(2,calc(50% - 50px));-webkit-box-align:start;-ms-flex-align:start;align-items:start;gap:100px;border:8px solid #f9eee2;padding:60px 100px;margin-top:30px}.requisites__items-left,.requisites__items-right{max-width:420px;display:grid;grid-template-columns:100%;gap:30px}.requisites__subtitle{font-size:20px;line-height:150%;font-weight:500;text-transform:uppercase}.requisites__item-title{font-size:20px;line-height:120%;font-weight:500}.requisites__item-text{font-size:20px;line-height:120%}.contacts2{padding:25px 0 20px}.contacts2__wrap{display:grid;grid-template-columns:100%;gap:50px;margin-top:50px}.contacts2__flex{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;gap:32px}.contacts2__group{display:grid;grid-template-columns:100%;gap:50px;border:8px solid #f9eee2;padding:32px}.contacts2__subgroup{width:255px;-ms-flex-negative:0;flex-shrink:0}.contacts2__subtitle{font-size:26px;line-height:100%;text-transform:uppercase}.contacts2__name{font-size:18px;line-height:100%;font-weight:500;text-transform:uppercase}.contacts2__items{display:grid;grid-template-columns:100%;gap:16px;margin-top:30px}.contacts2__item-title{font-size:12px;line-height:100%;font-weight:500;text-transform:uppercase;color:#9595a5}.contacts2__item-info,.contacts2__item-location{font-size:18px;margin-top:8px}.contacts2__item-mail,.contacts2__item-phone,.contacts2__item-time{font-size:20px;line-height:115%;text-transform:uppercase;text-decoration:underline;margin-top:8px}.contacts2__item-mail,.contacts2__item-phone{display:block}.contacts2__item-mail:hover,.contacts2__item-phone:hover{text-decoration:unset;color:#b88c5e}.contacts2__slider{position:relative;width:calc(100% - 287px);max-width:840px;padding-bottom:32px}.contacts2 .gallery-card{padding-bottom:148%}.contacts2 .swiper-button-prev{left:32px}.contacts2 .swiper-button-next{right:32px}.contacts2 .swiper-pagination{bottom:0}.contacts2 .swiper-pagination-bullet{background:#f9e2c8}.contacts2 .swiper-pagination-bullet-active{background:#b88c5e}.contacts2 .map-wrap{position:relative;max-width:840px;width:calc(100% - 287px);min-height:380px;padding-bottom:36.6%}.contacts2 .map{position:absolute!important;top:0;left:0;width:100%;height:100%}.contacts2 .map iframe{width:100%;height:100%;border:none}@media screen and (max-width:992px){.contacts{padding:15px 0 25px}.contacts__items{grid-template-columns:repeat(2,calc(50% - 10px));gap:20px;margin-top:25px}.gallery{padding:25px 0}.gallery__cards{grid-template-columns:repeat(3,calc(33.3333333333% - 13.3333333333px));gap:20px;margin-top:25px}.section-map{padding:25px 0}.section-map__inner{min-height:480px}.requisites{padding:25px 0 50px}.requisites__items{grid-template-columns:repeat(2,calc(50% - 25px));gap:50px;padding:40px 24px;margin-top:25px}.contacts2{padding:15px 0 25px}.contacts2__wrap{margin-top:25px}.contacts2__group{gap:32px;padding:24px}.contacts2__flex{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:32px}.contacts2__subgroup{width:100%}.contacts2__items{gap:20px}.contacts2__slider{width:100%;max-width:100%}.contacts2 .map-wrap{max-width:100%;width:100%}}@media screen and (max-width:768px){.gallery__cards{grid-template-columns:repeat(2,calc(50% - 10px))}.requisites__items{grid-template-columns:100%;gap:20px}.requisites__items-left,.requisites__items-right{gap:20px}.requisites__item-title{font-size:16px}}@media screen and (max-width:576px){.contacts__items{grid-template-columns:100%;gap:10px}.contacts__item{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:20px;padding:20px 15px}.contacts__item-icon{width:32px;-ms-flex-negative:0;flex-shrink:0}.contacts__item-group{margin-top:0}.gallery__cards{grid-template-columns:repeat(2,calc(50% - 5px));gap:10px}.requisites__items{padding:20px 15px}.requisites__item-title{font-size:12px}.requisites__item-text{font-size:16px}.contacts2__group{padding:20px 15px;overflow:hidden}.contacts2__subtitle{font-size:20px}.contacts2__items{margin-top:20px}.contacts2__item-info,.contacts2__item-location,.contacts2__item-mail,.contacts2__item-phone,.contacts2__item-time{font-size:16px}.contacts2__slider{padding-bottom:0}.contacts2 .swiper{overflow:unset}.contacts2 .swiper-button-prev{left:10px}.contacts2 .swiper-button-next{right:10px}.contacts2 .swiper-pagination{display:none}}.delivery{padding:25px 0 70px}.delivery .directions__tabs-head{margin-top:30px}.delivery .tab--active{color:#b88c5e;text-decoration-color:#b88c5e}.delivery .directions__content{position:relative;display:block}.delivery .tab__content{display:none}.delivery .tab__content--active{display:block}.delivery__wrap{border:8px solid #f9eee2;padding:40px}.delivery__text{display:grid;grid-template-columns:100%;gap:25px}.delivery__text p{font-size:18px;line-height:140%}.delivery__text p span{font-weight:600}.delivery__grid{display:grid;grid-template-columns:repeat(2,calc(50% - 15px));gap:30px;margin:30px 0}.delivery .text h3{font-size:24px;line-height:130%;font-weight:400;text-transform:uppercase;margin-bottom:15px}.delivery .text ul li{position:relative;padding-left:28px;font-size:18px;line-height:140%}.delivery .text ul li::before{content:"";position:absolute;top:50%;left:12px;-webkit-transform:translate(0,-50%);-ms-transform:translate(0,-50%);transform:translate(0,-50%);width:3px;height:3px;background:#111;border-radius:50%}.delivery .text ul li span{font-weight:600}.delivery__items{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:start;gap:40px;padding-right:100px;margin-bottom:40px}.delivery__item-title{font-size:20px;line-height:180%;font-weight:600;letter-spacing:.6px;margin-bottom:8px}.delivery__item-text{font-size:18px;line-height:130%;letter-spacing:.18px}.delivery__item-text span{display:block;font-size:12px;line-height:130%;letter-spacing:.12px;text-transform:uppercase;margin-bottom:5px}.delivery__btn{position:absolute;top:30px;right:30px;background:rgba(0,0,0,0);padding:0}.delivery__btn span{font-size:14px;line-height:140%;text-decoration:underline;text-decoration-color:#b88c5e;text-underline-offset:4px}.delivery .map-wrap{position:relative;width:calc(100% + 80px);height:512px;margin-top:30px;margin-left:-40px;margin-bottom:-40px}.delivery .map{position:absolute;top:0;left:0;width:100%;height:100%}.delivery .map iframe{width:100%;height:100%;border:none}.delivery__images{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:40px;margin-top:50px}.delivery__img img{max-width:100%}.payment{margin-top:70px}.payment__title{margin-bottom:30px}.payment__wrap{display:grid;grid-template-columns:repeat(2,calc(50% - 12.5px));gap:25px}.payment__cards{display:grid;grid-template-columns:repeat(2,calc(50% - 2.5px));gap:5px}.payment__subtitle{font-size:20px;line-height:180%;font-weight:600;letter-spacing:.6px;text-transform:uppercase;margin-bottom:15px}.payment-card{position:relative}.payment-card input{position:absolute;z-index:2;top:0;left:0;width:100%;height:100%;padding:0;margin:0;opacity:0}.payment-card input:checked~.payment-card__wrap{background:#e9d7c3}.payment-card__wrap{position:relative;width:100%;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;background:#f9eee2;padding:25px}.payment-card__icon{width:40px;height:40px;margin-bottom:40px}.payment-card__icon img{max-width:100%;max-height:100%}.payment-card__title{font-size:20px;line-height:115%;letter-spacing:.2px;margin-top:auto}.payment-card__btn{position:absolute;z-index:3;top:8px;right:8px;height:27px;background:rgba(255,255,255,.24);padding:2px 10px}.payment-card__btn span{font-size:12px;line-height:100%;font-weight:500;letter-spacing:.24px;text-transform:uppercase}@media screen and (max-width:992px){.delivery{padding:15px 0 25px}.delivery__wrap{padding:32px 16px}.delivery__text p{font-size:18px}.delivery__grid{grid-template-columns:100%;gap:24px;margin:24px 0}.delivery .text h3{font-size:20px;margin-bottom:10px}.delivery .text ul li{font-size:16px}.delivery__items{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:24px;padding-right:0;margin-bottom:24px}.delivery__item-text{font-size:16px}.delivery__btn{display:none}.delivery .map-wrap{width:calc(100% + 32px);margin-top:24px;margin-left:-16px;margin-bottom:-32px}.delivery__images{margin-top:24px}.payment{margin-top:40px}.payment__title{margin-bottom:15px}.payment__wrap{grid-template-columns:100%}.payment__subtitle{font-size:16px;margin-bottom:10px}.payment-card__wrap{min-height:150px;padding:15px}.payment-card__title{font-size:16px}.payment-card__btn span{font-size:11px}}@media screen and (max-width:576px){.delivery__text p{font-size:14px}.delivery .text h3{font-size:18px}.delivery .text ul li{font-size:14px}.delivery__item-title{font-size:18px}.delivery__item-text{font-size:14px}.payment-card__wrap{padding:12px}}@media screen and (max-width:359px){.payment__cards{grid-template-columns:100%}}.footer{background:#111;color:#fff}.footer__group{border-bottom:1px solid #262626;padding:36px 0}.footer__list{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:40px}.footer__list li a{font-size:14px;line-height:120%;font-weight:300;letter-spacing:.2px;text-transform:uppercase}.footer__list li a:hover{color:#ffaf58}.footer .flex-group{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.footer__time{position:relative;font-size:14px;line-height:120%;font-weight:300;padding-right:16px;margin-right:16px}.footer__time:after{content:"";position:absolute;top:50%;right:0;-webkit-transform:translate(0,-50%);-ms-transform:translate(0,-50%);transform:translate(0,-50%);width:1px;height:17px;background:#303030}.footer__phone{font-size:14px;line-height:120%;font-weight:700;margin-right:40px}.footer__phone:hover{color:#ffaf58}.footer__payment{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:30px;margin-top:18px}.footer__payment-wrap{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.footer__payment-title{font-size:14px;line-height:120%;font-weight:300;letter-spacing:.2px;text-transform:uppercase}.footer__payment-method{max-width:64px}.footer__payment-method img{max-width:100%}.footer__payment-text{font-size:12px;line-height:120%;margin-top:18px}.footer__payment-text a{text-decoration:underline;text-underline-offset:3px}.footer__payment-text a:hover{color:#ffaf58;text-decoration-color:#ffaf58}.footer__politic{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-size:12px;line-height:120%;text-decoration:underline;text-underline-offset:3px}.footer__politic:hover{color:#ffaf58;text-decoration-color:#ffaf58}@media screen and (max-width:992px){.footer__group{padding:30px 0}.footer__list{display:grid;grid-template-columns:repeat(2,calc(50% - 5px));gap:10px}.footer .flex-group{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:start;-webkit-box-align:start;-ms-flex-align:start;align-items:start}.footer__time{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1;padding-right:0;margin-right:0;margin-top:10px}.footer__payment{-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:start;gap:15px}.footer__payment-wrap{-webkit-box-align:start;-ms-flex-align:start;align-items:start}}
/*# sourceMappingURL=../sourcemaps/style.min.css.map */

/* End */


/* Start:/local/templates/libs2024/css/extra.css?175802901413620*/
.fancybox__container .popup{
    font-weight: 300;
}
.popup.fancybox__content{
    max-width: 100%;
}
.fancybox__container .popup .popup__close{
	display: none;
}
.fancybox__container .popup .popup__policy{
    font-size: 14px;
}
.fancybox__container .popup .popup__policy a{
    text-decoration: underline;
}
.fancybox__container .popup .call__callback a{
    text-decoration: underline;
}
.fancybox__container .popup .popup__btn{
    text-transform: uppercase;
}
.individual .individual__wrap .individual__blocks .individual__btn{
    text-transform: uppercase;
}

/*.popup img{
    display: block;
    max-width: 100%;
    max-height: 100%;
}*/

h1{
	font-size: inherit;
	font-weight: inherit;
}


/* START portfolio (также используется для /portfolio/ и /articles/) */
.tmplibs.portfolio {
    margin-top: 95px;
    margin-bottom: 95px;
    padding-top: 0;/*---*/
}
.tmplibs.portfolio.--mt0 {
    margin-top: 0;
}
.tmplibs .portfolio__title {
    margin-bottom: 32px;
}
.tmplibs .portfolio__list {
    margin-left: -15px;
    margin-right: -15px;
    margin-bottom: -30px;
}
.tmplibs .portfolio__item {
    display: block;
    width: -webkit-calc(100% / 2 - 30px);
    width: calc(100% / 2 - 30px);
    margin-left: 15px;
    margin-right: 15px;
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 30px;
}
.tmplibs .portfolio__item.--big .portfolio__img {
    height: 495px;
}
.tmplibs .portfolio__item:hover .portfolio__img img {
    -webkit-transform: scale(1.4);
    -ms-transform: scale(1.4);
    transform: scale(1.4);
}
.tmplibs .portfolio__item.--hidden {
    display: none;
}
.tmplibs .portfolio__item.--show {
    display: block;
}
.tmplibs .portfolio__img {
    height: 299.5px;
    overflow: hidden;
}
.tmplibs .portfolio__img img {
    -webkit-transition: 3.5s;
    -o-transition: 3.5s;
    transition: 3.5s;
}
.tmplibs .portfolio__img-hidden {
    display: none;
}
.tmplibs .portfolio__name {
    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;
    font-size: 16px;
    font-weight: 500;
    background-color: #f9eee2;
    text-align: center;
    font-family: "Montserrat", sans-serif;
    padding: 5px 10px 3px;
    text-transform: uppercase;
    height: 61px;
    line-height: 1.4;
    overflow: hidden;
}
.tmplibs .portfolio__more {
    max-width: 230px;
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto;
}
@media screen and (max-width: 992px) {
    .tmplibs.portfolio {
        margin-top: 55px;
        margin-bottom: 55px;
    }
    .tmplibs .portfolio__title {
        margin-bottom: 22px;
    }
}
@media screen and (max-width: 767px) {
    .tmplibs .portfolio__list {
        margin-bottom: 0;
        position: relative;
    }
    .tmplibs .portfolio__list .slick-arrow {
        top: -45px;
    }
    .tmplibs .portfolio__list .slick-prev {
        right: 45px;
    }
    .tmplibs .portfolio__list .slick-next {
        right: 15px;
    }
    .tmplibs .portfolio__item {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
        margin-bottom: 0;
    }
    .tmplibs .portfolio__item.--big .portfolio__img {
        height: 380px;
    }
    .tmplibs .portfolio__img {
        height: 380px;
    }
    .tmplibs .portfolio__name {
        height: auto;
        padding-top: 15px;
        padding-bottom: 15px;
    }
    .tmplibs .portfolio__more {
        display: none;
    }
}
.tmplibs .portfolio__name {
    height: 120px !important;
    text-transform: none !important;
}
/* END portfolio */

.tmplibs .btn {
  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;
  text-align: center;
  font-size: 14px;
    font-family: "Montserrat", sans-serif;
  cursor: pointer;
  text-transform: uppercase;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  background-color: transparent; }

/*START add2basket*/
.js-basket-btn .in-basket{
    display: none;
}
.js-basket-btn.basket-btn--active .in-basket{
    display: block;
}
.js-basket-btn .add-basket{
    display: block;
}
.js-basket-btn.basket-btn--active .add-basket{
    display: none;
}
/*END add2basket*/

section.about.a-about .about__btn {
    margin-left: 0;
}
.catalog-sidebar .catalog__items .catalog__item .catalog__item-hidden2 .open-more {
    padding-left: 16px;
}
.filter-checkbox-showen{
    display: block;
}
.filter-checkbox-hidden{
    display: none;
}
.catalog__item .catalog__item-checkbox.filter-checkbox-hidden{
    display: none !important;
}

/*START дет.стр.товара Описание*/
.product-info.p-product-info .container .product-info__inner .product-info__group.detail-text,
.product-info.p-product-info .container .product-info__inner .product-info__group.section-text{
    font-size: 14px;
    line-height: 160%;
    display: -webkit-box;
    -webkit-line-clamp: 8;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.product-info.p-product-info .container .product-info__inner .product-info__group.detail-text.more-text,
.product-info.p-product-info .container .product-info__inner .product-info__group.section-text.more-text{
    display: block;
    -webkit-line-clamp: unset;
    -webkit-box-orient: vertical;
    overflow: unset;
}
.product-info.p-product-info .container .product-info__inner .product-info__group.detail-text b:first-child{
    font-size: 28px;
    line-height: 130%;
    font-weight: 400;
    letter-spacing: .5px;
    text-transform: uppercase;
}
.product-info.p-product-info .container .product-info__inner .product-info__group.detail-text b:not(:first-child){
    font-size: 20px;
    line-height: 130%;
    font-weight: 600;
    letter-spacing: .5px;
    text-transform: uppercase;
    margin-bottom: 10px;
}
/*END дет.стр.товара Описание*/

.about__icon img{
    max-width: 100%;
    max-height: 100%;
}

.hover__slide .hover__images .hover__img{
    max-height: 290px;
}
.hover__slide .hover__images .hover__img > span{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 290px;
}
.hover__slide .hover__images .hover__img > span > img{
    position: relative;
    width: auto;
    height: auto;
}

@media screen and (max-width: 576px) {
    .hover__slide .hover__images .hover__img{
        max-height: 100%;
    }
    .hover__slide .hover__images .hover__img > span{
        display: block;
        height: auto;
    }
    .hover__slide .hover__images .hover__img > span > img{
        position: absolute;
        width: 100%;
        height: 100%;
        object-fit: contain;
    }
}


@media screen and (max-width: 992px) {
    .pagination__items .pagination__item:nth-child(4),
    .pagination__items .pagination__item:nth-child(5),
    .pagination__items .pagination__item:nth-child(6),
    .pagination__items .pagination__item:nth-child(7),
    .pagination__items .pagination__item:nth-child(8) {
        display: flex;
    }
    .pagination__items .pagination__item.pagination__item_add {
        display: none;
    }
}

.total__btn
{
    max-width: 100%;
    margin-top: 0;
}

.basket-form__group .error-text
{
    display: none;
}
.basket-form__group.error .error-text
{
    display: block;
}


@media screen and (max-width: 576px) {
    .catalog .catalog__cards .product-card:nth-child(12)~.product-card {
        display:block;
    }
}

.basket__top .basket__title.h2
{
    flex-grow: 2;
}
.basket__top .sharebasket
{
    position: relative;
    margin-right: 20px;
}
.basket__wrap .sharebasket
{
    display: none;
}
.basket__inner .sharebasket .shareBasketLink a
{
    font-size: 16px;
    text-decoration: underline;
    text-decoration-color: #b88c5e;
    text-underline-offset: 4px;
}
.basket__inner .sharebasket .basket_distribution
{
    position: absolute;
    z-index: 2;
    max-width: 100%;
    min-width: 376px;
    background-color: #fff;
    border: 1px solid #000;
    padding: 10px 10px 0;
}
.basket_distribution.fancybox__content
{
    border: 1px solid #000;
}

.skyweb24_share_basket .basket .fixed-total
{
    position: relative;
}

@media screen and (max-width: 576px) {
    .basket__top .sharebasket
    {
        width: 100%;
        margin: 0;
    }
    .basket__top .sharebasket .basket_distribution
    {
        min-width: 0;
        width: 100%;
    }
}

@media screen and (max-width: 992px) {
    .basket__top .sharebasket {
        position: fixed;
        width: calc(90vw);
        z-index: 2;
        top: 70px;
    }
    .basket__top .sharebasket .shareBasketLink{
        display: none;
    }

    .basket__wrap .sharebasket {
        display: block;
        font-size: 14px;
        margin-top: 10px
    }

    .basket__wrap .sharebasket .shareBasketLink a {
        font-size: 14px;
    }
}


.header-center__wrap,
.header-center__wrap .header-center__group
{
    gap: 18px;
}

.header-currency .currency-selector {
    position: relative;
    background-color: transparent;
  }

  /* Стиль для отображения выбранной валюты */
.header-currency   .select-box {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding: 2px;
    cursor: pointer;
    width: 40px;
  }

 .header-currency  .selected-currancy {
    display: flex;
    align-items: center;
    gap: 8px; /* расстояние между иконкой и текстом */
    font-size: 16px;
    color: #fff;
    margin-right: 5px;
  }

.header-currency   .arrow {
    transition: transform 0.3s ease;
    color: #fff;
    font-size: 11px;
  }

  /* Вращение стрелки при открытом списке */
.header-currency   .open .arrow {
    transform: rotate(180deg);
  }

  /* Всплывающий список */
.header-currency   .options {
    position: absolute;
    top: calc(100% + 2px);
    left: 0;
    right: 0;
    border: 1px solid #ccc;
    border-top: none;
    background-color: #fff;
    max-height: 300px; /* можно регулировать */
    overflow-y: auto;
    display: none; /* по умолчанию скрыт */
    z-index: 1000;

    /* стили для заголовка внутри списка */
    width: 207px;
    margin-left: -157px;
    padding: 10px;
    font-size: 14px;

}
.header-currency .options.show {
    display: block; /* показываем при открытии */
}
.header-currency .options-header {
   padding:15px 15px 15px;
   font-weight:bold;
}
.header-currency .option {
   cursor:pointer;
   display:flex;
   align-items:center;
   gap:8px; /* расстояние между иконкой и текстом */
   margin-left: 15px;
   height: 35px;
}
.header-currency .option>span {
    width: 26px;
    display: inline-block;
}
.header-currency .option:hover {
   color: #B88C5E;
}
.header-currency .options .option.active{
   color: #B88C5E;
}

.header-center__group .delimetr
{
    display: flex;
    align-items: center;
}
.header-center__group .delimetr:before
{
    content: '';
    display: block;
    border-left: 1px solid #303030;
    height: 17px;
    width: 1px;
}
@media screen and (max-width: 992px) {
    .header-currency
    {
        display: none;
    }
    .header-center__group .delimetr
    {
        display: none;
    }
}

i.svg-currency
{
    display: inline-block;
    width: 0.8em;
    height: 0.8em;
    top: 2px;
    position: relative;
    margin-left: 8px;
}
i.svg-currency svg
{
    max-width: 100%;
    max-height: 100%;
}

.product-card__price i.svg-currency
{

}

.product-card__authors{
    color: #aeaeae;
    font-size: 12px;
    margin-top: 5px;
}
section.main.m-main{
    @media (max-width: 992px) {
        margin-top: 83px;
    }
    @media (max-width: 576px) {
        margin-top: 76px;
    }
    @media (max-width: 450px) {
        margin-top: 66px;
    }
    @media (max-width: 359px) {
        margin-top: 0px;
    }
    
}
section.product-main.p-product-main .product-main__wrap .gallery{
    position: relative;
}
section.product-main.p-product-main .product-main__wrap .gallery .product-card__icon{
    top: 46px;
    left: 18px;
    width: 120px;
    @media screen and (max-width: 992px) {
        top: 32px;
        left: 7px;
        width: 110px;
    }
    @media (max-width: 359px) {
        width: 60px;
    }
}
.header-bottom__list li .active{
    border-bottom: unset;
}
.header-bottom__list .menu__item-list{
    min-width: 145px;
}
.header-top__inner .header-bottom__list .menu__item-title.all{
    display: block;
    line-height: 150%;
    font-weight: 400;
    text-transform: unset;
    letter-spacing: .2px;
    font-size: 14px;

}
/* End */


/* Start:/local/templates/libs2024/components/bitrix/sale.basket.basket.line/line24/style.css?1760097198113*/
.header-center__basket{
	display: block;
}
.header-center__basket.basket-line-empty:after{
	display: none;
}
/* End */
/* /local/templates/.default/_/templates/temp/styles/css/clone_old_style.css?1758029014140666 */
/* /local/templates/.default/_/templates/temp/styles/css/corections.css?163429077512151 */
/* /local/templates/libs2024/css/libs.min.css?173315573740006 */
/* /local/templates/libs2024/css/style.min.css?1764568580102993 */
/* /local/templates/libs2024/css/extra.css?175802901413620 */
/* /local/templates/libs2024/components/bitrix/sale.basket.basket.line/line24/style.css?1760097198113 */
