:root {
    --orange: #F38125;
    --orange2: #FDAF54;
    --orange3: #FDC370;
    --black: #292626;
    --grey: #C1BEBD;
    --grey2: #82837D;
    --grey-background: #F6F5F5;
    --white: #FFFFFF;
}
* {
    box-sizing: border-box;
}
html {
    font-family: "Helvetica", serif;
    margin: 0;
    padding: 0;
}
::placeholder {
    font-family: "Helvetica", serif;
}
body {
    padding: 0;
    margin: 0;
    background: var(--grey-background);
}
body.open-popup {
    overflow: hidden;
}
.owl-dots {
    /* display: none; */
    padding: 30px;
    display: flex;
    justify-content: center;
    gap: 15px;

}
.owl-carousel .owl-dots .owl-dot {
    width: 15px;
    height: 15px;
    background: var(--grey);
    border-radius: 50%;
}
.owl-carousel .owl-dots .owl-dot.active {
    background:var(--orange);
}
.required label::after,
label.required::after {
    content: '*';
    color: var(--orange);
    margin-left: 4px;
    font-size: 16px;
}
.menu-title.down::after {
    content: '';
    background: url("/catalog/view/theme/twinn/image/icons/downbox.svg");
    background-size: 100%;
    width: 10px;
    height: 10px;
    display: inline-block;
    /* vertical-align: middle; */
    margin-left: 4px;
}

.page__title {
    font-weight: 700;
    font-size: clamp(26px, 4vw, 44px);
    line-height: 100%;
    text-transform: uppercase;
    text-align: center;
    margin: 0;
    width: 100%;
    padding: 50px 0;
}
.page__title.left {
    text-align: left;
}

/* HEADER START */
header {
    background: var(--grey-background);
    width: 100%;
    z-index: 2;
    position: sticky;
    top: 0;
}
.header_phone {
    text-decoration: none;
    color: #F38125;
}
.container {
    display: flex;
    justify-content: space-between;
    max-width: 1920px;
    margin: 0 auto;
    width: 100%;
    padding: 0 16px;
    min-width: 390px;
}
.logo {
    display: flex;
    align-items: center;
    max-width: 177px;
    min-width: 140px;
    padding: 10px 0;
}
.logo.up {
    z-index: 3;
}
.logo img {
    width: 100%;
}
.menu {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    gap: 0;
    align-items: center;
    white-space: nowrap;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}
