@media screen and (max-width: 1310px) {
    .achievement-block {
        padding: 12px 40px;

    }

}








@media screen and (max-width: 1210px) {

    .hero_inner-img {
        right: -28%;
    }


}












@media screen and (max-width: 1110px) {

    .hero_inner-img {
        right: -38%;
    }

    /******************************/

    .achievement-block {
        padding: 32px 24px;

    }

    .achievement_list li::before {
        width: 90%;
    }

    .achievement_list li:last-child::before {
        right: -95px;
    }

    .grid_container {
        grid-template-columns: repeat(2, 1fr);
    }

    .about_item,
    .about_benefit-list {
        width: 100%;
        height: 100%;
        justify-content: center;
    }

    .about_item:nth-child(2), .about_item:nth-child(3) {
        margin-top: 0;
    }


    /**********************************/
    .authentic-block {
        padding: 120px 0;
    }


    .authentic-card__value {
        padding: 30px;
    }

    .authentic_list::before, .authentic_list::after {
        left: 58px;
    }

    /***************************************/

    .example_left {
        max-width: 586px;
    }

    .example_right {
        right: -13%;
        max-width: 556px;
    }


    /***********************/


    .quote_hero-title {
        max-width: 740px;
    }

    .quote_hero-inner-img {
        position: absolute;
        bottom: 0;
        top: 0;
        right: -25%;
        max-width: 800px;
    }

    /*************************************/


    .for_who-card {
        max-width: none;
    }

    .for_who-img {
        height: 256px;
    }


    /***************************/


    .final_inner .cta_btn-container {
        margin: 144px 0 200px;
    }

}






