body {
    font-family: 'Montserrat-Regular', sans-serif;
    background: #ffffff;
/*    background-image: url(../images/logo_bg.svg);*/
    background-color: white;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: 45%;
    background-position: right 120px;
}

.custom-navbar {
    position: absolute !important;
    top: 100px !important;
    width: 100% !important;
    background-color: #47579d !important; /* Main color */
    color: white !important;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transition: background-color 0.3s ease;
}

.navbar-wrapper {
    width: 100% !important;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.nav-item {
    position: relative;
}

.dropdown-menu {
    background-color: #47579d; 
    border: none;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
    margin-top: 8px;
    border-radius: 4px;
}

.dropdown-item {
    font-size: 14px;
    padding: 8px 20px;
    color: white;
    text-transform: none;
    transition: background-color 0.3s ease;
    display: flex;
    align-items: center;
}

.dropdown-item:hover,
.dropdown-item:focus {
    color: #ffcc00 !important; 
    background-color: #3c4d7b; 
    color: #ffcc00;
}

.dropdown-submenu .dropdown-menu {
    left: 100%;
    top: 0;
    margin-top: -6px;
    border-radius: 4px;
}

.dropdown-toggle::after {
    border: none;
    font-family: FontAwesome;
    content: '\f105';
    margin-left: 5px;
    font-size: 16px;
    color: #ffcc00;
}

.nav-item:last-child {
    margin-right: 0;
}

.custom-navbar:hover {
    background-color: #3c4d7b !important; 
}

.custom-title {
    color: white !important;
    font-weight: 300;
}

.hicon1::after {
    content: '\f105';
    font-family: FontAwesome;
    margin-left: 8px;
    font-size: 16px;
    transition: transform 0.3s ease;
}

.hicon1:hover::after {
    transform: translateX(4px);
}

.nav-item.dropdown:first-of-type + .nav-item.dropdown .dropdown-menu {
    background-color: #47579d;
    border-radius: 4px;
}

.partner-logo {
    width: 128px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    object-fit: contain;
}
.carousel-inner {
    height: 450px;
}

.carousel-item {
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    color: white;
    overflow: hidden; 
}

.carousel-item {
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    color: white;
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 0;
}

.carousel-caption {
    position: absolute;
    top: 45%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    padding: 20px;
    border-radius: 8px;
    z-index: 2;
    width: 1200px;
}

.slider-title {
    font-size: 42px;
    text-transform: uppercase;
    font-weight: 900;
}

.slider-subtitle {
    font-size: 28px;
    text-transform: uppercase;
    font-weight: 500;
}

.slider-btn {
    position: absolute;
    top: 105%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 99;
    margin-top: 15px;
    color: #ffffff;
    border: 1px solid #ffffff;
    padding: 9px 30px;
    font-size: 19px;
    border-radius: 0;
    display: inline-block;
    font-family: 'Montserrat-Bold', sans-serif;
    text-decoration: none;
    outline: none;
    box-shadow: none;
}

.subitem {
    margin-left: 50px !important;
    width: 95% !important;
}

.wrapper{
    position: relative;
    overflow: hidden;
}
a{
    color: #47579d;
}
a, a:hover{
    text-decoration: none;
}

.container{
    max-width: 1440px;
}
.breadcrumb{
    background: transparent;
    margin: 0;
    padding: 0;
}
.mobile-menu{display: none;}
.breadcrumb .breadcrumb-item{
    font-size: 15px;
}
.breadcrumb .breadcrumb-item > span{
    color: #ffffff;
}
.breadcrumb .breadcrumb-item.active > span{
    color: #eaefff;
}
.breadcrumb .breadcrumb-item > a{
    color: #f3b608;
}
.breadcrumb-item+.breadcrumb-item::before {
    display: inline-block;
    padding-right: .5rem;
    color: #ffffff;
    content: "\f105";
    font-family: fontawesome;
}
.title{
    display: flex;
    align-items: center;
    justify-content: space-between;
    /*padding: 25px 0;*/
}
.title h1{
    /*margin: 0px;*/
    /*font-family: Montserrat-Bold, sans-serif;*/
    /*font-size: 28px;*/
    /*color: #313131;*/
    /*text-transform: uppercase;*/
}
.title a.url{
    font-size: 14px;
    text-transform: uppercase;
    color: #ffffff;
    background: #47579d;
    padding: 8px 30px 6px;
    display: block;
    border-radius: 20px;
    white-space: nowrap;
}
.title a i.icons{
    margin-left: 5px;
}
/* New header */
.header{
    position: fixed;
    z-index: 9;
    width: 100%;
    height: 125px;
    background: rgba(255, 255, 255);
}
.header-main{

}
.header-horizontal{
    position: absolute;
    top: 0;
    left: 20px;
    padding: 20px 0;
    display: flex;
    align-items: center;
}
.header-horizontal > span {
    top: 100px;
    font-size: 12px;
    line-height: 13px;
    display: block;
    position: absolute;
    color: #f3b607;
}
.header-logo{
    display: flex;
}
.header-logo img{
    width: auto;
    height: 64px;
}
a.header-phone{
    display: flex;
    align-items: center;
    text-decoration: none;
    color: #ffffff;
    margin-left: 30px;
}
a.header-phone.header-phone__blue{
    color: #47579d;
}
a.header-phone i.icons{
    font-size: 33px;
    margin-right: 15px;
}
.header-phone__main{
    
}
.header-phone__main small{
    display: block;
    font-size: 15px;
}
.header-phone__main span{
    display: block;
    font-size: 18px;
    line-height: 22px;
    font-family: 'Montserrat-SemiBold', sans-serif;
}

.header-inner{
    position: absolute;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    justify-content: space-between;
    top: 0;
    width: 64px;
    height: 100vh;
    left: 120px;
    padding: 30px 0;
}
.header-inner__top{

}
.header-menu{
    position: relative;
}
.hamburger {
    position: relative;
    z-index: 5;
    padding: 22px 20px 16px;
    display: inline-block;
    cursor: pointer;
    outline: 0;
    transition-property: opacity,filter;
    transition-duration: .5s;
    transition-timing-function: linear;
    font: inherit;
    color: inherit;
    text-transform: none;
    background-color: rgba(71, 87, 158, 0.05);
    border: 0;
    margin: 0;
    overflow: visible;
    outline: none!important;
}
.hamburger-box {
    width: 24px;
    height: 20px;
    display: inline-block;
    position: relative;
}
.hamburger-box .menu_title{
    font-size: 12px;
    color: #47579d;
    font-weight: bold;
    right: 5px;
    position: relative;
    bottom: 2px;
}
.hamburger-inner {
    display: block;
    top: 50%;
    margin-top: -2px;
}
.hamburger-inner, .hamburger-inner:after, .hamburger-inner:before {
    width: 24px;
    height: 4px;
    background-color: #47579d;
    border-radius: 0;
    position: absolute;
    transition-property: transform;
    transition-duration: .15s;
    transition-timing-function: ease;
}
.hamburger--boring .hamburger-inner, .hamburger--boring .hamburger-inner:after, .hamburger--boring .hamburger-inner:before {
    transition-property: none;
}
.hamburger-inner, .hamburger-inner:after, .hamburger-inner:before {
    width: 24px;
    height: 4px;
    background-color: #47579d;
    border-radius: 0;
    position: absolute;
    transition-property: transform;
    transition-duration: .15s;
    transition-timing-function: ease;
}
.hamburger-inner:after, .hamburger-inner:before {
    content: "";
    display: block;
}
.hamburger-inner:before {
    top: -8px;
}
.hamburger--boring .hamburger-inner, .hamburger--boring .hamburger-inner:after, .hamburger--boring .hamburger-inner:before {
    transition-property: none;
}
.hamburger-inner:after {
    bottom: -8px;
    width: 70%;
}
.hamburger.is-active {
    background-color: #fff;
}
.hamburger.is-active .hamburger-inner, .hamburger.is-active .hamburger-inner:after, .hamburger.is-active .hamburger-inner:before {
    background-color: #47579d;
}
.hamburger--boring.is-active .hamburger-inner {
    transform: rotate(45deg);
}
.hamburger.is-active .hamburger-inner, .hamburger.is-active .hamburger-inner:after, .hamburger.is-active .hamburger-inner:before {
    background-color: #47579d;
}
.hamburger--boring.is-active .hamburger-inner:before {
    top: 0;
    opacity: 0;
}
.hamburger--boring.is-active .hamburger-inner:after {
    bottom: 0;
    transform: rotate(-90deg);
    width: 100%;
}
.menu-block{
    /* width: calc(100vw - 245px); */
    width: calc(100vw - 136px);
    height: calc(100vh - 60px);
    background-color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    display: none;
}
.menu-block.is-visible {
    display: flex;
}
.menu-content{
    display: -ms-flexbox;
    display: flex;
    width: 100%;
}
.menu-content .menu-content__left {
    flex: 0 0 64px;
    max-width: 64px;
    background-color: #47579d;
    color: #fff;
    border-bottom: 8px solid #f3b608;
    padding-top: 64px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.menu-content .menu-content__right {
    background-color: #fff;
    border-bottom: 8px solid #47579d;
    padding: 60px 200px 30px 145px;
    max-width: calc(100% - 64px);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: relative;
}
.menu-content .menu-content__right::after {
    content: "";
    position: absolute;
    bottom: 15px;
    right: 0;
    width: 725px;
    height: 215px;
    background-image: url(../images/logo.svg);
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 0.05;
    z-index: 0;
}
.main-nav{
    max-height: calc(100vh - 220px);
    overflow-y: auto;
}
.main-nav__list {
    list-style: none;
    padding: 0;
    margin: 0;
    height: 745px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-direction: column;
    flex-direction: column;
}

.main-nav__list>li {
    width: 290px;
    margin-right: 150px;
    margin-bottom: 15px;
}
.main-nav__list>li>a {
    font-size: 17px;
    color: #f3b608;
    line-height: 27px;
    font-family: 'Montserrat-SemiBold', sans-serif;
    border-bottom: 1px solid #f3b608;
    text-decoration: none;
}
.main-nav__list .main-nav__ul {
    list-style: none;
    padding: 0;
    margin: 0;
    margin-top: 10px;
}
.main-nav__list .main-nav__ul>li{
    margin-bottom: 12px;
}
.main-nav__list .main-nav__ul>li>a {
    font-family: 'Montserrat-Regular', sans-serif;
    color: #2c2c2c;
    display: block;
    font-size: 15px;
    line-height: 17px;
    transition: all 0.25s ease-in-out;
}
.main-nav__list .main-nav__ul>li>a:hover{
    color: #47579d;
}

.menu-footer {
    clear: both;
	position: relative;
    z-index: 1;
}
.menu-footer .info-block {
    display: -ms-flexbox;
    display: flex;
}
.menu-footer .info-block .info-block__item {
    width: 290px;
    margin-right: 150px;
    font-size: 14px;
    line-height: 21px;
    color: #5e5e5e;
}
.menu-footer .info-block .info-block__item p {
    padding: 0;
    margin: 0;
}
.menu-footer .info-block .info-block__item a{
    color: #47579d;
    font-family: 'Montserrat-Medium', sans-serif;
}

.special-version{

}
.special-version a.vi-open,
.special-version a[class*="vi-open"]{
    width: 64px;
    height: 64px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #47579d;
    font-size: 25px;
    text-decoration: none;
    transition: all 0.25s ease-in-out;
}
.special-version a.vi-open:hover,
.special-version a[class*="vi-open"]:hover{
    /* background-color: rgba(255, 255, 255, 0.1);   */
    background-color: rgba(71, 87, 158, 0.05);
}
.header-search{

}
.header-search .search-open{
    width: 64px;
    height: 64px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #47579d;
    font-size: 21px;
    text-decoration: none;
    transition: all 0.25s ease-in-out;
}
.header-search .search-open:hover{
    /* background-color: rgba(255, 255, 255, 0.1);   */
    background-color: rgba(71, 87, 158, 0.05);
}
.header-mobile {

}
.header-mobile a.open-mobile{
    width: 64px;
    height: 64px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #47579d;
    font-size: 34px;
    text-decoration: none;
    transition: all 0.25s ease-in-out;
}
.header-mobile a.open-mobile:hover{
  /* background-color: rgba(255, 255, 255, 0.1);   */
  background-color: rgba(71, 87, 158, 0.05);
}
.header-lang{

}
.header-lang .btn.dropdown-toggle{
    border: 0;
    border-radius: 0;
    padding: 0;
    width: 100%;
    height: 64px;
    font-size: 20px;
    color: #47579d;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    /* flex-direction: column; */
    outline: none;
    box-shadow: none;
}
.header-lang .btn.dropdown-toggle:focus,
.header-lang .btn.dropdown-toggle:hover{
    /* background-color: rgba(255, 255, 255, 0.1);   */
    background-color: rgba(71, 87, 158, 0.05);
}
.header-lang .btn.dropdown-toggle::after{
    border: none;
    font-family: FontAwesome;
    content: '\f107';
    margin: 0;
    line-height: 16px;
    display: flex;
    font-size: 19px;
    margin-left: 3px;
}
.header-lang .dropdown-menu{
    margin: 0;
    padding: 0;
    width: 100%;
    min-width: 64px!important;
    border: 0;
    border-radius: 0;
    box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.08);
}
.header-lang .dropdown-item{
    padding: 10px 0;
    text-align: center;
    font-size: 18px;
    font-weight: 500;
    color: #2c2c2c;
    outline: none;
}
.header-lang .dropdown-item.active, 
.header-lang .dropdown-item:active,
.header-lang .dropdown-item:hover{
    background-color: #f8f9fa;
    color: #f3b608;
}
.header-right{
    position: absolute;
    right: 20px;
    top: 20px;
    display: flex;
}
.header-clinic{
    margin-right: 10px;
    margin-top: -10px;
    animation: heartbeat 5s infinite;
}
.header-clinic img{
    width: 84px;
    height: 84px;
}
.header-saylov {

}

.header-saylov img {
    width: 140px;
    right: 114%;
    position: absolute;
    top: -8px;
}
.header-lang.header-lang__right .btn.dropdown-toggle{
    width: 64px;
    /* background-color: rgba(255, 255, 255, 0.1); */
    background-color: rgba(71, 87, 158, 0.05);
}
.header-inner__bottom{
    
}
.header-socials{
    margin: 220px 0;
    left: -80px;
}
.header-socials a.header-socials__item{
    width: 100%;
    height: 64px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-size: 27px;
    text-decoration: none;
    transition: all 0.25s ease-in-out;
}
.header-socials a.header-socials__item:hover{
    /* background-color: rgba(255, 255, 255, 0.1);   */
    background-color: rgba(71, 87, 158, 0.05);
}

.header-scroll-mouse {
    width: 64px;
    height: 64px;
    text-align: center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-item-align: center!important;
    align-self: center!important;
}
.header-scroll-mouse .scroll-down {
    text-align: center;
    width: 36px;
    height: 58px;
    display: inline-block;
    border-radius: 44px;
    border: 4px solid #f3b608;
    line-height: 30px;
}
.header-scroll-mouse .scroll-down i {
    height: 10px;
    width: 4px;
    background: #f3b608;
    display: inline-block;
    border-radius: 3px;
    animation-name: a;
    animation-duration: 3s;
    animation-iteration-count: infinite;
}
.header-scroll-arrow {
    width: 64px;
    height: 64px;
    text-align: center;
}
a.scroll-down-arrow{
    color: #f3b608;
}
.header-scroll-arrow .scroll-down-arrow i {
    display: inline-block;
    font-size: 28px;
    line-height: 64px;
    animation-name: a;
    animation-duration: 3s;
    animation-iteration-count: infinite;
}
@keyframes a{0%{transform:translateY(0);opacity:1}50%{transform:translateY(20px);opacity:1}to{transform:translateY(0);opacity:1}}


.home-banner{
    width: 100%;
    margin-top: 155px;
	min-height: 450px;
    display: flex;
    position: relative;
}
.home-banner::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    top: 0;
    z-index: 1;
    background: url(../images/pattern.png);
    opacity: 0.25;
}
.banner-one{
    flex: 0 0 50%;
    max-width: 50%;
    position: relative;
}
.banner-one__image{
    position: absolute;
    width: 100%;
    height: 60vh;
	min-height: 450px;
    top: 0;
    bottom: 0;
    left: 0;
}
.banner-one__image::before{
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    /*background-image: linear-gradient(15deg,#006fbc,rgba(0,111,188,0) 75%,rgba(0,111,188,0) 99%);*/
    /*background-image: linear-gradient(15deg,#47579d,rgba(0,111,188,0) 75%,rgba(0,111,188,0) 99%);*/
    background-image: linear-gradient(15deg,#a59cd6,rgba(33,29,55,0) 75%,rgba(33,29,55,0) 99%);
}
.banner-one__image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.banner-one__info{
    display: flex;
    left: 0;
    right: 0;
    position: absolute;
    top: 30%;
    z-index: 4;
    padding: 0 90px 0 330px;
}
.banner-one__count{
    flex: 0 0 90px;
    width: 90px;
    display: flex;
    justify-content: center;
    margin-right: 25px;
}
.banner-one__count span{
    font-size: 80px;
    line-height: 67px;
    width: 100%;
    height: 110px;
    font-family: 'Montserrat-Regular', sans-serif;
    color: #fff;
    display: flex;
    justify-content: center;
    border-bottom: 2px solid hsla(0,0%,100%,.25);

}
.banner-one__text{
    max-width: 100%;
}
.banner-one__text .banner-one__title{
    font-size: 40px;
    width: 385px;
    font-family: 'Montserrat-SemiBold', sans-serif;
    color: #fff;
    line-height: 40px;
    margin: 0;
}
.banner-one__text .banner-one__desc, .banner-one__text p{
    margin-top: 40px;
    font-family: 'Montserrat-Regular', sans-serif;
    color: #fff;
    font-size: 16px;
    line-height: 23px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 7;
    -webkit-box-orient: vertical;
}
.banner-one__text .btn{
    /* margin-top: 75px;
    color: #f3b608;
    border: 2px solid #f3b608;
    padding: 10px 30px;
    font-size: 17px;
    border-radius: 0;
    display: block;
    float: left;
    font-family: 'Montserrat-SemiBold', sans-serif;
    text-decoration: none;
    outline: none;
    box-shadow: none; */
    margin-top: 75px;
    color: #f3b608;
    border: 3px solid #f3b608;
    padding: 9px 30px;
    font-size: 19px;
    border-radius: 0;
    display: block;
    float: left;
    font-family: 'Montserrat-Bold', sans-serif;
    text-decoration: none;
    outline: none;
    box-shadow: none;
}



.banner-slider{
    flex: 0 0 50%;
    max-width: 50%;
    display: flex;
    overflow: hidden;
}
.banner-slider .card {
    flex: 1;
    transition: all 0.7s ease-in-out;
    position: relative;
    margin: 0;
    border: 0;
    border-radius: 0;
    padding: 0;
    cursor: pointer;
    overflow: hidden;
}
.banner-slider .card:nth-child(1)::before{
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    background-image: linear-gradient(15deg,#11222f,rgba(17,34,47,0) 75%,rgba(17,34,47,0) 99%);
}
.banner-slider .card:nth-child(2)::before{
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    background-image: linear-gradient(15deg,#211d37,rgba(33,29,55,0) 75%,rgba(33,29,55,0) 99%);
}
.banner-slider .card:nth-child(3)::before{
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    background-image: linear-gradient(15deg,#03403c,rgba(3,64,60,0) 75%,rgba(3,64,60,0) 99%);
}
.banner-slider .card:hover {
    flex-grow: 2.5;
}
.banner-slider .card:hover img {
    
}
.banner-slider .card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.7s ease-in-out;
}
.banner-slider .slide-preview{
    position: absolute;
    bottom: 50%;
    right: 50%;
    width: 420px;
    height: auto;
    z-index: 4;
    font-size: 40px;
    color: #fff;
    font-weight: 600;
    line-height: 44px;
    font-family: sans-serif;
    transform: translate(50%, 50%) rotate(270deg);
}
.banner-slider .card:hover .slide-preview{
    display: none;
}

.banner-slider .slide-info{
    display: none;
    left: 0;
    right: 0;
    padding: 0 30px;
    position: absolute;
    top: 30%;
    z-index: 4;
}
.banner-slider .card:hover .slide-info{
    display: flex;
}
.banner-slider .slide-count{
    flex: 0 0 90px;
    width: 90px;
    display: flex;
    justify-content: center;
    margin-right: 25px;
}
.banner-slider .slide-count span{
    font-size: 80px;
    line-height: 67px;
    width: 100%;
    height: 110px;
    font-family: 'Montserrat-Regular', sans-serif;
    color: #fff;
    display: flex;
    justify-content: center;
    border-bottom: 2px solid hsla(0,0%,100%,.25);

}
.banner-slider .slide-text{
    max-width: 100%;
}
.banner-slider .slide-text .slide-title{
    font-size: 34px;
    width: 385px;
    font-family: 'Montserrat-SemiBold', sans-serif;
    color: #fff;
    line-height: 36px;
    margin: 0;
}
.banner-slider .slide-text .slide-desc, .banner-slider .slide-text p{
    margin-top: 40px;
    font-family: 'Montserrat-Regular', sans-serif;
    color: #fff;
    font-size: 16px;
    line-height: 23px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 7;
    -webkit-box-orient: vertical;
    padding-right: 15px;
}
.banner-slider .slide-text .btn{
    /* margin-top: 75px;
    color: #ffffff;
    border: 2px solid #ffffff;
    padding: 10px 30px;
    font-size: 17px;
    border-radius: 0;
    display: block;
    float: left;
    font-family: 'Montserrat-SemiBold', sans-serif;
    text-decoration: none;
    outline: none;
    box-shadow: none; */
    margin-top: 15px;
    color: #ffffff;
    border: 3px solid #ffffff;
    padding: 9px 30px;
    font-size: 19px;
    border-radius: 0;
    display: block;
    float: left;
    font-family: 'Montserrat-Bold', sans-serif;
    text-decoration: none;
    outline: none;
    box-shadow: none;
}
/* end new header */
/* Begin Header */


/* search */
.search-toggle{
    cursor: pointer;
    color: #ffffff;
    display: flex;
    align-items: center;
    font-size: 15px;
}
.search-toggle:hover{
    /* color: #ffffff; */
}
.search-toggle > span{
    font-size: 15px;
    margin-left: 6px;
    border-bottom: 1px solid transparent;
    -webkit-transition: .2s;
    transition: .2s;
}
.search-toggle:hover > span{
    border-bottom-color: rgba(255, 255, 255, 0.3);
}
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: #1f3c88;
  }
  .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-banner{
    position: relative;
    width: 100%;
    height: 360px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    padding-top: 130px;
}
.pages-banner::before{
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    /* background-image: linear-gradient(15deg,#006fbc,rgba(0,111,188,0) 75%,rgba(0,111,188,0) 99%); */
    background-image: linear-gradient(15deg,#47579d,rgba(0,111,188,0) 75%,rgba(0,111,188,0) 99%);
}
.pages-banner__main{
    padding-right: 25%;
}
.pages-header .header-inner {
    height: 455px;
}
.pages-header .header-inner__bottom{
    display: none;
}
/* .pages-header a.header-phone.header-phone__blue {
    color: #ffffff;
} */
/* .pages-banner__title{
    position: relative;
    z-index: 4;
} */
.pages-banner__title {
    position: absolute;
    z-index: 4;
    left: 240px;
    bottom: 60px;
    right: 30%;
    top: 240px;
}
.pages-banner__title h2{
    font-size: 34px;
    font-family: 'Montserrat-SemiBold', sans-serif;
    color: #fff;
    line-height: 36px;
    margin-bottom: 15px;
}

.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-slider*/
.slider-item {
    position: relative;
}

.slider-item__img {
    width: 100%;
    height: 500px;
    position: relative;
}

.slider-item__img:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.5);
}

.slider-item__img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}

