

/* Start:/local/templates/agro2024/components/custom/catalog.section.list/left_all/style.css?17190672763752*/
.catalog-nav {
    margin: 0 0 50px;
}
.catalog-nav .catalog-nav-header {
    font-weight: 800;
    font-size: 18px;
    color: #666;
    margin: 0 0 5px;
    text-transform: uppercase;
}
.catalog-nav .catalog-nav-content {
    border: 2px solid #f2f2f2;
    border-radius: 5px;
    background: #fff;
}
.catalog-nav .catalog-nav-content ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.catalog-nav .catalog-nav-content > ul > li {
    margin: 0;
}
.catalog-nav .catalog-nav-content > ul > li/*, .catalog-nav .catalog-nav-content > ul > li.opened > ul*/ {
    margin: 0 -1px 0;
    padding: 0 37px 5px;
    list-style: none;
    background: #fff;
    border-right: 1px solid #ededed;
    border-left: 1px solid #ededed;
    display: block;
}
.catalog-nav a:first-letter{
    text-transform: uppercase;
}
.catalog-nav .catalog-nav-content > ul > li/*.opened*/ > ul.rg_leftmenu_2lvl_hide {
    list-style: none;
    display: none;
}
.catalog-nav .catalog-nav-content > ul > li > ul > li {
    margin: 0 0 1px;
}
.catalog-nav .catalog-nav-content > ul > li/* > ul > li*/ > a, .catalog-nav .catalog-nav-content > ul > li > ul > li > a {
    font-size: 16px;
    font-weight: 700;
    color: #333;
    text-decoration: none;
    position: relative;
    display: block;
    padding: 12px 0;
    border-bottom: 1px solid #efefef;
}
.catalog-nav .catalog-nav-content > ul > li/* > ul > li*/ > a:before,
.rg_leftmenu_lvl3 a:before,
.catalog-nav .catalog-nav-content > ul > li > ul > li > a:before {
    position: absolute;
    font-size: 12px;
    right: 100%;
    top: 50%;
    margin: 0 11px 0 0;
    content: "";
    height: 0.4em;
    transform: translate(0,-50%) rotate(-135deg);
    width: 0.4em;
    border-left: 2px solid;
    border-bottom: 2px solid;
}
.catalog-nav .catalog-nav-content > ul > li > ul > li > ul {
    padding-left: 20px;
    font-size: 14px;
    display: none;
}
.catalog-nav .catalog-nav-content > ul > li > ul > li > ul li {
    display: block;
    padding: 3px 0;
}
.catalog-nav .catalog-nav-content > ul > li > ul > li > ul li a {
    position: relative;
    text-decoration: none;
    color: #363636;
    font-weight: 600;
    display: block;
    padding: 2px 0;
}
.catalog-nav .catalog-nav-content > ul > li > ul > li > a:hover {
    color: #55ad4d;
    font-weight: 700;
}
.catalog-nav .catalog-nav-content > ul > li > ul > li.current > a {
    border-bottom: none;
}
li.current > a {
    color: #55ad4d !important;
    font-weight: bold !important;
}
.catalog-nav .catalog-nav-content > ul > li > ul > li.current > ul {
    display: block;
}
.catalog-nav .catalog-nav-content > ul > li > ul > li > ul li {
    display: block;
    padding: 3px 0;
}
.catalog-nav .catalog-nav-content > ul > li > ul > li > ul li a {
    position: relative;
    text-decoration: none;
    color: #363636;
    font-weight: 600;
    display: block;
    padding: 2px 0;
}
.catalog-nav .catalog-nav-content > ul > li > ul > li > ul li a:hover {
    color: #356b30;
    font-weight: bold;
}
.catalog-nav .catalog-nav-content > ul > li > ul > li > ul li:not(.rg_leftmenu_lvl3) a:before {
    content: "•";
    position: absolute;
    font-size: 14px;
    font-family: Arial,"Helvetica Neue",Helvetica,sans-serif;
    right: 100%;
    top: 2px;
    margin: 0 7px 0 0;
    border: none;
    transform: none;
}
li.current > a:hover {
    color: #356b30 !important;
    font-weight: bold !important;
}
.rg_leftmenu_lvl3.current > ul.rg_leftmenu_lvl4 {
    display: block;
}
.rg_leftmenu_lvl3 a:before {
    margin: 0 6px 0 0;
}
.rg_leftmenu_lvl4 {
    display: none;
    padding-left: 20px !important;
}

/* End */


/* Start:/bitrix/components/custom/catalog.smart.filter/templates/joostafer_mobile/style.css?17431524809726*/
.catalog-filter {
    font-family: proxima-nova, sans-serif;
    border-width: 1px;
    border-color: #b7b7b7;
    border-style: solid;
    width: 100%;
    position: relative;
    padding: 1px 3px;
}

.catalog-filter .filter-box-title {
    background-color: rgba(201, 231, 209, 0.5);
    width: 100%;
    height: 50px;
    padding: 17px 10px;
    font-weight: bold;
}

.catalog-filter .filter-box-title .fa {
    float: right;
}

.catalog-filter ul {
    margin-bottom: 15px;
    list-style: none;
    overflow-x: hidden;
    overflow-y: scroll;
    max-height: 174px;
}

.catalog-filter ul li {
    margin: 15px 15px 0 0;
}

.catalog-filter ul li label {
    cursor: pointer;
    font-weight: 100;
}

.catalog-filter ul li label span {
    font-weight: 100;
}

.catalog-filter ul li input {
    display: none;
}

.catalog-filter ul li .over4 {
    float: left;
    margin-right: 10px;
    margin-left: 10px;
    width: 14px;
    height: 14px;
    border: 1px solid #e5e5e5;
    border-radius: 2px;
}

.catalog-filter ul li .over4 i {
    width: 12px;
    height: 12px;
    color: #129b2d;
    display: none;
}

.catalog-filter ul li .over4.click i {
    display: block;
}

.catalog-filter ul li input:checked + label .over4 {
    border: none;
}

.catalog-filter ul li input:checked + label .over4 i {
    display: inline-block
}

.catalog-filter ul::-webkit-scrollbar {
    width: 7px;
    height: 0;
}

.catalog-filter ul::-webkit-scrollbar-button {
    height: 0;
}

.catalog-filter ul::-webkit-scrollbar-track {
    border: 1px solid #999;
}

.catalog-filter ul::-webkit-scrollbar-track-piece {
    background-color: #ffffff;
}

.catalog-filter ul::-webkit-scrollbar-thumb {
    background-color: rgba(201, 231, 209, 0.5);
    border-radius: 3px;
}

.catalog-filter ul::-webkit-scrollbar-corner {
    background-color: #999;
}

.catalog-filter ul::-webkit-resizer {
    background-color: rgba(201, 231, 209, 0.5);
    border: 1px solid #999;
}

.applys {
    margin-top: 15px;
    width: 100%;
    background: #F3F2F2;
    padding: 5px 15px;
    overflow: hidden;
}

.applys .choose-title {
    color: #356b30;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 700;
    line-height: 53px;
    text-align: left;
}

.applys ul {
    list-style: none;
    margin-bottom: 15px;
}

.applys ul li span {
    color: #373737;
    font-size: 16px;
    font-weight: 700;
    line-height: 30px;
    text-align: left;
}

.applys ul li ul li {
    color: #373737;
    font-size: 14px; /* Approximation due to font substitution */
    font-weight: 400;
    line-height: 23px; /* Approximation due to font substitution */
    text-align: left;
    cursor: pointer;
}

.applys ul li ul li i {
    width: 9px;
    height: 9px;
    color: #999;
    margin: 2px;
}

.drop-filters {
    margin-top: 20px;
    float: left;
    border-width: 1px;
    border-color: #b7b7b7;
    border-style: solid;
    background-color: #ffffff;
    opacity: 0.8;
    width: 100%;
    height: 48px;
    font-family: ProximaNova;
    color: #373737;
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    line-height: 48px;
}

.sidebar .mob {
    display: none;
}

#mob-filter {
    display: none;
}

.mob .bt-f {
    display: none;
}

