@font-face {
  font-family: 'Flow';
  src: url('fonts/Flow.eot?#iefix') format('embedded-opentype'),  
  	url('fonts/Flow.otf')  format('opentype'),
	url('fonts/Flow.woff') format('woff'), 
	url('fonts/Flow.ttf')  format('truetype'), 
	url('fonts/Flow.svg#Flow') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Flow-Bold';
  src: url('fonts/Flow-Bold.eot?#iefix') format('embedded-opentype'),  
  	url('fonts/Flow-Bold.otf')  format('opentype'),
	url('fonts/Flow-Bold.woff') format('woff'), 
	url('fonts/Flow-Bold.ttf')  format('truetype'), 
	url('fonts/Flow-Bold.svg#Flow-Bold') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'PFDinTextCompPro-Medium';
  src: url('fonts/PFDinTextCompPro-Medium.eot?#iefix') format('embedded-opentype'),  
  url('fonts/PFDinTextCompPro-Medium.woff') format('woff'), 
  url('fonts/PFDinTextCompPro-Medium.ttf')  format('truetype'), 
  url('fonts/PFDinTextCompPro-Medium.svg#PFDinTextCompPro-Medium') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'PFDinTextCompPro-Light';
  src: url('fonts/PFDinTextCompPro-Light.eot?#iefix') format('embedded-opentype'),  
  url('fonts/PFDinTextCompPro-Light.woff') format('woff'), 
  url('fonts/PFDinTextCompPro-Light.ttf')  format('truetype'), 
  url('fonts/PFDinTextCompPro-Light.svg#PFDinTextCompPro-Light') format('svg');
  font-weight: normal;
  font-style: normal;
}
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
img{
	border-style:none;
	max-width: 100%;
}
a{
	text-decoration:none;
	color:#000;
}
p{
	word-wrap:break-word;
}
a:hover{text-decoration:underline;}
input, textarea, select {
	vertical-align:middle;
	color:#000;
	outline:none;
	font:18px/20px 'PFDinTextCompPro-Light',sans-serif;
}
::-webkit-input-placeholder{color:#ccc;}
:-moz-placeholder{color:#ccc;}
textarea{
	resize:none;
}
.wrapper{
	min-height: 100%;
	overflow: hidden;
}
html, body{
	height: 100%;
}
body{
	margin:0;
	color:#7d7d7d;
	font:18px/28px 'PFDinTextCompPro-Light',sans-serif;
	background:#fff;
}
.wrapper{
	min-height: 100%;
}
.made_ua{
	position: fixed;
	top: 230px;
	left: 0;
	z-index: 100;
}
noscript{
	position: fixed;
	top: 0;
	padding: 20px 0 20px 30px;
	background: #65baaf;
	font-size: 14px;
	width: 100%;
	z-index: 99999;
	text-align: center;
	font: 14px/16px Arial,sans-serif;
	color: #fff;
}
noscript a{
	color: #fff;
	text-decoration: underline;
}
noscript a:hover{
	text-decoration: none;
}

/*===========================================start-header============================*/
#header{
	position: relative;
	font-family: 'PFDinTextCompPro-Light',sans-serif;
	padding: 13px 0;
}
#header .logo a{
	display: block;
	height: 100%;
}
#header .logo{
	height: 172px;
	width: 144px;
	position: absolute;
	left: 50%;
	bottom: 46px;
	margin-left: -83px;
	background: url('../images/bg_logo.png') no-repeat 50% 95%;
	z-index: 100;
	overflow: hidden;
	top: 16px;
}
#header .top_header{
	margin: 0 0 28px;
}
#header .top_header:after{
	content: "";
	display: block;
	clear: both;
}
#header .top_header .address{
	margin:0;
	padding: 0;
	list-style: none;
}
#header .top_header .address li{
	position: relative;
	padding: 3px 20px 0 38px;
}
#header .top_header .address li a{
	color: #7d7d7d;
}
#header .top_header .address li:after{
	background: url('../images/icons.png') no-repeat -7px -5px;
	position: absolute;
	content: "";
	height: 27px;
	width: 19px;
	top: 0;
	left: 8px;
}
#header .top_header .address li.email:after{
	background-position: -38px 0;
	height: 12px;
	width: 28px;
	top: 16px;
	left: 0;
}
#header .top_header .top_right{
	float: right;
	padding: 0 10px 0 16px;
}
#header .top_header .top_right > div{margin-left: 28px;}
#header .top_header .top_right .search_form .text{
	border: 0;
	border-bottom: 1px solid #81c7be;
	color: #000;
	width: 188px;
}
#header .top_header .top_right .search_form .text::-webkit-input-placeholder {
   color: #7d7d7d;
}
#header .top_header .top_right .search_form .text:-moz-placeholder { 
   color: #7d7d7d;  
}
#header .top_header .top_right .search_form .text::-moz-placeholder {  
   color: #7d7d7d;  
}
#header .top_header .top_right .search_form .text:-ms-input-placeholder {  
  color: #7d7d7d!important;
}
#header .top_header .top_right .search_form .submit{
	background: url('../images/icons.png') no-repeat -187px 0;
	height: 34px;
	width: 38px;
	border: 0;
}
#header .top_header .top_right .search_form .submit:hover{
	background-position: -201px -211px;
}
#header .language{
	margin: -13px 0 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
	font: 14px/16px 'PFDinTextCompPro-Medium',sans-serif;
	text-transform: uppercase;
	float: right;
}
#header .language_copy{
	display: none;
}
#header .language li{
	float: left;
	color: #959595;
}
#header .language li a{
	color: #959595;
	display:inline-block;
	padding: 8px 6px 22px;
	position: relative;
	width: 27px;
	overflow: hidden;
}
#header .language li a:hover{
	text-decoration: none;
	color: #65baaf;
}
#header .language li.active{
	color: #fff;
}
#header .language li.active a{
	background: #65baaf;
	color: #fff;
}
#header .language li.active a:after{
    width: 0;
    height: 0;
    border-left: 14px solid transparent;
	border-right: 13px solid transparent;
	border-bottom: 10px solid #fff;
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
}
.holder_nav{
	text-transform: uppercase;
	font-size: 16px;
	line-height: 18px;
}
.holder_nav ul li a{
	color: #000;
}
.holder_nav ul{
	list-style: none;
	padding:0;
	margin: 80px 0 0;
	text-align: center;
}
.holder_nav ul:after{
	content: "";
	display: block;
	clear: both;
}
.holder_nav ul > li{
	float: left;
	padding: 0 6px;
}
.holder_nav ul > li a, .holder_nav ul > .active span{
	padding:7px 24px;
	display: block;
	text-align: center;
	-moz-transition: all 0.3s 0.03s ease;
	-o-transition: all 0.3s 0.03s ease;
	-webkit-transition: all 0.3s 0.03s ease;
}
.holder_nav ul > li a:hover, .holder_nav ul > .active span{
	background: #65baaf;
	text-decoration: none;
	color: #fff;
}
.holder_nav ul > li > ul >li{
	width: 100%;
}
.holder_nav ul > li:first-child{
	border-radius:4px 4px;
	-moz-border-radius: 4px 4px 0 0;
	-webkit-border-top-right-radius: 4px;
	-webkit-border-top-left-radius: 4px;
}
.holder_nav ul > li:last-child{
	margin-right: 0;
	border-radius:0 0 4px 4px;
	-moz-border-radius: 0 0 4px 4px;
	-webkit-border-bottom-right-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
}
.holder_nav ul li .dropdown-menu{
	background: #65baaf;
	padding: 0;
	border: 0;
	font-size: 16px;
	line-height: 18px;
	text-transform: none;
	text-align: center;
	margin: 0;
	padding: 0;
	top: 45px;
	left: -20px;
}
.holder_nav ul li .dropdown-menu:after{
	position: absolute;
	content: "";
	width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #65baaf;
    content: "";
    left: 50%;
    margin-left: -10px;
	top: -10px;
}
.holder_nav ul li .dropdown-menu li{
	border-bottom: 1px solid #fff;
	float: none;
	padding: 0;
	margin: 0;
	width: 100%;
	overflow: hidden;
}
.holder_nav ul li .dropdown-menu li.active span{
	background: #caaa78;
	color: #fff;
}
.holder_nav ul li .dropdown-menu li:nth-child(3){width: 100%;}
.holder_nav ul li .dropdown-menu li:last-child{
	border-bottom: 0;
}
.holder_nav ul li .dropdown-menu a, .holder_nav ul li .dropdown-menu span{
	color: #fff;
	padding: 11px 0;
	display: block;
	width: 100%;
}
.holder_nav ul li .dropdown-menu a:hover{
	background: #caaa78;
}
.holder_nav ul li .dropdown-menu li:last-child a{
	border-radius:0 0 4px 4px;
	-moz-border-radius: 0 0 4px 4px;
	-webkit-border-bottom-right-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
}
.holder_nav ul li .dropdown-menu li:first-child a{
	border-radius: 4px 4px 0 0;
	-moz-border-radius: 4px 4px 0 0;
	-webkit-border-top-right-radius: 4px;
	-webkit-border-top-left-radius: 4px;
}
.navbar-collapse{
	padding: 0;
}
/*===========================================end-header============================*/


