/*
4. Шрифт не подгрузился, лучше сделай изображением
http://gyazo.com/489964776f2f5ca50a755afb6038cc68
*/


@font-face {
	font-family: "Open Sans"; /* Гарнитура шрифта */
	src: url(../font/Open_Sans.ttf); /* Путь к файлу со шрифтом */
}

@font-face {
	font-family: "PT Sans Narrow"; /* Гарнитура шрифта */
	src: url(../font/PT_Sans_Narrow.ttf); /* Путь к файлу со шрифтом */
}

@font-face {
	font-family: "Shlapak Script"; /* Гарнитура шрифта */
	src: url(../font/Shlapak_Script.otf); /* Путь к файлу со шрифтом */
}

[class^="icon-"]:before, [class*=" icon-"]:before {
	font-family: "fontello";
	font-style: normal;
	font-weight: normal;
}

header{
	background: #0f1521;
	margin: 0;
	overflow: hidden;
	text-align: center;
	border-top: 5px solid  #1aa156;
}

header:after{
	z-index: 1;
	content: '';
  	display: block;
  	position: absolute;
  	width: 100%;
  	height: 7px;
  	background-image: url(../img/saw.png);
  	background-repeat: repeat-x;
  	top: 100px;
}

header:before{
	left: 0;
	right: 0;
	top: 95px;
	bottom: 0;
	margin: auto;

	z-index: 2;
	content: '';
  	display: block;
  	position: absolute;
  	margin: 0 auto;
  	width: 370px;
  	height: 27px;
  	background-image: url(../img/header_triangle.png);
  	background-repeat: no-repeat;
}

nav{
	width: 1110px;
	margin: 0 auto;
}

nav ul{
	margin-top: 23px;
}

ul{
	margin-top: 0;
}

li{
	list-style-type: none;
	line-height: 58px;
	display: inline-block;
}

ul, li{
	padding: 0px;
}

.nav_left{
	margin-right: 115px;
}

.nav_right{
	margin-left: 90px;
}

h1{
	display: inline-block;
	color: #fff;
	font-family: "Shlapak Script";
	font-size: 48px;
	font-weight: normal;
	margin: 0;
	margin-top: 26px;
}

nav ul a{
	padding: 16px 26px;
	text-decoration: none;
	border: 1px solid #064723;
	font-family: "PT Sans Narrow";
	color: #fff;
	font-size: 18px;
}

nav ul a:hover{
	border: 1px solid #1aa156;
}

nav .logo{
	margin-top: 50px;
	padding: 0px;
}

nav ul:first-of-type{
	float: left;
}

nav ul:last-of-type{
	float: right;
}

main{
	margin: 0 auto;
	z-index: -2;
	position: relative;
}

body{
	margin: 0;
	z-index: -3;
	position: relative;
	font-family: "PT Sans Narrow";
}

.w1500px{
	width: 1500px;
}

.slider{
	z-index: -1;
	height: 493px;
	position: relative;
	margin: 0 auto;
	margin-top: -6px;
	background: #ccc;
}

.inside_slider{
	margin: 120px 0px 0px -475px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position: absolute;
	width: 950px;
	top: 0;
	left: 50%;
}

.inside_slider>a{
	padding: 16px;
	width: 100px;
	margin: 50px auto;
	text-align: center;
	display: block;
	background: #1aa156;
	color: #fff;
	text-decoration: none;
	font-size: 18px;
	font-family: "PT Sans Narrow";
}

.inside_slider span{
	font-size: 40px;
	padding: 3px 13px;
	line-height: 65px;
	font-family: "PT Sans Narrow";
}

.inside_slider span:nth-of-type(1){
	background: rgba(255,255,255,0.9);
	color: rgb(26,161,86);
}

.inside_slider span:nth-of-type(2){
	background: rgba(26,161,86,0.9);
	color: rgb(255,255,255);
}

.inside_slider span:nth-of-type(3){
	background: rgba(15,21,33,0.9);
	color: rgb(255,255,255);
}

.button{
	padding: 16px 26px;
	text-decoration: none;
	color: #fff;
	font-family: "PT Sans Narrow";
	font-size: 18px;
}

.order{
	width: 100%;
	position: relative;
	margin: 0 auto;
	background: #0f1521;
	color: #fff;
	text-align: center;
}

.order:before{
	content: "";
	/*clear: both;*/
	display: table;
}

.order>h2{
	font-size: 30px;
	font-weight: normal;
}

