.color-green{
    color: #1ab47a;
}
.color-green-dark{
    color: #106243;
}
.color-blue{
    color: #17b9ac;
}
a.color-blue:hover{
  color: #159c8f;
}
.bg-color-blue{
    background: #17b9ac;
}
.color-blue-dark{
    color: #0d4b43;
}

body {
    background: #F5F5F5;
}

.btn-primary {
    color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4;
}

.table-bordered, .table-bordered td, .table-bordered th {
    border: 1px solid #dee2e6;
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #ddd;
}

.main-nav{
    background: rgba(255, 255, 255, 0.4);
    backdrop-filter: blur(2.5px);
    padding: 0px;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 9;
    transition: all 0.2s linear;
}

.main-nav.fixedHeader {
    max-height: 76px;
    overflow: hidden;
    background: rgba(23,185,172,0.95);
    backdrop-filter: none;
    border-bottom: 1px solid #fff;
}

span.icon-time {
    display: flex;
    position: relative;
    top: -2px;
}

.nav-catalog a{
    font-weight: 700;
    text-transform: uppercase;
}
.main-green-marker{
    font-size:40px;
}
.tel-container a{
    color: #071f17;
    font-weight: 700;
}
.tel-container a:hover{
    text-decoration: none;
    color: #b90041;
}
.main-page-services{
    position: relative;
    height: auto;
    border: none;
    overflow: hidden;
    margin-bottom: 30px;
    border-radius: 10px !important;
}
.service-slide-image{
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    padding-top: 100%;
}
.service-item-container{
    position: absolute;
    top: auto;
    height: 100%;
    width: 100%;
    transition: all 1s;
    bottom: 0;
    display: flex;
    align-items: flex-end;
}
.main-page-services:hover .service-item-container{
    top: 0;
    transition: all 1s;
}
.service-item-header{
    height: 70px;
    width: 100%;
    background: rgb(81 153 211 / 50%);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.4s ease-in-out;
}
.main-page-services:hover .service-item-container .service-item-header {
    height: 100%;
}
.service-item-header h2{
    font-weight: 500;
    font-size: 16px;
    line-height: 1.2;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
    margin-bottom: 0px;
}
.service-item-content{
    width: 100%;
    height: 100%;
    padding: 10px;
    font-size:14px;
    background:rgba(204,204,204,0.9)
}
.doctor-container img{
    width:100%;
}
.bxSliderDoctor h3{
    font-size: 1.2rem;
}

footer{
    color: hsla(0,0%,100%,.5);
}
footer a, footer a:hover{
    color: hsla(0,0%,100%,.7);
}
.social a, .social a:hover{
    font-size: 30px;
    color: hsla(0,0%,100%,.5);
    text-decoration: none;
}



#instagram_block{width:261px;}
#instagram_block a{
    display: inline-block;
    margin-right: 10px;
    height: 77px;
    width:77px;
    border-radius:5px;
    overflow: hidden;
}
#instagram_block img{
    width:77px;
    margin-right:7px;
    border:1px solid #eaeaea;
    border-radius:5px;
    margin-bottom:7px;
}


.bottom-nav{
    z-index: 9999;
    position:fixed;
    bottom:0;
    left:0;
    right:0;
    min-height: 40px;
    padding:5px 0px;
    background: rgba(23, 185, 172, 0.97);
    border-top: 1px solid #17B9AC;
}
.bottom-nav a, .bottom-nav button{
    color: #fff;
}
.bottom-button{
    display: block;
    width: 100%;
    text-align: center;
    background: none;
    border: none;
    outline: none;
    font-size: 2rem;
    color: #fff;
    cursor:pointer;
    z-index: 9999;

}
.bottom-button:focus, .bottom-button:hover{
    border: none;
    outline: none;
}
.bottom-button-map.active, .bottom-nav a:hover, .bottom-nav button:hover, .bottom-button-phone:hover, .bottom-button:hover{
    color:#000;
}
.map-container{
    display: none;
    z-index: 998;
    position:fixed;
    top:0;
    bottom:50px;
    left:0;
    right:0;
    padding:0px 0px;
    background: rgba(23, 185, 172, 0.97);
    border-top: 1px solid #17B9AC;
}
#map{
    width: 100%;
    height: 100%;
}
#phone-modal{
    margin-top: 25vh;
}
.a-tel{
    font-size: 1.5rem;
}
.price-table td{
    padding: 7px 0;
}

.package-image {
    position: relative;
    height: 230px;
    width: 100%;
    background-size: cover;
}
.package-card {
    border-color: #17b9ac;
}
.package-card .card-title-wrap {
    width: 100%;
    min-height: 50px;
    position: absolute;
    bottom: 0;
    background: rgba(23,185,172,0.95);
}
.package-card .card-title {
    margin-bottom: 0;
    text-align: center;
    font-size: 16px;
    line-height: 50px;
    color: #fff;
    text-shadow: 1px 1px 1px #020202;
}

.package-card .package-price {
    width: 90%;
    margin: 3px auto 10px;
    padding: 8px;
    text-align: center;
    border: 1px solid #17B9AC;
    border-radius: 3px;
    font-size: 1.15rem;
}
.package-btn {
    display: block;
    margin: 3px auto 7px;
    padding: 12px;
    width: 90%;
    background-color: #ff0034;
    border: none;
}
.package-btn:hover {
    background-color: #ff1f4d;
}

.nav-row {
    display: flex;
    justify-content: space-between;
}

body {
    padding-top: 9rem;
}

.nav-logo-block {
    border-right: 0.5px solid #FFFFFF;
}

a.navbar-brand {
    margin-right: 20px;
    padding-top: 8px;
    padding-bottom: 9px;
}

.nav-address-block {
    padding: 0px 19px;
    border-right: 0.5px solid #FFFFFF;
    flex-direction: column;
    align-items: baseline !important;
    justify-content: center;
}

.nav-address-block .item {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    transition: all 0.2s linear;
}

.item_text {
    font-weight: 400;
    font-size: 14.7px;
    line-height: 1.2;
    color: #FFFFFF;
    margin-left: 10px;
}

.item_text small {
    display: block;
    font-size: 12px;
}

.nav-address-block .item:last-child {
    margin: 0px;
}

.nav-address-block .item:last-child .item_text {
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
}

.nav-row > div {
    height: 85px;
    display: flex;
    align-items: center;
}

