.breadcrumbs{
	padding-top: 42px;
	padding-bottom: 60px;
}

/*===============================================================*/
.choice-bike{
	padding: 0 20px 49px;
}
.choice-bike__container{
	max-width: 1568px;
	margin: 0 auto;
	width: 100%;
	box-sizing: border-box;
}
.choice-bike-slider{
	position: relative;
}
.choice-bike-slide-btn{
	transform: translate(0, -50%);
	height: 40% !important;
	width: 35px;
	transition: .3s linear;
	z-index: 1;
	color: var(--brend-color); !important;
}
.swiper-button-disabled{
	opacity: 0 !important;
}
.choice-bike__title{
	font-size: 38px;
	font-weight: 700;
	line-height: 48px;
	letter-spacing: 0em;
	text-align: left;
	margin: 0;
}
.choice-bike__list{
	padding-top: 60px;
}
.bike {
	box-sizing: border-box;
	cursor: pointer;
}
.bike__img{
	display: flex;
}
.bike__img img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.bike__title {
	font-size: 15px;
	font-weight: 700;
	line-height: 25px;
	letter-spacing: 0em;
	text-align: center;
	padding-top: 20px;
}
/*===============================================================*/

.catalog{
	padding-top: 24px;
	min-height: 300px;
}
@media (max-width: 1000px) {
	.catalog{
		min-height: 500px;
	}
}