
.serviceDescr__image {
	width: 100%;
	max-width: 600px;
	border-radius: 20px;
	overflow: hidden;
}
.serviceDescr__image img {
	width: 100%;
}



.servicePricing {
    background: var(--white);
}
.servicePricing ._container {
    padding-top: 80px;
    padding-bottom: 80px;
}
.servicePricing__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 40px;
}
.servicePricing__content ._title h2 {
    text-transform: uppercase;
}
.servicePricing__block {
    width: 100%;
    overflow-x: auto;
}
.servicePricing__block table {
    min-width: 450px;
}
.servicePricing__block table tr:not(:last-child) {
    border-bottom: 1px solid var(--light-gray);
}
.servicePricing__block table td {
    color: var(--gray);
}
.servicePricing__block table td strong {
    color: var(--dark-blue);
}
.servicePricing__block table tr td:last-child {
    padding: 15px 0 15px 20px;
}
.servicePricing__block table tr td:not(:last-child) {
    padding: 15px 20px 15px 0;
    border-right: 1px solid var(--light-gray);
}



.serviceAdv {
	position: relative;
	background: #c8d8ec;
	overflow: hidden;
}
.serviceAdv::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    background: url('/wp-content/themes/dtsm-techno/assets/images/adv-bg.webp') center / cover no-repeat;
    mix-blend-mode: overlay;
    pointer-events: none;
}
.serviceAdv ._container {
	padding-top: 80px;
	padding-bottom: 80px;
}
.serviceAdv__content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 40px;
}
.serviceAdv__content > p {
	max-width: 800px;
	font-size: 20px;
	text-align: center;
}
.serviceAdv__block {
	width: 100%;
	max-width: 1200px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 30px;
}
.serviceAdv__item {
	width: 100%;
	max-width: 260px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 20px;
}
.serviceAdv__item .h5 {
	color: var(--dark-blue);
	text-align: center;
}
.serviceAdv__line {
	position: relative;
	min-width: 150px;
	max-width: 150px;
}
.serviceAdv__line::after {
	content: "";
	position: absolute;
	top: calc(50% - 1px);
	left: 0;
	width: 100%;
	height: 2px;
	background: var(--red);
}

.serviceWe {
	background: var(--dark-blue);
}
.serviceWe ._container {
	padding: 0px 0px 0px 15px;
	max-width: 1905px;
}
.serviceWe__content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
}
.serviceWe__block {
	padding: 60px 0px;
	width: 100%;
	max-width: 640px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.serviceWe__text {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 16px;
}
.serviceWe__text p, .serviceWe__text li {
	font-size: 18px;
	color: var(--white);
}
.serviceWe__image {
	position: relative;
	width: 100%;
	max-width: 1120px;
	background: url('/wp-content/themes/dtsm-techno/assets/images/service-we.webp') center / cover no-repeat;
	overflow: hidden;
}
.serviceWe__image img.triangle {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 3;
	height: 100%;
}

.serviceProds ._container {
	padding-top: 80px;
	padding-bottom: 100px;
}
.serviceProds__content {
	margin: 0 auto;
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 1fr 30px 1fr 30px 1fr 30px 1fr;
	grid-template-columns: repeat(4, 1fr);
	-webkit-column-gap: 30px;
	-moz-column-gap: 30px;
	column-gap: 30px;
	row-gap: 30px;
}
.serviceProds__card {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 16px;
}
.serviceProds__image {
	width: 100%;
	height: 430px;
	border-radius: 12px;
	overflow: hidden;
}
.serviceProds__image img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}
.serviceProds__text {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 10px;
}

.serviceOffer ._container {
	padding-top: 80px;
	padding-bottom: 100px;
}
.serviceOffer__content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 40px;
}
.serviceOffer__content h2 {
	text-transform: uppercase;
}
.serviceOffer__cards {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 30px;
}
.serviceOffer__card {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 520px;
	flex: 1 1 520px;
	padding: 50px 40px;
	width: 100%;
	min-width: 400px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 20px;
	background: var(--dark-blue);
	border-radius: 20px;
}
.serviceOffer__card .h5 {
	color: var(--white);
}

