.banners{
	background-color:#DCDDDE66;
}

.banners .made-in:before{
	position:absolute;
	content:"СДЕЛАНО В РОССИИ";
	text-align:center;
	padding:10px 15px;
	right:70px;
	top:70px;
	border:3px solid #ed1c24;
	color:#ed1c24;
	display:block;		
	width:140px;
	font-weight:800;
	font-size:20px;
	line-height:30px;
	z-index:1;
}

.banners .carousel-item{
	padding:50px 60px 30px 60px;
}

.banners .carousel-item .img img{		
	max-width:100%;				
}
	
.banners .carousel-item .h{
	font-weight: 800;
	font-size: 48px;
	line-height: 70px;
	text-transform: uppercase;
	color: #000000;
}

.banners .carousel-item .p{		
	max-width: 520px;
	font-weight: 400;
	font-size: 32px;
	line-height: 50px;
	min-height:300px;
	color: #000000;		
}

@media (max-width: 1199.99px){
	.banners .carousel-item{
		padding:50px 50px;
	}
	
	.banners .carousel-item .h{
		font-size: 32px;
		line-height: 45px;
	}
	
	.banners .carousel-item .p{
		font-size: 20px;
		line-height: 30px;
		min-height:200px;
	}
	
	.banners .carousel-item .btn{
		font-size: 16px;
		padding:15px 20px;
	}
	
	.banners .made-in:before{
		padding:10px 12px;
		right:50px;
		top:50px;
		border:2px solid #ed1c24;
		width:115px;
		font-size:16px;
		line-height:20px;			
	}
			
}	

@media (max-width: 990.99px){
	.banners .carousel-item .img{
		position:relative;
		top:auto;
		right:auto;
		margin-top:0px;
	}
	
	.banners .carousel-item .btn{
		width:100%;
	}
	
	.banners .carousel-indicators{			
		margin-bottom:-10px
	}
	
	.banners .made-in:before{
		display:none;
	}
	
	.banners .carousel-item{
		padding:30px 3px 0px 3px;
		margin-bottom:70px;
	}
	
	.banners .carousel-item{
		
	}		
	
	.banners .carousel-item .img,
	.banners .carousel-item .h,
	.banners .carousel-item p{		
		text-align:center;
		width:100%;			
	}
	
	.banners .carousel-caption .img{
		right:auto;
		top:auto;
		position:relative;
	}
}