/* NEW FOOTER ver 2 START */
footer {
        position: relative;
    z-index: 100000;
}
.footer-wrapper {
    display: flex;
    padding: 20px 0;
}

.footer-logo,
.footer-catalog,
.footer-navi {
    padding: 10px;
}

.footer-nav.footer-box {
    border-bottom: 1px solid rgba(196, 196, 196, 0.25);
    margin-bottom: 15px;
    font-size: 15px;
    line-height: normal;
}

.footer-nav  ul {
    display: flex;
    justify-content: space-between;
    list-style: none;
    padding: 0 0 13px;
    margin: 0;
}

.footer-nav ul a,
.footer-catalog a {
    color: #fff;
    font: 15px Fregat,sans-serif;
    transition: all 0.2s ease;
}

.footer-nav ul a:hover,
.footer-catalog a:hover {
    color: #F9B934;
    text-decoration: none;
}

.footer-catalog a.footer-catalog__links--small {
    font-size: 12px;
    margin-bottom: 4px;
}

.footer-catalog a.footer-catalog__head {
    border-bottom: 1px solid rgba(196, 196, 196, 0.25);
    margin-bottom: 15px;
    padding-bottom: 13px;
}

.footer-catalog {
    display: flex;
    flex-direction: column;
    flex: 0 1 220px;  /* Ширину колонки с каталогом регулировать здесь */
    margin-right: -20px;
}

.footer-catalog.footer-catalog--mobile {
    display: none;
}

.footer-navi {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.footer-contacts {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex: 100%;
}

.footer-contacts .footer-box {
    flex: 1;
}

.footer-contacts .footer-box.footer-call {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.footer-contacts .footer-box.footer-call .c-btn a {
    white-space: nowrap;
}

.footer .logo span {
    font-family: Fregat;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 12px;
    display: block;
    padding-top: 14px;
    color: rgba(255, 255, 255, 0.5);
}

.footer .footer__nav--horizontal div.contacts a {
    font-family: Fregat,sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 15px;
    line-height: 15px;
    color: #fff;
    text-decoration: none;
    margin: 0 5px;
}

.footer .c-btn a {
    border: 2px solid #F9B934;
    box-sizing: border-box;
    border-radius: 4px;
    padding: 12px 14px;
    font-family: Fregat,sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 15px;
    line-height: 15px;
    text-transform: uppercase;
    display: block;
    color: #FFFFFF;
}

.social-media {
    display: flex;
    justify-content: space-around;
}

.social-media__icon {
    min-width: 20px;
    min-height: 20px;
    fill: #fff;
    transition: all 0.2s ease;
}

.social-media__icon:hover {
    fill: #F9B934;
}

@media only screen and (max-width: 991px) {
    .footer-navi .footer-nav {
        display: none;
    }

    .footer-contacts {
        flex-direction: column;
        align-items: flex-end;
    }

    .social-media.footer-box a {
        margin-left: 35px;
    }
}

@media only screen and (max-width: 650px) {
    .footer-catalog--desktop {
        display: none
    }
    
    .footer-catalog.footer-catalog--mobile {
        display: flex;
    }
}

/* NEW FOOTER ver 2 END */
.agree_text_wr {
        display:none;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 101;
        background: rgba(255,255,255, .4);
    }
    .agree_text {
        background: #fff;
        border-radius: 20px;
        max-width: 90%;
        width: 700px;
        position: fixed;
        left: 50%;
        top:50%;
        transform: translateX(-50%) translateY(-50%);
        padding: 20px;
        max-height: 90vh;
    }
    .agree_text_in {
        max-height: 82vh;
        padding-right:10px;
        overflow:auto;
    }
    .agree_text_close{
        position: absolute;
        right: 17px;
        top: 10px;
        background: #fff;
        width: 20px;
        text-align: center;
        height: 20px;
        line-height: 20px;
        font-weight: bold;
    }
    .agree_text_tit {
        font-weight:bold;
        text-align:center;
        font-size:16px;
        margin-bottom:10px;
    }
.cks-bl{
    display:none;
}