.fc{
	width:100%;
	background:white;
	overflow:hidden;
	margin-top:20px;
	-webkit-box-shadow: 2px 2px 6px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 2px 2px 6px 0px rgba(0,0,0,0.75);
	box-shadow: 2px 2px 6px 0px rgba(0,0,0,0.75);
}
.fc-l{
	float:left;
	width:50%;
	vertical-align:center;
	animation-name: FadeOut;
	animation-duration: 1s;
}
.fc-r{
	float:right;
	width:50%;
	animation-name: FadeOut;
	animation-duration: 1.5s;
}
.container{
	max-width:1200px;
	margin:auto;
}
.h-hp{
	margin-top:15%;
	margin-left:5%;
	font-size:6vw;
	text-decoration:uppercase;
	color:#e31e24;
	letter-spacing: 3px;
}
.h-hp-o{
	margin-top:7%;
}
.a-fc{
	display:block;
	color:#363636;
	text-decoration:none;
	border: 6px solid #e31e24;
	border-radius: 6px;
	padding: 1.5% 0;
	width:40%;
	text-align:center;
	margin-top:20px;
	margin-bottom:10px;
	margin-left:5%;
	font-size:1.5vw;
}

.fc-l2{
	float:left;
	width:50%;
	vertical-align:center;
	animation-name: FadeOut;
	animation-duration: 1s;
	padding-top:10px;
}
.fc-r2{
	float:right;
	width:50%;
	animation-name: FadeOut;
	animation-duration: 1.5s;
	padding-top:10px;
}
.h-f{
	color:#e31e24;
	font-size:15px;
	float:left;
	display:block;
	width:100%;
}
.f-c{
	float:left;
	margin-left:20px;
}
.fc-c{
	overflow:hidden;
	padding:10px;
}
.fc-r-block{
	display:block; 
	overflow:hidden;
	width: 340px;
    margin: auto;
	margin-bottom:10px;
}
.fc-r-block img{
	width:50px;	
}
.features-big-container{
	max-width:900px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.features-d{
	display: flex;
	justify-content: center;
	box-sizing: border-box;
	width:100%;
	margin-top: 20px;
	background: white;
	padding: 30px;
	-webkit-box-shadow: 2px 2px 6px 0px rgba(0,0,0,0.4);
	-moz-box-shadow: 2px 2px 6px 0px rgba(0,0,0,0.4);
	box-shadow: 2px 2px 6px 0px rgba(0,0,0,0.4);
}
.features-container{
	padding:10px 0;
	width: 360px;
	display: flex;
	align-items: center;
	justify-content: flex-start;
}
.features-icon{
	margin-left:10px;
}
.features-text-container{
	padding-left:10px;
}
h3{
	font-size:15px;
}
@media only screen and (min-width:1250px){
	.h-hp{
		font-size: 74px;
	}
}
@media only screen and (max-width:910px){
	.a-fc{
		border:4px solid #e31e24;
	}
}
@keyframes FadeOut {
  0% {
    opacity: 0;
	padding-top:40px;
  }
  100% {
    opacity: 1;
  }
}
@media only screen and (max-width:810px){
 .features-big-container{
	 justify-content: center;
 }
}
@media only screen and (max-width:600px){
	.h-hp{
		font-size:5vw;
	}
}
@media only screen and (max-width:540px){
	.features-container{
		width:270px;
		padding:5px 0;
	}
	.features-icon{
		width: 40px;
	}
	.h-f{
		font-size:10px;
	}
	h3{
		font-size:9px;
	}
	.a-fc{
		font-size: 12px;
		border: 2px solid #e31e24;
		border-radius:4px;
	}
}
@media only screen and (max-width:400px){
	h3{
		font-size:9px;
	}
}