.slider-item__info {
    position: absolute;
    width: 100%;
    bottom: 50%;
    -webkit-transform: translateY(50%);
    -ms-transform: translateY(50%);
    transform: translateY(50%);
    z-index: 1;
    color: #ffffff;
}

.slider-item__info_left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.slider-item__info_left > * {
    -webkit-transform: translateY(50px);
    -ms-transform: translateY(50px);
    transform: translateY(50px);
    opacity: 0;
    -webkit-transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    transition: all ease-in-out 0.5s;
}

.owl-item.active .slider-item__info_left > * {
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
    opacity: 1;
}

.owl-item.active .slider-item__info_left > *:nth-child(1) {
    -webkit-transition-delay: 0.15s;
    -o-transition-delay: 0.15s;
    transition-delay: 0.15s;
}

.owl-item.active .slider-item__info_left > *:nth-child(2) {
    -webkit-transition-delay: 0.3s;
    -o-transition-delay: 0.3s;
    transition-delay: 0.3s;
}

.owl-item.active .slider-item__info_left > *:nth-child(3) {
    -webkit-transition-delay: 0.45s;
    -o-transition-delay: 0.45s;
    transition-delay: 0.45s;
}

.owl-item.active .slider-item__info_left > *:nth-child(4) {
    -webkit-transition-delay: 0.6s;
    -o-transition-delay: 0.6s;
    transition-delay: 0.6s;
}

