body {
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    background: #fcfcfc;
}
.wrapper{
    position: relative;
    padding-top: 100px;
}
a, a:hover{
    text-decoration: none;
}
/* .dropdown-item:focus, .dropdown-item:hover{background: transparent !important;} */
b, strong {
    font-weight: 600;
}
.container{
    max-width: 1750px;
}
.breadcrumb{
    background: transparent;
    margin: 0;
    padding: 0;
}
.breadcrumb .breadcrumb-item > a,
.breadcrumb .breadcrumb-item > span{
    color: #a9a8a8;
}
.breadcrumb-item+.breadcrumb-item::before{
    color: #a9a8a8;
}
.mobile-menu{display: none;}
.title{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 30px 0;
}
.title-seetings{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.title h1{
    margin: 0;
    flex: 0 0 auto;
    max-width: 100%;
    font-weight: 700;
    font-size: 29px;
    color: #4b77b9;
}
.title a{
    font-size: 17px;
    color: #4a4a4b;
}
.title-seetings a.url{
    font-size: 18px;
    padding: 4px 20px 8px;
    border-radius: 3px;
    background-color: #4b77b9;
    color: #ffffff;
}
.title-seetings .nav-tabs{
    border: none;
}
.title-seetings .nav-tabs .nav-item.show .nav-link, 
.title-seetings .nav-tabs .nav-link.active{
    border: none;
    color: #4b77b9;
    background: transparent;
}
.title-seetings .nav-tabs .nav-link{
    border: none;
    padding: 0;
    margin: 0 30px;
    font-size: 18px;
    color: #797979;
}
.title-seetings .nav-tabs .nav-item{
    display: flex;
    align-items: center;
}
.nav-tabs .nav-link:focus, 
.nav-tabs .nav-link:hover{
    border: none;
}
.owl-controls{
    display: flex;
}
.owl-controls > span{
    cursor: pointer;
    border-radius: 3px;
    background-color: #4b77b9;
    color: #ffffff;
    font-size: 27px;
    width: 40px;
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 20px;
}
  
/* Begin Header */
header.header {
    background: #406bab;
    width: 100%;
    height: 100px;
    display: flex;
    align-items: center;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9;
}
.header-main{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 0;
}
  
.header-logo{
    flex: 0 0 545px;
    width: 545px;
    padding-right: 30px;
}
.header-logo a{ 
    display: flex;
    align-items: center;
    text-decoration: none;
}
.header-logo a img{
    height: 60px;
}
.header-logo a{
    display: flex;
    align-items: center;
    text-decoration: none;
}
.header-logo a img{
    width: 60px;
    height: auto;
    margin-right: 15px;
}
.header-logo__title{

}
.header-logo__title span{
    text-transform: uppercase;
    color: #ffffff;
    font-size: 15px;
    line-height: 19px;
    display: block;
    margin-bottom: 3px;
    font-weight: 600;
}

.header-settings{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header-socials{
    padding-left: 60px;
    display: flex;
    align-items: center;
}
.header-socials a{
    font-size: 29px;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
}
.header-search{
    padding-left: 90px;
    display: flex;
    align-items: center;
}
.header-search a{
    font-size: 17px;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
}
.header-search a i.icons{
    font-size: 15px;
}

.header-lang{
    padding-left: 60px;
    display: flex;
    align-items: center;
}
.header-lang a{
    font-size: 18px;
    color: #ffffff;
    display: flex;
    padding-left: 15px;
    margin-left: 15px;
    align-items: center;
    justify-content: center;
    border-left: 1px solid #6e8cb8;
}
.header-lang a:first-child{
    border: 0;
}
.header-lang a.active{
    font-weight: 600;
}
.header-lang a i.icons{
    margin-left: 5px;
    margin-top: 3px;
}


  
.header-menu{
    width: 100%;
    height: 70px;
    display: flex;
    align-items: center;
}
.header-menu ul.navbar-nav {
    /* display: flex; */
    align-items: center;
    list-style: none;
    padding: 0;
    margin: 0;
    justify-content: space-between;
    width: 100%;
}
.header-menu ul li{
    padding: 0 30px;
}

.header-menu ul li a{
    font-family: 'Montserrat', sans-serif;
    color: #ffffff;
    font-size: 20px;
}
.header-menu ul li a i{
    
}
.header-menu ul li a i.fa-bars {
    font-size: 21px;
}
.new-navbar .nav-item .dropdown-menu li {
    padding: 0 20px;
}
.dropdown-item:focus, .dropdown-item:hover{
    color: #ffffff;
    background-color: #406bab;
}
.new-navbar .dropdown-menu .nav-item-2 a.dropdown-item {
    font-size: 17px;
    line-height: 20px;
    padding: 10px 0;
    border-bottom: 1px solid #4980d0;
}
.new-navbar .dropdown-menu .nav-item-2:last-child a.dropdown-item{
    border: none;
}
/* End Header */


.main-row{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -10px;
    margin-left: -10px;
}
.main-col-4{
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
    padding: 0 10px;
}

.home-about{
    padding: 30px 0;
}
.home-about__main{
    
}
.about-left{
    font-size: 18px;
    color: #484747;
    padding-right: 45px;
    text-align: justify;
}
.about-left a{
    color: #4b77b9;
    border: 1px solid #4b77b9;
    border-radius: 30px;
    padding: 6px 30px;
    display: inline-block;
}
.about-right{

}
.about-item{
    display: block;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 4px 20px 0px rgba(60, 60, 60, 0.08);
    width: 100%;
    height: 170px;
    padding: 30px;
    margin-bottom: 30px;
}
.about-item__image{
    display: flex;
    margin-bottom: 15px;
}
.about-item__image img{
    height: 55px;
}
.about-item h2{
    font-size: 17px;
    font-weight: 500;
    margin: 0;
    color: #484747;
}
  
/* Home Map */
.home-map{
    position: relative;
    width: 100%;
    height: 600px;
    background-image: url(../images/maps.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 1;
}

/* News */
.home-news{
    padding: 30px 0;
}
.home-news__main{
    padding: 0;
}

.news-item{
    border-radius: 5px;
    display: block;
    overflow: hidden;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 4px 20px 0px rgba(60, 60, 60, 0.08);
    padding: 20px;
}
.news-item__image{
    width: 100%;
    height: 230px;
}
  
.news-item__image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.news-item__info{
    width: 100%;
    height: 230px;
    position: relative;
    padding: 20px 0 30px;
}
.news-item__info h2{
    font-size: 21px;
    font-weight: 600;
    color: #404040;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-bottom: 15px;
}
.news-item__info p{
    font-size: 16px;
    color: #484747;
    overflow: hidden;
    font-weight: 400;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}
.news-item__footer{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.news-item__footer span.date{
    font-size: 16px;
    color: #9c9c9c;
}
.news-item__footer span.url{
    font-size: 16px;
    color: #4b77b9;
    display: flex;
    align-items: center;
}
.news-item__footer span.url i.icons{
    margin-left: 10px;
    margin-top: 3px;
}

.home-regions{
    padding: 30px 0;
}
.home-regions__main{

}
.col-regions{
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}
.region-item{
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 60px;
    font-size: 16px;
    font-weight: 500;
    color: #484747;
    background-color: #ffffff;
    box-shadow: 0px 4px 20px 0px rgba(60, 60, 60, 0.08);
    padding: 0 15px;
    text-align: center;
    margin-bottom: 30px;
    margin-right: 30px;
}
  
/* Home Partners */
.partners-home{
    padding: 30px 0;
}
.partners-home__main{
    padding: 30px 0;
}
.partners-item{
    position: relative;
    display: flex;
    align-items: center;
    border-radius: 5px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 4px 20px 0px rgba(60, 60, 60, 0.08);
    height: 150px;
    padding: 0 30px;
}
  
.partners-item .partners-item__image{
    width: 90px;
    height: 90px;
    display: flex;
    justify-content: center;
    margin-right: 15px;
}
.partners-item .partners-item__image img{
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
}
.partners-item .partners-item__title{
    
}
.partners-item .partners-item__title h3{    
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    color: #404040;
    line-height: 19px;
    display: block;
}
.partners-item .partners-item__title span{
    font-size: 15px;
    color: #4b77b9;
}
#partners.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0,0,0);
    margin: -15px;
    padding: 15px;
}
  
/* Footer */
footer{
    width: 100%;
    background-color: #406bab;
    padding: 45px 0;
}
.footer-info{
    color: #ffffff;
}
a.footer-logo{
    display: flex;
    align-items: center;
    text-decoration: none;
    margin-right: 30px;
}
a.footer-logo img{
    width: 60px;
    height: auto;
    margin-right: 15px;
}
.footer-logo__title{

}
.footer-logo__title span{
    text-transform: uppercase;
    color: #ffffff;
    font-size: 15px;
    font-weight: 600;
    line-height: 20px;
    display: block;
    margin-bottom: 3px;
}
.footer-logo__title small{
    text-transform: uppercase;
    color: #ffffff;
    font-size: 10px;
}
.footer-contacts{
    padding: 0 30px;
}
.footer-contacts h2{
    font-family: 'Montserrat', sans-serif;
    font-size: 20px;
    color: #ffffff;
    margin-bottom: 15px;
}
.footer-contacts ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.footer-contacts ul li{
    margin-bottom: 30px;
    line-height: 23px;
}
.footer-contacts ul li a{
    color: #ffffff;
}
.footer-contacts ul li a i.icons{
    font-size: 17px;
    margin-top: 3px;
    margin-right: 10px;
}
.footer-copy{
    color: #ffffff;
}
.footer-copy a{
    color: #ffffff;
    font-weight: 600;
}
.footer-ctrl{
    padding-left: 60px;
}
.footer-ctrl span{
    display: block;
}
.footer-ctrl img{
    margin-top: 15px;
}
.footer-copy .dev{
    padding-left: 60px;
}
.footer-socials a{
    font-size: 16px;
    color: #ffffff;
    margin-right: 15px;
}
.footer-mobile{
    display: flex;
    margin-top: 30px;
}
.footer-mobile img{
    height: 30px;
    margin-right: 20px;
}
  



.contacts{
    
}
.contacts > h2{
    font-size: 22px;
    font-weight: 600;
    color: #4b77b9;
    margin-bottom: 30px;
}
.contacts-main{
    display: flex;
    flex-wrap: wrap;
}
.contacts-item{
    padding-right: 60px;
    margin-bottom: 30px;
}
.contacts-item strong{
    display: block;
    font-size: 18px;
    color: #5c5c5c;
}
.contacts-item span,
.contacts-item a{
    display: block;
    font-size: 17px;
    color: #5c5c5c;
}
.contacts-item a:hover{
    color: #4b77b9;
}
/* Pages */
.pages{
    padding: 30px 0;
}
.back-main{
    display: flex;
}
.back-main a{
    display: flex;
    align-items: center;
    font-size: 16px;
    color: #a9a8a8;
}
.back-main a i.icons{
    margin-right: 15px;
}
.page-title{
    display: flex;
    align-items: center;
    padding: 20px 0;
}
.page-title h1{
    margin: 0;
    margin-right: 30px;
    flex: 0 0 auto;
    max-width: 100%;
    font-weight: 700;
    font-size: 27px;
    color: #4b77b9;
}
.page-title__info{
    
}
.page-title__info span{
    color: #9a9a9a;
    font-size: 18px;
    margin-right: 10px;
}
.page-title__info span.badge{
    font-size: 18px;
    color: #ffffff;
    padding: 5px 15px;
    font-weight: 500;
}
.page-subtitle{
    font-size: 18px;
    font-weight: 500;
    color: #484747;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.page-subtitle *{
    margin: 0;
}
.pages-main{
    padding: 30px 0;
}
.view-item{
    display: block;
    border-radius: 5px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 4px 20px 0px rgba(60, 60, 60, 0.1);
    width: 100%;
    height: 387px;
    margin-bottom: 30px;
    padding: 20px 25px;
}
.view-long__item{
    display: block;
    border-radius: 5px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 4px 20px 0px rgba(60, 60, 60, 0.1);
    width: 100%;
    padding: 20px 25px;
}
.view-item__title{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.view-item__title h2{
    margin: 0;
    flex: 0 0 auto;
    max-width: 100%;
    font-weight: 700;
    font-size: 24px;
    color: #4b77b9;
}
.view-item__title span{
    font-size: 24px;
}
.icon-clear img{
    width: 25px;
}
.view-weather{
   /* padding: 15px 0;*/
}
.view-weather ul{
    list-style: none;
    margin: 0;
    padding: 0;
    color: #484747;
}
.view-weather ul li{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 0;
}
.view-weather ul li span{
    display: flex;
    align-items: center;
    font-weight: 500;
}
.view-weather ul li span > i.icons{
    color: #4b77b9;
    font-size: 18px;
    margin-right: 10px;
}
.view-weather ul li strong{

}

.view-concentrations{
    padding: 15px 0;
}
.view-concentrations ul{
    list-style: none;
    padding: 0;
    color: #484747;
}
.view-concentrations ul li{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 15px;
}
.view-concentrations ul li:nth-child(2n){
    padding-left: 45px;
}
.view-concentrations ul li span{
    font-weight: 500;
    font-size: 16px;
}
.view-concentrations ul span.badge{
    color: #ffffff;
    min-width: 32px;
    padding: 5px 5px 3px;
}
.bg-success{
    background-color: #38cf71!important;
}

.view-recommendations{
    padding: 0;
}
.recommendations-item {
    padding: 30px 0;
    padding-right: 60px;
}
.recommendations-item__icon{
    margin: 15px 0;
}
.recommendations-item__icon i.icons{
    font-size: 60px;
    color: #38cf71;
}
.recommendations-item__icon i.icons.icon-window,
.recommendations-item__icon i.icons.icon-park{
    color: #ffe07d;
}
.recommendations-item h3{
    font-size: 17px;
    color: #484747;
    font-weight: 500;
    line-height: 1.4;
}

.view-chart{

}
#chart { margin-top: 20px;}
/* 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: 15px;
    padding: 0;
    border: 0;
    background: #111;
    color: #fff;
    cursor: pointer;
    background: #406bab;
}
.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;}

.map-url{
    width: 100%;
    height: 0;
    position: absolute;
    top: 60px;
    left: 0;
    z-index: 999;
}
.map-url a{
    display: flex;
    border-radius: 5px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 4px 20px 0px rgba(60, 60, 60, 0.1);
    float: left;
    padding: 0 30px;
    height: 55px;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    font-weight: 500;
    color: #406bab;
}
.map-url a > i.icons{
    margin-right: 10px;
    margin-top: -2px;
}

.maps-main{
    position: relative;
    width: 100%;
    height: 736px;
    background-image: url(../images/maps.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 1;
}
.maps-info{
    width: 100%;
    height: 0;
    position: absolute;
    top: 60px;
    left: 0;
    z-index: 999;
}
.maps-info__main{
    display: flex;
    justify-content: space-between;
    width: 100%;
    height: 0;
}
.maps-info__left{
    
}

.maps-info__urls{
    overflow: hidden;
}
.maps-info__urls a{
    display: flex;
    border-radius: 5px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 4px 20px 0px rgba(60, 60, 60, 0.1);
    float: left;
    padding: 0 25px;
    height: 55px;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    font-weight: 500;
    color: #406bab;
    margin-right: 20px;
}
.maps-info__urls a > i.icons{
    margin-right: 10px;
    margin-top: -2px;
}
.maps-info__info{
    margin-top: 30px;
    border-radius: 5px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 4px 20px 0px rgba(60, 60, 60, 0.1);
    max-width: 345px;
    width: 100%;
    padding: 15px 25px;  
}
.maps-info__info h2{
    font-size: 19px;
    font-weight: 600;
    color: #484747;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
}
.maps-info__info h2 > a{
    margin-left: 10px;
    margin-top: -2px;
    display: flex;
}
.maps-info__info ul{
    list-style: none;
    padding: 0;
    margin: 0;
}
.maps-info__info ul li{
    font-weight: 500;
    font-size: 17px;
    color: #484747;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
}
.maps-info__info ul li span.block{
    display: block;
    border-radius: 2px;
    width: 40px;
    height: 30px;
    margin-right: 15px;  
}
.color-block{
    width: 100%;
    height: 20px;
    display: block;
    margin-bottom: 12px;
}
.maps-info__info ul li span.block.grey{
    background-color: #0070c0;/*#d0cece;*/
}
.maps-info__info ul li span.block.green, .color-block.color-green{
    background-color: #38cf71;
}
.maps-info__info ul li span.block.yellow, .color-block.color-yellow{
    background-color: #facf39;
}
.maps-info__info ul li span.block.orange, .color-block.color-orange{
    background-color: #f99049;
}
.maps-info__info ul li span.block.red, .color-block.color-red{
    background-color: #e02319;
}

.maps-info__right{
    
}
.maps-info__item{
    border-radius: 5px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 4px 20px 0px rgba(60, 60, 60, 0.1);
    width: 350px;
    height: auto;
    padding: 15px 25px;
}
.maps-info__item h2{
    font-weight: 600;
    font-size: 20px;
    color: #406bab;
    margin-bottom: 15px;
}
.maps-info__item p{
    font-size: 16px;
    font-weight: 500;
    color: #484747;
    margin-bottom: 15px;
}
.maps-info__item ul{
    list-style: none;
    padding: 15px 0;
    margin: 0;
    border-top: 1px solid #d9d8d6;
    border-bottom: 1px solid #d9d8d6;
    margin-bottom: 15px;
}
.maps-info__item ul li{
    font-size: 16px;
    line-height: 25px;
    color: #484747;
    font-weight: 500;
    display: flex;
    align-items: center;
    margin-right: 15px;
}
.maps-info__item ul li i.icons{
    color: #406bab;
    margin-right: 10px;
}
.maps-info__item-footer{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 0;
}
.maps-info__item-footer p{
    margin: 0;
    font-weight: 500;
    display: flex;
    align-items: center;
}
.maps-info__item-footer p span.badge{
    margin-left: 10px;
    background-color: #38cf71;
    padding: 5px 12px;
    font-size: 17px;
    color: #ffffff;
}
.maps-info__item-footer a{
    font-size: 16px;
    color: #406bab;
    font-weight: 500;
    display: flex;
    align-items: center;
}
.maps-info__item-footer a i.icons{
    margin-left: 10px;
}
.maps-info__concentrations ul li{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-right: 0;
}
.maps-info__concentrations span.badge {
    color: #ffffff;
    min-width: 32px;
    padding: 5px 5px 3px;
}


#allPoints.white-popup {
  position: relative;
  border-radius: 5px;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 4px 20px 0px rgba(60, 60, 60, 0.1);
  width: 1300px;
  margin: 20px auto;
  padding: 0 30px;
  transition: 1s all;
}
#allRegions.white-popup {
  position: relative;
  border-radius: 5px;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 4px 20px 0px rgba(60, 60, 60, 0.1);
  width: 665px;
  height: 600px;
  margin: 20px auto;
  padding: 0 30px;
  transition: 1s all;
}
#ciInfo.white-popup {
  position: relative;
  border-radius: 5px;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 4px 20px 0px rgba(60, 60, 60, 0.1);
  width: 625px;
  min-height: 255px;
  margin: 20px auto;
  padding: 0 30px;
  transition: 1s all;
}

