/* Normalize */
html {
    font-size: 16px;
    line-height: 1.2;
    scrollbar-gutter: stable;
    /* Задаем фон здесь, чтобы "техническая" полоса под скроллом была белой, а не пустой */
    background-color: #fff;
    overflow-x: hidden;
}
body {
    margin: 0;
    font-family: "PT Sans";
    color: #3B3D40;
    font-weight: 400;
    font-style: normal;
} 
body * {
    outline: none; 
}
button {
    border: none;
    padding: 0;
    background: none;
    cursor: pointer;
}
button:focus:not(:focus-visible) {
    outline: 0;
}
input, button, select, textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}
img {
    max-width: 100%;
}
video {
    max-height: 100%;
}
*, *::before, *::after {
    box-sizing: border-box;
}
h6, .h6, h5, .h5, h4, .h4, h3, .h3, h2, .h2, h1, .h1 {
    margin-top: 0;
    margin-bottom: 0.5rem;
}
h1, .h1, h2, strong, b {
    font-weight: 700;
}
p, ol, ul {
    margin-top: 0;
    margin-bottom: 1rem;
}
small, .small {
    font-size: 0.75em;
}
.list-unstyled {
    padding: 0;
    margin-bottom: 0;
    list-style: none;
}
a {
    color: inherit;
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}
a.hover {
    text-decoration: underline;
}
a:hover *, a.hover * {
    text-decoration: none;
}
a.hover:hover {
    text-decoration: none;
}
p:last-child, ul:last-child, h1:last-child {
    margin-bottom: 0;
}
[disabled], .disabled {
    opacity: 0.5;
    pointer-events: none;
}
/* End Normalize */
/* Header */
section, .header-bottom {
    padding: 25px 0;
}
.header-top {
    background: #F9F9F9;
    font-size: 14px;
}
.header-top-block {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.header .marquee {
    background: #FF0000;
    color: white;
    padding: 5px 0;
    border-bottom: 1.12px solid #E9ECEE;
    font-size: 12px;
}
.address-city {
    display: flex;
    gap: 40px;
    align-items: center;
    position: relative;
}
.city-list {
    display: flex;
    flex-direction: column;
    /* align-items: center; */
    gap: 10px;
    position: absolute;
    background: #F9F9F9;
    border-radius: 0 0 15px 15px;
    padding: 20px;
    top: 30px;
    left: 0;
}
header .address {
    color: #A0A0A0;
    display: flex;
    flex-direction: column;
}
.city {
    display: flex;
    align-items: center;
    gap: 10px;
}
.city .city-choise {
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 5px;
}
.menu ul {
    display: flex;
    gap: 40px;
}
.menu ul li {
    height: 40px;
}
.menu ul li a {
    line-height: 39px;
    display: inline-block;
    text-decoration: none;
}
.menu ul li a:hover {
    border-bottom: 1.12px solid #FF0000;
}
.email {
    color:#FF0000;
}
.logo {
    display: flex;
}
.logo img {
    max-width: 170px;
    width: 100%;
}
.catalog-search {
    display: flex;
    gap: 8px;
}
.catalog {
    position: relative;
}
.inner-title + .catalog {
    padding-top: 0;
}
.catalog_button {
    cursor: pointer;
    color: white;
    /* font-size: 12px; */
    border-radius: 8px;
    background: #FF0000;
    padding: 10px 15px;
    display: inline-flex;
    align-items: center;
    gap: 10px;
}
.open .catalog_button {
    border-radius: 8px 8px 0 0;
}
.catalog-menu {
    display: none;
    position: absolute;
    /* background: #FF0000; */
    background: #F9F9F9;
    -webkit-box-shadow: 6px 6px 30px 10px rgba(34, 60, 80, 0.2);
    -moz-box-shadow: 6px 6px 30px 10px rgba(34, 60, 80, 0.2);
    box-shadow: 6px 6px 30px 10px rgba(34, 60, 80, 0.2);
    z-index: 99;
    padding: 10px 0;
    border-radius: 0 0 0 8px;
    left: 0;
    /* top: 100%; */
}
.open .catalog-menu {
    display: block;
}
.catalog-menu__link {
    /* display: block; */
    white-space: nowrap;
    position: relative;
}
.catalog-menu__link > a {
    /* color: white; */
    color: black;
    font-size: 16px;
    padding: 12px 30px 12px 15px;
    display: block;
}
.sub-catalog-menu .catalog-menu__link > a {
    padding: 8px 30px 8px 15px;
}
.sub-catalog-menu {
    display: none;
    position: absolute;
    /* left: calc(100% - 12px); */
    left: 100%;
    background: #F9F9F9;
    z-index: 99;
    padding: 10px 0;
    padding-left: 12px;
    /* border-radius: 8px; */
    top: -10px;
    -webkit-box-shadow: 6px 6px 30px 10px rgba(34, 60, 80, 0.2);
    -moz-box-shadow: 6px 6px 30px 10px rgba(34, 60, 80, 0.2);
    box-shadow: 6px 6px 30px 10px rgba(34, 60, 80, 0.2);
}
.sub-catalog-menu .catalog-menu__link > a {
    color: black;
}
.catalog-menu__link:hover > .sub-catalog-menu {
    display: block;
}
.sub-catalog-menu__link {

}
.search {
    width: 100%;
}
.search-form {
    border: 1.12px solid #E9ECEE;
    border-radius: 8px;
    padding: 10px;
    display: flex;
    align-items: center;
    background: white;
}
.search-form__input {
    border: none;
    /* font-size: 12px; */
    width: 100%;
}
.search-form__input::placeholder {
    color: #A0A0A0;
}
.search-form__submit {
    border: none;
    background: url(../../img/icon-search.svg) no-repeat center center;
    background-size: contain;
    /* width: 26px;
    height: 24px; */
    padding: 0;
    cursor: pointer;
    height: 20px;
    width: 20px;
}
.mse2-ac-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}
.ui-menu .ui-menu-item-wrapper {
    padding: 3px !important;
}
.mse2-ac-item img {
    max-width: 50px;
    max-height: 50px;
}
.mse2-ac-item-title {
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
#ui-id-1 {
    padding: 5px;
    display: flex;
    flex-direction: column;
    gap: 7px;
}
.h-phone-icons {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.h-phone {
    font-weight: 700;
    font-size: 20px;
}
.headers_icons {
    display: flex;
    align-items: center;
    gap: 15px;
}
.headers_icon {
    /* background: #FAFAFA; */
    background: #f9f9f9;
}
.headers_icon:not(.tradein_icon):hover {
    background: #f1f1f1;
}
.headers_icon.f-phone:hover {
    background: #FF0000;
}
.headers_icon, .product-icon {
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    cursor: pointer;
    width: 40px;
    position: relative;
}
.headers_icon svg {
    /* min-height: 20px;
    max-height: 20px;
    max-width: 20px;
    width: 100%; */
    /* width: 20px;
    height: 20px; */

    /* width: fit-content;
    max-width: 20px;
    height: fit-content;
    max-height: 20px; */
    max-width: 20px;
    max-height: 20px;
}
.tradein_icon span {
    white-space: nowrap;
}
.headers_icon:not(.tradein_icon) span, .cart_icon span {
    /* font-size: 9px; */
    font-size: 12px;
    line-height: 1.4444;
    width: min-content;
}
.cart_icon {
    position: relative;
}
.cart_icon.full {
    justify-content: flex-start;
    gap: 5px;
}
.headers_icon .counter {
    position: absolute;
    background: transparent;
    right: 4px;
    top: 4px;
    border-radius: 50%;
    /* font-size: 8px; */
    font-size: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: initial;
}
.headers_icon .counter.bottom {
    top: unset;
    bottom: 4px;
}
/* .msfavorites-total.counter:not(.load) {
    display: none;
} */
.tradein_icon, .cart_icon {
    gap: 10px;
}
.tradein_icon {
    background: #FF0000;
    color: white;
    width: 115px;
    /* font-size: 12px; */
}
.tradein_icon:hover, .cart_icon:hover, .catalog_button:hover {
    text-decoration: none;
}
.tradein_icon span {
    /* font-size: 12px; */
}
.tradein_icon svg  path:nth-child(1), .tradein_icon svg  path:nth-child(2) {
    stroke: white;
}
.cart_icon {
    color: #A0A0A0;
    width: 100px;
}
.msmcd-dropdown {
    position: relative;
}
.msmcd-dropdown-menu {
    display: none;
}
.msmcd-dropdown:hover .msmcd-dropdown-menu, .msmcd-dropdown.active .msmcd-dropdown-menu {
    display: block;
    position: absolute;
    z-index: 99;
    padding-top: 10px;
    right: 0;
    width: 395px;
}
.msMiniCart {
    background: white;
    -webkit-box-shadow: 6px 6px 30px 10px rgba(34, 60, 80, 0.2);
    -moz-box-shadow: 6px 6px 30px 10px rgba(34, 60, 80, 0.2);
    box-shadow: 6px 6px 30px 10px rgba(34, 60, 80, 0.2);
    /* margin-top: 10px; */
    border-radius: 10px;
}
.msMiniCart.full {
    padding-top: 10px;
}
.msMiniCart .empty {
    padding: 10px;
}
.minicart-row {
    display: flex;
    padding: 10px;
    padding-left: 0;
}
.minicart-row img {
    max-width: 120px;
}
.minicart-price-title {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.minicart-price span {
    font-weight: bold;
}
.msMiniCart-total {
    display: flex;
    justify-content: space-between;
    font-size: 16px;
}
#msMiniCart, .msMiniCart {
    font-size: 14px;
}
.msMiniCart-bottom {
    display: flex;
    flex-direction: column;
    gap: 15px;
    padding: 10px;
}
/* Home */
.home {
    padding-top: 0;
    padding-bottom: 50px;
}
.home-slider-item {
    display: flex;
    position: relative;
}
.home-slider-item img {
    /* border-radius: 20px; */
    width: 100%;
}
.home-slider .owl-stage-outer {
    border-radius: 20px;
    overflow: hidden;
}
.home-slider-block {
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: start;
    /* gap: 38px; */
    padding: 67px 40px 20px 40px;
    justify-content: space-between;
}
.home-slider-title {
    font-size: 64px;
    font-weight: 700;
    color: white;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    gap: 20px;
}
.home-slider-subtitle {
    font-size: 32px;
    line-height: 1.25;
    color: white;
}
.home-slider-icon {
    background: white;
    display: inline-flex;
    border-radius: 30px;
    padding: 15px 35px;
}

.product {
    padding: 20px;
    height: 100%;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 20px;
    position: relative;
    border: 1.12px solid #E9ECEE;
}
.home .product {
    background: #F9F9F9;
}
.product:hover {
    text-decoration: none;
}
.product-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    /* margin-bottom: 5px; */
}
.product-tags.actions {
    flex-direction: column;
    /* position: absolute;
    padding: inherit;
    top: 0;
    left: 0;
    z-index: 2; */
}
.product-tags.actions span, .product-tags.actions a {
    -webkit-line-clamp: 1;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.home .product-tags {
    justify-content: space-between;
}
.product-tags span, .product-tags a {
    font-size: 14px;
    line-height: 1.5;
    padding: 3px 7px;
    border-radius: 10px;
    color: white;
    height: min-content;
    width: max-content;
}
.order-product-tags {
    margin-bottom: -10px;
}
.small-product-tags {
    margin-bottom: -5px;
}
.home .product-tags span, .home .product-tags a {
    font-size: 12px;
    line-height: 2;
    padding: 2px 9px;
    font-weight: 700;
}
.product-tags .day-tag, .product-tags .hit, .product-tags.new > *:nth-child(3n+1) {
    background: #FF0000;
}
.product-tags .new, .product-tags.new > *:nth-child(3n+2) {
    background: #00B912;
}
.product-tags .time-tag, .product-tags .action, .product-tags.new > *:nth-child(3n) {
    background: #3B3D40;
}
.product-title {
    font-weight: 700;
    font-size: 20px;
    line-height: 1.25;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.home-product .product-title {
    font-size: 20px;
}
.product-price__row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 5px;
}
.home-product .product-price__row {
    flex-direction: column;
}
.product-price {
    font-size: 28px;
    font-weight: 700;
    position: relative;
}
.char-right.lk-price {
    position: relative;
}
.star_small {
    font-size: 60%;
    position: absolute;
    right: 22px;
    top: -5px;
    color: #FF0000;
}
.star_small.right-15 {
    right: 15px;
}
.price_nal {
    color: #FF0000;
}
@media (max-width: 1579.98px) and (min-width: 1200px) {
    .star_small {
        right: 15px;
    }
}
@media (max-width: 1199.98px) and (min-width: 992px) {
    .star_small {
        right: 13px;
        top: -1px;
        font-size: 50%;
    }
    .price_nal {
        font-size: 95%;
    }
}
@media (max-width: 575.98px) {
    .star_small {
        top: -2px;
    }
}
@media (max-width: 379.98px) {
    .star_small {
        right: 18px;
        font-size: 50%;
    }
}
.product-page .product-price {
    line-height: 1;
}
.product-price.red, .red {
    color: #FF0000;
}
.product-price.gray {
    color: #9D9E9F;
}
.product-oldprice__row {
    display: flex;
    align-items: center;
    gap: 4px;
}
.product-oldprice__cols {
    outline: 1px solid #9D9E9F;
    padding: 5px 10px;
    position: relative;
}
.home .product-oldprice__cols {
    color: #9D9E9F;
}
.product-oldprice__cols:before {
    content: "";
    border-bottom: 1px solid #FF0000;
	position: absolute;
    top: 0;
    left: -2px;
	width: 100%;
	height: 50%;
	transform: rotate(-10deg);
}
.product-oldprice__cols, .product-sale {
    font-size: 12px;
    line-height: 16px;
    font-weight: 700;
    border-radius: 8px;
}
.product-sale {
    background: #FF0000;
    color: white;
    padding: 5px;
}
.product-button {
    display: flex;
    justify-content: space-between;
    gap: 15px;
}
.product-icons {
    display: flex;
    right: 20px;
    gap: 10px;
    z-index: 2;
}
.home .product-icons {
    flex-direction: row;
    position: unset;
    gap: 15px;
}
.product-icon {
    background: #FAFAFACC;
    /* background: #FAFAFA; */
}
.product-icon.voted svg path, .added .product-icon svg path {
    stroke: #FF0000;
    /* stroke-width: 2; */
}
.home .product-icon {
    background: white;
}
.product-add-cart {
    background: #FF0000;
    color: white;
    padding: 10px;
    border-radius: 8px;
    font-weight: 700;
    font-size: 16px;
    display: flex;
    align-items: center;
    gap: 10px;
    cursor: pointer;
    justify-content: center;
    width: 100%;
}
.home .product-add-cart {
    max-width: 135px;
}
.product-count {
    border: 1.12px solid #E9ECEE;
    border-radius: 8px;
    background: white;
    /* padding: 10px; */
    color: #A0A0A0;
    display: flex;
    /* gap: 13px; */
}
.product-count-input {
    width: 30px;
    border: none;
    background: transparent;
    text-align: center;
    color: #A0A0A0;
}
.product-count-btn {
    cursor: pointer;
    padding: 11.55px;
    display: flex;
    align-items: center;
}
.product-count input[type="number"] {
	-moz-appearance: textfield;
	-webkit-appearance: textfield;
	appearance: textfield;
}
.product-count input[type="number"]::-webkit-outer-spin-button, .product-count input[type="number"]::-webkit-inner-spin-button {
	display: none;
}
.catalog-slider-second.owl-theme .owl-nav, .product-slider-second.owl-theme > .owl-nav, .about-slider.owl-theme > .owl-nav, .contact-slider.owl-theme > .owl-nav {
    justify-content: space-between;
}
.catalog-slider-second.owl-theme .owl-nav, .about-slider.owl-theme .owl-nav, .contact-slider.owl-theme .owl-nav {
    margin-top: 30px;
}
.product-slider-second.owl-theme > .owl-nav {
    margin-top: 40px;
}
.catalog-slider-second.owl-theme .owl-dots, .product-slider-second.owl-theme > .owl-dots, .about-slider.owl-theme > .owl-dots, .text-slider.owl-theme > .owl-dots, .contact-slider.owl-theme > .owl-dots {
    gap: 0;
}
.catalog-slider-second.owl-theme .owl-dots .owl-dot, .product-slider-second.owl-theme > .owl-dots .owl-dot, .about-slider.owl-theme > .owl-dots .owl-dot, .text-slider.owl-theme > .owl-dots .owl-dot , .contact-slider.owl-theme > .owl-dots .owl-dot {
    width: 100%;
}
.catalog-slider-second.owl-theme .owl-dots .owl-dot span, .product-slider-second.owl-theme > .owl-dots .owl-dot span, .about-slider.owl-theme > .owl-dots .owl-dot span, .text-slider.owl-theme > .owl-dots .owl-dot span, .contact-slider.owl-theme > .owl-dots .owl-dot span {
    background: #D9D9D9;
    width: 100%;
    border-radius: 0;
    height: 5px;
}
.catalog-slider-second.owl-theme .owl-dots .owl-dot.active span, .product-slider-second.owl-theme > .owl-dots .owl-dot.active span, .about-slider.owl-theme > .owl-dots .owl-dot.active span, .text-slider.owl-theme > .owl-dots .owl-dot.active span, .contact-slider.owl-theme > .owl-dots .owl-dot.active span {
    background: red;
    width: 100%;
    /* border-radius: 5px; */
}
.catalog-slider-second.owl-theme .owl-dots .owl-dot:first-child span, .product-slider-second.owl-theme > .owl-dots .owl-dot:first-child span, .about-slider.owl-theme > .owl-dots .owl-dot:first-child span, .text-slider.owl-theme > .owl-dots .owl-dot:first-child span, .contact-slider.owl-theme > .owl-dots .owl-dot:first-child span {
    border-radius: 5px 0 0 5px;
}
.catalog-slider-second.owl-theme .owl-dots .owl-dot:last-child span, .product-slider-second.owl-theme > .owl-dots .owl-dot:last-child span, .about-slider-second.owl-theme > .owl-dots .owl-dot:last-child span, .text-slider-second.owl-theme > .owl-dots .owl-dot:last-child span, .contact-slider-second.owl-theme > .owl-dots .owl-dot:last-child span {
    border-radius: 0 5px 5px 0;
}
/* Advantages */
h1, .h1 {
    font-size: 24px;
    line-height: 1.4;
    margin-bottom: 30px;
}
h2, .h2 {
    font-size: 20px;
    line-height: 2;
    margin-bottom: 25px;
}
h2.after, .h2.after {
    display: flex;
}
h2.after:after, .h2.after:after {
    content: '—';
    color: #FF0000;
    margin-left: 7px;
}
.advantages .row, .brands .row {
    row-gap: 20px;
}
.advantages-item {
    outline: 1px solid #E9ECEE;
    border-radius: 20px;
    display: flex;
    align-items: center;
    gap:15px;
    padding: 25px 30px;
    max-height: 90px;
}
.advantages-item-text {
    font-weight: 700;
    line-height: 1.715;
    font-size: 16px;
}
/* Catalog */
.catalog .row {
    row-gap: 40px;
}
.catalog-item {
    position: relative;
    height: 233px;
    background: #F9F9F9;
    border-radius: 20px;
    padding: 10px;
    /* display: block; */
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: start;
    cursor: pointer;
    overflow: hidden;
}
.catalog-item:hover {
    /* background: #FF0000; */
}
.catalog-item:hover, .catalog-item:hover a {
    text-decoration: none;
}
.catalog-item-title {
    /* font-size: 12px; */
    font-weight: 700;
    border-radius: 8px;
    padding: 10px;
    background: #FFFFFF;
    display: inline-block;
    margin-bottom: 5px;
}
.catalog-item-img {
    position: absolute;
    right: 0;
    bottom: 0;
    max-width: 80%;
}
/* Catalog */
.catalog-slider-item, ._action-inner-item {
    min-height: 283px;
    /* min-height: 360px; */
    /* min-height: 487px; */
    border-radius: 20px;
    padding: 40px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: start;
    gap: 30px;
    position: relative;
    overflow: hidden;
}
.action-inner-item {
    border-radius: 20px;
    overflow: hidden;
}
.catalog-slider-item.red, .action-inner-item.red {
    background: linear-gradient(275.34deg, #EA4307 1.74%, #C41213 98.64%);
}
.catalog-slider-item.gray, .action-inner-item.gray {
    background: linear-gradient(98.34deg, #3B3D40 0%, #737373 100%);
}
.catalog-slider-item.green, .action-inner-item.green {
    background: linear-gradient(98.34deg, #0B8A18 0%, #00620A 100.01%);
}
.catalog-slider-title {
    font-size: 40px;
}
.catalog-slider-title, .action-title {
    text-transform: uppercase;
    font-weight: 700;
    color: white;
    z-index: 1;
}
.catalog-slider-text, .action-text {
    font-size: 18px;
    line-height: 1.4444;
    color: white;
    max-width: 412px;
    z-index: 1;
}
.slider-link {
    font-size: 12px;
    font-weight: 700;
    background: #FF0000;
    padding: 13px 30px;
    border-radius: 8px;
    color: white;
    display: inline-block;
    z-index: 1;
}
.catalog-slider-item img, ._action-inner-item img {
    position: absolute;
    width: unset !important;
    right: 0;
    z-index: 0;
}
.action-inner-item img {
    /* position: absolute;
    width: unset !important;
    right: 0;
    z-index: 0; */
}
.catalog-slider-vector, .action-vector {
    top: 0;
}
.catalog-slider-img, .action-img {
    bottom: 0;
}
/* Brands */
.brands .container {
    background: #F9F9F9;
    border-radius: 20px;
    padding: 40px;
    position: relative;
}
.brand-item {
    border-radius: 15px;
    background: white;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 202px;
    padding: 15px;
}
.brand-item:hover {
    border: 1px solid #FF0000;
    /* background: red; */
}
.brand-item img {
    transition: transform 0.5s;
}
.brand-item:hover img {
    transform: scale(1.2);
}
.brand-link {
    padding: 10px 30px;
    border-radius: 8px;
    background: #FFFFFF;
    position: absolute;
    right: 40px;
    bottom: 40px;
    font-size: 12px;
    font-weight: 700;
    z-index: 1;
    display: flex;
    align-items: center;
}
/* About */
.about-left {
    font-weight: 700;
    font-size: 16px;
    line-height: 2;
}
.about-right {
    line-height: 1.715;
}
/* Footer */
.footer {
    background: #3B3D40;
    padding-top: 70px;
}
.footer-top {
    color: white;
    padding-bottom: 40px;
}
.footer-bottom {
    color: #A0A0A0;
    border-top: 1px solid #949494;
    padding: 30px 0;
    /* font-size: 12px; */
    line-height: 2;
}
.f-first {
    display: flex;
    flex-direction: column;
    gap: 40px;
    max-width: 270px;
}
.f-phone {
    color: white;
    padding: 14px;
    max-height: 45px;
    background: #FF0000;
    border-radius: 10px;
    display: inline-block;
    /* font-size: 16px; */
    font-size: 20px;
    width: 100%;
    text-align: center;
    text-decoration: none;
}
header .f-phone {
    /* font-size: 12px; */
}
.styled-btn:hover {
    opacity: .9;
    text-decoration: none;
}
.social {
    display: flex;
    gap: 35px;
}
footer .social {
    justify-content: space-between;
}
.social a {
    display: flex;
    max-width: 40px;
    max-height: 40px;
}
.social_item:hover {
    text-decoration: none;
}
.f-title {
    font-size: 24px;
    line-height: 1.66667;
    font-weight: 700;
    margin-bottom: 30px;
    display: block;
}
.f-menu {
    font-weight: 700;
    display: flex;
    flex-direction: column;
    gap: 32px;
    font-size: 18px;
}
.f-address-time-email {
    display: flex;
    flex-direction: column;
    gap: 30px;
    font-size: 18px;
}
.f-email {
    display: flex;
    align-items: center;
    gap: 15px;
}
.f-time {
    line-height: 20px;
}
/* Slider */
.slider-arrows, .arrows, .owl-nav {
    display: flex;
    gap: 10px;
}
.owl-nav {
    margin-top: 20px;
}
.brands-slider .owl-nav {
    justify-content: center;
}
.slider-arrow {
    background: #FFFFFF;
}
.arrow, .owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev {
    background: #F9F9F9;
}
.brands-slider.owl-carousel .owl-nav button.owl-next, .brands-slider.owl-carousel .owl-nav button.owl-prev {
    background: white;
}
.slider-arrow, .arrow, .owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev {
    height: 40px;
    width: 40px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.slider-arrow.disabled, .arrow.disabled, .owl-carousel .owl-nav button.owl-next.disabled, .owl-carousel .owl-nav button.owl-prev.disabled {
    opacity: 1;
    background: #3B3D40;
}
.disabled path {
    stroke: white;
}
.home-slider .owl-dots {
    position: absolute;
    /* bottom: 37px; */
    /* left: 150px; */
    bottom: -20px;
    display: flex;
    width: 100%;
    justify-content: center;
}
.home-slider, .home-slider .owl-stage-outer, .home-slider .owl-stage {
    /* max-height: 446px; */
}
.home-slider .owl-stage {
    height: 100%;
    display: flex;
}
.home-slider .owl-item {
    min-height: 100%;
}
.home-slider-item {
    height: 100%;
}
.home-slider-item {
    cursor: pointer;
}
.owl-dots {
    display: flex;
    gap: 8px;
}
.owl-theme .owl-dots .owl-dot.active span {
    width: 20px;
    opacity: 1;
}
.product .owl-carousel .owl-item img, .home-product .owl-carousel .owl-item img {
    width: 100%;
    display: flex;
    cursor: pointer;
}
.product-slider .owl-dots, .catalog-slider .owl-dots {
    margin-top: 20px;
}
.product-slider .owl-dots, .catalog-slider .owl-dots, .product-slider-main .owl-dots {
    justify-content: center;
}
.product-slider.owl-theme .owl-dots .owl-dot span, .catalog-slider.owl-theme .owl-dots .owl-dot span, .product-slider-main.owl-theme .owl-dots .owl-dot span {
    background: #3B3D40;
    opacity: 1;
}
.product-slider.owl-theme .owl-dots .owl-dot.active span, .catalog-slider.owl-theme .owl-dots .owl-dot.active span, .product-slider-main.owl-theme .owl-dots .owl-dot.active span {
    background: #FF0000;
}
.product-slider + .hide-product-slider-loaded {
    padding-bottom: 26px;
}
.product-slider.owl-loaded + .hide-product-slider-loaded {
    display: none;
}

.burger {
    position: fixed;
    background: white;
    width: 100%;
    /* text-align: center; */
    padding-top: 10px;
    padding-bottom: 30px;
    right: -100%;
    /* transition-duration: .5s; */
    height: calc(100% - 110px);
    overflow-y: scroll;
    z-index: 99;
    overflow-x: scroll;
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.burger .address-city, .burger-menu ul {
    flex-direction: column;
}
.burger-menu ul {
    display: flex;
    align-items: start;
    gap: 15px;
    border-bottom: 1.12px solid #E9ECEE;
    padding-bottom: 30px;
    margin-bottom: 30px;
}
.burger-menu ul li {
    line-height: 2;
    padding: 0 10px;
}
.burger-menu ul li.active {
    line-height: 2;
    background: #FF0000;
    color: white;
    padding: 0 10px;
    /* margin-left: -10px; */
    border-radius: 20px;
}
.burger-menu ul li a, .burger .phone {
    font-weight: 700;
}
.burger .phone {
    font-size: 16px;
}
.burger .city-list {
    width: 100%;
}
.burger-contacts {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 0 10px;
    position: relative;
}
.list-item-count {
    display: flex;
    align-items: center;
    gap: 10px;
}
.list-item-count span {
    background: #FF0000;
    padding: 5px 10px;
    border-radius: 8px;
    color: white;
    height: 28px;
    width: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
}
.ov-h {
    overflow: hidden;
}
/* Inner Styles */
.breadcrumbs {
    border-top: 1.12px solid #E9ECEE;
    /* padding-bottom: 0; */
}
.breadcrumbs + section {
    padding-top: 0;
    /* padding-top: 50px; */
}
.breadcrumbs ul {
    display: flex;
    gap: 10px;
    font-size: 12px;
    /* text-transform: lowercase; */
}
.scroll-show {
    padding-bottom: 10px;
    overflow: scroll;
}
.scroll-show::-webkit-scrollbar {
    width: 0;
    height: 0;
    position: absolute;
    top: 10px;
}
.scroll-show::-webkit-scrollbar {
    height: 3px;
}
.scroll-show::-webkit-scrollbar-track, .scroll-show::-webkit-scrollbar-thumb {
    border-radius: 3px;
}
.scroll-show::-webkit-scrollbar-track {
    background: #E9ECEE;
}
.scroll-show::-webkit-scrollbar-thumb {
    background-color: #FF0000;
}
.breadcrumbs ul li a {
    color: #A0A0A0;
    white-space: nowrap;
}
.breadcrumbs ul li.last {
    /* overflow: hidden; */
}
.breadcrumbs ul li.last a {
    color: #FF0000;
    pointer-events: none;
    white-space: nowrap;
    /* text-overflow: ellipsis;
    overflow: hidden;
    width: 100%;
    display: block; */
}
.breadcrumbs ul.scroll-show li a {
    white-space: nowrap;
}

.about-inner > .container > .row {
    align-items: center;
}
.about-inner .about-left {
    margin-bottom: 20px;
}
.about-inner .catalog-slider-item {
    padding: 40px 30px;
    min-height: 335px;
}
.about-inner .catalog-slider-text {
    max-width: 68.36%;
}
.about-inner .catalog-slider-text br {
    display: none;
}
.catalog-slider.catalog-inner .owl-nav, .catalog-slider.catalog-inner .owl-dots {
    display: none;
}

.catalog-item-subcats {
    display: none;
}
.catalog-item:hover .catalog-item-subcats {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    z-index: 1;
    max-width: 100%;
}
.catalog-item:hover .catalog-item-subcats.min {
    gap: 3px;
}
.subcat {
    padding: 10px;
    font-size: 10px;
    background: #FF0000;
    border: 1.12px solid #FFFFFF;
    color: #FFFFFF;
    border-radius: 20px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.min .subcat {
    padding: 5px;
    font-size: 8px;
    border-radius: 10px;
}

.inner-title {
    display: flex;
    gap: 10px;
    align-items: center;
    margin-bottom: 30px;
}
.inner-title .row {
    align-items: center;
    width: 100%;
}
.inner-title h1, .inner-title .h1 {
    margin-bottom: 0;
}
.category-count {
    padding: 5px 10px;
    background: #F9F9F9;
    border-radius: 8px;
    line-height: 1.5;
    font-size: 12px;
}
.category-filter-sort {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    margin-bottom: 30px;
}
.filter-button {
    display: inline-flex;
    cursor: pointer;
    align-items: center;
    gap: 10px;
    font-weight: 700;
    padding: 10px 15px;
    border-radius: 8px;
    background: #F9F9F9;
}
.filter-button.open {
    background: #FF0000;
    color: white;
}
.reset-filter {
    display: none;
}
.filter-button.open .filter-icon path {
    stroke: white;
}
.filter-button.open .reset-filter {
    display: block;
}
/* .filters-block.open {
    position: fixed;
    top: 0;
    background: white;
    height: 100%;
    z-index: 10;
    width: 100%;
    left: 0;
} */
.filters-block {
    background: #F9F9F9;
    border-radius: 8px;
    padding: 27px 20px 16px 20px;
}
fieldset {
    margin: 0;
    border: 0;
    padding: 0;
}
.filter_title {
    font-weight: 700;
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
}
.filter_title .reset-current-filter {
    font-size: 12px;
    font-weight: 400;
    color: #A0A0A0;
    cursor: pointer;
}
.filter-row:not(.self) .filter_title .reset-current-filter {
    display: none;
}
.filters-block, .filter-row {
    display: flex;
    flex-direction: column;
}
.filter-modal-show {
    width: 100%; 
    margin-top: 15px;
}
.filters-block {
    /* gap: 30px; */
}
.filters-block.open-modal {
    /* position: fixed;
    z-index: 100;
    left: 0; */
}
body:has(.filters-block.open-modal) {
    /* overflow-y: hidden; */
}

.filter-row.booleans {
    display: none;
}

.filter-row.booleans:has(.has-1) {
    display: flex;
}

input:not(:checked) + .change-pvz {
    display: none;
}

.modal-tabs {
    margin: 0;
}

.nav-tabs {
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    border-bottom: 1px solid #dee2e6;
}

.nav-tabs__item {
    list-style: none;
    margin-right: 10px;
}

.nav-tabs__item > * {
    margin-bottom: -1px;
    background: 0 0;
    border: 1px solid transparent;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
    display: block;
    padding: 1rem;
    color: #495057;
    text-decoration: none;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out;
    border-color: #dee2e6 #dee2e6 #fff;
    opacity: .6;
}

.nav-tabs__item:hover > * {
    opacity: .85;
    text-decoration: none;
}

.nav-tabs__item > .active {
    opacity: 1;
    text-decoration: none;
}

.tab-pane {
    display: none;
    padding: 15px;
    border: 1px solid #dee2e6;
    border-top: 0;
}

.tab-pane.active {
    display: block;
}

.notify_modal_text {
    padding: 15px 0;
    font-size: 16px;
}

.sdek_image_block {
    display: none!important;
}

@media (min-width: 1200px) {
    /* .filters-block.open-modal {
        top: 130px;
        height: calc(100% - 130px);
    } */
}
@media (max-width: 1199.98px) and (min-width: 992px) {
    /* .filters-block.open-modal {
        top: 120px;
        height: calc(100% - 120px);
    } */
}
.get-inn {
    position: absolute;
    right: 15px;
    color: #A0A0A0;
    padding: 5px 10px;
    background: #FAFAFA;
    border-radius: 10px;
    top: 5px;
}
.filters-btn {
    display: flex;
    width: 100%;
    /* flex-direction: column; */
    gap: 20px;
}
.filters-btn button {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.filter-variants {
    padding: 5px 10px;
    background: white;
    border-radius: 8px;
    font-size: 12px;
    color: #FF0000;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 7px;
}

.filter-row:has(.filter-label.disabled) .filter-label:not(.disabled) {
    display: flex !important;
}
.filter-row:not(.open) .hide-label {
    display: none !important;
}
.filter-row:not(.open) .filter-label::nth-child(7), .filter-row:not(.open) .filter-label::nth-child(2), .filter-row:not(.open) .filter-label:nth-child(3), .filter-row:not(.open) .filter-label:nth-child(4), .filter-row:not(.open) .filter-label:nth-child(5), .filter-row:not(.open) .filter-label::nth-child(6) {
    /* display: flex !important; */
}
.filter-row:not(.open) .filter-variants-hide {
    display: none !important;
}
.filter-row.open .filter-variants-show, .filter-row:has(.filter-label.disabled) .filter-variants-show {
    display: none !important;
}
.filter-label.disabled {
    /* display: none !important; */
}
.filter_title {
    order: 0;
}
.filter-label:not(.disabled) {
    order: 1;
}
.filter-label.disabled {
    order: 2;
}
.filter-variants-show, .filter-variants-hide {
    order: 3;
}
.filter-row:not(.price-filter):after {
    order: 4;
}
/* .filters-block .filter-row .filter-label.disabled + .filter-label:not(.disabled),
.filters-block .filter-row .filter-label.disabled + .filter-label:not(.disabled) + .filter-label:not(.disabled),
.filters-block .filter-row .filter-label.disabled + .filter-label:not(.disabled) + .filter-label:not(.disabled) + .filter-label:not(.disabled),
.filters-block .filter-row .filter-label.disabled + .filter-label:not(.disabled) + .filter-label:not(.disabled) + .filter-label:not(.disabled) + .filter-label:not(.disabled),
.filters-block .filter-row .filter-label.disabled + .filter-label:not(.disabled) + .filter-label:not(.disabled) + .filter-label:not(.disabled) + .filter-label:not(.disabled) + .filter-label:not(.disabled),
.filters-block .filter-row .filter-label.disabled + .filter-label:not(.disabled) + .filter-label:not(.disabled) + .filter-label:not(.disabled) + .filter-label:not(.disabled) + .filter-label:not(.disabled) + .filter-label:not(.disabled) {
    display: flex !important;
} */
.filter-row {
    gap: 15px;
    margin-bottom: 15px;
    /* align-items: start; */
}
.filter-row:last-of-type {
    /* margin-bottom: 0; */
}
.filter-row:last-of-type:after {
    /* display: none; */
}
.filter-row.price-filter {
    gap: 10px;
    margin-bottom: 30px;
}
#mse2_filters .mse2_number_slider {
    width: calc(100% - 16px);
    left: 8px;
    max-height: 2px;
    margin-top: 7px;
    margin-bottom: 7px !important;
    border: none !important;
    background: #A0A0A0 !important;
}
.ui-slider .ui-slider-handle {
    width: 16px !important;
    height: 16px !important;
    border-radius: 8px;
    background: #E50043 !important;
    box-shadow: 0px 4px 4px 0px #00000040;
    border: none !important;
    top: -7px !important;
    margin-left: -7px !important;
}
.mse2_number_slider .ui-slider-range {
    background: #FF0000 !important;
    border-radius: 0;
}
#mse2_filters input[type="checkbox"] {
    margin: 0;
}
.filter-row:not(.price-filter) {
    align-items: start;
}
.filter-row:not(.price-filter):after {
    content: '';
    height: 1px;
    width: 100%;
    background: #E9ECEE;
}
.filter-row label {
    display: flex !important;
    align-items: center;
}
.filter-row:not(.price-filter) label {
    gap: 7px;
}
.filter-row:not(.price-filter) label sup {
    font-size: 70%;
}
#mse2_filters input[type='radio']:not(:checked), #mse2_filters input[type='checkbox']:not(:checked) {
    opacity: 0.5;
}
.sort-row {
    font-size: 16px;
    font-weight: 700;
    display: flex;
    align-items: center;
    gap: 10px;
}
.sort-block {
    display: flex !important;
    align-items: center;
    gap: 30px;
}
.sort-block a {
    text-transform: lowercase;
    cursor: pointer;
}
.sort-block a.active {
    color: #FF0000 !important;
    display: flex;
    gap: 10px;
}
.sort-block a:not(.active) {
    font-weight: 400;
}
.sort-dir {
    display: flex;
}
.products-block {
    row-gap: 20px;
}
.products-filters {
    display: flex;
}
.pagination-count {
    display: flex;
    align-items: center;
    margin-top: 50px;
    gap: 60px;
}
.pagination .arrows {
    gap: 30px;
    align-items: center;
}
.pagination-nums {
    display: flex;
    align-items: center;
    gap: 12px;
}
.pagination-nums:empty {
    display: none;
}
.pagination-nums .num {
    font-weight: 700;
    color: #666666;
    cursor: pointer;
    padding: 5px;
}
.pagination-nums .num.current {
    background: #FF0000;
    border-radius: 4px;
    color: white;
}
.new-dropdown {
    max-width: 40px;
    min-width: 40px;
    padding: 0 !important;
    text-align: center;
}
#pdopage .dropdown {
    border: 1.12px solid #E9ECEE;
    border-radius: 8px;
    width: 40px;
    min-height: 40px;
    position: absolute;
    right: -50px;
    top: 0;
    z-index: 2;
    background: white;
}
#pdopage .dropdown li { 
    cursor: pointer;
    color: #A0A0A0;
    text-align: center;
}
#pdopage .dropdown li a, #pdopage .dropdown li.init {
    padding: 12px 10px;
}
#pdopage .dropdown li a {
    display: block;
}
#pdopage .dropdown li:not(.init) {
    display: none;
    margin-top: 5px;
}
#pdopage .dropdown li:not(.init):hover, #pdopage .dropdown li.selected:not(.init) {
    background: #ddd;
    border-radius: 6px;
}
.show-count {
    position: relative;
    display: flex;
    align-items: center;
    font-size: 16px;
    gap: 10px;
}
.show-count span {
    font-weight: 700;
}
.catalog_button, .search-form, .headers_icon, .product-icon, .product-add-cart, .product-count, .product-icons, .slider-link, .brand-link, .filter-button, .show-count {
    min-height: 40px;
    max-height: 40px;
}
.news > .container > .row {
    row-gap: 20px;
}
.news-item {
    display: block;
    height: 100%;
}
.news-item, .news-item-img {
    outline: 1px solid #E9ECEE;
    border-radius: 8px;
}
.news-item-other {
    padding: 20px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.news-item-img {
    display: flex;
    position: relative;
}
.news-item-img img {
    width: 100%;
}
.news-item-date {
    font-size: 12px;
    color: #FF0000;
}
.news-item-title {
    font-size: 16px;
    font-weight: 700;
    line-height: 1.75;
}
.news-item:hover .news-item-title {
    color: #FF0000;
    text-decoration: none;
}
.news-item-img .around {
    display: none;
    width: 130px;
    height: 130px;
    background: #FF0000;
    opacity: 70%;
    align-items: center;
    justify-content: center;
    position: absolute;
    border-radius: 65px;
    left: calc(50% - 65px);
    top: calc(50% - 65px);
}
.news-item:hover .around {
    display: flex;
}
.product-code {
    color: #A0A0A0;
    font-size: 16px;
}
.product-page .product-code {
    text-align: right;
    white-space: nowrap;
    /* margin-top: 10px; */
}
.product-info {
    font-size: 16px;
    display: flex;
    align-items: start;
    flex-direction: column;
    gap: 30px;
    line-height: 1.6667;
}
.product-colors, .product-colors div {
    display: flex;
    align-items: center;
    gap: 10px;
}
.product-colors div {
    flex-wrap: wrap;
    /* justify-content: space-between; */
}
.product-colors span {
    opacity: 0.5;
    margin-right: 5px;
}
.product-colors .color {
    border: 1.12px solid #E9ECEE;
    border-radius: 8px;
    padding: 10px 5px;
    display: flex;
    cursor: pointer;
}
.product-colors .color img {
    max-width: 30px;
}
.product-colors .color.active {
    border: 1.12px solid #FF0000;
    /* pointer-events: none; */
    cursor: default;
}
.product-chars {
    display: flex;
    flex-direction: column;
    /* gap: 20px; */
    gap: 12px;
    width: 100%;
    font-size: 16px;
}
.product-chars .product-chars-title:last-child {
    display: none;
}
.cart-product-main .product-chars {
    /* gap: 10px; */
    /* gap: 4px; */
}
.policy {
    font-size: 0.9em;
}
.product-chars-title {
    font-weight: 700;
    /* padding-top: 10px; */
    font-size: 20px;
    line-height: 1.715;
}
.product-chars .char {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    gap: 4px;
    line-height: 15px;
}
.char.new-row {
    flex-wrap: wrap;
    gap: 10px;
}
.char.new-row .new-div {
    display: flex;
    gap: 4px;
    width: 100%;
}
.new-div + .char-right {
    /* overflow: hidden;
    text-overflow: ellipsis; */
    white-space: normal;
    text-align: left;
}
.char-left {
    opacity: 0.5;
}
.char-left:after {
    content: '';
    width: 100%;
    border-bottom: 1.12px dashed #A0A0A080;
}
.char-center {
    width: 100%;
    border-bottom: 1.12px dashed #A0A0A080;
        min-width: 1px;
        /* min-width: 18px; */
    /* margin-bottom: 5px; */
}
.product-char-link {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 6.5px 10px;
    cursor: pointer;
    background: #F9F9F9;
    color: #FF0000;
    border-radius: 8px;
}
.product-char-link svg {
    margin-top: 2px;
}
.product-cart, .order-right {
    padding: 20px;
    border: 1px solid #E9ECEE;
    background: #F9F9F9;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
}
.product-cart {
    gap: 15px;
}
.order-right {
    gap: 20px;
}
.product-availability, .product-noavailability {
    display: flex;
    align-items: center;
    gap: 10px;
}
.product-lastprice__row {
    display: flex;
    align-items: center;
}
.product-bonus {
    display: flex;
    align-items: center;
    gap: 10px;
}
.product-bonus span {
    background: white;
    border-radius: 10px;
    padding: 5px 10px;
    width: calc(100% - 10px);
    overflow: hidden;
    text-overflow: ellipsis;
    letter-spacing: -0.25px;
}
.product-page-inner .product-bonus span {
    white-space: nowrap;
}
.product-bonus span b {
    color: #FF0000;
}
.product-bonus.available span {
    color: #A0A0A0;
    line-height: 1.6;
    font-size: 10px;
}
.product-warranty {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 5px 15px;
    border: 1.12px solid #FF0000;
    border-radius: 8px;
    cursor: pointer;
}
.product-warranty span {
    /* background: white;
    border-radius: 10px;
    padding: 5px 10px;
    display: flex;
    align-items: center; */
    font-weight: 700;
}
.shares {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.product-share, .product-cartclean {
    display: flex;
    align-items: center;
    gap: 10px;
    cursor: pointer;
}
.product-share-icons {
    display: flex;
    gap: 10px;
}
.product-share-icons img {
    max-width: 32px;
    max-height: 32px;
    border-radius: 16px;
}
.ya-share2__container_shape_round.ya-share2__container_size_l .ya-share2__badge .ya-share2__icon:not(.ya-share2__icon_messenger-contact):not(.ya-share2__icon_more):not(.ya-share2__icon_copy) {
    background-size: 24px 24px !important;
    max-width: 32px;
    max-height: 32px;
}
.product-share .product-share-but {
    display: flex;
    width: 40px;
    height: 40px;
    background: #FAFAFA;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
}
.product-right {
    display: flex;
    flex-direction: column;
    gap: 15px;
    font-size: 16px;
}
.product-buy {
    display: flex;
    padding: 20px;
    border: 1.12px solid #E9ECEE;
    border-radius: 8px;
    gap: 10px;
    justify-content: space-between;
}
.product-buy span, .product-buy a {
    border: 1.12px solid #3B3D40;
    font-weight: 700;
    border-radius: 8px;
    padding: 10px;
    max-height: 40px;
    text-align: center;
    cursor: pointer;
    width: 100%;
}
.product-char-link:hover, .product-buy span:hover {
    text-decoration: underline;
}
.product-buy span:hover, .product-buy a:hover {
    text-decoration: none;
    color: #fff;
    background: #3B3D40;
}
.product-img {
    display: flex; 
    gap: 20px;
}
.product-slider-main {
    position: relative;
}
.product-slider-main .owl-nav {
    /* position: absolute;
    top: calc(50% - 20px);
    display: flex;
    justify-content: space-between;
    width: calc(100% - 40px);
    left: 20px;
    z-index: 1; */
    margin-top: 0;
}
.product-slider-main .owl-nav .owl-next, .product-slider-main .owl-nav .owl-prev {
    position: absolute;
    top: calc(50% - 20px);
}
.product-slider-main .owl-nav .owl-prev {
    left: 20px;
}
.product-slider-main .owl-nav .owl-next {
    right: 20px;
}
.product-slider-main .item {
    padding: 50px;
    display: flex;
}
.product-slider-main .owl-stage-outer {
    border: 1px solid #E9ECEE;
    max-width: 590px;
    border-radius: 8px;
}
.product-slider-main .owl-stage-outer .owl-stage {
    /* height: 100%; */
    display: flex;
    align-items: center;
    /* margin-left: 3px; */
}
.product-slider-main .owl-item {
    height: 100%;
    display: flex;
    align-items: center;
    /* margin-right: 3px; */
}
.product-slider-main .product-tags {
    position: absolute;
    align-items: start;
    left: 20px;
    top: 20px;
    z-index: 1;
    max-width: calc(100% - 40px);
}
.product-slider-main .product-icons {
    position: absolute;
    flex-direction: column;
    top: 20px;
    right: 20px;
    z-index: 1;
}
.after-slide {
    display: flex;
    flex-direction: column;
    order: -1;
    gap: 20px;
    min-width: 130px;
    max-width: 130px;
    height: 384px;
    overflow-y: scroll;
}
.after-slide::-webkit-scrollbar {
    width: 0;
}
.after-slide .img {
    width: 130px;
    display: flex;
    opacity: 0.5;
    border: 1.12px solid #E9ECEE;
    padding: 15px 10px;
    border-radius: 8px;
}
.after-slide .img:not(.active) {
    cursor: pointer;
}
.after-slide .img.active {
    border: 1.12px solid #FF0000
}
.after-slide .img.active {
    opacity: 1;
}
.tabs-header {
    display: flex;
    align-items: start;
}
.tab-header {
    padding: 10px 15px;
    background: #F9F9F9;
    font-size: 24px;
    font-weight: 700;
    border-radius: 10px;
}
.tab-header:not(.active) {
    cursor: pointer;
}
.tab-header.active {
    background: #FF0000;
    color: white;
    pointer-events: none;
}
.tabs-body:not(.style-none) {
    border: 1px solid #E9ECEE;
    border-radius: 8px;
    padding: 20px;
}
.tab-body-title {
    font-size: 20px;
    font-weight: 700;
    color: #FF0000;
    margin-top: 20px;
}
.tab-body {
    display: none;
}
.tab-body.active {
    display: block;
}
.tab-body-title, .tab-body p, .tab-body ul, .tab-body table, .product-page.tab-body .product-chars:not(:last-child) {
    margin-bottom: 20px;
}
.tab-body ul, .text-page ul {
    padding-left: 0;
}
.tab-body ul, .text-page ul, .text-page ol {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.tab-body ul > li, .text-page ul > li {
    list-style: none;
}
.tab-body ul:not(.faq) li:before, .text-page ul:not(.faq) li:before, #faq div ul li:before {
    content: '-';
    color: #FF0000;
    padding-right: 10px;
}
.tab-body p, .text-page p, .text-page ul, .text-page ol {
    line-height: 1.715;
}
.text-page p, .text-page ul, .text-page ol, .text-page table, .mb-text-page {
    margin-bottom: 20px;
}
.text-page ul, .text-page ol {
    margin-top: 20px;
}
.text-page ul ul, .text-page ol ul, .text-page ul ol, .text-page ol ol {
    margin-bottom: 20px;
}
.text-page table p, .text-page table ul {
    margin-bottom: 1rem;
}
.tab-body p b, .tab-body p strong {
    font-size: 16px;
    line-height: 2;
    display: block;
}
.text-page p b, .text-page p strong {
    /* font-size: 16px;
    line-height: 2;
    display: block; */
}
.product-page .tab-body *:last-child, .text-page *:last-child {
    margin-bottom: 0;
}
table {
    width: 100%;
	border-collapse:collapse;
	border-spacing:0;
	height: auto;
    display: block;
}
tbody {
    display: block;
    width: 100%;
}
td, th {
    border: 1px solid #E9ECEE;
    padding: 10px;
    text-align: left;
    display: inline-flex;
    min-height: 44px;
    align-items: center;
    width: 100%;
}
.text-inner td, .text-inner th {
    /* display: initial; */
    /* min-height: unset; */
    flex-direction: column;
    align-items: start;
    justify-content: center;
    /* min-width: 230px; */
}
.text-inner td, .text-inner th {
    min-width: 200px;
}
tr:first-child th {
    background: #FF0000;
    color: white;
    font-size: 16px;
}
th {
    font-weight: 700;
    background: #F9F9F9;
}
tr {
    display: flex;
}
.text-image {
    margin-bottom: 50px;
    display: flex;
    justify-content: center;
}
.text-image img {
    max-width: 100%;
    border-radius: 20px;
    overflow: hidden;
}
.about-adv {
    padding-top: 20px;
    margin-bottom: 50px;
}
.about-adv-item {
    display: flex;
    flex-direction: column;
    gap: 15px;
}
.about-adv-img {
    display: flex;
}
.about-adv-text {
    font-weight: 700;
    line-height: 1.715;
}
.about-adv-text.asterisk {
    position: relative;
}
.about-adv-text.asterisk:after {
    content: '*';
    color: #FF0000;
    font-size: 10px;
    position: absolute;
}
.about-adv.row {
    row-gap: 45px;
}
.about-slider {
    margin-top: 30px;
    margin-bottom: 50px;
}
.about-slider-item {
    display: flex;
    align-items: center;
    height: 100%;
    gap: 20px;
}
.about-slider-img {
    overflow: hidden;
    display: flex;
}
.about-slider-img img {
    /* max-width: 234px; */
    min-width: 234px;
    max-height: 350px;
    border-radius: 20px;
}
.about-slider-description {
    display: flex;
    flex-direction: column;
    /* gap: 20px; */
}
.about-slider-title, .about-slider-mark {
    font-size: 32px;
    font-weight: 700;
}
.about-slider-mark {
    line-height: 1;
    color: #FF0000;
    padding-top: 20px;
    padding-bottom: 5px;
}
.about-slider .owl-stage {
    display: flex;
}
.about-slider-text {
    line-height: 1.715;
}
.about-slider-text.city {
    font-style: italic;
    font-size: 80%;
}
.about-slider-text + .about-slider-text.city {
    margin-top: 20px;
}
.about-slider-thumbs {
    display: flex;
    /* gap: 30px; */
    gap: 10px;
    margin-top: 45px;
}
.about-slider-thumb {
    max-width: 92px;
    display: flex;
    align-items: center;
    border-radius: 20px;
    overflow: hidden;
    opacity: 0.5;
    cursor: pointer;
}
.about-slider-thumb img {
    width: 100%;
    height: fit-content;
}
.about-slider-thumb.active {
    border: 2px solid #FF0000;
    opacity: 1;
}
.about-rekv {
    color: #A0A0A0;
}
.about-rekv .asterisk {
    display: flex;
    gap: 10px;
    margin-bottom: 0;
}
.about-rekv .asterisk:before {
    content: '*';
    color: #FF0000;
}
.actions .row {
    row-gap: 20px;
}
.action-sale {
    font-size: 32px;
    font-weight: 700;
    background: white;
    width: 108px;
    height: 108px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 54px;
}
.action-sale.red {
    background: #FF0000;
    color: white;
}
.action-item {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.action-item:hover {
    text-decoration: none;
}
.action-item:hover .action-name {
    text-decoration: underline;
}
.action-inner-item {
    /* padding: 40px 40px 20px 40px; */
    text-decoration: none;
}
.action-text {
    max-width: 221px;
}
.action-title {
    font-size: 32px;
}
.action-name {
    font-weight: 700;
    font-size: 20px;
    line-height: 1.75;
}
.iframe-wrap:before {
    content: '';
    width: 100%;
    display: block;
    padding-top: 56.25%;
}
.iframe-wrap {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
}
.text-page .iframe-wrap {
    margin-bottom: 40px;
}
.iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.text-slider.owl-theme .owl-nav {
    position: absolute;
    margin-top: 0;
    top: calc(50% - 20px);
    width: calc(100% - 72px);
    justify-content: space-between;
    left: 36px;
}
.text-slider .owl-item {
    display: inline-flex;
}
.page-404 {
    margin-top: 100px;
    max-width: 617px;
    display: flex;
    flex-direction: column;
    gap: 25px;
    margin-bottom: 200px;
}
.page-404-inner {
    display: flex;
    gap: 35px;
    justify-content: space-between;
}
.page-404-img {
    max-width: 312px;
}
.page-404-text {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.page-404-text span {
    font-size: 20px;
    font-weight: 700;
}
.page-404-text div {
    font-size: 128px;
    font-weight: 700;
}
.buttons-404 {
    display: flex;
    justify-content: center;
    gap: 10px;
}
.buttons-404 a {
    padding: 13px 15px;
    border: 1px solid #E9ECEE;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 700;
}
.buttons-404 a.red {
    background: #FF0000;
    border: 1px solid #FF0000;
    color: white;
}
.page-404 h1, .page-404 .h1 {
    margin-bottom: 25px; 
    text-align: center;
}
.left-contact-name {
    font-size: 24px;
    font-weight: 700;
    padding: 10px 15px;
    background: #F9F9F9;
    border-radius: 10px;
    display: inline-block;
}
.right-contact-block {
    border: 1px solid #E9ECEE;
    border-radius: 8px;
    padding: 40px 20px;
}
.right-contact-block.two-column {
    display: flex;
    gap: 50px;
}
.right-contact-block.two-column > div {
    width: calc(50% - 25px);
}
.right-contact-block .title {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 20px;
    margin-top: 40px;
    line-height: 1.5;
}
.right-contact-block .title:first-child {
    margin-top: 0;
}
.right-contact-block .title.red {
    color:#FF0000;
}
.right-contact-block .product-chars {
    font-size: 16px;
    gap: 20px;
}
.right-contact-block .social {
    margin-top: 12px;
}
.right-contact-map .map {
    border-radius: 8px;
    overflow: hidden;
}
.contact-slider .owl-item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    /* border-radius: 20px; */
    overflow: hidden;
}
.contact-slider .owl-item img {
    border-radius: 20px;
}
.contact-page .address {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-top: 25px;
    margin-bottom: 15px;
}
.navigator {
    display: inline-block;
    font-size: 12px;
    padding: 13px 15px;
    border-radius: 8px;
    background: #FF0000;
    color: white;
    display: block;
    text-align: center;
    font-weight: 700;
}
.form {
    font-size: 14px;
}
.tradein-item {
    padding: 28px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    background: #FAFAFA;
    border-radius: 8px;
    height: 100%;
}
.tradein-item-text {
    line-height: 1.715;
}
.tradein-item-title {
    display: flex;
    gap: 20px;
    align-items: center;
}
.tradein-item-title span {
    font-size: 16px;
    font-weight: 700;
    line-height: 1.6667;
}
.tradein-form {
    border: 1.12px solid #FF0000;
    border-radius: 8px;
    box-shadow: 0px 4px 30px 0px #0000001A;
    padding: 20px;
}
.form-group {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 10px;
    position: relative;
}
.form-group.m-15 {
    margin: 15px 0;
}
.form-group.m-0 {
    margin: 0;
}
.form-group label, select:not(.selected), .form-group input::placeholder, .form-group textarea::placeholder {
    color: #A0A0A0;
}
.select, .select-count {
    position: relative;
}
select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.select:after {
    content: url('../../img/arrow-down.svg');
    position: absolute;
    right: 13px;
    height: 10px;
    display: flex;
    align-items: center;
    top: calc(50% - 5px);
}
.select-count:after {
    content: url('../../img/count-down.svg');
    position: absolute;
    right: 5px;
    height: 4px;
    display: flex;
    align-items: center;
    top: calc(50% - 4px);
}
select, form:not(.search-form) input[type="text"], .form-group input[type="text"], input[type="password"], .form-group textarea {
    border: 1.12px solid #E9ECEE;
    padding: 10px 20px;
    /* padding: 13px 13px 13px 20px; */
    border-radius: 8px;
    width: 100%;
    max-height: 40px;
    min-height: 40px;
    font-size: inherit;
}
input.disabled {
    background: #EFEFEF;
    opacity: 1;
}
label[class*=required]:after {
    content: "*";
    color: red;
    font-size: 16px;
    position: absolute;
    margin-top: -5px;
    margin-left: 8px;
}
textarea {
    resize: none;
    line-height: 1.6667;
}
.form-group label, select, .form-group input, .form-group textarea, input::placeholder {
    font-family: 'Martian';
    /* font-size: 12px; */
    font-size: inherit;
}
.tradein-price {
    position: relative;
}
.tradein-price:before {
    content: 'до';
    position: absolute;
    left: 20px;
    top: 13px;
}
.tradein-price:after {
    content: '₽';
    position: absolute;
    right: 20px;
    top: 14.5px;
}
form .form-group .tradein-price input {
    padding-left: 48px;
}
/* .ajax_form [class^="error_"] {
    display: flex;
} */
.submit {
    padding: 12px 15px;
    text-align: center;
    background: #FF0000;
    color: white;
    font-weight: 700;
    border-radius: 8px;
    width: 100%;
    border: none;
    cursor: pointer;
    min-height: 40px;
    max-height: 40px;
}
.submit.no-active {
    background: #E9ECEE;
    pointer-events: none;
}
.form-group + .submit {
    margin-top: 10px;
}

.toggle {
    cursor: pointer;
    display: inline-block;
  }
  
  .toggle-switch {
    display: inline-block;
    background: #D9D9D9;
    border-radius: 25px;
    width: 25px;
    height: 15px;
    position: relative;
    vertical-align: middle;
    transition: background 0.25s;
  }
  .toggle-switch:before, .toggle-switch:after {
    content: "";
  }
  .toggle-switch:before {
    display: block;
    background: linear-gradient(to bottom, #fff 0%, #eee 100%);
    border-radius: 50%;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.25);
    width: 11px;
    height: 11px;
    position: absolute;
    top: 1.75px;
    left: 1.75px;
    transition: left 0.25s;
  }
  .toggle:hover .toggle-switch:before {
    background: linear-gradient(to bottom, #fff 0%, #fff 100%);
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.5);
  }
  .toggle-checkbox:checked + .toggle-switch {
    background: #FF0000;
  }
  .toggle-checkbox:checked + .toggle-switch:before {
    left: 12.25px;
  }
  .toggle-checkbox {
    position: absolute;
    visibility: hidden;
  }
  .toggle-label {
    color: #3B3D40;
    position: relative;
    top: 2px;
  }
.row-gap-20 {
    row-gap: 20px;
}
.tradein-link {
    border-radius: 8px;
    background: #FF0000;
    color: white;
    padding: 10px 15px;
    display: block;
    text-align: center;
    cursor: pointer;
    width: 100%;
    font-size: 12px;
    font-weight: 700;
}
.lk-recovery-msg {
    background: #F9F9F9;
    border-radius: 10px;
    padding: 10px;
    font-size: 12px;
    margin-bottom: 10px;
}
.lk-form-reg {
    margin-top: 30px;
    display: inline-flex;
    justify-content: center;
    width: 100%;
}
.lk-form-reg form {
    display: inline-block;
    width: 394px;
    max-width: 100%;
    padding: 20px;
    box-shadow: 0px 4px 30px 0px #0000001A;
    background: white;
    border-radius: 8px;
}
.form-title {
    font-size: 20px;
    line-height: 2;
    font-weight: 700;
    margin-bottom: 20px;
}
.password-control {
    cursor: pointer;
	position: absolute;
	bottom: 10px;
    right: 20px;
    display: inline-block;
    width: 24px;
    height: 20px;
	background: url(../../img/view.svg) 0 0 no-repeat;
}
.password-control.view {
	background: url(../../img/no-view.svg) 0 0 no-repeat;
    bottom: 14px;
    height: 16px;
}
.required-control {
    display: none;
}
input[required] + .required-control {
    display: inline-block;
    position: absolute;
    top: 3px;
    right: 7px;
    color: #FF0000;
}
.reg {
    margin: 20px 0;
    display: flex;
    justify-content: space-between;
    gap: 10px;
    align-items: center;
}
.reg-line {
    display: inline-block;
    height: 2px;
    background: #E9ECEE;
    width: 85px;
}
.reg-text {
    color: #FF0000;
    font-size: 11px;
    white-space: nowrap;
}
.reg-socials {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
    /* height: 100%; */
}
.reg-socials a {
    width: 32px;
    height: 32px;
    display: flex;
    border-radius: 50%;
}

.reg-socials a.active {
    /* width: 30px;
    height: 30px; */
    border: 2px solid green;
}

.reg-links {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 40px;
    gap: 10px;
}
.reg-links a {
    border: 1.12px solid #E9ECEE;
    padding: 12px 15px;
    border-radius: 8px;
}
.reg-links a:first-child {
    font-weight: 700;
}
.reg-links a:last-child {
    color: #A0A0A0;
}
.form > .row {
    row-gap: 20px;
}
.password-zone {
    background: #F9F9F9;
    border-radius: 8px;
}
.address-row, .lk-order-row {
    border: 1px solid #E9ECEE;
    border-radius: 8px;
    padding: 20px;
    margin-bottom: 20px;
}
.address-row .form-group input, .address-row  .form-group textarea, .lk-order-count input, .order-count input {
    /* padding: 13px 14px; */
    padding-left: 15px!important;
    padding-right: 15px!important;
    background: #F9F9F9;
}
.address-row-2 {
    display: flex; 
    flex-direction: column; 
    row-gap: 20px;
}
.address-row-3 {
    display: flex;
    gap: 25px;
}
.address-row-4 {
    display: flex;
    gap: 10px;
    width: calc(100% - 255px);
}
.address-row-5 {
    display: flex;
    gap: 10px;
    width: 230px;
}
.address-row-5 > div {
    width: 70px;
}
.address-row-5 input, .lk-order-count input, .order-count input {
    /* width: 70px; */
    text-align: center;
}
.lk-order-count input, .order-count input {
    max-width: 98px;
}
.add-address{
    width: 100%;
    max-width: 345px;
    background: #FF0000;
    padding: 13px 15px;
    border-radius: 8px;
    font-size: 12px;
    font-weight: 700;
    color: white;
    display: inline-block;
    text-align: center;
    cursor: pointer;
}
.address-inner {
    margin-bottom: 20px;
}
.modal-order-body {
    display: flex; 
    flex-direction: column; 
    gap: 22px;
}
.modal-order-body .tabs-header {
    flex-direction: row;
}
.modal-tab-body-order {
    display: flex; 
    flex-direction: column; 
    gap: 20px;
}
.modal-tab-body-inner {
    display: flex; 
    align-items: center;
}
.modal-tab-body-inner .lk-status {
    justify-content: end;
}
.modal-tab-body-order .product-price__row {
    margin-top: 30px; 
    justify-content: end; 
    gap: 15px;
}
.modal-order-row-left {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-bottom: 20px;
}
.lk-address-buttons {
    display: flex;
    justify-content: end;
    gap: 10px;
}
.lk-address-buttons span {
    cursor: pointer;
    display: flex;
}
.lk-order-row {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.lk-order-num {
    display: flex;
    align-items: end;
    gap: 20px;
}
.lk-order-num-title {
    font-size: 16px;
    font-weight: 700;
}
.lk-order-info {
    display: flex;
    align-items: start;
    gap: 70px;
}
.lk-status {
    white-space: nowrap;
    display: flex;
    align-items: center;
    gap: 10px;
}
.lk-page .tab-body, .modal .tab-body {
    font-size: 12px;
}
.lk-status {
    color: #3B3D4080;
}
.lk-status span {
    padding: 7px 15px;
    font-size: 10px;
    line-height: 1;
    color: white;
    border-radius: 8px;
}
.lk-status .order-status-1, .lk-status .order-status-999, .lk-status .order-status-1000 {
    background: #FE8547;
}
.lk-status .order-status-2 {
    background: #00B912;
}
.lk-status .order-status-4 {
    background: #FF0000;
}
.lk-order-info .product-chars {
    gap: 10px;
}
.lk-order-info .product-chars .char {
    line-height: unset;
}
.lk-price, .lk-status-2, .lk-order-title, .char-bold {
    font-size: 20px;
    font-weight: 700;
    line-height: 1;
}
.lk-order-info-2 {
    display: flex;
    gap: 15px;
}
.lk-order-img {
    max-width: 85px;
}
.lk-order-name {
    font-size: 12px;
    line-height: 2;
    font-weight: 700;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.lk-order-block {
    display: flex;
    flex-direction: column;
    gap: 15px;
}
.lk-order-row .product-price__row {
    flex-direction: column;
    align-items: start;
}
.lk-order-buttons-2 {
    display: flex;
    gap: 15px;
}
.lk-order-buttons-2 {
    display: flex;
    gap: 15px;
}
.lk-product-rep, .lk-product-add {
    display: flex;
    align-items: center;
    padding: 8px 15px;
    font-weight: 700;
    border-radius: 8px;
    border: 1.12px solid #E9ECEE;
    gap: 10px;
    cursor: pointer;
    max-height: 40px;
}
.lk-product-add {}
.lk-product-rep {}
.lk-product-view {
    background: #FF0000;
    border-radius: 8px;
    font-weight: 700;
    padding: 13px 15px;
    cursor: pointer;
    color: white;
    max-height: 40px;
    display: inline-block;
}
.lk-order-row-item:not(:last-child), .modal-order-row-item:not(:last-child) {
    margin-bottom: 20px;
}
.lk-bonus {
    display: flex;
    flex-direction: column;
    gap: 30px;
}
.lk-bonus-level {
    display: flex;
    align-items: center;
    gap: 30px;
}
.lk-bonus-level-circle {
    max-width: 109px;
    max-height: 109px;
    min-width: 109px;
    min-height: 109px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.lk-bonus-level-around {
    width: 97px;
    height: 97px;
    border-radius: 50%;
    color: white;
    font-weight: 700;
    font-size: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #FF0000;
}
.lk-bonus-level-text {
    display: flex;
    align-items: center;
    gap: 15px;
}
.lk-bonus-level-text span, .lk-bonus-balans-block span, .lk-bonus-cost-block span, .lk-bonus-ostatok-logo span {
    font-size: 16px;
    font-weight: 700;
}
.lk-bonus-balans, .lk-bonus-cost {
    display: flex;
    flex-direction: column;
    gap: 15px;
}
.lk-bonus-balans-title, .lk-bonus-cost-title {
    color: #3B3D4080;
}
.lk-bonus-balans-block, .lk-bonus-cost-block {
    display: flex;
    align-items: center;
    gap: 10px;
}
.lk-bonus-ostatok {
    padding: 40px 28px;
    border: 1.12px solid #FF0000;
    border-radius: 15px;
    display: flex;
    align-items: center;
    gap: 20px;
}
.lk-bonus-ostatok-logo {
    position: relative;
    display: flex;
}
.lk-bonus-ostatok-logo span {
    position: absolute;
    color: #FF0000;
    line-height: 1.5;
    left: calc(50% - 6px);
    top: calc(50% - 12px);
}
.lk-bonus-ostatok-text, .lk-bonus-ostatok-logo-text {
    font-size: 16px;
    line-height: 1.5;
}
.lk-bonus-price, .lk-bonus-fired-cost {
    font-size: 24px;
    font-weight: 700;
}
.lk-bonus-price {
    color: #FF0000;
    white-space: nowrap;
}
.lk-balans-cost, .lk-bonus-fired {
    display: flex;
    justify-content: space-between;
}
.lk-bonus-fired {
    height: 100%;
    gap: 20px;
}
.lk-bonus-fired-item {
    display: flex;
    flex-direction: column;
    gap: 10px;
    border: 1px solid #E9ECEE;
    border-radius: 15px;
    padding: 20px 28px;
    width: 50%;
}
.lk-bonus-fired-title {
    color: #000000;
}
.radio-group {
    display: flex;
    align-items: center;
    gap: 5px;
}
input[type='radio'], input[type='checkbox'] {
    accent-color: #FF0000;
    width: 16px;
    height: 16px;
    margin: 0;
}
.radio-group-row {
    display: flex;
    gap: 40px;
    padding: 10px 0;
}
.cart-products .cart-product-item {
    display: flex;
    gap: 20px;
    border-radius: 8px;
}
.cart-products:not(.order-products) .cart-product-item {
    border: 1.12px solid #E9ECEE;
    padding: 13px 20px 13px 22px;
}
.cart-product-item .cart-product-item-inner:first-child {
    width: 55%;
}
.cart-product-item .cart-product-item-inner:last-child {
    width: calc(45% - 20px);
}
.cart-product-img-main {
    display: flex;
    gap: 15px;
}
.cart-product-img {
    max-width: 129px;
}

.cart-product-img img {
    max-height: 100px;
    object-fit: cover;
}
.cart-product-main {
    display: flex;
    flex-direction: column;
    gap: 15px;
    font-size: 12px;
}
.cart-product-title {
    font-size: 16px;
    line-height: 1.5;
    font-weight: 700;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.cart-product-cost-count-price {
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 7px;
}
.cart-product-cost-count {
    display: flex;
    gap: 30px;
}
.cart-product-remove {
    cursor: pointer;
    display: flex;
}
.cart-products .product-price__row, .modal-order-row-item .product-price__row {
    flex-direction: column;
    align-items: start;
    gap: 10px;
}
.cart-product-cost {
    font-size: 20px;
    font-weight: 700;
}
.cart-products {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.promocode-form {
    /* display: flex; */
    /* align-items: center; */
    position: relative;
}
.promocode-form__input {
    text-align: center;
}
.promocode-form__submit {
    position: absolute;
    width: 22px;
    height: 22px;
    right: 10px;
    top: 9px;
    cursor: pointer;
    display: flex;
    padding: 0;
    border: none;
    background: none;
}
.promocode-form__submit:hover path {
    stroke: #3B3D40;
}
.count-bonus input {
    text-align: center;
}
.std-btn {
    border-radius: 8px;
    background: #FF0000;
    padding: 10px 15px;
    /* padding: 13px 15px; */
    max-height: 40px;
    min-height: 40px;
    display: block;
    font-weight: 700;
    /* text-align: center; */
    color: white;
    cursor: pointer;
    border: none;
    font-family: 'Martian';
    font-size: inherit;
    line-height: 1.2;
    display: flex;
    align-items: center;
    justify-content: center;
}
.std-btn:hover {
    opacity: .9;
    text-decoration: none;
}
.std-btn.white {
    background: white;
    color: #3B3D40;
}
.std-btn.flex-btn {
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: center;
    width: 100%;
}
.product-notification {
    font-size: 16px;
}
.promocode-notactive {
    margin-top: 10px;
    text-align: center;
    color: #FF0000;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    height: 22px;
}
.promocode-notactive svg {
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 10px;
    cursor: pointer;
}
.order-title {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.5;
}
.smiles {
    display: flex;
    justify-content: space-between;
}
.smile {
    display: flex;
    cursor: pointer;
}
.smile:hover svg path, .smile.active svg path {
    stroke: #FF0000;
}
.rating-comment textarea {
    max-height: 146px;
    min-height: 146px;
}
.order-info {
    padding: 20px;
    border: 1.12px solid #E9ECEE;
    border-radius: 8px;
    margin-bottom: 20px;
    font-size: 14px;
}
.order-info-row {
    display: flex;
    gap: 45px;
    margin-top: 20px;
}
.order-info-row > div {
    display: flex;
    flex-direction: column;
    /* justify-content: end; */
}
.order-info-delivery {
    display: flex;
    align-items: center;
    gap: 20px;
}
.order-info-delivery svg {
    /* margin-top: -10px; */
}
.address-delivery {
    line-height: 1.6667;
}
.address-delivery span {
    opacity: 0.5;
}
.order-page {
    font-size: 16px;
}
.order-buttons, .cart-buttons {
    display: flex;
    gap: 10px;
}
.order-buttons {
    margin-top: 30px;
}
.cart-buttons {
    width: 100%;
    justify-content: space-between;
}
.order-buttons a, .order-buttons button {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 15px;
    font-weight: 700;
    border-radius: 8px;
    border: 1.12px solid #E9ECEE;
    max-height: 40px;
    min-height: 40px;
    /* font-size: 12px; */
}
.cart-buttons a, .cart-buttons button {
    border-radius: 8px;
    max-height: 40px;
    min-height: 40px;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.cart-buttons button {
    border: 1.12px solid #E9ECEE;
    color: black;
}
.order-select-label {
    display: flex; 
    justify-content: space-between; 
    align-items: center;
    padding: 28px 20px 28px 28px;
    border-radius: 8px;
    max-height: 91px;
    height: 100%;
}
.order-select-label {
    background: #FAFAFA;
    cursor: pointer;
}
.order-select-label:has(input:checked:not(:disabled)) {
    outline: 1.12px solid #FF0000;
}
.order-select-label:has(input:disabled) {
    opacity: 0.7;
    cursor: default;
}
.one-payment-div:has(input:disabled) {
    display: none;
}
.order-select-info {
    display: flex;
    align-items: center;
    gap: 10px
}
.order-select-info > span {
    padding: 5px 10px;
    /* background: white; */
    border-radius: 10px;
    line-height: 1.6667;
}
.order-select-label input[type='radio'] {
    width: 22px;
    height: 22px;
}
.row.order-select-row {
    margin-right: -5px;
    margin-left: -5px;
}
.order-select-row {
    row-gap: 20px;
}
.row.order-select-row > * {
    padding-right: 5px;
    padding-left: 5px;
}
.order-select-description {
    display: flex;
    flex-direction: column;
    gap: 15px;
    line-height: 1.6667;
}
.order-select-description-top {
    display: flex;
    gap: 20px;
    align-items: center;
}
.order-select-description .warning {
    background: #FF000033;
    padding: 5px 10px;
    border-radius: 10px;
}
.order-select-description-top + span {
    line-height: 1.6667;
}
.order-chars {
    background: white;
    padding: 5px 10px;
    margin-left: -10px;
    border-radius: 10px;
}
.product-chars.order-chars .char {
    line-height: 1.2;
}
.product-chars.order-chars .char-right .payments, .product-chars.order-chars .char-right .delivery {
    max-width: 150px;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
}
.product-chars.order-chars .new-div + .char-right .payments, .product-chars.order-chars .new-div + .char-right .delivery {
    max-width: 200px;
}

.error_textblock {
    color: #FF0000;
    margin-bottom: 15px;
}

input.tmp-disabled,
.order-page #msOrder .error, input:required:focus, select:required:focus, textarea:required:focus {
    border: 1.12px solid #FF0000 !important;
}
.delivery-cost {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 5px;
}
.order-select-description-inner {
    display: flex;
    gap: 15px;
    flex-direction: column;
}
.op-05 {
    opacity: 0.5;
}
#mse2_sort .sort[data-dir="desc"] span:after {
    content: url('../../img/sort-up.svg') !important;
    display: block;
    height: 15px;
}
#mse2_sort .sort[data-dir="asc"] span:after {
    content: url('../../img/sort-down.svg') !important;
    display: block;
    height: 15px;
}
.add-order-address {
    cursor: pointer;
    display: flex;
    align-items: center;
    width: fit-content;
}
.select + #text_address {
    display: none;
}
select[name="hours"].hide {
    opacity: 0.5;
    pointer-events: none;
}
/* End Inner Styles */

.modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1055;
    display: none;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    outline: 0;
}
.modal.fade .modal-dialog {
    transition: transform 0.3s ease-out;
    transform: translate(0, -50px);
}
.modal.show .modal-dialog {
    transform: none;
}
.modal-dialog-centered {
    display: flex;
    align-items: center;
    min-height: calc(100% - 1rem);
}
.fade {
    transition: opacity 0.15s linear;
}
.modal-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    width: 100vw;
    height: 100vh;
    background-color: #000;
}
.modal-backdrop.fade {
    opacity: 0;
}
.modal-backdrop.show {
    opacity: 0.5;
}
.modal-title {
    font-weight: 700;
}
.modal-header {
    text-align: center;
}
.modal-dialog {
    position: relative;
    width: auto;
    margin: 0.5rem;
    pointer-events: none;
    max-width: 1060px;
    margin: 1.75rem auto;
}
.modal-dialog.mini {
    /* max-width: 500px; */
    max-width: 530px;
}
.modal-dialog.middle {
    max-width: 800px;
}
.modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    /* border-radius: 20px; */
    /* outline: 0; */
    padding: 50px;
}
.btn-close {
    position: absolute;
    right: 10px;
    top: 10px;
    display: flex;
    padding: 0;
    background: none;
    border:0;
    cursor: pointer;
}
#oneClick_modal.modal .form-group {
    margin-bottom: 20px;
}
.form-group:last-child {
    margin-bottom: 0 !important;
}
.modal-add-cart {
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: center;
}
.modal-add-cart__title {
    font-size: 1.5em;
    font-weight: 700;
}
.modal-add-cart__title, .modal-add-cart__text {
    text-align: center;
}
.modal-icon svg {
    fill: #FF0000;
}
#filter-modal .modal-dialog {
    max-width: 1500px;
    margin-top: 0;
    margin-bottom: 0;
    padding: 30px 0;
    height: 100%;
}
#filter-modal .modal-content {
    background-color: #F9F9F9;
    height: 100%;
}
#filter-modal .modal-header {
    text-align: left;
}
#filter-modal .modal-body, _#filter-modal .modal-body .filters-block {
    height: 100%;
    overflow-y: scroll;
    margin: 0 -15px;
}
#filter-modal .modal-body::-webkit-scrollbar {
    width: 6px;
}
#filter-modal .modal-body::-webkit-scrollbar-track {
    background: transparent;
}
#filter-modal .modal-body::-webkit-scrollbar-thumb {
    background-color: #b5b5b9;
    border-radius: 20px;
}
#filter-modal .modal-body .filters-block {
    padding: 0;
    flex-direction: row;
    flex-wrap: wrap;
}
#filter-modal .modal-body .filters-block .filter-row {
    width: 25%;
    padding: 0 15px;
    margin-bottom: 50px;
}
#filter-modal .modal-body .filters-block .filter-row:after {
    display: none;
}
#filter-modal .modal-body .filters-btn {
    position: sticky;
    bottom: 0;
    z-index: 1;
    width: 100%;
    background: #F9F9F9;
    padding-top: 15px;
}
.addresses {
    
}
.select-addresses + .addresses:not(.show) {
    display: none;
}
.form-group-policy {
    flex-direction: row; 
    align-items: center;
}
@media (max-width: 1579.98px) {
    #filter-modal .modal-dialog {
        max-width: 1140px;
    }
    #filter-modal .modal-content {
        padding: 40px;
    }
    #filter-modal .modal-body .filters-block .filter-row {
        margin-bottom: 40px;
    }
}
@media (max-width: 1199.98px) {
    #filter-modal .modal-dialog {
        max-width: 910px;
    }
    #filter-modal .modal-content {
        padding: 30px;
    }
    #filter-modal .modal-body .filters-block .filter-row {
        margin-bottom: 30px;
    }
}
@media (min-width: 992px) {
    #filter-modal .modal-body .filters-btn button {
        width: 25%;
    }
    .char-right {
        text-align: right;
    }
    .char-right, .char-left {
        white-space: nowrap;
    }
}
@media (max-width: 991.98px) {
    #filter-modal .modal-dialog {
        max-width: 100%;
        padding: 0;
    }
    #filter-modal .modal-body .filters-block .filter-row {
        width: 50%;
    }
    #filter-modal .modal-content {
        padding: 15px;
    }
    #filter-modal .modal-body .filters-block .filter-row {
        margin-bottom: 15px;
    }
}
@media (max-width: 575.98px) {
    #filter-modal .modal-body .filters-block .filter-row {
        width: 100%;
    }
    #filter-modal .modal-body .filters-btn {
        width: calc(100% - 20px);
        left: 10px;
    }
    #filter-modal .modal-content {
        padding: 10px;
    }
    #filter-modal .modal-body .filters-block .filter-row {
        margin-bottom: 10px;
    }
}
.cookie {
    display: none;
    position: fixed;
    width: 100%;
    bottom: 0;
    padding: 15px 0;
    background: white;
    z-index: 99;
    border-top: 1.12px solid black;
}
.cookie.show {
    display: block;
}
.cookie .row {
    align-items: center;
}
.cookie-text {
    font-size: 14px;
}
.cookie-but {
    width: 100%;
    text-align: center;
    display: block;
    background-color: #FF0000;
    color: white;
    cursor: pointer;
    padding: 10px;
    border-radius: 5px;
}
.header-bottom.sticky {
    position: fixed;
    width: 100%;
    top: 0;
    background: white;
    z-index: 99;
    border-bottom: 1.12px solid #E9ECEE;
}
/* button {
    cursor: pointer;
}
button:focus:not(:focus-visible) {
    outline: 0;
}
input, button, select, textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}
textarea {
    min-height: 120px;
    resize: none; 
}
.submit {
    background: #0059C2;
    border-radius: 10px;
    padding: 15px;
    font-weight: 500;
    font-size: 20px;
    color: white;
    border: none;
    cursor: pointer;
    display: inline-block;
    text-align: center;
    width: 100%;
} */