.slider-item__info_left h1 {
    font-size: 45px;
    font-family: 'Montserrat', Sans-Serif;
    color: rgb(255, 255, 255);
    font-weight: bold;
    line-height: 45px;
    margin: 34px 0;
}

.slider-item__info_left span {
    font-size: 18px;
    color: rgb(255, 255, 255);
    line-height: 1.2;
    padding: 25px 0;
}

.slider-item__info_left a {
    max-width: 200px;
    height: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 34px 0;
    border-radius: 5px;
    background-color: #47579d;
    font-size: 15px;
    color: rgb(255, 255, 255);
    line-height: 0.8;
}
.slider-item__info_left a i{
    padding-left: 20px;
    font-size: 17px;
}

.info-right__card {
    border-radius: 5px;
    margin-bottom: 30px;
    padding: 20px;
       background-color: rgba(31, 60, 136, 32%);
    height: 130px;
}

.info-right__card > span {
    text-align: left;
    display: block;
    width: 100%;
    padding-top: 15px;
    font-size: 15px;
    font-family: 'Montserrat-Medium', Sans-Serif;
    font-weight: 700;
    color: #ffffff;
    /*line-height: 0.467;*/
}

.card-icon-number {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.card-icon-number i {
    font-size: 40px;
    color: #ffffff;
}

.card-icon-number span {
    font-size: 15px;
    color: rgb(146, 146, 146);
    line-height: 1.2;
}

.home-slider .owl-nav button {
    outline: none;
}

.home-slider .owl-nav button i {
    font-size: 20px;
}

.home-slider .owl-prev {
    position: absolute;
    left: 25%;
    bottom: 36%;
    -webkit-transform: translateY(43%);
    -ms-transform: translateY(43%);
    transform: translateY(43%);
    background: transparent;
    font-size: 26px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0;
    color: #ffffff !important;
}

.en .home-slider .owl-prev {
    bottom: 34%;
}

.en .home-slider .owl-next {
    bottom: 34%;
}

.home-slider .owl-next {
    position: absolute;
    left: 27.5%;
    bottom: 36%;
    -webkit-transform: translateY(43%);
    -ms-transform: translateY(43%);
    transform: translateY(43%);
    background: transparent;
    font-size: 26px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0;
    color: #ffffff !important;
}

.owl-theme .owl-nav [class*='owl-']:hover {
    background-color: transparent;
}

.home-slider .owl-theme .owl-dots {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 10px;
}

.home-slider .owl-dots button:focus {
    outline: none;
}

.home-slider .owl-dot.active span {
    background-color: #ffffff !important;

}

.home-slider .owl-dot span {
    background-color: transparent !important;
    border-width: 1px;
    border-color: rgb(255, 255, 255);
    border-style: solid;
    border-radius: 50%;
    width: 9px;
    height: 9px;
}
/* end of home-slider*/


.d_title{
    font-size: 36px;
    font-family: 'Montserrat-SemiBold', Sans-Serif;
    color: rgb(44, 44, 44);
    margin-bottom: 0;
    /*padding-bottom: 35px;*/
    /*font-weight: bold;*/
}

/*home-services*/
.home-services{
	background-color: #f2f4ff;
    padding: 25px 0;
}
#serviceSlider{
    padding-top: 25px;
}
#serviceSlider .owl-stage-outer{
    margin: -15px;
    padding: 15px;
}
.service-card{
    border-radius: 5px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0 4px 10px 0 rgba(37, 37, 37, 0.08);
    width: 100%;
    height: 180px;
    overflow: hidden;
    padding: 0 30px 0 0;
    display: flex;
    align-items: center;
    text-decoration: none;
    position: relative;
    background-position: center !important;
    background-size: cover !important;
}
.service-card:hover:after{
     background-color: rgba(71, 87, 157 , 0.60);
    transition: all 0.6s ease-in-out;
}
.service-card:hover .service-card_item-title h2, .service-card:hover{color:#fff;}
.service-card:hover .service-card_item-info p{
    color: #fff;
}
.service-card:after{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: rgb(255, 255, 255);
    transition: all 0.6s ease-in-out;

}
.service-card_item{
    border-left: 2px #47579d solid;
    padding-left: 30px;
    position: relative;
    z-index: 1;
    width: 100%;
}
.service-card_item-title{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.service-card_item-title h2{
    font-size: 20px;
    font-family: 'Montserrat-Medium', Sans-Serif;
    color: rgb(44, 44, 44);
    margin-bottom: 0;
}
.service-card_item-title span{
    font-size: 18px;
    font-family: 'Montserrat-SemiBold', Sans-Serif;
    color: #47579d;
}
.service-card_item-info{
    padding-top: 25px;
    min-height: 75px;
}
.service-card_item-info p{
    font-size: 18px;
    color: rgb(145, 145, 145);
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical
}
#serviceSlider .owl-nav{
    position: absolute;
    top: -20px;
    right: 0;
}
#serviceSlider .owl-nav button i{
   /* font-size: 32px;
    color: #9c9c9c;*/
}
#serviceSlider .owl-nav button:focus{
    outline: none;
}
/* end home-services*/

