.catalog_detail .tabs_section ul.tabs_content > li {
    display: none;
}

.catalog_detail .tabs_section ul.tabs_content > li.current {
    display: block;
}

@media screen and (max-width: 768px) {
    .hidden-xs {
        display: none !important;
    }
    #ask_block_content:before {
    content: '';
    width: 1300px;
    left: -300px;
    height: 150px;
    position: absolute;
    background: #65bc91;
    z-index: 0;
}
}
@media (min-width: 768px) {
    .visible-xs {
        display: none !important;
    }
}

#ask_block_content .agronom_wrap {
    background-image: url(/bitrix/templates/aspro_optimus/images/agronom2.png);
    width: 380px;
    height: auto;
    background-size: cover;
    box-sizing: border-box;
    margin: auto;
    min-height: 150px;
    position: relative;
}
#ask_block_content .agronom_inner {
    width: 65%;
    left: 35%;
    position: relative;
    box-sizing: border-box;
    padding-top: 25px;
}
#ask_block_content .agronom_text, #ask_block_content .agronom_social {max-width: 190px;}
@media (max-width: 400px){
    #ask_block_content .agronom_wrap {
        width: calc(100% + 30px);
        margin: 0px -15px;
        padding: 0;
        background-size: cover;
    }
    body .bx_filter_vertical input[type="checkbox"] + label.sku, body .buy_block .sku_props .bx_item_detail_size ul li {
        padding: 0px 30px;
    }
    body .bx_filter .sku .bx_filter_input_checkbox .bx_filter_param_text, body .buy_block .sku_props .bx_item_detail_size ul li span {
        font-size: 14px;
    }
}




.price_block--suls {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    flex-wrap: wrap;
}
.price_block--suls-button-container {
    width: 118px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.price_block--suls-button-container button {
    width: 28px;
    height: 25px;
    background: transparent;
    border: none;
    padding: 0;
    cursor: pointer;
    top: 7px;
    position: relative;
}

.price_block--suls-button-container button:hover path,
.price_block--suls-button-container button:hover line {
    fill: #00954A;
}

.catalog_detail .tabs_section .tabs-head.tabs__list--suls li {
    width: 258px;
    text-align: center;
    vertical-align: middle;
    position: relative;
    background: rgba(0, 159, 79, 0.75);
    border: 2px solid #ffffff;
    padding: 12px 0;
    margin: 0 0 10px 0;
    box-sizing: border-box;
}
.catalog_detail .tabs_section .tabs-head.tabs__list--suls li#product_reviews_tab {
    white-space: nowrap;
}
.catalog_detail .tabs_section .tabs-head.tabs__list--suls li:hover {
    background: #008040;
}
.catalog_detail .tabs_section .tabs-head.tabs__list--suls li.current {
    /*width: 258px;*/
    background: #008040;
    border: 2px solid #ffffff;
}
.catalog_detail .tabs_section .tabs-head.tabs__list--suls li.current span,
.catalog_detail .tabs_section .tabs-head.tabs__list--suls li span {
    text-align: center;
    position: relative;
    color: #ffffff;
    font-size: 16px;
}
/*.catalog_detail .tabs_section .tabs-head.tabs__list--suls li span:last-child::before {
    content: '';
    width: 7px;
    height: 13px;
    position: absolute;
    top: 15%;
    right: -20px;
    background: url('https://gendalf.ru/upload/medialibrary/6ff/arrow_right.png') no-repeat 0 0 / 7px 13px;
}*/
.catalog_detail .tabs_section .tabs-head.tabs__list--suls li.current span::before {
    width: 13px;
    height: 7px;
    top: 40%;
    background: url('https://gendalf.ru/upload/medialibrary/d21/arrow_down.png') no-repeat 0 0 / 13px 7px;
}
.catalog_detail .tabs_section .tabs-head.tabs__list--suls li span.count.empty::before {
    display: none;
}

.offer_buy_block_like {
        border: 0;
        background: unset;
        margin-right: 10px;
        margin-left: 10px;
        top: 10px;
        position: relative;
        cursor: pointer;
    }

@media (max-width: 768px){
    .catalog_detail .tabs_section .tabs-head {display: flex;}
    .catalog_detail .tabs_section .tabs-head.tabs__list--suls li {border: 1px solid #383838;padding: 10px 5px;background: #fff;border-radius: 0;width: auto;flex-grow: 1;}
    .catalog_detail .tabs_section .tabs-head.tabs__list--suls li.current {    background: rgba(0, 159, 79, 0.75);border: 1px solid #383838;}
    .catalog_detail .tabs_section .tabs-head.tabs__list--suls li:not(:last-child), .catalog_detail .tabs_section .tabs-head.tabs__list--suls li.current:not(:last-child) {border-right: 0}
    .catalog_detail .tabs_section .tabs-head.tabs__list--suls li span {color: #383838}
    .catalog_detail .tabs_section .tabs-head.tabs__list--suls li.current span { color:#fff }
    .catalog_detail .buy_block .offer_buy_block > div.offer_buy_block_share button {
        border: 0;
        background: unset;
        margin-right: 10px;
        margin-left: 10px;
        top: 10px;
        position: relative;
    }
    .popup.jqmID5 {
        margin-right: 35px;
    }
    body h1#pagetitle {text-align: left;}
    .catalog_detail .tabs_section .tabs-head.tabs__list--suls li:hover {
        background: rgba(0, 159, 79, 0.75);   /* width: 258px;*/
    }
    .catalog_detail .tabs_section .tabs-head.tabs__list--suls li:hover span {
        color: #fff;
    }
    .wraps > .wrapper_inner {
        overflow: hidden;
    }
}

@media (min-width: 768px){
    .catalog_detail .buy_block .offer_buy_block > div.offer_buy_block_share {display: none;}
}