
@font-face {font-family: 'PFHighwaySansPro-Regular'; src: url('../fonts/PFHighwaySansPro-Regular.ttf'); }






/************GLOBAL*************/
body {
  font-family: 'Open Sans', sans-serif;
  color: #201d1d;
  background-color: #fff;
  font-size: 20px;
  position: relative;
}
.container {
  min-width: 990px;
  max-width: 990px;
}

ul {
  list-style: none;
  padding: 0;
}
a:focus {
  outline: none;
}
button:focus {
  outline: none;
}
a:active {
  outline: none;
}
button:active {
  outline: none;
}
body a:hover {
  text-decoration: none;
}

textarea {
	resize: none;
}
h1,h2,h3,h4 {
	margin-top: 0px;
}
/*******************************/
.bold {
	font-weight: bold;
}
.extra {
	font-weight: 800;
}
.semi {
	font-weight: 600;
}
.line-20 {
	line-height: 20px;
}
.line-30 {
	line-height: 30px;
}
.line-40 {
	line-height: 40px;
}
.in-block {
	display: inline-block;
}
.block {
	display: block;
}
.relative {
	position: relative;
}

.text-up {
	text-transform: uppercase;
}

.white {
	color: #fff;
}
.black {
	color: #030303;
}
.red {
	color: #ab0c19;
}
.blue {
	color: #005b7f;
}
.size-12 {
	font-size: 12px;
}
.size-13 {
	font-size: 13px;
}
.size-14 {
	font-size: 14px;
}
.size-16 {
	font-size: 16px;
}
.size-17 {
	font-size: 17px;
}
.size-18 {
	font-size: 18px;
}
.size-20 {
	font-size: 20px;
}
.size-22 {
	font-size: 22px;
}
.size-23 {
	font-size: 23px;
}
.size-24 {
	font-size: 24px;
}
.size-28 {
	font-size: 28px;
}
.size-30 {
	font-size: 30px;
}
.size-36 {
	font-size: 36px;
}
.size-38 {
	font-size: 38px;
}
.size-40 {
	font-size: 40px;
}
.size-42 {
	font-size: 42px;
}
.size-46 {
	font-size: 46px;
}
.size-48 {
	font-size: 48px;
}
.size-50 {
	font-size: 50px;
}
.size-60 {
	font-size: 60px;
}
.size-66 {
	font-size: 66px;
}
.size-70 {
	font-size:70px;
}
.size-72 {
	font-size:72px;
}
.indent {
	margin-left: 20px;
}

.sect {
	min-width: 990px;
	overflow: hidden;
}
.mar--25 {
	margin-bottom: -25px;
}
.mar--5 {
	margin-bottom: -5px;
}
.mar-0 {
	margin-bottom: 0;
}
.mar-5 {
	margin-bottom: 5px;
}
.mar-10 {
	margin-bottom: 10px;
}
.mar-15 {
	margin-bottom: 15px;
}
.mar-20 {
	margin-bottom: 20px;
}
.mar-25 {
	margin-bottom: 25px;
}
.mar-30 {
	margin-bottom: 30px;
}
.mar-35 {
	margin-bottom: 35px;
}
.mar-40 {
	margin-bottom: 40px;
}
.mar-45 {
	margin-bottom: 45px;
}
.mar-50 {
	margin-bottom: 50px;
}
.mar-55 {
	margin-bottom: 55px;
}
.mar-60 {
	margin-bottom: 60px;
}
.mar-65 {
	margin-bottom: 65px;
}
.mar-70 {
	margin-bottom: 70px;
}
.mar-75 {
	margin-bottom: 75px;
}
.mar-80 {
	margin-bottom: 80px;
}
.mar-85 {
	margin-bottom: 85px;
}
.mar-90 {
	margin-bottom: 90px;
}
.mar-110 {
	margin-bottom: 110px;
}
.pad-10 {
	padding: 10px 0;
}
.pad-15 {
	padding: 15px 0;
}
.pad-20 {
	padding: 20px 0;
}
.pad-25 {
	padding: 25px 0;
}
.pad-30 {
	padding: 30px 0;
}
.pad-35 {
	padding: 35px 0;
}
.pad-40 {
	padding: 40px 0;
}
.pad-45{
	padding: 45px 0;
}
.pad-50 {
	padding: 50px 0;
}
.pad-55 {
	padding: 55px 0;
}
.pad-60 {
	padding: 60px 0;
}
.pad-65 {
	padding: 65px 0;
}
.pad-70 {
	padding: 70px 0;
}
.pad-75 {
	padding: 75px 0;
}
.pad-80 {
	padding: 80px 0;
}
.timer {
	display: inline-block;
}
.timer li {
	float: left;
	margin-left: 12px;
	position: relative;
	text-align: center;
}
.timer li:first-child {
	margin-left: 0px;
}
.timer li:before {
	content: '';
	position: absolute;
	bottom: -40px;
	right: 0px;
	left: 0px;
	margin: auto;
	font-size: 14px;
}
.timer li.day:before {
	content: 'Дней';
}
.timer li.hour:before {
	content: 'Часов';
}
.timer li.min:before {
	content: 'Минут';
}
.timer li.sec:before {
	content: 'Секунд';
}
.txt-shadow {
	text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.5);
}
.full {
	width: 100%;
	background-attachment: relative;
	background-position: center center;
	-webkit-background-size: 100%;
	-moz-background-size: 100%;
	-o-background-size: 100%;
	background-size: 100%;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
}
.text-block {
	height: 135px;
	display: inline-table;
	overflow: hidden;
}
.text-block p {
	display: table-cell;
  	vertical-align: middle;
}

