/*@font-face{*/
/*font-family:'EXO2_NEW_regular';*/
/*src:url('/css/fonts/exo2/static/Exo2-Regular.ttf');*/
/*}*/


/*@font-face{*/
/*font-family:'STIX_Two_Math';*/
/*src:url('/css/fonts/STIX_Two_Math/STIXTwoMath-Regular.ttf');*/
/*}*/


html body, html, body {
    font-family: EXO2_NEW_regular, Helvetica, Arial, sans-serif;
}

:root {
    --main-bg-color: forestgreen;
    --main-bg-dark-color: forestgreen;
    --main-bg-light-color: darkseagreen;
}

.blue {
    color: #2f5fac;
}

.green {
    color: #008703;
}

.first {
    display: none;
}

td, tr {
    padding: 10px;
}

.social_icons_link:hover {
    text-decoration: none;
}

.social_icons:hover {
    transform: translateY(-5px);

}

.header_scroll {
    display: none;
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 100;
    background-color: white;
    box-shadow: 0px 6px 22px -6px rgba(0, 0, 0, 0.66);

}

.display_block {
    display: block;
}

.header__menu.menu {
    background-color: #fff;
}

.header__burger--btn {
    position: relative;
    width: 40px;
    height: 40px;
    margin: 20px 20px 0 0;
    border: none;
    background-color: #fff;
}

.header__burger--btn span {
    position: absolute;
    width: 30px;
    height: 3px;
    left: 5px;
    border-radius: 5px;
    background-color: #333333;
    transition: transform .5s, opacity .5s, background-color .5s;

}

.header__burger--btn span:nth-child(1) {
    transform: translateY(-10px);
}

.header__burger--btn span:nth-child(3) {
    transform: translateY(10px);
}

.header_scroll.open .header__burger--btn span:nth-child(2) {
    opacity: 0;
}

.header_scroll.open .header__burger--btn span:nth-child(1) {
    transform: translateY(0) rotate(45deg);

}

.header_scroll.open .header__burger--btn span:nth-child(3) {
    transform: translateY(0) rotate(-45deg);
}

.menu__list.links {
    position: absolute;
    left: -700px;
    top: 0;
    width: 350px;
    display: block;
    padding: 30px;
    transition: tranform .5s;
    list-style-type: none;

}

.menu__list.position {
    position: relative;
    left: 250px;
}

.underline_link a {
    display: inline-block;
    line-height: 1;
    text-decoration: none;
    cursor: pointer;
}

#specialButton:hover {
    text-decoration: #2f5fac underline;

}

.underline_link a:after {
    background-color: var(--main-bg-color);
    display: block;
    content: "";
    height: 2px;
    width: 0%;
    transition: width .3s ease-in-out;
}

.underline_link a:hover:after,
.underline_link a:focus:after {
    width: 100%;
}

.phone_feedback {
    display: flex;
    flex-direction: row
}

@media (min-width: 400px) and (max-width: 1000px) {
    #abbr_header_name {
        display: none;
    }

    .header_licence {
        display: none;
    }
}

@media (max-width: 1200px) {
    .container {
        max-width: 1300px;
    }

    .phone_feedback {
        flex-direction: column;
    }

}

.get-consult-button {
    cursor: pointer;
    -webkit-box-shadow: 10px 9px 15px 0px rgba(34, 60, 80, 0.35);
    -moz-box-shadow: 10px 9px 15px 0px rgba(34, 60, 80, 0.35);
    box-shadow: 10px 9px 15px 0px rgba(34, 60, 80, 0.35);
}

.btn-blue-stroke:hover {
    text-transform: uppercase;
    border-radius: 25px;
    color: #fff;
    padding: 5px 25px;
    transition: all 0.3s ease-in-out;
}

.btn-green-stroke {
    width: 185px;
    text-transform: uppercase;
    background-color: var(--main-bg-color);
    color: #fff;
    /*border: 1px solid #2f5fac;*/
    border-radius: 15px;
    padding: 5px 15px;
    transition: all 0.3s ease-in-out;
}

.get-consult-button-seminar {
    cursor: pointer;
}

.get-consult-button-seminar:hover {
}

.get-consult-button:hover {
}

.btn-success:hover {
    border-radius: 10px;
    padding: 15px 40px;
    text-transform: uppercase;
    transition: all 0.5s ease-in-out;
}

.btn-green:hover {
    border-radius: 7px;
    padding: 18px 0px;
    text-transform: uppercase;
    transition: all 0.5s ease-in-out;
}

.btn-success {
    border-radius: 10px;
    padding: 15px 30px;
    text-transform: uppercase;
    transition: all 0.5s ease-in-out;
}

.btn-green {
    border-radius: 7px;
    padding: 18px 0px;
    text-transform: uppercase;
    transition: all 0.5s ease-in-out;
}

.btn-blue-stroke {

    border: 1px solid var(--main-bg-color);
}

.btn-blue-stroke:hover {

    background: var(--main-bg-color);

}

.top-banner__buttons1 {
    margin-top: 20px;
}

.top-banner__buttons {
    display: flex;
    justify-content: space-around;

}

.btn-link_add1 {
    color: var(--main-bg-color);
    border: 1px solid var(--main-bg-color);
    border-radius: 10px;
    padding: 10px;
}

.btn-link_add1:hover {
    background-color: var(--main-bg-color);
    color: #FFFFFF;
    text-decoration: none;
}

@media (max-width: 767px) {
    #courses {
        position: relative;
        padding-top: 80px;
        padding-bottom: 70px;
    }
}

@media (min-width: 768px) {
    .navbar-expand-md .navbar-nav{
        justify-content: center;
    }
}

@media (min-width: 768px) {
    #courses {
        position: relative;
        padding-top: 20px;
        padding-bottom: 40px;
    }
}

.preim-col {
    background: linear-gradient(to right,
    var(--main-bg-dark-color), 80%,
    var(--main-bg-color));
}

.preim-col {
    padding: 50px 20px 50px 10px;
    transition: all 0.3s ease-in-out;
    overflow: hidden;
    position: relative;
    height: 100%;
}

@media (max-width: 767px) {
    .docs-bg {
        height: 620px;
        border-radius: 0 0 70px 70px;
    }
}

@media (min-width: 768px) {
    .docs-bg {
        height: 620px;
        border-radius: 0 0 150px 150px;
    }
}

.read-more-btn {
    border: 1px solid #26ae04;
    color: #26ae04;
    border-radius: 7px;
    padding: 10px 20px 10px 20px;
    transition: all 0.3s ease-in-out;
    text-decoration: none;
}

.read-more-btn:hover {
    padding: 13px 20px 13px 20px;
    transition: all 0.3s ease-in-out;
    text-decoration: none;
}

.contacts {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 2;
    border-radius: 15px;
    padding: 10px;
}


.btn-green-mini:hover {
    background-image: linear-gradient(to right, #008703, #26ae04);
    border-radius: 7px;
    padding: 13px 20px 13px 20px;
    color: #fff;
    transition: all 0.3s ease-in-out;
    text-decoration: none;
}

.btn-green-mini {
    background-image: linear-gradient(to right, #008703, #26ae04);
    text-align: center;
    border-radius: 7px;
    padding: 10px 20px 10px 20px;
    color: #fff;
    transition: all 0.3s ease-in-out;
    text-decoration: none;
}

#program_item {
    box-shadow: 0px 0px 23px 0px rgba(0, 0, 0, 0.3);
    border-radius: 15px;
}

#counter_programm1 {
    border-radius: 5px 0 0 5px;
    text-align: center;
    font-size: 22px;
    padding: 10px 20px 10px 10px;
    cursor: pointer;
    color: #7b7b7b;
    background: whitesmoke;
    transition: 0.5s;
    width: 60px;
}

#program_item:hover #counter_programm1 {
    background: linear-gradient(to right, #1dca00, #077b06);
    /* background: #159d03; */
    color: white;
    transition: 0.5s;
}

.surface-green {
    border-radius: 15px;
}

#green-link {
    font-family: EXO2_NEW_regular, Helvetica, Arial, sans-serif;
    font-weight: 600;
    font-size: 16px;
}

.toast-body {
    color: #fff;
    font-family: STIX_Two_Math, Helvetica, Arial, sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    padding: 15px 30px;
    background: var(--main-bg-color);
}

.quote {
    font-family: STIX_Two_Math, Helvetica, Arial, sans-serif;
    font-weight: 600;
    color: #2a2a2a;
    line-height: 27px;
    padding: 0 0 0 50px;
    max-width: 600px;
    margin: auto;
    border-left: 5px solid var(--main-bg-color);
}

.green-surface {
    border-radius: 20px;
    padding: 40px;
    background-color: var(--main-bg-color);
}

#step-order-button {
    color: white;
    font-size: 11px;
    line-height: 14px;
    font-family: EXO2_NEW_regular, Helvetica, Arial, sans-serif;
    font-weight: 500;
    text-transform: uppercase;
    padding: 10px 20px;
    border-radius: 30px;
}

#step-order-button:hover {
}

.green-bg-quote {
    margin: 100px 0;
    background: var(--main-bg-color);
}


.social_links_header {
    margin-top: 5px;
    font-size: 20px;

}


.hover-blue {
    transition: 0.2ms;
}

.hover-blue:hover {
    transition: 0.2ms;
}


/*@font-face{*/
/*  font-family:'Lexend';*/
/*  src:url('/css/fonts/Lexend/Lexend-Regular.ttf');*/
/*}*/

html body, html, body {
    font-family: STIX_Two_Math, Helvetica, Arial, sans-serif;
}

.padding-0 {
    padding: 0;
}

.dark {
    color: #2a2a2a;
}

.medium {
    font-family: EXO2_NEW_regular, Helvetica, Arial, sans-serif;
    font-weight: 500;
}

@media (max-width: 767px) {
    #contact-txt1 {
        font-size: 15px;
        line-height: 20px;
    }
}

@media (max-width: 767px) {
    #nmc-text1 {
        font-size: 15px;
        line-height: 20px;
    }
}

@media (max-width: 767px) {
    .txt18 {
        font-size: 15px;
        line-height: 20px;
    }
}

@media (max-width: 767px) {
    #toast-title {
        font-size: 15px;
        line-height: 20px;
    }
}

@media (max-width: 767px) {
    #review-title {
        font-size: 15px;
        line-height: 20px;
    }
}

@media (max-width: 767px) {
    #webinar-card-title {
        font-size: 15px;
        line-height: 20px;
    }
}

@media (min-width: 768px) {
    #contact-txt1 {
        font-size: 18px;
        line-height: 23px;
    }
}

@media (min-width: 768px) {
    #nmc-text1 {
        font-size: 18px;
        line-height: 23px;
    }
}

@media (min-width: 768px) {
    #toast-title {
        font-size: 18px;
        line-height: 23px;
    }
}

@media (min-width: 768px) {
    .txt18 {
        font-size: 18px;
        line-height: 23px;
    }
}