.catalog-filter ul li.disabled a, .catalog-filter ul li.disabled .mob_count {
    text-decoration: line-through;
    color: #bcbcbc;
    pointer-events: none;
}

.catalog-filter ul li.disabled label {
    pointer-events: none;
}

@media (max-width: 907px) {
    .sidebar {
        left: -100%;
        position: fixed !important;
        bottom: 0;
        top: 0;
        z-index: 99999;
        width: 100%;
        background-color: rgba(10, 10, 10, .5);
        padding: 0 !important;
        height: auto !important;
        transition: 500ms;
        display: block !important;
    }

    .sidebar.open {
        left: 0;
    }

    .sidebar .mob {
        display: block;
    }

    .sidebar .top_panel {
        display: flex;
        align-items: center;
        width: 100%;
        height: 55px;
        padding: 5px 15px;
        align-content: center;
        justify-content: space-between;
        border-bottom: 1px solid #e9e9e9;
        font-weight: 400;
        font-size: 20px;
    }

    .sidebar .bottom_panel {
        display: flex;
        width: 320px;
        background-color: #fff;
        min-height: 50px;
        flex-wrap: wrap;
        border-top: 1px solid #fff;
        /*position: fixed;
        bottom: 0;*/
        padding: 5px 20px;
        z-index: 999998;
        position: absolute;
        bottom: 56px;
    }

    .sidebar .filter_block {
        background: #fff;
        width: 320px !important;
        min-height: 100%;
        height: auto;
        position: relative;
    }

    #sfilter-line-container, .catalog-filter ul {
        display: block;
        max-height: 100%;
        overflow-y: scroll;
        position: absolute;
        width: 100%;
    }

    #sfilter-line-container {
        padding-bottom: 70px;
    }

    .catalog-filter ul {
        padding-bottom: 120px;
    }

    div.loader {
        background: url('/bitrix/js/main/core/images/wait.gif') center center no-repeat;
        background-color: rgba(10, 10, 10, .2) !important;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 9999999999;
        width: 320px;
        height: 100%;
        overflow: hidden;
    }

    .mob .bt-f {
        display: block;
    }


    #mob-filter {
        display: block;
    }

    .filter-box .filter-box-popup {
        height: 0;
        transition: 500ms;
        overflow: scroll;
    }

    .filter-box.selected .filter-box-popup, .filter-box.opened .filter-box-popup {
        height: auto;
        transition: 500ms;
    }

    .sidebar .top_panel .top_text, .sidebar .top_panel .top_text_one {
        padding: 10px 10px 10px 10px;
        position: relative;
        cursor: pointer;
        display: block;
        max-width: 60%;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
    }
    .sidebar .top_panel .top_text:before, .sidebar .top_panel .top_text_one:before {
        /*content: '\f053';*/
        /*font-size: 17px;*/
        /*font-family: "font awesome 5 free";*/
        /*position: absolute;*/
        /*top: 12px;*/
        /*left: 3px;*/
    }

    .sidebar .catalog-filter {
        border: none;
    }

    .sidebar .catalog-filter .filter-box-title {
        background-color: unset;
        border-bottom: 1px solid #e9e9e9;
        font-size: 16px;
        font-weight: normal;
    }

    .sidebar .bottom_panel div {
        display: flex;
        align-items: center;
        justify-content: space-around;
        width: 100%;
        margin-top: 5px;
        text-align: center;
    }

    .bottom_panel .button_empty, .bottom_panel .bt-f {
        background-color: #f5f5f5;
        box-shadow: inset 0 0 0 1px #ebebeb;
        color: #3e77aa;
        width: 100%;
        text-align: center;
        padding: 10px 0;
        cursor: pointer;
        border-radius: 5px;
    }

    .bottom_panel .button_aplly, .bottom_panel .button_empty.active {
        background-color: #55ad4d;
        color: #fff;
    }

    .filter-box-popup .bottom_panel {
        justify-content: space-between;
    }

    .bottom_panel .button_back {
        margin-top: unset !important;
        max-width: 50%;
    }

    .sidebar .wrp {
        padding-bottom: 60px;
    }

    .sidebar .filter-box .filter-box-popup {
        position: fixed !important;
        left: -100% !important;
        top: 0;
        z-index: 999999;
        background: #fff;
        width: 320px !important;
        transition: 500ms;
        display: block !important;
        padding: 0 !important;
        height: 100% !important;
        overflow: hidden;
    }

    .sidebar::-webkit-scrollbar {
        width: 0;
    }


    .sidebar .filter-box.opened .filter-box-popup {
        left: 0 !important;
    }

    .sidebar .filter-box .filter-box-popup li {
        height: 55px;
        align-items: center;
        display: flex;
        border-bottom: 1px solid #e9e9e9;
        margin: 0;
    }

    .sidebar .filter-box .filter-box-popup ul li .over4, .sidebar .filter-box .filter-box-popup ul li .over4 i {
        height: 20px;
        width: 20px;
    }

    .sidebar .filter-box .filter-box-popup ul li .over4 i:before {
        font-size: 20px;
    }

    .sidebar .filter-box .filter-box-popup li a {
        color: #000;
    }

    .sidebar .catalog-nav, .sidebar .rate {
        display: none;
    }

    .mob_count .mob {
        display: unset;
    }

    .filter-box-title {
        display: flex;
        justify-content: space-between;
        position: relative;

    }

    .filter-box-title .name {
        width: 75%;
    }

    .filter-box-title .value {
        width: 35%;
        text-overflow: ellipsis;
        overflow: hidden;
        text-align: right;
        position: relative;
        padding-right: 15px;
    }

    .filter-box-title:after {
        font-size: 16px;
        right: 14px;
        top: 50%;
        display: inline-block;
        margin-left: 10px;
        position: absolute;
        content: "";
        height: 0.4em;
        transform: translate(0,-40%) rotate(-135deg);
        width: 0.4em;
        border-left: 2px solid;
        border-bottom: 2px solid;
    }

    .applys {
        display: none;
    }

    .clearAll, .clearGroup {
        padding: 5px 20px;
        border-radius: 10px;
        background-color: red;
        color: #fff;
        font-size: 14px;
    }

    #inside {
        display: none;
    }

    .fixed-filter {
        position: fixed;
        width: 100%;
    }
}


/* End */


/* Start:/local/templates/agro2024/components/bitrix/breadcrumb/top/style.css?16795611532407*/
.breadcrumbs {
    display: block;
    margin: 5px 0 10px;
}
.breadcrumbs > ul > a {
    border: 1px solid #ccc;
    border-radius: 5px;
    color: #55ad4d;
    display: block;
    font-family: "ProximaNovaBold";
    margin-right: 10px;
    min-height: 42px;
    padding: 10px 20px 10px 30px;
    position: relative;
    transition: 500ms;
}

.breadcrumbs ul {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin: 0;
    padding: 0;
}

.breadcrumbs ul li {
    margin-right: 40px;
    position: relative;
}

.breadcrumbs ul li a, .breadcrumbs ul li span {
    color: #000;
    font-family: "ProximaNova";
    font-size: 15px;
    font-weight: 600;
    transition: 500ms;
}

.breadcrumbs ul li:hover:after, .breadcrumbs ul li:hover span:after {
    border-color: #55ad4d;
    color: #55ad4d;
}

.breadcrumbs ul li:last-child {
    font-size: 18px;
}
.home_block {
    align-items: center;
    border: 1px solid #ccc;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    padding: 7px;
    transition: 500ms;
}
.breadcrumbs > ul > li > a:hover .home_block {
    border-color: #55ad4d;
}

.home_img {
    height: 20px;
    width: 22px;
    background: var(---logo) no-repeat;
    background-size: contain;
}

