/* Common */
/* Media */
/* Blocks */
.video__box {
	width: 100%;
	border-radius: 1.875vw;
	overflow: hidden;
}

.download {
	padding: 6.25vw 0;
}

.download__box {
	display: flex;
	flex-direction: column;
	border-radius: 3.125vw;
	background: #e8eff7;
	box-shadow: 0 0.625vw 1.25vw 0 rgba(26, 25, 33, 0.25);
	color: #1a1921;
}

.download__photo {
	text-align: center;
}

.download__photo IMG {
	position: relative;
	width: 84.375vw;
	margin-bottom: -6.25vw;
}

.download__content {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 5.625vw 5.625vw 3.125vw 5.625vw;
}

.download__title {
	margin-bottom: 1.875vw;
}

.download__text {
	font-size: 4.375vw;
	line-height: 114%;
	color: #6e6e73;
}

.form-section_1 {
	padding: 0;
}

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

.info__box {
	display: flex;
	flex-direction: column;
	padding-bottom: 0.9375vw;
	border-bottom: 1px solid #bfc4cc;
	margin: 0 -3.125vw;
}

.info__block-title {
	position: relative;
	padding: 6.25vw 18.75vw 6.25vw 3.125vw;
	border-top: 1px solid #bfc4cc;
	font-weight: 700;
	font-size: 6.25vw;
	line-height: 114%;
	text-transform: uppercase;
	color: #b5b5b0;
}

.info__block-title:after {
	position: absolute;
	top: 50%;
	right: 3.125vw;
	-webkit-transform: translate(0, -50%);
	        transform: translate(0, -50%);
	content: '';
	display: block;
	width: 11.875vw;
	height: 11.875vw;
	background: url(../img/common/icon-accordion-black.svg) no-repeat 0 0/100% 100%;
}

.info__block-list {
	display: flex;
	flex-direction: column;
	gap: 6.25vw;
	padding: 6.25vw 3.125vw;
}

.info__block-item {
	display: flex;
	flex-direction: column;
	gap: 3.125vw;
}

.info__block-item-text {
	position: relative;
	padding-left: 3.75vw;
	font-size: 4.375vw;
	line-height: 128%;
	color: #6e6e73;
	margin-left: 3.125vw;
}

.info__block-item-text:before {
	position: absolute;
	top: 2.5vw;
	left: 0;
	content: '';
	display: block;
	width: 0.625vw;
	height: 0.625vw;
	border-radius: 50%;
	background: #6e6e73;
}

.info__block-item-photo {
	height: 59.0625vw;
}

.info__block-item-photo IMG,
.info__block-item-photo VIDEO {
	display: block;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
	border-radius: 3.125vw;
	box-shadow: 0.625vw 0.625vw 0.9375vw 0 rgba(0, 0, 0, 0.65);
}

.info__block.open .info__block-title {
	background: #6e6e73;
	color: #fff;
}

.info__block.open .info__block-title:after {
	background-image: url(../img/common/icon-accordion-close-gray.svg);
}

.form-section_2 {
	padding: 36.875vw 0 18.75vw 0;
}
