

/* Start:/local/templates/.default/components/sprint.editor/blocks/.default/styles/my_padding.css?167172142234*/
.padding {
	background: #F3F3F3;
}
/* End */


/* Start:/local/templates/.default/components/sprint.editor/blocks/.default/styles/my_breadcrumb.css?16789639393053*/
.breadcrumb.breadcrumb_editor {
	margin: 0;
	padding: 0;
	background-color: #F3F3F3;
}

.breadcrumb__container.container {
	max-width: 1670px;
}

.breadcrumb__list {
	list-style: none;
	margin: 0;
	padding: 0;
}

.breadcrumb__list li {
	display: inline-block;
	margin: 0;
	font-size: 14px;
	line-height: 30px;
	color: #000000;
	font-weight: 400;
	font-family: 'Montserrat', 'Open Sans', sans-serif;
	position: relative;
}
.breadcrumb__list li:not(:last-child) {
	padding-right: 28px;
	margin-right: 20px;
}

.breadcrumb__list li > * {
	display: inline-block;
	word-break: break-all;
}

.breadcrumb__list a {
	text-decoration: none;
	color: #000000;
}
.breadcrumb__list a:hover {
	text-decoration: none;
	color: #000000;
}
@media (min-width: 950px) {
	.breadcrumb__list a:hover {
		color: #73CF00;
	}
}
.breadcrumb__list a:focus {
	text-decoration: none;
	color: #000000;
}

.breadcrumb__icon {
	background-image: url("data:image/svg+xml,%3Csvg width='8' height='14' viewBox='0 0 8 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.00206874 0.717644L0.00829129 0.655437L0.0207356 0.595237L0.0373338 0.537199L0.0580694 0.479083L0.0829582 0.425167L0.114069 0.371236L0.147265 0.321489L0.184599 0.271726L0.22607 0.228124L0.271711 0.186668L0.319404 0.149319L0.371266 0.114054L0.423113 0.0850117L0.479114 0.0601382L0.537183 0.037349L0.595268 0.0207668L0.655406 0.0103756L0.71556 0.00208469L0.777782 0L0.837936 0.00208469L0.898074 0.0103756L0.958228 0.0207668L1.0163 0.037349L1.07438 0.0601382L1.13037 0.0850117L1.1843 0.114054L1.23408 0.149319L1.28178 0.186668L1.32741 0.228124L7.54962 6.45036L7.59115 6.49397L7.62849 6.54373L7.66162 6.59348L7.69273 6.64741L7.71762 6.70132L7.73846 6.75944L7.75495 6.81748L7.7674 6.87768L7.77362 6.93989L7.77782 7.00002L7.77362 7.06016L7.7674 7.12237L7.75495 7.18257L7.73846 7.24061L7.71762 7.29872L7.69273 7.35264L7.66162 7.40657L7.62849 7.45632L7.59115 7.50608L7.54962 7.54968L1.32741 13.772L1.28178 13.8133L1.23408 13.8507L1.1843 13.886L1.13037 13.9151L1.07438 13.94L1.0163 13.9627L0.958228 13.9793L0.898074 13.9897L0.837936 13.998L0.777782 14L0.71556 13.998L0.655406 13.9897L0.595268 13.9793L0.537183 13.9627L0.479114 13.94L0.423113 13.9151L0.371266 13.886L0.319404 13.8507L0.271711 13.8133L0.22607 13.772L0.184599 13.7282L0.147265 13.6786L0.114069 13.6288L0.0829582 13.5749L0.0580694 13.5209L0.0373338 13.4629L0.0207356 13.4048L0.00829129 13.3446L0.00206874 13.2824L0 13.2222L0.00206874 13.1622L0.00829129 13.1L0.0207356 13.0398L0.0373338 12.9817L0.0580694 12.9235L0.0829582 12.8696L0.114069 12.8157L0.147265 12.766L0.184599 12.7162L0.22607 12.6726L5.89868 7.00002L0.22607 1.32744L0.184599 1.28384L0.147265 1.23408L0.114069 1.18433L0.0829582 1.1304L0.0580694 1.07648L0.0373338 1.01837L0.0207356 0.960327L0.00829129 0.900128L0.00206874 0.83792L0 0.777782L0.00206874 0.717644Z' fill='%235C5C5C'/%3E%3C/svg%3E");
	background-position: center;
	background-repeat: no-repeat;
	width: 8px;
	height: 30px;
	display: inline-block;
	position: absolute;
	top: 0;
	right: 0;
}
/* End */


/* Start:/local/templates/.default/components/sprint.editor/blocks/.default/styles/my_left_banner.css?17036805651025*/
.left-poster {
	background: #F3F3F3;
}

