@media screen and (max-width: 1259px) {
    .header__logo-img {
        height: 55px;
    }
}

.production__image {
    width: 100%;
}

.production__type {
    margin: 0;
}

.wfood .kvLanding {
    padding-top: 20px !important;
}

.wfood .kvLanding__bannerImage {
    background-repeat: no-repeat;
    background-position: -60px top;
    background-size: 100% auto;
    background-image: url(/local/templates/frutonyanya/img/wfood/wfoodKv/banner-mob5.webp);
    height: 224px;
    width: 680px;
    margin: 0 -113px !important;
    border-radius: 11px !important;
    overflow: hidden !important;
}

@media screen and (min-width: 360px) {
    .wfood .kvLanding__bannerImage {
        background-position: -40px top;
    }
}

.production__type.swiper-slide .production__vector {
    display: none;
}

.production__type.swiper-slide[data-swiper-slide-index="0"] .production__vector {
    top: 120px;
    left: -50px;
    width: 91px;
}

.wfood .production__type.swiper-slide[data-swiper-slide-index="0"]::before {
    content: url(/local/templates/frutonyanya/img/wfood/production/penguin-m.svg);
    position: absolute;
    top: 130px;
    left: -30px;
}

.wfood .production__type.swiper-slide[data-swiper-slide-index="1"]::before {
    content: url(/local/templates/frutonyanya/img/wfood/production/chang-m.svg);
    position: absolute;
    top: 120px;
    right: -20px;
    z-index: 10;
}

.wfood .production__type.swiper-slide[data-swiper-slide-index="2"]::before {
    content: url(/local/templates/frutonyanya/img/wfood/production/penguin-m.svg);
    position: absolute;
    top: 130px;
    left: -30px;
}

.kvLanding__content {
    display: block;
}

@media screen and (min-width: 360px) {
    .production__type.swiper-slide[data-swiper-slide-index="0"] .production__vector {
        left: -65px;
    }
}

@media screen and (min-width: 768px) {

    .wfood .kvLanding {
        padding-top: 130px !important;
    }

    .wfood .kvLanding__bannerImage {
        background-image: url(/local/templates/frutonyanya/img/wfood/wfoodKv/banner-tab5.webp);
        height: auto;
        width: auto;
        aspect-ratio: 1456 / 600;
        background-size: 100% auto;
        background-position: center top;
    }

    .production__type.swiper-slide[data-swiper-slide-index="0"] .production__vector {
        left: -62px;
        top: 136px;
        width: 78px;
    }

    .wfood .production__type.swiper-slide[data-swiper-slide-index="0"]::before {
        left: auto;
        right: 10px;
        z-index: 10;

        display: none;
    }

    .wfood .production__type.swiper-slide[data-swiper-slide-index="2"]::before {
        left: auto;
        right: 10px;
        z-index: 10;

        display: none;
    }

    .wfood .production__type.swiper-slide[data-swiper-slide-index="1"]::before {
        display: none;
    }
}

@media screen and (min-width: 1260px) {

    .wfood .kvLanding {
        padding-top: 30px !important;
    }

    .wfood .kvLanding__bannerImage {
        background-image: url(/local/templates/frutonyanya/img/wfood/wfoodKv/banner-desk6.png);
        height: 360px;
        aspect-ratio: unset;
        background-size: cover;
    }

    .wfood .production__type.swiper-slide[data-swiper-slide-index="0"] .production__vector {
        display: block;
        margin-top: -100px;

    }

    .production__type.swiper-slide[data-swiper-slide-index="0"] .production__vector {
        top: 136px;
        left: -92px;
        width: 276px;
    }

    .wfood .production__type.swiper-slide[data-swiper-slide-index="0"]::before {
        content: url(/local/templates/frutonyanya/img/wfood/production/penguin-d.svg);
        right: -40px;
        top: 80px;
        display: block;
    }

    .wfood .production__type.swiper-slide[data-swiper-slide-index="1"]::before {
        content: url(/local/templates/frutonyanya/img/wfood/production/chang-d.svg);
        right: -110px;
        top: 180px;

        display: block;
    }

    .wfood .production__type.swiper-slide[data-swiper-slide-index="2"]::before {
        /*content: url(/local/templates/frutonyanya/img/wfood/production/vector3.svg);*/
        content: '';
        background: url(/local/templates/frutonyanya/img/wfood/production/tiger.png);
        background-size: cover;
        right: -120px;
        top: 160px;
        width: 150px;
        height: 180px;

        display: block;
    }
}