.white-popup .modal-title{
  padding: 30px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.white-popup .modal-title h4{
  color: #484747;
  margin: 0;
  padding: 0;
  font-size: 22px;
  line-height: 24px;
  font-weight: 600;
  letter-spacing: 0.5px;
}
.modal-title__settings{

}
.modal-title__settings label{
    color: #484747;
    font-size: 17px;
    font-weight: 500;
    margin-right: 15px;
}
.modal-title__settings .bootstrap-select>.dropdown-toggle{
    border-width: 1px;
    border-color: rgb(196, 196, 196);
    border-style: solid;
    border-radius: 20px;
    background: transparent;
    color: #a4a4a4;
    outline: none!important;
    box-shadow: none!important;
    padding: 6px 20px;
}
.modal-title__settings .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
    width: 270px;
}
.modal-title__settings .dropdown-item.active, 
.modal-title__settings .dropdown-item:active{
    background-color: #406bab;    color: #fff;
}
.modal-title__settings .dropdown-toggle::after{
    content: "\f107";
    border: none;
    font: normal normal normal 14px/1 FontAwesome;
    margin: 0;
    position: absolute;
    right: 25px;
    top: 10px;
    font-size: 18px;
}
.modal-title__settings .bootstrap-select .dropdown-menu li a{
    outline: none!important;
}

