@import url("https://fonts.googleapis.com/css?family=PT+Sans|PT+Sans+Narrow&display=swap&subset=cyrillic,cyrillic-ext,latin-ext");

.modified_date_mobile, .modified_date{
	display: none !important;
}
.bread-crumbs{
	padding: 20px 0;
}

.title-block.title-hidden {
	display: none;
}

.test-drive_pl70 {
	padding-left: 70px;
}

.test-drive_mw90 {
	max-width: 90%;
}

.test-drive__visible-mobile {
	display: none;
}

.test-drive__banner-wrap {
	padding: 0 30px;
}

.test-drive__banner-image {
	height: 600px;
}

.test-drive__banner-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.test-drive__banner-info {
	max-width: 1170px;
	margin: -145px auto 13px;
	padding: 30px 70px;
	display: flex;
	background: #FFFFFF;
	box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);
	border-radius: 10px;
	position: relative;
}

.test-drive__banner-col:first-child {
	width: 60%;
	position: relative;
}

.test-drive__banner-col:first-child:after {
	content: '';
	width: 1px;
	height: 80%;
	position: absolute;
	top: 10%;
	right: 0;
	border-right: 1px solid #EDEDED;
}

.test-drive__banner-col:last-child {
	width: 40%;
	padding-left: 99px;
}

.test-drive__banner-title {
	margin-bottom: 20px;
	font-family: "Gilroy ExtraBold", sans-serif;
	font-style: normal;
	font-size: 48px;
	line-height: 59px;
	color: #13353F;
}

.test-drive__banner-description {
	display: inline-block;
	padding-bottom: 18px;
	margin-bottom: 18px;
	font-family: PT Sans, sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 30px;
	line-height: 30px;
	text-transform: lowercase;
	color: #0097A9;
	position: relative;
}

.test-drive__banner-description:after {
	content: '';
	width: 90%;
	height: 1px;
	position: absolute;
	bottom: 0;
	left: 0;
	border-bottom: 1px solid #EDEDED;
}

.test-drive__banner-ps {
	font-family: PT Sans, sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 22px;
	color: #979797;
}

.test-drive__banner-price {
	margin-bottom: 10px;
	font-family: "Gilroy ExtraBold", sans-serif;
	font-style: normal;
	font-size: 79px;
	line-height: 97px;
	color: #FF6A13;
	white-space: nowrap;
}

.test-drive__banner-price-desc {
	margin-bottom: 35px;
	font-family: PT Sans;
	font-style: normal;
	font-weight: normal;
	font-size: 20px;
	line-height: 20px;
	color: #979797;
}

.test-drive__banner-button {
	width: 229px;
	text-align: center;
}

.test-drive__container {
	max-width: 1170px;
	margin: 0 auto;
}

.test-drive__title {
	margin-bottom: 60px;
	font-family: "Gilroy ExtraBold", sans-serif;
	font-style: normal;
	font-size: 40px;
	line-height: 40px;
	text-align: center;
	color: #0097A9;
}

.test-drive__title_sm {
	width: 40%;
	margin-top: 37px;
	margin-bottom: 50px;
	text-align: left;
}

.test-drive__complex-title {
	margin-bottom: 49px;
	margin-left: 200px;
	font-family: "Gilroy ExtraBold", sans-serif;
}

.test-drive__complex-title div:first-child {
	font-size: 26px;
	line-height: 32px;
	color: #FF6A13;
}

.test-drive__complex-title div:last-child {
	font-size: 24px;
	line-height: 29px;
	color: #979797;
}

.test-drive__list.hidden {
	display: none;
}

.test-drive__list-item {
	display: flex;
	max-width: 90%;
}

.test-drive__list-item:hover .test-drive__point-inner {
	opacity: 1;
	transition: opacity 0.3s ease-out;
}

.test-drive__left-col {
	min-width: 200px;
	max-width: 200px;
	text-align: center;
	position: relative;
}

.test-drive__left-col:after {
	content: '';
	position: absolute;
	height: calc(100% - 70px);
	width: 1px;
	border-right: 1px solid #EDEDED;
	top: 55px;
	left: calc(50% - 1px);
}

.test-drive__navigation .test-drive__left-col:after {
	content: unset;
}

.test-drive__left-col_first:after {
	height: calc(100% - 90px);
	top: 75px;
}

.test-drive__left-col img {
	width: 60px;
	height: auto;
}

.test-drive__point {
	width: 40px;
	height: 40px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background: #EDEDED;
	border-radius: 100%;
}

.test-drive__point-inner {
	width: 20px;
	height: 20px;
	background: #0097A9;
	opacity: 0.3;
	border-radius: 100%;
	transition: opacity 0.3s ease-out;
}