@media (min-width: 768px) {
    #review-title {
        font-size: 18px;
        line-height: 23px;
    }
}

@media (min-width: 768px) {
    #webinar-card-title {
        font-size: 18px;
        line-height: 23px;
    }
}

.semibold {
    font-family: EXO2_NEW_regular, Helvetica, Arial, sans-serif;
    font-weight: 600;
}

.txt10 {
    font-size: 10px;
}


#abbr_header_name {
    font-size: 8px;
    color: black;
}

@media (max-width: 768px) {
    #abbr_header_name {
        display: none;
    }
}

#header_name {
    font-size: 13px;
    line-height: 19px;
}

#header_name {


    font-size: 16px;
}

.header_name, #abbr_header_name {

    /*text-align: justify;*/
}

.logo_header {
    width: 115%;
}

@media (max-width: 768px) {
    .logo_header {
        width: 100%;
        margin-bottom: 10px;
    }
}

#new-content_mobile {
    padding: 20px 30px;
    margin-top: 30px;
}

#img_block1_news_mobile {
    height: 110%;
    border-radius: 10px 10px 0 0;
    object-fit: cover;
    max-width: 380px;
}

.img_news {
    width: 100%;
    position: sticky;
    top: 10px;
    margin-left: 25px
}

#content_mobile_common {
    padding: 10px;
    border-radius: 10px;
    height: 430px;
}

@media (max-width: 768px) {
    #header_name {
        font-size: 15px;
        line-height: 19px;
        margin: 2px -40px 2px 0;
        font-weight: 700;
    }

    .img_news {
        margin-left: 0px;
    }

}

.light-grey {
    color: #9e9e9e;
}

.search-input-green {
    border: 2px solid #26ae04;
    padding: 20px 50px 20px 60px;
    width: 100%;
    border-radius: 10px;
    background-image: url("../../assets/img/search-green.png");
    background-size: auto;
    background-repeat: no-repeat;
}

.search-input {
    border: 2px solid #b8b8b8;
    padding: 15px 50px 15px 15px;
    width: 100%;
    border-radius: 10px;
    background-image: url("../../assets/img/search.png");
    background-position: 97%;
    background-size: auto;
    background-repeat: no-repeat;
}

#search-input {
    /*outline: none;*/
    /* border: none;*/
    border: 2px solid #b8b8b8;
    padding: 10px 50px 10px 15px;
    border-radius: 15px;
    /*border-top-left-radius: 10px;*/
    /*border-bottom-left-radius: 10px;*/
    /*border-right: none;*/
    margin-left: -50px;
}

@media (min-width: 520px) and (max-width: 570px) {
    #search-input {
        margin-left: 20px;

    }
}

#search_btn {

    border: none;
    background-color: white;
    margin-left: -42px;
}

.search_glass {
    transform: translateX(-13px);
}

/*#search-input {*/
/*  border: 2px solid #b8b8b8;*/
/*  padding: 10px 50px 10px 15px;*/
/*  border-top-left-radius: 10px;*/
/*  border-bottom-left-radius: 10px;*/
/*  border-right: none;*/
/*  !*margin-left: -50px;*!*/


/*}*/
/*#search_btn {*/
/*  border-top-right-radius: 10px;*/
/*  border-bottom-right-radius: 10px;*/
/*  border: 2px solid #b8b8b8;*/
/*}*/

.txt14 {
    font-size: 14px;
    line-height: 18px;
}

button:focus {
    outline: none;
}

input:focus {
    outline: none;
}

input::placeholder {
    color: #bebebe;
}

.txt12 {
    font-size: 12px;
}

@media (max-width: 575px) {
    #review-txt1 {
        font-size: 14px;
    }
}

@media (max-width: 575px) {
    #contact-txt2 {
        font-size: 14px;
    }

}

@media (max-width: 575px) {
    .txt16 {
        font-size: 10px;
    }

    .txt14 {
        font-size: 12px;
    }
}

@media (max-width: 575px) {
    .quote {
        font-size: 14px;
    }
}

@media (max-width: 575px) {
    #new-text-2 {
        font-size: 14px;
    }
}

@media (max-width: 575px) {
    #new-text-1 {
        font-size: 14px;
    }
}

@media (max-width: 575px) {
    #news-title-date {
        font-size: 14px;
    }
}

@media (max-width: 575px) {
    #news-title {
        font-size: 14px;
    }
}

@media (max-width: 575px) {
    #param-text2 {
        font-size: 14px;
    }
}

@media (min-width: 576px) {
    #review-txt1 {
        font-size: 16px;
        line-height: 20px;
    }
}

@media (min-width: 576px) {
    #contact-txt2 {
        font-size: 16px;
        line-height: 23px;
    }
}

@media (min-width: 576px) {
    .txt16 {
        font-size: 16px;
        line-height: 20px;
    }
}

@media (min-width: 576px) {
    .quote {
        font-size: 16px;
        line-height: 20px;
    }
}

@media (min-width: 576px) {
    #new-text-2 {
        font-size: 16px;
        line-height: 26px;
    }
}

@media (min-width: 576px) {
    #new-text-1 {
        font-size: 16px;
        line-height: 26px;
    }
}

@media (min-width: 576px) {
    #news-title-date {
        font-size: 16px;
        line-height: 20px;
    }
}

@media (min-width: 576px) {
    #news-title {
        font-size: 16px;
        line-height: 20px;
    }
}

@media (min-width: 576px) {
    #param-text2 {
        font-size: 16px;
        line-height: 20px;
    }
}

.btn-green-stroke2:hover {
    background: #008703;
    border-radius: 10px;
    padding: 20px 25px;
    color: #fff;
    transition: all 0.5s ease-in-out;
    text-decoration: none;
}


.btn-green-stroke2 {
    border: 2px solid #008703;
    border-radius: 10px;
    padding: 20px 15px;
    transition: all 0.5s ease-in-out;
    color: #008703;
    text-decoration: none;
}

.btn-green-stroke:hover {
    color: var(--main-bg-color);
    background-color: #fff;
    border: 1px solid var(--main-bg-color);
}


.green {
    color: #008703;
}

.blue {
    color: #2f5fac;
}

#header {
    padding-top: 10px;
    padding-bottom: 10px;
}

#top-banner {
    /*background-color: #eee;*/
    /*background-image: url("../../assets/img/header_bg.jpg");*/
    background-repeat: no-repeat;
}

@media (min-width: 300px) and (max-width: 500px) {
    #search-input {
        margin-left: -22px;
    }

    .bad_vision {
        margin-left: 35px;
    }
}

@media (max-width: 767px) {
    .menu {
        background: #fff;
        padding: 8px;
        box-shadow: 0 0 50px rgba(0, 0, 0, 0.15);
        margin: 0 20px;
        display: block;
        border-radius: 10px;
        color: #000;
    }

}

@media (min-width: 768px) {
    .menu {
        background: rgba(42, 42, 42, 0.4);
        padding: 0px;
    }
}

@media (max-width: 767px) {
    .navbar-light .navbar-nav .nav-link {
        color: #000;
        text-transform: uppercase;
        letter-spacing: 0.3px;
        font-size: 13px;
        margin-bottom: 5px;
        margin-top: 5px;
        text-align: center;
    }
}

@media (min-width: 768px) {
    .navbar-light .navbar-nav .nav-link {
        color: #fff;
        text-transform: uppercase;
        letter-spacing: 0.3px;
    }
}

.txt11 {
    font-size: 11px;
    /*line-height: 14px;*/
}

.navbar-light .navbar-nav .nav-link:focus {
    font-family: EXO2_NEW_regular, Helvetica, Arial, sans-serif;
    color: #fff;
    font-weight: 700;
}

@media (max-width: 767px) {
    .navbar-light .navbar-nav .nav-link:hover {
        font-family: EXO2_NEW_regular, Helvetica, Arial, sans-serif;
        color: #fff;
        font-weight: 700;
        background: #008703;
    }
}

@media (min-width: 768px) {
    .navbar-light .navbar-nav .nav-link:hover {
        font-family: EXO2_NEW_regular, Helvetica, Arial, sans-serif;
        color: #fff;
        font-weight: 700;
    }
}

@media (min-width: 1200px) {
    .navbar-light .navbar-nav .nav-link {
        padding-left: 18px;
        padding-right: 18px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .navbar-light .navbar-nav .nav-link {
        padding-left: 20px;
        padding-right: 20px;
    }
}

#title_programm_link {
    color: black;
    text-transform: uppercase;
    font-size: 22px;
}

/*.title-row-catalog {*/
/*  padding-top: 90px;*/
/*  padding-bottom: 190px;*/
/*}*/


.title-row1 {
    padding-top: 50px;
    padding-bottom: 50px;
}

@media (min-width: 768px) {
    .title-row {
        padding-top: 80px;
        padding-bottom: 80px;
    }
}

@media (max-width: 767px) {
    .title-row {
        padding-top: 10px;
        padding-bottom: 50px;
    }
}

@media (max-width: 575px) {
    .txt33 {
        font-size: 22px;
        line-height: 28px;
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    .txt33 {
        font-size: 27px;
        line-height: 34px;
    }
}

@media (min-width: 768px) {
    .txt33 {
        font-size: 33px;
        line-height: 40px;
    }
}

.bold {
    font-family: EXO2_NEW_regular, Helvetica, Arial, sans-serif;
    font-weight: 700;
}

.title-bg2:hover {
    background: rgba(42, 42, 42, 0.75);
    transition: all 0.5s ease-in-out;
}

.title-bg:hover {
    background: rgba(42, 42, 42, 0.75);
    transition: all 0.5s ease-in-out;
}

@media (max-width: 991px) {
    .title-bg-white:hover {
        background: rgba(255, 255, 255, 0.75);
        transition: all 0.5s ease-in-out;
    }
}

@media (max-width: 575px) {
    .title-bg {
        background: rgba(42, 42, 42, 0.5);
        border-radius: 10px;
        padding: 30px;
        transition: all 0.5s ease-in-out;
        margin-bottom: 20px;
    }
}

@media (max-width: 575px) {
    .title-bg2 {
        background: rgba(42, 42, 42, 0.5);
        border-radius: 10px;
        padding: 30px;
        transition: all 0.5s ease-in-out;
        margin-bottom: 20px;
    }
}

@media (max-width: 991px) {
    .title-bg-white {
        background: rgba(255, 255, 255, 0.5);
        border-radius: 10px;
        padding: 30px;
        transition: all 0.5s ease-in-out;
        margin-bottom: 20px;
    }
}

@media (min-width: 576px) {
    .title-bg {
        background: rgba(42, 42, 42, 0.5);
        border-radius: 10px;
        padding: 30px 20px 20px 30px;
        transition: all 0.5s ease-in-out;
        margin-bottom: 20px;
    }
}

@media (min-width: 576px) and (max-width: 1199px) {
    .title-bg2 {
        /*background: rgba(42,42,42,0.5);*/
        border-radius: 10px;
        padding: 50px 30px 30px 40px;
        transition: all 0.5s ease-in-out;
        margin-bottom: 20px;
    }
}

.mar-t-b-5 {
    margin-top: 5px;
    margin-bottom: 5px;
}

.white-form {
    background: rgba(255, 255, 255, 0.95);
    border-radius: 10px;
    padding: 30px 30px 15px 30px;
    text-align: center
}

.blue-form-text {
    color: white;
}


.text-input {
    padding: 25px 15px;
    border: 1px solid #b1b1b1;
    border-radius: 7px;
    margin-bottom: 10px;
}


@media (max-width: 575px) {
    #navcol-1 {
        position: absolute;
        top: 49px;
        left: 0;
        right: -300%;
        background: rgb(255, 255, 255);
        z-index: 10;
        border-radius: 10px;
        padding-bottom: 20px;
        padding-top: 20px;
        box-shadow: 0 0 50px rgba(0, 0, 0, 0.1);
        margin-left: 15px;
        margin-right: 15px;
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    #navcol-1 {
        position: absolute;
        top: 50px;
        left: 0;
        right: -490%;
        background: rgba(255, 255, 255, 0.95);
        z-index: 10;
        border-radius: 10px;
        padding-bottom: 20px;
        padding-top: 20px;
        box-shadow: 0 0 50px rgba(0, 0, 0, 0.1);
    }
}