.mfp-bg {}

.mfp-fade.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}
.white-popup .mfp-close {
  right: -34px;
  top: -34px;
  font-size: 32px;
}
.mfp-close-btn-in .mfp-close {
  color: #fff;
}


/* overlay animate in */

.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.8;
}


/* overlay animate out */

.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}

.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  transition: all 0.4s ease-out;
}

.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}

.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}
.modalClose{
    position: absolute;
    top: -36px;
    right: -30px;
    color: #ffffff;
    font-size: 22px;
    opacity: 0.8;
}
.modalClose:hover{
    opacity: 1;
    color: #ffffff;
}
.mfp-close-btn-in .mfp-close{
    display: none;
}

.all-regions{
    
}
a.all-regions__item{
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 15px;
    text-align: center;
    height: 50px;
    border-radius: 3px;
    background-color: rgb(249, 249, 249);
    margin-bottom: 20px;
    color: #484747;
    font-weight: 500;
}

.points-row{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
}
.col-id{
    -webkit-box-flex: 0;
    -ms-flex: 0 0 60px;
    flex: 0 0 60px;
    max-width: 60px;
    display: flex;
    align-items: center;
}
.col-name{
    -webkit-box-flex: 0;
    /*-ms-flex: 0 0 240px;
    flex: 0 0 240px;
    max-width: 240px;*/
    -ms-flex: 0 0 400px;
    flex: 0 0 400px;
    max-width: 400px;
    display: flex;
    align-items: center;
}
.col-address{
    -webkit-box-flex: 0;
    /*-ms-flex: 0 0 300px;
    flex: 0 0 300px;
    max-width: 300px;*/
    -ms-flex: 0 0 320px;
    flex: 0 0 320px;
    max-width: 320px;
    display: flex;
    align-items: center;
}
.col-ci{
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100px;
    flex: 0 0 100px;
    max-width: 100px;
    display: flex;
    align-items: center;
}
.col-wea{
    -webkit-box-flex: 0;
    -ms-flex: 0 0 240px;
    flex: 0 0 240px;
    max-width: 240px;
    display: flex;
    align-items: center;
}
.col-art{
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100% - 940px);
    flex: 0 0 calc(100% - 940px);
    max-width: calc(100% - 940px);
    display: flex;
    align-items: center;
}

