.footer {
    background-color: var(--color-blue);
    max-width: 1500px;
    margin: 0 auto 10px;
    border-radius: var(--radius-10);
}

.footer__top {
    display: grid;
    grid-template-columns: 283px 208px 268px 262px;
    gap: 124px;
    padding: 80px 0 0;
    margin-bottom: 32px;
    justify-content: center;
}

.footer__p {
    font-weight: 500;
    font-size: 17px;
    line-height: 140%;
    letter-spacing: 0%;
    color: var(--color-white-70);
}

.footer__blok {
    list-style: none;
    padding-left: 0;
}

.footer__blok-point a {
    font-weight: 500;
    font-size: 17px;
    line-height: 140%;
    letter-spacing: 0%;
    color: var(--color-white-50);
}

.footer__blok-point a:hover {
    color: var(--color-white);
}

.footer__blok-point {
    font-weight: 500;
    font-size: 17px;
    line-height: 140%;
    letter-spacing: 0%;
    color: var(--color-white-50);
}

.footer__bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid var(--color-white-8);
    max-width: 1392px;
    margin: 0 auto;
    padding: 32px 0;
}
.ikon_all {
    display: flex;
    gap: 20px;
}

/* adaptive */

@media screen and (max-width: 1490px) {
    .footer__top {
        column-gap: 80px;
        padding: 32px 20px;
        grid-template-rows: auto;
    }
    .footer__bottom {
        padding: 32px 20px;
    }
}
@media screen and (max-width: 1400px) {
    .menu {
        display: none;
    }
    .burger {
        display: block;
    }
    .header {
        padding: 10px 20px;
    }
    .calc {
        padding: 20px 20px;
    }
    .standarts {
        display: flex;
        padding: 20px 20px;
        margin: 20px auto 120px;
        gap: 20px;
    }
    .standarts__img {
        align-items: center;
    }
    .footer__top {
        column-gap: 20px;
    }
}
@media screen and (max-width: 1200px) {
    .calc__image {
        text-align: center;
    }
    .calc {
        display: flex;
        flex-direction: column;
    }
    .calc__foto {
        max-width: 100%;
        height: auto;
    }
    .standarts__img {
        display: none;
    }
    .banner-16_support {
        display: flex;
        flex-direction: column;
        gap: 20px;
        padding: 20px 20px;
    }
    .support__img-div {
        margin: auto;
    }
    .support__img {
        max-width: 100%;
        height: auto;
    }
    .support__heading {
        margin: 20px 0;
    }
    .footer__top {
        grid-template-columns: auto;
        gap: 10px;
        margin-bottom: 0px;
    }
}
@media screen and (max-width: 700px) {
    
    .top-buton {
        display: none;
    }
    .header__logo {
        font-size: 24px;
    }
    .section-hero {
        padding: 20px 20px 0;
        margin-bottom: 330px;
    }
    .top-text__h1 {
        font-size: 24px;
        width: 300px;
    }
    .telefon {
        font-size: 32px;
    }
    .standarts__ikons {
        display: flex;
        flex-direction: column;
        gap: 50px;
    }
    .standarts__heading {
        font-size: 40px;
    }.footer__bottom {
    flex-direction: column;
}

}

@media screen and (max-width: 500px) {
.taxi-contact {
    flex-direction: column;
}
.transfer-contact {
    flex-direction: column;
}
.mice-contact {
    flex-direction: column;
}
.arenda-contact {
    flex-direction: column;
}
}