/**
   global
 */
@import url('var.css');
body {
    min-width: 360px;
    color: var(--color-black);
    /* overflow-x: hidden; */
}
main.page-inner {
    max-width: 2560px;
    margin: 0 auto;
}
/* button misc */

.common-btn a:hover {
    color: var(--color-black) !important;
}
/* button dark */
.home-slider .owl-prev,
.back-to-top-btn i {
    background: var(--color-blue) !important;
}
.blog-details-form .blog-details-form-wrap .blog-details-form-btn,
.about-item a,
.appointment-btn-header,
.drop-item .drop-left .drop-btn {
    padding: 13px 35px;
    color: var(--color-white);
    background: var(--color-blue);
}
.blog-details-form .blog-details-form-wrap .blog-details-form-btn:hover,
.about-item a:hover,
.appointment-btn-header:hover,
.drop-item .drop-left .drop-btn:hover {
    color: var(--color-white);
    background: black;
}
/* button light */
/*.search-icon.icon-search,*/
.doctor-item:hover .doctor-top a,
.footer-item .footer-feedback .feedback-btn,
.doctor-btn a {
    transition-property: color, background-color;
    color: var(--color-black);
    border: 2px solid var(--color-blue);
    /* background: transparent; */
    background: var(--color-white);
}
.doctor-item:hover .doctor-top a:hover,
.search-icon.icon-search:hover,
.footer-item .footer-feedback .feedback-btn:hover,
.doctor-btn a:hover {
    transition-property: color, background-color;
    color: var(--color-white);
    background: var(--color-blue);
}
/**
	header panel
 */

.header-top-item .header-top-left ul {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.header-top-item .header-top-left ul + ul {
    margin-top: 5px;
}
.header-top-left li {
    white-space: nowrap;
}
.header-top-left a {
    display: flex !important;
    align-items: center;
}
.header-top-left a svg {
    margin-right: 6px;
}
/*lang-select-header*/

.lang-header-pc {
}
.lang-header-pc ul {
    display: flex;
}
.lang-header-pc li {
    position: relative;
    margin: 0 !important;
    opacity: 0.7;
}
.lang-header-pc li.current-lang {
    opacity: 1;
}
.lang-header-pc li:not(:last-child):after {
    position: absolute;
    top: 50%;
    right: -1px;
    display: block;
    width: 2px;
    height: 16px;
    content: '';
    transform: translatey(-50%);
    opacity: 0.5;
    background: var(--color-white);
}
.lang-header-pc a,
.lang-header-pc a:hover {
    width: auto !important;
    height: auto !important;
    padding: 7px;
    text-transform: uppercase;
    color: var(--color-white) !important;
    border: 0 !important;
    background: transparent !important;
    font-size: 14px !important;
    font-weight: 600;
}
.lang-header-pc a:hover {
    text-decoration: underline;
}
/**
   menu
*/
.navbar-nav > li {
    width: auto !important;
    margin: 2px 4px;
    /*border: 1px solid #d6d6d7 !important;*/
}
.main-nav li li a:after {
    position: absolute;
    top: 18px;
    right: 10px;
}
.main-nav nav .navbar-nav .nav-item a {
    /*white-space: nowrap;*/
    position: relative;
}
@media (min-width: 992px) {
    .navbar-nav {
        flex-wrap: wrap;
    }
}
@media (min-width: 768px) and (max-width: 1399px) {
    .navbar-nav {
        /*justify-content: center;*/
    }
    .navbar-nav:before {
        order: 1;
        width: 100%;
        content: '';
    }
    .navbar-nav > li:nth-child(n+5) {
        order: 2;
    }
}
.main-nav nav .navbar-nav .nav-item {
    padding: 5px 0;
}
.navbar-nav > li > a {
    white-space: nowrap;
}
.main-nav nav .navbar-nav .nav-item .dropdown-menu {
    transition: none !important;
}
.main-nav nav .navbar-nav .nav-item .dropdown-menu li .dropdown-menu {
    left: 100%;
}
.main-nav nav .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a {
    color: #4a6f8a;
}
.header-top-right ul {
    display: flex;
    align-items: center;
}
.icon-header-contact {
    display: flex !important;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 18px;
    margin-right: 2px;
}
.icon-header-soc {
    position: relative;
    width: 75%;
    height: 100%;
}
.icon-header-soc svg {
    margin: 0;
    padding: 0;
}
.icofont-search-1:before {
    content: '\ed11';
    font-size: 18px;
    font-weight: bold;
}
.address-show-map {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 5px;
    padding: 0 10px 3px 10px;
    transition: 0.2s all;
    color: var(--color-white);
    border: 1px solid var(--color-blue);
    border-radius: 5px;
    font-size: 12px;
    font-weight: 400;
    line-height: 1;
}
.address-show-map:hover {
    transition: 0.2s all;
    color: var(--color-blue) !important;
    background: var(--color-white);
}
/**
   mobile menu
*/
@media all and (max-width: 991px) {
    .mean-container .mean-bar {
        padding: 0;
        border-bottom: 0 !important;
        /*background-color: var(--color-blue) ;*/
        background-color: var(--color-white);
    }
}
.mean-container a.meanmenu-reveal {
    color: var(--color-blue) /*#0046c0*/;
}
.mean-container a.meanmenu-reveal span {
    background: var(--color-blue) /*#0046c0*/;
}
@media only screen and (max-width: 991px) {
    .mean-container a.meanmenu-reveal {
        padding: 10px 15px 0 0;
    }
}
/* mobile nav lvl 1 */


@media (max-width: 575px) {
}
.mean-container .mean-nav > ul > li {
    margin: 1px 15px;
    border: 1px solid #d6d6d7;
}
.mean-container .mean-nav > ul > li > a {
    padding: 7px 10px !important;
    color: var(--color-black) !important;
    border: 0 !important;
    font-size: 16px;
    font-weight: 600;
}
/* mobile nav lvl 2+ */
.mean-container .mean-nav ul li li a {
    padding: 7px 10px 7px 20px !important;
    color: var(--color-black) !important;
    border: 0 !important;
    font-size: 16px;
}
/**/
.mean-container .navbar-nav {
}
.appointment-btn-header {
    white-space: nowrap;
}
@media all and (max-width: 991.98px) {
    .appointment-btn-header {
        display: none;
    }
    .appointment-btn-header-mobile-wrap {
        display: flex;
        justify-content: center;
        /*width: 100%;*/
    }
    .appointment-btn-header.appointment-btn-header--mobile {
        position: relative;
        z-index: 99999;
        display: block;
        margin: 0;
        padding: 9px 20px 9px 20px;
        white-space: nowrap;
        letter-spacing: 0.1em;
        text-transform: none;
        color: var(--color-white);
        border-radius: 7px;
        font-size: 14px;
        font-weight: 600;
    }
    .appointment-btn-header.appointment-btn-header--mobile:hover {
        color: var(--color-white);
    }
    .header-top {
        display: none;
    }
}
@media all and (max-width: 575px) {
    .appointment-btn-header.appointment-btn-header--mobile {
        padding: 9px 10px 9px 10px;
        letter-spacing: 0;
    }
}
/**/
.mean-container {
    /*position: fixed;*/
    /*top: 0;*/
    /*bottom: 0;*/
}
/* mobile menu layout */

.mobile-nav .mean-nav {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 100%;
    left: 0;
    display: flex;
    float: none !important;
    overflow: hidden;
    flex-direction: column;
    height: auto;
    transition: 0.3s all;
}
.mobile-nav .navbar-nav {
    overflow-y: auto !important;
    height: auto !important;
}
.mobile-block-before {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0 15px 15px 15px;
}
/* search */

.mobile-search {
    position: relative;
    flex-grow: 1;
    max-width: 300px;
    margin-right: 15px;
}
.mobile-search input[type=text] {
    display: flex;
    box-sizing: border-box;
    width: 100%;
    height: 35px;
    margin: 0;
    padding-left: 12px;
    color: var(--color-black);
    border: 1px solid #dfdfdf;
    border-radius: 0;
    outline: none;
    /*background-color: rgba(221,221,221,0.3);*/
    background-color: #e1e1e1;
    font-size: 15px;
}
.mobile-search input[type=text]::-webkit-input-placeholder {
    /* Edge */
    color: #6c6c6c;
}
.mobile-search input[type=text]:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #6c6c6c;
}
.mobile-search input[type=text]::placeholder {
    color: #6c6c6c;
}
.mobile-search-submit {
    position: absolute;
    top: 50%;
    right: 5px;
    display: flex;
    align-items: center;
    -webkit-transition: 0.5s all ease;
            transition: 0.5s all ease;
    transform: translateY(-50%);
    vertical-align: middle;
    color: #929394;
    border: 0;
    background-color: transparent;
    font-size: 20px;
}
.mobile-search-submit svg {
    width: 18px !important;
    height: 18px !important;
}
/* */

