*, *::before, *::after { box-sizing: border-box; }

:root {
    --main-blue: #3076d5;
    --main-blue-hover: #2a69bf;
    --light-blue: #3076d530;
    --main-black: #333;
    --main-orange: #e03939;
}

body {
    font-family: 'Gilroy';
    font-size: 16px;
    color: #333;
    margin: 0;
    padding: 0;
    text-rendering: geometricPrecision;
    font-display: swap;
}

input,
textarea,
select {
    font-family: 'Gilroy';
    font-weight: 400;
}

.mega-menu-mobile {
    display: none;
}

.mega-menu-mobile.open {
    display: block;
}

.mega-menu-mobile .mega-menu__leftList > li > a {
    display: flex;
    align-items: center;
}
.mega-menu-mobile .mm-arrow {
    margin-left: auto;
    display: inline-flex;
    align-items: center;
    flex: 0 0 auto;
}
.mega-menu-mobile .mm-arrow svg {
    width: 18px;
    height: 18px;
    color: #9099a3;
}

.container {
    width: 1650px;
    margin: 0 auto;
}

.flex {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.header-top {
    height: 70px;
    justify-content: space-between;
}

.header-top__logo {
    flex: 0 0 280px;
}

.header-top__logo img {
    opacity: 0;
}

.header-top__menuList {
    padding: 0;
    margin: 0;
    column-gap: 36px;
}

.header-top__menuItem {
    list-style: none;
}

.header-top__menuLink {
    text-decoration: none;
    color: #333;
    font-size: 18px;
    font-weight: 400;
    transition: all .3s ease-in-out;
}

.header-top__menuLink--special {
    color: var(--main-blue);
}

.header-top__menuLink:hover {
    color: var(--main-blue);
}

.header-top__menuLink--special:hover {
    color: var(--main-orange);
}

.header-top__phoneIcon img {
    width: 100%;
}

.header-top__phoneIcon {
    width: 36px;
    height: 33px;
}

.header-top__phoneArrowLink {
    width: 24px;
    height: 20px;
    background: #3076d530;
    justify-content: center;
    border-radius: 4px;
}

.header-top__phoneArrowLink img {
    width: 14px;
    height: 14px;
}

.header-top__phoneLink {
    text-decoration: none;
    font-size: 24px;
    font-weight: 400;
    color: var(--main-black);
}

.header-top__phoneOperator {
    font-weight: 600;
}

.header-top__schedule {
    font-size: 14px;
}

.header-top__phoneContent {
    justify-content: center;
    margin: 0 15px 0 10px;
    flex-direction: column;
}

.header-top__menu {
    margin-right: 140px;
}

.header-top__social {
    column-gap: 15px;
}

.header-top__socialLink {
    width: 18px;
    height: 18px;
    transition: all .3s ease-in-out;
    opacity: .7;
}

.header-top__socialLink:hover {
    opacity: 1;
}

.header-top__socialLink--fb {
    width: 24px;
    height: 24px;
}

.header-top__socialLink img {
    width: 100%;
}

.header-top__languagesLink {
    text-decoration: none;
    color: #d2d2d2;
    text-transform: uppercase;
    font-size: 20px;
    transition: all .3s ease-in-out;
}

.header-top__languagesLink:hover {
    color: #000;
}

.header-top__languagesList {
    margin: 0;
    padding: 0;
    list-style: none;
    column-gap: 10px;
}

.header-top__languagesLink--active {
    color: var(--main-black);
}

.header-top__languagesLink--active:hover {
    color: var(--main-blue);
}

/* header-mid */

.header-mid__catalogLink {
    width: 240px;
    height: 56px;
    background-color: var(--main-blue);
    color: white;
    text-decoration: none;
    justify-content: space-between;
    border-radius: 8px;
    font-size: 22px;
    font-weight: 500;
    padding: 0px 20px;
    transition: all .3s ease-in-out;
}

.header-mid__catalogLink:hover {
    background: var(--main-blue-hover);
}

.header-mid__catalogLink img {
    width: 22px;
    height: 22px;
}

.header-mid__search {
    position: relative;
    width: 900px;
    margin-left: 44px;
}

.header-mid__search::after {
    content: "";
    position: absolute;
    width: 30px;
    height: 30px;
    background: url(../img/search.svg);
    background-size: 100%;
    right: 54px;
    top: 12px;
    opacity: .9;
}

.header-mid__searchInput {
    height: 56px;
    border: none;
    border-radius: 8px;
    background: #efefef;
    width: calc(100% - 40px);
    padding: 0 20px;
    font-family: "TikTok Sans";
    font-size: 18px;
    font-weight: 400;
}

.header-mid {
    justify-content: space-between;
}

.header-mid__cartLink {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    text-decoration: none;
    color: #333;
    font-size: 22px;
    column-gap: 15px;
}

.header-mid__cartCurrency {
    color: #555;
    font-size: 16px;
}

.header-mid__cartLink img {
    width: 40px;
    height: 40px;
}

.header-mid__profileLink img {
    width: 40px;
    height: 40px;
}

.header-mid__profileLink,
.header-mid__favLink,
.header-mid__cartLink {
    text-decoration: none;
    font-size: 22px;
    color: #333;
    gap: 8px;
    display: flex;
    flex-direction: column;
    font-size: 13px;
    position: relative;
    font-weight: 500;
}

.hm-action__badge {
    position: absolute;
    top: -5px;
    right: -5px;
    min-width: 24px;
    height: 24px;
    border-radius: 50%;
    color: #fff;
    font-size: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background-color: var(--main-blue);
}

.hero {
    margin: 20px 0;
}

.autopicker {
    background: #dfedff;
    padding: 36px 36px;
    border-radius: 16px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.slider {
    max-width: 1264px;
    border-radius: 10px;
    overflow: hidden;
    width: 100%;
    align-self: center;
}

#main_slider:not(.owl-loaded),
#main_sliderMobile:not(.owl-loaded) {
    max-height: 480px;
    overflow: hidden;
}
#main_slider:not(.owl-loaded) .slider-item:not(:first-child),
#main_sliderMobile:not(.owl-loaded) .slider-item:not(:first-child) {
    display: none;
}

.autopicker__image {
    width: 100%;
}

.autopicker__image img {
    width: 100%;
}

.autopicker__line1 {
    font-size: 20px;
    font-weight: 600;
}

.autopicker__line2 {
    font-size: 14px;
    font-weight: 400;
}

.jc-sb {
    justify-content: space-between;
}

.autopicker__select {
    margin-bottom: 18px;
    position: relative;
}

.fake-select {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 56px;
    width: calc(100% - 32px);
    border-radius: 12px;
    border: 2px solid #c8d6e8;
    text-decoration: none;
    padding: 0 16px;
    background: white;
    color: #2f2f2f;
    font-size: 18px;
}

.fake-select img {
    width: 16px;
}

.autopicker__buttonLink {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 56px;
    border-radius: 12px;
    border: 2px solid var(--main-blue);
    text-decoration: none;
    padding: 0 16px;
    background: var(--main-blue);
    color: #fff;
    font-size: 20px;
    text-align: center;
    font-weight: 300;
    transition: all .3s ease-in-out;
}

.autopicker__buttonLink:hover {
    background-color: var(--main-blue-hover);
}

.slider-caption__buttonLink {
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-decoration: none;
    color: white;
    font-size: 20px;
    border: 2px solid #fff;
    padding: 0 15px 0 25px;
    background-color: transparent;
    border-radius: 12px;
    width: 250px;
    height: 56px;
    transition: all .3s ease-in-out;
}

.slider-caption__buttonLink:hover {
    background-color: var(--main-blue);
    border: 2px solid var(--main-blue);
}

.slider-caption__buttonLink img {
    width: 28px !important;
    height: 28px !important;
}

.slider-item {
    position: relative;
    border-radius: 16px;
    overflow: hidden;
}

.slider-item__link {
    display: block;
    color: inherit;
    text-decoration: none;
}

.slider-caption {
    position: absolute;
    top: 100px;
    left: 100px;
}

.hero-inner {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    gap: 18px;
}

.slider-caption__title {
    font-size: 54px;
    color: white;
    font-weight: 600;
    line-height: 64px;
}

.slider-caption__title span {
    color: var(--main-blue);
    font-weight: 800;
}

.slider-caption__description {
    font-size: 24px;
    color: white;
    font-weight: 400;
}

.slider-caption__button {
    margin-top: 40px;
}

.advantage__itemIcon {
    width: 80px;
    height: 80px;
}

.advantage__itemIcon img {
    width: 100%;
    transform: rotate(-15deg);
}

.advantage__itemTextLine1 {
    font-size: 50px;
    font-weight: 800;
    color: #2f2f2f;
    line-height: 36px;
}

.advantage__itemTextLine2 {
    font-size: 22px;
    font-weight: 400;
    color: #4f4f4f;
}

