*::-webkit-input-placeholder {
	color: #666;
	opacity: 1;
}

*:-moz-placeholder {
	color: #666;
	opacity: 1;
}

*::-moz-placeholder {
	color: #666;
	opacity: 1;
}

*:-ms-input-placeholder {
	color: #666;
	opacity: 1;
}

body input:focus:required:invalid,
body textarea:focus:required:invalid {
	
}
body input:required:valid,
body textarea:required:valid {
	
}

body {
	font-family: sans-serif;
	font-size: 16px;
	min-width: 320px;
	position: relative;
	line-height: 1.6;
	font-family: "RobotoRegular", sans-serif;
	overflow-x: hidden;
	background: #000 url(../img/bg-customers.png) no-repeat center 3300px;
}

body h1 {
	font-size: 2.813em; /*main: 16px*/
	padding: 0;
	margin: 0;
	font-family: "RobotoBold";
	font-weight: normal;
}

body h2 {
	font-size: 2.613em; /*main: 16px*/
	font-family: "RobotoRegular";
	margin: 0;
	padding: 0;
	font-weight: normal;
}

body h3 {
	margin: 0;
	padding: 0;
	font-weight: normal;
}

body p {
	padding: 0;
	margin: 0;
}

a:active, /* активная/посещенная ссылка */
a:hover,
a:focus,  /* при наведении */
a {
  text-decoration: none;
 	color: #fff;
 	outline: none;
}

.hidden {
	display: none;
}

/*Header*/

.main-head {
	min-height: 620px;
	margin-bottom: 134px;
}

/*Верхнее меню*/

.top-line {
	padding: 10px 0;
	min-height: 100px;
}

.logo {
	display: inline-block;
}

.main-menu {
	font-size: 0.9em; /*main: 16px*/;
	font-family: "RobotoMedium", sans-serif;
	text-transform: uppercase;
	letter-spacing: 0.7;
}

.main-menu a {
	text-decoration: none;
	color: #fff;
	transition: all 0.5s ease;
}

.main-menu a:hover {
	color: #eb2b2b;
}

.main-menu ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.main-menu ul li {
	display: inline-block;
	line-height: 69px;
	padding: 0 25px;
	cursor: pointer;
}

.active a {
	color: #eb2b2b;
}

.toggle-menu {
	display: block;
	float: right;
	color: #fff;
	font-size: 3.125em; /*main: 16px;*/
	line-height: 94px;
}

.toggle-menu i {
	cursor: pointer;
}

/*Оффер*/

.header-wrap {
	margin-top: 170px;
	text-align: center;
}

.offer {
	font-size: 1.375em; /*main: 16px*/
	color: #fefefe;
	font-family: "RobotoLight";
}

.offer h1 {
	text-align: center;
	text-transform: uppercase;
	color: #fefefe;
}

.offer h2 {
	margin-top: 10px;
	color: #fefefe;
	text-align: center;
}

.offer h1 span {
	color: #eb2b2b;
	display: block;
}

/*Главная кнопка*/

.header-button {
	display: inline-block;
	color: #fff;
	text-transform: uppercase;
	border: 2px solid #eb2b2b;
	text-align: center;
	margin-top: 76px;
	font-family: "RobotoBold";
	padding: 12px 45px;
	border-radius: 40px;
	text-decoration: none;
	transition: all 0.3s ease;
	font-size: 1.188em; /*main: 16px*/
	cursor: pointer;
}

.header-button:hover {
	background: #fff;
	color: #000;
	text-decoration: none;
}

/*Первая секция - о нас*/

.about {
	text-align: center;
	padding-top: 133px;
	background: url(../img/bg-img.png) no-repeat right top;
}

.about h2 {
	color: #ffffff;
	text-transform: uppercase;
}

.about p {
	font-size: 1.75em; /*main: 16px*/
	text-align: center;
	color: #dddddd;
	max-width: 850px;
	display: inline-block;
	font-family: "RobotoLight";
}

.quality {
	margin-top: 160px;
}

