/* * {
    outline: 4px solid green;
} */
@font-face {
	font-family: 'Qanelas';
	src: local('Qanelas-Thin'), url('fonts/Qanelas-Thin.woff') format('woff'),
		url('fonts/Qanelas-Thin.ttf') format('truetype');
	font-weight: 100;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Qanelas';
	src: local('Qanelas-UltraLight'),
		url('fonts/Qanelas-UltraLight.woff') format('woff'),
		url('fonts/Qanelas-UltraLight.ttf') format('truetype');
	font-weight: 200;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Qanelas';
	src: local('Qanelas-Light'), url('fonts/Qanelas-Light.woff') format('woff'),
		url('fonts/Qanelas-Light.ttf') format('truetype');
	font-weight: 300;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Qanelas';
	src: local('Qanelas-Regular'),
		url('fonts/Qanelas-Regular.woff') format('woff'),
		url('fonts/Qanelas-Regular.ttf') format('truetype');
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Qanelas';
	src: local('Qanelas-Medium'), url('fonts/Qanelas-Medium.woff') format('woff'),
		url('fonts/Qanelas-Medium.ttf') format('truetype');
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Qanelas';
	src: local('Qanelas-SemiBold'),
		url('fonts/Qanelas-SemiBold.woff') format('woff'),
		url('fonts/Qanelas-SemiBold.ttf') format('truetype');
	font-weight: 600;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Qanelas';
	src: local('Qanelas-Bold'), url('fonts/Qanelas-Bold.woff') format('woff'),
		url('fonts/Qanelas-Bold.ttf') format('truetype');
	font-weight: 700;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Qanelas';
	src: local('Qanelas-Black'), url('fonts/Qanelas-Black.woff') format('woff'),
		url('fonts/Qanelas-Black.ttf') format('truetype');
	font-weight: 900;
	font-style: normal;
	font-display: swap;
}

html,
*,
*::after,
*::before {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}

button {
	background: none;
	border: none;
	cursor: pointer;
}

li {
	list-style: none;
}

:root {
	--accent-color: #e60082;
	--base-color: #392a30;
}
section {
    margin-bottom: 0px;
}
h2, h3 {
    margin-top: 0;
}
.col-xs-12 {
    padding: 0;
}
.container {
    /*width:  unset !important;*/
     max-width:  1170px !important;
     padding: 0 20px !important;
    /* margin: 0 auto !important;
    padding: unset  !important;  */
}
.service .container-service {
	display: flex;
	flex-direction: column;
	gap: 100px;
	max-width: 1170px;
	margin: 0 auto;
}

.btn-main {
	width: 250px;
	font-family: 'Qanelas', sans-serif;
	font-size: 18px;
	font-weight: 700;
	line-height: 20px;
	color: #ffffff;
	border-radius: 10px;
	padding: 20px 40px;
	background-color: var(--accent-color);
    white-space: nowrap;
}

.service__section-title {
	letter-spacing: -0.03em;
	font-size: 44px;
	font-weight: 700;
	line-height: 120%;
	margin-bottom: 30px;
	text-transform: uppercase;
}

.service .section__title-highlight {
	color: var(--accent-color);
}

.service {
	font-family: 'Qanelas', sans-serif;
	color: var(--base-color);
}

