body {
    font-family: 'ProximaNova-Regular','msc300', sans-serif;
    background: #ffffff;
}
.wrapper{
    position: relative;
}
a, a:hover{
    text-decoration: none;
}
.container{
    max-width: 1440px;
}
.mobile-menu, #dl-menu{display: none;}
.title{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 25px 0;
}
.title h1{
    margin: 0;
    font-family: 'ProximaNova-Bold','msc700', sans-serif;
    font-size: 32px;
    color: #454343;
}
.title a{
    font-size: 17px;
    color: #737373;
}
/* Begin Header */
header.header{
    width: 100%;
    background-color: #358165;
}
.header-main{
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 10px 0;
}
  
.header-logo{
    flex: 0 0 415px;
    width: 415px;
}
.header-logo a{ 
    display: flex;
    align-items: center;
    text-decoration: none;
}
.header-logo a img{  
    flex: 0 0 85px;
    width: 85px;
    height: 100px;
}
.header-logo a span{  
    width: 100%;
    font-family: 'ProximaNova-Bold','msc700', sans-serif;
    color: #ffffff;
    font-size: 18px;
    line-height: 20px;
    padding: 0 15px;
}

.header-settings{
    display: flex;
    align-items: center;
    justify-content: flex-end;
    height: 100px;
}
.header-item{
    padding: 0 30px;
    height: 30px;
    display: flex;
    align-items: center;
    border-right: 1px solid #72a794;
}
.header-item:last-child{
    border: none;
    padding-right: 0;
}
.header-item > ul{
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
}
.header-item > ul li{
    margin: 0 7.5px;
}
.header-item > ul li a{
    text-decoration: none;
    color: #ffffff;
    font-size: 19px;
}
.header-item > a{
    display: flex;
    align-items: center;
    color: #ffffff;
    font-size: 18px;
}
.header-item:first-child > a{
    margin-left: 30px;
}
.header-item > a i.icons{
    margin-right: 10px;
    font-size: 19px;
}
.header-item:last-child > a i.icons{
    margin: 0;
}
.header-item > a i.fa{
    margin-left: 5px;
}



.header-menu{
    background-color: #277357;
}
.header-menu.fixed {
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 999;
}
.dropdown-item:focus, .dropdown-item:hover{background: transparent;}
.header-menu .menu-main{
    width: 100%;
    height: 60px;
    display: flex;
    align-items: center;
}
.header-menu .menu-main ul.navbar-nav {
    display: flex;
    align-items: center;
    list-style: none;
    padding: 0;
    margin: 0;
    justify-content: space-between;
    width: 100%;
}
.header-menu .menu-main ul li{
    
}

.header-menu .menu-main ul li a{
    color: #ffffff;
    font-size: 18px;
}
.uz .header-menu .menu-main ul li a, .oz .header-menu .menu-main ul li a{font-size: 15px;}
.header-menu .menu-main ul li.nav-item a{padding: 0 !important;}
.header-menu .menu-main ul li.nav-item-2 a{    padding: .25rem 1.5rem !important;}
.header-menu .menu-main ul li a i{
    
}
/* End Header */



.banner-main{
    position: relative;
    width: 100%;
    height: calc(100vh - 180px);
    overflow: hidden;
}
.banner-main::before{
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-image: -moz-linear-gradient( 90deg, rgb(35,35,35) 0%, rgba(35,35,35,0.8) 99%, rgb(35,35,35) 100%);
    background-image: -webkit-linear-gradient( 90deg, rgb(35,35,35) 0%, rgba(35,35,35,0.8) 99%, rgb(35,35,35) 100%);
    background-image: -ms-linear-gradient( 90deg, rgb(35,35,35) 0%, rgba(35,35,35,0.8) 99%, rgb(35,35,35) 100%);
    opacity: 0.502;
    position: absolute;
    z-index: 0;
}
  
.banner-home{
    height: 100%;
    display: flex;
    align-items: center;
}
.banner-home .banner-text{
    position: relative;
    padding: 0 90px; 
    text-align: center;
}
.banner-home .banner-text img{width: 150px;}
.banner-home .banner-text span{
    display: block;
    font-size: 42px;
    color: #ffffff;
    font-family: 'ProximaNova-Bold','msc700', sans-serif;
    margin-bottom: 30px;
}  
.banner-home .banner-text a{
    font-size: 20px;
    color: #ffffff; 
    background-color: #358165;
    padding: 7px 25px 7px;
}
.banner-home .banner-text a i{
    margin-left: 10px;
    margin-top: 1px;
}