@media (min-width: 768px) {
    #navcol-1 {
        max-width: 1240px;
        margin: auto;
    }
}

@media (min-width: 1200px) {
    #top-banner {
        background-position: center;
        background-size: auto;
    }
}

@media (max-width: 575px) {
    #top-banner {

        background-position: 55%;
        background-size: cover;
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    #top-banner {
        background-position: center;
        background-size: cover;
    }
}

@media (min-width: 768px) and (max-width: 1199px) {
    #top-banner {
        background-position: 59% center;
        background-size: auto;
    }
}

.menu {
    position: relative;
}

#top-banner {
    position: relative;
    height: 620px;
}

#top-banner.success, #top-banner.error {
    height: 0px;
}

.parallax-bg {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    overflow: hidden;
    display: block;
    z-index: 0;
}

.image-bg, .image-bg2 {
    display: block;
    margin: auto;
    position: absolute;
    bottom: 0;
    left: -1000px;
    right: -1000px;
}

/*@media (max-width: 767px) {*/
/*#news {*/
/*padding-top: 80px;*/
/*padding-bottom: 100px;*/
/*overflow: hidden;*/
/*}*/
/*}*/

/*@media (min-width: 768px) {*/
/*#news {*/
/*padding-top: 150px;*/
/*padding-bottom: 100px;*/
/*overflow: hidden;*/
/*}*/
/*}*/

.txt120 {
    font-size: 120px;
    line-height: 120px;
}

.extrabold {
    font-family: EXO2_NEW_regular, Helvetica, Arial, sans-serif;
    font-weight: 800;
}

.back-title {
    text-transform: uppercase;
    opacity: 0.05;
    margin-top: -140px;
}

@media (min-width: 576px) and (max-width: 767px) {
    #employment-title {
        font-size: 30px;
        line-height: 37px;
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    #score-title {
        font-size: 30px;
        line-height: 37px;
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    #employment-title3 {
        font-size: 30px;
        line-height: 37px;
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    .txt40 {
        font-size: 30px;
        line-height: 37px;
    }
}

@media (max-width: 575px) {
    #employment-title3 {
        font-size: 25px;
        line-height: 31px;
    }
}

@media (max-width: 575px) {
    .txt40 {
        font-size: 25px;
        line-height: 31px;
    }
}

@media (min-width: 576px) {
    #employment-title2 {
        font-size: 30px;
        line-height: 35px;
    }
}

@media (max-width: 575px) {
    #employment-title2 {
        font-size: 25px;
        line-height: 31px;
    }
}

@media (max-width: 575px) {
    #employment-title {
        font-size: 25px;
        line-height: 31px;
    }
}

@media (max-width: 575px) {
    #score-title {
        font-size: 25px;
        line-height: 31px;
    }
}

@media (min-width: 768px) {
    #employment-title {
        font-size: 40px;
        line-height: 47px;
    }
}

@media (min-width: 768px) {
    #score-title {
        font-size: 40px;
        line-height: 47px;
    }
}

@media (min-width: 768px) {
    #employment-title3 {
        font-size: 40px;
        line-height: 47px;
    }
}

@media (min-width: 768px) {
    .txt40 {
        font-size: 40px;
        line-height: 47px;
    }
}

.uppercase {
    text-transform: uppercase;
}

.link-more:hover {
    font-weight: 700;
}

.new-card {
    background: #fff;
    border-radius: 10px;
    /*border: rgba(216, 216, 216, 0.34) 1px solid;*/
    /*box-shadow: 0 4px 10px rgba(0, 0, 0, .2);*/
    -webkit-box-shadow: 2px 5px 19px 0px rgba(34, 60, 80, 0.19);
    -moz-box-shadow: 2px 5px 19px 0px rgba(34, 60, 80, 0.19);
    box-shadow: 2px 5px 19px 0px rgba(34, 60, 80, 0.19);
    min-height: 450px;
    border: none;
    /*text-align: -webkit-center;*/
}

.new-img {
    height: 250px;
    background-color: #e0e0e0;
    border-radius: 10px 10px 0 0;
    background-position: top;
    background-size: cover;
    background-repeat: no-repeat;
}

.new-content {
    padding: 20px 30px;
}

.owl-item {
    margin-top: 40px;
    margin-bottom: 20px;
}

#js-carousel-1 .owl-stage-outer {
    overflow: visible;
}

.owl-dots {
    text-align: center;
    margin-top: -30px;
}


.top-index {
    position: relative;
    z-index: 10;
}

@media (min-width: 1300px) {
    .full-width {
        padding-left: 7%;
        padding-right: 7%;
    }
}

.courses-surface {
    margin-top: 20px;
    background-color: #fff;
    border-radius: 15px;
    box-shadow: 0 0 50px rgba(0, 0, 0, 0.1);
}

@media (min-width: 768px) {
    #tabIntership.nav-tabs .nav-item {
        width: 25%;
        padding: 15px 0 0 0;
    }
}

@media (min-width: 768px) {
    .nav-tabs .nav-item {
        width: 33%;
        padding: 15px 0 0 0;
    }
}

.nav-link {
    font-family: EXO2_NEW_regular, Helvetica, Arial, sans-serif;
    color: #9d9d9d;
    font-weight: 400;
    border: none;
}

.nav-link.active {
    font-family: EXO2_NEW_regular, Helvetica, Arial, sans-serif;
    color: #2a2a2a;
    font-weight: 700;
    height: 100%;
    background-color: var(--main-bg-color);
}

@media (max-width: 575px) {
    #tabContent {
        padding: 20px;
    }
}

@media (min-width: 576px) {
    #tabContent {
        padding: 50px;
    }
}

.nav-tabs .nav-link.active img {
    opacity: 1;
    transition: all 0.5s ease-in-out;
}

.nav-tabs .nav-link img {
    opacity: 0.35;
    transition: all 0.5s ease-in-out;
}

.nav-tabs .nav-link {
    border: none;
    /*line-height: 50px;*/
    transition: all 0.3s ease-in-out;
    padding: 20px 0;
}

@media (max-width: 767px) {
    .nav-tabs .nav-link.active {
        padding: 20px 0 20px 0;
        border-radius: 15px;
    }
}

@media (min-width: 768px) {
    .nav-tabs .nav-link.active {
        margin-left: 20px;
        margin-right: 20px;
        /*line-height: 50px;*/
        border-radius: 10px 10px 0 0;
        /*padding: 10px 0 20px 0;*/
        height: 100%;
    }
}

a:hover {
    color: #26ae04;
}

.courses-img {
    border: 2px solid #fff;
    border-radius: 10px;
    box-shadow: 0 0 50px rgba(0, 0, 0, 0.1);
    width: 100%;
    max-width: 450px;
    height: 300px;
    background-position: top right;
    background-size: auto;
    background-repeat: no-repeat;
    position: relative;
}

.courses_img3_out {
    position: absolute;
    top: -61px;
    right: 47px;
    /*opacity: 0.5;*/
}

.courses_img2_out {
    position: absolute;
    top: -35px;
    right: 60px;
    /*opacity: 0.5;*/
}

.courses_img1_out {
    position: absolute;
    top: -39px;
    right: 22px;
}

.med-catogory-tabs .active .med-catogory-tab img {
    filter: invert(0%);
    margin-right: 10px;
}

.med-catogory-tabs .active .med-catogory-tab p {
    color: #ffffff;
}

.med-catogory-tabs img {
    filter: invert(80%);
    margin-right: 10px;
}

.med-catogory-tab:hover {
    background-color: #f7d625;
    transition: all 0.3s ease-in-out;
}

@media (max-width: 575px) {
    .med-catogory-tab {
        padding: 10px;
        border-radius: 10px;
        transition: all 0.3s ease-in-out;
    }
}

@media (min-width: 576px) {
    .med-catogory-tab {
        /*background-color: #eee;*/
        padding: 30px;
        border-radius: 10px;
        transition: all 0.3s ease-in-out;

    }
}

.font25 {
    font-size: 20px;
}

.med-catogory-tabs a {
    text-decoration: none;
}

.med-catogory-tabs {
    max-width: 900px;
}

.med-catogory-tabs .active .med-catogory-tab {
    background-color: #26ae04;
}

.carousel-indicators {
    margin-right: 0;
    margin-left: 0;
    /*position: relative;*/
    /*top: 0;*/
}

.courses-list-content {
    margin-top: 50px;
}

.courses-list {
    list-style-image: url("../../assets/img/check.png");
    list-style-position: inside;
    padding: 0;
}

.courses-list a:hover {
    color: #26ae04;
}

.courses-list a {
    color: #4a4a4a;
    text-decoration: none;
    font-weight: 500;
}

.courses-list li {
    padding: 12px 0;
    border-bottom: 1px dotted #a4a4a4;
}

.div-btn {
    padding: 20px 0;
    margin-top: 20px;
}

.btn-green-stroke2:hover img {
    filter: brightness(0%) invert(100%);
    transition: all 0.5s ease-in-out;
}

.btn-green-stroke2 img {
    margin-left: 8px;
    margin-top: -3px;
    transition: all 0.5s ease-in-out;
}

