@font-face {
    font-family: 'montserrat_bold';
    src: url(/wp-content/themes/ave-child/assets/fonts/Montserrat/Montserrat-Bold.otf);
}

@font-face {
    font-family: 'montserrat_extra';
    src: url(/wp-content/themes/ave-child/assets/fonts/Montserrat/Montserrat-ExtraBold.otf);
}

@font-face {
    font-family: 'montserrat_semi';
    src: url(/wp-content/themes/ave-child/assets/fonts/Montserrat/Montserrat-SemiBold.otf);
}

@font-face {
    font-family: 'montserrat_regular';
    src: url(/wp-content/themes/ave-child/assets/fonts/Montserrat/Montserrat-Regular.otf);
}

@font-face {
    font-family: 'montserrat_light';
    src: url(/wp-content/themes/ave-child/assets/fonts/Montserrat/Montserrat-Light.otf);
}

@font-face {
    font-family: 'montserrat_black';
    src: url(/wp-content/themes/ave-child/assets/fonts/Montserrat/Montserrat-Black.otf);
}

ul {
    margin: 0;
    padding: 0;
}

body {
    padding: 0;
    margin: 0;
    /*min-width: 740px;*/
    overflow-x: hidden;
    font-family: 'roboto';

}

.title {
    font-family: 'montserrat_bold';
    color: #9cba3c;
    text-transform: uppercase;
}

.sub_title {
    font-family: 'montserrat_light';
    color: #5c5c5c;
    text-align: center;
    margin-top: 20px;
}

.modal-content {
    width: 420px;
    padding: 20px;
}

.first_section {
    background: url('/wp-content/themes/ave-child/assets/logistic/images/hr.png') no-repeat center center;
    background-size: cover;
    padding-top: 25px;
}

.first_contacts {
    font-family: 'montserrat_semi';
    font-size: 20px;
    color: #fff;
    display: block;
    text-align: right;
}
.first_contacts:hover{
    color: #fff;
    text-decoration: none;
}

.first_contacts img {
    margin-right: 5px;
}

.head_menu {
    margin-top: 50px;
}

.head_menu li {
    list-style: none;
    display: inline-block;
}

.head_menu li > a {
    font-family: 'montserrat_regular';
    color: #fff;
    text-transform: uppercase;
    padding-bottom: 10px;
}

.head_menu li > a:hover {
    text-decoration: none;
    color: #84c100;
    border-bottom: 2px solid #ffc100;
}
.btn_green_st {
    border-top: 1px solid #ffc100;
    background: #ffc100; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(#ffc100, #e68b02); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#ffc100, #e68b02); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#ffc100, #e68b02); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#ffc100, #e68b02); /* Standard syntax */
    display: block;
    border-radius: 20px;
    width: 100%;
    height: 40px;
    margin-top: 40px;
    line-height: 38px;
    font-size: 16px;
    font-family: 'montserrat_semi';
    color: #fff;
    text-align: center;
    text-transform: uppercase;
}

.btn_green_st:hover {
    color: #fff;
}
.btn_green {
    border-top: 1px solid #ffc100;
    background: #ffc100; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(#ffc100, #e68b02); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#ffc100, #e68b02); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#ffc100, #e68b02); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#ffc100, #e68b02); /* Standard syntax */
    display: block;
    border-radius: 20px;
    font-family: 'montserrat_semi';
    color: #fff;
    margin: auto;
    text-align: center;
    text-transform: uppercase;
}

.btn_green:hover {
    color: #fff;
}

.first_section h4 {
    font-family: 'montserrat_light';
    color: #fff;
    text-align: center;
}

.first_section h2 {
    font-family: 'montserrat_extra';
    color: #fff;
    text-align: center;
    text-transform: uppercase;
}

.first_section h2 > strong {
    font-family: 'montserrat_light';
}

.first_section h2 > strong > span {
    color: #9cba3c;
}

.first_section h3 {
    font-family: 'montserrat_bold';
    font-size: 20px;
    color: #fff;
    text-align: center;
}

.first_section h3 > strong {
    font-family: 'montserrat_regular';
}

.first_section h3 > span {
    color: #9cba3c;
}

.offerts {
    background-color: #f7f7f7;
    padding: 70px 0 20px 0;
}

.offerts p {
    font-family: 'montserrat_light';
    font-size: 25px;
    color: #444342;
    text-align: center;
}

.offerts p > span {
    color: #9cba3c;
    font-size: 30px;
    font-family: 'montserrat_regular';
}

.offerts p > strong {
    font-family: 'montserrat_regular';
    color: #000;
}

.offerts h4 {
    font-family: 'montserrat_light';
    font-size: 16px;
    color: #aaa9a8;
    text-align: center;
}

