h1 {
	padding-bottom: 32px;
}

.incline {
	transform: skewY(0.9deg);
}

.blue-section {
	margin-top: 200px;
	margin-bottom: 0px;
	padding-top: 40px;
}

.description {
	font-weight: 400;
	font-size: 16px;
}

.to-client {
	width: 100%;
}

.to-client__grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 30px;
	margin-top: 50px;
}

.to-client__item {
	box-sizing: border-box;
	background: #ffff;
	filter: drop-shadow(3px 3px 4px #D6E9FF);
	border-radius: 10px;
	outline: 2px solid #f3f5f9;
	padding: 20px;
	transition: all ease .2s;
}

.to-client__title {
	font-weight: bold;
	font-size: 17px;
	line-height: 24px;
	margin-bottom: 10px;
	color: #0f0f0f;
	transition: all ease .2s;
}

.to-client__text {
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 8px;
	font-weight: 400;
	color: #0f0f0f;
}

.to-client__more {
	color: #0e79ba;
	font-size: 16px;
	line-height: 24px;
	font-weight: 400;
	transition: all ease .2s;
}

.to-client__item:hover {
	outline-color: #0e79ba;
}

	.to-client__item:hover .to-client__title,
	.to-client__item:hover .to-client__more {
		color: #f35139;
	}

.red-btn {
	background-color: #F35139;
	color: white;
	font-size: 16px;
	font-weight: 600;
	line-height: 24px;
	border-radius: 5px;
	text-align: center;
	padding: 15px 20px;
	max-width: 337px;
	cursor: pointer;
	transition: 0.3s;
	margin-top: 18px;
}

	.red-btn:hover {
		background-color: #d92a10;
	}

	.red-btn:hover {
		color: #ffffff;
	}

.white-h {
	color: white;
}

.white-txt {
	color: white;
	font-size: 14px;
	font-weight: 400;
}

.help-conteiner {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	padding: 30px 0px 70px 0;
	padding-right: 70px;
}

.help-photo-wrapper {
	position: absolute;
	bottom: -43px;
	width: 400px;
	left: -10px;
}

.help-text-wrapper {
	width: 603px;
	display: flex;
	flex-direction: column;
	gap: 12px;
}

.white-hidden {
	background-color: #fff;
	height: 40px;
	position: absolute;
	width: 100%;
	z-index: 5;
	transform: skewY(-.9deg);
}

.faq {
	padding: 0 !important;
}

.txt {
	font-weight: 400;
}

.sticky-top {
	top: 140px;
}

.tarrif-conteiner {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	padding: 30px 0px 70px 60px;
	padding-right: 70px;
}

.tarrif-photo-wrapper {
	position: absolute;
	bottom: -43px;
	width: 400px;
	right: 60px;
	
}

.tarrif-text-wrapper {
	width: 603px;
	display: flex;
	flex-direction: column;
	gap: 12px;
}

ol > li {
	font-weight: 400;
}

p, li {
	font-weight: 400;
}

@media (max-width: 1238px) {
	.help-conteiner {
		padding-right: calc(0px + (70 - 0) * ((100vw - 992px) / (1240 - 992)));
	}

	.help-photo-wrapper {
		left: calc(-95px + ((-10) - (-95)) * ((100vw - 768px) / (1240 - 768)));
	}

	.help-text-wrapper {
		width: calc(393px + (603 - 393) * ((100vw - 768px) / (1240 - 768)));
	}

	.tarrif-photo-wrapper {
		right: calc(0px + (60 - 0) * ((100vw - 900px) / (1240 -900)));
	}

	.tarrif-conteiner {
		padding-left: calc(0px + (70 - 0) * ((100vw - 768px) / (1240 - 768)));
	}

	.tarrif-text-wrapper {
		width: calc(361px + (603 - 361) * ((100vw - 768px) / (1240 - 768)));
	}
}

@media (max-width: 899px) {
	.blue-section {
		overflow: visible;
	}

	.tarrif-photo-wrapper {
		right: 0;
	}
}


@media (max-width: 767px) {

	h1 {
		padding-bottom: 12px;
	}

	.to-client__grid {
		grid-template-columns: 1fr;
		gap: 20px;
		margin-top: 30px;
	}

	.help-conteiner {
		flex-direction: column;
		align-items: center;
		padding-bottom: 0;
	}

	.help-photo-wrapper {
		order: 2;
		display: flex;
		justify-content: center;
		align-items: center;
		left: 0;
	}

	.help-photo-img {
		display: block;
		max-width: 100%;
		height: auto;
	}

	.help-text-wrapper {
		order: 1;
		width: 100%;
	}

	.help-photo-wrapper {
		left: calc(-55px + (220 - 55) * ((100vw - 320px) / (768 - 320)));
		width: calc(420px + (530 - 420) * ((100vw - 320px) / (768 - 320)));
		top: calc(620px + (573 - 620) * ((100vw - 320px) / (768 - 320)));
	}

	.tarrif-conteiner {
		flex-direction: column;
		align-items: center;
		padding-bottom: 0;
	}

	.tarrif-photo-wrapper {
		order: 2;
		display: flex;
		justify-content: center;
		align-items: center;
		left: 0;
	}

	.tarrif-photo-img {
		display: block;
		max-width: 100%;
		height: auto;
	}

	.tarrif-text-wrapper {
		order: 1;
		width: 100%;
	}

	.tarrif-photo-wrapper {
		left: calc(0px + (110 - 0) * ((100vw - 320px) / (768 - 320)));
		width: calc(340px + (530 - 340) * ((100vw - 320px) / (768 - 320)));
		top: calc(530px + (505 - 530) * ((100vw - 320px) / (768 - 320)));
	}

	.blue-section {
		height: 800px;
		overflow: hidden;
		margin-top: 80px;
		padding-top: 0;
	}

	#tarrif {
		height: 700px;
	}
}
}

