@font-face {
    font-family: 'Inter-Regular';
    src: url("../fonts/Inter-Regular.woff") format("woff");
    font-style: normal;
    font-weight: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter-Medium';
    src: url("../fonts/Inter-Medium.woff") format("woff");
    font-style: normal;
    font-weight: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter-SemiBold';
    src: url("../fonts/Inter-SemiBold.woff") format("woff");
    font-style: normal;
    font-weight: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter-Bold';
    src: url("../fonts/Inter-Bold.woff") format("woff");
    font-style: normal;
    font-weight: normal;
    font-display: swap;
}

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    margin: 0;
    padding: 0;
    font-family: 'Inter-Regular', sans-serif;
    font-size: 15px;
    line-height: 140%;
    color: #0E0F0F;
    min-width: 320px;
}

body.hidden {
    overflow-y: hidden;
    display: block !important;
    visibility: visible !important;
}

#preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: #fff;
    z-index: 99999;
}

.preloader__wrap {
    position: relative;
    width: 130px;
    height: 130px;
}

.preloader__wrap video {
    max-width: 100%;
    max-height: 100%;
    opacity: 0.9;
}

.loaded #preloader {
    display: none;
}

.preloader-progressbar {
    width: 150px;
    height: 5px;
    border-radius: 6px;
    overflow: hidden;
    background: #e5e5e5;
    margin-top: 20px;
}

.show.preloader-progressbar .preloader-progressbar-el {
    -webkit-animation: preloader-progress 3s ease-in;
    animation: preloader-progress 3s ease-in;
}

.preloader-progressbar-el {
    display: block;
    height: 100%;
    background: #5b83f0;
    border-radius: 8px;
    width: 0;
}

@keyframes preloader-progress {
    0% {
        width: 0;
    }
    33% {
        width: 30%;
    }
    66% {
        width: 60%;
    }
    100% {
        width: 100%;
    }
}

@-webkit-keyframes preloader-progress {
    0% {
        width: 0;
    }
    33% {
        width: 30%;
    }
    66% {
        width: 60%;
    }
    100% {
        width: 100%;
    }
}

h1, h2, h3, h4, h5, h6, p {
    margin: 0;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 100;
}

p {
    line-height: 140%;
}

img {
    max-width: 100%;
}

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