.menu .menu-item {
    position: relative;
    font-size: 16px;
    padding: 30px 10px 40px;
    margin-bottom: -10px;
    z-index: 1;
    color: var(--black);
}
.menu .menu-item a {
    color: var(--black);
    text-decoration: none;
}
.menu .menu-title {
    text-transform: uppercase;
    line-height: 20px;
}
.menu .menu-language,
.menu .menu-close {
    display: none
}
.submenu {
    text-transform: none;
    display: none;
    position: absolute;
    top: 81px;
    list-style: none;
    padding: 20px;
    margin: 0 auto;
    width: fit-content;
    background: var(--white);
    z-index: 2;
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
    box-shadow: 0 4px 18px rgba(0, 0, 0, 0.12);
}
.submenu li, .submenu li a {
    color: var(--black);
    cursor: pointer;
    line-height: 16px;
    border: none;
    text-decoration: none;
}
.submenu li:hover, .submenu li:hover a {
    cursor: pointer;
    color: var(--orange);
}
.menu .menu-item:hover .menu-title,
.menu .menu-item.open .menu-title {
    cursor: pointer;
    color: var(--orange);
}
.menu .menu-item:hover .down::after {
    background: url("/catalog/view/theme/twinn/image/icons/upboxactive.svg");
}
.menu .menu-item:hover .submenu {
    display: flex;
    flex-direction: column;
    gap: 18px;
}
.control {
    display: flex;
    align-items: center;
}
.control a {
    padding: 6px;
    margin: 0 2px;
    cursor: pointer;
    white-space: nowrap;
}
.language {
    display: flex;
    align-items: center;
    gap: 5px;
    cursor: pointer;
    position: relative;
    padding: 30px 8px 40px;
    margin: 0 2px -10px;
    white-space: nowrap;
}
.language::after {
    content: '';
    background: url("/catalog/view/theme/twinn/image/icons/down.svg");
    width: 14px;
    height: 14px;
    padding: 2px 1px 1px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 5px;
}
.language:hover {
    color: var(--orange);
}
.language:hover::after {
    background: url("/catalog/view/theme/twinn/image/icons/up-active.svg");
}
.language__block {
    display: none;
    position: absolute;
    background: #FFF;
    padding: 20px;
    width: fit-content;
    box-shadow: 0 4px 18px rgba(0, 0, 0, 0.12);
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    flex-direction: column;
    gap: 18px;
    top: 79px;
    left: -6px;
    z-index: 1;
}
.language__block a {
    font-size: 16px;
    color: var(--black);
    cursor: pointer;
}
.language__block a::before {
    display: none !important;
}
.language__block a:hover {
    color: var(--orange);
}
.language:hover .language__block {
    display: flex;
}
.search {

}
.control a:nth-child(2)::before {
    content: '';
    width: 2px;
    height: 30px;
    background: #e9e9e9;
    display: inline-block;
    margin: 0 12px 0 0;
    border-radius: 5px;
}
.cart {
    position: relative;
}
.cart span {
    background: var(--orange);
    border-radius: 50%;
    font-size: 12px;
    width: 20px;
    height: 20px;
    position: absolute;
    display: none;
    align-items: center;
    color: var(--white);
    justify-content: center;
    top: -2px;
    right: 0;
}
.cart.total span {
    display: flex;
}
/* HEADER END */
.content {
    max-width: 1920px;
    margin: 0 auto;
    min-width: 390px;
    padding-bottom: clamp(60px, 10vw, 160px);
}
.button {
    background: var(--orange);
    border: 2px solid var(--orange);
    border-radius: 15px;
    color: var(--white);
    padding: 18px 28px;
    font-size: 20px;
    text-transform: uppercase;
    width: max-content;
    outline: none;
    cursor: pointer;
    text-align: center;
    font-weight: 700;
    text-decoration: none;
    line-height: 100%;
    display: inline-block;
}
.button:hover {
    background: transparent;
    color: var(--orange);
}
.button.disabled, .button:disabled {
    background: var(--grey) !important;
    border-color: var(--grey) !important;
    color: #FFF !important;
}
.privacy-link:hover {

}
.popup__wrapper {
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
    background: rgba(0, 0, 0, .8);
    z-index: 1;
    top: 0;
    left: 0;
    overflow: auto;
}
body.open-popup .popup__wrapper {
    display: flex;
}
.popup__wrapper .popup {
    z-index: 2;
}
.popup.open {
    display: flex;
    top: clamp(70px, 8vw, 130px);
}
.popup.popup__search.open {
    top: 78px;
}
.popup .popup__close {
    cursor: pointer;
}
.popup__overlay {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.popup__search {
    display: none;
    align-items: center;
    width: 100%;
    height: 116px;
    position: fixed;
    top:0;
    left:0;
    background: var(--grey2);
}
.popup__search .popup__search-form {
    width: 100%;
    display: flex;
    align-items: center;
    position: relative;
}
.popup__search .popup__search-form input {
    width: 100%;
    border: none;
    border-bottom: 2px solid #E9E9E9;
    background: transparent;
    padding: 8px 4px;
    outline: none;
    font-size: 20px;
    color: var(--orange3);
}
.popup__search .popup__search-form input::placeholder {
    color: var(--grey-background);
    opacity: 1;
}
.popup__search .popup__search-form .search__clear {
    right: 2px;
    position: absolute;
}
.popup__search .popup__search-form .search__clear:hover svg path {
    fill: var(--orange);
}
.popup__city {
    background: var(--white);
    border-radius: 12px;
    padding: 50px 30px;
    width: calc(100% - 16px);
    max-width: 800px;
    display: none;
    position: absolute;
    flex-direction: column;
    gap: 50px;
}
.popup__city-title {
    color: color(--black);
    font-size: 30px;
    font-weight: 700;
    text-transform: uppercase;
    cursor: default;
}
.popup__city-title .popup__close {
    position: absolute;
    top: 25px;
    right: 25px;
    width: 14px;
    height: 14px;
}
.popup__close svg {
    display: block;
    width: 100%;
    height: 100%;
}
.popup__close svg path {
    fill: var(--black);
}
.popup__city-list {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}
.popup__city-list-item {
    width: 26%;
    font-size: 20px;
    cursor: pointer;
    color: var(--black);
    text-decoration: none;
}
.popup__city-list-item:hover {
    color: var(--orange);
}
.popup__city-list-watermark {
    position: absolute;
    right: 0;
    top: 30%;
    height: 45%;
}
.popup__city-list-watermark img {
    width: 100%;
    height: 100%;
}



.popup__cart {
    background: var(--white);
    border-radius: 12px;
    padding: 30px;
    width: calc(100% - 16px);
    max-width: 800px;
    display: none;
    position: absolute;
    flex-direction: column;
    gap: 20px;
}
.popup__cart-title {
    color: var(--black);
    font-size: clamp(20px, 5vw, 30px);
    font-weight: 700;
    text-transform: uppercase;
    cursor: default;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #E9E9E9;
    padding-bottom: 20px;
}
.popup__form-alert {
    color:#FF0000;
    font-size: 12px;
    line-height: 120%;
    font-weight: 300;
}

.popup__cart-products {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.popup__cart-product {
    width: 100%;
    border: 1px solid #E9E9E9;
    border-radius: 12px;
    display: flex;
    padding: 14px;
    gap: 20px;
}
.popup__cart-product-image {
    width: 100%;
    max-width: clamp(116px, 15vw, 180px);
}
.popup__cart-product-image img {
    width: 100%;
}
.popup__cart-product-info {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.popup__cart-product-info-title {
    display: flex;
    justify-content: space-between;
    font-size: clamp(14px, 3.3vw, 20px);
    font-weight: 700;
    text-transform: uppercase;
}
.popup__cart-product-info-title a {
    text-decoration: none;
    color: var(--black);
}
.popup__cart-product-info-extra {
    display: flex;
    flex-direction: column;
    align-items: end;
    gap: 20px;
}
.popup__cart-product-delete {
    width: 16px;
    height: 16px;
    padding: 1px;
    cursor: pointer;
}
.popup__cart-product-delete svg {
    width: 100%;
    height: 100%;
}
.popup__cart-product-delete svg path {
    fill: var(--black);
}

.popup__cart-product-info-extra-price {
    color: var(--black);
    font-size: clamp(15px, 3vw, 22px);
    font-weight: 700;
    text-transform: uppercase;
}
.popup__cart-product-info-extra-quantity {
    background: #FFF2E1;
    border: 0.5px solid var(--grey);
    border-radius: 6px;
    display: flex;
    max-width: 102px;
}
.popup__cart-product-info-extra-quantity span {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    min-width: 34px;
    height: 34px;
}
.popup__cart-product-info-extra-quantity input {
    border: none;
    outline: none;
    background: #FFF;
    width: 100%;
    text-align: center;
}
.popup__cart-coupon {
    display: flex;
    flex-direction: column;
    width: 100%;
    gap: 14px;
    padding-bottom: 10px;
}
.popup__cart-coupon-title {
    font-size: 20px;
    font-weight: 700;
    color: var(--black);
}
.popup__cart-coupon-block {
    display: flex;
    gap: 14px;
}
.popup__cart-coupon-block .popup__cart-coupon-field {
    width: 100%;
}
.popup__cart-coupon-block input {
    width: 100%;
    padding: 11px;
    color: var(--grey2);
    font-size: 20px;
    font-weight: 300;
    line-height: 120%;
    border: 1px solid #E9E9E9;
    border-radius: 6px;
}
.popup__cart-coupon-field .success {
    display: none;
    color: #215C35;
    font-size: 16px;
    line-height: 120%;
    text-align: center;
    padding-top: 12px;
}
.popup__cart-coupon-field .error {
    display: none;
    color: #FF0000;
    font-size: 14px;
    line-height: 120%;
    padding-top: 8px;
}
.popup__cart-coupon.complete .popup__cart-coupon-block input {
    text-align: center;
    color: var(--black);
    background: #EAEAEA;
}
.popup__cart-coupon.error .popup__cart-coupon-block input {
    background: #FFF3F3;
    border-color: #FF0000;
    color: #FF0000;
}
.popup__cart-coupon.complete .popup__cart-coupon-field .success {
    display: block;
}
.popup__cart-coupon.error .popup__cart-coupon-field .error {
    display: block;
}
.popup__cart-coupon.complete .popup__cart-coupon-block button {
    display: none;
}
.popup__cart-coupon-block input::placeholder {
    color: var(--grey);
}
.popup__cart-coupon-block input:focus {
    border-color: var(--orange3);
    outline: none;
    background: #FFF8F3;
}
.popup__cart-coupon-button {
    width: 10%;
    padding: 13px 30px;
    min-width: fit-content;
    font-size: 16px;
}
.popup__cart-total {
    width: 100%;
    text-align: right;
    border-top: 1px solid #E9E9E9;
    padding: 30px 0 10px;
    font-size: clamp(20px, 4.5vw, 28px);
    font-weight: 700;
    text-transform: uppercase;
}
.popup__cart-buttons {
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
}
.popup__cart-checkout-button {
    padding: 18px 22px;
}
.popup__cart-buttons span {
    color: var(--orange);
    font-size: 18px;
    line-height: 20px;
    font-weight: 700;
    text-transform: uppercase;
}
.popup__cart-buttons span::before {
    content: '';
    background: url("/catalog/view/theme/twinn/image/icons/up-active.svg");
    width: 16px;
    height: 16px;
    padding: 0;
    display: inline-block;
    vertical-align: middle;
    margin-right: 7px;
    transform: rotate(-90deg);
    margin-top: -5px;
}
.popup__cart-empty {
    padding: 120px 20px;
    display: flex;
    flex-direction: column;
    gap: 30px;
    text-align: center;
    align-items: center;
    width: 100%;
}
.popup__cart-empty-text {
    font-size: 30px;
    font-weight: 700;
    color: var(--black);
}
.popup__cart-empty-button {
    padding: 18px 69px;
}
.popup__form {
    background: var(--white);
    padding: 44px;
    width: calc(100% - 32px);
    max-width: 720px;
    display: none;
    position: absolute;
    flex-direction: column;
    gap: 20px;
}
.popup__form-title {
    color: var(--black);
    font-size: clamp(20px, 5vw, 30px);
    font-weight: 700;
    text-transform: uppercase;
    cursor: default;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #E9E9E9;
    padding-bottom: 20px;
}
.popup__form-title .popup__close {
    width: 14px;
    height: 14px;
}
.popup__form-success-title {
    color: var(--black);
    cursor: default;
    display: flex;
    justify-content: end;
    align-items: center;
    padding-bottom: 20px;
}
.popup__form-success-title .popup__close {
    width: 14px;
    height: 14px;
}
.popup__form-success {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.popup__form-success div {
    max-width: 500px;
    margin: 0 auto;
    text-align: center;
}
.popup__form-success-thanks {
    font-size: clamp(20px, 4vw, 30px);
    font-weight: 700;
    color: var(--black);
}
.popup__form-success-text {
    font-size: clamp(14px, 3.8vw, 24px);
    line-height: 160%;
    color:var(--grey2);
}
.popup__form-success-image svg {
    width: clamp(169px, 40vw, 289px);
}
.popup__form-form label {
    display: block;
    margin-bottom: 16px;
}
.popup__form-form input {
    width: 100%;
    border: none;
    border-bottom: 2px solid #C1BEBD;
    background: transparent;
    padding: 8px 4px;
    outline: none;
    color: var(--black);
    font-size: clamp(16px, 0.261vw + 0.936rem, 20px);
    line-height: 120%;
}
.popup__form input:focus {
    outline: none;
    color: var(--orange);
    border-color: var(--orange);
}
.popup__form input::-webkit-input-placeholder {
    font-weight: 300;
    color: var(--grey2);
}
.popup__form input::-moz-placeholder {
    font-weight: 300;
    color: var(--grey2);
}
.popup__form input::-ms-input-placeholder {
    font-weight: 300;
    color: var(--grey2);
}
.popup__form input::-ms-input-placeholder {
    font-weight: 300;
    color: var(--grey2);
}
.popup__form input::placeholder {
    font-weight: 300;
    color: var(--grey2);
}
.popup__form .alert {
    color: #FF0000;
    font-size: clamp(0.563rem, 0.196vw + 0.515rem, 0.75rem);
    font-weight: 300;
    line-height: 120%;
    padding-top: 6px;
    display: none;
}
.popup__form .error input {
    border-color: #FF0000;
    color: #FF0000;
}
.popup__form .error .alert {
    display: inline-block;
}
.popup__form-text {
    font-size: clamp(0.875rem, 0.131vw + 0.843rem, 1rem);
    line-height: 120%;
    color: #292626;
    font-weight: 400;
    padding: 18px 0 20px;
    margin: 0;
}
.popup__form-text a {
    color: var(--orange);
    text-decoration: underline;
    font-weight: 700;
}
.popup__form-form button {
    width: 100%;
}

/* FOOTER START */
footer {
    background: var(--black);
    color: var(--grey);
    padding: 30px;
    min-width: 390px;
}
footer .footer {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    max-width: 1620px;
    margin: auto;
    justify-content: space-between;
}
.footer-up {
    display: flex;
    width: 100%;
    padding: 0;
    max-width: 1620px;
    margin: 20px auto;
    justify-content: start;
    position: relative;
    gap: 9.25%;
    flex-wrap: wrap;
}
.footer-up__menu-part {
    width: 12.6%;
}
.footer-up__contacts {
    display: flex;
    flex-direction: column;
    gap: 36px;
}
.footer-up__contacts-item img {
    max-width: 90%;
}
.footer-up__contacts-item-title {
    font-size: 20px;
    color:var(--white);
    line-height: 120%;
    font-weight: 700;
    padding-bottom: 10px;
}
.footer-up__contacts-item-text {
    font-weight: 400;
    font-size: 16px;
    line-height: 120%;
    color: var(--grey);
    text-decoration: none;
}
.footer-up__menu {
    display: flex;
    width: 100%;
    flex-basis: 75%;
    justify-content: space-between;
    white-space: nowrap;
}
.footer-up__menu-title {
    font-weight: 700;
    font-size: clamp(18px, 1.5vw, 24px);
    line-height: 120%;
    color: var(--white);
    margin-bottom: 10px;
    white-space: nowrap;
}
.footer-up__menu-part ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.footer-up__menu-part ul li, .footer-up__menu-part ul li a {
    font-size: 16px;
    font-weight: 400;
    color: var(--grey);
    line-height: 40px;
    cursor: pointer;
    text-decoration: none;
    white-space: nowrap;
}
.footer-up__menu-part ul li:hover, .footer-up__menu-part ul li:hover a {
    color: var(--orange2);
}
.footer-up__menu-part ul li.active, .footer-up__menu-part ul li.active a {
    color: var(--orange);
}
.footer-down {
    width: 100%;
    border-top: 2px solid var(--grey2);
    display: flex;
    justify-content: start;
    padding: 30px 0;
    font-size: 18px;
    line-height: 120%;
    align-items: center;
    max-width: 1620px;
    margin: 10px auto;
    position: relative;
    gap: 9.25%;
}
.footer-down__social {
    display: flex;
    gap: 20px;
    width: 34.45%;
}
.footer-down__region {
    color:var(--orange);
    text-align: left;
    cursor: pointer;
    width: 12.6%;
}
.footer-down__placeholder {
    width: 12.6%;
}
.footer-down__copy {
    color:var(--white);
    text-align: right;
    width: 34.45%;
}

.breadcrumb {
    font-size: 20px;
    line-height: 22px;
    display: flex;
    gap: 12px;
    align-items: center;
    justify-content: center;
    color: var(--black);
    padding: 0;
    width: 100%;
    font-weight: 300;
    z-index: 1;
}
.breadcrumb.absolute {
    position: absolute;
    width: 50%;
}
.breadcrumb.left {
    justify-content: left;
    padding: 0;
}
.breadcrumb a {
    text-decoration: none;
    color: #222;
    cursor: pointer;
}
.breadcrumb a:hover {
    color: var(--orange);
}


.pagination {
    display: flex;
    list-style: none;
    gap: 20px;
    justify-content: center;
    padding: 0;
    margin: 0 auto;
}
.pagination li a,
.pagination li span {
    width: clamp(28px, 2.6vw, 50px);
    height: clamp(28px, 2.6vw, 50px);
    background: #fff;
    border-radius: clamp(0.25rem, 0.261vw + 0.186rem, 0.5rem);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--black);
    font-size: clamp(16px, 1.3vw, 20px);;
    font-weight: 700;
    text-decoration: none;
}
.pagination li.active span {
    background: var(--orange);
    color: #fff;
    cursor: default;
}
.pagination li:hover a {
    background: var(--orange2);
    color: #fff;
    cursor: pointer;
}
.pagination li:hover path {
    fill: #fff;
}
.pagination li.disabled span {
    background: var(--orange3);
}
.pagination li.disabled span svg path {
    fill: #FFF;
}

.owl-prev {
    position: absolute;
    top: 60%;
    left: -70px;
}
.owl-next {
    position: absolute;
    top: 60%;
    right: -70px;
}
.owl-prev svg,
.owl-next svg {
    height: clamp(22px, 3.4vw, 50px);
}
.prime__slider-extended .owl-prev svg,
.prime__slider-extended .owl-next svg {
    height: clamp(26px, 3.5vw, 40px);
}
.owl-next svg {
    transform: rotate(180deg);
}

.owl-prev:hover svg path,
.owl-next:hover svg path {
    fill: #F38125;
}
.grey__line {
    background: #E9E9E9;
    height: 2px;
    width: 100%;
    margin-bottom: 50px;
    z-index: 1;
}
.extra_button {
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    color: var(--orange);
    display: flex;
    align-items: center;
    cursor: pointer;
}
.extra_button svg {
    width: 21px;
    height: 21px;
    margin-left: 8px;
}
.consultation__form {
    width: 100%;
    display: flex;
    margin: clamp(60px, 10vw, 160px) 0 0 0;
}
.consultation__form-block {
    width: 100%;
    flex-basis: 50%;
    background: #EDEDED;
    padding: 60px;
    line-height: 0;
}
.consultation__form-title {
    font-size: 44px;
    font-weight: 700;
    line-height: 120%;
    text-transform: uppercase;
    max-width: 500px;
    color: #292626;
}
.consultation__form-image {
    width: 100%;
    flex-basis: 50%;
    line-height: 0;
}
.consultation__form-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.consultation__form-form {
    max-width: 660px;
    margin-top: 30px;
}
.consultation__form-form label {
    display: block;
    margin-bottom: 16px;
}
.consultation__form-form input {
    width: 100%;
    border: none;
    border-bottom: 2px solid #ccc;
    background: transparent;
    padding: 8px 4px;
    outline: none;
    color: var(--grey2);
    font-size: 20px;
    line-height: 120%;
}
.consultation__form-form input:placeholder {
    font-weight: 300;
}
.consultation__form-form input:focus {
    border-bottom-color: #ff6600; /* оранжевый при фокусе */
}
.consultation__form-text {
    font-size: 16px;
    line-height: 120%;
    color: #292626;
    font-weight: 400;
    margin: 20px 0;
}
.consultation__form-text a {
    color: #ff6600;
    text-decoration: underline;
    font-weight: 700;
}
.consultation__form-form button {
    width: 100%;
}

.prime__page {
    display: flex;
    flex-direction: column;
    gap: clamp(60px, 10vw, 160px);
    width: 100%;
}
.prime__flex {
    width: 100%;
    display: flex;
}
.prime__block {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 20px;
    position: relative;
}
.prime__title {
    font-size: clamp(26px, 2.4vw, 44px);
    font-weight: 700;
    text-transform: uppercase;
    color: var(--black);
    margin: 0;
}
.prime__subtitle {
    font-size: clamp(16px, 3vw, 24px);
    color:var(--grey2);
}
.prime__text {
    color: var(--grey2);
    line-height: 160%;
    font-size: clamp(16px, 3vw, 20px);
    font-weight: 400;
}
.prime__title span,
.prime__text span {
    color: var(--orange);
}
.prime__text a {
    color: var(--orange);
    cursor: pointer;
}
.prime__text ul {
    list-style-type: none;
    line-height: 160%;
    padding-left: 0;
}
.prime__text ul li::before {
    content: "—";
    margin-right: 0.5em;
}
.prime__block img {
    width: 100%;
}
.prime__block .button {
    margin-top: 10px;
}
.text-center {
    text-align: center;
}
.block-center {
    align-items: center;
}
.prime__slider .owl-prev,
.prime__slider .owl-next {
    top: 50%;
}
.bubble {
    width: 40px;
    min-width: 40px;
    height: 40px;
    border-radius: 50%;
    background: var(--orange3);
    display: inline-block;
    cursor: pointer;
}
.bubble-border {
    border: 1px solid var(--grey);
}
.prime__slider-extended .prime__slider .owl-next {
    right: 0;
    bottom: -115px;
    height: 100px;
    top: unset;
}
.prime__slider-extended .prime__slider .owl-prev {
    right: 80px;
    left: unset;
    bottom: -115px;
    height: 100px;
    top: unset;
}
.prime__slider-extended .prime__slide {
    color: var(--black);
}

.prime-products__slider {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.dealer__products {
    display: block;
    width: 100%;
}
.prime-products__slider-product {
    position: relative;
    padding: 25px;
    display: flex;
    flex-direction: column;
    gap: 24px;
}
.main_products .prime-products__slider-product {
    padding-top: 0;
}
.prime-products__slider-product div {
    z-index: 1;
    position: relative;
}
.prime-products__slider-product-image img {
    width: 100%;
    max-width: 200px;
    margin: auto;
}
.prime-products__slider-product-name {
    font-size: 20px;
    text-transform: uppercase;
    color: #292626;
    font-weight: 700;
    text-align: center;
}
.prime-products__slider-product-name a {
    color: #292626;
    text-decoration: none;
}
.products__list-product-colors {
    display: flex;
    overflow: auto;
    gap: 6px;
    scrollbar-width: none; /* Firefox */
    -ms-overflow-style: none; /* IE и Edge */
    padding-bottom: 10px;
    box-sizing: border-box;
    width: 100%; /* фиксируем ширину под родителя */
    max-width: 585px; /* не шире родителя */
}
.products__list-product-colors::-webkit-scrollbar {
    display: none; /* Chrome, Safari */
}

.prime-products__slider-product-price {
    color: #82837D;
    font-size: 20px;
    font-weight: 400;
    text-align: center;
}
.prime-products__slider-product::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 60%; /* нижняя половина */
    background-color: #FFF;
    z-index: 0;
    border-radius: 8px;
}

.products__list {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    gap: 15px;
}
.products__list-product {
    flex: 1 1 100%;
    border-radius: 12px;
    background: #FFF;
    padding: 40px;
    cursor: pointer;
    position: relative;
}
.products__list-2 .products__list-product {
    flex:1 1 calc(50% - 7.5px);
    max-width: calc(50% - 7.5px);
}
.products__list-3 .products__list-product {
    flex:1 1 calc(33.33% - 10px);
    max-width: calc(33.33% - 10px);
}
.products__list-product-image {
    max-width: 320px;
    margin: auto;
}
.products__list-product-image img {
    width: 100%;
}
.product__list-product-payment {
    position: absolute;
    right: 20px;
    top: 20px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.product__list-product-payment img {
    width: 48px;
    height: 48px;
}
.product__list-product-special {
    position: absolute;
    top: 20px;
    left: 20px;
    background: var(--orange3);
    padding: 4px 10px;
    border-radius: 7px;
    font-size: 12px;
    font-weight: 700;
    color: var(--black);
}
/* Подсказка через псевдоэлемент */
[data-tooltip]::after {
    content: attr(data-tooltip); /* берёт текст из атрибута */
    position: absolute;
    left: 50%;
    bottom: 125%; /* выше элемента */
    transform: translateX(-50%);
    background: #333;
    color: #fff;
    padding: 6px 10px;
    border-radius: 5px;
    white-space: nowrap;
    font-size: 14px;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s;
    z-index: 10;
}
.product__parts-payment[data-tooltip]::after {
    white-space: wrap;
    min-width: 250px;
}
@media(max-width: 768px) {
    [data-tooltip]::after {
        transform: translateX(0);
        left: 0;
        max-width: 80%;
    }
}

/* Треугольник снизу подсказки */
[data-tooltip]::before {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 115%; /* чуть ниже подсказки */
    transform: translateX(-50%);
    border-width: 5px;
    border-style: solid;
    border-color: #333 transparent transparent transparent;
    opacity: 0;
    transition: opacity 0.3s;
}

/* Показать подсказку при наведении */
[data-tooltip]:hover::after,
[data-tooltip]:hover::before {
    opacity: 1;
}


.products__list-product-name {
    font-size: clamp(20px, 0.625vw + 1.125rem, 30px);
    font-weight: 700;
    line-height: 100%;
    text-transform: uppercase;
    padding: 20px 0;
    color: var(--black);
}
.products__list-product-name a {
    color: var(--black);
    text-decoration: none;
}
.products__list-product-price {
    font-size: 20px;
    font-weight: 400;
    line-height: 160%;
    color: var(--grey2);
}
.products__list-product-discount {
    position: absolute;
    top: 20px;
    right: 20px;
    background: var(--orange3);
    padding: 4px 10px;
    border-radius: 7px;
    font-size: 12px;
    font-weight: 700;
    color: var(--black);
}
.reviews-page {
    margin-top: 20px;
    position: relative;
}
.reviews-page .reviews-item {
    display: flex;
    flex-direction: column;
    gap: 15px;
}
.reviews-page .reviews-text {
    font-style: italic;
    color: var(--black);
    line-height: 140%;
    z-index: 3;
}
.reviews-page .review-info {
    display: flex;
    flex-direction: column;
    gap: 5px;
}
.reviews-page .reviews-name {
    font-weight: 700;
    font-size: 16px;
}
.reviews-page .reviews-date {
    color:var(--grey);
    font-size: 14px;
}
.products__pagination {
    padding-top: clamp(30px, 2.65vw, 50px);
}

.vertical-scroll {
    overflow-x: auto;
}
.vertical-scroll::-webkit-scrollbar {
    display: none;
}
input[type='radio'] {
    border: 2px solid white;
    box-shadow: 0 0 0 1px #E27C54;
    appearance: none;
    border-radius: 50%;
    width: 16px;
    height: 16px;
    background-color: #fff;
    transition: all ease-in 0.2s;
    margin: 0 8px 0 0;
}
input[type='radio']:checked {
    background-color: #E27C54;
}
.loader {
    width: 50px;
    aspect-ratio: 1;
    border-radius: 50%;
    background:
            radial-gradient(farthest-side,#ffa516 94%,#0000) top/8px 8px no-repeat,
            conic-gradient(#0000 30%,#ffa516);
    -webkit-mask: radial-gradient(farthest-side,#0000 calc(100% - 8px),#000 0);
    animation: l13 1s infinite linear;
}
@keyframes l13{
    100%{transform: rotate(1turn)}
}


@media (min-width: 390px) {
    .prime__slider-extended .owl-stage-outer {
        width: calc(100% + 16px);
    }
}
@media (min-width: 769px) {
    .container {
        padding: 0 32px;
    }
    .prime__page {
        padding-top: 50px;
    }
    .prime__slider-extended .owl-stage-outer {
        width: calc(100% + 32px);
    }
}
@media (min-width: 1025px) {
    .menu-button {
        display: none;
    }
    .menu .menu-item:hover .menu-title {
        cursor: pointer;
        color: var(--orange);
        border-bottom: 1px solid var(--orange);
        margin-bottom: -1px;
    }
}
@media (min-width: 1440px) {
    .container {
        padding: 0 100px;
    }
    .prime__slider-extended .owl-stage-outer {
        width: calc(100% + 100px);
    }

}
@media (min-width: 1920px) {
    .container {
        padding: 0 150px;
    }
    .prime__slider-extended .owl-stage-outer {
        width: calc(100vw - ((100vw - 1620px) / 2));
    }
}


@media (max-width: 1512px) {

}
@media (max-width: 1440px) {

    .owl-prev {
        top: 65%;
        left: 1.5%;
    }
    .owl-next {
        top: 65%;
        right: 1.5%;
    }
}
@media (max-width: 1280px) {
    .footer-up {
        gap: 20px 5%;
    }
    .footer-up__menu-part {
        width: 30%;
    }
    .footer-down {
        gap: 5%;
    }
    .footer-down__social {
        width: 30%;
    }
    .footer-down__region {
        width: 15%;
    }
    .footer-down__copy {
        width: 45%;
    }
    .menu {
        position: relative;
        left: unset;
        transform: none;
    }
}
@media (max-width: 1100px) {
    .language::after {
        width: 10px;
        height: 10px;
        background-size: 100%;
        margin-left: 0;
    }
    .menu .menu-item {
        padding: 30px 5px 40px;
    }
    .logo {
        max-width: 150px;
    }
}
@media (max-width: 1024px) {
    .menu {
        display: none;
    }
    .menu.show-mobile {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        background: var(--white);
        z-index: 2;
        padding: 60px 16px 0;
        transform: none;
    }
    .menu .menu-title {
        display: flex;
        align-items: center;
        justify-content: space-between;
        font-size: 18px;
    }
    .menu .menu-item {
        padding: 15px 0;
        border-bottom: 1px solid #E4E5E9;
        font-size: 17px;
        margin: 0;
    }
    .menu .menu-language {
        display: flex;
        justify-content: space-between;
        gap: 20px;
        padding: 40px 0;
    }
    .menu #form-language-mobile {
        display: flex;
        gap: 20px;
    }
    .menu .menu-close {
        position: absolute;
        top: 16px;
        right: 16px;
        display: block;
    }
    .menu .menu-language a {
        text-decoration: none;
        color: var(--black);
        font-size: 20px;
    }
    .menu .menu-language a.active {
        color: var(--orange);
    }
    .submenu {
        position: relative;
        padding: 16px 0;
    }
    .menu .menu-item:hover .submenu,
    .menu .menu-item.open .submenu {
        display: flex;
        flex-direction: column;
        gap: 22px;
        top: 0;
        left: 0;
        text-align: left;
        width: 100%;
        box-shadow: none;
        padding-left: 20px;
    }
    .menu .submenu li a {
        font-size: 18px;
        line-height: 100%;
    }
    .language {
        display: none;
    }
    .cart span {
        top: 0;
        right: 3px;
    }
    .control a:nth-child(2)::before {
        display: none;
    }
    .control a:nth-child(4)::before {
        content: '';
        width: 2px;
        height: 26px;
        background: #e9e9e9;
        display: inline-block;
        margin: 0 12px 0 0;
        border-radius: 5px;
    }
    .breadcrumb.absolute {
        display: none;
    }
    .popup.popup__search.open {
        top: 74px;
    }
}
@media (max-width: 930px) {
    .products__list-product-colors {
        max-width: 134px;
    }
}
@media (max-width: 768px) {
    .button {
        font-size: 16px;
        width: 100%;
    }

    footer .container {
        min-height: 50px;
    }
    .logo {
        max-width: 141.37px;
        min-height: 60px;
        padding: 0;
    }
    .control svg {
        vertical-align: middle;
    }
    footer {
        margin: 0;
        padding: 30px 16px;
    }
    .footer-up {
        flex-direction: column;
        padding: 0;
        margin: 0 auto;
        gap: 4px;
    }
    .footer-up__contacts {
        margin-bottom: 10px;
    }
    .footer-up__menu {
        flex-direction: column;
    }
    .footer-up__menu-part {
        border-bottom: 1px solid var(--grey2);
        max-height: 60px;
        overflow: hidden;
        transition: max-height 0.4s ease;
        width: 100%;
    }
    .footer-up__menu-part.footer-up__contacts {
        max-height: none;
        border: none;
    }
    .footer-up__menu-part.open {
        max-height: none;
    }
    .footer-up__menu-title {
        padding: 15px 0;
        position: relative;
        margin: 0;
    }
    .footer-up__menu-title::after {
        content: '';
        width: 20px;
        height: 20px;
        display: inline-block;
        float: right;
        vertical-align: middle;
        margin-right: 2px;
        margin-top: 6px;
        background-color: var(--white);
        -webkit-mask: url("/catalog/view/theme/twinn/image/icons/down.svg") no-repeat center;
        mask: url("/catalog/view/theme/twinn/image/icons//down.svg") no-repeat center;
        -webkit-mask-size: contain;
        mask-size: contain;
        transition: transform 0.3s ease;
    }
    .footer-up__menu-part.open .footer-up__menu-title::after {
        transform: rotate(180deg);
    }
    .footer-down {
        flex-direction: column;
        align-items: start;
        text-align: left;
        gap: 30px;
        border: none;
        margin: 0;
        padding: 30px 0 0;
    }
    .footer-down__social {
        width: 100%;
    }
    .footer-down__region {
        font-size: 16px;
        width: 100%;
    }
    .footer-down__copy {
        text-align: left;
        font-size: 14px;
        width: 100%;
    }
    .footer-up__menu-part ul {
        margin-bottom: 10px;
        text-align: right;
    }
    .popup__wrapper.with-menu {
        top: 60px;
    }
    .popup__search {
        top: 60px;
        height: 88px;
    }
    .popup__city {
        top: 20px;
        gap: 30px;
        padding: 40px 20px
    }
    .popup__city-list {
        gap: 20px;
    }
    .popup__city-list-item {
        font-size: 18px;
        width: 100%;
    }
    .popup__city-list-watermark {
        width: 35%;
        right: 0;
    }
    .control a:nth-child(4)::before {
        vertical-align: middle;
    }
    .pagination {
        gap: 18px;
    }
    .breadcrumb {
        display: none;
    }
    .popup__cart-coupon-block {
        flex-direction: column;
    }
    .popup__cart-coupon-button {
        width: 100%;
        border-radius: 8px;
    }
    .popup__cart-total {
        text-align: center;
        padding: 20px 0 0;
    }
    .popup__cart-coupon {
        padding: 0;
    }
    .popup__cart-buttons {
        flex-direction: column-reverse;
        gap: 20px;
    }
    .popup__cart {
        padding: 20px 16px;
    }
    .owl-prev {
        top: 35px;
        left: 42%;
    }
    .owl-next {
        top: 35px;
        right: 42%;
    }
    .page__title {
        text-align: left;
    }
    .grey__line {
        margin-bottom: 40px;
    }
    .popup.popup__search.open {
        top: 60px;
    }
    .popup__form {
        border-radius: 12px;
        padding: 16px;
    }
    .consultation__form {
        flex-direction: column;
    }
    .consultation__form-block {
        padding: 16px;
    }
    .consultation__form-title {
        font-size: 26px;
        max-width: none;
        padding: 14px 0 24px;
    }
    .consultation__form-form {
        max-width: none;
    }
    .consultation__form-form input {
        font-size: 18px;
    }
    .consultation__form-text {
        padding: 5px 0;
    }
    .consultation__form-form button {
        margin: 3px 0 8px;
    }
    .prime__slider {
        padding-bottom: 44px;
    }
    .prime__slider-extended .prime__slider .owl-next {
        bottom: -92px;
    }
    .prime__slider-extended .prime__slider .owl-prev {
        right: 50px;
        bottom: -92px
    }
    .prime__block img {
        height: 100%;
    }
    .products__list-product {
        flex: 0 0 100% !important;
        max-width: 100% !important;
    }
    .products__list {
        padding-top: 4px;
    }
    .pagination li a,
    .pagination li span {
        font-weight: 400;
    }
    .owl-nav {
        position: relative;
    }
    .products__list-product-colors {
        max-width: 100%;
    }
    .header_phone {
        display: none;
    }
    .menu-language .header_phone {
         display: block;
    }
    .dealer__products {
        margin-bottom: 54px;
    }
}
@media (max-width: 440px) {

}

/* CATEGORIES FROM CATEGORY FILE, BECAUSE SHOW CATEGORIES IN MAIN PAGE */

.main__categories-block {
    padding: 115px 0;
    width: 100%;
}
.main__categories-block .page__title {
    padding: 45px 0 25px 0;
    text-align: left;
}
.category__categories {
    display: flex;
    gap: 30px;
    justify-content: flex-start;
    width: 100%;
    padding: 0 0 25px 0;
}
.category__categories.main__categories {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    position: relative;
    padding: 0;
}
.category__categories.main__categories::after {
    content: '';
    position: absolute;
    left: 0;
    top: calc(50% + 15px);
    width: 100%;
    height: 1px;
    background: #E9E9E9;
}
.category__categories-category {
    position: relative;
    padding: 25px 50px;
    display: flex;
    flex-direction: column;
    gap: 24px;
    width: 100%;
    flex: 1 1 calc(20% - 30px);
}
.category__categories-category:nth-child(n+6) {
    display: none;
}
.main__categories .category__categories-category:nth-child(n+6) {
    display: flex;
}
.main__categories .category__categories-category {
    padding-top: 20px;
}
.category__categories-category::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 60%;
    background-color: #FFF;
    z-index: 0;
    border-radius: 8px;
}
.category__categories-category-image {
    z-index: 1;
    position: relative;
    max-width: 180px;
    width: 100%;
    margin: 0 auto;
}
.category__categories-category-image img {
    width: 100%;
    margin: auto;
}
.category__categories-category-name {
    z-index: 1;
    position: relative;
    font-size: 20px;
    text-transform: uppercase;
    color: #292626;
    font-weight: 700;
    text-align: center;
    text-decoration: none;
}

/* END CATEGORY CODE */

@media (max-width: 768px) {
    .category__categories.main__categories {
        grid-template-columns: repeat(2, 1fr);
        gap: 16px;
    }
    .main__categories .category__categories-category {
        padding: 14px 10px;
    }
    .main__categories .category__categories-category-name {
        font-size: 14px;
        line-height: 20px;
    }
    .category__categories.main__categories::after {
        display: none;
    }
    .main__categories-block {
        padding: 60px 0;
    }
    .main__categories-block .page__title {
        padding: 0 0 25px 7px;
    }
    .main__slider .owl-prev,
    .main__slider .owl-next {
        display: none;
    }
    .main_products .prime-products__slider-product {
        padding-top: 0;
    }
}

/* owl carousel from carousel css */
.owl-carousel,.owl-carousel .owl-item{-webkit-tap-highlight-color:transparent;position:relative}.owl-carousel{display:none;width:100%;z-index:1}.owl-carousel .owl-stage{position:relative;-ms-touch-action:pan-Y;touch-action:manipulation;-moz-backface-visibility:hidden}.owl-carousel .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.owl-carousel .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translate3d(0,0,0)}.owl-carousel .owl-item,.owl-carousel .owl-wrapper{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0)}.owl-carousel .owl-item{min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-touch-callout:none}.owl-carousel .owl-item img{display:block;width:100%}.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled{display:none}.no-js .owl-carousel,.owl-carousel.owl-loaded{display:block}.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev{cursor:pointer;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel .owl-nav button.owl-next,.owl-carousel .owl-nav button.owl-prev,.owl-carousel button.owl-dot{background:0 0;color:inherit;border:none;padding:0!important;font:inherit}.owl-carousel.owl-loading{opacity:0;display:block}.owl-carousel.owl-hidden{opacity:0}.owl-carousel.owl-refresh .owl-item{visibility:hidden}.owl-carousel.owl-drag .owl-item{-ms-touch-action:pan-y;touch-action:pan-y;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-grab{cursor:move;cursor:grab}.owl-carousel.owl-rtl{direction:rtl}.owl-carousel.owl-rtl .owl-item{float:right}.owl-carousel .animated{animation-duration:1s;animation-fill-mode:both}.owl-carousel .owl-animated-in{z-index:0}.owl-carousel .owl-animated-out{z-index:1}.owl-carousel .fadeOut{animation-name:fadeOut}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.owl-height{transition:height .5s ease-in-out}.owl-carousel .owl-item .owl-lazy{opacity:0;transition:opacity .4s ease}.owl-carousel .owl-item .owl-lazy:not([src]),.owl-carousel .owl-item .owl-lazy[src^=""]{max-height:0}.owl-carousel .owl-item img.owl-lazy{transform-style:preserve-3d}.owl-carousel .owl-video-wrapper{position:relative;height:100%;background:#000}.owl-carousel .owl-video-play-icon{position:absolute;height:80px;width:80px;left:50%;top:50%;margin-left:-40px;margin-top:-40px;background:url(owl.video.play.png) no-repeat;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;transition:transform .1s ease}.owl-carousel .owl-video-play-icon:hover{-ms-transform:scale(1.3,1.3);transform:scale(1.3,1.3)}.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn{display:none}.owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;background-size:contain;transition:opacity .4s ease}.owl-carousel .owl-video-frame{position:relative;z-index:1;height:100%;width:100%}

.main__slider .owl-prev {
    left: 70px;
    top: 50%;
    transform: translateY(-50%);
}
.main__slider .owl-next {
    right: 70px;
    top: 50%;
    transform: translateY(-50%);
}
.main__slider .owl-dots {
    padding: 0;
    position: absolute;
    bottom: 31px;
    transform: translateX(-50%);
    left: 50%;
}