.banner {
	background-image: url("./images/banner-bg.jpg");
	background-size: cover;
	background-repeat: no-repeat;
}
.banner .banner__img {
	width: initial;
	padding-top: 15px;
}
.banner__content {
	max-width: 528px;
	margin-right: auto;
	padding-top: 168px;
	padding-bottom: 102px;
}
.banner .banner__title {
	max-width: initial;
	text-align: left;
	margin-top: 0;
	color: #526576;
	margin-bottom: 26px;
}
.banner__wrap {
	display: flex;
}

.step {
	margin-bottom: 80px;
}
.step__row {
	display: flex;
	justify-content: space-between;
}
.step-1-2 .step__content {
	padding-top: 30px;
}
.step .list-w-nums {
	max-width: 380px;
}
.step .list-w-nums div {
	min-width: 75px;
	margin-bottom: 20px;
}
.step-3 .step__content,
.step-4 .step__content {
	margin-top: auto;
}
.step .img-100 {
	width: 75%;
	height: 42px;
	margin-top: -20px;
}
.step .step__img {
	max-width: 100%;
}
.step .mobile-arrow {
	display: none;
}
.cabinet-sub__wrap {
	border-radius: 24px;
	background-color: #0CA4D4;
	color: white;
	text-align: center;
	padding-top: 34px;
	padding-bottom: 60px;
	display: flex;
	align-items: end;
	justify-content: center;
}
.cabinet-sub__wrap p {
	font-size: 28px;
	line-height: 42px;
	font-weight: 600;
	text-transform: uppercase;
	margin-top: 0;
	margin-right: 7px;
	margin-bottom: -5px;
}

.cabinet-sub {
	margin-bottom: 80px;
}

@media screen and (max-width: 1200px) {
	.banner__content {
		width: 60%;
	}
	.step__row {
		flex-direction: column;
	}
	.step-3 .step__content, .step-4 .step__content {
		order: 2;
	}
	.step__img {
		margin-bottom: 10px;
	}
	.step__img-wrap {
		display: none;
	}
	.step {
		margin-bottom: 10px;
	}
}

@media screen and (max-width: 1000px) {
	.banner .banner__img {
		max-width: 300px;
		height: initial;
	}
	.cabinet-sub__wrap {
		flex-direction: column;
		align-items: center;
		padding: 30px 20px;
	}
	.cabinet-sub__wrap p {
		order: 2;
		margin-top: 40px;
	}
	.cabinet-sub__wrap img {
		max-width: 216px;
	}
}

@media screen and (max-width: 800px) {
	.banner .banner__title {
		font-size: 24px;
		margin-bottom: 8px;
	}
	.banner .banner__content {
		width: 100%;
		padding-top: 24px;
		padding-bottom: 10px;
	}
	.banner .banner__img {
		padding-top: 100px;
		max-width: 200px;
	}
	.step .list-w-nums {
		max-width: 100%;
	}
	.step .list-w-nums li {
		align-items: flex-start;
	}
	.step .list-w-nums div {
		min-width: initial;
		margin-bottom: 0;
	}
	.step .list-w-nums div {
		position: relative;
	}
	.step-3 .list-w-nums div::before,
	.step-4 .list-w-nums div::before {
		content: "";
		display: block;
		width: 60px;
		height: 53px;
		background-image: url("./images/arrow-mobile.svg");
		background-repeat: no-repeat;
		background-size: contain;
		position: absolute;
		top: -10px;
	}
	.step-4 .list-w-nums div {
		align-self: flex-end;
	}
	.step-3 .list-w-nums div::before {
		left: 180px;
	}
	.step-4 .list-w-nums div::before {
		right: 180px;
	}
	.step-4 {
		margin-bottom: 40px;
	}
	.cabinet-sub {
		margin-bottom: 40px;
	}
}

@media screen and (max-width: 450px) {
	.banner .banner__content {
		max-width: 195px;
	}
	.banner .banner__img {
		max-width: 125px;
	}
}