

/* Start:/local/components/RTM_VRMCHK/map.yandex.view/templates/.default/style.css?17805451421026*/
		/* Контейнер маркера */
		.custom-marker-wrapper {
			position: relative !important;
			cursor: pointer !important;
			transition: transform 0.3s ease-out !important;
			transform-origin: bottom center !important;
		}

		/* Увеличение всей точки при наведении */
		.custom-marker-wrapper:hover {
			transform: translateY(-5px) !important;
			z-index: 1000 !important;
		}

		/* Настройка вращения внутренних элементов */
		.rotating-parts {
			transform-origin: 16.5px 16.6px !important;
			/* Центр круглой части иконки */
			transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1) !important;
		}

		/* Вращение на 360 при наведении на контейнер */
		.custom-marker-wrapper:hover .rotating-parts {
			transform: rotate(90deg) !important;
		}

		/* Для плавности возврата */
		.custom-marker-icon {
			overflow: visible !important;
		}
/* End */


/* Start:/local/components/RTM_VRMCHK/map.yandex.system/templates/.default/style.css?1777274750666*/
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/components/RTM_VRMCHK/form.result.new/templates/final_contact/style.css?17792295292147*/
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/final_contact/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/final_contact/images/icon_warn.gif);
}

/* Контейнер для выравнивания */
.form-final .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;
}

.form-final .custom-checkbox-container input {
    display: none;
}

/* Квадрат 24x24 */
.form-final .checkmark {
    min-width: 24px;
    height: 24px;
    border: 1px solid #7D56C4;
    background-color: transparent;
    display: inline-block;
    position: relative;
    flex-shrink: 0; /* Чтобы квадрат не сжимался при длинном тексте */
}

/* Галочка (адаптирована под 24px) */
.form-final .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);
}

/* Ссылка внутри текста */
.form-final .checkbox-text a {
    color: #7D56C4;
    text-decoration: underline;
}

.form-final .checkbox-text a:hover {
    text-decoration: none;
}
/* End */
/* /local/components/RTM_VRMCHK/map.yandex.view/templates/.default/style.css?17805451421026 */
/* /local/components/RTM_VRMCHK/map.yandex.system/templates/.default/style.css?1777274750666 */
/* /local/components/RTM_VRMCHK/form.result.new/templates/final_contact/style.css?17792295292147 */