.points{
    padding-bottom: 30px;
}
.points-head{
    height: 62px;
    padding: 0 15px;
    border-radius: 5px;
    background-color: rgb(237, 244, 255);
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    color: #406bab;
    font-weight: 500;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}
  
.points-body{
    width: 100%;
    height: 475px;
    overflow-y: auto;
}
/* Scroll Style */
.points-body::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(67,67,67,0.1);
	border-radius: 5px;
	background-color: #edf4ff;
}

.points-body::-webkit-scrollbar
{
	width: 8px;
	background-color: #edf4ff;
}

.points-body::-webkit-scrollbar-thumb
{
	border-radius: 5px;
	-webkit-box-shadow: inset 0 0 6px rgba(67,67,67,0.1);
	background-color: #406bab;
}

.points-item{
    padding: 15px;
    border-radius: 5px;
    background-color: rgb(249, 249, 249);
    display: flex;
    align-items: center;
    color: #484747;
    font-weight: 500;
    margin-bottom: 20px;
}

.points-item .badge{
    color: #ffffff;
    font-size: 16px;
    padding: 7px 13px 4px;
}
.points-item .badge.bg-green{
    background-color: #38cf71;
}
.points-item .badge.bg-yellow{
    background-color: #facf39;
}
.points-item .badge.bg-orange{
    background-color: #f99049;
}
.points-item .badge.bg-red{
    background-color: #e02319;
}