.breadcrumbs ul li:after, .breadcrumbs > ul > a:after {
    display: inline-block;
    margin-left: 10px;
    position: absolute;
    right: -25px;
    top: 50%;
    transition: 500ms;
    font-size: 12px;
    content: "";
    height: 0.4em;
    transform: translate(0,-50%) rotate(-135deg);
    width: 0.4em;
    border-left: 2px solid;
    border-bottom: 2px solid;
}
.breadcrumbs ul li:last-child:after {
    transform: translate(0,-50%) rotate(-45deg);
}
.breadcrumbs>ul>a:after {
    bottom: 17px;
    left: 5px;
    top: auto;
    transform: rotate(45deg);
}
@media (max-width: 1180px) {
    .breadcrumbs {
        margin: 10px auto;
    }

    .breadcrumbs ul li {
        display: inline-block;
    }
}
@media (max-width: 490px) {
    .breadcrumbs > ul {
        display: flex !important;
        flex-wrap: nowrap !important;
        overflow-x: scroll !important;
    }

    .breadcrumbs > ul::-webkit-scrollbar {
        display: none;
    }

    .breadcrumbs > ul span {
        white-space: nowrap;
    }
}
/* End */


/* Start:/local/templates/agro2020/components/custom/catalog/template/include/sort/sort.min.css?16825426981706*/
.catalog-header{---fa-sort:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path d="M0 168v-16c0-13.255 10.745-24 24-24h360V80c0-21.367 25.899-32.042 40.971-16.971l80 80c9.372 9.373 9.372 24.569 0 33.941l-80 80C409.956 271.982 384 261.456 384 240v-48H24c-13.255 0-24-10.745-24-24zm488 152H128v-48c0-21.314-25.862-32.08-40.971-16.971l-80 80c-9.372 9.373-9.372 24.569 0 33.941l80 80C102.057 463.997 128 453.437 128 432v-48h360c13.255 0 24-10.745 24-24v-16c0-13.255-10.745-24-24-24z"/></svg>');display:flex;justify-content:space-between;padding:0 10px;flex-wrap:wrap}.sort ul.sub-new{right:0;left:unset}.sort ul li a{transition:500ms}.sort ul li:hover a{color:#55ad4d!important}.atten{display:block;width:100%;text-align:center;margin-bottom:10px;font-weight:700}i.fa-check-square:before,i.fa-exchange-alt:before,i.fa-filter:before{content:"";background-repeat:no-repeat;background-size:contain;display:inline-block;height:1em;width:1em;vertical-align:middle}.fa-filter:before{background-image:var(---fa-filter)}.fa-exchange-alt:before{background-image:var(---fa-sort)}.fa-check-square:before{---fa-check-square:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><path fill="rgb(18,155,45)" d="M400 480H48c-26.51 0-48-21.49-48-48V80c0-26.51 21.49-48 48-48h352c26.51 0 48 21.49 48 48v352c0 26.51-21.49 48-48 48zm-204.686-98.059l184-184c6.248-6.248 6.248-16.379 0-22.627l-22.627-22.627c-6.248-6.248-16.379-6.249-22.628 0L184 302.745l-70.059-70.059c-6.248-6.248-16.379-6.248-22.628 0l-22.627 22.627c-6.248 6.248-6.248 16.379 0 22.627l104 104c6.249 6.25 16.379 6.25 22.628.001z"/></svg>');background-image:var(---fa-check-square)}
/* End */


/* Start:/local/templates/agro2024/components/custom/catalog.section/j_block/style.css?17154089102*/


/* End */


/* Start:/local/templates/agro2024/components/bitrix/system.pagenavigation/rozetka/style.css?16841368613612*/
.seenext {
    font-weight: 700;
    padding: 15px !important;
    font-size: 30px !important;
    border: 2px solid #ee6f10 !important;
    border-radius: 10px;
    color: black !important;
    transition: all 1s ease;
}

.seenext .fa {
    position: absolute;
    bottom: 25px;
    right: 30px;
    font-size: 100px;
    color: #ee6f10;
}

.seenext:hover {
    color: white !important;
    background: #ee6f10 !important;
}

.seenext:hover .fa {
    color: white !important;
}

.pagination {
    margin: 16px 0;
    width: 100%;
    text-align: center;
    font-size: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.pagination ul {
    display: inline-flex;
    vertical-align: middle;
    margin: 0 17px;
    padding: 0;
    list-style: none;
    width: 50%;
    text-align: center;
}

.item-card .img-wrap, .pagination ul li {
    /* float: left; */
}

.pagination ul li.active-mobile {
    display: block;
    width: 100%;
    text-align: center;
    border-left: none;
}

.pagination ul li.active, .pagination ul li a:hover {
    color: #fff !important;
    background: #f27110;
    box-shadow: inset 0 0 10px 0 rgba(0, 0, 0, .1);
}

.pagination .next, .pagination .prev, .pagination ul li {
    line-height: 40px;
    display: inline-flex;
    text-decoration: none;
    box-sizing: border-box;
    color: black !important;
    font-weight: 700;
    justify-content: center;
}

.pagination ul li a {
    display: block;
    text-align: center;
    cursor: pointer;
    font-weight: 700;
    color: inherit;
    width: 100%;
}

.pagination ul li {
    border-left: 1px solid #d0d0d0;
    width: 13%;
    display: none;
}

.pagination ul li.page_1 {
    border-left: none;
}

.pagination .next, .pagination .prev {
    width: 2em;
    height: 40px;
    padding: .25em;
    background-color: #ee6f10;
    border-radius: 5px;
    margin: 0 5px;
    opacity: 0.8;
}

.pagination span.next, .pagination span.prev {
    background-color: #ccc;
    opacity: 1;
}

.pagination .next:hover, .pagination .prev:hover {
    opacity: 1;
}

.pagination .next svg {
    transform: rotate(180deg);
}

.pagination svg {
    fill: white;
}

.next-ajax {
    width: 100%;
    border-bottom: 1px solid #d0d0d0;
}

.next-ajax-link {
    display: flex;
    margin: 0 auto;
    align-items: center;
    justify-content: center;
}

.next-ajax-icon {
    fill: #ee6f10;
    width: 3em;
    height: 3em;
}

.next-ajax-text {
    padding-left: 20px;
}

.rotate .next-ajax-icon {
    animation: 1.5s linear 0s normal none infinite running rot;
    -webkit-animation: 1.5s linear 0s normal none infinite running rot;
}

@keyframes rot {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@-webkit-keyframes rot {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@media (max-width: 991px) {
    .pagination {
        font-size: 23px !important;
    }
}

.pp.active {
    color: #ee6f10;
}

@media (max-width: 520px) {
    .seenext {
        font-size: 16px !important;
    }

    .next-ajax {
        min-width: 49%;
    }
}

@media (max-width: 480px) {
    .pagination {
        font-size: 16px !important;
    }
}

@media (min-width: 768px) {
    .pagination ul li.active-mobile {
        display: none;
    }

    .pagination ul li {
        display: inline-flex;
        justify-content: center;
    }

    .next.page-end, .prev.page-begin {
        display: none;
    }

    .pagination .next, .pagination .prev {
        width: 3em;
    }

    .pagination ul {
        width: 66%;
    }

}
/* End */


/* Start:/local/templates/agro2024/css/catalog_section_card/item_card.css?175101116827299*/
.video-incart {
    width: 27px;
    height: 27px;
    background-color: rgba(55, 55, 55, .1);
    border-radius: 3px;
    background-image: url(/images/camera.png);
    float: right;
    background-position: -2px;
    transition: 1s all ease;
}

.available-block-outer {
    position: absolute;
    background-image: url(/local/templates/agro2024/img/modal_srylim.png);
    width: 210px;
    height: 76px;
    top: -30px;
    margin-left: -53px;
    z-index: 150;
    background-size: 100%;
}

.available-block-outer > div {
    font-family: tahoma;
    font-size: 13px;
    padding: 9px 5px;
    text-align: center;
    color: white;
}

.available-block-outer .quantity-available {
    font-size: 18px;
    font-weight: bold;
    margin-top: 2px;
}

.video-incart:hover {
    background-position: 30px;
}

.preim-wrap .jinfo {
    margin-top: 20px;
    width: 117px;
    right: 0;
}

#next_link {
    display: none;
}

#wait {
    width: 100%;
    height: 200px;
    background: url(/local/templates/agro2024/img/ajax-loader.gif) no-repeat center;
}

#catalog_section ul {
    transition: all 2s ease;
}