.item-block-phone a {
    font-weight: 500;
    font-size: 20px;
    line-height: 23px;
    color: #FFFFFF;
    display: block;
    margin-bottom: 5px;
}

.item-block-phone {
    margin-right: 25px;
}

.item-block-phone:last-child {
    margin: 0px;
}

.item-block-phone a:last-child {
    margin: 0px;
}

.nav-phone-block {
    padding: 0px 18px;
    border-right: 0.5px solid #FFFFFF;
}

.nav-social-block a {
    margin: 0px 10px;
    width: 40px;
    height: 40px;
    background: #FFFFFF;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s linear;
}

.nav-social-parentblock {
    padding: 0px 10px;
}

.nav-social-block {
    display: flex;
}

.nav-social-parentblock {
    flex-wrap: wrap;
    justify-content: center;
}

.nav-social-parentblock {
    justify-content: center !important;
    flex-direction: column;
}

.inner-lang-block {
    margin-top: 5px;
}

a.navbar-brand img:first-child {
    max-width: 225px;
    min-width: 225px;
}

a.navbar-brand img:last-child {
    max-width: 52px;
}

.nav-social-parentblock {
    border-right: 0.5px solid #fff;
}

.nav-menu {
    border-top: 0.5px solid #FFFFFF;
    padding: 8px 0px;
}

a.nav-link {
    font-weight: 400;
    font-size: 14px !important;
    line-height: 1.2;
    color: #fff !important;
    padding-left: 0px !important;
    padding-right: 0px !important;
}

ul.navbar-nav li:first-child {
    padding-left: 0px;
}

ul.navbar-nav li:last-child {
    padding-right: 0px;
    padding-left: 15px;
}

.default-btn {
    border: 1px solid #FFFFFF;
    border-radius: 15px;
    font-weight: 500;
    font-size: 17px;
    line-height: 1.2;
    color: #FFFFFF;
    padding: 17px 40px;
    cursor: pointer;
}

.default-btn.transparent-btn {
    background: transparent;
}

li.nav-item.col-auto {
    display: flex;
    align-items: center;
    padding: 0px 7px;
}

.owl-carousel.owl-mainslider .item {
    min-height: auto;
    background-size: cover;
}

section.mainslider {
    margin-top: -9rem;
}

.slide-inner {
    padding-top: 15rem;
    padding-bottom: 12rem;
}

.title-slider {
    font-weight: 300;
    font-size: 32px;
    line-height: 1.2;
    color: #FFFFFF;
    font-family: 'Roboto';
    margin-bottom: 25px;
}

.subtitle-slider {
    font-weight: 700;
    font-size: 45px;
    line-height: 110%;
    text-transform: uppercase;
    color: #FFFFFF;
    margin-bottom: 20px;
}

.home_description {
    max-width: 500px;
    color: #fff;
}

.default-link {
    background: transparent;
    border-radius: 15px;
    border: 1px solid #fff;
    padding: 17px 40px;
    display: inline-block;
    font-weight: 500;
    font-size: 17px;
    line-height: 1.2;
    color: #fff;
    transition: all 0.4s ease-in-out;
}

.default-link:hover, .default-btn.transparent-btn:hover {
    background: #fff;
    /* box-shadow: 0px 4px 20px rgba(53, 130, 192, 0.4); */
    color: #17b9ac;
    border: 1px solid #fff;
    text-decoration: none;
}

.default-title {
    font-weight: 700;
    font-size: 40px;
    line-height: 1.2;
    color: #231F20;
    margin-bottom: 50px;
}

section.services-wrapper {
    padding: 80px 30px;
}

section.whyus-wrapper {
    padding: 100px 0px 60px;
    background-size: cover;
}

.whyus-flex {
    display: flex;
}

.title-whyus {
    max-width: 350px;
    margin-right: 100px;
}

.title-whyus h2 {
    font-weight: 500;
    font-size: 50px;
    line-height: 1.2;
    color: #FFFFFF;
}

