.fnc-slider_wrapper{
	display: flex;
    flex-direction: row;
}

.fnc-slider{
 height: 458px; 
    width: 612px;
	position: relative;
	margin: 0
}
.fnc-slider_wrapper{
	position: relative
}

.fnc-slider_wrapper::after{
	content: ' ';
    position: absolute;
    left: -100%;
    height: 100%;
    width: 100%;
    top: 0;
    background: #F5F8FB;
    display: block;
}

.fnc-slide{
	position: relative
}

.fnc-slide__content{
	position: absolute;
	bottom: 13px;
	right: 45px;
	width: 60%;
	height: auto;
	z-index:3;
}

.fnc-slide__content .fnc-slide__heading-line{
		color: #FFF;
text-align: right;
font-family: Roboto;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 24px;
	opacity: 0.5;
}



/* .fnc-slider__slides{
    max-height: 458px;
} */

.fnc-nav__controls{
	    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: space-between;
}
.fnc-nav{
    width:624px
}

.fnc-slide__inner {
   	max-height: 100%;
    display: flex;
    height: 100%;
}

.fnc-nav__control{
	color: #000;
	font-family: Montserrat-Light;
	font-size: 18px;
	line-height: 23px;
	width: 514px;
    height: 140px;
    border-radius: 0px 20px 20px 0px;
    background: #F5F5F5;
	padding: 32px 43px 32px 43px;
	display: flex;
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
}

.fnc-nav__control span{
	font-family: Roboto;
	margin-bottom: 14px;
	font-size: 22px;
	font-style: normal;
	font-weight: 500;
}

.fnc-nav__control.m--active{
	color: #fff;
	background: #FF3838;
}

.fnc-nav__controls .fnc-nav__control:nth-child(1){
	width: 514px;
}

.fnc-nav__controls .fnc-nav__control:nth-child(2){
	width: 573px;
}

.fnc-nav__controls .fnc-nav__control:nth-child(3){
	width: 624px;
}

@media only screen and (max-width: 1200px){
	.fnc-slider .swiper-buttons__about-company {
		 display: flex;
	}
}


@media(max-width: 1250px){
	
	.fnc-slider {
		height: 458px;
		width: 100%;
		position: relative;
		margin: 0;
	}
	
	.fnc-nav {
		width: 100%;
	}
	
	
	.fnc-nav__controls .fnc-nav__control:nth-child(1){
		width: 100%;
	}

	.fnc-nav__controls .fnc-nav__control:nth-child(2){
		width: 100%;
	}

	.fnc-nav__controls .fnc-nav__control:nth-child(3){
		width: 100%;
	}
	
	.fnc-nav__control{
		width: 100%
	}
	
	.fnc-nav__control{
		font-size: 16px;
		line-height: 26px;
		padding: 22px 17px 17px 22px;
	}

	.fnc-nav__control span{
		margin-bottom: 8px;
		font-size: 18px;
	}
}

@media(max-width: 768px){
	.fnc-slider_wrapper {
		flex-direction: column;
		gap: 36px
	}
	.fnc-slider{
		margin: 0;
		height: 273px;
		width: 100%
	}
	
	.fnc-slide__inner {
		max-height: 100%;
		display: flex
	}
	
	.fnc-slide__image {
    max-height: 100%;
}
	
	.fnc-nav__controls .fnc-nav__control {
		width: 100%!important;
		max-width: 100%;
	}

	.fnc-slide__image img{
		max-height: 100%
	}
	
	.fnc-nav {
		width: 100%;
	}
	
	.fnc-nav__controls {
		gap: 13px
	}
	
	
	.fnc-nav__control{
		font-size: 14px;
		line-height: 23px;
		padding: 18px 15px 15px 17px;
		height: auto;
    	min-height: 110px;
	}

	.fnc-nav__control span{
		margin-bottom: 8px;
		font-size: 16px;
	}
	
}