.left-poster__container.container {
	max-width: 1670px;
}

.left-poster_row {
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	border-radius: 100px;
	padding: 40px;
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 40px;
}

.left-poster_content {
	max-width: 560px;
	width: 560px;
}

.left-poster_text.base-text {
	margin: 20px 0 0;
	font-weight: 600;
	max-width: 555px;
}

.left-poster_button {
	margin: 20px 0 0;
}

.left-poster_image {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	flex-grow: 1;
}

.left-poster_image {
	max-width: 100%;
	max-height: 100%;
}

@media (max-width: 1100px) {
	.left-poster_row {
		display: flex;
		flex-direction: column-reverse;
	}

	.left-poster_content {
		text-align: left;
		max-width: 100%;
	}
}
@media (max-width: 768px) {
	.left-poster_text br {
		display: none;
	}
}
@media (max-width: 576px) {
	.left-poster_row {
		padding: 25px;
	}
}
/* End */


/* Start:/local/templates/.default/components/sprint.editor/blocks/.default/styles/my_heading.css?1678963939277*/
.heading {
	background: #F3F3F3;
}

.heading__container.container {
	max-width: 1670px;
}

.heading__left {
	text-align: left;
}

.heading__center {
	text-align: center;
}

.heading__right {
	text-align: right;
}

.heading_description {
	margin: 40px 0 0;
	line-height: 30px;
}
/* End */


/* Start:/local/templates/.default/components/sprint.editor/blocks/.default/styles/my_other_advantages.css?16789639392509*/
.other-advantages {
	background: #f3f3f3;
	padding: 70px 0;
}

/* Start standard */
.other-advantages_standard .other-advantages__container.container {
	max-width: 1270px;
}

.other-advantages_standard .other-advantages__row_five, .other-advantages_standard .other-advantages__row_three {
	column-gap: 40px;
}
/* End standard */

/* Start center */
.other-advantages_center .other-advantages__row {
	justify-content: center;
}

.other-advantages_center .other-advantages__card {
	align-items: center;
}
/* End center */

/* Start short */
@media (max-width: 1270px) {
	.other-advantages_short .other-advantages__row .other-advantages__card {
		flex-basis: calc(33.33% - 140px / 3);
	}
}
@media (max-width: 800px) {
	.other-advantages_short .other-advantages__row .other-advantages__card {
		flex-basis: calc(50% - 70px / 2);
	}
}
@media (max-width: 576px) {
	.other-advantages_short .other-advantages__row .other-advantages__card {
		flex-basis: 100%;
	}
}
/* End short */

.other-advantages__container.container {
	max-width: 1670px;
}

.other-advantages__row {
	display: flex;
	flex-wrap: wrap;
	row-gap: 40px;
	align-items: flex-start;
}

.other-advantages__row_three {
	column-gap: 70px;
}

.other-advantages__row_three .other-advantages__card {
	flex-basis: calc(33.33% - 140px / 3);
}

@media (max-width: 949px) {
	.other-advantages__row_three .other-advantages__card {
		flex-basis: 100%;
	}
}

.other-advantages__row_five {
	column-gap: 60px
}

.other-advantages__row_five .other-advantages__card {
	flex-basis: calc(20% - 160px / 5);
}
@media (max-width: 1670px) {
	.other-advantages__row_five .other-advantages__card {
		flex-basis: calc(33.33% - 140px / 3);
	}
}
@media (max-width: 1270px) {
	.other-advantages__row_five .other-advantages__card {
		flex-basis: calc(50% - 70px / 2);
	}
}
@media (max-width: 949px) {
	.other-advantages__row_five .other-advantages__card {
		flex-basis: 100%;
	}
}

.other-advantages__card {
	display: flex;
	gap: 20px;
}
@media (max-width: 576px) {
	.other-advantages__card {
		flex-direction: column;
	}
}
@media (max-width: 479px) {
	.other-advantages__card {
		row-gap: 15px;
	}
}

.other-advantages__card_vertical {
	flex-direction: column;
}

.other-advantages__image {
	width: 100px;
}
@media (max-width: 479px) {
	.other-advantages__image {
		width: 80px;
	}
}

.other-advantages__content {
	flex: 1 calc(100% - 120px);
	display: flex;
	flex-direction: column;
	row-gap: 20px;
}
@media (max-width: 479px) {
	.other-advantages__content {
		row-gap: 10px;
	}
}

/* End */


/* Start:/local/templates/.default/components/sprint.editor/blocks/.default/styles/my_information_block.css?16789639392547*/
.information-block {
	background: #F3F3F3;
}