.test-drive__right-col {
	width: 100%;
}

.test-drive__navigation .test-drive__right-col {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
}

.test-drive__list-title {
	margin-bottom: 14px;
	font-family: PT Sans;
	font-style: normal;
	font-weight: bold;
	font-size: 16px;
	line-height: 21px;
}

.test-drive__list-title span {
	color: #FF6A13;
}

.test-drive__list-description {
	padding-bottom: 30px;
	margin-bottom: 30px;
	font-size: 14px;
	line-height: 20px;
	color: #13353F;
	border-bottom: 1px solid #EDEDED;
}

.test-drive__arrow {
	width: 40px;
	height: 40px;
	margin: 0 auto;
	display: flex;
	background: #EDEDED;
	justify-content: center;
	align-items: center;
	border-radius: 100%;
	cursor: pointer;
}

.test-drive__arrow:hover svg {
	opacity: 0.9;
}

.test-drive__arrow svg {
	width: 18px;
	height: 20px;
}

.test-drive__arrow_up svg {
	transform: rotate(180deg);
}

.test-drive__more {
	font-family: PT Sans;
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 21px;
	text-decoration-line: underline;
	color: #0097B3;
	cursor: pointer;
}

.test-drive__navigation-price {
	font-family: PT Sans;
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 18px;
	text-align: right;
	color: #979797;
}

.test-drive__navigation-price span {
	font-weight: bold;
	color: #FF6A13;
}

.test-drive__bg-gray {
	padding: 30px 0;
	background: #FAFAFA;
}

.test-drive__bg-white {
	padding: 83px 0;
	background: white;
}

.test-drive__contacts {
	display: flex;
	padding-bottom: 28px;
	margin-bottom: 30px;
	border-bottom: 1px solid #EDEDED;
}

.test-drive__contacts-col:first-child {
	margin-right: 124px;
}

.test-drive__contacts-title {
	margin-bottom: 30px;
	font-family: PT Sans;
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 20px;
	color: #13353F;
}

.test-drive__contacts-phone {
	display: block;
	font-family: "Gilroy ExtraBold", sans-serif;
	font-style: normal;
	font-weight: 800;
	font-size: 30px;
	line-height: 26px;
	color: #13353F;
}

.test-drive__contacts-phone_mb {
	margin-bottom: 30px;
}

.test-drive__contacts-phone-ext {
	font-family: PT Sans;
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 20px;
	color: #979797;
	margin-top: 10px;
}

.test-drive__contacts-phone-ext span {
	font-weight: bold;
	color: #0097A9;
}

.test-drive__contacts-email {
	display: block;
	margin-bottom: 30px;
	font-family: "Gilroy ExtraBold", sans-serif;
	font-size: 30px;
	line-height: 26px;
	color: #13353F;
}

.test-drive__contacts-email-ext {
	max-width: 360px;
	font-family: PT Sans;
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 20px;
	color: #13353F;
}

.test-drive__contacts-email-ext a {
	text-decoration-line: underline;
	color: #0097B3;
}

.test-drive__additional-title {
	margin-bottom: 30px;
	font-family: 'PT Sans Narrow', sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 28.0062px;
	line-height: 28px;
	text-transform: uppercase;
	color: #979797;
}

.test-drive__additional-text {
	margin-bottom: 90px;
	font-family: PT Sans;
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 22px;
	color: #979797;
}

@media only screen and (max-width: 1279px) {
	.test-drive__banner-image {
		height: 400px;
	}

	.test-drive__banner-info {
		margin: -90px auto 13px;
	}

	.test-drive__banner-col:first-child {
		padding-right: 15px;
	}

	.test-drive__banner-description {
		font-size: 25px;
	}

	.test-drive__banner-col:last-child {
		padding-left: 30px;
	}

	.test-drive__contacts-phone {
		font-size: 25px;
		line-height: 22px;
	}

	.test-drive__contacts-phone_mb {
		margin-bottom: 20px;
	}
}

@media only screen and (max-width: 924px) {
	.test-drive__navigation-price {
		font-size: 12px;
		line-height: 16px;
	}

	.test-drive__contacts-col:first-child {
		margin-right: 45px;
	}
}

