/*==============================================================================
								NORMOLIZE.CSS STYLE	
==============================================================================*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footesr, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/*==============================================================================
								CUSTOM STYLE	
==============================================================================*/
*{
	box-sizing: border-box;
}
.fixed_header{
	position: fixed;
	top: 0;
	left: 0;
	z-index: 200;
}
/*==============================================================================
								HEADER STYLE	
==============================================================================*/
header{
	width: 100%;
	min-width: 320px;
	background: #fff;
	display: flex;
    justify-content: center;
    box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.2);
}
header .w_for_header{
	width: 100%;
	max-width: 960px;
	min-width: 320px;
	display: flex;
	flex-direction: row;
}
header h1{
	font-family: 'Lora', serif;
	text-transform: uppercase;
 	text-align: center;
 	padding: 65px 0 20px 0;
 	font-size: 24px;
 	letter-spacing: 3px;
	color:  #fa4423; 
}
header p {
	font-family: 'Lora', serif;
 	text-align: center;
 	padding: 0 10px 40px 10px;
 	font-size: 17px;
	color: #787878;
	line-height: 1.3;
}

.w_logo{
	flex-grow: 0;
	min-width: 160px;
	width: 160px;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0 10px;
}
nav{
	flex-grow: 1;
	width: 100%;
	height: 100%;
	font-family: 'Lora', serif;
	font-size: 16px;
}
nav ul li{
	display: inline-block;
	float: right;
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: 1px;
}
nav ul li a{
	color: #494949;
	text-decoration: none;
	padding: 40px 15px;
	transition: 0.4s;
	display: block;
}
 a#push{
	display: none;
}
nav ul li a:hover{
	color: #EA7965;
}

.breadcrumbs {
    width: 100%;
    max-width: 960px;
    min-width: 320px;
    margin: 20px auto;
}

.breadcrumbs ul li{display:inline-block;text-transform: lowercase;}

.breadcrumbs ul li a{text-transform: lowercase;}
/*==============================================================================
							BXSLIDER 1 NEWS STYLE	
==============================================================================*/
.slider_news{
	min-width: 320px;
}
.slider_news .bxslider_1 .slide{
	width: 100%;	
	height: 620px;
}
.slider_news .bxslider_1 .slide .w_slide_for_img_1{
	background: url('img/slider_1.jpg');
	background-size: cover;
	background-repeat: no-repeat;
	widows: 100%;
	height: inherit;
}
.slider_news .bxslider_1 .slide .w_slide_for_img_2{
	background: url('img/slider_1.jpg');
	background-size: cover !important;
	background-position: center center;
	background-repeat: no-repeat;
	widows: 100%;
	height: inherit;
}
.slider_news .bx-wrapper{
	position: relative;
}
.slider_news .bx-prev, .slider_news .bx-next {
	position: absolute;
	top: 50%;
	color: #fff;
	width: 50px;
	height: 50px;
	text-align: center;
	border-radius: 50%;
	transition: all ease .3s;
	cursor: pointer;
	font-size: 2.3em;
	margin-top: -25px;
	text-shadow: 0px 1px 7px rgba(0, 0, 0, 0.3);
}
.slider_news .bx-next{
	padding-left: 5px !important;
	right: 10px;
}
.slider_news .bx-prev{
	padding-right: 5px !important;
	left: 10px;
}
.slider_news .bx-next i, .slider_news .bx-prev i{
	position: relative;
	bottom: 9px;
}
.slider_news .bx-prev:hover, .slider_news .bx-next:hover, .slider_news .bx-prev:active, .slider_news .bx-next:active {
  color: #494949;
}
.slider_news .bx-pager{

    /* margin-top: -40px; */
    
    position: relative;
    text-align: center;
}
.slider_news .bx-pager-item{
	display: inline-block;
}
.slider_news .bx-pager{
    overflow:hidden;
    margin-top: -65px;
    /* margin-top: -40px; */
    position: relative;
    text-align: center;
}
.slider_news .bx-pager-item{
	display: inline-block;
}
.slider_news .bx-pager-item a{
	display: block;
	font-size: 0px;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #fff;
	margin: 0 3px;
	transition: all ease .3s;
	text-decoration: none;
	color: #494949;
}
.slider_news .bx-pager-item a.active{
	background: rgba(255,255,255,0.5);
}
.slider_news .bx-pager-item a:hover{
	background: rgba(234,121,101,0.5);
}

