@font-face {
   font-family: Roboto Condensed;
   src: local("Roboto Condensed"),
        url(../fonts/roboto-condensed.eot);
}

@font-face {
  font-family: Roboto Condensed;
  src: local("Roboto Condensed"),
       url(../fonts/roboto-condensed.ttf);
}

@font-face {
   font-family: Roboto Bold Condensed;
   src: local("Roboto Bold Condensed"),
        url(../fonts/roboto-boldcondensed.eot);
}

@font-face {
  font-family: Roboto Bold Condensed;
  src: local("Roboto Bold Condensed"),
       url(../fonts/roboto-boldcondensed.ttf);
}


body{
	background:url(../images/imgbg.jpg);
}

.my-wrapper{
	font: normal 12px Roboto, Helvetica, sans-serif;
}

iframe{
	display:none;
}

.clr{
	clear:both;
}

.my-wrapper a{
	text-decoration:none;
	cursor:pointer;	
}

.my-wrapper a:hover{
}

.my-wrapper h1, 
.my-wrapper h2, 
.my-wrapper h3, 
.my-wrapper h4, 
.my-wrapper h5, 
.my-wrapper h6,
.my-wrapper .parthner a{	
	font-family: 'Roboto Bold Condensed', Arial, Helvetica, sans-serif;
}

.my-wrapper h1, 
.my-wrapper h2, 
.my-wrapper h3, 
.my-wrapper h4, 
.my-wrapper h5, 
.my-wrapper h6{	
	text-transform: uppercase;
}

#line{	
	height: 100px;
	margin: 0 auto;
	position: relative;
	background-color: rgba(243,243,243,.6);
	z-index: 1000;
	padding: 10px;
	top: 40px;
	width: 92%;
}

#slogan{
	color: #000;
}


#slogan h1{
	margin: 7px 0;
    line-height: 22px;
    font-size: 18px;
    display: inline-block;
}


.dock{
	background-color: #116026;
	line-height:40px; 
	overflow:hidden;
	width:100%;
}

#lang a, .dock p{
	color:#fff;
	padding: 0 10px;
	margin:0;
}

#lang a{
	text-decoration: none;
	border-right: 1px solid #fff;	
}
#lang a.active, #lang a:hover{
	text-decoration: underline;
}

.dock form{
	position: relative;
	margin-top: 10px;
	margin-bottom: 10px;
	line-height: 0;
}

.dock form .text {
	border: 1px solid #d6d6d6;
	background: #fff;
	width: 100%;
	height: 100%;
	padding: 4px 8px;
	padding-right: 0px;
	font-size: 12px;
	margin: 0;
	-o-border-radius: 2px;
	-ms-border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	line-height: 14px;
}

.dock .button{
	position: absolute;
	right: 5px;
	top: 1px;
	width: 16px;
    height: 19px;
	background: url(../images/ico-search.png) no-repeat center bottom;
	background-color: #F9F9F9;
	border: 0 none;
	cursor: pointer;
	margin: 0;
	text-indent: -1000em;
}

.dock .button:hover{
	background: url(../images/ico-search.png) no-repeat center 5px;
}

.main_block{
	text-align: center;
	margin: 0;
	position:relative;
	overflow:hidden;
}

.main_block li{
	border: 2px solid transparent;
	position:relative;
	overflow:hidden;
}

.main_block h3{
	position:absolute;
	bottom:20px;
	left:0px;
	background: rgba(17, 96, 38, 0.61);
	color: #fff;
	font-size: 16px;
	padding: 10px 10px 10px 25px;
	line-height: 20px;
	text-shadow: 1px 1px 1px #000;
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    transition: all 200ms linear;
}

.main_block  img{
	-moz-transition: all 1s ease-out;
	-o-transition: all 1s ease-out;
	-webkit-transition: all 1s ease-out;
}

.main_block  img:hover{
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);	
}

.main_block li:hover h3{
    -webkit-animation: moveFromLeft 400ms ease;
    -moz-animation: moveFromLeft 400ms ease;
    -ms-animation: moveFromLeft 400ms ease;
}

.main_block li img{
	width:100%;
}

@-webkit-keyframes moveFromLeft{
    from {
        -webkit-transform: translateX(-200%);
        -webkit-transform: translateY(200%);
    }
    to {
        -webkit-transform: translateX(0%);
        -webkit-transform: translateY(0%);
    }
}
@-moz-keyframes moveFromLeft{
    from {
        -moz-transform: translateX(-200%);
        -moz-transform: translateY(-200%);
    }
    to {
        -moz-transform: translateX(0%);
        -moz-transform: translateY(0%);
    }
}
@-ms-keyframes moveFromLeft{
    from {
        -ms-transform: translateX(-200%);
        -ms-transform: translateY(-200%);
    }
    to {
        -ms-transform: translateX(0%);
        -ms-transform: translateY(0%);
    }
}


section h1{
	font-size:20px;
	color:#005326;
    position: relative;
}

section#content h1{
	text-align:center;
}

section h1:before {
    content: "";
    display: block;
    border-top: solid 2px #005326;
    width: 100%;
    height: 2px;
    position: absolute;
    top: 50%;
    z-index: 1;
}

section h1>div {
    background: #f3f3f3;
    padding: 0 10px;
    position: relative;
    z-index: 5;
	display: inline-block;
}

section p{
	line-height:20px;
	margin:0;
}

footer{
	border-top: 2px solid #005326;
	padding-top: 20px;
	margin-top:20px;
	background-color: #2C2C2C;
	color: #D2D2D2;
	overflow:hidden;
}
footer h5{ color: #ffffff; }
footer a{ color: #D2D2D2; }
footer a:hover{ color: #ffffff; }

footer li{
	list-style: none;
	background: url(../images/arrow.png) 0 center no-repeat;
	padding-left: 10px;
}

footer h5{
	margin-top:0;
}

ul#statistika {
	margin: 0;
    padding: 0;
    padding-bottom: 10px;
}

#statistika li {
	list-style: none;
    font-size: 11px;
    background: #1e2e45;
    margin-bottom: 2px;
    padding: 5px;
	margin-right:2px;
    width: 48%;
    display: inline-block;
}

#statistika li span {
	padding-left: 5px;
    color: #fff;
    font-size: 10px;
}

#copyright{
	background:#2c2c2c;
	text-align: center;
	padding:10px 2.5%;
	text-align:right;
}

#copyright h5{ text-align: center; font-size: 12px; text-transform: none; }

#copyright, #copyright a , #copyright h5{
	color:#D2D2D2;
	line-height:16px;
	margin:0;
}

  .pluso{
	margin-top:7px!important;
}
  
  
  
/*Новые стили для сайта*/


.logo_a{
	padding-bottom: 10px;
}

.main_menu{
	    margin-bottom: 10px;
		background: rgba(158, 158, 158, 0.15);
		padding:5px;

}

.menu_a{display:block;margin: 0;}

.menu_a li{display: inline-block;
position: relative;
z-index:100;}

.menu_a li:first-child{margin-left:0;}

.menu_a li a {
	font-weight:normal;
	text-decoration:none;
	padding:11px;
	display:block;
	color: #116026;
	border-radius: 2px;
	text-transform: uppercase;
	-webkit-transition: all 0.1s ease-in-out 0s;
    -moz-transition: all 0.1s ease-in-out 0s;
    -o-transition: all 0.1s ease-in-out 0s;
    -ms-transition: all 0.1s ease-in-out 0s;
    transition: all 0.1s ease-in-out 0s;
}

