@import url(https://fonts.googleapis.com/css?family=PT+Sans+Caption:400,700);

@font-face {
    font-family: DINPro; /* Имя шрифта */
    src: url(../fonts/DINPro-Regular.ttf); /* Путь к файлу со шрифтом */
   }

html, body {
	height: 100%;
}

* {
	margin: 0;
	padding: 0;
	outline: none;
	border: none;
}

ul, ol {
	list-style: none;
}

a {
	text-decoration: none;
	color: #fff;
}

body {
	font-family: DinPro, sans-serif;
	font-weight: 300;
}

.row {
	width: 100%;
	height: 100%;
	position: relative;
}

.rowInner {
	max-width: 820px;
	width: 100%;
	margin: 0 auto;
}

.one {
	background: url(../images/one.jpg);
	background-position: center center;
	background-size: cover;
}

.two {
	background: url(../images/two.jpg);
	background-position: center center;
	background-size: cover;
}

.three {
	background: url(../images/three.jpg);
	background-position: center center;
	background-size: cover;
}

.two_one {
	background: url(../images/two_one.jpg);
	background-position: center center;
	background-size: cover;
}

.two_two {
	background: url(../images/two_two.jpg);
	background-position: center center;
	background-size: cover;
}

.two_three {
	background: url(../images/two_three.jpg);
	background-position: center center;
	background-size: cover;
}

.two_four {
	background: url(../images/two_four.jpg);
	background-position: center center;
	background-size: cover;
}

.two_five {
	background: url(../images/two_five.jpg);
	background-position: center center;
	background-size: cover;
}

.two_six {
	background: url(../images/two_six.jpg);
	background-position: center center;
	background-size: cover;
}

.three_one {
	background: url(../images/three_one.jpg);
	background-position: center center;
	background-size: cover;
}

.three_two {
	background: url(../images/three_two.jpg);
	background-position: center center;
	background-size: cover;
}

.three_three {
	background: url(../images/three_three.jpg);
	background-position: center center;
	background-size: cover;
}

header {
	display: flex;
	justify-content: space-between;
	text-transform: uppercase;
	max-width: 820px;
	width: 100%;
	position: fixed;
	margin: 0 auto;
	z-index: 100;
	left: 50%;
	margin-left: -410px;
}

.logo {
	padding-top: 20px;
}

.logo img {
	vertical-align: middle;
}

.menuSupport {
	font-size: 13px;
	text-align: right;
}

.menuItems {
	font-size: 18px;
}

.menuItems ul {
	display: flex;
}

.menuItems ul li {
	line-height: 55px;
	margin: 0px 20px;
	position: relative;
}

.menuItems ul li:first-child::before {
	content: '';
	background: url(../images/tel.png);
	position: absolute;
	width: 36px;
	height: 31px;
	left: -42px;
	bottom: 14px;
}

.menuItems ul li:first-child::after {
	content: 'Звонок бесплатный';
	position: absolute;
	left: 0px;
	bottom: -18px;
	width: 100%;
	text-transform: none;
	color: #fff;
	font-size: 11px;
}

.menuItems ul li:last-child {
	margin-right: 0;
}

#maskOne {
	background-color:rgba(0,0,0,.5);
    height:100%;
    position:absolute;
    width:100%;
    top:0;
    left:0;
}

#maskTwo {
	background-color:rgba(0,0,0,.5);
    height:100%;
    position:absolute;
    width:100%;
    top:0;
    left:0;
}

#maskThree {
	background-color:rgba(0,0,0,.5);
    height:100%;
    position:absolute;
    width:100%;
    top:0;
    left:0;
}

.comName {
	position: absolute;
	color: #fff;
	width: 420px;
	left: 50%;
	margin-left: -210px;
	margin-top: 15%;
	text-align: center;
}

.comName h1 {
	font-size: 50px;
	font-family: 'PT Sans Caption', sans-serif;
	font-weight: 400;
	font-size: 76px;
}

.comName p {
	font-size: 23px;
	text-transform: uppercase;
}

.arrow {
	width: 107px;
	height: 34px;
	background: url(../images/arrow.png);
	display: block;
	cursor: pointer;
	margin: 70px auto 0 auto;
}

.rowHeader {
	color: #fff;
	text-align: center;
	text-transform: uppercase;
	font-size: 33px;
	padding-top: 135px;
	position: relative;
	margin-bottom: 35px;
}

.rowHeader::after {
	content: '';
	height: 1px;
	width: 106px;
	position: absolute;
	background: #fff;
	bottom: -5px;
	left: 50%;
	margin-left: -53px;
}

.bigHeader {
	margin: 0 auto;
	text-align: center;
	padding-top: 35%;
	color: #fff;
	text-transform: uppercase;
}

.bigHeader h1 {
	font-weight: 100;
	font-size: 50px;
	margin-bottom: 10px;
}

.bigHeader p {
	font-size: 31px;
}