button:hover,
[class*="button"]:hover {
    opacity: .9;
}

.modal-order-list .modal-content {
    padding: 20px;
}

.modal-order-list .btn {
    display: flex;
    align-items: center;
    padding: 8px 15px;
    font-weight: 700;
    border-radius: 8px;
    border: 1.12px solid #00B912;
    gap: 10px;
    cursor: pointer;
    max-height: 40px;
    color: #fff;
    background: #00B912;
}

.modal-order-list .btn.cancel {
    background: #FF0000;
    color: #fff;
    border-color: #FF0000;
}

/* Media Styles */
@media (min-width: 1580px) {
    .h-phone {
        padding-left: 13px;
    }
    .slider-arrows {
        margin-top: 30px;
    }
    h2.after {
        margin-bottom: 50px;
    }
    .brands {
        /* padding: 65px 0 45px; */
    }
    .about-inner .catalog-slider-item .slider-link {
        margin-bottom: 12px;
    }
    .tab-body p b, .tab-body p strong, .tab-body table  {
        padding-top: 10px;
    }
    .tab-body .catalog-slider {
        padding-top: 30px;
    }
    .tab-body .catalog-slider-text {
        max-width: 278px;
    }
    .tab-body .catalog-slider-item {
        min-height: 335px;
        padding: 40px 30px;
    }
    .tab-body .catalog-slider-item .catalog-slider-vector {
        right: -210px;
    }
    .password-zone {
        padding: 20px 20px 45px 20px;
    }
    .lk-order-row-item .lk-order-count > .form-group {
        margin-right: -30px !important;
    }
    .lk-balans-cost, .lk-bonus-fired {
        margin-left: 50px;
    }
    .cart-products .product-price, ._cart-page .product-right .product-price {
        font-size: 24px;
    }
    .cart-product-item .cart-product-item-inner.right {
        width: calc(45% - 20px);
    }
    .cart-product-item .cart-product-item-inner.left {
        width: 55%;
    }
    .smiles {
        padding: 10px 0;
    }
    .order-info-row > div {
        width: 320px;
    }
    .order-info-row .product-chars {
        padding-bottom: 5px;
    }
    .contact-page .address {
        /* letter-spacing: -0.6px; */
    }
    .product .product-price__row {
        /* height: 28.8px; */
    }
    .product .product-title {
        height: 48px;
    }
    .home .product-title {
        /* height: 42px; */
    }
    .catalog-slider-item img, ._action-inner-item img {
        max-height: 283px;
    }
    .catalog-inner .catalog-slider-item img {
        max-height: 215px;
    }
}
@media (min-width: 1200px) {
    .footer {
        margin-top: 15px;
    }
    .search-form__input {
        padding-left: 10px;
    }
    .main .catalog {
        /* padding-top: 5px; */
    }
    .product-page-inner {
        padding-top: 20px;
    }
    .product-tabs {
        padding-top: 45px;
    }
    .catalog-slider-second.owl-theme .owl-dots, .product-slider-second.owl-theme > .owl-dots, .about-slider.owl-theme > .owl-dots, .text-slider.owl-theme > .owl-dots, .contact-slider.owl-theme > .owl-dots {
        width: calc(100% - 120px);
        left: 60px;
        bottom: 17.5px;
    }
    .lk-status-block .lk-status {
        margin-top: -6px;
    }
    .lk-status-2 {
        margin-top: -4px;
    }
    .lk-order-row .product-price__row {
        margin-top: 12px;
    }
    .lk-order-row .product-price {
        font-size: 16px;
    }
    .order-page .cart-product-cost-count {
        padding-left: 15%;
    }
}
@media (max-width: 1579.98px) and (min-width: 992px) {
    .product-oldprice__cols, .product-sale {
        /* font-size: 10px; */
        font-size: 8px;
    }
    .headers_icons {
        gap: 10px;
    }
    .catalog-slider-text, .action-text {
        font-size: 12px;
    }
    .f-title {
        font-size: 20px;
        margin-bottom: 20px;
    }
    .f-address-time-email {
        gap: 25px;
    }
    .news-item-other {
        padding: 15px;
    }
    .after-slide .img {
        padding: 10px;
    }
    .product-add-cart, .product-notification {
        font-size: 12px;
    }
    .product-info .product-chars .char {
        line-height: 10px;
    }
    .product-code {
        font-size: 12px;
    }
    .about-adv {
        padding-top: 10px;
    }
    .tradein-item {
        padding: 20px;
    }
    .lk-bonus-fired {
        gap: 10px;
    }
    .product-bonus.available svg {
        display: none;
    }
    .cart-page .cart-product-cost-count {
        gap: 10px;
    }
    .cart-product-item .cart-product-item-inner.right {
        width: calc(50% - 20px);
    }
    .cart-product-item .cart-product-item-inner.left {
        width: 50%;
    }
    .order-select-label {
        font-size: 14px;
        padding: 28px 11px 28px 15px;
    }
    .social {
        gap: 25px;
    }
    .social a {
        max-width: 32px;
        max-height: 32px;
    }
    .msmcd-dropdown:hover .msmcd-dropdown-menu, .msmcd-dropdown.active .msmcd-dropdown-menu {
        width: 375px;
    }
}
@media (max-width: 1579.98px) and (min-width: 1200px) {
    html {
        font-size: 14px;
    }
    .home .product-tags span, .home .product-tags a {
        font-size: 10px;
    }
    .product {
        padding: 15px;
        gap: 10px;
    }
    .filters-block {
        padding: 20px 15px 15px;
    }
    .product-tags span, .product-tags a {
        font-size: 11px;
    }
    .product-slider .owl-dots {
        margin-top: 10px;
    }
    .product-slider + .hide-product-slider-loaded {
        padding-bottom: 16px;
    }
    .product-title {
        font-size: 16px;
    }
    .home-product .product-title {
        font-size: 14px;
    }
    .product-price {
        font-size: 20px;
        /* font-size: 16px; */
    }
    .product-oldprice__cols {
        padding: 5px;
    }
    .product-icon {
        width: 32px;
        padding: 8px;
    }
    .product-add-cart, .product-icons, .product-icon, .product-count, .product .product-notification {
        min-height: 32px;
        max-height: 32px;
    }
    form:not(.search-form) input[type="text"], .form-group input[type="text"] {
        /* min-height: 32px;
        max-height: 32px; */
    }
    .promocode-form__submit {
        top: 5px;
    }
    .catalog-slider-title {
        font-size: 32px;
    }
    .action-title {
        font-size: 28px;
    }
    .action-name {
        font-size: 18px;
    }
    .action-sale {
        font-size: 24px;
        width: 80px;
        height: 80px;
        border-radius: 40px;
    }
    .catalog .row {
        row-gap: 30px;
    }
    .advantages-item {
        padding: 15px 12.5px;
    }
    .advantages-item img {
        width: 32px;
        height: 32px;
    }
    .advantages-item-text {
        font-size: 13px;
    }
    .about-left {
        font-size: 14px;
    }
    .footer {
        padding-top: 40px;
    }
    .f-first {
        gap: 30px;
    }
    .footer-bottom {
        padding: 25px 0;
        font-size: 10px;
    }
    .about-inner .catalog-slider-item {
        padding: 35px 25px;
        min-height: 283px;
    }
    .about-inner .catalog-slider-title {
        font-size: 28px;
    }
    .product-icons {
        right: 15px;
    }
    .product-count-input {
        font-size: 12px;
    }
    .news-item-title {
        font-size: 14px;
    }
    .product-add-cart {
        padding: 5px 10px;
    }
    .product-slider-main .item {
        padding: 40px;
    }
    .product-slider-main .product-tags {
        left: 15px;
        top: 15px;
        max-width: calc(100% - 30px);
    }
    .product-slider-main .product-icons {
        right: 15px;
        top: 15px;
    }
    .product-slider-main .owl-stage-outer {
        max-width: 435px;
    }
    .product-img {
        gap: 15px;
    }
    /* .product-slider-main .owl-nav {
        width: calc(100% - 30px);
        left: 15px;
    } */
    .product-slider-main .owl-nav .owl-prev {
        left: 15px;
    }
    .product-slider-main .owl-nav .owl-next {
        right: 15px;
    }
    .after-slide {
        height: 284px;
        min-width: 100px;
        max-width: 100px;
        gap: 15px;
    }
    .after-slide .img {
        width: 100px;
    }
    .product-cart {
        padding: 15px;
        gap: 10px;
    }
    .product-info {
        font-size: 12px;
        gap: 20px;
    }
    .product-right {
        font-size: 12px;
        gap: 10px;
    }
    .product-chars {
        gap: 12px;
        font-size: 14px;
    }
    .product-warranty svg {
        width: 24px;
        height: 24px;
    }
    .product-buy {
        padding: 15px;
    }
    .product-buy span, .product-buy a {
        padding: 8px;
    }
    section:not(.lk-page) .tabs-body {
        padding: 15px;
    }
    .tab-body-title {
        margin-top: 15px;
        font-size: 18px;
    }
    .tab-body p b, .tab-body p strong {
        font-size: 14px;
    }
    .tab-body-title, .tab-body p, .tab-body ul, .tab-body table, .tab-body .product-chars {
        margin-bottom: 15px;
    }
    .tab-body .catalog-slider-item img {
        max-width: 175px;
    }
    .product-slider-second.owl-theme > .owl-nav {
        margin-top: 30px;
    }
    th {
        font-size: 14px;
    }
    .text-page p, .text-page ul, .text-page ol, .text-page table, .mb-text-page {
        margin-bottom: 20px;
    }
    .text-page .iframe-wrap {
        margin-bottom: 30px;
    }
    .text-page p b, .text-page p strong {
        font-size: 14px;
    }
    .about-adv.row {
        row-gap: 30px;
    }
    .about-adv {
        margin-bottom: 30px;
    }
    .about-slider {
        margin-top: 20px;
        margin-bottom: 30px;
    }
    .about-slider-thumbs {
        margin-top: 30px;
    }
    .left-contact-name {
        font-size: 22px;
    }
    .right-contact-block .title {
        font-size: 18px;
    }
    .lk-bonus-price, .lk-bonus-fired-cost {
        font-size: 20px;
    }
    .lk-bonus-ostatok-text {
        font-size: 14px;
    }
    .lk-bonus-ostatok {
        padding: 30px 20px;
    }
    .lk-bonus-fired-item {
        padding: 20px 12px;
    }
    .product-warranty {
        gap: 8px;
        padding: 5px 8px;
    }
    .cart-product-cost {
        font-size: 18px;
    }
    .cart-product-img {
        max-width: 118px;
    }
    .order-title {
        font-size: 18px;
    }
    .rating-comment textarea {
        max-height: 100px;
        min-height: 100px;
    }
    .order-page .cart-product-cost-count {
        padding-left: 10%;
    }
    .smile svg {
        width: 40px;
        height: 40px;
    }
    .product .product-price__row {
        /* height: 26px; */
    }
    .product .product-title {
        height: 40px;
    }
    .home-product .product-title {
        /* height: 35px; */
    }
    .filter-variants {
        font-size: 10px;
    }
    .subcat {
        max-width: calc(50% - 1.5px);
    }
    #ui-id-1 {
        min-width: 300px;
    }
}
@media (max-width: 1579.98px) {
    .h-phone {
        font-size: 18px;
    }
    .home-slider-block {
        padding: 30px 30px 20px 30px;
    }
    .home-slider-title {
        font-size: 56px;
    }
    .home-slider-subtitle {
        font-size: 26px;
    }
    .product-add-cart svg, .product-notification svg {
        width: 18px;
        height: 18px;
    }
    .catalog-item {
        height: 215px;
    }
    .catalog-item-title {
        font-size: 10px;
    }
    .catalog-slider-item, ._action-inner-item {
        padding: 30px;
        min-height: 254px;
    }
    .catalog-slider-item img, ._action-inner-item img {
        max-width: 250px;
    }
    .catalog-inner .catalog-slider-item img {
        max-width: 220px;
    }
    .f-first {
        max-width: 230px;
    }
    .f-menu {
        gap: 24px;
        font-size: 14px;
    }
    .f-phone {
        font-size: 16px;
    }
    .f-address-time-email {
        font-size: 14px;
    }
    .tab-header {
        font-size: 20px;
    }
    .text-image {
        margin-bottom: 30px;
    }
    .about-slider-thumbs {
        /* gap: 20px; */
        gap: 8px;
    }
    .about-slider-thumb {
        max-width: 76px;
    }
    .about-slider-img {
        /* max-width: 146px;
        min-width: 146px; */
    }
    .about-slider-img img {
        min-width: 200px;
        max-height: 300px;
    }
    .about-slider-thumbs {
        margin-top: 30px;
    }
    .about-slider, .about-adv {
        margin-bottom: 30px;
    }
    .password-zone {
        padding: 20px;
    }
    .lk-bonus {
        gap: 20px;
    }
    .order-info-row {
        gap: 20px;
        flex-direction: column;
    }
    .char-bold {
        font-size: 14px;
    }
    .modal-tab-body-order .product-price__row {
        margin-top: 20px;
    }
}
@media (max-width: 1199.98px) and (min-width: 992px) {
    html {
        font-size: 12px;
    }
    section, .header-bottom {
        padding: 20px 0;
    }
    .headers_icon, .product-icon {
        padding: 6px;
    }
    .headers_icon, .product-icon {
        width: 30px;
    }
    .headers_icon span, .cart_icon span {
        font-size: 8px;
    }
    .tradein_icon, .cart_icon {
        width: 80px;
        gap: 5px;
    }
    .search-form__input {
        font-size: 10px;
    }
    .home .product {
        gap: 9px;
    }
    .home .product-icons {
        gap: 10px;
    }
    .home .product-tags span, .home .product-tags a {
        font-size: 9px;
        padding: 0px 9px;
    }
    .product {
        padding: 10px;
    }
    .filters-block {
        padding: 15px 10px 10px;
    }
    .filters-btn, .filter-row {
        gap: 10px;
    }
    .filter-row {
        margin-bottom: 10px;
    }
    .filter-modal-show {
        margin-top: 10px;
    }
    .filter-row.price-filter {
        margin-bottom: 20px;
    }
    .filters-btn button {
        width: calc(50% - 5px);
    }
    #mse2_filters .price-filter input {
        max-height: 30px;
        min-height: 30px;
        padding: 10px;
    }
    .product-tags span, .product-tags a {
        font-size: 10px;
        padding: 0 7px;
    }
    .product-slider .owl-dots {
        margin-top: 6px;
    }
    .product-slider + .hide-product-slider-loaded {
        padding-bottom: 12px;
    }
    .product-title, .home-product .product-title {
        font-size: 14px;
    }
    .product-price {
        font-size: 18px;
        max-width: 110px;
    }
    .product-oldprice__cols {
        max-width: 45px;
    }
    .product-price, .product-oldprice__cols {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    .product-oldprice__cols, .product-sale {
        padding: 2px;
    }
    .product-add-cart {
        padding: 5px;
    }
    .advantages-item-text {
        font-size: 11px;
    }
    .advantages-item {
        padding: 10px 7.5px;
        gap: 10px;
    }
    .advantages-item img {
        width: 25px;
        height: 25px;
    }
    .catalog-item {
        height: 150px;
    }
    .catalog-item-img {
        max-width: 75%;
        max-height: 50%;
    }
    .catalog_button, .search-form, .headers_icon, .product-icon, .product-add-cart, .product-count, .product-icons, .slider-link, .brand-link, .filter-button, .show-count, .product-notification, .std-btn {
        min-height: 30px;
        max-height: 30px;
    }
    .slider-arrow, .arrow, .owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev {
        height: 30px;
        width: 30px;
    }
    .slider-arrow svg, .arrow svg, .owl-carousel .owl-nav button.owl-next svg, .owl-carousel .owl-nav button.owl-prev svg {
        width: 12px;
        height: 12px;
    }
    .catalog-slider-item, ._action-inner-item {
        padding: 20px;
        min-height: 215px;
    }
    .brands .container {
        padding: 30px;
    }
    .brand-link {
        bottom: 30px;
        right: 30px;
    }
    .owl-nav {
        margin-top: 15px;
    }
    .about-left {
        font-size: 12px;
    }
    .footer {
        padding-top: 30px;
    }
    .f-first, .f-address-time-email {
        gap: 20px;
    }
    .f-title, .f-menu {
        padding-left: 20px;
    }
    .f-menu {
        gap: 16px;
        font-size: 12px;
    }
    .f-phone, .h-phone {
        font-size: 14px;
    }
    .f-address-time-email {
        font-size: 12px;
    }
    .footer-top {
        padding-bottom: 30px;
    }
    .f-address-title {
        padding-left: 0 !important;
    }
    .footer-bottom {
        padding: 20px 0;
    }
    .main .catalog {
        /* padding-top: 0; */
    }
    .product-button {
        gap: 10px;
    }
    .product-count-btn {
        padding: 5px;
    }
    .sort-row {
        font-size: 14px;
    }
    .sort-block {
        gap: 20px;
    }
    .show-count {
        font-size: 14px;
    }
    /* .dropdown {
        width: 30px;
        min-height: 30px;
    }
    .dropdown li {
        padding: 9px 5px;
    } */
    .product-icons {
        right: 10px;
    }
    .search-form__submit {
        height: 16px;
        width: 16px;
    }
    .catalog-slider-second.owl-theme .owl-dots, .product-slider-second.owl-theme > .owl-dots,  .about-slider.owl-theme > .owl-dots, .contact-slider.owl-theme > .owl-dots {
        bottom: 12.5px;
        width: calc(100% - 100px);
        left: 50px;
    }
    .product-count-input {
        font-size: 10px;
    }
    .news-item-title {
        font-size: 12px;
    }
    .news-item-date {
        font-size: 10px;
    }
    .product-slider-main .item {
        padding: 30px;
    }
    .product-slider-main .product-tags {
        left: 10px;
        top: 10px;
        max-width: calc(100% - 20px);
    }
    .product-slider-main .product-icons {
        right: 10px;
        top: 10px;
    }
    .product-slider-main .owl-stage-outer {
        max-width: 345px;
    }
    .product-img {
        gap: 10px;
    }
    /* .product-slider-main .owl-nav {
        top: calc(50% - 15px);
        width: calc(100% - 20px);
        left: 10px;
    } */
    .product-slider-main .owl-nav .owl-next, .product-slider-main .owl-nav .owl-prev {
        top: calc(50% - 15px);
    }
    .product-slider-main .owl-nav .owl-prev {
        left: 10px;
    }
    .product-slider-main .owl-nav .owl-next {
        right: 10px;
    }
    .after-slide {
        height: 210px;
        min-width: 80px;
        max-width: 80px;
        gap: 5px;
    }
    .after-slide .img {
        width: 80px;
    }
    .product-cart {
        padding: 15px;
        gap: 10px;
    }
    .product-info {
        font-size: 12px;
        gap: 15px;
    }
    .product-right {
        font-size: 12px;
        gap: 5px;
    }
    .product-chars {
        gap: 10px;
        font-size: 12px;
    }
    .product-warranty svg {
        width: 20px;
        height: 20px;
    }
    .product-buy {
        padding: 10px;
    }
    .product-buy span, .product-buy a {
        padding: 5px;
    }
    .tab-header {
        font-size: 18px;
    }
    section:not(.lk-page) .tabs-body {
        padding: 10px;
    }
    .tab-body-title {
        margin-top: 10px;
        font-size: 16px;
    }
    .tab-body p b, .tab-body p strong {
        font-size: 16px;
    }
    th {
        font-size: 16px;
    }
    .tabs-header {
        gap: 10px;
    }
    .tab-body-title, .tab-body p, .tab-body ul, .tab-body table, .tab-body .product-chars {
        margin-bottom: 10px;
    }
    .tab-body .catalog-slider-item img {
        max-width: 140px;
    }
    .product-slider-second.owl-theme > .owl-nav {
        margin-top: 20px;
    }
    .tab-body .catalog-slider-title {
        font-size: 28px;
    }
    .text-page p, .text-page ul, .text-page ol, .text-page table, .mb-text-page {
        margin-bottom: 15px;
    }
    .text-page .iframe-wrap {
        margin-bottom: 20px;
    }
    .text-page p b, .text-page p strong {
        font-size: 12px;
    }
    .about-adv.row {
        row-gap: 20px;
    }
    .about-adv {
        margin-bottom: 20px;
    }
    .about-slider {
        margin-top: 15px;
        margin-bottom: 20px;
    }
    .about-slider-thumbs {
        margin-top: 20px;
    }
    .action-title {
        font-size: 22px;
    }
    .action-name {
        font-size: 14px;
    }
    .action-sale {
        font-size: 16px;
        width: 60px;
        height: 60px;
        border-radius: 30px;
    }
    .text-slider.owl-theme .owl-nav {
        top: calc(50% - 15px);
    }
    .tradein-form, .tradein-item-title span {
        font-size: 14px;
    }
    select, .form-group input {
        padding: 10px 20px;
    }
    .tradein-form {
        padding: 14px;
    }
    .lk-address-buttons {
        flex-direction: column;
    }
    .lk-bonus-level-text span, .lk-bonus-balans-block span, .lk-bonus-cost-block span, .lk-bonus-ostatok-text {
        font-size: 12px;
    }
    .lk-bonus-level {
        gap: 15px;
    }
    .lk-bonus-ostatok {
        gap: 10px;
    }
    .lk-bonus-price, .lk-bonus-fired-cost {
        font-size: 14px;
    }
    .lk-bonus-ostatok {
        padding: 20px 10px;
    }
    .lk-bonus-fired-item {
        padding: 12px;
    }
    .product-warranty {
        gap: 2px;
        padding: 5px 3px;
    }
    .cart-product-cost {
        font-size: 16px;
    }
    .cart-product-img {
        max-width: 75px;
    }
    .product-bonus.available span {
        font-size: 8px;
    }
    .product-bonus svg {
        width: 30px;
    }
    .smile svg {
        width: 30px;
        height: 30px;
    }
    .order-title {
        font-size: 14px;
    }
    .product .product-price__row {
        height: 20px;
    }
    .product .product-title {
        /* height: 33px; */
    }
    .headers_icon .counter {
        right: 1px;
        top: 2px;
        font-size: 6px;
    }
    .filter-variants {
        font-size: 8px;
    }
    .btn-close > * {
        width: 30px;
        height: 30px;
    }
    .cookie-text {
        font-size: 11.75px;
    }
    .product-share-icons img {
        max-width: 20px;
        max-height: 20px;
    }
    .std-btn {
        padding: 8px 10px;
    }
    .promocode-form__input, .count-bonus input {
        min-height: 30px !important;
        max-height: 30px !important;
    }
    .promocode-form__submit {
        top: 5px;
        width: 20px;
        height: 20px;
    }
    .product-cart .std-btn {
        padding: 10px 15px;
    }
    .slider-link {
        padding: 8px 30px;
    }
    #ui-id-1 {
        min-width: 250px;
    }
}
@media (min-width: 1200px) {
    .about-inner {
        padding-top: 45px;
        padding-bottom: 75px;
    }
}
@media (max-width: 1199.98px) {
    h2, .h2 {
        /* margin-bottom: 20px; */
    }
    .address-city, .menu ul {
        gap: 20px;
    }
    .catalog_button, .catalog-menu__link > a {
        font-size: 14px;
    }
    .catalog-menu__link > a {
        padding-top: 7.5px;
        padding-bottom: 7.5px;
    }
    .catalog .row {
        row-gap: 20px;
    }
    .home-slider-block {
        /* padding: 20px; */
    }
    .home-slider-title {
        font-size: 48px;
    }
    .catalog-slider-title {
        font-size: 28px;
    }
    .home-slider-subtitle {
        font-size: 22px;
    }
    .home-slider-icon {
        padding: 10px 25px;
    }
    .product-icons {
        gap: 10px;
    }
    .home-slider .owl-dots {
        /* bottom: 32px; */
        /* left: 120px; */
    }
    .catalog-slider-item img, ._action-inner-item img {
        max-width: 200px;
    }
    .catalog-inner .catalog-slider-item img {
        max-width: 170px;
    }
    .f-phone {
        font-size: 14px;
    }
    .about-inner .catalog-slider-item {
        padding: 30px 20px;
        min-height: 240px;
    }
    .about-inner .catalog-slider-title {
        font-size: 24px;
    }
    .subcat {
        padding: 6px;
        font-size: 8px;
    }
    .pagination-count {
        margin-top: 30px;
        gap: 30px;
    }
    .contact-page > .container > .row {
        row-gap: 20px;
        margin-bottom: 20px;
    }
    .left-contact-name {
        font-size: 20px;
    }
    .right-contact-block {
        padding: 28px 20px;
    }
    .right-contact-block .social {
        margin-top: 20px;
    }
    .lk-order-info {
        flex-direction: column-reverse;
        gap: 20px;
    }
    .lk-bonus-level-circle {
        max-width: 94px;
        max-height: 94px;
        min-width: 94px;
        min-height: 94px;
    }
    .lk-bonus-level-around {
        width: 84px;
        height: 84px;
    }
    .lk-bonus-level-around {
        font-size: 36px;
    }
    .catalog-item:hover .catalog-item-subcats {
        display: none;
    }
    .product-page h1, .product-page .h1 {
        font-size: 16px;
    }
}
@media (min-width:992px) {
    .mobile {
        display: none !important;
    }
    .f-title {
        margin-top: 5px;
    }
    .about-inner .catalog-slider-item .catalog-slider-vector {
        /* right: -50%; */
    }
    .about-inner .catalog-slider-item .catalog-slider-img {
        /* right: -25%; */
    }
    .product-icons {
        position: absolute;
        flex-direction: column;
    }
    .catalog-slider-second.owl-theme .owl-dots, .product-slider-second.owl-theme > .owl-dots, .about-slider.owl-theme > .owl-dots, .text-slider.owl-theme > .owl-dots, .contact-slider.owl-theme > .owl-dots {
        position: absolute;
        z-index: 1;
    }
    .product-slider-main .product-tags {
        flex-direction: column;
    }
    .tabs-header {
        flex-direction: column;
        gap: 15px;
    }
    .lk-address-buttons {
        padding-top: 25px;
    }
    .lk-page .product-chars {
        max-width: 320px;
    }
    .cart-product-cost {
        padding-top: 10px;
    }
    .cart-products .product-price__row, .modal-order-row-item .product-price__row {
        padding-top: 8px;
    }
    .cart-products .product-chars {
        max-width: 330px;
    }
    .cart-products.order-products .cart-product-item:not(:last-child) {
        padding-bottom: 30px;
        border-bottom: 1.12px solid #E9ECEE;
    }
    .cart-products.order-products {
        padding: 20px 20px 30px 20px;
        border-radius: 8px;
        border: 1.12px solid #E9ECEE;
        gap: 30px;
    }

    .modal-order-list .btn-close {
        right: 20px;
        top: 20px;
    }

    #order-modal .btn-close {
        right: 50px; 
        top: 50px;
    }
    .modal-tab-body-inner .lk-order-num, .modal-tab-body-inner .lk-status {
        width: 50%;
    }
    .modal-order-row-item .cart-product-cost-count {
        gap: 0;
        width: 245px;
        justify-content: space-between;
    }
    .org_pay > .row {
        row-gap: 10px;
    }
    .add-order-address {
        height: 100%;
    }
}
/* End Media Styles */
#faq {

}
/* .transition, p, ul li i:before, ul li i:after {
    transition: all 0.3s;
} */  
/* #faq .no-select, #faq h2 {
-webkit-tap-highlight-color: transparent;
-webkit-touch-callout: none;
user-select: none;
} */
#faq h2 {
    color: #FF0000;
    /* font-family: 'hm_light', sans-serif;
    font-size: 20px;
    line-height: 34px;
    text-align: left; */
    padding: 15px 30px 0px 15px;
    /* text-transform: none;
    font-weight: 300;
    letter-spacing: 1px;
    display: block; */
    margin: 0;
    cursor: pointer;
    transition: .2s;
}
#faq div {
    /* color: #333;
    text-align: left;
    font-family: 'hm_light', sans-serif;
    font-size: 14px;
    line-height: 1.45;
    position: relative;
    overflow: hidden;
    max-height: 250px;
    will-change: max-height; */
    contain: layout;
    /* display: inline-block;
    opacity: 1; */
    transform: translate(0, 0);
    margin-top: 5px;
    margin-bottom: 15px;
    padding: 0 50px 0 15px;
    transition: .3s opacity, .6s max-height;
    hyphens: auto;
    z-index: 2;
}
#faq ul {
    /* perspective: 900; */
    margin: 0;
}
#faq ul > li {
    position: relative;
    overflow: hidden;
    padding: 0;
    margin: 0;
    background: #fff;
    box-shadow: 0 3px 10px -2px rgba(0,0,0,0.1);
    -webkit-tap-highlight-color: transparent;
}
#faq ul > li + li {
    margin-top: 15px;
}
#faq ul > li:last-of-type {
    padding-bottom: 0;
}
#faq ul > li i {
    position: absolute;
    transform: translate(-6px, 0);
    margin-top: 28px;
    right: 15px;
}
#faq ul > li i:before, ul li i:after {
    content: "";
    position: absolute;
    background-color: #FF0000;
    width: 3px;
    height: 9px;
}
#faq ul > li i:before {
    transform: translate(-2px, 0) rotate(45deg);
}
#faq ul > li i:after {
    transform: translate(2px, 0) rotate(-45deg);
}
#faq ul > li input[type=checkbox] {
    position: absolute;
    cursor: pointer;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0;
    touch-action: manipulation;
}
#faq ul > li input[type=checkbox]:checked ~ h2 {
    color: #000;
}
#faq ul > li input[type=checkbox]:checked ~ div {
    /*margin-top: 0;*/
    max-height: 0;
    transition: .3s;
    opacity: 0;
    /*transform: translate(0, 50%);*/
}
#faq ul > li input[type=checkbox]:checked ~ i:before {
    transform: translate(2px, 0) rotate(45deg);
}
#faq ul > li input[type=checkbox]:checked ~ i:after {
    transform: translate(-2px, 0) rotate(-45deg);
}