.menu_a li a:hover, .menu_a li:hover > a{
	color:#fff;
	background: #116026;
}

.menu_a ul {
	display: none;
	margin: 0;
	padding: 0;
	width: 150px;
	position: absolute;
	top: 43px;
	left: 0px;
	background: #ffffff;
}

.menu_a ul li {display:block;
float: none;
background:none;
margin:0;
padding:0;
}
.menu_a ul li a {font-size:12px;
font-weight:normal;
display:block;
color:#797979;
border-left:3px solid #ffffff;
background:#ffffff;}

.menu_a ul li a:hover, .menu_a ul li:hover > a{
background:#f0f0f0;
border-left:3px solid #116026;
color:#797979;
}

.menu_a li:hover > ul{ display: block;}
.menu_a ul ul {left: 149px;
	top: 0px;
}

.mobile-menu{display:none;
width:100%;
padding:11px;
background: #116026;
color:#ffffff;
text-transform:uppercase;
font-weight:600;
}
.mobile-menu:hover{background:#1c8c39;
color:#ffffff;
text-decoration:none;
}


@media (min-width: 768px) and (max-width: 979px) {

.menu_a ul {top:37px;}
.menu_a li a{font-size:12px;
padding:8px;}
}

@media (max-width: 767px) {

.mainWrap{width:auto;padding:50px 20px;}

.menu_a{display:none;margin:0;}

.mobile-menu{display:block;
}

nav{
	margin:0;
	background:none;
}

.menu_a li{
	display:block;
	margin:0;
}

.menu_a li a {
	background:#ffffff;
	color:#797979;
	border-top:1px solid #e0e0e0;
	border-left:3px solid #ffffff;
}

.menu_a li a:hover, .menu_a li:hover > a{
	background:#f0f0f0;
	color:#797979;
	border-left:3px solid #116026;
}

.menu_a ul {
	display:block;
	position:relative;
	top:0;
	left:0;
	width:100%;
}

.menu_a ul ul {left:0;}

}

@media (max-width: 480px) {

}


@media (max-width: 320px) {
}
  
  
 
 .main_block{
	margin-bottom:25px;
 }
 
 .main_block img{
	width:100%;
 }
  
  
  .news_main{
	padding: 10px;
    box-shadow: 1px 1px 10px 0px rgba(0,0,0,.2);
	font-size:14px;
	margin-top: 10px;
	background: #fff;
  }
  
  
  .news_main h4 a{
	font-size: 16px;
    font-weight: normal;
    color: #000;
  }
  
  .news_main p {
	font-size:10px;
  }
  
  .col1_5{
	padding-top:10px;
  }
  
  .col1_5 ul{
	margin:0;
  }
  
  .slider_redactor{
	background: #116026;
    color: #fff;
    padding: 10px;
    text-align: center;
  }
  
  .all_news{
	padding-bottom: 10px;
    padding-top: 10px;
  }
  
  .all_news a{
	font-size: 18px;
    background: #116026;
    padding: 5px;
    color: #fff;
	
  }
  
  .all_news a:hover{
	color:#fff;
	background: #157d31;
  }

  .tel h5, .mail h5{
	display: inline-block;
    padding-right: 10px;
	padding-left: 5px;
  }
  
  .tel .number, .mail .email{
	display: inline-block;
  }
  
 .korzina{
	    padding-bottom: 5px;
    overflow: hidden;
    background: #f5f5f5;
    padding: 8px;
    padding-left: 50px;
    border: 1px solid #e8e8e8;
    border-radius: 3px;
		

 }
  
 .korzina a.krz {
    position: relative;
    background: url(../images/korzina.png) no-repeat;
    color: #116026;
    text-transform: uppercase;
    min-height: 30px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 35px;
    display: block
}

.klch {
    position: absolute;
    left: 10px;
    top: -0px;
    overflow: hidden;
    background: #116026;
    color: #fff;
    padding: 0 5px;
    font-size: 12px;
    border-radius: 35%
}

.breadcrumb ul{
	margin: 0;
    padding: 0;
    list-style: none;
}
  
  .filter-block{
	padding: 10px;
    margin-bottom: 20px;
    background-color: #ffffff;
    border: 1px solid #cccccc;
  }
  
  .filter-block select {
    margin-bottom: 15px;
    padding: 5px 5px;
	    border-radius: 0px;
}
.filter-block input {
    padding: 6px 12px;
}

.tovar-wrap{
	background: #fff;
	padding: 5px 10px;
    border-bottom: none;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    margin-top: 10px;
    -webkit-border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    -ms-border-radius: 5px 5px 0 0;
    -o-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
}

.tovar-wrap:hover{
	box-shadow: 1px 1px 10px 0px rgba(0,0,0,.2);
}

.tovar-img{
	text-align: center;
    overflow: hidden;
    margin-bottom: 10px;
	height: 200px;
}

.tovar-img img{
	-moz-transition: all 1s ease-out;
	-o-transition: all 1s ease-out;
	-webkit-transition: all 1s ease-out;
}

.tovar-img img:hover{
	-webkit-transform: scale(1.1);
 -moz-transform: scale(1.1);
 -o-transform: scale(1.1);
}

.cena-kupt{
	background: #fff;
	color: #fff;
    font-size: 14px;
    text-align: left;
    -webkit-border-radius: 0 0 5px 5px;
    -moz-border-radius: 0 0 5px 5px;
    -ms-border-radius: 0 0 5px 5px;
    -o-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px;
	
}

.kupt{
	background: #d32525;
    /* width: 100%; */
    display: block;
    padding: 10px;
	color:#fff;
	text-align:center;
}

.kupt:hover{
	text-decoration:none;
	color:#fff;
	background: #bf2323;
}

.cena{
	padding: 10px;
    font-size: 14px;
    /* display: inline-block; */
    text-align: center;
    background: #146026;
    /* border: 1px solid #ccc; */
    color: #fff;
}

.look{
	background:#d29a69;
    color: #fff;
    width: 100%;
    display: block;
    padding: 10px;
	font-size:12px;
	text-align:center;
}

.look:hover{
	text-decoration:none;
	color:#fff;
	background: #198336;
}

.tovar-wrap h4{
	white-space: nowrap; /* Запрещаем перенос строк */
    overflow: hidden; /* Обрезаем все, что не помещается в область */
    text-overflow: ellipsis; /* Добавляем многоточие */
}
.tovar-wrap h4 a{
	font-size: 14px;
    text-align: center;
    display: block;
    font-weight: 600;
	color: #505050;
	white-space: nowrap; /* Запрещаем перенос строк */
    overflow: hidden; /* Обрезаем все, что не помещается в область */
    text-overflow: ellipsis; /* Добавляем многоточие */
}

.main_tovar{
	padding-bottom:30px;
}

.filter_header h5{
	font-size: 16px;
    background: #d29a69;
    padding: 10px;
    color: #fff;
}

#catalog_left_menu .cat_head, #subcatalog_left_menu .cat_head {
    padding-bottom: 5px;
	font-weight: 700;
}

.left_menu{
		    list-style: none;
    padding-bottom: 10px;
    margin-bottom: 20px;
    border-bottom: 1px solid #dbddcf;
	
}
.left_menu li.active .head, .left_menu li ul li.active{
	    border-radius: 5px;
    background-color: #367b00;
}

.left_menu li.active .head a, .left_menu li ul li.active a{
	    text-decoration: none;
    color: #fff;
}

