@font-face {
    font-family: "Lato-Black";
    src: url("../fonts/Lato-Black.eot");
    src: url("../fonts/Lato-Black.eot?#iefix")format("embedded-opentype"),
    url("../fonts/Lato-Black.woff") format("woff"),
    url("../fonts/Lato-Black.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul, li {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a{
	text-decoration:none;
}
*{
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	}
.clear:before,
.clear:after{
	content:'';
	display:table;
	}	
.clear:after{
	clear:both;
	}		
/**************
END RESETT CSS
****************/
body{
	width:100%;
	background:#fff url(img/bg.png);
	font-family:'Lato', sans-serif;
	}
.container{
	background-color:transparent;
	width:90%;
	max-width:1000px;
	margin:0 auto;
	padding:20px 0;
	}	
@media screen and (max-width:768px){
	.container{
		width:98%;
		}
	}	
.container header{
	text-align:center;
	width:90%;
	margin:0 auto;
	}	
.container header img{
	width:100%;
	height:auto;
	}
.top-block{
	text-align:center;
	color:#30101a;
	font-size:17px;
	line-height:24px;
	font-weight:400;
	margin-top:30px;
	}
@media screen and (min-width:769px) and (max-width:1024px){
	.top-block{
		font-size:15px;
	    line-height:22px;
		}
	}	
@media screen and (max-width:768px){
	.top-block{
		font-size:14px;
	    line-height:20px;
		margin-top:20px;
		}
	}		
.top-block .agree{
	text-align:center;
	font-family:"Lato-Black", sans-serif;
	margin-top:45px;
	font-size:38px;
	font-weight:bold;
	}
@media screen and (min-width:481px) and (max-width:768px){
	.top-block .agree{
		font-size:32px;
		margin-top:40px;
		}
	}
@media screen and (max-width:480px){
	.top-block .agree{
		font-size:24px;
		margin-top:30px;
		}
	}			
.top-block .agree span{
	color:#444;
	}	
.top-block .agree a{
	color:#35aef0;
	text-decoration:underline;
	}
@media screen and (max-width:480px){
	.top-block .agree a{
		display:block;
		text-align:center;
		margin-top:10px;
		}
	}		
.top-block .agree a:hover{
	text-decoration:none;
		}	
.scroll-block{
	margin-top:40px;
	text-align:center;
	}
@media screen and (min-width:481px) and (max-width:768px){
	.scroll-block{
		margin-top:30px;
		}
	}
@media screen and (max-width:480px){
	.scroll-block{
		margin-top:20px;
		}
	}			
.scroll-block h2{
	font-size:16px;
	font-weight:400;
	color:#646464;
	margin-bottom:20px;
	}	
@media screen and (max-width:768px){
	.scroll-block h2{
		font-size:14px;
		margin-bottom:15px;
		}
	}	
.scroll-block .scroll{
	width:100%;
	height:350px;
	padding:30px 25px 0 25px;
	border:1px solid #d6d6d6;
	font-size:14px;
	line-height:16px;
	color:#646464;
	overflow-x: scroll;
    overflow-y: scroll;
	text-align:left;
	background-color:#fff;
	}
@media screen and (min-width:481px) and (max-width:768px){
	.scroll-block .scroll{
		height:300px;
		padding:25px 20px 0 20px;
		}
	}
@media screen and (min-width:321px) and (max-width:480px){
	.scroll-block .scroll{
		height:250px;
		padding:15px 10px 0 10px;
		}
	}
@media screen and (max-width:320px){
	.scroll-block .scroll{
		height:200px;
		padding:10px 5px 0 5px;
		}
	}					
.scroll-block .scroll p{
	margin-bottom:20px;
	}
@media screen and (max-width:768px){
	.scroll-block .scroll p{
	margin-bottom:10px;
	}
	}		
.scroll-block .enter{
	margin-top:35px;
	font-size:60px;
	font-family:"Lato-Black", sans-serif;
	font-weight:bold;
	}	
@media screen and (min-width:321px) and (max-width:768px){
	.scroll-block .enter{
		font-size:52px;
		}
	}	
@media screen and (max-width:320px){
	.scroll-block .enter{
		font-size:45px;
		}
	}	
.scroll-block .enter span{
	color:#444;
	}	
.scroll-block .enter a{
	text-transform:uppercase;
	color:#55d218;
	text-decoration:underline;
	}	
@media screen and (max-width:768px){
	.scroll-block .enter a{
		display:block;
		text-align:center;
		margin-top:15px;
		}
	}	
.scroll-block .enter a:hover{
	text-decoration:none;
	}	
.scroll-block .exit{
	margin-top:30px;
	font-size:16px;
	font-family:"Lato-Black", sans-serif;
	font-weight:bold;
	}	
.scroll-block .exit span{
	text-transform:uppercase;
	color:#838383;
	}	
.scroll-block .exit a{
	color:#f95f8a;
	text-transform:uppercase;
	text-decoration:underline;
	font-weight:400;
	}	
.scroll-block .exit a:hover{
	text-decoration:none;
	}		
footer{
	margin-top:80px;
	text-align:center;
	font-size:14px;
	line-height:18px;
	color:#4b4b4b;
	}
@media screen and (max-width:768px){
	footer{
		margin-top:40px;
		font-size:12px;
	    line-height:14px;
		}
	}		
footer p a{
	color:#00a4ff;
	}	
footer p a:hover{
	text-decoration:underline;
	}
	
footer .vendo{
	margin:25px 0 30px 0;
	display:block;
	}
@media screen and (max-width:768px){
	footer .vendo{
	margin:15px 0 20px 0;
	}
	}		
footer .vendo span a{
	text-transform:uppercase;
	color:#ff1f64;
	}	
