/* fix for sticky sidebar */
.container {
    overflow: unset;
}

.search_wrapper .products ul.products {
    width: 100%;
    float: none;  
    gap: 8px;  
}
.search_wrapper ul.products li {
    margin-bottom: 0;
    width: calc(100% / 3 - 2* 8px / 3);
}
.search_wrapper ul.products > li:not(:nth-child(4n)) {
    margin-right: 0;
}
.search_wrapper ul.products > li:not(:nth-child(3n)) {
    margin-right: 0;
}
.search_meta {
    display: flex;
    align-items: center;
    gap: 8px;

    margin-bottom: 32px;
/*    padding-bottom: 15px;*/
/*    border-bottom: 1px solid #ddd;*/
}
#poisk-panel h1 {
    margin: 32px 0 24px 0;
}
.search_wrapper {
	display: flex;
    align-items: flex-start;
	gap: 16px;
}
.search_wrapper .sidebar {
	width: 202px;
    margin: 0 0 32px 0;
    position: sticky;
    top: 24px;
}
.search_wrapper .sidebar .sidebar__title {
	font-weight: 600;
    line-height: 20px;
    margin: 0 0 8px 0;
    font-size: 14px;
/*    padding: 0 0 0 10px;*/
}
.search_wrapper .sidebar .sidebar__categories {
/*    padding: 0 0 0 10px;*/
    margin: 0 0 24px 0;
}
.search_wrapper .sidebar .sidebar__categories ul {

}
.search_wrapper .sidebar .sidebar__categories ul li {
	
}
.search_wrapper .sidebar .sidebar__categories ul > li:not(:last-child) {
    margin: 0 0 10px 0;
}
.search_wrapper .sidebar .sidebar__categories ul li > a {
	font-size: 14px;
    color: inherit;
    line-height: 16px;
    text-decoration: none;
}
.search_wrapper .sidebar .sidebar__categories ul li ul.subcategories {
/*    padding: 0 0 0 12px;*/
    margin: 4px 0 0 0;
    opacity: 0.7;
}
.search_wrapper .sidebar .sidebar__categories ul li ul.subcategories > li:not(:last-child) {
    margin: 0 0 8px 0;
}
.search_wrapper .sidebar .sidebar__categories ul li ul.subcategories li a {
    position: relative;
    display: block;
    font-size: 13px;
    padding: 0 20px 0 0;
}
.search_wrapper .sidebar .sidebar__categories ul li ul.subcategories li a:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 20px;
    height: 100%;
    background: url(/images/icon_arrow_black_right.svg) no-repeat center right;
    background-size: 18px;
    opacity: 0.6;
}

.search_wrapper .products {
	width: calc(100% - 202px);
}

.search_wrapper .products .active_filters {
/*    padding: 0 12px;*/
    margin: 0 0 12px 0;
}
.search_wrapper .products .active_filters ul {
    display: flex;
    align-items: center;
    gap: 8px;
}
.search_wrapper .products .active_filters ul li {
    
}
.search_wrapper .products .active_filters ul li a {
    display: block;
    background: url(/images/close.svg?v=1) no-repeat center right 4px, #0ca623;
    background-size: 12px;
    color: #fff;
    padding: 4px 20px 4px 8px;
    text-decoration: none;
    font-size: 14px;
    border-radius: 5px;
}
.search_wrapper .products .active_filters ul li a:hover {
    opacity: 0.7;
}

.search_wrapper .sidebar .sidebar__article {
    display: block;
    width: 100%;
    overflow: hidden;
    background: #f5f5f5;
    position: relative;
    border-radius: 4px;
}
.search_wrapper .sidebar .sidebar__article a {
    display: block;
    text-decoration: none;
    color: inherit;
}
.search_wrapper .sidebar .sidebar__article .article__image {
    display: block;
    margin: 0 0 16px 0;
}
.search_wrapper .sidebar .sidebar__article .article__image img {
    width: 100%;
    height: 140px;
    object-fit: cover;
}
.search_wrapper .sidebar .sidebar__article .article__category {
    display: block;
    text-align: left;
    font-size: 14px;
    line-height: 22px;
    padding: 0 16px;
    color: #666;
    margin: 0 0 4px 0;
}
.search_wrapper .sidebar .sidebar__article .article__title {
    display: block;
    margin: 0 16px 72px 16px;
    font-weight: 600;
    font-size: 15px;
    line-height: 19px;
    max-height: 77px;
    overflow: hidden;
    text-align: left;
}
.search_wrapper .sidebar .sidebar__article .article__button {
    display: block;
    margin-top: 0;
    font-size: 14px;
    font-weight: 400;
    background: url(/images/article_box_arrow.svg) no-repeat center center, #fff;
    background-size: 20px;
    line-height: 24px;
    border-radius: 32px;
    position: absolute;
    bottom: 16px;
    left: 16px;
    text-indent: -9999px;
    width: 32px;
    height: 32px;
}

