

/* Start:/bitrix/components/globalform/main.feedback/templates/globalform/style.css?1638879184572*/
.mf-control-required { color: #f00; }

.d-flex-form form div input{
	width: 100%;
}
.mod{
	display: flex; 
	justify-content: space-between;
	flex-wrap: wrap;
	width: 100%;
}
.mod div{
	width: 48%;
}
.btn_footer-form{
font-weight: 500;
    font-size: 18px;
    line-height: 21px;
    color: #404040!important;
    padding: 12px 30px!important;
    background: #f9c127!important;
    max-width: 203px;
    text-align: center;
    border-radius: 3px!important;
	border: none!important;
}
label{
	color: #fff;
}
.alert.alert-success{
	color: #32a852;
	margin-bottom : 20px;
}

/* End */


/* Start:/local/templates/ingopro/template_styles.css?17691670547037*/
.footer .footer-contact .footer-contact__form .form-control_checkbox {
    width: auto;
    margin: 0 10px 0 0;
}
.footer .footer-contact .footer-contact__form .form-control_label {
	display: inline;
}

.footer .footer-contact .footer-contact__form .form-control_label a {
	font-size: initial;
    background: initial;
    color: white;
    text-decoration: underline;
    padding: initial;
    margin: initial;
    line-height: 1;
    text-align: initial;
}

.callback-form .form-control_label a {
    color: white;
    text-decoration: underline;
}

#cookie-notice {
	display: none;
}

#cookie-notice.activated {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 15px;
    position: fixed;
    bottom: 0;
    background: white;
    width: 100vw;
    z-index: 9999;
}

#cookie-notice.activated > button {
    padding: 7px;
    margin: 0 10px;
    background: none;
    border: 1px solid lightgray;
    border-radius: 5px;
}
/* ==================================================
   Заголовки статей (H2 / H3 / H4)
   Единый корпоративный стиль
   ================================================== */

/* H2 — основные разделы статьи */
main.main-news_detail h2 {
    font-size: 22px;
    font-weight: 700;
    text-transform: uppercase;
    color: #0a1f44;
    margin: 32px 0 16px;
    line-height: 1.3;
    letter-spacing: 0.03em;
}

/* H3 — подразделы */
main.main-news_detail h3 {
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    color: #0a1f44;
    margin: 24px 0 12px;
    line-height: 1.35;
    letter-spacing: 0.03em;
}

/* H4 — подпункты */
main.main-news_detail h4 {
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    color: #0a1f44;
    margin: 18px 0 8px;
    line-height: 1.4;
    letter-spacing: 0.02em;
}
/* ==================================================
   Списки в статьях: вернуть маркеры и нормальные отступы
   ================================================== */

main.main-news_detail ul,
main.main-news_detail ol {
    margin: 12px 0 16px;
    padding-left: 22px; /* отступ под маркеры */
}

main.main-news_detail ul {
    list-style: disc; /* точки */
}

main.main-news_detail ol {
    list-style: decimal; /* цифры */
}

main.main-news_detail li {
    margin: 6px 0;
}

/* Если где-то принудительно скрывают маркеры — перебиваем */
main.main-news_detail ul li,
main.main-news_detail ol li {
    list-style: inherit;
}
/* ==================================================
   Исправление цвета текста в списках статей
   ================================================== */

/* Наследуем цвет от текста статьи */
main.main-news_detail ul,
main.main-news_detail ol {
    color: inherit;
}

/* Явно задаём цвет пунктов */
main.main-news_detail li {
    color: #0a1f44; /* тот же цвет, что и основной текст */
}

/* На случай, если цвет задан через псевдоэлементы */
main.main-news_detail li::marker {
    color: #0a1f44;
}
/* ==================================================
   Картинки в статьях: корректная адаптивность (ПК + моб)
   ================================================== */

/* Любые изображения внутри контента статьи */
main.main-news_detail .content img,
main.main-news_detail img.detail_picture {
    display: block;
    max-width: 100%;
    width: 100%;
    height: auto;
    margin: 18px auto;
    object-fit: contain;   /* чтобы НЕ обрезало картинку */
}

/* Если где-то шаблон задаёт фиксированную высоту/ширину — перебиваем */
main.main-news_detail .content img[width],
main.main-news_detail .content img[height] {
    width: 100% !important;
    height: auto !important;
}

/* На всякий случай убираем возможные "обтекания" */
main.main-news_detail .content img {
    float: none !important;
}
/* ==================================================
   Типографика для текстового контента страниц (Услуги, О нас, и т.п.)
   Не трогаем шапку/футер — только main
   ================================================== */

main h2 {
    font-size: 22px;
    font-weight: 700;
    text-transform: uppercase;
    color: #0a1f44;
    margin: 32px 0 16px;
    line-height: 1.3;
    letter-spacing: 0.03em;
}

main h3 {
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    color: #0a1f44;
    margin: 24px 0 12px;
    line-height: 1.35;
    letter-spacing: 0.03em;
}

main h4 {
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    color: #0a1f44;
    margin: 18px 0 8px;
    line-height: 1.4;
    letter-spacing: 0.02em;
}

/* Списки в основном контенте (если на “Услугах” тоже пропадают маркеры) */
main ul, main ol {
    margin: 12px 0 16px;
    padding-left: 22px;
}

main ul { list-style: disc; }
main ol { list-style: decimal; }

main li { margin: 6px 0; }
/* ==================================================
   Контент страниц (Услуги и т.п.): цвет текста + списки
   ================================================== */

/* Цвет основного текста в контенте */
main {
    color: #0a1f44;
}

/* Списки: вернуть маркеры и отступы */
main ul,
main ol {
    margin: 12px 0 16px;
    padding-left: 24px;
    color: inherit;
}

main ul { list-style: disc; }
main ol { list-style: decimal; }

main li {
    margin: 6px 0;
    color: inherit;
}

/* Маркеры/цифры */
main li::marker {
    color: inherit;
}
/* ==================================================
   Таблицы в статьях — адаптация для мобильных
   ================================================== */

/* Контейнер статьи */
main.main-news_detail {
    overflow-x: hidden;
}

/* Обёртка для таблиц */
main.main-news_detail table {
    width: 100%;
    max-width: 100%;
    border-collapse: collapse;
}

/* Горизонтальная прокрутка на мобильных */
main.main-news_detail .table-responsive,
main.main-news_detail table {
    display: block;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

/* Ячейки не сжимаются до нечитаемого состояния */
main.main-news_detail th,
main.main-news_detail td {
    white-space: nowrap;
}

/* Убираем выход за экран */
main.main-news_detail table {
    box-sizing: border-box;
}


/* End */
/* /bitrix/components/globalform/main.feedback/templates/globalform/style.css?1638879184572 */
/* /local/templates/ingopro/template_styles.css?17691670547037 */
