

/* Start:/local/templates/main/components/bitrix/news.list/department_contacts/style.css?17646630561524*/
.department-contacts {
    display: flex;
    flex-wrap: wrap;
    margin-left: -12px;
    margin-right: -12px;
}

.department-contacts-item {
    width: calc(33.3333% - 24px);
    margin: 0 12px 24px;
    position: relative;
}
.info__list-content {
    display: flex;
    gap: 10px;
    align-items: center;
}
.department-contacts-item:after {
    content: '';
    width: 32px;
    height: 32px;
    position: absolute;
    top: -10px;
    left: calc(50% - 16px);
    background-image: url(/local/templates/main/dist/img/content/green-thumbtack.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    z-index: 10;
}

.department-contacts-item-inner {
    position: relative;
    z-index: 10;
}

.department-contacts-item-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.department-contacts-item-bg .svg-bg {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 10;
}

.department-contacts-item-bg .svg-shadow {
    position: absolute;
    bottom: -20px;
    left: -10px;
    width: calc(100% + 20px);
    height: 100%;
    z-index: 1;
}

@media (max-width: 1023px) {
    .department-contacts-item {
        width: calc(50% - 24px);
    }
}

@media (max-width: 600px) {
    .department-contacts-item {
        width: calc(100% - 24px);
    }

    .department-contacts-item:last-child {
        margin-bottom: 0;
    }
}
/* End */


/* Start:/local/templates/main/components/bitrix/news.list/features_of_work/style.css?1764663056808*/

.features-of-work {
    position: relative;
}


.features-of-work-inner {
    position: relative;
    z-index: 10;
}

.features-of-work-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.features-of-work-bg .svg-bg {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 10;
}

.features-of-work-bg .svg-shadow {
    position: absolute;
    bottom: -20px;
    left: -10px;
    width: calc(100% + 20px);
    height: 100%;
    z-index: 1;
}

.features-of-work-item {
    padding: 20px;
    border-bottom: 1px solid #8A8A8A;
}

.features-of-work-item:last-child {
    border-bottom-color: transparent;
}

.department-contacts-item-title {
    font-weight: bold;
    font-size: 16px;
}

/* End */


/* Start:/local/templates/main/components/bitrix/map.yandex.view/contacts/style.css?17646630561393*/
.bx-yandex-view-layout {
    position: relative;
}

.bx-yandex-view-descr {
    width: 385px;
    position: absolute;
    z-index: 10;
    top: 30px;
    right: 27px;
}

.bx-yandex-view-descr:after {
    content: '';
    width: 32px;
    height: 32px;
    position: absolute;
    top: -10px;
    left: calc(50% - 16px);
    background-image: url(/local/templates/main/dist/img/content/green-thumbtack.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    z-index: 10;
}

.bx-yandex-view-descr-text {
    padding: 40px 13px;
    position: relative;
    white-space: pre-wrap;
    z-index: 10;
    font-weight: bold;
    font-size: 16px;
    line-height: 1.4;
    text-align: left;
}

.bx-yandex-view-descr-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.bx-yandex-view-descr-bg .svg-bg {
    position: relative;
    z-index: 10;
    width: 100%;
    height: 100%;
}

.bx-yandex-view-descr-bg .svg-shadow {
    position: absolute;
    bottom: -28px;
    left: -10px;
    width: calc(100% + 20px);
    height: 100%;
    z-index: 1;
}

.bx-yandex-view-map .ymaps-b-select.ymaps-b-select_control_listbox {
    display: none;
}

@media (max-width: 767px) {
    .bx-yandex-view-descr {
        display: none;
    }
}
/* End */


/* Start:/bitrix/components/bitrix/map.yandex.system/templates/.default/style.css?1764663054666*/
div.bx-yandex-map {color: black; font-size: 11px;}
div.bx-yandex-map div.YMaps-b-balloon-content {color: black; font-size: 11px;}
div.bx-popup-form div.bx-yandex-map div.YMaps-b-balloon-point div.YMaps-b-balloon div.YMaps-b-balloon-wrap table.YMaps-b-balloon-frame td {
	padding: 0px !important;
}


div.bx-popup-form div.bx-yandex-map div.YMaps-b-balloon-point div.YMaps-b-balloon div.YMaps-b-balloon-wrap table.YMaps-b-balloon-frame td textarea{
	font-size: 11px;
}


div.bx-popup-form div.bx-yandex-map div.YMaps-b-balloon-point div.YMaps-b-balloon div.YMaps-b-balloon-wrap table.YMaps-b-balloon-frame td.YMaps-b-balloon-b {
	background-image: none !important;
}

/* End */


/* Start:/local/templates/main/components/bitrix/form.result.new/feedback/style.css?1764663056775*/
.feedback-form-box--bg {
    background-image: url(/local/templates/main/dist/img/content/bg-form.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.feedback-form {
    padding: 20px 0;
}

.feedback-form-title {
    font-size: 24px;
    margin-bottom: 20px;
}

.feedback-form__captcha {
    margin-bottom: 40px;
}

.feedback-form__footer .button {
    min-width: 282px;
}

.feedback-form__success {
    margin-bottom: 20px;
    color: #40AE49;
    font-size: 16px;
}
.feedback-form__errors,
.feedback-form__errors .errortext {
    margin-bottom: 20px;
    color: #D20429 !important;
}

@media (max-width: 767px) {
    .feedback-form__captcha {
        margin-bottom: 20px;
    }
}

/* End */
/* /local/templates/main/components/bitrix/news.list/department_contacts/style.css?17646630561524 */
/* /local/templates/main/components/bitrix/news.list/features_of_work/style.css?1764663056808 */
/* /local/templates/main/components/bitrix/map.yandex.view/contacts/style.css?17646630561393 */
/* /bitrix/components/bitrix/map.yandex.system/templates/.default/style.css?1764663054666 */
/* /local/templates/main/components/bitrix/form.result.new/feedback/style.css?1764663056775 */
