:root {
    --color-orange-highlight: #e7b31b;
}

@font-face {
    font-family: 'SF 500';
    src: url(../fonts/SF-Pro-Display-Medium.otf);
}

@font-face {
    font-family: 'SF 700';
    src: url(../fonts/SF-Pro-Display-Bold.otf);
}

@font-face {
    font-family: 'SF 400';
    src: url(../fonts/SF-Pro-Display-Regular.otf);
}

@font-face {
    font-family: 'SF 600';
    src: url(../fonts/SF-Pro-Display-Semibold.otf);
}

@font-face {
    font-family: 'SF 800';
    src: url(../fonts/SF-Pro-Display-Heavy.otf);
}

@font-face {
    font-family: 'SF Pro Display';
    src: url(../fonts/SF-Pro-Display-Bold.otf),
    url(../fonts/SF-Pro-Display-Heavy.otf),
    url(../fonts/SF-Pro-Display-Light.otf),
    url(../fonts/SF-Pro-Display-Medium.otf),
    url(../fonts/SF-Pro-Display-Regular.otf),
    url(../fonts/SF-Pro-Display-Semibold.otf),
    url(../fonts/SF-Pro-Display-Thin.otf),
    url(../fonts/SF-Pro-Display-Ultralight.otf);
}

.category-menu__link {
    border-bottom: 1px dashed #0b81e5;
}

body.new-design [data-type="ask"],
.category-table_cell b,
.category-table__title,
.category-table__help,
.search__title,
.js-marks a {
    font-family: 'SF 700', sans-serif;
}

.js-carselect {
    margin-top: 140px;
}

.slider {
    margin-top: 0 !important;
}

body.new-design img {
    width: 100%;
    display: block;
    height: auto;
    object-fit: contain;
}

body.new-design * {
    box-sizing: border-box;;
}

body.new-design {
    background: #fff;
    font-family: 'SF 500', sans-serif;
}

body.new-design a {
    text-decoration: none;
    color: #000;
}

body.new-design button {
    cursor: pointer;
    font-family: 'SF 400', sans-serif;
}

.header_container {
    width: 100% !important;
    max-width: 1200px !important;
}

.container {
    margin: 0 auto;
    width: clamp(320px, calc(100% - 40px), 1200px);
}

/*_____________header_____________*/

.header_container img {
    height: 46px;
    width: 120px;
}

.header_container {
    align-items: center;
    gap: 7px;
    display: flex;
}

.header_container__logo img {
    height: 100% !important;
}

.header_container__logo {
    height: 67px;
    width: 162px;
}

.main_nav {
    border-radius: 12px;
    background-color: #F3F3F3;
    padding: 0 1vw;
    flex: 1;
    gap: 1.3vw;
    align-items: center;
    justify-content: center;
    margin-left: 0.54vw;
    height: 2.4vw;
    text-wrap: nowrap;
    display: flex;
}

.bottom_nav__obj a:hover {
    color: var(--color-orange-highlight) !important;
}

.bottom_nav__obj span,
.bottom_nav__obj a {
    color: #535353 !important;
}

.main_nav__obj {
    text-decoration: none;
    font-size: clamp(7px, 11.5px, 14px);
    letter-spacing: 1px;
    text-transform: uppercase;
    padding: 17px 0;
    transition: 0.3s
}

.main_nav__number a {
    transition: 0.3s
}

.main_nav__obj.active,
.main_nav__obj:hover {
    color: var(--color-orange-highlight);
}

.main_nav__number a.active,
.main_nav__number a:hover {
    color: var(--color-orange-highlight);
}

.main_nav__number {
    display: flex;
    font-size: clamp(10px, 0.7vw, 16px);
    padding-left: 0.5vw;
    align-items: center;
}

.header_main__btn:hover {
    background: #ffd658;
}

.header_main__btn {
    background: #FFCA30;
    border: none;
    border-radius: 12px;
    color: #000;
    font-size: clamp(8px, 0.5vw, 12px);
    padding: 0 clamp(0.8vw, 1vw, 1.25vw);
    outline: none;
    transition: 0.3s;
    letter-spacing: 1px;
    text-wrap: nowrap;
    height: 46px;
    display: grid;
    place-content: center;
    text-transform: uppercase;
}