.catalog-item .price-line {
    position: static !important;
    display: block;
    width: 100%;
    margin: 5px 0;
    white-space: nowrap;
    overflow: hidden;
    align-items: baseline;
}

.catalog-item .stat-line {
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 1.3em;
    margin: 0 0 5px;
}

.catalog-item .stickers {
    position: absolute;
    right: 0;
    left: inherit;
    top: 0;
    max-width: 50%;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    padding-top: 10px;
}

.navesnu {
    margin-top: -10px;
}

.shild-img + .navesnu, .stickers div + .navesnu {
    margin-top: 0;
    margin-bottom: 0;
}

.navesnu + .shild-img.navesnu, .navesnu + .navesnu {
    margin-top: 0;
}
.rg-sh + .dpr.navesnu{
    margin-top: 1px;
}

.catalog-item .stickers img {
    padding: 0;
    float: right;
    margin-left: 20px;
    max-width: 70px !important;
}

.stickers .shild-img {
    display: block;
    padding-bottom: 10px;
}

.catalog-item .catalog-item-footer .buy-wrap {
    overflow: visible !important;
    float: none !important;
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin-left: 10px;
    width: 100%;
}

.catalog-item .catalog-item-footer .buy-wrap.not-av {
    margin-left: 0;
}

.no_count {
    color: #666 !important;
}

#bonus_view {
    height: 10px;
    width: 100%;
}

.catalog-item {
    margin-right: 2px;
    box-sizing: border-box;
    font-size: 13px;
    color: #666;
    position: relative;
    border: 1px solid #e9e9e9;
    height: auto !important;
    margin-bottom: 5px;
    list-style: none;
    width: 24.7%;
    padding: 2px;
}

.catalog_section .seenext {
    display: block;
    cursor: pointer;
    padding: 0 !important;
}

.catalog_section .next-ajax {
    color: inherit;
    height: 100%;
    display: block;
    padding: 15px;
}

#wait {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.catalog-item:hover {
    box-shadow: 0 0 15px 2px #d7e3e7;
}

.catalog-item .img-wrap {
    background: var(---logo) no-repeat 50%;
    background-size: 26%;
}

.catalog-item img.lazy[data-original] {
    opacity: 0;
}

.product-info-section {
    border: 0;
    padding: 9px 5px 0;
}

.catalog-item .img-wrap > a {
    display: block;
    /*margin: 3px;*/
}

.catalog-item .img-wrap img {
    width: 100%;
    max-width: 100%;
    max-height: 100%;
    height: auto;
    vertical-align: middle;
    display: inline;
}

.slick-track .img-wrap img {
    width: 100%;
    max-width: 100%;
    height: auto;
    vertical-align: middle;
    display: inline;
    /*max-height: 325px !important;*/
}

@media (max-width: 461px) {
    .slick-track .img-wrap img {
        /*max-height: 267px !important;*/
    }
}

@media (max-width: 381px) {
    .slick-track .img-wrap img {
        /*max-height: 215px !important;*/
    }

    .product-info-section {
        padding: 9px 3px 0;
    }
}

.catalog-item .stickers .shild-img {
    max-width: 100%;
}

.catalog-item .name {
    width: 100%;
    position: relative;
    overflow: hidden;
    height: 32px;
    text-align: left;
}

.catalog-item .name a {
    max-height: 32px;
    overflow: hidden;
    color: #000;
    text-decoration: none;
    font-size: 14px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: initial;
}


.catalog-item .stat-line .id {
    float: none;
    position: absolute;
    top: 9px;
    right: 9px;
    background: #f7f7f7;
    width: 90px;
    height: 35px;
    color: #000;
    text-align: center;
    padding: 0 9px 9px;
    display: none;
    font-size: 14px;
    margin-right: 15px;
    line-height: 35px;
}

.catalog-item .price-line .gr {
    float: right;
    font-size: 10px;
    font-weight: 600;
    color: #000;
    border: 1px solid #ec6e0f;
    border-radius: 10px;
    padding: 1px 5px;
}

.catalog-item .status {
    font-size: 13px;
    float: left;
}

.catalog-item .status.availiable {
    color: #489041;
}

.catalog-item .status.not-availiable {
    color: #e91515;
    position: relative;
    padding-left: 0.8em;
}

.catalog-item .yel_status {
    color: #daa520 !important;
}

.catalog-item .status.availiable:before {
    margin-right: 4px;
    top: -2px;
    background-image: url(/local/templates/agro2024/img/sprite.png);
    display: inline-block;
    position: relative;
    content: "";
    vertical-align: middle;
}

.catalog-item .status.not-availiable:after, .catalog-item .status.not-availiable:before {
    border-radius: 3px;
    content: "";
    display: block;
    height: 0.7em;
    left: 0;
    position: absolute;
    top: 0.3em;
    width: 0.1em;
    z-index: 1;
    background: #e91515;
}

.catalog-item .status.not-availiable:before {
    transform: rotate(-45deg) translate(0.2em, 0.1em);
}

.catalog-item .status.not-availiable:after {
    transform: rotate(45deg) translate(0.1em, -0.2em);
}

.catalog-item .status.availiable:before {
    background-position: -953px -22px;
    width: 12px;
    height: 9px;
}

.catalog-item .yel_status:before {
    background-position: -984px -22px !important;
}

.catalog-item .catalog-item-footer {
    position: relative;
}

.catalog-item .catalog-item-footer .counter {
    float: none !important;
    display: inline-block;
    vertical-align: top;
    width: 100%;
}

.catalog-item .price-line .price {
    font-size: 24px;
    color: #000;
    font-weight: 700;
}

.catalog-item .price-line .price.yellow {
    color: #f27110;
}

.catalog-item .price-line .price small {
    font-weight: 400;
    font-size: 18px;
}


.catalog-item .catalog-item-footer .buy-wrap .buy-btn, .catalog-item .catalog-item-footer .buy-wrap .inform-btn {
    display: inline-block;
    font-size: 14px;
    padding: 13px;
    line-height: 1;
    color: #fff;
    text-decoration: none;
    text-align: center;
    box-sizing: border-box;
}

@media (max-width: 515px) {
    .catalog-item .catalog-item-footer .buy-wrap .inform-btn.ua {
        padding: 9px 5%;
        white-space: normal;
    }
}

.catalog-item .catalog-item-footer .buy-wrap .buy-btn {
    text-transform: uppercase;
    font-weight: 700;
    background-color: #f27110;
    background-image: -webkit-linear-gradient(#f27110, #e86c0f);
    background-image: linear-gradient(#f27110, #e86c0f);
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .1);
    -webkit-transition: box-shadow .2s ease;
    transition: box-shadow .2s ease;
    padding: 13px 0;
    width: 106px;
    display: block;
}

.catalog-item .catalog-item-footer .buy-wrap .inform-btn {
    position: relative;
    font-weight: 500;
    background-color: #2c8aa7;
    background-image: -webkit-linear-gradient(#2c8aa7, #2a84a0);
    background-image: linear-gradient(#2c8aa7, #2a84a0);
    width: 100%;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .1);
    -webkit-transition: box-shadow .2s ease;
    transition: box-shadow .2s ease;
}

.catalog-item .catalog-item-footer .buy-wrap .inform-btn:hover {
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .1), inset 0 0 25px 0 rgba(0, 0, 0, .2);
}

li.catalog-item:hover .catalog-item-hover {
    border: 1px solid #ededed;
    display: block;
    font-size: 12px;
    left: -1px;
    padding: 10px;
    position: absolute;
    top: 100%;
    width: 101%;
    z-index: 20;
    box-shadow: 0 8px 15px 2px #d7e3e7;
    background: #fff;
}

li.catalog-item.rg_hover_orange:hover .catalog-item-hover {
    border: 1px solid #f17620;
}

.catalog-item-hover-info {
    overflow: hidden;
}

.catalog-item-hover .info_stt {
    background: #fff none repeat scroll 0 0;
    box-shadow: 0 -5px 0 10px #fff;
    font-size: 14px;
    margin-bottom: 15px;
    max-height: 16px;
    float: left;
}

.catalog-item-hover .info_stt span.per-item {
    padding-left: 40px;
}

.catalog-item .stickers img {
    padding: 0;
    float: right;
    margin-left: 20px;
}

.catalog-item .yel_status span {
    position: absolute;
    top: 0;
}

.catalog-item .yel_status span:after {
    content: "";
    background-image: url(/local/templates/agro2024/img/sprite.png);
    display: inline-block;
    width: 20px;
    height: 20px;
    cursor: pointer;
    background-position: -164px 78px;
    margin-left: 3px;
}

.catalog-item .catalog-item-footer .buy-wrap .buy-btn:hover {
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .1), inset 0 0 25px 0 rgba(0, 0, 0, .2);
}

