

/* Start:/bitrix/components/logicloud.health/cards/templates/.default/style.css?17887616081566*/
.main-clinic {
  background: var(--main-color) center left no-repeat;
}

.main-clinic__block .text .btn {
    width: 100%;
}

@media only screen and (max-width: 1700px) {
  .main-clinic {
    background: var(--main-color) -10% center no-repeat;
  }
}

@media only screen and (max-width: 1600px) {
  .main-clinic {
    background: var(--main-color)  -20% center no-repeat;
  }
}

@media only screen and (max-width: 1500px) {
  .main-clinic {
    background: var(--main-color) -45% center no-repeat;
  }
}

@media (max-width: 1309px) {
  .main-clinic {
    background: var(--main-color) -70% center no-repeat;
  }
}

@media only screen and (max-width: 1199px) {
  .main-clinic {
    background: var(--main-color) !important;
  }
}

@media only screen and (max-width: 576px) {
  .main-clinic {
    background: var(--main-color) top center no-repeat !important;
    background-size: contain;
  }
}



@media only screen and (min-width: 1700px) {
    .offset-xl-custom {
        margin-left: 42%;
    }
}

@media only screen and (max-width: 1699px) {
    .offset-xl-custom {
        margin-left: 38%;
    }
}

@media only screen and (max-width: 1600px) {
    .offset-xl-custom {
        margin-left: 34%;
    }
}

@media only screen and (max-width: 1500px) {
    .offset-xl-custom {
        margin-left: 30%;
    }
}

@media only screen and (max-width: 1400px) {
    .offset-xl-custom {
        margin-left: 24%;
        max-width: 80%;
    }
}

@media only screen and (max-width: 1199px) {
    .offset-xl-custom {
        margin-left: 0;
        max-width: 100%;
    }
}
/* End */


/* Start:/local/templates/logicloud.health_s1/components/logicloud.health/contacts/mainpage.contact/style.css?17854006911257*/
.contact-wrapper {
    padding: 20px;
    border: 1px solid var(--borderGreyColor);
    border-radius: 20px;
}
.contact-wrapper .contact-info {
    display: flex;
    flex-direction: column;
}
.contact-wrapper .contact-info .page-contacts__block {
    align-items: center;
    margin: 0;
    padding: 14px 10px;
    border-bottom: 1px solid var(--borderGreyColor);
}
.contact-wrapper .contact-info .page-contacts__block:last-child {
    border-bottom: unset
}
.contact-wrapper .contact-map {
    height: 100%;
}
.contact-wrapper .contact-map iframe {
    height: 100%;
    border-radius: 10px;
}

.contact-wrapper .page-contacts__block .characteristic {
    flex: 2;
}
.contact-wrapper .page-contacts__block:not(.phone_container) {
    column-gap: 5px;
}
.contact-wrapper .page-contacts__block:has(.phone_container) {
    flex-direction: column;
}
.contact-wrapper .page-contacts__block .phone_container {
    display: flex;
    column-gap: 5px;
}

@media (max-width: 991px) {
	.contact-wrapper .contact-map {
		margin-top: 30px;
	}
	.contact-wrapper .contact-map iframe {
		height: 400px;
	}
}

@media only screen and (max-width: 575px) {
    .contact-wrapper .page-contacts__block .phone_container {
        display: block;
        margin: 10px 0;
    }
}
/* End */
/* /bitrix/components/logicloud.health/cards/templates/.default/style.css?17887616081566 */
/* /local/templates/logicloud.health_s1/components/logicloud.health/contacts/mainpage.contact/style.css?17854006911257 */
