
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;
    cursor: pointer;
    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 {
    font-size: clamp(7px, 11.5px, 14px);
    letter-spacing: 1px;
    text-transform: uppercase;
    font-family: 'SF 500', sans-serif;
    text-wrap: nowrap;
}

.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);
}

.partners img {
    height: 100% !important;
}


footer a {
    text-decoration: none;
    color: #000;
}

footer .footer__top a {
    font-size: clamp(7px, 0.6vw, 14px);
    letter-spacing: 1px;
    text-transform: uppercase;
    padding: 17px 0;
    transition: 0.3s;
}

footer {
    background-color: #E5E5E5;
}

footer .container {
    margin: 0 auto;
    width: clamp(320px, calc(100% - 40px), 1200px);
}

.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__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;
}