@import "font.css";


body{
	font-family: "Roboto";
	font-size: 18px;
	line-height: 22px;
	color: #505050;
	overflow-x: hidden;
	font-weight: 300;
}

.main{
	max-width: 1920px;	
	margin: 0 auto;	
}

.section{
	position: relative;
	clear: left;
	padding: 40px 0;
}

.fright{
	float: right;
}


.h1, .h2{
	font-weight: 300;
	margin: 0;
}
.h1{
	font-size: 40px;
	line-height: 44px;	
	margin: 0;
	text-transform: uppercase;
}
.h2{
	font-size: 28px;
	line-height: 32px;
}
.h_block{
	padding-bottom: 30px;
}
.h--center{
	text-align: center;
}

.button{
	border-radius: 20px;
	padding: 8px 35px;
	color: #fff;
	font-weight: 400;
	display: inline-block;
}
.button:hover,
.button:focus{
	text-decoration: none;
	color: #fff;
}

.btn1{
	border: 2px solid #fff;	
	box-shadow: 1px 1px 4px rgba(0,0,0,0.5);
	}
	.btn1:hover,
	.btn1:focus{
		background: #fff;
		color: #333;
		
	}

.btn2{
	background: url('/assets/img/4.png') repeat-x top center;
	padding: 12px 80px;
	border: none;
	box-shadow: 2px 2px 4px rgba(0,0,0,0.5);
	}
	.btn2:hover,
	.btn2:focus{
		background-position: 0 -52px;
	}

.btn3{
	border: 2px solid #009bda;
	color: #009bda;
	box-shadow: 1px 1px 4px rgba(0,0,0,0.5);
	}
	.btn3:hover,
	.btn3:focus{
		color: #fff;
		background: #009bda;
	}


.input{
	padding: 15px;	
	background: #fff;
	border: 1px solid #aaa;
	border-radius: 5px;
	color: #000;
	width: 100%;
}
.input--min{
	width: 49%;
}
.error_name{
	margin-bottom: 10px;
	display: block;
	text-align: left;
}
.error_min{
	width: 50%;
	float: left;
}
.feedback_form .error{
	color: #000 !important;
}

.submit{
	margin: 10px auto;
	display: block;
	padding: 12px 40px;
}

.form ::-webkit-input-placeholder {color:#000;}
.form ::-moz-placeholder          {color:#000;}/* Firefox 19+ */
.form :-moz-placeholder           {color:#000;}/* Firefox 18- */
.form :-ms-input-placeholder      {color:#000;}

.copiright{
	padding: 5px;
	text-align: center;
}
.copiright a,
.copiright a:hover,
.copiright a:focus{
	color: #000;
	text-decoration: none;
}
.copiright img{
	margin-top: -3px;
}



.modal-content{
	text-align: center;
	padding: 10px;
}
.modal-title{
	font-size: 32px;
	line-height: 38px;
}


#jGrowl { 
    margin:0px 12px 0; 
}
.jGrowl.top-right { 
    top:45% !important;
    width:30% !important; 
    left:35% !important; 
}
#jGrowl .jGrowl-notification {
    position: relative;
    width: 500px;
    font-size: 150%;
    margin: -50px auto;
    padding: 30px;
    background: #fff;
    border: 10px solid #fff !important;
    border-radius: 0 !important;
    text-align: center;
}

@media (max-width: 780px) {
  .jGrowl.top-right{
    width: 100% !important;
    left: 0 !important;
  }

  #jGrowl .jGrowl-notification{
    width: 100% !important;
  }
}

#jGrowl .jGrowl-notification .jGrowl-close {
    position: absolute;
    right: 4px;
    top: 4px;
    color: #fff !important;
}
#jGrowl .jGrowl-notification .jGrowl-message {
    color: #fff !important;
    font-size: 119%;
    line-height: 109%;
}
#jGrowl .jGrowl-closer {
    margin: 0 auto;
    font-size: 119%;
    line-height: 100%;
}
#jGrowl .office-message-success {
    border-color: green !important;
}
#jGrowl .ms2-message-success {
    border-color: green !important;
}
ul.remont {
	
    list-style-image: url(/assets/img/galochka.png);
}
ul.remont li {
    /*padding-left: 10px;
    margin-bottom: 15px;
    background: url(/assets/img/galochka.png) no-repeat 0px 20px;*/
	list-style-type: none;
	margin-bottom: 15px;
}
.row-remont {
	margin-top: 50px;
}
.img-remont {float: top; width: 100%;padding-top: 100px;}