* {
	font-family: sans-serif;
}
body {
	padding: 0;
	margin: 0;
}

a {
	text-decoration: none;
	color: #fff;
}

.container {
	max-width: 1200px;
	padding: 0 40px;
	margin: 0 auto;
	position: relative;
}

.btn {
	display: block;
	width: max-content;
	font-weight: 500;
	font-size: 16px;
	padding: 21px 29px;
	border-radius: 10px;
	background-color: #007aff;
	transition: 0.2s;
	box-shadow: 0px 5px 5px #00000038;
}
.btn:hover {
	background-color: #0099ff;
}

.header {
	min-height: 100dvh;
	background-image: url('../img/bg.jpg');
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	color: #fff;
	overflow-x: hidden;
}
.header .container {
	position: relative;
	min-height: 100dvh;
}
.header .container::before {
	content: '';
	width: 550px;
	height: 750px;
	position: absolute;
	bottom: 0;
	right: 50px;
	background-image: url('../img/man.png');
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: bottom;
	z-index: 0;
}

.header__nav {
	display: flex;
	z-index: 3;
	position: relative;
	justify-content: space-between;
	align-items: center;
	padding: 34px 0 0 0;
}
h1 {
	font-size: 50px;
	font-weight: 500;
	margin: 0;
}
h3 {
	font-size: 35px;
	margin: 0;
}
p {
	font-size: 18px;
	font-weight: 300;
	line-height: 130%;
}

.header__main {
	margin-top: 100px;
	max-width: 660px;
	position: relative;
	& p {
		margin: 12px 0 44px;
	}
}
.header__main_absolute {
	position: absolute;
	right: 0;
	top: 45%;
	background-color: rgba(0, 131, 254, 0.54);
	border-radius: 10px;
	width: 207px;
	text-align: center;
	padding: 16px 10px;

	& p {
		margin: 10px 0 0;
		font-size: 14px;
	}
	& h4 {
		margin: 0;
		font-size: 20px;
	}
}

.section-one {
	display: flex;
	margin: 200px 0 0 0;
	align-items: center;
	gap: 20px;
	& .img {
		flex: 0 1 50%;
		height: 350px;
		background-image: url(../img/sec-1.jpg);
		background-size: cover;
		background-position: center;
	}
	& .content {
		max-width: 460px;
		margin: 0 auto;
		flex: 1 1 50%;
	}
}
@media (max-width: 1000px) {
	h1 {
		font-size: 40px;
	}
	.header__main {
		max-width: 480px;
		& p {
			max-width: 365px;
		}
	}
	.header .container::before {
		right: -150px;
	}
	.header__main_absolute {
		bottom: 50px;
		right: 50%;
		transform: translateX(50%);
		top: auto;
	}
}
@media (max-width: 670px) {
	.container {
		padding: 0 20px;
	}
	h1 {
		font-size: 36px;
	}
	.header__main_absolute {
		display: none;
	}
	.header .container {
		display: flex;
		flex-direction: column;
		justify-content: space-between;
	}
	.return-stages-f {
		flex-direction: column;
	}
	.btn {
		width: 100%;
		box-sizing: border-box;
	}
	.header .container::before {
		right: 50%;
		transform: translateX(50%);
		background-position: inherit;
		width: 100%;
		background-image: linear-gradient(
				to top,
				#004aad 40%,
				rgba(38, 121, 245, 0)
			),
			url('../img/man.png');
	}
	.header__main {
		margin-bottom: 60px;
	}
	.section-one {
		margin: 130px 0 0 0;
		flex-direction: column;
		/* display: block; */
		& .img {
			flex: auto;
			height: 300px;
			width: 100%;
			order: 1;
		}
	}
}

.section-achievements {
	background-color: #2979ff;
	color: #fff;
	padding: 80px 0;
	display: flex;
	align-items: center;
	position: relative;
	margin-top: 100px;
}

