.wrapper {
	width: 940px;
	margin:0 auto;
	background-color: #fff;
	margin-top: 30px;
	color:#272e30;
}

.wrapper a {
	outline: none;
}

.clearfix {
	clear:both;
}

.head {
	background-image: url(http://media.lpgenerator.ru/images/10285/strelki_2.png#size_543x477);
	background-repeat: no-repeat;
	background-position: 100% 0%;
	height: 330px;
}

.slogan {
	float:right;
	margin: 40px 400px 0 0;
}

.slogan p{
	font-style: italic;
	font-size: 26px;
}

.slogan p a{
	color: #00e;
}

.goog {
	font-size: 30px;
	padding-top: 50px;
    line-height: 40px;
}

.clients {
	color: #d32825;
	font-style: italic;
	font-size: 18px;
	padding-top: 25px;
}

.features, .form {
	margin: 30px 0;
}

.features .col {
	display: inline-block;
	width:49%;
	vertical-align: top;
}

.features .col ul{
	padding: 0;
}

.features .col ul li{
	list-style: none;
}

.features .col ul li div {
	padding-left: 70px;
}

.features .col ul li img {
	float: left;
}

.features .col ul li h3 {
	font-size: 22px;
	padding: 0;
	margin: 0;
}

.features .col ul li p {
	font-size: 15px;
	font-style: italic;
	color: #545454;
}

.block6 {
    margin: 270px 0 0 0;
}
.portfolio .responce .pic {
    width: 300px;
    height: auto;
    border-radius: 0;
}

.form {
	background-image: url(http://media.lpgenerator.ru/images/10285/plashka-pod-formu_1.png#size_921x310);
	background-repeat: no-repeat;
	height: 317px;
    width: 944px;
}

.form form {
	width: 677px;
	margin: 0 auto;
}

.form form input.input {
	display: block;
    height: 36px !important;
    width: 307px !important;
	border-width: 1px;
    border-radius: 4px;
    border-color: #cccccc;
    font-weight: normal;
    margin-bottom: 8px;
    border-style: none;
	font-size: 18px;
    color: #272c30;
	padding-left: 10px;
}

input[type='text'], input[type='password'], input[type='tel'], input[type='email'], textarea {
	padding: 0;
}

.form .col {
	display: inline-block;
	width:49%;
	vertical-align: top;
	padding: 15px 0;
}

.form form+p {
	font-style: italic;
	font-size: 15px;
	color: #dcdcdc;
	text-align: center;
}

.form h3 {
	font-size: 34px;
	color: #d22c1c;
	text-align: center;
	margin:0;
	padding-top: 18px;
    padding-bottom: 5px;
}

.form h3+p {
	font-size: 17px;
	color: #010101;
	text-align: center;
	font-style: italic;
}

.politika {
	text-align:center;
	font-weight: bold;
}

.footer {
	background-image: url(http://media.lpgenerator.ru/images/10285/futerpattern.png#size_8x85);
	background-color: #ccc;
	background-position: 0 0;
    background-repeat: repeat-x;
	border-width: 1px;
	height: 85px;
	width: 100%;
	padding: 0;
}

.footer p {
	font-size: 26px;
	font-style: italic;
	color: #272e30;
	padding-top: 35px;
}

.footer p span {
	font-size: 18px;
	font-style: italic;
	color: #787a7b;
	padding-left: 20px;
}

#modal_form {
	width: 700px; 
	height: 600px; 
	border-radius: 5px;
	border: 3px #000 solid;
	background: #fff;
	position: fixed; 
	top: 25%; 
	left: 50%; 
	margin-top: -300px;
	margin-left: -350px; 
	display: none;
	opacity: 0; 
	z-index: 1000; 
	padding: 15px 10px;
	overflow: auto;
	
}
#modal_form #modal_close {
	width: 21px;
	height: 21px;
	position: absolute;
	top: 10px;
	right: 10px;
	cursor: pointer;
	display: block;
}
#overlay {
	z-index:999; 
	position:fixed; 
	background-color:#000; 
	opacity:0.8; 
	-moz-opacity:0.8; 
	filter:alpha(opacity=80);
	width:100%; 
	height:100%; 
	top:0; 
	left:0;
	cursor:pointer;
	display:none;
}

#slider {width: 940px; margin: 0 auto;margin-top:10px;}

.our_form {
	text-align: center;
	margin: 40px auto;
} 

.our_form input {
	display: inline-block;
    height: 36px !important;
    width: 250px;
	border: 1px solid #ccc;
    border-radius: 4px;
    font-weight: normal;
	font-size: 18px;
    color: #272c30;
	padding-left: 10px;
	margin-right: 20px;
} 

.our_form input[type=submit] {
	display: inline-block;
	padding: 5px 10px;
	background: #fff;
	border: 2px solid #EA2A12;
	font-weight: 700;
	width: 280px;
	line-height: 18px;
	margin-right: 0;
}

.our_form input[type=submit]:hover {
	background: #EA2A12;
	color: #fff;
}