a {
    text-decoration: none;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

button {
    cursor: pointer;
}

button, input {
    outline: none;
    border: none;
}

input {
    font-family: 'Inter-Regular', sans-serif;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

.box label {
    font-weight: 100;
}

.box {
    overflow: hidden;
    background: #fff;
    padding-top: 80px;
}

.wrapper {
    max-width: 1440px;
    margin: 0 auto;
    padding-left: 70px;
    padding-right: 70px;
}

.theme_btn {
    background: #fa6022;
    border-radius: 6px;
    text-align: center;
    padding: 18px 24px;
    -webkit-font-feature-settings: 'ss01' on;
    font-feature-settings: 'ss01' on;
    color: #fff;
    font-size: 14px;
    line-height: 100%;
    font-family: 'Inter-Medium', sans-serif;
    width: calc(100% - 73px);
    display: inline-block;
    width: auto;
}

.theme_btn:hover {
    background: #0E0F0F;
    color: #fff;
}

.theme_btn.btn_white {
    background: none;
    border: 1px solid #fa6022;
    color: #fa6022;
}

.theme_btn.btn_white:hover {
    background: #fa6022;
    color: #fff;
}

.header {
    background: #fff;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10;
}

.header__box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
    height: 80px;
}

.header__left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.header__logo {
    width: 137px;
    margin-right: 50px;
}

.header__logo a, .header__logo img {
    display: block;
}

.header__logo img {
    height: 65px;
}

.header__lang ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.header__lang ul li {
    margin-right: 10px;
    font-size: 14px;
    line-height: 140%;
    font-family: 'Inter-Medium', sans-serif;
}

.header__lang ul li a {
    color: #0E0F0F;
    opacity: 0.5;
}

.header__lang ul li a.active {
    opacity: 1;
}

.header__lang-mob {
    display: none;
}

.header__menu ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.header__menu ul li {
    font-size: 15px;
    line-height: 140%;
    font-family: 'Inter-SemiBold', sans-serif;
}

.header__menu ul li.current > a {
    color: #fa6022;
}

.header__menu ul li a {
    color: #0E0F0F;
}

.header__menu ul li a:hover {
    color: #fa6022;
}

.header__menu ul li.sale a, .menu-mobile-parent li.sale a {
    color: #E60958;
}

.header__btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.header__search {
    width: 105px;
    margin-right: 40px;
    display: block;
    position: relative;
    color: #000;
    background: #F4F4F4;
    border-radius: 6px;
    padding: 9px 9px 9px 40px;
    font-size: 15px;
    line-height: 140%;
    cursor: pointer;
}

.header__search__img {
    position: absolute;
    top: 0;
    left: 16px;
    height: 100%;
    width: 20px;
    background: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0;
}

.header__search__img img {
    display: block;
}

.header__search:hover {
    outline: 1px solid black;
}

.header__favorites {
    width: 20px;
    display: block;
}

.header__favorites img {
    display: block;
}

.header__basket__icon {
    width: 20px;
    height: 20px;
    margin-left: 20px;
    position: relative;
    background-image: url("../images/icons/basket.svg");
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
}

.header__basket__icon.active {
    background-image: url("../images/icons/basket-active.svg");
}

.header__basket__icon.active .basket-qnt {
    display: block;
}

.header__basket .basket-qnt {
    display: none;
}

.basket-qnt {
    font-size: 10px;
    line-height: 140%;
    color: #fff;
    text-align: center;
    font-family: 'Inter-Medium', sans-serif;
}

.minicart {
    position: fixed;
    top: 80px;
    right: -460px;
    bottom: 0;
    width: 460px;
    z-index: 99;
    background-color: #fff;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.minicart__info {
    padding: 20px;
    height: 100%;
}

.minicart .scroll-wrapper {
    height: calc(100% - 290px) !important;
}

.minicart .scroll-wrapper .scroll-element.scroll-y, .minicart .scroll-wrapper .scroll-element.scroll-x {
    width: 0;
}

.minicart__close {
    position: absolute;
    top: 20px;
    right: 20px;
    cursor: pointer;
    width: 24px;
    height: 24px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    z-index: 2;
}

.minicart__close:hover {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.minicart__title {
    font-size: 20px;
    line-height: 120%;
    font-family: 'Inter-SemiBold', sans-serif;
    padding-right: 40px;
    margin-bottom: 40px;
}

.minicart .basket__product__info {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.minicart .basket__product {
    margin-top: 20px;
    position: relative;
    flex-wrap: wrap;
}

.minicart .basket__product .basket__product__name {
    width: 100%;
    padding-right: 0;
}

.minicart .basket__product .basket__product--option {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 0;
    width: 100%;
}

.minicart .basket__product .basket__product--option li {
    margin-right: 12px;
}

.minicart .basket__product .basket__product--option li:last-child {
    margin-right: 0;
}

.minicart .basket__product .basket__product__price {
    width: auto;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding: 0;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.minicart .basket__product .basket__product__price .price {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
}

.minicart .basket__product .basket__product__del {
    position: absolute;
    top: 0;
    right: 0;
}

.minicart .basket__product .basket__product__quantity, .minicart .basket__product .basket__product__price {
    margin-top: 12px;
}

.minicart__bottom {
    background: #F5F5F5;
    padding: 20px 20px 40px 20px;
    text-align: center;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
}

.minicart .basket__btn {
    margin-bottom: 30px;
}

.minicart .minicart-more {
    -webkit-font-feature-settings: 'ss01' on;
    font-feature-settings: 'ss01' on;
    color: #fa6022;
    font-size: 14px;
    line-height: 100%;
}

.minicart .minicart-more:hover {
    text-decoration: underline;
    color: #0E0F0F;
}

.open.header__basket .minicart {
    right: 0;
}

.header__menu > ul > li {
    height: 80px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 0 20px;
}

.header__menu > ul > li .submenu__wrap {
    display: none;
}

.header__menu > ul > li:hover .submenu__wrap {
    display: block;
}

.header__menu > ul > li:hover .menu__line {
    opacity: 1;
}

.menu__line {
    width: 100%;
    height: 2px;
    position: relative;
    z-index: 2;
    bottom: -1px;
    margin-top: 26px;
    opacity: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.menu__line::after {
    position: absolute;
    top: 0;
    left: 0;
    left: -20px;
    right: -20px;
    height: 100%;
    background: #fa6022;
    height: 2px;
    content: "";
}

.submenu__wrap {
    position: absolute;
    top: 100%;
    left: 70px;
    right: 70px;
}

.submenu__wrap::before {
    position: fixed;
    top: 81px;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(14, 15, 15, 0.3);
    content: "";
    pointer-events: none;
}

.submenu {
    padding: 40px 0;
    border-top: 1px solid #F5F5F5;
    border-radius: 0px 0px 10px 10px;
    background: #fff;
    width: 100%;
    position: relative;
    z-index: 1;
}

.submenu__img {
    display: block;
    border: 1px solid #E7E7E7;
    width: 66px;
    height: 66px;
    border-radius: 50%;
    padding: 3px;
    margin: 0 auto 10px auto;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.submenu__img img {
    display: block;
    border-radius: 50%;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.submenu li {
    margin: 0 19px;
}

.submenu li a {
    font-family: 'Inter-Medium', sans-serif;
}

.submenu li a:hover {
    color: #fa6022;
}

.submenu li a:hover .submenu__img {
    border-color: #fa6022;
}

.submenu li.submenu-current a {
    color: #fa6022;
}

.submenu li.submenu-current .submenu__img {
    position: relative;
    background: #F5F5F5;
    border-color: #F5F5F5;
}

.submenu li.submenu-current .submenu__img::before {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 29px;
    height: 29px;
    background-color: #fa6022;
    background-image: url("../images/icons/check.svg");
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 50%;
    content: "";
}

.breadcrumbs {
    margin: 20px 0;
}

.breadcrumbs ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.breadcrumbs ul li {
    font-size: 12px;
    line-height: 140%;
    color: rgba(14, 15, 15, 0.5);
    margin-right: 8px;
}

.breadcrumbs ul li:last-child {
    margin-right: 0;
}

.breadcrumbs ul li a {
    color: #0E0F0F;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.breadcrumbs ul li a::after {
    display: block;
    width: 12px;
    height: 12px;
    background: url("../images/icons/right.svg") center no-repeat;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    margin-left: 8px;
    opacity: 0.5;
    content: "";
}

.breadcrumbs ul li a:hover {
    text-decoration: underline;
}

.card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
}

.card .breadcrumbs .wrapper {
    padding: 0;
}

.card__left {
    background: rgba(14, 15, 15, 0.02);
    position: relative;
    width: calc(100% - 460px);
    border-radius: 0px 10px 10px 0px;
}

.card__left::before {
    position: absolute;
    left: -1000%;
    right: 100%;
    height: 100%;
    background: rgba(14, 15, 15, 0.02);
    content: "";
}

.card__images {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.card__images__thumb {
    width: 60px;
    height: 550px;
}

.card__images__thumb .swiper {
    height: 100%;
}

.card__images__preview {
    width: calc(100% - 60px);
    padding: 0 70px 0 60px;
    position: relative;
}

.card-images-next, .card-images-prev {
    position: absolute;
    top: 275px;
    width: 50px;
    height: 50px;
    background: #fff;
    border-radius: 50%;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 2;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.card-images-next:hover, .card-images-prev:hover {
    background: #0E0F0F;
}

.card-images-next:hover svg path, .card-images-prev:hover svg path {
    stroke: #fff;
}

.card-images-next {
    right: 10px;
}

.card-images-prev {
    left: 0;
}

.card-preview {
    background: #F5F5F5;
    height: 650px;
}


.card-preview .swiper-slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.card-preview .swiper-slide img {
    max-height: 100%;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.card-thumb .swiper-slide {
    border: 1px solid #BABABA;
    border-radius: 4px;
    padding: 2px;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 60px;
    height: 60px;
    background: #F5F5F5;
}

.card-thumb .swiper-slide.swiper-slide-thumb-active {
    border-color: #0E0F0F;
}

.card-thumb .swiper-slide img {
    max-height: 100%;
    border-radius: 2px;
}

.card__info {
    width: 390px;
    margin-top: 20px;
}

.card__info__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    font-size: 18px;
    line-height: 120%;
}

.hint {
    padding: 4px 2px;
    border-radius: 3px;
    margin-right: 6px;
    font-size: 14px;
    line-height: 120%;
    color: #fff;
    min-width: 40px;
    text-align: center;
}

.hint-new {
    background: #40AC9A;
}

.hint-discount {
    background: #E60958;
}

.card-price-old {
    color: #BABABA;
    text-decoration: line-through;
    margin: 0 16px 0 6px;
}

.card-price {
    font-family: 'Inter-SemiBold', sans-serif;
    color: #E60958;
}

.card__title {
    font-size: 18px;
    line-height: 120%;
    margin-top: 10px;
    font-family: 'Inter-SemiBold', sans-serif;
}

.card-option {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 40px;
}

.card-option.color {
    margin-top: 0;
}

.color-error-message {
    display: none;
    margin-top: 5px;
}

.color-item {
    width: 56px;
    height: 56px;
    background: #F5F5F5;
    border-radius: 4px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
}

.color-item img {
    display: block;
    max-width: 22px;
    max-height: 40px;
}

.color-item.active::after {
    width: 100%;
    height: 100%;
    outline: 2px solid #0E0F0F;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 4px;
}

.color-item.disabled {
    pointer-events: none;
    opacity: 0.4;
    overflow: hidden;
}

.color-item.disabled::after {
    content: "";
    position: absolute;
    top: 27px;
    left: -12px;
    width: 80px;
    height: 1px;
    background: #0E0F0F;
    opacity: 0.2;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
}

.option-size {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 20px;
}

.size-item, .color label span {
    width: 56px;
    height: 42px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px solid #BABABA;
    border-radius: 4px;
    color: #0E0F0F;
    font-size: 12px;
    line-height: 120%;
    position: relative;
}

.color label {
    position: relative;
}

.color label span {
    width: auto;
    padding: 0 15px;
    position: relative;
    cursor: pointer;
}

.color label input {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
}

.size-item.active:not(.disabled):after {
    width: 100%;
    height: 100%;
    outline: 2px solid #0E0F0F;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 4px;
}

.color label input:checked + span {
    outline: 2px solid #0E0F0F;
    border: 0;
}

.size-item.disabled {
    background: #F5F5F5;
    overflow: hidden;
}

.size-item.disabled:not(.active):after {
    content: "";
    position: absolute;
    top: 20px;
    left: -8px;
    width: 70px;
    height: 1px;
    background: #DEE0E3;
    -webkit-transform: rotate(143deg);
    transform: rotate(143deg);
}

.color-item-label.disabled {
    background: #F5F5F5;
    overflow: hidden;
}
.color-item-label.disabled:after {
    content: "";
    position: absolute;
    top: 20px;
    left: -8px;
    width: 70px;
    height: 1px;
    background: #DEE0E3;
    -webkit-transform: rotate(143deg);
    transform: rotate(143deg);
}



.size-item.active.disabled {
    outline: 2px solid #0E0F0F;
    border: 0;
}

.size-item.active.disabled::before {
    content: "";
    position: absolute;
    top: 20px;
    left: -8px;
    width: 70px;
    height: 1px;
    background: #DEE0E3;
    -webkit-transform: rotate(143deg);
    transform: rotate(143deg);
}

.table-size {
    margin-top: 20px;
}

.table-size a {
    font-family: 'Inter-Medium', sans-serif;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #0E0F0F;
    font-size: 14px;
    line-height: 120%;
}

.table-size a svg {
    display: block;
    margin-right: 7px;
}

.card__btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    margin-top: 54px;
}

.card__btns .card-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    max-width: 400px;
    height: 56px;
}

.theme_btn.disabled {
    pointer-events: none;
    background: gray;
}

.card__btns .card-btn svg {
    display: block;
    width: 20px;
    margin-right: 6px;
}

.card-add-favorite {
    width: 56px;
    height: 56px;
    background: #F5F5F5;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: 20px;
    flex: none;
}

.card-add-favorite img {
    display: block;
    width: 17px;
}

.card-delivery {
    margin-top: 40px;
}

.card-delivery__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 12px;
    line-height: 120%;
    margin-top: 20px;
    font-family: 'Inter-Medium', sans-serif;
}

.card-delivery__item__img {
    width: 24px;
    margin-right: 10px;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
}

.card-delivery__item__img img {
    display: block;
    margin: 0 auto;
}

.card__faq {
    margin-top: 40px;
    border-bottom: 1px solid #0E0F0F;
}

.faq__item {
    border-top: 1px solid #0E0F0F;
    font-size: 14px;
    line-height: 120%;
}

.faq__question {
    position: relative;
    font-family: 'Inter-Medium', sans-serif;
    cursor: pointer;
    padding: 14px 50px 14px 0;
}

.faq__item.faq-active .faq__answer {
    display: block;
}

.faq__arrow {
    position: absolute;
    top: 15px;
    right: 0;
    width: 14px;
    height: 14px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.faq__arrow img {
    display: block;
}
.faq__answer p{
    margin-bottom: 10px;
}
.faq__answer ul{
    list-style: disc;
    margin-left: 20px;
    padding-left: 20px;
    margin-bottom: 10px;

}
.faq__answer h2,
.faq__answer h3,
.faq__answer h4,
.faq__answer h5{
    margin-bottom: 10px;
    line-height: normal;
}
.faq__answer {
    display: none;
    padding-bottom: 14px;
}

.faq__answer table {
     border-spacing: 0;
}

.faq__answer table td {
    color: #0E0F0F;
    font-size: 14px;
    line-height: 120%;
    padding: 5px 0;
}

.faq__answer table td:first-child {
    color: #BABABA;
    padding-right: 20px;
}

.faq-active .faq__arrow {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.swiper-button-disabled {
    pointer-events: none;
    opacity: 0.8;
}

.similar {
    margin-top: 80px;
}

.title {
    margin-bottom: 20px;
}

.title h3 {
    font-size: 26px;
    line-height: 120%;
    font-family: 'Inter-SemiBold', sans-serif;
}

.products-slider .swiper-slide {
    width: 310px;
}

.product__item {
    position: relative;
    padding-bottom: 10px;
    border-radius: 6px;
}

.product__item.product-loading {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 310px;
}

.product-loading-text {
    -webkit-font-feature-settings: 'ss01' on;
    font-feature-settings: 'ss01' on;
    font-size: 14px;
    line-height: 100%;
    padding: 21px 24px;
    border: 1px solid #0E0F0F;
    border-radius: 6px;
    font-family: 'Inter-Medium', sans-serif;
    max-width: 160px;
    text-align: center;
}

.product__hint {
    position: absolute;
    top: 16px;
    left: 16px;
    z-index: 1;
    margin: 0;
}

.product__hint .hint {
    margin: 0 0 2px 0;
}

.product__img {
    height: 310px;
    background: #FAFAFA;
    border-radius: 6px;
}

.product__img-multiple a {
    position: relative;
}

.product__img-multiple a img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.product__img a {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 35px 0;
}

.product__img a img {
    display: block;
    max-height: 100%;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.product__like {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    top: 254px;
    right: 16px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    z-index: 1;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    background: #fff;
}

.product__like svg {
    display: block;
    width: 20px;
}

.product__like:hover, .product__like.active, .card-add-favorite:hover, .card-add-favorite.active {
    background: #000;
}

.product__like:hover svg path, .product__like.active svg path, .card-add-favorite:hover svg path, .card-add-favorite.active svg path {
    stroke: #fff;
}

.product__bottom {
    margin-top: 20px;
    padding: 0 16px;
}

.product__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.product__price {
    font-size: 16px;
    line-height: 120%;
    font-family: 'Inter-SemiBold', sans-serif;
}

.product__price .price-new {
    color: #E60958;
}

.product__price .price-old {
    color: #BABABA;
    font-family: 'Inter-Regular', sans-serif;
    margin-left: 5px;
    text-decoration: line-through;
}

.product-color {
    text-align: right;
    color: #6E6F6F;
    font-size: 10px;
    line-height: 120%;
}

.product__title {
    font-size: 15px;
    line-height: 120%;
    margin-top: 12px;
}

.product__title a {
    color: #0E0F0F;
}

.product__title a:hover {
    color: #E60958;
}

.products-list {
    position: relative;
}

.products-prev, .products-next {
    position: absolute;
    top: 160px;
    width: 60px;
    height: 60px;
    background: #0E0F0F;
    border: 1px solid #0E0F0F;
    border-radius: 50%;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 2;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.products-prev:hover, .products-next:hover {
    background: #fff;
}

.products-prev:hover svg path, .products-next:hover svg path {
    stroke: #0E0F0F;
}

.products-prev.swiper-button-disabled, .products-next.swiper-button-disabled {
    display: none;
}

.products-next {
    right: 0;
}

.products-prev {
    left: 0;
}

.products-scrollbar {
    height: 3px;
    width: 100%;
    background: #BABABA;
    border-radius: 2px;
    position: relative;
    margin-top: 50px;
}

.products-scrollbar .swiper-scrollbar-drag {
    background: #0E0F0F;
    border-radius: 2px;
    height: 3px;
    position: absolute;
    top: 0px;
    cursor: pointer;
}

.benefits {
    margin-top: 80px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: #F5F5F5;
    border-radius: 10px;
    padding: 20px;
}

.benefits__item {
    width: 25%;
    padding: 20px;
}

.benefits__item h4 {
    font-size: 15px;
    line-height: 140%;
    font-family: 'Inter-SemiBold', sans-serif;
    margin-top: 20px;
}

.benefits__item p {
    margin-top: 10px;
}

.benefits__item__img {
    height: 48px;
}

.benefits__item__img img {
    display: block;
    max-height: 100%;
}

.benefits__cert {
    padding: 0;
    overflow: hidden;
}

.benefits__cert a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
    padding: 20px;
    border-radius: 10px;
    background: #fff;
    height: 100%;
    color: #0E0F0F;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.benefits__cert a:hover {
    background: #E7E7E7;
}

.benefits__cert a:hover::before {
    background: #BABABA;
}

.benefits__cert a:hover .benefits__item__img {
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
}

.benefits__cert a:hover .benefits__cert__zoom {
    background: #fff;
}

.benefits__cert a:hover .benefits__cert__zoom svg path {
    stroke: #0770CF;
}

.benefits__cert a .cert-pdf {
    color: #6E6F6F;
}

.benefits__cert a::after {
    display: block;
    position: absolute;
    bottom: -31px;
    right: -21px;
    width: 56px;
    height: 77px;
    background: #F5F5F5;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    content: "";
}

.benefits__cert a::before {
    display: block;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 56px;
    height: 56px;
    background: #E7E7E7;
    border-radius: 10px 0 0 0;
    content: "";
}

.benefits__cert__zoom {
    position: absolute;
    width: 44px;
    height: 44px;
    top: 8px;
    right: 8px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 50%;
}

.benefits__cert__zoom svg {
    display: block;
}

.footer {
    margin-top: 80px;
    background: #442304;
    padding: 80px 0;
    color: rgba(255, 255, 255, 0.5);
}

.footer__box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.footer__item {
    max-width: 220px;
}

.footer__item h4 {
    margin-bottom: 20px;
    font-family: 'Inter-SemiBold', sans-serif;
}

.footer__menu {
    padding: 0 5px;
}

.footer__logo {
    width: 120px;
    margin-bottom: 30px;
}

.footer__logo img {
    display: block;
}

.footer__logo a {
    display: block;
}

.footer__logo a:hover {
    opacity: 0.7;
}

.footer__info {
    font-size: 14px;
    line-height: 140%;
}

.footer__social {
    margin-top: 25px;
}

.social {
    margin-top: 25px;
}

.social ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.social ul li {
    margin-right: 6px;
}

.social ul li a {
    width: 30px;
    height: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px solid #FFFFFF;
    border-radius: 6px;
    opacity: 0.7;
}

.social ul li a img {
    display: block;
    max-height: 100%;
}

.social ul li a:hover {
    opacity: 1;
}

.footer__menu li {
    margin-top: 14px;
}

.footer__menu li a {
    color: #fff;
}

.footer__menu li a:hover {
    opacity: 0.7;
}

.footer__contacts p {
    margin-top: 20px;
}

.footer__contacts ul li {
    margin-top: 10px;
    font-size: 14px;
}

.footer__contacts ul li a {
    color: #fff;
    font-family: 'Inter-Medium', sans-serif;
}

.footer__contacts ul li a:hover {
    opacity: 0.7;
}

.footer__payments {
    margin-top: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: #fff;
    border-radius: 6px;
    width: 98px;
    height: 38px;
}

.footer__payments img {
    display: block;
    margin: 0 5px;
}

.footer__bottom {
    margin-top: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.footer__bottom .copy {
    font-size: 14px;
    width: 35.9%;
    padding-right: 20px;
}

.footer__bottom .rules {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: calc(100% - 35.9%);
}

.footer__bottom .rules ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.footer__bottom .rules ul li {
    margin-right: 40px;
}

.footer__bottom .rules ul li:last-child {
    margin-right: 0;
}

.footer__bottom .rules ul li a {
    color: #fff;
    opacity: 0.7;
    text-decoration: underline;
}

.footer__bottom .rules ul li a:hover {
    opacity: 1;
}

.footer__bottom .footer__payments {
    display: none;
}

.footer__dev {
    color: #6E6F6F;
}

.footer__dev path {
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.footer__dev:hover path {
    fill: #fff;
}

.banner-slider img {
    display: block;
    border-radius: 10px 10px 0px 0px;
    width: 100%;
}

.hero__bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background: #F5F5F5;
    border-radius: 0px 0px 10px 10px;
    padding: 30px 40px;
}

.hero__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: calc(100% - 420px);
}

.hero__bottom-change {
    opacity: 0;
    transition: 0.1s;
}

.hero__bottom-change.active {
    opacity: 1;
}

.swiper-slide .hero__info {
    display: none;
}

.hero__info h3 {
    margin-right: 20px;
    font-size: 24px;
    font-family: 'Inter-SemiBold', sans-serif;
    line-height: 120%;
}

.hero__info .hero__info__btn {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
}

.banner__nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    width: 270px;
}

.banner__nav-prev, .banner__nav-next {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    cursor: pointer;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
}

.banner__nav-prev svg, .banner__nav-next svg {
    display: block;
}

.banner__nav-prev:hover, .banner__nav-next:hover {
    background: #fff;
}

.banner__nav-pagination {
    margin: 0 20px;
    width: auto !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.banner__nav-pagination .swiper-pagination-bullet {
    margin: 5px 9px !important;
    width: 6px;
    height: 6px;
    background: #0E0F0F;
    opacity: 0.1;
    cursor: pointer;
}

.banner__nav-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    opacity: 1;
}

.categories {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 29px;
    margin-top: 60px;
}

.category__img {
    height: 460px;
    overflow: hidden;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    border-radius: 10px;
}

.category__img a {
    display: block;
    width: 100%;
    height: 100%;
}

.category__img img {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.category__img:hover img {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}

.category__title h3 {
    font-size: 18px;
    line-height: 120%;
    font-family: 'Inter-SemiBold', sans-serif;
}

.category__title h3 a {
    color: #0E0F0F;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-bottom: 1px solid #E7E7E7;
    padding: 20px 0;
}

.category__title h3 a:hover {
    color: #fa6022;
    border-color: #0E0F0F;
}

.category__title h3 a:hover .category__title__icon {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.category__title h3 a:hover .category__title__icon path {
    stroke: #fa6022;
}

.category__title__icon {
    width: 20px;
    height: 20px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.category__title__icon svg {
    display: block;
}

.catalog {
    margin-top: 80px;
}

.catalog-discounts .products {
    position: relative;
    z-index: 1;
    /*margin-top: -135px;*/
    margin-top: 80px;
}

.catalog-discounts__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.catalog-discounts__info {
    width: 460px;
    padding-right: 20px;
    font-size: 16px;
    line-height: 150%;
}

.catalog-discounts__info .title {
    margin-bottom: 10px;
}

.catalog-discounts__img {
    width: calc(100% - 460px);
    height: 460px;
}

.catalog-discounts__img img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 10px;
}

.catalog-discounts__btn {
    margin-top: 30px;
}

.page__title {
    margin-bottom: 40px;
}

.page__title h1 {
    text-align: center;
    font-size: 26px;
    line-height: 120%;
    font-family: 'Inter-SemiBold', sans-serif;
}

.page__title.title__left h1 {
    text-align: left;
}

.filter {
    padding-top: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    position: relative;
    z-index: 3;
    border-top: 2px solid #0E0F0F;
}

.filter__item__close {
    display: none;
}

.filter__item {
    position: relative;
}

.filter__item__header {
    padding: 14px 50px 14px 16px;
    background: #F5F5F5;
    border-radius: 6px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    cursor: pointer;
    border: 1px solid #F5F5F5;
}

.filter__item.active .filter__item__header, .filter__item-sort .filter__item__header {
    border-color: #0E0F0F;
}

.filter__item__header::after {
    position: absolute;
    top: 50%;
    right: 16px;
    width: 14px;
    height: 14px;
    background: url("../images/icons/down.svg") center no-repeat;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    -webkit-transition: 0.3s;
    transition: 0.3s;
    content: "";
}

.filter__item-qnt {
    border-radius: 50%;
    background: #fa6022;
    font-size: 10px;
    line-height: 120%;
    color: #fff;
    width: 17px;
    height: 17px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    margin-left: 7px;
}

.filter__item__dropdown {
    position: absolute;
    top: 100%;
    left: 0;
    width: 328px;
    -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.08);
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.08);
    border-radius: 6px;
    background: #fff;
    padding: 40px;
    display: none;
    margin-top: 20px;
}

.filter__item.active .filter__item__dropdown {
    display: block;
}

.filter__item.active .filter__item__header::after {
    -webkit-transform: translate(0, -50%) rotate(180deg);
    transform: translate(0, -50%) rotate(180deg);
}

.filter__clean {
    display: block;
    color: #fa6022;
    font-family: 'Inter-Medium', sans-serif;
    margin-left: 15px;
    white-space: nowrap;
}

.filter__clean:hover {
    text-decoration: underline;
}

.category-catalog {
    margin-top: 20px;
}

.catalog__list {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 20px;
}

.filter__qnt {
    width: 100%;
    text-align: center;
    margin-top: 20px;
    font-size: 12px;
    line-height: 140%;
}

.product__options {
    position: absolute;
    left: 0;
    top: 304px;
    width: 100%;
    z-index: 2;
    border-top: none;
    background: #F3F3F3;
    padding: 20px 16px 28px 16px;
    border-radius: 0 0 6px 6px;
    outline: 1px solid #E7E7E7;
    display: none;
}

.product__options .product__price {
    margin-top: 6px;
}

.product__options::before {
    position: absolute;
    top: -1px;
    left: 0;
    height: 6px;
    width: 100%;
    background: #FAFAFA;
    border-radius: 0 0 6px 6px;
    content: "";
}

.product__options-color {
    gap: 6px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 12px;
}

.product__options-color .color-item {
    width: 40px;
    height: 40px;
    background: #FAFAFA;
}

.product__options-color .color-item:hover {
    outline: 1px solid black;
}

.product__options-color .color-item img {
    max-height: 30px;
}

.product__options-size {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 5px 20px;
    margin-top: 17px;
}

.product__options-size a {
    color: #6E6F6F;
    font-size: 14px;
    line-height: 120%;
}

.product__options-size a:hover {
    text-decoration: underline;
}

.catalog__progress-bar {
    margin-top: 30px;
    text-align: center;
    font-size: 12px;
    line-height: 140%;
    color: rgba(14, 15, 15, 0.7);
}

.catalog__progress-bar__line {
    background: #E7E7E7;
    height: 2px;
    width: 160px;
    margin: 10px auto 0 auto;
}

.catalog__progress-bar__line span {
    background: #BABABA;
    display: block;
    height: 100%;
}

.catalog__more {
    text-align: center;
    margin-top: 30px;
}

.catalog__more .theme_btn {
    width: 380px;
}

.catalog__more .theme_btn.disabled {
    pointer-events: none;
    background: gray;
}

.contacts__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
}

.contacts__item {
    background: #F3F8FD;
    border-radius: 10px;
    padding: 40px;
    width: 33.3%;
}

.contacts__item__title a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-family: 'Inter-SemiBold', sans-serif;
}

.contacts__item__title a span {
    display: block;
    color: #0E0F0F;
    border-bottom: 1px solid;
    font-size: 15px;
    line-height: 140%;
}

.contacts__item__title a:hover {
    opacity: 0.8;
}

.contacts__item__title__img {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    margin-right: 10px;
}

.contacts__item__title__img img {
    display: block;
}

.contacts__item__desc {
    margin-top: 15px;
}

.contacts__item__desc p {
    line-height: 160%;
}

.contacts__item__desc p a {
    border-bottom: 1px solid;
    color: inherit;
    white-space: nowrap;
}

.contacts__item__desc p a:hover {
    opacity: 0.8;
}

.location__info {
    background: #F3F8FD;
    border-radius: 10px 10px 0px 0px;
    padding: 40px 100px 40px 40px;
    position: relative;
}

.location__info h3 {
    font-size: 20px;
    line-height: 140%;
    font-family: 'Inter-SemiBold', sans-serif;
    margin-bottom: 30px;
}

.location__info h4 {
    font-size: 14px;
    line-height: 140%;
    font-family: 'Inter-SemiBold', sans-serif;
    margin-bottom: 10px;
}

.location__info p {
    font-size: 12px;
    line-height: 140%;
    font-family: 'Inter-Medium', sans-serif;
}

.location__info p span {
    margin: 0 5px;
}

.location__map {
    height: 550px;
}

.location__map iframe {
    border-radius: 0 0 10px 10px;
}

.location__modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: #fff;
    padding: 80px 0 40px 0;
    z-index: 5;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    display: none;
}

.location {
    max-height: 90vh;
    overflow: auto;
    padding: 40px 0 80px 0;
}

.location__close {
    position: absolute;
    right: 40px;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
}

.location__close svg {
    display: block;
}

.location__close svg path {
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.location__close:hover svg path {
    stroke: #E60958;
}

.search {
    position: fixed;
    -webkit-transform: translate(0, -100%);
    transform: translate(0, -100%);
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: #fff;
    padding: 80px 0 40px 0;
    z-index: 5;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.search__form {
    position: relative;
}

.search__form input {
    width: 100%;
    display: block;
    padding: 40px 200px 40px 30px;
    background: #F5F5F5;
    border-radius: 10px;
    font-size: 26px;
    line-height: 120%;
    color: #0E0F0F;
    font-family: 'Inter-SemiBold', sans-serif;
}

.search__form input::-webkit-input-placeholder {
    color: #BABABA;
    opacity: 1;
}

.search__form input:-ms-input-placeholder {
    color: #BABABA;
    opacity: 1;
}

.search__form input::-ms-input-placeholder {
    color: #BABABA;
    opacity: 1;
}

.search__form input::placeholder {
    color: #BABABA;
    opacity: 1;
}

.search__form input:focus {
    border: 1px solid #0E0F0F;
}

.search.search-show {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}

.search__close {
    position: absolute;
    top: 44px;
    right: 30px;
    width: 24px;
    height: 24px;
    cursor: pointer;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.search__close svg {
    display: block;
}

.search__close svg path {
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.search__close:hover svg path {
    stroke: #E60958;
}

.search__clear {
    color: #0E0F0F;
    position: absolute;
    top: 46px;
    right: 94px;
    display: none;
}

.search__clear:hover {
    text-decoration: underline;
}

.search__popular {
    margin-top: 40px;
    font-size: 16px;
}

.search__popular ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 20px;
    gap: 10px;
}

.search__popular ul li a {
    padding: 14px 16px;
    border-radius: 6px;
    border: 1px solid #000;
    font-size: 14px;
    line-height: 120%;
    color: #0E0F0F;
    display: block;
    font-family: 'Inter-Medium', sans-serif;
}

.search__popular ul li a:hover {
    background: #F5F5F5;
}

.search__box {
    max-height: 100%;
    overflow: auto;
    padding-top: 40px;
}

.search__result {
    margin-top: 40px;
    border-top: 1px solid #E7E7E7;
}

.search__result .catalog__list {
    padding-bottom: 100px;
    margin-top: 20px;
}

.search__result .filter {
    border: none;
}

.filter-radio {
    margin-top: 16px;
}

.filter-radio:first-child {
    margin-top: 0;
}

.filter-radio label {
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.filter-radio label .radiomark {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    background: #fff;
    border: 1px solid #000D19;
    border-radius: 50%;
    margin-right: 10px;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
}

.filter-radio label .radiomark::before {
    display: block;
    width: 12px;
    height: 12px;
    background: #0E0F0F;
    border-radius: 50%;
    opacity: 0;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    content: "";
}

.filter-radio label .filter-radio-text {
    width: calc(100% - 30px);
    font-size: 15px;
    line-height: 120%;
    color: #0E0F0F;
}

.filter-radio input:checked ~ .radiomark::before {
    opacity: 1;
}

.filter__item__btn {
    display: block;
    width: 100%;
    margin-top: 40px;
}

.filter-radio, .filter-size, .filter-checkbox, .filter-color {
    position: relative;
}

.filter-radio input, .filter-size input, .filter-checkbox input, .filter-color input {
    position: absolute;
    width: 0;
    height: 0;
    opacity: 0;
}

.filter__item__dropdown-title {
    font-size: 14px;
    line-height: 120%;
    margin-bottom: 20px;
}

.filter-size__list, .filter-color__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 8px;
}

.filter-size label {
    cursor: pointer;
}

.filter-size label .filter-size-text {
    width: 56px;
    height: 42px;
    font-size: 12px;
    line-height: 120%;
    outline: 1px solid #BABABA;
    border-radius: 4px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #0E0F0F;
    font-family: 'Inter-Medium', sans-serif;
    cursor: pointer;
}

.filter-size label .filter-size-text:hover {
    outline: 1px solid #0E0F0F;
}

.filter-size input:checked ~ .filter-size-text {
    outline: 2px solid #0E0F0F;
}

.filter__item__btn.disabled {
    pointer-events: none;
    background: #BABABA;
}

.filter__item-clear {
    margin: 28px auto 0 auto;
    display: table;
    color: #fa6022;
}

.filter__item-clear.disabled {
    color: #BABABA;
    pointer-events: none;
}

.filter__item-clear:hover {
    text-decoration: underline;
}

.filter-checkbox {
    margin-top: 16px;
}

.filter-checkbox:first-child {
    margin-top: 0;
}

.filter-checkbox label {
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.filter-checkbox label .checkmark {
    display: block;
    width: 20px;
    height: 20px;
    background: #fff;
    border: 1px solid #000D19;
    border-radius: 6px;
    margin-right: 10px;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
}

.filter-checkbox label .checkmark::before {
    display: block;
    width: 100%;
    height: 100%;
    opacity: 0;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    background-image: url("../images/icons/check.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 10px;
    content: "";
}

.filter-checkbox label .filter-checkbox-text {
    width: calc(100% - 30px);
    font-size: 15px;
    line-height: 120%;
    color: #0E0F0F;
}

.filter-checkbox input:checked ~ .checkmark {
    background: #0E0F0F;
}

.filter-checkbox input:checked ~ .checkmark::before {
    opacity: 1;
}

.filter-color label {
    cursor: pointer;
}

.filter-color label .filter-color-img {
    width: 56px;
    height: 56px;
    border-radius: 4px;
    background: #F5F5F5;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
}

.filter-color label .filter-color-img img {
    display: block;
    max-height: 40px;
}

.filter-color label .filter-color-img:hover {
    outline: 1px solid #0E0F0F;
}

.filter-color input:checked ~ .filter-color-img {
    outline: 2px solid #0E0F0F;
}

.filter-range .filter-radio {
    margin-top: 16px;
}

.slider-range__box {
    padding-right: 20px;
    margin-bottom: 38px;
}

.price-filter-range::after {
    height: 100%;
    width: 20px;
    background: #E7E7E7;
    position: absolute;
    top: 0;
    right: -20px;
    content: "";
}

.filter-range-fields {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.filter-range-fields .form-group {
    width: calc(50% - 10px);

}

.ui-slider-horizontal {
    height: 3px;
    background: #E7E7E7;
    margin-top: 35px;
    border-radius: 2px;
    position: relative;
}

.ui-widget-header {
    background: #0E0F0F;
    top: 0;
    height: 100%;
    position: absolute;
    z-index: 1;
}

.ui-slider-horizontal .ui-slider-handle {
    position: absolute;
    top: -10px;
    z-index: 2;
    width: 20px;
    height: 20px;
    background: #0E0F0F;
    border-radius: 50%;
    cursor: pointer;
    margin-left: 0;
}

.basket {
    margin-top: 20px;
}

.message {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: #FFF7E3;
    border-radius: 10px;
    padding: 16px;
    font-size: 16px;
    line-height: 140%;
    color: #FFB000;
}

.message img {
    display: block;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 18px;
    margin-right: 10px;
}

.basket__box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-top: 20px;
}

.basket__products {
    width: 680px;
    border: 1px solid #E7E7E7;
    border-radius: 10px;
    padding: 40px;
}

.basket__products h1 {
    font-size: 20px;
    line-height: 120%;
    font-family: 'Inter-SemiBold', sans-serif;
}

.basket__product {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 40px;
    position: relative;
    flex-wrap: wrap;
}

.minicart .basket__product {
    align-items: flex-start;
}

.basket__product__thumbnail {
    width: 78px;
    height: 78px;
}

.basket__product__thumbnail a {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: #F5F5F5;
    border-radius: 4px;
}

.basket__product__thumbnail a img {
    display: block;
    max-height: 60px;
}

.basket__product__info {
    width: calc(100% - 78px);
    padding-left: 18px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.basket__products .basket__product__info {
    display: block;
}

.basket__products .basket__product__name {
    width: calc(100% - 50px);
}

.basket__product__info--container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 20px;
}

.basket__products .basket__product--option {
    width: 170px;
    padding-right: 10px;
    margin: 0;
}

.basket__product__info--container .basket__product--option li:first-child {
    margin-top: 0;
}

.basket__product__name a {
    color: #0E0F0F;
}

.basket__product__name a:hover {
    color: #fa6022;
}

.basket__product--option {
    margin-top: 20px;
}

.basket__product--option li {
    font-size: 12px;
    line-height: 120%;
    color: #6E6F6F;
    margin-top: 10px;
}

.basket__product--option li span {
    color: #0E0F0F;
}

.basket__product__quantity {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100px;
}

.basket__product__quantity input {
    width: 40px;
    height: 22px;
    padding: 0;
    display: block;
    text-align: center;
    font-size: 12px;
    line-height: 120%;
    border-radius: 3px;
    color: #0E0F0F;
}

.basket__product__quantity input:focus {
    outline: 1px solid #fa6022;
}

.basket__product__hint {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: 10px;
}

.basket__product__hint .hint {
    font-family: 'Inter-Regular', sans-serif;
    margin-right: 4px;
    font-size: 10px;
    min-width: 30px;
}

.basket__product__hint .hint:last-child {
    margin: 0;
}

.basket__product__price {
    font-family: 'Inter-SemiBold', sans-serif;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    font-size: 14px;
    width: calc(100% - 278px);
    padding-left: 10px;
}

.basket__product__price .price-new {
    color: #E60958;
}

.basket__product__price .price-old {
    color: #BABABA;
    font-family: 'Inter-Regular', sans-serif;
    text-decoration: line-through;
}

.basket__product__price .price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.basket__product__price .price div {
    margin-right: 8px;
}

.basket__product__price .price div:last-child {
    margin-right: 0;
}

.basket__product__name {
    width: 160px;
    padding-right: 10px;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    white-space: nowrap;
    overflow: hidden;
    position: relative;
}

.basket__product__name::after {
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.00) 0%, #FFF 100%);
    position: absolute;
    right: 0px;
    top: 0;
    width: 30px;
    height: 100%;
    content: "";
}

.basket__product__name-wrap {
    overflow: hidden;
    padding-right: 45px;
    width: 100%;
}

.basket__product__del {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #F5F5F5;
    border-radius: 50%;
    width: 22px;
    height: 22px;
    margin-left: 20px;
}

.basket__product__del path {
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.basket__product__del:hover svg path {
    stroke: #E60958;
}

.product-minus, .product-plus {
    width: 22px;
    height: 22px;
    background: #F5F5F5;
    border-radius: 50%;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.product-minus path, .product-plus path {
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.product-minus:hover svg path, .product-plus:hover svg path {
    stroke: #E60958;
}

.product-minus svg, .product-plus svg {
    display: block;
}

.product-minus.disabled, .product-plus.disabled {
    opacity: 0.4;
    pointer-events: none;
}

.basket__sidebar {
    width: 460px;
}

.basket__price {
    background: #F5F5F5;
    border-radius: 10px;
    padding: 40px;
}

.basket__price h3 {
    font-size: 20px;
    line-height: 120%;
    font-family: 'Inter-SemiBold', sans-serif;
    margin-bottom: 40px;
}

.basket__price-discount, .basket__price-total {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.basket__price-discount {
    font-size: 16px;
    line-height: 120%;
}

.basket__price-discount span {
    color: #40AC9A;
}

.basket__price-total {
    font-size: 20px;
    line-height: 120%;
    font-family: 'Inter-Medium', sans-serif;
    margin-top: 10px;
}

.basket__btn {
    display: block;
    width: 100%;
    margin-top: 30px;
}

.basket__payment {
    text-align: center;
    font-size: 14px;
    line-height: 120%;
    margin-top: 30px;
}

.basket__payment__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #F3F8FD;
    border-radius: 6px;
    width: 98px;
    height: 38px;
    margin: 10px auto 0 auto;
}

.basket__payment__list img {
    display: block;
    margin: 0 5px;
}

.product-add {
    position: absolute;
    top: 80px;
    right: 70px;
    padding: 20px;
    z-index: 10;
    background: #fff;
    -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.08);
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.08);
    border-radius: 10px;
    width: 390px;
}

.product-add .basket__product {
    margin: 23px 0 0 0;
}

.product-add .basket__product__thumbnail a {
    border: 1px solid #BABABA;
}

.product-add .basket__product__info {
    display: block;
}

.product-add .basket__product__price {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding: 0;
}

.product-add .basket__product__price, .product-add .basket__product__name {
    width: 100%;
}

.product-add .basket__product__name {
    padding: 0;
    margin-top: 10px;
}

.product-add .basket__product--option {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0;
}

.product-add .basket__product--option li {
    margin-right: 12px;
}

.product-add__title {
    font-size: 20px;
    line-height: 120%;
    font-family: 'Inter-SemiBold', sans-serif;
    padding-right: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.product-add__title::before {
    display: block;
    width: 25px;
    height: 22px;
    background: url("../images/icons/check-green.svg") center no-repeat;
    margin-right: 8px;
    content: "";
}

.product-add__close {
    position: absolute;
    top: 20px;
    right: 20px;
    cursor: pointer;
    width: 24px;
    height: 24px;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.product-add__close:hover {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.error {
    margin: 148px 0;
    text-align: center;
}

.error__info h1 {
    font-size: 190px;
    line-height: 100%;
    font-family: 'Inter-Bold', sans-serif;
}

.comingsoon {
    text-align: center;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 70px 0 150px 0;
}

.comingsoon__info h1 {
    font-size: 60px;
    line-height: normal;
    font-family: 'Inter-Bold', sans-serif;
}

.error__info p, .comingsoon__info p {
    font-size: 20px;
    line-height: 120%;
    margin-top: 20px;
    font-family: 'Inter-SemiBold', sans-serif;
}

.comingsoon__info {
    max-width: 700px;
    margin: 0 auto;
}

.comingsoon__info p a {
    color: #fa6022;
}

.comingsoon__info p a:hover {
    text-decoration: underline;
}

.error__links {
    margin-top: 40px;
}

.error__links ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 10px;
    margin-top: 30px;
}

.error__links ul li a {
    color: #fa6022;
    -webkit-font-feature-settings: 'ss01' on;
    font-feature-settings: 'ss01' on;
    font-size: 14px;
    line-height: 100%;
    font-family: 'Inter-Medium', sans-serif;
    padding: 16px 22px;
    border: 2px solid #fa6022;
    border-radius: 6px;
    display: block;
}

.error__links ul li a:hover {
    background: #fa6022;
    color: #fff;
}

.thanks {
    text-align: center;
    margin: 137px 0 206px 0;
}

.thanks__icon {
    background: rgba(64, 172, 154, 0.1);
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 auto;
}

.thanks h1 {
    font-size: 45px;
    line-height: 120%;
    font-family: 'Inter-SemiBold', sans-serif;
    margin-top: 25px;
}

.thanks p {
    font-size: 16px;
    line-height: 120%;
    margin-top: 25px;
}

.thanks .theme_btn {
    margin-top: 40px;
}

.delivery__box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.delivery__info {
    width: calc(100% - 460px);
    padding-right: 70px;
}

.delivery__info h3 {
    font-size: 20px;
    line-height: 120%;
    font-family: 'Inter-SemiBold', sans-serif;
}

.delivery__info p {
    margin-top: 20px;
}

.delivery__info p .text-warning {
    font-size: 20px;
    line-height: 140%;
}

.delivery__img {
    width: 460px;
}

.delivery__methods {
    margin-top: 40px;
}

.delivery__methods p {
    font-family: 'Inter-SemiBold', sans-serif;
}

.delivery__methods ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 20px;
}

.delivery__methods ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 16px;
    border: 1px solid #0E0F0F;
    border-radius: 6px;
    padding: 12px 16px;
    min-width: 250px;
}

.delivery__methods ul li .delivery__methods__img {
    width: 33px;
    margin-right: 10px;
}

.delivery__methods ul li .delivery__methods__img img {
    display: block;
    margin: 0 auto;
}

.delivery__methods.payment__methods {
    margin-top: 20px;
}

.delivery__methods.payment__methods ul li {
    font-size: 14px;
    font-family: 'Inter-Medium', sans-serif;
    min-width: 270px;
}

.delivery__methods.payment__methods ul li .delivery__methods__img {
    width: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.delivery__methods.payment__methods ul li .delivery__methods__img img {
    margin-right: 9px;
}

.delivery__methods.payment__methods ul li .delivery__methods__img img:last-child {
    margin-right: 0;
}

.checkout__header {
    background: #fff;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10;
}

.checkout__header__box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 80px;
    padding-left: 120px;
    padding-right: 120px;
}

.checkout__nav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.checkout__nav ul li {
    font-size: 14px;
    line-height: 140%;
    font-family: 'Inter-Medium', sans-serif;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.checkout__nav ul li.active span {
    display: none;
}

.checkout__nav ul li.active::before {
    display: block;
    background: url("../images/icons/check-green.svg") center no-repeat;
    background-size: contain;
    width: 25px;
    height: 25px;
    margin-right: 12px;
    content: "";
}

.checkout__nav ul li::after {
    width: 40px;
    height: 1px;
    background: #E7E7E7;
    margin: 0 20px;
    content: "";
}

.checkout__nav ul li:last-child::after {
    display: none;
}

.checkout__box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin: 40px 0;
    padding-bottom: 80px;
}

.checkout__box h3 {
    font-size: 20px;
    line-height: 120%;
    font-family: 'Inter-SemiBold', sans-serif;
}

.checkout__info {
    width: 460px;
    margin-right: 80px;
}

.checkout__info form {
    margin-top: 40px;
}

.form-group {
    margin-bottom: 20px;
}

.checkout__info .form-group {
    margin-bottom: 10px;
}

.form-group input, .form-group select {
    display: block;
    width: 100%;
    border: 1px solid #0E0F0F;
    border-radius: 6px;
    height: 56px;
    background: #fff;
    opacity: 1;
    padding: 18px;
    font-size: 16px;
    color: #0E0F0F;
    -webkit-appearance: none;
    -moz-appearance: none;
}

.form-group input:focus, .form-group select:focus {
    border: 1px solid #fa6022;
}

.form-group input::-webkit-input-placeholder {
    opacity: 0.5;
    color: #6E6F6F;
}

.form-group input:-ms-input-placeholder {
    opacity: 0.5;
    color: #6E6F6F;
}

.form-group input::-ms-input-placeholder {
    opacity: 0.5;
    color: #6E6F6F;
}

.form-group input::placeholder {
    opacity: 0.5;
    color: #6E6F6F;
}

.form-group select {
    background-image: url("../images/icons/down.svg");
    background-position: right 17px center;
    background-repeat: no-repeat;
}

.form-group select:invalid {
    color: #6E6F6F;
}

.form-group-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.form-group-flex .form-group {
    width: calc(50% - 5px);
}

.checkout-radio input:not([type="text"]) {
    position: absolute;
    width: 0;
    height: 0;
    opacity: 0;
}

.checkout-radio label.disabled-label {
    pointer-events: none;
    background: whitesmoke;
    border-radius: 6px;
    opacity: 0.3;
}

.checkout-radio label.disabled-label .radiomark {
    display: none;
}

.checkout-radio label {
    cursor: pointer;
    position: relative;
    width: 100%;
    display: block;
}

.checkout-radio label .radiomark {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    background: #fff;
    border: 1px solid #000D19;
    border-radius: 50%;
    margin-right: 10px;
    position: absolute;
    top: 18px;
    right: 16px;
}

.checkout-radio label .radiomark::before {
    display: block;
    width: 12px;
    height: 12px;
    background: #0E0F0F;
    border-radius: 50%;
    opacity: 0;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    content: "";
}

.checkout-radio label .checkout-radio__box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px solid #000D19;
    border-radius: 6px;
    height: 56px;
    padding: 5px 50px 5px 16px;
    position: relative;
}

.checkout-radio label .checkout-radio-img {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 10px;
    width: 32px;
}

.checkout-radio label .checkout-radio-img img {
    display: block;
    margin-right: 8px;
}

.checkout-radio label .checkout-radio-img img:last-child {
    margin-right: 0;
}

.checkout-radio label .checkout-radio-text {
    font-size: 16px;
    line-height: 120%;
    color: #0E0F0F;
}

.checkout-radio.checkout-radio-pay .checkout-radio-img {
    width: auto;
    max-width: 80px;
}

.checkout-radio.checkout-radio-pay .checkout-radio-text {
    font-size: 16px;
    line-height: 120%;
    color: #0E0F0F;
}

.checkout-radio input:checked ~ .radiomark::before {
    opacity: 1;
}

.checkout-radio input:checked ~ .checkout-radio__box {
    border: 1px solid #fa6022;
    outline: 3px solid #F3F8FD;
}

.checkout__delivery {
    background: #F3F8FD;
    border-radius: 6px;
    padding: 20px;
    font-size: 14px;
    font-family: 'Inter-Medium', sans-serif;
    margin: 10px 0;
    display: none;
}

.checkout__delivery.checkout__delivery-show {
    display: block;
}

.checkout__delivery .form-group:last-child {
    margin-bottom: 0;
}

.checkout__delivery select {
    margin-top: 8px;
}

.form__btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    margin-top: 30px;
}

.form__btns button {
    width: 288px;
}

.checkout__info .form__btns {
    margin-top: 20px;
}

.form__btn__back {
    width: calc(100% - 310px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.form__btn__back a {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #fa6022;
    font-size: 14px;
    font-family: 'Inter-Medium', sans-serif;
    position: relative;
    border-bottom: 1px solid transparent;
}

.form__btn__back a::before {
    background: url("../images/icons/back.svg") center no-repeat;
    width: 8px;
    height: 20px;
    margin-right: 6px;
    content: "";
}

.form__btn__back a:hover {
    border-bottom: 1px solid #fa6022;
}

.checkout__sidebar {
    width: 460px;
}

.checkout__sidebar__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 45px;
}

.checkout__sidebar__edit {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #0E0F0F;
    border-bottom: 1px solid #0E0F0F;
}

.checkout__sidebar__edit img {
    display: block;
    margin-right: 4px;
}

.checkout__sidebar__edit:hover {
    opacity: 0.7;
}

.checkout__sidebar .basket__product {
    margin-top: 20px;
}

.checkout__sidebar .basket__product__info {
    display: block;
}

.checkout__sidebar .basket__product__price {
    width: 100%;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding: 0;
}

.checkout__sidebar .basket__product__name {
    width: 100%;
    padding: 0;
    margin-top: 8px;
}

.checkout__sidebar .basket__product--option {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 0;
}

.checkout__sidebar .basket__product--option li {
    margin-right: 12px;
}

.checkout__sidebar .basket__product--option li:last-child {
    margin-right: 0;
}

.checkout__sidebar__products {
    padding: 40px;
    border: 1px solid #E7E7E7;
    border-bottom: none;
    border-radius: 10px 10px 0 0;
}

.checkout__price {
    background: #F5F5F5;
    border-radius: 0px 0px 10px 10px;
    padding: 40px;
}

.checkout-delivery {
    padding: 20px 40px 40px 40px;
}

.hamburger {
    display: none;
}

.checkout__footer {
    border-top: 1px solid #E7E7E7;
    padding: 20px 0;
    color: rgba(92, 100, 115, 0.5);
    font-size: 14px;
    line-height: 140%;
    margin-top: 80px;
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    background: #fff;
}

.checkout__footer__box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.checkout__footer__box ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.checkout__footer__box ul li {
    margin-right: 40px;
}

.checkout__footer__box ul li a {
    color: rgba(92, 100, 115, 0.7);
    border-bottom: 1px solid;
}

.checkout__footer__box ul li a:hover {
    color: #5C6473;
}

.checkout__footer__box ul li:last-child {
    margin-right: 0;
}

.checkout__footer__payments {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.checkout__footer__payments img {
    display: block;
    margin-right: 9px;
}

.checkout__footer__payments img:last-child {
    margin: 0;
}

.menu-mobile {
    display: none;
}

.bg {
    display: none;
}


.product__wait_filled {
    color: #F8B021;
    font-family: 'Inter-SemiBold', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
}

.card-wait-filled {
    color: #F8B021;
    font-family: 'Inter-SemiBold', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
}

body.show-bg .bg {
    display: block;
    position: fixed;
    top: 80px;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(14, 15, 15, 0.3);
    content: "";
    z-index: 8;
}

.scroll-wrapper {
    overflow: hidden !important;
    padding: 0 !important;
    position: relative;
}

.scroll-wrapper > .scroll-content {
    border: none !important;
    -webkit-box-sizing: content-box !important;
    box-sizing: content-box !important;
    height: auto;
    left: 0;
    margin: 0;
    max-height: none;
    max-width: none !important;
    overflow: scroll !important;
    padding: 0;
    position: relative !important;
    top: 0;
    width: auto !important;
    scrollbar-width: none;
}

.scroll-wrapper > .scroll-content::-webkit-scrollbar {
    height: 0;
    width: 0;
}

.scroll-element {
    display: none;
}

.scroll-element, .scroll-element div {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

.scroll-element.scroll-x.scroll-scrollx_visible,
.scroll-element.scroll-y.scroll-scrolly_visible {
    display: block;
}

.scroll-element .scroll-bar,
.scroll-element .scroll-arrow {
    cursor: default;
}

.scrollbar-inner > .scroll-element,
.scrollbar-inner > .scroll-element div {
    border: none;
    margin: 0;
    padding: 0;
    position: absolute;
    z-index: 10;
}

.scrollbar-inner > .scroll-element div {
    display: block;
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
}

.scrollbar-inner > .scroll-element.scroll-x {
    bottom: 2px;
    height: 4px;
    left: 0;
    width: 100%;
}

.scrollbar-inner > .scroll-element.scroll-y {
    height: 100%;
    right: 0;
    top: 0;
    width: 4px;
}

.scrollbar-inner > .scroll-element .scroll-element_outer {
    overflow: hidden;
}

.scrollbar-inner > .scroll-element .scroll-element_track {
    background-color: #BBBEC8;
    border-radius: 10px;
}

.seasonally__content .scrollbar-inner > .scroll-element .scroll-element_track {
    background-color: #5B83F0;
    border-radius: 10px;
}

.scrollbar-inner > .scroll-element .scroll-bar {
    background-color: #5B83F0;
    cursor: pointer;
    border-radius: 10px;
}

.scrollbar-inner > .scroll-element:hover .scroll-bar {
    opacity: 0.8;
}

.scrollbar-inner > .scroll-element.scroll-draggable .scroll-bar {
    opacity: 0.8;
}

.scrollbar-inner > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track {
    left: -12px;
}

.scrollbar-inner > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track {
    top: -12px;
}

.scrollbar-inner > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
    left: -12px;
}

.scrollbar-inner > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
    top: -12px;
}

.select2-container--krajee-bs3 .select2-selection {
    border: 1px solid #000D19;
    font-family: 'Inter-Regular', sans-serif;
    cursor: pointer;
}

.select2-container--krajee-bs3 .select2-selection--single {
    height: 56px;
    padding: 16px 35px 16px 18px;
    font-size: 16px;
    line-height: 140%;
}

.select2-container--krajee-bs3 .select2-selection--single .select2-selection__arrow {
    height: auto;
    top: 1;
    bottom: 1px;
    right: 10px;
    border: none;
    background: #fff;
}

.select2-container--krajee-bs3 .select2-selection--single .select2-selection__arrow b {
    background: url("../images/icons/down.svg") center no-repeat;
    border: 0;
    top: 0;
    left: 0;
    margin: 0;
    width: 100%;
    height: 100%;
}

.select2-container--krajee-bs3 .select2-selection--single .select2-selection__rendered {
    color: #0E0F0F;
}

.select2-container--krajee-bs3 .select2-selection--single .select2-selection__placeholder {
    color: #BABABA;
}

a:hover, a:focus {
    text-decoration: none;
}

label.delivery-type-label {
    margin-bottom: 10px;
    display: block;
}

label.payment-method-label {
    margin-bottom: 10px;
    display: block;
}

/*.checkout-radio-pay label {*/
/*    margin-bottom: 20px;*/
/*}*/

/*.checkout-radio-pay {*/
/*    color: #a94442;*/
/*    display: block;*/
/*}*/

.preloader-title {
    display: flex;
    justify-content: center;
}

.preloader-visible {
    flex: none;
    margin-right: 3px;
    width: 17px;
    transition: 0.3s;
    opacity: 0;
}

.show.preloader-visible {
    opacity: 1;
}

.preloader-hidden {
    width: 0%;
    overflow: hidden;
    transition: width 0.5s ease-in;
}

.show.preloader-hidden {
    width: 100px;
}

@-webkit-keyframes preloader-opacitye {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@keyframes preloader-opacitye {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@-webkit-keyframes menu-open-one {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
        -webkit-transform: translate(0);
        transform: translate(0);
    }
    50% {
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }
    100% {
        -webkit-transform: translate(-50%, -50%) rotate(45deg);
        transform: translate(-50%, -50%) rotate(45deg);
    }
}

@-webkit-keyframes menu-open-two {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
        -webkit-transform: translate(0);
        transform: translate(0);
    }
    50% {
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }
    100% {
        -webkit-transform: translate(-50%, -50%) rotate(-45deg);
        transform: translate(-50%, -50%) rotate(-45deg);
    }
}

@keyframes menu-open-one {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
        -webkit-transform: translate(0);
        transform: translate(0);
    }
    50% {
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }
    100% {
        -webkit-transform: translate(-50%, -50%) rotate(45deg);
        transform: translate(-50%, -50%) rotate(45deg);
    }
}

@keyframes menu-open-two {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
        -webkit-transform: translate(0);
        transform: translate(0);
    }
    50% {
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }
    100% {
        -webkit-transform: translate(-50%, -50%) rotate(-45deg);
        transform: translate(-50%, -50%) rotate(-45deg);
    }
}

.gears {
    position: relative;
    margin-top: 50px;
    width: auto;
    height: 0;
}

.gear {
    position: relative;
    z-index: 0;
    width: 120px;
    height: 120px;
    margin: 0 auto;
    border-radius: 50%;
    background: #000;
}

.gear:before {
    position: absolute;
    left: 5px;
    top: 5px;
    right: 5px;
    bottom: 5px;
    z-index: 2;
    content: "";
    border-radius: 50%;
    background: #eaeaea;
}

.gear:after {
    position: absolute;
    left: 25px;
    top: 25px;
    z-index: 3;
    content: "";
    width: 70px;
    height: 70px;
    border-radius: 50%;
    border: 5px solid #000;
    box-sizing: border-box;
    background: #eaeaea;
}

.gear.one {
    left: -130px;
}

.gear.two {
    top: -75px;
}

.gear.three {
    top: -235px;
    left: 130px;
}

.gear .bar {
    position: absolute;
    left: -15px;
    top: 50%;
    z-index: 0;
    width: 150px;
    height: 30px;
    margin-top: -15px;
    border-radius: 5px;
    background: #000;
}

.gear .bar:before {
    position: absolute;
    left: 5px;
    top: 5px;
    right: 5px;
    bottom: 5px;
    z-index: 1;
    content: "";
    border-radius: 2px;
    background: #eaeaea;
}

.gear .bar:nth-child(2) {
    transform: rotate(60deg);
    -webkit-transform: rotate(60deg);
}

.gear .bar:nth-child(3) {
    transform: rotate(120deg);
    -webkit-transform: rotate(120deg);
}

@-webkit-keyframes clockwise {
    0% {
        -webkit-transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
    }
}

@-webkit-keyframes anticlockwise {
    0% {
        -webkit-transform: rotate(360deg);
    }
    100% {
        -webkit-transform: rotate(0deg);
    }
}

@-webkit-keyframes clockwiseError {
    0% {
        -webkit-transform: rotate(0deg);
    }
    20% {
        -webkit-transform: rotate(30deg);
    }
    40% {
        -webkit-transform: rotate(25deg);
    }
    60% {
        -webkit-transform: rotate(30deg);
    }
    100% {
        -webkit-transform: rotate(0deg);
    }
}

@-webkit-keyframes anticlockwiseErrorStop {
    0% {
        -webkit-transform: rotate(0deg);
    }
    20% {
        -webkit-transform: rotate(-30deg);
    }
    60% {
        -webkit-transform: rotate(-30deg);
    }
    100% {
        -webkit-transform: rotate(0deg);
    }
}

@-webkit-keyframes anticlockwiseError {
    0% {
        -webkit-transform: rotate(0deg);
    }
    20% {
        -webkit-transform: rotate(-30deg);
    }
    40% {
        -webkit-transform: rotate(-25deg);
    }
    60% {
        -webkit-transform: rotate(-30deg);
    }
    100% {
        -webkit-transform: rotate(0deg);
    }
}

.gear.one {
    -webkit-animation: anticlockwiseErrorStop 2s linear infinite;
}

.gear.two {
    -webkit-animation: anticlockwiseError 2s linear infinite;
}

.gear.three {
    -webkit-animation: clockwiseError 2s linear infinite;
}

.loading .gear.one, .loading .gear.three {
    -webkit-animation: clockwise 3s linear infinite;
}

.loading .gear.two {
    -webkit-animation: anticlockwise 3s linear infinite;
}

.minicart__info.minicart__info-empty {
    height: auto;
}

.minicart-empty {
    padding: 0 10px;
    font-family: 'Inter-SemiBold', sans-serif;
    text-align: center;
    font-size: 30px;
    margin-top: 100px;
}

.minicart-empty p {
    line-height: 120%;
    margin-top: 10px;
}

.page__content p {
    margin-bottom: 20px;
}

.page__content h1 {
    font-family: 'Inter-SemiBold', sans-serif;
}

.page__content a {
    color: #fa6022;
}

.page__content ul, .page__content ol {
    padding-left: 25px;
}

.page__content ul {
    list-style: disc;
}

.page__content h2, .page__content h3 {
    margin: 20px 0;
}

.buy-one-click {
    font-feature-settings: 'ss01' on;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
    text-align: center;
    margin-top: 50px;
}

.minicart .buy-one-click {
    margin-top: 30px;
}

.buy-one-click a {
    color: #fa6022;
    transition: 0.3s;
}

.buy-one-click a:hover {
    text-decoration: underline;
    color: #0E0F0F;
}

.help-block {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #a94442;
}

.has-error .form-control {
    border-color: #a94442;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.card__reviews {
    margin: 20px 0 30px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.card__reviews p {
    color: #6E6F6F;
}
.card__reviews p a {
    color: inherit;
}
.card__reviews p a:hover {
    text-decoration: underline;
}

.reviews-star {
    display: flex;
    margin-right: 10px;
}
.reviews-star li {
    width: 16px;
    height: 16px;
    background: url("../images/icons/star.svg") center no-repeat;
}
.reviews-star li.active {
    background: url("../images/icons/star-active.svg") center no-repeat;
}

.reviews {
    margin-top: 80px;
}
.reviews h3 {
    font-size: 26px;
    line-height: 120%;
    font-family: 'Inter-SemiBold', sans-serif;
}
.reviews__box {
    margin-top: 40px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
}
.reviews__content {
    width: calc(100% - 460px);
}
.leave-feedback {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 10px;
    background: #F3F8FD;
    padding: 25px;
}
.leave-feedback p {
    color: #0E0F0F;
    font-family: 'Inter-SemiBold', sans-serif;
    font-size: 18px;
    margin-right: 20px;
}
.leave-feedback a {
    color: #fa6022;
    font-feature-settings: 'ss01' on;
    font-size: 14px;
    padding: 18px 24px;
    border-radius: 6px;
    border: 1px solid #fa6022;
    flex: none;
    transition: 0.3s;
}
.leave-feedback a:hover {
    background: #fa6022;
    color: #fff;
}
.reviews__list--item {
    margin-top: 20px;
    padding: 25px;
    border-radius: 10px;
    border: 1px solid #E7E7E7;
    background:  #FFF;
}
.reviews__list--item.active {
    border-color: #fa6022;
    outline: 3px solid  rgba(7, 110, 207, 0.1);
}
.reviews__list--item--top {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.reviews__name {
    display: flex;
    align-items: center;
}
.reviews__name--icon {
    flex: none;
    display: flex;
    width: 40px;
    height: 40px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #BABABA;
    background: #F5F5F5;
    font-family: 'Inter-SemiBold', sans-serif;
    font-size: 20px;
    line-height: 120%;
    text-transform: uppercase;
    margin-right: 8px;
    border-radius: 50%;
}
.reviews__name p {
    color:#0E0F0F;
    font-size: 15px;
}
.reviews__date {
    margin-bottom: 10px;
    color: #6E6F6F;
    text-align: right;
    font-size: 12px;
    line-height: 120%;
}
.reviews__item--desc {
    margin-top: 20px;
    color:  #0E0F0F;
    font-size: 15px;
    line-height: 150%;
}
.reviews__item--desc p {
    line-height: inherit;
}
.reviews__answer--btn {
    display: flex;
    margin-top: 22px;
}
.reviews__answer--btn a {
    display: flex;
    color: #fa6022;
}
.reviews__answer--btn a:hover {
    text-decoration: underline;
}
.reviews__answer--btn-qnt {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    background: #fa6022;
    width: 17px;
    height: 17px;
    margin-right: 8px;
    flex: none;
    color: #fff;
    font-size: 12px;
}

.reviews__list--item.active .reviews__answer--btn-qnt {
    opacity: 0;
}
.reviews__answer {
    padding-left: 30px;
    margin-top: 20px;
    position: relative;
    display: none;
}
.reviews__answer::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 22px;
    height: 30px;
    background: url("../images/icons/review-arrow.svg") center no-repeat;
    content: "";
}
.reviews__answer .reviews__name--icon {
    color: #0E0F0F;
}
.reviews__answer .reviews__name p {
    font-family: 'Inter-Medium', sans-serif;
}
.reviews__answer--box {
    border-radius: 10px;
    background: #F3F8FD;
    padding: 25px;
}
.reviews__more {
    display: flex;
    justify-content: center;
    margin-top: 40px;
}
.reviews__minicart {
    width: 440px;
    border-radius: 10px;
    border: 1px solid #E7E7E7;
    background: #FFF;
    padding: 25px;
}
.reviews__minicart .basket__product__price {
    width: auto;
    justify-content: flex-start;
    margin-top: 10px;
    padding: 0;
}
.reviews__minicart .basket__product__price .hint {
    font-size: 10px;
}
.reviews__minicart--product--info {
    padding-left: 18px;
}
.reviews__minicart .basket__product__thumbnail {
    flex: none;
}
.reviews__minicart .basket__product__name {
    width: auto;
}
.reviews__minicart .basket__product {
    margin: 0;
}
.form-group.field-confirmation_no_calls {
    margin-bottom: 0;
}

.modal {
    background: rgba(14, 15, 15, 0.3);
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    display: flex;
    justify-content: center;
    align-items: center;
    display: none;
}
.modal-container {
    max-height: 100%;
    overflow: auto;
    padding: 20px;
    width: 100%;
}
.modal__box {
    width: 580px;
    border-radius: 6px;
    background: #fff;
    position: relative;
    padding: 60px;
    margin: 0 auto;
}
.modal__close {
    width: 24px;
    height: 24px;
    position: absolute;
    top: 20px;
    right: 20px;
    cursor: pointer;
    transition: 0.3s;
}
.modal__close:hover {
    transform: rotate(180deg);
}
.modal__box h3 {
    color:  #0E0F0F;
    font-family: 'Inter-SemiBold', sans-serif;
    font-size: 20px;
    line-height: 140%;
}
.rating__modal .modal__box h3 {
    margin-bottom: 40px;
}
.modal__success .modal__box {
    text-align: center;
}
.modal__success .modal__box h3 {
    margin-bottom: 10px;
}
.modal__success p {
    font-size: 16px;
}
.success__icon {
    width: 60px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(64, 171, 153, 0.1);
    border-radius: 50%;
    margin: 0 auto 30px auto;
}
.success__icon img {
    display: block;
}
.field-reviewcreateform-rating {
    text-align: center;
    font-size: 15px;
    line-height: 120%;
    width: 100%;
}
#reviewcreateform-rating {
    display: flex;
    justify-content: center;
    margin-top: 12px;
}
#reviewcreateform-rating input {
    width: 32px;
    height: 32px;
    background: url("../images/icons/star.svg") center no-repeat;
    background-size: 32px;
    margin: 0 10px;
    padding: 0;
    border: 0;
    outline: none;
    cursor: pointer;
}
#reviewcreateform-rating .active input{
    background: url("../images/icons/star-active.svg") center no-repeat;
    background-size: 32px;
}
#reviewcreateform-rating label {
    font-size: 0;
}
.rating__modal form {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.field-reviewcreateform-name, .field-reviewcreateform-email {
    width: calc(50% - 5px);
}
.field-reviewcreateform-text {
    width: 100%;
}
.field-reviewcreateform-text textarea, .req__textarea textarea {
    display: block;
    width: 100%;
    border: 1px solid #0E0F0F;
    border-radius: 6px;
    height: 168px;
    resize: none;
    background: #fff;
    opacity: 1;
    padding: 18px;
    font-size: 16px;
    color: #BABABA;
    -webkit-appearance: none;
    -moz-appearance: none;
    font-family: 'Inter-Regular', sans-serif;
}

.field-reviewcreateform-text textarea:focus,
.req__textarea textarea:focus,
.field-reviewcreateform-text textarea:focus-visible,
.req__textarea textarea:focus-visible  {
    border: 1px solid #fa6022;
    outline: none;
}

.rating__modal--btn {
    width: 100%;
    display: flex;
    justify-content: flex-end;
}
.rating__modal--btn button {
    background: #fa6022;
    border-radius: 6px;
    text-align: center;
    padding: 18px 24px;
    -webkit-font-feature-settings: 'ss01' on;
    font-feature-settings: 'ss01' on;
    color: #fff;
    font-size: 14px;
    line-height: 100%;
    font-family: 'Inter-Medium', sans-serif;
    width: calc(100% - 73px);
    display: inline-block;
    width: auto;
    cursor: pointer;
}
.rating__modal--btn button:hover {
    background: #0E0F0F;
    color: #fff;
}
.rating__modal--hint {
    display: flex;
    align-items: center;
    position: relative;
    margin-bottom: 10px;
}
.rating__modal--hint--icon {
    flex: none;
    margin-left: 8px;
    cursor: pointer;
    position: relative;
}
.rating__modal--hint--hidden {
    color: #fff;
    font-size: 12px;
    line-height: 140%;
    padding: 12px 16px;
    border-radius: 6px;
    background: #0E0F0F;
    position: absolute;
    top: 26px;
    right: -15px;
    width: 377px;
    display: none;
}
.rating__modal--hint--icon:hover .rating__modal--hint--hidden {
    display: block;
}
.rating__modal--hint--hidden::before {
    position: absolute;
    top: -9px;
    right: 12px;
    width: 20px;
    height: 15px;
    background: url("../images/icons/polygon.svg") center no-repeat;
    content: "";
}
.pay-rules, .req-check {
    position: relative;
    display: flex;
    justify-content: flex-end;
    text-align: right;
}

.pay-rules {
    margin-top: 30px;
}

.pay-rules input, .req-check input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
    padding: 0;
    margin: 0;
}

.pay-rules .form-group, .pay-rules label, .req-check .form-group, .req-check label {
    margin-bottom: 0;
}

.pay-rules .help-block {
    margin: 0;
}

.checkmark-phone, .checkmark-req {
    position: relative;
    height: 20px;
    width: 20px;
    border-radius: 6px;
    flex: none;
    cursor: pointer;
    display: block;
    flex: none;
    margin-left: 10px;
    border: 1px solid #0E0F0F;
}

.checkmark-phone.check, .checkmark-req.check {
    background: #0E0F0F;
}

.checkmark-phone::after, .checkmark-req::after {
    content: "";
    position: absolute;
    display: none;
}

.checkmark-phone.check::after, .checkmark-req.check::after {
    display: block;
}

.checkmark-phone:after, .checkmark-req:after {
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url("../images/icons/checkmark.svg") center no-repeat;
}

.color-dropdown {
    border-radius: 6px;
    background:  #F3F8FD;
    padding: 20px;
    margin-top: 10px;
    display: none;
    position: absolute;
    width: 100%;
    left: 0;
    top: 100%;
}
.card-color.active .color-dropdown {
    display: block;
}
.color-dropdown label {
    display: block;
    width: 100%;
    margin-top: 8px;
}
.color-dropdown label.disabled {
    pointer-events: none;
}
.color-dropdown label.disabled span {
    background: #F5F5F5;
    opacity: 0.4;
}
.color-dropdown label:first-child {
    margin-top: 0;
}
.color-dropdown .color label span {
    background: #fff;
    text-align: left;
    display: block;
    height: auto;
    padding: 14px 10px;
}
.color-dropdown .color label input:checked + span {
    font-family: 'Inter-Medium', sans-serif;
}
.card-color {
    margin-top: 20px;
    position: relative;
    z-index: 2;
}
.card-color-select {
    font-size: 14px;
    padding: 18px 80px 18px 18px;
    border-radius: 6px;
    border: 1px solid #fa6022;
    background: #fff;
    display: flex;
    align-items: center;
    position: relative;
    cursor: pointer;
    outline: 3px solid rgba(7, 112, 207, 0.10);
}
.color-error .card-color-select {
    border-color: #E60958;
    outline: 3px solid rgba(230, 9, 88, 0.10);
}
.color-error .color-error-message {
    color: #E60958 !important;
    margin-top: 10px;
}
.card-color-select p {
    flex: none;
}
.card-color-select img {
    position: absolute;
    top: 25px;
    right: 20px;
    cursor: pointer;
    transition: 0.3s;
}
.card-color.active .card-color-select img {
    transform: rotate(180deg);
}
.card-color-select-list {
    color: #fa6022;
    font-size: 12px;
    font-family: 'Inter-Medium', sans-serif;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-left: 20px;
    max-width: 160px;
}
.card-color-select-list span {
    display: block;
}
.product__quantity {
    width: 106px;
    margin-right: 10px;
    flex: none;
    position: relative;
}

.product__quantity--wrap {
    border-radius: 6px;
    border: 1px solid #E7E7E7;
    display: flex;
    position: relative;
    z-index: 1;
    background: #fff;
}

.product__quantity--max {
    position: absolute;
    left: 0;
    bottom: 52px;
    width: 100%;
    padding: 8px 3px 13px 3px;
    color: #0E0F0F;
    text-align: center;
    font-size: 12px;
    line-height: 120%;
    border-radius: 6px 6px 0 0;
    font-weight: 500;
    background: #F3F8FD;
    display: none;
}

.product__quantity-minus {
    border-right: 1px solid #E7E7E7;
}
.product__quantity-plus {
    border-left: 1px solid #E7E7E7;
}
.product__quantity-minus, .product__quantity-plus {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 34px;
    cursor: pointer;
}
.product__quantity-minus, .product__quantity-plus, .product__quantity input {
    height: 56px;
    text-align: center;
    padding: 5px;
}
.product__quantity input {
    width: 38px;
}
.reviews__minicart .card__btns {
    margin-top: 20px;
}

.req {
    background: #F3F8FD;
    border-radius: 6px;
    padding: 20px;
    font-size: 14px;
    font-family: 'Inter-Medium', sans-serif;
    margin: 10px 0;
}

.req__item {
    color:  #000D19;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
    margin-top: 20px;
}

.req__item:first-child {
    margin-top: 0;
}

.req__item p:first-child {
    color:  #6E6F6F;
    margin-bottom: 10px;
}

.req__textarea {
    margin-top: 30px;
}

.req__textarea textarea {
    height: 215px;
    color: #0E0F0F;
    padding: 18px 18px 5px 18px;
}

.req__textarea textarea::placeholder {
    color: #BABABA;
    opacity: 1;
}

.req-check {
    padding-top: 20px;
    position: relative;
    margin-top: 20px;
    font-family: 'Inter-Regular', sans-serif;
    font-size: 15px;
}

.req-check::before {
    position: absolute;
    top: 0;
    left: -20px;
    right: -20px;
    height: 1px;
    background:  #BABABA;
    content: "";
}

.req-check .help-block {
    margin: 0;
    border-radius: 6px;
    background: #E60958;
    padding: 12px 16px;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    color: #fff;
    display: none;
    width: 242px;
    text-align: left;
    position: absolute;
    top: -50px;
    right: -12px;
    z-index: 1;
}

.req-check .has-error .help-block {
    display: block;
}

.req-check .help-block::after {
    display: block;
    position: absolute;
    right: 8px;
    bottom: -11px;
    width: 28px;
    height: 20px;
    background: url("../images/icons/error-arrow.svg") center no-repeat;
    content: "";
}

.checkmark-req {
    background: #F3F8FD;
}

.product-note {
    color: #fff;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    padding: 12px 16px;
    text-align: center;
    border-radius: 6px;
    background: #0E0F0F;
    width: 100%;
    /*position: absolute;*/
    left: 0;
    bottom: 0;
    display: none;
    margin-top: 10px;
}

.minicart .product-note {
    /*bottom: -20px;*/
}
@media screen and (max-width: 1439px) {
    .wrapper {
        padding-left: 40px;
        padding-right: 40px;
        max-width: 1380px;
    }

    .submenu__wrap {
        left: 40px;
        right: 40px;
    }

    .footer__bottom .copy {
        width: 36.1%;
    }

    .footer__bottom .rules {
        width: calc(100% - 36.1%);
    }

    .product-add {
        right: 40px;
    }

    .delivery__methods ul li {
        min-width: 180px;
    }

    .benefits__item--doc {
        width: 47%;
    }

    .benefits__cert {
        margin-top: 40px;
    }
}

@media screen and (max-width: 1380px) {
    .benefits__item {
        padding: 30px;
    }

    .benefits__cert {
        margin-top: 30px;
    }

    .benefits__item--content {
        padding-left: 20px;
    }
}

@media screen and (max-width: 1300px) {
    .category__img {
        height: 400px;
    }

    .catalog__list {
        -ms-grid-columns: 1fr 1fr 1fr;
        grid-template-columns: 1fr 1fr 1fr;
    }

    .basket__sidebar {
        width: 420px;
    }

    .basket__products {
        width: 650px;
    }

    .benefits__item {
        padding: 20px;
    }

    .benefits__item--doc {
        width: 53%;
    }
}

@media screen and (max-width: 1199px) {
    .menu-mobile {
        position: fixed;
        top: 80px;
        bottom: 0;
        right: -295px;
        width: 295px;
        background: #fff;
        display: block;
        z-index: 100;
        font-family: 'Inter-SemiBold', sans-serif;
        -webkit-transition: 0.3s;
        transition: 0.3s;
    }

    .menu-mobile .header__lang {
        display: block;
        margin-top: 60px;
    }

    .menu-open .menu-mobile {
        right: 0;
    }

    .menu-open .header__basket__icon {
        pointer-events: none;
    }

    .menu-mobile-main {
        padding: 40px 30px 80px 40px;
        max-height: 100%;
        overflow: auto;
    }

    .menu-mobile-parent li {
        margin-top: 20px;
        padding: 0;
        position: relative;
        cursor: pointer;
    }

    .menu-mobile-parent li a {
        display: block;
        color: inherit;
    }

    .menu-mobile-parent li:first-child {
        margin-top: 0;
    }

    .menu-mobile-parent li.current {
        color: #E60958;
    }

    .menu-mobile-parent .menu-arrow {
        background: url("../images/icons/menu-arrow.svg") center no-repeat;
        width: 14px;
        height: 14px;
        position: absolute;
        right: 0;
        top: 3px;
    }

    .menu-mobile-child {
        position: absolute;
        top: 0;
        right: -295px;
        width: 100%;
        height: 100%;
        padding: 40px 30px 80px 40px;
        background: #fff;
        z-index: 10;
        -webkit-transition: 0.3s;
        transition: 0.3s;
        max-height: 100%;
        overflow: auto;
    }

    .menu-mobile-child.active {
        right: 0;
    }

    .submenu {
        margin-top: 20px;
        padding: 0;
        border: 0;
    }

    .submenu li {
        margin: 20px 0 0 0;
    }

    .submenu li a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        color: inherit;
    }

    .submenu li:first-child {
        margin-top: 0;
    }

    .menu-mobile-back {
        font-family: 'Inter-SemiBold', sans-serif;
    }

    .menu-mobile-back a {
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        color: #0E0F0F;
    }

    .menu-mobile-back a::before {
        background: url("../images/icons/left.svg") center no-repeat;
        width: 14px;
        height: 14px;
        margin-right: 10px;
        content: "";
    }

    .menu-mobile-top {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-top: 20px;
    }

    .menu-mobile-title {
        font-size: 18px;
        line-height: 120%;
        font-family: 'Inter-SemiBold', sans-serif;
        margin-right: 20px;
    }

    .menu-mobile-all {
        color: #fa6022;
        font-family: 'Inter-Medium', sans-serif;
        margin-top: 2px;
    }

    .header__menu {
        display: none;
    }

    .submenu__img {
        margin: 0 7px 0 0;
    }

    .submenu__wrap::before {
        display: none;
    }

    .category__img {
        height: 340px;
    }

    .wrapper {
        padding-left: 30px;
        padding-right: 30px;
    }

    .benefits {
        display: block;
    }

    .benefits__item {
        width: 100%;
        margin-top: 20px;
    }

    .benefits__item:first-child {
        margin-top: 0;
    }

    .benefits__item--doc {
        width: 270px;
    }

    .hero__info {
        width: calc(100% - 350px);
    }

    .header__search {
        margin-right: 20px;
    }

    .footer__bottom .copy {
        width: 36.5%;
    }

    .footer__bottom .rules {
        width: calc(100% - 36.5%);
    }

    .wrapper.header__box {
        padding-right: 74px;
    }

    .hamburger {
        width: 24px;
        cursor: pointer;
        z-index: 10;
        position: absolute;
        top: 28px;
        right: 30px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-transition: 0.5s;
        transition: 0.5s;
    }

    .hamburger-wrap {
        position: relative;
        width: 24px;
        height: 24px;
        z-index: 1;
        padding-top: 6px;
    }

    .hamburger__icons {
        width: 100%;
        height: 100%;
        position: relative;
    }

    .hamburger__icons__inner {
        width: 100%;
        background: #000;
        display: block;
        position: absolute;
        height: 2px;
        top: 7px;
        left: 0;
        -webkit-transition: 0.5s;
        transition: 0.5s;
    }

    .hamburger__icons:before {
        content: "";
        height: 2px;
        width: 100%;
        background: #000;
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        -webkit-animation: menu-close-two 0.6s ease-in-out;
        animation: menu-close-two 0.6s ease-in-out;
        -webkit-transform: translate(0) rotate(0);
        transform: translate(0) rotate(0);
    }

    .hamburger__icons:after {
        content: "";
        height: 2px;
        width: 100%;
        background: #000;
        display: block;
        position: absolute;
        top: 14px;
        left: 0;
        -webkit-transform: translate(0) rotate(0);
        transform: translate(0) rotate(0);
        -webkit-animation: menu-close-one 0.6s ease-in-out;
        animation: menu-close-one 0.6s ease-in-out;
    }

    .menu-open .hamburger__icons__inner {
        display: none;
    }

    .menu-open .hamburger__icons:before {
        -webkit-animation: menu-open-two 0.3s ease-in-out;
        animation: menu-open-two 0.3s ease-in-out;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%, -50%) rotate(-45deg);
        transform: translate(-50%, -50%) rotate(-45deg);
    }

    .menu-open .hamburger__icons::after {
        -webkit-animation: menu-open-one 0.3s ease-in-out;
        animation: menu-open-one 0.3s ease-in-out;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%, -50%) rotate(45deg);
        transform: translate(-50%, -50%) rotate(45deg);
    }

    .product-add {
        right: 30px;
    }

    .basket__box {
        display: block;
    }

    .basket__products {
        width: 100%;
    }

    .basket__sidebar {
        width: auto;
        max-width: 760px;
        margin: 30px auto 0 auto;
    }
}