@media only screen and (max-width: 768px) {
	.test-drive_pl70 {
		padding-left: 30px;
		padding-right: 30px;
	}

	.test-drive_mw90 {
		max-width: 100%;
	}

	.test-drive__banner-image {
		height: 345px;
	}

	.test-drive__banner-info {
		margin: -85px auto 13px;
		padding: 13px 37px;
	}

	.test-drive__banner-col:last-child {
		padding-left: 39px;
	}

	.test-drive__banner-title {
		margin-bottom: 14px;
		font-size: 30px;
		line-height: 34px;
	}

	.test-drive__banner-description {
		font-size: 16px;
		line-height: 16px;
		padding-bottom: 15px;
		margin-bottom: 12px;
	}

	.test-drive__banner-ps {
		font-size: 12px;
		line-height: 14px;
	}

	.test-drive__banner-price {
		margin-bottom: 7px;
		font-size: 49px;
		line-height: 60px;
	}

	.test-drive__banner-price-desc {
		margin-bottom: 12px;
		font-size: 14px;
		line-height: 14px;
	}

	.btn.test-drive__banner-button {
		width: auto;
		height: auto;
		font-size: 13px;
		line-height: 14px;
		padding: 10px 22px;
	}

	.test-drive__bg-white {
		padding: 40px 30px;
	}

	.test-drive__bg-gray {
		padding: 30px 30px 38px 30px;
	}

	.test-drive__title {
		margin-bottom: 43px;
		font-size: 30px;
		line-height: 40px;
	}

	.test-drive__title_sm {
		width: 50%;
		margin-top: 10px;
		margin-bottom: 50px;
		font-size: 36px;
		line-height: 40px;
	}

	.test-drive__complex-title {
		margin-left: 82px;
		margin-bottom: 40px;
	}

	.test-drive__list-item {
		max-width: 100%;
	}

	.test-drive__list-title {
		margin-bottom: 17px;
		font-size: 14px;
		line-height: 18px;
	}

	.test-drive__list-description {
		font-size: 12px;
		line-height: 17px;
	}

	.test-drive__left-col {
		text-align: left;
		min-width: 80px;
		max-width: 80px;
	}

	.test-drive__left-col:after {
		left: 30px;
	}

	.test-drive__point, .test-drive__arrow {
		margin-left: 10px;
	}

	.test-drive__right-col {
		flex-wrap: wrap;
	}

	.test-drive__more {
		font-size: 14px;
		line-height: 18px;
		margin-right: 20px;
	}

	.test-drive__navigation-price {
		font-size: 12px;
		line-height: 16px;
	}

	.test-drive__contacts {
		flex-flow: row wrap;
		padding-bottom: 0;
	}

	.test-drive__contacts-col:first-child {
		margin-right: 124px;
	}

	.test-drive__contacts-title {
		margin-bottom: 20px;
		font-size: 14px;
		line-height: 20px;
	}

	.test-drive__contacts-phone {
		font-size: 20px;
		line-height: 17px;
		white-space: nowrap;
	}

	.test-drive__contacts-phone_mb {
		margin-bottom: 10px;
	}

	.test-drive__contacts-phone-ext {
		margin-top: 30px;
		font-size: 16px;
		line-height: 20px;
		margin-bottom: 13px;
	}

	.test-drive__contacts-email {
		margin: 20px 0;
		font-size: 20px;
		line-height: 17px;
	}

	.test-drive__contacts-email-ext {
		margin-bottom: 28px;
		font-size: 14px;
		line-height: 20px;
	}

	.test-drive__additional-title {
		font-size: 20px;
		line-height: 20px;
		margin-bottom: 20px;
	}

	.test-drive__additional-text {
		margin-bottom: 60px;
		font-size: 14px;
		line-height: 20px;
	}
}

@media only screen and (max-width: 630px){
	.test-drive__banner-info{
		padding: 19px 20px;
	}
	.test-drive__banner-col:last-child {
		padding-left: 20px;
	}
	.btn.test-drive__banner-button{
		height: auto;
		padding: 10px 20px;
		font-size: 14px;
		line-height: 14px;
	}
}

