.rr__main{

}
.rr__img{
	display: block;
}
.rr__img img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}
.rr__content{
	flex: 0 0 auto;
}
.rr__content blockquote{
	border: none;
	padding: 0;
	margin: 0;
	font-weight: 700;
	color: #555555;
	font-size: 24px;
	line-height: 30px;
	font-style: normal;
	margin-bottom: 36px;
}
.rr__content cite{
	color: #555555;
	font-size: 16px;
	font-weight: 700;
	font-style: normal;
}
.real-rides-section{
	position: relative;

}
.real-rides__second{
	overflow: hidden;
	display: none;
}
.rr__second-img{
	height: 100%;
}
.rr__second-img img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.real-rides__second-slider .slick-list{
	overflow: visible;
}
.real-rides-section__nav{
	display: none;
	align-items: center;
	justify-content: flex-end;
	gap: 27px;
}
.real-rides-section__nav a{
	text-decoration: none;
}
.rr__img{
	height: 90.66vw;
}
@media only screen and (min-width: 768px){
	.rr__img{
		height: 44.27vw;
	}
}
@media only screen and (min-width: 1000px){
	.real-rides-section__nav{
		display: flex;
	}
	.real-rides-section{
		display: flex;
		align-items: center;
		justify-content: flex-start;
	}
	.real-rides-section__nav{
		transform: translate(0, -44px);
	}
	.real-rides__second{
		display: block;
		position: absolute;
		bottom: 0;
		left: 61.11vw;
		width: calc(38.89vw - 50px);
	}
	.real-rides__main{
		width: 61.11vw;
	}
	.rr__main{
		display: flex;
		align-items: center;
		justify-content: flex-start;
	}
	.rr__content{
		padding-left: 60px;
	}
	.rr__second-slide{
		padding-left: 11px;
		padding-right: 11px;
		height: 27.56vw;
	}
	.rr__img{
		width: 30.55vw;
		height: 30.55vw;
		flex: 0 0 30.55vw;
	}
	.rr__content{
		padding-right: 40px;
		flex: 0 0 30.55vw;
	}
	.real-rides__second-slider{
		width: 18.125vw;
	}
}
@media only screen and (min-width: 1440px){
	.rr__img{
		width: 440px;
		height: 440px;
		flex: 0 0 440px;
	}
	.rr__content{
		padding-left: 80px;
		padding-right: 40px;
		width: 440px;
		flex: 0 0 440px
	}
	.real-rides__main{
		width: 880px;
	}
	.rr__second-slide{
		height: 397px;
	}
	.real-rides__second{
		left: 880px;
		width: calc( ( 100vw - 1440px ) / 2  + 459px );
	}
	.real-rides__second-slider{
		width: 261px;
		margin-left: -11px;
	}
}
@media only screen and (max-width: 1000px){
	.rr__img--0 img{
		object-position: 0% 19%;
	}
	.real-rides__main{
		margin-left: -12px;
		margin-right: -12px;
	}
	.real-rides__main .slick-slide{
		padding-left: 12px;
		padding-right: 12px;
	}

	.real-rides-section-wrapper .slick-dots {
		padding: 0;
		list-style: none;
		display: flex;
		align-items: center;
		justify-content: space-between;
		gap: 24px;
		margin: 15px 24px 0;
	}
	.rr__content p{
		margin-bottom: 40px;
	}
	.real-rides-section-wrapper .slick-dots {
		width: 343px;
		margin: 0 auto;
	}
	.real-rides-section-wrapper .slick-dots li{
		flex: 1 1 auto;
	}
	.real-rides-section-wrapper .slick-dots li button {
		width: 100%;
		font-size: 0;
		white-space: nowrap;
		padding: 0;
		text-indent: -9999px;
		overflow: hidden;
		height: 4px;
		background: #B9B9B9;
	}
	.real-rides-section-wrapper .slick-dots li.slick-active button {
		background: #181818;
	}
	.rr__content{
		margin-top: 13px;
	}
	.rr__content blockquote{
		font-size: 16px;
		margin-bottom: 0;
	}
	.rr__content blockquote br{
		display: none;
	}
	.rr__content cite{
		font-weight: 400;
		color: #555555;
	}
}
@media only screen and (max-width: 767px){
	.real-rides-section-wrapper .slick-dots{
		width: 100%;
	}
	.real-rides-section-wrapper .slick-dots{
		width: calc(100% - 24px);
		margin: 0 12px;
	}
}

