/* slide --------*/
.wrapper .__inner .__content-home-top .__slide {
    position: relative;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100vw;
    z-index: 1;
}

.wrapper .__inner .__content-home-top .__slide .slick-list {
    overflow: unset;
}

.wrapper .__inner .__content-home-top .slick-slider {
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
    padding-bottom: 1em;
}

/* dots ------*/
.wrapper .__inner .__content-home-top .slick-dots {
    bottom: -24px;
}

.wrapper .__inner .__content-home-top .slick-dots li {
    margin: 0 2px;
}

.wrapper .__inner .__content-home-top .slick-dots li button:before {
    font-size: 12px;
    opacity: 1;
    color: #B5B5B1;
}

.wrapper .__inner .__content-home-top .slick-dots li.slick-active button:before {
    opacity: 1;
    color: #F3654B;
}

.wrapper .__inner .__content-home-top .slick-initialized .slick-slide {
    width: 80vw;
    margin: 0 7.5px;
}

/* slide-button */
.wrapper .__inner .__content-home-top .slick-prev,
.wrapper .__inner .__content-home-top .slick-next {
    width: clamp(1.875rem, calc(0.625rem + 3.333vw), 3.33rem);
    height: clamp(1.875rem, calc(0.625rem + 3.333vw), 3.33rem);
    ;
    background-color: #404040;
    z-index: 1;
    border-radius: 50px;
}

.wrapper .__inner .__content-home-top .slick-prev {
    left: calc(10vw - 25px);
}

.wrapper .__inner .__content-home-top .slick-next {
    right: calc(10vw - 25px);
}

.wrapper .__inner .__content-home-top .slick-prev:before,
.wrapper .__inner .__content-home-top .slick-next:before {
    font-size: clamp(1.875rem, calc(0.625rem + 3.333vw), 3.33rem);
    opacity: 1;
    font-family: 'Material Symbols Outlined';
    font-weight: 200;

}

.wrapper .__inner .__content-home-top .slick-prev:before {
    content: '\e5cb';
    margin-left: -1px;
}

.wrapper .__inner .__content-home-top .slick-next:before {
    content: '\e5cc';
    padding-left: 1px;
}

/* category--list----- */
.body-home .__content-home-top .__category--box {
    gap: 7px;
    margin-top: 3em;
    background-color: #F5F4F0;
    position: relative;
    padding: 3em 0;
}

.body-home .__content-home-top .__category--box::before {
    position: absolute;
    content: '';
    background: #F5F4F0;
    width: 100%;
    top: 0;
    left: -50%;
    height: 100%;
    z-index: -1;
}

.body-home .__content-home-top .__category--box::after {
    position: absolute;
    content: '';
    background: #F5F4F0;
    width: 100%;
    top: 0;
    right: -50%;
    height: 100%;
    z-index: -1;
}

.body-home .__content-home-top .__category--box a {
    display: flex;
    align-items: center;
    position: relative;
}

.body-home .__content-home-top .__category--box a::after {
    position: absolute;
    content: '';
    right: 3px;
    bottom: 3px;
    width: 0;
    height: 0;
    border-style: solid;
    border-color: transparent transparent #b5b5b1 transparent;
    border-width: 0px 0px 12px 12px;
}

.body-home .__content-home-top .__category--box .__category--list-all a {
    width: 100%;
    height: 100%;
    justify-content: center;
    border: 1px solid #C2C1BC;
    background-color: #fff;
    letter-spacing: 0.05em;
}

.body-home .__content-home-top .__category--box .__category--list {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
    gap: 7px;
    flex: 1;
}

.body-home .__content-home-top .__category--box .__category--list li {
    list-style-type: none;
    width: calc((100% - 21px) / 4);
}

.body-home .__content-home-top .__category--box .__category--list li a {
    border: 1px solid #C2C1BC;
    height: 86px;
    padding: 0 0 0 0.76em;
    line-height: 1.3;
}