.block-filter{
    width: 202px;
    box-sizing: border-box;
    margin-bottom: 30px;
/*    padding: 4px 10px 7px 10px;*/
    border-radius: 4px;
/*    background: #eee;*/
    margin-right: 15px;

/*  	margin: 0;*/
/*    padding: 0;*/
    list-style: none;
    font-size: 14px;
    float: none;
}
.block-filter > li.accept-filter-button {
    display: flex;
    align-items: center;
    gap: 12px;
}
.block-filter > li.accept-filter-button a.reset {
    color: inherit;
    font-size: 14px;
    opacity: 0.8;
}
.block-filter > li:not(:first-child) {
  margin-top: 18px;
}
.block-filter li.price_filter {
    position: relative;
}
.block-filter li.price_filter .accept-filter-near {
    right: -90px;
}
.block-filter li.shops_stock {
    position: relative;
}
.block-filter li.shops_stock .accept-filter-near {
    top: auto;
    bottom: 0;
    right: auto;
    left: calc(100% + 4px);
}
.block-filter li.shops_stock .selected_stock_shop {
    background: url(/images/arrow_down.svg?v=1) no-repeat center right, #fff;
    border: 1px solid #ccc;
    padding: 7px 24px 7px 8px;
    color: #555;
    font-size: 13px;
    cursor: pointer;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.block-filter li.shops_stock .input-filter-inp-items {
    position: absolute;
    background: #fff;
    width: 100%;
    left: 0;
    top: calc(100% + 4px);
    z-index: 9;
    box-shadow: 0 2px 8px #bfbfbf;
    border-radius: 4px;
    box-sizing: border-box;
    overflow: hidden;
    height: 210px;
    overflow-y: scroll;
}
.block-filter li.shops_stock .input-filter-inp-item {
    cursor: pointer;
    margin-bottom: 0;
    padding: 7px 8px;
}
.block-filter li.shops_stock .input-filter-inp-item:hover {
    background: #f3f3f3;
}
.block-filter li.shops_stock .input-filter-inp-item-label {
    display: inline-block;
    vertical-align: top;
    width: 100%;
}
.block-filter li.shops_stock .input-filter-inp-item-label span.metro {
    display: block;
    padding-left: 22px;
    background-image: url(../images/metro-m.png);
    background-repeat: no-repeat;
    background-position: 2px;
    background-size: auto 100%;
    font-weight: normal;
    font-size: 12px;
    width: 100%;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    color: #555;
    margin: 4px 0 0 0;
}
.block-filter li.shops_stock .input-filter-inp-item-label span.address {
    display: block;
    width: 100%;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.block-filter li.shops_stock .input-filter-inp-item input {
    display: none;
}
.lb-filter{
      font-weight: 600;
    line-height: 20px;    margin: 5px 0;
}
.block-filter .input-filter-inp-item input {
    display: inline-block;
    vertical-align: middle;
    /*margin: 3px 3px 3px 4px;*/
    margin: 3px 3px 3px 0;
    accent-color: #0ca623;
}
.block-filter .input-filter-inp-item label{
  color: #555;
    font-size: 13px;
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    line-height: inherit;
}
.input-filter-inp{
  
}
.input-filter-inp-item {
    position: relative;
    margin-bottom: 3px;
}
.input-filter-inp-item:hover {
    opacity: 0.7;
}
.input-filter-inp input{
    width: 76px;
    line-height: 26px;
    border: 1px solid #ccc;
    font-size: 13px;
    text-align: center;
}
.accept-filter{
    display: inline-block;
    width: 96px;
    height: 32px;
    background: linear-gradient(0deg, #ffdd00, #ffdd00);
    border-radius: 4px;
    font-size: 14px;
    line-height: 32px;
    text-align: center;
    color: #000;
    text-decoration: none;
/*    margin-right: 16px;*/
    border: none;
    cursor: pointer;
}
.accept-filter:hover{
    opacity: 0.7;
}
.accept-filter-near {
    display: none;
    border: 0;
    color: #ffffff;
    border-radius: 5px;
    line-height: 30px;
    cursor: pointer;
    background: #ff8112;
    font-size: 14px;
    font-weight: 600;
    position: absolute;
    right: -60px;
    top: calc(50% - 15px);
    width: 90px;
    text-align: center;
    z-index: 20;
}

.list-tovar > li {
	margin-top: 0;
}
.list-tovar > li .stikery {
    display: none;
}

a.sa_popup_link {
        display: none;
    }
  #poisk-panel{
  }
  .stat_poisk{
    font-size: 14px;
/*    margin-bottom: 25px;*/
    color: #666;
    letter-spacing: 0px;
}
.stat_poisk span {
    border-bottom: 1px solid #a5a2a2;
    cursor: pointer;
}
.stat_poisk span:hover,
.sort_poisk a:hover,
.search_wrapper .sidebar .sidebar__categories ul li ul.subcategories li a:hover {
    opacity: 0.7;
}
  .list-tovar {
    width: calc(100% - 220px);
    float: none;
    text-align: left;
  }
  .list-tovar>li {
      /*text-align: center;*/
      box-sizing: border-box;
  }
  .list-tovar>li .pro-country {
    display: none;
  }

  #box-posts {
   /* width: calc(100% - 290px);
    float: left; */
    padding-top: 50px;
  }
  #box-posts .mn-block-h {
    font-size: 26px;
    text-align: left;
    font-weight: 600;
    line-height: 36px;
  }
  #box-posts ul{
       text-align: left;
      margin: 17px 0;
      display: flex;
    flex-wrap: wrap;
  }
  #box-posts li{
      display: inline-block;
    vertical-align: top;
    width: calc(100%/5 - 2*8px);
    margin: 8px;
    overflow: hidden;
    min-height: 270px;
    background: #f5f5f5;
    position: relative;
  }
  .first_article {
      display: inline-block;
    vertical-align: top;
    width: 100%;
    overflow: hidden;
    min-height: 270px;
    background: #f5f5f5;
    position: relative;
    margin: 16px 0 20px 0;
  }
  #box-posts li a,
  .first_article a {
        text-decoration: none;
      color: #000;
  }
  #box-posts li img,
  .first_article img {
    height: 140px;
    width: 100%;
    object-fit: cover;
  }
  #box-posts li span,
  .first_article span {
          display: inline-block;
    margin-top: 0;
    font-size: 14px;
    font-weight: 400;
    /* border: 1px solid #a9a9a9; */
    background: url(/images/article_box_arrow.svg) no-repeat center center, #fff;
    background-size: 20px;
    line-height: 24px;
    border-radius: 32px;
    /* padding: 0 12px; */
    position: absolute;
    bottom: 16px;
    left: 16px;
    text-indent: -9999px;
    width: 32px;
    height: 32px;

  }
  #box-posts li p,
  .first_article p {
      text-align: left;
    /* margin-left: 10px; */
    font-size: 14px;
    /* position: absolute; */
    line-height: 22px;
    padding: 16px 16px 0 16px;
    /* left: -12px; */
    /* top: -2px; */
    color: #666;
    /* border: 2px solid #fff;*/
  }
    .sort_poisk a.act-tp{
        background-color: transparent;
        color: #000;
        font-weight: 600;
        border: none;
    }
    .sort_poisk a.act-tp.arrow_down {
        background-image: url(/images/sort_arrow_down.svg?v=1);
        background-repeat: no-repeat;
        background-position: right 2px center;
        background-size: 16px;
        padding-right: 20px;
    }
    .sort_poisk a.act-tp.arrow_top {
        background-image: url(/images/sort_arrow_top.svg);
        background-repeat: no-repeat;
        background-position: right 2px center;
        background-size: 16px;
        padding-right: 20px;
    }
  /*.plsh1{
  background: #1FB1FA;
  }
  .plsh2{
  background: #F14B23;
  }
  .plsh3{
      background: #F1A023;
  }
  .plsh4{
      background: #70ad13;
  }
  .plsh5{
  background: #e8d544;
  }*/
  #box-posts li:hover span{
      /*background: #ffef56;*/
      /*border: 1px solid #ffef56;*/

  }
  #box-posts li div,
  .first_article div {
      margin: 5px 5px 72px 16px;
      font-weight: 600;
      font-size: 15px;
      line-height: 19px;
      max-height: 77px;
      overflow: hidden;
      text-align: left;
  }
  #box-posts li .category_icon {
    margin: 0;
    max-height: none;
    text-align: center;
    padding: 32px 0 16px 0;
    overflow: visible;
  }
  #box-posts li .category_icon img {
    height: 70px;
    width: auto;
    object-fit: unset;
    mix-blend-mode: multiply;
  }
  #box-posts li b{
  bottom: 17px;
      right: 10px;
      position: absolute;
      font-weight: 400;
      padding-left: 20px;
      color: #666;
      font-size: 14px;
      background-image: url(../images/view1.jpg);
      background-repeat: no-repeat;
      background-size: 15px;
  }