/*home-news*/
.home-news{
    /*background-color: #f2f4ff;*/
    padding: 30px 0 0;
}
.home-news__top{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.home-news__top a{
    font-size: 16px;
    color: #47579d;
    line-height: 0.625;
    text-decoration: none;
}
.home-news .title{
    padding: 0;
}

.news-card{
    padding-top: 70px;
    display: block;
}

.news-card > span{
    font-size: 14px;
    color: rgb(145, 145, 145);
}
.news-card > h2{
    font-size: 16px;
    font-family: 'Montserrat-Medium', Sans-Serif;
    color: rgb(44, 44, 44);
    padding-top: 20px;
    padding-bottom: 30px;
    margin-bottom: 0;
}
.news-card__bottom{
    display: flex;
    align-items: center;
}
.news-card__bottom-img{
    width: 160px;
    height: 100px;
    border-radius: 2px;
    overflow: hidden;
}
.news-card__bottom-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.news-card__bottom span{
    font-size: 14px;
    color: #47579d;
    padding-left: 25px;
    display: flex;
    align-items: center;
}
.news-card__bottom span i{
    padding-left: 10px;
    font-size: 20px;
}
/* end of home-news*/
.nav-tabs {
    border-bottom: 1px solid #cfd6ff;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #495057;
    background-color: #fff;
    border-color: #47579d #cfd6ff #fff;
}
/*home-controling*/
.home-controling{
    padding: 45px 0;
    position: relative;
    z-index: 0;
}
.left_collapse{
    font-size: 18px;
    font-family: 'Montserrat-Medium', sans-serif;
    color: rgb(44, 44, 44);
    display: flex;
    align-items: center;
    justify-content: space-between;
    /*padding-bottom: 15px;*/
}
a.left_collapse:hover{
    color: rgb(44, 44, 44);
}
.left_collapse i{
    color: #999999;
    font-size: 15px;

}
.controlling-left__top{
    border-radius: 0 0 5px 5px;
    background-color: #f2f4ff;
    width: 100%;
    overflow: hidden;
    padding: 20px 30px;

}
.controlling-left__top .controlling-left__collapse span{
    font-size: 15px;
    color: rgb(44, 44, 44);
    line-height: 22px;
    display: flex;
    align-items: flex-start;
    padding: 20px 0 0;
}
.controlling-left__top .controlling-left__collapse span i{
    color: #47579d;
    padding-right: 10px;
    font-size: 18px;
}
.controlling-left__top .controlling-left__collapse a{
    font-size: 15px;
    color: rgb(44, 44, 44);
    line-height: 22px;
    display: flex;
    align-items: center;
    /*padding: 15px 0;*/
}

.controlling-left__bottom{
    /*width: 100%;*/
    border-radius: 5px;
    background-color: rgb(255, 255, 255);
    border: 1px solid #ffffff;
    box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.08);
    overflow: hidden;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 25px 30px;
    margin: 10px 5px;
    transition: all 0.25s ease-in-out;
}
.controlling-left__bottom:hover{
    box-shadow: none;
    border: 1px solid rgba(71, 87, 157, 0.1);
}
.controlling-left__bottom h2{
    font-size: 16px;
    color: rgb(44, 44, 44);
    font-family: 'Montserrat-Medium';
    margin-bottom: 0;
}
.controlling-left__bottom i{
    color: #245282;
    font-size: 20px;
}
.home-controling a.nav-item{
    color: #47579d;
}
.home-controling .nav-item.active{
    font-weight: bold;
}
/*end of home-controling*/

/*home-infographic*/
.infographic-item, .infographic-item-1{
    width: 100%;
    border-radius: 5px;
    background-color: rgb(255, 255, 255);
    border: 1px solid #ffffff;
    box-shadow: 0px 5px 20px 0px rgba(37, 37, 37, 0.08);
    height: auto;
    padding: 30px;
    margin-bottom: 30px;
}
.infographic-item-1 img{width: 100%;}
.infographic-item:hover, .infographic-item-1:hover{
    box-shadow: none;
    border: 1px solid rgba(71, 87, 157, 0.1);
}

.infographic-item__main{
    width: 100%;
    display: flex;
    align-items: center;
    min-height: 95px;
}
.infographic-item__icon{
    width: 70px;
    margin-right: 20px;
}
.infographic-item__icon img{width: 100%;max-height: 70px;}
.infographic-item__icon i.icons{
    font-size: 70px;
    color: #47579d;
}
.infographic-item__info{

}
.infographic-item-1 span{
        font-size: 19px;
    color: #2c2c2c;
    display: block;
        text-align: center;
}
.infographic-item__info span{
    font-size: 18px;
    color: #2c2c2c;
    display: block;
}
.infographic-item__info strong{
    font-size: 38px;
    color: #2c2c2c;
    line-height: 40px;
    font-weight: 600;
}
.infographic-item__list{
    list-style: none;
    padding: 0;
    margin: 0;
    margin-top: 30px;
    padding-top: 30px;
    border-top: 1px solid #e9e9e9;
}
.infographic-item__list li{
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}
.infographic-item__list li:last-child{
    margin-bottom: 0;
}
.infographic-item__list li img{
    flex: 0 0 38px;
    width: 38px;
    margin-right: 10px;
}
.infographic-item__list li span{

}


