@charset "UTF-8";

.intro-swiper .swiper-pagination-bullet {
    background-color: #4A63FF;
    width: 16px;
    height: 16px;
}

.intro-swiper .swiper-pagination-bullet.swiper-pagination-bullet-active {
    position: relative;
}

.intro-swiper .swiper-pagination-bullet.swiper-pagination-bullet-active::before {
    display: block;
    content: "";
    height: 12px;
    width: 12px;
    border: 2px solid #fff;
    position: absolute;
    top: 50%;
    right: 50%;
    -webkit-transform: translate3d(50%, -50%, 0);
            transform: translate3d(50%, -50%, 0);
    border-radius: 50%;
}

.swiper-pag {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
}

.slider-button {
    position: relative;
    cursor: pointer;
    width: 45px;
    height: 45px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border: 1px solid #DDE0ED;
    border-radius: 50%;
}

.slider-button:hover {
    background-color: rgba(221, 224, 237, 0.45);
}

.slider-button::after {
    content: "";
    width: 30px;
    height: 30px;
    color: #4A63FE;
    font-size: 30px;
    line-height: 0.8;
    position: absolute;
    top: 50%;
    right: 50%;
    -webkit-transform: translate3d(50%, -50%, 0);
            transform: translate3d(50%, -50%, 0);
}

.swiper-button-disabled {
    opacity: 0.7;
    cursor: auto;
}

.swiper-button-disabled:hover {
    background-color: transparent;
}

.slider-button_prev::after {
    content: "‹";
    padding-bottom: 2px;
}

.slider-button_next::after {
    content: "›";
    padding-left: 5px;
    padding-bottom: 2px;
}

.swiper__doctors .swiper-wrapper,
.articles__wrapper,
.reviews__wrapper {
    padding-bottom: 40px;
}

.swiper__doctors .swiper-wrapper .swiper-slide {
    padding-left: 10px;
    padding-right: 10px;
    height: auto;
}

.certificate .swiper-button-next::after, .certificate .swiper-button-prev::after {
    color: #fff;
}

.slide-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

.swiper__articles .swiper-wrapper .swiper-slide {
    padding-left: 10px;
    padding-right: 10px;
}

.swiper__gallery .swiper-slide {
    height: auto;
}

.swiper__articles .swiper-slide {
    height: auto;
}

.stocks-item {
    height: auto !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.slider-button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 45px;
    height: 45px;
}

/* my__swiper MEDIA */
@media (max-width: 1070px) {
    .intro-swiper .swiper-pagination {
        position: static;
        margin-top: 35px;
    }

    .intro-swiper .swiper-pagination .swiper-pagination-bullet {
        width: 12px;
        height: 12px;
    }

    .intro-swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active::before {
        height: 8px;
        width: 8px;
        border: 1px solid #fff;
    }
}

@media (max-width: 550px) {
    .swiper__doctors .swiper-wrapper .swiper-slide {
        padding: 0;
    }

    .certificate .swiper-pag {
        display: none;
    }

    .articles__wrapper, .reviews__wrapper {
        padding-bottom: 90px;
    }

    .slider-button {
        width: 35px;
        height: 35px;
    }

    .slider-button::after {
        width: 25px;
        height: 25px;
        font-size: 25px;
        padding-bottom: 0;
    }
}