.first-feeding__link {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.first-feeding__subtitle {
    font-size: 25px;
    font-family: "Neucha", sans-serif;
    color: #00625e;
    text-decoration: none;
}

.first-feeding .articlesLine__title {
    margin-bottom: 20px;
}

.first-feeding__link:hover {
    text-decoration: none;
}

.first-feeding__link:hover .first-feeding__subtitle{
    color: #2a384e;
    text-decoration: none;
}


.first-feeding {
    background-color: #cee9ef;
    padding: 25px 20px;
    background-image: url("/local/templates/frutonyanya/img/firstFeeding/first-feeding-bg-mobile.svg");
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
}

.first-feeding-swiper {
    max-width: 1440px;
    width: 100%;
    overflow: hidden;
    position: relative;
    display: flex;
    align-items: center;
    min-height: 400px;
}

@media screen and (max-width: 1259px) {
    .first-feeding-swiper {
        min-height: auto;
        padding-bottom: 20px;
    }
}

.first-feeding-swiper-next,
.first-feeding-swiper-prev {
    position: absolute;
    top: 100px;
    cursor: pointer;
    width: 21px;
    height: 36px;
    border: 0;
    background: url(/local/templates/frutonyanya/img/arrows/prev.svg) no-repeat center/contain;
    z-index: 10;
}

.first-feeding-swiper-prev {
    left: 0;
}

.first-feeding-swiper-next {
    width: 20px;
    background-image: url(/local/templates/frutonyanya/img/arrows/next.svg);
    right: 0;
}

.first-feeding__control {
    position: absolute;
    top: -38px;
    right: 15px;
    width: 100px;
    height: 85px;
    object-fit: contain;
}

.first-feeding .articlesLine__title {
    text-align: center;
}

.first-feeding-wave {
    position: absolute;
    top: 4px;
    width: 100%;
}

.swiper-offset-wrapper {
    transform: translateX(-50px);
}

.cloud,
.butterfly {
    display: none;
}

.cloud {
    position: absolute;
    top: 20%;
    left: 25%;
}

.butterfly {
    position: absolute;
    top: 20%;
}

.first-feeding__img {
    height: 280px;
}

.first-feeding__img img {
    object-fit: contain;
    object-position: center;
    width: 100%;
    height: 100%;
}

.wfoodRetail.wfoodRetail::before {
    display: none;
}

.first-feeding__button {
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 6px;
}

.first-feeding__button .natural__sub {
    font-size: 4px;
    line-height: 125%;
    text-align: center;
    font-weight: 400;
    color: #7b8089;
    margin-top: 0;
    width: 112px;
}

.swiper-slide {
    position: relative;
}

.swiper-slide[aria-label="5 / 5"]::after {
    content: '';
    display: none;
    width: 118px;
    height: 143px;
    position: absolute;
    bottom: 63px;
    right: -78px;
    background-image: url("/local/templates/frutonyanya/img/firstFeeding/tiger.svg");
    background-size: auto;
    background-position: center;
    background-repeat: no-repeat;
    z-index: -1;
}

@media screen and (min-width: 410px) {
    .first-feeding {
        background-position: -59%;
    }

}

@media screen and (min-width: 768px) {
    .swiper-slide-next .first-feeding__control,
    .swiper-slide-duplicate-next .first-feeding__control{
        display: block;
    }

    .first-feeding__control {
        display: none;
    }

    .first-feeding__img {
        height: 275px;
    }

    .cloud,
    .butterfly {
        display: block;
    }

    .first-feeding .articlesLine__title {
        margin-bottom: 0;
    }

    .first-feeding__control {
        right: -24px;
    }

    .first-feeding {
        background-color: #cee9ef;
        padding: 60px 30px;
        background-image: url("/local/templates/frutonyanya/img/firstFeeding/first-feeding-bg.svg");
        background-repeat: no-repeat;
        background-position: bottom;
        background-size: 100%;
    }

    .first-feeding-wave {
        top: -5px
    }

    .swiper-slide[aria-label="5 / 5"]::after {
        display: block;
    }

    .first-feeding__button {
        display: flex;
        flex-direction: row;
        gap: 25px;
    }

    .first-feeding__button .natural__sub {
        font-weight: 400;
        font-size: 6px;
        line-height: 133%;
        color: #7b8089;
        margin-top: 0;
        width: 168px;
        transform: translate(193px);
        margin-left: -193px;
        text-align: left;
    }
}

@media screen and (min-width: 1260px) {
    .swiper-slide-next .first-feeding__control,
    .swiper-slide-duplicate-next .first-feeding__control{
        display: none;
    }

    .swiper-slide-next+.swiper-slide .first-feeding__control,
    .swiper-slide-duplicate-next+.swiper-slide .first-feeding__control{
        display: block;
    }

    .first-feeding__img img {
        height: 100%;
    }

    .first-feeding__subtitle{
        font-size:35px;
    }

    .first-feeding-wave {
        top: -6px;
    }
}

@media screen and (min-width: 768px) {
    .kvLanding__bannerContent {
        top: 46px;
        left: 28px;
    }
}

@media screen and (min-width: 1260px) {
    .kvLanding__bannerContent {
        top: 50px;
        left: 63px;
    }

    .kvLanding__button {
        margin-top: 60px;
    }

    .kvLanding__title {
        max-width: 250px;
    }
}

.download-block {
    border-radius: 42px;
    background: #EAF6F9;
    max-width: calc(100% - 100px);
    width: 100%;
    margin: 43px auto 0 auto;
    display: flex;
    align-items: center;
    position: relative;
    padding: 29px 53px;
}

.download-block__img {
    width: 70px;
    height: 74px;
    flex-shrink: 0;
}

.download-block__img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.download-block__text {
    color: #2A384E;
    font-family: "Roboto Condensed",sans-serif;
    font-size: 21px;
    font-style: italic;
    font-weight: 400;
    line-height: 35px;
    margin: 0 98px 0 39px;
    text-align: left;
}

.download-block_link {
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="146" height="61" viewBox="0 0 146 61" fill="none"><path d="M124.169 0.324007C97.8147 0.324094 15.2044 -0.668785 9.62943 0.821167C4.0545 2.31112 0 -0.172217 0.506812 8.76758C1.01362 17.7074 0 40.5617 0 45.023C0 54.9561 1.01362 58.4327 3.29428 59.9227C5.1188 61.1147 95.7875 61.0816 140.894 60.916C147.736 60.916 143.681 45.5197 144.948 32.6067C146.215 3.30393 150.523 0.323919 124.169 0.324007Z" fill="%234AAE42"/></svg>');
}

.download-block__arr {
    position: absolute;
    right: 152px;
    bottom: 50px;
    top: auto;
    left: auto;
}

@media (max-width: 1259px) {
    .download-block {
        width: 100%;
        max-width: 100%;
        margin: 16px auto 0 auto;
        padding: 22px 22px 22px 70px;
        flex-direction: column;
        align-items: flex-start;
    }

    .download-block__img {
        position: absolute;
        top: 22px;
        left: 22px;
        width: 32px;
        height: 33px;
    }

    .download-block__text {
        font-size: 14px;
        margin: 0 0 17px 0;
        line-height: 24.214px; /* 172.955% */
    }

    .download-block__arr {
        transform: rotate(167deg);
        bottom: 25px;
        right: 0;
        width: 99px;
        left: 200px;
    }
}

@media (max-width: 768px) {
    .first-feeding {
        padding-top: 116px;
    }

    .download-block {
        margin-bottom: -110px;
    }
}