.mobile-phone-list {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    margin: 12px -3px 8px -3px;
}
.mobile-phone-list div {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 0 0;
}
.mobile-phone-list a {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 3px;
    padding: 4px 5px 4px 6px;
    letter-spacing: 0.13em;
    color: var(--color-white);
    border-radius: 7px;
    background-color: rgb(17, 21, 24);
    font-size: 13px;
}
.mobile-phone-list a :hover {
    color: var(--color-white);
    background: var(--color-blue);
}
.mobile-phone-list a:hover i {
    color: var(--color-blue);
}
.mobile-phone-list a i {
    display: flex;
    align-items: center;
    flex-shrink: 0;
    justify-content: center;
    width: 16px;
    height: 16px;
    margin-right: 4px;
    color: var(--color-black);
    border-radius: 100%;
    background: var(--color-white);
    font-size: 14px;
}
.mobile-phone-list a svg {
    width: 8px;
    height: 8px;
}
/**/
@media (min-width: 992px) {
    .mobile-block {
        display: none !important;
    }
}
.mobile-block {
    display: flex;
    flex-direction: column;
    margin-top: auto;
    padding-top: 10px;
    border-top: 2px solid #b5b5b6;
}
body._lock {
    overflow: hidden;
}
/*.mobile-block-2 */
.mobile-block-2 {
    display: flex;
    justify-content: center;
}
.mobile-block-2-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
}
.mobile-block-2-discount-btn a {
    position: relative;
    z-index: 99999;
    display: block;
    margin: 0 20px 0 0;
    padding: 9px 20px 9px 20px;
    white-space: nowrap;
    letter-spacing: 0.1em;
    text-transform: none;
    color: var(--color-white);
    border-radius: 7px;
    background: var(--color-blue);
    box-shadow: 3px 8px 15px 0 rgb(24 24 25 / 26%);
    font-size: 14px;
    font-weight: 600;
}
.mobile-block-2-discount-btn a:hover {
    color: var(--color-white);
}
/* mobile icons */

.mobile-soc {
    display: flex;
    align-items: center;
    justify-content: center;
}
.mobile-soc a {
    transition: all 0.2s;
}
.mobile-soc a:hover {
    transition: all 0.2s;
    opacity: 0.7;
}
.mobile-soc a + a {
    margin-left: 5px;
}
.mobile-icon-facebook,
.mobile-icon-instagram {
}
.mobile-icon-facebook {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 31px;
    height: 31px;
    border-radius: 100%;
    background: var(--color-black);
}
.mobile-icon-facebook svg {
    width: 13px;

    fill: var(--color-white);
}
.mobile-icon-instagram {
}
.mobile-icon-instagram svg {
    width: 35px;

    fill: var(--color-black);
}
.mobile-items-i svg {
    margin: 0;
    padding: 0;
}
/**/
.mean-container .mean-nav ul li a.mean-expand {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    padding: 8px !important;
    color: var(--color-black);
    font-size: 25px !important;
}
/**/

.mobile-bottom {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 10px 10px 10px 10px;
    background: var(--color-blue);
}
.mobile-bottom > span,
.mobile-bottom > a {
    padding: 0 5px;
    color: var(--color-white);
}
.mobile-bottom svg {
    fill: var(--color-white) !important;
}
/**/
.mobile-map {
    position: relative;
    top: -2px;
    display: flex;
    justify-content: center;
    width: 100%;
    text-decoration: underline;
    letter-spacing: 0.05em;
    font-size: 12px;
}
.mobile-map:hover {
    text-decoration: none;
}
.mobile-working-hours {
    margin-top: 1px;
    font-size: 14px;
}
.mobile-working-hours svg {
    position: relative;
    top: -3px;
}
/**/
.mobile-address-metro svg {
    fill: #5d984b !important;
}
.mobile-address-text {
    font-size: 12px;
}
/**/
.mobile-lang {
    display: flex;
    overflow: visible;
    align-items: center;
    justify-content: center;
}
.mobile-lang a {
    position: relative;
    box-shadow: 5px 5px 12px 0 rgb(24 24 24 / 38%);
}
.mobile-lang-ua {
    /*border-radius: 6px;*/
    overflow: hidden;
}
.mobile-lang-ua svg {
    width: 44px;
    height: 31px;
}
.mobile-lang-current-uk .mobile-lang-ua {
    z-index: 1;
}
.mobile-lang-current-ru .mobile-lang-ru {
    z-index: 1;
}
.mobile-lang-ru {
    position: relative;
    top: 6px;
    width: 32px;
    height: 25px;
    margin-left: -6px;
}
.mobile-lang-ru svg {
    width: 100%;
    height: 100%;
}
/* mobile-nav2 */

.mobile-nav2 {
    padding-top: 56px;
    background: var(--color-white);
}
.mobile-nav2-list-wrap {
    display: flex;
    align-items: center;
}
.mobile-nav2-list {
    position: relative;
}
.mobile-nav2-list-i {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 45px;
    padding: 5px 11px 5px 15px;
    color: var(--color-white);
    border-radius: 7px;
    background-color: rgb(17, 21, 24);
    font-size: 18px;
}
.mobile-nav2-list-i:not(:first-child) {
}
@media (max-width: 575px) {
    .mobile-nav2-list-i {
        min-height: 40px;
        padding: 1px 10px 2px 10px;
        font-size: 16px;
    }
}
.mobile-nav2-list-i:hover {
    color: var(--color-white);
    background: var(--color-blue);
}
.mobile-nav2-list-i:hover i {
    color: var(--color-blue);
}
.mobile-nav2-list-i svg {
    transition: var(--transition);
}
.mobile-nav2-list-i:hover svg {
    transition: var(--transition);
    color: var(--color-blue);
}
.mobile-nav2-list-i i {
    display: flex;
    align-items: center;
    flex-shrink: 0;
    justify-content: center;
    width: 24px;
    height: 24px;
    margin-right: 10px;
    color: var(--color-black);
    border-radius: 100%;
    background: var(--color-white);
}
@media (max-width: 575px) {
    .mobile-nav2-list-i i {
        position: relative;
        top: 1px;
        width: 18px;
        height: 18px;
        margin-right: 5px;
    }
    .mobile-nav2-list-i i svg {
        width: 11px;
        height: 11px;
    }
}
.mobile-nav2-list-fold {
    position: absolute;
    right: -15px;
    left: -15px;
    display: none;
    padding: 15px;
    background: var(--color-white);
}
.mobile-nav2-list-fold .mobile-nav2-list-i:not(:last-child) {
    margin-bottom: 15px;
}
.nav2-btn-open {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border: 0;
    background: transparent;
}
.nav2-btn-open:after {
    position: absolute;
    width: 0;
    height: 0;
    content: '';
    border-top: 10px solid var(--color-blue);
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
}
@media (max-width: 575px) {
    .nav2-btn-open {
        width: 25px;
        height: 25px;
    }
    .nav2-btn-open:after {
        border-top: 7px solid var(--color-blue);
        border-right: 7px solid transparent;
        border-left: 7px solid transparent;
    }
}
.mobile-nav2-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 10px 10px 10px;
}
@media (max-width: 575px) {
    .mobile-nav2-inner {
        padding: 5px 5px;
    }
}

/**/
.sticky-top {
    box-shadow: 0px -10px 20px var(--color-blue);
}

.mobile-nav2-inner {
    padding: 0 14px 16px 19px;
}

@media (max-width: 575px)

.mobile-nav2-inner {
    padding: 0 12px 13px;
}

.mobile-nav2-list-fold {
    z-index: -1;
    box-shadow: 0px 0px 10px var(--color-blue);
}

