/* Common */
/* Media */
/* Blocks */
.main__box {
	flex-direction: row;
	justify-content: space-between;
	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);
}

.main__photo {
	flex: 0 0 50%;
	padding: 0;
}

.main__photo IMG {
	position: relative;
	width: 42.89063vw;
	margin: -3.125vw 0 -4.375vw 0;
}

.main__content {
	order: -1;
	flex: 0 0 50%;
	padding: 1.5625vw 0 1.5625vw 7.8125vw;
}

.main__title {
	margin-bottom: 1.5625vw;
}

.main__text {
	font-weight: 500;
	font-size: 1.25vw;
	line-height: 137%;
	letter-spacing: 2%;
}

.form-section_1 {
	padding: 4.375vw 0 0 0;
}

.advantages {
	padding: 7.03125vw 0;
}

.advantages__head {
	margin-bottom: 2.96875vw;
}

.advantages__head-number {
	display: block;
	font-weight: 800;
	font-size: 4.6875vw;
	color: #bfc4cc;
}

.advantages__box {
	margin: 0 -3.90625vw;
}

.advantages__item {
	border-top-width: 1px;
}

.advantages__item:last-child {
	border-bottom: 0;
}

.advantages__item-head {
	justify-content: flex-start;
	min-height: 13.4375vw;
	padding: 2.1875vw 10.9375vw 2.1875vw 3.90625vw;
}

.advantages__item-head-title {
	flex-grow: 1;
	justify-content: space-between;
	gap: 1.5625vw;
	font-size: 3.125vw;
}

.advantages__item-head-avatar {
	order: -1;
	display: flex;
	flex: 0 0 11.5625vw;
	width: 11.5625vw;
	height: 8.90625vw;
}

.advantages__item-head-avatar IMG {
	display: block;
	width: 8.90625vw;
	height: 8.90625vw;
	border-radius: 50%;
}

.advantages__item-head:after {
	right: 3.90625vw;
	width: 3.125vw;
	height: 3.125vw;
}

.advantages__item-head:hover:after {
	background-image: url(../img/common/icon-accordion-orange.svg);
}

.advantages__block {
	flex-direction: row;
	align-items: center;
	gap: 1.5625vw;
	padding: 4.0625vw 11.875vw;
}

.advantages__block-photo {
	flex: 0 0 37.34375vw;
	width: 37.34375vw;
	height: 32.96875vw;
	border-radius: 1.25vw;
}

.advantages__block-photo IMG.mob {
	display: none;
}

.advantages__block-photo IMG.desk {
	display: block;
}

.advantages__block-text {
	font-weight: 500;
	font-size: 1.71875vw;
	line-height: 150%;
}

.quality {
	padding: 7.03125vw 0 4.6875vw 0;
}

.quality .section-head {
	margin-bottom: 1.71875vw;
}

.quality .section-head .button-more {
	display: flex;
}

.quality__box {
	gap: 4.6875vw;
}

.quality .slick-arrows {
	display: flex;
	justify-content: center;
	gap: 1.5625vw;
}

.quality__item {
	display: flex !important;
	justify-content: space-between;
	align-items: center;
	gap: 5.07813vw;
}

.quality__item-photo {
	flex-grow: 1;
	height: 40.15625vw;
	padding: 0;
}

.quality__item-photo IMG {
	max-width: 45.3125vw;
}

.quality__item-content {
	flex: 0 0 34.76563vw;
	padding: 0;
}

.quality__item-title {
	margin-bottom: 3.125vw;
	opacity: .7;
}

.quality__item-title IMG {
	height: 5.15625vw;
}

.quality__item-list {
	gap: 2.34375vw;
	margin-bottom: 0;
}

.quality__item-list LI {
	padding-left: 1.40625vw;
	font-size: 1.32813vw;
	line-height: 117%;
	letter-spacing: 2%;
}

.quality__item-list LI:before {
	top: 0.54688vw;
	width: 0.39063vw;
	height: 0.39063vw;
}

.quality__item:hover .quality__item-title {
	opacity: 1;
}

.quality__more {
	display: none;
}

.form-section_2 {
	padding: 8.125vw 0 9.21875vw 0;
	background: #f0f7ff;
}
