/*@import url(http://fonts.googleapis.com/css?family=Ubuntu+Condensed&subset=latin,cyrillic-ext,cyrillic);*/

@font-face {
  font-family: 'Cuprum';
  font-style: normal;
  font-weight: 400;
  src: url(/theme/fonts/Cuprum-Regular.ttf);
}
@font-face {
  font-family: 'Cuprum';
  font-style: italic;
  font-weight: 400;
  src: url(/theme/fonts/Cuprum-Italic.ttf);
}
@font-face {
  font-family: 'Cuprum';
  font-style: normal;
  font-weight: 700;
  src: url(/theme/fonts/Cuprum-Bold.ttf);
}
@font-face {
  font-family: 'Cuprum';
  font-style: italic;
  font-weight: 700;
  src: url(/theme/fonts/Cuprum-BoldItalic.ttf);
}

html, body { height: 100%; width: 100%; margin: 0; font-family: "Trebuchet MS"; font-size: 14px; line-height: 20px; color: #636363;}

body{background-color: #bababa;}

ul,li{
  list-style: none;
}

*, div, ul, li ,a ,h1,h2,h3,h4,h5,tr,td{
  border: 0px;
  margin: 0px;
  padding: 0px;
  box-sizing: content-box;
}

.fl{float: left;}
.fr{float: right;}

.dm_layout {
  width: 980px;
  margin: auto;
  margin-top:100px;
}

.dm_layout_top {
  
  
}

.dm_page_content {
  width: 500px;
  padding: 0 20px;
  float: left;
  min-height: 400px;
}

.dm_layout_left {
  width: 180px;
  
  float: left;
}

.dm_layout_right {
  width: 260px;
 
  float: left;
}

.dm_layout_bottom {
  
  
}

.background_holder{
  
  top: 0;
  left: 0;
  width: 100%;
  
  min-width: 980px;
  z-index: -1000;
}

/*.background{  
  width: 100%;
  
  min-width: 980px;
  max-width: 2560px;
  background: url(/theme/images/bg.jpg) center -100px no-repeat;
  margin-left: auto;
  margin-right: auto;
}
*/

.background{
  background-color:#f7f7f7;
  margin-left: auto;
  margin-right: auto;
}

.top_stripe{
  width: 100%;
  height: 100px;
  min-width: 980px;
  max-width: 2560px;
  background: url(/theme/images/top_bg.png) center top no-repeat;
  margin-left: auto;
  margin-right: auto;
  position: fixed;
  top: 0;
  z-index: 20;
}

.top_stripe_inner{
  width: 980px;
  height: 100px;
  margin: auto;
}



.bottom_stripe{
  width: 100%;
  height: 520px;
  min-width: 980px;
  max-width: 2560px;
  background: url(/theme/images/bottom_bg.png) 0 0 repeat-x;
  margin-left: auto;
  margin-right: auto;
  margin-top: 50px;
}

.bottom_stripe_inner{
  width: 980px;
  height: 501px;
  margin: auto;
}

.bottom_stripe_black_inner{
  width: 980px;
  height: 81px;
  margin: auto;
}

.bottom_stripe_black{
  width: 100%;
  height: 81px;
  min-width: 980px;
  max-width: 2560px;
  background: url(/theme/images/bottom_black_bg.png) 0 0 repeat-x;
  margin-left: auto;
  margin-right: auto;
  margin-top: -81px;
}

.bottom_stripe_inner_black{
  width: 980px;
  height: 81px;
  margin: auto;
}

.developer{
  background: url(/theme/images/dev_bg.png) 0 20px no-repeat;
  width: 240px;
  height: 40px;
  padding-left: 20px;
  color: #535353;
  padding-top: 20px;
  margin-left: 720px;
  font-size: 12px;
  line-height: 20px;
}

.developer a, .developer a:visited{
  color: #535353;
}

.top{
  height: 60px;
  line-height: 60px;
  
}

.logo{
  width: 230px;
  height: 60px;
  float: left;
}

.main_menu{
  height: 60px;
  float: left;
  font-size: 18px;
  /*font-family: 'Ubuntu Condensed', sans-serif;*/

  font-family: 'Cuprum', sans-serif;
  font-weight: 600;
}

.main_menu li{
  display: block;
  height: 60px;
  float: left;
  
}

.main_menu li a, .main_menu li a:visited{ 
  color: #fff;
  text-decoration: none;
  padding: 0 15px;
}

.main_menu li a:hover{ 
  color: #adf737;
}

.main_menu li span{ 
  color: #b4975a;
  padding: 0 20px;
}

.main_menu_active{
  background: url(/theme/images/main_menu_active_bg.png) 0 0 repeat-x;
}

.top_submenu{
  height: 40px;
  line-height: 40px;  
}

.main_submenu{
  line-height: 40px;
  font-size: 12px;
}

.main_submenu li{
  display: block;
  height: 40px;
  float: left;
  position: relative;
}

.main_submenu li a, .main_submenu li a:visited{
  padding: 0 10px;
  color: #00703c;
  text-decoration: none;
}

.main_submenu li a:hover{
  color: #585858;
}

.main_submenu li span{ 
  color: #404040;
  padding: 0 20px;
}

.main_submenu_active{
  background-color: #f0f0f0;
}

.submenu_marker{
  position: absolute;
  background-color: #1e7d51;
  height: 5px;
  width: 100%;
  left:0;
  bottom:-5px;
}

.footer .column{
  float: left;
  width:160px;
}

.footer .column1{
  width: 200px;
}

.footer .column_social{
  width: 260px;
}

.footer{
  padding:40px 0;
  color: #fff;
  font-size: 12px;
  line-height: 20px;
}

.footer .salad_color{
  color:#a2ed37;
}

.footer a, .footer a:visited{
  color: #fff;
}

.footer a:hover{
  color: #a2ed37;
  text-decoration: none;
}

.footer a.salad_color{
  color:#a2ed37;
}

.bar_element{
  margin-bottom: 30px;
}

.recipes_right{
  height: 437px;
  padding: 256px 20px 20px 20px;
  overflow: hidden;
  background: url(/theme/images/recipes_bg.png) 0 0 no-repeat;
}

.recipes_list_right{
  margin-top: 30px;
}

.recipe_right{
  margin-bottom: 13px;
}

.recipe_right a, .recipe_right a:visited{
  color: #a2ed37;
  text-decoration: underline;
}

.recipe_right:hover a{
  color: #fffefe;
  text-decoration: none;
}

.recipe_right a.rr_more, .recipe_right a:visited.rr_more{
  display: block;
  color: #ffffff;
  text-decoration: underline;
}

.recipe_right:hover a.rr_more{
  display: block;
  color: #a2ed37;
  text-decoration: none;
}

.recipe_right_image{
  background: url(/theme/images/rr_image_bg.png) 0 bottom no-repeat;
  width: 80px;
  height: 107px;
  float: left;
}

.recipe_right_text{
  width: 120px;
  float: left;
  margin-left: 20px;
  padding-top: 5px;
}

.actions_list_left{
  margin-top: 20px;
}

.action_left{
  background: url(/theme/images/action_left_bg.png) 0 0 no-repeat;
  height: 213px;
  margin-bottom: 7px;
  padding: 10px;
  color: #636363;
}

.action_left a, .action_left a:visited{
  color: #636363;
  text-decoration: none;
}

.button{
  display: block;
  color: #fff;
  text-decoration: underline;
  font-size: 12px;
  line-height: 40px;
  text-align: center;
}

a.button:hover{
  color: #a2ed37;
  text-decoration: none;
}

.button_w154{
  width: 154px;
  height: 42px;
  background: url(/theme/images/button_w154.png) 0 0 no-repeat;

}

.button_w126_gray{
  width: 126px;
  height: 42px;
  background: url(/theme/images/button126_gray.png) 0 0 no-repeat;
  color: #636363;
  text-decoration: none;
  cursor: pointer;
}

.button_w167{
  width: 167px;
  height: 42px;
  background: url(/theme/images/button_w167.png) 0 0 no-repeat;

}

.top_slider{
  width: 980px;
  height: 294px;
  overflow: hidden;
  background: url(/theme/images/slider_bg.png) 0 bottom no-repeat;
  margin-top: 40px;
  margin-bottom: 6px;
}

.top_slider_inner{
  width: 980px;
  height: 260px;
  overflow: hidden;
}

.list_recipes{
  padding-top: 40px;
  border-top: 1px solid #b2b2b2;
  margin-top: 10px;
}

.list_recipes_ul{
  margin-top: 20px;
}

.recipe_item{
  display: block;
  margin-bottom: 1px;
  height: 109px;
  margin-left: -10px;
  padding: 10px;
}

.recipe_item:hover{
  background: url(/theme/images/recipe_bg.png) 0 0 no-repeat;  
}

.recipe_item_desc{
  margin-left: 20px;
  float: left;
  width: 370px;
  
}

.recipe_item_desc a, .recipe_item_desc a:visited{
  display: inline-block;
  color: #00703c;
  text-decoration: underline;
  font-size: 18px;
  font-style: italic;
  padding: 5px 0;
}

.recipe_item_desc a:hover{
  color: #a2ed37;
  background-color: #00703c;
}

.button_zub{
  display: block;
  width: 160px;
  height: 45px;
  line-height: 40px;
  background: url(/theme/images/button_zub_bg.png) 0 0 no-repeat;
}

.recipe_item .recipe_item_desc .button_zub{
  display: block;
  margin-top: 5px;
  color: #fefefe;
  font-size: 12px;
  text-decoration: underline;
  line-height: 40px;
  padding: 0;
}

.recipe_item .recipe_item_desc .button_zub:hover{
  color: #a2ed37;
  background-color: inherit;
  text-decoration: none;
}

.button_zub_yellow{
  display: block;
  width: 160px;
  height: 45px;
  line-height: 40px;
  background: url(/theme/images/button_zub_yellow_bg.png) 0 0 no-repeat;
  color: #636363;
}


.button_zub_yellow:hover{
  color: #00703c !important;
  background-color: inherit;
  text-decoration: none;
}

.button_zub_grey{
  display: block;
  width: 160px;
  height: 45px;
  line-height: 40px;
  background: url(/theme/images/button_zub_grey_bg.png) 0 0 no-repeat;
  color: #fff;
  text-decoration: underline;
}


.pager_recipes{
  border-top: 1px solid #b2b2b2;
  margin-top: 40px;
}

.pager{
  
}

.pager ul{
  margin-top: 15px;
  height: 45px;
  line-height: 40px;
  
}

.pager ul a, .pager ul a:visited{
  display: inline-block;
  width: 41px;
  height: 45px;
  color: #00703c;
  text-decoration: none;
}

.pager ul span{
  display: inline-block;
  width: 41px;
  height: 45px;
  color: #feffff;
  background: url(/theme/images/pager_current_bg.png) 0 0 no-repeat;
}

.recipe_type_desc{
  color: #636363;
  font-size: 12px;
  padding-right: 20px;
}

.social_likes_recipe_types{
  margin-top: 30px;
  color: #636363;
  font-size: 12px;
}

.yashare-auto-init .b-share{
  padding: 0 !important;
}

.yashare-auto-init .b-share a{
  padding: 0 !important;
  padding-right: 2px !important;
}

.recipe_show{
  margin-top: 20px;
}

.recipe_show_top{
  width: 500px;
  height: 5px;
  background: url(/theme/images/recipe_top_bg.png) 0 0 no-repeat;
  margin-left: -10px;
}

.recipe_show_bottom{
  width: 500px;
  height: 20px;
  background: url(/theme/images/recipe_bottom_bg.png) 0 0 no-repeat;
  margin-left: -10px;
}

.recipe_show_inner{
  background-color: #fff;
  padding: 20px 10px;
  margin-left: -10px;
  margin-right: 10px;
}

.recipe_gallery{
  margin-top: 40px;
}

.recipe_gallery_img{
  width: 180px;
  height: 150px;
  background: url(/theme/images/recipe_gallery_img_shad.png) 0 bottom no-repeat;
}

#recipe_carousel li{
  width: 180px;
}

#recipe_carousel{
  width: 370px;
}

