*::-webkit-input-placeholder {
	color: #666;
	opacity: 1;
}
*:-moz-placeholder {
	color: #666;
	opacity: 1;
}
*::-moz-placeholder {
	color: #666;
	opacity: 1;
}
*:-ms-input-placeholder {
	color: #666;
	opacity: 1;
}

body input:focus:required:invalid,
body textarea:focus:required:invalid {
	
}
body input:required:valid,
body textarea:required:valid {
	
}
body {
	font-family:'PT Sans', sans-serif;
	font-size: 15px;
	background-image: url(../img/top_bg.png);
	color: #000000;
	line-height: 1.4;
	overflow-x: hidden;
}
/* Шапка сайта Начало */
header {
	height: 112px;
	color: #000000;
	padding: 40px 0;
}
ul{
	margin: 0;
	padding: 0;
}
h1{
	color: #000;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 20px;
}
h2{
	margin: 20px 0 20px;
	text-transform: uppercase;
	font-size: 16px;
	font-weight: bold;
}
a,
a:hover,
a:focus,
a:active{
	outline: none;
}
table{
	padding: 0;
}
table ,th{
	border: 1px solid;
	border-color: #f15a24;
}
thead, tr, th{
	text-align: center;
}
thead{
	width: 100%;
	text-transform: uppercase;
}
.logo, .top_navigation, .top_navigation li, .tel{
	display: inline-block;
}
.container{
	max-width: 960px;
}
.top_navigation {
	text-align: right;
}
.top_navigation li {
	list-style-type: none;
	margin: 0 10px;
	text-transform: uppercase;
	font-weight: bold;
	line-height: 2.6;
}
.top_navigation li:nth-child(5){
	margin-right: 0;
}
.top_navigation li a{
	color: #000;
}
.top_navigation li a:hover,
.top_navigation li a:active{
	color: #f15a24;
}
.tel {
	text-transform: uppercase;
	font-weight: bold;
	color: #f15a24;
	text-align: right;
	background-image: url(../img/h_tel-icon.png);
	background-repeat: no-repeat;
	background-position: 42px center;
}
/* Шапка сайта Окончание */

/* Главная секция Начало */
.head_section {
	background-color: #e0e0e0;
	text-align: center;
	height: 666px;
	background-image: url(../img/hero_bg.png);
	background-repeat: no-repeat;
	background-position: center 115px;
	padding: 40px 0 0;
}
.head_section h1{
	font-size: 24px;
	text-transform: uppercase;
	margin: 0;
}
.subheader{
	font-size: 21px;
	font-weight: 400;
	margin: 12px 0 0;
}
.a_button{
	margin-top: 30px;
	display: inline-block;
}
.a_button:hover,
.a_button:active{
	background-color: #f15a24;
	color: #fff;
	border-color: #fff;
}
.head_section a{
	padding: 14px 30px;
	text-transform: uppercase;
	border: 1px solid;
	border-color: #000000;
	color: #000;
	font-weight: bold;
	border-radius: 5px;
	font-size: 20px;
}
/* Главная секция Окончание */

/*Секция иконок 1  Начало */
.wrap_icons {
	height: 240px;
	text-align: center;
	padding: 40px 0;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 14px;
}
.wrap_icons span{
	font-size: 13px;
}
.wrap_icons img {
	display: block;
	margin: auto;
	margin-bottom: 10px;
}
/*Секция иконок 1 Окончание */

/*Секция Текст и список*/

.text_section li{
	list-style-type: none;
}
.text_section li:before{
	content: "•";
	padding-right: 10px;
	color: #f15a24;
}
.text_section ul{
	padding-left: 4px;
}
/*Секция Галереи Начало*/
.item_block img{
	max-width: 100%;
	max-height: 158px;
}
.item_block {
	margin: 15px 0px;
	max-height: 158px;
}
/*Секция Галереи Окончание*/

/*Секция иконок 2 Начало*/
.section-icons_2 h2{
	margin: 20px 0 0;
}
/*Секция иконок 2 Окончание*/

/*Финальная секция Начало*/
.center_text{
	text-transform: uppercase;
	color: #f15a24;
	padding: 28px 23px 23px;
	text-align: center;
	border: 1px solid;
	display: block;
	max-width: 617px;
	margin: 20px auto;
	font-weight: bold;
}
.bef-aft_decoration{
	position: relative;
}

.center_text.bef-aft_decoration{
}
.bef-aft_decoration::before{
	content: '';
	position: absolute;
	width: 110px;
	height: 45px;
	background-image: url(../img/before-icon.png);
	top:24px;
	left:-132px;
}
.bef-aft_decoration::after{
	content: '';
	position: absolute;
	width: 110px;
	height: 45px;
	background-image: url(../img/after-icon.png);
	top:24px;
	right:-132px;
}
.s-nd_center_text{
	margin-top: 40px;
	text-align: left;
	color: #000;
	border-color: #f15a24;
	padding-left: 200px;
	background-image: url(../img/bg_block_action.png);
	background-position: left center;
	background-repeat: no-repeat;
	border: 2px solid;
	border-color: #f15a24;
	padding-bottom: 9px;
	padding-top: 25px;
}
.s-nd_center_text h3{
	margin: 0;
	color: #f15a24;
	font-size: 20px;
}
.s-nd_center_text p{
	color: #000;
}
.s-nd_center_text span{
	color: #f15a24;
}
.p-wrapper{
	margin: auto;
	text-align: center;
	font-weight: bold;
	text-transform: uppercase;
	margin-top: 40px;
	padding-bottom: 40px;
}
.p-wrapper p{
	margin: 0;
}
/*Финальная секция Окончание*/

