

/* 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/callback_162/style.css?16792001522916*/
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/callback_162/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/callback_162/images/icon_warn.gif);
}

.form__caption {
    text-align: center;
    font-size: 18px;
    line-height: 24px;
}

.form__caption_top {
    margin: 25px 0 -25px 0;
    font-weight: bold;
}

.form__caption_btm {
    font-style: italic;
}

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/callback_162/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/callback_162/images/icon_warn.gif);
}

.form__caption {
    text-align: center;
    font-size: 18px;
    line-height: 24px;
}

.form__caption_top {
    margin: 25px 0 -25px 0;
    font-weight: bold;
}

.form__caption_btm {
    font-style: italic;
}

.cal_prom {
    width: 50%;
    margin-left: auto;
    margin-right: auto;
    box-shadow: 0px 0px 20px rgba(0, 139, 138, 0.2);
    border-radius: 10px;
    padding: 25px;
}

@media (max-width: 1280px) {
    .cal_prom {
        width: 90%;
    }
}


.bid-form__flex {
    display: flex;
    align-items: stretch;
    justify-content: center;
    flex-wrap: wrap;
}

.bid-form__inp-group {
    flex: 0 0 50%;
    width: 50%;
    min-width: 50%;
    max-width: 50%;
    padding: 0 30px;
    margin-bottom: 30px;
}

.form__field_small {
    margin: 15px;
}

.none {
    display: none;
}

.captcha_wrapper {

    margin-left: auto;
    margin-right: auto;
}

.title-label {
    margin-bottom: 30px;
    font-style: normal;
    font-weight: bold;
    font-size: 25px;
    line-height: 30px;
    text-align: center;
}

.mramor {
    color: #008b8a;
}

.orange {
    color: #f18356;
}

.g-recaptcha > div {
    margin: 0 auto;
}

/* End */
/* /local/templates/inner/components/bitrix/catalog.section.list/city_list/style.css?17356240802528 */
/* /local/templates/.default/components/bitrix/form.result.new/callback_162/style.css?16792001522916 */