.serviceHow {
	position: relative;
}
.serviceHow ._bg {
	background: #c8d8ec;
}
.serviceHow ._bg img {
	mix-blend-mode: overlay;
}
.serviceHow ._container {
	padding-top: 80px;
	padding-bottom: 80px;
}
.serviceHow__content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 50px;
}
.serviceHow__content ._title {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.serviceHow__content ._title h2 {
	text-align: center;
	text-transform: uppercase;
}
.serviceHow__block {
	width: 100%;
	max-width: 1400px;
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 1fr 40px 1fr 40px 1fr 40px 1fr;
	grid-template-columns: repeat(4, 1fr);
	gap: 40px;
}
.serviceHow__card {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 20px;
}
.serviceHow__card span {
	font-size: 64px;
	font-weight: 700;
	line-height: 100%;
	color: var(--red);
}
.serviceHow__card .h5 {
	text-align: center;
}



@media (max-width: 1440px) {
	.serviceProds ._container {
		padding-top: 80px;
		padding-bottom: 80px;
	}
}
@media (max-width: 1340px) {
	.serviceProds__content {
		-ms-grid-columns: (1fr)[3];
		grid-template-columns: repeat(3, 1fr);
	}
	.serviceWe__block {
		max-width: 520px;
	}
	.serviceWe__image img.triangle {
		width: 280px;
	}
}
@media (max-width: 1200px) {
	.serviceHow__block {
		gap: 30px;
	}
}
@media (max-width: 1023px) {
	.serviceAdv__block {
		gap: 20px;
	}
	.serviceAdv__line {
		min-width: 100px;
		max-width: 100px;
	}
	.serviceWe__image img.triangle {
		width: 160px;
	}
	.serviceHow__block {
		grid-template-columns: repeat(2, 1fr);
	}
}
@media (max-width: 930px) {
	.serviceProds__content {
		-ms-grid-columns: (1fr)[2];
		grid-template-columns: repeat(2, 1fr);
	}
}
@media (max-width: 800px) {
    .servicePricing ._container {
        padding-top: 60px;
        padding-bottom: 60px;
    }
    .servicePricing__content {
        gap: 30px;
    }
	.serviceProds ._container {
		padding-top: 60px;
		padding-bottom: 60px;
	}
	.serviceDescr__image {
		height: auto;
	}
	.serviceAdv__line {
		min-width: 80px;
		max-width: 80px;
	}
}
@media (max-width: 740px) {
	.serviceAdv__line {
		min-width: 60px;
		max-width: 60px;
	}
}
@media (max-width: 680px) {
	.serviceAdv__line {
		display: none;
	}
	.serviceAdv__block {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		gap: 30px;
	}
	.serviceAdv__item {
		gap: 12px;
	}
	.serviceWe__block {
		max-width: 100%;
		padding-right: 15px;
	}
	.serviceWe__image {
		display: none;
	}
}
@media (max-width: 600px) {
	.serviceDescr__image {
		border-radius: 15px;
	}
	.serviceProds ._container {
		padding-top: 40px;
		padding-bottom: 60px;
	}
	.serviceProds__content {
		width: 100%;
		max-width: 400px;
		-ms-grid-columns: (1fr)[1];
		grid-template-columns: repeat(1, 1fr);
	}
	.serviceOffer__content {
		gap: 30px;
	}
	.serviceOffer__cards {
		gap: 20px;
	}
	.serviceHow__content {
		gap: 30px;
	}
	.serviceOffer__card {
		min-width: auto;
	}
}
@media (max-width: 520px) {
	.serviceOffer__card {
		padding: 30px 20px;
	}
}
@media (max-width: 450px) {
	.serviceHow__card {
		gap: 12px;
	}
	.serviceHow__card span {
		font-size: 44px;
	}
	.serviceHow__block {
		grid-template-columns: repeat(1, 1fr);
		gap: 20px;
	}
}
@media (max-width: 380px) {
	.serviceProds__image {
		height: 360px;
	}
}