.advantage__item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    column-gap: 40px;
}

.advantages-inner {
    border-radius: 16px;
    padding: 36px;
    background-color: #f1f1f1;
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.section-home__title h2 {
    font-size: 32px;
    font-weight: 400;
    margin: 0;

}

.section-home__title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
}

.wiper-blades {
    margin: 40px 0;
}

.search-by-size {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    column-gap: 15px;
}

.search-by-size span {
    font-size: 20px;
    font-weight: 400;
}

.search-by-size img {
    width: 24px;
    height: 24px;
}

.search-by-size__form {
    background-color: #dfedff;
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
    border-radius: 16px;
    padding: 40px 26px;
    flex-wrap: wrap;
    gap: 20px;
    margin-bottom: 30px;
}

.search-by-size__link {
    display: flex;
    align-items: center;
    justify-self: space-between;
    transition: all .3s ease-in;
}

.search-by-size__link:hover {
    background-color: var(--main-blue-hover);
}

.search-by-size__link img {
    width: 24px;
    height: 24px;
}

.search-by-size__field {
    flex: 1 1 200px;
    min-width: 0;
}

.search-by-size__field .fake-select {
    width: 100%;
}

.search-by-size__button {
    flex: 0 0 auto;
}

.search-by-size__label {
    font-size: 16px;
    margin-bottom: 10px;
    font-weight: 400;
    color: #222;
}

.search-by-size__link {
    height: 56px;
    background-color: var(--main-blue);
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 10px;
    padding: 0 30px;
    border-radius: 12px;
    text-decoration: none;
    font-size: 18px;
    margin-top: 0;
}

.fake-select .inches {
    color: #aaa;
}

.section-home__productTabs {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
}

.section-home__productTabs .productTabs__list {
    min-width: 0;
}

.productTabs__list {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    column-gap: 18px;
    padding: 0;
}

.productTabs__listItem {
    list-style: none;
}

.productTabs__listItemLink {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #333;
    font-size: 18px;
    text-decoration: none;
    padding: 12px 38px;
    background: #f1f1f1;
    border-radius: 8px;
    transition: all .3s ease-in-out;
}

.productTabs__listItemLink:hover {
    background: #e1e1e1;
}

.productTabs__listItemLink--active {
    background-color: var(--main-blue);
    color: white;
}

.productTabs__listItemLink--active:hover {
    background-color: var(--main-blue-hover);
}

.lkf-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    flex-wrap: wrap;
    margin-bottom: 18px;
}
.lkf-head h2 {
    font-size: 32px;
    font-weight: 400;
    margin: 0;
}
@media (max-width: 767px) {
    .lkf-head h2 {
        font-size: 24px;
    }
}
.lkf-all {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: var(--main-blue);
    text-decoration: none;
    font-weight: 600;
    font-size: 16px;
    white-space: nowrap;
    transition: color .2s;
}
.lkf-all:hover {
    color: var(--main-blue-hover);
}
.lkf-all__ico {
    display: none;
    align-items: center;
    justify-content: center;
}
.lkf-all__ico svg {
    width: 20px;
    height: 20px;
}
@media(max-width: 768px) {
    .lkf-all {
        display: inline-flex;
        width: 34px;
        height: 34px;
        border-radius: 50%;
        background: #eaf1fd;
        align-items: center;
        justify-content: center;
        gap: 0;
        flex-shrink: 0;
    }
    .lkf-all__txt,
    .lkf-all__arrow {
        display: none;
    }
    .lkf-all__ico {
        display: inline-flex;
    }
}
.lkf-loading,
.lkf-empty {
    padding: 30px 4px;
    color: #8a8f98;
}
.lkf-section .productTabs__list {
    margin: 0 0 22px;
    flex-wrap: nowrap;
    overflow-x: auto;
    scrollbar-width: none;
}
.lkf-section .productTabs__list::-webkit-scrollbar {
    display: none;
}
.lkf-section .productTabs__listItem {
    flex: 0 0 auto;
}
.lkf-section .productTabs__listItemLink {
    white-space: nowrap;
}
.home__promosFull .section-home__title {
    flex-direction: column;
    align-items: flex-start;
    gap: 18px;
    margin-bottom: 0;
}
.home__promosFull .special__tabs {
    width: 100%;
}
.home__promosFull .special__tabs .productTabs__list {
    margin: 0;
    flex-wrap: nowrap;
    overflow-x: auto;
    scrollbar-width: none;
}
.home__promosFull .special__tabs .productTabs__list::-webkit-scrollbar {
    display: none;
}
.home__promosFull .productTabs__listItem {
    flex: 0 0 auto;
}
.home__promosFull .productTabs__listItemLink {
    white-space: nowrap;
}

.product-one__item {
    background: white;
    border-radius: 8px;
    border: 1px solid #f1f1f1;
    padding: 18px;
    position: relative;
}

.product-one__image {
    display: flex;
    align-items: center;
    justify-content: center;
}

.section-home__productCarousel {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    column-gap: 30px;
}

.product-one__itemGrid4 {
    flex: 0 0 calc(23.5% - 60px);
}

.product-one__like {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    column-gap: 10px;
    font-size: 18px;
    text-decoration: none;
    position: absolute;
    right: 25px;
    top: 25px;
    color: #222;
    z-index: 10;
    transition: all .3s ease-in-out;
        padding: 5px 10px;
    border-radius: 8px;
}

.product-one__like:hover{
    background: #3076d5d6;
    color: white;
}

.product-one__like img {
    width: 24px;
}

.product-one__like.liked{
    background: #3076d547 !important;
}

.product-one__like:hover img{
    filter: invert(1) brightness(100);
}

.product-one__link {
    text-decoration: none;
    color: #3f3f3f;
}

.product-one__name {
    font-size: 16px;
    margin: 16px 0 8px;
    font-weight: 500;
}

