/*home area*/
body {
    color: #22252D;
}

.main-info {
    text-align: center;
}

.main-info h1 {
    font-weight: normal;
    font-size: 33px;
    margin-bottom: 3px;
    margin-top: 50px;
}

.main-info p {
    text-align: left;
    font-size: 17px;
}

.generals .list-why li:nth-child(1),
.generals .list-popservices li:nth-child(1) {
    padding-top: 0px;
}

.generals .list-popservices {
    padding-left: 52px;
    list-style: none;
}

.generals .list-popservices li {
    padding-top: 4px;
    padding-bottom: 3px;
}

.generals .list-popservices a {
    text-decoration: none;
    color: #22252D;
    border-bottom: 1px solid #918f8f;
}

.generals .list-popservices a:hover {
    color: #b1252b;
    border-bottom: 1px solid white;
}

.generals .list-why {
    list-style: none;
}

.generals .list-why li {
    cursor: pointer;
    padding-left: 52px;
    padding-top: 10px;
    padding-bottom: 10px;
    background: url(/wp-content/themes/euromed-redesign/assets/static/img/arrow.png) no-repeat 5px center;
    /* Параметры фона */
}

.generals .list-why li:hover {
    background: url(/wp-content/themes/euromed-redesign/assets/static/img/arrow_red.png) no-repeat 5px center;
    /* Параметры фона */
}

.generals .list-why a {
    line-height: 20px;
    font-size: 14px;
    text-decoration: none;
    color: #22252D;
}

.generals .list-why li:hover a {
    color: #b1252b;
}

.generals .general__head .general__picture {
    float: left;
    width: 32px;
    color: #b1252b;
    font-size: 33px;
}

.generals .general__head .general__title h3 {
    font-weight: bold;
    line-height: 47px;
    margin-left: 52px;
    font-size: 22px;
    white-space: nowrap;
}

.generals .general__body .btn {
    margin-left: 52px;
}

.generals .general__body.contacts {
    padding-left: 52px;
}

.generals .general__body.contacts .btn {
    margin-left: 0px;
}

.generals .general__body a:hover {
    text-decoration: none;
}

.generals .general__body .btn-group a {
    font-size: 13px;
    color: #918f8f;
}

.generals .general__body .btn-group a:hover {
    color: #b1252b;
}

.generals .general__body span {
    display: inline-block;
}

.generals .address,
.dropdown__content .address {
    font-size: 15px;
    font-weight: bold;
    color: #2a2a2a;
    line-height: 20px;
}

.generals .time,
.dropdown__content .time {
    line-height: 20px;
    margin-top: 3px;
    font-size: 13px;
    color: #918f8f;
}

.generals .links,
.dropdown__content .links {
    font-size: 15px;
    line-height: 27px;
    color: #b1252b;
    margin-bottom: 10px;
}

.generals .links a,
.dropdown__content .links a {
    text-decoration: underline;
}

.generals .address,
.dropdown__content a .address {
    cursor: pointer;
    font-size: 15px;
    color: #2a2a2a;
    font-weight: bold;
}

.dropdown__content a.address {
    border-bottom: none !important;
}

.generals .phone,
.dropdown__content .phone {
    margin-bottom: 22px;
}

.generals .btn-group,
.dropdown__content .btn-group {
    margin-bottom: 22px;
}

.generals .phone a,
.dropdown__content .phone a {
    font-size: 17px;
    line-height: 26px;
    color: #2a2a2a;
}

.generals .question,
.dropdown__content .question {
    font-size: 14px;
    color: #131313;
}

.general__body .btn {
    margin-top: 10px;
}

@media screen and (max-width: 1146px) {
    .generals {
        display: none;
    }
}

.nav-mobile ul li.dropdown a span {
    display: inline-block;
    vertical-align: middle;
}

.nav-mobile ul li.dropdown a span.general__picture {
    color: #b1252b;
    font-size: 20px;
    padding-right: 10px;
}

.nav-mobile ul li.dropdown>a:after {
    content: "\f107";
}

.nav-mobile ul li.dropdown.active>a:after {
    content: "\f106";
}

.nav-mobile ul li.dropdown div {
    padding-left: 20px;
}

.nav-mobile ul li.dropdown.active {
    background-color: #e8e8e8;
}

.dropdown__content {
    display: none;
}

.dropdown__content.home_mobile_about,
.dropdown__content.home_mobile_contacts {
    display: block;
}

.dropdown__content a:not(.btn) {
    text-decoration: none;
    color: #22252D;
    border-bottom: 1px solid #918f8f;
    margin-top: 9px;
    font-size: 13px;
    line-height: 13px;
    display: inline-block;
}

.dropdown__content a.btn {
    margin: 20px 0 20px;
    color: white;
}

.dropdown__content .btn-group {
    padding-left: 0px !important;
    margin-top: 14px;
}

