#case-sec{
	transition: .5s all;
	padding: 50px 0 ;
}
#case-sec .img-block{
	position: relative;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	border-radius: 20px;
	padding: 41px 36px 185px 49px;
	margin: 0 -15px;
	overflow: hidden;
}

.case-sec__slider .splide__arrows {
    top: auto;
    bottom: 20px;
	width: auto;
}

.case-sec__img-col{
	position: relative;
	display: -webkit-flex;
}
#case-sec .img-block::before{
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: rgba(36,54,104,.68);
}
#case-sec .img-block__title,
#case-sec .img-block__desc{
	position: relative;
	z-index: 2;
	font-weight: 700;
}
#case-sec .img-block__title{
	margin: 0 0 20px;
	color: #FFF;
    font-family: Montserrat;
    font-size: 34px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
}
#case-sec .img-block__desc{
	display: block;
	font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    color: #fff;
}
.case-sec__slider-col{
	margin-top: -150px;
}
.splide__list{
	display: flex;
	display: -webkit-flex;
}
.case-sec__slider{
	position: relative;
	padding-bottom: 70px;
}
.case-sec__slide {
    padding: 11px;
    height: 100%;
}
.case-sec__slide-container{
	border-radius: 17px;
	padding: 56px 30px;
	text-align: center;
	min-height: 100%;
	position: relative;
    background: #FFF;
    box-shadow: 0 4px 14.8px 0 rgba(0, 0, 0, 0.16);
}
.case-sec__slide-container .orange-btn{
	padding: 0 15px;
}
.case-sec__btn-block{
	width: 100%;
	text-align: center;	
    margin: 0 auto;
}

.case-sec__logo{
	width: 189.5px;
    height: 56.146px;
    margin:  0 auto;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
}
.case-sec__slide-text{
	text-align: center;
    font-family: "Work Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 30px;
    display: block;
}



@media screen and (min-width: 992px){
    .case-sec__slider-col{
		margin: 0;
	}
	.case-sec__slider{
		padding-top: 70px;
	}
	#case-sec .img-block{
		margin-right: -100px;
		padding: 0 168px 0 calc((98vw - 930px) / 2 + 15px);
		margin-left: calc((930px - 100vw) / 2);
		display: flex;
		display: -webkit-flex;
		flex-direction: column;
		-webkit-flex-direction: column;
		justify-content: center;
		-webkit-justify-content: center;
	}
	#case-sec .splide__arrows{
		padding-left: 100px;
	}
	#case-sec .splide__arrow--next{
		float: none;
		margin-left: 15px;
	}
}
@media screen and (min-width: 1200px){
    #case-sec{
		position: relative;
	}
	#case-sec .img-block{
	    padding: 0 138px 0 calc((98vw - 1110px) / 2);
    	margin-left: calc((1110px - 100vw) / 2);
		margin-right: -30px;
	}
	.case-sec__slider{
		width: calc(100% + 100px);
		margin-left: -100px;
		padding: 88px 0;
	}
	#case-sec .splide__arrows{
		padding-left: 130px;
		bottom: 20px;
	}
}

@media screen and (min-width: 1400px){
    #case-sec::before{
		right: calc(50% - 670px);
	}
}
@media screen and (min-width: 1650px){

    .case-sec__slide-container .orange-btn{
		padding: 0 25px;
	}
	.case-sec__logo{
		padding-bottom: 50%;
	}
    .case-sec__slide-container{
		padding: 0 40px 85px;
	}
	.case-sec__img-col{
		-ms-flex: 0 0 30%;
		flex: 0 0 30%;
		max-width: 30%;
	}
	.case-sec__slider-col{
		-ms-flex: 0 0 70%;
		flex: 0 0 70%;
		max-width: 70%;
	}
	#case-sec::before{
		right: calc(50% - 835px);
		bottom: 24px;
		width: 185px;
		height: 185px;
		background-size: 16px 16px;
	}
}


@media ( max-width: 650px ) {
	#case-sec {
		padding: 50px 0;
	}
}