body {
	margin: 0;
	padding: 0;
	background: url("../images/bg.jpg") no-repeat top center;
	background-size: cover;
}

.main {
	width: 1230px;
	height: auto;
	display: table;
	margin: 0 auto;
}

.left {
	float: left;
	width: 100%;
}

.right {
	float: right;
	width: 100%;
}

header {
	width: 100%;
	height: auto;
	display: flex;
	margin-top: 71px;
}

header .left {
	font-family: Roboto;
	font-style: normal;
	font-weight: normal;
	font-size: 24px;
	line-height: 28px;
	width: 100%;
	text-align: left;

	color: #FFFFFF;
}

header .right a {
	width: 35px;
	height: 36px;
	border-radius: 255px;
	opacity: 0.8;
	transition: opacity 0.2s;
	margin-left: 26.5px;
	float: right;
}

header .right a.inst {
	background: url("../images/inst.png") no-repeat top center;
}

header .right a.vk {
	background: url("../images/vk.png") no-repeat top center;
}

header .right a.facebook {
	background: url("../images/facebook.png") no-repeat top center;
}

header .right a:hover {
	opacity: 1;
}

#conteiner {
	margin: 150px auto 0;
	width: auto;
	height: auto;
	display: table;
}

#conteiner img {
	margin: 0 auto 20px;
	display: block;
}

#conteiner h1 {
	font-family: Roboto;
	font-style: normal;
	font-weight: normal;
	font-size: 48px;
	line-height: 56px;

	color: #FFFFFF;
	text-align: center;
	margin: 0;
	padding: 0;
	margin-top: 10px;
}

#conteiner .buttom {
	width: 324.97px;
	height: 60.38px;
	display: block;
	margin: 80px auto 0;

	border: 1px solid rgba(255, 255, 255, 0.8);
	box-sizing: border-box;
	font-family: Roboto;
	font-style: normal;
	font-weight: normal;
	font-size: 24px;
	line-height: 58px;

	color: rgba(255, 255, 255, 0.8);
	text-decoration: none;
	text-align: center;
	transition: color 0.2s, border 0.1s;
}

#conteiner .buttom:hover {
	color: rgba(255, 255, 255, 1);
	border: 3px solid rgba(255, 255, 255, 1);
}

#conteiner .mobile {
	display: none;
}

#conteiner .mobile a {
	width: 35px;
	height: 36px;
	border-radius: 255px;
	opacity: 0.8;
	transition: opacity 0.2s;
	margin-left: 26.5px;
	float: right;
}

#conteiner .mobile a.inst {
	background: url("../images/inst.png") no-repeat top center;
}

#conteiner .mobile a.vk {
	background: url("../images/vk.png") no-repeat top center;
}

#conteiner .mobile a.facebook {
	background: url("../images/facebook.png") no-repeat top center;
}

#conteiner .mobile a:hover {
	opacity: 1;
}

#conteiner .adress {
	font-family: Roboto;
	font-style: normal;
	font-weight: normal;
	font-size: 24px;
	line-height: 28px;
	text-align: center;

	color: #FFFFFF;
	text-align: center;
	margin-top: 15px;
}

#conteiner .adress a {
	font-family: Roboto;
	font-style: normal;
	font-weight: normal;
	font-size: 24px;
	line-height: 28px;
	text-align: center;
	text-decoration: none;
	color: #FFFFFF;
	text-align: center;
	margin-top: 15px;
}