/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v7.0.29,
* Autoprefixer: v9.7.6
* Browsers: last 4 version
*/

* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-family: 'Gotham Pro normal', sans-serif;
}

::-moz-selection {
    color: #ffffff;
    background: #0179c2;
}

::selection {
    color: #ffffff;
    background: #0179c2;
}

a, a:hover {
    text-decoration: none;
}

body {
    background-color: #ffff;
}

ul {
    margin-bottom: 0;
    list-style: none;
}

.container {
    max-width: 1440px;
}

.wrapper {
    position: relative;
    overflow: hidden;
}

.mobile-menu {
    display: none;
}

/*header-top*/
.header-top {
    width: 100%;
    background-color: #0000901f;
    padding: 25px 0;



    /*background-image: url("../images/top-header.jpg");*/
    background-position: center; /* Center the image */
    background-repeat: no-repeat; /* Do not repeat the image */
    background-size: cover; /* Resize the background image to cover the entire container */
}

.header-top__row {
    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;
}

.header-top__row ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.header-top__row ul li {
    font-size: 15px;
    line-height: 25px;
    color: #312E2E;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-right: 40px;
}

.header-top__row ul li a {
    font-size: 15px;
    line-height: 25px;
    color: #312E2E;
}

.header-top__row ul li i {
    font-size: 18px;
    color: #38248d;
    padding-right: 5px;
    font-weight: bold;
}

.header-top_right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.header-top_right > a {
    font-size: 15px;
    line-height: 25px;
    color: #312E2E;
    display: block;
    padding-right: 55px;
}

.header-top_right > a i {
    font-size: 16px;
    color: #0179c2;
    padding-right: 5px;
}

.header-lang .dropdown button {
    font-size: 15px;
    line-height: 25px;
    color: #312E2E;
    padding: 0;
}

.header-lang .dropdown button:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.header-lang .dropdown button i {
    font-size: 15px;
    color: #312E2E;
    padding-left: 5px;
}

.header-lang .dropdown .dropdown-menu {
    min-width: 100%;
    border: 0;
    padding: 0;
    background: #0000901f;
    margin-top: 5px;
    width: 100%;

}

.header-lang .dropdown-menu .dropdown-item {
    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;
    padding: 3px 15px;
    color: #312E2E;
}

.header-lang .dropdown-menu .dropdown-item:hover {
    background-color: #0179c2;
    color: #ffffff;
}

/*end of header-top*/

/*header-bottom*/
.header-bottom {
    width: 100%;
    background-color: #FFFFFF;
    padding: 5px 0;
    -webkit-box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
}

.header-bottom__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.header-logo {
    display: block;
}

.header-logo img {
    width: auto;
    height: 100px;
}

.header-menu ul {
    /*display: flex;*/
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.header-menu ul li {
    padding: 0 10px;
}

.header-menu ul li.nav-item > a {
    font-size: 16px;
    line-height: 25px;
    color: #8B8B8B;
}

.search-appointment {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.header-search{
    font-size: 16px;
    color: #8B8B8B;

}
.header-search i {
    color: #8B8B8B;
    font-size: 18px;
    display: block;
    margin-right: 10px;
}

.header-appointment {
    padding: 5px 30px;
    display: inline-block;
    height: 38px;
    background-color: #0179c2;
    font-size: 15px;
    line-height: 25px;
    color: #FFFFFF;
    margin-left: 50px;
    border-radius: 200px;
    overflow: hidden;
    transition: 0.4s ease-in;
    border: 1px solid #0179c2;

}
.header-appointment:hover{
    background-color: #ffffff;
    color: #0179c2!important;
    transition: 0.4s ease-in;
}

/*end of header-bottom*/

/*home-slider*/
.home-slider {
    width: 100%;
    /*height: 700px;*/
}

.slider-item {
    position: relative;
    height: 700px;
}

.slider-item__img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}

.slider-item__info {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 2;
}

.slider-item__img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}

.slider-item__img video {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}

.slider-item__img.video:before {
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(31, 60, 136, 0.3);
    position: absolute;
    z-index: 1;
}

.video {
    color: white !important;
}

.slider-item__info h1 {
    font-family: 'Gotham Pro', sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 32px;
    line-height: 44px;
    color: #312E2E;
    margin: 0;
}

.slider-item__info p {
    font-size: 16px;
    line-height: 26px;
    color: #312E2E;
    margin: 0;
    padding: 30px 0;
}

.slider-item__info a {
    padding: 5px 30px;
    display: inline-block;
    height: 38px;
    background-color: #0179c2;
    border-radius: 200px;
    overflow: hidden;
    font-size: 15px;
    line-height: 25px;
    color: #FFFFFF;
    border: 1px solid #0179c2;
    transition: all 0.3s ease-in-out;

}
.slider-item__info a:hover{
    background-color: #ffffff;
    color: #0179c2!important;
    transition: all 0.3s ease-in-out!important;
}

.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;
}

/*start*/
.btn99 {
    position: relative;
    -o-transition: ease-out 0.5s;
    transition: ease-out 0.5s;
    -webkit-transition: ease-out 0.5s;
    -moz-transition: ease-out 0.5s;
}

.btn99.btn-border-1::after,
.btn99.btn-border-1::before {
    position: absolute;
    content: "";
    width: 0%;
    height: 0%;
    visibility: hidden;
}

.btn99.btn-border-1::after {
    bottom: 0;
    right: 0;
    border-radius: 35px;
    border-left: 3px solid #ffffff;
    border-bottom: 3px solid #ffffff;
    -webkit-transition: width .1s ease .1s, height .1s ease, visibility 0s .2s;
    -o-transition: width .1s ease .1s, height .1s ease, visibility 0s .2s;
    transition: width .1s ease .1s, height .1s ease, visibility 0s .2s;
}