.search:has(.site-search-results) {
    position: relative;
}
.site-search-results {
    position: absolute;
    width: 100%;
    top: 45px;
    z-index: 99;
    background: #fff;
    border: 1px solid #ccc;
    border-top: none;
}
.simplesearch-result {
    padding: 10px;
    border-top: 1px solid #ccc;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 12px;
    gap: 10px;
}
.simplesearch-result:hover {

}
.simplesearch-result > .row {
    align-items: center;
}
.simplesearch-result a:hover, .simplesearch-result a:hover + a {
    text-decoration: none;
    color: #FF0000;
}
.simplesearch-result img {
    min-width: 45px;
    min-height: 45px;
}
#shadow-root main {
    left: .5rem !important;
    right: unset !important;
}


/* Поднимаем всплывающую подсказку поиска над шапкой */
.ui-autocomplete, #ui-id-1 {
    z-index: 1050 !important;
}

body.compensate-for-scrollbar,
.compensate-for-scrollbar {
    margin-right: 0 !important;
    padding-right: 0 !important;
}

/* Чтобы sticky-шапка не пыталась тоже что-то компенсировать */
.header-bottom.sticky.compensate-for-scrollbar {
    margin-right: 0 !important;
    padding-right: 0 !important;
}

/* Полная копия логики Fancybox для модалок Bootstrap: оставляем скроллбар на месте */
body.modal-open {
    overflow: visible !important; /* Оставляем скролл, чтобы не было белой полосы */
    padding-right: 0 !important;  /* Гасим инлайновый прыжок от JS Bootstrap */
}

