.section_form_upload h2{
    margin:1.5em 0 0.7em;
}
.form_upload{
    display:flex;
    flex-direction:column;
}
div.send_result{
    position:fixed;
    display:flex;
    flex-wrap:wrap;
    align-items:center;
    justify-content: center;
    width:400px;
    top:50%;
    left:50%;
    transform:translate(-50%, -50%);
    border:6px solid #007bff;
    border-radius:12px;
    padding:1em 2em;
    background:white;
    z-index:510;
    text-align:center;
    font-family: 'Montserrat',sans-serif;
}
div.send_result button{
    width:100%;
    padding:0.7em 1em;
}
.mask{
    position:fixed;
    width:110%;
    height:110%;
    top:-5%;
    left:-5%;
    background:rgba(0, 0, 0, 0.45);
    z-index:500;
}
div.send_result div{
    margin:1em 0;
    line-height: 1.75;
    padding: 1em 1.5em;
}
div.send_result p{
    color:white;
    font-size:1.3em;
    font-weight:600;
    margin-bottom:0;
}
div.send_result .error{
    background:lightcoral;
}
div.send_result .success{
    background:lightseagreen;
}
.form_upload input{
    margin-bottom:0.7em;
}
div.form__label_draw{
    line-height:1.2;
}
.nav_review_purharse{
    margin-bottom:1.5em;
}
.zoom{
    transition: transform .4s;
}
.zoom:hover {
    transform: scale(2.5); 
    background:whitesmoke;
    z-index:50;
}

.geo-block__phones > a:nth-child(2){
    display: none;
}

.header__aside > div:nth-child(3){
    display: none !important;
}
/*.header__aside > div:nth-child(2) > .phone-link__link:nth-child(2){*/
/*    display: none !important;*/
/*}*/
/*.geo-block__phones > .geo-block__phone-link:nth-child(2){*/
/*    display: none !important;*/
/*}*/


.big-slider .owl-nav, .small-slider .owl-nav{
    display: none !important;
}
.of-btn{
    font-size: 20px;
    font-weight: 600;
}

