.promo {
    padding: 60px 0;
    background-image: url("../img/promo/main-bg.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.promo .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 3rem;
}

.promo-info {
    width: 508px;
}

.promo-title {
    color: rgb(20, 157, 158);
    font-size: 30px;
    font-weight: 700;
    line-height: 130%;
    text-transform: uppercase;
    position: relative;
    z-index: 1;
    margin-bottom: 41px;
    display: inline-block;
    max-width: 1085px;
}

.promo-title::before {
    content: '';
    width: 100%;
    height: 100%;
    transform: rotate(-4.74deg);
    position: absolute;
    filter: blur(44px);
    background: rgba(255, 255, 255, 0.84);
    top: 0;
    left: 0;
    z-index: -1;
}

.promo-text {
    color: rgb(0, 0, 0);
    font-size: 18px;
    line-height: 130%;
    letter-spacing: 1px;
    /*text-align: justify;*/
    text-transform: lowercase;
    margin-bottom: 75px;
}

.btn-more {
    border-radius: 10px;
    background: rgb(255, 90, 48);
    width: 206px;
    height: 52px;
    color: rgb(255, 255, 255);
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    display: block;
    border: 3px solid #FF5A30;
}

.btn-more:hover {
    background: transparent;
    color: rgb(255, 90, 48);
}

.promo-image {
    max-width: 665px;
    font-size: 0;
    vertical-align: bottom;
}

.promo-image img {
    width: 100%;
}

@media (max-width: 992px) {
    .promo-image {
        display: none;
    }

    .promo .container {
        justify-content: center;
    }

    .promo .promo-title {
        text-align: center;
    }

    .promo .promo-text {
        text-align: center;
    }

    .promo .promo-info {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
}

.services {
    padding: 56px 0 66px 0;
}

.service-items {
    list-style: none;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    align-items: center;
    justify-content: center;
    gap: 35px;
}

@media (max-width: 1125px) {
    .service-items {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .service-items {
        grid-template-columns: 1fr;
    }
}

.service-item {
    padding: 20px;
    box-sizing: border-box;
    border: 1px solid rgba(20, 157, 158, 0.3);
    border-radius: 20px;
    height: 254px;
    box-shadow: 4px 6px 10px 0 rgba(0, 0, 0, 0.13);
    background: linear-gradient(159.86deg, rgb(249, 249, 249) 24.666%, rgba(181, 222, 222, 0.82) 68.572%, rgba(20, 157, 158, 0.38) 172.13%);
}

.service-head {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 10px;
}

.service-head img {
    height: 85px;
}

.service-title {
    color: rgb(20, 157, 158);
    font-size: 22px;
    font-weight: 700;
    line-height: 1.21;
}

.service-text {
    color: rgb(0, 0, 0);
    font-size: 15px;
    font-weight: 400;
    line-height: 1.3;
}

.why {
    background: linear-gradient(131.35deg, rgb(20, 157, 158) 0%,rgb(23, 120, 155) 99.901%);
    padding: 20px 0;
}

@media (max-width: 1200px) {
    .why {
        display: none;
    }
}

.why .container,
.why-items {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    gap: 75px;
}

.why-items {
    align-items: baseline;
    gap: 30px;
}

.why-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 175px;
}

.why-item img {
    width: 80px;
    margin-bottom: 5px;
}

.why-text {
    color: rgb(255, 255, 255);
    font-size: 16px;
    font-weight: 700;
    line-height: 117%;
    text-align: center;
}

.why-item.second img {
    margin-bottom: 16px;
}

.btn-white {
    border-radius: 15px;
    background: rgb(255, 255, 255);
    color: rgb(20, 157, 158);
    font-size: 21px;
    font-weight: 700;
    text-align: center;
    padding: 14px;
    width: 380px;
}

.personal {
    padding: 40px 0;
    background-image: url("../img/doctors-bg.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.personal-title {
    color: rgb(255, 90, 48);
    font-size: 34px;
    font-weight: 700;
    line-height: 41px;
    margin-bottom: 20px;
}

.personal-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

@media (max-width: 1200px) {
    .personal-content {
        flex-direction: column;

    }
}

.personal-info {
    max-width: 553px;
}

.personal-text {
    color: rgb(0, 0, 0);
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 45px;
}

.personal-text p {
    margin-bottom: 15px;
}

.specialist-item {
    height: 100%;
}

.specialist-link {
    height: 100%;
    display: block;
}

.spec-info {
    height: 36%;
}

.spec-img {
    height: 253px;
    overflow: hidden;
    border-radius: 20px;
    position: relative;
    z-index: 1;
}

.spec-img img {
    width: 100%;
    border-radius: 20px;
}

.spec-info {
    padding: 50px 5px 21px 5px;
    box-sizing: border-box;
    border: 1px solid rgb(20, 157, 158);
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.84);
    text-align: center;
    margin-top: -37px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 14px;
    align-items: center;
    height: 225px;
}

.spec-name {
    color: rgb(0, 0, 0);
    font-size: 20px;
    font-weight: 700;
    line-height: 1.21;
}

.spec-position {
    color: rgb(255, 90, 48);
    font-size: 18px;
    font-weight: 700;
    line-height: 1.21;
}

.spec-description {
    color: rgb(0, 0, 0);
    font-size: 18px;
    line-height: 1.21;
}

.spec-action {
    margin-top: auto;
    text-align: center;
    transition: all 0.5s;
}

.new-spec-wrapper {
    display: flex;
    flex-direction: column;
    background: #f1f1f1;
    border-radius: 1rem;
    overflow: clip;
    max-width: 215px;

    gap: 10px;
}

.new-spec-wrapper img {
    max-width: 215px;
}

.new-spec-wrapper .info {
    display: flex;
    flex-direction: column;
    gap: 10px;

    padding: 0 10px 16px 16px
}

.new-spec-wrapper .info .fio {
    color: rgb(74, 74, 74);
    font-family: Inter;
    font-size: 18px;
    font-weight: 700;
    line-height: 19px;
    letter-spacing: 0px;
    text-align: left;
}

.new-spec-wrapper .position {
    color: rgb(74, 74, 74);
    font-family: Inter;
    font-size: 16px;
    font-weight: 400;
    line-height: 17px;
    letter-spacing: 0px;
    text-align: left;
}

.swiper-doctors {
    margin-top: 40px;
    width: 100%;
    padding-left: 20px;
}

.swiper-doctors .swiper-slide {
    text-align: center;
    width: 235px;
}

.swiper-doctors-pagination {
    margin-top: 33px;
    text-align: center;
}

.swiper-doctors .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background: rgb(217, 217, 217);
    opacity: 1;
}

.swiper-doctors .swiper-pagination-bullet-active {
    background: rgb(255, 255, 255);
}

.catalog {
    padding-top: 51px;
}

.catalog-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 36px;
}

