

/* Start:/local/templates/interdentos/components/bitrix/news/clinics/style.css?1770846309178*/
@media screen and (min-width: 993px) {
	.promo-banner.section,
    .seo.section,
	.ratings.section,
	.linked-actions.section,
	.gallery.section {
		margin-top: 50px;
	}
}
/* End */


/* Start:/local/templates/interdentos/components/bitrix/news.list/clinics_grid/style.css?17708463094127*/
.clinics__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-gap: 30px;
}

@media screen and (max-width: 992px) {
    .clinics__grid {
        grid-template-columns: 100%;
    }
}

@media screen and (max-width: 576px) {
    .clinics__grid {
        grid-gap: 20px;
    }
}

.clinic {
    width: 100%;
    padding: 10px;
    background-color: var(--extra-light-blue);
    border-radius: 25px;
}

@media screen and (max-width: 992px) {
    .clinic {
        padding: 30px;
    }
}

@media screen and (max-width: 576px) {
    .clinic {
        padding: 20px;
        border-radius: 20px;
    }
}

.clinic__heading {
    width: 100%;
    display: none;
    align-items: flex-start;
    justify-content: space-between;
}

.clinic__heading svg {
    transition: .3s;
}

.clinic__heading.active svg {
    transform: rotate(45deg);
}

@media screen and (max-width: 992px) {
    .clinic__heading {
        display: flex;
    }

    .clinic__owner {
        height: 0;
        overflow: hidden;
        transition: .3s;
    }

    .clinic__owner.active {
        height: auto;
    }

    .clinic__inner {
        padding-top: 30px;
    }
}

@media screen and (max-width: 576px) {
    .clinic__inner {
        padding-top: 20px;
    }
}

.clinic__gallery {
    width: 100%;
    aspect-ratio: 2.4;
    border-radius: 15px;
    overflow: hidden;
}

@media screen and (max-width: 768px) {
    .clinic__gallery {
        aspect-ratio: 1.7;
    }
}

@media screen and (max-width: 576px) {
    .clinic__gallery {
        border-radius: 20px;
    }
}

.clinic__slider {
    width: 100%;
    height: 100%;
}

.clinic__photo {
    cursor: pointer;
}

.clinic__img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: .3s;
}

@media screen and (hover:hover) {
    .clinic__photo:hover .clinic__img {
        transform: scale(1.1);
    }
}



.clinic__slider .pagination-bar.swiper-pagination-horizontal {
    width: calc(100% - (20px * 2));
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
}

.clinic__text-wrap {
    padding: 30px 20px;
}

@media screen and (max-width: 992px) {
    .clinic__text-wrap {
        padding: 30px 0 0;
    }
}

@media screen and (max-width: 576px) {
    .clinic__text-wrap {
        padding: 20px 0 0;
    }
}

.clinic__name {
    margin-bottom: 20px;
    color: var(--black);
    text-decoration: none;
    display: block;
}

.clinic__heading .clinic__name {
    margin: 0 10px 0 0;
}

@media screen and (hover:hover) {
    a.clinic__name:hover,
    a.clinic__name:focus-visible {
        color: var(--red);
    }
}

@media screen and (max-width: 992px) {
    .clinic__text-wrap .clinic__name {
        display: none;
    }
    
}

.clinic__contacts {
    margin-bottom: 30px;
}

@media screen and (max-width: 576px) {
    .clinic__contacts {
        margin-bottom: 20px;
    }
}

.clinic__contact-item {
    margin-bottom: 20px;
}

@media screen and (max-width: 576px) {
    .clinic__contact-item {
        margin-bottom: 15px;
    }
}

.clinic__contact-item_grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-gap: 20px;
}

@media screen and (min-width: 993px) and (max-width: 1200px) {
    .clinic__contact-item_grid {
        grid-template-columns: 100%;
    }
}

@media screen and (max-width: 576px) {
    .clinic__contact-item_grid {
        grid-template-columns: 100%;
        grid-gap: 15px;
    }
}

.clinic__contact-item:last-child {
    margin: 0;
}

.clinic__contact-text {
    margin: 0;
    color: var(--black);
    text-decoration: none;
    display: flex;
    align-items: flex-start;
}

@media screen and (hover:hover) {
    a.clinic__contact-text:hover,
    a.clinic__contact-text:focus-visible {
        color: var(--red);
    }
}

.clinic__contact-text svg {
    width: 19px;
    height: 19px;
    margin-top: 3px;
    margin-right: 10px;
}

.clinic__link {
    color: var(--red);
    text-decoration: none;
}

@media screen and (hover:hover) {
    .clinic__link:hover,
    .clinic__link:focus-visible {
        color: var(--orange);
    }
}
/* End */


/* Start:/local/templates/interdentos/components/bitrix/news.list/clinics_map/style.css?17708463094030*/
.map__wrapper {
	width: 100%;
	height: 660px;
	border-radius: 40px;
	overflow: hidden;
}

@media screen and (max-width: 576px) {
	.map__wrapper {
		height: 395px;
		border-radius: 20px;
	}
}

#map {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

#map .ymaps3x0--main-engine-container {  
    filter: grayscale(1);  
    -ms-filter: grayscale(1);  
    -webkit-filter: grayscale(1);  
    -moz-filter: grayscale(1);  
    -o-filter: grayscale(1);  
}  

.marker-block {
    position: relative;
    transform: translate(-50%, -100%);
}

