.home_slider_reason{
	width: 100%;
	background: #E9E9E9;
	max-width: 1348px;
	margin: 0 auto;
	overflow: hidden;
	padding: 20px 0 20px 30px;
	display: grid;
	grid-template-columns:  1fr 730px;
  	grid-template-areas:
    	"col1 col3"
    	"col2 col3";
}
.home_slider_reason--col1 { 
	grid-area:col1; 
	padding-right:24px;

}
.home_slider_reason--col2 {
	grid-area:col2; 
	padding-right:24px;
}
.home_slider_reason--col3 {
	grid-area:col3; 
	overflow: hidden;
	padding-bottom:5px;
	padding-left:5px;
	min-height: 0; 
	position: relative;  
}
.home_slider_reason--wrapper {
	background: #FBFBFB;
	border-radius:26.09px;
	box-shadow: 0px 3.37px 3.37px 0px rgba(0, 0, 0, 0.25);
	padding: 46px 17px 24px 27px;
	max-width: 307px;
	display:flex;
	flex-wrap:wrap;

	margin-right:41px;
}

.home_slider_reason--title-big {
	color: #000;
	font: 700 41px / 117% Roboto, Arial, sans-serif;
	
}
.home_slider_reason--title-big span {
	color: #003770;
}
.home_slider_reason--text-big {
	padding-top:12px;
	color: rgba(56, 56, 56, .55);
	font: 400 16px / 100% Roboto, Arial, sans-serif;
}
.home_slider_reason--col2 .btn.btn-default {
	margin-top:35px; 
	box-shadow: 0px 4.76px 4.76px 0px rgba(0, 0, 0, 0.25);
	border-radius: 23.87px;
	font: 500 15px / 100% Roboto, Arial, sans-serif;
	text-transform: none;
	padding:15px 21px;
}
.home_slider_reason--img {
	background: rgba(217, 217, 217, 1);
	box-shadow: 0px 0.84px 14.73px 0px rgba(0, 0, 0, 0.25);
    	align-items: center;
	width: 80px;
    	height: 80px;
    	border-radius: 50%;
    	display: flex;
    	justify-content: center;
	padding: 11px;
}
.home_slider_reason--img img {
	width: 100%;
    	height: auto;
	
}
.home_slider_reason--title {
	color: #383838;
	font: 700 20px / 100% Roboto, Arial, sans-serif;
	width: calc(100% - 80px);
padding-top:11px;
}
.home_slider_reason--text {
	color: #383838;
	font: 400 15px / 100% Roboto, Arial, sans-serif;
	width: 100%;
	padding: 12px 40px 0 0;
}

.swiper-art-2 {
	position: relative;
	margin-right:0;
	padding-right:68px;
}
.swiper-art-2 .swiper-button-next svg{
	width: 21px;
        height: 12px;

}
.swiper-art-2 .swiper-button-next {
	height: calc(100% + 10px);
    	right: 0;
    	background: #E9E9E9;
    	top: 20px;
    	bottom: 0;
    	width: 82px;
	justify-content:end;
	padding-right:27px;
}
.swiper-art-2 .swiper-button-next:after {
    	content: ' ';
	font-size:0px;
	display:none;
}
@media (min-width: 992px) and (max-width: 1350px) {
    .home_slider_reason {
        margin-left: 30px;
        margin-right: 30px;
grid-template-columns:  1fr 574px;
width: calc(100% - 60px);
    }
.home_slider_reason--title-big {
	font: 900 31px / 117% Roboto, Arial, sans-serif;
}
.home_slider_reason--text-big {
	padding-top:21px;
	font: 400 13px / 100% Roboto, Arial, sans-serif;
}
.home_slider_reason--col2 .btn.btn-default {
	margin-top:24px;
	font: 500 12px / 100% Roboto, Arial, sans-serif;
	padding:10px 8px;
	border-radius: 18.38px;
}
.home_slider_reason--wrapper {
	border-radius:20px;
	padding: 38px 16px 22px 22px;
	max-width: 236px;
	
	margin-right:31px;
}
.home_slider_reason--title {
	font: 700 16px / 100% Roboto, Arial, sans-serif;
	width: calc(100% - 62px);
padding-top:9px;
}
.home_slider_reason--img {
	box-shadow: 0px 0.64px 11.29px 0px rgba(0, 0, 0, 0.25);
	width: 62px;
    	height: 62px;
	padding: 9px;
}
.home_slider_reason--text {
	font: 400 13px / 100% Roboto, Arial, sans-serif;
	padding: 12px 31px 0 0;
}
.swiper-art-2 .swiper-button-next {
	right: 0px;
	width: 42px;
}
.swiper-art-2 {
	position: relative;
	margin-right:0;
	padding-right:32px;
}
}

