

/* 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_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_partner_logo.css?1678963939260*/
.partner-logo {
	padding: 10px 0;
	background: #F3F3F3;
}
.partner-logo__container.container {
	max-width: 1670px;
}
.partner-logo_item {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 180px;
}
.partner-logo_image {
	max-width: 100%;
}
/* End */


/* Start:/local/templates/.default/components/sprint.editor/blocks/.default/styles/my_numeral_cards.css?16789639391423*/
.numeral-cards {
	background: #F3F3F3;
	padding-top: 57px;
}

.numeral-cards_standard .numeral-cards__container.container {
	max-width: 1270px;
}
@media (min-width: 1270px) {
	.numeral-cards_standard .numeral-cards_item {
		padding-top: 85px;
		padding-bottom: 40px;
		min-width: auto;
	}

	.numeral-cards_standard .numeral-cards_row {
		column-gap: 30px;
	}
}

.numeral-cards__container.container {
	max-width: 1670px;
}

.numeral-cards_row {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 100px 40px;
}

.numeral-cards_item {
	flex-basis: calc(33.33% - 80px / 3);
	background: #fff;
	border-radius: 30px;
	padding: 115px 40px 85px;
	position: relative;
	min-width: 520px;
}

.numeral-cards_image {
	position: absolute;
	width: 100px;
	height: 100px;
	top: -57px;
	left: 50%;
	transform: translateX(-50%);
	display: flex;
	justify-content: center;
	align-items: center;
}

.numeral-cards_image img {
	max-width: 100%;
	max-height: 100%;
}

.numeral-cards_text {
	margin: 10px 0 0;
}

@media (max-width: 576px) {
	.numeral-cards_item {
		min-width: auto;
		flex-basis: 100%;
		padding: 65px 40px 65px;
	}
}
@media (max-width: 480px) {
	.numeral-cards {
		padding-top: 32px;
	}
	.numeral-cards_image {
		width: 75px;
		height: 75px;
		top: -32px;
	}
	.numeral-cards_item {
		padding-bottom: 40px;
	}
	.numeral-cards_image img {
		width: 50px;
		height: 50px;
	}
	.numeral-cards_row {
		row-gap: 60px;
	}
}
/* End */


/* Start:/local/templates/.default/components/sprint.editor/blocks/.default/styles/my_banner.css?16789639391731*/
.banner {
	background: #f3f3f3;
}
@media (max-width: 659px) {
	.banner {
		padding: 50px 0;
	}
}

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

.banner__row {
	display: flex;
	column-gap: 40px;
}
@media (max-width: 659px) {
	.banner__row {
		flex-direction: column-reverse;
		row-gap: 30px;
	}
}
@media (max-width: 480px) {
	.banner__row {
		row-gap: 20px;
	}
}

.banner__image {
	flex-basis: 835px;
	padding: 80px 0 46px;
	position: relative;
	display: flex;
	align-items: center;
}
@media (max-width: 1300px) {
	.banner__image {
		flex-basis: 500px;
	}
}
@media (max-width: 768px) {
	.banner__image {
		flex-basis: 50%;
	}
}
@media (max-width: 659px) {
	.banner__image {
		flex-basis: auto;
		padding: 0;
	}
}

.banner__picture {
	position: relative;
	z-index: 2;
}

.banner__background {
	position: absolute;
	right: 16%;
	top: 50%;
	z-index: 1;
	max-width: 84%;
	max-height: 100%;
	transform: translateY(-50%);
}
@media (max-width: 1300px) {
	.banner__background {
		display: none;
	}
}

.banner__content {
	padding: 91px 0 100px;
	flex-basis: 795px;
	display: flex;
	flex-direction: column;
	row-gap: 40px;
	align-items: flex-start;
}
@media (max-width: 768px) {
	.banner__content {
		flex-basis: 50%;
	}
}
@media (max-width: 659px) {
	.banner__content {
		flex-basis: auto;
		padding: 0;
		row-gap: 30px;
	}
}
@media (max-width: 480px) {
	.banner__content {
		row-gap: 20px;
	}
}

.banner__heading {
	position: relative;
}