.achievements-content {
	flex: 0 1 50%;
	padding: 0 40px;
}

.achievements-content h2 {
	font-size: 40px;
	font-weight: 500;
	margin: 0 0 20px 0;
}

.achievements-content h3 {
	font-size: 24px;
	margin: 30px 0 15px 0;
}

.achievements-content p {
	font-size: 18px;
	line-height: 1.5;
	margin-bottom: 20px;
}

.achievements-content ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

.achievements-content li {
	position: relative;
	padding-left: 20px;
	margin-bottom: 15px;
	font-size: 16px;
	line-height: 1.4;
}

.achievements-content li::before {
	content: '•';
	position: absolute;
	left: 0;
	color: #fff;
}

.achievements-images {
	flex: 0 1 50%;
	display: flex;
	justify-content: center;
	position: relative;
	min-height: 400px;
}

.certificate-image {
	position: absolute;
	background-color: #fff;
	border-radius: 10px;
	box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}

.certificate-1 {
	width: 220px;
	height: 320px;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -20%);
	z-index: 3;
	background-image: url('../img/certificate1.jpg');
	background-size: 100%;
	background-position: center;
	background-repeat: no-repeat;
}

.certificate-2 {
	width: 220px;
	height: 320px;
	top: 50%;
	left: 60%;
	transform: translate(-20%, -80%);
	z-index: 2;
	background-image: url('../img/certificate2.jpg');
	background-size: 100%;
	background-position: center;
	background-repeat: no-repeat;
}

.certificate-3 {
	width: 220px;
	height: 320px;
	top: 50%;
	left: 40%;
	transform: translate(-80%, -80%);
	z-index: 1;
	background-image: url('../img/certificate3.jpg');
	background-size: 100%;
	background-position: center;
	background-repeat: no-repeat;
}
.services-image h2 {
	display: none;
}
@media (max-width: 1200px) {
	.certificate-3,
	.certificate-2,
	.certificate-1 {
		width: 190px;
		height: 270px;
	}
	.certificate-3 {
		transform: translate(-80%, -95%);
	}
	.certificate-1 {
		transform: translate(-55%, -40%);
	}
	.certificate-2 {
		transform: translate(-130%, 8%);
	}
	.achievements-images {
		margin-left: 70px;
	}
}

@media (max-width: 1000px) {
	.services-content .btn {
		width: 100%;
		box-sizing: border-box;
		text-align: center;
	}
	/* .section-achievements {
		flex-direction: column;
	} */

	.achievements-content {
		flex: 1 1 100%;
		padding: 0 40px;
		margin-bottom: 50px;
	}

	.achievements-images {
		flex: 1 1 100%;
		width: 100%;
	}
}

@media (max-width: 670px) {
	.services-content h2 {
		display: none;
	}
	.services-image h2 {
		display: block;
	}
	.achievements-images {
		margin-left: auto;
	}
	.section-achievements {
		padding: 50px 0;
	}

	.achievements-content h2 {
		font-size: 32px;
	}

	.achievements-images {
		min-height: 300px;
	}

	.certificate-1 {
		width: 150px;
		height: 220px;
		transform: translate(-50%, -20%);
	}

	.certificate-2 {
		width: 150px;
		height: 220px;
		transform: translate(-20%, -80%);
	}

	.certificate-3 {
		width: 150px;
		height: 220px;
		transform: translate(-80%, -80%);
	}
	.section-achievements {
		flex-direction: column;
	}
}

.section-services {
	padding: 100px 0;
	background-color: #fff;
}

.services-wrapper {
	display: flex;
	gap: 40px;
	align-items: center;
	justify-content: space-between;
}

.services-content {
	flex: 0 1 50%;
}

.services-wrapper h2 {
	font-size: 40px;
	font-weight: 500;
	margin: 0 0 40px 0;
	color: #000;
}

.services-wrapper h2 span {
	color: #007aff;
}

