.footer {
    height: 340px;
    margin-top: -340px;
    background-color: #fff;
    padding: 60px 0;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1)
}

.footer .container {
    max-width: 1600px;
    width: 100%;
}

@media (max-width: 1199px) {
    .footer {
        height: 560px;
        margin-top: -560px
    }
}

.footer__logo {
    width: 205px;
    margin-bottom: 20px
}

.footer__text {
    font-size: 13px;
    color: #2d2d2d;
    margin-bottom: 20px
}

.footer__description {
    font-size: 12px;
    line-height: 16px;
    color: #a3a3a3;
    margin-bottom: 30px
}

.footer .social-menu {
    float: none;
    height: auto;
    margin: 0 0 30px 0;
    padding: 0
}

.footer .social-menu__item {
    margin-left: 0;
    margin-right: 10px
}

.footer__title {
    font-weight: 800;
    font-size: 17px;
    color: #000;
    text-transform: uppercase;
    margin-bottom: 10px
}

.footer-menu {
    margin: 0;
    padding: 0;
    list-style: none
}

.footer-menu__item a {
    display: block;
    padding: 6px 0;
    color: #272727
}

.footer-menu__item a:hover {
    color: #ec2f55;
    text-decoration: underline
}

.footer-menu__item a img {
    max-width: 150px
}

.footer-spacer {
    height: 50px;
    margin: 0;
    padding: 0;
    width: 100%;
    clear: both
}

.footer {
    height: auto;
    margin-top: 0;
    background-color: #fff;
    padding: 60px 0;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
}

@media (max-width: 991px) {
    .footer {
        height: auto;
        margin-top: 0;
        padding: 30px 0
    }

    .footer__copy {
        margin-bottom: 30px
    }

    .footer__logo img {
        width: 150px
    }

    .footer__text {
        margin-top: 10px;
        margin-bottom: 15px
    }

    .footer .social-menu {
        margin: 0 0 15px 0
    }
}

.social-menu {
    position: relative;
    float: right;
    height: 85px;
    margin: 0;
    padding: 27px 0 0 0;
    list-style: none;
    transition: .3s
}

.social-menu__item {
    float: left;
    width: 30px;
    height: 30px;
    position: relative;
    border-radius: 100%;
    margin-left: 10px;
    background: #76c1c6;
    transition: .3s
}

.social-menu__item:hover {
    background-color: #2dadbe
}

.social-menu__item a {
    display: block;
    color: #fff;
    text-align: center;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center
}

.social-menu__item_youtube i.fas.fa-play {
    font-size: 13px;
    padding-left: 3px
}