@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css?family=Lato:100,300,400,700,900');
@import url('https://fonts.googleapis.com/css?family=Pacifico');
*{ padding:0; margin:0;font-family: 'Lato', sans-serif; line-height:20px; box-sizing:border-box;}
body{ background:#f3f3f3  no-repeat center center fixed; background-size:cover;}
a{ text-decoration: none;}
img{ max-width:100%; height:auto;}
.logo{font-family: 'Pacifico', cursive; line-height:100%; margin-bottom:50px; font-size:90px; color:#fff;}
.logo{ text-transform:uppercase}
body{color:#fff; background:#fff no-repeat center center fixed}
.wraper{ max-width:1200px; margin:0 auto; padding:0 15px;} 
.c-row{ margin:0 -15px;}
.c-row:after,.c-row:before{ clear: both; content:""; display: block;}
.col-6{ float:left; width:50%; padding:0 15px;}
header{ margin-top:30px; }
.c-support{ float:right; color:#222; font-size:20px; padding-left:50px; position:relative;}

.c-support img{position: absolute;left: 0;top: -11px;
}
.c-con-wrper{ background: #191717;
padding-top: 189px;
width: 30%;
margin: auto;
text-align: center;
padding: 5%;}

.c-con-wrper h1{line-height:100%; margin-bottom:50px; font-size:39px; color:#fcdfc3;}
.c-con-wrper p{  font-size:22px; margin-bottom:30px;}
.c-con-wrper  a{ display:inline-block; font-size:20px; padding:15px 40px 15px 40px; background:#460104; border:2px solid #600408 ; border-radius:30px; font-weight:bold; color:#fff;
text-transform:uppercase; transition:0.5s;-webkit-transition:0.5s; margin-bottom:20px;
}
.c-con-wrper  a:hover{ background:#d82129;}


@media only screen and (max-width: 991px) {
.c-con-wrper{ width: 100%;}
.c-con-wrper h1{ font-size:45px; margin-bottom:25px;}
.c-con-wrper p{ margin-bottom:15px; font-size:18px;}
}

@media only screen and (max-width: 767px) {
	.col-6{ width:100%;}
	header{ text-align:center;}
	.c-support{ margin-top:20px; display:inline-block; float: none;}
	.c-con-wrper{ padding-top:80px;}
	.c-con-wrper h1{ font-size:30px;}
	.c-con-wrper a{ font-size:15px; padding:10px 20px;}
}