

/* Start:/obekty-obsluzhivaniya/index.css?1780429749211*/
    .group-752 {
        padding: 135px 0;
    }

    @media (max-width: 768px) {
        .group-752 {
            padding-top: 30px !important;
            padding-bottom: 0 !important;
        }
    }
/* End */


/* Start:/local/components/RTM_VRMCHK/news.list/templates/faq_accordion/style.css?17772747502526*/
div.news-list {
    word-wrap: break-word;
}

div.news-list img.preview_picture {
    float: left;
    margin: 0 4px 6px 0;
}

.news-date-time {
    color: #486DAA;
}

.faq-accordion-section {


    @media (max-width: 1400px) {
        padding: 0 70px;
    }

    @media (max-width: 768px) {
        padding: 0 20px;
    }
}

.faq-container {
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: 100%;
    max-width: 1520px;
    /* Ограничиваем максимальную ширину как в макете */
    margin: 0 auto;
}

.faq-item {
    background: #7e57c4;
    border-radius: 25px;
    overflow: hidden;
    transition: all 0.3s ease;
    cursor: pointer;
}

.faq-header {
    padding: 30px 35px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.faq-question {
    color: #ffffff;
    font-family: 'Mulish-Medium', sans-serif;
    font-size: 35px;
    font-weight: 500;
    line-height: 1.2;
}

.faq-icon-wrapper {
    flex-shrink: 0;
    width: 45px;
    height: 45px;
}

.faq-icon {
    transition: transform 0.3s ease;
}

.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease-out;
}

.faq-answer-content {
    padding: 0 35px 30px 35px;
    color: #ffffff;
    font-family: 'Mulish-Regular', sans-serif;
    font-size: 25px;
    font-weight: 400;
    line-height: 1.4;
}

/* Состояние при открытии */
.faq-item.is-active .faq-answer {
    max-height: 500px;
    /* Достаточное значение для контента */
}

.faq-item.is-active .faq-icon {
    transform: rotate(180deg);
}

@media (max-width: 1400px) {
    .faq-question {
        font-size: 25px;
        font-weight: 500;
    }

    .faq-header {
        padding: 25px 30px;
    }

    .faq-icon {
        width: 35px;
        height: 35px;
    }

    .faq-answer-content {
        font-size: 20px;
    }

    .faq-icon-wrapper {
        display: flex;
        align-items: center;
        justify-content: center;
    }
}



/* Адаптив для мобилок */
@media (max-width: 768px) {


    .faq-question {
        font-size: 16px;
        line-height: 18px;
        font-weight: 400;
    }

    .faq-answer-content {
        font-size: 16px;
    }

    .faq-header {
        padding: 15px;
    }

    .faq-icon {
        width: 30px;
        height: 30px;
    }

    .faq-icon-wrapper {
        display: flex;
        align-items: center;
        justify-content: center;
    }
}
/* End */


/* Start:/local/components/RTM_VRMCHK/news.detail/templates/cta_block/style.css?17772747502206*/
div.news-detail {
	word-wrap: break-word;
}

div.news-detail img.detail_picture {
	float: left;
	margin: 0 8px 6px 1px;
}

.news-date-time {
	color: #486DAA;
}

.group-752 {
	width: 100%;
	position: relative;
	overflow: hidden;
	/* Скрываем вылетающие SVG */
	display: flex;
	align-items: center;
	justify-content: center;

}

.group-466 {
	position: absolute;
	left: 0;
	top: 0;
	pointer-events: none;
}

.group-710 {
	position: absolute;
	right: 0;
	top: 0;
	pointer-events: none;
}

.group-465 {
	max-width: 1370px;
	width: 100%;
	z-index: 2;
	text-align: center;
	padding: 0 20px;
}

.roskvit {
	color: #7d55c7;
	font-size: 80px;
	/* Уменьшил чуть-чуть для лучшей адаптивности */
	line-height: 1.1;
	letter-spacing: -4px;
	font-weight: 600;

}

.div {
	color: #464647;
	font-size: 24px;
	font-weight: 400;
	max-width: 900px;
	margin: 50px auto 70px auto;
}

.frame-685 {
	display: inline-block;
	width: 360px;
	/* height: 65px; */
}

.group-426 {
	display: block;
	width: 100%;
	height: 100%;
	position: relative;
	text-decoration: none;
	transition: transform 0.2s ease;
}

.group-426:hover {
	transform: scale(1.05);
}