@media screen and (max-width: 1100px) {
    .footer__bottom .copy {
        width: 36.7%;
    }

    .footer__bottom .rules {
        width: calc(100% - 36.7%);
    }

    .card {
        display: block;
    }

    .card .breadcrumbs {
        display: none;
    }

    .card__left {
        background: none;
        margin-left: -30px;
        margin-right: -30px;
        width: auto;
    }

    .card__images__preview {
        background: #F5F5F5;
        padding: 40px 90px;
        width: 100%;
        height: 600px;
    }

    .card__images__preview .card-preview {
        height: 100%;
    }

    .card__left::before {
        display: none;
    }

    .card-images-prev {
        left: 30px;
    }

    .card-images-next {
        right: 30px;
    }

    .card-images-next, .card-images-prev {
        top: 50%;
        -webkit-transform: translate(0, -50%);
        transform: translate(0, -50%);
    }

    .card__images {
        display: block;
    }

    .card__images__thumb {
        width: 100%;
        height: auto;
        margin-top: 6px;
    }

    .card__images__thumb .swiper {
        padding-bottom: 2px;
    }

    .card-thumb .swiper-slide {
        width: 120px;
        height: 120px;
        border: none;
        padding: 0;
    }

    .card-thumb .swiper-slide.swiper-slide.swiper-slide-thumb-active::after {
        display: block;
        position: absolute;
        bottom: -2px;
        left: 0;
        width: 100%;
        height: 2px;
        background: #000;
        content: "";
    }

    .card__info {
        width: auto;
        margin-top: 40px;
    }

    .delivery__info {
        padding-right: 20px;
    }
}

