.header-top {
background: rgb(29,145,3);
background: linear-gradient(352deg, rgba(29,145,3,1) 11%, rgba(20,103,1,1) 30%, rgba(29,145,3,1) 50%, rgba(20,103,1,1) 70%, rgba(29,145,3,1) 90%);

}

.categories-h__item:hover{
  background: rgb(240,239,239);
background: linear-gradient(0deg, rgba(240,239,239,1) 25%, rgba(255,255,255,1) 50%, rgba(240,239,239,1) 75%);
    }
    .categories-v__head {
     background: rgb(34,132,14);
background: linear-gradient(172deg, rgba(34,132,14,1) 25%, rgba(49,184,22,1) 50%, rgba(34,132,14,1) 75%);
}
.categories-v__icon, .categories-vu__icon img{
    filter: invert(100%); 
  -webkit-filter:invert(100%);
}

.footer {
background: rgb(22,99,8);
background: radial-gradient(circle, rgba(22,99,8,1) 10%, rgba(11,57,1,1) 90%);
border-bottom: 5px solid #fe6d03;
}

.footer-subs-contacts .oferta {
    display: block;
    margin-bottom: 30px;
    padding-bottom:10px;
    font-size: 12px;
    border-bottom: 1px solid hsla(0,0%,100%,.15);
    color:#7ce670;
}
.footer-subs-contacts {
    padding: 30px 0 25px;
    border-bottom: 1px solid hsla(0,0%,100%,.15);
   
}
.header-mail a{
    font-size:14px;
    text-decoration: none;
    border-bottom: 1px dashed #000080; 
}

