/*#region Стили от верстальщика */

.footer {
    background: #262626;
    padding: 20px 0;
}

@media (max-width: 992px) {
    .footer {
        padding: 25px 0;
    }
}

.footer .logo-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media (max-width: 576px) {
    .footer .logo-box {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        text-align: center;
    }
}

.footer .logo-box .logo {
    margin-right: 0;
    padding-bottom: 12px;
}

@media (min-width: 768px) {
    .footer .logo-box .logo {
        margin-right: 15px;
        padding-bottom: 0;
    }
}

@media (min-width: 992px) {
    .footer .logo-box .logo {
        margin-right: 40px;
        padding-bottom: 0;
    }
}

.footer .logo-box .copy {
    font-size: 11px;
    line-height: 14px;
    color: #9D9D9D;
}

@media (min-width: 768px) {
    .footer .logo-box .copy {
        font-size: 12px;
        line-height: 18px;
    }
}

@media (min-width: 992px) {
    .footer .logo-box .copy {
        font-size: 14px;
        line-height: 18px;
    }
}

.footer .social-box .socials {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.footer .social-box .socials .instagram {
    margin-right: 16px;
}

.footer .social-box .socials .vkontakte {
    margin-left: 16px;
}

.footer .social-box .socials .instagram img, .footer .social-box .socials .vkontakte img {
    opacity: 0.8;
    cursor: pointer;
}

.footer .social-box .socials .instagram img:hover, .footer .social-box .socials .vkontakte img:hover {
    opacity: 1;
}

.footer .phone-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: right;
}

@media (max-width: 576px) {
    .footer .phone-box {
        text-align: center;
        padding: 30px 0 50px 0;
    }
}

.footer .phone-box .text {
    font-size: 14px;
    line-height: 24px;
    color: #9D9D9D;
}

@media (min-width: 768px) {
    .footer .phone-box .text {
        font-size: 12px;
    }
}

.footer .phone-box .phone {
    font-weight: bold;
    font-size: 20px;
    line-height: 24px;
    color: #CACACA;
}

@media (min-width: 768px) {
    .footer .phone-box .phone {
        font-size: 18px;
    }
}

/*#endregion Стили от верстальщика */