@media (max-width: 768px) {
	.promo {
		padding: 270px 0 60px 0;
		background: none;
		position: relative;
	}
	.promo::before {
		content: '';
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 250px;
		background: url('/images/service/main-service/promo/mob.webp') center center /
			cover no-repeat;
	}
	.promo__title {
		color: #0d171a;
		font-size: 34px;
		font-style: normal;
		font-weight: 700;
		line-height: 110%;
		text-transform: uppercase;
		margin: 0 0 10px 0;
	}
	.promo__descr {
		color: #0d171a;
		font-size: 14px;
		font-style: normal;
		font-weight: 400;
		line-height: 140%;
		margin: 0 0 20px 0;
	}
	.promo__btn {
		width: 100%;
	}

	/* info */
	.info {
		padding: 60px 0;
	}
	.info__title {
		color: #0d171a;
		font-family: Arial;
		font-size: 24px;
		font-style: normal;
		font-weight: 400;
		line-height: 130%;
		margin: 0 0 15px 0;
	}

	.info__descr {
		color: #0d171a;
		font-family: Arial;
		font-size: 14px;
		font-style: normal;
		font-weight: 400;
		line-height: 140%;
	}

	/* our-values */
	.our-values {
		padding: 60px 0;
	}
	.our-values__title {
		color: #0d171a;
		font-family: Arial;
		font-size: 24px;
		font-style: normal;
		font-weight: 400;
		line-height: 130%;
		margin: 0 0 20px 0;
	}

	.our-values__block {
		margin: 0 0 30px 0;
	}

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

	.our-values__block-wrapper {
		gap: 20px;
		flex-direction: column;
	}

	.our-values__block-descr {
		color: #0d171a;
		font-size: 14px;
		font-style: normal;
		font-weight: 400;
		line-height: 140%;
	}
	/* feedback-service */
	.feedback-service {
		padding: 60px 0;
	}
	.feedback-service__wrapper {
		flex-direction: column;
		gap: 10px;
	}
	.feedback-service__form {
		width: 100%;
	}
	.feedback-service__title {
		font-size: 24px;
		margin: 0 0 10px 0;
	}
	.feedback-service__descr {
		font-size: 14px;
	}

	.service .prices__table table td,
	.service .prices__table-service table td {
		font-size: 14px;
	}

	/* info */
	.service .info {
		padding: 65px 0;
	}
	.service .info__title {
		font-size: 24px;
		margin: 0 0 20px 0;
	}

	.service .info__wrapper {
		flex-direction: column;
		align-items: flex-start;
		gap: 20px;
	}

	/* prices */
	.service .prices {
		padding: 65px 0;
	}
	.service .prices__title {
		font-size: 24px;
		margin: 0 0 20px 0;
	}
	.service .prices__table {
		margin: 0 0 65px 0;
	}
	.prices__table-service {
		margin: 0 0 20px 0;
	}
	.service .prices__list {
		display: block;
		padding: 0;
		border: none;
	}
	.service .prices__list li {
		margin: 0 0 20px 0;
		padding: 0 0 0 30px;
	}
	.service .prices__list li::before {
		top: -3px;
		width: 20px;
		height: 20px;
	}
	.service .prices__list li:last-child {
		margin: 0;
	}
}
