@charset "UTF-8";

body {
	background: var(--white);
}

div::-webkit-scrollbar-track,
div::-webkit-scrollbar-track:active,
div::-webkit-scrollbar-track:hover {
	background: var(--lightGray);
}

.comments_item__answer,
.comments_wrapper__form,
section.head {
	background-color: var(--lightGray);
}

.owl-carousel::before {
	display: none;
}

section.head {
	padding-top: 25px;
	padding-bottom: 0;
	background-image: url(/local/templates/els/img/home/head-bg.svg);
	background-repeat: no-repeat;
	background-position: 100% 0;
	z-index: 2;
	overflow: hidden;
}

section.head .title-main {
	margin-bottom: 16px;
	max-width: 560px;
}

section.head .wrap-composition p {
	font-size: 18px;
	margin-top: 15px;
	margin-bottom: 0;
	max-width: 430px;
}

section.head .wrap-composition .wrap-btns {
	margin-top: 24px;
	display: flex;
}

section.head .wrap-composition .btn {
	margin-top: 16px;
	margin-right: 16px;
	min-width: 266px;
}

section.head .wrap-composition .btn:last-child {
	margin-right: 0;
}

section.head .wrap-img img {
	margin: auto;
}

@media screen and (max-width: 1200px) {
	section.head .wrap-composition .btn {
		min-width: auto;
	}

	section.head .wrap-img img {
		max-height: 400px;
		margin: 0;
	}
}

@media screen and (max-width: 992px) {
	section.head {
		background-color: var(--white);
		background-image: none;
		padding-top: 0;
		padding-bottom: 30px;
	}

	section.head .wrap-img {
		background-color: var(--lightGray);
		margin-left: -16px;
		padding: 16px 16px 0;
		width: calc(100% - -32px);
		background-image: url(/local/templates/els/img/home/head-bg.svg);
		background-repeat: no-repeat;
		background-position: 100% 0;
	}

	section.head .wrap-composition {
		padding-top: 24px;
	}
}

@media screen and (max-width: 768px) {
	section.head .wrap-composition {
		max-width: 100%;
	}

	section.head .wrap-img {
		background-image: url(/local/templates/els/img/home/head-bg-mobile.svg);
		background-size: cover;
		overflow: hidden;
		background-position: 0 0;
	}

	section.head .wrap-composition .wrap-btns {
		margin-top: 8px;
	}

	section.head .wrap-composition .btn {
		width: 100%;
	}
}

@media screen and (max-width: 576px) {
	section.head img {
		max-width: 330px;
	}

	section.head .wrap-img img {
		margin: auto auto -40px -20px;
		max-height: none;
	}

	section.head .wrap-composition .wrap-btns {
		display: block;
		margin-top: 24px;
	}

	section.head .wrap-composition .wrap-btns .btn {
		width: 100%;
		display: block;
	}

	section.we_help .title-main br {
		display: none;
	}
}

.our_awards--blocks {
	display: flex;
	margin: 0 -8px;
}

.our_awards--blocks .awards-block {
	text-align: center;
	width: 20%;
	background-color: var(--boxShadow);
	box-shadow: var(--boxShadow);
	margin: 0 8px;
	display: block;
	border-radius: 12px;
	transition: all 0.25s ease;
	padding: 16px 16px 24px;
}

.our_awards--blocks .awards-block:hover {
	color: var(--text);
}

.our_awards--blocks .awards-block:hover .h3 {
	color: var(--accent);
}

.our_awards--blocks .awards-block .h3 {
	text-transform: uppercase;
	font-size: 12px;
	max-width: 135px;
	color: var(--green);
	position: relative;
	margin: auto auto 16px;
	display: block;
	transition: all 0.25s ease;
}

.our_awards--blocks .awards-block .h3::after,
.our_awards--blocks .awards-block .h3::before {
	content: '';
	width: 21px;
	height: 30px;
	background-repeat: no-repeat;
	background-position: center;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}

.our_awards--blocks .awards-block .h3::before {
	background-image: url(/local/templates/els/img/home/award-icon-left.svg);
	top: 40px;
	left: -20px;
}

.our_awards--blocks .awards-block .h3::after {
	background-image: url(/local/templates/els/img/home/award-icon-right.svg);
	top: 40px;
	right: -20px;
}

.our_awards--blocks .awards-block .h3 span {
	position: relative;
	display: block;
}