/* Footer */
footer{
    width: 100%;
    background-color: #47579d;/*#252a2e;*/
}
.footer-info{
    color: #ffffff;
    padding: 50px 0 10px;
}
a.footer-logo{
    max-width: 320px;
    display: block;
    font-size: 15px;
    color: #ffffff;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.footer-ctrl{
    font-family: 'Montserrat-Light', sans-serif;
    font-size: 15px;
    margin-top: 30px;
}
.footer-copy{
    font-family: 'Montserrat-Light', sans-serif;
    font-size: 15px;
    color: #ffffff;
    padding: 10px 0 50px;
}
.footer-copy a{
    font-size: 15px;
    color: #ffffff;
    font-family: 'Montserrat-Medium', sans-serif;
    transition: all 0.25s ease-in-out;
}
.footer-copy a:hover{
    color: #a0b1ff;
}
.footer-contacts ul{
    list-style: none;
    padding-left: 60px;
}
.footer-contacts ul li{
    font-size: 15px;
    color: rgb(255, 255, 255);
    display: flex;
    padding-bottom: 15px;
}
.footer-contacts ul li i{
    font-size: 18px;
    padding-right: 15px;
}
.footer-contacts ul li a{
    font-size: 15px;
    font-family: 'Montserrat-Medium', Sans-Serif;
    color: rgb(255, 255, 255);
    text-transform: uppercase;
    transition: all 0.25s ease-in-out;
}
.footer-contacts ul li a:hover{
    color: #a0b1ff;
}
.footer-socials{
    /*padding-left: 90px;*/
    display: flex;
    margin-top: 30px;
}
.footer-socials a{
    font-size: 22px;
    color: #ffffff;
    margin-right: 15px;        
    display: flex;
    transition: all 0.25s ease-in-out;
}
.footer-socials a:hover{
    color: #a0b1ff;
}
.footer-socials a i.icon-vk{
    font-size: 25px;
}
.footer-menu{
    padding: 0;
}
.footer-menu ul{
    list-style: none;
    padding: 0;
    margin: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.footer-menu ul li{
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    margin-bottom: 15px;
}
.footer-menu ul li a{
    font-family: 'Montserrat-Light', sans-serif;
    font-size: 15px;
    color: #ffffff;
    transition: all 0.25s ease-in-out;
}
.footer-menu ul li a:hover{
    color: #a0b1ff;
}
.footer-copy .dev{
    padding-left: 60px;
}

.pages{
    padding: 30px 0;
}
.pages-content{
    padding: 30px 0;
}

.all-news, .all-news1{
    min-height: 500px;
}
.all-news{
    background: #fff;
    padding: 0 30px;
    margin-bottom: 30px;
    box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.08);
}
.all-news .news-item__date{
    text-align: center;
    flex: 0 0 60px;
    width: 60px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-right: 20px;
}
.all-news .news-item{
    border: 0;
    margin-bottom: 30px;
}


.sidebar{
    margin-top: -155px;
    position: relative;
    z-index: 3;
}
.sidebar-menu, .sidebar-calendar{
    width: 100%;
    border-radius: 5px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.08);
    padding: 30px 30px;
    min-height: 175px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    margin-bottom: 15px;
}
.sidebar-menu h2{
    font-family: 'Montserrat-Medium', sans-serif;
    font-size: 16px;
    color: #1f3c88;
    margin-bottom: 15px;
    text-transform: uppercase;
}
.sidebar-menu ul{
    list-style: none;
    padding: 0;
    margin: 0;
}
.sidebar-menu ul li{
    padding: 6px 0
}
.sidebar-menu ul li a{
    font-size: 15px;
    display: block;
    line-height: 21px;
    color: #313131;
    transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    white-space: normal;
}
.sidebar-menu ul li a:hover{
    color: #1f3c88;
}
.sidebar-menu ul li a.active::before{
    content: "\f105";
    font-family: FontAwesome;
    font-size: 16px;
    color: #1f3c88;
    margin-right: 5px;
}


.sidebar-b{
    margin-bottom: 30px;
}
.sidebar-b img{
    width: 100%;
}
.sidebar-b .news-list{margin-bottom: 15px;}


.news-content{
    padding: 30px 0;
}
.news-content .date{
    color: #919191;font-size: 16px;margin-bottom: 15px;
}
.news-content__header{
    display: flex;    
    align-items: center;
    margin-bottom: 20px;
}
.news-content__header .date{
    flex: 0 0 90px;
    width: 90px;
    height: 85px;
    border-radius: 5px;
    background-color: rgb(31, 60, 136);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin-right: 30px;
}
  
.news-content__header .date strong{
    font-family: 'Montserrat-SemiBold', sans-serif;
    font-size: 24px;
    line-height: 27px;
    color: #ffffff;
}
.news-content__header .date span{
    font-family: 'Montserrat-SemiBold', sans-serif;
    font-size: 14px;
    color: #ffffff;
}
.news-content__header .date small{
    font-family: 'Montserrat-Regular', sans-serif;
    font-size: 13px;
    color: #ffffff;
}
.news-content__header h2{
    font-family: 'Montserrat-SemiBold', sans-serif;
    font-size: 18px;
    color: #313131;
    margin: 0;
    line-height: 26px;
}
.content{
    color: #3e3e3e;
    font-size: 17px;
}
.content img{
    max-width: 100%;
    height: auto;
}
.news-content__foter{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 30px;
}
.news-content__foter span.source{
    font-family: 'Montserrat-Medium', sans-serif;
    font-size: 14px;
    color: #313131;
}
.news-content__foter span{
    font-size: 14px;
    color: #696969;
}
.news-content__foter span.share{
    display: flex;
    align-items: flex-end;
}
.news-content__foter span.share .osg{
    margin-left: 5px;
}
.news-content__foter span.source a{
    color: #1f3c88;
}
.news-content__foter a.print{
    font-size: 14px;
    color: #696969;
}
.news-content__foter a.print i.icons{

}




.manages{

}
.manage-item{
    border-radius: 5px;
    background-color: #f5f8fb;
    width: 100%;
    padding: 30px;
    margin-bottom: 30px;
}
  
.manage-item__head{
    display: flex;
}
.manage-item__image{
    flex: 0 0 250px;
    width: 250px;
    height: 261px;
    margin-right: 30px
}
.manage-item__image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.manage-item__info{
    width: 100%;
}
.manage-item__info h2{
    font-family: 'Montserrat-SemiBold', sans-serif;
    font-size: 22px;
    color: #313131;
    margin-bottom: 15px;
}
.manage-item__info h3{
    font-family: 'Montserrat-SemiBold', sans-serif;
    font-size: 16px;
    color: #313131;
    margin-bottom: 15px;
}

.manage-item__info h4{
    font-family: 'Montserrat-Medium', sans-serif;
    font-size: 24px;
    color: #0c0c0c;
    margin-bottom: 15px;
}
.manage-item__info h5{
    font-family: 'Montserrat-SemiBold', sans-serif;
    font-size: 18px;
    color: #313131;
    margin-bottom: 15px;
}
.manage-item__contacts{
    padding: 15px 0;
    /* margin-bottom: 15px; */
}
.manage-item__contacts--row{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
   /* justify-content: space-between;*/
}
.manage-item__contacts--item{
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    max-width: auto;
    padding: 0 15px;
    margin-bottom: 15px;
}
.manage-item__contacts--item label{
    display: block;
    font-size: 14px;
    color: #313131;
}
.manage-item__contacts--item span{
      max-width: 320px;
}
.manage-item__contacts--item span,
.manage-item__contacts--item a{
    display: block;
    font-size: 15px;
    color: #1f3c88;
  
}
.manage-item__contacts--item a.btn, .na_priem{
    outline: none;
    box-shadow: none;
    border: 1px solid #1f3c88;
}
.na_priem {
    border-radius: 20px;    
    padding: .375rem 1.25rem;
    
    display: block;
    font-size: 15px;
    color: #1f3c88;
}

.manage-item__info .nav-tabs{
    border: 0;
}
.manage-item__info .nav-tabs .nav-item{
    margin: 0;
    margin-right: 20px;
}
.manage-item__info .nav-tabs .nav-link{
    background: #e1ebff;
    border: 0;
    font-size: 14px;
    color: #313131;
    border-radius: 25px;
    padding: 8px 20px;
}
.manage-item__info .nav-tabs .nav-item.show .nav-link, 
.manage-item__info .nav-tabs .nav-link.active{
    background: #1f3c88;
    color: #ffffff;
}
.manage-item__content .tab-content>.tab-pane{
    padding: 30px 0 0 0;
    font-size: 15px;
    color: #313131;
}
.gallery-item{
    display: block;
    position: relative;
    margin-bottom: 30px;
}
.gallery-item__image{
    border-radius: 3px;
    background-color: rgb(244, 244, 244);
    width: 100%;
    height: 205px;
    overflow: hidden;
    position: relative;
}
.gallery-item__image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.gallery-item__image::after{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(45, 53, 62, 0.45);
    transition: all 0.3s ease-in-out;
}
.gallery-item:hover .gallery-item__image::after{
    background: rgba(45, 53, 62, 0);
}
.gallery-item__info{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 15px;
}
.gallery-item__info h2{
    font-size: 18px;
    line-height: 22px;
    font-weight: 600;
    color: #ffffff;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.gallery-item__info span.date{
    font-size: 16px;
    color: #ffffff;
    margin-bottom: 10px;
    display: block;
}