.information-block_standard .information-block__container.container {
	max-width: 1270px;
}
.information-block_standard .information-block__section {
	column-gap: 40px;
}
.information-block_standard .information-block__image, .information-block_standard .information-block__section:nth-child(2n) .information-block__image {
	flex-basis: 51%;
}
.information-block_standard .information-block__content, .information-block_standard .information-block__section:nth-child(2n) .information-block__content {
	flex-basis: calc(49% - 40px);
}
.information-block_standard .information-block__section {
	margin-bottom: 80px;
}
@media (max-width: 1200px) {
	.information-block_standard .information-block__section {
		margin-bottom: 55px;
	}
}

.information-block__container.container {
	max-width: 1670px;
}

.information-block__section {
	display: flex;
	column-gap: 50px;
	align-items: center;
	margin-bottom: 100px;
	padding: 25px 0;
}
@media (max-width: 1200px) {
	.information-block__section {
		margin-bottom: 75px;
	}
}

.information-block__section:nth-child(2n) {
	flex-direction: row-reverse;
	column-gap: 100px;
}

.information-block__section:last-child {
	margin-bottom: 0;
}

.information-block__image {
	flex-basis: 53%;
	text-align: center;
	margin: -25px 0;
}

.information-block__section:nth-child(2n) .information-block__image {
	flex-basis: 44%;
}

.information-block__content {
	flex-basis: calc(47% - 50px);
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	row-gap: 40px;
}

.information-block__section:nth-child(2n) .information-block__content {
	flex-basis: calc(56% - 100px);
}

.information-block__accent {
	padding: 5px 20px;
	border-radius: 50px;
	background: #ffffff;
}

.information-block__content ul {
	margin: 0 0 24px;
	padding-left: 26px;
	list-style-image: url(/local/templates/.default/components/sprint.editor/blocks/.default/styles/../images/check.svg);
}

@media (max-width: 1300px) {
	.information-block__image {
		flex-basis: 44%;
	}

	.information-block__content {
		flex-basis: calc(56% - 50px);
	}
}

@media (max-width: 1200px) {
	.information-block__section {
		flex-direction: column-reverse;
		padding-bottom: 25px;
		row-gap: 40px;
	}

	.information-block__section:nth-child(2n) {
		flex-direction: column-reverse;
	}

	.information-block__image {
		margin: 0;
	}

	.information-block__content {
		text-align: center;
		align-items: center;
	}
}

@media (max-width: 768px) {
	.information-block__section {
		margin-bottom: 50px;
	}
}

@media (max-width: 480px) {
	.information-block__section {
		margin-bottom: 30px;
	}
}
/* End */


/* Start:/local/templates/.default/components/sprint.editor/blocks/.default/styles/my_slider_text_with_image.css?16789639393322*/
.slider-text-with-image {
	background: #f3f3f3;
}

.slider-text-with-image__container.container {
	max-width: 1670px;
}
@media (min-width: 768px) and (max-width: 1270px) {
	.slider-text-with-image__container.container {
		padding: 0 115px;
	}
}

.slider-text-with-image__card {
	display: flex;
	column-gap: 40px;
}
@media (max-width: 1270px) {
	.slider-text-with-image__card {
		flex-direction: column;
		row-gap: 30px;
	}
}
@media (min-width: 950px) and (max-width: 1270px) {
	.slider-text-with-image__card {
		align-items: center;
		text-align: left;
	}
}
@media (max-width: 480px) {
	.slider-text-with-image__card {
		row-gap: 20px;
	}
}

.slider-text-with-image__picture {
	flex: 1 calc(50% - 40px / 2);
}

.slider-text-with-image .owl-item .slider-text-with-image__picture img {
	width: auto;
}

.slider-text-with-image__content {
	flex: 1 calc(50% - 40px / 2);
	display: flex;
	flex-direction: column;
	padding-right: 175px;
	row-gap: 15px;
}
@media (max-width: 1270px) {
	.slider-text-with-image__content {
		padding-right: 0;
	}
}

.slider-text-with-image .owl-nav .owl-prev {
	right: 72px;
	background: #ffffff url("data:image/svg+xml,%3Csvg width='15' height='25' viewBox='0 0 15 25' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.1133 22.3818L2.10278 12.1909' stroke='%2373CF00' stroke-width='4' stroke-miterlimit='10' stroke-linecap='round'/%3E%3Cpath d='M12.1133 2L2.10278 12.1909' stroke='%2373CF00' stroke-width='4' stroke-miterlimit='10' stroke-linecap='round'/%3E%3C/svg%3E");
	background-position: 20px 18px;
}
@media (max-width: 1270px) {
	.slider-text-with-image .owl-nav .owl-prev {
		right: auto;
		left: 0;
		margin-left: -100px;
	}
}

