/*
font-family:'Neo Sans W10 Black';
font-family:'NeoSansW10-BlackItalic';
font-family:'Neo Sans W10 Bold';
font-family:'NeoSansW10-BoldItalic';
font-family:'Neo Sans W10 Italic';
font-family:'Neo Sans W10 Light';
font-family:'NeoSansW10-LightItalic';
font-family:'Neo Sans W10 Medium';
font-family:'NeoSansW01-MediumItalic';
font-family:'NeoSansW10-MediumItalic';
font-family:'Neo Sans W10';
font-family:'Neo Sans W10 Ultra';
font-family:'NeoSansW10-UltraItalic';
*/
* {
	margin: 0;
	padding: 0;
    outline: none;
}
html {
	height: 100%;
}
body {
	font: 12px/18px Arial, Tahoma, Verdana, sans-serif;
    font-family:'Neo Sans W10' !important;
	width: 100%;
	height: 100%;
    background: #fff;
}
p {
	margin: 0 0 18px
}
a{text-decoration: none;}
img {
	border: none;
}
input {
	vertical-align: middle;
}

#wrapper {
	width: 980px;
	margin: 0 auto;
}
.shadow{    
    -webkit-box-shadow: 0px 0px 5px 0px #2e2123;
    box-shadow: 0px 0px 5px 0px #2e2123;
}

/* Header
-----------------------------------------------------------------------------*/
#header {
    position: relative;
	height: 200px;
    background: url(images/header_bottom.png) no-repeat center bottom;
}
#main_logo{
    text-decoration: none;
    position: absolute;
    top: 22px;
    left: 19px;
    width: 106px;
    height: 112px;
    background: url(images/main_logo.png) no-repeat 0 0;
}
#lang{
    position: absolute;
    top: 28px;
    right: 19px;
}
#lang a,#lang span{
    text-decoration: none;
    color: #80686f;
    font-size: 12px;
}
#lang span{
    display: inline-block;
    margin: 0 5px;
}
#lang a:hover{
    color: #9f836a;
}

#lang a.selected{
    color: #c2b2b5;
}
#header_text{
    position: absolute;
    top: 86px;
    right: 19px;
    color: white;
    font-size: 13px;    
}
#main_menu{
    border-collapse: collapse;
    position: absolute;
    bottom: 23px;
    left: 0;
    width: 100%;
    background: #5c484c url(images/menu_bg.png) no-repeat 0 0;
    border-left: 1px solid #736164;        
}
#main_menu td{
    text-align: center;
}
#main_menu a{
    text-transform: uppercase;
    padding: 2px 0 1px;
    margin: 0 0 0 -1px;
    display: block;
    text-decoration: none;
    font-size: 12px;
    color: #c2b2b5;
    font-family:'Neo Sans W10 Medium';
}
#main_menu a.selected{
    background: #9f836a;
    color: #fff;
}
#main_menu a:hover{
    background: #a48972;
    color: #fff;
}
/* mp_baner
-----------------------------------------------------------------------------*/
#mp_baner{
    position: relative;
    height: 327px;
    overflow: visible;
    background: #4e3c3f;
    border-left: 1px solid #6b595d;
    border-top: 1px solid #6b595d;
}
.page_baner{
    z-index: 1 !important;
    height: 218px !important;
}
.page_baner .h1,.page_baner h1{
    font-size: 16px !important;
    font-family:'Neo Sans W10' !important;
    line-height: 23px !important;
}
#mp_baner_bottom{
    height: 22px;
    width: 980px;
    background: url(images/mp_baner_bottom.png) no-repeat center bottom;
}
#breath{  
    z-index: 2 !important;
    position: relative;
    height: 22px;
    background: #80686f;
    padding: 0 0 0 260px;
}
#breath a{
    display: inline-block;
    padding: 2px 16px 2px 0;
    margin-right: 9px;
    font-size: 12px;
    color: #c2b2b5;
    font-family:'Neo Sans W10';
    background: url(images/breath.png) no-repeat right center;
}
#breath a:hover{
    text-decoration: underline;
    color: #cfc3c3;
}
#breath span{
    color: white;
    font-size: 12px;
    font-family:'Neo Sans W10 Medium';
}
#mp_baner_left{
    float: left;
    background: #4e3c3f url(images/mp_baner_left.png) no-repeat 0 -1px;
    color: #b29fa4;
    font-size: 12px;
    position: relative;
    width: 199px;
    height: 283px;
    padding: 22px 20px;
}
.page_baner #mp_baner_left{
    height: 174px !important;  
    overflow: hidden;  
    line-height: 16px !important;
    font-size: 12px;
    font-family:'Neo Sans W10' !important;
}
#mp_baner_left .ban{
    width: 199px;
    height: 283px;
    padding: 22px 20px;
}
#mp_baner .ban{
    font-size: 12px;
    line-height: 16px;
    font-family:'Neo Sans W10';
    display: none;
    position: absolute;
    top: 0;
    left: 0;
}
#mp_baner .ban0{display: block;}
#mp_baner h1,#mp_baner .h1{
    font-weight: normal !important;
    font-family:'Neo Sans W10 Medium';
    font-size: 18px;
    line-height: 26px;
    text-transform: uppercase;
    color: #9f836a;
    margin: -7px 0 12px;
}
#mp_baner b{
    text-transform: uppercase;
    font-weight: normal !important;
    display: block;
    font-family:'Neo Sans W10 Medium';
    font-size: 12px;
    color: #b29fa4;
    margin-bottom: 15px;
}
#mp_baner .arr_button{
    padding: 3px 0 2px 20px !important;
    margin: 0 0 0 -1px !important;
    position: absolute !important;
    bottom: 0 !important;
    left: 0 !important;
    width: 220px !important;
    background-position: 227px center !important;
}