.bg-red {
	background-color: #ab0c19;
}


/***********************************/
header {
	background-image: url(../images/header-bg.jpg);
}
.top-header {
	padding: 30px 0;
	background-color: rgba(255,255,255,.5);
	box-shadow: 0 5px 10px rgba(0,0,0,.3);
}
.logo {
	padding-left: 35px;
	background: url(../images/logo.png) no-repeat left center;
	font-size: 14px;
	color: #ab0c19;
	display: inline-block;
}
.logo span {
	font-size: 24px;
	font-weight: bold;
	display: block;
	margin-bottom: -5px;
}
.logo:hover {
	color:#ab0c19;
}
.home a, .home p {
	font-weight: 300;
	color: #040404;
	text-transform: uppercase;
	font-size: 14px;
	margin-bottom: -5px;
}
.home-text {
	display: inline-block;
	border-left: 1px solid #ab0c19;
	padding-left: 15px;
	margin-left: 10px;
}
.phone-contact a {
	font-size: 18px;
	color: #030303;
	font-weight: 300;
	display: block;
	margin-bottom: 0px;
}
.phone-text {
	 display: inline-block;
    margin-left: 12px;
    width: auto;
}
.home img, .phone-contact img {
	margin-top: 7px;
}
.phone-contact a.red-link {
	color: #ab0c19;
	text-decoration: underline;
	text-transform: uppercase;
	font-size: 14px;
	transition: all .3s ease-in-out  .1s;
	-webkit-transition: all .3s ease-in-out  .1s;
	-ms-transition: all .3s ease-in-out  .1s;
	-moz-transition: all .3s ease-in-out  .1s;
	-o-transition: all .3s ease-in-out  .1s;
}
.phone-contact a.red-link:hover {
	color: #005b7f;
}
.mid-header {
	padding: 25px 0 50px;
}
h1 {
	font-size: 30px;
	text-transform: uppercase;
	color: #005b7f;
	margin-bottom: 30px;
}
.timer-field {
	margin-top: 10px;
	padding: 20px 0 30px;
	background-color: rgba(255,255,255,.75);
	box-shadow: 2px 2px 4px rgba(0,0,0,.3), -2px -2px 4px rgba(0,0,0,.3);
}
.timer li{
	font-size: 40px;
	color: #8e8a87;
	font-weight: bold;
	padding: 7px 10px;
	margin-left: 40px;
	background-color: #fff;
	border-radius: 10px;
	box-shadow: 2px 2px 4px rgba(0,0,0,.2), -2px -2px 4px rgba(0,0,0,.2);
}
.timer li:before {
	font-size: 18px;
	color: #030303;
	font-weight: 500;
	bottom: -35px
}
.form-field {
	background-color: rgba(255,255,255,.75);
	box-shadow: 2px 2px 4px rgba(0,0,0,.2), -2px -2px 4px rgba(0,0,0,.2);
	padding: 30px 45px;
}
.form-control {
	height: 43px;
	padding-left: 30px;
	border-radius: 0px;
	box-shadow: 1px 1px 2px rgba(0,0,0,.2), -1px -1px 2px rgba(0,0,0,.2);
}
.name {
	background: url(../images/name.png) no-repeat 7px 12px;
}
.tube{
	background: url(../images/tube.png) no-repeat 7px 12px;
}
.btnt {
	font-size: 18px;
	font-weight: bold;
	color: #fff;
	text-transform: uppercase;
	padding: 10px 15px;
	border-radius: 4px;
	box-shadow: 0 3px 6px rgba(0,0,0,.5), inset 0px 20px 40px rgba(255,255,255,.1);
	
	display: inline-block;
	border: none;
	transition: all .3s ease-in-out  .1s;
	-webkit-transition: all .3s ease-in-out  .1s;
	-ms-transition: all .3s ease-in-out  .1s;
	-moz-transition: all .3s ease-in-out  .1s;
	-o-transition: all .3s ease-in-out  .1s;
}
.btnt:hover, .btnt:active {
	color: #fff;
	box-shadow: 0 3px 6px rgba(0,0,0,.5);
}
.btn-red {
	background-color: #ab0c19;
}
.btn-red:hover, .btn-red:active {
	background-color: #c70e1d;
}
.btn-blue {
	background-color: #005b7f;
}
.btn-blue:hover, .btn-blue:active {
	background-color: #026f9a;
}
.bot-header {
	padding: 20px 0 10px;
	background-color: rgba(13,12,13,.5);
	border-top: 1px solid #d7d7d8;
}
.navigation {
	display: inline-block;	
	margin-bottom: 0px;
}
.navigation li {
	float: left;
	padding: 0 30px;
	border-left: 1px solid #fff;
	height: 40px;
	display: inline-table;
	
}
.navigation li:first-child {
	border-left: none;
	padding-left: 0px;
}
.navigation li:last-child {
	padding-right: 0px;
}
.navigation li a {
	font-size: 18px;
	color: #fff;
	text-transform: uppercase;
	display: table-cell;
	vertical-align: middle;
	transition: all .3s ease-in-out  .1s;
	-webkit-transition: all .3s ease-in-out  .1s;
	-ms-transition: all .3s ease-in-out  .1s;
	-moz-transition: all .3s ease-in-out  .1s;
	-o-transition: all .3s ease-in-out  .1s;
}
.navigation li a:hover {
	color: #ab0c19;
} 
/**************************************/
#services {
	background-image: url(../images/serv-bg.jpg);
}
.serv-block p {
	display: inline-block;
	font-size: 20px;
	text-transform: uppercase;
	color: #322f2d;
	border: 1px solid #005b7f;
	border-radius: 15px;
	padding: 5px;
	background-color: #fff;
	position: relative;
	z-index: 1;
}
.serv-field .row {
	margin-top: 40px;
}
.serv-field .row:first-child {
	margin-top: 0;
}
.serv-top {
	position: absolute;
	top: 0px;
	bottom: 0px;
	margin: auto;
	left: 40px;
	width: 810px;
	height: 2px;
	border-top: 1px dashed #005b7f;
	z-index: 0;
}
.serv-bot {
	position: absolute;
	top: 0px;
	bottom: 0px;
	margin: auto;
	left: 40px;
	width: 445px;
	height: 2px;
	border-top: 1px dashed #005b7f;
	z-index: 0;
}
.serv-left {
	position: absolute;
	top: -233px;
	bottom: 0px;
	margin: auto;
	left: -73px;
	width: 182px;
	height: 2px;
	border-top: 1px dashed #005b7f;
	z-index: 0;
	transform: rotate(-130deg);
	-webkit-transform: rotate(-130deg);
	-moz-transform: rotate(-130deg);
	-o-transform: rotate(-130deg);
	-ms-transform: rotate(-130deg);
}
.serv-right {
	position: absolute;
	top: -233px;
	bottom: 0px;
	margin: auto;
	right: -73px;
	width: 182px;
	height: 2px;
	border-top: 1px dashed #005b7f;
	z-index: 0;
	transform: rotate(-55deg);
	-webkit-transform: rotate(-55deg);
	-moz-transform: rotate(-55deg);
	-o-transform: rotate(-55deg);
	-ms-transform: rotate(-55deg);
}
/***************************************/
.quality {
	background-color: #005b7f;
}
.quality-wrap {
	padding: 50px 0 0;
	border-top: 3px solid #fff;
	border-bottom: 3px solid #fff;
}
.qua2 {
	position: relative;
	z-index: 5;
}
.qua1 {
	margin-right: -215px;
	cursor: pointer;
}
.qua3 {
	margin-left: -215px;
	cursor: pointer;
}
.quas {
	margin-top: -50px;
	cursor: pointer;
}
/***********************************************/
#benefits {
	background-image: url(../images/benef-bg.jpg);

}
.red-border:before {
	content: '';
	width: 9999px;
	height: 1px;
	background-color: #ab0c19;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	left: -10030px;
}
.red-border:after {
	content: '';
	width: 9999px;
	height: 1px;
	background-color: #ab0c19;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	right: -10030px;
}
.benf-list li {
	margin-top: 20px;
}
.benf-list li:first-child {
	margin-top: 0;
}
.benf-list li p {
	margin-bottom: 15px;
	font-size: 24px;
	color: #000;
}
/**************************************/
#work {
	background-image: url(../images/work-bg.jpg);
}
.blue-head {
	background: url(../images/blue-head.jpg) repeat-x;
	padding: 22px 0;
}
.white-border:before {
	content: '';
	width: 9999px;
	height: 1px;
	background-color: #fff;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	left: -10030px;
}
.white-border:after {
	content: '';
	width: 9999px;
	height: 1px;
	background-color: #fff;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	right: -10030px;
}
.work-block img{
	
}
.work-arrow {
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	right: -30px;
}
/*********************************/
#price-list {
	background-image: url(../images/price-bg.jpg);
}
#price-list .
#price-list h2 {
	text-shadow: 2px 2px 4px rgba(0,0,0,.3);
}
#price-list ul li {
	font-size: 20px;
	color: #fff;
	text-shadow: 2px 2px 4px rgba(0,0,0,.3);
	font-weight: bold;
	margin-top: 20px;
	padding-left: 20px;
	text-transform: uppercase;
}
#price-list ul li:first-child {
	margin-top: 0;
}
#price-list ul li p {
	text-align: left;

}
.price-text {
	font-size: 18px;
	font-weight: 300;
	color: #fff;
	padding-left: 93px;
	margin-bottom: 30px;
}
.white-link {
	color: #fff;
	text-decoration: underline;
	text-align: center;
	text-transform: uppercase;
	transition: all .3s ease-in-out  .1s;
	-webkit-transition: all .3s ease-in-out  .1s;
	-ms-transition: all .3s ease-in-out  .1s;
	-moz-transition: all .3s ease-in-out  .1s;
	-o-transition: all .3s ease-in-out  .1s;
}
.white-link:hover {
	color: #ab0c19;
	text-decoration: underline;
}
/*************************************/
#catalog {
	background-image: url(../images/serv-bg.jpg);
	padding: 100px 0;
}
.cat-field li {
	margin-top: 40px;
}
.cat-field li:first-child {
	margin-top: 0;
}
.cat-block {
	border: 2px solid #C80512;
	overflow: hidden;
	cursor: pointer;
	display: inline-block;
	height: 250px;
}
.cat-text {
	background-color: #C80512;
	position: relative;

}
.cat-text:before {
	content: '';
	width: 219px;
	height: 14px;
	background: url(../images/cat-text.png) no-repeat;
	position: absolute;
	top: -13px;
	left: 0px;
	right: 0px;
	margin: auto;
}
.cat-text .text-block {
	height: 78px;
}
.cat-text p {
	font-size: 16px;
	color: #fff;
	display: table-cell;
	vertical-align: middle;

}
.cat-block:hover .cat-text:before {
	background-position: 0px -14px;
}
.cat-block:hover .cat-text  {
	background-color: #005B81;
}
.cat-block:hover {
	border-color: #005B81; 
}
.cat-img {
	height: 170px;
	overflow: hidden; 
}
.cat-img img {
	width: 217px;
}
/****************************/
.comments .blue-head {
	margin-bottom: 0;
	padding: 22px 0;
}
.comments-field {
	background-image: url(../images/comments-bg.jpg);
	padding: 30px 0;
	margin-bottom: -5px;
}
.comments-field  ul li {
	margin-top: 60px;
}
.comments-field  ul li:first-child {
	margin-top: 0px;
}
.comment-img {
	border: 2px solid #ab0c19;
	border-radius: 2px;
	width: 178px;
	height: 177px;
	overflow: hidden;
	display: inline-block;
	float: left;
	margin-right: 30px;
}
.cooment-text {
	display: inline-block;
}
.comment-img img {
	width: 178px;
}
.comment h3 {
	font-weight: bold;
	color: #ab0c19
}
.comment p {
	font-size: 18px;
}
.comments-field ul li:nth-child(even) .comment-img {
	float: right;
	margin-left: 30px;
	margin-right: 0px;
}
/***********************************/
.about-field {
	background-image: url(../images/about-bg.jpg);
}
.about-field p {
	color: #000;
	font-weight: 300;
}
/**********************************/
footer {
	background-image: url(../images/footer-bg.png);
	padding-top: 90px;
	position: relative;
	margin-top: -10px;
}