.slider_news .bx-controls{
	position: relative;
    display: flex;
    justify-content: center;
}
.slider_news .bx-controls .bx-controls-direction{
	width: 100%;
    max-width: 960px;
    height: 620px;
    position: absolute;
    top: -620px;
}
.slider_news .bx-caption {
	position: absolute;
	max-width: 700px;
	/* width: 50%; */
	left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
	/* transition: .3s ease-in-out; */
	padding: 55px 80px;
	background-color: rgba(0,0,0,0.55);
	z-index: 2;
	text-align: center;
}
.slider_news .bx-caption p{
	font-size: 30px;
	letter-spacing: 2px;
	padding: 0 0 25px 0;
	color: #fff;
    font-weight: 300;
    /* font-weight: normal; */
	line-height: 1.5;
/*     border-bottom: 1px solid white; */
	text-align: center;
	text-transform: uppercase;
}
.slider_news .bx-caption span{
    border-top: 1px solid white;
    border-top-width: 1px;
    font-weight: 300;
    /* font-weight: normal; */
    display:block;
	padding: 25px 0 0 0;
	letter-spacing: 1px;
	color: #fff;
	line-height: 1.5;
	text-align: center;
}
/*==============================================================================
								SERVICES STYLE	
==============================================================================*/
.our_service{
	width: 100%;
	max-width: 960px;
	min-width: 320px;
	margin: 0 auto;
}
.our_service h1{
	font-family: 'Lora', serif;
	text-transform: uppercase;
 	text-align: center;
 	padding: 65px 0 20px 0;
 	font-size: 24px;
 	letter-spacing: 3px;
	color:  #fa4423; 
}
.our_service h3{
	font-family: 'Lora', serif;
 	text-align: center;
 	padding: 0 10px 20px 10px;
 	font-size: 17px;
	color: #787878;
	line-height: 1.3;
}
.our_service p {
	font-family: 'Lora', serif;
 	text-align: center;
 	padding: 0 10px 40px 10px;
 	font-size: 17px;
	color: #787878;
	line-height: 1.3;
}
.our_service a {
    color: #fa4423;
    cursor: auto;
    text-decoration: none;
}
.our_service .our_service_block{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}
.our_service_block div{
	width: 48%;
	margin: 1%;
	position: relative;
	transition: all 0.4s; 
}
.our_service_block div img{
	width: 100%;
}
.our_service_block div .smooth_block_noJS{
	position: absolute;
	width: 100%;
	height: 100%;
	margin: 0;
	top: 0;
	left: 0;
    background-color: rgba(57,57,57,0.5);
}
.our_service_block div .smooth_block_link{
	position: absolute;
    width: 66%;
    height: auto;
    margin: 0;
    top: 40%;
    left: 17%;
}
.our_service_block div .smooth_block_link a{
	vertical-align: middle;
	color: #fff;
	font-size: 16px;
	font-family: 'Lora', serif;
	font-weight: 400;
	text-align: center;
	line-height: 1.5;
	letter-spacing: 1px;
	text-decoration: none;
	text-transform: uppercase;
	padding: 10px;
	border: 1px solid #fff;
	display: flex;
	align-items: center;
	justify-content: center;
}
.our_service a:hover {
    color: #ec7a67;
}
.our_service_block div:hover .smooth_block_noJS{
	background-color: rgba(145,113,55,0.5);
	cursor: pointer;
}
/*==============================================================================
								PRODUCTS STYLE	
==============================================================================*/
.our_products{
	width: 100%;
	max-width: 960px;
	min-width: 320px;
	margin: 0 auto;
	border-bottom: 1px solid #e5e5e5;
}
.our_products h2{
	font-family: 'Lora', serif;
	text-transform: uppercase;
 	text-align: center;
 	padding: 65px 0 20px 0;
 	font-size: 24px;
 	letter-spacing: 3px;
	color: #fa4423; 
}
.our_products h3{
	font-family: 'Lora', serif;
 	text-align: center;
 	padding: 0 10px 20px 10px;
 	font-size: 18px;
	color: #787878;
	line-height: 1.3;
}
.our_products h4{
	font-family: 'Lora', serif;
 	text-align: center;
 	padding: 0 0px 0px 0px;
 	font-size: 18px;
	color: #fa4423;
	line-height: 1.3;
}
.our_products p {
	font-family: 'Lora', serif;
 	text-align: center;
 	padding: 0 10px 0px 10px;
 	font-size: 16px;
	color: #787878;
	line-height: 1.3;
}
.our_products a:-webkit-any-link {
    color: #fa4423;
    cursor: auto;
    text-decoration: none;
}
.our_products a:hover {
    color: #ec7a67;
}
.our_products .our_products_block{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}
.our_products .our_products_block .w_for_products{
	width: 23%;
	margin: 1%;
	position: relative;
	transition: all 0.4s;
	display: block;
	text-decoration: none;
}
.our_products .our_products_block .w_for_products img{
	width: 100%;
}
.our_products .our_products_block .w_for_products p{
	padding: 35px 5px 0 5px;
	text-align: center;
	line-height: 1.3em;
	color: #787878;
	transition: all 0.4s;
}
.our_products a.button_catalog{
	display: block;
	width: 250px;
	text-align: center;
	text-decoration: none;
	margin: 75px auto 90px auto;
	padding: 13px 30px;
	font-size: 16px;
	font-family: 'Lora', serif;
	border: 1px solid #ea7965;
	color: #ea7965;
	text-transform: uppercase;
	transition: all 0.4s;
	border-radius: 2px;
}
.our_products a.button_catalog:hover{
	border: 1px solid #fa4423;
	color: #fa4423;
}
.our_products .our_products_block .w_for_products:hover p{
	color: #EA7965;
}
/*==============================================================================
								ABOUT US STYLE	
==============================================================================*/
.about_us{
	width: 100%;
	max-width: 960px;
	min-width: 320px;
	margin: 0 auto;
}
.about_us h1{
	font-family: 'Lora', serif;
	text-transform: uppercase;
 	text-align: center;
 	padding: 20px 0 20px 0;
 	font-size: 24px;
 	letter-spacing: 3px;
	color: #fa4423;
}
.about_us h2 {
	font-family: 'Lora', serif;
	text-transform: uppercase;
 	text-align: center;
 	padding: 15px 0 10px 0;
 	font-size: 24px;
 	letter-spacing: 3px;
	color: #fa4423; 
}
.about_us h3 {
	font-family: 'Lora', serif;
 	text-align: center;
 	padding: 0 10px 10px 10px;
 	font-size: 17px;
	color: #fa4423;
	line-height: 1.3;
}
.about_us p {
	font-family: 'Lora', serif;
 	text-align: center;
 	padding: 0 10px 40px 10px;
 	font-size: 17px;
	color: #787878;
	line-height: 1.3;
}
.about_us a:-webkit-any-link {
    color: #fa4423;
    cursor: auto;
    text-decoration: none;
}
.about_us a:hover {
    color: #ec7a67;
}
.about_us .about_us_block{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}
.about_us .about_us_block .w_gallery_block{
	flex-grow: 1;
	width: 32%;
	margin: 0.5%;
}
.about_us .about_us_block .w_gallery_block a img{
	width: 100%;
}
/*==============================================================================
							CERTIFICATES STYLE	
==============================================================================*/
.certificates{
	width: 100%;
	max-width: 960px;
	min-width: 320px;
	margin: 0 auto;
	padding-bottom: 95px;
	border-bottom: 1px solid #e5e5e5;
}
.certificates h2{
	font-family: 'Lora', serif;
	text-transform: uppercase;
 	text-align: center;
 	padding: 65px 0 25px 0;
 	font-size: 24px;
 	letter-spacing: 3px;
	color: #fa4423; 
}
.certificates h3{
	font-family: 'Lora', serif;
 	text-align: center;
 	padding: 0 10px 20px 10px;
 	font-size: 17px;
	color: #787878;
	line-height: 1.3;
}
.certificates p{
	font-family: 'Lora', serif;
 	text-align: center;
 	padding: 0 10px 40px 10px;
 	font-size: 17px;
	color: #787878;
	line-height: 1.3;
}
.certificates a:-webkit-any-link {
    color: #fa4423;
    cursor: auto;
    text-decoration: none;
}
.certificates a:hover {
    color: #ec7a67;
}
.certificates .fancybox img{
	/* width: 100%; */
	
	margin: 20px auto  70px 10px;
}
.certificates a.buttun_certificat{
	display: block;
    width: 250px;
    text-align: center;
    text-decoration: none;
    margin: 0 auto;
    padding: 13px 30px;
    font-size: 16px;
    font-family: 'Lora', serif;
    border: 1px solid #ea7965;
    color: #ea7965;
    text-transform: uppercase;
    transition: all 0.4s;
    border-radius: 2px;
}
.certificates a.buttun_certificat:hover{
	border: 1px solid #fa4423;
	color: #fa4423;
}
/*==============================================================================
								REVIES STYLE	
==============================================================================*/
.slider_review{
	width: 100%;
	max-width: 960px;
	min-width: 320px;
	margin: 0 auto;
	padding-bottom: 95px;
	border-bottom: 1px solid #e5e5e5;
}
.slider_review h2{
	font-family: 'Lora', serif;
	text-transform: uppercase;
 	text-align: center;
 	padding: 70px 0 60px 0;
 	font-size: 24px;
 	letter-spacing: 3px;
	color: #fa4423;
}
.slider_review .slide{
	padding: 0 140px;
}
.slider_review .slide p{
    font-family: 'Lora', serif;
	text-align: center;
	color: #787878;
	line-height: 1.2em;
	font-size: 18px;
}
.slider_review .slide p.slide_name{
    color: #494949;
	font-size: 15px;
	margin-top: 50px;
}
.slider_review .slide p.slide_date{
	font-size: 15px;
}
.slider_review .bx-wrapper{
	position: relative;
}
.slider_review .bx-prev, .slider_review .bx-next {
	position: absolute;
	top: 50%;
	color: #494949;
	width: 50px;
	height: 50px;
	text-align: center;
	transition: all ease .3s;
	cursor: pointer;
	font-size: 3.5em;
	margin-top: -90px;
    text-shadow: 0px 1px 7px rgba(0, 0, 0, 0.3);
}
.slider_review .bx-next{
	padding-left: 5px !important;
	right: 20px;
	}