.left_menu li.active .inside{
	color: #eeeeed;
}

.left_menu li .head, .left_menu li{
	line-height: 15px;
	
}

.left_menu li .head, .left_menu li ul li{
	padding: 10px 10px;
	list-style: none;
}

.left_menu a{
	color:#116026;
}

.left_menu li ul li a{
	background: transparent url(../images/menu_dot.png) no-repeat center left;
    padding-left: 10px;
}

/* Filter menu
******************************************************************************/
#filter_menu {
  margin:10px 0;
  padding:10px;
  background-color:#f5f5f5;
  border-radius:10px;
}

#filter_menu .head {
  position:relative;
  height:23px;
  font:bold 14px/18px Arial, Tahoma, Verdana, sans-serif;
}

#filter_menu .head .switch {
  position:absolute;
  top:0;
  right:0;
  padding-right:17px;
  font:italic 12px/18px Arial, Tahoma, Verdana, sans-serif;
  color:#8d8d8d;
}

#filter_menu .head .switch.minimized {
  background:transparent url('../images/ico_maximize.png') no-repeat center right;
}

#filter_menu .head .switch.maximized {
  background:transparent url('../images/ico_minimize.png') no-repeat center right;
}

#filter_menu .show {
  height:15px;
  padding-top:2px;
  background:transparent url('../images/hr.png') repeat-x top left;
  text-align:center;
}

#filter_menu .show a {
  display:block;
  height:15px;
  background:transparent url('../images/ico_arrow_down.png') no-repeat bottom center;
}

#filter_menu .show a:hover {
  text-decoration:none;
}

#filter_menu ul {
  list-style:none;
}

#filter_menu .item {
  padding:12px 0 10px 0;
  background:transparent url('../images/hr.png') repeat-x top left;
  font-size:12px;
}

#filter_menu .item.first {
  background:none;
}

#filter_menu .fhead {
  font:bold 14px/20px Arial, Tahoma, Verdana, sans-serif;
  margin-bottom:10px;
}

#filter_menu .item ul {
	list-style:none;
	margin: 0;
	padding: 0;
}

#filter_menu .item ul li {
  float:left;
  margin-right:10px;
}

#filter_menu .item ul li.last {
  margin:0;
}

#filter_menu .item .inside {
  color:#8d8c8c;
}

.filter_button {
  width:125px;
  height:31px;
  padding-bottom:3px;
  border:0;
  background:transparent url('../images/btn_filter_bg.png') no-repeat;
  font:bold 14px/31px Arilal, Tahoma, Verdana;
  text-align:center;
  color:#fff;
  cursor:pointer;
}

.filter_button:hover {
  opacity:0.8;
}

#filter_menu .fhead.price_filter, .price_filter_box, .price_filter_input {
  float:left;
  height:25px;
}

#filter_menu .fhead.price_filter {
  margin:0;
  line-height:25px;
}

.price_filter_input {
  width:105px;
  height:25px;
  border:0;
  margin:0 10px;
  padding:0 10px;
  background:transparent url('../images/bg_price_filter_input.png') no-repeat;
  font:bold 14px/25px Arial, Tahoma, Verdana;
}

#catalog_filter_maxCoast {
  margin-right:0;
}


#filter_menu .item  input[type="submit"] {
	background: #116026;
    /* padding: 2px; */
    /* margin-bottom: 10px; */
}

.shop_quantiti{
	position: relative;
    float: right;
    width: 33%;
    height: 24px;
    background: #fff;
    padding-right: 14px;
    /* background: transparent url(../images/bg_quantati.png) no-repeat top left; */
    overflow: hidden;
}

.shop_quantiti span{
	padding: 0 3px;
    font: 11px/23px Arial,Tahoma,Verdana,sans-serif;
	    color: #565656;
}

.shop_quantiti_controls .increase{
	bottom: 0;
    background: transparent url(../images/btn_increase.png) no-repeat;
}

.shop_quantiti_controls .decrease{
	top: 0;
    background: transparent url(../images/btn_decrease.png) no-repeat;
}

.to_basket{
	background: transparent url(../images/btn_tobasket.png) no-repeat center left;
}

.shop_quantiti input{
	float: left;
    width: 27px;
    height: 25px;
    border-width: 0;
    background: transparent;
    font: 11px/23px Arial,Tahoma,Verdana,sans-serif;
    text-align: right;
}

.shop_quantiti_controls .increase, .shop_quantiti_controls .decrease{
	position: absolute;
    right: 0;
    width: 14px;
    height: 12px;
    cursor: pointer;
}

.catalog_item .shop_container .controls{
	position: absolute;
    top: 0;
    right: 0;
    width: 100px;
    height: 24px;
    overflow: hidden;
}

.basket_btn{
	display: block;
    float: left;
    width: 39px;
    height: 24px;
}

ul.tabs{
	margin: 0px;
	padding: 0px;
	list-style: none;
}

ul.tabs li{
	background: none;
	display: inline-block;
	padding: 10px 15px;
	cursor: pointer;
	color: #116026;
	font-size:14px;
}

ul.tabs li.current{
	background: #ededed;
	color: #222;
	border: 1px solid #e2e2e2;
    border-bottom: 1px solid #fff;
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
    background: none;
    background-color: #fff;
    color: #000;
}

.tab-content-a{
	display: none;
	background: #fff;
	padding: 15px;
}

.tab-content-a.current{
	display: inherit;
}

.breadcrumb .breadcrumb-item{
	display: inline-block;
}
.breadcrumb-item:not(:last-child):after{
	content: "/";
	margin: 0 10px;
}
.breadcrumb .active-breadcrumb{
	color: #95a5a6;
}

#catalog_price_order{
	width:100%;
	margin-top: 10px;
}

.maps iframe{
	display:block;
}

.param-block img{
	width: 150px;
    display: inline-block;
	padding-right: 15px;
}

.param-block .system{
	display:inline-block;
}

.param-block p{
	border-bottom: 1px dashed #ebebeb;
} 

.param-block p span{
	font-weight: 600;
}

.tab-content{
	font-size:14px;
}

.nalich{
	font-size: 14px;
    color: #ffffff;
    font-weight: bold;
    display: inline-block;
    margin-top:10px;
    background: #d29a69;
    padding: 10px;
}

.similar_products_main{
	padding-top: 30px;
}

.title_similar, .news_title{
	position: relative;
	/* text-align: center; */
}

.title_similar:before, .news_title:before{
	content: "";
    width: 100%;
    height: 2px;
    position: absolute;
    top: 19px;
    left: 0;
    z-index: 1;
    background: #146026;
}

.title_similar h5, .news_title h5{
    display: inline-block;
    vertical-align: top;
    background: #fff;
	font-size: 16px;
	color: #d29a69;
	line-height: 1.3;
    text-transform: uppercase;
    position: relative;
    z-index: 2;
}

.news_title h5{
	color:#000;
}

.similar_products a{
	font-size: 12px;
    text-align: center;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
	padding-bottom: 10px;
}

.similar_products{
	margin-bottom:15px;
	
}

.inner_page_form{
	width: 100%;
	margin-top: 20px;
    padding: 12px 5px 18px 10px;
    background: #efefef;
    border: 1px solid #f7f7f7;
    border-radius: 1px;
}

.inner_page_form h4{
    font-size: 16px;
	line-height: 1.3;
    color: #727272;
    text-transform: uppercase;
}

