@charset "UTF-8";
/* -------------------------------------------------------------------------- */
/*                                Config files                                */
/* -------------------------------------------------------------------------- */
/* Цвета */
*{font-family: "Open Sans", sans-serif; scrollbar-width: 5px; /*scrollbar-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0.6156862745);*/ -webkit-tap-highlight-color: transparent !important;}
*::selection{background-color: rgba(0, 0, 0, 0.062745098);}
*::-webkit-scrollbar{width: 5px; height: 5px;}
*::-webkit-scrollbar-track{background: rgba(0, 0, 0, 0);}
*::-webkit-scrollbar-thumb{background-color: rgba(0, 0, 0, 0.6156862745); border-radius: 8px;}
body{font-size: 16px;}
@media (max-width: 300px){body { overflow-x: scroll;}
}

mark{background-color: rgba(0, 0, 0, 0); color: #ff6666;}
.content{min-height: calc(100vh - 240px);}
.container{width: 100%; max-width: 1360px; margin: 0 auto;}
.container.mini{max-width: 343px;}
@media (max-width: 720px){.container.mini { max-width: 100%;}
}
@media (max-width: 1376px){.container { padding: 0 16px;}
}
@media (max-width: 720px){.container { max-width: 100%;}
}

.checkbox{display: flex; align-items: center;}
.checkbox.mini{--size: 19px;}
.checkbox.mini input[type=checkbox]{min-width: var(--size); width: var(--size); height: var(--size);}
@media (max-width: 552px){.checkbox.mini input[type=checkbox] { --size: 16px;}
}
.checkbox.mini input[type=checkbox]::before{width: calc(var(--size) - 3px); height: calc(var(--size) - 3px); background-size: calc(var(--size) - 3px);}
input[type=checkbox]{position: relative; min-width: 24px; max-width: 24px; width: 24px; height: 24px; color: #000; border: 1px solid #000; border-radius: 4px; appearance: none; outline: 0; cursor: pointer; transition: background 175ms cubic-bezier(0.1, 0.1, 0.25, 1);}
input[type=checkbox]::before{position: absolute; content: ""; display: block; width: 16px; height: 16px; background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='16' height='17' viewBox='0 0 16 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M13.3333 4.5L6 11.8333L2.66666 8.5' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3e%3c/svg%3e"); top: 50%; left: 50%; transform: translate(-50%, -50%); opacity: 0;}
input[type=checkbox]:hover{border-color: #ff6666 !important; background: #CE3A3A !important;}
input[type=checkbox]:hover:not(:checked){border-color: #ff6666 !important; background: #fff !important;}
input[type=checkbox]:checked{color: #fff; border-color: #ff6666; background: #ff6666;}
input[type=checkbox]:checked::before{opacity: 1;}
input[type=checkbox]:focus{outline: 2px solid #F845FC;}
input[type=checkbox]:disabled{background-color: #f8dfdf !important;}
input[type=checkbox]:focus:not(:checked){color: #fff; border-color: #CE3A3A; background: rgba(0, 0, 0, 0);}
input[type=radio]{position: relative; -webkit-appearance: none; appearance: none; transition: 0.1s;}
input[type=radio]::before{content: "w"; display: block; width: 24px; height: 24px; transition: 0.3s; content: ""; background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3e%3crect width='24' height='24' rx='12' fill='white'/%3e%3ccircle cx='12' cy='12' r='11.5' stroke='black'/%3e%3c/svg%3e"); background-position: center center; background-repeat: no-repeat; background-size: 100%; width: 24px; height: 24px;}
.radio:hover input[type=radio]:not(:checked)::before{background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3e%3crect width='24' height='24' rx='12' fill='white'/%3e%3ccircle cx='12' cy='12' r='11.5' stroke='%23FF6666'/%3e%3c/svg%3e");}
input[type=radio]:active{transform: scale(1.02);}
input[type=radio]:checked::before{content: ""; background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3e%3crect width='24' height='24' rx='12' fill='white'/%3e%3ccircle cx='12' cy='12' r='11.5' stroke='%23FF6666'/%3e%3ccircle cx='12' cy='12' r='5' fill='%23FF6666'/%3e%3c/svg%3e"); background-position: center center; background-repeat: no-repeat; background-size: 100%; width: 24px; height: 24px;}
.radio{display: flex; align-items: center; gap: 16px;}
.radio label{font-size: 14px; font-style: normal; font-weight: 500; line-height: 140%; padding-left: 0;}
label{position: relative; cursor: pointer; font-size: 1.5em; font-style: normal; font-weight: 400; font-size: 14px; line-height: 22px; padding-left: 12px; user-select: none;}
*{padding: 0; margin: 0; transition: 0; box-sizing: border-box;}
img{user-select: none;}
button,
select,
input[type=checkbox],
input[type=radio]{cursor: pointer; user-select: none;}
h1,
h2,
h3,
h4{display: block; font-weight: 400; font-style: normal; line-height: 130%;}
strong{font-weight: 500;}
h1{font-size: 30px;}
@media (max-width: 992px){h1 { font-size: 20px;}
}

h2{font-size: 24px;}
@media (max-width: 992px){h2 { font-size: 16px;}
}

h3{font-size: 20px;}
@media (max-width: 992px){h3 { font-size: 16px;}
}

a{cursor: pointer; text-decoration: none;}
ul{padding-left: 9px;}
ul li{display: flex; gap: 9px; list-style-type: none;}
ul li::before{content: "•";}
@keyframes fadeIn{0% { opacity: 0;}
	100%{opacity: 1;}
}
.fadeIn{animation-name: fadeIn; animation-duration: 1s; animation-fill-mode: both;}
.out{display: none !important;}
.die{display: none;}
.v-hidden{position: absolute; visibility: hidden;}
.p-events-none{pointer-events: none;}
.o-hidden{overflow: hidden !important; width: 100%; height: max-content;}
.after-none::after,
.after-none *::after{display: none !important;}
.o-hidden-y{overflow-y: hidden !important;}
.o-hidden-x{overflow-x: hidden !important;}
.btn-group{display: flex; flex-direction: column; gap: 16px;}
@media (max-width: 992px){.btn-group { gap: 8px;}
}
.btn-group.horizontal{flex-direction: row; gap: 8px;}
.flex{display: flex; gap: 10px;}
.flex.jc-center{justify-content: center;}
.flex.ai-center{align-items: center;}
.flex.fd-column{flex-direction: column;}
.flex.g-0{gap: 0;}
@media (max-width: 992px){.btn-fullscreen-container { margin-right: -13.5px;}
}

.btn{display: flex; align-items: center; justify-content: center; background: #fff; mix-blend-mode: normal; border: 2px solid #ff6666; border-radius: 8px; font-style: normal; font-weight: 500; font-size: 20px; line-height: 27px; color: #ff6666; width: 100%; padding: 11.5px 10px;}
.btn:hover:not(.btn-active){background: #fdf4f4;}
.btn.btn-mini{font-size: 16px; height: 50px;}
.btn.btn-danger{background: #ff6666; color: #fff; border: 0;}
.btn.btn-danger.whatsapp-cart{background-color: #128c7e;}
.btn.btn-danger:hover{background: #ff5757;}
.btn.btn-danger.whatsapp-cart:hover{background-color: #03a855;}
.btn.btn-danger:active{border-color: #ff5c5c;}
.btn.btn-danger:disabled, .btn.btn-danger.disabled{background: #f8dfdf; color: #ed9090; opacity: 1;}
@media (max-width: 992px){.btn.btn-fullscreen { min-width: calc(100% + 13.5px) !important;}
}
.btn:disabled, .btn.disabled{transform: none !important; cursor: not-allowed !important; color: #ED9090; background-color: #F8DFDF; border-color: #F8DFDF;}
.e-active{transform: none !important; opacity: 1 !important; visibility: visible !important;}
.text-dec-none{text-decoration: none !important;}
.c-danger{color: #ff6666 !important;}
.bg-blue{background-color: #6ba7e6;}
.bg-primary{background-color: #6183e4; color: #fff;}
.bg-orange{background-color: #ffb300; color: #fff;}
.bg-violet{background-color: #756be6; color: #fff;}
.bg-pink{background-color: #c66be6;}
.bg-light-pink{background-color: #f87bcd;}
.bg-yellow{background-color: #f8e47b;}
.media-max-992{display: none;}
@media (max-width: 992px){.media-max-992 { display: block;}
}

.media-min-992{display: block;}
@media (max-width: 992px){.media-min-992 { display: none;}
}

.text-upper{text-transform: uppercase;}
.text-select{color: #000; text-decoration: underline; font-weight: 600;}
.text-mini{font-family: Open Sans; font-size: 14px; font-weight: 400; line-height: 20px; letter-spacing: -0.4099999964px; text-align: left; color: #8f8f8f;}
.bc-552-remove{display: block;}
@media (max-width: 552px){.bc-552-remove { display: none !important;}
}

.bc-552-add{display: none;}
@media (max-width: 552px){.bc-552-add { display: block;}
}

.gap-0{gap: 0 !important;}
.refund__files-item, .product-old__quantity-group-item, .product-old__color-group-item, .product__quantity-group-item, .product__color-group-item, .header__location, .accordion__item-title-edit, .btn:not(.btn-fullscreen){transition: 0.3s; pointer-events: all !important; cursor: pointer;}
.refund__files-item:active, .product-old__quantity-group-item:active, .product-old__color-group-item:active, .product__quantity-group-item:active, .product__color-group-item:active, .header__location:active, .accordion__item-title-edit:active, .btn:active:not(.btn-fullscreen){transform: scale(0.98);}
.reviews__main-item, .refund__files-item, .refund__select, .product-old__warranty-content, .product-old__tabs-content-item, .product__warranty-content, .product__tabs-content-item, .orders-old__item-container, .orders-old__item, .accordion__item-content{animation-name: fadeIn; animation-duration: 0.3s; animation-fill-mode: both;}
.header__location:hover *{color: #ff6666 !important; transition: 0.3s;}
.swiper-button-next,
.swiper-button-prev{min-width: 64px; min-height: 64px;}
.swiper-button-next::after,
.swiper-button-prev::after{content: ""; font-size: 0 !important;}
.swiper-button-next:hover,
.swiper-button-prev:hover{}
@media (max-width: 992px){.swiper-button-next, .swiper-button-prev { visibility: hidden;}
}

.swiper-button-next{right: 0 !important;}
.swiper-button-prev{left: 0 !important; transform: rotate(180deg);}
.swiper-button-disabled{opacity: 0 !important; cursor: default !important;}
.swiper-pagination{bottom: 0; width: 100%; left: 50% !important; transform: translateX(-50%) !important;}
.swiper-pagination .swiper-pagination-bullet{margin-left: 4px;}
.swiper-pagination-bullet{width: 62px !important; height: 4px !important; background: #fff !important; border-radius: 8px !important; opacity: 1 !important; transition: 0.1s;}
@media (max-width: 992px){.swiper-pagination-bullet { width: 42px !important; height: 2px !important;}
}

.swiper-pagination-bullet-active{background: #ff6666 !important;}
/* -------------------------------------------------------------------------- */
/*                                  Libraries                                 */
/* -------------------------------------------------------------------------- */
/**
 * Swiper 9.2.4
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2023 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: April 21, 2023
 */
@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{flex-direction: column;}
.swiper-wrapper{position: relative; width: 100%; height: 100%; z-index: 1; display: flex; transition-property: transform; transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial); box-sizing: content-box;}
.swiper-android .swiper-slide,
.swiper-wrapper{transform: translate3d(0px, 0, 0);}
.swiper-horizontal{touch-action: pan-y;}
.swiper-vertical{touch-action: pan-x;}
.swiper-slide,
swiper-slide{flex-shrink: 0; width: 100%; height: 100%; position: relative; transition-property: transform; display: block;}
.swiper-slide-invisible-blank{visibility: hidden;}
.swiper-autoheight,
.swiper-autoheight .swiper-slide{height: auto;}
.swiper-autoheight .swiper-wrapper{align-items: flex-start; transition-property: transform, height;}
.swiper-backface-hidden .swiper-slide{transform: translateZ(0); -webkit-backface-visibility: hidden; backface-visibility: hidden;}
.swiper-3d.swiper-css-mode .swiper-wrapper{perspective: 1200px;}
.swiper-3d .swiper-wrapper{transform-style: preserve-3d;}
.swiper-3d{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{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: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));}
.swiper-3d .swiper-slide-shadow-right{background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));}
.swiper-3d .swiper-slide-shadow-top{background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));}
.swiper-3d .swiper-slide-shadow-bottom{background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));}
.swiper-css-mode > .swiper-wrapper{overflow: auto; scrollbar-width: none; -ms-overflow-style: none;}
.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar{display: none;}
.swiper-css-mode > .swiper-wrapper > .swiper-slide{scroll-snap-align: start start;}
.swiper-horizontal.swiper-css-mode > .swiper-wrapper{scroll-snap-type: x mandatory;}
.swiper-vertical.swiper-css-mode > .swiper-wrapper{scroll-snap-type: y mandatory;}
.swiper-centered > .swiper-wrapper::before{content: ""; flex-shrink: 0; order: 9999;}
.swiper-centered > .swiper-wrapper > .swiper-slide{scroll-snap-align: center center; scroll-snap-stop: always;}
.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child{margin-inline-start: var(--swiper-centered-offset-before);}
.swiper-centered.swiper-horizontal > .swiper-wrapper::before{height: 100%; min-height: 1px; width: var(--swiper-centered-offset-after);}
.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child{margin-block-start: var(--swiper-centered-offset-before);}
.swiper-centered.swiper-vertical > .swiper-wrapper::before{width: 100%; min-width: 1px; height: var(--swiper-centered-offset-after);}
.swiper-lazy-preloader{width: 42px; height: 42px; position: absolute; left: 50%; top: 50%; margin-left: -21px; margin-top: -21px; z-index: 10; transform-origin: 50%; box-sizing: border-box; border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color)); border-radius: 50%; border-top-color: 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{animation: swiper-preloader-spin 1s infinite linear;}
.swiper-lazy-preloader-white{--swiper-preloader-color: #fff;}
.swiper-lazy-preloader-black{--swiper-preloader-color: #000;}
@keyframes swiper-preloader-spin{0% { transform: rotate(0deg);}
	100%{transform: rotate(360deg);}
}
.swiper-virtual .swiper-slide{-webkit-backface-visibility: hidden; transform: translateZ(0);}
.swiper-virtual.swiper-css-mode .swiper-wrapper::after{content: ""; position: absolute; left: 0; top: 0; pointer-events: none;}
.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after{height: 1px; width: var(--swiper-virtual-size);}
.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after{width: 1px; height: var(--swiper-virtual-size);}
:root{--swiper-navigation-size: 44px;}
.swiper-button-next,
.swiper-button-prev{position: absolute; top: var(--swiper-navigation-top-offset, 50%); width: calc(var(--swiper-navigation-size) / 44 * 27); height: var(--swiper-navigation-size); margin-top: calc(0px - var(--swiper-navigation-size) / 2); z-index: 10; cursor: pointer; display: flex; align-items: center; justify-content: center; color: var(--swiper-navigation-color, var(--swiper-theme-color));}
.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled{opacity: 0.35; cursor: auto; pointer-events: none;}
.swiper-button-next.swiper-button-hidden,
.swiper-button-prev.swiper-button-hidden{opacity: 0; cursor: auto; pointer-events: none;}
.swiper-navigation-disabled .swiper-button-next,
.swiper-navigation-disabled .swiper-button-prev{display: none !important;}
.swiper-button-next:after,
.swiper-button-prev:after{font-family: swiper-icons; font-size: var(--swiper-navigation-size); text-transform: none !important; letter-spacing: 0; font-variant: initial; line-height: 1;}
.swiper-button-prev,
.swiper-rtl .swiper-button-next{left: var(--swiper-navigation-sides-offset, 10px); right: auto;}
.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after{content: "prev";}
.swiper-button-next,
.swiper-rtl .swiper-button-prev{right: var(--swiper-navigation-sides-offset, 10px); left: auto;}
.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after{content: "next";}
.swiper-button-lock{display: none;}
.swiper-pagination{position: absolute; text-align: center; transition: 0.3s opacity; transform: translate3d(0, 0, 0); z-index: 10;}
.swiper-pagination.swiper-pagination-hidden{opacity: 0;}
.swiper-pagination-disabled > .swiper-pagination,
.swiper-pagination.swiper-pagination-disabled{display: none !important;}
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction{bottom: var(--swiper-pagination-bottom, 8px); top: var(--swiper-pagination-top, auto); left: 0; width: 100%;}
.swiper-pagination-bullets-dynamic{overflow: hidden; font-size: 0;}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transform: scale(0.33); position: relative;}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active{transform: scale(1);}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform: scale(1);}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform: scale(0.66);}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform: scale(0.33);}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform: scale(0.66);}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform: scale(0.33);}
.swiper-pagination-bullet{width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px)); height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px)); display: inline-block; border-radius: var(--swiper-pagination-bullet-border-radius, 50%); background: var(--swiper-pagination-bullet-inactive-color, #000); opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);}
button.swiper-pagination-bullet{border: none; margin: 0; padding: 0; box-shadow: none; -webkit-appearance: none; appearance: none;}
.swiper-pagination-clickable .swiper-pagination-bullet{cursor: pointer;}
.swiper-pagination-bullet:only-child{display: none !important;}
.swiper-pagination-bullet-active{opacity: var(--swiper-pagination-bullet-opacity, 1); background: var(--swiper-pagination-color, var(--swiper-theme-color));}
.swiper-pagination-vertical.swiper-pagination-bullets,
.swiper-vertical > .swiper-pagination-bullets{right: var(--swiper-pagination-right, 8px); left: var(--swiper-pagination-left, auto); top: 50%; transform: translate3d(0px, -50%, 0);}
.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet{margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0; display: block;}
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top: 50%; transform: translateY(-50%); width: 8px;}
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display: inline-block; transition: 0.2s transform, 0.2s top;}
.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);}
.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left: 50%; transform: translateX(-50%); white-space: nowrap;}
.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition: 0.2s transform, 0.2s left;}
.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
:host(.swiper-horizontal.swiper-rtl) .swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition: 0.2s transform, 0.2s right;}
.swiper-pagination-fraction{color: var(--swiper-pagination-fraction-color, inherit);}
.swiper-pagination-progressbar{background: var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, 0.25)); position: absolute;}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background: var(--swiper-pagination-color, var(--swiper-theme-color)); position: absolute; left: 0; top: 0; width: 100%; height: 100%; transform: scale(0); transform-origin: left top;}
.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin: right top;}
.swiper-horizontal > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,
.swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width: 100%; height: var(--swiper-pagination-progressbar-size, 4px); left: 0; top: 0;}
.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-vertical > .swiper-pagination-progressbar{width: var(--swiper-pagination-progressbar-size, 4px); height: 100%; left: 0; top: 0;}
.swiper-pagination-lock{display: none;}
.swiper-scrollbar{border-radius: var(--swiper-scrollbar-border-radius, 10px); position: relative; -ms-touch-action: none; background: var(--swiper-scrollbar-bg-color, rgba(0, 0, 0, 0.1));}
.swiper-scrollbar-disabled > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-disabled{display: none !important;}
.swiper-horizontal > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-horizontal{position: absolute; left: var(--swiper-scrollbar-sides-offset, 1%); bottom: var(--swiper-scrollbar-bottom, 4px); top: var(--swiper-scrollbar-top, auto); z-index: 50; height: var(--swiper-scrollbar-size, 4px); width: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));}
.swiper-scrollbar.swiper-scrollbar-vertical,
.swiper-vertical > .swiper-scrollbar{position: absolute; left: var(--swiper-scrollbar-left, auto); right: var(--swiper-scrollbar-right, 4px); top: var(--swiper-scrollbar-sides-offset, 1%); z-index: 50; width: var(--swiper-scrollbar-size, 4px); height: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));}
.swiper-scrollbar-drag{height: 100%; width: 100%; position: relative; background: var(--swiper-scrollbar-drag-bg-color, rgba(0, 0, 0, 0.5)); border-radius: var(--swiper-scrollbar-border-radius, 10px); left: 0; top: 0;}
.swiper-scrollbar-cursor-drag{cursor: move;}
.swiper-scrollbar-lock{display: none;}
.swiper-zoom-container{width: 100%; height: 100%; display: flex; justify-content: center; align-items: center; text-align: center;}
.swiper-zoom-container > canvas,
.swiper-zoom-container > img,
.swiper-zoom-container > svg{max-width: 100%; max-height: 100%; object-fit: contain;}
.swiper-slide-zoomed{cursor: move; touch-action: none;}
.swiper .swiper-notification,
swiper-container .swiper-notification{position: absolute; left: 0; top: 0; pointer-events: none; opacity: 0; z-index: -1000;}
.swiper-free-mode > .swiper-wrapper{transition-timing-function: ease-out; margin: 0 auto;}
.swiper-grid > .swiper-wrapper{flex-wrap: wrap;}
.swiper-grid-column > .swiper-wrapper{flex-wrap: wrap; flex-direction: column;}
.swiper-fade.swiper-free-mode .swiper-slide{transition-timing-function: ease-out;}
.swiper-fade .swiper-slide{pointer-events: none; transition-property: opacity;}
.swiper-fade .swiper-slide .swiper-slide{pointer-events: none;}
.swiper-fade .swiper-slide-active,
.swiper-fade .swiper-slide-active .swiper-slide-active{pointer-events: auto;}
.swiper-cube{overflow: visible;}
.swiper-cube .swiper-slide{pointer-events: none; -webkit-backface-visibility: hidden; backface-visibility: hidden; z-index: 1; visibility: hidden; transform-origin: 0 0; width: 100%; height: 100%;}
.swiper-cube .swiper-slide .swiper-slide{pointer-events: none;}
.swiper-cube.swiper-rtl .swiper-slide{transform-origin: 100% 0;}
.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-active .swiper-slide-active{pointer-events: auto;}
.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-next,
.swiper-cube .swiper-slide-next + .swiper-slide,
.swiper-cube .swiper-slide-prev{pointer-events: auto; visibility: visible;}
.swiper-cube .swiper-slide-shadow-bottom,
.swiper-cube .swiper-slide-shadow-left,
.swiper-cube .swiper-slide-shadow-right,
.swiper-cube .swiper-slide-shadow-top{z-index: 0; -webkit-backface-visibility: hidden; backface-visibility: hidden;}
.swiper-cube .swiper-cube-shadow{position: absolute; left: 0; bottom: 0px; width: 100%; height: 100%; opacity: 0.6; z-index: 0;}
.swiper-cube .swiper-cube-shadow:before{content: ""; background: #000; position: absolute; left: 0; top: 0; bottom: 0; right: 0; filter: blur(50px);}
.swiper-flip{overflow: visible;}
.swiper-flip .swiper-slide{pointer-events: none; -webkit-backface-visibility: hidden; backface-visibility: hidden; z-index: 1;}
.swiper-flip .swiper-slide .swiper-slide{pointer-events: none;}
.swiper-flip .swiper-slide-active,
.swiper-flip .swiper-slide-active .swiper-slide-active{pointer-events: auto;}
.swiper-flip .swiper-slide-shadow-bottom,
.swiper-flip .swiper-slide-shadow-left,
.swiper-flip .swiper-slide-shadow-right,
.swiper-flip .swiper-slide-shadow-top{z-index: 0; -webkit-backface-visibility: hidden; backface-visibility: hidden;}
.swiper-creative .swiper-slide{-webkit-backface-visibility: hidden; backface-visibility: hidden; overflow: hidden; transition-property: transform, opacity, height;}
.swiper-cards{overflow: visible;}
.swiper-cards .swiper-slide{transform-origin: center bottom; -webkit-backface-visibility: hidden; backface-visibility: hidden; overflow: hidden;}
.bottom-sheet{position: fixed; top: 0; left: 0; width: 100%; height: 100%; display: flex; opacity: 0; pointer-events: none; align-items: center; flex-direction: column; justify-content: flex-end; transition: 0.1s linear; z-index: 10;}
.bottom-sheet.show{opacity: 1; pointer-events: auto;}
.bottom-sheet.show .bottom-sheet__content{transform: translateY(0%);}
.bottom-sheet.fullscreen .bottom-sheet__content{border-radius: 0; overflow-y: hidden;}
.bottom-sheet.fullscreen .bottom-sheet__body{overflow-y: auto !important;}
.bottom-sheet.dragging .bottom-sheet__content{transition: none;}
.bottom-sheet__header{display: flex; justify-content: center; padding: 24px;}
.bottom-sheet__header-dragarea{cursor: grab; user-select: none;}
.bottom-sheet__header-dragarea span{display: block; background-color: #0f172a; border-radius: 100px; width: 80px; height: 5px;}
.bottom-sheet__overlay{position: fixed; top: 0; left: 0; z-index: -1; width: 100%; height: 100%; opacity: 0.2; background: #000;}
.bottom-sheet__content{width: 100%; position: relative; background: #fff; max-height: 100vh; height: 50vh; max-width: 1360px; padding: 0 16px 16px; transform: translateY(100%); border-radius: 16px 16px 0 0; box-shadow: 0 10px 20px rgba(0, 0, 0, 0.03); transition: 0.3s ease;}
.bottom-sheet__body{display: flex; flex-direction: column; gap: 17px; height: 100%; overflow-y: hidden; scrollbar-width: none;}
.bottom-sheet__body::-webkit-scrollbar{width: 0;}
.bottom-sheet__title{font-weight: 500; line-height: 22px;}
.bottom-sheet__subtitle{font-size: 14px; font-weight: 500; line-height: 19px; color: #8f8f8f; margin-top: 2px;}
/* -------------------------------------------------------------------------- */
/*                                 Components                                 */
/* -------------------------------------------------------------------------- */
.breadcrumbs{display: flex; align-items: center; gap: 16px; overflow-x: auto; overflow-y: hidden;}
@media (max-width: 552px){.breadcrumbs { margin-bottom: 0;}
}
@media (max-width: 552px){.breadcrumbs__buttons { display: none;}
}
.breadcrumbs__buttons-back{width: 32px; height: 32px; cursor: pointer; transition: 0.1s; background-color: rgba(0, 0, 0, 0); content: ""; background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 32 32' fill='none'%3e%3cpath d='M2.66683 15.9987C2.66683 8.6349 8.63636 2.66537 16.0002 2.66536C23.364 2.66536 29.3335 8.6349 29.3335 15.9987C29.3335 23.3625 23.364 29.332 16.0002 29.332C8.63637 29.332 2.66683 23.3625 2.66683 15.9987Z' fill='white'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M18.4227 21.1089C18.0973 21.4064 17.5697 21.4064 17.2442 21.1089L12.2442 16.5374C11.9188 16.2399 11.9188 15.7575 12.2442 15.46L17.2442 10.8885C17.5697 10.591 18.0973 10.591 18.4227 10.8885C18.7482 11.1861 18.7482 11.6685 18.4227 11.966L14.012 15.9987L18.4227 20.0314C18.7482 20.3289 18.7482 20.8113 18.4227 21.1089Z' fill='%238F8F8F'/%3e%3crect x='0.5' y='0.5' width='31' height='31' rx='15.5' stroke='%23DFDFDF'/%3e%3c/svg%3e"); background-position: center center; background-repeat: no-repeat; background-size: 100%; width: 32px; height: 32px;}
.breadcrumbs__buttons-back:hover{transform: scale(0.97);}
.breadcrumbs__links{display: flex; gap: 8px;}
.breadcrumbs::-webkit-scrollbar{height: 0px;}
.breadcrumbs__item{color: #8f8f8f; transition: 0.1s; font-size: 14px; line-height: 120%; flex: none;}
.breadcrumbs__item:hover{color: #000;}
.breadcrumbs__item:not(:first-child){display: flex; gap: 8px;}
.breadcrumbs__item:not(:first-child)::before{content: "/"; color: #8f8f8f;}
.breadcrumbs__item:last-child::after{display: none;}
.tabs{display: flex; justify-content: center; background: rgba(118, 118, 128, 0.12); border-radius: 8.91px; width: max-content; padding: 2px; transition: 0.3s; margin: 0 auto;}
@media (max-width: 992px){.tabs { width: 100%;}
}
.tabs:hover{background: rgba(118, 118, 128, 0.25);}
.tabs__item{display: flex; align-items: center; justify-content: center; max-width: 225px; min-width: 225px; width: 100%; height: 48px; user-select: none; transition: 0.3s; border-radius: 6.93px; font-weight: 500; font-size: 16px; line-height: 20px; letter-spacing: -0.08px; background-color: rgba(0, 0, 0, 0); border: 0.5px solid rgba(0, 0, 0, 0); box-shadow: 0px 3px 8px rgba(0, 0, 0, 0), 0px 3px 1px rgba(0, 0, 0, 0); color: #000; cursor: pointer;}
@media (max-width: 992px){.tabs__item { max-width: 100%; min-width: max-content; height: 28px; padding: 0 10px; font-style: normal; font-weight: 600; font-size: 13px; line-height: 20px;}
}
.tabs__item.active{cursor: auto; border: 0.5px solid rgba(0, 0, 0, 0.04); box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.12), 0px 3px 1px rgba(0, 0, 0, 0.04); background-color: #fff;}
.accordion{display: flex; flex-direction: column; gap: 24px;}
.accordion__item{display: flex; flex-direction: column; gap: 16px;}
.accordion__item.active .accordion__item-content{display: block;}
/*.accordion__item.active .accordion__item-title::after{transform: translateY(-50%) rotate(270deg);}
*/
.accordion__item-content{display: none;}
.accordion__item-title{display: flex; align-items: center; gap: 8px; position: relative; font-style: normal; font-weight: 500; line-height: 20px; letter-spacing: -0.41px; color: #000; padding: 12px 16px; background: #f5f5f5; border-radius: 8px; pointer-events: none;}
.accordion__item-title-edit{position: relative; background-color: rgba(0, 0, 0, 0); width: 24px; height: 24px;}
.accordion__item-title-edit.disabled{opacity: 0.15; pointer-events: none; cursor: auto;}
/*
.accordion__item-title::after{content: ""; position: absolute; width: 24px; height: 24px; right: 16px; top: 50%; transform: translateY(-50%) rotate(90deg); transition: 0.3s; background-image: url(/images/orders/orders-arrow.svg); background-position: center center; background-repeat: no-repeat; background-size: 100%; cursor: pointer; pointer-events: all;}
*/
.modal{display: flex; gap: 0; flex-direction: "row"; align-items: center; justify-content: center; position: fixed; top: 0; left: 0; width: 100vw; height: 100%; padding: 16px; background: rgba(0, 0, 0, 0.6196078431); visibility: hidden; opacity: 0; transition: 0.2s; z-index: 10;}
.modal.active{visibility: visible; opacity: 1;}
.modal__container{position: relative; max-width: 947px; max-height: 100%; width: 100%; padding: 29px 24px; background-color: #fff; border-radius: 12px; transition: 0.2s; overflow-y: scroll; box-shadow: 0px 4px 32px 0px rgba(0, 0, 0, 0.12);}
@media (max-width: 992px){.modal__container { padding: 16px;}
}
.modal__close{position: absolute; top: 29px; right: 24px; pointer-events: all !important; cursor: pointer; z-index: 10; content: ""; background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M18 6L6 18' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3e%3cpath d='M6 6L18 18' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3e%3c/svg%3e"); background-position: center center; background-repeat: no-repeat; background-size: 100%; width: 24px; height: 24px;}
@media (max-width: 992px){.modal__close { top: 24px;}
}
.modal__info{display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 12px; padding: 80px 0 112px;}
.modal__info-close{top: 14px !important; right: 16px !important;}
.modal__info-title{font-size: 20px; font-weight: 500; color: #000;}
.modal__info-subtitle{line-height: 20px; letter-spacing: -0.41px; color: #000; width: 296px; text-align: center;}
.cv-modal{display: flex; gap: 0; flex-direction: "row"; align-items: center; justify-content: center; position: fixed; top: 0; left: 0; width: 100vw; height: 100%; padding: 16px; background: rgba(0, 0, 0, 0.3); visibility: hidden; opacity: 0; transition: 0.1s; z-index: 1000;}
.cv-modal.e-active .cv-modal__container{transform: none;}
.cv-modal__container{position: relative; max-width: 355px; max-height: 100%; width: 100%; padding: 50px 24px 40px; background-color: #fff; border-radius: 12px; transition: 0.1s; overflow-y: scroll; border-radius: 8px; background: #fff; box-shadow: 0px 4px 32px 0px rgba(0, 0, 0, 0.12); transform: translateY(20px) scale(0.9);}
@media (max-width: 552px){.cv-modal__container { padding: 56px 24px 36px;}
}
.cv-modal__container.container-success{display: flex; flex-direction: column; align-items: center; gap: 32px; padding: 84px 10px; max-width: 579px;}
@media (max-width: 552px){.cv-modal__container.container-success { padding: 58px 10px;}
}
.cv-modal__container.container-success .cv-modal__title{font-size: 24px; font-weight: 500; line-height: 29px; letter-spacing: 0em; text-align: center;}
@media (max-width: 552px){.cv-modal__container.container-success .cv-modal__title { font-size: 16px; font-weight: 500; line-height: 19px; letter-spacing: 0em; text-align: center;}
}
.cv-modal__container.container-success .cv-modal__subtitle{text-align: center; font-family: Inter; font-size: 20px; font-weight: 400; line-height: 24px; text-align: center;}
@media (max-width: 552px){.cv-modal__container.container-success .cv-modal__subtitle { font-size: 14px; font-weight: 400; line-height: 17px; letter-spacing: 0em; text-align: center;}
}
.cv-modal__container.container-success .cv-modal__subtitle b{font-weight: 400; color: #ff6666;}
.cv-modal__close,
.cv-modal__close_k{position: absolute; top: 12px; right: 12px; width: 24px; height: 24px; pointer-events: all !important; cursor: pointer; z-index: 10; content: ""; background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M18 6L6 18' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3e%3cpath d='M6 6L18 18' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3e%3c/svg%3e"); background-position: center center; background-repeat: no-repeat; background-size: 100%; width: 24px; height: 24px;}
@media (max-width: 992px){.cv-modal__close,.cv-modal__close_k { top: 24px;}
}
.cv-modal__title{font-size: 20px; font-style: normal; font-weight: 500; line-height: normal; color: #000; text-align: center; margin-bottom: 12px;}
@media (max-width: 552px){.cv-modal__title { font-weight: 600;}
}
.cv-modal__subtitle{font-size: 16px; font-style: normal; font-weight: 400; line-height: 20px; letter-spacing: -0.45px; color: #000;}
@media (max-width: 552px){.cv-modal__subtitle { font-size: 14px;}
}
@media (max-width: 552px){.cv-modal__subtitle br { display: none;}
}
.cv-modal__input{position: relative;}
.cv-modal__input input[type=text]{font-size: 16px; font-style: normal; font-weight: 400; line-height: 22px; border-bottom: 1px solid #dfdfdf; padding: 15px 0; width: 100%; margin-top: 32px;}
@media (max-width: 552px){.cv-modal__input input[type=text] { padding: 10px 0; border-color: #dfdfdf;}
}
.cv-modal__input input[type=text]:focus::placeholder{transform: translateY(-5px); opacity: 0;}
.cv-modal__input input[type=text]:focus{border-color: black;}
.cv-modal__input input[type=text]::placeholder{color: #8f8f8f; transition: 0.05s;}
.cv-modal__input-text, .cv-modal__input-error{position: absolute; bottom: -24px; left: 0;}
.cv-modal__input-text button, .cv-modal__input-error button{background-color: rgba(0, 0, 0, 0);}
.cv-modal__input-text:disabled,
.cv-modal__input-text button:disabled, .cv-modal__input-error:disabled,
.cv-modal__input-error button:disabled{cursor: not-allowed;}
.cv-modal__input-text .checkbox, .cv-modal__input-error .checkbox{transform: translateY(6px);}
.cv-modal__input-error{display: flex; justify-content: space-between; width: 100%;}
.cv-modal__input-error,
.cv-modal__input-error *{font-size: 12px; font-weight: 400; line-height: 20px; text-align: left;}
.cv-modal__input-error span{color: #fe0000;}
.cv-modal__input-text{font-size: 14px; font-weight: 400; line-height: 20px; text-align: left; background-color: rgba(0, 0, 0, 0); color: #000;}
.cv-modal__input .select{/*top: auto;*/ top:100%; bottom: calc(-100% - 24px - 12px);}
@media (max-width: 552px){.cv-modal__input .select { bottom: calc(-100% - 48px);}
}
.cv-modal__footer{margin-top: 40px;}
@media (max-width: 552px){.cv-modal__footer { margin-top: 40px;}
}
.cv-modal__footer-text{font-size: 12px; font-weight: 500; line-height: 16px; letter-spacing: 0em; text-align: left; color: #8f8f8f; margin-top: 4px;}
@media (max-width: 552px){.cv-modal .btn { font-size: 16px; font-weight: 500;}
}

.comment .accordion__item img.active{display: block;}
.comment .accordion__item img.disabled{display: none;}
.comment .accordion__item.active .accordion__item-title img.active{display: none;}
.comment .accordion__item.active .accordion__item-title img.disabled{display: block;}
.comment .accordion__item-title{display: flex; align-items: center; gap: 12px; padding: 0; background-color: rgba(0, 0, 0, 0); pointer-events: all; cursor: pointer;}
.comment .accordion__item-title::after{display: none;}
.comment__area{padding: 8px 20px; gap: 10px; width: 100%; min-height: 138px !important; max-height: 380px; border-radius: 4px; border: 1px solid rgba(0, 0, 0, 0); background-color: #f5f5f5; font-style: normal; font-weight: 400; font-size: 16px; line-height: 24px; resize: vertical; transition: 0.3s border;}
.comment__area::placeholder{color: #8f8f8f;}
.comment__area:focus{border-color: #858585;}
.comment__counter{text-align: right; font-size: 12px; line-height: 16px; color: #aaaaaa;}
.counter{display: flex; justify-content: space-between; gap: 52px;}
.counter__button{width: 24px; height: 24px;}
.counter__button.counter-minus{transform: translateX(64px); content: ""; background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='19' height='19' viewBox='0 0 19 19' fill='none'%3e%3cpath d='M3.95898 9.5H15.0423' stroke='%23FF6666' stroke-width='1.5' stroke-linecap='round'/%3e%3c/svg%3e"); background-position: center center; background-repeat: no-repeat; background-size: 100%; width: 19px; height: 19px; padding: 7px;}
.counter__button.counter-plus{transform: translateX(-64px); content: ""; background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='19' height='19' viewBox='0 0 19 19' fill='none'%3e%3cpath d='M15.041 8.70964H10.291V3.95964C10.291 3.74967 10.2076 3.54831 10.0591 3.39984C9.91068 3.25138 9.70931 3.16797 9.49935 3.16797C9.28939 3.16797 9.08802 3.25138 8.93956 3.39984C8.79109 3.54831 8.70768 3.74967 8.70768 3.95964V8.70964H3.95768C3.74772 8.70964 3.54636 8.79304 3.39789 8.94151C3.24942 9.08998 3.16602 9.29134 3.16602 9.5013C3.16602 9.71126 3.24942 9.91263 3.39789 10.0611C3.54636 10.2096 3.74772 10.293 3.95768 10.293H8.70768V15.043C8.70768 15.2529 8.79109 15.4543 8.93956 15.6028C9.08802 15.7512 9.28939 15.8346 9.49935 15.8346C9.70931 15.8346 9.91068 15.7512 10.0591 15.6028C10.2076 15.4543 10.291 15.2529 10.291 15.043V10.293H15.041C15.251 10.293 15.4523 10.2096 15.6008 10.0611C15.7493 9.91263 15.8327 9.71126 15.8327 9.5013C15.8327 9.29134 15.7493 9.08998 15.6008 8.94151C15.4523 8.79304 15.251 8.70964 15.041 8.70964Z' fill='%23FF6666'/%3e%3c/svg%3e"); background-position: center center; background-repeat: no-repeat; background-size: 100%; width: 19px; height: 19px; padding: 7px;}
.counter__input input{font-size: 16px; font-style: normal; font-weight: 500; line-height: normal; width: 100%; text-align: center; background-color: rgba(0, 0, 0, 0); color: #ff6666;}
.select{position: absolute; display: flex; flex-direction: column; gap: 12px; top: 0; left: 0; padding: 19px 16px 21px; border-radius: 0px 0px 8px 8px; background-color: #fff; box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.15); width: 100%; max-height: 127px; overflow-y: auto; z-index: 500; transform: translateY(-8px); opacity: 0; transition: 0.1s; visibility: hidden;}
.select__item{font-size: 16px; font-style: normal; font-weight: 500; line-height: 130%; color: #8f8f8f; cursor: pointer; transition: 0.1s;}
.select__item:hover{color: #000;}
/* -------------------------------------------------------------------------- */
/*                                 Main parts                                 */
/* -------------------------------------------------------------------------- */
.header{position: relative; padding: 14px 0 16px; border-bottom: 1px solid #ececec; display: flex; gap: 8px; flex-direction: column;}
.header__logo img,
.header__logo image{width: 104px; height: 40px;}
@media (max-width: 552px){.header__logo img, .header__logo image { width: 108px;}
}
.header__links{display: flex; align-items: center; gap: 16px;}
.header__links-item{display: flex; gap: 0; flex-direction: column; align-items: center; justify-content: center; text-decoration: none; user-select: none;}
.header__links-item *{transition: 0.2s;}
.header__links-item.active img, .header__links-item:hover:not(.whatsapp) img{filter: invert(66%) sepia(14%) saturate(4922%) hue-rotate(316deg) brightness(99%) contrast(116%);}
.header__links-item.active .header__links-item-title, .header__links-item:hover .header__links-item-title,
.menu-profile a:hover, .menu-profile a.active{color: #ff6666;}
.header__links-item-title{font-style: normal; font-weight: 500; font-size: 14px; line-height: 19px; color: #000;}
@media (max-width: 552px){.header__links-item-title { display: none;}
}
.header__links-item img{width: 24px; height: 24px;}
.header__row{display: flex; justify-content: space-between;}
.header__row.header__row-location{position: absolute; top: 25px; left: 50%; transform: translateX(-50%);}
@media (max-width: 992px){.header__row.header__row-location { position: static; transform: none;}
}
.header__location{display: flex; gap: 2px; flex-direction: "row"; font-style: normal; font-size: 14px; line-height: 19px; user-select: none; cursor: pointer;}
.header__location:hover::before{filter: invert(66%) sepia(14%) saturate(4922%) hue-rotate(316deg) brightness(99%) contrast(116%);}
.header__location::before{display: block; transition: 0.3s; content: ""; background-image: url("data:image/svg+xml;charset=UTF-8, %3csvg width='19' height='19' viewBox='0 0 19 19' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M2.3746 11.0668L14.5083 3.15259L10.4619 16.5122L8.06408 11.8046L2.3746 11.0668Z' fill='black'/%3e%3c/svg%3e"); background-position: center center; background-repeat: no-repeat; background-size: 100%; width: 19px; height: 19px; filter: invert(0%) sepia(1%) saturate(7492%) hue-rotate(250deg) brightness(102%) contrast(100%);}
.header__location b{font-weight: 600; background-color: rgba(0, 0, 0, 0);}
.footer{background-color: #f5f5f5; padding: 40px;}
@media (max-width: 552px){.footer { padding: 24px 16px;}
}
.footer__column{display: flex; flex-direction: column; gap: 24px;}
.footer .container{display: flex; gap: 100.5px; padding: 0;}
@media (max-width: 1350px){.footer .container { gap: 25px;}
}

@media (max-width: 1150px){.footer .container { flex-direction: column; gap: 25px;}
}
.footer__copyright{font-style: normal; font-weight: 700; font-size: 16px; line-height: 22px;}
.footer__social-networks{display: flex; gap: 16px;}
.footer__social-networks-item{position: relative; height: 24px; width: 24px;}
.footer__social-networks img{position: absolute; top: 0; left: 0; height: 24px; width: 24px; transition: 0.3s;}
.footer__social-networks img:nth-child(-n+1){opacity: 1 !important; transform: scale(1) !important;}
.footer__social-networks img:hover:nth-child(-n+2){opacity: 1;}
.footer__social-networks img:nth-child(-n+2){opacity: 0; transform: scale(1.01);}
.footer__pay{display: flex; gap: 8px;}
.footer__pay-item{display: flex; align-items: center; justify-content: center; height: 32px; padding: 0 7.08px; background-color: #fff; border-radius: 8px; transition: 0.3s;}
.footer__pay-item:hover{background-color: #fcfcfc;}
.footer__links{display: flex; gap: 100.5px;}
@media (max-width: 1360px){.footer__links { gap: 25px;}
}
@media (max-width: 992px){.footer__links { flex-direction: column; gap: 16px;}
}
.footer__links-item{display: flex; flex-direction: column; gap: 16px;}
@media (max-width: 992px){.footer__links-item { gap: 8px;}
}
.footer__links-item-title{font-style: normal; font-weight: 600; font-size: 16px; line-height: 22px;}
.footer__links-item-group{display: grid; grid-template-columns: repeat(2, 125px); grid-column-gap: 32px;}
@media (max-width: 992px){.footer__links-item-group { grid-column-gap: 61px; grid-template-columns: repeat(2, 95px);}
}
.footer__links-item-group a{font-style: normal; font-weight: 400; font-size: 16px; line-height: 22px; color: #8f8f8f; /* max-width: 172px;*/ margin-bottom: 4px; transition: 0.3s; /* min-width: max-content;*/}
.footer__links-item-group a:hover{color: #000 !important;}
.footer__app{display: flex; flex-direction: column; gap: 8px;}
@media (max-width: 992px){.footer__app { flex-direction: row;}
}
.footer__app-item{width: max-content;}
.footer__app .phone{display: none;}
@media (max-width: 552px){.footer__app .phone { display: block;}
}
@media (max-width: 552px){.footer__app .dekstop { display: none;}
}
.footer__app img{width: 161.02px; height: 46.38px;}
.footer__app img:hover{filter: invert(1);}
@media (max-width: 552px){.footer__app img { width: 167.5px;}
}

/* -------------------------------------------------------------------------- */
/*                                  Sections                                  */
/* -------------------------------------------------------------------------- */
.orders{margin: 40px 0 62px;}
@media (max-width: 992px){.orders { margin: 24px 0 31px;}
}
.orders__progress{position: relative; display: flex; flex-direction: column; gap: 4px; padding: 16px; background: #f5f5f5; border-radius: 8px;}
@media (max-width: 992px){.orders__progress { padding: 8px;}
}
.orders__progress.static{transform: none !important;}
.orders__progress.static::after{display: none;}
.orders__progress-arrow{position: absolute; right: 16px; top: 16px; width: 24px; height: 24px; background-image: url(/images/orders/orders-arrow.svg); background-position: center center; background-repeat: no-repeat; background-size: 100%; cursor: pointer; transform: rotate(90deg); transition: 0.3s;}
@media (max-width: 992px){.orders__progress-arrow { right: 8px; top: 8px;}
}
.orders__progress-title{font-style: normal; font-weight: 600; font-size: 20px; line-height: 22px; color: #000;}
@media (max-width: 992px){.orders__progress-title { font-size: 16px;}
}
.orders__progress-description{font-style: normal; font-weight: 400; line-height: 22px; color: #8f8f8f;}
.orders__progress-status{display: flex; gap: 8px; margin-top: 16px;}
.orders__progress-status-item{display: flex; flex-direction: column; align-items: center; gap: 14px; font-style: normal; font-weight: 400; font-size: 16px; line-height: 22px; color: #8f8f8f;}
@media (max-width: 992px){.orders__progress-status-item { font-size: 12px; line-height: 16px; gap: 7px;}
}
@media (max-width: 375px){.orders__progress-status-item { width: 100%;}
}
.orders__progress-status-item.active::before{background: #01bc6f;}
.orders__progress-status-item::before{display: block; content: ""; width: 135px; height: 6px; background: #ececec; border-radius: 30px;}
@media (max-width: 992px){.orders__progress-status-item::before { width: 77.25px; height: 6px;}
}
@media (max-width: 375px){.orders__progress-status-item::before { max-width: 77.25px; width: 100%;}
}
.orders__item{position: relative; display: flex; gap: 18px; width: 100%; border-bottom: 1px solid #c6c6c8; padding: 16px 0; cursor: pointer;}
.orders__item::after{position: absolute; top: 16px; right: 0; content: ""; background-image: url("/images/orders/progress-arrow-btn.svg"); background-position: center center; background-repeat: no-repeat; background-size: 100%; width: 24px; height: 24px;}
.orders__item-image{width: 91.96875px; height: 91.96875px; border-radius: 6.75px; overflow: hidden;}
.orders__item-image img{width: 100%; height: 100%; object-fit: cover;}
.orders__item-column{display: flex; flex-direction: column; justify-content: space-between;}
.orders__item-title{font-weight: 600; color: #000;}
.orders__item-subtitle{color: #8f8f8f; margin-top: 2px;}
.orders__item-tag{padding: 4px 8px; font-size: 12px; font-weight: 500; width: max-content; border-radius: 100px; margin-top: 20px;}
.orders__item-date{color: #8f8f8f; font-size: 14px;}
.orders__subtitle{font-style: normal; font-weight: 400; font-size: 20px; line-height: 27px; text-align: center;}
@media (max-width: 992px){.orders__subtitle { font-size: 16px; line-height: 22px; text-align: left;}
}
.orders .tabs{margin-top: 24px;}
.orders__header{margin-top: 11px;}
.orders__header-back{display: flex; align-items: center; gap: 8px; margin-left: -12px; font-style: normal; font-weight: 500; font-size: 16px; line-height: 24px; color: #000;}
.orders__group{display: flex; flex-direction: column; gap: 32px; margin-top: 24px;}
.orders__group.mt{margin-top: 62px;}
@media (max-width: 992px){.orders__group { margin-top: 24px !important;}
}
.orders__edit{display: none; position: absolute; top: 0; right: 0; cursor: pointer; z-index: 10;}
@media (max-width: 1160px){.orders__edit { display: block;}
}
.orders__edit img,
.orders__edit svg{width: 19px; height: 19px; user-select: none;}
.orders__list{position: relative; display: flex; flex-direction: column; gap: 12px;}
.orders__list-item{display: flex; flex-direction: column; gap: 4px;}
.orders__list-item-title{opacity: 0.5;}
.orders__list-item a{color: #000; transition: 0.1s;}
.orders__list-item a:hover, .orders__list-item a:active{color: #6183e4;}
.orders__list-item mark{background-color: rgba(0, 0, 0, 0); color: #01bc6f;}
.orders__galery{display: flex; flex-wrap: wrap; gap: 13px; width: 530px;}
@media (max-width: 992px){.orders__galery { gap: 8px; width: 100%;}
}
.orders__galery-item{display: flex; flex-direction: column; gap: 8px; width: max-content; font-weight: 400; font-size: 14px; line-height: 19px;}
.orders__galery-item:nth-child(-n+2){margin-bottom: 4px;}
@media (max-width: 552px){.orders__galery-item { width: calc(50% - 8px); gap: 4px; line-height: 16px;}
}
.orders__galery-item img{width: 168px; height: 250px; object-fit: cover; border-radius: 8px;}
.orders .accordion{margin-top: 24px;}
.orders__total{display: flex; flex-direction: column; gap: 6px;}
.orders__total-item{display: flex; justify-content: space-between;}
.orders__total-item span{font-weight: 600; font-size: 16px; line-height: 22px;}
.orders__total-item span:nth-child(-n+1){font-weight: 400; max-width: 225px;}
.orders__total-item span:last-child{min-width: 75px; text-align: right;}
.orders__total-item.border{padding: 12px 0 16px 0; border-top: 1px solid #ececec; border-bottom: 1px solid #ececec; margin: 2px 0;}
.orders__total-item mark{font-size: 14px; margin-top: -2px;}
.orders__footer{margin-top: 24px;}
@media (max-width: 992px){.orders__footer { overflow: hidden;}
	.orders__footer .container{padding: 0;}
	.orders__footer .btn{}
}
.orders__modal{padding-top: 38px;}
@media (max-width: 992px){.orders__modal { margin-top: 0;}
}
.orders__modal-title{font-style: normal; font-weight: 400; font-size: 24px; line-height: 110%; letter-spacing: 0.04em; text-align: center;}
@media (max-width: 992px){.orders__modal-title { font-style: normal; font-weight: 400; font-size: 18px; line-height: 24px; letter-spacing: -0.41px;}
}
@media (max-width: 552px){.orders__modal-title { text-align: left;}
}
.orders__modal-group{width: 100%;}
.orders__modal-group-item{margin-top: 40px;}
@media (max-width: 552px){.orders__modal-group-item { margin-top: 24px;}
}
.orders__modal-group-item-title{display: flex; justify-content: space-between; font-style: normal; font-weight: 500; font-size: 20px; line-height: 110%; letter-spacing: 0.04em;}
@media (max-width: 992px){.orders__modal-group-item-title { flex-direction: column; gap: 10px; font-size: 18px; letter-spacing: normal;}
}
.orders__modal-group-fields{display: flex; gap: 21px; margin-top: 24px;}
@media (max-width: 552px){.orders__modal-group-fields { flex-direction: column; gap: 16px;}
}
.orders__modal-group-fields-item{width: 100%;}
.orders__modal-group-fields-item input{font-style: normal; font-weight: 500; font-size: 16px; line-height: 24px; border-bottom: 1px solid #dfdfdf; background: #fff; padding-bottom: 10px; width: 100%; color: #000;}
.orders__modal-footer{display: flex; flex-direction: column; align-items: center; justify-content: center; margin-top: 40px; gap: 15px;}
.orders__modal-footer .btn{max-width: 345px; width: 100%;}
.orders__modal .comment{margin-top: 24px;}
.orders__modal .comment a{color: #000; transition: 0.3s;}
.orders__modal .comment a:hover{color: #ff6666;}
.orders__text{margin-top: 12px; color: #000;}
.orders__cancel{display: flex; flex-direction: column; gap: 40px;}
.orders__cancel-group{display: flex; flex-direction: column; gap: 16px;}
.orders__cancel-group label{font-size: 16px !important; line-height: 24px !important;}
.orders__cancel-footer{display: flex; flex-direction: column; gap: 8px;}
.orders-old{margin: 40px 0 62px;}
@media (max-width: 992px){.orders-old { margin: 24px 0 31px;}
}
.orders-old__subtitle{font-style: normal; font-weight: 400; font-size: 20px; line-height: 27px; text-align: center;}
@media (max-width: 992px){.orders-old__subtitle { font-size: 16px; line-height: 22px; text-align: left;}
}
.orders-old .tabs{margin-top: 24px;}
.orders-old__header{margin-top: 11px;}
.orders-old__header-back{display: flex; align-items: center; gap: 8px; margin-left: -12px; font-style: normal; font-weight: 500; font-size: 16px; line-height: 24px; color: #000;}
.orders-old__group{display: flex; flex-direction: column; gap: 32px; margin-top: 24px;}
.orders-old__group.mt{margin-top: 62px;}
@media (max-width: 992px){.orders-old__group { margin-top: 24px !important;}
}
.orders-old__item{display: flex; flex-direction: column; gap: 16px; border-radius: 8px;}
.orders-old__item.active{border: 1px solid #ececec; gap: 0;}
.orders-old__item.active .orders-old__item-header-arrow{transform: rotate(270deg);}
.orders-old__item.active .orders-old__item-price{display: none;}
.orders-old__item.active .orders-old__item-container{display: block;}
@media (max-width: 1160px){.orders-old__item { border: 0 !important;}
}
.orders-old__item-container{display: none; padding: 16px;}
@media (max-width: 1160px){.orders-old__item-container { padding: 0;}
}
.orders-old__item-container .btn-group.horizontal{margin-top: 24px;}
.orders-old__item-container .btn-group.horizontal .btn{font-size: 16px; font-weight: 500; line-height: 22px;}
.orders-old__item-header{position: relative; display: flex; flex-direction: column; gap: 4px; padding: 16px; background: #f5f5f5; border-radius: 8px;}
@media (max-width: 992px){.orders-old__item-header { padding: 8px;}
}
.orders-old__item-header.static{transform: none !important;}
.orders-old__item-header.static::after{display: none;}
.orders-old__item-header-arrow{position: absolute; right: 16px; top: 16px; width: 24px; height: 24px; background-image: url(/images/orders/orders-arrow.svg); background-position: center center; background-repeat: no-repeat; background-size: 100%; cursor: pointer; transform: rotate(90deg); transition: 0.3s;}
@media (max-width: 992px){.orders-old__item-header-arrow { right: 8px; top: 8px;}
}
.orders-old__item-header-title{font-style: normal; font-weight: 600; font-size: 20px; line-height: 22px; color: #000;}
@media (max-width: 992px){.orders-old__item-header-title { font-size: 16px;}
}
.orders-old__item-header-description{font-style: normal; font-weight: 400; line-height: 22px; color: #8f8f8f;}
.orders-old__item-header-status{display: flex; gap: 8px; margin-top: 16px;}
.orders-old__item-header-status-item{display: flex; flex-direction: column; align-items: center; gap: 14px; font-style: normal; font-weight: 400; font-size: 16px; line-height: 22px; color: #8f8f8f;}
@media (max-width: 992px){.orders-old__item-header-status-item { font-size: 12px; line-height: 16px; gap: 7px;}
}
@media (max-width: 375px){.orders-old__item-header-status-item { width: 100%;}
}
.orders-old__item-header-status-item.active::before{background: #01bc6f;}
.orders-old__item-header-status-item::before{display: block; content: ""; width: 135px; height: 6px; background: #ececec; border-radius: 30px;}
@media (max-width: 992px){.orders-old__item-header-status-item::before { width: 77.25px; height: 6px;}
}
@media (max-width: 375px){.orders-old__item-header-status-item::before { max-width: 77.25px; width: 100%;}
}
@media (max-width: 1160px){.orders-old__item .accordion { gap: 20px !important;}
	.orders-old__item .accordion__item-title-edit{display: none;}
}
@media (min-width: 1160px){.orders-old__item .accordion { display: flex; flex-direction: row; margin-top: 2px !important; gap: 35.71px;}
	.orders-old__item .accordion__item{width: 100%;}
	.orders-old__item .accordion__item-title{width: 100%; background-color: rgba(0, 0, 0, 0); padding: 0; font-size: 20px; line-height: 20px; letter-spacing: -0.41px; pointer-events: none !important;}
	.orders-old__item .accordion__item-title::after{display: none;}
}
.orders-old__item-price{display: flex; flex-direction: column; gap: 8px;}
.orders-old__item-price-group{display: flex; gap: 9px; overflow-x: auto;}
.orders-old__item-price-group::-webkit-scrollbar{height: 0px;}
.orders-old__item-price-product img{width: 167px; height: 167px; border-radius: 8px; object-fit: cover;}
@media (max-width: 992px){.orders-old__item-price-product img { width: 91.97px; height: 91.97px; border-radius: 6.75px;}
}
.orders-old__item-price-count{font-family: "Roboto"; font-style: normal; font-weight: 400; line-height: 19px;}
.orders-old__edit{display: none; position: absolute; top: 0; right: 0; cursor: pointer; z-index: 10;}
@media (max-width: 1160px){.orders-old__edit { display: block;}
}
.orders-old__edit img,
.orders-old__edit svg{width: 19px; height: 19px; user-select: none;}
.orders-old__list{position: relative; display: flex; flex-direction: column; gap: 12px;}
.orders-old__list-item{display: flex; flex-direction: column; gap: 4px;}
.orders-old__list-item-title{opacity: 0.5;}
.orders-old__list-item a{color: #000; transition: 0.1s;}
.orders-old__list-item a:hover, .orders-old__list-item a:active{color: #6183e4;}
.orders-old__list-item mark{background-color: rgba(0, 0, 0, 0); color: #01bc6f;}
.orders-old__galery{display: flex; flex-wrap: wrap; gap: 13px; width: 530px;}
@media (max-width: 992px){.orders-old__galery { gap: 12px; width: 100%;}
}
.orders-old__galery-item{display: flex; flex-direction: column; gap: 8px; width: max-content; font-weight: 400; font-size: 14px; line-height: 19px;}
.orders-old__galery-item:nth-child(-n+2){margin-bottom: 4px;}
@media (max-width: 552px){.orders-old__galery-item { width: calc(50% - 8px); gap: 4px; font-size: 12px; line-height: 16px;}
}
.orders-old__galery-item img{width: 168px; height: 250px; object-fit: cover;}
.orders-old .accordion{margin-top: 24px;}
.orders-old__total{display: flex; flex-direction: column; gap: 6px;}
.orders-old__total-item{display: flex; justify-content: space-between;}
.orders-old__total-item span{font-weight: 600; font-size: 16px; line-height: 22px;}
.orders-old__total-item span:nth-child(-n+1){font-weight: 400; max-width: 225px;}
.orders-old__total-item span:last-child{min-width: 75px; text-align: right;}
.orders-old__total-item.border{padding: 12px 0 16px 0; border-top: 1px solid #ECECEC; border-bottom: 1px solid #ECECEC; margin: 2px 0;}
.orders-old__total-item mark{font-size: 14px; margin-top: -2px;}
.orders-old__footer{margin-top: 24px;}
.orders-old__modal{padding-top: 38px;}
@media (max-width: 992px){.orders-old__modal { margin-top: 0;}
}
.orders-old__modal-title{font-style: normal; font-weight: 400; font-size: 24px; line-height: 110%; letter-spacing: 0.04em; text-align: center;}
@media (max-width: 992px){.orders-old__modal-title { font-style: normal; font-weight: 400; font-size: 18px; line-height: 24px; letter-spacing: -0.41px;}
}
@media (max-width: 552px){.orders-old__modal-title { text-align: left;}
}
.orders-old__modal-group{width: 100%;}
.orders-old__modal-group-item{margin-top: 40px;}
@media (max-width: 552px){.orders-old__modal-group-item { margin-top: 24px;}
}
.orders-old__modal-group-item-title{display: flex; justify-content: space-between; font-style: normal; font-weight: 500; font-size: 20px; line-height: 110%; letter-spacing: 0.04em;}
@media (max-width: 992px){.orders-old__modal-group-item-title { flex-direction: column; gap: 10px; font-size: 18px; letter-spacing: normal;}
}
.orders-old__modal-group-fields{display: flex; gap: 21px; margin-top: 24px;}
@media (max-width: 552px){.orders-old__modal-group-fields { flex-direction: column; gap: 16px;}
}
.orders-old__modal-group-fields-item{width: 100%;}
.orders-old__modal-group-fields-item input{font-style: normal; font-weight: 500; font-size: 16px; line-height: 24px; border-bottom: 1px solid #DFDFDF; background: #fff; padding-bottom: 10px; width: 100%; color: #000;}
.orders-old__modal-footer{display: flex; flex-direction: column; align-items: center; justify-content: center; margin-top: 40px; gap: 15px;}
.orders-old__modal-footer .btn{max-width: 345px; width: 100%;}
.orders-old__modal .comment{margin-top: 24px;}
.orders-old__modal .comment a{color: #000; transition: 0.3s;}
.orders-old__modal .comment a:hover{color: #ff6666;}
.product{display: flex; flex-direction: column; gap: 16px; margin: 17px 0 64px;}
@media (max-width: 992px){.product { margin: 16px 0 32px;}
}
.product__header{display: flex; flex-direction: column; gap: 3px;}
.product__header .product__title{color: #8f8f8f; transition: 0.1s; font-size: 14px !important; margin: 0px; margin-top: -12px;}
.product__footer{position: fixed; bottom: 0; left: 0; background-color: #fff; padding: 10px 16px; width: 100%; z-index: 999;}
.product__footer *{width: 100%;}
.product__footer,
.product__footer .container{display: flex; flex-direction: column; align-items: center;}
.product__footer p{font-size: 14px; font-style: normal; font-weight: 400; line-height: 120%; padding: 10px 16px; text-align: center;}
.product__container{display: flex; gap: 40px; height: max-content;}
@media (max-width: 1360px){.product__container {}
}
@media (max-width: 992px){.product__container { gap: 16px; flex-direction: column; align-items: center;}
}
.product__column{top: 15px; display: flex; flex-direction: column; gap: 40px; width: 100%; height: 100%;}
@media (max-width: 992px){.product__column { gap: 16px;}
}
@media (min-width: 992px){.product__column { position: sticky;}
}
.product__column:nth-child(-n+1){width: 557px;}
@media (max-width: 1360px){.product__column:nth-child(-n+1) { width: 100% !important;}
}
.product__group{display: flex; justify-content: space-between; height: 100%;}
@media (max-width: 992px){.product__group { flex-direction: column; gap: 32px;}
	.product__group .product__group-column{align-items: start !important;}
}
@media (max-width: 992px){.product__group .popular-set { margin-bottom: 0;}
}
.product__group-column{display: flex; flex-direction: column; gap: 36px; width: 360px; height: max-content;}
@media (max-width: 552px){.product__group-column { width: 100%;}
}
.product__group-column.col-end{align-items: end;}
.product__group-title{font-size: 16px; font-style: normal; font-weight: 600; line-height: 22px; margin-bottom: 16px;}
.product__sizetabs{display: flex; flex-direction: column; gap: 8px; width: 100%;}
.product__sizetabs-group{display: flex; gap: 8px; flex-flow: row wrap; justify-content: flex-start;}
.product__sizetabs-item{display: inline-flex; align-items: center; flex-direction: column; width: calc(50% - 4px); padding: 12px 0; font-size: 16px; font-style: normal; font-weight: 600; line-height: 22px; /*max-width: 85px;*/ user-select: none; border-radius: 6px; border: 1px solid #c6c6c8; transition: 0.1s; cursor: pointer;}
.product__sizetabs-item:hover{border-color: rgba(0, 0, 0, 0.5);}
.product__sizetabs-item:active, .product__sizetabs-item:focus, .product__sizetabs-item.active{border-color: #000;}
.product__title{font-size: 24px !important; line-height: 120%; font-style: normal; font-weight: 500;}
@media (max-width: 552px){.product__title { font-size: 20px; line-height: 110%;}
}
.product__info{display: flex; gap: 12px;}
.product__info span{width: max-content;}
.product__info .info-reviews{display: flex; align-items: center; gap: 4px; color: #000;}
.product__info .info-reviews::before{content: ""; display: block; width: 16px; height: 16px; content: ""; background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='15' height='14' viewBox='0 0 15 14' fill='none'%3e%3cpath d='M7.47595 0.975683C7.57573 0.668579 8.0102 0.66858 8.10999 0.975684L9.51424 5.29754C9.55887 5.43488 9.68685 5.52786 9.83126 5.52786H14.3755C14.6984 5.52786 14.8327 5.94107 14.5715 6.13087L10.8951 8.80192C10.7782 8.8868 10.7294 9.03726 10.774 9.1746L12.1782 13.4965C12.278 13.8036 11.9265 14.0589 11.6653 13.8691L7.9889 11.1981C7.87207 11.1132 7.71387 11.1132 7.59704 11.1981L3.92065 13.8691C3.65941 14.0589 3.30792 13.8036 3.40771 13.4965L4.81196 9.1746C4.85659 9.03726 4.8077 8.8868 4.69087 8.80192L1.01448 6.13087C0.753244 5.94107 0.887503 5.52786 1.21041 5.52786H5.75468C5.89909 5.52786 6.02707 5.43488 6.07169 5.29754L7.47595 0.975683Z' fill='%23FFB300'/%3e%3c/svg%3e"); background-position: center center; background-repeat: no-repeat; background-size: 100%; width: 16px; height: 16px;}
.product__info *, .product__info{font-size: 14px; font-style: normal; font-weight: 500; line-height: 130%; color: #8f8f8f; transition: 0.3s color;}
.product__info *:hover, .product__info:hover{color: #000;}
.product__price{display: flex; justify-content: space-between; align-items: center;}
.product__price-container{display: flex; align-items: center; gap: 12px;}
.product__price *{font-size: 20px; font-style: normal; font-weight: 500; line-height: 120%;}
.product__price-text{font-weight: 600;}
.product__price-old{text-decoration: line-through; text-decoration-color: #ff6666;}
.product__price-discount{color: #ff6666;}
.product__price-new{font-size: 20px; font-style: normal; font-weight: 600; line-height: 120%; color: #ff6666;}
.product__title{font-size: 20px; font-style: normal; font-weight: 500; line-height: 110%;}
.product__item{display: flex; flex-direction: column; gap: 16px;}
.product__item-title{font-size: 16px; font-style: normal; font-weight: 600; line-height: 22px;}
.product__item-group{display: flex; flex-direction: column; gap: 8px;}
.product__item .checkbox input{width: 19px; min-width: 19px; height: 19px;}
.product__item .checkbox input::before{transform: scale(0.9) translate(-50%, -50%); top: 50%; left: 50%;}
.product__item .checkbox label{font-size: 14px; font-style: normal; font-weight: 400; line-height: 24px; margin-left: 10px; padding-left: 0;}
.product__slider{position: relative; height: 432px; width: 100%; border-radius: 4px; overflow: hidden;}
.product__slider img{object-fit: cover; height: 100%; width: 100%;}
@media (max-width: 992px){.product__slider img { width: 457px;}
}
@media (max-width: 552px){.product__slider img { width: 100%;}
}
.product__group-column:empty{display: none;}
.product__slider .swiper{position: relative; width: 100%; height: 432px;}
@media (max-width: 1360px){.product__slider .swiper { width: 100%;}
}
@media (max-width: 450px){.product__slider .swiper { max-width: 100%;}
}
.product .hits__item-time h3{font-weight: 500; margin-bottom: 8px;}
.product .hits__item-time-progress div{max-width: 75%;}
.product__galery{position: sticky; top: 24px; left: 0; display: flex; flex-wrap: wrap; gap: 16px; width: 557px;}
@media (max-width: 552px){.product__galery { width: 100%;}
}
.product__galery-item{position: relative; width: 270px; height: 270px;}
@media (max-width: 552px){.product__galery-item { width: calc(50% - 8px); height: calc(50% - 8px);}
}
.product__galery-item.item-big{width: 557px; height: 557px;}
@media (max-width: 552px){.product__galery-item.item-big { width: 100%; height: max-content;}
}
@media (max-width: 552px){.product__galery-item.item-big img { height: max-content; object-fit: scale-down;}
}
.product__galery-item img{width: 100%; height: 100%; object-fit: cover; border-radius: 4px;}
.product__tags{display: flex; gap: 8px; margin-top: 12px;}
@media (max-width: 992px){.product__tags { margin-top: 8px;}
}
.product__tags-item{padding: 8px 16px; border-radius: 100px; user-select: none;}
@media (max-width: 992px){.product__tags-item { font-size: 12px; line-height: 120%;}
}
.product__tags-item.tag-green{background-color: #E4EF7D;}
.product__tags-item.tag-danger{background-color: #ff6666; color: #fff;}
.product__color{display: flex; flex-direction: column; gap: 24px;}
@media (max-width: 992px){.product__color { gap: 8px;}
}
.product__color-title{font-size: 24px; line-height: 22px; color: #000;}
@media (max-width: 992px){.product__color-title { font-size: 14px;}
}
.product__color-group{display: flex; gap: 16px;}
@media (max-width: 992px){.product__color-group { gap: 8px;}
}
.product__color-group-item{border-radius: 3px; height: 99px; width: 99px; outline: 2px solid rgba(0, 0, 0, 0);}
@media (max-width: 992px){.product__color-group-item { height: 60px; width: 60px;}
}
.product__color-group-item:hover{outline-color: rgba(255, 102, 102, 0.5019607843);}
.product__color-group-item.active{outline-color: #ff6666;}
.product__color-group-item img{width: 100%; height: 100%; object-fit: cover;}
.product__quantity{display: flex; flex-direction: column; gap: 24px;}
@media (max-width: 992px){.product__quantity { gap: 8px;}
}
.product__quantity-title{font-size: 24px; line-height: 22px; color: #000;}
@media (max-width: 992px){.product__quantity-title { font-size: 14px;}
}
.product__quantity-group{display: flex; gap: 8px;}
@media (max-width: 992px){.product__quantity-group { gap: 8px;}
}
.product__quantity-group-item{display: flex; align-items: center; justify-content: center; min-width: 71px; width: max-content; height: 71px; border-radius: 4px; padding: 0 5px; outline: 2px solid rgba(0, 0, 0, 0); font-weight: 400; font-size: 16px; line-height: 110%; border: 1px solid #f2f2f2;}
@media (max-width: 992px){.product__quantity-group-item { min-width: 51px; height: 51px; font-weight: 400; font-size: 12px; line-height: 110%; padding: 0; outline-width: 1px;}
	.product__quantity-group-item.active{transform: none;}
}
.product__quantity-group-item:hover{outline-color: rgba(255, 102, 102, 0.5019607843);}
.product__quantity-group-item.active{outline-color: #ff6666;}
.product__quantity-group-item img{width: 100%; height: 100%; object-fit: cover;}
.product__list{display: flex; flex-direction: column; gap: 12px;}
@media (max-width: 992px){.product__list { gap: 8px;}
}
.product__list-container{display: flex; flex-direction: column; gap: 9px;}
@media (max-width: 992px){.product__list-container { gap: 6px;}
}
.product__list-item{display: flex; align-items: start; padding: 12px 16px; gap: 12px; background: #f5f5f5; border-radius: 8px;}
.product__list-item.auth-item{align-items: center; padding: 17.5px 16px;}
@media (max-width: 992px){.product__list-item.auth-item { padding: 16px;}
}
.product__list-item.auth-item img{transform: translateY(3px);}
.product__list-item mark{text-decoration: underline;}
.product__list-item-icon img{width: 24px; height: 24px;}
@media (max-width: 992px){.product__list-item-icon img { width: 16px; height: 16px;}
}
.product__list-item-title{font-weight: 500; font-size: 20px; line-height: 22px; color: #000;}
@media (max-width: 992px){.product__list-item-title { font-size: 14px;}
}
.product__list-item-more{width: max-content; position: relative; font-weight: 500; line-height: 20px; color: #2f80ed; transition: 0.3s; user-select: none; cursor: pointer;}
@media (max-width: 992px){.product__list-item-more { font-size: 14px;}
}
.product__list-item-more.active::after{transform: translateY(-50%) rotate(0);}
.product__list-item-more::after{content: ""; position: absolute; width: 24px; height: 24px; right: -24px; top: 50%; transform: translateY(-50%) rotate(180deg); transition: 0.3s; background-image: url(/images/product/more-arrow.svg); background-position: center center; background-repeat: no-repeat; background-size: 100%; transition: 0.3s; cursor: pointer; pointer-events: all;}
.product__list-item-more:hover{color: #4b72e0;}
.product__comment{display: flex; flex-direction: column; gap: 16px;}
.product__comment-title{font-style: normal; font-weight: 400; font-size: 24px; line-height: 110%; color: #000;}
@media (max-width: 992px){.product__comment-title { font-weight: 500; font-size: 16px;}
}
.product__comment-field textarea{padding: 8px 12px; font-style: normal; font-weight: 400; font-size: 20px; line-height: 120%; border: 1px solid #dfdfdf; border-radius: 8px; width: 100%; min-height: 92px; max-height: 600px; resize: vertical;}
.product__comment-field textarea::placeholder{color: #bcbcbc;}
@media (max-width: 992px){.product__comment-field textarea { font-size: 16px; min-height: 59px;}
}
.product__certificate{display: flex; flex-direction: column; gap: 16px;}
@media (max-width: 992px){.product__certificate-title { font-weight: 500; font-size: 16px;}
}
.product__certificate-group{display: flex; gap: 16px;}
@media (max-width: 992px){.product__certificate-group { flex-direction: column; gap: 11.99px;}
}
.product__certificate-group-item{display: flex; border-radius: 3px; overflow: hidden; cursor: pointer; outline: 2px solid rgba(0, 0, 0, 0); transition: 0.3s;}
@media (min-width: 992px){.product__certificate-group-item:hover { outline-color: rgba(255, 102, 102, 0.5019607843);}
}
.product__certificate-group-item.active{outline-color: #ff6666;}
@media (max-width: 992px){.product__certificate-group-item { width: 100%;}
}
.product__certificate-group-item-container{display: flex; flex-direction: column; gap: 4px; padding: 8px 16px; border-width: 1px 1px 1px 0px; border-style: solid; border-color: #f2f2f2; border-radius: 0px 3px 3px 0px; width: 100%;}
.product__certificate-group-item-image img{width: 99px; min-height: 99px; height: 100%; object-fit: cover;}
@media (max-width: 992px){.product__certificate-group-item-image img { width: 86px; height: 100%; min-height: max-content;}
}
.product__certificate-group-item-title{transition: 0.3s; color: #000;}
@media (max-width: 992px){.product__certificate-group-item-title { font-size: 14px;}
}
.product__certificate-group-item-description{font-weight: 400; font-size: 12px; line-height: 140%; color: #8f8f8f; max-width: 145px; width: 100%;}
.product__pay{display: flex; flex-direction: column; gap: 24px;}
@media (max-width: 992px){.product__pay { flex-direction: column-reverse; margin-top: 8px;}
}
.product__pay .btn{max-width: 342px;}
@media (max-width: 992px){.product__pay .btn { max-width: 100%;}
}
.product__pay img{max-width: 400.5px; width: 100%; height: max-content; pointer-events: none; user-select: none;}
.product__tabs{display: flex; flex-direction: column; gap: 32px;}
.product__tabs-header{display: flex; align-items: center; width: 100%; overflow-x: auto;}
.product__tabs-header-item{font-style: normal; font-weight: 400; font-size: 24px; line-height: 22px; color: #8f8f8f; padding: 10px; transition: 0.2s color; border-bottom: 1px solid #8f8f8f; cursor: pointer; user-select: none;}
@media (max-width: 992px){.product__tabs-header-item { font-size: 16px; line-height: 22px;}
}
.product__tabs-header-item:hover{color: #000; border-color: #000;}
.product__tabs-header-item.active{color: #000; border-bottom: 2px solid #000; cursor: default;}
.product__tabs-content-item{font-style: normal; font-weight: 400; font-size: 20px; line-height: 140%; color: #000;}
@media (max-width: 992px){.product__tabs-content-item { font-size: 14px;}
}
.product__params{display: flex; flex-direction: column; gap: 8px; width: 190px;}
.product__params .product__group-title{margin-bottom: 8px;}
.product__params-item,
.product__params-item *{font-size: 14px; font-style: normal; font-weight: 400; line-height: 140%;}
@media (max-width: 992px){.product__params-item, .product__params-item * { font-size: 14px;}
}
.product__params-item:after{content: "............................................................................................................................................"; display: block; white-space: nowrap; overflow: hidden; color: #8f8f8f;}
.product__params-item-prop{float: left;}
.product__params-item-value{float: right;}
.product__warranty-container{display: flex; gap: 12px;}
@media (max-width: 992px){.product__warranty-container { gap: 6px;}
}
.product__warranty-content{display: flex; flex-direction: column; gap: 12px; padding-top: 15px;}
@media (max-width: 992px){.product__warranty-content { gap: 8px; padding-top: 8px;}
}
.product__warranty-content p{font-weight: 400; font-size: 16px; line-height: 20px;}
@media (max-width: 992px){.product__warranty-content p { font-weight: 400; font-size: 14px; line-height: normal;}
}
.product__warranty-content b{font-weight: 500;}
.product__size{position: absolute; bottom: 16px; right: 16px; height: max-content; padding: 8.5px 8px; font-weight: 400; font-size: 14px; line-height: 120%; color: #000; z-index: 10; background: #f5f5f5; border-radius: 4px;}
@media (max-width: 992px){.product__size { top: 16px; right: 16px;}
}
.product__size-content{display: flex; gap: 4px; text-transform: uppercase; position: relative;}
.product__size-content::before{margin-left: -4px; content: ""; background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='16' height='17' viewBox='0 0 16 17' fill='none'%3e%3cpath d='M10.1935 11.3593L8.66679 12.8926V4.10595L10.1935 5.63928C10.2554 5.70177 10.3292 5.75136 10.4104 5.78521C10.4916 5.81905 10.5788 5.83648 10.6668 5.83648C10.7548 5.83648 10.8419 5.81905 10.9232 5.78521C11.0044 5.75136 11.0781 5.70177 11.1401 5.63928C11.2026 5.5773 11.2522 5.50357 11.2861 5.42233C11.3199 5.34109 11.3373 5.25395 11.3373 5.16595C11.3373 5.07794 11.3199 4.9908 11.2861 4.90956C11.2522 4.82832 11.2026 4.75459 11.1401 4.69261L8.47346 2.02595C8.41005 1.96525 8.33529 1.91768 8.25346 1.88595C8.09115 1.81927 7.9091 1.81927 7.74679 1.88595C7.66496 1.91768 7.59019 1.96525 7.52679 2.02595L4.86012 4.69261C4.79796 4.75477 4.74866 4.82857 4.71502 4.90978C4.68138 4.991 4.66406 5.07804 4.66406 5.16595C4.66406 5.25385 4.68138 5.3409 4.71502 5.42211C4.74866 5.50333 4.79796 5.57712 4.86012 5.63928C4.92228 5.70144 4.99608 5.75075 5.07729 5.78439C5.15851 5.81803 5.24555 5.83534 5.33346 5.83534C5.42136 5.83534 5.50841 5.81803 5.58962 5.78439C5.67084 5.75075 5.74463 5.70144 5.80679 5.63928L7.33346 4.10595V12.8926L5.80679 11.3593C5.68125 11.2337 5.51099 11.1632 5.33346 11.1632C5.15592 11.1632 4.98566 11.2337 4.86012 11.3593C4.73459 11.4848 4.66406 11.6551 4.66406 11.8326C4.66406 12.0101 4.73459 12.1804 4.86012 12.3059L7.52679 14.9726C7.59019 15.0333 7.66496 15.0809 7.74679 15.1126C7.82659 15.1479 7.91288 15.1661 8.00012 15.1661C8.08737 15.1661 8.17366 15.1479 8.25346 15.1126C8.33529 15.0809 8.41005 15.0333 8.47346 14.9726L11.1401 12.3059C11.2657 12.1804 11.3362 12.0101 11.3362 11.8326C11.3362 11.6551 11.2657 11.4848 11.1401 11.3593C11.078 11.2971 11.0042 11.2478 10.923 11.2142C10.8417 11.1805 10.7547 11.1632 10.6668 11.1632C10.4893 11.1632 10.319 11.2337 10.1935 11.3593Z' fill='black'/%3e%3c/svg%3e"); background-position: center center; background-repeat: no-repeat; background-size: 100%; width: 16px; height: 16px;}
.product__size-content.width-i::before{transform: rotate(90deg);}
.product__cart{display: flex; flex-direction: column; gap: 12px; padding: 24px; border-radius: 6px; background: #f5f5f5; width: 100%; max-width: 328px;}
@media (max-width: 552px){.product__cart { max-width: 100%;}
}
.product__cart-price{font-size: 24px; font-style: normal; font-weight: 600; line-height: 120%;}
.product__cart-item{display: flex; flex-direction: column; gap: 2px; font-size: 16px; font-style: normal; font-weight: 500; line-height: 140%;}
.product__cart-item a{color: #ff6666; text-decoration: underline;}
.product__cart-item span:nth-child(2){font-size: 14px; font-style: normal; font-weight: 500; line-height: 130%; color: #8f8f8f;}
.product__cart-bonuses{border-radius: 6px; background: #fff; padding: 8px 12px; font-size: 14px; font-style: normal; font-weight: 500; line-height: 140%; color: #ff6666; text-align: center;}
.product__cart .btn{font-size: 16px; line-height: 120%; height: 42px;}
.product__exchange{margin-top: 8px; width: 100%; max-width: 328px; padding: 16px 24px; border-radius: 6px; background-color: #f5f5f5;}
@media (max-width: 552px){.product__exchange { max-width: 100%;}
}
.product__exchange.active .product__exchange-arrow{transform: none;}
.product__exchange-acc{display: flex; align-items: center; justify-content: space-between;}
.product__exchange-icon{display: flex; align-items: center;}
.product__exchange-group{display: flex; align-items: center; gap: 12px;}
.product__exchange-name{font-size: 16px; font-style: normal; font-weight: 400; line-height: 22px;}
.product__exchange-arrow{font-size: 16px; font-style: normal; font-weight: 400; line-height: 22px; width: 24px; height: 24px; cursor: pointer; transition: 0.1s; transform: rotate(180deg); content: ""; background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3e%3cpath d='M16.9997 9.1697C16.8123 8.98345 16.5589 8.87891 16.2947 8.87891C16.0305 8.87891 15.7771 8.98345 15.5897 9.1697L11.9997 12.7097L8.4597 9.1697C8.27234 8.98345 8.01889 8.87891 7.7547 8.87891C7.49052 8.87891 7.23707 8.98345 7.0497 9.1697C6.95598 9.26266 6.88158 9.37326 6.83081 9.49512C6.78004 9.61698 6.75391 9.74769 6.75391 9.8797C6.75391 10.0117 6.78004 10.1424 6.83081 10.2643C6.88158 10.3861 6.95598 10.4967 7.0497 10.5897L11.2897 14.8297C11.3827 14.9234 11.4933 14.9978 11.6151 15.0486C11.737 15.0994 11.8677 15.1255 11.9997 15.1255C12.1317 15.1255 12.2624 15.0994 12.3843 15.0486C12.5061 14.9978 12.6167 14.9234 12.7097 14.8297L16.9997 10.5897C17.0934 10.4967 17.1678 10.3861 17.2186 10.2643C17.2694 10.1424 17.2955 10.0117 17.2955 9.8797C17.2955 9.74769 17.2694 9.61698 17.2186 9.49512C17.1678 9.37326 17.0934 9.26266 16.9997 9.1697Z' fill='%238F8F8F'/%3e%3c/svg%3e"); background-position: center center; background-repeat: no-repeat; background-size: 100%; width: 24px; height: 24px;}
.product__exchange-content{display: flex; flex-direction: column; gap: 4px; margin-top: 16px;}
.product__exchange-content p{font-size: 14px; font-weight: 500; line-height: 20px; margin-bottom: 4px;}
.product__exchange-content a{color: #000; text-decoration: underline; transition: 0.05s;}
.product__exchange-content a:hover{color: #8f8f8f;}
.product__exchange-content span{font-size: 14px; font-weight: 400; line-height: 20px; text-align: left;}
.product__exchange-content span b{color: #8f8f8f; font-weight: 400;}
.product__exchange-content span:nth-last-child(1){margin-bottom: 0;}
.product-old{display: flex; flex-direction: column; gap: 24px; margin: 24px 0 94px;}
@media (max-width: 992px){.product-old { gap: 16px; margin: 16px 0 32px;}
}
.product-old__container{display: flex; gap: 40px;}
@media (max-width: 1360px){.product-old__container { flex-direction: column; align-items: center;}
}
@media (max-width: 992px){.product-old__container { gap: 16px;}
}
.product-old__column{display: flex; flex-direction: column; gap: 40px;}
@media (max-width: 992px){.product-old__column { gap: 16px;}
}
.product-old__column:nth-child(-n+1){width: 557px;}
@media (max-width: 1360px){.product-old__column:nth-child(-n+1) { width: 100% !important;}
}
.product-old__item{display: flex; flex-direction: column; gap: 24px;}
@media (max-width: 992px){.product-old__item { gap: 16px;}
}
.product-old__item-title{font-style: normal; font-weight: 400; font-size: 24px; line-height: 22px; color: #000;}
@media (max-width: 992px){.product-old__item-title { font-weight: 500; font-size: 16px; line-height: 110%;}
}
.product-old__item-group{display: flex; flex-direction: column; gap: 8px;}
.product-old__title{display: flex; justify-content: space-between; font-weight: 500; font-size: 36px; line-height: 120%; color: #000;}
.product-old__title b{font-weight: 700;}
@media (max-width: 992px){.product-old__title { font-size: 20px; line-height: 110%;}
}
.product-old__price{font-style: normal; font-weight: 700; font-size: 24px; line-height: 110%;}
.product-old__slider{position: sticky; top: 24px; left: 0; height: 557px; width: 100%;}
@media (max-width: 992px){.product-old__slider { height: 343px;}
}
.product-old__slider-size{position: absolute; top: 24px; right: 24px; padding: 8px 12px; font-weight: 400; font-size: 14px; line-height: 120%; color: #000; z-index: 10; background: #f5f5f5; border-radius: 4px;}
@media (max-width: 992px){.product-old__slider-size { top: 16px; right: 16px;}
}
.product-old__slider-size-content{display: flex; gap: 4px; position: relative;}
.product-old__slider-size-content::before{margin-left: -4px; content: ""; background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='16' height='17' viewBox='0 0 16 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M10.1933 11.3598L8.66667 12.8931V4.10643L10.1933 5.63977C10.2553 5.70225 10.329 5.75185 10.4103 5.7857C10.4915 5.81954 10.5787 5.83697 10.6667 5.83697C10.7547 5.83697 10.8418 5.81954 10.9231 5.7857C11.0043 5.75185 11.078 5.70225 11.14 5.63977C11.2025 5.57779 11.2521 5.50406 11.2859 5.42282C11.3198 5.34158 11.3372 5.25444 11.3372 5.16644C11.3372 5.07843 11.3198 4.99129 11.2859 4.91005C11.2521 4.82881 11.2025 4.75508 11.14 4.6931L8.47333 2.02643C8.40993 1.96574 8.33517 1.91816 8.25333 1.88643C8.09103 1.81976 7.90898 1.81976 7.74667 1.88643C7.66483 1.91816 7.59007 1.96574 7.52667 2.02643L4.86 4.6931C4.79784 4.75526 4.74854 4.82905 4.7149 4.91027C4.68126 4.99148 4.66394 5.07853 4.66394 5.16644C4.66394 5.25434 4.68126 5.34139 4.7149 5.4226C4.74854 5.50382 4.79784 5.57761 4.86 5.63977C4.92216 5.70193 4.99595 5.75123 5.07717 5.78487C5.15838 5.81851 5.24543 5.83583 5.33333 5.83583C5.42124 5.83583 5.50829 5.81851 5.5895 5.78487C5.67072 5.75123 5.74451 5.70193 5.80667 5.63977L7.33333 4.10643V12.8931L5.80667 11.3598C5.68113 11.2342 5.51087 11.1637 5.33333 11.1637C5.1558 11.1637 4.98554 11.2342 4.86 11.3598C4.73447 11.4853 4.66394 11.6556 4.66394 11.8331C4.66394 12.0106 4.73447 12.1809 4.86 12.3064L7.52667 14.9731C7.59007 15.0338 7.66483 15.0814 7.74667 15.1131C7.82647 15.1484 7.91275 15.1666 8 15.1666C8.08725 15.1666 8.17353 15.1484 8.25333 15.1131C8.33517 15.0814 8.40993 15.0338 8.47333 14.9731L11.14 12.3064C11.2655 12.1809 11.3361 12.0106 11.3361 11.8331C11.3361 11.6556 11.2655 11.4853 11.14 11.3598C11.0778 11.2976 11.004 11.2483 10.9228 11.2147C10.8416 11.181 10.7546 11.1637 10.6667 11.1637C10.4891 11.1637 10.3189 11.2342 10.1933 11.3598Z' fill='black'/%3e%3c/svg%3e "); background-position: center center; background-repeat: no-repeat; background-size: 100%; width: 16px; height: 16px;}
.product-old__slider img{object-fit: cover; height: 100%; width: 557px;}
@media (max-width: 992px){.product-old__slider img { width: 343px;}
}
@media (max-width: 450px){.product-old__slider img { width: 100%;}
}
.product-old__slider .swiper{position: relative; width: 557px; height: 557px;}
@media (max-width: 1360px){.product-old__slider .swiper { width: 100%;}
}
@media (max-width: 992px){.product-old__slider .swiper { max-width: 343px; height: 343px;}
}
@media (max-width: 450px){.product-old__slider .swiper { max-width: 100%;}
}
.product-old__galery{position: sticky; top: 24px; left: 0; display: flex; flex-wrap: wrap; gap: 16px; width: 557px;}
@media (max-width: 552px){.product-old__galery { width: 100%;}
}
.product-old__galery-item{width: 270px; height: 270px;}
@media (max-width: 552px){.product-old__galery-item { width: calc(50% - 8px); height: calc(50% - 8px);}
}
.product-old__galery-item.item-big{width: 557px; height: 557px;}
@media (max-width: 552px){.product-old__galery-item.item-big { width: 100%; height: max-content;}
}
@media (max-width: 552px){.product-old__galery-item.item-big img { height: max-content; object-fit: scale-down;}
}
.product-old__galery-item img{width: 100%; height: 100%; object-fit: cover; border-radius: 4px;}
.product-old__tags{display: flex; gap: 8px; margin-top: 12px;}
@media (max-width: 992px){.product-old__tags { margin-top: 8px;}
}
.product-old__tags-item{padding: 8px 16px; border-radius: 100px; user-select: none;}
@media (max-width: 992px){.product-old__tags-item { font-size: 12px; line-height: 120%;}
}
.product-old__tags-item.tag-green{background-color: #E4EF7D;}
.product-old__tags-item.tag-danger{background-color: #ff6666; color: #fff;}
.product-old__color{display: flex; flex-direction: column; gap: 24px;}
@media (max-width: 992px){.product-old__color { gap: 8px;}
}
.product-old__color-title{font-size: 24px; line-height: 22px; color: #000;}
@media (max-width: 992px){.product-old__color-title { font-size: 14px;}
}
.product-old__color-group{display: flex; gap: 16px;}
@media (max-width: 992px){.product-old__color-group { gap: 8px;}
}
.product-old__color-group-item{border-radius: 3px; height: 99px; width: 99px; outline: 2px solid rgba(0, 0, 0, 0);}
@media (max-width: 992px){.product-old__color-group-item { height: 60px; width: 60px;}
}
.product-old__color-group-item:hover{outline-color: rgba(255, 102, 102, 0.5019607843);}
.product-old__color-group-item.active{outline-color: #ff6666;}
.product-old__color-group-item img{width: 100%; height: 100%; object-fit: cover;}
.product-old__quantity{display: flex; flex-direction: column; gap: 24px;}
@media (max-width: 992px){.product-old__quantity { gap: 8px;}
}
.product-old__quantity-title{font-size: 24px; line-height: 22px; color: #000;}
@media (max-width: 992px){.product-old__quantity-title { font-size: 14px;}
}
.product-old__quantity-group{display: flex; gap: 8px;}
@media (max-width: 992px){.product-old__quantity-group { gap: 8px;}
}
.product-old__quantity-group-item{display: flex; align-items: center; justify-content: center; min-width: 71px; width: max-content; height: 71px; border-radius: 4px; padding: 0 5px; outline: 2px solid rgba(0, 0, 0, 0); font-weight: 400; font-size: 16px; line-height: 110%; border: 1px solid #f2f2f2;}
@media (max-width: 992px){.product-old__quantity-group-item { min-width: 51px; height: 51px; font-weight: 400; font-size: 12px; line-height: 110%; padding: 0; outline-width: 1px;}
	.product-old__quantity-group-item.active{transform: none;}
}
.product-old__quantity-group-item:hover{outline-color: rgba(255, 102, 102, 0.5019607843);}
.product-old__quantity-group-item.active{outline-color: #ff6666;}
.product-old__quantity-group-item img{width: 100%; height: 100%; object-fit: cover;}
.product-old__list{display: flex; flex-direction: column; gap: 12px;}
@media (max-width: 992px){.product-old__list { gap: 8px;}
}
.product-old__list-container{display: flex; flex-direction: column; gap: 9px;}
@media (max-width: 992px){.product-old__list-container { gap: 6px;}
}
.product-old__list-item{display: flex; align-items: start; padding: 12px 16px; gap: 12px; background: #f5f5f5; border-radius: 8px;}
.product-old__list-item.auth-item{align-items: center; padding: 17.5px 16px;}
@media (max-width: 992px){.product-old__list-item.auth-item { padding: 16px;}
}
.product-old__list-item.auth-item img{transform: translateY(3px);}
.product-old__list-item mark{text-decoration: underline;}
.product-old__list-item-icon img{width: 24px; height: 24px;}
@media (max-width: 992px){.product-old__list-item-icon img { width: 16px; height: 16px;}
}
.product-old__list-item-title{font-weight: 500; font-size: 20px; line-height: 22px; color: #000;}
@media (max-width: 992px){.product-old__list-item-title { font-size: 14px;}
}
.product-old__list-item-more{width: max-content; position: relative; font-weight: 500; line-height: 20px; color: #2f80ed; transition: 0.3s; user-select: none; cursor: pointer;}
@media (max-width: 992px){.product-old__list-item-more { font-size: 14px;}
}
.product-old__list-item-more.active::after{transform: translateY(-50%) rotate(0);}
.product-old__list-item-more::after{content: ""; position: absolute; width: 24px; height: 24px; right: -24px; top: 50%; transform: translateY(-50%) rotate(180deg); transition: 0.3s; background-image: url(/images/product/more-arrow.svg); background-position: center center; background-repeat: no-repeat; background-size: 100%; transition: 0.3s; cursor: pointer; pointer-events: all;}
.product-old__list-item-more:hover{color: #4b72e0;}
.product-old__info{display: flex; flex-direction: column; gap: 8px;}
@media (max-width: 992px){.product-old__info { gap: 0;}
}
.product-old__info-item{font-weight: 400; font-size: 20px; line-height: 22px; color: #000;}
.product-old__info-item mark{color: #01bc6f;}
@media (max-width: 992px){.product-old__info-item { font-size: 14px;}
}
.product-old__info-item.mt-16{margin-top: 8px;}
@media (max-width: 992px){.product-old__info-item.mt-16 { margin-top: 4px;}
}
.product-old__comment{display: flex; flex-direction: column; gap: 16px;}
.product-old__comment-title{font-style: normal; font-weight: 400; font-size: 24px; line-height: 110%; color: #000;}
@media (max-width: 992px){.product-old__comment-title { font-weight: 500; font-size: 16px;}
}
.product-old__comment-field textarea{padding: 8px 12px; font-style: normal; font-weight: 400; font-size: 20px; line-height: 120%; border: 1px solid #dfdfdf; border-radius: 8px; width: 100%; min-height: 92px; max-height: 600px; resize: vertical;}
.product-old__comment-field textarea::placeholder{color: #bcbcbc;}
@media (max-width: 992px){.product-old__comment-field textarea { font-size: 16px; min-height: 59px;}
}
.product-old__certificate{display: flex; flex-direction: column; gap: 16px;}
@media (max-width: 992px){.product-old__certificate-title { font-weight: 500; font-size: 16px;}
}
.product-old__certificate-group{display: flex; gap: 16px;}
@media (max-width: 992px){.product-old__certificate-group { flex-direction: column; gap: 11.99px;}
}
.product-old__certificate-group-item{display: flex; border-radius: 3px; overflow: hidden; cursor: pointer; outline: 2px solid rgba(0, 0, 0, 0); transition: 0.3s;}
@media (min-width: 992px){.product-old__certificate-group-item:hover { outline-color: rgba(255, 102, 102, 0.5019607843);}
}
.product-old__certificate-group-item.active{outline-color: #ff6666;}
@media (max-width: 992px){.product-old__certificate-group-item { width: 100%;}
}
.product-old__certificate-group-item-container{display: flex; flex-direction: column; gap: 4px; padding: 8px 16px; border-width: 1px 1px 1px 0px; border-style: solid; border-color: #f2f2f2; border-radius: 0px 3px 3px 0px; width: 100%;}
.product-old__certificate-group-item-image img{width: 99px; min-height: 99px; height: 100%; object-fit: cover;}
@media (max-width: 992px){.product-old__certificate-group-item-image img { width: 86px; height: 100%; min-height: max-content;}
}
.product-old__certificate-group-item-title{transition: 0.3s; color: #000;}
@media (max-width: 992px){.product-old__certificate-group-item-title { font-size: 14px;}
}
.product-old__certificate-group-item-description{font-weight: 400; font-size: 12px; line-height: 140%; color: #8f8f8f; max-width: 145px; width: 100%;}
.product-old__pay{display: flex; flex-direction: column; gap: 24px;}
@media (max-width: 992px){.product-old__pay { flex-direction: column-reverse; margin-top: 8px;}
}
.product-old__pay .btn{max-width: 342px;}
@media (max-width: 992px){.product-old__pay .btn { max-width: 100%;}
}
.product-old__pay img{max-width: 400.5px; width: 100%; height: max-content; pointer-events: none; user-select: none;}
.product-old__tabs{display: flex; flex-direction: column; gap: 32px;}
.product-old__tabs-header{display: flex; align-items: center; width: 100%; overflow-x: auto;}
.product-old__tabs-header-item{font-style: normal; font-weight: 400; font-size: 24px; line-height: 22px; color: #8f8f8f; padding: 10px; transition: 0.2s color; border-bottom: 1px solid #8f8f8f; cursor: pointer; user-select: none;}
@media (max-width: 992px){.product-old__tabs-header-item { font-size: 16px; line-height: 22px;}
}
.product-old__tabs-header-item:hover{color: #000; border-color: #000;}
.product-old__tabs-header-item.active{color: #000; border-bottom: 2px solid #000; cursor: default;}
.product-old__tabs-content-item{font-style: normal; font-weight: 400; font-size: 20px; line-height: 140%; color: #000;}
@media (max-width: 992px){.product-old__tabs-content-item { font-size: 14px;}
}
.product-old__params{width: 358px;}
@media (max-width: 992px){.product-old__params { width: 70%;}
}
.product-old__params-item,
.product-old__params-item *{font-weight: 400; font-size: 20px; line-height: 140%;}
@media (max-width: 992px){.product-old__params-item, .product-old__params-item * { font-size: 14px;}
}
.product-old__params-item:after{content: "............................................................................................................................................"; display: block; white-space: nowrap; overflow: hidden; color: #8f8f8f;}
.product-old__params-item-prop{float: left; color: #8f8f8f;}
.product-old__params-item-value{float: right;}
.product-old__warranty-container{display: flex; gap: 12px;}
@media (max-width: 992px){.product-old__warranty-container { gap: 6px;}
}
.product-old__warranty-content{display: flex; flex-direction: column; gap: 12px; padding-top: 15px;}
@media (max-width: 992px){.product-old__warranty-content { gap: 8px; padding-top: 8px;}
}
.product-old__warranty-content p{font-weight: 400; font-size: 16px; line-height: 20px;}
@media (max-width: 992px){.product-old__warranty-content p { font-weight: 400; font-size: 14px; line-height: normal;}
}
.product-old__warranty-content b{font-weight: 500;}
.refund{padding-bottom: 62px;}
.refund__title{font-style: normal; font-weight: 400; font-size: 24px; line-height: 24px; letter-spacing: -0.41px; margin-top: 24px;}
.refund__subtitle{font-style: normal; font-weight: 400; font-size: 16px; line-height: 24px; letter-spacing: -0.41px; margin-top: 19px;}
.refund__select{margin-top: 8px;}
.refund__select-item{display: flex; align-items: center; height: 109px; gap: 21px; margin-top: 24px;}
.refund__select-item *{font-size: 14px !important; line-height: 110%;}
.refund__select-item-image{border-radius: 8px; overflow: hidden;}
.refund__select-item-image img{min-width: 109px; max-width: 109px; width: 109px; height: 109px; object-fit: cover;}
.refund__select-item-container{display: flex; flex-direction: column; justify-content: space-between; height: 100%;}
.refund__select-item-title{font-weight: 500; max-width: 144px;}
.refund__select-item-info{color: #01bc6f; margin-top: 7px;}
.refund__select-item-total{color: #8f8f8f;}
.refund__select-item-total mark{color: #000; font-weight: 600;}
.refund__list{display: flex; flex-direction: column; gap: 16px;}
.refund__files{display: flex; overflow-x: auto; overflow-y: hidden; gap: 6px; margin-top: 32px;}
.refund__files::-webkit-scrollbar{height: 0px;}
.refund__files-item{position: relative; min-width: 92px; max-width: 92px; width: 92px; min-height: 92px; max-height: 92px; background-image: url(/images/refund/file.svg); background-repeat: no-repeat; background-position: center center; overflow: hidden; cursor: pointer; border-radius: 6px;}
.refund__files-item.first{background-image: url(/images/refund/file-first.svg);}
.refund__files-item::before{content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0, 0, 0, 0); border-radius: 6px; pointer-events: none; opacity: 0; transition: 0.5s;}
.refund__files-item::after{content: ""; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); width: 24px; height: 24px; background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M22 11.08V12C21.9988 14.1564 21.3005 16.2547 20.0093 17.9818C18.7182 19.709 16.9033 20.9725 14.8354 21.5839C12.7674 22.1953 10.5573 22.1219 8.53447 21.3746C6.51168 20.6273 4.78465 19.2461 3.61096 17.4371C2.43727 15.628 1.87979 13.4881 2.02168 11.3363C2.16356 9.18457 2.99721 7.13633 4.39828 5.49707C5.79935 3.85782 7.69279 2.71538 9.79619 2.24015C11.8996 1.76491 14.1003 1.98234 16.07 2.86' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3e%3cpath d='M22 4L12 14.01L9 11.01' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3e%3c/svg%3e "); background-repeat: no-repeat; opacity: 0; pointer-events: none; transition: 0.5s;}
.refund__files-item.active{position: relative; background-image: none; transform: none; cursor: auto;}
.refund__files-item.active img{object-fit: cover;}
.refund__files-item.success::before{background: rgba(0, 0, 0, 0.3490196078); opacity: 1;}
.refund__files-item.success::after{opacity: 1;}
.refund__files-item img{min-width: 92px; max-width: 92px; min-height: 92px; max-height: 92px;}
.refund__files-item input[type=file]{width: 100%; height: 100%; opacity: 0;}
.refund__footer{margin-top: 32px;}
.refund .accordion{margin-top: 32px;}
.support{display: flex; flex-direction: column; justify-content: space-between; height: 100vh;}
.support__title{margin-top: 11px; font-style: normal; font-weight: 500; font-size: 20px; line-height: 27px; color: #000;}
.support__text{font-weight: 400; font-size: 16px; line-height: 20px; display: flex; align-items: center; letter-spacing: -0.41px; margin-top: 12px;}
.support__footer{margin-bottom: 24px;}
.reviews{position: relative; margin-bottom: 40px; overflow: hidden; max-width: 1016px; width: 100%;}
.reviews .container{position: relative;}
.reviews__tabs-header{display: flex; overflow-x: auto;}
.reviews__tabs-header::-webkit-scrollbar{width: 0 !important; height: 0 !important;}
.reviews__tabs-item{display: flex; align-items: center; justify-content: center; padding: 10px; font-size: 24px; font-weight: 500; line-height: 22px; color: #8f8f8f; border-bottom: 1px solid #8f8f8f; user-select: none; transition: 0.3s color; white-space: nowrap; cursor: pointer;}
.reviews__tabs-item.active{color: #000; border-bottom: 2px solid #000; cursor: default; pointer-events: none; font-weight: 600;}
.reviews__statistic{margin-top: 32px; border-bottom: 2px solid #ececec; padding-bottom: 20px;}
.reviews__statistic-header{display: flex; justify-content: space-between; align-items: center; width: 328px; padding-bottom: 12px; border-bottom: 1px solid #ececec;}
@media (max-width: 992px){.reviews__statistic-header { width: 100%;}
}
.reviews__statistic-header-text{font-size: 16px; font-weight: 600; line-height: 130%;}
.reviews__statistic-group{margin-top: 12px;}
.reviews__statistic-review{display: flex; gap: 8px;}
.reviews__statistic-review,
.reviews__statistic-review *{font-size: 16px; font-weight: 500; line-height: 130%; color: #8f8f8f;}
.reviews__statistic .reviews__galery{margin-top: 32px;}
.reviews__stars{display: flex; gap: 4px; --star-size: 24px;}
.reviews__stars.stars-mini{--star-size: 16px;}
.reviews__stars-item{content: ""; background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 14 14' fill='none'%3e%3cpath d='M6.52447 0.807274C6.67415 0.346618 7.32585 0.34662 7.47553 0.807275L8.68386 4.52612C8.75079 4.73213 8.94277 4.87161 9.15938 4.87161H13.0696C13.554 4.87161 13.7554 5.49142 13.3635 5.77612L10.2001 8.0745C10.0248 8.20182 9.95149 8.4275 10.0184 8.63351L11.2268 12.3524C11.3764 12.813 10.8492 13.1961 10.4573 12.9114L7.29389 10.613C7.11865 10.4857 6.88135 10.4857 6.70611 10.613L3.54267 12.9114C3.15081 13.1961 2.62357 12.813 2.77325 12.3524L3.98157 8.63351C4.04851 8.4275 3.97518 8.20182 3.79994 8.0745L0.636495 5.77612C0.244639 5.49142 0.446028 4.87161 0.93039 4.87161H4.84062C5.05723 4.87161 5.24921 4.73213 5.31614 4.52612L6.52447 0.807274Z' fill='%23ECECEC'/%3e%3c/svg%3e"); background-position: center center; background-repeat: no-repeat; background-size: 100%; width: var(--star-size); height: var(--star-size);}
.reviews__stars-item.active{content: ""; background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 14 14' fill='none'%3e%3cpath d='M6.52447 0.807274C6.67415 0.346618 7.32585 0.34662 7.47553 0.807275L8.68386 4.52612C8.75079 4.73213 8.94277 4.87161 9.15938 4.87161H13.0696C13.554 4.87161 13.7554 5.49142 13.3635 5.77612L10.2001 8.0745C10.0248 8.20182 9.95149 8.4275 10.0184 8.63351L11.2268 12.3524C11.3764 12.813 10.8492 13.1961 10.4573 12.9114L7.29389 10.613C7.11865 10.4857 6.88135 10.4857 6.70611 10.613L3.54267 12.9114C3.15081 13.1961 2.62357 12.813 2.77325 12.3524L3.98157 8.63351C4.04851 8.4275 3.97518 8.20182 3.79994 8.0745L0.636495 5.77612C0.244639 5.49142 0.446028 4.87161 0.93039 4.87161H4.84062C5.05723 4.87161 5.24921 4.73213 5.31614 4.52612L6.52447 0.807274Z' fill='%23FFB300'/%3e%3c/svg%3e"); background-position: center center; background-repeat: no-repeat; background-size: 100%; width: var(--star-size); height: var(--star-size);}
.reviews__galery{display: flex; gap: 8px; overflow-x: auto;}
.reviews__galery::-webkit-scrollbar{width: 0 !important; height: 0 !important;}
.reviews__galery-item{position: relative; width: 60px; min-width: 60px; height: 60px; border-radius: 6px; overflow: hidden; cursor: pointer; transition: 0.15s;}
.reviews__galery-item:hover{background-color: #000;}
.reviews__galery-item:hover img{opacity: 0.9;}
.reviews__galery-item:active{transform: scale(0.95); background-color: #fff;}
.reviews__galery-item:active img{opacity: 0.97;}
.reviews__galery-item:active::after{transform: translate(-50%, -50%) scale(0.9) !important;}
.reviews__galery-item.item-video:hover::after{transform: translate(-50%, -50%) scale(1.15);}
.reviews__galery-item.item-video::after{position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); content: ""; background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='24' height='25' viewBox='0 0 24 25' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M22 11.5391L6.25 20.6323L6.25 2.4458L22 11.5391Z' fill='white'/%3e%3c/svg%3e"); background-position: center center; background-repeat: no-repeat; background-size: 100%; width: 24px; height: 24px; z-index: 10; transition: 0.3s;}
.reviews__galery-item img{width: 100%; height: 100%; object-fit: cover; transition: 0.15s; transform: scale(1.1);}
.reviews__main{margin-top: 20px;}
.reviews__main-item{display: flex; gap: 12px; padding-bottom: 20px;}
.reviews__main-item:not(.reviews__main-item:last-child){border-bottom: 2px solid #ececec; margin-bottom: 20px;}
.reviews__main-item span,
.reviews__main-item a{font-size: 14px; font-weight: 500; line-height: 130%; color: #8f8f8f; transition: 0.1s color;}
.reviews__main-item a:hover{color: #000;}
.reviews__main-item-column{display: flex; flex-direction: column; gap: 8px;}
.reviews__main-item-row{display: flex; align-items: center; gap: 4px;}
.reviews__main-item-avatar{min-width: 30px; width: 30px; height: 30px; overflow: hidden;}
.reviews__main-item-avatar img{width: 100%; height: 100%; object-fit: cover;}
.reviews__main-item-header{display: flex; flex-direction: column; gap: 8px;}
.reviews__main-item-name{font-size: 14px; font-weight: 700;}
.reviews__main-item-date{font-size: 14px; font-weight: 500; color: #8f8f8f;}
.reviews__main-item-text{font-size: 16px; line-height: 130%; color: #000;}
.reviews__main-item-footer{display: flex; align-items: center; justify-content: space-between;}
@media (max-width: 992px){.reviews__main-item-footer { margin-top: 4px;}
}
.reviews__main-item-controls{display: flex; align-items: center; gap: 12px;}
.reviews__main-item-controls-item{display: flex; gap: 4px; cursor: pointer;}
.reviews__main-item-controls-item:hover{filter: invert(0%) sepia(90%) saturate(7500%) hue-rotate(60deg) brightness(88%) contrast(112%);}
.reviews__main .btn{margin-top: 12px;}
@media (max-width: 992px){.reviews__main .btn { font-size: 16px; font-weight: 500; margin-top: 16px;}
}

.cart__header{display: flex; gap: 24px; flex-direction: column; align-items: center; justify-content: center;}
@media (max-width: 992px){.cart__header { gap: 16px; align-items: flex-start;}
}
.cart__header-container{display: flex; gap: 8px; flex-direction: column; align-items: center; justify-content: center;}
@media (max-width: 992px){.cart__header-container { gap: 4px; align-items: flex-start;}
}
@media (max-width: 552px){.cart__header a { width: 100%;}
}
.cart__header .btn{width: 328px;}
@media (max-width: 552px){.cart__header .btn { width: 100%;}
}
.cart__title{font-weight: 600;}
.popular{margin-bottom: 62px;}
@media (max-width: 992px){.popular { margin-bottom: 40px;}
}
@media (max-width: 552px){.popular.popular-set { width: 100%;}
}
.popular.popular-set .popular__title{font-weight: 500;}
@media (max-width: 992px){.popular.popular-set .popular__slider { margin-top: 16px;}
}
@media (max-width: 992px){.popular.popular-set .popular__slider .swiper-slide { max-width: 109px;}
}
.popular.popular-set .popular__slider .swiper-slide:last-child .popular__slider-item::before{opacity: 0;}
@media (max-width: 992px){.popular.popular-set .popular__slider-item { width: 109px;}
}
.popular.popular-set .popular__slider-item::before{position: absolute; top: calc(50% - 16px - 8px); left: calc(100% - 16px + 8px); transform: translateY(-50%); z-index: 10; content: ""; background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='32' height='32' rx='16' fill='white'/%3e%3cpath d='M25.3335 14.6654H17.3335V6.66536C17.3335 6.31174 17.193 5.9726 16.943 5.72256C16.6929 5.47251 16.3538 5.33203 16.0002 5.33203C15.6465 5.33203 15.3074 5.47251 15.0574 5.72256C14.8073 5.9726 14.6668 6.31174 14.6668 6.66536V14.6654H6.66683C6.31321 14.6654 5.97407 14.8058 5.72402 15.0559C5.47397 15.3059 5.3335 15.6451 5.3335 15.9987C5.3335 16.3523 5.47397 16.6915 5.72402 16.9415C5.97407 17.1916 6.31321 17.332 6.66683 17.332H14.6668V25.332C14.6668 25.6857 14.8073 26.0248 15.0574 26.2748C15.3074 26.5249 15.6465 26.6654 16.0002 26.6654C16.3538 26.6654 16.6929 26.5249 16.943 26.2748C17.193 26.0248 17.3335 25.6857 17.3335 25.332V17.332H25.3335C25.6871 17.332 26.0263 17.1916 26.2763 16.9415C26.5264 16.6915 26.6668 16.3523 26.6668 15.9987C26.6668 15.6451 26.5264 15.3059 26.2763 15.0559C26.0263 14.8058 25.6871 14.6654 25.3335 14.6654Z' fill='black'/%3e%3c/svg%3e"); background-position: center center; background-repeat: no-repeat; background-size: 100%; width: 32px; height: 32px;}
@media (max-width: 992px){.popular.popular-set .popular__slider-item::before { content: ""; background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='24' height='24' rx='12' fill='white'/%3e%3cpath d='M19 11H13V5C13 4.73478 12.8946 4.48043 12.7071 4.29289C12.5196 4.10536 12.2652 4 12 4C11.7348 4 11.4804 4.10536 11.2929 4.29289C11.1054 4.48043 11 4.73478 11 5V11H5C4.73478 11 4.48043 11.1054 4.29289 11.2929C4.10536 11.4804 4 11.7348 4 12C4 12.2652 4.10536 12.5196 4.29289 12.7071C4.48043 12.8946 4.73478 13 5 13H11V19C11 19.2652 11.1054 19.5196 11.2929 19.7071C11.4804 19.8946 11.7348 20 12 20C12.2652 20 12.5196 19.8946 12.7071 19.7071C12.8946 19.5196 13 19.2652 13 19V13H19C19.2652 13 19.5196 12.8946 19.7071 12.7071C19.8946 12.5196 20 12.2652 20 12C20 11.7348 19.8946 11.4804 19.7071 11.2929C19.5196 11.1054 19.2652 11 19 11Z' fill='black'/%3e%3c/svg%3e"); background-position: center center; background-repeat: no-repeat; background-size: 100%; width: 24px; height: 24px;}
}
.popular.popular-set .popular__slider-item-title, .popular.popular-set .popular__slider-item-price{font-size: 14px; width: 100%;}
@media (max-width: 992px){.popular.popular-set .popular__slider-item-image { width: 109px; height: 131px;}
}
.popular.popular-set .btn{padding: 14px 0; font-size: 16px; font-weight: 500; transition: 0.1s background-color, 0.2s transform, 0.2 opacity; margin-top: 12px; opacity: 0;}
@media (max-width: 992px){.popular.popular-set .btn { width: 100% !important; min-width: 100% !important; padding: 12px 10px; opacity: 1 !important;}
}
.popular__set-info{display: flex; justify-content: space-between;}
@media (max-width: 552px){.popular__set-info { width: 100% !important;}
}
.popular__set-info,
.popular__set-info *{font-size: 14px;}
.popular__header{display: flex; justify-content: space-between; align-items: center;}
.popular__container{display: flex; flex-direction: column; gap: 62px;}
@media (max-width: 992px){.popular__container { gap: 40px;}
}
.popular__title{font-weight: 500; font-size: 24px; line-height: 33px; color: #000;}
@media (max-width: 992px){.popular__title { font-size: 16px; font-weight: 600;}
}
.popular__more{font-style: normal; font-weight: 500; font-size: 16px; line-height: 22px; color: #000; transition: 0.3s;}
@media (max-width: 992px){.popular__more { font-size: 14px; line-height: 22px;}
}
.popular__more:hover{color: #ff6666;}
.popular .swiper-slide{margin-right: 15.98px !important;}
@media (max-width: 992px){.popular .swiper-slide { margin-right: 8px !important;}
}
.popular__slider{margin-top: 16px;}
@media (max-width: 992px){.popular__slider { margin-top: 8px;}
}
.popular__slider .swiper-slide{width: 213.03px;}
@media (max-width: 992px){.popular__slider .swiper-slide { width: 138.21px;}
}
.popular__slider-item{position: relative; display: flex; flex-direction: column; gap: 5.2px; width: 213.03px;}
@media (max-width: 992px){.popular__slider-item { width: 138.21px;}
}
.popular__slider-item:hover .popular__slider-item-price{color: #ff6666;}
.popular__slider-item-status{position: absolute; top: 5.2px; left: 5.2px; padding: 1.79px 5.2px; font-style: normal; font-weight: 400; font-size: 9.09275px; line-height: 12px; color: #fff; background: #ff6666; border-radius: 17.536px; user-select: none; z-index: 10;}
.popular__slider-item-favourite{/* position: absolute; top: 5.2px; right: 5.2px; content: ""; background-image: url("/images/popular/favourite.svg"); background-position: center center; background-repeat: no-repeat; background-size: 100%; width: 17.54px; height: 15.59px; cursor: pointer; transition: 0.3s; box-shadow: 1px;*/}
.popular__slider-item-favourite:active{transform: scale(1.1);}
.popular__slider-item-favourite.active{/*content: ""; background-image: url("/images/popular/favourite-active.svg"); background-position: center center; background-repeat: no-repeat; background-size: 100%; width: 17.54px; height: 15.59px;*/}
.popular__slider-item-image{width: 100%; height: 257.84px; border-radius: 5.19586px; overflow: hidden;}
@media (max-width: 992px){.popular__slider-item-image { height: 219.84px;}
}
.popular__slider-item-image img{width: 100%; height: 100%; object-fit: cover;}
.popular__slider-item-container{position: relative; display: flex; justify-content: space-between; gap: 11.69px;}
.popular__slider-item-price{font-weight: 700; font-size: 10.3917px; line-height: 16px; color: #000; transition: 0.3s; margin-top: 5.2px;}
@media (max-width: 992px){.popular__slider-item-price { font-size: 13.1628px; line-height: 18px; margin-top: 3.39px;}
}
.popular__slider-item-title{font-weight: 400; font-size: 10.3917px; line-height: 14px; width: 175.36px; height: 32px; text-overflow: ellipsis; white-space: nowrap; overflow: hidden; -webkit-line-clamp: 2; -webkit-box-orient: vertical; white-space: normal; color: #000;}
@media (max-width: 992px){.popular__slider-item-title { font-weight: 400; font-size: 11.5174px; line-height: 16px; width: 138.21px;}
}
.popular__slider-item-add{position: absolute; top: 0; right: 0; background-color: rgba(0, 0, 0, 0); margin-top: 5.2px; content: ""; background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='27' height='27' viewBox='0 0 27 27' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3crect x='0.0507812' y='0.0400391' width='25.9793' height='25.9793' rx='12.9896' fill='%23F5F5F5'/%3e%3cpath d='M13.0407 7.18457L13.0407 18.8753M18.886 13.0299H7.19531' stroke='black' stroke-width='0.649482'/%3e%3c/svg%3e"); background-position: center center; background-repeat: no-repeat; background-size: 100%; width: 25.98px; height: 25.98px;}
.payment{padding: 32px 0;}
@media (min-width: 992px){.payment { min-height: calc(100vh - 76px - 229px);}
}
@media (max-width: 992px){.payment { padding: 40px 0;}
}
.payment__title{display: flex; align-items: center; gap: 8px; font-size: 24px; font-style: normal; font-weight: 600; line-height: normal; color: #000;}
@media (max-width: 992px){.payment__title { font-size: 20px;}
}
.payment__title.icon-error::before{content: ""; background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='48' height='48' viewBox='0 0 48 48' fill='none'%3e%3cpath d='M36 12L12 36' stroke='%23FF6666' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3e%3cpath d='M12 12L36 36' stroke='%23FF6666' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3e%3c/svg%3e"); background-position: center center; background-repeat: no-repeat; background-size: 100%; width: 48px; height: 48px;}
.payment__title::before{content: ""; display: block; width: 48px; height: 48px; content: ""; background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='48' height='48' viewBox='0 0 48 48' fill='none'%3e%3cpath d='M37.4199 14.4197C37.234 14.2323 37.0128 14.0835 36.7691 13.9819C36.5253 13.8804 36.2639 13.8281 35.9999 13.8281C35.7359 13.8281 35.4745 13.8804 35.2307 13.9819C34.987 14.0835 34.7658 14.2323 34.5799 14.4197L19.6799 29.3397L13.4199 23.0597C13.2269 22.8732 12.999 22.7266 12.7493 22.6282C12.4996 22.5298 12.2329 22.4815 11.9645 22.4862C11.6962 22.4908 11.4314 22.5483 11.1852 22.6553C10.9391 22.7623 10.7164 22.9167 10.5299 23.1097C10.3434 23.3028 10.1968 23.5306 10.0984 23.7804C9.99998 24.0301 9.95172 24.2967 9.95636 24.5651C9.961 24.8334 10.0185 25.0983 10.1254 25.3444C10.2324 25.5906 10.3869 25.8132 10.5799 25.9997L18.2599 33.6797C18.4458 33.8672 18.667 34.016 18.9107 34.1175C19.1545 34.219 19.4159 34.2713 19.6799 34.2713C19.9439 34.2713 20.2053 34.219 20.4491 34.1175C20.6928 34.016 20.914 33.8672 21.0999 33.6797L37.4199 17.3597C37.6229 17.1724 37.7849 16.9451 37.8957 16.6921C38.0066 16.4391 38.0638 16.1659 38.0638 15.8897C38.0638 15.6135 38.0066 15.3403 37.8957 15.0873C37.7849 14.8343 37.6229 14.607 37.4199 14.4197Z' fill='%23FF6666'/%3e%3c/svg%3e"); background-position: center center; background-repeat: no-repeat; background-size: 100%; width: 48px; height: 48px;}
@media (max-width: 992px){.payment__title::before { background-size: 42px; width: 42px; height: 42px;}
}
.payment__radio-group{margin-top: 16px; display: flex; gap: 32px; flex-direction: column;}
.payment__group{display: flex; gap: 16px; flex-direction: column;}
.payment__group-title{font-size: 16px; font-style: normal; font-weight: 500; line-height: normal;}
.payment__footer{display: flex; gap: 16px; margin-top: 24px;}
@media (max-width: 552px){.payment__footer { flex-direction: column; gap: 12px;}
}
.payment__footer .btn{width: 213px;}
@media (max-width: 552px){.payment__footer .btn { width: 100%;}
}

.hits{display: flex; flex-direction: column; gap: 16px; padding: 32px 0;}
.hits__title{font-weight: 500;}
.hits__item-price{font-size: 16px; font-style: normal; line-height: normal; text-decoration: line-through; text-decoration-color: #ff6666; margin-top: 12px;}
.hits__item-price b{font-weight: 600; color: #ff6666;}
.hits__item-title{text-overflow: ellipsis; font-size: 16px; font-style: normal; font-weight: 400; line-height: normal; color: #000; margin-top: 4px;}
.hits__item-container{position: relative;}
.hits__item-buy{position: absolute; top: 0; right: 0; width: 32px; height: 32px; z-index: 10; content: ""; background-image: url("data:image/svg+xml;charset=UTF-8, %3csvg width='33' height='32' viewBox='0 0 33 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3crect x='0.792969' width='32' height='32' rx='16' fill='%23F5F5F5'/%3e%3cpath d='M16.793 9.5L16.793 22.5M23.293 16H10.293' stroke='black'/%3e%3c/svg%3e"); background-position: center center; background-repeat: no-repeat; background-size: 100%; width: 32px; height: 32px;}
.hits__item-time{margin-top: 6px;}
.hits__item-time-group{display: flex; justify-content: space-between;}
.hits__item-time-group span{font-size: 14px; font-style: normal; font-weight: 400; line-height: normal;}
.hits__item-time-progress{border-radius: 15px; background: #d9d9d9; height: 3px; width: 100%; margin-top: 2px;}
.hits__item-time-progress div{height: 3px; max-width: 40%; border-radius: 15px; background-color: #ff6666;}
.hits__item-time-date{font-size: 12px; font-style: normal; font-weight: 500; line-height: normal; color: #8f8f8f; margin-top: 6px;}
.hits__slider{position: relative; height: 268px; width: 100%; border-radius: 8px; overflow: hidden;}
.hits__slider .swiper-pagination{bottom: 0; width: 100%; left: 50% !important; transform: translateX(-50%) !important;}
.hits__slider .swiper-pagination .swiper-pagination-bullet{margin-left: 4px;}
.hits__slider-size{position: absolute; top: 16px; right: 16px; padding: 8px 12px; font-weight: 400; font-size: 14px; line-height: 120%; color: #000; z-index: 10; background: #f5f5f5; border-radius: 4px;}
@media (max-width: 992px){.hits__slider-size { top: 16px; right: 16px;}
}
.hits__slider-size-content{display: flex; gap: 4px; position: relative;}
.hits__slider-size-content::before{margin-left: -4px; content: ""; background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='16' height='17' viewBox='0 0 16 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M10.1933 11.3598L8.66667 12.8931V4.10643L10.1933 5.63977C10.2553 5.70225 10.329 5.75185 10.4103 5.7857C10.4915 5.81954 10.5787 5.83697 10.6667 5.83697C10.7547 5.83697 10.8418 5.81954 10.9231 5.7857C11.0043 5.75185 11.078 5.70225 11.14 5.63977C11.2025 5.57779 11.2521 5.50406 11.2859 5.42282C11.3198 5.34158 11.3372 5.25444 11.3372 5.16644C11.3372 5.07843 11.3198 4.99129 11.2859 4.91005C11.2521 4.82881 11.2025 4.75508 11.14 4.6931L8.47333 2.02643C8.40993 1.96574 8.33517 1.91816 8.25333 1.88643C8.09103 1.81976 7.90898 1.81976 7.74667 1.88643C7.66483 1.91816 7.59007 1.96574 7.52667 2.02643L4.86 4.6931C4.79784 4.75526 4.74854 4.82905 4.7149 4.91027C4.68126 4.99148 4.66394 5.07853 4.66394 5.16644C4.66394 5.25434 4.68126 5.34139 4.7149 5.4226C4.74854 5.50382 4.79784 5.57761 4.86 5.63977C4.92216 5.70193 4.99595 5.75123 5.07717 5.78487C5.15838 5.81851 5.24543 5.83583 5.33333 5.83583C5.42124 5.83583 5.50829 5.81851 5.5895 5.78487C5.67072 5.75123 5.74451 5.70193 5.80667 5.63977L7.33333 4.10643V12.8931L5.80667 11.3598C5.68113 11.2342 5.51087 11.1637 5.33333 11.1637C5.1558 11.1637 4.98554 11.2342 4.86 11.3598C4.73447 11.4853 4.66394 11.6556 4.66394 11.8331C4.66394 12.0106 4.73447 12.1809 4.86 12.3064L7.52667 14.9731C7.59007 15.0338 7.66483 15.0814 7.74667 15.1131C7.82647 15.1484 7.91275 15.1666 8 15.1666C8.08725 15.1666 8.17353 15.1484 8.25333 15.1131C8.33517 15.0814 8.40993 15.0338 8.47333 14.9731L11.14 12.3064C11.2655 12.1809 11.3361 12.0106 11.3361 11.8331C11.3361 11.6556 11.2655 11.4853 11.14 11.3598C11.0778 11.2976 11.004 11.2483 10.9228 11.2147C10.8416 11.181 10.7546 11.1637 10.6667 11.1637C10.4891 11.1637 10.3189 11.2342 10.1933 11.3598Z' fill='black'/%3e%3c/svg%3e "); background-position: center center; background-repeat: no-repeat; background-size: 100%; width: 16px; height: 16px;}
.hits__slider-discount{position: absolute; top: 16px; left: 16px; padding: 5px 9px; font-size: 16px; font-style: normal; font-weight: 600; line-height: normal; color: #ff6666; border-radius: 100px; background-color: #fff; z-index: 10;}
.hits__slider img{object-fit: cover; height: 100%; width: 100%;}
.hits__slider .swiper{position: relative; height: 268px; width: 100%;}
.yes-auth .is-authorize{display: none;}
.cv-modal-error-text{color: #f82a2a; font-size: 12px; display: none; top: -11px; position: absolute;}
.place-order-complete{display: block;}
.place-order-complete button{opacity: 1!important;}
.opt{display: flex;}
.opt .opt-pack{text-wrap: nowrap; margin: auto; margin-left: 8px; border-left: 1px solid black; padding-left: 7px; font-size: 20px;}
.delivery-info{position: relative; background: #fff; border: 1px solid #f5a937; border-radius: 4px; padding: 20px 30px 20px 20px;}
a.href-m{color: #ff6666;}
a.href-m:hover{color: rgba(255, 102, 102, 0.88);}
.product__galery-item.video{overflow: hidden; display: flex; justify-content: center; align-items: center; text-align: center;}
.modal-location-b{position: relative;}
.cv-modal__input input[type=text].modal-address{margin-top: 16px; padding-top: 16px;}
@media (max-width: 552px){.cv-modal__input input[type=text].modal-address { margin-top: 8px; padding-top: 21px;}
}
.customers-image:hover:before{content: ""; position: absolute; left: 0; right: 0; bottom: 0; top: 0; z-index: 5; background: #f66; opacity: .7;}
.customers-image:hover:after{content: ""; position: absolute; left: 50%; top: 50%; width: 32px; height: 32px; margin: -16px 0 0 -16px; z-index: 6; background: url(/local/templates/cvety/markup/dist/static/img/cross.svg) 50% no-repeat;}
.img-modal img{max-height: 100%; max-width: 100%;}
.menu-profile{position: absolute; z-index: 1; background-color: #fff; border-radius: 6px; border: 1px solid #ececec; top: 114%; right: 0%; min-width: 200px; --tw-shadow: -3px 7px 6px -1px rgb(0 0 0 / .1), 0 2px 4px -2px rgb(0 0 0 / .1); --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0px 3px 4px -2px var(--tw-shadow-color); box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow); display: none;}
.menu-profile.active{display: block;}
.menu-profile a{display: block; color: #000; padding: 10px 0px; margin: 0 20px 0 20px;}
.menu-profile a:first-child{margin-top: 6px;}
.menu-profile a:last-child{border-top: 1px solid #ececec; padding-bottom: 19px;}
span.header__links-item.profile{position: relative;}
.header__links-item.profile{cursor: pointer;}
.main__products-item-tag[tag=delivery]{background-color: #cff1df; color: #000;}
.main__products-item-tag[tag=popular]{background-color: #d6ebff; color: #000;}
.main__products-item-tag[tag=sale]{background-color: #ffe0e0; color: #000;}
.main__products-item-tag[tag=guarantee]{background-color: #e7dcff; color: #000;}
.main__products-item-tag[tag=ready]{background-color: #ffe8cc; color: #000;}
.main__products-item-tag[tag=empty]{background-color: #e1e1e1; color: #000;}
.main__products-item-tag[tag=label]{background-color: #e4ef7d; color: #000;}
.main__products-item-tag[tag=opt]{background-color: #ef7d7d; color: white;}
.header__links-item[data-context="cart"]::after{content: ""; position: absolute; top: 0px; right: 16px; width: 7px; height: 7px; border-radius: 100px; border: 1px solid #fff; background-color: #f66; visibility: hidden; opacity: 1; transform: scale(0); transition: .2s;}
.there-goods.header__links-item[data-context="cart"]::after{visibility: visible; opacity: 1; transform: none;}
.header{position: relative; z-index: 10; background-color: #fff}
@media(min-width: 992px){.header.header-active::after { visibility:visible; opacity: 1}
}

.header::after{content: ""; position: fixed; top: 0; left: 0; height: 100vh; width: 100vw; background: rgba(0,0,0,.51); z-index: -1; visibility: hidden; opacity: 0; transition: .3s}
.header .header__container{background-color: #fff}
@media(max-width: 1360px){.header .header__container { padding:0 16px}
}

.header .container{display: flex; gap: 8px; flex-direction: column; padding: 14px 0 16px; border-bottom: 1px solid #ececec}
.header__logo img,.header__logo image{width: 104px; height: 40px}
@media(max-width: 552px){.header__logo img,.header__logo image { width:108px}
}

.header .context-menu{margin-top: 50px}
@media(max-width: 772px){.header .context-menu { margin-top:34px}
}

.header__links{display: flex; align-items: center; gap: 32px}
@media(max-width: 772px){.header__links { gap:16px}
}

.header__links-group{position: relative}
.header__links-item{display: flex; gap: 0; flex-direction: column; align-items: center; justify-content: center; text-decoration: none; -webkit-user-select: none; -moz-user-select: none; user-select: none; cursor: pointer}
.header__links-item *{transition: .2s}
.header__links-item.context-active .header__links-item-title,.header__links-item.active .header__links-item-title,.header__links-item:hover .header__links-item-title{color: #f66}
.header__links-item-title{font-style: normal; font-weight: 500; font-size: 14px; line-height: 19px; color: #000}
@media(max-width: 552px){.header__links-item-title { display:none}
}

.header__links-item img{width: 24px; height: 24px;}
.header__row{display: flex; justify-content: space-between}
@media(max-width: 1360px){.header__row { gap:20px}
}

@media(max-width: 772px){.header__row { gap:0}
}

.header__row.header__row-location{position: absolute; top: 25px; left: 50%; transform: translateX(-50%)}
@media(max-width: 992px){.header__row.header__row-location { position:static; transform: none}
}

.header__location{display: flex; gap: 2px; flex-direction: "row"; font-style: normal; font-size: 14px; line-height: 19px; -webkit-user-select: none; -moz-user-select: none; user-select: none; cursor: pointer}
.header__location:hover::before{filter: invert(66%) sepia(14%) saturate(4922%) hue-rotate(316deg) brightness(99%) contrast(116%)}
.header__location::before{display: block; transition: .3s; content: ""; background-image: url("data:image/svg+xml;charset=UTF-8, %3csvg width='19' height='19' viewBox='0 0 19 19' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M2.3746 11.0668L14.5083 3.15259L10.4619 16.5122L8.06408 11.8046L2.3746 11.0668Z' fill='black'/%3e%3c/svg%3e"); background-position: center center; background-repeat: no-repeat; background-size: 100%; width: 19px; height: 19px; filter: invert(0%) sepia(1%) saturate(7492%) hue-rotate(250deg) brightness(102%) contrast(100%)}
.header__location b{font-weight: 600; background-color: rgba(0,0,0,0)}
.header__search{width: 100%; max-width: 535px}
@media(max-width: 992px){.header__search { max-width:100%; margin: 24px 0; padding: 0 16px}
}

@media(min-width: 1260px){.header__search { position:absolute; top: 50%; left: 50%; transform: translate(-50%, -50%)}
}

@media(max-width: 1260px){.header__search { position:relative}
}

.header__search-container{display: flex; align-items: center; gap: 10px; padding: 12px 24px; border-radius: 100px; background-color: #f5f5f5}
@media(max-width: 992px){.header__search-container { padding:12px 16px}
}

.header__search-icon{width: 24px; height: 24px; content: ""; background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3e%3cpath d='M17.9999 4.48C16.4086 2.8887 14.2504 1.99472 11.9999 1.99472C9.74949 1.99472 7.59123 2.8887 5.99993 4.48C4.40863 6.0713 3.51465 8.22957 3.51465 10.48C3.51465 12.7304 4.40863 14.8887 5.99993 16.48L11.2699 21.76C11.3629 21.8537 11.4735 21.9281 11.5954 21.9789C11.7172 22.0297 11.8479 22.0558 11.9799 22.0558C12.1119 22.0558 12.2426 22.0297 12.3645 21.9789C12.4864 21.9281 12.597 21.8537 12.6899 21.76L17.9999 16.43C19.5846 14.8453 20.4748 12.6961 20.4748 10.455C20.4748 8.21395 19.5846 6.06468 17.9999 4.48ZM16.5699 15L11.9999 19.59L7.42993 15C6.52707 14.0963 5.91241 12.9452 5.66362 11.6923C5.41484 10.4393 5.54312 9.14075 6.03223 7.96068C6.52135 6.78062 7.34935 5.77205 8.41156 5.06248C9.47377 4.35291 10.7225 3.97418 11.9999 3.97418C13.2773 3.97418 14.5261 4.35291 15.5883 5.06248C16.6505 5.77205 17.4785 6.78062 17.9676 7.96068C18.4567 9.14075 18.585 10.4393 18.3362 11.6923C18.0875 12.9452 17.4728 14.0963 16.5699 15ZM8.99993 7.41C8.19264 8.21977 7.73932 9.31657 7.73932 10.46C7.73932 11.6034 8.19264 12.7002 8.99993 13.51C9.59969 14.1108 10.3635 14.5211 11.1956 14.6894C12.0276 14.8577 12.8909 14.7766 13.677 14.4562C14.4631 14.1357 15.1371 13.5903 15.6144 12.8883C16.0917 12.1862 16.3511 11.3589 16.3599 10.51C16.3644 9.94321 16.2553 9.38126 16.0388 8.85739C15.8224 8.33352 15.5032 7.85836 15.0999 7.46C14.7036 7.05458 14.231 6.73154 13.7094 6.50947C13.1877 6.2874 12.6273 6.17068 12.0603 6.16603C11.4934 6.16138 10.9311 6.2689 10.4059 6.48239C9.88067 6.69588 9.40285 7.01113 8.99993 7.41ZM13.6899 12.09C13.311 12.4747 12.8101 12.7159 12.2731 12.7723C11.736 12.8286 11.196 12.6966 10.7454 12.3989C10.2949 12.1012 9.96173 11.6562 9.80294 11.1401C9.64415 10.6239 9.66958 10.0686 9.87489 9.56916C10.0802 9.06967 10.4526 8.65702 10.9285 8.40174C11.4044 8.14646 11.9542 8.06441 12.4839 8.16962C13.0135 8.27483 13.4902 8.56076 13.8324 8.97853C14.1746 9.39631 14.3611 9.91997 14.3599 10.46C14.3454 11.0773 14.0864 11.6635 13.6399 12.09H13.6899Z' fill='%238F8F8F'/%3e%3c/svg%3e"); background-position: center center; background-repeat: no-repeat; background-size: 100%; width: 24px; height: 24px}
.header__search-input{width: 100%}
.header__search-input input{font-size: 14px; font-style: normal; font-weight: 500; line-height: 130%; background-color: rgba(0,0,0,0); width: 100%}
.header__search-input input::-moz-placeholder{color: #8f8f8f}
.header__search-input input::placeholder{color: #8f8f8f}
.header__search-btn{position: absolute; top: 50%; right: 8px; transform: translateY(-50%) translateX(-10px); padding: 6.8px 12px; border-radius: 100px; font-size: 14px; font-style: normal; font-weight: 500; line-height: 130%; width: -moz-max-content; width: max-content; white-space: nowrap; transition: .15s; background-color: #f66; color: #fff; visibility: hidden; opacity: 0}
@media(max-width: 992px){.header__search-btn { top:24px; right: 11.5px; width: 34px; height: 34px; color: rgba(0,0,0,0); transform: translateY(-50%) translateX(10px); background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='34' height='34' viewBox='0 0 34 34' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='34' height='34' rx='17' fill='%23FF6666'/%3e%3cpath d='M22.5917 13.0083C22.5142 12.9302 22.4221 12.8682 22.3205 12.8259C22.219 12.7836 22.11 12.7618 22 12.7618C21.89 12.7618 21.7811 12.7836 21.6796 12.8259C21.578 12.8682 21.4858 12.9302 21.4084 13.0083L15.2 19.225L12.5917 16.6083C12.5113 16.5306 12.4163 16.4695 12.3123 16.4285C12.2082 16.3875 12.0971 16.3674 11.9853 16.3694C11.8735 16.3713 11.7631 16.3952 11.6606 16.4398C11.558 16.4844 11.4652 16.5487 11.3875 16.6292C11.3098 16.7096 11.2487 16.8046 11.2077 16.9086C11.1667 17.0127 11.1466 17.1238 11.1486 17.2356C11.1505 17.3474 11.1744 17.4577 11.219 17.5603C11.2636 17.6629 11.3279 17.7556 11.4084 17.8333L14.6084 21.0333C14.6858 21.1114 14.778 21.1734 14.8796 21.2157C14.9811 21.2581 15.09 21.2798 15.2 21.2798C15.3101 21.2798 15.419 21.2581 15.5205 21.2157C15.6221 21.1734 15.7142 21.1114 15.7917 21.0333L22.5917 14.2333C22.6763 14.1553 22.7438 14.0606 22.79 13.9552C22.8361 13.8498 22.86 13.7359 22.86 13.6208C22.86 13.5058 22.8361 13.3919 22.79 13.2865C22.7438 13.1811 22.6763 13.0864 22.5917 13.0083Z' fill='white'/%3e%3c/svg%3e "); background-size: 34px}
}

.header__search-btn.active{visibility: visible; opacity: 1; transform: translateY(-50%) translateX(0)}
.header__search-btn:hover{background: #ce3a3a}
.header__search-btn:active{background: #9f2020}
.header__search-btn:disabled,.header__search-btn.disabled{background: #f8dfdf; color: #ed9090; opacity: 1}
.header__search .header__alert{top: calc(100% + 34px)}
@media(max-width: 992px){.header__search .header__alert { position:static; margin-top: 8px}
}

.header__search .header__alert.alert-search{top: calc(100% + 4px)}
@media(max-width: 992px){.header__search .header__alert.alert-search { position:absolute; margin: 0 16px; width: calc(100% - 32px)}
}

.header__alert{position: absolute; left: 0; top: 100%; width: 100%; border-radius: 12px; background-color: #fff; visibility: hidden; opacity: 0; transform: translateY(-15px); transition: .2s; z-index: 999}
@media(max-width: 992px){.header__alert { box-shadow:0px 20px 60px 0px rgba(0,0,0,.15)}
	.header__alert:not(.e-active){display: none}
}

.header__alert.alert-compressed .header__alert-container{padding: 16px 24px}
.header__alert.alert-search{box-shadow: 0px 0px 40px 0px rgba(59,59,59,.15); border-radius: 0px 0px 8px 8px}
.header__alert.alert-search .header__alert-container::after{display: none}
.header__alert-container{display: flex; flex-direction: column; gap: 8px; padding: 24px; position: relative}
.header__alert-container::after{content: ""; position: absolute; top: -10px; left: 10px; width: 58px; height: 26px; content: ""; background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='40' height='20' viewBox='0 0 40 20' fill='none'%3e%3cpath d='M18.1602 1.42852C19.2427 0.587982 20.7573 0.587981 21.8398 1.42852L38.199 14.1304C40.4563 15.883 39.2169 19.5 36.3592 19.5H3.64079C0.783063 19.5 -0.456264 15.883 1.80096 14.1304L18.1602 1.42852Z' fill='white'/%3e%3c/svg%3e"); background-position: center center; background-repeat: no-repeat; background-size: 100%; width: 58px; height: 26px}
.header__alert-close{position: absolute; top: 12px; right: 12px; content: ""; background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3e%3cpath d='M18 6L6 18' stroke='%238F8F8F' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3e%3cpath d='M6 6L18 18' stroke='%238F8F8F' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3e%3c/svg%3e"); background-position: center center; background-repeat: no-repeat; background-size: 100%; width: 24px; height: 24px; cursor: pointer; transition: .1s}
@media(max-width: 992px){.header__alert-close { right:7px}
}

.header__alert-close:hover{background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3e%3cpath d='M18 6L6 18' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3e%3cpath d='M6 6L18 18' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3e%3c/svg%3e")}
@media(max-width: 992px){.header__alert-title,.header__alert-text { font-size:14px !important}
}

.header__alert-title{font-size: 20px; font-style: normal; font-weight: 600; line-height: normal}
.header__alert-text{font-size: 16px; font-style: normal; font-weight: 400; line-height: 140%}
.header__alert-result{display: flex; flex-direction: column; gap: 8px; border-bottom: 1px solid #dfdfdf; padding-bottom: 8px}
.header__alert-result-item{font-size: 14px; font-style: normal; font-weight: 500; line-height: 130%; color: #8f8f8f; transition: .3s; -webkit-user-select: none; -moz-user-select: none; user-select: none; cursor: pointer}
.header__alert-result-item:hover{color: #000}
.header__alert .checkbox input{max-width: 16px !important; min-width: 16px !important; width: 16px !important; max-height: 16px !important}
.header__alert .checkbox input::before{background-size: 8px !important; background-repeat: no-repeat; background-position: center center}
.footer{background-color: #f5f5f5; padding: 40px}
@media(max-width: 552px){.footer { padding:24px 16px}
}

.footer__column{display: flex; flex-direction: column; gap: 24px}
.footer .container{display: flex; gap: 100.5px; padding: 0}
@media(max-width: 1360px){.footer .container { flex-direction:column; gap: 25px}
}

.footer__copyright{font-style: normal; font-weight: 700; font-size: 16px; line-height: 22px}
.footer__social-networks{display: flex; gap: 16px}
.footer__social-networks-item{position: relative; height: 24px; width: 24px}
.footer__social-networks img{position: absolute; top: 0; left: 0; height: 24px; width: 24px; transition: .3s}
.footer__social-networks img:nth-child(-n+1){opacity: 1 !important; transform: scale(1) !important}
.footer__social-networks img:hover:nth-child(-n+2){opacity: 1}
.footer__social-networks img:nth-child(-n+2){opacity: 0; transform: scale(1.01)}
.footer__pay{display: flex; gap: 8px}
.footer__pay-item{display: flex; align-items: center; justify-content: center; height: 32px; padding: 0 7.08px; background-color: #fff; border-radius: 8px; transition: .3s}
.footer__pay-item:hover{background-color: #fcfcfc}
.footer__links{display: flex; gap: 100.5px}
@media(max-width: 992px){.footer__links { flex-direction:column; gap: 16px}
}

.footer__links-item{display: flex; flex-direction: column; gap: 16px}
@media(max-width: 992px){.footer__links-item { gap:8px}
}

.footer__links-item-title{font-style: normal; font-weight: 600; font-size: 16px; line-height: 22px}
.footer__links-item-group{display: grid; grid-template-columns: repeat(2, 125px); grid-column-gap: 32px}
@media(max-width: 992px){.footer__links-item-group { grid-column-gap:61px; grid-template-columns: repeat(2, 95px)}
}


.footer__app{display: flex; flex-direction: column; gap: 8px}
@media(max-width: 992px){.footer__app { flex-direction:row}
}

.footer__app-item{width: -moz-max-content; width: max-content}
.footer__app .phone{display: none}
@media(max-width: 552px){.footer__app .phone { display:block}
}

@media(max-width: 552px){.footer__app .dekstop { display:none}
}

.footer__app img{width: 161.02px; height: 46.38px}
.footer__app img:hover{filter: invert(1)}
@media(max-width: 552px){.footer__app img { width:167.5px}
}


.main__setub .context-menu{padding: 16px !important; box-shadow: 0px 8px 16px 0px rgba(0,0,0,.16); width: 273px !important; margin-top: 54px !important}
@media(max-width: 772px){.main__setub .context-menu { margin-top:45px !important}
}

.main__setub .context-menu .radio{align-items: center !important}
.context-menu{display: flex; flex-direction: column; gap: 12px; position: absolute; top: 0; left: 0; padding: 24px; width: 228px; border-radius: 8px; background-color: #fff; box-shadow: -6px 6px 40px 0px rgba(136,136,136,.4); z-index: 700; transform: rotateX(-55deg) scale(0.8) scaleX(0.8); transform-origin: top left; opacity: 0; visibility: hidden; transition: .07s}
.context-menu.context-right-parent{transform-origin: top right; left: auto; right: 4.5px}
@media(max-width: 772px){.context-menu.context-right-parent { right:0}
}

.context-menu.mt-54{margin-top: 54px}
.context-menu__group{display: flex; flex-direction: column; gap: 17px}
.context-menu__group div{border-top: 1px solid #dfdfdf; padding-top: 17px}
.context-menu__group div:nth-child(1){border: 0; padding-top: 0}
.context-menu__links{display: flex; flex-direction: column; gap: 16px}
.context-menu__links-item{font-size: 16px; font-style: normal; font-weight: 400; line-height: 120%; letter-spacing: -0.4px; color: rgb(0 0 0 / 47%); transition: .2s; cursor: pointer}
.context-menu__links-item:hover{color: rgba(0, 0, 0, 1);}
.footer__bottom{padding-top: 18px; padding-bottom: 10px; font-size: 14px; line-height: 22px; margin-top: 20px; border-top: 1px solid #d9d9d9;}
.footer .footer-cities-list{width: 100%;}
.footer .footer-list-cities{display: -webkit-box; display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: flex; color: #000; font-size: 14px;}
.footer .footer-list-cities__title{color: #000; margin-right: 4px;}
.footer .footer-list-cities__body{overflow-x: auto; overflow-y: hidden!important; overflow-anchor: none; display: -webkit-box; display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: flex; -webkit-box-flex: 1; -webkit-flex: 1; -moz-box-flex: 1; -ms-flex: 1; flex: 1;}
.footer .footer-list-cities__body .cell{padding-bottom: 8px; margin-right: 16px; white-space: nowrap;}
.footer .footer-list-cities__body .cell a{display: inline-block; color: #939fae; font-size: 14px; line-height: 22px;}
.grid-catalog{display: grid;}
.grid-catalog>div{order:2}
.grid-catalog .faq-block{order:3!important; margin-top: 46px; margin-bottom: 46px;}
.grid.grid_sm.grid_nm{overflow: hidden;}
.faq__item-answer a{color: #ff6666;}
.faq__item-answer a:hover{color: rgba(255, 102, 102, 0.58);}
.main__tabs{display: flex; overflow-x: auto}
.main__tabs-item{padding: 10px 16px; border-bottom: 1px solid #f5f5f5; font-size: 16px; font-style: normal; font-weight: 400; line-height: 120%; letter-spacing: -0.4px; color: #000; white-space: nowrap; transition: .1s; cursor: pointer; -webkit-user-select: none; -moz-user-select: none; user-select: none}
@media(max-width: 772px){.main__tabs-item { padding:10px 16px 8px}
}

.main__tabs-item:hover{border-color: #ececec; border-width: 2px}
.main__tabs-item.active{border-color: #f66; color: #f66; border-width: 2px; cursor: auto}
.logo-back .icon-back{width: 100%; transform: rotate(180deg); height: 100%;}
.characteristics-mobile{display: none;}
@media (max-width: 992px){.characteristics-desktop { display: none;}
	.characteristics-mobile{display: block;}
}
.footer__social-networks.individual{display: inline; margin-left: 10px;}
.footer__social-networks.individual img{width: 20px; height: 20px;}
.delivery-info-wrap{margin-top:40px}
.legal div{margin: 22px 0px;}
.legal h3{margin: 20px 0px;}
.block-empty-items{text-align: center;}
.block-empty-items .nav__link{background-color: #FF6666; color: white; border-radius: 10px; border: 1px solid #FF6666; padding: 12px 22px; font-size: 16px; font-weight: 700; margin-top: 34px;;}
.block-empty-items .block-button{margin-top: 20px;}
.block-empty-items .text{font-size: 30px; font-weight: 700; line-height: 39px; display: inline-block; max-width: 393px; margin-top: 10px;}
.right_hand{margin-right: 5%; max-width: calc(50% - 77px);}
.left_hand{margin-left: 5%; max-width: calc(50% - 77px);}
@media (max-width: 575px){.block-empty-items .text { font-size: 20px; font-weight: 700; line-height: 26px;}