footer .logo {
	padding-left: 35px;
	background: url(../images/logo2.png) no-repeat left center;
	font-size: 14px;
	color: #fff;
	display: inline-block;
}

footer .logo:hover {
	color:#fff;
}

footer .home a, footer .home p {
	font-weight: 500;
	color: #fff;
	text-transform: uppercase;
	font-size: 14px;
	margin-bottom: -5px;
}
footer .home  {
	padding-left: 65px;
}
footer .home-text {
	display: inline-block;
	border-left: 1px solid #fff;
	padding-left: 15px;
	margin-left: 0px;
}

footer .phone-contact a {
	font-size: 18px;
	color: #fff;
	font-weight: 500;
	display: block;
	margin-bottom: 0px;
}
footer .phone-text {
	 display: inline-block;
    margin-left: 12px;
    width: auto;
}

footer .phone-contact a.red-link {
	color: #fff;
	text-decoration: underline;
	text-transform: uppercase;
	font-size: 14px;
	transition: all .3s ease-in-out  .1s;
	-webkit-transition: all .3s ease-in-out  .1s;
	-ms-transition: all .3s ease-in-out  .1s;
	-moz-transition: all .3s ease-in-out  .1s;
	-o-transition: all .3s ease-in-out  .1s;
}

.light {
	font-weight: 300;
}