.serv {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.servOne {
	margin-bottom: 20px;
}

.servBlock {
	color: #fff;
	width: 100%;
	max-width: 250px;
	margin-left: 30px;
}

.servBlock h2 {
	position: relative;
	font-size: 20px;
	font-weight: 100;
	margin-bottom: 15px;
}

.servBlock h2::after {
	content: '';
	position: absolute;
	height: 33px;
	width: 20px;
	left: -30px;
	top: -5px;
	background: url(../images/triangle.png);
}

.servBlock li {
	line-height: 20px;
}

.contacts {
	display: flex;
	justify-content: space-between;
}

.contactsText {
	color: #fff;
	font-size: 16px;
	width: 210px;
}

.contactsText ul li {
	margin-bottom: 15px;
}

.contactsText ul li:first-child {
	position: relative;
}

.contactsText ul li:first-child::before {
	content: '';
	position: absolute;
	height: 33px;
	width: 20px;
	left: -30px;
	top: -8px;
	background: url(../images/triangle.png);

}

.contactsText ul li a {
	text-decoration: underline;
}

.contactsHeader {
	font-weight: 600;
}

.rec {
	margin-bottom: 0 !important;
}

.items table {
	padding-top: 30%;
	color: #fff;
	width: 100%;
}

.items table h3 {
	font-size: 21px;
	text-transform: uppercase;
	font-weight: 400;
}

.items table p {
	font-size: 12px;
	font-weight: 400;
	padding-bottom: 10px;
}

.items table li {
	position: relative;
	line-height: 30px;
	margin-right: 30px;
}

.itemPrice {
	font-size: 16px;
}

.items table small {
	font-size: 10px;
}

.items table li::before {
	content: url(../images/li.png);
	position: absolute;
	left: -35px;
	bottom: 50%;
	margin-bottom: -10px;
}

.items table button {
	background-color: rgba(0, 0, 0, 0.62);
	border: 2px solid #c10808;
	font-size: 12px;
	text-transform: uppercase;
	color: #fff;
	padding: 8px 15px;
	cursor: pointer;
	margin-top: 30px;
}

.three_three form, .tsa2 form {
	border-radius: 5px;
	background: rgba(0,0,0,.5);
	border: 4px solid rgba(105,105,105, .5);
	padding: 5px 0px 40px 0px;
	width: 240px;
	margin: 0 auto;
	margin-top: 30px;
}

.three_three form span, .tsa2 form span {
	text-transform: none !important;
	padding-bottom: 10px !important;
	display: block;
}

.three_three form input[type="text"], .three_three form input[type="email"], .tsa2 form input[type="text"], .tsa2 form input[type="email"] {
	padding: 10px;
	margin-bottom: 10px;
	border-radius: 5px;
	border: 4px solid #343638;
	width: 200px;
}

.three_three form input[type="submit"], .tsa2 form input[type="submit"] {
	padding: 10px;
	width: 200px;
	background: rgba(249,9,49,1);
	background: -moz-linear-gradient(top, rgba(249,9,49,1) 0%, rgba(90,9,14,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(249,9,49,1)), color-stop(100%, rgba(90,9,14,1)));
	background: -webkit-linear-gradient(top, rgba(249,9,49,1) 0%, rgba(90,9,14,1) 100%);
	background: -o-linear-gradient(top, rgba(249,9,49,1) 0%, rgba(90,9,14,1) 100%);
	background: -ms-linear-gradient(top, rgba(249,9,49,1) 0%, rgba(90,9,14,1) 100%);
	background: linear-gradient(to bottom, rgba(249,9,49,1) 0%, rgba(90,9,14,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f90931', endColorstr='#5a090e', GradientType=0 );
	-webkit-box-shadow: inset 0px 0px 0px 3px rgba(255,0,0,1);
	-moz-box-shadow: inset 0px 0px 0px 3px rgba(255,0,0,1);
	box-shadow: inset 0px 0px 0px 3px rgba(255,0,0,1);
	color: #fff;
	border-radius: 5px;
	border: 3px solid #fff;
	cursor: pointer;
	margin-top: 10px;
}

.tsa2 form {
	text-align: center;
}

.techBlock1 {
	display: flex;
	justify-content: space-between;
}

.techBlock2 h2, .techBlock1 h2 {
	text-transform: uppercase;
	color: red;
	font-weight: 100;
	text-decoration: underline;
}

.techBlock2 span, .techBlock1 span {
	display: block;
}

.techBlock1, .techBlock2 {
	width: 612px;
	margin: 0 auto;
}

.techBlock1 {
	margin-bottom: 40px;
}

.techBlock1 h2, .techBlock2 h2 {
	margin-bottom: 33px;
	text-align: center;
}

.techP {
	font-size: 14px;
	color: #fff;
	text-align: center;
	font-weight: 400;
	width: 612px;
	margin: 0 auto 30px auto;
}

.sprBlock {
	display: flex;
	justify-content: space-between;
}

#openCart {
	width: 77px;
	height: 52px;
	background: url(../images/techSpr.png);
	background-position: 0px -16px;
}

#ModX {
	width: 93px;
	height: 39px;
	background: url(../images/techSpr.png);
	background-position: -95px -22px;
}

#WP {
	width: 55px;
	height: 52px;
	background: url(../images/techSpr.png);
	background-position: -216px -17px;
}

