@media (max-width: 1309px) {
    .feel{
        height: 400px;
    }


}
@media (max-width: 1199px) {
    .main{
        padding: 200px 0 0 0;
        height: 670px;
    }
    .main__title{
        font-size: 68px;
    }
    .main p{
        font-size: 18px;
    }
    .main__img-left{
        max-width: 350px;
    }
    .main__img-right{
        max-width: 300px;
    }
    .main svg{
        width: 400px;
        height: 400px;
        bottom: -200px;
    }

    .info{
        padding-top: 270px;
    }
}
@media (max-width: 1009px) {
    .container{
        max-width: 780px;
        padding: 0 40px;
    }
    .header{
        padding: 30px 0;
    }
    .nav{
        display: flex;
        flex-direction: column;
        background: #000;
        position: absolute;
        top: 100%;
        left: -40px;
        width: calc(100% + 80px);
        padding: 85px 55px 30px 55px;
        height: 100vh;
        overflow: auto;
        opacity: 0;
        visibility: hidden;
        transform: translateX(-100%);
        transition: 0.3s;
        z-index: -1;
    }
    .nav.active{
        opacity: 1;
        visibility: visible;
        transform: translateX(0);
        z-index: 5;
    }
    .nav ul{
        flex-direction: column;
        align-items: flex-end;
        justify-content: center;
    }
    .nav ul li a{
        font-weight: 900;
        font-size: 36px;
        line-height: 2.17;
        letter-spacing: -0.02em;
        text-align: center;
        color: #fff;
        padding: 0 !important;
    }
    .in-page .nav ul li a.active{
        background: none;
    }
    .header__contacts{
        margin: 0;
    }
    .header__right{
        order: 2;
        flex-grow: 1;
        justify-content: flex-end;
        display: flex;
        margin-right: 58px;
        opacity: 0;
        visibility: hidden;
        transition: 0.3s;
    }
    .header__btn{
        order: 1;
        width: 107px;
        height: 42px;
        font-size: 14px;
    }
    .logo img{
        max-width: 38px;
    }
    .logo span{
        font-size: 8px;
    }
    .logo span b{
        font-size: 17px;
    }
    .header.active{
        background: #000;
    }
    .header.active .header__right{
        opacity: 1;
        visibility: visible;
    }


    .b-mobile {
        display: block;
        order: 3;
    }
    .menu-icon {
        border: 1px solid rgba(255, 255, 255, 0.3);
        border-radius: 6px;
        width: 42px;
        height: 42px;
        position: relative;
        z-index: 10001;
        cursor: pointer;
        transition: 0.3s;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .menu-icon__wrapper {
        position: relative;
        margin: 0 auto 0;
        width: 21px;
        height: 18px;
    }
    .menu-icon .b-menu__line {
        display: block;
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 2px;
        background: #ffffff;
        border-radius: 0px;
        -webkit-transition: background-color 0.35s, -webkit-transform 0.175s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.175s cubic-bezier(0.215, 0.61, 0.355, 1);
        transition: background-color 0.35s, transform 0.175s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.175s cubic-bezier(0.215, 0.61, 0.355, 1);
        -webkit-transform: translateY(0) translateZ(0);
        transform: translateY(0) translateZ(0);
    }
    .menu-icon .b-menu__line_1 {
        top: 0;
    }
    .menu-icon .b-menu__line_2 {
        top: 8px;
    }
    .menu-icon .b-menu__line_3 {
        top: 16px;
        width: 100%;
    }
    .menu-icon.active .b-menu__line {
        background: #ffffff;
    }
    .menu-icon.active .b-menu__line_1 {
        -webkit-transform: translateY(8px) rotate(45deg);
        transform: translateY(8px) rotate(45deg);
        top: 0px;
    }
    .menu-icon.active .b-menu__line_2 {
        opacity: 0;
    }
    .menu-icon.active .b-menu__line_3 {
        -webkit-transform: translateY(-8px) rotate(-45deg);
        transform: translateY(-8px) rotate(-45deg);
        top: 16px;
        width: 100%;
    }


    .main{
        padding: 106px 0 0 0;
        height: 380px;
        background: radial-gradient(44.1% 93.22% at 50% 100%, #e3b087 0%, rgba(154, 101, 74, 0.86) 77.33%, #8f502f 100%), #c56636;

    }
    .main svg{
        width: 244px;
        height: 244px;
        bottom: -122px;
    }
    .main__img-left{
        max-width: 179px;
        left: 0;
        bottom: 0;
    }
    .main__img-right{
        bottom: 0;
        right: 0;
        max-width: 173px;
    }
    .main__title{
        font-size: 36px;
        margin-bottom: 10px;
    }
    .main p{
        font-size: 15px;
        max-width: 374px;
    }

    .info{
        padding: 144px 0 46px 0;
    }
    .title{
        margin-bottom: 20px;
    }
    .title__item{
        font-size: 30px;
    }
    .title p{
        font-size: 15px;
    }
    .title__item:not(:last-child) {
        margin-bottom: 10px;
    }
    .info__row{
        gap: 15px 16px;
        margin-bottom: 20px;
    }
    .info__item{
        border-radius: 30px;
    }
    p{
        font-size: 14px;
        line-height: 1.1;
    }
    .info__item-text{
        padding: 21px 21px;
    }

    .desc{
        padding: 50px 0 64px 0;
    }
    .desc .title{
        margin-bottom: 34px;
    }
    .desc__item{
        border-radius: 33px;
        width: 219px;
    }
    .desc__item-text{
        padding: 27px 10px;
    }
    .desc__item-text p{
        font-size: 15px;
        line-height: 1.2;

    }
    .desc__item-img img {
        border-radius: 85px 85px 33px 33px;
    }
    .feel{
        height: 322px;
    }
    .feel .title{
        max-width: 311px;
    }
    .feel .title__item{
        max-width: 217px;
        margin: 0 auto 12px;
    }
    .feel .title p{
        font-size: 14px;
        padding: 0;
    }
    .cta{
        padding: 40px 0;
    }
    .cta .container{
        gap: 5px 0;
    }
    .cta svg{
        width: 50px;
        height: 50px;
    }
    .cta b{
        font-size: 15px;
    }
    .cta span{
        font-size: 14px;
    }


    .main_inner{
        height: 380px;
    }
    .main_about{
        background: radial-gradient(33.91% 95.86% at 50% 100%, #836fb3 31.25%, #6a4eae 100%);
    }
    .main_inner .main__img{
        max-width: 135px;
    }
    .main_inner .main__title{
        font-size: 36px;
    }
    .main_inner p{
        font-size: 14px;
        max-width: 700px;
    }
    .info_1{
        padding: 57px 0 62px 0;
    }
    .info_1 .info__bottom p{
        font-size: 14px;
    }
    .info_1 .title{
        margin-bottom: 18px;
    }
    .support{
        padding: 50px 0 56px 0;
    }
    .support .title{
        margin-bottom: 10px;
    }
    .support__text p{
        font-size: 14px;
        line-height: 1.2;
    }
    .support__text{
        margin: 0 auto 37px;
    }
    .support__img{
        max-width: 244px;
    }
    .main_contact{
        background: radial-gradient(40.77% 100% at 50% 100%, #4cb18d 31.25%, #309a74 100%);
    }
    .main_contact .main__img{
        max-width: 160px;
        bottom: 20px;
    }
    .contacts{
        padding: 45px 0 57px 0;
    }
    .contacts .title{
        margin-bottom: 40px;
    }
    .contacts__item-ico{
        width: 80px;
        height: 80px;
        padding: 0 16px;
        border-radius: 23px;
        margin-bottom: 14px;
    }
    .contacts__item-text{
        font-size: 14px;
    }
    .contacts__item:not(:last-child){
        margin-bottom: 30px;
    }
    .form{
        padding: 50px 0 55px 0;
    }
    .form .title{
        margin-bottom: 30px;
    }
    .form__wrapper{
        max-width: 300px;
    }
    .form__item input{
        font-size: 14px;
        line-height: 16px;
        padding: 0 10px;
    }
    .form__item input::-webkit-input-placeholder{
        font-size: 14px;
        line-height: 16px;
    }
    .form__item input:-moz-placeholder{
        font-size: 14px;
        line-height: 16px;
    }
    .form__btn{
        height: 50px;
        font-size: 16px;
    }
    .form__text{
        margin-top: 32px;
        max-width: 625px;
    }
    .form__text p{
        font-size: 14px;
    }
    .form__item:not(:last-child) {
        margin-bottom: 14px;
    }

}
@media (max-width:991px){

}
@media (max-width:833px){


}
@media (max-width:767px){
    .container{
        padding: 0 23px;
    }
    .logo img{
        max-width: 29px;
    }
    .logo span b{
        font-size: 13px;
    }
    .logo span{
        font-size: 6px;
    }
    .header__btn{
        width: 92px;
        height: 42px;
        font-size: 13px;
    }
    .header__right{
        display: none;
    }
    .nav{
        display: block;
        left: -23px;
        width: calc(100% + 46px);
    }
    .nav .header__right{
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-direction: row-reverse;
        margin: 0 0 50px 0;
        flex-grow: 0;
    }
    .nav{
        padding: 50px 35px 50px 23px;
    }
    .header.active .logo{
        left: 0;
        transform: translate(0%, -50%);
    }
    .header.active .header__btn{
        opacity: 0;
        visibility: hidden;
        z-index: -1;
    }
    .header .nav .header__btn{
        opacity: 1;
        visibility: visible;
        z-index: auto;
    }

    .main_page{
        overflow: hidden;
    }
    .main{
        height: 427px;
        background: radial-gradient(99.46% 86.18% at 50% 100%, #e3b087 0%, rgba(154, 101, 74, 0.86) 77.33%, #8f502f 100%) , #c56636;

    }
    .main .container{
        max-width: 370px;
    }
    .main__img-left{
        max-width: 158px;
        left: -94px;
    }
    .main__img-right{
        max-width: 107px;
        right: -55px;
    }
    .info{
        padding: 147px 0 50px 0;
    }
    .title{
        margin-bottom: 28px;
    }
    .title p br{
        display: none;
    }
    .info .title__item br{
        display: block;
    }
    .info__row{
        flex-wrap: wrap;
    }
    .info__item{
        width: 223px;
        background: none;
    }
    .info__item-img img{
        border-radius: 30px 30px 0 0;
    }
    .info__item-text{
        background: #fff;
    }
    .info__bottom p br{
        display: none;
    }
    .desc{
        padding: 50px 0 54px 0;
    }
    .desc .title{
        margin-bottom: 20px;
    }
    .desc__row{
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .feel{
        height: 476px;
        background-position: right -712px top;
        position: relative;
    }
    .feel .container{
        justify-content: center;
    }
    .feel .title{
        position: relative;
        z-index: 2;
    }
    .feel:after{
        position: absolute;
        top: 0;
        left: 0;
        content: "";
        width: 100%;
        height: 100%;
        background: rgba(18, 11, 82, 0.47);
        z-index: 1;
    }
    .feel .title p{
        padding: 0 20px;
    }
    .cta svg{
        width: auto;
        height: auto;
    }
    .cta{
        padding: 75px 0;
    }

    .main_inner{
        height: 541px;
    }
    .main_about{
        background: radial-gradient(75.54% 51.66% at 50% 100%, #836fb3 31.25%, #6a4eae 100%);
    }
    .main_inner .main__img{
        max-width: 160px;
    }
    .info_1{
        padding: 33px 0 80px 0;
    }
    .info_1 .info__row{
        margin: 20px 0 0 0;
    }
    .support__text{
        max-width: 284px;
    }
    .main_contact{
        background: radial-gradient(100.68% 68.85% at 50% 100%, #4cb18d 31.25%, #309a74 100%);
    }
    .main_contact .main__img{
        max-width: 170px;
        bottom: 26px;
    }
    .main_contact .main__title{
        line-height: 1.1;
    }

}
@media (max-width: 640px) {

}
@media (max-width: 369px) {
    .container{
        padding: 0 15px;
    }
    .nav{
        display: block;
        left: -15px;
        width: calc(100% + 30px);
    }
}