/* Common */
/* Media */
/* Blocks */
.main__box {
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	min-height: 260px;
	border-radius: 16px;
	box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
}

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

.main__photo IMG {
	position: relative;
	width: 549px;
	margin: -40px 0 -56px 0;
}

.main__content {
	order: -1;
	flex: 0 0 50%;
	padding: 20px 0 20px 100px;
}

.main__title {
	margin-bottom: 20px;
}

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

.form-section_1 {
	padding: 56px 0 0 0;
}

.advantages {
	padding: 90px 0;
}

.advantages__head {
	margin-bottom: 38px;
}

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

.advantages__box {
	margin: 0 -50px;
}

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

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

.advantages__item-head {
	justify-content: flex-start;
	min-height: 172px;
	padding: 28px 140px 28px 50px;
}

.advantages__item-head-title {
	flex-grow: 1;
	justify-content: space-between;
	gap: 20px;
	font-size: 40px;
}

.advantages__item-head-avatar {
	order: -1;
	display: flex;
	flex: 0 0 148px;
	width: 148px;
	height: 114px;
}

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

.advantages__item-head:after {
	right: 50px;
	width: 40px;
	height: 40px;
}

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

.advantages__block {
	flex-direction: row;
	align-items: center;
	gap: 20px;
	padding: 52px 152px;
}

.advantages__block-photo {
	flex: 0 0 478px;
	width: 478px;
	height: 422px;
	border-radius: 16px;
}

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

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

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

.quality {
	padding: 90px 0 60px 0;
}

.quality .section-head {
	margin-bottom: 22px;
}

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

.quality__box {
	gap: 60px;
}

.quality .slick-arrows {
	display: flex;
	justify-content: center;
	gap: 20px;
}

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

.quality__item-photo {
	flex-grow: 1;
	height: 514px;
	padding: 0;
}

.quality__item-photo IMG {
	max-width: 580px;
}

.quality__item-content {
	flex: 0 0 445px;
	padding: 0;
}

.quality__item-title {
	margin-bottom: 40px;
	opacity: .7;
}

.quality__item-title IMG {
	height: 66px;
}

.quality__item-list {
	gap: 30px;
	margin-bottom: 0;
}

.quality__item-list LI {
	padding-left: 18px;
	font-size: 17px;
	line-height: 117%;
	letter-spacing: 2%;
}

.quality__item-list LI:before {
	top: 7px;
	width: 5px;
	height: 5px;
}

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

.quality__more {
	display: none;
}

.form-section_2 {
	padding: 104px 0 118px 0;
	background: #f0f7ff;
}