/*===========================================start-banner============================*/
.banner{
	color: #fff;
	position: relative;
}
.banner .slogan{
	font-size: 20px;
	line-height: 22px;
	position: absolute;
	top: 56px;
	z-index: 100;
	left: 50%;
	margin-left: -53px;
	text-transform: uppercase;
}
.banner ul{
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: center;
}
.banner ul img{
	max-width: none;
}
.banner ul .text_slider{
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -420px;
	margin-top: -49px;
	width: 824px;
	z-index: 10;
	text-align: center;
}
.banner ul .text_slider strong{
	font: 72px/74px 'PFDinTextCompPro-Medium',sans-serif;
	text-transform: uppercase;
	display: block;
	margin-bottom: 43px;
}
.banner ul .text_slider p{
	margin: 0;
	text-align: center;
	font: 32px/34px 'Flow',sans-serif;
}
.banner .bx-wrapper .bx-pager{
	position: absolute;
	bottom: 20px;
	left: 50%;
	margin-left: -104px;
	z-index: 50;
	width: 150px;
}
.banner .bx-wrapper .bx-pager a{
	display: inline-block;
	height: 37px;
	width: 37px;
	background: url('../images/ico_s.png') no-repeat 50% 50%;
}
.banner .bx-wrapper .bx-pager a.active{
	background: url('../images/ico_active.png') no-repeat 50% 50%;
}
.banner .bx-wrapper .bx-pager a:hover{
	background: url('../images/ico_active.png') no-repeat 50% 50%;
}
/*==================================end-banner============================*/







/*==================================start-products============================*/
.products{
	padding:24px 0 90px;
}
.container_bg{
	position: relative;
	padding-bottom: 102px;
}
.products .bg_products{
	position: absolute;
	top: 35px;
}
.products .bg_one{
	background: url('../images/bg_1.png') no-repeat 0 0;
	width: 311px;
	height: 346px;
	left: -56px;
}
.products .bg_two{
	background: url('../images/bg_2.png') no-repeat 0 0;
	width:204px;
	height: 323px;
	top: 25px;
	right: 0;
}
.products .top{
	border-bottom: 1px solid #cdcdcd;
	color: #959595;
	font-size: 36px;
	line-height: 40px;
	position: relative;
	margin-bottom: 51px;
}
.products .top span{
	display: block;
	margin-bottom: 50px;
}
.products .top .center{
	width: 560px;
	margin: 0 auto;
	text-align: center;
}
.products .top .center .logo_1{margin: 0 auto;}
.products .top .sep_ico{
	background: #fff;
	width: 83px;
	height: 43px;
	position: absolute;
	bottom: -20px;
	left: 50%;
	margin-left: -41px;
}
.products .top .sep_ico:after{
	background: url('../images/icons.png') no-repeat 0 -49px;
	width: 44px;
	height: 44px;
	content: "";
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -22px;
}
.heading{
	color: #65baaf;
	font: 40px/42px 'Flow-Bold',sans-serif;
	text-transform: uppercase;
	text-align: center;
	margin-bottom: 20px;
}
.products .bottom .nav-tabs{
	background: url('../images/bg_tab_nav.png') no-repeat 293px 0;
	padding: 21px 0 0 130px;
	margin-bottom: -10px;
}
.products .bottom .nav-tabs li:first-child{
	margin-right: 64px;
}
.products .bottom .nav-tabs li{
	margin-right: 14px;
}
.products .bottom .nav-tabs li:last-child{
	margin-right: 0;
}
.products .bottom .nav-tabs li a{
	color: #fff;
	background: url('../images/bg_tab.jpg');
}
.products .bottom .nav-tabs li.active a{
	background: url('../images/bg_tab_a.jpg');
}
.products .bottom .nav-tabs li a:hover{
	background: url('../images/bg_tab_a.jpg');
}
.products .bottom .right{
	text-align: center;
	font-size: 20px;
	line-height: 30px;
	/*float: left;*/
	float: none;
	margin: 0 auto;
}
.products .bottom .tab-content{
	background: url('../images/bg_book.png') no-repeat;
	height: 400px;
	position: relative;
	z-index: 10;
}
.products .bottom .right .slider_recipe li{
	width: 570px!important;
	overflow: hidden;
}
.products .bottom .right .slider_recipe li div{
	padding:15px 0 0 0;
}
.products .bottom .right .slider_recipe li .hide_block{
	padding-top: 50px;
}
.products .bottom .right .slider_recipe li p{
	margin: 0;
}
.products .bottom .right .slider_recipe li .name{
	display: block;
	color: #caa977;
	text-transform: uppercase;
	font: 36px/38px 'PFDinTextCompPro-Medium',sans-serif;
	margin: 20px 0;
	position: relative;
	padding: 0 0 42px;
}
.products .bottom .right .slider_recipe li .name:after{
	background: url('../images/icons.png') no-repeat -6px -220px;
	content: "";
	bottom: 0;
	left: 50%;
	margin-left: -22px;
	height: 8px;
	width: 45px;
	position: absolute;
}
.products .bottom .right .slider_recipe li img{
	margin-bottom: 20px;
	float: left;
}
.products .bottom .right .slider_recipe li .more{
	color: #caa977;
	font: 18px/20px 'PFDinTextCompPro-Medium',sans-serif;
	text-transform: uppercase;
}
.products .bottom .right .slider_recipe li .more_copy{
	display: none;
}
.products .bottom .right .slider_recipe li .more:hover{
	text-decoration: none;
	color: #65baaf;
}
.products .bottom .right .bx-viewport{
	height: 387px!important;
	float: left;
}
.products .bottom .right .bx-controls-direction a{
	color: #caa977;
	text-transform: uppercase;
	font: 16px/18px 'PFDinTextCompPro-Medium',sans-serif;
	bottom: 24px;
	position: absolute;
}
.products .bottom .right .bx-controls-direction a:hover{
	color: #68bbb0;
	text-decoration: none;
}
.products .bottom .right .bx-controls-direction a:after{
	position: absolute;
	content: "";
	top: 0;
	height: 32px;
	width: 32px;
}
.products .bottom .right .bx-next:after{
	background: url('../images/icons.png') no-repeat -57px -108px;
	right: 0;
}
.products .bottom .right .bx-next{
	right: 38px;
	padding: 7px 39px 7px 0;
}
.products .bottom .right .bx-next:hover:after{
	background-position: -61px -153px;
}
.products .bottom .right .bx-prev{
	right: 153px;
	padding: 7px 0 7px 39px;
}
.products .bottom .right .bx-prev:after{
	background: url('../images/icons.png') no-repeat 0 -108px;
	left: 0;
}
.products .bottom .right .bx-prev:hover:after{
	background-position: 0 -157px;
}
.products .bottom .left{
	padding-top: 59px;
}
.products .bottom .left p{
	margin: 0;
}
.products .bottom .left span{
	color: #65baaf;
	font: 24px/26px 'PFDinTextCompPro-Medium',sans-serif;
	display: block;
}
.products .bottom .left ul{
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: center;
}
.products .bottom .left img{
	margin-bottom: 15px;
}
.products .bottom .left .bx-controls-direction a{
	width: 18px;
	height: 14px;
	position: absolute;
	text-indent: -99999px;
	top: 57%;
}
.products .bottom .left .bx-controls-direction .bx-next{
	background: url('../images/icons.png') no-repeat -130px 0;
	right: -5px;
}
.products .bottom .left .bx-controls-direction .bx-next:hover{
	background-position: -474px -32px;
}
.products .bottom .left .bx-controls-direction .bx-prev{
	background: url('../images/icons.png') no-repeat -88px 0;
	left: -5px;
}
.products .bottom .left .bx-controls-direction .bx-prev:hover{
	background-position: -437px -32px;
}
.disabled{
	display: none;
}
/*==================================end-products============================*/






