footer {
    background: #d5d9e8;
    padding: 40px 0 60px;
}

footer a:hover {
    color: var(--color-primary);
}

.footer__row {
    display: flex;
    justify-content: space-between;
}

.footer__row .footer__column {
    display: flex;
    flex-direction: column;
    max-width: 190px;
}

.footer__column .footer__columnHeader {
    margin-bottom: 16px;
    color: #29292B;
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
}

.footer__column .footer__columnHeader a {
    color: #29292B;
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
    cursor: text;
}

.footer__column .footer__columnHeader a:hover {
    cursor: text;
    text-decoration: none;
}

[data-open="true"].footer__column .footer__columnMenu {
    max-height: 100%;
    margin-bottom: 12px;
}

.svg__arrow {
    display: none;
}

.footer__phoneBlock,
.footer__mailBlock {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer__phoneBlock {
    margin: 0 0 15px;
}

.footer__phoneBlock li {
    margin: 0 0 4px;
}

.footer__phoneBlock li a,
.footer__mailBlock li a {
    color: #29292B;
    font-size: 14px;
    font-weight: 300;
    line-height: 138%; /* 19.32px */
}

.footer__mailBlock li a {
    display: block;
    margin-bottom: 15px;
}

.footer__phoneBlock li a:hover,
.footer__mailBlock li a:hover {
    color: var(--color-primary);
}

.footer__phoneBlock li span {
    display: block;
}

.footer__worktime {
    color: #29292B;
    font-family: "Exo 2";
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: 138%;
    margin-bottom: 15px;
}

.footer__socials {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer__socialsMobile {
    display: none;
    list-style: none;
    padding: 0;
    margin: 40px 0 0 0;
    justify-content: end;
}

.footer__socials li.footer__social,
.footer__socialsMobile li.footer__social {
    margin-right: 15px;
    border-radius: 2.25px;
    background: var(--color-white);
    height: 25px;
    width: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.footer__socials li.footer__social:hover,
.footer__socialsMobile li.footer__social:hover {
    background: var(--color-primary);
}

.footer__socials li.footer__social:hover a path,
.footer__socialsMobile li.footer__social:hover a path {
    fill: var(--color-white);
}

.footer__socialsMobile li.footer__social:last-child {
    margin-right: 0;
}

.footer__social a {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    width: 100%;
}

.footer__logo {
    position: relative;
    margin-bottom: 10px;
}

.footer__logo .footer__logoBackground {
    position: absolute;
    background: var(--color-white);
    left: 100%;
    top: 0;
    bottom: 0;
    width: 100vw;
    right: 0;
}

.footer__logo .footer__logoLink {
    display: flex;
    padding: 15px;
}

.footer__copyright {
    color: #29292B;
    font-family: "Exo 2";
    font-size: 14px;
    font-weight: 300;
    margin-bottom: 16px;
}

.footer__skolkovo {
    display: flex;
    align-items: center;
    color: #29292B;
    font-family: "Exo 2";
    font-size: 14px;
    font-weight: 300;
    line-height: normal;
}

.footer__hr {
    width: 100%;
    background: #ABB3D1;
    height: 1px;
    margin: 20px 0 15px;
}

.footer__hrMobile {
    display: none;
}

.footer__bottom {
    display: flex;
    flex-wrap: wrap;
}

.footer__bottom .footer__info {
    display: flex;
    flex-grow: 1;
    flex-direction: column;
    align-items: end;
}

.footer__bottom .footer__info a {
    color: #29292B;
    font-size: 12px;
    font-weight: 300;
    text-decoration-line: underline;
}

.footer__bottom .footer__info a:hover {
    color: var(--color-primary);
}

.cookieBlock {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    transform: translate3d(0, 110%, 0);
    opacity: 0;
    z-index: 1001;
    width: 100%;
    font-size: 16px;
    transition: all .4s cubic-bezier(.165, .84, .44, 1);
    text-align: center;
}

.cookieBlock.show {
    display: block;
    transform: translate3d(0, 0, 0);
    opacity: 1;
}

.cookieBlock .cookieBlock__wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    height: 100px;
    background: var(--color-primary);
    color: var(--color-white);
    padding: 1.5em 1em;
    cursor: pointer;
    position: relative;
    transition: all .3s;
}

.cookieBlock a {
    color: var(--color-white);
}

.cookie-notice-active {
    transform: translateY(-100px) !important;
}

@media (max-width: 1599px) {

}

@media (max-width: 1399px) {

}

@media (max-width: 1199px) {

}

@media (max-width: 991px) {
    .footer__row .footer__column {
        width: 100%;
    }

    .footer__skolkovo {
        flex-wrap: wrap;
    }
}

@media (max-width: 767px) {
    .footer__row {
        flex-wrap: wrap;
    }

    .footer__row .footer__column {
        max-width: unset;
        width: 100%;
    }

    .footer__column:nth-child(4) {
        margin-bottom: 25px;
    }

    .footer__row .footer__column.footer__columnMobile {
        width: 203px;
        overflow: initial;
    }

    .footer__hrMobile {
        border-top: 1px solid #ABB3D1;
        display: block;
        margin: 0;
        width: 100%;
    }

    .svg__arrow {
        display: block;
        margin: 0 0 0 6px;
    }

    .footer__column .footer__columnHeader {
        padding: 15px 0 15px 5px;
        margin: 0;
        display: flex;
        align-items: center;
    }

    .footer__skolkovo {
        flex-wrap: unset;
    }

    .footer__socials {
        display: none;
    }

    .footer__socialsMobile {
        display: flex;
    }
}

@media (max-width: 575px) {

}
