.footer {
    position: relative;
    z-index: 9;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
    background-color: var(--darkest);
    padding-top: 62px;
}
.footer .logo img {
    width: 211px;
}
@media (max-width: 1450px) {
    .footer .logo img {
        width: 174px;
    }
}
@media (max-width: 1450px) {
    .footer .container {
        max-width: 1680px;
    }
}
@media (max-width: 1210px) {
    .footer .container {
        padding: 0 30px;
    }
}
@media (max-width: 1000px) {
    .footer .container {
        padding: 0 40px;
    }
}
@media (max-width: 470px) {
    .footer .container {
        padding: 0 20px;
    }
}
.footer__top {
    position: relative;
}
@media (max-width: 767px) {
    .footer__top {
        margin-bottom: 47px;
        padding-bottom: 20px;
    }
}
.footer__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 23px;
}
@media (max-width: 1450px) {
    .footer__content {
        margin-bottom: 40px;
    }
}
@media (max-width: 1000px) {
    .footer__content {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
        margin-bottom: 35px;
    }
}
@media (max-width: 767px) {
    .footer__content {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-bottom: 25px;
    }
}
.footer__phone {
    color: #D8D8D8;
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
}
@media (max-width: 767px) {
    .footer__phone {
        position: absolute;
        bottom: 0;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        width: -webkit-max-content;
        width: -moz-max-content;
        width: max-content;
    }
}
.footer__btn {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
}
@media (max-width: 1000px) {
    .footer__btn {
        position: absolute;
        bottom: 8px;
        right: 0;
    }
}
@media (max-width: 767px) {
    .footer__btn {
        display: none;
    }
}
.footer__menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 40px;
}
@media (max-width: 1450px) {
    .footer__menu {
        margin-bottom: 27px;
    }
}
@media (max-width: 1000px) {
    .footer__menu {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: start;
        margin-bottom: 72px;
    }
}
@media (max-width: 767px) {
    .footer__menu {
        margin-bottom: 38px;
        -ms-flex-pack: distribute;
        justify-content: space-around;
    }
}
@media (max-width: 1000px) {
    .footer__menu-item {
        margin-bottom: 8px;
    }
}
.footer__menu-item:not(:last-child) {
    margin-right: 30px;
}
@media (max-width: 767px) {
    .footer__menu-item:not(:last-child) {
        margin-right: 20px;
    }
}
.footer__menu-item.active {
    color: var(--white);
}
.footer__social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 27px;
}
@media (max-width: 1450px) {
    .footer__social {
        margin-bottom: 40px;
    }
}
@media (max-width: 1000px) {
    .footer__social {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: start;
        margin-bottom: 26px;
    }
}
@media (max-width: 767px) {
    .footer__social {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-bottom: 15px;
    }
}
.footer__social-item {
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
}
.footer__social-item:not(:last-child) {
    margin-right: 50px;
}
@media (max-width: 470px), (hover: hover) {
    .footer__social-item:hover {
        opacity: 0.7;
    }
}
.footer__social-link svg {
    width: 22px;
    height: 22px;
    fill: var(--white);
}
@media (max-width: 1450px) {
    .footer__social-link svg {
        width: 20px;
        height: 20px;
    }
}
.footer__bottom {
    padding: 35px;
    border-top: 1px solid #5E5E5E;
}
@media (max-width: 1000px) {
    .footer__bottom {
        padding: 25px 0;
    }
}
@media (max-width: 767px) {
    .footer__bottom {
        padding: 30px 0;
    }
}
.footer__bottom-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
@media (max-width: 1180px) {
    .footer__bottom-list {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: start;
    }
}
@media (max-width: 767px) {
    .footer__bottom-list {
        -ms-flex-pack: distribute;
        justify-content: space-around;
    }
}
.footer__bottom-item {
    font-size: 14px;
    line-height: normal;
    margin-bottom: 8px;
}
.footer__bottom-item:not(:last-child) {
    margin-right: 20px;
}
@media (max-width: 1000px) {
    .footer__bottom-item:not(:last-child) {
        margin-right: 90px;
    }
}
@media (max-width: 767px) {
    .footer__bottom-item:not(:last-child) {
        margin-right: 0;
    }
}
.footer__bottom-text {
    text-align: center;
    margin-top: 30px;
    font-size: 14px;
    opacity: 0.5;
}
.footer__social-link {
    display: flex;
    align-items: center;
}

.footer__social-link svg {
    margin-right: 10px;
}