.product-one__codeReview {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.product-one__code {
    padding: 8px 10px;
    border-radius: 8px;
    color: #3f3f3f;
    background: #f1f1f1;
    font-size: 14px;
}

.product-one__reviewsCount {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    column-gap: 15px;
    font-size: 20px;
    color: #2f2f2f;

}

.product-one__reviewsCount img {
    width: 24px;
}

.product-one__reviewsCount span {
    display: block;
    border-bottom: 1px solid #2f2f2f;
}

.product-one__priceBuy {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.product-one__priceTitle {
    font-size: 14px;
    color: #999;
}

.product-one__priceValue {
    font-size: 22px;
}

.product-one__priceValue span.currency {
    font-size: 16px;
    color: #999;
}

.product-one__cartButton {
    height: 46px;
    width: auto;
    min-width: 118px;
    border-radius: 10px;
    background-color: var(--main-blue);
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 8px;
    text-decoration: none;
    font-size: 15px;
    padding: 0 16px;
    transition: all .3s ease-in-out;
}

.product-one__cartButton:hover {
    background-color: var(--main-blue-hover);
}

.product-one__cartButton img {
    width: 22px;
}

.product-one__priceBuy {
    margin: 18px 0 0;
}

.product-one__price {
    margin-top: -3px;
}

.wheels-one__item {
    display: flex;
    background: #f1f1f1;
    border-radius: 8px;
    width: 20%;
    height: 220px;
    overflow: hidden;
    position: relative;
    transition: all .3s ease-in-out;
}

.wheels-one__item:hover {
    background-color: #ddd;
}

.wheels-one__itemSizeTitle {
    font-size: 16px;
    color: #3f3f3f;
}

.wheels-one__itemSizeInch {
    font-size: 32px;
    color: #2f2f2f;
    font-weight: 500;
    margin-top: 5px;
}

.wheels-one__item img {
    position: absolute;
    bottom: -50%;
    left: 15%;
}

.wheels-one__itemLink {
    text-decoration: none;
    display: block;
    width: 100%;
    height: 100%;
}

.wheels-one__itemTitle {
    padding: 30px 35px 0;
}

.wheels-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
}

section.wheels {
    margin: 0 0 60px;
}

section.subscribe {
    padding: 100px 0;
    background: #efefef;
}

.subscribe__title {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.subscribe__form {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 40px auto;
    width: 900px;
    column-gap: 30px;
}

.subscribe__titleLine1 {
    font-size: 36px;
    color: #1f1f1f;
}

.subscribe__titleLine2 {
    font-size: 20px;
    color: #3f3f3f;
}

.subscribe__input input {
    height: 70px;
    background: #e4e4e4;
    border-radius: 12px;
    border: none;
    width: 100%;
    font-size: 22px;
    padding: 0 0 0 70px;
}

.subscribe__buttonLink {
    height: 70px;
    background: var(--main-blue);
    border-radius: 12px;
    border: none;
    width: 100%;
    text-decoration: none;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    transition: all .3s ease-in-out;
}

.subscribe__buttonLink:hover {
    background: var(--main-blue-hover);
}

.subscribe__input {
    width: 69%;
    position: relative;
}

.subscribe__input img {
    position: absolute;
    left: 24px;
    top: 24px;
    width: 24px;
}

.subscribe__button {
    width: 25%;
}

.subscribe__stats {
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 50px;
    margin: 30px 0 0;
}

.subscribe__stat {
    display: flex;
    align-items: center;
    justify-content: center;
}

.subscribe__stat a img {
    width: 40px;
}

.subscribe__stat a {
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 10px;
    text-decoration: none;
    color: #333;
}

.subscribe__stat a span {
    font-size: 16px;
    font-weight: 600;
    padding: 3px 10px;
    border-radius: 8px;
    background-color: #d6d6d6;
    display: block;
}

.subscribe__stat a img.tk {
    width: 32px;
}

.subscribe__stat a img.inst {
    width: 36px;
}

.aromas {
    margin: 60px 0;
}

.aromas_title {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    column-gap: 10px;
    margin-bottom: 40px;
}

.aromas_title img {
    width: 32px;
}

.aromas_title span {
    font-size: 24px;
}

.aromas__leftContent {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.aromas__leftContentMain {
    flex: 0 0 49%;
    background: #f1f1f1;
    border-radius: 8px;
    height: 490px;
}

.aromas__leftContentSecondary {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-direction: column;
    row-gap: 30px;
    flex: 0 0 47%;
}

.aromas__leftContentSecondaryItem {
    height: 230px;
    width: 100%;
    border-radius: 8px;
    background: #f1f1f1;
    position: relative;
    overflow: hidden;
}

.aromas__layout {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.aromas__left {
    flex: 0 0 48%;
}

.aromas__right {
    flex: 0 0 48%;
}

.aromas__rightContent {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    row-gap: 30px;
}

.aromas__rightContentItem {
    flex: 0 0 31%;
    height: 230px;
    background: #f1f1f1;
    border-radius: 8px;

}

.aromas__rightContentItem a {
    text-decoration: none;
    font-size: 18px;
    color: #2f2f2f;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    height: 100%;
    padding: 30px;
    font-size: 21px;
    font-weight: 400;
    position: relative;
    overflow: hidden;
    border-radius: 8px;
}

.aromas__leftContentMain a {
    position: relative;
    text-decoration: none;
    color: #2f2f2f;
    overflow: hidden;
    height: 100%;
    display: flex;
    align-items: flex-end;
}

.aromas__leftContentMain img {
    position: absolute;
    right: -65px;
    top: 35px;
    width: 440px;
    transition: all .3s ease-in-out;
}

.aromas__leftContentMain:hover img {
    transform: scale(1.1);
}

.aromas__leftContentSecondaryItem img {
    position: absolute;
    right: -74px;
    top: -102px;
    width: 350px;
    transition: all .3s ease-in-out;
}

.aromas__leftContentSecondaryItem--last img {
    position: absolute;
    right: -86px;
    top: -139px;
    width: 374px;

}

.aromas__leftContentSecondaryItem:hover img {
    transform: scale(1.15);
}

.aromas__leftContentMain a span {
    font-size: 26px;
    padding: 40px;
}

.aromas_title--right {
    justify-content: flex-end;
}

.aromas_title--right img {
    width: 28px;
}

.aromas__leftContentSecondaryItem a {
    position: relative;
    text-decoration: none;
    color: #2f2f2f;
    overflow: hidden;
    height: 100%;
    display: flex;
    align-items: flex-end;
}

.aromas__leftContentSecondaryItem a span {
    font-size: 22px;
    padding: 40px;
}

.aromas__carouselItems {
    display: flex;
    align-items: center;
    justify-content: space-between;
    column-gap: 40px;
}

.aromas__carouselItem {
    flex: 0 0 calc((100% - 200px) / 6);
}

.aromas__carouselItem a {
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
    border-radius: 8px;
    background: #f1f1f1;
    overflow: hidden;
    position: relative;
    height: 240px;
    text-decoration: none;
    color: #2f2f2f;
}

.aromas__carouselItem a span {
    font-size: 22px;
    padding: 30px;
    font-weight: 500;
    font-size: 22px;
    padding: 15px 15px;
}

.aromas__carousel {
    margin-top: 60px;
}

.aromas__carouselItem a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    z-index: 1;
    display: block;
    transition: all .3s ease-in-out;
}

.aromas__carouselItem a:hover img {
    transform: scale(1.15);
}

.aromas__carouselItem a span {
    display: block;
    z-index: 4;
}

.aromas__rightContentItem a img {
    width: 100%;
    position: absolute;
    z-index: 1;
    display: block;
    right: 0;
    transition: all .3s ease-in-out;
}

.aromas__rightContentItem a:hover img {
    transform: scale(1.15);
}

.aromas__rightContentItem a span {
    display: block;
    z-index: 4;
    font-weight: 500;
}

.new-promos-inner {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.home__news {
    flex: 0 0 22%;
    margin-top: 40px;
}

.home__newsContent {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
}

.home__newsOne {
    margin-bottom: 40px;
}

.home__newsOne a {
    text-decoration: none;
    color: #2f2f2f;
    font-size: 14px;
}

.home__newsOne a>img {
    width: 100%;
    border-radius: 10px;
}

.home__newsOneTitle {
    font-size: 20px;
}

.home__newsDateStats {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.home__newsStatsViews img {
    width: 28px;
}

.home__newsStatsComments img {
    width: 20px;
}

.home__newsMore a img {
    width: 32px;
}

.home__newsStatsViews {
    display: flex;
    align-items: center;
    justify-content: space-between;
    column-gap: 8px;
}

.home__newsStatsComments {
    display: flex;
    align-items: center;
    justify-content: space-between;
    column-gap: 8px;
}

.home__newsStats {
    display: flex;
    align-items: center;
    justify-content: space-between;
    column-gap: 22px;
}

.home__newsDate {
    color: #888;
    font-size: 16px;
}

.home__newsOneTitle {
    margin: 30px 0 5px;
}

.home__newsMore a {
    padding: 8px 12px 8px 12px;
    border-radius: 8px;
    border: 2px solid var(--main-blue);
    background: none;
    color: var(--main-blue);
    font-size: 20px;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
    column-gap: 15px;
    font-weight: 500;
    transition: all .3s ease-in-out;
}

.home__newsMore a:hover {
    background: var(--main-blue);
    color: white;
}

.home__newsMore a img {
    width: 24px;
}

.home__newsMore a:hover img {
    filter: invert(1) contrast(100) grayscale(1);
}

.home__promos {
    flex: 0 0 1136px;
    width: 1136px;
}

.home__promosFull{
    flex: 0 0 100%;
    width: 100%;
}

.home__promos .special__products {
    width: 100%;
}

.home__promos .product-list-special__items {
    width: 1136px;
}

.home__promos.home__promosFull .product-list-special__items
{
    width: 100%;
}

.product-list-special__items{
    display: none;
}

.product-list-special__items.active{
    display: block;
}

.special__products {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    column-gap: 40px;
}

.special__products .product-one__item {
    flex: 0 0 20%;
}

.news-promos {
    margin: 20px 0 60px;
}

footer {
    padding: 50px 0;
    background: #f1f1f1;
}

.footer-left__paymentSystems {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    column-gap: 40px;
}

.footer-left__paymentSystems img {
    width: 60px;
}

.footer-left__paymentSystems img.sm {
    width: 44px;
}

.footer-left__logo {
    text-decoration: none;
    font-size: 36px;
}

.footer-left__logo a {
    text-decoration: none;
    color: #333;
    max-width: 200px;
    display: block;
}

.footer-left__logo span {
    font-weight: 800;
    color: #000;
}

.footer-left__phones {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    column-gap: 50px;
}

.footer-left__phoneTitle {
    margin-bottom: 10px;
}

.footer-left__description {
    width: 500px;
}

.footer-inner {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.footer-right {
    flex: 0 0 60%;
    display: flex;
    column-gap: 50px;
    justify-content: space-between;
}

.footer-col__List {
    padding: 0;
    margin: 0;
}

.footer-col__List li {
    list-style: none;
}

.footer-col__title {
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 20px;
}

.footer-col__listFlex {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    column-gap: 60px;
}

.footer-col__List li {
    margin-bottom: 15px;
}

.footer-col__List li a {
    font-size: 18px;
    color: #333;
    text-decoration: none;
    transition: all .3s ease-in-out;
}

.footer-col__List li a:hover {
    color: var(--main-blue);
}

main {
    padding-bottom: 100px;
}

@media(max-width: 1400px){
    main {
    padding-bottom: 50;
    }
}

.header-top__phoneBlock {
    transition: all 3s ease-in-out;
    position: relative;
}

.header-top__phoneHidden {
    display: none;
}

.header-top__phoneBlock:hover .header-top__phoneHidden {
    display: block;
    position: absolute;
    top: -37px;
    left: -24px;
    width: 284px;
    background: white;
    border: none;
    border-radius: 12px;
    padding: 100px 0 18px;
    z-index: 4;
    box-shadow: 0 20px 30px rgba(0, 0, 0, 0.18);
}

.header-top__phoneBlock:hover {
    box-shadow: 0 0 #000;
}

.header-top__phoneBlock:hover .header-top__phone {
    position: relative;
    z-index: 6;
}

.header-top__phoneBlock:hover .header-top__phoneArrowLink {
    transform: rotate(180deg);
}

.htm__content {
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 15px;
}

.htm__content img {
    width: 32px;
    transition: all .3s ease-in;
}

.htm__item img {
    filter: grayscale(1);
}

.htm__item a:hover img {
    filter: grayscale(0);
}

.htm__title {
    text-align: center;
    padding: 25px 0 15px;
    font-size: 14px;
    text-transform: uppercase;
    color: #555;
    font-weight: 500;
}

.header-top__messangers {
    border-top: 2px solid #f1f1f1;
}

.mega-menu {
    display: none;
}

.mega-menu.open {
    display: flex;
    background: white;
    border-radius: 0 0 12px 12px;
    position: absolute;
    top: 180px;
    width: 100%;
    z-index: 999;
    overflow: hidden;
}

.overlay {
    display: none;
}

.overlay.open {
    display: block;
    position: fixed;
    top: 0px;
    left: 0;
    width: 100dvw;
    height: 100dvh;
    background-color: #0000003b;
    z-index: 999;
}

header .container-inner {
    position: relative;
}

@media(max-width: 1200px) {
    header .container-inner {
        padding-bottom: 14px;
    }
}

.mega-menu__left {
    background-color: var(--main-blue);
    width: 380px;
}

.mega-menu__leftList {
    padding: 0;
    margin: 0;
}

.mega-menu__leftList li {
    list-style: none;

}

.mega-menu__leftList li a {
    color: white;
    text-decoration: none;
    font-size: 20px;
    font-weight: 600;
    padding: 20px 15px 20px 25px;
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #2c6abf;
}

.mega-menu__leftList li a.mega-menu__leftListItem--active {
    background: #23487a;
    border-bottom: 1px solid #23487a;
}

.mega-menu-mobile .mega-menu__leftList > li > a > img{
    display: none;
}

.mega-menu__leftList li  a img {
    width: 30px;
    margin-left: 10px;
    filter: invert(1);

}

.mega-menu__leftList  >li > a > img{
    display: none;
}

.mega-menu-mobile .mega-menu__leftList li .mega-children a img {
    filter: invert(0);
}

.nav__column {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    column-gap: 40px;
    row-gap: 40px;
    flex-wrap: wrap;
    padding: 40px;
    width: 100%;
}

.mega-menu__right {
    width: 80%;
    box-shadow: inset 8px -17px 20px #0000001f;
}

.nav__column li {
    list-style: none;
    flex: 0 0 17%;
}

.nav__column li a img {
    width: 110px;
}

.nav__column li a span {
    display: block;
    margin-top: 25px;
    font-size: 18px;
    font-family: 'TikTok Sans';
    font-weight: 400;
}

.nav__column li a {
    display: flex;
    align-items: center;
    column-gap: 20px;
    justify-content: center;
    color: #3f3f3f;
    text-decoration: none;
    font-size: 15px;
    font-weight: 500;
    flex-direction: column;
    text-align: center;
}

.nav__column li a:hover span{
    color: var(--main-blue);
}

.nav__column li a:hover img{
    filter: brightness(1.05);
}

.header-mid__catalogLink.open {
    z-index: 1000;
    position: relative;
}

.fake-select-content {
    display: none;
}

.fake-select-content.open {
    position: absolute;
    display: block;
    height: auto;
    max-height: 252px;
    overflow-y: auto;
    border-radius: 8px;
    background: white;
    width: calc(100% + 4px);
    z-index: 100;
    top: 80px;
    box-shadow: 0px 11px 12px #3076d514;
}

.search-by-size__select .fake-select-content.open {
    width: 100%;
    top: calc(100% + 6px);
}

.fake-select-content ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.fake-select-content > ul > li > a {
    font-size: 16px;
    color: #3f3f3f;
    padding: 10px 15px;
    text-decoration: none;
    display: block;
    font-weight: 500;
    border-bottom: 1px solid #f1f1f1;
    transition: all .3s ease-in;
}

.fake-select-content > ul > li > a:hover {
    background-color: #f1f1f1;
    color: var(--main-blue);
}

.fake-select-content > ul > li:last-child > a {
    border: none;
}

.fake-select-content::-webkit-scrollbar {
    width: 6px;
    height: 6px;
}

.fake-select-content::-webkit-scrollbar-track {
    background: transparent;
    border-radius: 10px;
}

.fake-select-content::-webkit-scrollbar-thumb {
    background-color: var(--main-blue);
    border-radius: 10px;
}

/* Firefox */
.fake-select-content {
    scrollbar-width: thin;
    /* "auto" or "thin" */
    scrollbar-color: var(--main-blue) transparent;
}

.fake-select.open {
    border: 2px solid var(--main-blue);
}

.slider-caption__buttonLink span {
    width: 450px;
}

.slider .owl-dots {
    width: auto;
    position: absolute;
    bottom: 30px;
    z-index: 100;
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 20px;
    left: 0;
    right: 0;
}

.slider .owl-dots .owl-dot {
    width: 12px;
    height: 12px;
    border-radius: 50px;
    background: white;
    display: block;
}

.slider .owl-dots .owl-dot.active {
    background-color: var(--main-blue);
}

.owl-carousel .owl-item .product-one__like img {
    width: 24px;
}

.owl-carousel .owl-item .product-one__reviewsCount img {
    width: 24px;
}

.owl-carousel .owl-item .product-one__cartButton img {
    width: 22px;
}

.section-home__productCarousel .owl-dots .owl-dot {
    width: 12px;
    height: 12px;
    border-radius: 50px;
    background: #f1f1f1;
    display: block;
}

.section-home__productCarousel .owl-dots .owl-dot.active {
    background-color: var(--main-blue);
}

.section-home__productCarousel .owl-dots {
    width: auto;
    z-index: 100;
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 14px;
}

.special__products .owl-dots .owl-dot,
#lkf_content .owl-dots .owl-dot,
#def_content .owl-dots .owl-dot,
#aromas_content .owl-dots .owl-dot {
    width: 12px;
    height: 12px;
    border-radius: 50px;
    background: #f1f1f1;
    display: block;
}

.special__products .owl-dots .owl-dot.active,
#lkf_content .owl-dots .owl-dot.active,
#def_content .owl-dots .owl-dot.active,
#aromas_content .owl-dots .owl-dot.active {
    background-color: var(--main-blue);
}

.special__products .owl-dots {
    width: auto;
    z-index: 100;
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 14px;
    margin-bottom: 60px;
}

#lkf_content .owl-dots,
#def_content .owl-dots,
#aromas_content .owl-dots {
    width: auto;
    z-index: 100;
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 14px;
}

.header-top__menuSemiMobile {
    display: none;
}

.header-top__logoLink {
    text-decoration: none;
    color: #3f3f3f;
    font-size: 34px;
    font-weight: 600;
}

.header-top__logoLink span {
    font-weight: 800;
    margin-left: 5px;
    color: #1f1f1f;
}

@media(max-width: 1700px) {
    .container {
        width: 1400px;
    }

    .header-mid__search {
        position: relative;
        width: 700px;
        margin-left: 44px;
    }

    .header-top__menuList {
        padding: 0;
        margin: 0;
        column-gap: 24px;
    }

    .header-top__logo {
        flex: 0 0 240px;
    }

    .header-top__menu {
        margin-right: 0;
    }

    .autopicker__line2 {
        font-size: 16px;
        font-weight: 500;
    }

    .fake-select-content ul li a {
        font-size: 20px;
        color: #3f3f3f;
        padding: 13px 15px;
        text-decoration: none;
        display: block;
        font-weight: 500;
        border-bottom: 1px solid #f1f1f1;
        transition: all .3s ease-in;
    }

    .fake-select {
        height: 48px;
    }

    .autopicker__buttonLink {
        min-height: 48px;
    }

    .advantage__itemIcon {
        width: 60px;
        height: 60px;
    }

    .advantage__itemTextLine1 {
        font-size: 38px;
        font-weight: 800;
        color: #2f2f2f;
        line-height: 32px;
    }

    .advantage__itemTextLine2 {
        font-size: 20px;
        font-weight: 500;
        color: #4f4f4f;
    }

    .slider-caption {
        top: 55px;
        left: 55px;
    }
    .slider-caption__title {
        font-size: 32px;
        line-height: 40px;
    }
    .slider-caption__description {
        font-size: 16px;
    }
    .slider-caption__button {
        margin-top: 24px;
    }
}

@media(max-width: 1480px) {
    .container {
        width: 1200px;
    }

    .header-mid__search {
        position: relative;
        width: 500px;
        margin-left: 44px;
    }

    .header-top__social {
        display: none;
    }

    .header-top__phone {
        width: 250px;
        margin-left: 15px;
    }

    .header-top__phoneBlock:hover .header-top__phoneHidden {
        left: -10px;
    }

}

@media(max-width: 1240px) {
    .container {
        width: 1000px;
    }

    .header-top__menuSemiMobile {
        display: block;
    }

    .header-top__menuSemiMobile ul li a {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        column-gap: 5px;
    }

    .header-top__logo {
        flex: 0 0 284px;
    }

    .header-top__phoneArrowLink {
        background: none;
    }

    .header-top__menu {
        display: none;
    }

    .autopicker__line2 {
        font-size: 14px;
        font-weight: 500;
    }

    .advantages-inner {
        border-radius: 16px;
        padding: 36px 0 0;
        background-color: #f1f1f1;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-wrap: wrap;
    }

    .advantage__item {
        flex: 0 0 35%;
    }

    .advantage__item {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        column-gap: 40px;
        margin-bottom: 40px;
    }

    /* Ще вужча картка — підпис ще менший */
    .slider-caption {
        top: 40px;
        left: 40px;
    }
    .slider-caption__title {
        font-size: 26px;
        line-height: 32px;
    }
    .slider-caption__description {
        font-size: 14px;
    }
    .slider-caption__button {
        margin-top: 18px;
    }
}

.mobile-menu-block {
    display: none;
}

.mobile-menu-cart {
    display: none;
}

@media(max-width: 1024px) {
    .container {
        width: 700px;
    }

    .mobile-menu-block {
        display: block;
        position: relative;
        z-index: 3;
    }

    .mobile-menu-cart {
        display: block;
        z-index: 3;
        position: relative;
    }

    .mobile-menu-block a img {
        width: 40px;
    }

    .aromas__carouselItem a span {
        font-size: 15px;
        padding: 5px 15px;
    }

    .special__products .owl-dots {
        bottom: -23px;
    }

    .search-by-size__link {
        height: 48px;
    }

.section-home__productCarousel .owl-dots {
    bottom: -20px;
}

    .mobile-menu-block a {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        column-gap: 14px;
        text-decoration: none;
        color: #2f2f2f;
        font-size: 18px;
    }

    .header-top__menuSemiMobile,
    .header-top__languages {
        display: none;
    }

    .header-top__logo {
        position: absolute;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        z-index: 1;
    }

    .header-mid__profile {
        display: none;
    }

    .header-top__phoneBlock {
        display: none;
    }

    .header-mid .header-mid__cart {
        display: none;
    }

    .header-mid__search {
        position: relative;
        width: 390px;
        margin-left: 0;
    }

    .header-mid__searchInput {
        height: 56px;
        border: none;
        border-radius: 8px;
        background: #efefef;
        width: 100%;
        padding: 0 20px;
        font-family: "TikTok Sans";
        font-size: 18px;
        font-weight: 400;
    }

    .header-mid__search::after {
        right: 12px;
    }

    .hero-inner {
        flex-direction: column;
    }

    .autopicker {
        flex-direction: column;
        order: 2;
        width: 100%;
    }

    .slider {
        order: 1;
        width: 100%;
        max-width: 100%;
    }

    .autopicker__header.flex.jc-sb {
        justify-content: flex-start;
        width: 100%;
    }

    .autopicker__content {
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 100%;
    }

    .autopicker__select {
        margin-bottom: 0px;
        position: relative;
        flex: 0 0 30%;
    }

    .autopicker__button {
        margin-bottom: 0;
        margin-top: 0;
        width: 100%;
        flex: 0 0 100%;
    }

    .autopicker__buttonLink {
        height: 48px;
        width: calc(100% - 32px);
        font-size: 20px;
        position: relative;
        margin: 0;
    }

    .autopicker__content {
        flex-wrap: wrap;
    }

    .advantages-inner {
        border-radius: 16px;
        padding: 36px 36px 0;
        background-color: #f1f1f1;
        display: flex;
        align-items: flex-start;
        justify-content: flex-start;
        flex-wrap: wrap;
        flex-direction: column;
    }

    .header-mid__search {
        position: relative;
        width: calc(55% + 4px);
        margin-left: 0;
    }

}

.mobileMenu {
    display: none;
}

@media(max-width: 767px) {

    .header-mid__search {
        position: relative;
        width: 100%;
        margin-left: 0;
    }

    .container {
        width: 90%;
        margin: 0 auto;
    }

    .autopicker__select {
        margin-bottom: 0px;
        position: relative;
        flex: 0 0 100%;
        margin-bottom: 15px;
    }

    .autopicker__buttonLink:before {
        display: none;
    }

    .header-mid__catalogLink {
        width: calc(100% - 40px);
    }

    .header-mid {
        height: auto;
    }

    .slider {
        width: 100%;
        border-radius: 10px;
        overflow: hidden;
        margin-top: 0;
    }

    .slider .owl-dots {
        width: 100%;
        position: absolute;
        bottom: 20px;
        z-index: 100;
        display: flex;
        align-items: center;
        justify-content: center;
        column-gap: 20px;
        left: 0;
        right: 0;
    }

    .hero {
        margin: 25px 0;
    }

    .autopicker {
        order: 2;
    }

    .header-top__logoLink {
        text-decoration: none;
        color: #3f3f3f;
        font-size: 26px;
        font-weight: 600;
    }

    .openMobileblock span {
        display: none;
    }

    .header-mid__cartTotal {
        display: none;
    }

    .mobile-menu-block a img {
        width: 44px;
    }

    .slider .owl-dots .owl-dot {
        border-radius: 50px;
        background: white;
        display: block;
    }

    .section-home__title {
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        margin-bottom: 16px;
        flex-direction: column;
        gap: 14px;
    }

    .search-by-size__field {
        flex: 0 0 100%;
        width: 100%;
    }

    .search-by-size__form {
        flex-direction: column;
    }

    .search-by-size__form {
        background-color: #dfedff;
        display: flex;
        align-items: flex-start;
        justify-content: flex-start;
        border-radius: 16px;
        padding: 46px 26px;
    }

    .search-by-size__form .fake-select {
        height: 48px;
        width: 100%;
    }

    .search-by-size__button {
        flex: 0 0 100%;
        width: 100%;
    }

    .search-by-size__form .search-by-size__link {
        width: 100%;
        margin: 0;
    }

    .search-by-size__link img {
        display: none;
    }

    .search-by-size__field {
        margin-bottom: 0;
    }

    .search-by-size {
        margin-top: 7px;
    }

    .section-home__title h2 {
        font-size: 24px;
        font-weight: 400;
        margin: 0;
    }

    .productTabs__list {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        column-gap: 12px;
        padding: 0 0 4px;
        margin: 24px 0;
        flex-wrap: nowrap;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
    }
    .productTabs__list::-webkit-scrollbar {
        display: none;
    }
    .productTabs__listItem {
        flex: 0 0 auto;
    }

    .productTabs__listItemLink {
        padding: 6px 12px;
        white-space: nowrap;
    }

    .owl-carousel .product-one__priceBuy {
        flex-direction: column;
    }

    .owl-carousel .product-one__cartButton {
        height: 44px;
        width: 110px;
        border-radius: 10px;
        background-color: var(--main-blue);
        color: white;
        display: flex;
        align-items: center;
        justify-content: space-between;
        text-decoration: none;
        font-size: 18px;
        padding: 0 20px;
        transition: all .3s ease-in-out;
    }

    .owl-carousel .owl-item .product-one__cartButton img {
        width: 24px;
    }

    .owl-carousel .product-one__price {
        margin-top: -3px;
        width: 100%;
        margin-bottom: 10px;
    }

    .owl-carousel .product-one__codeReview {
        flex-direction: column;
    }

    .owl-carousel .product-one__code {
        padding: 0;
        border-radius: 8px;
        color: #3f3f3f;
        background: none;
        font-size: 14px;
        margin-bottom: 8px;
        width: 100%;
    }

    .owl-carousel .product-one__reviewsCount {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        column-gap: 5px;
        font-size: 14px;
        color: #2f2f2f;
        width: 100%;
    }

    .owl-carousel .product-one__name {
        font-size: 18px;
        margin: 30px 0 10px;
        font-weight: 500;
        line-height: 17px;
    }

    .wheels-content {
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex-wrap: wrap;
        row-gap: 30px;
    }

    .wheels-one__item {
        display: flex;
        background: #f1f1f1;
        border-radius: 8px;
        width: 46%;
        height: 200px;
        overflow: hidden;
        position: relative;
        transition: all .3s ease-in-out;
    }

    section.wheels {
        margin: 60px 0 80px;
    }

    .subscribe__titleLine1 {
        font-size: 30px;
        color: #1f1f1f;
    }

    .subscribe__titleLine2 {
        font-size: 18px;
        color: #3f3f3f;
        text-align: center;
    }

    .subscribe__form {
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 40px auto;
        width: 90%;
        column-gap: 30px;
        flex-direction: column;
    }

    .subscribe__input {
        width: 100%;
        position: relative;
    }

    .subscribe__input input {
        height: 70px;
        background: #e4e4e4;
        border-radius: 12px;
        border: none;
        width: 100%;
        font-size: 18px;
        padding: 0 0 0 70px;
    }

    .subscribe__input img {
        position: absolute;
        left: 24px;
        top: 24px;
        width: 20px;
    }

    .subscribe__button {
        width: 100%;
        margin-top: 20px;
    }

    .subscribe__stats {
        display: flex;
        align-items: center;
        justify-content: center;
        column-gap: 25px;
        margin: 30px 0 0;
    }

    .aromas__layout {
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
        flex-direction: column;
    }

    .aromas__leftContent {
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
        flex-direction: column;
    }

    .aromas__leftContentMain {
        flex: 0 0 100%;
        background: #f1f1f1;
        border-radius: 8px;
        height: auto;
        width: 100%;
        min-height: 300px;
    }

    .aromas__leftContentSecondary {
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
        flex-direction: column;
        row-gap: 30px;
        flex: 0 0 100%;
        width: 100%;
        margin-top: 30px;
    }

    .aromas__leftContentMain a {
        position: relative;
        text-decoration: none;
        color: #2f2f2f;
        overflow: hidden;
        height: 300px;
        display: flex;
        align-items: flex-start;
    }

    .aromas__left {
        flex: 0 0 100%;
        width: 100%;
    }

    .aromas__leftContentMain img {
        position: absolute;
        right: -139px;
        top: 35px;
        width: 400px;
        transition: all .3s ease-in-out;
    }

    .aromas__rightContentItem {
        flex: 0 0 46%;
        height: 190px;
        background: #f1f1f1;
        border-radius: 8px;
    }

    .aromas__rightContentItem a {
        text-decoration: none;
        font-size: 18px;
        color: #2f2f2f;
        display: flex;
        align-items: flex-end;
        justify-content: flex-start;
        height: 160px;
        padding: 0;
        font-size: 21px;
        font-weight: 400;
        position: relative;
        overflow: hidden;
        border-radius: 8px;
    }

    .aromas__rightContentItem a span {
        display: block;
        z-index: 4;
        font-size: 16px;
        padding: 15px 15px 0;
    }

    .aromas_title--right {
        justify-content: flex-start;
        margin-top: 50px;
    }

    .aromas__carouselItems {
        display: flex;
        align-items: center;
        justify-content: space-between;
        column-gap: 20px;
        flex-wrap: wrap;
        row-gap: 20px;
    }

    .aromas__carouselItem {
        flex: 0 0 45%;
    }

    .aromas__carouselItem a img {
        top: 0;
    }

    .aromas__carouselItem a {
        height: 200px;
    }

    .new-promos-inner {
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        flex-direction: column;
    }

    .home__news .section-home__title {
        flex-direction: row;
    }

    .home__promos .productTabs__list {
        display: flex;
        align-items: flex-start;
        justify-content: flex-start;
        gap: 12px;
        padding: 0;
        margin: 40px 0;
        flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .home__promos {
        flex: 0 0 auto;
        display: block;
        width: 100%;
    }

    .home__news {
        flex: 0 0 100%;
        margin-top: 40px;
    }

    .footer-inner {
        flex-direction: column;
    }

    .footer-left__phones {
        display: flex;
        align-items: flex-start;
        justify-content: flex-start;
        column-gap: 50px;
        margin: 40px 0;
        flex-direction: column;
    }

    .header-top__phone {
        width: 250px;
        margin-left: 0;
    }

    .footer-left__description {
        width: 100%;
        font-size: 14px;
    }

    .footer-left__paymentSystems img {
        width: 42px;
    }

    .footer-left__paymentSystems img.sm {
        width: 34px;
    }

    footer {
        padding: 40px 0;
        background: #f1f1f1;
    }

    .footer-right {
        flex: 0 0 100%;
        display: flex;
        column-gap: 50px;
        justify-content: space-between;
        flex-direction: column;
        order: 1;
    }

    .footer-col__listFlex {
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
        column-gap: 60px;
        flex-direction: column;
    }

    .footer-left {
        order: 2;
    }

    .special__tabs {
        width: 100%;
    }

    .special__products {
        display: block;
        width: 100%;
    }

    .mobileMenu.open {
        display: block;
        width: 100%;
        height: 100%;

        position: fixed;
        left: 0;
        top: 0;
        z-index: 1000;
    }

    .mobileMenu__inner {
        background: white;
        width: 80%;
        height: 100%;
        z-index: 1001;
        position: absolute;
        left: -600px;
    }

    .mobileMenu__inner.animate__animated {
        left: 0;
    }

    .mobileMenu__overlay {
        background: #2196f39e;
        position: relative;
        z-index: 1000;
        width: 100%;
        height: 100%;
    }

    .mobileMenu__links ul {
        display: block;
        padding: 25px;
    }

    .mobileMenu__links ul li a {
        padding: 10px 0;
        margin-bottom: 5px;
        display: block;
    }

    .mobileMenu .header-top__social {
        display: flex;
    }

    .mobileMenu .header-top__languages {
        display: flex;
        margin-right: 10px;
    }

    .mobileMenu .header-mid__profile {
        display: block;
        margin: 0;
        padding: 0 25px;
    }

    .mobilemenu-topflex {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 25px 15px;
    }

    .header-mid__profileLink {
        text-decoration: none;
        font-size: 22px;
        color: #333;
        column-gap: 15px;
        display: flex;
        background: var(--main-blue);
        color: white;
        border-radius: 8px;
        padding: 12px 15px;
        justify-content: space-between;
    }

    .header-mid__profileLink img {
        width: 28px;
        height: 28px;
        filter: invert(1) contrast(100) grayscale(1);
    }

    .mobileMenu__contacts {
        padding: 0 20px;
        margin-bottom: 20px;
    }

    body.fixed {
        overflow: hidden;
    }

    .mega-menu__left {
        width: 100%;
    }

    .mega-menu__right {
        width: 100%;
    }

    .mega-menu {
        display: none;
    }

    .mega-menu-mobile.open {
        display: block;
        position: relative;
        z-index: 999;
        top: -56px;
        border-radius: 8px;
        overflow: hidden;
    }

    .nav__column li {
        list-style: none;
        display: block;
    }

    .nav__column li a {
        display: flex;
        align-items: center;
        justify-content: space-between;
        text-decoration: none;
        color: #111;
    }

    .nav__column li a img {
        width: 40px;
    }

    .mega-children {
        background: white;
        display: none;
    }

    .mega-children.open {
        display: block;
    }

    .mega-children ul {
        padding: 0;
    }

    .mega-children .nav__column {
        padding: 0;
        width: 100%;
        display: block;
    }

    .mega-children .nav__column li a {
        display: flex;
        align-items: center;
        justify-content: space-between;
        text-decoration: none;
        color: #111;
        padding: 6px 15px;
        border-bottom: 1px solid #f1f1f1;
        font-size: 18px;
        font-weight: 500;
    }

    .mega-menu__leftList li a img.arrowMobileMenu {
        width: 18px;
        transform: rotate(270deg);
    }

    .mm-1 {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        column-gap: 15px;
    }

    .mm-1 span {
        margin-top: 2px;
    }

    .nav__childlink span {
        text-align: left;
    }

    .mobile-menu-link-open.mega-menu__leftListItem--active img.arrowMobileMenu {
        width: 18px;
        transform: rotate(0deg);
    }

    .mega-menu__leftList li a img {
        width: 24px;
    }

    .mega-children.open .nav__column li a {
        padding: 13px 20px;
        flex-direction: row;
    }

     .mega-children.open .nav__column li a img{
        display: none;
     }

     .nav__column li a span{
        margin-top: 0;
     }

    .owl-carousel .owl-item .product-one__reviewsCount img {
        width: 18px;
    }

    .mega-menu__leftList li a img{
        margin-left: 5px;
    }
}

.animate-it .slider-caption__title{
    font-size: 70px;
}

.animate-it .slider-caption__button{
    margin:0;
}

.animate-it .slider-caption__description {
    font-size: 28px;
    color: white;
    font-weight: 400;
    margin-bottom: 20px;
}

.animate-it .animated-wheels{
        position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
    top: 0;
    left: 0;
}

.animate-it .animated-wheels img{
    width:350px;
}

.animate-it{
    position: relative;
}

.aw1{
    position: absolute;
    right: 420px;
    top: -110px;
    transition: all .7s ease-in-out;
}

.aw2{
        bottom: -150px;
    left: 180px;
    position: absolute;
    transition: all .7s ease-in-out;
}

.animate-it .slider-caption--animated{
  transition: none;
}

.animate-it .slider-caption--animated2{
  transition: all 1.5s ease-out; /* no transition by default */
}

.animate-it.active .slider-caption--animated,
.animate-it.active .slider-caption--animated2{
  transition: all 1s ease-in; /* no transition by default */
}

.slider-caption--animated{
    left: -600px;
    position: absolute;
    z-index: 10;
    
}

.slider-caption--animated2{
    top: -600px;
    position: absolute;
    z-index: 10;
    
}

.animated-text{
    position: absolute;
    right: 0;
    top: 0;
    z-index: 5;
}

.at1{
    position: absolute;
    font-size: 80px;
    color:white;
    font-weight: 600;
    text-transform: uppercase;
    right: 50px;
    top: 50px;
}

.at2{
    position: absolute;
    font-size: 80px;
    color:var(--main-blue);
    font-weight: 600;
    text-transform: uppercase;
        right: 270px;
    top: 190px;
}

.at3{
      position: absolute;
    font-size: 80px;
    color: white;
    font-weight: 600;
    text-transform: uppercase;
    right: 330px;
    top: 322px;
}

.animate-it.active .aw1{
    top: -200px;
}

.animate-it.active .aw2{
       bottom: -230px;
    left: 210px;
}

.animate-it.active .slider-caption--animated{
    left:0px;
    top: 140px;
}

.animate-it.active .slider-caption--animated2{
   top: 0;
    width: 500px;
}

.animate-it .slider-caption__title span{
    color:#ffc107;
}

img.real-avatar{
        border-radius: 100px;
    border: 4px solid #3076d52e;
}

.mega-menu__content{
    display: none;
}

.mega-menu__content.active{
    display: flex;
}

.fake-search{
    padding:10px;
}

.fake-search input{
        width: 100%;
    border-radius: 6px;
    background: #f1f1f1;
    border: 1px solid #ccc;
    height: 40px;
    padding: 15px;
    font-size: 16px;

}

.fs-container{
      position: sticky;
    width: auto;
    top: 0;
    background: white;
}

.section-home__productTabContent{
    display: none;
}

.section-home__productTabContent.section-home__productTabContent--active{
    display: block;
}

.search-by-size__select{
    position: relative;
}

@media(max-width: 1200px) {
    .header-mid__catalogLink {
        height: 40px;
    }
    .search-by-size__field {
        flex: 0 0 48%;
    }
    
}
.aromas .aromas-grid {
    margin: 24px 0 0;
}

.aromas-cats .aromas-cat {
    display: flex;
    flex-direction: column;
    border: 1px solid #f1f1f1;
    border-radius: 12px;
    padding: 15px;
    text-decoration: none;
    box-sizing: border-box;
    transition: border-color .25s ease;
}
.aromas-cats .aromas-cat figure {
    margin: 0;
    aspect-ratio: 1 / 1;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}
.aromas-cats .aromas-cat img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: transform .3s ease;
}
.aromas-cats .aromas-cat span {
    display: flex;
    align-items: flex-end;
    min-height: 44px;
    margin-top: auto;
    padding: 12px 4px 0;
    font-size: 17px;
    font-weight: 500;
    color: #222;
}
.aromas-cats .aromas-cat:hover {
    border-color: var(--main-blue);
}
.aromas-cats .aromas-cat:hover span {
    color: var(--main-blue);
}
.aromas-cats .aromas-cat:hover img {
    transform: scale(1.05);
}

.aromas-cats.owl-carousel .owl-stage {
    display: flex;
    padding-bottom: 2px;
}

.aromas-cats.owl-carousel .owl-item {
    display: flex;
    height: auto;
}
.aromas-cats.owl-carousel .owl-item .aromas-cat {
    height: 100%;
    width: 100%;
}

.owl-carousel .owl-stage .slider-item {
    padding-bottom: 36.5%;
    position: relative;
    overflow: hidden;
    border-radius: 16px;
}

.owl-carousel .owl-stage .slider-item img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    left: 0;
    top: 0;
}

@media(max-width: 1700px) {
    .bb-input {
        height: 48px!important;
    }
}

@media(max-width: 1572px) {
    .autopicker {
        padding: 14px 20px;
    }
}

@media(max-width: 1430px) {
   .autopicker__image img {
    width: 45px!important;
   }
}

@media(max-width: 1340px) {
   .autopicker__content {
        display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 14px;
   }
}

@media(max-width: 1024px) {
    .owl-carousel .owl-stage .slider-item {
        padding-bottom: 40%;
    }
    #lkf_content .owl-dots {
        gap: 10px;
    }
}

@media(max-width: 600px) {
    .owl-carousel .owl-stage .slider-item {
        padding-bottom: 60%;
    }
}

:root {
    --animate-duration: 0.4s;
    --animate-delay: 0.4s;
    --animate-repeat: 1;
}

.subscribe__input input {
    height: 70px;
    background: #ffffff;
    border-radius: 12px;
    border: none;
    width: 100%;
    font-size: 22px;
    padding: 0 0 0 70px;
    border: 1px solid #ccc;
}

.header-top__phoneArrowLink {
    background: #0944945c;
}

.mega-menu.open {
    z-index: 9999;
}

.header-mid__search::after {
    display: none;
}

.mega-menu__left {
    background-color: white;
    width: 380px;
}

.mega-menu__leftList li a {
    color: #2f2f2f;
}

.mega-menu__leftList li a {
    border-bottom: 1px solid #ebebeb;
    font-weight: 500;
}

.mega-menu__leftList li a.mega-menu__leftListItem--active {
    background: #f1f1f1;
    border-bottom: 1px solid #f1f1f1;
    color: #000;
}

.mega-menu__right {
    width: 80%;
    box-shadow: none;
    border-left: 1px solid #ebebeb;
}

.wheels-one__item img {
    position: absolute;
    bottom: -50%;
    left: 37%;
}

.container {
    width: 100%;
    max-width: 1690px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
    box-sizing: border-box;
}

.mega-menu-mobile {
    display: block !important;
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    width: 88% !important;
    max-width: 400px !important;
    height: 100dvh !important;
    margin: 0 !important;
    background: #fff !important;
    z-index: 3000 !important;
    overflow-y: auto !important;
    transform: translateX(-100%);
    transition: transform 0.28s ease;
    visibility: hidden;
    border-radius: 0 !important;
    box-shadow: 2px 0 24px rgba(0, 0, 0, 0.18);
}

.mega-menu-mobile.open {
    transform: translateX(0) !important;
    visibility: visible;
    top: 0 !important;
}

.overlay.open {
    z-index: 900;
}

footer {
    background: #f6f7f9;
    border-top: 1px solid #e9ebef;
    padding: 52px 0 26px;
}

.footer-inner {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
    gap: 40px;
}

.footer-left__phones {
    display: flex;
    flex-wrap: wrap;
    gap: 18px 40px;
}

.footer-left__phoneTitle {
    font-size: 13px;
    color: #8a8f98;
    margin-bottom: 6px;
}

.footer-left__description {
    font-size: 13.5px;
    line-height: 1.65;
    color: #6b7280;
    width: auto;
}

.footer-left__paymentSystems {
    display: flex;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
}

.footer-left__paymentSystems img {
    height: 26px;
    width: auto;
}

.footer-right {
    flex: 1 1 520px;
    width: auto;
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    justify-content: space-between;
}

.footer-col__title {
    font-size: 17px;
    font-weight: 600;
    color: #1a1d24;
    margin-bottom: 18px;
}

.footer-col__listFlex {
    display: flex;
    gap: 40px;
}

.footer-col__List {
    margin: 0;
    padding: 0;
    list-style: none;
}

.footer-col__List li {
    list-style: none;
    margin-bottom: 12px;
}

.footer-col__List li a {
    font-size: 15px;
    color: #4b5563;
    text-decoration: none;
    transition: color 0.15s;
}

.footer-col__List li a:hover {
    color: var(--main-blue, #3076d5);
}

.autopicker__image {
    position: relative;
}

.autopicker__image img {
    display: block;
    position: relative;
    z-index: 1;
    transform-origin: 50% 90%;
    animation: apCarBuzz 0.5s ease-in-out infinite;
    will-change: transform;
    width: 70px;
}

.home-title {
    font-size: 22px;
    font-weight: 600;
    line-height: 1.3;
    color: #171a20;
    margin: 0 0 16px;
}

@media (max-width: 767px) {
    .home-title {
        font-size: 18px;
        margin: 0 0 12px;
    }
}

.prefooter {
    background: #fff;
    padding: 40px 0 44px;
}

.prefooter__section {
    padding-bottom: 24px;
    margin-bottom: 24px;
    border-bottom: 1px solid #ebedf1;
}

.prefooter__section:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: none;
}

.prefooter__title {
    font-size: 24px;
    font-weight: 600;
    line-height: 1.25;
    color: #171a20;
    margin: 0 0 12px;
}

.prefooter__subtitle {
    font-size: 17px;
    font-weight: 600;
    line-height: 1.3;
    color: #171a20;
    margin: 18px 0 8px;
}

.prefooter p {
    font-size: 15px;
    line-height: 1.55;
    color: #4b5563;
    margin: 0 0 10px;
}

.prefooter__list {
    margin: 0 0 10px;
    padding-left: 20px;
    list-style: disc;
}

.prefooter__list li {
    font-size: 15px;
    line-height: 1.5;
    color: #4b5563;
    margin-bottom: 5px;
}

.prefooter__brands {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px 24px;
}

.prefooter__brandLabel {
    font-size: 15px;
    font-weight: 600;
    color: #171a20;
    margin-bottom: 6px;
}

.prefooter__brandList {
    font-size: 15px;
    line-height: 1.55;
    color: #4b5563;
}

.prefooter__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 14px;
    margin-top: 16px;
}