.dropdown__content .btn-group a {
    text-decoration: none !important;
    border-bottom: none;
    color: #918f8f;
}

.dropdown__content .phone a {
    font-size: 17px !important;
    line-height: 26px !important;
    color: #2a2a2a !important;
    text-decoration: none !important;
    border-bottom: 0px !important;
}


.center-wrap {
    max-width: 112rem;
    position: relative;
    margin: 0 auto;
    display: block;
    width: 100%;
}



.swiper-button-prev,
.swiper-button-next {
    height: 64px;
    width: 64px;
    background: #FFF;
    border-radius: 100%;
}

.swiper-button-next {
    right: -5.5rem;
    -webkit-box-shadow: 0px 8px 20px rgba(91, 66, 40, 0.15);
    box-shadow: 0px 8px 20px rgba(91, 66, 40, 0.15);
}

.swiper-button-prev {
    left: -5.5rem;
    -webkit-box-shadow: 0px 8px 20px rgba(91, 66, 40, 0.15);
    box-shadow: 0px 8px 20px rgba(91, 66, 40, 0.15);
}

.swiper-button-next:after,
.swiper-button-prev:after {
    height: 64px;
}

.swiper-button-next:after {
    content: url(../../../img/next.svg);
}

.swiper-button-prev:after {
    content: url(../../../img/prev.svg);
}

.slider-em,
.slider-em-simptomy,
.slider-em-programmy,
.slider-em-termini,
.slider-em-bolezni {
    margin: 20px 20px 20px 20px;
}

.slider-em .swiper-slide,
.slider-em-simptomy .swiper-slide,
.slider-em-programmy .swiper-slide,
.slider-em-termini .swiper-slide,
.slider-em-bolezni .swiper-slide {
    height: auto;
}

.slider-em .card.article,
.slider-em-simptomy .card.article,
.slider-em-programmy .card.article,
.slider-em-termini .card.article,
.slider-em-bolezni .card.article {
    height: 100%;
}

.slider-em h2 a:hover,
.slider-em-simptomy h2 a:hover,
.slider-em-programmy h2 a:hover,
.slider-em-termini h2 a:hover,
.slider-em-bolezni h2 a:hover {
    color: #b0252b;
}

.home-blog-slider {
    margin: 90px 0;
}

.pat-items-rt-all {
    padding-top: 10px;
    padding-right: 20px;
}


.slider-em.home-blog-slider .swiper-slide {
    width: 270px;
}

@media screen and (max-width: 640px) {
    .slider-em.home-blog-slider .swiper-slide {
        width: 270px;
    }

    .slider-em.home-blog-slider .swiper-button-prev,
    .slider-em.home-blog-slider .swiper-button-next {
        display: none;
    }

}

@media screen and (max-width: 1000px) {}

@media screen and (max-width: 780px) {}

@media screen and (max-width: 640px) {
    .center-wrap {
        padding: 0;
    }

    .swiper-button-next {
        right: -2rem;
    }

    .swiper-button-prev {
        left: -2rem;
    }
}

.swiper-pagination {
    /* display: none; */
    /* z-index: 2; */
}

.swiper-pagination-bullet {
    background: #d77277;
    opacity: 1;
}

.swiper-pagination-bullet-active {
    background: #b0252b;
    width: 1.5rem;
    border-radius: 24px;
}

.swiper-wrapper {
    padding-top: 5px;
    padding-bottom: 5px;
}

table.b-head.b-head_type_search-simple {
    display: none;
}

.ya-site-form__form table,
.ya-site-form__form table.ya-site-form__search {
    border-collapse: initial;
    border: unset;
}

@media screen and (max-width: 530px) {
    #ya-site-results .b-body-items {
        padding-left: 30px;
    }

    #ya-site-results .b-pager__arrow.b-pager__inactive,
    #ya-site-results .b-pager__key,
    #ya-site-results .b-pager__prev {
        display: none;
    }
}


table.ya-site-form__wrap {
    background-color: #b1252b;
}

#ya-site-form0 .ya-site-form__arrow-a {
    background-color: white;
}

.ya-site-form__form .ya-site-form__input-text {
    padding-left: 10px;
}

.doctors--mini.service-page-urologiya .doctors__name {
    height: 50px;
}

.doctors--mini.service-page-urologiya .doctors__card {
    min-height: 280px;
}

.doctors--mini.service-page-katarakta .doctors__name {
    height: 50px;
}

.doctors--mini.service-page-katarakta .doctors__card {
    min-height: 270px;
}

.start-page .swp-block-gallery {
    margin: 50px 0;
}

.swp-block-gallery .title-row {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 10px;
    margin-bottom: 10px;
}

.page-content .swp-block-gallery .title-row h2 {
    color: #22252D;
    font-size: 30px;
    padding-left: 52px;
}