.service-item {
	position: relative;
	padding-left: 25px;
	margin-bottom: 30px;
}

.service-dot {
	position: absolute;
	left: 0;
	top: 10px;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background-color: #007aff;
}

.service-item h3 {
	font-size: 20px;
	font-weight: 600;
	margin: 0 0 15px 0;
	color: #000;
}

.service-item p {
	color: #333;
	font-size: 16px;
	line-height: 1.5;
	margin: 0;
}

.services-image {
	flex: 0 1 50%;
	height: 400px;
	border-radius: 8px;
	box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
	& img {
		width: 100%;
		height: 100%;
		object-fit: cover;
	}
}

.services-btn {
	margin-top: 30px;
}

/* Mobile styles */
@media (max-width: 1000px) {
	.services-content,
	.services-image {
		flex: 1 1 100%;
		width: 100%;
	}

	.services-image {
		height: 300px;
		margin-bottom: 30px;
	}
}

@media (max-width: 670px) {
	.section-services {
		padding: 50px 0;
	}
	.services-wrapper {
		flex-direction: column-reverse;
	}

	.services-wrapper h2 {
		font-size: 32px;
		margin-bottom: 20px;
	}

	.service-item h3 {
		font-size: 18px;
	}

	.services-image {
		height: 250px;
	}
}
.section-return-stages {
	padding: 100px 0;
	background-color: #fff;
	position: relative;
}

.return-stages-title {
	font-size: 40px;
	font-weight: 500;
	margin: 0 0 40px 0;
	color: #000;
}

.return-stages-wrapper {
	display: flex;
	flex-direction: column;
}

.return-stages-info {
	background-color: #ebf4ff;
	padding: 30px;
	border-radius: 15px;
	position: relative;
	max-width: 100%;
}

.return-stages-info p {
	font-size: 16px;
	line-height: 1.5;
	color: #000;
}

.return-stages-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 20px;
}

.return-stage {
	border: 1px solid #f6f6f6;
	background-color: #f6f6f6;
	border-radius: 10px;
	padding: 25px 20px;
	position: relative;
}

.stage-number {
	width: 40px;
	height: 40px;
	background-color: #007aff;
	color: #fff;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 20px;
	font-weight: 500;
	margin-bottom: 15px;
}

.stage-title {
	font-size: 18px;
	font-weight: 500;
	margin: 0 0 10px 0;
	color: #000;
}

.stage-description {
	font-size: 14px;
	line-height: 1.4;
	color: #333;
	margin: 0;
}

/* Responsive styles */
@media (max-width: 1200px) {
	.return-stages-grid {
		grid-template-columns: repeat(2, 1fr);
	}

	.return-stages-info p {
		margin-bottom: 70px;
	}
}

@media (max-width: 768px) {
	.return-stages-title {
		font-size: 32px;
	}

	.return-stages-btn {
		width: 100%;
		text-align: center;
		box-sizing: border-box;
	}

	.return-stages-info p {
		margin-bottom: 20px;
	}
}

@media (max-width: 670px) {
	.section-return-stages {
		padding: 50px 0;
	}

	.return-stages-grid {
		grid-template-columns: 1fr;
	}

	.stage-number {
		width: 35px;
		height: 35px;
		font-size: 18px;
	}

	.stage-title {
		font-size: 16px;
	}
}
.return-stages-f {
	display: flex;
	gap: 20px;
	margin-bottom: 30px;
	& .images {
		flex: 1 0 43%;
	}
	& .images img {
		width: 100%;
		height: 100%;
		object-fit: cover;
	}
	& .return-stages-info {
		flex: 1 0 43%;
	}
}
.section-six .return-stage-flex {
	display: flex;
	gap: 10px;
	align-items: center;
	margin-bottom: 20px;
	& h3 {
		margin: 0;
	}
}

.slick-slide {
	margin: 0 10px;
}