.marker-block__btn {
    max-width: unset;
    max-height: unset;
    width: 30px;
    height: 50px;
}

.map-modal {
    width: 380px;
    padding: 20px;
    background: #fff;
    border-radius: 20px;
    box-shadow: var(--dark-shadow);
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: calc(100% + 20px);
    transition: .3s;
    opacity: 0;
    pointer-events: none;
}

.map-modal.active {
    opacity: 1;
    pointer-events: fill;
}

.map-modal::before {
    width: 17px;
    height: 15px;
    content: '';
    background: url(/local/templates/interdentos/components/bitrix/news.list/clinics_map/images/arrow.svg) no-repeat center right / contain;
    position: absolute;
    right: calc(100% - 1px);
    top: 50%;
    transform: translateY(-50%);
}

@media screen and (max-width: 1200px) {
    .map-modal {
        width: 420px;
    }
}

@media screen and (max-width: 768px) {
    .map-modal {
        width: 320px;
        bottom: 50%;
        top: unset;
        bottom: calc(100% + 10px);
        left: 50%;
        transform: translateX(-50%);
    }

    .map-modal::before{
        top: calc(100% - 1px);
        right: unset;
        left: 50%;
        transform: translateX(-50%) rotate(-90deg);
    }
}

.map-modal__close-btn {
    max-width: unset;
    max-height: unset;
    width: 18px;
    height: 18px;
    display: flex;
    flex-direction: column;
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 2;
}

.map-modal__close-btn::after,
.marker-block__btn::after {
    display: none;
}


.marker-block__btn,
.map-modal__close-btn  {
    padding: 0;
    background: transparent;
    border: none;
    border-radius: 0;
}

@media screen and (hover:hover) {
    .marker-block__btn:hover,
    .marker-block__btn:focus-visible,
    .map-modal__close-btn:hover,
    .map-modal__close-btn:focus-visible {
        background: none;
    }
}

.map-modal__close-btn span {
    width: 100%;
    height: 2px;
    background-color: var(--dark-blue);
    display: block;
    transition: .3s;
}

@media screen and (hover:hover) {
    .map-modal__close-btn:hover span,
    .map-modal__close-btn:focus-visible span {
        background-color: var(--red);
    }
}

.map-modal__close-btn span:first-of-type {
    transform: translate(0px, 1px) rotate(45deg);
}

.map-modal__close-btn span:last-of-type {
    transform: translate(0px, -1px) rotate(-45deg);
}

.contacts-modal__name {
    max-width: calc(100% - 28px);
    margin: 0 0 20px;
    color: var(--dark-blue);
    text-decoration: none;
    display: block;
}

@media screen and (hover:hover) {
    .contacts-modal__name:hover,
    .contacts-modal__name:focus-visible {
        color: var(--red);
    }
}

.contact-modal {
    margin-bottom: 15px;
}

.contact-modal:last-of-type {
    margin: 0;
}

.contact-modal__name.onest-14 {
    margin: 0 0 5px;
    color: var(--dark-blue);
    text-transform: uppercase;
    font-weight: 600;
}

.contact-modal__value {
    margin: 0 0 5px; 
    color: var(--black);
    text-decoration: none;
    display: flex;
    align-items: flex-start;
}

.contact-modal__value:last-child {
    margin: 0;
}

.contact-modal__value svg {
    width: 15px;
    height: 15px;
    margin-right: 10px;
    transform: translateY(5px);
    flex-shrink: 0;
}

.contact-modal__value path {
    transition: .3s;
}

@media screen and (hover:hover) {
    a.contact-modal__value:hover,
    a.contact-modal__value:focus-visible {
        color: var(--red);
    }
}
/* End */


/* Start:/local/templates/interdentos/components/bitrix/news.list/promo-banner/style.css?17708463091126*/
.promo-banner.section {
	padding: 0;
	overflow: hidden;
}

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

@media screen and (max-width: 992px) {
	.promo-banner__flex {
		flex-direction: column;
	}
}

.promo-banner__text-wrap {
	max-width: 890px;
	padding: 50px;
}

@media screen and (max-width: 992px) {
    .promo-banner__text-wrap {
        padding: 40px;
    }
}

@media screen and (max-width: 576px) {
    .promo-banner__text-wrap{
        padding: 20px;
    }
}

.promo-banner__text {
	margin-top: 10px;
}

.promo-banner__text > *:first-child {
	margin-top: 0;
}

.promo-banner__text > *:last-child {
	margin-bottom: 0;
}

.promo-banner__img-wrap {
	max-width: 100%;
	width: 455px;
	align-self: flex-end;
	flex-shrink: 0;
}

.promo-banner__img {
	width: 100%;
	object-fit: contain;
}

.promo-banner .socials,
.promo-banner__btn {
	margin-top: 30px;
}

@media screen and (max-width: 576px) {
	.promo-banner .socials,
	.promo-banner__btn {
		margin-top: 20px;
	}
}

@media screen and (max-width: 400px) {
	.promo-banner__btn.red-btn {
		max-width: unset;
		width: 100%;
	}
}
/* End */
/* /local/templates/interdentos/components/bitrix/news/clinics/style.css?1770846309178 */
/* /local/templates/interdentos/components/bitrix/news.list/clinics_grid/style.css?17708463094127 */
/* /local/templates/interdentos/components/bitrix/news.list/clinics_map/style.css?17708463094030 */
/* /local/templates/interdentos/components/bitrix/news.list/promo-banner/style.css?17708463091126 */