.inner_page_form input[type="text"]{
	    width: 100%;
    height: 30px;
    padding: 1px 8px 1px 8px;
    display: block;
    background: #fff;
    border-top: 1px solid #d5d5d5;
    border-bottom: 1px solid #cecece;
    border-left: 1px solid #dcdcdc;
    border-right: 1px solid #cfcfcf;
    border-radius: 1px;
    font: 13px/1 "Roboto";
    color: #000;
}

.inner_page_form textarea{
	width: 100%;
}

.inner_page_form input[type=submit]{
	width: 191px;
    height: 41px;
    margin-top: 15px;
    display: block;
    background: #116026;
    text-align: center;
	border: none;
    color: #fff;
}

.inner_page_form input[type=submit]:hover{
	background: #367b00;
}

.b_r{
	padding-top:20px;
}

.b_r a img{
	width:100%;
}

.comment_item{
	background: #fff;
    overflow: hidden;
    margin-left: 20px;
    margin-top: 20px;
    padding: 10px;
	border-bottom: 1px dashed #525252;	
}

.comment_item .panel_a{
	overflow:hidden;
	padding-top:10px;
	padding-bottom:10px;
}

.comment_item .comment .panel_a .userpic img{
	width: 25px;
    height: 25px;
    float: left;
    margin-right: 10px;
}

.comment_item .comment .panel_a .username{
	float: left;
    color: #0c57e0;
    font-size: 11px;
    font-weight: bold;
    line-height: 1em;
    margin: 7px 0 0 0;
}

.comment_item .body_a{
	font-size:14px;
	line-height:1.5;
}
.comment_item .buttons .vote .up .icon{
	background: url(../images/icon-like.png) no-repeat 0 -2px;
    width: 15px;
    height: 12px;
    float: left;
    margin-top: 3px;
}

.comment_item .buttons .vote .up .icon:hover{
	background-position: 0 -20px !important;
}

.comment_item .buttons .vote .down .icon{
	    background: url(../images/icon-dislike.png) no-repeat;
    width: 15px;
    height: 12px;
    float: left;
    margin-top: 3px;
}

.comment_item .buttons .vote .down .icon:hover{
	background-position: 0 -20px !important;
}

.buttons{
	padding-top: 20px;
}

.up, .down{
	display:inline-block;
	padding-right: 10px;
}

.reply{
	padding-top: 10px;
}

.pag, .pageSizer{
	text-align: center;
	padding-top:20px;
	padding-bottom:10px;
}

.pag ul{
	margin:0;
	padding:0;
}

.pag ul li{
	list-style:none;
	display:inline-block;
	margin-right:10px;
	margin-bottom: 5px;
    margin-top: 5px;
	background: #454545;
	border-radius: 2px;
}

.pag ul li:hover{
	background: #367b00;
}

.pag ul li a{
	display:block;
	padding:5px 10px;
	color:#fff;
	text-decoration:none;
}

.pag ul li a.activ{
	background: #367b00;
	border-radius: 2px;
}

.pageSizer a{
	display: inline-block;
    padding: 0 4px;
    font-size: 13px;
    line-height: 17px;
    text-decoration: none;
    color: #272727;
}

.pageSizer .active{
	color:#367b00;
}

.products_list{
	background: #fff;
}

#FormNews input[type="submit"]{
	position: absolute;
    right: 16px;
    padding: 5px;
    top: 15px;
    background: #007830;
    color: #fff;
    border: none;
	border-radius: 2px;
}

#FormNews input[type="submit"]:hover{
	background: #147b2f;
}

#FormNews input[type="text"]{
	width:100%;
	position:relative;
	border-radius: 2px;
}

.com_view{
	margin-bottom:20px;
	box-shadow: 1px 1px 10px 0px rgba(0,0,0,.2);
	background:#fff;
	padding:10px;
}

.com_view h2{
	margin: 0;
    padding-bottom: 10px;
    font-size: 20px;
    line-height: 1.2;
    font-weight: inherit;
}

.com_view h2 a:hover{
	text-decoration:none;
	border-bottom:1px solid #007830;
	color:#007830;
}

.date, .date_a{
	font-size: 11px;
    font-style: italic;
    color: #888;
	padding-bottom: 10px;
}

.date_a{
	padding-top:10px;
}

.likes, .comments, .prosmotr{
	display: inline-block;
    background: #007830;
    color: #fff;
    padding: 5px;
    margin-right: 10px;
	margin-bottom:10px;
}

.description{
	font-size: 14px;
	padding-bottom:10px;
}

.news_p{
	background: #fff;
    padding: 10px;
}

.news_title_main h2{	
	margin:0;
	padding:0;
	padding-bottom:10px;
}

#comments textarea{
	width:100%!important;
	border-radius: 2px;
}

#comments .btn-primary{
	width: 191px;
    height: 41px;
    margin-top: 15px;
	border-radius: 0;
    display: block;
    background: #116026;
    text-align: center;
    border: none;
    color: #fff;
}

#comments .btn-primary:hover{
	background: #367b00;
}

#comments table{
	width:100%;
}

.library{
	background: #fff;
    padding: 5px;
	box-shadow: 1px 1px 10px 0px rgba(0,0,0,.2);	
}

.feedback h2{
	margin:0;
	padding-bottom:20px;
	font-size:20px;
}

.feedback ol{
	margin:0;
	padding:0;
}

.feedback ol li, .review ol li{
	display: block;
	clear: both;
	list-style: none;
	
}
.feedback ol li label, .review ol li label{
	display: block;
	margin: 0;
}
.feedback ol li input.text, .review ol li input.text{
	width: 100%;
	    border-radius: 2px;
	border: 1px solid #c0c0c0;
	margin: 2px 0;
	padding: 15px 2px;
	height: 25px;
	background: #fff;
}
.feedback ol li textarea, .review ol li textarea{
	width: 100%;
	    border-radius: 2px;
	border: 1px solid #c0c0c0;
	margin: 2px 0;
	padding: 2px;
	background: #fff;
}
.feedback ol li input.capinput,.review ol li input.capinput{
	width: 100%;
	    border-radius: 2px;
	border: 1px solid #c0c0c0;
	margin: 2px 0;
	padding: 5px 2px;
	background: #fff;
}
.feedback ol li img#capimg, .review ol li img#capimg{
	border: none;
	top: 20px;
	margin: 10px 10px 10px 0;
	float: left;
}

.captcha{
	padding-bottom:10px;
	padding-top:10px;
}

li.button{
	clear: both;
} 
.item{
	display: block;
}
.answerList .name,.answerList .topic,.answerList .message{
	padding: 0 7px;
	background-color: #eef;	
}
.answerList .name{
	padding-top: 7px;
	margin-top: 15px;
	border-radius: 5px 5px 0 0;
}
.answerList .message{
	padding-bottom: 0 7px;
	border-radius: 0 0 5px 5px;
}
.answerList .answer_message{
	background: #c4c4ff;
	padding: 7px;
	border-radius: 5px;
	margin: 5px 0;
}
.name .date{
	float: right;
} 

.feedback .btn-primary{
	width: 191px;
    height: 41px;
    margin-top: 15px;
	border-radius: 0;
    display: block;
    background: #116026;
    text-align: center;
    border: none;
    color: #fff;
}

.feedback .btn-primary:hover{
	background: #367b00;
}

.filter_main{
    margin: 10px 0;
    padding: 10px;
    background-color: #f5f5f5;
    border-radius: 10px;
	border: 1px solid #e2e2e2;
}

.filter_main .cat_head{
	 padding-bottom: 5px;
	font-weight: 700;
	font-size:14px;
}

