

/* Start:/local/assets/css/components/clinics_list.css?17489439266425*/
.clinics__list-header{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.clinics__list-allMap{
    margin-bottom: 50px;
    cursor: pointer;
    transition: color .3s ease;
}

.clinics__list-allMap:hover{
    color: var(--green)
}

.clinics__list-block {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    gap: 20px;
}


.clinics__item-img {
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.clinics__list_item {
    grid-column: span 4;
}

.clinic__item-card {
    border-radius: 24px;
    display: flex;
    flex-direction: column;
    position: relative;
    background-color: var(--light-grey);
}

.clinics__item-about_img img {
    display: block;
    height: 190px;
    object-fit: cover;
    border-radius: 24px;
    width: 100%;
}

.clinic__item-card__city {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #2D264B;
    font-family: Raleway;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
    letter-spacing: -0.28px;
}

.clinic__item-card__city i {
    color: #8E94AB;
}

.clinic__item-card__address {
    color: #2D264B;
    font-family: Golos;
    font-size: 14px;
    font-weight: 500;
    line-height: 18px;
    transition: color .2s;
}

.clinic__item-card__address:hover{
    color: var(--green) ;
}

.clinic__item-card__shedule {
    color: #8E94AB;
    font-family: Golos;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.clinic__item-card__controls {
    display: flex;
    align-items: center;
    gap: 33px;
}

.clinic__item-card__scheme {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #2D264B;
    font-family: Golos;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-decoration: none;
    transition: color .2s;
    cursor: pointer;
}

.clinic__item-card__scheme:hover {
    color: var(--green) ;
}

.clinic__item-card__scheme i {
    color: var(--green) ;
    font-size: 16px;
}

.clinic__item-card_info{
    padding: 25px 16px;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.clinic__item-card_name {
    margin-bottom: 8px;
}

.clinic__item-card_name p{
    color: var(--grey);
    padding-bottom: 8px;
}

.clinics__list-block__pagination{
    display: flex;
    justify-content: center;
}
/* попап */
.popup__inner.clins_map_popup__inner {
    max-width: 1350px;
    padding: 0;
    background: transparent;
    width: 90%;
}
.popup__inner .clins_map_popup__close {
    position: static;
    display: flex;
    justify-content: center;
    position: relative;
    top: -10px !important;
}

.clinics_popup_map_wrap {
    position: relative;
}

.clinics_popup_map {
    border-radius: 20px;
    overflow: hidden;
    height: 842px;
    max-height: calc(var(--viewport-height) - 80px);
}

.clins_map_popup__head {
    display: none;
}

.clins_map_popup__close i {
    color: #fff !important;
}
/* попап END */

@media (max-width: 1199px) {
	.clinics__list-block {
        margin-left: -8px;
        margin-right: -8px;
        margin-bottom: -16px;
    }

    .clinics__item-about_img img {
        height: 205px;
    }

	.clinic__item-card__controls {
        gap: 18px;
    }
}

@media (max-width: 767px) {
    .clinics__list_item{
        grid-column: span 6;
    }

	.clinic__item-card__address {
        font-family: Raleway;
        font-size: 16px;
        font-weight: 600;
        line-height: 110%;
    }

    .image-container .points{
        display: none;
    }

    .popup__inner.clins_map_popup__inner{
        width: 100%;

        top: 59px;
    }
}

@media (max-width: 500px) {
    .clinics__list_item{
        grid-column: span 12;
    }

    .clinics__list-header{
        align-items: flex-start;
        flex-direction: column;
    }
}

.image-container {
    position: relative;
    height: 190px;

}

.main-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-top-right-radius: 20px;
    border-top-left-radius: 20px;
}

.hover-areas {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
}

.hover-area {
    flex: 1;
    cursor: pointer;
}

.points {
    position: absolute;
    bottom: 10px;
    left: 0;
    width: 100%;
    display: flex;
    justify-content: space-around;
    gap: 5px;
    padding-left: 10px;
    padding-right: 10px;
}

.point-new {
    width: 20px;
    width: 100%;
    height: 2px;
    border-radius: 20px;
    background-color: white;
    transition: background-color 0.3s ease;
}

.point-new.active {
    background-color: var(--green);
}

.hover-area-seo{
    display: none;
}

.clinic__item-card-schedule {
    cursor: pointer;
    position: absolute;
    top: 12px;
    right: 12px;
    background: #FFFFFF;
    border-radius: 40px;
    padding: 9px 15px;
    display: flex;
    align-items: center;
    gap: 9px;
    font-size: 12px;
    line-height: 12px;
    letter-spacing: -0.02em;
    color: #2D264B;
    z-index: 1;
    font-family: Raleway;
    font-weight: 500;
}
.clinic__item-card-schedule i {
    color: #2CC379;
    font-size: 13px;
}

.clinicShedulePopup2 .popup__close {
    right: auto !important;
    left: 50% !important;
    top: -40px !important;
    color: #fff !important;
    transform: translate(-50%, 0) !important;
}
.clinicShedulePopup2__head {
    margin-bottom: 38px;
}
.clinicShedulePopup2__title {
    font-size: 20px;
    line-height: 22px;
    margin-bottom: 12px;
    font-family: Raleway;
    font-weight: 500;
}
.clinicShedulePopup2__address {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    line-height: 14px;
    font-family: Raleway;
    font-weight: 500;
}
.clinicShedulePopup2__address i {
    color: #8E94AB;
    font-size: 15px;
}
.clinicShedulePopup2__row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 50px;
}
.clinicShedulePopup2__label {
    font-size: 14px;
    line-height: 20px;
    color: #8E94AB;
    margin-bottom: 20px;
    font-family: Raleway;
}
.clinicShedulePopup2__text {
    font-size: 14px;
    line-height: 20px;
    font-family: Raleway;
}
@media (max-width: 767px) {
    .clinicShedulePopup2__row {
        grid-template-columns: 1fr;
        gap: 35px;
    }

    .clinicShedulePopup2 .popup__close {
        top: 10px !important;
        color: var(--font-color) !important;
    }
}
/* End */
/* /local/assets/css/components/clinics_list.css?17489439266425 */
