body{
	margin: 0;
	padding: 0;
	font-family: 'Source Sans Pro', sans-serif;
	box-sizing: border-box;
}
li{
	list-style: none;
}
a{
	color: #fec616;
	text-decoration: none;
}
a:active,
a:hover, 
a:visited, 
a:focus {
    color: #F00;
    text-decoration: none;
}

p {
	font-size: 18px;
	color: #323232;
	margin: 0px;
}
p.text-p{/**/
	font-size: 35px;
	color: #f6f6f6;
	font-weight: 700;
	padding: 0px 0 0px 0;
	text-shadow: 2px 8px 6px rgba(0, 0, 0, 0.56), 0px -5px 35px rgba(255,255,255,0.3);
	text-align: center;
}
p.text-p-left{/**/
	font-size: 35px;
	color: #f6f6f6;
	font-weight: 700;
	padding: 0px 0 0px 0;
	text-shadow: 2px 8px 6px rgba(0, 0, 0, 0.56), 0px -5px 35px rgba(255,255,255,0.3);
	text-align: left;
}
p.stil_1 {
    font-size: 24px;
    color: #1a1a1a;
    background: #ededed;
    border-top: 1px solid #bcbcbc;
    border-bottom: 1px solid #bcbcbc;
    font-weight: 600;
    padding: 5px 0;
    text-shadow: 2px 8px 6px rgba(0,0,0,0.2), 0px -5px 35px rgba(255,255,255,0.3);
    margin-bottom: 5px;
    margin-top: 0px;
}
p.stil_2 {
	font-size: 36px;
    color: #1a1a1a;
    font-weight: 600;
    margin-bottom: 10px;
    margin-top: 20px;
    text-align: center;
    text-shadow: 2px 8px 6px rgba(0,0,0,0.2), 0px -5px 35px rgba(255,255,255,0.3);
}
p.stil_3 {
	font-size: 25px;
    color: #747474;
    text-transform: uppercase;
    margin-top: 10px;
	margin-bottom: 5px;
    font-weight: 700;
    text-shadow: 0 -1px 1px #ffffff;
}
h2.stil_h4 {
	font-size: 25px;
    color: #747474;
    margin-top: 20px;
    font-weight: 700;
    text-shadow: 0 -1px 1px #ffffff;
}





