.landing-hero__nav:hover,
.landing-offers__nav:hover {
	opacity: 0.7;
}

.landing-hero__nav--disabled,
.landing-industries__nav--disabled,
.landing-offers__nav--disabled {
	opacity: 0.5;
}

.popup._active,
.popup.show {
	overflow: auto;
	visibility: visible;
}

.landing-capabilities__item,
.landing-industries__box,
.landing-promo__form,
.landing-stages__controls,
.landing-stages__text ul,
.popup__content {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
}

.landing-hero {
	background-color: #f7f7f7;
	overflow: hidden;
}

.landing-hero__content {
	padding: 0 0 40px;
}

.landing-examples__swiper,
.landing-hero__wrapper,
.landing-offers__sliders {
	overflow: inherit;
}

.landing-hero__images {
	-webkit-clip-path: none !important;
	clip-path: none !important;
	position: relative;
}

.landing-hero__picture {
	display: block;
	overflow: hidden;
	max-height: 460px;
	margin-top: 10px;
}

.landing-hero__img {
	height: auto;
	-o-object-fit: contain;
	object-fit: contain;
	width: 100%;
}

.landing-hero__info {
	margin: 0 0 20px;
	padding: 40px 0 0;
}

.landing-examples__inner,
.landing-hero__inner,
.landing-industries__advantages,
.landing-stages__description {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.landing-hero__title {
	font-size: 24px;
	font-weight: 500;
	line-height: 32px;
	margin: 0 0 30px;
}

.landing-hero__description {
	font-size: 16px;
	font-weight: 500;
	line-height: 24px;
	margin: 0 0 40px;
}

.landing-examples__navigation,
.landing-hero__navigation,
.landing-offers__navigation {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.landing-examples__nav-bullets,
.landing-hero__nav-arrows,
.landing-hero__nav-bullets,
.landing-industries__nav-arrows,
.landing-industries__nav-bullets,
.landing-offers__nav-arrows,
.landing-offers__nav-bullets,
.landing-stages__control {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.landing-hero__nav-bullet {
	cursor: pointer;
	height: 20px;
	position: relative;
	-webkit-transition: 0.2s ease-out;
	-o-transition: 0.2s ease-out;
	transition: 0.2s ease-out;
	width: 20px;
}

.landing-hero__nav-bullet:not(:last-child) {
	margin: 0 12px 0 0;
}

.landing-hero__nav-bullet::after {
	content: '';
	border: 2px solid #7048b8;
	border-radius: 50%;
	height: 8px;
	left: 50%;
	position: absolute;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-webkit-transition: 0.2s ease-out;
	-o-transition: 0.2s ease-out;
	transition: 0.2s ease-out;
	width: 8px;
}

.landing-hero__nav-bullet--active::after {
	background-color: #7048b8;
	height: 13px;
	width: 13px;
}

.landing-hero__nav {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: transparent;
	border: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	height: 24px;
	padding: 0;
	-webkit-transition: 0.15s ease-out;
	-o-transition: 0.15s ease-out;
	transition: 0.15s ease-out;
	width: 24px;
}

.landing-hero__nav:not(:last-child) {
	margin: 0 20px 0 0;
}

.landing-hero__nav--next {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}

.landing-hero__nav-icon {
	stroke: #7048b8;
	stroke-width: 2px;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.landing-offers {
	overflow: hidden;
	padding: 60px 0;
}

.landing-offers__title {
	font-size: 20px;
	font-weight: 600;
	line-height: 30px;
	margin: 0 0 40px;
}

.landing-offers__list {
	padding-bottom: 40px;
}

.landing-offers__head {
	font-size: 18px;
	font-weight: 600;
	line-height: 24px;
	margin: 0 0 15px;
}

.landing-offers__head--green {
	color: #039f00;
}

.landing-offers__head--blue {
	color: #4370e5;
}

.landing-offers__head--pink {
	color: #c843cb;
}

.landing-offers__text {
	font-size: 14px;
	line-height: 20px;
	margin: 0 0 30px;
}

.landing-offers__images {
	border-radius: 10px;
	-webkit-filter: drop-shadow(0 10px 40px rgba(112, 65, 196, 0.1));
	filter: drop-shadow(0 10px 40px rgba(112, 65, 196, 0.1));
	overflow: hidden;
	position: relative;
}

.landing-offers__images::before {
	content: '';
	display: block;
	padding-bottom: calc(0.7549 * 100%);
	width: 100%;
}

.landing-offers__nav-bullet {
	cursor: pointer;
	height: 20px;
	position: relative;
	-webkit-transition: 0.2s ease-out;
	-o-transition: 0.2s ease-out;
	transition: 0.2s ease-out;
	width: 20px;
}

.landing-offers__nav-bullet:not(:last-child) {
	margin: 0 12px 0 0;
}

.landing-offers__nav-bullet::after {
	content: '';
	border: 2px solid #7048b8;
	border-radius: 50%;
	height: 8px;
	left: 50%;
	position: absolute;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-webkit-transition: 0.2s ease-out;
	-o-transition: 0.2s ease-out;
	transition: 0.2s ease-out;
	width: 8px;
}

.landing-offers__nav-bullet--active::after {
	background-color: #7048b8;
	height: 13px;
	width: 13px;
}

.landing-offers__nav {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: transparent;
	border: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	height: 24px;
	padding: 0;
	-webkit-transition: 0.15s ease-out;
	-o-transition: 0.15s ease-out;
	transition: 0.15s ease-out;
	width: 24px;
}

.landing-offers__nav:not(:last-child) {
	margin: 0 20px 0 0;
}

.landing-industries__advantage:not(:last-child),
.landing-stages__text ul li:not(:last-child) {
	margin: 0 0 10px;
}

.landing-offers__nav--next {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}

.landing-offers__nav-icon {
	stroke: #7048b8;
	stroke-width: 2px;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.landing-capabilities,
.landing-industries__icon {
	margin: 0 0 20px;
}

.landing-capabilities__title {
	font-size: 20px;
	font-weight: 600;
	line-height: 30px;
	margin: 0 0 40px;
	text-align: center;
}

.landing-capabilities__list {
	display: grid;
	gap: 60px 20px;
	grid-template-columns: 1fr 1fr;
}

.landing-capabilities__item {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
}

.landing-capabilities__icon {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-shadow: 0 10px 40px rgba(112, 65, 196, 0.1);
	box-shadow: 0 10px 40px rgba(112, 65, 196, 0.1);
	border-radius: 50px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	height: 80px;
	margin: 0 0 30px;
	width: 80px;
}

.landing-capabilities__text {
	font-size: 14px;
	font-weight: 500;
	line-height: 20px;
	text-align: center;
}

.landing-industries {
	background-color: #f7f7f7;
	overflow: hidden;
	padding: 40px 0 226px;
}

.landing-examples__title,
.landing-industries__title,
.landing-stages__title {
	font-size: 20px;
	font-weight: 600;
	line-height: 30px;
	margin: 0 0 30px;
}

.landing-industries__swiper {
	overflow: hidden;
}

.landing-industries__item {
	height: auto;
}

.landing-industries__box {
	background-color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	height: 100%;
	margin: 0 -20px;
	padding: 0 20px 40px;
}

.landing-industries__images {
	-webkit-clip-path: polygon(0 0, 100% 0, 100% 72%, 0 84%);
	clip-path: polygon(0 0, 100% 0, 100% 72%, 0 84%);
	overflow: hidden;
	margin: 0 -20px;
	position: relative;
}

.landing-industries__images::before {
	content: '';
	display: block;
	padding-bottom: calc(0.8888 * 100%);
	width: 100%;
}

.landing-industries__img {
	height: 100%;
	left: 0;
	position: absolute;
	-o-object-fit: cover;
	object-fit: cover;
	top: 0;
	width: 100%;
}

.landing-industries__inner {
	margin: -20px 0 0;
}

.landing-examples__head,
.landing-industries__head {
	font-size: 18px;
	font-weight: 600;
	line-height: 24px;
	margin: 0 0 20px;
}

.landing-industries__advantage {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 14px;
	line-height: 20px;
	padding-left: 30px;
	position: relative;
}

.landing-industries__advantage::before {
	border: 2px solid #623fa2;
	border-radius: 50%;
	content: '';
	left: 0;
	height: 10px;
	position: absolute;
	top: 5px;
	width: 10px;
}

.landing-industries__navigation {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin: 40px 0 0;
}

.landing-industries__nav-bullet {
	cursor: pointer;
	height: 20px;
	position: relative;
	-webkit-transition: 0.2s ease-out;
	-o-transition: 0.2s ease-out;
	transition: 0.2s ease-out;
	width: 20px;
}

.landing-industries__nav-bullet:not(:last-child) {
	margin: 0 12px 0 0;
}

.landing-industries__nav-bullet::after {
	content: '';
	border: 2px solid #7048b8;
	border-radius: 50%;
	height: 8px;
	left: 50%;
	position: absolute;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-webkit-transition: 0.2s ease-out;
	-o-transition: 0.2s ease-out;
	transition: 0.2s ease-out;
	width: 8px;
}

.landing-industries__nav-bullet--active::after {
	background-color: #7048b8;
	height: 13px;
	width: 13px;
}

.landing-industries__nav {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: transparent;
	border: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	height: 24px;
	padding: 0;
	-webkit-transition: 0.15s ease-out;
	-o-transition: 0.15s ease-out;
	transition: 0.15s ease-out;
	width: 24px;
}

.landing-industries__nav:not(:last-child) {
	margin: 0 20px 0 0;
}

.landing-promo__text p:not(:last-child),
.landing-stages__control:not(:last-child),
.landing-stages__text p:not(:last-child) {
	margin: 0 0 15px;
}

.landing-industries__nav--next {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}

.landing-examples__nav:hover,
.landing-industries__nav:hover {
	opacity: 0.7;
}

.landing-industries__nav-icon {
	stroke: #7048b8;
	stroke-width: 2px;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.landing-promo {
	margin: -165px 0 60px;
}

.landing-promo--example {
	margin: -70% 0 60px;
}

.landing-promo__content {
	background-color: #ffa800;
	-webkit-box-shadow: 0 12px 40px rgba(255, 203, 104, 0.3);
	box-shadow: 0 12px 40px rgba(255, 203, 104, 0.3);
	border-radius: 10px;
	overflow: hidden;
	padding: 30px 20px 60px;
	position: relative;
}

.landing-promo__icon {
	bottom: 0;
	position: absolute;
	right: -20px;
	z-index: 0;
}

.landing-promo__title {
	font-size: 16px;
	font-weight: 600;
	line-height: 24px;
	margin: 0 0 30px;
	text-align: center;
}

.landing-promo__button-example,
.landing-promo__input,
.landing-promo__label,
.landing-promo__text {
	font-size: 14px;
	line-height: 20px;
}

.landing-promo__form {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	position: relative;
	z-index: 1;
}

.landing-promo__box {
	-webkit-box-flex: 3;
	-ms-flex: 3 0 auto;
	flex: 3 0 auto;
	margin: 0 0 20px;
	position: relative;
}

.landing-promo__input {
	border: none;
	border-radius: 10px;
	font-weight: 600;
	padding: 30px 20px 10px;
	width: 100%;
}

.landing-promo__label {
	font-weight: 600;
	left: 20px;
	opacity: 0.7;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transition: 0.3s ease-out;
	-o-transition: 0.3s ease-out;
	transition: 0.3s ease-out;
}

.landing-stages__control-button,
.landing-stages__number {
	-webkit-transition: 0.3s ease-out;
	-o-transition: 0.3s ease-out;
}

.landing-promo__label._active {
	-webkit-transform: translateY(-130%);
	-ms-transform: translateY(-130%);
	transform: translateY(-130%);
}

.landing-promo__button {
	-webkit-box-shadow: 0 12px 30px rgba(255, 203, 104, 0.2);
	box-shadow: 0 12px 30px rgba(255, 203, 104, 0.2);
	border-radius: 10px;
}

.landing-promo__button::after {
	content: 'РћСЃС‚Р°РІРёС‚СЊ Р·Р°СЏРІРєСѓ';
}

.landing-promo__text {
	margin: 0 0 30px;
	position: relative;
	text-align: center;
}

.landing-promo__inner {
	display: grid;
	gap: 20px;
	position: relative;
}

.landing-promo__button-example {
	border-radius: 10px;
}

.landing-examples__list,
.landing-stages {
	margin: 0 0 40px;
}

.landing-stages__controls {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	margin: 0 0 30px;
}

.landing-stages__control-button {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: transparent;
	border: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 0;
	transition: 0.3s ease-out;
}

.landing-stages__images,
.landing-stages__images-tabs {
	border-radius: 10px 0 0 10px;
	top: 0;
	position: absolute;
	overflow: hidden;
}

.landing-stages__control-button.is-active {
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	width: 100%;
}

.landing-stages__control-button.is-active .landing-stages__number {
	height: 80px;
	margin: 0 0 13px;
	width: 124px;
}

.landing-stages__control-button.is-active .landing-stages__control-head {
	background-color: #fff;
	color: #623fa2;
	font-weight: 700;
	padding: 6px 0;
	margin: 0 0 0 -124px;
	-webkit-transition: 0.3s ease-out, background-color 0.3s ease-out 0.3s;
	-o-transition: 0.3s ease-out, background-color 0.3s ease-out 0.3s;
	transition: 0.3s ease-out, background-color 0.3s ease-out 0.3s;
	width: 100%;
}

.landing-stages__number {
	margin: 0 30px 0 0;
	transition: 0.3s ease-out;
}

.landing-stages__control-head,
.landing-stages__images-tabs {
	-webkit-transition: 0.3s ease-out;
	-o-transition: 0.3s ease-out;
}

.landing-stages__control-head {
	color: #000;
	font-size: 16px;
	font-weight: 500;
	line-height: 22px;
	transition: 0.3s ease-out;
	text-align: left;
}

.landing-examples__text,
.landing-stages__text {
	font-size: 16px;
	line-height: 24px;
	margin: 0 0 30px;
}

.landing-stages__text p {
	margin: 0;
}

.landing-stages__link {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 14px;
	font-weight: 700;
	line-height: 18px;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	text-decoration: none;
}

.landing-stages__link-icon {
	margin: 0 0 0 20px;
}

.landing-stages__images-tabs {
	display: none;
	height: 396px;
	opacity: 0;
	pointer-events: none;
	transition: 0.3s ease-out;
	right: -40px;
	width: 459px;
}

.landing-stages__images-tabs::before {
	content: '';
	display: block;
	padding-bottom: calc(0.8627 * 100%);
	width: 100%;
}

.landing-stages__images {
	height: 424px;
	left: calc(100% + 30px);
	-webkit-transition: 0.3s ease-out;
	-o-transition: 0.3s ease-out;
	transition: 0.3s ease-out;
	width: 493px;
}

.landing-stages__img {
	height: 100%;
	left: 0;
	position: absolute;
	-o-object-fit: contain;
	object-fit: contain;
	top: 0;
	width: 100%;
}

.landing-examples {
	background-color: #f7f7f7;
	overflow: hidden;
	padding: 40px 0 306px;
}

.landing-examples__item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.landing-examples__images-big {
	border-radius: 10px;
	-webkit-filter: drop-shadow(0 10px 40px rgba(112, 65, 196, 0.1));
	filter: drop-shadow(0 10px 40px rgba(112, 65, 196, 0.1));
	overflow: hidden;
	margin: 0 -20px;
	position: relative;
}

.landing-examples__images-small {
	border-radius: 10px;
	-webkit-box-shadow: 0 10px 40px rgba(112, 65, 196, 0.1);
	box-shadow: 0 10px 40px rgba(112, 65, 196, 0.1);
	overflow: hidden;
	margin: -70px 0 0;
	position: relative;
}

.landing-examples__images-small::before {
	content: '';
	display: block;
	padding-bottom: calc(0.7406 * 100%);
	width: 100%;
}

.landing-examples__images-small--desktop,
.landing-stages__images {
	display: none;
}

.landing-examples__nav-bullet {
	cursor: pointer;
	height: 20px;
	position: relative;
	-webkit-transition: 0.2s ease-out;
	-o-transition: 0.2s ease-out;
	transition: 0.2s ease-out;
	width: 20px;
}

.landing-examples__nav-bullet:not(:last-child) {
	margin: 0 12px 0 0;
}

.landing-examples__nav-bullet::after {
	content: '';
	border: 2px solid #7048b8;
	border-radius: 50%;
	height: 8px;
	left: 50%;
	position: absolute;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-webkit-transition: 0.2s ease-out;
	-o-transition: 0.2s ease-out;
	transition: 0.2s ease-out;
	width: 8px;
}

.landing-examples__nav-bullet--active::after {
	background-color: #7048b8;
	height: 13px;
	width: 13px;
}

.landing-examples__nav-arrows {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.landing-examples__nav {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: transparent;
	border: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	height: 24px;
	padding: 0;
	-webkit-transition: 0.15s ease-out;
	-o-transition: 0.15s ease-out;
	transition: 0.15s ease-out;
	width: 24px;
}

.landing-competencies__item,
.popup__body {
	background-color: #fff;
	border-radius: 10px;
}

.landing-examples__nav:not(:last-child) {
	margin: 0 20px 0 0;
}

.landing-examples__nav--next {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}

.landing-examples__nav--disabled {
	opacity: 0.5;
}

.landing-examples__nav-icon {
	stroke: #7048b8;
	stroke-width: 2px;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.landing-competencies {
	margin: 0 0 60px;
}

.landing-competencies__title {
	font-size: 20px;
	font-weight: 600;
	line-height: 30px;
	margin: 0 0 20px;
	text-align: center;
}

.landing-competencies__text {
	font-size: 14px;
	line-height: 20px;
	margin: 0 0 30px;
	text-align: center;
}

.landing-competencies__list {
	display: grid;
	gap: 10px;
	position: relative;
	z-index: 1;
}

.landing-stages__text ul,
.landing-stages__text ul li,
.popup__content {
	display: -webkit-box;
	display: -ms-flexbox;
}

.landing-competencies__item {
	-webkit-box-shadow: 0 10px 40px rgba(112, 65, 196, 0.1);
	box-shadow: 0 10px 40px rgba(112, 65, 196, 0.1);
	overflow: hidden;
	min-height: 220px;
	padding: 30px 20px;
	position: relative;
}

.landing-competencies__icon {
	bottom: 30px;
	left: -25px;
	position: absolute;
}

.popup,
.popup::before {
	left: 0;
	position: fixed;
}

.landing-competencies__head {
	font-size: 18px;
	font-weight: 600;
	line-height: 24px;
}

[data-accordion='element'].is-active>[data-accordion='content'] {
	max-height: 100%;
}

[data-accordion='parent'].no-transition [data-accordion='content'] {
	-webkit-transition: none;
	-o-transition: none;
	transition: none;
}

[data-accordion='content'] {
	max-height: 0;
	-webkit-transition: max-height 0.3s;
	-o-transition: max-height 0.3s;
	transition: max-height 0.3s;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	overflow: hidden;
}

.popup {
	-webkit-overflow-scrolling: touch;
	z-index: 100;
	padding: 10px 0;
	top: 0;
	width: 100%;
	height: 100%;
	-webkit-transition: visibility 0.8s;
	-o-transition: visibility 0.8s;
	transition: visibility 0.8s;
	visibility: hidden;
}

.popup::before {
	content: '';
	background-color: rgba(63, 58, 58, 0.6);
	-webkit-backdrop-filter: blur(15px);
	backdrop-filter: blur(15px);
	width: 100%;
	height: 100%;
	top: 0;
	opacity: 0;
	-webkit-transition: opacity 0.8s;
	-o-transition: opacity 0.8s;
	transition: opacity 0.8s;
}

.popup._active::before,
.popup.show::before {
	opacity: 1;
}

.popup.show .popup__body {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}

.popup._active .popup__close {
	opacity: 1;
	-webkit-transition: 0.3s 0.4s;
	-o-transition: 0.3s 0.4s;
	transition: 0.3s 0.4s;
}

.popup._active .popup__body {
	-webkit-transition: 0.3s 0.2s;
	-o-transition: 0.3s 0.2s;
	transition: 0.3s 0.2s;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}

.popup__content {
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	min-height: 100%;
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	width: 100%;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.popup__body {
	padding: 20px;
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	width: 100%;
}

.popup__close {
	background-color: transparent;
	border: none;
	cursor: pointer;
	height: 34px;
	opacity: 0;
	padding: 0;
	position: fixed;
	top: -10px;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	right: 0;
	width: 34px;
	z-index: 30;
}

.popup-form__title {
	font-size: 24px;
	font-weight: 700;
	line-height: 30px;
	margin: 0 0 5px;
}

.popup-form__text {
	color: #929292;
	font-size: 16px;
	font-weight: 600;
	line-height: 21px;
	margin: 0 0 30px;
}

@media screen and (min-width: 768px) {
	.landing-hero__images {
		-webkit-clip-path: polygon(0 0, 100% 0, 100% 78%, 0 63%);
		clip-path: polygon(0 0, 100% 0, 100% 78%, 0 63%);
	}

	.landing-hero__picture {
		max-height: 652px;
	}

	.landing-hero__info {
		margin: -175px 0 40px;
	}

	.landing-hero__inner {
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
	}

	.landing-hero__title {
		font-size: 36px;
		line-height: 52px;
	}

	.landing-hero__description {
		font-size: 18px;
		line-height: 28px;
		max-width: 400px;
	}

	.landing-hero__nav-bullet {
		height: 24px;
		width: 24px;
	}

	.landing-hero__nav-bullet:not(:last-child) {
		margin: 0 16px 0 0;
	}

	.landing-hero__nav-bullet::after {
		height: 10px;
		width: 10px;
	}

	.landing-hero__nav-bullet--active::after {
		height: 16px;
		width: 16px;
	}

	.landing-hero__nav {
		height: 32px;
		width: 32px;
	}

	.landing-hero__nav-icon {
		height: 16px;
		width: 8px;
	}

	.landing-offers {
		padding: 80px 0;
	}

	.landing-offers__title {
		font-size: 30px;
		line-height: 44px;
		text-align: center;
	}

	.landing-offers__list {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		padding: 0;
	}

	.landing-industries__box,
	.landing-promo__form {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
	}

	.landing-offers__item {
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}

	.landing-offers__item:not(:last-child) {
		margin: 0 0 60px;
	}

	.landing-offers__item:nth-child(2n) .landing-offers__inner {
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
		margin: 0 0 0 30px;
	}

	.landing-offers__inner {
		margin: 0 30px 0 0;
	}

	.landing-competencies__head,
	.landing-offers__head {
		font-size: 24px;
		line-height: 34px;
	}

	.landing-capabilities__text,
	.landing-offers__text {
		font-size: 16px;
		line-height: 24px;
	}

	.landing-offers__images {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 61%;
	}

	.landing-industries__nav-bullets,
	.landing-industries__navigation,
	.landing-offers__nav-bullets,
	.landing-offers__navigation {
		display: none;
	}

	.landing-capabilities,
	.landing-competencies,
	.landing-stages {
		margin: 0 0 80px;
	}

	.landing-capabilities__title {
		font-size: 30px;
		line-height: 44px;
		margin: 0 0 60px;
	}

	.landing-capabilities__list {
		gap: 60px 30px;
	}

	.landing-capabilities__icon {
		height: 100px;
		width: 100px;
	}

	.landing-capabilities__icon svg {
		height: 40px;
		width: 40px;
	}

	.landing-industries {
		padding: 80px 0 209px;
	}

	.landing-examples__title,
	.landing-industries__title {
		font-size: 30px;
		line-height: 44px;
		margin: 0 0 40px;
	}

	.landing-industries__list {
		display: grid;
		gap: 20px;
	}

	.landing-industries__item {
		border-radius: 10px;
		-webkit-filter: drop-shadow(0 10px 40px rgba(112, 65, 196, 0.1));
		filter: drop-shadow(0 10px 40px rgba(112, 65, 196, 0.1));
	}

	.landing-industries__box {
		border-radius: 10px;
		-ms-flex-direction: row;
		flex-direction: row;
		overflow: hidden;
		margin: 0;
		padding: 0;
	}

	.landing-industries__images {
		-webkit-clip-path: polygon(7% 0, 100% 0, 100% 100%, 14% 100%);
		clip-path: polygon(7% 0, 100% 0, 100% 100%, 14% 100%);
		margin: 0;
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
		-webkit-box-flex: 1;
		-ms-flex: 1 0 49.5%;
		flex: 1 0 49.5%;
	}

	.landing-industries__images::before {
		padding-bottom: calc(1.0117 * 100%);
	}

	.landing-industries__inner {
		margin: 0;
		padding: 40px 0 40px 40px;
	}

	.landing-industries__icon {
		margin: 0 0 30px;
	}

	.landing-industries__head {
		font-size: 24px;
		line-height: 32px;
		margin: 0 0 30px;
	}

	.landing-industries__advantage {
		font-size: 16px;
		line-height: 22px;
	}

	.landing-promo {
		margin: -130px 0 140px;
	}

	.landing-promo--example {
		margin: -25% 0 140px;
	}

	.landing-promo__content {
		padding: 40px;
	}

	.landing-promo__icon {
		bottom: unset;
		height: 264px;
		top: -60px;
		right: -60px;
		width: 264px;
	}

	.landing-promo__icon--example {
		bottom: -80px;
		height: 240px;
		top: unset;
		width: 240px;
	}

	.landing-promo__title {
		font-size: 30px;
		line-height: 44px;
		position: relative;
		/* text-align: left; */
		z-index: 1;
	}

	.landing-promo__form {
		-ms-flex-direction: row;
		flex-direction: row;
	}

	.landing-promo__box {
		margin: 0 30px 0 0;
	}

	.landing-promo__button {
		-webkit-box-flex: 1;
		-ms-flex: 1 0 auto;
		flex: 1 0 auto;
	}

	.landing-promo__text {
		font-size: 16px;
		line-height: 24px;
	}

	.landing-promo__inner {
		grid-template-columns: 1fr 1fr;
		margin: 0 auto;
		max-width: 409px;
	}

	.landing-examples__inner,
	.landing-stages__tabs {
		position: relative;
	}

	.landing-stages__title {
		font-size: 30px;
		line-height: 44px;
		margin: 0 0 40px;
		text-align: left;
	}

	.landing-stages__controls {
		margin: 0 0 65px;
		max-width: 240px;
		width: 100%;
	}

	.landing-stages__control-button.is-active+.landing-stages__images-tabs {
		opacity: 1;
		pointer-events: all;
	}

	.landing-stages__number {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		height: 30px;
		width: 45px;
	}

	.landing-stages__images-tabs {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}

	.landing-examples {
		padding: 80px 0 258px;
	}

	.landing-examples__head {
		font-size: 24px;
		line-height: 34px;
		margin: 0 0 30px;
	}

	.landing-examples__text {
		margin: 0 0 40px;
	}

	.landing-examples__images-big {
		margin: 0;
		width: 87%;
	}

	.landing-examples__images-small {
		bottom: 60px;
		left: 59.5%;
		position: absolute;
		width: 48%;
	}

	.landing-examples__images-small::before {
		padding-bottom: calc(0.7446 * 100%);
	}

	.landing-competencies__title {
		font-size: 30px;
		line-height: 44px;
		margin: 0 0 30px;
	}

	.landing-competencies__text {
		font-size: 16px;
		line-height: 24px;
		margin: 0 0 40px;
	}

	.landing-competencies__list {
		gap: 30px;
		grid-template-columns: 1fr 1fr;
	}

	.landing-competencies__item {
		min-height: 280px;
		padding: 40px 30px;
	}

	.landing-promo__inner {
		display: flex;
		justify-content: center;
	}
}

@media screen and (min-width: 768px) and (min-width: 1280px) {
	.tariffs-accordion__item:first-child {
		padding: 20px 10px;
	}
}

@media screen and (min-width: 1024px) {

	.landing-hero__info,
	.landing-hero__item {
		display: -webkit-box;
		display: -ms-flexbox;
	}

	.landing-wrapper .container {
		max-width: unset;
		padding: 0 40px;
		width: 100%;
	}

	.landing-wrapper .header__nav {
		padding: 0;
		max-width: unset;
		width: 100%;
	}

	.landing-hero__content {
		padding: 0;
	}

	.landing-hero__item {
		display: flex;
		overflow: hidden;
	}

	.landing-hero__images {
		-webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 15% 100%);
		clip-path: polygon(0 0, 100% 0, 100% 100%, 15% 100%);
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
		margin: 0;
		max-width: 527px;
		-webkit-transform: translateX(-100%);
		-ms-transform: translateX(-100%);
		transform: translateX(-100%);
	}

	.landing-hero__info {
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		display: flex;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		margin: 0;
		padding: 30px 0 0;
		width: 100%;
	}

	.landing-hero__inner {
		width: 48.4%;
	}

	.landing-hero__navigation {
		bottom: 40px;
		position: absolute;
		width: 48.4%;
		z-index: 5;
	}

	.landing-offers__list {
		padding: 0 50px;
	}

	.landing-offers__item:not(:last-child) {
		margin: 0 0 40px;
	}

	.landing-offers__item:nth-child(2n) .landing-offers__inner {
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
		margin: 0 0 0 60px;
	}

	.landing-offers__inner {
		margin: 0 60px 0 0;
		max-width: 296px;
	}

	.landing-offers__text {
		margin: 0;
	}

	.landing-offers__images {
		width: 49%;
	}

	.landing-industries__box {
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}

	.landing-industries__images {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 55%;
		flex: 0 0 55%;
	}

	.landing-industries__images::before {
		padding-bottom: calc(0.6153 * 100%);
	}

	.landing-promo {
		margin: -130px 0 80px;
	}

	.landing-promo--example {
		margin: -20% 0 80px;
	}

	.landing-promo__icon {
		height: 320px;
		top: 0;
		width: 320px;
	}

	.landing-promo__icon--example {
		bottom: -80px;
		height: 240px;
		top: unset;
		width: 240px;
	}

	.landing-promo__title {
		max-width: 770px;
	}

	.landing-promo__title--example {
		margin: 0 auto 30px;
		text-align: center;
	}

	.landing-promo__form {
		max-width: 620px;
	}

	.landing-promo__text {
		margin: 0 auto 30px;
		max-width: 60%;
	}

	.landing-stages__controls {
		margin: 0 0 85px;
		max-width: 376px;
	}

	.landing-stages__control:not(:last-child) {
		margin: 0 0 30px;
	}

	.landing-stages__control-button.is-active .landing-stages__number {
		height: 105px;
		width: 162px;
	}

	.landing-stages__control-button.is-active .landing-stages__control-head {
		margin: 0 0 0 -162px;
	}

	.landing-stages__control-head {
		font-size: 18px;
		line-height: 24px;
	}

	.landing-stages__images-tabs {
		height: 464px;
		right: 0;
		width: 538px;
	}

	.landing-examples__inner {
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		width: 100%;
	}

	.landing-examples__box {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		margin: 0 40px 0 0;
		max-width: 367px;
		position: relative;
	}

	.landing-examples__text {
		margin: 0 0 50px;
	}

	.landing-examples__images-big {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 72.4%;
	}

	.landing-examples__images-small {
		bottom: unset;
		left: 30px;
		margin: 0;
		position: relative;
		top: unset;
		width: 125%;
		z-index: 1;
	}

	.landing-examples__images-small--desktop {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}

	.landing-examples__images-small--tablet {
		display: none;
	}

	.landing-examples__navigation {
		max-width: 376px;
	}
}

@media screen and (min-width: 1440px) {

	.landing-wrapper .container,
	.landing-wrapper .header__nav {
		padding: 0 100px;
	}

	.landing-hero__images {
		-webkit-clip-path: polygon(4% 0, 100% 0, 100% 100%, 15% 100%);
		clip-path: polygon(4% 0, 100% 0, 100% 100%, 15% 100%);
		height: 600px;
		max-width: 984px;
		width: 75%;
        right: -51px;
	}

	.landing-hero__picture {
		max-height: unset;
		height: 100%;
		width: 100%;
		display: flex;
        align-items: end;
	}

	.landing-examples__title,
	.landing-industries__title,
	.landing-offers__title {
		font-size: 28px;
		line-height: 30px;
		margin: 0 0 60px;
		font-weight: 700;
	}

	.landing-offers__list {
		display: grid;
		gap: 30px;
		grid-template-columns: 1fr 1fr 1fr;
		padding: 0;
	}

	.landing-offers__item {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		margin: 0;
		width: auto;
	}

	.landing-offers__item:not(:last-child) {
		margin: 0;
	}

	.landing-offers__item:nth-child(2n) .landing-offers__inner {
		-webkit-box-ordinal-group: 1;
		-ms-flex-order: 0;
		order: 0;
		margin: 0 0 60px;
	}

	.landing-offers__inner {
		margin: 0 0 60px;
		max-width: unset;
	}

	.landing-offers__images {
		margin-top: auto;
		width: 100%;
	}

	.landing-capabilities {
		margin: 0 0 188px;
		padding: 40px 0 0;
	}

	.landing-capabilities__title,
	.landing-stages__title {
		font-size: 36px;
		line-height: 52px;
		margin: 0 0 80px;
	}

	.landing-capabilities__list {
		grid-template-columns: repeat(3, 1fr);
	}

	.landing-capabilities__text {
		font-size: 18px;
		line-height: 30px;
		padding: 0 15px;
	}

	.landing-industries {
		padding: 100px 0 226px;
	}

	.landing-industries__list {
		gap: 30px;
		grid-template-columns: 1fr 1fr;
	}

	.landing-industries__images {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 52.5%;
		flex: 0 0 52.5%;
	}

	.landing-industries__images::before {
		padding-bottom: calc(1.2618 * 100%);
	}

	.landing-industries__inner {
		padding: 50px 0 40px 40px;
	}

	.landing-industries__icon {
		height: 40px;
		width: 40px;
	}

	.landing-promo--example {
		margin: -15% 0 80px;
	}

	.landing-promo__icon--example {
		bottom: -20px;
	}

	.landing-promo__title {
		font-size: 36px;
		line-height: 52px;
		margin: 0 0 40px;
		max-width: unset;
	}

	.landing-promo__input {
		font-size: 16px;
		line-height: 22px;
		padding: 39px 28px 19px;
	}

	.landing-promo__label {
		font-size: 16px;
		line-height: 22px;
		left: 28px;
	}

	.landing-promo__text {
		font-size: 18px;
		line-height: 28px;
		margin: 0 auto 40px;
		max-width: unset;
	}

	.landing-promo__button-example {
		font-size: 16px;
		line-height: 22px;
	}

	.landing-competencies,
	.landing-stages {
		margin: 0 0 100px;
	}

	.landing-stages__tabs {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}

	.landing-stages__controls {
		margin: 0 30px 0 0;
		max-width: 393px;
	}

	.landing-stages__control:not(:last-child) {
		margin: 0 0 40px;
	}

	.landing-stages__number {
		height: 40px;
		width: 50px;
	}

	.landing-stages__control-head {
		font-size: 24px;
		line-height: 34px;
	}

	.landing-stages__content {
		-webkit-box-flex: 1;
		-ms-flex: 1 0 auto;
		flex: 1 0 auto;
	}

	.landing-stages__description {
		max-width: 48.2%;
		position: relative;
	}

	.landing-stages__link,
	.landing-stages__text {
		font-size: 18px;
		line-height: 30px;
	}

	.landing-stages__images-tabs {
		display: none;
	}

	.landing-stages__images {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}

	.landing-examples {
		padding: 60px 0 66px;
	}

	.landing-examples__box {
		max-width: 32%;
	}

	.landing-examples__text {
		font-size: 18px;
		line-height: 28px;
	}

	.landing-examples__images-big {
		width: 79%;
	}

	.landing-examples__images-small {
		left: 0;
		width: 127%;
	}

	.landing-examples__images-small::before {
		padding-bottom: calc(0.7414 * 100%);
	}

	.landing-competencies__title {
		font-size: 36px;
		line-height: 52px;
	}

	.landing-competencies__text {
		font-size: 18px;
		line-height: 28px;
		margin: 0 0 60px;
	}

	.landing-competencies__list {
		grid-template-columns: repeat(4, 1fr);
	}

	.landing-competencies__item {
		min-height: 308px;
	}

	.popup {
		padding: 80px 100px 60px;
	}

	.popup__body {
		padding: 60px;
	}

	.landing-stages__element {
		width: 100%;
		top: 50%;
		transform: translateY(-50%);
	}

	.landing-examples__text {
		margin: 0 0 20px;
	}
}

@media screen and (min-width: 1920px) {

	.landing-industries__nav svg,
	.landing-offers__nav svg {
		stroke: #fff;
	}

	.landing-wrapper .container,
	.landing-wrapper .header__nav {
		max-width: 1064px;
		padding: 0 20px;
	}

	.landing-hero__navigation {
		width: 30%;
	}

	.landing-offers {
		border-bottom: 1px solid #ededed;
		margin: 0 0 55px;
		padding: 55px 0 0;
	}

	.landing-offers__heading {
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		margin: 0 0 40px;
	}

	.landing-offers__title {
		font-size: 24px;
		line-height: 30px;
		margin: 0;
		text-align: left;
	}

	.landing-examples__swiper,
	.landing-offers__sliders {
		overflow: hidden;
	}

	.landing-offers__list {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		gap: unset;
		grid-template-columns: unset;
		padding: 0 0 55px;
	}

	.landing-capabilities__item,
	.landing-offers__item {
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
	}

	.landing-offers__item:nth-child(2n) .landing-offers__inner {
		-webkit-box-ordinal-group: 1;
		-ms-flex-order: 0;
		order: 0;
		margin: 0 0 30px;
	}

	.landing-examples__list,
	.landing-offers__inner {
		margin: 0 0 30px;
	}

	.landing-offers__head,
	.landing-stages__control-head {
		font-size: 20px;
		line-height: 26px;
	}

	.landing-offers__head--blue,
	.landing-offers__head--green,
	.landing-offers__head--pink {
		color: #623fa2;
	}

	.landing-offers__images {
		-webkit-filter: drop-shadow(0 0 15px rgba(98, 63, 162, 0.1));
		filter: drop-shadow(0 0 15px rgba(98, 63, 162, 0.1));
	}

	.landing-industries__navigation,
	.landing-offers__navigation {
		display: block;
	}

	.landing-industries__nav,
	.landing-offers__nav {
		background-color: #ffa800;
		border-radius: 50%;
		height: 50px;
		width: 50px;
	}

	.landing-capabilities {
		margin: 0 0 55px;
		padding: 0;
	}

	.landing-capabilities__title,
	.landing-examples__title,
	.landing-stages__title {
		font-size: 24px;
		line-height: 30px;
		margin: 0 0 40px;
	}

	.landing-capabilities__list {
		gap: 60px;
	}

	.landing-capabilities__icon {
		height: 64px;
		margin: 0 0 20px;
		width: 64px;
	}

	.landing-capabilities__icon svg {
		height: 32px;
		width: 32px;
	}

	.landing-capabilities__text {
		font-size: 16px;
		line-height: 21px;
		text-align: left;
	}

	.landing-examples,
	.landing-industries {
		padding: 55px 0 55px;
	}

	.landing-industries__heading {
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		margin: 0 0 30px;
	}

	.landing-industries__title {
		font-size: 24px;
		line-height: 30px;
		text-align: left;
		margin: 0;
	}

	.landing-industries__list {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		gap: unset;
		grid-template-columns: unset;
	}

	.landing-industries__item {
		width: auto;
	}

	.landing-industries__images {
		-webkit-clip-path: polygon(0 1%, 100% 0, 100% 100%, 9% 100%);
		clip-path: polygon(0 1%, 100% 0, 100% 100%, 9% 100%);
		-webkit-box-flex: 0;
		-ms-flex: 0 0 38.1%;
		flex: 0 0 38.1%;
		min-width: 390px;
	}

	.landing-industries__images::before {
		padding-bottom: calc(0.9231 * 100%);
	}

	.landing-industries__inner {
		max-width: 373px;
		padding: 30px 30px 40px 40px;
	}

	.landing-promo {
		margin: -110px 0 55px;
	}

	.landing-promo__content {
		padding: 55px 40px;
	}

	.landing-promo__icon {
		height: 240px;
		right: -50px;
		top: 30px;
		width: 240px;
	}

	.landing-promo__icon--example {
		bottom: 0;
		top: unset;
	}

	.landing-promo__title {
		font-size: 24px;
		line-height: 30px;
		margin: 0 0 30px;
	}

	.landing-promo__title--example {
		/* text-align: left; */
		margin: 0 0 30px;
	}

	.landing-promo__button::after {
		content: 'РћС‚РїСЂР°РІРёС‚СЊ';
	}

	.landing-promo__text {
		margin: 0 0 30px;
		/* max-width: 784px;
    text-align: left; */
	}

	.landing-competencies,
	.landing-promo__inner {
		margin: 0;
		max-width: none;
	}

	.landing-promo__button-example {
		border-radius: 25px;
		padding: 15px 20px;
	}

	.landing-stages {
		margin: 0 0 55px;
	}

	.landing-stages__controls {
		margin: 0 20px 0 0;
		max-width: 328px;
	}

	.landing-stages__number {
		height: 32px;
		width: 40px;
	}

	.landing-examples__navigation,
	.landing-stages__description {
		max-width: unset;
	}

	.landing-examples__text,
	.landing-stages__link,
	.landing-stages__text {
		font-size: 16px;
		line-height: 21px;
	}

	.landing-stages__images::before {
		content: '';
		display: block;
		padding-bottom: calc(0.71 * 100%);
		width: 100%;
	}

	.landing-examples__box {
		margin: 0 30px 0 0;
		max-width: 318px;
	}

	.landing-examples__head {
		color: #623fa2;
		font-size: 20px;
		line-height: 26px;
		margin: 0 0 20px;
	}

	.landing-examples__images-big {
		-webkit-filter: unset;
		filter: unset;
		width: 66%;
	}

	.landing-examples__images-small {
		width: 131%;
	}

	.landing-competencies__content {
		background: url(../images/common/big-logo-integrator.png) 152px 80%/320px 320px no-repeat;
		padding: 0 0 225px;
	}

	.landing-competencies__title {
		font-size: 24px;
		line-height: 30px;
		margin: 0 0 15px;
		text-align: left;
	}

	.landing-competencies__text {
		text-align: left;
	}

	.landing-competencies__item {
		min-height: 268px;
	}

	.landing-competencies__head {
		font-size: 22px;
		line-height: 30px;
	}

	.landing-stages__description {
		max-width: unset;
	}

	.landing-stages__images {
		border-radius: 10px;
		height: auto;
		left: unset;
		margin: 20px 0 0;
		position: relative;
		top: unset;
		width: 100%;
		display: none;
	}
}

.landing-stages__text ul {
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	margin-top: 20px;
}

.landing-stages__text ul li {
	display: flex;
	padding-left: 30px;
	position: relative;
	font-size: 16px;
	line-height: 22px;
}

.landing-stages__text ul li::before {
	border: 2px solid #623fa2;
	border-radius: 50%;
	content: '';
	left: 0;
	height: 10px;
	position: absolute;
	top: 5px;
	width: 10px;
}

.landing-examples__head {
	color: #623fa2;
}

.m-btn {
	font-size: 18px;
	line-height: 28px;
	margin-bottom: 40px;
	display: block;
	color: #f57350 !important;
	font-weight: 600;
}

.landing-examples__nav-arrows {
	display: none !important;
}

.landing-page .boxed-competencies__title {
	font-size: 36px;
	line-height: 52px;
}

@media (max-width: 1440px) {
	.landing-stages__title {
		font-size: 20px;
		font-weight: 600;
		line-height: 30px;
	}
}

.landing-promo__text p {
	max-width: 650px;
	margin-left: auto !important;
	margin-right: auto !important;
}

.landing-stages__description {
	max-width: 100%;
}

.landing-examples__images-small--desktop,
.landing-stages__images {
	display: none !important;
}


.support-hero__title {
	color: #623fa2 !important;
	font-weight: bold;
	font-size: 16px;
	line-height: 24px;
	padding-top: 0;
	padding-bottom: 10px;
}

.support-hero__subtitle {
	font-size: 32px;
	line-height: 1.15;
	margin: 0 0 0 0;
	font-weight: 700;
	padding-bottom: 20px;
	color: #623fa2 !important;
}

.support-hero__text {
	padding-bottom: 20px;
	margin-bottom: 0;
	font-weight: bold;
}

.support-hero__ul {
	list-style: disc;
	margin-left: 20px;
	margin-bottom: 60px;
}

.support-hero__ul li::marker {
	color: #623fa2 !important;
	font-size: 21px;
}

.support-hero__wrapper.mb-45 {
	margin-bottom: 45px !important;
}

.colored-btn {
	background: #623fa2 !important;
	border-color: #623fa2 !important;
}

.colored-btn:hover {
	background: #fff !important;
	color: #623fa2 !important;
}

.support-hero.support-hero--sber {
	margin: 0;
}

.support-hero__text span {
	color: #623fa2 !important;
	font-weight: bold;
}

.graybg {
	background-color: #f7f7f7;
}

.support-hero-bg {
	background: url(../images/bg.png) no-repeat;
	width: 464px;
	height: 550px;
	background-position: left;
	background-size: cover;
	margin-left: 86px;
}

.section-2 {
	margin-bottom: 50px;
	margin-top: 50px;
    background-image: url(../images/bg-icon-1.png);
    background-position: left;
    background-size: 200px;
    background-repeat: no-repeat;
}

.section-2__title {
	font-size: 28px;
	line-height: 30px;
	padding: 15px 0 50px 0;
	font-weight: 700;
}

.section-2__text {
	color: #623fa2 !important;
	font-weight: bold;
	font-size: 19px;
	line-height: 24px;
	padding: 0 0 25px 0;
}

.section-2__table {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 6%;
    row-gap: 60px;
}

.section-2__table-li {
	color: #623fa2 !important;
	font-weight: bold;
	font-size: 17px;
	line-height: 21px;
}

.section-2__table-li strong {
	color: #000000 !important;
	font-size: 24px;
	line-height: 28px;
}

.section-3 {
	padding-bottom: 50px;
    background-image: url(../images/bg-icon-1.png);
    background-position: right bottom;
    background-size: 500px;
    background-repeat: no-repeat;
}

.section-3__title {
	font-size: 28px;
	line-height: 30px;
	padding: 50px 0 30px 0;
	font-weight: 700;
}

.section-3__text {
	color: #623fa2 !important;
	font-weight: bold;
	font-size: 19px;
	line-height: 24px;
	padding: 0 0 50px 0;
}

.section-3__subtext {
	color: #623fa2 !important;
	font-weight: bold;
	font-size: 27px;
	line-height: 32px;
	text-align: center;
	padding: 80px 0 60px 0;
}

.section-3__table {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 12%;
	row-gap: 60px;
}

.section-3__table div {
	display: grid;
	gap: 16px;
	padding-left: 75px;
	background-repeat: no-repeat;
	background-position: top left;
	background-size: 60px;
	padding-top: 11px;
}

.section-3__table div strong,
.section-3__table div span {
	color: #623fa2 !important;
}

.section-3__table-icon-1 {
	background-image: url(../images/icon-1.png);
}

.section-3__table-icon-2 {
	background-image: url(../images/icon-2.png);
}

.section-3__table-icon-3 {
	background-image: url(../images/icon-3.png);
}

.section-3__table-icon-4 {
	background-image: url(../images/icon-4.png);
}

.section-3__table-icon-5 {
	background-image: url(../images/icon-5.png);
}

.section-3__table-icon-6 {
	background-image: url(../images/icon-6.png);
}

.section-3__table-icon-7 {
	background-image: url(../images/icon-7.png);
}

.section-3__table-icon-8 {
	background-image: url(../images/icon-8.png);
}

.section-3__table-icon-9 {
	background-image: url(../images/icon-9.png);
}

.section-3__table-icon-10 {
	background-image: url(../images/icon-10.png);
}

.section-3__table-icon-11 {
	background-image: url(../images/icon-11.png);
}

.section-3__table-icon-12 {
	background-image: url(../images/icon-12.png);
}

.section-4__bg {
	background-image: url(../images/bg-1.png);
	background-repeat: no-repeat;
	background-size: cover;
}

.section-4__title {
	font-size: 28px;
	line-height: 30px;
	padding: 50px 0 30px 0;
	font-weight: 700;
	color: #fff;
}

.section-4__text {
	color: #fff !important;
	font-weight: bold;
	font-size: 19px;
	line-height: 24px;
	padding: 0 0 40px 0;
}

.section-4__small {
	color: #fff !important;
	padding: 0 0 50px 0;
	font-size: 18px;
	line-height: 24px;
}

.section-4__small_btn {
	max-width: 300px;
	padding-bottom: 50px;
	padding-top: 20px;
}

.section-4__small_btn a {
	color: #000000 !important;
	font-weight: bold !important;
}

.wrapper .button--fill.purpure-btn-c {
	background: #532F86 !important;
	background: linear-gradient(90deg, rgba(83, 47, 134, 1) 0%, rgba(111, 69, 171, 1) 50%, rgba(121, 77, 185, 1) 100%) !important;
	color: #fff !important;
	box-shadow: 15px 15px 5px 0 rgba(0, 0, 0, 0.06);
	-webkit-box-shadow: 15px 15px 5px 0 rgba(0, 0, 0, 0.06);
	-moz-box-shadow: 15px 15px 5px 0 rgba(0, 0, 0, 0.06);
	border: 0;
	transition: all 0.4s !important;
}

.wrapper .button--fill.purpure-btn-c:hover {
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	transition: all 0.4s !important;
}

.landing-examples__title {
     margin-bottom: 20px;
}

.landing-examples__subtitle {
	color: #623fa2 !important;
    font-weight: bold;
    font-size: 19px;
    line-height: 24px;
    padding: 0 0 35px 0;
}



.section-5 {
    margin-bottom: 50px;
}

.section-5__title {
    font-size: 28px;
    line-height: 30px;
    padding: 40px 0 30px 0;
    font-weight: 700;
}

.section-5__text {
    font-weight: bold;
    font-size: 19px;
    line-height: 24px;
    padding: 0 0 50px 0;
}

.section-5__table {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 28px;
    row-gap: 17px;
}

.section-5__table div {
    display: grid;
    gap: 10px;
    padding: 25px 12px;
    background: #f7f7f7;
    border-radius: 10px;
    text-align: center;
}

.section-5__table span {
    color: #623fa2;
    font-weight: 600;
    font-size: 16px;
    line-height: 21px;
}

.section-5__table strong {
    color: #623fa2;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
}


.section-6 {
    margin-top: 20px;
    margin-bottom: 20px;
}

.section-6__table {
    display: grid;
    grid-template-columns: 420px auto;
    gap: 28px;
    row-gap: 17px;
}

.section-6__table-left {
	display: grid;
    gap: 10px;
}

.section-6__table-left span {
	color: #623fa2;
    font-weight: 800;
    font-size: 38px;
    line-height: 42px;
    padding-bottom: 20px;
}

.section-6__table-left strong {
    font-weight: 600;
    font-size: 18px;
    line-height: 26px;
}

.section-6__table-left img {
    max-width: 300px;
}

.section-6__table-right strong {
	font-weight: 800;
    font-size: 18px;
    line-height: 26px;
    padding-top: 20px;
}

.section-6__table-right p {
	color: #623fa2;
    font-weight: 800;
    font-size: 16px;
    line-height: 22px;
    padding: 15px 0;
}












.section-7 {
	margin-bottom: 50px;
}

.section-7__title {
    font-size: 24px;
    line-height: 30px;
    padding: 50px 0 30px 0;
    font-weight: 700;
}

.section-7__table {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 45px;
    row-gap: 17px;
}

.section-7__table img {
    cursor: pointer;
}

.section-7__table div {
	display: grid;
    text-align: center;
}

.section-7__table strong {
	font-size: 16px;
    font-weight: 600;
    line-height: 21px;
    margin: 20px 0 5px 0;
}

.section-7__table span {
	font-size: 14px;
    line-height: 18px;
    text-align: center;
}
.landing-stages__control+.landing-stages__control {
    margin-top: 0;
}





.section-8__bg {
	background-image: url(../images/bg-1.png);
	background-repeat: no-repeat;
	background-size: cover;
	margin-bottom: 60px;
}

.section-8__title {
	font-size: 28px;
	line-height: 30px;
	padding: 75px 0 10px 0;
	font-weight: 700;
	color: #fff;
}

.section-8__text {
	color: #fff !important;
	font-weight: bold;
	font-size: 19px;
	line-height: 24px;
	padding: 0 0 90px 0;
}

.section-8__small {
	color: #fff !important;
	padding: 0 0 50px 0;
	font-size: 18px;
	line-height: 24px;
}

.section-8__small_btn {
	max-width: 300px;
	padding-bottom: 40px;
    padding-top: 85px;
}

.section-8__small_btn a {
	color: #000000 !important;
	font-weight: bold !important;
}

.section-8__table {
    display: grid;
    grid-template-columns: 650px auto;
    gap: 28px;
    row-gap: 17px;
}





.section-12 {
    margin-bottom: 50px;
    margin-top: 5px;
}
.section-12__title {
    font-size: 28px;
    line-height: 30px;
    padding: 5px 0 50px 0;
    font-weight: 700;
    color: #623fa2 !important;
    text-align: center;
}




.section-13 {
    margin-top: 20px;
    margin-bottom: 70px;
    padding-top: 50px;
}

.section-13__table {
    display: grid;
    grid-template-columns: 420px auto;
    gap: 28px;
    row-gap: 17px;
}

.section-13__table-left {
	display: grid;
    gap: 10px;
}

.section-13__table-left span {
	color: #623fa2;
    font-weight: 800;
    font-size: 26px;
    line-height: 30px;
    padding-bottom: 20px;
}

.section-13__table-left strong {
    font-weight: 600;
    font-size: 16px;
    line-height: 21px;
}

.section-13__table-left img {
    max-width: 260px;
    margin: 0 auto;
    display: block;
    margin-bottom: 50px;
}

.section-13__table-rightborder {
	border: 1px solid #623fa2;
	padding: 30px;
	border-radius: 10px;
	position: relative;
}

.section-13__table-right-title {
	color: #623fa2;
    font-weight: 800;
    font-size: 16px;
    line-height: 19px;
    margin-bottom: 20px;
}

.section-13__table-right-subtitle {
	color: #623fa2;
    font-weight: 800;
    font-size: 16px;
    line-height: 19px;
}

.section-13__table-right-btn a {
    color: #000 !important;
    font-weight: bold;
    background-color: #ffa800;
    max-width: 300px;
    margin-top: 30px;
}

.section-13__table-right__ul {
    list-style: disc;
    margin-left: 20px;
    margin-bottom: 20px;
}

.section-13__table-right__ul li::marker {
	color: #ffa800 !important;
	font-size: 24px;
}

.section-13__table-right__ul li {
    font-size: 16px;
    line-height: 19px;
}

.section-13__table-rightborder:after {
	content: "";
    display: block;
    position: absolute;
    right: -61px;
    top: -15px;
    z-index: 2;
    width: 130px;
    height: 130px;
    background-image: url(../images/monet.png);
    background-repeat: no-repeat;
    background-size: contain;
}



@media (max-width: 767px) {
	.support-hero {
		padding: 30px 0 26px 0;
	}

	.support-hero__img-wrap {
		display: block;
	}

	.support-hero__title {
		padding-top: 0;
	}

	.support-hero__img-wrap {
		display: block;
		text-align: center;
	}

	.support-hero__img-wrap img {
		width: 200px;
		height: auto;
		margin: 0 auto;
	}

	.section-2__table, .section-3__table, .section-5__table, .section-6__table, .section-7__table, .section-8__table, .section-13__table  {
		grid-template-columns: 1fr;
	}

	.section-13__table-left span br {
	    display: none;
	}

	.section-8__small_btn {
	    padding-top: 0;
	}
	
	.section-8__text {
	    padding: 0 0 0 0;
	}
	
	.section-8__title {
	    padding: 33px 0 10px 0;
	}
	
	.section-12__title {
	    font-size: 20px;
	    line-height: 23px;
	    padding: 5px 0 30px 0;
	}

	.support-hero__wrapper.mb-45 {
		margin-bottom: 0 !important;
	}

	.landing-hero__info {
		margin-bottom: 0 !important;
	}

	.landing-examples {
		padding: 40px 0 60px;
	}
	
	.landing-examples__images-small.landing-examples__images-small--tablet {
		display: none;
	}

}