.mess-st {
    background: #f2f2f2;
    text-align: left;
    margin-top: 20px;
    font-weight: 400;
    margin-top: 35px;
    color: #373737;
    line-height: 25px;

}
.mess-p{
   text-align: left;
    padding: 10px;
    font-size: 16px;
    color: #666;
    line-height: 25px;  
} .mess-p a{
  color: #333;
}
.mn-block-s {
    margin: 35px 0 5px;
    overflow: hidden;
    position: relative;
}
.mn-block-h {
    font-size: 26px;
    text-align: center;
    font-weight: 600;
    line-height: 36px;
}
#pop-cats {
    margin: 14px 0;
    text-align: center;
}
#pop-cats li {
    display: inline-block;
    vertical-align: top;
    width: 146px;
    margin: 9px;
    font-weight: 400;
    line-height: 30px;
    padding: 6px;
    min-height: 204px;
    background: #fff;
}
#pop-cats li a {
    text-decoration: none;
    color: #111;
}
#pop-cats li img {
    height: 121px;
}
#pop-cats li div {
    font-weight: 600;
    font-size: 15px;
    line-height: 19px;
    margin: 3px 0;
}
#pop-cats li b {
    display: inline-block;
    font-size: 13px;
    line-height: 18px;
    margin: 5px 0;
    font-weight: 400;
    color: #444;
}
#pop-cats li p {
    color: #535353;
    letter-spacing: 0px;
    display: inline-block;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
}