.our_awards--blocks .awards-block p {
	font-size: 12px;
	line-height: var(--lineheight-title);
	max-width: 180px;
	margin: auto;
}

@media screen and (max-width: 1200px) {
	.our_awards--wrapper {
		overflow: auto;
		padding-bottom: 40px;
	}

	.our_awards--blocks {
		margin-top: -8px;
		margin-bottom: -8px;
		white-space: nowrap;
	}

	.our_awards--blocks .awards-block {
		margin-top: 8px;
		margin-bottom: 8px;
		white-space: normal;
	}
}

.our_awards {
	padding-bottom: 30px;
}

.our_awards .our_awards--items {
	margin-top: 60px;
}

.our_awards--items {
	display: flex;
	justify-content: space-between;
}

.our_awards--items .awards-item {
	padding-right: 30px;
}

.our_awards--items .awards-item:last-child {
	padding-right: 0;
}

.our_awards--items .awards-item .h3 {
	white-space: nowrap;
	font-size: 38px;
	margin: 0;
}

.our_awards--items .awards-item .h3 span {
	position: relative;
	opacity: 0;
	transition: opacity 0.25s ease;
}

.our_awards--items .awards-item .h3 span.active,
.our_awards--items .awards-item .h3 span.active + span {
	opacity: 1;
}

.our_awards--items .awards-item p {
	margin: 0;
	line-height: var(--lineheight-title);
	font-size: 18px;
}

@media screen and (max-width: 768px) {
	.our_awards .our_awards--items {
		margin-top: 40px;
		white-space: nowrap;
		justify-content: flex-start;
	}

	.our_awards--items .awards-item {
		white-space: normal;
		padding-right: 60px;
	}

	.our_awards--items .awards-item:last-child {
		padding-right: 0;
	}

	.our_awards--items .awards-item .h3 {
		font-size: 28px;
	}

	.our_awards--items .awards-item p {
		font-size: 16px;
	}
}

.help-items {
	margin: -15px;
}

.help-items > div {
	margin: 16px 0;
}

.help-items > div:nth-child(-n + 2) .help-item {
	height: 292px;
	padding: 36px;
}

.help-items > div:nth-child(-n + 2) .help-item .wrap-text p {
	max-width: 228px;
}

.help-items .col-xl-4 .help-item {
	height: 264px;
	padding: 36px;
}

.help-items .col-xl-4 .help-item .bottom-text {
	margin-top: 24px;
}

.help-item {
	height: 168px;
	border-radius: 16px;
	position: relative;
	z-index: 1;
	padding: 24px;
	display: block;
	overflow: hidden;
}

.help-item .h3,
.help-item .h4 {
	transition: all 0.25s ease;
}

.help-item.color-1 {
	background: #fffbf0;
}

.help-item.color-2 {
	background: #ecf8fa;
}

.help-item.color-3 {
	background: #e7f5ff;
}

.help-item.color-4 {
	background: #effaf5;
}

.help-item.color-5 {
	background: #f8f5ff;
}

.help-item.color-6 {
	background: #f6f8ff;
}

.help-item.color-7 {
	background: #f4f4f4;
}

.help-item.color-8 {
	background: #ffeedb;
}

.help-item .wrap-text {
	display: flex;
	flex-direction: column;
	height: 100%;
}

.help-item .wrap-text .h3 {
	margin: 0;
	font-size: 24px;
}

.help-item .wrap-text p {
	margin-bottom: 0;
	margin-top: 16px;
	font-size: 16px;
	max-width: 242px;
	color: var(--text);
}

.help-item .wrap-text .bottom-text {
	margin-top: 28px;
	font-size: 14px;
	color: var(--gray);
	font-weight: 600;
}

.help-item img {
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: -1;
}

@media screen and (max-width: 1200px) {
	.help-item {
		padding: 20px;
		height: 110px;
	}

	.help-item img {
		-webkit-transform: scale(0.7, 0.7);
		-ms-transform: scale(0.7, 0.7);
		transform: scale(0.7, 0.7);
		-webkit-transform-origin: right bottom;
		-ms-transform-origin: right bottom;
		transform-origin: right bottom;
	}
}