.body-home .__content-home-top .__category--box .__category--list li a {
    position: relative;
    padding-left: clamp(5rem, calc(0.938rem + 10.167vw), 6.3rem);
    background-color: #fff;
}

.body-home .__content-home-top .__category--box .__category--list li a::before {
    position: absolute;
    content: '';
    left: 10px;
    background-size: contain;
    width: 71px;
    height: 84.56%;
    background-repeat: no-repeat;
    background-position-x: center;
}

.body-home .__content-home-top .__category--box .__category--list li.__category--list-cobra a::before {
    background-image: url(../img/common/category-img-cobra.png);
}

.body-home .__content-home-top .__category--box .__category--list li.__category--list-fb a::before {
    background-image: url(../img/common/category-img-fb.png);
}

.body-home .__content-home-top .__category--box .__category--list li.__category--list-ss a::before {
    background-image: url(../img/common/category-img-ss.png);
}

.body-home .__content-home-top .__category--box .__category--list li.__category--list-cs a::before {
    background-image: url(../img/common/category-img-cs.png);
}

.body-home .__content-home-top .__category--box .__category--list li.__category--list-as a::before {
    background-image: url(../img/common/category-img-as.png);
}

.body-home .__content-home-top .__category--box .__category--list li.__category--list-fertilizer a::before {
    background-image: url(../img/common/category-img-fertilizer.png);
}

.body-home .__content-home-top .__category--box .__category--list li.__category--list-rb a::before {
    background-image: url(../img/common/category-img-rb.png);
}

.body-home .__content-home-top .__category--box .__category--list li.__category--list-pillar a::before {
    background-image: url(../img/common/category-img-pillar.png);
}

/* more */
.c-more {
    display: none;
}

/* __block--banner-cobra */
.main--home .__block--banner-cobra {
    margin: clamp(1.625rem, calc(-2.812rem + 9.167vw), 4.063rem) auto clamp(2.625rem, calc(-3.75rem + 11.667vw), 5rem);
}

/* guide */
.main--home .__guide--box {
    background-color: #EBF7E3;
    padding: clamp(1.125rem, calc(-0.875rem + 5.333vw), 3.125rem) clamp(0.625rem, calc(-1.25rem + 5vw), 2.5rem);
}

.main--home .__guide--box .__heading {
    text-align: center;
}

.main--home .__guide--box .__guide--list {
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
    margin: clamp(0.875rem, calc(0.188rem + 1.833vw), 1.563rem) 0 clamp(1rem, calc(-0.625rem + 3.333vw), 1.875rem);
}

.main--home .__guide--box .__guide--list .__guide--item {
    background-color: #fff;
    width: 100%;
    padding: clamp(0.875rem, calc(0.438rem + 1.167vw), 1.313rem) clamp(1rem, calc(-1.437rem + 5.5vw), 2.688rem);
}

.main--home .__guide--box .__guide--list .__guide--item .__guide--list-heading {
    font-size: 1.133em;
    font-weight: 400;
    letter-spacing: 0.08em;
    padding-left: 1.2857em;
    position: relative;
    margin-top: 0.72em;
    margin-bottom: 0.72em;
}