.modal {
    padding-right: 0 !important;
    /* width: 100vw !important; — ЭТО БОЛЬШЕ НЕ НУЖНО, оно ломало ширину */
}

/* Защита нашей плавающей шапки от скриптов Bootstrap */
.header-bottom.sticky[style*="padding-right"] {
    padding-right: 0 !important;
}

.tooltip-wrapper {
    position: relative;
    display: inline-block;
}

/* Стили иконки "i" */
.tooltip-trigger-ring {
    width: 16px;
    height: 16px;
    border-radius: 50%;
    border: 1px solid #333;
    background: transparent;
    cursor: pointer;
    font-size: 12px;
    line-height: 1;
    padding: 0;
    color: #333;
}

/* Стили самого всплывающего окна (как на фото 2) */
.tooltip-box {
    display: none; /* Скрыто по умолчанию */
    position: absolute;
    bottom: 130%; /* Поднимаем над иконкой */
    left: 50%;
    transform: translateX(-50%);
    width: auto;
    white-space: nowrap;
    background-color: rgba(51, 51, 51, 0.9);
    color: #fff;
    padding: 10px 20px 10px 15px;
    border-radius: 4px;
    font-size: 13px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.2);
    z-index: 100;
    text-align: center;
}

/* Стрелочка вниз у подсказки */
.tooltip-box::after {
    content: "";
    position: absolute;
    top: 100%; /* В самом низу блока */
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #333 transparent transparent transparent;
}

