html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6,
p, blockquote, pre, a, abbr, acronym, 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;
}
*
{
	box-sizing: border-box;
}
body
{
	font-family: 'verdana', sans-serif;
	font-size: 14px;
	line-height: 1.5;
}
h1, h2, h3, h4, h5, h6 
{
  font-family: 'anton', sans-serif;
  font-weight: normal;
  letter-spacing: 2px;
  line-height: 1;
}
.row::after
{
	display: block;
	content: "";
	clear: both;
}
[class*="col-"]
{
	float: left;
	padding: 15px;
	margin-bottom: 50px;
}
.col-1
{
	width: 8.33%;
}
.col-2
{
	width: 16.66%;
}
.col-3
{
	width: 25%;
}
.col-4
{
	width: 33.33%;
}
.col-5
{
	width: 41.66%;
}
.col-6
{
	width: 50%;
}
.col-7
{
	width: 58.33%;
}
.col-8
{
	width: 66.66%;
}
.col-9
{
	width: 75%;
}
.col-10
{
	width: 83.33%;
}
.col-11
{
	width: 91.66%;
}
.col-12
{
	width: 100%;
}
#wrapper
{
	margin: 0 auto;
	padding: 0;
	max-width: 1920px;
	width: 100%;
}
.row
{
	margin-top: 80px;
	margin-bottom: 80px;
	padding-left: 10%;
	padding-right: 10%;
}
.row, header, footer, main
{
	float: left;
	width: 100%;
}
.row.top 
{
  margin: 0;
  background-color: rgba(255,255,255);
  display: table;
}
.row.top .col-4, .row.top .col-8 
{
  display: table-cell;
  vertical-align: middle;
  float: none;
}
p
{
	margin: 0;
	padding: 0;
	font-size: 14px;
	line-height: 1.5;
}
a
{
	color: inherit;
	text-decoration: none;
}
img
{
	display: block;
	margin: 0 auto;
	padding: 10px;
	max-width: 100%;
}
header
{
	margin-bottom: 60px;
	background-image: url('img/baner.jpg');
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
}
header span
{
	display: block;
	text-align: center;
}
.top .button
{
	display: inline;
}
.logo 
{
  float: left;
}
nav
{
	float: left;
	position: relative;
	height: auto;
	width: 100%;
	z-index: 999999;
}
nav ul
{
	float: right;
}
nav li
{
	display: inline-block;
	margin: 0 auto;
	padding: 0 15px;
	list-style-type: none;
}
nav li a
{
	text-align: center;
	font-weight: normal;
}
nav > ul > li:first-child
{
	display: none;
}
.right
{
	float: right !important;
}
.hamburger
{
	display: none;
}
h1
{
	margin: 25px 0;
	font-size: 42px;
	text-align: center;
}
h2
{
	margin: 25px 0;
	font-size: 20px;
	text-align: center;
}
h3
{
	margin: 25px 0;
	font-size: 36px;
	text-align: center;
}
h4
{
	margin: 25px 0;
	font-size: 30px;
	text-align: center;
}
h5
{
	margin: 25px 0;
	font-size: 24px;
	text-align: center;
}
h6
{
	margin: 25px 0;
	font-size: 14px;
	text-align: center;
}
.baner p 
{
  color: #fff;
  width: 25%;
}
.baner h1 
{
  text-align: left;
  color: #ffffff;
}
.button 
{
	display: inline-block;
	padding: 10px 40px;
	margin: 50px 0;
	font-size: 14px;
	border-radius: 10px;
	background-color: #f73859;
	color: #fff;
}
.link
{
	display: block;
	font-size: 14px;
	text-align: center;
	color: #f73859;
}
#section-2, #section-4
{
	display: table;
}
#section-2 p
{
	text-align: center;
}
#section-2 .button, #section-3 .button, #section-4 .button
{
	display: table;
	margin: 50px auto;
}
#section-2 img
{
	padding: 0;}
#section-2 .col-6, #section-4 .col-6 
{
	display: table-cell;
	float: none;
	width: 50%;
	vertical-align: middle;
}
#section-3
{
	background-color: #1d2a3b;
}
#section-3 h4
{
	text-transform: uppercase;
	color: #ffffff;
}
#section-4 img
{
	padding: 0;
}
#section-4 p
{
	text-align: center;
}
footer
{
	background-color: #1d2a3b;
	color: #fff;
}
.socket h5
{
	margin: 25px 0 50px;
	text-transform: uppercase;
}
.socket p, .socket li
 {
	font-size: 14px;
	text-align: center;
	list-style-type: none;
}
.socket img 
{
  display: block;
  margin: 25px auto;
}
.socket .button
{
	display: block;
	margin: 0;
}
@media screen and (max-width: 1024px)
{
	.baner p
	{
		width: 100%;
	}
}
@media screen and (max-width: 768px)
{
	[class*="col-"]
	{
		width: 100% !important;
		display: block !important;
	}
	.col-8 nav
	{
		position: fixed;
		display: none;
		padding: 20px;
		top: 0;
		right: 0;
		height: 100%;
		width: 200px;
		z-index: 3;
		overflow: auto;
		background-color: #000000;
		color: #fff;
	}
	.col-8  nav ul li:first-child
	{
		display: block;
	}
	.col-8  nav > ul > li:first-child a
	{
		color: red;
	}
	.col-8  nav li
	{
		display: block;
		padding: 10px;
		border-bottom: 1px solid #ccc;
		list-style-type: none;
		text-align: left;
	}
	.hamburger
	{
		position: fixed;
		right: 40px;
		top: 40px;
		display: block;
		float: right;
		padding: 10px;
		text-align: center;
		border: 2px solid rgb(228, 179, 6);
		border-radius: 5px;
		background-color: #fff;
	}
}