/*==================================start-holder_blocks============================*/
.holder_blocks{
	position: relative;
}
.holder_bg{
	overflow: hidden;
	padding-top: 10px;
	position: relative;
}
.container_bg_{
	position: relative;
	margin-bottom: 106px;
}
.holder_bg .bg_3{
	left: 0;
	width: 32%;
	position: absolute;
	top: 29px;
}
.holder_bg .bg_4{
	right: 0;
	width: 25%;
	position: absolute;
	bottom: 200px;
}
.holder_blocks .block_advantages{
	background:rgba(101,186,175,0.3);
	padding: 30px 0 55px;
	position: relative;
	z-index: 20;
}
.holder_blocks .block_advantages .heading{
	margin: 0 0 47px;
}
.container .ico_bg{
	position: relative;
}
.container .ico_bg:after{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
}
.holder_blocks .block_advantages .ico_bg{
	height: 70px;
	width: 70px;
	margin: -66px auto 26px;
}
.holder_blocks .block_advantages .ico_bg:after{
	background: url('../images/icons.png') no-repeat -3px -253px;
	height: 70px;
	width: 70px;
}
.holder_blocks .block_advantages .list_advantages{
	margin: 0;
	padding: 0;
	list-style: none;
	color: #915b27;
	font-size: 20px;
	line-height: 22px;
	overflow: hidden;
}
.holder_blocks .block_advantages .list_advantages li{
	position: relative;
	padding-top: 150px;
	text-align: center;
}
.holder_blocks .block_advantages .list_advantages li:after{
	position: absolute;
	content: "";
	top: 0;
	left: 50%;
	background: url('../images/icons.png') no-repeat 0 -338px;
	height: 120px;
	width: 120px;
	margin-left: -60px;
}
.holder_blocks .block_advantages .list_advantages li:nth-child(2):after{
	background-position: 0 -494px;
}
.holder_blocks .block_advantages .list_advantages li:nth-child(3):after{
	background-position: 0 -662px;
}
.holder_blocks .block_advantages .list_advantages li:nth-child(4):after{
	background-position: -147px -338px;
}
.holder_blocks .block_values{
	font-size: 24px;
	line-height: 26px;
	text-align: center;
	color: #7d7d7d;
	float: none;
	margin: 0 auto;
}
.holder_blocks .block_values p{
	margin-bottom: 42px;
	line-height: 31px;
}
.holder_blocks .block_values .heading{
	position: relative;	
	padding: 58px 0;
	margin-bottom: 40px;
}
.holder_blocks .block_values .heading:after{
	position: absolute;
	content: "";
	width: 206px;
	height: 21px;
	bottom: 0;
	left: 50%;
	margin-left: -103px;
	background: url('../images/icons.png') no-repeat 0 -851px;
}
.holder_blocks .block_values .holder_video{
	background: url('../images/border_video.png') no-repeat 50% 0;
	padding: 36px 0;
}
.holder_blocks .block_values .holder_video a{
	display: block;
	margin: 0 auto;
	height: 100%;
	position: relative;
}
.holder_blocks .block_values .holder_video a:after{
	background: url('../images/bg_video.png') no-repeat 50% 50%;
	height: 48px;
	width: 69px;
	position: absolute;
	content: "";
	top: 50%;
	margin-top: -24px;
	margin-left: -35px;
	left: 50%;
}
.holder_blocks .block_values .holder_video a:hover:after{
	background: url('../images/bg_video_h.png') no-repeat 50% 50%;
}
.holder_blocks .sweet_life_news{
	border-top: 1px solid #cdcdcd;
	margin-bottom: 62px;
}
.holder_blocks .sweet_life_news .heading{
	margin-bottom:67px;
}
.holder_blocks .sweet_life_news .ico_bg{
	background: #fff;
	width: 76px;
	height: 47px;
	margin: -22px auto 34px;
}
.holder_blocks .sweet_life_news .ico_bg:after{
	background: url('../images/icons.png') no-repeat -279px -838px;
	width: 44px;
	height: 47px;
	left: 50%;
	margin-left: -22px;
}
.holder_blocks .sweet_life_news .list{
	margin: 0 0 57px;
	padding: 0;
	list-style: none;
	overflow: hidden;
}
.holder_blocks .sweet_life_news .list li{
	margin-bottom: 20px;
}
.holder_blocks .sweet_life_news a{
	float: left;
	margin: 0 17px 0 0;
	font-family: 'PFDinTextCompPro-Medium',sans-serif;
}
.holder_blocks .sweet_life_news .list li:hover a{
	color: #65baaf;
}
.holder_blocks .sweet_life_news .list li .name_new{
	float: none;
	color: #caa977;
	margin: 0 0 10px;
	display: block;
	font-size: 22px;
	line-height: 24px;
}
.holder_blocks .sweet_life_news .list li .name_new:hover{
	text-decoration: none;
}
.holder_blocks .sweet_life_news .read_more{
	border-radius:24px;
	-moz-border-radius: 24px;
	-webkit-border-radius:24px;
	border: 1px solid #bfbfbf;
	color:#bfbfbf;
	font-size: 16px;
	line-height: 18px;
	padding: 9px 0;
	margin: 0 auto;
	display: block;
	width: 162px;
	text-align: center;
	float: none;
	text-transform: uppercase;
}
.holder_blocks .sweet_life_news .read_more:hover{
	text-decoration: none;
	border: 1px solid #78c2b9;
	color: #78c2b9;
}
/*==================================end-holder_blocks============================*/