@media screen and (max-width: 992px) {
	.help-item .h3,
	.help-item .h4 {
		font-size: 14px !important;
	}

	.help-item {
		padding: 16px !important;
		border-radius: 12px;
		height: auto !important;
		min-height: 76px;
		display: flex;
		align-items: center;
	}

	.help-item .wrap-text .bottom-text {
		margin-top: 16px !important;
		font-size: 12px;
	}

	.help-items > div:nth-child(-n + 2) .help-item .wrap-text p {
		max-width: 327px;
	}

	.help-item img {
		transform: scale(0.9, 0.9);
	}

	.help-items > div.col-12 .help-item img {
		transform: scale(1, 1);
	}

	.help-item .wrap-text p {
		margin-top: 8px;
		font-size: 12px;
	}

	.help-item .h4 {
		margin-bottom: 0;
	}
}

@media screen and (max-width: 768px) {
	.help-item img,
	.help-items > div.col-12 .help-item img {
		transform: scale(0.6, 0.6);
	}

	.help-item .wrap-text .h3 {
		font-size: 16px !important;
	}

	.help-items {
		margin: -5px;
	}

	.help-items > div {
		margin: 8px 0;
		padding: 0 5px;
	}

	.help-items > div.col-6 .help-item {
		height: 100%;
	}
}

@media screen and (max-width: 576px) {
	.help-item {
		padding: 14px;
	}

	.help-items > div:first-child .wrap-text .bottom-text {
		display: block;
	}

	.help-items > div:first-child img {
		max-width: 100px;
	}

	.help-item img {
		max-height: 94px;
	}

	.help-items > div:first-child .wrap-text p {
		max-width: 69vw;
	}
}

section.steps {
	overflow: hidden;
}

.steps-items .owl-stage {
	display: flex;
}

.steps-items .step-help {
	position: relative;
	border-radius: 12px;
	overflow: hidden;
	padding: 24px 24px 36px;
	height: 100%;
	display: flex;
	flex-direction: column;
	transition: all 0.25s ease;
	border: 2px solid var(--black);
}

.steps-items .step-help svg {
	margin-top: 20px;
	fill: var(--black);
	transition: all 0.25s ease;
}

.steps-items .step-help .h4 {
	margin-top: auto;
	font-size: 24px;
	margin-bottom: 0;
	transition: all 0.25s ease;
}

.steps-items .step-help .h4 span {
	position: relative;
	display: block;
}

.steps-items .step-help:hover {
	border-color: var(--accent);
}

.steps-items .step-help:hover .h4 {
	color: var(--accent);
}

.steps-items .step-help:hover svg {
	fill: var(--accent);
}

.steps-items .step-item,
.tasks_urist {
	position: relative;
}

.steps-items .step-item::after {
	content: '';
	position: absolute;
	top: 27px;
	height: 1px;
	width: 172px;
	right: 0;
	background-color: var(--gray);
}

.steps-items .step-item img {
	width: auto;
}

.steps-items .step-item .h4 {
	margin-top: 24px;
	margin-bottom: 16px;
}

.steps-items .step-item p {
	margin: 0;
	font-size: 18px;
}

@media screen and (max-width: 1200px) {
	section.steps .title-main {
		text-align: left;
	}
}

@media screen and (max-width: 768px) {
	section.steps .btn {
		margin-top: 40px;
	}

	.steps-items .owl-item:nth-child(3) .step-item::after {
		display: none;
	}

	.steps-items .step-item .h4 {
		font-size: 20px;
	}

	.steps-items .step-help {
		padding: 16px 16px 24px;
		border-radius: 12px;
		width: 100%;
	}

	.steps-items .step-help svg {
		margin-top: 16px;
	}

	.steps-items .step-item {
		width: 212px;
	}

	.steps-items .step-item::after {
		width: 128px;
		right: 0;
	}

	.steps-items .step-item p {
		font-size: 16px;
	}
}

.tasks_urist {
	z-index: 1;
	overflow: hidden;
}

.tasks_urist::after {
	content: '';
	position: absolute;
	border-radius: 10em;
	width: 770px;
	height: 770px;
	background: radial-gradient(
		46.31% 46.31% at 50% 50%,
		#01ffd3 0,
		rgba(1, 255, 211, 0) 100%
	);
	opacity: 0.2;
	z-index: -1;
	top: 50%;
	transform: translateY(-50%);
	left: 50%;
}

.tasks_urist .wrap-imgs {
	text-align: center;
}

.tasks_urist .wrap-imgs img {
	max-width: 100%;
	height: auto;
	display: block;
	margin: auto;
}

.question_popup p,
.tasks_urist .tasks_urist__descr {
	font-size: 18px;
}

.tasks_urist_items {
	margin-top: 20px;
	max-width: 498px;
}