.header_btn__search {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 2.4vw;
    width: 2.4vw;
    border: none;
    background-color: #F3F3F3;
    border-radius: 12px;
}

.header_btn__cart span {
    position: absolute;
    display: grid;
    place-content: center;
    border-radius: 50%;
    top: 0;
    right: 0;
    color: #000;
    background: #FFCA30;
    width: 20px;
    height: 20px;
    font-size: 11px;
}


.header_btn__cart {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 2.4vw;
    width: 2.4vw;
    border: none;
    background-color: #F3F3F3;
    border-radius: 12px;
}

/*_____________dropdown menu__________*/
.dropdown {
    position: relative;
    padding-bottom: 10px;
    transform: translateY(5px);
}

.dropdown-toggle {
    cursor: pointer;
    align-items: center;
    display: flex;
}

.dropdown-menu li {
    cursor: pointer;
    text-wrap: nowrap;
}

.header_left_ctlg:after {
    content: "";
    position: absolute;
    bottom: -50%;
    background-color: transparent;
    height: 15px;
    width: 100%;
}

.dropdown-menu {
    display: none;
}

.dropdown-menu.show {
    display: block;
}

/* Меню изначально скрыто */
body.new-design header {
    position: relative;
    z-index: 10000;
    background: #fff;
    padding-bottom: 10px;
}

.dropdown-menu a:hover {
    color: var(--color-orange-highlight);
}

.dropdown-menu {
    transition-delay: 80ms !important;
    position: absolute;
    top: calc(100% - 10px);
    display: flex;
    padding: 20px;
    margin-top: 0;
    gap: 10px;
    flex-direction: column;
    background: white;
    list-style: none;
    border: none;
    border-radius: 6px;
    z-index: 10000000;
    min-width: 150px;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 0.3s ease, top 0.3s ease, visibility 0s linear 0.3s;
}

/* Меню показывается при наведении на родителя .dropdown (то есть на "Каталог" или меню) */
.dropdown:hover .dropdown-menu {
    opacity: 1;
    top: 100%;
    visibility: visible;
    pointer-events: auto;
    transition-delay: 0s;
    box-shadow: 0 4px 8px rgba(46, 59, 111, 0.12);
}

.dropdown:hover {
    color: #FFCA30;
}

/* Стрелка поворачивается при наведении на .dropdown (на "Каталог" или меню) */
.arrow {
    display: flex;
    align-items: center;
    margin-left: 5px;
    transition: transform 0.3s ease;
    transition-delay: 80ms !important;
    background-image: url(../images/chevron.svg);
    width: 16px;
    height: 16px;
    background-repeat: no-repeat;
    background-size: contain;
}

.dropdown:hover .arrow {
    transform: rotate(-180deg);
    filter: brightness(0) saturate(100%) invert(77%) sepia(97%) saturate(730%) hue-rotate(330deg) brightness(104%) contrast(101%);
}

/* Плавное появление пунктов списка по очереди */
.dropdown-menu li {
    color: #535353;
    opacity: 0;
    transform: translateY(-10px);
    transition: opacity 0.3s ease, transform 0.3s ease;
}

.dropdown-menu li:hover {
    color: #FFCA30;
}

.dropdown:hover .dropdown-menu li {
    opacity: 1;
    transform: translateY(0);
    transition: 0.09s;
}

/*_____________dropdown menu the end__________*/

.header_bottom_nav {
    gap: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #535353;
    font-family: 'SF 400', sans-serif;
    font-size: clamp(9px, 0.7vw, 14px);
    margin-top: 7px;
}

/*_____________firts section_____________*/

.first_section {
    display: flex;
    justify-content: center;
    margin-top: 35px;
    flex-direction: column;
    align-items: center;
}

.main_title {
    font-size: clamp(48px, 3.1vw, 64px);
    font-family: 'SF 700', sans-serif;
    margin-bottom: 8px;
}

.main_text {
    font-size: clamp(18px, 1.1vw, 24px);
    font-family: 'SF 500', sans-serif;
}