/*==================================start-contact_page============================*/
.contact_page{
	position: relative;
	min-height:507px;
	overflow: hidden;
}
.contact_page .center_box_holder .some_form{
	background: #67bbaf;
	color: #fff;
	padding: 44px 20px 39px;
	height: 510px;
	position: absolute;
	top: 0;
	left: 300px;
}
.contact_page .center_box_holder .some_form label{
	display: block;
	margin-bottom: 10px;
}
.contact_page .center_box_holder .some_form p{
	font: 42px/44px 'PFDinTextCompPro-Light',sans-serif;
	margin: 0 0 34px;
	text-transform: uppercase;
	text-align: center;
}
.contact_page .center_box_holder .some_form .text{
	border: 1px solid #fff;
	background: #8dccc3;
	color: #fff;
	padding: 7px 10px;
	font: 22px/24px 'PFDinTextCompPro-Light',sans-serif;
	width: 100%;
}
.contact_page .center_box_holder .some_form .submit{
	border-radius: 40px;
	-moz-border-radius: 40px;
	-webkit-border-radius: 40px;
	background: transparent;
	border: 1px solid #fff;
	text-transform: uppercase;
	color: #fff;
	font: 22px/24px 'PFDinTextCompPro-Medium',sans-serif;
	display: block;
	width: 149px;
	margin: 0 auto;
	padding: 10px 0;
}
.contact_page .center_box_holder .some_form .submit:hover, .contact_page .center_box_holder .some_form .submit:focus{
	background: #fff;
	color: #67bbaf;
	border: 0 solid transparent!important;
}
.contact_page .center_box_holder textarea{
	min-height: 103px;
	max-height: 103px;
	margin-bottom: 34px;
}
.contact_page .center_box_holder .some_form input::-webkit-input-placeholder, .contact_page .center_box_holder .some_form textarea::-webkit-input-placeholder {
   color: #fff!important;
   opacity: 1;
}
.contact_page .center_box_holder .some_form input:-moz-placeholder, .contact_page .center_box_holder .some_form textarea:-moz-placeholder { 
   color: #fff!important;
   opacity: 1;
}
.contact_page .center_box_holder .some_form input::-moz-placeholder, .contact_page .center_box_holder .some_form textarea::-moz-placeholder {  
   color: #fff!important;  
   opacity: 1;
}
.contact_page .center_box_holder .some_form input:-ms-input-placeholder, .contact_page .center_box_holder .some_form textarea:-ms-input-placeholder {  
  color: #fff!important;
  opacity: 1;
}
.contact_page .center_box_holder .some_form .error .text{
	border: 1px solid red;
}
/*==================================end-contact_page============================*/







/*==================================start-category============================*/
.holder_main{
	padding-top: 36px;
	border-width: 1px 0 0;
	border-style: solid;
	border-color: #d5d5d5;
	position: relative;
}
#main {
	position: relative;
	min-height: 300px;
}
#main .logo_b{
	color: #65baaf;
	font: 16px/18px 'PFDinTextCompPro-Light',sans-serif;
	text-transform: uppercase;
	letter-spacing: 1px;
}
#main .logo_b span{
	display: block;
	margin: 0 auto;
	width: 100px;

}
#main .breadcrumb{
	margin: 0;
	padding:19px 0 0 10px;
	list-style: none;
	color: #65baaf;
	font: 22px/24px 'PFDinTextCompPro-Medium',sans-serif;
	text-transform: uppercase;
}
#main .breadcrumb a{
	font:18px/20px 'PFDinTextCompPro-Light',sans-serif;
	color: #7d7d7d;
	text-transform: none;
}
#main .breadcrumb a:hover{
	color: #65baaf;
}
#main .breadcrumb li{
	padding: 0 9px 0 17px;
	background: url('../images/bg_breadcrumb.png') no-repeat 0 50%;
}
#main .breadcrumb li:first-child{
	padding-left: 0;
	background: none;
}
#main .top_nav_category{
	overflow: hidden;
	font: 16px/18px 'PFDinTextCompPro-Medium',sans-serif;
	text-transform: uppercase;
}
#main .top_nav_category ul{
	float: right;
	margin: 0;
	padding:24px 17px 24px 0;
	list-style: none;
	text-align: right;
}
#main .top_nav_category ul li{
	display: inline-block;
	margin: 0 9px;
}
#main .top_nav_category ul li a, #main .top_nav_category ul .active span{
	display: inline-block;
	border: 1px solid #b6b6b6;
	color: #b1b1b1;
	padding:6px 11px;
	border-radius: 20px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-transition: all 0.3s 0.03s ease;
	-o-transition: all 0.3s 0.03s ease;
	-webkit-transition: all 0.3s 0.03s ease;
}
#main .top_nav_category ul li.active a, #main .top_nav_category ul li.active span{
	color: #fff;
	border:1px solid #65baaf;
	background: #65baaf;
}
#main .top_nav_category ul li a:hover{
	color: #fff;
	border:1px solid #65baaf;
	background: #65baaf;
	text-decoration: none;
}
#main .block_category{
	overflow: hidden;
}
#main .block_category .box {
	color: #7d7d7d;
	text-align: center;
	margin-bottom:50px;
	-moz-transition: all 0.3s 0.03s ease;
	-o-transition: all 0.3s 0.03s ease;
	-webkit-transition: all 0.3s 0.03s ease;
	float: none;
	display: inline-block;
	vertical-align: top;
	font-size: 0;
	line-height: 0;
}
#main .block_category a:hover span{
	color: #65baaf;
	text-decoration: underline;
}
#main .block_category .box:hover{
	text-decoration: none;
}
#main .block_category .name_c{
	color: #caa977;
	font: 18px/28px 'PFDinTextCompPro-Medium',sans-serif;
	text-transform: uppercase;
	position: relative;
	display: block;
	padding:16px 0 22px;
	margin-bottom: 15px;
}
#main .block_category .box .name_c:after{
	background: url('../images/icons.png') no-repeat -6px -219px;
	height: 8px;
	width: 45px;
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -22px;
	content: "";
}
.inner{
	display: none;
}
.inner .hold_img{
	text-align: center;
	margin-bottom: 20px;
}
.inner .info_short{
	overflow: hidden;
}
.fancybox-skin .name_c{
	color: #caa977;
	font-family: 'PFDinTextCompPro-Medium',sans-serif;
	text-transform: uppercase;
	display: block;
	margin-bottom: 15px;
}
.inner .reward{
	color: #67bbaf;
	position: relative;
}
.inner .reward:after{
	position: absolute;
	content: "";
	height: 20px;
	width: 22px;
	background: url('../images/icons.png') no-repeat -248px 0;
	left: -33px;
	top: 0;
}
.bg_5{
	position: absolute;
	top: 187px;
	left: 0;
	width: 13%;
}
.bg_6{
	position: absolute;
	bottom:0;
	left: 0;
	width: 15%;
}
.bg_7{
	right: 0;
	bottom: 69px;
	position: absolute;
	width: 13%;
}
#main .pagination {
	position: relative;
	overflow: hidden;
	width: 100%;
	font: 22px/24px 'PFDinTextCompPro-Medium',sans-serif;
}
#main .pagination .w1{
	float: left;
	position: relative;
	left: 50%;
}
#main .pagination .w2{
	float: left;
	position: relative;
	left: -50%;
}
#main .pagination ul{
	margin: 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
}
#main .pagination ul li{
	float: left;
	margin: 0 5px;
}
#main .pagination ul li a, #main .pagination ul li.active span{
	display: block;
	padding: 5px 13px;
	border-radius: 30px;
	-moz-border-radius: 30px;
	-webkit-border-radius: 30px;
	color: #959595;
	font: 22px/24px 'PFDinTextCompPro-Medium',sans-serif;
	position: relative;
}
#main .pagination ul li.active a, #main .pagination ul li.active span{
	background: #67bbaf;
	color: #fff;
}
#main .pagination ul li a{
	-moz-transition: all 0.3s 0.03s ease;
	-o-transition: all 0.3s 0.03s ease;
	-webkit-transition: all 0.3s 0.03s ease;
}
#main .pagination ul li a:hover{
	background: #67bbaf;
	color: #fff;
	text-decoration: none;
}
#main .pagination .b_move a{
	height: 33px;
}
#main .pagination .b_move a:hover{
	background: none;
}
#main .pagination .b_move a:after{
	background: url('../images/icons.png') no-repeat;
	position: absolute;
	content: "";
	top: 50%;
	left: 50%;
	height: 9px;
	width: 12px;
	margin-left: -6px;
	margin-top: -4px;
}
#main .pagination ul li.prev a:after{
	background-position: -89px -29px;
}
#main .pagination ul li.prev a:hover:after{
	background-position: -441px 0;
}
#main .pagination ul li.next a:after{
	background-position: -130px -29px;
}
#main .pagination ul li.next a:hover:after{
	background-position: -476px 0;
}
/*==================================start-category============================*/





