body{
	font-family: Montserrat;
	font-style: normal;
	font-weight: normal;
}
a{
	font-size: 14px;
	color: #262626;
}
header{
	box-shadow: 2px 2px 4px rgba(38, 38, 38, 0.1);
    position: fixed;
    z-index: 1000;
    margin: auto;
    background: white;
    width: 100vw;
    top: 0;
}

.search_lupa {
    width: 15px;
    height: 15px;
    position: absolute;
    right: 33px;
    top: 13px;
    background-image: url(/img/lupa.svg) !important;
    background-color: white !important;
}
ul.menu li{
	list-style: none;
}
.dropdown_menu{
	display: none;
}
.consyltant{
    float: right;
    display: flex;
    justify-content: space-between;
}
#cmsContent a, .cms-content a{
	color:#50A807;
}
.consyltant_block{
    text-transform: uppercase;
    padding: 0 20px;
    font-weight: 600;
    align-items: center;
    font-size: 14px;
    color: #50A807;
    display: flex;
}
.consyltant_phone{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.phone_block{
    padding: 0 10px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-top: 3px;

}
.header-top{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
    margin-top: 100px;
}

#footer a{
	color: #000000;
	padding: 0 10px;

}

.contact_footer{
	display: flex;
}
#promoSmallImg{
    margin-bottom: 30px;
	display: block;
    overflow: -webkit-paged-x;
}
#promoSmallImg  a{
    height: 70px;
    display: flex;
    border: 1px solid #E0E0E0;
    align-items: center;
    justify-content: left;
    text-align: left;
    padding-left: 20px;
}
.main-container__i{
    overflow: -webkit-paged-x;
	margin-bottom: 50px
    min-height: 64vh;


}
.breadcrumbs__list{
    display: flex;
    margin-top: 50px;
    padding: 0;
    margin-bottom: 28px;
}
.breadcrumbs__list li{
	list-style: none;
    padding: 0 5px;
    font-size: 12px;
}
.breadcrumbs__link{
	color: #247F7F;
	font-size: 12px;
}
.textpage_h1{
    font-size: 34px;
    margin-bottom: 28px;
    margin-top: 0;
    font-weight: 600;
}
.sortirovka{
	margin-top: 40px;
	margin-bottom: 30px;
}
.link_tovar{
	font-weight: 600;
	font-size: 14px;
	color: #262626;
}
.arrows_blue{
    border: none;
    padding-right: 21px;
    margin-right: 13px;
    color: #416EA5;
    background: url(/img/arrow_blue.svg);
    background-repeat: no-repeat;
    background-position: right;
    -webkit-appearance: none;
}
.h1_block, .haracteristik{
	padding-left: 0;
}
.iter_razdel{
	text-align: center;
	z-index: 10;
}
.iter_razdel img{
	width: 100%;
}
.iter_razdel p{
	min-height: 50px;
	font-weight: 600;
	font-size: 16px;
	text-align: center;
	color: #262626;
}
.tabs_catalog button{
    /* height: 70px; */
    padding-right: 35px;
    width: 100%;
    background-color: white;
    text-align: left;
    border: 1px solid #E0E0E0;
    padding-left: 15px;
}
.panel a{
	font-size: 14px;
	color: #247F7F;
}
.panel {

    background-color: #fff;
    border-radius: 0px !important;
    padding-left: 15px;
    padding-top: 15px;
/*    border: 1px solid #50A807;*/
    margin-bottom: 0px !important;
}
  .accordion {
      background-color: #eee;
      color: #444;
      cursor: pointer;
      padding: 18px;
      width: 100%;
      text-align: left;
      border: none;
      outline: none;
      transition: 0.4s;
  }

  /* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
.active, .accordion:hover {
  background-color: #fff;
  border: 1px solid #50A807;
}
.active{
  background-color: #fff;
  border: 1px solid #50A807 !important;
}

  .panel {
    padding: 0 18px;
    background-color: white;
    max-height: 0;
    border: none;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
  }

  .panel p{
  	margin: 5px 0 10px;
  }
  .accordion:after {
    content: '';
    font-size: 13px;
    color: #777;
    float: right;
    width: 20px;
    top: 4px;
    margin-left: 5px;
    background-image: url(/img/arrow_black.svg);
    height: 17px;
    background-repeat: no-repeat;
    background-position-y: center;
}

.active:after {
    content: "";
    font-size: 13px;
    color: #777;
    float: right;
    width: 20px;
    top: 4px;
    margin-left: 5px;
    background-image: url(/img/arrow_green.svg);
    height: 17px;
    background-repeat: no-repeat;
    background-position-y: center;

}
.discription_interaktive{
	margin-bottom: 50px;
}
.item-card__img-wrap{
	text-align: center;
}
.item-card__img-i{
	max-width: 100%;
}
.item-card__short-description{
	min-height: 80px;
}
.product_item{
    margin-bottom: 56px;
}
.table>tbody>tr>td{
	border: none;
}
@media screen and (min-width: 480px){
	.big_menu:hover  .dropdown_menu{
	display: block !important;
	position: absolute;
	top: 70px;
    padding: 15px;
    margin-left: -10px;
	background: #FFFFFF;
	border: 1px solid #50A807;
    z-index: 100;
}
	#footer{
	    margin-top: 20px;
		bottom: 20px;

	    width: 100%;
	    display: flex;
	    height: 84px;
	    background: #FAFAFA;
	    box-shadow: 0px -2px 2px rgba(38, 38, 38, 0.1);
	    align-items: center;
	    justify-content: space-between;
	}
	.block_footer{
	    display: flex;
	    height: 84px;
	    background: #FAFAFA;

	    align-items: center;
	    justify-content: space-between;
	}
	.img_footer{display: none;}
	ul.menu{
	    padding-left: 0;
		display: flex;
	    flex: 1;
        justify-content: space-around;
	    align-items: center;
	    height: 70px;
        margin-bottom: 0;
	}
	.mobile_menu{
		display: none;
	}
		.search_mobile{
		display: none;
	}
	.search_pc{
		display: block;

	}
	.search_pc input#search{
		width: 120%;
	}
	.search_pc .search_lupa{
	    display: inline-block;
	    text-shadow: 1px 1px 1px #ffffff;
	    font-weight: 600;
	    /* padding: 7px 6px; */
	    right: -23px !important;
	    border: 0;
	    font-size: 16px;
	    color: #56c426;
	    background: none;
	    /* font-size: 16px; */
	    text-decoration: none;
	    cursor: pointer;
	    transition: all .3s ease;
	    float: right;
	}
	.search_pc #voice-trigger {
	    position: absolute;
	    right: 6px;
	    top: 12px;
	}
	.copiraiter{
   		padding-left: 15px;
	    margin-top: 14px;
	    bottom: 0;
	    width: 100%;
	    background-color: white;
	}
	    .item_slider{
	    height: 500px;

	    background-size: cover;
	    background-position: center;
	    justify-content: center;
	    align-items: center;
	    display: flex;
    }
    .item_slider_title{
    	text-align: left;
	    font-weight: 600;
	    line-height: 40px;
	    font-size: 34px;
	    color: #FAFAFA;
	    width: 50%
    }

    .item_slider_p{
	    font-weight: 600;
		line-height: 22px;
		font-size: 16px;
		color: #FAFAFA;
		text-align: left;
		width: 50%;
    }
    .big_menu_block:after {
	    content: '';
	    font-size: 13px;
	    color: #777;
	    float: right;
	    width: 14px;
	    top: 8px;
	    margin-left: 5px;
	    background-image: url(/img/arrow_black.svg);
	    background-size: contain;
	    height: 21px;
	    background-repeat: no-repeat;
	    background-position-y: center;
}
.product_block:nth-child(3n) {
	padding-right: 0 !important;
}
.product_block:nth-child(4n) {
	padding-left: 0 !important;
}
.product_block:nth-child(1) {
	padding-left: 0 !important;
}
}
.col-lg-4.col-md-4.col-sm-6.product_block{
	height: 360px;
}
.parent {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    overflow: auto;
}
.next_item{
	min-height: 50px; 
	text-align: right;
}
@media screen and (max-width: 480px){
	.next_item{
		min-height: 50px; 
		text-align: left;
	}
	#description{
		display: none;
	}
	.tovat_img_block{
		display: flex!important;
		flex-direction: column;
	}
	.big_menu_block{
		position: relative;
	    width: 95%;
	}
	.block_items_card {
		height: 290px !important;
	}
	.big_menu:hover .dropdown_menu {
	    display: block !important;
	    position: absolute;
	    top: 41px;
	    padding: 15px;
	    /* margin-left: -10px; */
	    background: #FFFFFF;
	    border: 1px solid #50A807;
	    z-index: 100;
	}
    .big_menu_block:after {
	    content: '';
	    font-size: 13px;
	    color: #777;
	    float: right;
	    width: 14px;
	    top: 8px;
	    margin-left: 5px;
	    background-image: url(/img/arrow_black.svg);
	    background-size: contain;
	    height: 21px;
	    background-repeat: no-repeat;
	    background-position-y: center;
	}
	.big_menu{
		width: 80%;
	}
	.hide_mobile{
		display: none!important;
	}
	#menu{
		display:flex;
		flex-direction:column;

		counter-reset:list;
	}
	.search_pc {
		width: 85%;
	}