.whyus-lists {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.whyus-item {
    flex-basis: calc(50% - 40px);
    margin-bottom: 40px;
    padding-left: 26px;
    position: relative;
}

.whyus-item:hover {

}

.whyus-item-title {
    font-weight: 600;
    font-size: 20px;
    line-height: 1.2;
    /* identical to box height */
    color: #FFFFFF;
    margin-bottom: 20px;
    transition: all 0.4s ease-in-out;
}

.whyus-item-desc {
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #FFFFFF;
    transition: all 0.4s ease-in-out;
}

.whyus-item.item1:before {content: "";background: #17B9AC;}

.whyus-item.item2:before {
    content: "";
    background: #E53D59;
}

.whyus-item.item3:before {
    background: #FFA90A;
}

.whyus-item.item4:before {
    content: "";
    background: #5199D3;
}

.whyus-item:before {
    content: "";
    position: absolute;
    left: 0;
    width: 6px;
    top: 0;
    bottom: 0;
    display: block;
    border-radius: 10px;
}

section.ourdoctors-wrapper {
    padding: 100px 0px;
}

.flex-title-nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 40px;
}

.flex-title-nav h2 {
    font-weight: 500;
    font-size: 38px;
    line-height: 1.2;
    color: #231F20;
}

.nav-carousel button {
    background: #5199D3;
    border: 1px solid #5199D3;
    backdrop-filter: blur(20px);
    border-radius: 50px;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.4s ease-in-out;
    cursor: pointer;
}

.nav-carousel button:hover {
    box-shadow: 0px 4px 20px rgba(53, 130, 192, 0.4);
}

span.custom-nav {
    display: flex;
    align-items: center;
}

.nav-carousel {
    display: flex;
}

.nav-carousel button.owl-prev {
    transform: rotate(-180deg);
    margin-right: 20px;
}

.nav-carousel button.disabled {
    background: #fff;
}

.nav-carousel button.disabled svg path {
    fill: #5199D3;
}

.doctor-container {
    background: #FFFFFF;
    border-radius: 10px;
    overflow: hidden;
    /* padding: 8px; */
    transition: all 0.4s ease-in-out;
}

.owl-doctors .item {
    padding: 8px;
}

.doctor-container:hover {
    box-shadow: 0px 0px 15px -8px rgba(0, 0, 0, 0.3);
}

.doctor-prof {
    font-weight: 400;
    font-size: 13px;
    line-height: 16px;
    text-transform: uppercase;
    color: #B5B9BB;
    text-align: left !important;
    padding: 20px 20px 10px;
}

.doctor-avatar img {
    max-height: 300px;
    object-fit: cover;
}

.doctor-prof p {
    text-align: left !important;
    margin-bottom: 0px;
}

.doctor-avatar {
    position: relative;
}

.doctor-avatar:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 6px;
    background: linear-gradient(90deg, #8668B1 0%, #5199D3 31.04%, #66D0AF 64.37%, #FFA90A 98.23%);
}

h3.doctor-name {
    font-weight: 500;
    font-size: 21px;
    line-height: 1.2;
    color: #231F20;
    margin: 0px;
    padding: 0px 20px 10px;
}

h3.doctor-name a {
    color: #231F20;
    text-decoration: none;
}

a.doctor-request {
    display: block;
    width: auto;
    margin: 0px 20px;
    font-weight: 500;
    font-size: 18px;
    line-height: 1.2;
    color: #5199D3;
    border: 1px solid #5199D3;
    border-radius: 15px;
    text-align: center;
    padding: 12px;
    margin-bottom: 20px;
    margin-top: 15px;
    transition: all 0.4s ease-in-out;
}

a.doctor-request:hover {
    color: #fff;
    background-color: #5199D3;
}

.ourdoctors-wrapper .owl-dots {
    margin-top: 40px;
    display: flex;
    justify-content: center;
}

.ourdoctors-wrapper .owl-dots button {
    background: #EDEDED !important;
    border-radius: 50px;
    width: 40px;
    height: 5px;
    margin: 0px 10px;
}

.ourdoctors-wrapper .owl-dots button.active {
    background: #B0B0B0 !important;
}

section.form-request-wrapper {
    padding: 90px 0px 57px;
    background-size: cover;
    background-position: top left;
    background-position-x: 40%;
}

.form-request {
    max-width: 58%;
    margin-left: auto;
}

.title-form {
    font-weight: 500;
    font-size: 36px;
    line-height: 1.2;
    color: #FFFFFF;
    margin-bottom: 30px;
}

.item-input-form label {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.2;
    color: #FFFFFF;
    display: block;
    margin-bottom: 5px;
}

.item-input-form input, .item-input-form select {
    background: #FFFFFF;
    border-radius: 10px;
    width: 100%;
    border: none;
    height: 50px;
    font-weight: 400;
    font-size: 15px;
    line-height: 1.2;
    color: #757575;
    padding: 0px 20px;
}

.item-input-form input:focus, .item-input-form select:focus {
    outline: none;
    box-shadow: none;
}

.item-input-form {
    margin-bottom: 20px;
}

button.submit-btn-form {
    font-weight: 500;
    font-size: 16px;
    line-height: 1.2;
    color: #FFFFFF;
    border: none;
    border: 1px solid #FFFFFF;
    border-radius: 15px;
    background: transparent;
    padding: 17px 40px;
    transition: all 0.4s ease-in-out;
}

button {
    cursor: pointer;
}

button.submit-btn-form:hover {
    background: #fff;
    color: #5199D3;
}

.item-input-form:last-child {
    margin-bottom: 0px;
    margin-top: 40px;
}

section.ourreviews-wrapper {
    padding: 100px 0px;
    background: #fff;
}

.review-inner {
    display: flex;
    padding-top: 20px;
}

.quot-review {
    font-weight: 500;
    font-size: 200px;
    line-height: 1;
    color: #231F20;
    position: relative;
    top: -20px;
    margin-right: 50px;
}

.text-review {
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: #606060;
    margin-bottom: 20px;
}

.name-review {
    font-weight: 400;
    font-size: 24px;
    line-height: 1.2;
    color: #231F20;
    margin-bottom: 10px;
}

.date-review {
    font-weight: 300;
    font-size: 16px;
    line-height: 150%;
    color: #B2ABAE;
}

.avatar-review {margin-left: 50px;}

.avatar-review img {
    width: 160px;
}

.body-review {
    flex-basis: calc(100% - 300px);
}

.owl-reviews .owl-dots button {
    background: #EDEDED !important;
    border-radius: 50px;
    width: 40px;
    height: 5px;
    margin: 0px 10px;
}

.owl-reviews .owl-dots {
    margin-top: 40px;
    display: flex;
    justify-content: center;
}

.owl-reviews .owl-dots button.owl-dot.active {
    background: #B0B0B0 !important;
}

.post-image img {
    width: 100%;
    height: 207px;
    object-fit: cover;
    border-radius: 10px 10px 0px 0px;
    transition: all 0.6s ease-in-out;
}

.inner-post:hover .post-image img {
    transform: scale(1.05);
    /* transition: all 0.4s ease-in-out; */
}

/* .post-image:before {
    content: "";
    position: absolute;
    background: #5199D3;
    opacity: 0.15;
    display: block;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    } */

    .post-image {
        position: relative;
        overflow: hidden;
    }

    .post-image:after {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        height: 6px;
        background: linear-gradient(90deg, #8668B1 0%, #5199D3 31.04%, #66D0AF 64.37%, #FFA90A 98.23%);
    }

    .post-caption {
        padding: 10px 5px;
    }

    .post-caption-head {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-bottom: 10px;
    }

    .cat-post {
        font-weight: 400;
        font-size: 16px;
        line-height: 19px;
        color: #5199D3;
        text-transform: uppercase;
    }

    .date-post {
        font-weight: 400;
        font-size: 16px;
        line-height: 150%;
        color: #B2ABAE;
    }

    .post-caption h2.post-title {
        font-weight: 500;
        font-size: 24px;
        line-height: 1.2;
        color: #231F20;
    }

    .post-description {
        font-weight: 300;
        font-size: 16px;
        line-height: 150%;
        color: #606060;
    }

    a.read-more {
        display: flex;
        align-items: center;
        font-weight: 400;
        font-size: 16px;
        line-height: 19px;
        color: #5199D3;
        margin-top: 20px;
    }

    a.read-more span svg {
        width: 12px;
    }

    a.read-more span {
        margin-left: 10px;
        position: relative;
        top: 2px;
    }

    .post-caption a {
        text-decoration: none;
    }

    a.read-more:hover {
        text-decoration: underline;
    }

    .post-image a {
        height: 100%;
        display: block;
        cursor: pointer;
    }

    section.articles-wrapper {
        padding: 0px 0px 70px;
        background: #fff;
    }

    .inner-post {
        margin-bottom: 30px;
        border-radius: 10px 10px 0px 0px;
        overflow: hidden;
    }

    .flex-title-nav a {
        font-weight: 400;
        font-size: 18px;
        line-height: 21px;
        color: #5199D3;
        display: flex;
        align-items: center;
    }

    .flex-title-nav a span {
        margin-left: 10px;
        position: relative;
        top: 2px;
    }

    .flex-title-nav a span svg {
        width: 15px;
    }

    footer.custom-footer {
        background: linear-gradient(89.84deg, #5199D3 0%, #7570B3 100%);
        padding-top: 100px;
    }

    .flex-footer {
        display: flex;
        flex-wrap: wrap;
    }

    .footer-logo {
        flex-basis: 30%;
    }

    .footer-information {
        flex-basis: 16%;
    }

    .footer-licence {
        font-weight: 400;
        font-size: 16px;
        line-height: 1.2;
        color: #FFFFFF;
        margin-top: 15px;
        margin-bottom: 20px;
    }

    .footer-social a {
        background: #FFFFFF;
        border-radius: 10px;
        width: 40px;
        height: 40px;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-right: 17px;
    }

    .footer-social {
        display: flex;
    }

    .footer-social a:last-child {
        margin: 0px;
    }

    .footer-services {
        flex-basis: 35%;
    }

    .footer-information {}

    .title-menu-footer {
        font-weight: 400;
        font-size: 14px;
        line-height: 16px;
        color: #FFFFFF;
        text-transform: uppercase;
        margin-bottom: 20px;
    }

    nav.menu-footer a {
        display: block;
        font-weight: 400;
        font-size: 14px;
        line-height: 1.2;
        color: #FFFFFF;
        margin-bottom: 14px;
    }

    nav.menu-footer.col-footer {
        display: flex;
        flex-wrap: wrap;
    }

    nav.menu-footer.col-footer a {
        flex-basis: 50%;
    }

    .footer-contacts {
        flex-basis: 19%;
    }

    .item-footer-contact.adress-footer {
        display: flex;
        justify-content: space-between;
        margin-bottom: 10px;
    }

    .adress-footer .footer-contact-text {
        font-weight: 400;
        font-size: 14px;
        line-height: 16px;
        color: #FFFFFF;
    }

    .item-footer-contact {
        display: flex;
        justify-content: space-between;
    }

    .footer-contact-text {
        font-weight: 500;
        font-size: 20.2156px;
        line-height: 24px;
        /* identical to box height */
        color: #FFFFFF;
    }

    .contact-footer-phone {
        margin-top: 20px;
    }

    .contact-footer-phone ul {
        list-style: none;
        padding: 0px;
        margin-bottom: 10px;
    }

    .contact-footer-phone ul li {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .contact-footer-phone ul li a {
        font-weight: 500;
        font-size: 26.0488px;
        line-height: 31px;
        color: #FFFFFF;
    }

    .contact-footer-phone ul li img {
        position: relative;
        top: -2px;
    }

    .powered-row {
        margin-top: 20px;
        border-top: 1px solid rgb(255 255 255 / 20%);
        padding: 40px 0px;
    }

    .powered-flex-row {
        display: flex;
        justify-content: space-between;
    }

    .powered-flex-row * {
        font-weight: 400;
        font-size: 14px;
        line-height: 16px;
        color: #FFFFFF;
    }

    li.nav-item.dropdown:hover div.dropdown-menu {
        display: block;
    }

    li.nav-item.dropdown > div {
        top: 48px;
    }

    .mob-visible {
        display: none;
    }

    .item_text {
        transition: all 0.2s linear;
    }

    .item-block-phone a {
        transition: all 0.2s linear;
    }

    a.nav-link {
        transition: all 0.2s linear;
    }

    .fixedHeader .nav-menu {
        padding: 5px 0px;
    }

    .nav-menu {
        transition: all 0.2s linear;
    }

    .fixedHeader .default-btn.transparent-btn {
        font-size: 16px;
        padding: 15px 40px;
    }


    .default-btn.transparent-btn {
        transition: all 0.2s linear;
    }

    .fixedHeader a.navbar-brand {
        padding-top: 5px;
        padding-bottom: 5px;
    }

    a.navbar-brand {
        transition: all 0.2s linear;
    }

    .nav-row > div {
        transition: all 0.2s linear;
    }

    .fixedHeader .nav-row > div {
        height: 75px;
    }

    .fixedHeader .inner-lang-block {
        margin-top: 2px;
    }

    span.icon-address svg path {
        transition: all 0.2s linear;
    }

    .fixedHeader .nav-address-block .item {
        margin-bottom: 5px;
    }

    span.icon-address {
        display: flex;
    }

    nav.main-nav.other-page {
        background: rgba(23,185,172,0.95);
    }

    .nav-carousel button:focus {
        outline: none;
        box-shadow: none;
    }

    img.logo-footer {
        max-width: 265px;
    }

    .fixedHeader.home-page a.navbar-brand img:first-child {
        content: url(/images/logo_white.svg);
        width: 225px;
        min-width: 225px;
    }

    img.image-review {
        border-radius: 100%;
    }







    @media (min-width: 1560px) {
        .owl-carousel.owl-mainslider .item {
            min-height: 76vh;
            background-size: cover;
        }

        .slide-inner {
            padding-top: 17rem;
            padding-bottom: 16rem;
        }
    }


    @media (max-width: 1440px) {
        .owl-carousel.owl-mainslider .item {
            background-position-x: 50%;
        }
    }



    @media (max-width: 1280px) {
        .owl-carousel.owl-mainslider .item {
            background-position-x: 60%;
        }

        .home_description {
            font-size: 13px;
        }

        .subtitle-slider {
            font-size: 38px;
        }

        .title-slider {
            font-size: 28px;
        }


    }





    @media (max-width: 1140px) {
        .powered-row {
            margin-top: 20px;
            border-top: 1px solid rgb(255 255 255 / 20%);
            padding: 40px 0px;
        }

        .owl-carousel.owl-mainslider .item {
            background-position-x: -300px;
        }

        .powered-flex-row {
            display: flex;
            justify-content: space-between;
        }

        .powered-flex-row * {
            font-weight: 400;
            font-size: 14px;
            line-height: 16px;
            color: #FFFFFF;
        }

        a.navbar-brand img:first-child {
            max-width: 170px;
            min-width: 170px;
        }

        a.navbar-brand img:last-child {
            max-width: 30px;
        }

        .nav-address-block {
            padding: 0px 15px;
        }

        .item_text {
            font-size: 12px;
        }

        .item_text small {
            font-size: 10px;
        }

        .nav-address-block .item {
            margin-bottom: 5px;
        }

        .nav-address-block .item img {
            max-width: 15px;
        }

        .nav-address-block .item:last-child .item_text {
            font-size: 12px;
            line-height: 1.2;
        }

        .nav-phone-block {
            padding: 0px 15px;
        }

        .item-block-phone {
            margin-right: 20px;
        }

        .item-block-phone a {
            line-height: 1.1;
            font-size: 18px;
        }

        .nav-social-block a {
            margin: 0px 5px;
            width: 35px;
            height: 35px;
        }

        .nav-social-block a img {
            max-width: 20px;
        }

        .nav-menu {
            padding: 5px 0px;
        }

        li.nav-item.col-auto {
            padding: 0px 10px;
        }

        ul.navbar-nav li:last-child {
            padding-right: 0px;
            padding-left: 65px;
        }

        a.nav-link {
            padding: 0px !important;
            font-size: 14px !important;
        }

        .default-btn {
            font-size: 14px;
            padding: 15px 30px;
        }

        .nav-row > div {
            height:75px;
        }

        .title-slider {
            font-size: 24px;
            margin-bottom: 20px;
        }

        .subtitle-slider {
            font-size: 40px;
            margin-bottom: 30px;
        }

        .default-link {
            padding: 15px 30px;
            font-size: 16px;
        }

        .owl-carousel.owl-mainslider .item {
            height: 710px;
            max-height: max-content;
        }

        section.services-wrapper {
            padding: 60px 15px;
        }

        h1.text-center.default-title {
            font-size: 32px;
            margin-bottom: 30px;
        }

        .service-item-header h2 {
            font-size: 16px;
        }

        .title-whyus h2 {
            font-size: 45px;
        }

        section.whyus-wrapper {
            padding: 40px 0px 20px;
            background-position: center;
        }

        .title-whyus {
            margin-right: 50px;
        }

        .whyus-item-title {
            font-size: 18px;
            margin-bottom: 10px;
        }

        .whyus-item {
            padding-left: 20px;
            flex-basis: calc(50% - 20px);
            margin-bottom: 20px;
        }

        .whyus-item-desc {
            font-size: 14px;
            font-weight: 300;
        }

        section.ourdoctors-wrapper {
            padding: 40px 0px;
        }

        .doctor-prof {
            font-size: 12px;
            padding: 15px 15px 10px;
        }

        h3.doctor-name {
            font-size: 18px;
            padding: 0px 15px 10px;
        }

        a.doctor-request {
            margin: 0px 15px 15px;
            font-size: 16px;
            border-radius: 10px;
        }

        section.form-request-wrapper {
            padding: 40px 0px;
        }

        .title-form {
            font-size: 28px;
            margin-bottom: 20px;
        }

        .item-input-form label {
            font-size: 14px;
            font-weight: 300;
        }

        .item-input-form {
            margin-bottom: 15px;
        }

        .item-input-form input, .item-input-form select {
            font-size: 14px;
            height: 45px;
        }

        .item-input-form:last-child {
            margin-top: 20px;
        }

        button.submit-btn-form {
            font-size: 14px;
            padding: 15px 30px;
            border-radius: 10px;
        }

        section.ourreviews-wrapper {
            padding: 40px 0px;
        }

        .flex-title-nav h2 {
            font-size: 26px;
        }

        .quot-review {
            margin-right: 30px;
            font-size: 150px;
        }

        .text-review {
            font-size: 14px;
            margin-bottom: 15px;
        }

        .name-review {
            font-size: 18px;
            margin-bottom: 5px;
        }

        .date-review {
            font-size: 14px;
        }

        .avatar-review {
            margin-left: 30px;
        }

        .avatar-review img {
            max-width: 150px;
        }

        .post-caption {
            padding: 10px 5px;
        }

        .cat-post {
            font-size: 14px;
            line-height: 1.2;
        }

        .date-post {
            font-size: 14px;
            font-weight: 300;
        }

        .post-caption-head {
            margin-bottom: 5px;
        }

        .post-caption h2.post-title {
            font-size: 17px;
            margin-bottom: 5px;
        }

        .post-description {
            font-size: 12px;
            line-height: 1.3;
        }

        a.read-more {
            margin-top: 10px;
            font-size: 14px;
        }

        section.articles-wrapper {
            padding-bottom: 20px;
        }

        .footer-logo {
            flex-basis: 26%;
        }

        img.logo-footer {
            max-width: 190px;
        }

        .footer-social a {
            width: 30px;
            height: 30px;
            margin-right: 10px;
            border-radius: 5px;
        }

        .footer-social a img {
            max-width: 18px;
        }

        .title-menu-footer {
            margin-bottom: 10px;
        }

        nav.menu-footer a {
            margin-bottom: 10px;
            font-size: 13px;
        }

        .footer-contacts {
            flex-basis: 21%;
        }

        .footer-contact-text {
            font-size: 18px;
        }

        .contact-footer-phone ul li a {
            font-size: 24px;
        }

        .adress-footer .footer-contact-text {
            font-size: 12px;
        }

        .powered-row {
            padding: 20px 0px;
        }

        footer.custom-footer {
            padding-top: 40px;
        }

        .fixedHeader .nav-row > div {
            height: 75px;
        }

        .fixedHeader button.default-btn.transparent-btn {
            font-size: 14px;
            padding: 15px 30px;
        }

        .fixedHeader.home-page a.navbar-brand img:first-child {
            content: url(/images/logo_white.svg);
            width: 170px;
            min-width: 170px;
        }

        .main-nav.fixedHeader {
            max-height: 75px;
        }

        .subtitle-slider {
            font-size: 32px;
        }

        .title-slider {
            font-size: 22px;
        }
    }


    @media (max-width: 991px) {
        .nav-address-block {
            display: none !important;
        }

        li.nav-item.col-auto.right-btns a {
            display: none;
        }

        body {
            padding-top: 3rem;
        }

        h1.text-center.mt-4 {
            margin-top: 1rem !important;
        }

        section.mainslider {
            margin-top: -3rem;
        }

        .inner-lang-block {
            padding-left: 20px;
            margin-bottom: 20px;
            margin-top: -10px;
        }

        .nav-social-parentblock {
            display: none !important;
        }

        .nav-social-block {
            display: none !important;
        }

        .nav-phone-block {
            border: none;
        }

        .nav-logo-block {
            border: none;
        }

        .item-block-phone a {
            color: #231F20;
        }

    /* .owl-carousel.owl-mainslider .item {
        min-height: 37vh;
        height: 50vh;
        } */

        .slide-inner {
            padding-top: 8rem;
            padding-bottom: 5rem;
        }

        .title-slider {
            font-size: 16px;
            margin-bottom: 10px;
        }

        .slide-inner {
            text-align: left;
        }

        .owl-carousel.owl-mainslider .item {
            background-position-x: -3vw;
        }

    /* .slide-inner a.default-link.white-link {
        display: none;
        } */

        .subtitle-slider {
            font-size: 22px;
        }

        section.services-wrapper {
            padding: 30px 0px;
        }

        h1.text-center.default-title {
            font-size: 26px;
            margin-bottom: 10px;
        }

        .service-item-header h2 {
            font-size: 14px;
        }

        .main-page-services {
            margin-bottom: 20px;
        }

        .whyus-flex {
            display: block;
        }

        .title-whyus {
            max-width: 100%;
            margin-right: 0px;
            margin-bottom: 20px;
        }

        .title-whyus h2 {
            font-size: 32px;
            margin-bottom: 20px;
        }

        .nav-carousel button {
            width: 35px;
            height: 35px;
        }

        .nav-carousel button.owl-prev {
            margin-right: 10px;
        }

        .flex-title-nav {
            margin-bottom: 20px;
        }

        section.ourdoctors-wrapper {
            background: #fff;
        }

        .doctor-prof {
            font-size: 10px;
            line-height: 1.2;
            padding: 10px 10px 5px;
        }

        h3.doctor-name {
            font-size: 15px;
            padding: 0px 10px 10px;
        }

        a.doctor-request {
            font-size: 14px;
            margin: 0px 10px;
        }

        .ourdoctors-wrapper .owl-dots {
            margin-top: 30px;
        }

        section.form-request-wrapper {
            background: linear-gradient(89.84deg, #5199D3 0%, #7570B3 100%) !important;
        }

        .form-request {
            max-width: 100%;
        }

        .title-form {
            font-size: 26px;
            margin-bottom: 15px;
        }

        .quot-review {
            font-size: 100px;
            margin-right: 16px;
            top: -20px;
        }

        .text-review {
            font-size: 12px;
        }

        .avatar-review img {
            max-width: 120px;
        }

        .avatar-review {
            margin-left: 20px;
        }

        .body-review {
            flex-basis: calc(100% - 150px);
        }

        .post-caption {
            padding: 10px;
        }

        .footer-logo {
            flex-basis: 50%;
        }

        .footer-information {
            flex-basis: 50%;
        }

        .footer-services {
            flex-basis: 50%;
            margin-top: 20px;
        }

        .footer-contacts {
            flex-basis: 50%;
            margin-top: 20px;
        }

        .contact-footer-inner {
            max-width: 200px;
        }

        .contact-footer-phone {
            max-width: 200px;
        }

        .nav-menu {
            border: none;
        }

        span.navbar-toggler-burger span {
            display: block;
            width: 15px;
            height: 3px;
            background: #231F20;
            border-radius: 3px;
            margin: 3px 0px;
        }

        button.navbar-toggler {
            border: none;
            padding: 0px;
            position: relative;
            top: 2px;
        }

        .nav-row {
            width: calc(100% - 50px);
        }

        button.navbar-toggler:focus {
            outline: none;
        }

        div#navbarNavDropdown {
            display: block;
            position: fixed;
            left: 0;
            right: 0;
            background: #fff;
            top: 54px;
            height: calc(100vh - 54px);
            overflow-y: scroll;
            transition: all 0.4s ease-in-out;
            transform: translate(0px, -120%);
            opacity: 0;
            visibility: hidden;
        }

        div#navbarNavDropdown li {padding: 15px 0px;margin: 0px 20px;border-top:  1px solid #EDEDED;}

        div#navbarNavDropdown a {
            font-weight: 400;
            font-size: 16px;
            line-height: 19px;
            /* identical to box height */
            color: #606060;
        }

        div#navbarNavDropdown a {
            font-weight: 400;
            font-size: 16px !important;
            line-height: 1.2;
            /* identical to box height */
            color: #606060 !important;
        }

        .open-menu .main-nav {
            background: #fff;
        }

        .main-nav {
            transition: all 0.4s ease-in-out;
        }

        .open-menu span.navbar-toggler-burger span:first-child {
            opacity: 0;
        }

        span.navbar-toggler-burger span {
            transition: all 0.4s ease-in-out;
        }

        .open-menu span.navbar-toggler-burger span:nth-child(2) {
            transform: rotate(45deg);
        }

        .open-menu span.navbar-toggler-burger span:nth-child(3) {
            transform: rotate(-45deg);
            position: relative;
            top: -6px;
        }

        .open-menu div#navbarNavDropdown {
            transform: translate(0px, 0%);
            opacity: 1;
            visibility: visible;
        }

        li.nav-item.dropdown.col-auto {
            display: block;
        }

        li.nav-item.dropdown.col-auto .dropdown-menu {
            padding: 0px;
            border: none;
        }

        div#navbarNavDropdown li.nav-item.dropdown div.dropdown-menu a {
            padding: 5px 10px;
            font-size: 14px !important;
        }

        .mob-visible {
            display: block;
        }

        .mob-visible {}

        .nav-item button.default-btn.transparent-btn {
            display: none;
        }

        .nav-address-block.address-in-mob {
            display: block !important;
            padding: 0px 20px;
        }

        .address-in-mob .item_text {
            color: #606060;
            font-size: 14px;
        }

        .address-in-mob .item_text small {
            font-size: 12px;
        }

        .nav-address-block.address-in-mob .item img {
            max-width: 20px;
        }

        .nav-address-block.address-in-mob .item {
            margin-bottom: 10px;
        }

        .nav-address-block.address-in-mob .item:last-child .item_text {
            font-size: 16px;
        }

        .nav-address-block.address-in-mob {
            margin-bottom: 30px;
        }

        .nav-phone-block.phone-in-mob {
            padding: 0px 20px;
        }

        div#navbarNavDropdown .nav-phone-block.phone-in-mob a {
            font-size: 20px !important;
            display: flex;
            align-items: center;
            font-weight: 500;
        }

        div#navbarNavDropdown .nav-phone-block.phone-in-mob a img {
            margin-left: 5px;
            position: relative;
            top: -1px;
        }

        .nav-phone-block.phone-in-mob .item-block-phone:last-child {
            display: block;
            margin-top: 20px;
        }

        .mob-visible .nav-social-block {
            display: flex !important;
            margin-top: 15px;
            padding: 0px 20px;
            padding-bottom: 30px;
        }

        .mob-visible .nav-social-block a {
            margin-right: 15px;
        }

        .fixedHeader .nav-social-block a {
            background: #fff;
        }

        .nav-social-block a img {
            max-width: 35px;
        }

        body.other-page-wrapper {
            padding-top: 55px;
        }

        .open-menu nav.main-nav.other-page {
            background: #fff;
        }

        .fixedHeader.home-page .nav-phone-block, .fixedHeader.home-page .nav-social-block, .fixedHeader.home-page .nav-address-block, .fixedHeader.home-page .nav-logo-block {
            border: none;
        }

        .other-page a.navbar-brand img:first-child {
            content: url(/images/logo.png);
        }

        .fixedHeader.home-page a.navbar-brand img:first-child {
            content: url(/images/logo.png);
        }

        .main-nav {
            background-color: #fff !important;
        }

        .nav-row > div {
            height: 55px;
        }

        .slide-inner {
            padding-top: 6rem;
            padding-bottom: 5rem;
        }

        .owl-carousel.owl-mainslider .item {
            height: auto;
            background-position-x: -14vw;
        }


        .home_description {
            font-size: 12px;
            max-width: 400px;
        }

    }


    @media (max-width: 768px) {
        a.navbar-brand img:first-child {
            max-width: 110px;
            min-width: 110px !important;
        }

        .owl-carousel.owl-mainslider .item {
            min-height: auto;
            max-height: 500px;
        }

        a.navbar-brand img:last-child {
            max-width: 27px;
        }

        .item-block-phone a {
            font-size: 16px;
        }

        .item-block-phone:last-child {
            display: none;
        }

        .item-block-phone {}

        .nav-phone-block {
            padding: 0px 10px;
        }

        .nav-menu {
            position: absolute;
            right: 10px;
        }

        .nav-row {
            padding-left: 10px;
        }

        a.navbar-brand {
            margin-right: 5px;
        }

        .services-list .col-lg-3.col-md-4.col-6 {
            padding-left: 5px;
            padding-right: 5px;
        }

        .services-list .row {
            margin: 0px !important;
        }

        .services-list .col-lg-3.col-md-4.col-6:nth-child(odd) {
            padding-left: 0px;
        }

        .services-list .col-lg-3.col-md-4.col-6:nth-child(even) {
            padding-right: 0px;
        }

        .main-page-services.item-service {
            margin-bottom: 10px;
            border-radius: 5px !important;
        }

        .service-item-header {
            height: 50px;
        }

        .service-item-header h2 {
            font-size: 12px;
        }

        .whyus-item {
            flex-basis: 100%;
        }

        .item-input-form input, .item-input-form select {
            height: 50px;
        }

        .flex-title-nav h2 {
            text-align: left !important;
        }

        .avatar-review {
            position: absolute;
            bottom: 5px;
            right: 0;
        }

        .body-review {
            flex-basis: 100%;
        }

        .avatar-review img {
            max-width: 75px;
        }

        .review-inner {
            padding-bottom: 20px;
        }

        .inner-post {
            border-radius: 7.26316px 7.26316px 0px 0px;
            overflow: hidden;
        }

        .flex-footer > div {
            flex-basis: 100%;
            text-align: center;
        }

        .footer-licence {
            font-size: 15px;
            font-weight: 300;
        }

        .footer-social {
            justify-content: center;
            margin-bottom: 30px;
        }

        .title-menu-footer {
            font-size: 16px;
            font-weight: 600;
            margin-bottom: 20px;
        }

        nav.menu-footer a {
            font-size: 14px;
            margin-bottom: 14px;
        }

        .footer-information {
            margin-bottom: 20px;
        }

        nav.menu-footer.col-footer {
            display: block;
            margin-bottom: 20px;
        }

        .adress-footer .footer-contact-text {
            text-align: left;
        }

        .contact-footer-inner {
            margin: auto;
        }

        .contact-footer-phone {
            margin-left: auto;
            margin-right: auto;
        }

        .bottom-nav.d-lg-none {
            display: none;
        }

        .powered-flex-row {
            display: block;
            text-align: center;
        }

        .copyright-text {
            margin-bottom: 10px;
        }

        .fixedHeader .nav-phone-block, .fixedHeader .nav-social-block, .fixedHeader .nav-address-block, .fixedHeader .nav-logo-block {
            border: none;
        }

        .main-nav.fixedHeader {
            border: none;
        }

        .home_description {
            font-size: 12px;
            max-width: 550px;
        }


    }


    @media (max-width: 560px) {
        .slide-inner {
            max-width: 100%;
        }

        .slide-inner {
            max-width: 100%;
            padding-top: 5rem;
        }

        .subtitle-slider br {
            display: none;
        }

        .owl-carousel.owl-mainslider .item {
            background-position-x: -34vw;
        }

        .table-bordered, .table-bordered td, .table-bordered th {
            font-size: 11px;
            padding: 4px;
        }

        input.btn.btn-primary {
            font-size: 12px !important;
        }

        table input[type="text"] {
            width: 100%;
        }

        .table-bordered tbody tr td:first-child {
            width: 20%;
        }
    }


    @media (max-width: 340px) {
        .item-block-phone a {
            font-size: 12px;
        }

        .item-block-phone {
            margin-right: 10px;
        }

        .owl-carousel.owl-mainslider .item {
            min-height: auto;
            max-height: max-content;
        }
    }

    span.thank-message {
        margin-top: 100px;
        display: block;
        margin-bottom: 100px;
        color: #155724;
        background-color: #d4edda;
        border-color: #c3e6cb;
        position: relative;
        padding: 0.75rem 1.25rem;
        border: 1px solid transparent;
        border-radius: 0.25rem;
    }

    .slider-img-container.mb-2.pb-2 h5 {
        margin-top: 10px;
        width: 100%;
        color: #000;
        font-size: 16px;
    }

    .bx-viewport {
        height: 100% !important;
    }

    .analyze-tables table tbody tr:first-child td {
        font-weight: bold !important;
    }

    .WordSection1.analyze-tables table {width: 100%;max-width: 700px;}

    .analyze-tables table tbody td {
        border: 1px solid #c3c3c3 !important;
        padding: 7px;
    }

    div#programs_block {
        background: #f5f5f5;
        padding-left: 0;
        padding-right: 0;
    }

    #programs_block_1 > *:nth-child(2) {
        border-left: 0 !important;
    }

    div#programs_block_1 h2 {
        margin-bottom: 30px;
    }

    .programs {width: 25% !important;}

    .programs h3 {
        font-size: 16px;
        margin-top: 20px;
        margin-bottom: 20px;
        line-height: 1.5;
    }

    .programs ul {
        padding-left: 20px;
    }

    @media screen and (max-device-width: 990px) {
        .programs {
            width: 50% !important;
        }
    }

    @media screen and (max-device-width: 480px) {
        .programs {
            width: 100% !important;
        }
    }

    .package-table table td {
        padding: 5px 15px;
    }

    .package-table table {
        margin-bottom: 20px;
    }

    div#window form input {
        display: block;
        width: 100%;
        border: none;
        padding: 10px;
    }

    div#window {
        width: 250px;
        position: relative;
        padding: 10px;
    }

    div#window > input {
        position: absolute;
        right: 0;
        top: 0;
        background: transparent;
        border: none;
        transform: rotate(45deg);
    }

    div#window form textarea {
        width: 100%;
        border: none;
        padding: 10px;
    }

    div#window form input[type="submit"] {
        background: #28bcaf;
        color: #fff;
    }

    .agree-text-block {
        display: flex;
        margin-top: 10px;
    }

    .agree-text-block span {
        font-size: 14px;
        position: relative;
        left: 5px;
        top: 3px;
    }











    /* accordion */


    .accordion{
       max-width: 1105px;
       margin: 0 auto; 
       margin-bottom: 60px;
   }
   .accordion h2{
    margin-top: 30px;
    margin-bottom: -20px;
}

