/* .footer {
    height: 390px;
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 279px auto;
    padding-left: 10px;
} */

.footer {
    height: 390px;
    display: flex;
    flex-wrap: wrap;
}

.footer__logo {
    width: 114px;
    display: block;
    padding-bottom: 17px;
}

.footer__logo img {
    width: 100%;
}

/* .footer__left {
    padding-top: 28px;
} */

.footer__left {
    padding-top: 28px;
    flex-basis: 30%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: left;
    min-width: 230px;
padding-left: 150px;
}

/* .footer__right {
    background: #F2D900;
    height: 100%;
    position: relative;
    padding: 60px;
} */

.footer__right {
    background: #F2D900;
    padding: 60px;
    flex-basis: 70%;
}

/* .footer__right::after {
    height: 100%;
    content: "";
    right: -900px;
    position: absolute;
    background: #F2D900;
    width: 900px;
    top: 0px;
} */

.footer__title {
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    font-family: Proxima Nova !important;
}

.footer__left .footer__title {
    margin-top: 30px;
}

.footer__address {
    margin-top: 15px;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 130%;
}

/* .footer__right-columns {
    display: grid;
    grid-template-columns: auto auto auto;
    margin-top: 30px;
} */

.footer__right-columns {
    margin-top: 30px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.footer__right-menu-item {
    display: block;
    margin-bottom: 20px;
font-weight: 700;
    color: #04030C;
    text-decoration: none;
}

/* .footer__right-menu {
    width: 14.3vw;
    font-weight: 400;
    font-size: 16px;
    line-height: 130%;
} */

.footer__right-menu {
    font-weight: 400;
    font-size: 16px;
    flex-basis: 20%;
    line-height: 130%;
    min-width: 150px;
}

/* .footer__right-info {
    width: 308px;
    font-weight: 400;
    font-size: 16px;
    line-height: 130%;
} */

.footer__right-info {
    font-weight: 400;
    font-size: 16px;
    line-height: 130%;
    flex-basis: 20%;
    min-width: 150px;
}

.footer__right-info div {
    margin-bottom: 20px;
    font-weight: 700;
    font-size: 16px;
    line-height: 130%;
}

.footer__contacts {
    margin-top: 15px;
}

.footer__contacts-item {
    display: block;
    color: #04030C;
    text-decoration: none;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    margin-bottom: 4px;
}

.footer__right-private-policy {
    text-decoration: underline;
    color: #04030C;
}