li.catalog-item .catalog-item-hover {
    display: none;
}

.buy-wrap.not-av {
    width: 100% !important;
    z-index: 1;
    height: 42px;
}

.catalog-item .price-line .n {
    margin-right: 5px;
}

.catalog-item .price-line .old-price {
    font-size: 14px;
    color: #666;
    text-decoration: line-through;
    margin-right: 5px;
}

.select-box.opened .select-box-popup {
    opacity: 1;
    left: 0;
    margin: 5px 0 0;
    width: 165px;
}

.select-box .select-box-popup ul li a:hover {
    color: #308ea7;
    background: #eef5f6;
}

.catalog-header-options .view {
    cursor: pointer;
}

.catalog-item #bonus_view .bonus_calculate_icon,.right-side-info .bonus_calculate_icon {
    width: 22px;
    float: left;
    height: 30px;
    color: #b2b2b2;
    background: url(/images/coin.png) no-repeat;
    background-size: 100%;
    margin-right: 3px;
}

.catalog-item #bonus_view .bonus_calculate_price {
    color: #666;
    float: left;
    padding-top: 5px;
    font-size: 13px;
}

.bonus_calculate_wrapper {
    float: left;
    cursor: pointer;
}

.modal_you_buy_wrapp {
    width: 470px;
    top: 25%;
    left: 50%;
    margin-left: -235px;
    text-align: center;
    display: flex;
    flex-direction: column;
    z-index: 9010;
    padding: 15px;
    position: fixed;
    background: #fff;
    border-radius: 3px;
}

.modal_you_buy_wrapp .modal_you_buy_close {
    left: 50%;
    top: 27%;
    right: inherit;
    margin-left: 215px;
    position: fixed;
    margin-top: -4px;
    cursor: pointer;
    width: 8px;
    height: 8px;
    background: url(/local/templates/agro2024/img/close.png);
}

.you_buy {
    display: flex;
    flex-direction: column;
    line-height: 70px;
}

.you_buy .modal_buttons_wrapp {
    display: flex;
    align-items: baseline;
}

.you_buy .modal_title {
    width: 100%;
    font-size: 24px;
}

.you_buy .modal_title:before {
    background-position: -865px -22px;
    width: 20px;
    height: 11px;
    margin-right: 4px;
    top: -2px;
    display: inline-block;
    position: relative;
    content: "";
    vertical-align: middle;
}

.you_buy .modal_button {
    width: 50%;
    font-size: 18px;
}

.you_buy .modal_button a {
    text-decoration: none;
    width: 100%;
    margin-top: 20px;
    font-size: 16px;
    font-weight: 900;
    background-color: #f27110;
    background-image: -webkit-linear-gradient(#f27110, #e86c0f);
    background-image: linear-gradient(#f27110, #e86c0f);
    padding: 15px 20px;
    border-radius: 3px;
    box-shadow: 0 1px 0 0 #b3530c;
    transition: box-shadow .1s ease;
    border: 0;
    line-height: 1;
    color: #fff;
    display: inline-block;
    text-align: center;
    text-transform: uppercase;
    cursor: pointer;
}

.you_buy .modal_button a:hover {
    box-shadow: 0 1px 0 0 #b3530c, inset 0 0 12px 1px rgba(50, 50, 50, .7);
}

.you_buy .continue_buy {
    color: #999;
    cursor: pointer;
}

.catalog-item .img-wrap, .img-wrap.cloned {
    margin: 0;
    text-align: center;
    min-height: 300px;
    overflow: hidden;
    position: relative;
    aspect-ratio: .705865;
}

.preim-wrap {
    /* height: 26px;*/
    position: unset;
}

.preim-wrap ul div {
    width: 100%;
}

.shild2020 {
    position: absolute;
    top: 10px;
    left: 0;
    max-width: 40%;
}

.shild2020 span {
    text-transform: uppercase;
    border-radius: 0 5px 5px 0;
    font-size: 11px;
    color: #fff;
    /*font-weight: 700;*/
    display: block;
    padding: 4px 8px;
    width: fit-content;
    font-family: "proximanovabold";
}

.catalog-item .price-line.new {
    text-align: left;
}


.catalog-item.max5 {
    width: 19.8%;
}

@media (max-width: 1320px) {
    .catalog_section > ul {
        /*text-align:center*/
    }
}

@media (max-width: 1250px) {
    .catalog-item {
        width: 33%;
        padding: 2px;
    }

    .catalog-item.max5 {
        width: 24.8%;
    }

    .product-info-section {
        padding: 9px 9px 0;
    }

}

@media (max-width: 1024px) {
    .catalog-item {
        width: 49%;
    }

    .catalog-item.max5 {
        width: 33%;
    }
}

@media (max-width: 910px) {
    .catalog-item, .catalog-item.max5 {
        width: 33%;
        padding: 2px;
    }
}

@media (max-width: 767px) {
    .catalog-item, .catalog-item.max5 {
        width: 49%;
    }
}

@media (max-width: 590px) {
    .catalog-header .selected {
        width: 100%;
        margin-bottom: 20px;
    }

    .catalog-header .catalog-header-options {
        float: left;
    }
}

@media (max-width: 520px) {
    .counter-grid {
        display: block;
        overflow: hidden;
        width: 100%;
        /*margin-bottom: 10px;*/
        margin-bottom: 0;
        min-width: 93px;
    }

    .catalog-item .name {
        height: 35px;
    }

    .catalog-item .name a {
        max-height: 35px;
        color: #000;
        text-align: left;
    }

    .catalog-item .price-line {
        display: flex;
        justify-content: space-between;
    }

    .catalog-item .price-line.new {
        display: block;
    }


    .catalog-item .catalog-item-footer .buy-wrap {
        width: 100%;
    }

    .catalog-item .catalog-item-footer .buy-wrap .buy-btn {
        width: 100%;
        padding: 10px 0;
        border: 1px solid;
    }

    .catalog-item .catalog-item-footer .counter {
        display: unset;
    }

    .catalog-item #bonus_view .bonus_calculate_price {
        padding-top: 7px;
        font-size: 12px;
        font-weight: 700;
        padding-bottom: 10px;
        text-align: center;
        float: none;
    }

    .catalog-item #bonus_view .bonus_calculate_icon {
        display: none;
    }

    #bonus_view {
        height: unset;
    }

    .bonus_calculate_wrapper {
        float: none !important;
        margin: 0 auto;
        text-align: center;
    }

    .catalog-item .img-wrap, .img-wrap.cloned {
        height: auto;
    }

    .catalog-item .stickers img {
        max-width: 49px !important;
    }

    .shild2020 {
        left: 0 !important;
        max-width: 52%;
    }

    .catalog-item .stickers {
        right: 0 !important;
    }

    .shild2020 span {
        padding: 3px 7px 2px;
        font-size: 8px;
    }
}

@media (max-width: 500px) {
    .modal_you_buy_wrapp {
        max-width: 470px;
        width: 90%;
        left: 5%;
        margin-left: 0;
    }

    .modal_you_buy_wrapp .modal_you_buy_close {
        left: 90%;
        margin-left: 0;
    }

    .you_buy .modal_title {
        font-size: 4.5vw;
        line-height: 40px;
    }

    .you_buy .modal_button a {
        font-size: 3.3vw;
    }

    .you_buy .modal_button {
        font-size: 3.7vw;
    }

    .seenext {
        font-size: 20px !important;
    }
}

