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

.main__box {
	min-height: 260px;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	border-radius: 16px;
}

.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;
}

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

.device {
	padding: 90px 0;
}

.device__box {
	gap: 60px;
}

.device__item {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.device__item-photo {
	flex: 0 0 50%;
	height: 514px;
	padding: 0;
	margin: 0;
}

.device__item-content {
	flex: 0 0 50%;
	padding: 0 100px 0 60px;
}

.device__item:nth-child(2n) .device__item-content {
	order: -1;
	padding: 0 60px 0 100px;
}

.device__item-title {
	margin-bottom: 40px;
}

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

.device__item-list {
	gap: 30px;
	margin-bottom: 40px;
}

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

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

.device__item-price {
	font-size: 32px;
	line-height: 50%;
}

.device__item-links {
	gap: 20px;
}

.device__item-links A {
	width: 40px;
	height: 40px;
}

.device-section {
	padding: 90px 0 60px 0;
}

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

.device-section .device__item {
	gap: 65px;
}

.device-section .device__item-photo {
	flex: inherit;
	flex-grow: 1;
	padding: 0;
}

.device-section .device__item-content {
	flex: 0 0 445px;
	padding: 0;
}

.advantages {
	padding: 80px 0 110px 0;
}

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

.advantages__content {
	padding-left: 305px;
}

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

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

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

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

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

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

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

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

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

.advantages__list LI:before {
	top: 10px;
	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;
}

.news-section {
	padding: 106px 0 110px 0;
}

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

.news {
	flex-direction: row;
	flex-wrap: wrap;
	gap: 40px 20px;
}

.news__item {
	flex: 0 0 calc(41.5% - 10px);
}

.news__item:nth-child(4n+2), .news__item:nth-child(4n+3) {
	flex: 0 0 calc(58.5% - 10px);
}

.news__item-photo {
	height: 280px;
	border-radius: 16px;
	margin-bottom: 20px;
}

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

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

.news__item-date {
	top: 30px;
	left: 30px;
	font-size: 18px;
}

.news__item-text {
	min-height: 40px;
	padding-right: 80px;
	font-weight: 500;
	font-size: 18px;
	letter-spacing: 0.02em;
}

.news__item-text:after {
	right: 26px;
	width: 40px;
	height: 40px;
}

.news__item:hover .news__item-text {
	color: #ff6e0d;
}

.news__item:hover .news__item-text:after {
	-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%);
}

.partners {
	padding: 106px 0 110px 0;
}

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

.partners__content {
	padding-left: 305px;
}

.partners__description {
	padding-right: 100px;
	font-size: 22px;
	line-height: 145%;
	letter-spacing: 2%;
	color: #6e6e73;
	margin-bottom: 40px;
}

.partners__box {
	border-bottom: 2px solid #6e6e73;
	margin: 0;
}

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

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

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

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

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

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

.partners__item.open .partners__item-head:hover:after {
	-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%);
}

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

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

.partners__list LI:nth-child(2n+1) {
	padding: 0 0 0 15px;
}

.partners__list LI:nth-child(2n+1):before {
	top: 10px;
	width: 3px;
	height: 3px;
}

.partners__list LI IMG {
	width: 100%;
	max-width: 180px;
	opacity: .7;
	margin: 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;
}
