head, body{
	background: #041626;
	height: 100%
}
.selector-for-some-widget {
  box-sizing: content-box;
}
.header{
display: flex;
}
.container{
	width: 1170px;
	background: #ffffff;
	height: auto;
	padding: 0 0;
}
.logo{
margin-top: 10px;

}
.menu{

}
.contacts{
	display: block;
	width: auto;
	padding-top: 2px;
}
.content
{
	background: url(../img/back.png);
	height: 726px;
	background-size: cover;

}
.footer
{
	background: white;
		padding: 20px 0;
	margin-top: 0 0;

}
.top-line-footer
{
	color: #041626;
	background: white;
}
.top2-line-footer{
	display: flex;
}
p{
	margin: 0 0;
}
.logo-contact{
	text-align: center;
}
.content-top{
	padding: 0;
	display: flex;

}
.top-line-content
{
	background: white;
	text-align: center;
	padding: 15px 0;
}

.zagolovok {
	z-index: 1000;
	text-align: center;
	color: #fff;
	font-weight: 400;
	font-size: 30px;
    text-align: center;
    letter-spacing: 2px;
    text-transform: uppercase;
    text-shadow: 0px 0px 2px #fff, 0px 0px 2px #fff;
}
.text-content {
	padding-right: 100px;
	padding-left: 100px;
}