/*==================================start-action============================*/
.content{
	font-size: 20px;
}
.content p a{
	color: #65baaf;
}
.content p a:hover{text-decoration: underline;}
.name_heading{
	color: #caa977;
	font: 22px/24px 'PFDinTextCompPro-Medium', sans-serif;
	text-transform: uppercase;
}
#main .block_frame{
	padding: 34px 0 50px;
}
#main .block_frame:after{
	content: "";
	display: block;
	clear: both;
}
.list_article{
	margin: 0 0 45px;
	padding: 0 0 0 10px;
	list-style: none;
}
.list_article li{
	border-top: 1px solid #e5e5e5;
	padding: 16px 0;
	overflow: hidden;
}
.list_article li .name_heading{
	display: inline-block;
	margin-bottom: 21px;
}
.list_article li > a{
	padding-left: 0;
	position: relative;
}
.list_article li a:hover{
	text-decoration: none;
}
.list_article li > a .data{
	position: absolute;
	left: 0;
	display: inline-block;
	padding: 3px 8px;
	background: rgba(255,255,255,0.7);
	font: 14px/16px 'PFDinTextCompPro-Light',sans-serif;
	text-transform: uppercase;
	color: #606060;
	top: 0;
}
.list_article li .name_heading:hover{
	color: #65baaf;
}
.list_article li p{
	margin: 0 0 30px;
}
.list_article li:first-child{
	border-top: 0;
}
.list_article li .more{
	position: relative;
	color: #b1b1b1;
	text-transform: uppercase;
	font: 16px/18px 'PFDinTextCompPro-Medium',sans-serif;
	display: inline-block;
	padding-right: 30px;
}
.list_article li .more:after{
	background: url('../images/icons.png') no-repeat -188px -84px;
	height:20px;
	width: 20px;
	content: "";
	top: -2px;
	right: 0;
	position: absolute;
}
.list_article li .more:hover:after{
	background-position: -188px -118px;
}
.list_article li .more:hover{
	text-decoration: none;
	color: #65baaf;
}
.bg_8{
	position: absolute;
	right: 0;
	top: 50px;
	width:14%;
}
.bg_9{
	position: absolute;
	left: 0;
	width: 14%;
	top: 195px;
}
/*==================================start-action============================*/




/*==================================start-blog============================*/
#main .aside{
	float: right;
	text-transform: uppercase;
	font-family: 'PFDinTextCompPro-Medium',sans-serif;
}
#main .aside ul{
	margin: 0;
	padding: 0;
	list-style: none;
	float: right;
}
#main .aside ul li {
	margin-bottom: 15px;
}
#main .aside ul li a{
	color: #caa977;
}
#main .aside ul li.active{
	color: #65baaf;
}
#main .aside ul li.active a{
	color: #65baaf;
}
#main .aside ul li a:hover{
	color: #65baaf;
	text-decoration: none;
}
.bg_10{
	position: absolute;
	bottom: 0;
	right: 0;
	width: 27%;
}
.bg_11{
	position: absolute;
	top: 260px;
	right: 0;
	width: 11%;
}
.bg_29{
	position: absolute;
	bottom: 260px;
	left: 0;
	width: 14%;
}
/*==================================end-blog============================*/









/*==================================start-control_quality============================*/
.control_quality  p{
	line-height: 28px;
}
.control_quality .slider_sert{
	padding: 0;
	margin: 0;
	list-style:none; 
}
.control_quality .bx-controls-direction a{
	width: 18px;
	height: 14px;
	position: absolute;
	text-indent: -99999px;
	top: 57%;
}
.control_quality .bx-controls-direction .bx-next{
	background: url('../images/icons.png') no-repeat -130px 0;
	right: -35px;
}
.control_quality .bx-controls-direction .bx-prev{
	background: url('../images/icons.png') no-repeat -88px 0;
	left: -35px;
}
.control_quality .bx-controls-direction .bx-next:hover{
	background-position: -474px -32px;
}
.control_quality .bx-controls-direction .bx-prev:hover{
	background-position: -437px -32px;
}
.control_quality .slider_box{
	padding:43px 0 79px;
}
.form_contact{
	border: 3px solid #c6c6c6;
	margin: 0 auto 48px;
	float: none;
	padding: 16px 75px 38px;
}
.form_contact p{
	position: relative;
	padding:20px 0 39px;
	color: #65baaf;
	text-transform: uppercase;
	font: 42px/44px 'PFDinTextCompPro-Light',sans-serif;
	text-align: center;
	margin: 0 0 35px;
}
.form_contact p:after{
	position: absolute;
	background: url('../images/icons.png') no-repeat -299px 0;
	width: 45px;
	height: 8px;
	content: "";
	bottom: 0;
	left: 50%;
	margin-left: -22px;
}
.form_contact  label{
	display: block;
	margin: 0 0 9px;
}
.form_contact .text{
	border: 1px solid #d5d5d5;
	width: 100%;
	padding: 9px 5px;
}
.form_contact .placeholder{
	color: #9f9f9f;
}
.submit_interview{
	border-radius: 31px;
	-moz-border-radius: 31px;
	-webkit-border-radius: 31px;
	border: 1px solid #6ebeb4;
	color: #6ebeb4;
	font: 22px/24px 'PFDinTextCompPro-Medium',sans-serif;
	padding: 10px;
	background: #fff;
	width: 146px;
	margin: 0 auto;
	display: block;
	text-transform: uppercase;
}
.submit_interview:focus{border: 1px solid #6ebeb4;}
.submit_interview:hover{
	background: #6ebeb4;
	color: #fff;
}
.form_contact input::-webkit-input-placeholder, .form_contact textarea::-webkit-input-placeholder {
   color: #9f9f9f;
}
.form_contact input:-moz-placeholder, .form_contact textarea:-moz-placeholder { 
   color: #9f9f9f;  
}
.form_contact input::-moz-placeholder, .form_contact textarea::-moz-placeholder {  
   color: #9f9f9f;  
}
.form_contact input:-ms-input-placeholder, .form_contact textarea:-ms-input-placeholder {  
  color: #9f9f9f!important;
}
.form_contact .error .text{
	border: 1px solid red;
}
.form_contact textarea{
	max-height: 104px;
	min-height: 104px;
	margin-bottom: 29px;
}
.bg_12{
	position: absolute;
	top: 295px;
	right: 0;
	width: 14%;
}
.bg_13{
	position: absolute;
	bottom: 150px;
	left: 0;
	width: 18%;
}
/*==================================end-control_quality============================*/







/*==================================start-search============================*/
#main .block_search{
	padding-top: 0;
}
.block_search .text_result{
	background: #d6be9a;
	color: #fff;
	display: inline-block;
	padding: 2px 5px;
}
#main .block_search .top_nav_category ul{
	float: none;
	text-align: left;
}
#main .block_search .b_res_search{
	text-transform: uppercase;
	padding: 0 0 0 10px;
	font: 22px/24px 'PFDinTextCompPro-Light',sans-serif;
}
#main .block_search .b_res_search p span{
	color: #65baaf;
	font-family: 'PFDinTextCompPro-Medium',sans-serif;
	display: inline-block;
	padding: 0 5px;
}
#main .block_search .b_res_search p .t_request{
	color: #e6222d;
}
#main .block_search .b_res_search p a{
	text-transform: none;
	color: #959595;
	text-decoration: underline;
}
#main .block_search .b_res_search p a:hover{
	text-decoration: none;
}
.bg_14{
	position: absolute;
	top: 30px;
	left: 0;
	width: 13%;
}
.bg_15{
	position: absolute;
	bottom: 0;
	right: 0;
	width: 18%;
}
/*==================================end-search============================*/