.service__hero {
    padding: 20px 20px 0 20px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.service__hero-text {
	flex: 0 0 50%;
}

.service__hero-title {
	font-family: 'Qanelas', sans-serif;
	font-weight: 700;
	font-size: 58px;
	line-height: 1;
	color: var(--base-color);
	text-transform: uppercase;
}

.service__hero-highlight {
	display: inline-block;
	font-size: 43px;
	font-weight: 800;
	line-height: 1;
	color: var(--accent-color);
	border: 6px solid #e6008233;
	border-radius: 60px;
	padding: 0 14px;
	margin: 14px 0;
}

.service__hero-desc {
	font-family: 'Qanelas', sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 140%;
	color: #392a30;
	max-width: 420px;
	margin-top: 40px;
}

.service__hero-btn {
	margin-top: 38px;
    white-space: nowrap;
}

.service__hero-image {
	flex: 0 0 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 10px;
	overflow: hidden;
}

.service__hero-img {
    padding: 0 20px;
	max-width: 100%;
}

.service__items {
    padding: 0 20px;
}

.service__items-list {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 10px;
}

.items__list-item {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	border: 1px solid #eaeaea;
	border-radius: 10px;
	height: 285px;
	padding: 0 8px 10px 40px;
}

.items__item-icon {
	position: absolute;
	top: 22px;
	right: 23px;
}
#icons-tablet {
    display: none;
}
.items__item-wrap.line_2 {
    min-height: 90px;
}
.items__item-title {
	font-size: 18px;
	line-height: 18px;
	font-weight: 600;
}
.vertical__grad-mobile {
	display: none;
}
.service__features {
    padding: 0 20px;
}

.service__features-list {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 10px;
}

.service__features-list-item {
    overflow: hidden;
	position: relative;
	height: 380px;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	padding: 0 25px 30px 30px;
	border-radius: 10px;
	background: linear-gradient(
		180deg,
		rgba(255, 163, 187, 0) 15%,
		rgba(246, 103, 152, 0.776471) 62.5%,
		#f3568f 100%
	);
}

/* .service__features-list-item:first-child {
	background: linear-gradient(
		180deg,
		rgba(255, 163, 187, 1) 0%,
		rgba(246, 103, 152, 1) 78%,
		rgba(243, 86, 143, 1) 100%
	);
} */

.features__item-title {
	font-size: 28px;
	font-weight: 600;
	line-height: 1;
	color: #ffffff;
	z-index: 2;
    min-height: 140px;
}

.features__item-backdrop {
	position: absolute;
	width: 100%;
	left: 0;
	right: 0;
	top: 0;
	z-index: 0;
	mix-blend-mode: darken;
}

/* .service__features-list-item:first-child .features__item-backdrop {
    object-fit: cover;
    object-position: 0 -30px;
	mix-blend-mode: normal;
} */

.service__pricelist {
    padding: 0 20px;
	position: relative;
}

.service__pricelist-wrapper {
	position: relative;
	max-height: 500px;
	overflow: hidden;
	transition: all 0.2s ease-in;
}

.service__pricelist-grad {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 200px;
	background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
	user-select: none;
	pointer-events: none;
	z-index: 10;
}

.service__pricelist-table {
	position: relative;
	width: 100%;
	border-collapse: collapse;
}
table thead tr {
    text-align: unset;
    font-weight: unset;
    background: unset; 
    border: unset;
    color: unset;
}
.service__pricelist-table thead {
	text-align: left;
	font-size: 17px;
	line-height: 25px;
	color: #000000;
}

.service__pricelist-table tbody {
	font-size: 17px;
	line-height: 25px;
	color: #212529;
}

.service__pricelist-table tbody tr:nth-child(2n + 1) {
	background-color: #f5f5f5;
}

.service__pricelist-table tbody td:first-child {
	border-radius: 10px 0 0 10px;
}

.service__pricelist-table tbody td:last-child {
	border-radius: 0 10px 10px 0;
}

.service__pricelist-table th,
.service__pricelist-table td {
	padding: 10px 0 10px 24px;
}

.service__section-more {
	display: flex;
	align-items: center;
	gap: 5px;
	font-family: 'Qanelas', sans-serif;
	font-size: 18px;
	line-height: 1;
	text-align: center;
	color: var(--accent-color);
	margin: 50px auto 0;
}

.service__section-more img {
	transition: all 0.2s ease-in;
}

.service__section-more--active img {
	transform: rotate(180deg);
}

.service__roadmap {
    padding: 0 20px;
}

.service__roadmap .service__section-title {
	text-align: center;
}

