* {
	margin: 0;
	padding: 0;
	text-decoration: none;
}

@font-face {
	font-family: ubuntu;
	src: url(../fonts/ubuntu.ttf);
}


@font-face {
	font-family: ubuntu_bold;
	src: url(../fonts/ubuntu_bold.ttf);
}

input:focus,select:focus,textarea:focus,button:focus{outline:none !important;box-shadow:none !important}

body {
	font-family: ubuntu;
	text-align: center;
	background: #e7e7e8;
	min-width: 1200px;
	margin: 0 auto;
}

nav {
	background: #fff;
	padding-top: 36px;
	padding-bottom: 31px;
}

nav .phone a {
	color: #231f20;
	font-weight: 700;
	font-size: 62px;
	margin-top: 40px;
	display: block;
}

nav .phone a:hover {
	text-decoration: none;
}

header {
	background-image: url(../img/back.jpg);
	background-size: cover;
	height: 770px;
	display: flex;
	align-items: center;
	justify-content: center;
}

header .text {
	font-size: 70px;
	text-shadow: 0 12px 34px rgba(30, 23, 20, 0.27);
	color: #ffffff;
	font-weight: 700;
	line-height: 77.26px;
	margin-top: -112px;
	font-family: ubuntu_bold;
}

.lines {
	background-color: #fff;
	margin-top: -200px;
}

.lines .head {
	color: #231f20;
	font-size: 52px;
	font-weight: 700;
	line-height: 67px;
	font-family: ubuntu_bold;
	padding-top: 60px;
	margin-bottom: 133px;
}

.lines .head span {
	font-size: 60px;
}

.lines {
	background-image: url(../img/lines.png);
	background-position: top center;
	background-repeat: no-repeat;
	background-position-y: 337px;
}

.lines .text {
	font-size: 40px;
	color: #231f20;
	text-align: left;
	line-height: 48px;
	position: relative;
	z-index: 2;
}

.lines .item {
	position: relative;
	padding-bottom: 318px;
}

.lines .item1 .text {
	margin-left: 279px;
}

.lines .item .img {
	position: absolute;
}

.lines .item1 .img {
	right: 63px;
	top: -90px;
}

.lines .item2 .text {
	margin-left: 431px;
}

.lines .item2 .img {
	left: 19px;
	top: -135px;
}

.lines .item3 .text {
	margin-left: 277px;
	padding-top: 20px;
}

.lines .item3 .text span {
	font-size: 36px;
}

.lines .item3 .img {
	right: 48px;
	top: -15px;
}

.lines .item4 .img {
	left: 52px;
	top: -48px;
}

.lines .item4 .text {
	margin-left: 434px;
	margin-top: -66px;
}

.lines .item5 .text {
	margin-top: -100px;
	margin-left: 278px;
}

.lines .item5 .img {
	right: 36px;
	top: -78px;
}

.lines strong {
	font-family: ubuntu_bold;
	display: inline-block;
	margin-bottom: 24px;
}

.lines small {
	font-size: 36px;
	line-height: 45px;
}

.lines .good {
	font-size: 70px;
	display: block;
	margin-bottom: 31px;
}

footer {
	background: #ffcc08;
	padding-top: 33px;
	padding-bottom: 50px;
}

footer .text {
	text-align: left;
	font-size: 24px;
	color: #231f20;
	max-width: 964px;
	margin: 0 auto;
	margin-top: 53px;
	line-height: 28px;
}

footer .head {
	color: #231f20;
	font-size: 38px;
}

footer .phone a {
	font-size: 64px;
	color: #231f20;
	line-height: 78px;
}

footer .phone a:hover {
	text-decoration: none;
}

.lines .item5 {
	padding-bottom: 119px;
}

.container	{
	width: 1170px;
}

.lines .item4 .text a {
	color: inherit;
	font-size: 35px;
}

.lines .item4 .text a:hover {
	text-decoration: none;
}