/*
Theme Name: BlankSlate
Theme URI: https://opencollective.com/blankslate
Author: Web Guy
Author URI: https://opencollective.com/blankslate#section-contributors
Description: Donate: https://opencollective.com/blankslate. Learn: https://blankslate.me/. BlankSlate is the definitive WordPress boilerplate starter theme. I've carefully constructed the most clean and minimalist theme possible for designers and developers to use as a base to build websites for clients or to build completely custom themes from scratch. Clean, simple, unstyled, semi-minified, unformatted, and valid code, SEO-friendly, jQuery-enabled, no programmer comments, standardized and as white label as possible, and most importantly, the CSS is reset for cross-browser-compatability, with no intrusive visual CSS styles added whatsoever. A perfect skeleton theme. For support and suggestions, go to: https://github.com/webguyio/blankslate/issues. Thank you.
Tags: accessibility-ready, one-column, two-columns, custom-menu, featured-images, microformats, sticky-post, threaded-comments, translation-ready
Version: 2025
Requires at least: 5.2
Tested up to: 6.8
Requires PHP: 7.4
License: GNU General Public License v3 or Later
License URI: https://www.gnu.org/licenses/gpl.html
Text Domain: blankslate

BlankSlate WordPress Theme 2011-2025
BlankSlate is distributed under the terms of the GNU GPL
*/