#mp_slider{
    float: right;
    width: 740px;
    height: 328px;
    white-space: nowrap;
    position: relative;
    overflow: hidden;
    margin-top: -1px; 
}
.page_baner #mp_slider{
    height: 219px !important;
}
#mp_slider img{margin: 0 -3px 0 0;}
#mp_slider .panel{
    position: absolute;
    right: 20px;
    bottom: 22px;
    padding: 7px 0 7px 6px;
    overflow: hidden;
    background: #4e3c3f;
}
#mp_slider .panel a{
    display: block;
    float: left;
    background: #c2b2b5;
    width: 8px;
    height: 8px;
    margin-right: 8px;
}
#mp_slider .panel a:hover,#mp_slider .panel a.selected{background: #80686f;}
/* Middle
-----------------------------------------------------------------------------*/
#content{
    -webkit-box-shadow:  0px 0px 2px 0 #3f2d31;
    box-shadow:  0px 0px 2px 0 #3f2d31;
    background: #E7E0E1 url(images/content_bg.png) repeat-y center center;
    width: 100%;
    border-collapse: collapse;
    position: relative;
    z-index: 3;
}
.sitemap li{
    list-style: none;
}
.sitemap li ul{
    margin-bottom: 15px;
    padding-top: 8px;
}
.sitemap li ul ul{
    margin-bottom: 0;
    padding-top: 0;
}
.sitemap li a{
    text-transform: uppercase;
    display: block;
    color: #443135 !important;
    font-size: 13px !important;
    font-family:'Neo Sans W10 Medium' !important;
    width: 340px !important;
    text-decoration: none !important;
    border-bottom: 1px solid #cfc3c3;
}
.sitemap li li a{
    text-transform: none;
    display: inline-block;
    color: #80686f !important;
    font-size: 12px !important;
    font-family:'Neo Sans W10 Medium' !important;
    width: auto !important;
    text-decoration: none !important;
    border-bottom: none;
    margin-left: 13px;
    margin-bottom: 2px;
}
.sitemap li li li a{
    text-transform: none;
    display: inline-block;
    color: #80686f !important;
    font-size: 12px !important;
    font-family:'Neo Sans W10 Medium' !important;
    width: auto !important;
    text-decoration: none !important;
    border-bottom: none;
    margin-left: 23px;
    margin-bottom: 2px;
}
.sitemap a:hover{color: #9f836a !important;}

#content b,#content strong{
    font-family:'Neo Sans W10 Medium';
    font-weight: normal;
}
#content td{vertical-align: top;}
#content h1,#content .h1,#content .h111{
    display: block;
    font-family:'Neo Sans W10 Medium';
    text-transform: uppercase;
    font-weight: normal !important;
    color: #9f836a;
    font-size: 16px;
}
#content .h1{
    min-height: 44px;
    *height: auto !important;
    *height: 44px;
}
#content .h1_1{
    margin-bottom: 15px;
}
#left_block{
    padding: 22px 0;
    width: 240px;
    background: url(images/left_block_bg.png) repeat-y 0 0;
}
.left_menu{
    margin: 45px 0 0 0;
}
.left_menu.add{
    margin: 45px 0 -45px;
}
.left_menu li{
    list-style: none;
    display: block;
    padding: 0;
    margin: 0;
}
.left_menu a{
    padding: 2px 20px;
    display: block;
    font-family:'Neo Sans W10 Medium';
    font-size: 12px;
    color: #80686f;
}
.left_menu ul a{
    font-family:'Neo Sans W10' !important;
}
.left_menu ul a{
    padding-left: 27px;
}
.left_menu ul span{margin: 0 0 0 -7px;}
.left_menu a:hover{
    color: #513c40;
    background: url(images/lm_hover.png) repeat 0 0;
}
.left_menu a.selected{
    color: white;
    background: #80686f;
}

