/*THEME COLOR #EACB7E*/
.tt-u {
  text-transform: uppercase;
}

::-moz-selection {
  background: #f9bb6e;
}

::selection {
  background: #f9bb6e;
}

a:hover,
a:active,
a:focus,
label:hover {
  color: #EACB7E;
  text-decoration: none;
}

/* start header */
.header__container {
  color: #fff;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.7142857;
  transition: all 0.3s ease-in-out;
}

.header__container a {
  color: #fff;
  transition: all 0.3s ease-in-out;
}

.header__container a:hover {
  color: #EACB7E;
}

.header-top {
  padding-top: 22px;
  padding-bottom: 17px;
  background-color: rgba(37, 37, 37, 0);
  transition: all 0.3s ease-in-out;
  position: relative;
  z-index: 1265;
  border-bottom: 1px solid #ffffff;
}

.header-top__row {
  align-items: center;
}

.header__desktop {
  top: 0;
  left: 0;
  right: 0;
  position: fixed;
  z-index: 1250;
  transition: all 0.3s ease-in-out;
}

.header-transp .header__desktop:after,
.main-page .header__desktop:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  box-shadow: 0 0 100px 100px rgba(37, 37, 37, 0.7);
}

.header__desktop:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(37, 37, 37, 0);
  transition: all 0.3s ease-in-out;
}

.header__desktop.backgroundize:before,
.header__desktop:hover:before {
  background-color: #252525;
}

.inner-page:not(.header-transp) .header__desktop {
  background: #252525 50% 50% no-repeat;
  background-size: cover;
}

.overlay {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(37, 37, 37, 0.6);
  z-index: 1270;
}

.header__menu {
  position: relative;
  z-index: 1253;
  transition: all .3s ease-in-out;
}

.header__menu .overlay {
  display: none;
}

.inner-page:not(.header-transp) .header__container {
  height: 114px;
  margin-bottom: 70px;
}

.inner-page.header-transp .header__container {
  height: 0 !important;
  margin-bottom: 0 !important;
}

.lead-page-head-transp {
  padding-top: 0 !important;
}

.header-transp .visual-page-head {
  padding-top: 184px;
}

.header-logo {
  max-width: 111px;
  flex: 0 0 111px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.logo-link {
  display: block;
  position: relative;
  padding: 10px;
  margin: -10px;
}

.logo {
  display: block;
  height: auto;
  max-width: 100%;
  transition: none;
  filter: invert(100%);
}

.logo-link:hover .logo {
  filter: invert(93%) sepia(34%) saturate(6006%) hue-rotate(307deg) brightness(115%) contrast(83%);
}

.preloader {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  background: #252525;
  opacity: 1;
  z-index: 9999;
  transition: 0.3s opacity;
}

.preloader__bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 60px;
  left: 0;
  background: 50% 50% no-repeat;
  background-size: cover;
  transform: scale(1.6);
  filter: blur(16px);
  opacity: 0.8;
}

.preloader__el {
  position: relative;
  top: 50%;
  left: 50%;
  margin-top: -35px;
  margin-left: -35px;
  text-align: center;
  transform: inherit;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  animation: rotate 1s linear infinite;
}

.preloader__el::before {
  content: "";
  box-sizing: border-box;
  position: absolute;
  inset: 0;
  border-radius: 50%;
  border: 4px solid #FFF;
  animation: prixClipFix 2s linear infinite;
}

@keyframes rotate {
  100% {
    transform: rotate(360deg);
  }
}

@keyframes prixClipFix {
  0% {
    clip-path: polygon(50% 50%, 0 0, 0 0, 0 0, 0 0, 0 0);
  }

  25% {
    clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 0, 100% 0, 100% 0);
  }

  50% {
    clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 100%, 100% 100%, 100% 100%);
  }

  75% {
    clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 100%, 0 100%, 0 100%);
  }

  100% {
    clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 100%, 0 100%, 0 0);
  }
}

/*.preloader__image {
  position: relative;
  top: 50%;
  left: 50%;
  width: 70px;
  height: 70px;
  margin-top: -35px;
  margin-left: -35px;
  text-align: center;
  animation: preloader-rotate 2s infinite linear;
  transform: inherit;
}

@keyframes preloader-rotate {
  100% {
    transform: rotate(360deg);
  }
}*/
.loaded .preloader {
  opacity: 0;
}

.header-menu {
  max-width: 100%;
  position: relative;
}

.hm-nav {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 20px;
}

.header-menu a {
  display: block;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 0.06em;
  line-height: 1.3571429;
}

.header-menu a br {
  display: none;
}

.hm-nav>li {
  margin-left: -15px;
  margin-right: -15px;
}

.hm-nav>li>a,
.hm-nav>li>span>a {
  text-transform: uppercase;
  padding: 18px 15px 15px;
}

.hm-sub-o {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  width: 100%;
  display: none;
  z-index: 9999;
  opacity: 1;
}

.hm-nav>li.active>a,
.hm-nav>li.subnav-show>a,
.hm-nav>li:hover>a,
.hm-nav>li:focus-within>a,
.hm-nav>li.active>span>a,
.hm-nav>li.subnav-show>span>a,
.hm-nav>li:hover>span>a,
.hm-nav>li:focus-within>span>a {
  color: #EACB7E;
}

.header__menu .overlay {
  top: 114px;
}

.readmore-hide.readmore-wrap {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.hm-sub {
  position: relative;
  z-index: 1280;
  margin: 0 calc((100vw - 100%) / -2);
  padding: 0 calc((100vw - 100%) / 2) 30px;
  background: #252525;
  max-height: calc(100vh - 114px - 50px);
  overflow-y: auto;
}

.hm-sub-nav {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 100px) / 6), 1fr));
  gap: 20px;
  position: relative;
  list-style: none;
  margin: 0;
  padding: 0;
}

.hm-sub-nav+.hm-sub-nav {
  margin-top: 20px;
}

.hm-sub-nav li a {
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: calc((100vw - 80px - 100px) / 6);
  border: 1px solid rgba(255, 255, 255, 0.2);
  text-align: center;
  text-decoration: none;
  color: #ffffff;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  padding: 20px 20%;
  transition: all 0.75s ease-in-out;
}

.hm-sub-nav li a .txt {
  position: relative;
}

.hm-sub-nav li a:hover {
  padding-top: calc((100vw - 80px - 100px) / 12);
  color: #ffffff;
  transition: all 1s ease-in-out;
}

.hm-sub-nav li.active>a,
.hm-sub-nav li a:focus {
  color: #EACB7E;
  border-color: #EACB7E;
}

.hmsn-item-bg {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  opacity: 0;
  background: transparent 50% 50% no-repeat;
  background-size: cover;
  transition: all 0.75s 0.33s ease-in-out;
}

a:hover .hmsn-item-bg {
  opacity: 1;
  transition: all 1s 0.5s ease-in-out;
}

.hm-sub-tabs {
  margin-top: 30px;
  width: 770px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.hm-sub-tabs .hsn-gal-item {
  min-width: auto;
  flex: 0 0 calc((100% - 50px) / 6);
  max-width: calc((100% - 50px) / 6);
}

.hm-sub-tabs .nav-tabs {
  margin-top: 30px;
}

.tab-unactive {
  display: none;
}

.nav-tabs {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  font-size: 30px;
  line-height: 1;
  list-style: none;
  padding: 0;
}

.nav-tabs a {
  color: #7A7A7A;
  font-size: 30px;
  line-height: 1;
}

.nav-tabs a.tab-link {
  text-transform: uppercase;
  display: block;
  position: relative;
  color: #7A7A7A;
}

.nav-tabs a.tab-link:hover {
  color: #EACB7E;
}

.nav-tabs a.tab-link:after {
  content: '';
  opacity: 1;
  position: absolute;
  bottom: 1px;
  left: 0;
  right: 0;
  border-bottom: 1px solid currentColor;
  transition: all .3s ease-in-out;
}

.nav-tabs a.tab-link:focus,
.nav-tabs li.active .tab-link {
  color: #ffffff;
}

.nav-tabs a.tab-link:focus:after,
.nav-tabs li.active .tab-link:after {
  opacity: 0;
}

.header__status {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  position: relative;
  gap: 20px;
}

.header__status-right {
  justify-content: flex-end;
}

.header__status-item {
  width: 18px;
  height: 18px;
  position: relative;
}

.status__link {
  width: 100%;
  height: 18px;
  position: relative;
  display: block;
}

.status__link-sr {
  text-indent: -9999px;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  text-align: left;
  z-index: -1;
}

.status__link:after {
  position: absolute;
  content: '';
  top: -10px;
  left: -10px;
  right: -10px;
  bottom: -10px;
}

.status__link.js-h_contacts-btn.active {
  z-index: 1267;
}

.status__link.js-h_contacts-btn.active:after {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 62px;
}

.status__link:before {
  content: '';
  display: block;
  position: relative;
  width: 18px;
  height: 18px;
  background: 50% 50% no-repeat;
  filter: invert(100%);
  transition: all .3s ease-in-out;
}

.status__link.active:before,
.status__link:hover:before {
  filter: invert(71%) sepia(97%) saturate(195%) hue-rotate(359deg) brightness(102%) contrast(84%);
}

@media (hover: none) and (max-width: 991px) {
  .status__link:not(.active):hover:before {
    filter: invert(100%);
  }
}

.status__link-text {
  width: auto;
}

.status__link-text .status__link {
  display: flex;
  gap: 12px;
}

.status__link-text .status__link .txt {
  text-indent: 0;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 0.1em;
  line-height: 18px;
}

.header-icon-search:before {
  background-image: url("../img/icon-search.svg");
}

.custom_mobile_search:not(.custom_mobile_search--active):before {
  background-image: url("../img/icon-search.svg");
}

.custom_mobile_search--active:before {
  background-image: url("../image/nav-close.svg");
}

.header-icon-phone:before {
  background-image: url("../img/icon-phone.svg");
}

.header-icon-address:before {
  background-image: url("../image/nav-contact.svg");
}

.header-icon-wishlist:before {
  background-image: url("../img/icon-hearth.svg");
}

.header-icon-cart:before {
  background-image: url("../img/icon-bag.svg");
}

.header-icon-nav:before {
  background-image: url("../img/icon-catalog.svg");
}

.header__mobile .header-icon-nav.active {
  color: #7A7A7A;
}

.header__mobile .header-icon-nav:hover:before {
  filter: invert(100%);
}

.header__mobile .header-icon-nav.active:before,
.header__mobile .header-icon-nav.active:hover:before {
  filter: invert(57%) sepia(0%) saturate(0%) hue-rotate(168deg) brightness(83%) contrast(80%) !important;
}

.header__mobile .header-icon-nav.active:before {
  background-image: url("../img/icon-close.svg");
}

.status__image {
  position: absolute;
  text-indent: 0;
  top: -15px;
  left: 0;
  right: 0;
  text-align: center;
  font-weight: 300;
  font-size: 10px;
  line-height: 13px;
  display: block;
}

.header__popup-contacts-o {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 1263;
  width: 495px;
  max-width: 100%;
  display: none;
  transition: all .3s ease-in-out;
}

.header__popup-contacts-o .overlay {
  z-index: -1;
}

.header__popup-contacts {
  position: relative;
  padding: 90px 145px 60px 50px;
  background-color: #252525;
}

.header__popup-contacts a {
  color: #EACB7E;
}

.header__popup-contacts a:hover {
  text-decoration: underline;
  color: #ffe08e;
}

.hp_phone {
  margin-bottom: 15px;
}

.hp_phone-back {
  margin-bottom: 55px;
  position: relative;
  border-bottom: 1px solid #ffffff;
  display: flex;
}

.hp_phone-back-input {
  text-transform: uppercase;
  color: #ffffff;
  height: 50px;
  width: calc(100% - 20px);
  flex: 0 0 calc(100% - 20px);
  letter-spacing: 0.06em;
  padding: 16px 30px 16px 0;
  line-height: 1.21428571;
  background: transparent !important;
  border: 0 !important;
  margin: 0;
  outline: none;
  box-shadow: none;
}

input.hp_phone-back-input::placeholder {
  color: #ffffff;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.hp_phone-back-btn {
  width: 30px;
  flex: 0 0 30px;
  height: 50px;
  display: block;
  margin: 0 -10px 0 0;
  padding: 19px 10px 20px;
  border: 0;
  background: transparent;
  filter: invert(100%);
}

.hp_phone-back-btn img {
  display: block;
  width: 10px;
  height: 10px;
}

.hp_phone-back-btn:hover {
  filter: invert(71%) sepia(97%) saturate(195%) hue-rotate(359deg) brightness(102%) contrast(84%);
}

.hp_contacts-list {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 40px;
}

.hp_social-list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.hp_social-list .footer-social-link {
  display: block;
  position: relative;
}

.hp_social-list .footer-social-link:after {
  content: '';
  position: absolute;
  top: -10px;
  left: -10px;
  right: -10px;
  bottom: -10px;
}

.hp_social-list .soc-link-text {
  text-align: left;
  display: block;
  text-indent: -9999px;
  overflow: hidden;
  position: absolute;
  left: 0;
  right: 0;
}

.hp_social-list .hp-social-img {
  filter: invert(100%);
}

.hp-social-link {
  position: relative;
  overflow: hidden;
}

.hp-social-link:hover .hp-social-img,
.hp-social-link:focus .hp-social-img {
  filter: invert(93%) sepia(34%) saturate(6006%) hue-rotate(307deg) brightness(115%) contrast(83%);
}

.status-price__text {
  padding: 0 0 0 15px;
}

.status__count_mobile {
  display: inline-block;
  margin: 0 0 0 5px;
  position: relative;
  top: -1px;
  height: 20px;
  width: 20px;
  line-height: 20px;
  font-size: 12px;
  border-radius: 50%;
  text-align: center;
  background: #EACB7E;
  color: #000;
}

.status__count_cart_mobile {
  top: 2px;
  right: -9px;
}

.header__catalog {
  background: #080808;
}

.header__search {
  display: none;
}

.header-search__container {
  position: fixed;
  z-index: 1280;
  top: 145px;
  bottom: auto;
  left: 50%;
  transform: translateX(-50%);
  width: 930px;
  max-width: calc(100% - 30px);
  max-height: calc(100% - 160px);
  display: flex;
  flex-direction: column;
}

.header__search-control {
  display: flex;
  position: relative;
  flex: 0 0 auto;
}

.header-search__input {
  width: 100%;
  height: 58px;
  padding: 19px 55px 19px 30px;
  font-size: 16px;
  line-height: 20px;
  border: 0;
  margin: 0;
  background: #fff;
  border-radius: 0 !important;
}

.header-search__button {
  border: 0;
  padding: 22px 30px 22px 10px;
  margin: 0;
  background: transparent;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  cursor: pointer;
}

.header-search__button:before {
  position: relative;
  display: block;
  content: '';
  width: 15px;
  height: 15px;
  background: 0 0 no-repeat;
  transition: all .3s ease-in-out;
  background-image: url(../img/icon-search-15.svg);
}

.header-search__button:hover:before {
  filter: invert(75%) sepia(24%) saturate(941%) hue-rotate(340deg) brightness(105%) contrast(95%);
}

.header__search-nav-wrap {
  background: #252525;
  flex: 1;
  width: 100%;
  max-height: calc(100% - 160px - 58px);
  color: #ffffff;
  overflow-y: auto;
}

.header__search-nav-wrap a {
  color: #ffffff;
}

.header__search-nav-wrap a:hover,
.header__search-nav-wrap a:focus {
  color: #EACB7E;
}

.header__search-nav-wrap h4,
.header__search-nav-wrap .h4 {
  text-transform: uppercase;
}

.header__search-nav-row {
  padding: 50px 50px 50px;
  margin-left: 0;
  margin-right: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}

.header__search-nav-col {
  flex: 1;
  max-width: 50%;
}

.header__search-nav {
  list-style: none;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 6px;
}

.hsn-nav-item {
  display: block;
}

.hsn-nav-link {
  display: block;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.header__search-gal-col {
  flex: 0 0 45.78313253;
  max-width: 45.78313253%;
}

.header__search-gal {
  list-style: none;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.hsn-gal-item {
  flex: 1;
  min-width: 25%;
  max-width: 33.3333%;
}

.hsn-gal-link {
  display: block;
}

.hsn-gal-link img {
  display: block;
}

.header__mobile {
  background: #252525;
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 1240;
  color: #ffffff;
}

.header__mobile a {
  color: #ffffff;
}

.header-mobile__container {
  height: 50px;
  padding: 16px 15px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.header-mobile__item_1,
.header-mobile__item_3 {
  flex: 1;
  display: flex;
  justify-content: flex-start;
}

.header-mobile__item_2 {
  flex: 0 0 auto;
  display: flex;
  justify-content: center;
}

.header-mobile__item_3 {
  justify-content: flex-end;
}

.header-mobile-link {
  position: relative;
  display: block;
  margin-top: -14px;
  margin-bottom: -14px;
  animation: pulse-chat 2s infinite;
  border-radius: 50%;
  overflow: hidden;
}
.header-mobile-link::after {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 50%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,0.3), transparent);
  animation: shine 5s infinite;
  border-radius: 50%;
}
@keyframes pulse-chat {
  0%, 100% { box-shadow: 0 0 0 0 rgba(139, 115, 85, 0.4); }
  50% { box-shadow: 0 0 0 8px rgba(139, 115, 85, 0); }
}
@keyframes shine {
  0% { left: -100%; }
  50%, 100% { left: 150%; }
}

.header__menumobile {
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  right: 0;
  bottom: 50px;
  overflow-y: auto;
  background: #252525;
  padding: 12px 15px 15px;
  font-size: 14px;
  line-height: 1.35;
  display: none;
}

.header__menumobile,
.header__menumobile a {
  color: #fff;
}

.header__menumobile .active>a,
.header__menumobile .active>span>a,
.header__menumobile .active>div>a,
.header__menumobile a:focus,
.header__menumobile a:hover {
  color: #EACB7E;
}

.mmh-list {
  margin-bottom: 8px;
}

.mmh-list a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 12px;
  padding: 19px 0 20px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  flex: 5px;
}

.mmh-list li+li:not(.mmh-subnav_open) {
  border-top: 1px solid #FFFFFF;
}

.mmh-sub-list+.mmh-sub-list>li {
  border-top: 1px solid #FFFFFF;
}

.mmh-list:has(> li.mmh-subnav_open)>li:not(.mmh-subnav_open) {
  display: none;
}

.mmh-item-hassub span>.mmh-link span,
.mmh-item-hassub>.mmh-link span {
  flex: 1;
}

.mmh-item-hassub span>.mmh-link:after,
.mmh-item-hassub>.mmh-link:after {
  content: '';
  width: 8px;
  height: 8px;
  margin-left: -1px;
  margin-right: -1px;
  flex: 0 0 8px;
  display: block;
  background-image: url("../img/icon-caret-8.svg");
  filter: invert(100%);
  transform: rotate(90deg);
}

.mmh-link {
  transition: color .3s ease-in-out;
}

.mmh-subnav_open span>.mmh-link,
.mmh-subnav_open>.mmh-link {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background: #252525;
  padding: 31px 15px 21px;
  flex-direction: row-reverse;
  color: #EACB7E;
  text-align: right;
}

.mmh-subnav_open span>.mmh-link:before,
.mmh-subnav_open>.mmh-link:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 15px;
  right: 15px;
  border-bottom: 1px solid #EACB7E;
}

.mmh-subnav_open span>.mmh-link:after,
.mmh-subnav_open>.mmh-link:after {
  filter: invert(71%) sepia(97%) saturate(195%) hue-rotate(359deg) brightness(102%) contrast(84%);
  transform: rotate(-90deg);
}

.mmh-sub {
  padding-top: 72px;
  display: none;
}

.mmh-sub.subnav-active {
  display: block;
}

.mmh-simple-list {
  display: flex;
  flex-direction: column;
  font-size: 14px;
}

.mmh-simple-link {
  display: block;
  padding: 6px 0 6px;
}

/* end header */
/* start footer */
.footer__container {
  background: #252525;
  color: #ffffff;
  font-weight: 400;
  font-size: 14px;
  line-height: 130%;
  padding-top: 100px;
  padding-bottom: 70px;
  transition: all .3s ease-in-out;
}

.footer__container p {
  margin-bottom: 0;
}

.footer__container a {
  color: #ffffff;
  transition: all .3s ease-in-out;
}

.footer__container a:hover {
  color: #EACB7E;
}

.footer-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 30px 40px;
}

.footer-item {
  flex: 1;
}

.footer-2 {
  padding-bottom: 60px;
}

.footer-nav-item ul li {
  margin-bottom: 14px;
}

.footer-nav-item ul li a {
  display: block;
  text-transform: uppercase;
}

.footer-contacts {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 14px;
}

.footer-contacts a {
  color: #EACB7E;
}

.footer-contacts a:hover {
  text-decoration: underline;
  color: #ffe08e;
}

.footer-contacts .contacts-tel,
.contacts-tel {
  color: inherit !important;
  text-decoration: none !important;
  font-size: 30px;
}

.contacts-tel:hover {
  color: #EACB7E !important;
}

.footer-item-title {
  text-transform: uppercase;
  color: #7A7A7A;
  margin-bottom: 33px;
}

.footer-social-wrp {
  margin-left: 0;
  margin-right: 0;
  gap: 12px 40px;
}

.footer-social-wrp .col-xs-6 {
  padding-left: 0;
  padding-right: 0;
  flex: 0 0 calc(50% - 20px);
  max-width: calc(50% - 20px);
}

.footer-3 {
  border-top: 1px solid #ffffff;
  padding: 20px 0;
}

