body{
    background: #fbfbfb;
    font-family: ProximaNova-Regular, sans-serif;
}
button:focus{
    box-shadow: none;
    outline: none;
    border: 0;
}
.btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus, .show>.btn-primary.dropdown-toggle:focus{
    box-shadow: none;
}
.btn-primary.focus, .btn-primary:focus{
    box-shadow: none;
}
.container {
    max-width: 1440px;
}
a:hover{text-decoration: none;}
.header{
    height: 100vh;
    width: 100%;
    position: relative;
}
#dl-menu{display: none;}
.mobile-menu{display: none;}
.dropdown-item:focus, .dropdown-item.active, .dropdown-item:active{background: transparent;color: #000;}

header{
    height: 85px;
    display: flex;
    align-items: center; 
    background: #fff;
    box-shadow: 0px 2px 15px 0px rgba(110, 110, 110, 0.1);
}


.lang-main .dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 125px;
    padding: .5rem 0;
    margin: 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: .25rem;
}
.menu-main{
    height: 100%;
    display: flex;
    align-items: center;
    
    display: -ms-flexbox;
         display: -ms-inline-grid;
}
/*.menu-main ul{
    list-style: none;
    margin: 0;
    display: block;
}*/
/*.menu-main ul li{
    display: inline-block;
    padding: 5px 15px;
}
.menu-main ul li a{
    color: #fff;
    font-family: ProximaNova-Regular, sans-serif;
    font-size: 19px;
    text-decoration: none;
}

.new-navbar ul li ul.dropdown-menu {
    background-color: #fff;
    border-radius: 0;
    min-width: 240px!important;
    left: 10px!important;
	    padding-top: 25px;
}

.menu-main .dropdown-item:focus,.menu-main .dropdown-item:hover {
    text-decoration: none;
    background-color: transparent;
}*/