.offerts_form {
    margin-top: 40px;
}

.offerts_form input[type=text] {
    width: 100%;
    height: 40px;
    border: 1px solid #aaa9a8;
    border-radius: 5px;
    position: relative;
    padding-left: 70px;
    outline: none;
    margin-bottom: 30px;
    font-size: 16px;
}

.error {
    background: url(/wp-content/themes/ave-child/assets/images/err.png) no-repeat;
    background-position: right 5px top 6px;
    background-size: 30px;
}

.offerts_form img {
    position: absolute;
    bottom: 30px;
    left: 15px;
}

input[type=submit] {
    width: 195px;
    height: 40px;
    border: none;
    border-top: 1px solid #ffc100;
    background: #ffc100; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(#ffc100, #e68b02); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#ffc100, #e68b02); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#ffc100, #e68b02);/* For Firefox 3.6 to 15 */
    background: linear-gradient(#ffc100, #e68b02); /* Standard syntax */
    display: block;
    border-radius: 20px;
    font-family: 'montserrat_semi';
    font-size: 18px;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    line-height: 38px;
    margin: 20px auto;
}

.last_contacts {
    background: url('/wp-content/themes/ave-child/assets/logistic/images/bg4.png') no-repeat center center;
    background-size: cover;
    padding: 120px 0;
    position: relative;
}

.last_contact_form {
    background-color: rgba(254, 254, 254, 0.3);
    padding: 20px;
    -webkit-box-shadow: 0px 0px 64px 0px rgba(200, 200, 200, 1);
    -moz-box-shadow: 0px 0px 64px 0px rgba(200, 200, 200, 1);
    box-shadow: 0px 0px 64px 0px rgba(200, 200, 200, 1);
}

.last_contact_form h3 {
    font-family: 'montserrat_semi';
    font-size: 20px;
    color: #000;
    text-transform: uppercase;
    text-align: center;
    margin: 50px 0;
}

.modal_contact_form h3 {
    font-family: 'montserrat_light';
    text-align: center;
    font-size: 25px;
    color: #444342;
}

.last_contact_form h3 > strong,
.modal_contact_form h3 > strong {
    font-family: 'montserrat_regular';
    font-size: 43px;
    text-transform: uppercase;
}

.last_contact_form h3 > span,
.modal_contact_form h3 > span {
    color: #9cba3c;
}

.last_contact_form h4,
.modal_contact_form h4 {
    font-family: 'montserrat_light';
    font-size: 16px;
    color: #aaa9a8;
    margin-bottom: 30px;
    text-align: center;
}

.benefis {
    margin-top: -265px;
}

.maps_contacts li {
    list-style: none;
    display: inline-block;
    margin-right: 30px;
}

.maps_contacts p {
    font-family: 'montserrat_light';
    font-size: 16px;
    color: #fff;
    margin: 25px 0;
}

.maps_contacts ul {
    padding-bottom: 55px;
}

.maps_contacts span {
    font-family: 'montserrat_light';
    font-size: 16px;
    color: #fff;
    display: block;
    padding-bottom: 10px;
}

.maps_contacts span > img {
    padding-right: 5px;
}

footer {
    padding: 25px 0;
    text-align: right;
}

footer a {
    display: block;
    font-family: 'montserrat_light';
    font-size: 12px;
    color: #000;
}

footer a:hover {
    color: #000;
    text-decoration: none;
}

.partners {
    padding: 80px 0;

}

.partners_block {
    position: relative;
}

.partners_slide {
    outline: none;
}

.partners_slide img {
    -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
    margin: 0 auto;
    cursor: pointer;
}

.partners_slide img:hover {
    -webkit-filter: grayscale(0%); /* Safari 6.0 - 9.0 */
    filter: grayscale(0%);
    transition: 1s;
}

.next,
.prev {
    position: absolute;
    width: 14px;
    height: 25px;
    top: 50px;
    cursor: pointer;
}

.next_cert,
.prev_cert {
    position: absolute;
    width: 14px;
    height: 25px;
    top: 80px;
    cursor: pointer;
}

.prev,
.prev_cert {
    right: 0;
    background: url('/wp-content/themes/ave-child/assets/logistic/images/next.png') no-repeat center center;
    background-size: cover;
}

.next,
.next_cert {
    left: 0;
    background: url('/wp-content/themes/ave-child/assets/logistic/images/prev.png') no-repeat center center;
    background-size: cover;
}

.first_cal {
    display: block;
    font-family: 'montserrat_regular';
    font-size: 16px;
    color: #fff;
    margin-top: 20px;
    text-align: center;
}

.separator_resource {
    width: 290px;
    height: 1px;
    background: #fff;
    color: #fff;
    display: block;
    margin: 40px auto 40px auto;
}

.first_cal img {
    margin: 0 25px;
}

/*last section*/
.curs_content {
    position: relative;
}

.curs_content h2 {
    font-family: 'montserrat_bold';
    color: #9cba3c;
    text-transform: uppercase;
}

.curs_content h3 {
    font-family: 'montserrat_bold';
    color: #000;
}

.curs_content li {
    list-style: none;
    display: block;
    font-family: 'montserrat_regular';
    color: #000;
}

.curs_content li > strong {
    font-family: 'montserrat_bold';
    color: #9cba3c;
}

.curs_content p {
    font-family: 'montserrat_regular';
    color: #000;
}

.curs_img_1 {
    position: absolute;
    right: 0;
    z-index: 1000;
}

.curs_img_2 {
    position: absolute;
}

.benefis h3 {
    font-family: 'montserrat_bold';
    font-size: 40px;
    color: #fff;
    text-transform: uppercase;
}

.benefis ul {
    display: table;
}

.benefis li {
    list-style: none;
    display: block;
    font-family: 'montserrat_semi';
    position: relative;
    color: #fff;
}

.benefis ul li:before {
    content: url(/wp-content/themes/ave-child/assets/logistic/images/ben1.png);
    position: absolute;
    top: 0;
    left: 0px;
    line-height: 100px;
}

.benefis ul li:nth-child(2):before {
    content: url(/wp-content/themes/ave-child/assets/logistic/images/ben2.png);
}

.benefis ul li:nth-child(3):before {
    content: url(/wp-content/themes/ave-child/assets/logistic/images/ben3.png);
}

.benefis ul li:nth-child(4):before {
    content: url(/wp-content/themes/ave-child/assets/logistic/images/ben4.png);
}

.benefis ul li:nth-child(5):before {
    content: url(/wp-content/themes/ave-child/assets/logistic/images/ben5.png);
}

.curs_importance {
    padding-top: 80px;
    padding-bottom: 80px;
}

.curs_importance h3 {
    margin-bottom: 30px;
}

.curs_importance_block {
    text-align: center;
    height: 340px;
    width: 100%;
}

.curs_importance_block h4,
.curs_importance_block_1 h4 {
    font-family: 'montserrat_regular';
    font-size: 20px;
    color: #3d3d3d;
}

.curs_importance_block_1 {
    text-align: center;
    border: 1px solid #3d3d3d;
    width: 100%;
}

.curs_rezult {
    background-color: #f7f7f7;
    padding-top: 80px;
}

.curs_rezult_block {
    position: relative;
}

.curs_rezult h3 {
    margin-bottom: 100px;
}

.curs_rezult_block span {
    display: block;
    font-family: 'montserrat_black';
    font-size: 206px;
    color: #f0f3ec;
    line-height: 120px;
    position: absolute;
    top: -10px;
    left: 50px;
    z-index: 1;
}

.curs_rezult_block h3 {
    z-index: 100;
    position: relative;
    font-family: 'montserrat_semi';
    font-size: 20px;
    color: #000;
    margin-bottom: 25px;
    text-transform: uppercase;
}

.curs_rezult_block p {
    z-index: 100;
    position: relative;
    font-family: 'montserrat_regular';
    font-size: 18px;
    color: #000;
}

.curs_program {
    background: url('/wp-content/themes/ave-child/assets/logistic/images/bg56.png') no-repeat center center;
    background-size: cover;
    padding-top: 100px;
}

.curs_program h4 {
    font-family: 'montserrat_regular';
    font-size: 20px;
    color: #3d3d3d;
}

.curs_program ul {
    margin-top: 60px;
}

.curs_program li,
.curs_program_next li {
    list-style: none;
    display: block;
    font-family: 'montserrat_light';
    color: #000;
    position: relative;
}

.curs_program li {
    padding-left: 95px;
}

.curs_program_next li {
    text-align: right;
    padding-right: 115px;
}

.curs_program ul li:before {
    content: url(/wp-content/themes/ave-child/assets/logistic/images/all/1.png);
    position: absolute;
    top: 0;
    left: 0px;
    line-height: 100px;
}

.curs_program ul li:nth-child(2):before {
    content: url(/wp-content/themes/ave-child/assets/logistic/images/all/2.png);
}

.curs_program ul li:nth-child(3):before {
    content: url(/wp-content/themes/ave-child/assets/logistic/images/all/3.png);
}

.curs_program ul li:nth-child(4):before {
    content: url(/wp-content/themes/ave-child/assets/logistic/images/all/4.png);
}

.curs_program ul li:nth-child(5):before {
    content: url(/wp-content/themes/ave-child/assets/logistic/images/all/5.png);
}

.curs_program ul li:nth-child(6):before {
    content: url(/wp-content/themes/ave-child/assets/logistic/images/all/6.png);
}

.curs_program ul li:nth-child(7):before {
    content: url(/wp-content/themes/ave-child/assets/logistic/images/all/7.png);
}

.curs_program_next ul li:before {
    content: url(/wp-content/themes/ave-child/assets/logistic/images/all/7.png);
    position: absolute;
    top: 0;
    right: 0px;
    line-height: 100px;
}

.curs_program_next ul li:nth-child(2):before {
    content: url(/wp-content/themes/ave-child/assets/logistic/images/all/8.png);
}

.curs_program_next ul li:nth-child(3):before {
    content: url(/wp-content/themes/ave-child/assets/logistic/images/all/9.png);
}

.curs_program_next ul li:nth-child(4):before {
    content: url(/wp-content/themes/ave-child/assets/logistic/images/all/10.png);
}

.curs_program_next ul li:nth-child(5):before {
    content: url(/wp-content/themes/ave-child/assets/logistic/images/all/11.png);
}

.curs_program_next ul li:nth-child(6):before {
    content: url(/wp-content/themes/ave-child/assets/logistic/images/all/12.png);
}

.curs_program_next ul li:nth-child(7):before {
    content: url(/wp-content/themes/ave-child/assets/logistic/images/all/13.png);
}

.curs_program_next {
    background: url('/wp-content/themes/ave-child/assets/logistic/images/bg57.png') no-repeat center center;
    background-size: cover;
    padding-top: 60px;
}

.curs_program_next button {
    width: 300px;
    margin: auto;
}

.trainers_testimonials {
    background: url('/wp-content/themes/ave-child/assets/logistic/images/bg92_modify.png') no-repeat center center;
    background-size: cover;
    padding: 40px 0 100px;
    margin-top: 100px;
}

.slick-slide {
    outline: none;
}

.trainers {
    position: relative;
}

.next_train,
.prev_train,
.prev_test,
.next_test {
    position: absolute;
    top: 30px;
    right: 0;
    border: 2px solid #fff;
    color: #fff;
    font-size: 16px;
    font-family: 'montserrat_semi';
    width: 35px;
    height: 25px;
    text-align: center;
}

.prev_train,
.prev_test {
    right: 35px;
}

.next_train:hover,
.prev_train:hover,
.prev_test:hover,
.next_test:hover {
    background-color: #fff;
    color: #a3bf49;
}

.trainers h3,
.testimonials h3 {
    font-family: 'montserrat_semi';
    font-size: 30px;
    color: #fff;
    text-transform: uppercase;
}

.testimonials h3 {
    margin-left: 60px;
}

.trainers_block {
    padding: 15px;
    text-align: center;
    border: 7px solid #95d000;
    box-shadow: inset 0px 0px 21px -1px #3B4F0C, 0px -1px 15px 0px #3B4F0C;
    -webkit-box-shadow: inset 0px 0px 21px -1px #3B4F0C, 0px -1px 15px 0px #3B4F0C;
    -moz-box-shadow: inset 0px 0px 21px -1px #3B4F0C, 0px -1px 15px 0px #3B4F0C;
    -o-box-shadow: inset 0px 0px 21px -1px #3B4F0C, 0px -1px 15px 0px #3B4F0C;
    margin-top: 75px;
    outline: none;
}

.trainers_img {
    width: 230px;
    height: 230px;
    border-radius: 50%;
    margin: 0 auto;
}

.trainers_block h4 {
    font-family: 'montserrat_semi';
    font-size: 25px;
    color: #fff;
}

.trainers_block span {
    font-family: 'montserrat_regular';
    font-size: 18px;
    color: #fff;
}

.testimonials_text {
    background: url(/wp-content/themes/ave-child/assets/logistic/images/border7.png) no-repeat center center;
    background-size: contain;
    width: 100%;
}

.testimonials_text p {
    font-family: 'montserrat_regular';
    font-size: 16px;
    color: #fff;
    text-align: center;
}

.testimonials_img {
    width: 165px;
    height: 165px;
    border-radius: 50%;
}

.testimonials_block h4 {
    font-family: 'montserrat_semi';
    font-size: 20px;
    color: #fff;
    margin-top: 25px;
}

.testimonials_block span {
    font-family: 'montserrat_regular';
    font-size: 14px;
    color: #fff;
}

.testimonials {
    position: relative;
}

.partners h4 {
    font-family: 'montserrat_light';
    font-size: 18px;
    color: #727272;
    margin-bottom: 50px;
}

.last_contacts_block {
    background-color: rgba(254, 254, 254, 0.7);
    -webkit-box-shadow: 0px 0px 64px 0px rgba(200, 200, 200, 1);
    -moz-box-shadow: 0px 0px 64px 0px rgba(200, 200, 200, 1);
    box-shadow: 0px 0px 64px 0px rgba(200, 200, 200, 1);
}

.last_contacts_block h3 {
    font-family: 'montserrat_semi';
    font-size: 25px;
    color: #010101;
}

.last_contacts_block span,
.last_contacts_block h4 {
    font-family: 'montserrat_regular';
    font-size: 20px;
    color: #010101;
    display: block;
}

.last_contacts_block span > strong {
    font-size: 40px;
    color: #9cba3c;
    margin-right: 50px;
}
.last_contacts_block span > strong:before {
    content: url("/wp-content/themes/ave-child/assets/logistic/images/arrow1_1.png");
    position: relative;
    top: -2px;
    left: 215px;
}

.last_contacts_block span > img {
    margin: 0 25px;
}

.last_arrow {
    position: relative;
}

.last_arrow img:first-child{
    position: absolute;
    top:15px;
    left: 260px;
    width: 45%;
}
.last_arrow img:nth-child(2){
    position: absolute;
    width: 45%;
    top: -90px;
    right: -580px;
    transform: rotateZ(-90deg);
}
.last_arrow img:last-child{
    position: absolute;
    top:-330px;
    left: 890px;
}

.arrow_first {
    text-align: center;
    margin: 100px 0 50px;
    -webkit-border-radius: 30px;
    -webkit-animation: pulsate 4s ease-out;
    -webkit-animation-iteration-count: infinite;
    opacity: 0.0
}

@-webkit-keyframes pulsate {
    0% {
        -webkit-transform: scale(0.1, 0.1);
        opacity: 0.0;
    }
    50% {
        opacity: 1.0;
    }
    100% {
        -webkit-transform: scale(1.2, 1.2);
        opacity: 0.0;
    }
}
/**************************************************************************************************/
/**************************************************************************************************/
/*end last section*/
@media (min-width: 1700px) {
    .head_menu{
        margin-left: 65px;
    }

    .head_menu li {
        padding: 0 20px;
    }

    .head_menu li > a {
        font-size: 16px;
    }

    .btn_green {
        width: 22%;
        height: 40px;
        font-size: 18px;
        line-height: 38px;
        margin-top: 40px;
    }

    .first_comand {
        display: none;
    }

    .first_section h2 {
        font-size: 60px;
        margin-top: 185px;
    }

    .title {
        font-size: 40px;
    }

    .sub_title {
        font-size: 20px;
    }

    .curs_img_1 {
        top: 100px;
        right: 0;
        z-index: 1000;
    }

    .curs_img_2 {
        top: 270px;
        right: 130px;
    }

    .curs_content {
        padding: 100px 0 350px 0;
    }

    .curs_content h2 {
        font-size: 40px;
        line-height: 55px;
        margin-bottom: 30px;
    }

    .curs_content h3 {
        font-size: 20px;
    }

    .curs_content li {
        font-size: 20px;
    }

    .curs_content li > strong {
        font-size: 40px;
    }

    .curs_content p {
        font-size: 16px;
        margin: 30px 0;
    }

    .benefis {
        background: url('/wp-content/themes/ave-child/assets/logistic/images/bg9.png') no-repeat center center;
        background-size: cover;
        padding: 50px 0;
    }

    .benefis li {
        font-size: 18px;
        margin-top: 50px;
        padding-left: 80px;
        text-align: center;
    }

    .benefis li:nth-child(1) {
        line-height: 55px;
    }

    .curs_importance_block_1 {
        margin-top: 180px;
        height: 340px;
        padding-top: 50px;
    }

    .curs_rezult_block {
        margin-bottom: 140px;
    }

    .curs_program li:nth-child(1) {
        line-height: 55px;
    }

    .curs_program li,
    .curs_program_next li {
        font-size: 30px;
        margin-bottom: 50px;
    }

    .last_contacts_block {
        margin: 0;
        padding: 30px;
    }

    .last_contact_form {
        padding: 20px;
        margin: 0;
    }

    .first_section h4 {
        font-size: 25px;
        margin: 0;
    }

    .testimonials_text {
        height: 215px;
        margin: 65px 0 0 30px;
        padding: 40px;
    }

    #map {
        height: 500px
    }

    .maps {
        position: relative;
    }

    .maps_contacts {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        width: 50%;
        background-color: rgba(4, 4, 4, 0.7);
        padding: 90px;
    }
}
/**************************************************************************************************/
/**************************************************************************************************/
@media (min-width: 1500px) and (max-width: 1700px) {
    .head_menu{
        margin-left: 55px;
    }

    .head_menu li {
        padding: 0 20px;
    }

    .head_menu li > a {
        font-size: 16px;
    }

    .btn_green {
        width: 22%;
        height: 40px;
        font-size: 18px;
        line-height: 38px;
        margin-top: 40px;
    }

    .first_comand {
        display: none;
    }

    .first_section h2 {
        font-size: 60px;
        margin-top: 185px;
    }

    .title {
        font-size: 40px;
    }

    .sub_title {
        font-size: 20px;
    }

    .curs_img_1 {
        top: 100px;
        right: 0;
        z-index: 1000;
    }

    .curs_img_2 {
        top: 270px;
        right: 130px;
    }

    .curs_content {
        padding: 100px 0 350px 0;
    }

    .curs_content h2 {
        font-size: 40px;
        line-height: 55px;
        margin-bottom: 30px;
    }

    .curs_content h3 {
        font-size: 20px;
    }

    .curs_content li {
        font-size: 20px;
    }

    .curs_content li > strong {
        font-size: 40px;
    }

    .curs_content p {
        font-size: 16px;
        margin: 30px 0;
    }

    .benefis {
        background: url('/wp-content/themes/ave-child/assets/logistic/images/bg9.png') no-repeat center center;
        background-size: cover;
        padding: 50px 0;
    }

    .benefis li {
        font-size: 18px;
        margin-top: 50px;
        padding-left: 80px;
        text-align: center;
    }

    .benefis li:nth-child(1) {
        line-height: 55px;
    }

    .curs_importance_block_1 {
        margin-top: 180px;
        height: 340px;
        padding-top: 50px;
    }

    .curs_rezult_block {
        margin-bottom: 140px;
    }

    .curs_program li:nth-child(1) {
        line-height: 55px;
    }

    .curs_program li,
    .curs_program_next li {
        font-size: 30px;
        margin-bottom: 50px;
    }

    .last_contacts_block {
        margin: 0 60px 0 0;
        padding: 30px;
    }

    .last_contact_form {
        padding: 20px;
        margin: 0 60px 0 -30px;
    }

    .first_section h4 {
        font-size: 25px;
        margin: 0;
    }

    .testimonials_text {
        height: 215px;
        margin: 65px 0 0 30px;
        padding: 40px;
    }

    #map {
        height: 500px
    }

    .maps {
        position: relative;
    }

    .maps_contacts {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        width: 50%;
        background-color: rgba(4, 4, 4, 0.7);
        padding: 90px;
    }
}
/**************************************************************************************************/
/**************************************************************************************************/
@media (min-width: 1200px) and (max-width: 1500px) {
    .head_menu{
        margin-left: 50px;
    }

    .head_menu li {
        padding: 0 20px;
    }

    .head_menu li > a {
        font-size: 16px;
    }

    .btn_green {
        width: 22%;
        height: 40px;
        font-size: 18px;
        line-height: 38px;
        margin-top: 40px;
    }

    .first_comand {
        display: none;
    }

    .first_section h2 {
        font-size: 60px;
        margin-top: 185px;
    }

    .title {
        font-size: 40px;
    }

    .sub_title {
        font-size: 20px;
    }

    .curs_img_1 {
        top: 100px;
        right: -60px;
        z-index: 1000;
    }

    .curs_img_1 img{
        width: 90%;
    }

    .curs_img_2 {
        top: 270px;
        right: 100px;
        max-width: 560px;
    }

    .curs_content {
        padding: 100px 0 350px 0;
    }

    .curs_content h2 {
        font-size: 40px;
        line-height: 55px;
        margin-bottom: 30px;
    }

    .curs_content h3 {
        font-size: 20px;
    }

    .curs_content li {
        font-size: 20px;
    }

    .curs_content li > strong {
        font-size: 40px;
    }

    .curs_content p {
        font-size: 16px;
        margin: 30px 0;
    }

    .benefis {
        background: url('/wp-content/themes/ave-child/assets/logistic/images/bg9.png') no-repeat center center;
        background-size: cover;
        padding: 50px 0;
    }

    .benefis li {
        font-size: 18px;
        margin-top: 50px;
        padding-left: 80px;
        text-align: center;
    }

    .benefis li:nth-child(1) {
        line-height: 55px;
    }

    .curs_importance_block_1 {
        margin-top: 180px;
        height: 340px;
        padding-top: 50px;
    }

    .curs_rezult_block {
        margin-bottom: 140px;
    }

    .curs_program li:nth-child(1) {
        line-height: 55px;
    }

    .curs_program li,
    .curs_program_next li {
        font-size: 30px;
        margin-bottom: 50px;
    }

    .last_contacts_block {
        margin: 0 60px 0 0;
        padding: 30px;
    }

    .last_contact_form {
        padding: 20px;
        margin: 0 60px 0 -30px;
    }

    .first_section h4 {
        font-size: 25px;
        margin: 0;
    }

    .testimonials_text {
        height: 215px;
        margin: 65px 0 0 30px;
        padding: 40px;
    }

    #map {
        height: 500px
    }

    .maps {
        position: relative;
    }

    .maps_contacts {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        width: 50%;
        background-color: rgba(4, 4, 4, 0.7);
        padding: 90px;
    }
}
/**************************************************************************************************/
/**************************************************************************************************/
@media (min-width: 991px) and (max-width: 1200px) {
    .head_menu{
        margin-left: 40px;
    }

    .head_menu li {
        padding: 0 10px;
    }

    .head_menu li > a {
        font-size: 16px;
    }
    .btn_green_st{
        font-size: 13px;
    }
    .btn_green {
        width: 22%;
        height: 40px;
        font-size: 14px;
        line-height: 38px;
        margin-top: 40px;
    }

    .first_comand {
        display: none;
    }

    .first_section h2 {
        font-size: 60px;
        margin-top: 185px;
    }

    .title {
        font-size: 40px;
    }

    .sub_title {
        font-size: 20px;
    }

    .curs_img_1 {
        top: 100px;
        right: 0;
        z-index: 1000;
        width: 450px;
    }

    .curs_img_2 {
        top: 370px;
        right: 30px;
        width: 450px;
    }

    .curs_img_2 {
        top: 270px;
        right: 70px;
    }

    .curs_content {
        padding: 100px 0 350px 0;
    }

    .curs_content h2 {
        font-size: 30px;
        margin-bottom: 30px;
    }

    .curs_content h3 {
        font-size: 20px;
    }

    .curs_content li {
        font-size: 20px;
    }

    .curs_content li > strong {
        font-size: 40px;
    }

    .curs_content p {
        font-size: 16px;
        margin: 30px 0;
    }

    .benefis {
        background: url('/wp-content/themes/ave-child/assets/logistic/images/bg9.png') no-repeat center center;
        background-size: cover;
        padding: 50px 0;
    }

    .benefis li {
        font-size: 18px;
        margin-top: 50px;
        padding-left: 80px;
        text-align: center;
    }

    .benefis li:nth-child(1) {
        line-height: 55px;
    }

    .curs_importance_block_1 {
        margin-top: 180px;
        height: 340px;
        padding-top: 50px;
    }

    .curs_rezult_block {
        margin-bottom: 140px;
    }

    .curs_program li:nth-child(1) {
        line-height: 55px;
    }

    .curs_program li,
    .curs_program_next li {
        font-size: 30px;
        margin-bottom: 50px;
    }

    .last_contacts_block {
        margin: 0 60px 0 0;
        padding: 30px;
    }

    .last_contact_form {
        padding: 20px;
        margin: 0 60px 0 -30px;
    }

    .first_section h4 {
        font-size: 25px;
        margin: 0;
    }

    .testimonials_text {
        height: 215px;
        margin: 65px 0 0 30px;
        padding: 40px;
    }

    #map {
        height: 500px
    }

    .maps {
        position: relative;
    }

    .maps_contacts {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        width: 50%;
        background-color: rgba(4, 4, 4, 0.7);
        padding: 50px;
    }
}
/**************************************************************************************************/
/**************************************************************************************************/
@media (min-width: 768px) and (max-width: 991px) {
    .head_menu{
        margin-left: 40px;
    }

    .head_menu li {
        padding: 0 10px;
    }

    .head_menu li > a {
        font-size: 16px;
    }
    .btn_green_st{
        width: 25%;
        margin: auto;
        margin-top: 45px;
    }
    .btn_green {
        width: 230px;
        height: 40px;
        font-size: 14px;
        line-height: 38px;
        margin-top: -30px;
    }

    .last_comand {
        display: none;
    }

    .logo_head {
        margin-top: 30px;
    }

    .first_section h2 {
        font-size: 40px;
        margin-top: 120px;
    }

    .title {
        font-size: 40px;
    }

    .sub_title {
        font-size: 20px;
    }

    .curs_img_1 {
        top: 100px;
        right: 0;
        z-index: 1000;
        width: 250px;
    }

    .curs_img_2 {
        top: 170px;
        right: 30px;
        width: 350px;
    }

    .curs_img_2 {
        top: 270px;
        right: 50px;
    }

    .curs_content {
        padding: 50px 0 350px 0;
    }

    .curs_content h2 {
        font-size: 25px;
    }

    .curs_content h3 {
        font-size: 16px;
    }

    .curs_content li {
        font-size: 16px;
    }

    .curs_content li > strong {
        font-size: 20px;
    }

    .curs_content p {
        font-size: 14px;
        margin: 15px 0;
    }

    .benefis {
        background: url('/wp-content/themes/ave-child/assets/logistic/images/bg9.png') no-repeat center center;
        background-size: cover;
        padding: 50px 0;
    }

    .benefis li {
        font-size: 18px;
        margin-top: 50px;
        padding-left: 80px;
        text-align: center;
    }

    .benefis li:nth-child(1) {
        line-height: 55px;
    }

    .curs_importance_block_1 {
        margin-top: 180px;
        height: 340px;
        padding-top: 50px;
    }

    .curs_rezult_block {
        margin-bottom: 140px;
    }

    .curs_program li:nth-child(1) {
        line-height: 55px;
    }

    .curs_program li,
    .curs_program_next li {
        font-size: 30px;
        margin-bottom: 50px;
    }

    .last_contacts_block {
        margin: 0 0px 30px 80px;
        padding: 30px;
    }

    .last_contact_form {
        padding: 20px;
        margin: 0 80px 0 180px;
    }

    .first_section h4 {
        font-size: 25px;
        margin: 0;
    }

    .testimonials_text {
        height: 215px;
        margin: 65px 0 0 30px;
        padding: 40px;
    }

    #map {
        height: 540px;
    }

    .last_arrow img {
        left: 80px;
    }

    .maps {
        position: relative;
    }

    .maps_contacts {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        width: 50%;
        background-color: rgba(4, 4, 4, 0.7);
        padding: 40px;
    }
}
/**************************************************************************************************/
/**************************************************************************************************/
@media (max-width: 768px) {
    .head_menu {
        display: none;
    }
	.btn_green_st {
        font-size: 13px;
        width: 200px;
        margin: auto;
        margin-top: 45px;
    }
    .btn_green {
        width: 120px;
        height: 40px;
        font-size: 12px;
        line-height: 38px;
        margin-top: 75px;
    }
	
    .last_comand {
        display: none;
    }

    .logo_head {
        margin: 30px auto;
    }

    .first_section h2 {
        font-size: 30px;
        margin-top: 50px;
    }

    .first_contacts {
        font-size: 14px;

    }

    .maps_contacts {
        left: 0;
        width: 100%;
        padding: 30px;
    }

    .about_company ul {
        display: none;
    }

    .last_contact_form h3 > strong {
        font-size: 22px;
    }

    .about_course {
        padding: 50px 0;
    }

    .title {
        font-size: 24px;
    }

    .sub_title {
        font-size: 18px;
    }

    .last_contact_form h3 {
        font-size: 18px;
    }

    .curs_img_2 {
        display: none;
    }

    .curs_img_1 {
        display: none;
    }

    .curs_content {
        padding: 50px 0 350px 0;
    }

    .curs_content h2 {
        font-size: 25px;
    }

    .curs_content h3 {
        font-size: 16px;
    }

    .curs_content li {
        font-size: 16px;
    }

    .curs_content li > strong {
        font-size: 20px;
    }

    .curs_content p {
        font-size: 14px;
        margin: 15px 0;
    }

    .benefis,
    .trainers_testimonials {
        background: url('/wp-content/themes/ave-child/assets/logistic/images/bg_589.png') no-repeat center center;
        background-size: cover;
        padding: 20px 0;
    }

    .benefis li {
        font-size: 14px;
        margin-top: 20px;
        padding-left: 60px;
    }

    .curs_importance_block_1 {
        height: 340px;
        margin-bottom: 50px;
        padding-top: 50px;
    }

    .curs_program li,
    .curs_program_next li {
        font-size: 18px;
        margin-bottom: 30px;
    }
    .last_contacts_block {
        /*margin: 0 75px 30px 75px;*/
        padding: 30px;
    }
    .last_contacts_block h4 {
        text-align: center;
        
    }
    .last_contact_form {
        padding: 20px;
        margin: 30px auto 0;
        width: 260px;
    }
    /*.last_contacts_block {
        padding: 15px;
    }

    .last_contact_form {
        padding: 10px;
        margin-top: 20px;
    }*/

    .last_arrow {
        display: none;
    }

    .first_section h4 {
        font-size: 20px;
    }

    .testimonials_text {
        background: transparent;
        border: 2px solid #fff;
        width: 100%;
        height: 215px;
        margin: 35px 0 35px 0;
        padding: 40px;
    }

    .testimonials_text {
    }

    #map {
        height: 200px
    }

    .maps_contacts {
        background-color: rgba(4, 4, 4, 0.7);
    }
}