.slider-text-with-image .owl-nav .owl-next {
	right: 0;
	background: #73CF00 url("data:image/svg+xml,%3Csvg width='15' height='25' viewBox='0 0 15 25' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2.18152 22.3818L12.1919 12.1909' stroke='white' stroke-width='4' stroke-miterlimit='10' stroke-linecap='round'/%3E%3Cpath d='M2.18152 2L12.1919 12.1909' stroke='white' stroke-width='4' stroke-miterlimit='10' stroke-linecap='round'/%3E%3C/svg%3E");
	background-position: 23px 18px;
}
@media (max-width: 1270px) {
	.slider-text-with-image .owl-nav .owl-next {
		margin-right: -100px;
	}
}

.slider-text-with-image .owl-nav .owl-prev, .slider-text-with-image .owl-nav .owl-next {
	color: transparent;
	width: 51px;
	height: 51px;
	border-radius: 50%;
	position: absolute;
	top: 0;
	box-shadow: 0 4px 40px rgba(0, 0, 0, 0.08);
	background-repeat: no-repeat;
	background-size: 10px;
}
@media (max-width: 1270px) {
	.slider-text-with-image .owl-nav .owl-prev, .slider-text-with-image .owl-nav .owl-next {
		top: 50%;
		transform: translateY(-50%);
	}
}

.slider-text-with-image .owl-dots {
	margin-top: 50px;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	column-gap: 10px;
}

.slider-text-with-image .owl-dots {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	column-gap: 10px;
}

.slider-text-with-image .owl-dot {
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: #D9D9D9;
	transition: all .2s linear;
}

.slider-text-with-image .owl-dot.active {
	background: #73CF00;
	border-radius: 10px;
	width: 50px;
}
@media (max-width: 480px) {
	.slider-text-with-image .owl-dot.active {
		width: 30px;
	}
}
/* End */


/* Start:/local/templates/.default/components/sprint.editor/blocks/.default/styles/my_call_to_action.css?1678963939624*/
.call-to-action {
    padding: 80px 0;
    text-align: center;
}
@media (max-width: 580px) {
    .call-to-action {
        padding: 60px 0;
    }
}

.call-to-action__container.container {
    max-width: 1670px;
}

.call-to-action__heading {
    display: flex;
    flex-direction: column;
    justify-content: center;
    row-gap: 8px;
}

.call-to-action__heading .base-heading {
    font-weight: 700;
}

.call-to-action__buttons {
    margin-top: 40px;
    display: flex;
    gap: 40px;
    flex-wrap: wrap;
    justify-content: center;
}
@media (max-width: 580px) {
    .call-to-action__buttons {
        gap: 25px;
    }
}
/* End */


/* Start:/local/templates/.default/components/sprint.editor/blocks/.default/styles/my_slider_banner.css?16789639394212*/
.slider-banner {
	background: #f3f3f3;
	overflow: hidden;
}
@media (max-width: 479px) {
	.slider-banner {
		position: relative;
		padding-bottom: 71px;
	}
}

.slider-banner_standard .slider-banner__container.container {
	max-width: 1270px;
}

.slider-banner .owl-carousel {
	margin-top: 30px;
}

.slider-banner .owl-carousel .owl-stage-outer {
	overflow: visible;
}

.slider-banner .owl-stage-outer {
	padding: 30px 40px 40px;
	margin: 0 -35px;
}
@media (max-width: 1730px) {
	.slider-banner .owl-stage-outer {
		margin: 0 -15px;
		padding-left: 15px;
		padding-right: 15px;
	}
}

.slider-banner .owl-stage {
	display: flex;
}

.slider-banner__container.container {
	max-width: 1670px;
}

.slider-banner__header {
	min-height: 70px;
	padding: 30px 140px 10px 0;
	position: relative;
}
@media (max-width: 479px) {
	.slider-banner__header {
		padding-right: 0;
		position: static;
	}
}

.slider-banner__card {
	background: #ffffff;
	border-radius: 20px;
	padding: 30px 20px 20px;
	display: flex;
	flex-direction: column;
	height: 100%;
	transition: all .2s ease-in-out;
	width: 520px;
}
.slider-banner__card:hover {
	box-shadow: 0 10px 25px 0 rgba(0, 0, 0, 0.15);
}
@media (max-width: 759px) {
	.slider-banner__card {
		width: auto;
	}
}
@media (max-width: 479px) {
	.slider-banner__card {
		row-gap: 20px;
	}
}

