.uristMap {
	display: flex;
	flex-direction: column;
	height: 100%;
}

.uristMap__options{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: start;

}
.uristMap__options-item{
	margin-right: 10px;
	margin-bottom: 10px;
}
.uristMap__options-item:last-child{
	margin-right: 0;
	margin-bottom: 0;
}

@media (min-width: 375px) {
	.uristMap__map {
	height: 600px;
	}
}
@media (min-width: 768px) {
	.uristMap__map {
	height: 650px;
	}
}



@media (max-width: 768px) {
	.uristMap {
		display: flex;
	}
}

#map {
	height: 0;
	width: 100%;
	display: none
}

.yandex_user_map {
	width: 100%;
	height: 450px;
	display: none;
}

.yandex_user_map--sm {
	height: auto;
}