

/* Start:/local/templates/frutonyanya/components/bitrix/menu/main.top.v3/style.css?1771998842532*/
.grandmenu__new-dir {
    position: relative;
    padding-right: 60px;
}

.grandmenu__new-dir::after {
    content: "Новинка";
    position: absolute;
    top: 50%;
    right: 8px;
    transform: translateY(-50%);
    width: 47px;
    height: 22px;
    background: #E5432D;
    color: #FFFFFF;
    border-radius: 12px;
    font-weight: 400;
    font-size: 10px;
    line-height: 22px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
}

/* End */


/* Start:/local/components/mcart/promo-widget/templates/.default/style.css?17764295909169*/
.promo-widget__wrapper {
    position: relative;
    display: flex;
    flex-direction: column;
    border-radius: 24px;
    width: 515px;
    min-height: 198px;
    box-shadow: 0 1px 6px 0 rgba(17, 116, 157, 0.25);
    padding: 16px;
    background: linear-gradient(180deg, #fff 4.81%, #bfe8f1 67.64%, #92d8e4 80.63%, #68b1c6 100%);
    overflow: hidden;
}
.promo-widget__wrapper:hover {
    text-decoration: none;
}
.promo-widget__cloud {
    position: absolute;
    top: 0;
    left: 0;
    background-image: url("/local/components/mcart/promo-widget/templates/.default/img/bg-cloud.svg");
    background-repeat: no-repeat;
    width: 264px;
    height: 130px;
}

.promo-widget__content {
    position: static;
    z-index: 1;
    display: flex;
    flex-direction: column;
    gap: 20px;
    flex-grow: 1;
}

.promo-widget__title {
    font-family: "Artegra Sans", sans-serif;
    font-weight: 300;
    font-size: 18px;
    line-height: 144%;
    color: #044666;
    text-transform: uppercase;
    max-width: 240px;
}

.promo-widget__title b{
    font-weight: 700;
}

.promo-widget__link {
    border-radius: 23px;
    width: 153px;
    background: #11749d;
    font-family: "Artegra Sans", sans-serif;
    font-weight: 300;
    font-size: 18px;
    line-height: 111%;
    letter-spacing: -0.02em;
    color: #fff;
    position: relative;
    cursor: pointer;
    padding: 9px 23px;
    margin-top: auto;
}

.promo-widget__link:hover {
    text-decoration: none;
}

.promo-widget__link_arr {
    position: absolute;
    right: 0;
    top: -1px;
    z-index: 1;
    border-radius: 100%;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ffffff;
}

.promo-widget__advertising-block {
    position: absolute;
    right: 8px;
    bottom: 8px;
    top: auto;
    left: auto;
}

.promo-widget__advertising-body {
    display: none;
    position: absolute;
    min-width: 400px;
    bottom: 100%;
    right: 0;
    z-index: 2;
    margin-top: 5px;
    font-size: 12px;
    line-height: 1.2;
    text-align: left;
    padding: 10px 10px;
    background: #fff;
    border-radius: 5px;
    max-width: 90%;
    margin-left: auto;


    -webkit-box-shadow: 0px 0px 7px 0px rgba(34, 60, 80, 0.2);
    -moz-box-shadow: 0px 0px 7px 0px rgba(34, 60, 80, 0.2);
    box-shadow: 0px 0px 7px 0px rgba(34, 60, 80, 0.2);
}

.promo-widget__advertising-block.active .promo-widget__advertising-body {
    display: block;
}

.promo-widget__advertising {
    border-radius: 16px;
    padding: 2px 7px;
    font-family: "Artegra Sans", sans-serif;
    font-weight: 300;
    font-size: 12px;
    line-height: 142%;
    letter-spacing: -0.06em;
    color: #044666;
    background: rgba(210, 242, 248, 0.85);
    z-index: 2;
}


.promo-widget__close {
    position: absolute;
    top: 7px;
    right: 14px;
    z-index: 2;
    cursor: pointer;
    width: 24px;
    height: 24px;
    background: none;
    border: none;
    padding: 0;
}

.promo-widget__img {
    position: absolute;
    right: 0;
    bottom: 0;
    height: 100%;
}

.promo-widget__img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.promo-widget_is-hidden {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}

.collapsed-block {
    display: none;
}

.promo-widget_is-collapsed .promo-widget__wrapper {
    display: none;
}

.promo-widget_is-collapsed .collapsed-block {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    width: 190px;
    min-height: 215px;
}

.promo-widget.promo-widget_is-collapsed {
    width: 140px!important;
    background: transparent;
    box-shadow: none;
}

.collapsed-block__toggle {
    display: block;
    width: 168px;
    height: 215px;
    padding: 0;
    border: 0;
    background: transparent;
    cursor: pointer;
}

.collapsed-block__cow-scale {
    --cow-scale: 0.48;
    position: relative;
    display: block;
    width: 168px;
    height: 215px;
}

.collapsed-block__cow-scene {
    position: absolute;
    top: 0;
    left: 0;
    transform: scale(var(--cow-scale));
    transform-origin: top left;
    pointer-events: none;
}

.collapsed-block__layer,
.collapsed-block__balloon {
    position: absolute;
    display: block;
    max-width: none;
    user-select: none;
    -webkit-user-drag: none;
}

.collapsed-block__balloon img {
    display: block;
    width: 100%;
    height: 100%;
    max-width: none;
    user-select: none;
    -webkit-user-drag: none;
}

.collapsed-block__base {
    left: 61px;
    top: 185px;
    width: 168px;
    height: 289px;
}

.balloon-yellow {
    left: 65px;
    top: 65px;
    width: 114px;
    height: 162px;
    transform-origin: 50% 85%;
    animation: balloon-yellow-float 3.8s ease-in-out infinite;
}

.balloon-green {
    left: 118px;
    top: 24px;
    width: 121px;
    height: 185px;
    transform-origin: 50% 88%;
    animation: balloon-green-float 3.2s ease-in-out infinite;
    z-index: 2;
}

.balloon-orange {
    left: 174px;
    top: 39px;
    width: 118px;
    height: 179px;
    transform-origin: 50% 86%;
    animation: balloon-orange-float 4.1s ease-in-out infinite;
}

@keyframes balloon-yellow-float {
    0%, 100% { transform: translate3d(0, 0, 0) rotate(0deg); }
    25% { transform: translate3d(-3px, -4px, 0) rotate(-6deg); }
    50% { transform: translate3d(-1px, -8px, 0) rotate(-12deg); }
    75% { transform: translate3d(2px, -3px, 0) rotate(-8deg); }
}

@keyframes balloon-green-float {
    0%, 100% { transform: translate3d(0, 0, 0) rotate(0deg); }
    25% { transform: translate3d(2px, -5px, 0) rotate(-2deg); }
    50% { transform: translate3d(0, -10px, 0) rotate(2deg); }
    75% { transform: translate3d(-2px, -4px, 0) rotate(-1deg); }
}

@keyframes balloon-orange-float {
    0%{ transform: translate3d(0, 0, 0) rotate(0deg); }
    25% { transform: translate3d(3px, -3px, 0) rotate(6deg); }
    50% { transform: translate3d(1px, -7px, 0) rotate(12deg); }
    75% { transform: translate3d(-2px, -2px, 0) rotate(8deg); }
    100% { transform: translate3d(-2px, -2px, 0) rotate(0deg); }
}

.promo-widget__progress {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 4px;
    overflow: hidden;
    pointer-events: none;
    opacity: 0;
    z-index: 3;
    background: #84c3d2;
}

.promo-widget__progress-bar {
    display: block;
    width: 100%;
    height: 100%;
    background: #ffffff;
    transform-origin: left center;
    transform: scaleX(0);
}



@media (min-width: 769px) {
    .promo-widget {
        width: 515px;
        z-index: 250;
        will-change: top, right;
    }

    .promo-widget__wrapper {
        width: 100%;
    }
}

@media (max-width: 768px) {
    .promo-widget.promo-widget_is-collapsed {
        top: auto;
        right: 12px;
        bottom: 12px;
        left: auto;
        width: 115px!important;
        height: auto;
        padding: 0;
        background: transparent;
        display: block;
    }

    .promo-widget_is-collapsed .collapsed-block {
        width: 169px;
        min-height: 240px;
    }

    .promo-widget:not(.promo-widget_is-collapsed):not(.promo-widget_is-hidden) .promo-widget__progress {
        opacity: 1;
    }

    .promo-widget.promo-widget_is-timer-running:not(.promo-widget_is-collapsed) .promo-widget__progress-bar {
        animation: promoWidgetTimer 10s linear forwards;
    }

    .promo-widget {
        position: fixed;
        top: 0;
        left: 0;
        z-index: 100000;
        width: 100%;
        height: 100%;
        background: rgba(0, 98, 94, 0.2);
        display: flex;
        align-items: flex-end;
        justify-content: center;
        padding: 10px;
    }

    .promo-widget__wrapper {
        width: 100%;
    }

    .promo-widget__cloud {
        background-image: url("/local/components/mcart/promo-widget/templates/.default/img/mb-bg-cloud.svg");
        width: 303px;
        height: 90px;
    }

    .promo-widget__title {
        max-width: 265px;
        font-size: 16px;
        line-height: 125%;
    }

    .promo-widget__wrapper {
        padding-top: 6px;
        min-height: 122px;
    }

    .promo-widget__advertising {
        font-size: 8px;
    }

    .promo-widget__link {
        font-size: 11px;
        width: 96px;
        padding: 5px 15px;
    }

    .promo-widget__link_arr {
        width: 24px;
        height: 24px;
        svg {
            width: 14px;
            height: 14px;
        }
    }

    .promo-widget__img {
        height: 89%;
    }

    .collapsed-block__toggle,
    .collapsed-block__cow-scale{
        height: 205px;
    }

    .collapsed-block__base {
        left: 84px;
        top: 230px;
        width: 121px;
        height: 209px;
    }

    .balloon-yellow {
        left: 88px;
        top: 146px;
        width: 85px;
        height: 118px;
    }

    .balloon-green {
        left: 124px;
        top: 109px;
        width: 89px;
        height: 136px;
    }

    .balloon-orange {
        left: 165px;
        top: 125px;
        width: 87px;
        height: 131px;
    }

    .promo-widget__advertising-body {
        min-width: 250px;
        font-size: 8px;
    }
}

@keyframes promoWidgetTimer {
    from {
        transform: scaleX(0);
    }
    to {
        transform: scaleX(1);
    }
}



/* End */


/* Start:/local/templates/frutonyanya/assets/swiper/slider.css?169537526712728*/
*{
    padding: 0;
    margin: 0;
    border: 0;
}
*,*:before,*:after{
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
a {
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
    font-family: 'Roboto Condensed', sans-serif;
    text-decoration: none;
    color: inherit;
    border: 0;
    outline: 0;
    -webkit-transition: color .25s ease-in-out;
    -o-transition: color .25s ease-in-out;
    transition: color .25s ease-in-out
}

.product {
    position: relative
}

.product .like {
    top: 10px;
    right: 8px
}

@media screen and (min-width: 1260px) {
    .product .like {
        top:16px;
        right: 11px
    }
}

.product__info {
    display: block;
    text-align: center;
    color: #00625e
}

.product__info:hover,.production__link:hover {
    text-decoration: none;
    color: #2a384e
}

.product__image {
    background: #cee9ef;
    -webkit-transition: background .25s ease-in-out;
    -o-transition: background .25s ease-in-out;
    transition: background .25s ease-in-out;
    position: relative;
    display: block;
    margin-bottom: 10px;
    -webkit-border-radius: 7px;
    border-radius: 7px;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

@media screen and (max-width: 768px) {
    .product__image {
        margin-bottom:15px;
        height: 195px
    }
}

@media screen and (min-width: 768px) {
    .product__image {
        margin-bottom:15px;
        height: 230px
    }
}

@media screen and (min-width: 1260px) {
    .product__image {
        margin-bottom:20px;
        height: 286px
    }
}

@media screen and (max-width: 380px) {
    .product__image {
        margin-bottom:15px;
        height: 150px;
    }
}

.product__image::after {
    content: '';
    display: block;
    position: absolute;
    right: 20px;
    bottom: 20px;
    opacity: 0;
    width: 28px;
    height: 12px;
    background: url(/local/templates/frutonyanya/img/product/arrow.svg) no-repeat center/contain;
    -webkit-transition: right .25s ease-in-out,opacity .25s ease-in-out;
    -o-transition: right .25s ease-in-out,opacity .25s ease-in-out;
    transition: right .25s ease-in-out,opacity .25s ease-in-out
}

.product__image img {
    max-width: 100%;
    max-height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    margin-top: auto;
    display: block
}

@supports ((-webkit-filter: grayscale(1)) or (filter:grayscale(1))) or (-webkit-filter:grayscale(1)) {
    .product__image img {
        -webkit-filter:drop-shadow(0 60px 50px rgba(12,79,77,.5));
        filter: drop-shadow(0 60px 50px rgba(12,79,77,.5))
    }
}

@media (min-width: 480px) {
    @supports ((-webkit-filter:grayscale(1)) or (filter:grayscale(1))) or (-webkit-filter:grayscale(1)) {
        .product__image img {
            -webkit-filter:drop-shadow(0 60px 50px rgba(12,79,77,.5));
            filter: drop-shadow(0 60px 50px rgba(12,79,77,.5))
        }
    }
}

.product__title {
    display: block;
    font-size: 13px;
    line-height: 1.4
}

@media screen and (min-width: 768px) {
    .product__title {
        font-size:16px;
        line-height: 1.35
    }
}

@media screen and (min-width: 1260px) {
    .product__title {
        font-size:18px;
        line-height: 1.35
    }
}

@media (hover: hover) {
    .product__info:hover .product__image {
        background:#a4d3de
    }

    .product__info:hover .product__image::after {
        opacity: 1;
        right: 15px
    }
}

.product__discontinued {
    position: absolute;
    bottom: 10px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    padding: 7px 15px;
    background-color: #f1f9fa;
    font-size: 13px;
    line-height: 1.4;
    text-align: center;
    color: #2a384e;
    -webkit-border-radius: 7px;
    border-radius: 7px;
    font-family: "Roboto Condensed",sans-serif;
    width: calc(100% - 20px)
}

@media screen and (min-width: 400px) {
    .product__discontinued {
        width:auto;
        white-space: nowrap
    }
}

@media screen and (min-width: 768px) {
    .product__discontinued {
        left:10px;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none
    }
}

@media screen and (min-width: 1260px) {
    .product__discontinued {
        bottom:15px;
        left: 15px;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none
    }
}

.like_green {
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="17" height="15" viewBox="0 0 17 15" fill="none"><path d="M7.48827 2.57325C7.6295 2.76646 7.85445 2.88067 8.09377 2.88067C8.33308 2.88067 8.55803 2.76646 8.69926 2.57325C9.38556 1.63432 10.4751 1.03308 11.691 1.03308C13.7417 1.03308 15.4375 2.7441 15.4375 4.89054C15.4375 7.14637 14.1945 9.00244 12.5482 10.5276C11.1243 11.8467 9.48293 12.8434 8.25255 13.5905C8.19882 13.6232 8.14587 13.6553 8.09376 13.687C8.04165 13.6553 7.98871 13.6232 7.93497 13.5905C6.7046 12.8434 5.06319 11.8467 3.63929 10.5276C1.99301 9.00244 0.75 7.14637 0.75 4.89054C0.75 2.7441 2.44579 1.03308 4.49654 1.03308C5.71248 1.03308 6.80197 1.63432 7.48827 2.57325Z" stroke="%2300625E" stroke-width="1.5" stroke-miterlimit="10" stroke-linejoin="round"/></svg>');
}

.like {
    position: absolute;
    width: 20px;
    height: 15px;
    right: 12px;
    top: 15px;
    border: 0;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="17" height="15" viewBox="0 0 17 15" fill="none"><path d="M7.48827 2.57325C7.6295 2.76646 7.85445 2.88067 8.09377 2.88067C8.33308 2.88067 8.55803 2.76646 8.69926 2.57325C9.38556 1.63432 10.4751 1.03308 11.691 1.03308C13.7417 1.03308 15.4375 2.7441 15.4375 4.89054C15.4375 7.14637 14.1945 9.00244 12.5482 10.5276C11.1243 11.8467 9.48293 12.8434 8.25255 13.5905C8.19882 13.6232 8.14587 13.6553 8.09376 13.687C8.04165 13.6553 7.98871 13.6232 7.93497 13.5905C6.7046 12.8434 5.06319 11.8467 3.63929 10.5276C1.99301 9.00244 0.75 7.14637 0.75 4.89054C0.75 2.7441 2.44579 1.03308 4.49654 1.03308C5.71248 1.03308 6.80197 1.63432 7.48827 2.57325Z" stroke="%2300625E" stroke-width="1.5" stroke-miterlimit="10" stroke-linejoin="round"/></svg>') no-repeat center;
    -webkit-transition: background-image .25s ease-in-out;
    -o-transition: background-image .25s ease-in-out;
    transition: background-image .25s ease-in-out;
    z-index: 10;
    cursor: pointer;
    padding: 0;
    -webkit-appearance: none
}

.like .message {
    top: 17px;
    right: -22px
}


.btn {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    min-height: 45px;
    font-family: "Neucha",sans-serif;
    font-size: 15px;
    text-transform: uppercase;
    color: #fff;
    letter-spacing: .12em;
    line-height: 1;
    padding: 9px 13px;
    border: 0;
    -webkit-transition: -webkit-filter .25s ease-in-out;
    -o-transition: filter .25s ease-in-out;
    transition: filter .25s ease-in-out;
    transition: filter .25s ease-in-out,-webkit-filter .25s ease-in-out;
    cursor: pointer;
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 121 50' preserveAspectRatio='none' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M86.0833 0.534204C70.2338 0.818294 -0.393606 -2.02261 0.718637 3.09102C-0.393606 19.0001 0.996697 24.6819 0.440576 29.2274C0.162515 30.9319 -0.393606 40.3069 0.440576 41.7274C0.440576 41.7274 0.440576 46.5569 0.996697 47.9774C2.387 52.8069 71.6241 47.9774 92.2006 49.966C94.1471 50.2501 117.504 50.8183 119.173 49.3978C121.953 46.841 119.729 39.7388 120.007 35.1933C120.841 21.5569 121.119 19.8524 120.563 7.92057C120.563 6.21602 120.285 4.22739 119.451 3.09102C118.616 2.23875 116.67 1.38648 115.558 1.10239C109.44 0.250113 91.9226 0.534204 86.0833 0.534204Z' fill='%2300625E'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: 100% 100%;
    background-size: 100%;
    font-weight: 400
}

@media screen and (min-width: 768px) {
    .btn {
        padding:9px 20px
    }
}

@media screen and (min-width: 1260px) {
    .btn {
        min-height:50px;
        padding: 11px 20px;
        font-size: 17px;
    }
}

.btn_arrow::after {
    content: '';
    display: block;
    width: 13px;
    height: 9px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 13px;
    flex: 0 0 13px;
    margin-left: 9px;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="13" height="9" viewBox="0 0 13 9" fill="none"><path d="M11.704 4.5l.53.53a.75.75 0 0 0 0-1.06l-.53.53zM.852 3.75a.75.75 0 0 0 0 1.5v-1.5zm8.2-2.962a.75.75 0 0 0-1.06 1.06l1.06-1.06zm-1.06 6.364a.75.75 0 0 0 1.06 1.06l-1.06-1.06zm0-5.304l3.182 3.182 1.06-1.06L9.053.788l-1.061 1.06zm3.182 2.122L7.992 7.152l1.06 1.06 3.183-3.182-1.061-1.06zm.53-.22H.852v1.5h10.852v-1.5z" fill="%23fff"/></svg>') no-repeat center/contain;
    position: relative;
    top: 1px
}

.product__title{
    color: #00625E;
    text-align: center;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 135%;
}


/*  Стили для слайдера  */

.wrapper{
    width: 100%;
    max-width: 849px;
    padding: 12px;
    margin: 0 auto;
}

.swiper-object{
    position: relative;
}

.product_category{
    color: #00625E;
    text-align: center;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 135%;
    display: block;
}

.product_category::after{
    height: 1px;
    width: 153px;
    background: #00625E;
    content: '';
    display: block;
    margin: 6px auto;
}

.product__title{
    margin-bottom: 20px;
}

.swiper-object .swiper-button-prev, .swiper-object .swiper-button-next{
    color: #00625E;
    top: 143px;
}

.swiper-object .swiper-button-prev {
    margin-left: -55px;
}

.swiper-object .swiper-button-next{
    margin-right: -55px;
}

.swiper-object .swiper-pagination-bullet{
    width: 15px;
    height: 15px;
    background: transparent;
    border: 1px solid #00625e;
    opacity: 1;
}

.swiper-object .swiper-pagination-bullet-active{
    background: #00625E;
}

.swiper-pagination.swiper-pagination-bullets.swiper-pagination-horizontal{
    bottom: -50px;
}
.product__image img{
    margin: auto;
}
.wrapper__header{
    display: flex;
    justify-content: center;
}

.swiper-wrapper{
    align-items: stretch;
}

.swiper-wrapper .swiper-slide{
    height: auto;
}

.product, .product__info{
    height:100%;
}

.product__info .btn{
    margin-top: auto;
    margin-bottom: 0;
    width: 153px;
    margin-right: auto;
    margin-left: auto;
}

.product__info{
    display: flex;
    flex-direction: column;
}

.product_category::after{
    width:100%;
    max-width: 153px;
}

.wrapper{
    margin: 0 auto 50px auto;
}

@media (max-width: 1260px){
    .swiper-object .swiper-button-prev {
        margin-left: -45px;
    }
    .swiper-object .swiper-button-next {
        margin-right: -45px;
    }
}

@media (max-width: 767px){
    .swiper-wrapper .swiper-slide{
        flex-basis: 229px;
        -ms-flex-preferred-size:229px;
    }
}

@media (max-width: 540px){
    .swiper-wrapper .swiper-slide{
        -ms-flex: 0 0 190px;
        flex: 0 0 190px;
    }
}



@media (max-width: 1260px){
    .swiper-object .swiper-button-prev, .swiper-object .swiper-button-next {
        display: none;
    }

}

.swiper-object .swiper-button-prev:after, .swiper-object .swiper-button-next:after{
    font-size: 31px;
}

.swiper-slide .product__info{
    display: flex;
}

.swiper-slide .product__image img{
    margin: auto;
    object-position: center;
}

.product_category{
    font-weight: normal;
    margin-bottom: 20px;
}

.product_category::after{
    height: 0;
}

.product__info .product__title{
    font-size: 18px;
}
/* End */


/* Start:/local/templates/frutonyanya/assets/swiper/swiper.css?169537526719081*/
/**
 * Swiper 7.1.0
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2021 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: October 25, 2021
 */

@font-face {
  font-family: 'swiper-icons';
  src: url('data:application/font-woff;charset=utf-8;base64, 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');
  font-weight: 400;
  font-style: normal;
}

:root {
  --swiper-theme-color: #007aff;
}

.article_slider_uniq .swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
}

.swiper-vertical>.swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}

.swiper-android .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-pointer-events {
  touch-action: pan-y;
}

.swiper-pointer-events.swiper-vertical {
  touch-action: pan-x;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

/* Auto Height */
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

/* 3D Effects */
.swiper-3d,
.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}

.swiper-3d .swiper-wrapper,
.swiper-3d .swiper-slide,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}

