.search-page form {
	display: flex;
}

.search-page form input {
	min-height: 44px;
	margin: 0;
}

.search-page form input[type='submit'] {
	background-color: #0076bc;
	color: #fff;
	border: none;
	padding-left: 30px;
	padding-right: 30px;
	transition: background-color 0.2s ease-in-out;
}

.search-page form input[type='submit']:hover {
	background-color: #0089db;
}

@media screen and (max-width: 479px) {
	.search-page form {
		flex-direction: column;
	}

	.search-page form input {
		width: 100%;
	}
}

.swiper.banner__slider {
	height: 367px;
}
@media screen and (max-width: 768) {
	.swiper.banner__slider {
		height: 300px;
	}
}
@media screen and (max-width: 479px) {
	.swiper.banner__slider {
		height: 250px;
	}
}
.swiper-pagination-bullet {
	text-indent: -9999px;
	display: block ! IMPORTANT;
    width: 10px !important;
    height: 10px !important;
    margin: 0 5px !important;
    outline: 0;
    overflow: hidden;
    background-color: transparent !important;
    border-radius: 1px !important;
    border: 2px solid #0076BC !important;
    opacity: unset !important;
}
.swiper-pagination {
	display: flex;
	align-items: center;
	gap: 5px;
	justify-content: center;
}
.swiper-pagination-bullet-active {
	background-color: #0076BC !important;
}
.slider-btn {
	cursor: pointer;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	outline: 0;
	width: 38px;
	height: 38px;
	text-indent: -9999px;
	z-index: 999;
	transition: all 0.3s ease;
	border-radius: 50%;
	border: none;
	outline: none;
}
.slider-btn:hover {
	background-color: #0076BC;
}
.slider-btn-prev {
	left: 00%;
	background: rgba(0, 0, 0, .2) url(/local/templates/incorp2/img/slider/pre.png) 13px center no-repeat;
}
.slider-btn-next {
	right: 0px;
	background: rgba(0, 0, 0, .2) url(/local/templates/incorp2/img/slider/next.png) 15px center no-repeat;
}
.banner__slider-item > a {
	width: 100%;
	height: 100%;
	display: block;
}
.banner__slider-item img {
	width: 100%;
	height: 100%;
}
@media (max-width: 768px) {
	.bx-yandex-map,
	.ymaps-map {
		height: 100% !important;
		width: 100% !important;
	}
}