/*==================================start-contact============================*/
#main .block_contact .list_conatct{
	margin: 0 0 38px;
	padding: 0;
	list-style: none;
	overflow: hidden;
	font: 20px/26px 'PFDinTextCompPro-Light',sans-serif;
	text-align: center;
}
#main .block_contact .list_conatct li{
	position: relative;
	padding: 51px 0 0;
}
#main .block_contact .list_conatct li:after{
	position: absolute;
	content: '';
	top: 0;
	left: 50%;
	background: url('../images/icons.png') no-repeat -269px -31px;
	width: 22px;
	height: 37px;
	margin-left: -11px;
}
#main .block_contact .list_conatct li.phone:after{
	background-position: -314px -27px;
	width: 26px;
	height: 36px;
	margin-left: -13px;
}
#main .block_contact .list_conatct li.email:after{
	background-position: -365px -40px;
	width: 42px;
	height: 18px;
	margin-left: -21px;
	top: 13px;
}
#main .block_contact .list_conatct li a{
	color: #7d7d7d;
}
#main .block_contact .bottom{
	text-align: center;
	color: #65baaf;
	font-size: 20px;
	line-height: 28px;
	overflow: hidden;
}
#main .block_contact .bottom p{
	margin: 0 0 17px;
}
#main .block_contact .bottom .social_networks{
	float: none;
	margin: 0 auto;
}
.bg_16{
	position: absolute;
	top: 183px;
	right: 0;
	width: 15%;
}
.bg_17{
	position: absolute;
	left: 0;
	width: 12%;
	bottom:-813px;
	z-index: 20;
}
/*==================================end-contact============================*/




/*==================================start-popup============================*/
.popup{
	background: #fff;
	border: 3px solid #65baaf;
	padding: 20px;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 490px;
	margin-left: -245px;
	margin-top: -50px;
	text-align: center;
	display: none;
	z-index: 20;
}
.popup:after{
	position: absolute;
	content: "";
	background: url('../images/bg_popup.png') no-repeat;
	height: 61px;
	width: 125px;
	top: -51px;
	left: 20px;
}
.popup p{
	margin: 0 0 20px;
}
.popup .close_popup{
	position: absolute;
	top: -25px;
	right: -25px;
	height: 15px;
	width: 16px;
	background: url('../images/icons.png') no-repeat -134px -221px;
	cursor: pointer;
}
.popup .heading_popup{
	font: 36px/38px 'PFDinTextCompPro-Light',sans-serif;
	color: #65baaf;
	text-transform: uppercase;
	display: block;
	margin-bottom: 20px;
}
.popup .btn_ok{
	color: #6ebeb4;
	border: 1px solid #6ebeb4;
	border-radius: 25px;
	-moz-border-radius: 25px;
	-webkit-border-radius: 25px;
	font: 22px/24px 'PFDinTextCompPro-Medium',sans-serif;
	text-transform: uppercase;
	padding: 5px 15px;
	cursor: pointer;
}
.popup .btn_ok:hover{
	background: #6ebeb4;
	color: #fff;
}
#overlay{
	background: rgba(255,255,255,0.8);
	position: fixed;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	display: none;
}
/*==================================end-popup============================*/







/*====================================start-block_about_us===================*/
#main .block_about_us p{
	margin: 0 0 28px;
}
#main .block_about_us .list_img{
	overflow: hidden;
	margin: 0;
	padding: 33px 0 0;
	list-style: none;
}
.bg_18{
	position: absolute;
	right: -405px;
	height: 130px;
	width: 165px;
	bottom: 0;
	background: url('../images/bg_18.png') no-repeat;
}
.bg_25{
	position: absolute;
	left: 0;
	bottom:-34px;
	width: 14.2%;
}
/*====================================end-block_about_us===================*/







/*===================================start-block_blog_post===================*/
#main .post_box .name_post_box{
	font: 22px/24px 'PFDinTextCompPro-Medium',sans-serif;
	color: #caa977;
	text-transform: uppercase;
	margin-bottom: 36px;
	display: block;
}
#main .post_box p{
	margin: 0 0 17px;
}
#main .post_box .align_centert{
	overflow: hidden;
	margin: 0 0 29px;
}
#main .post_box .align_centert img{
	float: left;
}
#main .post_box .align_centert img:first-child{
	margin-right: 8px;
}
#main .post_box .data_post{
	color: #c0c0c0;
	font: 16px/18px 'PFDinTextCompPro-Light',sans-serif;
	text-transform: uppercase;
	display: block;
	margin-bottom: 30px;
}
#main .list_universal{
	margin: 0 0 20px;
	padding: 0;
	list-style: none;
}
#main .list_universal li{
	position: relative;
	padding: 0 0 4px 20px;
}
#main .list_universal li:after{
	position: absolute;
	content: "";
	top: 6px;
	left: 0;
	background: url('../images/icons.png') no-repeat -240px -87px;
	height: 12px;
	width: 12px;
}
#main .post_box .list_info{
	margin:0 0 90px;
	padding: 0;
	list-style: none;
}
#main .post_box .list_info span{
	color: #65bab0;
	font: 20px/22px 'PFDinTextCompPro-Medium',sans-serif;
	display: inline-block;
	padding-right: 10px;
}
.bg_19{
	position: absolute;
	right: 0;
	width: 15%;
	top: 245px;
}
.bg_24{
	position: absolute;
	right:0;
	width:22%;
	bottom: 0;
}
.bg_23{
	position: absolute;
	left: 0;
	width: 14%;
	top: 500px;
}
#main .form_interview{
	border: 3px solid #c6c6c6;
	text-align: center;
	float: none;
	margin: 0 auto 95px;
	padding: 35px 20px 49px;
}
#main .form_interview .name_form{
	color: #caaa78;
	text-transform: uppercase;
	position: relative;
	font: 36px/38px 'PFDinTextCompPro-Light',sans-serif;
	margin-bottom: 25px;
}
#main .form_interview .name_form:after{
	position: absolute;
	top: 15px;
	left: 50%;
	background: url('../images/icons.png') no-repeat -240px -154px;
	height: 8px;
	width: 207px;
	content: "";
	margin-left: -104px;
}
#main .form_interview .t_question{
	color: #65baaf;
	font: 36px/38px 'PFDinTextCompPro-Light',sans-serif;
	margin-bottom: 30px;
}
#main .check_row{
	padding-top: 4px;
	float: none;
	margin: 0 auto 32px;
	overflow: hidden;
}
#main .check_row input[type="radio"]{
	display: none;
}
#main .check_row label{
	margin-bottom: 11px;
	float: left;
	font-size: 24px;
	line-height: 26px;
	width: 100%;
}
#main .check_row label input[type="radio"] + span {
	 display:inline-block;
	 background: url('../images/check_out.png') no-repeat 0 4px;
	 vertical-align:middle;
	 cursor:pointer;
	 padding-left: 26px;
}
#main .check_row label input[type="radio"]:checked + span {
	background: url('../images/check.png') no-repeat 0 4px;
}
/*===================================end-block_blog_post===================*/