@media (max-width: 575px) {
    .tabs-img {
        display: block;
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    .tabs-img {
        display: inline-block;
    }
}

@media (min-width: 768px) and (max-width: 1499px) {
    .tabs-img {
        display: block;
    }
}

@media (min-width: 1500px) {
    .tabs-img {
        display: inline-block;
    }
}

@media (max-width: 575px) {
    .col-tabs {
        position: relative;
        height: 330px;
        margin-top: 30px;
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    .col-tabs {
        position: relative;
        height: 170px;
        margin-top: 30px;
    }
}

@media (min-width: 768px) and (max-width: 1199px) {
    .col-tabs {
        position: relative;
        height: 110px;
        margin-top: 30px;
    }
}

@media (max-width: 767px) {
    .courses-surface .nav {
        display: block;
    }
}

@media (min-width: 992px) {
    .search-input-green {
        background-position: 1%;
    }
}

@media (max-width: 991px) {
    .search-input-green {
        background-position: 3%;
    }
}

@media (max-width: 767px) {
    .margin-sm-auto {
        margin: auto;
    }
}

.preim-col-bg {
    background-color: gold;
    width: 100%;
    padding-left: 5px;
    transition: all 0.3s ease-in-out;
    overflow: hidden;
    height: 100%;
}

#preim {
    padding-bottom: 100px;
    position: relative;
    overflow: hidden;
}

.pad-t-b-10 {
    padding-top: 10px;
    padding-bottom: 10px;
}


.preim-col:hover {
    background: url("../../assets/img/ico11_bg.png") -70px center no-repeat, linear-gradient(to right, rgba(0, 135, 3, 0), rgba(38, 174, 4, 0));
    transition: all 0.3s ease-in-out;
    overflow: hidden;
}

.preim-col:hover img {
    /*filter: invert(80%);*/
}

.preim-col:hover p {
    filter: invert(80%);
}

.preim-col-bg-img {
    position: absolute;
    top: 0;
    left: -50px;
}

.pad-t-b-5 {
    padding-top: 5px;
    padding-bottom: 5px;
}


.teacher-card {
    background: #e0e0e0;
    border-radius: 10px;
    box-shadow: 0 0 50px rgba(0, 0, 0, 0.1);
    border: 2px solid #fff;
    padding: 40px 20px;
    height: 300px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    max-width: 450px;
    margin: 50px auto 0 auto;
    position: relative;
}

.txt22 {
    font-size: 22px;
    line-height: 27px;
}

.txt13 {
    font-size: 13px;
    line-height: 16px;
}

.btn-consult {
    background: #008703;
    color: #fff;
    padding: 10px 15px;
    border-radius: 7px;
    transition: all 0.3s ease-in-out;
}

.btn-consult:hover {
    color: #2a2a2a;
    text-decoration: none;
    background: #f7d625;
    padding: 10px 30px;
    transition: all 0.3s ease-in-out;
}

.teacher-img {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 1;
    /*width: 70%;*/
}

.mar-bot-30 {
    margin-bottom: 30px;
}


@media (max-width: 767px) {
    .docs-row {
        margin-top: 40px;
    }
}

@media (min-width: 768px) {
    .docs-row {
        margin-top: 105px;
    }
}

.doc {
    border-radius: 10px;
    border: 2px solid #fff;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    box-shadow: 0 0 50px rgba(0, 0, 0, 0.1);
    overflow: hidden;
}

.doc-grad {
    width: 100%;
    height: 100%;
    background: linear-gradient(to top, rgba(0, 64, 1, 0.8), rgba(0, 64, 1, 0) 50%);
    transition: all 0.3s ease-in-out;
}

.doc-grad:hover {
    width: 100%;
    height: 100%;
    background: rgba(0, 64, 1, 0.7);
    transition: all 0.3s ease-in-out;
    padding-bottom: 30%;
}

.doc-grad-hover {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 30px;
    transition: all 0.3s ease-in-out;
    padding: 0 30px;
}

.doc-read-more {
    color: #ed8419;
}

.doc-read-more:hover {
    color: #ed8419;
}

.btn-yellow {
    background: #f7d625;
    padding: 10px 20px;
    border-radius: 7px;
    transition: all 0.3s ease-in-out;
}

.btn-yellow:hover {
    color: #3e3e3e;
    text-decoration: none;
    padding: 10px 30px;
    transition: all 0.3s ease-in-out;
}

@media (max-width: 991px) {
    .doc-grad:hover .doc-grad-hover {
        transition: all 0.3s ease-in-out;
        bottom: 50px;
    }
}

@media (min-width: 992px) {
    .doc-grad:hover .doc-grad-hover {
        transition: all 0.3s ease-in-out;
        bottom: 150px;
    }
}

.doc-grad:hover .doc-read-more {
    display: flex;
}

.doc-read-more {
    display: none;
}

.btn-yellow {
    display: none;
}

.doc-grad:hover .btn-yellow {
    display: inline-block;
}

.btn-all-doc {
    border: 1px solid #ed8419;
    border-radius: 7px;
    padding: 13px 20px 10px 20px;
    color: #fff;
    background: #ed8419;
    transition: all 0.3s ease-in-out;
}


.btn-all-doc:hover {
    background: #b16415;
    border: 1px solid #ed8419;
    color: #fff;
    padding: 13px 30px 10px 30px;
    transition: all 0.3s ease-in-out;
}


.btn-all-doc img {
    filter: brightness(0%) invert(100%);
    /*transition: all 0.3s ease-in-out;*/
}

.btn-all-doc:hover img {
    filter: brightness(0%) invert(100%);
    transition: all 0.3s ease-in-out;
}

.read-more-btn:hover img {
    filter: brightness(0%) invert(100%);
    transition: all 0.3s ease-in-out;
}

@media (min-width: 992px) {
    .doc {
        height: 390px;
    }
}

@media (max-width: 991px) {
    .doc {
        height: 300px;
    }
}

#reviews {
    position: relative;
    overflow: hidden;
    padding-top: -60px;
    padding-bottom: 20px;
}

.light {
    font-family: EXO2_NEW_regular, Helvetica, Arial, sans-serif;
    font-weight: 300;
}

@media (max-width: 575px) {
    .txt30 {
        font-size: 25px;
        line-height: 30px;
    }
}

@media (min-width: 576px) {
    .txt30 {
        font-size: 30px;
        line-height: 35px;
    }
}

.rev-surf-1 {
    /*background: #fff;*/
    /*border-radius: 10px;*/
    /*box-shadow: 0 0 50px rgba(4, 2, 7, 0.61);*/
    padding: 10px 0;
    margin: 20px auto;

    -webkit-box-shadow: 7px 12px 25px 7px rgba(34, 60, 80, 0.23);
    -moz-box-shadow: 7px 12px 25px 7px rgba(34, 60, 80, 0.23);
    box-shadow: 7px 12px 25px 7px rgba(34, 60, 80, 0.23);


    background: white;

    border-radius: 5px;

}

.rev-surf-2 {
    background: #fff;
    border-radius: 20px;
    /*box-shadow: 0 0 50px rgba(32,79,121,0.1);*/
    padding: 30px 40px 0 40px;
    position: relative;
    z-index: 1;
}

.avatar {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    border: 5px solid #fff;
    background-color: #f3f6f9;
}

.quotes {
    position: absolute;
    top: -35px;
}

.relative {
    position: relative;
}

.grey {
    color: #747c91;
}

.review-footer {
    border-top: 1px solid #f3f6f9;
    padding: 15px 0;
    height: 50px;
}

@media (min-width: 1200px) {
    .avatar {
        margin-top: -95px;
    }
}

@media (max-width: 1199px) {
    .avatar {
        margin: -95px auto 0 auto;
    }
}

#certificate {
    overflow: hidden;
}

.frame-div img {
    position: absolute;
    left: -100px;
    right: -100px;
    margin: auto;
    top: -100px;
    bottom: -100px;
}

.frame-div {
    position: relative;
    z-index: 1;
}

.certificate-img {
    width: 200px;
    height: 284px;
    background-color: #e0e0e0;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 0;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.txt15 {
    font-size: 15px;
    line-height: 20px;
}

.certif-title {
    width: 200px;
    background-color: #ffa500ba;
    border-radius: 10px;
    padding: 15px 10px;
    position: absolute;
    z-index: 2;
    box-shadow: 0 0 50px rgba(0, 0, 0, 0.15);
    bottom: -20px;
    left: 0;
    right: 0;
    margin: auto;
}

@media (max-width: 1199px) {
    .certificate {
        transform: scale(0.8);
        position: relative;
    }
}

@media (min-width: 1200px) {
    .frame-div {
        height: 450px;
    }
}

@media (max-width: 1199px) {
    .frame-div {
        height: 460px;
    }
}

#cta {
    position: relative;
    margin-top: 100px;
}

.opacity10 {
    opacity: 0.1;
}

.green-bg {
    background-color: #008703;
}

@media (max-width: 767px) {
    .cta-woman {
        position: absolute;
        bottom: 0;
        left: -100px;
        right: -100px;
        margin: auto;
        width: 280px;
    }
}

@media (min-width: 768px) and (max-width: 1199px) {
    .cta-woman {
        position: absolute;
        bottom: 0;
        left: -100px;
        right: -100px;
        margin: auto;
    }
}

@media (min-width: 1200px) {
    .cta-woman {
        position: absolute;
        bottom: 0;
        left: -100px;
        right: -100px;
        margin: auto;
    }
}

.txt20 {
    font-size: 20px;
    line-height: 25px;
}

.cta-list li {
    font-size: 17px;
    padding: 10px 0;
    list-style-image: url("../../assets/img/check-white.png");
}

.cta-list {
    padding-left: 20px;
}

.cta-white-bg {
    background-color: #fff;
    border-radius: 10px;
    padding: 30px;
}

.text-input-form {
    border: 1px solid #aaaeaa;
    padding: 22px 10px 27px 20px;
    border-radius: 8px;
    margin-bottom: 10px;
}

@media (max-width: 767px) {
    .cta-content {
        padding-top: 50px;
    }
}

.col-form {
    margin-bottom: 50px;
}

html {
    /*overflow-x: hidden;*/
}

.map-div {
    /*filter: grayscale(100%);*/
    /*padding-top: 150px;*/
}


.gradient {
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 0));
    height: 250px;
    position: relative;
    margin-top: -600px;
    z-index: 1;
}

.map-code {
    z-index: 0;
    position: relative;
    width: 60%;
    margin-top: 40px;
}

.inner-stroke {
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 10px;
    padding: 30px;
    box-shadow: inset 0 0 0 1px #61c161, 0 2px 4px rgb(4 193 140 / 44%);
    color: white;
}

@media (max-width: 991px) {
    .map-code {

    }
}

@media (max-width: 700px) {
    .map-code {
        width: 100%;
        padding-top: 90px;
        height: 500px;
        margin-top: 0px;
    }
}

@media (min-width: 992px) {
    #contacts {
        height: 200px;
    }
}

@media (max-width: 991px) {
    #contacts {
        height: 310px;
    }
}

.map-cont {
    margin-top: 60px;
    margin-bottom: 60px;
    filter: grayscale(100%);
    width: 50%;
}

#footer {
    padding-top: 40px;
    padding-bottom: 40px;
    /*background-color: #2a2a2a;*/
    background-color: #3e3e3e;
    /*background-color: rgba(0, 128, 0, 1);*/
    margin-top: -10px;
}

