@media (max-width: 1919px) {
    .main_menu li {    
    padding: 0 12px 0 12px;
}
}

@media (max-width: 1599px) {
    .wrapper {
        padding-left: 72px;
        padding-right: 72px;
    }

    .footer_left {
        width: 500px;
    }

    .footer_right {
        width: calc(100% - 500px);
    }
    
    .header_logo_menu .logo {
        width: 20%;
    }


}

@media (max-width: 1439px) {
    .wrapper {
        padding-left: 48px;
        padding-right: 48px;
    }

    .header_top_link a {
        margin-right: 48px;
    }

    .main_menu li {
        padding: 0 12px 0 11px;
    }

    header .logo {
        width: 288px;
    }




    .benefits_step {
        padding-right: 48px;
        padding-left: 48px
    }

    .benefits_step_title:after {
        right: -96px;
    }

    .program_item {
        padding-left: 24px;
        padding-right: 24px;
    }

    .industrie_screen_icon {
        margin: 0 50px;
    }

    .footer_left {
        width: 420px;
    }

    .footer_right {
        width: calc(100% - 420px);
    }

    .footer_link a {
        margin-right: 48px;
    }

    .registration_form_close {
        right: -36px;
    }

    .text_block {
        padding-left: 72px;
        padding-right: 72px;
        position: relative;
    }

    .text_block.quotes {
        padding-right: 192px;
    }

    .footer2_inner {
        padding-left: 25%
    }
    
    .main_menu li {
    padding: 0 8px 0 8px;
}



}

@media (max-width: 1279px) {
    .wrapper {
        padding-left: 40px;
        padding-right: 40px;
    }

    .main_menu {
        display: none;
    }

    .main_screen {
        background-image: url(../img/main_screen_bg_t.jpg);
    }


    .header_logo_menu .logo {
        width: 100%;
        float: none;
        background-position: center;
    }

    .main_menu_search {
        right: auto;
        left: 0;
    }

    .main_menu_search:after {
        content: "";
        display: block;
        width: 1px;
        height: 30px;
        background: #8a8a8d;
        position: absolute;
        right: -36px;
        top: 50%;
        margin-top: -15px;
    }

    .mobile_menu_opener {
        display: block;
    }

    .footer_bottom .footer_right {
        display: none;
    }

    .footer_bottom .footer_left {
        width: 100%;
        text-align: center
    }

    .footer_logotext {
        left: 50%;
        margin-left: -150px;
        text-align: center
    }

    .registration_form_close {
        right: 0;
        top: -36px;
    }

    .what_screeen {
        background-image: url(../img/what_screeen_bg_t.jpg);
    }

    .text_block {
        padding-left: 48px;
        padding-right: 48px;
    }

    .text_block.quotes {
        padding-right: 140px;
    }

    .footer2_inner {
        padding-left: 0
    }

    .about_screen2_right {
        padding: 36px 36px 24px;
        ;
    }
}