.btn99.btn-border-1::before {
    top: 0;
    left: 0;
    border-radius: 35px;
    border-top: 3px solid #ffffff;
    border-right: 3px solid #ffffff;
    -webkit-transition: width .1s ease .3s, height .1s ease .2s, visibility 0s .4s;
    -o-transition: width .1s ease .3s, height .1s ease .2s, visibility 0s .4s;
    transition: width .1s ease .3s, height .1s ease .2s, visibility 0s .4s;
}

.btn99.btn-border-1:hover {
    -webkit-animation: pulse 1s ease-out .4s;
    animation: pulse 1s ease-out .4s;
    color: #ffffff;
    background-color: #0179c2;
}

.btn99.btn-border-1:hover::after,
.btn99.btn-border-1:hover::before {
    width: 100%;
    height: 100%;
    visibility: visible;
    -webkit-transition: width .1s ease .2s, height .1s ease .3s, visibility 0s .2s;
    -o-transition: width .1s ease .2s, height .1s ease .3s, visibility 0s .2s;
    transition: width .1s ease .2s, height .1s ease .3s, visibility 0s .2s;
}

.btn99.btn-border-1:hover::after {
    -webkit-transition: width .1s ease .2s, height .1s ease .3s, visibility 0s .2s;
    -o-transition: width .1s ease .2s, height .1s ease .3s, visibility 0s .2s;
    transition: width .1s ease .2s, height .1s ease .3s, visibility 0s .2s;
}

.btn99.btn-border-1:hover::before {
    -webkit-transition: width .1s ease, height .1s ease .1s;
    -o-transition: width .1s ease, height .1s ease .1s;
    transition: width .1s ease, height .1s ease .1s;
}

/*end*/
/*end of home-slider*/
.pd50 {
    padding: 50px 0;
}

/*home-about*/
.home-about__img1 {
    width: 100%;
    height: 160px;
    margin-top: 50px;
}

.home-about__img1 img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}

.home-about__img2 {
    width: 100%;
    height: 190px;
    margin: -5px 0;
}

.home-about__img2 img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}

.home-about__card {
    position: relative;
}

.home-about__img3 {
    width: 100%;
    height: 190px;
    margin-top: 30px;
}

.home-about__img3 img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}

.home-about__img4 {
    width: 100%;
    height: 240px;
    margin-top: 30px;
}

.home-about__img4 img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}

.title {
    font-family: 'Gotham Pro', sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 32px;
    line-height: 25px;
    color: #717171;
    position: relative;
    /* padding: 15px 0; */
    margin: 0;
}

.title:before {
    /*content: "";*/
    /*position: absolute;*/
    /*top: -15px;*/
    /*left: 0;*/
    /*width: 60px;*/
    /*height: 2px;*/
    /*background-color: #0179c2*/
}

.home-about__info {
    padding: 30px 0;
    background-position: right;
    background-repeat: no-repeat;
    background-size: 350px 350px;
}

.home-about__info p {
    font-size: 16px;
    line-height: 25px;
    color: #312E2E;
    margin: 0;
    padding: 10px 0;
}

.home-about .col-md-7, .home-about .col-md-5 {
    position: relative;
}

.home-about__circle1 {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background: rgba(218, 236, 250, 0.4);
    position: absolute;
    top: -5px;
    left: -55px;
    padding: 5px;
}

.home-about__circle2 {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    background: rgba(218, 236, 250, 0.4);
    position: absolute;
    bottom: -48px;
    left: -12px;
    padding: 5px;
    z-index: 1;
}

.home-about__circle3 {
    width: 130px;
    height: 130px;
    border-radius: 50%;
    background: rgba(218, 236, 250, 0.4);
    position: absolute;
    top: -40px;
    right: -31px;
    padding: 5px;
    z-index: 1;
}

.home-about__circle4 {
    width: 110px;
    height: 110px;
    border-radius: 50%;
    background: rgba(218, 236, 250, 0.4);
    position: absolute;
    bottom: -28px;
    left: -55px;
    padding: 5px;
    z-index: 1;
}

.circle {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: #EEF3F3;
    -webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    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;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.circle h2 {
    font-family: 'Gotham Pro', sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 25px;
    color: #0179c2;
}

.circle p {
    font-size: 16px;
    line-height: 25px;
    color: #8B8B8B;
    margin: 0;
}

/*end of home-about*/

/*home-sign-up*/
.sign-up-card {
    width: 100%;
    height: 200px;
    position: relative;
    border-radius: 3px;
    overflow: hidden;
    display: block;
    margin-bottom: 30px;
    /*transition: all .3s ease-in-out;*/
}

.sign-up-card:hover {

}

.sign-up-card:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(27, 32, 33, 0.5);;
    -webkit-box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;

}

.sign-up-card__img {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
    z-index: -1;
}

.sign-up-card__img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.sign-up-card:hover .sign-up-card__img img {
    -webkit-transform: scale(1.075);
    -ms-transform: scale(1.075);
    transform: scale(1.075);
}

.sign-up-card__info {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    padding: 20px;
    z-index: 1;
}

.sign-up-card__info i {
    display: block;
    font-size: 40px;
    color: #F1F2F2;
}

.sign-up-card__info h2 {
    font-family: 'Gotham Pro', sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 25px;
    color: #FFFFFF;
    margin: 0;
    padding: 20px 0;
}

.sign-up-card__info span {
    padding: 5px 30px;
    display: inline-block;
    height: 38px;
    background-color: #0179c2;
    font-size: 15px;
    line-height: 25px;
    color: #FFFFFF;
    border-radius: 200px;
    overflow: hidden;
}

/*end of home-sign-up*/

/*home-branches*/
.branches-card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 20px;
    width: 100%;
    height: 200px;
    background-color: #ffffff;
    /* box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05); */
    -webkit-box-shadow: 0px 5px 20px 0px rgba(37, 37, 37, 0.08);
    box-shadow: 0px 5px 20px 0px rgba(37, 37, 37, 0.08);
    border: 1px solid #ffffff;
    border-radius: 3px;
    overflow: hidden;
    margin-bottom: 30px;
}

