

/* Start:/local/components/bitrix/form.result.new2/templates/.default/style.css?17636191923330*/

.custom-select__box {
	display: flex;
	flex-direction: column;
	padding-left: 20px;
	gap: 10px;
	width: 100%;
	padding-top: 7px;
	padding-bottom: 7px;
	border-radius: 10px;
	border: 1px solid #D1D1D1;
	position: relative;
	margin-bottom: 10px;
}

.custom-select__arrow {
	position: relative;
	top: -9px;
}

.custom-label-text {
	font-weight: 400;
	font-size: 12px;
	color: #5E5E5E;
	line-height: 100%;
	margin: 0;
}

.custom-select {
	display: flex !important;
	align-items: center !important;
	justify-content: space-between !important;
	gap: 20px !important;
	width: 100% !important;
	font-weight: 400 !important;
	font-size: 12px !important;
	line-height: 100% !important;
	color: #333333 !important;
	background-color: white !important;
	outline: none !important;
	padding: 0;
	padding-right: 20px;
}

.custom-select__list {
	position: absolute;
	left: 0;
	top: calc(100% + 1px);
	width: 100%;
	display: flex;
	flex-direction: column;
	padding: 5px 8px;
	border-bottom-right-radius: 6px;
	border-bottom-left-radius: 6px;
	border-left: 1px solid #ECECEC;
	border-right: 1px solid #ECECEC;
	border-bottom: 1px solid #ECECEC;
	background-color: white;
	margin: 0 !important;
	list-style: none !important;
	opacity: 0;
	visibility: hidden;
	transition: opacity
	ease-in-out .3s;
	z-index: 10;
}

.custom-select__list-elem {
	text-align: left !important;
	margin: 0 !important;
}

.custom-select__label {
	width: 100%;
	border-radius: 3px;
	font-size: 14px;
	line-height: 100%;
	font-weight: 400;
	padding: 10px;
	display: block;
	margin: 0;
	transition: background-color
	ease-in-out .3s;
	cursor: pointer;
	color: #333333;
}

.custom-select__label {
&:has(.custom-select__hidden:checked) {
	 background-color: #ECECEC;
 }
}

.custom-select__hidden {
	visibility: hidden;
}

.custom-select__list--open {
	opacity: 1;
	visibility: visible;
}

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/bitrix/form.result.new2/templates/.default/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/bitrix/form.result.new2/templates/.default/images/icon_warn.gif);
}
@media (min-width: 1024px) {
                                .form-popup {
                                    display: flex;
                                    flex-wrap: wrap;
                                    justify-content: space-between;
                                    padding-bottom: 40px;
                                }

                                .form-popup .my-field-wrapper__txt {
                                    width: calc(50% - 5px);
                                }

                                .form-popup .my-field-wrapper:not(.my-field-wrapper__txt) {
                                    width: 100%
                                }

                                .form-popup .my-field-wrapper:empty {
                                    display: none;
                                }
                            }
/* End */
/* /local/components/bitrix/form.result.new2/templates/.default/style.css?17636191923330 */