.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: flex;
    border-radius: 2px;
    align-items: center;
}
.pagination ul li.active a{
    color: #ffffff;
    background: #47579d;
    font-weight: 600;
}
.pagination ul li.page a{color: #737373;}
.pagination ul li.page a:hover{color: #47579d;}

.pages .docs-list {

}
.pages .docs-list ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.pages .docs-list ul li {
    margin-bottom: 15px;
}
.pages .docs-list ul li a {
    display: block;
    font-size: 17px;
    line-height: 23px;
    color: #353535;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}
.pages .docs-list ul li a:hover{
    color: #2469ba;
} 
.news-slider{
    padding: 0 0 15px 0;
}
.news-slider a.news-slide__item{
    display: block;
    width: 100%;
    height: 495px;
}
.news-slider a.news-slide__item > img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.news-slider {
    text-align: 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;
}



.contacts{
    margin-bottom: 30px;
}
.contacts iframe{
    width: 100%;
    height: 100%;
}
.contacts > h2{
    font-size: 22px;
    font-weight: 600;
    color: #1f3c88;
    margin-bottom: 30px;
}
.contacts-content{
    border-radius: 5px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0 5px 20px 0 rgba(37, 37, 37, 0.08);
    width: 100%;
    padding: 30px;
}
.contacts-map{
    height: 360px;
}
.contacts-map iframe{
    width: 100%;
    height: 100%;
}
.contacts-info{
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}
.contacts-info h2{
    font-size: 16px;
    color: #47579d;
    font-weight: bold;
    line-height: 25px;
}
.contacts-info h2 span{
    font-size: 16px;
    color: #2c2c2c;
    font-family: 'Montserrat-Regular', sans-serif;
}
.contacts-info h2 a{
    font-size: 16px;
    color: #2c2c2c;
    font-family: 'Montserrat-Regular', sans-serif;
    text-decoration: none;
}
.contacts-main{
    display: flex;
    flex-wrap: wrap;
}
.contacts-item{
    padding-right: 45px;
    margin-bottom: 30px;
}
.contacts-item:last-child{
    margin: 0;
}
.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: #1f3c88;
}

#map{
    height: 400px;
    margin-top: 25px;    
}

.territorial-view ul li a{
    color: #313131;
}
.territorial-view .territorial-item__info ul li{
    margin-bottom: 15px;
}

.clincs-filter{
    padding-top: 30px;
}
.clincs-filter .form-group{
    
}
.clincs-filter .form-group label{
    margin-bottom: 5px;
    font-size: 16px;
}
.clincs-filter .form-control{
    height: 40px;
    outline: none;
    box-shadow: none;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
}
.clincs-filter .bootstrap-select>.dropdown-toggle {
    height: 40px;
    background: #ffffff;
    border: 1px solid #ced4da;
    border-radius: 3px;
    line-height: 1.7;
    outline: none!important;
}
.clincs-filter .btn.btn-primary{
    width: 175px;
    height: 40px;
    border-radius: 3px;
    background: #1f3c88;
    border-color: #1f3c88;
}
.clincs {
    padding: 30px 0;
}
.clincs .list-group-item{
    background-color: transparent;
    padding: 0 15px;
}
.clincs .list-group-item:hover{
    background: #eaf0ff;
}
.clincs .list-group-item a{
    display: block;
    font-family: 'Montserrat-Medium', sans-serif;
    font-size: 16px;
    color: #47579d;
    padding: 13px 0 11px;
    padding-right: 15px;
    transition: all 0.25s ease-in-out;
}
.clincs .list-group-item:hover a{
    padding-right: 0;
    padding-left: 15px;
}
table, th, tr, td {
    border: 1px solid #47579d45;   
    padding: 5px 15px;
}

table tr:nth-child(2n) {
    background-color: #f3f7f9;
}
table a{color: #47579d;}
.bootstrap-select .dropdown-menu li a:hover{color: #fff;}
.bootstrap-select .dropdown-item.active, .bootstrap-select .dropdown-item:active{background: #47579d;}

#contactMSG {float: right;background: #47579d;color: #fff;}
#captcha_contacts_button {float: left;display: flex;width: 35px;height: 35px;background: #47579d;border-radius: 0 4px 4px 0;margin-right: 15px;justify-content: center;align-items: center;}
#captcha_contacts_button a{color: #fff;}

.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;
}
.tab-content p:last-child, .tab-content dl,.tab-content ol, .tab-content ul, .tab-content ol li:last-child {
    margin-bottom: 0 !important;
}
.home-infographic {
    margin-bottom: 25px;
}
.title-seetings{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.title-seetings .nav-tabs{
    border: none;
    margin-top: 5px;
}
.title-seetings .nav-tabs .nav-item.show .nav-link, 
.title-seetings .nav-tabs .nav-link.active{
    border: none;
    color: #1f3c88;
    background: transparent;
}
.title-seetings .nav-tabs .nav-link{
    border: none;
    padding: 0;
    margin-left: 30px;
    font-size: 18px;
    color: #797979;
}
.title-seetings .nav-tabs .nav-item{
    display: flex;
    align-items: center;
}
.title-seetings .nav-tabs .nav-link:focus, 
.title-seetings .nav-tabs .nav-link:hover{
    border: none;
}
.home-news__main{
    padding: 25px 0 20px;
}

.news-item{
    position: relative;
    border-radius: 5px;
    display: block;
    overflow: hidden;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 4px 20px 0px #e5e9fd;
    margin-bottom: 30px;
}
.news-item .newscat{
    font-size: 12px;
    position: absolute;
    top: 15px;
    left: 15px;
    max-width: 165px;
    border-radius: 4px;
    padding: 3px 15px;
    color: #ffffff;
    background-color: #1f3c88;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    z-index: 8;
}
.news-item__image{
    width: 100%;
    height: 200px;
    display: flex;
    position: relative;
    overflow: hidden;
}
  
.news-item__image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    -webkit-transition: .3s;
    -o-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
}
.news-item__image:before {
    content: "";
    position: absolute;
    top: -110%;
    left: -210%;
    width: 200%;
    height: 400%;
    opacity: 0;
    -webkit-transform: rotate(30deg);
    -moz-transform: rotate(30deg);
    -ms-transform: rotate(30deg);
    -o-transform: rotate(30deg);
    transform: rotate(30deg);
    background: -webkit-gradient(linear,left top,right top,from(hsla(0,0%,100%,.1)),color-stop(77%,hsla(0,0%,100%,.1)),color-stop(92%,hsla(0,0%,100%,.5)),to(hsla(0,0%,100%,0)));
    background: -webkit-linear-gradient(left,hsla(0,0%,100%,.1),hsla(0,0%,100%,.1) 77%,hsla(0,0%,100%,.5) 92%,hsla(0,0%,100%,0));
    background: -moz- oldlinear-gradient(left,hsla(0,0%,100%,.1) 0,hsla(0,0%,100%,.1) 77%,hsla(0,0%,100%,.5) 92%,hsla(0,0%,100%,0) 100%);
    background: -o-linear-gradient(left,hsla(0,0%,100%,.1) 0,hsla(0,0%,100%,.1) 77%,hsla(0,0%,100%,.5) 92%,hsla(0,0%,100%,0) 100%);
    background: linear-gradient(90deg,hsla(0,0%,100%,.1) 0,hsla(0,0%,100%,.1) 77%,hsla(0,0%,100%,.5) 92%,hsla(0,0%,100%,0));
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    z-index: 3;
}
.news-item:hover .news-item__image:before {
    opacity: 1;
    top: -146%;
    left: -40%;
    -webkit-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}
.news-item:hover .news-item__image img {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}
.news-item__info{
    width: 100%;
    height: 180px;
    padding: 15px 25px 45px;
    position: relative;
}
.news-item__info > a,
.news-item__info h2{
    font-size: 18px;
    line-height: 1.2;
    font-weight: 600;
    color: #404040;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.news-item__footer{
    position: absolute;
    left: 25px;
    right: 25px;
    bottom: 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.news-item__footer p{
    margin-bottom: 0;
}
.news-item__footer .date{
    font-size: 16px;
    color: #9c9c9c;
}
.news-item__footer .url{
    font-size: 16px;
    color: #47579d;
    display: flex;
    align-items: center;
}
.news-item__footer .url i.icons{
    margin-left: 10px;
    /*margin-top: 3px;*/
}

/* Home Partners */
.partners-home{
    padding: 35px 0;
    background-color: #f2f4ff;
    position: relative;
    z-index: 0;
}
.partners-home__main{
    padding: 15px 0;
}
.partners-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;
}
    
.partners-item .partners-item__image{
    /*max-width: 110px;*/
    /*height: 80px;*/
    /*margin-right: 15px;*/
    display: flex;
    align-items: center;
    justify-content: center;
    /* width: 100%; */
    height: 100px;
    margin-right: 26px;
}
.partners-item .partners-item__image img{
    /*width: 100%;*/
    /*height: 100%;*/
    /*-o-object-fit: contain;*/
    /*   object-fit: contain;*/
    /*-o-object-position: center;*/
    /*   object-position: center;*/
    width: auto;
    max-width: 160px;
    max-height: 60px;
}
.partners-item .partners-item__title{
    
}
.partners-item .partners-item__title span{
    font-family: 'Montserrat-Regular', sans-serif;
    font-size: 15px;
    color: #575757;
    line-height: 19px;
    display: block;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
#partners .owl-stage-outer{
    margin: -25px -15px;
    padding: 25px 15px;
}
#partners .owl-nav{

}
#partners .owl-nav button, #serviceSlider .owl-nav button{
    position: absolute;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    outline: none;
    -webkit-box-shadow: none;
            box-shadow: none;
    top: -35px;
}
#partners .owl-nav button.owl-prev, #serviceSlider .owl-nav button.owl-prev{
    color: #ffffff;
    right: 45px;
    background: #47579d;
}
#partners .owl-nav button.owl-next, #serviceSlider .owl-nav button.owl-next{
    color: #ffffff;
    background: #47579d;
    right: 0;
}
#partners .owl-nav button i, #serviceSlider .owl-nav button i{
    margin-top: -2px;
    font-size: 24px;
}  
#partners  .owl-dots .owl-dot span{
    width: 11px;
    height: 11px;
    margin: 5px 5px;
    border: 1px solid #1f3c88;
    background: transparent;
}
#partners  .owl-dots .owl-dot.active span, #partners  .owl-dots .owl-dot:hover span {
    background: #1f3c88;
}
.vacancy-block {
    padding: 30px;
}
.vacancy-block .tab-content {
    margin-top: 20px;
}
#accordion .card .btn{color: #000;display: block;width: 100%;text-align: left;text-decoration: none !important;box-shadow: none;padding: 0;}
#accordion .card{margin-bottom: 10px;}
#accordion .card-body h3, #accordion .card-body h4{font-size: 18px;margin-bottom: 15px;}
.card-body ul li{margin-bottom: 15px;}
.contacts-form{margin-top: 25px;}
.contacts-form h3{font-size: 18px;font-weight: bold;margin-bottom: 20px;color: #5c5c5c;}
.contacts #myTabContent>.tab-pane, .helpline-content{padding-top: 25px;}
.helpline h3{font-size: 22px;text-align: center;margin-bottom: 25px;}
.helpline h5{font-size: 20px;margin-bottom: 25px;text-align: center;}
#v-pills-tab .nav-link.active, #v-pills-tab .show>.nav-link{background: #1f3c88;}
.v-pills-m {display: none;}
.v-pills-m h4{font-size: 16px;font-weight: bold;}
.medicine table{margin-top: 25px;}
.medicine h6{margin-bottom: 25px;}
.form-group__search{display: flex;align-items: center;}
.form-group__search .btn{margin-left: 15px;background: #1f3c88;border: 0;}

/*Media gallereya*/
.media_gallery{
    margin-top: 45px;
}
.media_gallery_title{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.media_gallery_title h1{
    font-size: 30px;
    color: rgb(70, 70, 70);
    margin-bottom: 0;
    font-weight: 700;

}
.media_gallery_all_albums{
    border-width: 1px;
    border-color: rgb(6, 58, 144);
    border-style: solid;
    border-radius: 3px;
    width: 148px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.media_gallery_all_albums span{
    font-size: 16px;
    color: rgb(6, 58, 144);
    font-weight: bold;
}
.media_gallery_one{
    position: relative;
    width: 100%;
    height: 365px;
    display: block;
    margin-top: 25px;
}
.media_gallery_one img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.media_gallery_one_title{
    position: absolute;
    bottom: 10px;
    left: 25px;
    right: 25px;
}
.media_gallery_one_title span{
    font-size: 18px;
    color: rgb(255, 255, 255);
    font-weight: 700;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 21px;
}
.media_gallery_one_title p{
    font-size: 16px;
    color: rgb(255, 255, 255);
    padding: 10px 0;
    margin-bottom: 0;
}
.media_gallery_one:before{
    content: '';
    width: 100%;
    height: 100%;
    background-color: #253044;
    opacity: 28%;
    position: absolute;
}
.media_gallery_olypic_sport{
    padding: 15px 0 45px 0;
}
.media_gallery_two_main_img_title{
    position: relative;
    width: 100%;
    height: 200px;
    display: block;
    margin-top: 25px;
}
.media_gallery_two_main_img_title img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.media_gallery_two_main_img_title:before{
    content: '';
    width: 100%;
    height: 100%;
    background-color: #253044;
    opacity: 28%;
    position: absolute;
}
.media_gallery_two_main{
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
}
.media_gallery_two_main_title{
    position: absolute;
    bottom: 0;
    left: 25px;
    right: 25px;
}
.media_gallery_two_main_title span{
    font-size: 18px;
    color: rgb(255, 255, 255);
    font-weight: 700;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.media_gallery_two_main_title p{
    font-size: 15px;
    color: rgb(255, 255, 255);
}
.home-photo-gallery{
    padding-bottom: 25px;
}

/*end of Media gallereya*/

#partners .useful-item{
    background: #ffffff;
    height: 180px;
    border-radius: 8px;
    position: relative;
    padding: 0 15px;
    text-align: center;
    box-shadow: 0 4px 15px #e5e9fd;
    border: 1px solid #ffffff;
    transition: all 0.25s ease-in-out;
}
#partners .useful-item:hover{
    box-shadow: none;
    border: 1px solid rgba(71, 87, 157, 0.1);
}
#partners .useful-item__img{
    height: 80px;
    text-align: center;
    display: grid;
    justify-content: center;
    align-content: center;
        padding-top: 15px;
}
#partners .useful-item__img img{
    width: auto;
    max-width: 160px;
    max-height: 60px;
}
#partners .useful-item__content span{
    color: #2f3941;
    font-size: 14px;
    display: block;
    /*height: 130px;*/
    padding-top: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
#partners .useful-item__content h2{
    margin: 0;
    color: #115185;
    font-family: Montserrat-SemiBold, sans-serif;
    font-size: 15px;
}
#partners button:focus{
    outline: none;
}