.slider_review .bx-prev{
	padding-right: 5px !important;
	left: 20px;
}
.slider_review .bx-next i, .slider_review .bx-prev i{
	position: relative;
	bottom: 9px;
	}
.slider_review .bx-prev:hover, .slider_review .bx-next:hover, .slider_review .bx-prev:active, .slider_review .bx-next:active {
 color: #fcbe87;
}
.slider_review .bx-pager{
    position: relative;
    text-align: center;
    margin-top: 20px;
}
.slider_review .bx-pager-item{
	display: inline-block;
}
.slider_review .bx-pager-item a{
	display: block;
	font-size: 0px;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #f5bcb2;
	margin: 0 3px;
	transition: all ease .3s;
	text-decoration: none;
}
.slider_review .bx-pager-item a.active{
	background: #e5a89e;
}
.slider_review .bx-pager-item a:hover{
	background: #e5a89e9;}
/*==============================================================================
							CONTACTS STYLE	
==============================================================================*/
.our_contacts{
	width: 100%;
	max-width: 960px;
	min-width: 320px;
	margin: 0 auto;
	padding-bottom: 95px;
}
.our_contacts h2{
	font-family: 'Lora', serif;
	text-transform: uppercase;
 	text-align: center;
 	padding: 65px 0 25px 0;
 	font-size: 24px;
 	letter-spacing: 3px;
	color: #fa4423;
}
.our_contacts .our_contacts_block{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 0 20px;
}
.our_contacts .our_contacts_block .w_adress,
.our_contacts .our_contacts_block .w_numbers,
.our_contacts .our_contacts_block .w_time_work,
.our_contacts .our_contacts_block .w_social_seti{
	padding: 15px;
}
.our_contacts .our_contacts_block .w_adress p:first-child,
.our_contacts .our_contacts_block .w_numbers p:first-child,
.our_contacts .our_contacts_block .w_time_work p:first-child,
.our_contacts .our_contacts_block .w_social_seti p:first-child{
	font-family: 'Lora', serif;
	font-weight: 700;
	color: #494949;
		margin-bottom:  10px;
	font-size: 18px;
}
.our_contacts .our_contacts_block .w_adress p,
.our_contacts .our_contacts_block .w_numbers p,
.our_contacts .our_contacts_block .w_time_work p{
    font-size: 18px;
	line-height: 1.3;	
}
.our_contacts .our_contacts_block .w_numbers a{
	text-decoration: none;
    font-family: 'Lora', serif;
	margin-bottom:  10px;
	color: #494949;
	font-size: 18px;
	line-height: 1.4;
}
.our_contacts  a:hover {
    color: #ec7a67;
}
.our_contacts .our_contacts_block .w_time_work p span{
	float: right;
	padding-left: 10px;
}
.our_contacts .our_contacts_block .w_social_seti .w_social_seti_fa{
    
/*     display: flex;
flex-direction: row;
justify-content: space-between;
flex-wrap: wrap; */
}
.our_contacts .our_contacts_block .w_social_seti .w_social_seti_fa a{
	display: inline-block;
	margin-right: 10px;
    margin-left: 10px;
}
.our_contacts .our_contacts_block .w_social_seti .w_social_seti_fa a i{
	display: inline-block;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #ec7a67;
    color: #fff;
    text-align: center;
    font-size: 17px;
    line-height: 30px;
    transition: all 0.3s;
    margin-top: 35px;
}
.our_contacts .our_contacts_block .w_social_seti .w_social_seti_fa a i:hover{
	background: #fa4423;
	color: #fff;
}
.our_contacts .our_contacts_block .w_social_seti {
    padding-top: 17px;
}
/*==============================================================================
							MAP STYLE	
==============================================================================*/
.w_map{
	width: 100%;
	height: 500px;
	overflow: hidden;
}
/*==============================================================================
							FOOTER STYLE	
==============================================================================*/
footer{
	width: 100%;
	max-width: 960px;
	min-width: 320px;
	margin: 0px auto;
	padding: 15px 0;
	display: flex;
	flex-direction: row;
	justify-content: space-around;
	align-items: center;
	font-family: 'Lora', serif;
	font-size: 14px;
	color: rgba(73,73,73,0.5);
	line-height: 1.3;
}
footer div{
    color: #fa4423;
	padding: 7px;
}
footer a{
    color: #fa4423;
    text-decoration: none
  }
/*==============================================================================
							SCROOL UP STYLE	
==============================================================================*/
#go_top{
	width:45px;
	height:45px;
	opacity:0.3;
	position:fixed;
	bottom:20px;
	right:20px;
	display:none;
	text-indent:-9999px;
	background: transparent;
	border: none;
	background: url(http://webmastermix.ru/files/demo/creation-site/raznoe/knopka-vverh/icon_top.png) no-repeat;
	outline:0;
	cursor: pointer;
	z-index: 500;
}
/*==============================================================================
================================================================================
================================================================================
================================================================================
								MEDIA STYLE	
================================================================================
================================================================================
================================================================================
==============================================================================*/
@media screen and (max-width: 1400px) {
	.slider_news .bx-caption {
		width: 54%;
	}
}
@media screen and (max-width: 1300px) {
	.slider_news .bx-caption {
		width: 58%;
	}
}
@media screen and (max-width: 1200px) {
	.slider_news .bx-caption {
		width: 64%;
	}
}
@media screen and (max-width: 1100px) {
	.slider_news .bx-caption {
		width: 70%;
	}
	.slider_news .bxslider_1 .slide{
		height: 550px;
	}
	.slider_news .bx-controls .bx-controls-direction{
	    height: 550px;
	    top: -550px;
	}
}
@media screen and (max-width: 1000px) {
    .tabs .tab_content .cat_item {
        width:30% !important;
    }
    .tabs .tab_content .cat_item .imagebox {
        text-align:center;
    }

	.slider_news .bx-caption {
		width: 76%;
	}
	.slider_news .bxslider_1 .slide{
		height: 500px;
	}
	.slider_news .bx-controls .bx-controls-direction{
	    height: 500px;
	    top: -500px;
	}
}
@media screen and (max-width: 950px) {
	.slider_news .bx-caption {
		width: 82%;
	}
}
@media screen and (max-width: 850px) {
	.slider_news .bx-caption {
		padding: 45px 50px;
		width: 76%;
	}
}
@media screen and (max-width: 800px) {
	.slider_news .bxslider_1 .slide{
		height: 450px;
	}
	.slider_news .bx-controls .bx-controls-direction{
	    height: 450px;
	    top: -450px;
	}
}
@media screen and (max-width: 770px) {
        .news_item .imagebox {
            width:100%;
         display: block;
        text-align: center;
        float: none;
    }
    .news_item .imagebox img {
        width: 90% !important;
          /* border: 5px solid green; */
    }
    .news_item .meta  {
        display: block;
        width:100% !important;
    }
    .news_item .meta .title a  {
        font-size: 18px !important;
    }
    .tabs .tab_content .cat_item {
        width:47% !important;
    }
    .tabs .tab_content .cat_item .imagebox {
        text-align:center;
    }

	nav ul li a {
	    padding: 40px 10px;
	}
	.our_service_block div{
		width: 80%;
		margin: 1% auto;
	}
	.our_products .our_products_block .w_for_products {
	    width: 48%;
	    margin: 1%;
	}
	.w_map{
		height: 450px;
	}
}
@media screen and (max-width: 743px) {
	.our_contacts .our_contacts_block .w_social_seti{
		margin: 0 auto;
	}
	.our_contacts .our_contacts_block .w_adress p:first-child,
	.our_contacts .our_contacts_block .w_numbers p:first-child,
	.our_contacts .our_contacts_block .w_time_work p:first-child,
	.our_contacts .our_contacts_block .w_social_seti p:first-child{
		text-align: center;
	}
}
@media screen and (max-width: 700px) {
	nav ul li a {
	    padding: 40px 5px;
	}
	.about_us .about_us_block .w_gallery_block{
		width: 48%;
		margin: 1%;
	}
	.w_map{
		height: 400px;
	}
	.slider_news .bxslider_1 .slide{
		height: 400px;
	}
	.slider_news .bx-controls .bx-controls-direction{
	    height: 400px;
	    top: -400px;
	}
	.slider_news .bx-caption p{
		font-size: 26px;
	}
	.slider_news .bx-caption span{
		font-size: 14px;
	}
}
@media screen and (max-width: 640px) {
	header .w_for_header{
		flex-direction: column;
	}
	.w_logo{
		margin: 0 auto;
		padding: 18px;
	}
	nav{
		justify-content: center;
    	display: flex;
    	padding-top: 10px;
    	margin-bottom: -20px;
	} 
	nav ul li a {
	    padding: 20px 15px;
	}
	.w_map{
		height: 350px;
	}
	.slider_news .bxslider_1 .slide{
		height: 350px;
	}
	.slider_news .bx-controls .bx-controls-direction{
	    height: 350px;
	    top: -350px;
	}
	.slider_news .bx-caption p{
		font-size: 22px;
	}
	  
}
@media screen and (max-width: 600px) {
.certificates .fancybox img {
        width: 100%;
        padding-bottom: 20px !important;
    }
	nav ul li a {
	    padding: 20px 10px;
	}
	.our_service_block div{
		width: 90%;
		margin: 1% auto;
	}
	.slider_news .bx-caption {
		padding: 15px 20px;
		width: 70%;
	}
	.slider_review .slide{
		padding: 0 80px;
	}
}
@media screen and (max-width: 545px) {
.certificates .fancybox img {
        width: 100%;
        padding-bottom: 20px !important;
    }
	nav ul li a {
	    padding: 20px 5px;
	}
	.w_map{
		height: 300px;
	}
	.slider_news .bxslider_1 .slide{
		height: 300px;
	}
	.slider_news .bx-controls .bx-controls-direction{
	    height: 300px;
	    top: -300px;
	}
	.slider_review .slide{
		padding: 0 70px;
	}
	.slider_review .slide p:first-child{
		font-size: 16px;
	}
}
@media screen and (max-width: 488px) {
.certificates .fancybox img {
        width: 100%;
        padding-bottom: 20px !important;
    }
	.our_contacts .our_contacts_block .w_adress{
		order: 3;
		width: 100%;
		text-align: center;
	}
	.our_contacts .our_contacts_block .w_numbers{
		order: 2;    margin: 0 auto;
	}
	.our_contacts .our_contacts_block .w_time_work{
		order: 1;
		margin: 0 auto;
	}
	.our_contacts .our_contacts_block .w_social_seti{
		order: 4;
	}
	.slider_news .bx-caption p{
		font-size: 18px;
		padding: 0 0 15px 0;
	}
	.slider_news .bx-caption span{
		font-size: 12px;
		padding: 15px 0 0 0;
	}
	.slider_news .bx-prev, .slider_news .bx-next {
		width: 40px;
		height: 40px;
		font-size: 2.5em;
	}
	.slider_news .bx-next{
		right: 10px;
	}
	.slider_news .bx-prev{
		left: 10px;
	}
	.slider_review .bx-prev, .slider_review .bx-next {
		width: 40px;
		height: 40px;
		font-size: 3em;
	}
	.slider_review .bx-next{
		right: 10px;
	}
	.slider_review .bx-prev{
		left: 10px;
	}
	
}
@media screen and (max-width: 480px) {
.certificates .fancybox img {
        width: 100%;
        padding-bottom: 20px !important;
    }
        .news_item .imagebox {
            width: 100%;
         display: block;
        text-align: center;
        float: none;
    }
    .news_item .imagebox img {
        width: 90% !important;
          /* border: 5px solid green; */
    }
    .news_item .meta  {
        display: block;
        width:100% !important;
    }
    .news_item .meta .title a  {
        font-size: 18px !important;
    }
    .tabs .tab_content .cat_item {
        width:95% !important;
    }
    .tabs .tab_content .cat_item .imagebox {
        text-align:center;
    }

	nav{
		display: block;
		margin-bottom: -14px;
	}
	nav a#push {
		display: block;
		height: 30px;
		position: relative;
		text-decoration: none;
		padding-left: 20px;
		line-height: 1.5;
		color: #494949;
	}
	nav a#push:after {
		content:"\2261";
		position: absolute;
		right: 15px;
		font-size: 30px;
	}
	nav .w_for_adapt_block{
		display: none;
		height: auto;
	}
	nav ul.osnovn_menu{
		display: flex;
		flex-direction: column;
	}
	nav .w_for_adapt_block ul.osnovn_menu li {
		display: block;
		float: none;
		width: 100%;
		height: 30px;
		border-bottom: 1px solid rgba(0,0,0,0.2);
	    transition: all 0.5s;
	}
	nav .w_for_adapt_block ul.osnovn_menu li:nth-child(1){
		order: 6;
		flex-grow: 1;
	}
	nav .w_for_adapt_block ul.osnovn_menu li:nth-child(2){
		order: 5;
		flex-grow: 1;
	}
	nav .w_for_adapt_block ul.osnovn_menu li:nth-child(3){
		order: 4;
		flex-grow: 1;
	}
	nav .w_for_adapt_block ul.osnovn_menu li:nth-child(4){
		order: 3;
		flex-grow: 1;
	}
	nav .w_for_adapt_block ul.osnovn_menu li:nth-child(5){
		order: 2;
		flex-grow: 1;
	}
	nav .w_for_adapt_block ul.osnovn_menu li:nth-child(6){
		order: 1;
		flex-grow: 1;
	}
	nav .w_for_adapt_block ul.osnovn_menu li a{
		padding: 0;
		line-height: 2.5;
		padding-left: 35px;
	}
	.w_map{
		height: 250px;
	}
	header .w_for_header{
		width: 100%;
	}
}
@media screen and (max-width: 430px) {
.certificates .fancybox img {
        width: 100%;
        padding-bottom: 20px !important;
    }
	.our_service_block div{
		width: 98%;
		margin: 1% auto;
	}
	.our_products .our_products_block .w_for_products {
	    width: 98%;
	    margin: 1% auto;
	}
	.about_us .about_us_block .w_gallery_block{
		width: 98%;
		margin: 1%;
	}
}
@media screen and (max-width: 400px) {
.certificates .fancybox img {
        width: 100%;
        padding-bottom: 20px !important;
    }
    .news_item .imagebox {
        width: 100%;
         display: block;
        text-align: center;
        float: none;
    }
    .news_item .imagebox img {
        width: 90% !important;
          /* border: 5px solid green; */
    }
    .news_item .meta  {
        display: block;
        width:100% !important;
    }
    .news_item .meta .title a  {
        font-size: 18px !important;
    }
    .tabs .tab_content .cat_item {
        width:95% !important;
    }
    .tabs .tab_content .cat_item .imagebox {
        text-align:center;
    }

    .tabs .tab_content .srv .srv__content .item {
        font-size: 12px !important;
        line-height: 16px;
    }
	.slider_news .bxslider_1 .slide{
		height: 250px;
	}
	.slider_news .bx-controls .bx-controls-direction{
	    height: 250px;
	    top: -250px;
	}
	.slider_news .bx-caption p{
		font-size: 16px;
		padding: 0 0 8px 0;
	}
	.slider_news .bx-caption span{
		font-size: 11px;
		padding: 8px 0 0 0;
	}
}
@media screen and (max-width: 346px) {
.certificates .fancybox img {
        width: 100%;
        padding-bottom: 20px !important;
    }
	.our_contacts .our_contacts_block .w_numbers{
		width: 100%;
		text-align: center;
	}
	.our_contacts .our_contacts_block .w_time_work{
		width: 100%;
		text-align: center;
	}
	.our_contacts .our_contacts_block .w_time_work p span {
		float: none;
	}
}