.likes{
  width: 80px;
  height: 40px;
  float: right;
}

.likes_block{
  width: 40px;
  height: 40px;
  float: left;
  text-align: center;
  cursor: pointer;
  line-height: 14px;
}

.likes_block img{
  padding-top: 5px;
  
}

.likes_block:hover{
  background: url(/theme/images/like_hover.png) 0 0 no-repeat;
}

.liked{
  color: #00703c;
}

.disliked{
  color: #ff0000;
}

.social_likes{
  width: 400px;
  float: left;
}

.recipe_share{
  padding-bottom: 30px;
}

.recipe_show h2{
  padding-bottom: 30px;
}

.author_name{
  color: #007142;
  display: inline-block;
  max-width: 300px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  margin-right: 10px;
  vertical-align: top;
}

.comment_date{
  color: #636363;
  font-size: 11px;
  font-style: italic;
  display: inline-block;
  vertical-align: top;
    
}

.comment_text{
  font-size: 12px;
  color: #a8a8a8;
  padding-bottom: 30px;
  clear: both;
}

.comments{
  padding: 0 0px;
}

.comments_form{
  padding: 0 0px;
}

#dm_comment_form_author_name{
  width: 460px;
  height: 20px;
  font-size: 12px;
  line-height: 20px;
  padding: 5px 10px;
  margin-bottom: 10px;
  color: #c3c3c3;
}

