.footer__link {
    display: flex;
    align-items: center;
    font-weight: 500;
    line-height: 100.9%;
    column-gap: 10px;
    color: #242424;
    font-size: 16px;
    transition: .3s ease-out
}

.footer__link:hover {
    color: #06f;
    transition: .3s ease-out
}

.footer-top {
    background-color: #cbe6ff
}

.footer-top__items {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 0 0 48px 0;
    margin-bottom: 2px
}

.footer-top__logos {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 52px 0 30px 0;
    flex-wrap: wrap;
}

.footer-top__logos-items {
    display: flex;
    flex-direction: row;
    gap: 20px;
    flex-wrap: wrap;
}

.footer-top__logos-item>img {
    height: 70px;
}

@media(max-width: 1280px) {
    .footer-top__items {
        flex-direction: column;
        row-gap: 20px;
        align-items: unset;
        padding: 25px 0 25px 0
    }

    .footer-top__logos-item>img {
        height: 60px;
    }
}

.footer-top__start {
    display: flex;
    flex-direction: column;
    row-gap: 30px
}

@media(max-width: 1280px) {
    .footer-top__start {
        row-gap: 20px
    }
}

.footer-top__item {
    display: flex;
    align-items: center;
    column-gap: 10px;
    font-size: 22px;
    font-weight: 500;
    line-height: 100.9%
}

@media(max-width: 1280px) {
    .footer-top__item {
        font-size: 14px
    }
}

.footer-top__links {
    display: flex;
    justify-content: space-between;
    column-gap: 169px
}

@media(max-width: 1440px) {
    .footer-top__links {
        column-gap: 130px
    }
}

@media(max-width: 1317px) {
    .footer-top__links {
        column-gap: 100px
    }
}

@media(max-width: 1280px) {
    .footer-top__links {
        display: block
    }
}

.footer-top__info {
    display: flex;
    flex-direction: column;
    row-gap: 30px
}

@media(max-width: 1280px) {
    .footer-top__info {
        row-gap: 10px
    }
}

.footer-links {
    display: flex;
    flex-direction: column;
    row-gap: 14px
}

@media(max-width: 1280px) {
    .footer-links {
        row-gap: 12px
    }
}

.footer-links__link {
    font-size: 22px;
    font-weight: 500;
    line-height: 100.9%;
    color: #242424;
    transition: .3s ease-out
}

.footer-links__link:hover {
    color: #06f;
    transition: .3s ease-out
}

@media(max-width: 1280px) {
    .footer-links__link {
        font-size: 14px
    }
}

@media(max-width: 1280px) {
    .footer-links {
        margin-bottom: 12px
    }

    .footer-links:nth-child(2) {
        margin-bottom: 20px
    }
}

.footer-links-right {
    display: flex;
    row-gap: 45px
}

@media(max-width: 1280px) {
    .footer-links-right {
        row-gap: 20px
    }
}

.social {
    display: flex;
    justify-content: flex-end;
    column-gap: 20px
}

@media(max-width: 1280px) {
    .social {
        justify-content: unset
    }
}

.social__item {
    width: 35px;
    height: 35px;
    font-size: 0
}

.social__link {
    display: block;
    transition: .3s ease-out
}

.social__link:hover {
    transform: scale(1.2);
    transition: .3s ease-out
}

.footer-bottom {
    padding: 18px 0 22px 0;
    background-color: #cbe6ff
}

.cities-bottom__btn {
    margin-bottom: 5px;
}

@media(max-width: 1280px) {
    .footer-bottom {
        padding: 25px 0
    }
}

.footer-bottom__items {
    display: flex;
    align-items: center;
    justify-content: space-between
}

@media(max-width: 1280px) {
    .footer-bottom__items {
        flex-direction: column;
        align-items: unset;
        row-gap: 13px
    }
}

.footer-bottom__list {
    display: flex;
    justify-content: space-between;
    column-gap: 98px
}

@media(max-width: 1280px) {
    .footer-bottom__list {
        flex-direction: column;
        row-gap: 13px
    }
}

.footer-bottom__copy {
    font-weight: 500;
    color: #242424
}

@media(max-width: 1280px) {
    .footer-bottom__copy {
        font-size: 14px
    }
}

.footer-bottom__link {
    font-weight: 500;
    color: #242424;
    transition: .3s ease-out
}

.footer-bottom__link:hover {
    color: #06f;
    transition: .3s ease-out
}

@media(max-width: 1280px) {
    .footer-bottom__link {
        font-size: 14px
    }
}

@media(max-width: 1280px) {
    .tel-footer {
        max-width: 200px;
        font-size: 14px;
        padding: 0 10px;
        justify-content: center;
        min-height: 35px;
        border-radius: 6px
    }
}