.footer_links {
    color: white;
    font-size: 11px;
    font-weight: 600;
}

.footer_text {
    color: whitesmoke;
}

.footer_links:hover {
    color: #e7e7e7;
}

.footer_text:hover {
    color: #e7e7e7;
}

.social_links_footer {
    text-align: center;
    padding: 5px;
    font-size: 16px
}

.social_links_footer a {
    color: white;
}


@media (min-width: 768px) {
    .certif-row {
        margin-bottom: 40px;
    }
}

@media (max-width: 767px) {
    .all-button {
        margin-top: 30px;
    }
}

@media (max-width: 991px) {
    #cta {
        overflow: hidden;
    }
}

@media (max-width: 767px) {
    .nav-item:nth-child(even) {
        background-color: #eee;
    }
}

@media (min-width: 1700px) {
    .review-text {
        height: 500px;
        overflow: hidden;
    }
}

@media (min-width: 1500px) and (max-width: 1699px) {
    .review-text {
        height: 600px;
        overflow: hidden;
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    .review-text {
        height: 280px;
        overflow: hidden;
    }
}

@media (min-width: 768px) and (max-width: 1199px) {
    .review-text {
        height: 250px;
        overflow: hidden;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .review-text1 {
        height: 360px;
        overflow: hidden;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .review-text1 {
        height: 360px;
        overflow: hidden;
    }
}

@media (min-width: 1200px) {
    .review-text1 {
        overflow: hidden;
    }
}

@media (min-width: 1200px) and (max-width: 1499px) {
    .review-text {
        height: 380px;
        overflow: hidden;
    }
}


.owl-carousel button.owl-dot {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    border: none;
    background: #e0e0e0;
    margin: 0 3px;
}

.owl-carousel button.owl-dot.active {
    background: #008703;
    width: 10px;
    height: 10px;
}

button {
    padding: 0;
}

.certificate {
    cursor: pointer;
    transition: all 0.3s ease-in-out;
}

.certificate:hover {
    transform: scale(1.05);
    transition: all 0.3s ease-in-out;
}

.navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show > .nav-link {
    color: #fff;
}

@media (max-width: 767px) {
    .navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show > .nav-link {
        color: #000000;
    }
}


.menu .nav-item .nav-link {
    padding-top: 13px;
}


.quiz-bg {
    background: url("../../assets/img/ico24.png"), #fff;
    background-repeat: no-repeat;
    background-position: -10px -10px;
    border-radius: 10px;
    box-shadow: 0 0 50px rgba(0, 0, 0, 0.15);
    padding: 30px 50px;
    position: relative;
    z-index: 10;
}

.txt25 {
    font-size: 25px;
    line-height: 30px;
}

#quizCarousel .carousel-indicators li.active {
    background: #3e3e3e;
    color: #fff;
    border: none;
}

@media (max-width: 575px) {
    #quizCarousel .carousel-indicators li {
        padding: 3px 10px;
        margin-bottom: 5px;
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    #quizCarousel .carousel-indicators li {
        padding: 5px 10px;
    }
}

@media (min-width: 768px) and (max-width: 1199px) {
    #quizCarousel .carousel-indicators li {
        padding: 5px 20px;
    }
}

@media (min-width: 1200px) {
    #quizCarousel .carousel-indicators li {
        padding: 5px 35px;
    }
}

#quizCarousel .carousel-indicators li {
    background: #fff;
    text-indent: 0;
    width: auto;
    height: auto;
    color: #696969;
    border: 1px solid #9d9d9d;
    border-radius: 5px;
    opacity: 1;
    top: 0;
}

#quizCarousel .carousel-inner {
    position: relative;
}

#quizCarousel .carousel-indicators {
    position: relative;
}

.prev-next-btn {
    position: relative;
    margin-top: 60px;
}

#quizCarousel .carousel-control-prev, #quizCarousel .carousel-control-next {
    opacity: 1;
}


@media (min-width: 576px) and (max-width: 767px) {
    #quizCarousel .carousel-control-prev, #quizCarousel .carousel-control-next {
        background-color: #26ae04;
        top: auto;
        padding: 15px 70px;
        border-radius: 10px;
    }
}

@media (max-width: 575px) {
    #quizCarousel .carousel-control-prev, #quizCarousel .carousel-control-next {
        background-color: #26ae04;
        padding: 15px 70px;
        border-radius: 10px;
        position: relative;
        width: 100%;
        margin-bottom: 10px;
    }
}

@media (min-width: 768px) {
    #quizCarousel .carousel-control-prev, #quizCarousel .carousel-control-next {
        background-color: #26ae04;
        top: auto;
        padding: 10px 25px;
        border-radius: 10px;
    }
}

.quiz-form input[type=radio]:checked + label {
    background: #26ae04;
    color: #fff;
}

.col-answer {
    padding: 20px 20px 20px 40px;
    margin: 5px;
    border-radius: 10px;
    width: 97%;
    background: #eee;
}

.col-answer:hover {
    cursor: pointer;
}

.form-check-input {
    margin: 29px 10px 0 20px;
    position: absolute;
}

#quizCarousel .form-check {
    padding: 0;
}

#quiz {
    overflow: visible;
}

.quiz-bg {
    margin-top: -100px;
}

@media (max-width: 1199px) {
    #catalog {
        padding-top: 40px;
    }
}

@media (min-width: 1200px) {
    #catalog {
        padding-top: 70px;

    }
}

.line-top {
    border-top: 1px solid #eee;
}


.bottom-align {
    position: absolute;
    bottom: -10px;
    left: 0;
    display: block;
    padding: 20px 30px;
}

.height100 {
    height: 100%;
}

.curs-card-carousel {
    padding: 20px 40px;
    height: 300px;
    position: relative;
    padding-bottom: 100px;
}

.curs-card {
    padding: 20px 40px;
    height: 100%;
    position: relative;
    padding-bottom: 70px;
}

@media (max-width: 991px) {
    .catalog-banner-bg.image-bg3 {
        /*right: -670px;*/
    }
}

.parameters {
    /*margin-top: 40px;*/
    background-color: #fff;
    border-radius: 10px;
    padding: 5px 20px 20px 20px;

}

.bonus-bg {
    background: linear-gradient(to right, #008703, #26ae04);
    padding: 40px;
    border-radius: 10px;
    height: 100%;
}

@media (max-width: 1199px) {
    #curs-body {
        padding-top: 10px;
    }
}

@media (min-width: 1200px) {
    #curs-body {
        padding-top: 100px;
        padding-bottom: 100px;
    }
}

.bonus-bg:hover .arrow-next {
    margin-left: 20px;
    transition: all 0.3s ease-in-out;
}

.arrow-next {
    margin-left: 10px;
    transition: all 0.3s ease-in-out;
}

#curs-body a:hover {
    text-decoration: none;
}

.padding-5 {
    padding: 5px;
}

.surface-shadow {
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 0 50px rgba(0, 0, 0, 0.1);
}

.padding-20 {
    padding: 20px;
}

.margin-b-0 {
    margin-bottom: 0;
}

/*@media (min-width: 1200px) {*/
/*  .m-w-xl-195 {*/
/*    max-width: 195px;*/
/*  }*/
/*}*/

.mar-bot-20 {
    margin-bottom: 20px;
}

.list-green-check li {
    padding-left: 25px;
    margin-bottom: 10px;
    background-image: url("../../assets/img/check.png");
    background-repeat: no-repeat;
    background-position: left 5px;
}

@media (min-width: 992px) {
    .title-bg3 {
        padding: 50px 0;
    }
}

@media (min-width: 992px) {
    .title-bg1 {
        padding: 140px 0;
    }
}

.image-bg3 {
    display: block;
    margin: auto;
    position: absolute;
    /*top: 0;*/
    left: -1000px;
    right: -1000px;
    z-index: 1;
}

@media (min-width: 768px) {
    .image-bg3 {
        width: 100%;
        max-width: 2000px;
        height: 110%;
        object-fit: cover;
    }
}

@media (max-width: 767px) {
    .image-bg3 {
        width: 100%;
        max-width: 2000px;
        height: 130%;
        object-fit: cover;
    }
}

@media (min-width: 1200px) {
    #about-video {
        padding-top: 50px;
        padding-bottom: 50px;
    }
}

@media (max-width: 1199px) {
    #about-video {
        padding-top: 35px;
    }
}

#about-video {
    position: relative;
}

.video-about .cover-about {
    transition: all 0.3s ease-in-out;
}

.video-about:hover .cover-about {
    transition: all 0.3s ease-in-out;
    transform: scale(1.1);
}

.play-video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 9;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
}

.play-video:hover {
    transition: all 0.3s ease-in-out;
    transform: scale(0.9);
}


.white-line {
    width: 100%;
    background-color: #fff;
    height: 1px;
    margin: 20px 0;
}

@media (min-width: 576px) and (max-width: 991px) {
    .video-description {
        margin-top: -70px;
        position: relative;
        z-index: 10;
    }
}

@media (min-width: 992px) {
    .video-description {
        margin-left: -100px;
        position: relative;
        z-index: 10;
    }
}

@media (min-width: 992px) {
    #video iframe {
        height: 550px;
    }
}

@media (min-width: 0px) and (max-width: 991px) {
    #video iframe {
        height: 260px;
    }
}

.new_bg {
    top: 0px;
}

@media (min-width: 768px) {
    .internship_bg {
        top: -60px;
    }
}

@media (max-width: 767px) {
    .internship_bg {
        bottom: 0;
    }
}


.internship_item_more {
    margin-left: 10px;
    margin-top: 7px;
    margin-bottom: 7px;
    padding: 6px 14px 6px 14px;
    font-size: 14px;
    border: solid 1px silver;
    color: white;
    background: rgba(203, 203, 203, 0.5);
}

.internship_item_more:hover {
    color: white;
    background: rgba(203, 203, 203, 0.8);
}

.webinar-card {
    padding: 20px 20px 20px 20px;
    height: 420px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 10px;
    position: relative;
    transition: all 0.3s ease-in-out;
    overflow: hidden;
    box-shadow: 0 2px 4px rgba(0, 0, 0, .2);
    margin-bottom: 30px;
}

.nmc-card {
    /*height: 200px;*/
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 10px;
    position: relative;
    transition: all 0.3s ease-in-out;
}

.internship-card {
    padding: 20px 20px 30px 20px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 10px;
    position: relative;
    transition: all 0.3s ease-in-out;
}

.arrow-white {
    filter: brightness(0%) invert(100%);
}

.btn-orange-stroke:hover {
    border: 2px solid #f7d625;
    background-color: #f7d625;
    border-radius: 5px;
    padding: 9px;
    color: #1e1818;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
}

.btn-orange-stroke {
    border: 2px solid #f7d625;
    border-radius: 5px;
    padding: 9px;
    color: black;
    /*color: #f7d625;*/
    transition: all 0.3s ease-in-out;
    font-size: 11px;
    line-height: 14px;
    font-family: EXO2_NEW_regular, Helvetica, Arial, sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    /*background: #f7d625;*/
    background-color: rgb(247, 214, 37, 0.8);
}