/*	.list-item:before{
		content:counter(list) ".";
		counter-increment:list;
		display:inline-block;

	}*/
	.list-item:nth-child(6){
		counter-increment:list -2;
		order:-1;
	}
	.h2_block_left{
	    margin-top: 20px;
	}
	.main-container__i{
	    margin-top: 60px;
	}
	.item_slider{
	    height: 500px;
	    background-size: cover;
	    background-position: center;
	    justify-content: center;
	    align-items: center;
	    display: flex;
    }
	.item_slider h2 {
	    text-align: left;
	    font-weight: 600;
	    font-size: 26px;
	    color: #FAFAFA;
	    padding: 20px;
	    width: 100vw;
	
	}

	.item_slider p {
	    font-weight: 600;
	    line-height: 22px;
	    font-size: 16px;
	    color: #FAFAFA;
	    text-align: left;
	    width: 100vw;
        padding: 20px;
	}
	.humburger{
		background: url(/img/hamburger.svg);
	    width: 30px;
	    background-repeat: no-repeat;
	    background-position-y: center;
	}
	.active_menu{
		background: url(/img/hamburger_close.svg);
	    width: 30px;
	    background-repeat: no-repeat;
	    background-position-y: center;
	}
	.search-autocomplete__item{
		padding: 10px !important;
	}

	.mobile_menu{
	    display: flex;
	    justify-content: space-between;
	    height: 56px;
	}
	.header-top{
		display: none;
	}
	#header{
		height: 56px;
	}
	ul.menu li{
		padding: 20px 0;
	}
	ul.menu {

	    flex: 1;
	    justify-content: baseline;
	    align-items: baseline;
	    height: 70px;
	    flex-direction: column;
	}
	.img_footer{
		position: absolute;
		right: 0;
	}
	#footer{
	    margin-top: 50px;
	    bottom: 0;
	  
	    width: 100%;
	    display: flex;
	    height: 250px;
	    background: #FAFAFA;
	    box-shadow: 0px -2px 2px rgba(38, 38, 38, 0.1);
	    align-items: center;
	    justify-content: space-between;
	}
	.copiraiter{
		margin-top: 20px;
	    bottom: 0;
	    width: 100%;
	    background-color: white;
	}
	.block_footer {
	    display: flex;
	    height: 250px;
	    background: #FAFAFA;
	    flex-direction: column;
	    align-items: baseline;
	    justify-content: space-between;
	    padding-left: 0!important;
	}
	.menu_footer{
	    flex-direction: column;
	    display: flex;
	    padding: 10px;
	    align-items: start;
	}
	.menu_footer a{
		margin-bottom: 10px;
	}
	.contact_footer{
	    flex-direction: column;
	    display: flex;
	    padding: 10px;
	    align-items: start;
	}
	.consyltant_phone{
		margin-bottom: 13px;
	}
	.div_menu{
		display: none;
	    width: 100vw;
	    height: 600px;
	    position: absolute;
	    left: 0;
	    background-color: white;
	    z-index: 1000;
	}
	.search_mobile{
		display: block;
	}
	.overlay {
	  position: absolute;
	  left: 0; right: 0; top: 0; bottom: 0;
	/*  background: black;*/
	  opacity: .7;
	}
}
select.input-sm {
    height: 30px;
    line-height: 20px !important;
    font-size: 14px;
}
#__js-catalog-filter-form{
    display: flex;
    width: 100%;
    justify-content: flex-start;
    flex-flow: row wrap;
}
.pages-list {
    list-style: none;
}
.pages-list__item {
    width: 20px;
    float: left;
}
.slider {
      position: relative;
      overflow: hidden;
    }

    .slider__wrapper {
      display: flex;
      transition: transform 0.6s ease;
    }

    .slider__item {
      flex: 0 0 100%;
      max-width: 100%;
    }

    .slider__control {
      position: absolute;
      top: 50%;
      display: none;
      align-items: center;
      justify-content: center;
      width: 40px;
      color: #fff;
      text-align: center;
      opacity: 0.5;
      height: 50px;
      transform: translateY(-50%);
      background: rgba(0, 0, 0, .5);
    }

    .slider__control_show {
      display: flex;
    }

    .slider__control:hover,
    .slider__control:focus {
      color: #fff;
      text-decoration: none;
      outline: 0;
      opacity: .9;
    }

    .slider__control_left {
      left: 0;
    }

    .slider__control_right {
      right: 0;
    }

    .slider__control::before {
      content: '';
      display: inline-block;
      width: 20px;
      height: 20px;
      background: transparent no-repeat center center;
      background-size: 100% 100%;
    }

    .slider__control_left::before {
        background-image: url(/img/arrow_slider_left.svg);
    }

    .slider__control_right::before {
      background-image: url(/img/arrow_slider_right.svg);
    }

    .slider__item>div {
      line-height: 500px;
      font-size: 100px;
      text-align: center;
    }