.order>article{
	display: inline-block;
	width: 390px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 18px 30px;
	margin: 15px 0 15px 0;
	vertical-align: top;
}

.order>article:nth-of-type(2){
	border-left: 1px solid  #151d2e;
	border-right: 1px solid  #151d2e;
}

article>h3{
	font-size: 18px;
}

article>p{
	font-size: 12px;
}

article>a{
	width: 100px;
	display: block;
	margin: 30px auto 0 auto;
	padding: 16px 26px;
	text-decoration: none;
	color: #fff;
	border: 1px solid #064723;
}

article>a:hover{
	background: #1aa156;
}

.review{
	width: 100%;
	position: relative;
	margin: 0 auto;
	padding-bottom: 1px;
	background: #f8f8f8;
}

.review:before{
	content: "";
	/*clear: both;*/
	display: table;
}

.review form{
	width: 1170px;
	height: 100px;
	margin: 50px auto;
	-webkit-box-shadow: 0px 0px 5px rgba(0,0,0,0.1);
	box-shadow: 0px 0px 5px rgba(0,0,0,0.1);
	background: #fff;
}

form img, form label, form input{
	vertical-align: top;
	font-size: 18px;
}

form img{
	width: 100px;
	height: 100px;
	padding: 30px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: inline-block;
	background: #0f1521;
}

form label{
	line-height: 100px;
	color: #1aa156;
	margin-left: 60px;
}

form input[type=text]{
/*	margin-top: 38px;
	margin-left: 120px;*/
/*	width: 600px;*/
	border: 0;
	outline-style: none;
}

form input[type=submit]{
	float: right;
	width: 100px;
	height: 100px;
	background: #1aa156;
	color: #fff;
	border: 0;
}


.review_slider{
	width: 1160px;
/*	height: 330px;*/
	margin: 50px auto;
/*	background: red;
	bottom: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;*/
}

.slide_top{
	background: #1aa156;
	color: #fff;
	line-height: 1em;
}

.slide_top:before{
	/*z-index: 1;*/
	content: '';
  	display: block;
  	position: absolute;
  	width: 100%;
  	height: 7px;
  	background-image: url(../img/saw.png);
  	background-repeat: repeat-x;
  	top: 210px;
}

.slide_top:after{
	left: 0;
	right: 0;
	top: 155px;
	bottom: 0;
	margin: auto;

	/*z-index: 2;*/
	content: '';
  	display: block;
  	position: absolute;
  	margin: 0 auto;
  	width: 110px;
  	height: 110px;
  	background-image: url(../img/man.jpg);
  	background-repeat: no-repeat;
}

.slide_text{
	width: 670px;
	margin: 0 auto;
	padding-top: 50px;
	padding-bottom: 80px;
	font-size: 14px;
	font-family: "PT Sans Narrow";
	text-align: center;
}

.slide_bottom{
	background: #0f1521;
	line-height: 1em;
	text-align: center;
	padding-top: 60px;
	padding-bottom: 20px;
}

.surname{
	margin: 0 auto;
	font-size: 14px;
	color: #fff;
	font-family: "PT Sans Narrow";
}

.occupation{
	margin: 0 auto;
	font-size: 14px;
	color: #1aa156;
	font-family: "PT Sans Narrow";
}

.clients{
	width: 1170px;
	height: 200px;
	margin: 50px auto;
	padding: 0 20px;
	background: #fff;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-box-shadow: 0px 0px 5px rgba(0,0,0,0.1);
	box-shadow: 0px 0px 5px rgba(0,0,0,0.1);
}

.clients h3{
	font-size: 18px;
	color: #1aa156;
	line-height: 80px;
	margin: 0;
	font-weight: normal;
}

.clients_slider{
	width: 1130px;
	background: #456368;
}