/*===================================start-block_clients===================*/
.bg_20{
	position: absolute;
	left: 0;
	bottom: 50px;
	width: 16%;
}
.bg_26{
	position: absolute;
	right: 0;
	bottom: 332px;
	width: 22%;
}
#main .block_clients .form_contact{
	margin: 50px auto 0;
}
/*===================================end-block_clients===================*/






/*===================================start-block_achievements===================*/
.bg_21{
	position: absolute;
	top: 319px;
	right: -238px;
	background: url('../images/bg_21.png') no-repeat;
	height: 288px;
	width: 180px;
}
.bg_27{
	position: absolute;
	bottom: 22px;
	left: 0;
	width:10%;
}
.bg_30{
	position: absolute;
	top: 19px;
	right: 0;
	width:15%;
}
/*===================================start-block_achievements===================*/








/*===================================start-block_vacancies===================*/
#main .block_vacancies .bold_name{
	color: #caaa78;
	font-family: 'PFDinTextCompPro-Medium',sans-serif;
	text-transform: uppercase;
	margin-bottom: 12px;
}
#main .block_vacancies .list_universal{
	color: #65baaf;
	font: 20px/22px 'PFDinTextCompPro-Medium',sans-serif;
	margin: 0 0 33px 0;
}
#main .block_vacancies .list_universal a{color: #65baaf;}
#main .block_vacancies .list_universal li{
	margin-bottom: 11px;
}
#main .block_vacancies p{
	margin: 0 0 35px;
}
.bg_22{
	position: absolute;
	top: 100px;
	left: 0;
	width: 9%;
}
.bg_28{
	position: absolute;
	bottom: 30px;
	right: 0;
	width: 13%;
}
#main .content_vacancies{
	padding-left: 10px;
}
/*===================================start-block_vacancies===================*/






/*===================================start-404===============================*/
.block_error {
	text-align: center;
	padding: 0 0 100px;
	font-size: 20px;
}
.block_error .logo_b{
	padding-bottom: 70px;
}
.block_error img{
	margin-bottom: 67px;
}
.block_error p{
	margin: 0;
}
.block_error p a{
	color: #68bbaf;
	text-decoration: underline;
	display: inline-block;
	padding: 0 5px;
}
.block_error p a:hover{
	text-decoration: none;
}
.block_error .t_error{
	font: 23px/28px 'PFDinTextCompPro-Medium',sans-serif;
	color: #65baaf;
	margin-bottom: 23px;
}





/*===================================end-404=================================*/









/*==================================start-footer============================*/
.footer_holder{
	border-top: 1px solid #d5d5d5;
	height: 340px;
	margin-top:-348px;
}
.footer_h{
	height: 340px;
	clear: both;
}
#footer .top_f{
	overflow: hidden;
	margin-bottom: 30px;
	padding-right: 10px;
}
#footer .top_f > div:last-child{
	padding: 0;
}
#footer{
	font-size: 20px;
	line-height: 22px;
	padding: 40px 0 0;
}
#footer a{
	color: #7d7d7d;
}
#footer .footer_list{
	margin: 0;
	padding: 15px 0 0;
	list-style: none;
	overflow: hidden;
}
#footer .footer_list li{
	width: 50%;
	float: left;
	margin-bottom: 12px;
}
#footer .footer_list li a:hover{
	text-decoration: none;
	color: #67bbaf;
}
#footer .name_h{
	color: #c8a674;
	font: 22px/24px 'PFDinTextCompPro-Medium',sans-serif;
	display: block;
	margin:14px 0 13px 30px;
}
#footer .list_contact{
	margin: 0;
	padding: 0;
	list-style: none;
}
#footer .list_contact li{
	position: relative;
	padding: 0 0 11px 31px;
}
#footer .list_contact li p{
	margin-bottom: 5px;
}
#footer .list_contact li:after{
	position: absolute;
	content: "";
	left: -5px;
	top: 5px;
	background: url('../images/icons.png') no-repeat -63px -49px;
	width: 19px;
	height: 32px;
}
#footer .list_contact li.phone:after{
	background-position: -6px -5px;
	width: 20px;
	height: 27px;
	top: 5px;
}
#footer .list_contact li.mail:after{
	background-position: -38px 0;
	width: 28px;
	height: 12px;
	top: 5px;
	left: -9px;
}
#footer .list_contact li a:hover{
	color: #67bbaf;
	text-decoration: none;
}
#footer .box_subscription{
	background: url('../images/bg_subscription.jpg') no-repeat;
	width: 320px;
	padding: 40px 35px 35px;
	float: right;
	min-height: 220px;
}
#footer .box_subscription .name_h{
	font-size: 20px;
	line-height: 22px;
	color: #67bbaf;
	text-transform: uppercase;
	text-align: center;
	margin: 0 0 28px;
	padding: 0;
}
#footer .box_subscription label{
	display: block;
}
#footer .box_subscription .text{
	border-width: 0 0 1px;
	border-style: solid;
	border-color: #b1b1b1; 
	font: 20px/22px 'PFDinTextCompPro-Light',sans-serif;
	width: 100%;
	text-align: center;
	color: #000;
	margin-bottom: 28px;
}
#footer .box_subscription .text::-webkit-input-placeholder {
   color: #7d7d7d;
}
#footer .box_subscription .text:-moz-placeholder { 
   color: #7d7d7d;  
}
#footer .box_subscription .text::-moz-placeholder {  
   color: #7d7d7d;  
}
#footer .box_subscription .text:-ms-input-placeholder {  
  color: #7d7d7d!important;
}
#map{
	height: 509px;
}
#footer .box_subscription .placeholder{
	color: #b1b1b1;
}
#footer .box_subscription .error .text{
	border-bottom: 1px solid red;
}
#footer .box_subscription .submit{
	border-radius: 40px;
	-moz-border-radius: 40px;
	-webkit-border-radius: 40px;
	background: transparent;
	border: 1px solid #b1b1b1;
	text-transform: uppercase;
	color: #b1b1b1;
	font: 16px/18px 'PFDinTextCompPro-Medium',sans-serif;
	display: block;
	width: 116px;
	margin: 0 auto;
	padding: 7px 0;
}
#footer .js_alert{
	position: absolute;
	top: 67px;
	right: 40px;
	font-size: 16px;
	color: red;
}
#footer .box_subscription .submit:hover{
	border: 1px solid #78c2b9;
	color: #78c2b9;
}
#footer input::-webkit-input-placeholder{
   color: #b1b1b1;
}
#footer input:-moz-placeholder{ 
   color: #b1b1b1;  
}
#footer input::-moz-placeholder{  
   color: #b1b1b1;  
}
#footer input:-ms-input-placeholder{  
  color: #b1b1b1!important;
}
#footer .copy{
	font-size: 16px;
	line-height: 18px;
}
#footer .copy .social_networks{
	margin: 0;
	padding: 0;
	list-style: none;
	float: right;
	text-align: right;
}
.social_networks li{
	margin: 0 6px;
	display: inline-block;
}
.social_networks li a{
	display: block;
	text-indent: -99999px;
	position: relative;
	width: 49px;
	height:48px; 
	background: url('../images/bg_soc.png') no-repeat 0 0;
}
.social_networks li a:before{
	background: url('../images/vk.png') no-repeat 50% 50%;
	width: 49px;
	height:48px; 
	position: absolute;
	top: 0;
	left: 0;
	content: "";
}
.social_networks li.facebook a:before{
	background: url('../images/facebook.png') no-repeat 50% 50%;
}
.social_networks li a:hover:before{
	background: url('../images/vk_h.png') no-repeat 50% 50%;
}
.social_networks li.facebook a:hover:before{
	background: url('../images/facebook_h.png') no-repeat 50% 50%;
}
.social_networks li.od a:before{
	background: url('../images/od.png') no-repeat 50% 50%;
}
.social_networks li.od a:hover:before{
	background: url('../images/od_hover.png') no-repeat 50% 50%;
}
.social_networks li.inst a:before{
	background: url('../images/inst.png') no-repeat 50% 50%;
}
.social_networks li.inst a:hover:before{
	background: url('../images/inst_hover.png') no-repeat 50% 50%;
}
.map_site a{
	color: #65baaf;
}
.map_site a:hover{color: #000;text-decoration: none;}
/*==================================end-footer============================*/











/*=====================================Media============================*/
@media (max-width: 979px) {
	#header .logo{
		position: static;
		width: auto;
		text-align: center;
		height: auto;
		margin: 0;
		left: 0;
	}
	#header .logo a{margin: 0;}

	.navbar-collapse{
		position: absolute;
		top: 42px;
		z-index: 555;
		background: #fff;
		left: 0;
		padding: 0;
		text-align: center;
		width: 100%;
		border: 0;
	}
	.navbar-collapse ul li{
		display: block;
		float: none;
		width: 100%;
	}
	.navbar-collapse ul li span{width: 100%;display: block;}
	.holder_nav ul > li:nth-child(3), .holder_nav ul > li:nth-child(7){width: 100%;}
	.holder_nav ul li a{
		padding: 5px 0;
		display: block;
	}
	.holder_nav ul > li:nth-child(4){margin: 0;}
	.holder_nav ul li .dropdown-menu{
		position: static;
		float: none;
		background: none;
		border-radius: 0;
		box-shadow:none;
	}
	.holder_nav ul li .dropdown-menu a, .holder_nav ul li .dropdown-menu span{
		color: #000;
		padding: 5px 0;
	}
	.holder_nav ul li .dropdown-menu:after{border: 0;}
	.holder_nav ul li .dropdown-menu a:hover{
		background: #65baaf;
		color: #fff;
	}
	#header .language{display: none;}
	#header .language_copy{
		display: block;
		position: absolute;
		top: 0;
		right: 0;
		width: 104px;
		margin: 0;
	}
	#header .top_header .top_right{padding: 0;}
	#header .top_header .top_right .search_form{
		padding: 0;
		text-align: right;
	}
	#header .top_header{margin-bottom: 20px;}
	.banner{display: none;}
	.holder_nav ul{border: 1px solid #65baaf;}
	.products .bg_one, .products .bg_two{display: none;}
	.products{padding: 0 0 60px;}
	.products .bottom .left .bx-controls-direction .bx-next{right: 0;}
	.products .bottom .left .bx-controls-direction .bx-prev{left: 0;}
	.holder_blocks .block_values .holder_video{background: none;}
	.made_ua{top: 80px;}
	#header .top_header .address{margin: 0;}
	#footer .box_subscription{
		float: none;
		margin: 20px auto 0;
	}
	#footer .copy .social_networks li{
		float: none;
		display: inline-block;
	}
	#footer .copy .social_networks{
		text-align: center;
		margin-bottom: 20px;
	}
	.products .bottom .tab-content{
		background: none;
		border: 1px solid #caa977;
		background-color: #f6edda;
	}
	.products .bottom .nav-tabs{
		background: none;
		padding: 0;
		margin: 0 0 -1px;
	}
	.products .bottom .nav-tabs li:first-child{margin: 0 14px 0 0;}
	.products .bottom .right .slider_recipe li{width: auto!important;}
	.slider_recipe{padding:0 0 0 13px;}
	.container_bg_{margin: 0 0 50px;}
	#main .logo_b{display: none;}
	#main .top_nav_category ul{
		text-align: left;
		padding: 23px 17px 8px 0;
	}
	#main .top_nav_category ul li a{
		padding: 5px 9px;
		font-size: 14px;
		line-height: 16px;
	}
	.fancybox-prev span{left: 0;}
	.fancybox-next span{right: 0;}
	.fancybox-close{
		right: 0;
		top: -21px;
	}
	#main .aside ul{float: none;}
	.bg_12{display: none;}
	.control_quality .bx-controls-direction .bx-next{right: 0;}
	.control_quality .bx-controls-direction .bx-prev{left: 0;}
	.control_quality .slider_box .bx-viewport{
		width: 197px!important;
		text-align: center;
		margin: 0 auto;
	}
	#main .post_box .align_centert img{margin-bottom: 10px;}
	.holder_nav ul > li{margin: 0;}
	#main .post_box .align_centert{text-align: center;}
	#main .post_box .align_centert img{float: none;}
	#main .top_nav_category ul li{margin-bottom: 10px;}
	.holder_nav ul > li:first-child, .holder_nav ul > li:nth-child(2){width: 100%;}
	.holder_nav ul > li:last-child{border-radius: 0;}
	.holder_main{border: 0;padding-top: 0;}
	.holder_nav ul{margin: 0;}
	.holder_nav ul > li{padding: 0;}
}