.copiraiter{
	font-size: 10px;
}
.b24-widget-button-block {
    width: 143px !important;
    height: 51px !important;
    border-radius: 0 !important;
    box-sizing: border-box;
    overflow: hidden;
    cursor: pointer;
}
.b24-widget-button-icon-container {
    background: #56c426 !important;
}
.b24-widget-button-inner-item {
    position: absolute;
    top: 0;
    left: 0;
    padding: 13px 16px !important;
    -webkit-transition: opacity .6s ease-out;
    /* transition: opacity .6s ease-out; */
    /* -webkit-animation: socialRotateBack .4s; */
    /* animation: socialRotateBack .4s; */
    /* opacity: 0; */
}
.b24-widget-button-inner-mask, .b24-widget-button-pulse-animate{
	display: none!important;
}
.big_menu{
    padding: 24px 9px;
}
.big_menu:hover{
	border: 1px solid #50A807;
}
.b24-widget-button-wrapper {bottom: 0}

.submenu {
	padding-left: 0!important;
}
.submenu__item  {
	padding: 10px 0px;
}
#__js-catalog-filter-form{

}
#searchAutocomplete a{
	padding-bottom: 10px;
}
#searchAutocomplete{

    position: absolute;
    top: 55px;

    padding: 15px;
    background: #FFFFFF;
    border: 1px solid #50A807;
    z-index: 100;
}
.ui-autocomplete{
	padding-left: 0!important;
}
.search-autocomplete__product-title{
	font-weight: 600;
	line-height: 20px;
	font-size: 16px;
	color: #262626;
}
.search-autocomplete__i{
    margin-bottom: 10px;
}
.b24-widget-button-wrapper{
    bottom: 0!important;
    right: 10px!important;
}
.search-autocomplete_mobile{
    position: relative !important;
     top: 0px !important; 
     padding: 0px !important; 
     margin-left: 0px !important; 
    background: #FFFFFF;
    border: 1px solid #50A807;
    z-index: 100;
    width: 85%;
}
.ui-autocomplete_mobile{
	position: relative;
	width: 100% !important;
}
td:hover{
    background-color: #50a80754!important;
}
tr:hover{
        background-color: #75bb3ba6!important;
}