@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');
}

ul {
    margin: 0;
    padding: 0;
}

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

}

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

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

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

.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: 50px 0 0 80px;
}

.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 #84c100;
}

.error {
    background: url(/wp-content/themes/ave-child/assets/images/err.png) no-repeat;
    background-position: right 5px top 6px;
    background-size: 30px;
}
.btn_green_st {
    border-top: 1px solid #d7e3b1;
    background: #bac78d; /* 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;
    height: 40px;
    line-height: 38px;
    margin-top: 40px;
    font-family: 'montserrat_semi';
    color: #fff;
    text-align: center;
    text-transform: uppercase;
}

.btn_green_st:hover {
    color: #fff;
}
.btn_green {
    border-top: 1px solid #d7e3b1;
    background: #bac78d; /* 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: 25%;
    font-family: 'montserrat_semi';
    color: #fff;
    text-align: center;
    text-transform: uppercase;
}

.btn_green:hover {
    color: #fff;
}

.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_regular';
    font-size: 20px;
    color: #fff;
    text-align: center;
}

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

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

.offerts p > span {
    color: #9cba3c;
}

.offerts p > strong {
    font-size: 30px;
}

.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;
}

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

.offerts_form input[type=submit],
.send_form, 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;
}

.about_course {
    text-align: center;
}

.about_course p {
    font-family: 'montserrat_light';
    color: #5c5c5c;
    overflow: hidden;
}

.about_course h2 {
    margin-bottom: 70px;
}

.about_course_important {
    border: 4px solid #f7f7f7;
    padding: 0 30px 30px 30px;
}

.about_course_important p {
    font-size: 18px;
}

.about_company_block {
    background: url('/wp-content/themes/ave-child/assets/security/images/bg2.png') no-repeat center center;
    background-size: cover;
    padding-top: 160px;
}

.about_company_block p {
    font-family: 'montserrat_light';
    font-size: 18px;
    color: #000;
}

.first_section h4 {
    font-family: 'montserrat_light';
    color: #fff;
    text-align: center;
    font-size: 25px;
    margin: 0;
}

.about_company_block p > strong {
    font-family: 'montserrat_bold';
}

.about_company_block_btn {
    width: 360px;
    height: 135px;
    background-color: rgba(253, 253, 252, 0.2);
    margin: 100px auto;
    -webkit-box-shadow: -4px 4px 51px 0px rgba(0, 0, 0, 0.44);
    -moz-box-shadow: -4px 4px 51px 0px rgba(0, 0, 0, 0.44);
    box-shadow: -4px 4px 51px 0px rgba(0, 0, 0, 0.44);
    padding: 45px 85px;
}

.about_company_block_btn a {
    width: 195px;
    height: 40px;
    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;
}

.about_company {
    padding-top: 90px;
}

.about_company ul {
    display: table;
}

.about_course_list li {
    list-style: none;
    display: table-cell;
    font-family: 'montserrat_bold';
    color: #d4d4d3;
    border: 1px solid #e1e1e1;
    text-transform: uppercase;
    text-align: center;
}

.about_course_list li:hover {
    background: url('/wp-content/themes/ave-child/assets/security/images/22.png') no-repeat center center;
    background-size: cover;
    color: #fff !important;
    transition: 1s;
}

.about_course_list span {
    vertical-align: middle;
}

.proces {
    padding: 50px 0 20px 0;
    background: #f7f9f3;
}

.proces_block {
    width: 100%;
    border: 1px solid #e1e1e1;
    text-align: center;
}

.proces_block h3 {
    font-family: 'montserrat_bold';
    font-size: 20px;
    color: #9cba3c;
}

.proces_block h4 {
    font-family: 'montserrat_regular';
    font-size: 16px;
    color: #000;

}

.proces_block:hover.proces_block h3 {
    color: #fff !important;
}

.proces_block:hover {
    background: url('/wp-content/themes/ave-child/assets/security/images/23.png') no-repeat center center;
    background-size: cover;
}
.expert{
	padding: 40px;
}
.expert_block {
    background: url('/wp-content/themes/ave-child/assets/security/images/bg3.png') no-repeat center center;
    background-size: cover;
    padding-top: 100px;
}

