@media (max-width: 767px) {
    #bx-panel {
        display: none !important;
    }
}
@media (max-width: 767px) {
    .bx-logo {
        background: #1484ce;
        position: fixed;
        left: 0;
        right: 0;
        top: 0;
        z-index: 1400;
        padding: 10px 60px;
    }
}
a {
    text-decoration: none;
}
a:active,
a:hover {
    border-color: transparent;
    text-decoration: none;
}
.container,
a {
    transition: color 0.3s ease, background-color 0.3s ease, border-color 0.3s ease;
}

.table-products {
    display: flex;
    border: 1px solid #000;
}
.table-products__item {
    flex: 0 0 50%;
    width: 50%;
    max-width: 50%;
    padding: 10px;
}
.table-products__item:first-child {
    border-right: 1px solid #000;
}
.table-products img {
    width: auto;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
    display: block;
}
@media (max-width: 767px) {
    .table-products {
        flex-direction: column;
    }
    .table-products__item:first-child {
        border-right: none;
        border-bottom: 1px solid #000;
    }
    .table-products__item {
        flex: 0 0 100%;
        width: 100%;
        max-width: 100%;
    }
    .bx-content img {
        width: auto !important;
        max-width: 100% !important;
        height: auto !important;
        display: block !important;
        margin: 0 auto !important;
        float: none !important;
    }
}
#search_icon {
    padding: 11px 5px;
    cursor: pointer;
}
#search_div #search {
    padding-top: 5px;
}
.poliet_div {
    font-family: "Commissioner", sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 40px;
    line-height: 48px;
    color: #1c9331;
}
.poliet_detail {
    max-width: 840px;
    font-family: "Commissioner", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    margin-top: 40px;
}
.poliet_table {
    font-family: "Commissioner", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: normal;
    border-collapse: collapse;
    margin-top: 20px;
    margin-bottom: 20px;
}
.poliet_table tr {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.poliet_table td,
.poliet_table th {
    padding: 10px;
}
.poliet_table .td_pr {
    min-width: 120px;
}
.ul_poliet {
    padding: 0;
    list-style-image: none;
    list-style-position: inside;
    margin-bottom: 20px;
}
.ul_poliet li {
    list-style: none;
    background: url(//opt-937218.ssl.1c-bitrix-cdn.ru/images/ul-list.png?1569323097174) left center no-repeat;
    padding: 4px 0 4px 25px;
}
.poliet_div_inner {
    font-family: "Commissioner", sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 29px;
}

.action_div_inner {
    width: 49%;
    float: left;
    padding-right: 20px;
    min-width: 400px;
}
.bx-basket-fixed .bx-basket-block .sale-bt {
    margin-top: -5px !important;
}
.basket_text {
    height: auto !important;
    min-height: 25px;
}

@media (max-width: 991px) {
    .sidebar__inner {
        position: static !important;
        transform: translate3d(0, 0, 0) !important;
    }
    .sidebar {
        height: auto !important;
    }
}
@media (max-width: 570px) {
    .basket_text {
        padding: 0;
    }
    .pagination {
        flex-wrap: wrap;
    }
    .fancybox-close {
        right: -3px !important;
    }
}
@media (min-width: 768px) {
    .section--catalog .product.col-sm-4 {
        width: 33.33333333%;
    }
}
.bg-color-12 {
    background-color: rgba(6, 133, 8, 0.8);
}
.news-block__descr h2 {
    max-width: 590px;
}
@media (min-width: 992px) {
    .section--catalog .product_size_md .product__img {
        max-width: 50%;
    }
}
.product-image-wrap a {
    display: block;
    max-width: 250px;
}
.bx-ie .lazy,
.lazy-fallback {
    display: none !important;
}
.bx-ie .lazy-fallback {
    display: inline-block !important;
}
@media (min-width: 1280px) {
    .header-promo > div.bx-logo {
        max-width: 170px;
    }
}
.green-block {
    background: #ebf9eb;
}
@media (min-width: 768px) {
    .flex-block-md {
        display: flex;
    }
}
.delivery-block {
    margin: 20px 0 48px;
    padding: 33px 0;
}
.delivery-block p {
    font-size: 24px;
    line-height: 32px;
    font-weight: 500;
}
.delivery-text {
    width: 60%;
}
.delivery-image {
    width: 42%;
    margin: 7px -5% 0 1.5%;
}
.number-list {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    list-style-type: none;
    counter-reset: list;
}
.number-list li {
    position: relative;
    padding-left: 27px;
    margin-bottom: 10px;
}
.number-list li:before {
    counter-increment: list;
    content: counter(list) ".";
    font-weight: 700;
    position: absolute;
    left: 0;
    top: 0;
    font-size: 16px;
    color: #1c9331;
}
@media (max-width: 767px) {
    .delivery-image {
        display: none;
    }
    .delivery-text {
        width: 100%;
    }
}
.contacts-section {
    margin-top: 30px;
}
.contacts-section .logo {
    position: relative;
    z-index: 1;
}
.tab-nav-block {
    position: relative;
    background: #fff;
    z-index: 1;
    align-self: flex-start;
}
.tab-nav-block:after {
    content: "";
    display: none;
    position: absolute;
    width: 0;
    height: 0;
    top: 45px;
    left: 100%;
    border-width: 15px 15px;
    border-style: solid;
    border-color: transparent;
    border-left-color: #fff;
}
.tab-nav-block.tabs-close:after {
    display: none;
}
.contact-tabs {
    position: relative;
    min-height: 600px;
    z-index: 1;
    color: #000;
    line-height: 24px;
    margin-bottom: 40px;
}
.contact-page-tabs {
    margin-top: 15px;
    padding: 0 0 300px;
}
.map {
    position: absolute;
    top: auto;
    height: 300px;
    bottom: 0;
    left: 0;
    right: 0;
}
.contacts-block {
    background: #fff;
    position: relative;
    z-index: 1;
    align-self: flex-start;
    padding-top: 20px;
}
.contacts-block p {
    font-size: 16px;
}
.contacts-block a {
    text-decoration: none;
    color: #000;
}
.contacts-block a:focus,
.contacts-block a:hover {
    text-decoration: underline;
}
.contacts-block .h4 {
    font-weight: bold;
    margin-bottom: 20px;
}
.contacts-block .text-small,
.contacts-block .text-small p {
    font-size: 14px;
    line-height: 20px;
}
.contacts-block .close {
    top: 8px;
    right: 11px;
    position: absolute;
    outline: 0;
}
.contacts-block-item {
    margin-bottom: 20px;
}
.contacts-block-item p {
    margin-bottom: 8px;
}
.tab-nav {
    margin-top: 23px;
    display: none;
}
.tab-nav.nav > li {
    margin-bottom: 9px;
}
.tab-nav.nav > li > a {
    padding: 0;
    display: inline-block;
    color: #222426;
    text-decoration: none;
}
.tab-nav.nav > li > a:focus,
.tab-nav.nav > li > a:hover {
    text-decoration: underline;
    background: 0 0;
}
.tab-nav.nav > li.active > a,
.tab-nav.nav > li.active > a:focus,
.tab-nav.nav > li.active > a:hover {
    color: #fff;
    text-decoration: none;
    background: #27b243;
    padding: 0 10px;
    font-weight: 600;
}
@media (min-width: 768px) {
    .tab-nav-block:after {
        display: block;
    }
    .tab-nav {
        display: block;
    }
    .contacts-block {
        padding: 33px 40px 32px;
        box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    }
    .tab-nav-block {
        padding: 47px 40px 28px;
        margin-right: 20px;
        min-width: 24%;
        box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    }
}
@media (min-width: 992px) {
    .map {
        top: 0;
        height: auto;
    }
    .contact-page-tabs {
        padding: 40px 0;
    }
}

/* dealer-toggle */
.toggle-wrap {
    margin: 0 -15px;
}
.dealer-toggle {
    position: relative;
    background: #27B243;
    color: #fff;
    vertical-align: middle;
    line-height: 48px;
    height: 48px;
    font-size: 16px;
    display: block;
    padding-left: 15px;
    max-width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.dealer-toggle.is-active .dealer-toggle__arrow i {
    transform: rotate(-90deg);
}
.dealer-toggle__arrow {
    position: absolute;
    right: 0;
    top: 0;
    margin-top: 6px;
    width: 46px;
    height: 34px;
    text-align: center;
    border-left: 1px solid rgba(255, 255, 255, .3);
    z-index: 200;
}

.dealer-toggle__arrow i {
    line-height: 34px;
    font-size: 17px;
    font-style: normal;
    color: #fff;
    position: relative;
    top: -6px;
}
/* dealer-toggle */


.icon {
    display: inline-block;
    vertical-align: middle;
    background-size: contain;
}
.i-close {
    width: 20px;
    height: 20px;
    background: url(images/close.svg) 0 0 no-repeat;
}
.div_cont {
    position: relative;
    padding: 10px;
    width: 100%;
    max-height: 250px;
    left: 0;
    top: 0;
    overflow: scroll;
    overflow-y: visible;
    overflow-x: hidden;
    background-color: #fff;
}
.fancybox-wrap {
    overflow: visible !important;
}
/*  ����� ��� ������ ������/�������� (� class="show_hide")  */
/* a.show_hide {
    font-family: "Commissioner", sans-serif;
    font-weight: 600;
    font-size: 15px;
    line-height: 1.3;
    color: #333;
    border-bottom: 1px dashed #1C9331;
    text-decoration: none;
} */
@media (min-width: 768px) {
    .section_subcategories a.show_hide,
    .section_subcategories a.mobile_sort {
        margin-left: 10px;
        font-family: Commissioner;
        font-style: normal;
        font-weight: 600;
        font-size: 14px;
        line-height: 20px;
        color: #1C9331;
    }
}
a.show_hide:hover {
    border-bottom: 1px dashed transparent;
}

h1.product-card__title {
    margin-bottom: 24px;
}
.catalog__avail {
    position: relative;
}
.catalog__avail.preview_price {
    width: 100%;
    display: flex;
    justify-content: space-between;
    color: #333333;
}
.catalog__avail.preview_price.malo span {
    color: #FF9900;
}
.catalog__avail.preview_price:after,
.catalog__avail.top_info:after {
    display: none;
}
.catalog__avail.top_info.malo span {
    padding-right: 20px;
    color: #FF9900;
}
.catalog__avail.preview_price span,
.catalog__avail.top_info span  {
    padding-right: 0;
    color: #1C9331;
    position: relative;
}
.catalog__avail.preview_price.under_order span {
    color: #9400D3;
}
.catalog__avail.preview_price.not_avail span::after {
    display: none;
}
.catalog__avail.preview_price.not_avail span {
    color: red;
}
.catalog__avail.preview_price span:after,
.catalog__avail.top_info span:after {
    display: none;
    position: absolute;
    content: '';
    width: 14px;
    height: 14px;
    margin-left: 4px;
    top: 2px;
    background: url(/bitrix/templates/mirpack_new/images/icon-check-green.svg) center no-repeat;
    background-size: 14px;
}
.catalog__avail.preview_price.malo span:after,
.catalog__avail.top_info.malo span:after {
    background: url(/bitrix/templates/mirpack_new/images/i-good_yellow.svg) center no-repeat;
}
.catalog__avail.preview_price.under_order span:after {
    display: none;
}
.product-item-detail-info-container .sccol--size-sm {
    height: 40px;
    margin-top: 10px;
}
.product-item-detail-info-container a.link_to_review {
    font-family: "Commissioner", sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 16px;
    color: #888888;
    text-decoration: underline;
    position: relative;
    z-index: 110;
}
.product-item-detail-info-container a.link_to_review:hover {
    color: #000000;
}
.rating_review_wrapper .bx_item_detail_rating {
    margin-bottom: -7px;
}
.bx_item_detail_rating {
    margin-bottom: 0;
}
.favor_compar__txt {
	cursor: pointer;
}
.tags {
    padding: 15px 0;
}
.tags a {
    background: #f5f5f5;
    display: inline-block;
    margin: 0 5px 5px 0;
    font-size: 12px;
    font-weight: 400;
    border-radius: 14px;
    padding: 5px 10px;
    color: #000;
    font-family: Arial, Helvetica, sans-serif;
}
.tags .more__link, .tags .hide__link {
    display: none;
}
.tags .show__link .i, .tags .hide__link .i {
    width: 12px;
    height: 8px;
    display: inline-block;
    margin-left: 4px;
    background: url("data:image/svg+xml,%3Csvg width='12' height='8' viewBox='0 0 12 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11 1.5L6 6.5L1 1.5' stroke='%231C9331' stroke-width='1.5'/%3E%3C/svg%3E%0A") no-repeat 100% 50%;
}
.tags .hide__link .i {
    transform: rotate(180deg);
}

.price_promo {display: none;}
/*********************/
/*h1.product-card__title {
    margin-bottom: 5px;
}*/
.new-share-btn {
    display: flex;
    align-items: center;
    margin-left: 10px;
    /*margin-bottom: 35px;*/
    cursor: pointer;
    width: 100px;
}
.new-share-btn svg, .new-share-btn-more svg {
    margin-right: 6px;
}
.new-share-btn span {
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: #1C9331;
    border-bottom: 1px dashed #1C9331;
}
.new-share-btn-more {
    display: none;
    background: #fff;
    position: absolute;
    margin-top: -20px;
    margin-left: 0;
    z-index: 999;
    padding: 10px;
    border-radius: 5px;
    font-size: 13px;
    color: #1C9331;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.1);
}
.new-share-btn-more div {
    display: flex;
    align-items: center;
    cursor: pointer;
    margin: 0 0 5px;
}
.new-share-btn-more:before {
    content: "";
    position: absolute;  
    left: 50px; 
    top: -21px;  
    border: 10px solid transparent;  
    border-bottom: 10px solid rgba(0, 0, 0, 0.1);  
     
}
.new-share-btn-more:after {
    content: "";
    position: absolute;  
    left: 50px; 
    top: -18px;  
    border: 10px solid transparent;  
    border-bottom: 10px solid #fff;
     
}
.filter-menu .first-items a {
    font-weight: 600;
}

.filter-menu .first-items span{
    font-size: 14px;
    font-weight: 600;
    color: #000000;
    transition: 0.5s;
}

.favor_compar {
    flex-wrap: wrap;
    white-space: nowrap;
    position: relative;
}

.social-network{
    display: none;
    /*margin-top: 60px;*/
    /*padding: 0 10px 10px 10px;*/
    background: #ffffff;
    /*justify-content: space-between;*/
    width: fit-content;
    position: absolute;
    top: 15px;
    left: 155px;
}

.social-network .social-network__item{
    /*padding: 6px 8px;*/
    /*border-radius: 2px;*/
    /*border: 1px solid #E5E5E5;*/
    display: flex;
    align-items: center;
    justify-content: center;
    /*width: calc((100% - 8px) / 2);*/
}

.social-network .social-network__item:nth-child(1){
    margin-right: 4px
}

.social-network .social-network__item svg{
    width: 30px;
    height: 30px;
}

@media (max-width: 767px){
    .social-network{
        display: flex;
    }

   /* .uk-table.deliveryt::-webkit-scrollbar {
        width: 0;
        height: 6px;
        background-color: #FFFFFF;
    }*/

    /* ползунок скроллбара */
  /*  .uk-table.deliveryt::-webkit-scrollbar-thumb {
        background-color: #4caf50;
        border-radius: 9em;
    }*/
}

@media (max-width: 609px){
    .social-network{
        left: 150px;
    }
}

@media (max-width: 350px){
    .social-network{
        display: none;
    }
}

.category-section {
    padding-top: 25px;
}

.false_filter_link {
    font-size: 12px;
    cursor: pointer;
}
.false_filter_c {
    display: none;
}

@media(max-width: 767px) {
    .section--catalog-page ~ .container .seo-container {
        margin: 0;
    }
    .section--catalog-page ~ .container .seo-container .section_subcategories-list--item {
        margin: 0 !important;
        padding: 0 !important;
    }
    .section--catalog-page ~ .container ~ br, .bx_item_list_you_looked_horizontal ~ br {
        display: none !important;
    }
    .footer__block {
        margin-bottom: 20px !important;
    }
    .bx_item_list_you_looked_horizontal {
        margin-bottom: 0 !important;
    }
    .section--pading-sm {
        padding-bottom: 0 !important;
    }
    .section--catalog-recommended ~ br {
        display: none !important;
    }
}
.catalog-page__products .catalog-inner {
    align-items: flex-start;
}
.kombox-filter {
    overflow: hidden;
}
@media(min-width: 992px) {
    .catalog-body .sections:first-child {
        min-height: 324px;
    }
}
.filter-show-more {
    margin-bottom: 10px;
}

.filter-tags{
    margin-bottom: 16px;
    display: none;
}

@media (max-width: 767px){
    .filter-tags{
        display: block;
    }

    .filter-menu{
        display: none;
    }
}

.filter-tags .filter-tags__wrap{
    max-width: 100%;
    overflow: auto;
}

.filter-tags .filter-tags__title{
    font-weight: bold;
    margin-bottom: 8px;
    font-size: 16px;
}

.filter-tags .filter-tags__wrap .first-items{
    display: flex;
    list-style: none;
    flex-wrap: nowrap;
}

.filter-tags .first-items li a{
    white-space: nowrap;
    padding: 4px 10px;
    background-color: #ebebeb;
    display: flex;
    color: #858585;
    font-size: 14px;
    margin-right: 10px;
    border-radius: 10px;
    cursor: pointer;
    transition: 0.5s;
}

.filter-tags .first-items li a:hover{
    background-color: #27b243;
    color: #FFFFFF;
}

.descr-seo{
    text-align: center;
}
.item_buttons_price_block .btn--in-price {
    margin: 0 0 20px 0 !important;
    display: inline-block;
}


.form_modal p{
    margin-bottom: 15px;
    margin-top: 15px;
    color: #6F6F6F;
    font-size: 14px;
    line-height: 18px;
}

.contacts-item{
    display: flex;
    flex-direction: column;
    justify-content: end;
    margin-bottom: 15px;
    width: calc(50% - 15px);
}

.contacts-item .value{
    display: flex;
}

.contacts-item span{
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 8px;
    color: #ACACAC;
}

.contacts-item a{
    margin-right: 8px;
    color: #000000;
    transition: 0.5s;
    font-size: 14px;
    line-height: 18px;
    font-weight: 500;
    margin-bottom: 8px;
}

.contacts-item a:hover{
    color: #27b244;
}

.descr-seo{
    text-align: center;

}
.catalog__avail-price {
    white-space: nowrap;
}

.two-column{
    display: flex;
}

.two-column .col:nth-child(1){
    width: 60%;
}

.two-column .col-contacts{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.retail-sales{
    margin-bottom: 15px;
}

#send-price .retail-sales .name,
#send-price .social .name{
    font-size: 14px;
    line-height: 18px;
    font-weight: 300 !important;
    margin-bottom: 8px;
    color: #ACACAC;
}

.send-consultant{
    margin-top: 15px;
    font-weight: 500;
}

@media (max-width: 950px){
    .two-column{
        flex-direction: column;
    }

    .two-column .col:nth-child(1),
    .two-column .col{
        width: 100%;
    }

    .two-column .col:nth-child(2){
        display: flex;
        justify-content: space-between;
    }

    #send-price .two-column .retail-sales{
        margin: unset;
    }
}

@media (max-width: 425px){
    .two-column .col:nth-child(2){
        flex-direction: column;
    }

    #send-price .two-column .retail-sales{
        margin-bottom: 8px;
    }

    .contacts-item{
        width: 50%;
    }
}
.news-block__image {
    object-fit: contain;
    object-position: 0 0;
}


.btmxSM {
	background-color: white !important;
}

#wrapMap > iframe {
	pointer-events: none !important;
}

#wrapMap {
    position: relative;
    cursor: help;
    overflow: hidden;
    border-width: 1px;
    border-style: solid;
    border-color: rgb(204, 204, 204);
    border-image: initial;
}
.mapTitle {
    position: absolute;
    z-index: 1000;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 0px 5px;
    display: none;
    padding: 5px 20px;
    border-radius: 5px;
    background: rgb(255, 255, 255);
    border-width: 1px;
    border-style: solid;
    border-color: rgb(204, 204, 204);
    border-image: initial;

}

.section--about-2{
    display: none;
}

.button-widget--header{
    display: flex;
    flex-direction: column;
}