.block-left {
	display: grid;
	grid-template-columns: 1fr 3fr;
	align-items: center;
	aspect-ratio: 1.93;

	padding: 0px 10vw;

	background-size: cover;
	background-repeat: no-repeat;
}

.block-center ._img {
	width: 100%;

}

.block-center {
	display: flex;
	justify-content: center;
	align-items: center;
	aspect-ratio: 1.85;
	background-size: 100%;
	background-repeat: no-repeat;
}

.block-center ._img {
	max-width: 27vw;
}

._data {
	display: flex;
	flex-direction: column;
	align-items: center;
}

._button>img {
	max-width: 250px;
}

.vryad {
	display: flex;
	gap: 100px;
}

.vryad .icon-item img {
	max-width: 200px;
}

._tit {
	max-width: 70%;
	margin-bottom: 100px;
}

._link {
	color: #812425;
	font-size: 12px;
	display: flex;
	gap: 10px;
	align-items: center;
}

._link>img {
	width: 20px;
}

@media(max-width: 700px) {

	.block-left {
		display: grid;
		grid-template-columns: 1fr;
		align-items: center;
		aspect-ratio: 0.93;
		padding: 0px 0vw;
		background-size: 210vw;
		justify-items: center;
		background-repeat: no-repeat;
		background-position: bottom left;
	}

	.block-left>img {
		width: 65vw;
	}


	.block-left>._null {
		display: none;
	}

	.main_block {
		padding-top: 35px;
	}

	.vryad {
		display: grid;
		gap: 30px;
	}

	.vryad .icon-item img {
		max-width: 120px;
	}

	._tit {
		max-width: 80%;
		margin-bottom: 30px;
	}

	.block-center {
		aspect-ratio: 0.7;
		background-size: cover;
		background-position: bottom center;
	}

	.block-center ._img {
		max-width: 85vw;
		background: #ffffff21;
		border-radius: 30px;
		backdrop-filter: blur(5px);
	}

	.block-left._bottom {
		display: grid;
		grid-template-columns: 1fr;
		align-items: center;
		aspect-ratio: 1.3;
		padding: 0px 0vw;
		background-size: 300vw;
		justify-items: center;
		background-repeat: no-repeat;
		background-position: bottom left;
		padding: 40px;
	}
}