@media (max-width: 425px) {
    .you_buy .modal_button a {
        padding: 15px 0;
    }
}

.catalog-item .status.availiable.st1320:after, .catalog-item .status.availiable.st9999:after {
    content: '';
    display: inline-block;
    background: url("/images/icon-in-transit.png") no-repeat;
    background-size: contain;
    height: 12px;
    width: 17px;
    margin-left: 4px;
}

@media (max-width: 414px) {
    .you_buy .modal_buttons_wrapp {
        align-items: center;
        flex-direction: column;
    }

    .you_buy .modal_button a {
        margin: 0;
    }

    .you_buy .modal_button {
        max-height: 50px;
    }

    .catalog-item #bonus_view .bonus_calculate_price {
        font-size: 10px;
    }

    .catalog-item .status.availiable.st1320:after, .catalog-item .status.availiable.st9999:after {
        width: 0;
    }
}

@media (max-width: 385px) {
    .catalog-item #bonus_view .bonus_calculate_price {
        font-size: 9px;
    }
}

@media (max-width: 320px) {
    .you_buy .modal_title {
        line-height: 50px;
    }

    .you_buy .modal_button {
        font-size: 4vw;
        width: 60%;
    }

    .you_buy .modal_button a {
        font-size: 4vw;
    }
}

.rating {
    border: 0;
    float: right;
    padding-left: 20px;
}

.section-reviews .reviews-side .title-block:after, .section-reviews:after {
    display: block;
    height: 0;
    content: "";
    clear: both;
}

.popup-rating.rating-row {
    padding: 0;
    margin-bottom: 14px;
    position: relative;
    border-radius: 3px;
}

.catalog-item .rating {
    float: left;
    padding-left: 0;
    padding-top: 4px;
}

.catalog-item .reviews {
    font-size: 14px;
    line-height: 24px;
    float: left;
}

.preim-wrap ul {
    text-align: right;
    list-style: none;
}

.preim-wrap a {
    overflow: hidden;
    width: 100%;
    color: #000;
    text-decoration: none;
}

@media (max-width: 450px) {
    /*.catalog-item .rating-detail{*/
    /*	width:100%;*/
    /*	text-align:center*/
    /*}*/
    /*.preim-wrap ul{*/
    /*	text-align:center*/
    /*}*/
    .preim-wrap ul div {
        width: unset;
    }

    .preim-wrap {
        /*height:40px*/
    }
}

.status.availiable.mob {
    display: none;
}

@media (max-width: 767px) {
    .status.availiable.mob {
        display: block;
    }

    .availiable.not-mob {
        display: none;
    }

    #vitems .status.not-availiable {
        display: block;
    }
}

@media (max-width: 480px) {


    .catalog-item .img-wrap, .img-wrap.cloned {
        min-height: unset;
    }

    .preim-wrap a {
        justify-content: center;
    }
}

.shild2020 span.new {
    background-color: #7ecf03;
}

.shild2020 span.hit {
    background-color: #ffb800;
}

.shild2020 span.eks {
    background-color: #2b2b2b;
}

.shild2020 span.rek {
    background-color: #4f1f92;
}

.shild2020 span.sale {
    background-color: #ff7527;
}

.shild2020 span.free_del {
    background-color: #4ba042;
}

.shild2020 .rg_shild-img {
    max-width: 85px !important;
    margin: 5px 0;
    float: left;
}

.shild2020, .stickers {
    z-index: 19;
}

.seo-text .video-youtube img {
    max-width: 100%;
    height: auto;
}

.catalog-item .quantity-block {
    border-radius: 5px;
    border: 1px solid #e5e5e5;
    font-weight: 800;
    font-size: 16px;
    color: #000;
    display: flex;
    justify-content: space-between;
    max-width: 95px;
    position: relative;
}

.catalog-item .quantity-block .forbonus, .catalog-item .quantity-block input {
    width: 35px;
    height: 38px;
    text-align: center;
    line-height: 38px;
    display: block;
}

.catalog-item .quantity-block .forbonus {
    cursor: pointer;
    user-select: none;
}

.catalog-item .price-line.buy-block {
    display: flex;
}

.catalog-item .status.availiable.st1320:before, .catalog-item .status.availiable.st9999:before {
    content: none;
}


@media (max-width: 430px) {
    .catalog-item .catalog-item-footer .buy-wrap {
        margin: 0;
    }

    .catalog-item .quantity-block {
        width: 100%;
        max-width: 100%;
        margin-bottom: 10px;
    }

    .catalog-item .catalog-item-footer .buy-wrap .buy-btn {
        padding: 15px 0;
    }

    .catalog-item .quantity-block input {
        width: 50%;
    }

    .catalog-item .quantity-block .forbonus, .catalog-item .quantity-block input {
        height: 30px;
        line-height: 30px;
    }

    .catalog-item .price-line.buy-block {
        flex-wrap: wrap;
    }

    .catalog-item .price-line .old-price {
        font-size: 13px;
    }

    .catalog-item .price-line .price {
        font-size: 19px;
    }

    .catalog-item .price-line .price small {
        font-size: 13px;
    }

    .catalog-item .price-line .n {
        margin-right: 3px;
        font-size: 11px;
    }

    .catalog-item .status {
        font-size: 12px;
    }

    .catalog-item .status.st1411,
    .catalog-item .status.st1320 {
        font-size: 11px;
    }

    .catalog-item .status.availiable.st1320:after {
        height: 9px;
    }
}

.catalog-item .oldprice {
    vertical-align: top;
    font-size: 0.7em;
    color: #bcbcbc !important;
    text-decoration: line-through;
    text-decoration-thickness: 0.2em;
}

.offers_tz {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    justify-content: center;
    display: none;
    z-index: 1;
}

/*.offers_tz.scroll{
    justify-content: flex-start;
    overflow-x: scroll;
}*/
.catalog-item:hover .offers_tz {
    display: flex;
}

.offers_tz .offer_tz {
    margin-right: 3px;
}

.offers_tz .offer_tz > a, .offers_tz .offer_tz span {
    display: block;
    padding: 10px 0;
    text-align: center;
    border: 1px solid #e5e5e5;
    background: #fff;
    width: 60px;
}

.offers_tz .offer_tz > a:hover, .offers_tz .offer_tz > span {
    border-color: #ec6e0f;
}

.offers_tz .offer_tz a, .offers_tz .offer_tz span {
    color: #000;
    font-size: 16px;
}

@media (max-width: 500px) {
    .offers_tz {
        display: flex;
    }

    .offers_tz .offer_tz > a, .offers_tz .offer_tz span {
        padding: 10px 2px;
        width: unset;
        min-width: 40px;
    }
}

.price_shild {
    overflow: hidden;
    border-radius: 5px 0 0 5px;
    background: #f27110;
    color: #fff;
    font-size: 12px;
    font-family: ProximaNovaBold;
    padding: 2px 5px;
    width: fit-content;
}