@media only screen and (max-width: 480px) {
	.test-drive__hidden-mobile {
		display: none;
	}

	.test-drive__visible-mobile {
		display: block;
	}

	.test-drive__banner-image img {
		height: auto;
	}

	.test-drive__banner-info {
		margin: -198px auto 13px;
		padding: 15px 20px 25px;
		flex-wrap: wrap;
	}

	.test-drive__banner-wrap {
		padding: 0 20px;
	}

	.test-drive__banner-col:first-child, .test-drive__banner-col:last-child {
		flex: 0 0 100%;
	}

	.test-drive__banner-col:first-child {
		padding-right: 0;
	}

	.test-drive__banner-col:first-child:after {
		content: unset;
	}

	.test-drive__banner-col:last-child {
		padding-left: 0;
	}

	.test-drive__banner-title {
		margin-bottom: 10px;
		font-size: 26px;
		line-height: 32px;
	}

	.test-drive__banner-description {
		font-size: 20px;
		line-height: 20px;
		padding-bottom: 0;
		margin-bottom: 4px;
	}

	.test-drive__banner-description:after {
		content: unset;
	}

	.test-drive__banner-ps {
		margin-bottom: 20px;
		margin-right: -15px;
		font-size: 12px;
		line-height: 17px;
	}

	.test-drive__banner-price-wrap {
		display: flex;
		align-items: center;
		padding-bottom: 5px;
		margin-bottom: 10px;
		border-bottom: 1px solid #EDEDED;
	}

	.test-drive__banner-price {
		margin-bottom: 0;
		margin-right: 9px;
		font-size: 40px;
		line-height: 49px;
		white-space: nowrap;
	}

	.test-drive__banner-price-desc {
		margin-bottom: 0;
		font-size: 14px;
		line-height: 14px;
	}

	.test-drive__banner-button {
		width: 100%;
		height: auto;
		padding: 14px 56px;
		font-size: 18px;
		line-height: 22px;
	}

	.test-drive__title {
		margin-bottom: 10px;
		font-size: 30px;
		line-height: 30px;
		color: #13353F;
		text-align: left;
	}

	.test-drive__title_sm {
		width: 100%;
		margin-bottom: 28px;
		font-size: 30px;
		line-height: 40px;
		color: #0097A9;
	}

	.test-drive__subtitle {
		font-family: PT Sans;
		font-style: normal;
		font-weight: normal;
		font-size: 18px;
		line-height: 25px;
		color: #13353F;
		margin-bottom: 30px;
	}

	.test-drive__complex-title {
		margin-left: 0;
		margin-bottom: 25px;
	}

	.test-drive__complex-title div:first-child {
		font-size: 26px;
		line-height: 32px;
	}

	.test-drive__complex-title div:last-child {
		font-size: 18px;
		line-height: 22px;
	}

	.test-drive__bg-white {
		padding: 50px 20px;
	}

	.test-drive__bg-white_min{
		padding: 30px 20px 50px;
	}

	.test-drive__left-col {
		margin-left: -10px;
		min-width: 55px;
		max-width: 55px;
	}

	.test-drive__left-col:after {
		height: calc(100% - 45px);
		top: 35px;
		left: 20px;
	}

	.test-drive__left-col.test-drive__left-col_first:after {
		height: calc(100% - 70px);
		top: 55px;
	}

	.test-drive__left-col img {
		width: 40px;
	}

	.test-drive__arrow {
		width: 20px;
		height: 20px;
	}

	.test-drive__arrow svg {
		width: 10px;
		height: auto;
	}

	.test-drive__list-title {
		margin-bottom: 15px;
		font-size: 16px;
		line-height: 21px;
	}

	.test-drive__list-item_first .test-drive__list-title {
		margin-top: 10px;
	}

	.test-drive__list-description {
		padding-bottom: 10px;
		margin-bottom: 12px;
		font-size: 14px;
		line-height: 18px;
	}

	.test-drive__point {
		width: 20px;
		height: 20px;
	}

	.test-drive__point-inner {
		width: 10px;
		height: 10px;
		opacity: 1;
	}

	.test-drive__more {
		font-size: 14px;
		line-height: 18px;
	}

	.test-drive__contacts {
		flex-wrap: wrap;
	}

	.test-drive__contacts-col:first-child {
		margin-right: 0;
		padding-bottom: 20px;
		margin-bottom: 30px;
		border-bottom: 1px solid #EDEDED;
		width: 100%;
	}

	.test-drive__contacts-title {
		margin-bottom: 30px;
		font-size: 16px;
		line-height: 20px;
		color: #979797;
	}

	.test-drive__contacts-phone {
		font-size: 25px;
		line-height: 21px;
	}

	.test-drive__contacts-phone_mb {
		margin-bottom: 30px;
	}

	.test-drive__contacts-phone-ext {
		margin-top: 10px;
		margin-bottom: 0;
		font-size: 16px;
		line-height: 20px;
		color: #979797;
	}

	.test-drive__contacts-email {
		font-size: 22px;
		line-height: 19px;
		margin: 30px 0;
	}

	.test-drive__contacts-email-ext {
		font-size: 16px;
		line-height: 20px;
	}

	.test-drive__additional-title {
		margin-bottom: 20px;
		font-size: 20px;
		line-height: 20px;
	}

	.test-drive__additional-text {
		font-size: 14px;
		line-height: 20px;
	}

	.test-drive_pl70 {
		padding: 0 21px;
	}
}