.slick-list {
	margin: 0 -10px; /* компенсирует margin у слайдов */
	max-height: 350px;
}
.form-one {
	background-color: #007aff;
	padding: 50px 0;
	border-radius: 10px;
	color: #fff;
	position: relative;
	overflow: hidden;
}

.form-one .conatiner {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 40px;
	display: flex;
	position: relative;
	justify-content: space-between;
	gap: 40px;
	& .absolute-img {
		position: absolute;
		transform: translateX(-50%);

		background-image: linear-gradient(
				to bottom,
				#004bad00 10%,
				rgba(218, 218, 218, 0.8)
			),
			url('../img/man2.png');
		background-position: center;
		background-repeat: no-repeat;
		width: 100%;
		height: 900px;
		left: 50%;
		top: -100px;
	}
}

.form-one .content {
	flex: 0 1 45%;
	display: flex;
	flex-direction: column;
	justify-content: space-around;
	position: relative;
}

.form-one h2 {
	font-size: 40px;
	font-weight: 500;
	margin: 0 0 20px 0;
	color: #fff;
}

.form-one .content p {
	font-size: 18px;
	line-height: 1.5;
	margin: 0;
}

.form {
	position: relative;
	flex: 0 1 30%;
	background-color: #fff;
	padding: 30px;
	border-radius: 15px;
	box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.form h3 {
	color: #000;
	margin: 0 0 20px 0;
	font-size: 22px;
	font-weight: 300;
}

.form input {
	width: 100%;
	padding: 15px;
	margin-bottom: 15px;
	border: 1px solid #e0e0e0;
	border-radius: 8px;
	box-sizing: border-box;
	font-size: 16px;
	outline: none;
}

.form input::placeholder {
	color: #9e9e9e;
}

.form .submit {
	width: 100%;
	background-color: #007aff;
	color: #fff;
	border: none;
	padding: 15px;
	border-radius: 8px;
	font-size: 16px;
	font-weight: 500;
	cursor: pointer;
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
	transition: 0.2s;
}

.form .submit:hover {
	background-color: #0099ff;
}
.mob-image {
	display: none;
}

.footer {
	margin-top: 150px;
	padding: 70px 0;
	background-image: url('../img/bg.jpg');
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	color: #fff;

	& .underfooter {
		margin-top: 50px;
		justify-content: space-between;
	}

	& .content {
		transform: translateY(-40px);
		flex: 0 1 30%;
	}
	& .content h3 {
		font-weight: 500;
		font-size: 50px;
	}
}
.footer .container {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

@media (max-width: 1000px) {
	.form-one .content,
	.form-one .form {
		width: 100%;
	}
	.form-one .form {
		flex: 0 1 250px;
		box-sizing: border-box;
		padding: 20px;
		& h3 {
			font-size: 17px;
		}
		& input {
			padding: 10px 15px;
			font-size: 13px;
		}
		& .submit {
			font-size: 14px;
		}
	}

	.form-one h2 {
		font-size: 27px;
	}
	.form-one .content p {
		font-size: 14px;
	}
}

@media (max-width: 670px) {
	.header .btn {
		width: max-content;
	}
	.form-one {
		padding: 20px 0;
	}
	.mob-image {
		display: block;
		transform: translateX(10px);
	}

	.form-one .conatiner {
		flex-direction: column;
		padding: 0 20px;
		gap: 0;
		& .absolute-img {
			display: none;
			background: none;
		}
	}

	.form-one h2 {
		font-size: 28px;
	}

	.form-one .form {
		padding: 20px;
	}
	.footer .container:first-child {
		flex-direction: column;
		align-items: baseline;
	}
	.footer {
		& .content {
			transform: translateY(0px);
		}
		& .content h3 {
			font-size: 45px;
		}
	}
	@media (max-width: 400px) {
		.btn {
			padding: 10px;
		}
		.header__nav img,
		.underfooter img {
			width: 120px;
		}
		.underfooter a {
			font-size: 14px;
			text-align: right;
		}
	}
}
