.footer {
    background-color: #212121;
    padding: 110px 0 38px;
}

.footer-col-start,
.footer-col-end {
    width: 50%;
    display: flex;
    align-items: flex-start;
}

.footer-col-start {
    justify-content: space-around;
    color: #fff;
}

.footer-col-end {
    justify-content: flex-start;
}

.footer-col-start__logotype {
    max-width: 273px;
    height: 67px;
    margin-top: 38px;
}

.footer-col-start-contacts {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    max-width: 378px;
    margin: 20px 30px 0 30px;
}

.footer-col-start__title {
    font-weight: 700;
    font-size: 3.2rem;
    line-height: 4.3rem;
    margin-bottom: 44px;
}

.footer-col-start__address {
    font-weight: 400;
    font-size: 2.4rem;
    line-height: 3.2rem;
    color: #fff;
    text-decoration: none;
}

.footer-col-start__address:hover {
    text-decoration: underline;
}

.footer-col-start__phone {
    font-weight: 700;
    font-size: 3.6rem;
    line-height: 4.8rem;
    color: #fff;
    text-decoration: none;
    margin: 30px 0;
}

.footer-col-start__phone:hover {
    text-decoration: underline;
}

.footer-col-start__email {
    font-weight: 400;
    font-size: 2.4rem;
    line-height: 3.2rem;
    color: #fff;
}

.footer-col-start__email:hover {
    text-decoration: none;
}

.footer-policy {
    margin-top: 96px;
}

.footer-policy--mobile {
    display: none;
}

.footer-policy__link {
    font-weight: 400;
    font-size: 2.4rem;
    line-height: 3.2rem;
    color: #fff;
    opacity: 0.3;
    margin-right: 50px;
}

.footer-policy .footer-policy__link:last-child {
    margin-right: 0;
}

.footer-policy__link:hover {
    text-decoration: none;
}

.button-top {
    border: none;
    width: 74px;
    height: 74px;
    background-color: #000;
    transition: .4s all;
    margin-bottom: 25px;
}

.fixed-buttons {
    position: fixed;
    right: 100px;
    bottom: 0;
    margin-bottom: 30px;
    z-index: 9;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.button-top:hover {
    background-color: transparent;
    border: 1px solid #000;
}

.button-top:hover svg path {
    fill: #000;
}

.fixed-buttons__whatsapp {
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 57px;
    width: 279px;
    background-color: #58DA5B;
    text-align: center;
    font-weight: 700;
    font-size: 1.6rem;
    color: #fff;
    text-decoration: none;
    border-radius: 39px;
    transition: .4s all;
}

.fixed-buttons__whatsapp img {
    max-width: 29px;
    margin-right: 15px;
}

.fixed-buttons__whatsapp:hover {
    opacity: .7;
}

@media screen and (max-width: 1366px) {

    .footer-col-start__phone {
        font-size: 3rem;
    }

    .footer-policy__link {
        margin-right: 15px;
        font-size: 2.1rem;
    }

}

@media screen and (max-width: 1199px) {

    .footer {
        padding: 50px 0;
    }

    .footer-col-start__logotype {
        margin-top: 0;
    }

    .footer-col-start {
        flex-direction: column;
    }

    .footer-col-start-contacts {
        max-width: 100%;
        margin: 20px 30px 0 15px;
    }

    .footer-col-start__title {
        margin-bottom: 15px;
    }

    .footer-col-start__phone {
        margin: 15px 0;
    }

    .footer-policy {
        margin-top: 50px;
    }

}

@media screen and (max-width: 1023px) {

    .button-top {
        width: 50px;
        height: 50px;
        margin-bottom: 15px;
    }

    .button-top svg {
        width: 40%;
    }

    .fixed-buttons__whatsapp {
        line-height: 50px;
        width: 200px;
    }

    .fixed-buttons {
        right: 15px;
        margin-bottom: 15px;
    }

    .footer-col-start__title {
        font-size: 2.6rem;
        line-height: 3.2rem;
    }

    .footer-col-start__address,
    .footer-col-start__email {
        font-size: 2rem;
        line-height: 2.6rem;
    }

}

@media screen and (max-width: 767px) {

    .footer .row {
        flex-direction: row;
    }

    .footer-col-end,
    .footer-col-start {
        width: 50%;
    }

    .footer-col-start-contacts {
        margin: 0 15px 0 0;
    }

    .footer {
        padding: 15px 0;
    }

    .footer-col-end,
    .footer-col-start__logotype {
        margin-bottom: 30px;
    }

    .footer-col-start__logotype {
        max-width: 180px;
        height: auto;
        object-fit: contain;
    }

}

@media screen and (max-width: 639px) {

    .footer .row {
        flex-direction: column;
    }

    .footer-col-end,
    .footer-col-start {
        width: 100%;
    }

    .footer-col-start-contacts {
        margin: 0;
    }

    .footer-col-end {
        margin: 30px 0 20px;
    }

    .footer-form {
        width: 100%;
    }

    .footer-policy {
        display: none;
    }

    .footer-policy--mobile {
        display: block;
    }

}