#left_block h1,#left_block .h1{
    margin-bottom: 12px;
    min-height: 16px;
    *height: auto !important;
    *height: 16px;
}
.left_disrtib{
    text-align: center;
}
.left_disrtib_arrows{
    display: inline-block;
    background: url(images/left_disrtib_arrows.png) no-repeat 0 0;
    width: 30px;
    height: 11px;
}
.left_disrtib_arrows:hover{opacity:60}
.left_disrtib_arrows.bottom{background-position: 0 -11px;}
.left_disrtib_items{
    margin: 13px 0 14px;
    height: 550px;
    overflow: hidden;
}
.left_disrtib_items a{
    display: block;
    margin-bottom: 22px;
}

#content_bock{
    padding: 22px 20px 22px;
    font-size: 12px;
    color: #443135;
    font-family:'Neo Sans W10';
}
.new_date{
    color: #b29fa4;
    font-size: 12px;
    font-family:'Neo Sans W10';
    margin: 0 0 24px 0;
}
.news_page{
    margin-bottom: 22px;
    width: 100%;
}
.back{
    background: url(images/back.png) no-repeat left center;
    display: block;
    color: #80686f !important;
    padding: 2px 0 0 16px;
    text-decoration: none !important;
    font-family:'Neo Sans W10' !important;
    margin: 0 0 25px 0;
}
.back:hover{color: #9f836a !important;}
#content_bock a{
    font-family:'Neo Sans W10';
    text-decoration: underline;
    color: #9F836A;
}
#content_bock a:hover{color: #9f836a;text-decoration: none;}
#mp_news{border-bottom: 1px solid #cfc3c3;}
#mp_news a{
    font-family:'Neo Sans W10' !important;
    font-size: 12px;
    color: #80686f;
    display: block;
    padding: 2px 0 1px;
    border-top: 1px solid #cfc3c3;
    text-decoration: none;
}
#mp_news a:hover{color: #9f836a;}
#mp_news a span{
    font-family:'Neo Sans W10';
    display: inline-block;
    width: 80px;
    color: #b29fa4;
}
.all_news{
    font-family:'Neo Sans W10' !important;
    text-decoration: none !important;
    display: inline-block;
    margin-top: 10px;
    font-size: 12px;
    color: #80686f !important;
}
.all_news:hover{color: #9f836a !important;}

#right_block{
    padding: 22px 0;
    width: 1%;
}
.inner_page{
    padding-top: 67px !important;
}
.inner_page1{
    padding-top: 47px !important;
}
.votes{overflow: hidden;margin: 0 -20px 0 0;padding: 0 0 0 3px;}
.vote{
    width: 180px;
    margin: 0 20px 36px 0;
    background: url(images/vote_bg.png) repeat 0 0;
    padding: 22px 20px;
    -webkit-box-shadow:  0px 0px 3px 1px #cdc4c5;
    box-shadow:  0px 0px 3px 1px #cdc4c5;
    color: #c2b2b5;
}
.vote_list{float: left;}