/* Класс, который показывает окно */
.tooltip-wrapper.active .tooltip-box {
    display: block;
}

/* Крестик закрытия */
.tooltip-close {
    position: absolute;
    top: 2px;
    right: 5px;
    background: none;
    border: none;
    color: #999;
    font-size: 16px;
    cursor: pointer;
    line-height: 1;
}
.tooltip-close:hover {
    color: #fff;
}

.jGrowl {
    display: none;
}


.product-colors {
    display: flex;
    flex-wrap: nowrap;
    gap: 10px;
    padding: 0;
    min-width: min-content;
    justify-content: center;
}

.product-color {
    flex: 0 0 auto;
    max-width: 32px;
    width: 30px;
    height: 30px;
    max-height: 30px;
    border-radius: 50%;
    cursor: pointer;
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.25) inset;
    position: relative;
}

.product-color.active:before {
    content: '';
    position: absolute;
    top: -3px;
    left: -3px;
    width: calc(100% + 6px);
    height: calc(100% + 6px);
    border-radius: 50%;
    border: 1px solid #000;
    z-index: 1;
}

.owl-carousel:not(.owl-loaded) .owl-item:not(.active) {
    display: none;
}

.owl-carousel.owl-hidden {
    opacity: 1!important;
}

.product-slider .owl-stage:not([style*="width"]) .owl-item:not(:first-child) {
    display: none;
}

.hiddened {
    display: none!important;
}

.filters-parent {
    display: block;
}

.filter-button {
    display: none!important;
}

@media screen and (max-width: 991px) {
    .filters-parent {
        display: none!important;
    }
    
    .filters-parent.open {
        display: block!important;
    }
    
    .filter-button {
        display: inline-flex!important;
    }
}