.top-menu__link {
    font-size: 11px;
}
.dropdown > .red{
    font-size: 15px;
}
.container-products{
    margin-top: 45px !important;
    padding-bottom: 50px;
}
.h1__products{
    margin-bottom: 0;
}
.products__item {
    border-radius: 70px;
    background: #FFF;
    box-shadow: 0px 10px 70px 30px rgba(0, 0, 0, 0.10);
    height: 640px;
    display: flex;
    flex-direction: column;
    padding: 75px 0 85px 0;
    align-items: center;
    justify-content: space-between;
}
.products__item__info{
    display: flex;
    align-items: center;
    gap: 0 85px;
}
.products__item__info__img{
    width: 535px !important;
    height: 386px;
    object-fit: cover;
}
.container-products__item__info__description{
    display: flex;
    flex-direction: column;
    gap: 25px 0;
    width: 100%;
    max-width: 540px;
}
.products__item__info__description__name{
    color: #286CAC;
    font-family: Montserrat;
    font-size: 25px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.products__item__info__description{
    color: #000;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
.products__item__link {
    padding: 11px 32px;
    border-radius: 70px;
    background: #DC2126;
    color: #FFFFFF;
    font-family: Montserrat;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    border: 1px solid rgba(220, 33, 38, 0);
    transition: .5s;
}
.products__item__link:hover{
    text-decoration: none;
    background: #FFFFFF;
    border: 1px solid #DC2126;
    color: #DC2126;
}
.container-products .owl-stage-outer{
    overflow: unset !important;
}
.owl_rev .owl-prev::before, .owl_rev .owl-next::before{
    display: none !important;
}
.owl_rev .owl-prev, .owl_rev .owl-prev, .owl_rev .owl-next{
    width: auto !important;
    height: auto !important;
    padding: 0 !important;
    background: transparent !important;
}
.owl_rev > .owl-nav > div{
    top: 47% !important;
    line-height: 0 !important;
}
.owl_rev .owl-prev{
    left: -80px !important;
}
.owl_rev .owl-next{
    right: -80px !important;
}
.owl_rev .owl-nav div svg circle, .owl_rev .owl-nav div svg path{
    transition: .5s;
}
.owl_rev .owl-nav div:hover svg circle{
    fill: #FFFFFF;
    transition: .5s;
}
.owl_rev .owl-nav div:hover svg path{
    stroke: #286CAC;
    transition: .5s;
}
.die-sos{
    cursor: pointer;
    position: fixed;
    right: 0;
    bottom: calc(13.1754835% + 220px);
}
.moadal-sos {
    position: fixed;
    right: 70px;
    bottom: calc(13.1754835% + 260px);
    z-index: 999999999;
    width: 100%;
    max-width: 290px;
    border: 5px solid #FF0000;
    background: #FFFFFF;
    padding: 15px 10px;
    border-radius: 22px;
}
.wpcf7-response-output{
    display: none !important;
}
.sos__name{
    color: #666;
    text-align: center;
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}
.moadal-sos form{
    margin-top: 10px;
    display: flex;
    gap: 10px 0;
    flex-direction: column;
}
.sos__inp {
    width: 100%;
    padding: 10px 7px 10px 7px;
    background: #D9D9D9;
    color: #666;
    font-family: Montserrat;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    border: none !important;
    border-radius: 10px;
    resize: none;
}
textarea.sos__inp{
    height: 82px !important;
}
.wrapper-sos__btn{
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
}
.sos__btn{
    cursor: pointer;
    padding: 7px 28px;
    color: #FFFFFF;
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    border: none;
    background: #FF0000;
    border-radius: 40px;
}
.header__aside{
    position: relative;
}
.but{
    cursor: pointer;
    position: absolute;
    left: 100px;
    top: -10px;
}
.modal-but{
    width: 100%;
    max-width: 410px;
    padding: 15px 12px;
    border-radius: 20px;
    position: absolute;
    top: 65px;
    left: -150px;
    z-index: 99999;
    border: 5px solid #FF0000;
    background: #FFFFFF;
}
.but-2024{
    cursor: pointer;
    position: absolute;
    left: 200px;
    top: 0px;
    width: 150px;
}
#personal {
    border: 5px solid #FF0000;
    background: #FFFFFF;
    padding: 15px 12px;
    border-radius: 20px;
}
.moadal-sos > .wpcf7 > form > .kc_captcha{
    display: none;
}
.z-online{
    display: none;
}
@media (max-width: 760px) {
    .zoom:hover {
        transform: scale(1.05);
        background: #fff;
        z-index:50;
    }
    .container-products{
        padding-bottom: 25px;
    }
    .products__item {
        border-radius: 15px;
        box-shadow: 0px 1px 20px 1px rgba(0, 0, 0, 0.10);
        height: auto;
        padding: 10px 25px 15px 25px;
        width: 85%;
        margin: 0 auto;
        text-align: center;
        gap: 25px 0;
    }
    .products__item__info {
        flex-direction: column;
    }
    .container-products__item__info__description {
        gap: 10px 0;
        max-width: 100%;
    }
    .section-rev{
        overflow: hidden;
    }
    .products__item__info__img{
        width: 170px !important;
        height: 123px;
    }
    .products__item__info__description__name {
        font-size: 16px;
    }
    .products__item__info__description {
        font-size: 14px;
    }
    .products__item__link {
        padding: 5px 15px;
        font-size: 16px;
    }
    .header__aside {
        position: static;
    }
    .but {
        left: 135px;
        top: 5px;
        width: 45px;
    }
    .modal-but {
        top: 65px;
        left: 0px;
    }
    .but-2024 {
        width: 100px;
        top: 14px;
        left: 185px;
    }
    .sos__name {
        font-size: 12px;
    }
    .die-sos {
        bottom: 100px;
        top: auto;
        z-index: 9999;
    }
    .moadal-sos {
        right: 70px;
        bottom: auto;
        top: 50px;
    }
    .sos__inp {
        padding: 7px 7px 7px 7px;
        font-size: 10px;
    }
    sos__btn {
        font-size: 12px;
    }
}