.points-item .wea{

}
.points-item .wea p{
    margin: 0;
} 
.points-item .wea ul{list-style: none;padding: 0;}
.points-item .art{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.points-item .art a{
    color: #406bab;
    font-size: 23px;
}
.points-item .art i.icons{
    margin-top: -2px;
    color: #406bab;
}

.news-view{

}
.news-view .content{
    width: 100%;
    border-radius: 5px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 4px 20px 0px rgba(60, 60, 60, 0.1);
    padding: 30px 30px;
    min-height: 400px;
    max-width: 1070px;
    margin: 15px auto;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}
.news-content{
    font-size: 19px;
    color: #484747;
}
.news-content .news-slider{
    margin-bottom: 15px;
    text-align: center;
}  
.news-content .news-slider img{
    width: 100%;
    height: 480px;
    object-fit: cover;
    object-position: center;
}  
.news-content .news-footer{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.news-content .news-footer__info{
    font-size: 16px;
    color: #909090;
    display: flex;
    align-items: center;
}
.news-content .news-footer__info span{
    margin-right: 30px;
    display: flex;
    align-items: center;
}
.news-content .news-footer__info span > i{
    margin-right: 10px;
    margin-top: -2px;
}
.news-slider a.news-slide__item{
    display: block;
    width: 100%;
    height: 480px;
}
.news-slider a.news-slide__item > img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.news-slider .owl-nav button{
    position: absolute;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    outline: none;
    box-shadow: none;
    bottom: 50%;
    transform: translateY(50%);
    -webkit-transform: translateY(50%);
    -moz-transform: translateY(50%);
    -ms-transform: translateY(50%);
    -o-transform: translateY(50%);
}
.news-slider .owl-nav button.owl-prev{
    /* background: #2469ba; */
    color: #ffffff;
    /* left: -17px; */
    left: 0;
}
.news-slider .owl-nav button.owl-next{
    /* background: #2469ba; */
    color: #ffffff;
    /* right: -17px; */
    right: 0;
}
.news-slider .owl-nav button i{
    font-size: 28px;
}
.all-news .news-item{
    margin-bottom: 30px;
}

.pages-content{
    width: 100%;
    border-radius: 5px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 4px 20px 0px rgba(60, 60, 60, 0.1);
    padding: 0 30px 30px;
    min-height: 400px;
    margin-top: 30px;
}
.pages-content .content{
    font-size: 17px;
    color: #484747;
}

.pages-content .content table{
    
}
.pages-content .content table tbody{

}
.pages-content .content table tbody tr{
    border-radius: 5px;
    background-color: rgb(249, 249, 249);
    border-bottom: 15px solid #ffffff;
    color: #484747;
}
  
.pages-content .content table tbody tr:first-child{
    border-radius: 5px;
    background-color: rgb(237, 244, 255);
    color: #406bab;
} 
.pages-content .content table tbody tr td{
    padding: 15px 20px;
}

.newsletter-filter{

}
.newsletter-water{
    padding-bottom: 30px; 
}
.water-row{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
}
.col-count{
    -webkit-box-flex: 0;
    -ms-flex: 0 0 10%;
    flex: 0 0 10%;
    max-width: 10%;
    display: flex;
    align-items: center;
}
.col-object{
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    display: flex;
    align-items: center;
}
.col-point{
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
    display: flex;
    align-items: center;
}
.col-izv{
    -webkit-box-flex: 0;
    -ms-flex: 0 0 15%;
    flex: 0 0 15%;
    max-width: 15%;
    display: flex;
    align-items: center;
}
.col-class{
    -webkit-box-flex: 0;
    -ms-flex: 0 0 30%;
    flex: 0 0 30%;
    max-width: 30%;
    display: flex;
    align-items: center;
}

.water-head{
    height: 62px;
    padding: 0 15px;
    border-radius: 5px;
    background-color: rgb(237, 244, 255);
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    color: #406bab;
    font-weight: 500;
    margin-right: 8px;
}
  
.water-body{
    width: 100%;
    max-height: 1070px;
    overflow-y: scroll;
}
/* Scroll Style */
.water-body::-webkit-scrollbar-track
{
	/* -webkit-box-shadow: inset 0 0 6px rgba(67,67,67,0.1); */
	border-radius: 5px;
	/* background-color: #edf4ff; */
}

.water-body::-webkit-scrollbar
{
	width: 8px;
	/* background-color: #edf4ff; */
}

.water-body::-webkit-scrollbar-thumb
{
	border-radius: 5px;
	/* -webkit-box-shadow: inset 0 0 6px rgba(67,67,67,0.1); */
	background-color: #406bab;
}

.water-item{
    padding: 15px;
    border-radius: 5px;
    background-color: rgb(249, 249, 249);
    display: flex;
    align-items: center;
    color: #484747;
    font-weight: 500;
    margin-bottom: 20px;
}
.water-item:last-child{
    margin: 0;
}

.water-item .badge{
    color: #ffffff;
    font-size: 16px;
    width: 34px;
    height: 28px;
    border-radius: 2px;
    background-color: rgb(83, 129, 53);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 5px;
}
.water-item .class{
    display: flex;
    align-items: center;
}
  
.newsletter-cat{
    padding: 30px 0;
}
.newsletter-cat__title{
    font-weight: 600;
    margin-bottom: 0;
    font-size: 20px;
}
.cat-row{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
}
.col-cat{
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
    display: flex;
    align-items: center;
}

.cat-head{
    height: 62px;
    padding: 0 15px;
    border-radius: 5px;
    background-color: rgb(237, 244, 255);
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    color: #406bab;
    font-weight: 500;
}
.cat-item{
    padding: 15px;
    border-radius: 5px;
    background-color: rgb(249, 249, 249);
    display: flex;
    align-items: center;
    color: #484747;
    font-weight: 500;
    margin-bottom: 20px;
}
.cat-item:last-child{
    margin: 0;
}
.cat-item .line{
    display: block;
    border-radius: 2px;
    width: 250px;
    height: 18px;
}
.filter-main{
    display: flex;
    margin-bottom: 30px;
}
.filter-main__month{
    min-width: 135px;
    margin-right: 30px;
}
.filter-main__year{
    margin-right: 30px;
    min-width: 115px;
}
.filter-main .bootstrap-select>.dropdown-toggle{
    border-width: 1px;
    border-color: rgb(196, 196, 196);
    border-style: solid;
    border-radius: 20px;
    background: transparent;
    color: #a4a4a4;
    outline: none!important;
    box-shadow: none!important;
    padding: 6px 50px 6px 20px;
}
.filter-main .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
    width: auto;
}
.filter-main .dropdown-item.active, 
.filter-main .dropdown-item:active{
    background-color: #406bab;    color: #fff;
}
.filter-main .dropdown-toggle::after{
    content: "\f107";
    border: none;
    font: normal normal normal 14px/1 FontAwesome;
    margin: 0;
    position: absolute;
    right: 20px;
    top: 10px;
    font-size: 18px;
}
.filter-main .bootstrap-select .dropdown-menu li a{
    outline: none!important;
}
.filter-main .bootstrap-select .dropdown-menu li a:hover{
    color: #ffffff;
}
.modal-title__settings .bootstrap-select .dropdown-menu li a:hover {
    color: #ffffff;
}
.filter-main__button .btn{
    color: #ffffff;
    background: #406bab;
    padding: 6px 25px;
    border-radius: 20px;
}

.map-info__mobile{
    display: none;
}
.maps-info__urls a:last-child{
    margin: 0;
}
.content-url a{
    margin: 0;
    flex: 0 0 auto;
    max-width: 100%;
    font-weight: 600;
    font-size: 21px;
    color: #4b77b9;
}
.ci-info__popup{
    padding-bottom: 25px;
}
.map-update-data{min-height: calc(100vh - 552px);}

#VisualHeader {
    z-index: 9 !important;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
}
.special-view header.header {
    top: 52px;
}
.special-view .wrapper {
    position: relative;
    padding-top: 152px;
}