.main_button {
    display: flex;
    margin-top: 30px;
    gap: 15px;
    background: linear-gradient(96deg, #ffca30, #ffebb2, #ffca30), url(../images/car_icon.png);
    background-repeat: no-repeat;
    background-size: auto, 29px 29px;
    background-position: center center, 28px center;
    background-blend-mode: multiply;
    border: none;
    outline: none;
    border-radius: 12px;
    height: clamp(60px, 3.4vw, 75px);
    padding: 0 31px 0 70px;
    align-items: center;
    justify-content: center;
    font-family: 'SF 500', sans-serif;
    letter-spacing: 1px;
    font-size: clamp(10px, 0.7vw, 16px);
    text-transform: uppercase;
}

.wrapper {
    position: relative;
}

.wrapper.main_photo {
    margin-top: 30px;
    border-radius: 24px;
    max-height: 457px;
    background: #f8f8f8;
}

.wrapper.main_photo img {
    border-radius: 24px;
}

.main_photo .swiper-navigation .prev {
    margin-left: 20px;
}

.main_photo .swiper-navigation .next {
    margin-right: 20px;
}

.main_photo .swiper-navigation button {
    background: transparent !important;
    pointer-events: all;
    border: none !important;
}

.main_photo .swiper-navigation {
    pointer-events: none;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: 1000;
    display: flex;
    place-content: normal;
    align-items: center;
    justify-content: space-between;
}

.main_photo_card {
    position: absolute;
    z-index: 100;
    bottom: 18px;
    left: 18px;
    padding: 25px 34px 25px 25px;
    border-radius: 12px;
    background: #FFDD78;
    font-family: 'SF 700', sans-serif;
    font-size: clamp(14px, 0.85vw, 20px);
    background: linear-gradient(96deg, rgba(255, 221, 120, 1) 0%, rgba(255, 202, 48, 1) 50%, rgba(255, 197, 23, 1) 100%);
}

/*_____________firts section_____________*/

.second_section {
    margin-top: 80px;
}

.description_cards {
    gap: 12px;
    display: flex;
}

.des_card:nth-child(1) {
    background: linear-gradient(#F8F8F8), url(../images/rocket.png);
    background-repeat: no-repeat;
    background-size: auto, 2.1vw 2.1vw;
    background-position: center center, 20px 28px;
    background-blend-mode: multiply;
}

.des_card:nth-child(2) {
    background: linear-gradient(#F8F8F8), url(../images/lightning.png);
    background-repeat: no-repeat;
    background-size: auto, 2.1vw 2.1vw;
    background-position: center center, 20px 28px;
    background-blend-mode: multiply;
}

.des_card:nth-child(3) {
    background: linear-gradient(#F8F8F8), url(../images/image_painting.png);
    background-repeat: no-repeat;
    background-size: auto, 2.1vw 2.1vw;
    background-position: center center, 20px 28px;
    background-blend-mode: multiply;
}

.des_card {
    width: calc((100% - 24px) / 3);
    border: none;
    border-radius: 24px;
    gap: 11px;
    padding: 84px 1.25vw 1.46vw 1.25vw;
    display: flex;
    flex-direction: column;
}

.des_card__img {
    width: 42px;
    height: 42px;
}

.des_card__title {
    font-family: 'SF 500', sans-serif;
    font-size: clamp(14px, 0.85vw, 22px);
}

.des_card__text {
    line-height: 130%;
    font-family: 'SF 400', sans-serif;
    font-size: clamp(11px, 0.7vw, 14px);
    text-wrap: wrap;
}

.des_card_text br {
    display: none;
}

/*_____________third section_____________*/

.third_section {
    margin-top: 80px;
}

/* 1 ряд: 2 колонки */
.photo_card:nth-child(1) { grid-column: span 3; }
.photo_card:nth-child(2) { grid-column: span 3; }

/* 2 ряд: 2 колонки */
.photo_card:nth-child(3) { grid-column: span 3; }
.photo_card:nth-child(4) { grid-column: span 3; }

/* 3 ряд: 3 колонки */
.photo_card:nth-child(5) { grid-column: span 2; }
.photo_card:nth-child(6) { grid-column: span 2; }
.photo_card:nth-child(7) { grid-column: span 2; }

/* 4 ряд: 2 колонки */
.photo_card:nth-child(8) { grid-column: span 3; }
.photo_card:nth-child(9) { grid-column: span 3; }

@media (max-width: 1024px) {
    .photo_card {
        grid-column: span 3 !important;
    }
    .des_card {
        padding-top: 62px !important;
    }
    .third_section {
        margin-top: 35px !important;
    }
}
@media (max-width: 550px) {
    .photo_card {
        grid-column: span 6 !important;
    }
}

.photo_cards {
    display: grid;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: repeat(6, 1fr);
    gap: 10px;
    margin-top: 80px;
}

.photo_card {
    transition: opacity 200ms ease;
    position: relative;
    min-height: 320px;
    overflow: hidden;
    padding: 30px;
    border-radius: 24px;
}

.photo_card__btn {
    position: absolute;
    background: linear-gradient(#fff), url(../images/arrow-narrow-up-right.png);
    background-repeat: no-repeat;
    background-size: auto, 2vw 2vw;
    background-position: center center, center center;
    background-blend-mode: multiply;
    bottom: 2vw;
    right: 2vw;
    border: none;
    border-radius: 50%;
    background-color: #fff;
    transition: 0.3s;
    width: 4vw;
    height: 4vw;
    z-index: 1;
}

.photo_card:hover .photo_card__btn {
    background-color: #FFCA30;
}

.photo_card__title {
    color: #fff;
    font-family: 'SF 400', sans-serif;
    font-size: clamp(18px, 2vw, 40px);
    text-shadow: 0 4px 4px rgba(0, 0, 0, 0.12);
}

.photo_card__img {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 0;
    object-fit: cover;
}

/*___________backfeed____________*/

.backfeed .swiper-slide {
    min-height: 280px;
    height: auto !important;
}

.backfeed {
    margin-top: 80px;
    display: flex;
    flex-direction: column;
}

.backfeed_title {
    font-family: 'SF 700', sans-serif;
    font-size: clamp(48px, 3.1vw, 64px);
    justify-content: center;
    width: 100%;
    display: flex;
}

.backfeed_top_container {
    display: flex;
    margin-top: 30px;
    padding: 0 24px;
    background-color: #F8F8F8;
    border: none;
    border-radius: 24px;
    height: 76px;
    align-items: center;
    justify-content: space-between;
}

.backfeed_top_container_btns {
    gap: 10px;
    display: flex;
}

.backfeed_top_container_btn {
    padding: 0 3vw;
    height: 34px;
    border: none;
    border-radius: 8px;
    text-wrap: nowrap;
    font-family: 'SF 400', sans-serif;
    transition: 0.3s;
    display: grid;
    place-content: center;
    background-color: #262626;
    color: #fff !important;
}

.backfeed_top_container_btn:hover {
    background-color: #4a4a4a;
}

.backfeed_top_container_mark__marker {
    background-image: url(../images/marker.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 24px 24px;
    width: 24px;
    height: 24px;
}

.backfeed_top_container_mark__star {
    background-image: url(../images/star.png);
    background-repeat: no-repeat;
    background-size: 24px 24px;
    width: 24px;
    height: 24px;
}

.backfeed_top_container_mark__star__small {
    background-image: url(../images/star.png);
    background-repeat: no-repeat;
    background-size: 16px 16px;
    width: 16px;
    height: 16px;
}

.backfeed_top_container_mark {
    gap: 4px;
    display: flex;
    align-items: center;
}

.backfeed_top_container__marks {
    gap: 6px;
    display: flex;
    flex-direction: column;
}

.mark {
    font-family: 'SF 800';
    font-size: clamp(18px, 1.1vw, 24px);
}

.rating {
    color: #9F9F9F;
    font-family: 'SF 500';
    font-size: clamp(10px, 0.7vw, 14px);
}

.backfeed_bottom_container_marks {
    margin-top: 12px;
}

.single_backfeed {
    padding: 1.25vw;
    background-color: #F8F8F8;
    border: none;
    border-radius: 24px;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.photo_card:hover:after {
    opacity: 0.92;
}
.photo_card:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: -1;
    transition: opacity 200ms ease;
    background-image: linear-gradient(#2C3537, #9EADAE);
}

.photo_card:nth-child(1) {
    background-image:
            url(../images/bagazhnik_na_kryshu.webp);
    background-repeat: no-repeat, no-repeat;
    background-size: contain;
    background-position: bottom center;
}
.photo_card:nth-child(2) {
    background-image:
            url(../images/image\ \(2\)\ \(1\).webp);
    background-repeat: no-repeat, no-repeat;
    background-size: contain;
    background-position: bottom center;
}
.photo_card:nth-child(3) {
    background-image:
            url(../images/image\ \(3\)\ \(1\).webp);
    background-repeat: no-repeat, no-repeat;
    background-size: contain;
    background-position: bottom right;
}
.photo_card:nth-child(4) {
    background-image:
            url(../images/boksy_na_kryshu.webp);
    background-repeat: no-repeat, no-repeat;
    background-size: contain;
    background-position: bottom center;
}
.photo_card:nth-child(5) {
    background-image:
            url(../images/kreplenia_dlya_lyzh.webp);
    background-repeat: no-repeat, no-repeat;
    background-size: contain;
    background-position: bottom center;
    background-blend-mode: multiply;
}
.photo_card:nth-child(6) {
    background-image: url(../pix/velo.webp);
    background-repeat: no-repeat, no-repeat;
    background-position: bottom -50px center;
    background-size: auto;
}
.photo_card:nth-child(7) {
    background-image:
            url(../images/dopolnitelno.webp);
    background-repeat: no-repeat, no-repeat;
    background-size: contain;
    background-position: bottom center;
}
.photo_card:nth-child(8) {
    background-image:
            url(../images/bagazhnik_na_kryshu.webp);
    background-repeat: no-repeat, no-repeat;
    background-size: auto, contain;
    background-position: top, center 40px;
}
.photo_card:nth-child(9) {
    background-image:
            url(../images/image\ \(2\)\ \(1\).webp);
    background-repeat: no-repeat, no-repeat;
    background-size: auto, contain;
    background-position: top, center 95px;
}
.single_backfeed__text {
    text-wrap: wrap;
    font-size: clamp(8px, 0.7vw, 16px);
    flex: 1;
    line-height: 130%;
}

.single_backfeed__info {
    margin-top: 12px;
    align-items: center;
    gap: 12px;
    display: flex;
}

.swiper_feedback .swiper-slide:nth-child(1) .single_backfeed__info__photo {
    background-image: url(../pix/partners/1.png);
}

.swiper_feedback .swiper-slide:nth-child(2) .single_backfeed__info__photo {
    background-image: url(../pix/partners/2.png);
}

.swiper_feedback .swiper-slide:nth-child(3) .single_backfeed__info__photo {
    background-image: url(../pix/partners/3.png);
}

.swiper_feedback .swiper-slide:nth-child(4) .single_backfeed__info__photo {
    background-image: url(../pix/partners/4.png);
}

.single_backfeed__info__photo {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

.single_backfeed__info__mark {
    gap: 2px;
    display: flex;
}

.single_backfeed__info__name_mark {
    gap: 2px;
    display: flex;
    flex-direction: column;
}

.single_backfeed__info__name {
    font-family: 'SF 600';
    font-size: clamp(8px, 0.7vw, 12px);
}

.single_backfeed_btn {
    width: 100%;
    margin-top: 12px;
    background-color: #E8E8E8;
    border-radius: 30px;
    height: 34px;
    border: none;
    transition: 0.3s;
}

.swiper_feedback .swiper-slide {
    width: calc((100% - 36px) / 4);
}

/*____________offer banner___________*/

.offer_banner {
    margin-top: 80px;
}

.offer_banner_container:before {
    position: absolute;
    left: 0;
    right: 0;
    content: '';
    bottom: 0;
    top: 0;
    background: linear-gradient(143.82deg, #0B3E3B 29.81%, #83A0A3 61.27%);
}

.offer_banner_container {
    border: none;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    position: relative;
    border-radius: 24px;
    padding: 2.1vw 2.1vw 3.4vw 3.4vw;
    background: #2E383A;
    color: #fff;
    background: linear-gradient(180deg, #2E383A 0%, rgba(102, 102, 102, 0) 100%);
}

.offer_banner_container_img {
    position: absolute;
    bottom: -10px;
    right: 0;
    z-index: 0;
    width: 40vw;
}

.offer_banner_container_title {
    font-family: 'SF 500';
    font-size: clamp(24px, 3vw, 46px);
    z-index: 1;
}

.offer_banner_container_text {
    z-index: 1;
    font-family: 'SF 600';
    font-size: clamp(16px, 1vw, 22px);
    margin-top: 20px;
}

.offer_banner_container_list {
    list-style: disc;
    margin-top: 30px;
    z-index: 1;
    padding-left: 15px;
    margin-bottom: 0;
}

.offer_banner_container_list_item {
    z-index: 1;
    font-family: 'SF 600';
    padding-bottom: 7px;
    font-size: clamp(14px, 0.75vw, 18px);
}

.offer_banner_container_btn {
    background-color: #fff;
    border-radius: 12px;
    height: 45px;
    padding: 0 30px;
    font-family: 'SF 600';
    font-size: clamp(10px, 0.6vw, 13px);
    border: none;
    outline: none;
    z-index: 1;
    text-transform: uppercase;
}

.offer_banner_container a {
    margin-top: 30px;
}

.offer_banner_container a {
    z-index: 1;
}

.offer_banner_container_list_item span {
    position: relative;
}

.offer_banner_container_list_item span a {
    color: #fff;
}

.offer_banner_container_list_item span::after {
    content: "";
    position: absolute;
    bottom: -3px;
    left: 0;
    /* max-width: 0; */
    width: 100%;
    height: 1px;
    color: #fff;
    border-bottom: 1px dotted #fff;
    transition: 0.4s;
}

.offer_banner_container_list_item span:hover::after {
    max-width: 100%;
}

/*___________partners_____________*/

.partners img {
    height: 100% !important;
}

.partners {
    margin-top: 80px;
    margin-bottom: 100px;
}

.swiper_loop {
    height: 38px;
}

.partners .items img {
    filter: opacity(0.4);
}

.swiper_loop .swiper-wrapper {
    -webkit-transition-timing-function: linear !important;
    transition-timing-function: linear !important;
}

/*___________footer______________*/

body.new-design footer {
    background-color: #E5E5E5;
}

.footer {
    padding: 35px 0 40px 0;
    justify-content: space-between;
    align-items: flex-start;
    display: flex;
    flex-direction: column;
}

.footer__top {
    gap: 18px;
    align-items: center;
    width: 100%;
    justify-content: space-between;
    display: flex;
}

.footer__bottom {
    justify-content: space-between;
}

body.new-design section {
    min-width: auto;
}

.footer__btn {
    height: 40px;
    background-color: #FFCA30;
    border: none;
    outline: none;
    border-radius: 12px;
    padding: 0 13px;
    color: #000;
    font-family: 'SF 500', sans-serif;
    letter-spacing: 0.5px;
    font-size: clamp(10px, 0.7vw, 16px);
    text-wrap: nowrap;
}

.footer__bottom__item.footer__bottom_all {
    gap: 37px;
    transform: translateY(-15px);
}

.footer__bottom {
    margin-top: 15px;
    width: calc(80% + 33px);
    display: flex;
}

.footer__top__item {
    text-transform: uppercase;
    letter-spacing: 1px;
    font-family: 'SF 500', sans-serif;
    font-size: clamp(7px, 12px, 14px);
    text-wrap: nowrap;
}

.new-search-input input {
    width: 100%;
}

.ask .button,
.ask__title {
    font-family: 'SF 700', sans-serif;
}

.footer__bottom__item {
    gap: 64px;
}

.footer__bottom__item,
.footer__privacy {
    display: flex;
    font-family: 'SF 400', sans-serif;
    font-size: clamp(9px, 0.8vw, 18px);
}

.footer__number {
    font-family: 'SF 400', sans-serif;
    font-size: clamp(9px, 0.8vw, 18px);
}

.footer__bottom__item.f {
    gap: 35px;
}

.footer__topp {
    gap: 40px;
    width: 100%;
    justify-content: space-between;
    display: flex;
}

.footer__logo img {
    width: auto !important;
    max-width: 167px !important;
}

.footer__logo {
    width: 180px;
}

.footer__bottom_all {
    display: flex;
}