

/* Start:/local/templates/agro2024/css/catalog_section_card/item_card.css?177304582127386*/
.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, .shild_wrap div + .navesnu{
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

.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: 520px) {
    .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: 0;
    margin-bottom: 0;
    border: none;
    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?17766704921062*/
.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}.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/css/catalog_section_card/slider.css?17073006551005*/
.catalog_section ul{
	flex-wrap:nowrap !important;
	flex-direction:row;
	overflow:hidden;
}

.catalog_section .slick-arrow{
	position:absolute;
	z-index:9995;
	top:50%;
	font-size:25px;
	cursor:pointer;
	margin-top:-20px;
	border:2px solid #55ad4d;
	border-radius:50%;
	width:35px;
	height:35px;
	line-height:30px;
	text-align:center;
	color:#55ad4d;
	background:#fff;
}
.catalog-item{
	min-width:240px;
}
.catalog_section .slick-list{
	padding-bottom:10px;
}
.catalog_section .slick-track{
	display:flex;
	min-width:fit-content;
}
.catalog_section .rg_modal_next_arrow{
	right:0;
}

.catalog_section.rg_modal_preview_arrow{
	left:0;
}

.slick-track a img{
	position:unset !important;
	transform:unset !important;
}

/*.slick-track img.lazy:hover{*/
/*	transform:scale(1.5) !important;*/
/*}*/

.slick-disabled{
	opacity:0;
}

.catalog_section ul{
	padding-left:0 !important;
}
@media (max-width:500px){
	.catalog-item{
		min-width:unset;
	}
}

/* End */