@media screen and (max-width: 1023px) {
    .wrapper {
        padding-left: 20px;
        padding-right: 20px;
    }

    .hero__bottom {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .hero__info, .banner__nav {
        width: 100%;
    }

    .hero__info {
        display: block;
        text-align: center;
    }

    .hero__info .hero__info__btn {
        margin-top: 20px;
    }

    .banner__nav {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-top: 30px;
    }

    .categories {
        display: block;
    }

    .category {
        margin-top: 30px;
    }

    .category__img {
        height: 400px;
    }

    .catalog-discounts__top {
        display: block;
    }

    .catalog-discounts__info, .catalog-discounts__img {
        width: 100%;
    }

    .catalog-discounts__img {
        margin-top: 40px;
        height: auto;
        min-height: 183px;
    }

    .footer__bottom {
        display: block;
    }

    .footer__bottom .copy, .footer__bottom .rules {
        width: auto;
    }

    .footer__bottom .rules {
        margin-top: 40px;
    }

    .catalog-discounts .products {
        margin-top: -100px;
    }

    .catalog__list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        gap: 20px 10px;
    }

    .catalog__list .product__item {
        width: calc(50% - 10px);
    }

    .filter {
        overflow-y: auto;
        position: static;
    }

    .filter__item.active .filter__item__dropdown {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .filter__item__dropdown {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100vh;
        z-index: 100;
        background: rgba(14, 15, 15, 0.3);
        margin-top: 0;
    }

    .filter__item__dropdown__box {
        background: #fff;
        border-radius: 6px;
        width: 400px;
        padding: 40px;
        position: relative;
    }

    .filter__item__close {
        display: block;
        position: absolute;
        width: 24px;
        height: 24px;
        top: 20px;
        right: 20px;
        cursor: pointer;
    }

    body.no-scroll {
        overflow: hidden;
    }

    .card__images__preview {
        height: 500px;
    }

    .product-add {
        right: 20px;
    }

    .card__left {
        margin-left: -20px;
        margin-right: -20px;
    }

    .card-images-prev {
        left: 20px;
    }

    .card-images-next {
        right: 20px;
    }

    .card__images__preview {
        padding: 40px;
    }

    .search__form input {
        padding: 28px 145px 28px 10px;
    }

    .search__close {
        top: 32px;
    }

    .search__clear {
        top: 33px;
    }

    .search__close {
        right: 20px;
    }

    .search__clear {
        right: 60px;
    }

    .search__box, .location {
        padding-top: 20px;
    }

    .contacts__list {
        display: block;
    }

    .contacts__item {
        width: 100%;
        margin-top: 20px;
    }

    .page__title {
        margin-bottom: 20px;
    }

    .checkout__box {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding-bottom: 160px;
    }

    .checkout__sidebar, .checkout__info {
        width: 100%;
    }

    .checkout__info {
        margin: 0;
    }

    .checkout__sidebar {
        margin-top: 30px;
    }

    .form__btn__back {
        width: auto;
        padding: 0 30px;
    }

    .delivery__box {
        display: block;
    }

    .delivery__info {
        width: auto;
        padding: 0;
    }

    .delivery__img {
        width: auto;
        margin-top: 30px;
        text-align: center;
    }

    .checkout__footer__box {
        display: block;
        text-align: center;
    }

    .checkout__footer__box ul {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .checkout__footer__payments {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin: 30px 0;
    }

    .footer__payments {
        display: none;
    }

    .footer__bottom .rules {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
    }

    .footer__bottom .rules ul {
        width: 100%;
        margin-bottom: 40px;
    }

    .footer__bottom .rules .footer__payments {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin: 0;
    }

    .footer__bottom .copy {
        margin-top: 40px;
    }

    .filter__item .field-sizes, .filter__item .field-colors, .filter__item .field-seasons {
        max-height: 50vh;
        overflow: auto;
    }
    .reviews__box {
        display: block;
    }
    .reviews__content, .reviews__minicart {
        width: auto;
    }
    .reviews__minicart {
        margin-top: 20px;
    }
}

@media screen and (max-width: 767px) {
    .header__search {
        width: 20px;
        background: none;
        padding: 0;
    }

    .header__search span {
        display: none;
    }

    .header__search:hover {
        outline: none;
    }

    .header__search__img {
        position: static;
    }

    .hero .wrapper {
        padding: 0;
    }

    .hero__bottom {
        padding: 20px;
    }

    .hero__info h3 {
        font-size: 20px;
        margin: 0;
    }

    .categories, .products-scrollbar {
        margin-top: 40px;
    }

    .catalog {
        margin-top: 50px;
    }

    .benefits {
        margin-top: 50px;
    }

    .benefits__item {
        display: block;
    }

    .benefits__item--content {
        margin-top: 20px;
        padding: 0;
    }

    .benefits__item--doc {
        width: 300px;
        margin: 0 auto;
    }

    .footer {
        padding: 50px 0 80px 0;
    }

    .footer__box {
        display: block;
    }

    .footer__item {
        max-width: none;
    }

    .footer__menu, .footer__contacts {
        margin-top: 40px;
        padding: 0;
    }

    .footer__info-wrap {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .footer__social {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        margin: 0 0 0 40px;
    }

    .footer__menu ul, .footer__contacts ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        gap: 20px;
    }

    .footer__menu ul li, .footer__contacts ul li {
        margin: 0;
    }

    .products-slider .swiper-slide {
        width: 280px;
    }

    .header__box {
        height: 70px;
    }

    .box {
        padding-top: 70px;
    }

    .box.checkout-page {
        padding-top: 22px;
    }

    .catalog-discounts .products {
        margin-top: -50px;
    }

    .header__lang {
        display: none;
    }

    .hamburger {
        top: 23px;
        right: 20px;
    }

    .footer {
        margin-top: 60px;
    }

    .catalog__list {
        gap: 20px 5px;
    }

    .catalog__list .product__item {
        width: calc(50% - 5px);
    }

    .breadcrumbs {
        display: none;
    }

    .page__title {
        margin-bottom: 20px;
    }

    .page__title h1 {
        text-align: left;
    }

    .category-page {
        margin-top: 20px;
    }

    .catalog__more .theme_btn {
        max-width: 100%;
    }

    .card-thumb .swiper-slide {
        width: 80px;
        height: 80px;
    }

    .similar {
        margin-top: 60px;
    }

    .product-add {
        top: 70px;
    }

    .contacts {
        margin-top: 20px;
    }

    .location__info {
        padding: 30px 50px 30px 30px;
    }

    .location__map {
        height: 450px;
    }

    .location__close {
        top: 20px;
        right: 20px;
        -webkit-transform: none;
        transform: none;
    }

    .minicart {
        top: 70px;
    }

    .basket__products {
        padding: 30px;
    }

    .basket__product {
        margin-top: 30px;
    }

    .basket__product {
        position: relative;
    }

    .basket__product__del {
        position: absolute;
        top: 0;
        right: 0;
        margin: 0;
    }

    .basket__product__info {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .basket__product__name {
        width: 100%;
        padding: 0;
    }

    .basket__product--option {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-top: 0;
    }

    .basket__products .basket__product--option {
        width: 100%;
        padding: 0;
    }

    .basket__product__info--container {
        flex-wrap: wrap;
    }

    .basket__product__info--container .basket__product--option li:first-child {
        margin-top: 10px;
    }

    .basket__product__info--container {
        margin-top: 0;
    }

    .basket__product--option li {
        margin-right: 12px;
    }

    .basket__product__price {
        width: auto;
        padding: 0;
    }

    .basket__product__price .price {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
    }

    .basket__product__price, .basket__product__quantity {
        margin-top: 12px;
    }

    .checkout__sidebar .basket__product__price {
        margin-top: 0;
    }

    .checkout__header {
        position: static;
    }

    .checkout__header__box {
        display: block;
        height: auto;
    }

    .checkout__logo {
        margin: 0 auto;
    }

    .checkout__nav {
        margin-top: 15px;
    }

    .checkout__nav ul {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .checkout__info form {
        margin-top: 30px;
    }

    .checkout__box {
        margin-top: 30px;
    }

    .checkout__sidebar__top {
        margin-bottom: 30px;
    }

    .checkout__sidebar__products, .checkout__price {
        padding: 30px 20px;
    }

    .checkout-delivery {
        padding: 0 20px;
    }

    .header__logo {
        margin: 0;
    }

    .thanks, .error {
        margin: 40px 0;
    }

    .thanks h1 {
        font-size: 30px;
    }

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

    .checkout__footer {
        margin-top: 60px;
    }

    .menu-mobile {
        top: 70px;
    }

    .menu-mobile-main, .menu-mobile-child {
        padding-right: 20px;
    }

    .comingsoon__info h1 {
        font-size: 40px;
    }

    .gear:after {
        width: 50px;
        width: 50px;
        height: 50px;
    }

    .gear {
        width: 100px;
        height: 100px;
    }

    .gear .bar {
        width: 130px;
    }

    .gear.three {
        top: -200px;
    }

    body.show-bg .bg {
        top: 70px;
    }
    .modal__box {
        width: 100%;
    }
    .leave-feedback {
        flex-direction: column;
    }
    .leave-feedback p {
        margin-bottom: 20px;
    }
}

@media screen and (max-width: 600px) {
    .products-slider .swiper-slide {
        width: 163px;
    }

    .product__img {
        height: 163px;
    }

    .product__img a {
        padding: 18px 0;
    }

    .product__item.product-loading {
        height: 163px;
    }

    .product__bottom {
        margin-top: 10px;
        padding: 0 6px;
    }

    .product__info {
        display: block;
    }

    .product-color {
        margin-top: 8px;
        text-align: left;
    }

    .product__like {
        top: 117px;
        right: 6px;
    }

    .product__hint {
        left: 6px;
        top: 6px;
    }

    .product__title {
        margin-top: 6px;
    }

    .products-scrollbar {
        margin-top: 30px;
    }

    .products-prev, .products-next {
        display: none;
    }

    .card__images__preview {
        height: 450px;
    }

    .basket__price {
        padding: 30px;
    }

    .basket.wrapper {
        padding-left: 0;
        padding-right: 0;
    }

    .basket__products {
        border-radius: 0;
        border-left: 0;
        border-right: 0;
    }

    .message {
        margin-left: 20px;
        margin-right: 20px;
    }

    .form__btns {
        display: block;
    }

    .form__btns button {
        margin: 0 auto;
        display: block;
    }

    .form__btn__back {
        padding: 0;
        margin-top: 30px;
    }
    .modal__box {
        padding: 20px;
    }
    .rating__modal .modal__box h3 {
        padding-right: 40px;
    }
    .field-reviewcreateform-name, .field-reviewcreateform-email {
        width: 100%;
    }
}

@media screen and (max-width: 480px) {
    .category__img {
        height: 372px;
    }

    .hero__info h3 {
        font-size: 18px;
    }

    .catalog .title h3 {
        font-size: 18px;
    }

    .card__images__preview {
        height: 420px;
    }

    .card-thumb .swiper-slide {
        width: 56px;
        height: 56px;
    }

    .product-add {
        width: auto;
        max-width: 335px;
    }

    .card-images-next, .card-images-prev {
        width: 40px;
        height: 40px;
    }

    .contacts__item {
        padding: 30px;
    }

    .location__map {
        height: 300px;
    }

    .location__info h3 {
        font-size: 18px;
    }

    .minicart {
        width: 295px;
        right: -295px;
    }

    .minicart .basket__product__info {
        padding-left: 8px;
    }

    .minicart .basket__product--option li {
        font-size: 10px;
    }

    .minicart .basket__product__quantity {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }

    .minicart .basket__product__price .price {
        font-size: 12px;
    }

    .minicart .basket__btn {
        margin: 20px 0 30px 0;
    }

    .minicart .scroll-wrapper {
        height: calc(100% - 270px) !important;
    }

    .basket__price-discount {
        font-size: 14px;
    }

    .basket__price-total {
        font-size: 15px;
    }

    .minicart__title {
        margin-bottom: 30px;
        font-size: 18px;
    }

    .basket__products, .basket__price {
        padding: 30px 20px;
    }

    .message {
        display: block;
        text-align: center;
    }

    .message img {
        margin: 0 auto 10px auto;
    }

    .checkout__nav ul li::after {
        margin: 0 10px;
        width: 30px;
    }

    .checkout__nav ul li.active::before {
        width: 20px;
        height: 20px;
    }

    .checkout__box h3, .basket__products h1, .basket__price h3 {
        font-size: 18px;
    }

    .basket__price h3 {
        margin-bottom: 30px;
    }

    .basket__product__info {
        padding-left: 8px;
    }

    .form-group, .checkout-radio-pay label {
        margin-bottom: 15px;
    }

    .checkout-radio label .checkout-radio-text {
        font-size: 14px;
    }

    .search__form input {
        font-size: 22px;
    }

    .footer__bottom .rules ul li, .checkout__footer__box ul li {
        margin-right: 17px;
        font-size: 14px;
    }

    .gear:after {
        width: 40px;
        height: 40px;
        top: 16px;
        left: 16px;
    }

    .gear {
        width: 70px;
        height: 70px;
    }

    .gear .bar {
        width: 90px;
        left: -11px;
    }

    .gear.one {
        left: -90px;
        top: -25px;
    }

    .gear.three {
        top: -165px;
        left: 92px;
    }
    .rating__modal--hint--hidden {
        width: 300px;
    }
    .card__btns {
        flex-wrap: wrap;
    }
    .card__btns .card-btn {
        width: calc(100% - 128px);
    }
    .card-add-favorite-wrap {
        width: 100%;
    }
    .card__btns .card-add-favorite {
        margin: 10px 0 0 0;
    }
    .color-dropdown, .reviews__minicart {
        padding: 10px;
    }
    .reviews__box {
        margin-top: 20px;
    }

    .benefits__item--doc {
        width: 100%;
    }

    .basket__product__name-wrap {
        padding-right: 35px;
    }
}

@media screen and (max-width: 420px) {
    .card__images__preview {
        height: 375px;
    }
}

@media screen and (max-width: 374px) {
    .product-loading-text {
        width: 100%;
        padding: 21px 0;
    }

    .wrapper {
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media screen and (max-width: 359px) {
    .checkout__nav ul li::after {
        margin: 0 10px;
        width: 20px;
    }

    .wrapper {
        padding-left: 10px;
        padding-right: 10px;
    }

    .checkout__sidebar__products, .checkout__price {
        padding: 20px 10px;
    }

    .checkout__box h3, .basket__products h1, .basket__price h3 {
        font-size: 16px;
    }

    .checkout__sidebar__edit {
        font-size: 12px;
    }

    .checkout-delivery {
        padding: 0 10px;
    }

    .header__search {
        margin-right: 15px;
    }

    .header__basket__icon {
        margin-left: 15px;
    }

    .wrapper.header__box {
        padding-right: 65px;
    }
    .rating__modal--hint--hidden {
        width: 240px;
    }
}

@media (max-width: 1023px) and (orientation: landscape) {
    .minicart-empty {
        margin-top: 0;
        font-size: 20px;
    }

    .minicart-empty img {
        width: 70px;
    }

    .minicart__info {
        height: auto;
        min-height: 160px;
    }

    .minicart .scroll-wrapper {
        height: 130px !important;
    }

    .minicart__bottom {
        position: static;
        padding: 10px 20px 40px 20px;
    }

    .minicart .basket__btn {
        margin: 10px auto;
    }

    .minicart {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        overflow: auto;
    }

    .minicart .basket__price-total {
        font-size: 12px;
    }

    .minicart__title {
        margin-bottom: 20px;
    }

    .filter__item.active .filter__item__dropdown {
        align-items: flex-start;
        overflow: auto;
    }
}

@media (hover: hover) and (min-width: 768px), (-ms-high-contrast: none) and (min-width: 768px) {
    .product__item:hover .product__img {
        outline: 1px solid #E7E7E7;
    }

    .product__item:hover .product__options {
        display: block;
    }

    .product__item:hover .product__bottom {
        opacity: 0;
        visibility: hidden;
    }

    .menu-mobile-parent li:hover {
        color: #fa6022;
    }

    .menu-mobile-all:hover {
        text-decoration: underline;
    }

    .menu-mobile-back:hover {
        opacity: 0.7;
    }
}

.field-comment textarea{
    display: block;
    width: 100%;
    border: 1px solid #0E0F0F;
    border-radius: 6px;
    resize: none;
    background: #fff;
    opacity: 1;
    height: 105px;
    font-size: 16px;
    color: #0E0F0F;
    -webkit-appearance: none;
    padding: 18px 18px 5px 18px;

}