

/* Start:/local/templates/main/components/bitrix/system.pagenavigation/main/style.min.css?16533887093386*/
.bx_pagination_bottom *{vertical-align:baseline}.bx_pagination_bottom{color:#8d8d8d;font-size:11px}.bx_pagination_bottom .bx_pagination_section_two{float:right;text-align:right}.bx_pagination_bottom .bx_pg_section{display:inline-block;height:30px;vertical-align:top;line-height:30px}.bx_pagination_bottom .bx_pagination_select_container{display:inline-block}.bx_pagination_bottom .bx_pagination_select_container select{position:relative;margin:2px 20px 2px 10px;padding:1px 25px 3px 5px;height:22px;outline:0;border:1px solid #e0e0e0;border-radius:1px;background:#fff url(/local/templates/main/components/bitrix/system.pagenavigation/main/images/select_arrow.png) no-repeat right center;color:#8d8d8d;font-size:11px;line-height:16px;resize:none;-webkit-appearance:none}@-moz-document url-prefix(){.bx_pagination_bottom .bx_pagination_select_container select{background:#fff!important;padding-right:5px}}.bx_pagination_bottom .bx_pagination_page{white-space:nowrap;font-size:12px}.bx_pagination_bottom .bx_pagination_page ul{display:inline-block;margin:0;padding:0}.bx_pagination_bottom .bx_pagination_page li{display:inline-block;min-width:22px;color:#8d8d8d;text-align:center;line-height:22px}.bx_pagination_bottom .bx_pagination_page li a{display:block;min-width:22px;color:#8d8d8d;text-align:center;text-decoration:none;line-height:22px}.bx_pagination_bottom .bx_pagination_page li a:hover{color:#555}.bx_pagination_bottom .bx_pagination_page li.bx_active{border-radius:3px;background:#dbecf4;box-shadow:inset 0 2px 2px 0 rgba(0,0,0,.1)}.bx_pagination_bottom .bx_pg_section.bx_pg_pagination_num{display:block}.bx_pagination_bottom .bx_pg_section.bx_pg_show_col select{margin-right:5px}.bx_pagination_bottom .bx_wsnw{white-space:nowrap}@media(min-width:480px) and (max-width:639px){.bx_pagination_bottom .bx_pagination_select_container select{margin-right:10px}}@media(max-width:479px){.bx_pagination_bottom .bx_pagination_section_two{float:none;text-align:left}.bx_pagination_bottom .bx_pagination_select_container{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;width:47%}.bx_pagination_bottom .bx_pagination_select_container select{display:block;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;margin-right:0!important;width:90%}.bx_pagination_bottom .bx_pg_section{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;width:100%;text-align:left}.bx_pagination_bottom .bx_pagination_page{white-space:normal}.bx_pagination_bottom .bx_pg_section.bx_pg_pagination_num{width:100%;height:auto;text-align:center}.bx_pagination_bottom .bx_pg_section.bx_pg_show_col{display:none}.bx_pagination_bottom .bx_pg_text{display:inline-block;width:50%}.bx_pagination_bottom .bx_pg_section.pg_pagination_num .bx_pg_text{display:none}}.bx_pagination_bottom .bx_pagination_section_one,.bx_pagination_bottom .bx_pagination_section_two,.bx_pagination_bottom .bx_pagination_select_container,.bx_pagination_bottom .bx_pagination_select_container select,.bx_pagination_bottom .bx_pg_section,.bx_pagination_bottom .bx_pagination_page,.bx_pagination_bottom .bx_pg_section.bx_pg_pagination_num,.bx_pagination_bottom .bx_pg_section.bx_pg_show_col,.bx_pagination_bottom .bx_pg_text,.bx_pagination_bottom .bx_pg_section.pg_pagination_num .bx_pg_text{-webkit-transition:all .3s ease;-moz-transition:all .3s ease;-ms-transition:all .3s ease;-o-transition:all .3s ease;transition:all .3s ease}
/* End */


/* 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/templates/main/components/bitrix/system.pagenavigation/main/style.min.css?16533887093386 */
/* /local/components/bitrix/form.result.new2/templates/.default/style.css?17636191923330 */