body {
    font-family: 'Lora', serif !important;
}

.container {
    margin:0 auto;
    max-width: 960px;
    padding: 0 15px;
}
.container h1{
	font-family: 'Lora', serif;
	text-transform: uppercase;
 	text-align: center;
 	padding: 20px 0 20px 0;
 	font-size: 24px;
 	letter-spacing: 3px;
	color:  #fa4423; 
}
.container p{
	font-family: 'Lora', serif;
 	text-align: center;
 	font-size: 17px;
	color: #787878;
	line-height: 1.3;
}
.container a {
    color: #fa4423;
    cursor: auto;
    text-decoration: none;
}
.container a:hover {
    text-decoration: none;
    color: #EA7965;
}
.tabs section.tab_content {
  display: none;
 
}

.tabs input {
  display: none;
}

.tabs  label {
    display: inline-block;
    font-family: 'Lora', serif;
    font-weight: 400;
    color: #434343;
    text-transform: uppercase !important;
    text-align: center;
    padding:  9px 20px 7px 20px;

}


.tabs  label:hover {
  color: #888;
  cursor: pointer;
}

.tabs  input:checked + label {
    color: #555;
    background-color: #ea7965;
    color:#FFF;
    border-radius: 2px;
    position:relative;
}
.tabs  input:checked + label:before {
    content: ''; 
    position: absolute;
    bottom: -3px;
    transform: rotate(45deg);
    left:45%;
    background-color: #ea7965;
    width: 11px;
    height: 11px;
}