#HTML {
	width: 45px;
	height: 59px;
	background: url(../images/techSpr.png);
	background-position: -384px -3px;
}

#CSS {
	width: 45px;
	height: 60px;
	background: url(../images/techSpr.png);
	background-position: -456px -0px;
}

#Jquery {
	width: 56px;
	height: 58px;
	background: url(../images/techSpr.png);
	background-position: -529px -3px;
}

#IE {
	width: 54px;
	height: 54px;
	background: url(../images/techSpr.png);
	background-position: -39px -164px;
}

#Opera {
	width: 50px;
	height: 53px;
	background: url(../images/techSpr.png);
	background-position: -166px -164px;
}

#Firefox {
	width: 51px;
	height: 51px;
	background: url(../images/techSpr.png);
	background-position: -287px -164px;
}

#Chrome {
	width: 48px;
	height: 48px;
	background: url(../images/techSpr.png);
	background-position: -418px -165px;
}

#Safari {
	width: 51px;
	height: 50px;
	background: url(../images/techSpr.png);
	background-position: -538px -163px;
}

.pageHeaderLeft {
	padding-top: 28%;
}

.pageHeaderLeft h1 {
	font-size: 30px;
	font-weight: 400;
	text-transform: uppercase;
	color: #fff;
	position: relative;
	margin-bottom: 40px;
}

.pageHeaderLeft h1::after {
	content: '';
	position: absolute;
	width: 169px;
	height: 2px;
	bottom: -15px;
	left: 0px;
	background: #fff;
}

.tsa {
	display: flex;
	color: #fff;
}

.tsa1 {
	margin-right: 250px;
}

.tsa1 li {
	font-size: 18px;
	font-weight: 400;
	line-height: 48px;
	position: relative;
}

.tsa1 li::before {
	content: url(../images/li.png);
	position: absolute;
	left: -35px;
	bottom: 13px;
}

.gel {
	background: url(../images/gel.jpg);
	background-position: center center;
	background-size: cover;
}

.bx-viewport {
	background: inherit !important;
	border: none !important;
	box-shadow: none !important;
}

.bx-prev, .bx-next {
	width: 30px !important;
	height: 51px !important;
	background: url(../images/arrows.png) !important;
}

.bx-prev {
	left: -50px !important;
}

.bx-next {
	right: -40px !important;
	background-position: 30px 0px !important;
}

.mobileMenu {
	z-index: 9999;
	max-width: 900px;
	width: 100%;
	display: none;
	text-align: center;
	background: #34495e;
}

.mobileMenuItems li {
	font-size: 20px;
	text-transform: uppercase;
	padding: 5px 0px;
}

.mobileMenu i {
	padding: 10px 0px;
}

.mobMenuURL {
	font-size: 30px;
	color: #fff;
	display: block;
	cursor: pointer;
}

@media only screen and (max-width: 767px) {
	.mobileMenu {
		display: block;
	}
	header {
		display: none !important;
	}
	.comName {
		top: 20%;
		margin-top: -125px;
	}
	.servBlock {
		margin: 0 auto;
		padding-bottom: 30px;
	}
	.contactsMap {
		display: none;
	}
	.contactsText {
		margin: 0 auto;
		padding-top: 50px;
		text-align: center;
	}
	.gel {
		display: none;
	}
	.tsa {
		display: block;
	}
	.tsa1 {
		display: none;
	}
	.pageHeaderLeft h1 {
		display: none;
	}
	.bigHeader {
		padding-left: 20px;
		padding-right: 20px;
	}
	.two_two {
		display: none;
	}
	.two_three {
		display: none;
	}
	.two_five {
		display: none;
	}
	.three_two {
		display: none;
	}
	.comName {
		left: 0;
		width: 100%;
		margin: 0;
	}
	.comName h1 {
		font-size: 50px;
	}
	.one .rowInner {
		height: 100%;
	}
	.row {
		height: auto;
	}
	.two_one, .two_two, .two_three, .two_four, .two_five, .two_six {
		height: 100%;
	}
	.three_one, .three_two, .three_three {
		height: 100%;
	}
	.two_four h1 {
		font-size: 33px;
	}
	.three_three .bigHeader h1 {
		padding-left: 0;
		padding-right: 0;
		font-size: 30px;
	}
	.three_three span {
		font-size: 16px;
	}
	.three_three {
		height: auto;
	}
	.two_six {
		height: auto;
	}
}

/* ---- */

#feedback_form select,
#feedback_form input {
	font: inherit;
	padding: 10px;
	margin-bottom: 10px;
	border-radius: 2px;
	border: 2px solid #999;
}

#feedback_customer_zakaz_type {
	border: none !important;
}

#feedback_form .btn.btn-primary {
	background-color: #EEE;
	border: 2px solid #c10808;
	font-size: 12px;
	text-transform: uppercase;
	color: #000;
	padding: 8px 15px;
	cursor: pointer;
	margin-top: 30px;
}
