

/* Start:/local/templates/inner/components/bitrix/catalog.section.list/city_list/style.css?17356240802528*/
/* Общие стили для меню */
.section_menu {
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
	flex-direction: column;
}

/* Стили для разделов меню */
.menu_item {
	position: relative;
}

/* Стили для ссылок разделов */
.menu_item > a {
	display: block;
	padding: 10px 15px;
	/*color: #007bff;*/
	text-decoration: none;
	font-weight: bold;
}

.menu_item > a:hover {
	/*color: #0056b3;*/
	/*text-decoration: none;*/
}

/* Стили для вложенного меню */
.menu_item ul {
	list-style: none;
	padding: 0;
	margin: 0;
	display: none; /* Скрываем вложенное меню по умолчанию */
	position: absolute;
	top: 100%;
	left: 0;
	background-color: #f8f9fa;
	border: 1px solid #dee2e6;
	border-radius: 0.25rem;
	z-index: 1000;
	width: 100%;
}

/* Стили для элементов вложенного меню */
.menu_item ul li {
	/*white-space: nowrap;*/
}

.menu_item ul li a {
	display: block;
	padding: 8px 15px;
	/*color: #343a40;*/
	text-decoration: none;
}

.menu_item ul li a:hover {
	background-color: #e9ecef;
	/*color: #007bff;*/
}


.pos-sticy {
	position: sticky;
	top: 10px;
}

.col-3-custom {
	max-width: calc((3 / 12)* 100%);
	width: 100%;
	padding: 0 1rem;
}
.col-9-custom {
	max-width: calc((9 / 12)* 100%);
	width: 100%;
	padding: 0 1rem;
}
.section_menu {
	padding-left: 0 !important;
}
.section_menu ul{
	padding-left: .5rem !important;
}
.sp-tip__banner-wrap{
	background-size: contain !important;
}
@media(max-width: 1024px){
	.main_content{
		position: relative;
	}
	.col-3-custom.pos-sticy{
		position: absolute;
	}
	.col-3-custom .section_menu{
		display: none;
	}
	.col-9-custom{
		width: 100%;
		max-width: 100%;
	}
}

.wrap_btn{
	display: flex;
	align-items: center;

	padding-left: 60px;
	position: relative;
}
.wrap_btn button{
	position: absolute;
	top: 50%;
	left: 0;
	border: none;
	outline: none;
	background: url("/local/templates/inner/components/bitrix/catalog.section.list/city_list/../../../../images/icons/menu-mobile.webp")center/20px no-repeat, #008a8a;
	width: 40px;
	height: 40px;
	transform: translateY(-50%);
}
.section_menu.mobile{
	position: fixed;
	left: 0;
	top: 0;
	bottom: 0;
	width: 80%;
	background: #fff;
	height: 100vh;
	overflow-y: scroll;
	display: flex;
	padding-bottom: 5rem;
	z-index: 901;
}

.overlay_inner{
	background: #000;
	-moz-opacity: 0.5;
	opacity: 0.9;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100vh;
	z-index: 900;
	display: none;
}
.overlay_inner.active{
	display: block;
}
/* End */


/* Start:/local/templates/.default/components/bitrix/form.result.new/default_template_form/style.css?1671431280666*/
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/.default/components/bitrix/form.result.new/default_template_form/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/.default/components/bitrix/form.result.new/default_template_form/images/icon_warn.gif);
}
/* End */
/* /local/templates/inner/components/bitrix/catalog.section.list/city_list/style.css?17356240802528 */
/* /local/templates/.default/components/bitrix/form.result.new/default_template_form/style.css?1671431280666 */