.service__roadmap-list {
	counter-reset: roadmap;
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	gap: 10px;
}

.service__roadmap-list-item {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	font-size: 18px;
	line-height: 22px;
	font-weight: 600;
	height: 285px;
	border-radius: 10px;
	background: #f6f5f3;
	padding: 0 20px 20px 20px;
}
.roadmap__item-title span{
    font-weight: 800;
}
.service__roadmap-list-item::before {
	counter-increment: roadmap;
	content: counter(roadmap);
	position: absolute;
	right: 24px;
	top: 30px;
	font-size: 60px;
	line-height: 1;
	color: var(--accent-color);
}
.roadmap__item-title {
    min-height: 110px;
}
.roadmap__item-title.zayavka {
    max-width: 107px;
}

.service__roadmap-contacts {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 30px;
	margin-top: 40px;
}

.service__roadmap-text {
	text-align: center;
}

.service__roadmap-btn {
}

.service__advantages {
    padding: 0 20px;
}

.service__advantages .service__section-title {
	text-align: center;
	margin-bottom: 60px;
}

.section__title-highlight {
}

.service__advantages-list {
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	gap: 10px;
}

.service__advantages-list-item {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	font-size: 18px;
	line-height: 22px;
	font-weight: 600;
	height: 285px;
	border: 1px solid #eaeaea;
	border-radius: 10px;
	padding: 0 12px 0px 25px;
}

.service__advantages-list-item--active {
	border-color: var(--accent-color);
}

.advantages__item-title {
	position: absolute;
	top: 30px;
	left: 10px;
	font-size: 24px;
	line-height: 1;
	text-align: right;
	color: var(--accent-color);
}

.advantages__item-text {
   word-wrap: break-word;
	font-size: 18px;
	line-height: 22px;
	color: #6f6b6d;
    min-height: 140px;
}

.service__contacts {
    padding: 0 20px;
}

.service__contacts-header {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.service__contacts-header-text {
	font-size: 16px;
	line-height: 22px;
	text-align: center;
	margin-bottom: 30px;
	max-width: 530px;
}

.service__contacts-header-title {
	font-size: 32px;
	line-height: 1;
	letter-spacing: -1px;
	text-align: center;
	text-transform: uppercase;
	max-width: 690px;
}

.service__contacts-card {
	margin-top: 70px;
}

.service__contacts-call {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	padding: 50px 0;
	border-radius: 10px;
	background-color: var(--accent-color);
	mix-blend-mode: darken;
}

.service__contacts-call-backdrop {
	position: absolute;
	left: 0;
	right: 0;
	top: -30%;
	bottom: 0;
	width: 100%;
	z-index: -1;
	opacity: 0.2;
}

.service__contacts-call-title {
	font-size: 44px;
	line-height: 1;
	font-weight: 700;
	letter-spacing: -0.5px;
	text-align: center;
	text-transform: uppercase;
	color: #ffffff;
	margin-bottom: 25px;
}

.service__contacts-call-text {
	font-size: 16px;
	line-height: 22px;
	text-align: center;
	color: #ffffff;
}

.service__contacts-call-btn {
	background-color: #ffffff;
	color: var(--accent-color);
	margin-top: 30px;
}

.service__contacts-hotline {
    position: relative;
	display: flex;
	align-items: center;
	height: 250px;
	background-color: #f6f5f3;
	margin-top: -10px;
}

.service__hotline-phones-backdrop {
	position: absolute;
	z-index: 0;
	right: 0;
	bottom: 0;
	z-index: 0;
}

.service__contacts-hotline-text {
	flex: 0 0 50%;
	padding-left: 65px;
	z-index: 2;
}

.service__contacts-hotline-title {
	font-size: 32px;
	font-weight: 700;
	line-height: 1;
	text-transform: uppercase;
	letter-spacing: -0.5px;
}

.service__contacts-hotline-subtitle {
	font-size: 16px;
	line-height: 22px;
	margin-top: 30px;
	max-width: 450px;
}

.service__contacts-hotline-phones {
	overflow: hidden;
	flex: 0 0 50%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 14px;
}

.service__contacts-hotline-phone {
	display: flex;
	align-items: center;
	gap: 12px;
	text-decoration: none;
	text-align: center;
	font-size: 32px;
	font-weight: 700;
	line-height: 1;
	color: var(--base-color);
	letter-spacing: -0.5px;
	background: #ffffff;
	border-radius: 40px;
	padding: 17px 20px 17px 15px;
	z-index: 2;
}

.service__contacts-hotline-icon {
}
.service__seo {
    padding: 0 20px;
}
.service__seo .service__section-title {
	letter-spacing: -0.5px;
}

.service__seo-block {
	border: 1px solid #eaeaea;
	border-radius: 10px;
	padding: 30px;
	font-size: 16px;
	line-height: 22px;
}
#feature__desk img:first-child {
    object-fit: cover;
    object-position: 0 -30px;
}

