/* custom styles */
.search {
    width: 100%;
}
.top-slider {
    top: 5px !important;
}
.checkbox {
	position: relative;
}
.header .menu .item.tablet-only {
    display: inline-block;
}
.search-page {
    width: 100%;
    margin-top: 30px;
}
.search-page .search-page-form input {
    width: 100%;
}
.search .search-form {
    position: relative;
    width: 100%;
    height: auto;
    box-shadow: none;
}
.v-search .search .search-form .fields {
    padding: 0;
    padding-top: 10px;
}
.v-search .search .search-form input {
    border-radius: 0;
}
.v-search .search .search-form .submit {
    margin-left: 0;
	border-radius: 0;
}
.search-container.v-search {
    margin-bottom: 38px;
}
.top-slider {
    top: -79px !important;
}
.title-search-result {
    margin-top: 0px;
}
.section-name .catalog-dwn {
	float: right;
}
@media (max-width: 768px) {
	.top-slider {
		top: 5px !important;
	}
}
@media (max-width: 731px) {
	.top-slider .item .btn {
		margin: 0;
		padding: 0;
	}
}
@media screen and (max-width: 520px) {
	.search-container {
    	display: block;
		width: 100%;
	}
	.search .search-form {
		overflow: visible;
	}
	.top-slider .item .actions {
		margin-top: 0;
	}
	.top-slider {
		top: -25px !important;
	}
}
.road-scheme {
	display: flex;
	width: 100%;
	align-items:flex-start;
	align-content:flex-start;
}
.road-scheme > div {
	overflow: hidden;
}

.road-scheme img {
	max-width: 100%;
}
.road-scheme > img {
	flex-shrink: 0;
	max-width: 50%;
}
.road-scheme ol{
	margin-top: 0;
}
.road-scheme li {
	margin-bottom: 10px;
	line-height: 1.4;
}
.flex-ul {
	display: flex;
}
.flex-ul img {
	max-height: 300px;
	max-width: 49%;

}
.flex-ul img:first-child {
	margin-right: 1%;
}
@media screen and (max-width: 870px) {
	.road-scheme {
		flex-direction: column;
	}
	.road-scheme > img {
		max-width: 100%;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 20px;
	}
	.road-scheme ol {
		padding-left: 20px;
	}
}
@media screen and (max-width: 640px) {
	.section-name a {order: 2}
.section-name .catalog-dwn {
	float: none;
order: 1;
margin-left: 15px;
height: 15px
}
}
@media screen and (max-width: 367px) {

.section-name .catalog-dwn {
    padding: 12px 10px;
    font-size: 12px;
    text-align: center;
    height: auto;
    margin-left: 10px;
    display: flex;
    align-items: center;
    line-height: 0;

}
}
.in-basket.btn.color {
    background: #65b20d;
}