.offer__box{text-align:center;overflow: hidden;}
.motivation{text-align:center;color:var(--color-light);background-color:var(--color);padding:5px 10px;box-shadow:1px 1px 4px #444}


.timer{padding-top:20px}
.timer__title{font-size:1.2rem;font-weight:600;text-align:center}
.timer__block{padding:10px 0 0;font-size:3rem;line-height:3rem;font-weight:600;color:var(--color);display:grid;grid-template-columns:4.5rem 0.5rem 4.5rem 0.5rem 4.5rem /*0.5rem 4.5rem*/;justify-items:center;justify-content:center}
.timer__item{position:relative}
.timer__item::before{content:attr(data-title);display:block;position:absolute;bottom:-0.875rem;left:50%;transform:translateX(-50%);font-size:0.875rem;line-height:0.875rem;color:var(--color)}


.count{padding:34px 0 20px}
.count__text{font-size:0.95rem;font-style:italic;font-weight:600;text-align:center}
.count__value{font-size:1.05rem;color:#fff;font-weight:600;background:var(--color-attention);padding:2px 5px;border-radius:10px}


.form{width:100%;max-width:480px;background:var(--color);padding:20px 10px;box-shadow:1px 1px 4px #444;position: relative;}
.form::before,.form.form-1::after,.form.form-4::after{content:"";position:absolute;top:-140px;height:150px;z-index: -1;}
.form.form-1:before,.form.form-4:before{background: url(/img/blender-1.png) no-repeat;left:-7px;width:76px;transform: rotate(-15deg)}
.form.form-1::after,.form.form-4:after{background:url(/img/blender-2.png) no-repeat;right:0;width:61px;transform: rotate(15deg)}
.form.form-2::before{background: url(/img/blender-1.png) no-repeat;left:-7px;width:76px;transform: rotate(-15deg)}
.form.form-3::before{background: url(/img/blender-2.png) no-repeat;left:-7px;width:61px;transform: rotate(-15deg)}
.form.anim__active::before{-webkit-animation:emerging-l 1.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) .3s;animation:emerging-l 1.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) .3s; transition:transform 0.5s ease}
.form.anim__active.form-1::after,.form.anim__active.form-4::after{-webkit-animation:emerging-r 1.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) .3s;animation:emerging-r 1.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) .3s; transition:transform 0.5s ease}
@-webkit-keyframes emerging-l{
    0%{
        -webkit-transform:translateY(0) rotate(-360deg);
                transform:translateY(0) rotate(-360deg);
    }
    40%{
        -webkit-transform:translateY(-100px) rotate(0);
                transform:translateY(-100px) rotate(0);
    }
    100%{
        -webkit-transform:translateY(0) rotate(-15deg);
                transform:translateY(0) rotate(-15deg);
    }
}
@keyframes emerging-l{
    0%{
        -webkit-transform:translateY(0) rotate(-360deg);
                transform:translateY(0) rotate(-360deg);
    }
    40%{
        -webkit-transform:translateY(-100px) rotate(0);
                transform:translateY(-100px) rotate(0);
    }
    100%{
        -webkit-transform:translateY(0) rotate(-15deg);
                transform:translateY(0) rotate(-15deg);
    }
    
}@-webkit-keyframes emerging-r{
    0%{
        -webkit-transform:translateY(0) rotate(360deg);
                transform:translateY(0) rotate(360deg);
    }
    40%{
        -webkit-transform:translateY(-100px) rotate(0);
                transform:translateY(-100px) rotate(0);
    }
    100%{
        -webkit-transform:translateY(0) rotate(15deg);
                transform:translateY(0) rotate(15deg);
    }
}
@keyframes emerging-r{
    0%{
        -webkit-transform:translateY(0) rotate(360deg);
                transform:translateY(0) rotate(360deg);
    }
    40%{
        -webkit-transform:translateY(-100px) rotate(0);
                transform:translateY(-100px) rotate(0);
    }
    100%{
        -webkit-transform:translateY(0) rotate(15deg);
                transform:translateY(0) rotate(15deg);
    }
}