@media screen and (max-width: 1280px) {
    .advantages__item-text {
        min-height: 110px;
    }
    .service__advantages-list {
        grid-template-columns: repeat(auto-fill, minmax(235px, 1fr));
    }
    .service__items-list {
        grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
    }
    .service__roadmap-list {
        grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    }
    .service__features-list {
        grid-template-columns: repeat(auto-fill, minmax(400px, 1fr));
    }
    .service__hero-image {
        flex: 0 0 45%;
    }
    .items__item-wrap.line_1 {
        min-height: 50px;
    }
    .features__item-title.line1 {
        min-height: 90px;
    }
    .features__item-title.line2 {
        min-height: 56px;
    }
    .roadmap__item-title {
        min-height: 90px;
    }
}
@media screen and (max-width: 1030px) {
    .items__item-wrap.line_1.last_line1 {
        min-height: 90px;
    }
    }
@media screen and (max-width: 1024px) {
.service__hero-image {
    flex: 0 0 40%;
}
}
@media screen and (max-width: 950px) {
    .service__hero-image {
        flex: unset;
    }
    .service__hero {
        flex-direction: column;
        align-items: baseline;
    }
    .service__hero-desc {
		max-width: 400px;
		padding-left: 21px;
	}
	.service__hero-descbtn {
		display: flex;
		gap: 30px;
		padding-bottom: 35px;
	}
	.service__hero-image {
		margin: 0 20px;
		max-height: 550px;
	}
    .service__hero-highlight {
        font-size: 54px;
    }
    .service__hero-title {
        padding-left: 16px;
    }
    .service__contacts-hotline-text {
        padding-left: 40px;
    }
    .service__features-list {
        grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    }
}
@media screen and (max-width: 768px) {
    .service__hero-img {
        padding: 0;
    }
    .service__hero-highlight {
        font-size: 43px;
    }
    .service__hero { 
        align-items: center;
    }
	.service__items,
	.service__features,
	.price-repair,
	.service__roadmap,
	.service__seo {
		padding: 0 30px;
	}
	.repair {
		max-width: 460px;
	}
	.service-centre {
		max-width: 690px;
	}
	.service__items-list {
		grid-template-columns: repeat(3, 1fr);
	}
	.service__features-list {
		grid-template-columns: repeat(2, 1fr);
	}
	.service__features-list-item {
		height: 465px;
	}
	.service__section-more {
		margin: 0px auto;
	}
	.price-repair {
		margin-bottom: 23px;
	}
	.service__section-title.work {
		margin-bottom: 40px;
	}
	.service__roadmap-list {
		grid-template-columns: none;
		grid-template-rows: repeat(5, 1fr);
	}
	.service__roadmap-list-item {
		height: 115px;
		padding-bottom: 0px;
		justify-content: center;
	}
	.roadmap__item-title,.roadmap__item-title.zayavka {
        text-align: center;
        max-width: 500px;
        margin: auto;
	}
	.service__roadmap-contacts {
		gap: 30px;
	}
	.service__roadmap-list-item:nth-child(odd)::before {
		left: 24px;
		top: 30px;
	}
	.service__roadmap-list-item:nth-child(even)::before {
		right: 24px;
		top: 30px;
	}
	.service__advantages {
		padding: 23px 21px 0px 21px;
	}
	.service__advantages .service__section-title {
		margin-bottom: 40px;
	}
	.service__advantages-list {
		grid-template-columns: repeat(3, 1fr);
		grid-auto-flow: dense;
	}
	.service__advantages-list-item--active, .deliveries-directly {
		height: 116px;
		grid-column: span 3;
		justify-content: center;
		padding: 0 30px;
		padding-bottom: 0px;
	}
	.service__advantages-list-item--active .advantages__item-text, .deliveries-directly .advantages__item-text {
		max-width: 270px;
	}
    .advantages__item-text.first, .advantages__item-text.last {
        min-height: unset;
    }
    .advantages__item-text {
        min-height: 155px;
    }
	.advantages__item-title {
		letter-spacing: -0.05em;
        right: 10px;
	}
	.five_years {
		top: 60px;
		right: 30px;
	}
	.service__advantages-list-item {
		padding-right: 24px;
        padding-bottom: 5px;
	}
	.service__contacts-card {
		padding: 0 30px;
	}
	.service__contacts-call-backdrop {
		top: 5%;
	}
	.service__contacts-call-backdrop {
		transform: scale(1.5);
		opacity: 0.3;
	}
	.service__contacts-call-title {
		max-width: 544px;
	}
	.service__contacts-call-btn {
		margin-top: 25px;
	}
	.service__contacts-hotline {

		flex-direction: column;
		height: 450px;
		overflow: hidden;
	}
	.service__contacts-hotline-text {
		padding-top: 65px;
		padding-left: 0;
	}
	.service__contacts-hotline-title {
		max-width: 334px;
		text-align: center;
		margin: auto;
	}
	.service__contacts-hotline-subtitle {
		text-align: center;
	}
	.service__contacts-hotline-phones {
		flex: unset;
	}
	.service__hotline-phones-backdrop {
		right: -285px;
		bottom: -60px;
		transform: rotate(-75deg);
	}
	.service__hero-btn {
		margin-top: 48px;
		max-height: 60px;
	}
	.service__hero-descbtn {
		align-items: center;
	}
	.service__hero-img,
	.service__hero-image {
		width: 100%;
	}
	.service__hero-image {
		padding: 0 20px;
	}
	.service__hero-highlight {
		margin-left: -16px;
	}
	.service__contacts-header {
		padding: 0 40px;
	}
	.items__item-title {
		word-wrap: break-word;
        z-index: 2;
	}
	.service__pricelist-wrapper {
		padding: 0 6px;
	}
	.service__pricelist-grad {
		left: 6px;
	}
    .service__contacts {
        padding: 0;
    }
    .features__item-title.line1 {
        min-height: 140px;
    }
    .roadmap__item-title {
        min-height: unset;
    }
    .features__item-title.line2 {
        min-height: unset;
    }
}