@media screen and (max-width: 1000px) {
    body.menu-open {
        overflow: hidden;
    }

    h1.italic, h2.italic {
        font-size: 24px;
        line-height: 133%;
        letter-spacing: 0.01em;
        text-underline-offset: 6px;
    }

    h2.normal {
        font-size: 24px;
        line-height: 133%;
        letter-spacing: 0.01em;
    }


    .pre_text {
        font-size: 16px;
        line-height: 150%;
    }

    .descr_text {
        font-size: 16px;
        line-height: 150%;
    }

    .header {
        padding: 10px;
    }

    .burger_close {
        display: block;
    }

    .header_center {
        position: fixed;
        bottom: 0;
        left: 0;
        height: auto;
        width: 100%;
        display: flex;
        flex-direction: column;
        gap: 40px;
        align-items: center;
        transform: translateY(110%);
        background: linear-gradient(0deg, #000 0%, #0a133d 100%);
        border-radius: 32px 32px 0 0;
        padding: 33px 16px 24px;
        transition: var(--transition);
    }




    .menu-open .header_center {
        transform: translateY(0%);
        box-shadow: 0 0 0 9999px rgba(0, 0, 0, 0.6);
    }

    .header_menu ul {
        flex-direction: column;
    }

    .burger_open {
        display: block;
    }

    .header_center .button_container {
        display: flex;
    }

    /***********************************/


    .hero_inner-left {
        max-width: 486px;
    }

    .hero_left-bottom {
        padding: 36px 26px;
        border-left: 2px solid var(--stroke-w-decor);
    }


    .hero_inner-img {
        max-width: 760px;
        right: -28%;
    }

    /**************************/


    .quote-block {
        padding: 60px 0;
    }

    /*********************************/
    .achievement_inner {
        margin: 32px 0;
    }


    .achievement_main-content {
        max-width: 355px;
        padding: 20px 40px;
    }

    /*******************************/

    .about-block {
        padding: 60px 0 30px;
    }

    .about-subtext {
        margin: 24px 0 40px;
    }


    /*******************************/


    .vision-block {
        padding: 30px 0 60px;
    }

    .vision_slide-bottom {
        padding: 36px 26px;
    }

    .vision_img {
        height: 370px;
    }

    /**************************/

    .authentic-card__value span {
        font-size: 24px;
    }

    /****************************/

    .webinar_text,
    .social_btn-text {
        font-size: 18px;
        line-height: 156%;
    }


    /************************/

    .example_left {
        max-width: 446px;
    }


    .example_title-card {
        font-size: 24px;
        line-height: 134%;
    }

    .example_text {
        font-size: 16px;
        line-height: 150%;
    }

    .quote_hero-title {
        max-width: 450px;
    }


    .quote_hero-inner-img {
        right: -15%;
        max-width: 565px;
    }

}



@media screen and (max-width: 900px) {

    .hero_inner-img {
        max-width: 610px;
        right: -29%;
    }

    .achievement_list li:last-child::before {
        right: -120px;
    }


    .vision_left {
        max-width: 480px;
    }


    .example_right {
        right: -20%;
    }


    .footer {
        background: var(--background-page);
        padding: 27px 16px;
    }

}




@media screen and (max-width: 768px) {

    .button_container {
        flex-direction: column;
        align-items: center;
        width: 100%;
    }

    .hero-block .container {
        padding: 0;
    }

    .hero_inner-left {
        max-width: none;
        z-index: 1;
        border: none;
    }

    .hero_name,
    .hero_title {
        padding: 0 20px;
    }


    .hero_left-bottom {
        padding: 0 20px 20px;
        border-left: none;
        margin-top: 350px;
        background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #839abe 55%);
    }

    .hero_inner::after {
        display: none;
    }

    .hero_inner-img {
        max-width: none;
        right: -30px;
        width: 670px;
        z-index: 0;
        bottom: 125px;
    }


    .hero_form input {
        max-width: none;
    }

    .hero_form .light_badge,
    .hero_form .dark_btn {
        width: 100%;
    }

    /***************************/


    .achievement_inner::before, .achievement_inner::after {
        left: 40px;
    }



}



@media screen and (max-width: 600px) {
    .container {
        padding: 0 8px;
    }


    .webinar_block {
        flex-direction: column;
        padding: 24px;
        gap: 24px;
    }

    .webinar_block .button_container {
        align-items: start;
    }


    .footer_top {
        flex-direction: column;
        align-items: start;
        justify-content: space-between;
        gap: 15px;
    }

    .footer_rights-list {
        flex-direction: column;
        align-items: start;
        gap: 16px;
    }

    .dark_btn, .light_btn {
        width: 100%;
        padding: 16px 5px;
    }

    .dark_btn img {
        margin-right: 8px;
    }

    .grid_container {
        grid-template-columns: 1fr;
    }



    /******************************/

    .hero-block {
        padding-top: 108px;
    }

    .hero_name {
        margin-bottom: 16px;
    }

    .hero_name, .hero_title {
        padding: 0 16px;
    }

    .hero_left-bottom {
        padding: 0 8px 30px;
        border-left: none;
        margin-top: 424px;
        background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #839abe 25%);
    }

    .hero_left-text {
        margin-bottom: 24px;
        padding: 0 8px;
    }

    .hero_inner-img {
        max-width: none;
        right: -15%;
        width: 670px;
        z-index: 0;
        bottom: 20%;
    }


    /*****************************/


    .quote_inner {
        gap: 40px;
    }

    .quote_title {
        text-align: start;
    }

    /***********************/


    .achievement-block {
        padding: 32px 0 0;
    }

    .achievement_inner {
        margin-bottom: 0;
        padding: 0 8px;
    }

    .present_text {
        padding-left: 16px;
    }

    .achievement_main-content {
        max-width: none;
        padding: 20px 40px;
    }

    .achievement_inner,
    .achievement_list {
        flex-direction: column;
    }


    .achievement_main-content::after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        border-radius: 32px 32px 0 0;
        border-left: 2px solid var(--typography-white-primary);
        border-top: 2px solid var(--typography-white-primary);
        border-right: 2px solid var(--typography-white-primary);
        border-bottom: 0;
    }

    .achievement_list li {
        max-width: none;
        width: 100%;
        border-left: 2px solid var(--stroke-w-decor);
        border-top: 2px solid var(--stroke-w-decor);
        border-right: 2px solid var(--stroke-w-decor);
        border-bottom: 0;
        border-radius: 32px 32px 0 0;
        padding: 24px 0;
        overflow: hidden;
    }

    .achievement_inner::before, .achievement_inner::after {
        display: none;
    }

    .achievement_list li:last-child::before,
    .achievement_list li::before {
        top: 77%;
        width: 100%;
        overflow: hidden;
        text-align: center;
    }

    .achievement_list li:last-child {
        padding: 24px 0 60px;
    }

    .achievement_list li:last-child::before {
        right: 0;
        top: 60%;
    }

    .achievement_bottom-slider {
        padding: 12px 0;
        background: linear-gradient(0deg, #000 0%, #0a133d 100%);
    }

    .achievement_bottom-list {
        font-size: 18px;

    }



    /*****************/

    .about_inner {
        align-items: start;
        text-align: left;

    }

    .about_item {
        gap: 12px;
    }

    /**************************/
    .vision_inner {
        border-radius: 24px;
    }

    .vision_quote {
        margin-bottom: 16px;
    }

    .vision_card {
        flex-direction: column-reverse;
        align-items: center;
    }

    .vision_left {
        max-width: none;
        padding: 24px 24px 0;
    }

    .vision_slide-bottom {
        padding: 24px 0;
        border: none;
        gap: 24px;
    }

    .vision_right {
        border: none;
    }

    /***************************/

    .authentic-block {
        padding: 60px 0 45px;
        background: #F0EFED !important;

    }

    .authentic_top {
        text-align: left;
    }


    .authentic_center {
        display: none;
    }

    .authentic_bottom {
        margin: 60px 0 0;
    }

    .authentic_center-img {
        display: block;
        margin: 30px -8px 0;

    }

    .social_btn {
        flex-direction: column;
        align-items: start;
        padding: 24px;
    }

    .social_btn-icon {
        width: 36px;
        height: 36px;
        padding: 6px;
    }

    .social_btn-content {
        margin-top: 12px;
    }

    /**********************************/

    .example-block {
        padding: 45px 0 90px;
    }

    .example_inner {
        gap: 40px;
    }

    .example_card {
        flex-direction: column-reverse;
    }

    .example_right {
        position: relative;
        right: 0;
    }

    .example_left {
        max-width: none;
        padding: 24px;
        border: none;
    }

}





@media screen and (max-width: 450px) {


    .hero_inner-img {
        right: -22%;
        width: 600px;
        bottom: 26%;
    }



    .example_right {
        width: 125%;
    }

    .example_slide-bottom {
        padding: 0;
        border-left: none;
        gap: 16px;
    }

    .example_descr {
        margin: 24px 0;
        max-width: none;
    }

    .quote_hero-inner {
        position: relative;
        padding: 60px 0;
    }

    .quote_hero-inner-img {
        display: none;
    }




}