@media (max-width: 599px) {
	.made_ua{top: 30px;}
	#header .top_header .top_right .search_form{text-align: left;}
	#header .top_header .address{margin: 0 0 20px;}
	#header .logo{margin: 0 0 20px;}
	.products .top .center{width: auto;}
	.holder_blocks .block_advantages .list_advantages li{margin-bottom: 20px;}
	.holder_blocks .container_bg_:after, .holder_blocks .container_bg_:before{display: none;}
	.container_bg_{margin-bottom: 50px;}
	.holder_blocks .sweet_life_news .list li{margin-bottom: 20px;}
	.heading{font: 37px/39px 'Flow-Bold',sans-serif}
	#footer .footer_list{margin-bottom: 20px;}
	#footer .box_subscription{
		width: 280px;
		padding: 22px 33px 32px;
		background-size: 100%;
	}
	#footer .box_subscription .name_h{margin-bottom: 22px;}
	.nav-tabs > li > a{padding: 6px 2px;}
	.products .bottom .nav-tabs li:first-child{margin:0 2px 0 0;}
	.products .bottom .nav-tabs li{margin: 0 2px 0 0;}
	.products .bottom .nav-tabs li a{font-size: 15px;line-height: 17px;}
	.products .bottom .right .slider_recipe li .more_copy{
		display: block;
		margin-top: 15px;
	}
	.products .bottom .right .slider_recipe li .hide_block{display: none;}
	.products .bottom .tab-content{width: 320px;}
	.products .bottom .right .slider_recipe li{width: 320px!important;}
	.slider_recipe{padding: 0;}
	.products .bottom .right .bx-controls-direction a{
		position: relative;
		display: inline-block;
	}
	.products .bottom .right .bx-prev{
		right: 0;
		float: left;
		margin-left: 15px;
	}
	.products .bottom .right .bx-viewport{height: 364px!important}
	.products .bottom .right .bx-next{
		float: right;
		right: 0;
		margin-right: 15px;
	}
	.holder_blocks .sweet_life_news .list{margin: 0 0 20px;}
	.holder_blocks .sweet_life_news{margin: 0 0 40px;}
	#main .top_nav_category ul li{margin: 0 0 5px;}
	.list_article img{margin-bottom: 15px;}
	#main .block_action .list_action .text{padding: 0;}
	.list_article li > a{text-align: center;}
	.list_article li > a .data{
		position: static;
		width: 100%;
	}
	.control_quality .form_contact{padding: 16px 20px 38px;}
	#main .check_row label{
		float: left;
		width: 100%;
		text-align: left;
	}
	#main .post_box .list_info{margin-bottom: 30px;}
}



@media (max-width: 357px) {
	.products .bottom .tab-content{width: auto;}
	.products .bottom .right .slider_recipe li{width: auto!important;}
}


@media (max-width: 1300px) {
	.bg_ico{display: none;}
}

.dropdown-backdrop {
    height: 0;
}