.title{
	width: 100%;
	height: 300px;
	margin: 0 auto;
	padding-top: 100px;
	border-top: 5px solid #1aa156;
	background: #0f1521;
	text-align: center;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.title p{
	font-size: 18px;
	color: #1aa156;
}

.social{
	width: 100%;
	height: 190px;
	margin: 0 auto;
	padding-top: 75px;
	text-align: center;
	background: #1aa156;
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.social:before{
	content: '';
  	display: block;
  	position: absolute;
  	width: 100%;
  	height: 7px;
  	background-image: url(../img/saw.png);
  	background-repeat: repeat-x;
  	top: 190px;
}

p{
	font-size: 12px;
}

.tweet{
	width: 370px;
	text-align: left;
	display: inline-block;
	position: relative;
}

.tweet p{
	font-family: "Open Sans";
	color: #fff;
}

.tweet>p:before{
	content: "";
	background-image: url(../img/tweet.png);
	-webkit-background-size: 100%;
	background-size: 100%;
	position: absolute;
	width: 36px;
	height: 27px;
	left: -50px;
	vertical-align: middle;
	display: inline-block;
	margin-right: 15px;
}

.copyright{
	width: 100%;
	height: 210px;
	background: #f8f8f8;
	text-align: center;
	padding-top: 50px;
	font-size: 0px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.copyright>a{
	/*font-family: "my_font";*/
	font-size: 18px;
	padding: 5px;
	text-decoration: none;
	background: #1aa156;
	color: #1d7243;
}

.copyright>a:hover{
	background: #0f1521;
	color: #f8f8f8;
}

.copyright>p{
	margin-top: 50px;
	font-size: 14px;
	font-family: "PT Sans Narrow";
	color: #1aa156;
}

.collect{
	width: 1170px;
	height: 100px;
	margin: 50px auto;
	-webkit-box-shadow: 0px 0px 5px rgba(0,0,0,0.1);
	box-shadow: 0px 0px 5px rgba(0,0,0,0.1);
	background: #fff;
}

.collect img{
	width: 100px;
	height: 100px;
	padding: 30px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: inline-block;
	background: #0f1521;
}

.collect p{
	display: inline-block;
	vertical-align: top;
	line-height: 100px;
	font-family: "PT Sans Narrow";
	margin: 0;
}

.collect p:first-of-type{
	font-size: 18px;
	color: #1aa156;
	margin-left: 60px;
}

.collect p:last-of-type{
	font-size: 14px;
	color: #000;
	margin-left: 170px;
}

.collect a{
	width: 100px;
	height: 100px;
	line-height: 100px;
	background: #1aa156;
	color: #fff;
	text-decoration: none;
	float: right;
	text-align: center;
}

.menu{
	width: 1170px;
	margin: 0px auto 25px auto;
	-webkit-box-shadow: 0px 0px 5px rgba(0,0,0,0.1);
	box-shadow: 0px 0px 5px rgba(0,0,0,0.1);
}

.type_of_dish{
	width: 265px;
	height: 860px;
	background: #0f1521;
	display: inline-block;
	vertical-align: top;
}

.type_of_dish h3{
	font-size: 18px;
	font-family: "PT Sans Narrow";
	color: #fff;
	font-weight: normal;
	text-align: center;
	background: #161f2f;
	margin: 0;
	line-height: 50px;
}

.type_of_dish>a{
	display: block;
	line-height: 50px;
	text-align: center;
	text-decoration: none;
	color: #fff;
}

.type_of_dish>a:hover{
	background: #1aa156;
}

.type_of_dish>a:first-of-type{
	margin-top: 50px;
}

.type_of_dish:before{
	content: "";
	/*clear: both;*/
	display: table;
}

table{
	display: inline-block;
	width: 897px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

tr:first-of-type{
	height: 50px;
	background: #fff;
	border: 0;
}

tr:last-of-type{
	border: 0;
}

tr{
	height: 100px;
	background: #f1f1f1;
	border-bottom: 1px solid  #fff;
}

td:nth-child(1){
	width: 533px;
}

td:nth-child(2){
	width: 180px;
	text-align: center;
}

td:nth-child(3){
	width: 180px;
	text-align: center;
}

td:nth-child(2)>h4{
	display: inline-block;
}

td:nth-child(3)>h4{
	display: inline-block;
}

td>h4{
	color: #1aa156;
	font-size: 18px;
}

.radius{
	margin-top: 0;
	margin-bottom: 0;
}

.pizza{
	margin: 10px;
	margin-left: 15px;
}

.table_button{
	text-decoration: none;
	color: #1aa156;
	font-size: 14px;
	padding: 10px;
	margin: 15px 10px 0px 15px;
	background: #000;
	float: right;
}

td>p{
	font-size: 14px;
	margin-left: 15px;
	margin-right: 0;
	width: 380px;
}

.pizza_info{
	width: 550px;
}

.question{
	width: 100%;
	height: 110px;
	background: #aeaeae;
	text-align: center;
}

.question:before{
	content: '';
	display: block;
	position: absolute;
	width: 100%;
	height: 4px;
	background-image: url(../img/gray_saw.png);
	background-repeat: repeat-x;
	top: 110px;
}

.question p{
	line-height: 110px;
	margin: 0;
	font-size: 30px;
	font-family: "PT Sans Narrow";
	color: #fff;
}

img.rectangle_img{
	padding: 30px 35px;
}

.map{
	margin: 0 auto;
	width: 1170px;
}

.contact_form_container{
	width: 1170px;
	margin: 40px auto 100px auto;
	padding: 10px 20px;
	overflow: hidden;
}

.contact_form h3{
	font-family: 'Oswald', sans-serif;
	font-weight: normal;
	color: #1aa156;
	line-height: 80px;
	margin: 0;
}

.contact_form{
	float: left;
	padding: 20px;
	width: 800px;
}

.name{
	border: 1px solid  #e5e5e5;
	position: relative;
	padding: 10px;
}

.name:before{
	content: "";
	background-image: url(../img/head.png);
	-webkit-background-size: 100%;
	background-size: 100%;
	position: absolute;
	top: 16px;
	left: 15px;
	width: 19px;
	height: 18px;
	display: inline-block;
}

.name input[type=text]{
	width: 730px;
	padding-top: 8px;
	padding-bottom: 8px;
	margin-left: 50px;
	font-family: "PT Sans Narrow";
	font-size: 14px;
}

.e-mail{
	border: 1px solid  #e5e5e5;
	position: relative;
	margin-top: 20px;
	padding: 10px;
}

.e-mail:before{
	content: "";
	background-image: url(../img/envelope.png);
	-webkit-background-size: 100%;
	background-size: 100%;
	position: absolute;
	top: 20px;
	left: 16px;
	width: 18px;
	height: 12px;
	display: inline-block;
}

.e-mail input[type=text]{
	width: 730px;
	height: 30px;
	margin-left: 50px;
	font-family: "PT Sans Narrow";
	font-size: 14px;
}

.tel{
	border: 1px solid  #e5e5e5;
	position: relative;
	margin-top: 20px;
	padding: 10px;
}

.tel:before{
	content: "";
	background-image: url(../img/handset.png);
	-webkit-background-size: 100%;
	background-size: 100%;
	position: absolute;
	top: 18px;
	left: 18px;
	width: 16px;
	height: 16px;
	display: inline-block;
}

.tel input[type=text]{
	width: 730px;
	height: 30px;
	margin-left: 50px;
	font-family: "PT Sans Narrow";
	font-size: 14px;
}

.message{
	border: 1px solid  #e5e5e5;
	position: relative;
	margin-top: 20px;
}

.message:before{
	content: "";
	background-image: url(../img/message.png);
	-webkit-background-size: 100%;
	background-size: 100%;
	position: absolute;
	top: 21px;
	left: 18px;
	width: 16px;
	height: 14px;
	display: inline-block;
}

.message textarea{
	width: 730px;
	margin: 10px 0px 10px 50px;
	line-height: 30px;
	resize: none;
	border: 0;
	font-family: "PT Sans Narrow";
	font-size: 14px;
	outline-style: none;
}

.contact_form>a{
	background: #0f1521;
	padding: 20px;
	margin-top: 20px;
	margin-bottom: 40px;
	color: #fff;
	display: block;
	float: right;
	font-family: "PT Sans Narrow";
	font-size: 14px;
	text-decoration: none;
}

.address{
	width: 270px;
	float: right;
	padding: 20px;

}

h5{
	line-height: 50px;
	font-family: "PT Sans Narrow";
	color: #1aa156;
	margin: 0;
	font-size: 18px;
	font-weight: normal;
}

hr{
	border: 0px;
	height: 1px;
}

.contacts{
	width: 270px;
	padding: 10px;
	margin-top: 20px;
	float: right;
	padding: 20px;
}

.contact_form, .address, .contacts{
	-webkit-box-shadow: 0px 0px 5px rgba(0,0,0,0.1);
	box-shadow: 0px 0px 5px rgba(0,0,0,0.1);
}

#comment{
	width: 600px;
	margin-top: 38px;
	margin-left: 70px;
}

.clients_slider .bxslider li{
	text-align: center;
}

.bxslider li img.partners{
	display: inline-block;
	margin: 0 40px 0 40px;
	vertical-align: middle;
}

.slider_a{
	display: inline-block;
}