.footer-3 .footer-row {
  align-items: center;
}

.footer-3 .footer-item {
  flex: 0 0 auto;
}

.header-social-wrp {
  display: flex;
  margin-left: -12px;
}

.header-social-wrp {
  justify-content: center;
  margin-left: 0;
}

.header-social-link {
  display: block;
  width: 40px;
  height: 40px;
  padding: 5px;
}

.header-social-img {
  display: block;
  filter: invert(51%) sepia(0%) saturate(0%) hue-rotate(107deg) brightness(96%) contrast(87%);
  transition: all .3s ease-in-out;
}

.header-social-img {
  filter: invert(99%);
}

.inner-page {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

.inner-page {
  min-height: 100dvh;
}

.inner-page .footer__container {
  margin-top: auto;
}

.footer-social-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 6px 12px;
}

.footer-social-link .footer-social-img {
  filter: invert(100%);
}

.footer-social-link:hover .footer-social-img,
.footer-social-link:focus .footer-social-img {
  filter: invert(93%) sepia(34%) saturate(6006%) hue-rotate(307deg) brightness(115%) contrast(83%);
}

/* end footer */
/* start home */
.owl-stage-outer {
  margin-bottom: 12px;
  padding-bottom: 0;
}

.goods-image-outer .owl-stage-outer {
  margin-bottom: 40px;
}

.carousel__container .owl-dots {
  display: none;
}

html .diapo_stories {
  margin-top: 0 !important;
  padding-top: 20px !important;
  padding-bottom: 45px !important;
}

html .inner-page .diapo_stories {
  padding-bottom: 15px !important;
}

/* end home */
/* start category */
.category-menu__buttons {
  display: flex;
  justify-content: space-between;
  margin: 0 0 20px 0;
}

.category-menu__button {
  width: 48%;
}

.category-menu__container {
  margin-bottom: 30px;
  border: 1px solid #d3d3d3;
}

.category__tile {
  margin-bottom: 30px;
}

.category__sub {
  margin-bottom: 50px;
}

.category-sub__item {
  margin-bottom: 30px;
  text-align: center;
}

.category-sub__img {
  margin-bottom: 20px;
}

.category-sub__title {
  display: block;
}

.category-sub__item:hover .category-sub__title {
  color: #EACB7E;
}

.category__sort {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  gap: 22px 30px;
}

html .selectboxit-container span,
html .selectboxit-container .selectboxit-options a {
  font-size: 14px;
}

.sort__item {
  display: block;
}

.sort__item .selectboxit-container {
  display: block;
}

.sort__item .selectboxit-container .selectboxit {
  background-color: transparent !important;
  border-radius: 0;
  color: #252525;
  border: 0;
  font-weight: 400;
  padding: 0;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: auto !important;
}

.sort__item .category-sort__select:before {
  content: none !important;
}

.sort__item .category-sort__select,
.sort__item .category-sort__select:active,
.sort__item .category-sort__select:focus,
.sort__item .selectboxit-container:hover .category-sort__select.selectboxit-btn {
  background-color: transparent !important;
}

.sort__item .selectboxit .selectboxit-option-icon-container {
  margin-left: 0;
  display: none;
}

.sort__item .selectboxit-container span,
.sort__item .selectboxit-container .selectboxit-options a {
  height: 18px;
  line-height: 18px;
  margin-right: 0;
}

.sort__item .selectboxit .selectboxit-arrow-container .selectboxit-arrow {
  width: 8px;
  height: 8px;
  min-width: 8px;
  min-height: 8px;
  background-image: url(../img/icon-caret-8.svg);
  filter: invert(12%) sepia(13%) saturate(0%) hue-rotate(153deg) brightness(110%) contrast(97%);
}

.sort__item .selectboxit-arrow-container {
  width: 8px;
  position: relative;
}

.sort__item .selectboxit-container * {
  font-size: 14px;
}

.sort__item .selectboxit-container .selectboxit-options {
  padding: 16px 20px;
  margin: 14px 0 0;
  top: 100% !important;
  left: auto !important;
  right: 0 !important;
  border-radius: 0 !important;
  box-shadow: 0 9px 24px rgba(0, 0, 0, 0.1);
}

.sort__item .selectboxit-option-first {
  border-radius: 0 !important;
}

.sort__item .selectboxit-option,
.sort__item .selectboxit-optgroup-header {
  text-indent: 0 !important;
}

.sort__item .selectboxit-list li+li {
  margin-top: 16px;
}

.sort__item .selectboxit-list .selectboxit-option-anchor {
  color: #252525;
}

.sort__item .selectboxit-list .selectboxit-option-anchor:hover {
  color: #EACB7E;
}

.sort__item .selectboxit-option .selectboxit-option-anchor {
  padding: 0;
}

.category__info {
  display: block;
  margin: auto;
}

/* end category */
/* start product */
.goods__image-tiles {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin-bottom: 40px;
}

.goods__image-tiles .goods__image,
.goods__image-tiles .goods__video {
  flex: 0 0 100%;
  margin-bottom: 0;
}

.goods__image-half,
.goods__video-half {
  flex: 0 0 calc(50% - 10px);
  max-width: calc(50% - 10px);
}

.goods__image {
  position: relative;
  margin: 0 0 20px;
  display: block;
}

.goods__video,
.video_js {
  position: absolute;
  padding-top: 100%;
  top: 0;
  left: 0;
  right: 0;
  background: #fff;
}

.goods__video {
  margin-bottom: 20px;
}

.goods__image-tiles .goods__video {
  position: relative;
  flex: 1;
}

.goods__video-item {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.video_js {
  position: relative;
  display: block;
}

.goods__video-prev {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.goods__images {
  position: relative;
  margin: 0 0 20px;
}

.goods__images .thumbnail_js,
.goods__images .video_js {
  position: relative;
  display: block;
}

.goods-sticker__container_mobile {
  display: none;
  z-index: 99;
}

@media (min-width: 768px) {
  .category_video_mob {
    display: none;
  }
}

@media (max-width: 767px) {
  .category_video_pc {
    display: none;
  }
}

@media (max-width: 991px) {
  .goods-sticker__container_mobile {
    display: block;
  }
}

.goods__share {
  margin: 0 0 30px 0;
}

.goods__property {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  margin: 0 0 30px;
  gap: 20px 30px;
}

.property__item {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px 12px;
  border-bottom: 1px solid #7A7A7A;
  padding-bottom: 16px;
  text-transform: uppercase;
}

.property__title {
  color: #7A7A7A;
}

.property__descr {
  color: #252525;
}

.property__icon img {
  filter: invert(12%) sepia(13%) saturate(0%) hue-rotate(153deg) brightness(110%) contrast(97%);
}

.goods__option {
  margin-bottom: 50px;
}

.option__container {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  align-items: center;
}

.option__title {
  width: 31.75%;
  max-width: 31.75%;
  text-transform: uppercase;
}

.option__list {
  flex: 1;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.option__item-variable {
  width: calc(50% - 10px);
  flex: 0 0 calc(50% - 10px);
}

.goods-color__item {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  font-size: 18px;
  gap: 15px 20px;
}

.goods-color__item .img-responsive {
  width: 100px;
  flex: 0 0 100px;
}

.goods-color__item .option__name {
  flex: 1;
}

.goods-price__item_new {
  color: #ea0b0c;
}

.goods-price__item_old {
  font-size: 20px;
  margin-left: 15px;
  font-weight: 400;
  text-decoration: line-through;
}

.goods-buttons__container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.goods-buttons__item {
  margin: 0 10px 15px 0;
}

@media (max-width: 576px) {
  .goods-buttons__item {
    margin: 0 0 15px 0;
    flex: 0 0 100%;
  }
}

.goods-buttons__button {
  height: 50px;
  padding: 0 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #000;
  color: #fff;
  font-weight: 700;
  cursor: pointer;
}

.goods-buttons__button:hover {
  background-color: #EACB7E;
}

.goods-buttons__button_2 {
  padding: 0 0 0 20px;
  cursor: pointer;
}

.goods-buttons__button_2:hover {
  color: #EACB7E;
}

.goods-buttons__button_wishlist {
  background: url("../image/product/wishlist.png") no-repeat left center transparent;
}

.goods-buttons__button_wishlist:hover,
.goods-buttons__button_wishlist:focus,
.goods-buttons__button_wishlist:active {
  background-image: url("/catalog/view/theme/default/image/product/wishlist_hover.png");
}

.goods-buttons__button_compare {
  background: url("/catalog/view/theme/default/image/product/compare.png") no-repeat left center transparent;
}

.goods-buttons__button_compare:hover,
.goods-buttons__button_compare:focus,
.goods-buttons__button_compare:active {
  background-image: url("/catalog/view/theme/default/image/product/compare_hover.png");
}

.goods__quantity {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 1px solid #d3d3d3;
}

.goods-quantity__edit {
  position: relative;
  width: 30px;
  height: 50px;
  cursor: pointer;
}

.goods-quantity__edit:before,
.goods-quantity__edit:after {
  position: absolute;
  content: '';
  margin: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 12px;
  height: 2px;
  background: #d3d3d3;
}

.goods-quantity__edit_plus:after {
  transform: rotate(90deg);
}

.goods-quantity__edit_minus:after {
  width: 0;
}

.goods-quantity__edit:hover:before,
.goods-quantity__edit:hover:after {
  background: #EACB7E;
}

.goods-quantity__input,
.goods-quantity__input:hover,
.goods-quantity__input:active,
.goods-quantity__input:focus {
  width: 50px;
  text-align: center;
  font-size: 20px;
  box-shadow: none;
  border: 0;
}

.tabs__content {
  display: inline-block;
  width: 100%;
  border-left: 1px solid #d3d3d3;
  border-right: 1px solid #d3d3d3;
  border-bottom: 1px solid #d3d3d3;
  padding: 20px;
  margin-bottom: 50px;
}

.tabs {
  display: table;
  width: 100%;
  border-bottom: 1px solid #d3d3d3;
}

.tabs__link {
  float: left;
  z-index: 999;
  margin: 0 2px -1px 0;
  padding: 12px 35px;
  border-top: 1px solid #d3d3d3;
  border-left: 1px solid #d3d3d3;
  border-right: 1px solid #d3d3d3;
  border-bottom: 1px solid #d3d3d3;
  text-transform: uppercase;
  font-size: 16px;
}

.tabs__link.active,
.tabs__link:hover {
  color: #EACB7E;
  border-bottom: 1px solid #fff;
}

@media (max-width: 767px) {
  .tabs__link {
    padding: 12px 15px;
    font-size: 14px;
  }
}

@media (max-width: 576px) {
  .tabs__link {
    width: 100%;
    text-align: center;
    font-size: 16px;
  }

  .tabs__link.active,
  .tabs__link:hover {
    border-bottom: 1px solid #d3d3d3;
  }
}

.goods__attribute {
  width: 100%;
}

.goods-attribute__str:nth-of-type(odd) {
  background-color: #f1f1f1;
}

.goods-attribute__row {
  padding: 10px;
  border: 1px solid #d3d3d3;
}

.goods-attribute__heading {
  text-align: right;
  font-weight: 700;
  width: 30%;
}

.goods-download__item {
  margin: 0 0 15px;
}

.goods-download__item:last-child {
  margin: 0;
}

.goods-desc__container {
  border-top: 1px solid #d3d3d3;
}

.goods-desc__container:last-child {
  border-bottom: 1px solid #d3d3d3;
}

.goods-desc__title {
  position: relative;
  padding: 20px 30px 20px 0;
  font-weight: 700;
  cursor: pointer;
}

.goods-desc__title:before {
  position: absolute;
  content: '';
  width: 8px;
  height: 8px;
  top: 21px;
  right: 2px;
  margin: auto;
  border-top: 1px solid #d3d3d3;
  border-left: 1px solid #d3d3d3;
  transform: rotate(225deg);
}

.goods-desc__title_active:before {
  transform: rotate(45deg);
}

.goods-desc__title_active+.goods-desc__content {
  max-height: 1200px;
  transition: max-height 0.5s ease-in-out;
  margin: 0 0 20px;
}

.goods-desc__content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.1s ease-out;
}

.goods__module {
  margin: 0 0 50px;
}

/* end product */
.btn-sm,
.btn-lg {
  height: 50px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.1rem;
  font-size: 14px;
  line-height: 20px;
  padding: 13px 15px 15px;
  border: 1px solid transparent;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.btn-sm {
  height: 40px;
  padding: 8px 15px 10px;
}

.btn-transp,
.btn-white {
  color: #252525;
  background-color: #FFF;
}

.btn-transp {
  background-color: transparent;
}

.btn-transp:active,
.btn-transp:hover,
.btn-transp:focus,
.btn-transp.active,
.btn-white:active,
.btn-white:hover,
.btn-white:focus,
.btn-white.active {
  color: #FFF;
  background-color: #252525;
}

.btn-light {
  background: #F3F3F3;
  border: 1px solid rgba(2, 3, 4, 0.2);
  color: #252525;
}

.btn-light:after {
  content: '';
  width: 6px;
  height: 10px;
  position: absolute;
  background: url("../image/shevron_right_black.png") 0 0 no-repeat;
  top: 23px;
  right: 20px;
}

.btn-light:hover,
.btn-light:focus,
.btn-light:active,
.btn-light.active {
  color: #FFF;
  background-color: #252525;
}

.btn-light:hover:after,
.btn-light:focus:after,
.btn-light:active:after,
.btn-light.active:after {
  background: url("../image/shevron_right_white.png") 0 0 no-repeat;
}

.btn-primary {
  color: #ffffff;
  background: #397B6B;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active {
  color: #ffffff;
  background-color: #252525;
}

a.btn-lg.btn-primary.btn-in-cart {
  background: #397B6B;
}

.btn-outline {
  border-color: rgba(2, 3, 4, 0.2);
}

.btn-outline.btn-inv:hover,
.btn-outline.btn-inv:focus,
.btn-outline.btn-inv:active,
.btn-outline.btn-inv.active {
  color: #FFF;
  background: #252525;
}

.btn-mixcontent {
  align-items: center;
  justify-content: center;
  gap: 6px;
}

.btn-mixcontent .icon {
  transition: all 0.3s ease-in-out;
  filter: invert(12%) sepia(13%) saturate(0%) hue-rotate(153deg) brightness(110%) contrast(97%);
}

.btn-mixcontent:hover .icon {
  filter: invert(100%);
}

@media (min-width: 1920px) {

  .header-top,
  .header__menu,
  .footer__container {
    padding-left: calc(50% - 960px);
    padding-right: calc(50% - 960px);
  }

  .header__popup-contacts-o {
    right: calc(50% - 960px);
  }

  .hm-sub-nav li a {
    height: 290px;
  }

  .hm-sub-nav li a:hover {
    padding-top: 180px;
  }
}

@media (max-width: 1439px) {
  .header-menu a br {
    display: initial;
  }

  .inner-page:not(.header-transp) .header__container {
    height: 130px;
    margin-bottom: 60px;
  }

  .header-transp .visual-page-head {
    padding-top: 190px;
  }

  #content:has(> .container > .container-404) {
    margin-bottom: 60px;
  }

  .precontent-inv {
    margin-top: -60px;
  }

  .header-transp .header__desktop:after,
  .main-page .header__desktop:after {
    box-shadow: 0 0 110px 110px rgba(37, 37, 37, 0.7);
  }

  .header__menu .overlay {
    top: 130px;
  }

  .hm-sub {
    max-height: calc(100vh - 130px - 50px);
  }

  .status__link.js-h_contacts-btn.active:after {
    height: 61px;
  }

  .header-top {
    padding-top: 21px;
  }

  .hm-nav>li {
    margin-left: -10px;
    margin-right: -10px;
  }

  .header-menu a {
    font-size: 12px;
    line-height: 1.33333333;
  }

  .hm-nav>li>a,
  .hm-nav>li>span>a {
    padding: 20px 10px 17px;
  }

  .hm-sub-nav li a {
    padding-left: 20px;
    padding-right: 20px;
  }

  .nav-tabs,
  .nav-tabs .tab-link {
    font-size: 26px;
  }
}

.mobile-block {
  display: none;
}

.goods-property-block {
  z-index: 21;
  position: sticky;
  top: 114px;
}

.inner-page .content__title,
.inner-page h1,
.inner-page .h1 {
  margin-top: 0;
  text-transform: uppercase;
  font-size: 40px;
  margin-bottom: 30px;
  color: #252525;
}

.inner-page .content__title {
  font-size: 60px;
  margin-bottom: 80px;
}

.inner-page .textpage-title .content__title {
  margin-bottom: 50px;
}

.inner-page #ocfilter .btn.dropdown-toggle {
  display: flex;
  width: auto;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding: 0;
  cursor: pointer;
  border: none;
  background: #fff;
  font-size: 14px;
  line-height: 20px;
  text-transform: uppercase;
  color: #252525;
}

.inner-page .filter__close:before {
  position: absolute;
  content: '';
  width: 10px;
  height: 10px;
  bottom: 0;
  top: -10px;
  left: 10px;
  right: 0;
  margin: auto;
  border-top: 1px solid #000;
  border-left: 1px solid #000;
  transform: rotate(225deg);
}

.inner-page #ocfilter .ocfilter-option {
  margin-right: 36px;
}

.inner-page #ocfilter .ocfilter-option:last-child {
  margin-right: 0;
}

.inner-page .selectedFilter {
  font-size: 14px;
  line-height: 20px;
  color: #7C7C7C;
  display: flex;
  margin-right: 24px;
}

.inner-page .selectedFilter:last-child {
  margin-right: 24px;
}

.inner-page .selectedFilter .removeFilter {
  margin-left: 6px;
}

.inner-page .selectedFilters-wrp {
  display: flex;
  flex-wrap: wrap;
}

.inner-page .selectedFilters-wrp .selectedFilter {
  margin-bottom: 5px;
}

.lead-page-head-transp .breadcrumb__container,
.visual-page-head .breadcrumb__container,
.simple-page-head-center .breadcrumb__container {
  justify-content: center;
}

.main-lead-wrap .breadcrumb__container {
  margin-bottom: 75px;
}

.simple-page-head-center h1,
.simple-page-head-center .h1 {
  text-align: center;
}

.article .simple-page-head-center,
.article .blog-list-sidebar-wrap {
  margin-bottom: 40px;
}

.filters-block-wrp {
  display: flex;
  justify-content: space-between;
  gap: 22px 20px;
  margin-bottom: 35px;
}

.filters-block-wrp .overlay {
  display: none;
}

.filters-block-right .selectboxit-text {
  font-size: 14px;
  line-height: inherit;
  font-weight: 400;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #252525;
}