#top-banner:hover .tone {
    background-color: rgba(0, 0, 0, 0.4);
    position: relative;
    z-index: 2;
    transition: all 0.3s ease-in-out;
}

.tone {
    background-color: rgba(0, 0, 0, 0.2);
    position: relative;
    z-index: 2;
    transition: all 0.3s ease-in-out;
}

#parameters {
    overflow: visible;
}

.surface {
    background: #fff;
    border-radius: 10px;
}

@media (max-width: 767px) {
    .right-line {
        border-bottom: 1px solid #e4e4e4;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .right-line:nth-child(odd) {
        border-right: 1px solid #e4e4e4;
    }
}

@media (min-width: 992px) {
    .right-line {
        border-right: 1px solid #e4e4e4;
    }
}

.intership-param {
    margin-top: -100px;
    position: relative;
}

@media (min-width: 1200px) {
    #intership-body {
        padding-bottom: 100px;
    }
}

.intership-img {
    border-radius: 15px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.equipment-img {
    height: 200px;
    border-radius: 10px;
    margin-bottom: 10px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    transition: all 0.2s ease-in-out;
}

.equipment-img:hover {
    transform: scale(1.05);
    transition: all 0.2s ease-in-out;
}

.gallery-img {
    background: red;
    width: 100%;
    padding: 50% 0;
    border-radius: 10px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    transition: all 0.1s ease-in-out;
}

.gallery-img:hover {
    transform: scale(0.95);
    transition: all 0.1s ease-in-out;
    cursor: pointer;
}

#header-title {
    margin-bottom: 0;
    font-family: EXO2_NEW_regular, Helvetica, Arial, sans-serif;
    font-weight: 700;
}

@media (min-width: 768px) {
    #header-title {
        font-size: 40px;
        line-height: 47px;
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    #header-title {
        font-size: 30px;
        line-height: 37px;
    }
}

@media (max-width: 575px) {
    #header-title {
        font-size: 25px;
        line-height: 31px;
    }
}

#webinar-card-title {
    height: 120px;
    margin-bottom: 0;
    font-family: EXO2_NEW_regular, Helvetica, Arial, sans-serif;
    font-weight: 600;
}

.read-more {
    font-size: 11px;
    line-height: 14px;
    font-family: EXO2_NEW_regular, Helvetica, Arial, sans-serif;
    font-weight: 400;
    text-transform: uppercase;
}

#webinar-date {
    font-size: 16px;
    line-height: 20px;
    font-family: EXO2_NEW_regular, Helvetica, Arial, sans-serif;
    font-weight: 400;
    margin: 0;
}

.hover-green-bg {
    Background: #008703;
    opacity: 0.8;
    position: absolute;
    top: 500px;
    bottom: 0;
    left: 0;
    right: 0;
    transition: all 0.3s ease-in-out;
}

.webinar-card:hover .hover-green-bg {
    top: 0;
    transition: all 0.3s ease-in-out;
}

#param-text1 {
    color: #747c91;
    font-size: 14px;
    line-height: 18px;
    font-family: EXO2_NEW_regular, Helvetica, Arial, sans-serif;
    font-weight: 400;
}

#param-text2 {
    color: #2a2a2a;
    font-family: EXO2_NEW_regular, Helvetica, Arial, sans-serif;
    font-weight: 600;
}

#tab-title2 {
    font-size: 18px;
    font-family: EXO2_NEW_regular, Helvetica, Arial, sans-serif;
    font-weight: 600;
    color: #2a2a2a;
}

#tab-title {
    font-size: 22px;
    line-height: 27px;
    font-family: EXO2_NEW_regular, Helvetica, Arial, sans-serif;
    font-weight: 600;
    color: #2a2a2a;
}

#tab-text {
    font-size: 14px;
    line-height: 25px;
    font-family: EXO2_NEW_regular, Helvetica, Arial, sans-serif;
    font-weight: 400;
    color: #2a2a2a;
}

.point {
    padding-left: 20px;
    border-left: 3px solid #bdd0d6;
}

#review-title {
    font-family: EXO2_NEW_regular, Helvetica, Arial, sans-serif;
    font-weight: 600;
    color: #2a2a2a;
    height: 90px;
}

#review-txt {
    color: #747c91;
    font-size: 14px;
    line-height: 24px;
    font-family: EXO2_NEW_regular, Helvetica, Arial, sans-serif;
    font-weight: 400;
}

#review-txt1 {
    margin: 0;
    color: #747c91;
    font-family: EXO2_NEW_regular, Helvetica, Arial, sans-serif;
    font-weight: 600;
}

#review-txt2 {
    margin: 0;
    font-size: 14px;
    line-height: 18px;
    color: #9e9e9e;
    font-family: EXO2_NEW_regular, Helvetica, Arial, sans-serif;
    font-weight: 400;
}

.col-review {
    margin-bottom: 30px;
}

#title1 {
    font-family: EXO2_NEW_regular, Helvetica, Arial, sans-serif;
    font-weight: 400;
    color: #2a2a2a;
}

.thanks-card {
    overflow: hidden;
    background: #fff;
    border-radius: 20px;
    box-shadow: 0 0 50px rgba(32, 79, 121, 0.1);
    padding: 0 0 50px 0;
    position: relative;
    z-index: 1;
    cursor: pointer;
}

#title-thanks-card {
    background: #fff;
    font-size: 16px;
    font-family: EXO2_NEW_regular, Helvetica, Arial, sans-serif;
    font-weight: 600;
    color: #586481;
    padding: 15px 30px;
    line-height: 20px;
    border-top: 2px solid #f3f6f9;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
}

#thanks .carousel-control-next, #thanks .carousel-control-prev {
    background: rgba(0, 0, 0, 0.1);
}

@media (min-width: 768px) {
    #title1 {
        font-size: 40px;
        line-height: 45px;
    }
}

@media (max-width: 767px) {
    #title1 {
        font-size: 30px;
        line-height: 35px;
    }
}

#contact-txt1 {
    font-weight: 600;
    color: #2a2a2a;
}

#contact-txt2 {
    font-weight: 400;
    color: #2a2a2a;
    margin: 0;
}

#contact-title {
    font-family: EXO2_NEW_regular, Helvetica, Arial, sans-serif;
    font-weight: 600;
    color: #2a2a2a;
    margin: 30px 0;
}


@media (min-width: 576px) {
    #contact-title {
        font-size: 25px;
        line-height: 30px;
    }
}

@media (max-width: 575px) {
    #contact-title {
        font-size: 20px;
        line-height: 25px;
    }
}

#social-link img {
    margin: -10px 10px 0;
}

#nmc-title {
    font-family: EXO2_NEW_regular, Helvetica, Arial, sans-serif;
    font-weight: 600;
    color: #2a2a2a;
    font-size: 24px;
}

#nmc-text1 {
    font-family: EXO2_NEW_regular, Helvetica, Arial, sans-serif;
    font-weight: 600;
}

.nmc-div-text {
    padding: 10px 20px 30px 20px;
}

#teacher-title {
    font-size: 22px;
    line-height: 27px;
    color: #2a2a2a;
    font-family: EXO2_NEW_regular, Helvetica, Arial, sans-serif;
    font-weight: 700;
}

#teacher-text1 {
    font-size: 16px;
    line-height: 20px;
    font-family: EXO2_NEW_regular, Helvetica, Arial, sans-serif;
    font-weight: 700;
    color: #2a2a2a;
    margin-bottom: 5px;
}

#teacher-text2 {
    font-size: 14px;
    line-height: 18px;
    font-family: EXO2_NEW_regular, Helvetica, Arial, sans-serif;
    font-weight: 500;
    color: #2a2a2a;
    margin-bottom: 5px;
}

#popup_title {
    font-size: 20px;
    line-height: 25px;
    font-family: EXO2_NEW_regular, Helvetica, Arial, sans-serif;
    font-weight: 600;
    color: #fff;
}

#popup_title2 {
    font-size: 18px;
    line-height: 23px;
    font-family: EXO2_NEW_regular, Helvetica, Arial, sans-serif;
    font-weight: 600;
    color: #2a2a2a;
    text-transform: uppercase;
}

.close-btn {
    position: absolute;
    top: 10px;
    right: 10px;
}

#appointment .modal-body {
    background-image: url("../../assets/img/appointment_popup_bg.jpg");
    background-position: right top;
    background-size: auto;
    background-repeat: no-repeat;
    max-height: 380px;
    border-radius: 10px;
}

.appointment-popup-head {
    position: absolute;
    top: -59px;
    right: 53px;
}

#appointment .modal-dialog {
    margin-top: 100px;
}

#news-title {
    font-family: EXO2_NEW_regular, Helvetica, Arial, sans-serif;
    font-weight: 700;
    color: #2a2a2a;
    height: 60px;
    text-overflow: ellipsis;
    overflow: hidden;
}

#title_news {
    height: 100px;
    font-family: STIX_Two_Math, Helvetica, Arial, sans-serif;
}

#news-date {
    font-size: 14px;
    line-height: 18px;
    color: #9e9e9e;
    font-family: EXO2_NEW_regular, Helvetica, Arial, sans-serif;
    font-weight: 400;
}

#news-read-more {
    text-decoration: underline;
    margin: 0;
    text-transform: uppercase;
    font-size: 11px;
    line-height: 14px;
    color: #008703;
    font-family: EXO2_NEW_regular, Helvetica, Arial, sans-serif;
    font-weight: 500;
}

#news-read-more:hover {
    font-weight: 700;
}

#news-title-date {
    font-family: EXO2_NEW_regular, Helvetica, Arial, sans-serif;
    font-weight: 500;
    color: #fff;
    margin-top: 20px;
}

.catalog_bg {
    top: -60px;
}

#new {
    padding-top: 80px;
    padding-bottom: 80px;
}

#new-text-1 {
    font-family: EXO2_NEW_regular, Helvetica, Arial, sans-serif;
    font-weight: 600;
    color: #2a2a2a;
}

#new-title {
    font-size: 25px;
    line-height: 30px;
    font-family: EXO2_NEW_regular, Helvetica, Arial, sans-serif;
    font-weight: 400;
    color: #2a2a2a;
    margin: 40px 0;
}

#new-text-2 {
    font-family: EXO2_NEW_regular, Helvetica, Arial, sans-serif;
    font-weight: 400;
    color: #2a2a2a;
}

.new-img {
    margin: auto;
    display: block;
    width: 100%;
    margin: 40px 0;
}

#new iframe {
    margin: 40px 0;
    width: 100%;
    max-width: 900px;
}

@media (max-width: 767px) {
    #new iframe {
        height: 300px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    #new iframe {
        height: 400px;
    }
}

@media (min-width: 992px) {
    #new iframe {
        height: 560px;
    }
}

