.lang-main a{
    text-decoration: none;
    color: #ffffff;
    font-size: 18px;
    padding: 0;
    background: transparent;
}
.lang-main a:hover{
    color: #ffffff;
}
.lang-main .dropdown-toggle::after{
    display: none;
}
.lang-main .btn {
    padding: 0;
    background: transparent;
    outline: none;
    box-shadow: none;
}
.lang-main .btn span {
    display: flex;
    align-items: center;
    color: #ffffff;
    font-size: 18px;
}
.lang-main .btn span img{
    width: 30px;
    margin-right: 5px;
}
.lang-main .btn span i {
    font-size: 18px;
    margin-left: 3px;
    margin-top: 2px;
}
.lang-main .dropdown-menu{
min-width: 50px;
    border: 0;
    padding: 0;
    background: #358165;
    text-align: center;
    margin-left: -10px;
}
.lang-main .dropdown-menu img{
    width: 30px;
}
.lang-main .dropdown-menu .dropdown-item:hover{
    background: transparent;
}
/* search */
.search-toggle{
    cursor: pointer;
    color: #fff;
    display: flex;
    align-items: center;
}
body.thim-search-active .thim-widget-courses-searching .thim-course-search-overlay .courses-searching {
    filter: alpha(opacity=100);
    -ms-filter: "alpha(opacity=100)";
    -webkit-opacity: 1;
    -khtml-opacity: 1;
    -moz-opacity: 1;
    -ms-opacity: 1;
    -o-opacity: 1;
    opacity: 1;
    visibility: visible;
    -webkit-transform: scale(1,1);
    -moz-transform: scale(1,1);
    -ms-transform: scale(1,1);
    -o-transform: scale(1,1);
  }
  .error-message{
    color: red;
  }
  .courses-searching input[type=text] {
    width: calc(100% - 50px);
    width: -webkit-calc(100% - 50px);
    width: -moz-calc(100% - 50px);
    border-radius: 0;
    border: 0;
    height: 50px;
    line-height: 40px;
    float: left;
    margin: 0;
    padding-left: 20px;
    background: #fff;
    color: #999;
    font-size: 15px;
    font-style: italic;
  }
  .courses-searching button{
        width: 50px;
    line-height: 50px;
    border-radius: 0;
    float: left;
    font-size: 16px;
    padding: 0;
    border: 0;
    background: #111;
    color: #fff;
    cursor: pointer;
    background: #358165;
  }
  .courses-searching {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 9999999;
    filter: alpha(opacity=0);
    -ms-filter: "alpha(opacity=0)";
    -webkit-opacity: 0;
    -khtml-opacity: 0;
    -moz-opacity: 0;
    -ms-opacity: 0;
    -o-opacity: 0;
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    background: rgba(37,37,37,0.7);
    margin: 0;
    width: 100%;
    height: 100vh;
    -webkit-transform: scale(.2,.2);
    -moz-transform: scale(.2,.2);
    -ms-transform: scale(.2,.2);
    -o-transform: scale(.2,.2);
    -webkit-transition: all .3s cubic-bezier(.4,0,1,1);
    -khtml-transition: all .3s cubic-bezier(.4,0,1,1);
    -moz-transition: all .3s cubic-bezier(.4,0,1,1);
    -ms-transition: all .3s cubic-bezier(.4,0,1,1);
    -o-transition: all .3s cubic-bezier(.4,0,1,1);
    transition: all .3s cubic-bezier(.4,0,1,1);
  }
  
  .search-popup-bg {width: 100%;height: 100%;position: absolute;cursor: url(../images/cursor.png), auto;}
  .thim-widget-courses-searching .thim-course-search-overlay .courses-searching form {max-width: 100%;width: 600px;}
  .thim-course-search-overlay form {
    position: absolute;
    z-index: 10;
    margin: auto;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    height: 50px;
  }
  .courses-searching ul.courses-list-search {
    z-index: 999;
    overflow: hidden;
    padding: 0 20px;
    list-style: none;
    position: absolute;
    right: 0;
    max-height: 300px;
    overflow-y: auto;
    background: #fff !important;
    margin-top: 2px;
    left: 0;
    text-align: left;
    margin-left: auto;
    margin-right: auto;
    max-width: 600px;
    border-radius: 0;
    box-shadow: 2px 2px 6px -4px #000;
    -moz-box-shadow: 0 2px 3px rgba(0,0,0,.05);
    -o-box-shadow: 0 2px 3px rgba(0,0,0,.05);
    -ms-box-shadow: 0 2px 3px rgba(0,0,0,.05);
  }
  .courses-searching button i{color: #fff;}
  .search-item{margin-bottom: 15px;}

/* End Header */
/* Pages */
.pages{
    margin-bottom: 30px;
}
.pages-images{
    margin-bottom: 25px;
}
.pages-images img{
    width: 100%;
    height: 450px;
    object-fit: cover;
    object-position: center;
}
.pages-images .slider-pro img.sp-image,
.pages-images .slider-pro img.sp-thumbnail {
    height: 450px!important;
    width: 100%;
    object-fit: cover;
    object-position: center;
}
.pages-info{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 1rem;
}
.pages-date{
    font-size: 18px;
    color: #b8b8b8;
}
.pages-date span{
    margin-right: 30px;
}
.pages-text{
    font-size: 18px;
    color: #504f4f;
}
.pages-main{
    border-radius: 3px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.1);
    width: 100%;
    padding: 0 30px;
    min-height: 600px;
    padding-bottom: 20px;
}
.pages-main .content{

}
  