.sort_poisk{
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 14px;
}
.sort_poisk span{
  display: inline-block;
  vertical-align: middle;
/*    margin-right: 10px;*/
    color: #666;
}
.sort_poisk a {
    display: inline-block;
    vertical-align: middle;
    text-decoration: none;
    color: #666;
    border: 0;
    /* padding: 0 12px; */
    cursor: pointer;
    /* margin: 0 7px; */
    /* background: #eee; */
    /* border-radius: 20px; */
    line-height: 23px;
    /* text-decoration: underline; */
    border-bottom: 1px solid #a5a2a2;
}
  @media screen and (max-width: 768px) {
    .mn-block-s {
display: none;
    }
    .list-tovar {
      width: 100%;
      float: none;
    }
    #box-posts {
        width: 100%;
        float: none;
        padding: 0 15px;
        box-sizing: border-box;
    }
    #box-posts ul {
        font-size: 0;
    }
    #box-posts li {
        display: inline-block;
        vertical-align: top;
        width: 50%;
        margin: 0px;
        overflow: hidden;
        min-height: auto;
        background: #fff;
        position: relative;
        margin-bottom: 14px;
    }
    #box-posts li img {
        height: auto;
        width: 90%;
    }
    #box-posts li div {
        margin: 4px 25px 0px 5%;
        font-weight: 400;
        font-size: 15px;
        line-height: 19px;
        max-height: 77px;
        overflow: hidden;
        text-align: left;
        text-decoration: underline;
    }
    #box-posts li p {
        text-align: left;
        margin-left: 10px;
        font-size: 13px;
        position: absolute;
        line-height: 22px;
        padding: 0 7px;
        left: 2%;
        top: -2px;
        color: #fff;
        border: 2px solid #fff;
    }
    #box-posts li span, #box-posts li b {
        display: none;
        }

  }
  li .nalich-itm {
    display: none;
  }

