

/* Start:/bitrix/templates/rodnik72/components/bitrix/news.detail/r_contacts_main/style.css?17516219991966*/
.map-block__wrapper {
    position: relative;
}

.map-block__content {
    min-height: 650px;
    border-radius: 10px;
    overflow: hidden;
}

.map-popup {
    position: absolute;
    top: 46px;
    left: 50px;
    max-width: 512px;
    width: 100%;
    padding: 36px;
    background: #F9F9F9;
    border-radius: 16px;

    display: flex;
    flex-direction: column;
    gap: 26px;
}

.map-popup__title {
    color: #262626;
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.map-popup__address {
    margin: 0;
    color: #009BA0;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 180%; /* 32.4px */
}

.map-popup__text {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.map-block__wrapper a {
    display: flex;
    align-items: center;
    gap: 12px;
    color: #827F7F;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 180%; /* 32.4px */
}

.map-popup__row {
    position: relative;
    display: flex;
    align-items: center;
    gap: 32px;
    z-index: 2;
    transition: all .4s linear;
}

.map-popup__row_bg,
.map-popup__row_bg.custom {
    position: absolute;
    left: -16px;
    padding: 26px;
    z-index: -1;
    transition: all .2s linear;
}

.map-popup__row_bg.custom {
    left: -14px;
}

.map-popup__text_description {
    color: #827F7F;
    transition: all .2s linear;
}

.map-popup__row:hover .map-popup__row_bg {
    border-radius: 100px;
}

.map-popup__text_title {
    transition: all .2s linear;
}

.map-popup__icons {
    margin-top: 40px;

    display: flex;
    align-items: center;
    gap: 22px;
}

@media screen and (max-width: 1000px) {
    .map-popup {
        position: initial;
        /*margin-bottom: 50px;*/
        max-width: 100%;
        box-shadow: none;
        background: #F9F7F7;
    }
}

@media screen and (max-width: 767px) {
    .map-block__content {
        min-height: 282px;
    }
}

/* End */


/* Start:/bitrix/templates/rodnik72/components/bitrix/news.list/r_contacts_personal-visits/style.css?16934714172363*/
.schedule-blue__container {
    display: flex;
    padding: 34px 24px;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;

    border-radius: 16px;
    border: 1px solid #EFF0F0;
    background: #EAF9FE;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.04);
}

.schedule-blue__item {
    display: flex;
    align-items: center;
    gap: 10px;
}

.schedule-blue__item_text {
    color: #757575;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 170%; /* 27.2px */
}

.schedule-blue__item_text.bold {
    color: #000;
}

.schedule-blue__item img {
    width: 24px;
    height: 24px;
}

.personal-schedule {
    margin-top: 36px;
}

.personal-schedule .delimiter {
    width: 100%;
    height: 2px;
    background: #EFF0F0;
}

.personal-schedule__card {
    display: flex;
    padding: 39px 36px;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    flex: 1 0 0;

    border-radius: 16px;
    border: 1px solid #EFF0F0;
    background: #FFF;

    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.04);
}

.personal-schedule__title {
    min-height: 92px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;

    color: #000;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 170%; /* 30.6px */
    text-transform: uppercase;
}

.personal-schedule__card img {
    width: 24px;
    height: 24px;
}

.personal-schedule__item {
    display: flex;
    gap: 10px;
}

.personal-schedule__item p {
    margin: 0;
    padding: 0;

    color: #757575;

    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 170%; /* 27.2px */
}

.personal-schedule__info {
    min-height: 142px;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.personal-schedule__contact {
    display: flex;
    align-items: center;
    gap: 10px;
}

.personal-schedule__contact p {
    color: #14ADD9;

    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 170%; /* 27.2px */
}

@media screen and (max-width: 1000px) {
    .schedule-blue__container {
        flex-direction: column;
        gap: 24px;
    }
}

@media screen and (max-width: 767px) {
    .schedule-blue__container {
        align-items: flex-start;

    }
}
/* End */


/* Start:/bitrix/templates/rodnik72/components/bitrix/news.list/r_contacts_staff/style.css?1693457230877*/
.contact-staff-card {
    display: flex;
    padding: 24px;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    flex: 1 0 0;

    border-radius: 16px;
    border: 1px solid #EFF0F0;
    background: #FFF;
    box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.05);
}

.contact-staff-card__title {
    margin: 0;
    padding: 0;

    color: #757575;

    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 170%; /* 30.6px */
}

.contact-staff-card__info-container {
    display: flex;
    align-items: center;
    gap: 16px;
    flex-wrap: wrap;
}

.contact-staff-card__info {
    display: flex;
    align-items: center;
    gap: 10px;

    color: #14ADD9;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 170%; /* 30.6px */
}

.contact-staff-card__info img {
    width: 24px;
    height: 24px;
}
/* End */


/* Start:/bitrix/templates/rodnik72/components/bitrix/news.list/r_contacts_supervisory/style.css?16934707161532*/
.contacts-department-slider .slick-list {
    padding-bottom: 24px;
    margin-right: -2px;
}

.contacts-department-slider__item {
    position: relative;
    width: 100%;
    max-width: 418px;
    min-height: 320px;
    border-radius: 16px;
    background: #FFF;
    box-shadow: 0px 6px 12px 0px rgba(0, 0, 0, 0.06);
    border: 1px solid #EFF0F0;

    display: flex !important;
    flex-direction: column;
    gap: 28px;
    margin: 0 12px;

    padding: 39px 36px;
}

.contacts-department-slider__title {
    min-height: 55px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;

    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 170%; /* 27.2px */
}

.contacts-department-slider__text {
    color: #757575;

    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 170%; /* 27.2px */
}

.contacts-department-slider__contacts {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.contacts-department-slider__contacts-item {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #14ADD9;
}

.contacts-department-slider__contacts-item img {
    width: 24px;
    height: 24px;
}

.elka-bg {
    position: absolute;
    right: 38px;
    bottom: 29px;
    width: 40px;
    height: 84px;
    z-index: 2;
}

@media screen and (max-width: 767px) {
    .contacts-department-slider__item {
        max-width: 91vw;
        padding: 16px;
    }
}
/* End */


/* Start:/bitrix/templates/rodnik72/components/bitrix/news.list/r_contacts_gos_uslugi/style.css?1693471215648*/
.gos-uslugi__card {
    min-height: 320px;
    max-width: 416px;
    padding: 36px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 28px;
    align-self: stretch;

    border-radius: 16px;
    background: #FFF;

    box-shadow: 0px 12px 24px 0px rgba(0, 0, 0, 0.06);
    transition: all .2s linear;
}

.gos-uslugi__card:hover {
    box-shadow: 0px 12px 24px 0px rgba(0, 0, 0, 0.12);
}

.gos-uslugi__card img {
    max-width: 280px;
    width: 100%;
    object-fit: contain;
}

.gos-uslugi__card p {
    margin: 0;
    padding: 0;
    text-decoration: underline;
    text-align: center;
    word-break: break-word;
}
/* End */
/* /bitrix/templates/rodnik72/components/bitrix/news.detail/r_contacts_main/style.css?17516219991966 */
/* /bitrix/templates/rodnik72/components/bitrix/news.list/r_contacts_personal-visits/style.css?16934714172363 */
/* /bitrix/templates/rodnik72/components/bitrix/news.list/r_contacts_staff/style.css?1693457230877 */
/* /bitrix/templates/rodnik72/components/bitrix/news.list/r_contacts_supervisory/style.css?16934707161532 */
/* /bitrix/templates/rodnik72/components/bitrix/news.list/r_contacts_gos_uslugi/style.css?1693471215648 */