#tab1:checked ~ #content1,
#tab2:checked ~ #content2,
#tab3:checked ~ #content3,
#tab4:checked ~ #content4 {
  display: block;
}

.tabs {
 
    padding:20px 0 0 0;
}
.tabs .tab_content {
    border-top: 1px solid #e5e5e5;
    margin-top: 50px;
    padding-top: 35px;
}
.tabs .tab_content .srv {
    margin-bottom: 40px;
}
.tabs .tab_content .srv .srv__title {
    padding-left: 5px;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    padding-bottom: 15px;
    font-family: 'Lora', serif;
    border-bottom: 1px solid #e5e5e5;
    color: #464646;
}
.tabs .tab_content .srv .srv__content {
    
}
.tabs .tab_content .srv .srv__content .item {
    border-bottom: 1px solid #e5e5e5;
    font-size: 16px;
    color: #464646;
    text-transform: uppercase;
    padding: 20px 5px;
}
.tabs .tab_content .srv .srv__content .item span {
    width: 100px;
    float:right;
    text-align: left;
    text-transform: none;
    color: #eb6b55;
}
.tabs .tab_content .srv .srv__content .item span.free {
    color: #525252;
}

.tabs .tab_content .cat_item {
    display: inline-block;
    margin: 0 8px 50px 8px;
    width: 210px;
    color: #464646;
}
.tabs .tab_content .cat_item .meta {
    margin-top: 35px;
    font-size: 16px;
    text-align: center;
}
.tabs .tab_content .cat_item .meta span {
    display:block;
    font-size: 14px;
}
.tabs .tab_content .cat_item .meta a.title {
    line-height: 20px;
    font-size: 16px;
    color: #464646;
    text-decoration: none;
}
.tabs .tab_content .cat_item .meta a.title:hover {
    text-decoration: underline;
}
.tabs .tab_content .cat_item .meta span.descr {
    margin-top: 10px;
}
.tabs .tab_content .cat_item .meta span.price {
    margin-top: 10px;
    color: #ea7965;
    font-size: 16px;
}