.home-bg{
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -1;
}
.home-bg video,
.home-bg img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.banner-features{
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    right: 0;
}
.banner-features .features{
    border-radius: 3px 3px 0 0;
    background-color: rgba(255, 255, 255, 0.2);
    width: 100%;
    height: 130px;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
  
.banner-features .features .features-item{
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
    height: 100%;
    display: flex;
    align-items: center;
    padding: 0 0 0 30px;
    position: relative;
    color: #ffffff;
}
.banner-features .features .features-item::before{
    content: '';
    position: absolute;
    right: 0;
    bottom: 50%;
    transform: translateY(50%);
    width: 1px;
    height: 50px;
    background-color: rgb(255, 255, 255);
    opacity: 0.6;
}
.banner-features .features .features-item:last-child::before  {
    display: none;
}

.banner-features .features .features-item > i.icons{
    font-size: 40px;
}
.banner-features .features .features-item > span{
    font-size: 18px;
    padding: 0 15px;
    line-height: 1;
}

.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;
}

/* News Home */
.news-home{
    padding: 15px 0;
}
.news-home__col{
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100% - 315px);
    flex: 0 0 calc(100% - 315px);
    max-width: calc(100% - 315px);
    padding: 0 10px;
}
.news-home__side{
    -webkit-box-flex: 0;
    -ms-flex: 0 0 315px;
    flex: 0 0 315px;
    max-width: 315px;
    padding: 0 10px;
}
.directions-side{
    border-radius: 3px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.06);
    height: 730px;
    padding: 5px 20px;
}
.directions-item{
    width: 100%;
    height: 80px;
    display: flex;
    align-items: center;
    padding: 15px 0;
    border-bottom: 1px solid #ebebeb;
}
.directions-item:last-child{
    border: none;
}
.directions-item i.icons{
    color: #358165;
    font-size: 36px;
    flex: 0 0 50px;
    width: 50px;
    text-align: center;
}
.directions-item span.directions-item__title{
    width: 100%;
    color: #504f4f;
        font-size: 14px;
    padding: 0 10px;
    line-height: 18px;
}

.news-home__main{

}

.news-top__left{
    -webkit-box-flex: 0;
    -ms-flex: 0 0 30%;
    flex: 0 0 30%;
    max-width: 30%;
    padding: 0 10px;
}
.news-top__left .news-item{
    height: 230px;
    margin-bottom: 20px;
}
.news-top__left .news-item:first-child .news-item__image{
    display: none;
}
.news-top__middle{
    -webkit-box-flex: 0;
    -ms-flex: 0 0 35%;
    flex: 0 0 35%;
    max-width: 35%;
    padding: 0 10px;
}
.news-top__middle .news-item{
    height: 480px;
    margin-bottom: 20px;
}
.news-top__right{
    -webkit-box-flex: 0;
    -ms-flex: 0 0 35%;
    flex: 0 0 35%;
    max-width: 35%;
    padding: 0 10px;
}
.news-top__right .news-item{
    height: 230px;
    margin-bottom: 20px;
}
.news-top__right .news-item:last-child .news-item__image{
    display: none;
}
.news-bottom__left{
    -webkit-box-flex: 0;
    -ms-flex: 0 0 45%;
    flex: 0 0 45%;
    max-width: 45%;
    padding: 0 10px;
}
.news-bottom__left .news-item{
    height: 230px;
}
.news-bottom__left .news-item .news-item__image{
    display: none;
}
.news-bottom__right{
    -webkit-box-flex: 0;
    -ms-flex: 0 0 55%;
    flex: 0 0 55%;
    max-width: 55%;
    padding: 0 10px;
}
.news-bottom__right .news-item{
    height: 230px;
}

.news-home .news-item{
    width: 100%;
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: 3px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.06);
}
  
.news-home .news-item .news-item__image{
    position: relative;
    width: 100%;
    height: 100%;
}
.news-home .news-item .news-item__image::before{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(69, 67, 67, 0.45);
}
.news-item .news-item__image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.news-item .news-item__info{
   position: absolute;
   width: 100%;
   height: 100%;
   top: 0;
   left: 0;
   padding: 20px;
}
.news-item .news-item__info h2{
    font-family: 'ProximaNova-SemiBold','msc500', sans-serif;
    font-size: 17px;
    color: #ffffff;
    padding: 10px 0;
}

.news-item .news-item__info .news-item__date{
    font-size: 15px;
    color: #ffffff;
}
.news-item .news-item__info .news-item__date > span{
    margin-right: 15px;
}

.news-item .news-item__footer{
    position: absolute;
    bottom: 0;
    padding: 20px;
}
.news-item .news-item__footer .more{
    font-size: 16px;
    color: #ffffff;
}
.news-item .news-item__footer .more i{
    
}