.search_related_products {
    margin: 24px 0 0 0;
}
.search_related_products .mn-block-h {
    text-align: left;
    margin: 0 0 24px 0;
}

#carousel_related_products .owl-dots, #carousel_pohozh_products .owl-dots  {
    float: none;
    width: auto;
    display: block;
    text-align: center;
}
.owl-nav{
      position: absolute;
    width: auto;
    float: none;
    top: 40%;
    width: 100%;
    text-align: left;
}
#carousel_related_products .owl-item, #carousel_pohozh_products .owl-item {
    display: inline-block;
    vertical-align: top;
}

#carousel_related_products li, #carousel_pohozh_products li {
  width: 100%;
/*  margin: 29px 5px;*/
  position: relative;
/*  padding: 20px 10px;*/
  text-align: left;
}

#carousel_related_products, #carousel_pohozh_products {
    width: 100%;
    position: relative;
/*    overflow: hidden;*/
}
#carousel_related_products .owl-prev, #carousel_pohozh_products .owl-prev {
    position: absolute;
    top: calc(50% - 16px);
    left: -20px;
    background: url(https://rdshop.ru/images/icon_arrow_black_left.svg) no-repeat center center, #fff;
    background-size: 26px;
    border: none;
    width: 48px;
    height: 48px;
    cursor: pointer;
    box-shadow: 0 0.1rem 1rem rgb(4 6 28 / 10%);
    border-radius: 32px;
}

#carousel_related_products .owl-next, #carousel_pohozh_products .owl-next {
    position: absolute;
    top: calc(50% - 16px);
    right: -22px;
    background: url(https://rdshop.ru/images/icon_arrow_black_right.svg) no-repeat center center, #fff;
    background-size: 26px;
    border: none;
    width: 48px;
    height: 48px;
    cursor: pointer;
    box-shadow: 0 0.1rem 1rem rgb(4 6 28 / 10%);
    border-radius: 32px;
}
#carousel_related_products .owl-nav, #carousel_pohozh_products .owl-nav {
    position: absolute;
    width: auto;
    float: none;
    top: 26%;
    width: 100%;
    text-align: left;
}
#carousel_related_products .owl-prev:hover, #carousel_related_products .owl-next:hover,
#carousel_pohozh_products .owl-prev:hover, #carousel_pohozh_products .owl-next:hover {
  cursor: pointer; opacity: 1;
}

ul[id*="carousel_"] .owl-stage-outer {
    max-width: 100%;
    overflow: hidden;
}
ul[id*="carousel_"] .box-img {
    height: auto;
    width: 100%;
    overflow: hidden;
    aspect-ratio: 1 / 1;
}
ul[id*="carousel_"] .box-img img {
    width: 100%;
    aspect-ratio: 1 / 1;
    height: auto;
    top: -100%;
}
.search_page .container {
    background: #FFFFFF;
    padding: 32px 56px;
}

.search_articles {
    margin: 32px 0 0 0;
}
.search_articles .subtitle {
    font-weight: 500;
    font-size: 28px;
    line-height: 48px;
    color: #333;
    margin-bottom: 24px;
    position: relative;
    z-index: 2;
}

.search_related_products {
    margin: 32px 0 0 0;
}
.search_related_products .subtitle {
    font-weight: 500;
    font-size: 28px;
    line-height: 48px;
    color: #333;
    margin-bottom: 24px;
    position: relative;
    z-index: 2;
}