.prefooter__card {
    padding: 16px 18px;
    border: 1px solid #ebedf1;
    border-radius: 14px;
    background: #fbfcfd;
}

.prefooter__card .prefooter__subtitle {
    margin-top: 0;
}

.prefooter__card .prefooter__list {
    margin-bottom: 0;
}

.prefooter__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin: 16px 0 4px;
}

.prefooter__actionCol {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.prefooter__btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 46px;
    padding: 0 26px;
    border: 1px solid var(--main-blue, #3076d5);
    border-radius: 12px;
    background: var(--main-blue, #3076d5);
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    cursor: pointer;
    transition: background-color 0.2s, border-color 0.2s;
}

.prefooter__btn:hover {
    background: var(--main-blue-hover, #2a69bf);
    border-color: var(--main-blue-hover, #2a69bf);
    color: #fff;
}

.prefooter__btn--ghost {
    background: #fff;
    color: var(--main-blue, #3076d5);
}

.prefooter__btn--ghost:hover {
    background: #eef4ff;
    border-color: var(--main-blue, #3076d5);
    color: var(--main-blue, #3076d5);
}

.prefooter__btnNote {
    margin-top: 8px;
    padding-left: 2px;
    font-size: 14px;
    color: #6b7280;
}

.prefooter__form {
    display: grid;
    grid-template-columns: repeat(3, 1fr) auto;
    gap: 14px;
    align-items: start;
    margin-top: 16px;
}

.prefooter__field {
    display: flex;
    flex-direction: column;
    min-width: 0;
}

.prefooter__field label {
    margin-bottom: 8px;
    font-size: 15px;
    font-weight: 500;
    color: #171a20;
}

.prefooter__field input {
    height: 46px;
    padding: 0 16px;
    border: 1px solid transparent;
    border-radius: 12px;
    background: #f1f1f1;
    font-size: 16px;
    color: #171a20;
    outline: none;
    transition: border-color 0.2s, box-shadow 0.2s;
}

.prefooter__field input:focus {
    border-color: var(--main-blue, #3076d5);
    box-shadow: 0 0 0 3px rgba(48, 118, 213, 0.12);
}

.prefooter__field--submit {
    grid-column: auto;
    padding-top: 26px;
}

.prefooter__field--submit .prefooter__btn {
    align-self: flex-start;
}

.prefooter__error {
    margin-top: 6px;
    font-size: 13px;
    color: #c92f2f;
}

.prefooter__success {
    margin: 18px 0 0;
    padding: 14px 18px;
    border: 1px solid #bfe3c4;
    border-radius: 12px;
    background: #f1f9f2;
    font-size: 16px;
    color: #256b32;
}

.prefooter__failure {
    margin: 18px 0 0;
    padding: 14px 18px;
    border: 1px solid #f2c4c4;
    border-radius: 12px;
    background: #fdf3f3;
    font-size: 16px;
    color: #a52020;
}

.prefooter__contact {
    margin-top: 16px;
}

.prefooter__contactNote {
    font-size: 14px;
    line-height: 1.6;
    color: #6b7280;
    margin-bottom: 10px;
}

.prefooter__phone {
    display: inline-block;
    font-size: 20px;
    font-weight: 600;
    color: #171a20;
    text-decoration: none;
}

.prefooter__phone:hover {
    color: var(--main-blue, #3076d5);
}

/* .prefooter__section--tight .prefooter__list {
    columns: 2;
    column-gap: 32px;
} */

.prefooter__section--tight .prefooter__list li {
    break-inside: avoid;
}

@media (max-width: 1024px) {
    .prefooter__grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .prefooter__form {
        grid-template-columns: repeat(2, 1fr);
    }

    .prefooter__brands {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 767px) {
    .prefooter {
        padding: 34px 0 40px;
    }

    .prefooter__section {
        padding-bottom: 28px;
        margin-bottom: 28px;
    }

    .prefooter__title {
        font-size: 22px;
    }

    .prefooter__subtitle {
        font-size: 17px;
    }

    .prefooter p,
    .prefooter__list li,
    .prefooter__brandList,
    .prefooter__brandLabel {
        font-size: 15px;
    }

    .prefooter__grid,
    .prefooter__form,
    .prefooter__brands {
        grid-template-columns: 1fr;
    }

    .prefooter__field--submit {
        padding-top: 0;
    }

    .prefooter__section--tight .prefooter__list {
        columns: 1;
    }

    .prefooter__actions {
        flex-direction: column;
        align-items: stretch;
    }

    .prefooter__actionCol {
        width: 100%;
    }

    .prefooter__btn {
        width: 100%;
    }

    .prefooter__phone {
        font-size: 20px;
    }
}

/* каталог удвічі ширший за решту — у ньому два стовпчики посилань,
   тому сітка з п'яти доріжок, а не з чотирьох */
.footer-cols {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 24px 32px;
    align-items: start;
}

.footer-col--catalog {
    grid-column: span 2;
}

.footer-cols .footer-col__title {
    margin-bottom: 12px;
}

.footer-cols .footer-col__List {
    display: flex;
    flex-direction: column;
    gap: 7px;
}

/* специфічність тут не менша за .footer-cols .footer-col__List,
   інакше список лишається flex-контейнером і columns не діє */
.footer-cols .footer-col__List--split {
    display: block;
    columns: 2;
    column-gap: 28px;
}

.footer-cols .footer-col__List--split li {
    break-inside: avoid;
    margin-bottom: 7px;
}

.footer-contacts {
    display: flex;
    flex-direction: column;
    gap: 10px;
    font-size: 14px;
    line-height: 1.5;
    color: #6b7280;
}

.footer-contacts__phone {
    font-size: 19px;
    font-weight: 600;
    color: #1a1d24;
    text-decoration: none;
}

.footer-contacts__mail {
    font-size: 14px;
    color: #4b5563;
    text-decoration: none;
    word-break: break-all;
}

.footer-contacts__phone:hover,
.footer-contacts__mail:hover {
    color: var(--main-blue, #3076d5);
}

.footer-social {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 4px;
}

.footer-social a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: #eef0f4;
    transition: background-color 0.15s;
}

/* іконки з різних наборів мають свої кольори — зводимо всі до одного */
.footer-social img {
    width: 17px;
    height: 17px;
    object-fit: contain;
    opacity: 0.7;
    filter: brightness(0) saturate(100%);
    transition: opacity 0.15s, filter 0.15s;
}

.footer-social a:hover {
    background: var(--main-blue, #3076d5);
}

.footer-social a:hover img {
    opacity: 1;
    filter: brightness(0) invert(1);
}

.footer-bottom {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 14px 32px;
    margin-top: 26px;
    padding-top: 18px;
    border-top: 1px solid #e4e7ec;
    font-size: 13px;
    color: #9099a3;
}

.footer-bottom__legal {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 6px 18px;
}

.footer-bottom__brand {
    font-weight: 600;
    color: #4b5563;
}

.footer-bottom__legal a,
.footer-dev {
    color: #9099a3;
    text-decoration: none;
}

.footer-bottom__legal a:hover,
.footer-dev:hover {
    color: var(--main-blue, #3076d5);
}

.footer-pay {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 12px;
}

.footer-pay img {
    height: 18px;
    width: auto;
}

.footer-pay img.sm {
    height: 15px;
}

.footer-pay__text {
    font-size: 13px;
    font-weight: 600;
    color: #6b7280;
}

@media (max-width: 1024px) {
    .footer-cols {
        grid-template-columns: 1fr 1fr;
        gap: 24px 30px;
    }

    .footer-col--catalog {
        grid-column: 1 / -1;
    }
}

@media (max-width: 767px) {
    .footer-cols {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .footer-cols .footer-col__List--split {
        columns: 1;
    }

    .footer-bottom {
        flex-direction: column;
        align-items: flex-start;
        gap: 14px;
    }
}

