.header_fixed{
	z-index: 900!important;
}
.dark-item .jump-requirements_item-text ul li:before{
	background: #fff;
}
.swiper-wrapper,.mCustomScrollBox {
	height: auto!important;
}
.error input,.error textarea{
    border: solid 2px red;
}

.b-ymaps_title {
    color: #13353f
}

.b-ymaps_title:hover {
    color: #035fb1
}

.b-ymaps_wrapper {
    gap: 30px
}

.b-ymaps_wrapper,.b-ymaps_wrapper div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.b-ymaps_wrapper div {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.b-ymaps_wrapper div * {
    color: #13353f
}

.b-ymaps_wrapper div a:hover {
    color: #035fb1
}

button[data-city] {
	border: none;
    background: none;
}

button[data-city]:hover {
	cursor: pointer;
}