.filters-block-wrp .ocf-container {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.filters-block-wrp .ocf-content {
  margin-bottom: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 12px 30px;
  align-items: center;
  width: 100%;
}

.filters-block-wrp .ocf-header {
  margin-bottom: 0;
  line-height: inherit;
}

.filters-block-wrp .ocf-body {
  margin-bottom: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 22px 30px;
  align-items: center;
}

.filters-block-wrp .ocf-horizontal .ocf-filter-list {
  align-items: center;
  justify-content: flex-start;
  margin-right: 0;
  margin-left: 0;
  flex-wrap: wrap;
  gap: 22px 30px;
}

.filters-block-wrp .ocf-clearfix::before,
.filters-block-wrp .ocf-clearfix::after {
  display: none;
}

.filters-block-wrp .ocf-horizontal .ocf-filter {
  padding: 0 !important;
  min-width: auto;
  flex: 0 0 auto;
  margin-bottom: 0 !important;
}

.filters-block-wrp .ocf-theme-light .ocf-dropdown .ocf-filter-header {
  color: #252525;
  border: 0;
  font-weight: 400;
  padding: 0;
  font-size: 14px;
  background-color: transparent !important;
  border-radius: 0;
  display: flex;
  gap: 8px;
  align-items: center;
  justify-content: flex-start;
}

.filters-block-wrp .ocf-filter-name {
  margin-right: 0;
}

.filters-block-wrp .ocf-filter-name,
.filters-block-wrp .ocf-btn {
  display: flex;
  gap: 8px;
  color: #252525;
  font-size: 14px;
  line-height: inherit;
  font-weight: 400;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  align-items: center;
  justify-content: flex-start;
}

.filters-block-wrp .ocf-btn-link {
  padding: 0;
}

.filters-block-wrp .ocf-filter-header-append {
  margin-right: 0;
  margin-left: 0;
}

.filters-block-wrp .ocf-angle {
  width: 8px;
  height: 8px;
  min-width: 8px;
  min-height: 8px;
  background-image: url("../img/icon-caret-8.svg");
  filter: invert(12%) sepia(13%) saturate(0%) hue-rotate(153deg) brightness(110%) contrast(97%);
}

.filters-block-wrp .ocf-active-label {
  display: none !important;
}

.filters-block-wrp .ocf-dropdown .ocf-active-label+.ocf-filter-name {
  display: block;
}

.filters-block-wrp .ocf-minus-circle {
  width: 8px;
  height: 8px;
  min-width: 8px;
  min-height: 8px;
  background-image: url("../img/icon-close-8.svg");
  filter: invert(12%) sepia(13%) saturate(0%) hue-rotate(153deg) brightness(110%) contrast(97%);
}

.filters-block-wrp .ocf-dropdown .ocf-filter-body>.ocf-value-list {
  padding: 14px 20px;
  margin: 14px 0 0;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 20;
}

.filters-block-wrp .ocf-theme-light .ocf-dropdown .ocf-filter-body>.ocf-value-list {
  box-shadow: 0 9px 24px rgba(0, 0, 0, 0.1);
  border-radius: 0;
}

.filters-block-wrp .ocf-value-count {
  padding: 0;
  font-size: 12px;
  line-height: 1.6;
  color: #7a7a7a;
  letter-spacing: 0.1em;
  background: transparent !important;
  border-radius: 0 !important;
}

.filters-block-wrp .ocf-theme-light .ocf-value-count {
  color: #7a7a7a;
}

.filters-block-wrp .ocf-value,
.filters-block-wrp .ocf-value:active,
.filters-block-wrp .ocf-value:focus,
.filters-block-wrp .ocf-value:visited,
.filters-block-wrp .ocf-value:hover {
  font-size: 14px;
  margin-bottom: 14px;
  color: #252525;
}

.filters-block-wrp .ocf-value:last-child {
  margin-bottom: 0 !important;
}

.filters-block-wrp .ocf-value-name {
  font-size: 14px;
}

.filters-block-wrp .ocf-value-input::before {
  border-color: #7a7a7a;
}

.filters-block-wrp .ocf-value-input:hover::before {
  border-color: #EACB7E;
}

.filters-block-wrp .ocf-value-input-checkbox::before,
.filters-block-wrp .ocf-value-input {
  border-radius: 3px;
}

.filters-block-wrp .ocf-selected .ocf-value-input::before {
  color: #000000;
  border-color: #EACB7E;
  background-color: #EACB7E;
}

.filters-block-wrp .ocf-selected .ocf-value-input-checkbox::after {
  background: url("../img/icon-checkbox-10.svg") 50% 50% no-repeat;
  background-size: 10px 10px;
}

.filters-block-wrp .ocf-selected .ocf-value-count {
  display: block;
}

.filters-block-wrp .ocf-slider-input-group {
  margin-top: 6px;
  border: 1px solid #7a7a7a;
  margin-bottom: 0;
  border-bottom: 0;
}

.filters-block-wrp .ocf-slider-input-group .ocf-form-control,
.filters-block-wrp .ocf-slider-input-group input.ocf-form-control,
.filters-block-wrp .ocf-slider-input-group textarea.ocf-form-control {
  border: 0 !important;
  padding: 13px 2px;
}

.filters-block-wrp .ocf-slider-input-group .ocf-input-group-addon {
  border: 0 !important;
  padding: 13px 2px;
  background-color: transparent;
}

.filters-block-wrp .ocf-slider-input-group .ocf-input-group-addon:first-child,
.filters-block-wrp .ocf-slider-input-group .ocf-form-control:first-child,
.filters-block-wrp .ocf-slider-input-group input.ocf-form-control:first-child,
.filters-block-wrp .ocf-slider-input-group textarea.ocf-form-control:first-child {
  padding-left: 20px;
}

.filters-block-wrp .ocf-slider-input-group .ocf-input-group-addon:last-child,
.filters-block-wrp .ocf-slider-input-group .ocf-form-control:last-child,
.filters-block-wrp .ocf-slider-input-group input.ocf-form-control:last-child,
.filters-block-wrp .ocf-slider-input-group textarea.ocf-form-control:last-child {
  padding-right: 20px;
}

.filters-block-wrp .ocf-input-group-addon,
.filters-block-wrp .ocf-form-control,
.filters-block-wrp input.ocf-form-control,
.filters-block-wrp textarea.ocf-form-control {
  height: 48px;
  padding: 13px 20px;
  color: #252525;
  border-right: 0;
  letter-spacing: 0.1em;
}

.filters-block-wrp .ocf-value-slider {
  padding: 0 10px;
  margin-top: -8px;
  position: relative;
  z-index: 10;
}

.filters-block-wrp .ocf-noUi-base,
.filters-block-wrp .ocf-noUi-connects {
  height: 18px;
}

.filters-block-wrp .ocf-noUi-handle {
  width: 16px;
  height: 16px;
  right: -8px;
  top: 0;
}

.filters-block-wrp .ocf-noUi-base:before {
  background-color: #7a7a7a;
  margin-left: -10px;
  margin-right: -10px;
  width: calc(100% + 20px);
}

.filters-block-wrp .ocf-noUi-base:before,
.filters-block-wrp .ocf-noUi-connect:before {
  margin-top: -1px;
  border-radius: 0;
  height: 1px;
}

.filters-block-wrp .ocf-noUi-handle {
  border: 0;
  box-shadow: none;
}

.filters-block-wrp .ocf-noUi-connect:before,
.filters-block-wrp .ocf-noUi-handle {
  background-color: #EACB7E;
}

.filters-block-wrp .ocf-noUi-connects:before,
.filters-block-wrp .ocf-noUi-connects:after {
  display: none;
}

.filters-block-wrp .ocf-noUi-pips {
  margin-top: -5px;
  color: #252525;
}

.filters-block-wrp .ocf-footer {
  box-shadow: none !important;
  background-color: transparent !important;
  position: relative;
  bottom: 0;
  z-index: 3;
  margin: 2px 0 0;
  padding: 0;
}

.filters-block-wrp .ocf-footer:has(> .ocf-between .ocf-disabled) {
  display: none !important;
}

.filters-block-wrp .ocf-footer .ocf-btn-block {
  display: none;
}

.filters-block-wrp .ocf-theme-light .ocf-footer:after {
  content: none;
}

.filters-block-wrp .ocf-between {
  gap: 22px 30px;
}

.filters-block-wrp .ocf-btn-link,
.filters-block-wrp .ocf-btn-link:active,
.filters-block-wrp .ocf-btn-link[disabled] {
  color: #252525;
}

.filters-block-wrp .ocf-btn[data-ocf-discard] {
  margin-left: 0;
  padding: 0;
  line-height: inherit;
}

.filters-block-wrp .ocf-btn[data-ocf-discard]:after {
  content: '';
  background-image: url("../img/icon-close-8.svg");
  width: 8px;
  height: 8px;
  display: block;
  filter: invert(12%) sepia(13%) saturate(0%) hue-rotate(153deg) brightness(110%) contrast(97%);
}

.filters-block-wrp .ocf-btn-link[disabled] {
  display: none;
}

.ocf-header-label {
  color: #7A7A7A;
  font-size: 14px;
  line-height: inherit;
  font-weight: 400;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.filters-block-mob-footer,
.filters-block-mobile {
  display: none;
}

.filters-block-right {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  gap: 22px 30px;
}

.content-inner {
  width: 100%;
}

.category-list {
  margin-bottom: 72px;
}

.category-list-row {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(calc((100% - 100px) / 6), 1fr));
  gap: 20px;
  position: relative;
  list-style: none;
  margin: 0;
  padding: 0;
}

.category-list-link {
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100px;
  border: 1px solid #7a7a7a;
  text-align: center;
  text-decoration: none;
  color: #252525;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  padding: 20px 20%;
  transition: all 0.75s ease-in-out;
}

.category-list-link .txt {
  transition: all 0.75s ease-in-out;
  position: relative;
  opacity: 1;
}

a.category-list-link:hover {
  transition: all 1s ease-in-out;
}

a.category-list-link:hover,
.active>a.category-list-link,
a.category-list-link:focus {
  color: #252525;
  border-color: transparent;
}

a.category-list-link:hover .txt,
.active>a.category-list-link .txt,
a.category-list-link:focus .txt {
  opacity: 0;
}

.category-list-bg {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  opacity: 0;
  background: transparent 50% 50% no-repeat;
  background-size: cover;
  transition: all 0.75s 0.33s ease-in-out;
}

a.category-list-link:hover .category-list-bg {
  opacity: 1;
  transition: all 1s 0.5s ease-in-out;
}

.units__container {
  margin-bottom: 80px;
  position: relative;
  overflow: hidden;
}

.units__container .row {
  margin-left: -20px;
  margin-right: -20px;
}

.units__container .row .unit__content {
  margin-bottom: 40px;
}

.unit__container {
  padding-left: 20px;
  padding-right: 20px;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

.unit__name {
  overflow: hidden;
  text-align: center;
  font-size: 18px;
  line-height: 1.1111111;
  color: #252525;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin-top: 30px;
}

.unit__name:hover {
  color: #252525;
}

.unit__price {
  font-size: 18px;
  line-height: 1.111111;
  letter-spacing: 0.1em;
  color: #252525;
  position: absolute;
  bottom: 15px;
  left: 20px;
  opacity: 0;
  transition: all .5s ease-in-out;
}

.unit__image:focus .unit__price,
.unit__image:hover .unit__price {
  opacity: 1;
}

.unit__price .rub-sign {
  font-size: 0.8888888em;
}

.owl-liked-block-3 .unit__price {
  display: none;
}

.unit__btn-more {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  bottom: 16px;
  font-size: 14px;
  right: 24px;
  opacity: 0;
  color: #252525;
  transition: all .5s ease-in-out;
  gap: 40px;
}

.unit__btn-more:after {
  content: '';
  width: 10px;
  height: 10px;
  background: url("../img/icon-new-window-10.svg");
  filter: invert(12%) sepia(13%) saturate(0%) hue-rotate(153deg) brightness(110%) contrast(97%);
}

.unit__image:focus .unit__btn-more,
.unit__image:hover .unit__btn-more {
  opacity: 1;
}

.unit__link {
  color: #252525;
}

.unit__image-wrap {
  position: relative;
}

.unit__buttons {
  display: flex;
  align-items: center;
  gap: 20px;
  position: absolute;
  z-index: 3;
  top: 20px;
  right: 20px;
  opacity: 0;
  transition: all .5s ease-in-out;
}

.unit__content:hover .unit__buttons {
  opacity: 1;
}

.unit-buttons__content {
  display: flex;
  justify-content: space-between;
}

.unit__button {
  display: block;
  margin: 0;
  cursor: pointer;
  background: 50% 50% no-repeat;
  height: 18px;
  width: 18px;
  position: relative;
  filter: invert(12%) sepia(13%) saturate(0%) hue-rotate(153deg) brightness(110%) contrast(97%);
}

.unit__button:hover,
.unit__button.in_wishlist,
.unit__button.in_cart {
  filter: invert(93%) sepia(34%) saturate(6006%) hue-rotate(307deg) brightness(115%) contrast(83%);
}

.unit__button.in_wishlist:hover,
.unit__button.in_cart:hover {
  filter: invert(12%) sepia(13%) saturate(0%) hue-rotate(153deg) brightness(110%) contrast(97%);
}

.unit__button_wishlist {
  background-image: url("../img/icon-hearth.svg");
}

.unit__button_wishlist.in_wishlist {
  background-image: url("../img/icon-hearth-fill.svg");
}

.unit__button_custom,
.unit__button_custom_cart {
  background-image: url("../img/icon-bag.svg");
}

.unit__button.in_cart {
  background-image: url("../img/icon-bag-fill.svg");
}

.unit__button:before {
  content: '';
  position: absolute;
  top: -10px;
  left: -10px;
  right: -10px;
  bottom: -10px;
}

.unit__labels {
  position: absolute;
  top: 10px;
  left: 10px;
  right: 33%;
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.goods__labels {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.unit__label,
.goods__label {
  display: block;
  padding: 2px 8px;
  color: #000000;
  background-color: #ffffff;
  font-size: 11px;
  line-height: 16px;
  text-transform: uppercase;
  border-radius: 10px;
  font-weight: 300;
  white-space: nowrap;
}

.goods__label {
  padding: 3px 10px;
  font-size: 12px;
  border-radius: 12px;
  border: 1px solid #00000060;
}

.category__info.information__content p {
  font-size: 16px;
  line-height: 21px;
  color: #252525;
}

.color-title {
  font-size: 14px;
  line-height: 20px;
  text-transform: uppercase;
  color: #252525;
}

.color-title .color-desc {
  color: #7C7C7C;
}

.lead-wrap {
  margin: 0 20px 40px;
  width: calc(100% - 40px);
  flex: 0 0 calc(100% - 40px);
}

.lead-bg {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #f0f0ed url("../img/cat-list-lead-1.png") 50% 50% no-repeat;
  background-size: cover;
  padding: 50px 13.414634% 50px 7.926829%;
  min-height: 300px;
  color: #252525;
}

.lead-inv .lead-bg {
  background-color: #252525;
  color: #ffffff;
}

.lead-inv a.breadcrumb__item,
.lead-inv h1,
.lead-inv .h1,
.lead-inv h2,
.lead-inv .h2,
.lead-inv h3,
.lead-inv .h3,
.lead-inv h4,
.lead-inv .h4 {
  color: #ffffff;
}

.lead-inv a:not([class]) {
  color: #ffffff;
  text-decoration: underline;
}

.lead-inv a:not([class]):hover {
  color: #EACB7E;
}

.lead-slogan {
  max-width: 55%;
  flex: 0 0 55%;
}

.simple-page-head-center {
  margin-bottom: 80px;
}

.container-404 h1,
.precontent-inv h1,
.simple-page-head-center h1,
.lead-slogan h1,
h1.title-hero,
.container-404 .h1,
.precontent-inv .h1,
.simple-page-head-center .h1,
.lead-slogan .h1,
.h1.title-hero {
  font-size: 60px;
}

.lead-slogan h2,
.lead-slogan .h2 {
  margin-bottom: 0;
  text-transform: uppercase;
}

.lead-slogan h2+.lead-btn,
.lead-slogan .h2+.lead-btn {
  margin-top: 35px;
}

.lead-button {
  margin-top: 18px;
}

.lead-btn {
  display: flex;
  gap: 20px;
  padding: 0 0 17px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  align-items: center;
  justify-content: space-between;
  position: relative;
  font-size: 14px;
  border-bottom: 1px solid currentColor;
  color: #252525;
}

.lead-inv .lead-btn,
.lead-btn.lead-btn-inv {
  color: #ffffff;
}

.lead-btn:after {
  content: '';
  width: 18px;
  height: 18px;
  background: url("../img/icon-new-window-10.svg") 50% 50% no-repeat;
  transition: all 0.3s ease-in-out;
  filter: invert(12%) sepia(13%) saturate(0%) hue-rotate(153deg) brightness(110%) contrast(97%);
}

.lead-inv .lead-btn:after,
.lead-btn.lead-btn-inv:after {
  filter: invert(100%);
}

.lead-inv .lead-btn:hover,
.lead-btn.lead-btn-inv:hover,
.lead-btn:hover {
  color: #EACB7E;
}

.lead-inv .lead-btn:hover:after,
.lead-btn.lead-btn-inv:hover:after,
.lead-btn:hover:after {
  filter: invert(93%) sepia(34%) saturate(6006%) hue-rotate(307deg) brightness(115%) contrast(83%);
}

.lead-btn:focus {
  color: #252525;
}

.lead-inv .lead-btn:focus,
.lead-btn.lead-btn-inv:focus {
  color: #ffffff;
}

.lead-btn-collapse:after {
  background-image: url("../img/icon-collapse-10.svg");
}

.lead-btn-collapse:not(.collapse-show):focus:after {
  filter: invert(12%) sepia(13%) saturate(0%) hue-rotate(153deg) brightness(110%) contrast(97%);
}

.lead-btn-collapse.collapse-show {
  color: #252525;
}

.lead-btn-collapse.collapse-show:after {
  transform: rotate(-90deg);
  filter: invert(93%) sepia(34%) saturate(6006%) hue-rotate(307deg) brightness(115%) contrast(83%);
}

.lead-btn-go:after {
  background-image: url("../img/icon-go.svg");
  background-size: 14px 14px;
  filter: none !important;
}

.lead-btn-quest:after {
  background-image: url("../img/icon-quest-14.svg");
}

.lead-btn-refresh:after {
  background-image: url("../img/icon-refresh-10.svg");
}

.lead-btn-share:after {
  background-image: url("../img/icon-share-12.svg");
}

.lead-btn-whatsapp:after {
  background-image: url("../img/icon-whatsapp.svg");
}

.lead-btn-ya:after {
  background-image: url("../img/icon-ya.svg");
  background-size: 14px 14px;
  filter: none !important;
}

.icontext-btn {
  display: flex;
  flex-wrap: nowrap;
  gap: 10px;
}

.icontext-btn .txt {
  font-size: 16px;
  line-height: 1.1;
  padding: 0.225em 0 0.175em;
}

.lead-stones .lead-bg {
  min-height: 400px;
}

.lead-stones .lead-btn {
  max-width: 300px;
}

.tips-size-input {
  display: none;
}

.tips-item label {
  padding: 0;
}

.tips-item label:before {
  display: none;
}

.tips-item label:after {
  display: none;
}

.goods-tips-wrp {
  display: flex;
  max-width: 494px;
  width: auto;
  justify-content: flex-start;
}

.goods-tips-wrp,
.form-group_selsect {
  margin-bottom: 36px;
}

.tips-item label {
  font-size: 12px;
  line-height: 17px;
  text-align: center;
  text-transform: uppercase;
  color: #7C7C7C;
  padding: 11px 15px !important;
  margin: 0;
  border: 1px solid #DEDEDE;
}

.tips-item label:hover,
.tips-item label.active {
  background: #EEEEEE;
  color: #252525;
}

.goods-buy {
  display: flex;
  flex-wrap: wrap;
  gap: 0;
  margin-bottom: 30px;
  align-items: center;
}

.goods__price {
  font-size: 30px;
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 0;
}

.goods__price .rub-sign {
  font-size: 85%;
}

.goods-size-desc-wrp {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 494px;
  width: 100%;
  margin-bottom: 16px;
}

.good-size-info {
  font-size: 14px;
  line-height: 20px;
  color: #000000;
}

.goods-buttons-wrp {
  display: flex;
  gap: 10px;
  flex: 1;
  position: relative;
}

.goods-buttons-wrp:has(> .goods-button-connect-btn > .button-connect.active) {
  z-index: 1246;
}

.goods-button-countPrice-wrp {
  flex: 1;
}

.buttons .button,
.goods-buttons-wrp .btn-lg,
.add-to-cart {
  height: 50px;
  padding: 10px 20px;
  background: #397B6B;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #FFFFFF;
}

.buttons .button:hover,
.add-to-cart:hover,
.add-to-cart:focus {
  background: #252525;
  color: #FFFFFF;
  border-color: #252525;
}

.dateManufacture {
  font-size: 16px;
  line-height: 21px;
  color: #252525;
  vertical-align: middle;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: .3em;
  align-items: center;
}

.dateManufacture img {
  display: block;
}

.dateManufacture-wrp {
  margin-bottom: 30px;
  border-bottom: 1px solid #EBEBEB;
  padding-bottom: 30px;
}

.goods-descr {
  margin-bottom: 30px;
}

.goods-descr.readmore-hide>*:not(.readmore-block) {
  display: inline;
}

.goods-descr hr {
  margin: 1.2em 0;
}

.goods-detail-wrp {
  margin-bottom: 50px;
}

.goods-detail-title {
  text-transform: uppercase;
}

.goods-detail-desc-wrp {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 40px;
}

.detail-item {
  width: 100%;
  flex: 0 0 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 15px 20px;
}

.detail-item-label {
  display: flex;
  width: 31.75%;
  margin-bottom: 0;
  color: #7A7A7A;
  gap: 5px 20px;
}

.detail-item-label:after {
  content: '';
  height: 2px;
  flex: 1;
  margin-top: 14px;
  background: url("../img/goods-detail-dots.svg") 100% 100% no-repeat;
}

.detail-item-desc {
  flex: 1;
  margin-bottom: 0;
}

.detail-item-half {
  width: calc(50% - 20px);
  flex: 0 0 calc(50% - 20px);
}

.detail-item-half .detail-item-label {
  flex: 1;
  width: auto;
  max-width: none;
}

.detail-item-half .detail-item-desc {
  flex: 0 0 auto;
}

.goods-advant-wrap {
  margin-bottom: 50px;
}

.goods-advant-wrap h3,
.goods-advant-wrap .h3 {
  text-transform: uppercase;
}

.goods-advant-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.goods-advant-item {
  flex: 1;
  max-width: 100%;
  min-width: 17%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  text-align: center;
  border: 1px solid #7A7A7A;
  padding: 45px 18px 22px;
}

.lead-inv .goods-advant-item {
  border-color: rgba(255, 255, 255, 0.25);
}

.goods-advant-img {
  margin-bottom: 23px;
  position: relative;
  width: 100%;
}

.goods-advant-img img {
  width: 30px;
  height: 30px;
  margin-left: auto;
  margin-right: auto;
  filter: invert(12%) sepia(13%) saturate(0%) hue-rotate(153deg) brightness(110%) contrast(97%);
}

.lead-inv .goods-advant-img img {
  filter: invert(100%);
}

.goods-advant-label {
  font-size: 14px;
  text-transform: uppercase;
  margin-bottom: 0;
  letter-spacing: 0.1em;
  width: 100%;
}

.visual-page-head .goods-advant-item {
  padding: 65px 30px 61px;
}

.visual-page-head .goods-advant-img {
  margin-bottom: 27px;
}

.visual-page-head .goods-advant-label {
  font-size: 18px;
}

.goods-image-outer {
  position: sticky;
  top: 114px;
  z-index: 20;
  max-width: 984px;
  width: 100%;
  margin: 0 auto;
}

.button-connect,
.button-cart,
.goods-button-wishList {
  background-color: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  line-height: 16px;
  text-transform: uppercase;
  color: #252525;
  border: 1px solid #252525;
  cursor: pointer;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  width: 50px;
  height: 50px;
  background-size: 18px 18px;
  position: relative;
}

.button-connect:after,
.button-cart:after,
.goods-button-wishList:after {
  content: '';
  position: absolute;
  filter: invert(12%) sepia(13%) saturate(0%) hue-rotate(153deg) brightness(110%) contrast(97%);
  width: 18px;
  height: 18px;
  top: 50%;
  left: 50%;
  background: 50% 50% no-repeat;
  transform: translate(-50%, -50%);
}

.button-cart.goods-in-cart,
.goods-button-wishList.goods-in-wishlist {
  color: #ffffff;
  background-color: #397B6B;
  border-color: #397B6B;
}

.button-cart.goods-in-cart:after,
.goods-button-wishList.goods-in-wishlist:after {
  filter: invert(1);
}

.cart_js_full,
.button-connect.active,
.button-connect:hover,
.button-cart:hover,
.button-cart.goods-in-cart:hover,
.goods-button-wishList:hover,
.goods-button-wishList.goods-in-wishlist:hover {
  color: #ffffff;
  background-color: #252525;
  border-color: #252525;
}

.button-connect.active:after,
.button-connect:hover:after,
.cart_js_full:after,
.button-cart:hover:after,
.button-cart.goods-in-cart:hover:after,
.goods-button-wishList:hover:after,
.goods-button-wishList.goods-in-wishlist:hover:after {
  filter: invert(1);
}

.button-cart:after {
  background-image: url("../img/icon-bag.svg");
}

.button-cart.goods-in-cart:after {
  background-image: url("../img/icon-bag-fill.svg");
}

.goods-button-wishList:after {
  background-image: url("../img/icon-hearth.svg");
}

.goods-button-wishList.goods-in-wishlist:after {
  background-image: url("../img/icon-hearth-fill.svg");
}

.button-connect:after {
  background-image: url("../img/icon-dialogue.svg");
}

.button-telegram:after {
  background-image: url("../img/icon-telegram.svg");
}

.button-whatsapp:after {
  background-image: url("../img/icon-whatsapp.svg");
}
.button-phone:after {
  background-image: url("../img/icon-phone.svg");
}

.goods__popup-connect-o {
  display: none;
  flex: 0 0 100%;
  position: relative;
  z-index: 1239;
  transition: all .125s ease-in-out;
  opacity: 0;
}

.goods__popup-connect-o.js_dropdown-active {
  opacity: 1;
}

.goods__popup-connect-o .overlay {
  z-index: 1240;
  top: 50px;
}

.goods__popup-connect {
  position: absolute;
  margin-top: 2px;
  left: 0;
  right: 0;
  width: 100%;
  display: flex;
  gap: 2px;
  z-index: 1245;
}

.goods__popup-connect .btn {
  display: flex;
  height: 54px;
  flex: 1;
  font-size: 11px;
  padding-left: 8px;
  padding-right: 8px;
}

.goods-button-connect-btn:has(> .active)~.goods-button-Price-btn .button-cart:not(:hover, .goods-in-cart),
.goods-button-connect-btn:has(> .active)~.goods-button-wishList-wrp .goods-button-wishList:not(:hover, .goods-in-wishlist) {
  background-color: #ffffff;
  border-color: transparent;
}

.product-video-wrp {
  background: url("../image/product/bg-video.png") 0 0 no-repeat;
  height: 780px;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 100px;
}

.product-stages-wrp {
  max-width: 1543px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
}

.stage-video-wrp {
  background: url("../image/product/stage-video.png") 0 0 no-repeat;
  height: 503px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 756px;
}

.product-stages-item {
  display: flex;
  max-width: 1411px;
  align-items: center;
  margin-bottom: 100px;
}

.product-stages-item-text-wrp {
  max-width: 494px;
  width: 100%;
}

.product-stages-item.item-align-right {
  align-self: flex-end;
}

.product-stages-item.item-align-right .product-stages-item-left {
  margin-right: 161px;
}

.product-stages-title {
  font-size: 48px;
  line-height: 58px;
  letter-spacing: -0.015em;
  text-transform: uppercase;
  color: #252525;
}

.product-stages-text {
  font-size: 16px;
  line-height: 21px;
  color: #252525;
  margin-bottom: 20px;
}

.product-stages-item-right .product-stages-item-text-wrp {
  margin-left: 161px;
}

.cat-long-descr {
  padding-top: 80px;
  padding-bottom: 30px;
}

.cat-long-descr .lead-wrap {
  margin: 90px 0 90px;
  width: 100%;
  flex: 0 0 100%;
}

.long-descr-list {
  margin-top: 1.875em;
}

.long-descr-list .content__title,
.long-descr-list h1,
.long-descr-list .h1,
.long-descr-list h2,
.long-descr-list .h2,
.long-descr-list h3,
.long-descr-list .h3,
.long-descr-list h4,
.long-descr-list .h4 {
  text-transform: uppercase;
}

.long-descr-list img {
  max-width: 100%;
  height: auto;
  max-height: 150px;
}

.long-descr-item+.long-descr-item {
  padding-top: 90px;
  margin-top: 90px;
  border-top: 1px solid #252525;
}

.long-descr-dt .content__title,
.long-descr-dt h1,
.long-descr-dt .h1,
.long-descr-dt h2,
.long-descr-dt .h2 {
  margin-bottom: 45px;
}

.owl-dots:not(.disabled) {
  display: flex;
  margin-left: -1px;
  margin-right: -1px;
  position: relative;
}

.owl-dots.disabled {
  display: none;
}

.owl-dots .owl-dot {
  display: block;
  padding: 9px 0;
  width: 100%;
  margin: 0 1px;
  background: none;
  border: none;
}

.owl-dots .owl-dot span {
  display: block;
  height: 3px;
  width: 100%;
  border-radius: 10px;
  background: #D7D7D7;
}

.owl-dots .owl-dot.active span,
.owl-dots .owl-dot:hover span {
  background: #252525;
  opacity: 1;
}

.owl-nav:not(.disabled) {
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
  margin-bottom: 11px;
}

.owl-prev,
.owl-next {
  background: none;
  border: none;
  padding: 0;
  position: relative;
  height: 21px;
  width: 10px;
  margin-top: -10px;
  margin-bottom: -11px;
  cursor: pointer;
}

.owl-prev:after,
.owl-next:after {
  content: '';
  position: absolute;
  width: 10px;
  height: 21px;
  background: url(../image/shevronBigPrev.png) 0 0 no-repeat;
  top: 3px;
  left: 0px;
}

.owl-next:after {
  transform: rotate(180deg);
}

.owl-nav {
  width: auto;
}

.liked-block {
  padding-top: 80px;
  padding-bottom: 100px;
}

.prodlist-wrp,
.youSeen-block-wrp {
  padding-top: 100px;
  padding-bottom: 10px;
  background: #252525;
  color: #ffffff;
}

.prodlist-wrp h2,
.prodlist-wrp .h2,
.youSeen-block-wrp h2,
.youSeen-block-wrp .h2 {
  color: #ffffff;
}

.prodlist-wrp .unit__content,
.youSeen-block-wrp .unit__content {
  background: transparent;
}

.prodlist-wrp .unit__link,
.youSeen-block-wrp .unit__link {
  color: #ffffff;
}

.prodlist-wrp .unit__image .img-responsive,
.youSeen-block-wrp .unit__image .img-responsive {
  background: #ffffff;
}

.prodlist-wrp {
  padding-bottom: 100px;
}

.kea-placeholder {
  overflow: hidden;
}

.owl-loaded {
  margin-left: -15px;
  margin-right: -15px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  width: 100%;
  /* width: calc(100% + 30px); */
}

@media screen and (min-width: 992px) {
  .owl-loaded {
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
    width: 100%;
  }

  .owl-stage-outer {
    overflow: hidden;
  }
}

.owl-liked-block,
.owl-youSeen-block {
  position: relative;
}

.owl-liked-block-3 {
  overflow: hidden;
}

.article-blog-list h2,
.article-blog-list .h2,
.youSeen-block-wrp h2,
.youSeen-block-wrp .h2,
.liked-block-wrp h2,
.liked-block-wrp .h2 {
  margin-bottom: 80px;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.owl-liked-block .unit__content,
.owl-youSeen-block .unit__content {
  margin-bottom: 0;
}

.owl-youSeen-block .owl-dots {
  display: none;
  position: relative;
  bottom: 0;
}

.product-page {
  background-image: url("../image/back_lines.png");
  background-repeat: no-repeat;
  background-position: 100% 0;
}

.product-page #content .owl-carousel,
.product-page .liked-block .owl-carousel,
.product-page .prodlist-wrp .owl-carousel,
.product-page .youSeen-block-wrp .owl-carousel {
  z-index: auto;
}

.content-inner.about-desc-wrp {
  padding-top: 60px;
}

.about-desc-text {
  font-size: 30px;
  line-height: 36px;
  text-align: center;
  letter-spacing: -0.015em;
  text-transform: uppercase;
  color: #252525;
  max-width: 930px;
  width: 100%;
  margin: 0 auto 60px;
}

.about-block-img-wrp {
  height: 632px;
  margin-bottom: 70px;
}

.about-block-img-wrp .about-block-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.about-mission-wrp {
  max-width: 1572px;
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
  margin: 0 auto 50px;
  display: flex;
  padding-bottom: 60px;
  border-bottom: 1px solid #EBEBEB;
}

.about-mission-text-wrp {
  width: 100%;
}

.about-mission-text-inner {
  max-width: 494px;
  margin: 133px auto 0;
  width: 100%;
}

.about-mission-text {
  font-size: 16px;
  line-height: 21px;
  color: #252525;
}

.about-mission-title {
  font-size: 48px;
  line-height: 58px;
  letter-spacing: -0.015em;
  text-transform: uppercase;
  color: #252525;
  margin-bottom: 16px;
}

.about-text-item {
  margin-bottom: 60px;
}

.about-text-item:last-child {
  margin-bottom: 0;
}

.about-our-clients-wrp {
  max-width: 1018px;
  width: 100%;
  margin: 0 auto;
}

.our-clients-title {
  text-align: center;
  margin-bottom: 21px;
  font-size: 48px;
  line-height: 58px;
  letter-spacing: -0.015em;
  text-transform: uppercase;
  color: #252525;
}

.our-clients-item {
  position: relative;
}

.our-clients-name-wrp {
  max-width: 487px;
  width: 100%;
  position: absolute;
  bottom: 50px;
  margin-left: calc(50% - 243px);
}

.our-clients-name {
  font-size: 36px;
  line-height: 42px;
  text-align: center;
  text-transform: uppercase;
  color: #FFFFFF;
  padding-bottom: 30px;
  margin-bottom: 30px;
  position: relative;
}

.our-clients-name:after {
  content: '';
  position: absolute;
  width: 110px;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.4);
  bottom: 0;
  left: calc(50% - 55px);
}

.our-clients-text {
  font-size: 16px;
  line-height: 21px;
  text-align: center;
  color: #FFFFFF;
}

.owl-our-clients .owl-stage-outer {
  overflow: hidden;
}

.owl-our-clients {
  position: relative;
  margin-bottom: 27px;
}

.owl-our-clients .owl-nav {
  position: absolute;
  width: 100%;
  top: 50%;
}

.owl-our-clients .owl-nav .owl-prev {
  left: -20px;
}

.owl-our-clients .owl-nav .owl-next {
  right: -20px;
}

.delivery-img-wrp {
  max-width: 750px;
  width: 100%;
  margin: 0 auto 12px;
}

.delivery-page h2 {
  font-size: 48px;
  line-height: 58px;
  text-align: center;
  letter-spacing: -0.015em;
  text-transform: uppercase;
  color: #252525;
}

.pay-block-wrp {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.pay-item {
  max-width: 363px;
  width: 100%;
  margin-bottom: 20px;
}

.pay-item-ico {
  margin-bottom: 19px;
}

.pay-item-title {
  font-size: 26px;
  line-height: 31px;
  letter-spacing: -0.015em;
  text-transform: uppercase;
  color: #252525;
  margin-bottom: 12px;
}

.pay-item-text {
  font-size: 16px;
  line-height: 21px;
  color: #252525;
  margin-bottom: 17px;
}

.pay-item-payment-ico-wrp {
  display: flex;
  justify-content: space-between;
  margin-bottom: 17px;
}

.content-inner.delivery-block-wrp {
  margin-bottom: 70px;
}

.content-inner.delivery-block-wrp:last-child {
  margin-bottom: 0;
}

.dev-block-wrp {
  display: flex;
  justify-content: space-between;
}

.dev-block-left,
.dev-block-right {
  max-width: 756px;
  width: 100%;
}

.delivery-img-wrp img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.about-collage-wrp {
  position: relative;
}

.about-collage-author-text-wrp {
  position: absolute;
  right: 42px;
  top: 63%;
}

.about-collage-author-text-name {
  font-size: 16px;
  line-height: 21px;
  color: #252525;
  margin: 0;
}

.about-collage-author-text-desc {
  font-size: 16px;
  line-height: 21px;
  color: #7C7C7C;
}

.textpage-title {
  text-align: center;
  border-bottom: 1px solid #252525;
  padding-bottom: 50px;
  margin-bottom: 100px;
  padding-left: calc((100% - 980px) / 2);
  padding-right: calc((100% - 980px) / 2);
  font-size: 16px;
}

.textpage-title-lg {
  padding-left: 0;
  padding-right: 0;
}

.textpage-title .breadcrumb__container {
  justify-content: center;
  margin-bottom: 75px;
}

.textpage-title .h1,
.textpage-title h1,
.textpage-title .h2,
.textpage-title h2 {
  margin-bottom: 50px;
}

.information__content {
  font-size: 16px;
}

.information__content .h1,
.information__content h1,
.information__content .h2,
.information__content h2,
.information__content .h3,
.information__content h3,
.information__content .h4,
.information__content h4,
.information__content .h5,
.information__content h5,
.information__content .h6,
.information__content h6 {
  text-transform: uppercase;
}

.article-title-dig-descr {
  display: flex;
  flex-wrap: wrap;
  gap: 100px;
  flex-direction: column;
  margin-bottom: 120px;
}

.article-tdd-item {
  border-bottom: 1px solid #252525;
  padding-bottom: 50px;
  flex: 0 0 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 20px 40px;
}

.article-tdd-title {
  flex: 0 0 380px;
  max-width: 380px;
}

.article-tdd-title .h2,
.article-tdd-title h2,
.article-tdd-title .h3,
.article-tdd-title h3 {
  text-transform: uppercase;
  margin-bottom: 20px;
}

.article-tdd-descr-list {
  flex: 0 0 64.0243902%;
  max-width: 64.0243902%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}

.article-tdd-line {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 30px;
}

.article-tdd-dig {
  flex: 0 0 80px;
  max-width: 80px;
  margin-top: 6px;
}

.article-tdd-dig .h2,
.article-tdd-dig h2,
.article-tdd-dig .h3,
.article-tdd-dig h3,
.article-tdd-dig .h4,
.article-tdd-dig h4 {
  text-transform: uppercase;
  margin-bottom: 20px;
}

.article-tdd-descr {
  flex: 1;
  margin-top: 2px;
}

.article-tdd-descr .h2,
.article-tdd-descr h2,
.article-tdd-descr .h3,
.article-tdd-descr h3,
.article-tdd-descr .h4,
.article-tdd-descr h4 {
  margin-top: 4px;
  margin-bottom: 40px;
}

.article-tdd-descr p,
.article-tdd-descr ul,
.article-tdd-descr ol {
  margin-bottom: 40px;
}

.precontent-inv {
  background: #252525;
  color: #ffffff;
  position: relative;
  margin-top: -70px;
  padding: 60px 0 56px;
}

.precontent-inv h1,
.precontent-inv .h1,
.precontent-inv h2,
.precontent-inv .h2,
.precontent-inv h3,
.precontent-inv .h3,
.precontent-inv h4,
.precontent-inv .h4,
.precontent-inv p {
  color: inherit;
}

.precontent-inv .path-list-item+.path-list-item:after,
.precontent-inv .path-list-img {
  filter: invert(100%);
}

.path-list-o {
  margin-top: 50px;
}

.path-list {
  border: 1px solid rgba(255, 255, 255, 0.2);
  display: flex;
  gap: 40px;
  padding: 0 10px;
}

.path-list-item {
  height: 90px;
  position: relative;
  padding: 30px 20px;
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: space-between;
  flex: 1;
}

.path-list-item+.path-list-item:after {
  position: absolute;
  content: '';
  height: 92px;
  width: 22px;
  right: calc(100% + 10px);
  background: url("../img/cart-line-caret.svg") 50% 50% no-repeat;
  background-size: 100% 100%;
}

.path-list-text {
  text-transform: uppercase;
  flex: 1;
  line-height: 1.1;
}

.path-list-img {
  width: 30px;
  height: 30px;
  flex: 0 0 30px;
}

.blog-list-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 90px 80px;
}
.blog-list-article {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(0, calc(25% - 30px))); /* 25% для 4 колонок, вычитаем gap */
  gap: 40px;
  justify-content: start;
}
.blog-list-header {
  display: flex;
  flex-wrap: nowrap;
  width: 100%;
  max-width: 100%;
  gap: 40px;
  list-style: none;
  margin: 0;
}

.article-blog-list {
  padding-top: 60px;
  padding-bottom: 40px;
}

.blhl-item {
  display: block;
  flex: 1;
}

.blhl-link {
  color: #ffffff !important;
  display: flex;
  padding-bottom: 100%;
  position: relative;
  overflow: hidden;
}

.blhl-bg {
  background: #252525;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transition: all .6s ease-in-out;
}

a.blhl-link:hover .blhl-bg {
  transform: scale(1.2);
}

.blhl-title {
  position: absolute;
  top: 50%;
  left: 34px;
  right: 34px;
  transform: translateY(-50%);
  margin-bottom: 0;
  text-align: center;
}

.blhl-btn {
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  width: 240px;
  transition: all .6s ease-in-out;
  opacity: 0;
}

a.blhl-link:hover .blhl-btn {
  opacity: 1;
}

.blog-list-sidebar-wrap {
  flex: 0 0 20.73170731707317%;
  max-width: 20.73170731707317%;
}

.sidebar-follow-w .blog-list-sidebar-wrap {
  align-self: flex-start;
  position: sticky;
  top: 144px;
}

.toolbar-top {
  flex: 0 0 100%;
  max-width: 100%;
  display: flex;
  align-items: center;
  margin-bottom: 60px;
}

.blog-list-sidebar {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  gap: 20px;
  flex-direction: column;
}

.toolbar-top .blog-list-sidebar {
  flex-direction: row;
  flex-wrap: nowrap;
}

.toolbar-top .lead-btn {
  padding-top: 23px;
}

.blhs-item {
  display: block;
}

.blhs-link {
  display: flex;
  flex-wrap: nowrap;
  gap: 20px;
  border: 1px solid #252525;
  padding: 9px;
  transition: all .6s ease-in-out;
  color: #252525 !important;
  min-height: 100px;
}

.blhs-horizontal .blhs-link:not(.blhs-link-icon) {
  min-width: 215px;
}

.blhs-horizontal-gap-lg {
  gap: 20px 90px;
}

.blhs-link-icon {
  width: 100px;
  max-width: 100px;
  padding: 4px;
  align-items: center;
  justify-content: center;
}

.blhs-link-sm {
  min-height: 60px;
}

.blhs-link-sm.blhs-link-icon {
  width: 60px;
  max-width: 60px;
}

.active>.blhs-link,
.blhs-link:hover {
  border-color: #EACB7E;
}

.blhs-img {
  align-self: flex-start;
  flex: 0 0 auto;
}

.blhs-img img {
  display: block;
  width: 100%;
  max-width: 80px;
}

.blog-list-sidebar+.blog-list-sidebar-btns {
  margin-top: 65px;
}

.blog-list-sidebar-btns .lead-btn {
  width: 100%;
  max-width: 100%;
}

.blhs-btns-horizontal {
  margin-top: 0 !important;
  margin-left: auto;
}

.blhs-horizontal+.blhs-btns-horizontal .lead-btn {
  min-width: 380px;
}

.container-md .blhs-horizontal+.blhs-btns-horizontal .lead-btn {
  min-width: 240px;
}

.blhs-title {
  font-size: 14px;
  line-height: 1.3;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  flex: 1;
  align-self: center;
  text-align: center;
}

.blhs-img+.blhs-title {
  padding-right: 20px;
  text-align: left;
}

.blog-list-articles {
  flex-wrap: wrap;
  flex: 1;
}

.blog-list-articles.formated {
  margin-bottom: 0;
}

.blog-list-filter {
  display: flex;
  position: relative;
  flex-wrap: nowrap;
  list-style: none;
  margin: 0;
  gap: 17px 30px;
}

.blog-list-filter-wrap {
  margin: -5px 0 50px;
}

.blf-item {
  flex: 1;
}

.blf-link {
  display: block;
  font-size: 14px;
  line-height: 1.3;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: #252525 !important;
  padding-bottom: 27px;
  border-bottom: 1px solid #252525;
  transition: all .6s ease-in-out;
}

.active>.blf-link,
.blf-link:hover {
  border-bottom-color: #EACB7E;
}

.blog-list {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 90px;
  gap: 60px;
  font-size: 16px;
  line-height: 1.5;
}

.bl-item {
  display: flex;
  flex-wrap: nowrap;
  gap: 27px 40px;
}

.bl-img {
  flex: 0 0 350px;
  max-width: 350px;
}

.bl-img img {
  display: block;
  max-width: 100%;
}

.bl-text {
  display: flex;
  flex-direction: column;
  flex: 1;
}

.bl-title {
  margin-bottom: 33px;
  text-transform: uppercase;
}

.bl-descr {
  margin-bottom: 1.75em;
  display: flex;
  flex-direction: column;
  gap: 1.5em;
}

.bl-descr p {
  margin-bottom: 0;
}

.bl-btn {
  margin-top: auto;
  max-width: 240px;
}

.faq-list-wrap {
  gap: 9.51219512195122%;
  padding-bottom: 20px;
}

.faq-list-wrap .blog-list-sidebar-wrap {
  max-width: 19.14634146341463%;
  flex: 0 0 19.14634146341463%;
  margin-bottom: 100px;
}

.faq-list-wrap .blog-list-sidebar {
  row-gap: 20px;
}

.faq-cat-list-wrap {
  margin-bottom: 100px;
}

.accordion-list {
  position: relative;
  font-size: 16px;
  line-height: 1.5;
  margin-top: 0;
  margin-bottom: 0 !important;
}

h1 .accordion-list,
.h1 .accordion-list,
h2 .accordion-list,
.h2 .accordion-list,
h3 .accordion-list,
.h3 .accordion-list {
  margin-top: -15px;
}

.accordion-list>li {
  margin-bottom: 0 !important;
  position: relative;
  padding-left: 0 !important;
}

.accordion-list>li:before {
  display: none !important;
}

.accordion-list-w {
  border-bottom: 1px solid #252525;
}

.accordion-list-w:has(> .collapse-show),
.accordion-list-w:has(> * .collapse-show) {
  border-bottom-color: #EACB7E;
}

.accordion-item {
  margin: 0;
  padding: 0;
  display: block;
}

.accordion-title {
  margin: 0;
  padding: 0;
  display: block;
}

.accordion-link {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 40px 40px 40px 0;
  text-transform: uppercase;
  position: relative;
  color: #252525;
}

.accordion-link:after {
  content: '';
  width: 18px;
  height: 18px;
  background: url("../img/icon-collapse-10.svg") 50% 50% no-repeat;
  transition: all 0.3s ease-in-out;
  filter: invert(12%) sepia(13%) saturate(0%) hue-rotate(153deg) brightness(110%) contrast(97%);
}

.accordion-link:hover {
  color: #252525;
}

.accordion-link:hover:after {
  filter: invert(93%) sepia(34%) saturate(6006%) hue-rotate(307deg) brightness(115%) contrast(83%);
}

.accordion-link:focus {
  color: #252525;
}

:not(.collapse-show) .accordion-link:focus:after {
  filter: invert(12%) sepia(13%) saturate(0%) hue-rotate(153deg) brightness(110%) contrast(97%);
}

.collapse-show .accordion-link {
  color: #252525;
}

.collapse-show .accordion-link:after {
  transform: rotate(-90deg);
  filter: invert(93%) sepia(34%) saturate(6006%) hue-rotate(307deg) brightness(115%) contrast(83%) !important;
}

.accordion-link .article-tdd-dig {
  width: 60px;
  flex: 0 0 60px;
  margin-top: 0;
  margin-bottom: 0;
  display: block;
}

.accordion-link .article-tdd-dig h2,
.accordion-link .article-tdd-dig .h2,
.accordion-link .article-tdd-dig h3,
.accordion-link .article-tdd-dig .h3 {
  margin-top: 0;
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
  display: block;
}

.collapse-show .accordion-link .article-tdd-dig h2,
.collapse-show .accordion-link .article-tdd-dig .h2,
.collapse-show .accordion-link .article-tdd-dig h3,
.collapse-show .accordion-link .article-tdd-dig .h3 {
  color: #EACB7E;
}

.accordion-link .article-tdd-descr {
  display: block;
  flex: 1;
  margin-top: 0;
  margin-bottom: 0;
}

.accordion-link .article-tdd-descr h2,
.accordion-link .article-tdd-descr .h2,
.accordion-link .article-tdd-descr h3,
.accordion-link .article-tdd-descr .h3,
.accordion-link .article-tdd-descr h4,
.accordion-link .article-tdd-descr .h4 {
  display: block;
  margin-top: 0;
  margin-bottom: 0;
}

.accordion-descr {
  margin: 25px 0 40px;
  padding: 0;
  display: none;
}

.accordion-list-after {
  margin-top: 65px;
}

.accordion-list-after .lead-btn {
  width: 160px;
}

.main-lead-wrap {
  position: relative;
  padding: 250px 0 170px;
  overflow: hidden;
  display: flex;
  align-items: center;
}

.main-lead-wrap .container {
  position: relative;
}

.main-lead-wrap.lead-page-head-transp,
.main-lead-wrap.visual-page-head {
  padding-bottom: 95px;
}

.main-lead-wrap.lead-inv {
  background: #252525;
  color: #ffffff;
}

.make-lead-wrap,
.vac-lead-wrap,
.faq-lead-wrap {
  padding-top: 170px;
  min-height: 620px;
}

.make-lead-wrap {
  padding-top: 150px;
  padding-bottom: 150px;
}

.make-lead-wrap .main-lead {
  margin-bottom: -30px;
  position: relative;
}

.block-imgbg-fullwidth {
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  padding-top: 80px;
  padding-bottom: 80px;
}

.make-imgbg-fullwidth {
  margin-top: 140px;
  background: 50% 50% no-repeat;
  background-size: cover;
  background-image: url("../img/custom-2.webp");
  margin-bottom: 250px;
}

.make-digtxt-makedown {
  margin-bottom: -210px;
}

.make-digtxt-makedown .halfbox-list {
  gap: 10px;
}

.make-digtxt-makedown .halfbox-item-sm-1d3 {
  min-width: calc((100% - 20px) / 3);
  max-width: calc((100% - 20px) / 3);
}

.make-digtxt-makedown .halfbox-item {
  gap: 160px;
}

.main-lead-bg {
  position: absolute;
  background: 50% 50% no-repeat;
  background-size: cover;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-image: url("../img/main-5.webp");
}

.faq-lead-bg {
  background-image: url("../img/faq-lead-bg.webp");
}

.vac-header-bg {
  background-image: url("../img/vac-1-bg.webp");
  background-position: 50% 0;
}

.pack-header-bg {
  background-image: url("../img/package-1-bg.webp");
  background-position: 50% 0;
}

.vac-lead-bg {
  background-image: url("../img/vac-2-bg.webp");
  background-position: 50% 0;
}

.make-lead-bg {
  background-image: url("../img/custom-3.webp");
  background-position: 50% 50%;
}

.main-lead {
  display: flex;
  align-items: flex-end;
  text-align: left;
  justify-content: space-between;
  padding: 0 15% 0 0;
  margin-bottom: 0;
}

.make-lead-wrap .main-lead,
.vac-lead-wrap .main-lead,
.faq-lead-wrap .main-lead {
  align-items: center;
}

.main-lead .lead-slogan {
  flex: 0 0 45%;
  max-width: 45%;
}

.lead-page-head-transp .main-lead .lead-slogan,
.visual-page-head .main-lead .lead-slogan {
  max-width: calc((100% - 40px) / 2);
  flex: 0 0 calc((100% - 40px) / 2);
}

.main-lead .lead-button {
  max-width: 320px;
  margin-left: auto;
  margin-right: auto;
}

.lead-page-head-transp .main-lead .lead-button,
.visual-page-head .main-lead .lead-button {
  margin-left: 0;
  margin-right: 0;
  margin-bottom: -40px;
  max-width: calc((100% - 40px) / 2);
  flex: 0 0 calc((100% - 40px) / 2);
  padding-right: 8.53658536585%;
}

.main-lead .lead-btn {
  max-width: 300px;
}

.main-lead .lead-button-text-after {
  padding-top: 30px;
}

.lead-page-head-transp .main-lead,
.visual-page-head .main-lead {
  padding-right: 0;
  margin-bottom: 0;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 30px 40px;
}

.lead-button-text-after {
  color: #7A7A7A;
  font-size: 14px;
  line-height: 1.35;
}

.main-lead-after {
  margin-top: 95px;
  position: relative;
  margin-bottom: -15px;
}

.reviews-block-slider {
  padding-bottom: 40px;
}

.owl-gallery_resp .owl-stage-outer,
.owl-reviews-block .owl-stage-outer {
  margin-bottom: 0;
}

.owl-gallery_resp .owl-nav,
.owl-reviews-block .owl-nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: absolute;
  left: -70px;
  right: -70px;
  top: 125px;
  margin: 0 !important;
}

.owl-gallery_resp .owl-prev,
.owl-gallery_resp .owl-next,
.owl-reviews-block .owl-prev,
.owl-reviews-block .owl-next {
  position: relative;
  margin: -25px !important;
  height: 50px;
  width: 50px;
  cursor: pointer;
  background: no-repeat center center transparent;
  z-index: 2;
  color: transparent !important;
}

.owl-gallery_resp .owl-prev,
.owl-gallery_resp .owl-next,
.owl-reviews-block .owl-prev,
.owl-reviews-block .owl-next {
  opacity: 1;
  transition: all .3s ease-in-out;
}

.owl-gallery_resp .owl-prev.disabled,
.owl-gallery_resp .owl-next.disabled,
.owl-reviews-block .owl-prev.disabled,
.owl-reviews-block .owl-next.disabled {
  display: block !important;
  opacity: 0;
}

.owl-gallery_resp .owl-prev:after,
.owl-gallery_resp .owl-next:after,
.owl-reviews-block .owl-prev:after,
.owl-reviews-block .owl-next:after {
  display: none !important;
  content: none !important;
}

.owl-gallery_resp .owl-prev:before,
.owl-gallery_resp .owl-next:before,
.owl-reviews-block .owl-prev:before,
.owl-reviews-block .owl-next:before {
  position: absolute;
  content: '';
  width: 30px;
  height: 30px;
  top: 10px;
  left: 10px;
  margin: auto;
  transition: all .3s ease-in-out;
  background: url("../img/icon-arrow.svg") 50% 50% no-repeat;
  filter: invert(12%) sepia(13%) saturate(0%) hue-rotate(153deg) brightness(110%) contrast(97%);
}

.owl-gallery_resp .owl-prev:hover:before,
.owl-gallery_resp .owl-next:hover:before,
.owl-reviews-block .owl-prev:hover:before,
.owl-reviews-block .owl-next:hover:before {
  border-color: #EACB7E;
  filter: invert(93%) sepia(34%) saturate(6006%) hue-rotate(307deg) brightness(115%) contrast(83%);
}

.owl-gallery_resp .owl-prev:before,
.owl-reviews-block .owl-prev:before {
  transform: rotate(180deg);
}

.owl-gallery_resp .owl-item,
.owl-reviews-block .owl-item {
  display: flex;
}

.review-item {
  display: flex;
  flex: 1;
  background: #F6F6F6;
  flex-direction: column;
  max-width: 100%;
}

.review-item-head {
  background: #ffffff;
  display: flex;
  gap: 0 20px;
  padding-bottom: 30px;
}

.ri-h-left {
  flex: 0 0 80px;
  width: 80px;
  margin-right: auto;
}

.ri-h-userpic {
  display: flex;
  position: relative;
}

.ri-h-userpic-img {
  display: block;
  position: relative;
  width: 80px;
  height: 80px;
  border-radius: 40px;
}

.ri-h-userpic-txt {
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 80px;
  height: 80px;
  border-radius: 40px;
  font-size: 2.5em;
  color: #EACB7E;
  background: #F6F6F6;
  padding: 0.3em 0.2em 0.2em;
}

.ri-h-right {
  flex: 0 0 calc(100% - 80px - 20px);
  width: calc(100% - 80px - 20px);
}

.ri-h-rating {
  padding-top: 12px;
  margin-bottom: 16px;
  display: flex;
  gap: 4px;
  align-items: center;
}

.icon-star {
  display: flex;
  text-align: left;
  text-indent: -9999px;
  position: relative;
  overflow: hidden;
  width: 16px;
  height: 16px;
  background: url("../img/icon-star.svg") 0 0 no-repeat;
  background-size: 16px 16px;
  filter: brightness(0) saturate(100%) invert(98%) sepia(13%) saturate(176%) hue-rotate(201deg) brightness(112%) contrast(93%);
}

.icon-star-full {
  filter: invert(93%) sepia(34%) saturate(6006%) hue-rotate(307deg) brightness(115%) contrast(83%);
}

.ri-h-name {
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  width: 100%;
  height: 1.05em;
  overflow-wrap: break-word;
  margin-bottom: 0.5em !important;
}

.review-item-body {
  padding: 37px 40px 25px;
  margin-bottom: 0 !important;
  position: relative;
}

.review-item-body:before {
  content: '';
  position: absolute;
  display: block;
  margin-left: -10px;
  bottom: 100%;
  left: 40px;
  border-width: 0 10px 12.5px;
  border-color: transparent transparent #F6F6F6;
  border-style: solid;
}

.review-item-text {
  margin-bottom: 30px;
}

.review-item-foot {
  padding: 0 40px 40px;
  margin-top: auto;
  position: relative;
}

.review-item-foot .lead-btn {
  width: 100%;
}

.article-full-img {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 80px;
}

.halfbox-list {
  margin-bottom: 40px;
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}

.container-md .halfbox-list {
  gap: 30px;
}

.halfbox-list p,
.halfbox-list h1,
.halfbox-list .h1,
.halfbox-list h2,
.halfbox-list .h2,
.halfbox-list h3,
.halfbox-list .h3,
.halfbox-list h4,
.halfbox-list .h4 {
  margin-bottom: 30px;
}

.halfbox-list p:last-child,
.halfbox-list h1:last-child,
.halfbox-list .h1:last-child,
.halfbox-list h2:last-child,
.halfbox-list .h2:last-child,
.halfbox-list h3:last-child,
.halfbox-list .h3:last-child,
.halfbox-list h4:last-child,
.halfbox-list .h4:last-child {
  margin-bottom: 0;
}

.halfbox-item {
  border: 1px solid #252525;
  border-width: 0 1px 1px 0;
  flex: 1;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 70px;
  min-height: 205px;
  padding: 0 40px 40px 0;
}

.lead-inv .halfbox-item {
  background: #ffffff;
  padding: 40px;
}

.lead-inv .halfbox-item,
.lead-inv .halfbox-item h1,
.lead-inv .halfbox-item .h1,
.lead-inv .halfbox-item h2,
.lead-inv .halfbox-item .h2,
.lead-inv .halfbox-item h3,
.lead-inv .halfbox-item .h3,
.lead-inv .halfbox-item h4,
.lead-inv .halfbox-item .h4 {
  color: #252525;
}

.lead-inv .halfbox-item a:not([class]) {
  color: #252525;
  text-decoration: underline;
}

.lead-inv .halfbox-item a:not([class]):hover {
  color: #EACB7E;
}

.halfbox-item-sm-1d2 {
  min-width: calc((100% - 40px) / 2);
  max-width: calc((100% - 40px) / 2);
}

.container-md .halfbox-item-sm-1d2 {
  min-width: calc((100% - 30px) / 2);
  max-width: calc((100% - 30px) / 2);
}

.halfbox-item-sm-1d3 {
  min-width: calc((100% - 80px) / 3);
  max-width: calc((100% - 80px) / 3);
}

.container-md .halfbox-item-sm-1d3 {
  min-width: calc((100% - 60px) / 3);
  max-width: calc((100% - 60px) / 3);
}

.halfbox-item-sm-1d4 {
  min-width: calc((100% - 120px) / 4);
  max-width: calc((100% - 120px) / 4);
}

.container-md .halfbox-item-sm-1d4 {
  min-width: calc((100% - 90px) / 4);
  max-width: calc((100% - 90px) / 4);
}

.halfbox-item-head {
  flex: 1;
}

.halfbox-item-body {
  margin-top: auto;
}

.article-text {
  padding-bottom: 30px;
}

.vac-list-wrap {
  padding-top: 80px;
  padding-bottom: 20px;
  margin-bottom: 0;
}

.vac-item-title-w {
  padding-right: 5.98802%;
}

.vac-item-btn {
  width: 300px;
  max-width: 100%;
}

.vac-item-descr-w {
  margin-bottom: 10px;
}

.vac-item-descr-dl {
  margin-bottom: -30px;
}

.vac-item-descr-dl+.vac-item-descr-dl {
  margin-top: 50px;
  padding-top: 50px;
  border-top: 1px solid #252525;
}

.vac-item-descr-dt {
  flex: 0 0 24%;
  max-width: 24%;
}

.vac-item-descr-dd {
  flex: 0 0 76%;
  max-width: 76%;
}

.tile-list {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}

.tile-block {
  background: #7A7A7A 50% 50% no-repeat;
  background-size: cover;
  position: relative;
  display: flex;
}

.tile-col {
  min-height: 700px;
  flex: 1;
}

.tile-col-1d4 {
  flex: 1 0 calc((100% - 120px) / 4);
  width: calc((100% - 120px) / 4);
}

.tile-col-2d4 {
  flex: 1 0 calc((100% - 40px) / 2);
  width: calc((100% - 40px) / 2);
}

.tile-text {
  width: 100%;
  max-width: 480px;
  padding: 40px 40px;
  background: #ffffff;
}

.tile-text h2,
.tile-text .h2,
.tile-text h3,
.tile-text .h3,
.tile-text h4,
.tile-text .h4,
.tile-text p {
  margin-bottom: 30px;
}

.tile-text h2:last-child,
.tile-text .h2:last-child,
.tile-text h3:last-child,
.tile-text .h3:last-child,
.tile-text h4:last-child,
.tile-text .h4:last-child,
.tile-text p:last-child {
  margin-bottom: 0;
}

.tile-text-bottom {
  margin-top: auto;
}

.tile-text-top {
  margin-bottom: auto;
}

.tile-bg {
  display: block;
  position: relative;
  flex: 0 0 100%;
  max-width: 100%;
  background: #7A7A7A;
}

.tile-bg-item {
  display: block;
  width: 100%;
}

.tile-guarantee-3 {
  position: relative;
  margin-top: 120px;
}

.tile-guarantee-3 .tile-text {
  position: absolute;
  bottom: 0;
  left: calc(50% + 20px);
  width: 680px;
  max-width: none;
  padding-bottom: 0;
}

.tile-service-spa-2 {
  position: relative;
  margin-top: 100px;
  margin-bottom: 120px;
}

.tile-service-spa-2 .tile-text-1 {
  position: absolute;
  bottom: 0;
  right: calc(50% + 20px);
  left: 120px;
  width: auto;
  max-width: none;
  padding: 65px 60px 5px;
}

.tile-service-spa-2 .tile-text-2 {
  position: absolute;
  top: 0;
  left: calc(50% + 20px);
  right: 120px;
  width: auto;
  max-width: none;
  padding: 5px 60px 65px;
}

.halfbox-guarantee-3-descr {
  position: relative;
  padding-top: 80px;
  padding-bottom: 80px;
}

.halfbox-guarantee-3-lead {
  position: relative;
  background: #F6F6F6;
  border: 0;
  padding: 0;
  gap: 0 !important;
}

.halfbox-guarantee-3-lead .halfbox-item-head {
  margin-top: -185px;
  padding: 40px 40px 65px;
  background: #F6F6F6;
}

.halfbox-guarantee-3-lead .halfbox-item-head h2,
.halfbox-guarantee-3-lead .halfbox-item-head .h2,
.halfbox-guarantee-3-lead .halfbox-item-head h3,
.halfbox-guarantee-3-lead .halfbox-item-head .h3,
.halfbox-guarantee-3-lead .halfbox-item-head h4,
.halfbox-guarantee-3-lead .halfbox-item-head .h4 {
  margin-bottom: 65px;
}

.halfbox-guarantee-3-lead .halfbox-item-body {
  padding: 0 40px 40px;
}

.guarantee-text {
  padding-top: 40px;
}

.guarantee-text,
.service-text {
  padding-bottom: 50px;
}

.tile-list {
  margin-top: 80px;
  margin-bottom: 130px;
}

.halfbox-list-o .halfbox-list {
  margin-top: 80px;
}

.make-whyus {
  margin-bottom: 90px;
}

.gallery-fullwidth-o {
  position: relative;
  overflow: hidden;
  margin-top: -70px;
  padding-top: 70px;
}

.gallery-fullwidth {
  background: #252525;
  padding: 70px 0;
}

.gallery-fullwidth .owl-gallery_resp .owl-nav {
  top: -125px;
}

.gallery-fullwidth-slider .owl-stage-outer {
  overflow: visible;
}

.pack-guarant {
  margin-top: 120px;
}

.pack-guarant-right .lead-btn {
  width: 300px;
}

.pack-motivation {
  padding-top: 30px;
  text-align: center;
}

.pack-gallery {
  margin-top: 90px;
  margin-bottom: 120px;
}

.pack-process-left {
  padding-top: 80px;
}

.pack-process {
  padding-bottom: 20px;
}

.pack-video {
  padding-top: 20px;
  margin-bottom: 120px;
}

.embed-video {
  position: relative;
  width: 100%;
  padding-top: var(--bs-aspect-ratio);
}

.embed-video:before {
  display: block;
  --bs-aspect-ratio: 56.25%;
  content: "";
}

.embed-video.is-playing .embed-video-link {
  opacity: 0;
}

.embed-ratio-16x9 {
  --bs-aspect-ratio: 56.25%;
}

.embed-ratio-21x9 {
  --bs-aspect-ratio: 42.8571428571%;
}

.embed-video>iframe,
.embed-video>video,
.embed-video>embed,
.embed-video-item {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.embed-video-link {
  opacity: 1;
  transition: all .3s ease-in-out;
  background: rgba(0, 0, 0, 0.6) url("../img/icon-play-big.svg") 50% 50% no-repeat;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  text-indent: -9999px;
  overflow: hidden;
  text-align: left;
  z-index: 4;
}

.pack-quote {
  position: relative;
  margin-bottom: 80px;
}

/* ---------------------------------------------------------max-width-1899----------------------------------------------------------------- */
@media (max-width: 1899px) {
  .owl-reviews-block .owl-nav {
    position: relative;
    padding-top: 60px !important;
    margin-left: 15px !important;
    margin-right: 15px !important;
    padding-bottom: 15px !important;
    left: 0;
    right: 0;
    top: 0;
  }

  .gallery-fullwidth .owl-gallery_resp .owl-nav {
    position: absolute;
    top: -110px;
    left: 15px;
    right: 15px;
  }
}

@media (max-width: 1640px) {
  .goods__price {
    font-size: 20px;
  }

  .buttons .button,
  .goods-buttons-wrp .btn-lg,
  .add-to-cart {
    font-size: 12px;
  }
}

/* ---------------------------------------------------------max-width-1600----------------------------------------------------------------- */
@media (max-width: 1600px) {
  .menu-lg-right {
    display: flex;
    flex-direction: column;
    width: 100%;
  }

  .menu-lg-right-item {
    display: flex;
    align-items: center;
  }

  .product-video-wrp {
    background-position: 60% 0;
  }

  .product-stages-item.item-align-right {
    align-self: auto;
  }

  .product-stages-item.item-align-right .product-stages-item-left {
    margin-right: 0;
  }

  .product-stages-item-right .product-stages-item-text-wrp {
    margin-left: 0;
  }

  .product-stages-item {
    justify-content: space-between;
    flex-wrap: wrap;
  }

  .product-stages-wrp {
    padding: 0 15px;
  }

  .about-mission-wrp {
    padding: 0 15px 60px 15px;
  }

  .halfbox-guarantee-3-lead .halfbox-item-head h2,
  .halfbox-guarantee-3-lead .halfbox-item-head .h2,
  .halfbox-guarantee-3-lead .halfbox-item-head h3,
  .halfbox-guarantee-3-lead .halfbox-item-head .h3,
  .halfbox-guarantee-3-lead .halfbox-item-head h4,
  .halfbox-guarantee-3-lead .halfbox-item-head .h4 {
    margin-bottom: 30px;
  }

  .halfbox-guarantee-3-lead .halfbox-item-head {
    padding-bottom: 30px;
    margin-top: -400px;
  }

  .tile-col {
    min-height: 600px;
  }

  .tile-col-1d4 .tile-text {
    padding-left: 0;
    padding-right: 0;
  }

  .tile-col-1d4 .tile-text.tile-text-top {
    padding-top: 0;
  }

  .tile-col-1d4 .tile-text.tile-text-bottom {
    padding-bottom: 0;
  }

  .tile-col-2d4 .tile-text {
    padding-bottom: 0;
    padding-left: 0;
  }

  .tile-service-spa-2 {
    margin-bottom: 100px;
  }

  .tile-service-spa-2 .tile-text-1 {
    padding: 40px 40px 0;
  }

  .tile-service-spa-2 .tile-text-2 {
    padding: 0 40px 40px;
  }

  .make-imgbg-fullwidth {
    margin-top: 80px;
    margin-bottom: 190px;
  }

  .make-digtxt-makedown .halfbox-item {
    gap: 70px;
  }

  .make-whyus {
    margin-bottom: 70px;
  }

  .make-about .reviews-block-slider {
    padding-bottom: 20px;
  }

  .main-lead-after {
    margin-top: 75px;
  }

  .pack-guarant {
    margin-top: 100px;
  }

  .pack-gallery {
    margin-top: 70px;
    margin-bottom: 100px;
  }

  .pack-process {
    padding-bottom: 0;
  }

  .pack-video {
    padding-top: 0;
    margin-bottom: 100px;
  }

  .pack-quote {
    margin-bottom: 60px;
  }
}

/* ---------------------------------------------------------max-width-1520----------------------------------------------------------------- */
@media (min-width: 1200px) and (max-width: 1520px) {
  .goods-color__item .img-responsive {
    max-width: 75px;
    flex: 0 0 75px;
  }

  .breadcrumb__container {
    font-size: 12px;
  }

  .goods-descr {
    max-width: 100%;
  }

  .property__item {
    min-width: 30%;
  }

  .footer-contacts .contacts-tel,
  .contacts-tel {
    font-size: 24px;
  }

  .lead-page-head-transp .main-lead .lead-button,
  .visual-page-head .main-lead .lead-button {
    padding-right: 0;
  }

  .main-lead-wrap .breadcrumb__container {
    margin-bottom: 60px;
  }

  .vac-item-title-w {
    padding-right: 3%;
  }

  .tile-col {
    min-height: 550px;
  }

  .goods-buttons-wrp {
    gap: 5px;
  }

  .buttons .button,
  .goods-buttons-wrp .btn-lg,
  .add-to-cart {
    height: 54px;
    font-size: 14px;
  }

  .add-to-cart {
    padding: 9px 12px;
    flex-direction: column;
    align-items: flex-start;
  }

  .goods__price {
    font-size: 20px;
    line-height: 1;
  }

  .goods-button-countPrice-text {
    font-size: 10px;
    line-height: 1;
  }

  .button-connect,
  .button-cart,
  .goods-button-wishList {
    width: 54px;
    height: 54px;
  }
}

/* ---------------------------------------------------------max-width-1439----------------------------------------------------------------- */
@media (max-width: 1439px) {
  .category-list-row {
    grid-template-columns: repeat(auto-fit, minmax(calc((100% - 80px) / 5), 1fr));
  }

  .owl-liked-block .unit__btn-more,
  .owl-youSeen-block .unit__btn-more {
    text-align: left;
    text-indent: -9999px;
    width: 10px;
    height: 10px;
    overflow: hidden;
    bottom: 20px;
  }

  .owl-liked-block .unit__btn-more:after,
  .owl-youSeen-block .unit__btn-more:after {
    display: block;
    position: absolute;
    bottom: 0;
    right: 0;
  }

  .sidebar-follow-w .blog-list-sidebar-wrap {
    top: 150px;
  }

  .main-lead-wrap {
    padding: 180px 0 90px;
  }

  .main-lead-wrap .lead-slogan h2,
  .main-lead-wrap .lead-slogan .h2 {
    font-size: 30px;
  }

  .make-lead-wrap,
  .vac-lead-wrap,
  .faq-lead-wrap {
    padding-top: 90px;
    min-height: 480px;
  }

  .main-lead {
    padding: 0;
  }

  .main-lead .lead-slogan {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .faq-list-wrap {
    gap: 80px;
  }

  .faq-list-wrap .blog-list-sidebar-wrap {
    flex: 0 0 20.73170731707317%;
    max-width: 20.73170731707317%;
  }

  .owl-reviews-block {
    position: relative;
    overflow: hidden;
    margin-left: -30px;
    margin-right: -30px;
    padding-left: 30px;
    padding-right: 30px;
    width: calc(100% + 60px);
  }

  .owl-stage-outer {
    overflow: visible;
  }

  .make-digtxt-makedown .halfbox-item-sm-1d3 {
    min-width: calc((100% - 10px) / 2);
    max-width: calc((100% - 10px) / 2);
  }

  .goods-advant-item {
    min-width: 46%;
    padding: 35px 25px 25px;
  }

  .visual-page-head .goods-advant-item {
    min-width: 17%;
    padding: 55px 25px 50px;
  }
}

/* ---------------------------------------------------------max-width-1320----------------------------------------------------------------- */
@media (max-width: 1320px) {
  .product-stages-item {
    flex-direction: column-reverse;
  }

  .product-stages-item.item-align-right {
    flex-direction: column;
  }

  .product-stages-item-text-wrp {
    max-width: none;
  }

  .product-stages-title {
    text-align: center;
  }

  .stage-video-wrp {
    width: 100%;
    background-size: cover;
  }

  .product-stages-item-left,
  .product-stages-item-right {
    width: 100%;
  }

  .about-mission-wrp {
    flex-direction: column;
    align-items: center;
  }

  .about-mission-text-inner {
    max-width: none;
    margin: 0 auto;
    width: 100%;
  }

  .about-mission-title {
    text-align: center;
  }

  .filters-block-wrp .ocf-dropdown .ocf-filter-body>.ocf-value-list {
    left: auto;
  }

  .filters-block-wrp {
    flex-direction: column;
  }

  .filters-block-wrp .ocf-header,
  .filters-block-right .ocf-header-label {
    margin-right: auto;
  }

  .filters-block-wrp .ocf-footer {
    width: 100%;
    flex: 0 0 100%;
    justify-content: flex-end;
    display: flex;
  }

  .article-tdd-descr-list {
    flex: 1;
    max-width: none;
  }

  .formated blockquote {
    padding-left: 36px;
  }
}

/* ---------------------------------------------------------max-width-1200----------------------------------------------------------------- */
@media (max-width: 1199px) {

  .inner-page .content__title,
  .inner-page h1,
  .inner-page .h1 {
    font-size: 30px;
  }

  .inner-page .content__title {
    font-size: 40px;
    margin-bottom: 70px;
  }

  .simple-page-head-center {
    margin-bottom: 70px;
  }

  .category-list-row {
    grid-template-columns: repeat(auto-fit, minmax(calc((100% - 60px) / 4), 1fr));
  }

  .product-video-wrp {
    background-position: 100% 0;
    height: 550px;
  }

  .product-page {
    background-image: none;
  }

  .goods-container-outer {
    overflow: hidden;
  }

  .goods-image-outer {
    max-width: 984px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    z-index: unset;
    top: 0;
  }

  .goods-property-block {
    position: relative;
    z-index: auto;
    top: 0;
  }

  .detail-item-label,
  .option__title {
    width: 44.51%;
    max-width: 44.51%;
  }

  .option__title br {
    display: none;
  }

  .goods-advant-wrap {
    margin-bottom: 0;
  }

  .goods-advant-item {
    min-width: 17%;
    padding: 28px 20px 23px;
  }

  .article-blog-list h2,
  .article-blog-list .h2,
  .youSeen-block-wrp h2,
  .youSeen-block-wrp .h2,
  .prodlist-wrp h2,
  .prodlist-wrp .h2,
  .liked-block-wrp h2,
  .liked-block-wrp .h2 {
    margin-bottom: 40px;
  }

  .unit__name {
    font-size: 16px;
    margin-top: 20px;
  }

  .liked-block,
  .prodlist-wrp,
  .youSeen-block-wrp {
    padding-top: 60px;
    padding-bottom: 80px;
    overflow: hidden;
    position: relative;
  }

  .liked-block .unit__name,
  .prodlist-wrp .unit__name,
  .youSeen-block-wrp .unit__name {
    font-size: 14px;
  }

  .prodlist-wrp,
  .youSeen-block-wrp {
    padding-bottom: 20px;
  }

  .footer__container {
    padding-top: 80px;
  }

  .footer-contacts .contacts-tel,
  .contacts-tel {
    font-size: 24px;
  }

  .footer-nav-item ul li {
    margin-bottom: 12px;
  }

  .footer-contacts {
    gap: 12px;
  }

  .footer-2 {
    padding-bottom: 37px;
  }

  .footer-2 .footer-item {
    min-width: 25%;
    max-width: 50%;
  }

  .footer-2 .footer-social {
    max-width: 100%;
    flex: 0 0 100%;
  }

  .footer-social-wrp {
    gap: 12px 20px;
    justify-content: space-between;
  }

  .footer-social-wrp .col-xs-6 {
    flex: 1;
    max-width: 120px;
  }

  .footer-social-link {
    gap: 6px 6px;
  }

  .nav-tabs,
  .nav-tabs .tab-link {
    font-size: 20px;
  }

  .hm-sub-nav li a {
    padding-left: 15px;
    padding-right: 15px;
    font-size: 11px;
  }

  .textpage-title .breadcrumb__container {
    margin-bottom: 35px;
  }

  .inner-page .textpage-title .content__title {
    margin-bottom: 30px;
  }

  .textpage-title {
    margin-bottom: 60px;
    padding-bottom: 25px;
  }

  .article-tdd-title {
    flex: 0 0 30%;
    max-width: 30%;
  }

  .article-title-dig-descr {
    gap: 60px;
    margin-bottom: 75px;
  }

  .article-tdd-item {
    padding-bottom: 20px;
    gap: 20px;
  }

  .article-tdd-dig {
    flex: 0 0 60px;
    max-width: 60px;
    margin-top: 2px;
  }

  .article-tdd-descr {
    margin-top: 2px;
  }

  .article-tdd-line {
    gap: 20px;
  }

  .cat-long-descr {
    padding-top: 10px;
    padding-bottom: 30px;
  }

  .cat-long-descr .lead-wrap {
    margin: 40px 0 40px;
    width: 100%;
    flex: 0 0 100%;
  }

  .long-descr-item+.long-descr-item {
    margin-top: 20px;
    padding-top: 50px;
  }

  .long-descr-dt .content__title,
  .long-descr-dt h1,
  .long-descr-dt .h1,
  .long-descr-dt h2,
  .long-descr-dt .h2 {
    margin-bottom: 40px;
  }

  .lead-stones .lead-bg {
    min-height: 300px;
  }

  .simple-page-head-center h1,
  .simple-page-head-center .h1 {
    font-size: 40px;
  }

  .blog-list-wrap {
    gap: 80px;
    padding-bottom: 10px;
  }

  .faq-list-wrap {
    gap: 60px;
  }

  .blog-list-header h3,
  .blog-list-header .h3 {
    font-size: 24px;
  }

  .blhl-title {
    left: 30px;
    right: 30px;
  }

  .blhl-btn {
    display: none;
  }

  .blog-list-header {
    gap: 20px;
    flex: 0 0 calc(100% + 30px);
    max-width: calc(100% + 30px);
    position: relative;
    flex-direction: row;
    overflow-y: auto;
    flex-wrap: nowrap;
    padding: 0 15px 15px;
    margin: 0 -15px -15px;
  }

  .sidebar-follow-w .blog-list-sidebar-wrap {
    position: relative;
    top: 0;
  }

  .faq-list-wrap .blog-list-sidebar-wrap,
  .blog-list-sidebar-wrap {
    flex: 0 0 calc(100% + 30px);
    max-width: calc(100% + 30px);
    margin: 0 -15px -15px;
  }

  .blog-list-sidebar {
    width: 100%;
    position: relative;
    flex-direction: row;
    overflow-y: auto;
    flex-wrap: nowrap;
    padding: 0 15px 15px;
  }

  .blog-list-sidebar-btns {
    padding: 0 15px 15px;
  }

  .blog-list-sidebar+.blog-list-sidebar-btns {
    margin-top: 30px;
  }

  .blog-list-sidebar-btns .lead-btn {
    width: 300px;
  }

  .blhs-item {
    flex: 0 0 340px;
    max-width: 340px;
  }

  .faq-list-wrap .blhs-item {
    flex: 1;
    max-width: none;
    min-width: 144px;
  }

  .blog-list-articles {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .blog-list {
    margin-bottom: 80px;
  }

  .blog-list h3,
  .blog-list .h3 {
    font-size: 30px;
  }

  .toolbar-top {
    margin-bottom: 45px !important;
  }

  .toolbar-top .blhs-item {
    flex: 0 0 auto;
    max-width: none;
  }

  .reviews-block-slider {
    padding-bottom: 35px;
  }

  .owl-reviews-block {
    margin-left: -15px;
    margin-right: -15px;
    padding-left: 15px;
    padding-right: 15px;
    width: calc(100% + 30px);
  }

  .owl-reviews-block .owl-nav {
    padding-top: 55px !important;
  }

  .article-text {
    padding-bottom: 20px;
  }

  .article-blog-list {
    padding-top: 40px;
  }

  .article-blog-list .blog-list-header {
    min-width: calc(100% + 30px);
  }

  .main-lead-wrap .breadcrumb__container {
    margin-bottom: 40px;
  }

  .lead-page-head-transp .main-lead,
  .visual-page-head .main-lead {
    flex-direction: column;
    text-align: center;
    align-items: unset;
    justify-content: unset;
  }

  .lead-page-head-transp .main-lead .lead-slogan,
  .lead-page-head-transp .main-lead .lead-button,
  .visual-page-head .main-lead .lead-slogan,
  .visual-page-head .main-lead .lead-button {
    flex: 0 0 100%;
    max-width: 672px;
    margin-left: auto;
    margin-right: auto;
  }

  .lead-page-head-transp .main-lead .lead-button,
  .visual-page-head .main-lead .lead-button {
    padding-right: 0;
    margin-top: 10px;
  }

  .main-lead-wrap.lead-page-head-transp,
  .main-lead-wrap.visual-page-head {
    padding-bottom: 85px;
  }

  .vac-list-wrap {
    padding-top: 60px;
    padding-bottom: 20px;
  }

  .vac-item-title-w {
    margin-bottom: 65px;
    padding-right: 60px;
  }

  .vac-item-descr-w {
    padding-right: 60px;
  }

  .guarantee-text {
    padding-top: 0;
    padding-bottom: 10px;
  }

  .service-text {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .halfbox-item {
    gap: 60px;
  }

  .tile-guarantee-3 {
    margin-top: 80px;
  }

  .halfbox-guarantee-3-descr {
    padding-top: 60px;
    padding-bottom: 40px;
  }

  .tile-list {
    margin-top: 60px;
    margin-bottom: 90px;
  }

  .tile-col {
    min-height: 520px;
  }

  .halfbox-list-o .halfbox-list {
    margin-top: 60px;
  }

  .tile-service-spa-2 {
    margin-top: 80px;
    margin-bottom: 80px;
  }

  .tile-service-spa-2 .tile-text-1 {
    left: 10%;
  }

  .tile-service-spa-2 .tile-text-2 {
    right: 10%;
  }

  .make-imgbg-fullwidth {
    margin-top: 40px;
    margin-bottom: 170px;
  }

  .make-whyus {
    margin-bottom: 50px;
  }

  .visual-page-head .goods-advant-item {
    padding: 28px 20px 23px;
  }

  .visual-page-head .goods-advant-img {
    margin-bottom: 23px;
  }

  .visual-page-head .goods-advant-label {
    font-size: 14px;
  }

  .main-lead-after {
    margin-top: 50px;
    text-align: center;
  }

  .pack-guarant {
    margin-top: 80px;
  }

  .pack-gallery {
    margin-top: 50px;
    margin-bottom: 80px;
  }

  .gallery-fullwidth {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .gallery-fullwidth .owl-gallery_resp .owl-nav {
    top: -80px;
  }

  .pack-process {
    padding-bottom: 0;
  }

  .pack-process-left {
    margin-bottom: -30px;
    padding-top: 0;
  }

  .pack-video {
    padding-top: 0;
    margin-bottom: 80px;
  }

  .pack-quote {
    margin-bottom: 40px;
  }

  .goods__price {
    font-size: 30px;
  }

  .buttons .button,
  .goods-buttons-wrp .btn-lg,
  .add-to-cart {
    font-size: 14px;
  }
}

/* ---------------------------------------------------------max-width-1110----------------------------------------------------------------- */
@media (max-width: 1110px) {
  .unit__container {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .lead-bg {
    height: 270px;
    padding-right: 7.926829%;
  }

  .lead-slogan {
    max-width: 50%;
    flex: 0 0 50%;
  }

  .unit__btn-more {
    font-size: 12px;
    bottom: 17px;
  }

  .lead-btn,
  .pagination__more,
  .pagination__button {
    font-size: 12px;
  }

  .pagination__button {
    min-width: 27px;
  }

  .pagination__button:has(> .pagination__prev) {
    margin-right: 13px;
  }

  .pagination__button:has(> .pagination__next) {
    margin-left: 13px;
  }
}

@media (min-width: 992px) and (max-width: 1600px) {
  .tile-guarantee-3 .tile-text {
    right: 40px;
    width: auto;
  }
}

/* ---------------------------------------------------------max-width-991----------------------------------------------------------------- */
@media (max-width: 991px) {
  .preloader__bg {
    bottom: 100px;
  }

  .inner-page:not(.header-transp) .header__container {
    height: 51px;
    margin-bottom: 30px;
  }

  .header-transp .lead-page-head-transp,
  .header-transp .visual-page-head {
    padding-top: 81px;
  }

  #content:has(> .container > .container-404) {
    margin-bottom: 30px;
  }

  .precontent-inv {
    margin-top: -30px;
  }

  .header-transp .header__desktop:after,
  .main-page .header__desktop:after {
    display: none;
  }

  .header-top {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .header-logo {
    max-width: 74px;
  }

  .status__link.js-h_contacts-btn.active:after {
    height: 51px;
  }

  .category-list-row {
    grid-template-columns: repeat(auto-fit, minmax(calc((100% - 40px) / 3), 1fr));
  }

  .filters-block-left .list-group {
    display: flex;
    width: 100%;
    flex-direction: column;
  }

  .inner-page #ocfilter .ocfilter-option {
    margin: 0 0 20px 0;
  }

  .inner-page #ocfilter .ocfilter-option:last-child {
    margin: 0;
  }

  .filters-mobile-btn {
    display: block;
    position: relative;
    background-color: #FFF;
    border: none;
    font-size: 14px;
    line-height: 20px;
    text-transform: uppercase;
    color: #252525;
    margin-bottom: 20px;
    cursor: pointer;
  }

  .filters-mobile-btn.open {
    margin-bottom: 0;
  }

  .filters-mobile-btn:after {
    content: '';
    position: absolute;
    width: 13px;
    height: 8px;
    background: url("../image/arrow_bottom.png") 0 0 no-repeat;
    top: 5px;
    right: -15px;
  }

  .filters-mobile-btn.open:after {
    transform: rotate(179deg);
  }

  .filters-block-left .list-group {
    display: none;
  }

  .filters-block-left.openList .list-group {
    display: flex;
  }

  .inner-page .selectedFilters-wrp {
    padding: 0 7px;
  }

  .carousel__container .owl-dots {
    display: flex;
  }

  .owl-carousel .owl-stage-outer {
    /* overflow: visible; */
  }

  .goods-image-outer,
  .goods-property-block {
    position: relative;
    top: auto;
  }

  .goods-descr {
    max-width: 100%;
  }

  .detail-item-label,
  .option__title {
    width: 31.75%;
    max-width: 31.75%;
  }

  .footer__container {
    padding-bottom: 50px;
  }

  .footer-social-wrp .col-xs-6 {
    flex: 0 0 auto;
    max-width: fit-content;
  }

  .footer-social-link {
    gap: 6px 12px;
  }

  .header-search__container {
    top: 60px;
    max-height: calc(100% - 75px);
    font-size: 12px;
  }

  .header-search__input {
    height: 51px;
    padding: 16px 53px 16px 20px;
    font-size: 16px;
    line-height: 19px;
  }

  .header-search__button {
    padding: 18px 20px 18px 8px;
  }

  .header__search-nav-wrap {
    max-height: calc(100% - 75px - 51px);
  }

  .header__search-nav-row {
    padding: 42px 20px 20px;
    gap: 24px;
  }

  .units__container .unit__btn-more,
  .owl-liked-block .unit__btn-more,
  .owl-youSeen-block .unit__btn-more {
    text-align: left;
    text-indent: -9999px;
    width: 10px;
    height: 10px;
    overflow: hidden;
    bottom: 20px;
  }

  .units__container .unit__btn-more:after,
  .owl-liked-block .unit__btn-more:after,
  .owl-youSeen-block .unit__btn-more:after {
    display: block;
    position: absolute;
    bottom: 0;
    right: 0;
  }

  .units__container .unit__buttons,
  .owl-liked-block .unit__buttons,
  .owl-youSeen-block .unit__buttons {
    gap: 15px;
    top: 15px;
    right: 15px;
  }

  .units__container .unit__button:before,
  .owl-liked-block .unit__button:before,
  .owl-youSeen-block .unit__button:before {
    top: -7px;
    left: -7px;
    right: -7px;
    bottom: -7px;
  }

  .units__container .unit__price,
  .owl-liked-block .unit__price,
  .owl-youSeen-block .unit__price {
    bottom: 12px;
    left: 15px;
    font-size: 13px;
  }

  .units__container .unit__btn-more,
  .owl-liked-block .unit__btn-more,
  .owl-youSeen-block .unit__btn-more {
    bottom: 15px;
    right: 15px;
  }

  .article-tdd-title,
  .article-tdd-descr-list {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .article-tdd-descr .h2,
  .article-tdd-descr h2,
  .article-tdd-descr .h3,
  .article-tdd-descr h3,
  .article-tdd-descr .h4,
  .article-tdd-descr h4 {
    margin-top: 0;
  }

  .article-tdd-dig {
    margin-top: 3px;
  }

  .article-tdd-descr {
    margin-top: 0;
  }

  .cat-long-descr {
    padding-top: 0;
    padding-bottom: 30px;
  }

  .cat-long-descr .lead-wrap {
    margin: 30px 0 30px;
    width: 100%;
    flex: 0 0 100%;
  }

  .lead-stones .lead-bg {
    min-height: 250px;
  }

  .simple-page-head-center {
    margin-bottom: 30px;
  }

  .simple-page-head-center h1,
  .simple-page-head-center .h1 {
    font-size: 30px;
  }

  .blog-list-wrap {
    gap: 30px;
    margin-bottom: 0;
  }

  .faq-list-wrap {
    gap: 50px;
    padding-bottom: 0;
  }

  .blog-list-header {
    min-width: 200px;
  }

  .article-blog-list .blog-list-header {
    min-width: calc(100% + 30px);
  }

  .blhl-title {
    left: 18px;
    right: 18px;
  }

  .blog-list-header h3,
  .blog-list-header .h3 {
    font-size: 14px;
  }

  .blhs-item {
    min-width: 227px;
  }

  .blhs-link {
    gap: 14px;
    padding: 1px 1px 1px 1px;
    min-height: 60px;
  }

  .blhs-img {
    max-width: 60px;
  }

  .blhs-title {
    font-size: 12px;
    padding-right: 10px;
    padding-left: 10px;
  }

  .blhs-title .blhs-img {
    padding-left: 0;
  }

  .blog-list-filter-wrap {
    margin-bottom: 30px;
  }

  .blog-list-filter {
    flex: 0 0 calc(100% + 30px);
    max-width: calc(100% + 30px);
    position: relative;
    flex-direction: row;
    overflow-y: auto;
    flex-wrap: nowrap;
    padding: 0 15px 15px;
    margin: 0 -15px -15px;
  }

  .blf-item {
    flex: 0 0 139px;
    max-width: 139px;
  }

  .bl-item {
    gap: 27px 30px;
  }

  .bl-img {
    flex: 0 0 320px;
    max-width: 320px;
  }

  .bl-title {
    margin-bottom: 20px;
  }

  .blog-list h3,
  .blog-list .h3 {
    font-size: 24px;
  }

  .bl-descr {
    margin-bottom: 1.5em;
  }

  .blog-list {
    margin-bottom: 70px;
  }

  .main-lead-wrap .lead-slogan h2,
  .main-lead-wrap .lead-slogan .h2 {
    font-size: 24px;
  }

  .main-lead-wrap {
    padding-top: 111px;
    padding-bottom: 260px;
  }

  .make-lead-wrap,
  .vac-lead-wrap,
  .faq-lead-wrap {
    padding-top: 45px;
    padding-bottom: 45px;
    min-height: 340px;
  }

  .main-lead .lead-button {
    margin-right: 0;
  }

  h1 .accordion-list,
  .h1 .accordion-list,
  h2 .accordion-list,
  .h2 .accordion-list,
  h3 .accordion-list,
  .h3 .accordion-list {
    margin-top: -30px;
  }

  .accordion-link {
    padding: 20px 0 20px;
    gap: 5px;
  }

  .faq-cat-list-wrap {
    margin-bottom: 50px;
  }

  .accordion-link .article-tdd-dig {
    width: 45px;
    flex: 0 0 45px;
  }

  .accordion-descr {
    margin: 10px 0 30px;
  }

  .accordion-list-after {
    margin-top: 25px;
  }

  .accordion-list-after .lead-btn {
    width: 200px;
  }

  .toolbar-top .blhs-item {
    min-width: 0;
  }

  .blhs-horizontal .blhs-link:not(.blhs-link-icon) {
    width: 175px;
  }

  .blog-list-sidebar-btns .lead-btn {
    width: 180px;
    min-width: auto !important;
  }

  .blhs-horizontal-gap-lg {
    gap: 20px;
  }

  .article .simple-page-head-center {
    margin-bottom: -20px;
  }

  .article .toolbar-top {
    position: relative;
    margin-top: -10px;
  }

  .main-lead-wrap .breadcrumb__container {
    margin-bottom: 30px;
  }

  .lead-page-head-transp .main-lead,
  .visual-page-head .main-lead {
    gap: 0;
  }

  .lead-page-head-transp .main-lead .lead-button,
  .visual-page-head .main-lead .lead-button {
    margin-top: 0;
  }

  .header-transp .lead-page-head-transp,
  .header-transp .visual-page-head {
    padding-bottom: 40px;
  }

  .vac-list-wrap {
    padding-top: 30px;
    padding-bottom: 0;
  }

  .vac-item-title-w {
    margin-bottom: 40px;
  }

  .vac-item-descr-w {
    margin-bottom: 10px;
  }

  .vac-item-descr-dl+.vac-item-descr-dl {
    margin-top: 40px;
    padding-top: 40px;
  }

  .halfbox-item {
    gap: 50px;
  }

  .halfbox-item.bdr-0 {
    padding-right: 0;
  }

  .guarantee-text .halfbox-item-sm-1d3 {
    min-width: calc((100% - 40px) / 2);
    max-width: calc((100% - 40px) / 2);
  }

  .guarantee-text .halfbox-item-sm-1d4 {
    min-width: calc((100% - 80px) / 3);
    max-width: calc((100% - 80px) / 3);
  }

  .guarantee-text .halfbox-guarantee-3-lead {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .tile-guarantee-3 .tile-text {
    left: auto;
    right: 40px;
    width: 600px;
  }

  .halfbox-guarantee-3-descr {
    padding-top: 40px;
  }

  .halfbox-guarantee-3-lead .halfbox-item-head {
    margin-top: 0;
  }

  .tile-col-1d4 {
    flex: 1 0 calc((100% - 40px) / 2);
    width: calc((100% - 40px) / 2);
  }

  .tile-col-2d4 {
    flex: 0 0 100%;
    width: 100%;
  }

  .tile-service-spa-2.tile-block {
    flex-wrap: wrap;
    gap: 40px;
    background: transparent;
  }

  .tile-service-spa-2 .tile-bg {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .tile-service-spa-2 .tile-text {
    position: relative;
    width: 100%;
    left: 0;
    right: 0;
    padding: 0 0 40px;
    border-bottom: 1px solid #252525;
    min-width: calc((100% - 40px) / 2);
    max-width: calc((100% - 40px) / 2);
  }

  .make-digtxt-makedown .halfbox-item {
    gap: 50px;
  }

  .main-lead-after {
    margin-bottom: 0;
  }

  .embed-video-link {
    background-size: 93px 93px;
  }

  .pack-guarant {
    margin-top: 60px;
  }

  .pack-gallery {
    margin-top: 30px;
    margin-bottom: 60px;
  }

  .gallery-fullwidth {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .gallery-fullwidth .owl-gallery_resp .owl-nav {
    top: -70px;
    left: 30px;
    right: 30px;
  }

  .pack-process-left {
    margin-bottom: 0;
    padding-top: 0;
  }

  .pack-video {
    padding-top: 30px;
    margin-bottom: 60px;
  }

  .pack-quote {
    margin-bottom: 30px;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .filters-block-wrp {
    flex-direction: column;
  }

  .filters-block-left,
  .filters-block-right {
    width: 100%;
    flex: 0 0 100%;
  }
}

@media (max-width: 800px) {
  .goods__price {
    font-size: 20px;
  }

  .buttons .button,
  .goods-buttons-wrp .btn-lg,
  .add-to-cart {
    font-size: 12px;
  }
}

/* ---------------------------------------------------------max-width-768----------------------------------------------------------------- */
@media (max-width: 767px) {
  .footer__container {
    padding-top: 40px;
  }

  .footer-row {
    gap: 0;
  }

  .footer-item,
  .footer-2 .footer-item,
  .footer-3 .footer-item {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .footer-nav-item ul a {
    font-size: 12px;
    font-family: Manrope, sans-serif;
  }

  .footer-contacts {
    padding-top: 20px;
    padding-bottom: 35px;
  }

  .footer-item-title {
    margin-bottom: 28px;
  }

  .footer-social-wrp .col-xs-6 {
    padding-left: 0;
    padding-right: 0;
    flex: 0 0 calc(50% - 20px);
    max-width: calc(50% - 20px);
  }

  .footer-policy {
    margin-top: 20px;
  }

  html .diapo_stories {
    margin-top: 0 !important;
    padding-top: 0 !important;
    padding-bottom: 25px !important;
  }

  html .inner-page .diapo_stories {
    padding-top: 30px !important;
    padding-bottom: 15px !important;
  }

  .category__info img {
    max-width: 100%;
    margin: 10px 0 !important;
    height: auto !important;
    width: auto !important;
  }

  .simple-page-head-center {
    margin-bottom: 30px;
  }

  .breadcrumb__container {
    margin-bottom: 28px;
  }

  .breadcrumb__separator:has(+ .breadcrumb__item.current),
  .breadcrumb__item.current {
    display: none;
  }

  .goods-container-outer {
    overflow: unset;
    position: relative;
    z-index: 15;
  }

  .goods-image-outer {
    margin-left: -15px;
    margin-right: -15px;
    width: calc(100% + 30px);
  }

  .goods__image {
    margin-bottom: 0;
  }

  .goods__images .thumbnail_js:after,
  .goods__images .video_js:after {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    content: '';
    border: 1px solid transparent;
    transition: all .3s ease-in-out;
  }

  .goods__images .thumbnail_js.visible:after,
  .goods__images .video_js.visible:after {
    border-color: #EACB7E;
  }

  .goods__image .thumbnail_js {
    pointer-events: none;
  }

  .goods__image .easyzoom.is-ready img {
    behavior: inherit;
    cursor: default;
  }

  .goods__image .easyzoom-flyout {
    display: none !important;
  }

  .inner-page .content__title,
  .inner-page h1,
  .inner-page .h1 {
    font-size: 30px;
    margin-bottom: 20px;
  }

  .inner-page .content__title {
    margin-bottom: 30px;
  }

  .formated h1,
  .formated .h1,
  .wrap-formated .row h1,
  .wrap-formated .row .h1 {
    font-size: 24px;
    margin-bottom: 30px;
  }

  .wrap-formated {
    margin-bottom: 30px;
  }

  .property__item {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .goods-buttons-wrp {
    gap: 2px;
  }

  .buttons .button,
  .goods-buttons-wrp .btn-lg,
  .add-to-cart {
    height: 54px;
  }

  .button-connect,
  .button-cart,
  .goods-button-wishList {
    width: 54px;
    height: 54px;
  }

  .add-to-cart {
    padding: 9px 12px;
    flex-direction: column;
    align-items: flex-start;
  }

  .goods__price {
    font-size: 20px;
    line-height: 1;
  }

  .goods-button-countPrice-text {
    font-size: 10px;
    line-height: 1;
  }

  .goods__property-buy_wrap {
    display: flex;
    flex-direction: column-reverse;
  }

  .detail-item-label:after {
    content: none;
    display: none;
  }

  .detail-item {
    display: block;
  }

  .detail-item-label+.detail-item-desc {
    margin-top: 15px;
  }

  .detail-item-label,
  .option__title,
  .detail-item-desc {
    width: 100%;
    max-width: 100%;
  }

  .detail-item-half {
    width: 100%;
    flex: 0 0 100%;
  }

  .readmore-block-xs {
    display: none;
  }

  .option__list {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .option__item-variable {
    flex: calc(50% - 10px);
    max-width: 150px;
  }

  .goods-color__item {
    flex-direction: column;
    font-size: 14px;
    text-transform: uppercase;
  }

  .goods-color__item .img-responsive {
    width: 100%;
    max-width: 100%;
  }

  .goods-color__item .option__name {
    flex: 0 0 100%;
    text-align: center;
  }

  .goods-advant-wrap {
    margin-bottom: 50px;
  }

  .goods-advant-wrap .h3,
  .goods-advant-wrap h3 {
    font-size: 24px;
  }

  .liked-block {
    padding-top: 0;
    padding-bottom: 40px;
  }

  .prodlist-wrp,
  .youSeen-block-wrp {
    padding-top: 40px;
    padding-bottom: 1px;
  }

  .article-blog-list h2,
  .article-blog-list .h2,
  .youSeen-block-wrp h2,
  .youSeen-block-wrp .h2,
  .prodlist-wrp h2,
  .prodlist-wrp .h2,
  .liked-block-wrp h2,
  .liked-block-wrp .h2 {
    margin-bottom: 30px;
  }

  .goods-advant-item {
    padding: 10px 20px;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    text-align: left;
    flex: 0 0 100%;
    min-height: 70px;
  }

  .goods-advant-img {
    margin-bottom: 0;
    margin-right: 16px;
    max-width: 24px;
    flex: 0 0 24px;
  }

  .goods-advant-label {
    flex: 1;
    font-size: 14px;
  }

  .goods-advant-block {
    padding-bottom: 1px;
  }

  .product-stages-title {
    font-size: 28px;
    line-height: 34px;
  }

  .stage-video-wrp {
    height: 212px;
  }

  .product-stages-item {
    margin-bottom: 30px;
  }

  .about-collage-wrp {
    height: 600px;
  }

  .about-collage-img {
    width: 100%;
    height: 100%;
  }

  .pay-block-wrp {
    justify-content: center;
  }

  .dev-block-wrp {
    flex-direction: column;
  }

  .about-collage-author-text-wrp {
    position: absolute;
    right: 8px;
    top: 63%;
  }

  .about-collage-author-text-name {
    font-size: 12px;
    line-height: 14px;
  }

  .about-collage-author-text-desc {
    font-size: 12px;
    line-height: 14px;
  }

  .news__container_list {
    margin-bottom: 15px;
  }

  .news__image {
    margin-bottom: 10px;
  }

  .news__title {
    margin-bottom: 0;
  }

  .owl-stage-outer {
    margin-bottom: 10px;
  }

  .mobile-hidden,
  .desktop-block {
    display: none;
  }

  .mobile-block {
    display: block;
  }

  .category-list {
    margin-bottom: 16px;
    margin-left: -15px;
    margin-right: -15px;
    overflow-x: auto;
  }

  .category-list-row {
    margin-left: 15px;
    margin-right: 15px;
    grid-template-columns: none;
    display: flex;
    flex-wrap: nowrap;
    gap: 10px 0;
    padding-bottom: 10px;
  }

  .category-list-link {
    width: 144px;
    height: auto;
    min-height: 60px;
    padding: 8px 10px;
    font-size: 12px;
    line-height: 1.0833333;
  }

  .category-list-item {
    padding-right: 15px;
  }

  .category-list-item+.category-list-item {
    margin-left: -5px;
  }

  .units__container {
    margin-bottom: 40px;
  }

  .units__container .row {
    margin-left: -10px;
    margin-right: -10px;
  }

  .unit__container,
  .pagination__container {
    padding-left: 10px;
    padding-right: 10px;
  }

  .lead-wrap {
    margin-left: 10px;
    margin-right: 10px;
    width: calc(100% - 20px);
    flex: 0 0 calc(100% - 20px);
  }

  .lead-bg {
    height: auto;
    min-height: 202px;
    padding: 20px 20px;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }

  .lead-slogan {
    padding-bottom: 12px;
  }

  .lead-slogan,
  .lead-button {
    max-width: 100%;
    width: 280px;
    flex: 0 0 100%;
  }

  .lead-btn,
  .pagination__more {
    font-size: 11px;
  }

  .pagination__more {
    display: inline-flex;
  }

  .pagination__container {
    margin: 10px 0 0;
    padding-left: 10px;
    padding-right: 10px;
    display: block;
    position: relative;
  }

  .pagination__content {
    margin-top: 33px;
    margin-left: -15px;
    margin-right: -15px;
    padding-left: 15px;
    padding-right: 15px;
    display: block;
    text-align: center;
    flex-wrap: nowrap;
    gap: 16px;
    padding-bottom: 10px;
    letter-spacing: -.4em;
    white-space: nowrap;
    overflow-x: auto;
  }

  .pagination__button {
    letter-spacing: normal;
    display: inline-block;
    vertical-align: middle;
    margin-left: 8px;
    margin-right: 8px;
  }

  .pagination__button:has(> .pagination__prev) {
    margin-right: 22px;
  }

  .pagination__button:has(> .pagination__next) {
    margin-left: 22px;
  }

  .filters-block-wrp {
    margin-bottom: 30px;
  }

  .filters-block-mobile {
    display: flex;
    gap: 20px;
  }

  .filters-block-mob-footer {
    display: block;
    flex: 0 0 auto;
  }

  .sort-mobile-btn {
    flex: 1;
    color: #252525 !important;
    display: flex;
    gap: 40px;
    padding: 0 0 17px;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    align-items: center;
    justify-content: space-between;
    position: relative;
    font-size: 12px;
    border-bottom: 1px solid currentColor;
  }

  .sort-mobile-btn:after {
    content: '';
    width: 10px;
    height: 10px;
    background: url(../img/icon-refresh-10.svg) 50% 50% no-repeat;
    filter: invert(12%) sepia(13%) saturate(0%) hue-rotate(153deg) brightness(110%) contrast(97%) !important;
    transition: all 0.3s ease-in-out;
  }

  .btn-filter-sort:after {
    background-image: url("../img/icon-caret-10.svg");
    transform: rotate(180deg);
  }

  .btn-filter-list:after {
    background-image: url("../img/icon-filter-10.svg");
  }

  .filters-block-wrp .overlay:after {
    content: '';
    position: fixed;
    width: 18px;
    height: 18px;
    top: 50%;
    right: 320px;
    margin-right: 11px;
    background: url("../img/icon-close.svg") 50% 50% no-repeat;
    transform: translateY(-50%);
    filter: invert(100%);
  }

  .filters-block-left,
  .filters-block-right {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    max-width: 320px;
    bottom: 50px;
    overflow-y: auto;
    background: #ffffff;
    z-index: 20000;
    flex-wrap: nowrap;
    flex-direction: column;
    align-items: normal;
    justify-content: normal;
    padding: 30px 20px 30px;
  }

  select.category-sort__select {
    z-index: -1 !important;
    opacity: 0 !important;
  }

  .selectboxit-container {
    display: block !important;
    width: 100%;
  }

  .filters-block-left .ocf-container.ocf-mobile-1 {
    will-change: auto;
    display: flex !important;
  }

  .filters-block-left .ocf-container {
    position: relative;
    left: auto !important;
    top: auto !important;
    right: auto !important;
    height: auto !important;
    transform: none !important;
    transition: none !important;
    z-index: auto !important;
    width: 100%;
    flex: 1;
    display: flex !important;
    flex-wrap: nowrap;
    flex-direction: column;
  }

  .filters-block-left .ocf-content {
    flex: 1;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    align-items: normal;
    justify-content: normal;
    gap: 0;
  }

  .filters-block-left .ocf-body {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    align-items: normal;
    justify-content: normal;
    gap: 0;
    position: relative;
    top: auto;
    width: 100%;
    bottom: auto;
    z-index: auto;
    flex: 1;
    max-width: 100%;
  }

  .filters-block-left .ocf-body>.ocf-filter-list {
    padding-bottom: 0;
    position: relative;
    margin-top: -25px;
    overflow: unset;
  }

  .filters-block-left .ocf-filter {
    margin: 0;
    border-bottom: 1px solid #252525;
    border-top: none !important;
    background-color: transparent !important;
    width: 100% !important;
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }

  .filters-block-left .ocf-filter.ocf-open {
    border-bottom-color: #EACB7E;
  }

  .filters-block-left .ocf-filter-body>.ocf-value-list {
    position: relative !important;
    top: auto;
    left: auto !important;
    right: auto !important;
    height: auto;
    width: 100%;
    min-width: auto !important;
    box-shadow: none !important;
    padding: 0 !important;
    overflow: unset !important;
    transform: none !important;
    transition: none !important;
    z-index: auto !important;
    background-color: transparent !important;
    will-change: auto;
    overscroll-behavior: auto;
    margin: 1px 0 18px !important;
  }

  .filters-block-left .ocf-filter:not(.ocf-open) .ocf-filter-body>.ocf-value-list {
    display: none !important;
  }

  .filters-block-left .ocf-theme-light .ocf-dropdown .ocf-filter-header {
    flex-wrap: nowrap;
    position: relative;
    bottom: auto;
    left: auto;
    padding: 19px 0 18px;
    background-color: #fff;
    width: 100%;
    height: auto;
    font-weight: 400;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #252525;
    font-size: 12px;
  }

  .filters-block-left .ocf-filter-name,
  .filters-block-left .ocf-btn {
    border-radius: 0;
    font-size: 12px;
  }

  .filters-block-left .ocf-filter-name {
    flex: 1;
  }

  .filters-block-left .ocf-value-input {
    position: relative;
    width: 16px;
    height: 16px;
    flex: 0 0 16px;
    margin-right: 10px;
    margin-top: 2px;
  }

  .filters-block-left .ocf-filter-header .ocf-angle-down {
    display: block;
  }

  .filters-block-left .ocf-filter-header .ocf-angle-right,
  .filters-block-left .ocf-open .ocf-filter-header .ocf-arrow-left {
    display: none;
  }

  .filters-block-left .filters-block-left .ocf-filter-body:not(.ocf-open)>.ocf-value-list {
    display: block !important;
  }

  .filters-block-left .ocf-slider-input-group {
    margin-top: 0;
  }

  .filters-block-left .ocf-header {
    display: none;
  }

  .filters-block-left .ocf-footer {
    flex: 0 0 auto;
    margin: 22px 0 0;
  }

  .filters-block-left .ocf-footer:has(> .ocf-between .ocf-disabled) {
    display: block !important;
  }

  .filters-block-left .ocf-footer .ocf-btn-block {
    display: block;
  }

  .filters-block-left .ocf-between {
    gap: 10px;
  }

  .filters-block-left .ocf-btn-link {
    padding: 8px 0 9px !important;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    align-items: center;
    justify-content: space-between;
    position: relative;
    font-size: 12px;
    line-height: 22px;
    height: 40px;
    border-bottom: 1px solid currentColor;
  }

  .filters-block-left .ocf-search-btn-static,
  .filters-block-left .ocf-search-btn-popover {
    height: 40px;
    padding: 8px 15px 10px;
  }

  .filters-block-left .ocf-noUi-marker {
    top: 9px;
  }

  .filters-block-left .ocf-theme-light .ocf-search-btn-static,
  .filters-block-left .ocf-theme-light .ocf-search-btn-popover,
  .filters-block-left .ocf-theme-light .ocf-search-btn-static.ocf-disabled,
  .filters-block-left .ocf-theme-light .ocf-search-btn-popover.ocf-disabled {
    background-color: #397B6B;
    border-color: #397B6B;
  }

  .filters-block-right .category__sort {
    position: relative;
    margin-top: -25px;
    flex: 1;
    flex-direction: column;
    align-items: normal;
    justify-content: normal;
    gap: 0 30px;
  }

  .filters-block-right .ocf-header-label {
    display: none;
  }

  .sort__item .selectboxit-container {
    border-bottom: 1px solid #252525;
  }

  .sort__item .selectboxit-container[aria-expanded="true"] {
    border-bottom-color: #EACB7E;
  }

  .selectboxit-container .selectboxit-options {
    z-index: auto;
  }

  .sort__item:has(.aria-expanded[aria-expanded="true"])+.sort__item {
    position: relative;
    z-index: 30000;
  }

  .sort__item .selectboxit-container .selectboxit {
    justify-content: space-between;
    padding-top: 19px;
    padding-bottom: 18px;
  }

  .sort__item .selectboxit-container span,
  .sort__item .selectboxit-container .selectboxit-options a {
    height: auto;
  }

  .filters-block-right .selectboxit-text {
    font-size: 12px;
  }

  .sort__item .selectboxit-container .selectboxit-options {
    min-width: auto !important;
    max-height: none !important;
    width: 100% !important;
    top: auto !important;
    position: relative !important;
    margin: 1px 0 18px;
    padding: 0;
    left: 0 !important;
    box-shadow: none !important;
    border-color: transparent;
    overflow: hidden;
    height: auto !important;
  }

  .header__popup-contacts-o {
    max-width: 100%;
    width: 100%;
    top: 51px;
    max-height: calc(100vh - 51px);
    left: 0;
    overflow-y: auto;
  }

  .header__popup-contacts-o .overlay {
    top: 51px;
    max-height: calc(100vh - 51px);
  }

  .header__popup-contacts {
    padding: 40px 15px;
  }

  .hp_phone-back-input {
    font-size: 12px;
  }

  .header-search__container {
    width: 320px;
  }

  .header__search-nav-col,
  .header__search-gal-col {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .textpage-title .breadcrumb__container {
    margin-bottom: 25px;
  }

  .inner-page .textpage-title .content__title {
    margin-bottom: 25px;
  }

  .textpage-title {
    padding-bottom: 10px;
    margin-bottom: 40px;
  }

  .article-title-dig-descr {
    gap: 40px;
    margin-bottom: 50px;
  }

  .article-tdd-item {
    padding-bottom: 10px;
    gap: 20px;
  }

  .article-tdd-dig {
    flex: 0 0 30px;
    max-width: 30px;
    margin-top: 0;
  }

  .article-tdd-line {
    gap: 20px;
  }

  .long-descr-list {
    margin-top: 0;
    margin-bottom: 10px;
  }

  .long-descr-item+.long-descr-item {
    margin-top: 10px;
    padding-top: 40px;
  }

  .long-descr-dt .content__title,
  .long-descr-dt h1,
  .long-descr-dt .h1,
  .long-descr-dt h2,
  .long-descr-dt .h2 {
    margin-bottom: 30px;
  }

  .cat-long-descr .lead-wrap {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .blog-list-wrap {
    padding-bottom: 35px;
  }

  .faq-list-wrap {
    padding-bottom: 0;
  }

  .blhl-item {
    min-width: 200px;
  }

  .blhs-item {
    flex: 0 0 227px;
    max-width: 227px;
  }

  .blog-list-filter-button .lead-btn {
    font-size: 12px;
  }

  .blog-list-filter {
    flex-direction: unset;
    overflow: unset;
    margin: 0;
    padding: 0;
    flex-wrap: wrap;
    display: none;
    gap: 0;
  }

  .blf-item {
    max-width: 100%;
    flex: 0 0 100%;
  }

  .blf-link {
    font-size: 12px;
    padding-top: 17px;
    padding-bottom: 17px;
  }

  .blog-list {
    margin-bottom: 35px;
    gap: 50px;
  }

  .bl-img {
    flex: 0 0 220px;
    max-width: 220px;
  }

  .main-lead-bg {
    background-image: url("../img/main-5-xs.webp");
    background-position: 50% 100%;
  }

  .faq-lead-bg {
    background-image: url("../img/faq-lead-bg-xs.webp");
    background-position: 50% 0;
  }

  .vac-header-bg {
    background-image: url("../img/vac-1-bg-xs.webp");
    background-position: 50% 50%;
  }

  .pack-header-bg {
    background-image: url("../img/package-1-bg.webp");
    background-position: 50% 0;
  }

  .vac-lead-bg {
    background-image: url("../img/vac-2-bg-xs.webp");
    background-position: 50% 50%;
  }

  .make-lead-bg {
    background-image: url(../img/custom-3.webp);
    background-position: 50% 50%;
  }

  .main-lead {
    display: block;
  }

  .main-lead .lead-slogan {
    width: 425px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 55px;
  }

  .main-lead .lead-button {
    margin-right: auto;
    width: 425px;
    max-width: 100%;
  }

  .main-lead .lead-btn {
    max-width: 100%;
  }

  .make-lead-wrap,
  .vac-lead-wrap,
  .faq-lead-wrap {
    min-height: 400px;
  }

  .make-lead-wrap .lead-slogan,
  .vac-lead-wrap .lead-slogan,
  .faq-lead-wrap .lead-slogan {
    padding-bottom: 9px;
  }

  .blog-list-sidebar {
    gap: 10px;
  }

  h1 .accordion-list,
  .h1 .accordion-list,
  h2 .accordion-list,
  .h2 .accordion-list,
  h3 .accordion-list,
  .h3 .accordion-list {
    margin-top: -20px;
  }

  .toolbar-top {
    flex-direction: column;
  }

  .blhs-btns-horizontal {
    width: 100%;
    margin-left: 0;
    margin-right: auto;
  }

  .toolbar-top .lead-btn {
    padding-top: 10px;
  }

  .blhs-link {
    min-height: 50px;
  }

  .blhs-link-sm.blhs-link-icon {
    width: 50px;
    max-width: 50px;
    min-width: 50px;
  }

  .toolbar-top {
    margin-bottom: 35px !important;
  }

  .review-item-body {
    padding: 27px 30px 5px;
  }

  .review-item-foot {
    padding: 0 30px 30px;
  }

  .review-item {
    margin-bottom: 40px;
  }

  .reviews-block-slider {
    padding-bottom: 0;
  }

  .reviews-block-slider+.pagination__container {
    margin-top: -7px;
    margin-bottom: 37px;
  }

  .article .toolbar-top {
    margin-top: 30px;
  }

  .article .toolbar-top .blog-list-sidebar {
    justify-content: space-between;
  }

  .article-full-img {
    margin-bottom: 40px;
  }

  .halfbox-list {
    gap: 20px;
    flex-direction: column;
    margin-bottom: 30px;
  }

  .halfbox-item {
    border-right: 0;
    padding-right: 0;
    padding-bottom: 20px;
    gap: 20px !important;
    min-height: auto;
  }

  .halfbox-item-sm-1d2,
  .halfbox-item-sm-1d3,
  .halfbox-item-sm-1d4 {
    min-width: 100% !important;
    max-width: 100% !important;
  }

  .halfbox-item-head {
    flex: none;
  }

  .formated ul li:before {
    margin-top: -3px;
  }

  .formated ul li:has(> h4:first-child, > .h4:first-child):before {
    margin-top: -10px;
  }

  .article-blog-list {
    padding-top: 0;
  }

  .vac-item-title-w {
    padding-right: 15px;
  }

  .vac-item-descr-w {
    padding-right: 15px;
  }

  .lead-page-head-transp .main-lead .lead-slogan,
  .lead-page-head-transp .main-lead .lead-button,
  .visual-page-head .main-lead .lead-slogan,
  .visual-page-head .main-lead .lead-button {
    max-width: 100%;
  }

  .lead-page-head-transp .main-lead .lead-slogan,
  .visual-page-head .main-lead .lead-slogan {
    padding-bottom: 0;
  }

  .lead-page-head-transp .main-lead .lead-button,
  .visual-page-head .main-lead .lead-button {
    margin-bottom: -30px;
  }

  .main-lead-wrap.lead-page-head-transp,
  .main-lead-wrap.visual-page-head {
    padding-bottom: 40px;
  }

  .service-text,
  .guarantee-text {
    padding-top: 0;
    padding-bottom: 10px;
  }

  .service-text .formated,
  .guarantee-text .formated {
    margin-bottom: 0;
  }

  .tile-guarantee-3 {
    margin-top: 30px;
  }

  .tile-guarantee-3.tile-block {
    display: block;
    flex-wrap: wrap;
  }

  .tile-guarantee-3 .tile-text {
    left: 0;
    right: 0;
    position: relative;
    flex: 0 0 100%;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    padding: 40px 0 0;
  }

  .halfbox-guarantee-3-lead {
    padding-bottom: 0 !important;
  }

  .halfbox-guarantee-3-lead .halfbox-item-head {
    padding: 20px 20px 10px;
  }

  .halfbox-guarantee-3-lead .halfbox-item-body {
    padding: 0 20px 20px;
  }

  .halfbox-guarantee-3-descr {
    padding-bottom: 20px;
  }

  .tile-block {
    display: block;
    background: none !important;
  }

  .tile-list {
    gap: 30px;
    margin-top: 40px;
    margin-bottom: 50px;
  }

  .tile-col {
    min-height: auto;
  }

  .tile-text-pre {
    background: #7A7A7A 50% 50% no-repeat;
    background-size: cover;
    height: calc(100vw - 30px);
  }

  .tile-col-1d4 {
    flex: 0 0 100%;
    width: 100%;
  }

  .tile-text-pre+.tile-text {
    padding: 30px 0 0 !important;
  }

  .halfbox-list-o .halfbox-list {
    margin-top: 0;
  }

  .tile-service-spa-2 {
    margin-top: 30px;
    margin-bottom: 40px;
  }

  .tile-service-spa-2 .tile-text {
    margin-top: 40px;
    flex: 0 0 100%;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    padding-bottom: 20px;
  }

  .make-imgbg-fullwidth {
    margin-top: 10px;
    margin-bottom: 140px;
  }

  .lead-inv .halfbox-item {
    padding: 20px;
  }

  .make-whyus {
    margin-bottom: 20px;
  }

  .make-about .reviews-block-slider {
    padding-bottom: 0;
  }

  .embed-video-link {
    background-size: 62px 62px;
  }

  .main-lead-after {
    margin-top: 70px;
  }

  .visual-page-head .goods-advant-item {
    padding: 10px 20px;
  }

  .visual-page-head .goods-advant-img {
    margin-bottom: 0;
  }

  .blockquote-icon-top,
  .formated .blockquote-icon-top {
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 30px;
  }

  .blockquote-icon-top:before,
  .formated .blockquote-icon-top:before {
    margin-bottom: 0;
    width: 39px;
    height: 34.5px;
  }

  .pack-guarant {
    margin-top: 40px;
  }

  .pack-guarant-right .lead-btn {
    width: 100%;
  }

  .pack-motivation {
    padding-top: 40px;
    text-align: left;
  }

  .pack-gallery {
    margin-top: 10px;
    margin-bottom: 40px;
  }

  .gallery-fullwidth {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .gallery-fullwidth .owl-gallery_resp .owl-nav {
    top: 50%;
    left: 30px;
    right: 30px;
  }

  .gallery-fullwidth .owl-gallery_resp .owl-prev:before,
  .gallery-fullwidth .owl-gallery_resp .owl-next:before {
    filter: invert(100%);
  }

  .gallery-fullwidth .owl-gallery_resp .owl-prev:hover:before,
  .gallery-fullwidth .owl-gallery_resp .owl-next:hover:before {
    filter: invert(93%) sepia(34%) saturate(6006%) hue-rotate(307deg) brightness(115%) contrast(83%);
  }

  .pack-process {
    padding-bottom: 10px;
  }

  .pack-process-left {
    margin-bottom: 0;
    padding-top: 0;
  }

  .pack-video {
    padding-top: 10px;
    margin-bottom: 40px;
  }

  .pack-quote {
    margin-bottom: -20px;
  }
}

/* ---------------------------------------------------------max-width-576----------------------------------------------------------------- */
@media (max-width: 576px) {
  .sliceTextMore {
    font-size: 16px;
    line-height: 21px;
  }

  .inner-page .selectedFilters-wrp {
    display: none;
  }

  .filters-mobile-btn {
    margin-top: 18px;
    margin-bottom: 18px;
  }

  .filters-mobile-btn {
    left: 15px;
  }

  .product-video-wrp {
    background-position: 60% 0;
    height: 212px;
  }

  .our-clients-name-wrp {
    max-width: 280px;
    width: 100%;
    position: absolute;
    bottom: 20px;
    margin-left: calc(50% - 140px);
  }

  .our-clients-title {
    font-size: 26px;
    line-height: 33px;
  }

  .about-desc-text {
    font-size: 16px;
    line-height: 22px;
    margin: 20px auto 20px;
  }

  .our-clients-name {
    font-size: 28px;
    line-height: 31px;
  }

  .our-clients-text {
    font-size: 12px;
    line-height: 15px;
  }

  .about-block-img-wrp {
    height: 500px;
    margin-bottom: 20px;
  }

  .about-mission-title {
    font-size: 26px;
    line-height: 33px;
  }

  .about-collage-wrp {
    height: 500px;
  }

  .about-collage-img {
    object-fit: cover;
  }

  .about-collage-author-text-wrp {
    position: absolute;
    right: 0px;
    top: 62%;
    background-color: #FFF;
    padding: 5px;
  }

  .about-collage-author-text-name {
    font-size: 10px;
    line-height: 14px;
  }

  .about-collage-author-text-desc {
    font-size: 10px;
    line-height: 14px;
  }

  .blog-list {
    gap: 40px;
  }

  .bl-item {
    flex-wrap: wrap;
  }

  .bl-img,
  .bl-text {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .bl-btn {
    max-width: 100%;
  }

  .accordion-list-after .lead-btn,
  .blog-list-sidebar-btns .lead-btn {
    width: 100%;
  }

  .toolbar-top .blhs-item {
    flex: 1;
  }

  .toolbar-top .blhs-item:has(> .blhs-link-icon) {
    flex: 0 0 auto;
  }

  .blhs-horizontal .blhs-link:not(.blhs-link-icon) {
    width: 100%;
    min-width: 175px;
  }

  .vac-item-btn {
    width: 100%;
  }

  .vac-item-descr-dt,
  .vac-item-descr-dd {
    max-width: 100%;
    flex: 0 0 100%;
  }
}

@media (max-width: 550px) {
  .unit__container {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

/* --------------------------------------------------------------MIN WIDTH--------------------------------------------------------------- */
/* ---------------------------------------------------------min-width-1200----------------------------------------------------------------- */
.simple-content {
  margin: auto;
}

@media (min-width: 1200px) {
  .goods__container>.row {
    gap: 40px;
    margin-left: 0;
    margin-right: 0;
  }

  .goods__container>.row>.col-lg-6 {
    flex: 1;
    max-width: calc(50% - 20px);
    padding-left: 0;
    padding-right: 0;
  }

  .g-lg-40px {
    margin-left: -20px;
    margin-right: -20px;
  }

  .g-lg-40px>.col,
  .g-lg-40px>[class*=col-] {
    padding-left: 20px;
    padding-right: 20px;
  }

  .g-lg-60px {
    margin-left: -30px;
    margin-right: -30px;
  }

  .g-lg-60px>.col,
  .g-lg-60px>[class*=col-] {
    padding-left: 30px;
    padding-right: 30px;
  }

  .pr-lg-65px {
    padding-right: 65px;
  }
}

/* Gallery */
.gallery__item {
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  .gallery__item {
    margin-bottom: 15px;
  }

  .unit__content .unit__btn-more {
    line-height: 17px;
    font-size: 0px;
  }
}

.instagram_img,
.instagram_vk {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  height: 18px;
  width: 18px;
  filter: invert(12%) sepia(13%) saturate(0%) hue-rotate(153deg) brightness(110%) contrast(97%);
}

.instagram_img:hover,
.instagram_vk:hover {
  filter: invert(93%) sepia(34%) saturate(6006%) hue-rotate(307deg) brightness(115%) contrast(83%);
}

.instagram_img {
  background-image: url("../img/icon-instagram.svg");
}

.instagram_vk {
  background-image: url("../img/icon-vk.svg");
}

.buttons_404 {
  display: flex;
  grid-gap: 20px;
  flex-wrap: wrap;
}

details {
  display: none;
}

.unit__content .buttonPosition {
  position: relative;
  z-index: 99;
  background: #f9bb6e;
  color: #252525;
  font-weight: 500;
}

.tooglerHasItem {
  display: flex;
  height: 40px;
  width: 10%;
  justify-content: center;
  align-items: center;
}

.topcl {
  text-align: left;
}

@media (min-width: 1919px) {
  .tab-item .js-prodlist-block .swiper-slide {
    width: 350px;
    max-width: 350px;
  }
}

@media (max-width: 991px) {

  #callibri_soc {
    display: none !important;
  }
}

@media (max-width: 767px) {
  .text-404.information__content {
    text-align: center;
  }

  .owl-carousel.thumbs_owl_js {
    margin: 0;
    padding: 0;
    width: 100%;
  }

  .img_mobile_min {
    max-width: 50%;
  }

  .js-goods_gallery_big-video {
    position: relative;
    margin-bottom: 0;
  }
}

@media (max-width: 450px) {
  .goods__images .carousel__nav {
    display: none !important;
  }
}
.swiper-slide.last-slide {
  overflow-y: auto;
  max-height: 100vh;
  -webkit-overflow-scrolling: touch;
}

@media (max-width: 1024px) {
  .goods__images .thumbnail_js {
    pointer-events: none;
  }
}