h2.stil_h2 {
    font-size: 25px;
    color: #747474;
    text-transform: uppercase;
    margin-top: 10px;
	margin-bottom: 5px;
    font-weight: 700;
    text-shadow: 0 -1px 1px #ffffff;
}
p.feature-detail_h2 {
    font-size: 36px; 
    color: #1a1a1a; 
    font-weight: 600;
    margin-bottom: 20px ;
    margin-top: 30px ;
	text-align: center !important;
    text-shadow: 2px 8px 6px rgba(0,0,0,0.2), 0px -5px 35px rgba(255,255,255,0.3);
}
h2.feature-detail_h4 {
    font-size: 25px;
	color: #747474;
   text-transform: uppercase;
    margin-top: 20px;
    font-weight: 700;
	text-shadow: 0 -1px 1px #ffffff;
}
h4{
	font-size: 18px;
	color: #fec616;
	text-transform: uppercase;
	margin-top: 80px;
	font-weight: 700;
}
h4.description{
	font-size: 36px;
	color: #fec616;
	text-transform: lowercase;
	margin-bottom: 0px;
	
}
h4.about_details{
	margin-top: 130px;
	font-size: 36px;
	text-transform: lowercase;
}
h3.text-slide { /* виды домов */
    font-size: 25px;
    color: #1a1a1a;
    text-transform: uppercase;
    margin-top: 0px;
    font-weight: 700;
	text-shadow: 0 -1px 1px #ffffff;
	margin-top: 30px;
}
h4.text-slide {
    font-size: 25px;
	color: #747474;
     /*color: #fec616;
   text-transform: uppercase;*/
    margin-top: 20px;
    font-weight: 700;
	text-shadow: 0 -1px 1px #ffffff;
}
p.text-slide {
    font-size: 25px !important;
	color: #747474 !important;
    text-transform: uppercase;
    margin-top: 20px;
    font-weight: 700;
	text-shadow: 0 -1px 1px #ffffff;
	text-align: center !important;
}
p.text-heading {
    font-size: 25px;
    color: #fec616;
    /*text-transform: uppercase;*/
    margin-top: 100px;
    font-weight: 700;
	    text-shadow: 0 -1px 1px #323232;
}
p.p_h3 {
    font-size: 30px;
    color: rgb(254, 198, 22)!important;
    text-align: center;
    margin-top: 0px;
    font-weight: 400;
	text-transform: uppercase;
    margin-top: 0px;
	text-shadow: 0 -1px 1px #000000;
}
h2{
	font-size: 36px;
	color: #1a1a1a;
	font-weight: 600;
	margin-bottom: 20px;
	margin-top: 0;
	text-shadow: 2px 8px 6px rgba(0,0,0,0.2), 0px -5px 35px rgba(255,255,255,0.3);
}
h2.feat{
	margin-top: 80px;
}
h2.cont{
	margin-top: 80px;
}
.animated {
  animation-duration: 3s;
  -webkit-animation-duration: 3s;
  -moz-animation-duration: 3s;
  -ms-animation-duration: 3s;
  -o-animation-duration: 3s;
}
.pricing-heading{
	text-align: center;
	margin-bottom: 30px;
}
.img-responsive {
	text-align: center;
	display: inline-block;
}
/*header area*/
.top-header{
	background:#ededed;
	position: fixed;
	width: 100%;
	z-index: 999;
		transition: all .7s ease 0s;
	-webkit-transition: all .7s ease 0s;
	-moz-transition: all .7s ease 0s;
	-o-transition: all .7s ease 0s;
	-ms-transition: all .7s ease 0s;
}
.top-header img.logo{
	margin-top: 0;
	transition: all .7s ease 0s;
	-webkit-transition: all .7s ease 0s;
	-moz-transition: all .7s ease 0s;
	-o-transition: all .7s ease 0s;
	-ms-transition: all .7s ease 0s;
}
.navbar-default {
  background-color: transparent;
  border-color: transparent;
  margin-bottom: 0;
}
.nav-bar{
	margin-top: 2px;
	transition: all .7s ease 0s;
	-webkit-transition: all .7s ease 0s;
	-moz-transition: all .7s ease 0s;
	-o-transition: all .7s ease 0s;
	-ms-transition: all .7s ease 0s;
}
.navbar-toggle span{
	color: #fff;
}
ul.nav{
	margin: 0;
	padding: 0;
}
a.navbar-sait{
 	position: relative;
	font-size: 16px;
	float: right;
	right: 0px;
	text-transform: capitalize;
	transition: all .7s ease 0s;
	-webkit-transition: all .7s ease 0s;
	-moz-transition: all .7s ease 0s;
	-o-transition: all .7s ease 0s;
	-ms-transition: all .7s ease 0s;
	padding: 8px 8px;
	margin:15px 0px 15px 15px;
	font-weight: 600;
	border-radius: 4px;
	border: 2px solid #323232;
	background: #fec616;
	color: rgba(0,0,0,0.9);
	text-shadow: 2px 8px 6px rgba(0,0,0,0.2),
                 0px -5px 35px rgba(255,255,255,0.3);

}
.navbar-default .navbar-nav>li>a {
 	font-size: 16px;
	
	text-transform: capitalize;
	transition: all .7s ease 0s;
	-webkit-transition: all .7s ease 0s;
	-moz-transition: all .7s ease 0s;
	-o-transition: all .7s ease 0s;
	-ms-transition: all .7s ease 0s;
	padding: 8px 8px;
	margin:15px 0px 15px 15px;
	font-weight: 600;
	border-radius: 4px;
	border: 2px solid #323232;
	color: rgba(0,0,0,0.9);
	text-shadow: 2px 8px 6px rgba(0,0,0,0.2),
                 0px -5px 35px rgba(255,255,255,0.3);

}
.navbar-default .navbar-nav>li>a:hover{

	color: #1a1a1a;
   
	border: 2px solid #fec616;
}
.navbar-default .navbar-nav>li>a.active{
	color: #1a1a1a;
	background:#fec616;
	border: 2px solid #323232;
	
}
.navbar-default .navbar-toggle {
  border: 2px solid #1a1a1a;
}

.long-block {
	background: #15141a;
    position: relative;
	padding: 60px 0px 20px 0px;
	text-align: center;
	border-bottom: 2px solid #323232;
}
.long {
	background: url(../img/daag1.png);
	position: relative;
	height: 100px;
	z-index: 99;
}




/*banner area*/
p.banner_h1 {
    font-size: 42px;
    color: rgb(255, 255, 255);
    margin-top: 107px;
    text-align: center;
}
.banner{
	background: url(../img/banner.jpg);
	background-repeat: no-repeat;
	background-position: center;
	overflow: hidden;
	-webkit-background-size: cover;
	background-size: cover;
}
.banner-text{
	 margin-bottom: 100px;
}
.banner-text p{
	font-size: 28px;
    color: #b1aeae;
    margin-top: 25px;
    font-weight: 600;
	text-shadow: 2px 8px 6px rgba(0,0,0,0.2), 0px -5px 35px rgba(255,255,255,0.3);
}
.banner h1 {
    font-size: 48px;
    color: rgb(255, 255, 255);
    margin-top: 110px;
    text-align: center;
}
.banner h2 {
    margin-top: 70px;
    color: rgb(255, 255, 255);
}
.banner h3 {
    font-size: 36px;
    color: rgb(254, 198, 22);
    text-align: center;
    margin-top: 0px;
    font-weight: 400;
}