.branches-card:hover {
    -webkit-box-shadow: 0px 0 0 0px rgba(37, 37, 37, 0.08);
    box-shadow: 0px 0 0 0px rgba(37, 37, 37, 0.08);
    border: 1px solid #d0f3f9;
    -webkit-transition: all 0.25s ease-in-out !important;
    -o-transition: all 0.25s ease-in-out !important;
    transition: all 0.25s ease-in-out !important;
}

/*.home-branches .col-md-3:nth-child(5) .branches-card{*/
/*    margin: 0;*/
/*}*/
/*.home-branches .col-md-3:nth-child(6) .branches-card{*/
/*    margin: 0;*/
/*}*/
/*.home-branches .col-md-3:nth-child(7) .branches-card{*/
/*    margin: 0;*/
/*}*/
/*.home-branches .col-md-3:nth-child(8) .branches-card{*/
/*    margin: 0;*/
/*}*/
.branches-card__icon {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: #F7F7F7;
    position: relative;
    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;
}

.branches-card__icon i {
    display: block;
    position: absolute;
    top: -3px;
    font-size: 45px;
    color: #0179c2;
}

.branches-card h2 {
    font-size: 17px;
    line-height: 25px;
    color: #312E2E;
    margin: 0;
    padding: 10px 0;
    font-style: normal;
    font-weight: bold;
}

.branches-card p {
    font-size: 15px;
    line-height: 20px;
    color: #8B8B8B;
    margin: 0;
}

.title-allblock {
    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;
    padding-bottom: 40px;
}

.title-allblock a {
    padding: 5px 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 40px;
    background-color: #EFEFEF;
    font-size: 15px;
    line-height: 24px;
    color: #8B8B8B;
    border-radius: 20px;
    overflow: hidden;
    transition: 0.4s ease-in;
}
.title-allblock a:hover{
    background-color: #0179c2;
    color: #ffffff;
    transition: 0.4s ease-in;
}

/*end of home-branches*/

/*home-specialists*/
.specialists-types {
    width: 100%;
    background-color: #f7f7f7;
    padding: 35px;
    min-height: 470px;
    position: relative;
}

.specialists-types:before {
    content: "";
    background-image: url("../images/specalistback.png");
    background-repeat: no-repeat;
    width: 325px;
    height: 370px;
    position: absolute;
    right: 45px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    opacity: 0.1;
}

.specialists-types ul li a {
    font-size: 17px;
    line-height: 22px;
    color: #312E2E;
    /*white-space: nowrap;*/
}

.specialists-types ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    padding-bottom: 10px;
}

.specialists-types ul li i {
    color: #0179c2;
    padding-right: 10px;
}

.specialists-types ul li a.active {
    font-size: 17px;
    line-height: 22px;
    color: #0179c2;
}

.specialists-content__top-img {
    width: 100%;
    height: 150px;
    border-radius: 3px;
    overflow: hidden;
    position: relative;
}

.specialists-content__top-img:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(85, 189, 205, 0.3);
}

.specialists-content__top-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}

.specialists-content__top-text p {
    font-size: 16px;
    line-height: 25px;
    color: #312E2E;
}

.specialists-content__top {
    padding-bottom: 20px;
    border-bottom: 1px solid #E4E4E4;
}

.specialist-card {
    display: block;
    width: 100%;
    text-align: center;
}

.specialist-img {
    width: 100%;
    height: 180px;
}

.specialist-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: top center;
    object-position: top center;
}

.specialist-card h2 {
    font-family: 'Gotham Pro', sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 22px;
    color: #312E2E;
    margin: 0;
    padding: 5px 0;
}

.specialist-card p {
    font-size: 15px;
    line-height: 22px;
    color: #8B8B8B;
}

.specialists-content__imgs {
    padding-top: 30px;
    max-height: 305px;
    overflow: hidden;
}

.specialists-content {
    position: relative;
    min-height: 470px;
}

.specialists-content:after {
    content: "";
    position: absolute;
    right: 0;
    bottom: -15px;
    background-image: url(../images/aboutback.png);
    background-repeat: no-repeat;
    width: 350px;
    height: 350px;
}

.specialists-category {
    min-height: 165px;
}

.specialists-category ul li a {
    font-size: 17px;
    line-height: 22px;
    color: #312E2E;
    /*white-space: nowrap;*/
}

.specialists-category ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    padding-bottom: 10px;
}

.specialists-category ul li i {
    color: #0179c2;
    padding-right: 10px;
}

/*end of home-specialists*/

/*home-news*/
.news-card {
    display: block;
    width: 100%;
    min-height: 360px;
    background-color: #FFFFFF;
    -webkit-box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
    border-radius: 3px;
    overflow: hidden;
    position: relative;
    margin-bottom: 30px;
}

.news-card__img {
    width: 100%;
    height: 200px;
    position: relative;
    overflow: hidden;
}

.news-card:hover .news-card__img:before {
    opacity: 1;
    top: -146%;
    left: -40%;
    -webkit-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

.news-card__img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.news-card:hover .news-card__img img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}

.news-card__info {
    padding: 0 20px;
    position: absolute;
    bottom: 20px;
}