.pogoda{
    text-align: center;
    padding: 0 0;
}
.pogoda > h3{
    font-size: 23px;
    font-weight: 600;
    color: #484747;
    margin-bottom: 5px;
}
.pogoda > h5{
    color: #565656;
    font-size: 17px;
    margin-bottom: 10px;
}
.pogoda .meteo_image{
    margin-bottom: 10px;
}
.pogoda .meteo_image img{

}
.pogoda .temperature{
    
}
.pogoda .temperature h3{
    font-size: 28px;
    font-weight: 600;
    color: #406bab;
    margin-bottom: 15px;
}
.pogoda .temperature-url{
    background: #406bab;
    color: #fff;
    font-size: 15px;
    padding: 7px 25px;
    display: inline-block;
    border-radius: 20px;
    font-weight: 400;
}
#contactMSG {float: right;background: #406bab;color: #fff;}
#captcha_contacts_button {float: left;display: flex;width: 35px;height: 35px;background: #406bab;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;}
.contacts-form-main{width: 40%;margin: 0 auto;}
.contacts-form{min-height: 500px;}
.white-popup-block {
    background: #FFF;
    padding: 20px 30px;
    text-align: left;
    max-width: 370px;
    margin: 40px auto;
    position: relative;
    text-align: center;
}
#messages_s p {
    margin-bottom: 0;
	color: #000;
}
.pagination-main{text-align: center;margin-top: 30px;padding: 15px 0;}
.pagination{
    /*justify-content: center;*/
}
.pagination ul{list-style: none;padding: 0;margin: 0;}
.pagination ul li{float: left;}
.pagination ul li a{
    font-size: 18px;
    padding: 4px 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-radius: 2px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.pagination ul li.active a{
    color: #ffffff;
    background: #406bab;
    font-weight: 600;
}
.pagination ul li.page a{color: #737373;}
.pagination ul li.page a:hover{color: #406bab;}