.home-controling .regions_list{

}

.regions_list > h5 {
    font-size: 20px;
    font-family: 'Montserrat-Medium', Sans-Serif;
    color: #2c2c2c;
    margin-bottom: 0;
}
.regions_list ul{
    list-style: none;
    padding: 15px 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}
.regions_list ul li{
    flex: 0 0 50%;
    max-width: 50%;
    padding: 0 15px;
    margin-bottom: 10px;
}
.regions_list ul li span{
    display: block;
    position: relative;
    padding-left: 20px;
    font-size: 17px;
    cursor: pointer;
}
.regions_list ul li span:hover{
    color: #47579d;
}
.regions_list ul li a{color:#000;}
.regions_list ul li.active_regions span{
    font-family: 'Montserrat-Medium', Sans-Serif;
    color: #47579d;
}
.regions_list ul li span::before{
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    background-color: #47579d;
    border-radius: 50%;
    bottom: 50%;
    transform: translateY(50%);
    left: 0;
}


.privatizations{

}
.privatization-col{
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}
.privatization-item{
    display: block;
    width: 100%;
    height: 170px;
    border-radius: 5px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 5px 20px 0px rgba(37, 37, 37, 0.08);
    border: 1px solid #ffffff;
    padding: 25px;
    margin-bottom: 30px;
    transition: all 0.25s ease-in-out;
}
.privatization-item:hover{
    box-shadow: 0px 0 0 0px rgba(37, 37, 37, 0.08);
    border: 1px solid #e7ebff;
}
  
.privatization-item__image{
    width: 100%;
    height: 48px;
    margin: 10px 0;
}
.privatization-item__image i{font-size: 35px;}
.privatization-item__image img{    
    width: auto;
    height: 48px;
    object-fit: contain;
}
.privatization-item__title{

}
.privatization-item__title span{
    color: #2c2c2c;
    font-family: 'Montserrat-Medium', Sans-Serif;
}
.klinika2-logo{
    position: absolute;
    top: 26px;
    /* right: 210px; */
    right: 320px;
    z-index: 9;
}
.klinika2-logo img{
    width: 70px;
    height: 70px;
}
.currency{text-align: center;}
.opendata .opendata-link a{color: #000;}
.opendata-link-gov {
    text-align: center;
}
.opendata .opendata-link-gov a{
    color: #fff;
    font-size: 14px;
    text-align: center;
    display: inline-block;
    margin-left: 10px;
    padding: 5px 10px;
    border-radius: 5px;
}
.opendata.opendata-view .opendata-link-gov a{margin:0 10px 0 0;}
.opendata .opendata-link-gov a.csv{
    background: #2996be;
}
.opendata .opendata-link-gov a.json{
    background: #ab7bc1;
}
.opendata .opendata-link-gov a.xml{
    background: #dbb176;
}
.opendata ul{padding-top: 15px;}
.opendata ul li a{color: #000;}
.opendata ul li{margin-bottom: 15px;}
.opendata .btn{background-color: #47579d;border-color: #47579d;box-shadow: none;}

.list-group-item{
    background-color: transparent;
    padding: 0 15px;
}
.list-group-item:hover{
    background: #5467bb;
}
.list-group-item:hover a{color: #fff;}
.list-group-item a{
    display: block;
    font-family: 'Montserrat-Medium', sans-serif;
    font-size: 16px;
    color: #47579d;
    padding: 13px 0 11px;
    padding-right: 15px;
   /* -webkit-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;*/
}
.list-group-item:hover a{
    padding-right: 0;
    /*padding-left: 15px;*/
}
.privatization-region{padding: 30px;}
.privatization-region .tab-pane{padding-top: 15px;}
.my-custom-scrollbar {
position: relative;
/*height: 700px;*/
/*overflow: auto;*/
}
.table-wrapper-scroll-y {
display: block;
}
.rent-table a{}
.rent-img{
      width: 50px;
    height: 50px;
}
.rent-img img{
     width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.content p > img[style="float: left;"]{
    margin-right: 15px;
}
.content p > img[style="float: right;"]{
    margin-left: 15px;
}
.news-content .nav-item a{color: #000;}
#allcharts, #mapid {
    margin-top: 20px;
}
.images-gallery{margin-top: 25px;}
.images-gallery__item{
    width: auto;
    height: 220px;
        margin-bottom: 30px;
}
.images-gallery__item img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.p-view .text-warning{font-size: 16px;color: #47579d !important;display: block;margin-bottom: 25px;}

.content h3, .content h4{font-size: 16px;}
.privatization {
    padding: 15px 0;
}
a.scroll-down1 {
    /*position: absolute;
    bottom: 20px;
    left: 50%;*/
    display: inline-block;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    color: #fff;
    font : normal 400 20px/1 'Josefin Sans', sans-serif;
    letter-spacing: .1em;
    text-decoration: none;
    transition: opacity .3s;
}
a.scroll-down1:hover {
    opacity: .5;
}
a.scroll-down1 {
    padding-top: 50px;
}
a.scroll-down1 span {
   position: absolute;
    top: 0;
    left: 50%;
    width: 16px;
    height: 16px;
    margin-left: -8px;
    border-left: 3px solid #f3b608;
    border-bottom: 3px solid #f3b608;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-animation: sdb07 2s infinite;
    animation: sdb07 2s infinite;
    opacity: 0;
    box-sizing: border-box;
}
a.scroll-down1 span:nth-of-type(1) {
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
}
a.scroll-down1 span:nth-of-type(2) {
    top: 18px;
    -webkit-animation-delay: .15s;
    animation-delay: .15s;
}
a.scroll-down1 span:nth-of-type(3) {
    top: 36px;
    -webkit-animation-delay: .3s;
    animation-delay: .3s;
}
@-webkit-keyframes sdb07 {
    0% {
      opacity: 0;
    }
    50% {
      opacity: 1;
    }
    100% {
      opacity: 0;
    }
}
@keyframes sdb07 {
    0% {
      opacity: 0;
    }
    50% {
      opacity: 1;
    }
    100% {
      opacity: 0;
    }
}
.content ul li{margin-bottom: 10px;}

#emp-modal{
    padding: 0!important;
}
#emp-modal .modal-dialog{
    max-width: 1400px;
}
#emp-modal .modal-header h5{
    
    font-family: 'Montserrat-SemiBold', sans-serif;
    font-size: 20px;
    line-height: 25px;

}
#emp-modal .images{
    display: flex;
    flex-wrap: wrap;
}
.modal-img{
    margin-right: 10px;
    width: auto;
    height: 175px;
    margin-bottom: 10px;
}
.modal-img img{
    width: auto;
    height: 100%;
    object-fit: contain;
}
.question .card-header {
    background: #47579d;
}
#accordion  .question .card .btn{color: #fff !important;}
.rent-regions_list{
    
}
.rent-regions_list ul{
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.rent-regions_list ul li.regions{
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
    padding: 0 15px;
}
.rent-regions_list ul li.regions a{
    display: block;
    padding: 15px 0;
    text-align: center;
}
.rent-regions_list ul li.regions a strong{
    display: block;
    font-size: 36px;
}   
.rent-regions_list ul li.regions a span{
    display: block;
}
table p {
    font-size: 15px !important;
}
.captcha-input-2 input{height: 35px;}
.d_title2{
    font-size: 28px;
}
.d_title3{
    font-size: 24px;
}
.clinic-bg{
   width: 100%;
    height: 215px;
    background-size: cover;
    background-position: center;
    margin-top: 10px;
    position: relative; 
}
.clinic-qr-code{
    width: 100px;
    height: 100px;
    /*position: absolute;
    right: 0;
    bottom: 0;*/
    display: block;
    margin: 15px auto 0;
}
.clinic-region-all {
    margin-bottom: 15px;
        text-align: right;
    float: right;
    max-width: 300px;
}
.polls .custom-control-label {
    font-size: 17px;
    color: #454545;
}
.polls .custom-control-label::before {
    color: #fff;
    background-color: transparent;
    border: 1px solid #47579d;
}
.custom-radio .custom-control-input:checked~.custom-control-label::after{
    background-color: #47579d;
    border-radius: 50%;
}
.polls .polls-quest{
    font-family: 'ProximaNova-SemiBold','msc500', sans-serif;
    font-size: 18px;
    color: #47579d;
    margin-bottom: 15px;
}
.polls-buttons{
    margin-top: 25px;
}
.polls-buttons .btn{
    background-color: #47579d;
    color: #ffffff;
    font-size: 16px;
}
.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;
}
.quiz-result #display {
    position: absolute;
    top: 0;
    right: 45px;
    left: 45px;
}
.blog_category {
    height: 200px;
    overflow-y: auto;
}
.blog_category::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.03);
	border-radius: 4px;
	background-color: #F5F5F5;
}