.expert_block_inner {
    background-color: rgba(220, 219, 219, 0.4);
    -webkit-box-shadow: 2px 4px 46px 0px rgba(0, 0, 0, 0.42);
    -moz-box-shadow: 2px 4px 46px 0px rgba(0, 0, 0, 0.42);
    box-shadow: 2px 4px 46px 0px rgba(0, 0, 0, 0.42);
    margin-bottom: 30px;
}

.expert_block_inner p {
    font-family: 'montserrat_regular';
    color: #000;
    text-align: center;
}

.expert_block_inner p > strong {
    font-family: 'montserrat_semi';
}

.expert_social {
    background-color: #f9f9f9;
    text-align: center;
}

.expert_social_top {
    padding: 20px 0;
    background-color: #9cba3c;
    font-family: 'montserrat_light';
    font-size: 16px;
    color: #fff;
}

.expert_social_top strong {
    font-family: 'montserrat_regular';
    font-size: 18px;
    text-transform: uppercase;
}

.expert_social ul {
    padding: 20px 0;
}

.expert_social li {
    list-style: none;
    display: inline-block;
    padding: 5px;
}

.expert_curs {
    background-color: rgba(220, 219, 219, 0.4);
    -webkit-box-shadow: 2px 4px 46px 0px rgba(0, 0, 0, 0.42);
    -moz-box-shadow: 2px 4px 46px 0px rgba(0, 0, 0, 0.42);
    box-shadow: 2px 4px 46px 0px rgba(0, 0, 0, 0.42);
    border-radius: 5px;
}

.expert_curs a {
    width: 100%;
    height: 40px;
    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;
}

.last_contacts {
    background: url('/wp-content/themes/ave-child/assets/security/images/bg4.png') no-repeat center center;
    background-size: cover;
    padding: 70px 0 210px 0;
}
.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);
    margin: 0 0px 0 0;
    padding: 30px;
}
.last_contacts_block h3 {
    font-family: 'montserrat_semi';
    font-size: 25px;
    color: #010101;
    text-align: center;
}
.last_contacts_block span, .last_contacts_block h4 {
    font-family: 'montserrat_regular';
    font-size: 20px;
    color: #010101;
    display: block;
}
.last_contacts_block span > strong:before {
    content: url(/wp-content/themes/ave-child/assets/logistic/images/arrow1_1.png);
    position: relative;
    top: -2px;
    left: 115px;
}
.last_contacts_block span > strong {
    font-size: 25px;
    color: #9cba3c;
    margin-right: 30px;
}
.last_arrow{
	position: relative;
}
.last_arrow img:first-child {
    position: absolute;
    top: 55px;
    left: 250px;
    width: 45%;
}

.last_arrow img:last-child {
    position: absolute;
    top: -200px;
    left: 855px;
}
.last_arrow img:nth-child(2){
    position: absolute;
    width: 45%;
    right: -600px;
    top: 45px;
    transform: rotateZ(-90deg);
}
.last_contact_form {
    background-color: rgba(254, 254, 254, 0.3);
    width: 80%;
    margin: 0 auto;
    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,
.modal_contact_form h3 {
    font-family: 'montserrat_light';
    text-align: center;
    font-size: 25px;
    color: #444342;
}
.last_contact_form h3{
    font-size:20px;
}

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

.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;
    text-align: center;
    margin-bottom: 30px;
}

.benefis {
    margin-top: 0px;
}
.benefis img{
    margin-top: -100px;
}

.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;
}

.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 {
    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/security/images/next.png') no-repeat center center;
    background-size: cover;
}

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

.certificat_block {
    position: relative;
}

.certificat_block img {
    margin: 0 auto;
}

.cerificat {
    padding-bottom: 100px;
}

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

/*--slide---*/

.dg-container {
    margin-top: 150px;
    width: 100%;
    height: 410px;
    position: relative;
}