.page-content .swp-block-gallery .title-row a:hover h2 {
    color: #9e454a;
}


.navigation-button {
    cursor: pointer;
    align-self: end;
    margin-right: 80px;
}

.navigation-button svg {
    width: 80px;
    height: auto;
}

.navigation-button .nvg-left:hover .nvg-left-arrow-bg rect {
    fill: #fdf0f1;
}

.navigation-button .nvg-left:hover .nvg-left-arrow-stroke {
    stroke-width: 1.7px;
    stroke: #b1252b;
}

.navigation-button .nvg-right:hover rect {
    fill: #8f1920;
}

.swp-block-gallery .swiper-slide {
    width: 320px;
}

.swp-block-gallery .swiper-slide {
    display: flex;
    flex-direction: column;
    height: auto;
    align-items: center;
}

.swp-block-gallery .card-doctor {
    width: 300px;
    border-radius: 1rem;
    border: 3px solid #b1252b;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}

.swiper-pagination {
    position: unset;
}

.card-doctor-img {
    height: 330px;
    box-shadow: inset 0px 0px 85px rgba(0, 0, 0, 0.4);
    clip-path: circle(39% at 49% 46%);
    background-repeat: no-repeat;
    background-position: -49px 63px;
    background-size: auto 373px;
}

.card-doctor-img::after {
    content: "";
    position: absolute;
    left: 12px;
    width: 295px;
    height: 334px;
    pointer-events: none;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 70%, white 100%);
}

@keyframes expandCircle {
    0% {
        clip-path: circle(35% at 45%);
    }

    100% {
        clip-path: circle(150% at 45%);
    }
}

.card-doctor:hover {
    cursor: pointer;
}

.card-doctor:hover .card-doctor-img {
    animation: expandCircle 1s forwards ease-in-out;
}

.card-doctor .labels {
    width: calc(100% - 40px);
    position: absolute;
    top: 20px;
    left: 20px;
}

.card-doctor .labels .tag {
    margin: 5px;
    display: inline-block;
    padding: 7px 15px;
    border-radius: 20px;
    font-size: 9px;
    color: brown;
    z-index: 10;
    border-style: solid;
    border-color: brown;
    border-width: 1px 1px 1px 1px;
}

.card-doctor .card-doctor-body {
    padding: 23px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex-grow: 1;
    /*  */
}

.card-doctor-body-text h3.card-title {
    font-size: 20px;
    font-weight: bold;
    line-height: 25px;
    margin-top: 0;
}

.swp-block-gallery .card-doctor-body-text p {
    color: gray;
    margin: 15px 0 20px;
}

@media (max-width: 768px) {
    .page-content .swp-block-gallery .title-row h2 {
        padding-left: 20px;
    }

    .navigation-button {
        margin-right: 20px;
    }

    .card-doctor-body-text h3.card-title {
        font-size: 16px;
        font-weight: bold;
        line-height: 19px;
    }

    .card-doctor-img {
        background-position: -18px 63px;
        background-size: auto 320px;
        height: 280px;
    }

    .card-doctor-img::after {
        height: 282px;
    }

    .navigation-button svg {
        width: 65px;
    }
}

.swp-block-gallery .card.article {
    width: 300px;
    max-width: 300px;
    flex-grow: 1;
}

@media screen and (max-width: 768px) {
    div.entry-content blockquote {
        padding: 10px;
    }
}

form.unisender>div.row {
    display: inline-block;
}

form.unisender>div>div.subscribe-form-item {
    float: left;
}

.subscribe-form-item.subscribe-form-item--btn-submit {
    padding-left: 10px;

}

.subscribe-form-item__btn.subscribe-form-item__btn--btn-submit {
    background-color: #b5212f;
}



.doctors-search-wrapper {
    display: flex;
    padding-bottom: 40px;
}

.doctors-search-wrapper .instant-search {
    width: 65%;
    margin: 0 20px 0 0;
}

.doctors-department-filter {
    width: 35%;
}

.doctors-department-filter select.navbar-select {
    width: 100%;
    height: 38px;
    border-radius: 3px;
    color: gray;
    padding: 10px;
    border: 1px solid #ccc;
}

@media (max-width: 768px) {
    .doctors-search-wrapper {
        display: block;
    }

    .doctors-search-wrapper .instant-search {
        width: 100%;
        margin: 20px 0;
        padding: 0 20px;
    }

    .doctors-department-filter {
        width: 100%;
        margin: 20px 0;
        padding: 0 20px;
    }

    .doctors-department-filter .navbar-select {
        padding: 0;
        margin: 0;
    }

    .doctors-search-wrapper {
        padding: 0;
    }
}

.doctors-department-filter select.navbar-select:focus-visible {
    outline: none;
    border: 2px solid gray;
}