/* Common */
/* Media */
/* Blocks */
.main {
	padding: 0 0 4.375vw 0;
}

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

.main__photo IMG {
	width: 33.90625vw;
	margin: 0;
}

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

.main__title {
	margin-bottom: 1.5625vw;
}

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

.info__box {
	padding: 3.90625vw 3.90625vw 3.90625vw 23.59375vw;
	border-radius: 1.25vw;
	background: url(../img/@about/info/logo.png) no-repeat 7.8125vw 50%/14.0625vw 14.0625vw, linear-gradient(90deg, #FF5201 0%, #FF6E0D 50%, #FF5201 100%);
	box-shadow: 0 0.3125vw 0.3125vw 0 rgba(0, 0, 0, 0.25);
}

.info__title {
	font-size: 1.875vw;
	line-height: 106%;
	text-align: left;
	margin-bottom: 2.1875vw;
}

.info__list {
	gap: 1.17188vw;
	padding-left: 0.78125vw;
	opacity: .7;
}

.info__list LI {
	padding-left: 1.25vw;
	font-weight: 500;
	font-size: 1.40625vw;
	line-height: 111%;
	letter-spacing: 2%;
}

.info__list LI:before {
	top: 0.54688vw;
	width: 0.23438vw;
	height: 0.23438vw;
}

.team {
	padding: 7.03125vw 0;
}

.team__head {
	margin-bottom: 2.96875vw;
}

.team__head-number {
	font-size: 4.6875vw;
	color: #bfc4cc;
}

.team__box {
	margin: 0 -3.90625vw;
}

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

.team__item-head {
	justify-content: flex-start;
	padding: 2.1875vw 32.03125vw 2.1875vw 3.90625vw;
}

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

.team__item-head-avatar {
	order: -1;
	display: flex;
	width: 30.46875vw;
	height: 8.90625vw;
}

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

.team__item-head-avatar IMG {
	display: block;
	width: 8.90625vw;
	height: 8.90625vw;
}

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

.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: 0.625vw;
}

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

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

.team__list {
	gap: 3.125vw 1.5625vw;
	padding: 3.90625vw;
}

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

.team__list-item-photo {
	height: 32.96875vw;
	border-radius: 1.25vw;
	margin-bottom: 1.64063vw;
}

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

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

.purpose {
	padding: 6.25vw 0 8.59375vw 0;
	background: #e8eff7;
}

.purpose .section-head {
	margin-bottom: 3.125vw;
}

.purpose__content {
	padding-left: 23.82813vw;
}

.purpose__description {
	padding-right: 7.8125vw;
	font-size: 1.71875vw;
	line-height: 145%;
	letter-spacing: 2%;
	margin-bottom: 3.125vw;
}

.purpose__box {
	border-bottom: 0.15625vw solid #bfc4cc;
	margin: 0;
}

.purpose__item {
	position: relative;
	display: flex;
	align-items: flex-start;
	min-height: 7.65625vw;
	border-top: 0.15625vw solid #bfc4cc;
}

.purpose__item-head {
	position: static;
	flex: 0 0 32.03125vw;
	flex-direction: row;
	gap: 0;
	padding: 2.1875vw 3.90625vw 2.1875vw 0;
}

.purpose__item-head-number {
	flex: 0 0 7.8125vw;
	font-size: 1.875vw;
	line-height: 106%;
}

.purpose__item-head-title {
	font-size: 1.875vw;
}

.purpose__item-head:after {
	top: 2.1875vw;
	right: 0;
	width: 3.125vw;
	height: 3.125vw;
}

.purpose__list {
	padding: 2.34375vw 7.03125vw 0 0;
}

.purpose__list LI {
	padding: 0 0 1.5625vw 1.17188vw;
	font-size: 1.25vw;
	line-height: 150%;
	letter-spacing: 2%;
}

.purpose__list LI:before {
	top: 0.78125vw;
	width: 0.23438vw;
	height: 0.23438vw;
}

.form-section {
	padding: 8.125vw 0 9.21875vw 0;
}

.fancybox-slide--html .popup-team .fancybox-close-small {
	width: 3.125vw;
	height: 3.125vw;
	padding: 0;
	margin: 5.46875vw 5.46875vw 0 0;
}

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

.popup-team {
	float: right;
	max-width: 49.21875vw;
	min-height: 100vh;
	padding: 5.46875vw 11.71875vw 5.46875vw 7.8125vw;
	border-top-left-radius: 1.25vw;
	color: #1a1921;
}

.popup-team__name {
	font-size: 3.125vw;
	line-height: 120%;
	margin-bottom: 0.54688vw;
}

.popup-team__post {
	font-size: 1.40625vw;
	line-height: 128%;
	letter-spacing: 2%;
	margin-bottom: 1.25vw;
}

.popup-team__photo {
	order: -1;
	width: 21.875vw;
	height: 24.21875vw;
	border-radius: 0.9375vw;
	margin-bottom: 1.5625vw;
}

.popup-team__text {
	font-size: 1.40625vw;
	line-height: 133%;
	letter-spacing: 2%;
	margin-bottom: 2.57813vw;
}

.popup-team__social {
	justify-content: flex-start;
	gap: 3.90625vw;
	padding-top: 2.65625vw;
	border-top-width: 0.15625vw;
}

.popup-team__social A {
	font-size: 1.40625vw;
}