/* Header Top*/
.header-top{
    width: 100%;
    height: 50px;  
    /*background-color: rgb(58, 106, 179);*/
    background: #145780;
}
.header-contacts{
    display: flex;
    align-items: center;    
}
.header-contacts a{color: #fff;}
.header-contacts span:first-child{
    color: #ffffff;
    padding: 0 25px 0 0;
    border-right: 1px solid #05639c;
    height: 50px;
    display: flex;
    align-items: center;
}
.header-contacts span:last-child{
    color: #ffffff;
    padding: 0 0 0 25px;
    height: 50px;
    display: flex;
    align-items: center;
}
.header-contacts span > i{
    margin-right: 10px;
}

.header-settings{
    display: flex;
    align-items: center; 
}
.speciality i{color: #fff;font-size: 24px;vertical-align: middle;}
.header-settings > div{
    height: 50px;
    display: flex;
    align-items: center;
    border-right: 1px solid #05639c;
    padding: 0 20px;
}
.header-settings > div:last-child{
    padding-right: 0;
    border: none;
}
.header-settings > div > a{
    color: #ffffff;
    margin: 0 10px;
}
.header-settings div.header-lang .lang-main .btn{
    background: transparent;
    outline: none;
    border: none;
    box-shadow: none;
    display: flex;
    align-items: center;
    height: 50px;
}

.header-settings div.header-lang .lang-main .btn > i{
    margin-right: 5px;
}
.header-settings .speciality > a{
    margin: 0 10px;display: -ms-inline-grid;
}
.header-settings .speciality img{
    
}
.header-settings > div.speciality{
    display: -ms-flexbox;
    display: -ms-inline-flexbox;
     
}
.header-logo{
    display: flex;
    align-items: center;
    padding: 5px 0;
}
.header-logo a img {
    /* width: 245px; */
    height: 65px;
}
.header-lang .dropdown-toggle::after{
    display: none;
}
.lang-main .dropdown-menu.show{
    display: block;
    left: -20px!important;
    padding: 5px 0;
}
/* Header Slider */
.header-slider{
    width: 100%;
    height: 600px;    
    background-image: url(../images/banner.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    display: flex;
    align-items: center;
}
.header-slider::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 33, 53, 0.45);
    
}
.home-slider{
    
}
.home-slider .item{
    display: flex;
    justify-content: center;
}
.home-slider .item .slide-products__item{
    display: flex;
    align-items: center;
    width: 920px;
}
.home-slider .item .slide-products__item .slide-product__info{
    padding-right: 200px;min-width: 750px;
}
.home-slider .item .slide-products__item .slide-product__info > h2{
    color: #fff;
    font-family: ProximaNova-Bold, sans-serif;
    font-size: 44px;
    margin: 0;
}
.home-slider .item .slide-products__item .slide-product__info > p{
    color: #fff;
    font-family: ProximaNova-Regular, sans-serif;
    font-size: 20px;
    padding: 30px 0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    max-height: 105px;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
}
.home-slider .item .slide-products__item .slide-product__info > a{
    font-family: ProximaNova-Regular, sans-serif;
    background: #41b2e7;
    color: #fff;
    padding: 8px 25px 7px;
    border-radius: 30px;
    font-size: 17px;
    text-decoration: none;
    display: block;
    float: left
}
.home-slider .item .slide-products__item .slide-product__image{
}
.home-slider .item .slide-products__item .slide-product__image article{
    width: 172px;
    height: 180px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 7px;
    background-color: rgba(255, 255, 255, 0.851);
}
.home-slider .item .slide-products__item .slide-product__image article > img{
    height: 100px;
}
.home-slider .owl-theme .owl-nav{
    margin: 0;
}
.home-slider .owl-carousel .owl-nav button.owl-prev{
    position: absolute;
    left: 0;
    bottom: 50%;
    transform: translateY(50%);
    width: 35px;
    height: 35px;
    background: #fff;
    border-radius: 50%;
    font-size: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    color: #41b2e7;
}
.home-slider .owl-carousel .owl-nav button.owl-prev > i{
    margin: 0 1px 1px 0;
}
.home-slider .owl-carousel .owl-nav button.owl-next{
    position: absolute;
    right: 0;
    bottom: 50%;
    transform: translateY(50%);
    width: 35px;
    height: 35px;
    background: #fff;
    border-radius: 50%;
    font-size: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    color: #41b2e7;
}
.home-slider .owl-carousel .owl-nav button.owl-next > i{
    margin: 0 0 1px 1px;
}
.home-slider .owl-theme .owl-dots{
    position: absolute;
    width: 100%;
    bottom: -150px;
}
.home-slider .owl-theme .owl-dots .owl-dot.active span, 
.home-slider .owl-theme .owl-dots .owl-dot:hover span {
    background: #ffffff;
}
.home-slider .owl-theme .owl-dots .owl-dot span {
    width: 12px;
    height: 12px;
    margin: 5px 7px;
    background: transparent;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 30px;
    border: 1px solid #fff;
}


.main-row{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -10px;
    margin-left: -10px;
}
.main-col{
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
    padding: 0 10px
}

.home__title{
    text-align: center;
    width: 100%;
}
.home__title > h2{
    font-family: ProximaNova-Bold, sans-serif;
    font-size: 36px;
    color: #145780;
    margin: 0;
}

.about-home{
    padding: 45px 0 30px 0;
}
.about-home__main{

}
.about-home__images{

}
.about-home__images-block{
    height: 100%;
    display: flex;
    align-items: center;
    padding: 15px 0 15px 15px;
    position: relative;
}
.about-home__images-block:before{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    border: 1px solid #41b2e7;
    border-radius: 8px;
    width: calc(100% - 80px);
    z-index: -1;
}

.about-home__images-block .about-image{
    border-radius: 8px;
    overflow: hidden;
    width: 100%;
    height: 420px;
}
.about-home__images-block .about-image img{
    width: 100%;
    object-fit: cover;
    height: 100%;
    object-position: center;
}
.about-home__grid{
    display: grid;
    align-items: center;
    height: 100%;
}
.about-home__content{

}

.about-home__content h2{
    font-family: ProximaNova-SemiBold, sans-serif;
    color: #41b2e7;
    font-size: 24px;
}
.about-home__content .about-home__content-text{
    font-family: ProximaNova-Regular, sans-serif;
    font-size: 18px;
    color: #282828;
    padding: 15px 0 25px;
}
.about-home__content .about-home__content-text p{
    margin-bottom: 10px;
}
.about-home__content  a.button{
    font-family: ProximaNova-Regular, sans-serif;
    background: #41b2e7;
    color: #fff;
    padding: 8px 25px;
    border-radius: 30px;
    font-size: 17px;
    text-decoration: none;
}
.about-stat{
    width: 100%;
    padding: 30px 0 0;
}
.about-stat__item{
    text-align: center;
    width: 100%;
    padding: 15px 30px;
    display: flex;
}
.about-stat__item .about-stat__image{
    flex: 0 0 100px;
    max-width: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.about-stat__item .about-stat__image img{
    height: 55px;
}
.about-stat__item .about-stat__title{
    padding: 0;
    display: flex;
    flex-direction: column;
    text-align: left;
}
.about-stat__item .about-stat__title strong{
    font-family: ProximaNova-Semibold, sans-serif;
    font-size: 36px;
    color: #3a3636;
    line-height: 32px;
}
.about-stat__item .about-stat__title span{
    font-family: ProximaNova-Regular, sans-serif;
    font-size: 18px;
    color: #3a3636;
}

.main-col-3{
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
    padding: 0 10px;
}
.main-col-4{
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
    padding: 0 10px;
}
.main-col-6{
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    padding: 0 10px;
}
.main-col-9{
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
    padding: 0 10px;
}


/* Home Products */
.home-products{
    padding: 30px 0 15px;
}
.products{
    padding: 30px 0;
}
.products .products-item{
    border-radius: 5px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 4px 20px 0px rgba(40, 37, 37, 0.1);
    width: 100%;
    height: 180px;
    margin-bottom: 20px;
    padding: 25px;
    display: block;
}

.products .products-item .products-item__title{
    display: flex;
    align-items: center;
}
.products .products-item .products-item__title > article{
        flex: 0 0 45px;
    max-width: 45px;
    padding-right: 10px;
    border-right: 1px solid #dddddd;
}
.products .products-item .products-item__title > article img{
    /*height: 35px;*/width: 100%;
   /* height: 100%;*/
    object-fit: cover;
    object-position: center;
}
.products .products-item .products-item__title > span{
    font-family: ProximaNova-SemiBold, sans-serif;
    color: #145780;
    font-size: 19px;
    line-height: 20px;
    padding: 0 0 0 10px;
}
.products .products-item .products-item__content{
    padding: 15px 0;
}
.products .products-item .products-item__content > p{
    color: #635e5e;
    font-size: 16px;
}
.products .products-item span{
    display: flex;
    color: #635e5e;
    align-items: center;
}
.products .products-item span > i.fa{
    margin-left: 10px;
}
.products .products-item:hover span{
    color: #145780;
}
.products .products-item__others{
    border-radius: 5px;
    background-image: url(../images/others.jpg);
    background-size: cover;
    background-position: center;
    box-shadow: 0px 4px 20px 0px rgba(40, 37, 37, 0.1);
    width: 100%;
    height: 250px;
    margin-bottom: 20px;
    padding: 25px;
    position: relative;
    overflow: hidden;
}
.products .products-item__others::before{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255, 0.85);
}
.products .products-item__others > a{
    font-family: ProximaNova-Semibold, sans-serif;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    font-size: 26px;
    color: #3a6ab3;
}
/* Home Partners */
.home-partners{
    
}
.partners{
    width: 100%;
    background: #f4f8ff;
    margin: 30px 0;
    padding: 45px 0 60px;
}
.partners-col{
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
    padding: 0 10px;
    border-right: 1px solid #dddddd;
}
.partners .partners-item{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 75px;
}
.partners .partners-item > a{
    display: flex;
    align-items: center;
}
.partners .partners-item > a > img{
    max-width: 225px;
    max-height: 75px;
    object-fit: contain;
}
#partners.owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 0;
    position: absolute;
    width: 100%;
    bottom: -50px;
}
#partners.owl-theme .owl-dots .owl-dot span {
    width: 15px;
    height: 5px;
    margin: 5px 6px;
    background: #D6D6D6;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 4px;
}
#partners.owl-theme .owl-dots .owl-dot.active span, 
#partners.owl-theme .owl-dots .owl-dot:hover span {
    background: #145780;
}

