:root {
    --main-blue: #094494;
    --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;
}

.container {
    width: 1650px;
    margin: 0 auto;
}

.flex {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.header-top {
    height: 100px;
    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 {
    height: 60px;

}

.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 {
    text-decoration: none;
    font-size: 22px;
    color: #333;
    column-gap: 15px;
}

.header-mid__profile {
    margin-right: 35px;
}


/* autopicker slider */

.hero {
    margin: 40px 0;
}

.autopicker {
    width: calc(390px - 72px);
    background: #09449426;
    padding: 18px 36px;
    border-radius: 16px;
}

.slider {
    width: 1230px;
    border-radius: 10px;
    overflow: hidden;
}

.autopicker__image {
    width: 80px;
}

.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: 28px;
    position: relative;
}

.autopicker__header {
    margin-bottom: 10px;
}

.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;
    width: calc(100% - 32px);
    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);
}

.autopicker__button {
    margin-bottom: 20px;
    margin-top: 36px;
}

.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-caption {
    position: absolute;
    top: 100px;
    left: 100px;
}

.hero-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.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: center;
    justify-content: space-around;
    border-radius: 16px;
    padding: 46px 26px;
}

.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: 0 0 23%;
}

.search-by-size__button {
    flex: 0 0 20%;
}

.search-by-size__label {
    font-size: 20px;
    margin-bottom: 10px;
    font-weight: 300;
    color: #222;
}

.search-by-size__link {
    height: 58px;
    background-color: var(--main-blue);
    color: white;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 20px;
    border-radius: 12px;
    text-decoration: none;
    font-size: 20px;
    margin-top: 32px;
}

.fake-select .inches {
    color: #aaa;
}

.productTabs__list {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    column-gap: 30px;
    padding: 0;
    margin: 40px 0;
}

.productTabs__listItem {
    list-style: none;
}

.productTabs__listItemLink {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #333;
    font-size: 20px;
    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);
}


.product-one__item {
    background: white;
    border-radius: 8px;
    border: 1px solid #f1f1f1;
    padding: 30px;
    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: 20px;
    margin: 30px 0 10px;
    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: 30px;
}

.product-one__priceValue span.currency {
    font-size: 16px;
    color: #999;
}

.product-one__cartButton {
    height: 60px;
    width: 140px;
    border-radius: 10px;
    background-color: var(--main-blue);
    color: white;
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-decoration: none;
    font-size: 20px;
    padding: 0 20px;
    transition: all .3s ease-in-out;
}

.product-one__cartButton:hover {
    background-color: var(--main-blue-hover);
}

.product-one__cartButton img {
    width: 32px;
}

.product-one__priceBuy {
    margin: 30px 0 0;
}

.product-one__price {
    margin-top: -3px;
}

.wheels-one__item {
    display: flex;
    background: #f1f1f1;
    border-radius: 8px;
    width: 300px;
    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;
}

.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;
}


section.wheels {
    margin: 60px 0 130px;
}

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: calc(100% - 60px);
    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;
}

.aromas__carousel {
    margin-top: 60px;
}

.aromas__carouselItem a img {
    width: 100%;
    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;
}


.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: 100px 0;
    background: #f1f1f1;
}

.footer-left__paymentSystems {
    margin: 15px 0 30px;
    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;
}

.footer-left__logo span {
    font-weight: 800;
    color: #000;
}

.footer-left__phones {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    column-gap: 50px;
    margin: 40px 0;
}

.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;
}

.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;
    background: white;
    border-radius: 8px;
    border: none;
    padding: 0;
    width: 284px;
    height: 120px;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
    z-index: 4;
    box-shadow: 0px 40px 20px #0000004f;
    padding-top: 100px;
    left: -24px;
}

.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: 12px;
    position: absolute;
    top: 180px;
    width: 100%;
    z-index: 999;
    box-shadow: 0px 0px 15px #5e5e5e2b;
    overflow: hidden;
}

.overlay {
    display: none;
}

.overlay.open {
    display: block;
    position: fixed;
    top: 0px;
    left: 0;
    width: 100dvw;
    height: 100dvh;
    background-color: #0000003b;
    z-index: 990;
}

header .container-inner {
    position: relative;
}

.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;
}

.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: 40px;
}

.nav__column li a {
    display: flex;
    align-items: center;
    column-gap: 20px;
    justify-content: flex-start;
    color: #3f3f3f;
    text-decoration: none;
    font-size: 15px;
    font-weight: 500;
}

.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;
}

.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: 100px;
    z-index: 100;
    display: flex;
    align-items: center;
    justify-content: space-between;
    column-gap: 20px;
    left: 100px;
}

.slider .owl-dots .owl-dot {
    width: 24px;
    height: 24px;
    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: 32px;
}


.section-home__productCarousel .owl-dots .owl-dot {
    width: 24px;
    height: 24px;
    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;
    position: relative;
    bottom: -60px;
    z-index: 100;
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 30px;
    margin-bottom: 60px;

}