.obshenie-block{
	margin-bottom:20px;
	margin-top:10px;
	background: #fff;
    padding: 5px;
	box-shadow: 1px 1px 10px 0px rgba(0,0,0,.2);	
}

.obshenie-block .h50 h2{
	font-size: 18px;
    margin: 0;
    padding: 0;
    line-height: 1.3;
    padding-bottom: 10px;
    padding-top: 10px;
}

.icons{
	display: flex;
}

.quote{
	background: #116026;
    color: #fff;
    padding: 5px;
}

.quote a{
	color:#fff;
	padding-left:5px;
}

.title_des{
	border-bottom: 1px solid #ccc;
    padding-bottom: 5px;
}

.new-title{
	display: inline-block;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 600;
}

.blck-in-obsug{
	overflow: hidden;
	background:#fff;
	padding:5px;
}

#comments{
	background: #fff;
    padding: 5px;
}

#comments .item{
	padding-bottom: 20px!important;
    border-bottom: 1px dotted  #ccc;
    margin-bottom: 15px;
}

#comments .content{
	margin-bottom: 20px;
    font-size: 14px;
}

#comments .btn-danger{
	color: #fff;
    background-color: #116026;
}

#comments .btn{
	color: #fff;
    background: #a7b2be;
    border-width: 0;
    font-weight: 700;
    transition: background-color .3s ease-in-out 0s;
}

.first-new{
	padding-top:10px;
	background:#fff;
	padding:5px;
}

/*Стили к форме сообщества и обсуждения*/


.file_upload{
	width:60%;
	float:right;
    position: relative;
    overflow: hidden;
    font-size: 1em;        /* example */
    height: 31px;           /* example */
    line-height: 2em       /* the same as height */
}

.my-wrapper .sozdanie-soobsh,
.my-wrapper .sozdanie-discuss{
	padding:5px 15px;
}

.file_upload > button,
.file_upload > div,
.sozdanie-soobsh,
.sozdanie-discuss{
    cursor: pointer
}
.file_upload > button{
    float: right;
    width: 8em;            /* example */
    height: 100%
}
.file_upload > div{
    padding-left: 1em      /* example */
}
.file_upload input[type=file]{
    position: absolute;
    top: 0;
    visibility: hidden
}

/* Making it beautiful */

.file_upload{
    border: 1px solid #ccc;
    border-radius: 3px;
  /*  box-shadow: 0 0 5px rgba(0,0,0,0.1);*/
    transition: box-shadow 0.1s linear
}
.file_upload.focus{
    box-shadow: 0 0 5px rgba(0,30,255,0.4)
}
.file_upload > button,
.sozdanie-soobsh,
.sozdanie-discuss{
	background: #116026;
    transition: background 0.2s;
    border: 1px solid rgba(0,0,0,0.1);
    /* border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25); */
    /* border-radius: 2px; */
    /* box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset, 0 1px 2px rgba(0, 0, 0, 0.05); */
    color: #fff;
    /* text-shadow: #3eae83 0 -1px 0; */
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.file_upload:hover > button,
.sozdanie-soobsh:hover,
.sozdanie-discuss:hover {
        background: #1a8235;

}
.file_upload:active > button,
.sozdanie-soobsh:active,
.sozdanie-discuss:active{
    background: #1a8235;
}	

.sbr-f{margin-bottom:10px;}

.sbr-f .flleft{
	display: inline-block;
    width: 175px;
	padding-bottom:10px;
}

.sbr-f .my-input, .sbr-f .file_upload{
	width:100%!Important;
	    border-radius: 2px;
}

.discuss_captcha{
	border-radius: 2px;
}

.flleft{
	float:left;
	display:inline-block;
	width:40%;
}

.my-input{width:60% !important;}

.file_upload select{width:100%;border-radius: 2px;}

.no-bordr{
	border:none !important;
	height:50px !important;
	
}

.file_upload img{
	max-width:100px;  
	display:inline-block;
}

.capch{
	display:inline-block;
	width:40%;
	margin-bottom:0px !important;
	float:left;
	margin-right:15px;
}
.sbsh-wrap textarea{
	padding:5px !important;
	height:70px !important;
	width:100% !important;
}

.block-in-obsug img{
	max-width:300px;
}

.footer_ic .widget-data{
	display:inline;
}

.obshenie-block .img{
	height: 150px;
    overflow: hidden;
	width:100%;
}

.sites{
	margin-bottom:20px;
	margin-top:10px;
	background: #fff;
    padding: 5px;
	box-shadow: 1px 1px 10px 0px rgba(0,0,0,.2);
}

.sites .img_wr, .sites h4{
	text-align:center;
}

#FormNews{
	padding-top:15px;
}

.input-append{
	width: 100%;
}

.cen_a{
	background: #116026;
    color: #fff;
    padding: 5px;
    text-align: center;
}

.all_inf{
	margin-top:15px;
	margin-bottom:10px;
	background:#fff;
	padding:5px;
}

.picture img{
	width:100%;
}

.similar_products_img{
	width: 100px;
	height:100px;
	overflow: hidden;
    margin: 0 auto;
	margin-bottom: 10px;
	
}

.inside_tovar_img{
	text-align: center;
}

.news_view1 .h50 h2{
	    margin: 0;
    padding-bottom: 10px;
    padding-top: 10px;
    font-size: 16px;
    line-height: 1.2;
    font-weight: inherit;	
}

.news_view1 .h50 h2 a:hover{
	text-decoration: none;
    border-bottom: 1px solid #007830;
    color: #007830;
	
}

.news_view1{
	padding-bottom: 10px;
    border-bottom: 1px solid #ccc;
    margin-bottom: 20px;
	background: #fff;
    padding: 10px;
	
}

#price_filter_slider {
  width:185px;
  height:9px;
  margin:10px 0;
  background:transparent url('../images/handler_bg.png') repeat-x top left;
}

.ui-slider {
  position:relative;
}

.ui-slider .ui-slider-handle {
  position:absolute;
  width:10px;
  height:24px;
  background:transparent url('../images/btn_handle.png') no-repeat;
  z-index:2;
  cursor:pointer;
}

.ui-slider-horizontal .ui-slider-handle {
  top:-6px;
  margin-left:-6px;
}

.ui-slider .ui-slider-range {
  display:block;
  position: absolute;
  overflow: hidden;
  z-index:1;
}

.ui-slider-horizontal .ui-slider-range {
  top:2px;
  height:4px;
}
.ui-slider-horizontal .ui-slider-range-min {
  left:0;
}
.ui-slider-horizontal .ui-slider-range-max {
  right:0;
}

.ui-slider-horizontal {
  height:6px;
}

.ui-widget-header-a {
  background:#367b00;
}

.basket_form {
    padding: 5px;
}

.basket_items {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #d1dce3;
    margin-bottom: 16px;
	overflow:hidden;
}

.basket_items .thead {
    overflow: hidden
}

.basket_items .thead .td1,.basket_items .thead .td2,.basket_items .thead .td3,.basket_items .thead .td5,.basket_items .thead .td4 {
    float: left;
    padding: 5px;
    width: 100px
}


.basket_items .content_applications_inline_rows_block {
    padding: 8px;
    padding-bottom: 20px;
    overflow: hidden;
    border-bottom: 1px solid #ccc;
}

.basket_form .row::after {
    clear: both;
    content: "";
    display: block;
    height: 0
}

.basket_items .content_applications_inline_rows_block .row {
    display: inline-block;
    vertical-align: top
}