.tasks_urist_item {
	display: flex;
	padding-top: 40px;
	cursor: pointer;
	align-items: center;
	position: relative;
	flex-wrap: wrap;
}

.tasks_urist_item.active .h3,
.tasks_urist_item:hover .h3 {
	color: var(--accent);
}

.mobile-imgs-slider .bottom-description .wrap-icon svg,
.question_popup button.mfp-close:hover svg,
.tasks_urist_item .wrap-icon svg,
.tasks_urist_item:hover .wrap-icon svg {
	fill: #fff;
}

.tasks_urist_item:first-child {
	border-top: none;
}

.tasks_urist_item:first-child p {
	display: block;
}

.tasks_urist_item.active {
	pointer-events: none;
}

.tasks_urist_item.active .progress div {
	opacity: 1;
	transition: width 5s linear;
}

.question_popup button.mfp-close,
.tasks_urist_item .wrap-icon {
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
}

.tasks_urist_item .wrap-icon {
	width: 30px;
	height: 30px;
	margin-right: 16px;
	position: relative;
	border-radius: 8px;
	overflow: hidden;
	z-index: 1;
}

.mobile-imgs-slider .bottom-description .wrap-icon::before,
.tasks_urist_item .wrap-icon::before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	border-radius: 8px;
	left: 0;
	bottom: 0;
	background: var(--accent-gradient);
	z-index: -2;
	transition: all 0.25s ease;
}

.tasks_urist_item .h3 {
	transition: all 0.25s ease;
	position: relative;
	width: calc(100% - 30px - 16px);
	margin-bottom: 0;
}

.tasks_urist_item .h3 span {
	position: relative;
	display: inline-block;
	font-size: 18px;
}

.tasks_urist_item .progress {
	background: var(--gray);
	height: 1px;
	width: 100%;
	margin-top: 16px;
}

.tasks_urist_item .progress div {
	height: 2px;
	width: 0%;
	background: var(--accent-gradient);
	opacity: 0;
}

.mobile-imgs-slider {
	margin-top: 40px;
}

.mobile-imgs-slider.owl-carousel .owl-stage-outer,
section.partners,
section.questions_section {
	overflow: hidden;
}

.mobile-imgs-slider.owl-carousel img {
	width: auto;
	max-width: 100%;
	height: auto;
	display: block;
	margin: auto;
}

.mobile-imgs-slider .mobile-imgs-slide {
	max-width: 290px;
	margin: auto;
}

.mobile-imgs-slider .bottom-description {
	display: flex;
	padding-top: 24px;
	cursor: pointer;
	align-items: center;
	position: relative;
	flex-wrap: wrap;
}

.mobile-imgs-slider .bottom-description .wrap-icon {
	width: 30px;
	height: 30px;
	text-align: center;
	margin-right: 10px;
	position: relative;
	border-radius: 8px;
	overflow: hidden;
	z-index: 1;
	display: flex;
	align-items: center;
	justify-content: center;
}

.mobile-imgs-slider .bottom-description .h3 {
	transition: all 0.25s ease;
	position: relative;
	width: calc(100% - 30px - 10px);
	margin: 0;
}

.mobile-imgs-slider .bottom-description .h3 span {
	position: relative;
	display: inline-block;
	font-size: 14px;
}

@media screen and (max-width: 992px) {
	.tasks_urist {
		padding: 64px 0;
	}

	.tasks_urist_items {
		margin-top: 10px;
		max-width: 100%;
	}

	.tasks_urist::after {
		display: none;
	}
}

@media screen and (max-width: 765px) {
	.tasks_urist {
		padding: 35px 0;
	}
}

.question_slider,
.question_slider.owl-carousel .owl-stage {
	display: flex;
}

.question_slider .owl-stage-outer {
	overflow: visible;
}

.question_slider .question_slide {
	position: relative;
	border-radius: 16px;
	width: 500px;
	padding: 44px 44px 56px;
	z-index: 1;
	height: 100%;
	box-shadow: var(--boxShadow);
}

