.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-d{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	margin-top: 20px;
	background: white;
	padding: 20px;
	padding-left: 40px;
	padding-bottom: 48px;
	-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{
	position: relative;
	height: 32px;
	padding: 14px 0;
	margin: 17px 0;
	width: 390px;
}
.features-container-big{
	position: relative;
	height: 59px;
	margin: 17px 0;
	width: 390px;
}
.features-icon{
	left:0;
	top:10px;
	position:absolute;
}
.features-text-container{
	width:100%;
	overflow: hidden;
	padding-left:75px;
	box-sizing: border-box;
}
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:600px){
	.h-hp{
		font-size:5vw;
	}
}
@media only screen and (max-width:540px){
	.features-container{
		width:270px;
		padding:5px 0;
	}
	.features-container-big{
		width:270px;
		padding:5px 0;
	}
	.features-icon{
		width: 40px;
	}
	.features-text-container{
		padding-left: 50px;
	}
	.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;
	}
}