.accordion .faq-link {
    border: none;
    background: transparent;
    box-shadow: none;
    margin-top: 0px !important;
    color: #000000;
    font-weight: 400;
    font-size: 20px;
    line-height: 25px;
    padding: 5px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    text-decoration: unset;
}

.accordion .btn-link.faq-link.collapsed img{
    transform: unset;
}
.accordion .btn-link.faq-link img{
    transform: rotate(180deg);
    transition: 0.4s;
}

.accordion .faq-link:hover {
    border: none;
    background: transparent;
    box-shadow: none;
    margin-top: 0px !important;
    color: #595C7D;
    font-weight: 400;
    font-size: 20px;
    line-height: 25px;
    padding: 5px;
    text-decoration: none;
}

.accordion .faq-link:focus {
    border: none;
    background: transparent;
    box-shadow: none;
    margin-top: 0px !important;
    color: #595C7D;
    font-weight: 400;
    font-size: 20px;
    line-height: 25px;
    padding: 5px;
}

.accordion .faq .card-body {
    background: transparent;
    border: none;
    box-shadow: none;
    margin: 0px;
    padding-left: 6px;
    padding-right: 6px;
    padding-top: 30px;
    font-size: 16px;
    line-height: 22.4px;
    border-top: 1px solid #29b3a9;
}

