@charset "UTF-8";
/* @font-face {
  font-family: "Vela Sans";
  src: url("../fonts/subset-VelaSans-Regular.woff2") format("woff2"), url("../fonts/subset-VelaSans-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Vela Sans";
  src: url("../fonts/subset-VelaSans-Medium.woff2") format("woff2"), url("../fonts/subset-VelaSans-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Vela Sans";
  src: url("../fonts/subset-VelaSans-Bold.woff2") format("woff2"), url("../fonts/subset-VelaSans-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Vela Sans";
  src: url("../fonts/subset-VelaSans-SemiBold.woff2") format("woff2"), url("../fonts/subset-VelaSans-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Vela Sans";
  src: url("../fonts/subset-VelaSans-ExtraLight.woff2") format("woff2"), url("../fonts/subset-VelaSans-ExtraLight.woff") format("woff");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Kudryashev Headline";
  src: url("../fonts/subset-KudryashevHeadline.woff2") format("woff2"), url("../fonts/subset-KudryashevHeadline.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap; 
}*/
#sm-indicator {
  display: none;
}

#md-indicator {
  display: none;
}

#mobile-indicator {
  display: none;
}

html,
body {
  font-family: "Vela Sans", arial, sans-serif;
  color: #414141;
  font-size: 26px;
  line-height: 1.5;
  font-weight: 500;
  background-color: #FFF;
}

svg {
  vertical-align: initial;
  display: block;
}

.container {
  width: auto !important;
  max-width: initial !important;
  padding: 0 30px;
}

p {
  margin: 0 0 0.6em 0;
}

p:last-child {
  margin-bottom: 0 !important;
}

main a,
.modal a {
  text-decoration: none;
  color: #C09B4D;
  transition: all 0.15s ease;
}

main a:hover,
.modal a:hover {
  text-decoration: underline;
  color: #C09B4D;
}

@media (max-width: 767px) {
  main a.catalog-tmb-descr-content:hover {
    color: #1C1C1C !important;
  }
}
main ul,
main ol,
.modal ul,
.modal ol {
  margin: 0 0 0.6em 0px;
}
main ul:last-child,
main ol:last-child,
.modal ul:last-child,
.modal ol:last-child {
  margin-bottom: 0 !important;
}
main ul > li,
main ol > li,
.modal ul > li,
.modal ol > li {
  padding: 0 0 0 26px;
  margin: 0 0 0.9em 0;
  position: relative;
}
main ul > li:last-child,
main ol > li:last-child,
.modal ul > li:last-child,
.modal ol > li:last-child {
  margin-bottom: 0 !important;
}
main ul > li:before,
.modal ul > li:before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #C09B4D;
  position: absolute;
  left: 0;
  top: 8px;
}
main ol > li,
.modal ol > li {
  counter-increment: item;
  position: relative;
}
main ol > li:before,
.modal ol > li:before {
  content: counters(item, ".") "";
  position: absolute;
  left: 0;
  top: 2px;
  font-size: 16px;
}
main table,
.modal table {
  width: 100%;
  margin: 20px 0 20px 0;
}
main table:first-child,
.modal table:first-child {
  margin-top: 0 !important;
}
main table:last-child,
.modal table:last-child {
  margin-bottom: 0 !important;
}
main th,
main td,
.modal th,
.modal td {
  padding-left: 15px;
  padding-right: 15px;
  vertical-align: top;
}
main th:first-child,
main td:first-child,
.modal th:first-child,
.modal td:first-child {
  padding-left: 0 !important;
}
main th:last-child,
main td:last-child,
.modal th:last-child,
.modal td:last-child {
  padding-right: 0 !important;
}
main th,
.modal th {
  color: #8E8E8E;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  padding-bottom: 10px;
  border-bottom: 1px solid #D9E7EE;
}
main td,
.modal td {
  padding-top: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #D9E7EE;
}

h1,
.h1 {
  font-family: "Vela Sans", arial, sans-serif;
  font-size: 40px;
  line-height: 1.1;
  letter-spacing: 0.05em;
  font-weight: normal;
  margin: 0;
  text-transform: uppercase;
  text-align: center;
}

h1:last-child,
.h1:last-child {
  margin-bottom: 0 !important;
}

.h1-big {
  font-size: 100px;
}

h2,
.h2 {
  font-family: "Vela Sans", arial, sans-serif;
  font-size: 35px;
  line-height: 1.1;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 1.75px;
  color: #1C1C1C;
  margin: 100px 0 50px 0;
}

h1 + h2,
h1 + .h2,
.h1 + h2,
.h1 + .h2,
.text-section-header + h2,
.text-section-header + .h2 {
  margin-top: 0;
}

h3,
.h3 {
  font-family: "Vela Sans", arial, sans-serif;
  font-size: 25px;
  line-height: 1.4;
  font-weight: bold;
  margin: 50px 0 20px 0;
}

h2 + h3,
h2 + .h3,
.h2 + h3,
.h2 + .h3,
h3 + h4,
h3 + .h4,
.h3 + h4,
.h3 + .h4 {
  margin-top: 0 !important;
}

h4,
.h4 {
  font-family: "Vela Sans", arial, sans-serif;
  font-size: 20px;
  line-height: 1.4;
  font-weight: bold;
  margin: 50px 0 20px 0;
}

h2:first-child,
.h2:first-child,
h3:first-child,
.h3:first-child,
h4:first-child,
.h4:first-child,
h5:first-child,
.h5:first-child,
h6:first-child,
.h6:first-child,
a[name]:first-child + h2,
a[name]:first-child + .h2,
a[name]:first-child + h3,
a[name]:first-child + .h3,
a[name]:first-child + h4,
a[name]:first-child + .h4,
a[name]:first-child + h5,
a[name]:first-child + .h5,
a[name]:first-child + h6,
a[name]:first-child + .h6 {
  margin-top: 0 !important;
}

ul {
  margin: 0 0 17px 0;
  list-style: none;
  padding: 0;
}

ul:last-child {
  margin-bottom: 0;
}

ul.ul-reset {
  margin: 0;
}

ul > li {
  padding: 0 0 0 40px;
  margin: 0 0 15px 0;
  position: relative;
}

ul > li:last-child {
  margin-bottom: 0;
}

ul.ul-reset > li {
  padding: 0;
  margin: 0;
}

ul.ul-reset > li:before {
  display: none;
}

ol {
  list-style: none;
  margin: 0 0 0.75rem 0;
  padding: 0;
  counter-reset: item;
}

ol:last-child {
  margin-bottom: 0;
}

ol > li {
  padding: 0 0 0 40px;
  margin: 0 0 15px 0;
  position: relative;
}

ol > li:last-child {
  margin-bottom: 0;
}

ol > li::before {
  content: counters(item, ".") ". ";
  position: absolute;
  left: 0;
  top: 0;
  color: #C09B4D;
  font-weight: bold;
}

.btn {
  border: none;
  background: none;
  border-radius: 0;
  vertical-align: top;
  position: relative;
  text-decoration: none !important;
  transition: color 0.2s ease, border-color 0.2s ease, background-color 0.2s ease, outline-color 0.2s ease, box-shadow 0.5s ease;
  -webkit-appearance: none;
  box-shadow: none !important;
  outline: 1px solid transparent;
  outline-offset: -1px !important;
  font-size: 14px;
  font-weight: bold;
  line-height: 1;
  text-transform: uppercase;
  padding: 11px 20px;
  text-align: center;
  letter-spacing: 2px;
  min-height: 50px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.btn-content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
}

.btn-ico {
  margin: 0 10px 0 0;
}

.btn-cart .btn-ico {
  margin: -9px 15px -6px 0;
}

.btn:focus {
  outline: 1px solid transparent;
}

.btn-1 {
  background-color: #C09B4D;
  color: #fff !important;
}

.btn-2 {
  background-color: transparent;
  color: #C09B4D;
  outline-color: #C09B4D;
}

.btn-show-more {
  padding: 16px 35px 16px 35px;
  opacity: 0;
  pointer-events: none;
  transition: none !important;
}

.btn-show-more-loading {
  opacity: 1;
  background: transparent url(../images/btn-show-more-loader.svg) center center no-repeat !important;
  border: none !important;
  outline-color: transparent !important;
  box-shadow: none !important;
  pointer-events: none !important;
  color: transparent !important;
}
.btn-show-more-loading .btn-ico {
  opacity: 0 !important;
}

.block-loading {
  position: relative;
}

.block-loading:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.5) url(../images/btn-show-more-loader.svg) center 30px no-repeat !important;
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
}

.section {
  padding-top: 50px;
  padding-bottom: 50px;
}

.section:first-child {
  padding-top: 100px;
}

.section:last-child {
  padding-bottom: 100px;
}

.section-home {
  padding-top: 75px;
  padding-bottom: 18px;
}

.section-home:first-child {
  padding-top: 150px;
}

.section-home:last-child {
  padding-bottom: 150px;
}

.section-dark {
  background: #1C1C1C;
  color: #fff;
}

.section-header {
  margin: 0 0 50px 0;
}

.section-header h2,
.section-header .h2 {
  color: #1C1C1C;
  font-size: 35px;
  font-weight: bold;
  line-height: 1.1;
  letter-spacing: 1.75px;
  text-transform: uppercase;
  margin: 0 !important;
  text-align: center;
}

.section-home .section-header {
  margin-bottom: 50px;
}

.section-dark .section-header h2,
.section-dark .section-header .h2 {
  color: #fff;
}

span.hl {
  color: #C09B4D;
}

.section-header-home-col {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
  margin-left: auto;
  margin-right: auto;
}

.content-col {
  -ms-flex: 0 0 66.666%;
  flex: 0 0 66.666%;
  max-width: 66.666%;
  margin-left: auto;
  margin-right: auto;
}

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

.page-header {
  position: relative;
  background: #1C1C1C;
}

.page-header:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 200px;
  pointer-events: none;
  z-index: 20;
}

.header-alt + main .page-header:after {
  background: linear-gradient(180deg, rgba(28, 28, 28, 0.95) 0%, rgba(28, 28, 28, 0) 100%);
}

.header-fixed + main .page-header:after {
  opacity: 0;
}