@charset "UTF-8";
@font-face {
  font-family: Gilroy;
  font-display: swap;
  src:
    url(./fonts/Gilroy-Light.woff2) format("woff2"),
    url(./fonts/Gilroy-Light.woff) format("woff");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: Gilroy;
  font-display: swap;
  src:
    url(./fonts/Gilroy-LightItalic.woff2) format("woff2"),
    url(./fonts/Gilroy-LightItalic.woff) format("woff");
  font-weight: 300;
  font-style: italic;
}
@font-face {
  font-family: Gilroy;
  font-display: swap;
  src:
    url(./fonts/Gilroy-Regular.woff2) format("woff2"),
    url(./fonts/Gilroy-Regular.woff) format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: Gilroy;
  font-display: swap;
  src:
    url(./fonts/Gilroy-RegularItalic.woff2) format("woff2"),
    url(./fonts/Gilroy-RegularItalic.woff) format("woff");
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: Gilroy;
  font-display: swap;
  src:
    url(./fonts/Gilroy-Medium.woff2) format("woff2"),
    url(./fonts/Gilroy-Medium.woff) format("woff");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: Gilroy;
  font-display: swap;
  src:
    url(./fonts/Gilroy-MediumItalic.woff2) format("woff2"),
    url(./fonts/Gilroy-MediumItalic.woff) format("woff");
  font-weight: 500;
  font-style: italic;
}
@font-face {
  font-family: Gilroy;
  font-display: swap;
  src:
    url(./fonts/Gilroy-SemiBold.woff2) format("woff2"),
    url(./fonts/Gilroy-SemiBold.woff) format("woff");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: Gilroy;
  font-display: swap;
  src:
    url(./fonts/Gilroy-SemiBoldItalic.woff2) format("woff2"),
    url(./fonts/Gilroy-SemiBoldItalic.woff) format("woff");
  font-weight: 600;
  font-style: italic;
}
@font-face {
  font-family: Gilroy;
  font-display: swap;
  src:
    url(./fonts/Gilroy-Bold.woff2) format("woff2"),
    url(./fonts/Gilroy-Bold.woff) format("woff");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: Gilroy;
  font-display: swap;
  src:
    url(./fonts/Gilroy-BoldItalic.woff2) format("woff2"),
    url(./fonts/Gilroy-BoldItalic.woff) format("woff");
  font-weight: 700;
  font-style: italic;
}
@font-face {
  font-family: Gilroy;
  font-display: swap;
  src:
    url(./fonts/Gilroy-ExtraBold.woff2) format("woff2"),
    url(./fonts/Gilroy-ExtraBold.woff) format("woff");
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: Gilroy;
  font-display: swap;
  src:
    url(./fonts/Gilroy-ExtraBoldItalic.woff2) format("woff2"),
    url(./fonts/Gilroy-ExtraBoldItalic.woff) format("woff");
  font-weight: 800;
  font-style: italic;
}
@font-face {
  font-family: Gilroy;
  font-display: swap;
  src:
    url(./fonts/Gilroy-Black.woff2) format("woff2"),
    url(./fonts/Gilroy-Black.woff) format("woff");
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: Gilroy;
  font-display: swap;
  src:
    url(./fonts/Gilroy-BlackItalic.woff2) format("woff2"),
    url(./fonts/Gilroy-BlackItalic.woff) format("woff");
  font-weight: 900;
  font-style: italic;
}
* {
  padding: 0;
  margin: 0;
  border: 0;
}
*,
:after,
:before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
body,
html {
  height: 100%;
  min-width: 320px;
}
body {
  color: #181818;
  line-height: 1;
  font-family: Gilroy;
  font-size: 0.875rem;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
button,
input,
textarea {
  font-family: Gilroy;
  font-size: inherit;
}
button {
  cursor: pointer;
  color: inherit;
  background-color: inherit;
}
a {
  color: inherit;
}
a:link,
a:visited {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
ul li {
  list-style: none;
}
img {
  vertical-align: top;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: inherit;
  font-size: inherit;
}
body {
  background: #f5f4f0;
}
.lock body {
  overflow: hidden;
  -ms-touch-action: none;
  touch-action: none;
}
.fancybox__container {
  max-width: 100%;
}
.wrapper {
  min-height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  overflow: hidden;
}
.wrapper > main {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
.wrapper > * {
  min-width: 0;
}
[class*="__container"] {
  max-width: 91.5rem;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  margin: 0 auto;
  padding: 0 1.84375rem;
}
[class*="-ibg"] {
  position: relative;
}
[class*="-ibg"] img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
}
[class*="-ibg_contain"] img {
  -o-object-fit: contain;
  object-fit: contain;
}
.header {
  position: relative;
  z-index: 100;
  width: 100%;
}
.header__container {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  max-width: 1464px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.header__body {
  max-width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-backdrop-filter: blur(24px);
  backdrop-filter: blur(24px);
  background: #fff;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: fixed;
  top: 24px;
  font-weight: 500;
  font-size: 16px;
  z-index: 1000;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.101);
  letter-spacing: -0.02em;
  color: #797979;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 11px 16px;
  padding-right: 25px;
}
.header__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3px;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.header__logo:hover {
}
.menu__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  gap: 50px;
}
.menu__item .menu__link {
  padding: 20px 0;
  display: inline-block;
}
.menu__item svg {
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.menu__item:hover {
  color: #181818;
}
.menu__item:hover svg {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.menu__item:hover .sub-menu,
.menu__item:hover .sub-menu2 {
  visibility: visible;
  opacity: 1;
  display: flex;
  margin-top: 0;
  left: 0;
}
.menu__link svg {
  margin-bottom: 2px;
}
.sub-menu {
  position: absolute;
  top: 62px;
  width: 100%;
  background: #fff;
  height: 220px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  left: 0;
  margin-top: -500px;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s ease 0s;
  padding: 10px;
  z-index: 2;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 10px;
  margin-top: 18px;
}
.sub-menu__item {
  font-weight: 700;
  font-size: 22px;
  line-height: 100%;
  letter-spacing: -0.03em;
  color: #181818;
}
.sub-menu__item:hover img {
  border-bottom: 2px solid #000;
}
.item-relative {
  position: relative;
}
.sub-menu__item-img {
  margin-bottom: 10px;
  width: 100%;
  max-width: 100%;
}
.sub-menu__item-img img {
  width: 100%;
  max-width: 213px;
}
.sub-menu__link {
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.sub-menu2 {
  position: absolute;
  top: 58px;
  font-size: 0.875rem;
  left: 0;
  margin-top: -500px;
  transition: all 0.3s ease 0s;
  background: #fff;
  padding: 10px;
  z-index: 7;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 150px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  opacity: 0;
  visibility: hidden;
  left: 0;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 12px;
  gap: 10px;
}
.sub-menu2 a {
  position: relative;
  z-index: 4;
}
.sub-menu2::after {
  content: "";
  display: block;
  top: 75px;
  z-index: 0;
  width: 100%;
  position: fixed;
  background: #fff;
  height: 90px;
  left: 0;
  padding: 20px;
}
.sub-menu2 a:hover {
  text-decoration: underline;
}
.soc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
}
.soc a {
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.soc a:hover {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}
.cart-bag {
  position: relative;
}
.cart-bag span {
  position: absolute;
  top: -5px;
  width: 12px;
  height: 12px;
  text-align: center;
  right: -6px;
  font-size: 0.5625rem;
  padding: 3px;
  background: #212121;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 50%;
  color: #fff;
}
.mobil-menu {
  display: none;
}
.icon-menu {
  display: none;
}
.mobil-menu__item:not(:last-child) {
  margin-bottom: 24px;
}
.mobil-menu__name {
  font-weight: 400;
  font-size: 14px;
  margin-bottom: 11px;
  color: rgba(24, 24, 24, 0.5);
}
.mobil-menu__name strong {
  color: #181818;
}
.mobil-menu__val {
  color: #181818;
}
.video-box video {
  max-width: 100%;
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
}
section.home {
  position: relative;
  height: 704px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.home__slider {
  height: 100% !important;
  position: relative;
  width: 100% !important;
}
.home__slider .home__container {
  padding: 0 !important;
}
.home__swiper {
  height: 100%;
}
.home__slide {
  height: 100% !important;
  -webkit-transition: all 0.7s ease 0s;
  transition: all 0.7s ease 0s;
  position: relative;
  overflow: hidden;
}
.home__slide img {
  -webkit-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
  -webkit-transform: translateX(-30px) scale(1.15);
  -ms-transform: translateX(-30px) scale(1.15);
  transform: translateX(-30px) scale(1.15);
}
.swiper-slide-active {
  -webkit-filter: none;
  filter: none;
}
.swiper-slide-active img {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}
.bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.home__body {
  height: 100%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 15px;
  padding-right: 15px;
  height: 100%;
  max-width: 1464px;
  position: absolute;
  display: flex;
  z-index: 4;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-bottom: 40px;
}
.home__content {
  max-width: 800px;
}
.home__content h1 {
  margin-bottom: 50px;
  font-weight: 700;
  font-size: 80px;
  line-height: 100%;
  letter-spacing: -0.03em;
  text-transform: uppercase;
  color: #fff;
}
.home__link {
  display: inline-block;
  padding: 22px 70px;
  -webkit-box-shadow: inset 0 4px 55px 0 rgba(255, 255, 255, 0.16);
  box-shadow: inset 0 4px 55px 0 rgba(255, 255, 255, 0.16);
  background: #fff;
  font-weight: 700;
  font-size: 16px;
  line-height: 130%;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  text-align: center;
  color: #3f4a3d;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.home__link:hover {
  -webkit-filter: brightness(0.8);
  filter: brightness(0.8);
}
.home__link:active {
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
}
.home__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  z-index: 34;
  right: 29px;
  bottom: 40px;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  gap: 70px;
}
.navi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 6px;
}
.btn-navi {
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.js-catalog-section {
  scroll-margin-top: 150px;
}
.btn-navi:hover {
  filter: brightness(0.7);
}
.btn-navi:active {
  -webkit-transform: scale(0.3);
  -ms-transform: scale(0.3);
  transform: scale(0.3);
}
.pagination {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: static !important;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
}
.pagination .swiper-pagination-bullet {
  -webkit-box-shadow: inset 0 4px 30px 0 rgba(255, 255, 255, 0.16);
  box-shadow: inset 0 4px 30px 0 rgba(255, 255, 255, 0.16);
  background: #fff;
  width: 10px;
  cursor: pointer;
  height: 10px;
  opacity: 0.3;
  display: inline-block;
}
.pagination .swiper-pagination-bullet-active {
  opacity: 1;
}
.home-items {
  background: #fff;
  padding: 45px 0;
}
.home-items__body {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: 20px;
}
.home-items__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
  font-weight: 600;
  font-size: 22px;
  line-height: 110%;
  text-transform: uppercase;
  color: #181818;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.title {
  font-weight: 700;
  font-size: 50px;
  line-height: 110%;
  letter-spacing: -0.03em;
  text-transform: uppercase;
  color: #181818;
}
.sumki__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  gap: 20px;
}
.sumki__mob {
  display: none;
}
.sumki__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.sumki__item {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 calc(33.33% - 20px);
  flex: 1 1 calc(33.33% - 20px);
}
.sumki .swiper-pagination-bullet {
  -webkit-box-shadow: inset 0 4px 30px 0 rgba(255, 255, 255, 0.16);
  box-shadow: inset 0 4px 30px 0 rgba(255, 255, 255, 0.16);
  background: #181818;
  opacity: 0.3;
}
.sumki .swiper-pagination-bullet-active {
  opacity: 1;
}
.sumki .sumki__box {
  margin-top: 40px;
}
.sumki__item-image-box {
  position: relative;
}
.fade-up {
  opacity: 0;
  -webkit-transform: translateY(20px) scale(0.9);
  -ms-transform: translateY(20px) scale(0.9);
  transform: translateY(20px) scale(0.9);
  -webkit-transition:
    opacity 0.7s ease-out,
    -webkit-transform 0.5s ease-out;
  transition:
    opacity 0.7s ease-out,
    -webkit-transform 0.5s ease-out;
  transition:
    opacity 0.7s ease-out,
    transform 0.5s ease-out;
  transition:
    opacity 0.7s ease-out,
    transform 0.5s ease-out,
    -webkit-transform 0.5s ease-out;
}
.fade-up.show {
  opacity: 1;
  -webkit-transform: translateY(0) scale(1);
  -ms-transform: translateY(0) scale(1);
  transform: translateY(0) scale(1);
}
.sumki__item-image {
  max-width: 100%;
  width: 100%;
}
.sumki__item-icon {
  position: absolute;
  right: 20px;
  top: 20px;
}
.sumki__item-block {
  padding: 32px 24px;
  background: #fff;
}
.sumki__item-ttl {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 10px;
  font-weight: 700;
  font-size: 22px;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  color: #181818;
}
.active .sumki__item-ttl .plus {
  display: none;
}
.active .sumki__item-ttl .minus {
  display: block;
}
.sumki__item-ttl .minus {
  display: none;
}
.sumki__item-text {
  font-weight: 500;
  font-size: 16px;
  line-height: 130%;
  letter-spacing: -0.02em;
  color: #181818;
  overflow: hidden;
  max-height: 0;
  -webkit-animation: heighttt1 1s ease forwards;
  animation: heighttt1 1s ease forwards;
}
.active .sumki__item-text {
  display: block;
  margin-top: 16px;
  -webkit-animation: heighttt2 1s ease forwards;
  animation: heighttt2 1s ease forwards;
  max-height: 100%;
}
.pelmen2 .active .sumki__item-text {
  -webkit-animation: heighttt22 1s ease forwards;
  animation: heighttt22 1s ease forwards;
}
.pelmen2 .sumki__body {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.videosnopadding {
  padding: 0 !important;
}
.videos {
  padding: 105px 0;
  background: #fff;
}
.videos .swiper-pagination-bullet {
  -webkit-box-shadow: inset 0 4px 30px 0 rgba(255, 255, 255, 0.16);
  box-shadow: inset 0 4px 30px 0 rgba(255, 255, 255, 0.16);
  background: #181818;
  opacity: 0.3;
}
.videos .swiper-pagination-bullet-active {
  opacity: 1;
}
.recom-pagin .swiper-pagination-bullet {
  -webkit-box-shadow: inset 0 4px 30px 0 rgba(255, 255, 255, 0.16);
  box-shadow: inset 0 4px 30px 0 rgba(255, 255, 255, 0.16);
  background: #181818;
  opacity: 0.3;
}
.recom-pagin .swiper-pagination-bullet-active {
  opacity: 1;
}
.videos__slider2 {
  overflow: visible !important;
}
.videos__slide iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}
.recom .product-card {
  width: 100%;
}
.recom .bx {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.recom .recom__slider .product-card__cena {
  margin-bottom: 20px;
}
.recom__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 15px;
  margin-bottom: 34px;
}
.recom__top .pagination {
  display: none;
}
.recom__top .title {
  max-width: 670px;
  margin-bottom: 0;
}

.product-page .videos {
  padding: 0;
}
.prodyct-page .swiper-slide-active {
  opacity: 1 !important;
}
.video__card {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
}
.video-box {
  position: relative;
  width: 100%;
  background: #f3f3f3;
  height: 460px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 22px;
}
.video-poster {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.video-play {
  z-index: 2;
  background: 0 0;
}
.videos__block {
  width: 100%;
}
.videos__ttl {
  margin-bottom: 15px;
  font-weight: 700;
  font-size: 28px;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  color: #3f4a3d;
}
.videos__txt {
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
  letter-spacing: -0.02em;
  color: #181818;
  max-width: 310px;
}
.videos__navi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 10px;
  margin-top: 40px;
}
.materials__title {
  max-width: 670px;
}
.materials .sumki__body {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
.materials .sumki__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.materials .sumki__item .sumki__item-block {
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background: #fff;
}
.materials .sumki__item-image-box {
  -webkit-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
}
.materials .sumki__item-image-box .sumki__item-image {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
}
.popular__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  margin-bottom: 50px;
}
.popular__ttl {
  margin-bottom: 0;
}
.btn {
  -webkit-box-shadow: inset 0 4px 30px 0 rgba(255, 255, 255, 0.06);
  box-shadow: inset 0 4px 30px 0 rgba(255, 255, 255, 0.06);
  background: #afa592;
  padding: 23.5px 95px;
  font-weight: 700;
  font-size: 15px;
  line-height: 130%;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.btn:hover {
  filter: brightness(0.9);
}
.btn:active {
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
}
.btn-border {
  padding: 17px;
  border: 1px solid #181818;
  display: block;
  background: #fff;
  text-align: center;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.btn-border:hover {
  filter: brightness(0.9);
}
.btn-border:active {
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
}
.popular__card {
  position: relative;
  margin-bottom: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 14px 0;
  background: #fff;
  gap: 20px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.popular__card::before {
  content: "";
  width: 200%;
  position: absolute;
  left: -50%;
  background: #fff;
  height: 100%;
  top: 0;
}
.popular__card-left {
  position: relative;
  max-width: 360px;
  padding: 10px 0;
}
.catalog-page .popular__card-left .popular__card-colors {
  margin-bottom: 240px;
}
.popular__card-left .btn {
  font-size: 0.9375rem;
  padding-left: 30px;
  padding-right: 30px;
}
.popular__card-ttl {
  margin-bottom: 18px;
  font-weight: 700;
  font-size: 80px;
  line-height: 100%;
  letter-spacing: -0.03em;
  color: #181818;
}
.popular__card-txt {
  margin-bottom: 40px;
  font-weight: 400;
  font-size: 20px;
  line-height: 130%;
  letter-spacing: -0.02em;
  color: #181818;
}
.popular__card-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 8px;
  margin-bottom: 25px;
}
.popular__card-i {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 500;
  align-items: center;
  font-size: 16px;
  line-height: 130%;
  color: #181818;
  gap: 5px;
}
.popular__card-i svg {
  width: 17px;
}
.popular__card-colors {
  margin-bottom: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 11px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.popular__bx {
  font-weight: 500;
  font-size: 16px;
  line-height: 130%;
  color: #181818;
}
.popular__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
}
.popular__card-color {
  border: 1px solid #181818;
  padding: 5px;
  font-weight: 600;
  font-size: 14px;
  line-height: 130%;
  color: #181818;
}
.popular__card-prices {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
  margin-bottom: 30px;
  width: 100%;
}
.popular__card-price {
  font-weight: 700;
  font-size: 40px;
  line-height: 100%;
  letter-spacing: -0.04em;
  text-transform: lowercase;
  text-align: center;
  color: #3f4a3d;
}
.popular__card-old-price {
  font-weight: 500;
  font-size: 24px;
  line-height: 100%;
  letter-spacing: -0.04em;
  text-transform: uppercase;
  text-decoration: line-through;
  text-align: center;
  color: #3f4a3d;
}
.popular__card-procent {
  font-weight: 600;
  font-size: 12px;
  color: #fff;
  padding: 8px 4px;
  background: #3f4a3d;
}
.popular__link {
  width: 100%;
  display: block;
  text-align: center;
}
.popular__card-right {
  max-width: 785px;
  width: 100%;
}
.popularbig__slider {
  margin-bottom: 10px;
  position: relative;
}
.popularbig__slider .navi {
  position: absolute;
  left: 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 10px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 2;
  top: calc(50% - 30px);
}
.popularbig__swiper img {
  height: 442px;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.popularthumbs__swiper img {
  height: 128px;
  border: 1px solid #d9d9d9;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}
.popularthumbs__slide {
  cursor: pointer;
  opacity: 0.5;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
  font-weight: 500;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: -0.05em;
  text-align: center;
  color: #fff;
  position: relative;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.popularthumbs__slide span {
  position: absolute;
  text-decoration: underline;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
  z-index: 2;
  opacity: 0;
}
.popularthumbs__slide.swiper-slide-thumb-active {
  opacity: 1;
}
.popularthumbs__slide.swiper-slide-thumb-active span {
  /* opacity: 1; */
}
.bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.standart {
  position: relative;
  color: #fff;
  padding: 100px 0;
}
.standart__container {
  position: relative;
  z-index: 2;
}
.standart__top {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  margin-bottom: 30px;
}
.standart .standart__title {
  color: #fff;
  margin-bottom: 0;
  max-width: 680px;
}
.standart__navis {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 100px;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.standart__card-img {
  margin-bottom: 24px;
}
.standart__card-img img {
  height: 490px;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.standart__card-ttl {
  font-weight: 700;
  font-size: 22px;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 15px;
  max-width: 380px;
}
.standart__card-txt {
  margin-bottom: 16px;
  font-weight: 500;
  font-size: 16px;
  line-height: 130%;
  letter-spacing: -0.02em;
  color: #fff;
}
.standart__card-date {
  margin-bottom: 32px;
  font-weight: 500;
  font-size: 14px;
  line-height: 130%;
  letter-spacing: -0.02em;
  color: #848484;
}
.standart__card-link {
  font-weight: 500;
  font-size: 15px;
  text-transform: uppercase;
  color: #fff;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding-bottom: 3px;
  border-bottom: 1px solid #fff;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 5px;
}
.offline__title {
  margin-bottom: 50px;
}
.offline__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
.offline__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 20px;
  max-width: 462px;
}
.offline__card {
  padding: 20px;
  background: #fff;
}
.offline__card-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
  margin-bottom: 30px;
}
.offline__top-ttl {
  margin-bottom: 10px;
  font-weight: 700;
  font-size: 22px;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  color: #181818;
}
.offline__top-txt {
  font-weight: 500;
  font-size: 16px;
  line-height: 130%;
  letter-spacing: -0.02em;
  color: #181818;
}
.offline__top-body-line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.offline__top-body-line:not(:last-child) {
  margin-bottom: 10px;
}
.offline__top-line-box {
  display: inline;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 5px;
}
.offline__top-line-ttl {
  font-weight: 500;
  font-size: 14px;
  line-height: 130%;
  letter-spacing: -0.02em;
  color: #848484;
  display: inline;
}
.offline__top-line-txt {
  max-width: 380px;
  display: inline;
}
.contacts__map iframe {
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
}
.offline__map {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  position: relative;
}
.offline__map iframe {
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
}
.contacts {
  position: relative;
  height: 460px;
  width: 100%;
}
.contacts__container {
  position: relative;
  padding: 0;
  height: 100%;
}
.location0 .first__title {
  max-width: 750px;
}
.contacts__body {
  width: 100%;
  height: 100%;
}
.deliver .steps {
  padding: 0;
}
.contacts__card {
  position: absolute;
  top: 0;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  left: 0px;
  background: #fff;
  max-width: 670px;
  padding: 35px;
  width: 100%;
  z-index: 3;
}
.suk {
  max-width: 260px;
}
.contacts__card-ttl {
  margin-bottom: 33px;
  font-weight: 700;
  font-size: 50px;
  line-height: 110%;
  letter-spacing: -0.03em;
  text-transform: uppercase;
  color: #181818;
}
.contacts__card-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 24px;
}
section {
  scroll-margin-top: 120px;
}
.contacts__card-item {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 calc(50% - 10px);
  flex: 1 1 calc(50% - 10px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  font-weight: 400;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  font-size: 14.5px;
  line-height: 130%;
  letter-spacing: -0.02em;
  color: #848484;
}
.contacts__card-item img {
  width: 24px;
}
.contacts__card-item strong {
  font-weight: 400;
}
.contacts__card-item span {
  font-weight: 600;
  color: #181818;
}
.contacts__card-txt {
  margin-bottom: 24px;
  font-weight: 500;
  font-size: 16px;
  color: #181818;
}
.contacts__card-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
}
.contacts__card-btn {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 20px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.contacts__map {
  width: 100%;
  height: 100%;
}
.contacts__map iframe {
  position: absolute;
  right: 0;
  top: 0;
  width: 58%;
  height: 100%;
}
.footer {
  padding: 40px 0;
  background: #fff;
}
.contacts .contacts__map iframe {
  /* pointer-events: none; */
}
.footer__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 30px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid rgba(98, 98, 98, 0.3);
}
.footer__cart {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 15px;
  font-weight: 600;
  font-size: 16px;
  letter-spacing: -0.02em;
  color: #212121;
}
.footer__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 12px;
}
.footer__left {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  max-width: 900px;
}
.footer__menu {
  margin-bottom: 150px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 720px;
  gap: 65px;
}
.footer__col-ttl {
  margin-bottom: 25px;
  font-weight: 600;
  font-size: 16px;
  color: #181818;
}
.footer-mobil {
  margin-bottom: 35px;
  padding-bottom: 35px;
  border-bottom: 1px solid rgba(98, 98, 98, 0.3);
}
.footer__col-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 10px;
  font-weight: 500;
  font-size: 15px;
  color: #797979;
}
.footer__bottom-list {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.pel {
  margin-left: 140px;
}
.footer__bottom-grey-color {
  margin-bottom: 11px;
  font-weight: 400;
  font-size: 14px;
  color: rgba(24, 24, 24, 0.7);
}
.footer__bottom-txt {
  font-weight: 500;
  font-size: 16px;
  color: #181818;
}
.footer__right {
  max-width: 240px;
  width: 100%;
}
.footer .contacts__card-buttons {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 40px;
}
.footer .contacts__card-btn {
  width: 100%;
}
.footer .contacts__card-item {
  margin-bottom: 21px;
}
.footer__right-link a {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 0.75rem;
  border: 1.5px solid #181818;
}
.footer__bottom-line {
  margin-top: 30px;
  padding-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 15px;
  border-top: 1px solid rgba(98, 98, 98, 0.3);
}
.footer__bottom-line-txt {
  font-weight: 500;
  font-size: 14px;
  color: rgba(24, 24, 24, 0.7);
}
.product-page__videos .videos9 {
  margin-bottom: 20px;
}
.footer__bottom-link {
  font-weight: 500;
  font-size: 16px;
  text-decoration: underline !important;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
  color: #5b98dd;
  max-width: 263px;
}
.fo2 {
  display: none;
}
.popup {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100vh;
  z-index: 100;
  background: rgba(24, 24, 24, 0.267);

  /* ВМЕСТО display: none используем это: */
  opacity: 0; /* Полностью прозрачный */
  visibility: hidden; /* Скрыт от кликов и скринридеров */
  pointer-events: none; /* Клики проходят сквозь него */

  /* Плавное появление/исчезновение фона */
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;

  /* Flexbox оставляем всегда включенным, скрываем через opacity */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

/* Состояние, когда попап открыт */
.popup.active {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}

.modal-open {
  overflow: hidden;
}

.popup__body {
  padding: 40px;
  background: #f6f6f6;
  height: 100vh;
  width: 100%;
  max-width: 600px;
  margin-left: auto;

  /* НАЧАЛЬНОЕ СОСТОЯНИЕ: Сдвинут вправо за экран */
  -webkit-transform: translateX(100%);
  transform: translateX(100%);

  /* Плавный переход для сдвига */
  -webkit-transition: all 0.7s ease; /* 0.7s как вы хотели */
  transition: all 0.7s ease;
}

/* КОНЕЧНОЕ СОСТОЯНИЕ: Когда родитель active, возвращаем на место */
.popup.active .popup__body {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.aboutmaterials .sumki__item-image-box {
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  height: 530px;
  -webkit-animation: heightt1 1s ease forwards;
  animation: heightt1 1s ease forwards;
}
.aboutmaterials .sumki__item.active .sumki__item-image-box {
  -webkit-animation: heightt2 1s ease forwards;
  animation: heightt2 1s ease forwards;
}
@-webkit-keyframes heightt1 {
  0% {
    height: 420px;
  }
  100% {
    -webkit-transform: none;
    transform: none;
    height: 530px;
  }
}
@keyframes heightt1 {
  0% {
    height: 420px;
  }
  100% {
    -webkit-transform: none;
    transform: none;
    height: 530px;
  }
}
@-webkit-keyframes heightt2 {
  0% {
    -webkit-transform: none;
    transform: none;
    height: 530px;
  }
  100% {
    height: 420px;
  }
}
@keyframes heightt2 {
  0% {
    -webkit-transform: none;
    transform: none;
    height: 530px;
  }
  100% {
    height: 420px;
  }
}
@-webkit-keyframes heightt3 {
  0% {
    height: 135px;
  }
  100% {
    -webkit-transform: none;
    transform: none;
    height: 295px;
  }
}
@keyframes heightt3 {
  0% {
    height: 135px;
  }
  100% {
    -webkit-transform: none;
    transform: none;
    height: 295px;
  }
}
@-webkit-keyframes heightt4 {
  0% {
    -webkit-transform: none;
    transform: none;
    height: 295px;
  }
  100% {
    height: 135px;
  }
}
@keyframes heightt4 {
  0% {
    -webkit-transform: none;
    transform: none;
    height: 295px;
  }
  100% {
    height: 135px;
  }
}
@-webkit-keyframes heighttt1 {
  0% {
    height: 130px;
  }
  100% {
    -webkit-transform: none;
    transform: none;
    height: 0;
  }
}
@keyframes heighttt1 {
  0% {
    height: 130px;
  }
  100% {
    -webkit-transform: none;
    transform: none;
    height: 0;
  }
}
@-webkit-keyframes heighttt2 {
  0% {
    -webkit-transform: none;
    transform: none;
    height: 0;
  }
  100% {
    height: 130px;
  }
}
@keyframes heighttt2 {
  0% {
    -webkit-transform: none;
    transform: none;
    height: 0;
  }
  100% {
    height: 130px;
  }
}
@-webkit-keyframes heighttt22 {
  0% {
    -webkit-transform: none;
    transform: none;
    height: 0;
  }
  100% {
    height: 195px;
  }
}
@keyframes heighttt22 {
  0% {
    -webkit-transform: none;
    transform: none;
    height: 0;
  }
  100% {
    height: 195px;
  }
}
@-webkit-keyframes heighttt3 {
  0% {
    height: 135px;
  }
  100% {
    -webkit-transform: none;
    transform: none;
    height: 295px;
  }
}
@keyframes heighttt3 {
  0% {
    height: 135px;
  }
  100% {
    -webkit-transform: none;
    transform: none;
    height: 295px;
  }
}
@-webkit-keyframes heighttt4 {
  0% {
    -webkit-transform: none;
    transform: none;
    height: 295px;
  }
  100% {
    height: 135px;
  }
}
@keyframes heighttt4 {
  0% {
    -webkit-transform: none;
    transform: none;
    height: 295px;
  }
  100% {
    height: 135px;
  }
}
.close {
  position: absolute;
  right: 30px;
  top: 30px;
}
.popup-form__title {
  margin-bottom: 34px;
  font-size: 20px;
  color: #0d0d0d;
  max-width: 380px;
}
.input {
  margin-bottom: 8px;
  background: #fff;
  padding: 18px 16px;
  font-weight: 400;
  font-size: 16px;
  color: #0d0d0d;
  width: 100%;
  display: inline-block;
}
.policu-cookie {
  font-weight: 400;
  font-size: 14px;
  line-height: 145%;
  color: #0d0d0d;
}
.policu-cookie a {
  font-weight: 700;
  text-decoration: underline;
}
.submit {
  margin: 24px 0;
  display: block;
  width: 100%;
}
.catalog {
  height: 600px;
  position: relative;
  width: 100%;
}
.catalog__container {
  height: 100%;
}
.catalog__body {
  height: 100%;
  position: relative;
  z-index: 3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 100px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: auto;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.breadcrumbs {
  font-weight: 400;
  font-size: 14px;
  margin-bottom: auto;
  position: relative;
  padding-top: 120px;
  line-height: 130%;
  z-index: 5;
  letter-spacing: -0.02em;
  color: #fff;
}
.breadcrumbs span :last-child {
  font-weight: 500;
}
.catalog__title {
  max-width: 890px;
  font-weight: 700;
  font-size: 70px;
  line-height: 100%;
  letter-spacing: -0.03em;
  text-transform: uppercase;
  color: #fff;
}
.catalog-body .popular__link {
  text-transform: uppercase;
  color: #3f4a3d;
  font-weight: 700;
}
.catalog-body__filters {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid rgba(98, 98, 98, 0.3);
}
.catalog-body__filters-title {
  font-weight: 600;
  font-size: 22px;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  color: #181818;
  margin-bottom: 23px;
}
.catalog-body__filters-filter-category {
  font-weight: 500;
  font-size: 16px;
  line-height: 130%;
  color: rgba(24, 24, 24, 0.5490196078);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
}
.catalog-body__filters-sort {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
  font-weight: 400;
  font-size: 14px;
  line-height: 130%;
  letter-spacing: -0.02em;
  color: #181818;
}
.catalog-body__filters-sort-ttl {
  font-weight: 500;
  line-height: 130%;
}
.catalog-page {
  overflow: auto;
}
.catalog-page .swiper-pagination-bullet {
  -webkit-box-shadow: inset 0 4px 30px 0 rgba(255, 255, 255, 0.16);
  box-shadow: inset 0 4px 30px 0 rgba(255, 255, 255, 0.16);
  background: #181818;
  opacity: 0.3;
}
.catalog-page .swiper-pagination-bullet-active {
  opacity: 1;
}
.catalog-body__filters-sort-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  letter-spacing: -0.02em;
  color: rgba(24, 24, 24, 0.5);
}
.catalog-body__filters-sort-items .active {
  text-decoration: underline;
  font-weight: 700;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
  color: #afa592;
}
.navi-catalog {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 40px;
}
.catalog-body .popular__card-ttl {
  font-size: 3.75rem;
}
.catalog-body__chkes {
  font-weight: 500;
  font-size: 14px;
  line-height: 130%;
  color: rgba(24, 24, 24, 0.5333333333);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: 10px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 80px;
}
.catalog-body__catalog {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 calc(66.66% - 11px);
  flex: 1 1 calc(66.66% - 11px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
.catalog-body__catalog-cat {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 calc(33.33% - 11px);
  flex: 1 1 calc(33.33% - 11px);
}
.catalog-body__catalog-cat .popular__card-txt {
  font-weight: 400;
  font-size: 20px;
  line-height: 130%;
  letter-spacing: -0.02em;
  color: #181818;
  margin-bottom: 25px;
}
.checkbox {
  display: inline-flex;
  gap: 5px;
  align-items: center;
}
.catalog-body__catalog-cat .popular__card-left {
  position: sticky;
  background: #fff;
  max-width: 460px;
  padding: 20px;
  top: 115px;
}
.catalog-body__catalog-products {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 948px;
  gap: 20px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.catalog-page .mob {
  display: none;
}
.mob {
  display: none;
}
.mobflex {
  display: none;
}
.footer-imposter {
  margin-left: -29px;
}
.footer-imposter2 {
  margin-left: -12px;
}
.product-card {
  padding: 20px;
  transition: all 0.3s ease 0s;
  background: #fff;
  width: calc(50% - 10px);
  overflow: hidden;
}
.product-card:hover {
  transform: scale(1.01);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}
.product-card__slider {
  overflow: hidden;
  max-width: 100%;
  height: 323px;
  margin-bottom: 24px;
  position: relative;
}
.product-card__slide img {
  width: 100%;
  height: 314px;
  object-fit: cover;
}
.product-pagination {
  z-index: 2;
  position: absolute !important;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  bottom: 15px;
}
.product-pagination .swiper-pagination-bullet {
  -webkit-box-shadow: inset 0 4px 30px 0 rgba(255, 255, 255, 0.16);
  box-shadow: inset 0 4px 30px 0 rgba(255, 255, 255, 0.16);
  background: #181818;
  opacity: 0.3;
}
.product-pagination .swiper-pagination-bullet-active {
  opacity: 1;
}
.product-card__subttl {
  margin-bottom: 8px;
  font-weight: 500;
  font-size: 16px;
  line-height: 130%;
  color: #181818;
}
.product-card__ttl {
  margin-bottom: 16px;
  font-weight: 700;
  font-size: 40px;
  line-height: 100%;
  color: #181818;
}
.product-card__colors {
  margin-bottom: 33px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.product-card__colors-txt {
  font-weight: 500;
  font-size: 14px;
  line-height: 130%;
  color: rgba(24, 24, 24, 0.5);
}
.product-card__color {
  font-weight: 600;
  border: 1px solid #181818;
  padding: 5px;
  font-size: 14px;
  line-height: 130%;
}
.product-card__cena {
  margin-bottom: 20px;
}
.product-card__cena .popular__card-prices {
  margin-bottom: 0;
}
.product-card__actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
.product-card__link {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 23.5px;
}
.product-card__add-to-cart img {
  margin-left: 10px;
}
.product-card__add-to-cart {
  position: relative;
  max-width: 66px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 1px solid #afa592;
  padding: 10px;
  position: relative;
}
.count {
  width: 14px;
  height: 14px;
  line-height: 1;
  text-align: center;
  font-size: 9px;
  z-index: 3;
  background: #212121;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-family: Arial, Helvetica, sans-serif;
  border-radius: 50%;
  margin-top: -15px;
  margin-left: -5px;
  color: #fff;
}
.product-page .breadcrumbs {
  margin: 0;
  margin-bottom: 50px;
  padding-top: 0;
  color: rgba(24, 24, 24, 0.5);
}
.product-page .breadcrumbs .last {
  color: #0d0d0d;
  font-weight: 700;
}
.product-page .breadcrumbs .last a {
  font-weight: 700;
}
.product-page .videos__title {
  max-width: 690px;
}
.product-page__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 120px;
  gap: 20px;
  width: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.product-page__block-nav {
  max-width: 254px;
  /* background: #fff; */
  width: 100%;
}
.product-page__navi {
  width: 100%;
  height: 550px;
  background: #fff;
  padding: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: sticky;
  top: 115px;
  z-index: 2;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.product-page__cat {
  font-weight: 700;
  font-size: 40px;
  line-height: 100%;
  letter-spacing: -0.03em;
  color: #181818;
  margin-bottom: 24px;
}
.product-page__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 10px;
  font-weight: 400;
  font-size: 18px;
  line-height: 130%;
  letter-spacing: -0.02em;
  color: rgba(24, 24, 24, 0.5);
  margin-bottom: 100px;
}
.product-page__list .active {
  color: #181818;
  font-weight: 600;
}
.product-page .videos__container {
  padding: 0;
}
.product-page__advant {
  background: #f5f4f0;
  position: relative;
}
.product-page__advant .home-items {
  background: #f5f4f0;
  margin-top: 40px;
  margin-bottom: 40px;
}
.video-poster img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.videosi .title {
  max-width: 660px;
}
.product-page__add {
  width: 100%;
  opacity: 0;
  display: block;
  padding: 23.5px;
}
.product-page__cont {
  max-width: 1187px;
  padding: 20px;
  overflow: hidden;
  background: #fff;
  gap: 20px;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
.product-page__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.product-page__info-images {
  max-width: 587px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
.product-page__sliderthumbs {
  max-width: 100px;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  width: 100%;
  min-width: 100px;
}
.product-page__slidethumbs {
  border: 1px solid transparent;
  cursor: pointer;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.product-page__slidethumbs:active {
  -webkit-transform: scale(0.7) !important;
  -ms-transform: scale(0.7) !important;
  transform: scale(0.7) !important;
}
.product-page__slidethumbs img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  height: 100%;
}
.product-page__slider {
  position: relative;
  max-width: 479px;
}
.product-page__slide img {
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
  width: 100%;
}
.swiper-slide-thumb-active {
  border: 1px solid #181818;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.product-page__info-content {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
.product-page__navi-btns {
  position: absolute;
  left: 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  top: calc(50% - 20px);
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.product-page__navi-btns button {
  position: absolute;
  z-index: 3;
}
.product-page__navi-btns .product-page-next {
  right: 0;
}
.product-page__info .popular__card-colors {
  margin-bottom: 95px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.product-page__info .popular__card-colors span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 16px;
  height: 16px;
  margin-right: 5px;
}
.product-page__info .popular__card-colors .popular__card-color {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.product-page__info .popular__card-colors .popular__block {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.product-page__price-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 24px;
}
.product-page__price-box .popular__link {
  text-transform: uppercase;
}
.product-page .product-card__cena {
  margin-bottom: 0;
}
.split {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.product-page__actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 8px;
}
.add-to-cart {
  display: block;
  text-align: center;
  padding: 23.5px;
  width: 100%;
}
.buy-click {
  display: block;
  text-align: center;
  width: 100%;
  border: 1px solid #afa592;
  color: #afa592;
  font-size: 0.9375rem;
  padding: 23.5px;
  font-weight: 600;
  text-transform: uppercase;
}
.product-page .product-page-pagination {
  position: absolute !important;
  bottom: 30px;
  left: 0;
  width: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  z-index: 4;
}
.product-page .product-page-pagination .swiper-pagination-bullet {
  -webkit-box-shadow: inset 0 4px 30px 0 rgba(255, 255, 255, 0.16);
  box-shadow: inset 0 4px 30px 0 rgba(255, 255, 255, 0.16);
  background: #181818;
  opacity: 0.3;
}
.product-page .product-page-pagination .swiper-pagination-bullet-active {
  opacity: 1;
}
.product-page__details .pk {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  overflow-y: scroll;
  height: 400px;
  -ms-scroll-snap-type: y mandatory;
  scroll-snap-type: y mandatory;
  overflow-x: hidden;
}
.product-page__details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow-y: hidden;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.active-detail {
  -webkit-animation: detail 0.6s ease forwards;
  animation: detail 0.6s ease forwards;
}
.product-page__detail {
  width: 100%;
	margin-bottom:5px;
  scroll-snap-align: start;
  -webkit-transition: all 0.8s ease;
  transition: all 0.8s ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 60px;
}
.blog .standart-pagin .swiper-pagination-bullet {
  -webkit-box-shadow: inset 0 4px 30px 0 rgba(255, 255, 255, 0.16);
  box-shadow: inset 0 4px 30px 0 rgba(255, 255, 255, 0.16);
  background: #181818;
  opacity: 0.3;
}
.blog .standart-pagin .swiper-pagination-bullet-active {
  opacity: 1;
}
.blog .standart {
  padding: 0;
}
.blog .standart__navis {
  gap: 15px;
}
.blog .standart__container {
  padding: 0;
}
.blog .standart .standart__title,
.blog .standart__card-link,
.blog .standart__card-ttl,
.blog .standart__card-txt {
  color: #181818;
  border-color: #181818;
}
.blog .standart .standart__title svg,
.blog .standart__card-link svg,
.blog .standart__card-ttl svg,
.blog .standart__card-txt svg {
  -webkit-filter: invert(1);
  filter: invert(1);
}
body.locked {
  overflow: hidden;
}
@-webkit-keyframes detail {
  0% {
    -webkit-transform: scale(0.98);
    transform: scale(0.98);
  }
  60% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: translateY(0) scale(1);
    transform: translateY(0) scale(1);
  }
}
@keyframes detail {
  0% {
    -webkit-transform: scale(0.98);
    transform: scale(0.98);
  }
  60% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: translateY(0) scale(1);
    transform: translateY(0) scale(1);
  }
}
@-webkit-keyframes pulse-soft {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.6);
    transform: scale(1.6);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes pulse-soft {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.6);
    transform: scale(1.6);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.product-page__videos .swiper-slide-active {
  opacity: 1;
}
.product-page__details-image {
  width: 100%;
  max-width: 585px;
  position: relative;
  -webkit-transition: none;
  transition: none;
}
.product-page__details-image::before {
  content: "";
  -webkit-animation: pulse-soft 2.5s ease-in-out infinite;
  animation: pulse-soft 2.5s ease-in-out infinite;
  position: absolute;
  height: 32px;
  width: 32px;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  display: block;
  background: url(./img/puls.svg);
  z-index: 2;
  left: 48%;
  top: 50%;
}
.product-pagination2 {
  width: 100%;
  height: 100%;
  position: absolute !important;
  z-index: 3;
  top: 0;
  margin: 0 !important;
  left: 0;
  display: flex;
}
.product-pagination2 span {
  display: block !important;
  opacity: 0 !important;
  height: 100% !important;
  flex: 1 1 auto;
}
.product-page__details-image img {
  width: 100%;
}
.active-detail .product-page__details-image {
  -webkit-transition: all 0.5s ease-in 0.5s;
  transition: all 0.5s ease-in 0.5s;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}
.product-page__details .pk {
  scrollbar-width: thin;
  scrollbar-color: rgba(0, 0, 0, 0.25) transparent;
}
.product-page__details .pk::-webkit-scrollbar {
  width: 6px;
}
.product-page__details .pk::-webkit-scrollbar-track {
  background: 0 0;
}
.product-page__details .pk::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.25);
  border-radius: 10px;
  -webkit-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
}
.product-page__details .pk::-webkit-scrollbar-thumb:hover {
  background-color: rgba(0, 0, 0, 0.4);
}
.product-page__details-cont {
  font-weight: 500;
  font-size: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 15px;
  line-height: 130%;
  letter-spacing: -0.02em;

  -webkit-transition: all 1s ease-in-out 0s;
  transition: all 1s ease-in-out 0s;
  color: #181818;
}
.active-detail .product-page__details-cont {
  opacity: 1;
}
.product-page__details-cont li {
  margin-left: 15px;
  list-style: disc;
}
.product-page__details-cont li:not(:last-child) {
  margin-bottom: 8px;
}
.details-pagination .swiper-pagination-bullet {
  -webkit-box-shadow: inset 0 4px 30px 0 rgba(255, 255, 255, 0.16);
  box-shadow: inset 0 4px 30px 0 rgba(255, 255, 255, 0.16);
  background: #181818;
  opacity: 0.3;
}
.details-pagination .swiper-pagination-bullet-active {
  opacity: 1;
}
.product-page__details-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  font-weight: 700;
  font-size: 22px;
  line-height: 130%;
  letter-spacing: -0.03em;
  text-transform: uppercase;
  color: #181818;
}
.product-page__detail.animated {
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.popup-cart {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.popup-cart .btn {
  padding: 23px;
  justify-content: center;
}
.cart-body {
  background: #fff;
}
.popup-cart__title {
  font-weight: 700;
  font-size: 40px;
  line-height: 100%;
  letter-spacing: -0.03em;
  text-transform: uppercase;
  color: #181818;
  margin-bottom: 38px;
}
.popup-cart__items {
  padding: 20px 0;
  overflow: scroll;
  overflow-x: hidden;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  margin-bottom: 20px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.popup-cart__items .popular__card-colors {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 18px;
}
.popup-cart__items .popular__block {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.popup-cart__items .popular__card-color {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
}
.popup-cart__items .popular__card-color span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 16px;
  height: 16px;
}
.page-body {
  margin-top: 100px;
  padding: 16px;
  background: #fff;
}
.page-body .breadcrumbs {
  padding-top: 0;
  color: rgba(24, 24, 24, 0.5);
  margin-top: 0;
}
.page-body .breadcrumbs .last {
  font-weight: 500;
  color: #181818;
}
.thanks__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 55px;
  margin-top: 70px;
  margin-bottom: 50px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.thanks__body .l1 {
  background: rgba(24, 24, 24, 0.295);
  width: 1px;
  height: 200px;
  min-width: 1px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.thanks__left {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 670px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.thanks__ttl {
  margin-bottom: 25px;
  font-weight: 700;
  font-size: 40px;
  line-height: 110%;
  letter-spacing: -0.03em;
  text-transform: uppercase;
  color: #181818;
}
.thanks__sub {
  font-weight: 500;
  font-size: 16px;
  max-width: 410px;
  line-height: 130%;
  letter-spacing: -0.02em;
  color: #181818;
}
.thanks__right {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
.thanks__r-ttl {
  margin-bottom: 24px;
  max-width: 458px;
  font-weight: 700;
  font-size: 22px;
  line-height: 120%;
  letter-spacing: -0.03em;
  text-transform: uppercase;
  color: #181818;
}
.thanks__r-ttl span {
  color: #afa592;
}
.thanks__link {
  display: block;
  padding: 23.5px;
  width: 100%;
  max-width: 240px;
}
.popup-cart__item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
.popup-cart__item .quantity {
  position: absolute;
  right: 0;
  bottom: 0;
}
.popup-cart__item-image {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  max-width: 220px;
}
.popup-cart__item-image img {
  max-width: 100%;
  height: 229px;
}
.quantity {
  -webkit-backdrop-filter: blur(6.6666665077px);
  backdrop-filter: blur(6.6666665077px);
  -webkit-box-shadow: inset 0 0 53px 0 rgba(255, 255, 255, 0.08);
  box-shadow: inset 0 0 53px 0 rgba(255, 255, 255, 0.08);
  background: #181818;
  height: 32px;
  width: 64px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 5px;
  font-weight: 600;
  font-size: 14px;
  border: 0.67px solid #181818;
  border-radius: 67px;
  text-transform: uppercase;
  color: #fff;
}
.quantity__button {
  background: 0 0;
}
.quantity__input {
  display: inline-block;
}
.quantity__input input {
  display: inline-block;
  width: 10px;
  font-weight: 600;
  font-size: 10px;
  text-transform: uppercase;
  color: #fff;
  background: 0 0;
  outline: 0;
  text-align: center;
}
.popup-cart__item-sub {
  margin-bottom: 8px;
  font-weight: 500;
  font-size: 14px;
  line-height: 130%;
  color: #181818;
}
.popup-cart__item-ttl {
  margin-bottom: 16px;
  font-weight: 700;
  font-size: 32px;
  line-height: 100%;
  color: #181818;
}
.product-card__cena {
  font-weight: 500;
  font-size: 14px;
  line-height: 130%;
  color: #181818;
}
.product-card__cena .popular__card-prices {
  margin-top: 5px;
  gap: 8px;
}
.product-card__cena .popular__card-price {
  font-size: 24px;
}
.product-card__cena .popular__card-old-price {
  font-size: 1rem;
}
.product-card__cena .popular__card-procent {
  padding: 4px;
}
.popup-cart__summ {
  margin-bottom: 20px;
  padding-bottom: 20px;
  font-weight: 500;
  font-size: 16px;
  line-height: 130%;
  color: #181818;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.popup-cart__value {
  font-weight: 700;
  font-size: 20px;
  line-height: 100%;
  letter-spacing: -0.04em;
  text-transform: uppercase;
  text-align: center;
  color: #3f4a3d;
}
.popup-cart__end {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 30px;
}
.popup-cart__end-n {
  font-weight: 600;
  font-size: 24px;
  line-height: 130%;
  color: #181818;
}
.popup-cart__end-v {
  font-weight: 700;
  font-size: 30px;
  line-height: 100%;
  letter-spacing: -0.04em;
  text-transform: lowercase;
  text-align: center;
  color: #3f4a3d;
}
.popup-cart__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 10px;
}
.popup-cart__link {
  display: none;
  text-align: center;
}
.popup-cart__next {
  padding: 10px;
  width: 100%;
  display: block;
  font-weight: 700;
  font-size: 15px;
  line-height: 110%;
  letter-spacing: -0.03em;
  text-transform: uppercase;
  text-align: center;
  color: #000;
}
.first {
  position: relative;
  padding-bottom: 50px;
}
.first__container {
  z-index: 2;
  position: relative;
  height: 500px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.first__breadcrumbs {
  margin-bottom: auto;
}
.first__body {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.first__title {
  margin-top: auto;
  font-weight: 700;
  font-size: 70px;
  max-width: 580px;
  line-height: 100%;
  letter-spacing: -0.03em;
  text-transform: uppercase;
  color: #fff;
}
.owner {
  padding: 50px 0;
  background: #fff;
}
.owner__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 80px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.owner__image {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
.owner__image img {
  max-width: 100%;
}
.owner__content {
  max-width: 50%;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
.owner__ttl {
  margin-bottom: 50px;
  font-weight: 700;
  font-size: 50px;
  max-width: 493px;
  line-height: 110%;
  letter-spacing: -0.03em;
  text-transform: uppercase;
  color: #181818;
}
.owner__slider {
  font-weight: 500;
  font-size: 16px;
  line-height: 130%;
  letter-spacing: -0.02em;
  color: #181818;
  width: 100%;
  max-width: 100%;
}
.owner__slide .tx {
  max-width: 400px;
}
.pagination {
  margin-top: 40px;
}
.pagination .swiper-pagination-bullet {
  -webkit-box-shadow: inset 0 4px 30px 0 rgba(255, 255, 255, 0.16);
  box-shadow: inset 0 4px 30px 0 rgba(255, 255, 255, 0.16);
  background: #181818;
  opacity: 0.3;
}
.pagination .swiper-pagination-bullet-active {
  opacity: 1;
}
.mission__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 50px;
}
.mission__title {
  margin-bottom: 0 !important;
}
.mission__txt {
  max-width: 643px;
  font-weight: 500;
  font-size: 16px;
  line-height: 130%;
  letter-spacing: -0.02em;
  color: #181818;
}
.mission__body img {
  width: 100%;
}
.aboutmaterials {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
body:not(.home-page) .aboutmaterials .sumki__item {
  height: auto;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 calc(50% - 10px);
  flex: 1 1 calc(50% - 10px);
}

.standart-pagin .swiper-pagination-bullet {
  -webkit-box-shadow: inset 0 4px 30px 0 rgba(255, 255, 255, 0.16);
  box-shadow: inset 0 4px 30px 0 rgba(255, 255, 255, 0.16);
  background: #fff;
  width: 10px;
  cursor: pointer;
  height: 10px;
  opacity: 0.3;
  display: inline-block;
}
.standart-pagin .swiper-pagination-bullet-active {
  opacity: 1;
}
.map-tint {
  display: none;
}
.videos11 .title {
  max-width: 700px;
}
.steps {
  background: #fff;
  padding: 39px 0;
}
.steps__card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 80px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.steps__card:not(:last-child) {
  margin-bottom: 20px;
}
.steps__image {
  width: 100%;
  max-width: 706px;
}
.steps__image img {
  max-width: 100%;
}
.blog .first__title {
  max-width: 570px;
}
.blog .standart .bg {
  display: none;
}
.steps__card-content {
  max-width: 471px;
}
.news {
  margin-top: 110px;
}
.news__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 15px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 40px;
}
.news__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
}
.news__nav a {
  background: #fff;
  font-weight: 500;
  font-size: 16px;
  line-height: 130%;
  color: #181818;
  padding: 9.5px 17px;
}
.news__nav a.active {
  color: #181818;
  border-bottom: 3.5px solid #000;
}
.news__search {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  position: relative;
  max-width: 464px;
  padding-right: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #fff;
}
.news__search input {
  margin: 0;
  outline: 0;
}
.news__search .sub-search {
  background: #fff;
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  position: absolute;
  z-index: 2;
  top: 110%;
}
.news__search .sub-search img {
  width: 79px;
  -o-object-fit: cover;
  object-fit: cover;
  height: 65px;
}
.news__search .sub-search a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 16px;
  line-height: 130%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 12px;
  font-weight: 700;
  font-size: 1rem;
}
.news__search .sub-search a span {
  max-width: 240px;
  text-transform: uppercase;
}
.news__search .sub-search a:not(:last-child) {
  border-bottom: 1px solid rgba(0, 0, 0, 0.4941176471);
}
.post .last a {
  font-weight: 600;
}
.active-s .sub-search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.garant .steps {
  padding-bottom: 40px;
}
.garant .steps__card {
  gap: 40px;
}
.garant .steps__card .steps__image {
  height: 320px;
  -o-object-fit: cover;
  object-fit: cover;
}
.garant .steps__card-txt {
  max-width: 540px;
}
.garant .steps__card-content {
  max-width: 580px;
}
.steps__card-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  margin-bottom: 12px;
  font-weight: 700;
  font-size: 22px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 130%;
  letter-spacing: -0.03em;
  text-transform: uppercase;
  color: #181818;
}
.steps__card-txt {
  font-weight: 500;
  font-size: 16px;
  line-height: 130%;
  letter-spacing: 0;
}
.post-section {
  margin: 110px 0;
}
.post__top {
  gap: 15px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
}
.post__ttl {
  font-weight: 700;
  font-size: 40px;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  color: #181818;
  max-width: 630px;
}
.postpage .post-section {
  background: #fff;
  margin-top: 0;
  padding-top: 40px;
  padding-bottom: 50px;
}
.post__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 40px;
  width: 100%;
}
.post__date {
  font-weight: 500;
  font-size: 14px;
  line-height: 130%;
  letter-spacing: -0.02em;
  color: #848484;
}
.post__txt {
  font-weight: 500;
  font-size: 16px;
  max-width: 830px;
  line-height: 130%;
  letter-spacing: -0.02em;
  color: #181818;
}
.post__txt p:not(:last-child) {
  margin-bottom: 20px;
}
.post__img {
  width: 100%;
}
.post__img img {
  width: 100%;
}
.off .offline__container {
  padding: 0;
}
.off .offpag {
  position: absolute !important;
  bottom: 20px;
  left: 20px;
  z-index: 34;
}
.off .offpag .swiper-pagination-bullet {
  -webkit-box-shadow: inset 0 4px 30px 0 rgba(255, 255, 255, 0.16);
  box-shadow: inset 0 4px 30px 0 rgba(255, 255, 255, 0.16);
  background: #181818;
  opacity: 0.3;
}
.off .offpag .swiper-pagination-bullet-active {
  opacity: 1;
}
.off .offline__top-txt {
  max-width: 365px;
}
.off .offline__box {
  width: 100%;
  max-width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  gap: 20px;
}
.off .offline__box .offline__card {
  padding: 0;
  position: relative;
  background: 0 0;
  width: 48%;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  max-width: 100%;
}
.off .offline__box .offline__card .off__slider {
  position: relative;
  margin-bottom: 30px;
}
.off .offline__box .offline__card .off__slide img {
  width: 100%;
}
.off .offline__top-body-line {
  position: relative;
}
.off .offline__top-body-line img {
  z-index: 3;
  position: relative;
  inset: 0;
}
.off__map {
  padding: 40px 0;
  position: relative;
}
.off__map .offline__map {
  position: relative;
  height: 630px;
}
.off__map .offline__map iframe {
  top: 0;
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
}
.deliver__text {
  font-weight: 500;
  font-size: 16px;
  line-height: 130%;
  letter-spacing: -0.02em;
  color: #181818;
  max-width: 620px;
  margin-bottom: 50px;
}
.maplink {
  padding: 15px 70px;
  -webkit-box-shadow: inset 0 4px 55px 0 rgba(255, 255, 255, 0.16);
  box-shadow: inset 0 4px 55px 0 rgba(255, 255, 255, 0.16);
  background: #3f4a3d;
  width: 100%;
  font-weight: 700;
  font-size: 12px;
  line-height: 130%;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  text-align: center;
  display: block;
  margin-top: 32px;
  color: #fff;
}
.delivery .steps {
  padding-bottom: 40px;
}
.delivery .steps__card {
  padding: 0;
  background: 0 0;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.delivery .steps__card:not(:last-child) {
  padding-bottom: 40px;
  margin-bottom: 40px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.delivery .steps__card .steps__image {
  max-width: 320px;
  height: 320px;
  -o-object-fit: cover;
  object-fit: cover;
}
.deliver {
  background: #fff;
  padding: 110px 0;
  padding-bottom: 0;
}
.deliver ul {
  margin-top: 15px;
}
.deliver ul li {
  list-style: disc;
  margin-left: 18px;
}
.deliver .title {
  margin-bottom: 30px;
}
.detail02 .product-page__details-image::before {
  content: "";
  left: 25%;
  top: 35%;
}
.detail03 .product-page__details-image::before {
  content: "";
  top: 35%;
  left: 39%;
}
.detail04 .product-page__details-image::before {
  content: "";
  top: 38%;
  left: 20%;
}
.detail05 .product-page__details-image::before {
  content: "";
  top: 50%;
  left: 40%;
}
.detail06 .product-page__details-image::before {
  content: "";
  top: 50%;
  left: 30%;
}
.detail07 .product-page__details-image::before {
  content: "";
  top: 30%;
  right: 20%;
  left: auto;
}
.detail08 .product-page__details-image::before {
  content: "";
  top: 20%;
  left: auto;
  right: 40%;
}
.detail09 .product-page__details-image::before {
  content: "";
  top: 39%;
  left: auto;
  left: 15%;
}
.detail010 .product-page__details-image::before {
  content: "";
  top: 20%;
  left: auto;
  left: 45%;
}
.detail011 .product-page__details-image::before {
  content: "";
  top: 50%;
  left: auto;
  left: 19%;
}
.product-page .details__slider .details__slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.detail012 .product-page__details-image::before {
  content: "";
  top: 45%;
  left: auto;
  left: 45%;
}
.detail013 .product-page__details-image::before {
  content: "";
  top: 40%;
  left: auto;
  left: 21%;
}
.detail014 .product-page__details-image::before {
  content: "";
  top: 45%;
  left: auto;
  left: 15%;
}
.detail015 .product-page__details-image::before {
  content: "";
  top: 45%;
  left: auto;
  left: 15%;
}
.home-pagin .swiper-pagination-bullet {
  -webkit-box-shadow: inset 0 4px 30px 0 rgba(255, 255, 255, 0.16);
  box-shadow: inset 0 4px 30px 0 rgba(255, 255, 255, 0.16);
  background: #fff;
  width: 10px;
  cursor: pointer;
  height: 10px;
  opacity: 0.3;
  display: inline-block;
}
.home-pagin .swiper-pagination-bullet-active {
  opacity: 1;
}
.swiper {
  overflow: hidden;
}
.swiper-wrapper {
  width: 100%;
  height: 100%;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
.swiper-vertical .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.swiper-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.swiper-initialized .swiper-slide {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.swiper-android .swiper-slide,
.swiper-android .swiper-wrapper {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.swiper-button-lock {
  display: none !important;
}
@font-face {
  font-family: swiper-icons;
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color: #007aff;
}
.swiper,
swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
  display: block;
}
.swiper-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property:
    transform,
    -webkit-transform;
  -webkit-transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
.swiper-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.swiper-horizontal {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}
.swiper-vertical {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}
.swiper-slide,
swiper-slide {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property:
    transform,
    -webkit-transform;
  display: block;
}
.swiper-slide-invisible-blank {
  visibility: hidden;
}
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}
.swiper-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transition-property:
    height,
    -webkit-transform;
  transition-property:
    height,
    -webkit-transform;
  transition-property: transform, height;
  transition-property:
    transform,
    height,
    -webkit-transform;
}
.swiper-backface-hidden .swiper-slide {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.swiper-3d.swiper-css-mode .swiper-wrapper {
  -webkit-perspective: 1200px;
  perspective: 1200px;
}
.swiper-3d .swiper-wrapper {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.swiper-3d {
  -webkit-perspective: 1200px;
  perspective: 1200px;
}
.swiper-3d .swiper-cube-shadow,
.swiper-3d .swiper-slide,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}
.swiper-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}
.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}
.swiper-horizontal.swiper-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: x mandatory;
  scroll-snap-type: x mandatory;
}
.swiper-vertical.swiper-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: y mandatory;
  scroll-snap-type: y mandatory;
}
.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
  -ms-scroll-snap-type: none;
  scroll-snap-type: none;
}
.swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: none;
}
.swiper-centered > .swiper-wrapper::before {
  content: "";
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-ordinal-group: 10000;
  -ms-flex-order: 9999;
  order: 9999;
}
.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}
.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-start: var(--swiper-centered-offset-before);
  margin-inline-start: var(--swiper-centered-offset-before);
}
.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}
.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-before: var(--swiper-centered-offset-before);
  margin-block-start: var(--swiper-centered-offset-before);
}
.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  -ms-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}
.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,
.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,
swiper-container:not(.swiper-watch-progress) .swiper-lazy-preloader {
  -webkit-animation: swiper-preloader-spin 1s infinite linear;
  animation: swiper-preloader-spin 1s infinite linear;
}
.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}
.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}
@-webkit-keyframes swiper-preloader-spin {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes swiper-preloader-spin {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@media (min-width: 95.1875em) {
  .home-items {
    margin-bottom: 6.875rem;
  }
  .sumki {
    margin-bottom: 6.875rem;
  }
  .title {
    margin-bottom: 3.125rem;
  }
  .videos {
    margin-bottom: 6.875rem;
  }
  .recom {
    margin-bottom: 6.875rem;
  }
  .product-page {
    margin-bottom: 6.875rem;
  }
  .materials {
    margin-bottom: 6.875rem;
  }
  .popular {
    margin-bottom: 6.25rem;
  }
  .standart {
    margin-bottom: 6.875rem;
  }
  .offline {
    margin-bottom: 6.875rem;
  }
  .catalog {
    margin-bottom: 6.875rem;
  }
  .catalog-body__catalog {
    margin-bottom: 6.875rem;
  }
  .product-page__details {
    margin-bottom: 6.875rem;
  }
  .thanks {
    margin-bottom: 6.875rem;
  }
  .owner {
    margin-bottom: 6.875rem;
  }
  .mission {
    margin-bottom: 6.875rem;
  }
  .steps {
    margin-bottom: 8.6875rem;
  }
  .off {
    margin-bottom: 6.875rem;
  }
  .deliver {
    margin-bottom: 6.875rem;
  }
}
@media (max-width: 130em) {
  [class*="__container"] {
    padding-left: 15px;
    padding-right: 15px;
  }
  .contacts__card {
    left: 15px;
  }
}
@media (max-width: 75em) {
  .home-items__item {
    font-size: 1.0625rem;
  }
  .materials .sumki__item {
    min-height: 100px;
    height: auto;
  }
  .product-page__block-nav {
    max-width: 180px;
  }
  .product-page__cat {
    font-size: 1.5rem;
  }
  .product-page__list {
    margin-bottom: 100px;
  }
  .steps__card {
    gap: 25px;
  }
  .steps__image {
    max-width: 500px;
  }
}
@media (max-width: 63em) {
  .standart__navis {
    margin-top: 30px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px;
  }
}
@media (max-width: 1000px) {
  .icon-menu {
    display: block;
    position: relative;
    -webkit-box-shadow: inset 0 4px 30px 0 rgba(255, 255, 255, 0.06);
    box-shadow: inset 0 4px 30px 0 rgba(255, 255, 255, 0.06);
    background: #afa592;
    width: 90px;
    font-weight: 700;
    font-size: 14px;
    color: #fff;
    line-height: 130%;
    text-transform: uppercase;
    text-align: right;
    padding: 10px 12px;
    cursor: pointer;
    z-index: 5;
  }
  .icon-menu span,
  .icon-menu::after,
  .icon-menu::before {
    content: "";
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    left: 13px;
    position: absolute;
    width: 18px;
    height: 2px;
    background-color: #fff;
  }
  .icon-menu::before {
    top: 12px;
  }
  .icon-menu::after {
    bottom: 12px;
  }
  .icon-menu span {
    top: calc(50% - 1px);
  }
  .menu-open .icon-menu span {
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
  }
  .menu-open .icon-menu::before {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: calc(50% - 1px);
  }
  .menu-open .icon-menu::after {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    bottom: calc(50% - 1px);
  }
}
@media (max-width: 50em) {
  .title {
    font-weight: 700;
    font-size: 34px;
    line-height: 110%;
    letter-spacing: -0.03em;
    text-transform: uppercase;
    color: #181818;
    max-width: 360px;
  }
}
@media (max-width: 48em) {
  .fo2 {
    display: block;
  }
}
@media (max-width: 45em) {
  .materials .sumki__item {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
  }
}
@media (max-width: 40em) {
  .home__body {
    padding-bottom: 97px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    gap: 80px;
  }
  .home__bottom {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 30px;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .home-items__item {
    max-width: 347px;
  }
}
@media (max-width: 25em) {
  .catalog-body__filters-sort-items {
    gap: 8px;
  }
}
@media (max-width: 20em) {
  .home-items {
    margin-bottom: 3.125rem;
  }
  .sumki {
    margin-bottom: 3.125rem;
  }
  .title {
    margin-bottom: 1.5625rem;
  }
  .videos {
    margin-bottom: 3.125rem;
  }
  .recom {
    margin-bottom: 1.875rem;
  }
  .product-page {
    margin-bottom: 2.8125rem;
  }
  .materials {
    margin-bottom: 3.125rem;
  }
  .popular {
    margin-bottom: 2.5rem;
  }
  .standart {
    margin-bottom: 2.5rem;
  }
  .offline {
    margin-bottom: 2.5rem;
  }
  .catalog {
    margin-bottom: 3.125rem;
  }
  .catalog-body__catalog {
    margin-bottom: 2.5rem;
  }
  .product-page__details {
    margin-bottom: 2.5rem;
  }
  .thanks {
    margin-bottom: 2.5rem;
  }
  .owner {
    margin-bottom: 3.125rem;
  }
  .mission {
    margin-bottom: 3.125rem;
  }
  .steps {
    margin-bottom: 2.5rem;
  }
  .off {
    margin-bottom: 2.5rem;
  }
  .deliver {
    margin-bottom: 0;
  }
}
@media (max-width: 96.875em) {
  .menu__list {
    gap: 32px;
  }
}
@media (max-width: 92.5em) {
  .home-items__item {
    font-size: 1.1875rem;
    gap: 12px;
  }
  .home-items__item img {
    max-width: 40px;
  }
}
@media (max-width: 87.5em) {
  .catalog-body .popular__card-ttl {
    font-size: 3.25rem;
  }
  .catalog-body__catalog-cat .popular__card-colors {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .catalog-body__catalog-cat .popular__block {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media (max-width: 86.25em) {
  .catalog-body__catalog-products {
    max-width: 820px;
  }
  .split img {
    max-width: 100px;
  }
}
@media (max-width: 83.125em) {
  .product-page__cont .popular__card-ttl {
    font-size: 2.5rem;
    margin-bottom: 30px;
  }
  .product-page__info .popular__card-colors {
    margin-bottom: 40px;
  }
  .product-page__price-box .popular__card-price {
    font-weight: 700;
    font-size: 24px;
    line-height: 100%;
    letter-spacing: -0.04em;
  }
  .product-page__price-box .popular__card-old-price {
    font-weight: 500;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: -0.04em;
    text-transform: uppercase;
    text-decoration: line-through;
  }
}
@media (max-width: 81.25em) {
  .popular__card-right {
    max-width: 500px;
  }
  .product-page__info-images {
    max-width: 490px;
  }
  .product-page__info .popular__card-colors .popular__card-color {
    font-size: 0.875rem;
  }
  .owner__body {
    gap: 0;
  }
}
@media (max-width: 77.5em) {
  .product-page__detail {
    gap: 30px;
  }
}
@media (max-width: 76.25em) {
  .catalog-body .popular__card-ttl {
    font-size: 2.75rem;
  }
  .catalog-body__catalog-products {
    max-width: 680px;
  }
}
@media (max-width: 71.875em) {
  .header__body {
    padding: 15px;
    top: 0;
  }
  .header__logo .dwa {
    display: none;
  }
}
@media (max-width: 68.75em) {
  .product-page__block-nav {
    display: none;
  }
  .product-page__navi {
    display: none;
  }
  .product-page__cont {
    max-width: 100%;
    padding-bottom: 40px;
  }
  .product-page__info-images {
    max-width: 100%;
  }
}
@media (max-width: 62.5em) {
  .home__bottom {
    padding-left: 15px;
    padding-right: 15px;
    bottom: 30px;
    left: 0;
  }
  .product-card__slide img {
    height: 222px;
  }
  .offline__card-top {
    align-items: flex-start;
  }
  .mob-imposter {
    pointer-events: none;
  }
  .header__logo img {
    max-width: 81px;
  }
  .home__body {
    padding-bottom: 97px;
  }
  .header__menu {
    position: absolute;
    left: -550px;
    width: 100%;
    top: 64px;
    padding: 25px;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    background: #fff;
    height: 0;
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    -webkit-transform: scale(0.7);
    -ms-transform: scale(0.7);
    transform: scale(0.7);
  }
  .menu-open .header__menu {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    left: 0;
    height: auto;
    max-height: 1200px;
    opacity: 1;
    display: block;
  }
  .menu__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    color: #181818;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    font-size: 15px;
    letter-spacing: -0.02em;
    margin-bottom: 24px;
    padding-bottom: 24px;
    border-bottom: 1px solid rgba(98, 98, 98, 0.3);
    text-align: left;
  }
  .menu__item .menu__link {
    padding: 1px 0;
  }
  .sub-menu {
    position: static;
    border: none;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding: 0;
    display: none;
    height: auto;

    margin-top: 20px !important;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .sub-menu2 {
    margin-top: 20px !important;
  }
  .sub-menu__item {
    font-weight: 700;
    font-size: 12px;
    height: auto;
    line-height: 100%;
    letter-spacing: -0.03em;
    color: #181818;
    max-width: 90px;
  }
  .sub-menu2::after {
    display: none;
  }
  .header__soc {
    margin-right: 19px;
    margin-left: auto;
  }
  .soc {
    gap: 12px;
  }
  .mobil-menu {
    display: block;
  }
  .product-page__videos .video-box {
    height: 445px;
  }
  .standart__card-img img {
    height: 320px;
    object-fit: cover;
  }
  section.home {
    height: 800px;
  }
  .home__content h1 {
    margin-bottom: 30px;
    font-weight: 700;
    font-size: 40px;
    line-height: 100%;
    letter-spacing: -0.03em;
    max-width: 380px;
    text-transform: uppercase;
    color: #fff;
  }
  .home__link {
    font-weight: 700;
    font-size: 16px;
    line-height: 130%;
    letter-spacing: -0.02em;
    text-transform: uppercase;
    text-align: center;
    color: #3f4a3d;
    width: 100%;
  }
  .home-items__body {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .home-items__item {
    width: 100%;
  }
  .sumki__item-icon {
    right: 10px;
    top: 10px;
  }
  .sumki__item-block {
    padding: 24px 20px;
  }
  .sumki__item-ttl {
    font-size: 1.25rem;
  }
  .sumki__item-text {
    font-size: 14px;
  }
  .pelmen .pv {
    display: none;
  }
  .pelmen2 .sumki__item {
    -webkit-box-flex: 1 !important;
    -ms-flex: 1 1 100% !important;
    flex: 1 1 100% !important;
    width: 100%;
    max-width: 100%;
  }
  .pelmen2 .sumki__body {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .videos {
    padding: 80px 0;
  }
  .recom .bx {
    width: 100%;
  }
  .recom__top .pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .recom__top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 30px;
    gap: 30px;
  }
  .video-box {
    height: 350px;
  }
  .videos__ttl {
    font-size: 24px;
    margin-bottom: 10px;
  }
  .videos__txt {
    font-size: 15px;
  }
  .popular__top {
    gap: 20px !important;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 30px;
  }
  .popular__top .btn {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .popular__card {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .popular__card-left .popular__card-colors {
    margin-bottom: 30px;
  }
  .popular__card-left {
    max-width: 100%;
  }
  .popular__card-ttl {
    margin-bottom: 10px;
    font-size: 3.125rem;
  }
  .popular__card-txt {
    font-size: 0.9375rem;
    max-width: 300px;
    margin-bottom: 20px;
  }
  .popular__bx {
    font-size: 0.9375rem;
  }
  .popular__card-color {
    font-size: 0.8125rem;
  }
  .popular__card-price {
    font-size: 2.25rem;
  }
  .popular__card-old-price {
    font-size: 1.375rem;
  }
  .popular__card-procent {
    font-size: 0.6875rem;
  }
  .popularbig__swiper img {
    height: 370px;
  }
  .popularthumbs__swiper img {
    height: 58px;
  }
  .popularthumbs__slide {
    font-size: 0.6875rem;
  }
  .standart {
    padding: 80px 0;
  }
  .standart__card-txt {
    font-size: 0.9375rem;
  }
  .offline__title {
    margin-bottom: 30px;
  }
  .offline__body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 30px;
  }
  .offline__box {
    max-width: 100%;
  }
  .offline__card {
    padding: 15px;
  }
  .offline__top-ttl {
    font-size: 1.25rem;
  }
  .offline__top-txt {
    font-size: 0.875rem;
  }
  .offline__top-body-line {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .offline__top-body-line .aders-box {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .offline__top-body-line .offline__top-line-box {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .location0 .offline__top-body-line {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .location0 .offline__top-body-line .aders-box,
  .location0 .offline__top-body-line .offline__top-line-box {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .offline__link {
    padding-left: 30px;
    padding-right: 30px;
    width: 100%;
  }
  .offline__map {
    min-height: 480px;
    position: relative;
  }
  .offline__map iframe {
    height: 100%;
    width: calc(100% + 30px);
    position: absolute;
    left: -15px;
    top: 0;
  }
  .contacts {
    margin-top: 110px;
    height: 777px;
  }
  .location0 .off__map {
    width: calc(100% + 60px);
    margin-left: -30px;
    margin-right: -30px;
  }
  .location0 .offline__card {
    background: #fff !important;
    padding: 20px !important;
  }
  .location0 .offline__card .off__slider {
    width: calc(100% + 40px);
    margin: -20px;
    margin-bottom: 0;
  }
  .contacts__card {
    z-index: 3;
    height: auto;
    left: 29px;
    padding: 30px 20px;
    top: -60px;
    width: calc(100% - 59px);
  }
  .contacts__card-ttl {
    font-weight: 700;
    font-size: 34px;
    line-height: 110%;
    letter-spacing: -0.03em;
    text-transform: uppercase;
    color: #181818;
  }
  .contacts__card-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .contacts__card-item {
    max-width: 100%;
    width: 100%;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
  }
  .contacts__card-btn {
    font-size: 0.625rem;
    padding: 15px 10px;
  }
  .contacts__map iframe {
    top: 410px;
    width: 100%;
    height: 350px;
  }
  .footer {
    margin-top: 30px;
  }
  .footer__menu {
    margin-bottom: 45px;
    gap: 30px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .footer__col-ttl {
    margin-bottom: 20px;
  }
  .footer__bottom-list {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 30px;
  }
  .pel {
    margin-left: 0;
  }
  .footer__bottom-col {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 calc(50% - 15px);
    flex: 1 1 calc(50% - 15px);
  }
  .footer__right {
    max-width: 100%;
  }
  .footer .contacts__card-buttons {
    gap: 10px;
  }
  .footer__bottom-line {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .footer__bottom-line-txt {
    margin-bottom: 10px;
    width: 100%;
  }
  .footer__bottom-link {
    max-width: 270px;
  }
  .popup__body {
    padding: 30px;
    height: auto;
    margin: auto;
  }
  #popupcart .popup__body {
    height: 100vh;
  }
  .aboutmaterials .sumki__item-image-box {
    height: 295px;
    -webkit-animation: heightt3 1s ease forwards;
    animation: heightt3 1s ease forwards;
  }
  .aboutmaterials .sumki__item.active .sumki__item-image-box {
    -webkit-animation: heightt4 1s ease forwards;
    animation: heightt4 1s ease forwards;
  }
  .aboutmaterials .sumki__item-ttl p {
    max-width: 320px;
  }
  .popup-form__title {
    font-size: 1.125rem;
    max-width: 320px;
  }
  .policu-cookie {
    max-width: 270px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 5px;
  }
  .policu-cookie input {
    margin-top: 3px;
  }
  .submit {
    margin: 18px 0;
    font-size: 1rem;
    padding: 23px;
  }
  .catalog {
    height: 510px;
  }
  .catalog__body {
    padding-bottom: 40px;
  }
  .breadcrumbs {
    padding-top: 80px;
  }
  .catalog__title {
    font-weight: 700;
    font-size: 33px;
    line-height: 100%;
    letter-spacing: -0.03em;
    text-transform: uppercase;
    color: #fff;
    max-width: 375px;
  }
  .catalog-body .popular__card-price {
    font-weight: 700;
    font-size: 24px;
    line-height: 100%;
    letter-spacing: -0.04em;
  }
  .catalog-body .popular__card-old-price {
    font-weight: 500;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: -0.04em;
    text-transform: uppercase;
    text-decoration: line-through;
  }
  .catalog-body .product-card__ttl {
    font-size: 2.375rem;
    margin-bottom: 10px;
  }
  .catalog-body .popular__card-txt {
    font-size: 0.9375rem !important;
    max-width: 280px;
  }
  .catalog-body .popular__card-colors {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .catalog-body .product-card__colors-txt {
    font-size: 1rem;
  }
  .catalog-body .product-card__colors {
    margin-bottom: 30px;
  }
  .catalog-body__filters {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .catalog-body__filters-title {
    font-size: 1rem;
    margin-bottom: 20px;
  }
  .catalog-body__filters-sort-ttl {
    font-size: 12px;
  }
  .catalog-body__chkes {
    margin-bottom: 30px;
  }
  .catalog-body__catalog {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .catalog-body__catalog-products {
    max-width: 100%;
  }
  .mob {
    display: block !important;
  }
  .pk {
    display: none !important;
  }
  .mobflex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .footer-imposter {
    margin-left: 0;
  }
  .footer-imposter2 {
    margin-left: 0;
  }
  .product-card {
    max-width: 100%;
    width: 100%;
  }
  .recom .product-card__colors {
    margin-bottom: 25px;
  }
  .product-page .title br {
    display: none;
  }
  .product-page__wrap {
    margin-top: 80px;
  }
  .product-page__advant::before {
    content: "";
    position: absolute;
    width: 150%;
    display: block;
    height: 100%;
    top: 0;
    left: -20%;
    background: #f5f4f0;
  }
  .product-page__advant .home-items {
    margin-top: 25px;
    margin-bottom: 25px;
  }
  .videosi {
    margin-bottom: 0 !important;
  }
  .product-page .home-items__container {
    padding: 0;
  }
  .product-page__info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 30px;
    max-width: 100%;
  }
  .product-page__info-images {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    width: 100%;
  }
  .product-page__sliderthumbs {
    max-width: 100%;
  }
  .product-page__slidethumbs img {
    height: 100px;
  }
  .product-page__slider {
    max-width: 100%;
  }
  .product-page__detail {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .product-page__detail {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 25px;
  }
  .product-page__details-image {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .product-page__details-cont {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .product-page__details-cont li {
    margin-left: 20px;
  }
  .product-page__details-title {
    font-size: 1.25rem;
  }
  .popup-cart__title {
    font-size: 2rem;
    margin-bottom: 20px;
  }
  .page-body {
    margin-top: 80px;
  }
  .page-body .breadcrumbs {
    font-size: 0.75rem;
  }
  .thanks__body .l1 {
    width: 100%;
    height: 1px;
  }
  .thanks__body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 30px;
  }
  .thanks__left {
    max-width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .thanks__ttl {
    font-size: 2.125rem;
    margin-bottom: 20px;
  }
  .thanks__sub {
    font-size: 0.9375rem;
  }
  .thanks__right {
    max-width: 100%;
  }
  .thanks__r-ttl {
    font-size: 1.125rem;
  }
  .popup-cart__item {
    gap: 15px;
  }
  .popup-cart__item-image {
    max-width: 122px;
  }
  .quantity {
    height: 28px;
  }
  .popup-cart__item-ttl {
    font-size: 1.75rem;
  }
  .first {
    padding-bottom: 40px;
  }
  .first .bg {
    -o-object-position: 28% 50%;
    object-position: 28% 50%;
  }
  .first__container {
    height: 520px;
  }
  .first__title {
    font-weight: 700;
    font-size: 36px;
    line-height: 100%;
    letter-spacing: -0.03em;
    text-transform: uppercase;
    color: #fff;
    max-width: 370px;
  }
  .videos {
    margin-bottom: 0;
    padding-bottom: 20px;
  }
  .atrades {
    display: block;
    margin-bottom: 15px;
  }
  .owner__image {
    max-width: 100%;
    margin-bottom: 30px;
  }
  .owner__content {
    max-width: 100%;
  }
  .owner__ttl {
    font-weight: 700;
    font-size: 34px;
    margin-bottom: 30px;
    line-height: 110%;
  }
  .owner__slider {
    font-weight: 500;
    font-size: 15px;
    line-height: 130%;
  }
  .mission__top {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 30px;
    margin-bottom: 30px;
  }
  .mission__body img {
    margin-left: -30px;
    height: 260px;
    -o-object-fit: cover;
    object-fit: cover;
    width: calc(100% + 60px);
  }
  .steps__card:not(:last-child) {
    margin-bottom: 40px;
  }
  .steps__card {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .news {
    margin-top: 40px;
  }
  .news__top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .news__nav a {
    padding: 6.5px 9px;
    font-size: 0.8125rem;
  }
  .news__nav {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 8px;
  }
  .news__search {
    width: 100%;
  }
  .garant .steps {
    padding-bottom: 0;
  }
  .garant .steps__card {
    gap: 16px;
  }
  .steps__card-top {
    font-size: 1.1875rem;
  }
  .steps__card-txt {
    font-size: 0.875rem;
  }
  .post-section {
    margin: 40px 0;
    margin-bottom: 50px;
  }
  .post__top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .post__body {
    gap: 20px;
  }
  .post__img img {
    height: 210px;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .off .offline__box .offline__card {
    width: 100%;
  }
  .off .offline__box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .deliver__text {
    margin-bottom: 40px;
    max-width: 371px;
    font-size: 0.9375rem;
  }
  .delivery .steps {
    padding-bottom: 0 !important;
  }
  .delivery .steps__card:not(:last-child) {
    margin-bottom: 30px;
    padding-bottom: 30px;
  }
  .delivery .steps__card .steps__image {
    max-width: 100%;
    height: 230px;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .deliver {
    padding: 40px 0;
    padding-bottom: 50px;
    margin-bottom: 50px !important;
  }
  .deliver .steps {
    margin-bottom: 0 !important;
  }
  .deliver .title {
    margin-top: 60px;
  }
  .product-page .details__slider .navi-catalog {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .product-page__videos2 {
    margin-top: 50px !important;
  }
}
@media (max-width: 62.5em) and (max-width: 62.5em) {
  .sub-menu2 {
    position: static;
    border: none;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding: 0;
    height: auto;
    margin-top: 10px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media (max-width: 57.5em) {
  [class*="__container"] {
    padding-left: 29px;
    padding-right: 29px;
  }
}
@media (max-width: 56.25em) {
  .sumki__item {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 calc(50% - 20px);
    flex: 1 1 calc(50% - 20px);
  }
}
@media (max-width: 43.75em) {
  .sumki__body {
    display: none;
  }
  .sumki__mob {
    display: block;
  }
  .popular__ttl {
    max-width: 230px;
    margin-bottom: 0 !important;
  }
  .offline__top-body-line {
    gap: 5px;
  }
  .offline__top-line-txt {
    font-size: 0.8125rem;
  }
  .footer__col {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 calc(50% - 15px);
    flex: 1 1 calc(50% - 15px);
  }
}
@media (max-width: 37.5em) {
  .catalog .bg {
    -o-object-position: 60% 50%;
    object-position: 60% 50%;
  }
}
@media (max-width: 25.625em) {
  .title {
    font-size: 2rem;
  }
  .product-page .details-pagination {
    max-width: 230px;
    overflow-x: hidden;
  }
  .product-page .details-pagination .swiper-pagination-bullet {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 7px;
    height: 5px;
  }
}
@media (max-width: 24.375em) {
  .popup__body {
    padding-top: 45px;
  }
  .close {
    right: 10px;
  }
  .catalog-body__filters-sort {
    gap: 10px;
  }
}
@media (max-width: 23.75em) {
  [class*="__container"] {
    padding-left: 15px;
    padding-right: 15px;
  }
  /* .product-card__cena {
    margin-left: -120px;
  } */
  .recom .product-card__cena {
    padding-left: 0;
    margin-left: 0;
  }
}
@media (max-width: 23.9375em) {
  .home__content h1 {
    font-size: 2.375rem;
  }
}
@media (max-width: 23.125em) {
  .home__content h1 {
    font-size: 2.25rem;
  }
  .home__link {
    padding-left: 60px;
    padding-right: 60px;
  }
  .popup-cart__item .quantity {
    top: auto;
    bottom: 5px;
  }
}
@media (max-width: 22.5em) {
  .catalog-body__filters-sort {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}
@media (min-width: 20em) and (max-width: 95.1875em) {
  .home-items {
    margin-bottom: calc(3.125rem + 3.75 * (((100vw - 20rem)) / ((75.1875))));
  }
  .home-page .standart {
    margin-top: 45px;
  }
  .sumki {
    margin-bottom: calc(3.125rem + 3.75 * (((100vw - 20rem)) / ((75.1875))));
  }
  .title {
    margin-bottom: calc(1.5625rem + 1.5625 * (((100vw - 20rem)) / ((75.1875))));
  }
  .videos {
    margin-bottom: calc(3.125rem + 3.75 * (((100vw - 20rem)) / ((75.1875))));
  }
  .recom {
    margin-bottom: calc(1.875rem + 5 * (((100vw - 20rem)) / ((75.1875))));
  }
  .product-page {
    margin-bottom: calc(2.8125rem + 4.0625 * (((100vw - 20rem)) / ((75.1875))));
  }
  .materials {
    margin-bottom: calc(3.125rem + 3.75 * (((100vw - 20rem)) / ((75.1875))));
  }
  .popular {
    margin-bottom: calc(2.5rem + 3.75 * (((100vw - 20rem)) / ((75.1875))));
  }
  .standart {
    margin-bottom: calc(2.5rem + 4.375 * (((100vw - 20rem)) / ((75.1875))));
  }
  .offline {
    margin-bottom: calc(2.5rem + 4.375 * (((100vw - 20rem)) / ((75.1875))));
  }
  .catalog {
    margin-bottom: calc(3.125rem + 3.75 * (((100vw - 20rem)) / ((75.1875))));
  }
  .catalog-body__catalog {
    margin-bottom: calc(2.5rem + 4.375 * (((100vw - 20rem)) / ((75.1875))));
  }
  .product-page__details {
    margin-bottom: calc(2.5rem + 4.375 * (((100vw - 20rem)) / ((75.1875))));
  }
  .thanks {
    margin-bottom: calc(2.5rem + 4.375 * (((100vw - 20rem)) / ((75.1875))));
  }
  .owner {
    margin-bottom: calc(3.125rem + 3.75 * (((100vw - 20rem)) / ((75.1875))));
  }
  .mission {
    margin-bottom: calc(3.125rem + 3.75 * (((100vw - 20rem)) / ((75.1875))));
  }
  .steps {
    margin-bottom: calc(2.5rem + 6.1875 * (((100vw - 20rem)) / ((75.1875))));
  }
  .off {
    margin-bottom: calc(2.5rem + 4.375 * (((100vw - 20rem)) / ((75.1875))));
  }
  .deliver {
    margin-bottom: calc(0rem + 6.875 * (((100vw - 20rem)) / ((75.1875))));
  }
}