.form__feedback{display:flex;flex-direction:column;align-items:center;gap:10px;margin-bottom:5px} 
label, input, textarea, select{font-size:1.3rem;line-height:1.2rem} 
label{display:block;margin-bottom:0.4rem}
input, textarea{position: relative;padding:0.4rem 0.4rem 0.4rem 37px;width:100%;color:var(--color);border:1px solid #ffd837;position:relative}
input:nth-child(2), textarea:nth-child(2){background:var(--color-white) url(/img/name-icon.png) no-repeat;background-size: 27px;background-position: 7px center}
input:nth-child(3), textarea:nth-child(3){background:var(--color-white) url(/img/phone-icon.png) no-repeat;background-size: 27px;background-position: 7px center}
input::placeholder{font-size:.9rem;line-height:2rem;color:var(--color)}
.form-btn{font-size:1.1rem;font-weight:600;display:block;background:var(--color-yellow);color:var(--color-btn);padding:0.6rem;border:1px solid var(--color-btn);border-radius:27px;
-webkit-animation:pay-attention 1.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) infinite 1s;
animation:pay-attention 1.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) infinite 1s; transition:transform 0.5s ease}
@-webkit-keyframes pay-attention{
    0%{
        -webkit-transform:scale(1);
                transform:scale(1);
    }
    5%{
        -webkit-transform:scale(0.9);
                transform:scale(0.9);
    }10%{
        -webkit-transform:scale(1.1);
                transform:scale(1.1);
    }
    20%{
        -webkit-transform:scale(1);
                transform:scale(1);
    }}
@keyframes pay-attention{
    0%{
        -webkit-transform:scale(1);
                transform:scale(1);
    }
    5%{
        -webkit-transform:scale(0.9);
                transform:scale(0.9);
    }10%{
        -webkit-transform:scale(1.1);
                transform:scale(1.1);
    }
    20%{
        -webkit-transform:scale(1);
                transform:scale(1);
    }  }