.quality h3 {
	font-family: "RobotoMedium";
	font-size: 1.3em; /*main: 16px*/
	color: #dddddd;
	text-transform: uppercase;
	font-weight: normal;
	margin-top: 20px;
}

.quality a {
	color: #dddddd;
}

.us h3 a {
	border-bottom: 1px solid #dddddd;
}

.line {
	height: 3px;
	border: none;
	color: #eb2b2b;
	background: #eb2b2b;
}

.short {
	width: 85px;
	position: relative;
	bottom: 15px;
}

.quality p {
	font-family: "RobotoLight";
	font-size: 1.125em;
	color: #848484;
	line-height: 1.1em;
	position: relative;
	bottom: 20px;
}

.us {
	max-width: 300px;
	display: inline-block;
}

/*Вторая секция - Наши услуги*/

.services {
	background: url(../img/bg-img2.png) no-repeat left top,
							url(../img/bg-services.png) no-repeat center top;
	text-align: center;
	padding-top: 200px;
	padding-bottom: 250px; 
}

.our-services h2 {
	text-transform: uppercase;
	color: #fff;
}

.our-services p {
	font-size: 1.75em; /*main: 16px*/
	color: #dddddd;
	max-width: 830px;
	display: inline-block;
	margin-top: 20px;
	font-family: "RobotoLight";
	animation-delay: .3s; 
}

.service {
	width: 275px;
	height: 500px;
	background: #fff;
	border-radius: 5px;
	text-align: center;
	transition: all 0.5s ease;
	display: inline-block;
	border: 1px solid #868d99;
}

.all-service {
	margin-top: 65px;
}

.service h3 {
	font-family: "RobotoRegular";
	font-size: 1.125em; /*main: 16px*/
	padding: 33px 0 0 15px;
	text-align: left;
	letter-spacing: 0.07em;
	transition: all 0.5s ease;
}

.price {
	font-family: "RobotoBlack";
	font-size: 2.938em; /*main: 16px*/
	display: block;
	padding-left: 15px;
	text-align: left;
}

.advantage {
	font-family: "RobotoRegular";
	font-size: 0.938em; /*main: 16px*/
	font-weight: bold;
	color: #53627c;
	display: block;
	width: 225px;
	padding-left: 15px;
	position: relative;
	bottom: 15px;	
	text-align: left;
}

.service p {
	font-size: 0.75em; /*main: 16px*/
	font-family: "RobotoRegular";
	width: 220px;
	margin: 0 0 10px 10px;
	display: inline-block;
	letter-spacing: 0.05em;
}

.line-service {
	border-top: 2px solid #eee;
	width: 245px;
	position: relative;
	bottom: 10px;
}

.items i {
	font-size: 1.30em; /*main: 16px*/
	position: relative;
	bottom: 16px;
	transition: all 0.5s ease;
}

.items {
	padding-left: 20px;
	text-align: left;
}

.service-button {
	width: 243px;
	height: 41px;
	background: #000;
	border-radius: 4px;
	display: inline-block;
	line-height: 41px;
	color: #fff;
	font-size: 0.875em; /*main: 16px*/
	font-family: "RobotoRegular";
	letter-spacing: 0.08em;
	margin-top: 20px;
	box-shadow: 0 3px 3px rgba(0,0,0,0.1); /* Параметры тени */
	transition: all 0.5s ease;
	cursor: pointer;
}

.service:hover h3 {
	color: #eb2b2b;
}

.service:hover i {
	color: #eb2b2b;
}

.service:hover .service-button {
	background: #eb2b2b;
	text-decoration: none;
	color: #fff;
}

.service:hover {
	transform: scale(1.10);
}

/*Третья секция - Наша компетенция*/

.competence {
	margin-top: 100px;
	background: url(../img/competence-img.png) no-repeat left top;
}

.left {
	margin-top: 170px;
}

.left h2 {
	font-family: "RobotoMedium";
	font-size: 2.188em; /*main: 16px*/
	color: #fff;
	letter-spacing: 0.1em;
}