.accordion .about-text-box .faq ul li {
    padding: 0px !important;
}

.accordion.faq .card-body span {
    font-size: 16px;
    line-height: 1.1;
    color: #595C7D;
}

.accordion .about-text-box .faq ul li {
    margin: 5px 0px;
}

.accordion .faq ul li a {
    background: linear-gradient(25deg, #4396E2 0.46%, #697AE6 19.84%, #786FE7 21.51%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}

.accordion .faq .faq {
    translate: 0 0;
    border-radius: 20px;
    background-color: #98fff6;
    padding: 1px 25px 0px 25px;
    margin-bottom: 15px;
    translate: 0 50px;
    transition: 0.6s ease-in-out;
}

.accordion .card-header{
    padding: 20px 0px 25px 0px;
    border-bottom: unset;
    background-color: unset;
}
.accordion *,.accordion *:focus,.accordion *:hover{
    outline:none;
}
/* accordion */


p.color-blue-dark.service-h2 {
    font-size: 1.4rem;
    font-weight: 700;
}

.accordion .faq h3{
    margin-bottom: 0px;
}



@media (max-width: 960px) {
    .header-description ul{
        font-size: 1rem;
    }

    .p-img{
        width: 100% !important;
    }
    .p-img img{
        padding-left: 0px !important;
        padding-right: 0px !important;
    }
    .left-text,
    .right-text{
        width: 100% !important;
    }

}
@media (max-width: 768px){
    .block-services-ginekologiya .service-item-header {
        height: calc(100% - 35%);
    }
    .block-services-ginekologiya .service-item-header a{
        font-size: 14px !important;
    }    
}


.bx-wrapper img {
    max-width: 100% !important;
}

.bx-wrapper {
    background: transparent !important;
    box-shadow: none !important;
    border: none !important
}

a.default-link {
    padding: 15px 30px;
}


@media (max-width: 1200px) {
    li.nav-item.col-auto {
        padding: 0px 5px;
    }
    
    ul.navbar-nav li:last-child {
        padding-left: 10px;
    }
    
    .default-link {
        padding: 12px 15px;
        font-size: 14px;
    }

    a.nav-link {
        font-size: 12.5px !important;
    }
    
    a.default-link {
        padding: 12px 12px !important;
    }
}

.doctor-prof br {
    display: none;
}

.doctor-container.doctor-lists-item {
    margin-bottom: 20px;
}

.paginate-wrapper {
    display: flex;
    justify-content: center;
}


@media (max-width: 768px) {
    .doctor-container.doctor-lists-item {
        padding-bottom: 10px;
    }

    .fixedHeader .nav-row > div {
        height: 55px;
    }
}





.block-count-1{
    order: 20 !important;
}
.block-count-2{
    order: 11 !important;
}
.block-count-3{
    order: 11 !important;
}
.block-count-4{
   order: 11 !important;
}