.statusMessage{width: 80%;margin: 15px auto;font-size:0.9rem;font-weight: 600;;color:var(--color);background:var(--color-white);border-radius: 10px;padding: 5px 10px;position: relative;}
.statusMessage::before{content:"";position: absolute;top: -15px;left: 50%;transform: translateX(-50%);width: 0;height: 0;border-left: 12px solid transparent;border-right: 12px solid transparent;border-bottom: 15px solid var(--color-white)}
.form__discount{font-size:1.1em;color:var(--color-light);padding:20px 0 0}
.form__contacts{display:flex;align-items:center;justify-content:center;gap:7px;padding:10px 0 0}
.contacts__number{font-size:1.5rem;line-height:1.5rem;font-weight:600;color:var(--color-light);padding-right:5px}
.contacts__messenger{background:var(--color-white);border-radius:50%}
.messenger__icon{width:30px;height:30px}
.icon__viber{background:url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 80 80'%3e%3cdefs%3e%3cstyle%3e.i%7bfill:none;stroke:%235d5ca6;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.93px%7d.j%7bfill:%235d5ca6%7d%3c/style%3e%3c/defs%3e%3cg id='b'%3e%3cg id='c'%3e%3cpath id='d' d='M71 7.8C69 6 60.6.2 41.7.1c0 0-22.3-1.3-33.1 8.1C2.4 14 .3 22.3 0 32.7s-.6 29.8 19.2 35.1V76s0 3.3 2.1 3.9c2.8.8 4.3-1.7 7-4.3l4.9-5.3c13.5 1 23.9-1.3 25.1-1.7 2.8-.9 18.2-2.8 20.7-22.2 2.7-20.1-1-32.8-8-38.5Zm2.4 37C71.3 61 58.8 62 56.4 62.6a77 77 0 0 1-21.6 1.8s-8.5 9.7-11.3 12.3c-.4.5-.9.6-1.2.6-.4-.1-.5-.7-.5-1.4V62.6C5.2 58.2 6.2 41.6 6.4 32.9c.2-8.7 1.8-15.8 7-20.6 9.1-7.8 28-6.7 28-6.7 16 .1 23.7 4.6 25.4 6.2 5.8 4.8 8.8 16.3 6.7 33Z' class='j'/%3e%3cpath id='e' d='M49.6 31.2c-.2-4.2-2.4-6.5-6.5-6.7' class='i'/%3e%3cpath id='f' d='M55.3 33c0-4-1.2-7.3-3.5-9.9a14.7 14.7 0 0 0-10.2-4.5' class='i'/%3e%3cpath id='g' d='M60.9 35.3c0-6.9-2.1-12.3-6.2-16.2s-9.1-6-15.2-6' class='i'/%3e%3cpath id='h' d='M43.3 45.8s1.6 0 2.4-1l1.6-2c.8-1 2.6-1.7 4.5-.6 1 .5 2.8 1.6 4 2.5l3.6 3c1.3 1 1.5 2.4.7 4-.8 1.5-2 2.8-3.4 4a7 7 0 0 1-3.4 1.8H53l-1.5-.3a58.3 58.3 0 0 1-20.6-12.6l-.4-.4A45 45 0 0 1 22 32.9a45.4 45.4 0 0 1-4.3-9.3l-.2-1.5v-.4a6 6 0 0 1 1.7-3.4 19 19 0 0 1 4-3.4c1.6-.8 3.1-.6 4.1.7l3 3.7 2.5 4c1 1.7.4 3.7-.5 4.5l-2 1.5c-1 .8-1 2.4-1 2.4s2.9 11.2 14 14Z' class='j'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e") no-repeat;margin:4px 3px 2px 3px}
.icon__telegram{background:url("data:image/svg+xml;charset=UTF-8,%3c?xml version='1.0' encoding='UTF-8'?%3e%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 44.51 37.51'%3e%3cdefs%3e%3cstyle%3e.d%7bfill:%23007cff;%7d.d,.e%7bstroke:%23fff;stroke-miterlimit:10;%7d.f%7bfill:%2300448c;%7d.e%7bfill:%23005aff;stroke-width:2px;%7d%3c/style%3e%3c/defs%3e%3cg id='a'/%3e%3cg id='b'%3e%3cg id='c'%3e%3cg%3e%3cpath class='e' d='M16.85,34.75c-1.3,0-1-.5-1.5-1.7l-3.8-12.6L35.15,5.75l2.7,.7-2.3,6.3-18.7,22Z'/%3e%3cpath class='f' d='M16.85,34.75c1,0,1.4-.5,2-1l12-11.7-6.8-1.6-6.4,4-.8,10v.3Z'/%3e%3cpath class='d' d='M17.55,24.55l16.1,12c1.8,1,3.2,.4,3.6-1.8L43.85,3.75c.7-2.6-1-3.8-2.8-3L2.55,15.45c-2.7,1.1-2.6,2.6-.5,3.2l9.9,3.1L34.95,7.35c1-.7,2-.3,1.2,.4L17.55,24.55Z'/%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/svg%3e") no-repeat;margin:6px 5px 0 1px}
.icon__whatsapp{background:url("data:image/svg+xml;charset=UTF-8,%3csvg id='Layer_1' data-name='Layer 1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 40 40'%3e%3cdefs%3e%3cstyle%3e.cls-1%7bstroke:%23fff;stroke-miterlimit:10;fill:url(%23Градієнт_без_назви);%7d%3c/style%3e%3clinearGradient id='Градієнт_без_назви' x1='-20.37' y1='626.37' x2='58.42' y2='547.57' gradientTransform='translate(0 -566)' gradientUnits='userSpaceOnUse'%3e%3cstop offset='0' stop-color='%23209142'/%3e%3cstop offset='1' stop-color='%2356d263'/%3e%3c/linearGradient%3e%3c/defs%3e%3cpath class='cls-1' d='M20,.5A19.54,19.54,0,0,0,3.82,30.93L1.87,38.24l7.7-1.75a19.48,19.48,0,1,0,20.77-33A19.11,19.11,0,0,0,20,.5Zm9.55,30.14c-2.73,1.26-8.38.58-14.43-4.49S7.62,15.52,8.5,12.59s4.19-3.41,4.78-3.31,3.7,5.07,3.31,5.65-2.44,2.64-2.44,2.64-.09,2.14,3.81,5.36,5.95,2.93,5.95,2.93,1.75-2.34,2.24-2.83,5.85,1.85,6.14,2.44c0,.58,0,3.9-2.73,5.17Z'/%3e%3c/svg%3e") no-repeat;margin:3px}


.offer__item{padding:40px 0 0}
.item__title{font-size:1.7rem;line-height:2rem;text-wrap:balance;text-align:center;color:var(--color-dark);/*text-transform:uppercase;background:var(--color)*/;padding:15px 3px;position:relative;z-index:1}
.item__title .price__model{text-transform:uppercase}

.carousel{position:relative;width:90%;max-width:480px;height: auto;margin:auto;overflow:hidden;box-shadow:1px 1px 3px #444}
.carousel-images{display:flex;transition:transform 0.5s ease}
.carousel-images img{width:100%;height:auto;padding: 1px;}
.carousel-button{width:50px;height:50px;;position:absolute;top:50%;transform:translateY(-50%);background:var(--color-white-2);border: 1px solis var(--color-white);color:var(--color-attention);box-shadow:0 0 4px #444;cursor:pointer;border-radius:50%;}
.carousel-button.left{left:10px;}
.carousel-button.right{right:10px;}
.carousel-button svg{width: 46px;height: 50px;padding: 10px;}
.carousel-button.left svg{margin-left: -4px;}
.carousel-button.right svg{margin-right: -4px;}
.thumbnails{display:flex;justify-content:center;margin-top:10px}
.thumbnail{width:50px;height:50px;object-fit:cover;margin:0 5px;cursor:pointer;opacity:0.6}
.thumbnail.active{border:2px solid blue;opacity:1}

.offer__item .price__label{grid-area:1 / 1 / 2 / 3;color:var(--color-attention);font-size:1.5rem;line-height:1.5;font-weight:600;font-style:italic}

.benefits{padding:40px 10px 0}
.benefits__title{font-size:1.3rem;line-height:1.75rem;text-align:center;color:var(--color)}
.benefits .offer__img{margin:15px 0 0}
.benefits__text{padding:15px 0 0 0}
.benefits__list{padding:15px 15px 0}
.benefits__item{padding-left:25px;position:relative}
.benefits__item:not(:last-child){margin-bottom:15px}
.benefits__item::after{content:"";background:url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 22.578 22.578'%3e%3cpath d='M9.933 275.392c-.536.014-.975.461-.975 1v.332h-.997c-.533 0-1.025.302-1.263.779l-.275.553H4.631a.333.333 0 0 0-.332.332v.665c0 .117.06.225.16.286l1.504.903v.143c0 3.785 1.727 7.227 1.998 7.743v.58c-.731 0-1.332.6-1.332 1.332v4.326c0 .432.28.802.666.94v.392a.333.333 0 0 0 .666 0v-.334h5.99v.334a.333.333 0 0 0 .666 0v-.392c.386-.137.666-.508.666-.94v-4.326c0-.732-.6-1.332-1.332-1.332v-.58c.081-.155.29-.569.549-1.182l1.597-.396c1.295-.32 2.181-1.51 2.181-2.835v-2.995a1.67 1.67 0 0 0-1.663-1.667h-.666v-.665a.333.333 0 0 0-.334-.332h-.127l-.276-.553a1.41 1.41 0 0 0-1.26-.78h-.998v-.33c0-.548-.453-1-1-1H9.932zm.025.666h1.995a.33.33 0 0 1 .334.334v.332H9.624v-.332a.33.33 0 0 1 .334-.334zm-1.997 1.332h5.99c.283 0 .54.158.666.41l.127.256H7.166l.129-.255a.743.743 0 0 1 .666-.41zm-2.996 1.332h4.993v4.52l-.235.237a.333.333 0 0 0-.065.383l.667 1.332a.333.333 0 0 0 .297.184h.666a.333.333 0 0 0 .3-.184l.663-1.332a.333.333 0 0 0-.062-.383l-.236-.236v-4.521h3.33v1.663c0 3.015-1.178 5.866-1.706 6.991H8.335c-.528-1.125-1.706-3.976-1.706-6.99v-.332a.333.333 0 0 0-.162-.286l-1.502-.901Zm5.657 0h.666v4.658c0 .09.035.174.098.236l.162.165-.465.932h-.255l-.467-.932.165-.165a.333.333 0 0 0 .096-.236zm5.327.998h.666c.555 0 .998.444.998 1v2.995c0 1.03-.685 1.944-1.676 2.19l-1.135.28c.548-1.465 1.147-3.574 1.147-5.8zm-8.322.334a.333.333 0 0 0-.332.331c0 2.053.51 4 1.017 5.438a.333.333 0 0 0 .627-.221c-.491-1.392-.978-3.275-.978-5.217a.333.333 0 0 0-.334-.331zm6.658 0a.333.333 0 0 0-.334.331c0 1.942-.49 3.825-.98 5.217a.333.333 0 0 0 .63.221c.507-1.438 1.016-3.385 1.016-5.438a.333.333 0 0 0-.332-.331zm-5.658 7.988h4.658v.997c0 .185.15.335.335.334h.331c.372 0 .666.295.666.667v4.326a.326.326 0 0 1-.332.332H7.627a.327.327 0 0 1-.332-.332v-4.326c0-.372.294-.667.666-.667h1.331a.333.333 0 0 0 0-.665h-.665zm-.335 1.998a.333.333 0 0 0-.331.331v2.664c0 .183.149.33.331.331h1.724c.138.387.509.666.94.666.431 0 .802-.28.94-.666h1.724c.183 0 .33-.148.331-.331v-2.664a.333.333 0 0 0-.331-.331zm.335.665h4.658v1.996h-1.39a1.004 1.004 0 0 0-.939-.666c-.43 0-.8.28-.94.666h-1.39Zm.998.333a.333.333 0 1 0-.003.666.333.333 0 0 0 .003-.666zm1.331 0a.333.333 0 1 0-.003.666.333.333 0 0 0 .003-.666zm1.331 0a.333.333 0 1 0-.002.666.333.333 0 0 0 .002-.666zm-1.331 1.663c.188 0 .332.146.332.334a.326.326 0 0 1-.332.331.328.328 0 0 1-.334-.331.33.33 0 0 1 .334-.334z' style='color:%235a0000;display:inline;fill:%230072eb;stroke-width:1;stroke-linecap:round;stroke-linejoin:round;-inkscape-stroke:none' transform='translate(0 -274.422)'/%3e%3c/svg%3e") no-repeat;display:block;width:25px;height:25px;position:absolute;left:0;top:-3px}

.characteristics{padding:40px 10px}
.characteristics__title{font-size:1.3rem;line-height:1.75rem;text-align:center;color:var(--color)}
.characteristics .offer__img{margin:15px 0 0}
.characteristics__text{padding:15px 0 0 0}
.characteristics__list{padding:15px 15px 0}
.characteristics__item{padding-left:20px;position:relative}
.characteristics__item:not(:last-child){margin-bottom:15px}
.characteristics__item::after{content:"";background:url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 68.86 82.99'%3e%3cpath d='m0 39.11 9.73-4.67c1.98 1.24 5.42 3.94 8.69 9.34 2.97 5.23 4.96 11.18 5.85 17.43 3.82-13.26 9.03-25.88 15.49-37.55 2.5-4.15 4.82-7.26 6.8-9.44.6-.73 3.1-3.63 6.8-6.22C58.2 4.51 63.41 1.82 68.85.01v3.1c-5.75 3.22-10.77 8.06-14.63 14.11-5.66 9.67-10.23 20.21-13.6 31.33l-7.75 29.77-14.46 4.67c-1.38-6.22-3.53-13.8-6.8-21.89C7.75 51.35 3.44 44.09 0 39.11Z' style='fill:%230072eb'/%3e%3c/svg%3e") no-repeat;display:block;width:25px;height:25px;position:absolute;left:0;top:-4px}


.video{padding:40px 0 0}
.video__title{font-size:1.3rem;line-height:1.75rem;text-align:center;color:var(--color)}
.video__wrapper {position: relative;width: 100%;height: 270px;cursor: pointer;background-color: #000;margin: 15px 0 0;}
.video__preview {width: 100%;height: 270px;-o-object-fit: cover;object-fit: cover;}
.video__play-button {width: 70px;;position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%, -50%);-ms-transform:translate(-50%, -50%);transform:translate(-50%, -50%);background:transparent;cursor:pointer}
iframe{width:100%;max-width:480px;height:225px}
.html5-video-player .video-stream{width:100% !important;height:auto !important;left:0 !important}
.video-scroll{position: absolute;left: 0;bottom:55px;height: 2px;width: 90%;margin: 0 5%;background: var(--color-white-2);}
.video-scroll-botton{width: 12px;height: 12px;border-radius: 50%;background: var(--color-attention);margin: -5px 0 0 -5px;}
.video-controls{position: absolute;left: 0;bottom: 0;display: flex;background: #5e5e5e69;}
.controls {width: 100%;}
.controls__botton {width: 48px;height: 48px;position: relative;fill:var(--color-grey)}
.controls__logo {position: absolute;right: 48px;bottom: 12px}
.controls__botton-fullscreen{position: absolute;right: 0;bottom: 0;}

.order{padding:15px 10px}
.order__title{font-size:1.5rem;line-height:1.75rem;text-align:center;color:var(--color);text-shadow:0 0 4px #fff}
.order__list{display:flex;flex-wrap:wrap;justify-content:center;padding-top:15px}
.order__item{width:50%;padding:20px;display:flex;flex-direction:column;align-items:center;gap:15px}
.oredr__img{display:flex;padding:5px;position:relative}
.oredr__img::after{content:"";position:absolute;top:0;left:-35%;z-index:-1;width:170%;height:100%;background:var(--color);-webkit-transform:skewX(-35deg);-moz-transform:skewX(-35deg);-ms-transform:skewX(-35deg);-o-transform:skewX(-35deg);transform:skewX(-35deg);box-shadow:1px 1px 3px #444}
.oredr__img svg{width:50px;height:50px}
.oredr__img path{fill:var(--color-white)}
.order__item:last-of-type path{stroke:var(--color-white)}
.order__heading{font-size:1.3rem;font-weight:600;color:var(--color)}
.order__desc{text-align:center}


.review{padding:20px 20px 30px;background:var(--color-light)}
.review__title{font-size:1.5rem;line-height:1.75rem;text-align:center;color:var(--color);text-shadow:0 0 4px #fff}
.review__list{padding-top:15px}
.review__item{display:flex;flex-direction:column;gap:10px;padding:15px;background:var(--color-white);box-shadow:1px 1px 3px #444;border-radius:0 10px 10px 10px}
.review__item:not(:last-child){margin-bottom:30px}
.review__author{display:grid;grid-template:auto / 50px auto 76px ;gap:3px}
.author__img{width:50px;height:auto;border-radius:50%}
.author__info{display:flex;flex-direction:column}
.author__info--left{font-weight:600}
.author__info--right{align-items:center}
.author__age{font-size:.9rem}
.author__rating{background:url(/img/reviews-5.png) no-repeat;width:76px;height:12px}
.author__date{font-size:0.85rem}
.review__text{font-size:0.9rem}


.delivery{padding:25px 10px 50px;background:var(--color-dark)}
.delivery__title{font-size:1.5rem;line-height:1.75rem;text-align:center;color:var(--color-white);text-shadow:0 0 4px #000}
.delivery__list{padding:15px 10px 0}
.delivery__item:not(:last-child){margin-bottom:15px}
.delivery__item{line-height:1.5rem;font-style:italic;padding-left:20px;color:var(--color-white);position:relative;text-shadow:0 0 4px #000}
.delivery__item::before{content:"";background:url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 68.86 82.99'%3e%3cpath d='m0 39.11 9.73-4.67c1.98 1.24 5.42 3.94 8.69 9.34 2.97 5.23 4.96 11.18 5.85 17.43 3.82-13.26 9.03-25.88 15.49-37.55 2.5-4.15 4.82-7.26 6.8-9.44.6-.73 3.1-3.63 6.8-6.22C58.2 4.51 63.41 1.82 68.85.01v3.1c-5.75 3.22-10.77 8.06-14.63 14.11-5.66 9.67-10.23 20.21-13.6 31.33l-7.75 29.77-14.46 4.67c-1.38-6.22-3.53-13.8-6.8-21.89C7.75 51.35 3.44 44.09 0 39.11Z' style='fill:%23ffffff'/%3e%3c/svg%3e") no-repeat;display:block;width:25px;height:25px;position:absolute;left:0;top:-4px}