.news-top__left .news-item:first-child .news-item__info .news-item__date,
.news-top__right .news-item:last-child .news-item__info .news-item__date,
.news-bottom__left .news-item .news-item__info .news-item__date{
    color: #b8b8b8;
}
.news-top__middle .news-item .news-item__info .news-item__date,
.news-bottom__right .news-item .news-item__info .news-item__date{
    font-size: 17px;
}
.news-top__left .news-item:first-child .news-item__info h2,
.news-top__right .news-item:last-child .news-item__info h2,
.news-bottom__left .news-item .news-item__info h2{
    color: #504f4f;
}
.news-top__middle .news-item .news-item__info h2,
.news-bottom__right .news-item .news-item__info h2{
    font-size: 21px;
}

.news-top__left .news-item:first-child .news-item__footer .more,
.news-top__right .news-item:last-child .news-item__footer .more,
.news-bottom__left .news-item .news-item__footer .more{
    color: #358165;
}
.news-top__middle .news-item .news-item__footer .more,
.news-bottom__right .news-item .news-item__footer .more{
    font-size: 17px;
}

/* Home Maps */
.maps-home{
    padding: 15px 0;
}
.maps-home__main{

}
.maps-slider{
    height: 100%;
    display: flex;
    align-items: center;
    padding: 25px;
}
.maps-item{
    border-radius: 3px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.06);
    width: 100%;
    min-height: 290px;
    padding: 0 20px 20px;
}
.maps-item .maps-item__title{
    padding: 15px 0;
}
.maps-item .maps-item__title h2{
    margin: 0;
    font-size: 20px;
    color: #358165;
    font-family: 'ProximaNova-Regular','msc300', sans-serif;
}
.maps-item .maps-item__info{
    list-style: none;
    margin: 0;
    padding: 0;
}
.maps-item .maps-item__info li{
    font-size: 17px;
    margin-bottom: 15px;
}
.maps-item .maps-item__info li strong{
    font-family: 'ProximaNova-Bold','msc700', sans-serif;
    color: #504f4f;
}
.maps-item .maps-item__info li a{
    font-family: 'ProximaNova-Regular','msc300', sans-serif;
    color: #504f4f;
}
.maps-item .maps-item__info li a:hover{
    color: #358165;
}
.maps-item .maps-item__info li span{
    font-family: 'ProximaNova-Regular','msc300', sans-serif;
    color: #504f4f;
}
.maps-item > a{
    font-size: 16px;
    color: #358165;
    display: flex;
    align-items: center;
    float: left;
}
.maps-item > a i{
    margin-left: 5px;
}

/* Home Statistics */
.stat-home{
    padding: 15px 0;
}
.stat-home__main{
    background-image: url(../images/stat.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    border-radius: 3px;
    overflow: hidden;
}
.statistics{
    width: 100%;
    height: 285px;
    background-color: rgba(69, 67, 67, 0.35);
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
}

.statistics:before {
    background: rgba(0,0,0, 0.3);
    position: absolute;
    content: "";
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
}
 
.statistics .stat-item{
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 50px;
    position: relative;
    color: #ffffff;
}
.statistics .stat-item .stat-item__info{
    display: flex;
    align-items: flex-start;
    padding: 15px 0;
}
.statistics .stat-item .stat-item__count{
    display: flex;
    flex-direction: column;
}
.statistics .stat-item .stat-item__count strong{
    font-size: 45px;
    line-height: 1;
    font-family: 'ProximaNova-Bold','msc700', sans-serif;
}
.statistics .stat-item .stat-item__count span{
    font-size: 26px;
    font-family: 'ProximaNova-SemiBold','msc500', sans-serif;
}
.statistics .stat-item .stat-item__icon{
    padding-left: 75px;
}
.statistics .stat-item .stat-item__icon i.icons{
    font-size: 42px;
}
.statistics .stat-item .stat-item__title{
    font-size: 17px;
    height: 75px;
}
/* Home Partners */
.partners-home{
    padding: 15px 0 75px;
    position: relative;
    z-index: 0;
}
.partners-home__main{

}
.partners-item{
    position: relative;
    display: flex;
    border-radius: 2px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 3px 10px 0px rgba(30, 30, 30, 0.06);
    height: 230px;
    overflow: hidden;
    justify-content: center;
    flex-direction: column;
}
.partners-item .partners-item__image{
    width: 100%;
    height: 85px;
    display: flex;
    align-items: center;
    padding: 0 20px;
}
.partners-item .partners-item__image img{
    max-width: 100%;
    max-height: 100%;
    width: auto;
}
.partners-item .partners-item__title{
    padding: 0 20px;
    height: 90px;
    display: flex;
    align-items: center;
}
.partners-item .partners-item__title span{
    font-size: 16px;
    color: #454545;
    line-height: 21px;
}
.partners-item .partners-item__url{
    padding: 0 20px;
    color: #358165;
}
.partners-item .partners-item__url span{
    
}
#partners .owl-stage-outer{
    margin: -15px;
    padding: 15px;
}
#partners .owl-nav{

}
#partners .owl-nav button{
    position: absolute;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    outline: none;
    box-shadow: none;
    top: -40px;
}
#partners .owl-nav button.owl-prev{
    color: #332f2f;
    right: 50px;
}
#partners .owl-nav button.owl-next{
    color: #332f2f;
    right: 0;
}
#partners .owl-nav button i{
    margin-top: 0;
    font-size: 28px;
}  