/*
.banner p {
    font-size: 28px;
    color: rgb(177, 174, 174);
    margin-top: 25px;
    font-weight: 600;
}
*/
.banner span {
    font-size: 28px;
    color: rgb(254, 198, 22);
    margin-top: 25px;
    font-weight: 600;
}

.home-form{
	float: left;
}

.button_dom {
	margin-top: 20px;
	margin-right: 20px;
	
}
.button_dom  a{
	padding: 15px 20px;
	margin-left:20px;
	background: #fec616;
	border-radius: 4px;
	border: 2px solid #999999;
	float: right;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 16px;
	color: rgba(0,0,0,0.9);
	text-shadow: 2px 8px 6px rgba(0,0,0,0.2),
                 0px -5px 35px rgba(255,255,255,0.3);
}
.details p.text-slide_p {
	font-size: 14px;
}
.feature-detail p.text-slide_p {
	font-size: 14px;
}




.banner-img{
	position: relative;
}
.banner img{
	position: absolute;
	margin-top:50px;
}
.telephone{
	position: absolute;
	display: inline-block;
    padding: 0px 0 0px 0px;
}
.telephone_h {
    position: absolute;
    display: inline-block;
    top: 35px;
    padding: 0px;
}
.telephone_h i,
.telephone i{
    margin-right: 0px;
	color: #323232;
	font-size: 25px;
	text-shadow: 0 -1px 1px #fff;
	margin: 0 0 0px 20px;
}
.telephone a.flaticon.phone_head,
.telephone_h a.flaticon.phone_head {
    padding-bottom: 0px;
    font-size: 20px;
    font-weight: 600;
    color: rgb(130, 129, 129);
    text-shadow: rgb(255, 255, 255) 0px -1px 1px;
    margin: 0px;
}
.telephone_h span,
.telephone span{
    color: #323232;
	font-weight:800;
	font-size: 25px;
	text-shadow: 0 -1px 1px #fff;
}
/*_______________*/
.telephone1{}
.telephone1 i{
    margin-right: 0px;
	color: #323232;
	font-size: 30px;
	text-shadow: 0 -1px 1px #fff;
	margin: 0 0 0px 20px;
}
.telephone1 p{
    padding-bottom: 0px;
    font-size: 25px;
	font-weight:600;
	color: #323232;
	text-shadow: 0 -1px 1px #fff;
	margin: 0 0 0px;
}
.telephone1 span{
    color: #323232;
	font-weight:800;
	font-size: 30px;
	text-shadow: 0 -1px 1px #fff;
}
.head_contacts .open {
    margin-top: 20px;
    display: block;
    background: rgb(217, 38, 51);
    border-width: 1px;
    border-style: solid;
    border-color: rgb(192, 34, 45);
    border-image: initial;
    border-radius: 4px;
}
.head_contacts .open:hover {
    background: rgb(255, 0, 0);
}
a.sound {
    text-align: center;
    color: rgb(255, 255, 255);
    font: 400 22px/56px sans-serif;
}
/*features area*/
#blink {
    font-weight: bold;
    color: rgb(255, 255, 255);
    animation: blink 2s linear infinite;
    padding: 3px 9px;
    margin: 0px 0px 0px 5px;
    border-radius: 4px;
}
@-webkit-keyframes blink { 
	0% { background-color: #F00; }
	50% { background-color: rgba(0, 0, 0, 0); }
	100% { background-color: #F00; }
}

@keyframes blink {  
	0% { background-color: #F00; }
	50% { background-color: rgba(0, 0, 0, 0); }
	100% { background-color: #F00; } 
}
/*about*/
.img-about { /**/
    margin: 10px 0;
	border-radius: 10px; 
	box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}



/*features area*/


.features img{
	margin:auto;
	display: block;
	margin-bottom: 20px;
}
.features i.fa{
	font-size: 25px;
	color: #008ed6;
	font-weight: 700;
	width: 100px;
	  height: 100px;
	  border: 1px solid #e1e1e1;
	  line-height: 4;
	  border-radius: 50%;
	  cursor: pointer;
	  transition: all .7s ease 0s;
	  -webkit-transition: all .7s ease 0s;
	  -moz-transition: all .7s ease 0s;
	  -o-transition: all .7s ease 0s;
	  -ms-transition: all .7s ease 0s;
}
.features i.fa:hover{
	color: #fff;
	background: #008DD5;
}


.text-banner{
	padding: 0px 0px 10px 0px;
	border-radius: 4px;
    border: 1px solid #e0e0e0;
	background: #ffffff;
	 margin-bottom: 10px;
	  margin-top: 10px;
	 box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
	 transition: all .7s ease 0s;
    -webkit-transition: all .7s ease 0s;
    -moz-transition: all .7s ease 0s;
    -o-transition: all .7s ease 0s;
    -ms-transition: all .7s ease 0s;
}
/*details area*/
.details {
	background: #ffffff;
	padding: 0px 0;
}
.details-phone{
	margin-top: 80px;
	margin-bottom: 20px;
	position: absolute
}
.details-phone_1{
	margin-top: 80px;
	margin-bottom: 20px;
	opacity: 0; 
	filter: alpha(opacity=0); 
	position: absolute
}

.details ul{
	margin: 0;
	padding: 0;
}
.details ul li{
	font-size: 18px;
	color: #1b1b1b;
}
.details ul li i.fa{
	font-size: 20px;
	color: #fec616;
	height: 30px;
	width: 30px;
}

/*feature-detail area*/
.feature-detail{
	background: #ededed;
	padding: 0px 0;
}
.feature-detail h4{
	/*margin-top: 50px;*/
}
.feature-detail h2{
	margin-bottom: 10px;
}

.feature-detail li{
	font-size: 18px;
	color: #1b1b1b;
	text-align: justify;
}
.feature-detail ul li i.fa {
    font-size: 20px;
    color: #fec616;
    width: 30px;
}
li.descript {
	font-size: 20px;
	color: #000000;
	text-align: center;
	margin-bottom: 10px;
	text-shadow: 2px 8px 6px rgba(0,0,0,0.2), 0px -5px 35px rgba(255,255,255,0.3);
}
.horizontal-phone img{
	margin:30px 0;
}

/*pricing-slide area*/
.pricing-slide{
	background: url(../img/paralax.jpg);
	background-repeat: no-repeat;
	background-position: fixed;
	-webkit-background-size: cover;
	background-size: cover;
}
p.p-circle3 {
	margin-bottom: 10px;
	color: #f6f6f6;
	    text-shadow: 0 -1px 1px #323232;
}
p.p-circle2 {
	font-size: 22px;
	color: #f6f6f6;
	font-style: italic;
	font-weight: 300;
	margin-top: 50px;
	margin-bottom: 15px;
	text-align: justify;
}
.item img{
	float: left;
	margin-right: 20px;
	margin-bottom: 10px;
}
.img-circle {
    border-radius: 10px; 
}
p.p-circle{
	font-size: 16px;
	color: #fec616;
	font-weight: 700;
	text-transform: uppercase;
}
.item p{
	font-size: 20px;
	color: #f6f6f6;
	padding-top: 12px;
}

/*download area*/
.download{
	background: url(../img/fon.jpg);
	/*background: #15141a;*/
	padding: 20px 0 10px 0;
}


p.tel2 {
   font-size: 20px;
	color: #f6f6f6;
	font-weight: 300;
	padding: 0px 0 0px 0;
}

.telephone2{}
.telephone2 i{
    margin-right: 0px;
	color: #fec616;
	font-size: 30px;
	text-shadow: 0 -1px 1px #323232;
	margin: 10px 0 10px 0px;
}
.telephone2 a.flaticon.phone_head {
    font-size: 20px;
    font-weight: 700;
    color: rgb(255, 255, 255);
    text-shadow: rgb(50, 50, 50) 0px -1px 1px;
    margin: 0px;
    padding: 0px;
}
.telephone2 span{
    margin-right: 0px;
	color: #fec616;
	font-size: 30px;
	text-shadow: 0 -1px 1px #323232;
	margin: 10px 0 10px 0px;
}
/* Кнопка заказа обратного звонка */
.head_contacts .open {
    margin-top: 20px;
    display: block;
    background: rgb(217, 38, 51);
    border-width: 1px;
    border-style: solid;
    border-color: rgb(192, 34, 45);
    border-image: initial;
    border-radius: 4px;
}
.head_contacts .open:hover {
    background: rgb(255, 0, 0);
}
a.sound {
    text-align: center;
    color: rgb(255, 255, 255);
    font: 400 22px/56px sans-serif;
}
/*price-plan area*/
.price-plan img{
	margin: 5px 0;
}
 img.img-plan{
	height: 70%;
	width: 70%;
}
.single-table{
	border: 1px solid #e0e0e0;
	margin-bottom: 60px;
	border-radius: 4px;
}
.table-heading{
	/*background: #fec616;*/
}
.single-table h3{
	font-size: 25px;
	color: #323232;
	font-weight: 600;
	text-shadow: 2px 8px 6px rgba(0,0,0,0.2), 0px -5px 35px rgba(255,255,255,0.3);
	border-bottom: 1px solid #e0e0e0;
	border-radius: 4px 4px 0px 0px ;
	padding: 18px;
	line-height: 1;
	margin-top: 0;
	text-transform: uppercase;
	margin-bottom: 0;
	transition:all .5s ease 0s;
	-webkit-transition:all .5s ease 0s;
	-moz-transition:all .5s ease 0s;
	-o-transition:all .5s ease 0s;
	-ms-transition:all .5s ease 0s;
	    background: #ededed;
}
.table-price{
	position: relative;
	border-bottom: 1px solid #e0e0e0;
	display: block;
	transition:all .5s ease 0s;
	-webkit-transition:all .5s ease 0s;
	-moz-transition:all .5s ease 0s;
	-o-transition:all .5s ease 0s;
	-ms-transition:all .5s ease 0s;
}
.table-price h5{
	font-size: 30px;
	font-weight: 600;
	color: #1a1a1a;
	line-height: 1;
	margin-bottom: 0;
	margin-top: 0;
	padding: 10px 0;
	border-top: 1px solid #e0e0e0;
	transition:all .5s ease 0s;
	-webkit-transition:all .5s ease 0s;
	-moz-transition:all .5s ease 0s;
	-o-transition:all .5s ease 0s;
	-ms-transition:all .5s ease 0s;
}
/*
.table-price h5 span{
	position: absolute;
	font-size: 25px;
	top: 21%;
	left: 34%;
	font-weight: 600;
}*/
.table-price p{
  font-size: 18px;
  color: #595959;
  line-height: 1;
  margin-bottom: 22px;
  transition:all .5s ease 0s;
	-webkit-transition:all .5s ease 0s;
	-moz-transition:all .5s ease 0s;
	-o-transition:all .5s ease 0s;
	-ms-transition:all .5s ease 0s;
}
.table-description {
	
	padding: 0px 0px;
	
}
.table-description p{
	text-align: left;
	font-size: 18px;
	color: #323232;
	padding: 3px 5px 2px 15px;
	margin-bottom: 0;
	transition:all .5s ease 0s;
	-webkit-transition:all .5s ease 0s;
	-moz-transition:all .5s ease 0s;
	-o-transition:all .5s ease 0s;
	-ms-transition:all .5s ease 0s;
}

.button_price {
	margin-top: 20px;
	/*margin-right: 20px;*/
	
}
.button_price  a{
	width: 100%;
	/*margin-top: 20px;*/
    display: block;
    background: rgb(217, 38, 51);
    border-width: 1px;
    border-style: solid;
    border-color: rgb(192, 34, 45);
    border-image: initial;
    border-radius: 0px 0px 4px 4px;
	text-align: center;
    color: rgb(255, 255, 255);
    font: 400 22px/56px sans-serif;
	/*padding: 15px 20px;
	background: #fec616;
	border-radius: 4px;
	border: 2px solid #999999;
	 text-decoration: none;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 16px;
	color: rgba(0,0,0,0.9);
	text-shadow: 2px 8px 6px rgba(0,0,0,0.2),
                 0px -5px 35px rgba(255,255,255,0.3);*/
}
.button_price  a:hover {
    background: rgb(255, 0, 0);
}
#triangle-topleft {
	position: absolute;
	width: 0;
	height: 0;
	border-top: 100px solid rgb(217, 38, 51); 
	border-right: 100px solid transparent;			
}





.free h5 span{
	left: 39%;
}
.business h3{
	font-size: 25px;
	font-weight: 600;
	color: #323232;
	text-shadow: 2px 8px 6px rgba(0,0,0,0.2), 0px -5px 35px rgba(255,255,255,0.3);
}
.business-price{
	    background: #ededed;
	/*background: #febf2f;*/
}
.business-price p{
	color: #fff;
}
.business button{
	/*background: #febf2f;*/
	color: #323232;
	border:2px solid #323232;
}
.business h5{
	/*color: #323232;*/
}
.single-table:hover{
	box-shadow: 0 0 10px 5px rgba(221, 221, 221, 1);
/*	border: 1px solid #e0e0e0;
	border: 1px solid #febf2f;*/
	border-width: 1px;
    border-style: solid;
    border-color: rgb(192, 34, 45);
	border-radius: 4px;
}
.single-table:hover.single-table h3{
	
}
.single-table:hover .table-description button{
	/*background: #febf2f;*/
	color: #323232;
	
}
.single-table:hover .table-price h5{
	color: #323232;
}
.single-table:hover .table-price p{
	color: #fff;
}
.single-table:hover .table-price{
/*	background: #febf2f;*/
}
/*contact area*/
.contact{
	background: #ededed;
	position: relative;
	/*height: 700px;*/
}
.contact-heading img{
	margin: auto;
	margin-bottom: 30px;
}
.contact i.fa{
	color: #008ed6;
	font-size: 20px;
	padding: 20px;
}

.contact-form{
	background: #15141a;
	overflow: hidden;
	z-index: 222;
	position: relative;
	margin-top: 0px;
}
.contact-form-left, .contact-form-right{
	margin-top: 0px;
}
.contact-form-left input{
	display: inline-block;
    vertical-align: top;
    min-width: 60px;
    width: 100%;
    height: 43px;
    background: white;
    border-radius: 4px;
    border: 1px solid #323232;
    font: 16px/40px 'Open Sans';
    padding: 0 15px;
    position: relative;
    margin-bottom: 10px;
    box-shadow: inset 0 3px 6px rgba(0, 0, 0, .2);
    font-weight: 600;
	
	
	/*width: 100%;
	height: 50px;
	padding: 12px;
	border-radius: 4px;
	border: 1px solid #fec616;
	color: #fff;
	background: transparent;
	font-size: 16px;
	margin-bottom: 10px;
	font-weight: 600;*/
}

.contact-form-right input{
	 width: 100%;
	margin-top: 20px;
    display: block;
    background: rgb(217, 38, 51);
    border-width: 1px;
    border-style: solid;
    border-color: rgb(192, 34, 45);
    border-image: initial;
    border-radius: 4px;
	text-align: center;
    color: rgb(255, 255, 255);
    font: 400 22px/56px sans-serif;
	/*width: 160px;
    height: 50px;
    background: #fec616;
    text-transform: uppercase;
    transition: all .7s ease 0s;
    -webkit-transition: all .7s ease 0s;
    -moz-transition: all .7s ease 0s;
    -o-transition: all .7s ease 0s;
    -ms-transition: all .7s ease 0s;
    font-weight: 600;
    border-radius: 4px;
    border: 2px solid #999999;
    color: rgba(0,0,0,0.9);
    text-shadow: 2px 8px 6px rgba(0,0,0,0.2), 0px -5px 35px rgba(255,255,255,0.3);
    font-size: 16px;
    margin-bottom: 20px;
	margin-top: 30px;*/
}
.contact-form-right input:hover {
    background: rgb(255, 0, 0);
}
.contact-text-right,
.contact-text-left{
	padding: 20px 20px 10px 20px;
	border-radius: 4px;
    border: 1px solid #e0e0e0;
	background: #ffffff;
	 margin-bottom: 10px;
	 box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
	 transition: all .7s ease 0s;
    -webkit-transition: all .7s ease 0s;
    -moz-transition: all .7s ease 0s;
    -o-transition: all .7s ease 0s;
    -ms-transition: all .7s ease 0s;
}
.contact-text-left:hover,
.contact-text-right:hover{
	/*border: 1px solid #fec616;*/
	
}
h5.contacts {
    font-size: 18px;
    text-align: left;
    margin-bottom: 20px;
    font-weight: 600;
    text-shadow: 2px 8px 6px rgba(0,0,0,0.2), 0px -5px 35px rgba(255,255,255,0.3);
    color: rgba(0,0,0,0.9);
   
}
p.contacts {
    font-size: 18px;
    text-align: left;
    margin-bottom: 20px;
    font-weight: 600;
    text-shadow: 2px 8px 6px rgba(0,0,0,0.2), 0px -5px 35px rgba(255,255,255,0.3);
    color: rgba(0,0,0,0.9);
   
}
.contact-text-right p,
.contact-text-left p{
	font-size: 16px;
	    color: #000000;
		line-height: 20px;
		text-align: justify;
}


/****************************************/

.contact_form_zakaz{
	background: #ffffff;
	overflow: hidden;
	z-index: 222;
	position: relative;
	margin-top: 0px;
}
.contact_form_zakaz p{
	text-align: center;
	    font-size: 20px;
    color: #1a1a1a;
    font-weight: 400;
    padding: 0px 0 0px 0;
}


.input_zakaz,
.radio_zakaz {
    margin-top: 10px;
	 margin-left: 30px;
}
.input_zakaz div,
.radio_zakaz div {
    float: left;
}
.radio_zakaz input {
    position: absolute;
    left: -9999px;	
}
.input_zakaz input{
    display: inline-block;
    vertical-align: top;
    min-width: 60px;
    width: 50%;
	height: 43px;
	background: white;
    border-radius: 4px;
    border: 1px solid #323232;
    font: 16px/40px 'Open Sans';
    padding: 0 15px;
    position: relative;
	margin-right: 5px;
	box-shadow: inset 0 3px 6px rgba(0, 0, 0, .2);
	font-weight: 600;
	
}
.radio_zakaz label {
    display: inline-block;
    vertical-align: top;
    min-width: 160px;
    height: 43px;
	background: white;
    border-radius: 4px;
    border: 1px solid #323232;
    font: 16px/40px 'Open Sans';
    padding: 0 15px;
   text-align: center;
   position: relative;
	margin-right: 10px;
	box-shadow: inset 0 3px 6px rgba(0, 0, 0, .2);
	font-weight: 600;
	cursor: pointer
}
.radio_zakaz input:checked + label {
   background: #fec616;  
}
.zakaz_but{
    
    padding: 0 40px;
   
}
.zakaz_buttons{
	float: left;
	margin-right: 10px;
	
}



.zakaz_buttons input{
    display: inline-block;
    vertical-align: top;
    
    width: 100%;
    height: 43px;
    background: white;
    border-radius: 4px;
    border: 1px solid #323232;
    font: 16px/40px 'Open Sans';
    padding: 0 15px;
    position: relative;
    margin-bottom: 20px;
    box-shadow: inset 0 3px 6px rgba(0, 0, 0, .2);
    font-weight: 600;
}
.zakaz_buttons-submit input{
  float: right;
  width: 50%;
    margin-top: 10px;
    display: block;
    background: rgb(217, 38, 51);
    border-width: 1px;
    border-style: solid;
    border-color: rgb(192, 34, 45);
    border-image: initial;
    border-radius: 4px;
    text-align: center;
    color: rgb(255, 255, 255);
    font: 400 22px/56px sans-serif;
	
}
.zakaz_buttons-submit input:hover {
    background: rgb(255, 0, 0);
}
h4.modal-title{
	font-size: 25px;
    color: #1a1a1a;
    font-weight: 700;
    padding: 0px 0 0px 0;
       text-shadow: 2px 8px 6px rgba(0,0,0,0.2), 0px -5px 35px rgba(255,255,255,0.3);
	
}
.modal-header {
        background: rgb(237, 237, 237);
		    border-bottom: 1px solid #e0e0e0;
}
h5.contacts {
    font-size: 18px;
    text-align: left;
    margin-bottom: 20px;
    font-weight: 600;
    text-shadow: 2px 8px 6px rgba(0,0,0,0.2), 0px -5px 35px rgba(255,255,255,0.3);
    color: rgba(0,0,0,0.9);
   
}
p.contacts {
    font-size: 18px;
    text-align: left;
    margin-bottom: 20px;
    font-weight: 600;
    text-shadow: 2px 8px 6px rgba(0,0,0,0.2), 0px -5px 35px rgba(255,255,255,0.3);
    color: rgba(0,0,0,0.9);
   
}
.contact-text-right p,
.contact-text-left p{
	font-size: 16px;
	    color: #000000;
		line-height: 20px;
		text-align: justify;
}


/*map section*/
#map{
	width: 100%;
	height: 370px;
	pointer-events: none;
}
/*footer section*/
.footer{
	background: url(../img/fon.jpg);
	/*background: #15141a;*/
	padding: 20px 0;
}
h4.text-footer {
    font-size: 20px;
        color: #f6f6f6;
    margin-top: 10px;
    font-weight: 700;
       text-shadow: 2px 8px 6px rgba(0, 0, 0, 0.56), 0px -5px 35px rgba(255,255,255,0.3);
}
.footer p{
	font-size: 18px;
	color: #e3e3e3;
	font-weight: 400;
	text-align: center;
	text-shadow: 2px 8px 6px rgba(0, 0, 0, 0.56), 0px -5px 35px rgba(255,255,255,0.3);
}
p.text-footer {
    text-transform: uppercase;
    margin: 5px 0 0 0;
}
p.text-footer_p {
    text-transform: uppercase;
   
}
p.text-footer2 {
    margin: 5px 0 0 0;
}
p.text-footer_t {
  margin: 0px 0 0 0;
}
p.text-footer_t img {
   width:5%;
}

.footer i.fa{
	font-size: 15px;
	padding: 20px;
	color: #444348;
	margin-top: 20px;
}
.footer i.fa:hover{
	color: #008ed6;
}

.footer p a{
	color: #fec616;
}
.footer p a:hover{
	color: #F00;
}
/*************************/
#form-raschet_bodi {
	background: white;
	padding: 0px 20px 20px 20px;
	box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
	border-radius: 4px;
    border: 1px solid #e0e0e0; 
	float: left;
	cursor: default
}
.form-raschet{
   float: left;
	margin: 5px 0;
}

.form-raschet p{
    font-size: 20px;
    color: #1a1a1a;
    font-weight: 400;
    padding: 0px 0 0px 0;
}
.input_buttonss,
.input_buttons,
.radio_buttonss,
.radio_buttons {
    margin-top: 10px;
}
.input_buttonss div,
.input_buttons div,
.radio_buttonss div,
.radio_buttons div {
    float: left;
}

.radio_buttonss input,
.radio_buttons input {
    position: absolute;
    left: -9999px;
	
	
}
.input_buttonss input{
    position: relative;
   margin: 1px 0 0;
    min-width: 60px;
	height: 43px;
	z-index: 3;
	
	cursor: pointer
}
.input_buttons input{
    display: inline-block;
    vertical-align: top;
    min-width: 60px;
    width: 50%;
	height: 43px;
	background: white;
    border-radius: 4px;
    border: 1px solid #323232;
    font: 16px/40px 'Open Sans';
    padding: 0 15px;
    position: relative;
	margin-right: 5px;
	box-shadow: inset 0 3px 6px rgba(0, 0, 0, .2);
	font-weight: 600;
	
}
.input_buttonss label {
    display: inline-block;
    vertical-align: top;
    min-width: 60px;
    height: 44px;
	background: white;
    border-radius: 4px;
    border: 1px solid #323232;
    font: 16px/40px 'Open Sans';
    padding: 0 15px 0 55px;
    position: relative;
	margin-right: 5px;
	margin-left: -57px;
	font-weight: 600;
	z-index: 2;
}

.radio_buttonss label ,
.radio_buttons label {
    display: inline-block;
    vertical-align: top;
    min-width: 60px;
    height: 43px;
	background: white;
    border-radius: 4px;
    border: 1px solid #323232;
    font: 16px/40px 'Open Sans';
    padding: 0 15px;
    position: relative;
	margin-right: 5px;
	box-shadow: inset 0 3px 6px rgba(0, 0, 0, .2);
	font-weight: 600;
	cursor: pointer
}
.radio_buttonss input:checked + label,
.radio_buttons input:checked + label {
   background: #fec616;  
}


/************************************/
.submit_buttonss{
    float: left;
	margin: 5px 0;
}
.submit_buttonss input.submit-text {
    display: inline-block;
    vertical-align: top;
    min-width: 60px;
    width: 100%;
    height: 43px;
    background: white;
    border-radius: 4px;
    border: 1px solid #323232;
    font: 16px/40px 'Open Sans';
    padding: 0 15px;
    position: relative;
    margin-bottom: 10px;
    box-shadow: inset 0 3px 6px rgba(0, 0, 0, .2);
    font-weight: 600;
}
.submit_buttonss input.submit-btn {
      width: 100%;
	margin-top: 20px;
    display: block;
    background: rgb(217, 38, 51);
    border-width: 1px;
    border-style: solid;
    border-color: rgb(192, 34, 45);
    border-image: initial;
    border-radius: 4px;
	text-align: center;
    color: rgb(255, 255, 255);
    font: 400 22px/56px sans-serif;
}
.submit_buttonss input.submit-btn:hover {
    background: rgb(255, 0, 0);
}
.head_contacts .open {
    margin-top: 20px;
    display: block;
    background: rgb(217, 38, 51);
    border-width: 1px;
    border-style: solid;
    border-color: rgb(192, 34, 45);
    border-image: initial;
    border-radius: 4px;
}
.head_contacts .open:hover {
    background: rgb(255, 0, 0);
}
a.sound {
    text-align: center;
    color: rgb(255, 255, 255);
    font: 400 22px/56px sans-serif;
}
/*********************************************/
.gallery {
    margin: 120px auto 120px;
    width: auto;
}
.gallery a {
    display: inline-block;
    height: 135px;
    position: relative;
    width: 180px;

    /* Отключаем выделение */
    -moz-user-select: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    user-select: none;
}

.gallery a img {
    border: 8px solid #fff;
    border-bottom: 20px solid #fff;
    cursor: pointer;
    display: block;
    height: 100%;
    left: 0px;
    position: absolute;
    top: 0px;
    width: 100%;
    z-index: 1;

    /* Свойства для изменения рамки */
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;

    /* Правила перехода */
    -webkit-transition: all 1.0s ease;
    -moz-transition: all 1.0s ease;
    -o-transition: all 1.0s ease;
    transition: all 1.0s ease;

    /* Тени */
    -moz-box-shadow: 2px 2px 4px #444;
    -webkit-box-shadow: 2px 2px 4px #444;
    -o-box-shadow: 2px 2px 4px #444;
    box-shadow: 2px 2px 4px #444;
}

/* Вращение  */
.gallery a:nth-child(1) img {
    -moz-transform: rotate(-25deg);
    -webkit-transform: rotate(-25deg);
    transform: rotate(-25deg);
}
.gallery a:nth-child(2) img {
    -moz-transform: rotate(-20deg);
    -webkit-transform: rotate(-20deg);
    transform: rotate(-20deg);
}
.gallery a:nth-child(3) img {
    -moz-transform: rotate(-15deg);
    -webkit-transform: rotate(-15deg);
    transform: rotate(-15deg);
}
.gallery a:nth-child(4) img {
    -moz-transform: rotate(-10deg);
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
}
.gallery a:nth-child(5) img {
    -moz-transform: rotate(-5deg);
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
}
.gallery a:nth-child(6) img {
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}
.gallery a:nth-child(7) img {
    -moz-transform: rotate(5deg);
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg);
}
.gallery a:nth-child(8) img {
    -moz-transform: rotate(10deg);
    -webkit-transform: rotate(10deg);
    transform: rotate(10deg);
}
.gallery a:nth-child(9) img {
    -moz-transform: rotate(15deg);
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
}
.gallery a:nth-child(10) img {
    -moz-transform: rotate(20deg);
    -webkit-transform: rotate(20deg);
    transform: rotate(20deg);
}
.gallery a:nth-child(11) img {
    -moz-transform: rotate(25deg);
    -webkit-transform: rotate(25deg);
    transform: rotate(25deg);
}
.gallery a:nth-child(12) img {
    -moz-transform: rotate(30deg);
    -webkit-transform: rotate(30deg);
    transform: rotate(30deg);
}

.gallery a:focus img {
    cursor: default;
    height: 250%;
    left: -150px;
    top: -100px;
    position: absolute;
    width: 250%;
    z-index: 25;

    /* Правила перехода */
    -webkit-transition: all 1.0s ease;
    -moz-transition: all 1.0s ease;
    -o-transition: all 1.0s ease;
    transition: all 1.0s ease;

    /* Правила перехода */
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
}
 