/* Start:/local/components/joostafer/basket.notifer/templates/.default/style.css?17171414531936*/
.jbasket-conteiner{width:100%;margin-top: 15px; padding: 10px; border: 1px solid #e7e7e7;display: block;}
.jbasket-wrap{width:100%; height:60px;display: inline-block; overflow: hidden;}
.jbasket-title{width:20%;float: left; overflow: hidden; padding-left: 10px;}
.jbasket-title h3{font-size: 19px;font-weight: 500; margin-bottom: 10px;}
.jbasket-title>span{color: #909090;font-size:16px;}
.basfull ul{list-style:none;width:60%;float: left; overflow: hidden;}
.basfull ul li{float: left; margin-left: 15px;}
.jbasket-btns{width:20%;float: left; overflow: hidden;}
.jbasket-btns span{ width: 100%; float: left;  background: #55ad4d; transition: all 1s ease;border-radius: 5px;color: #fff;cursor: pointer;padding: 10px 15px;
    position: relative;text-align: center;transition: 500ms;white-space: nowrap;margin-top: 9px;}
.jbasket-btns span:hover{background: #f27110;}


.basempty ul{list-style:none;width:100%;float: left; overflow: hidden;height: 50px;text-align: center;}
.basempty ul li{float: left; margin-left: 5px; padding: 5px 15px; border: solid 1px #55ad4d; border-radius: 3px; margin-top: 7px;margin-bottom: 8px;}
.basempty ul li a{font-family: ProximaNova;font-weight: 600;font-size: 16px;color: #373737;transition: 500ms;display: block;width: 100%;}
.basempty ul li:hover{background-color: #f27110;border: 1px solid #f27110 !important;border-bottom: 1px solid #f27110 !important;border-top: 1px solid #f27110 !important;}
.basempty ul li:hover a{color:white;}
@media (max-width:1024px){
    .jbasket-wrap{height: 180px;}
    .jbasket-wrap ul,.jbasket-title,.jbasket-btns{width: 100%; height: 60px;}
    .basempty ul{height: 140px;}
}


@media (max-width:425px){
    .basempty ul{width: 100%; height: 160px;}
    .basempty ul li{width:49%; padding: 5px 1px;margin-left: 1%;float: left;margin-top: 2px;}
    .basempty ul li:nth-child(2n){float: right;}
    .basempty ul li a{font-size: 3.6vw;}
}

/* End */


/* Start:/local/templates/agro2024/components/joostafer/banner.top/dima/style.css?1675670391720*/
/*.top-info {*/
/*    text-align: CENTER;*/
/*    max-height: 30px;*/
/*    padding: 0;*/
/*    overflow: hidden;*/
/*    margin-bottom: 5px;*/
/*}*/
/*.top-info img {*/
/*    max-width: 100%;*/
/*    display: flex;*/
/*    margin: 0 auto;*/
/*}*/
/*.top-content-info {*/
/*    max-width: 1325px;*/
/*    margin: 0 auto;*/
/*    text-align: center;*/
/*}*/
/*.top-content-info a{*/
/*    display: inline-block;*/
/*}*/
/*.top-content-info a:first-child{*/
/*    margin-right: 6px;*/
/*}*/
/*@media (max-width: 500px) {*/
/*    .top-info{*/
/*        max-height: 50px;*/
/*        overflow: unset;*/
/*    }*/
/*    .top-info .top-content-info{*/
/*        margin: -5px;*/
/*    }*/
/*}*/

/* End */


/* Start:/local/templates/agro2024/components/bitrix/news.list/jmlist_new_avif/style.css?17550670283794*/
.end_action {
    position: absolute;
    top: 90px;
    text-align: center;
    left: 12%;
    color: white;
    font-size: 32px;
    font-weight: 600;
    z-index: 1;
}
.offers-list .slick-track{
    display: flex;
    flex-wrap: nowrap;
}
.offers-list .slick-track li {
    min-width: unset;
}
.offer-list-item .act_over:after {
    background: rgba(0, 0, 0, 0.3);
    content: "";
    position: absolute;
    opacity: 1;
}
.gray-btn-wrapper {
    padding-top: 10px;
    text-align: center;
}
.offers-list ul {
    margin: 0 0 0 -10px;
    padding: 0;
    list-style: none;
    font-size: 0;
    display: block;
    overflow: hidden;
}
.offer-list-item {
    cursor: pointer;
    min-width: 312px;
    display: inline-block;
    vertical-align: top;
    font-size: 16px;
    position: relative;
    margin: 0 0 10px 5px;
    padding: 2px;
     border: 1px solid transparent;
}
.offer-list-item:hover {
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}
.offer-list-item .img-wrap {
    margin: 0 0 20px;
    position: relative;
    font-size: 0;
}
.offer-list-item .time {
    font-size: 15px;
    color: #000;
    font-weight: bold;
    line-height: 1;
    margin: 0 0 5px;
}
.offer-list-item .name {
    font-size: 20px;
    margin: 0 0 10px;
    font-weight: 800;
    max-width: 312px;
}
.offer-list-item .description {
    margin: 0 0 15px;
    color: #000;
}
/*.offer-list-item .img-wrap:before, .offer-promo:before {*/
/*    content: "";*/
/*    left: 5px;*/
/*    right: 5px;*/
/*    bottom: 5px;*/
/*    top: 5px;*/
/*}*/
/*.offer-list-item .img-wrap:before {*/
/*    position: absolute;*/
/*    border: 1px solid rgba(255, 255, 255, .4);*/
/*    pointer-events: none;*/
/*}*/
.offer-list-item .img-wrap:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.3);
    opacity: 0;
    pointer-events: none;
}
.offer-list-item .img-wrap img {
    width: 100%;
    max-width: 100%;
    margin: 0;
}
.offer-list-item .name a {
    /*color: #16a1ba;*/
    color: #55ad4d;
    text-decoration: none;
}
.gray-btn {
    display: inline-block;
    line-height: 1;
    background-color: #fff;
    background-image: -webkit-linear-gradient(#fff, rgba(0, 0, 0, .03));
    background-image: linear-gradient(#fff, rgba(0, 0, 0, .03));
    font-size: 15px;
    color: #333;
    text-decoration: none;
    cursor: pointer;
    border: 1px solid #dfdfdf;
    border-radius: 3px;
    padding: 12px 20px 11px;
    min-width: 230px;
    box-sizing: border-box;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .1);
    transition: box-shadow .1s ease;
    text-align: center;
}
.offer-list-item:hover {
    color: #666;
}


@media (max-width: 1345px) {
    .offer-list-item {
        width: 24%;
    }
}
@media (max-width: 1024px) {
    .offer-list-item {
        margin: 0 0 10px 10px;
    }
}
@media (max-width: 768px) {
    .offer-list-item {
        width: 49%;
    }
}
@media (max-width: 414px) {
    .offer-list-item {
        width: 100%;
        margin: 0;
    }
    .offers-list ul {
        margin: 0;
    }
}
.offers-list .slick-arrow {
    position: absolute;
    z-index: 9996;
    top: 50%;
    font-size: 25px;
    cursor: pointer;
    margin-top: -20px;
    border: 2px solid #55ad4d;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    line-height: 30px;
    text-align: center;
    color: #55ad4d;
    background: #fff;
}
.offers-list .rg_modal_next_arrow {
    right: 0;
}

.offers-list .rg_modal_preview_arrow {
    left: 0;
}
@media (min-width: 414px){
    .offers-list .rg_modal_preview_arrow {
        left: 10px;
    }
}

/* End */


/* Start:/local/templates/agro2024/components/joostafer/elements.list/.default/style.css?1679650354871*/
.catalog_section .img-wrap{
    aspect-ratio: .705865;
}
.catalog_section [data-lazy] {
    opacity: 0;
    transition-property: opacity;
    transition-duration: .4s;
    transition-timing-function: ease-in;
}
.h-link{
    font-size: 16px;
    display: block;
}
.catalog-item {
    min-height: unset !important;
    height: max-content !important;
}
@media (min-width: 580px){
    .h-link{
        display: inline;
    }
}
@media (max-width: 520px) {
    .buy-wrap {
        margin-left: 0 !important;
    }
}
.j-element-list{
    min-height: 119vw;
}
@media (min-width: 460px) {
    .j-element-list{
        min-height: 507px;
    }
}
@media (min-width: 700px) and (max-width: 775px) {
    .j-element-list{
        min-height: 495px;
    }
}
@media (min-width: 913px) {
    .j-element-list{
        min-height: 495px;
    }
}
/* End */


/* Start:/local/include/css/magazin.min.css?1776666387953*/
.magazin{background-color:#f6f6f6;padding:20px;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;gap:10px}.magazin.flex-items .item{max-width:205px}.magazin.flex-items .item:nth-child(1){max-width:250px}.magazin.flex-items .item .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 .item .text{font-size:14px;font-weight:400;line-height:20px}.magazin.flex-items .item b{font-size:16px}.magazin.flex-items .text a{color:#55ad4d;text-decoration:underline}@media (max-width:470px){.magazin.flex-items .item{width:50%;margin-bottom:20px}}.section-page .mag-title,.catalog-item-page .mag-title{font-size:26px;color:#000;font-weight:600;margin-bottom:35px}.catalog-item-page .mag-title{padding:0 23px}.catalog-item-page .magazin{margin:0 23px}
/* End */


/* Start:/local/templates/agro2024/include/subscribe/style.min.css?17175089321798*/
.oferta{color:#fff;text-shadow:2px 2px 2px black}.cbx{display:inline;position:relative;padding-left:22px;cursor:pointer;font-size:14px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.cbx input{position:absolute;opacity:0;cursor:pointer;height:0;width:0}.checkmark{position:absolute;top:0;left:0;height:15px;width:15px;background-color:#eee}.cbx:hover input ~ .checkmark{background-color:#ccc}.cbx input:checked ~ .checkmark{background-color:#55ad4d}.checkmark:after{content:"";position:absolute;display:none}.cbx input:checked ~ .checkmark:after{display:block}.cbx .checkmark:after{left:5px;top:0;width:5px;height:10px;border:solid white;border-width:0 2px 2px 0;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.oferta a{color:#55ad4d}.longlinesub{min-height:333px;overflow:hidden;background-size:cover;border:0;padding:40px 0;margin:5px 0 20px;text-align:center}.ss-title{font-weight:800;color:#55ad4d;text-transform:uppercase;font-size:30px}.ss-desc{font-size:20px;color:#373737;font-weight:600}.longlinesub input[type='text'],.longlinesub input[type='email']{background:#fff;color:#373737;font-weight:600;width:400px;height:40px;line-height:40px;font-size:16px;padding:0 10px;border:0;border-radius:5px;display:block;margin:45px auto 15px}.longlinesub .rlsub{color:#55ad4d;text-align:center;margin-bottom:-25px;margin-top:5px}.longlinesub button{width:230px;height:45px;background-color:#55ad4d;color:#fff;font-weight:600;font-size:16px;border:0;display:block;margin:0 auto;border-radius:5px;transition:500ms;cursor:pointer}.longlinesub button:hover{background-color:#404b3f}.podpiska.detail .longline-flex{display:flex;align-items:center}@media(max-width:480px){.longlinesub input{width:255px}.oferta input{width:unset}}
/* End */


/* Start:/bitrix/components/joostafer/elements.list/templates/video_new/style.css?17112966002808*/
.v-element-list{
    /*background: #eeeeee;*/
    overflow: hidden;
    content-visibility: auto;
    contain-intrinsic-size:auto 280px;
}
.v-title{
    font-weight: bold;
    font-size: 22px;
    text-align: left;
    margin-bottom: 20px;
    color: #373737;
    display: block;
}
.v-title:hover{
    text-decoration: none;
    color: #373737;
}
.s-link{
    font-size: 16px;
    color: #55ad4d;
}

.v-picture, .v-name{
    text-align: center;
    text-decoration: none;
}
.v-picture{
    text-align: center;
    position: relative;
    justify-content: center;
    display: flex;
    aspect-ratio: 1.788;
}
.v-picture:after {
    content: '';
    width: 60px;
    height: 60px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -30px;
    margin-top: -30px;
    background-image: url("/images/play.png");
    background-size: contain;
}
.video .v-name{
    font-size: 14px;
    font-weight: 600;
    margin: 10px auto 0;
    text-decoration: none;
    color: #373737;
    overflow: hidden;
    height: 35px;
    padding: 0 10px;
}
.v-name:hover{
    text-decoration: none;
}
.v-button{
    text-align: center;
    margin-bottom: 10px;
    overflow: hidden;
}
.v-button span{
    font-size: 16px;
    color: #fff;
    width: 85%;
    height: 40px;
    display: block;
    /*background-color: #0a4ba4;*/
    background-color: #55ad4d;
    margin: 10px auto;
    line-height: 40px;
    text-decoration: none;
    transition: 500ms;
    border-radius: 5px;
}
.v-button span:hover{
    text-decoration: none;
    background-color: #404b3f;
}
.v-card{
    background: #fff;
    transition: 500ms;
    box-sizing: border-box;
    margin-bottom: 10px;
}
.v-card:hover{
    box-shadow: 0 0 5px rgba(0,0,0,0.5);
}

.v-card:hover .v-name{
    /*display: none;*/
}
/*.v-card:hover .v-button{
    display: block;
}*/

.v-element-list a:focus, .v-element-list a:hover, .v-element-list a:active, .v-element-list a:visited{
    text-decoration: none;
}
.video{
    display: flex;
    width: 100%;
}
.video .item{
    margin: 0 10px;
}
.video .slick-arrow {
    position: absolute;
    z-index: 999;
    top: 50%;
    font-size: 25px;
    cursor: pointer;
    margin-top: -20px;
    border: 2px solid #55ad4d;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    line-height: 30px;
    text-align: center;
    color: #55ad4d;
    background: #fff;
}
.video .slick-slide{
    min-width: min-content;
}
.video .rg_modal_next_arrow {
    right: 0px;
}

.video .rg_modal_preview_arrow {
    left: 0px;
}
.video .slick-track a img{
    position: unset !important;
    transform: unset !important;
}
.video .slick-disabled {
    display: none !important;
}

/* End */


/* Start:/local/templates/agro2024/components/joostafer/universal.comments/new-shop/style.css?17766721862747*/
.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 0}.catalog-item-page .comment{padding:25px 23px}.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:.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 */


/* Start:/local/templates/agro2024/components/bitrix/news.list/main_new/style.css?17766703213183*/
.bg{max-width:1325px;width:104%;padding:0 25px;background:#fdfdfd;margin-left:-23px}.section-news{---fa-eye:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20"><path fill="rgb(255,255,255)" d="M10 7.5a2.5 2.5 0 1 0 2.5 2.5A2.5 2.5 0 0 0 10 7.5zm0 7a4.5 4.5 0 1 1 4.5-4.5 4.5 4.5 0 0 1-4.5 4.5zM10 3C3 3 0 10 0 10s3 7 10 7 10-7 10-7-3-7-10-7z"/></svg>');clear:both;padding-top:20px;display:block}i.fa-eye::before{background-image:var(---fa-eye);content:"";background-repeat:no-repeat;background-size:contain;display:inline-block;height:1em;width:1em;vertical-align:middle}.section-news .slider-wrapper{position:relative}.bx-wrapper{display:inline-block;margin:0;position:relative;z-index:1}.bx-wrapper,.bx-wrapper .bx-viewport{padding:0;box-shadow:none;border:0}.section-news .news-block{padding:0 3px}.section-news .v-card{text-align:center;display:inline-block;vertical-align:top;padding:0 17px;position:relative}.section-news .news-block .date{position:absolute;top:0;left:0;background:rgba(85,173,77,.6);width:50px;height:50px;padding-top:10px;z-index:2}.section-news .news-block .date div{color:#fff;text-align:center;font-size:13px;line-height:16px}.section-news .news-block .date .number{font-weight:600;font-size:18px}.section-news .news-block .overlay{width:auto;display:inline-block;font-size:0;min-height:188px;text-align:center;position:relative;cursor:pointer}.news-block .overlay .lazy-news{height:auto}.section-news .news-block .desc{padding-top:15px;color:#666;font-size:14px;line-height:20px;text-align:left}.section-news .news-block .news-title{text-decoration:none;font-size:16px;font-weight:600;color:#55ad4d;padding-top:14px;text-align:left;display:block}.section-news .news-block .overlay .info{position:absolute;top:50%;left:50%;width:150px;margin:-16px 0 0-75px;text-align:center;background:rgba(0,0,0,.5);border-radius:20px;color:#fff;font-size:12px;font-weight:700;line-height:1;padding:10px 0;opacity:0;-webkit-transform:scale(.8);transform:scale(.8);-webkit-transition:opacity .2s ease,-webkit-transform .2s ease;transition:opacity .2s ease,transform .2s ease,-webkit-transform .2s ease;z-index:2}.section-news .news-block .overlay .info i{margin-right:4px}.section-news .news-block .overlay:hover:before{content:"";display:block;position:absolute;top:0;left:0;bottom:0;right:0;background:rgba(0,0,0,.2);width:100%;height:100%;-webkit-transition:.4s;transition:.4s;z-index:1}.section-news .news-block .overlay:hover .info{opacity:1;-webkit-transform:scale(1);transform:scale(1)}.section-news .bx-wrapper .bx-pager{display:none}@media (max-width:1300px){.bg{width:100%;margin:0 auto}.section-news .news-block .overlay{min-height:inherit}}.section-news .slick-arrow{position:absolute;z-index:9996;top:50%;font-size:25px;cursor:pointer;margin-top:-20px;border:2px solid #55ad4d;border-radius:50%;width:35px;height:35px;line-height:30px;text-align:center;color:#55ad4d;background:#fff}.section-news .rg_modal_next_arrow{right:0}.section-news .rg_modal_preview_arrow{left:0}@media (max-width:480px){.bg{padding:0 10px}.bg,.section-news .news-block{padding:1px}.section-news .slider-wrapper{padding:0}}
/* End */


/* Start:/local/templates/agro2024/components/bitrix/menu/new_bottom/style.css?1681286544455*/
/*.news{*/
/*    font-family: ProximaNova;*/
/*    color: #373737;*/
/*    font-size: 16px;*/
/*    max-width: 80%;*/
/*    margin: 10px auto;*/
/*    text-align: center;*/
/*    line-height: 35px;*/
/*}*/
/*.news span{*/
/*    font-weight: 600;*/
/*    padding:15px;*/
/*    white-space: nowrap;*/
/*}*/
/*.news span a{*/
/*    color: #373737;*/
/*    transition: 500ms;*/
/*}*/
/*.news span:hover a{*/
/*    color: #55ad4d;*/
/*}*/

/* End */
/* /local/templates/agro2024/css/catalog_section_card/item_card.css?177304582127386 */
/* /local/templates/agro2024/css/home.css?17766704921062 */
/* /local/templates/agro2024/css/catalog_section_card/slider.css?17073006551005 */
/* /local/components/joostafer/basket.notifer/templates/.default/style.css?17171414531936 */
/* /local/templates/agro2024/components/joostafer/banner.top/dima/style.css?1675670391720 */
/* /local/templates/agro2024/components/bitrix/news.list/jmlist_new_avif/style.css?17550670283794 */
/* /local/templates/agro2024/components/joostafer/elements.list/.default/style.css?1679650354871 */
/* /local/include/css/magazin.min.css?1776666387953 */
/* /local/templates/agro2024/include/subscribe/style.min.css?17175089321798 */
/* /bitrix/components/joostafer/elements.list/templates/video_new/style.css?17112966002808 */
/* /local/templates/agro2024/components/joostafer/universal.comments/new-shop/style.css?17766721862747 */
/* /local/templates/agro2024/components/bitrix/news.list/main_new/style.css?17766703213183 */
/* /local/templates/agro2024/components/bitrix/menu/new_bottom/style.css?1681286544455 */