.catalog-bnr {
    padding: 1px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.catalog-bnr img {
    width: 100%;
    height: auto;
}
.player-header {
    text-align: center;
    padding-bottom: 21px;
    font-size: 16px;
    font-weight: 700;
    color: #333;
}
.srok {
    display: flex;
    flex-direction: column;
    background: #fff;
    color: #000;
    border-radius: 5px 0 0 5px;
    overflow: hidden;
    width: 80px;
    margin-top: 5px;
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
}

.srok .top {
    display: block;
    padding: 2px;
}

.srok .bottom {
    background-color: #f27110;
    color: #fff;
}

.ua_shild {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    font-weight: 700;
    font-size: 11px;
}

.ua_shild .top {
    background: #005bbb;
    color: #fff;
    padding: 4px 8px;
    width: 100%;
    border-radius: 5px 0 0 5px;
}

.ua_shild .bottom {
    background: #ffd500;
    color: #000;
    padding: 4px 8px;
    border-radius: 5px 0 0 5px;
}

.catalog-item .rg-sh {
    width: 100%;
    border-radius: 5px 0 0 5px;
    font-family: proximanovabold;
    text-transform: uppercase;
    font-size: 8px;
    /*letter-spacing: 0.4px;*/
    padding: 3px 7px 2px;
}

.rg-sh.rg-black {
    background-color: black;
    color: #fff;
}

@media (min-width: 520px) {
    .catalog-item .rg-sh {
        font-size: 11px;
        padding: 4px 5px;
    }
}

.catalog-item .img-wrap .country-img {
    position: absolute;
    bottom: 10px;
    left: 10px;
    max-width: 15%;
    display: block;
}
.catalog-item .img-wrap .country-img img{
    max-width: initial;
    max-height: initial;
    height: auto;
    display: block;
}
.country-img{
    border: 1px solid #bcbcbc;
}
.catalog-item .img-wrap .country-img.ua-text,.country-img.ua-text {
    max-width: initial;
    width: auto;
    bottom: 3px;
    font-weight: 600;
    left: auto;
    right: 3px;
    font-size: 12px;
    user-select: none;
}

.ua-text .top {
    text-transform: uppercase;
    display: block;
    padding: 4px;
    color: white;
    background-color: #0057B8;
}
.ua-text .bottom {
    font-size: 1.25em;
    background-color: #FFD700;
    color: black;
    padding: 2px;
    display: block;
}
.catalog-item .ua-text{
    font-size: 11px;
}
.open .ua-text{
    font-size: 21px;
}
@media (min-width: 992px){
    .open .ua-text{
        font-size: 15px;
    }
}
@media (min-width: 1080px){
    .open .ua-text{
        font-size: 20px;
    }
}
@media (min-width: 1280px){
    .open .ua-text{
        font-size: 19px;
        right: 23px;
    }
    .product-item-container .country-img {
        left: auto!important;
    }
}
.ofprice {
    display: flex;
    flex-direction: column;
    background: #fff;
    color: #000;
    border-radius: 5px 0 0 5px;
    overflow: hidden;
    width: 62px;
    margin-top: 5px;
    font-weight: 600;
    font-size: 11px;
}

.ofprice .top {
    text-transform: uppercase;
    display: block;
    padding: 2px;
}

.ofprice .bottom {
    background-color: #f27110;
    color: #fff;
    padding: 3px 0;
    font-size: 20px;
    width: 100%;
    display: block;
}

.ofprice .bottom .num {
    /*padding-right: 2px;*/
}

.quantity-block input[type='number'] {
    -moz-appearance: textfield;
    appearance: textfield;
}

.quantity-block input[type='number']::-webkit-inner-spin-button {
    margin: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
}

#bonus_lux {
    position: absolute;
    left: 0;
    z-index: 5555;
    padding: 10px 15px;
    border: 1px solid #1eae43;
    border-radius: 5px;
    background-color: #fff;
    max-width: 100%;
    white-space: normal;
}
.video-player{
    position: relative;
}
.player{
    width: 100% ;
    height: auto ;
}

.sound-button {
    position: absolute;
    z-index: 2;
    top: 16px;
    right: 16px;
    display: block;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    transition: all .2s ease-in-out;
    background: #fff url("/local/templates/agro2024/img/sound-unmute.svg") no-repeat center center/16px 16px;
    cursor: pointer;
}
.sound-button.muted{
    background: #fff url("/local/templates/agro2024/img/sound-mute.svg") no-repeat center center/16px 16px;
 }

span.calc {
    display: flex;
    align-items: center;
    color: #bcbcbc;
    
}

.right-side-info span.calc {
    justify-content: center;
    padding-bottom: 4px;
}

span.calc img {
    width: 17px;
    margin-right: 4px;
}

span.calc small {
    margin-left: 4px;
}

@media (min-width: 691px) {
    .right-side-info span.calc {
        justify-content: start;
        padding-bottom: 0;
    }
}

/* End */


/* Start:/local/templates/agro2024/css/home.css?17403857612445*/
.el-h2{
    margin: 10px auto;
    text-align: left;
    font-weight: 800;
    font-size: 18px;
}
.section-order{
    display: flex;
    justify-content: space-around;
    align-items: center;
}
.section-order .order-box{
    text-align: center;
    display: flex;
    align-items: stretch;
    justify-content: center;
    flex-wrap: wrap;
    color: #666;
    max-width: 300px;
}
.section-order .order-box .text{
    width: 100%;
}
.section-order img{
    max-width: 80px;
    padding-bottom: 10px;
}
.j-banner img{
    max-width: 100%;
    height: auto;
}
@media (max-width: 900px){
    .section-order{
        flex-wrap: wrap;
    }
    .section-order a{
        margin-bottom: 20px;
        display: flex;
        width: 50%;
        justify-content: center;
    }
}
@media (max-width: 600px) {
    .section-order a{
        width: 100%;
    }
}
.slick-arrow{
    z-index: 1044 !important;
}
.s-section .s-slider .slick-arrow{
    z-index: 1!important;
}
.ajax{
    display: flex;
    justify-content: center;
    min-height: 400px;
    align-items: center;
}

.magazin {
    background-color: #f6f6f6;
    padding: 45px 40px;
    border: 1px solid #e5e5e5;
    border-radius: 5px;
    margin-bottom: 30px;
}
.magazin .flex-items {
    display: flex;
    text-align: center;
    justify-content: space-around;
    flex-wrap: wrap;
}