.news-card__info-date {
    width: 70px;
    height: 70px;
    background-color: #0179c2;
    border-radius: 3px;
    overflow: hidden;
    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;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.news-card__info-date h3 {
    font-family: 'Gotham Pro', sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 20px;
    line-height: 25px;
    color: #FFFFFF;
    margin: 0;
}

.news-card__info-date p {
    font-size: 16px;
    line-height: 25px;
    color: #FFFFFF;
    margin: 0;
}

.news-card__info h1 {
    font-family: 'Gotham Pro', sans-serif;
    font-size: 16px;
    line-height: 22px;
    color: #312E2E;
    margin: 10px 0 20px 0;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.news-card__viewmore {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.news-card__viewmore span {
    font-size: 16px;
    line-height: 24px;
    color: #8B8B8B;
    padding-right: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.news-card__viewmore span:nth-child(1) i {
    color: #0179c2;
    font-size: 20px;
    padding-right: 10px;
}

.news-card__viewmore span:nth-child(2) i {
    color: #0179c2;
    font-size: 18px;
    padding-left: 10px;
}

/*end of home-news*/

/*footer*/
footer {
    width: 100%;
    background-color: #F1F3F3;
    margin-top: 50px;
    padding: 35px 0;
}

.footer-logo a {
    /*display: block;*/
}

.footer-logo a img {
    width: auto;
    height: 100px;
}

.footer-logo p {
    font-size: 15px;
    line-height: 21px;
    color: #8B8B8B;
    margin: 0;
    padding: 25px 0;
}

.footer-card h2 {
    font-family: 'Gotham Pro', sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 17px;
    line-height: 24px;
    color: #312E2E;
}

.footer-card ul li {
    padding-bottom: 5px;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
}

.footer-card ul li i {
    font-size: 18px;
    color: #0179c2;
    padding-right: 10px;
}

.footer-card ul li a {
    font-size: 15px;
    line-height: 24px;
    color: #312E2E;
}

.footer-map {
    width: 100%;
    height: 180px;
}

.footer-map iframe {
    width: 100%;
    height: 100%;
    border: 0;
}

.footer-bottom {
    margin-top: 45px;
    padding-top: 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-top: 1px solid #D6D6D6;
}

.footer-bottom span {
    font-size: 15px;
    line-height: 24px;
    color: #8B8B8B;
}

.footer-bottom span a {
    font-family: 'Gotham Pro', sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 15px;
    line-height: 24px;
    color: #0179c2;
}

.footer-socials {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 10px;
}

.footer-socials a {
    display: block;
    padding-right: 15px;
}

.footer-socials a i {
    font-size: 20px;
    color: #0179c2;
}

/*end of footer*/

/*page-breadcrumb*/
.page-breadcrumb {
    padding-top: 50px;
}

.breadcrumb__links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    list-style: none;
    margin: 0;
}

.breadcrumb__links li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 15px;
    line-height: 25px;
    color: #8B8B8B;
}

.breadcrumb__links li.active a {
    /*color: #212121;*/
}

.breadcrumb__links li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 15px;
    line-height: 25px;
    color: #8B8B8B;
}

/*end of page-breadcrumb*/

/*all-info*/
.all-info__card {
    margin: 15px 0;
}

.all-info__card h3 {
    font-size: 20px;
    line-height: 25px;
    color: #0179c2;
    font-style: normal;
    font-weight: bold;
}

.all-info__card p {
    font-size: 17px;
    line-height: 25px;
    color: #312E2E;
}

.all-info__card ul li {
    font-size: 17px;
    line-height: 25px;
    color: #312E2E;
    margin: 0;
    padding-bottom: 15px;
    position: relative;
    padding-left: 10px;
}

.all-info__card ul li:before {
    content: "\f105";
    font-family: FontAwesome;
    color: #0179c2;
    position: absolute;
    top: 0;
    left: 0;
}

.all-info__img {
    width: 100%;
    height: 280px;
}

.all-info__img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}

/*end of all-info*/

/*adminstration*/
.manages {

}

.manage-item {
    background-color: #FFFFFF;
    width: 100%;
    padding: 30px;
    margin-bottom: 30px;
    -webkit-box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
}

.manage-item__head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.manage-item__image {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 200px;
    flex: 0 0 200px;
    width: 200px;
    height: 240px;
    margin-right: 30px;
}

.manage-item__image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}

.manage-item__info {
    width: 100%;
}

.manage-item__info h3 {
    margin-bottom: 15px;
    font-family: 'Gotham Pro', sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 20px;
    line-height: 25px;
    color: #312E2E;
}

.manage-item__info h4 {
    margin-bottom: 15px;
    font-size: 18px;
    line-height: 25px;
    color: #312E2E;
}

.manage-item__contacts {
    padding: 15px 0;
    /* margin-bottom: 15px; */
}

.manage-item__contacts--row {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
    /* justify-content: space-between;*/
}

.manage-item__contacts--item {
    max-width: 100%;
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
    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;
    -webkit-box-shadow: 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: #ffffff;
    border: 1px solid #0179c2;
    border-radius: 25px;
    padding: 8px 20px;
    font-size: 15px;
    line-height: 25px;
    color: #0179c2;
    transition: 0.4s ease-in;
}
.manage-item__info .nav-tabs .nav-link:hover{
    background-color: #0179c2;
    color: #ffffff;
    transition: 0.4s ease-in;
}

.manage-item__info .nav-tabs .nav-item.show .nav-link,
.manage-item__info .nav-tabs .nav-link.active {
    background: #0179c2;
    color: #ffffff;
}

.manage-item__content .tab-content > .tab-pane {
    padding: 30px 0 0 0;
    font-size: 17px;
    line-height: 25px;
    color: #8B8B8B;
}

.manage-item__content-cards {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.manage-item__content-card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-right: 70px;
}

.manage-item__content-card span {
    font-size: 18px;
    line-height: 25px;
    color: #8B8B8B;
    display: block;
    margin-bottom: 10px;
}

.manage-item__content-card a {
    font-size: 17px;
    line-height: 25px;
    color: #0179c2;
}

/*end of adminstration*/

/*news-view*/
.news-view__card {
    width: 100%;
    background: #FFFFFF;
    -webkit-box-shadow: 0 0 8px rgba(173, 177, 188, 0.2);
    box-shadow: 0 0 8px rgba(173, 177, 188, 0.2);
    border-radius: 2px;
    overflow: hidden;
    padding: 30px;
}

