* {margin: 0px; padding: 0px; box-sizing: border-box; outline: none; -webkit-locale: auto}
html, body {width: 100%}
body {font-family: 'Montserrat', sans-serif; padding-top: 0 !important; line-height: 1; background: #2C2C31 url(../images/footer.png) no-repeat 50% 100%/contain; font-size: 16px; -webkit-text-size-adjust: none; -webkit-font-smoothing: antialiased; color: #fff; overflow-y: overlay; font-weight: 400}
body.body__noindex {padding-top: 200px !important}
html.lock, body.lock {overflow: hidden}
a {color: inherit; text-decoration: none; outline: none; cursor: pointer; transition: 250ms}
h1, h2, h3, .h2-like {font-weight: 400; line-height: 1.1}

h1, .h1-like, .order-payment-page .c-title {font-size: 48px; margin-bottom: 40px; text-align: center; line-height: 1.3}
h2, .h2-like {font-size: 32px; margin-bottom: 20px; margin-top: 40px}
h3, .h3-like {font-size: 22px; margin-bottom: 20px; margin-top: 40px; color: #C09D6A}
.h2-like .show-all {background: #C09D6A; font-size: 12px; padding: 0 10px; height: 20px; line-height: 20px; margin-left: 20px}
.mg-form-answer-text {font-size: 32px; margin-bottom: 20px; margin-top: 40px; color: #fff}

b, strong, th {font-weight: 600}
i {font-style: normal}
ul {list-style-type: none}
img, svg {height: auto; max-height: 100%; max-width: 100%; display: block}
input, select, textarea, button {-webkit-appearance: none; -moz-appearance: none; font-family: inherit; font-size: inherit; color: inherit; border-radius: 0px; font-size: 15px}
input[type=text], input[type=tel], input[type=email], input[type=password], input[type=number] {display: block; width: 100%; border: none; border-bottom: 1px solid #6e6e6e; background: transparent; padding: 0px; height: 60px; font-size: 14px}
textarea {display: block; width: 100%; background: transparent; border: 1px solid #6e6e6e; padding: 20px; resize: none; height: 130px !important}
input[type=text]:focus, input[type=tel]:focus, input[type=email]:focus, textarea:focus, input[type=password]:focus {border-color: #fff}

input[type=checkbox] {display: inline-block; vertical-align: middle; width: 20px !important; height: 20px; margin-right: 10px !important; position: relative; border: 1px solid #6e6e6e; background: transparent}
input[type=checkbox]:hover {border-color: #C09D6A}
input[type=checkbox]:checked {background: url("data:image/svg+xml,<svg viewBox='0 0 356.7 297.3' xmlns='http://www.w3.org/2000/svg'><polygon fill='%23fff' points='42.4,153 0,195.4 101.9,297.3 356.7,42.4 314.3,0 101.9,212.4'/></svg>") 50% 50% no-repeat; background-size: 9px; border-color: #C09D6A}

input[type=radio] {display: inline-block; vertical-align: middle; width: 20px !important; height: 20px; margin-right: 10px !important; border-radius: 50%; background: #fff; position: relative; flex-shrink: 0; border: 1px solid #941a1f; box-shadow: inset 0px 0px 0px 2px #fff}
input[type=radio]:hover, input[type=radio]:checked {border-color: #C09D6A}
input[type=radio]:checked {background: #C09D6A}

select {display: block; width: 100%; font-size: 15px; border: none; border: 1px solid #dadada; padding: 0px 10px; background: transparent url("data:image/svg+xml,<svg viewBox='11.4 7.1' width='11.4' height='7.1' xmlns='http://www.w3.org/2000/svg'><path d='M5,6.4l-5-5L1.4,0l4.3,4.3L10,0l1.4,1.4l-5,5L5.7,7.1L5,6.4z'/></svg>") no-repeat; background-position: right 15px center; border-radius: 0px; height: 60px !important;  color: #7f7f7f; box-shadow: none !important; cursor: pointer; transition: border-color 300ms}
select:hover {border-color: #202025}

.button {background: #C09D6A; transition: 300ms; height: 60px; border: 1px solid #C09D6A; display: flex; align-items: center; cursor: pointer; text-align: center; color: #fff; font-weight: 600; justify-content: center; padding: 0 30px; width: 280px; border-radius: 30px}
.button:hover:hover {background: #fff; color: #C09D6A; border-color: #fff}
.button:disabled {opacity: 0.2; cursor: default}

input[readonly], input[readonly]:focus {opacity: 0.5}

svg {fill: currentColor}

.modal::-webkit-scrollbar {background-color: #fff; width: 4px; border-radius: 2px; height: 4px}
.modal::-webkit-scrollbar-track {background-color: #EBE7E1; border: none; border-radius: 2px}
.modal::-webkit-scrollbar-thumb {background-color: #111; border-radius: 2px}
.modal::-webkit-scrollbar-button {display:none}

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {display: none}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {transition: background-color 5000s ease-in-out 0s; -webkit-text-fill-color: #fff !important}

body .admin-bar .admin-bar-link__title {color: #fff !important}
table {width: 100% !important; border-collapse: collapse}
.table-wrapper {overflow-x: auto; margin: 0 -20px; padding: 0 20px}
/* GLOBAL */


/* BASIC */
main {min-height: calc(100vh - 292px); padding-bottom: 80px}
.ds {-webkit-user-select: none; -moz-user-select: none; -webkit-user-drag: none}
.flex {display: flex; flex-wrap: wrap}
.flex.center {justify-content: center}
.flex.align-center {align-items: center}
.flex.space-between {justify-content: space-between}
.flex.nowrap {flex-wrap: nowrap; white-space: unset}
.flex.column {flex-direction: column; padding: 0}
.max {padding: 0px 20px; max-width: 1640px; margin: 0px auto}
.cover {background-position: 50% 50%; background-repeat: no-repeat; background-size: cover}
.contain-0 {background-position: 0% 50%; background-repeat: no-repeat; background-size: contain}
.contain-50 {background-position: 50% 50%; background-repeat: no-repeat; background-size: contain}
.contain-100 {background-position: 100% 50%; background-repeat: no-repeat; background-size: contain}
.mobile-show {display: none !important}
.mobile-flex {display: none !important}
.tablet-show {display: none !important}
.admin-bar {top: unset !important; bottom: 0px}
.admin-bar__elem--settings {display: none !important}
.admin-bar__elem--btns {margin-left: auto}
.admin-bar-link.admin-bar-link--enter {border: none !important}
/* BASIC */


/* FORM */
.form-list.grid {grid-template-columns: repeat(2,1fr); column-gap: 40px; row-gap: 20px; display: grid}
.form-list li {position: relative; margin-bottom: 20px; display: block}
.form-list li.wide {grid-column: span 2}
.form-list .placeholder {position: absolute; top: 0; font-size: 14px; pointer-events: none; left: 0; height: 60px; line-height: 60px; color: #fff; transition: 250ms}
.form-list input::placeholder {opacity: 0}
.form-list input:not(:placeholder-shown) + .placeholder, .form-list input:focus + .placeholder, .form-list input:-webkit-autofill + .placeholder, input:-webkit-autofill:focus + .placeholder, .form-list input:not(:placeholder-shown) + div + .placeholder, .form-list input:focus + div + .placeholder, input:-webkit-autofill:focus + div + .placeholder {transform: translateY(-20px); font-size: 10px; opacity: 1}
.form-list ::placeholder {color:#fff}
/* FORM */


/* ALERT */
.alert, .c-alert {color: #fff; display: block; color: #C09D6A; font-weight: 600; margin-bottom: 20px; text-align: center}
/* ALERT */
.mg-plugin-value-discount {color: #C09D6A; font-weight: 600; font-size: 14px}

/* INFORMER */
.button.informer {right: -370px; width: 350px; top: 80px; z-index: 2000; transition: 250ms; position: fixed}
.button.informer b {margin-left: 3px}
.button.informer.active, .button.informer:hover {right: 20px}
/* INFORMER */


/* HEADER */
header {position: fixed; top: 0px; z-index: 1000; left: 0; width: 100%; transition: 300ms}
header.fixed {background: linear-gradient(#202025, #202025aa); backdrop-filter: blur(15px); -webkit-backdrop-filter: blur(15px); box-shadow: 0 0 10px #202025}
header .max {height: 120px}

header .logo-block {height: 100%; width: 140px; margin-right: 70px; color: #fff; display: flex; align-items: center; font-weight: 600; font-size: 22px}
header .logo-block:hover {color: #C09D6A}
header .icons-block {margin-left: auto; gap: 40px}
header .icons-block .icon {position: relative; width: 40px; height: 40px; color: #fff; cursor: pointer}
header .icons-block .icon.icon-cart {background: rgba(255, 255, 255, 0.1); border-radius: 50%; width: 70px; height: 70px}
header .icons-block .icon svg {width: 26px; height: 26px}
header .icons-block .icon .title {position: absolute}
header .icons-block .icon:hover {color: #C09D6A}
header .icons-block .countsht {width: 26px; height: 26px; border-radius: 50%; color: #fff; font-size: 14px; text-align: center; line-height: 26px; background: #C09D6A; position: absolute; top: 0; right: 0; font-weight: 600; transition: 250ms}

.menu-button {cursor: pointer; position: relative; height: 60px; padding: 0 20px 0 70px; background: #C09D6A; width: 200px; font-size: 18px; font-weight: 600; color: #fff; border-radius: 30px; border: 5px solid #414146}
.menu-button span {background: #fff; height: 2px; position: absolute; width: 18px; left: 30px; transition: bottom 300ms ease 300ms, left 300ms ease 300ms, top 300ms ease 300ms, transform 300ms ease 0ms; border-radius: 1px}
.menu-button span:nth-of-type(1) {top: 18px}
.menu-button span:nth-of-type(2) {top: calc(50% - 1px); left: 35px}
.menu-button span:nth-of-type(3) {bottom: 18px}

.menu-button.active span {transition: bottom 300ms ease 0ms, left 300ms ease 0ms, top 300ms ease 0ms, transform 300ms ease 300ms}
.menu-button.active span:nth-of-type(1) {transform: rotateZ(45deg); top: calc(50% - 1px)}
.menu-button.active span:nth-of-type(2) {opacity: 0; left: 30px}
.menu-button.active span:nth-of-type(3) {transform: rotateZ(-45deg); bottom: calc(50% - 1px)}
.menu-block {position: relative; flex: 1; margin-right: 70px; background: #414146; border-radius: 40px}
.menu-block .menu {position: absolute; display: none; top: 100%; padding: 36px 0; left: 0; background: #202025; color: #fff; width: 100%; border-radius: 30px; margin-top: 10px}
.menu-block .menu li + li {margin-top: 20px}
.menu-block .menu li a {padding: 0 20px; display: block}
.menu-block .menu .has-sub {position: relative}
.menu-block .menu .has-sub a {justify-content: space-between; gap: 16px; display: flex; align-items: center}
.menu-block .menu li:hover > a {color: #C09D6A}
.menu-block .menu svg {width: 16px; height: 16px; transform: rotateZ(-90deg); flex-shrink: 0}
.menu-block .menu .level-2 {position: absolute; width: 100%; top: -36px; left: 223px; background: #C09D6A; padding: 36px 0; visibility: hidden; opacity: 0; pointer-events: none; transform: translateX(-30px); transition: transform 300ms; z-index: -1}
.menu-block .menu .has-sub:hover .level-2 {transform: translateX(0px); opacity: 1; visibility: visible; pointer-events: auto}
.menu-block .menu .level-2 li:hover a {color: #202025}
/* HEADER */


/* BREAD-CRUMBS */
.bread-crumbs {margin-bottom: 40px; display: flex; font-size: 16px}
.bread-crumbs a, .bread-crumbs .separator {opacity: 0.5}
.bread-crumbs a:hover {opacity: 1}
.bread-crumbs .separator {margin: 0 10px}
/* BREAD-CRUMBS */

.pay-bonus {margin: 40px 0}
.pay-bonus input[type=number] {height: 45px; margin-right: 10px}
.activate-gift-card, .accostPartner, .bonus-table-title, .share-bonus-to-friend {display: none}
.bonus-table-wrapper {margin-top: 20px}
#bonus-paid-message {margin-top: 10px}
#bonus-paid-input {background: rgba(255, 255, 255, 0.1); border: none; height: 50px; border-radius: 25px; padding: 0 25px}
#bonus-paid-button {position: absolute; top: 5px; right: 5px; height: 40px}

/* HOME */
.home-first .max {position: relative; padding: 280px 20px 200px 20px}
.home-first {background-image: url(../images/home-first.png); position: relative; overflow: hidden}
.home-first:after {content: ''; background: url(../images/home-first-after.png) repeat-x 50% 100%/contain; height: 150px; position: absolute; bottom: 0; left: 0; width: 100%; z-index: 10}
.home-first .h1-like {font-size: 48px; color: #fff; text-align: left}
.home-first .h2-like {font-size: 32px; color: #C09D6A}
.home-first img {position: absolute; bottom: 0; right: 0; width: 50%; height: 100%; object-fit: contain; object-position: 50% 50%; z-index: 100}

.home-triggers {padding: 80px 0; margin: 80px 0; background: #6e6e6e}
.home-triggers .grid {display: grid; grid-template-columns: repeat(4,1fr); gap: 40px}
.home-cats {gap: 10px; margin-bottom: 40px}
.home-cats a {padding: 0 40px; height: 50px; border-radius: 16px; gap: 10px; background: #222227; color: #c09d6a; font-weight: 600}
.home-cats a.active {background: #c09d6a; color: #fff}
.home-cats a svg {width: 22px; height: 22px}
.home-cats a:hover {color: #fff}

.home-reviews {margin-top: 80px; position: relative}
.home-reviews .grid {grid-template-columns: repeat(3, 1fr); gap: 30px; display: grid}
.home-reviews .item {background: rgba(32, 32, 37, 0.7); border-radius: 40px; padding: 34px}
.home-reviews .button {margin: 20px auto 0 auto}

.home-help {margin-top: 120px; text-align: center; position: relative}
.home-help .telegram {position: absolute; text-align: center; transform: translateY(-50%); top: 50%; left: 20px; background: #202025; border-radius: 20px; padding: 20px; line-height: 1.3}
.home-help .telegram img {width: 70px; margin: 0 auto 10px auto}
.home-help .h2-like {margin-bottom: 40px; margin-top: 20px}
.home-help .h2-like a {text-decoration: none !important}
.home-help .left-part {width: 50%; padding-right: 80px}
.home-help .right-part {width: 50%; background: rgba(32, 32, 37, 0.7); backdrop-filter: blur(5px); -webkit-backdrop-filter: blur(5px); border-radius: 40px; padding: 40px 40px 0 180px}
.home-help .button {margin: 20px auto 0 auto}
/* HOME */


/* VARIANTS */
.size-block {gap: 10px}
.size-block .size {cursor: pointer; padding: 0 20px; background: #202025; min-width: 60px; height: 60px; font-weight: 600; border-radius: 5px}
.size-block .size.active {background: #C09D6A; color: #2C2C31}

.color-block {display: flex; gap: 10px; margin-top: 20px}
.color-block .color {cursor: pointer; width: 30px; height: 30px; border-radius: 50%; border: 3px solid #2C2C31}
.color-block .color.active {box-shadow: 0 0 0 1px #fff}

.block-variants {margin: 40px 0; font-weight: 600}
.block-variants input[type=radio] {display: none}
.block-variants input[type=radio] + span {cursor: pointer; background: #202025; min-width: 60px; height: 60px; font-weight: 600; border-radius: 5px}
.block-variants input[type=radio]:checked + span {background: #C09D6A; color: #2C2C31}
.block-variants tbody {display: flex; gap: 10px}
/* VARIANTS */

CAPTCHA
.rc-anchor-light {background: transparent !important; border: none !important}

/* CATALOG */
.catalog-cats .grid {display: grid; grid-template-columns: repeat(4,1fr); grid-row-gap: 40px; grid-column-gap: 40px; grid-template-columns: repeat(4,1fr)}
.catalog .grid {display: grid; margin-top: 30px; grid-row-gap: 30px; grid-column-gap: 30px; grid-template-columns: repeat(4,1fr)}
/* .catalog-slider .swiper-slide {width: 300px} */
.description {margin: 80px auto; max-width: 900px; text-align: center}

.home-simple {margin: 80px auto}
.home-simple .h1-like {color: #C09D6A}
.home-simple .img {width: 40%; position: relative; overflow: hidden}
.home-simple .img img {aspect-ratio: 1/1; border-radius: 40px}
.home-simple .text {width: calc(60% - 40px); padding: 60px 0; font-size: 17px}
.home-simple p {opacity: 0.6}

.home-content {margin: 80px auto; border-radius: 40px; position: relative; overflow: hidden; position: relative}
/* .home-content:after {position: absolute; top: 0; right: 25%; background: #C09D6A; border-radius: 50%; filter: blur(50px); width: 100px; height: 100px; content: ''; z-in2dex: -1}
.home-content:before {position: absolute; bottom: 0; left: 50%; background: #C09D6A; border-radius: 50%; filter: blur(50px); width: 100px; height: 100px; content: ''; z-ind2ex: -1} */
.home-content .mandala {position: absolute; right: 0; top: 0; height: 100%; z-index: -1; mix-blend-mode: hard-light; opacity: 0.5}
.home-factory {background: url(../images/smoke.jpg) no-repeat 100% 50% / contain}


.home-content .h1-like {color: #C09D6A; text-align: left; margin-bottom: 0}
.home-content .h2-like {margin-top: 10px; color: #fff}
.home-content .img {width: 40%; position: relative; display: flex; aspect-ratio: 16/9}
.home-content .img img {object-fit: cover; position: absolute; top: 0; left: 0; width: 100%; height: 100%}
.home-content .img video {position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; object-position: 50% 50%}
.home-content .text {width: 60%; padding: 80px 60px; font-size: 17px}
.home-content p {opacity: 0.6}

.home-simple .h1-like {text-align: left}
.home-simple .mono {width: 300%; max-width: unset; flex-shrink: 0; height: auto; animation: mono 30s linear infinite; pointer-events: none}
.home-simple .mono img {background: transparent; filter: drop-shadow(0 0 10px #202025)}

.home-simple .poly {width: 300%; max-width: unset; flex-shrink: 0; height: auto; animation: poly 30s linear infinite; pointer-events: none}
.home-simple .poly img {background: transparent; filter: drop-shadow(0 0 10px #202025)}

.home-content .faq-links {width: 40%; gap: 20px; padding: 80px 60px 0 0}
.home-content .faq-link {background: #202025; color: #C09D6A; height: 60px; border-radius: 30px; line-height: 60px; font-weight: 600; padding: 0 20px; text-align: center; cursor: pointer; font-size: 14px}
.home-content .faq-link.active {background: #fff; color: #C09D6A}
.faq-content:not(.active) {display: none}
.faq {background: url(../images/smoke-h.jpg) no-repeat 100% 50% / cover; padding: 60px 40px; border-radius: 40px}
.faq .tab-links {margin-top: 0; margin-bottom: 60px}

.icon-delivery {height: 30px; color: #C09D6A; margin-bottom: 40px; width: 100px}
.icon-payments {height: 30px; color: #C09D6A; gap: 20px; margin-bottom: 40px}
.icon-payments svg:nth-of-type(1) {width: 100px}
.icon-payments svg:nth-of-type(2) {width: 100px}
.icon-payments svg:nth-of-type(3) {width: 160px}

@keyframes mono {
	0% {transform: translateX(-100%)}
	100% {transform: translateX(0)}
}

@keyframes poly {
	0% {transform: translateX(0)}
	100% {transform: translateX(-100%)}
}


.catalog {position: relative}
.body__index .catalog:after {width: 40vw; height: 40vw; background: url(../images/back1.png) no-repeat 50% 50% /contain; content: ''; position: absolute; bottom: -1400px; z-index: -1; left: 50%; transform: translateX(-50%); mix-blend-mode: luminosity;}

/* .catalog:before {width: 40vw; height: 40vw; background: url(../images/back2.png) no-repeat 50% 50% /contain; content: ''; position: absolute; bottom: -1600px; z-index: -1; left: 50%; transform: translateX(-50%); mix-blend-mode: luminosity;} */

.product-wrapper {background: #202025; border-radius: 40px; transition: box-shadow 300ms}
.product-wrapper .top-part {background: #202025; position: relative; overflow: hidden; border-radius: 40px 40px 0 0}
.product-wrapper .bottom-part {background: rgba(32, 32, 37, 0.7); backdrop-filter: blur(5px); -webkit-backdrop-filter: blur(5px); padding: 34px; border-radius: 0 0 40px 40px}
.product-wrapper .like {opacity: 0}
.product-wrapper .like, .product-wrapper .unlike {cursor: pointer; transition: 300ms; position: absolute; width: 40px; height: 40px; right: 20px; top: 20px; z-index: 100}
.product-wrapper .like, .product-wrapper .unlike {width: 50px; height: 50px; border-radius: 50%; background: rgba(255,255,255,0.1)}
.product-wrapper .like svg, .product-wrapper .unlike svg {width: 20px; height: 20px}
.product-wrapper .img {position: relative; display: block; aspect-ratio: 1/1}
.product-wrapper .img img {position: absolute; top: 0px; left: 0px; width: 100%; height: 100%; object-fit: contain}
.product-wrapper .stickers {position: absolute; left: 20px; top: 20px; pointer-events: none; color: #2C2C31; z-index: 20; font-weight: 600; align-items: start; gap: 10px}
.product-wrapper .stickers div {height: 35px; padding: 0 20px; border-radius: 15px; background: #C09D6A; line-height: 35px}
.product-wrapper .name {line-height: 1.2; margin-bottom: 10px; height: 2.4em; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; font-weight: 600; font-size: 18px}
.product-wrapper .short {margin-bottom: 24px; line-height: 1.3; height: 3.9em; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden}
.product-wrapper .addToCart {border: 1px solid #c09d6a; width: 150px; height: 60px; border-radius: 30px; padding: 0 30px; color: #fff; font-weight: 600; gap: 10px}
.product-wrapper .addToCart svg {width: 16px; height: 16px}
.product-wrapper .old-price {opacity: 0.5; color: #fff; font-size: 14px; margin-bottom: 5px; display: block}
.product-wrapper .price-block {font-size: 18px; font-weight: 600; color: #C09D6A}
.product-wrapper .size-block {margin-top: 10px}
.product-wrapper:hover {box-shadow: 0 0 30px #fff}
.product-wrapper:hover .bottom-part {background: radial-gradient(75% 75% at 70% 75%, rgba(184, 140, 82, 0.8) 0%, rgba(184, 140, 82, 0) 100%)}
.product-wrapper:hover .like {opacity: 1}
.product-wrapper:hover .addToCart {border-color: #fff}
.product-wrapper .addToCart:hover {border-color: #fff; background: #fff; color: #C09D6A}
.product-wrapper .unlike, .product-wrapper .like:hover {color: #C09D6A}
.product-wrapper .count-block {display: block; margin-top: 10px; opacity: 0.5; font-size: 14px; width: 100%}
.product-wrapper .count-block .count {font-weight: 600}

.catalog-slider {position: relative}
.catalog-slider-arrow {width: 20px; left: unset; color: #202025; height: 42px; position: absolute; top: 0; z-index: 10; transition: 300ms; cursor: pointer}
.catalog-slider-arrow:hover {color: #C09D6A}
.catalog-slider-arrow.swiper-button-disabled {opacity: 0}
.catalog-slider-prev {right: 60px}
.catalog-slider-next {right: 0}
.catalog-slider-prev svg {transform: rotateZ(180deg)}
.catalog-slider .show-all {height: 30px; margin-left: 20px; display: flex; flex-direction: column; justify-content: center; padding: 0 20px}
.catalog-slider .show-all b {font-size: 20px; margin-bottom: 20px; display: block}
.catalog-slider .show-all svg {width: 16px; height: 10px; display: inline-block; vertical-align: middle; margin-left: 10px}
/* CATALOG */


/* PAGER */
.mg-pager .allPages {display: none}
.mg-pager {margin-top: 100px}
.mg-pager li a, .mg-pager li span {display: block; line-height: 32px; padding: 0 15px; height: 32px; font-size: 14px; font-weight: 400}
.mg-pager li.current span {background: #C09D6A; display: block; border-radius: 3px}
/* PAGER */

/* MODAL */
.overlay {position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0,0,0,0.5); z-index: 8000; display: none}
.modal {width: 600px; right: -640px; top: 0; position: fixed; z-index: 9000; transition: 250ms; background: #202025; height: 100%}
.modal.show, .filter-form.show {right: 0px}
.modal .inner {padding: 80px; height: 100%; display: flex; flex-direction: column; justify-content: space-between}
.modal .close {top: 40px; left: -30px; width: 60px; height: 60px; cursor: pointer; position: absolute; z-index: 1; border-radius: 50%; transition: 300ms; border: 1px solid #6e6e6e; background: #202025}
.modal .close:after, .modal .close:before {content: ''; transform-origin: 50% 50%; position: absolute; top: 50%; left: 20px; width: 20px; height: 1px; background: #6e6e6e}
.modal .close:before {transform: rotateZ(45deg)}
.modal .close:after {transform: rotateZ(-45deg)}
.modal .overflow-y {overflow-y: auto; height: calc(100vh - 400px)}
.modal .close:hover {border-color: #fff}
.modal .close:hover:after, .modal .close:hover:before {background: #fff}
.modal-cart .h2-like {margin-top: 0px}
.modal-cart .total-payment {font-weight: 600; font-size: 18px}
/* MODAL */


/* STATIC */
.static .left-part {width: 300px}
.static .right-part {width: calc(100% - 380px)}
.sidebar .page-menu {position: sticky; position: -webkit-sticky; top: 140px; background: #2C2C31; border: 1px solid #6e6e6e; border-radius: 40px; padding: 30px 0; text-align: center}
.sidebar .page-menu svg {width: 15px; height: 15px; position: absolute; left: 20px; top: 20px; transition: 300ms}
.sidebar .page-menu li {margin: 10px -10px; position: relative}
.sidebar .page-menu li.active:before, .sidebar .page-menu li.active:after {position: absolute; content: ''; width: 0; height: 0; border-top: 10px solid #906D3A; top: 100%}
.sidebar .page-menu li:before {left: 0; border-left: 10px solid transparent}
.sidebar .page-menu li:after {right: 0; border-right: 10px solid transparent}
.sidebar .page-menu li a {display: block; position: relative}
.sidebar .page-menu li a:hover {color: #C09D6A}
.sidebar .page-menu > li > a {padding: 20px 20px; border-radius: 5px 5px 0 0}
.sidebar .page-menu > li.active > a {background: #C09D6A; color: #fff}
.sidebar .page-menu > li.active svg {transform: rotateZ(45deg)}
.sidebar .page-menu li .level-2 {display: none; transform-origin: top left; padding: 10px 0; transition: 300ms; transform: scaleY(0); background: #f5f5f5; font-size: 13px}
.sidebar .page-menu li .level-2 a {padding: 10px 20px}
.sidebar .page-menu li.active .level-2 {display: block; transform: scaleY(1)}
.sidebar .page-menu .level-2 li.active a {color: #C09D6A}
/* STATIC */


/* CONTENT */
.content {font-size: 18px; line-height: 1.7}
.content table td {border: 1px solid #6e6e6e; padding: 20px}
/* .content table tr + tr {margin-top: 40px}
.content table tr {display: flex; justify-content: space-between; align-items: center}
.content table td {border: 1px solid #6e6e6e; width: calc(50% - 20px)}
.content table td img {width: 100% !important; height: 100% !important; object-fit: cover} */
.content table h2 {margin-top: 0}
.content img, .content iframe {border: none; width: 100%}
.content p, .content blockquote, .content ul, .content ol, .content img {margin-top: 15px}
.content ol {counter-reset: list1; list-style-type: none}
.content ul {margin: 15px 0}
.content ul:not(.form-list) li, .content ol li {position: relative; padding-left: 20px}
.content ul:not(.form-list) li:before {position: absolute; content: ''; width: 8px; height: 8px; background: #C09D6A; left: 0; top: 11px; border-radius: 50%}
.content ol li:before {counter-increment: list1; content: counter(list1) ". "; position: absolute; left: 0px; text-align: right; color: #C09D6A}
.content blockquote {padding-left: 56px; border-left: 4px solid #941a1f; font-style: italic}
.content a:not(.button) {color: #C09D6A; text-decoration: underline}
/* CONTENT */


/* SEARCH */
.search-block {flex: 1}
.search-block input[type=search] {padding: 0 60px 0 30px; height: 60px; width: 100%; background: transparent; border: none !important; border-radius: 0 30px 30px 0}
.search-block button {width: 40px; height: 40px; position: absolute; top: 10px; right: 20px; border: none; background: transparent}
.search-block button svg {width: 20px; height: 20px}
.search-block .wraper-fast-result {position: absolute; border-radius: 30px; margin-top: 10px; top: 100%; z-index: 10; background: #202025; left: 0; width: 100%; padding: 20px; display: none}
.fast-result-list li a {display: flex; justify-content: space-between; align-items: center; color: #fff; gap: 20px; padding: 0 15px}
.search-block .variant-text {display: none}
.search-block .wraper-fast-result a .fast-result-info b {background: #1F1F1F !important; color: #fff}
.search-block .wraper-fast-result a .fast-result-img {width: 60px}
.search-block .wraper-fast-result a .fast-result-img img {object-fit: contain; aspect-ratio: 1/1}
.search-block .wraper-fast-result a .fast-result-info {width: calc(100% - 70px); white-space: nowrap; text-overflow: ellipsis; overflow: hidden}
.search-block .wraper-fast-result a .fast-result-info span {font-weight: 600; display: block; margin-top: 5px}
.mobile-search {position: relative}
.mobile-search input[type=search] {padding-left: 50px}
.mobile-search svg {width: 20px; height: 20px; position: absolute; top: 15px; left: 15px}
/* SEARCH */


/* INFORMER */
.informer {position: fixed; top: 120px; width: 250px; right: -250px; background: #C09D6A}
/* INFORMER */

.links {font-size: 14px; gap: 20px}
.links a {border-bottom: 1px solid #6e6e6e}


/* TABS */
.tab:not(.active) {display: none}
.tab-links {gap: 10px; margin-bottom: 40px; margin-top: 80px}
.tab-links .tab-link {cursor: pointer; position: relative; padding: 0 30px; height: 60px; border-radius: 5px; color: #C09D6A; background: #202025; line-height: 58px; font-weight: 600; border: 1px solid #202025}
.tab-links .tab-link:hover {color: #fff}
.tab-links .tab-link.active {color: #fff; border: 1px solid #fff}
/* TABS */


/* AMOUNT */
.cart_form {gap: 10px; position: relative; border: 1px solid #6e6e6e; border-radius: 30px; height: 60px; width: 162px; padding: 0 10px}
.cart_form input[type=text] {height: 40px; width: 50px; text-align: center; border: none}
.cart_form button {background: #202025; color: #fff; border: none; width: 35px; height: 35px; transition: 250ms; cursor: pointer; flex-shrink: 0; border-radius: 50%}
.cart_form button:hover {background: #C09D6A; color: #202025}
.cart_form button svg {width: 10px; height: 10px}
.maxCount {position: absolute; left: 0; width: 100%; bottom: -20px; color: #C09D6A; font-size: 12px}
/* AMOUNT */


/* PROPERTIES */
.prop-item {font-size: 14px}
.prop-item + .prop-item {margin-top: 10px}
.prop-item .prop-separator {margin: 0 5px; background: linear-gradient(90deg, #6e6e6e 0, #6e6e6e 25%, rgba(255,255,255,0) 0, rgba(255,255,255,0)); flex-grow: 1; background-position: bottom; background-size: 4px 1px; background-repeat: repeat-x}
.prop-spec {text-align: right}
/* PROPERTIES */


/* PRODUCT */
.product-details-block h1 {text-align: left}
.product-details-block .stickers {position: absolute; left: 30px; top: 30px; pointer-events: none; color: #2C2C31; z-index: 20; font-weight: 600; align-items: start; gap: 10px}
.product-details-block .price-block {font-size: 32px; font-weight: 600; color: #C09D6A; margin-right: 20px}
.product-details-block .old-price {opacity: 0.5; color: #fff; text-decoration: line-through}
.product-details-block .stickers div {height: 50px; padding: 0 25px; border-radius: 25px; background: #C09D6A; line-height: 50px}
.product-details-block .sticky {position: sticky; position: -webkit-sticky; top: 120px}
.product-details-block .left-part {width: calc(45% - 40px)}
.product-details-block .right-part {width: calc(55% - 40px)}
.product-details-block .left-part .product-slider {margin-bottom: 20px; overflow: hidden; border-radius: 40px; padding-bottom: 60px}
.product-details-block .left-part .product-slider .swiper-slide a {background: #2C2C31; aspect-ratio: 1/1; position: relative; display: block}
.product-details-block .left-part .product-slider .swiper-slide img {position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: contain; object-position: 50% 50%}
.product-details-block .thumbs-slider {position: absolute; bottom: 15px; left: 40px; right: 40px}
.product-details-block .product-promo {border: 1px dashed #fff; padding: 40px; font-size: 20px; color: #C09D6A; font-weight: 600}
.product-details-block .addToCart {border: 1px solid #c09d6a; width: 150px; height: 60px; border-radius: 30px; padding: 0 30px; color: #2C2C31; font-weight: 600; gap: 10px; margin-left: 10px; background: #c09d6a}
.product-details-block .addToCart svg {width: 16px; height: 16px}
.product-details-block .addToCart:hover {border-color: #fff; background: #fff}
.product-details-block .cart_form {margin-left: 40px}
.product-details-block .thumbs-slider .swiper-slide {border-radius: 10px; overflow: hidden}
.product-details-block .thumbs-slider-prev, .product-details-block .thumbs-slider-next {border: 1px solid #6e6e6e; background: #2C2C31; width: 60px; height: 60px; border-radius: 50%; position: absolute; bottom: 35px; z-index: 10; cursor: pointer}
.product-details-block .thumbs-slider-prev {left: -30px}
.product-details-block .thumbs-slider-next {right: -30px}
.product-details-block .thumbs-slider-prev svg, .product-details-block .thumbs-slider-next svg {width: 25px; height: 25px}
.product-details-block .thumbs-slider-prev svg {transform: rotateZ(180deg)}
.product-details-block .thumbs-slider-next:hover, .product-details-block .thumbs-slider-prev:hover {background: #C09D6A; color: #2C2C31; border-color: #C09D6A}
.product-details-block .like, .product-details-block .unlike {cursor: pointer; transition: 300ms; position: absolute; width: 40px; height: 40px; right: 30px; top: 30px; z-index: 100}
.product-details-block .like, .product-details-block .unlike {width: 50px; height: 50px; border-radius: 50%; background: rgba(255,255,255,0.1)}
.product-details-block .like svg, .product-details-block .unlike svg {width: 20px; height: 20px}
.product-details-block .unlike, .product-details-block .like:hover {color: #C09D6A}
.product-details-block .count-block {display: block; margin: 20px 0}
.product-details-block .count-block .count {font-weight: 600}
/* PRODUCT */


/* COMMENT */
.comment-subscribe {display: none}
.product-comments .add_new_comment_form {margin-bottom: 60px}
.comment-item {background: rgba(32, 32, 37, 0.7); padding: 34px; border-radius: 40px; margin-top: 20px}
.comment-item .avatar {background: #C09D6A; color: #202025; font-weight: 600; border-radius: 50%; margin-right: 10px; width: 60px; height: 60px}
.comment-item .rateit {margin-left: 10px}
.comment-item .top-line {margin-bottom: 40px}
.comment-item .date {font-size: 14px; color: #6e6e6e}
.comment-item .author {font-weight: 600}
.commentImage {width: 100px; display: block}
.commentImage img {width: 100%; aspect-ratio: 1/1}
.mg-product-comments-rating-dropZone {padding: 40px; font-size: 14px; background: rgba(255,255,255,0.1); border: 1px dashed #6e6e6e; position: relative; margin: 20px 0}
.mg-product-comments-rating-dropZone input {opacity: 0; height: 100%; width: 100%; position: absolute; top: 0; left: 0}
.g-recaptcha {margin: 20px 0; mix-blend-mode: exclusion}
.comment-item .bottom-line {gap: 10px}
/* COMMENT */


/* SOCIAL */
.social {gap: 10px; margin-top: 20px}
.social a {width: 30px; height: 30px}
/* SOCIAL */

/* TIMER */
figure, figcaption {display: block}
.transition {transition: top 400ms linear}
.timeTo {font-family: Tahoma, Verdana, Aial, sans-serif; font-size: 28px; margin-top: 20px; line-height: 108%; font-weight: bold; height: 32px}
.timeTo span {vertical-align: top}
.timeTo.timeTo-white div {color: #fff; background: #202025; background: -moz-linear-gradient(top, #202025 38%, #000000 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(38%,#202025), color-stop(100%,#000000)); background: -webkit-linear-gradient(top, #202025 38%,#000000 100%); background: -o-linear-gradient(top, #202025 38%,#000000 100%); background: -ms-linear-gradient(top, #202025 38%,#000000 100%); background: linear-gradient(to bottom, #202025 38%,#000000 100%)}
.timeTo figure {display: inline-block; margin: 0; padding: 0}
.timeTo figcaption {text-align: center; line-height: 80%; font-weight: normal; color: #888}
.timeTo div {position: relative; display: inline-block; width: 25px; height: 30px; overflow: hidden}
.timeTo ul {list-style-type: none; margin: 0; padding: 0; position: absolute; left: 3px}
.timeTo ul li {margin: 0; padding: 0; list-style: none}
.modal-timer {background: #202025; position: fixed; bottom: 50px; left: 50px; border-radius: 20px; padding: 40px; color: #fff; z-index: 5000; border: 1px solid #C09D6A}
.modal-timer .close {top: -10px; right: -10px; width: 40px; height: 40px; cursor: pointer; position: absolute; z-index: 1; border-radius: 50%; transition: 300ms; background: #C09D6A}
.modal-timer .close:after, .modal-timer .close:before {content: ''; transform-origin: 50% 50%; position: absolute; top: 50%; left: 15px; width: 10px; height: 2px; background: #202025}
.modal-timer .close:before {transform: rotateZ(45deg)}
.modal-timer .close:after {transform: rotateZ(-45deg)}

@media screen and (max-width: 767px) {
	.modal-timer {left: 20px; width: calc(100% - 40px); padding: 20px}
}
/* TIMER */


/* SPOILER */
.spoiler {background: rgba(32, 32, 37, 0.7); border-radius: 35px; overflow: hidden; border: 1px solid #6e6e6e}
.spoiler + .spoiler {margin-top: 20px}
.spoiler-title {padding: 0 35px; height: 60px; font-weight: 600; text-align: center; position: relative; cursor: pointer; transition: background 250ms, color 250ms; font-size: 14px}
.spoiler-content {padding: 40px 20px; display: none}
.spoiler-toggle {position: relative; width: 16px; flex-shrink: 0; height: 16px; order: 1; transition: 250ms}
.spoiler-toggle:before, .spoiler-toggle:after {content: ''; position: absolute; background: #C09D6A; border-radius: 1px}
.spoiler-toggle:before {width: 100%; height: 2px; left: 0; top: 50%; margin-top: -1px}
.spoiler-toggle:after {height: 100%; left: 50%; top: 0; width: 2px; margin-left: -1px}
.spoiler.active .spoiler-toggle {transform: rotateZ(45deg)}
/* SPOILER */


/* PERSONAL */
.order-history-list .status {position: relative}
.order-history-list .status .text {position: absolute; left: 0; font-size: 11px; top: 50%; transform: translateY(-50%)}
.order-history-list .details {margin-top: 20px}
.order-history-list .button {margin-top: 20px; width: 100%}
.total-sum__div-content {text-align: center; font-size: 18px; margin-top: 40px}
/* PERSONAL */

/* PROMO */
.promo-form-title {font-weight: 400; font-size: 14px; margin-top: 40px}
.promo-form-title span {color: #7f0000}
.promo-form {margin: 40px 0 0 0; position: relative}
.promo-form input[type=text] {background: rgba(255,255,255,0.1); border: none; height: 50px; border-radius: 25px; padding: 0 25px}
.promo-form > span {margin-bottom: 10px; display: block}
.promo-form button {position: absolute; bottom: 5px; border: 1px solid #2C2C31; right: 5px; height: 40px; background: #2C2C31; color: #fff; line-height: 38px; padding: 0 20px; cursor: pointer; border-radius: 20px}
.promo-form button:hover {background: #C09D6A; color: #2C2C31}
#msg-about-code {font-size: 12px; margin-top: 10px; color: #C09D6A; font-weight: 600}
/* PROMO */

/* CART */
.small-cart-table tr + tr {margin-top: 40px}
.small-cart-table tr {display: grid; grid-template-columns: 70px auto 20px; grid-gap: 20px; position: relative; align-items: center}
.small-cart-table .img-cell {position: relative}
.small-cart-table .img-cell img {display: block; aspect-ratio: 1/1; object-fit: contain}
.small-cart-table .name-cell a {line-height: 1.3; display: block; margin-bottom: 5px}
.small-cart-table .price-cell {font-weight: 600}
.small-cart-table .count {font-size: 14px; position: absolute; top: 0; right: 0; width: 20px; height: 20px; border-radius: 50%; display: flex; align-items: center; justify-content: center; background: #C09D6A; color: #2C2C31; font-weight: 600}
.small-cart-table .deleteItemFromCart {height: 20px; width: 20px; display: flex; align-items: center; justify-content: end; overflow: hidden}
.small-cart-table .deleteItemFromCart svg {transform: rotateZ(45deg); width: 10px; height: 10px}
.small-cart-table .deleteItemFromCart:hover {color: #C09D6A}

.cart-table tr + tr {margin-top: 40px}
.cart-table tr {display: grid; grid-template-columns: 80px auto 162px 20px; align-items: center; grid-gap: 20px; position: relative}
.cart-table .img-cell a {display: block}
.cart-table .name-cell a {line-height: 1.3; display: block; margin-bottom: 5px}
.cart-table .img-cell a img {display: block; aspect-ratio: 1/1; object-fit: contain}
.cart-table .price-cell {font-weight: 600}
.cart-table .deleteItemFromCart {height: 20px; width: 20px; display: flex; align-items: center; justify-content: end}
.cart-table .deleteItemFromCart svg {transform: rotateZ(45deg); width: 10px}
.cart-table .deleteItemFromCart:hover {color: #C09D6A}
/* CART */

/* ORDER */
.body__order .notify {margin-left: 20px; line-height: 1.3; font-size: 14px}
.body__order .left-part {width: calc(100% - 780px)}
.body__order .right-part {width: 700px}
.body__order .right-part .sticky {position: sticky; position: -webkit-sticky; top: 160px; position: sticky; position: -webkit-sticky; top: 140px; background: #2C2C31; border: 1px solid #6e6e6e; border-radius: 40px; padding: 20px 40px}
.body__order main .right-part .total-price-block {display: none}
.body__order .select2-container {color: #000}
.delivery-details-list {margin: 0; display: grid; grid-template-columns: repeat(2,1fr); gap: 20px}
.delivery-details-list .deliveryPrice, .delivery-details-list .deliveryCurrency {display: none !important}
.delivery-details-list .deliveryName {background: #202025; border: 1px solid #6e6e6e; padding: 0 20px; border-radius: 5px; display: block; text-align: center; cursor: pointer; margin-bottom: 10px; height: 60px; line-height: 58px; width: 100%}
.delivery-details-list .deliveryName:hover {border-color: #C09D6A}
.delivery-details-list .active .deliveryName {background: #C09D6A; color: #fff; border-color: #C09D6A; font-weight: 600}
body .kcdek-geoposition-form .kcdek-map-open-button {background: #1ab248 !important; color: #fff; border-color: #1ab248 !important; font-weight: 600 !important; max-width: unset; font-family: inherit; font-size: 14px; cursor: pointer}
.deliveryInfo {font-size: 14px; line-height: 1.3; display:none}
.delivery-details-list .active + .deliveryInfo {display: block}

.delivery-details-list .kcdek-delivery-address {font-size: 12px; line-height: 1.3}
.delivery-details-list .kcdek-delivery-time {margin-top: 5px; font-size: 12px}
.delivery-details-list input {display: none}
.body__order .kcdek-map-delivery__wrapper .choise-marker, .body__order .kcdek-map-delivery__wrapper .kcdek-map__info-panel-confirm-btn, .body__order .kcdek-map-delivery__wrapper .kcdek__location-exact-confirm-btn {background: #1ab248}
.body__order .summ-info {margin-top: 20px; margin-bottom: 20px}
.payment-details-list li {margin-top: 10px}
/* ORDER */

/* AGREEMENT */
.agreement {margin-top: 20px; font-size: 14px; line-height: 1.7}
.agreement a {border-bottom: 1px solid #fff}
.agreement .agreement__label_error {color: #941a1f}
.agreement .agreement__label_error input[type=checkbox] {border-color: #941a1f}
/* AGREEMENT */

/* PAYMENT */
.payment-form-block {text-align: center}
.payment-form-block .button, .dolyame-payment-form-button {margin: 0 auto}
.dolyame-payment-form {margin: 0 auto}
.dolyame-payment-form .dolyame-payment-form-header-logo {display: none}
.dolyame-payment-form .dolyame-payment-form-header-text {width: 100%}
/* PAYMENT */

.hiddendiv {display: none !important}

.suggestions-suggestions {background: #202025; color: #fff; border: none; padding: 10px 0; border-radius: 0 0 10px 10px}
.suggestions-suggestions strong {color: #C09D6A}
.suggestions-suggestion {padding: 10px 10px}
.suggestions-suggestion:hover {background: #C09D6A}
.suggestions-suggestion:hover strong {color: #fff}

/* FOOTER */
footer {padding: 40px 0; background: #202025}
footer .logo {display: flex; align-items: center; font-weight: 600; font-size: 22px}
footer .logo:hover {color: #C09D6A}
footer .menu {gap: 30px}
footer .menu a:hover {color: #C09D6A}
footer .top-part .grid {gap: 30px; display: grid; grid-template-columns: 1fr 200px 1fr; align-items: center}
footer .copyright {text-align: right; line-height: 1.6; font-size: 14px}
footer .copyright span, footer .copyright a {opacity: 0.5}
footer .copyright a:hover {opacity: 1}
.widget {position: fixed; right: 40px; bottom: 100px; width: 60px; height: 60px; border-radius: 50%}
.widget:hover {box-shadow: 0 0 20px #fff}
/* FOOTER */

@media screen and (max-width: 1890px) {
body {font-size: 14px}
body.body__noindex {padding-top: 140px !important}
.max {max-width: 1240px}
.product-wrapper {border-radius: 20px}
.product-wrapper .like, .product-wrapper .unlike {width: 40px; height: 40px; right: 15px; top: 15px}
.product-wrapper .like svg, .product-wrapper .unlike svg {width: 16px; height: 16px}
.product-wrapper .name, .product-wrapper .price-block {font-size: 16px}
.product-wrapper .old-price {font-size: 12px}
.product-wrapper .addToCart {width: 110px; height: 45px; padding: 0 15px; font-size: 12px}
.product-wrapper .bottom-part {padding: 30px; border-radius: 0 0 20px 20px}
.product-wrapper .stickers div {height: 30px; line-height: 30px; padding: 0 15px}
.product-wrapper .top-part {border-radius: 20px 20px 0 0}
.product-wrapper .short {font-size: 12px}
.catalog .grid {row-gap: 20px; column-gap: 20px}
.product-wrapper:hover {box-shadow: 0 0 20px #fff}
header .logo-block {width: 110px; margin-right: 45px}
.menu-block {margin-right: 45px}
footer .top-part .grid {grid-template-columns: 1fr 170px 1fr}
header .max {height: 90px}
.home-cats a {height: 45px; font-size: 12px}
h1, .h1-like, .order-payment-page .c-title {font-size: 32px}
h2, .h2-like, .mg-form-answer-text {font-size: 26px}
h3, .h3-like {font-size: 18px}
.content {font-size: 14px}
.home-simple .text, .home-content .text {font-size: 15px}
header .icons-block {gap: 20px}
header .icons-block .icon svg {width: 20px; height: 20px}
header .icons-block .icon.icon-cart {width: 55px; height: 55px}
.search-block input[type=search] {height: 45px}
.search-block button {top: 3px; right: 10px}
.search-block input[type=search] {padding: 0 40px 0 20px}
.menu-button {height: 45px; font-size: 14px; width: 170px}
footer {padding: 20px 0}
footer .copyright {font-size: 12px}
.bread-crumbs {font-size: 12px}
.block-variants input[type=radio] + span {min-width: 45px; height: 45px; font-size: 12px}
.tab-links .tab-link {height: 45px; font-size: 12px; line-height: 45px}
.home-first .h1-like {font-size: 36px}
.home-first .h2-like {font-size: 28px}
.home-first .max {padding: 220px 20px 200px 20px}
.modal .inner {padding: 60px}
.modal .close {width: 45px; height: 45px; left: -20px}
.modal .close:after, .modal .close:before {left: 12px}
.modal {width: 500px; right: -540px}
.button {height: 45px; font-size: 12px; width: 220px}
body .kcdek-geoposition-form .kcdek-map-open-button {font-size: 12px}
.product-details-block .stickers div {height: 35px; line-height: 35px; font-size: 12px}
.product-details-block .addToCart {height: 45px; font-size: 12px}
.cart_form {height: 45px; width: 126px; gap: 6px}
.cart_form input[type=text] {width: 40px}
.cart_form button {height: 26px; width: 26px}
.cart_form button svg {width: 6px; height: 6px}
.product-details-block .price-block {font-size: 22px}
.product-details-block .thumbs-slider {bottom: 30px}
.product-details-block .thumbs-slider-prev svg, .product-details-block .thumbs-slider-next svg {width: 20px; height: 20px}
.product-details-block .thumbs-slider-prev, .product-details-block .thumbs-slider-next {width: 45px; height: 45px; bottom: 40px}
.product-details-block .thumbs-slider-prev {left: -25px}
.product-details-block .thumbs-slider-next {right: -25px}
header .icons-block .countsht {width: 20px; height: 20px; font-size: 12px; line-height: 20px}
.delivery-details-list .deliveryName {height: 45px; line-height: 43px; font-size: 12px}
.body__order .notify {font-size: 12px; width: calc(100% - 240px)}
.agreement {font-size: 12px}
.product-wrapper .count-block {font-size: 12px}
.links {font-size: 12px}
.promo-form input[type=text] {height: 45px}
.promo-form button {height: 35px; line-height: 33px; padding: 0 10px; font-size: 12px}
input[type=text], input[type=tel], input[type=email], input[type=password] {height: 45px; font-size: 12px}
textarea {font-size: 12px}
.form-list .placeholder {height: 45px; line-height: 45px; font-size: 12px}
.form-list.grid {column-gap: 20px}
.static .left-part {width: 240px}
.static .right-part {width: calc(100% - 320px)}
.menu-button span:nth-of-type(1) {top: 11px}
.menu-button span:nth-of-type(3) {bottom: 11px}
.prop-item, .deliveryInfo, .mg-plugin-value-discount {font-size: 12px}
.body__order .left-part {width: calc(100% - 540px)}
.body__order .right-part {width: 500px}
.cart-table tr {grid-template-columns: 70px auto 126px 20px}
.modal .overflow-y {overflow-y: auto; height: calc(100vh - 300px)}
.mg-product-comments-rating-dropZone {padding: 20px; font-size: 12px}
.home-reviews .grid {gap: 20px}
.comment-item .avatar {width: 45px; height: 45px}
.comment-item .date {font-size: 12px}
/* .rateit {transform: scale(0.8); margin-left: -10px} */
/* .comment-item .rateit {margin-left: 0} */
.commentImage {width: 60px}
.comment-item .top-line {margin-bottom: 20px}
.spoiler-title {height: 45px; font-size: 12px}
.content ul:not(.form-list) li:before {top: 9px; width: 6px; height: 6px}
.product-details-block .left-part .product-slider {border-radius: 20px}
.menu-button span {width: 17px}
.spoiler {border-radius: 20px}
.home-content .faq-links {gap: 15px}
.home-content .faq-link {height: 45px; line-height: 45px; font-size: 12px}
}


@media screen and (max-width: 1279px) {
.catalog .grid {grid-template-columns: repeat(3,1fr)}
.body__order .right-part .sticky {padding: 20px}
.cart-table tr {grid-template-columns: 60px auto 126px 20px}
.body__order .notify, .deliveryInfo, .prop-item, .agreement, .delivery-details-list .deliveryName, header .icons-block .countsht, .product-details-block .addToCart, .product-details-block .stickers div, .button, .tab-links .tab-link, footer .copyright, .home-cats a, .product-wrapper .short, .product-wrapper .addToCart, .product-wrapper .old-price, .mg-product-comments-rating-dropZone, .links, .spoiler-title, .comment-item .date, .product-wrapper .count-block {font-size: 11px}
.content {font-size: 12px}
.home-simple .text, .home-simple .text {font-size: 14px}
.comment-item .date {display: none}
.product-details-block .like, .product-details-block .unlike {width: 40px; height: 40px}
.product-details-block .like svg, .product-details-block .unlike svg {width: 16px; height: 16px}
.modal .inner {padding: 40px}
.small-cart-table tr {grid-template-columns: 60px auto 20px}
.modal .overflow-y {height: calc(100vh - 220px)}
.product-details-block .price-block {font-size: 18px}
.home-cats a {padding: 0 20px}
.modal-cart .total-payment, h3, .h3-like {font-size: 16px}
h2, .h2-like, .mg-form-answer-text {font-size: 22px}
.modal .close {top: 30px}
.menu-button, footer .logo {width: 150px}
.search-block button {right: 10px}
.search-block button svg, header .icons-block .icon svg {width: 18px; height: 18px}
header .icons-block {gap: 10px}
.menu-block {margin-right: 20px}
header .logo-block {margin-right: 20px}
.static .left-part {width: 220px}
.static .right-part {width: calc(100% - 280px)}
.product-details-block .right-part {width: calc(55% - 30px)}
.product-details-block .left-part {width: calc(45% - 30px)}
.body__order .left-part {width: calc(100% - 560px)}
.home-first .h1-like {font-size: 42px}
.home-first .h2-like {font-size: 26px}
.home-first .max {padding: 160px 20px 160px 20px}
.product-details-block .cart_form {margin-left: 20px}
.menu-button span {width: 16px}
.content ul:not(.form-list) li:before {top: 8px}
}

@media screen and (max-width: 1023px) {
body {font-size: 13px}
.tablet-hide {display: none !important}
.tablet-show {display: block !important}
h1 {font-size: 32px}
h2, .h2-like, .mg-form-answer-text {font-size: 26px}
.catalog .grid {grid-template-columns: repeat(3,1fr)}
.menu-button {font-size: 0; width: 90px; padding: 0}
h1, .h1-like, .order-payment-page .c-title {font-size: 26px}
.product-wrapper .bottom-part {padding: 20px}
.product-wrapper .name, .product-wrapper .price-block {font-size: 14px}
.product-wrapper .addToCart {padding: 0 10px; width: 100px}
.product-wrapper .addToCart {height: 40px}
.home-cats a {height: 40px}
.search-block button svg, header .icons-block .icon svg {width: 16px; height: 16px}
header .icons-block .icon.icon-cart {width: 50px; height: 50px}
.home-first .h1-like {font-size: 36px; margin-bottom: 20px}
.home-first .h2-like {font-size: 22px; margin-top: 20px}
.home-reviews .grid {grid-template-columns: 100%; gap: 0}
.product-details-block .cart_form {margin-left: 0}
.product-details-block .js-product-controls {margin-top: 40px}
.tab-links .tab-link {padding: 0 20px}
.comment-item {padding: 20px}
.product-details-block .like, .product-details-block .unlike {right: 20px; top: 20px; width: 35px; height: 35px}
.product-details-block .like svg, .product-details-block .unlike svg {font-size: 14px}
.product-details-block .thumbs-slider-prev, .product-details-block .thumbs-slider-next {width: 35px; height: 35px; bottom: 45px}
.product-details-block .thumbs-slider {bottom: 35px}
.product-details-block .thumbs-slider-prev {left: -17px}
.product-details-block .thumbs-slider-next {right: -17px}
.product-details-block .stickers {left: 20px; top: 20px}
.product-details-block .thumbs-slider-prev svg, .product-details-block .thumbs-slider-next svg {width: 16px; height: 16px}
.block-variants input[type=radio] + span {width: 40px; height: 40px}
.tab-links .tab-link {height: 40px; line-height: 40px}
.product-details-block .addToCart {height: 40px}
.cart_form {height: 40px}
.body__order .right-part {width: 100%; order: 1; margin-bottom: 40px}
.body__order .right-part .sticky {border-radius: 20px}
.body__order .left-part {width: 100%; order: 2}
.home-help {padding: 30px}
.home-simple .text, .home-content .text {font-size: 14px}
}

@media screen and (max-width: 767px) {
.mobile-hide {display: none !important}
.mobile-show {display: block !important}
.mobile-flex {display: flex !important}
input[type=text], input[type=tel], input[type=email], input[type=password], input[type=search] {height: 50px; line-height: 48px}
h1, .h1-like, .order-payment-page .c-title {font-size: 22px}
h2, .h2-like, .mg-form-answer-text {font-size: 18px}
.home-first .max {padding: 100px 20px 70px 20px}

.home-first .h1-like {font-size: 22px; text-align: center}
.home-first .h2-like {font-size: 18px; text-align: center}
.home-first img {position: static; width: 80%; margin: 0 auto 30px auto}
.menu-button {font-size: 0; padding: 0; width: 40px; order: 1; height: 40px; border-radius: 50%; border: none}
.menu-button span {left: 12px !important}
.menu-button span:nth-of-type(1) {top: 14px}
.menu-button span:nth-of-type(3) {bottom: 14px}
header .logo-block {order: 2; margin: 0; width: 80px}
header .icons-block {order: 3}
.home-triggers .grid {grid-template-columns: repeat(2,1fr); gap: 20px}
.catalog .grid {grid-template-columns: repeat(2,minmax(0,1fr)); gap: 10px}
.content table tr {flex-wrap: wrap}
.content table td {width: 100%}
.modal {width: 100%; right: -100%}
.modal .close, .filter-form .close {top: 10px; height: 40px; width: 40px; left: unset; right: 20px}
.modal .close:after, .modal .close:before {left: 9px}
.product-details-block .left-part {width: 100%}
.product-details-block .right-part {width: 100%}
.bread-crumbs {display: none}
.tab-links {gap: 5px; margin-top: 40px}
.body__order .left-part {width: 100%}
.body__order .right-part {width: 100%}
.body__order .cart_form {height: 30px; width: 108px; gap: 0; padding: 0 3px; width: 80px}
.body__order .cart_form button {height: 22px; width: 22px}
.body__order .cart_form input[type=text] {height: 28px; width: 28px}
.product-details-block .sticky {position: relative; top: 0}
.static .right-part {width: 100%}
.home-cats a {padding: 0 15px; height: 35px}
.home-cats a svg {width: 16px; height: 16px}
header .icons-block .icon.icon-cart {width: 45px; height: 45px}
header .icons-block .countsht {top: -5px; right: -5px}
.product-details-block .js-product-controls {margin-top: 20px}
.product-details-block .addToCart {width: 130px}
.tab-links .tab-link {height: 35px; line-height: 35px; padding: 0 10px}
.comment-item .avatar {width: 40px; height: 40px}
.comment-item .rateit {width: 100%}
.comment-item .rateit {margin-left: -15px; margin-top: 10px; scale: 0.8}
.menu-block {flex: unset; margin: 0; position: static}
header .max {justify-content: center; height: 70px}
header .icons-block {margin-left: 0}
body.body__noindex {padding-top: 100px !important}
.modal .inner {padding: 20px}
.home-help {margin-top: 40px; padding: 0}
.home-help .h1-like {text-align: left}
.home-help .right-part {padding: 20px 20px 125px 20px; width: 100%; margin-top: 40px; border-radius: 20px}
.home-help .telegram {left: 0; bottom: 0; width: 100%; border-radius: 0 0 20px 20px; transform: unset; height: 125px; top: unset}
.home-help .telegram img {height: 40px}
.home-help .left-part {width: 100%; padding: 0}

footer .top-part .grid {grid-template-columns: 100%}
footer .copyright {text-align: left}
.form-list.grid {grid-template-columns: 100%; gap: 0}
.delivery-details-list {grid-template-columns: 100%; gap: 0}
.static .left-part {width: 100%; margin-bottom: 20px}
.sidebar .page-menu > li > a {padding: 10px 20px}
.sidebar .page-menu {padding: 10px 0}
.menu-block .menu ul + ul {margin-top: 20px}
.body__order .right-part .sticky {padding: 0; border: none}
.cart-table tr {grid-template-columns: 60px auto 20px; padding-bottom: 30px}
.cart-table tr .count-cell {position: absolute; bottom: 0; left: 70px}
.home-delivery:before {display: none}

.home-simple .img {width: 100%; order: 1}
.home-simple .text {width: 100%; padding: 40px 0 0 0; order: 2}

.home-content .img, .home-content video {width: 100%; order: 1; aspect-ratio: 1/1}
.home-content .text {width: 100%; padding: 40px 20px; order: 2}
.home-content .faq-links {width: 100%; flex-wrap: nowrap; flex-direction: row; overflow-x: auto; padding: 20px; gap: 10px}
.home-content .faq-link {height: 35px; line-height: 35px; white-space: nowrap}
.home-content .faq-links::-webkit-scrollbar {display: none}
.icon-payments {height: unset; gap: 5px}
.icon-payments svg {height: 15px}
.icon-payments svg:nth-of-type(1) {width: 70px}
.icon-payments svg:nth-of-type(2) {width: 60px}
.icon-payments svg:nth-of-type(3) {width: 100px}
.home-content {border-radius: 20px; margin: 40px 0}
.form-list li.wide {grid-column: unset}
.vote {margin-bottom: 20px}
.body__order .notify {width: 100%; margin: 20px 0 0 0}
.product-wrapper .bottom-part {padding: 15px 10px 10px 10px}
.product-wrapper .name, .product-wrapper .price-block {font-size: 12px}
.product-wrapper .price-block {width: 100%; display: flex; gap: 10px; margin-bottom: 10px}
.home-factory {background: url(../images/smoke-h.jpg) no-repeat 100% 50% / cover}
.faq {padding: 40px 20px}
.payment-page br {display: none}
.product-wrapper .stickers {top: 10px; left: 10px}
.widget {width: 50px; height: 50px; right: 10px; bottom: 90px}
.product-wrapper .stickers div {font-size: 9px; padding: 0 10px; height: 25px; line-height: 25px}
}