.basket_form .row {
    height: 100%;
    margin: 0 0 16px
}

.delete_button {
    background: transparent url("../images/btn_delete.png") no-repeat scroll 0 0;
    display: inline-block;
    height: 23px;
    width: 26px;
    cursor: pointer
}

.delete_button:hover {
    background-position: 0 -23px
}

.basket_form .row .field {
    display: block;
    margin-left: 15px;
    margin-top: 15px
}

.basket_items .content_applications_inline_rows_block .row .field {
    margin-left: 6px
}

.basket_items .order_product .picture {
    border: 1px solid #ccc;
    padding: 5px;
}

.basket_form .row .field h5 {
    font-size: 100%;
    padding-top: 6px
}

.basket_form .row .field h2,.basket_form .row .field h3,.basket_form .row .field h5 {
    margin: 0 -6px
}

.order_price .field h5 {
    font-weight: bold
}

.order_weight .field h5 {
    font-weight: bold
}

.basket_form .row .field h5 a {
    border-bottom: 1px solid rgba(32, 121, 165, 0.4);
    color: #2079a5;
    cursor: pointer;
    text-decoration: none
}

.basket_form .row .field h5 a:hover {
    color: red
}

.basket_form .row .field .note {
    color: #8e97a0;
    display: block;
    margin: 10px 0 0;
    font-size: 14px
}

.basket_form input[type="password"],.basket_form input[type="text"] {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: #fff none repeat scroll 0 0;
    border-color: #c0c0c0 #d9d9d9 #d9d9d9;
    border-image: none;
    border-radius: 1px;
    border-style: solid;
    border-width: 1px;
    box-sizing: border-box;
    display: inline-block;
    height: 2.4em;
    margin: 0;
    padding: 0 8px;
    width: 100%;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.15) inset;
    color: #333
}

.basket_form .row .field h5 {
    font-size: 100%;
    padding-top: 6px
}

.tenge {
    font-family: "TahomaTenge";
    font-weight: normal
}

.td1{
	font-size: 14px;
    padding-bottom: 5px;
    font-weight: 600;
}

.order_qty{
	padding-bottom:10px;
}

.basket_items .order_block_summary {
    background: #ddf4ff none repeat scroll 0 0;
    /* border-top: 1px solid #d1dce3; */
    padding: 4px 16px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.basket_items .order_block_summary .row {
    margin: 4px 0
}

.basket_form .row .label {
    margin-bottom: 4px;
    width: 135px;
}

.basket_form h2 {
    font-size: 24px
}



.basket_form input[type="submit"],.basket_form input[type="button"],.basket_form button[type="submit"],.basket_form button[type="button"],.basket_form a.button {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    -moz-user-select: none;
    background: #116026;
    border-radius: 2px;
    border-style: solid;
    border-width: 1px;
    color: #ffffff;
    cursor: default;
    display: inline-block;
    font-size: 14px;
    height: 2.4em;
    line-height: 2.4em;
    margin: 0;
    padding: 0 16px;
    position: relative;
    text-align: center;
    transition: all 0.218s ease 0s;
    vertical-align: bottom;
	margin-bottom: 10px;
}

.basket_form input[type="submit"]:hover,.basket_form input[type="button"]:hover,.basket_form button[type="submit"]:hover,.basket_form button[type="button"]:hover,.basket_form a.button:hover {
    background: #007830;
    cursor: pointer
}

.content_applications_steps {
    color: #8e97a0;
    font-size: 16px;
    margin-bottom: 17px;
    margin-top: 8px
}

.content_applications_steps .step {
    display: inline-block;
    padding: 0.2em 0;
    white-space: nowrap
}

.content_applications_steps .selected {
    background: #838d94 none repeat scroll 0 0;
    border-radius: 4px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.7) inset;
    color: #ffffff;
    font-weight: bold;
    padding: 0.2em 0.4em
}

.order_form {
    font-size: 14px;
    padding-bottom: 15px
}

.order_form .row {
    height: 100%;
    margin: 0 0 16px
}

.order_form .label {
    margin-top: 10px;
    font-size: 14px
}

.zf-required-ok{
	overflow: hidden;
    padding-bottom: 10px;
	padding-top:10px;
}

.order_form select,.order_form .select {
    font-size: 16px;
    padding: 3px
}

