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

.main__box {
	display: flex;
	flex-direction: column;
	min-height: 101.875vw;
	border-radius: 3.125vw;
	background-color: #f0f7ff;
	background-repeat: no-repeat;
	background-position: 50% 0;
	background-size: 100% auto;
	color: #1a1921;
}

.main__photo {
	padding-top: 5vw;
}

.main__content {
	padding: 5.625vw;
}

.main__title {
	margin-bottom: 3.125vw;
}

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

.form-section_1 {
	padding: 6.25vw 0 0 0;
}

.form-section_2 {
	padding: 36.875vw 0 18.75vw 0;
	background: #f0f7ff;
}

.device {
	padding: 18.75vw 0;
}

.device__box {
	display: flex;
	flex-direction: column;
	gap: 9.375vw;
}

.device__item-photo {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 51.875vw;
	padding: 0 3.125vw;
	margin-bottom: 9.375vw;
}

.dark .device__item-photo {
	background: url(../img/common/shadow-white.png) no-repeat 50% 50%/100% auto;
}

.device__item-title {
	margin-bottom: 9.375vw;
}

.device__item-title IMG {
	height: 12.8125vw;
	-webkit-filter: invert(8%) sepia(14%) saturate(921%) hue-rotate(208deg) brightness(97%) contrast(94%);
	        filter: invert(8%) sepia(14%) saturate(921%) hue-rotate(208deg) brightness(97%) contrast(94%);
}

.dark .device__item-title IMG {
	-webkit-filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(119deg) brightness(105%) contrast(101%);
	        filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(119deg) brightness(105%) contrast(101%);
}

.device__item-list {
	display: flex;
	flex-direction: column;
	gap: 6.25vw;
	margin-bottom: 9.375vw;
}

.device__item-list LI {
	position: relative;
	padding-left: 3.75vw;
	font-size: 4.375vw;
	line-height: 128%;
}

.device__item-list LI:before {
	position: absolute;
	top: 2.1875vw;
	left: 0;
	content: '';
	display: block;
	width: 0.9375vw;
	height: 0.9375vw;
	border-radius: 50%;
}

.dark .device__item-list LI:before {
	background: #fff;
}

.light .device__item-list LI:before {
	background: #1a1921;
}

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

.device__item-price {
	font-weight: 600;
	font-size: 6.25vw;
	line-height: 50%;
	letter-spacing: 5%;
}

.device__item-links {
	display: flex;
	gap: 3.75vw;
}

.device__item-links A {
	display: flex;
	width: 11.875vw;
	height: 11.875vw;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: 100% 100%;
}

.dark .device__item-links .icon-plus {
	background-image: url(../img/common/icon-plus-white.svg);
}

.dark .device__item-links .icon-plus:hover {
	background-image: url(../img/common/icon-plus-orange.svg);
}

.dark .device__item-links .icon-delete {
	background-image: url(../img/common/icon-delete-black.svg);
	-webkit-filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(119deg) brightness(105%) contrast(101%);
	        filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(119deg) brightness(105%) contrast(101%);
}

.dark .device__item-links .icon-delete:hover {
	background-image: url(../img/common/icon-delete-black.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%);
}

.dark .device__item-links .icon-pointer {
	background-image: url(../img/common/icon-pointer-white.svg);
}

.dark .device__item-links .icon-pointer:hover {
	background-image: url(../img/common/icon-pointer-orange.svg);
}

.light .device__item-links .icon-plus {
	background-image: url(../img/common/icon-plus-black.svg);
}

.light .device__item-links .icon-plus:hover {
	background-image: url(../img/common/icon-plus-orange.svg);
}

.light .device__item-links .icon-delete {
	background-image: url(../img/common/icon-delete-black.svg);
}

.light .device__item-links .icon-delete:hover {
	background-image: url(../img/common/icon-delete-black.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%);
}

.light .device__item-links .icon-pointer {
	background-image: url(../img/common/icon-pointer-black.svg);
}

.light .device__item-links .icon-pointer:hover {
	background-image: url(../img/common/icon-pointer-orange.svg);
}

.device-section {
	padding: 18.75vw 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

.advantages__item.open:hover .advantages__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%);
}

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

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

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

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

.team {
	background: #e8eff7;
	color: #1a1921;
}

.news-section {
	padding: 18.75vw 0;
	background: #f0f7ff;
	color: #1a1921;
}

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

.news {
	display: flex;
	flex-direction: column;
	gap: 9.375vw;
}

.news__item-photo {
	position: relative;
	height: 51.875vw;
	border-radius: 3.125vw;
	overflow: hidden;
	margin-bottom: 3.125vw;
}

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

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

.news__item-date {
	position: absolute;
	top: 3.125vw;
	left: 3.125vw;
	font-weight: 500;
	font-size: 3.75vw;
	color: #fff;
	text-shadow: 0 0 1px #1a1921;
}

.news__item-text {
	position: relative;
	min-height: 11.875vw;
	padding-right: 15.625vw;
	font-weight: 500;
	font-size: 4.375vw;
	line-height: 128%;
}

.news__item-text:after {
	position: absolute;
	top: 0;
	right: 0;
	content: '';
	width: 11.875vw;
	height: 11.875vw;
	background: url(../img/common/icon-next.svg) no-repeat 50% 50%/100% 100%;
	-webkit-filter: invert(8%) sepia(14%) saturate(921%) hue-rotate(208deg) brightness(97%) contrast(94%);
	        filter: invert(8%) sepia(14%) saturate(921%) hue-rotate(208deg) brightness(97%) contrast(94%);
}

.partners {
	padding: 18.75vw 0;
}

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

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

.partners__box {
	display: flex;
	flex-direction: column;
	border-bottom: 0.625vw solid #bfc4cc;
	margin: 0 -3.125vw;
}

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

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

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

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

.partners__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-darkgray.svg) no-repeat 0 0/100% 100%;
}

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

.partners__list {
	padding: 0 6.25vw;
}

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

.partners__list LI:nth-child(2n+1) {
	padding: 0 0 6.25vw 3.75vw;
}

.partners__list LI:nth-child(2n+1):before {
	position: absolute;
	top: 2.1875vw;
	left: 0;
	content: '';
	display: block;
	width: 0.9375vw;
	height: 0.9375vw;
	border-radius: 50%;
	background: #fff;
}

.partners__list LI IMG {
	display: block;
	margin: 0 auto;
}

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