

/* 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 */
/* /local/templates/frutonyanya/components/bitrix/menu/main.top.v3/style.css?1771998842532 */
/* /local/components/mcart/promo-widget/templates/.default/style.css?17764295909169 */