.order_form select {
    background-image: url("../images/bgr_webkit_select.png");
    background-position: right center;
    background-repeat: no-repeat;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.order_form select {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: #fff none repeat scroll 0 0;
    border-color: #c0c0c0 #d9d9d9 #d9d9d9;
    border-image: none;
    border-style: solid;
    border-width: 1px;
    box-sizing: border-box;
    display: inline-block;
    margin: 0;
    padding: 0.45em 8px;
    vertical-align: baseline
}

.order_form select,.order_form .select {
    font-size: 16px
}

.order_form select {
    white-space: nowrap
}

.order_form select.zf option {
    padding: 0 5px
}

.order_form input[type="submit"],.order_form input[type="button"],.order_form button[type="submit"],.order_form button[type="button"],.order_form a.button {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    -moz-user-select: none;
    background: #116026;
    border-radius: 4px;
    border-style: solid;
    border-width: 1px;
    color: #fff;
    cursor: default;
    display: inline-block;
    font-size: 16px;
    height: 2.4em;
    line-height: 2.4em;
    margin: 0;
    padding: 0 16px;
    position: relative;
    text-align: center;
    transition: all 0.218s ease 0s;
    vertical-align: bottom;
}

.order_form input[type="submit"]:hover,.order_form input[type="button"]:hover,.order_form button[type="submit"]:hover,.order_form button[type="button"]:hover,.order_form a.button:hover {
    background: #007830;
    cursor: pointer
}

.order_form input[type="submit"].backtobasket,.order_form input[type="button"].backtobasket,.order_form button[type="submit"].backtobasket,.order_form button[type="button"].backtobasket,.order_form a.button.backtobasket {
    background: #ccc
}

.order_form input[type="submit"].backtobasket:hover,.order_form input[type="button"].backtobasket:hover,.order_form button[type="submit"].backtobasket:hover,.order_form button[type="button"].backtobasket:hover,.order_form a.button.backtobasket:hover {
    cursor: pointer
}

.order_form .row .label.radio {
    padding-top: 3px;
    width: 20px
}

.order_form .row .field.radio {
    margin-left: 26px
}

.order_form a {
    border-bottom: 1px solid #badff1;
    color: #1b95ce;
    cursor: pointer;
    text-decoration: none
}

.order_form .bordered_top {
    border-top: 1px dotted #ccc;
    padding-top: 16px
}

.order_form .row {
    height: 100%;
    margin: 0 0 16px
}

.order_form .elSelect {
    background-image: url("../images/bgr_webkit_select.png");
    background-position: right center;
    background-repeat: no-repeat;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.order_form .elSelect {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: #fff none repeat scroll 0 0;
    border-color: #c0c0c0 #d9d9d9 #d9d9d9;
    border-image: none;
    border-style: solid;
    border-width: 1px;
    box-sizing: border-box;
    display: inline-block;
    margin: 0;
    vertical-align: baseline
}

.elSelect {
    height: 2.4em
}

.elSelect .selected {
    height: 22px;
    padding: 0.45em 8px
}

.clear {
    clear: both
}

.elSelect .selectedOption {
    cursor: default;
    float: left;
    overflow: hidden;
    padding: 2px 0 0 6px
}

.order_form .bordered_top {
    border-top: 1px dotted #ccc;
    padding-top: 16px
}

.order_form input[type="password"],.order_form input[type="text"] {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: #fff none repeat scroll 0 0;
    border-color: #c0c0c0 #d9d9d9 #d9d9d9;
    border-image: none;
    border-radius: 1px;
    border-style: solid;
    border-width: 1px;
    box-sizing: border-box;
    height: 2.4em;
    margin: 0;
    padding: 0 8px;
    width: 100%
}

.main input[type="text"],.main select,.main textarea {
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.15) inset;
    color: #333
}

.order_form .row .field .note {
    color: #8e97a0;
    display: block;
    margin: 4px 0 0
}

.smaller {
    font-size: 86%;
    line-height: 1.2
}

.order_block {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #d1dce3;
    margin-bottom: 16px
}

.order_block .content_applications_inline_rows_block {
    padding: 8px
}

.order_block .content_applications_inline_rows_block .order_product {
    margin-right: 6.4%;
    width: 63% !important
}

.order_block .order_product .picture {
    display: block;
    float: left;
    height: 80px;
    width: 80px
}

.order_block .order_product .subject {
    margin-left: 100px
}

.order_block .row .field h5 {
    font-size: 100%;
    padding-top: 6px
}

.order_block .row .field h2,.order_block .row .field h3,.order_block .row .field h5 {
    margin: 0 -6px
}

.order_block .content_applications_inline_rows_block .order_qty {
    width: 10% !important
}

.order_form .content_applications_inline_rows_block .row {
    display: inline-block;
    margin-right: 2.2%;
    vertical-align: top;
    width: 100%
}

.order_form .content_applications_inline_rows_block .row .label {
    float: none;
    margin-bottom: 4px;
    width: auto
}

.order_form .content_applications_inline_rows_block .row .field {
    margin-left: 6px
}

.order_block .content_applications_inline_rows_block .order_price {
    margin-right: 0;
    width: 10% !important
}

.order_block .content_applications_inline_rows_block .order_price.total {
    border-top: 2px solid #d1dce3
}

.order_block .order_block_summary {
    background: #f2f7fb none repeat scroll 0 0;
    border-top: 1px solid #d1dce3;
    padding: 4px 16px
}

.order_block .order_block_summary .row {
    margin: 4px 0
}

.order_form textarea {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: #fff none repeat scroll 0 0;
    border-color: #c0c0c0 #d9d9d9 #d9d9d9;
    border-image: none;
    border-radius: 1px;
    border-style: solid;
    border-width: 1px;
    box-sizing: border-box;
    height: 10em;
    margin: 0;
    padding: 0.3em 8px;
    resize: vertical;
    width: 100%
}

.order_form .row::after {
    clear: both;
    content: "";
    display: block;
    height: 0
}

.order_form .row .field.description {
    margin-left: 468px;
    text-align: right
}

.ots-net-smal .note:last-child {
    margin-top: 0px !important
}

.order_block .content_applications_inline_rows_block .order_dostvk {
    margin-right: 0;
    width: 9% !important;
    margin-left: 20px
}

.order_block .order_block_summary .label {
    margin-top: 0
}

.order_block .order_block_summary h5 {
    padding-top: 0 !important
}

.center-weight {
    font-weight: bold;
    text-align: center;
    margin-left: -15px
}

.onoffswitch {
    position: relative;
    width: 80px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    margin-left: -16px;
    overflow: hidden;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
    border-radius: 15px
}

.onoffswitch-checkbox {
    display: none
}

.onoffswitch-label {
    display: block;
    overflow: hidden;
    cursor: pointer;
    border: 0px solid #999999;
    border-radius: 0px
}

.onoffswitch-inner {
    width: 200%;
    margin-left: -100%;
    -moz-transition: margin 0.3s ease-in 0s;
    -webkit-transition: margin 0.3s ease-in 0s;
    -o-transition: margin 0.3s ease-in 0s;
    transition: margin 0.3s ease-in 0s
}

.onoffswitch-inner > div {
    float: left;
    position: relative;
    width: 50%;
    height: 30px;
    padding: 0;
    line-height: 30px;
    font-size: 14px;
    color: white;
    font-family: Trebuchet, Arial, sans-serif;
    font-weight: bold;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.onoffswitch-inner .onoffswitch-active {
    padding-left: 15px;
    background-color: #C2C2C2;
    color: #FFFFFF
}

.onoffswitch-inner .onoffswitch-inactive {
    padding-right: 15px;
    background-color: #C2C2C2;
    color: #FFFFFF;
    text-align: right
}

.onoffswitch-switch {
    width: 40px;
    margin: 0px;
    text-align: center;
    border: 0px solid #999999;
    border-radius: 0px;
    position: absolute;
    top: 0;
    bottom: 0
}

.onoffswitch-active .onoffswitch-switch {
    background: #12c233;
    left: 0
}

.onoffswitch-inactive .onoffswitch-switch {
    background: #fa0000;
    right: 0
}

.onoffswitch-active .onoffswitch-switch:before {
    content: " ";
    position: absolute;
    top: 0;
    left: 40px;
    border-style: solid;
    border-color: #12c233 transparent transparent #12c233;
    border-width: 15px 10px
}

.onoffswitch-inactive .onoffswitch-switch:before {
    content: " ";
    position: absolute;
    top: 0;
    right: 40px;
    border-style: solid;
    border-color: transparent #fa0000 #fa0000 transparent;
    border-width: 15px 10px
}

.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
    margin-left: 0
}

.podtv-left .field {
    margin-left: 0px !important
}

.podtv-left .field input {
    float: left !important
}

.label {
    background: transparent;
    color: #8e97a0;
    font-size: 14px;
	vertical-align: inherit;
    font-weight: normal;
    display: inline-block !important;
	 text-shadow: none!important;
}

.order_product{
	overflow: hidden;
    padding-bottom: 20px;
}

.basket_form .order_block_summary .field {
    display: inline-block !important;
    margin-top: 0;
	vertical-align: sub;
}

.video_block {
    float: left;
    width: 50%
}

#anchor {
    visibility: hidden
}

a.button:hover {
    text-decoration: none
}

.ac-container {
    float: left;
    width: 700px;
    text-align: left;
    margin: 0 0 0 60px
}