.head-action .btn {
    color: rgb(255, 90, 48);
}

.head-action .btn:hover {
    color: #FFFFFF;
}

.catalog-title {
    font-size: 25px;
    text-transform: uppercase;
}

.catalog-items {
    list-style: none;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: repeat(4, 0.5fr);
    gap: 50px;
}

.catalog-item {
    position: relative;
    font-size: 0;
    transition: all .7s ease;
}

.catalog-item:hover {
    transform: scale(1.1);
}

#ultra-voice {
    grid-row: 1 / 3;
    grid-column: 1 / 2;
}

#massage {
    grid-row: 3 / 5;
    grid-column: 2 / 3;
}

.catalog-link {
    text-decoration: none;
    font-size: 0;
    border-radius: 20px;
}

.catalog-link img {
    border-radius: 20px;
}

.catalog-item img {
    width: 100%;
    height: 100%;
}

.catalog-name {
    position: absolute;
    border-radius: 9px;
    background: rgb(20, 157, 158);
    padding: 16px 19px;
    color: rgb(255, 255, 255);
    font-family: Montserrat, sans-serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
    max-width: 213px;
}

.name-bottom .catalog-name {
    bottom: 17px;
    right: 17px;
}

.name-top .catalog-name {
    top: 17px;
    left: 17px;
}