.breadcrumb {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 20px 0;
    margin-bottom: 0;
    list-style: none;
    background-color: transparent;
    border-radius: 0;
}
.breadcrumb-item{
    font-size: 16px;
    color: #8b8b8b;
}
.breadcrumb-item a{
    color: #8b8b8b;
}
.breadcrumb-item a:hover{
    color: #358165;
}
.sidebar-menu ul li > a{
    display: block;
    font-size: 17px;
    color: #504f4f;
    padding: 5px 0;
}
.sidebar-menu ul.main-collapse{
    position: relative;
    margin-bottom: 25px;
}
.sidebar-menu ul.main-collapse::before{
    content: '';
    position: absolute;
    width: 3px;
    height: 100%;
    background-color: #dedede;
    left: -30px;
    top: 0;
}
.sidebar-menu ul.main-collapse > li{

}
.sidebar-menu ul.main-collapse > li > a{
    position: relative;
    display: block;
    font-size: 18px;
    color: #504f4f;
    padding: 5px 0;
}
.sidebar-menu ul.main-collapse > li > a.dropdown-toggle::after{
    font-family: FontAwesome;
    content: "\f107";
    border: 0;
    position: absolute;
}
.sidebar-menu ul.main-collapse > li.active > a::before{
    content: '';
    position: absolute;
    width: 3px;
    height: 100%;
    background-color: #358165;
    left: -30px;
    top: 0;
}
.sidebar-menu ul.collapse li{
    padding-left: 15px;
}



.content{
    width: 100%;
    overflow: hidden;
}
.pages .sidebar{
    width: 100%;
}
.pages .sidebar-menu{
    width: 100%;
    overflow: hidden;
    border-radius: 3px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.1);
    padding: 0 30px;
    margin-bottom: 30px;
}
.pages .sidebar-title{
    padding: 20px 0;
}
.pages .sidebar-title h2{
    font-size: 22px;
    color: #504f4f;
    font-family: 'ProximaNova-Bold','msc700', sans-serif;
    margin: 0;
}  
/* Contacts */
.pages .contacts-map{
    height: 420px;
    margin-bottom: 30px;
}
.contacts-map iframe{
    height: 100%;
}
.contacts-map img{
    object-fit: cover;
    width: 100%;
    height: 100%;
}
.contacts-main{
    margin-bottom: 30px;
}
.contacts-main .footer-contacts__item {
    padding: 0;
}

/* News */
.news-all{
    margin-top: -20px;
    padding-bottom: 15px;
}
.news-all .news-item{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 20px 0;
    border-bottom: 1px solid #ededed;
}
.news-all .news-item:last-child{
    border: none
}
.news-all .news-item .news-item__image{
    -webkit-box-flex: 0;
    -ms-flex: 0 0 260px;
    flex: 0 0 260px;
    max-width: 260px;
    height: 180px;
    margin-right: 20px;
}
.news-all .news-item .news-item__image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.news-all .news-item .news-item__content{
    padding: 0 20px 30px 0;
    height: 180px;
    position: relative;
    min-width: 600px;
}
.news-all .news-item .news-item__content h2{
    font-family: 'ProximaNova-Bold','msc700', sans-serif;
    font-size: 20px;
    color: #504f4f;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    max-height: 50px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.news-all .news-item .news-item__content p{
    font-size: 17px;
    line-height: 23px;
    color: #504f4f;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    max-height: 100px;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    margin: 0;
}
.news-all .news-item .news-item__content .date{
    position: absolute;
    bottom: 0;
    font-size: 16px;
    color: #b8b8b8;
}
.news-all .news-item .news-item__content .date > span{
    margin-right: 15px;
}

.gallery{
    padding-bottom: 20px;
}
a.gallery-item{
    display: block;
    position: relative;
    margin-bottom: 20px;
}
a.gallery-item .gallery-item__image{
    position: relative;
    width: 100%;
    height: 220px;
    border-radius: 4px;
    overflow: hidden;
}
a.gallery-item .gallery-item__image::after{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(56, 64, 61, 0.3);
}
a.gallery-item .gallery-item__image.view::after{
    display: none;
}
a.gallery-item .gallery-item__image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
a.gallery-item .gallery-item__info{
    position: absolute;
    bottom: 0;
    padding: 15px;
    width: 100%;
    color: #ffffff;
}
a.gallery-item .gallery-item__date{
    display: block;
    font-size: 14px;
}
a.gallery-item .gallery-item__title{
    display: block;
    font-size: 18px;
}