.page-header-pic {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.page-header-pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.page-header-content {
  position: relative;
  padding-top: 177px;
  z-index: 30;
}

.page-header-illustrated {
  color: #fff;
}

.page-header-illustrated .page-header-content {
  min-height: 41.3vw;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-bottom: 50px;
}

.page-header-bottom {
  margin-top: 34px;
  color:#fff;
  padding-bottom: 20px;
  padding-top: 20px;
}

.page-header-illustrated h1,
.page-header-illustrated .h1 {
  color: #fff;
}

.section-page-body {
  padding: 50px 0 100px 0;
}

.page-header-illustrated + .section-page-body {
  padding-top: 100px;
}

ul.breadcrumb {
  background: none;
  border-radius: 0;
  padding: 0;
  border: none;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-size: 12px;
  font-weight: normal;
  line-height: 1;
  color: #8E8E8E;
  margin: 0 0 60px 0;
}

ul.breadcrumb > li {
  padding: 0;
}

ul.breadcrumb > li:before {
  display: none;
}

ul.breadcrumb > li:after {
  content: "/";
  font-size: 14px;
  line-height: 0.9;
  margin: 0 10px;
}

ul.breadcrumb a {
  text-decoration: none;
  color: #8E8E8E;
  transition: all 0.15s ease;
}

ul.breadcrumb a:hover {
  color: #C09B4D;
}

.page-header-illustrated ul.breadcrumb {
  color: #fff;
}
.page-header-illustrated ul.breadcrumb a {
  color: #fff;
}

.article-pic {
  margin: 80px 0;
}

.article-pic:first-child {
  margin-top: 0 !important;
}

.article-pic:last-child {
  margin-bottom: 0 !important;
}

.article-pic img {
  width: 100%;
  height: auto;
  display: block;
}

.text-blockquote {
  font-family: "Kudryashev Headline", arial, sans-serif;
  font-weight: normal;
  font-size: 45px;
  line-height: 1.1;
  text-align: center;
  padding: 65px 0;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  max-width: 58%;
  margin-top: 80px;
  margin-bottom: 80px;
}

.text-blockquote:first-child {
  margin-top: 0 !important;
}

.text-blockquote:last-child {
  margin-bottom: 0 !important;
}

.text-blockquote:before {
  content: "";
  background: #C09B4D;
  width: 1px;
  height: 35px;
  position: absolute;
  top: 0;
  left: 50%;
}

.text-blockquote:after {
  content: "";
  background: #C09B4D;
  width: 1px;
  height: 35px;
  position: absolute;
  bottom: 0;
  left: 50%;
}

.content-blocks {
  margin: 80px 0;
}

.content-blocks:first-child {
  margin-top: 0 !important;
}

.content-blocks:last-child {
  margin-bottom: 0 !important;
}

.content-block + .content-block {
  margin-top: 80px;
}

.content-block-col-1 {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.content-block-col-2 {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.content-block-descr {
  min-height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
}

.content-block-pic {
  margin-left: 8.3%;
}

.content-block-pic img {
  width: 100%;
  height: auto;
  display: block;
}

.content-block:nth-child(even) .content-block-col-1 {
  -ms-flex-order: 2;
  order: 2;
}
.content-block:nth-child(even) .content-block-col-2 {
  -ms-flex-order: 1;
  order: 1;
}
.content-block:nth-child(even) .content-block-pic {
  margin-left: 0;
  margin-right: 8.3%;
}

.content-block h3,
.content-block .h3 {
  font-family: "Vela Sans", arial, sans-serif;
  color: #C09B4D;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.25;
  letter-spacing: 2.4px;
  text-transform: uppercase;
  margin: 0 0 20px 0;
}

.btn-callback {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  font-size: 13px;
  line-height: 1.1;
  text-transform: uppercase;
  color: #C09B4D;
  transition: all 0.2s ease;
}

.btn-callback-ico {
  margin: 0 4px 0 0;
}

.delivery-row .col:nth-child(2n-1) {
  padding-right: 45px;
}

.delivery-row .col:nth-child(2n) {
  padding-left: 45px;
}

.delivery-col-1,
.delivery-col-2 {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.delivery-block h2,
.delivery-block .h2 {
  margin: 0 0 30px 0;
  text-align: center;
}
.delivery-block h3,
.delivery-block .h3 {
  font-size: 20px;
  line-height: 1.25;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin: 50px 0 20px 0;
  color: #C09B4D;
}

.delivery-pic {
  margin: 0 0 50px 0;
}

.delivery-pic img {
  display: block;
  width: 100%;
  height: auto;
}

.delivery-table-name {
  width: 34%;
}

.payment-list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
  max-width: 760px;
}

.payment-tmb {
  -ms-flex: 0 0 calc(33.333% - 30px);
  flex: 0 0 calc(33.333% - 30px);
  max-width: calc(33.333% - 30px);
  margin-left: 15px;
  margin-right: 15px;
  margin-bottom: 30px;
}

.payment-tmb-pic {
  margin: 0 0 20px 0;
}

.payment-tmb-descr {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.2; /* 19.2px */
  letter-spacing: 1.6px;
  text-transform: uppercase;
}

.subsection {
  margin: 150px 0;
}

.subsection:first-child {
  margin-top: 0 !important;
}

.subsection:last-child {
  margin-bottom: 0 !important;
}

.subsection-header {
  margin: 0 0 50px 0;
}

.subsection-header h2,
.subsection-header .h2 {
  font-family: "Vela Sans", arial, sans-serif;
  font-size: 35px;
  line-height: 1.1;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 1.75px;
  color: #1C1C1C;
  text-align: center;
  margin: 0;
}

.partnership-form-col {
  margin-left: auto;
  margin-right: auto;
  -ms-flex: 0 0 1046px;
  flex: 0 0 1046px;
  max-width: 1046px;
}

.expandable-content {
  display: none;
}

.expandable-wrapper.active .expandable-content {
  display: block;
}

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

.section-text-block h2,
.section-text-block .h2 {
  margin: 30px 0 20px 0;
  color: #1C1C1C;
  text-align: center;
  font-size: 30px;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 0.9px;
  text-transform: uppercase;
}

.section-page-body + .section-text-block {
  padding-top: 0 !important;
}

.section-text-block ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: center;
  align-items: center;
}

.text-block-logo {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 0 30px 0;
}

.section-text-block h1,
.section-text-block .h1 {
  color: #1C1C1C;
  text-align: center;
  font-size: 30px;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 0.9px;
  text-transform: uppercase;
  margin: 0 0 20px 0;
}

.btn-person-more,
.expandable-trigger {
  cursor: pointer;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  color: #C09B4D;
  font-size: 14px;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 2px;
  text-transform: uppercase;
  transition: all 0.15s ease;
  text-decoration: none !important;
}

.btn-person-more:hover,
.expandable-trigger:hover {
  color: #A38038;
}

.btn-person-more-ico,
.expandable-trigger-ico {
  width: 21px;
  height: 21px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  margin: 0 15px 0 0;
  position: relative;
}

.btn-person-more-ico:before,
.btn-person-more-ico:after,
.expandable-trigger-ico:before,
.expandable-trigger-ico:after {
  content: "";
  background: #C09B4D;
  position: absolute;
  transition: all 0.15s ease;
}

.btn-person-more:hover .btn-person-more-ico:before,
.btn-person-more:hover .btn-person-more-ico:after,
.btn-person-more:hover .expandable-trigger-ico:before,
.btn-person-more:hover .expandable-trigger-ico:after,
.expandable-trigger:hover .btn-person-more-ico:before,
.expandable-trigger:hover .btn-person-more-ico:after,
.expandable-trigger:hover .expandable-trigger-ico:before,
.expandable-trigger:hover .expandable-trigger-ico:after {
  background: #A38038;
}

.btn-person-more-ico:before,
.expandable-trigger-ico:before {
  height: 1px;
  left: 0;
  right: 0;
  top: 10px;
}

.btn-person-more-ico:after,
.expandable-trigger-ico:after {
  width: 1px;
  top: 0;
  bottom: 0;
  left: 10px;
}

.btn-person-more-wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
}

.expandable-wrapper.active .expandable-trigger-ico:after {
  opacity: 0;
}

.expandable-trigger-wrapper-alt {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 30px 0 0 0;
}

.expandable-trigger-wrapper-alt svg * {
  transition: all 0.2s ease;
}

.expandable-wrapper.active svg .line-v {
  opacity: 0;
}

.text-block-col {
  margin-left: auto;
  margin-right: auto;
  -ms-flex: 0 0 66.666%;
  flex: 0 0 66.666%;
  max-width: 66.666%;
}

.brands-nav-wrapper {
  margin: 0 0 35px 0;
  padding: 0 0 10px 0;
  position: -webkit-sticky;
  position: sticky;
  background: #fff;
  z-index: 100;
}

ul.alpha-menu {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  list-style: none !important;
  margin: 0 -3px;
  font-size: 30px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1.15;
}

ul.alpha-menu > li {
  padding: 0;
  margin: 0 3px;
}

ul.alpha-menu > li:before {
  display: none;
}

ul.alpha-menu a {
  text-decoration: none;
  color: #1C1C1C;
}

ul.alpha-menu a.active {
  color: #C09B4D;
}

ul.alpha-menu a.inactive {
  color: #8E8E8E;
}

.brands-section {
  border-top: 1px solid #D9E7EE;
  border-bottom: 1px solid #D9E7EE;
  padding: 50px 0;
}

.brands-section + .brands-section {
  margin-top: -1px;
}

.brands-section-col-1 {
  -ms-flex: 0 0 8.333%;
  flex: 0 0 8.333%;
  max-width: 8.333%;
}

.brands-section-col-2 {
  -ms-flex: 0 0 91.667%;
  flex: 0 0 91.667%;
  max-width: 91.667%;
}

.brands-letter {
  font-family: "Kudryashev Headline", arial, sans-serif;
  font-size: 110px;
  line-height: 0.95;
  font-weight: normal;
  color: #C09B4D;
  position: -webkit-sticky;
  position: sticky;
}

.brands-list {
  margin-bottom: -30px;
}

.brands-list .col {
  -ms-flex: 0 0 33.333%;
  flex: 0 0 33.333%;
  max-width: 33.333%;
}

.brands-tmb {
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
}

.brands-tmb-pic {
  -ms-flex: 0 0 160px;
  flex: 0 0 160px;
  max-width: 160px;
  height: 160px;
  padding: 10px;
  margin: 0 30px 0 0;
  position: relative;
  border: 1px solid #D9E6EE;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.brands-tmb-pic img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.brands-tmb h3,
.brands-tmb .h3 {
  color: #1C1C1C;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.1;
  letter-spacing: 2.4px;
  text-transform: uppercase;
  margin: 0 0 15px 0;
}

.brands-tmb h3 a,
.brands-tmb .h3 a {
  color: #1C1C1C;
  text-decoration: none !important;
}

.brand-tmb-country {
  color: #C09B4D;
  font-family: Vela Sans;
  font-size: 14px;
  font-weight: 600;
  line-height: 1; /* 14px */
  letter-spacing: 2.1px;
  text-transform: uppercase;
}

.brand-tmb-country a {
  text-decoration: none !important;
  transition: all 0.15s ease;
}

.brand-tmb-country a:hover {
  color: #A38038;
}

.brand-tmb-all-link-wrapper {
  margin: 30px 0 0 0;
}

.brand-tmb-all-link {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  color: #C09B4D;
  text-decoration: none !important;
  font-size: 12px;
  font-weight: bold;
  line-height: 1.1;
  letter-spacing: 1.2px;
  text-transform: uppercase;
}

.brand-tmb-all-link-ico {
  margin: 0 10px 0 0;
  -ms-flex: 0 0 30px;
  flex: 0 0 30px;
  max-width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #C09B4D;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.page-header-home .container {
  max-width: 1600px !important;
}

.slider-wrapper {
  position: relative;
}

.swiper-button {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #C09B4D;
  transition: all 0.2s ease;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  top: 50%;
  margin-top: -25px;
}

.swiper-button:hover {
  background-color: #A38038;
}

.swiper-button:after {
  content: "";
  width: 20px;
  height: 18px;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 100% 100%;
}

.swiper-button-prev:after {
  background-image: url(../images/swiper-prev.svg);
}

.swiper-button-next:after {
  background-image: url(../images/swiper-next.svg);
}

.slider-wrapper > .swiper-button-prev {
  left: -25px;
}

.slider-wrapper > .swiper-button-next {
  right: -25px;
}

.swiper-pagination {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  left: auto;
  right: auto;
  top: auto;
  bottom: auto !important;
  margin: 15px 0 0 0;
  width: auto !important;
}

.swiper-pagination-bullet {
  width: 20px;
  height: 20px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 0 !important;
  background: none !important;
  padding: 0 !important;
  margin: 0 5px !important;
  opacity: 1 !important;
  cursor: pointer;
}

.swiper-pagination-bullet:before {
  content: "";
  width: 8px;
  height: 8px;
  border: 1px solid #C09B4D;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.2s ease;
}

.swiper-pagination-bullet-active:before {
  background-color: #C09B4D;
}

.home-slider-wrapper,
.my-unique-slider,
.home-slider,
.home-slider .swiper-wrapper {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.my-unique-slider,
.home-slider .swiper-slide {
  height: 100%;
  overflow: hidden;
}

.my-unique-slider,
.home-slider .swiper-slide:after {
  content: "";
  position: absolute;
  height: 75%;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(0deg, rgba(28, 28, 28, 0.95) 0%, rgba(28, 28, 28, 0) 100%);
}

.my-unique-slider,
.home-slider .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.page-header-illustrated .page-header-content {
  min-height: 41.666vw;
  position: relative;
  z-index: 30;
}

.home-slider-nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0;
  -ms-flex-pack: center;
  justify-content: center;
}

.home-slider-nav .swiper-pagination {
  display: none !important;
}

.swiper-inactive .swiper-button {
  display: none;
}
.swiper-inactive .swiper-wrapper {
  -ms-flex-pack: center;
  justify-content: center;
}

.home-slider-nav-item {
  cursor: pointer;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: auto;
}

.home-slider-nav-item-pic {
  background: #fff;
  transition: all 0.2s ease;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
}

.home-slider-nav-item.active .home-slider-nav-item-pic {
  background-color: #C09B4D;
}

@media (min-width: 768px) {
  .home-slider-nav-item:hover .home-slider-nav-item-pic {
    background-color: #C09B4D;
  }
}
.home-slider-nav-item img {
  width: 150px;
  max-width: 100%;
  height: auto;
  opacity: 0;
  display: block;
}

.page-header-home-top {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  padding: 0 0 50px 0;
}

.page-header-home-top-content {
  position: relative;
  padding: 0 0 135px 0;
}

.page-header-home-top-content:after {
  content: "";
  width: 1px;
  height: 100px;
  background: #C09B4D;
  position: absolute;
  left: 50%;
  bottom: 0;
}

.page-header-home-logo {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 0 35px 0;
}

.page-header-home .sub-ttl {
  display: block;
  font-family: "Kudryashev Headline", arial, sans-serif;
  font-size: 26px;
  line-height: 1.1;
  font-weight: normal;
  text-transform: none;
  letter-spacing: 0;
  margin-top: 10px;
}

.home-categories-list {
  margin-bottom: -30px;
}

.home-categories-list .col {
  -ms-flex: 0 0 33.333%;
  flex: 0 0 33.333%;
  max-width: 33.333%;
}

.home-categories-tmb {
  text-decoration: none !important;
  color: #fff !important;
  position: relative;
  display: block;
  margin-bottom: 30px;
}

.home-categories-tmb-pic {
  position: relative;
  padding-top: 75.66%;
}

.home-categories-tmb-pic img {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  object-fit: cover;
  display: block;
}

.home-categories-tmb-descr {
  padding: 36px 30px;
  text-align: center;
  z-index: 20;
}

.home-categories-tmb-letter {
  display: none !important;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 25;
  pointer-events: none;
  text-align: center;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #FFF;
  color: transparent;
  font-family: "Kudryashev Headline", arial, sans-serif;
  font-size: 27.8vw;
  font-weight: normal;
  line-height: 1; /* 450px */
  text-transform: uppercase;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  transition: all 0.5s ease;
  opacity: 0;
  -webkit-transform: translateY(50px);
  transform: translateY(50px);
}

.home-categories-tmb h3,
.home-categories-tmb .h3 {
  color: #FFF;
  text-align: center;
  font-size: 30px;
  font-weight: bold;
  line-height: 1.1;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin: 0;
  transition: all 0.2s ease;
}

.section-home-categories {
  padding-top: 30px !important;
}

.section-home-pros {
  padding-bottom: 0 !important;
}

.home-pros {
  display: -ms-flexbox;
  display: flex;
  margin-left: -30px;
  margin-right: -30px;
}

.home-pros-item {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  width: 100%;
  position: relative;
  min-height: 390px;
  border-top: 1px solid rgba(142, 142, 142, 0.2);
  transition: all 0.75s ease;
  border-right: 1px solid rgba(142, 142, 142, 0.2);
}

.home-pros-item-pic {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  opacity: 0;
  transition: all 0.3s ease;
}

.home-pros-item-pic:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: linear-gradient(0deg, rgba(22, 22, 23, 0.95) 0%, rgba(0, 0, 0, 0) 100%);
}

.home-pros-item-pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.home-pros-item-inner {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: justify;
  justify-content: space-between;
  min-height: 100%;
  padding: 30px;
}

.home-pros-item-num {
  font-family: "Kudryashev Headline", arial, sans-serif;
  font-size: 150px;
  line-height: 0.88;
  font-weight: normal;
  color: transparent;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #C09B4D;
}

.home-pros-item-descr {
  color: #C09B4D;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: 1.6px;
  text-transform: uppercase;
  max-width: 246px;
  margin-top: 16px;
}

.home-pros-item-descr span {
  color: #fff;
}

.home-pros-item:hover {
  -ms-flex: 0 0 39.1%;
  flex: 0 0 39.1%;
  max-width: 39.1%;
}
.home-pros-item:hover .home-pros-item-pic {
  opacity: 1;
}

.styles-slider-over-wrapper {
  overflow: hidden;
}

.styles-slider-over-wrapper .container {
  max-width: 1600px !important;
}

.styles-slider-over-wrapper .swiper-pagination {
  display: none;
}

.styles-slider {
  overflow: visible;
}

.styles-slider-col {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.style-tmb {
  position: relative;
  padding-top: 127.1978%;
  display: block;
  text-decoration: none !important;
  color: #fff !important;
}

.style-tmb-pic,
.style-tmb-pic-inner {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.style-tmb-pic:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 23.758%;
  background: linear-gradient(0deg, rgba(22, 22, 23, 0.95) 0%, rgba(0, 0, 0, 0) 100%);
  z-index: 10;
}

.style-tmb-pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.style-tmb-descr {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 30px;
  z-index: 20;
}

.style-tmb h3,
.style-tmb .h3 {
  color: #FFF;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin: 0 !important;
}

.rooms-slider-wrapper .swiper-pagination {
  display: none;
}

.rooms-slider {
  overflow: visible;
}

.rooms-slider-nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -25px 25px -25px;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.1;
  letter-spacing: 1.4px;
  text-transform: uppercase;
}

.rooms-slider-nav .slider-nav-custom-item {
  margin: 0 25px 10px 25px;
  position: relative;
  transition: all 0.2s ease;
  color: #1C1C1C;
  cursor: pointer;
}

.rooms-slider-nav .slider-nav-custom-item:hover,
.rooms-slider-nav .slider-nav-custom-item.active {
  color: #C09B4D;
}

.rooms-slider-nav .slider-nav-custom-item:before {
  content: "";
  background: url(../images/rooms-slider-bullet.svg) 0 0 no-repeat;
  width: 15px;
  height: 15px;
  position: absolute;
  left: -25px;
  top: 0;
  transition: all 0.2s ease;
  opacity: 0;
}

.rooms-slider-nav .slider-nav-custom-item.active:before {
  opacity: 1;
}

.rooms-slider-over-wrapper {
  overflow: hidden;
  padding-bottom: 44px;
}

.rooms-slider-col {
  margin-left: auto;
  margin-right: auto;
  -ms-flex: 0 0 1046px;
  flex: 0 0 1046px;
  max-width: 1046px;
}

.room-tmb-pic {
  position: relative;
  padding-top: 59.055%;
  overflow: hidden;
  transition: all 0.5s ease;
}

.room-tmb-pic-inner {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  transition: all 0.5s ease;
}

.room-tmb-pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.room-tmb-descr {
  position: absolute;
  bottom: -44px;
  left: 0;
  right: 0;
  text-align: center;
  color: #C09B4D;
  font-family: "Kudryashev Headline", arial, sans-serif;
  font-size: 20px;
  font-weight: normal;
  line-height: 1.2;
  transition: all 0.5s ease;
}

.room-tmb-descr-inner {
  background: #fff;
  width: 48.7%;
  margin-left: auto;
  margin-right: auto;
  background: #fff;
  padding: 30px 30px 50px 30px;
  position: relative;
}

.room-tmb-descr-inner:after {
  content: "";
  background: #C09B4D;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 65px;
  right: 65px;
}

.room-tmb-descr h3,
.room-tmb-descr .h3 {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.1; /* 26.4px */
  letter-spacing: 2.4px;
  color: #1C1C1C;
  margin: 0 0 10px 0;
  text-transform: uppercase;
}

.rooms-slider-over-wrapper .swiper-button-prev {
  left: -100px;
}

.rooms-slider-over-wrapper .swiper-button-next {
  right: -100px;
}

.rooms-slider .swiper-slide:not(.swiper-slide-active) .room-tmb-pic {
  -webkit-transform: scale(0.833);
  transform: scale(0.833);
}

.rooms-slider .swiper-slide:not(.swiper-slide-active) .room-tmb-pic-inner {
  -webkit-filter: blur(7.5px);
  filter: blur(7.5px);
  left: -8px;
  right: -8px;
  top: -8px;
  bottom: -8px;
}

.rooms-slider .swiper-slide:not(.swiper-slide-active) .room-tmb-descr {
  opacity: 0;
}

.section-home-brands .container {
  max-width: 1600px !important;
}

.home-brands-col {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.brands-list-home {
  -webkit-column-count: 3;
  column-count: 3;
  -webkit-column-gap: 30px;
  column-gap: 30px;
  margin-bottom: -30px;
}

.brand-item-home {
  background: #8E8E8E;
  margin: 0 0 30px 0;
  padding-top: 45.1417%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}

.brand-item-home-big {
  padding-top: 70.8502%;
}

.brand-item-home-inner {
  background: #F5F5F5;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  padding: 30px 100px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

.brand-item-home-pic {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
}

.brand-item-home img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.home-blog {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 25% 0 25% 0 25% 0 25%;
  grid-template-columns: 25% 25% 25% 25%;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  -webkit-column-gap: 0;
  column-gap: 0;
  row-gap: 30px;
  margin: 0 -15px;
  justify-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  grid-template-areas: "home-blog-cell-1 home-blog-cell-1 home-blog-cell-2 home-blog-cell-3" "home-blog-cell-1 home-blog-cell-1 home-blog-cell-6 home-blog-cell-6" "home-blog-cell-4 home-blog-cell-5 home-blog-cell-6 home-blog-cell-6";
}

.home-blog-cell {
  padding: 0 15px;
}

.home-blog-cell-1 {
  -ms-grid-row: 1;
  -ms-grid-row-span: 3;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
  grid-area: home-blog-cell-1;
}

.home-blog-cell-2 {
  -ms-grid-row: 1;
  -ms-grid-column: 5;
  grid-area: home-blog-cell-2;
}

.home-blog-cell-3 {
  -ms-grid-row: 1;
  -ms-grid-column: 7;
  grid-area: home-blog-cell-3;
}

.home-blog-cell-4 {
  -ms-grid-row: 5;
  -ms-grid-column: 1;
  grid-area: home-blog-cell-4;
}

.home-blog-cell-5 {
  -ms-grid-row: 5;
  -ms-grid-column: 3;
  grid-area: home-blog-cell-5;
}

.home-blog-cell-6 {
  -ms-grid-row: 3;
  -ms-grid-row-span: 3;
  -ms-grid-column: 5;
  -ms-grid-column-span: 3;
  grid-area: home-blog-cell-6;
}

.home-blog-tmb {
  position: relative;
  min-height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  color: #fff !important;
  text-decoration: none !important;
}

.home-blog-tmb-inner {
  -ms-flex-positive: 1;
  flex-grow: 1;
  position: relative;
  padding-top: 90.4977%;
}

.home-blog-cell-1 .home-blog-tmb-inner,
.home-blog-cell-6 .home-blog-tmb-inner {
  padding-top: 66.2295%;
}

.home-blog-tmb-pic {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.home-blog-tmb-pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.home-blog-tmb-descr {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  min-height: 150px;
  padding: 30px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.home-blog-tmb-descr:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background: linear-gradient(0deg, rgba(22, 22, 23, 0.95) 0%, rgba(0, 0, 0, 0) 100%);
  transition: all 0.5s ease;
}

.home-blog-tmb-descr:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background: linear-gradient(0deg, rgba(192, 155, 77, 0.85) 0%, rgba(192, 155, 77, 0) 100%);
  transition: all 0.5s ease;
  opacity: 0;
}

.home-blog-tmb-descr > * {
  position: relative;
  z-index: 10;
}

.home-blog-tmb-date {
  color: #C09B4D;
  font-size: 10px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin: 0 0 10px 0;
  transition: all 0.15s ease;
}

.home-blog-tmb h3,
.home-blog-tmb .h3 {
  color: #FFF;
  text-align: left;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: 1.6px;
  text-transform: uppercase;
  margin: 0;
}

.section-home + .section-text-block {
  border-top: 1px solid #fff;
  margin-top: 75px;
  padding-top: 10px;
}

.footer-bottom-mob {
  display: none;
}

.about-persons-col {
  -ms-flex: 0 0 1046px;
  flex: 0 0 1046px;
  max-width: 1046px;
  margin-left: auto;
  margin-right: auto;
}

.about-persons {
  margin-bottom: -50px;
}

.about-persons .row {
  margin-left: -53px;
  margin-right: -53px;
}

.about-persons .col {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
  padding-left: 53px;
  padding-right: 53px;
}

.about-person-tmb {
  text-align: center;
  margin-bottom: 50px;
}

.about-person-tmb-pic {
  margin: 0 0 40px 0;
}

.about-person-tmb-pic img {
  width: 100%;
  height: auto;
  display: block;
}

.about-person-tmb-name {
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.25; /* 30px */
  letter-spacing: 2.4px;
  text-transform: uppercase;
  margin: 0 0 8px 0;
}

.about-person-tmb-post {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
}

.btn-person-more-wrapper,
.about-person-tmb .expandable-wrapper {
  margin-top: 35px;
}

.about-person-tmb .expandable-trigger-wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
}

.about-person-tmb .expandable-content {
  padding-bottom: 20px;
}

.article-big-pic {
  margin: 100px 0;
}

.article-big-pic:first-child {
  margin-top: 0 !important;
}

.article-big-pic:last-child {
  margin-bottom: 0 !important;
}

.article-big-pic img {
  display: block;
  width: 100%;
  height: auto;
}

.about-persons-wrapper {
  margin: 100px 0;
}

.about-persons-wrapper:first-child {
  margin-top: 0 !important;
}

.about-persons-wrapper:last-child {
  margin-bottom: 0 !important;
}

.mob-popup-close,
.mob-popup-ttl {
  display: none;
}

.filter-footer {
  display: none;
}

.fav-form-col {
  margin-left: auto;
  margin-right: auto;
  -ms-flex: 0 0 66.666%;
  flex: 0 0 66.666%;
  max-width: 66.666%;
}

.fav-form {
  border-bottom: 1px solid #D9E7EE;
  padding: 0 0 50px 0;
  margin: 0 0 50px 0;
}

.section-search-filter {
  padding-bottom: 0 !important;
}

.section-search-filter .section-content {
  border-bottom: 1px solid #E3E3E3;
  padding-bottom: 30px;
}

.search-sub-ttl {
  text-align: center;
  font-size: 30px;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 0.9px;
  text-transform: uppercase;
  margin: 30px 0 0 0;
}

.search-categories {
  margin: 0 0 28px 0;
}

.search-categories-ttl {
  color: #8E8E8E;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 1.8px;
  text-transform: uppercase;
  text-align: center;
  margin: 0 0 10px 0;
}

.search-categories-list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-size: 16px;
  line-height: 1;
  font-weight: 600;
  margin: 0 -15px -10px -15px;
}

.search-categories-item {
  margin: 0 15px 10px 15px;
}

.search-categories-item a {
  color: #1C1C1C;
  text-decoration: none !important;
}

.search-categories-item a:hover {
  color: #C09B4D;
}

.search-categories-item sup {
  font-size: 60%;
}

.section-search {
  padding-top: 32px;
  padding-bottom: 40px;
}
.section-search .header-search {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
}
.section-search .header-search-form {
  width: initial;
  -ms-flex: 0 0 911px;
  flex: 0 0 911px;
  max-width: 100%;
  margin-left: 0;
}

.section-search + .section {
  padding-top: 0;
}

.search-categories-ttl-alt {
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 125%; /* 22.5px */
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #1C1C1C;
  margin: 0 0 17px 0;
}

.section-search-filter .catalog-categories-tmb-pic img {
  -webkit-filter: none;
  filter: none;
}
.section-search-filter .brands-list .row {
  -ms-flex-pack: center;
  justify-content: center;
}
.section-search-filter .brands-list .col {
  -ms-flex: 0 0 186px;
  flex: 0 0 186px;
  max-width: 186px;
  padding: 0 10px;
}
.section-search-filter .brands-tmb {
  display: block;
}
.section-search-filter .brands-tmb-pic {
  max-width: 166px;
  height: 100px;
  margin: 0 33px 12px;
  padding: 10px;
}
.section-search-filter .brands-tmb h3, .section-search-filter .brands-tmb .h3 {
  font-size: 14px;
  font-weight: 600;
  line-height: 100%;
  text-align: center;
  letter-spacing: initial;
  margin: 0 0 6px 0;
}
.section-search-filter .brand-tmb-country {
  text-align: center;
  font-size: 11px;
  font-weight: 600;
  line-height: 100%; /* 11px */
  letter-spacing: 1.65px;
}
.section-search-filter .search-brands + .search-categories {
  margin-top: 50px;
}

.section-search-filter .section-content {
  border-bottom: none;
  padding-bottom: 0;
}

.section-search-filter + .section-search-content.section-page-body {
  padding-top: 0;
}
.section-search-filter + .section-search-content.section-page-body .search-categories-ttl-alt {
  margin-bottom: 36px;
}

.home-slider-wrapper.no-logo + .page-header-content .page-header-home-logo {
  min-height: 180px;
}

.home-slider-wrapper.no-logo + .page-header-content .page-header-home-logo > img {
  display: none !important;
}

.home-slider-wrapper.no-line + .page-header-content .page-header-home-top-content:after {
  display: none !important;
}

@media (max-width: 1365px) {
  .search-categories-ttl-alt {
    font-size: 18px;
    letter-spacing: 1.8px;
  }
  .section-search .header-search-form {
    -ms-flex: 0 0 650px;
    flex: 0 0 650px;
  }
}
@media (max-width: 1023px) {
  .section-search-filter .catalog-categories {
    display: -ms-flexbox;
    display: flex;
  }
  .section-search-filter .catalog-categories-tmb {
    border-bottom: none;
    text-align: center;
  }
  .section-search-filter .catalog-categories-tmb-link {
    display: block;
    padding: 0;
  }
  .section-search-filter .catalog-categories-tmb-pic {
    -ms-flex: 0 0 104px;
    flex: 0 0 104px;
    max-width: 104px;
    margin: 0;
  }
  .section-search-filter .catalog-categories-tmb-descr {
    font-size: 12px;
    font-weight: 600;
    line-height: 110%;
    text-align: center;
  }
  .section-search .header-search-form {
    -ms-flex: 0 0 478px;
    flex: 0 0 478px;
  }
  .section-search .header-search-form input[type=text] {
    height: 50px;
    padding: 15px 50px 15px 20px;
  }
  .section-search + .section {
    padding-top: 0px;
  }
  .section-search-filter .brands-list .col {
    -ms-flex: 0 0 124px;
    flex: 0 0 124px;
    max-width: 124px;
  }
  .section-search-filter .brands-tmb-pic {
    margin: 0 0 12px;
  }
  .section-search-filter .search-brands + .search-categories {
    margin-top: 39px;
  }
  .section-search-filter .catalog-categories-tmb {
    padding-bottom: 5px;
  }
  .section-search-filter + .section-search-content.section-page-body .search-categories-ttl-alt {
    margin-bottom: 15px;
  }
}
@media (max-width: 767px) {
  .section-search-filter .brands-list .col {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .section-search-filter .brands-tmb-pic {
    -ms-flex: 0 0 48px;
    flex: 0 0 48px;
    max-width: 48px;
    height: 48px;
    padding: 7px;
  }
  .section-search-filter .brands-tmb {
    display: -ms-flexbox;
    display: flex;
  }
  .section-search-filter .brands-tmb-descr {
    padding: 0 0 0 15px;
  }
  .section-search-filter .brands-tmb h3, .section-search-filter .brands-tmb .h3 {
    text-align: left;
    font-size: 12px;
    line-height: 110%;
  }
  .section-search-filter .brand-tmb-country {
    text-align: left;
  }
  .section-search-filter .search-brands + .search-categories {
    margin-top: 23px;
  }
  .section-search-filter .catalog-categories-tmb-link {
    display: -ms-flexbox;
    display: flex;
  }
  .section-search-filter .catalog-categories-tmb-pic {
    -ms-flex: 0 0 48px;
    flex: 0 0 48px;
    max-width: 48px;
    margin: 0 16px 0 0;
  }
  .section-search-filter .catalog-categories-tmb-descr {
    padding: 1px 0;
    text-align: left;
  }
  .section-search-filter .catalog-categories-tmb {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .section-search-filter .catalog-categories-tmb {
    padding-bottom: 17px;
  }
  .section-search-filter .catalog-categories {
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .section-search-filter .section-content {
    padding-bottom: 2px;
  }
}
.contacts-map {
  height: 100%;
  min-height: 485px;
}

.contacts-map [class*=ground-pane] {
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
}

.subsection-sub-ttl {
  color: #C09B4D;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 2.4px;
  text-transform: uppercase;
  margin: 12px 0 0 0;
}

.contacts-list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: -30px 0;
}

.contacts-item {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
  position: relative;
  padding: 30px;
  border-bottom: 1px solid #D9E7EE;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.6;
  min-height: 145px;
}

.contacts-item:nth-last-child(-n+2) {
  border-bottom: none;
}

.contacts-item:nth-child(2n):before {
  content: "";
  width: 1px;
  position: absolute;
  left: 0;
  top: 30px;
  bottom: 30px;
  background: #D9E7EE;
}

.contacts-item-ttl {
  color: #C09B4D;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 1.8px;
  text-transform: uppercase;
  margin: 0 0 1px 0;
}

.contacts-item a {
  color: #1C1C1C;
  text-decoration: none !important;
}

.contacts-item a:hover {
  color: #C09B4D;
}

.contacts-gallery {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 25% 0 25% 0 25% 0 25%;
  grid-template-columns: 25% 25% 25% 25%;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  -webkit-column-gap: 0;
  column-gap: 0;
  row-gap: 30px;
  margin: 0 -15px;
  justify-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  grid-template-areas: "contacts-gallery-cell-1 contacts-gallery-cell-1 contacts-gallery-cell-2 contacts-gallery-cell-3" "contacts-gallery-cell-1 contacts-gallery-cell-1 contacts-gallery-cell-6 contacts-gallery-cell-6" "contacts-gallery-cell-4 contacts-gallery-cell-5 contacts-gallery-cell-6 contacts-gallery-cell-6";
}

.contacts-gallery-cell {
  padding: 0 15px;
}

.contacts-gallery-cell-1 {
  -ms-grid-row: 1;
  -ms-grid-row-span: 3;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
  grid-area: contacts-gallery-cell-1;
}

.contacts-gallery-cell-2 {
  -ms-grid-row: 1;
  -ms-grid-column: 5;
  grid-area: contacts-gallery-cell-2;
}

.contacts-gallery-cell-3 {
  -ms-grid-row: 1;
  -ms-grid-column: 7;
  grid-area: contacts-gallery-cell-3;
}

.contacts-gallery-cell-4 {
  -ms-grid-row: 5;
  -ms-grid-column: 1;
  grid-area: contacts-gallery-cell-4;
}

.contacts-gallery-cell-5 {
  -ms-grid-row: 5;
  -ms-grid-column: 3;
  grid-area: contacts-gallery-cell-5;
}

.contacts-gallery-cell-6 {
  -ms-grid-row: 3;
  -ms-grid-row-span: 3;
  -ms-grid-column: 5;
  -ms-grid-column-span: 3;
  grid-area: contacts-gallery-cell-6;
}

.contacts-gallery-tmb {
  position: relative;
  min-height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  color: #fff !important;
  text-decoration: none !important;
}

.contacts-gallery-tmb-inner {
  -ms-flex-positive: 1;
  flex-grow: 1;
  position: relative;
  padding-top: 90.4977%;
}

.contacts-gallery-cell-1 .contacts-gallery-tmb-inner,
.contacts-gallery-cell-6 .contacts-gallery-tmb-inner {
  padding-top: 66.2295%;
}

.contacts-gallery-tmb img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.contacts-details {
  -webkit-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 30px;
  column-gap: 30px;
}

.contacts-details-item {
  -webkit-column-break-inside: avoid;
  break-inside: avoid-column;
  border-top: 1px solid #D9E7EE;
  border-bottom: 1px solid #D9E7EE;
  margin-bottom: -1px;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 0;
}

.contacts-details-item-ttl {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
  padding: 0 15px 0 0;
  color: #8E8E8E;
}

.contacts-details-item-val {
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding: 0 0 0 15px;
}

.contacts-narrow-col {
  margin-left: auto;
  margin-right: auto;
  max-width: 945px;
}

.contacts-col {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.wrapper-404 {
  position: relative;
}

.deco-404 {
  position: absolute;
}

.content-404 {
  position: relative;
  text-align: center;
}

.num-404 {
  font-family: "Kudryashev Headline", arial, sans-serif;
  font-size: 25.8vw;
  line-height: 0.9;
  font-weight: normal;
  color: #C09B4D;
}

.num-404 span {
  color: #1C1C1C;
}

.title-404 {
  color: #C09B4D;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.25;
  letter-spacing: 2.4px;
  text-transform: uppercase;
  margin: -1vw 0 30px 0;
}

.button-404 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
}

.deco-404-1 {
  right: 50%;
  top: 50%;
  width: 20%;
  -webkit-transform: translateX(-73%) translateY(-101%);
  transform: translateX(-73%) translateY(-101%);
}

.deco-404-2 {
  left: 50%;
  top: 50%;
  width: 16%;
  -webkit-transform: translateX(145%) translateY(-27%);
  transform: translateX(145%) translateY(-27%);
}

.deco-404 img {
  width: 100%;
  height: auto;
}

.button-404 .btn {
  min-width: 250px;
}

.modal {
  padding: 0 !important;
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
}

.modal-dialog {
  max-width: initial !important;
  margin: 0 !important;
  min-height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 50px 60px;
}

.modal-content {
  margin-left: auto;
  margin-right: auto;
  border: none;
  border-radius: 0;
  background: #fff;
  position: relative;
  padding: 50px;
}

.form-modal .modal-content {
  padding: 50px 80px;
}

.modal .close {
  position: absolute;
  left: 100%;
  top: 0;
  opacity: 1 !important;
  margin-left: 27px;
}

.modal-backdrop {
  background: #1C1C1C;
}

.modal-backdrop.show {
  opacity: 0.4;
}

.form-modal .modal-content {
  max-width: 600px;
}

.cart-modal .modal-content {
  max-width: 700px;
}

.discount-modal .modal-content {
  max-width: 700px;
  padding: 0 !important;
}

.discount-modal-wrapper {
  display: -ms-flexbox;
  display: flex;
}

.discount-modal-pic {
  -ms-flex: 0 0 316px;
  flex: 0 0 316px;
  max-width: 316px;
  position: relative;
  min-height: 400px;
}

.discount-modal-pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  left: 0;
  top: 0;
}

.discount-modal-descr {
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding: 50px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

.discount-modal-date-wrapper {
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 20px 0;
}

.discount-modal-date {
  border: 1px solid #C09B4D;
  color: #C09B4D;
  font-size: 14px;
  line-height: 1.2;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  font-weight: 600;
  padding: 6px 10px 5px 10px;
}

.discount-modal-ttl {
  font-size: 30px;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

.discount-modal-button {
  padding-top: 30px;
  margin-top: auto;
}

.modal-header {
  padding: 0;
  margin: 0 0 30px 0;
  border: none;
  display: block;
}
.modal-header h2,
.modal-header .h2 {
  font-size: 35px;
  text-align: center;
  margin: 0;
}

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

.modal-body {
  padding: 0;
}

.person-modal .modal-content {
  max-width: 1230px;
}
.person-modal .person-card-col-1 {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.person-modal .person-card-col-2 {
  -ms-flex: 0 0 40.1%;
  flex: 0 0 40.1%;
  max-width: 40.1%;
}
.person-modal .person-card-pic img {
  width: 100%;
  height: auto;
}
.person-modal .person-card-name {
  font-size: 35px;
  font-weight: bold;
  line-height: 1.1;
  letter-spacing: 1.75px;
  text-transform: uppercase;
  margin: 0 0 15px 0;
}
.person-modal .person-card-post {
  color: #C09B4D;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: 2.1px;
  text-transform: uppercase;
}
.person-modal .person-card-header {
  margin: 0 0 30px 0;
}
.person-modal .person-card-lead {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.25;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin: 0 0 30px 0;
}
.person-modal .person-card-descr {
  padding: 30px 65px 30px 30px;
}

.cart-wrapper + .cart-wrapper {
  margin-top: 50px;
}

.cart-modal-buttons {
  margin-top: 20px;
}

.cart-modal-buttons .col {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.cart-modal-buttons .btn {
  width: 100%;
}

ul.page-menu {
  font-size: 18px;
  line-height: 1.1;
  font-weight: bold;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

ul.page-menu > li {
  margin: 0 0 30px 0;
  padding: 0;
}

ul.page-menu > li:before {
  display: none !important;
}

ul.page-menu a {
  color: #1C1C1C;
  transition: all 0.15s ease;
  text-decoration: none !important;
}

ul.page-menu a:hover,
ul.page-menu a.active {
  color: #C09B4D;
}

.page-menu-mob-wrapper {
  display: none;
}

.stick-to-top.sticky {
  position: -webkit-sticky;
  position: sticky;
}

@media (min-width: 767px) {
  .home-blog-tmb-pic,
  .style-tmb-pic-inner,
  .room-tmb-pic-inner {
    overflow: hidden;
  }
  .home-blog-tmb-pic img,
  .style-tmb-pic img,
  .room-tmb-pic img {
    transition: all 2s ease;
  }
  .home-blog-tmb:hover .home-blog-tmb-pic img,
  .style-tmb:hover .style-tmb-pic img,
  .room-tmb:hover .room-tmb-pic img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
}
.styles-slider:not(.swiper-initialized) {
  height: 470px;
  overflow: hidden;
  opacity: 0;
}

.rooms-slider:not(.swiper-initialized) {
  height: 600px;
  overflow: hidden;
  opacity: 0;
}

@media (max-width: 1599px) {
  .styles-slider:not(.swiper-initialized) {
    height: 29.018vw;
    overflow: hidden;
    opacity: 0;
  }
}
@media (max-width: 1365px) {
  .rooms-slider:not(.swiper-initialized) {
    height: 37.722vw;
    overflow: hidden;
    opacity: 0;
  }
}
@media (max-width: 1023px) {
  .styles-slider:not(.swiper-initialized) {
    height: 42.472vw;
    overflow: hidden;
    opacity: 0;
  }
}
@media (max-width: 767px) {
  .styles-slider:not(.swiper-initialized) {
    height: 102.777ßvw;
    overflow: hidden;
    opacity: 0;
  }
  .home-categories-list:not(.swiper-initialized) {
    height: 108.055vw;
    overflow: hidden;
    opacity: 0;
  }
  .rooms-slider:not(.swiper-initialized) {
    height: 104.722vw;
    overflow: hidden;
    opacity: 0;
  }
}
.home-slider-pic,
.home-slider-video {
  margin: 0 auto;
  width: 90%;
  height: 100%;
}

.home-slider-pic.mobile {
  display: none;
  width: 100%;
  height: 100%;
}

.home-slider-video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.home-slider-video.mobile {
  display: none;
}

@media (max-width: 767px) {
  .home-slider-pic {
    display: none;
  }
  .home-slider-pic.mobile {
    display: block;
  }
  .home-slider-video {
    display: none;
  }
  .home-slider-video.mobile {
    display: block;
  }
}
.header-controls-item svg {
  overflow: visible;
}

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

.section-filter:not(.section-filter-fixed) .section-content {
  display: block !important;
}

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

.order-complete-pic {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 30px;
}

.order-complete-text {
  font-size: 16px;
  margin-bottom: 12px;
}

.order-complete-num {
  font-size: 30px;
  line-height: 1.2;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 0.03em;
  margin-bottom: 30px;
}

.order-complete-num span {
  color: #C09B4D;
}

.order-complete-button {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
}

.order-complete-button .btn {
  min-width: 270px;
}

@media (max-width: 1365px) {
  .order-complete-text {
    font-size: 14px;
  }
  .order-complete-num {
    font-size: 24px;
  }
}
.scrollup {
  width: 75px;
  height: 75px;
  background: #C09B4D;
  border-radius: 50%;
  position: fixed;
  left: 20px;
  bottom: 20px;
  cursor: pointer;
  text-align: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  color: #FFF;
  font-size: 11px;
  font-weight: bold;
  line-height: 1; /* 11px */
  letter-spacing: 2px;
  text-transform: uppercase;
  transition: all 0.2s ease;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
}

.scrollup-visible {
  opacity: 1;
  visibility: visible;
}

.scrollup:hover {
  background-color: #9C741E;
}

.scrollup-arrow {
  margin: 0 0 10px 0;
}

.scrollup-arrow img,
.scrollup-arrow svg {
  display: block;
}

.scrollup-text {
  margin-bottom: 6px;
}

@media (max-width: 767px) {
  .scrollup {
    display: none;
  }
}
#sm-indicator,
#mobile-indicator {
  display: none;
}

@media (max-width: 1919px) {
  .text-blockquote {
    max-width: 70%;
  }
  .page-header-illustrated .page-header-content {
    min-height: 43.75vw;
  }
  .section-home-stock {
    padding-top: 50px;
  }
  .brands-list .col {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .contacts-map {
    min-height: 400px;
  }
}
@media (max-width: 1599px) {
  #md-indicator {
    display: block;
  }
  .partnership-form-col {
    max-width: 100%;
  }
  .content-col {
    -ms-flex: 0 0 83.333%;
    flex: 0 0 83.333%;
    max-width: 83.333%;
  }
}
@media (max-width: 1365px) {
  html,
  body {
    font-size: 22px;
  }
  h1,
  .h1 {
    font-size: 32px;
  }
  .row {
    margin-left: -10px;
    margin-right: -10px;
  }
  .col {
    padding-left: 10px;
    padding-right: 10px;
  }
  .container {
    padding-left: 20px;
    padding-right: 20px;
  }
  .section {
    padding: 40px 0;
  }
  .section-page-body {
    padding-top: 30px;
    padding-bottom: 80px;
  }
  .page-header-content {
    padding-top: 123px;
  }
  .page-header-bottom {
    margin-top: 24px;
  }
  .page-header-illustrated .page-header-content {
    min-height: 57.49vw;
  }
  .page-header-illustrated + .section-page-body {
    padding-top: 80px;
  }
  .section-home .section-header {
    margin-bottom: 30px;
  }
  .section-header h2,
  .section-header .h2 {
    font-size: 28px;
    letter-spacing: 1.4px;
  }
  .content-col {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .article-pic {
    margin: 60px 0;
  }
  .text-blockquote {
    font-size: 35px;
    max-width: 56%;
    margin-top: 60px;
    margin-bottom: 60px;
  }
  .content-blocks {
    margin: 60px 0;
  }
  .content-block + .content-block {
    margin-top: 60px;
  }
  .content-block-pic {
    margin-left: 5.9%;
  }
  .content-block:nth-child(even) .content-block-pic {
    margin-right: 5.9%;
  }
  .content-block h3, .content-block .h3 {
    font-size: 20px;
    letter-spacing: 2px;
  }
  .section:last-child {
    padding-bottom: 80px;
  }
  .subsection {
    margin: 100px 0;
  }
  .subsection-header {
    margin: 0 0 30px 0;
  }
  .subsection-header h2,
  .subsection-header .h2 {
    font-size: 28px;
    letter-spacing: 1.4px;
  }
  .swiper-button {
    width: 40px;
    height: 40px;
    margin-top: -20px;
  }
  .slider-wrapper > .swiper-button-prev {
    left: -20px;
  }
  .slider-wrapper > .swiper-button-next {
    right: -20px;
  }
  .section-home + .section-text-block {
    margin-top: 15px;
    padding-top: 20px;
  }
  .section-text-block h1, .section-text-block .h1 {
    font-size: 24px;
    letter-spacing: 0.72px;
  }
  .section-text-block h2, .section-text-block .h2 {
    font-size: 24px;
    letter-spacing: 0.72px;
  }
  .brands-nav-wrapper {
    margin-bottom: 15px;
  }
  ul.alpha-menu {
    font-size: 20px;
  }
  .brands-letter {
    font-size: 60px;
  }
  .brands-tmb-pic {
    -ms-flex: 0 0 147px;
    flex: 0 0 147px;
    max-width: 147px;
    height: 147px;
    padding: 10px;
    margin: 0 20px 0 0;
  }
  .brands-tmb h3, .brands-tmb .h3 {
    letter-spacing: 1.2px;
  }
  .page-header-home .sub-ttl {
    font-size: 22px;
  }
  .page-header-home-top-content {
    padding: 0 0 85px 0;
  }
  .page-header-home-top-content:after {
    height: 50px;
  }
  .page-header-home-logo img {
    width: 140px;
    height: auto !important;
  }
  .home-nav-swiper-over-wrapper {
    position: relative;
  }
  .home-slider-nav-item {
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    max-width: initial;
    padding: 0;
    height: auto;
  }
  .home-slider-nav {
    display: block;
  }
  .home-slider-nav .swiper-pagination {
    display: none;
  }
  .home-nav-swiper-over-wrapper .swiper-button-prev {
    left: -20px !important;
  }
  .home-nav-swiper-over-wrapper .swiper-button-next {
    right: -20px !important;
  }
  .page-header-home .page-header-content {
    padding-bottom: 20px;
  }
  .home-categories-tmb-descr {
    padding: 30px;
  }
  .home-categories-tmb h3, .home-categories-tmb .h3 {
    font-size: 24px;
  }
  .section-home {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .section-header-home-col {
    -ms-flex: 0 0 66.666%;
    flex: 0 0 66.666%;
    max-width: 66.666%;
  }
  .home-pros {
    margin-left: -20px;
    margin-right: -20px;
  }
  .home-pros-item {
    min-height: 265px;
  }
  .home-pros-item:hover {
    -ms-flex: 0 0 32.617%;
    flex: 0 0 32.617%;
    max-width: 32.617%;
  }
  .home-pros-item-num {
    font-size: 100px;
  }
  .home-pros-item-inner {
    padding: 20px 20px;
  }
  .home-pros-item-descr {
    font-size: 14px;
    max-width: 190px;
    letter-spacing: 0.14px;
  }
  .style-tmb h3, .style-tmb .h3 {
    font-size: 16px;
  }
  .style-tmb-descr {
    padding: 20px;
  }
  .rooms-slider-col {
    -ms-flex: 0 0 66.666%;
    flex: 0 0 66.666%;
    max-width: 66.666%;
  }
  .room-tmb-descr {
    font-size: 18px;
  }
  .room-tmb-descr-inner {
    width: 73.7%;
    padding: 20px 30px 20px 30px;
  }
  .brands-list-home {
    -webkit-column-gap: 20px;
    column-gap: 20px;
    margin-bottom: -20px;
  }
  .brand-item-home {
    margin-bottom: 20px;
  }
  .brand-item-home-inner {
    padding: 20px 80px;
  }
  .home-blog {
    row-gap: 20px;
    margin: 0 -10px;
  }
  .home-blog-cell {
    padding: 0 10px;
  }
  .home-blog-tmb-descr {
    padding: 20px;
  }
  .home-blog-tmb h3, .home-blog-tmb .h3 {
    font-size: 12px;
  }
  .fav-form {
    padding: 0 0 30px 0;
    margin: 0 0 30px 0;
  }
  .delivery-block h2,
  .delivery-block .h2 {
    font-size: 24px;
    letter-spacing: 1.2px;
  }
  .delivery-block h3,
  .delivery-block .h3 {
    font-size: 18px;
    letter-spacing: 1.8px;
    margin: 30px 0 15px 0;
  }
  .delivery-pic {
    margin: 0 0 30px 0;
  }
  .payment-list {
    margin-bottom: -10px;
  }
  .payment-tmb {
    -ms-flex: 0 0 calc(100% - 30px);
    flex: 0 0 calc(100% - 30px);
    max-width: calc(100% - 30px);
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 10px;
  }
  .payment-tmb-pic {
    margin: 0 20px 0 0;
  }
  .payment-tmb-descr {
    padding: 10px 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
  }
  main th, .modal th {
    font-size: 10px;
    letter-spacing: 1.5px;
    padding-bottom: 17px;
  }
  .search-sub-ttl {
    font-size: 24px;
    letter-spacing: 0.72px;
    margin: 20px 0 0 0;
  }
  .subsection-sub-ttl {
    font-size: 14px;
    letter-spacing: 2.1px;
  }
  .contacts-list {
    margin: -20px 0 -20px 0;
  }
  .contacts-item {
    font-size: 16px;
    padding: 20px;
  }
  .contacts-item:nth-child(2n):before {
    top: 20px;
    bottom: 20px;
  }
  .contacts-item-ttl {
    margin: 0 0 4px 0;
  }
  .contacts-map {
    min-height: 350px;
  }
  .contacts-gallery {
    row-gap: 20px;
    margin: 0 -10px;
  }
  .contacts-gallery-cell {
    padding: 0 10px;
  }
  .contacts-details {
    -webkit-column-count: 1;
    column-count: 1;
  }
  .num-404 {
    font-size: 34vw;
  }
  .title-404 {
    font-size: 20px;
    letter-spacing: 2px;
  }
  .modal-content {
    padding: 30px;
  }
  .modal .close {
    margin-left: 10px;
  }
  .modal-dialog {
    padding: 40px 50px;
  }
  .person-modal .modal-content {
    max-width: 920px;
  }
  .person-modal .person-card-col-2 {
    -ms-flex: 0 0 40.4%;
    flex: 0 0 40.4%;
    max-width: 40.4%;
  }
  .person-modal .person-card-descr {
    padding: 20px 35px 20px 20px;
  }
  .person-modal .person-card-name {
    font-size: 28px;
    letter-spacing: 1.4px;
  }
  .person-modal .person-card-post {
    font-size: 12px;
    letter-spacing: 1.8px;
  }
  .person-modal .person-card-lead {
    font-size: 18px;
    letter-spacing: 1.8px;
  }
  .person-modal .person-card-header {
    margin-bottom: 20px;
  }
  .person-modal .person-card-lead {
    margin-bottom: 20px;
  }
  .about-persons-col {
    -ms-flex: 0 0 670px;
    flex: 0 0 670px;
    max-width: 670px;
  }
  .about-persons .row {
    margin-left: -40px;
    margin-right: -40px;
  }
  .about-persons .col {
    padding-left: 40px;
    padding-right: 40px;
  }
  .about-person-tmb-name {
    font-size: 20px;
    letter-spacing: 2px;
  }
  .about-person-tmb-pic {
    margin: 0 0 20px 0;
  }
  .btn-person-more-wrapper, .about-person-tmb .expandable-wrapper {
    margin-top: 25px;
  }
  .about-persons-wrapper {
    margin: 80px 0;
  }
  .article-big-pic {
    margin: 80px 0;
  }
  .form-modal .modal-content {
    max-width: 522px;
    padding: 40px;
  }
  .modal-header h2, .modal-header .h2 {
    font-size: 30px;
  }
  ul.page-menu {
    font-size: 16px;
  }
  ul.page-menu > li {
    margin: 0 0 20px 0;
  }
  .discount-modal .modal-content {
    max-width: 690px;
  }
  .discount-modal-pic {
    -ms-flex: 0 0 306px;
    flex: 0 0 306px;
    max-width: 306px;
    min-height: 380px;
  }
  .discount-modal-ttl {
    font-size: 24px;
  }
  .discount-modal-date {
    font-size: 12px;
    padding: 7px 10px 6px 10px;
  }
  .section-search {
    padding: 24px 0 32px 0;
  }
}
@media (max-width: 1023px) {
  #sm-indicator {
    display: block;
  }
  h1,
  .h1 {
    font-size: 24px;
  }
  .section {
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .section-search {
    padding-top: 16px;
    padding-bottom: 24px;
  }
  .section-home {
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .section-header {
    margin-bottom: 20px;
  }
  .section-home .section-header {
    margin-bottom: 20px;
  }
  .section-header h2, .section-header .h2 {
    font-size: 24px;
    letter-spacing: 1.2px;
  }
  .section-page-body {
    padding-bottom: 50px;
  }
  .page-header-bottom {
    margin-top: 16px;
  }
  .page-header-content {
    padding-top: 74px;
  }
  .page-header-illustrated .page-header-content {
    min-height: 63.7vw;
    padding-bottom: 30px;
  }
  .page-header-illustrated + .section-page-body {
    padding-top: 50px;
  }
  ul.breadcrumb {
    font-size: 10px;
  }
  ul.breadcrumb > li:after {
    font-size: 10px;
  }
  .article-pic {
    margin: 30px 0;
  }
  .text-blockquote {
    font-size: 25px;
    max-width: 100%;
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .content-blocks {
    margin: 30px 0;
  }
  .content-block-pic {
    margin-left: 9.7%;
  }
  .content-block:nth-child(even) .content-block-pic {
    margin-right: 9.7%;
  }
  .content-block + .content-block {
    margin-top: 30px;
  }
  .subsection {
    margin: 80px 0;
  }
  .subsection-header h2,
  .subsection-header .h2 {
    font-size: 24px;
    letter-spacing: 1.2px;
  }
  .section-home + .section-text-block {
    margin-top: 20px;
    padding-top: 50px;
  }
  .text-block-logo {
    margin: 0 0 20px 0;
  }
  .text-block-logo img {
    width: 80px;
    height: auto;
  }
  .section-text-block h1, .section-text-block .h1 {
    font-size: 20px;
    letter-spacing: 0.6px;
    margin: 0 0 14px 0;
  }
  .section-text-block h2, .section-text-block .h2 {
    font-size: 20px;
    letter-spacing: 0.6px;
    margin: 24px 0 14px 0;
  }
  .text-block-col {
    -ms-flex: 0 0 83.333%;
    flex: 0 0 83.333%;
    max-width: 83.333%;
  }
  .expandable-trigger-wrapper-alt {
    margin-top: 20px;
  }
  .section:last-child {
    padding-bottom: 50px;
  }
  .brands-section {
    padding: 40px 0;
  }
  .brands-letter {
    font-size: 50px;
  }
  .brands-tmb-pic {
    -ms-flex: 0 0 105px;
    flex: 0 0 105px;
    max-width: 105px;
    height: 105px;
    padding: 10px;
    margin: 0 20px 0 0;
  }
  .brands-tmb h3, .brands-tmb .h3 {
    font-size: 18px;
    letter-spacing: 0.9px;
    margin: 0 0 4px 0;
  }
  .brand-tmb-country {
    font-size: 10px;
    letter-spacing: 1.5px;
  }
  .brand-tmb-all-link-wrapper {
    margin: 20px 0 0 0;
  }
  .mob-popup {
    display: none;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 1000;
    background: #fff;
    overflow: auto;
  }
  .mob-popup-close {
    display: block;
    position: absolute;
    right: 20px;
    top: 20px;
    cursor: pointer;
  }
  .mob-popup-ttl {
    display: block;
    font-size: 20px;
    line-height: 1.2;
    font-weight: 600;
    text-transform: uppercase;
    padding: 50px 20px 20px 20px;
    letter-spacing: 0.6px;
    border-bottom: 1px solid #E3E3E3;
  }
  .filter-footer {
    display: block;
    padding: 20px;
  }
  .filter-footer .col:first-child {
    -ms-flex-positive: 0;
    flex-grow: 0;
    width: auto;
  }
  .btn-filter-apply-mob {
    width: 170px;
  }
  .btn-filter-reset-mob {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding: 18px 0;
    color: #8E8E8E;
  }
  .btn-filter-reset-mob .ico {
    margin: 0 12px 0 0;
  }
  .page-header-home .sub-ttl {
    font-size: 20px;
  }
  .page-header-content {
    pointer-events: none;
  }
  .home-slider-wrapper {
    background: #1C1C1C;
  }
  .page-header-home-bottom {
    pointer-events: initial;
  }
  .page-header-home-top {
    pointer-events: none;
  }
  .home-nav-swiper-over-wrapper {
    margin-left: -20px;
    margin-right: -20px;
  }
  .home-nav-swiper-over-wrapper .swiper-button {
    display: none;
  }
  .home-slider-nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-left: -20px;
    margin-right: -20px;
    overflow: auto;
    -ms-overflow-style: none; /* IE and Edge */
    scrollbar-width: none; /* Firefox */
    padding-left: 10px;
    padding-right: 10px;
  }
  .home-slider-nav .container::-webkit-scrollbar {
    display: none;
  }
  .home-slider-nav-item {
    -ms-flex: 0 0 30%;
    flex: 0 0 30%;
    max-width: 30%;
    padding: 0 10px;
  }
  .page-header-home .page-header-content {
    padding-bottom: 20px;
  }
  .home-categories-tmb h3, .home-categories-tmb .h3 {
    font-size: 20px;
  }
  .section-header-home-col {
    -ms-flex: 0 0 83.333%;
    flex: 0 0 83.333%;
    max-width: 83.333%;
  }
  .home-pros {
    display: block;
  }
  .home-pros-item {
    max-width: initial !important;
    min-width: initial !important;
    -ms-flex-positive: initial;
    flex-grow: initial;
    -ms-flex-preferred-size: initial !important;
    flex-basis: initial !important;
    min-height: 218px;
    height: auto;
  }
  .home-pros-swiper-over-wrapper {
    position: relative;
  }
  .home-pros-swiper-over-wrapper .swiper-pagination {
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    margin-top: 15px;
  }
  .section-home-pros {
    margin-bottom: 55px;
  }
  .styles-slider-over-wrapper .swiper-button {
    display: none;
  }
  .styles-slider-over-wrapper .swiper-pagination {
    display: -ms-flexbox;
    display: flex;
  }
  .style-tmb-descr {
    padding: 28px 20px;
  }
  .slider-nav-custom {
    overflow: auto;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    white-space: nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding: 0 25px;
  }
  .rooms-slider-nav {
    margin-left: -20px;
    margin-right: -20px;
    padding-left: 0;
    padding-right: 20px;
  }
  .rooms-slider-nav .slider-nav-custom-item {
    margin: 0;
    padding: 0 5px 10px 45px;
  }
  .rooms-slider-nav .slider-nav-custom-item:before {
    left: 20px;
  }
  .slider-nav-custom.initial::-webkit-scrollbar,
  .search-categories-list.initial::-webkit-scrollbar,
  .brands-nav-inner.initial::-webkit-scrollbar {
    display: none;
  }
  .rooms-slider-over-wrapper {
    padding-bottom: 0;
  }
  .room-tmb-descr {
    font-size: 16px;
    bottom: -73px;
  }
  .room-tmb-descr h3, .room-tmb-descr .h3 {
    font-size: 18px;
    letter-spacing: 0.9px;
  }
  .room-tmb-descr-inner {
    width: 73.7%;
    padding: 20px 30px 14px 30px;
  }
  .room-tmb-descr-inner:after {
    left: 45px;
    right: 45px;
  }
  .rooms-slider-wrapper .swiper-pagination {
    display: -ms-flexbox;
    display: flex;
    margin-top: 108px;
  }
  .rooms-slider-wrapper .swiper-button {
    display: none;
  }
  .brand-item-home-inner {
    padding: 20px 50px;
  }
  .home-blog-swiper-over-wrapper {
    position: relative;
  }
  .home-blog {
    display: block;
  }
  .home-blog-tmb-inner {
    height: auto;
    padding-top: 78.3% !important;
  }
  .delivery-block h2,
  .delivery-block .h2 {
    margin: 0 0 20px 0;
  }
  main th, main td, .modal th, .modal td {
    padding-left: 10px;
    padding-right: 10px;
  }
  .search-sub-ttl {
    font-size: 20px;
    letter-spacing: 0.6px;
  }
  .search-categories {
    margin: 0 0 20px 0;
  }
  .search-categories-list {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    padding: 0 20px;
    margin: 0 -20px;
    overflow: auto;
    white-space: nowrap;
    font-size: 14px;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .search-categories-item:first-child {
    margin-left: 0;
  }
  .search-categories-item:last-child {
    margin-right: 0;
  }
  .search-controls {
    display: none;
  }
  .contacts-col {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .contacts-col + .contacts-col {
    margin-top: 30px;
  }
  .subsection-sub-ttl {
    font-size: 12px;
    letter-spacing: 1.8px;
  }
  .contacts-item {
    min-height: 0;
  }
  .contacts-map {
    height: 255px;
    min-height: initial;
  }
  .num-404 {
    font-size: 26vw;
  }
  .page-header-home-logo {
    margin: 0 0 30px 0;
  }
  .page-header-home-logo img {
    width: 100px;
  }
  .modal-content {
    padding: 20px;
  }
  .person-modal .modal-content {
    max-width: 644px;
  }
  .person-modal .person-card-descr {
    padding: 0;
  }
  .person-modal .person-card-col-2 {
    -ms-flex: 0 0 30%;
    flex: 0 0 30%;
    max-width: 30%;
  }
  .person-modal .person-card-name {
    font-size: 24px;
    letter-spacing: 1.2px;
  }
  .person-modal .person-card-post {
    font-size: 14px;
    letter-spacing: 2.1px;
  }
  .person-modal .person-card-lead {
    font-size: 18px;
    letter-spacing: 1.8px;
  }
  .about-persons-col {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .about-persons .row {
    margin-left: -10px;
    margin-right: -10px;
  }
  .about-persons .col {
    padding-left: 10px;
    padding-right: 10px;
  }
  .about-persons-wrapper {
    margin-top: -30px;
  }
  .article-big-pic {
    position: relative;
    padding-top: 57%;
    overflow: hidden;
  }
  .article-big-pic img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .form-modal .modal-content {
    max-width: 414px;
    padding: 30px;
  }
  .modal-header h2, .modal-header .h2 {
    font-size: 24px;
  }
  .cart-modal .modal-content {
    max-width: 620px;
  }
  .page-menu-mob-wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 30px;
  }
  .page-menu-wrapper {
    display: none;
  }
  .page-menu-mob-wrapper .common-form {
    width: 354px;
    max-width: 100%;
  }
  .discount-modal .modal-content {
    max-width: 620px;
  }
  .discount-modal-pic {
    -ms-flex: 0 0 270px;
    flex: 0 0 270px;
    max-width: 270px;
    min-height: 357px;
  }
  .discount-modal-date {
    font-size: 10px;
    padding: 4px 7px 5px 7px;
  }
  .discount-modal-ttl {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  #mobile-indicator {
    display: block;
  }
  .page-header-illustrated .page-header-content {
    min-height: 111.111vw;
  }
  .content-block-col-1 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    -ms-flex-order: 1 !important;
    order: 1 !important;
  }
  .content-block-col-2 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    -ms-flex-order: 2 !important;
    order: 2 !important;
  }
  .content-block-pic {
    margin: 30px 0 0 0 !important;
  }
  .subsection {
    margin: 50px 0;
  }
  .section:last-child {
    padding-bottom: 50px;
  }
  .section-header-home-col {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .text-block-col {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .brands-nav-inner {
    margin-left: -20px;
    margin-right: -20px;
    padding-left: 20px;
    padding-right: 20px;
    overflow: auto;
    padding-bottom: 10px;
    margin-bottom: -10px !important;
  }
  ul.alpha-menu {
    margin: 0;
  }
  ul.alpha-menu > li {
    padding: 0;
    margin: 0 28px 0 0;
  }
  ul.alpha-menu > li:last-child {
    padding-right: 28px;
  }
  .brands-list .col {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .brands-section {
    padding: 30px 0;
  }
  .brands-section-col-1 {
    -ms-flex: 0 0 16.666%;
    flex: 0 0 16.666%;
    max-width: 16.666%;
  }
  .brands-section-col-2 {
    -ms-flex: 0 0 83.333%;
    flex: 0 0 83.333%;
    max-width: 83.333%;
  }
  .brands-tmb-pic {
    -ms-flex: 0 0 93px;
    flex: 0 0 93px;
    max-width: 93px;
    height: 93px;
    padding: 10px;
  }
  .page-header-home .page-header-content {
    min-height: 400px;
    max-height: 199vw;
  }
  .page-header-home-top-content {
    padding: 0 0 80px 0;
  }
  .page-header-home-logo {
    margin: 0 0 30px 0;
  }
  .page-header-home-logo img {
    width: 100px !important;
    height: auto !important;
  }
  .page-header-home-top {
    padding: 0;
  }
  .home-categories-list {
    margin-bottom: 0 !important;
  }
  .home-categories-tmb {
    margin-bottom: 0 !important;
  }
  .home-pros {
    padding-right: 78px;
  }
  .swiper-slide:not(.swiper-slide-active) .home-pros-item-pic {
    opacity: 0 !important;
  }
  .swiper-slide-active .home-pros-item-pic {
    opacity: 1;
  }
  .styles-slider {
    padding-right: 56px;
  }
  .styles-slider .swiper-pagination {
    margin-right: -56px;
  }
  .rooms-slider-col {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .room-tmb-pic {
    padding-top: 78%;
  }
  .room-tmb-descr-inner {
    width: 76.8%;
    padding: 20px 20px 14px 20px;
  }
  .room-tmb-descr-inner:after {
    left: 20px;
    right: 20px;
  }
  .brands-list-home {
    -webkit-column-count: 2;
    column-count: 2;
  }
  .brand-item-home {
    padding-top: 45.1417% !important;
  }
  .brand-item-home-inner {
    padding: 20px 30px !important;
  }
  .delivery-col-1 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding-right: 10px !important;
  }
  .delivery-col-2 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding-left: 10px !important;
    margin-top: 50px;
  }
  .section-search-filter .section-content {
    padding-bottom: 20px;
  }
  .contacts-list {
    margin-top: 0;
  }
  .contacts-item {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    border: none !important;
  }
  .contacts-item:before {
    display: none !important;
  }
  .contacts-gallery {
    display: block;
  }
  .contacts-item:after {
    content: "";
    width: 48px;
    height: 1px;
    background: #D9E7EE;
    position: absolute;
    left: 50%;
    margin-left: -24px;
    top: 0;
  }
  .contacts-gallery-tmb-inner {
    padding-top: 66.25% !important;
  }
  .contacts-details-item {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .contacts-details-item-ttl {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0;
    margin: 0 0 5px 0;
  }
  .contacts-details-item-val {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0;
  }
  .num-404 {
    font-size: 200px;
  }
  .deco-404-1 {
    width: 150px;
    -webkit-transform: translateX(-66px) translateY(-187px);
    transform: translateX(-66px) translateY(-187px);
  }
  .deco-404-2 {
    width: 130px;
    -webkit-transform: translateX(150px) translateY(-40px);
    transform: translateX(150px) translateY(-40px);
  }
  .modal-dialog {
    max-width: initial;
    padding: 0;
  }
  .modal .close {
    left: auto;
    top: 20px;
    right: 20px;
  }
  .modal .close svg * {
    stroke: #1C1C1C;
  }
  .modal-dialog {
    -ms-flex-align: initial;
    align-items: initial;
  }
  .modal-content {
    padding-top: 60px !important;
    min-height: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .modal-body {
    -ms-flex-positive: 0;
    flex-grow: 0;
  }
  .person-modal .person-card-col-1 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .person-modal .person-card-col-2 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .person-modal .person-card-pic {
    margin-top: 20px;
  }
  .about-persons .col {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .about-person-tmb-pic {
    margin: 0 0 30px 0;
  }
  .article-big-pic {
    padding-top: 130%;
  }
  .form-modal .modal-content {
    max-width: initial !important;
    padding: 20px;
  }
  .cart-modal .modal-content {
    max-width: 100%;
  }
  .cart-modal-buttons .col {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .cart-modal-buttons .col + .col {
    margin-top: 20px;
  }
  .discount-modal-wrapper {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .discount-modal-pic {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .discount-modal-descr {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    display: block;
    padding: 20px 0 0 0;
  }
  .discount-modal .modal-content {
    padding: 60px 20px 20px 20px !important;
  }
  .discount-modal-pic {
    position: relative;
    padding-top: 105%;
    min-height: initial;
  }
  .discount-modal-pic img {
    position: absolute;
    left: 0;
    top: 0;
  }
  .discount-modal-button {
    padding-top: 0;
    margin-top: 50px;
  }
}
@media (min-width: 1024px) {
  .mob-popup {
    display: block !important;
    opacity: 1 !important;
  }
}
.common-form .form-col-name {
  -ms-flex: 0 0 37.5%;
  flex: 0 0 37.5%;
  max-width: 37.5%;
}
.common-form .form-col-wide {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
.common-form .form-col-phone {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}
.common-form .form-col-email {
  -ms-flex: 0 0 37.5%;
  flex: 0 0 37.5%;
  max-width: 37.5%;
}
.common-form .form-col-narrow {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}
.common-form .form-footer-col-btn {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
  margin-left: auto;
  margin-right: auto;
}
.common-form .form-group {
  position: relative;
  margin: 0 0 30px 0;
}
.common-form .form-group-phone {
  max-width: 285px;
}
.common-form label {
  display: block;
  color: #8E8E8E;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.2;
  text-transform: uppercase;
  margin: 0 0 9px 0;
  letter-spacing: 1.8px;
}
.common-form label.placeholder {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  font-size: 14px;
  line-height: 1.5;
  font-weight: 600;
  transition: all 0.2s ease;
  margin: 0;
  padding: 14px 20px 15px 20px;
  border: none;
  color: #1C1C1C;
  text-transform: uppercase;
  letter-spacing: 0;
}
.common-form label.placeholder.active {
  opacity: 0;
  pointer-events: none;
}
.common-form input[type=text],
.common-form input[type=email],
.common-form input[type=password],
.common-form textarea {
  border: none;
  outline: 1px solid rgba(28, 28, 28, 0.2);
  outline-offset: -1px;
  background: transparent;
  margin: 0;
  width: 100%;
  padding: 14px 20px 15px 20px;
  font-family: "Vela Sans", arial, sans-serif;
  font-size: 14px;
  line-height: 1.5;
  font-weight: 600;
  color: #1C1C1C;
  text-transform: uppercase;
  border-radius: 0;
  transition: all 0.2s ease;
}
.common-form input[type=text]:hover,
.common-form input[type=email]:hover,
.common-form input[type=password]:hover,
.common-form textarea:hover,
.common-form input[type=text]:focus,
.common-form input[type=email]:focus,
.common-form input[type=password]:focus,
.common-form textarea:focus {
  color: #1C1C1C;
  outline-color: #C09B4D;
}
.common-form input[type=text].error:focus,
.common-form input[type=email].error:focus,
.common-form input[type=password].error:focus,
.common-form textarea.error:focus {
  color: #CD2F23;
}
.common-form textarea {
  resize: none;
  display: block;
}
.common-form .form-checkbox:not(:last-child),
.common-form .form-radio:not(:last-child) {
  margin: 0 0 22px 0;
}
.common-form input[type=checkbox] + label,
.common-form input[type=radio] + label {
  position: relative;
  padding: 0 0 0 45px;
  cursor: pointer;
  margin: 0;
  font-size: 16px;
  line-height: 1.4;
  color: #1C1C1C;
  font-weight: 700;
  transition: all 0.15s ease;
  text-transform: none;
}
.common-form input[type=checkbox]:checked + label,
.common-form input[type=radio]:checked + label {
  color: #C09B4D;
}
.common-form input[type=checkbox] + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: -1px;
  width: 25px;
  height: 25px;
  border-radius: 5px;
  transition: all 0.15s ease;
  background: #fff url(../images/checkbox.svg) center center no-repeat;
  background-size: 0 0;
  outline: 1px solid transparent;
  outline-offset: -1px;
}
.common-form input[type=checkbox]:checked + label:before {
  background-color: #C09B4D;
  background-size: 13px 9px;
}
.common-form input[type=checkbox] + label:hover:before {
  outline-color: #C09B4D;
}
.common-form input[type=radio] + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 16px;
  height: 16px;
  border: 1px solid rgba(207, 187, 156, 0.3);
  transition: all 0.15s ease;
  background: url(../images/radio.svg) center center no-repeat;
  background-size: 0 0;
  border-radius: 50%;
}
.common-form input[type=radio]:checked + label:before {
  border-color: rgb(207, 187, 156);
  background-size: 6px 6px;
}
.common-form input[type=checkbox],
.common-form input[type=radio] {
  position: absolute;
  visibility: hidden;
  pointer-events: none;
}
.common-form .form-file .input-group {
  display: block;
}
.common-form .form-file .form-control {
  font-size: 18px;
  line-height: 1.5;
  color: #1C1C1C;
  font-weight: 500;
  border: none;
  background: none;
  border-radius: 0;
  height: auto;
  padding: 0;
  display: none;
}
.common-form .form-file .icon-visible .form-control {
  display: block;
}
.common-form .form-file .form-control:focus {
  box-shadow: none;
}
.common-form .form-file .btn-primary,
.common-form .form-file .btn-primary:focus,
.common-form .form-file .btn-primary:active {
  position: relative;
  background: none !important;
  font-size: 18px;
  line-height: 1.5;
  color: #C09B4D;
  font-weight: 500;
  padding: 0px 0 0 36px;
  border: none;
  height: 30px;
  text-align: left;
}
.common-form .form-file .btn-primary:before {
  content: "";
  width: 24px;
  height: 23px;
  background: url(../images/ico-file.svg) 0 0 no-repeat;
  position: absolute;
  left: 0;
  top: 2px;
}
.common-form .form-file .btn-primary:not(:disabled):not(.disabled):active,
.common-form .form-file .btn-primary:not(:disabled):not(.disabled).active,
.common-form .form-file .show > .btn-primary.dropdown-toggle {
  color: #9EA9B6;
}
.common-form .form-file .fileinput-remove-button,
.common-form .form-file .fileinput-remove-button:focus,
.common-form .form-file .fileinput-remove-button:active {
  position: relative;
  background: none !important;
  font-size: 12px;
  line-height: 1.6;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: #9EA9B6 !important;
  font-weight: 600;
  padding: 6px 0 0 40px;
  border: none;
  height: auto;
  text-align: left;
  -ms-flex-order: 2;
  order: 2;
  margin: 10px 0 0 0;
  transition: all 0.15s ease;
}
.common-form .form-file .fileinput-remove-button:before {
  content: "";
  width: 30px;
  height: 30px;
  background: url(../images/file-remove.svg) 0 0 no-repeat;
  position: absolute;
  left: 0;
  top: 0;
  transition: all 0.15s ease;
}
.common-form .input-group > .form-control, .common-form .input-group > .custom-select, .common-form .input-group > .custom-file {
  width: 100%;
}
.common-form .form-file .input-group-append {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}
.common-form .form-file .file-caption {
  margin: 19px 0 0 0;
}
.common-form .form-file .file-preview {
  border-radius: 0;
  padding: 0;
  border: none;
  margin: 0;
}
.common-form .form-file .krajee-default.file-preview-frame {
  border: 1px solid #D2DBE4 !important;
  box-shadow: none !important;
  float: none;
  margin: 0 0 20px 0;
}
.common-form .form-file .krajee-default.file-preview-frame .kv-file-content {
  padding: 30px;
  width: 100%;
  height: 250px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.common-form .form-file .krajee-default.file-preview-frame .kv-file-content img {
  max-width: 100%;
  max-height: 100%;
}
.common-form .form-file .krajee-default.file-preview-frame .file-thumbnail-footer {
  display: none;
}
.common-form .form-file .file-preview .fileinput-remove {
  position: relative;
  z-index: 10;
}
.common-form .input-group-btn .fileinput-remove-button,
.common-form .input-group-btn .fileinput-remove-button:focus,
.common-form .input-group-btn .fileinput-remove-button:active {
  position: absolute;
  left: 0;
  top: -1px;
  width: 30px;
  height: 30px;
  cursor: pointer;
  outline: none !important;
  background: none;
  font-size: 0;
  line-height: 0;
  margin: 0 !important;
  padding: 0 !important;
  z-index: 500;
}
.common-form .input-group-btn .fileinput-remove-button:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  background: #AA7A6B;
  height: 1px;
  width: auto;
}
.common-form .input-group-btn .fileinput-remove-button:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  background: #AA7A6B;
  height: 1px;
  width: auto;
}
.common-form .form-file .icon-visible .btn-primary {
  display: none;
}
.common-form .form-file .icon-visible .file-caption-name {
  background: none !important;
  font-size: 18px;
  line-height: 1.5;
  color: #C09B4D;
  font-weight: 500;
  padding: 0px 0 0 36px;
  border: none;
  height: 30px;
  text-align: left;
}
.common-form .custom-radios {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -5px -10px -5px;
}
.common-form .custom-radio {
  margin: 0 5px 10px 5px;
}
.common-form .custom-radios input[type=radio] {
  position: absolute;
  visibility: hidden;
}
.common-form .custom-radios input[type=radio] + label {
  position: relative;
  padding: 0 !important;
  margin: 0 !important;
}
.common-form .custom-radios input[type=radio] + label:before {
  display: none !important;
}
.common-form .custom-radios input[type=radio] + label .btn-3 {
  padding-left: 40px;
  padding-right: 40px;
}
.common-form .custom-radios input[type=radio]:checked + label .btn-3 {
  color: #fff;
  background-color: #C09B4D;
}
.common-form .bootstrap-select > .dropdown-toggle.bs-placeholder {
  color: inherit !important;
}
.common-form .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
  width: 100%;
}
.common-form .bootstrap-select .dropdown-toggle {
  border: none;
  outline: 1px solid rgba(28, 28, 28, 0.2);
  outline-offset: -1px;
  background: transparent;
  margin: 0;
  padding: 14px 40px 15px 20px;
  width: 100%;
  font-family: "Vela Sans", arial, sans-serif;
  font-size: 14px;
  line-height: 1.5;
  font-weight: 600;
  text-transform: uppercase;
  color: #1C1C1C;
  border-radius: 0;
  box-shadow: none !important;
  text-align: left;
  letter-spacing: 0;
  display: block;
}
.common-form .bootstrap-select .dropdown-toggle .filter-option-inner-inner {
  overflow: hidden;
  text-overflow: ellipsis;
}
.common-form .bootstrap-select .dropdown-toggle:hover,
.common-form .bootstrap-select .dropdown-toggle:focus {
  outline: 1px solid #C09B4D !important;
}
.common-form .bootstrap-select .dropdown-toggle:active {
  background: transparent !important;
}
.common-form .bootstrap-select.show .dropdown-toggle {
  outline: 1px solid #C09B4D !important;
  outline-offset: -1px;
  z-index: 30;
}
.common-form .bootstrap-select .dropdown-toggle:after {
  content: "";
  background: url(../images/select-arrow.svg) 0 0 no-repeat;
  width: 15px;
  height: 9px;
  background-size: 100% 100%;
  position: absolute;
  right: 20px;
  top: 20px;
  border: none !important;
  margin: 0 !important;
}
.common-form .bootstrap-select div.dropdown-menu {
  border: none;
  margin: 0;
  padding: 14px 0;
  border-radius: 0;
  background: #fff;
  color: #fff;
  box-shadow: none !important;
  width: 100%;
  z-index: 1000;
  border: 1px solid rgba(28, 28, 28, 0.2);
  border-top: none;
  float: none;
}
.common-form .bootstrap-select ul.dropdown-menu {
  position: relative;
  padding: 0 !important;
  margin: 0 !important;
  background: none !important;
  border: none !important;
  border-radius: 0 !important;
  float: none;
  min-width: 0;
}
.common-form .bootstrap-select ul.dropdown-menu > li {
  padding: 0 !important;
  margin: 0 !important;
}
.common-form .bootstrap-select ul.dropdown-menu > li:before {
  display: none !important;
}
.common-form .bootstrap-select .dropdown-item {
  color: #1C1C1C;
  transition: all 0.15s ease;
  background: none !important;
  font-size: 14px;
  line-height: 1;
  font-weight: normal;
  padding: 6px 20px 6px 20px;
  cursor: pointer;
  white-space: normal;
  text-decoration: none !important;
}
.common-form .bootstrap-select .dropdown-item:hover,
.common-form .bootstrap-select li.selected .dropdown-item {
  color: #C09B4D;
}
.common-form label.error {
  font-size: 12px;
  line-height: 1.1;
  font-weight: 600;
  background: #CD2F23;
  color: #fff !important;
  margin: 8px 0 0 0;
  padding: 4px 6px 4px 6px;
  text-align: left;
  position: absolute;
  top: 100%;
  left: 20px;
  max-width: calc(100% - 20px);
  text-transform: none;
  letter-spacing: 0;
  z-index: 10;
}
.common-form label.error:before {
  content: "";
  width: 10px;
  height: 10px;
  border-width: 5px;
  border-style: solid;
  border-color: transparent;
  border-bottom-color: #CD2F23;
  position: absolute;
  left: 12px;
  bottom: 100%;
  pointer-events: none;
}
.common-form input[type=text].error,
.common-form input[type=email].error,
.common-form input[type=password].error,
.common-form textarea.error {
  color: #CD2F23 !important;
  outline: 1px solid #CD2F23 !important;
  outline-offset: -1px;
}
.common-form .expandable-trigger {
  position: relative;
  padding: 0 0 0 30px;
  font-size: 11px;
  line-height: 1.2;
  letter-spacing: 0.4em;
  text-transform: uppercase;
  font-weight: normal;
  color: #C09B4D;
  margin: 22px 0 0 0;
  cursor: pointer;
}
.common-form .expandable-trigger .ico {
  width: 15px;
  height: 15px;
  position: absolute;
  left: 0;
  top: -2px;
  transition: all 0.15s ease;
}
.common-form .expandable-trigger .ico:before {
  content: "";
  position: absolute;
  width: 1px;
  left: 7px;
  top: 0;
  bottom: 0;
  background: #C09B4D;
  transition: all 0.15s ease;
}
.common-form .expandable-trigger .ico:after {
  content: "";
  position: absolute;
  height: 1px;
  top: 7px;
  left: 0;
  right: 0;
  background: #C09B4D;
  transition: all 0.15s ease;
}
.common-form .expandable-trigger.active .ico:before {
  top: 50%;
  bottom: 50%;
}
.common-form .form-footer-buttons {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
}
.common-form .form-footer .btn {
  width: 100%;
}
.common-form .form-footer-col-2 {
  -ms-flex: 0 0 292px;
  flex: 0 0 292px;
  max-width: 292px;
}
.common-form.modal-form .form-footer {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
}
.common-form.modal-form .form-footer .btn {
  max-width: 230px;
}
.common-form .form-agree {
  font-size: 14px;
  line-height: 1.3;
  font-weight: normal;
  text-align: center;
  margin: 0 0 30px 0;
}
.common-form .form-agree a {
  text-decoration: none;
}
.common-form .forgot-link-wrapper {
  text-align: center;
  font-size: 18px;
  line-height: 1.35;
  margin: 20px 0 0 0;
}
.common-form .forgot-link {
  text-decoration: none;
}
.common-form.subscribe-form label.placeholder,
.common-form.subscribe-form input[type=text],
.common-form.subscribe-form input[type=email],
.common-form.subscribe-form input[type=password],
.common-form.subscribe-form textarea {
  padding-top: 12px;
  padding-bottom: 18px;
  text-align: left;
}
.common-form.subscribe-form .form-footer {
  margin: 0;
}
.common-form.subscribe-form .subscribe-form-col-1 {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.common-form.subscribe-form .subscribe-form-col-2 {
  -ms-flex-positive: 0;
  flex-grow: 0;
}
.common-form.subscribe-form .form-agree {
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0;
}
.common-form .search-field-wrapper {
  position: relative;
}
.common-form .search-submit {
  position: absolute;
  right: 0;
  top: -2px;
}
.common-form.search-form input[type=text] {
  text-align: left;
  font-size: 22px;
  padding-top: 4px;
  padding-bottom: 13px;
  padding-right: 60px;
  border-bottom-color: rgba(115, 153, 113, 0.5);
}
@media (min-width: 1024px) {
  .common-form .filter-form-fields {
    margin-bottom: -20px;
  }
}
.common-form .filter-form-fields .row {
  -ms-flex-pack: center;
  justify-content: center;
}
.common-form .filter-col {
  -ms-flex: 0 0 16.666%;
  flex: 0 0 16.666%;
  max-width: 16.666%;
}
.common-form .dropdown-checkboxes-wrapper .btn-group {
  display: block;
  vertical-align: top;
}
.common-form .dropdown-checkboxes-toggle {
  display: block;
  text-decoration: none !important;
  text-align: left;
  position: relative;
  cursor: pointer;
  border: none;
  outline: 1px solid rgba(28, 28, 28, 0.2);
  outline-offset: -1px;
  background: transparent;
  margin: 0;
  width: 100%;
  padding: 14px 44px 15px 20px;
  font-family: "Vela Sans", arial, sans-serif;
  font-size: 14px;
  line-height: 1.5;
  font-weight: 600;
  color: #1C1C1C;
  text-transform: uppercase;
  border-radius: 0;
  transition: all 0.2s ease;
}
.common-form .dropdown-checkboxes-toggle.active {
  outline-color: #C09B4D;
  padding-right: 72px;
}
.common-form .dropdown-checkboxes-toggle:before {
  content: "";
  background: url(../images/dropdown-arrow-active.svg) 0 0 no-repeat;
  display: none;
}
.common-form .dropdown-checkboxes-toggle:after {
  content: "";
  background: url(../images/dropdown-arrow.svg) 0 0 no-repeat;
  width: 12px;
  height: 7px;
  position: absolute;
  right: 21px;
  top: 22px;
  margin: 0 !important;
  border: none !important;
  transition: all 0.2s ease;
}
.common-form .dropdown-checkboxes-toggle.active:after {
  background-image: url(../images/dropdown-arrow-active.svg);
}
.common-form .dropdown-checkboxes-toggle span.num {
  color: #C09B4D;
}
.common-form .dropdown-checkboxes-sort .dropdown-checkboxes-toggle {
  background: #FE7F20;
  border-color: #FE7F20;
  color: #fff;
  padding: 9px 45px 9px 18px;
}
.common-form .dropdown-checkboxes-sort .dropdown-checkboxes-toggle:after {
  display: none;
}
.common-form .sort-icons {
  position: absolute;
  right: 17px;
  top: 8px;
  display: -ms-flexbox;
  display: flex;
}
.common-form .sort-icons .ico {
  width: 8px;
  height: 14px;
  background-position: 0 0;
  background-repeat: no-repeat;
  transition: all 0.15s ease;
  opacity: 0.3;
}
.common-form .sort-icons .ico.active {
  opacity: 1;
}
.common-form .ico-asc {
  background-image: url(../images/sort-asc.svg);
}
.common-form .ico-desc {
  background-image: url(../images/sort-desc.svg);
  margin: 0 0 0 1px;
}
.common-form .dropdown-checkboxes-wrapper .dropdown-menu {
  border: 1px solid rgba(28, 28, 28, 0.2);
  border-top: none;
  background: #FFFFFF;
  margin: 0;
  border-radius: 0;
  box-shadow: 0px 4px 35px rgba(62, 72, 82, 0.2);
  padding: 17px 20px 20px 20px;
  left: 0;
  min-width: 100%;
  z-index: 1000;
}
.common-form .dropdown-checkboxes-wrapper .dropdown-menu.top {
  bottom: 100%;
  top: auto;
  border-bottom: none;
  border-top: 1px solid rgba(28, 28, 28, 0.2);
}
.common-form .dropdown-checkboxes {
  max-height: 250px;
  overflow: auto;
  margin-right: -20px;
  padding-right: 20px;
  padding-top: 2px;
  padding-bottom: 2px;
}
.common-form .dropdown-toggle-item-clear {
  width: 20px;
  height: 20px;
  position: absolute;
  right: 41px;
  top: 16px;
  cursor: pointer;
}
.common-form .dropdown-toggle-item-clear:before {
  content: "";
  width: 12px;
  height: 12px;
  position: absolute;
  left: 3px;
  top: 3px;
  background: url(../images/dropdown-remove.svg) center center no-repeat;
}
.common-form .dropdown-checkboxes input[type=checkbox] + label,
.common-form .dropdown-checkboxes input[type=radio] + label {
  font-size: 14px;
  line-height: 1;
  color: #1C1C1C;
  padding: 0 0 0 25px;
  display: block;
  font-weight: normal;
  letter-spacing: 0;
}
.common-form .dropdown-checkboxes input[type=checkbox]:checked + label,
.common-form .dropdown-checkboxes input[type=radio]:checked + label {
  font-weight: 500;
}
.common-form .dropdown-checkboxes-sort input[type=radio]:checked + label {
  color: #FE7F20;
}
.common-form .dropdown-checkboxes input[type=checkbox] + label:before {
  content: "";
  width: 16px;
  height: 16px;
  border: 1px solid rgba(28, 28, 28, 0.2);
  background: #fff url(../images/dropdown-checkbox.svg) center 3px no-repeat;
  background-size: 0 0;
  left: 0;
  top: -1px;
  transition: all 0.15s ease;
  border-radius: 0;
}
.common-form .dropdown-checkboxes input[type=checkbox]:checked + label:before {
  background-size: 10px 7px;
  border-color: #C09B4D;
}
.common-form .dropdown-checkboxes-sort input[type=radio] + label {
  padding-left: 0;
  padding-right: 30px;
}
.common-form .dropdown-checkboxes-sort input[type=radio] + label:before {
  content: "";
  width: 18px;
  height: 14px;
  border: none;
  background: transparent url(../images/sort-radio.svg) 0 0 no-repeat;
  left: auto;
  right: 0;
  top: 0px;
  opacity: 0;
  transition: all 0.15s ease;
  border-radius: 0;
}
.common-form .dropdown-checkboxes-sort input[type=radio]:checked + label:before {
  opacity: 1;
}
.common-form .dropdown-checkboxes .form-checkbox,
.common-form .dropdown-checkboxes .form-radio {
  margin: 0 0 12px 0;
}
.common-form .dropdown-checkboxes .form-checkbox:last-child,
.common-form .dropdown-checkboxes .form-radio:last-child {
  margin-bottom: 0 !important;
}
.common-form .dropdown-checkboxes-controls {
  margin: 21px 0 0 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.common-form .btn-checkboxes-apply {
  border: 1px solid #C09B4D;
  font-weight: bold;
  font-size: 14px;
  line-height: 1;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #C09B4D;
  padding: 17px 15px 17px 15px;
  transition: all 0.2s ease;
  cursor: pointer;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
.common-form .btn-checkboxes-apply:hover {
  background: #C09B4D;
  color: #fff;
}
.common-form .btn-checkboxes-clear {
  font-size: 10px;
  line-height: 110%;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: #D2D2D2;
  transition: all 0.2s ease;
  margin: 9px 0 0 0;
  padding: 8px 10px 8px 20px;
  position: relative;
  cursor: pointer;
}
.common-form .btn-checkboxes-clear.active {
  color: #C09B4D;
}
.common-form .btn-checkboxes-clear .ico {
  content: "";
  width: 12px;
  height: 12px;
  position: absolute;
  left: 0;
  top: 7px;
}
.common-form .btn-checkboxes-clear .ico:before {
  content: "";
  background: url(../images/dropdown-remove-inactive.svg) 0 0 no-repeat;
  width: 12px;
  height: 12px;
  position: absolute;
  left: 0;
  top: 0;
  transition: all 0.2s ease;
}
.common-form .btn-checkboxes-clear .ico:after {
  content: "";
  background: url(../images/dropdown-remove.svg) 0 0 no-repeat;
  width: 12px;
  height: 12px;
  position: absolute;
  left: 0;
  top: 0;
  transition: all 0.2s ease;
  opacity: 0;
}
.common-form .btn-checkboxes-clear.active .ico {
  border-color: #FA6D53;
}
.common-form .btn-checkboxes-clear.active .ico:before {
  opacity: 0;
}
.common-form .btn-checkboxes-clear.active .ico:after {
  opacity: 1;
}
.common-form .filter-form .form-group {
  margin: 0;
}
.common-form .filter-controls-col-2 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.common-form .filter-radios {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -15px -10px -15px;
}
.common-form .filter-radios .filter-radio {
  margin: 0 15px 10px 15px;
}
.common-form .filter-radios input[type=radio] + label {
  padding: 0 0 4px 0;
  margin: 0;
  font-size: 14px;
  line-height: 1;
  font-weight: 600;
  text-transform: uppercase;
  color: #1C1C1C;
  transition: all 0.2s ease;
  border-bottom: 1px solid transparent;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  letter-spacing: 0;
}
.common-form .filter-radios input[type=radio] + label:before {
  display: none;
}
.common-form .filter-radios input[type=radio] + label:hover {
  color: #C09B4D;
}
.common-form .filter-radios input[type=radio]:checked + label {
  color: #C09B4D;
  border-bottom-color: #C09B4D;
}
.common-form .filter-radios .filter-radio-label-ico {
  margin: 0 13px 0 0;
}
.common-form .filter-radios .filter-radio-label-ico svg * {
  transition: all 0.2s ease;
}
.common-form .filter-radios input[type=radio]:checked + label .filter-radio-label-ico svg * {
  stroke: #C09B4D;
}
.common-form .count {
  position: relative;
}
.common-form .count input {
  width: 100%;
  text-align: center;
  padding-left: 45px;
  padding-right: 45px;
}
.common-form .count:hover input {
  outline-color: #C09B4D;
}
.common-form .count-btn {
  width: 15px;
  height: 15px;
  z-index: 10;
  position: absolute;
  top: 50%;
  margin-top: -7px;
  cursor: pointer;
}
.common-form .count-btn:before {
  content: "";
  height: 1px;
  position: absolute;
  left: 0;
  right: 0;
  top: 7px;
  background: #C09B4D;
  transition: all 0.2s ease;
}
.common-form .count-btn-plus:after {
  content: "";
  width: 1px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 7px;
  background: #C09B4D;
  transition: all 0.2s ease;
}
.common-form .count-btn:hover:before,
.common-form .count-btn:hover:after {
  background-color: #A38038;
}
.common-form .count-btn-plus {
  right: 20px;
}
.common-form .count-btn-minus {
  left: 20px;
}
.common-form.search-popup-form {
  position: relative;
}
.common-form.search-popup-form input[type=text],
.common-form.search-popup-form input[type=email],
.common-form.search-popup-form input[type=password],
.common-form.search-popup-form textarea {
  outline-color: #fff;
  background-color: #fff;
  padding-right: 74px !important;
  text-transform: none;
}
.common-form.search-popup-form button[type=submit] {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 54px;
  cursor: pointer;
  background: none;
  border: none;
  -webkit-appearance: none;
  outline: none !important;
}
.common-form.search-popup-form label.error {
  display: none !important;
}
.common-form .filter-slider-wrapper {
  margin: 16px 0 16px 0;
}
.common-form .filter-price-slider.noUi-target {
  background: #cccccc;
  border-radius: 0;
  border: none;
  box-shadow: none;
}
.common-form .filter-price-slider.noUi-horizontal {
  height: 6px;
}
.common-form .filter-price-slider .noUi-connect {
  background: #C09B4D;
  border-radius: 0;
  box-shadow: none;
}
.common-form .filter-price-slider .noUi-handle {
  border: none;
  border-radius: 50%;
  background: #FFF;
  cursor: pointer;
  box-shadow: 0px 5px 10px 0px rgba(12, 4, 5, 0.13);
}
.common-form .filter-price-slider.noUi-horizontal .noUi-handle {
  width: 16px;
  height: 16px;
  left: -8px;
  top: -5px;
}
.common-form .filter-price-slider .noUi-handle:before,
.common-form .filter-price-slider .noUi-handle:after {
  display: none !important;
}
.common-form .filter-slider-inputs {
  margin: 15px 0 0 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.common-form .filter-slider-inputs input[type=text] {
  background-color: #fff;
  font-size: 13px;
  line-height: 18px;
  color: #727272;
  text-align: center;
  padding: 12px 15px 11px 15px;
}
.common-form .filter-slider-inputs .sep {
  padding: 0 11px;
}
.common-form .filter-slider-inputs .sep-dash {
  width: 20px;
  height: 1px;
  background: #cccccc;
  margin: 20px 0 0 0;
}
.common-form .form-group-inline-col-field {
  -ms-flex: 0 0 48.8%;
  flex: 0 0 48.8%;
  max-width: 48.8%;
}
.common-form .form-group-inline-col-submit {
  -ms-flex: 0 0 24.9%;
  flex: 0 0 24.9%;
  max-width: 24.9%;
}
.common-form .form-group-inline-col-submit .btn {
  width: 100%;
}
.common-form .form-group-inline-name {
  min-height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
.common-form .form-group-inline .form-group {
  margin: 0 !important;
}
.common-form.search-controls .filter-radios {
  -ms-flex-pack: center;
  justify-content: center;
}
.common-form .filter-controls {
  margin-top: 20px;
}
@media (max-width: 1919px) {
  .common-form .form-group-inline-col-field {
    -ms-flex: 0 0 43.3%;
    flex: 0 0 43.3%;
    max-width: 43.3%;
  }
  .common-form .filter-slider-wrapper {
    min-width: 210px;
  }
  .common-form .filter-slider-inputs .sep-dash {
    width: 5px;
  }
  .common-form .filter-slider-inputs .sep {
    padding: 0 4px;
  }
}
@media (max-width: 1599px) {
  .common-form .filter-col {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
  .common-form.catalog-detail-form .bootstrap-select .dropdown-toggle {
    font-size: 12px;
    padding: 16px 35px 16px 16px;
  }
  .common-form.catalog-detail-form .bootstrap-select .dropdown-toggle:after {
    right: 15px;
  }
  .common-form.catalog-detail-form .count input {
    font-size: 12px;
    padding: 16px 40px 16px 40px;
  }
  .common-form.catalog-detail-form .count-btn-minus {
    left: 15px;
  }
  .common-form.catalog-detail-form .count-btn-plus {
    right: 15px;
  }
  .common-form.catalog-detail-form .btn {
    padding-left: 10px;
    padding-right: 10px;
  }
  .common-form .fav-form-col {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (max-width: 1599px) and (min-width: 1024px) {
  .common-form .filter-slider-inputs .sep-dash {
    width: 5px;
  }
  .common-form .filter-slider-inputs .sep {
    padding: 0 4px;
  }
}
@media (max-width: 1365px) {
  .common-form .form-group {
    margin: 0 0 20px 0;
  }
  .common-form .form-footer {
    margin-top: 10px;
  }
  .common-form .filter-col {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .common-form .filter-controls {
    margin-top: 20px;
  }
  .common-form .filter-radios input[type=radio] + label {
    font-size: 12px;
  }
}
@media (max-width: 1023px) {
  .common-form .form-footer-col-btn {
    -ms-flex: 0 0 33.333%;
    flex: 0 0 33.333%;
    max-width: 33.333%;
  }
  .common-form.search-popup-form {
    position: relative;
  }
  .common-form.search-popup-form input[type=text],
  .common-form.search-popup-form input[type=email],
  .common-form.search-popup-form input[type=password],
  .common-form.search-popup-form textarea {
    padding-top: 16px;
    padding-bottom: 16px;
    padding-right: 84px;
  }
  .common-form.search-popup-form input[type=text]::-webkit-input-placeholder, .common-form.search-popup-form input[type=email]::-webkit-input-placeholder, .common-form.search-popup-form input[type=password]::-webkit-input-placeholder, .common-form.search-popup-form textarea::-webkit-input-placeholder {
    color: #8E8E8E;
  }
  .common-form.search-popup-form input[type=text]:-ms-input-placeholder, .common-form.search-popup-form input[type=email]:-ms-input-placeholder, .common-form.search-popup-form input[type=password]:-ms-input-placeholder, .common-form.search-popup-form textarea:-ms-input-placeholder {
    color: #8E8E8E;
  }
  .common-form.search-popup-form input[type=text]::-ms-input-placeholder, .common-form.search-popup-form input[type=email]::-ms-input-placeholder, .common-form.search-popup-form input[type=password]::-ms-input-placeholder, .common-form.search-popup-form textarea::-ms-input-placeholder {
    color: #8E8E8E;
  }
  .common-form.search-popup-form input[type=text]::placeholder,
  .common-form.search-popup-form input[type=email]::placeholder,
  .common-form.search-popup-form input[type=password]::placeholder,
  .common-form.search-popup-form textarea::placeholder {
    color: #8E8E8E;
  }
  .common-form.search-popup-form button[type=submit] {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 64px;
    cursor: pointer;
    background: none;
    border: none;
    -webkit-appearance: none;
    outline: none !important;
  }
  .common-form .filter-col {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .common-form.filter-form .form-group {
    margin: 0;
    border-bottom: 1px solid #E3E3E3;
  }
  .common-form.filter-form .dropdown-checkboxes-toggle {
    outline-color: transparent !important;
    padding: 16px 44px 17px 20px;
  }
  .common-form.filter-form .dropdown-checkboxes-toggle.open {
    background: #F5F5F5;
  }
  .common-form.filter-form .dropdown-checkboxes-toggle.active:after {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  .common-form.filter-form .dropdown-menu {
    position: relative;
    left: auto;
    right: auto;
    top: auto;
    margin: 0;
    box-shadow: none;
    background: #F5F5F5;
    border: none;
    float: none;
    padding: 2px 20px 20px 20px;
  }
  .common-form.filter-form .dropdown-checkboxes .form-checkbox,
  .common-form.filter-form .dropdown-checkboxes .form-radio {
    margin: 0 0 17px 0;
  }
  .common-form.filter-form .dropdown-checkboxes-controls {
    display: none;
  }
  .common-form .filter-controls {
    display: none;
  }
  .common-form.filter-controls-mob {
    display: block;
    position: relative;
    margin-bottom: 24px;
  }
  .common-form.filter-controls-mob:after {
    content: "";
    position: absolute;
    left: -20px;
    right: -20px;
    bottom: 0;
    height: 1px;
    background: #E3E3E3;
  }
  .common-form.filter-controls-mob .col {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .common-form.filter-controls-mob .bootstrap-select .dropdown-toggle {
    font-size: 12px;
    padding: 16px 35px 16px 15px;
  }
  .common-form.filter-controls-mob .bootstrap-select .dropdown-toggle:after {
    right: 15px;
  }
  .common-form .form-group-inline-col-field {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .common-form.search-controls-mob {
    margin: 0;
  }
  .common-form.search-controls-mob:after {
    display: none !important;
  }
  .common-form.search-controls-mob .col {
    margin-left: auto;
    margin-right: auto;
    -ms-flex: 0 0 374px !important;
    flex: 0 0 374px !important;
    max-width: 374px !important;
  }
  .common-form.search-controls-mob .form-group {
    display: -ms-flexbox;
    display: flex;
    margin: 0;
  }
  .common-form.search-controls-mob label {
    -ms-flex: 0 0 90px;
    flex: 0 0 90px;
    max-width: 90px;
    margin: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
  }
  .common-form .filter-form-fields > .row {
    margin: 0;
  }
  .common-form .filter-form-fields > .row > .col {
    padding: 0;
  }
}
@media (max-width: 767px) {
  .common-form .form-group-phone {
    max-width: 263px;
  }
  .common-form .form-col-phone {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .common-form .form-col-email {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .common-form .form-col-name {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .common-form .form-footer-col-btn {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .common-form .form-group-inline-col-name,
  .common-form .form-group-inline-col-field,
  .common-form .form-group-inline-col-submit {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .common-form .form-group-inline-name {
    text-align: center;
    display: block;
    margin: 0 0 20px 0;
  }
  .common-form .form-group-inline .form-group {
    margin-bottom: 20px !important;
  }
  .common-form.search-controls-mob .col {
    -ms-flex: 0 0 100% !important;
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }
  .common-form.search-controls-mob .form-group {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .common-form.search-controls-mob label {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    display: block;
    text-align: center;
    margin: 0 0 8px 0;
  }
  .common-form .filter-controls-mob {
    margin-bottom: 16px;
  }
}
@media (min-width: 1024px) {
  .common-form.filter-controls-mob {
    display: none;
  }
}
header {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  z-index: 500;
  transition: background-color 0.3s ease, padding 0.3s ease;
  border-bottom: 1px solid transparent;
  padding: 30px 0 30px 0;
  display: none;
  background: #fff;
}

.header-alt {
  background: none;
}

.header-top > .container > .row {
  -ms-flex-align: center;
  align-items: center;
}

.navbar-trigger {
  display: none;
}

.main-menu {
  display: none;
}

.header-top-row {
  -ms-flex-align: center;
  align-items: center;
}

.header-top-col-1 {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

.header-top-col-2 {
  -ms-flex: 0 0 190px;
  flex: 0 0 190px;
  max-width: 190px;
  transition: all 0.3s ease;
}

.header-top-col-3 {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -ms-flex-align: center;
  align-items: center;
}

.header-top-col-1,
.header-top-col-3 {
  padding-bottom: 11px;
  transition: all 0.3s ease;
}

.header-logo svg {
  width: 100%;
  height: auto;
}

.header-logo svg * {
  transition: all 0.2s ease;
}

g.logo-furniture * {
  fill: #1C1C1C;
}

.header-top-col-1 .row {
  -ms-flex-align: center;
  align-items: center;
}

.header-top-col-1 .col,
.header-top-col-3 .col {
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
  width: auto;
}

header .container {
  max-width: 1600px !important;
}

.menu-trigger {
  position: relative;
  width: 30px;
  height: 29px;
  cursor: pointer;
}

.menu-trigger span {
  position: absolute;
  left: 0;
  right: 0;
  background: #1C1C1C;
  height: 1px;
  display: block;
  transition: all 0.2s ease;
}

.menu-trigger span:nth-child(1) {
  top: 4px;
}

.menu-trigger span:nth-child(2) {
  top: 14px;
}

.menu-trigger span:nth-child(3) {
  bottom: 4px;
}

.header-controls {
  display: -ms-flexbox;
  display: flex;
  margin: 0 -15px;
}

.header-controls-item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  margin: 0 15px;
}

.header-controls-item svg * {
  transition: all 0.2s ease;
  stroke: #1C1C1C;
}

.header-controls-item-ico {
  transition: opacity 0.2s ease;
}

.header-controls-item-ico-active {
  transition: opacity 0.2s ease;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  opacity: 0;
}

.header-controls-item.active .header-controls-item-ico {
  opacity: 0;
}
.header-controls-item.active .header-controls-item-ico-active {
  opacity: 1;
}

.header-controls-item-num {
  position: absolute;
  left: 100%;
  top: 0;
  font-size: 11px;
  line-height: 1;
  color: #C09B4D;
  margin: -5px 0 0 3px;
}

.header-phones {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -10px;
  font-size: 14px;
  line-height: 1.1;
}

.header-phones-item {
  margin: 0 10px;
  color: #1C1C1C;
  text-decoration: none !important;
  transition: all 0.2s ease;
}

.header-bottom {
  margin: 30px 0 0 0;
  transition: all 0.3s ease;
}

ul.navbar-nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 -10px;
  padding: 0;
  list-style: none;
}

ul.navbar-nav > li {
  margin: 0 10px;
  padding: 0 0 5px 0;
  position: relative;
}

ul.navbar-nav > li:before {
  display: none;
}

@media (min-width: 1024px) {
  .submenu {
    z-index: 100;
  }
  ul.navbar-nav > li.li-stock .navbar-ttl {
    margin-top: -10px;
    margin-bottom: -10px;
    background: #C09B4D;
    padding: 10px 15px 10px 12px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); /* Добавленная тень */
  }
  ul.navbar-nav > li.li-stock:hover .navbar-ttl {
    background: #A38038;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3); /* Тень при наведении */
  }
  ul.navbar-nav > li.li-stock .navbar-ttl a {
    color: #fff !important;
  }
  ul.navbar-nav > li.li-stock .navbar-ttl a.active {
    color: #C09B4D !important;
    background: none !important;
  }
  ul.navbar-nav > li.li-stock.active .navbar-ttl {
    background: none !important;
    box-shadow: none; /* Убираем тень для активного состояния */
  }
  ul.navbar-nav > li.li-stock:not(.active) .menu-arrow svg * {
    stroke: #fff !important;
  }
}
.submenu {
  position: absolute;
  top: 100%;
  left: 0;
  width: 200px;
  background: #fff;
  box-shadow: 0px 4px 35px 0px rgba(0, 0, 0, 0.25);
  transition: opacity 0.3s ease, margin 0.3s ease;
  -webkit-transform: translateY(-10000px);
  transform: translateY(-10000px);
  opacity: 0;
  margin-top: -10px;
}

.submenu.open {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
  margin-top: 0;
}

.submenu-section {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  position: relative;
}

.submenu-section + .submenu-section:before {
  content: "";
  position: absolute;
  left: 30px;
  right: 30px;
  top: 0;
  height: 1px;
  background: #E3E3E3;
}

.submenu-section-ttl {
  background: #F6F1EB;
  color: #1C1C1C;
  font-size: 16px;
  font-style: normal;
  font-weight: bold;
  line-height: 1;
  text-transform: uppercase;
  padding: 30px;
  -ms-flex: 0 0 17.02%;
  flex: 0 0 17.02%;
  max-width: 17.02%;
}

.submenu-section-content {
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding: 30px;
}

ul.sub-submenu {
  list-style: none;
  font-size: 15px;
  line-height: 1;
  font-weight: 600;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -15px -16px -15px;
}

ul.sub-submenu > li {
  padding: 0;
  margin: 0 15px 16px 15px;
  -ms-flex: 0 0 calc(20% - 30px);
  flex: 0 0 calc(20% - 30px);
  max-width: calc(20% - 30px);
}

ul.sub-submenu a {
  color: #1C1C1C;
  text-decoration: none !important;
}

.navbar-ttl {
  font-size: 16px;
  line-height: 1.1;
  font-weight: 600;
  text-transform: uppercase;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

.menu-arrow {
  transition: all 0.2s ease;
  margin: 0 0 0 10px;
}

.menu-arrow svg * {
  transition: all 0.2s ease;
  stroke: #ffffff;
}

.navbar-ttl a {
  color: #1C1C1C;
  text-decoration: none !important;
}

.navbar-ttl a.active {
  color: #C09B4D !important;
}

.header-alt:not(.header-fixed) .menu-trigger span {
  background-color: #fff;
}
.header-alt:not(.header-fixed) .header-phones-item {
  color: #fff;
}
.header-alt:not(.header-fixed) .logo-furniture * {
  fill: #fff;
}
.header-alt:not(.header-fixed) .header-controls-item svg * {
  stroke: #fff;
}
.header-alt:not(.header-fixed) .navbar-ttl a {
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
  color: #fff;
}
.header-alt:not(.header-fixed) .menu-arrow svg * {
  stroke: #fff;
}

.header-fixed {
  position: fixed;
  background: #fff;
  padding: 20px 0 11px 0;
}
.header-fixed .header-top-col-2 {
  -ms-flex: 0 0 164px;
  flex: 0 0 164px;
  max-width: 164px;
}
.header-fixed .header-top-col-1, .header-fixed .header-top-col-3 {
  margin-top: -2px;
}
.header-fixed .header-bottom {
  margin-top: 26px;
}

.search-popup {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1005;
  background: rgba(28, 28, 28, 0.4);
  -webkit-backdrop-filter: blur(7.5px);
  backdrop-filter: blur(7.5px);
  display: none;
}

.search-popup-content {
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 30px;
}

.search-popup-inner {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 825px;
}

.search-popup-form {
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.search-popup-close {
  width: 50px;
  height: 50px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer;
  margin: 0 0 0 18px;
}

.search-trigger {
  cursor: pointer;
}

.top-pic {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  background: #1C1C1C;
}

.top-pic img {
  width: auto !important;
  height: auto !important;
  max-width: 100%;
  max-height: 92px;
}

.top-pic .img-desktop {
  display: block;
}

.top-pic .img-mob {
  display: none;
}

.header-buttons-mob {
  display: none;
  transition: all 0.3s ease;
}

.header-bottom .container {
  position: relative;
}

.header-search-wrapper {
  position: absolute;
  left: 70px;
  top: -90px;
}

.header-fixed .header-search-wrapper {
  top: -78px;
}

.header-search-form {
  position: relative;
  width: 0;
  margin-left: auto;
  overflow: hidden;
  transition: all 0.2s ease;
}
.header-search-form.open {
  width: 100%;
}
.header-search-form .form-group {
  margin: 0 !important;
  position: relative;
}
.header-search-form input[type=text] {
  background: transparent;
  height: 50px;
  border: 1px solid rgba(28, 28, 28, 0.2);
  width: 100%;
  display: block;
  padding: 15px 50px 15px 20px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  text-transform: uppercase;
  color: #1C1C1C;
  outline: none !important;
}

body:not(.menu-open) .header-alt:not(.header-fixed) .header-search-form input[type=text] {
  background: #F5F5F5;
  border-color: #F5F5F5;
}

.header-search-form button[type=submit] {
  width: 50px;
  border: none;
  background-color: transparent;
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  overflow: hidden;
  font-size: 0;
  color: transparent;
  text-indent: -1000px;
  -webkit-appearance: none;
  outline: none !important;
}
.header-search-form button[type=submit] svg * {
  stroke: #1C1C1C;
  transition: all 0.2s ease;
}
.header-search-form button[type=submit]:hover svg * {
  stroke: #C09B4D;
}

.suggest-popup {
  position: absolute;
  z-index: 200;
  background: #fff;
  margin: 0 0 0 0;
  display: none;
  box-shadow: 0px 4px 35px 0px rgba(0, 0, 0, 0.1019607843);
  right: 0;
  width: 870px;
}

.suggest-popup-content {
  display: -ms-flexbox;
  display: flex;
}

.suggest-popup-l {
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.suggest-popup-r {
  border-left: 1px solid #e3e3e3;
  -ms-flex: 0 0 231px;
  flex: 0 0 231px;
  max-width: 231px;
  display: none;
}

.suggest-popup-ttl {
  background: #F5F5F5;
  font-size: 14px;
  line-height: 1;
  color: #8E8E8E;
  padding: 13px 30px 13px 30px;
}

.suggest-not-found {
  padding: 20px 30px;
}

a.suggest-item {
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #e3e3e3;
  border-left-color: transparent;
  border-right-color: transparent;
  transition: all 0.3s ease;
  position: relative;
  margin-top: -1px;
  margin-right: -1px;
  padding: 19px 29px;
  text-decoration: none !important;
  -ms-flex-align: start;
  align-items: flex-start;
}

a.suggest-item:first-child {
  border-top-color: #F5F5F5;
}

a.suggest-item:last-child {
  border-bottom-color: #F5F5F5;
}

a.suggest-item:hover,
a.suggest-item:focus {
  border-color: #c09b4d;
  z-index: 2;
}

.suggest-item-pic {
  float: left;
  -ms-flex: 0 0 60px;
  flex: 0 0 60px;
  max-width: 60px;
  height: 60px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 1px solid rgba(142, 142, 142, 0.2);
  margin: 0 20px 0 0;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.suggest-item-pic img {
  max-width: 100%;
  max-height: 100%;
}

.suggest-item-descr {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: start;
  align-items: flex-start;
}

.suggest-item-category {
  font-size: 10px;
  line-height: 1;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  color: #c09b4d;
  margin: 0 0 14px 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.suggest-item-name {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  font-size: 14px;
  line-height: 1.1;
  font-weight: bold;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #1C1C1C;
  -ms-flex-item-align: start;
  align-self: flex-start;
  padding-right: 40px;
}

.suggest-item-price {
  font-size: 14px;
  line-height: 1.1;
  font-weight: 600;
  color: #1C1C1C;
  -ms-flex-item-align: start;
  align-self: flex-start;
  text-align: right;
}

.suggest-brands-list {
  padding: 20px 30px 30px 30px;
}

.suggest-brands-item {
  font-size: 14px;
  line-height: 1.1;
  letter-spacing: 0.1em;
  font-weight: bold;
  text-transform: uppercase;
  margin: 0 0 12px 0;
}

.suggest-brands-item:last-child {
  margin: 0 !important;
}

.suggest-brands-item a {
  text-decoration: none;
  color: #1C1C1C;
}

.suggest-brands-item a:hover {
  text-decoration: underline;
}

.suggest-categories-list {
  padding: 20px 30px 30px 30px;
}

.suggest-categories-item {
  font-size: 14px;
  line-height: 1.1;
  letter-spacing: 0.1em;
  font-weight: bold;
  text-transform: uppercase;
  margin: 0 0 12px 0;
}

.suggest-categories-item:last-child {
  margin: 0 !important;
}

.suggest-categories-item a {
  text-decoration: none;
  color: #252525;
}

.suggest-categories-item a:hover {
  text-decoration: underline;
}

.btn-suggest-all {
  display: block;
  text-align: center;
  color: #fff !important;
  text-decoration: none !important;
  background: #c09b4d;
  font-size: 14px;
  line-height: 1;
  text-transform: uppercase;
  padding: 18px 30px;
}

@media (max-width: 1365px) {
  header {
    padding: 20px 0 20px 0;
  }
  header:before {
    height: 120px;
  }
  .btn-callback {
    font-size: 12px;
  }
  .header-phones {
    font-size: 12px;
  }
  .header-top-col-2 {
    -ms-flex: 0 0 168px;
    flex: 0 0 168px;
    max-width: 168px;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .header-top-col-1, .header-top-col-3 {
    margin-top: -10px;
    padding-bottom: 12px;
  }
  .navbar-ttl {
    font-size: 14px;
  }
  .header-bottom {
    margin-top: 19px;
  }
  ul.navbar-nav > li {
    padding-bottom: 10px;
  }
  .submenu-section-ttl {
    font-size: 14px;
    padding: 20px;
  }
  .submenu-section-content {
    padding: 20px;
  }
  ul.sub-submenu {
    font-size: 14px;
  }
  .header-fixed {
    padding: 11px 0 4px 0;
  }
  .header-fixed .header-top-col-2 {
    -ms-flex: 0 0 129px;
    flex: 0 0 129px;
    max-width: 129px;
    padding-top: 5px;
  }
  .header-fixed .header-bottom {
    margin-top: 9px;
  }
  .suggest-popup {
    width: auto;
  }
  .header-search-wrapper {
    top: -70px;
  }
  .header-fixed .header-search-wrapper {
    top: -55px;
  }
  .header-search-form input[type=text] {
    height: 40px;
    padding-left: 15px;
    padding-right: 40px;
  }
  .header-search-form button[type=submit] {
    width: 40px;
  }
  .header-search-form button[type=submit] svg {
    width: 20px;
    height: auto;
  }
  a.suggest-item {
    padding: 19px;
  }
  .suggest-brands-list {
    padding-left: 20px;
    padding-right: 20px;
  }
  .suggest-categories-list {
    padding-left: 20px;
    padding-right: 20px;
  }
  .suggest-popup-ttl {
    padding-left: 20px;
    padding-right: 20px;
  }
  .suggest-not-found {
    padding: 20px 20px;
  }
  ul.navbar-nav > li.li-stock .navbar-ttl {
    padding: 6px 8px;
    margin-top: -6px;
    margin-bottom: -6px;
  }
}
@media (max-width: 1023px) {
  header {
    padding: 20px 0 9px 0 !important;
  }
  header:before {
    height: 100px;
  }
  .navbar-trigger {
    display: block;
    width: 30px;
    height: 29px;
    position: absolute;
    left: 20px;
    top: 17px;
    cursor: pointer;
    z-index: 1005;
  }
  .navbar-trigger span {
    transition: all 0.2s ease;
    position: absolute;
    left: 0;
    right: 0;
    height: 1px;
    background: #1C1C1C;
  }
  .header-alt .navbar-trigger span {
    background-color: #fff;
  }
  .header-fixed .navbar-trigger span {
    background-color: #1C1C1C;
  }
  .navbar-trigger span:nth-child(1) {
    top: 4px;
  }
  .navbar-trigger span:nth-child(2) {
    top: 14px;
  }
  .navbar-trigger span:nth-child(3) {
    bottom: 4px;
  }
  .navbar-trigger.active span {
    background: #1C1C1C;
  }
  .navbar-trigger.active span:nth-child(1) {
    top: 14px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .navbar-trigger.active span:nth-child(2) {
    opacity: 0;
  }
  .navbar-trigger.active span:nth-child(3) {
    bottom: 14px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .header-callback {
    padding-left: 50px;
  }
  .header-phones {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    font-size: 11px;
    margin-bottom: -2px;
  }
  .header-phones-item {
    margin-bottom: 2px;
  }
  .header-top-col-1 > .row {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .header-top-col-1, .header-top-col-3 {
    margin-top: -2px;
    padding-bottom: 8px;
  }
  .header-top-col-2 {
    -ms-flex: 0 0 154px;
    flex: 0 0 154px;
    max-width: 154px;
  }
  .header-controls {
    margin-left: -10px;
    margin-right: -10px;
  }
  .header-controls-item {
    margin: 0 10px;
  }
  .header-controls-item:nth-child(1) svg {
    width: 20px;
    height: auto !important;
  }
  .header-controls-item:nth-child(2) svg {
    width: 24px;
    height: auto !important;
  }
  .header-controls-item:nth-child(3) svg {
    width: 18px;
    height: auto !important;
  }
  .navbar-wrapper {
    display: none;
    position: fixed;
    left: 0;
    right: 0;
    top: 64px;
    bottom: 0;
    overflow: auto;
    background: #1c1c1c;
    z-index: 1000;
    padding: 0 0 0 0;
    border-top: 1px solid #fff;
  }
  .menu-open header {
    top: 0 !important;
  }
  .menu-open .header-logo {
    z-index: 1005;
    position: relative;
  }
  .menu-open .logo-furniture * {
    fill: #1C1C1C !important;
  }
  .menu-open .header-controls {
    position: relative;
    z-index: 1005;
  }
  .menu-open .header-controls svg *[stroke] {
    stroke: #1C1C1C !important;
  }
  .menu-open header {
    background: #fff;
    border-bottom-color: #E3E3E3;
  }
  .menu-open header:before {
    opacity: 0;
  }
  ul.navbar-nav {
    display: block;
    margin: 0;
  }
  ul.navbar-nav > li {
    margin: 0;
    padding: 0;
    border-bottom: 1px solid #414141;
  }
  .navbar-ttl,
  ul.navbar-nav > li.li-stock .navbar-ttl {
    font-size: 20px;
    line-height: 1;
    letter-spacing: 2px;
    padding: 18px 20px 18px 20px;
    position: relative;
    cursor: pointer;
    margin-top: 0;
    margin-bottom: 0;
  }
  ul.navbar-nav > li.li-stock .navbar-ttl a {
    background: #C09B4D;
    padding: 8px;
    margin: -8px 0;
    color: #fff !important;
  }
  ul.navbar-nav > li.li-stock .navbar-ttl a.active {
    background: none;
    color: #C09B4D !important;
  }
  .navbar-ttl a {
    color: #ffffff !important;
  }
  .menu-arrow svg {
    display: none;
  }
  .menu-arrow {
    width: 58px;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
  }
  .menu-arrow:before {
    content: "";
    width: 7px;
    height: 12px;
    background: url(../images/menu-arrow-mob.svg) center center no-repeat;
    position: absolute;
    left: 15px;
    top: 50%;
    margin-top: -6px;
  }
  .submenu {
    margin-top: 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    transition: -webkit-transform 0.5s ease;
    transition: transform 0.5s ease;
    transition: transform 0.5s ease, -webkit-transform 0.5s ease;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    opacity: 1 !important;
    top: 64px !important;
    bottom: 0 !important;
    left: auto !important;
    right: auto !important;
    position: fixed;
    width: 100% !important;
    box-shadow: none;
    z-index: 1005;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .submenu-content {
    -ms-flex-positive: 1;
    flex-grow: 1;
    overflow: auto;
  }
  .submenu.mob-open {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  .navbar-nav.submenu-open {
    overflow: hidden;
  }
  body.menu-open {
    overflow: hidden;
  }
  .submenu-back-link-wrapper {
    margin-top: -1px;
  }
  .submenu-back-link {
    cursor: pointer;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    background: #F5F5F5;
    color: #C09B4D;
    font-size: 14px;
    line-height: 1;
    padding: 12px 20px 12px 20px;
  }
  .submenu-back-link-ico {
    width: 25px;
    height: 25px;
    background: #fff;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 50%;
    margin: 0 10px 0 0;
  }
  .submenu-section-ttl {
    font-size: 16px;
    color: #C09B4D;
    background: none;
    padding: 30px 20px;
    -ms-flex: 0 0 23.8%;
    flex: 0 0 23.8%;
    max-width: 23.8%;
  }
  .submenu-section-content {
    padding: 30px 20px;
  }
  ul.sub-submenu {
    font-size: 15px;
    margin-left: -10px;
    margin-right: -10px;
  }
  ul.sub-submenu > li {
    margin-left: 10px;
    margin-right: 10px;
    -ms-flex: 0 0 calc(50% - 20px);
    flex: 0 0 calc(50% - 20px);
    max-width: calc(50% - 20px);
  }
  .submenu-section + .submenu-section:before {
    left: 20px;
    right: 20px;
  }
  .submenu-section:last-child:after {
    content: "";
    position: absolute;
    left: 20px;
    right: 20px;
    bottom: -1px;
    height: 1px;
    background: #E3E3E3;
  }
  .header-fixed .header-top-col-2 {
    -ms-flex: 0 0 100px;
    flex: 0 0 100px;
    max-width: 100px;
  }
  .header-bottom {
    margin: 0 !important;
  }
  .search-popup {
    display: none !important;
  }
  .header-search-wrapper {
    top: -42px;
  }
  .header-fixed .header-search-wrapper {
    top: -42px;
  }
}
@media (max-width: 479px) {
  .footer-top-col-1,
  .footer-top-col-2,
  .footer-top-col-3 {
    flex: 0 0 100%;
    max-width: 100%;
    text-align: center;
    margin-bottom: 20px;
  }
  
  .footer-top-col-4 {
    margin-top: 10px;
  }
}
@media (max-width: 767px) {
    .footer-top {
        flex-direction: row; /* Столбцы выстраиваются горизонтально */
        flex-wrap: wrap; /* Разрешаем перенос на новую строку */
    }

    .footer-top-col-1,
  .footer-top-col-2,
  .footer-top-col-3 {
    flex: 0 0 100%;
    max-width: 100%;
    text-align: center;
    margin-bottom: 20px;
  }
  
  .footer-top-col-4 {
    margin-top: 10px;
  }

  .search-mobile-form {
    border-bottom: 1px solid #E3E3E3;
  }
  .search-mobile-form input[type=text] {
    font-size: 14px;
    line-height: 1;
    text-transform: uppercase !important;
    font-weight: 500;
    height: 57px;
  }
  .header-callback {
    display: none;
  }
  .submenu-section {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .submenu-section-ttl {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding: 24px 20px;
    position: relative;
    cursor: pointer;
  }
  .submenu-section-ttl:after {
    content: "";
    width: 35px;
    height: 35px;
    background: url(../images/menu-arrow-mob.svg) center center no-repeat;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    position: absolute;
    right: 20px;
    top: 14px;
    transition: all 0.2s ease;
  }
  .submenu-section-ttl.active:after {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }
  .submenu-section-content {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    display: none;
    padding: 0 40px 27px 40px;
    margin-top: -7px;
  }
  ul.sub-submenu > li {
    margin-left: 0;
    margin-right: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  ul.sub-submenu {
    margin-left: 0;
    margin-right: 0;
  }
  .top-pic .img-desktop {
    display: none;
  }
  .top-pic .img-mob {
    display: block;
  }
  .top-pic img {
    max-height: initial;
  }
  .header-phones {
    display: none;
  }
  .header-buttons-mob {
    display: block;
    padding: 10px 20px 0 20px;
  }
  .header-buttons-mob .row {
    margin: 0;
  }
  .header-buttons-mob .col {
    padding: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .btn-header {
    font-size: 12px;
    font-weight: bold;
    line-height: 12px;
    letter-spacing: 1px;
    text-align: center;
    text-transform: uppercase;
    background: #C09B4D;
    color: #fff !important;
    text-decoration: none !important;
    border: 1px solid #C09B4D;
    width: 100%;
    display: block;
    padding: 11px 5px 10px 5px;
  }
  .btn-header-callback {
    background: transparent;
    color: #C09B4D !important;
  }
  .header-alt .btn-header-callback {
    background: rgba(28, 28, 28, 0.7);
  }
  .header-alt.header-fixed .btn-header-callback {
    background: transparent;
  }
  .page-header-content {
    padding-top: 118px;
  }
  .header-fixed .header-buttons-mob {
    margin-left: -20px;
    margin-right: -20px;
    background-color: #fff;
    
    padding: 11px 0 4px 0;
        padding-top: 11px;
        padding-right: 0px;
        padding-bottom: 4px;
        padding-left: 0px;
    
  }
  header {
    padding-bottom: 0 !important;
    transition: padding 0.3s ease, background-color 0.3s ease;
  }
  /*.header-fixed { 
    padding-top: 12px !important;
    padding-bottom: 0 !important;
    border-bottom: none;
  }*/
  .header-fixed .navbar-trigger {
    top: 12px;
  }
  .header-fixed .header-top-col-3 {
    padding-bottom: 0;
  }
  .header-controls-item:nth-child(1) {
    display: none !important;
  }
  .header-search-wrapper {
    display: none !important;
  }
  .header-top-col-1 .col-mob .header-controls-item:nth-child(1) {
    display: block !important;
  }
  .navbar-wrapper {
    top: 55px;
  }
}
@media (min-width: 768px) {
  .submenu-section-content {
    display: block !important;
  }
  .search-mobile-form {
    display: none;
  }
  .header-top-col-1 .col-mob {
    display: none;
  }
}
@media (min-width: 1024px) {
  .submenu-back-link-wrapper {
    display: none;
  }
  .navbar-wrapper {
    display: block !important;
  }
}
@media (min-width: 1365px) {
  .suggest-popup {
    width: 870px !important;
  }
}
footer {
  background: #161617;
  padding-top: 32px;
  padding-bottom: 50px;
  color: #fff;
}
.footer-top {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
}

.col {
  box-sizing: border-box;
  padding: 10px;
}

.footer-top-col-1 {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
  -ms-flex-order: 1;
  order: 1;
}

.footer-top-col-2 {
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
  -ms-flex-order: 2;
  order: 2;
}

.footer-top-col-3 {
  -ms-flex: 0 0 25%;
  flex: 0 0 35%;
  max-width: 35%;
  -ms-flex-order: 3;
  order: 3;
}

.footer-top-col-4 {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
  -ms-flex-order: 4;
  order: 4;
}

.footer-menu-list {
  list-style: none;
  padding: 0;
}

.footer-menu-list li {
  margin-bottom: 10px;
}

.footer-menu-list li a {
  text-decoration: none;
  color: inherit;
}

.footer-about h3 {
  margin-top: 0;
}

.footer-contacts-name, .footer-phones-item-phone, .footer-email a {
  font-weight: bold;
}
.footer-contacts {
  text-align: right;
}

.footer-contacts-name {
  font-family: "Kudryashev Headline", arial, sans-serif;
  font-size: 40px;
  line-height: 1.2;
  font-weight: normal;
  text-transform: uppercase;
  margin: 0 0 25px 0;
}

.footer-contacts-info {
  padding-top: 7px;
  color: #C09B4D;
}

.footer-phones-item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
}

.footer-phones-item-phone {
  font-family: "Kudryashev Headline", arial, sans-serif;
  font-size: 30px;
  line-height: 1.2;
  font-weight: normal;
  text-transform: uppercase;
  white-space: nowrap;
}

.footer-phones-item + .footer-phones-item {
  margin-top: 5px;
}

.footer-phones-item-phone a {
  color: #fff;
  text-decoration: none !important;
}

.footer-phones-item .btn-callback {
  font-size: 13px;
  line-height: 1.1;
  letter-spacing: 1.3px;
}

.footer-phones-item-button {
  border-left: 1px solid #C09B4D;
  margin: -2px 0 0 40px;
  padding: 3px 0 3px 20px;
}

.footer-email {
  margin-top: 9px;
  font-size: 30px;
}

.footer-email a {
  color: #C09B4D;
}

.footer-middle {
  margin-top: 30px;
  padding-top: 80px;
  border-top: 1px solid #29292B;
}

.footer-middle .col {
  -ms-flex: 0 0 16.666%;
  flex: 0 0 16.666%;
  max-width: 16.666%;
}

.footer-menu-ttl {
  font-size: 18px;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 1.8px;
  margin: 0 0 30px 0;
}

.footer-menu-ttl a {
  color: #fff;
  text-decoration: none !important;
}

ul.footer-menu-list {
  margin: 0;
  padding: 0;
  font-size: 20px;
  line-height: 1;
  letter-spacing: 0.1px;
}

ul.footer-menu-list > li {
  margin: 0;
  padding: 0;
}

ul.footer-menu-list > li + li {
  margin-top: 20px;
}

ul.footer-menu-list a {
  color: #7C7C7C;
  text-decoration: none;
}

.footer-menu-item {
  margin-bottom: 30px;
}

.footer-copy {
  font-size: 13px;
  line-height: 1.3;
  color: #7C7C7C;
  margin: 0 0 30px 0;
}

.footer-dev {
  text-decoration: none !important;
  display: -ms-flexbox;
  display: flex;
  font-size: 13px;
  line-height: 1.3;
  color: #fff;
}

.footer-dev-text {
  padding: 1px 0 0 10px;
}

.footer-soclinks {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 -10px;
}

.footer-soclinks-item {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 1px solid rgba(192, 155, 77, 0.2);
  margin: 0 10px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media (max-width: 1599px) {
  footer {
    padding-top: 23px;
    padding-bottom: 30px;
  }
  .footer-top {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
}

.col {
    box-sizing: border-box;
    padding: 10px;
}

.footer-top {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
}

.col {
  box-sizing: border-box;
  padding: 10px;
}

.footer-top-col-1 {
  flex: 0 0 30%;
  max-width: 30%;
}

.footer-top-col-2 {
  flex: 0 0 95%;
  max-width: 69%; 
}



.footer-top-col-4 {
  flex: 0 0 100%; /* Полная ширина - карта на отдельной строке */
  max-width: 100%;
  order: 5; /* Переносим ниже всех */
  margin-top: 30px;
}

.footer-menu-list {
  list-style: none;
  padding: 0;
}

.footer-menu-list li {
  margin-bottom: 10px;
}

.footer-menu-list li a {
  text-decoration: none;
  color: inherit;
}

.footer-about h3 {
  margin-top: 0;
}

.footer-contacts-name, .footer-phones-item-phone, .footer-email a {
  font-weight: bold;
}

.footer-logo-wrapper {
    width: 100%;
    height: auto;
}
  .footer-contacts-name {
    font-size: 30px;
    margin-bottom: 5px;
  }
  .footer-phones-item-phone {
    font-size: 30px;
  }
  .footer-phones-item-button {
    margin: -2px 0 0 20px;
  }
  .footer-phones-item .btn-callback {
    font-size: 12px;
    letter-spacing: 0;
  }
  .footer-contacts-info {
    padding-top: 5px;
  }
  .footer-middle {
    margin-top: 20px;
    padding-top: 30px;
  }
  .footer-menu-item {
    margin-bottom: 20px;
  }
  .footer-menu-ttl {
    font-size: 14px;
    letter-spacing: 2.8px;
    margin-bottom: 20px;
  }
  ul.footer-menu-list > li + li {
    margin-top: 15px;
  }
  .footer-copy {
    font-size: 12px;
    margin-bottom: 20px;
  }
  .footer-dev {
    font-size: 12px;
  }
  .footer-dev-text {
    padding: 1px 0 0 10px;
  }
  .footer-bottom {
    margin-top: 30px;
  }
}
@media (max-width: 1023px) {
  footer {
    padding-top: 34px;
  }
  .footer-top {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
}

.footer-top {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
}

.col {
  box-sizing: border-box;
  padding: 10px;
}

.footer-top-col-1,
  .footer-top-col-2,
  .footer-top-col-3 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  
  .footer-top-col-4 {
    margin-top: 20px;
  }

.footer-menu-list {
  list-style: none;
  padding: 0;
}

.footer-menu-list li {
  margin-bottom: 20px;
}

.footer-menu-list li a {
  text-decoration: none;
  color: inherit;
}

.footer-about h3 {
  margin-top: 0;
}

.footer-contacts-name, .footer-phones-item-phone, .footer-email a {
  font-weight: bold;
}

.footer-logo-wrapper {
    width: 100%;
    height: auto;
}
  .footer-contacts-name {
    font-size: 24px;
    margin-bottom: 10px;
  }
  .footer-phones-item-phone {
    font-size: 24px;
  }
  .footer-phones-item-button {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    margin: 14px 0 0 0;
    padding: 0;
    display: -ms-flexbox;
    display: flex;
    border: none;
  }
  .footer-email {
    font-size: 20px;
    margin: 12px 0 0 0;
    padding: 10px 0 0 0;
    position: relative;
  }
  .footer-email:before {
    content: "";
    width: 22px;
    height: 1px;
    background: #C09B4D;
    position: absolute;
    left: 0;
    top: 0;
  }
  .footer-middle {
    margin-top: 27px;
  }
  .footer-middle .col {
    -ms-flex: 0 0 33.333%;
    flex: 0 0 33.333%;
    max-width: 33.333%;
    margin-bottom: 30px;
  }
  .footer-bottom {
    margin-top: 0;
  }
}
@media (max-width: 767px) {
  footer {
    padding-top: 20px;
  }
  .footer-bottom {
    border-top: 1px solid #29292B;
    margin-top: 39px;
    margin-left: -20px;
    margin-right: -20px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 30px;
  }
  .footer-bottom-mob {
    display: block;
    text-align: center;
    margin-top: 20px;
  }
  .footer-top {
    flex-direction: row; /* Столбцы выстраиваются горизонтально */
    flex-wrap: wrap; /* Разрешаем перенос на новую строку */
}

.footer-top-col-1{
    flex: 1 1 30%; /* Первые три столбца занимают по 30% ширины */
    max-width: 30%; /* Ограничиваем ширину */
    text-align: center; /* Центрируем текст */
    order: 1;
}

.footer-top-col-2{
  flex: 1 1 30%; /* Первые три столбца занимают по 30% ширины */
  max-width: 30%; /* Ограничиваем ширину */
  text-align: center; /* Центрируем текст */
  order: 2;
}
.footer-top-col-3{
  flex: 1 1 40%; /* Первые три столбца занимают по 30% ширины */
  max-width: 40%; /* Ограничиваем ширину */
  text-align: center; /* Центрируем текст */
  order: 3;
}

.footer-top-col-4 {
    flex: 1 1 100%; /* Четвертый столбец занимает всю ширину */
    max-width: 100%;
    order: 4; /* Указываем порядок (должен быть больше, чем у первых трех) */
    margin-top: 20px; /* Добавляем отступ сверху для визуального разделения */
}

.footer-menu-list {
    list-style: none;
    padding: 0;
}

.footer-menu-list li {
    margin-bottom: 10px;
}

.footer-menu-list li a {
    text-decoration: none;
    color: inherit;
}

.footer-about h3 {
    margin-top: 0;
}

.footer-contacts-name, .footer-phones-item-phone, .footer-email a {
    font-weight: bold;
}
  .footer-contacts {
    text-align: center;
  }
  .footer-phones {
    margin-top: 12px;
  }
  .footer-phones-item-phone {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    text-align: center;
  }
  .footer-phones-item-button {
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 4px;
  }
  .footer-email {
    font-size: 20px;
    text-align: center;
    margin: 19px 0 0 0;
    padding: 12px 0 0 0;
  }
  .footer-email:before {
    left: 50%;
    margin-left: -13px;
    width: 26px;
  }
  .footer-middle {
    display: none;
  }
  .footer-dev {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .footer-dev-pic {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0;
  }
  .footer-dev-text {
    width: 220px;
    margin-left: auto;
    margin-right: auto;
    padding: 0;
    text-align: center;
    margin-top: 11px;
  }
}
.section-catalog-categories {
  padding: 32px 0 32px 0;
  border-bottom: 1px solid #E3E3E3;
}

.catalog-categories {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 5px;
}

.catalog-categories-mob {
  display: none;
}

.catalog-categories-tmb {
  display: block;
  -ms-flex: 0 0 166px;
  flex: 0 0 166px;
  max-width: 166px;
  margin: 0 15px;
  text-decoration: none !important;
  color: #1C1C1C;
  font-size: 14px;
  line-height: 1;
  font-weight: 600;
  text-transform: uppercase;
  text-align: center;
  position: relative;
  padding: 0 0 24px 0;
}

.catalog-categories-tmb.active {
  color: #C09B4D;
}

.catalog-categories-tmb-pic {
  margin: 0 0 15px 0;
}

.catalog-categories-tmb-pic img {
  width: 100%;
  height: auto;
  transition: all 0.2s ease;
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
}

.catalog-categories-tmb:hover img,
.catalog-categories-tmb.active img {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}

.catalog-categories-tmb-link {
  display: block;
  text-decoration: none !important;
  color: #1C1C1C;
  transition: all 0.2s ease;
}

.catalog-categories-tmb:hover .catalog-categories-tmb-link,
.catalog-categories-tmb.open .catalog-categories-tmb-link,
.catalog-categories-tmb.active .catalog-categories-tmb-link {
  color: #C09B4D;
}

.catalog-categories-arrow {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 3px;
  height: 20px;
  transition: all 0.2s ease;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}

.catalog-categories-arrow svg * {
  transition: all 0.2s ease;
}

.catalog-categories-arrow:hover svg *,
.catalog-categories-tmb.open .catalog-categories-arrow svg * {
  stroke: #C09B4D;
}

.catalog-categories-tmb.open .catalog-categories-arrow {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.catalog-categories-submenu {
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -129px;
  border-top: 2px solid #C09B4D;
  background: #FFF;
  box-shadow: 0px 4px 35px 0px rgba(0, 0, 0, 0.15);
  transition: opacity 0.2s ease, margin 0.2s ease;
  opacity: 0;
  margin-top: -10px;
  -webkit-transform: translateY(-10000px);
  transform: translateY(-10000px);
  z-index: 100;
  padding: 16px;
  width: 0;
  overflow: hidden;
}

.catalog-categories-tmb.open .catalog-categories-submenu {
  opacity: 1;
  margin-top: 0;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  width: 258px;
}

.catalog-categories-submenu ul {
  list-style: none;
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  padding: 0;
  margin: 0;
  text-transform: none;
}

.catalog-categories-submenu ul > li {
  padding: 0;
  margin: 0;
}

.catalog-categories-submenu ul > li + li {
  margin-top: 16px;
}

.catalog-categories-submenu ul > li:before {
  display: none;
}

.catalog-categories-submenu a {
  color: #1C1C1C;
  transition: all 0.15s ease;
  text-decoration: none !important;
}

.catalog-categories-submenu a:hover,
.catalog-categories-submenu a.active {
  color: #C09B4D;
}

.section-filter {
  padding-top: 32px;
  padding-bottom: 32px;
  border-bottom: 1px solid #E3E3E3;
}

.section-catalog {
  padding-top: 50px;
}

.catalog-list {
  margin-bottom: -120px;
}

.catalog-list .col {
  margin-bottom: 120px;
}

.catalog-list .col:not(.show-more-wrapper) {
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
}

.catalog-tmb {
  display: block;
}

.catalog-tmb-pic {
  display: block;
  padding-top: 100%;
  position: relative;
  margin: 0 0 10px 0;
  border: 1px solid rgba(142, 142, 142, 0.2);
  transition: all 0.15s ease;
}

.catalog-tmb-pic-inner {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  padding: 15px;
  transition: all 0.25s ease;
}

.catalog-tmb-pic-inner::after {
  content: "";
  position: absolute;
  top: -1px;
  bottom: -1px;
  left: -1px;
  right: -1px;
  border: 2px solid #A38038;
  opacity: 0;
  transition: opacity 0.15s ease;
}

@media screen and (min-width: 767px) {
  .catalog-tmb:hover .catalog-tmb-pic-inner::after {
    opacity: 1;
  }
}
.catalog-tmb-pic-inner:last-child:not(:first-child) {
  opacity: 0;
}

.catalog-tmb-pic:hover .catalog-tmb-pic-inner:first-child:not(:last-child) {
  opacity: 0;
}
.catalog-tmb-pic:hover .catalog-tmb-pic-inner:last-child:not(:first-child) {
  opacity: 1;
}

.catalog-tmb-pic-inner img {
  object-fit: contain;
  width: 100%;
  height: 100%;
  display: block;
}

.catalog-tmb-info {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -10px 6px -10px;
  color: #8E8E8E;
  font-size: 10px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

.catalog-tmb-info-item {
  margin: 0 0 4px 0;
  padding: 0 10px;
}

.in-stock {
  color: #459348;
}

.common-delivery {
  color: #3171C5;
}

.fast-delivery {
  color: #CD2F23;
}

.catalog-tmb-categories {
  font-size: 10px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: #C09B4D;
  margin: 0 -15px 4px -15px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.catalog-tmb-categories-item {
  text-decoration: none;
  color: #C09B4D;
  margin: 0 15px 10px 15px;
  position: relative;
}

.catalog-tmb-categories-item:not(:last-child):after {
  content: "";
  width: 1px;
  height: 10px;
  background: #C09B4D;
  position: absolute;
  right: -15px;
  top: 1px;
}

.catalog-tmb-descr-content {
  color: #1C1C1C;
  text-decoration: none !important;
  display: block;
}

.catalog-tmb h3,
.catalog-tmb .h3 {
  color: #1C1C1C;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.1; /* 15.4px */
  letter-spacing: 1px;
  text-transform: uppercase;
  margin: 0 0 14px 0;
}

.catalog-tmb-footer {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.catalog-tmb-footer-l {
  padding: 0 10px 0 0;
}

.catalog-tmb-footer-r {
  padding: 0 0 0 10px;
}

.catalog-tmb-price {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.catalog-tmb-price-new {
  font-variant-numeric: lining-nums proportional-nums;
  font-size: 20px;
  font-weight: bold;
  line-height: 25px;
  margin: 0 10px 0 0;
}

.catalog-tmb-price-old {
  color: #8E8E8E;
  font-variant-numeric: lining-nums proportional-nums;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 25px;
  text-decoration: line-through;
}

.catalog-tmb-price-request {
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.14em;
  text-align: left;
  text-transform: uppercase;
  color: #C09B4D;
  padding-top: 5px;
  min-height: 25px;
}

.catalog-tmb-fav {
  padding: 0 32px 0 0;
  cursor: pointer;
}

.catalog-tmb-fav svg * {
  transition: all 0.2s ease;
}

.catalog-tmb-fav.active svg * {
  stroke: #C09B4D;
  fill: #C09B4D;
}

.col.show-more-wrapper {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
}

.catalog-detail-col-1 {
  -ms-flex: 0 0 58.333%;
  flex: 0 0 58.333%;
  max-width: 58.333%;
  padding-right: 33px;
}

.catalog-detail-gallery {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: -50px -5px -5px 0;
}

.catalog-detail-gallery-item {
  -ms-flex: 0 0 calc(100% - 5px);
  flex: 0 0 calc(100% - 5px);
  max-width: calc(100% - 5px);
  margin: 0 5px 5px 0;
}

.catalog-detail-gallery:not(.even-items) .catalog-detail-gallery-item:nth-child(n+4) {
  -ms-flex: 0 0 calc(50% - 5px);
  flex: 0 0 calc(50% - 5px);
  max-width: calc(50% - 5px);
}

.catalog-detail-gallery-item-inner {
  max-height: 645px;
  min-height: 350px;
  background: #F5F5F5;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
}

.catalog-detail-gallery:not(.even-items) .catalog-detail-gallery-item:nth-child(n+4) .catalog-detail-gallery-item-inner {
  position: relative;
  padding-top: 100%;
  max-height: initial;
}

.catalog-detail-gallery-item img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  display: block;
}

.catalog-detail-gallery:not(.even-items) .catalog-detail-gallery-item:nth-child(n+4) img {
  max-width: initial;
  max-height: initial;
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  left: 0;
  top: 0;
}

.catalog-detail h1,
.catalog-detail .h1 {
  font-size: 35px;
  font-weight: bold;
  line-height: 1.1;
  letter-spacing: 1.75px;
  text-transform: uppercase;
  text-align: left;
  margin: 0 0 15px 0;
}

.catalog-detail-info {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  color: #8E8E8E;
  font-size: 12px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 1.8px;
  text-transform: uppercase;
  margin: 0 -15px 40px -15px;
}

.catalog-detail-info-item {
  margin: 0 15px 10px 15px;
}

.catalog-detail-price {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 0 30px 0;
}

.catalog-detail-price-new {
  margin: 0 18px 0 0;
  font-size: 30px;
  font-weight: bold;
  line-height: 25px;
}

.catalog-detail-price-old {
  color: #858181;
  font-size: 16px;
  font-weight: 600;
  line-height: 25px;
  text-decoration: line-through;
}

.catalog-detail-price-request {
  font-size: 20px;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #C09B4D;
  padding-bottom: 5px;
}

.catalog-detail-form-col-1,
.catalog-detail-form-col-2,
.catalog-detail-form-col-3,
.catalog-detail-form-col-4 {
  -ms-flex: 0 0 39.8%;
  flex: 0 0 39.8%;
  max-width: 39.8%;
}

.catalog-detail-form-col-5 {
  display: -ms-flexbox;
  display: flex;
}

.catalog-detail-fav {
  min-height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}

.catalog-detail-form .btn-cart,
.catalog-detail-form .btn-2 {
  width: 100%;
  white-space: normal;
}

.catalog-detail-form {
  margin-bottom: 50px;
}

.block-collapsible {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.block-collapsible:last-child {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.block-collapsible-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  cursor: pointer;
  -ms-flex-align: center;
  align-items: center;
  padding: 25px 0;
  transition: all 0.2s ease;
}

.block-collapsible-header h3,
.block-collapsible-header .h3 {
  font-size: 18px;
  font-style: normal;
  font-weight: bold;
  line-height: 1.1; /* 19.8px */
  letter-spacing: 2.7px;
  text-transform: uppercase;
  margin: 0 30px 0 0;
  transition: all 0.15s ease;
}

.block-collapsible-header:hover h3,
.block-collapsible-header:hover .h3 {
  color: #C09B4D;
}

.block-collapsible-arrow {
  -ms-flex: 0 0 25px;
  flex: 0 0 25px;
  max-width: 25px;
  height: 25px;
  -ms-flex-item-align: start;
  align-self: flex-start;
  position: relative;
  margin: -3px 0 -2px 0;
}

.block-collapsible-arrow:before,
.block-collapsible-arrow:after {
  content: "";
  position: absolute;
  background: #C09B4D;
  transition: all 0.2s ease;
}

.block-collapsible-arrow:before {
  height: 1px;
  top: 12px;
  left: 0;
  right: 0;
}

.block-collapsible-arrow:after {
  width: 1px;
  left: 12px;
  top: 0;
  bottom: 0;
}

.block-collapsible-content {
  display: none;
  padding-bottom: 25px;
  margin-top: -7px;
  position: relative;
}

.block-collapsible.active .block-collapsible-arrow:after {
  opacity: 0;
}
.block-collapsible.active .block-collapsible-content {
  display: block;
}

table.catalog-detail-data-table {
  margin: 0;
  width: auto;
}
table.catalog-detail-data-table td {
  padding: 5px 0;
  border: none;
}
table.catalog-detail-data-table td.name {
  color: #8E8E8E;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 1.8px;
  text-transform: uppercase;
  padding: 8px 30px 7px 0;
}
table.catalog-detail-data-table td.val {
  line-height: 1.2;
}

.catalog-colors {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -5px -10px -5px;
}

.catalog-colors-item {
  -ms-flex: 0 0 40px;
  flex: 0 0 40px;
  max-width: 40px;
  height: 40px;
  margin: 0 5px 10px 5px;
}

.block-collapsible h4,
.block-collapsible .h4 {
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  margin: 25px 0 15px 0;
}

.catalog-materials-item-popover {
  position: absolute;
  left: -100000px;
  bottom: 13px;
  visibility: hidden;
  background: #FFF;
  box-shadow: 0px 8px 13px -3px rgba(88, 88, 88, 0.25);
  padding: 5px;
  width: 150px;
  z-index: 100;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.2s ease;
}

.catalog-materials-item-popover-pic img {
  width: 100%;
  height: auto;
  display: block;
}

.catalog-materials-item-popover-caption {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.2;
  padding-top: 6px;
  padding-bottom: 2px;
}

.catalog-materials-item:hover .catalog-materials-item-popover {
  left: 33px;
  visibility: visible;
  opacity: 1;
}

.catalog-materials {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -5px -10px -5px;
}

.catalog-materials-item {
  -ms-flex: 0 0 40px;
  flex: 0 0 40px;
  max-width: 40px;
  height: 40px;
  margin: 0 5px 10px 5px;
  position: relative;
}

.catalog-materials-item-pic {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.catalog-materials-item-pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.catalog-slider-col {
  -ms-flex: 0 0 83.333%;
  flex: 0 0 83.333%;
  max-width: 83.333%;
  margin-left: auto;
  margin-right: auto;
}

.catalog-slider {
  overflow: visible;
}

.catalog-slider-over-wrapper {
  overflow: hidden;
}

.catalog-slider .swiper-pagination {
  display: none;
}

.message-empty-pic {
  width: 60px;
  height: 51px;
  margin: 0 auto 30px auto;
  background: url(../images/favorites-empty-pic.svg) 0 0 no-repeat;
  background-size: 100% 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 14px;
  font-weight: normal;
  color: #C09B4D;
}

.message-empty-ttl {
  text-align: center;
  font-size: 30px;
  font-weight: 600;
  line-height: 1.2; /* 36px */
  letter-spacing: 0.9px;
  text-transform: uppercase;
  margin: 0 0 30px 0;
}

.message-empty-button {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
}

.message-empty-button .btn {
  min-width: 232px;
}

.catalog-controls {
  display: none;
}

.cart-popup-tmb {
  display: -ms-flexbox;
  display: flex;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  padding: 15px 0 0 0;
}

.cart-popup-tmb-pic {
  -ms-flex: 0 0 150px;
  flex: 0 0 150px;
  max-width: 150px;
  margin: 0 30px 0 0;
}

.cart-popup-tmb-pic img {
  width: 100%;
}

.cart-popup-tmb h3,
.cart-popup-tmb .h3 {
  font-size: 14px;
  font-weight: bold;
  line-height: 1.1;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin: 0 0 0 0;
}

.cart-popup-tmb-descr {
  min-height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
}

.cart-popup-tmb .catalog-tmb-price {
  margin-top: 10px;
}

.catalog-categories-short {
  margin: 0 0 22px 0;
  padding-left: 15px;
  padding-right: 15px;
}
.catalog-categories-short .catalog-categories-tmb {
  -ms-flex: initial !important;
  flex: initial !important;
  max-width: initial !important;
  padding: 0;
  background: #F5F5F5;
  border-radius: 30px;
  margin: 0 5px 10px 5px;
  transition: all 0.15s ease;
  -ms-flex-preferred-size: 0 !important;
  flex-basis: 0 !important;
}
.catalog-categories-short .catalog-categories-tmb-link {
  padding: 12px 15px 13px 15px;
  transition: all 0.15s ease;
  white-space: nowrap;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.catalog-categories-short .catalog-categories-tmb.active,
.catalog-categories-short .catalog-categories-tmb:hover {
  background: #C09B4D;
}
.catalog-categories-short .catalog-categories-tmb.active .catalog-categories-tmb-link,
.catalog-categories-short .catalog-categories-tmb:hover .catalog-categories-tmb-link {
  color: #fff;
}
.catalog-categories-short .catalog-categories-tmb-content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-align: center;
  align-items: center;
}
.catalog-categories-short .catalog-categories-arrow {
  position: relative;
  left: auto;
  top: auto;
  bottom: auto;
  height: 30px;
  margin: 0 15px 0 -8px;
}
.catalog-categories-short .catalog-categories-arrow svg * {
  stroke: #C09B4D;
  transition: all 0.15s ease;
}
.catalog-categories-short .catalog-categories-tmb.active .catalog-categories-arrow svg *,
.catalog-categories-short .catalog-categories-tmb:hover .catalog-categories-arrow svg * {
  stroke: #fff;
}
.catalog-categories-short .catalog-categories-tmb.open .catalog-categories-submenu {
  -webkit-transform: translateY(5px);
  transform: translateY(5px);
}

.sticky-filter-trigger {
  display: none;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer;
}

.section-filter-fixed {
  padding: 0;
  border-top: 1px solid #E3E3E3;
  border-bottom: 1px solid #E3E3E3;
  z-index: 400 !important;
}
.section-filter-fixed .sticky-filter-trigger {
  padding: 14px 0 14px 0 !important;
  display: -ms-flexbox;
  display: flex;
}

.section-filter-fixed.open {
  z-index: 1000 !important;
}

.btn-sticky-filter {
  color: #C09B4D;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  text-align: left;
  position: relative;
  padding: 0 0 0 34px;
  text-transform: uppercase;
  height: 20px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

.btn-sticky-filter .ico {
  width: 23px;
  height: 20px;
  position: absolute;
  left: 0;
  top: 0;
  transition: all 0.15s ease;
}

.btn-sticky-filter .ico-active {
  opacity: 0;
}

.section-filter.open .btn-sticky-filter .ico {
  opacity: 0;
}
.section-filter.open .btn-sticky-filter .ico-active {
  opacity: 1;
}

.section-filter + .section-page-body {
  padding-top: 32px;
}

@media (max-width: 1919px) {
  .catalog-list .col:not(.show-more-wrapper) {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
}
@media (max-width: 1599px) {
  .catalog-detail-gallery-item-inner {
    max-height: 546px;
    min-height: 350px;
  }
}
@media (max-width: 1365px) {
  .catalog-detail h1, .catalog-detail .h1 {
    font-size: 28px;
    letter-spacing: 1.4px;
  }
  .catalog-detail-gallery {
    margin-top: -40px;
  }
  .catalog-detail-price-new {
    font-size: 24px;
    line-height: 25px;
  }
  .catalog-detail-price-old {
    font-size: 14px;
    line-height: 25px;
  }
  .catalog-detail-form .row {
    margin-left: -7px;
    margin-right: -7px;
  }
  .catalog-detail-form .col {
    padding-left: 7px;
    padding-right: 7px;
  }
  .catalog-detail-form-col-1, .catalog-detail-form-col-2, .catalog-detail-form-col-3, .catalog-detail-form-col-4 {
    -ms-flex: 0 0 44.8%;
    flex: 0 0 44.8%;
    max-width: 44.8%;
  }
  .catalog-slider-col {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .catalog-tmb h3, .catalog-tmb .h3 {
    letter-spacing: 0.14px;
    margin-bottom: 10px;
  }
  .catalog-tmb-categories {
    margin-bottom: 1px;
  }
  .catalog-tmb-price-new {
    font-size: 16px;
  }
  .catalog-tmb-price-old {
    font-size: 12px;
  }
  .catalog-tmb-fav {
    padding: 0 14px 0 0;
  }
  .catalog-tmb-fav svg {
    width: 20px;
    height: 20px;
  }
  .catalog-list {
    margin-bottom: -56px;
  }
  .catalog-list .col {
    margin-bottom: 56px;
  }
  .section-catalog {
    padding-top: 40px;
  }
  .message-empty-pic {
    width: 50px;
    height: 42px;
  }
  .message-empty-ttl {
    font-size: 24px;
    letter-spacing: 0.72px;
  }
  .section-catalog-categories {
    padding: 24px 0 32px 0;
  }
  .catalog-categories-tmb {
    -ms-flex: 0 0 106px;
    flex: 0 0 106px;
    max-width: 106px;
    margin-left: 10px;
    margin-right: 10px;
  }
  .catalog-categories-tmb-pic {
    margin: 0 0 10px 0;
  }
  .catalog-tmb-price-request {
    letter-spacing: 1px;
  }
  .catalog-detail-price-request {
    font-size: 16px;
    padding-bottom: 0;
  }
}
@media (max-width: 1023px) {
  .catalog-detail h1, .catalog-detail .h1 {
    font-size: 24px;
    letter-spacing: 1.2px;
  }
  .catalog-detail-gallery {
    margin: 0 -2px -2px 0;
  }
  .catalog-detail-gallery-item {
    margin: 0 2px 2px 0;
  }
  .catalog-detail-gallery-item-inner {
    max-height: 354px;
    min-height: 300px;
  }
  .section-catalog-detail {
    padding-top: 7px;
  }
  .catalog-detail-col-1 {
    -ms-flex: 0 0 51.3%;
    flex: 0 0 51.3%;
    max-width: 51.3%;
    padding-right: 20px;
  }
  .catalog-detail-col-2 {
    -ms-flex: 0 0 48.7%;
    flex: 0 0 48.7%;
    max-width: 48.7%;
    padding-left: 20px;
  }
  .catalog-detail-price-new {
    font-size: 20px;
    line-height: 25px;
  }
  .catalog-detail-price-old {
    font-size: 14px;
    line-height: 25px;
  }
  .catalog-detail-info {
    margin-bottom: 23px;
  }
  .catalog-detail-form-col-1, .catalog-detail-form-col-2, .catalog-detail-form-col-3, .catalog-detail-form-col-4 {
    -ms-flex: 0 0 87.8%;
    flex: 0 0 87.8%;
    max-width: 87.8%;
  }
  .catalog-detail-form-col-3 {
    margin-bottom: 20px;
  }
  .catalog-detail-form {
    margin-bottom: 34px;
  }
  .block-collapsible-header h3, .block-collapsible-header .h3 {
    font-size: 16px;
    letter-spacing: 2.4px;
  }
  .block-collapsible-arrow {
    margin: -5px 0 -3px 0;
  }
  .block-collapsible-content {
    margin-top: -13px;
    padding-bottom: 20px;
  }
  .catalog-colors-item {
    -ms-flex: 0 0 30px;
    flex: 0 0 30px;
    max-width: 30px;
    height: 30px;
  }
  .catalog-materials-item {
    -ms-flex: 0 0 30px;
    flex: 0 0 30px;
    max-width: 30px;
    height: 30px;
  }
  .block-collapsible h4, .block-collapsible .h4 {
    margin: 15px 0 10px 0;
  }
  .catalog-slider .swiper-pagination {
    display: -ms-flexbox;
    display: flex;
  }
  .catalog-slider-over-wrapper .swiper-button {
    display: none;
  }
  .catalog-list .col:not(.show-more-wrapper) {
    -ms-flex: 0 0 33.333%;
    flex: 0 0 33.333%;
    max-width: 33.333%;
  }
  .section-catalog {
    padding-top: 30px;
  }
  .message-empty-pic {
    width: 44px;
    height: 37px;
  }
  .message-empty-ttl {
    font-size: 20px;
    letter-spacing: 0.6px;
  }
  .section-catalog-categories,
  .section-filter {
    margin: 0 !important;
    padding: 0 !important;
    border: none !important;
  }
  .catalog-controls {
    display: block;
    padding: 24px 20px;
    margin-bottom: 0;
  }
  .section-filter + .section-page-body {
    padding-top: 8px;
  }
  .catalog-controls .row {
    -ms-flex-pack: center;
    justify-content: center;
  }
  .catalog-controls .col {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .btn-catalog-controls {
    border: 1px solid #C09B4D;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 14px;
    line-height: 1;
    font-weight: 600;
    color: #C09B4D;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px 20px;
    letter-spacing: 0;
    white-space: normal;
    height: 50px;
  }
  .btn-catalog-control-ico {
    width: 24px;
    height: 24px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: -5px 10px -5px 0;
  }
  .catalog-categories {
    display: block;
    margin: 0;
  }
  .catalog-categories-tmb {
    max-width: initial;
    margin: 0;
    border-bottom: 1px solid #E3E3E3;
    position: relative;
    padding: 0 0 20px 0;
    transition: all 0.2s ease;
    text-align: left;
  }
  .catalog-categories-tmb.open {
    background: #F5F5F5;
  }
  .catalog-categories-tmb-link {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding: 22px 80px 2px 20px;
  }
  .catalog-categories-tmb-pic {
    -ms-flex: 0 0 90px;
    flex: 0 0 90px;
    max-width: 90px;
    margin: 0 20px 0 0;
  }
  .catalog-categories-tmb-descr {
    font-size: 18px;
    font-weight: 600;
    line-height: 1;
    padding: 17px 0;
  }
  .catalog-categories-arrow {
    left: auto;
    right: 0;
    bottom: auto;
    top: 0;
    height: 96px;
    width: 56px;
  }
  .catalog-categories-arrow svg *[stroke] {
    stroke: #C09B4D;
  }
  .catalog-categories-submenu {
    position: relative;
    left: auto;
    top: auto;
    -webkit-transform: none !important;
    transform: none !important;
    display: none;
    opacity: 1 !important;
    box-shadow: none;
    width: auto !important;
    border: none;
    background: none;
    padding: 0 20px 20px 130px;
    margin-left: 0;
    margin-top: 0 !important;
  }
  .catalog-categories-submenu ul {
    text-align: left;
    font-size: 16px;
    line-height: 1;
    font-weight: 600;
  }
  .catalog-categories-short {
    display: none;
  }
  .section-filter .section-content {
    display: block !important;
    height: auto !important;
  }
  .sticky-filter-trigger {
    position: fixed;
    left: 0;
    right: 0;
    z-index: 50;
    background: #fff;
    border-top: 1px solid #E3E3E3;
    border-bottom: 1px solid #E3E3E3;
  }
  .section-filter-fixed .sticky-filter-trigger {
    padding: 9px 0 !important;
  }
  .catalog-categories {
    display: none;
  }
  .catalog-categories-mob {
    display: block;
  }
  .catalog-tmb-pic-inner {
    padding: 10px;
  }
}
@media (max-width: 767px) {
  .catalog-detail-col-1 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0 10px;
  }
  .catalog-detail-col-2 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0 10px;
  }
  .catalog-detail-gallery-wrapper {
    margin: 0 -20px 26px -20px;
    padding: 0 20px;
    overflow: hidden;
  }
  .catalog-detail-gallery {
    width: 82%;
    overflow: visible;
    margin: 0;
    display: block;
  }
  .catalog-detail-gallery-item {
    position: relative;
    margin: 0;
    max-width: initial !important;
    -ms-flex: initial !important;
    flex: initial !important;
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .catalog-detail-gallery-item-inner {
    padding-top: 100%;
    min-height: initial;
  }
  .catalog-detail-gallery-item img {
    position: absolute;
    object-fit: contain !important;
    object-position: center center;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
  }
  .catalog-detail-gallery-wrapper .swiper-pagination {
    margin-right: -21.9% !important;
  }
  .catalog-detail-form-col-1, .catalog-detail-form-col-2, .catalog-detail-form-col-3, .catalog-detail-form-col-4 {
    -ms-flex: 0 0 86.6%;
    flex: 0 0 86.6%;
    max-width: 86.6%;
  }
  .catalog-detail-form-col-5 {
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .catalog-slider-wrapper {
    margin: 0 -20px;
    padding: 0 20px;
    overflow: hidden;
  }
  .catalog-slider {
    margin: 0 !important;
    width: 82%;
  }
  .catalog-slider .swiper-pagination {
    margin-right: -21.9% !important;
  }
  .catalog-list {
    margin-bottom: -50px;
  }
  .catalog-list .col {
    margin-bottom: 50px;
  }
  .catalog-list .col:not(.show-more-wrapper) {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .catalog-tmb-fav {
    padding-right: 0;
  }
  .cart-popup-tmb-pic {
    margin-right: 20px;
  }
  .cart-popup-tmb .catalog-tmb-price-new {
    margin-right: 5px;
  }
  .catalog-detail-price-request {
    font-size: 14px;
  }
  .catalog-tmb {
    display: block;
  }
  .catalog-tmb-pic {
    margin-top: 0;
    display: block;
  }
  .catalog-tmb-info-item {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .catalog-tmb-footer {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .catalog-tmb-footer-l {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0;
  }
  .catalog-tmb-footer-r {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0;
  }
  .catalog-tmb-fav {
    margin-top: 5px;
  }
  .catalog-tmb-price-new {
    margin-right: 5px;
  }
  .catalog-detail-price-old {
    line-height: 20px;
  }
  .catalog-tmb-categories {
    margin-bottom: 11px;
    margin-left: -10px;
    margin-right: -10px;
  }
  .catalog-tmb-categories-item {
    -ms-flex: 0 0 calc(100% - 20px);
    flex: 0 0 calc(100% - 20px);
    max-width: calc(100% - 20px);
    margin-bottom: 5px;
    margin-left: 10px;
    margin-right: 10px;
  }
  .catalog-tmb-categories-item:after {
    display: none;
  }
  .catalog-detail {
    top: auto !important;
  }
  .catalog-controls {
    padding: 16px 20px;
  }
  .section-filter + .section-page-body {
    padding-top: 8px;
  }
}
@media (min-width: 1024px) {
  .catalog-categories-submenu {
    display: block !important;
  }
}
.catalog-detail-fav.active svg * {
  stroke: #C09B4D;
  fill: #C09B4D;
}

@media (min-width: 768px) {
  .catalog-detail-fav svg * {
    transition: all 0.15s ease;
  }
  .catalog-detail-fav:hover svg * {
    stroke: #C09B4D;
  }
  .catalog-detail-fav.active:hover svg * {
    fill: transparent !important;
  }
}
@media (min-width: 1023px) {
  .section-filter {
    z-index: 50;
    background: #fff;
  }
  .section-filter-fixed {
    position: fixed;
    left: 0;
    right: 0;
  }
  .section-filter-fixed .section-content {
    display: none;
  }
  .section-filter-fixed .section-content {
    padding: 10px 0 30px 0;
  }
}
@media (min-width: 768px) {
  .catalog-detail-sticky {
    position: -webkit-sticky;
    position: sticky;
  }
}
.catalog-slider:not(.swiper-initialized) {
  height: 23.854vw;
  overflow: hidden;
  opacity: 0;
}

@media (max-width: 1919px) {
  .catalog-slider:not(.swiper-initialized) {
    height: 28.917vw;
    overflow: hidden;
    opacity: 0;
  }
}
@media (max-width: 1023px) {
  .catalog-slider:not(.swiper-initialized) {
    height: 43.645vw;
    overflow: hidden;
    opacity: 0;
  }
}
@media (max-width: 767px) {
  .catalog-slider:not(.swiper-initialized) {
    height: 127.5vw;
    overflow: hidden;
    opacity: 0;
  }
}
.catalog-detail-gallery.four-items .catalog-detail-gallery-item:nth-child(n+3) {
  -ms-flex: 0 0 calc(50% - 5px);
  flex: 0 0 calc(50% - 5px);
  max-width: calc(50% - 5px);
}
.catalog-detail-gallery.four-items .catalog-detail-gallery-item:nth-child(n+3) .catalog-detail-gallery-item-inner {
  position: relative;
  padding-top: 100%;
  max-height: initial;
}
.catalog-detail-gallery.four-items .catalog-detail-gallery-item:nth-child(n+3) img {
  max-width: initial;
  max-height: initial;
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  left: 0;
  top: 0;
}

.catalog-detail-gallery.even-items .catalog-detail-gallery-item:nth-child(n+5) {
  -ms-flex: 0 0 calc(50% - 5px);
  flex: 0 0 calc(50% - 5px);
  max-width: calc(50% - 5px);
}
.catalog-detail-gallery.even-items .catalog-detail-gallery-item:nth-child(n+5) .catalog-detail-gallery-item-inner {
  position: relative;
  padding-top: 100%;
  max-height: initial;
}
.catalog-detail-gallery.even-items .catalog-detail-gallery-item:nth-child(n+5) img {
  max-width: initial;
  max-height: initial;
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  left: 0;
  top: 0;
}

.cart-item {
  border-top: 1px solid #D9E7EE;
  border-bottom: 1px solid #D9E7EE;
  padding: 5px 0;
}

.cart-item + .cart-item {
  margin-top: -1px;
}

.cart-col {
  max-width: 1046px;
  margin-left: auto;
  margin-right: auto;
}

.cart-sub-header {
  font-size: 14px;
  font-weight: bold;
  line-height: 1.1;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  margin: 0 0 12px 0;
}

.cart-item-grid {
  display: -ms-grid;
  display: grid;
  -webkit-column-gap: 20px;
  column-gap: 20px;
  -ms-grid-columns: 160px 20px auto 20px 180px 20px 160px 20px 20px;
  grid-template-columns: 160px auto 180px 160px 20px;
  grid-template-areas: "cart-item-pic cart-item-descr cart-item-count cart-item-price cart-item-remove";
  -ms-flex-align: center;
  align-items: center;
}

.cart-item-grid-item-1 {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: cart-item-pic;
}

.cart-item-grid-item-2 {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
  grid-area: cart-item-descr;
}

.cart-item-grid-item-3 {
  -ms-grid-row: 1;
  -ms-grid-column: 5;
  grid-area: cart-item-count;
}

.cart-item-grid-item-4 {
  -ms-grid-row: 1;
  -ms-grid-column: 7;
  grid-area: cart-item-price;
}

.cart-item-grid-item-5 {
  -ms-grid-row: 1;
  -ms-grid-column: 9;
  grid-area: cart-item-remove;
}

.cart-item-pic {
  width: 100%;
  padding-top: 100%;
  display: block;
  position: relative;
}

.cart-item-pic img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  object-fit: contain;
}

.cart-item-art {
  color: #8E8E8E;
  font-size: 10px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin: 0 0 10px 0;
}

.cart-item-category {
  color: #C09B4D;
  font-size: 10px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin: 0 0 15px 0;
}

.cart-item-category a {
  color: #C09B4D;
  text-decoration: none !important;
}

.cart-item h3,
.cart-item .h3 {
  color: #1C1C1C;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.1;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin: 0;
}

.cart-item h3 a,
.cart-item .h3 a {
  color: #1C1C1C;
  text-decoration: none !important;
  transition: all 0.15s ease;
}

.cart-item:hover h3 a,
.cart-item:hover .h3 a {
  color: #A38038;
}

.cart-item-price {
  text-align: right;
}

.cart-item-price-new {
  font-variant-numeric: lining-nums proportional-nums;
  font-size: 20px;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.25;
}

.cart-item-price-old {
  color: #8E8E8E;
  font-variant-numeric: lining-nums proportional-nums;
  font-size: 14px;
  font-style: normal;
  font-weight: bold;
  line-height: 1.25;
  text-decoration: line-through;
  margin-top: 4px;
}

.cart-total-wrapper {
  text-align: center;
  margin: 42px 0 0 0;
}

.cart-total-ttl {
  color: #858181;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.55;
  margin: 0 0 4px 0;
}

.cart-total-price {
  font-size: 30px;
  font-weight: bold;
  line-height: 1.1; /* 83.333% */
}

.cart-total-btn {
  margin: 26px 0 0 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
}

.cart-total-btn .btn {
  min-width: 232px;
}

.cart-item-remove {
  cursor: pointer;
}

.cart-item-remove svg * {
  transition: all 0.15s ease;
}

.cart-item-remove:hover svg * {
  fill: #A38038;
}

@media (max-width: 1023px) {
  .cart-item {
    padding: 7px 0;
  }
  .cart-item-grid {
    -ms-grid-columns: 110px auto 130px 132px 20px;
    grid-template-columns: 110px auto 130px 132px 20px;
  }
  .cart-item-price-new {
    font-size: 16px;
  }
  .cart-item-price-old {
    font-size: 12px;
    margin-top: 1px;
  }
  .cart-total-wrapper {
    margin: 24px 0 0 0;
  }
  .cart-total-ttl {
    font-size: 14px;
    margin: 0 0 6px 0;
  }
  .cart-total-price {
    font-size: 20px;
    font-weight: bold;
    line-height: 1.1;
  }
  .cart-total-btn {
    margin: 21px 0 0 0;
  }
}
@media (max-width: 767px) {
  .cart-item {
    padding: 10px 0 15px 0;
  }
  .cart-item-grid {
    -ms-flex-align: start;
    align-items: start;
    -ms-grid-columns: 93px 10px 30px 10px auto 10px 20px;
    grid-template-columns: 93px 30px auto 20px;
    -webkit-column-gap: 10px;
    column-gap: 10px;
    grid-template-areas: "cart-item-pic cart-item-descr cart-item-descr cart-item-descr" "cart-item-count cart-item-count cart-item-price cart-item-remove";
  }
  .cart-item-art {
    margin-top: 13px;
  }
  .cart-item-category {
    margin-bottom: 10px;
  }
  .cart-item h3, .cart-item .h3 {
    line-height: 1.3;
  }
  .cart-count-form {
    margin-top: 15px;
  }
  .cart-item-price {
    text-align: left;
    margin-top: 15px;
    min-height: 50px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .cart-item-remove {
    margin-top: 15px;
    min-height: 50px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .cart-item-grid-item-1 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .cart-item-grid-item-2 {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
    -ms-grid-column-span: 5;
  }
  .cart-item-grid-item-3 {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
  }
  .cart-item-grid-item-4 {
    -ms-grid-row: 2;
    -ms-grid-column: 5;
  }
  .cart-item-grid-item-5 {
    -ms-grid-row: 2;
    -ms-grid-column: 7;
  }
}
.page-header-article h1,
.page-header-article .h1 {
  font-size: 45px;
  line-height: 1.2;
  text-transform: none;
  font-weight: 600;
  letter-spacing: 0;
  margin: 0 0 30px 0;
}
.page-header-article .page-header-bottom .container {
  max-width: 1046px !important;
}

.page-header-date {
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.15em;
  text-align: center;
  color: #8E8E8E;
  text-transform: uppercase;
}

.blog-container {
  max-width: 1540px;
  margin-left: auto;
  margin-right: auto;
}

.col-sidebar-l {
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
}

.col-content {
  -ms-flex: 0 0 60%;
  flex: 0 0 60%;
  max-width: 60%;
}

.col-sidebar-r {
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
}

.sidebar-r-info-pic img {
  width: 100%;
  height: auto;
}

.blog-list {
  margin-bottom: -30px;
}
.blog-list .col {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
  margin-bottom: 30px;
}
.blog-list .blog-list-col-wide {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
.blog-list .show-more-wrapper {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
.blog-list .home-blog-tmb-inner {
  padding-top: 90.4977%;
}
.blog-list .blog-list-col-wide .home-blog-tmb-inner {
  padding-top: 66.2295%;
}

.article-lead {
  font-size: 24px;
  line-height: 1.5;
  font-weight: bold;
  margin: 30px 0;
}

.article-content {
  font-size: 18px;
}
.article-content > h2,
.article-content > .h2 {
  font-size: 30px;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 0.03em;
  text-align: left;
  margin: 80px 0 30px 0;
}
.article-content > h3,
.article-content > .h3 {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.25;
  letter-spacing: 0.1em;
  text-align: left;
  margin: 60px 0 20px 0;
  text-transform: uppercase;
}
.article-content > p:not(:last-child) {
  margin: 0 0 0.75em 0;
}
.article-content ul > li:before {
  top: 11px;
}

.article-pic-float {
  margin-top: 20px;
  margin-bottom: 20px;
  display: block;
  max-width: 48.6%;
  height: auto;
}

.article-pic-float-l {
  float: left;
  margin-right: 30px;
}

.article-pic-float-r {
  float: right;
  margin-left: 30px;
}

blockquote {
  display: block;
  margin: 80px 0;
  background: #F9F9F9;
  padding: 120px 30px 50px 30px;
  position: relative;
}

blockquote:before {
  content: "";
  width: 44px;
  height: 40px;
  background: url(../images/blockquote.svg) 0 0 no-repeat;
  position: absolute;
  top: 50px;
  left: 50%;
  margin-left: -22px;
}

blockquote:first-child {
  margin-top: 0 !important;
}

blockquote:last-child {
  margin-bottom: 0 !important;
}

.blockquote-text {
  font-family: "Kudryashev Headline", arial, sans-serif;
  font-size: 32px;
  line-height: 1.1;
  font-weight: normal;
  text-align: center;
  letter-spacing: 0;
}

.photo-swiper:not(.swiper-initialized) {
  height: 38.408vw;
  overflow: hidden;
  opacity: 0;
}

.photo-swiper img {
  width: 100%;
  height: auto;
}

.swiper-over-wrapper {
  position: relative;
}
.swiper-over-wrapper .swiper-button-prev {
  left: -25px;
}
.swiper-over-wrapper .swiper-button-next {
  right: -25px;
}

.article-video {
  margin: 30px 0;
  position: relative;
  padding-top: 56.4%;
}
.article-video iframe {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100% !important;
  height: 100% !important;
  display: block;
}

.article-video:first-child {
  margin-top: 0 !important;
}

.article-video:last-child {
  margin-bottom: 0 !important;
}

.catalog-slider-2 .swiper-pagination {
  display: none;
}

.interview {
  font-size: 16px;
  line-height: 1.5;
}

.interview-question {
  font-weight: bold;
  margin: 0 0 15px 0;
}

.interview-answer {
  margin: 0 0 15px 0;
}

.col-sidebar-r h3,
.col-sidebar-r .h3 {
  font-family: Vela Sans;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.25;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin: 80px 0 20px 0;
}

.blog-list-short-tmb {
  text-decoration: none !important;
  color: #1C1C1C;
  transition: all 0.15s ease;
  display: block;
}

.blog-list-short-tmb:hover {
  color: #C09B4D;
}

.blog-list-short-tmb + .blog-list-short-tmb {
  border-top: 1px solid #D9E7EE;
  padding-top: 20px;
  margin-top: 20px;
}

.blog-list-short-tmb-date {
  font-size: 10px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.15em;
  text-align: left;
  margin: 0 0 10px 0;
  text-transform: uppercase;
  color: #8E8E8E;
}

.blog-list-short-tmb-ttl {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: 0.1em;
  text-align: left;
  text-transform: uppercase;
}

@media (max-width: 1919px) {
  .col-sidebar-l {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-content {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sidebar-r {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .article-content {
    font-size: 16px;
  }
  .article-content .article-pic {
    margin: 60px 0;
  }
  .article-content > h2,
  .article-content > .h2 {
    margin: 60px 0 30px 0;
  }
  .article-content > h3,
  .article-content > .h3 {
    margin: 40px 0 20px 0;
  }
  .article-content ul > li:before {
    top: 9px;
  }
  .article-content ol > li:before {
    top: 0;
  }
  .article-lead {
    font-size: 22px;
  }
  .article-pic-float {
    margin-top: 15px;
    margin-bottom: 15px;
    max-width: 48.2%;
  }
  blockquote {
    margin: 60px 0;
  }
  .blockquote-text {
    font-size: 28px;
  }
  .catalog-slider-2 .catalog-tmb h3,
  .catalog-slider-2 .catalog-tmb .h3 {
    letter-spacing: 0;
    margin-bottom: 10px;
  }
  .catalog-slider-2 .catalog-tmb-price-new {
    font-size: 16px;
  }
  .catalog-slider-2 .catalog-tmb-price-old {
    font-size: 12px;
  }
  .catalog-slider-2 .catalog-tmb-fav {
    padding-right: 20px;
  }
  .catalog-slider-2 .catalog-tmb-fav svg {
    width: 20px;
    height: auto;
  }
  .col-sidebar-r h3, .col-sidebar-r .h3 {
    margin: 60px 0 15px 0;
  }
}
@media (max-width: 1365px) {
  .blog-list {
    margin-bottom: -20px;
  }
  .blog-list .col {
    margin-bottom: 20px;
  }
  .page-header-article h1,
  .page-header-article .h1 {
    font-size: 35px;
    margin-bottom: 20px;
  }
  .page-header-date {
    font-size: 10px;
  }
  .col-sidebar-r h3, .col-sidebar-r .h3 {
    font-size: 18px;
  }
  .blog-list-short-tmb-ttl {
    font-size: 14px;
  }
  .blog-list-short-tmb + .blog-list-short-tmb {
    margin-top: 15px;
    padding-top: 15px;
  }
  .article-content {
    font-size: 14px;
  }
  .article-content .article-pic {
    margin: 40px 0;
  }
  .article-content > h2,
  .article-content > .h2 {
    font-size: 24px;
    margin: 40px 0 20px 0;
  }
  .article-content > h3,
  .article-content > .h3 {
    font-size: 20px;
    margin: 30px 0 15px 0;
  }
  .article-content ul > li:before {
    top: 8px;
  }
  .article-content ol > li:before {
    font-size: 14px;
  }
  .article-pic-float {
    margin-top: 10px;
    margin-bottom: 10px;
    max-width: 48.2%;
  }
  .article-pic-float-l {
    margin-right: 20px;
  }
  .article-pic-float-r {
    margin-left: 20px;
  }
  .article-lead {
    font-size: 18px;
    margin: 20px 0;
  }
  blockquote {
    margin: 40px 0;
  }
  .blockquote-text {
    font-size: 24px;
  }
  .article-video {
    margin: 20px 0;
  }
  .catalog-slider-2 .catalog-tmb-fav {
    padding-right: 10px;
  }
  .interview {
    font-size: 14px;
  }
  .blog-list-short-tmb-ttl {
    font-size: 14px;
    letter-spacing: 0.01em;
  }
}
@media (max-width: 1023px) {
  .col-sidebar-l {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .col-content {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .col-sidebar-r {
    display: none;
  }
  .blog-list .blog-list-col-wide {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .blog-list .blog-list-col-wide .home-blog-tmb-inner {
    padding-top: 90.4977%;
  }
  .page-header-article h1,
  .page-header-article .h1 {
    font-size: 26px;
  }
  .article-lead {
    font-size: 16px;
  }
  blockquote {
    padding: 78px 30px 30px 30px;
  }
  blockquote:before {
    top: 30px;
    width: 30px;
    height: 28px;
    background-size: 100% 100%;
    margin-left: -15px;
  }
  .photo-swiper-over-wrapper .swiper-button {
    display: none;
  }
  .photo-swiper-over-wrapper .swiper-pagination {
    display: -ms-flexbox;
    display: flex;
  }
  .catalog-slider-2-over-wrapper .swiper-button {
    display: none;
  }
  .catalog-slider-2-over-wrapper .swiper-pagination {
    display: -ms-flexbox;
    display: flex;
  }
}
@media (max-width: 767px) {
  .blog-list {
    margin-bottom: -10px;
  }
  .blog-list .col {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 10px;
  }
  .blog-list .blog-list-col-wide {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .page-header-article h1,
  .page-header-article .h1 {
    text-align: left;
    margin-bottom: 15px;
  }
  .page-header-date {
    text-align: left;
  }
  .article-content > h2,
  .article-content > .h2 {
    font-size: 24px;
  }
  .article-pic-float {
    float: none !important;
    margin-right: 0 !important;
    margin-left: 0 !important;
    margin-top: 20px;
    margin-bottom: 20px;
    width: 100%;
    max-width: initial;
    height: auto;
  }
  blockquote {
    padding: 120px 30px 50px 30px;
  }
  blockquote:before {
    width: 44px;
    height: 40px;
    margin-left: -22px;
    top: 50px;
  }
}
.btn-1:hover,
.btn-2:hover {
  outline-color: #A38038;
  color: #fff;
  box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0) inset, #A38038 0 0px 0px 40px inset !important;
}

.btn-1:active,
.btn-2:active {
  color: #fff;
  outline-color: #A38038;
  box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.15) inset, #A38038 0 0px 0px 40px inset !important;
}

.btn-2:focus {
  outline-color: #C09B4D;
}

.btn-2:active .btn-ico svg *,
.btn-2:hover .btn-ico svg * {
  stroke: #fff;
}

@media (min-width: 768px) {
  .footer-email a {
    transition: all 0.15s ease;
  }
  .footer-email a:hover {
    color: #fff;
    text-decoration: none;
  }
  footer .btn-callback {
    transition: all 0.15s ease;
  }
  footer .btn-callback:hover {
    color: #fff;
    text-decoration: none;
  }
  footer .btn-callback svg * {
    transition: all 0.15s ease;
  }
  footer .btn-callback:hover svg * {
    stroke: #fff;
    fill: #fff;
  }
  footer .footer-menu-ttl a {
    transition: all 0.15s ease;
  }
  footer .footer-menu-ttl a:hover {
    color: #C09B4D;
    text-decoration: none;
  }
  footer .footer-menu-list a {
    transition: all 0.15s ease;
  }
  footer .footer-menu-list a:hover {
    color: #C09B4D;
  }
  footer .footer-dev {
    transition: all 0.15s ease;
  }
  footer .footer-dev:hover {
    color: #C09B4D;
    text-decoration: none;
  }
  footer .footer-dev svg * {
    transition: all 0.15s ease;
  }
  footer .footer-dev:hover svg * {
    fill: #C09B4D;
  }
  footer .footer-soclinks-item {
    transition: all 0.15s ease;
  }
  footer .footer-soclinks-item:hover {
    border-color: #C09B4D;
    background-color: #C09B4D;
  }
  footer .footer-soclinks-item svg * {
    transition: all 0.15s ease;
  }
  footer .footer-soclinks-item:hover svg *[stroke] {
    stroke: #fff;
  }
  .navbar-ttl a {
    transition: all 0.15s ease;
  }
  .navbar-ttl a:hover,
  .header-alt:not(.header-fixed) .navbar-ttl a:hover,
  .navbar-ttl a.active,
  .header-alt:not(.header-fixed) .navbar-ttl a.active {
    color: #C09B4D;
  }
  .menu-arrow svg * {
    transition: all 0.15s ease;
  }
  .has-submenu:hover .menu-arrow svg * {
    stroke: #C09B4D;
  }
  .sub-submenu a {
    transition: all 0.15s ease;
  }
  .sub-submenu a:hover,
  .sub-submenu a.active {
    color: #C09B4D;
  }
  header .btn-callback {
    transition: all 0.15s ease;
  }
  header .btn-callback:hover {
    color: #A38038;
    text-decoration: none;
  }
  header .btn-callback svg * {
    transition: all 0.15s ease;
  }
  header .btn-callback:hover svg * {
    stroke: #A38038;
  }
  header .header-controls-item svg *[stroke] {
    transition: all 0.15s ease;
  }
  header .header-controls-item:hover svg *[stroke] {
    stroke: #A38038;
  }
  header .header-phones-item:hover {
    color: #1C1C1C;
  }
  header .header-alt:not(.header-fixed) .header-phones-item:hover {
    color: #000;
  }
  .home-categories-tmb-pic:after {
    transition: all 0.5s ease;
  }
  .home-categories-tmb:hover .home-categories-tmb-pic:after {
    opacity: 0;
  }
  .home-categories-tmb-pic:before {
    content: "";
    position: absolute;
    z-index: 10;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: linear-gradient(0deg, rgba(192, 155, 77, 0.75) 0%, rgba(192, 155, 77, 0) 100%);
    transition: all 0.5s ease;
    opacity: 0;
  }
  .home-categories-tmb:hover .home-categories-tmb-pic:before {
    opacity: 1;
  }
  .home-categories-tmb:hover .home-categories-tmb-letter {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  .style-tmb-pic:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 23.758%;
    background: linear-gradient(0deg, rgba(192, 155, 77, 0.85) 0%, rgba(192, 155, 77, 0) 100%);
    transition: all 0.5s ease;
    z-index: 15;
    opacity: 0;
  }
  .style-tmb:hover .style-tmb-pic:before {
    opacity: 1;
  }
  .modal .close svg * {
    transition: all 0.15s ease;
  }
  .modal .close:hover svg * {
    stroke: #C09B4D;
  }
  .catalog-tmb-descr-content {
    color: #1C1C1C !important;
    text-decoration: none !important;
  }
  .catalog-tmb-descr-content h3,
  .catalog-tmb-descr-content .h3 {
    transition: all 0.15s ease;
  }
  .catalog-tmb:hover h3,
  .catalog-tmb:hover .h3 {
    color: #C09B4D;
  }
  .catalog-tmb-fav svg * {
    transition: all 0.15s ease;
  }
  .catalog-tmb-fav:hover svg * {
    stroke: #C09B4D;
  }
  .catalog-tmb-fav.active:hover svg * {
    stroke: #C09B4D;
    fill: transparent !important;
  }
  .catalog-tmb:hover .catalog-tmb-pic {
    border-color: rgba(192, 155, 77, 0.3);
  }
  .brand-tmb-all-link {
    transition: all 0.15s ease;
  }
  .brand-tmb-all-link:hover {
    color: #A38038;
  }
  .brand-tmb-all-link-ico {
    transition: all 0.15s ease;
  }
  .brand-tmb-all-link:hover .brand-tmb-all-link-ico {
    background: #A38038;
  }
  .brands-tmb-descr h3 a {
    transition: all 0.15s ease;
  }
  .brands-tmb-descr h3 a:hover {
    color: #C09B4D;
  }
  ul.alpha-menu a {
    transition: all 0.15s ease;
  }
  ul.alpha-menu a:not(.inactive):hover {
    color: #A38038;
  }
  .home-blog-tmb:hover .home-blog-tmb-descr:before {
    opacity: 0;
  }
  .home-blog-tmb:hover .home-blog-tmb-descr:after {
    opacity: 1;
  }
  .home-blog-tmb:hover .home-blog-tmb-date {
    color: #fff;
  }
  .home-categories-tmb:hover h3,
  .home-categories-tmb:hover .h3 {
    color: #C09B4D;
  }
}
@media (max-width: 767px) {
  .header-alt .header-bottom {
    background: #000 !important;
  }
  
  .navbar-nav .navbar-ttl a {
    color: #ffffff !important; /* Золотой цвет как в футере */
    font-family: 'Arial', Helvetica; /* Добавить при необходимости */
  }
  
  .navbar-trigger span {
    background: #C09B4D; /* Цвет иконки бургера */
  }
  .footer-logo-wrapper iframe {
    width: 100% !important;
    height: 250px !important; /* Фиксированная высота для мобильных */
  }
  .footer-top-col-1,
  .footer-top-col-2,
  .footer-top-col-3 {
    flex: 0 0 100%;
    max-width: 100%;
    text-align: center;
    margin-bottom: 20px;
  }
  
  .footer-top-col-4 {
    margin-top: 10px;
  }
}
/* Для мобильных устройств */
@media (max-width: 768px) {
  .my-unique-slider,
  .home-slider .swiper-slide img {
    height: 80%;
  }
}
/* Стили для модального окна */
.modal {
    display: none;
    position: fixed;
    z-index: 10000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    overflow: auto;
}

.modal.show {
    display: block;
}

.modal-dialog {
    position: relative;
    width: 90%;
    max-width: 500px;
    margin: 50px auto;
    pointer-events: none;
}

.modal-content {
    position: relative;
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.3);
    pointer-events: auto;
}

.modal-header {
    padding: 15px 20px;
    border-bottom: 1px solid #e9ecef;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #f8f9fa;
    border-radius: 8px 8px 0 0;
}

.modal-title {
    margin: 0;
    font-size: 1.25rem;
    font-weight: 600;
    color: #333;
}

.close {
    background: none;
    border: none;
    font-size: 1.5rem;
    cursor: pointer;
    opacity: 0.7;
    color: #000;
    line-height: 1;
}

.close:hover {
    opacity: 1;
}

.modal-body {
    padding: 20px;
}

.form-group {
    margin-bottom: 1rem;
}

.form-group label {
    display: block;
    margin-bottom: 0.5rem;
    font-weight: 500;
    color: #333;
}

.form-control {
    width: 100%;
    padding: 10px 12px;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 14px;
    box-sizing: border-box;
}

.form-control:focus {
    border-color: #C09B4D;
    outline: none;
    box-shadow: 0 0 0 2px rgba(0, 123, 255, 0.25);
}

.btn-primary {
    background-color: #C09B4D;
    color: white;
    border: none;
    padding: 12px 24px;
    border-radius: 4px;
    cursor: pointer;
    font-size: 16px;
    width: 100%;
    transition: background-color 0.3s;
}

.btn-primary:hover {
    background-color: #414141;
}

.btn-primary:disabled {
    background-color: #6c757d;
    cursor: not-allowed;
}
/*# sourceMappingURL=common.css.map */