#dm_comment_form_body{
  width: 460px;
  height: 130px;
  font-size: 12px;
  line-height: 20px;
  padding: 5px 10px;
  color: #c3c3c3;
  margin-bottom: 10px;
}

#comment_confirm{
  
}

.element_comment{
  list-style: none;
}



.captcha_div{
  margin-bottom: 10px;
}

.elements_team{
  margin-top: 20px;  
}

.element_team{
  list-style: none;
  display: block;
  padding-bottom: 20px;
  padding-top: 20px;
}

.team_image{
  width: 80px;
  height: 109px;
  background: url(/theme/images/team_img_shad.png) 0 bottom no-repeat;
  float: left;
  margin-right: 20px;
  margin-bottom: 21px;
}

.jposition{
  font-size: 12px;
  font-style: italic;
  padding-bottom: 30px;
}

.sep{height:1px; background-color: #b2b2b2;}

.element_vac_list{
  display: block;
  margin-top: 40px;
  margin-bottom: 40px;
}

.form input[type=text], .form select{
  width: 480px;
  height: 20px;
  font-size: 12px;
  line-height: 20px;
  padding: 5px 10px;
  margin-bottom: 10px;
  color: #c3c3c3;
}

.form textarea{
  width: 480px;
  height: 130px;
  font-size: 12px;
  line-height: 20px;
  padding: 5px 10px;
  color: #c3c3c3;
  margin-bottom: 10px;
}

.form_field{
  width: 500px;
}

.vacForm{
  padding-top: 40px;
}

.form_success{
  padding: 10px;
  color: #00703c;
}

/*CUSTOM SELECT*/
.select_div{
  position: relative;
}

.select_div select{
  display: none;

}

.select_front{
  width: 480px;
  height: 20px;
  font-size: 12px;
  line-height: 20px;
  padding: 5px 10px;
  margin-bottom: 10px;
  color: #c3c3c3;
  background-color: #fff;
  cursor: pointer;
  
}

.select_div ul{
  display: block;
  position: absolute;
  left: 0;
  top: 30px;
  width: 480px;
  padding: 5px 10px;
  background-color: #fff;
  border: 1px solid #b2b2b2;
}

.select_div ul li{
  display: block;
  height: 20px;
  padding: 5px 10px;
  cursor: pointer;
  overflow: hidden;
}

.select_div ul li:hover{
  background-color: #636363;
  color: #fff;
}

.select_drop_image{
  display: block;
  float: right;
  margin: -2px -7px 0 0;
  cursor: pointer;
}

.select_div .select_choices{
  display: none;
  -webkit-box-shadow: 0px 0px 5px #222;
    -moz-box-shadow: 0px 0px 5px #222;
    box-shadow: 0px 0px 5px #222;
  z-index: 1000;
}

.form .button{
  margin-top: 10px;
}

.shop_li .recipe_right_image{
  padding-right: 20px;
}

.element_shop{
  min-height: 120px;
  margin-bottom: 20px;
}

.elements_shops .sep{
  margin-bottom: 20px;
}

.shop_short_desc{
  width: 400px;
  float: right;
}

.shop_desc_buttons{
  margin-top: 20px;
  margin-bottom: 20px;
}

.shop_desc_buttons a{
  float: left;
  margin-right: 20px;
}

.shops_online{
  padding: 0 20px 20px 20px;
  color: #a8a8a8;
  font-size: 12px;
  
}

.element_online_shop{
  width: 240px;
   height: 45px;
  margin-bottom: 15px;
}

.shops_online a, .shops_online a:visited{
  font-size: 14px;
  color: #636363;
}

.shops_online .lupa{
  float: left;
}

.shop_online_text{
  float: left;
  width: 190px;
}

.elements_other_shops a, .elements_other_shops a:visited{
  color: #636363;
  text-decoration: none;
}

.element_other_shop_outer{
  padding-bottom: 10px;
}

.element_other_shop_outer:hover{
  background: url(/theme/images/other_shops_shad.png) 0 bottom no-repeat;
  margin-left: -10px;
  margin-right: -10px;
  padding-left: 10px;
  padding-right: 10px;
}

.element_other_shop{
  padding: 10px 0;
  margin-top: 10px;  
}

.element_other_shop_outer:hover .element_other_shop{
  background-color: #fff;
  padding-left: 10px;
  padding-right: 10px;
  margin-left: -10px;
  margin-right: -10px;
}

.other_shop_comments{
  background: url(/theme/images/other_shop_comments.png) 0 0 no-repeat;
  width: 60px;
  height: 42px;
  display: block;
  line-height: 40px;
  text-align: center;
  float: left;
  margin-right: 20px;
}

.other_shop_comments img{
  
}

.other_shop_icons{
  margin-top: 20px;
}

.other_shops{
  margin-top:20px;
}

.cats_left{
 
  /*background: url(/theme/images/cats_left_bg.png) 0 0 no-repeat;*/
  
  padding: 0px 0px;
}

.cats_left_top{
  background: url(/theme/images/cats_left_top.png) 0 0 no-repeat;
  height: 5px;
}

.cats_left_middle{
  background: url(/theme/images/cats_left_stroke.png) 0 0 repeat-y;
  padding: 10px 0;
}

.cats_left_bottom{
  background: url(/theme/images/cats_left_bottom_shadowed.png) 0 0 no-repeat;
  height: 20px;
}

.elements_cats{
  margin-top: 10px;
}

.element_cat{
  padding: 10px 0px 10px 10px;
}

.element_cat a{
  color: #a2ed37;
}

.element_cat a:hover{
  color: #fefefe;
  text-decoration: none;
}

.element_cat span{
  color: #fefefe;
}

.elements_products{
  padding-bottom: 40px;
  margin-left: -10px;
  margin-right: 10px;
}

.element_product{
  width: 220px;
  height: 100px;
  padding: 10px;
  float: left;
}

.element_product a{
  color: #6b6b6b;
}

.element_product:hover{
  background-color: #fff;
}

.element_product:hover a{
  color: #00703c;
}

.element_product_text{
  float: left;
  padding-left: 20px;
  width: 120px;
}

.product_art{
  font-size: 11px;
  color: #a8a8a8;
  width: 65px;
  height: 20px;
  background: url(/theme/images/product_art_bg.png) 0 0 no-repeat;
  line-height: 15px;
  padding: 0 10px;
}


.product_art_gray{
  font-size: 11px;
  color: #a8a8a8;
  width: 65px;
  height: 20px;
  background: url(/theme/images/product_art_bg_gray.png) 0 0 no-repeat;
  line-height: 15px;
  padding: 0 10px;
  margin: 5px 0 10px;
}

.button_zub120{
  background: url(/theme/images/button_zub120.png) 0 0 no-repeat;
  width: 120px;
  height: 45px;
  display: block;
  line-height: 40px;
  color: #adf737;
  font-size: 18px;
  text-decoration: none;
  cursor: pointer;
}

.button_zub120:hover{
  background: url(/theme/images/button_yellow120.png) 0 0 no-repeat;
  color: #6b6b6b;
}

.left_comm{
  margin-top: 20px;
}

.left_comments{
}

.left_comment{
  padding: 20px 0;
}

.button_w119{
  width: 119px;
  height: 42px;
  background: url(/theme/images/button_w119.png) 0 0 no-repeat;

}

.product_white_block{
  background-color: #fff;
  margin: 20px 10px 0 -10px;
  padding: 25px 10px 10px;
}

.pl10{padding-left: 10px;}
.pr10{padding-right: 10px;}
.pr20{padding-right: 20px;}

.product_white_block_shad{
  display: block;
  margin-left: -10px;
}

.fl{float: left;}

.product_show_right{
  width:280px;
  margin-left: 20px;
  float: right;
  padding: 10px 0;
}

.product_show_price{
  font-size: 36px;
  line-height: 40px;
  color: #636363;
  padding-bottom: 10px;
}

.product_social_likes{
  margin: 30px 0 20px;
}

.pr20{padding-right: 20px;}

.meat_product_text{
  width:300px;
  margin-left: 20px;
  float: left;
  padding: 10px 0;
}

.elements_meatProducts{
  margin-top: 20px;
}

.element_meatProduct{
  margin-bottom: 10px;
}

.cart_right{
  height: 285px;
  background: url(/theme/images/cart_bg.png) 0 0 no-repeat;
  padding: 20px 20px;
  margin-top: -20px;
  margin-bottom: 20px;
}

.filled_cart{
  height: 180px;
  margin-left: -20px;
  margin-right: -20px;
}

.prod_count{
  color: #fff;
  font-size: 14px;
  line-height: 24px;
}

.fr{float: right;}

.cart_num a, cart_num a:visited{
  color: #fff;
}

.prod_summ{
  color: #adf737;
  font-size: 12px;
}

.cart_filled_img{  
  display: none;
}

.cart_item_text{
  width: 160px;
  float: left;
  margin-left: 20px;
}

.cart_item_quantity{
  width: 80px;
  float: left;
  position: relative;
  padding-top: 36px;
}

.cart_item_price{
  width: 120px;
  float: left;
  margin-left: 20px;
  padding-top: 33px;
}

.cart_items{
  margin-top: 20px;
}

.cart_item_text a, .cart_item_text a:visited{
  color: #6b6b6b;
}

.cart_item{
  margin-left: -10px;
  padding: 10px;
  height: 110px;
}

.cart_item:hover{
  background-color: #fff;
}

.button_del_cart{
  width: 65px;
  height: 33px;
  background: url(/theme/images/del_cart.png) 0 0 no-repeat;
  cursor: pointer;
  color: #fff;
  text-decoration: underline;
  line-height: 30px;
  display: none;
}

.cart_item:hover .button_del_cart{
  display: block;
}

.item_quantity_input{
  display: block;
  float: left;
  width: 47px;
  height: 30px;
  padding: 0 0 0 3px;
  background: url(/theme/images/item_quantity_input.png) 0 0 no-repeat;
  font-size: 18px;
  color: #636363;
  text-align: center;
}

.item_quantity_drop{
  display: block;
  float: left;
  width: 30px;
  height: 30px;
  background: url(/theme/images/item_quantity_drop.png) 0 0 no-repeat;
  cursor: pointer;
}

.item_quantity_choices{
  position: absolute;
  left: 0px;
  top: 65px;
  width: 150px;
  height: 150px;
  background-color: #fff;
  z-index: 100;
  border: 1px solid gray;
  display: none;
}

.item_quantity_choice{
  width: 50px;
  height: 30px;
  font-size: 18px;
  color: #636363;
  text-align: center;
  line-height: 30px;
  float: left;
  cursor: pointer;
}

.item_quantity_choice:hover{
  background-color: #ddd;
}

.totals{
  height: 120px;
  background: url(/theme/images/totals.png) 0 0 no-repeat;
  margin-top: 30px;
  position: relative;
}

.totals_count{
  color: #fffffe;
  font-size: 18px;
  position: absolute;
  width: 40px;
  height: 40px;  
  left: 286px;
  top: 21px;
  line-height: 40px;
  text-align: center;
}

.totals_price{
  color: #00703c;
  font-size: 24px;
  position: absolute;
  left: 380px;
  top: 40px;
}

.order_success{
  font-size: 24px;
  color: red;
}

.radio_images_holder{
  width: 28px;
  height: 28px;
  background: url(/theme/images/radio_bg.png) 0 0 no-repeat;
}

.radio_text{
  display: inline-block;
}

.sn_radio img{
  vertical-align: middle;
  margin-right: 10px;
}

.radio_group li{
  height: 30px;
  margin-bottom: 15px;
}

#orders_form_payment_type_id{
  display: none;
}

.pay_icons{
  margin-left: 10px;
}

.prices_online{
  padding: 0;
  color: #a8a8a8;
  font-size: 12px;
  
}

.element_online_price{
  width: 180px;
   height: 45px;
  margin-bottom: 15px;
}

.prices_online a, .prices_online a:visited{
  font-size: 14px;
  color: #636363;
}

.prices_online .lupa{
  float: left;
}

.price_online_text{
  float: right;
  width: 130px;
}

.column_social img{
  padding-top: 20px;
  padding-right: 10px;
}

.submit_block{
  line-height: 42px;
  margin-top:20px;
}

.submit_block a{
  display: block;
  line-height: 42px;
}

.look_map{
  
  width: 160px;
  color: #00703C;
}

.map_img{
  vertical-align: middle;
  display: block;
  line-height: 42px;
  line: 42px;
  width: 15px;
  float: left;
  margin: 10px 5px 0 20px;
}

.map_img_il{
  vertical-align: middle;
  margin: 0 5px 0 0;
}

.YMaps{
  height: 400px;
  margin-top: 20px;
}

.hidden{
  display: none;
}

.no_height{
  height: 0;
}