#cookie-title {
    font-family: EXO2_NEW_regular, Helvetica, Arial, sans-serif;
    font-weight: 600;
    color: #2a2a2a;
    font-size: 25px;
    line-height: 35px;
    margin-bottom: 10px;
}

#cookie-text {
    font-family: EXO2_NEW_regular, Helvetica, Arial, sans-serif;
    font-weight: 400;
    color: #2a2a2a;
    font-size: 16px;
    line-height: 20px;
    margin: 0;
}

#cookie .modal-dialog {
    position: fixed;
    margin: 0;
    bottom: 0;
    left: 0;
    border: none;
    right: 0;
    margin: auto;
}


#toast-title {
    font-family: STIX_Two_Math, Helvetica, Arial, sans-serif;
    font-weight: 700;
    color: #2a2a2a;
}

#cookie {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    z-index: 999;
}

.toast-close {
    opacity: 0.3;
}

.toast-close:hover {
    opacity: 0.6;
}

#header-subtitle {
    font-size: 20px;
    line-height: 25px;
    font-family: EXO2_NEW_regular, Helvetica, Arial, sans-serif;
    font-weight: 400;
    color: #fff;
}

#employment {
    padding-top: 100px;
}


#employment-title3 {
    font-family: EXO2_NEW_regular, Helvetica, Arial, sans-serif;
    font-weight: 400;
    color: #2a2a2a;
    max-width: 1000px;
    margin: auto;
}

#employment-title2 {
    font-family: EXO2_NEW_regular, Helvetica, Arial, sans-serif;
    font-weight: 600;
    color: #2a2a2a;
}

#score-title {
    font-family: EXO2_NEW_regular, Helvetica, Arial, sans-serif;
    font-weight: 700;
    color: #2a2a2a;
}

#employment-title {
    font-family: EXO2_NEW_regular, Helvetica, Arial, sans-serif;
    font-weight: 700;
    color: #2a2a2a;
}

#employment-subtitle {
    font-size: 25px;
    line-height: 30px;
    font-family: EXO2_NEW_regular, Helvetica, Arial, sans-serif;
    font-weight: 400;
    color: #2a2a2a;
}


#white-text-2 {
    font-size: 16px;
    line-height: 25px;
    font-family: STIX_Two_Math, Helvetica, Arial, sans-serif;
    font-weight: 300;
    color: #fff;
}

#white-text-1 {
    font-size: 20px;
    line-height: 25px;
    font-family: STIX_Two_Math, Helvetica, Arial, sans-serif;
    font-weight: 300;
    color: #fff;
}

#white-text-bold {
    font-size: 20px;
    line-height: 25px;
    font-family: EXO2_NEW_regular, Helvetica, Arial, sans-serif;
    font-weight: 700;
    color: #fff;
}

@media (min-width: 992px) {
    .green-col {
        border-right: 1px solid rgba(255, 255, 255, 0.2);
    }
}

@media (max-width: 991px) {
    .green-col {
        border-bottom: 1px solid rgba(255, 255, 255, 0.2);
        padding-top: 20px;
        padding-bottom: 20px;
    }
}

.green-col:nth-last-child(1) {
    border: none;
}

.mar-bot-70 {
    margin-bottom: 70px;
}

#score-text {
    line-height: 25px;
    font-family: STIX_Two_Math, Helvetica, Arial, sans-serif;
    font-weight: 400;
    font-size: 16px;
}

#employment-text1 {
    line-height: 25px;
    font-family: STIX_Two_Math, Helvetica, Arial, sans-serif;
    font-weight: 400;
    font-size: 18px;
}

#score-text2 {
    font-size: 17px;
    line-height: 25px;
    font-family: STIX_Two_Math, Helvetica, Arial, sans-serif;
    font-weight: 400;
    color: #2a2a2a;
}

#employment-text2 {
    font-size: 17px;
    line-height: 25px;
    font-family: STIX_Two_Math, Helvetica, Arial, sans-serif;
    font-weight: 400;
    color: #2a2a2a;
}

#employment-bold2 {
    font-size: 18px;
    line-height: 23px;
    font-family: STIX_Two_Math, Helvetica, Arial, sans-serif;
    font-weight: 600;
    color: #2a2a2a;
}

#score-bold1 {
    font-size: 22px;
    line-height: 27px;
    font-family: EXO2_NEW_regular, Helvetica, Arial, sans-serif;
    font-weight: 600;
    color: #2a2a2a;
}

#employment-bold1 {
    font-size: 22px;
    line-height: 27px;
    font-family: EXO2_NEW_regular, Helvetica, Arial, sans-serif;
    font-weight: 600;
    color: #2a2a2a;
}

#step-number {
    font-size: 100px;
    color: #26ae04;
    font-family: EXO2_NEW_regular, Helvetica, Arial, sans-serif;
    font-weight: 400;
    margin: 0;
    line-height: 100px;
}

@media (max-width: 991px) {
    .step-dotts {
        display: none;
    }
}

@media (min-width: 992px) {
    .step-dotts {
        position: absolute;
        right: -20px;
        top: 50px;
    }
}

@media (min-width: 992px) {
    .col-pad-t-50 {
        padding-top: 50px;
    }
}

.green-div {
    background: #26ae04;
    padding: 50px;
}

#step-number2 {
    font-size: 150px;
    line-height: 150px;
    color: #f3f3f3;
    font-family: EXO2_NEW_regular, Helvetica, Arial, sans-serif;
    font-weight: 800;
}

#step-img {
    margin: 10px 0 20px 0;
    border-radius: 15px;
}


.white-quote {
    color: #fff;
    max-width: 700px;
    font-family: STIX_Two_Math, Helvetica, Arial, sans-serif;
    font-weight: 600;
    padding-left: 50px;
    border-left: 5px solid #fff;
    margin: auto;
}

@media (min-width: 768px) {
    .white-quote {
        font-size: 25px;
    }
}

@media (max-width: 767px) {
    .white-quote {
        font-size: 16px;
    }
}

@media (min-width: 576px) {
    .green-bg-quote {
        padding: 80px;
    }
}

@media (max-width: 575px) {
    .green-bg-quote {
        padding: 50px 20px;
    }
}

@media (min-width: 992px) {
    #employment {
        padding-bottom: 100px;
    }
}

#nmo-score {
    padding-top: 100px;
}

@media (min-width: 992px) {
    #nmo-score {
        padding-bottom: 100px;
    }
}

.number {
    background: #26ae04;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    text-align: center;
    margin-right: 10px;
    font-size: 14px;
    font-family: EXO2_NEW_regular, Helvetica, Arial, sans-serif;
    font-weight: 600;
    color: #fff;
}

.number2 {
    background: #26ae04;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    text-align: center;
    margin-right: 10px;
    font-size: 14px;
    font-family: EXO2_NEW_regular, Helvetica, Arial, sans-serif;
    font-weight: 600;
    color: #fff;
    position: absolute;
    cursor: pointer;
}

.inside-number {
    position: absolute;
    top: 10px;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.number2:hover {
    opacity: 0.7;
}

#num1 {
    top: 13px;
    left: 30px;
}

.nmo-div-img {
    position: relative;
    max-width: 310px;
    margin: auto;
}

#num2 {
    bottom: 60px;
    left: 20px;
}

#num3 {
    top: 80px;
    left: 90px;
}

#num4 {
    bottom: 35px;
    right: 25px;
}

@media (min-width: 768px) {
    .employment-video {
        height: 400px;
    }
}

@media (max-width: 767px) {
    .employment-video {
        height: 260px;
    }
}

#video-tag {
    padding: 20px;
    max-width: 350px;
    margin: -50px auto 0;
    position: relative;
    z-index: 10;
}

.nmo-video-prev {
    border-radius: 15px;
    overflow: hidden;
    position: relative;
}

.nmo-tag-img {
    margin-right: 10px;
}

@media (max-width: 575px) {
    #success {
        /*background-image: url("../../assets/img/success-bg.jpg");*/
        background-position: 25% 340px;
        background-size: 1200px;
        background-repeat: no-repeat;
    }
}

@media (min-width: 576px) and (max-width: 991px) {
    #success {
        background-image: url("../../assets/img/success-bg.jpg");
        background-position: 30% 340px;
        background-size: 1500px;
        background-repeat: no-repeat;
    }
}

@media (min-width: 992px) {
    #success {
        background-image: url("../../assets/img/success-bg.jpg");
        min-height: 100px;
        background-position: top;
        background-size: auto;
        background-repeat: no-repeat;
    }
}


@media (max-width: 575px) {
    #error {
        background-image: url("/images/technical/background/Layer 672.png");
        background-position: 25% 340px;
        background-size: 1200px;
        background-repeat: no-repeat;
    }
}

@media (min-width: 576px) and (max-width: 991px) {
    #error {
        background-image: url("/images/technical/background/Layer 672.png");
        background-position: 30% 340px;
        background-size: 1500px;
        background-repeat: no-repeat;
    }
}

@media (min-width: 992px) {
    #error {
        background-image: url("/images/technical/background/Layer 672.png");
        min-height: 1000px;
        background-position: top;
        background-size: auto;
        background-repeat: no-repeat;
    }
}


@media (max-width: 991px) {
    .success-content {
        padding-top: 10%;
    }
}

@media (min-width: 992px) {
    .success-content {
        position: absolute;
        left: 0;
        right: 0;
        top: 20%;
        bottom: 0;
        margin: auto;
    }
}

#success-title {
    font-family: EXO2_NEW_regular, Helvetica, Arial, sans-serif;
    font-weight: 700;
    color: #2a2a2a;
    margin-bottom: 50px;
}

#success-subtitle {
    font-family: EXO2_NEW_regular, Helvetica, Arial, sans-serif;
    font-weight: 400;
    color: #2a2a2a;
    margin-bottom: 50px;
}

@media (min-width: 768px) {
    #success-title {
        font-size: 50px;
        line-height: 55px;
    }
}

@media (max-width: 767px) {
    #success-title {
        font-size: 30px;
        line-height: 35px;
    }
}

@media (min-width: 768px) {
    #success-subtitle {
        font-size: 30px;
        line-height: 35px;
    }
}

@media (max-width: 767px) {
    #success-subtitle {
        font-size: 20px;
        line-height: 25px;
    }
}

/*.left {*/
/*	display: none;*/
/*}*/
.left:hover {
    background: #236b11;
}

.reviews_img:hover {
    cursor: pointer;
}

@media (max-width: 575px) {
    #success {
        /*background-image: url("/images/technical/background/success-bg.jpg");*/
        background-position: 25% 340px;
        background-size: 1200px;
        background-repeat: no-repeat;
    }
}

@media (min-width: 576px) and (max-width: 991px) {
    #success {
        background-image: url("/images/technical/background/success-bg.jpg");
        background-position: 30% 340px;
        background-size: 1500px;
        background-repeat: no-repeat;
    }
}