.banner__border {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 6px;
}
@media (max-width: 1100px) {
	.banner__border {
		bottom: -6px;
		height: 4px;
	}
}
@media (max-width: 480px) {
	.banner__border {
		height: 3px;
	}
}

.banner__text {
	max-width: 650px;
}
/* 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_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 */


/* Start:/local/templates/.default/components/sprint.editor/blocks/.default/styles/my_slider_reviews.css?16789639394608*/
.slider-reviews {
	background: #F3F3F3;
	overflow: hidden;
}

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

.slider-reviews .owl-carousel {
	padding: 50px 0;
}

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

.slider-reviews_heading {
	padding-top: 50px;
}

.slider-reviews_card {
	display: flex;
	flex-wrap: wrap;
	position: relative;
	width: 940px;
}

.slider-reviews_card:before {
	content: "";
	width: 191px;
	height: 140px;
	background-image: url("data:image/svg+xml,%3Csvg width='191' height='140' viewBox='0 0 191 140' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_2511_3145)'%3E%3Cpath d='M84.2647 0V8.75C57.7815 23.8636 40.9286 42.9545 34.5084 66.8182C40.9286 62.8409 47.3487 60.4545 52.9664 60.4545C61.7941 60.4545 69.8193 64.4318 76.2395 71.5909C82.6597 78.75 85.8698 88.2955 85.8698 98.6364C85.8698 110.568 81.8571 120.114 73.0294 128.068C64.2017 136.023 54.5714 140 42.5336 140C30.4958 140 20.063 135.227 12.0378 124.886C4.01261 114.545 0 101.818 0 86.7045C0 65.2273 8.02521 46.1364 24.8782 29.4318C40.9286 11.9318 60.9916 2.38636 84.2647 0ZM188.592 0V8.75C162.109 23.8636 145.256 42.9545 139.639 66.8182C146.059 62.8409 152.479 60.4545 158.097 60.4545C166.924 60.4545 174.95 64.4318 181.37 71.5909C187.79 78.75 191 88.2955 191 98.6364C191 110.568 186.987 120.114 178.962 128.068C170.937 136.023 160.504 140 148.466 140C136.429 140 125.996 135.227 117.971 124.886C109.945 114.545 105.933 101.818 105.933 86.7045C105.933 65.2273 113.958 46.1364 130.811 29.4318C146.059 11.9318 165.319 2.38636 188.592 0Z' fill='white'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_2511_3145'%3E%3Crect width='191' height='140' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	position: absolute;
	top: 50px;
	left: 380px;
	z-index: -1;
}

.slider-reviews_photo {
	width: 340px;
	height: 360px;
	box-sizing: border-box;
	padding: 20px 0 0 20px;
	position: relative;
}

.slider-reviews_photo:before {
	content: "";
	width: calc(100% - 20px);
	height: calc(100% - 20px);
	background: #FFFFFF;
	position: absolute;
	top: 0;
	left: 0;
	border-radius: 20px;
}

.slider-reviews_photo img {
	max-width: 100%;
	border-radius: 20px;
	overflow: hidden;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.slider-reviews_content {
	flex: 1 calc(100% - 340px);
	box-sizing: border-box;
	padding: 90px 0 0 80px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.slider-reviews_footer {
	display: flex;
	flex-direction: column;
	row-gap: 10px;
}

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

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

.slider-reviews .owl-nav .owl-prev, .slider-reviews .owl-nav .owl-next {
	color: transparent;
	width: 51px;
	height: 51px;
	border-radius: 50%;
	position: absolute;
	top: -62px;
	box-shadow: 0 4px 40px rgba(0, 0, 0, 0.08);
	background-repeat: no-repeat;
	background-size: 10px;
}

@media (max-width: 1550px) {
	.slider-reviews_card {
		width: 100%;
	}
}
@media (max-width: 992px) {
	.slider-reviews_card {
		display: block;
	}
	.slider-reviews_photo {
		width: 200px;
		height: 220px;
		float: left;
		margin: 0 20px 20px 0;
	}
	.slider-reviews_content {
		display: block;
		padding: 33px 0 0;
	}
	.slider-reviews_footer {
		row-gap: 5px;
		margin: 5px;
	}
}
@media (max-width: 576px) {
	.slider-reviews_content {
		padding-top: 50px;
	}
	.slider-reviews_card:before {
		right: 0;
		left: auto;
		width: 150px;
		height: 100px;
	}
}
@media (max-width: 480px) {
	.slider-reviews_card:before {
		top: 75px;
	}
	.slider-reviews_content {
		padding-top: 0;
	}
	.slider-reviews_photo {
		float: none;
	}
}
/* End */


/* Start:/local/templates/.default/components/sprint.editor/blocks/.default/styles/my_articles_slider.css?16789639393524*/
.articles-slider {
	padding-top: 20px;
	overflow: hidden;
	background: #F3F3F3;
}

.articles-slider_standard .articles-slider__container.container {
	max-width: 1270px;
}
.articles-slider_standard .articles-slider__card {
	width: 280px;
}

.articles-slider__container.container {
	position: relative;
	max-width: 1670px;
}

.articles-slider__heading {
	padding-right: 150px;
}

.articles-slider .owl-carousel {
	padding: 40px 0 160px;
}

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

.articles-slider__card {
	height: 400px;
	border-radius: 20px;
	overflow: hidden;
	position: relative;
	display: flex;
	align-items: flex-end;
	padding: 30px 30px 37px;
	text-decoration: none;
	transition: all .1s linear;
	width: 380px;
}
@media (min-width: 950px) {
	.articles-slider__card:hover {
		transform: translateY(-20px);
		
	}
}
.articles-slider__card:focus {
	text-decoration: none;
}
.articles-slider__card:before {
	content: "";
	background: radial-gradient(147.28% 122.51% at 0% 88.6%, #000000 0%, rgba(0, 0, 0, 0) 100%);
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}

.articles-slider__image {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	z-index: -2;
}

.articles-slider__content {
	height: 175px;
	overflow: hidden;
	position: relative;
	z-index: 1;
	display: flex;
	flex-direction: column;
	row-gap: 15px;
}

.articles-slider .articles-slider__text,
.articles-slider .articles-slider__title {
	color: #ffffff;
}

.articles-slider .owl-prev {
	right: 87px;
	left: auto;
	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;
}

.articles-slider .owl-next {
	right: 15px;
	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;
}

.articles-slider .owl-prev, .articles-slider .owl-next {
	color: transparent;
	width: 51px;
	height: 51px;
	border-radius: 50%;
	position: absolute;
	z-index: 2;
	top: -20px;
	box-shadow: 0 4px 40px rgba(0, 0, 0, 0.08);
	background-repeat: no-repeat;
	background-size: 10px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.articles-slider .owl-prev:hover, .articles-slider .owl-next:hover {
	color: transparent;
	cursor: pointer;
}

@media (max-width: 480px) {
	.articles-slider__card {
		width: 100%;
		height: 400px;
		padding: 15px;
	}

	.articles-slider .owl-carousel .owl-stage-outer {
		overflow: hidden;
	}

	.articles-slider__heading {
		padding-right: 0;
	}

	.articles-slider .owl-prev, .articles-slider .owl-next {
		bottom: 0;
		top: auto;
	}

	.articles-slider .owl-prev {
		left: 50%;
		margin-left: -61px;
	}

	.articles-slider .owl-next {
		right: 50%;
		margin-right: -61px;
	}

	.articles-slider .owl-carousel {
		padding: 30px 0 70px;
	}
}
/* End */
/* /local/templates/.default/components/sprint.editor/blocks/.default/styles/my_padding.css?167172142234 */
/* /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_partner_logo.css?1678963939260 */
/* /local/templates/.default/components/sprint.editor/blocks/.default/styles/my_numeral_cards.css?16789639391423 */
/* /local/templates/.default/components/sprint.editor/blocks/.default/styles/my_banner.css?16789639391731 */
/* /local/templates/.default/components/sprint.editor/blocks/.default/styles/my_other_advantages.css?16789639392509 */
/* /local/templates/.default/components/sprint.editor/blocks/.default/styles/my_slider_banner.css?16789639394212 */
/* /local/templates/.default/components/sprint.editor/blocks/.default/styles/my_slider_reviews.css?16789639394608 */
/* /local/templates/.default/components/sprint.editor/blocks/.default/styles/my_articles_slider.css?16789639393524 */
