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

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

.main__photo IMG {
	position: relative;
	width: 80vw;
	margin-bottom: -6.25vw;
}

.main__content {
	padding: 5.625vw 5.625vw 0 5.625vw;
}

.main__title {
	margin-bottom: 3.125vw;
}

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

.info__box {
	padding: 6.25vw;
	border-radius: 3.125vw;
	background: linear-gradient(90deg, #FF5201 0%, #FF6E0D 50%, #FF5201 100%);
	color: #fff;
}

.info__title {
	font-weight: 700;
	font-size: 6.25vw;
	line-height: 105%;
	text-transform: uppercase;
	text-align: center;
	margin-bottom: 4.6875vw;
}

.info__list {
	display: flex;
	flex-direction: column;
	gap: 4.6875vw;
}

.info__list LI {
	position: relative;
	padding-left: 3.75vw;
	font-size: 4.375vw;
	line-height: 114%;
}

.info__list LI:before {
	position: absolute;
	top: 2.1875vw;
	left: 0;
	content: '';
	width: 0.625vw;
	height: 0.625vw;
	background: #fff;
}

.team {
	padding: 18.75vw 0;
}

.team__head {
	margin-bottom: 9.375vw;
}

.team__head-number {
	font-weight: 800;
	font-size: 9.375vw;
	line-height: 106%;
	color: #bfc4cc;
}

.team__box {
	display: flex;
	flex-direction: column;
	margin: 0 -3.125vw;
}

.team__item {
	border-top: 1px solid #b5b5b0;
}

.team__item-head {
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 2.8125vw 13.125vw 2.8125vw 3.125vw;
	cursor: pointer;
}

.team__item-head-title {
	display: flex;
	gap: 4.375vw;
	font-weight: 800;
	font-size: 6.25vw;
	line-height: 106%;
	text-transform: uppercase;
}

.team__item-head-title SPAN {
	color: #bfc4cc;
}

.team__item-head-avatar {
	height: 11.875vw;
}

.team__item-head-avatar DIV:nth-child(n+2) {
	display: none;
}

.team__item-head-avatar IMG {
	width: 11.875vw;
	height: 11.875vw;
	border-radius: 50%;
}

.team__item-head: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-gray.svg) no-repeat 0 0/100% 100%;
}

.team__item.open .team__item-head {
	background: #ff6e0d;
	color: #fff;
}

.team__item.open .team__item-head-title SPAN {
	color: rgba(255, 255, 255, 0.4);
}

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

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

.team__list {
	display: flex;
	flex-wrap: wrap;
	gap: 9.375vw 3.125vw;
	padding: 9.375vw 3.125vw;
}

.team__list-item {
	flex: 0 0 calc(50% - 1.5625vw);
}

.team__list-item-photo {
	height: 50.3125vw;
	border-radius: 3.125vw;
	overflow: hidden;
	margin-bottom: 3.75vw;
}

.team__list-item-photo IMG {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
}

.team__list-item-name {
	font-weight: 500;
	font-size: 4.375vw;
	line-height: 128%;
}

.team__list-item-post {
	font-size: 3.75vw;
	line-height: 150%;
	color: #b5b5b0;
}

.purpose {
	padding: 0 0 18.75vw 0;
	background: #f0f7ff;
	color: #1a1921;
}

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

.purpose__description {
	font-weight: 500;
	font-size: 4.375vw;
	line-height: 128%;
	color: #b5b5b0;
	margin-bottom: 9.375vw;
}

.purpose__box {
	display: flex;
	flex-direction: column;
	margin: 0 -3.125vw;
}

.purpose__item {
	border-top: 1px solid #bfc4cc;
}

.purpose__item-head {
	position: relative;
	display: flex;
	flex-direction: column;
	gap: 6.25vw;
	padding: 9.375vw 3.125vw 6.25vw 3.125vw;
	cursor: pointer;
}

.purpose__item-head-number {
	font-weight: 800;
	font-size: 6.25vw;
	line-height: 100%;
	color: #bfc4cc;
}

.purpose__item-head-title {
	font-weight: 700;
	font-size: 6.25vw;
	line-height: 106%;
	text-transform: uppercase;
}

.purpose__item-head:after {
	position: absolute;
	top: 6.25vw;
	right: 3.125vw;
	content: '';
	display: block;
	width: 11.875vw;
	height: 11.875vw;
	background: url(../img/common/icon-accordion-gray.svg) no-repeat 0 0/100% 100%;
}

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

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

.purpose__item.open:hover .purpose__item-head:after {
	background-image: url(../img/common/icon-accordion-close-gray.svg);
	-webkit-filter: invert(40%) sepia(77%) saturate(1010%) hue-rotate(352deg) brightness(107%) contrast(103%);
	        filter: invert(40%) sepia(77%) saturate(1010%) hue-rotate(352deg) brightness(107%) contrast(103%);
}

.purpose__list {
	padding: 0 3.125vw 0 6.25vw;
}

.purpose__list LI {
	position: relative;
	padding: 0 0 6.25vw 3.75vw;
	font-weight: 500;
	font-size: 4.375vw;
	line-height: 128%;
}

.purpose__list LI:before {
	position: absolute;
	top: 2.1875vw;
	left: 0;
	content: '';
	display: block;
	width: 0.9375vw;
	height: 0.9375vw;
	border-radius: 50%;
	background: #1a1921;
}

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

.fancybox-slide {
	padding: 0;
}

.popup-team .fancybox-button svg {
	display: none;
}

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

.fancybox-slide--html .popup-team .fancybox-close-small:before {
	content: '';
	display: block;
	width: 11.875vw;
	height: 11.875vw;
	background: url(../img/common/icon-accordion-close-gray.svg) no-repeat 50% 50%/100% 100%;
}

.fancybox-slide--html .popup-team .fancybox-close-small:hover:before {
	background-image: url(../img/common/icon-accordion-close-orange.svg);
}

.popup-team {
	min-height: 100vh;
	padding: 18.75vw 3.125vw;
	color: #1a1921;
}

.popup-team__inner {
	display: flex;
	flex-direction: column;
}

.popup-team__name {
	padding-right: 18.125vw;
	font-weight: 800;
	font-size: 6.25vw;
	line-height: 120%;
	letter-spacing: 2%;
	text-transform: uppercase;
	margin-bottom: 2.1875vw;
}

.popup-team__post {
	padding-right: 18.125vw;
	font-size: 4.375vw;
	line-height: 128%;
	letter-spacing: 2%;
	color: #b5b5b0;
	margin-bottom: 6.25vw;
}

.popup-team__photo {
	height: 116.875vw;
	border-radius: 3.125vw;
	overflow: hidden;
	margin-bottom: 6.25vw;
}

.popup-team__photo IMG {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
}

.popup-team__text {
	font-weight: 500;
	font-size: 4.375vw;
	line-height: 143%;
	margin-bottom: 9.375vw;
}

.popup-team__social {
	display: flex;
	justify-content: space-between;
	padding-top: 9.375vw;
	border-top: 0.625vw solid #ff6e0d;
}

.popup-team__social A {
	font-weight: 500;
	font-size: 5.625vw;
	line-height: 100%;
	color: #ff6e0d;
}

.popup-team__social A:hover {
	text-decoration: underline;
}
