/* Common */
/* Media */
/* Blocks */
.video__box {
	border-radius: 1.25vw;
}

.download {
	padding: 8.59375vw 0 4.375vw 0;
}

.download__box {
	position: relative;
	flex-direction: row;
	justify-content: flex-end;
	align-items: center;
	min-height: 20.3125vw;
	border-radius: 1.25vw;
	box-shadow: 0 0.3125vw 0.3125vw 0 rgba(0, 0, 0, 0.25);
}

.download__photo {
	position: absolute;
	bottom: -4.375vw;
	left: 7.34375vw;
	flex: 0 0 50%;
	padding: 0;
}

.download__photo IMG {
	width: 35.9375vw;
	margin: 0;
}

.download__content {
	flex-direction: column;
	align-items: flex-end;
	flex: 0 0 50%;
	min-height: 100%;
	padding: 0 7.8125vw 0 0;
	gap: 1.25vw;
	text-align: right;
}

.download__title {
	margin-bottom: 1.25vw;
}

.download__text {
	font-weight: 500;
	font-size: 1.40625vw;
	line-height: 155%;
	letter-spacing: 0.02em;
	color: #1a1921;
}

.form-section_1 {
	padding: 0;
}

.info {
	padding: 3.51563vw 0 0 0;
}

.info__box {
	padding: 0 3.90625vw;
	border: 0;
	margin: 0;
}

.info__block {
	position: relative;
	padding: 5.07813vw 3.90625vw;
	border-top: 1px solid #6e6e73;
}

.info__block:first-child {
	border: 0;
}

.info__block-title {
	width: 33.82813vw;
	padding: 0;
	border: 0;
	font-weight: 600;
	font-size: 1.875vw;
	line-height: 133%;
	color: #fff;
	margin-bottom: 3.125vw;
}

.info__block-title:after {
	display: none;
}

.info__block-list {
	width: 33.82813vw;
	gap: 2.1875vw;
	padding: 0;
}

.info__block-item {
	display: block;
}

.info__block-item-text {
	padding-left: 1.5625vw;
	font-size: 1.40625vw;
	line-height: 111%;
	letter-spacing: -0.02em;
	margin: 0;
	cursor: default;
}

.info__block-item-text:before {
	top: 50%;
	left: 0;
	-webkit-transform: translate(0, -50%);
	        transform: translate(0, -50%);
	width: 0.39063vw;
	height: 0.39063vw;
}

.info__block-item-photo {
	position: absolute;
	top: 5.07813vw;
	right: 3.90625vw;
	width: 37.1875vw;
	height: 23.4375vw;
}

.info__block-item-photo IMG,
.info__block-item-photo VIDEO {
	border-radius: 1.25vw;
	box-shadow: 0.3125vw 0.3125vw 0.46875vw 0 rgba(0, 0, 0, 0.65);
}

.info__block:nth-child(2n) .info__block-title {
	margin: 0 0 3.125vw auto;
}

.info__block:nth-child(2n) .info__block-list {
	margin: 0 0 0 auto;
}

.info__block:nth-child(2n) .info__block-item-photo {
	left: 3.90625vw;
	right: auto;
}

.form-section_2 {
	padding: 8.125vw 0 6.40625vw 0;
}