.blog_category::-webkit-scrollbar
{
	width: 6px;
	background-color: #F5F5F5;
}

.blog_category::-webkit-scrollbar-thumb
{
	border-radius: 4px;
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.03);
	background-color: rgba(71, 87, 157, 0.7);
}
.blog-comments{

}
.blog-comments button{
    background: #47579d;
    color: #fff;
}
.blog-comments .comments-title{
    margin: 0;
    font-size: 22px;
    color: #47579d;
    padding: 30px 0 15px;
}
.blog-comments .comments-subtitle{
    color: #323232;
}
.blog-comments .comments-subtitle a{
    color: #47579d;
}

.comments{

}
.comments-item{
    padding: 15px 0;
    border-bottom: 1px solid #eeeeee;
}
.comments-item:last-child{
    border: none;
}
.comments-item .comments-item__header{
    display: flex;
    align-items: center;
    padding: 15px 0;
}
.comments-item .comments-item__header h4{
    font-size: 18px;
    color: #323232;
    font-weight: 600;
    margin: 0;
    padding-right: 30px;
}
.comments-item .comments-item__header span{
    font-size: 14px;
    color: #797979;
}
.comments-item .comments-item__content{
    color: #323232;
    font-size: 15px;
}
.comments-item .comments-item__content p{
    
}
.codephone {display: none;position: absolute;left: 15px;top: 8px;font-size: 16px;}
.input {position: relative;}
.input.is_focused input{padding-left:55px;}
.input1 {position: relative;}
.input1.is_focused input{padding-left:55px;}
.is_focused .codephone {display:block;}
#form_subscribe{padding-top: 15px;}
.subscribe-btn{
    background-color: #47579d;
    color: #ffffff !important;
    font-size: 16px;
    width: 100%;
}
.controlling-left__top .controlling-left__collapse a.go_to_map:hover span{color: #47579d}
.qabulxona{margin-right: 15px;}
.anketa .form-check{margin-bottom: 15px;}
.anketa .form-label{margin-bottom: 15px;}
.anketa .form-check-label{font-size: 15px;}
.anketa .form-label-left{padding-left: 15px;}
.anketa .form-label{font-weight: bold;}

.scrolltop {
    position: fixed;
    bottom: 60px;
    right: 60px;
    width: 300px;
    z-index: 30;
    width: 55px;
    height: 55px;
    background-color: rgba(45, 49, 53, 0.5);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    opacity: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: white;
    border-radius: 50%;
    cursor: pointer;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    transition: opacity 0.5s ease-in-out;
    -webkit-transition: opacity 0.5s ease-in-out;
    -moz-transition: opacity 0.5s ease-in-out;
    -ms-transition: opacity 0.5s ease-in-out;
    -o-transition: opacity 0.5s ease-in-out;
    font-size: 25px;
}
.scrolltop i{margin-top: -2px;}


@keyframes heartbeat
{
  30%
  {
    transform:rotateY(0deg);
  }
  60%
  {
    transform:rotateY(181deg);
  }

}

/* new year

.header:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 20px;
    bottom: -10px;
    left: 0;
    pointer-events: none;
    background-image: url(../images/newyear/garland@2x.png);
    background-size: 440px 20px;
}
.header-horizontal:before {
    content: "";
    position: absolute;
    width: 82px;
    height: 80px;
    left: 217px;
    top: 20px;
    background-image: url(../images/newyear/logo2x.png);
    background-repeat: no-repeat;
    background-size: cover;
    
}
.header-logo{
    margin-right: 57px;
}
*/

.banner-one__image__first .logo-slider1{
      width: 340px;
      height: auto;
      z-index: 2;
      right: 30%;
      position: absolute;
      top: 39%;
}
.banner-one__info__first{
    left: 45%;
    right: auto;
    top: 64%;
}
.banner-one__info__first .banner-one__desc, .banner-one__text p{
    color: #4e53ad;
    line-height: initial;
}
.banner-one__info__first .banner-one__text .btn{
    color: #ffffff;
    border-color: #ffffff;
}