.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}

.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

/* CSS Mode */
.swiper-css-mode>.swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */
}

.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-css-mode>.swiper-wrapper>.swiper-slide {
  scroll-snap-align: start start;
}

.swiper-horizontal.swiper-css-mode>.swiper-wrapper {
  scroll-snap-type: x mandatory;
}

.swiper-vertical.swiper-css-mode>.swiper-wrapper {
  scroll-snap-type: y mandatory;
}

.swiper-centered>.swiper-wrapper::before {
  content: '';
  flex-shrink: 0;
  order: 9999;
}

.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-horizontal>.swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}

.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-vertical>.swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

.swiper-centered>.swiper-wrapper>.swiper-slide {
  scroll-snap-align: center center;
}

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
  height: 1px;
  width: var(--swiper-virtual-size);
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
  width: 1px;
  height: var(--swiper-virtual-size);
}

:root {
  --swiper-navigation-size: 44px;
  /*
  --swiper-navigation-color: var(--swiper-theme-color);
  */
}

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - (var(--swiper-navigation-size) / 2));
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-prev:after,
.swiper-button-next:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  text-transform: none;
  font-variant: initial;
  line-height: 1;
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: 10px;
  right: auto;
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  content: 'prev';
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  content: 'next';
}

.swiper-button-lock {
  display: none;
}