/* Home News */
.home-news{
    padding: 30px 0;
}
.news{
    padding: 30px 0 15px;
}
.news .news-item{
    display: block;
    border-radius: 5px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 4px 20px 0px rgba(40, 37, 37, 0.1);
    padding: 25px;
}
.news .news-item .news-item__image{
    width: 100%;
    height: 225px;
    margin-bottom: 10px;
    border-radius: 2px;
    overflow: hidden;
}
.news .news-item .news-item__image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.news .news-item .news-item__title{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.news .news-item .news-item__title span{
    font-family: ProximaNova-SemiBold, sans-serif;
    color: #145780;
    font-size: 22px;
}
.news .news-item .news-item__content{
    padding: 5px 0 15px 0;
}
.news .news-item .news-item__content p{
    color: #635e5e;
    font-size: 16px;
    height: 72px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.news .news-item .news-item__footer{
    
}
.news .news-item .news-item__footer span{
    color: #41b2e7;
    font-size: 16px;
    margin-right: 50px;
}
.url-news{
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px 0;
}
.url-news > a{
    color: #3a3636;
    font-size: 17px;
}

footer{
    width: 100%;
    background: #145780;
    position: relative;
    padding: 30px 0 15px;
}
.footer-main{
    width: 100%;
    position: relative;
    z-index: 1;
    padding: 0;
}
.footer-logo{
    color: #ffffff;
}
.footer-logo img{
    padding: 0;
    height: 65px;
}
.footer-logo p{
    margin: 30px 0;
}

.footer-contact{
    padding-right: 60px;
}
.footer-contact a{color: #fff;}
.footer-contact > h2{
    font-family: ProximaNova-Bold, sans-serif;
    font-size: 22px;
    color: #ffffff;
    margin-bottom: 20px;
}
.footer-contact > ul{
    list-style: none;
    padding: 0;
    margin: 0;
}
.footer-contact > ul > li{
    color: #ffffff;
    margin-bottom: 10px;
}
.footer-contact > ul > li:last-child{
    margin: 0;
}
.footer-contact > ul > li.socials{
    display: flex;
    align-items: center;
}
.footer-contact > ul > li.socials a{
    margin: 0 3px;
    display: flex;
}
.footer-contact > ul > li span{
    font-family: ProximaNova-SemiBold, sans-serif;
}

.footer-subscription{
    
}
.footer-subscription > h2{
    font-family: ProximaNova-Bold, sans-serif;
    font-size: 22px;
    color: #ffffff;
    margin-bottom: 25px;
}

.footer-subscription form{
    
}
.footer-subscription form .form-control{
    border-radius: 20px;
    border-color: #fff;
    background: transparent;
    outline: none;
    margin-right: 15px;
    color: #fff;
}
.footer-subscription form .form-control::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #fff;
  opacity: 1; /* Firefox */
}

.footer-subscription form .form-control:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #fff;
}

.footer-subscription form .form-control::-ms-input-placeholder { /* Microsoft Edge */
  color: #fff;
}
.footer-subscription form .btn-subscription{
    border-radius: 20px;
    color: #3a6ab3;
    background: #ffffff;
    outline: none;
    
    padding: .375rem 1.25rem;
}

.footer-copy{
    color: #ffffff;
    padding: 15px 0;
}
.footer-copy .copy{
    display: block;
}
.footer-copy .developer{
    display: block;
}
.footer-copy .developer > a{
    font-family: ProximaNova-Semibold, sans-serif;
    color: #ffffff;
    text-decoration: none;
}

.main-row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -10px;
    margin-left: -10px;
}
.content-main {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
    padding: 0 10px;
    /*margin: 15px 0;*/
}
.content-main .content p{margin: 0 0 15px;}
.content img {
    max-width: 100%;
    height: auto;
}
.content table{width: 100% !important;font-size: 16px;}
.siderbar-main{
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
    padding: 0 10px;
    /*margin-top: 15px;*/
}
.siderbar-main .sidebar-menu{background: #fff;padding: 20px;margin-bottom: 15px;box-shadow: 0px 4px 20px 0px rgba(110, 110, 110, 0.2);border-radius: 10px;}
.siderbar-main .sidebar-menu h2{margin: 0;color: #115185;font-size: 22px;margin-bottom: 15px;}
.siderbar-main .sidebar-menu ul{list-style: none;}
.siderbar-main .sidebar-menu ul li{margin-bottom: 15px;position: relative;}
.siderbar-main .sidebar-menu ul li a{font-size: 17px;color: #2f3941;line-height: 18px;}
.siderbar-main .sidebar-menu ul li.active a, .siderbar-main .sidebar-menu ul li a:hover{color: #1a3373;}
.content {
    background: #fff;
    padding: 20px;
    border-radius: 10px;
    font-size: 17px;
    min-height: 200px;
    box-shadow: 0px 4px 20px 0px rgba(110, 110, 110, 0.2);
    margin-bottom: 15px;
    overflow: hidden;
}
.content h3{font-size: 16px;}
.content iframe{width: 100%;}
.breadcrumbs h1{font-size: 26px;color: #000;margin: 0;padding-bottom: 10px;  padding-left: 0;}
.breadcrumbs ul li{display: inline-block;color: #989aae;padding-right: 10px;margin-right: 10px;}
.breadcrumbs ul li a{color: #989aae;}
.breadcrumbs ul li:after{content: "\f054";font-family: fontawesome;position: relative;left: 10px;font-size: 10px;}
.breadcrumbs ul li:last-child:after{display: none;}
.content-main-block {
    margin-top: 20px;min-height: 500px;    width: 100%;
}
.mobile-menu a.dl-menu_hambergur {
    color: #3a6ab3;
}
/* search */
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);
}

.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: #3a6ab3;
}
.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;}

.list-item {
    border-bottom: 1px solid #e9e9e9;
    padding-bottom: 15px;
    margin-bottom: 15px;
}
.list-item a{color: #000;}
/* Pagination */
.pagination-main{text-align: center;}
.pagination-main .pagination{justify-content: center;}
.pagination ul{list-style: none;margin-bottom: 0;}
.pagination ul li{float: left;}
.pagination ul li a{font-size: 20px;padding: 0 7.5px;}
.pagination ul li.active a{color: #3a6ab3;}
.pagination ul li.page a{color: #2f3941;}
.pagination ul li.page a:hover{color: #3a6ab3;}

.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-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 !important;
}
.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: 10px;}
.doc-block table tr:first-child td{ }
table, th, tr, td {
    border: 1px solid #95c0dc;   
    padding: 5px 15px;
}

table tr:nth-child(2n) {
    background-color: #f3f7f9;
}
.news-pages{    max-width: 100%;flex: 0 0 100%;}
.news-pages .main-col-4{margin-bottom: 15px;}
.news-pages .news{padding: 15px 0 15px;}
.content .news-view__title h2{
    font-size: 28px;
    color: #0b375b;
    line-height: 29px;
    margin: 0 0 20px 0;
    font-family:"Roboto", sans-serif;
}
.news-footer{
    clear: both;
    padding-top: 20px;
}
.news-footer .date-share-main{
    width: 100%;
    display: block;
    overflow: hidden;
    margin-top: 15px;
}
.date-share-main ul.list-unstyled{
    margin: 0;
    float: left;
    padding-left: 0;
}
.date-share-main ul.list-unstyled li {
    float: left;
    margin: 0;
    margin-right: 25px;
    color: #1a3373;
}
.news-footer .date-share-main .share{
        float: right;
}
.news-footer .date-share-main .share p{
    float: left;
    margin: 0 10px;
    color: #1a3373;
}
.news-footer .date-share-main .share div.osg{
    float: right;
}
.st-key{text-align: left;}
.st-val{padding-left: 3%;}

.question .btn{color: #000;text-decoration: none;white-space: normal;}

#contactMSG {float: right;background: #41b2e7;color: #fff;}
#captcha_contacts_button {float: left;display: flex;width: 35px;height: 35px;background: #41b2e7;border-radius: 0 4px 4px 0;margin-right: 15px;justify-content: center;align-items: center;}
#captcha_contacts_button a{color: #fff;}
.captcha-input-2 {margin-right: 5px;}
div#myTabContent {
    padding: 15px 5px;
}
#myTab li a{color: #000;}
.resume_add{color: #fff !important;background: #41b2e7;padding: 8px 15px;display: inline-block;}
.polls .custom-control-label {
    font-size: 17px;
    color: #454545;
}
.polls .custom-control-label::before {
    color: #fff;
    background-color: transparent;
    border: 1px solid #41b2e7;
}
.custom-radio .custom-control-input:checked~.custom-control-label::after{
    background-color: #41b2e7;
    border-radius: 50%;
}
.polls .polls-quest{
    font-size: 22px;
    color: #41b2e7;
    margin-bottom: 15px;
}
.polls-buttons{
    margin-top: 25px;
}
.polls-buttons .btn{
    background-color: #41b2e7;
    color: #ffffff;
    font-size: 16px;
    outline: none;
}
.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 {margin-top: 15px;}
.question .card{margin-bottom: 10px;}


.home-usefuls{
    padding: 30px 0;
}
.usefuls-main{
    padding: 30px 0;
}

.usefuls-item{
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-radius: 5px;
    background-color: rgb(255, 255, 255);
    -webkit-box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.05);
            box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.05);
    height: 120px;
    padding: 25px;
}
    
.usefuls-item .usefuls-item__image{
    max-width: 110px;
    height: 80px;
    margin-right: 15px;
}
.usefuls-item .usefuls-item__image img{
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
    -o-object-position: center;
       object-position: center;
}
.usefuls-item .usefuls-item__title{
    
}
.usefuls-item .usefuls-item__title span{
    font-family: 'ProximaNova-Regular', sans-serif;
    font-size: 15px;
    color: #575757;
    line-height: 19px;
    display: block;
}
#usefuls .owl-stage-outer{
    margin: -25px -15px;
    padding: 25px 15px;
}
.usefuls-main .owl-theme .owl-dots .owl-dot span{
    width: 11px;
    height: 11px;
    margin: 5px 5px;
    border: 1px solid #145780;
    background: transparent;
}
.usefuls-main .owl-theme .owl-dots .owl-dot.active span, 
.usefuls-main .owl-theme .owl-dots .owl-dot:hover span {
    background: #145780;
}
.counter-block {
    margin-top: 30px;
}




/* Catalog new */
.catalog-item{
    display: block;
    background: #ffffff;
    box-shadow: 0px 4px 20px 0px rgba(40, 37, 37, 0.1);
    margin-bottom: 20px;
    border-radius: 5px;
    overflow: hidden;
}
.catalog-item__title{
    
}
.catalog-item__title article{
    width: 100%;
    height: 220px;
}
.catalog-item__title article img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.catalog-item__info{
    padding: 15px 20px 15px;
} 
.catalog-item__info h2{
    font-family: ProximaNova-SemiBold, sans-serif;
    color: #145780;
    font-size: 19px;
    line-height: 20px;
    margin-bottom: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    height: 60px;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.catalog-item__info p{
    color: #635e5e;
    font-size: 17px;
    line-height: 21px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    height: 45px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-bottom: 10px;
}
.catalog-item__info span{
    color: #145780;
    display: flex;
    align-items: center;
}
.catalog-item__info span i{
    margin-left: 7px;
}