/**********************************/
.titler {
	font-size: 36px;
	color: #ab0c19;
	padding: 15px;
}

.go-top {
	opacity: 0.7;
	position:fixed;
	bottom:10px; /* отступ кнопки от нижнего края страницы*/
	right:10px;
	cursor:pointer;
	display:none;
	z-index: 99999;
}
.go-top:hover {
	opacity: 1;
}
#inline .form-control, #inline1 .form-control {
	text-align: center;
	font-size: 18px;
}
#inline, #inline1 {
	width: 400px;
	z-index: 10000;
	position: relative;
}


@media only screen and (max-width: 990px) and (min-width: 320px) {
	
}
/******************************************/
.vaca {
	background-repeat: no-repeat;
	width: 100%;
	background-attachment: relative;
	background-position: center center;
	-webkit-background-size: 100%;
	-moz-background-size: 100%;
	-o-background-size: 100%;
	background-size: 100%;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	
	content: '';
	width: 1px;
	height: 1px;
	background: url(../images/pattern.png) no-repeat;
	position: absolute;
	top: 0px;
	left: 0px;

	transition: all 5s ease-in-out  5s;
	-webkit-transition: all 5s ease-in-out  5s;
	-ms-transition: all .3s ease-in-out  .1s;
	-moz-transition: all .3s ease-in-out  .1s;
	-o-transition: all .3s ease-in-out  .1s;

}


/* Required */

.hidden{
	opacity: 0;
}

.visible{
	opacity: 1;
}