@media (max-width: 991px) {
    .home_slider_reason {
        margin-left: 0;
        margin-right: 0;
	padding: 36px 0 50px 50px;
	grid-template-columns:  1fr;
  	grid-template-areas:
    	"col1"
    	"col3"
	"col2";
}
.home_slider_reason--title-big {
	text-align:center;
	font: 700 38px / 117% Roboto, Arial, sans-serif;
	padding-bottom:33px;
}
.home_slider_reason--col1,
.home_slider_reason--col2 {
	padding-right:50px;
	text-align:center;
}
.home_slider_reason--text-big,
.swiper-art-2 .swiper-button-next {display:none;}
.swiper-art-2 {padding-right:0px;}
.home_slider_reason--wrapper {
	border-radius:36px;
	padding: 68px 29px 40px 40px;
	/*max-width: 426px;*/
	max-width:none;
	margin-right:17px;
}
.home_slider_reason--title {
	font: 700 23px / 100% Roboto, Arial, sans-serif;
	width: calc(100% - 110px);
padding-top:16px;
}
.home_slider_reason--text {
	font: 400 19px / 100% Roboto, Arial, sans-serif;
	width: 100%;
	padding: 24px 55px 0 0;
}
.home_slider_reason--img {
	box-shadow: 0px 1.16px 20.34px 0px rgba(0, 0, 0, 0.25);
	width: 110px;
    	height: 110px;
	padding: 16px;
}

.home_slider_reason--col2 .btn.btn-default {
	margin-top:33px;
	font: 500 25px / 100% Roboto, Arial, sans-serif;
	padding:10px 8px;
	border-radius: 34.47px;
	box-shadow: 0px 6.87px 6.87px 0px rgba(0, 0, 0, 0.25);
	max-width:435px;
	white-space: wrap;
}
}
@media (max-width: 767px) {
    .home_slider_reason {
        margin-left: 0;
        margin-right: 0;
	padding: 20px 0 27px 20px;
    }
.home_slider_reason--title-big {
	font: 700 26px / 117% Roboto, Arial, sans-serif;
	padding-bottom:23px;
}
.home_slider_reason--col1,
.home_slider_reason--col2 {
	padding-right:20px;
}
.home_slider_reason--wrapper {
	border-radius:21px;
	padding: 40px 17px 24px 24px;
	/*max-width: 247px;*/
max-width:none;
	
	margin-right:10px;
box-shadow: 0px 2.7px 2.7px 0px rgba(0, 0, 0, 0.25);
}
.home_slider_reason--title {
	font: 700 15px / 100% Roboto, Arial, sans-serif;
	width: calc(100% - 64px);
padding-top:9px;
}
.home_slider_reason--text {
	font: 400 12px / 100% Roboto, Arial, sans-serif;
	width: 100%;
	padding: 14px 32px 0 0;
}
.home_slider_reason--img {
	box-shadow: 0px 1.16px 20.34px 0px rgba(0, 0, 0, 0.25);
	width: 64px;
    	height: 64px;
	padding:9px;

}
.home_slider_reason--col2 .btn.btn-default {
	margin-top:25px;
	font: 500 16px / 100% Roboto, Arial, sans-serif;
	padding: 8px;
	border-radius: 21.55px;
	box-shadow: 0px 4.3px 4.3px 0px rgba(0, 0, 0, 0.25);
	width:272px;
	white-space: wrap;
}
}