/* Common */
/* Media */
/* Blocks */
.video__box {
	border-radius: 16px;
}

.download {
	padding: 110px 0 56px 0;
}

.download__box {
	position: relative;
	flex-direction: row;
	justify-content: flex-end;
	align-items: center;
	min-height: 260px;
	border-radius: 16px;
	box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
}

.download__photo {
	position: absolute;
	bottom: -56px;
	left: 94px;
	flex: 0 0 50%;
	padding: 0;
}

.download__photo IMG {
	width: 460px;
	margin: 0;
}

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

.download__title {
	margin-bottom: 16px;
}

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

.form-section_1 {
	padding: 0;
}

.info {
	padding: 45px 0 0 0;
}

.info__box {
	padding: 0 50px;
	border: 0;
	margin: 0;
}

.info__block {
	position: relative;
	padding: 65px 50px;
	border-top: 1px solid #6e6e73;
}

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

.info__block-title {
	width: 433px;
	padding: 0;
	border: 0;
	font-weight: 600;
	font-size: 24px;
	line-height: 133%;
	color: #fff;
	margin-bottom: 40px;
}

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

.info__block-list {
	width: 433px;
	gap: 28px;
	padding: 0;
}

.info__block-item {
	display: block;
}

.info__block-item-text {
	padding-left: 20px;
	font-size: 18px;
	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: 5px;
	height: 5px;
}

.info__block-item-photo {
	position: absolute;
	top: 65px;
	right: 50px;
	width: 476px;
	height: 300px;
}

.info__block-item-photo IMG,
.info__block-item-photo VIDEO {
	border-radius: 16px;
	box-shadow: 4px 4px 6px 0 rgba(0, 0, 0, 0.65);
}

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

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

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

.form-section_2 {
	padding: 104px 0 82px 0;
}