.main--home .__guide--box .__guide--list .__guide--item .__guide--list-heading::before {
    position: absolute;
    content: '';
    width: 10px;
    height: 1px;
    background-color: #63A10D;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

/* feature */
.main--home .__guide--box .__guide--list .__guide--item.__guide--item-feature .__guide--list-heading {
    font-size: 0.9333em;
    margin-top: 1.4em;
    margin-bottom: 0;
    z-index: 1;

}



.main--home .__guide--box .__guide--list .__guide--item.__guide--item-feature .__feature--list li {
    position: relative;
    width: calc((100% - 2.2em) / 3);
}

.main--home .__guide--box .__guide--list .__guide--item.__guide--item-feature .__feature--list li::after {
    top: 0;
    right: 0;
    width: 120px;
    height: 120px;
    border-radius: 50%;
    background-color: #FAF9F5;
    position: absolute;
    content: '';
}

.main--home .__guide--box .__guide--list .__guide--item.__guide--item-feature .__feature--list li::before {
    height: 60px;
    background-position: center;
    background-size: 100%;
    background-repeat: no-repeat;
    position: absolute;
    content: '';
    z-index: 1;
}

.main--home .__guide--box .__guide--list .__guide--item.__guide--item-feature .__feature--list li.__feature--list-shopping::before {
    background-image: url(../img/common/icon-shopping.svg);
    top: 1em;
    right: 1.2em;
    width: 62px;
}

.main--home .__guide--box .__guide--list .__guide--item.__guide--item-feature .__feature--list li.__feature--list-account::before {
    background-image: url(../img/common/icon-account.svg);
    top: 0.5em;
    right: 0.8em;
    width: 53px;
}

.main--home .__guide--box .__guide--list .__guide--item.__guide--item-feature .__feature--list li.__feature--list-forest::before {
    background-image: url(../img/common/icon-forest.svg);
    top: 0.9em;
    right: 0.9em;
    width: 57px;
}

.main--home .__guide--box .__guide--list .__guide--item.__guide--item-feature .__feature--list .__feature--list-txt {
    letter-spacing: 0.08em;
    z-index: 1;
    position: relative;
    margin-top: 0.6em;
    margin-bottom: 1.4em;
}

/* payment */
.main--home .__guide--box .__guide--list .__guide--item.__guide--item-payment .__guide--list-heading {
    width: 200px;
}

.main--home .__guide--box .__guide--list .__guide--item.__guide--item-payment .__payment--list {
    flex: 1;
    display: flex;
    justify-content: space-between;
    align-items: center;
    letter-spacing: 0.05em;
    flex-wrap: wrap;
}

.main--home .__guide--box .__guide--list .__guide--item.__guide--item-payment .__payment--list li {
    padding-left: 2.7em;
    position: relative;
}

.main--home .__guide--box .__guide--list .__guide--item.__guide--item-payment .__payment--list li::before {
    position: absolute;
    content: '';
    width: 2.333em;
    height: 100%;
    left: 0;
}

.main--home .__guide--box .__guide--list .__guide--item.__guide--item-payment .__payment--list li.__payment--list-credit::before {
    background: url(../img/common/icon-credit.svg) no-repeat;
}

.main--home .__guide--box .__guide--list .__guide--item.__guide--item-payment .__payment--list li.__payment--list-bank::before {
    background: url(../img/common/icon-bank.svg) no-repeat 70%;
    background-size: contain;
}


.main--home .__guide--box .__guide--list .__guide--item.__guide--item-payment .__payment--list li.__payment--list-later::before {
    background: url(../img/common/icon-later.svg) no-repeat center / auto;
    width: 1.3em !important;
    transform: translateX(0.5em);
}

/* orders */
.main--home .__guide--box .__guide--list .__guide--item.__guide--item-orders .__guide--list-heading {
    width: 200px;
}

.main--home .__guide--box .__guide--list .__guide--item.__guide--item-orders .__orders--list {
    flex: 1;
}

.main--home .__guide--box .__guide--list .__guide--item.__guide--item-orders .__orders--list li {
    letter-spacing: 0.038em;
    padding-left: 1em;
    position: relative;
}

.main--home .__guide--box .__guide--list .__guide--item.__guide--item-orders .__orders--list li::before {
    position: absolute;
    content: '';
    width: 5px;
    height: 5px;
    border-radius: 5px;
    background-color: #63A10D;
    left: 0;
    top: 10px;
}

.main--home .__guide--box .__guide--list .__guide--item.__guide--item-orders .__orders--list li {
    margin-bottom: 0.5em;
}

.main--home .__guide--box .__guide--list .__guide--item.__guide--item-orders .__orders--list .att {
    font-size: 0.8666em;
}

/* __flow--box */
.main--home .__flow--box {
    margin-top: clamp(3rem, calc(-1.875rem + 8.667vw), 6.875rem);
    margin-bottom: clamp(3rem, calc(-2.5rem + 10.333vw), 7.5rem);
}
.main--home .__flow--box .c-heading-main {
    margin-bottom: 1.5em!important;
}

.body-home .__block--news {
    max-width: 1200px;
    margin: auto;
    padding: 3.333em 0;
}

.body-home .__block--news .c-heading-main {
    flex: 1;
}

.body-home .__block--news .__body ul {
    display: flex !important;
    gap: 7px;
    flex-wrap: wrap;
    flex-direction: column;
}

.body-home .__block--news ul li a {
    background-color: rgba(255, 255, 255, 0.9);
    width: 100%;
    padding: 1em 1.733em;
    position: relative;
    display: flex;
    align-items: center;
    font-size: 1em;
}

.body-home .__block--news ul li a::after {
    position: absolute;
    content: '\e5cc';
    font-family: 'Material Symbols Outlined';
    color: #B5B5B1;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    font-size: 2em;
    font-weight: 200;
}

.body-home .__block--news ul li a .__date {
    color: #63A10D !important;
    font-family: 'Lato', sans-serif;
    padding-right: 2em !important;
    margin-right: 2em;
    border-right: 1px solid #B5B5B1;
}

.main.main--home section.__block.__block--news .__body ul li>a span.__date,
.main.main--home section.__block.__block--news .__body ul li>a span.__title {
    border-bottom: none;
    padding-top: 0;
    padding-bottom: 0;
}
.body-home .__block--news ul li a span.__title {
        flex: 1;
    }

.body-home .footer {
    border-top: none;
}

.body-home .header::before,
.body-home .header::after {
    border-bottom: none;
}


@media screen and (max-width: 1240px) {

    .body-home .footer .__block--news {
        padding-left: 2%;
        padding-right: 2%;
    }

    .body-home .__content-home-top .__category--box .__category--list li {
        width: calc((100% - 14px) / 3);
    }

}

@media screen and (max-width: 1024px) {

    /* slick-button */
    .wrapper .__inner .__content-home-top .slick-prev {
        left: calc(5vw - 25px);
    }

    .wrapper .__inner .__content-home-top .slick-next {
        right: calc(5vw - 25px);
    }

    .main--home .__guide--box .__guide--list .__guide--item.__guide--item-feature .__feature--list li {
        width: calc((100% - 2.2em) / 3);
    }

    .main--home .__guide--box .__guide--list .__guide--item.__guide--item-feature .__feature--list li::after {
        width: 110px;
        height: 110px;
    }


}

@media screen and (max-width: 1023px) {
    .body-home .header {
        border-bottom: none;
    }

    .body-home .footer .__block--news {
        display: none;
    }

    .body-home .main.main--home .__block--news {
        background-color: #F5F4F0;
        position: relative;
    }

    .body-home .main.main--home .__block--news::before {
        position: absolute;
        content: '';
        background: #F5F4F0;
        width: 100%;
        left: -50%;
        height: 100%;
        z-index: -1;
        top: 0;
    }

    .body-home .main.main--home .__block--news::after {
        position: absolute;
        content: '';
        background: #F5F4F0;
        width: 100%;
        right: -50%;
        height: 100%;
        z-index: -1;
        top: 0;
    }

    .body-home .__block--news .c-heading-main {
        margin-bottom: 1em;
    }

    .main.main--home section.__block.__block--news .__body ul li>a span.__date {
        width: auto;
    }
}

@media screen and (max-width: 959px) {

    /* slick */
    .wrapper .__inner .__content-home-top .slick-initialized .slick-slide {
        margin: 0 5px;
    }

    .wrapper .__inner .__content-home-top .slick-prev {
        left: calc(5vw - 15px);
    }

    .wrapper .__inner .__content-home-top .slick-next {
        right: calc(5vw - 15px);
    }

    /* __category */
    .body-home .__content-home-top .__category--box .__category--list-all a {
        height: 50px;
        margin-bottom: 7px;
    }

    .wrapper .__inner .__content-home-top {
        margin-bottom: 3em;
    }

    .main--home .__guide--box .__guide--list .__guide--item.__guide--item-feature .__feature--list li {
        width: calc((100% - 4.5em) / 3);
    }

    .main--home .__guide--box .__guide--list .__guide--item.__guide--item-orders .__orders--list .att {
        display: block;
    }


}

@media screen and (max-width: 1023px) and (min-width: 600px) {

    /* payment */
    .main--home .__guide--box .__guide--list .__guide--item.__guide--item-payment {
        display: flex;
    }

    /* orders */
    .main--home .__guide--box .__guide--list .__guide--item.__guide--item-orders {
        display: flex;
        align-items: center;
    }
    
}

@media screen and (max-width: 768px) {
    .wrapper .__inner .__content-home-top .slick-initialized .slick-slide {
        margin: 0 2.5px;
    }

}

@media screen and (max-width: 767px) {

    /* __category */
    .body-home .__content-home-top .__category--box {
        margin-top: 1em;
        padding-top: 1.5em;
        padding-bottom: 1.5em;
    }

    .body-home .__content-home-top .__category--box a {
        font-size: 0.85rem;
    }

    .body-home .__content-home-top .__category--box .__category--list-all a {
        margin-bottom: 5px;
    }

    .body-home .__content-home-top .__category--box .__category--list {
        gap: 5px;
    }

    .body-home .__content-home-top .__category--box .__category--list li {
        width: calc((100% - 5px) / 2);
    }

    .body-home .__content-home-top .__category--box .__category--list li a {
        height: 65px;
    }

    .body-home .__content-home-top .__category--box .__category--list li a::before {
        left: 5px;
        width: 4rem;
        height: 4rem;
    }

    .main--home .__guide--box .__guide--list .__guide--item.__guide--item-feature .__feature--list {
        flex-wrap: wrap;

    }

    .main--home .__guide--box .__guide--list .__guide--item.__guide--item-payment .__guide--list-heading {
        margin-top: 0.5em;
    }

    .main--home .__guide--box .__guide--list .__guide--item.__guide--item-payment .__payment--list li {
        margin-bottom: 0.5em;
    }

    .main--home .__guide--box .__guide--list .__guide--item.__guide--item-payment .__payment--list li.__payment--list-bank::before {
        background-position: 50%;
    }

    .main--home .__guide--box .__guide--list .__guide--item.__guide--item-orders .__guide--list-heading {
        margin-top: 0.5em;
    }

    .main--home .__guide--box .__guide--list .__guide--item.__guide--item-payment .__payment--list li.__payment--list-credit::before {
        background-size: 90%;
        background-position: center;
    }
}

@media screen and (max-width: 599px) {

    /* slick-button */
    .wrapper .__inner .__content-home-top .slick-dots {
        bottom: -10px;
    }

    .wrapper .__inner .__content-home-top .slick-dots li button:before {
        font-size: 10px;
    }

    /* __category */
    .body-home .__content-home-top .__category--box a::after {
        border-width: 0px 0px 9px 9px;
    }

    /* __guide--box --*/
    /* feature */

    .main--home .__guide--box .__guide--list .__guide--item.__guide--item-feature .__feature--list {
        gap: 1em 1.5em;
        justify-content: center;
    }

    .main--home .__guide--box .__guide--list .__guide--item.__guide--item-feature .__feature--list li {
        width: 100%;
    }

    .main--home .__guide--box .__guide--list .__guide--item.__guide--item-feature .__feature--list li.__feature--list-shopping::before {
        width: 32px;
        top: -0.5em;
        right: 0.5em;
    }

    .main--home .__guide--box .__guide--list .__guide--item.__guide--item-feature .__feature--list li.__feature--list-account::before {
        width: 30px;
        top: -0.5em;
        right: 0.5em;
    }

    .main--home .__guide--box .__guide--list .__guide--item.__guide--item-feature .__feature--list li.__feature--list-forest::before {
        width: 30px;
        top: -0.5em;
        right: 0.5em;
    }

    .main--home .__guide--box .__guide--list .__guide--item.__guide--item-feature .__feature--list li::after {
        width: 53px;
        height: 53px;
    }

    .main--home .__guide--box .__guide--list .__guide--item.__guide--item-feature .__feature--list .__feature--list-txt {
        margin-top: 0;
    }

    /* news */
    .body-home .__block--news {
        padding: 2.333em 0;
    }

    .main.main--home section.__block.__block--news .__body ul li {
        padding-left: 0;
        padding-right: 0;
    }

    .body-home .__block--news ul li a {
        display: flex !important;
        padding-left: 1em;
        padding-right: 1em;
    }

    .main.main--home section.__block.__block--news .__body ul li {
        padding: 0;
        border-bottom: none;
    }

    .body-home .__block--news ul li a .__date {
        padding-right: 1em !important;
        margin-right: 1em;
    }

    .body-home .__block--news ul li a::after {
        font-size: 1.5em;
        font-weight: 300;
    }

    .main.main--home section.__block.__block--news .__body ul li>a span, .main.main--home section.__block.__block--news .__body ul li>span span {
        font-size: 1em;
    }


}

@media screen and (min-width: 1241px) {
    .wrapper .__inner .main, .wrapper .__inner .aside {
        padding-top: 2em;
    }

    .main--home .__block--banner-cobra {
        width: 95.6%;
    }

    .main--home .__guide--box .__guide--list .__guide--item.__guide--item-feature .__feature--list li {
        width: calc((100% - 100px) / 3);
    }

    /* payment */
    .main--home .__guide--box .__guide--list .__guide--item.__guide--item-payment {
        display: flex;
        align-items: center;
    }

    /* orders */
    .main--home .__guide--box .__guide--list .__guide--item.__guide--item-orders {
        display: flex;
        align-items: center;
    }
}


@media (min-width: 1024px) {
    .body-home .main .__block--news {
        display: none;

    }

    .body-home .__block--news {
        display: flex;
    }

    .body-home .__block--news .__body {
        width: 70%;
    }
}

@media (min-width: 960px) {

    .body-home .__content-home-top .__category--box {
        display: flex;
        flex-wrap: wrap;
    }

    .body-home .__content-home-top .__category--box .__category--list-all a {
        width: 179px;
    }

    .wrapper .__inner .__content-home-top {
        margin-bottom: 3em;
    }

}

@media screen and (min-width: 768px) {
    .main--home .__guide--box .__guide--list .__guide--item.__guide--item-payment .__payment--list li.__payment--list-mfk {
        padding-left: 2.4em;
    }
}


@media screen and (min-width: 600px) {
    .body-home .__block--news ul li a {
        display: flex !important;
    }

    .body-home .__block--news ul li a::after {
        right: 0.3em;
    }
    .main.main--home section.__block.__block--news .__body ul li > a span.__title {
        padding-left: 0;
    }

    .main--home .__guide--box .__guide--list .__guide--item.__guide--item-feature .__feature--list .__feature--list-txt {
        font-size: 0.9333em;
    }

    .main--home .__guide--box .__guide--list .__guide--item.__guide--item-feature .__feature--list {
        display: flex;
        justify-content: space-between;
    }
    .main--home .__guide--box .__guide--list .__guide--item.__guide--item-payment .__payment--list li.__payment--list-later::before {
    width: 2.8em;
}
}