/**/
.mobile-nav2-btn-cta {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 45px;
    padding: 5px 20px 5px 20px;
    cursor: pointer;
    white-space: nowrap;
    color: var(--color-white);
    border-radius: 7px;
    background-color: rgb(6, 83, 158);
    box-shadow: 0 14px 27px 0 rgba(24, 24, 25, 0.26);
    font-size: 16px;
    font-weight: 600;
}
@media (max-width: 575px) {
    .mobile-nav2-btn-cta {
        min-height: 40px;
        padding: 1px 10px 2px 10px;
        font-size: 16px;
    }
}
.mobile-nav2-btn-cta:hover {
    color: var(--color-white);
    background: var(--color-black);
}
.js-nav2-cta-btn-hide {
    pointer-events: none;
    opacity: 0;
}
/**
	Main slider
*/
.slider-item .slider-text h1,
.slider-item .slider-text h2,
.slider-item .slider-text h3,
.slider-item .slider-text p,
.slider-item .slider-text p {
    /*color: #fff;*/
}
.slider-item .slider-text p {
    /*font-weight: 500;*/
}
.counter-item i svg {
    height: 58px;

    fill: currentcolor;
}
@media all and (max-width: 767px) {
    .home-slider-wrap {
        /*min-height: 640px;*/
    }
    .home-slider .owl-stage {
        display: flex;
    }
    .home-slider .slider-item {
        padding-bottom: 75px;
    }
    .home-slider.owl-theme .owl-dots {
        bottom: 15px;
    }
}
.slider-item:before {
    display: none !important;
}
.home-slider .owl-stage {
    display: flex;
}
.home-slider .slider-item {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.home-slider {
    position: relative;
}
.home-slider-bg {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-size: cover;
}
.home-slider-bg.home-slider-bg--mobile {
    display: none;
}
@media all and (max-width: 575px) {
    .home-slider-bg {
        display: none;
    }
    .home-slider-bg.home-slider-bg--mobile {
        display: flex;
    }
}
/**
	Счетчик
 */
.counter-area {
    position: relative;
    z-index: 1;
    background: var(--color-white);
    box-shadow: 0 0 30px 0 #ddda6;
}
.counter-area i {
    font-size: 52px;
}
@media all and (max-width: 991px) {
    .counter-bg {
        /*margin-top: -5px;*/
        margin-top: 0;
    }
}
/**
	services
 */
@media (max-width: 991px) {
    .services-archive {
        padding-top: 100px;
    }
}
.services-area {
    /*overflow: hidden;*/
}
/**
	Отзывы
 */

.testimonial-wrap {
}
.testimonial-area {
    overflow-x: hidden;
    padding-bottom: 40px;
    /*-webkit-backdrop-filter: blur(10px);*/
    /*backdrop-filter: blur(10px);*/
    background: linear-gradient(180deg, #b3dfff 0%, rgba(179, 223, 255, 0.00) 121.94%);
}
@media (max-width: 991px) {
    .testimonial-area {
        padding-top: 10px;
        padding-bottom: 30px;
    }
}
@media (max-width: 991px) {
    .testimonial-area .testimonial-wrap {
        padding: 30px 15px 30px 15px;
    }
}
.testimonial-area .owl-nav {
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;
    margin-top: 0 !important;
    transform: translateY(-50%);
}
.testimonial-item img {
    object-fit: cover;
}
.testimonial-item {
    display: flex;
    flex-direction: column;
    /* justify-content: center; */
    min-height: 200px;
    /*margin: 0 10px;*/
    margin: 0;
    padding: 42px 45px 30px 45px;
    border-radius: 20px;
    background: white no-repeat url('data:image/svg+xml,%3Csvg width=\'60\' height=\'55\' viewBox=\'0 0 60 55\' fill=\'none\' xmlns=\'http://www.w3.org/2000/svg\'%3E%3Cpath d=\'M19.1128 0.939941C6.52136 13.1379 0.619141 26.1228 0.619141 37.7304C0.619141 47.174 7.70181 54.0599 14.7845 54.0599C21.0802 54.0599 26.1954 48.9447 26.1954 42.649C26.1954 34.5826 20.2932 30.451 11.6366 30.451C11.6366 20.8108 14.5877 15.1053 23.8346 5.66172L19.1128 0.939941ZM51.9685 0.939941C39.3771 13.1379 33.4748 26.1228 33.4748 37.7304C33.4748 47.174 40.5575 54.0599 47.6402 54.0599C53.9359 54.0599 59.0512 48.9447 59.0512 42.649C59.0512 34.5826 53.1489 30.451 44.4923 30.451C44.4923 20.8108 47.4434 15.1053 56.6903 5.66172L51.9685 0.939941Z\' fill=\'rgba(146, 179, 210, 0.3)\'/%3E%3C/svg%3E') calc(100% - 12px) 15px;
}
@media (max-width: 991.98px) {
    .testimonial-item {
        padding: 20px 10px 15px 10px;
        background-size: 30px;
    }
}
/*.testimonial-slider*/

.testimonial-slider {
    padding: 0 40px;
}
.testimonial-slider.owl-carousel .owl-stage-outer {
    overflow: visible !important;
}
.testimonial-slider.owl-carousel .owl-stage {
    display: flex;
    align-items: stretch;
}
.testimonial-slider.owl-carousel .testimonial-item {
    height: 100%;
}
@media (min-width: 992px) {
    .testimonial-slider.owl-carousel .review-slider-footer {
        margin-top: auto;
        padding-top: 10px;
    }
}
.testimonial-slider .owl-dots {
    margin-top: 13px;
}
.testimonial-slider .owl-dots .owl-dot span {
    width: 16px;
    height: 3px;
    margin: 5px 4px;
    transition: var(--transition);
    background: #92b3d2;
}
.testimonial-slider .owl-dots .owl-dot.active span {
    transition: var(--transition);
    background: #0046c0;
}
.testimonial-slider-nav-container .owl-prev,
.testimonial-slider-nav-container .owl-next {
    position: absolute;
    z-index: 1;
    top: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    /*transform: translateY(-50%);*/
    width: 32px;
    height: 64px;
    padding: 0;
    transition: var(--transition);
    color: #fff;
    border: 0;
    background: none;
    background: transparent !important;
}
@media (max-width: 991.98px) {
    .testimonial-slider-nav-container .owl-prev,
    .testimonial-slider-nav-container .owl-next {
        /*top: 43%;*/
        width: 48px;
        height: 48px;
    }
}
.testimonial-slider-nav-container .owl-prev:hover,
.testimonial-slider-nav-container .owl-next:hover {
    transition: var(--transition);
    color: rgba(35, 104, 169, 1);
    transform: scale(1.2);
}
/*.swiper-prev:not(.swiper-button-disabled):hover,*/
/*.swiper-next:not(.swiper-button-disabled):hover {*/
/*    color: rgba(35, 104, 169, 1);*/
/*    transition: var(--transition);*/
/*}*/

/*.swiper-button-disabled {*/
/*    color: rgba(221, 221, 221, 0.24);*/
/*    transition: var(--transition);*/

/*}*/

/*.swiper-button-lock {*/
/*    display: none;*/
/*}*/

.testimonial-slider-nav-container .owl-prev svg,
.testimonial-slider-nav-container .owl-next svg {
    width: 16px;
    height: 52px;
}
@media (max-width: 991.98px) {
    .testimonial-slider-nav-container .owl-prev svg,
    .testimonial-slider-nav-container .owl-next svg {
        width: 12px;
        height: 40px;
    }
}
.testimonial-slider-nav-container .owl-prev {
    /*left: -7px;*/
    left: 0;
}
@media (max-width: 991.98px) {
    .testimonial-slider-nav-container .owl-prev {
        left: 7px;
    }
}
.testimonial-slider-nav-container .owl-next {
    /*right: -7px;*/
    right: 0;
}
@media (max-width: 991.98px) {
    .testimonial-slider-nav-container .owl-next {
        right:  7px;
    }
}
.review-slider-title {
    color: var(--black-200, #020202);
    font-size: 22px;
    font-weight: 700;
    line-height: 1.27;
}
@media (max-width: 991.98px) {
    .review-slider-title {
        margin-bottom: 5px;
        text-align: center;
        color: var(--neutral-800, #170f49);
        font-size: 18px;
        font-weight: 500;
        line-height: 1.5;
    }
}
.review-slider-text {
    margin-top: 0;
    color: var(--grey-200, #737279);
    font-size: 18px;
    line-height: 1.66;
}
.review-slider-text > p {
    margin-bottom: 7px;
}
.review-slider-text > * {
    font-size: 18px;
    line-height: 1.66;
}
@media (max-width: 991.98px) {
    .review-slider-text {
        text-align: center;
        color: var(--neutral-600, #6f6c90);
        font-size: 14px;
        line-height: 1.5;
    }
    .review-slider-text > p {
        margin-bottom: 7px;
    }
    .review-slider-text > * {
        font-size: 14px;
        line-height: 1.5;
    }
}
.review-slider-footer {
    margin-top: 10px;
}
@media (max-width: 991.98px) {
    .review-slider-footer {
        margin-top: auto;
    }
}
.review-slider-name {
    margin-top: 0;
    margin-bottom: 7px;
    color: var(--black-200, #020202);
    font-size: 16px;
    font-weight: 700;
    line-height: 1.25;
}
@media (max-width: 991.98px) {
    .review-slider-name {
        margin-bottom: 0;
        text-align: center;
        color: var(--neutral-800, #170f49);
        font-size: 14px;
        font-weight: 700;
        line-height: 1.5;
    }
}
.review-slider-type {
    color: var(--grey-200, #737279);
    font-size: 14px;
    line-height: 1.42;
}
@media (max-width: 991.98px) {
    .review-slider-type {
        text-align: center;
    }
}
/**/

.review-slider-btn-wrap {
    position: relative;
    margin-top: 30px;
}
@media (max-width: 991px) {
    .review-slider-btn-wrap {
        margin-top: 0;
    }
}
.review-slider-btn {
    display: table;
    margin: 0 auto;
}
@media (max-width: 575.98px) {
    .review-slider-btn {
        display: flex;
        justify-content: center;
    }
}
@media (max-width: 575px) {
    .review-slider-btn > div {
        display: table-row;
    }
}
@media (min-width: 576px) {
    .review-slider-btn > div {
        display: table-cell;
        width: 50%;
        padding: 0 7px;
    }
}
.review-slider-btn a {
    display: flex;
    justify-content: center;
    margin: 0 5px;
    padding: 13px 35px;
    transition: 0.5s all ease;
    transition: var(--transition);
    transition-property: color, background-color;
    text-align: center;
    white-space: nowrap;
    color: var(--black-200, #020202);
    border: 0;
    border-radius: 10px;
    /*font-family: Roboto Flex;*/
    font-size: 18px;
    font-weight: 700;
    line-height: 1.5;
}
@media (max-width: 991.98px) {
    .review-slider-btn a {
        padding: 13px 25px;
        font-size: 14px  ;
    }
}
/*review-slider-btn-all*/
.review-slider-btn-all a {
    color: var(--black-200, #020202);
    background: var(--white-100, #fff);
}
.review-slider-btn-all a:hover {
    color: var(--white-100, #fff);
    background: var(--blue-cta, #06549e);
}
.review-slider-btn-all a:active {
    transition: var(--transition);
    background: var(--blue-100, #0046c0);
}
/*.review-slider-btn-add*/

.review-slider-btn-add a {
    text-decoration: solid underline;
    background: none;

    text-underline-offset: 6px;
}
@media (max-width: 991.98px) {
    .review-slider-btn-add a {
        font-size: 14px;
        line-height: 150%;
    }
}
.review-slider-btn-add a:hover {
    transition: var(--transition);
    color: var(--blue-100, #0046c0);
}
.review-slider-btn-add a:active {
    transition: var(--transition);
    color: var(--blue-200, #2368a9);
}
@media (min-width: 576px) {
    .review-slider-btn a {
        width: 100%;
    }
}
@media (max-width: 575px) {
    .review-slider-btn a {
        width: 100%;
        margin-bottom: 10px;
    }
}
/*
	Review list
*/

.comment-list.review-list {
    padding-left: 0;
}
.review-list > li,
.review-list ul.children > li {
    max-width: 60em;
    list-style: none;
}
.review-list-i {
    display: flex;
    margin-bottom: 25px;
    padding: 25px 25px 10px 25px;
    border-radius: 5px;
    background-color: #fafafc;
}
.review-list-avatar {
    flex-shrink: 0;
}
@media (max-width: 767px) {
    .review-list-avatar {
        display: none;
    }
}
.review-list-avatar img {
    width: 100px;
    height: 100px;
    border-radius: 100%;
    object-fit: cover;
}
.review-list-box {
    flex-grow: 1;
    margin-left: 10px;
}
.review-list-meta-box {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
}
.review-list-name {
    margin-right: 10px;
    color: var(--color-black);
    font-size: 18px;
    font-weight: 600;
}
.review-list-time {
    color: #888;
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
}
/*.review-list-time:before{*/
/*    content: '';*/
/*    width: 1px;*/
/*    height: 11px;*/
/*    background: #888 ;*/
/*    border-radius: 100%;*/
/*    display: inline-block;*/
/*    margin-right: 15px;*/
/*    position: relative;*/
/*    opacity: .5;*/
/*    top: 0px;*/
/*}*/

.review-list-text {
    margin: 22px 0 0 0;
    color: var(--color-black);
    font-size: 16px;
    line-height: 1.4;
}
.review-list-rating ul {
    display: flex;
    margin: 0;
    padding: 0;
}
.review-list-rating li {
    margin-right: 3px;
    list-style: none;
    color: #ff8c00;
}
.review-list-rating svg {
    width: 20px;
    height: 20px;
}
.review-list-edit {
    display: flex;
    justify-content: flex-end;
    margin-top: 15px;
}
.review-list-edit a {
    transition: all 0.3s;
    opacity: 0.5;
    color: var(--color-black);
}
.review-list-edit a:hover {
    transition: all 0.3s;
    opacity: 1;
}
.review-list-edit .reply {
    margin-left: 15px;
}
/*review-form*/

.review-form {
}
.review-form label {
    display: block;
}
.review-form .required-field-message {
    display: block;
}
.review-form {
}
.review-form #email,
.review-form #author,
.review-form #comment {
    display: block;
    width: 100%;
    max-width: 600px;
    padding: 0.375rem 0.75rem;
    padding-left: 20px;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    color: #212529;
    border: 0;
    border-radius: 6px;
    background-color: var(--color-white);
    background-clip: padding-box;
    box-shadow: 0 3px 8px 0 rgba(221, 221, 221, 0.75);
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;

    appearance: none;
}
/**
	Консультация
 */


.consult-form-title {
    margin-bottom: 25px;
    color: var(--color-white);
    font-size: 24px;
    font-weight: 600;
}
@media (max-width: 767.98px) {
    .consult-form-title {
        margin-top: 50px;
    }
}
@media (max-width: 767.98px) {
    .video-item .video-content {
        margin-bottom: 10px;
        border-left: 0;
    }
    .video-item .video-content p {
        font-size: 16px;
    }
}
.video-area {
    height: auto !important;
    padding: 100px 0;
}
@media (max-width: 767.98px) {
    .video-area {
        padding: 35px 0 0 0;
    }
    .consult {
        /*margin-top:25px;*/
    }
}
@media (max-width: 991px) {
    .video-item .video-content {
        margin-top: 0 !important;
    }
}
@media (max-width: 991.98px) {
    .consult .wpcf7-response-output {
        display: none;
    }
}
/* consult-btn*/

.consult-btn {
    /*color: var(--color-black) !important;*/
    color: var(--color-blue) !important;
    background: var(--color-pattens-blue) !important;
}
.consult-btn:hover {
    color: var(--color-white) !important;
    background: var(--color-black) !important;
}
/**
	Врачи
 */
.doctor-row {
    position: relative;
    margin-top: 30px;
}
.doctor-item {
    flex-grow: 1;
}
@media (max-width: 991.98px) {
    .doctor-row {
    }
    .doctor-item {
        max-width: 420px;
    }
}
@media (max-width: 991.98px) {
    .doctor-col {
        display: flex;
        justify-content: center;
    }
}
.doctor-img {
    position: relative;
    overflow: hidden;
    padding: 0 0 100% 0;
}
.doctor-item .doctor-top img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
@media (max-width: 991px) {
    .doctor-item .doctor-top a {
        bottom: 20px;
        opacity: 1;
        color: var(--color-black) /*#0046c0*/;
        border: 2px solid var(--color-blue);
    }
    .doctor-item .doctor-top a:hover {
        color: var(--color-blue) /*#0046c0*/;
        background: var(--color-white);
    }
}
@media (max-width: 991.98px) {
}
/*.doctor .swiper {*/


@media (max-width: 991.98px) {
    .doctor .swiper {
        margin: 0 28px;
    }
}
.doctor-item {
    margin-bottom: 0;
}
@media (max-width: 991.98px) {
    .doctor .swiper-prev {
        left: -10px;
    }
    .doctor .swiper-next {
        right: -10px;
    }
}
.doctor .swiper .swiper-pagination {
    margin-top: 5px;
}
/**
	Блог
 */
.blog-item .blog-top img {
    object-fit: cover;
}
@media only screen and (max-width: 767px) {
    .blog-area {
        padding-bottom: 50px;
    }
}
/**
	About / О нас
 */
.about-area {
    margin-top: 100px;
}
@media (max-width: 991px) {
    .about-area {
        margin-top: 60px;
    }
}
.about-item p {
    margin-bottom: 25px;
}
.about-item h2 {
    margin-bottom: 25px;
}
.about-item ul {
    margin-bottom: 50px;
}
.about-right img {
    opacity: 0.07;
}
.about-right img {
    position: absolute;
    z-index: -1;
    /* top: -55px; */
    top: 0;
    right: 0;
    width: 500px;
    -webkit-animation: a-three 5s infinite linear;
            animation: a-three 5s infinite linear;
}
.location-item {
    display: flex;
    align-items: center;
    flex-direction: column;
}
.location-wrap {
    padding-left: 0;
}
@media (max-width: 767px) {
    .location-wrap .location-item {
        margin-bottom: 15px;
    }
    .location-wrap .location-item i {
        width: 30px;
        height: 30px;
        margin-bottom: 8px;
        padding-top: 1px;
        font-size: 18px;
        line-height: 30px;
    }
    .location-wrap .location-item h3 {
        margin-bottom: 0;
    }
    .location-wrap .location-item ul {
        margin-bottom: 12px;
    }
}
@media (max-width: 767px) {
    .location-item {
        display: flex;
        align-items: center;
        flex-direction: column;
    }
}
.single-about .about-left:before,
.single-about .about-left:after {
    display: none;
}
.about-left:before,
.about-left:after {
    display: none;
}
/**
	Footer
 */
footer {
    padding-top: 85px;
}
@media only screen and (max-width: 767px) {
    footer {
        padding-top: 36px;
    }
}
.icon-footer {
    position: absolute;
    top: 2px;
    left: 0;
    width: 48px;
    height: 48px;
}
.footer-item .footer-contact ul li {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 48px;
    margin-bottom: 30px;
    padding-left: 60px;
    list-style-type: none;
    color: var(--color-white);
    font-size: 15px;
    font-weight: 500;
}
@media (max-width: 991px) {
    .footer-contact-wrap {
        display: none;
    }
}
/*lang-footer*/

.lang-footer {
    margin-top: 30px;
}
.lang-footer ul {
    display: flex;
    margin: 0 -10px;
    padding: 0;
}
.lang-footer li {
    position: relative;
    margin: 0 !important;
    list-style: none;
    opacity: 0.7;
}
.lang-footer li.current-lang {
    opacity: 1;
}
.lang-footer li:not(:last-child):after {
    position: absolute;
    top: 50%;
    right: -1px;
    display: block;
    width: 2px;
    height: 16px;
    content: '';
    transform: translatey(-50%);
    opacity: 0.5;
    background: var(--color-white);
}
.lang-footer a,
.lang-footer a:hover {
    width: auto !important;
    height: auto !important;
    padding: 10px;
    text-transform: uppercase;
    color: var(--color-white) !important;
    border: 0 !important;
    background: transparent !important;
    font-size: 14px !important;
}
.lang-footer a:hover {
    text-decoration: underline;
}
/**
  contact form 7
*/
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output,
.wpcf7 form.sent .wpcf7-response-output {
    background: var(--color-white);
}
.wpcf7-form-control-wrap {
    display: flex;
    flex-direction: column;
}
.wpcf7-not-valid-tip {
    /*position: relative;*/
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    display: block;
    margin: 0 0 0 0;
    padding: 0 10px;
    color: #ffdede;
    background: #6c0000;
    font-size: 1em;
    font-weight: normal;
}
.btn.feedback-btn {
    font-size: 18px !important;
    line-height: 1;
}
.wpcf7-form-control {
    position: relative;
}
.wpcf7-response-output {
    position: absolute;
    z-index: 999;
    right: 0;
    left: 0;
    padding-top: 15px !important;
    padding-bottom: 15px !important;
    text-align: center;
}
/**
	MODALS
 */
.modalDialog {
    position: fixed;
    z-index: 99999;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    -webkit-transition: opacity 100ms ease-in;
       -moz-transition: opacity 100ms ease-in;
            transition: opacity 100ms ease-in;
    pointer-events: none;
    opacity: 0;
    background: rgb(129 144 224 / 30%);

    backdrop-filter: blur(0px);
}
.modalDialog.active {
    transition: 0.3s all;
    pointer-events: auto;
    opacity: 1;

    backdrop-filter: blur(15px);
}
.modalDialog > div {
    position: relative;
    margin: 10% auto;
    background: var(--color-blue) /*#0046c0*/;
    box-shadow: 0 9px 20px rgb(0 0 0 / 20%);
}
.close {
    position: absolute;
    /*top: 12px;*/
    top: 4px;
    /*right: 10px;*/
    right: 5px;
    width: 34px;
    height: 34px;
    padding-top: 5px;
    text-align: center;
}
.close:hover {
    cursor: pointer;
}
#callback_wrapper {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}
.modal_container {
    display: flex;
    border-radius: 10px;
}
.modal_content {
    padding: 37px;
    text-align: left;
}
.modalDialog button {
    /*padding: 10px 35px;   */
    padding: 9px 35px 8px 35px;
    cursor: pointer;
    text-transform: uppercase;
    color: var(--color-blue);
    border: none;
    border-radius: 5px;
    background: var(--color-white);
    /*font-size: 12px;*/
    font-size: 14px;
    font-weight: 600;
}
body.modal-body-lock {
    overflow: hidden;
}
/* modal discount */
.modal-discount {
    padding: 15px;
}
.modal-discount .modal_container {
    width: 520px;
    max-width: 100%;
}
.modal_container {
}
.modal-discount .modal_content {
}
.modal-discount input {
    margin-bottom: 25px;
}
.modal-discount .wpcf7-not-valid-tip {
    margin-bottom: 30px !important;
}
/* modal map */

.modal-map {
    padding: 15px;
}
@media (max-width: 991.98px) {
    .modal-map {
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
}
.modal-map iframe {
    width: 100% !important;
    height: 100% !important;
}
.modal-map .modal_container {
    position: relative;
    width: 100%;
    max-width: 1200px;
    /*max-width: 500px;*/
    height: 100%;
    /*max-height: 400px;*/
    margin: 0 auto;
    background: var(--color-blue) /*#0046c0*/;
    box-shadow: 0 9px 20px rgb(0 0 0 / 20%);
}
@media (max-width: 991.98px) {
    .modal-map .modal_container {
        height: 100%;
    }
}
.modal-map .modal_content {
    width: 100%;
    padding: 42px 0 0 0;
}
.modal-map-google {
    height: 100%;
}
/* modal once lang */

.modal-once-lang {
    display: flex;
}
.modal-once-lang .modal_container {
    margin: auto;
}
.modal-once-lang .modal_content {
    padding: 40px 60px 40px 40px;
}
.modal-once-lang-title {
    color: var(--color-white);
    font-size: 18px;
}
.modal-once-lang-box {
    display: flex;
    margin: 15px -5px 0 -5px;
}
.modal-once-lang-box a {
    display: flex;
    margin: 0 5px;
    padding: 5px 15px;
}
.modal-once-lang-box a:hover {
    color: var(--color-white) !important;
}
/* end MODALS */

/**
	Page title
 */

.page-title-area {
    padding-right: 15px;
    padding-left: 15px;
    background-image: none;
}
.page-title-item h1 {
    margin-bottom: 20px;
    color: #f8f8f8;
    font-size: 48px;
    font-weight: 700;
}
@media (max-width: 991.98px) {
    .page-title-area {
        height: auto;
        padding-top: 55px;
        padding-bottom: 30px;
    }
    .page-title-item h1 {
        font-size: 30px;
    }
}
@media (max-width: 575.98px) {
    .page-title-item h1 {
        font-size: 30px;
    }
}
/* Aside service list */


.blog-details-category ul ul {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}
/**
	service-aside-list
 */

.service-aside-list-section-title {
    margin-bottom: 15px !important;
    padding: 10px 15px 10px 15px;
    color: #f8f8f8;
    background-color: #2362bc;
    font-size: 18px !important;
    font-weight: 500;
}
.service-aside-list ul li li a {
    position: relative;
    margin: 0 !important;
    font-size: 14px;
}
/* common */

.service-aside-list li:before {
    display: none !important;
}
.service-aside-list a {
    position: relative;
    padding: 2px 10px 2px 0;
    line-height: 1.2;
}
.service-aside-list a:before {
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    display: block;
    width: 0;
    content: '';
    -webkit-transition: 0.5s all ease;
            transition: 0.5s all ease;
    background-color: #2362bc;
}
.blog-details-item .blog-details-category .service-aside-list ul li:hover a {
    color: #4a6f8a;
}
.service-aside-list .current_page_item > a,
.service-aside-list .current_page_item > a {
    color: var(--color-white) !important;
    font-weight: 500;
}
@media (min-width: 992px) {
    .service-aside-list a:hover {
        color: var(--color-white) !important;
        font-weight: 500;
    }
}
.service-aside-list .current_page_item > a:before {
    width: 100% !important;
}
@media (min-width: 992px) {
    .service-aside-list > ul a:hover:before {
        width: 100% !important;
    }
}
/* level 1 */
.service-aside-list > ul > li {
    margin: 0 !important;
    padding-top: 5px !important;
    padding-bottom: 5px !important;
}
.service-aside-list > ul > li > a {
    padding-left: 19px;
    color: #2362bc;
    font-size: 15px;
    font-weight: 600 !important;
}
.service-aside-list > ul > li > a:before {
    top: 0;
    bottom: 0;
    left: -20px;
    width: 22px;
}
.service-aside-list > ul > li:last-child {
    border-bottom: none;
}
/* level 2 3 */

.service-aside-list > ul ul li {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
    padding-left: 20px;
    border: 0 !important;
}
.service-aside-list > ul ul a {
    position: relative;
}
.service-aside-list > ul ul a:before {
    top: 0;
    bottom: 0;
    left: -10px;
}
/**
	dvdent-pattern-1
 */
.editor-content .dvdent-pattern-1 {
    margin-bottom: 45px;
    padding: 15px 30px 6px 30px;
    color: var(--color-black);
    border: 2px solid #ff8928ad;
    box-shadow: 0 0 10px 0 #ddd;
    font-size: 14px;
    line-height: 1.5;
}
.dvdent-pattern-1 h1,
.dvdent-pattern-1 h2,
.dvdent-pattern-1 h3,
.dvdent-pattern-1 h4,
.dvdent-pattern-1 h5,
.dvdent-pattern-1 h6 {
    margin-bottom: 14px !important;
    font-weight: 600;
    line-height: 1.5 !important;
}
.editor-content .dvdent-pattern-1 h2 {
    font-size: 16px;
}
.editor-content .dvdent-pattern-1 p {
    margin-bottom: 10px;
    font-size: 14px;
}
.editor-content .dvdent-pattern-1 li {
    margin-bottom: 0;
}
.editor-content .dvdent-pattern-1 h2 {
    font-size: 16px;
}
/**
	pattern table
 */

.dvdent-pattern-table table th {
    vertical-align: top;
    font-weight: 500;
}
.dvdent-pattern-table figcaption {
    color: #777;
    font-size: 14px;
}
.dvdent-pattern-table table td,
.dvdent-pattern-table table th {
    padding: 8px;
    color: var(--color-black);
    border: 1px solid rgb(222, 226, 230);;
}
/**
	editor-content
 */
.editor-content {
    font-size: 16px;
    line-height: 1.7;
}
.editor-content figure,
.editor-content p {
    margin-bottom: 27px;
}
.editor-content a {
    transition: opacity 0.3s;
    text-decoration: underline;
    color: inherit;
}
.editor-content a:hover {
    transition: opacity 0.3s;
    opacity: 0.7;
}
.editor-content li {
    display: list-item !important;
    margin-right: 0;
    margin-bottom: 10px;
    list-style-type: disc !important;
}
/**
	Breadcrumbs
 */

.breadcrumbs-sep {
    font-family: Consolas, monospace;
    font-style: normal;
}
/**
	aside-col
 */


@media all and (min-width: 992px) {
    .aside-col {
        padding-left: 48px;
    }
}
@media all and (min-width: 1200px) {
    .aside-col {
        padding-left: 80px;
    }
}
/**
	Misc
 */

/**/
.blog-area-two {
    margin-bottom: 30px;
    padding-bottom: 30px;
}
.hidden {
    margin-bottom: 0;
}
/**/


/* Pagination */
.dvdent-pagination {
    display: flex;
    justify-content: center;
}
.dvdent-pagination .nav-links > a,
.dvdent-pagination .nav-links > span {
    display: inline-block;
    width: 50px;
    height: 50px;
    margin: 5px;
    transition: all 0.3s;
    text-align: center;
    color: var(--color-blue);
    border-radius: 5px;
    background-color: var(--color-white);
    -webkit-box-shadow: 0 15px 35px rgb(0 0 0 / 10%);
            box-shadow: 0 15px 35px rgb(0 0 0 / 10%);
    font-size: 18px;
    font-weight: 700;
    line-height: 50px;
}
.dvdent-pagination .nav-links > .current,
.dvdent-pagination .nav-links > a:hover,
.dvdent-pagination .nav-links > span:hover {
    transition: all 0.3s;
    color: var(--color-white);
    background: var(--color-blue);
}
/* Contact */

.location-item a {
    color: rgb(74, 111, 138) !important;
}
.contact-map {
    width: 100%;
    height: 800px;
    line-height: 0;
}
.drop-item.drop-img {
    /*background-image: url("../img/contact/2.jpg");*/
    background-image: url('../img/contact/2.png');
}
.speciality-right {
    background-image: none;
}
.contact-form {
    padding-top: 30px;
    padding-bottom: 30px;
}
.contact-form p {
    color: #232323;
}
.contact-form h3 {
    margin-bottom: 25px;
    padding-right: 50px;
    color: #232323;
    font-size: 32px;
    font-weight: 600;
}
.contact-form .consult-form-title {
    font-size: 18px;
}
.speciality-emergency a {
    color: var(--color-white);
}
/* blog preview list*/


@media (max-width: 575px) {
    .blog-bottom a {
        min-height: auto !important;
    }
}
/* Logo */
.navbar-brand {
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
}
.navbar-brand svg {
    max-width: 100%;
    height: 32px;
    line-height: 1;
}
@media only screen and (max-width: 991px) {
    .logo svg {
        height: 32px;
        margin-top: 2px;
    }
}
/*
	services-cat
*/
.services-cat-row {
    margin-top: 30px;
}
@media (min-width: 992px) {
    .services-cat-col {
    }
    .services-cat-row {
        display: grid;

        gap: 40px 20px;
        grid-template-columns: 1fr 1fr 1fr;
    }
}
@media (min-width: 1300px) {
    .services-cat-row {
        grid-template-columns: 1fr 1fr 1fr 1fr;
    }
}
@media (min-width: 992px) {
    .services-cat-i {
        position: relative;
        z-index: 1;
        height: 100%;
        padding: 22px 46px 22px 46px;
        transition: all 0.2s;
        border: 0;
        border-radius: 10px;
        background: var(--color-white);
        /* card shadow */
        box-shadow: 0 0 30px 0 rgba(221, 221, 221, 0.65);
    }
    .services-cat-i {
    }
    .services-cat-i:hover {
        color: var(--color-white);
        /*background: var(--color-blue) !*#0046c0*!;*/
        background: var(--blue-200, #2368a9);

        /* //transition: all 0.2s; */
        /* //box-shadow: none; */
    }
    .services-cat-icon {
        display: flex;
        justify-content: center;
    }
    .services-cat-icon svg {
        width: 100px;
        height: 65px;
        transition: all 0.2s;
        /*fill: #4d93e9;*/
        color: var(--blue-cta) !important;
    }
    .services-cat-i:hover .services-cat-icon svg path,
    .services-cat-i:hover .services-cat-icon svg {
        transition: all 0.2s;

        fill: var(--color-white);
        stroke: var(--color-white);
    }
    .services-cat-title {
        margin-top: 13px;
    }
    .services-cat-body {
        position: relative;
        margin-top: 10px;
    }
    .services-cat-body:before {
        position: absolute;
        top: 0;
        left: 50%;
        width: 155px;
        height: 1px;
        content: '';
        transform: translateX(-50%);
        background: rgba(146, 179, 210, 1);
    }
    .services-cat-title,
    .services-cat-title a {
        margin-bottom: 0;
        transition: all 0.3s;
        text-align: center;
        color: var(--black-200, #020202);
        font-size: 20px;
        font-weight: 700;
        line-height: 1.2;
    }
    .services-cat-title a:hover {
        /*text-decoration: underline;*/
    }
    .services-cat-i:hover .services-cat-title a {
        transition: all 0.3s;
        color: var(--color-white);
    }
    .services-cat-title a {
    }
    .services-cat-title a:before {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        content: '';
    }
    .services-cat ul {
        margin: 0;
        padding-top: 8px;
        padding-left: 0;
        list-style: none;
        text-align: left;
    }
    .services-cat ul ul {
        margin-top: 0;
        margin-left: 0;
        list-style: none;
    }
    .services-cat-ul li a {
        position: relative;
        display: flex;
        padding: 8px 10px 8px 1px !important;
        transition: all 0.3s;
        color: var(--black-200, #020202);
        font-size: 15px;
        font-weight: 600;
        font-weight: 600;
        line-height: 1.4;
        line-height: 1.4;
    }
    .services-cat-ul li a:before {
        position: relative;
        top: 2px;
        flex-shrink: 0;
        width: 16px;
        height: 16px;
        margin-right: 10px;
        content: '';
        background: #1a5fbd;
    }
    .services-cat-ul li a:hover {
        text-decoration: underline;
    }
    .services-cat-i:hover .services-cat-ul li a {
        transition: all 0.3s;
        color: var(--color-white);


        /**/
    }
    .services-cat-i:hover .services-cat-ul li a:before {
        transition: all 0.3s;
        background: var(--color-white);
    }
    .services-cat-sub-icon {
        display: flex;
        align-self: flex-start;
        justify-content: center;
        width: 50px;
        color: var(--color-light-blue);
    }
    .services-cat-i:hover .services-cat-sub-icon {
        color: var(--color-white);
    }
    .services-cat-sub-icon > * {
        width: 30px;
        height: 30px;
    }
    .services-cat-sub-icon * {
        stroke: currentColor;
        fill: currentColor;
    }
}
/**
	.services-cat / Mobile
*/

@media (max-width: 991px) {
    .services-cat-i {
    }
    .services-cat-header {
        position: relative;
        display: flex;
        align-items: center;
        padding: 6px 60px 6px 10px;
        cursor: pointer;
        color: var(--color-white);
        background: #0046c0;
    }
    .services-cat-header a {
        color: var(--color-white);
    }
    .services-cat-header a:hover {
    }
    .services-cat-header:after {
        position: absolute;
        top: 6px;
        right: 12px;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 36px;
        height: 36px;
        padding-bottom: 0;
        padding-left: 1px;
        content: '+';
        color: var(--color-black);
        border-radius: 100%;
        background: rgba(255, 255, 255, 1);
        font-size: 23px;
        font-weight: 700;
        line-height: 0;
    }
    .ui-accordion-header-active.services-cat-header:after {
        content: '–';
        color: var(--color-black);
        background: rgba(255, 255, 255, 0.80);
    }
    .services-cat-i.m-no-child .services-cat-header:after {
        display: none !important;
    }
    .services-cat-icon {
        display: flex;
        align-items: center;
        justify-content: center;
        /*position: relative;*/
        /*z-index: -11;*/
    }
    .services-cat-icon svg {
        width: auto;
        height: 24px;
        margin-right: 22px;
        transition: all 0.2s;

        fill: var(--color-white) !important;
        stroke: var(--color-white) !important;
    }
    .services-cat-icon svg * {
        fill: var(--color-white) !important;
        stroke: var(--color-white) !important;
    }
    .services-cat-title a {
        font-size: 16px;
    }
    /* .services-cat-ul */
    .services-cat-ul {
        margin: 0 0 0 0;
        padding: 0 0 0 0;
        list-style: none;
    }
    .services-cat-ul a {
        display: flex;
        align-items: center;
        padding: 10px 10px 10px 20px;
        list-style: none;
        color: #0046c0;
        border-top: 1px solid #d8e0e8;
        background: #f8f8f8;
        font-size: 14px;
        line-height: 1.5;
    }
    .services-cat-ul a:hover {
        text-decoration: underline;
        color: var(--color-black);
    }
    .services-cat-ul a:before {
        position: relative;
        top: 1px;
        display: flex;
        flex-shrink: 0;
        width: 8px;
        height: 8px;
        margin-right: 6px;
        content: '';
        background: var(--blue-cta, #06549e);
    }
    .service-cat-sub-title {
        display: flex;
        align-items: center;
        flex-grow: 1;
    }
}
/**
	article-preview
 */

.article-preview {
    margin-top: 30px;
}
.article-preview-row {
}
.article-preview-col {
    display: flex;
    justify-content: center;
    margin-bottom: 30px;
}
.article-preview-i {
    display: flex;
    overflow: hidden;
    flex-direction: column;
    border-radius: 10px;
    background-color: var(--color-white);
    /*box-shadow: 0 -1px 19px 20px rgb(221 221 221 / 44%);*/
}
@media (max-width: 575.98px) {
    .article-preview-i {
        max-width: 420px;
    }
}
.article-preview-img {
    position: relative;
    overflow: hidden;
    padding: 0 0 58.6% 0;
    border-radius: 0;
    border-top-left-radius: 10px;
}
.article-preview-img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    max-width: 100%;
    height: 100% !important;
    transition: 0.5s all ease;
    object-fit: cover;
}
.article-preview-i .article-preview-img a:hover img {
    transition: 0.5s all ease;
    transform: scale(1.1);
}
.article-preview-i-box {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    padding: 20px 20px 20px 20px;
}
.article-preview-title a,
.article-preview-title {
    transition: var(--transition);
    color: var(--color-black);
    font-size: 20px;
    font-weight: 600;
}
.article-preview-title a:hover {
    transition: var(--transition);
    color: var(--color-blue);
}
@media (min-width: 992px) {
    .article-preview-title a,
    .article-preview-title {
        min-height: 84px;
    }
}
.article-preview-text {
    flex-grow: 1;
    margin-bottom: 10px;
}
.article-preview-panel {
    display: flex;
    justify-content: space-between;
    padding: 10px 0 0 0;
    border-top: 1px solid #b1b8ed;
}
.article-preview-more {
    color: var(--color-blue) /*#0046c0*/;
}
.article-preview-more a {
    transition: var(--transition);
    color: var(--color-blue);
}
.article-preview-more a:hover {
    transition: var(--transition);
    color: var(--color-black);
}
.article-preview-more i {
    position: relative;
    top: 3px;
    font-size: 20px;
}
.article-preview-time {
    color: var(--color-blue) /*#0046c0*/;
}
/*article-preview swiper.js*/
@media (max-width: 991.98px) {
    .article-preview .swiper-slide {
        display: flex;
        justify-content: center;
    }
}
/**
	promo
 */

.promo {
    display: flex;
    overflow: hidden;
    max-width: 100%;
    text-align: left;
}
@media (max-width: 991px) {
    .promo {
        justify-content: center;
        text-align: center;
    }
}
.promo-inner {
    padding: 40px 40px 40px 40px;
    border-radius: 15px;
    background: #efefee70;
    line-height: 1.4;
}
@media (max-width: 575px) {
    .promo-inner {
        transform: scale(80%);
    }
}
@media (max-width: 991px) {
    .promo-inner {
        transform: scale(80%);
    }
}
.promo-title {
    color: #06559e;
    font-size: 44px;
    /* //font-family: Arial, sans-serif; */
    font-weight: 700;
    line-height: 1.2;
}
.promo-num {
    margin: 0 0 0 0;
    color: #06559e;
    font-size: 78px;
    /* // font-family: Arial, sans-serif; */
    font-weight: 700;
    line-height: 1.4;
}
.promo-num span {
    margin-left: 5px;
    letter-spacing: 0;
    font-size: 32px;
}
@media (max-width: 991px) {
    .promo-num span {
        display: flex;
        justify-content: center;
        margin-bottom: 15px;
    }
}
.promo-btn {
    margin-top: 7px;
}
.promo-btn a {
    display: inline-block;
    justify-content: center;
    padding: 12px 84px;
    cursor: pointer;
    transition: 0.3s all;
    letter-spacing: 0.1em;
    color: var(--color-white);
    border-radius: 10px;
    background: var(--color-black);
    /* // font-family: Arial, sans-serif; */
    font-size: 22px;
}
.promo-btn a:hover {
    transition: 0.3s all;
    background: var(--color-blue);
}
/**
	Contact2
 */

.contact2 {
    position: relative;
    /*background: #0e1626;*/
    background: var(--color-white);
}
.contact2-i svg {
    width: 25px;
    height: 25px;
}
@media (max-width: 1399.98px) {
    .contact2-i svg {
        width: 16px;
        height: 16px;
    }
}
.contact2 a {
    transition: var(--transition);
    text-decoration: none;
    color: var(--blue-100, #0046c0);
    font-size: 20px;
    line-height: 1.2;
}
@media (max-width: 1399.98px) {
    .contact2 a {
        font-size: 14px;
    }
}
.contact2 a:hover {
    transition: var(--transition);
    color: var(--color-blue);
}
.contact2-mobile-icon a svg {
    transition: var(--transition);
    color: var(--blue-100, #0046c0);
}
.contact2  a svg {
    color: var(--blue-100, #0046c0);
}
.contact2  a:hover svg {
    transition: var(--transition);
    transform: scale(1.2);
    color: var(--color-blue);
}
.contact2-mobile-icon.m-dark a svg {
    color: var(--color-white);
}
.contact2-mobile-icon.m-dark a:hover svg {
    transition: var(--transition);
    transform: scale(1.2);
    color: var(--color-white);
}
.contact2-map {
    width: 100%;
    height: 823px;
}
@media (max-width: 991.98px) {
    .contact2-map {
        max-height: 50vh;
    }
}
.contact2-header {
    z-index: 2;
    display: flex;
    align-items: center;
    padding: 0 25px;
    /*box-shadow: 0px 10px 7px rgba(0, 0, 0, 0.5);*/
    border-radius: 40px;
    background: #92b3d2;
    background: var(--blue-100, #0046c0);

    gap: 5px;
}
@media (max-width: 1399.98px) {
    .contact2-header {
        justify-content: center;
        border-radius: 0 0 40px 40px;
        font-size: 25px;
        /*box-shadow: 0px 5px 7px rgba(0, 0, 0, 0.4);*/
    }
}
.contact2-title {
    margin: 0;
    color: var(--color-white);
    font-family: 'Nunito';
    font-size: 27px;
    font-weight: 700;
    font-style: normal;
    line-height: 1;
}
.contact2-mobile-icon {
    display: none;
    color: var(--color-white);
}
@media (max-width: 1399.98px) {
    .contact2-mobile-icon {
        display: flex;
    }
    .contact2-mobile-icon a {
        padding: 20px;
    }
    .contact2-mobile-icon svg {
    }
}
.contact2-block {
    position: absolute;
    z-index: 1;
    top: 50px;
    right: 0;
    left: 0;
    display: flex;
    justify-content: center;
    padding: 0 20px;
    pointer-events: none;
}
@media (max-width: 991.98px) {
    .contact2-block {
        padding: 0;
    }
}
@media (max-width: 1399.98px) {
    .contact2-block {
        position: static;
        width: 100%;
        padding: 0;
    }
}
.contact2-block > * {
    pointer-events: auto;
}
.contact2-box2-inner {
    display: flex;
    flex-grow: 1;
    justify-content: center;
}
@media (max-width: 1399.98px) {
    .contact2-box2-inner {
        align-items: center;
        flex-direction: column;
    }
    .contact2-box2-inner > * {
        width: 100%;
    }
}
@media (min-width: 1400px) {
}
.contact2-box2 {
    /*background: linear-gradient(90deg, rgba(217, 217, 217, .9) 0%, rgba(217, 217, 217, .9) 80%, rgba(217, 217, 217, 1));*/
    /*box-shadow: 0px 10px 7px rgba(0, 0, 0, 0.5);*/
    z-index: 1;
    background: var(--white-100, #fff);
}
@media (max-width: 1399.98px) {
    .contact2-box2 {
        display: flex;
        justify-content: center;
        margin-top: -40px;
        padding-top: 50px;
        padding-bottom: 10px;
        border-radius: 0 0 40px 40px;
    }
}
@media (min-width: 1400px) {
    .contact2-box2 {
        margin-left: -35px;
        padding: 0 0 0 35px;
        border-radius: 0 40px 40px 0;
    }
}
.contact2-i {
    display: flex;
    padding: 0;
}
.contact2-i:not(:first-child) {
    margin: 10px 0 0 0;
}
@media (max-width: 1399.98px) {
    .contact2-i:not(:first-child) {
        margin: 7px 0 0 0;
    }
}
.contact2-i svg {
    margin-right: 10px;
}
.contact2-box2-row {
    display: flex;
    flex-wrap: wrap;
}
@media (max-width: 991.98px) {
    .contact2-box2-row {
        flex-direction: column;
    }
}
@media (max-width: 1399.98px) {
    .contact2-box2-row {
    }
}
.contact2-box2-col {
    position: relative;
    padding: 20px 25px;
}
@media (max-width: 991.98px) {
    .contact2-box2-col {
        padding: 10px 10px;
    }
    .contact2-box2-col {
        display: flex;
        align-items: center;
        flex-direction: column;
        margin: 0 40px 0 40px;
        text-align: center;
    }
    .contact2-box2-col:nth-child(1):before,
    .contact2-box2-col:nth-child(2):before {
        position: absolute;
        top: 100%;
        right: 0;
        left: 0;
        display: flex;
        height: 1px;
        content: '';
        background: var(--blue-100, #0046c0);
    }
    .contact2-phone-col:nth-child(1) .contact2-i {
        align-self: flex-end;
    }
    .contact2-phone-col {
        display: flex;
        flex-direction: column;
        width: 50%;
    }
    .contact2-phone-col:nth-child(2):before {
        position: absolute;
        top: 10px;
        bottom: 10px;
        left: 0;
        display: flex;
        width: 1px;
        content: '';
        background: var(--blue-100, #0046c0);
    }
}
/* @media (min-width: 1400px) { */
@media (min-width: 992px) {
    .contact2-box2-col:not(:first-child):before {
        position: absolute;
        top: 25px;
        bottom: 25px;
        left: 0;
        display: flex;
        width: 1px;
        content: '';
        background: var(--blue-100, #0046c0);
    }
}
.contact2-phone-row {
    display: flex;
}
.contact2-phone-col {
    position: relative;
    padding: 20px 25px;
}
/* @media (min-width: 1400px) { */
@media (min-width: 992px) {
    .contact2-phone-col:before {
        position: absolute;
        top: 25px;
        bottom: 25px;
        left: 0;
        display: flex;
        width: 1px;
        content: '';
        background: var(--blue-100, #0046c0);
    }
}
.contact2-working-hours {
    display: flex;
    align-items: center;
    color: var(--blue-100, #0046c0);
}
.contact2-working-hours p {
    margin: 0;
    font-size: 20px;
    line-height: 1.2;
}
@media (max-width: 1399.98px) {
    .contact2-working-hours p {
        font-size: 14px;
    }
}
.contact2-working-hours svg {
    margin-right: 20px;
}
.contact2-box3 {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    margin-left: -35px;
    padding: 0 13px 0 41px;
    border-radius: 0 40px 40px 0;
    background: var(--blue-100, #0046c0);
}
@media (max-width: 1399.98px) {
    .contact2-box3 {
        display: none;
    }
}
.contact2-box3 a {
    padding-top: 5px;
}
.contact2-box3-link svg {
    color: var(--white-100, #fff) !important;
}
/**
  meanmenu hamburger
*/

.meanmenu-reveal div {
    position: relative;
    width: 35px;
    height: 4px;
    margin-top: 6px;
    border-radius: 3px;
    border-radius: 3px;
    background-color: #06549e;
}
@keyframes stage-1 {
    from {
        margin-top: 8px;
        transform: rotate(0);
        opacity: 1;
    }
}
.meanmenu-reveal[data-hamburger-stage='1'] div.top-bun {
    animation: 0.2s linear stage-2-top-bun;
}
.meanmenu-reveal[data-hamburger-stage='1'] div.meat {
    animation: 0.2s linear stage-2-meat;
}
.meanmenu-reveal[data-hamburger-stage='1'] div.bottom-bun {
    animation: 0.2s linear stage-2-bottom-bun;
}
.meanmenu-reveal[data-hamburger-stage='2'] div {
    animation: 0.2s linear stage-1;
}
@keyframes stage-2-top-bun {
    from {
        margin-top: 19px;
        transform: rotate(-45deg);
    }
}
@keyframes stage-2-meat {
    from {
        margin-top: -4px;
        transform: rotate(45deg);
    }
}
@keyframes stage-2-bottom-bun {
    from {
        transform: rotate(45deg);
        opacity: 0;
    }
}
.meanmenu-reveal[data-hamburger-stage='1'] .top-bun,
.meanmenu-reveal[data-hamburger-stage='1'] .meat,
.meanmenu-reveal[data-hamburger-stage='1'] .bottom-bun {
    margin-top: 6px;
    transform: rotate(0);
    opacity: 1;
}
.meanmenu-reveal[data-hamburger-stage='2'] .top-bun {
    margin-top: 19px;
    transform: rotate(-45deg);
}
.meanmenu-reveal[data-hamburger-stage='2'] .meat {
    margin-top: -4px;
    transform: rotate(45deg);
}
.meanmenu-reveal[data-hamburger-stage='2'] .bottom-bun {
    transform: rotate(45deg);
    opacity: 0;
}
/*

    common section top and bottom

**************************************/

.section-btn-desktop a {
    padding: 18px 60px;
    font-size: 18px;
    font-weight: 700;
}
@media (max-width: 575.98px) {
    .section-btn-mobile a {
        width: 100%;
    }
}
@media (max-width: 991.98px) {
    .section-btn-desktop {
        display: none;
    }
    .section-btn-mobile {
        display: flex;
        justify-content: center;
        margin-top: 30px;
    }
}
@media (min-width: 992px) {
    .section-btn-mobile {
        display: none;
    }
}
/*service cat common*/
@media (max-width: 991.98px) {
    .section-top {
        text-align: center;
    }
}
@media (min-width: 992px) {
    .section-top {
        display: flex;
        justify-content: space-between;
    }
}
.section-top {
    align-items: center;
}
.services-cat-btn {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.services-cat-btn a {
    display: inline-block;
    margin-top: 0;
    padding: 10px 55px;
    text-align: center;
    /*color: #232323;*/
    color: var(--color-black);
    border: 2px solid var(--color-blue);
    border-radius: 10px;
    font-size: 18px;
    font-weight: 700;
}
.services-cat-btn a:hover {
    color: var(--color-white);
    background-color: var(--color-blue);
}
@media (max-width: 991px) {
    .services-cat-btn a {
        padding: 5px 15px;
        font-size: 16px;
    }
}
