

/* Start:/local/templates/russia_otdih_2025/components/bitrix/form.result.new/columns-3/style.css?17561300201527*/
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/templates/russia_otdih_2025/components/bitrix/form.result.new/columns-3/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/templates/russia_otdih_2025/components/bitrix/form.result.new/columns-3/images/icon_warn.gif);
} 

form select{
	background-color: #eaf7f0;
    color: #777;
}

.universal__form form label.check__label_akcii {
    color: #777;
    margin-bottom: .3125rem;
}

.universal__form form .columns-3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px; /* расстояние между элементами */
}

.universal__form form .columns-2 {
   	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 16px; /* расстояние между элементами */
}

@media screen and (max-width: 640px){
	.universal__form form .columns-3, form .columns-2  {
    	display: grid;
		grid-template-columns: repeat(1, 1fr);
		gap: 16px; /* расстояние между элементами */
	}
}

.universal__form form  textarea {
    max-width: 100%;
    resize: none;
    overflow: hidden;
}
/* End */
/* /local/templates/russia_otdih_2025/components/bitrix/form.result.new/columns-3/style.css?17561300201527 */