:root {
  /*
  --swiper-pagination-color: var(--swiper-theme-color);
  --swiper-pagination-bullet-size: 8px;
  --swiper-pagination-bullet-width: 8px;
  --swiper-pagination-bullet-height: 8px;
  --swiper-pagination-bullet-inactive-color: #000;
  --swiper-pagination-bullet-inactive-opacity: 0.2;
  --swiper-pagination-bullet-opacity: 1;
  --swiper-pagination-bullet-horizontal-gap: 4px;
  --swiper-pagination-bullet-vertical-gap: 6px;
  */
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 300ms opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: 10px;
  left: 0;
  width: 100%;
}

/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: 50%;
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet:only-child {
  display: none !important;
}

.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-vertical>.swiper-pagination-bullets,
.swiper-pagination-vertical.swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}

.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}

.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}

.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 200ms transform, 200ms top;
}

.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}

.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms left;
}

.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms right;
}

/* Progress */
.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}

.swiper-horizontal>.swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-vertical>.swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-lock {
  display: none;
}

/* Scrollbar */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-horizontal>.swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-vertical>.swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.swiper-zoom-container>img,
.swiper-zoom-container>svg,
.swiper-zoom-container>canvas {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
}

/* Preloader */
:root {
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  */
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  animation: swiper-preloader-spin 1s infinite linear;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}