/* Footer Contacts */
.contacts-home{
    position: relative;
    width: 100%;
    height: 480px;
}
.contacts-map{
    width: 100%;
    height: 100%;
    background-image: url(../images/contact_map.jpg);
    background-size: cover;
    background-position: center;
}
.contacts-home__main{
    position: absolute;
    left: 0;
    right: 0;
    bottom: -50px;
}
.footer-contacts{
    width: 100%;
    min-height: 345px;
    border-radius: 3px;
    background-color: rgb(248, 248, 248);
    box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.1);
    padding: 20px 30px;
}
.footer-contacts__item{
    padding: 0 30px;
}
.footer-title{
    padding-bottom: 15px;
}
.footer-title h2{
    margin: 0;
    font-family: 'ProximaNova-Bold','msc700', sans-serif;
    font-size: 26px;
    color: #2c2828;
}
.footer-contacts__polls{

}
.footer-contacts__polls .custom-control-label {
    font-size: 17px;
    color: #454545;
}
.footer-contacts__polls .custom-control-label::before {
    color: #fff;
    background-color: transparent;
    border: 1px solid #358165;
}
.custom-radio .custom-control-input:checked~.custom-control-label::after{
    background-color: #358165;
    border-radius: 50%;
}
.footer-contacts__polls .polls-quest{
    font-family: 'ProximaNova-SemiBold','msc500', sans-serif;
    font-size: 18px;
    color: #358165;
    margin-bottom: 15px;
}
.polls-buttons{
    margin-top: 25px;
}
.polls-buttons .btn{
    background-color: #358165;
    color: #ffffff;
    font-size: 16px;
}
.footer-contacts__info{
    list-style: none;
    padding: 0;
    margin: 0;
}
.footer-contacts__info li{
    margin-bottom: 15px;
    display: flex;
    align-items: flex-start;
}
.footer-contacts__info li i.icons{
    margin-top: 4px;
    margin-right: 10px;
    color: #358165;
    font-size: 18px;
}
.footer-contacts__info li span{
    font-size: 17px;
    color: #454545;
    line-height: 25px;
}
.footer-contacts__info li a{
    font-size: 17px;
    color: #454545;
    line-height: 25px;
}

.footer-contacts__feedback{
    
}
.footer-contacts__feedback .btn{
    width: 100%;
    background-color: #358165;
    color: #ffffff;
    font-size: 16px;
}


/* Footer */
.pages-wrapper footer{
     padding: 40px 0;
}
footer{
    width: 100%;
    padding: 50px 0 30px;
    background-color: #358165;
}
.pages-wrapper .footer-info{
    padding-top: 0;    
}
.footer-info{
    color: #ffffff;
    padding: 50px 0 30px;
}
a.footer-logo{
    display: flex;
    align-items: center;
    text-decoration: none;
}
a.footer-logo span{
    width: 100%;
    color: #ffffff;
    font-size: 16px;
    line-height: 23px;
}
.footer-copy{
    color: #ffffff;
}
.footer-copy a{
    color: #ffffff;
    font-family: 'ProximaNova-SemiBold','msc500', sans-serif;
}
.footer-ctrl{
}
.footer-ctrl a{color: #fff;}
.footer-copy .dev{
    
}

.inspections-list li{margin-bottom: 15px;font-size: 18px;}
.inspections-list a{color: #000;}
.inspections-list li a:hover {color: #358165;}
.search-item a{color: #000;font-size: 22px;}
.type_feed {display: flex;}
.type_feed .answers{margin-right: 15px;}

.human-feed .file-upload {
    position: relative;
    overflow: hidden;
    background: #eeeeee; /* Old browsers */
    background: -moz-linear-gradient(top, #eeeeee 0%, #eeeeee 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #eeeeee 0%,#eeeeee 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #eeeeee 0%,#eeeeee 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#eeeeee',GradientType=0 ); /* IE6-9 */
    width: 25%;
    float: left;
    margin-right: 20px;
}
.human-feed .file-upload input.file-input {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  padding: 0;
  font-size: 20px;
  cursor: pointer;
  opacity: 0;
  width: 100%;
  filter: alpha(opacity=0); 
}
.human-feed .file-upload i {
    font-size: 20px;
    vertical-align: middle;
}
.human-feed .btn {
        float: right;
    background-color: #358165;
    color: #ffffff;
    font-size: 16px;
}