.footer__block {
    background-color: #fff;
    border-radius: 20px;
    border: 1px solid rgba(138,179,156,0.6);
    padding: 30px;
}

@media(max-width: 1260px) {
    .footer__block {
        padding: 25px;
    }
}

@media(max-width: 430px) {
    footer .logo img {
        max-height: 29px;
    }
}

.footer__col {
    width: 10%;
    flex: 1 1;
    border-right: 1px solid rgba(0,0,0,0.2);
    padding: 10px 25px;
}

.footer__col:last-child {
    border-right: 0;
}

.footer__col:first-child {
    padding-left: 0;
    padding-right: 0;
}

.footer__col.first {
    flex: none;
    width: 100%;
    max-width: 340px;
}

@media(max-width: 1260px) {
    .footer__col.first {
        max-width: 250px;
    }
    .footer__col {
        padding-left: 15px;
        padding-right: 15px;
    }
    footer .logo:first-child {
        border: 0;
        margin-bottom: 17px;
    }
}

@media(max-width: 991px) {
    .footer__col.first {
        max-width: 100%;
        border-right: 0;
        border-bottom: 1px solid rgba(0,0,0,0.2);
        padding-bottom: 27px;
        margin-bottom: 25px;
    }
    footer .logo:first-child {
        border-right: 1px solid rgba(0,0,0,0.2);
        margin-bottom: 0;
    }
}

@media(max-width: 767px) {
    .footer__col {
        width: 50%;
        flex: none;
    }
    .footer__col:nth-child(3) {
        border-right: 0;
    }
    .footer__col:nth-child(4), .footer__col:nth-child(5) {
        margin-top: 15px;
    }
    .footer__col:nth-child(2), .footer__col:nth-child(4) {
        padding-left: 0;
    }
}

@media(max-width: 430px) {
    .footer__col {
        width: 100%;
        border-right: 0;
        border-bottom: 1px solid rgba(0,0,0,0.2);
        padding: 0;
        padding-bottom: 25px;
        margin-bottom: 25px;
        margin-top: 0 !important;
    }
    .footer__col:last-child {
        margin-bottom: 0;
    }
}

footer h6 {
    text-align: left;
}

footer a {
    font-family: 'Helveticaneuecyr-Roman';
}

footer p, footer a {
    font-size: 14px;
}

.footer__copyright {
    padding: 37px 0 40px 0;
}

@media(max-width: 767px) {
    .footer__copyright {
        padding: 30px 0 35px 0;
    }
}

.footer__contact {
    margin-top: -12px;
    padding-top: 25px;
}

.footer__contact p {
    margin-top: 12px;
    margin-right: 10px;
}

.footer__col ul a {
    color: #000;
}

.footer__col ul a:hover {
    color: #7e3e97;
}

.footer__col ul li {
    margin-top: 12px;
}

.footer__col ul li:first-child {
    margin-top: 0;
}

.footer__col ul {
    margin-top: 20px;
}

.social {
    margin-top: -10px;
    padding-top: 20px;
}

.social a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 1px solid rgba(138,179,156,0.6);
    margin-right: 10px;
    margin-top: 10px;
}

.social a:hover {
    background-color: rgba(138,179,156,0.1);
}

.social img {
    height: 24px;
}

.social .instagram img, .social .linkedin img {
    height: 22px;
}

.social .youtube img {
    position: relative;
    left: 2px;
}