.special__products .owl-dots .owl-dot {
    width: 24px;
    height: 24px;
    border-radius: 50px;
    background: #f1f1f1;
    display: block;
}

.special__products .owl-dots .owl-dot.active {
    background-color: var(--main-blue);
}

.special__products .owl-dots {
    width: auto;
    position: relative;
    bottom: -30px;
    z-index: 100;
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 30px;
    margin-bottom: 60px;

}



.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;
    }

    .hero-inner {
        flex-direction: column;
    }

    .autopicker {
        width: calc(100% - 72px);
        background: #dfedff;
        padding: 18px 36px;
        border-radius: 16px;
    }

    .autopicker__content {
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 90%;
    }

    .autopicker__select {
        margin-bottom: 0px;
        position: relative;
        flex: 0 0 25%;
    }

    .autopicker__header.flex.jc-sb {
        justify-content: flex-start;
        width: 25%;
    }

    .autopicker__title {
        order: 2;
        height: 60px;
        display: flex;
        align-items: flex-start;
        justify-content: flex-start;
        flex-direction: column;
        margin-top: 24px;
        margin-left: 0px;
    }

    .autopicker__line2 {
        font-size: 16px;
        font-weight: 500;
    }

    .autopicker__image {
        order: 1;
        position: relative;
    }

    .autopicker__image img {
        width: 100px;
        position: absolute;
        top: -48px;
        left: 0;
    }

    .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;
    }

    .autopicker__button {
        margin-bottom: 0;
        margin-top: 0;
    }

    .fake-select {
        height: 48px;
    }

    .autopicker__buttonLink {
        height: 46px;
    }

    .autopicker {
        width: calc(100% - 72px);
        background: #dfedff;
        padding: 18px 36px;
        border-radius: 16px;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .autopicker__image {
        display: none;
    }

    .slider {
        width: 100%;
        border-radius: 10px;
        overflow: hidden;
        margin-top: 35px;
    }

    .autopicker__select {
        margin-bottom: 0px;
        position: relative;
        flex: 0 0 26%;
    }

    .autopicker__content {
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 76%;
    }

    .autopicker__buttonLink {
        height: 46px;
        width: 46px;
        font-size: 0;
        position: relative;

    }

    .autopicker__buttonLink:before {
        content: "";
        width: 28px;
        height: 28px;
        background: url(../img/search-white.svg);
        background-size: 100%;
        position: absolute;
        left: 25px;
        top: 9px;
    }

    .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;
    }

}


@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-mid__search {
        position: relative;
        width: 320px;
        margin-left: 44px;
    }

    .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;
    }
}

.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;
    }



    .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;
    }


    .autopicker {
        flex-direction: column;
    }

    .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: 46px;
        width: calc(100% - 32px);
        font-size: 20px;
        position: relative;
        margin: 20px 0 10px;
    }

    .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: 760px) {

    .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__catalog {
        width: 100%;
        margin-bottom: 20px;
    }

    .header-mid {
        height: auto;
    }

    .autopicker {
        order: 2;
    }

    .slider {
        width: 100%;
        border-radius: 10px;
        overflow: hidden;
        margin-top: 0;
    }

    .slider-caption {
        display: none;

    }

    .slider .owl-dots {
        width: 100%;
        position: absolute;
        bottom: 20px;
        z-index: 100;
        display: flex;
        align-items: center;
        justify-content: flex-start;
        column-gap: 20px;
        left: 30px;
    }

    .hero {
        margin: 25px 0;
    }

    .autopicker {
        order: 2;
        margin-top: 20px;
    }

    .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 {
        width: 18px;
        height: 18px;
        border-radius: 50px;
        background: white;
        display: block;
    }

    .section-home__title {
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        margin-bottom: 30px;
        flex-direction: column;
    }

    .search-by-size__field {
        flex: 0 0 100%;
        width: calc(100% - 40px);
    }

    .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: calc(100% - 46px);
        margin: 20px 0 0;
    }

    .search-by-size__field {
        margin-bottom: 15px;
    }

    .search-by-size {
        margin-top: 7px;
    }

    .section-home__title h2 {
        font-size: 28px;
        font-weight: 400;
        margin: 0;
    }

    .productTabs__list {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        column-gap: 15px;
        padding: 0;
        margin: 40px 0;
        flex-wrap: wrap;
        row-gap: 15px;
    }

    .productTabs__listItemLink {
        padding: 6px 12px;
    }

    .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;
        /* row-gap: 38px; */
    }

    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;
        font-weight: 600;
        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;
        column-gap: 15px;
        padding: 0;
        margin: 40px 0;
        flex-wrap: wrap;
        row-gap: 15px;
        flex-wrap: wrap;
        flex-direction: column;
    }

    .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: right;
    }


    .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 15px;
    }

    .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;
}