.dg-wrapper {
    width: 555px;
    height: 410px;
    margin: 0 auto;
    position: relative;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-perspective: 1000px;
    -moz-perspective: 1000px;
    -o-perspective: 1000px;
    -ms-perspective: 1000px;
    perspective: 1000px;
}

.dg-wrapper b {
    width: 400px;
    height: 316px;
    background: #fff;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-box-shadow: 2px 4px 46px 0px rgba(0, 0, 0, 0.42);
    -moz-box-shadow: 2px 4px 46px 0px rgba(0, 0, 0, 0.42);
    box-shadow: 2px 4px 46px 0px rgba(0, 0, 0, 0.42);
    margin-bottom: 30px;
    text-align: center;
    padding: 35px;

}

.dg-wrapper b.dg-transition {
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.dg-container nav {
    cursor: pointer;
    margin: -150px 50px 0 50px;
    z-index: 10000;
    position: relative;
}

.dg-container span {
    display: block;
    z-index: 1000;
}

.dg-prev {
    z-index: 1000;
    /*float: left;*/
    position: absolute;
    bottom: -140px;
    left: 450px;
    width: 25px;
    height: 25px;
    border: 2px solid #9cba3c;
    /*background-color: #9cba3c;*/
    border-radius: 100%;
}

.dg-prev:hover {
    background-color: #9cba3c;
}

.dg-next {
    position: absolute;
    bottom: -140px;
    right: 530px;
    width: 25px;
    height: 25px;
    border: 2px solid #9cba3c;
    border-radius: 100%;
    z-index: 1000;
}

.dg-next:hover {
    background-color: #9cba3c;
}

.slideclass {
    width: 100%;
    position: relative;
    text-align: center;
}

.testimonials_slide {
    margin-top: 90px;
}

.dg-wrapper p {
    font-family: 'montserrat_light';
    font-weight: 400;
    font-size: 14px;
    color: #5c5c5c;
    padding-bottom: 40px;
    height: 140px;
    overflow: hidden;

}

.dg-wrapper h3 {
    font-family: 'montserrat_bold';
    font-size: 20px;
    color: #5c5c5c;
}

.dg-wrapper span {
    font-family: 'montserrat_light';
    font-size: 16px;
    color: #5c5c5c;
    display: block;
    margin-bottom: 40px;
}

.test_img {
    margin-top: -85px;
}

.test_client {
    width: 80px;
    height: 80px;
    position: absolute;
    bottom: -35px;
    left: 0;
    right: 0;
    margin: auto;
}

.cert_jos {
    margin: -120px 0 0 0;
}

.modal-content {
    width: 420px;
    padding: 20px;
    background-color: #f6f7f7;
    border-radius: 1px;
}

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

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

.first_cal img {
    margin: 0 25px;
}
/************************************************************************************************************************/
@media (min-width: 1200px) {
    .head_menu li {
        padding: 0 20px;
    }

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

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

    .first_comand {
        display: none;
    }

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

    .about_course p {
        font-size: 16px;
        height: 100px;
        margin-top: 80px;
    }

    .about_course_list li {
        font-size: 20px;
        width: 25.3%;
        height: 100px;
        padding: 30px 60px;
    }

    .proces_block {
        height: 200px;
        padding: 20px;
        margin-top: 90px;
    }

    .expert_curs {
        padding: 45px 80px;
    }

    .expert_block_top {
        margin-top: 105px;
    }

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

    .expert_block_inner {
        padding: 25px;
    }

    .about_course {
        padding: 100px 0;
    }

    .title {
        font-size: 40px;
    }

    .sub_title {
        font-size: 20px;
    }
}
/************************************************************************************************************************/
@media (min-width: 991px) and (max-width: 1200px) {
    .head_menu li {
        padding: 0 10px;
    }

    .head_menu{
        margin: 50px 0 0 70px;
    }

    .head_menu li > a {
        font-size: 16px;
    }
    .btn_green {
        width: 20%;
        height: 40px;
        font-size: 14px;
        line-height: 38px;
        margin: 40px auto;
    }

    .first_comand {
        display: none;
    }

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

    .about_course p {
        font-size: 16px;
        height: 100px;
        margin-top: 80px;
    }

    .about_course_list li {
        font-size: 20px;
        width: 25.3%;
        height: 100px;
        padding: 30px 60px;
    }

    .proces_block {
        height: 200px;
        padding: 20px;
        margin-top: 90px;
    }
	.expert_curs a {
	    width: 100%;
	    font-size: 14px;
	}
    .expert_curs {
        padding: 45px 80px;
    }

    .expert_block_top {
        margin-top: 105px;
    }

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

    .expert_block_inner {
        padding: 25px;
    }

    .about_course {
        padding: 100px 0;
    }

    .title {
        font-size: 40px;
    }

    .sub_title {
        font-size: 20px;
    }
}
/************************************************************************************************************************/
@media (min-width: 768px) and (max-width: 991px) {
    .head_menu li {
        padding: 0 10px;
    }

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

    .last_comand {
        display: none;
    }

    .logo_head {
        margin-top: 30px;
    }

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

    .about_course p {
        font-size: 14px;
        margin-top: 40px;
    }

    .about_course_important {
        margin-bottom: 80px;
    }

    .about_course_list li {
        font-size: 18px;
        height: 100px;
        padding: 30px;
    }

    .proces_block {
        height: 250px;
        padding: 10px;
        margin-top: 40px;
    }

    .expert_curs {
        padding: 45px 10px;
    }
	.last_contact_form {
	    margin: 70px auto 0;
	    padding: 20px;
	}
    .expert_img_men {
        display: none;
    }

    .expert_block_inner p {
        font-size: 14px;
    }

    .expert_block_inner {
        padding: 10px;
    }

    .about_course {
        padding: 100px 0;
    }

    .title {
        font-size: 40px;
    }

    .sub_title {
        font-size: 20px;
    }
}
/************************************************************************************************************************/
@media (max-width: 768px) {
    .head_menu {
        display: none;
    }
	.btn_green_st {
		width: 200px;
	    height: 40px;
	    line-height: 38px;
	    margin: 40px auto;
	}
    .btn_green {
        width: 20%;
        height: 40px;
        font-size: 12px;
        line-height: 38px;
        margin: 30px auto;
    }

    .last_comand {
        display: none;
    }

    .logo_head {
        margin: 30px auto;
    }
	.expert_curs a {
	    width: 20%;
	    font-size: 14px;
	    margin: auto;
	}
    .first_section h2 {
        font-size: 30px;
        margin-top: 50px;
    }

    .about_course p {
        font-size: 14px;
        margin-top: 40px;
    }

    .about_course_important {
        margin-bottom: 80px;
    }

    .about_course_list li {
        font-size: 18px;
        height: 100px;
        padding: 30px;
    }
	.last_contact_form {
	    margin: 40px auto 0;
	    padding: 20px;
	}
    .proces_block {
        height: 250px;
        padding: 10px;
        margin-top: 40px;
    }

    .expert_curs {
        padding: 45px 10px;
    }

    .expert_img_men {
        display: none;
    }

    .expert_block_inner p {
        font-size: 14px;
    }

    .expert_block_inner {
        padding: 10px;
    }

    .first_contacts {
        font-size: 14px;

    }

    .benefis {
        display: none;
    }

    .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;
    }

    .testimonials {
        display: none;
    }

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

    .about_course h2 {
        margin-bottom: 20px;
    }

    .about_company_block {
        padding-top: 30px;
    }

    .about_company_block p {
        text-align: left;
    }

    .proces {
        padding: 40px 0;
    }
    .separator_resource{
        width: 90%;
    }
    .about_company_block_btn{
        width: 90%;
        padding: 33px;
        height: auto;
    }
}
/************************************************************************************************************************/
@media screen and (max-width: 992px) and (min-width: 769px){
    .head_menu{
        margin: 50px 0 0 0;
    }
    .maps_contacts{
        padding: 45px;
    }
}

}