.question_slider .question_slide.color-1 {
	background: linear-gradient(110.33deg, #edfffd -5.62%, #fff 102.84%);
}

.question_slider .question_slide.color-2 {
	background: linear-gradient(251.37deg, #fff -3.4%, #e0e9ff 100.57%);
}

.question_slider .question_slide.color-3 {
	background: #fffbf0;
}

.question_slider .question_slide.color-4 {
	background: linear-gradient(250.7deg, #fff -2.95%, #deffff 101.84%), #fffbf0;
}

.question_slider .question_slide > img {
	width: auto;
	position: absolute;
	right: 0;
	top: 30px;
	pointer-events: none;
	z-index: -1;
}

.question_slider .question_slide .wrap-composition {
	max-width: 389px;
	display: flex;
	flex-direction: column;
	height: 100%;
}

.question_slider .question_slide .wrap-composition .h3 {
	font-size: 24px;
	margin-bottom: 16px;
	max-width: 350px;
}

.question_slider .question_slide .wrap-composition p {
	margin-top: 0;
	margin-bottom: 24px;
}

.question_slider .question_slide .wrap-composition .btn {
	margin-top: auto;
	align-self: flex-start;
}

@media screen and (max-width: 1200px) {
	.question_slider.owl-carousel .owl-stage-outer {
		overflow: hidden;
	}

	.question_slider .question_slide {
		width: 100%;
	}

	.question_slider .question_slide .wrap-composition {
		max-width: 320px;
	}
}

@media screen and (max-width: 992px) {
	.question_slider .question_slide .wrap-composition {
		max-width: 100%;
	}

	.question_slider .question_slide {
		padding: 24px 16px 36px;
		border-radius: 12px;
	}

	.question_slider .question_slide .wrap-composition .h3 {
		font-size: 20px;
	}

	.question_slider .question_slide > img {
		transform: scale(0.5, 0.5);
		top: -6px;
	}
}

@media screen and (max-width: 768px) {
	.question_slider .question_slide {
		width: 256px;
	}
}

@media screen and (max-width: 576px) {
	.question_slider .question_slide .wrap-composition .h3 {
		max-width: 100%;
		padding-right: 50px;
	}
}

.question_popup {
	background: var(--white);
	padding: 70px 70px 70px 50px;
	max-width: 870px;
	border-radius: 14px;
	margin: 40px auto;
	position: relative;
}

.question_popup > img {
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: -1;
	border-bottom-right-radius: 16px;
}

.question_popup.color-1 {
	background: linear-gradient(58.92deg, #eefffd -62.25%, #fefeff 107.08%);
}

.question_popup.color-2 {
	background: linear-gradient(58.92deg, #e2eaff -62.25%, #fefeff 107.08%);
}

.question_popup.color-3 {
	background: linear-gradient(58.92deg, #fffde4 -62.25%, #fefeff 107.08%);
}

.question_popup .title-main {
	display: block;
	border-bottom: 2px solid var(--black);
	padding-bottom: 25px;
	margin-bottom: 30px;
}

.question_popup .btn {
	margin-top: 55px;
}

.question_popup button.mfp-close {
	width: 42px;
	height: 42px;
	border-radius: 10em;
	background-color: var(--gray);
	opacity: 1;
	line-height: 0;
	top: -21px;
	right: -21px;
	transition: all 0.2s ease-in-out;
}

.question_popup button.mfp-close:active {
	top: -21px;
}

.question_popup button.mfp-close:hover {
	opacity: 1;
	background-color: var(--accent);
}

.question_popup button.mfp-close svg {
	pointer-events: none;
	fill: #fff;
}

@media screen and (max-width: 768px) {
	.question_popup {
		padding: 60px 30px 40px;
	}

	.question_popup > img {
		display: none;
	}

	.question_popup button.mfp-close {
		width: 32px;
		height: 32px;
		top: 15px;
		right: 15px;
	}

	.question_popup button.mfp-close:active {
		top: 15px;
	}

	.question_popup button.mfp-close svg {
		width: 24px;
		margin: auto;
	}

	.question_popup button.mfp-close svg:active {
		top: 15px;
		right: 15px;
	}

	.question_popup .title-main {
		padding-bottom: 20px;
		margin-bottom: 20px;
	}

	.question_popup .btn {
		margin-top: 25px;
	}

	.question_popup p {
		font-size: 15px;
	}
}

@media screen and (max-width: 576px) {
	.question_popup {
		padding-left: 15px;
		padding-right: 15px;
	}
}

.partners_slider.owl-carousel::before {
	display: none;
}

.partners_slider.owl-carousel .owl-stage-outer {
	overflow: hidden;
}

.partners_slider .partners_slide {
	height: 60px;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.partners_slider .partners_slide img {
	width: auto;
	max-width: 100%;
}

@media screen and (max-width: 768px) {
	section.partners {
		padding-left: 15px;
		padding-right: 15px;
	}
}