.slider-banner__row {
	display: flex;
	align-items: center;
	column-gap: 12px;
	flex: 1;
}
@media (max-width: 1200px) {
	.slider-banner__row {
		flex-direction: column-reverse;
		flex: 0;
	}
}

.slider-banner__content {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	height: 100%;
	flex-shrink: 1;
	padding-top: 41px;
}
@media (max-width: 1200px) {
	.slider-banner__content {
		flex-basis: auto;
		height: auto;
		padding-top: 20px;
		align-items: center;
	}
}

.slider-banner__button {
	display: inline-block;
	padding: 7px 26px;
	border: 1px solid rgba(50, 52, 62, 0.5);
	border-radius: 50px;
	color: rgba(50, 52, 62, 0.5);
	text-decoration: none;
	font-size: 16px;
	line-height: 25px;
	font-weight: 500;
	font-family: 'Montserrat', 'Open Sans', sans-serif;
	word-wrap: anywhere;
	text-align: center;
	margin: 25px 0 10px;
}
@media (max-width: 479px) {
	.slider-banner__button {
		margin-top: 15px;
	}
}
.slider-banner__button:hover {
	text-decoration: none;
	background: #6F42EF;
	border-color: #6F42EF;
	color: #ffffff;
}
.slider-banner__button:focus {
	text-decoration: none;
	background: #6F42EF;
	border-color: #6F42EF;
	color: #ffffff;
}

.slider-banner__image {
	max-width: 250px;
	margin-top: 15px;
}

.slider-banner__header .owl-prev {
	right: 72px;
	background: #ffffff url("data:image/svg+xml,%3Csvg width='15' height='25' viewBox='0 0 15 25' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.1133 22.3818L2.10278 12.1909' stroke='%2373CF00' stroke-width='4' stroke-miterlimit='10' stroke-linecap='round'/%3E%3Cpath d='M12.1133 2L2.10278 12.1909' stroke='%2373CF00' stroke-width='4' stroke-miterlimit='10' stroke-linecap='round'/%3E%3C/svg%3E");
	background-position: 20px 18px;
}

.slider-banner__header .owl-next {
	right: 0;
	background: #73CF00 url("data:image/svg+xml,%3Csvg width='15' height='25' viewBox='0 0 15 25' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2.18152 22.3818L12.1919 12.1909' stroke='white' stroke-width='4' stroke-miterlimit='10' stroke-linecap='round'/%3E%3Cpath d='M2.18152 2L12.1919 12.1909' stroke='white' stroke-width='4' stroke-miterlimit='10' stroke-linecap='round'/%3E%3C/svg%3E");
	background-position: 23px 18px;
}

.slider-banner__header .owl-prev, .slider-banner__header .owl-next {
	color: transparent;
	width: 51px;
	height: 51px;
	border-radius: 50%;
	position: absolute;
	top: 10px;
	box-shadow: 0 4px 40px rgba(0, 0, 0, 0.08);
	background-repeat: no-repeat;
	background-size: 10px;
	z-index: 2;
}
@media (max-width: 479px) {
	.slider-banner__header .owl-prev, .slider-banner__header .owl-next {
		bottom: 0;
		top: auto;
	}

	.slider-banner__header .owl-prev {
		right: auto;
		left: 50%;
		margin-left: -71px;
	}

	.slider-banner__header .owl-next {
		right: 50%;
		margin-right: -71px;
	}
}

.slider-banner__header .owl-prev:hover, .slider-banner__header .owl-next:hover {
	cursor: pointer;
}
/* End */
/* /local/templates/.default/components/sprint.editor/blocks/.default/styles/my_padding.css?167172142234 */
/* /local/templates/.default/components/sprint.editor/blocks/.default/styles/my_breadcrumb.css?16789639393053 */
/* /local/templates/.default/components/sprint.editor/blocks/.default/styles/my_left_banner.css?17036805651025 */
/* /local/templates/.default/components/sprint.editor/blocks/.default/styles/my_heading.css?1678963939277 */
/* /local/templates/.default/components/sprint.editor/blocks/.default/styles/my_other_advantages.css?16789639392509 */
/* /local/templates/.default/components/sprint.editor/blocks/.default/styles/my_information_block.css?16789639392547 */
/* /local/templates/.default/components/sprint.editor/blocks/.default/styles/my_slider_text_with_image.css?16789639393322 */
/* /local/templates/.default/components/sprint.editor/blocks/.default/styles/my_call_to_action.css?1678963939624 */
/* /local/templates/.default/components/sprint.editor/blocks/.default/styles/my_slider_banner.css?16789639394212 */