.categories-h__title {
    height: 35px;
    line-height: 35px;
    text-decoration: none;
    font-size:12px;
}
.product-card {
    margin: 0 0 20px;
}
.footer__links-about {
    padding: 25px 0 20px;
    line-height: 15px;
}
.h1, h1 {
    font-size: 26px;
    line-height: 38px;
}
.header-logo__tagline {
    text-align: center;
}
.instrbg {background: #f5f5f5; padding: 5px 5px 5px 25px; margin:5px;}
.instrbg p{margin-bottom:5px; font-weight: 500;}
.category-sort .drop-down-list__item span.sort-btn{
    padding:10px 25px;
    display:block;
}
.category-sort .drop-down-list__item.selected span.sort-btn{
    color:rgb(254,123,28);
}

.note--red{border:1px solid red;padding: 10px;}
.italic{font-style: italic;}
 .img-center{display: block;max-width: 450px;margin: 15px auto;}
 
 .__jivoMobileButton {
bottom: 90px!important;
}
.xlsprice {
    color:#ccc;
    font-size:12px;
}

.flex-wrapper{display: flex; flex-direction: column;}
.flex-row{display: flex;flex-direction: row;}
.flex-item{}
.flex-row.col2 .flex-item{width: 50%;}

.grey-bg .product-card__prices-add2cart.cm3 .product-card__prices {
    margin-right: 12px;
    width: auto;
}

.grey-bg .product-card__prices-add2cart.cm3 .product-card__add2cart {
    width: auto;
}

.grey-bg .product-card__prices-add2cart.cm3 .product-card__button {
    min-width: 355px;
    display: table;
}

.grey-bg .product-card__prices-add2cart.cm3 .product-card__fastorder {
    margin: 6px 0 0 12px;
    width: auto;
    float: right;
}


@media(min-width: 768px) {
    .product-card__fastorder.c2 {
        display: none;
    }
}



@media(max-width: 768px){
    .flex-row{flex-direction: column;}
    .flex-item.col2{width: 100%;}
    .adaptive-table table{}
    .adaptive-table tbody{
        display: flex;
        flex-direction: row;
    }
    .adaptive-table tr{    
        display: flex;
        flex-direction: column;
        width: 100%;
    }
    .adaptive-table td{padding: 5px;height: 40px;}

}

@media(max-width: 767px) {
    .grey-bg .product-card__prices-add2cart.cm3 .product-card__button {
        min-width: 0;
    }
    .product-card__prices-add2cart.cm3 .product-card__fastorder.c1 {
        display: none;
    }
}

.complect__wrapper{
    display: flex;
    flex-direction: column;
}
.complect__item{
    display: flex;
    flex-direction: row;
    align-items: center;
}
.complect__item.complect__header{
    background: linear-gradient(172deg, rgba(34,132,14,1) 25%, rgba(49,184,22,1) 50%, rgba(34,132,14,1) 75%);
    color: #fff;
}
.complect__cell{
    width: 25%;
    padding: 10px;
    font-size: 12px;
    text-align: center;
}
@media(max-width: 768px){
    .complect__item.complect__header{display: none;}
}
.product-list  .product_features-value, .product_features .product_features-value{
    text-align: right;
}

@media(min-width: 769px){
	.product_features-title:before{
		width: 300px;
	    z-index: 1;
	}
    .product-cart .product_features-title:before{
        width: 500px;
        z-index: 1;
    }
}

.product_features-title span{
	z-index: 2;
}


.category-reviews__header{display: flex;align-items: center;position: relative;}
.category-reviews__title{
    color: #000;
    margin: 0 20px 0 0;
    padding: 20px 0;
    font-size: 26px;
    font-weight: 600;
    line-height: 38px;
    font-family: 'Montserrat', sans-serif;
}
.category-reviews__header--left{display:flex;align-items: center;}
.category-reviews__all{text-decoration:none;display: block;margin-top: 5px;color: #fe6d03;text-transform:uppercase;font-size: 12px;}
.category-reviews__title:first-letter{color: #fe6d03;}
.category-reviews__text{z-index: 1;position: relative;}
.category-reviews__wrapper{display:flex;position: relative;}
.category-reviews__item{
    background: #fff;
    box-shadow: 0 1px 3px rgba(0,0,0,.1);
    overflow: hidden;
    font-size: 14px;
    box-sizing: border-box;
    position: relative;
    flex: 0 0 auto;
    width: calc(100% - 10px);
    margin: 0 10px 10px 0;
    display: block;
    vertical-align: top;
    padding: 30px;
}
.category-reviews__quotes{position: absolute;bottom: 25px;right: 50px;}
.category-reviews__quotes__el {
    width: 60px;
    height: 56px;
    border-radius: 50%;
    box-shadow: 20px 13px 0 0 #f7f7f7;
    transform: rotate(-35deg);
    position: relative;
    display: inline-block
}

.category-reviews__quotes__el:before {
    content: "";
    display: inline-block;
    position: absolute;
    background: #f7f7f7;
    width: 40px;
    height: 40px;
    top: 13px;
    right: -12px;
    border-radius: 50%
}
.category-reviews__img {float: left;width: 85px;text-align: center;}
.category-reviews__content {margin: 0 0 0 110px;position: relative;}
.category-reviews__info {margin: 0 0 15px;font-size: 12px;}
.category__username {font-size: 12px;}
.category-reviews__rating, .category-reviews__username {display: inline-block;margin: 0 20px 0 0;}
.category-reviews__date {font-size: 12px;display: inline-block;color: #767676;}
.category-reviews__name {margin: 0 0 10px;line-height: 18px;font-weight: 700;}
.category-reviews__name a {text-decoration: none;}

#category-reviews__navs{position: absolute;right: 0;}
.category-reviews__header .owl-prev,
.category-reviews__header .owl-next{
    border: 1px solid #ebebeb;
    border-radius: 50%;
    width: 54px;
    height: 54px;
    display: inline-block;
    text-decoration: none;
    position: relative;
    background: #fff;
    cursor: pointer;
    line-height: 54px;
    text-align: center;
    color: #fe6d03;
}
.category-reviews__header .owl-prev:before{
    font-family: Font Awesome\ 5 Pro;
    content: "\f104";
    display: inline-block;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    font-style: normal;
}
.category-reviews__header .owl-next:before{
    font-family: Font Awesome\ 5 Pro;
    content: "\f105";
    display: inline-block;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    font-style: normal;
}
.category-reviews__header .owl-next.disabled, 
.category-reviews__header .owl-prev.disabled {
    color: #c8c8c8;
}


@media (min-width: 1001px) {}

@media (max-width: 1250px) and (min-width:1001px) {
    .category-reviews__quotes {bottom: 25px;right: 50px;}
}

@media (max-width: 600px) {
    .category-reviews__content {margin: 0}
    .category-reviews__img {width: 50px;margin: 0 20px 0 0;}
    .category-reviews__header--left{flex-direction: column;}
    .category-reviews__all{margin-bottom: 15px;}
}
@media (max-width: 375px) {
    .category-reviews__title{width:275px;}
    .category-reviews__header--left{align-items:flex-start;}
}

table.table {width: 100%; border: 0px; border-collapse: collapse;}
table.table thead {font-weight: bold;}
table.table td {padding: 0.6rem 1rem; border-bottom: 1px solid #e8e9eb;}
@media screen and (max-width: 800px) {
  table.table thead {
    display: none;
  }
  table.table tr {
    display: block;
    margin-bottom: 1rem;
    border-bottom: 2px solid #e8e9eb;
  }
  table.table td {
    display: block;
    text-align: right;
  }
  table.table td:before {
    content: attr(aria-label);
    float: left;
    font-weight: bold;
  }
}

.product-tile__name {
    height: 42px;
}
.frame--calkzamkad{
    width:800px; 
    height:350px;
    float: none;
}
.product_features-item:after{
    content: "";
}
@media (max-width: 800px){
    .frame--scriptMoskow ~ p iframe{height: 800px!important;} 
    .frame--calkzamkad{height: 430px;}
    .product_features-title:before{
        content: unset;
    }
    .product-list__prices {
        font-size: 22px;
        text-align: center;
        display: block;
        margin-right: 0px;
    }
    .product-list__cart{
        text-align: center;
    }
    .product-list .product_features-item:after{
        content: "";
        display: block;
        overflow: hidden;
        height: 1em;
        border-bottom: 1px dotted;
    }
    .product-list .product_features-title{
        width: unset;
        float: left;
    }
    .product-list .product_features-value{
        float: right;
        width: unset;
    }
    .product-list .product_features-title span{
        max-width: 150px;
    }
    .product-list .product_features-value span{
        display: block;
        max-width: 150px;
    }
}
.shop-regions-confirm-window {
    line-height: 10px;
    vertical-align: top;
    display: inline-block;
    color:#000;
    font-size:12px !important;
}


.shop-regions-confirm-window__text {
    font-size: 12px !important;
}

.knplase {
    display: inline-block;
    width:100%;
}
.knplase div{
    float:left;
}
.ozonkn {
   margin:0 5px 5px 15px;
   
}
.ozonkn a{
   color:#ffffff;
   background:#005bff;
   font-size:12px;
   font-weight:bold;
   text-decoration: none;
   display: inline-block;
   padding:5px 15px 5px 15px;
   border-radius:5px;
   border:solid 1px #005bff;
   width:110px;
  
}
.marketkn {
   margin:0 5px 5px 5px;
   
}
.marketkn a{
   color:#000000;
   background:#fce000;
   font-size:12px;
   font-weight:bold;
   text-decoration: none;
   display: inline-block;
   padding:5px 15px 5px 15px;
   border-radius:5px;
   border:solid 1px #fce000;
   width:125px;

}

@media (min-width: 800px){
.product-tile__image a {
    height: 280px;
    line-height: 280px;
}
}
.m-open-categories {
    background: #22840E;
    border: 1px solid #000;
    border-radius:10px;
    color: #FFF;
    margin:10px 5px 0px 5px;
}
.categories-m {
    font-weight:600;
}

.categories-m__link {
    border-bottom: dashed 1px #ccc;
}
.categories-m__head {
    font-weight: 800;
    font-size: 16px;

}
.m-header-menu a {
    font-weight: 800;
}

.m-header-menu__link {
    display: block;
    border-bottom: dashed 1px #ccc;
}

.popup-content {
    
 /*   background-image: url("/images/elka.png");
    background-repeat: no-repeat;
    background-position: bottom right;*/
    color:#000;
    padding: 50px 70px;
    max-width: 600px;
    width: 100%;
    margin: 10px auto;
    position: relative;
    box-sizing: border-box;
    font-size: 16px;
    font-weight:bold;
    text-shadow: 0 0 20px #ffffff;
}
.popup-content a{
       color:#000;
}

@media screen and (min-width: 770px) {
    button.add-button {
    display: none !important;
    }
}
@media screen and (max-width: 768px) {
button.add-button {
color:#000;
background: none;
border: none; 
outline: none;
margin:0;
padding:0;
}
.bar-fixed-b__title1 {
    margin: 0 0 0 5px;
    text-decoration: underline;
    font-size: 11px;
}
.bar-fixed-b__icon1 {
    font-size: 18px;
}
}