@charset "UTF-8";
@import url('https://fonts.googleapis.com/css?family=Roboto:400,700,700i&subset=cyrillic,cyrillic-ext');
*{
  	margin: 0;
	padding: 0;
	font-family:'RobotoIgromag','Roboto',sans-serif;
	-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
html {color:#333; height:100%;}
a{color:#333;}
a img{text-decoration:none; border:0;}
input, textarea, a{outline:none;}

body {
	font-size: 12px;
	height: 100%;
}

.wrapper {
	background:#ffffff;
	min-width: 320px;
	max-width: 1000px;
	margin: 0 auto;
	min-height: 100%;
	height: auto !important;
	height: 100%;
    position: relative;
}

@media only screen and (min-width: 660px) {
	body {font-size: 14px;}
}
@media only screen and (max-width:659px) and (min-width:550px) {
   	body {font-size: 13px;}
}​

/* Header
-----------------------------------------------------------------------------*/
.header {
	background: #FFF;
}

/* Middle
-----------------------------------------------------------------------------*/
.content {
	padding: 0 0 100px;
}


/* Footer
-----------------------------------------------------------------------------*/
.footer {
	margin: -100px auto 0;
	min-width: 335px;
	max-width: 1000px;
	height: 99px;
	border-top:#CCCCCC solid 1px;
	position: relative;
	overflow: hidden;
	text-align:center;
}

@media only screen and (min-width: 320px) {
 
}