@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg);
  }
}

/* a11y */
.swiper .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-free-mode>.swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-grid>.swiper-wrapper {
  flex-wrap: wrap;
}

.swiper-grid-column>.swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}

.swiper-fade.swiper-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}

.swiper-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}

.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-fade .swiper-slide-active,
.swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube {
  overflow: visible;
}

.swiper-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-cube.swiper-rtl .swiper-slide {
  transform-origin: 100% 0;
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-next,
.swiper-cube .swiper-slide-prev,
.swiper-cube .swiper-slide-next+.swiper-slide {
  pointer-events: auto;
  visibility: visible;
}

.swiper-cube .swiper-slide-shadow-top,
.swiper-cube .swiper-slide-shadow-bottom,
.swiper-cube .swiper-slide-shadow-left,
.swiper-cube .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: 0;
}

.swiper-cube .swiper-cube-shadow:before {
  content: '';
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  filter: blur(50px);
}

.swiper-flip {
  overflow: visible;
}

.swiper-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-flip .swiper-slide-active,
.swiper-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-flip .swiper-slide-shadow-top,
.swiper-flip .swiper-slide-shadow-bottom,
.swiper-flip .swiper-slide-shadow-left,
.swiper-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-creative .swiper-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
  transition-property: transform, opacity, height;
}

.swiper-cards {
  overflow: visible;
}

.swiper-cards .swiper-slide {
  transform-origin: center bottom;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
}
.wrapper__header{
  display: flex;
  justify-content: center;
}
/* End */
/* /local/templates/frutonyanya/components/bitrix/menu/main.top.v3/style.css?1771998842532 */
/* /local/components/mcart/promo-widget/templates/.default/style.css?17764295909169 */
/* /local/templates/frutonyanya/assets/swiper/slider.css?169537526712728 */
/* /local/templates/frutonyanya/assets/swiper/swiper.css?169537526719081 */