.rectangle-74 {
	background: #19d3c5;
	border-radius: 50px;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

.div2 {
	color: #ffffff;
	font-size: 22px;
	font-weight: 600;
	position: relative;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 1;
}

@media (max-width: 1400px) {
	.roskvit {
		font-size: 60px;
		line-height: 60px;
		letter-spacing: -4px;
	}

	.div {
		font-size: 20px;
		font-weight: 400;
	}

	.frame-685 {
		width: 280px;
	}

	.group-466,
	.group-710 {
		opacity: 0.3;
	}

	.div2 {
		font-size: 20px;
		line-height: 20px;
		font-weight: 600;
	}
}

/* Адаптив для мобилок */
@media (max-width: 768px) {


	.roskvit {
		font-size: 30px;
		line-height: 30px;
		letter-spacing: -3px;
		font-weight: 600;
	}

	.div2 {
		font-size: 20px;
		line-height: 20px;
		font-weight: 600;
	}

	.div {
		font-size: 16px;
		line-height: 18px;
		font-weight: 400;
	}

	.frame-685 {
		width: 100%;
	}

	.group-466,
	.group-710 {
		opacity: 0.3;
	}
}

/* End */


/* Start:/local/components/RTM_VRMCHK/form.result.new/templates/company/style.css?17792296273352*/
table.form-table {
	width: 100%;
	background-color: white;
	border-collapse: collapse;
	font-size: 100%;
	font-weight: normal;
	line-height: 160%;
}

table.form-table th,
table.form-table td {
	border: 1px solid #ADC3D5;
	padding: 5px 5px;
	vertical-align: top;
}

table.form-table th {
	background-image: url(/local/components/RTM_VRMCHK/form.result.new/templates/company/images/table_head.gif);
	background-repeat: repeat-x;
	text-align: left;
	color: #25639A;
}


table.form-table td {
	padding: 15px 5px;
}

.form-required {
	color: red;
}

.error-fld {
	display: block;
	float: left;
	height: 13px;
	width: 15px;
	background-repeat: no-repeat;
	background-image: url(/local/components/RTM_VRMCHK/form.result.new/templates/company/images/icon_warn.gif);
}

.custom-input {
	border-radius: 50px;
	padding: 22px 30px;
	border: none;
	background-color: #fff;
	font-size: 22px;
	font-weight: 600;
	color: rgba(0, 0, 0, 0.50);
}

.final-contact-section {
	@media (max-width: 1400px) {
		padding: 0 70px;
	}

	@media (max-width: 768px) {
		padding: 0 20px;
	}
}

.final-title {
	font-family: Mulish;
	font-weight: 600;
	font-style: SemiBold;
	font-size: 90px;
	line-height: 90px;
	letter-spacing: -4px;
	text-align: center;
	vertical-align: middle;
	max-width: 1282px;
	color: #7D56C4;

	@media (max-width: 1400px) {
		font-size: 60px;
		line-height: 60px;
		max-width: 725px;
	}

	@media (max-width: 768px) {
		font-size: 30px;
		line-height: 30px;
		letter-spacing: -2px;
		max-width: 275px;
	}
}

.custom-checkbox-group {
	display: flex;
	gap: 27px;
	padding: 20px 50px;
	width: 456px;
	background: var(--input-bg);
	border-radius: 25px;

	@media (max-width: 1400px) {
		gap: 15px;
		padding: 15px 40px;
		width: 290px;
		display: flex;
		align-items: center;
	}

	@media (max-width: 768px) {
		width: 100%;
	}
}







/* Контейнер для выравнивания */
.final-contact-section .custom-checkbox-container {
    display: flex;
    align-items: flex-start; /* Выравнивание по верхнему краю, если текст длинный */
    gap: 12px;
    cursor: pointer;
    font-size: 14px;
    line-height: 1.2;
    color: #7D56C4;
    margin-bottom: 5px;
}

.final-contact-section .custom-checkbox-container input {
    display: none;
}

/* Квадрат 24x24 */
.final-contact-section .checkmark {
    min-width: 24px;
    height: 24px;
    border: 1px solid #7D56C4;
    background-color: transparent;
    display: inline-block;
    position: relative;
    flex-shrink: 0; /* Чтобы квадрат не сжимался при длинном тексте */
}

/* Галочка (адаптирована под 24px) */
.final-contact-section .custom-checkbox-container input:checked + .checkmark::after {
    content: "";
    position: absolute;
    /* Центрирование галочки внутри 24px */
    left: 8px; 
    top: 3px;
    width: 7px;
    height: 14px;
    border: solid #7D56C4; /* Цвет галочки под стиль вашей кнопки */
    border-width: 0 3px 3px 0;
    transform: rotate(45deg);
}

/* Ссылка внутри текста */
.final-contact-section .checkbox-text a {
    color: #7D56C4;
    text-decoration: underline;
}

.final-contact-section .checkbox-text a:hover {
    text-decoration: none;
}
/* End */
/* /obekty-obsluzhivaniya/index.css?1780429749211 */
/* /local/components/RTM_VRMCHK/news.list/templates/faq_accordion/style.css?17772747502526 */
/* /local/components/RTM_VRMCHK/news.detail/templates/cta_block/style.css?17772747502206 */
/* /local/components/RTM_VRMCHK/form.result.new/templates/company/style.css?17792296273352 */