@media (max-width: 1023px) {
    .header_top {
        text-align: left;
    }

    .header_top .wrapper {
        padding: 0
    }

    .header_top_link a span {
        display: none;
    }

    .header_top_link a {
        height: 48px;
        width: 60px;
        background: #275d8c;
        display: block;
        padding: 0;
        float: left;
        margin: 0
    }

    .header_top_link a + a {
        border-left: 1px solid #45739c;
    }

    .header_top_link {
        display: block;
        float: left;
    }

    .header_top_link a:before {
        left: 50%;
        margin-left: -10px;
    }

    .header_top_social {
        display: block;
        float: right;
    }

    .header_top_social li {
        display: block;
        margin: 0;
        float: left;
        width: 60px;
        height: 48px;
        background: #275d8c;
        position: relative;
    }

    .header_top_social li + li {
        border-left: 1px solid #45739c;
    }

    .header_top_social li a {
        width: 100%;
        height: 100%;
        background-size: auto 13px;
        background-position: center;
    }

    .main_screen_main .logo {
        display: none
    }

    .main_screen_bottom_item p {
        display: none;
    }



    .header_logo__menu {
        padding: 0 96px;
    }

    .wrapper570 {
        max-width: 464px;
    }

    .wrapper460 {
        max-width: 500px;
    }

    .about_screen {
        background: url(../img/abot_screen_bg_t.jpg) no-repeat center / cover;
        padding: 180px 0 125px;
    }

    .about_screen2 {
        background: #fff;
        padding-top: 192px;
        padding-bottom: 48px
    }

    .program_screen {
        padding: 82px 0 64px;
    }

    .program_item {
        width: 50%;
        height: 318px;
    }


    .program_item:nth-child(n) {
        border-color: #e9eaeb;
        padding-top: 50px;
        padding-left: 36px;
        padding-right: 36px;
    }

    .program_item:nth-child(1),
    .program_item:nth-child(3),
    .program_item:nth-child(5) {
        border-left-color: transparent;
    }

    .program_item:nth-child(5),
    .program_item:nth-child(6) {
        border-bottom: transparent;
    }

    .program_screen_textblock {
        margin-bottom: 58px;
    }

    .published_screen {
        padding: 82px 0 96px;
    }

    .industrie_screen_icons {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .industrie_screen_icon {
        display: block;
        margin: 0 auto;
        width: auto !important
    }

    .industrie_screen_top {
        padding: 84px 0 139px;
    }

    .rf_form_inner {
        padding-left: 56px;
        padding-right: 56px;
    }

    .rf_form_row.rf_form_row_short {
        max-width: 288px;
    }

    .rf_form_row {
        max-width: 480px;
    }

    .rf_form_p {
        max-width: 768px;
    }

    .rf_form_radio,
    .rf_form_checkbox {
        margin-right: 24px;
    }

    .rf_form_bottom_img img {
        margin-right: 48px;
    }

    .managment_list {
        width: calc(100% + 24px);
        margin: 100px -12px 0;
    }

    .managment_item {
        width: calc(50% - 24px);
        float: left;
        text-align: center;
        margin: 36px 12px;
    }

    .managment_item_title:before {
        left: 50%;
        margin-left: -18px;
    }

    .managment_item h4,
    .managment_item p {
        max-width: 100%;
    }

    .managment_item:last-child .managment_item_title:after {
        display: block
    }

    .benefitsoffas_item {
        width: 50%;

    }

    .benefitsoffas_item:nth-child(n) {
        border-top: none;
    }

    .benefitsoffas_item:nth-child(3),
    .benefitsoffas_item:nth-child(4),
    .benefitsoffas_item:nth-child(5),
    .benefitsoffas_item:nth-child(6) {
        border-top: 1px solid #e9eaeb;
    }

    .oursystem_screen_text .column {
        padding-right: 24px;
    }

    .text_block.quotes {
        padding-right: 48px;
    }

    .text_block {
        padding-left: 36px;
        padding-right: 36px;
    }

    .text_block ul,
    .text_block ol {
        padding-left: 24px;
    }

    .text_block ul li,
    .text_block ol li,
        {
        padding-left: 12px;
    }

    p.verybig {
        font-size: 16px;
    }

    h1 br {
        display: none
    }

    .main_screen_bottom2 .main_screen_bottom_item {
        padding: 35px
    }

    .footer2 .header_top_social {
        display: none;
    }

    .footer2_bottom {
        height: auto;
        padding: 18px 0;
    }

    .footer2_copyright p {
        line-height: 24px;
    }
}

@media (max-width: 767px) {
    .wrapper {
        padding-left: 20px;
        padding-right: 20px;
    }

    .main_screen_bottom_item p.smitalic {
        position: static;
        width: 100%;
    }

    .main_screen_bottom_item h4 {
        margin-bottom: 26px;
    }



    .mobile_menu_flex li {
        margin: 36px 0;
    }

    .mobile_menu_flex li a {
        font-size: 36px;
    }

    .main_menu_search {
        display: none;
    }

    .header_logo__menu {
        padding: 0 48px 0 0;
    }

    .mobile_menu_opener:before,
    .mobile_menu_close:before {
        left: -15px
    }

    .mobile_menu_flex {
        padding: 0 36px
    }

    .benefits_steps.owl-carousel .benefits_step {
        padding: 0 32px;
        text-align: center;
        border-right: none;
    }

    .mobile_search {
        display: block
    }

    .benefitsoffas_item {
        padding-right: 24px;
    }

    .text_block table,
    .text_block table thead,
    .text_block table tbody,
    .text_block table tr,
    .text_block table td,
    .text_block table th {
        display: block;
    }

    .text_block table td {
        margin-top: 30px;
    }
    
    .about_screen2_inner {
        display: block;
    }
    
    .about_screen2_left {
    width: 100%;
    position: relative;
        height: 192px;
}
    
    .about_screen2_right {
        width: 100%;
        padding-left: 0;
        padding-right: 0;
        text-align: center
    }
    
    .about_screen2_right h2.icon_bottom.icon_bottom_left:after {
    left: 50%;
    margin-left: -45px;
}

}

@media (max-width: 639px) {
    .wrapper {
        max-width: 100%;
    }

    .header_top_link {
        width: 33.33333%;
    }

    .header_top_link a {
        width: 50%;
    }

    .header_top_social {
        width: 66.66666%;
        border-left: 1px solid #45739c;
    }

    .header_top_social li {
        width: 25%;
    }





    h1 {
        font-size: 30px;
        font-weight: 400;
        line-height: 37px;
    }
    .main_screen_main h1 {
        margin-bottom: 40px;
    }

    .main_screen_main_text {
        font-size: 18px;
        line-height: 28px;
        margin-bottom: 26px
    }

    .main_screen_main {
        padding: 54px 0 72px;
        min-height: 0 !important
    }

    .main_screen {
        background-image: url(../img/main_screen_bg_m.jpg);
    }

    .mobile_menu_flex li {
        margin: 30px 0
    }

    .mobile_menu_flex li a {
        font-size: 24px;
    }

    .mobile_menu {
        background: #2c313f;
    }

    .mobile_menu_flex {
        min-height: calc(100% - 192px);
    }
    .header_logo_menu .logo {
        width: 100%;
    }

    .mobile_search {
        display: block;
    }

    .main_screen_bottom {
        position: relative;
        bottom: -192px;
        margin-top: -192px;
    }

    .about_screen {
        background: url(../img/abot_screen_bg_m.jpg) no-repeat center / cover;
        padding: 278px 0 95px;
    }
    
    .about_screen2 {        
    padding-bottom: 48px;
}

    .program_screen_textblock {
        margin-bottom: 20px;
    }

    .program_screen {
        padding: 82px 0 96px;
    }

    .industrie_screen_title {
        font-size: 28px;
        line-height: 36px;
        margin-bottom: 0
    }

    .industrie_screen_item {
        padding: 96px 0 218px;
    }

    .industrie_screen_title {
        margin-bottom: 80px;
    }

    .industrie_screen_icons .owl-dots {
        width: 100%;
        position: absolute;
        bottom: -140px
    }

    .industrie_screen_icon {
        max-width: 100%
    }

    footer {
        font-size: 12px;
        background: #125999;
    }

    footer .header_logo__menu {
        padding: 0 0 0 0;
    }

    footer .mobile_menu_opener {
        position: static;
        margin: 0 auto;
    }

    footer .mobile_menu_opener:before {
        display: none
    }

    .footer_top {
        padding: 0;
    }

    .footer_top .header_logo_menu {
        border-bottom: 1px solid rgba(255, 255, 255, 0.3);
        padding: 39px 0 38px;
        margin-bottom: 190px;
        position: relative;
    }

    footer .header_logo_menu .logo {
        position: absolute;
        left: 40px;
        width: calc(100% - 80px);
        top: calc(100% + 43px);
    }

    footer .header_logo__menu {
        position: static;
    }

    .copyright {
        margin: 0 -20px;
    }

    .main_screen_inner {
        min-height: 0;
    }

    .rf_form_inner {
        padding-left: 10px;
        padding-right: 10px;
    }

    .rf_form_row {
        max-width: 100%;
    }

    .rf_form_row.rf_form_row_short {
        max-width: 100%;
    }



    .rf_form_pay {
        width: calc(25% - 10px);

    }

    .rf_form_title {
        padding-right: 24px;
    }

    .rf_form_input.success:before {
        right: 0;
        top: -30px;
        margin-top: 0;
    }

    .rf_form_input.alert:before {
        right: -0;
        top: -32px;
    }

    .rf_form_checkbox span:before {
        top: 6px;
        margin-top: 0;
    }

    .rf_form_checkbox input:checked + span:after {
        top: 14px;
        margin-top: 0;
    }

    .registration_form {
        padding: 0 0 288px;
    }

    .rf_form_bottom_img img {
        display: block;
        margin: 0 auto !important
    }

    .rf_form_bottom_img {
        margin-top: 0;
    }

    .what_screeen {
        background: #fff;
        padding: 56px 0 132px;
    }

    .what_screeen:after,
    .benefitsoffas_screen:after,
    .managment_screen:after {
        display: none;
    }

    .what_screeen_textblock {
        margin-bottom: 96px;
    }

    .managment_screen {
        padding: 82px 0 132px
    }

    .benefitsoffas_screen {
        padding: 82px 0 132px
    }

    .oursystem_screen_text .column {
        padding-right: 0;
    }

    .columns {
        display: block;
    }

    .columns .column {
        width: 100%;
    }

    .columns .column + .column {
        margin-top: 24px;
    }

    .oursystem_screen {
        padding: 82px 0 132px
    }

    .oursystem_screen_text {
        margin-top: 72px;
    }

    .second_screen_inner {
        padding: 96px 0 72px;
    }

    .text_block {
        padding-left: 0;
        padding-right: 0;
    }

    .text_block.quotes {
        padding-right: 0;
        padding-left: 36px;
    }

    .text_block ul,
    .text_block ol {
        padding-left: 12px;
    }

    .text_screen {
        padding: 82px 0 132px;
    }

    .main_screen_bottom2 .main_screen_bottom_item {
        padding: 36px 12px 48px;
        width: 100%;
    }

    .popup_video_player {
        width: 90vw;
        margin-left: -45vw;
        height: 50.6vw;
        margin-top: -25.vw;
    }

    .main_screen_bottom_item h4.border_bottom:after{
        left: 50%;
        margin-left: -25px;
    }

    .main_screen2 {
        margin-bottom: 192px;
    }

    .industrie_screen2 .industrie_screen_item {
        padding: 48px 0;
    }
}