.news-view__card-date {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 16px;
    line-height: 23px;
    color: #0179c2;
}

.news-view__card-date i {
    color: #0179c2;
    font-size: 18px;
    padding-right: 10px;
}

.news-view__card h2 {
    font-size: 22px;
    line-height: 25px;
    color: #2F2B33;
    margin: 25px 0;
    font-family: 'Gotham Pro', sans-serif;
    font-style: normal;
    font-weight: 600;
}

.news-view-imgs {
    width: 487px;
    margin-right: 30px;
    float: left;
}

.news-view__card-video {
    float: left;
    width: 100%;
    margin-top: 30px;
}

.news-view__card-img {
    display: block;
    width: 100%;
    height: 357px;
}

.news-view__card-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}

.news-view__card-content {
    font-size: 17px;
    line-height: 25px;
    color: #2F2B33;
}

/*end of news-view*/

/*pagination*/
.pagination ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    list-style: none;
}

.pagination ul li {
    width: 40px;
    height: 40px;
    background: #F5F9FA;
    border-radius: 7px;
    overflow: hidden;
    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-right: 20px;
}

.pagination ul li a {
    font-size: 20px;
    line-height: 24px;
    color: #312E2E;
}

/*end of pagination*/

/* Contacts Page */
.contacts iframe {
    width: 100%;
    height: 100%;
}

.contacts > h2 {
    font-size: 22px;
    font-weight: 600;
    color: var(--icons-color);
    /* font-family: 'Open Sans', sans-serif; */
}

.contacts-content {
    background-color: rgb(255, 255, 255);
    -webkit-box-shadow: 0 4px 20px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 4px 20px 0 rgba(0, 0, 0, .1);
    width: 100%;
    padding: 30px;
    overflow: hidden;
    margin-bottom: 40px;
}

.contacts-map {
    margin-top: 1rem;
    height: 360px;
    /* padding-bottom: 20px; */
}


.contacts-map iframe {
    width: 100% !important;
    height: 360px !important;
    border: 0 !important;
}

.contacts-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    /* justify-content: center; */
    height: 100%;
}

.contacts-info li strong {
    /* font-family: "Open Sans", sans-serif; */
    color: var(--icons-color);
}

.contacts-info li span {
    /* font-family: 'Open Sans', sans-serif; */
    color: var(--black-color);
}

.contacts-info ul li > a {
    /* font-family: 'Open Sans', sans-serif; */
    color: var(--black-color);
}


.contacts-main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    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: var(--black-color);
}

.contacts-item span,
.contacts-item a {
    display: block;
    font-size: 17px;
    color: var(--black-color);
}

.contacts-item a:hover {
    color: var(--icons-color);
}

.footer-contacts ul li i {
    font-size: 28px;
    color: #0179c2;
    display: block;
    margin-right: 18px;
}

.footer-contacts ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 30px;
    font-size: 17px;
    line-height: 21px;
}

#map {
    height: 400px;
    margin-top: 25px;
}

.contacts-form {
    /*padding: 30px 0;*/
    max-width: 620px;
    margin: auto;
}

.contacts-form input,
.contacts-form textarea {
    /* border-color: var(--icons-color); */
    border-color: var(--lighgrey);
}

.contacts-form input:focus,
.contacts-form textarea:focus {
    -webkit-box-shadow: 0 0 10px #0179c2b0;
    box-shadow: 0 0 10px #0179c2b0;
    border-color: #0179c2b0;
}

.contact-button {
    /*float: right;*/
    background: #0179c2;
    color: #ffffff;
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    border: none;
    outline: none;
}

/*end of Contacts Page */

/*medturism*/
.medturism-card {
    display: block;
    width: 100%;
    min-height: 275px;
    background-color: #FFFFFF;
    -webkit-box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
    border-radius: 3px;
    overflow: hidden;
    position: relative;
}

.medturism-card__img {
    width: 100%;
    height: 200px;
    position: relative;
    overflow: hidden;
}

.medturism-card:hover .medturism-card__img:before {
    opacity: 1;
    top: -146%;
    left: -40%;
    -webkit-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

.medturism-card__img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.medturism-card:hover .medturism-card__img img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}

.medturism-card__info {
    padding: 0 20px;
}

.medturism-card__info h1 {
    font-family: 'Gotham Pro', sans-serif;
    font-size: 16px;
    line-height: 22px;
    color: #312E2E;
    margin: 10px 0 20px 0;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/* end of medturism*/


/*pages*/
.pages .docs-list {

}

.pages .docs-list ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.pages .docs-list ul li {
    margin: 10px 0;
}

.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: #0179c2;
}

.pages {
    /*padding: 30px 0;*/
}

.pages-content {
    padding: 30px 0;
}

.all-news {
    background: #fff;
    padding: 0 30px;
    margin-bottom: 30px;
    -webkit-box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.08);
    box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.08);
    min-height: 200px;
}

.news-content {
    padding: 30px 0;
}

.news-content .content table, .news-content .content table tr, .news-content .content table td {
    border: 1px solid #dadada;
}
.news-content .content table tr:nth-child(2n){
    background-color: #009ee00d;
}

.news-content .content table {
    width: 100% !important;
}

.news-content .content table td {
    padding: 10px 15px;
}

.news-content .content table p {
    margin-bottom: 0;
}

/*end of pages*/

/*gallery*/
.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%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    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);
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    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;
    -o-text-overflow: ellipsis;
    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;
}

/*end of gallery*/

/*popup*/
.popup {
    max-width: 450px;
    max-height: 725px;
    background: #EBFCFF;
    border-radius: 20px;
    overflow: hidden;
    position: relative;
    margin: 20px auto;
    -webkit-transition: 1s all;
    -o-transition: 1s all;
    transition: 1s all;
    padding: 30px;
}

