/* Common */
/* Media */
/* Blocks */
.main {
	padding: 0 0 56px 0;
}

.main__box {
	position: relative;
	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 {
	position: absolute;
	bottom: -56px;
	right: 100px;
	flex: 0 0 45%;
	padding: 0;
}

.main__photo IMG {
	width: 434px;
	margin: 0;
}

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

.main__title {
	margin-bottom: 20px;
}

.main__text {
	font-weight: 500;
	font-size: 22px;
	line-height: 127%;
	letter-spacing: 2%;
	color: #1a1921;
}

.info__box {
	padding: 50px 50px 50px 302px;
	border-radius: 16px;
	background: url(../img/@about/info/logo.png) no-repeat 100px 50%/180px 180px, linear-gradient(90deg, #FF5201 0%, #FF6E0D 50%, #FF5201 100%);
	box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
}

.info__title {
	font-size: 24px;
	line-height: 106%;
	text-align: left;
	margin-bottom: 28px;
}

.info__list {
	gap: 15px;
	padding-left: 10px;
	opacity: .7;
}

.info__list LI {
	padding-left: 16px;
	font-weight: 500;
	font-size: 18px;
	line-height: 111%;
	letter-spacing: 2%;
}

.info__list LI:before {
	top: 7px;
	width: 3px;
	height: 3px;
}

.team {
	padding: 90px 0;
}

.team__head {
	margin-bottom: 38px;
}

.team__head-number {
	font-size: 60px;
	color: #bfc4cc;
}

.team__box {
	margin: 0 -50px;
}

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

.team__item-head {
	justify-content: flex-start;
	padding: 28px 410px 28px 50px;
}

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

.team__item-head-avatar {
	order: -1;
	display: flex;
	width: 390px;
	height: 114px;
}

.team__item-head-avatar DIV:nth-child(n+2) {
	display: block;
	margin-left: -30px;
	transition: 0.3s;
}

.team__item-head-avatar IMG {
	display: block;
	width: 114px;
	height: 114px;
}

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

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

.team__item-head:hover .team__item-head-avatar DIV:nth-child(n+2) {
	margin-left: 8px;
}

.team__item-head:hover .team__item-head-avatar IMG {
	display: block;
}

.team__item.open .team__item-head-avatar IMG {
	display: block;
}

.team__list {
	gap: 40px 20px;
	padding: 50px;
}

.team__list-item {
	flex: 0 0 calc(100% / 3 - 13.5px);
}

.team__list-item-photo {
	height: 422px;
	border-radius: 16px;
	margin-bottom: 21px;
}

.team__list-item-name {
	font-size: 22px;
	line-height: 145%;
	letter-spacing: -0.02em;
}

.team__list-item-post {
	font-weight: 500;
	font-size: 22px;
	line-height: 145%;
	letter-spacing: -0.02em;
}

.purpose {
	padding: 80px 0 110px 0;
	background: #e8eff7;
}

.purpose .section-head {
	margin-bottom: 40px;
}

.purpose__content {
	padding-left: 305px;
}

.purpose__description {
	padding-right: 100px;
	font-size: 22px;
	line-height: 145%;
	letter-spacing: 2%;
	margin-bottom: 40px;
}

.purpose__box {
	border-bottom: 2px solid #bfc4cc;
	margin: 0;
}

.purpose__item {
	position: relative;
	display: flex;
	align-items: flex-start;
	min-height: 98px;
	border-top: 2px solid #bfc4cc;
}

.purpose__item-head {
	position: static;
	flex: 0 0 410px;
	flex-direction: row;
	gap: 0;
	padding: 28px 50px 28px 0;
}

.purpose__item-head-number {
	flex: 0 0 100px;
	font-size: 24px;
	line-height: 106%;
}

.purpose__item-head-title {
	font-size: 24px;
}

.purpose__item-head:after {
	top: 28px;
	right: 0;
	width: 40px;
	height: 40px;
}

.purpose__list {
	padding: 30px 90px 0 0;
}

.purpose__list LI {
	padding: 0 0 20px 15px;
	font-size: 16px;
	line-height: 150%;
	letter-spacing: 2%;
}

.purpose__list LI:before {
	top: 10px;
	width: 3px;
	height: 3px;
}

.form-section {
	padding: 104px 0 118px 0;
}

.fancybox-slide--html .popup-team .fancybox-close-small {
	width: 40px;
	height: 40px;
	padding: 0;
	margin: 70px 70px 0 0;
}

.fancybox-slide--html .popup-team .fancybox-close-small:before {
	width: 40px;
	height: 40px;
}

.popup-team {
	float: right;
	max-width: 630px;
	min-height: 100vh;
	padding: 70px 150px 70px 100px;
	border-top-left-radius: 16px;
	color: #1a1921;
}

.popup-team__name {
	font-size: 40px;
	line-height: 120%;
	margin-bottom: 7px;
}

.popup-team__post {
	font-size: 18px;
	line-height: 128%;
	letter-spacing: 2%;
	margin-bottom: 16px;
}

.popup-team__photo {
	order: -1;
	width: 280px;
	height: 310px;
	border-radius: 12px;
	margin-bottom: 20px;
}

.popup-team__text {
	font-size: 18px;
	line-height: 133%;
	letter-spacing: 2%;
	margin-bottom: 33px;
}

.popup-team__social {
	justify-content: flex-start;
	gap: 50px;
	padding-top: 34px;
	border-top-width: 2px;
}

.popup-team__social A {
	font-size: 18px;
}