.vote .block_name{margin-right: -20px;}
.vote .voters_count{
    margin: 0 -20px -22px;
    background: #C2B2B5;
    color: white;
    padding: 3px 0 2px 20px;
}
.vote .voters_count span{font-family:'Neo Sans W10 Medium';}

.additional_table{width: 100%;}
.additional_table .right_block,.additional_table .right_ban{
    margin: 0 0 22px 22px !important;
    float: right;
}
.right_block strong{
    font-weight: normal !important;
    font-family:'Neo Sans W10 Medium';
}
.right_block a{
    text-decoration: underline;
    font-family:'Neo Sans W10' !important;
    font-size: 12px !important;
    color: #9f836a;
}
.right_block a:hover{text-decoration: none;}
.right_block .link{
    display: inline-block !important;
    color: #80686f !important;
    font-family:'Neo Sans W10' !important;
    padding-right: 17px;
    text-decoration: none !important;
    background: url(images/link.png) no-repeat right center;
}
.right_block .link:hover{color: #9F836A !important;}

.block_name span{color: #b29fa4;}

.arrows{
    display: block;
    text-decoration: none !important;
    width: 220px;
    height: 14px;
    background: url(images/arrows.png) no-repeat 0 0;
}

.arrows.bottom{background-position: 0 -42px;margin-top: 11px;margin: 11px -20px -23px;}
.arrows.bottom:hover{background-position: 0 -28px;}
.arrows.top{margin-bottom: 11px;margin: -17px -20px 11px;}
.arrows.top:hover{background-position: 0 -14px;}

.small_gal{
    height: 60px;
    overflow: hidden;
    width: 216px;
    margin: 0 0 0 -16px ;
}
.small_gal .slide{overflow: hidden;}
.small_gal a{
    overflow: hidden;
    margin-right: 5px;
    display: inline-block;
    float: left !important;
    width: 65px;
    height: 58px;
    border: 1px solid #c5b5b8;
}
.small_gal a:hover{border: 1px solid #a1866f;}
.question{
    margin: -15px 0 20px;
    font-size: 13px;
    line-height: 14px;
    color: #443135;
}
.vote input[type=radio]{display: none;}
.label{
    padding-right: 20px;
    background: url(images/radio.png) no-repeat right bottom;
    height: 16px;
    display: block;
    margin-bottom: 14px;
    cursor: pointer;
    color: #443135;
    font-family:'Neo Sans W10';
}
.label.selected{background-position: right top;}
.vote input[type=submit]{
    background-image: none !important;
    border: none !important;
    width: 220px !important;
    cursor: pointer;
}
.vote_results{
    font-family:'Neo Sans W10';
    font: 12px;
    color: #c2b2b5;
}
.vote_res{
    position: relative;
    font: 13px;
    color: #443135;
    margin-bottom: 10px;
    border-top: 6px solid #cfc3c3;
    overflow: visible;
    font-family:'Neo Sans W10';
}
.vote_res .value{
    float: right;
    color: #80686f;
    font-size: 12px;
}
.vote_progress{
    position: absolute;
    height: 6px;
    background: #80686f;
    top: -6px;
    left: 0;
    width: 0;
}
.arr_button:hover{background-color: #a48972 !important;}

.page_picts{
    background: url(images/page_picts.png) no-repeat 0 0;
    display: inline-block;
    padding-left: 26px;
    color: #80686f !important;
    font-size: 12px !important;
    text-decoration: none !important;
}
.page_picts1{
    margin-left: 40px !important;
    background-position: 0 -20px;
}
.page_picts:hover{
    text-decoration: underline !important;
    color: #9f836a !important;
}

.prod_cats{
    margin: 28px -30px 0 0;
    overflow: hidden;
}
.prod_cat{
    border-collapse: collapse;
    display: block;
    width: 220px;
    float: left;
    margin: 0 20px 22px 0;
}
.prod_cat img{
    display: block;
    float: left;
}
.prod_cat .a{
    vertical-align: middle;
}
.prod_cat .a{
    vertical-align: middle;
    width: 220px;
    height: 44px;
    overflow: hidden;
    background: #9f836a;
    vertical-align: middle !important;
}
.prod_cat .a:hover{background: #a48972;}
.prod_cat a{
    padding: 0 20px;
    display: block;
    text-transform: uppercase;
    color: white !important;
    text-decoration: none !important;
    font-family:'Neo Sans W10 Medium' !important;
    font-size: 12px;
    line-height: 16px;
}

.news_list{border-bottom: 1px solid #cfc3c3;}
.news_list a{
    font-family:'Neo Sans W10' !important;
    font-size: 12px !important;
    color: #80686f !important;
    display: block !important;
    padding: 12px 0 !important;
    border-top: 1px solid #cfc3c3 !important;
    text-decoration: none !important;
}
.news_list a:hover{color: #9f836a !important;}
.news_list a span{
    font-family:'Neo Sans W10' !important;
    display: inline-block !important;
    width: 80px !important;
    color: #b29fa4 !important;
}

.pages span{
    color: #c2b2b5 !important;
    font-size: 12px !important;
    font-family:'Neo Sans W10 Medium' !important;
}
.srart{padding-left: 0 !important;}
.pages a{
    display: inline-block;
    padding: 4px 6px 1px;
    color: #80686f !important;
    font-size: 12px !important;
    font-family:'Neo Sans W10 Medium' !important;
    text-decoration: none !important;
}
.pages a:hover{color: #9f836a !important;}
.pages .selected{
    display: inline-block;
    padding: 4px 6px 1px;
    font-size: 12px !important;
    font-family:'Neo Sans W10 Medium' !important;
    text-decoration: none !important;
    background: #c2b2b5;
    color: white !important;
}

.search_form{margin: 0 0 22px 0;overflow: hidden;}
.search_form input[type=text]{
    width: 448px;
    height: 20px;
    background: url(images/search_form_input.png) no-repeat 0 0;
    float: left;
    border: none;
    color: #80686f;
    font-size: 12px;
    font-family:'Neo Sans W10' !important;
    padding: 2px 6px 0;
}
.big_search{
    width: 688px !important;
    background: url(images/big_search.png) no-repeat 0 0 !important;
}
.search_form input[type=text]:focus{background-position: 0 bottom !important;}

.search_form input[type=submit]{
    width: 19px;
    height: 20px;
    background: url(images/search_form_input_submit.png) no-repeat 0 0;
    float: left;
    cursor: pointer;
    border: none;
    margin: 1px 0 0 -20px;
}

.search_form input[type=submit]:hover{background-position: left bottom;}
.substribe_form{
    overflow: hidden;
}
#asd_subscribe_res{
    margin: 0 auto 15px;
    width: 200px; 
}
.substribe_form input[type=text]{
    margin: 0 auto;
    width: 168px;
    height: 20px;
    background: url(images/address.png) no-repeat 0 0;
    border: none;
    color: #80686f;
    font-size: 12px;
    font-family:'Neo Sans W10' !important;
    padding: 2px 6px 0;
}
.substribe_form input[type=text]:focus{background-position: 0 bottom !important;}
.substribe_form input[type=submit]{
    text-transform: uppercase;
    margin: 22px auto 0;
    width: 180px;
    height: 22px;
    background: #9F836A;
    color: white;
    font-family:'Neo Sans W10 Medium';
    font-size: 12px;
    border: none;
    cursor: pointer;
}
.substribe_form input[type=submit]:hover{background: #a48972 !important;}
.distributors{
    border-top: 1px solid #cfc3c3;
    margin: 0 -20px 23px -20px;
    overflow: hidden;
}
.distributor{
    cursor: pointer;
    position: relative;
    overflow: hidden;
    display: block;
    text-decoration: none !important;
    padding: 0 20px 0 160px;
    border-bottom: 1px solid #cfc3c3;
}
.iso{padding: 0 20px 0 200px;}
.distributor:hover,.distributor.selected{
    background: url(images/distr.png) repeat 0 0;
}
.partner{
    cursor: default;
    background: none !important;
}
.distributor_name{
    text-decoration: none !important;
    float: left !important;
    text-transform: uppercase !important;
    font-size: 14px !important;
    font-family:'Neo Sans W10 Medium' !important;
    color: #80686f !important;
    padding: 26px 0 0 0 !important;
    vertical-align: middle !important;
}
.iso_name{
    display: block;
    text-decoration: none !important;
    text-transform: uppercase !important;
    font-size: 14px !important;
    font-family:'Neo Sans W10 Medium' !important;
    color: #513c40 !important;
    padding: 13px 0 15px 0 !important;
    vertical-align: middle !important;    
}
.partner .distributor_name{padding: 11px 0 14px 0 !important;}
.partner .distributor_name:hover{color: #9f836a !important;}
a.iso_name:hover{color: #9f836a !important;}
.distributor .img{
    display: table-cell;
    float: left;
    margin: 0 0 0 -160px;
    min-height: 30px;
    padding: 17px;
    vertical-align: middle;
    width: 126px;
    text-align: center;
}
.iso .img{margin: 0 0 0 -200px;}
.distributor_info{
    text-align: left;
    display: none;
    color: #443135 !important;
    font-size: 13px;
    padding-bottom: 25px;
}
.partner_info{
    text-align: left;
    color: #443135 !important;
    font-size: 13px;
    padding-bottom: 11px;
}
.rewiew{font-family:'Neo Sans W10 Italic' !important;font-size: 12px !important;}
.partner_name{float: right;font-family:'Neo Sans W10 Medium';}
.partner_work{float: right;}

.show_distributor_info{
    margin: 26px 0 0 0;
    font-family:'Neo Sans W10' !important;
    float: right;
    font-size: 12px !important;
    color: #80686f !important;
    padding-right: 20px;
    background: url(images/arraws.png) no-repeat right 3px;
}
.hide_distributor_info{
    display: none;
    margin: 26px 0 0 0;
    font-family:'Neo Sans W10' !important;
    float: right;
    font-size: 12px !important;
    color: #80686f !important;
    padding-right: 20px;
    background: url(images/arraws.png) no-repeat right -19px;
}
.selected .distributor_info,.selected .hide_distributor_info{display: block !important;}
.selected .show_distributor_info{display: none;}
.clear{clear: both;display: block;height: 0 !important;}
.search_results{
    font-size: 13px;
    color: #443135;
    margin: 10px 0;
}

.result{
    padding: 0 0 15px 0;
}
.result .date{
    font-size: 12px;
    color: #b29fa4;
}
.result .way {    
    color: #b29fa4;
}
.result .way a{
    display: inline-block !important;
    font-size: 12px !important;
    color: #80686f !important;
    border: none !important;    
    background: url("images/breath.png") no-repeat scroll right center transparent;
    padding: 0 13px 0 0 !important;
    margin-right: 10px;
}
.map{
    margin: 8px 0 0 0;
    display: block;
    border: 5px solid #cec1c4;
}

.vakansii{
    border-bottom: 1px solid #cfc3c3;
    margin: 0 0 22px;
}
.vakansii_hh1{
    margin: 0 0 7px 0;
    font-size: 14px;
    color: #443135;
    font-family:'Neo Sans W10 Medium';
    text-transform: uppercase;
}
.vakansija{
    padding: 2px 0;
    border-top: 1px solid #cfc3c3;
    background: url(images/arravs.png) no-repeat 0 7px;
}
.vakansija.selected{
   background: url(images/arravs_hover.png) no-repeat 0 7px;
}
.vakansija .hh1 span{
    font-family:'Neo Sans W10';
    color: #b29fa4;
}
.vak_text{
    display: none;
    padding: 10px 0 10px 16px;
    color: #443135;
}
.vakansija.selected .vak_text{display: block;}
.vak_name{
    margin: 0 0 0 16px;
    display: block !important;
    color: #80686f !important;
    text-decoration: none !important;
}
.vakansija.selected .vak_name{font-family:'Neo Sans W10 Medium' !important;}
.vak_name:hover{color: #9F836A !important;}
.vakansija.selected .vak_text{display: block;}


.galerys{
    width: 700px;
    overflow: hidden;
}
.galery{
    overflow: hidden;
    margin-bottom: 25px;
}
.galery_date{
    color: #b29fa4;
    float: left;
    width: 99px;
}
.galery_name{
    float: left;
    color: #443135;
}
.galety_count{
    color: #b29fa4;
    float: right;
}
.galery_slider{
    border-bottom: 1px solid #cfc3c3;
    border-top: 1px solid #cfc3c3;
    height: 74px;
    overflow: hidden;
    padding: 6px 0;
}
.galery_slider .slider{
    margin: 0 6px;
    float: left;
    width: 660px;
    overflow: hidden;
    white-space: nowrap;
}
.galery_slider .slider .slide{
    overflow: hidden;
    display: inline-block;
}
.galery_slider .slider a{
    display: inline-block;
    margin: 0 3px 0 0;
    border: 1px solid #c9bbbe;
    overflow: hidden;
    width: 87px;
    height: 72px;
    overflow: hidden;
}
.galery_slider .slider a:hover{border-color: #9f836a;}
.galery_slider .slider a img{
    display: inline-block;
    float: left;
}
.galery_left{
    opacity: 0.65;
    float: left;
    margin: -6px 0;
    display: block;
    text-decoration: none !important;
    width: 14px;
    height: 86px;
    background: url(images/galery_left.png) no-repeat left top;
}
.galery_left:hover{background-position: right top !important;}
.galery_right{
    float: left;
    margin: -6px 0;
    display: block;
    text-decoration: none !important;
    width: 14px;
    height: 86px;
    background: url(images/galery_right.png) no-repeat right top;
}
.galery_right:hover{background-position: left top !important;}

.faq_section_list{
    overflow: hidden;
    margin: 0 0 45px 0;
}
.faq_section_list a{
    display: inline-block !important;
    color: #80686f !important;
    text-decoration: none !important;
    font-family:'Neo Sans W10 Medium' !important;
}
.faq_section_list a:hover{color: #9f836a !important;}
.faq_section_list a.selected{color: #443135 !important;}
.faq_section_list a span{
    color: #b29fa4;
    font-family:'Neo Sans W10' !important;
}


.form{
    margin: 0 0 23px;
    color: #443135;
    font-size: 12px;
}
.form span{color: #9f836a !important;}
.form input,form textarea{
    display: block;
}
.form input[type=text]{
    margin: 4px 0 24px;
    padding: 0 7px;
    border: none;
    width: 446px;
    height: 22px;
    background: url(images/form_input.png) no-repeat 0 0;
    color: #80686f !important;
    font-size: 12px !important;
    font-family:'Neo Sans W10' !important;
}
.form input.capcha{
    width: 326px !important;
    background: url(images/form_input_capcha.png) no-repeat 0 0;
    float: left !important;
}
.form .error input[type=text],.form .error input.capcha{
    background-position: left bottom;
    margin: 4px 0 0;
}
.error_message{margin: 0 0 24px;}
.form input[type=text]:focus{
    background-position: left -22px;
}
.form textarea{
    margin: 4px 0 24px;
    padding: 7px 7px;
    border: none;
    width: 446px;
    height: 140px;
    background: url(images/form_textarea.png) no-repeat 0 0;
    color: #80686f !important;
    font-size: 12px !important;
    font-family:'Neo Sans W10' !important;
    resize: none;
}
.form .error textarea{
    background-position: left bottom;
    margin: 4px 0 0;    
}
.form textarea:focus{
    background-position: left -154px;
}
.capcha_img{
    text-align: right;
    width: 100px;
    height: 55px;
    overflow: hidden;    
    margin: -12px 0 0;
    float: right;
}
.bx-yandex-view-layout{
    border: 5px solid #CEC1C4;
}
.form img{
    margin: -1px;
}
.form input[type=submit]{
    float: right;
    background: #9F836A;
    border: medium none;
    color: white;
    cursor: pointer;
    font-family: 'Neo Sans W10 Medium';
    font-size: 12px;
    height: 22px;
    text-transform: uppercase;
    padding: 0 11px 0 12px;
}
.form input[type=submit]:hover{background: #a48972 !important;}
.form_bottom{overflow: hidden;}

.page_save{
    margin: 22px 0 0 0;
    width:460px;
}
.additional_table{
    width: 100%;
}
.recipes{border-top: 1px solid #cfc3c3;}
.recipe{
    border-bottom: 1px solid #cfc3c3;
    padding: 11px 0;
    overflow: hidden;
}
.recipe img{
    border: 1px solid #c2b2b5;
    float: left;
    margin: 0 20px 0 0;
}
.recipe img:hover{border-color: #9f836a;}
.recipe .recipe_link{margin: 0 0 15px 0;
    text-transform: uppercase;
    font-size: 12px !important;
    color: #80686f !important;
    font-family:'Neo Sans W10 Medium' !important;
    display: block !important;
    text-decoration: none !important;
}
.recipe .recipe_link:hover{color: #9f836a !important;}
.search_results{
    border-bottom: 1px solid #cfc3c3;
    margin: 0;
}
.search_result{
    border-top: 1px solid #cfc3c3;
    padding: 15px 0;
    color: #443135;
    font-size: 13px;
}
.search_result .serach_name{
    text-decoration: none !important;
    display: block !important;
    font-size: 12px !important;
    color: #80686f !important;
    margin-bottom: 12px;
}
.search_result p{margin-bottom: 12px;}
.search_result .span{
    font-size: 12px;
    color: #b29fa4;
}
.hide_text{text-indent: -9999px;}
.hide_text *{text-indent: 0;}
.search_result .span a{
    color: #80686f !important;
    font-size: 12px !important;
    text-decoration: none !important;
    padding-right: 10px;
    margin-right: 5px;
    display: block;
    float: left;
    background: url(images/arrrar.png) no-repeat right 5px;
}
.search_result .span a:last-child{background: none !important;}
.search_result .span span{float: left;margin-right: 5px;}
.search_result a:hover{color: #9f836a !important;}
/* Footer
-----------------------------------------------------------------------------*/
#footer {
	width: 980px;
	margin: 0 auto;
	height: 110px;
	position: relative;
}
#footer_search{
    position: absolute;
    top: 22px;
    left: 20px;
}
#footer_search input[type=text]{
    font-family:'Neo Sans W10';
    background: url(images/input.png) no-repeat 0 0;
    border: 1px solid #80686f;
    height: 22px;
    width: 228px;
    color: #b29fa4;
    font-size: 12px;
    padding: 0 6px;
}
#footer_search input[type=text]:focus{border: 1px solid #9f836a !important;outline: none;}
#footer_search input[type=submit]{
    border: none;
    background: url(images/enter.png) no-repeat 0 2px;
    height: 24px;
    width: 17px;
    margin-left: 21px;
    cursor: pointer;
}
#footer_copy{
    font-family:'Neo Sans W10';
    position: absolute;
    top: 72px;
    left: 20px;
    color: #b29fa4;
    font-size: 12px;
}
#footer_menu{
    position: absolute;
    top: 28px;
    right: 8px;
    color: #80686f;
    font-size: 12px;
}
#footer_menu a{
    display: inline-block;
    margin: 0 12px;
    font-size: 12px;
    color: #c2b2b5;
}
#footer_menu a:hover,#footer_menu a.selected{color: #9f836a;}
#footer_vaspur{
    font-family:'Neo Sans W10';
    width: 223px;
    position: absolute;
    top: 64px;
    right: 19px;
    color: #b29fa4;
    font-size: 12px;
}
#footer_vaspur .vaspur{
    display: block;
    float: right;
    margin: -4px 0 0 0;
}


.hidden{display: none;}
.error{color: #ff7f7f;}
#asd_subscribe_res{color: #ff7f7f !important;}
.mf-ok-text{color: #443135;font-size: 16px;}
.notetext{color: #443135 !important;}
a.iso_name{
    color: #80686F !important;
}
.counter{
    float: right;
    color: #80686f;
}

#right_block{display: none;width: 1px;overflow: hidden;}
#print_head{
    position: relative;
    height: 129px;
    background: url(images/print_head.png) repeat-x left bottom;
}
#print_main_logo{
    background: url(images/print_main_logo.png) no-repeat 0 0;
    display: block;
    text-decoration: none;
    width: 83px;
    height: 86px;
    position: absolute;
    top: 20px;
    left: 20px;
}
#print_header_text{
    display: block;
    position: absolute;
    top: 52px;
    right: 20px;
    font-family:'Neo Sans W10';
    color: #443135;
    font-size: 12px;
}
#print_content{
    padding: 0 20px;
}
#print_copy{
    margin: 0 0 0 20px;
    font-family:'Neo Sans W10 Light';
    font-size: 12px;
    color: #443135;
    padding: 0 5px;
}