html {
	scroll-behavior: smooth;
}
.promo {
	padding: 350px 0 60px 0;
	background: url('/images/service/main-service/promo/web.webp') center center /
		cover no-repeat;
}
.promo__title {
	color: #fff;
	font-size: 48px;
	font-style: normal;
	font-weight: 700;
	line-height: 110%;
	text-transform: uppercase;
	margin: 0 0 15px 0;
}

.promo__descr {
	margin: 0 0 15px 0;
	color: #fff;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 140%;
}

.promo__btn {
	width: 250px;
	height: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #00647b;
	color: #fff;
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: 19px;
	text-decoration: none;
}

/* info */
.info {
	padding: 100px 0;
	background: #f1f0f0;
}
.info__title {
	color: #0d171a;
	font-size: 30px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	margin: 0 0 30px 0;
}

.info__descr {
	color: #0d171a;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 140%;
}
/* our values */
.our-values {
	padding: 100px 0;
	background: white;
}
.our-values__title {
	color: #0d171a;
	font-family: Arial;
	font-size: 30px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	margin: 0 0 30px 0;
}

.our-values__block {
	padding: 30px 0 0 0;
	border-top: 1px solid #ced7d9;
	margin: 0 0 50px 0;
}

.our-values__block-title {
	margin: 0 0 20px 0;
	color: #00647b;
	font-family: Arial;
	font-size: 18px;
	font-style: normal;
	font-weight: 700;
	line-height: 140%;
}

.our-values__block-wrapper {
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	gap: 90px;
}

.our-values__block-item {
}

.our-values__block-img {
	width: 55px;
	height: 55px;
	margin: 0 0 10px 0;
}
.our-values__block-img img {
	width: 100%;
	height: 100%;
}

.our-values__block-descr {
	color: #0d171a;
	font-family: Arial;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 140%;
	max-width: 350px;
}
/* feedback-service */
.feedback-service {
	padding: 100px 0;
	background: #f1f0f0;
}
.feedback-service__wrapper {
	display: flex;
	justify-content: center;
	align-items: stretch;
	gap: 40px;
}

.feedback-service__item {
	flex: 1 1 50%;
}

.feedback-service__item-img {
	width: 100%;
	height: 100%;
}
.feedback-service__item-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.feedback-service__title {
	color: #0d171a;
	font-family: Arial;
	font-size: 30px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	margin: 0 0 20px 0;
}

.feedback-service__descr {
	color: #0d171a;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 140%;
	margin: 0 0 30px 0;
}

.feedback-service__form {
	width: 440px;
}

.feedback-service__form-input {
	width: 100%;
	height: 50px;
	margin: 0 0 10px 0;
	border: 1px solid #ced7d9;
	background: white;
}
.feedback-service__form-input input {
	padding: 14px 20px;
	color: #0d171a;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 145%;
	width: 100%;
}

.feedback-service__form-select {
	width: 100%;
	height: 50px;
	margin: 0 0 10px 0;
	border: 1px solid #ced7d9;
	background: white;
}
.feedback-service__form-select select {
	padding: 14px 20px;
	color: #0d171a;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 145%;
	width: 100%;
}

.feedback-service__form-select:last-child {
	margin: 0 0 20px 0;
}

.feedback-service__form-descr {
	color: #6c7c80;
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	line-height: 140%;
	margin: 0 0 20px 0;
}

.feedback-service__form-btn {
	width: 100%;
	height: 50px;
	background: #00647b;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: 19px;
	cursor: pointer;
}

/* info */
.service .info {
	padding: 100px 0;
	background: #f3f3f3;
}
.service .info__title {
	color: #0d171a;
	font-size: 30px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	margin: 0 0 30px 0;
}

.service .info__wrapper {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	gap: 70px;
}

.service .info__item h3 {
	color: #00647b;
	font-size: 24px;
	font-style: normal;
	font-weight: 700;
	line-height: 140%;
	margin: 0 0 5px 0;
}
.service .info__item b {
	color: #0d171a;
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: 140%;
	margin: 0 0 15px 0;
}
.service .info__item p {
	color: #0d171a;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 140%;
	max-width: 298px;
}

/* prices */
.service .prices {
	padding: 100px 0;
	background: white;
}
.service .prices__title {
	color: #0d171a;
	font-size: 30px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	margin: 0 0 30px 0;
}

.service .prices__table {
	width: 100%;
	overflow-x: auto;
	margin: 0 0 100px 0;
}
.service .prices__table table {
	width: 100%;
	border-collapse: collapse;
}
.service .prices__table table tr:first-child {
	color: #0d171a;
	font-size: 14px;
	font-style: normal;
	font-weight: 700;
	line-height: 140%;
}
.service .prices__table table td {
	padding: 10px;
	width: max-content;
	text-align: center;
	border: 1px solid #68777c;
}
.service .prices__table table tr:nth-child(even) {
	background: #f2f2f2;
}

.prices__table-service {
	width: 100%;
	overflow-x: auto;
	margin: 0 0 40px 0;
}
.prices__table-service table {
	width: 100%;
	border-collapse: collapse;
}
.service .prices__table-service table tr:first-child {
	color: #0d171a;
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: 140%;
}

.service .prices__table-service table tr:nth-child(2) {
	background: #f2f2f2;
}

.service .prices__table-service table td {
	padding: 10px;
	width: max-content;
	text-align: center;
	border: 1px solid #68777c;
}
.service .prices__table-service table tr td:first-child {
	background: #f2f2f2;
}
.service .prices__table-service table tr:first-child td {
	background: white;
}

.service .prices__list {
	padding: 30px 20px;
	border: 1px solid #68777c;
	list-style: none;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 30px;
}
.service .prices__list li {
	position: relative;
	color: #0d171a;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 140%;
	padding: 0 0 0 40px;
}
.service .prices__list li::before {
	content: '';
	position: absolute;
	top: -7px;
	left: 0;
	width: 30px;
	height: 30px;
	background: url('/images/dealers/service/check.svg') center center / cover
		no-repeat;
}