.popup h1 {
    font-size: 22px;
    line-height: 27px;
    color: #0179c2;
    margin: 0;
}

.popup hr {
    margin-top: 15px;
    margin-bottom: 30px;
    border-top: 1px solid #0ab0f12e;
}

/*.mfp-close{*/
/*    right: 19px!important;*/
/*    top: 23px!important;*/
/*}*/
.mfp-close-btn-in .mfp-close {
    color: #0179c2 !important;
}

.popup-input {
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 20px;
}

.popup-btn {
    background: #0179c2;
    border-radius: 35px;
    overflow: hidden;
    padding: 10px 50px;
    display: inline-block;
    font-size: 18px;
    line-height: 22px;
    color: #FFFFFF;
    /*float: right;*/
    margin-top: 20px;
}

#captcha_contacts_button {
    background-color: #0179c2 !important;
}

.captcha-main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

#captcha_contacts_button {
    margin-right: 0 !important;
}

.mfp-bg {
}

.mfp-fade.mfp-bg {
    opacity: 0;
    -webkit-transition: all 0.15s ease-out;
    -o-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out;
}


/* overlay animate in */

.mfp-fade.mfp-bg.mfp-ready {
    opacity: 0.8;
}


/* overlay animate out */

.mfp-fade.mfp-bg.mfp-removing {
    opacity: 0;
}

.mfp-fade.mfp-wrap .mfp-content {
    opacity: 0;
    -webkit-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}

.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
    opacity: 1;
}

.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
    opacity: 0;
}

.catalog-view-btn {
    padding: 5px 15px;
    background-color: #0179c2;
    border-radius: 5px;
    overflow: hidden;
    font-size: 15px;
    line-height: 22px;
    color: #FFFFFF;
    display: inline-block;
}

.catalog-view-btn:hover {
    color: #ffffff;
}

.custom-file-label::after {
    content: "\f019";
    font-family: 'FontAwesome';
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
}

.catalog-captcha {
    margin-top: 20px;
}

/*end of popup*/
.new-navbar .dropdown-menu .nav-item-2 a.dropdown-item:hover {
    /*transform: translateX(10px);*/
    /*transition: 0.2s;*/
    /*-webkit-transition: 0.2s;*/
    /*-moz-transition: 0.2s;*/
    /*-ms-transition: 0.2s;*/
    /*-o-transition: 0.2s;*/
}

.new-navbar .nav-item-2 .dropdown-menu {
    top: 39px !important;
    left: 39px !important;
}

/*question*/
.question .card {
    margin-bottom: 10px;
    border-bottom: 1px solid rgba(0, 0, 0, .125) !important;
}

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

.question .btn:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.question-section .content p {
    margin: 0 0 15px;
}

.question {
    min-height: 200px;
}

.question .card-header {
    background-color: #F1F3F3 !important;
}

/*end of question*/

/*reviews*/
.reviews {
    min-height: 200px;
}

.reviews-card {
    border-bottom: 1px solid #F1F3F3;
    margin-bottom: 30px;
}

.reviews-card__name-date {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.reviews-card__name-date h2 {
    font-size: 17px;
    line-height: 25px;
    color: #312E2E;
    margin-bottom: 0;
    margin-right: 10px;
    font-style: normal;
    font-weight: bold;
}

.reviews-card__name-date span {
    color: #0179c2;
}

.reviews-card__content {
    font-size: 17px;
    line-height: 25px;
    color: #8B8B8B;
}

/*end of reviews*/

/*education*/
.open_ministry .list-group-item:hover {
    background: #EBFCFF;
}

.open_ministry .list-group-item a {
    display: block;
    /*font-family: 'Montserrat-Medium', sans-serif;*/
    font-size: 16px;
    color: #0179c2;
    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;
}

.open_ministry .list-group-item:hover a {
    padding-right: 0;
}

.news-item {
    position: relative;
    padding: 40px 0;
    border-top: 1px solid #e2e3e7;
}

.news-item:nth-child(1) {
    border-top: 0;
}

.news-home .col-md-6:nth-child(2n) .news-item::before {
    content: '';
    position: absolute;
    left: -15px;
    top: 0;
    width: 1px;
    height: 100%;
    background-color: #e2e3e7;
}

.news-home .col-md-6:nth-child(1) .news-item,
.news-home .col-md-6:nth-child(2) .news-item {
    border: 0;
}

.news-item a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.news-item__date {
    text-align: center;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 90px;
    flex: 0 0 90px;
    width: 90px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.news-item__info {

}

.news-item__info h2 {
    /*font-family: 'Montserrat-Medium', sans-serif;*/
    font-size: 16px;
    color: #313131;
    margin-bottom: 15px;
}

.news-item__info p {
    font-size: 15px;
    color: #696969;
    margin: 0;
}

.news-item a:hover .news-item__info h2,
.news-item a:hover .news-item__info p {
    /*color: #1f3c88;*/
}

.news-content__header h2 {
    font-size: 18px;
    font-weight: bold;
    color: #313131;
    margin: 0;
    line-height: 26px;
    margin-bottom: 30px;
}

.content {
    font-size: 16px;
}

/*end of education*/


/*home-contacts*/
.contact-card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 40px;
    background: #FFFFFF;
    -webkit-box-shadow: 0 2px 8px rgba(157, 165, 185, 0.2);
    box-shadow: 0 2px 8px rgba(157, 165, 185, 0.2);
    border-radius: 1px;
    overflow: hidden;
    margin-top: 20px;
}

.contact-card i {
    font-size: 37px;
    color: #0179c2;
}

.contact-card__info {
    margin-left: 20px;
}

.contact-card__info span {
    font-weight: 500;
    font-size: 15px;
    line-height: 23px;
    color: #B1AFC6;
}

.contact-card__info h1 {
    font-weight: 500;
    font-size: 17px;
    line-height: 23px;
    color: #373641;
    margin-bottom: 0;
}

.contact-left {
    width: 100%;
    height: 660px;
    padding: 20px;
    background: #FFFFFF;
    -webkit-box-shadow: 0 2px 8px rgba(157, 165, 185, 0.2);
    box-shadow: 0 2px 8px rgba(157, 165, 185, 0.2);
    border-radius: 1px;
    overflow: hidden;
}

.contact-left iframe {
    width: 100%;
    height: 100%;
}

.contact-right {
    width: 100%;
    padding: 35px 40px;
    background: #FFFFFF;
    -webkit-box-shadow: 0 2px 8px rgba(157, 165, 185, 0.2);
    box-shadow: 0 2px 8px rgba(157, 165, 185, 0.2);
    border-radius: 1px;
    overflow: hidden;
    height: 100%;
}

.contact-right option:hover {
    background-color: #312783 !important;
}

.contact-right h1 {
    font-weight: 500;
    font-size: 22px;
    line-height: 23px;
    color: #373641;
    margin-bottom: 20px;
}

.send-form {
    background: #0179c2 !important;
    color: #fff;
    border: none;
    outline: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 4px;
    overflow: hidden;
}

.send-form:hover {
    color: #ffffff;
}

.send-form i {
    display: block;
    font-size: 8px;
    color: #ffffff;
    margin-left: 5px;
    margin-top: 5px;
}

/*end of home-contacts*/
/*captcha*/
#captcha_contacts_button {
    float: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 35px;
    height: 35px;
    background: #312783;
    border-radius: 0 4px 4px 0;
    margin-right: 15px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

#refresh_captcha_contacts {
    color: #fff;
}

