body{
	/*Общие настройки*/
	margin: 0;
	padding: 0;
	background: #1F2833;

	/*Настойки Шрифта*/
	font-size: 18px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	color: #C7C7C5;
}
 
h2 {
	/*Общие настройки шрифата для загловка H2*/
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 700;
	font-size: 48px;
}

p{
    line-height: 1.75;
}


.display{
	width: 1240px;
	margin: auto auto;
}

/* Шапка сайта */

header{
	width: 100%;
	height: 100px;
}

header a{
	display: block;
	width: 105px;
	float: left;
	margin-left: 45px;
	margin-right: 10px;
	padding-top: 41px;
	text-decoration: none;
	color: #C7C7C5;
}

header a:hover {
    color: #56D8CE;
}

/*   Ремонт промышленного оборудования  */

.utp {
	height: 600px;
	background: linear-gradient(0deg, rgba(31, 40, 51, 0.8),
	rgba(31, 40, 51, 0.8)), url(../images/1.jpg);
	text-align: center;
}

.utp h1 {
	display: block;
	padding-top: 235px;
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 700;
	font-size: 55px;
	margin: 0;
    color: #56D8CE;
}

.utp h3 {
	display: block;
	font-family: 'Montserrat';    
	font-style: normal;
	font-weight: 700;
	font-size: 24px;
	margin: 0 0 0 0;
    padding-top: 60px;
}
.utp a{
     color: #56D8CE;
}

/* О нас */

.aboutus{
	width: 100%;
	height: 747px;
}

.aboutus h2{	
	display: block;
	width: 150px;
	margin-left: auto;
	margin-right: auto;
    margin-top: 94px;
    margin-bottom: 47px;
}

.aboutus img{
	width: 500px;
	float: left;
	padding-top: 70px;
	margin-top: 20px;
	margin-left: 50px;
}
.text1 {
	width: 610px;
	float: right;
	margin-right: 10px;
}

/* Что делаем? */

.work{
	width: 100%;
	height: 600px;
}

.work h2{
	display: block;
	width: 340px;
	margin-left: auto;
	margin-right: auto;
    margin-top: 47px;
    margin-bottom: 47px;
}
.text2{
	margin-bottom: 47px;
}

.text2 p {
	margin-right: 10px;
	margin-left: 10px;
}

/* Наши преимущества */

.privilege{
	width: 100%;
	height: 407px;
	padding-bottom: 47px;
}
.privilege h2{
	display: block;
	width: 553px;
	margin-left: auto;
	margin-right: auto;
    margin-top: 94px;
    margin-bottom: 47px;
}
.icons{
	height: 239px;
	margin-bottom: 47px;
	padding-left: 1px;
}

.iconsimg {
	width: 413px;
	float: left;
	text-align: center;
}
.iconsimg img {
	height: 145px;
	margin: auto auto;
}


/* Услуги */

.service{
	width: 100%;
	height: 805px;
	color: #1F2833;
	background: #C5C6C7;
}	
.service h2	{
	display: block;
	width: 177px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0;
    padding-top: 47px;
    margin-bottom: 47px;
}
.text3{
	width: 820px;
	margin-right: 10px;
	margin-left: 10px;
	float: left;
	margin-bottom: 47px;
}

.action{
	position: relative;
	width: 400px;
	float: right;
}
.quadro {
	position: absolute;
	width: 280px;
	height: 280px;
	left: 115px;
	top: 90px;

	background: rgba(86, 216, 206, 0.58);
	transform: rotate(45deg);
}

.quadro p {
	position: absolute;
	transform: rotate(-45deg);
	top: 85px;
	left: 15px;
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 700;
	font-size: 24px;
	
}


/* Подвал */

footer {
    padding-top: 10px;
	margin-left: 10px;
    padding-bottom: 10px
}