@media (min-width: 992px) {
    #success {
        background-image: url("/images/technical/background/success-bg.jpg");
        min-height: 1000px;
        background-position: top;
        background-size: auto;
        background-repeat: no-repeat;
    }
}

@media (max-width: 991px) {
    .success-content {
        padding-top: 10%;
    }
}

@media (min-width: 992px) {
    .success-content {
        position: absolute;
        left: 0;
        right: 0;
        top: 20%;
        bottom: 0;
        margin: auto;
    }
}

#success-title {
    font-family: EXO2_NEW_regular, Helvetica, Arial, sans-serif;
    font-weight: 700;
    color: #2a2a2a;
    margin-bottom: 50px;
}

#success-subtitle {
    font-family: EXO2_NEW_regular, Helvetica, Arial, sans-serif;
    font-weight: 400;
    color: #2a2a2a;
    margin-bottom: 50px;
}

@media (min-width: 768px) {
    #success-title {
        font-size: 50px;
        line-height: 55px;
    }
}

@media (max-width: 767px) {
    #success-title {
        font-size: 30px;
        line-height: 35px;
    }
}

@media (min-width: 768px) {
    #success-subtitle {
        font-size: 30px;
        line-height: 35px;
    }
}

@media (max-width: 767px) {
    #success-subtitle {
        font-size: 20px;
        line-height: 25px;
    }
}


/*Страница поиска по сайту*/
#search-page {
    margin-top: 5%;
    margin-bottom: 2%;
    min-height: 500px;
}

.search_input_cont {
    margin-top: 30px;
    margin-bottom: 50px;
}

.programm_item_search {
    margin-bottom: 20px;
    padding: 30px;
    background: #fff;
    border-radius: 20px;
    box-shadow: 0 0 50px rgba(32, 79, 121, 0.1);
}

.scroll_programms {
    padding: 35px;
    /*width: 100%;*/
    height: auto;
    margin-bottom: 10px;
    overflow-x: hidden;
    overflow-y: scroll; /* прокрутка по горизонтали */
}


.scroll_programms::-webkit-scrollbar {
    width: 15px;
    background-color: rgba(26, 24, 47, 0.15);
    border-radius: 15px;
    height: 200px;
}

.scroll_programms::-webkit-scrollbar-thumb {
    height: 80px;
    background: #2c8716;
    border-radius: 15px;
}


#scroll_bar {
    position: relative;
}

.site-error {
    margin-top: 2%;
    min-height: 500px;
}

/*Страница не найдена 404*/
.error_text {
    color: #26ae04;
    font-size: 180px;
    margin-bottom: -40px;
}

.not_found {
    font-size: 45px;
    font-weight: 700;
    color: #37383d;
}

.not_found_2 {
    font-size: 30px;
    font-weight: 400;
    color: #37383d;
    line-height: 100%;
}

.error_img {
    background-repeat: no-repeat;
    background-size: contain;
    height: 650px;
    margin-bottom: 10px;
}

.btn_to_main {
    background-color: #26ae04;
    color: white;
    height: 7%;
    vertical-align: center;
    margin-top: 15px;
    margin-bottom: 75px;
    text-align: center;
    font-size: 25px;
    border-radius: 10px;
}

.btn_to_main_a {
    margin-bottom: 20px;
}

.btn_to_main_a:hover {
    text-decoration: none;
    background-color: #1f7f05;
}

@media (max-width: 767px) {
    .error_img {
        display: none;
    }
}


.link_do {
    margin-top: 8px;
    margin-bottom: 0;
}


/*программы на главной*/
.search_program_btn {
    width: 10%;
}

.search_program_input {
    height: 64%;
}


/*Политика конфиденциальности*/
.policy_cont {
    text-align: justify;
    margin-bottom: 25px;
    margin-top: 25px;

}

.policy_title {
    font-weight: 600;
    margin-top: 15px;
}


/*семинары*/
.seminars_page {
    /*margin-bottom: 40px;*/
}

.siminar_item {
    -webkit-box-shadow: 0px 0px 56px 8px rgba(34, 60, 80, 0.16);
    -moz-box-shadow: 0px 0px 56px 8px rgba(34, 60, 80, 0.16);
    box-shadow: 0px 0px 56px 8px rgba(34, 60, 80, 0.16);
    margin-bottom: 35px;
    /*border: solid 1px white;*/
    border-radius: 10px;
    /*padding: 15px;*/
}

.seminar_item_title {
    color: black;
    font-size: 19px;
    margin-top: 10px;
    margin-bottom: 10px;
    font-weight: bold;
}

.seminar_item_title:hover {
    color: black;
}

.seminar_item_date {
    color: #7e7e7e;
    font-size: 14px;
    font-weight: bold;
}

.seminar_item_category {
    color: #363c60;
    font-size: 17px;
    font-weight: bold;
    /*text-decoration: underline grey;*/
}

.seminar_item_btn {
    margin-left: 10px;
    margin-top: 7px;
    margin-bottom: 7px;
    padding: 12px;
    font-size: 16px;
    font-weight: bold;
    background: #e8a72d;
    /*border: solid 1px green;*/
    border-radius: 3px;
    color: white;
    /*color: #000000;*/
}

.seminar_item_btn:hover {
    background: green;
    color: white;
}


.seminar_item_btn2 {
    margin-left: 10px;
    margin-top: 7px;
    margin-bottom: 7px;
    padding: 12px;
    font-size: 12px;
    font-weight: bold;
    border: solid 2px #006900;
}

.seminar_item_btn2:hover {
    margin-left: 10px;
    margin-top: 7px;
    margin-bottom: 7px;
    padding: 12px;
    font-weight: bold;
    border: solid 2px #00a500;
}


.seminar_item_more {
    margin-left: 10px;
    margin-top: 7px;
    margin-bottom: 7px;
    padding: 6px 14px 6px 14px;
    font-size: 14px;
    border: solid 1px silver;
}

.seminar_item_more:hover {
    background: #f5f5f5;
    border: solid 1px orange;
}

.seminar_item_img {
    width: 100%;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;

}

.seminar_item_nmo {
    color: #d00000;
    font-size: 23px;
    font-weight: bold;

}

.seminars_filter_cont {
    -webkit-box-shadow: 0px 0px 56px 8px rgba(34, 60, 80, 0.16);
    -moz-box-shadow: 0px 0px 56px 8px rgba(34, 60, 80, 0.16);
    box-shadow: 0px 0px 56px 8px rgba(34, 60, 80, 0.16);
    background-color: #f5f6fa;
    padding: 12px;
    height: 250px;
    border-radius: 10px;
}

#seminars_filter_p {
    font-weight: bold;
}

.seminar_item_p {
    color: #727272;
    font-size: 15px;
    margin: 0
}

.labels_filter {
    margin-left: 5px;
}


/*СТАТЬИ*/
.article_view_title {
    margin-top: 25px;
    margin-bottom: 25px;
}

.block1_article {
    font-size: 20px;
    margin-bottom: 30px;
    text-align: justify;
}

.block2_article {
    font-size: 20px;
    margin-bottom: 30px;
    text-align: justify
}


/*СИСТЕМНЫЕ СТИЛИ*/
.bg-success {
    color: white;
}

.nav-pills .nav-link {
    color: #444444;
    font-weight: 600;
}

.modal-header {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}

@media (max-width: 1200px) {
    .social_links_header {
        margin-top: 0;
    }
}


.fullscreen-bg {
    overflow: hidden;
    z-index: -100;
    height: 60%;
    width: 100%;
    padding-top: 45%;
    display: block;
    margin: auto;
    position: absolute;
    bottom: 0;
    left: -1000px;
    right: -1000px;
}

.fullscreen-bg__video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.overlay {
    background: rgba(0, 0, 0, 0.6);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 4;
}

.overlay h1 {
    text-align: center;
    color: #fff;
    font-size: 70px;
    margin-top: 17%;
}

.nmo_img_common {
    width: 100%;
    margin-bottom: 30px;
}

.phone_boss {
    margin-top: -20px;
    margin-bottom: 20px;
}

.bad_vision_button {
    text-align: right;
    color: #000000;
    font-size: 15px;
}

@media (max-width: 767px) {
    button.bad_vision_button {
        font-size: 13px;
        padding: 0;
    }
}

.modal-content {
    border-radius: 25px;
}

.btn_view_seminar {
    border: 1px solid #008703;
    border-radius: 10px;
    padding: 5px 15px;
    color: #008703;
    text-decoration: none;
    margin-top: 10px;
}

.btn_view_seminarr:hover {
    /*background: #177901;*/
}

.cfks_footer_link {
    font-size: 13px;
    /*padding: 2px 2px 2px 6px;*/
    /*border: 1.5px solid skyblue;*/
    /*border-image: linear-gradient(to right , #2f5fac, rgba(23,160,26,1));*/
    /*border-image-slice: 1;*/
    /* box-shadow: inset 0 0 0 1px #61c161, 0 2px 4px rgb(4 193 140 / 44%); */
    /*border-radius: 5px;*/
    color: white;
    font-family: "Open Sans", Arial, sans-serif;
}

.vacancy_title {
    padding-top: 400px;
    font-size: 50px;
    color: white;
    font-weight: 800
}

.detail_programm_item_img {
    text-align: center;
}

.new_sispp_label {
    margin: 30px 100px -50px 100px;
    padding: 20px;
    background: rgb(255, 255, 255);
    font-size: 20px;
    font-weight: 800;
    border-radius: 15px;
}

.about_org_info_header {
    /*height: 25px;*/
    background: #0c891e;
    color: white;
    font-size: 15px;
    text-align: center;
}

.text-center.text-sm-left.d-block.txt40.regular.dark {
    margin-top: -20px;
}

@media (min-width: 350px) and (max-width: 600px) {
    #top-banner {
        height: fit-content;
    }

    .text-center.text-sm-left.d-block.txt40.regular.dark {
        margin-top: 550px;
    }

}


.container_agreement {
    display: flex;
    flex-direction: row;
}

.form-group.field-checks-is_agree {
    width: 10px;
    height: 10px;
    margin: 0px 10px 10px 0px;
}

.agree_checkbox {
    width: 20px;
    height: 20px;
    transform: translateY(-10px);

}

.share_vk {
    border: none;
    background-color: white;
}

.button_like {
    display: flex;
    align-items: center;
    justify-content: center;
    outline: none;
    border: none;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    cursor: pointer;
    margin-top: 33px;
    margin-left: 20px;
}

.button_like + .button_like {
    margin-left: 15px;
}


.button_like[aria-pressed=true] svg {
    fill: red;
}

.row.title-row-catalog.view_index_catalog {
    margin-top: 150px;
}


@media (min-width: 300px) and (max-width: 600px) {
    .tab-content.mobile {
        margin-top: 340px;
    }
    .row.title-row-catalog.view_index_catalog {
        margin-top: 0px;
    }
    .about_view, .full_name_about_view, .abbreviated_about_view{
        font-size: 16px;
    }
}