button#btn-reset {
    height: 0;
    width: 0;
    margin: 0;
    padding: 0;
    visibility: hidden;
}
.main-slider{
    position: relative;
}
.main-slider-container, .main-slider__inner .swiper-slide__inner,.container.main-slider__container{
    min-height: 713px;
}
.main-slider__inner .swiper-slide__inner{
    background-repeat: no-repeat;
    background-position: right;
    background-size: cover;
}
.main-slider .swiper-slide__text{
    margin-bottom: 16px;
    max-width: 350px;
    font-family: 'Open Sans',sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 25px;
    line-height: 30px;
    color: #1D1D1D;
}
.main-slider .swiper-slide__subtitle{
    margin-bottom: 23px;
    font-family: 'Open Sans',sans-serif;
    font-style: normal;
    font-weight: 800;
    font-size: 35px;
    line-height: 40px;
    text-transform: uppercase;
    color: #B01027;
}
.main-slider .swiper-slide__title{
    margin-bottom: 101px;
    font-family: 'Open Sans',sans-serif;
    font-style: normal;
    font-weight: 800;
    font-size: 130px;
    line-height: 149px;
    text-transform: uppercase;
    color: #1D1D1D;
}
.main-slider .swiper-slide__btn{
    min-width: 197px;
    text-align: center;
    margin-right: 38px;
}
.main-slider .swiper__social-item{
    width: 30px;
    height: 30px;
}
.main-slider .swiper__social-item svg{
    fill: #B01027;
    width: 30px;
    height: 30px;
}
.main-slider .swiper__group{
    position: relative;
}
.main-slider .swiper__social{
    position: absolute;
    display: flex;
    bottom: 45px;
    left: 0;
    z-index: 1;
    align-items: center;
}
.main-slider span.swiper-number {
    position: absolute;
    top: -7px;
    left: -25px;
    font-weight: 800;
    font-size: 35px;
    line-height: 40px;
    text-transform: uppercase;
    color: #1D1D1D;
}
.main-slider .swiper-number{
    display: none;
}
.main-slider .swiper-pagination-bullet-active .swiper-number{
    display: block;
}