.ac-container label {
    font-family: "Open-Sans", sans-serif;
    padding: 0px 20px;
    position: relative;
    z-index: 20;
    display: block;
    cursor: pointer;
    color: #777;
    text-shadow: 1px 1px 1px rgba(255,255,255,0.8);
    line-height: 33px;
    font-size: 14px;
    background: #ffffff;
    background: -moz-linear-gradient(top, #ffffff 1%, #eaeaea 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#ffffff), color-stop(100%,#eaeaea));
    background: -webkit-linear-gradient(top, #ffffff 1%,#eaeaea 100%);
    background: -o-linear-gradient(top, #ffffff 1%,#eaeaea 100%);
    background: -ms-linear-gradient(top, #ffffff 1%,#eaeaea 100%);
    background: linear-gradient(top, #ffffff 1%,#eaeaea 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eaeaea',GradientType=0 );
    box-shadow: 0px 0px 0px 1px rgba(155,155,155,0.3), 1px 0px 0px 0px rgba(255,255,255,0.9) inset, 0px 2px 2px rgba(0,0,0,0.1)
}

.ac-container label:hover {
    background: #fff
}

.ac-container input:checked + label,.ac-container input:checked + label:hover {
    background: #ff781e;
    color: #fff;
    text-shadow: 0px 1px 1px rgba(255,255,255, 0.6);
    box-shadow: 0px 0px 0px 1px rgba(155,155,155,0.3), 0px 2px 2px rgba(0,0,0,0.1)
}

.ac-container label:hover:after,.ac-container input:checked + label:hover:after {
    content: '';
    position: absolute;
    width: 24px;
    height: 24px;
    right: 13px;
    top: 5px;
    background: transparent url(../images/arrow_down.png) no-repeat center center
}

.ac-container input:checked + label:hover:after {
    background-image: url(../images/arrow_up.png)
}

.ac-container input {
    display: none
}

.ac-container article {
    background: rgba(255, 255, 255, 0.5);
    margin-top: -1px;
    overflow: hidden;
    height: 0px;
    position: relative;
    z-index: 10;
    -webkit-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
    -moz-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
    -o-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
    -ms-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
    transition: height 0.3s ease-in-out, box-shadow 0.6s linear
}

.ac-container article p {
    color: #777;
    line-height: 23px;
    font-size: 14px;
    padding: 20px;
    text-shadow: 1px 1px 1px rgba(255,255,255,0.8)
}

.ac-container input:checked ~ article {
    -webkit-transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
    -moz-transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
    -o-transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
    -ms-transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
    transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
    box-shadow: 0px 0px 0px 1px rgba(155,155,155,0.3)
}

.ac-container input:checked ~ article.ac-small {
    height: auto
}

.ac-container input:checked ~ article.ac-medium {
    height: auto
}

.ac-container input:checked ~ article.ac-large {
    height: auto
}

.filter-block {
    padding: 10px;
    margin-bottom: 20px;
    background-color: #ffffff;
    border: 1px solid #cccccc
}

.filter-block select {
    margin-bottom: 5px;
    padding: 6px 12px;
    border-radius: 4px
}

.filter-block input {
    padding: 6px 12px
}

.btn-primary {
    color: #fff;
    background-color: #428bca;
    border-color: #357ebd
}

.filter-block select {
    margin-bottom: 5px;
    padding: 6px 12px;
    border-radius: 4px
}

.products {
    width: 100%;
    padding-left: 4px;
    padding-right: 4px
}

.products .dop-func {
    width: 100%;
    display: table;
    margin-bottom: 20px
}

.products .prod-left {
    text-align: left;
    display: inline-block;
    float: left
}

.products .sortby {
    text-align: right;
    display: inline-block;
    float: right
}

.products .products-list {
    margin-top: 20px
}

.products .buy-btn {
    text-align: center;
    margin: 0
}

.products .buy-btn a {
    width: 100%;
    display: block;
    background-color: #3C8129;
    color: #ffffff;
    padding: 5px
}

.products .buy-btn a:hover {
    text-decoration: none;
    background-color: #589B46
}

.filter-block select {
    -webkit-appearance: menulist;
    box-sizing: border-box;
    align-items: center;
    white-space: pre;
    -webkit-rtl-ordering: logical;
    color: black;
    background-color: white;
    cursor: default;
    border: 1px solid
}

.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s
}

.products .products-list {
    margin-top: 30px
}

.opt-cat .btn-primary {
    padding: 7px 15px;
    margin-top: 0;
    font-weight: normal
}

.opt-cat .btn-primary:hover {
    text-decoration: none
}

thead.bot-bord {
    border-bottom: 1px solid #DDDDDD !important
}

.products .table > thead > tr > th {
    vertical-align: bottom
}

.table > thead > tr > th,.table > tbody > tr > th,.table > tfoot > tr > th,.table > thead > tr > td,.table > tbody > tr > td,.table > tfoot > tr > td {
    border-top: 1px solid #ddd;
    line-height: 1.42857;
    padding: 8px;
    vertical-align: top
}

.limit-select {
width: 10px}

.vs-serh{
	display: inline-block;
    background: #116026;
    color: #fff;
    font-size: 12px;
    padding: 13px;
    margin-top: 10px;
}

.header_tel_adres{
	    overflow: hidden;
    background: #f5f5f5;
    /* padding: 5px; */
    margin-bottom: 10px;
	
}

.qr_kod{
	background: #fff;
    padding: 5px;
}

.qr_kod h5{
	display:inline-block;
	padding-left:10px;
}

.inf_lease_maps iframe{
	display:block;
}

.inf_lease, .inf_lease_a, .inf_lease_b{
	margin-bottom: 10px;
    margin-top: 20px;
    background: #fff;
    padding: 10px;
    border: 1px solid #efefef;
    line-height: 1.5;
}

.inf_lease p, .inf_lease_a p, .inf_lease_b p, .inf_lease_a ul li{
	font-size:14px;
}

.inf_lease_b p{
	text-align:center;
	padding: 0;
    margin: 0;
}

.inf_lease_lib{
	margin-bottom:10px;
}

.inf_lease_lib a{
	background: #007830;
    padding: 5px;
    color: #fff;
    font-size: 18px;
    display: block;
}

.inf_lease_lib a:hover{
	background:#036128;
}

.inf_lease_a ul li{
	padding-bottom: 5px;
    border-bottom: 1px solid #ccc;
	margin-bottom: 17px;
}

.inf_lease_photo{
	margin-bottom:5px;
}

.inf_lease_btn{
    margin-top: 20px;
	padding:10px;
	text-align: center;
	background: rgba(56,209,48,1);
	background: -moz-linear-gradient(top, rgba(56,209,48,1) 0%, rgba(18,102,10,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(56,209,48,1)), color-stop(100%, rgba(18,102,10,1)));
	background: -webkit-linear-gradient(top, rgba(56,209,48,1) 0%, rgba(18,102,10,1) 100%);
	background: -o-linear-gradient(top, rgba(56,209,48,1) 0%, rgba(18,102,10,1) 100%);
	background: -ms-linear-gradient(top, rgba(56,209,48,1) 0%, rgba(18,102,10,1) 100%);
	background: linear-gradient(to bottom, rgba(56,209,48,1) 0%, rgba(18,102,10,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#38d130', endColorstr='#12660a', GradientType=0 );
}

.inf_lease_btn .text-big h4{
	color:#fff;
	font-family: 'Roboto Bold Condensed', Arial, Helvetica, sans-serif
}

.action-button .btn_a{
	font-size:20px;
	color:#fff;
	background: #c7c21f;
	padding:5px;
	-webkit-border-radius: 2px!important;
	-moz-border-radius: 2px!important;
	border-radius: 2px!important;
	display: block;
    text-align: center;
	box-shadow:none!important;
	cursor: pointer;
	font-family: 'Roboto Bold Condensed', Arial, Helvetica, sans-serif
}

.action-button .btn_a:hover{
	color: #0c3808;
}

.inf_lease_photo img{
	margin-bottom: 5px;
}

.inf_lease_btn .modal-dialog{
	text-align:left;
}

.modal-content input[type="number"]{
	height: auto;
}

.modal_inf{
	text-align: center;
    width: 80%;
    margin: 0 auto;
    padding-bottom: 10px;
    padding-top: 10px;
}

.inf_lease_btn .modal-content{
	border-radius:0px!important;
	border:none!important;
}

 .modal-header, .modal-header h4, .close {
	  background-color: #007830;
	  color:white !important;
	  text-align: center;
	  font-size: 30px;
	  border-radius:0px!important;
  }
  .modal-footer {
	  background-color: #f9f9f9;
  }