@media screen and (max-width: 768px) {
    .search_wrapper {
        display: block;
/*        padding: 0 8px;*/
    }
    .search_wrapper .sidebar {
        width: 100%;
        margin: 0 0 16px 0;
        position: relative;
        top: auto;
    }
    .search_wrapper .sidebar .sidebar__article {
        display: none;
    }
    .block-filter > li.accept-filter-button {
        display: none;
    }
    .search_wrapper .products {
        width: 100%;
    }
    #poisk-panel h1 {
        display: block;
        text-align: left;
        padding: 0 8px;
        margin: 24px 0 16px 0;
    }
    .stat_poisk {
        margin-bottom: 12px;
        color: #666;
        letter-spacing: 0px;
        padding: 0;
        font-size: 13px;
    }
    .sort_poisk {
        display: flex;
        flex-wrap: wrap;
        gap: 8px;
        align-items: center;
        padding: 0 0 8px 0;
        margin: 0 0 8px 0;
        border-bottom: none;
        font-size: 13px;
        white-space: nowrap;
        overflow-x: scroll;
        flex-flow: row nowrap;
    }
    .sort_poisk span {
        margin-right: 0;
    }
    .sort_poisk a {
        padding: 0;
        line-height: 12px;
        margin: 0;
        font-size: 13px;
        background: transparent;
        text-decoration: underline;
    }
    .sort_poisk a.act-tp.arrow_down {
        background-color: transparent;
        color: #000;
        background-image: url(/images/sort_arrow_down.svg?v=1);
        background-repeat: no-repeat;
        background-position: right 0px center;
        background-size: 12px;
        padding-right: 14px;
        font-weight: 600;
    }
    .sort_poisk a.act-tp.arrow_top {
        background-color: transparent;
        color: #000;
        background-image: url(/images/sort_arrow_top.svg?v=1);
        background-repeat: no-repeat;
        background-position: right 0px center;
        background-size: 12px;
        padding-right: 14px;
        font-weight: 600;
    }


    .search_wrapper .sidebar .sidebar__title {
        display: none;
    }
    .search_wrapper .sidebar .sidebar__categories {
        display: none;
    }

    .mobile_filters {
/*        padding: 0 8px;*/
        margin-bottom: 0;
    }
    .mobile_filters ul {
        display: flex;
        align-items: center;
        white-space: nowrap;
        overflow-x: scroll;
        overflow-y: hidden;
        flex-flow: row nowrap;
        font-size: 0;
        background: transparent;
        padding: 0 0 6px 0;
        margin: 0;
        width: 100%;
    }
    .mobile_filters ul li.filter_label {
        font-size: 13px;
        color: #666;
    }
    .mobile_filters ul li.filter_categories .input-filter-inp-item {

    }
    .mobile_filters ul li.filter_categories .input-filter-inp-item a {
        color: inherit;
        font-size: 13px;
        white-space: normal;
        line-height: 16px;
    }
    .mobile_filters ul li {
        position: relative;
        display: inline-block;
        margin-bottom: 0;
        margin-right: 4px;
    }
    .mobile_filters ul li .lb-filter {
        position: relative;
        line-height: 22px;
        font-size: 12px;
        font-weight: 400;
        cursor: pointer;
        text-align: center;
        background: #eee;
        border-radius: 5px;
        float: none;
        width: auto;
        display: inline-block;
        padding: 0 20px;
        padding-right: 7px;
        margin: 0;
    }
    .mobile_filters ul li.selected-filter .lb-filter {
        background: #ff8112;
        color: #fff;
    }
    .mobile_filters ul li.selected-filter .lb-filter:before {
        border-top: 1px solid #fff;
        border-right: 1px solid #fff;
    }
    .mobile_filters ul li .lb-filter:before {
        position: absolute;
        top: 7px;
        left: 9px;
        height: 4px;
        width: 4px;
        border-top: 1px solid #000;
        border-right: 1px solid #000;
        color: rgba(0,0,0,0);
        content: "";
        font-size: 10px;
        -webkit-transform: rotate(135deg);
        -ms-transform: rotate(135deg);
        transform: rotate(135deg);
        -webkit-transition: -webkit-transform .2s;
        transition: -webkit-transform .2s;
        -o-transition: transform .2s;
        transition: transform .2s;
        transition: transform .2s,-webkit-transform .2s;
    }
    .mobile_filters ul li .input-filter-inp {
        display: none;

        position: fixed;
        width: auto !important;
        background: #fff;
        box-shadow: 0 0 10px #a6a6a6;
        border-radius: 5px;
/*        top: 30px;*/
        z-index: 999;
        overflow: hidden;
        font-size: 12px;
        padding: 10px 8px;
        min-width: 80px;
        max-width: 240px;
    }
    .mobile_filters ul li .input-filter-inp > .accept-filter-near {
        display: block !important;
        position: relative;
        top: auto;
        left: auto;
        right: auto;
    }
    .mobile_filters ul li .input-filter-inp .input-filter-inp-item {
        white-space: nowrap;
    }
    .mobile_filters ul li .input-filter-inp > .input-filter-inp-item:not(:last-child) {
        margin-bottom: 8px;
    }
    .mobile_filters ul li .input-filter-inp .input-filter-inp-item input {
        display: inline-block;
        vertical-align: middle;
        width: auto;
    }
    .mobile_filters ul li .input-filter-inp .input-filter-inp-item label {
        display: inline-block;
        vertical-align: middle;
    }
    .mobile_filters ul li .input-filter-inp span.accept-filter-near {
        border-radius: 5px;
        line-height: 22px;
        padding: 0 8px;
        cursor: pointer;
        font-size: 12px;
        font-weight: 600;
        color: #000;
        border: 1px solid #ffdd00;
        background: #ffdd00;
        display: none;
        margin-top: 4px;
    }
    .block-filter > li:not(:first-child) {
        margin-top: 0;
    }
    .search_wrapper .products .active_filters {
/*        padding: 0 8px;*/
        margin: 0 0 8px 0;
    }
    .search_wrapper .products .active_filters ul li a {
        font-size: 13px;
    }
    .search_wrapper .products .active_filters ul {
        display: flex;
        gap: 4px;
        align-items: center;
        white-space: nowrap;
        overflow-x: scroll;
        overflow-y: hidden;
        flex-flow: row nowrap;
    }
    #box-posts {
        width: 100%;
        padding: 0 8px;
        margin: 20px 0 0 0;
    }
    #box-posts .mn-block-h {
        padding: 0;
    }
    #box-posts ul {
        padding: 0;
        gap: 8px;
    }
    #box-posts ul > li {
        width: calc(50% - 4px);
    }
    #box-posts ul > li:not(:nth-child(2n)) {
        margin-right: 0;
    }
    #box-posts li img {
        height: auto;
        width: 100%;
    }
    .search_meta {
        display: block;
        margin-bottom: 0;
    }
    #carousel_related_products .owl-next, #carousel_pohozh_products .owl-next {
        right: -16px;
    }
    #carousel_related_products .owl-prev, #carousel_pohozh_products .owl-prev {
        left: -16px;
    }
    .mn-block-h {
        font-size: 18px;
        text-align: left;
        font-weight: 600;
        line-height: 36px;
        margin-bottom: 16px;
        padding: 0 8px;
    }
    #box-posts .mn-block-h {
        font-size: 18px;
    }
    .search_related_products .mn-block-h {
        text-align: left;
        margin: 0 0 12px 0;
    }
    .search_related_products {
        margin: 32px 0 0 0;
    }

    .search_page h1 {
        font-weight: bold;
        font-size: 24px;
        line-height: 36px;
        color: #333;
        margin-bottom: 16px;
        position: relative;
        z-index: 2;
    }
    .search_page .container {
        padding: 16px 9px !important;
    }
    .search_wrapper ul.products li {
        margin-bottom: 0;
        width: calc(100% / 2 - 1* 8px / 2);
    }
    .search_wrapper ul.products li .image {
        width: 100%;
        height: auto;
        aspect-ratio: 1 / 1;
    }
    .search_wrapper ul.products li .image img {
        height: auto;
        aspect-ratio: 1 / 1;
    }
    .search_wrapper ul.products li .image img:not(.product_image_1) {
        display: none;
    }
    .search_wrapper ul.products li .image span.image_trigger {
        display: none;
        height: 100%;
    }
    .search_related_products .subtitle {
        font-weight: 500;
        font-size: 24px;
        line-height: 28px;
        color: #333;
        margin-bottom: 24px;
        position: relative;
        z-index: 2;
    }



}