/*end of captcha*/

/*****************************Loader************************/
.loader-main {
    width: 100%;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10000;
    /*background-color: #5cbdde2e;*/
    background-color: #ffffff;
}
/*.loader-main.fade__out{*/
/*    visibility: hidden;*/
/*    opacity: 0;*/
/*}*/
.loader-main.none{
    display: none!important;
}
.loader-main:after{
    content: "";
    position: absolute;
    top: 30px;
    right: 30px;
    bottom: 30px;
    left: 80px;
    background-image: url("../images/logo-border.svg"); /* The image used */
    background-position: center; /* Center the image */
    background-repeat: no-repeat; /* Do not repeat the image */
    background-size: contain; /* Resize the background image to cover the entire container */
}

.loader-text {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.loader-text__item1{
    margin-top: 15px;
    padding-top: 15px;
    border-top: 7px solid #38248d;
}
.loader-text__item1 svg{
    width: auto;
    height: 85px;
}
.loader-text__item svg{
    width: auto;
    height: 85px;
}
/* Google chrome */
@-webkit-keyframes svg-text-anim {
    40% {
        stroke-dashoffset: 0;
        fill: transparent;
    }

    60% {
        stroke-dashoffset: 0;
        fill: #38248d;
    }

    100% {
        stroke-dashoffset: 0;
        fill: #38248d;
    }
}

/* Most browsers */
@keyframes svg-text-anim {
    40% {
        stroke-dashoffset: 0;
        fill: transparent;
    }

    60% {
        stroke-dashoffset: 0;
        fill: #38248d;
    }

    100% {
        stroke-dashoffset: 0;
        fill: #38248d;
    }
}

/* Google chrome */
@-webkit-keyframes svg-text-anim {
    40% {
        stroke-dashoffset: 0;
        fill: transparent;
    }

    60% {
        stroke-dashoffset: 0;
        fill: #4fb9dc;
    }

    100% {
        stroke-dashoffset: 0;
        fill: #4fb9dc;
    }
}

/* Most browsers */
@keyframes svg-text-anim {
    40% {
        stroke-dashoffset: 0;
        fill: transparent;
    }

    60% {
        stroke-dashoffset: 0;
        fill: #4fb9dc;
    }

    100% {
        stroke-dashoffset: 0;
        fill: #4fb9dc;
    }
}
/* TOP */

/* Google chrome */
@-webkit-keyframes svg-text-top-anim {
    40% {
        stroke-dashoffset: 0;
        fill: transparent;
    }

    60% {
        stroke-dashoffset: 0;
        fill: #38248d;
    }

    100% {
        stroke-dashoffset: 0;
        fill: #38248d;
    }
}

/* Most browsers */
@keyframes svg-text-top-anim {
    40% {
        stroke-dashoffset: 0;
        fill: transparent;
    }

    60% {
        stroke-dashoffset: 0;
        fill: #38248d;
    }

    100% {
        stroke-dashoffset: 0;
        fill: #38248d;
    }
}

/* Google chrome */
@-webkit-keyframes svg-text-top-anim {
    40% {
        stroke-dashoffset: 0;
        fill: transparent;
    }

    60% {
        stroke-dashoffset: 0;
        fill: #38248d;
    }

    100% {
        stroke-dashoffset: 0;
        fill: #38248d;
    }
}

/* Most browsers */
@keyframes svg-text-top-anim {
    40% {
        stroke-dashoffset: 0;
        fill: transparent;
    }

    60% {
        stroke-dashoffset: 0;
        fill: #38248d;
    }

    100% {
        stroke-dashoffset: 0;
        fill: #38248d;
    }
}

/*****************************end of Loader************************/


/*home-teachers*/

.teachers-card {
    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;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    min-height: 315px;
    /*border: 0.5px solid rgba(2, 1, 5, 0.5);*/
    background-color: #ffffff;
    text-align: center;
    /*margin-top: 30px;*/
}

.teachers-card:hover .teachers-card__img img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}

.teachers-card__img {
    width: 155px;
    height: 155px;
    border-radius: 50%;
    overflow: hidden;
    margin-bottom: 40px;
}

.teachers-card__img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center top;
    object-position: center top;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.teachers-card h1 {
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 25px;
    color: #000000;
    margin-bottom: 0;
}