.swiper__social-item + .swiper__social-item{
    padding-left: 20px;
} 
.main-slider .swiper-pagination{
    bottom: 38px;
    right: 0;
}
.main-slider .swiper-slide{
    position: relative !important;
}
.main-slider .swiper__content{
    padding: 83px 0 186px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.main-slider .swiper-pagination-bullet {
    width: 9px;
    height: 9px;
    margin: 0 2px;
    display: inline-block;
    border-radius: 50%;
    background: #fff;
    opacity: 1;
}
.main-slider .swiper-pagination-bullet-active{
    background: #B01027;
    border-radius: 5px;
    width: 110px;
    height: 5px;
    margin: 0 16px;
}
.main-slider .swiper-slide__group{
    display: flex;
    align-items: center;
}
.main-slider .swiper-slide__cost{
    position: relative;
    border-radius: 50%;
    text-align: center;
    width: 70px;
    height: 70px;
    background: #B01027;
    color: #ffffff;
    font-weight: 800;
    font-size: 17px;
    line-height: 28px;
    z-index: 1;
}
.main-slider .slider_ball{
    position: absolute;
}
.main-slider .swiper-slide__title-group{
    position: relative;
    
}
.main-slider .slider_ball_1{
    position: absolute;
    top: 0;
    top: -18px;
    left: 31px;
}
.main-slider .slider_ball_2{
    position: absolute;
    top: 190px;
    left: 505px;
    width: 56px;
    height: 57px;
}
.main-slider .slider_ball_3{
    position: absolute;
    top: 30px;
    left: 50%;
    width: 98px;
    height: 100px;
}
.main-slider .slider_ball_4{
    position: absolute;
    top: 50px;
    right: 244px;
    width: 68px;
    height: 69px;
}
.main-slider .slider_ball_5{
    position: absolute;
    top: 140px;
    left: 244px;
    width: 56px;
    height:57px;
}
.main-slider .slider_ball_6{
    position: absolute;
    bottom: 98px;
    left: 204px;
    width: 89px;
    height: 91px;
}
.main-slider .swiper-slide__cost p{
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    font-size: 25px;
    line-height: 23px;
}
.main-slider .swiper-slide__cost p span{
    font-size: 17px;
    line-height: 21px;
}
.main-slider .swiper-slide__cost::after{
    position: absolute;
    content: '';
    z-index: 0;
    border-radius: 50%;
    top: -11px;
    left: -11px;
    width: 93px;
    height: 93px;
    background: rgba(176, 16, 39, 0.2);
     z-index: -1;
}
.slider_ball_7{
    display: none;
}
@media (min-width: 1023px){
    .main-slider .swiper__content{
        min-height: 728px;
    }
}
@media (max-width: 1750px){
    .main-slider .slider_ball_5 {
        left: 100px;
    }
     .main-slider .slider_ball_6 {
        left: 50px;
    }
}
@media (max-width: 1500px){
    .main-slider .slider_ball_5 {
        left: 50px;
    }
     .main-slider .slider_ball_6 {
        left: 25px;
    }
}
@media (max-width: 1400px){
    .main-slider .slider_ball_5, .main-slider .slider_ball_6{
        display: none !important;
    }
}
@media (max-width: 1023px){
    .main-slider .slider_ball_3{
        display: none  !important;
    }
    .main-slider .slider_ball_2 {
        left: 0;
    }
}
@media (max-width: 768px){
    .main-slider .swiper__content {
        padding: 24px 0;
        min-height: 387px;
    }
    .main-slider .swiper-slide__cost::after{
        width: 65px;
        height: 65px;
        top: -8px;
        left: -8px;
    }
    .main-slider .swiper-slide__cost{
        width: 48px;
        height: 48px;
    }
    .main-slider .swiper-slide__cost p {
        font-size: 17px;
        line-height: 20px;
    }
    .main-slider .swiper-slide__cost p span {
        font-size: 15px;
        line-height: 18px;
    }
    .slider_ball_2{
        top: 130px !important;
    }
   .slider_ball_3{
        display: none !important;
    }
    .slider_ball_4{
        display: none !important;
        /* width: 38px;
        height: 39px;
        right: 17px;
        top: 17px; */
    }
    .slider_ball_7{
        display: block !important;
        position: absolute;
        top: 17px;
        right: 17px;
        width: 38px;
        height: 39px;
    }
    .main-slider .slider_ball_1{
        width: 77px;
        height: 78px;
        left: 24px;
        top: 2px;
    }
    .main-slider .swiper-slide__text{
        margin-bottom: 8px;
        font-size: 20px;
        line-height: 24px;
    }
    .main-slider .swiper-slide__subtitle{
        margin-bottom: 0;
        font-size: 25px;
        line-height: 29px;
    }
    .main-slider .swiper-slide__title{
        margin-bottom: 134px;
        font-size: 63px;
        line-height: 72px;
    }
    .main-slider-container, .main-slider__inner .swiper-slide__inner, .container.main-slider__container {
        min-height: 430px;
    }
    .main-slider__inner .swiper-slide__inner{
        background-size: cover;
    }
    .main-slider .swiper__social{
        display: none;
    }
    .main-slider .swiper-pagination-bullet{
        margin: 0 7px;
        width: 7px;
        height: 7px;
    }
    .main-slider .swiper-pagination-bullet-active{
        width: 31px;
        height: 3px;
    }
    .main-slider span.swiper-number {
        font-weight: 800;
        font-size: 25px;
        line-height: 29px;
        text-transform: uppercase;
        color: #1D1D1D;
    }
    .main-slider span.swiper-number {
        top: -1px;
    }
}
@media (max-width: 360px){
    .main-slider .swiper-pagination {
        bottom: 7px !important;
        right: 0;
    }
}
.services__inner{
    padding: 98px 0 51px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.6) 51.52%, #FFFFFF 100%), #CDCDCD;
}
.title-style{
    text-align: center;
    margin-bottom: 48px;
    font-family: 'Open Sans',sans-serif;
    font-style: normal;
    font-weight: 800;
    font-size: 30px;
    line-height: 34px;
    text-transform: uppercase;
    color: #1D1D1D;
}
.services__link {
    display: block;
    height: 100%;
}
@media (max-width: 639px){
    .title-style{
        font-size: 25px;
        line-height: 29px;
    }
    .main-slider .swiper-slide__btn{
        margin-right: 20px;
    }
}
.services__items{
    display: grid;
    grid-template-columns: repeat(4,1fr);
    grid-gap: 22px;
}
@media(max-width: 1023px){
    .services__items{
        grid-template-columns: repeat(3,1fr);
    }
}
@media(max-width: 767px){
    .services__items{
        grid-template-columns: repeat(2,1fr);
    }
}
.services__item{
    min-height: 146px;
    width: 100%;
    display: block;
    margin: 0 auto;
    padding: 16px 0 14px;
    text-align: center;
    background: #FFFFFF;
    border: 1.5px solid transparent;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.35);
    border-radius: 5px;
    transition: all 0.3s ease;
}
.services__more{
    display: none;
    text-align: center;
    margin: 0 auto;
    max-width: 178px;
    margin-top: 30px;
}
.services__item:hover{
    border: 1.5px solid #B01027;
}
.services__image{
    margin-bottom: 12px;
    max-height: 65px;
    height: 100%;
}
.service__text{
    font-family: 'Open Sans',sans-serif;
    font-style: normal;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 18px;
    line-height: 21px;
    text-align: center;
    color: #1D1D1D;
}
@media (max-width: 767px){
    .services__inner{
        padding: 20px 0 16px;
    }
    .services .title-style{
        margin-bottom: 20px;
    }
    .services__item{
        min-height: 60px;
        padding: 9.5px 15px 9.5px;
    }
    a.services__link {
        display: flex;
        align-items: center;
    }
    .service__text{
        text-align: left;
        font-size: 16px;
        line-height: 18px;
    }
    .services__image{
        width: 35px;
        height: 35px;
        margin-right: 26px;
    }
    .services__image img{
        width: 100%;
        width: 35px;
        height: 35px
    }
}
@media (max-width: 695px){
    .services__items {
        grid-template-columns: repeat(1,1fr);
    }
    .services__items {
        font-size: 16px;
        line-height: 18px;
        grid-gap: 15px;
    }
}
@media (max-width: 360px){
    .services__item {
        padding: 12px 10px 13px;
    }
    .services__image {
        margin-right: 10px;
    }
}
.why-we__inner{
    padding: 148px 0 105px;
}
.why-we__title{
    margin-bottom: 148px;
}
.why-we__items{
    overflow: visible;
    position: relative;
    min-height: 520px;
}
.why-we__doctor-image{
    position: absolute;
    z-index: -1;
    left: 50%;
    left: 50%;
    transform: translate(-41%, -90px);
}
.why-we__items-left, .why-we__items-right{
    position: absolute;
    height: 100%;
}
.why-we__items-left{
    left: 0;
}
.why-we__items-right{
    right: 0;
}
.why-we__items-left .why-we__item:nth-child(1){
    top: 0;
    left:0;
}
.why-we__items-left .why-we__item:nth-child(2){
    bottom: 0;
    left:0;
}
.why-we__items-right .why-we__item:nth-child(1){
    top: 0;
    right:0;
}
.why-we__items-right .why-we__item:nth-child(2){
    bottom: 0;
    right:0;
}
.why-we__item{
    position: absolute;
    display: flex;
    justify-content: space-between;
    padding: 38px 28px 46px;
    width: 278px;
    min-height: 179px;
    background: #B01027;
    box-shadow: 0px 4px 12px #B01027;
    border-radius: 5px;
}
.why-we__number{
    position: absolute;
    top: -20px;
    left: -20px;
    padding: 12px;
    border-radius: 50%;
    font-family: 'Open Sans',sans-serif;
    font-style: normal;
    font-weight: 800;
    font-size: 25px;
    line-height: 114.68%;
    text-transform: uppercase;
    color: #B01027;
    background: #FFFFFF;
}
.why-we__number::before{
    position: absolute;
    z-index: -1;
    content: '';
    top: -12px;
    left: -12px;
    width: 79px;
    height: 79px;
    border-radius: 50%;
    background: #B01027;
    opacity: 0.2;
}
.why-we__image-wrap{
    margin-right: 18px;
}
.why-we__group-title{
    margin-bottom: 20px;
    font-family: 'Open Sans',sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 21px;
    color: #FFFFFF;
}
.why-we__group-text{
    font-family: 'Open Sans',sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 18px;
    color: #FFFFFF;
}
@media (max-width: 1250px){
    .why-we__inner{
        padding: 41px 0 56px;
    }
    .why-we__items-left .why-we__item:nth-child(1), 
    .why-we__items-left .why-we__item:nth-child(2){
        left: 35px;
    }
}
@media (max-width: 885px){
    .why-we__doctor-image {
        transform: translate(-50%, -90px);
    }
}
@media (max-width: 767px){
    .why-we__inner {
        padding: 17px 0 0;
    }
    .why-we__items-left, .why-we__items-right {
        position: unset;
        display: flex;
        flex-direction: column;
    }
    .why-we__items{
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
    }
    .why-we__item {
        position: relative; 
        margin-bottom: 0;
        padding: 21px 27px 31px 25px;
        min-height: 147px;
    }
    .why-we__items-left .why-we__item:not(:last-child), .why-we__items-right .why-we__item:not(:last-child){
         margin-bottom: 46px;
    }
    .why-we__doctor-image{
        display: none;
    }
    .why-we__title {
        margin-bottom: 60px;
    }
    .why-we__number{
        width: 43px;
        height: 43px;
        top: -10px;
        font-size: 20px;
        line-height: 23px;
    }
    .why-we__number::before{
        width: 63px;
        height: 63px;
        top: -10px;
        left: -10px;
    }
}
@media (max-width: 680px){
    .why-we__items{
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .why-we__item{
        margin-bottom: 46px;
    }
    .why-we__items-left .why-we__item:first-child, .why-we__items-left .why-we__item:last-child{
        left: 0;
    }
    .why-we__items-right .why-we__item:last-child{
        margin-bottom: 0;
    }
}
@media (max-width: 365px){
   .why-we__item{
       width: 250px;
   } 
}
.articles .swiper-pagination{
    display: none;
}
@media (max-width: 1023px){
.articles .swiper-pagination{
    display: block;
}
}
.articles .swiper-pagination-bullet {
    width: 14px;
    height: 14px;
    display: inline-block;
    background: #FFFFFF;
    box-shadow: inset 0px 4px 2px rgba(0, 0, 0, 0.25);
    border-radius: 10px;
    transform: rotate(-90deg);
    opacity: 1;
}
.articles .swiper-pagination-bullet-active {
    background: #B01027;
    border-radius: 10px;
    transform: rotate(-90deg);
}
.articles .swiper-wrapper{
    margin: 10px 0px;
}
.articles__inner{
    position: relative;
    padding: 120px 0 58px;
}
.articles__inner:before{
    position: absolute;
    z-index: -2;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.49) 0%, #FFFFFF 100%), #CDCDCD;
    transform: rotate(-180deg);
}
.articles__title{
    margin-bottom: 46px;
}
@media (max-width: 1023px){
    .articles .swiper-container-horizontal>.swiper-pagination-bullets, .articles .swiper-pagination-custom, .articles .swiper-pagination-fraction {
        bottom: 126px;
    }
}
@media (max-width: 767px){
    .articles__title{
        margin-bottom: 30px;
    }
    .articles .swiper-container-horizontal>.swiper-pagination-bullets,.articles .swiper-pagination-custom,.articles .swiper-pagination-fraction {
        bottom: 105px;
    }
}
.articles__items{
    margin: 0 0 62px;
    overflow: hidden;
    padding-left: 15px;
    padding-right: 15px;
    margin-left: -15px;
    margin-right: -15px;
}
.article__item{
    position: relative;
    background: #FFFFFF;
    border: 1.5px solid transparent;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.35);
    border-radius: 5px;
    min-height: 450px;
    transition: all 0.3s ease;
}
.article__item::before{
    position: absolute;
    content: '';
    bottom:0;
    left: 0;
    width: 100%;
    height: 22px;
    background: #CDCDCD;
    border-radius: 0px 0px 5px 5px;
}
.article__item:hover{
    border: 1.5px solid #B01027;
}
.article__item:hover::before{
    background: #B01027;
}
.article__item-image{
    border-radius: 5px 5px 0px 0px;
    overflow: hidden;
    max-height: 182px;
    width: 100%;
}
.article__item-image img{
    max-width: 100%;
    width: 100%;
    max-height: 182px;
    object-fit: cover;
}
.article__group{
    padding: 15px 28px 35px 21px;
}
.article__group-title{
    margin-bottom: 16px;
    font-family: 'Open Sans',sans-serif;
    font-style: normal;
    font-weight: 800;
    font-size: 20px;
    line-height: 23px;
    color: #1D1D1D;
}
.article__group-text{
    font-family: 'Open Sans',sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 20px !important;
    color: #000000;
}
.articles__button{
    margin: 0 0 0 auto;
    display: block;
    max-width: 178px;
}
@media (max-width: 1023px){
   .articles__button {
        margin: 0 auto;
    } 
}
@media (max-width: 767px){
    .articles__inner{
        padding: 30px 0 35px;
    }
    .articles__items{
        margin-bottom: 77px;
    }
}
.doctors .container{
    overflow: hidden;
}
.doctors__inner{
    background: #ffffff;
    padding: 93px 0 116px;
}
.doctors__title{
    margin-bottom: 47px;
}
.doctors__left{
   position: relative;
   overflow: visible;
   z-index: 1;
   max-width: 43%;
}
.doctors__background-img{
   position: absolute;
    top: -82px;
    left: 40px;
   z-index: 0;
}
.doctors__image-wrap{
    z-index: 1;
    min-width: 512px;
    min-height: 522px;
    background-blend-mode: normal, multiply;
    background-size: 100% !important;
    background-repeat: no-repeat !important;
    border-radius: 10px;
    background-position: bottom left;
}
.doctors .direction-doctors__image{
    box-shadow: none;
}
.doctors .doctors__info{
    padding: 0 18px;
}
.doctors__name, .doctors__name-main{
    margin-bottom: 25px;
    font-family: Open Sans;
    font-style: normal;
    font-weight: 800;
    font-size: 25px;
    line-height: 29px;
    color: #1D1D1D;
}
.doctor .doctors__name-main{
    margin-bottom: 19px;
}
.doctor .doctor__inner{
    min-height: 76vh;
}
.doctors .doctors__name{
    font-weight: 800;
    font-size: 18px;
    line-height: 21px;
    color: #1D1D1D;
}
.doctors__name-main{
    display: none;
}
.doctors__direction{
    display: flex;
    margin-bottom: 22px;
}
.doctors__direction-item, .doctors__experience{
    text-align: center;
    border-radius: 5px;  
    padding: 11px 15px;
    font-family: 'Open Sans',sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 15px;
    line-height: 17px;
    color: #1D1D1D;
}
.direction-doctors .doctors__direction-item{
    padding: 6px 22px 7px;
}
.direction-doctors .doctors__direction-item:nth-child(1),
.direction-doctors .doctors__direction-item:nth-child(2){
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.doctors .doctors__experience{
    padding: 13px 19px 16px;
}
.doctors__experience{
    text-align: left;
}
.doctors__direction-item:nth-child(1){
    margin-right: 20px;
    background: #E3E3E3;
}
.doctors__direction-item:nth-child(2), .doctors__experience{
    background: #ffffff;
    border: 1px solid #BEBEBE;
}
.doctors__academic-degree{
    text-transform: lowercase;
    margin-bottom: 22px;
    font-family: 'Open Sans',sans-serif;
    font-weight: 400;
    font-size: 17px;
    line-height: 24px;
    color: #1D1D1D;
}
.doctors .doctors__academic-degree{
    font-size: 15px;
    line-height: 17px;
}
.doctors .doctors__direction{
    flex-direction: column;
    margin-bottom: 0;
}

.doctors .doctors__direction-item{
    width: 100%;
}
.doctors .doctors__direction-item {
    text-align: left;
    border-radius: 0;
    padding: 0;
    font-family: 'Open Sans',sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 15px;
    line-height: 17px;
    color: #1D1D1D;
}
.doctors .doctors__direction-item:nth-child(1){
    margin-right: 0;
    margin-bottom: 5px;
    color: #B01027;
    background: #ffffff;
    font-size: 18px;
    line-height: 21px;
} 
.doctors .doctors__direction-item:nth-child(2) {
    background: #ffffff;
    border: none;
    margin-bottom: 19px;
    font-weight: bold;
    font-size: 15px;
    line-height: 17px;
    color: #807C7C;
}
.doctors .doctors__name{
    margin-bottom: 12px;
}
.doctors .doctors__wrapper-slide{
   box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.35);
   border-radius: 10px;
}
.doctors .doctor__image{
    margin-bottom: 20px;
}
.doctors__academic-degree:first-letter{
    text-transform: uppercase;
}
.doctors__more{
    margin-bottom: 21px;
}
.doctors .swiper-pagination{
    display: none;
}
.default-link{
    cursor: pointer;
    display: block;
    font-family: 'Open Sans',sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 15px;
    line-height: 17px;
    text-decoration-line: underline;
    color: #B01027;
}
.doctors__experience{
    margin-bottom: 45px;
}
.doctors .doctors__experience{
    max-width: 476px;
}
.doctors__swiper-card{
    position: relative;
    margin: 5px;
    max-width: 155px;
    width: 100%;
    height: 155px;
    background: #FFFFFF !important;
    border: 2px solid transparent;
    box-sizing: border-box;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.35);
    border-radius: 5px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 54.8%, #FFFFFF 100%);
}
.doctors__swiper-card::before{
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
     background: linear-gradient(180deg, rgba(255, 255, 255, 0) 54.8%, #FFFFFF 100%);
}
.doctors__swiper-card img{
    max-width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 54.8%, #FFFFFF 100%);
}
.doctors .doctors__little-swiper{
    position: relative;
    z-index: 1;
    height: 85px;
}
.doctors .swiper-button-next, .doctors .swiper-button-prev{
    bottom: 0;
    left: 0;
    top: unset;
}
.doctors .swiper-button-next{
    left: 70px;
}
.doctors .swiper-button-next, .doctors .swiper-button-prev{
    padding: 16px 21px;
    border: 1px solid #CDCDCD;
    box-sizing: border-box;
    border-radius: 5px;
    background: #B01027;
}
.doctors .swiper-button-disabled{
    background: #ffffff;
}
.doctors .swiper-button-next:after, .doctors .swiper-container-rtl .swiper-button-prev:after {
    content: url('/assets/images/icons/icon-swiper-active.svg');
    transform: translateY(-8px);
}
.doctors .swiper-button-prev:after, .doctors .swiper-container-rtl .swiper-button-next:after {
    content: url('/assets/images/icons/icon-swiper-active.svg');
    transform: translateY(8px) rotate(-180deg);
}
.doctors .swiper-button-disabled.swiper-button-next:after, .doctors .swiper-container-rtl .swiper-button-prev:after {
    content: url('/assets/images/icons/icon-swiper-disabled.svg');
    transform: translateY(8px) rotate(-180deg);
}
.doctors .swiper-button-disabled.swiper-button-prev:after, .doctors .swiper-container-rtl .swiper-button-next:after {
    content: url('/assets/images/icons/icon-swiper-disabled.svg');
    transform: translateY(-8px) ;
}
.doctors .doctors__navigation{
    width: 100%;
    position: relative;
    right: 0;
    text-align: center;
    margin: 0 auto;
}
.doctors__all-btn{
    width: 205px;
}
.doctors__row{
    display: flex;
    justify-content: space-between;
    padding-bottom: 10px;
}
.doctors__all{
    font-weight: 600;
    font-size: 15px;
    line-height: 20px;
}
.mySwiper2{
    overflow: visible;
}
.doctors__cards-swiper{
    max-width: 665px;
    margin: 0 5px 0 auto;
    transform: translate(0, -160px);
    position: relative;
    z-index: 1;
}
.doctors__wrapper{
    position: relative;
}
.doctors .mySwiper .doctors__swiper-card:hover{
    border: 2px solid #B01027;
}
.doctors .swiper-pagination-bullet {
    width: 14px;
    height: 14px;
    margin: 0 7px;
    display: inline-block;
    border-radius: 50%;
    background: #CDCDCD;
    box-shadow: inset 0px 4px 2px rgba(0, 0, 0, 0.25);
    border-radius: 10px;
    transform: rotate(-90deg);
    opacity: 1;
}
.doctors .swiper-pagination-bullet-active{
    background: #B01027;
    border-radius: 10px;
    width: 14px;
    height: 14px;
}
.doctors-main.doctors .doctors__experience{
    margin-bottom: 42px; 
    background: #CDCDCD;
    border-radius: 0px 0px 10px 10px;
}
.doctors .direction-doctors__image{
    margin-right: 0;
    max-width: unset;
}
@media (max-width: 767px){
     .doctors__inner{
        padding: 30px 0;
    }
    .doctors .doctors__title {
        margin-bottom: 50px;
    }
    .doctors .doctors__name-main{
        display: block;
        text-align: center;
        font-weight: 800;
        font-size: 20px;
        line-height: 23px;
    }
    .doctors .doctors__direction {
        flex-direction: column;
    }
    .doctors .doctors__direction-item:nth-child(1) {
        margin-right: unset;
        margin-bottom: 12px;
    }
    .doctors__direction-item, .doctors__experience {
        font-size: 13px;
        line-height: 15px;
    }
    .doctors__academic-degree{
        font-size: 13px;
        line-height: 18px;
    }
    .doctors .swiper-pagination{
        display: block;
        bottom: 0;
    }
    .doctors .doctors__navigation{
        display: none;
    }
    .doctors .doctors__row{
        justify-content: center;
        margin-top: 35px;
        padding-bottom: 0;
    }
    .doctor .doctors__academic-degree{
        margin-bottom: 20px;
    }
    .doctors .doctors__academic-degree br {
      display: none;
    }
}

.direction__top{
    display: flex;
    align-items: center;
    margin-bottom: 22px;
}
.direction__top-image {
    max-height: 51px;
}
.direction__top-image img{
    object-fit: cover;
    max-width: 100%;
    max-width: 41px;
    width: 100%;
    height: 100%;
}
@media (max-width: 639px){
    .direction__top-image img{
        max-width: 35px;
    }
}
.direction__title{
    margin-left: 18px;
    font-family: 'Open Sans';
    font-weight: bold;
    font-size: 30px;
    line-height: 41px;
    color: #1D1D1D;
}
.direction__bottom{
    margin-bottom: 100px;
}
.direction-doctors__inner{
    padding-bottom: 213px;
}
.direction-doctors__group-item, .direction__bottom, .direction-doctors__item{
    display: flex;
    justify-content: space-between;
}
.direction__left{
    border-radius: 5px;
    overflow: hidden;
    width: 100%;
    max-width: 376px;
    max-height: 309px;
    margin-right: 20px;
}
.direction__left img {
    border-radius: 5px;
    width: 100%;
    height: 100%;
    max-height: 309px;
    object-fit: contain;
}
.direction__right{
    padding-top: 40px;
    max-width: 757px;
    width: 100%;
}
.direction .direction__right ul li{
    list-style-type: disc;
    margin-left: 30px;
}
.direction .direction__right ul li::marker {
    color: #B01027;
    background-color: #B01027;
}
@media (max-width: 1160px){
    .direction__right{
        max-width: 60%;
    }
}
.direction__description-full{
    display: none;
}
.direction__description-more{
    margin-top: 16px;
    display: inline-block;
}
.direction__description-price{
    margin: 45px 0 0 auto;
    padding: 13px 48px;
    display: inherit;
    align-items: flex-end;
    max-width: 277px;
}
.direction-doctors__item{
    padding: 50px 0;
    border-top: 1px solid #BEBEBE;
}
.direction-doctors__right {
    align-self: flex-end;
}
.direction-doctors__image{
    position: relative;
    margin-right: 45px;
    max-width: 275px;
    min-width: 275px;
    width: 100%;
    max-height: 273px;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.35);
    border-radius: 5px;
    overflow: hidden;
}
.direction-doctors__image img{
    max-width: 100%;
    width: 100%;
    height: 273px;
    object-fit: contain;
    border-radius: 5px;
}
.direction-doctors__center{
    max-width: 445px;
    padding-top: 18px;
}
.direction-doctors__image:before{
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 5px;
    top: 0;
    left: 0;
    background: linear-gradient(0deg, #FFFFFF 3.07%, rgba(255, 255, 255, 0) 33.94%);
}
.direction-doctors__category{
    text-transform: lowercase;
}
.direction-doctors__academic-title{
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 21px;
    color: #B01027;
}
.direction .direction__description-short,
.direction .direction__description-short p span, 
.direction .direction__description-short p{
    font-size: 17px;
    line-height: 24px;
}
.direction-doctors__experience{
    padding: 10px 23px 9px;
    font-weight: 400;
    margin-bottom: 0;
}
.direction-doctors .direction-doctors__right{
    display: flex;
}
.direction-doctors .direction-doctors__right .direction-doctors__experience{
    display: none;
}
@media (max-width: 990px){
    .direction-doctors__item {
        flex-direction: column;
    }
    .direction-doctors__group-item{
        justify-content: unset;
    }
    .direction-doctors__more{
        margin-top: 20px;
    }
}
@media (max-width: 767px){
    .direction .direction__right{
        max-width: unset;
        padding-top: 14px;
    }
    .direction .direction__top{
        padding-top: 27px;
    }
   
    .direction .direction__description-short,
    .direction .direction__description-full{
        font-size: 15px;
        line-height: 21px;
    }
    .direction__title{
        font-size: 25px;
        line-height: 34px;
    }
    .direction .direction__bottom{
        flex-direction: column;
        margin-bottom: 47px;
    }
    .direction .direction__description-price {
        margin: 27px auto 0;
    }
    .direction .direction__description-more{
       /*  margin-bottom: 27px; */
        margin-top: 9px;
    }
    .direction .direction__left{
        max-width: unset;
        margin-right: unset;
    }
    .direction-doctors .doctors__direction{
        flex-direction: column;
    }
    .direction-doctors .doctors__direction-item:nth-child(1) {
        margin-right: unset;
        margin-bottom: 10px;
    }
     .direction-doctors .doctors__direction-item:nth-child(1),
      .direction-doctors .doctors__direction-item:nth-child(2){
          width: unset;
      }
    .direction-doctors .direction-doctors__left{
        margin-right: 10px;
    }
    .direction-doctors .doctors__experience {
        margin-bottom: 20px;
    }    
    .direction-doctors .direction-doctors__inner {
        padding-bottom: 40px;
    }
}
@media (max-width: 639px){
    .direction-doctors .direction-doctors__group-item {
        flex-direction: column;
    }
    .direction__title {
        margin-left: 25px;
    }
    .direction__left img{
        max-height: 237px;
    }
    .direction__top{
        margin-bottom: 14px;
    }
    .direction-doctors__more{
        margin-top: 0;
    }
    .direction-doctors .direction-doctors__item:first-child {
        padding-top: 48px;
    }
    .direction-doctors .direction-doctors__left, .direction-doctors .direction-doctors__right,
    .direction-doctors .direction-doctors__center{
        margin: 0 auto;
    }
    .direction-doctors .direction-doctors__right{
        width: 100%;
        justify-content: space-between;
    }
    .direction-doctors .direction-doctors__center {
        max-width: unset;
        width: 100%;
    }
    .direction-doctors .direction-doctors__name,
    .doctor .direction-doctors__name{
        text-align: center;
        font-size: 20px;
        line-height: 23px;
    }
    .direction-doctors .direction-doctors__name{
        text-align: left;
    }
    .direction-doctors .doctors__direction {
        flex-direction: row;
        justify-content: space-between;
        margin-bottom: 15px;
    }
    .direction-doctors .doctors__direction-item:nth-child(1) {
        margin-bottom: unset;
        margin-right: 20px;
        width: 100%;
    }
    .direction-doctors .doctors__direction-item {
        padding: 6px 13px;
        width: 100%;
    }
    .direction-doctors__experience{
        padding: 16.5px 17.5px;
    }
    .direction-doctors .direction-doctors__item {
        padding: 30px 0;
    }
    .direction-doctors .direction-doctors__experience{
        display: none;
    }
    .direction-doctors .direction-doctors__right .direction-doctors__experience{
        display: block;
        margin-bottom: 0;
        width: 100%;
        margin-right: 19px;
        font-size: 13px;
        line-height: 18px;
    }
    .direction-doctors .direction-doctors__more{
        width: 100%;
    }
    .direction-doctors .direction-doctors__image {
        margin-right: unset
    }
    .direction-doctors .direction-doctors__right .direction-doctors__experience,
    .direction-doctors .direction-doctors__more,
    .direction-doctors .doctors__direction-item:nth-child(1),
    .direction-doctors .doctors__direction-item{
        width: 50% !important;
    }
    .direction-doctors__center{
        padding-top: 20px;
    }
    .direction-doctors .direction-doctors__name{
        margin-bottom: 20px;
    }
    .direction-doctors__more {
        padding: 13px 15px;
    }
    .dicrection-doctors .doctors__academic-degree{
        margin-bottom: 20px;
    }
}
@media(max-width: 475px){
    .direction-doctors__experience{
       padding: 16.5px 10.5px;
    }
    .direction-doctors .direction-doctors__image {
       width: 100%;
       max-width: unset;
       max-height: 300px;
    }
    .direction-doctors .direction-doctors__image img{
        width: 100%;
        height: 324px;
    }
    .direction-doctors .direction-doctors__left{
        width: 100%;
    }
}
.B_crumbBox{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding-top: 25px;
    padding-bottom: 60px;
}
.B_firstCrumb{
    padding-right: 10px;
}
.B_firstCrumb a{
    font-weight: 600;
    font-size: 17px;
    line-height: 23px;
    text-decoration-line: underline;
    color: #1D1D1D;
}
.B_crumb a{
    padding: 0 10px;
    font-size: 17px;
    line-height: 23px;
    text-decoration-line: underline;
    color: #1D1D1D;
}
.B_lastCrumb{
    padding-left: 10px;
}
.B_lastCrumb a{
    pointer-events: none;
    font-weight: bold;
    font-size: 17px;
    line-height: 23px;
    color: #B01027 !important;
    cursor: none;
}
@media (max-width: 639px){
    .B_firstCrumb a, .B_crumb a , .B_lastCrumb a {
        font-size: 13px;
        line-height: 17px;
    }
    .B_crumbBox{
        padding-top: 18px;
        padding-bottom: 27px;
    }
}
.bread_separator{
    position: relative;
}
.bread_separator:before{
    content:"";
    display:inline-block;
    width:5px;
    /*height:8px;*/
    height:10px;
    background:url('/assets/images/icons/icon-breadcrumbs.svg')no-repeat 50% 50%;
}
.doctor__block{
    display: flex;
    justify-content: space-between;
    padding-bottom: 58px;
}
.doctor__left{
    max-width: 278px;
}
.doctor__image{
    margin-bottom: 36px;
}
.doctor .doctors__direction{
    flex-direction: column;
}
.doctor .doctors__direction-item:nth-child(1) {
    margin-right: unset;
}
.doctor-item + .doctor-item{
    margin-top: 14px;
}
.doctor__right{
    max-width: 837px;
    width: 100%;
}
.doctor__experience-year{
    display: inline-block;
    background: #ffffff;
    border: 1px solid #BEBEBE;
    text-align: center;
    border-radius: 5px;
    padding: 6px 31px 7px 32px;
    font-family: 'Open Sans',sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 15px;
    line-height: 17px;
    color: #1D1D1D;
}
.doctor .doctor__experience-year{
    font-size: 16px;
    line-height: 22px;
}
.doctor .doctors__experience{
    text-align: left;
}
.doctor__section{
    padding: 30px 8px 30px 27px;
}
.doctor__section + .doctor__section{
    border-top: 1px solid #BEBEBE;;
}
.doctor__section:first-child{
    padding: 21px 0 30px;
}
.doctor-awards{
    border-top: none;
    padding: 28px 25px 40px 25px;
    background: #E3E3E3;
    border-radius: 6px;
}
.doctor__subtitle{
    display: flex;
    align-items: center;
    margin-bottom: 7px;
}
.doctor__subtitle-image{
    margin-right: 17px;
}
.doctor__text{
    font-size: 15px;
    line-height: 24px;
}
.doctor .doctor__text,.doctor  .doctor__text span,.doctor .doctor__text p,.doctor .doctor__text div{
    font-size: 17px;
    line-height: 28px;
    color: #1D1D1D;
}
.doctor .doctor__section p{
    font-weight: 400;
    font-size: 17px;
    line-height: 27px;
    color: #1D1D1D;
}
.doctor__section .doctor__text ul{
    padding-left: 0;
}
.doctor__text ul li{
    list-style: unset;
    font-weight: 400;
    font-size: 17px;
    line-height: 27px;
    color: #1D1D1D;
}
.doctor__text ul li::marker{
    color: #B01027;;
}
.doctor .doctor__left{
    margin-right: 46px;
}
.doctor .doctor__left .direction-doctors__name,
.doctor .doctor__left .doctor__experience-year{
    display: none;
}
.doctor .doctors__direction-item{
    padding: 6px 10px 7px;
    font-size: 16px;
    line-height: 22px;
}
.doctor__subtitle-text{
    font-weight: bold;
    font-size: 18px;
    line-height: 25px;
    color: #1D1D1D;
}
@media (max-width: 639px){
    .doctor .doctor__right .direction-doctors__name,
    .doctor .doctor__right .doctor__experience-year{
        display: none;
    }
    .doctor .doctor__text, .doctor .doctor__text span, .doctor .doctor__text p, .doctor .doctor__text div {
        font-size: 15px;
        line-height: 24px;
    }
    .doctor .doctor__left .direction-doctors__name,
    .doctor .doctor__left .doctor__experience-year{
        display: block;
    }
    .doctor .doctor__block{
        flex-direction: column;
    }
    .doctor .doctor__left {
        margin-right: 0;
        max-width: unset;
    }
    .doctor .direction-doctors__image{
        margin: 0 auto 20px;
    }
    .doctor__block {
        display: flex;
        justify-content: space-between;
        padding-bottom: 51px;
    }
    .doctor .doctor__left .doctor__experience-year {
        text-align: left;
        margin-bottom: 24px;
        font-size: 13px;
        line-height: 18px;
    }
    .doctor .doctors__name{
        margin-bottom: 15px;
    }
    .doctor .doctors__direction {
        flex-direction: row;
    }
    .doctor .doctor-item {
        width: 100%;
        font-size: 13px;
        line-height: 18px;
    }
    .doctor .doctor-item:first-child{
        margin-right: 20px;
    }
    .doctor-item + .doctor-item {
        margin-top: unset;
    }
    .doctor .doctors__direction-item {
        padding: 6px 6px 7px;
    }
    .doctor .doctors__experience {
        margin-bottom: 30px;
    }
    .doctor .doctor__left .doctor__experience-year{
       padding: 6px 15px 7px;
    }
    .doctor .doctor__section:nth-child(3){
        padding-top: 0;
    }
    .doctor .doctor__section{
        padding: 20px 13px;
    }
    .doctor .doctor__subtitle-text{
        font-size: 16px;
        line-height: 22px;
    }
    .doctor .doctor__text ul {
        padding-left: 12px;
    }
    .doctor .direction-doctors__image {
       max-height: 300px;
    }
    .doctor .direction-doctors__image img{
        height: 300px;
    }
    .doctor .doctor__section:last-child{
        padding: 28px 31px 34px 39px;
    }
    .doctor .doctor__text ul li{
        font-size: 15px;
        Line-height: 24px;
    }
}
@media(max-width: 475px){
    .doctor .direction-doctors__image {
       width: 100%;
       max-width: unset;
    }
    .doctor .direction-doctors__image img{
        width: 100%;
    }
}
.contacts .contacts__top{
    margin-bottom: 100px;
}
.contacts .direction__title{
    margin-left: 0;
    margin-bottom: 25px;
}
.contacts .contacts__top-items{
    display: flex;
    justify-content: space-between;
}
.contacts .contacts__top-item{
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    min-height: 292px;
    width: 25%;
    background: #FFFFFF;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.35);
    border-radius: 5px;
}
.contacts__top-item + .contacts__top-item{
    margin-left: 21px;
}
.contacts__top-title{
    font-weight: bold;
    font-size: 20px;
    line-height: 23px;
    color: #1D1D1D;
}
.contacts .contacts__top-item:first-child{
    padding: 76px 45px 81px;
    background: #B01027;
    color: #ffffff;
}
.contacts .contacts__top-item:first-child .contacts__top-title{
    margin-bottom: 19px;
}
.contacts .contacts__top-item:first-child .contacts__top-title,
.contacts .contacts__top-item:first-child .contacts__top-text{
    color: #ffffff;
}
.contacts .contacts__top-item:first-child .contacts__top-text{
    position: relative;
    padding-left: 40px;
    font-size: 17px;
    line-height: 24px;
    color: #ffffff;
}
.contacts .contacts__top-item:first-child .contacts__top-text:nth-child(2)::before{
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 30px;
    height: 24px;
    background-image: url('/assets/images/icons/icon-white-tel.svg');
}
.contacts .contacts__top-item:first-child .contacts__top-text:nth-child(3){
    margin-bottom: 19px;
}
.contacts .contacts__top-item:first-child .contacts__top-text:nth-child(4)::before{
    position: absolute;
    content: '';
    top: -5px;
    left: 0;
    width: 20px;
    height: 32px;
    background-image: url('/assets/images/icons/icon-white-mobile.svg');
}
.contacts .contacts__top-subtitle{
    margin-bottom: 15px;
    font-weight: bold;
    font-size: 17px;
    line-height: 24px;
    color: #B01027;
}
.contacts .contacts__top-item:not(:first-child){
    padding: 47px 35px 52px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.contacts .contacts__top-item:not(:first-child) .contacts__top-text{
    position: relative;
    padding-left: 25px;
    font-weight: normal;
    font-size: 17px;
    line-height: 24px;
    color: #1D1D1D;
}
.contacts .contacts__top-item:not(:first-child) .contacts__top-text::before{
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 18px;
    height: 18px;
    background-image: url('/assets/images/icons/icon-phone.svg');
}
.contacts .contacts__bottom{
    padding: 73px 0;
    border-top: 1px solid #BEBEBE;
    border-bottom: 1px solid #BEBEBE;
}
.contacts .contacts__bottom .container{
    max-width: 970px;
}
.contacts__bottom-items{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.contacts .contacts__feedback{
    display: flex;
    flex-direction: column;
    background: #E3E3E3;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.35);
    border-radius: 10px;
    padding: 25px 49px 37px;
    max-width: 376px;
    width: 100%;
}
.contacts .contacts__feedback input, 
.contacts .contacts__feedback textarea{
    padding: 20px 13px;
    width: 277px;
    background: #FFFFFF;
    border: 0.5px solid #AAA9A9;
    box-sizing: border-box;
    border-radius: 5px;
    font-weight: 600;
    font-family: 'Open Sans';
    font-size: 15px;
    line-height: 20px;
}
.contacts .contacts__feedback input{
    display: block;
    width: 100%;
    margin-bottom: 20px;
    height: 48px;
}
.contacts__input-wrapper{
    position: relative;
}
.contacts div.input_error {
    width: max-content;
    position: absolute;
    bottom: -17px;
    left: 0;
    font-size: 12px;
    color: #C92E33;
    border: none !important;
    z-index: 0;
} 
.question .contacts div.input_error {
    bottom: 3px;
}
.contacts .contacts__feedback textarea{
    margin-bottom: 30px;
    min-height: 86px;
}
.contacts .contacts__feedback-title{
    margin-bottom: 40px;
    font-weight: bold;
    font-size: 25px;
    line-height: 34px;
    text-transform: uppercase;
    color: #1D1D1D;
}
.contacts .contacts__feedback-title{
    text-align: left;
}
.contacts .contacts__feedback .contacts__feedback-title{
    margin-bottom: 17px;
    text-align: center;
}
.contacts .contacts__feedback-btn{
    font-family: 'Open Sans';
    font-weight: 600;
    font-size: 15px;
    line-height: 20px;
    color: #FFFFFF;
    padding: 17px 0 19px;
    background: #B01027;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.35);
    border-radius: 5px;
    border: none;
}
.contacts .contacts__bottom-left{
    padding-top: 34px;
}
.contacts .contacts__bottom-left-title{
    position: relative;
    margin-bottom: 15px;
    padding-left: 40px;
    font-weight: bold;
    font-size: 20px;
    line-height: 27px;
    color: #1D1D1D;
}

.contacts .contacts__bottom-left-item:nth-child(2) .contacts__bottom-left-title::before{
    position: absolute;
    content: '';
    top: -3px;
    left: 0;
    width: 25px;
    height: 32px;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url('/assets/images/icons/icon-location.svg');
}
.contacts .contacts__bottom-left-item:nth-child(3) .contacts__bottom-left-title::before{
    position: absolute;
    content: '';
    top: 4px;
    left: 0;
    width: 30px;
    height: 20px;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url('/assets/images/icons/icon-message.svg');
}
.contacts .contacts__bottom-left-item:nth-child(4) .contacts__bottom-left-text span{
    color: #B01027;
    font-weight: 700;
}
.contacts .contacts__bottom-left-item:nth-child(4) .contacts__bottom-left-title::before{
    position: absolute;
    content: '';
    top: 1px;
    left: 0;
    width: 30px;
    height: 30px;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url('/assets/images/icons/icon-time.svg');
}
.contacts .contacts__bottom-left-text{
    font-weight: normal;
    font-size: 17px;
    line-height: 23px;
    color: #1D1D1D;
}
.contacts .contacts__bottom-left-item{
    margin-bottom: 40px;
}
.contacts-map__inner{
    padding: 40px 0 54px;
}
.contacts-map__wrap{
    height: 448px;
}
.contacts-map .direction__title{
    margin-left: unset;
    margin-bottom: 24px;
}
.contacts .contacts__success{
    position: relative;
}
.contacts .contacts__success .form-response{
    position: absolute;
    top: -23px;
    margin-bottom: 10px;
}
.contacts-map__wrap img{
    max-width: 100%;
}
.contacts .contacts__form-wrapper .contacts__input-wrapper:nth-child(4) div.input_error{
   bottom: 17px;
}
@media (max-width: 1110px ){
    .contacts .contacts__top-item:first-child {
        padding: 76px 25px 85px;
    }
    .contacts .contacts__top-items {
        flex-wrap: wrap;
    }
    .contacts .contacts__top-item{
        width: 48.7%;
    }
    .contacts__top-item + .contacts__top-item {
        margin-left: 0;
    }
    .contacts .contacts__top-item:nth-child(odd) {
        margin: 0 0 20px 0;
    }
    .contacts .contacts__top-item:nth-child(even) {
        margin-bottom: 20px;
    }
}

@media (max-width: 767px){
    .contacts .contacts__top {
        margin-bottom: 40px;
    }
    .contacts .contacts__bottom {
        padding: 35px 0;
    }
    .contacts .contacts__feedback-title,
    .contacts .contacts__bottom-left-item{
        margin-bottom: 17px;
    }
    .contacts .contacts__bottom-left{
        margin-bottom: 40px;
    }
    .contacts .contacts__feedback {
        padding: 22px 27px 40px;
    }
}
@media (max-width: 639px){
    .contacts .B_crumbBox{
        padding-bottom: 32px;
    }
    .contacts .contacts__bottom-right {
        margin: 0 auto;
    }
    .contacts .contacts__bottom-left {
        padding-top: 0;
    }
    .contacts .direction__title{
        margin-bottom: 20px;
    }
    .contacts .contacts__top-item{
        width: 48.2%;
    }
    .contacts-map__inner {
        padding: 40px 0 54px;
    }
    .contacts .contacts__bottom{
        border-bottom: none;
    }
    .contacts-map__inner {
        padding: 0 0 35px;
    }
     .contacts .contacts__top-item:nth-child(odd) {
        margin: 0 0 20px 0;
    }
    .contacts .contacts__top-item:nth-child(even) {
        margin-bottom: 20px;
    }
    .contacts-map .direction__title{
        margin-bottom: 14px;
    }
}
@media (max-width: 580px){
    .contacts .contacts__top-items{
        flex-direction: column;
    }
    .contacts .contacts__top-item {
        width: 100%;
    }    
}
@media (max-width: 425px){
    .contacts .contacts__top-items .contacts__top-item:nth-child(3) .contacts__top-subtitle,
    .contacts .contacts__top-items .contacts__top-item:nth-child(4) .contacts__top-subtitle{
        max-width: 168px;
    }
}
@media (max-width: 350px){
    .contacts .contacts__feedback {
        padding: 22px 5px 40px;
    }
}
.about-center__inner{
    font-size: 17px;
    line-height: 23px;
    color: #1D1D1D;
}
.about-center__items{
    display: flex;
    margin-bottom: 20px;
}
.about-center__item{
    width: 50%;
}
ul li{
    list-style: disc ;
    margin-left: 20px;
}
ol {
    list-style-type: decimal !important;
}
ol li{
     list-style: unset !important;
      margin-left: 20px;
}
.B_crumbBox li, .B_firstCrumb li{
    list-style: none !important;
    margin-left: 0;
}
header li{
     list-style: none !important;
     margin-left: 0;
}
footer li{
     list-style: none !important;
     
}
.about-insurance .about-center__item ul li{
    list-style: disc !important;
    margin-left: 20px;
}
.about-center__item p, .about-center__item div{
    font-size: 17px;
    line-height: 24px;
}
.about-center__img{
    max-width: 700px;
    width: 100%;
    height: 700px;
    margin: 0 auto;
}
.about-center__img img{
    max-width: 100%;
    height: 100%;
}
.about-center .doctors__name{
    text-align: left;
}
.virtual__tour{
    margin-bottom: 30px;
    height: 800px;
    
}
@media (max-width: 1023px){
    .virtual__tour iframe,.virtual__tour {
        height: 500px;
    }
}
@media (max-width: 800px){
    .about-center__items{
        flex-wrap: wrap;
    }
    .about-center__item{
        width: 100%;
    }
    .about-center__img{
        max-height: 500px;
        text-align: center;
    }
    .virtual__tour{
        max-width: 85%;
        margin: 0 auto 30px;
    }
}
@media (max-width: 767px){
    .virtual__tour iframe,.virtual__tour {
        height: 466px;
    }
}
@media (max-width: 640px){
    .about-center__img{
        height: 500px;
    }
}
.doctors-page .direction-doctors__item:first-child{
    border-top: none;
    padding-top: 0;
}
.doctors-page .direction-doctors__items .direction-doctors__item:last-child{
    padding-bottom: 0;
}
.articles-page .articles-page__item{
    display: flex;
    justify-content: space-between;
    padding-bottom: 50px;
}
.articles-page .articles-page__date{
    margin-bottom: 8px;
    font-weight: normal;
    font-size: 15px;
    line-height: 21px;
    color: #B01027;
}
.articles-page .articles-page__left{
    margin-right: 45px;
    width: 35%;
}
.articles-page .articles-page__description{
    margin-bottom: 10px;
}
.articles-page__image{
    position: relative;
    width: 100%;
    max-height: 273px;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.35);
    border-radius: 5px;
    overflow: hidden;
}
.articles-page .doctors__name {
    text-align: left;
}
.articles-page__image img{
    max-width: 100%;
    height: 273px;
    object-fit: cover;
    border-radius: 5px;
    width: 100%;
}
.articles-page__items{
    padding-bottom: 50px;
}
.articles-page .articles-page__right{
    width: 65%;
}
.article-page .articles-page__left{
    margin-bottom: 19px;
}
.article-page .article-page__item{
    padding-bottom: 50px;
}
@media (max-width: 767px){
    .articles-page .articles-page__left, .articles-page .articles-page__right{
        width: 50%;
    }
}
@media (max-width: 639px){
    .articles-page .articles-page__left, .articles-page .articles-page__right{
        width: 100%;
    }
    .articles-page .articles-page__item {
        flex-wrap: wrap;
    }
    .articles-page .articles-page__left{
        margin-right: 0;
        margin-bottom: 19px;
    }
}
.question__inner{
    min-height: 84vh;
}
.question .contacts__bottom-right{
    margin-bottom: 30px;
}
.question .contacts__feedback textarea {
    width: 100%;
}
.question  .question__items {
    margin: 40px 0;
    position: relative;
}
.question .question__name {
    padding-top: 27px;
}
.accordion-box .block {
    max-width: 100%;
    position: relative;
    margin-bottom: 20px;
    list-style-type: none;
    border-radius: 5px;
    overflow: hidden;
}
.accordion-box .block .acc-btn {
    position: relative;
    margin-bottom: 15px;
    background-color: #ffffff;
    cursor: pointer;
    border: 2px solid #B01027;
    border-radius: 5px;
    padding: 15px 15px 15px 55px;
    padding-right: 80px;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}
.accordion-box .block .acc-btn.active {
    color: #ffffff;
    background-color: transparent;
    background-color: #B01027;
    border-radius: 5px;
}
.accordion-box .block .icon {
    position: absolute;
    left: 12px;
    top: 15px;
    height: 35px;
    width: 35px;
    font-size: 16px;
    line-height: 35px;
    color: #353535;
    text-align: center;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}
.accordion-box .block .text{
    border-radius: 5px;
}
.accordion-box .block .content{
    position: relative;
    border: 2px solid #B01027;
    padding: 15px 21px;
    font-size: 15px;
    line-height: 20px;
    color: #1D1D1D;
}
/* .accordion-box .block .content:before{
    content: '';
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #B01027;
    opacity: 0.5;
    z-index: -1;
} */
.accordion-box .block .icon:before {
    content: url('/assets/images/icons/chevron-right.svg');
}
.accordion-box .block .acc-btn.active .icon:before {
    filter: grayscale(100%) brightness(0) invert(1);
   content: url('/assets/images/icons/chevron-right-rotate.svg');
}
.accordion-box .block .acc-content {
    position: relative;
    display: none;
}
.question .contacts__input-wrapper.textarea-input div.input_error {
    bottom: 17px;
}
.question .contacts__success .form-response {
    position: absolute;
    top: -31px;
    margin-bottom: 10px;
}
@media (max-width: 639px){
    .accordion-box .block .acc-btn{
        padding-right: 10px;
    }
    
}
@media (max-width: 475px){
    .question .contacts .contacts__feedback{
        max-width: unset;
    }
}
.examination-page{
    min-height: 75vh;
}
.price-page .price__text{
    margin-bottom: 15px;
}
.search__content{
    margin-bottom: 50px;
}
.simplesearch-results-list .text{
    margin-bottom: 30px;
}
.simplesearch-results-list .text .link_name{
    color: #B01027;
    font-size: 20px;
}
.simplesearch-results-list .text .link_text{
    font-size: 12px;
}
.result-page{
    min-height: 75vh;
}
.price-page{
    min-height: 75vh;
}
.price__wrapper{
    margin-bottom: 50px;
    width:100%;
    height: 100%;
}
.price-spec__item{
    display: flex;
}
.price_subtitle,.price_subtitle-el{
    margin-bottom: 20px;
}

.price_subtitle-el{
    display:none;
    margin-left: 30px;
    font-weight: 400;
    font-size: 17px;
    line-height: 24px;
    color: #000000;
}
.price__table-wrapper{
    margin-bottom: 30px;
    font-size: 17px;
    line-height: 21px;
}
.price__table-wrapper .price-spec__item:first-child .price-spec__column,
.price__wrapper .price-spec__item:first-child .price-spec__column{
    font-weight: 700;
}
.price-spec__column{
    border: 1px solid #000000;
    padding: 10px;
}
.price-spec__column:nth-child(1){
    width: 10%;
    word-wrap: break-word;
}
.price-spec__item .price-spec__column:nth-child(1),.price-spec__item .price-spec__column:nth-child(3) {
    text-align: center;
}
.price-spec__item:first-child .price-spec__column:nth-child(2){
    text-align: center;
}
.price-spec__column:nth-child(2){
    width: 60%;
}
.price-spec__column:nth-child(3){
    width: 30%;
}
.big-price-item{
    overflow-x: auto;
}
.big-price-item .price-spec__column:nth-child(1){
    width: 5%;
}
.big-price-item .price-spec__column:nth-child(2){
    width: 45%;
}
.big-price-item .price-spec__column:nth-child(3){
    width: 20%;
    word-break: break-word;
}
.big-price-item .price-spec__column:nth-child(4){
    width: 10%;
}
.big-price-item .price-spec__column:nth-child(5){
    width: 10%;
}
.big-price-item .price-spec__item:nth-child(1) .price-spec__column:nth-child(5){
   word-break: break-word; 
}
.big-price-item .price-spec__column:nth-child(6){
    width: 10%;
}
 .price__items-wrapper{
     overflow-x: auto;
 }
@media (max-width: 767px){
    .price__wrapper.big-price-item{
        min-width: 738px;
    }        
   /*  .big-price-item .price-spec__column:nth-child(1), .big-price-item .price-spec__column:nth-child(2),
   .big-price-item .price-spec__column:nth-child(3), .big-price-item .price-spec__column:nth-child(4)
   .big-price-item .price-spec__column:nth-child(5), .big-price-item .price-spec__column:nth-child(6){
       width: unset;
   } */
}
@media (max-width: 639px){
    .price__table-wrapper{
    font-size: 15px;
    line-height: 21px;
}
.big-price-item .price-spec__column:nth-child(2){
    width: 35%;
}
}

.slider_ball.slider_ball_1 {
    background-color: transparent !important;
    transform: scale(0.9);
    left: 24px;
}
.price-spec__column {
    border:none;
}
.price-spec__item .price-spec__column:nth-child(1) { 
    border-left: 1px solid black;
}
.price-spec__item .price-spec__column {
    border-right: 1px solid black;
}

.price-spec__item {
    border-top: 1px solid black;
}
.price-spec__item:last-child {
    border-bottom: 1px solid black;
}

.simplesearch-page.simplesearch-current-page {
    color:#B01027;
}
.simplesearch-results-list .item[href="/"] {
    display: none;
}
.callback__inner{
    padding-bottom: 58px;
}
.search__title{
    position: relative;
    margin-bottom: 25px;
    font-size: 20px;
    line-height: 27px;
    color: #1D1D1D;
}
 .price-dropdown .price__wrapper{
	display: none;
}
.price-dropdown .price__wrapper.display-block{
    display: block;
}
.price-dropdown .price_subtitle,.price_subtitle-el{
	cursor: pointer;
}
.price-tables__wrapper .show,
.price__items-wrapper .show,
.price-dropdown .show .price__wrapper{
    display: block;
}
.price_subtitle-items.show .price_subtitle-el{
    display: block;
}
.price-dropdown .price_subtitle, .price-dropdown .price_subtitle-el{
    padding-left: 25px;
    position: relative;
    color: #1D1D1D;
    transition: all 0.1s ease-out;
}
.price-dropdown .price_subtitle:hover,
.price_subtitle:hover::after{
    color: #B01027;
}
.price-dropdown .price_subtitle-el:hover,
.price_subtitle-el:hover::after{
    color: #B01027;
    font-weight: 700;
}
.price-dropdown .price_subtitle::after,
.price-dropdown .price_subtitle-el::after{
    position: absolute;
    transform: rotate(0);
    content: "";
    top: 2px;
    left: 0;
    width: 19px;
    height: 16px;
    background-image: url('/assets/images/icons/chevron-right.svg');
    filter: grayscale(0) brightness(100) invert(1);
}
.price-dropdown .price_subtitle.rotate-icon,
.price-dropdown .price_subtitle-el.rotate-icon{
    color: #B01027;
}
.subtitle-show{
    display: none !important;
    margin-bottom: 20px;
}
.price__wrapper.big-price-item.subtitle-show.show{
    display: block !important;
}
.price-dropdown .price_subtitle.rotate-icon::after,
.price-dropdown .price_subtitle-el.rotate-icon::after{
    transform: rotate(-90deg);
    transition: all 0.1s ease-out;
    /* filter: none; */
}
@media (max-width: 649px){
    .callback__inner{
        padding-bottom: 51px;
    }
}
.filter-doctors.select {
    position: relative;
    display: block;
    width: 275px;
    font-family: 'Open Sans',sans-serif;
    font-weight: 400;
    font-size: 17px;
    line-height: 24px;
    border: 1px solid #BEBEBE;
    border-radius: 4px;
    box-sizing: border-box;
    color: #1D1D1D;
    background: #fff;
    margin-bottom: 25px;
} 
.select__head {
    width: 100%;
    max-width: 100%;
    padding: 8px 16px;
    font-family: 'Open Sans',sans-serif;
    font-weight: 400;
    font-size: 17px;
    line-height: 24px;
    border: 1px solid transparent;
    cursor: pointer;
    color: #000000;
}
.select__head::after {
    position: absolute;
    right: 14px;
    bottom: 50%;
    transform: translateY(50%);
    display: block;
    width: 17px;
    height: 10px;
    content: '';
    transition: .2s ease-in;
    background: url('/assets/images/icons/select-arrow.png') no-repeat center/cover;
}
.select__list {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 100;
    max-height: 350px;
    margin: 0;
    padding: 0;
    display: none;
    border-radius: 5px;
    overflow-x: hidden;
    overflow-y: auto;
    box-shadow: 0px 4px 8px rgb(0 0 0 / 35%);
    background: #E3E3E3;
}
.select__list .select__item {
    position: relative;
    padding: 10px 16px;
    font-size: 17px;
    line-height: 23px;
    color: #1D1D1D;
    cursor: pointer;
    list-style-type: none;
}
.select__list .select__item:hover{
   color: #B01027;
}
.select__head.open::after {
    transform: translateY(50%) rotate(180deg);
}
.direction-doctors .doctors__row{
    display: flex;
    justify-content: space-between;
}
.price__table-wrapper.price__wrapper.show {
    display: block;
}
.price__items{
    margin-bottom: 50px;
}
li.select__item.select__doc:hover{
    font-weight: 600;
}
.survey__line .input, .survey__line .textinput {
    width: 99%;
}
.survey__line .input_type_textarea {
    width: 99%;
}
/* .callback-form{
    display: block;
    margin: 0 auto;
} */
.callback-form{
    max-width: 500px;
}
@media (max-width: 639px){
    .filter-doctors.select {
        position: relative;
        display: block;
        width: 200px;
    }
    .select__head{
        font-size: 15px;
        padding: 8px 10px;
    }
    .select__list .select__item {
        position: relative;
        padding: 8px 10px;
        font-size: 15px;
    }
    .callback-form{
        max-width: unset;
        width: 100%;
    }
}
@media (max-width: 375px){
    
}
[hidden]{
    display: none !important;
}