/* Pagination */
.pagination{display: inline-block;}
.pagination-main{text-align: center;}
.pagination ul{list-style: none;}
.pagination ul li{float: left;}
.pagination ul li a{font-size: 20px;padding: 0 7.5px;}
.pagination ul li.active a{color: #277357;}
.pagination ul li.page a{color: #2f3941;}
.pagination ul li.page a:hover{color: #277357;}

.manages .nav-tabs>li>a {color: #115185;}
.manages .nav-tabs>li.active a {border: 1px solid #f4f4f4;border-top: 3px solid #115185;   border-bottom-color: transparent;background-color: #fff !important;}
.manages {overflow: hidden;border-radius: 4px;margin-bottom: 20px;}
.manages:last-child {margin-bottom: 0;}
.manages .nav-tabs {border-bottom-color: #f4f4f4;padding-left: 0;margin-bottom: 0;}
.manages ul.nav-tabs:before {content: '';display: table;}
.manages ul.nav-tabs:after {content: ''; display: table;clear: both;}
.manages .tab-content {padding: 15px;overflow: hidden;border-radius: 0 0 4px 4px;box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.04);background-color: #FFF;border: 1px solid #EEE;border-top: 0;
}
.manage-item {margin-bottom: 15px;}
.manage-img {float: left;margin-right: 15px;}
.manage-career {margin: 0;font-size: 18px;color: #000;}
.manage-name {margin: 15px 0 20px 0;color: #115185;font-size: 22px;}
.manage-content p {margin-bottom: 0 !important;line-height: 1.6;}
.phone-day-cousin {margin-top: 20px;}
.phone-day-cousin a{color: #000;}
.phone-day-cousin ul li{margin-bottom: 15px;}

.sidebar-news{
    width: 100%;
    overflow: hidden;
    border-radius: 3px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.1);
    padding: 0 30px;
}

.sidebar-news__item{
    display: block;
    margin-bottom: 25px;
}
.sidebar-news__image{
    width: 100%;
    height: 150px;
}
.sidebar-news__image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.sidebar-news__info{

}
.sidebar-news__info h2{
    font-family: 'ProximaNova-SemiBold','msc500', sans-serif;
    font-size: 17px;
    color: #504f4f;
    margin: 10px 0;
}
.sidebar-news__info span{
    font-size: 15px;
    color: #b8b8b8;
}
.quiz-result {
    overflow: hidden;
    margin: 10px 0;
    display: none;
}

.quiz-result span {
    font-size: 16px;
    font-weight: 500;
    color: #0b2a49;
    display: block;
}

.progress {
    height: 15px;
    margin-bottom: 15px;
    overflow: hidden;
    background-color: #f5f5f5;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
}

.progress-bar {
    float: left;
    width: 0;
    height: 100%;
    font-size: 12px;
    line-height: 20px;
    color: #fff;
    text-align: center;
    background-color: #337ab7;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
    -webkit-transition: width .6s ease;
    -o-transition: width .6s ease;
    transition: width .6s ease;
}
div#display {
    position: absolute;
    top: 0;
    right: 45px;
    left: 45px;
}
#captcha_contacts_button {float: left;display: flex;width: 35px;height: 35px;background: #358165;border-radius: 0 4px 4px 0;justify-content: center;align-items: center;}
#captcha_contacts_button a{color: #fff;}
.captcha-input-2 {margin-right: 5px;width: 55%;}
.contact-map{margin-top: 30px;}
.contact-map iframe{width: 100%;}
.captcha-main {
    float: right;position: relative;
    top: 1px;

}
.mm-panels{
    background: #2f2f2f!important;
}

.mm-panels .mm-panel:after{
    content: '';
    position: absolute;
    width: 100%;
    height: 335px;
    bottom: 75px;
    left: 0;
  /*  background-image: url(../images/logo2.png);*/
    background-repeat: no-repeat;
    z-index: -1;
    opacity: 0.25;
    background-size: cover;
}
.language-mobile {
    padding-top: 15px;
}
.social-mobile{
    display: flex;
    align-items: center;
    position: absolute;
    top: 14px;
    left: 15px;
}
.social-mobile ul{
    display: flex;
    margin: 0;
    padding: 0;
}
.social-mobile ul li{
    margin-left: 10px;
}
.social-mobile ul li a{
    color: #ffffff!important;
    font-size: 14px;
}

.question .btn{color: #000;text-decoration: none;white-space: normal;}
.icon_youtube i{position: relative; bottom: 2px;}
.organizations-item{margin-bottom: 20px;}
.organizations-item h2{
    font-family: 'ProximaNova-Bold','msc700', sans-serif;
    font-size: 20px;
    color: #504f4f;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    max-height: 50px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.organizations-item p{
    font-size: 16px;
    color: #b8b8b8;
}
.footer-counter{text-align: center;}