.popup._type_normal._position_top {
    visibility: hidden!important;
}

.ui-accordion-header {
    position: relative;
    cursor: pointer;
    border-radius: 20px;
    background: rgb(232, 232, 232);
    padding: 15px 20px;
}

.department-title {
    color: rgb(20, 157, 158);
    font-family: "Montserrat", sans-serif;
    font-size: 17px;
    font-weight: 700;
    line-height: 29px;
}

.ui-accordion {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
}

.ui-accordion-header-icon {
    background: url(../img/arrow-blue.svg) no-repeat center;
    width: 23px;
    height: 15px;
    position: absolute;
    top: calc(50% - 8px);
    right: 20px;
}

.ui-accordion-header-active .ui-accordion-header-icon {
    background: url("../img/arrow-blue.svg") no-repeat center;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.ui-accordion-content {
    padding-top: 36px;
    display: flex;
    flex-wrap: wrap;
    row-gap: 23px;
    column-gap: 45px;
}

.service-img {
    max-width: 303px;
    margin-right: -18px;
}

.service-img img {
    width: 100%;
}

.map {
    padding: 66px 0 79px 0;
}

.map .container {
    border-radius: 20px;
    background: rgb(217, 217, 217);
    display: flex;
    justify-content: space-between;
    padding: 43px 52px 43px 43px;
    gap: 30px;
}

.map-info,
.map-image {
    border-radius: 20px;
    background: rgb(255, 255, 255);
}

.map-info {
    padding: 36px 28px 28px 33px;
    min-width: 469px;
    box-sizing: border-box;
}

.map-title {
    color: #222222;
    font-size: 28px;
    line-height: 36px;
}

.schedule-title {
    font-family: Montserrat, sans-serif;
    font-size: 19px;
    font-weight: 700;
    line-height: 24px;
    margin-bottom: 15px;
    color: rgb(20, 157, 158);
}

.schedule {
    display: flex;
    justify-content: space-between;
    font-family: Montserrat, sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 24px;
    color: rgb(66, 69, 81);
}

.address-text,
.phone-text {
    font-family: Montserrat, sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 24px;
    color: rgb(66, 69, 81);
}

.address-text a {
    color: rgb(66, 69, 81);
}

.address-text a:hover {
    text-decoration: underline;
}

.address {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    margin-top: 30px;
}

.metro {
    margin-left: 95px;
    margin-bottom: 30px;
}

.phone-block {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 10px;
}

.schedule-title-second {
    margin-top: 53px;
}

.schedule-day,
.schedule-time {
    margin-bottom: 10px;
}

.map-image {
    padding: 25px;
    width: 100%;
    min-height: 350px;
}

.map-frame {
    border-radius: 20px;
}

.map-frame {
    border-radius: 20px;
}

.reviews {
    padding: 62px 0;
    background: rgb(20, 157, 158);
}

.reviews h2 {
    color: rgb(255, 255, 255);
    font-size: 30px;
    font-weight: 700;
    line-height: 41px;
    text-align: center;
    margin-bottom: 45px;
}

.reviews .container {
    padding: 30px 35px 20px 35px;
    border-radius: 20px;
    background: rgb(255, 255, 255);
    width: 85%;
}

.reviews .reviews-title {
    color: rgb(255, 90, 48);
    font-size: 28px;
    font-weight: 700;
    line-height: 1.21;
}

@media screen and (max-width: 1023px) {
    .promo-title {
        font-size: 30px;
        margin-bottom: 20px;
    }

    .adventures-items {
        grid-template-columns: repeat(2, 1fr);
        row-gap: 100px;
    }

    .why-img-block {
        display: none;
    }

    .why-info-block {
        max-width: 1270px;
    }

    .why-items {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .catalog-name {
        padding: 3px 6px;
        font-size: 16px;
    }

    .catalog-items {
        gap: 25px;
    }

    .name-bottom .catalog-name {
        bottom: 8px;
        right: 8px;
    }

    .name-top .catalog-name {
        top: 8px;
        left: 8px;
    }

    .map .container {
        flex-wrap: wrap;
    }

    .map-info {
        width: 100%;
    }

    .schedule {
        justify-content: flex-end;
        gap: 30px;
    }
}

/*@media screen and (max-width: 862px) {*/
/*    .service-item {*/
/*        width: 294px;*/
/*        height: 249px;*/
/*        padding-top: 10px;*/
/*    }*/

/*    .service-head {*/
/*        transform: translateY(0%);*/
/*    }*/

/*    .service-head img {*/
/*        width: 20%;*/
/*    }*/

/*    .service-title {*/
/*        font-size: 20px;*/
/*    }*/

/*    .service-text {*/
/*        opacity: 1;*/
/*        font-size: 14px;*/
/*    }*/
/*}*/

@media screen and (max-width: 767px) {
    .swiper-pagination {
        display: none;
    }

    .btn-more {
        margin-left: 0;
        width: 155px;
        height: 40px;
        line-height: 1;
    }

    .promo-info {
        bottom: 25px;
        left: 50px;
    }

    .promo-title {
        font-size: 24px;
    }

    .why-item {
        padding-left: 35px;
    }

    .why-info-text {
        font-size: 16px;
    }

    .blog-news-section .container {
        flex-wrap: wrap;
        justify-content: center;
    }

    .schedule {
        justify-content: space-between;
        gap: 30px;
    }
}

@media screen and (max-width: 696px) {
    .service-items {
        gap: 30px;
    }

    .catalog-items {
        grid-template-columns: 1fr;
    }

    #ultra-voice,
    #massage {
        grid-row: unset;
        grid-column: unset;
    }

    .catalog-title {
        font-size: 22px;
        text-transform: uppercase;
    }

    .map-info {
        width: 100%;
        min-width: unset;
    }

    .schedule-title {
        font-size: 16px;
    }

    .schedule {
        font-size: 16px;
    }

    .schedule-day,
    .schedule-time {
        margin-bottom: 0;
    }

    .schedule-title-second {
        margin-top: 20px;
    }
}

@media screen and (max-width: 515px) {
    .promo-title {
        margin-bottom: 12px;
        font-size: 16px;
    }

    .btn-more {
        width: 133px;
        height: 30px;
        font-size: 12px;
    }

    .mySwiper .swiper-button-prev, .mySwiper .swiper-button-next {
        width: 28px;
        height: 28px;
    }

    .adventures-items {
        row-gap: 55px;
    }

    .adventure-item:after {
        width: 140px;
        height: 140px;
    }

    .adventure-number {
        font-size: 50px;
    }

    .adventure-text {
        font-size: 16px;
    }

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

@media screen and (max-width: 424px) {
    .title {
        font-size: 20px;
    }

    .adventures-title {
        margin-bottom: 38px;
        line-height: 25px;
    }

    .adventure-item {
        height: 90px;
    }

    .adventure-item:after {
        width: 100px;
        height: 100px;
    }

    .adventure-number {
        font-size: 35px;
        margin-bottom: 10px;
    }

    .adventure-text {
        font-size: 14px;
    }

    .reviews .container {
        padding: 10px;
    }

    .why-item {
        padding: 10px;
    }

    .why-info-title {
        font-size: 16px;
    }

    .why-info-text {
        font-size: 14px;
    }

    .catalog-head {
        flex-wrap: wrap;
    }

    .head-action {
        width: 100%;
        margin-top: 10px;
    }

    .catalog {
        padding: 20px 0;
    }

    .reviews {
        padding: 30px 0;
    }

    .personal-title {
        font-size: 20px;
    }

    .personal-text {
        font-size: 14px;
    }

    .blog-news-section {
        padding: 30px 0;
    }

    .blog-news-section .container {
        gap: 15px;
    }

    .blog-news-items {
        gap: 20px;
    }

    .blog-title,
    .news-title {
        font-size: 22px;
    }

    .blog-name {
        font-size: 16px;
    }

    .map .container {
        padding: 10px;
    }

    .map-info,
    .map-image {
        padding: 10px;
    }

    .schedule-title {
        font-size: 15px;
    }

    .schedule {
        gap: 10px;
        font-size: 14px;
    }

    .map-image {
        min-height: 250px;
    }
}