.teachers-card span {
    display: block;
    font-size: 14px;
    line-height: 19px;
    color: rgba(2, 1, 5, 0.4);
    margin: 5px 0 20px 0;
}

.teachers-card p {
    font-size: 14px;
    line-height: 19px;
    text-align: center;
    margin-bottom: 0;
    color: rgba(2, 1, 5, 0.4);
    padding: 0 55px;
}

.hometeachers .owl-nav {
    position: absolute;
    top: -40px;
    right: 0;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.hometeachers .owl-nav button {
    width: 28px !important;
    height: 28px !important;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
    background-color: #0179c2 !important;
}

.hometeachers .owl-nav button:hover {
    background-color: #0179c2 !important;;
}

.hometeachers .owl-nav button:focus {
    outline: none !important;;
}

.hometeachers .owl-nav button i {
    color: #ffffff;
    font-size: 20px;
}

.hometeachers .owl-stage-outer {
    padding: 15px;
    margin: -15px;
}


/*end of home-teachers*/


/*leadership-card*/
.leadership-card {
    /*width: 100%;*/
    background: #FFFFFF;
    -webkit-box-shadow: 0 4px 12px rgba(103, 114, 131, 0.1);
    box-shadow: 0 4px 12px rgba(103, 114, 131, 0.1);
    border-radius: 3px;
    overflow: hidden;
    padding: 20px;
    margin-bottom: 30px;
    margin-right: 30px;
    /*display: flex;*/
}

.leadership-card__img {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 180px;
    flex: 0 0 180px;
    width: 180px;
    height: 210px;
    margin-right: 30px;
    float: left;
}

.leadership-card__img img {
    width: 100%;
    height: 100%;
    -o-object-position: center;
    object-position: center;
    -o-object-fit: cover;
    object-fit: cover;
}

.leadership-card__info {
    width: 100%;
}

.leadership-card__info h2 {
    font-size: 20px;
    line-height: 23px;
    color: #717B83;
    margin-bottom: 15px;
}

.leadership-card__info h1 {
    font-weight: bold;
    font-size: 22px;
    line-height: 30px;
    color: #0179c2;
}

.leadership-card__info-content {
    font-size: 18px;
    line-height: 25px;
    color: #363C44;
}

.leadership-card__info-content ul, .leadership-card__info-content ol {
    margin-left: 20px;
}

/*end of leadership-card*/








.partners-imgBx {
    width: 100%;
    height: 480px;
    overflow: hidden;
    display: block;
}

.help__main__carousel .partners-imgBx {
    -webkit-transform: translateX(-40px);
    -ms-transform: translateX(-40px);
    transform: translateX(-40px);
    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;
}


.help__main__carousel .owl-item.active .partners-imgBx {
    -webkit-transform: translateX(0px);
    -ms-transform: translateX(0px);
    transform: translateX(0px);
    opacity: 1;
}



/* .help__main__carousel .partners-title {
    -webkit-transform: translateY(-40px);
    transform: translateY(-40px);
    opacity: 0;
    -webkit-transition: all ease-in-out 0.5s;
    transition: all ease-in-out 0.5s;
}

.help__main__carousel .owl-item.active .partners-title {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    opacity: 1;
} */


.help__main__carousel .partners-content {
    -webkit-transform: translateX(40px);
    -ms-transform: translateX(40px);
    transform: translateX(40px);
    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;
}

.help__main__carousel .owl-item.active .partners-content {
    -webkit-transform: translateX(0px);
    -ms-transform: translateX(0px);
    transform: translateX(0px);
    opacity: 1;
}






.partners-imgBx img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}
















.partners-title {
    background: #FFFFFF;
    -webkit-box-shadow: 0px 0px 12px 3px rgba(56, 56, 56, 0.05);
    box-shadow: 0px 0px 12px 3px rgba(56, 56, 56, 0.05);
    border-radius: 3px;
    margin-top: 30px;
    width: calc(100% + 106px);
    -webkit-transform: translateX(-106px);
    -ms-transform: translateX(-106px);
    transform: translateX(-106px);
    padding: 30px 0;
    /* width: 100%; */
}

.partners-title p {
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 26px;
    color: #312E2E;
    text-align: center;
    margin-bottom: 0;
}

.partners-name h4 {
    font-style: normal;
    font-weight: 600;
    font-size: 22px;
    line-height: 27px;
    color: #0179c2;
}

.partners-detail {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

.partners-text {
    padding-top: 25px;
}

.partners-text p {
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 28px;
    color: #332D2D;
    display: -webkit-box;
    -webkit-line-clamp: 8;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.partners-stats ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
}

.partners-stats {
    padding-top: 70px;
}

.partners-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.partners-stats ul li{
    text-align: center;
}


.partners-stats ul li h4 {
    font-style: normal;
    font-weight: 500;
    font-size: 36px;
    line-height: 26px;
    color: #332D2D;
    margin-bottom: 15px;
}

.partners-stats ul li:not(:last-child) {
    margin-right: 90px;
}


/*page-banner*/

.pages-banner {
    width: 100%;
    height: 305px;
    background-size: cover;
    background-position: center;
    /*margin-top: 130px;*/
    position: relative;
}

.pages-banner:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(45, 53, 62, 0.45);
}


.pages-banner__main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    /*padding: 0 30px;*/
    /*border-left: 1px solid rgba(255, 255, 255, 0.2);*/
}

.pages-banner>.container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
}

.pages-banner__title {
    position: relative;
}

.pages-banner__title h2 {
    /*font-family: 'Montserrat-SemiBold', sans-serif;*/
    font-size: 36px;
    font-weight: bold;
    /*text-transform: uppercase;*/
    color: #ffffff;
    margin-bottom: 45px;
}

/*end of page-banner*/
.slider-item__info_left{
	display: flex;
    flex-direction: column;
    align-items: center;
}