.mob_block{
    display: none !important;
}

body, html{
    overflow-x: hidden;
}
@media screen and (min-width:992px) {
    header{
        transition: all 0.35s;
    }
    header.shadow{
        background: rgba(8, 8, 8, 0.8);
    }
    .lang_drop{
        position: absolute;
        top: 120%;
        left: -0.5rem;
        opacity: 0;
        pointer-events: none;
        transition: all 0.35s;
        background: rgba(8, 8, 8, 1);
        padding: 0.5rem;
        padding-top: 0;
    }
    .lang_drop a:hover{
        color: var(--color-primary);
    }
    .lang_box img{
        transition: all 0.35s;
    }
    .lang_box:hover img{
        transform: rotate(-180deg);
    }
    .lang_box:hover .lang_drop{
        top: 100%;
        opacity: 1;
        pointer-events: painted;
    }
    #modal-success-msg .modal__block {
        width: 40rem;
        padding: 3.3rem 3rem;
        padding-top: 5rem;
    }

}
@media screen and (max-width:992px) {
    body{
        padding-top: 4rem;
    }
    .page {
        padding-top: 3rem;
        padding-bottom: 2rem;
    }
    #modal-success-msg .modal__block {
        padding: 3.3rem 15px;
        padding-top: 5rem;
    }
    .lang_box{
        position: absolute;
        right: 4rem;
        top: 50%;
        transform: translateY(-50%);
        margin: 0;
    }
    .modal .modal__block{
        width: 95%;
        padding: 3rem 15px;
    }
    .modal .contact__form-wrap {
        padding: 0;
    }
    .lang_drop{
        position: absolute;
        top: 120%;
        left: -0.5rem;
        background: rgba(8, 8, 8, 1);
        padding: 0.5rem;
        padding-top: 0;
        display: none;
    }
    .active_lang{
        cursor: pointer;
    }
    .active_lang img{
        transition: all 0.35s;
    }
    .active_lang.active img{
        transform: rotate(-180deg);
    }

    .container{
        width: 100%;
        padding: 0 15px;
    }

    .header{
        background: rgba(8, 8, 8, 0.92);
    }


    .header__logo{
        width: 8.5rem;
        flex-basis: 8.5rem;
    }

    .header__toggle{
        margin-left: auto;
        color: #fff;
    }

    .mob_block{
        display: block !important;
    }

    .mob_none{
        display: none !important;
    }

    .header__nav{
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        display: none;
        flex-direction: column;
        gap: 1rem;
        padding: 3rem 1rem;
        padding-bottom: 1rem;
        margin-left: 0;
        background: #141413;
        border-top: 1px solid #ffffff30;
    }

    .hero{
        min-height: auto;
        padding-top: 0;
        height: auto;
    }

    .hero__inner,
    .hero h1,
    .hero__text,
    .quote__content p,
    .contact__text,
    .benefits__head p{
        width: 100%;
    }

    .hero__inner{
        padding-top: 6rem;
        padding-bottom: 3rem;
    }

    .profits__top,
    .profits__row,
    .benefits__head,
    .benefits__list,
    .model__stats,
    .contact__grid,
    .footer__top,
    .footer__bottom,
    .contact__fields{
        grid-template-columns: 1fr;
    }

    .profits__invest,
    .profits__intro,
    .profits__row,
    .contact__form-wrap{
        padding-left: 1rem;
        padding-right: 1rem;
    }


    .profits__invest:after{
        left: -4rem;
        right: -4rem;
    }
    .profits__rows{
        margin-top: 2rem;
    }
    .profits__row {
        gap: 1.5rem;
        padding: 2rem 0;
    }
    .profits__row:after {
        border-top: 1px solid #363636;
    }
    .profits__badge{
        z-index: 2;
    }
    .profits__value, .profits__label{
        position: relative;
        z-index: 2;
    }
    .profits__label{
        line-height: 1.3;
    }
    .profits__label br{
        display: none;
    }
    .profits__term{
        justify-self: start;
    }

    .benefits__head{
        margin-bottom: 2rem;
    }
    .profits__stage h3 {
        margin: 0 0 0.5rem;
        font-size: 1.1rem;
    }
    .benefits__item p,
    .model__stat span,
    .profits__stage p{
        width: 100%;
    }
    .profits__split span {
        font-size: 1.1rem;
    }
    .contact__form-wrap::before{
        display: none;
    }



    .contact__brand,
    .footer__logo{
        clip-path: none;
        padding-left: 1rem;
    }

    .footer__contacts{
        flex-direction: column;
        gap: 1rem;
        padding: 1rem 0;
    }

    .footer__socials{
        padding-bottom: 1rem;
    }

    .footer__policy{
        justify-self: start;
    }

    .floating-action{
        right: 1rem;
    }
    .header_left{
        width: 100%;
    }
    .header__nav a{
        display: block;
        text-align: center;
        margin-bottom: 2rem;
    }
    .header__row{
        position: static;
    }
    .header{
        padding: 1.1rem 0;
        background: #141413;
    }
    .primary-btn{
        padding: 0;
        width: 100%;
        min-width: unset;
        text-align: center;
        justify-content: center;
        font-size: 1rem;
    }
    .whatsapp {
        right: 15px;
        bottom: 9.5rem;
        height: 3rem;
        width: 3rem;
    }
    .whatsapp.call {
        bottom: 4.8rem;
    }
    .whatsapp img {
        width: 1.5rem;
    }
    .section_title br{
        display: none;
    }
    .hero__text {
        margin: 0 0 2rem;
        line-height: 1.3;
    }
    .profits__top{
        flex-direction: column-reverse;
    }
    .profits__badge{
        position: relative;
        margin-bottom: 1rem;
    }
    .profits__invest {
        border: none;
        width: 100%;
        padding: 2.5rem 0;
        margin-bottom: 2rem;
    }
    .profits__intro p br{
        display: none;
    }
    .section_title, .section_title.sm{
        font-size: 1.7rem;
        margin: 0px 0 1.6rem;
    }
    .profits__intro{
        padding: 0;
    }
    .mob_full {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .section_title_row {
        margin-bottom: 3rem;
    }
    .section_title_row .section_title{
        margin-bottom: 1.5rem!important;
    }
    .benefits {
        padding: 4rem 0;
    }
    .benefits__icon {
        width: 5rem;
    }
    .benefits__icon:after {

        left: 0;
        top: -0.5rem;
        content: "";
        width: 5rem;
        height: 6rem;
    }
    .benefits__icon img {
        left: 1.3rem;
    }
    .benefits__list {
        gap: 3rem;
    }
    .quote__bg {
        padding: 2rem 15px;
        padding-bottom: 0;
        margin: 0;
    }
    .quote_flex img {
        width: 2rem;
    }
    .quote__box {
        padding: 2rem 0;
        padding-bottom: 3rem;
    }
    .quote__content{
        font-size: 1.1rem;
    }
    .model {
        padding: 4rem 0;
    }
    .model__stat strong {
        padding-left: 1rem;
    }
    .profits__value,
    .profits__split strong,
    .profits__term strong,
    .model__stat strong{
        font-size: 1.9rem;
    }

    .model__stat > div::before {
        left: 0.4rem;
        top: 1.1rem;
        width: 3.0167rem;
        height: 3.3167rem;
    }
    .footer__contact a{
        font-size: 0.8rem;
    }
    .model__stats{
        margin-top: 1rem;
    }

    .contact__person {
        left: 0;
        width: 20rem;
    }
    .contact__form-wrap{
        padding: 3rem 0;
    }
    .contact__grid{
        display: flex;
        flex-direction: column-reverse;
        align-items: start;
    }
    .contact__text br{
        display: none;
    }
    .contact__text{
        font-size: 1.1rem;
    }
    .footer__logo img {
        width: 14.763rem;
        margin: 0 auto;
    }
    .footer__logo {
        height: 6.5rem;
        width: 19.3rem;
    }
    .footer__logo:after {
        right: 0;
    }
    .footer__contacts {
        padding: 2rem 0;
        gap: 2rem;
    }
    .footer__contact span{
        font-size: 1.1rem;
    }
    .footer__contact a{
        font-size: 1.4rem;
    }
    .footer__bottom{
        flex-direction: column;
        gap: 1rem;
        justify-content: flex-start;
        align-items: flex-start;
        text-align: left;
        padding-top: 1.2rem;
    }
    .profits__value{
        font-size: 3rem;
    }
    .contact__fields input, .contact__fields select{
        width: 100%;
        border-radius: 0;
    }
    .whatsapp.up {
        bottom: 14.2rem;
    }
}

@media screen and (max-width:550px) {



}