.magazin .flex-items .img {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background-color: #fff;
    margin: 0 auto 25px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.magazin .flex-items .text {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
}

.magazin .flex-items b {
    font-size: 16px;
}

.magazin .flex-items .text a {
    color: #55ad4d;
    text-decoration: underline;
}
@media (max-width: 470px) {
    .magazin .item{
        width: 50%;
        margin-bottom: 20px;
    }
}
.mainPageLogo {
    display: none;
}

@media (max-width: 600px) {
    .mainPageLogo img{
        max-width: 100%;
        height: auto;
    }
    .mainPageLogo {
        margin: 10px 0;
        text-align: center;
        border: 1px solid #e7e7e7;
        display: flex;
        justify-content: center;
        padding: 5px 10px;

    }
    .mainPageLogo .l{
        width: fit-content;
        position: relative;
    }
}

/* End */


/* Start:/local/templates/agro2024/include/tools/shilds.css?17490736943265*/
.dpr {
    position: relative;
    color: #fff;
}
.dpr .percent {
    right: 12px;
    position: absolute;
    font-size: 21px;
    font-weight: bold;
    top: 50%;
    transform: translate( 0,-50%);
    font-family: "ProximaNovaBold";
}
.dpr.sto .percent{
    font-size: 18px;
}
.top-cart .dpr .top,.top-cart .dpr .bottom {
    transform: translate(56%, 0);
    font-size: 16px;
}
.top-cart .dpr .percent {
    right: 50%;
    font-size: 28px;
    top: 50%;
    transform: translate(50%,-50%);
}
.dpr .percent:before {
    position: absolute;
    content: "-";
    top: -3px;
    right: 100%;
}
.dpr .percent:after {
    position: absolute;
    content: "%";
    top: -5px;
    font-size: 0.6em;
}
.dpr .top,.dpr .bottom{
    position: absolute;
    right: 50%;
    transform: translate(80%, 0);
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.5px;
}

.dpr .top {
    top: 14%;
}

.dpr .bottom {
    top: 43%;
}

.kartal-sticker {
    border-radius: 5px 0 0 5px;
    text-align: center;
    display: flex;
    flex-direction: column;
    background: #fff;
    color: #000;
    overflow: hidden;
    width: 6.6em;
    font-size: 8px;
    font-weight: 600;
    text-transform: uppercase;
}

.kartal-sticker .top {}

.kartal-sticker .bottom {
    color: #fff;
    background-color:#00765f ;
    text-transform: lowercase;
}

.ofprice + img.navesnu, .rg-sh + img.navesnu {
    margin-top: 0 !important;
}

.dpr.fb000e .top, .dpr.fb000e .bottom, .dpr.fb000e .percent {
    color: #fb000e;
}

.xdebug-var-dump {
    clear: both;
}

.dpr.ffe900 .top, .dpr.ffe900 .bottom, .dpr.ffe900 .percent {
    color: #ffe900;
}
.exclusive-img {
    width: 35px;
    border: 1px solid white;
    margin: 1px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.photo-gal .exclusive-img{
    margin-left: 16px;
}
.exclusive {
    position: absolute;
    bottom: 10px;
    left: 0;
    display: flex;
    background: rgb(0, 51, 153);
    color: white;
    align-items: center;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}
.exclusive-text{
    font-weight: bold;
    text-align: left;
    font-size: 0.8em;
    line-height: 1;
    letter-spacing: 1px;
    padding: 2px 5px 0 2px;
    text-transform: uppercase;
}
.photo-gal .exclusive-text{
    padding: 4px 7px;
}

.left-cart .exclusive-img img {
    width: 100%;
    position: static;
}
.left-cart .exclusive-img{
    width: 28px;
}

.left-cart .exclusive-text {
    font-size: 10px;
}

.catalog-item .stickers .max-width, .shild_wrap .max-width {
    max-width: 70px !important;
}
@media (min-width: 520px) {
    .dpr .percent {
        font-size: 30px;
        right: 17px;
    }
    .dpr.sto .percent{
        font-size: 27px;
        right: 13px;
    }
    .photo-gal .dpr.sto .percent{
        right: 37px;
    }
    .dpr .percent:before {
        left: -10px;
    }

    .dpr .percent:after {
        top: -10px;
        font-size: 0.6em;
    }
    
    .dpr .top, .dpr .bottom {
        transform: translate(75%, 0);
        font-size: 15px;
        
    }
    
    .dpr .bottom {
        top: 45%;
    }
    .kartal-sticker{
    font-size: 10px;
}
    .catalog-item .stickers .max-width, .shild_wrap .max-width {
        max-width: 90px !important;
    }
}

/* End */


/* Start:/bitrix/components/diamon/catalog.subscrible/templates/.default/style.css?1715157979451*/
.new-subscrible{
    display: block;
    width: 100%;
    padding: 13px 3px;
    text-align: center;
    background-image: linear-gradient(#2c8aa7,#2a84a0);
    font-weight: 500;
    color: #fff;
    font-size: 14px;
    cursor: pointer;
}
.new-subscrible:hover {
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0,0.1), inset 0 0 25px 0 rgba(0, 0, 0,0.2);
}
@media (max-width: 400px) {
    .new-subscrible {
        font-size: 10px;
    }
}

/* End */


/* Start:/bitrix/components/joostafer/banner.top/templates/mainCatalog/style.css?1582210281141*/
.j-bannerMC{
    background-size: 100% 100%;
    position: relative;
    text-align: center;
}
.j-bannerMC img{
    max-width: 100%;
}
/* End */


/* Start:/local/templates/agro2024/components/joostafer/universal.comments/new-shop/style.css?16787863963856*/
.jo-comments .comts li {
    list-style: none;
    padding: 30px 0;
    border-top: 1px solid #e5e5e5;
}
.jo-comments .comts .flex {
    display: flex;
}
.jo-comments .head-com {
    color: #55ad4d;
    font-size: 14px;
    font-weight: 600;
}
.jo-comments .head-com .date {
    float: right;
}
.jo-comments .text-com {
    font-size: 14px;
    color: #171717;
}
.jo-comments .status-com {
    overflow: hidden;
    margin: 8px 0 12px;
}
.comment {
    padding: 25px 40px;
}

.avatar {
    min-width: 60px;
    height: 60px;
    border-radius: 50%;
    text-align: center;
    background-color: #55ad4d;
    line-height: 60px;
    margin-right: 20px;
    overflow: hidden;
    text-transform: uppercase;
}
.avatar img {
    width: 60px;
    border-radius: 50%;
}
.avatar .ava {
    font-size: 40px;
    font-weight: 600;
    color: #fff;
}
.body-com {
    width: 100%;
}

.status-com .div {
    margin-top: 16px;
    font-size: 16px;
    color: #171717;
}
.status-com .div span.rate-count, .rating-svg span.rate-count {
    color: #bcbcbc;
}
.rating-svg {
    margin-bottom: 25px;
    font-size: 14px;
    display: flex;
    align-items: baseline;
}
.rating-svg .rating-grey {
    margin-right: 15px;
}
.rating-svg span.count {
    color: #55ad4d;
    text-decoration: underline;
    margin-right: 5px;
}
.jpager {
    width: 100%;
    overflow: hidden;
    text-align: center;
}

.jpager ul {
    list-style: none;
    padding: 10px;
    display: inline-block;
}

.jpager ul li {
    cursor: pointer;
    float: left;
    margin: 5px;
    width: 48px;
    border: 1px solid #d0d0d0;
    border-radius: 2px;
    font-size: 16px;
    color: #333;
    font-weight: 700;
    background: #fff;
    line-height: 43px;
    text-decoration: none;
    box-sizing: border-box;
}

.jpager ul li:hover {
    border-color: #ff9431;
    color: #ff9431;
}

.jpager ul li.active {
    cursor: default;
    background: #f2f2f2;
    color: #666;
    box-shadow: inset 0 0 10px 0 rgba(0, 0, 0, .1);
}
.new-comment {
    font-size: 14px;
    float: right;
    padding: 10px 15px;
    color: #fff;
    cursor: pointer;
    background: #55ad4d;
    font-weight: 400;
    display: flex;
    align-items: center;
}

.new-comment .svg {
    padding: 0.55em;
    background-image: var(---review-paste);
    background-size: contain;
    margin-right: 10px;
}
.all_comments {
    display: block;
    text-align: center;
    margin-bottom: 50px;
}
.all_comments a {
    color: #fff;
    font-size: 14px;
    padding: 10px 15px;
    cursor: pointer;
    background: #55ad4d;
    font-weight: 400;
    align-items: center;
}
.all_comments a:hover {
    color: #fff;
}
.body-com img {
    max-width: 125px;
    max-height: 125px;
    border: 1px solid #e5e5e5;
}
.section-reviews .title {
    font-size: 26px;
    color: #000;
    font-weight: 600;
    margin-bottom: 35px;
}
.answers {
    padding-left: 80px;
    margin-top: 10px;
}
#modal.fixed-center {
    left: 50% !important;
    top: 50% !important;
    position: fixed !important;
    transform: translate(-50%, -50%);
}
@media (max-width: 600px) {
    .section-reviews .title, .section-reviews .lcom > .status-com {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        text-align: center;
    }

    .section-reviews .new-comment {
        margin-top: 15px;
    }

    .jo-comments .flex {
        position: relative;
    }

    .jo-comments .avatar {
        position: absolute;
        top: 0;
        left: 0;
    }

    .jo-comments .head-com {
        padding-left: 85px;
    }

    .jo-comments .body-com .status-com {
        padding-left: 85px;
        padding-bottom: 8px;
    }
}

/* End */
/* /local/templates/agro2024/components/custom/catalog.section.list/left_all/style.css?17190672763752 */
/* /bitrix/components/custom/catalog.smart.filter/templates/joostafer_mobile/style.css?17431524809726 */
/* /local/templates/agro2024/components/bitrix/breadcrumb/top/style.css?16795611532407 */
/* /local/templates/agro2020/components/custom/catalog/template/include/sort/sort.min.css?16825426981706 */
/* /local/templates/agro2024/components/custom/catalog.section/j_block/style.css?17154089102 */
/* /local/templates/agro2024/components/bitrix/system.pagenavigation/rozetka/style.css?16841368613612 */
/* /local/templates/agro2024/css/catalog_section_card/item_card.css?175101116827299 */
/* /local/templates/agro2024/css/home.css?17403857612445 */
/* /local/templates/agro2024/include/tools/shilds.css?17490736943265 */
/* /bitrix/components/diamon/catalog.subscrible/templates/.default/style.css?1715157979451 */
/* /bitrix/components/joostafer/banner.top/templates/mainCatalog/style.css?1582210281141 */
/* /local/templates/agro2024/components/joostafer/universal.comments/new-shop/style.css?16787863963856 */