.pagination {
    margin:0 0 70px 0;
  font-size: 16px;
   }
  .pagination ul {
        text-align:center;
  }
  .pagination ul li {
    display: inline-block; }
    .pagination ul li.active {
      padding: 8px 10px;
      color: #ea7965;
      }
      .pagination ul li.active:hover {
        cursor: default; }
    .pagination ul li a {
        text-align:center;
        min-width: 32px;
      border-radius: 2px;
      border: 1px solid #e5e5e5;
      text-decoration: none;
      color: #ea7965;
      display: block;
      padding: 8px 10px; }
      .pagination ul li a:hover {
          border-color: #ea7965;
        color: #FFF;
        background-color: #ea7965;
        text-decoration: none; }
      .pagination ul li a.prev, .pagination ul li a.next {
        text-decoration: none;
        position:relative;
        top:1px;
        padding: 0; }
        .pagination ul li a.prev:after, .pagination ul li a.next:after {
          
          font-size: 18px;
          padding: 7px 10px;
          display:inline-block;
          
          color: #cacaca ;
          font-family: 'Lora', serif; }

        .pagination ul li a.prev:hover:after, .pagination ul li a.next:hover:after {
          color: #FFF;
          background-color:#ea7965; }
      .pagination ul li a.prev:after {
        content: '\f104'; }
      .pagination ul li a.next:after {
        content: '\f105'; }
        
.page_title {
    padding:40px 0;
    font-size: 22px;
    color: #fa4423;;
    border-bottom:1px solid #e5e5e5;
    margin-bottom: 10px;
    text-transform: uppercase;
}
.news_item {
    padding-top:20px;
    height: 250px;
    display:block;
    /* clear:both; */
    clear: left;
    padding-bottom:30px;
    border-bottom: 1px solid #e5e5e5;
}
.news_item .imagebox {
    float:left;
    width: 300px;
    margin-right: 35px;
}
.news_item .meta {
    float:left;
    width: 550px;
}
.news_item .meta .title a {
    display:inline-block;
    margin: 10px 0 20px 0;
    text-transform: uppercase;
    font-size: 22px;
    color: #fa4423;
    text-decoration: none;
}
.news_item .meta .title a:hover {
    text-decoration: none;
    color: #EA7965;
}

.news_item .meta .desrc {
    color: #3e3e3e;
    font-size: 16px;
    line-height: 22px;
}


.page-foods {
    padding: 40px 0 50px 0;
}
.page-foods .imagebox {
    float:left;
    margin-right: 30px;
    margin-bottom: 25px;
}
.page-foods h1 {
    font-size: 20px;
    font-weight: 700;
    padding-bottom: 20px;
    display: block;
   color: #fa4423;
}

.page-foods a {    color: #fa4423;}

.page-foods .meta {}
.page-foods .meta .decr .title {
    
}
.page-foods .meta .decr .title span {
    background-color: #f4f4f4;
    font-size: 16px;
    padding: 7px 15px;
    color:#F59A65;
    
}
.page-foods .meta .info {
    margin: 5px 0 10px 0;
    color:#444444;
}
.page-foods .meta .info span {
    font-weight: 700;
}
.page-foods .meta .cost {
     margin: 20px 0 30px 0;
}
.page-foods .meta .cost span {
    font-size: 24px;
     color:#F59A65;
     font-weight: 700;
    
}
.page-foods .meta .decr .text {
    line-height: 24px;
    font-size: 13px;
    padding: 20px 0;
    font-family: 'Lora', serif;
}
.page-foods .meta .decr .text a {
    color: #fa4423;
    text-decoration: none
}
.page-foods .meta .decr .text a:hover {
    color: #ec7a67;
}
a.link-rst:hover {
    cursor: pointer;
}
.page-foods .meta .decr .text p {
    line-height: 20px;
    padding-bottom: 15px;
    font-family: 'Lora', serif;
    font-size: 14px;
}
.page-foods .meta .decr .text h2 {
    font-family: 'Lora', serif;
    text-align: center;
    font-size: 18px;
    color: #fa4423;
    line-height: 1.3;
}
.page-foods .meta .decr .text p:first-letter {
    padding-left: 20px;
}
.remodal {
    max-width: 450px !important;
}
.remodal h2 {
    font-weight: 700;
    padding-bottom: 15px;
    border-bottom:1px solid #ccc;
    margin-bottom: 10px;
}
.remodal p {
    padding: 5px 0;
}
.remodal p input {
    padding: 7px 15px;
    width:100%;
    border: 1px solid #CCC;
}
.remodal select {
    width: 100%;
    border: 1px solid #CCC;
    background-color: #FFF;
    padding: 7px 15px;
    color:#757575;
}
.remodal p input:hover ,.remodal select:hover {
    border-color:  #EA7965;
}
.remodal .addbtn {
   color:#757575;
   text-align: center;
   padding: 10px 0;
}
.remodal .addbtn a {
        font-weight: 700;
     color:#757575;
     text-decoration: none;
     font-size: 12px;
     text-transform: uppercase;
         display: inline-block;
     
}
.remodal .addbtn a i {

    font-size: 18px;
    color: #EA7965;
    position: relative;
    top: 2px;
    margin-right: 7px;
}
.remodal .addbtn a:hover {
    text-decoration: underline;
}
.remodal .cost {
    padding: 20px 0;
}
.remodal .cost span {
    font-size: 20px;
    color: #EA7965;
    font-weight: 700;
}
.remodal-cancel {
    background-color: #EA7965 !important;
}
.remodal-cancel:hover {
    opacity: 0.8;
}
.sertif1, .sertif2 {
    display: none;
}
.remodal-cancel {
    background-color: #EA7965 !important;
}
/* .bx-viewport {
    max-height: 200px;
} */

.rst-ttmrs {
    
    display: block;
    width: 250px;
    text-align: center;
    text-decoration: none;
    margin: 0 auto;
    margin-top: 25px;
    padding: 13px 30px;
    font-size: 16px;
    font-family: 'Lora', serif;
    border: 1px solid #ea7965;
    color: #ea7965;
    text-transform: uppercase;
    transition: all 0.4s;
    border-radius: 2px;
}

.remodal textarea {
    border: 1px solid #CCCCCC;
    width:100% !important;
    font-family: 'Lora', serif;
    padding: 7px 15px;
    margin-bottom: 10px;
}
.img-responsive {
    width: 100% !important;
    height: auto !imporntant;
}
.news-slider {
    position: relative;
}
.outside a {
    /* background-color: tomato; */
    height: 100%;
    width: 40px;
    display: inline-block;
    position: absolute;
    top:0;
    text-shadow: 0px 1px 7px rgba(0, 0, 0, 0.3);
    
}
.outside a.disabled {
    display: none;
}
.outside a:after {
    font-family: 'Lora', serif;
    display: inline-block;
    position: absolute;
    top: 45%;
    font-size: 25px;
    color: #fa4423 ;
}
.outside a:hover:after {
    color: #49494;
}
.outside a.bx-next {
    right: 0;
    
}
.outside a.bx-next:after {
    content: '\f061';
    right: 15px;
}
.outside a.bx-prev {
    left: 15px;
}
.outside a.bx-prev:after {
    content: '\f060';
}

.tabs .tab_content .srv .srv__title a {
    color: #EA7965;
    text-decoration: none;
}
.tabs .tab_content .srv .srv__title a:hover {
    text-decoration: none;
}
ul.osnovn_menu li {
    position: relative;
    
}
ul.osnovn_menu li:hover ul {
    display: block;
} 
ul.osnovn_menu li ul:after {
    content:'';
    width: 10px;
    height: 10px;
    display:inline-block;
    background-color: white;
    position: absolute;
    top:-6px;
    left: 40px;
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
    transform: rotate(45deg);
}
ul.osnovn_menu li ul {
    display: none;
    background-color: white;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    position: absolute;
    top: 85px;
    left: 0;
    z-index: 9999;
    padding: 7px 0 5px 0;
    border-radius: 3px;
    box-shadow: 2px 5px 10px rgba(0,0,0,0.1);
}
ul.osnovn_menu li ul li {
    display:block;
    float: none;
    border-bottom: 1px solid #ccc;
}

ul.osnovn_menu li ul li:last-child {
    border-bottom: none;
}
ul.osnovn_menu li ul li a {
    padding: 12px 15px;
    font-size: 12px;
    text-transform: none;
    min-width: 230px;
    
}
ul.osnovn_menu li ul li a:hover {
    background-color:  #EA7965;
    color: #FFF;
}



.tabs .tab_content .srv .srv__content .item a {
    color: #464646;
    text-decoration: none;
    position: relative;
    transition: all .3s;
}
.tabs .tab_content .srv .srv__content .item a:after {
    padding: 4px 5px;
    content: 'Подробнее';
   
    display: inline-block;
    color: #FFF;
    font-size: 10px;
    font-weight: 700;
    margin-left: 15px;
    position: absolute;
    border: 1px solid #EA7965;
    background-color: #FFF;
    color:  #464646;
    top:0;
    transition: all ease 0.3s;
    opacity: 0.5;
  
}
.tabs .tab_content .srv .srv__content .item a:hover:after {
     border-color: #EA7965;
     background-color: #EA7965;
     color: #fff;
     opacity: 1;
}
.tabs  label:first-child {
    
}
.tabs  label a {
      color: #464646;
      text-decoration: none;
      display: inline-block;
      /* padding: 9px 20px 7px 20px; */
}
.tabs  input:checked + label a {
    color: #FFF;
}
.breadcrumbs {
    padding: 0 20px;
    margin-top: 30px;
}
ul.breadcrumb {
    color: #CCC;
    font-size: 13px;
}
ul.breadcrumb li {
    text-transform: lowercase;
}
ul.breadcrumb li a {
    color: #EA7965;
     text-transform: lowercase;
}
ul.breadcrumb li:first-letter {
       text-transform: uppercase !important;
}
ul.breadcrumb li a:hover {
    text-decoration: none;
}
ul.breadcrumb li.active {
     color: #464646;
}

.rst-text-page {
    line-height: 20px;
    text-align: center;
}

.rst-title {
    padding: 0 0 20px 0 !important;
}
.rst-service-text {
    margin-bottom: 15px;
}

@media screen and (max-width: 600px) {
    .tabs .tab_content .srv .srv__content .item a:after{display:none;}
}