@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800|Russo+One&subset=cyrillic');
body {
	font-family: 'Open Sans', sans-serif;
}
header {
	background-image: url(/img/header-fon.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	background-size: cover;
	padding-top: 50px;
	padding-bottom: 40px;
}
header .logo {
	font-family: 'Russo One', sans-serif;
    text-transform: uppercase;
    font-size: 36px;
    color: #000;
    display: block;
    line-height: 1;
}
header h1 {
	font-size: 30px;
	font-weight: 100;
	text-transform: uppercase;
	display: block;
    width: 500px;
}
header h1 span {
	font-weight: 800;
	color: #049ecc;
	font-size: 36px;
	display: block;
	width: 610px;
}
header h2 {
	font-size: 23px;
    margin-top: 10px;
    font-weight: 600;
}
header h2 b {
	color: #CF0003;
}
header ul.h-price {
	
}
header ul.h-price li {
	list-style: none;
    font-size: 18px;
    position: relative;
    line-height: 40px;
    font-weight: 600;
}
header ul.h-price li:before {
	width: 30px;
	height: 28px;
	background-image: url(../img/h-price-list.png);
	background-repeat: no-repeat;
	background-position: center;
	content: '';
	position: absolute;
	left:-40px;
	bottom: 11px;
}
header .h-contact {
	position: relative;
}
header .h-contact .h-tel {
	position: absolute;
    top: 470px;
    background-color: #ffffff8f;
    border-radius: 5px;
    padding: 15px;
	-webkit-animation: pulsing 1.5s infinite;
  animation: pulsing 1.5s infinite;
}
@-webkit-keyframes pulsing {
  0% {
    -webkit-transform: scale(0.9, 0.9);
    transform: scale(0.9, 0.9)
  }
  50% {
    -webkit-transform: scale(1.0, 1.0);
    transform: scale(1.0, 1.0);
	 background-color: #ffffffff;
  }
  100% {
    -webkit-transform: scale(0.9, 0.9);
    transform: scale(0.9, 0.9);
  }
}
header .h-contact .h-tel  h4{
	font-family: 'Russo One', sans-serif;
    margin-bottom: 0;
}
header .h-contact .h-tel  p {
	font-size: 13px;
    font-weight: 600;
}
header .h-contact .h-tel  p.tel {
	font-size: 37px;
    font-weight: 700;
    color: #049ecc;
    margin-bottom: 0;
    line-height: 1;
}
.notice {
	font-size: 11px;
}
.inp, .btn  {
	width: 100%;
    border-radius: 4px;
	height: 50px;
	padding: 20px;
}
.btn {
	padding: inherit;
}
.form-zakaz {
	background-image: -webkit-linear-gradient(270deg,rgba(243,183,76,1.00) 2%,rgba(209,135,0,1.00) 2%,rgba(255,166,0,1.00) 98%,rgba(177,115,0,1.00) 98%);
	background-image: -moz-linear-gradient(270deg,rgba(243,183,76,1.00) 2%,rgba(209,135,0,1.00) 2%,rgba(255,166,0,1.00) 98%,rgba(177,115,0,1.00) 98%);
	background-image: -o-linear-gradient(270deg,rgba(243,183,76,1.00) 2%,rgba(209,135,0,1.00) 2%,rgba(255,166,0,1.00) 98%,rgba(177,115,0,1.00) 98%);
	background-image: linear-gradient(180deg,rgba(243,183,76,1.00) 2%,rgba(209,135,0,1.00) 2%,rgba(255,166,0,1.00) 98%,rgba(177,115,0,1.00) 98%);
	padding-top: 40px;
	padding-bottom: 60px;
	position: relative;
}
.form-zakaz>.slash-fon {
	background-image: url(../img/slash-fon.png);
    position: absolute;
    top: 6px;
    bottom: 6px;
    left: 0;
    right: 0;
    opacity: 0.05;
}
.form-zakaz h2 {
	font-size: 25px;
}
.form-zakaz .inp {
    border: 1px solid #bd7a00;
}
.form-zakaz .btn {
	box-shadow: none;
	color: #fff;
	background-image: -webkit-linear-gradient(270deg,rgba(192,0,0,1.00) 0%,rgba(133,0,0,1.00) 100%);
	background-image: -moz-linear-gradient(270deg,rgba(192,0,0,1.00) 0%,rgba(133,0,0,1.00) 100%);
	background-image: -o-linear-gradient(270deg,rgba(192,0,0,1.00) 0%,rgba(133,0,0,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(192,0,0,1.00) 0%,rgba(133,0,0,1.00) 100%);
}
#offer {
	padding-top: 40px;
	padding-bottom: 40px;
	background-color: #f7f5f5;
}
#offer .block {
	padding-top: 30px;
	padding-bottom: 30px;
}
#offer .block .img img {
	width: 80%;
    border: 10px solid #fff;
    box-shadow: 20px 20px 20px #00000075;
}
#offer .block .txt h3 {
	font-size: 30px;
	margin-top: 0;
}
#offer .block .txt h3 b {
	text-transform: uppercase;
	color: #ffb400;
}
#offer .block .txt ul {
	padding-left: 0;
}
#offer .block .txt ul>li {
	list-style: none;
    line-height: 40px;
    border-bottom: 1px solid #0000001a;
    border-top: 1px solid #ffffff8c;
	display: block;
}
#offer .block .txt ul>li:first-child {
	border-top: 0;
}
#offer .block .txt ul>li:last-child {
	border-bottom: 0;
}
#offer .block .txt ul>li span {
	float: right;
    color: #5a5959;
    font-weight: 600;
}
#offer .block .txt form {
	margin-top: 30px;
	margin-bottom: 10px;
}
#offer .block .txt form .inp {
	border: 1px solid #e6e6e6;
}
#offer .block .txt form .btn, #reestr-form form .btn {
	background-image: -webkit-linear-gradient(270deg,rgba(255,172,0,1.00) 0%,rgba(255,122,2,1.00) 100%);
	background-image: -moz-linear-gradient(270deg,rgba(255,172,0,1.00) 0%,rgba(255,122,2,1.00) 100%);
	background-image: -o-linear-gradient(270deg,rgba(255,172,0,1.00) 0%,rgba(255,122,2,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(255,172,0,1.00) 0%,rgba(255,122,2,1.00) 100%);
	font-weight: 600;
}
#reestr-form {
	background-image: url(../img/form-fon.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	padding-top: 50px;
    padding-bottom: 50px;
}
#reestr-form h2 {
	color: #ffb400;
    margin-bottom: 40px;
	font-family: 'Russo One', sans-serif;
}
#reestr-form form {
	
}
#reestr-form form .inp , #reestr-form form .btn {
	width: 70%;
	margin-bottom: 20px;
}
#reestr-form form .inp {
    border: 1px solid #fff;
}
#reestr-form form .btn {
	color: #000;
}
#reestr-form form p.notice {
	color: #fff;
}
#reestr-form form p.ok {
	color: #fff;
}
#numbers {
	background-color: #f7f5f5;
	padding-top: 40px;
	padding-bottom: 40px;
}
#numbers .block {
	position: relative;
	height: 65px;
	border-right: 1px solid #0000001a;
    border-left: 1px solid #ffffff8c;
}
#numbers .block:first-child {
	border-left: 0;
}
#numbers .block:last-child {
	border-right: 0;
}
#numbers .block img {
	position: absolute;
    left: 14%;
}
#numbers .block p {
	position: absolute;
    right: 0;
    width: 70%;
    font-size: 16px;
}
#numbers .block p b {
	display: block;
    font-size: 24px;
    font-weight: 800;
}
#garant {
	padding-top: 40px;
	padding-bottom: 80px;
}
#garant h2 {
	font-size: 30px;
	font-weight: 100;
	text-transform: uppercase;
	text-align: center;
	margin-bottom: 30px;
}
#garant h2 b {
	display: block;
	font-weight: 800;
}
#garant .block .slash-fon {
	background-image: url(../img/slash-fon.png);
	opacity: 0.04;
	position: absolute;
	left:0;
	right: 0;
	top: 0;
	bottom: 0;
}
#garant .block .fon {
	position: relative;
	height: 270px;
	background-image: -webkit-linear-gradient(270deg,rgba(255,205,104,1.00) 0%,rgba(255,156,67,1.00) 100%);
	background-image: -moz-linear-gradient(270deg,rgba(255,205,104,1.00) 0%,rgba(255,156,67,1.00) 100%);
	background-image: -o-linear-gradient(270deg,rgba(255,205,104,1.00) 0%,rgba(255,156,67,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(255,205,104,1.00) 0%,rgba(255,156,67,1.00) 100%);
	padding: 15px;
	border-radius: 6px;
	text-align: center;
	padding-top: 30px;
	box-shadow: 10px 10px 20px #00000014;
}
#garant .block .fon h3 {
	font-size: 18px;
	text-transform: uppercase;
}
#garant .block .fon h3 b {
	display: block;
}
#garant .block .fon p {

}
#plus {
	padding-top: 40px;
	padding-bottom: 40px;
	background-color: #049ecc;
}
#plus h2 {
	text-align: center;
    font-size: 30px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 700;
    margin-bottom: 30px;
}
#plus .block {
	text-align: center;
	margin-bottom: 30px;
}
#plus .block .img {
	border-radius: 50%;
}
#plus .block h5 {
	color: #fff;
	font-weight: 600;
	display: block;
	width: 60%;
    margin-left: 20%;
}
.price-form {
	padding-top: 40px;
	padding-bottom: 50px;
	background-color: #f7f5f5;
}
.price-form h2 {
	text-align: center;
	font-size: 24px;
	margin-bottom: 30px;
}
.price-form h2 b {
	display: block;
}
.price-form form .inp {
	border: 1px solid #ddd;
}
.price-form form .btn {
	background-image: -webkit-linear-gradient(270deg,rgba(255,172,0,1.00) 0%,rgba(255,122,2,1.00) 100%);
	background-image: -moz-linear-gradient(270deg,rgba(255,172,0,1.00) 0%,rgba(255,122,2,1.00) 100%);
	background-image: -o-linear-gradient(270deg,rgba(255,172,0,1.00) 0%,rgba(255,122,2,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(255,172,0,1.00) 0%,rgba(255,122,2,1.00) 100%);
	color: #000;
	font-weight: 600;
}
#map {
	position: relative;
}
#map .map-contact {
	position: absolute;
    padding: 25px;
    background-color: #fff;
    bottom: 50px;
    box-shadow: 5px 5px 30px 20px #0000002b;
}
#map .map-contact a {
	font-size: 24px;
}
#map .map-contact h2 {
	font-family: 'Russo One', sans-serif;
}
#map .map-contact h4 {
	margin-bottom: 0;
    font-weight: 600;
}
#map .map-contact p {
	font-size: 18px;
}
footer {
	background-image: url(../img/footer-fon.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	background-size: cover;
	padding-top: 40px;
    padding-bottom: 40px;
}
 footer p {
	color:#fff;
}
footer h2 {
	font-family: 'Russo One', sans-serif;
    color: #ff9f00;
}
footer form {
	
}
footer h3 {
	color: #e4e4e4;
    font-size: 18px;
	margin-top: 0;
}
footer form .inp {
	height: 40px;
    margin-bottom: 10px;
    width: 60%;
    border: 0;
}
footer form .btn {
	height: 40px;
    width: 60%;
    font-weight: 700;
	background-image: -webkit-linear-gradient(270deg,rgba(255,172,0,1.00) 0%,rgba(255,122,2,1.00) 100%);
    background-image: -moz-linear-gradient(270deg,rgba(255,172,0,1.00) 0%,rgba(255,122,2,1.00) 100%);
    background-image: -o-linear-gradient(270deg,rgba(255,172,0,1.00) 0%,rgba(255,122,2,1.00) 100%);
    background-image: linear-gradient(180deg,rgba(255,172,0,1.00) 0%,rgba(255,122,2,1.00) 100%);
}
footer p.notice {
	font-weight: 100;
	color: #b7b7b7;
}