@media screen and (max-width: 720px) {
    .items__item-wrap.line_1.last_line1 {
        min-height: 50px;
    }
	.service__items-list {
		grid-template-columns: repeat(auto-fill, minmax(235px, 1fr));
	}
    .service__advantages-list {
        grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
    }
	.service__advantages-list-item--active {
		grid-column: span 2;
	}
    .deliveries-directly {
        grid-column:initial;
        height: 285px;
        justify-content: flex-end;
    }
	.btn-main {
		font-size: 16px;
	}
	.service__pricelist-wrapper {
		padding-right: 0;
	}
    .advantages__item-text, .advantages__item-text.last {
        min-height: 110px;
    }
}
@media screen and (max-width: 650px) {
	.service__hero-btn {
		margin-top: 0px;
		margin-left: 21px;
	}
	.service__hero-desc {
		padding-left: 0;
	}
	.service__hero-descbtn {
		gap: 20px;
		align-items: baseline;
		flex-direction: column;
	}

	.features__item-backdrop {
		max-height: 100%;
	}
	.service__features-list {
		grid-template-columns: repeat(1, 1fr);
	}
	.service__pricelist-wrapper {
		overflow-x: auto;
	}

	tr th:last-child {
		position: sticky;
		right: 0;
	}

	.service__pricelist-table tbody td:first-child {
		overflow-x: auto;
		white-space: nowrap;
	}
	.service__pricelist-table tbody td:last-child {
		border-radius: 0;
		padding-right: 10px;
	}
	.service__pricelist-table tbody tr:nth-child(odd) td:last-child {
		position: sticky;
		right: -1px;
		background-color: #f5f5f5;
		white-space: nowrap;
	}

	.service__pricelist-table tbody tr:nth-child(even) td:last-child {
		position: sticky;
		right: -1px;
		background-color: white;
		white-space: nowrap;
	}
	.service__pricelist-table tbody td:last-child:nth-child(odd) {
		background-color: #f5f5f5;
	}
    .roadmap__item-title, .roadmap__item-title.zayavka {
        max-width: 350px;
    }
    .features__item-title, .features__item-title.line1 {
        min-height: unset;
    }
}
@media screen and (max-width: 550px) {
	.service__items-list{
		grid-template-columns: repeat(auto-fill, minmax(155px, 1fr));
	}
    .service__advantages-list {
        grid-template-columns: repeat(auto-fill, minmax(170px, 1fr));
    }
	.service__hero-highlight,
	.service__section-title,
	.service__contacts-call-title {
		font-size: 34px;
	}
	.service__hero-title {
		font-size: 36px;
	}
	.advantages__item-text {
		font-size: 16px;
	}
	.service__advantages-list-item {
		padding-left: 16px;
		padding-right: 8px;
		padding-bottom: 12px;
	}
    .roadmap__item-title, .roadmap__item-title.zayavka {
        max-width: 270px;
    }
    .items__item-wrap.line_2 {
        min-height: 115px;
    }
}
@media screen and (max-width: 450px) {
    .service__items-list{
		grid-template-columns: repeat(auto-fill, minmax(135px, 1fr));
	}
    .service__advantages-list {
        grid-template-columns: 1fr;
    }
    .service__advantages-list-item {
        grid-column:  span 2;
    }
    .service__advantages-list-item {
        height: 116px;
    }
	.service__hero-highlight {
		font-size: 30px;
	}
	.service__hero-desc {
		max-width: 320px;
	}
	.service__hero-highlight,
	.service__section-title,
	.advantages__item-title,
	.service__contacts-call-title {
		font-size: 30px;
	}
	.items__list-item {
		padding: 0 4px 21px 15px;
	}
    .roadmap__item-title, .roadmap__item-title.zayavka {
        max-width: 180px;
    }
    .service__advantages-list-item {
        justify-content: center;
        padding-bottom: 0;
    }
    .advantages__item-text,.service__advantages-list-item--active .advantages__item-text, .deliveries-directly .advantages__item-text {
        max-width: 60%;
    }
    .advantages__item-title {
        max-width: 50%;
    }
    .advantages__item-text,.advantages__item-text.last {
        min-height: unset;
    }
}
@media screen and (max-width: 400px) {
	.service__hero-highlight,
	.service__section-title,
	.advantages__item-title,
	.service__contacts-call-title,
	.service__contacts-header-title,
	.service__contacts-hotline-title,
	.service__contacts-hotline-phone {
		font-size: 26px;
	}
	.advantages__item-title {
		font-size: 23px;
	}
	.service__contacts-hotline-phones {
		padding-top: 20px;
	}
	.advantages__item-text {
		font-size: 14px;
	}
	.service__contacts-card,
	.service__items,
	.service__features,
	.price-repair,
	.service__roadmap,
	.service__seo {
		padding: 0 20px;
	}
	.service__hero-image {
		padding: 0 10px;
	}
    .items__item-wrap.line_2 {
        min-height: 50%;
    }
}
@media screen and (max-width: 360px) {
	.service .container-service {
		gap: 60px;
	}
    .btn-main {
        padding: 16px 28px 15px 28px;
        width: 161px;
        font-size: 14px;
    }
	.service__hero-image,
	.service__hero-title {
		padding: 0;
        margin: 0;
	}
    .service__hero-img {
        padding: 0;
    }
	.service__hero {
		padding: 28px 20px 0 20px;
	}
	.service__hero-highlight {
		margin: 11px 0;
		margin-left: -8px;
		padding: 8px;
	}
	.service__hero-desc {
		margin-top: 28px;
	}
	.service__hero-descbtn {
		align-items: flex-start;
	}
	.service__hero-btn {
		margin-left: 0;
	}
	.service__hero-img {
		max-height: 318px;
		object-fit: cover;
	}
	.repair {
		margin-bottom: 20px;
	}
	.items__list-item {
		height: 175px;
	}
	.items__list-item {
		padding-right: 8px;
	}
	.items__item-icon {
		top: 20px;
		right: 15px;
        width: 60px;
        z-index: -1;
	}
	.service__features-list-item {
		height: 230px;
	}
	.features__item-title {
		font-size: 20px;
	}

	.vertical__grad-mobile {
        display: block;
		top: 130px;
		z-index: 9;
		width: 24px;
		display: block;
		position: absolute;
		right: 95px;
		background: linear-gradient(
			180deg,
			rgba(32, 32, 32, 0) 0%,
			rgba(40, 40, 40, 0.15) 100%
		);
	}
	.service__section-title.work {
		margin-top: 20px;
	}
	.service__roadmap-text {
		font-size: 14px;
		line-height: 140%;
	}
	.service__roadmap-contacts {
		gap: 20px;
	}
	.service__advantages {
		padding-top: 0px;
	}
	.service__advantages .service__section-title {
		margin-bottom: 70px;
	}
	.advantages__item-text {
		line-height: 120%;
	}
	.advantages__item-title {
		right: 10px;
	}
    /* .service__features-list-item:first-child .features__item-backdrop {
        object-position: initial;
    } */
	.service__contacts-header-text {
		margin-bottom: 16px;
		font-size: 14px;
		line-height: 140%;
	}
	.service__contacts-header-title,
	.service__contacts-hotline-title {
		font-size: 22px;
	}
	.service__contacts-card {
		margin-top: 30px;
	}
	.service__contacts-call {
		padding: 40px 0;
	}
	.service__contacts-call-btn {
		margin-top: 20px;
	}
	.service__contacts-call-btn {
		width: 145px;
		padding: 15px 30px;
	}
	.service__contacts-call-backdrop {
		transform: scale(2);
		top: 15%;
	}
	.service__contacts-hotline {
		height: 325px;
	}
	.service__contacts-hotline-text {
		padding-top: 40px;
	}
	.service__contacts-hotline-subtitle {
		max-width: 230px;
		font-size: 14px;
		line-height: 140%;
		margin: auto;
		margin-top: 25px;
	}
	.service__hotline-phones-backdrop {
		display: none;
	}
	.service__contacts-hotline-phone {
		padding: 13px 30px 13px 15px;
	}
	.service__contacts-hotline-phone {
		gap: 28px;
		font-size: 18px;
	}
	.service__seo-block {
		font-size: 14px;
		line-height: 140%;
	}
    .advantages__item-text {
        font-size: 14px;
    }
    .service__pricelist {
        padding: 0;
    }
}
@media screen and (max-width: 340px) { 

.service__hero-highlight {
    font-size: 24px;
}

}