.clinic__bg {
    display: none;
}
.clinic {
    background: #ebf5ff;
    padding-top: 150px;
    padding-bottom: 180px;
}
.clinic__container {
}
.container {
}
.clinic__wrapper {
    display: flex;
    justify-content: space-between;
}
.clinic__media {
    width: 36%;
}
.clinic__featured-img {
    width: 100%;
    height: 100%;
    flex-shrink: 0;
    aspect-ratio: 20/21;
    border-radius: 30px;
    object-fit: cover;
}
.img-fluid {
}
.rounded {
}
.clinic__content {
    border-radius: 30px;
    width: 60%;
    padding: 40px;
    background: #fff;
}
.clinic__header {
}
.clinic__info {
    margin-bottom: 46px;
}
.clinic__name {
    color: #28314d;
    font-size: 52px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%; /* 62.4px */
    text-transform: uppercase;
}
.clinic__description {
    color: #7d8394;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%; /* 24px */
}
.clinic__logo {
    display: none;
}
.clinic__logo-img {
}
.clinic__contacts {
    padding: 0;
    list-style-type: none;
    display: flex;
    flex-direction: column;
    gap: 17px;
    margin-bottom: 28px;
}
.clinic__contact {
    display: flex;
    align-items: center;
    gap: 21px;
}
.clinic__contact--address {
}
.clinic__icon {
    width: 18px;
}
.clinic__contact-text {
    color: #28314d !important;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%; /* 22.4px */
}
.clinic__contact--metro {
}
.clinic__contact--phone {
}
.clinic__contact-link {
    text-decoration: none;
    color: inherit;
}
.clinic__footer {
    display: flex;
    justify-content: space-between;
    align-items: end;
}
.clinic__schedule {
}
.clinic__schedule-title {
    color: #28314d;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%; /* 24px */
    margin-bottom: 11px;
}
.clinic__schedule-table {
}
.clinic__schedule-row {
}
.clinic__schedule-day {
    color: #7d8394;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%; /* 18px */
    padding-right: 13px;
}
.clinic__schedule-time {
    color: #28314d;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%; /* 18px */
}
.clinic__directions {
}
.clinic__directions-link {
    border-radius: 50px;
    background: #c9e3ff;
    color: #28314d;
}
.clinic__directions-link .btn-arrow__text {
    color: #28314d;
}
.clinic__directions-link:hover {
    background: #c9e3ff !important;
    color: #28314d !important;
    box-shadow: 0 4px 24px 0 rgba(40, 49, 77, 0.1);
}
.clinic__directions-link:hover {
    background: #28314d;
}

.clinic-white {
    background-color: #fff;
    border-radius: 100px;
}

/* Promotions */
.clinic-promotions {
    background-color: #fff;
    border-radius: 100px;
    padding-top: 100px;
    margin-top: -100px;
    margin-bottom: 100px;
}
.clinic-promotions .container {
    position: relative;
}
.clinic-promotions__header {
}
.clinic-promotions__title {
    color: #28314d;
    font-size: 52px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%; /* 62.4px */
    text-transform: uppercase;
    margin-bottom: 60px;
}
.clinic-promotions__nav {
    display: flex;
    gap: 12px;
    justify-content: end;
    position: absolute;
    top: 15px;
    right: 0;
}
.clinic-promotions__nav-btn {
    border: none;
    padding: 0;
    margin: 0;
    background-color: inherit;
}
.clinic__excerpt {
    font-weight: 600;
    font-size: 16px;
    line-height: 150%;
    color: #7d8394;
}
.clinic-promotions__nav-btn--prev {
}
.clinic-promotions__nav-btn--next {
}
.swiper {
}
.clinic-promotions__slider {
}
.swiper-wrapper {
}
.swiper-slide {
}
.promotion-card {
}
.promotion-card__image {
    margin-bottom: 27px;
}
.promotion-card__image img {
    width: 100%;
    height: 349px;
    border-radius: 25px;
    object-fit: cover;
}
.promotion-card__content {
}
.promotion-card__title {
    color: #28314d;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%; /* 24px */
    margin: 0;
}

@media (max-width: 768px) {
    .clinic-promotions__title {
        font-size: 20px;
        margin-bottom: 22px;
    }
    .clinic-promotions__nav-btn svg {
        width: 28px;
        height: 28px;
    }
    .clinic-promotions__nav {
        top: 0;
        gap: 8px;
    }
    .promotion-card__image {
        aspect-ratio: 129 / 225;
        margin-bottom: 10px;
    }
    .promotion-card__image img {
        aspect-ratio: 129 / 225;
        height: 100%;
    }
    .promotion-card__title {
        font-size: 12px;
        line-height: 130%;
    }
    .clinic-promotions__header {
        position: relative;
    }
    .clinic-white {
        border-radius: 0;
        background-color: #fff0;
    }
    .clinic-promotions {
        border-radius: 40px;
        background: #ebf5ff;
        margin: 0;
        padding: 30px 0;
    }
    .clinic__wrapper {
        flex-direction: column;
    }
    .clinic__media {
        display: none;
    }
    .clinic__content {
        width: 100%;
        padding: 0;
        border-radius: 0;
        background: inherit;
    }
    .clinic__name {
        font-size: 20px;
        line-height: 150%; /* 30px */
        margin-bottom: 5px;
    }
    .clinic__excerpt {
        font-size: 11px;
        line-height: 150%;
    }
    .clinic__info {
        margin-bottom: 10px;
        width: 50%;
    }
    .clinic__header {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-bottom: 10px;
    }
    .clinic__logo {
        display: flex;
    }
    .clinic__logo img {
        width: 80px;
        height: 80px;
        border-radius: 20px;
    }
    .clinic__contacts {
        gap: 7px;
        margin-bottom: 19px;
    }
    .clinic__contact-text {
        font-size: 14px;
        line-height: 140%;
    }
    .clinic__icon {
        width: 14px;
    }
    .clinic__contact {
        gap: 12px;
    }
    .clinic__footer {
        flex-direction: column-reverse;
        justify-content: start;
        align-items: start;
        gap: 13px;
    }
    .clinic__schedule {
        padding: 14px 22px;
        border-radius: 25px;
        background: #ebf5ff;
    }
    .clinic {
        background-color: #fff0;
        padding: 100px 0 40px;
    }
    .clinic__schedule-title {
        margin-bottom: 8px;
        font-size: 14px;
        line-height: 150%; /* 21px */
    }
    .clinic__bg {
        display: flex;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 200px;
        background: linear-gradient(180deg, #c4e2ff 0%, rgba(255, 255, 255, 0) 100%);
        z-index: -1;
    }
    .clinic-promotions__slider {
        width: 95vw;
    }
}