/*Футер*/
footer{
	background: #343434;
	padding: 30px 0;
}
.contacts-wrapper{
	font-size: 15px;
	color: #fff;
	text-align: center;
}
.contacts-wrapper i{
	color: #f15a24;
	font-size: 30px;
	margin-bottom: 12px;
}
.contacts-wrapper span{
	font-weight: bold;
	margin-bottom: 22px;
}
.p_small{
	font-size: 13px;
	margin-bottom: 28px;
}
.text-icon i{
	font-size: 20px;
}
.text-icon a{
	color: #fff;
	text-decoration: underline;
}
.a-foot-button{
	margin: 0 -15px;
}
.fotter-button{
	text-transform: uppercase;
	color: #f15a24;
	border: 1px solid;
	border-color: #fff;
	border-radius: 5px;
	padding: 10px 10px;
	display: block;
	font-weight: bold;
}
.fancybox{
	overflow-x: hidden;
}
/*Футер Окончание*/

/*Секция продуктов Начало*/
.s-products{
	background-color: #e0e0e0;
	padding: 35px 0 40px;
}
.item-product{
	height: 160px;
	color: #000;
	margin: 0 -15px;
	text-align: center;
	text-transform: uppercase;
	display: block;
	font-weight: bold;
}
.item-product a{
	height: 160px;
	padding-top: 144px;
	display: block;
	color: #000;
	text-transform: uppercase;
}
.item-product a:hover,
.item-product a:active{
	color: #f15a24;
}
.item_product1{
	background-image: url(../img/product_s-1.png);
	background-position: center center;
}
.item_product2{
	background-image: url(../img/product_s-2.png);
	background-position: center center;
}
.item_product3{
	background-image: url(../img/product_s-8.png);
	background-position: center center;
	background-repeat: no-repeat;
}
/*Секция продуктов Окончание*/

/*Секция Контента начало*/
.main_content{
	padding: 40px 0 10px;
}
.main_content li{
	list-style-type: none;
}
.main_content li:before{
	content: "•";
	padding-right: 10px;
	color: #f15a24;
}
.main_content span{
	color: #f15a24;
	font-weight: bold;
}
.goods_wrapper{
	height: 276px;
	border: 1px #e0e0e0 solid;
	padding: 18px 0px;
	text-align: center;
	margin: 20px 0;
}
.goods_wrapper strong{
	display: block;
	margin-bottom: 15px;
	text-transform: uppercase;
	font-weight: bold;
}
.goods_wrapper img{
	width: 165px;
	height: 143px;
}
.goods_wrapper span{
	color: #f15a24;
	font-weight: bold;
}
.goods_wrapper strong span{
	text-transform: none;
	color: #000;
}
.contacts-header h1{
	color: #f15a24;
	text-transform: uppercase;
	font-size: 20px;
}
.wrapper-bg-contacts{
	padding: 24px 0;
	background-color: #e0e0e0;
	margin-bottom: 16px;
}
.google-map{
	margin: 0 -15px;
}
.contact_item{
	margin: 10px 0;
}
.cont-item_wrap{
	text-align: center;
}
.cont-item_wrap span{
	font-weight: bold;
}
.cont-item_wrap i{
	color: #f15a24;
	font-size: 30px;
	margin-bottom: 12px;
}
.cont-item_wrap .p_small{
	margin: 0;
}
.contact_item:nth-child(1){
	margin: -3px;
}
.contact_item a{
	color: #f15a24;
}
.text-icon>a>i{
	font-size: 20px;
}
.con-bt_wrap{
	text-align: center;
	text-transform: uppercase;
	color: #f15a24;
	border: 2px solid;
	display: block;
	border-radius: 5px;
	width: 166px;
	margin: auto;
}
.con-bt_wrap a{
	padding: 8px 16px;
	color: #f15a24;
	display: block;
}
.footer_cont{
	color: #fff;
	text-align: center;
}
.news-cont h1{
	color: #f15a24;
}
.news-cont img{
	display: block;
	width: 100%;
	margin: 16px 0;
	border: 1px #f15a24 solid;
}
.collums_news{
	height: 511px;
}
.news-cont .collums_news{
	border: 1px #f15a24 solid;
	border-top: none;
	border-bottom: none;
	padding: 10px 15px;
}
.news-cont .collums_news:nth-child(1){
	border-right: none;
}
.news-cont .collums_news:nth-child(2){
	border-right: none;
}
.news-cont h4{
	font-weight: normal;
	color: #f15a24;
}
.news-cont a{
	color: #f15a24;
}
.news-cont h2{
	margin-bottom: 30px;
}
.news-cont span a{
	color: #000;
}
.news-cont a:hover{
	text-decoration: underline;
}
.news-cont .row{
	margin: 20px 0 50px;
}
.news-cont .reed_more{
	position: absolute;
	bottom: 1px;
}
.img-news_wrap{
	display: block;
	width: 100%;
	margin: 0 -15px;
}
.img-news_wrap img{
	border: 0;
	width: 100%;
	display: block;
}
.price-s{
	padding: 15px 0;
}
.price-s h1{
	color: #f15a24;
	text-transform: uppercase;
	font-size: 15px;
	margin: 0;
	vertical-align: middle;
}
.price-s a{
	font-size: 15px;
	text-transform: uppercase;
	vertical-align: middle;
	padding: 8px 18px;
	border-radius: 5px;
	background-color: #f15a24;
	color: #fff;
	display: inline-block;
}
.col-md-6 .a-bt-downl-wrap {
text-align: right;
}
.mytable{
	padding: 20px 0;
}
.mytable img{
	width: 100%;
}