.long {
	margin-top: 40px;
	width: 275px;
	display: inline-block;
}

.left p {
	margin-top: 20px;
	font-family: "RobotoRegular";
	color: #dddddd;
	font-size: 1.125em; /*main: 16px*/
	max-width: 410px;
	line-height: 1.2em;
}

.competence-button {
	width: 270px;
	height: 46px;
	font-family: "RobotoRegular";
	font-size: 0.938em;
	line-height: 46px;
	background: #eb2b2b;
	text-align: center;
	display: inline-block;
	border-radius: 4px;
	margin-top: 90px;
	color: #fff;
	transition: all 0.5s ease;
	cursor: pointer;
}

.right img {
	margin: 150px 70px 0 0;
	float: right;
}

/*Четвертая секция - довольные клиенты*/

.customers {
	text-align: center;
	position: relative;
	z-index: 2;
	background: url(../img/competence-img4.png) no-repeat 19% top / 180px;
}

.instagram {
	padding: 250px 0 60px 0;
}

.instagram h2 {
	font-family: "RobotoLight";
	color: #fff;
	max-width: 800px;
	display: inline-block;
}

.social {
	color: #eb2b2b;
}

.view-all {
	font-family: "RobotoBold";
	font-size: 1.188em; /*main: 16px*/
	width: 244px;
	padding: 0 21px;
	text-transform: uppercase;
	line-height: 56px;
	text-align: center;
	display: inline-block;
	color: #fff;
	background: #eb2b2b;
	border-radius: 25px;
	position: relative;
	bottom: 35px;
	transition: all 0.5s ease;
	z-index: 5;
}

.select {
	height: 261px;
	width: 100%;
	background: #fff;
	display: inline-block;
	margin-top: 40px;
	font-family: "RobotoMedium";
}

.select h2 {
	font-size: 2.5em;
	color: #000000;
	float: left;
	max-width: 460px;
	text-align: left;
	margin: 80px 0 0 100px;
	line-height: 1.3em;
}

.select-button {
	background: #eb2b2b;
	width: 215px;
	padding: 25px 0;
	font-size: 1.125em; /*main: 16px*/
	display: inline-block;
	color: #fff;
	position: absolute;
	right: 100px;
	top: 130px;
	box-shadow: 0 0 40px 15px rgba(0,0,0,0.1);
	transition: all 0.5s ease;
	cursor: pointer;
}

/*Футер*/

.footer {
	min-height: 600px;
	background: #E2E2E2;
	position: relative;
	padding-bottom: 70px;
	z-index: 1;
	margin-top: -100px;
	text-align: center;
}

.footer h2 {
	font-family: "RobotoMedium";
	font-size: 1.2em; /*main: 16px*/
	text-transform: uppercase;
	padding-top: 170px;
	letter-spacing: 0.1em;
}

.footer p {
	font-family: "RobotoRegular";
	font-size: 1em; /*main: 16px*/
	margin-top: 50px;
}

.footer-menu {
	padding: 0;
	margin: 0;
	list-style-type: none;
	margin-top: 60px;
}

.footer li {
	margin-top: 10px;
	font-family: "RobotoRegular";
	font-size: 1em; /*main: 16px*/
}

.footer-menu a {
	color: #000;
	transition: all 0.5s ease;
}

.footer-menu a:hover {
	color: #eb2b2b;
}

.social-inst {
	width: 40px;
	height: 40px;
	background: #000;
	border-radius: 50%;
	margin-top: 50px;
	text-align: center;
	display: block;
	transition: all 0.5s ease;
}

.social-inst i {
	line-height: 42px;
	font-size: 1.3em;
	color: #fff;
	transition: all 0.5s ease;
}

.social-inst:hover {
	background: #eb2b2b;
}

.social-inst:hover i {
	color: #000;
}

.map-yandex {
	margin-top: 170px;
}

.links {
	display: inline-block;
	text-align: left;
}

.contacts {
	display: inline-block;
	text-align: left;
}

.telephone {
	display: block;
}