:root{--f-spinner-width:36px;--f-spinner-height:36px;--f-spinner-color-1:rgba(0, 0, 0, 0.1);--f-spinner-color-2:rgba(17, 24, 28, 0.8);--f-spinner-stroke:2.75}.f-spinner{margin:auto;padding:0;width:var(--f-spinner-width);height:var(--f-spinner-height)}.f-spinner svg{width:100%;height:100%;vertical-align:top;animation:f-spinner-rotate 2s linear infinite}.f-spinner svg *{stroke-width:var(--f-spinner-stroke);fill:none}.f-spinner svg :first-child{stroke:var(--f-spinner-color-1)}.f-spinner svg :last-child{stroke:var(--f-spinner-color-2);animation:f-spinner-dash 2s ease-in-out infinite}@keyframes f-spinner-rotate{100%{transform:rotate(360deg)}}@keyframes f-spinner-dash{0%{stroke-dasharray:1,150;stroke-dashoffset:0}50%{stroke-dasharray:90,150;stroke-dashoffset:-35}100%{stroke-dasharray:90,150;stroke-dashoffset:-124}}.f-throwOutUp{animation:.175s ease-out both f-throwOutUp}.f-throwOutDown{animation:.175s ease-out both f-throwOutDown}@keyframes f-throwOutUp{to{transform:translate3d(0,-150px,0);opacity:0}}@keyframes f-throwOutDown{to{transform:translate3d(0,150px,0);opacity:0}}.f-zoomInUp{animation:var(--f-transition-duration,.2s) ease-out .1s both f-zoomInUp}.f-zoomOutDown{animation:var(--f-transition-duration,.2s) ease-out both f-zoomOutDown}@keyframes f-zoomInUp{from{transform:scale(.975) translate3d(0,16px,0);opacity:0}to{transform:scale(1) translate3d(0,0,0);opacity:1}}@keyframes f-zoomOutDown{to{transform:scale(.975) translate3d(0,16px,0);opacity:0}}.f-fadeIn{animation:var(--f-transition-duration,.2s) ease both f-fadeIn;z-index:2}.f-fadeOut{animation:var(--f-transition-duration,.2s) ease both f-fadeOut;z-index:1}@keyframes f-fadeIn{0%{opacity:0}100%{opacity:1}}@keyframes f-fadeOut{100%{opacity:0}}.f-fadeSlowIn{animation:var(--f-transition-duration,.5s) ease both f-fadeSlowIn;z-index:2}.f-fadeSlowOut{animation:var(--f-transition-duration,.5s) ease both f-fadeSlowOut;z-index:1}@keyframes f-fadeSlowIn{0%{opacity:0}100%{opacity:1}}@keyframes f-fadeSlowOut{100%{opacity:0}}.f-fadeFastIn{animation:var(--f-transition-duration,.2s) ease-out both f-fadeFastIn;z-index:2}.f-fadeFastOut{animation:var(--f-transition-duration,.2s) ease-out both f-fadeFastOut;z-index:2}@keyframes f-fadeFastIn{0%{opacity:.75}100%{opacity:1}}@keyframes f-fadeFastOut{100%{opacity:0}}.f-crossfadeIn{animation:var(--f-transition-duration,.2s) ease-out both f-crossfadeIn;z-index:2}.f-crossfadeOut{animation:calc(var(--f-transition-duration,.2s)*.5) linear .1s both f-crossfadeOut;z-index:1}@keyframes f-crossfadeIn{0%{opacity:0}100%{opacity:1}}@keyframes f-crossfadeOut{100%{opacity:0}}.f-slideIn.from-next{animation:var(--f-transition-duration,.85s) cubic-bezier(.16,1,.3,1) f-slideInNext}.f-slideIn.from-prev{animation:var(--f-transition-duration,.85s) cubic-bezier(.16,1,.3,1) f-slideInPrev}.f-slideOut.to-next{animation:var(--f-transition-duration,.85s) cubic-bezier(.16,1,.3,1) f-slideOutNext}.f-slideOut.to-prev{animation:var(--f-transition-duration,.85s) cubic-bezier(.16,1,.3,1) f-slideOutPrev}@keyframes f-slideInPrev{0%{transform:translateX(100%)}100%{transform:translate3d(0,0,0)}}@keyframes f-slideInNext{0%{transform:translateX(-100%)}100%{transform:translate3d(0,0,0)}}@keyframes f-slideOutNext{100%{transform:translateX(-100%)}}@keyframes f-slideOutPrev{100%{transform:translateX(100%)}}.f-classicIn.from-next{animation:var(--f-transition-duration,.85s) cubic-bezier(.16,1,.3,1) f-classicInNext;z-index:2}.f-classicIn.from-prev{animation:var(--f-transition-duration,.85s) cubic-bezier(.16,1,.3,1) f-classicInPrev;z-index:2}.f-classicOut.to-next{animation:var(--f-transition-duration,.85s) cubic-bezier(.16,1,.3,1) f-classicOutNext;z-index:1}.f-classicOut.to-prev{animation:var(--f-transition-duration,.85s) cubic-bezier(.16,1,.3,1) f-classicOutPrev;z-index:1}@keyframes f-classicInNext{0%{transform:translateX(-75px);opacity:0}100%{transform:translate3d(0,0,0);opacity:1}}@keyframes f-classicInPrev{0%{transform:translateX(75px);opacity:0}100%{transform:translate3d(0,0,0);opacity:1}}@keyframes f-classicOutNext{100%{transform:translateX(-75px);opacity:0}}@keyframes f-classicOutPrev{100%{transform:translateX(75px);opacity:0}}:root{--f-button-width:40px;--f-button-height:40px;--f-button-border:0;--f-button-border-radius:0;--f-button-color:#374151;--f-button-bg:#f8f8f8;--f-button-hover-bg:#e0e0e0;--f-button-active-bg:#d0d0d0;--f-button-shadow:none;--f-button-transition:all 0.15s ease;--f-button-transform:none;--f-button-svg-width:20px;--f-button-svg-height:20px;--f-button-svg-stroke-width:1.5;--f-button-svg-fill:none;--f-button-svg-filter:none;--f-button-svg-disabled-opacity:0.65}.f-button{display:flex;justify-content:center;align-items:center;box-sizing:content-box;position:relative;margin:0;padding:0;width:var(--f-button-width);height:var(--f-button-height);border:var(--f-button-border);border-radius:var(--f-button-border-radius);color:var(--f-button-color);background:var(--f-button-bg);box-shadow:var(--f-button-shadow);pointer-events:all;cursor:pointer;transition:var(--f-button-transition)}@media(hover:hover){.f-button:hover:not([disabled]){color:var(--f-button-hover-color);background-color:var(--f-button-hover-bg)}}.f-button:active:not([disabled]){background-color:var(--f-button-active-bg)}.f-button:focus:not(:focus-visible){outline:0}.f-button:focus-visible{outline:0;box-shadow:inset 0 0 0 var(--f-button-outline,2px) var(--f-button-outline-color,var(--f-button-color))}.f-button svg{width:var(--f-button-svg-width);height:var(--f-button-svg-height);fill:var(--f-button-svg-fill);stroke:currentColor;stroke-width:var(--f-button-svg-stroke-width);stroke-linecap:round;stroke-linejoin:round;transition:opacity .15s ease;transform:var(--f-button-transform);filter:var(--f-button-svg-filter);pointer-events:none}.f-button[disabled]{cursor:default}.f-button[disabled] svg{opacity:var(--f-button-svg-disabled-opacity)}.f-carousel__nav .f-button.is-next,.f-carousel__nav .f-button.is-prev,.fancybox__nav .f-button.is-next,.fancybox__nav .f-button.is-prev{position:absolute;z-index:1}.is-horizontal .f-carousel__nav .f-button.is-next,.is-horizontal .f-carousel__nav .f-button.is-prev,.is-horizontal .fancybox__nav .f-button.is-next,.is-horizontal .fancybox__nav .f-button.is-prev{top:50%;transform:translateY(-50%)}.is-horizontal .f-carousel__nav .f-button.is-prev,.is-horizontal .fancybox__nav .f-button.is-prev{left:var(--f-button-prev-pos)}.is-horizontal .f-carousel__nav .f-button.is-next,.is-horizontal .fancybox__nav .f-button.is-next{right:var(--f-button-next-pos)}.is-horizontal.is-rtl .f-carousel__nav .f-button.is-prev,.is-horizontal.is-rtl .fancybox__nav .f-button.is-prev{left:auto;right:var(--f-button-next-pos)}.is-horizontal.is-rtl .f-carousel__nav .f-button.is-next,.is-horizontal.is-rtl .fancybox__nav .f-button.is-next{right:auto;left:var(--f-button-prev-pos)}.is-vertical .f-carousel__nav .f-button.is-next,.is-vertical .f-carousel__nav .f-button.is-prev,.is-vertical .fancybox__nav .f-button.is-next,.is-vertical .fancybox__nav .f-button.is-prev{top:auto;left:50%;transform:translateX(-50%)}.is-vertical .f-carousel__nav .f-button.is-prev,.is-vertical .fancybox__nav .f-button.is-prev{top:var(--f-button-next-pos)}.is-vertical .f-carousel__nav .f-button.is-next,.is-vertical .fancybox__nav .f-button.is-next{bottom:var(--f-button-next-pos)}.is-vertical .f-carousel__nav .f-button.is-next svg,.is-vertical .f-carousel__nav .f-button.is-prev svg,.is-vertical .fancybox__nav .f-button.is-next svg,.is-vertical .fancybox__nav .f-button.is-prev svg{transform:rotate(90deg)}html.with-fancybox{width:auto;overflow:visible;scroll-behavior:auto}html.with-fancybox body{touch-action:none}html.with-fancybox body.hide-scrollbar{width:auto;margin-right:calc(var(--fancybox-body-margin,0px) + var(--fancybox-scrollbar-compensate,0px));overflow:hidden!important;overscroll-behavior-y:none}.fancybox__container{--fancybox-color:#dbdbdb;--fancybox-hover-color:#fff;--fancybox-bg:rgba(24, 24, 27, 0.98);--fancybox-slide-gap:10px;--f-spinner-width:50px;--f-spinner-height:50px;--f-spinner-color-1:rgba(255, 255, 255, 0.1);--f-spinner-color-2:#bbb;--f-spinner-stroke:3.65;position:fixed;top:0;left:0;bottom:0;right:0;direction:ltr;display:flex;flex-direction:column;box-sizing:border-box;margin:0;padding:0;color:#f8f8f8;-webkit-tap-highlight-color:transparent;overflow:visible;z-index:var(--fancybox-zIndex,1050);outline:0;transform-origin:top left;-webkit-text-size-adjust:100%;-moz-text-size-adjust:none;-ms-text-size-adjust:100%;text-size-adjust:100%;overscroll-behavior-y:contain}.fancybox__container *,.fancybox__container ::after,.fancybox__container ::before{box-sizing:inherit}.fancybox__container::backdrop{background-color:rgba(0,0,0,0)}.fancybox__backdrop{position:fixed;top:0;left:0;bottom:0;right:0;z-index:-1;background:var(--fancybox-bg);opacity:var(--fancybox-opacity,1);will-change:opacity}.fancybox__carousel{position:relative;box-sizing:border-box;flex:1;min-height:0;z-index:10;overflow-y:visible;overflow-x:clip}.fancybox__viewport{width:100%;height:100%}.fancybox__viewport.is-draggable{cursor:move;cursor:grab}.fancybox__viewport.is-dragging{cursor:move;cursor:grabbing}.fancybox__track{display:flex;margin:0 auto;height:100%}.fancybox__slide{flex:0 0 auto;position:relative;display:flex;flex-direction:column;align-items:center;width:100%;height:100%;margin:0 var(--fancybox-slide-gap) 0 0;padding:4px;overflow:auto;overscroll-behavior:contain;transform:translate3d(0,0,0);backface-visibility:hidden}.fancybox__container:not(.is-compact) .fancybox__slide.has-close-btn{padding-top:40px}.fancybox__slide.has-html5video,.fancybox__slide.has-iframe,.fancybox__slide.has-video{overflow:hidden}.fancybox__slide.has-image{overflow:hidden}.fancybox__slide.has-image.is-animating,.fancybox__slide.has-image.is-selected{overflow:visible}.fancybox__slide::after,.fancybox__slide::before{content:"";flex:0 0 0;margin:auto}.fancybox__content{align-self:center;display:flex;flex-direction:column;position:relative;margin:0;padding:2rem;max-width:100%;color:var(--fancybox-content-color,#374151);background:var(--fancybox-content-bg,#fff);cursor:default;border-radius:0;z-index:20}.is-loading .fancybox__content{opacity:0}.is-draggable .fancybox__content{cursor:move;cursor:grab}.can-zoom_in .fancybox__content{cursor:zoom-in}.can-zoom_out .fancybox__content{cursor:zoom-out}.is-dragging .fancybox__content{cursor:move;cursor:grabbing}.fancybox__content [contenteditable],.fancybox__content [data-selectable]{cursor:auto}.fancybox__slide.has-image>.fancybox__content{padding:0;background:rgba(0,0,0,0);min-height:1px;background-repeat:no-repeat;background-size:contain;background-position:center center;transition:none;transform:translate3d(0,0,0);backface-visibility:hidden}.fancybox__slide.has-image>.fancybox__content>picture>img{width:100%;height:auto;max-height:100%}.is-zooming-in .fancybox__viewport:not(.is-dragging) .fancybox__slide:not(.is-selected) .fancybox__content,.is-zooming-out .fancybox__slide:not(.is-selected) .fancybox__content{visibility:hidden}.is-animating .fancybox__content,.is-dragging .fancybox__content{filter:blur(0);will-change:transform,width,height}.fancybox-image{margin:auto;display:block;width:100%;height:100%;min-height:0;object-fit:contain;user-select:none}.fancybox__caption{align-self:center;max-width:100%;flex-shrink:0;margin:0;padding:14px 0 4px 0;overflow-wrap:anywhere;line-height:1.375;color:var(--fancybox-color,currentColor);opacity:var(--fancybox-opacity,1);cursor:auto;visibility:visible}.is-closing .fancybox__caption,.is-loading .fancybox__caption{opacity:0;visibility:hidden}.is-compact .fancybox__caption{padding-bottom:0}.f-button.is-close-btn{--f-button-svg-stroke-width:2;position:absolute;top:0;right:8px;z-index:40}.fancybox__content>.f-button.is-close-btn{--f-button-width:34px;--f-button-height:34px;--f-button-border-radius:4px;--f-button-color:var(--fancybox-color, #fff);--f-button-hover-color:var(--fancybox-color, #fff);--f-button-bg:transparent;--f-button-hover-bg:transparent;--f-button-active-bg:transparent;--f-button-svg-width:22px;--f-button-svg-height:22px;position:absolute;top:-38px;right:0;opacity:.75}.is-loading .fancybox__content>.f-button.is-close-btn{visibility:hidden}.is-zooming-out .fancybox__content>.f-button.is-close-btn{visibility:hidden}.fancybox__content>.f-button.is-close-btn:hover{opacity:1}.fancybox__footer{padding:0;margin:0;position:relative}.fancybox__footer .fancybox__caption{width:100%;padding:24px;opacity:var(--fancybox-opacity,1);transition:all .25s ease}.is-compact .fancybox__footer{position:absolute;bottom:0;left:0;right:0;z-index:20;background:rgba(24,24,27,.5)}.is-compact .fancybox__footer .fancybox__caption{padding:12px}.is-compact .fancybox__content>.f-button.is-close-btn{--f-button-border-radius:50%;--f-button-color:#fff;--f-button-hover-color:#fff;--f-button-outline-color:#000;--f-button-bg:rgba(0, 0, 0, 0.6);--f-button-active-bg:rgba(0, 0, 0, 0.6);--f-button-hover-bg:rgba(0, 0, 0, 0.6);--f-button-svg-width:18px;--f-button-svg-height:18px;--f-button-svg-filter:none;top:5px;right:5px}.fancybox__nav{--f-button-width:50px;--f-button-height:50px;--f-button-border:0;--f-button-border-radius:50%;--f-button-color:var(--fancybox-color);--f-button-hover-color:var(--fancybox-hover-color);--f-button-bg:transparent;--f-button-hover-bg:rgba(24, 24, 27, 0.3);--f-button-active-bg:rgba(24, 24, 27, 0.5);--f-button-shadow:none;--f-button-transition:all 0.15s ease;--f-button-transform:none;--f-button-svg-width:26px;--f-button-svg-height:26px;--f-button-svg-stroke-width:2.5;--f-button-svg-fill:none;--f-button-svg-filter:drop-shadow(1px 1px 1px rgba(24, 24, 27, 0.5));--f-button-svg-disabled-opacity:0.65;--f-button-next-pos:1rem;--f-button-prev-pos:1rem;opacity:var(--fancybox-opacity,1)}.fancybox__nav .f-button:before{position:absolute;content:"";top:-30px;right:-20px;left:-20px;bottom:-30px;z-index:1}.is-idle .fancybox__nav{animation:.15s ease-out both f-fadeOut}.is-idle.is-compact .fancybox__footer{pointer-events:none;animation:.15s ease-out both f-fadeOut}.fancybox__slide>.f-spinner{position:absolute;top:50%;left:50%;margin:var(--f-spinner-top,calc(var(--f-spinner-width) * -.5)) 0 0 var(--f-spinner-left,calc(var(--f-spinner-height) * -.5));z-index:30;cursor:pointer}.fancybox-protected{position:absolute;top:0;left:0;right:0;bottom:0;z-index:40;user-select:none}.fancybox-ghost{position:absolute;top:0;left:0;width:100%;height:100%;min-height:0;object-fit:contain;z-index:40;user-select:none;pointer-events:none}.fancybox-focus-guard{outline:0;opacity:0;position:fixed;pointer-events:none}.fancybox__container:not([aria-hidden]){opacity:0}.fancybox__container.is-animated[aria-hidden=false] .fancybox__carousel>:not(.fancybox__viewport),.fancybox__container.is-animated[aria-hidden=false] .fancybox__slide>:not(.fancybox__content),.fancybox__container.is-animated[aria-hidden=false]>:not(.fancybox__backdrop,.fancybox__carousel){animation:.25s ease .1s backwards f-fadeIn}.fancybox__container.is-animated[aria-hidden=false] .fancybox__backdrop{animation:.35s ease backwards f-fadeIn}.fancybox__container.is-animated[aria-hidden=true] .fancybox__carousel>:not(.fancybox__viewport),.fancybox__container.is-animated[aria-hidden=true] .fancybox__slide>:not(.fancybox__content),.fancybox__container.is-animated[aria-hidden=true]>:not(.fancybox__backdrop,.fancybox__carousel){animation:.15s ease forwards f-fadeOut}.fancybox__container.is-animated[aria-hidden=true] .fancybox__backdrop{animation:.35s ease forwards f-fadeOut}.has-html5video .fancybox__content,.has-iframe .fancybox__content,.has-map .fancybox__content,.has-pdf .fancybox__content,.has-vimeo .fancybox__content,.has-youtube .fancybox__content{max-width:100%;flex-shrink:1;min-height:1px;overflow:visible}.has-iframe .fancybox__content,.has-map .fancybox__content,.has-pdf .fancybox__content{width:100%;height:100%}.fancybox__container:not(.is-compact) .has-iframe .fancybox__content,.fancybox__container:not(.is-compact) .has-map .fancybox__content,.fancybox__container:not(.is-compact) .has-pdf .fancybox__content{width:calc(100% - 120px);height:90%}.has-html5video .fancybox__content,.has-vimeo .fancybox__content,.has-youtube .fancybox__content{width:960px;height:540px;max-width:100%;max-height:100%}.has-html5video .fancybox__content,.has-map .fancybox__content,.has-pdf .fancybox__content,.has-vimeo .fancybox__content,.has-youtube .fancybox__content{padding:0;background:rgba(24,24,27,.9);color:#fff}.has-map .fancybox__content{background:#e5e3df}.fancybox__html5video,.fancybox__iframe{border:0;display:block;height:100%;width:100%;background:rgba(0,0,0,0)}.fancybox-placeholder{border:0!important;clip:rect(1px,1px,1px,1px)!important;-webkit-clip-path:inset(50%)!important;clip-path:inset(50%)!important;height:1px!important;margin:-1px!important;overflow:hidden!important;padding:0!important;position:absolute!important;width:1px!important;white-space:nowrap!important}.f-carousel__thumbs{--f-thumb-width:96px;--f-thumb-height:72px;--f-thumb-outline:0;--f-thumb-outline-color:#5eb0ef;--f-thumb-opacity:1;--f-thumb-hover-opacity:1;--f-thumb-selected-opacity:1;--f-thumb-border-radius:2px;--f-thumb-offset:0px;--f-button-next-pos:0;--f-button-prev-pos:0}.f-carousel__thumbs.is-classic{--f-thumb-gap:8px;--f-thumb-opacity:0.5;--f-thumb-hover-opacity:1;--f-thumb-selected-opacity:1}.f-carousel__thumbs.is-modern{--f-thumb-gap:4px;--f-thumb-extra-gap:20px;--f-thumb-clip-width:46px}.f-thumbs{position:relative;flex:0 0 auto;margin:0;overflow:hidden;-webkit-tap-highlight-color:transparent;user-select:none;perspective:1000px;transform:translateZ(0)}.f-thumbs .f-spinner{position:absolute;top:0;left:0;width:100%;height:100%;border-radius:2px;background-image:linear-gradient(#ebeff2,#e2e8f0);z-index:-1}.f-thumbs .f-spinner svg{display:none}.f-thumbs.is-vertical{height:100%}.f-thumbs__viewport{width:100%;height:auto;overflow:hidden}.f-thumbs__track{display:flex;will-change:transform}.f-thumbs__slide{position:relative;flex:0 0 auto;box-sizing:content-box;display:flex;align-items:center;justify-content:center;padding:0;margin:0;width:var(--f-thumb-width);min-width:var(--f-thumb-width);height:var(--f-thumb-height);overflow:visible;cursor:pointer}.f-thumbs__slide.is-loading img{opacity:0}.is-classic .f-thumbs__viewport{height:100%}.is-modern .f-thumbs__track{width:max-content}.is-modern .f-thumbs__track::before{content:"";position:absolute;top:0;bottom:0;left:calc(var(--left,0)*1px);width:calc(100% - var(--width,0)*1px);cursor:pointer}.is-modern .f-thumbs__slide{--clip-path:inset( 0 calc( (var(--f-thumb-width, 0) - var(--f-thumb-clip-width, 0)) * 0.5 * (1 - var(--progress, 0)) ) round var(--f-thumb-border-radius, 0) );transform:translate3d(calc(var(--shift,0) * -1px),0,0);transition:none;pointer-events:none}.is-modern .f-thumbs__slide>*{clip-path:var(--clip-path)}.is-modern:not(.is-using-mouse) .f-thumbs__slide:focus-within{filter:drop-shadow(-1px 0 0 var(--f-thumb-outline-color)) drop-shadow(2px 0 0 var(--f-thumb-outline-color)) drop-shadow(0 -1px 0 var(--f-thumb-outline-color)) drop-shadow(0 2px 0 var(--f-thumb-outline-color))}.is-modern.in-touch .f-thumbs__slide{filter:none}.is-modern.is-resting .f-thumbs__slide{transition:all .33s ease}.is-modern.is-resting .f-thumbs__slide>*{transition:all .33s ease}.f-thumbs__slide__button{appearance:none;width:100%;height:100%;margin:0;padding:0;border:0;position:relative;border-radius:var(--f-thumb-border-radius);overflow:hidden;background:rgba(0,0,0,0);outline:0;cursor:pointer;pointer-events:auto;touch-action:manipulation;opacity:var(--f-thumb-opacity);transition:opacity .2s ease}.f-thumbs__slide__button:hover{opacity:var(--f-thumb-hover-opacity)}.f-thumbs__slide__button:focus:not(:focus-visible){outline:0}.f-thumbs__slide__button:focus-visible{outline:0;opacity:var(--f-thumb-selected-opacity)}.is-nav-selected .f-thumbs__slide__button{opacity:var(--f-thumb-selected-opacity)}.is-nav-selected .f-thumbs__slide__button::after{content:"";position:absolute;top:0;left:0;right:0;height:auto;bottom:0;border:var(--f-thumb-outline,0) solid var(--f-thumb-outline-color,transparent);border-radius:var(--f-thumb-border-radius);animation:f-fadeIn .2s ease-out;z-index:10}.f-thumbs__slide__img{position:absolute;overflow:hidden;top:0;right:0;bottom:0;left:0;width:100%;height:100%;padding:var(--f-thumb-offset);box-sizing:border-box;pointer-events:none;object-fit:cover}.f-thumbs.is-horizontal .f-thumbs__track{margin:0 auto;padding:8px 0 12px 0}.f-thumbs.is-horizontal .f-thumbs__slide{margin:0 var(--f-thumb-gap) 0 0}.f-thumbs.is-vertical .f-thumbs__track{flex-wrap:wrap;margin:auto 0;padding:0 8px}.f-thumbs.is-vertical .f-thumbs__slide{margin:0 0 var(--f-thumb-gap) 0}.fancybox__thumbs{--f-thumb-width:96px;--f-thumb-height:72px;--f-thumb-border-radius:2px;--f-thumb-outline:2px;--f-thumb-outline-color:#ededed;position:relative;opacity:var(--fancybox-opacity,1);transition:max-height .35s cubic-bezier(.23,1,.32,1)}.fancybox__thumbs.is-classic{--f-thumb-gap:8px;--f-thumb-opacity:0.5;--f-thumb-hover-opacity:1}.fancybox__thumbs.is-classic .f-spinner{background-image:linear-gradient(rgba(255,255,255,.1),rgba(255,255,255,.05))}.fancybox__thumbs.is-modern{--f-thumb-gap:4px;--f-thumb-extra-gap:20px;--f-thumb-clip-width:46px;--f-thumb-opacity:1;--f-thumb-hover-opacity:1}.fancybox__thumbs.is-modern .f-spinner{background-image:linear-gradient(rgba(255,255,255,.1),rgba(255,255,255,.05))}.fancybox__thumbs.is-horizontal{padding:0 var(--f-thumb-gap)}.fancybox__thumbs.is-vertical{padding:var(--f-thumb-gap) 0}.is-compact .fancybox__thumbs{--f-thumb-width:64px;--f-thumb-clip-width:32px;--f-thumb-height:48px;--f-thumb-extra-gap:10px}.fancybox__thumbs.is-masked{max-height:0!important}.is-closing .fancybox__thumbs{transition:none!important}.fancybox__toolbar{--f-progress-color:var(--fancybox-color, rgba(255, 255, 255, 0.94));--f-button-width:46px;--f-button-height:46px;--f-button-color:var(--fancybox-color);--f-button-hover-color:var(--fancybox-hover-color);--f-button-bg:rgba(24, 24, 27, 0.65);--f-button-hover-bg:rgba(70, 70, 73, 0.65);--f-button-active-bg:rgba(90, 90, 93, 0.65);--f-button-border-radius:0;--f-button-svg-width:24px;--f-button-svg-height:24px;--f-button-svg-stroke-width:1.5;--f-button-svg-filter:drop-shadow(1px 1px 1px rgba(24, 24, 27, 0.15));--f-button-svg-fill:none;--f-button-svg-disabled-opacity:0.65;display:flex;flex-direction:row;justify-content:space-between;margin:0;padding:0;color:var(--fancybox-color,currentColor);opacity:var(--fancybox-opacity,1);text-shadow:var(--fancybox-toolbar-text-shadow,1px 1px 1px rgba(0,0,0,.5));pointer-events:none;z-index:20}.fancybox__toolbar :focus-visible{z-index:1}.fancybox__toolbar.is-absolute,.is-compact .fancybox__toolbar{position:absolute;top:0;left:0;right:0}.is-idle .fancybox__toolbar{pointer-events:none;animation:.15s ease-out both f-fadeOut}.fancybox__toolbar__column{display:flex;flex-direction:row;flex-wrap:wrap;align-content:flex-start}.fancybox__toolbar__column.is-left,.fancybox__toolbar__column.is-right{flex-grow:1;flex-basis:0}.fancybox__toolbar__column.is-right{display:flex;justify-content:flex-end;flex-wrap:nowrap}.fancybox__infobar{padding:0 5px;line-height:var(--f-button-height);text-align:center;font-size:17px;font-variant-numeric:tabular-nums;-webkit-font-smoothing:subpixel-antialiased;cursor:default;user-select:none}.fancybox__infobar span{padding:0 5px}.fancybox__infobar:not(:first-child):not(:last-child){background:var(--f-button-bg)}[data-fancybox-toggle-slideshow]{position:relative}[data-fancybox-toggle-slideshow] .f-progress{height:100%;opacity:.3}[data-fancybox-toggle-slideshow] svg g:first-child{display:flex}[data-fancybox-toggle-slideshow] svg g:last-child{display:none}.has-slideshow [data-fancybox-toggle-slideshow] svg g:first-child{display:none}.has-slideshow [data-fancybox-toggle-slideshow] svg g:last-child{display:flex}[data-fancybox-toggle-fullscreen] svg g:first-child{display:flex}[data-fancybox-toggle-fullscreen] svg g:last-child{display:none}:fullscreen [data-fancybox-toggle-fullscreen] svg g:first-child{display:none}:fullscreen [data-fancybox-toggle-fullscreen] svg g:last-child{display:flex}.f-progress{position:absolute;top:0;left:0;right:0;height:3px;transform:scaleX(0);transform-origin:0;transition-property:transform;transition-timing-function:linear;background:var(--f-progress-color,var(--f-carousel-theme-color,#0091ff));z-index:30;user-select:none;pointer-events:none}/*!
 * jQuery UI CSS Framework 1.13.2
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/category/theming/
 */.ui-helper-hidden{display:none}.ui-helper-hidden-accessible{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.ui-helper-reset{margin:0;padding:0;border:0;outline:0;line-height:1.3;text-decoration:none;font-size:100%;list-style:none}.ui-helper-clearfix:after,.ui-helper-clearfix:before{content:"";display:table;border-collapse:collapse}.ui-helper-clearfix:after{clear:both}.ui-helper-zfix{width:100%;height:100%;top:0;left:0;position:absolute;opacity:0;-ms-filter:"alpha(opacity=0)"}.ui-front{z-index:100}.ui-state-disabled{cursor:default!important;pointer-events:none}.ui-widget-icon-block{left:50%;margin-left:-8px;display:block}.ui-widget-overlay{position:fixed;top:0;left:0;width:100%;height:100%}.ui-datepicker{width:17em;padding:.2em .2em 0;display:none}.ui-datepicker .ui-datepicker-header{position:relative;padding:.2em 0}.ui-datepicker .ui-datepicker-next,.ui-datepicker .ui-datepicker-prev{position:absolute;top:2px;width:1.8em;height:1.8em}.ui-datepicker .ui-datepicker-next-hover,.ui-datepicker .ui-datepicker-prev-hover{top:1px}.ui-datepicker .ui-datepicker-prev{left:2px}.ui-datepicker .ui-datepicker-next{right:2px}.ui-datepicker .ui-datepicker-prev-hover{left:1px}.ui-datepicker .ui-datepicker-next-hover{right:1px}.ui-datepicker .ui-datepicker-next span,.ui-datepicker .ui-datepicker-prev span{display:block;position:absolute;left:50%;margin-left:-8px;top:50%;margin-top:-8px}.ui-datepicker .ui-datepicker-title{margin:0 2.3em;line-height:1.8em;text-align:center}.ui-datepicker .ui-datepicker-title select{font-size:1em;margin:1px 0}.ui-datepicker select.ui-datepicker-month,.ui-datepicker select.ui-datepicker-year{width:45%}.ui-datepicker table{width:100%;font-size:.9em;border-collapse:collapse;margin:0 0 .4em}.ui-datepicker th{padding:.7em .3em;text-align:center;font-weight:700;border:0}.ui-datepicker td{border:0;padding:1px}.ui-datepicker td a,.ui-datepicker td span{display:block;padding:.2em;text-align:right;text-decoration:none}.ui-datepicker .ui-datepicker-buttonpane{background-image:none;margin:.7em 0 0 0;padding:0 .2em;border-left:0;border-right:0;border-bottom:0}.ui-datepicker .ui-datepicker-buttonpane button{float:right;margin:.5em .2em .4em;cursor:pointer;padding:.2em .6em .3em .6em;width:auto;overflow:visible}.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current{float:left}.ui-datepicker.ui-datepicker-multi{width:auto}.ui-datepicker-multi .ui-datepicker-group{float:left}.ui-datepicker-multi .ui-datepicker-group table{width:95%;margin:0 auto .4em}.ui-datepicker-multi-2 .ui-datepicker-group{width:50%}.ui-datepicker-multi-3 .ui-datepicker-group{width:33.3%}.ui-datepicker-multi-4 .ui-datepicker-group{width:25%}.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header{border-left-width:0}.ui-datepicker-multi .ui-datepicker-buttonpane{clear:left}.ui-datepicker-row-break{clear:both;width:100%;font-size:0}.ui-datepicker-rtl{direction:rtl}.ui-datepicker-rtl .ui-datepicker-prev{right:2px;left:auto}.ui-datepicker-rtl .ui-datepicker-next{left:2px;right:auto}.ui-datepicker-rtl .ui-datepicker-prev:hover{right:1px;left:auto}.ui-datepicker-rtl .ui-datepicker-next:hover{left:1px;right:auto}.ui-datepicker-rtl .ui-datepicker-buttonpane{clear:right}.ui-datepicker-rtl .ui-datepicker-buttonpane button{float:left}.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,.ui-datepicker-rtl .ui-datepicker-group{float:right}.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header{border-right-width:0;border-left-width:1px}.ui-datepicker .ui-icon{display:block;text-indent:-99999px;overflow:hidden;background-repeat:no-repeat;left:.5em;top:.3em}.ui-slider{position:relative;text-align:left}.ui-slider .ui-slider-handle{position:absolute;z-index:2;width:1.2em;height:1.2em;cursor:pointer;-ms-touch-action:none;touch-action:none}.ui-slider .ui-slider-range{position:absolute;z-index:1;font-size:.7em;display:block;border:0;background-position:0 0}.ui-slider.ui-state-disabled .ui-slider-handle,.ui-slider.ui-state-disabled .ui-slider-range{filter:inherit}.ui-slider-horizontal{height:.8em}.ui-slider-horizontal .ui-slider-handle{top:-.3em;margin-left:-.6em}.ui-slider-horizontal .ui-slider-range{top:0;height:100%}.ui-slider-horizontal .ui-slider-range-min{left:0}.ui-slider-horizontal .ui-slider-range-max{right:0}.ui-slider-vertical{width:.8em;height:100px}.ui-slider-vertical .ui-slider-handle{left:-.3em;margin-left:0;margin-bottom:-.6em}.ui-slider-vertical .ui-slider-range{left:0;width:100%}.ui-slider-vertical .ui-slider-range-min{bottom:0}.ui-slider-vertical .ui-slider-range-max{top:0}.slick-slider{position:relative;display:block;box-sizing:border-box;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-touch-callout:none;-khtml-user-select:none;-ms-touch-action:pan-y;touch-action:pan-y;-webkit-tap-highlight-color:transparent}.slick-list{position:relative;display:block;overflow:hidden;margin:0;padding:0}.slick-list:focus{outline:0}.slick-list.dragging{cursor:pointer;cursor:hand}.slick-slider .slick-list,.slick-slider .slick-track{-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.slick-track{position:relative;top:0;left:0;display:block;margin-left:auto;margin-right:auto}.slick-track:after,.slick-track:before{display:table;content:''}.slick-track:after{clear:both}.slick-loading .slick-track{visibility:hidden}.slick-slide{display:none;float:left;height:100%;min-height:1px}[dir=rtl] .slick-slide{float:right}.slick-slide img{display:block}.slick-slide.slick-loading img{display:none}.slick-slide.dragging img{pointer-events:none}.slick-initialized .slick-slide{display:block}.slick-loading .slick-slide{visibility:hidden}.slick-vertical .slick-slide{display:block;height:auto;border:1px solid transparent}.slick-arrow.slick-hidden{display:none}
a,b,body,button,div,em,form,h1,h2,h3,h4,h5,h6,html,i,iframe,img,input,label,li,object,ol,p,span,table,tbody,td,tfoot,th,thead,tr,u,ul{margin:0;padding:0;border:none medium;vertical-align:baseline}*,:after,:before,:focus{-webkit-tap-highlight-color:transparent;box-sizing:border-box;outline:0}body,html{font-family:RotonReg,Arial,Helvetica,sans-serif;font-size:16px;line-height:1.5;letter-spacing:.015em;color:#353535;min-height:100vh}@media screen and (max-width:767px){body,html{width:100%;overflow-x:hidden}}body.scroll-fixed{width:100%;height:100%;overflow:hidden;position:fixed}input,textarea{font-family:RotonReg,Arial,Helvetica,sans-serif;background:0 0;border:none medium;resize:none;padding:0}input:-webkit-autofill,input:-webkit-autofill:active,input:-webkit-autofill:focus,input:-webkit-autofill:hover,textarea:-webkit-autofill,textarea:-webkit-autofill:active,textarea:-webkit-autofill:focus,textarea:-webkit-autofill:hover{-webkit-box-shadow:0 0 0 30px #fff inset!important}canvas,footer,header,nav{display:block}ol,ul{list-style:none}a,button,input[type=button],input[type=reset],input[type=submit],label{border:none;outline:0;cursor:pointer}.link-href,a{text-decoration:none;color:#ff8300;transition:color 134ms;cursor:pointer}@media screen and (min-width:768px){.link-href:hover,a:hover{color:#27388a}}.h1,.h2,.h3,h1,h2,h3{font-family:RotonBol,Arial,Helvetica,sans-serif;font-weight:400;color:#27388a}.h1,h1{font-size:37px;line-height:1;letter-spacing:.01em;margin-bottom:25px}@media screen and (max-width:767px){.h1,h1{font-size:25px;line-height:24px}}.h2,h2{font-size:21px;line-height:1;letter-spacing:0;margin-bottom:18px}.h2 sup,h2 sup{font-size:72%}@media screen and (max-width:767px){.h2,h2{font-size:17px;line-height:19px;margin-bottom:9px}}.h3,h3{font-size:17px;line-height:20px;letter-spacing:0;margin-bottom:8px}.bold,b,strong{font-family:RotonBol,Arial,Helvetica,sans-serif;font-weight:400}.strong{font-weight:700}sup{vertical-align:middle;font-size:68%;line-height:1;position:relative;top:-.3em}sub{vertical-align:middle;font-size:68%;line-height:1;position:relative;bottom:-.3em}sub{vertical-align:middle;font-size:68%;line-height:1;position:relative;bottom:-.3em}p{margin-bottom:8px}p:last-child{margin-bottom:0}span.italic{font-style:italic}.hr{max-width:100%;height:1px;font-size:0;line-height:1;background:#edf0f9}.wrapper{max-width:1440px;margin:0 auto;width:100%}.wrapper--content{max-width:1100px;padding:0 50px}@media screen and (max-width:1023px){.wrapper--content{padding:0 24px}}@media screen and (max-width:767px){.wrapper--content{padding:0 16px}}.button{font-family:RotonBol,Arial,Helvetica,sans-serif;font-size:18px;line-height:38px;color:#fff;max-width:200px;width:100%;height:40px;padding:0 16px;text-align:center;border-radius:22px;background:#ff8300;cursor:pointer;display:block;white-space:nowrap;transition:background 134ms}.button:hover{background:#27388a;color:#fff}.button--disabled{-webkit-filter:grayscale(100);filter:grayscale(100);opacity:.5;pointer-events:none}.button--small{font-family:RotonBol,Arial,Helvetica,sans-serif;border-radius:16px;height:32px;font-size:15px;line-height:30px;padding:0 16px}@media screen and (max-width:767px){.button--small{height:24px;font-size:14px;line-height:22px}}.button--middle{border-radius:25px;height:50px;font-size:20px;line-height:48px;max-width:260px;padding:0 25px}@media screen and (max-width:767px){.button--middle{border-radius:22px;height:40px;font-size:17px;line-height:38px}}.button--big{border-radius:28px;height:56px;font-size:21px;line-height:54px;max-width:260px;padding:0 25px}@media screen and (max-width:767px){.button--big{border-radius:24px;height:48px;font-size:17px;line-height:46px}}.button--blue{background:#27388a}.button--blue:hover{background:#ff8300}.button--blue-light{background:#207ca9}.button--blue-light:hover{background:#ff8300}.button--blue-light-transparent{color:#207ca9;border:1px solid #207ca9;background:0 0}.button--blue-light-transparent:hover{background:#207ca9;color:#fff}.button--white{background:0 0;border:1px solid #27388a;color:#27388a}.button--white:hover{background:#ff8300;border-color:#ff8300;color:#fff}.button--red{background:0 0;border:1px solid #e23a3a;color:#e23a3a}.button--red:hover{background:#e23a3a;border-color:#e23a3a;color:#fff}.button--transparent{background:0 0;border:1px solid #ff8300;line-height:36px;color:#ff8300}.button--transparent:hover{background:#ff8300;border-color:#ff8300;color:#fff}.button--transparent.button--big{line-height:54px}@media screen and (max-width:767px){.button--transparent.button--big{line-height:46px}}.button--transparent.button--middle{line-height:48px}@media screen and (max-width:767px){.button--transparent.button--middle{line-height:38px}}.button--favorite{display:flex;align-items:center;border:1px solid #e23a3a;background:#fff;border-radius:19px;line-height:34px;max-width:none;width:auto;font-family:RotonReg,Arial,Helvetica,sans-serif;font-size:16px;letter-spacing:.025em;padding:0 15px;height:38px;color:#e23a3a;transition:color 134ms,background-color 134ms,border-color 134ms}.button--favorite svg{margin-right:8px}.button--favorite.is-active{background:#e23a3a;color:#fff}.button--favorite:hover{border:1px solid #ff8300;background:#ff8300;color:#fff}.button--link{border:none medium;background:0 0;color:#27388a}.button--link:hover{border:none medium;background:0 0;color:#fff}.button--gerber{font-family:GerberSB,Arial,Helvetica,sans-serif;background-color:#fff;color:#007db0;transition:background-color 134ms}.button--gerber:hover{background-color:#309b42;color:#fff}.button.is-locked{pointer-events:none;opacity:.5;background:#989898;border-color:#989898;color:#fff}.color--white{color:#fff}.color--red{color:#ff4747}.color--red2{color:#e23a3a}.color--green{color:#6ebe55}.color--blue{color:#27388a}.color--orange{color:#ff8300}.color--gray{color:#989898}.color--orange3{color:#dba44f}.online-pay{font-family:RotonBol,Arial,Helvetica,sans-serif;font-size:14px;line-height:14px;border:2px solid #00a955;border-radius:50%;color:#00a955;width:18px;height:18px;display:inline-block;text-align:center;margin-left:5px;transition:color 134ms,background 134ms}.link-pointer{cursor:pointer}@media screen and (min-width:768px){.link-pointer:hover{color:#ff8300}}.ui-datepicker{-webkit-transform:translate(-16px,0);transform:translate(-16px,0);background:#fff;border-radius:4px;border:1px solid #d8dff6;width:270px;padding:0 8px 8px;box-shadow:0 0 6px #e6e6ef}.ui-datepicker .ui-datepicker-header{background:rgba(216,223,246,.2);border-radius:4px;padding:8px 0;margin:8px 0 6px}.ui-datepicker .ui-datepicker-next,.ui-datepicker .ui-datepicker-prev{position:absolute;top:8px;width:30px;height:30px;color:#27388a;transition:color 134ms}.ui-datepicker .ui-datepicker-prev{left:4px}.ui-datepicker .ui-datepicker-next{right:4px}.ui-datepicker .ui-datepicker-next span,.ui-datepicker .ui-datepicker-prev span{width:12px;height:12px;left:calc(50% - 4px);top:calc(50% - 6px);border-left:3px solid currentColor;border-bottom:3px solid currentColor;-webkit-transform:rotate(45deg);transform:rotate(45deg);margin:0}.ui-datepicker .ui-datepicker-next span{-webkit-transform:rotate(225deg);transform:rotate(225deg);left:calc(50% - 12px)}.ui-datepicker .ui-datepicker-title{font-family:RotonBol,Arial,Helvetica,sans-serif;font-size:17px;margin:0 46px;line-height:30px}.ui-datepicker .ui-datepicker-next-hover,.ui-datepicker .ui-datepicker-prev-hover{color:#ff8300}.ui-datepicker .ui-state-disabled{pointer-events:none;color:#353535;opacity:.2}.ui-datepicker .ui-datepicker-title select{border:1px solid #d8dff6;font-size:15px;line-height:17px;margin:0}.ui-datepicker table{font-size:16px;margin:0}.ui-datepicker th{font-family:RotonBol,Arial,Helvetica,sans-serif;font-weight:400;text-align:right;padding:0}.ui-datepicker th span{display:block;padding:0 8px 6px 0}.ui-datepicker td{padding:1px}.ui-datepicker td a,.ui-datepicker td span{padding:0 6px 2px 0;border:1px solid rgba(216,223,246,.4);background:rgba(216,223,246,.2);color:#27388a;transition:color 134ms,border-color 134ms}.ui-datepicker td.ui-datepicker-week-end a,.ui-datepicker td.ui-datepicker-week-end span{background:rgba(216,223,246,.4)}.ui-datepicker td a.ui-state-active,.ui-datepicker td span.ui-state-active{border-color:#ff8300;color:#ff8300}.ui-datepicker td a.ui-state-highlight,.ui-datepicker td span.ui-state-highlight{font-family:RotonBol,Arial,Helvetica,sans-serif}.ui-datepicker td a.ui-state-hover,.ui-datepicker td span.ui-state-hover{border-color:#ff8300}.ui-datepicker td.ui-state-disabled a,.ui-datepicker td.ui-state-disabled span{opacity:.6;background:0 0}.page-content{position:relative}.page-content__preview{position:relative;display:flex;align-items:center;justify-content:center;background:#000;height:360px;font-size:0;line-height:1}@media screen and (max-width:767px){.page-content__preview{height:160px}}.page-content__preview--tools{background:#3a210c}@media screen and (max-width:767px){.page-content__preview--tools{align-items:flex-end;height:320px}}.page-content__preview--tool{height:390px}@media screen and (max-width:767px){.page-content__preview--tool{background:#edf0f9;display:block;height:auto}}.page-content__preview--author{background:#27388a;height:auto;min-height:280px;padding:32px 0}@media screen and (max-width:767px){.page-content__preview--author{align-items:flex-start}}@media screen and (max-width:459px){.page-content__preview--author{padding:24px 0;min-height:0}}.page-content__promo{padding:50px 0 20px}@media screen and (max-width:767px){.page-content__promo{padding:24px 0 0}}.page-content__promo--gray{background:#edf0f9}.page-content__text{text-align:center;color:#063348;font-size:21px;line-height:28px;letter-spacing:0;max-width:750px;margin:0 auto}@media screen and (max-width:767px){.page-content__text{font-size:15px;line-height:20px}}.page-content__text+.page-content__text{margin-top:24px}@media screen and (max-width:767px){.page-content__text+.page-content__text{margin-top:14px}}.page-content__submenu{display:flex;color:#fff;gap:25px;margin-top:20px}@media screen and (max-width:1023px){.page-content__submenu{gap:16px}}.page-content__submenu-item{font-size:16px;line-height:22px;text-decoration:underline;text-underline-offset:3px;color:#fff}@media screen and (max-width:1023px){.page-content__submenu-item{font-size:14px;line-height:16px}}.page-content__submenu-item:hover{color:#fff;text-decoration:none}.page-content__brand{width:33.33333333333333%;height:130px;display:inline-block;text-align:center;margin:0 auto 20px;position:relative;z-index:2}@media screen and (max-width:767px){.page-content__brand{height:80px;margin-bottom:5px}}.page-content__brand img{width:100%;height:100%;display:inline-block;vertical-align:top;-o-object-fit:contain;object-fit:contain}.page-content__preview .page-content__title{position:relative;font-size:49px;margin-top:4px;margin-bottom:0;text-align:center;color:#fff;z-index:2;max-width:840px;padding:0 24px}@media screen and (max-width:767px){.page-content__preview .page-content__title{font-size:25px}}.page-content__image-back{position:absolute;left:0;right:0;top:0;bottom:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;opacity:.6;z-index:1}.page-content__info{position:relative;margin-left:29%;text-align:center;color:#fff;z-index:2}@media screen and (max-width:1023px){.page-content__info{margin-left:33%}}.page-content__info .page-content__title{font-size:50px;line-height:1;margin-top:0;margin-bottom:2px}@media screen and (max-width:767px){.page-content__info .page-content__title{font-size:33px;margin-bottom:4px}}.page-content__info .page-content__desc{font-size:20px;line-height:24px;letter-spacing:.015em;padding:0 24px}.page-content__info .page-content__desc .text-bold{font-family:RotonBol,Arial,Helvetica,sans-serif;letter-spacing:.025em}.page-content__preview--tools .page-content__image-back{opacity:1}@media screen and (max-width:767px){.page-content__preview--tools .page-content__image-back{-o-object-fit:none;object-fit:none;-o-object-position:60% center;object-position:60% center}}.page-content__preview--tools .page-content__image-layout{position:absolute;left:0;right:0;top:0;bottom:0;width:100%;height:100%;z-index:1;background:linear-gradient(90deg,rgba(58,33,12,.8) 0,rgba(90,50,19,0) 56.28%,rgba(90,50,19,0) 74.63%,rgba(90,50,19,.5) 100%)}@media screen and (max-width:767px){.page-content__preview--tools .page-content__image-layout{background:linear-gradient(0deg,rgba(58,33,12,.8) 0,rgba(90,50,19,0) 56.28%)}}.page-content__preview--tools .page-content__info{width:100%;max-width:1100px;padding:0 50px;margin:0 auto;text-align:left}@media screen and (max-width:767px){.page-content__preview--tools .page-content__info{text-align:center;padding:0 16px 35px}}.page-content__preview--video .page-content__info{width:100%;padding:0 50px;margin:0 auto}@media screen and (max-width:767px){.page-content__preview--video .page-content__info{padding:0 16px 15px}}.page-content__preview--tools .page-content__info .page-content__title{text-align:left;padding:0 0 16px;font-size:42px;line-height:48px;letter-spacing:0}@media screen and (max-width:767px){.page-content__preview--tools .page-content__info .page-content__title{font-size:25px;line-height:29px;text-align:center;margin-bottom:4px;padding:0 0 5px}}.page-content__preview--tools .page-content__info .page-content__desc{font-size:33px;line-height:38px;letter-spacing:0;padding:0}@media screen and (max-width:767px){.page-content__preview--tools .page-content__info .page-content__desc{font-size:19px;line-height:21px}.page-content__preview--tools .page-content__info .page-content__desc br{content:'';margin-left:5px}}.page-content__preview--video .page-content__info .page-content__title{max-width:none;padding:0 0 16px;font-size:42px;line-height:48px;letter-spacing:0}@media screen and (max-width:767px){.page-content__preview--video .page-content__info .page-content__title{font-size:25px;line-height:29px;text-align:center;margin-bottom:4px;padding:0 0 5px}}.page-content__preview--video .page-content__info .page-content__desc{font-size:72px;line-height:83px;letter-spacing:0;padding:0}@media screen and (max-width:767px){.page-content__preview--video .page-content__info .page-content__desc{font-size:30px;line-height:35px}.page-content__preview--video .page-content__info .page-content__desc br{content:'';margin-left:5px}}.page-content__preview--tool .page-content__image-back{-o-object-position:center 0;object-position:center 0}@media screen and (max-width:1023px){.page-content__preview--tool .page-content__image-back{-o-object-position:60% 0;object-position:60% 0}}@media screen and (max-width:767px){.page-content__preview--tool .page-content__image-back{position:relative;right:auto;bottom:auto;opacity:1;-o-object-fit:cover;object-fit:cover;-o-object-position:92% 0;object-position:92% 0;max-width:100%;min-height:180px;height:auto}}.page-content__preview--tool .page-content__info{width:100%;max-width:1100px;padding:0 50px;margin:0 auto;text-align:left}@media screen and (max-width:767px){.page-content__preview--tool .page-content__info{text-align:center;padding:11px 16px 20px}}.page-content__preview--tool .page-content__info .page-content__title{text-align:left;padding:0;font-size:51px;line-height:1;letter-spacing:0;margin-bottom:10px}@media screen and (max-width:767px){.page-content__preview--tool .page-content__info .page-content__title{text-align:center;color:#27388a;font-family:RotonBol,Arial,Helvetica,sans-serif;font-size:25px;line-height:29px;margin-bottom:8px}.page-content__preview--tool .page-content__info .page-content__title br{content:'';padding-left:8px}}.page-content__preview--tool .page-content__info .page-content__desc{font-size:21px;line-height:28px;letter-spacing:0;padding:0;max-width:440px}@media screen and (max-width:767px){.page-content__preview--tool .page-content__info .page-content__desc{color:#353535;font-size:17px;line-height:22px;margin-left:auto;margin-right:auto}}.page-content__preview--tool .page-content__info .page-content__subtitle{font-family:RotonBol,Arial,Helvetica,sans-serif;font-size:26px;line-height:30px;letter-spacing:0;text-transform:uppercase}@media screen and (max-width:767px){.page-content__preview--tool .page-content__info .page-content__subtitle{text-align:center;color:#27388a;font-family:RotonBol,Arial,Helvetica,sans-serif;font-size:33px;line-height:1.2}}.page-content__preview--tool .page-content__info .page-content__careline{background:#ff8300;padding:0 35px 2px 45px;min-height:60px;border-radius:30px;display:inline-flex;align-items:center;justify-content:center;color:#fff;font-family:RotonBol,Arial,Helvetica,sans-serif;font-size:28px;line-height:30px;letter-spacing:0;position:relative;margin-bottom:15px}@media screen and (max-width:767px){.page-content__preview--tool .page-content__info .page-content__careline{margin:16px 0 32px}}@media screen and (max-width:459px){.page-content__preview--tool .page-content__info .page-content__careline{width:230px;min-height:50px;border-radius:25px;font-size:20px;line-height:22px;padding:0 10px 2px 25px;margin:16px 0 32px}}.page-content__preview--tool .page-content__info .page-content__careline:before{content:'';width:58px;height:52px;background:url(/new/f/img/icon-24.svg) no-repeat left top;background-size:contain;position:absolute;left:-22px;top:-16px}@media screen and (max-width:459px){.page-content__preview--tool .page-content__info .page-content__careline:before{width:42px;height:38px;left:-15px;top:-10px}}@media screen and (max-width:767px){.page-content__preview--tool .page-content__info .page-content__submenu{max-width:440px;color:#353535;justify-content:center;margin-left:auto;margin-right:auto}}@media screen and (max-width:767px){.page-content__preview--tool .page-content__info .page-content__submenu-item{color:#353535}}@media screen and (max-width:767px){.page-content__preview--tool .page-content__info .page-content__submenu-item:hover{color:#353535}}@media screen and (max-width:1023px){.page-content__preview--recipes .page-content__image-back{-o-object-position:right center;object-position:right center}}@media screen and (max-width:1023px){.page-content__preview--recipes .page-content__title{font-size:43px}}@media screen and (max-width:767px){.page-content__preview--recipes .page-content__title{font-size:25px}}.page-content__preview--author .page-content__info{width:100%;max-width:1100px;padding:0 50px;margin:0 auto;text-align:left}@media screen and (max-width:767px){.page-content__preview--author .page-content__info{padding:0 32px}}@media screen and (max-width:459px){.page-content__preview--author .page-content__info{padding:0 16px}}.page-content__preview--author .page-content__image-back{left:auto;right:calc(max(50%,550px) - 500px);top:auto;bottom:auto;width:200px;height:200px;border:4px solid #fff;border-radius:50%;opacity:1}@media screen and (max-width:767px){.page-content__preview--author .page-content__image-back{width:140px;height:140px;border-width:3px;right:auto;left:32px}}@media screen and (max-width:459px){.page-content__preview--author .page-content__image-back{width:120px;height:120px;left:16px}}.page-content__preview--author .page-content__title{text-align:left;padding:0 240px 0 0;font-size:51px;line-height:1;letter-spacing:0;margin-bottom:10px;max-width:none}@media screen and (max-width:1023px){.page-content__preview--author .page-content__title{font-size:45px;margin-bottom:12px}}@media screen and (max-width:767px){.page-content__preview--author .page-content__title{font-size:25px;line-height:29px;min-height:140px;padding:0 0 0 170px;margin-bottom:24px;display:flex;align-items:center}}@media screen and (max-width:459px){.page-content__preview--author .page-content__title{font-size:23px;line-height:26px;min-height:120px;padding:0 0 0 140px}}.page-content__preview--author .page-content__desc{font-size:21px;line-height:28px;letter-spacing:0;padding:0 240px 0 0;max-width:none}@media screen and (max-width:1023px){.page-content__preview--author .page-content__desc{font-size:19px;line-height:26px}}@media screen and (max-width:767px){.page-content__preview--author .page-content__desc{font-size:17px;line-height:22px;padding:0}}.page-content__preview--brand{flex-direction:column}.page-content__sidebar{display:flex;flex-direction:column-reverse;gap:20px;position:absolute;right:20px;bottom:0;z-index:10}@media screen and (max-width:1023px){.page-content__sidebar{gap:10px}}@media screen and (max-width:767px){.page-content__sidebar{right:20px}}.page-content__sidebar.is-sticky{padding-bottom:20px;position:fixed;z-index:10000}@media screen and (max-width:767px){.page-content__sidebar.is-sticky{padding-bottom:12px}}.nowrap{white-space:nowrap}.noselect{-webkit-user-select:none;-ms-user-select:none;user-select:none}.no-br br{content:' ';padding-left:5px}[data-fancybox-toggle-fullscreen],[data-fancybox-toggle-slideshow],[data-fancybox-toggle-thumbs]{display:none}.fancybox__backdrop{background:#fff}.fancybox__toolbar{font-family:RotonReg,Arial,Helvetica,sans-serif;text-shadow:none;color:#353535}.is-idle .fancybox__toolbar{-webkit-animation:none;animation:none;opacity:1}.f-button{--f-button-svg-stroke-width:2;background:0 0;color:#b0b5c3}.f-button:hover:not([disabled]){color:#ff8300;background:0 0}.f-button svg{-webkit-filter:none;filter:none}.f-button[disabled] svg{opacity:1;color:#e3e8f5}.f-thumbs__slide__button{background:#f3f7f9}#captcha-form{position:absolute;left:0;bottom:0;opacity:0}.SmartCaptcha-Shield.SmartCaptcha-Shield_position_bottom{bottom:0!important}@media screen and (max-width:767px){.mobile-hidden{display:none!important}}@media screen and (min-width:768px){.mobile-only{display:none!important}}.progress-overlay{width:100%;height:100%;background:rgba(255,255,255,.6);position:absolute;top:0;left:0;z-index:2}.progress-overlay:before{content:'';display:block;position:absolute;background:url(/new/f/img/preloader.svg) no-repeat left top;top:calc(50% - 30px);left:calc(50% - 30px);width:60px;height:60px}.info-popup{height:0;transition:height .3s;display:flex;align-items:flex-end;overflow:visible}.info-popup *{box-sizing:border-box}.info-popup.show .info-popup__wrapper{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}.info-popup.hide{height:0!important}.info-popup.hide .info-popup__wrapper{opacity:0;-webkit-transform:translateY(-100%);transform:translateY(-100%)}.info-popup__root{position:fixed;bottom:90px;right:45px;z-index:150}@media (max-width:767px){.info-popup__root{bottom:130px;right:30px}.info-popup__root.basket .info-popup{justify-content:center}}.info-popup__root.basket{position:absolute;right:auto!important;bottom:60px!important;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%);width:100%}.info-popup__wrapper{width:260px;padding:20px 20px 24px;text-align:center;font-family:RotonBol;background:#fff;box-shadow:0 15px 50px rgba(0,0,0,.15);border-radius:15px;transition:all .3s;opacity:0;-webkit-transform:translateY(100%);transform:translateY(100%);position:relative}.info-popup__close{position:absolute;top:-15px;right:-15px;width:30px;height:30px;border-radius:15px;background:#ff8300!important;box-shadow:0 15px 50px rgba(0,0,0,.15);cursor:pointer;transition:background 134ms}.info-popup__close:hover{background:#27388a}.info-popup__close:after,.info-popup__close:before{content:'';display:block;position:absolute;width:12px;height:2px;left:9px;top:14px;background:#fff!important;border-radius:2px;-webkit-transform:rotate(45deg);transform:rotate(45deg)}.info-popup__close:after{-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}.info-popup__title{font-size:18px;line-height:21px;color:#27388a!important}.info-popup__text{margin-top:4px;font-size:13px;line-height:15px;color:#ff8300!important}.info-popup__btn{margin-top:10px}body #cookie-hint{font-family:RotonReg,Arial,Helvetica,sans-serif;padding:24px;background:#f3f7f9;border-top:1px solid #e3e8f5;box-shadow:0 -3px 23px rgba(0,0,0,.2);display:flex;flex-direction:column;align-items:center;gap:16px}@media screen and (max-width:767px){body #cookie-hint{padding:20px 24px}}@media screen and (max-width:459px){body #cookie-hint{padding:16px;gap:12px}}body #cookie-hint .cookie-copy{font-size:14px;line-height:20px;color:#353535;display:block}@media screen and (max-width:767px){body #cookie-hint .cookie-copy{line-height:18px}}@media screen and (max-width:459px){body #cookie-hint .cookie-copy{font-size:12px;line-height:16px}}body #cookie-hint .cookie-accept-close{line-height:32px;margin:0;color:#353535;background:0 0;border-color:#ff8300;border-radius:20px;width:120px;flex:none;transition:background-color 134ms,color 134ms}body #cookie-hint .cookie-accept-close:hover{background-color:#ff8300;color:#fff;opacity:1}.scroll-to-top{width:52px;height:52px;border:1px solid #27388a;background-color:#27388a;border-radius:50%;color:#fff;-webkit-transform:translateY(60px);transform:translateY(60px);transition:all .3s;visibility:hidden;outline:0}.scroll-to-top:before{content:'';width:12px;height:12px;border-left:2px solid currentColor;border-bottom:2px solid currentColor;position:absolute;left:calc(50% - 6px);top:calc(50% - 4px);-webkit-transform:rotate(135deg);transform:rotate(135deg)}.scroll-to-top:hover{background-color:#ff8300;border-color:#ff8300;color:#fff}.scroll-to-top.is-active{visibility:visible;-webkit-transform:translateY(0);transform:translateY(0)}.b-roboform{position:absolute;pointer-events:none;opacity:0}@-webkit-keyframes rotate{0%{-webkit-transform:rotate(0);transform:rotate(0)}50%{-webkit-transform:rotate(180deg);transform:rotate(180deg)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes rotate{0%{-webkit-transform:rotate(0);transform:rotate(0)}50%{-webkit-transform:rotate(180deg);transform:rotate(180deg)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@-webkit-keyframes shaking{0%{-webkit-transform:translateX(0);transform:translateX(0)}25%{-webkit-transform:translateX(5px);transform:translateX(5px)}50%{-webkit-transform:translateX(-5px);transform:translateX(-5px)}75%{-webkit-transform:translateX(5px);transform:translateX(5px)}100%{-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes shaking{0%{-webkit-transform:translateX(0);transform:translateX(0)}25%{-webkit-transform:translateX(5px);transform:translateX(5px)}50%{-webkit-transform:translateX(-5px);transform:translateX(-5px)}75%{-webkit-transform:translateX(5px);transform:translateX(5px)}100%{-webkit-transform:translateX(0);transform:translateX(0)}}.header__layout{position:relative;height:65px}@media screen and (max-width:1023px){.header__layout{height:64px}}.header__layout--hr{border-top:1px solid #edf0f9;border-bottom:1px solid #edf0f9}@media screen and (max-width:1023px){.header__layout--hr{border-top:none}}.header__wrapper{position:absolute;background:#fff;top:0;left:0;right:0;z-index:51}.header__wrapper.is-fixed{position:fixed;box-shadow:0 1px 1px #edf0f9}.header__bottom,.header__top{padding:10px 24px;min-height:95px;display:flex;justify-content:space-between;align-items:center}@media screen and (max-width:1023px){.header__bottom,.header__top{min-height:63px}}.header__top{position:relative;z-index:52}@media screen and (max-width:1023px){.header__top{display:none}}.header__bottom{min-height:63px;padding:0}.header__menu-button{position:relative;display:none;width:32px;height:32px;margin-left:17px;cursor:pointer}.header__menu-button.is-active{color:#ff8300}.header__menu-button.is-active:before{height:2px;top:15px;-webkit-transform:rotate(45deg);transform:rotate(45deg);transition:top .3s,-webkit-transform .3s .15s;transition:top .3s,transform .3s .15s;transition:top .3s,transform .3s .15s,-webkit-transform .3s .15s;border-bottom:none}.header__menu-button.is-active:after{bottom:11px;-webkit-transform:rotate(-45deg);transform:rotate(-45deg);transition:bottom .3s,-webkit-transform .3s .15s;transition:bottom .3s,transform .3s .15s;transition:bottom .3s,transform .3s .15s,-webkit-transform .3s .15s}.header__menu-button:before{content:'';position:absolute;left:calc(50% - 9px);top:9px;width:18px;height:14px;border-top:2px solid currentColor;border-bottom:2px solid currentColor;transition:top .3s .15s,-webkit-transform .3s;transition:top .3s .15s,transform .3s;transition:top .3s .15s,transform .3s,-webkit-transform .3s}.header__menu-button:after{content:'';position:absolute;left:calc(50% - 9px);top:15px;width:18px;height:2px;background:currentColor;transition:bottom .3s .15s,-webkit-transform .3s;transition:bottom .3s .15s,transform .3s;transition:bottom .3s .15s,transform .3s,-webkit-transform .3s}@media screen and (max-width:1023px){.header__menu-button{display:block}}@media screen and (max-width:767px){.header__menu-button{margin-left:12px}}.header__logo{background:url(/new/f/img/pageLogoNew.svg) no-repeat left top;margin-top:6px;width:182px;height:56px}.header__logo--mobile{display:none}@media screen and (max-width:1023px){.header__logo--mobile{display:block}}@media screen and (max-width:1023px){.header__logo{background-size:cover;position:relative;margin:0 0 0 17px;width:104px;height:32px;z-index:52}}@media screen and (max-width:767px){.header__logo{margin:0 0 0 12px}}.header__icons{display:flex;align-items:center}.header__controls{padding:10px 24px 10px 10px;display:flex;align-items:center;justify-content:flex-end;flex-grow:1}@media screen and (max-width:767px){.header__controls{padding-right:16px}}.header__button{flex:none;width:105px;margin-left:23px}@media screen and (max-width:767px){.header__button{font-size:14px;line-height:30px;height:32px;width:76px;margin-left:20px}}@media screen and (max-width:459px){.header__button{display:none}}.header__button--profile{position:relative;padding:0 12px 0 48px;font-size:16px;width:122px}@media screen and (max-width:767px){.header__button--profile{padding:0 8px 0 38px;font-size:14px;line-height:32px;width:112px}}.header__button--profile:after{content:'';position:absolute;left:16px;top:calc(50% - 12px);width:24px;height:24px;background:url(/new/f/img/icon-profile.svg) no-repeat left top}@media screen and (max-width:767px){.header__button--profile:after{left:8px}}.header__ahead,.header__ahead:hover{color:#fff;display:block;width:100%;overflow:hidden;text-overflow:ellipsis;text-align:left}.header__basket,.header__logout,.header__profile,.header__search{position:relative;width:32px;height:32px;margin-left:20px;cursor:pointer;color:#363a4f;transition:color 134ms}@media screen and (max-width:767px){.header__basket,.header__logout,.header__profile,.header__search{width:24px;height:24px;margin-left:12px}}@media screen and (max-width:459px){.header__basket,.header__logout,.header__profile,.header__search{margin-left:8px}}.header__basket svg,.header__logout svg,.header__profile svg,.header__search svg{width:100%;height:100%}.header__basket:hover,.header__logout:hover,.header__profile:hover,.header__search:hover{color:#ff8300}@media screen and (max-width:767px){.header__basket:hover,.header__logout:hover,.header__profile:hover,.header__search:hover{color:#353535}}.header__basket span,.header__logout span,.header__profile span,.header__search span{position:absolute;top:-4px;right:-8px;background:#27388a;border-radius:50%;color:#fff;min-width:20px;height:20px;padding:0 4px;text-align:center;font-family:RotonBol,Arial,Helvetica,sans-serif;font-size:12px;line-height:20px;pointer-events:none}@media screen and (max-width:767px){.header__basket span,.header__logout span,.header__profile span,.header__search span{min-width:17px;height:17px;line-height:16px;font-size:10px}}.header__babymania{display:none}@media screen and (max-width:1023px){.header__babymania{display:flex;align-items:center;justify-content:center;font-size:30px;margin-right:23px}}@media screen and (max-width:767px){.header__babymania{font-size:20px;margin-right:12px}}@media screen and (max-width:459px){.header__babymania{margin-right:8px}}.header__search{margin-left:0}@media screen and (max-width:767px){.header__search{margin-left:0}}.header__profile--mobile{display:none}@media screen and (max-width:767px){.header__profile--mobile{display:block}}.header__profile--mobile-xs{display:none}@media screen and (max-width:459px){.header__profile--mobile-xs{display:block}}@media screen and (max-width:1023px){.header__profile--active{color:#ff8300}}@media screen and (max-width:767px){.header__basket{margin-right:0}}.header__logout{display:flex;align-items:center;justify-content:center;margin-left:8px;width:16px}@media screen and (max-width:459px){.header__logout{display:none}}.header__logout svg{width:16px;height:16px}.header__field{position:absolute;left:0;right:0;top:0;min-height:63px;background:#f3f7f9;box-shadow:0 1px 1px #e3e8f5;visibility:hidden;z-index:53}.header__field-wrapper{position:relative;display:flex;align-items:center;padding:0 25px}@media screen and (max-width:767px){.header__field-wrapper{padding:0 16px 0 19px}}.header__search-button{width:184px;margin-left:20px}@media screen and (max-width:767px){.header__search-button{position:absolute;right:21px;top:18px;font-size:0;line-height:1;width:30px;height:30px;margin-left:0;padding:0}.header__search-button:after{content:'';position:absolute;left:6px;top:6px;width:18px;height:18px;background:url(/new/f/img/icon-search-w.svg) no-repeat left top;background-size:contain}}.header__buttons{position:relative;display:flex;justify-content:flex-end;width:215px;margin-left:20px;flex:none}@media screen and (max-width:767px){.header__buttons{width:100px;margin-left:10px}}@media screen and (max-width:459px){.header__buttons{width:90px}}.header__line{background:#fff}.header__line .header__field-wrapper{min-height:63px}.header__line .header__search{background:0 0;box-shadow:none;border:none medium;transition:margin-right 134ms;margin-right:182px}@media screen and (max-width:767px){.header__line .header__search{margin-right:0}}.header__line .header__search svg{pointer-events:none}.header__input{flex-grow:1;width:100%;height:40px;font-size:20px;line-height:40px}.header__close{position:absolute;right:106px;top:0;width:32px;height:32px;color:#e3e8f5;cursor:pointer;transition:color 134ms,opacity 134ms;opacity:0}@media screen and (max-width:767px){.header__close{width:24px;height:24px;right:76px}}@media screen and (max-width:459px){.header__close{right:68px}}.header__close:after,.header__close:before{content:'';position:absolute;left:-3px;top:15px;width:38px;height:2px;background:currentColor;-webkit-transform:rotate(45deg);transform:rotate(45deg);transition:-webkit-transform 134ms;transition:transform 134ms;transition:transform 134ms,-webkit-transform 134ms}@media screen and (max-width:767px){.header__close:after,.header__close:before{width:30px;top:11px}}.header__close:after{-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}.header__close:hover{color:#ff8300}.header__close:hover:before{-webkit-transform:rotate(135deg);transform:rotate(135deg)}.header__close:hover:after{-webkit-transform:rotate(45deg);transform:rotate(45deg)}.header__wrapper.is-show .header__search{color:#27388a}.header__wrapper.is-show .header__field{visibility:visible}.header__wrapper.is-show .header__line .header__search{margin-right:0}.header__wrapper.is-show .header__line .header__close{opacity:1}.header__bubble{position:absolute;top:calc(100% + 24px);right:-38px;width:197px;z-index:50;background:#fff;border:1px solid #f3f7f9;box-shadow:0 8px 16px rgba(0,0,0,.1);border-radius:16px;flex-direction:column;align-items:flex-start;padding:12px 32px;display:none}.header__bubble:before{content:'';position:absolute;top:-25px;left:0;right:0;height:32px}.header__bubble-item{font-family:RotonReg,Arial,Helvetica,sans-serif;font-size:18px;line-height:26px;letter-spacing:.02em;margin:12px 0;color:#353535}.header__bubble-item:hover{color:#ff8300}.header__button--profile:hover .header__bubble{display:flex}.new-years-eve .header__logo{background-image:url(/new/f/img/pageLogoNew2024.svg)}.footer__top{padding:24px 25px;font-size:12px;line-height:1.4}@media screen and (max-width:767px){.footer__top{padding:16px;line-height:14px}}.footer__middle{display:flex;padding:0 25px}@media screen and (max-width:1023px){.footer__middle{flex-wrap:wrap}}@media screen and (max-width:767px){.footer__middle{flex-direction:column;padding:0 16px}}.footer__column{position:relative;display:flex;flex-direction:column;padding:8px 25px}@media screen and (max-width:1239px){.footer__column{padding:8px 18px}}@media screen and (max-width:767px){.footer__column{border-top:1px solid #f2f2f2;padding:0}}.footer__column:after{content:'';position:absolute;top:8px;bottom:20px;right:0;width:1px;background:#f2f2f2}@media screen and (max-width:767px){.footer__column:after{display:none}}.footer__column--center{align-items:center}@media screen and (max-width:767px){.footer__column--center{align-items:stretch}}.footer__column--right{align-items:flex-end}@media screen and (max-width:1023px){.footer__column--right{padding-left:0;align-items:flex-start}}.footer__column:nth-child(1){width:11.1%;padding-left:0}@media screen and (max-width:1023px){.footer__column:nth-child(1){width:17%}}@media screen and (max-width:767px){.footer__column:nth-child(1){width:100%;order:1}}.footer__column:nth-child(2){width:22.7%}@media screen and (max-width:1239px){.footer__column:nth-child(2){width:20.7%}}@media screen and (max-width:1023px){.footer__column:nth-child(2){width:27%}}@media screen and (max-width:767px){.footer__column:nth-child(2){width:100%;order:10}}.footer__column:nth-child(3){width:16.7%}@media screen and (max-width:1023px){.footer__column:nth-child(3){width:23%}}@media screen and (max-width:767px){.footer__column:nth-child(3){width:100%;order:2}}.footer__column:nth-child(4){width:29.5%}@media screen and (max-width:1239px){.footer__column:nth-child(4){width:27.5%}}@media screen and (max-width:1023px){.footer__column:nth-child(4){width:33%}.footer__column:nth-child(4):after{display:none}}@media screen and (max-width:767px){.footer__column:nth-child(4){width:100%;order:8}}.footer__column:nth-child(5){width:20%;padding-right:0}@media screen and (max-width:1239px){.footer__column:nth-child(5){width:24%}}@media screen and (max-width:1023px){.footer__column:nth-child(5){width:100%}}@media screen and (max-width:767px){.footer__column:nth-child(5){width:100%;order:9}}.footer__column:nth-child(5):after{display:none}@media screen and (max-width:767px){.footer__column:nth-child(6){width:100%;order:3}}@media screen and (max-width:767px){.footer__column:nth-child(7){width:100%;order:4}}@media screen and (max-width:767px){.footer__column:nth-child(8){width:100%;order:5}}@media screen and (max-width:767px){.footer__column:nth-child(9){width:100%;order:6}}@media screen and (max-width:767px){.footer__column:nth-child(10){width:100%;order:7}}.footer__column--center:nth-child(2) .footer__item{max-width:200px;width:100%}@media screen and (max-width:1023px){.footer__column--center:nth-child(2) .footer__item{max-width:none}}.footer__column--center:nth-child(3) .footer__item{max-width:110px;width:100%}@media screen and (max-width:1023px){.footer__column--center:nth-child(3) .footer__item{max-width:none}}.footer__column--center:nth-child(4) .footer__item{max-width:290px;width:100%}@media screen and (max-width:1023px){.footer__column--center:nth-child(4) .footer__item{max-width:none}}@media screen and (max-width:767px){.footer__column--center:nth-child(4) .footer__item{color:#5b607a;font-size:14px;padding:8px 0 7px}.footer__column--center:nth-child(4) .footer__item:first-child{padding-top:15px}.footer__column--center:nth-child(4) .footer__item:last-child{padding-bottom:15px}}.footer__title{color:#868686;font-size:14px;line-height:1;margin-bottom:16px}.footer__title--mobile{display:none}@media screen and (max-width:767px){.footer__title--mobile{display:block}}@media screen and (max-width:767px){.footer__title{position:relative;font-size:16px;color:#353535;padding:20px 0;margin-bottom:0}.footer__title:after{content:'';position:absolute;right:10px;top:20px;width:12px;height:12px;transition:color 134ms;border-right:1px solid currentColor;border-bottom:1px solid currentColor;-webkit-transform:rotate(45deg);transform:rotate(45deg)}}@media screen and (max-width:767px){.footer__column.is-active .footer__title{color:#ff8300}}@media screen and (max-width:767px){.footer__column.is-active .footer__title:after{-webkit-transform:rotate(225deg);transform:rotate(225deg);top:25px}}@media screen and (max-width:767px){.footer__column.is-active .footer__item{display:block}}.footer__item{color:#363a4f;margin-bottom:16px;line-height:1.12}@media screen and (max-width:767px){.footer__item{padding:8px 0;margin-bottom:0}.footer__item:first-child{padding-top:20px}.footer__item:last-child{padding-bottom:20px}}@media screen and (min-width:768px){.footer__item:hover{color:#ff8300}}@media screen and (max-width:767px){.footer__title+.footer__item{border-top:1px solid #f2f2f2;padding-top:20px}}@media screen and (max-width:767px){.footer__title~.footer__item{display:none}}.footer__bottom{display:flex;justify-content:space-between;border-top:1px solid #f2f2f2;margin-top:8px;padding:33px 25px}@media screen and (max-width:767px){.footer__bottom{flex-direction:column;padding:23px 16px 40px}}.footer__buttons{display:flex;gap:15px}.footer__button{position:relative;display:flex;align-items:center;justify-content:center;border-radius:8px;background:#5b607a;background:#bebebe;cursor:pointer;width:40px;height:40px}.footer__button--auth{opacity:.5}.footer__button--auth:hover{opacity:1}.footer__button[data-type=ok]{background:#eb722e;transition:-webkit-transform 134ms;transition:transform 134ms;transition:transform 134ms,-webkit-transform 134ms}.footer__button[data-type=ok]:hover{background:#eb722e;-webkit-transform:scale(1.1);transform:scale(1.1)}.footer__button[data-type=ok] .footer__button-image{width:16px;height:27px}.footer__button[data-type=vk]{background:#2787f5;transition:-webkit-transform 134ms;transition:transform 134ms;transition:transform 134ms,-webkit-transform 134ms}.footer__button[data-type=vk]:hover{background:#2787f5;-webkit-transform:scale(1.1);transform:scale(1.1)}.footer__button[data-type=vk] .footer__button-image{width:27px;height:16px}.footer__button[data-type=zn]{background:#2c3036;transition:-webkit-transform 134ms;transition:transform 134ms;transition:transform 134ms,-webkit-transform 134ms}.footer__button[data-type=zn]:hover{background:#2c3036;-webkit-transform:scale(1.1);transform:scale(1.1)}.footer__button[data-type=zn] .footer__button-image{width:40px;height:40px}.footer__button[data-type=yt]{background:red;transition:-webkit-transform 134ms;transition:transform 134ms;transition:transform 134ms,-webkit-transform 134ms}.footer__button[data-type=yt]:hover{background:red;-webkit-transform:scale(1.1);transform:scale(1.1)}.footer__button[data-type=yt]:before{content:'';position:absolute;left:13px;top:12px;width:0;height:0;border:8px solid transparent;border-left-width:16px;border-right-width:0;border-left-color:#fff}.footer__button[data-type=chatbot]{background:linear-gradient(180deg,#4c20c7 0,#c553ef 100%);color:#fff;width:64px;border-radius:20px;transition:none;align-items:flex-end}@media screen and (max-width:459px){.footer__button[data-type=chatbot] .footer__balloon--mobile-left{-webkit-transform:translate(-86%,8px);transform:translate(-86%,8px)}.footer__button[data-type=chatbot] .footer__balloon--mobile-left:after{left:calc(86% - 8px)}}@media screen and (max-width:459px){.footer__button[data-type=chatbot]:hover .footer__balloon--mobile-left{-webkit-transform:translate(-86%,0);transform:translate(-86%,0)}}.footer__button[data-type=chatbot]:hover .footer__button-caption:after{opacity:1}.footer__button[data-type=chatbot] .footer__button-caption{text-align:center;font-family:RotonBol,Arial,Helvetica,sans-serif;font-size:11px;line-height:12px;letter-spacing:.03em;text-transform:uppercase}.footer__button[data-type=chatbot] .footer__balloon-image{border-radius:8px;width:40px;height:40px}.footer__button[data-type=chatbot] .footer__balloon-image--vk{background:#2787f5}.footer__button[data-type=chatbot] .footer__balloon-image--vk img{width:27px;height:16px}.footer__button[data-type=chatbot] .footer__balloon-image--tg{background:#2fa6da}.footer__button[data-type=chatbot] .footer__balloon-image--tg img{width:24px;height:21px;margin-right:2px}.footer__button[data-type=chatbot]:hover{background:linear-gradient(180deg,#4c20c7 0,#c553ef 100%)}.footer__button.is-blocked,.footer__button.is-blocked:hover{cursor:default;-webkit-transform:scale(1);transform:scale(1)}.footer__button-caption{position:relative;overflow:hidden;padding-bottom:14px;transition:padding 134ms;pointer-events:none}.footer__button-caption:after{content:'';position:absolute;left:-18px;bottom:-31px;width:64px;height:52px;pointer-events:none;background:url(/new/f/img/chatbot/mini.png) no-repeat left top;opacity:0;transition:opacity 134ms}.footer__button:hover .footer__button-caption{padding-bottom:20px}.footer__button:hover .footer__balloon{visibility:visible;-webkit-transform:translate(-50%,0);transform:translate(-50%,0)}.footer__copyright{text-align:right;font-size:14px;line-height:1.4;padding-left:40px}@media screen and (max-width:767px){.footer__copyright{text-align:left;padding-left:0;margin-top:16px;font-size:12px;line-height:17px}}.footer__container{display:flex;flex-direction:column}@media screen and (max-width:1023px){.footer__container{flex-direction:row;justify-content:flex-end;align-items:center;width:100%;gap:16px}}@media screen and (max-width:767px){.footer__container{flex-direction:column;justify-content:flex-start;align-items:flex-start;margin:25px 0 14px;gap:0}}.footer__container .b-icon-block{margin:16px 0 0}.footer__container .b-icon-block--footer-tel{margin:14px 0 0}@media screen and (max-width:1023px){.footer__container .b-icon-block--footer-tel{margin:12px 25px 0 0}}@media screen and (max-width:767px){.footer__container .b-icon-block--footer-tel{order:2}}@media screen and (max-width:1023px){.footer__container .b-experts{order:4}}@media screen and (max-width:767px){.footer__container .b-experts{order:1}}.footer__balloon{position:absolute;left:50%;bottom:calc(100% + 16px);background:#fff;border:1px solid #e6e6ef;box-shadow:0 8px 16px rgba(0,0,0,.1);border-radius:16px;padding:16px;text-align:left;font-size:14px;line-height:16px;color:#404040;cursor:default;visibility:hidden;-webkit-transform:translate(-50%,8px);transform:translate(-50%,8px);transition:-webkit-transform 134ms;transition:transform 134ms;transition:transform 134ms,-webkit-transform 134ms}.footer__balloon:after{content:'';position:absolute;left:calc(50% - 8px);bottom:-8px;width:16px;height:16px;background:#fff;-webkit-transform:rotate(45deg);transform:rotate(45deg)}.footer__balloon:before{content:'';position:absolute;left:0;right:0;bottom:-16px;height:16px}.footer__balloon-item{display:flex;align-items:center;gap:16px;width:200px;padding:8px;margin-bottom:8px;border-radius:8px}.footer__balloon-item:last-child{margin-bottom:0}.footer__balloon-item:hover{background:#edf0f9}.footer__balloon-image{display:flex;align-items:center;justify-content:center;width:60px;height:60px;flex:none}.footer__balloon-image img{max-width:100%;max-height:100%;width:auto;height:auto}.footer__balloon-title{font-size:14px;line-height:16px;margin-bottom:4px;color:#353535}.footer__balloon-title sup{font-size:11px}.footer__button[data-type=chatbot] .footer__balloon{-webkit-transform:translate(0,8px);transform:translate(0,8px);left:0}.footer__button[data-type=chatbot] .footer__balloon:after{left:23px}.footer__button[data-type=chatbot]:hover .footer__balloon{-webkit-transform:translate(0,0);transform:translate(0,0)}.b-events-box{display:none}.b-breadcrumbs{position:relative;background:#edf0f9;padding:5px 0;font-size:14px;line-height:1;letter-spacing:0;height:32px}@media screen and (max-width:767px){.b-breadcrumbs{padding:5px 0;height:32px}.b-breadcrumbs:after,.b-breadcrumbs:before{content:'';position:absolute;right:0;top:0;bottom:0;width:16px;background:linear-gradient(270deg,#edf0f9 20%,rgba(237,240,249,0) 100%);z-index:2}.b-breadcrumbs:before{right:auto;left:0;background:linear-gradient(90deg,#edf0f9 20%,rgba(237,240,249,0) 100%)}}.b-breadcrumbs__wrapper{position:relative;display:flex;align-items:center;height:100%;padding:0 24px}@media screen and (max-width:1023px){.b-breadcrumbs__wrapper{max-width:100%;overflow:hidden}}@media screen and (max-width:767px){.b-breadcrumbs__wrapper{padding:0 16px;overflow-x:auto}.b-breadcrumbs__wrapper::-webkit-scrollbar{display:none}}.b-breadcrumbs__item{display:inline-block;vertical-align:top;color:#818181;cursor:default;white-space:nowrap}@media screen and (max-width:767px){.b-breadcrumbs__item{display:none}.b-breadcrumbs__item:nth-last-child(2){display:block}}a.b-breadcrumbs__item{position:relative;padding-right:12px;margin-right:10px;cursor:pointer;color:#363a4f}@media screen and (max-width:767px){a.b-breadcrumbs__item{padding-right:0;padding-left:12px}}@media screen and (min-width:768px){a.b-breadcrumbs__item:hover{color:#ff8300}}a.b-breadcrumbs__item:after{content:'';position:absolute;right:0;top:4px;width:6px;height:6px;border-top:1px solid #8d92ad;border-right:1px solid #8d92ad;-webkit-transform:rotate(45deg);transform:rotate(45deg)}@media screen and (max-width:767px){a.b-breadcrumbs__item:after{right:auto;left:0;-webkit-transform:rotate(225deg);transform:rotate(225deg)}}.b-subnav{background:#7facd1;position:absolute;left:0;right:0;top:100%}.b-subnav__wrapper{padding:0 24px;height:40px;display:flex;align-items:center;justify-content:space-between;gap:32px}@media screen and (max-width:1023px){.b-subnav__wrapper{padding:0 20px}}@media screen and (max-width:767px){.b-subnav__wrapper{height:32px;padding:0 16px;gap:16px}}.b-subnav__links{display:flex;align-items:center;gap:32px}@media screen and (max-width:1023px){.b-subnav__links{gap:16px;overflow-x:auto}}.b-subnav__item{font-size:16px;letter-spacing:.4px;color:#fff}@media screen and (max-width:1023px){.b-subnav__item{font-size:15px;letter-spacing:0;white-space:nowrap}}@media screen and (max-width:767px){.b-subnav__item{font-size:14px;letter-spacing:.4px;white-space:nowrap}}.b-subnav__item.active{opacity:.5;pointer-events:none}.b-subnav__coins{font-size:18px;display:flex;align-items:center;gap:8px;color:#fff}.b-modal{position:fixed;left:0;right:0;top:0;bottom:0;z-index:100;background-color:rgba(0,0,0,0);visibility:hidden}.b-modal.is-show{visibility:visible;background-color:rgba(0,0,0,.6)}.b-modal__wrapper{position:relative;width:100vw;height:100vh;overflow:hidden;overflow-y:auto;padding:40px;display:flex;justify-content:center}@media screen and (min-width:768px){.b-modal__wrapper{scrollbar-width:none}}@media screen and (max-width:1023px){.b-modal__wrapper{padding:24px}}@media screen and (max-width:767px){.b-modal__wrapper{padding:16px 16px 32px}}@media screen and (max-width:459px){.b-modal__wrapper{padding:0}}@media screen and (min-width:768px){.b-modal__wrapper::-webkit-scrollbar{width:0}}@media screen and (min-width:768px){.b-modal__wrapper::-webkit-scrollbar-track{background:rgba(255,255,255,.1)}}@media screen and (min-width:768px){.b-modal__wrapper::-webkit-scrollbar-thumb{background-color:rgba(255,255,255,.5)}}.b-modal__layout{position:relative;background:#fff;margin:auto 0;width:100%;border-radius:32px;max-width:786px;-webkit-transform:translateY(-50px);transform:translateY(-50px)}@media screen and (max-width:767px){.b-modal__layout{border-radius:16px}}@media screen and (max-width:459px){.b-modal__layout{-webkit-transform:translateY(0);transform:translateY(0);border-radius:0;min-height:100vh}}.b-modal.is-show .b-modal__layout{-webkit-transform:translateY(0);transform:translateY(0)}.b-modal__close{position:absolute;right:-35px;top:-31px;width:30px;height:30px;cursor:pointer;color:#fff}@media screen and (max-width:1023px){.b-modal__close{color:#27388a;right:20px;top:20px}}@media screen and (max-width:459px){.b-modal__close{right:13px;top:13px}}.b-modal__close:after,.b-modal__close:before{content:'';position:absolute;left:5px;top:14px;width:20px;height:2px;background:currentColor;-webkit-transform:rotate(45deg);transform:rotate(45deg)}.b-modal__close:after{-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}.b-modal__content{display:flex;flex-direction:column;justify-content:space-between;height:100%}.b-modal__top{padding:32px 40px 15px}@media screen and (max-width:767px){.b-modal__top{padding:24px 24px 15px}}@media screen and (max-width:459px){.b-modal__top{padding:18px 46px 16px 16px}}.b-modal__middle{padding:8px 40px 22px;flex-grow:1}@media screen and (max-width:767px){.b-modal__middle{padding:8px 24px 22px}}@media screen and (max-width:459px){.b-modal__middle{padding:8px 16px 16px}}.b-modal__bottom{padding:0}.b-modal__title{color:#24346c;font-family:RotonBol,Arial,Helvetica,sans-serif;font-size:33px;line-height:1.2;letter-spacing:.01em}@media screen and (max-width:459px){.b-modal__title{font-size:25px;line-height:29px}}.b-modal__subtitle{color:#24346c;font-family:RotonBol,Arial,Helvetica,sans-serif;font-size:25px;line-height:1.2;letter-spacing:0;margin-top:9px}@media screen and (max-width:767px){.b-modal__subtitle{font-size:17px}}.b-modal__desc{color:#353535}@media screen and (max-width:767px){.b-modal__desc{font-size:14px}}.b-modal__legend{background:#fafafa;color:#404040;font-size:14px;line-height:18px;padding:15px 40px 28px}@media screen and (max-width:767px){.b-modal__legend{padding:15px 24px 24px}}@media screen and (max-width:459px){.b-modal__legend{padding:25px 16px 24px}}.b-modal__row{display:flex;gap:0 16px}@media screen and (max-width:767px){.b-modal__row--answer{flex-wrap:wrap;justify-content:flex-start}}.b-modal__row--controls{align-items:center}@media screen and (max-width:767px){.b-modal__row--controls{gap:0}}.b-modal__row--errors{display:none;margin:0 -40px}@media screen and (max-width:767px){.b-modal__row--errors{margin:0 -24px}}@media screen and (max-width:459px){.b-modal__row--errors{margin:0 -16px}}.b-modal__row--errors.is-error{display:block}.b-modal__row.is-hidden{display:none}.b-modal__column{width:100%}.b-modal__row--answer .b-modal__column{width:37%}@media screen and (max-width:767px){.b-modal__row--answer .b-modal__column{width:calc(50% - 8px)}}@media screen and (max-width:459px){.b-modal__row--answer .b-modal__column{width:92%}}@media screen and (max-width:767px){.b-modal__row--answer .b-modal__column:nth-child(1){width:100%}}@media screen and (max-width:767px){.b-modal__row--answer .b-modal__column:nth-child(2){width:calc(100% - 16px - 124px)}}@media screen and (max-width:459px){.b-modal__row--answer .b-modal__column:nth-child(2){width:100%}}.b-modal__row--answer .b-modal__column:nth-child(3){width:124px}.b-modal__row--controls .b-modal__column:last-child{width:auto;flex-grow:1;align-items:center}@media screen and (max-width:767px){.b-modal__row--phone{flex-wrap:wrap}}@media screen and (max-width:767px){.b-modal__row--phone .b-modal__column{width:calc((100% - 16px)/ 2)}.b-modal__row--phone .b-modal__column:nth-child(1){width:100%}}@media screen and (max-width:459px){.b-modal__row--phone .b-modal__column{width:100%}}.b-modal__label{font-size:14px;line-height:1.2;color:#b0b5c3;white-space:nowrap;padding-top:3px}@media screen and (max-width:767px){.b-modal__label{display:none}}@media screen and (max-width:459px){.b-modal__label{padding-top:8px}}.b-modal__label--mobile{display:none}@media screen and (max-width:767px){.b-modal__label--mobile{display:block}}.b-modal__btn{font-size:17px;line-height:44px;height:46px;display:inline-block;vertical-align:top;max-width:none;width:auto;padding:0 30px}.b-modal__btn.is-hidden{display:none}.b-modal__attach{background:url(/new/f/img/icon-attach.svg) no-repeat 3px center;position:relative;display:inline-block;vertical-align:top;cursor:pointer;left:9px;top:8px;padding-left:25px;height:30px;overflow:hidden}.b-modal__attach input{position:absolute;right:0;top:0;font-size:21px;line-height:1;opacity:0}.b-modal__attach span{position:relative;padding:0 14px 0 10px;line-height:30px;max-width:180px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;display:none}@media screen and (max-width:459px){.b-modal__attach span{max-width:120px}}.b-modal__attach span.is-active{display:block}.b-modal__attach span:before{content:'';position:absolute;top:3px;right:0;background:#27388a;border-radius:50%;width:13px;height:13px;pointer-events:none}.b-modal__attach span:after{content:'';position:absolute;top:6px;right:3px;width:7px;height:7px;-webkit-transform:rotate(45deg);transform:rotate(45deg);background:linear-gradient(to bottom,transparent 2px,#fff 3px,#fff 4px,transparent 5px),linear-gradient(to right,transparent 2px,#fff 3px,#fff 4px,transparent 5px)}.b-modal__list{margin:8px 0}@media screen and (max-width:459px){.b-modal__list{font-size:14px;line-height:18px}}.b-modal__list--number{counter-reset:section}@media screen and (max-width:459px){.b-modal__list--number{font-size:16px;line-height:18px}}.b-modal__list li{position:relative;padding-left:20px;margin-bottom:8px}.b-modal__list li:before{content:'';position:absolute;left:0;top:10px;width:6px;height:6px;border-radius:50%;background:#ff8300}@media screen and (max-width:459px){.b-modal__list li:before{top:7px}}.b-modal__list--number li{margin-bottom:16px;padding-left:34px;min-height:24px}@media screen and (max-width:459px){.b-modal__list--number li{display:flex;align-items:center}}.b-modal__list--number li:before{top:0;width:24px;height:24px;background:#29adb9}.b-modal__list--number li:after{counter-increment:section;content:counter(section);position:absolute;left:0;top:0;width:24px;height:24px;font-family:RotonBol,Arial,Helvetica,sans-serif;font-size:16px;line-height:23px;text-align:center;color:#fff}.b-modal__list--orange li:before{background:#ff8300}.b-modal__zone{margin:32px 0 16px}@media screen and (max-width:459px){.b-modal__zone{margin:24px 0 8px}}.b-modal__bubble{position:relative;margin-top:5px}@media screen and (max-width:459px){.b-modal__bubble{margin-top:0}}.b-modal__bubble-inner{position:absolute;left:260px;top:0;padding:15px 20px;background:#fafafa;border:1px solid #e3e8f5;border-radius:8px;font-size:14px;line-height:17px;color:#ff4747;display:none}@media screen and (max-width:767px){.b-modal__bubble-inner{font-size:13px;line-height:15px;left:180px;padding:16px}}@media screen and (max-width:459px){.b-modal__bubble-inner{position:relative;left:0;margin-bottom:20px;font-size:14px;line-height:17px}}.b-modal__bubble-inner:before{content:'';position:absolute;left:-8px;top:calc(50% - 8px);width:16px;height:16px;background:#fafafa;border-left:1px solid #e3e8f5;border-bottom:1px solid #e3e8f5;-webkit-transform:rotate(45deg);transform:rotate(45deg)}@media screen and (max-width:459px){.b-modal__bubble-inner:before{left:calc(50% - 8px);bottom:-8px;top:auto;-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}}.b-modal__bubble.is-error .b-modal__bubble-inner{display:block}.b-modal__link-button{position:relative;font-size:15px;top:0;margin-bottom:24px}@media screen and (max-width:459px){.b-modal__link-button{font-size:14px}}.b-modal__link-button span.is-hidden{display:none}.b-modal__link.is-active{color:#ff8300;cursor:pointer}.b-modal__link.is-active:hover{color:#27388a}.b-modal__table{display:flex;gap:8px}.b-modal__table-row{display:flex;flex-direction:column;gap:8px}.b-modal__step.is-hidden{display:none}.b-modal__topic{font-family:RotonBol,Arial,Helvetica,sans-serif;font-size:19px;line-height:1;color:#27388a;margin:0 0 22px}.b-modal__hr{position:relative;font-size:17px;line-height:19px;text-align:center;color:#b0b5c3;width:100%;margin:14px 0}@media screen and (max-width:459px){.b-modal__hr{margin:10px 0 14px}}.b-modal__hr:before{content:'';position:absolute;top:9px;left:0;right:0;height:1px;background:currentColor}.b-modal__hr span{position:relative;background:#fff;padding:0 10px}@media screen and (max-width:459px){.b-modal__wrapper{padding:16px 16px 100px}}.b-modal__layout{border-radius:32px}@media screen and (max-width:767px){.b-modal__layout{-webkit-transform:translateY(-50px);transform:translateY(-50px);border-radius:16px;min-height:0}}.b-modal__legend{border-radius:0 0 32px 32px}@media screen and (max-width:767px){.b-modal__legend{border-radius:0 0 16px 16px}}@media screen and (max-width:459px){.b-modal .b-child.is-open{margin:0 -16px 0;padding:24px 16px}}@media screen and (max-width:459px){.b-modal .b-child__item:after{left:-16px;right:-16px}}.b-modal__close{background:#ff8300;border-radius:50%;right:-11px;top:-13px;width:44px;height:44px;transition:background 134ms;z-index:5}.b-modal__close:after,.b-modal__close:before{top:21px;left:12px;color:#fff}.b-modal__close:hover{background:#27388a}.b-modal--auth .b-modal__subtitle{font-size:23px;margin-top:0;line-height:1;color:#ff8300}@media screen and (max-width:767px){.b-modal--auth .b-modal__subtitle{font-size:19px}}@media screen and (max-width:459px){.b-modal--auth .b-modal__subtitle{font-size:17px}}.b-modal--auth .b-modal__desc{line-height:1.3;padding-bottom:24px}.b-modal--auth .b-modal__middle{padding:0 40px 10px}@media screen and (max-width:767px){.b-modal--auth .b-modal__middle{padding:0 24px 10px}}@media screen and (max-width:459px){.b-modal--auth .b-modal__middle{padding:0 16px 10px}}.b-modal--auth .b-modal__bottom{padding:0 40px 40px;flex-grow:1}@media screen and (max-width:767px){.b-modal--auth .b-modal__bottom{padding:0 24px 32px}}@media screen and (max-width:459px){.b-modal--auth .b-modal__bottom{padding:0 16px 16px}}.b-modal--auth .b-modal__forgoten{font-family:RotonReg,Arial,Helvetica,sans-serif;font-size:14px;font-weight:700;color:#27388a;cursor:pointer}@media screen and (min-width:768px){.b-modal--auth .b-modal__forgoten:hover{color:#ff8300}}@media screen and (max-width:459px){.b-modal--auth .b-modal__row{flex-direction:column}}.b-modal--auth .b-modal__row--controls{margin-bottom:24px}@media screen and (max-width:767px){.b-modal--auth .b-modal__row--controls{flex-direction:column;align-items:flex-start;gap:16px}}@media screen and (max-width:459px){.b-modal--auth .b-modal__row--controls{margin-top:5px;margin-bottom:20px}}.b-modal--auth .b-modal__row--controls .b-modal__column{display:flex;align-items:center;gap:24px}@media screen and (max-width:459px){.b-modal--auth .b-modal__row--controls .b-modal__column{flex-wrap:wrap;gap:12px}}.b-modal--auth .b-modal__row--controls .b-modal__column:nth-child(2){justify-content:flex-end}.b-modal--auth .b-modal__row--soc{gap:24px}@media screen and (max-width:767px){.b-modal--auth .b-modal__row--soc{flex-direction:column;gap:16px}}@media screen and (max-width:459px){.b-modal--auth .b-modal__row--soc{gap:12px}}.b-modal--auth .b-modal__row--soc .b-modal__title{font-size:24px;line-height:32px}.b-modal--auth .b-modal__row--soc .b-modal__subtitle{font-size:19px;line-height:21px}.b-modal--auth .b-modal__row--soc .b-modal__column{background:#fff;border:1px solid #d8dff6;padding:15px 19px 5px;border-radius:16px}@media screen and (max-width:459px){.b-modal--auth .b-modal__row--soc .b-modal__column{padding:16px 16px 8px;border-radius:8px}}.b-modal--auth .b-modal__row--soc .b-modal__btn{line-height:38px;height:40px}.b-modal--auth .b-modal__button{background:#f2f2f2;border-radius:8px;width:40px;height:40px;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background 134ms}.b-modal--auth .b-modal__button--vk{background:#2787f5}.b-modal--auth .b-modal__button--vk img{width:27px;height:16px}.b-modal--auth .b-modal__button--ok{background:#eb722e}.b-modal--auth .b-modal__button--ok img{width:16px;height:27px}.b-modal--auth .b-modal__button:hover{background:#27388a}.b-modal--auth .b-modal__controls{display:flex;gap:12px;margin:16px 0}.b-modal--auth .b-modal__controls--social{flex-wrap:wrap}.b-modal--auth .b-modal__btn{font-size:15px;line-height:38px;height:40px;padding:0 24px}.b-modal--auth.is-blocked .b-modal__close{display:none}.b-modal--slider .b-modal__wrapper{padding:40px}@media screen and (max-width:1023px){.b-modal--slider .b-modal__wrapper{padding:0}}.b-modal--slider .b-modal__layout{position:relative;max-width:none;height:100%}.b-modal--slider .b-modal__zoom{position:fixed;pointer-events:none;border:2px solid #818181;border-radius:50%;width:256px;height:256px;z-index:60;opacity:1;top:0;left:0}.b-modal--slider .b-modal__row{display:flex;padding:40px;height:100%;gap:40px}@media screen and (max-width:767px){.b-modal--slider .b-modal__row{width:100%;gap:0}}@media screen and (max-width:459px){.b-modal--slider .b-modal__row{padding:40px 16px}}.b-modal--slider .b-modal__column{display:flex;align-items:center;justify-content:center;flex-direction:column;gap:12px}.b-modal--slider .b-modal__column--aside{width:100px;flex:none}@media screen and (max-width:767px){.b-modal--slider .b-modal__column--aside{display:none}}.b-modal--slider .b-modal__column--main{width:calc(100% - 100px - 40px)}@media screen and (max-width:767px){.b-modal--slider .b-modal__column--main{width:100%}}.b-modal--slider .b-modal__column--aside [data-type=product-aside-modal] .b-product-slider__slide,.b-modal--slider .b-modal__column--aside [data-type=product-aside] .b-product-slider__slide{border:1px solid #e3e8f5;margin:6px auto;padding:0;width:100px;height:100px;cursor:pointer;transition:border-color 134ms}.b-modal--slider .b-modal__column--aside [data-type=product-aside-modal] .b-product-slider__slide--model3d,.b-modal--slider .b-modal__column--aside [data-type=product-aside] .b-product-slider__slide--model3d{padding:10px}.b-modal--slider .b-modal__column--aside [data-type=product-aside-modal] .b-product-slider__slide:hover,.b-modal--slider .b-modal__column--aside [data-type=product-aside] .b-product-slider__slide:hover{border-color:#bebebe}.b-modal--slider .b-modal__column--aside [data-type=product-aside-modal] .b-gallery__next,.b-modal--slider .b-modal__column--aside [data-type=product-aside-modal] .b-gallery__prev,.b-modal--slider .b-modal__column--aside [data-type=product-aside] .b-gallery__next,.b-modal--slider .b-modal__column--aside [data-type=product-aside] .b-gallery__prev{height:30px}.b-modal--slider .b-modal__column--aside [data-type=product-aside-modal] .b-gallery__next:before,.b-modal--slider .b-modal__column--aside [data-type=product-aside-modal] .b-gallery__prev:before,.b-modal--slider .b-modal__column--aside [data-type=product-aside] .b-gallery__next:before,.b-modal--slider .b-modal__column--aside [data-type=product-aside] .b-gallery__prev:before{top:6px}.b-modal--slider .b-modal__column--aside [data-type=product-aside-modal] .b-gallery__prev:before,.b-modal--slider .b-modal__column--aside [data-type=product-aside] .b-gallery__prev:before{top:12px}.b-modal--slider .b-modal__column--main [data-type=product-main-modal],.b-modal--slider .b-modal__column--main [data-type=product-main]{max-width:100%;height:100%}.b-modal--slider .b-modal__column--main [data-type=product-main-modal] .b-product-slider__slide,.b-modal--slider .b-modal__column--main [data-type=product-main] .b-product-slider__slide{height:calc(100vh - 160px)}@media screen and (max-width:1023px){.b-modal--slider .b-modal__column--main [data-type=product-main-modal] .b-product-slider__slide,.b-modal--slider .b-modal__column--main [data-type=product-main] .b-product-slider__slide{padding:0}}.b-modal--alert .b-modal__info{background:#f3f7f9;border-radius:4px;line-height:1.3;padding:16px 24px;margin:12px 0}@media screen and (max-width:767px){.b-modal--alert .b-modal__info{margin:16px 0 8px}}.b-modal--alert .b-modal__top{padding-bottom:0}@media screen and (max-width:459px){.b-modal--alert .b-modal__top{padding-right:16px}}.b-modal--alert .b-modal__row{font-size:17px;line-height:24px;margin-bottom:16px;display:flex;flex-direction:column;gap:8px}@media screen and (max-width:767px){.b-modal--alert .b-modal__row{margin-bottom:8px}}.b-modal--alert .b-modal__row--grid{flex-direction:row;gap:16px}@media screen and (max-width:767px){.b-modal--alert .b-modal__row--grid{flex-direction:column;gap:0}}.b-modal--alert .b-modal__row--grid .b-modal__column{width:calc((100% - 16px * 2)/ 3)}@media screen and (max-width:767px){.b-modal--alert .b-modal__row--grid .b-modal__column{width:auto;flex-grow:1}}@media screen and (max-width:767px){.b-modal--alert .b-modal__list-item{display:flex}}@media screen and (max-width:459px){.b-modal--alert .b-modal__list-item{flex-direction:column}}.b-modal--alert .b-modal__list-item span{display:block;font-family:RotonBol,Arial,Helvetica,sans-serif;color:#27388a}@media screen and (max-width:767px){.b-modal--alert .b-modal__list-item span{margin-right:12px}}.b-modal--alert .b-modal__list-item ins{font-family:RotonBol,Arial,Helvetica,sans-serif;font-size:13px;line-height:15px;color:#ff8300;text-decoration:none;text-transform:uppercase}.b-modal--alert .b-modal__block{position:relative;padding-left:24px;display:flex;flex-direction:column;gap:6px;margin-bottom:8px}.b-modal--alert .b-modal__block:before{content:attr(data-letter);position:absolute;left:0;top:0;font-size:17px;line-height:24px;color:#ff8300;font-family:RotonBol,Arial,Helvetica,sans-serif;text-transform:uppercase}@media screen and (max-width:767px){#previewEurasiaPageModal .b-modal__wrapper,#previewPageModal .b-modal__wrapper{padding:20px 20px 50px}}#previewEurasiaPageModal .b-modal__layout,#previewPageModal .b-modal__layout{max-width:935px;min-height:auto;border-radius:32px;z-index:1}@media screen and (max-width:1023px){#previewEurasiaPageModal .b-modal__layout,#previewPageModal .b-modal__layout{max-width:720px}}@media screen and (max-width:767px){#previewEurasiaPageModal .b-modal__layout,#previewPageModal .b-modal__layout{border-radius:16px}}#previewEurasiaPageModal .b-modal__content,#previewPageModal .b-modal__content{position:relative;padding-left:44.9%;padding-bottom:40px;overflow:hidden}@media screen and (max-width:767px){#previewEurasiaPageModal .b-modal__content,#previewPageModal .b-modal__content{padding:0 20px 20px}}#previewEurasiaPageModal .b-modal__back,#previewPageModal .b-modal__back{position:absolute;left:-1px;right:0;top:-1px;bottom:-1px;z-index:1;border-radius:30px;-webkit-mask-image:url(/new/f/img/back-gp.svg);mask-image:url(/new/f/img/back-gp.svg);-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-size:auto 100%;mask-size:auto 100%;overflow:hidden}@media screen and (max-width:1023px){#previewEurasiaPageModal .b-modal__back,#previewPageModal .b-modal__back{-webkit-mask-position:-150px 0;mask-position:-150px 0}}@media screen and (max-width:767px){#previewEurasiaPageModal .b-modal__back,#previewPageModal .b-modal__back{position:relative;left:0;top:0;right:auto;bottom:auto;border-radius:0;margin:0 -20px;-webkit-mask:none;mask:none}}#previewEurasiaPageModal .b-modal__back img,#previewPageModal .b-modal__back img{position:absolute;top:-25px;left:calc(50% - 682px);height:calc(100% + 80px);-o-object-fit:cover;object-fit:cover}#previewEurasiaPageModal .b-modal__back img.only-mobile,#previewPageModal .b-modal__back img.only-mobile{display:none}@media screen and (max-width:767px){#previewEurasiaPageModal .b-modal__back img,#previewPageModal .b-modal__back img{position:relative;border-radius:14px 14px 0 0;top:0;left:0;width:100%;height:auto;-o-object-fit:fill;object-fit:fill;display:none}#previewEurasiaPageModal .b-modal__back img.only-mobile,#previewPageModal .b-modal__back img.only-mobile{display:block}}#previewEurasiaPageModal .b-modal__close,#previewPageModal .b-modal__close{background:#ff8300;border-radius:50%;right:-11px;top:-13px;width:44px;height:44px;transition:background 134ms;z-index:5}#previewEurasiaPageModal .b-modal__close:after,#previewEurasiaPageModal .b-modal__close:before,#previewPageModal .b-modal__close:after,#previewPageModal .b-modal__close:before{top:21px;left:12px;color:#fff}#previewEurasiaPageModal .b-modal__close:hover,#previewPageModal .b-modal__close:hover{background:#27388a}#previewEurasiaPageModal .b-modal__bottom,#previewEurasiaPageModal .b-modal__middle,#previewEurasiaPageModal .b-modal__top,#previewPageModal .b-modal__bottom,#previewPageModal .b-modal__middle,#previewPageModal .b-modal__top{position:relative;padding-left:0;z-index:2}@media screen and (max-width:767px){#previewEurasiaPageModal .b-modal__top,#previewPageModal .b-modal__top{padding:15px 0 0}}@media screen and (max-width:767px){#previewEurasiaPageModal .b-modal__middle,#previewPageModal .b-modal__middle{padding:16px 0}}@media screen and (max-width:459px){#previewEurasiaPageModal .b-modal__middle,#previewPageModal .b-modal__middle{padding-top:8px}}#previewEurasiaPageModal .b-modal__button,#previewPageModal .b-modal__button{display:inline-block;max-width:158px;font-size:16px;line-height:44px;height:46px}@media screen and (max-width:459px){#previewEurasiaPageModal .b-modal__desc,#previewPageModal .b-modal__desc{font-size:13px;line-height:1.4}}@media screen and (max-width:459px){#previewEurasiaPageModal .b-modal__subtitle,#previewPageModal .b-modal__subtitle{margin-top:2px}}#previewEurasiaPageModal .b-modal__layout{max-width:896px;border-radius:16px;overflow:hidden}#previewEurasiaPageModal .b-modal__close{right:16px;top:16px;background:#dedfe0}#previewEurasiaPageModal .b-modal__back{left:-20px;border-radius:16px}@media screen and (max-width:767px){#previewEurasiaPageModal .b-modal__back{left:0}}#previewEurasiaPageModal .b-modal__back img{left:calc(50% - 710px)}@media screen and (max-width:767px){#previewEurasiaPageModal .b-modal__back img{left:0}}#previewEurasiaPageModal .b-modal__content{padding-left:54.3%;padding-bottom:60px;min-height:610px}@media screen and (max-width:767px){#previewEurasiaPageModal .b-modal__content{padding-left:20px;padding-bottom:20px}}#previewEurasiaPageModal .b-modal__top{padding:72px 40px 24px 0}@media screen and (max-width:767px){#previewEurasiaPageModal .b-modal__top{padding:15px 0 0}}#previewEurasiaPageModal .b-modal__title{font-family:RotonReg,Arial,Helvetica,sans-serif;font-weight:700;font-size:24px}#previewEurasiaPageModal .b-modal__desc{font-size:16px;line-height:22px}#previewEurasiaPageModal .b-modal__middle{padding:0 40px 50px 0}@media screen and (max-width:767px){#previewEurasiaPageModal .b-modal__middle{padding:16px 0}}#previewEurasiaPageModal .b-modal__button{font-family:RotonReg,Arial,Helvetica,sans-serif;font-weight:700}#previewEurasiaPageModal .b-modal__lang-panel{display:flex;justify-content:flex-start;flex-wrap:wrap;gap:8px;margin-bottom:40px}#previewEurasiaPageModal .b-modal__lang-panel input{display:none}#previewEurasiaPageModal .b-modal__lang-panel label{display:block;width:48px;height:24px;background:#fff;border:1px solid #7fbedd;border-radius:48px;font-family:RotonBol,Arial,Helvetica,sans-serif;font-size:12px;line-height:22px;color:#7fbedd;text-align:center;transition:all 134ms}#previewEurasiaPageModal .b-modal__lang-panel label:hover{background:#ff8300;border:1px solid #ff8300;color:#fff}#previewEurasiaPageModal .b-modal__lang-panel input:checked+label{background:#7fbedd;border:1px solid #7fbedd;color:#fff}#alertCodeAction .b-modal__top,#authModal .b-modal__top,#authModalBasket .b-modal__top,#authSmsModal .b-modal__top,#authSocialModal .b-modal__top,#authWithoutPasswordModal .b-modal__top,#forgotenModal .b-modal__top,#infoCodeAction .b-modal__top,#infoPhoneAction .b-modal__top,#phoneErrorModal .b-modal__top{padding:40px 40px 12px}@media screen and (max-width:459px){#alertCodeAction .b-modal__top,#authModal .b-modal__top,#authModalBasket .b-modal__top,#authSmsModal .b-modal__top,#authSocialModal .b-modal__top,#authWithoutPasswordModal .b-modal__top,#forgotenModal .b-modal__top,#infoCodeAction .b-modal__top,#infoPhoneAction .b-modal__top,#phoneErrorModal .b-modal__top{padding:20px 24px 12px}}#alertCodeAction .b-modal__middle,#authModal .b-modal__middle,#authModalBasket .b-modal__middle,#authSmsModal .b-modal__middle,#authSocialModal .b-modal__middle,#authWithoutPasswordModal .b-modal__middle,#forgotenModal .b-modal__middle,#infoCodeAction .b-modal__middle,#infoPhoneAction .b-modal__middle,#phoneErrorModal .b-modal__middle{padding:0 40px 10px}@media screen and (max-width:459px){#alertCodeAction .b-modal__middle,#authModal .b-modal__middle,#authModalBasket .b-modal__middle,#authSmsModal .b-modal__middle,#authSocialModal .b-modal__middle,#authWithoutPasswordModal .b-modal__middle,#forgotenModal .b-modal__middle,#infoCodeAction .b-modal__middle,#infoPhoneAction .b-modal__middle,#phoneErrorModal .b-modal__middle{padding:0 24px 10px}}#alertCodeAction .b-modal__layout,#authModal .b-modal__layout,#authModalBasket .b-modal__layout,#authSmsModal .b-modal__layout,#authSocialModal .b-modal__layout,#authWithoutPasswordModal .b-modal__layout,#forgotenModal .b-modal__layout,#infoCodeAction .b-modal__layout,#infoPhoneAction .b-modal__layout,#phoneErrorModal .b-modal__layout{max-width:408px}#alertCodeAction .b-modal__content,#authModal .b-modal__content,#authModalBasket .b-modal__content,#authSmsModal .b-modal__content,#authSocialModal .b-modal__content,#authWithoutPasswordModal .b-modal__content,#forgotenModal .b-modal__content,#infoCodeAction .b-modal__content,#infoPhoneAction .b-modal__content,#phoneErrorModal .b-modal__content{border-radius:16px}#alertCodeAction .b-modal__title,#authModal .b-modal__title,#authModalBasket .b-modal__title,#authSmsModal .b-modal__title,#authSocialModal .b-modal__title,#authWithoutPasswordModal .b-modal__title,#forgotenModal .b-modal__title,#infoCodeAction .b-modal__title,#infoPhoneAction .b-modal__title,#phoneErrorModal .b-modal__title{text-align:center;line-height:1;padding-bottom:13px}@media screen and (max-width:459px){#alertCodeAction .b-modal__title,#authModal .b-modal__title,#authModalBasket .b-modal__title,#authSmsModal .b-modal__title,#authSocialModal .b-modal__title,#authWithoutPasswordModal .b-modal__title,#forgotenModal .b-modal__title,#infoCodeAction .b-modal__title,#infoPhoneAction .b-modal__title,#phoneErrorModal .b-modal__title{font-size:23px;line-height:26px;padding-bottom:6px}}#alertCodeAction .b-modal__desc,#authModal .b-modal__desc,#authModalBasket .b-modal__desc,#authSmsModal .b-modal__desc,#authSocialModal .b-modal__desc,#authWithoutPasswordModal .b-modal__desc,#forgotenModal .b-modal__desc,#infoCodeAction .b-modal__desc,#infoPhoneAction .b-modal__desc,#phoneErrorModal .b-modal__desc{text-align:center;font-size:16px;line-height:1.2;padding-bottom:34px}@media screen and (max-width:459px){#alertCodeAction .b-modal__desc,#authModal .b-modal__desc,#authModalBasket .b-modal__desc,#authSmsModal .b-modal__desc,#authSocialModal .b-modal__desc,#authWithoutPasswordModal .b-modal__desc,#forgotenModal .b-modal__desc,#infoCodeAction .b-modal__desc,#infoPhoneAction .b-modal__desc,#phoneErrorModal .b-modal__desc{font-size:14px;padding-bottom:30px}}#alertCodeAction .b-modal__row--columns,#authModal .b-modal__row--columns,#authModalBasket .b-modal__row--columns,#authSmsModal .b-modal__row--columns,#authSocialModal .b-modal__row--columns,#authWithoutPasswordModal .b-modal__row--columns,#forgotenModal .b-modal__row--columns,#infoCodeAction .b-modal__row--columns,#infoPhoneAction .b-modal__row--columns,#phoneErrorModal .b-modal__row--columns{flex-direction:column;align-items:stretch}#alertCodeAction .b-modal__row--controls,#authModal .b-modal__row--controls,#authModalBasket .b-modal__row--controls,#authSmsModal .b-modal__row--controls,#authSocialModal .b-modal__row--controls,#authWithoutPasswordModal .b-modal__row--controls,#forgotenModal .b-modal__row--controls,#infoCodeAction .b-modal__row--controls,#infoPhoneAction .b-modal__row--controls,#phoneErrorModal .b-modal__row--controls{flex-direction:column;align-items:stretch;gap:12px;margin-bottom:32px}#alertCodeAction .b-modal--auth #alertCodeAction .b-modal__row--controls #alertCodeAction .b-modal__column:nth-child(2),#authModal .b-modal--auth #authModal .b-modal__row--controls #authModal .b-modal__column:nth-child(2),#authModalBasket .b-modal--auth #authModalBasket .b-modal__row--controls #authModalBasket .b-modal__column:nth-child(2),#authSmsModal .b-modal--auth #authSmsModal .b-modal__row--controls #authSmsModal .b-modal__column:nth-child(2),#authSocialModal .b-modal--auth #authSocialModal .b-modal__row--controls #authSocialModal .b-modal__column:nth-child(2),#authWithoutPasswordModal .b-modal--auth #authWithoutPasswordModal .b-modal__row--controls #authWithoutPasswordModal .b-modal__column:nth-child(2),#forgotenModal .b-modal--auth #forgotenModal .b-modal__row--controls #forgotenModal .b-modal__column:nth-child(2),#infoCodeAction .b-modal--auth #infoCodeAction .b-modal__row--controls #infoCodeAction .b-modal__column:nth-child(2),#infoPhoneAction .b-modal--auth #infoPhoneAction .b-modal__row--controls #infoPhoneAction .b-modal__column:nth-child(2),#phoneErrorModal .b-modal--auth #phoneErrorModal .b-modal__row--controls #phoneErrorModal .b-modal__column:nth-child(2){justify-content:center}#alertCodeAction .b-modal__btn,#authModal .b-modal__btn,#authModalBasket .b-modal__btn,#authSmsModal .b-modal__btn,#authSocialModal .b-modal__btn,#authWithoutPasswordModal .b-modal__btn,#forgotenModal .b-modal__btn,#infoCodeAction .b-modal__btn,#infoPhoneAction .b-modal__btn,#phoneErrorModal .b-modal__btn{max-width:328px;width:100%;margin:0 auto}@media screen and (max-width:459px){#alertCodeAction .b-modal__btn,#authModal .b-modal__btn,#authModalBasket .b-modal__btn,#authSmsModal .b-modal__btn,#authSocialModal .b-modal__btn,#authWithoutPasswordModal .b-modal__btn,#forgotenModal .b-modal__btn,#infoCodeAction .b-modal__btn,#infoPhoneAction .b-modal__btn,#phoneErrorModal .b-modal__btn{font-size:14px}}#alertCodeAction .b-modal__btn--tw,#authModal .b-modal__btn--tw,#authModalBasket .b-modal__btn--tw,#authSmsModal .b-modal__btn--tw,#authSocialModal .b-modal__btn--tw,#authWithoutPasswordModal .b-modal__btn--tw,#forgotenModal .b-modal__btn--tw,#infoCodeAction .b-modal__btn--tw,#infoPhoneAction .b-modal__btn--tw,#phoneErrorModal .b-modal__btn--tw{width:calc(50% + 16px)}@media screen and (max-width:459px){#alertCodeAction .b-modal__btn--tw,#authModal .b-modal__btn--tw,#authModalBasket .b-modal__btn--tw,#authSmsModal .b-modal__btn--tw,#authSocialModal .b-modal__btn--tw,#authWithoutPasswordModal .b-modal__btn--tw,#forgotenModal .b-modal__btn--tw,#infoCodeAction .b-modal__btn--tw,#infoPhoneAction .b-modal__btn--tw,#phoneErrorModal .b-modal__btn--tw{width:100%}}#alertCodeAction .b-modal__forgoten,#authModal .b-modal__forgoten,#authModalBasket .b-modal__forgoten,#authSmsModal .b-modal__forgoten,#authSocialModal .b-modal__forgoten,#authWithoutPasswordModal .b-modal__forgoten,#forgotenModal .b-modal__forgoten,#infoCodeAction .b-modal__forgoten,#infoPhoneAction .b-modal__forgoten,#phoneErrorModal .b-modal__forgoten{font-size:16px;font-weight:400;color:#27388a}#alertCodeAction .b-modal__forgoten:hover,#authModal .b-modal__forgoten:hover,#authModalBasket .b-modal__forgoten:hover,#authSmsModal .b-modal__forgoten:hover,#authSocialModal .b-modal__forgoten:hover,#authWithoutPasswordModal .b-modal__forgoten:hover,#forgotenModal .b-modal__forgoten:hover,#infoCodeAction .b-modal__forgoten:hover,#infoPhoneAction .b-modal__forgoten:hover,#phoneErrorModal .b-modal__forgoten:hover{color:#ff8300}@media screen and (max-width:459px){#alertCodeAction .b-modal__forgoten,#authModal .b-modal__forgoten,#authModalBasket .b-modal__forgoten,#authSmsModal .b-modal__forgoten,#authSocialModal .b-modal__forgoten,#authWithoutPasswordModal .b-modal__forgoten,#forgotenModal .b-modal__forgoten,#infoCodeAction .b-modal__forgoten,#infoPhoneAction .b-modal__forgoten,#phoneErrorModal .b-modal__forgoten{text-align:center;line-height:28px;width:100%}}#alertCodeAction .button--link,#authModal .button--link,#authModalBasket .button--link,#authSmsModal .button--link,#authSocialModal .button--link,#authWithoutPasswordModal .button--link,#forgotenModal .button--link,#infoCodeAction .button--link,#infoPhoneAction .button--link,#phoneErrorModal .button--link{font-family:RotonReg,Arial,Helvetica,sans-serif;font-size:16px;line-height:18px;margin-top:16px;height:auto;color:#27388a;padding:0}#alertCodeAction .button--link:hover,#authModal .button--link:hover,#authModalBasket .button--link:hover,#authSmsModal .button--link:hover,#authSocialModal .button--link:hover,#authWithoutPasswordModal .button--link:hover,#forgotenModal .button--link:hover,#infoCodeAction .button--link:hover,#infoPhoneAction .button--link:hover,#phoneErrorModal .button--link:hover{color:#ff8300}#alertCodeAction .b-field--password,#authModal .b-field--password,#authModalBasket .b-field--password,#authSmsModal .b-field--password,#authSocialModal .b-field--password,#authWithoutPasswordModal .b-field--password,#forgotenModal .b-field--password,#infoCodeAction .b-field--password,#infoPhoneAction .b-field--password,#phoneErrorModal .b-field--password{margin-bottom:37px}#alertCodeAction .b-field--input,#authModal .b-field--input,#authModalBasket .b-field--input,#authSmsModal .b-field--input,#authSocialModal .b-field--input,#authWithoutPasswordModal .b-field--input,#forgotenModal .b-field--input,#infoCodeAction .b-field--input,#infoPhoneAction .b-field--input,#phoneErrorModal .b-field--input{margin-bottom:37px}#authEmailModal .b-modal__layout{max-width:540px}#authEmailModal .b-modal__top{display:flex;align-items:flex-end;gap:8px}#authEmailModal .b-modal__subtitle{padding-bottom:5px}@media screen and (max-width:767px){#authEmailModal .b-modal__subtitle{font-size:21px;padding-bottom:6px}}@media screen and (max-width:459px){#authEmailModal .b-modal__subtitle{font-size:17px;padding-bottom:4px}}@media screen and (max-width:767px){#authEmailModal .b-modal__desc{font-size:16px}}@media screen and (max-width:459px){#authEmailModal .b-modal__desc{font-size:14px}}@media screen and (max-width:767px){#authEmailModal .b-modal__row--controls{flex-direction:row}}#videoWebinar .b-modal__close{background:0 0;border-radius:0;width:30px;height:30px;top:5px;right:-35px}#videoWebinar .b-modal__close:hover{background:0 0}@media screen and (max-width:459px){#videoWebinar .b-modal__close:hover{background:#27388a}}#videoWebinar .b-modal__close:after,#videoWebinar .b-modal__close:before{left:5px;top:14px}@media screen and (max-width:459px){#videoWebinar .b-modal__close:after,#videoWebinar .b-modal__close:before{top:21px;left:12px}}@media screen and (max-width:1023px){#videoWebinar .b-modal__close{color:#fff}}@media screen and (max-width:459px){#videoWebinar .b-modal__close{background:#ff8300;border-radius:50%;right:-11px;top:-13px;width:44px;height:44px;z-index:5}}#videoWebinar .b-modal__wrapper{padding-top:0;padding-bottom:0}@media screen and (max-width:1023px){#videoWebinar .b-modal__wrapper{padding-top:0;padding-bottom:0}}@media screen and (max-width:767px){#videoWebinar .b-modal__wrapper{padding-top:0;padding-bottom:0}}@media screen and (max-width:459px){#videoWebinar .b-modal__wrapper{padding:16px 16px 50px}}#videoWebinar .b-modal__layout{border-radius:0;max-width:916px}@media screen and (max-width:1023px){#videoWebinar .b-modal__layout{max-width:calc(100vw - 108px)}}@media screen and (max-width:767px){#videoWebinar .b-modal__layout{max-width:calc(100vw - 80px)}}@media screen and (max-width:459px){#videoWebinar .b-modal__layout{border-radius:16px;max-width:none}}#videoWebinar .b-modal__top{font-size:0;line-height:1;padding:0}@media screen and (max-width:767px){#videoWebinar .b-modal__top{padding:0}}@media screen and (max-width:459px){#videoWebinar .b-modal__top{padding:16px 0 0}}#videoWebinar .b-modal__video{height:515px;overflow:hidden;background:#edf0f9}@media screen and (max-width:1023px){#videoWebinar .b-modal__video{height:calc((100vw - 108px) * .562)}}@media screen and (max-width:767px){#videoWebinar .b-modal__video{height:calc((100vw - 80px) * .562)}}@media screen and (max-width:459px){#videoWebinar .b-modal__video{height:calc(100vw * .562)}}#videoWebinar .b-modal__video iframe{width:100%;height:100%}#videoWebinar .b-modal__title{font-size:21px;letter-spacing:0;color:#27388a;display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:8px}@media screen and (max-width:767px){#videoWebinar .b-modal__title{flex-direction:column}}@media screen and (max-width:459px){#videoWebinar .b-modal__title{display:none;font-size:17px;line-height:19px;padding:0 45px 0 16px;margin-bottom:16px}}#videoWebinar .b-modal__title--mobile{display:none}@media screen and (max-width:459px){#videoWebinar .b-modal__title--mobile{display:flex;flex-direction:column}}#videoWebinar .b-modal__desc{font-size:17px;line-height:22px;letter-spacing:0;margin-bottom:6px}#videoWebinar .b-modal__desc:last-child{margin-bottom:0}@media screen and (max-width:767px){#videoWebinar .b-modal__desc{font-size:16px;line-height:20px}}@media screen and (max-width:459px){#videoWebinar .b-modal__desc{font-size:15px;margin-bottom:10px}}#videoWebinar .b-modal__middle{padding-top:32px;padding-bottom:30px}@media screen and (max-width:767px){#videoWebinar .b-modal__middle{padding-top:24px;padding-bottom:24px}}@media screen and (max-width:459px){#videoWebinar .b-modal__middle{padding-top:16px;padding-bottom:14px}}#videoWebinar .b-modal__bottom{background:#fafafa;padding:32px 40px}@media screen and (max-width:767px){#videoWebinar .b-modal__bottom{padding:32px 24px}}@media screen and (max-width:459px){#videoWebinar .b-modal__bottom{padding:16px 16px 50px;border-radius:0 0 16px 16px}}@media screen and (max-width:767px){#videoWebinar .b-modal__safe-rating{padding-bottom:10px}}#videoWebinar .b-stars{margin-top:5px;margin-left:10px;color:#353535}@media screen and (max-width:459px){#videoWebinar .b-stars{margin-top:7px;margin-left:0}}#videoWebinar .b-stars__item.is-active{background-image:url(/new/f/img/icon-star.svg#orange)}#videoWebinar ul{margin-left:20px;list-style:disc}#videoWebinar ul li{margin-bottom:8px}@media screen and (max-width:767px){#linkAccount .b-modal__wrapper{padding:20px}}#linkAccount .b-modal__layout{max-width:720px;min-height:auto;border-radius:32px}@media screen and (max-width:1023px){#linkAccount .b-modal__layout{max-width:720px}}@media screen and (max-width:767px){#linkAccount .b-modal__layout{border-radius:16px}}#linkAccount .b-modal__close{background:#ff8300;border-radius:50%;right:-11px;top:-13px;width:44px;height:44px;transition:background 134ms;z-index:5}#linkAccount .b-modal__close:after,#linkAccount .b-modal__close:before{top:21px;left:12px;color:#fff}#linkAccount .b-modal__close:hover{background:#27388a}#linkAccount .b-modal__middle{position:relative;padding-left:33%;margin-bottom:16px}@media screen and (max-width:767px){#linkAccount .b-modal__middle{padding-left:24px}}@media screen and (max-width:459px){#linkAccount .b-modal__middle{padding-left:16px}}#linkAccount .b-modal__middle:before{content:'';position:absolute;left:40px;top:5px;width:170px;height:220px;background:#edf0f9;border-radius:8px}@media screen and (max-width:767px){#linkAccount .b-modal__middle:before{display:none}}#linkAccount .b-modal__controls{margin:24px 0;gap:16px}#linkAccount .b-modal__button{width:50px;height:50px}#linkAccount .b-modal__button--vk img{width:31px;height:18px}#linkAccount .b-modal__button--ok img{width:19px;height:32px}#linkAccount .b-modal__desc{font-size:14px;line-height:18px}@media screen and (max-width:767px){#linkAccount .b-modal__desc{padding-bottom:8px}}@media screen and (max-width:459px){#linkAccount .b-modal__desc{padding-bottom:0}}@media screen and (max-width:459px){#linkAccount .b-modal__title{line-height:1;padding-bottom:5px}}#modalAlert .b-modal__layout{max-width:540px}#modalAlert .b-modal__subtitle{padding-bottom:5px}@media screen and (max-width:767px){#modalAlert .b-modal__subtitle{font-size:21px;padding-bottom:6px}}@media screen and (max-width:459px){#modalAlert .b-modal__subtitle{font-size:17px;padding-bottom:4px}}#modalAlert .b-modal__desc{font-size:18px;line-height:1.2;padding:8px 0 32px}@media screen and (max-width:767px){#modalAlert .b-modal__desc{font-size:16px}}@media screen and (max-width:767px){#modalAlert .b-modal__row--controls{flex-direction:row}}@media screen and (max-width:767px){#registrationModal .b-modal__row--controls{margin-bottom:10px}}#phoneConfirmModal .b-modal__layout{max-width:640px}@media screen and (max-width:767px){#phoneConfirmModal .b-modal__title{font-size:30px}}@media screen and (max-width:767px){#phoneConfirmModal .b-modal__row--controls{flex-direction:row}}@media screen and (max-width:459px){#phoneConfirmModal .b-modal__row--controls{flex-direction:column}}#phoneConfirmModalBasket .b-modal__layout{max-width:640px}@media screen and (max-width:767px){#phoneConfirmModalBasket .b-modal__title{font-size:30px}}@media screen and (max-width:767px){#phoneConfirmModalBasket .b-modal__row--controls{flex-direction:row}}@media screen and (max-width:459px){#phoneConfirmModalBasket .b-modal__row--controls{flex-direction:column}}#phoneChangeModal .b-modal__layout{max-width:540px}@media screen and (max-width:767px){#phoneChangeModal .b-modal__row--controls{flex-direction:row}}@media screen and (max-width:459px){#phoneChangeModal .b-modal__row--controls{flex-direction:column}}@media screen and (max-width:767px){#deliveryCityList .b-modal__title{padding-right:30px}}@media screen and (max-width:767px){#deliveryCityList .b-modal__layout{border-radius:0}}@media screen and (max-width:767px){#deliveryCityList .b-modal__wrapper{padding:0}}@media screen and (max-width:767px){#deliveryCityList .b-modal__close{background:0 0;border-radius:0;width:30px;height:30px;color:#27388a;right:20px;top:20px;z-index:5}#deliveryCityList .b-modal__close:hover{background:0 0}#deliveryCityList .b-modal__close:after,#deliveryCityList .b-modal__close:before{left:5px;top:14px;background:#27388a}}@media screen and (max-width:459px){#deliveryCityList .b-modal__close{right:13px;top:13px}}#productCode .b-modal__title{padding-bottom:8px}#productCode .b-modal__layout{max-width:580px}@media screen and (max-width:1023px){#fullScreenGallery .b-modal__layout{border-radius:0}}@media screen and (max-width:1023px){#fullScreenGallery .b-modal__close{background:0 0;border-radius:0;width:30px;height:30px;color:#27388a;right:20px;top:20px;z-index:5}#fullScreenGallery .b-modal__close:hover{background:0 0}#fullScreenGallery .b-modal__close:after,#fullScreenGallery .b-modal__close:before{left:5px;top:14px;background:#27388a}}@media screen and (max-width:459px){#fullScreenGallery .b-modal__close{right:13px;top:13px}}@media screen and (max-width:1023px){#showContent .b-modal__wrapper{padding:0}}#showContent .b-modal__layout{max-width:none;width:100%;height:100%;padding:40px}@media screen and (max-width:1023px){#showContent .b-modal__layout{padding:50px 16px 40px;border-radius:0}}#showContent .b-modal__content{display:flex;flex-direction:row;justify-content:center;align-items:center;height:100%;padding-right:10px;overflow-y:auto}#showContent .b-modal__content img{max-width:100%;max-height:100%}#showContent .b-modal__content [data-type=content-modal]{display:block}@media screen and (max-width:1023px){#showContent .b-modal__close{background:0 0;border-radius:0;width:30px;height:30px;color:#27388a;right:20px;top:20px;z-index:5}#showContent .b-modal__close:hover{background:0 0}#showContent .b-modal__close:after,#showContent .b-modal__close:before{left:5px;top:14px;background:#27388a}}@media screen and (max-width:459px){#showContent .b-modal__close{right:13px;top:13px}}[data-type=content-modal]{display:none;height:100%}#loyaltyStatus .b-modal__layout{max-width:800px}#loyaltyStatus .b-modal__table{margin:24px 0 16px}@media screen and (max-width:767px){#loyaltyStatus .b-modal__table{margin-right:-24px}}@media screen and (max-width:459px){#loyaltyStatus .b-modal__table{margin:16px -16px 8px 0}}#loyaltyStatus .b-modal__table-row{border-radius:8px;align-items:center;min-width:100px;width:calc((100% - 8px * 3)/ 4)}#loyaltyStatus .b-modal__table-row[data-type=newbie]{background:linear-gradient(180deg,#cfffb1 0,#edffd7 100%)}#loyaltyStatus .b-modal__table-row[data-type=baby]{background:linear-gradient(180deg,#fff3b1 0,#fcffd7 100%)}#loyaltyStatus .b-modal__table-row[data-type=grow]{background:linear-gradient(180deg,#ffd2b1 0,#ffefd7 100%)}#loyaltyStatus .b-modal__table-row[data-type=expert]{background:linear-gradient(180deg,#ffb1b1 0,#ffd7d7 100%)}#loyaltyStatus .b-modal__table-row--header{align-items:flex-start;min-width:200px;width:200px}@media screen and (max-width:459px){#loyaltyStatus .b-modal__table-row--header{min-width:140px;width:140px}}#loyaltyStatus .b-modal__table-layout{width:calc(100% - 200px - 8px);display:flex;gap:8px}@media screen and (max-width:767px){#loyaltyStatus .b-modal__table-layout{max-width:100%;overflow-x:auto;padding-right:24px}}@media screen and (max-width:459px){#loyaltyStatus .b-modal__table-layout{width:calc(100% - 140px - 8px);padding-right:16px}}#loyaltyStatus .b-modal__table-column{min-height:48px;display:flex;align-items:center}@media screen and (max-width:459px){#loyaltyStatus .b-modal__table-column{min-height:54px;font-size:14px;line-height:18px}}#loyaltyStatus .b-modal__table-column:nth-child(1){font-family:RotonBol,Arial,Helvetica,sans-serif;font-size:18px}@media screen and (max-width:459px){#loyaltyStatus .b-modal__table-column:nth-child(1){font-size:16px;line-height:18px}}#recyclingRules .b-modal__title{font-size:26px}@media screen and (max-width:767px){#recyclingRules .b-modal__title{font-size:24px}}@media screen and (max-width:459px){#recyclingRules .b-modal__title{font-size:20px;line-height:26px}}#recyclingRules .b-modal__desc{padding-top:16px}@media screen and (max-width:459px){#recyclingRules .b-modal__desc{padding:8px 0 16px}}#recyclingRules .b-modal__desc li{position:relative;margin-bottom:8px;line-height:24px;padding-left:16px}#recyclingRules .b-modal__desc li:before{content:'';position:absolute;left:0;top:11px;border-radius:50%;width:6px;height:6px;background:#ff8300}#addressMap .b-modal__bottom,#addressMap .b-modal__middle,#addressMap .b-modal__top{padding:0}#addressMap .b-modal__map{background:rgba(0,0,0,.67);min-height:400px}#addressMap .b-modal__layout{background:0 0;border-radius:0}#authModalBasket .b-modal__close{display:none}@media screen and (max-width:767px){#authModalBasket .b-modal__title{line-height:32px;margin-bottom:8px}}@media screen and (max-width:459px){#authModalBasket .b-modal__title{line-height:25px}}#authModalBasket .b-modal__subtitle{font-size:21px;line-height:23px;max-width:520px;margin-bottom:12px}@media screen and (max-width:767px){#authModalBasket .b-modal__subtitle{font-size:19px;line-height:21px}}@media screen and (max-width:459px){#authModalBasket .b-modal__subtitle{font-size:17px}}#authModalBasket .b-modal__controls--center{justify-content:center;margin:32px 0 0}@media screen and (max-width:767px){#authModalBasket .b-modal__controls--center{margin:32px 0 8px}}@media screen and (max-width:459px){#authModalBasket .b-modal__controls--center{margin:32px 0 16px}}#authModalBasket .b-modal__link{font-size:16px;line-height:1;color:#27388a;max-width:none;width:auto;height:auto;padding:0;border-radius:0;background:0 0}#authModalBasket .b-modal__link:hover{color:#ff8300}#deleteAccountModal .b-modal__layout,#deleteChildModal .b-modal__layout{max-width:436px}#deleteAccountModal .b-modal__top,#deleteChildModal .b-modal__top{padding:28px 32px 16px}@media screen and (max-width:459px){#deleteAccountModal .b-modal__top,#deleteChildModal .b-modal__top{padding:24px 16px 16px}}#deleteAccountModal .b-modal__middle,#deleteChildModal .b-modal__middle{padding:0 32px 10px}@media screen and (max-width:459px){#deleteAccountModal .b-modal__middle,#deleteChildModal .b-modal__middle{padding:0 16px 10px}}#deleteAccountModal .b-modal__bottom,#deleteChildModal .b-modal__bottom{padding:0 32px 20px}@media screen and (max-width:459px){#deleteAccountModal .b-modal__bottom,#deleteChildModal .b-modal__bottom{padding:0 16px 16px}}#deleteAccountModal .b-modal__title,#deleteChildModal .b-modal__title{text-align:center;font-size:25px;line-height:28px}#deleteAccountModal .b-modal__desc,#deleteChildModal .b-modal__desc{text-align:center;font-size:16px;line-height:24px;padding-bottom:22px}#deleteAccountModal .b-modal__column .b-field--textarea,#deleteChildModal .b-modal__column .b-field--textarea{margin-bottom:20px}#deleteAccountModal .b-modal__column .b-field__textarea,#deleteChildModal .b-modal__column .b-field__textarea{min-height:60px}#deleteAccountModal .b-modal__row--controls,#deleteChildModal .b-modal__row--controls{margin:0 10px;flex-direction:row;align-items:center}@media screen and (max-width:459px){#deleteAccountModal .b-modal__row--controls,#deleteChildModal .b-modal__row--controls{margin:0}}#deleteAccountModal .b-modal__btn,#deleteChildModal .b-modal__btn{width:180px}@media screen and (max-width:459px){#deleteAccountModal .b-modal__btn,#deleteChildModal .b-modal__btn{width:auto}}#deleteAccountModal .b-modal__btn.button--delete,#deleteAccountModal .b-modal__btn.button--delete:hover,#deleteChildModal .b-modal__btn.button--delete,#deleteChildModal .b-modal__btn.button--delete:hover{display:flex;align-items:center;font-family:RotonReg,Arial,Helvetica,sans-serif;background:0 0;font-size:14px;border-radius:0;padding:0 10px;width:118px;color:#ff4747;transition:color 134ms}#deleteAccountModal .b-modal__btn.button--delete span,#deleteAccountModal .b-modal__btn.button--delete:hover span,#deleteChildModal .b-modal__btn.button--delete span,#deleteChildModal .b-modal__btn.button--delete:hover span{padding-top:2px;margin-left:7px}#deleteAccountModal .b-modal__btn.button--delete:hover,#deleteChildModal .b-modal__btn.button--delete:hover{color:#27388a}#BMCoinInfo .b-modal__layout{max-width:916px}#BMCoinInfo .b-modal__close{background:0 0;border-radius:0;right:23px;top:22px}@media screen and (max-width:767px){#BMCoinInfo .b-modal__close{right:10px;top:10px}}@media screen and (max-width:559px){#BMCoinInfo .b-modal__close{width:24px;height:24px;right:13px;top:9px}}#BMCoinInfo .b-modal__close:after,#BMCoinInfo .b-modal__close:before{left:6px;width:32px}@media screen and (max-width:559px){#BMCoinInfo .b-modal__close:after,#BMCoinInfo .b-modal__close:before{top:11px;left:2px;width:20px}}#BMCoinInfo .b-modal__close:hover:after,#BMCoinInfo .b-modal__close:hover:before{color:#353535}#BMCoinInfo .b-modal__top{background:url(/new/f/img/babymania/intro/bm-back.png) no-repeat center center,linear-gradient(154deg,#7fbedd 0,#31a8db 100%);padding-bottom:30px;border-radius:30px;position:relative;overflow:hidden}@media screen and (max-width:767px){#BMCoinInfo .b-modal__top{border-radius:14px 14px 20px 20px}}@media screen and (max-width:559px){#BMCoinInfo .b-modal__top{background-position:2% center,left top;padding-bottom:48px}}#BMCoinInfo .b-modal__top:before{content:'';position:absolute;left:29px;top:15px;width:83px;height:64px;background:url(/new/f/img/babymania/intro/bm-back-left.png) no-repeat left top}@media screen and (max-width:1023px){#BMCoinInfo .b-modal__top:before{left:15px}}@media screen and (max-width:559px){#BMCoinInfo .b-modal__top:before{background-size:50px auto;width:50px;height:39px;left:9px;top:2px}}#BMCoinInfo .b-modal__top:after{content:'';position:absolute;right:1px;top:21px;width:162px;height:258px;background:url(/new/f/img/babymania/intro/bm-back-right.png) no-repeat left top}@media screen and (max-width:1023px){#BMCoinInfo .b-modal__top:after{right:-45px}}@media screen and (max-width:559px){#BMCoinInfo .b-modal__top:after{background-size:110px auto;width:110px;height:176px;right:-64px;top:184px}}#BMCoinInfo .b-modal__middle{padding:18px 40px 27px}@media screen and (max-width:767px){#BMCoinInfo .b-modal__middle{padding:18px 24px 27px}}@media screen and (max-width:559px){#BMCoinInfo .b-modal__middle{padding:10px 10px 13px}}#BMCoinInfo .b-modal__bottom{padding:0 40px 20px}@media screen and (max-width:559px){#BMCoinInfo .b-modal__bottom{padding:0 16px 20px}}#BMCoinInfo .b-modal__title{position:relative;padding:0 30px;text-align:center;margin-bottom:26px;color:#001689;z-index:2}@media screen and (max-width:559px){#BMCoinInfo .b-modal__title{padding:18px 0 0;font-size:17px;margin-bottom:9px}}#BMCoinGift .b-modal__layout{background:url(/new/f/img/babymania/intro/bm-layout.svg) no-repeat center bottom #001689;max-width:614px}@media screen and (max-width:767px){#BMCoinGift .b-modal__layout{background-position:-30px center;max-width:320px}}#BMCoinGift .b-modal__layout:after{content:'';position:absolute;right:-71px;bottom:-26px;width:371px;height:198px;background:url(/new/f/img/babymania/intro/bm10.png) no-repeat left top;pointer-events:none}@media screen and (max-width:767px){#BMCoinGift .b-modal__layout:after{background-size:246px auto;right:auto;left:calc(50% - 128px);bottom:-54px;width:246px;height:132px}}#BMCoinGift .b-modal__close{background:0 0;border-radius:0;right:13px;top:17px}@media screen and (max-width:767px){#BMCoinGift .b-modal__close{width:35px;height:35px;right:8px;top:9px}}#BMCoinGift .b-modal__close:after,#BMCoinGift .b-modal__close:before{left:6px;width:32px}@media screen and (max-width:767px){#BMCoinGift .b-modal__close:after,#BMCoinGift .b-modal__close:before{top:16px;left:4px;width:28px}}#BMCoinGift .b-modal__close:hover:after,#BMCoinGift .b-modal__close:hover:before{color:#e23a3a}#BMCoinGift .b-modal__top{padding:30px 64px 0}@media screen and (max-width:767px){#BMCoinGift .b-modal__top{padding:26px 28px 0}}#BMCoinGift .b-modal__middle{padding:10px 64px 0}@media screen and (max-width:767px){#BMCoinGift .b-modal__middle{padding:10px 20px 0 28px}}#BMCoinGift .b-modal__title{color:#fff}@media screen and (max-width:767px){#BMCoinGift .b-modal__title{letter-spacing:0}}#BMCoinGift .b-modal__desc{line-height:1.6875;letter-spacing:.028em;color:#fff;margin-bottom:22px}@media screen and (max-width:767px){#BMCoinGift .b-modal__desc{font-size:12px;line-height:16px;letter-spacing:.026em;margin-bottom:14px}}#BMCoinGift .b-modal__row--controls{align-items:flex-start;margin-bottom:0}#BMCoinGift .b-modal__btn{font-size:21px;padding:0 25px}@media screen and (max-width:767px){#BMCoinGift .b-modal__btn{font-size:16px;line-height:34px;padding:0 20px;height:36px}}#BMCoinGift .b-modal__btn:hover{background:#fff;color:#27388a}#BMCoinGift .b-modal__legend{max-width:420px;padding:18px 64px 20px;font-size:10px;line-height:13px;letter-spacing:.027em;background:0 0;color:rgba(255,255,255,.5)}@media screen and (max-width:767px){#BMCoinGift .b-modal__legend{padding:11px 20px 67px 28px;font-size:8px;line-height:10px;letter-spacing:.027em}}#authModal .button--link{margin-top:20px}#authSocialModal .b-modal__controls{justify-content:center;margin:0 0 16px;width:100%;gap:16px}#authSocialModal .b-modal__button{width:52px;height:52px}#phoneErrorModal .b-modal__layout{max-width:540px}#alertPhoneAction .b-modal__layout{max-width:408px;border-radius:16px}#alertPhoneAction .b-modal__middle{display:flex;align-items:center;justify-content:center;min-height:200px;padding:40px}@media screen and (max-width:459px){#alertPhoneAction .b-modal__middle{min-height:170px;padding:24px}}#alertPhoneAction .b-modal__desc{padding-bottom:0;text-align:center}#infoCodeAction .b-modal__row--controls{margin-top:10px}#authModalBasket .b-modal__top{padding-bottom:0}#authModalBasket .b-modal__desc{font-family:RotonBol,Arial,Helvetica,sans-serif;font-size:20px;color:#ff8300}@media screen and (max-width:459px){#authModalBasket .b-modal__desc{font-size:16px}}@media screen and (max-width:767px){#authModalBasket .b-modal__title{margin-bottom:0}}@media screen and (max-width:459px){#authModalBasket .b-modal__title{margin-bottom:4px}}#authModalBasket a.button--link{text-decoration:underline;text-decoration-style:dashed;text-underline-offset:3px;text-decoration-thickness:1px;text-decoration-color:rgba(39,56,138,.6)}#authModalBasket a.button--link:hover{text-decoration-color:rgba(255,131,0,.6)}.b-page-modal{background:#f3f7f9;padding:50px 24px}@media screen and (max-width:767px){.b-page-modal{padding:24px 16px}}@media screen and (max-width:459px){.b-page-modal{padding:0}}.b-modal[data-page]{position:static;left:auto;right:auto;top:auto;bottom:auto;z-index:1;background:0 0;visibility:visible}.b-modal[data-page] .b-modal__wrapper{position:static;width:auto;height:auto;overflow:visible;padding:0;display:block}@media screen and (max-width:1023px){.b-modal[data-page] .b-modal__wrapper{padding:0}}@media screen and (max-width:767px){.b-modal[data-page] .b-modal__wrapper{padding:0}}@media screen and (max-width:459px){.b-modal[data-page] .b-modal__wrapper{padding:0}}.b-modal[data-page] .b-modal__layout{position:relative;background:0 0;margin:0 auto;width:100%;max-width:786px;-webkit-transform:translateY(0);transform:translateY(0)}@media screen and (max-width:459px){.b-modal[data-page] .b-modal__layout{-webkit-transform:translateY(0);transform:translateY(0);min-height:0}}.b-modal[data-page] .b-modal.is-show .b-modal[data-page] .b-modal__layout{-webkit-transform:translateY(0);transform:translateY(0)}.b-modal[data-page] .b-modal__close{display:none}.b-modal[data-page] .b-modal__content{background:#fff;box-shadow:0 4px 8px #e6e6ef;border-radius:8px;display:block;height:auto}@media screen and (max-width:459px){.b-modal[data-page] .b-modal__content{box-shadow:none;border-radius:0}}.b-modal[data-page] .b-modal__bottom{border-radius:0 0 8px 8px}@media screen and (max-width:459px){.b-modal[data-page] .b-modal__bottom{border-radius:0}}.b-modal[data-page] .b-modal__legend{border-radius:8px}.b-modal[data-page][data-page=phoneConfirmModal] .b-modal__layout{max-width:640px}@media screen and (max-width:767px){.b-modal[data-page][data-page=phoneConfirmModal] .b-modal__title{font-size:30px}}@media screen and (max-width:767px){.b-modal[data-page][data-page=phoneConfirmModal] .b-modal__row--controls{flex-direction:row}}@media screen and (max-width:459px){.b-modal[data-page][data-page=phoneConfirmModal] .b-modal__row--controls{flex-direction:column}}.b-modal[data-page][data-page=answerForExpert]{margin:0 auto}.b-modal[data-page][data-page=answerForExpert] .b-modal__wrapper{padding-bottom:24px}@media screen and (max-width:767px){.b-modal[data-page][data-page=answerForExpert] .b-modal__wrapper{padding-bottom:8px}}.b-modal[data-page][data-page=answerForExpert] .b-modal__subtitle{font-size:23px;margin-top:0;line-height:1;color:#ff8300}@media screen and (max-width:767px){.b-modal[data-page][data-page=answerForExpert] .b-modal__subtitle{font-size:19px;margin-bottom:4px}}@media screen and (max-width:459px){.b-modal[data-page][data-page=answerForExpert] .b-modal__top{padding-right:16px}}@media screen and (max-width:459px){.b-modal[data-page][data-page=answerForExpert] .b-modal__content{box-shadow:0 4px 8px #e6e6ef;border-radius:8px}}.b-modal[data-page][data-page=forgotenModal] .b-modal__row{flex-direction:column}.b-modal[data-page][data-page=forgotenModal] .b-modal__row--controls{flex-direction:row}@media screen and (max-width:459px){.b-modal[data-page][data-page=forgotenModal] .b-modal__row--controls{flex-direction:column}}.b-modal[data-page][data-page=forgotenModal] .b-modal__row--soc{flex-direction:row}@media screen and (max-width:767px){.b-modal[data-page][data-page=forgotenModal] .b-modal__row--soc{flex-direction:column}}@media screen and (max-width:767px){.b-modal[data-page][data-page=forgotenModal] .b-modal__title{font-size:31px}}@media screen and (max-width:459px){.b-modal[data-page][data-page=forgotenModal] .b-modal__title{font-size:25px}}@media screen and (max-width:767px){.b-modal[data-page][data-page=forgotenModal] .b-modal__row--soc .b-modal__title{font-size:23px}}.b-modal[data-page][data-page=authModal] .b-modal__top,.b-modal[data-page][data-page=authWithoutPasswordModal] .b-modal__top{padding:40px 40px 12px}@media screen and (max-width:459px){.b-modal[data-page][data-page=authModal] .b-modal__top,.b-modal[data-page][data-page=authWithoutPasswordModal] .b-modal__top{padding:20px 24px 12px}}.b-modal[data-page][data-page=authModal] .b-modal__middle,.b-modal[data-page][data-page=authWithoutPasswordModal] .b-modal__middle{padding:0 40px 10px}@media screen and (max-width:459px){.b-modal[data-page][data-page=authModal] .b-modal__middle,.b-modal[data-page][data-page=authWithoutPasswordModal] .b-modal__middle{padding:0 24px 10px}}.b-modal[data-page][data-page=authModal] .b-modal__layout,.b-modal[data-page][data-page=authWithoutPasswordModal] .b-modal__layout{max-width:408px}.b-modal[data-page][data-page=authModal] .b-modal__content,.b-modal[data-page][data-page=authWithoutPasswordModal] .b-modal__content{border-radius:16px}.b-modal[data-page][data-page=authModal] .b-modal__title,.b-modal[data-page][data-page=authWithoutPasswordModal] .b-modal__title{text-align:center}.b-modal[data-page][data-page=authModal] .b-modal__desc,.b-modal[data-page][data-page=authWithoutPasswordModal] .b-modal__desc{text-align:center;font-size:16px;line-height:1.2;padding-bottom:34px}.b-modal[data-page][data-page=authModal] .b-modal__row--columns,.b-modal[data-page][data-page=authWithoutPasswordModal] .b-modal__row--columns{flex-direction:column;align-items:stretch}.b-modal[data-page][data-page=authModal] .b-modal__row--controls,.b-modal[data-page][data-page=authWithoutPasswordModal] .b-modal__row--controls{flex-direction:column;align-items:stretch;gap:12px;margin-bottom:32px}.b-modal[data-page][data-page=authModal] .b-modal--auth .b-modal[data-page][data-page=authModal] .b-modal__row--controls .b-modal[data-page][data-page=authModal] .b-modal__column:nth-child(2),.b-modal[data-page][data-page=authWithoutPasswordModal] .b-modal--auth .b-modal[data-page][data-page=authWithoutPasswordModal] .b-modal__row--controls .b-modal[data-page][data-page=authWithoutPasswordModal] .b-modal__column:nth-child(2){justify-content:center}.b-modal[data-page][data-page=authModal] .b-modal__btn,.b-modal[data-page][data-page=authWithoutPasswordModal] .b-modal__btn{width:100%}.b-modal[data-page][data-page=authModal] .b-modal__btn--tw,.b-modal[data-page][data-page=authWithoutPasswordModal] .b-modal__btn--tw{width:calc(50% + 16px)}@media screen and (max-width:459px){.b-modal[data-page][data-page=authModal] .b-modal__btn--tw,.b-modal[data-page][data-page=authWithoutPasswordModal] .b-modal__btn--tw{width:100%}}.b-modal[data-page][data-page=authModal] .b-modal__forgoten,.b-modal[data-page][data-page=authWithoutPasswordModal] .b-modal__forgoten{font-size:16px;font-weight:400;color:#27388a}.b-modal[data-page][data-page=authModal] .b-modal__forgoten:hover,.b-modal[data-page][data-page=authWithoutPasswordModal] .b-modal__forgoten:hover{color:#ff8300}@media screen and (max-width:459px){.b-modal[data-page][data-page=authModal] .b-modal__forgoten,.b-modal[data-page][data-page=authWithoutPasswordModal] .b-modal__forgoten{text-align:center;line-height:28px;width:100%}}.b-modal[data-page][data-page=authModal] .button--link,.b-modal[data-page][data-page=authWithoutPasswordModal] .button--link{font-family:RotonReg,Arial,Helvetica,sans-serif;font-size:16px;line-height:18px;margin-top:16px;height:auto;color:#27388a}.b-modal[data-page][data-page=authModal] .button--link:hover,.b-modal[data-page][data-page=authWithoutPasswordModal] .button--link:hover{color:#ff8300}.b-modal[data-page][data-page=authModal] .b-field--password,.b-modal[data-page][data-page=authWithoutPasswordModal] .b-field--password{margin-bottom:37px}.b-modal[data-page][data-page=authModal] .button--link{margin-top:20px}[data-type=product-main-modal] .b-product-slider__video-poster{visibility:hidden}.is-show [data-type=product-main-modal] .b-product-slider__video-poster{visibility:visible}.b-field{position:relative;display:inline-block;vertical-align:top;margin-bottom:27px;width:100%}.b-field__wrapper{position:relative;border:1px solid #d8dff6;background:#fff;border-radius:4px;height:40px;font-size:0;line-height:1}.b-field__wrapper select{width:100%;height:100%;left:0;position:absolute;opacity:0;z-index:-1}.b-field__wrapper--row{display:flex;justify-content:space-between}.b-field__label{color:#404040;font-size:16px;line-height:1;letter-spacing:.015em;margin-bottom:13px}.b-field__input{font-size:16px;line-height:38px;width:100%;height:38px;color:#353535}@media screen and (max-width:767px){.b-field__input{font-size:15px}}.b-field__input::-webkit-input-placeholder{color:#b0b5c3}.b-field__input:-ms-input-placeholder{color:#b0b5c3}.b-field__input::-ms-input-placeholder{color:#b0b5c3}.b-field__input::placeholder{color:#b0b5c3}.b-field__input.is-disabled{pointer-events:none;color:#b0b5c3}.b-field__textarea{font-size:16px;line-height:1.2;width:100%;min-height:76px;padding:0 16px;resize:none}@media screen and (max-width:767px){.b-field__textarea{font-size:15px}}.b-field__textarea::-webkit-input-placeholder{color:#b0b5c3}.b-field__textarea:-ms-input-placeholder{color:#b0b5c3}.b-field__textarea::-ms-input-placeholder{color:#b0b5c3}.b-field__textarea::placeholder{color:#b0b5c3}@media screen and (min-width:768px){.b-field__textarea::-webkit-scrollbar{width:0}}@media screen and (min-width:768px){.b-field__textarea::-webkit-scrollbar-track{background:0 0}}@media screen and (min-width:768px){.b-field__textarea::-webkit-scrollbar-thumb{background-color:transparent}}@media screen and (max-width:767px){.b-field__textarea--dynamic{padding-bottom:18px}}.b-field__answer{position:absolute;font-size:12px;line-height:1;left:3px;top:calc(100% + 2px);padding-top:3px}.b-field__answer--ellipsis{text-overflow:ellipsis;white-space:nowrap;max-width:100%;overflow:hidden}.b-field__answer.is-error{color:#ff4747}.b-field__answer.is-done{color:#6ebe55}.b-field__switch{display:flex;align-items:center;padding:4px;gap:4px}.b-field__switch-item{position:relative}.b-field__switch-item span{border-radius:15px;display:block;font-size:16px;line-height:28px;white-space:nowrap;padding:0 15px;height:30px;background:#fff;color:#27388a;transition:background 134ms,color 134ms}@media screen and (max-width:459px){.b-field__switch-item span{padding:0 10px}}.b-field__switch-item input{position:absolute;opacity:0;left:0;top:0}.b-field__switch-item input:checked+span{background:#27388a;color:#fff}.b-field__caption{position:relative;background:#fff;border-radius:4px;max-width:100%;overflow:hidden;padding:0 32px 0 16px;height:40px;font-size:16px;line-height:28px;cursor:pointer;border:1px solid #d8dff6;transition:background 134ms;z-index:3}.b-field__caption:after{content:'';position:absolute;right:16px;top:13px;width:9px;height:9px;border-right:1px solid currentColor;border-top:1px solid currentColor;-webkit-transform:rotate(135deg);transform:rotate(135deg)}.b-field__caption:hover{border-color:#c4ceec}.b-field__options{position:absolute;z-index:5;left:0;right:0;top:39px;background:#fff;border:1px solid #c4ceec;border-radius:0 0 4px 4px;max-height:152px;overflow:auto;padding:0;display:none}@media screen and (min-width:768px){.b-field__options::-webkit-scrollbar{width:5px}}@media screen and (min-width:768px){.b-field__options::-webkit-scrollbar-track{background:#fff;border-radius:0 0 4px 0}}@media screen and (min-width:768px){.b-field__options::-webkit-scrollbar-thumb{background-color:#c4ceec}}.b-field__option{padding:8px 16px;font-size:14px;cursor:pointer;transition:color 134ms}.b-field__option:hover{background:#edf0f9}.b-field__option.is-selected,.b-field__option.is-selected:hover{background:#edf0f9}.b-field__option.is-hidden{display:none}.b-field__progress{position:absolute;left:0;right:0;top:calc(100% + 1px);width:0;height:2px;display:none;transition:width 134ms}.b-field__progress.is-show{display:block}.b-field__file{--br:4px;position:relative;display:flex;align-items:center;justify-content:center;background:#fff;border:1px solid #d8dff6;aspect-ratio:1/1;border-radius:var(--br)}.b-field__file input{position:absolute;left:0;top:0;right:0;bottom:0;opacity:0;cursor:pointer;z-index:1}.b-field__file:hover .b-field__file_info{opacity:1}.b-field__file_info{opacity:.5;display:flex;flex-direction:column;align-items:center;gap:12px;font-size:12px;color:#27388a;text-align:center}.b-field__file_info .button{font-size:12px}.b-field__file_preview{position:absolute;top:0;right:0;bottom:0;left:0;background-position:center;background-size:cover;border-radius:var(--br);display:none}.b-field__soc{display:flex;gap:11px}.b-field__show{display:none;position:absolute;right:8px;top:6px;width:26px;height:26px;cursor:pointer;background:url(/new/f/img/icon-eye.svg) no-repeat left top;background-size:26px 26px;z-index:5}.b-field__show.is-active{background-image:url(/new/f/img/icon-eye-on.svg)}.b-field--input .b-field__wrapper{padding:0 16px}.b-field--input.is-error .b-field__wrapper{border-color:#ff4747}.b-field--input.is-blocked .b-field__wrapper{border-color:#eee;background:#eee;pointer-events:none;-webkit-user-select:none;-ms-user-select:none;user-select:none}.b-field--input .b-field__wrapper--row{padding:0 116px 0 16px}.b-field--input .b-field__btn{position:absolute;right:0;top:0;width:100px;font-size:14px;line-height:30px;letter-spacing:.02em;height:32px;padding:0 5px;border-radius:4px;margin:3px;z-index:3}.b-field--password{margin-bottom:37px}@media screen and (max-width:1023px){.b-field--password{margin-bottom:45px}}@media screen and (max-width:767px){.b-field--password{margin-bottom:57px}}@media screen and (max-width:459px){.b-field--password{margin-bottom:55px}}.b-field--password .b-field__wrapper{padding:0 40px 0 16px}.b-field--password .b-field__show{display:block}.b-field--password.is-error .b-field__wrapper{border-color:#ff4747}.b-field--date .b-field__wrapper{width:150px;padding:0 0 0 16px;background:url(/new/f/img/icon-datepicker.svg) no-repeat right center #fff;background-position:calc(100% - 12px) 50%}.b-field--date .b-field__input{cursor:pointer}.b-field--date.is-error .b-field__wrapper{border-color:#ff4747}.b-field--textarea .b-field__wrapper{padding:10px 0;height:auto}.b-field--switch .b-field__wrapper{display:inline-block;vertical-align:top;border-radius:20px}@media screen and (max-width:459px){.b-field--switch .b-field__label{font-size:0;line-height:1;margin-bottom:4px}}.b-field--switch-free .b-field__wrapper{display:block}.b-field--switch-free .b-field__switch-item{width:calc((100% - 4px)/ 2)}.b-field--switch-free .b-field__switch-item span{text-align:center}.b-field--month .b-field__wrapper{margin-right:44px}.b-field--month .b-field__wrapper:after{content:'мес.';position:absolute;right:-40px;top:10px;color:#404040;font-size:16px;line-height:1;letter-spacing:.015em}.b-field--select .b-field__wrapper{border:none medium}.b-field--select .b-field__input{cursor:pointer}.b-field--select.is-open .b-field__caption{border-color:#c4ceec;border-radius:4px 4px 0 0;border-bottom:none}.b-field--select.is-open .b-field__caption:after{-webkit-transform:rotate(-45deg);transform:rotate(-45deg);top:17px}.b-field--select.is-open .b-field__options{display:block}.b-field--select.is-blocked .b-field__wrapper{pointer-events:none;-webkit-user-select:none;-ms-user-select:none;user-select:none}.b-field--select.is-blocked .b-field__caption:after{opacity:0}.b-field--multi{display:inline-block;vertical-align:top;max-width:550px;margin-top:16px}@media screen and (max-width:459px){.b-field--multi{margin-top:0}}.b-field--multi .b-field__wrapper{border:none medium}@media screen and (max-width:767px){.b-field--multi .b-field__wrapper{min-height:40px;height:auto}}.b-field--multi .b-field__input{cursor:pointer}.b-field--multi .b-field__caption{display:flex;gap:6px;padding:6px 42px 6px 6px}@media screen and (max-width:767px){.b-field--multi .b-field__caption{flex-wrap:wrap;min-height:40px;height:auto}}@media screen and (max-width:459px){.b-field--multi .b-field__caption{padding-right:32px}}.b-field--multi .b-field__caption:after{top:calc(50% - 8px);right:12px;border-right:2px solid #b0b5c3;border-top:2px solid #b0b5c3;-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}.b-field--multi .b-field__caption:before{content:'';position:absolute;right:12px;top:50%;width:9px;height:9px;border-right:2px solid #b0b5c3;border-top:2px solid #b0b5c3;-webkit-transform:rotate(135deg);transform:rotate(135deg)}.b-field--multi .b-field__options{border-radius:4px;top:calc(100% + 2px)}.b-field--multi .b-field__caption span{display:inline-block;vertical-align:top;position:relative;background:#f3f7f9;border-radius:4px;padding:0 30px 0 8px;font-size:16px;line-height:26px;color:#363a4f;cursor:pointer}@media screen and (max-width:459px){.b-field--multi .b-field__caption span{font-size:15px;padding-right:28px}}.b-field--multi .b-field__caption span:after,.b-field--multi .b-field__caption span:before{content:'';position:absolute;right:8px;top:14px;width:10px;height:1px;background:#868686;-webkit-transform:rotate(45deg);transform:rotate(45deg)}.b-field--multi .b-field__caption span:after{-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}.b-field--multi .b-field__caption span:hover{background:#edf0f9}.b-field--multi .b-field__caption span:hover:after,.b-field--multi .b-field__caption span:hover:before{background:#e23a3a}.b-field--multi .b-field__caption span.multi-empty{color:#b0b5c3;padding:0 8px;background:0 0;pointer-events:none}.b-field--multi .b-field__caption span.multi-empty:after,.b-field--multi .b-field__caption span.multi-empty:before{display:none}.b-field--multi .b-field__option.is-selected,.b-field--multi .b-field__option.is-selected:hover,.b-field--multi .b-field__option:hover{background:#f3f7f9}.b-field--multi.is-open .b-field__caption{border-color:#c4ceec}.b-field--multi.is-open .b-field__options{display:block}.b-field--file .b-field__wrapper{height:auto}.b-field--files .b-field__wrapper{background:0 0;border:none medium;height:auto}.b-field--files .b-field__file-action{position:relative;overflow:hidden;width:206px;height:40px;border:1px solid #818181;border-radius:20px}.b-field--files .b-field__input{font-size:80px;line-height:1;width:auto;height:auto;opacity:0;cursor:pointer}.b-field--files .b-field__label{position:absolute;left:0;right:0;top:0;bottom:0;padding:0 16px;pointer-events:none;margin-bottom:0;display:flex;align-items:center;justify-content:center}.b-field--files .b-field__label span{display:inline-block;vertical-align:top;font-family:RotonBol,Arial,Helvetica,sans-serif;font-size:15px;line-height:16px;color:#818181;min-height:16px;padding-left:22px;letter-spacing:.02em;background:url(/new/f/img/icon-photo.svg) no-repeat left top}.b-field--files .b-field__file-preview{display:flex;gap:10px}@media screen and (max-width:559px){.b-field--files .b-field__file-preview{flex-wrap:wrap}}.b-field--files .b-field__file-item{margin-top:12px;width:200px;height:200px;border-radius:4px;border:1px solid #d8dff6;overflow:hidden}@media screen and (max-width:767px){.b-field--files .b-field__file-item{width:150px;height:150px}}.b-field--files .b-field__file-item img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.b-field--files .b-field__file-remove{position:absolute;top:11px;left:230px;font-size:16px;line-height:15px;color:#bcbcbc;cursor:pointer;display:flex;align-items:center;display:none}.b-field--files .b-field__file-remove:hover{color:#ff8300}.b-field--files .b-field__file-remove.is-active{display:block}.b-field--files .b-field__file-remove span{display:inline-block;vertical-align:top;margin-right:5px}.b-field--files .b-field__file-remove svg{pointer-events:none}.b-field--files .b-field__answer{color:#818181}.b-field--files .b-field__answer.is-error{color:#ff4747}.b-field--checkbox{font-size:0;line-height:1;margin-bottom:18px;width:auto}.b-field--checkbox.is-hidden{display:none}.b-field--checkbox.is-disabled{pointer-events:none;opacity:.5}.b-field--checkbox .b-field__wrapper{display:inline-block;background:0 0;border:none medium;border-radius:0;height:auto}.b-field--checkbox .b-field__checkbox{position:absolute;left:0;top:0;opacity:0}.b-field--checkbox .b-field__label{position:relative;padding-left:38px;font-size:16px;line-height:24px;letter-spacing:0;display:inline-block;margin-bottom:0;min-height:25px}.b-field--checkbox .b-field__label:before{content:'';position:absolute;left:0;top:0;width:25px;height:25px;background:#fff;border:1px solid #d8dff6;border-radius:4px;transition:background-color 134ms}.b-field--checkbox .b-field__label:after{content:'';position:absolute;left:10px;top:5px;width:7px;height:12px;border-right:2px solid #fff;border-bottom:2px solid #fff;-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}.b-field--checkbox .b-field__label a{color:#27388a}.b-field--checkbox .b-field__label a:hover{color:#ff8300}.b-field--checkbox:hover .b-field__label:before{background:rgba(216,223,246,.2)}.b-field--checkbox .b-field__checkbox.is-error+.b-field__label:before{border-color:#ff4747}.b-field--checkbox .b-field__checkbox:checked+.b-field__label:before{background:#ff8300;border-color:#ff8300}.b-field--checkbox .b-field__checkbox:checked+.b-field__label:after{opacity:1}.b-field--checkbox.b-field--small .b-field__label{font-size:12px;line-height:14px;letter-spacing:.017em;color:rgba(53,53,53,.6);display:flex;gap:4px;align-items:center;flex-wrap:wrap}.b-field--checkbox.b-field--small .b-field__label a{color:#27388a}.b-field--checkbox.b-field--small .b-field__label a:hover{color:#ff8300}.b-field--checkbox.b-field--small2 .b-field__label{font-size:14px;line-height:19px;letter-spacing:.017em}.b-field--checkbox.b-field--profile .b-field__label{letter-spacing:.018em;padding-left:36px;line-height:19px;padding-top:3px}@media screen and (max-width:459px){.b-field--checkbox.b-field--profile .b-field__label{font-size:14px;line-height:17px;padding-top:0}}.b-field--checkbox.b-field--profile .b-field__label a{color:#27388a}.b-field--checkbox.b-field--profile .b-field__label a:hover{color:#ff8300}.b-field--checkbox .b-field__wrapper.is-error .b-field__label{color:#ff4747}.b-field--checkbox.is-blocked .b-field__wrapper{pointer-events:none;-webkit-user-select:none;-ms-user-select:none;user-select:none}.b-field--checkbox.is-blocked .b-field__label:before{background:#bebebe;border-color:#bebebe}.b-field--checkbox.is-blocked .b-field__label:after{opacity:1}.b-field--radio{font-size:0;line-height:1;margin-bottom:18px;width:auto}.b-field--radio.is-hidden{display:none}.b-field--radio.is-disabled{pointer-events:none;opacity:.5}.b-field--radio .b-field__wrapper{display:inline-block;background:0 0;border:none medium;border-radius:0;height:auto}.b-field--radio .b-field__radio{position:absolute;left:0;top:0;opacity:0}.b-field--radio .b-field__label{position:relative;padding-left:38px;font-size:16px;line-height:24px;letter-spacing:0;display:inline-block;margin-bottom:0;min-height:24px}.b-field--radio .b-field__label:before{content:'';position:absolute;left:0;top:0;width:24px;height:24px;background:#fff;border:1px solid #cbcbcb;border-radius:50%;transition:border 134ms}.b-field--radio .b-field__label a{color:#27388a}.b-field--radio .b-field__label a:hover{color:#ff8300}.b-field--radio:hover .b-field__label:before{background:rgba(216,223,246,.2)}.b-field--radio .b-field__radio:checked+.b-field__label:before{border:6px solid #ff8300}.b-field--rounded{margin-bottom:26px}@media screen and (max-width:767px){.b-field--rounded{margin-bottom:32px}}@media screen and (max-width:459px){.b-field--rounded{margin-bottom:20px}}.b-field--rounded .b-field__label{font-size:17px;margin-bottom:8px;padding-left:8px}@media screen and (max-width:459px){.b-field--rounded .b-field__label{padding-left:0}}.b-field--rounded .b-field__wrapper{border-color:#fff;border-radius:23px;height:46px}.b-field--rounded .b-field__input{font-size:17px;height:44px;line-height:44px}.b-field--rounded .b-field__switch{padding:4px 6px}.b-field--rounded .b-field__switch-item span{font-size:17px;line-height:36px;height:36px;border-radius:18px;padding:0 28px}@media screen and (max-width:767px){.b-field--rounded .b-field__switch-item span{padding:0 20px}}.b-field--rounded .b-field__caption{font-size:17px;line-height:44px;height:46px;border-radius:23px;padding-right:48px;border-color:#fff}.b-field--rounded .b-field__caption:hover{border-color:#fff}.b-field--rounded .b-field__caption:before{content:'';position:absolute;width:36px;height:36px;right:5px;top:4px;background:#27388a;border-radius:50%}.b-field--rounded .b-field__caption:after{color:#fff;border-width:2px;right:18px;top:16px;width:10px;height:10px}.b-field--rounded.is-open .b-field__caption{border-radius:23px 23px 0 0}.b-field--rounded.is-open .b-field__caption{border-color:#fff}.b-field--rounded.is-open .b-field__caption:after{top:19px}.b-field--rounded .b-field__options{max-height:195px;border-width:0;top:46px;box-shadow:1px 1px 1px rgba(0,0,0,.1)}.b-field--rounded .b-field__option{font-size:15px;padding:12px 16px}.b-field--rounded .b-field__answer{padding-left:8px;padding-right:8px}.b-field--rounded .b-field__answer .color--green{display:none}.b-field--rounded .b-field__answer.is-error{color:#c10000}.b-field--rounded .b-field__progress{display:none}@media screen and (max-width:459px){.b-field--rounded.b-field--switch .b-field__label{display:none}}.b-field--rounded.b-field--password{margin-bottom:45px}@media screen and (max-width:767px){.b-field--rounded.b-field--password{margin-bottom:57px}}@media screen and (max-width:459px){.b-field--rounded.b-field--password{margin-bottom:45px}}.b-field--rounded.b-field--password .b-field__show{right:10px;top:10px}.b-field--rounded.b-field--checkbox{margin-bottom:20px}.b-field--rounded.b-field--checkbox .b-field__wrapper{border:none medium;border-radius:0;height:auto}.b-field--rounded.b-field--checkbox .b-field__label{padding:0 0 0 38px;margin-bottom:0}.b-field--rounded.b-field--checkbox:hover .b-field__label:before{background:#e3e8f5;border-color:#e3e8f5;transition:none}.b-field--rounded.b-field--checkbox:hover .b-field__label:after{transition:none}.b-field--rounded.b-field--checkbox .b-field__checkbox:checked+.b-field__label:before{background:#27388a;border-color:#27388a}.b-field--rounded.b-field--checkbox .b-field__checkbox:checked+.b-field__label:after{border-color:#fff;opacity:1}.b-field--rounded.b-field--checkbox .b-field__label a{text-decoration:underline;color:#353535}.b-field--rounded.b-field--checkbox .b-field__label a:hover{text-decoration:none;color:#fff}.b-field--rounded.b-field--multi .b-field__wrapper{min-height:46px;height:auto}.b-field--rounded.b-field--multi .b-field__options{border-radius:23px;top:52px}.b-field--rounded.b-field--multi .b-field__caption{min-height:46px;height:auto}.b-field--rounded.b-field--multi .b-field__caption span{line-height:32px;border-radius:8px}.b-field--rounded.b-field--multi .b-field__caption span:after,.b-field--rounded.b-field--multi .b-field__caption span:before{top:16px}.b-field--rounded.b-field--multi.is-open .b-field__caption{border-radius:23px}.b-field--rounded.b-field--multi .b-field__caption:before{content:'';position:absolute;width:10px;height:10px;right:18px;top:50%;border-width:2px;background:0 0;border-radius:0}.b-field--rounded.b-field--multi .b-field__caption:after{border-width:2px;right:18px;top:calc(50% - 8px);width:10px;height:10px}.b-field--blue.b-field--checkbox .b-field__checkbox:checked+.b-field__label:before{background:#29adb9;border-color:#29adb9}.b-field--hidden{display:none}.b-field--long{margin-bottom:57px}@media screen and (max-width:459px){.b-field--long{margin-bottom:77px}}.b-field__checkbox-btn{position:absolute;left:0;top:0;opacity:0}.b-field__checkbox-btn+label{display:block;width:100%;background:#fff;font-size:13px;line-height:35px;color:#404040;text-align:center;border:1px solid #e3e3e3;border-radius:30px;transition:all 134ms}.b-field__checkbox-btn+label:hover{background:#ff8300;color:#fff;border:1px solid #ff8300}@media (pointer:fine){.b-field__checkbox-btn+label:hover{background:#ff8300;color:#fff;border:1px solid #ff8300}}@media (pointer:coarse){.b-field__checkbox-btn+label:hover{background:#fff;color:#404040;border:1px solid #e3e3e3}}.b-field__checkbox-btn:checked+label{background:#ff8300;color:#fff;border:1px solid #ff8300}.b-child.is-open{background:#f3f7f9;margin:0 -40px 0;padding:24px 40px;border-bottom:1px solid #d8dff6}@media screen and (max-width:767px){.b-child.is-open{margin:0 -24px 0;padding:24px 24px}}.b-child__controls,.b-child__item,.b-child__other{display:none}.b-child.is-open .b-child__controls,.b-child.is-open .b-child__item,.b-child.is-open .b-child__other{display:block}@media screen and (max-width:767px){.b-child__item{position:relative}.b-child__item:after{content:'';position:absolute;left:-24px;right:-24px;bottom:13px;height:1px;background:rgba(255,255,255,.8)}}.b-child__clear{position:relative;border-radius:50%;margin-top:36px;width:24px;height:24px;background:#ff4747;cursor:pointer;transition:background 134ms}.b-child__clear:before{content:'';position:absolute;left:calc(50% - 7px);top:calc(50% - 2px);width:14px;height:4px;background:#fff}.b-child__clear:hover{background:#e23a3a}@media screen and (max-width:767px){.b-child__item .b-modal__row{flex-wrap:wrap}}@media screen and (max-width:459px){.b-child__item .b-modal__row{position:relative}}@media screen and (max-width:767px){.b-child__item .b-field--switch .b-field__label{font-size:0;margin-bottom:4px}}@media screen and (max-width:459px){.b-child .b-modal__row--del .b-modal__column:nth-child(1){position:absolute;left:0;top:0}}@media screen and (max-width:459px){.b-child .b-modal__row--del .b-modal__column:nth-child(2){margin-left:40px}}.b-child .b-modal__column{width:auto}@media screen and (max-width:767px){.b-child .b-modal__column--switch{width:100%}}.b-child .b-field--input{width:200px}@media screen and (max-width:767px){.b-child .b-field--input{width:160px}}@media screen and (max-width:459px){.b-child .b-field--input{width:200px}}.b-child .b-field--checkbox{display:none}.b-child .b-modal__topic{display:none}.b-child.is-open .b-modal__topic{display:block}.error-hub{position:relative;top:-16px;display:block;flex:none;background:#f3f7f9;padding:20px 40px;width:100%}@media screen and (max-width:767px){.error-hub{padding:20px 24px}}@media screen and (max-width:459px){.error-hub{padding:16px}}.error-hub__item{position:relative;line-height:1.1;padding:0 16px;margin-bottom:12px;color:#ff4747}@media screen and (max-width:459px){.error-hub__item{font-size:14px}}.error-hub__item:last-child{margin-bottom:0}.error-hub__item:before{content:'';position:absolute;left:0;top:8px;width:8px;height:1px;background:currentColor}.ui-range-slider{position:relative;padding:0 16px;margin-bottom:12px;height:36px}.ui-range-slider .ui-slider-range{width:100%!important;height:1px;background:#e3e8f5;position:absolute;left:0;top:50%}.ui-range-slider .ui-slider-range:after,.ui-range-slider .ui-slider-range:before{content:'';position:absolute;left:0;top:calc(50% - 3px);width:5px;height:5px;background:#e3e8f5;border-radius:3px}.ui-range-slider .ui-slider-range:after{left:auto;right:0}.ui-range-slider .ui-slider-handle{height:36px;width:36px;border-radius:18px;background:#ff8300;cursor:pointer;display:flex;justify-content:center;font-family:RotonBol,Arial,Helvetica,sans-serif;font-size:18px;line-height:34px;color:#fff;position:relative;top:0;margin-left:-18px}.ui-range-slider.ui-slider-disabled .ui-slider-handle{background:#dedede}.ui-loader{display:flex;gap:.4em}.ui-loader div{width:1.2em;border-radius:50%;aspect-ratio:1/1;background:#ff8300;-webkit-transform:scale(0);transform:scale(0);-webkit-animation-name:preloader;animation-name:preloader;-webkit-animation-timing-function:linear;animation-timing-function:linear;-webkit-animation-duration:2s;animation-duration:2s;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite}.ui-loader div:nth-child(1){-webkit-animation-delay:0s;animation-delay:0s}.ui-loader div:nth-child(2){-webkit-animation-delay:.3s;animation-delay:.3s}.ui-loader div:nth-child(3){-webkit-animation-delay:.6s;animation-delay:.6s}input[type=file],input[type=file]::-webkit-file-upload-button{cursor:pointer}@-webkit-keyframes preloader{0%{-webkit-transform:scale(0);transform:scale(0)}20%{-webkit-transform:scale(1);transform:scale(1)}40%{-webkit-transform:scale(0);transform:scale(0)}100%{-webkit-transform:scale(0);transform:scale(0)}}@keyframes preloader{0%{-webkit-transform:scale(0);transform:scale(0)}20%{-webkit-transform:scale(1);transform:scale(1)}40%{-webkit-transform:scale(0);transform:scale(0)}100%{-webkit-transform:scale(0);transform:scale(0)}}.basket-info{width:100%;max-width:704px;position:fixed;left:50%;top:85px;z-index:100;-webkit-transform:translateX(-50%);transform:translateX(-50%);visibility:hidden}@media screen and (max-width:459px){.basket-info{top:50px}}.basket-info.is-show{visibility:visible}@media screen and (max-width:767px){.basket-info__wrapper{padding-left:30px;padding-right:30px}}@media screen and (max-width:459px){.basket-info__wrapper{padding-left:20px;padding-right:20px}}.basket-info__layout{position:relative;background:#27388a;width:100%;border-radius:16px;padding:20px 46px 20px 8px;-webkit-transform:translateY(-50px);transform:translateY(-50px);box-shadow:0 0 4px rgba(255,255,255,.3)}@media screen and (max-width:459px){.basket-info__layout{-webkit-transform:translateY(0);transform:translateY(0)}}.basket-info.is-show .basket-info__layout{-webkit-transform:translateY(0);transform:translateY(0)}.basket-info__close{background:#fff;border-radius:50%;position:absolute;right:20px;top:20px;width:30px;height:30px;cursor:pointer;color:#27388a}@media screen and (max-width:459px){.basket-info__close{right:8px;top:8px}}.basket-info__close:after,.basket-info__close:before{content:'';position:absolute;left:5px;top:14px;width:20px;height:2px;background:currentColor;-webkit-transform:rotate(45deg);transform:rotate(45deg)}@media screen and (max-width:459px){.basket-info__close:after,.basket-info__close:before{left:8px;width:14px}}.basket-info__close:after{-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}.basket-info__content{display:flex;height:100%;gap:0 12px}.basket-info__media{background:#fff;border-radius:8px;width:73px;height:77px;display:flex;align-items:center;justify-content:center;text-align:center;padding:5px 10px}.basket-info__media img{max-width:100%;height:auto;display:inline-block;vertical-align:top}.basket-info__info{width:calc(100% - 85px);color:#fff;display:flex;flex-direction:column;gap:11px 0}.basket-info__label{background:url(/new/f/img/icon-basket-info.svg) no-repeat left top;font-size:13px;line-height:15px;padding-left:17px}.basket-info__title{font-family:RotonBol,Arial,Helvetica,sans-serif;font-size:16px;line-height:20px}.basket-info__title sup{font-family:RotonReg,Arial,Helvetica,sans-serif}.basket-info__count{font-size:12px;line-height:20px;margin-top:auto}.b-menu-chatbot{background:linear-gradient(180deg,#27388a 0,#279ef5 53.13%,#d4f2ff 100%);padding:17px;border-radius:16px;position:relative;overflow:hidden;width:100%;height:100%}@media screen and (max-width:767px){.b-menu-chatbot{padding:14px 17px 10px}}.b-menu-chatbot:before{content:'';position:absolute;left:calc(50% - 162px);top:-22px;width:160px;height:170px;pointer-events:none;background:url(/new/f/img/chatbot/menu_image.png) no-repeat left top}@media screen and (max-width:1023px){.b-menu-chatbot:before{left:-82px}}@media screen and (max-width:767px){.b-menu-chatbot:before{display:none}}.b-menu-chatbot__title{color:#fff;text-align:center;font-family:RotonBol,Arial,Helvetica,sans-serif;font-size:17px;line-height:1;padding:9px 0 10px;max-width:104px;margin-left:auto}@media screen and (max-width:767px){.b-menu-chatbot__title{padding:0 0 10px}}.b-menu-chatbot__controls{position:relative;display:flex;justify-content:space-between;margin-left:auto;max-width:104px;z-index:2}.b-menu-chatbot__button{background:#fff;border-radius:12px;display:flex;justify-content:center;align-items:center;cursor:pointer;width:44px;height:44px}.b-menu-chatbot__button .icon--vk{margin-right:1px}.b-menu-chatbot__button .icon--tg{margin-right:4px}.b-chatbot-aside{background:linear-gradient(180deg,#c854f0 0,#8452ed 38.22%,#643ada 76.56%,#4c20c7 100%);padding:17px;border-radius:8px;position:relative;width:100%;height:100%}@media screen and (max-width:1023px){.b-chatbot-aside{background:linear-gradient(90deg,#c452ee 0,#4c20c7 100%);min-height:136px;display:flex;flex-direction:column;justify-content:center}}@media screen and (max-width:767px){.b-chatbot-aside{min-height:100px;max-width:460px;margin:0 auto;padding:12px 15px 12px 136px}}.b-chatbot-aside:before{content:'';position:absolute;left:37px;top:135px;width:228px;height:164px;pointer-events:none;background:url(/new/f/img/chatbot/aside-image.png) no-repeat left top}@media screen and (max-width:1023px){.b-chatbot-aside:before{background:url(/new/f/img/chatbot/aside-image-mobile.png) no-repeat left center;width:174px;height:128px;left:24px;top:3px}}@media screen and (max-width:767px){.b-chatbot-aside:before{top:2px;left:-3px}}.b-chatbot-aside__title{color:#fff;text-align:center;font-family:RotonBol,Arial,Helvetica,sans-serif;font-size:21px;line-height:1.14;padding:0 0 10px}@media screen and (max-width:767px){.b-chatbot-aside__title{font-family:RotonReg,Arial,Helvetica,sans-serif;font-size:13px;line-height:16px;max-width:120px;margin:0 auto}}.b-chatbot-aside__controls{display:flex;justify-content:space-between;width:104px;margin:0 auto}@media screen and (max-width:767px){.b-chatbot-aside__controls{position:relative;max-width:76px;margin:0 auto;z-index:2}}.b-chatbot-aside__button{background:#fff;border-radius:12px;display:flex;justify-content:center;align-items:center;cursor:pointer;width:44px;height:44px;transition:background 134ms}@media screen and (max-width:767px){.b-chatbot-aside__button{border-radius:8px;width:32px;height:32px}}.b-chatbot-aside__button--vk{background:#2787f5;color:#fff}.b-chatbot-aside__button--vk:hover{background:#27388a;color:#fff}.b-chatbot-aside__button--tg{background:#2fa6da;color:#fff}.b-chatbot-aside__button--tg:hover{background:#27388a;color:#fff}.b-chatbot-aside__button .icon--vk{width:31px;height:18px;margin-right:1px}@media screen and (max-width:767px){.b-chatbot-aside__button .icon--vk{width:22px;height:13px}}.b-chatbot-aside__button .icon--tg{margin-right:4px}@media screen and (max-width:767px){.b-chatbot-aside__button .icon--tg{width:19px;height:16px}}@media screen and (max-width:767px){[data-cb-article-banner]{order:99}}.b-chatbot-article{position:relative;border-radius:8px;box-shadow:0 1px 3px rgba(0,0,0,.1);text-align:center;padding:15px 10px 146px;color:#fff;background:url(/new/f/img/chatbot/article-image.png) no-repeat center bottom,linear-gradient(180deg,#c653ef 0,#4c20c7 100%);display:none}.b-chatbot-article.is-show{display:block}@media screen and (max-width:767px){.b-chatbot-article{background:linear-gradient(90deg,#c452ee 0,#4c20c7 100%);min-height:100px;max-width:330px;border-radius:16px;display:flex;flex-direction:column;justify-content:center;margin:0 auto;padding:12px 15px 12px 136px;display:block;margin-bottom:54px}.b-chatbot-article:before{content:'';position:absolute;left:-3px;top:2px;width:174px;height:128px;pointer-events:none;background:url(/new/f/img/chatbot/aside-image-mobile.png) no-repeat left top}}@media screen and (max-width:767px){.b-chatbot-article{margin-bottom:40px}}.b-chatbot-article__title{font-family:RotonBol,Arial,Helvetica,sans-serif;font-size:21px;line-height:23px;letter-spacing:.015em;padding-bottom:9px}@media screen and (max-width:767px){.b-chatbot-article__title{font-family:RotonReg,Arial,Helvetica,sans-serif;font-size:13px;line-height:16px;display:flex;align-items:center;justify-content:center;max-width:120px;margin:0 auto;padding-bottom:10px}}.b-chatbot-article__desc{font-size:14px;line-height:18px;padding-bottom:9px}@media screen and (max-width:767px){.b-chatbot-article__desc{display:none}}.b-chatbot-article__controls{display:flex;gap:6px;padding-bottom:9px}@media screen and (max-width:767px){.b-chatbot-article__controls{justify-content:center;padding-bottom:4px;gap:12px}}.b-chatbot-article__btn{border-radius:10px;width:calc((100% - 6px)/ 2);height:34px;background:#27388a;color:#fff;text-align:center;font-family:RotonReg,Arial,Helvetica,sans-serif;font-size:13px;line-height:32px;letter-spacing:.025em;transition:background-color 134ms}@media screen and (max-width:767px){.b-chatbot-article__btn{display:flex;align-items:center;justify-content:center;font-size:0;line-height:1;width:32px;height:32px}}.b-chatbot-article__btn[data-type=vk]{background-color:#2787f5}@media screen and (max-width:767px){.b-chatbot-article__btn[data-type=vk]{padding-left:4px}}.b-chatbot-article__btn[data-type=tg]{background-color:#2fa6da}.b-chatbot-article__btn:hover{background-color:#27388a;color:#fff}.b-chatbot-article__btn .icon--vk{width:17px;height:auto}@media screen and (max-width:767px){.b-chatbot-article__btn .icon--vk{width:22px}}.b-chatbot-article__btn .icon--tg{position:relative;top:1px;width:14px;height:auto}@media screen and (max-width:767px){.b-chatbot-article__btn .icon--tg{width:19px}}.b-chatbot-article__btn span{margin-left:5px}.b-chatbot-section{background:linear-gradient(180deg,#c654ef 0,#4c20c7 100%);padding:43px 0 47px}@media screen and (max-width:459px){.b-chatbot-section{padding:24px 0 40px}}.b-chatbot-section__wrapper{color:#fff;max-width:850px;margin:0 auto}@media screen and (max-width:767px){.b-chatbot-section__wrapper{max-width:460px}}.b-chatbot-section__title{text-align:center;font-family:RotonBol,Arial,Helvetica,sans-serif;font-size:25px;line-height:26px;margin-bottom:20px}@media screen and (max-width:459px){.b-chatbot-section__title{font-size:21px;margin-bottom:12px;padding:0 16px}}.b-chatbot-section__desc{position:relative;display:flex;align-items:center;padding-left:350px;font-size:20px;line-height:28px;min-height:175px;margin-bottom:13px}@media screen and (max-width:1023px){.b-chatbot-section__desc{padding:0 40px 0 350px}}@media screen and (max-width:767px){.b-chatbot-section__desc{padding:0 24px 240px;text-align:center;font-size:16px;line-height:22px}}@media screen and (max-width:459px){.b-chatbot-section__desc{padding-bottom:190px;margin-bottom:0}}.b-chatbot-section__desc:before{content:'';position:absolute;left:0;top:0;width:348px;height:212px;background:url(/new/f/img/chatbot/section-image.png) no-repeat left top}@media screen and (max-width:767px){.b-chatbot-section__desc:before{top:auto;bottom:0;left:calc(50% - 174px)}}@media screen and (max-width:459px){.b-chatbot-section__desc:before{background-size:100% auto;width:290px;height:178px;left:calc(50% - 132px)}}.b-chatbot-section__controls{position:relative;display:flex;justify-content:center;gap:16px;z-index:2}@media screen and (max-width:459px){.b-chatbot-section__controls{flex-wrap:wrap}}.b-chatbot-section__button{border-radius:20px;width:160px;height:40px;line-height:40px;background:#27388a;color:#fff;text-align:center;transition:background-color 134ms}.b-chatbot-section__button[data-type=vk]{background-color:#2787f5}.b-chatbot-section__button[data-type=tg]{background-color:#2fa6da}.b-chatbot-section__button:hover{background-color:#27388a;color:#fff}.b-chatbot-section__button .icon--vk{width:23px;height:auto}.b-chatbot-section__button .icon--tg{position:relative;top:3px;width:21px;height:auto}.b-chatbot-section__button span{font-family:RotonBol,Arial,Helvetica,sans-serif;font-size:17px;letter-spacing:.025em;margin-left:9px}.b-chatbot-tools{background:url(/new/f/img/chatbot/aside-tools.png) no-repeat 173px 117px,linear-gradient(180deg,#27398b 0,#279cf3 51.04%,#d3f1ff 100%);border-radius:8px;color:#fff;padding:24px;width:100%;height:100%;display:flex;flex-direction:column;justify-content:space-between;cursor:default;min-height:290px}@media screen and (max-width:767px){.b-chatbot-tools{background-position:175px 60px,0 0;padding:18px 20px;min-height:210px}}.b-chatbot-tools__title{font-family:RotonBol,Arial,Helvetica,sans-serif;font-size:25px;line-height:32px;letter-spacing:0;margin-bottom:8px}@media screen and (max-width:767px){.b-chatbot-tools__title{font-size:21px;line-height:23px;margin-bottom:10px}}.b-chatbot-tools__desc{font-family:RotonBol,Arial,Helvetica,sans-serif;font-size:17px;line-height:21px;letter-spacing:0;max-width:228px}@media screen and (max-width:767px){.b-chatbot-tools__desc{font-size:15px;line-height:18px;max-width:204px}}.b-chatbot-tools__controls{display:flex;gap:12px}.b-chatbot-tools__btn{border-radius:12px;width:calc((100% - 6px)/ 2);height:44px;line-height:43px;background:#fff;text-align:center;font-family:RotonBol,Arial,Helvetica,sans-serif;font-size:16px;letter-spacing:0;padding-top:1px;transition:color 134ms,background-color 134ms}@media screen and (max-width:1239px){.b-chatbot-tools__btn{font-size:15px}}.b-chatbot-tools__btn[data-type=vk]{color:#2787f5}.b-chatbot-tools__btn[data-type=vk]:hover{background-color:#2787f5;color:#fff}.b-chatbot-tools__btn[data-type=tg]{color:#2fa6da}.b-chatbot-tools__btn[data-type=tg]:hover{background-color:#2fa6da;color:#fff}.b-chatbot-tools__btn .icon--vk{position:relative;top:3px;width:28px;height:auto}.b-chatbot-tools__btn .icon--tg{position:relative;top:4px;width:25px;height:auto}.b-chatbot-tools__btn span{margin-left:6px}.b-chatbot-catalog{position:relative;background:linear-gradient(180deg,#c854f0 .39%,#8452ed 63.46%,#643ada 126.75%,#4c20c7 165.43%);border-radius:16px;padding:0;margin-bottom:20px}@media screen and (max-width:1023px){.b-chatbot-catalog{margin-bottom:0;min-width:270px;min-height:102px}}@media screen and (max-width:767px){.b-chatbot-catalog{display:flex;flex-direction:column;justify-content:center}}.b-chatbot-catalog__wrapper{padding:10px 20px 14px}.b-chatbot-catalog__wrapper:before{content:'';position:absolute;right:8px;top:10px;width:114px;height:82px;background:url(/new/f/img/chatbot/aside-image.png) no-repeat left top;background-size:114px auto;pointer-events:none}@media screen and (max-width:1239px){.b-chatbot-catalog__wrapper:before{right:-8px}}@media screen and (max-width:1023px){.b-chatbot-catalog__wrapper:before{right:8px}}@media screen and (max-width:767px){.b-chatbot-catalog__wrapper:before{right:10%}}@media screen and (max-width:559px){.b-chatbot-catalog__wrapper:before{right:8px}}.b-chatbot-catalog__title{color:#fff;font-family:RotonBol,Arial,Helvetica,sans-serif;font-size:17px;line-height:19px;padding:0 0 8px;max-width:130px;letter-spacing:.015em}@media screen and (max-width:1239px){.b-chatbot-catalog__title{font-size:16px}}@media screen and (max-width:1023px){.b-chatbot-catalog__title{font-size:17px}}@media screen and (max-width:767px){.b-chatbot-catalog__title{max-width:none;padding-right:200px;text-align:center}}@media screen and (max-width:559px){.b-chatbot-catalog__title{padding-right:0;text-align:left;max-width:130px}}.b-chatbot-catalog__controls{display:flex;gap:12px}@media screen and (max-width:767px){.b-chatbot-catalog__controls{padding-right:200px;justify-content:center;text-align:center}}@media screen and (max-width:559px){.b-chatbot-catalog__controls{padding-right:0;justify-content:flex-start;text-align:left}}.b-chatbot-catalog__button{background:#fff;border-radius:8px;display:flex;justify-content:center;align-items:center;cursor:pointer;width:32px;height:32px;transition:background 134ms}.b-chatbot-catalog__button--vk{background:#2787f5;color:#fff}.b-chatbot-catalog__button--vk:hover{background:#27388a;color:#fff}.b-chatbot-catalog__button--tg{background:#2fa6da;color:#fff}.b-chatbot-catalog__button--tg:hover{background:#27388a;color:#fff}.b-chatbot-catalog__button .icon--vk{width:22px;height:13px;margin-right:1px}.b-chatbot-catalog__button .icon--tg{width:19px;height:16px;margin-right:4px}.b-chatbot-profile{position:relative;background:linear-gradient(180deg,#27388a 0,#279ef5 53.13%,#d4f2ff 100%);border-radius:16px;color:#fff;min-height:400px;overflow:hidden}@media screen and (max-width:459px){.b-chatbot-profile{min-height:370px}}.b-chatbot-profile__wrapper{padding:32px 28px 32px 32px}@media screen and (max-width:459px){.b-chatbot-profile__wrapper{padding:14px 16px 16px}}.b-chatbot-profile__wrapper:before{content:'';position:absolute;left:0;right:0;bottom:0;height:69px;background:linear-gradient(180deg,rgba(39,144,230,0) 0,#2790e6 100%);border-radius:0 0 16px 16px;z-index:2}.b-chatbot-profile__wrapper:after{content:'';position:absolute;left:calc(50% - 154px);bottom:-74px;width:306px;height:236px;background:url(/new/f/img/chatbot/profile-aside.png) no-repeat left top;pointer-events:none;z-index:1}@media screen and (max-width:459px){.b-chatbot-profile__wrapper:after{left:calc(50% - 121px);bottom:-104px}}.b-chatbot-profile__title{font-family:RotonBol,Arial,Helvetica,sans-serif;font-size:20px;line-height:27px;letter-spacing:.045em;margin-bottom:10px}@media screen and (max-width:459px){.b-chatbot-profile__title{font-size:18px}}.b-chatbot-profile__desc{font-size:16px;line-height:21px;margin-bottom:31px}@media screen and (max-width:459px){.b-chatbot-profile__desc{font-size:14px;line-height:18px;margin-bottom:23px}}.b-chatbot-profile__controls{display:flex;gap:16px}.b-chatbot-profile__button{background:#fff;border-radius:8px;width:calc(50% - 8px);height:34px;font-family:RotonBol,Arial,Helvetica,sans-serif;font-size:15px;line-height:18px;display:flex;align-items:center;justify-content:center;transition:box-shadow 134ms,-webkit-transform 134ms;transition:box-shadow 134ms,transform 134ms;transition:box-shadow 134ms,transform 134ms,-webkit-transform 134ms}.b-chatbot-profile__button:hover{box-shadow:0 8px 16px rgba(0,0,0,.3);-webkit-transform:translateY(-2px);transform:translateY(-2px)}.b-chatbot-profile__button--vk,.b-chatbot-profile__button--vk:hover{color:#2787f5}.b-chatbot-profile__button--tg,.b-chatbot-profile__button--tg:hover{color:#2fa6da}.b-chatbot-profile__button .icon--vk{margin-right:5px;height:14px}.b-chatbot-profile__button .icon--tg{margin-right:5px;height:17px}.b-chatbot-profile__code{position:relative;font-size:16px;line-height:21px;padding-top:32px;display:flex;justify-content:space-between;align-items:center;z-index:5}@media screen and (max-width:459px){.b-chatbot-profile__code{padding-top:25px}}.b-auth-code{background:url(/new/f/img/icon-copy.svg#blue) no-repeat right center #fff;background-position:calc(100% - 11px) 13px;position:relative;border-radius:18px;height:36px;color:#001689;font-family:RotonBol,Arial,Helvetica,sans-serif;font-size:15px;line-height:36px;padding:0 29px 0 12px;cursor:pointer;transition:color .3s}@media screen and (max-width:459px){.b-auth-code{height:42px;line-height:42px;border-radius:21px;padding:0 35px 0 20px;background-position:calc(100% - 16px) 15px}}.b-auth-code:after{content:'';position:absolute;top:10px;right:12px;width:8px;height:12px;border-right:2px solid #00a856;border-bottom:2px solid #00a856;-webkit-transform:rotate(45deg);transform:rotate(45deg);pointer-events:none;opacity:0;transition:opacity .3s}@media screen and (max-width:459px){.b-auth-code:after{top:12px;right:17px}}.b-auth-code:hover{background-image:url(/new/f/img/icon-copy.svg#orange)}.b-auth-code.is-active{background-image:none;color:#ff8300}.b-auth-code.is-active:after{opacity:1}.b-header-suggest{position:relative;padding:30px 0 40px;width:100%;display:none}@media screen and (max-width:1239px){.b-header-suggest{padding:24px 0 32px}}@media screen and (max-width:1023px){.b-header-suggest{padding:16px 0 32px}}@media screen and (max-width:767px){.b-header-suggest{padding:16px 0 24px}}@media screen and (max-width:459px){.b-header-suggest{padding:8px 0 24px}}.b-header-suggest__title{line-height:26px}.b-header-suggest__row{display:flex}@media screen and (max-width:1023px){.b-header-suggest__row{flex-direction:column;gap:16px}}.b-header-suggest__column{padding:0 24px;display:flex;flex-direction:column}.b-header-suggest__column:nth-child(1){width:25%;border-right:1px solid #dde6ed}@media screen and (max-width:1239px){.b-header-suggest__column:nth-child(1){padding:0 16px}}@media screen and (max-width:1023px){.b-header-suggest__column:nth-child(1){width:100%;border:none medium;border-bottom:1px solid #dde6ed;padding-bottom:24px}}@media screen and (max-width:767px){.b-header-suggest__column:nth-child(1){padding:0 0 24px}}.b-header-suggest__column:nth-child(2){width:75%}@media screen and (max-width:1239px){.b-header-suggest__column:nth-child(2){padding:0 8px}}@media screen and (max-width:1023px){.b-header-suggest__column:nth-child(2){width:100%;padding:0}}.b-header-suggest__other{display:flex}@media screen and (max-width:767px){.b-header-suggest__other{flex-wrap:wrap;gap:24px 0}}@media screen and (max-width:459px){.b-header-suggest__other{flex-direction:column}}.b-header-suggest__col{min-width:130px;max-width:33%;padding:0 16px}@media screen and (max-width:767px){.b-header-suggest__col{max-width:none;width:50%;padding:0 24px 0 0}}@media screen and (max-width:459px){.b-header-suggest__col{width:100%;padding:0 8px 0 0}}.b-header-suggest__list .b-tags{flex-wrap:wrap}@media screen and (max-width:767px){.b-header-suggest__list .b-tags{margin:0;padding:0;height:auto}}.b-header-suggest__list .b-tags__item{max-width:200px;text-overflow:ellipsis;overflow:hidden}@media screen and (max-width:767px){.b-header-suggest__list .b-tags__item{font-size:14px;line-height:16px;max-width:275px;overflow:visible;white-space:wrap;padding:5px 16px;height:auto}}.b-header-suggest__link{position:relative;display:block;color:#27388a;font-size:15px;line-height:1.3;margin-bottom:15px}.b-header-suggest__link:hover{color:#ff8300}.b-header-suggest__controls{padding:24px 24px 0;margin-top:auto}@media screen and (max-width:767px){.b-header-suggest__controls{display:none}}.b-header-suggest__controls a{font-family:RotonBol,Arial,Helvetica,sans-serif;font-size:18px;line-height:1}.header__wrapper.is-suggested .b-header-suggest{display:block}.b-stars{display:flex;align-items:flex-end;gap:4px;font-family:RotonBol,Arial,Helvetica,sans-serif;font-size:15px;line-height:17px;color:#bcbcbc}@media screen and (max-width:767px){.b-stars{color:#404040}}.b-stars--line{border-right:1px solid currentColor;padding-right:8px}.b-stars span{margin-left:4px}.b-stars__item{background:url(/new/f/img/icon-star.svg#grayEmpty) no-repeat left top;background-size:16px auto;width:16px;height:16px}.b-stars__item.is-active{background-image:url(/new/f/img/icon-star.svg#grayFull)}@media screen and (max-width:767px){.b-stars__item.is-active{background-image:url(/new/f/img/icon-star.svg#orange)}}.b-sender{justify-content:center;align-items:center;gap:2px;font-size:14px;line-height:16px;color:#ff8300;width:100%;display:none}.b-sender.is-show{display:flex}.b-sender span{display:inline-block;-webkit-animation:blink 1.5s infinite;animation:blink 1.5s infinite;-webkit-animation-fill-mode:both;animation-fill-mode:both;height:4px;width:4px;position:relative;top:3px;background:currentColor;border-radius:50%}.b-sender span:nth-child(1){margin-left:1px}.b-sender span:nth-child(2){-webkit-animation-delay:.2s;animation-delay:.2s}.b-sender span:nth-child(3){-webkit-animation-delay:.4s;animation-delay:.4s}@-webkit-keyframes blink{0%{opacity:.1}20%{opacity:1}100%{opacity:.1}}@keyframes blink{0%{opacity:.1}20%{opacity:1}100%{opacity:.1}}.b-comment{font-family:RotonBol,Arial,Helvetica,sans-serif;font-size:15px;line-height:17px;padding-left:21px;margin-left:7px;color:#bcbcbc;background:url(/new/f/img/icon-comment.svg#gray) no-repeat left top}@media screen and (max-width:767px){.b-comment{background-image:url(/new/f/img/icon-comment.svg#blue);color:#404040}}.b-tabs{display:flex;justify-content:center;flex-wrap:wrap;gap:8px;padding-bottom:16px}@media screen and (max-width:767px){.b-tabs{margin:0 -16px;padding:0 16px 16px;justify-content:flex-start;flex-wrap:nowrap;max-width:calc(100% + 32px);overflow-x:auto}}.b-tabs__item{color:#404040;font-size:17px;line-height:28px;letter-spacing:0;border-radius:15px;border:2px solid currentColor;padding:0 13px;height:32px;cursor:pointer;transition:color 134ms,background-color 134ms,border-color 134ms;white-space:nowrap}@media screen and (min-width:768px){.b-tabs__item:hover{background:#ff8300;border-color:#ff8300;color:#fff}.b-tabs__item:hover span{color:#fff}.b-tabs__item:hover .b-tabs__item--new{color:#fff}}.b-tabs__item--new{color:#e23a3a;display:inline;text-transform:uppercase;font-weight:600}.b-tabs__item.is-active{background:#27388a;border-color:#27388a;color:#fff}.b-tabs__item.is-active span{color:#fff}.b-tabs__item span{margin-left:5px;color:#ff8300;transition:color 134ms}.b-tabs__item.is-hidden{display:none}@media screen and (max-width:767px){[data-tool=expert-question] .page-content__image-back{-o-object-position:75% top;object-position:75% top}}[data-tool=expert-question] .b-noauth{padding:40px 0 0}.b-expert-answer{padding:40px 0}@media screen and (max-width:767px){.b-expert-answer{padding:16px 0 40px}}@media screen and (max-width:459px){.b-expert-answer{padding:0 0 32px}}.b-expert-answer--gray{background:#edf0f9}.b-expert-answer__wrapper{display:flex;flex-direction:column;gap:24px}.b-expert-answer__form{width:100%}.b-expert-answer__box{background:#fff;box-shadow:0 4px 8px #e6e6ef;border-radius:8px;width:100%;margin:0 auto;padding:32px 40px}@media screen and (max-width:459px){.b-expert-answer__box{padding:16px}}.b-expert-answer__title{color:#27388a;font-family:RotonBol,Arial,Helvetica,sans-serif;font-size:33px;line-height:1.2;letter-spacing:.01em}@media screen and (max-width:459px){.b-expert-answer__title{font-size:25px;line-height:29px}}.b-expert-answer__list{padding:24px 0 16px}.b-expert-answer__list .b-comments__item{margin-bottom:32px}.b-expert-answer__list .b-comments__item:last-child{margin-bottom:0}.b-expert-answer .b-search-box__promo{margin-top:0;border-radius:8px}.b-expert-answer .b-modal[data-page] .b-modal__layout{max-width:none}.b-expert-answer .b-modal[data-page][data-page=answerForExpert] .b-modal__wrapper{padding-bottom:0}.b-product-fixed{position:fixed;bottom:-100vh;left:0;right:0;background:#fefefe;border-top:1px solid #f3f7f9;box-shadow:0 16px 40px rgba(0,0,0,.2);max-height:100px;z-index:99;transition:opacity .2s}@media screen and (max-width:1023px){.b-product-fixed{max-height:none}}.b-product-fixed.is-done{bottom:0}.b-product-fixed.is-hidden{pointer-events:none;opacity:0}@media screen and (max-width:767px){.b-product-fixed.is-blocked{display:none}}.b-product-fixed__wrapper{position:relative;min-height:80px;padding:8px 24px}@media screen and (max-width:1023px){.b-product-fixed__wrapper{padding:8px 24px 16px}}@media screen and (max-width:767px){.b-product-fixed__wrapper{padding:8px 16px 16px}}@media screen and (max-width:459px){.b-product-fixed__wrapper{padding:16px}}.b-product-fixed__close{display:none}@media screen and (max-width:767px){.b-product-fixed__close{display:block;position:absolute;right:8px;top:8px;width:16px;height:16px;cursor:pointer;z-index:10}.b-product-fixed__close:after,.b-product-fixed__close:before{content:'';position:absolute;left:0;top:6px;width:16px;height:2px;background:#bebebe;-webkit-transform:rotate(45deg);transform:rotate(45deg);pointer-events:none}.b-product-fixed__close:after{-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}}.b-product-fixed__block{display:flex;align-items:center;justify-content:space-between;width:100%;gap:24px}@media screen and (max-width:1023px){.b-product-fixed__block{flex-direction:column;gap:8px}}@media screen and (max-width:459px){.b-product-fixed__block{gap:16px}}.b-product-fixed__column{display:flex;align-items:center;gap:8px}@media screen and (max-width:459px){.b-product-fixed__column{gap:8px}}@media screen and (max-width:459px){.b-product-fixed__column:nth-child(1){flex-wrap:wrap}}@media screen and (max-width:459px){.b-product-fixed__column:nth-child(2){flex-grow:1;width:100%;justify-content:flex-end}}.b-product-fixed__item:nth-child(2){display:none}@media screen and (max-width:459px){.b-product-fixed__item:nth-child(2){display:block}}.b-product-fixed__item.is-locked{pointer-events:none;opacity:.5}@media screen and (max-width:459px){.b-product-fixed__item:nth-child(2) .b-product-fixed__weight{display:block;padding-left:0}}.b-product-fixed__image{font-size:0;line-height:1;width:70px;height:70px;flex:none}.b-product-fixed__image img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain}.b-product-fixed__title{font-family:RotonBol,Arial,Helvetica,sans-serif;font-size:18px;line-height:1;color:#27388a;padding-bottom:5px}.b-product-fixed__title:hover{color:#ff8300}@media screen and (max-width:459px){.b-product-fixed__title{width:calc(100% - 70px - 8px);padding-bottom:0}}.b-product-fixed__weight{padding-left:16px;cursor:default}@media screen and (max-width:459px){.b-product-fixed__weight{display:none}}.b-product-fixed__weight .b-product-info__weight{margin-right:0}.b-product-fixed__more{display:flex;align-items:center;justify-content:center;height:100%;gap:32px;font-size:0;line-height:1}@media screen and (max-width:767px){.b-product-fixed__more img{display:none}}.b-product-fixed__controls{display:flex;align-items:center;gap:24px}@media screen and (max-width:459px){.b-product-fixed__controls{justify-content:center;flex-wrap:wrap;width:100%}}.b-product-fixed__controls .b-product-card__controls{margin-top:0}.b-product-fixed__controls .b-product-card__favorite,.b-product-fixed__controls .b-product-card__label{min-width:180px;border-radius:18px;height:30px}.b-product-fixed__controls .b-product-card__favorite{min-width:150px}.b-product-fixed__controls .b-product-card__basket-controls{min-width:110px}@media screen and (max-width:767px){.b-product-fixed__controls .b-product-card__basket-controls{margin-top:0}}.b-product-fixed__controls .b-product-card__basket{width:120px}@media screen and (max-width:767px){.b-product-fixed__controls .b-product-card__basket{margin-top:0}}.b-product-fixed__controls .b-product-info__price-new{font-size:18px;line-height:1;white-space:nowrap;text-align:right}.b-product-fixed__controls .b-product-info__price-new.color-orange{color:#ff8300}.b-product-fixed__controls .b-product-info__price-new.color-red{color:#e23a3a}.b-product-fixed__controls .b-product-info__price-old{font-size:12px;line-height:1.2;padding-bottom:2px;white-space:nowrap;margin-left:0;text-align:right}.b-product-fixed .b-gallery__wrapper{overflow:visible}.b-product-fixed .slick-list{overflow:visible}.b-pager--comments{padding:20px 0}.b-pager__item{font-family:RotonBol,Arial,Helvetica,sans-serif;display:inline-block;vertical-align:top;line-height:31px;margin:0 8px}.b-pager__next,.b-pager__prev{display:inline-block;vertical-align:top;position:relative;border-radius:50%;background:#ff8300;color:#fff;transition:background-color 134ms;width:31px;height:31px;cursor:pointer;margin-right:8px}.b-pager__next:hover,.b-pager__prev:hover{background-color:#27388a;color:#fff}.b-pager__next:before,.b-pager__prev:before{content:'';position:absolute;left:13px;top:11px;width:9px;height:9px;border-left:2px solid currentColor;border-bottom:2px solid currentColor;-webkit-transform:rotate(45deg);transform:rotate(45deg)}.b-pager__next.is-locked,.b-pager__prev.is-locked{background:rgba(0,0,0,.67);pointer-events:none;opacity:.5}.b-pager__next{margin-right:auto;margin-left:8px}.b-pager__next:before{left:auto;right:13px;-webkit-transform:rotate(225deg);transform:rotate(225deg)}.top-place{position:relative;background:#fce700;overflow:hidden;max-width:100%}.top-place:after,.top-place:before{font-family:RotonBol,Arial,Helvetica,sans-serif;font-size:32px;line-height:1;letter-spacing:.02em;text-transform:uppercase;white-space:nowrap;color:#fce700;text-shadow:0 -1px 1px #000,0 1px 1px #000;pointer-events:none;position:absolute;top:35px}@media screen and (max-width:767px){.top-place:after,.top-place:before{font-size:25px;top:36px}}@media screen and (max-width:459px){.top-place:after,.top-place:before{top:32px}}@media screen and (max-width:359px){.top-place:after,.top-place:before{display:none}}.top-place:before{content:'чёрная чёрная чёрная чёрная чёрная чёрная чёрная чёрная';text-align:right;right:calc(50% + 140px)}@media screen and (max-width:767px){.top-place:before{right:calc(50% + 120px)}}.top-place:after{content:'пятница пятница пятница пятница пятница пятница пятница пятница';text-align:left;left:calc(50% + 140px)}@media screen and (max-width:767px){.top-place:after{left:calc(50% + 120px)}}.top-place.is-hide{display:none}.top-place__wrapper{position:relative;padding:10px 0 8px;z-index:2}@media screen and (max-width:1023px){.top-place__wrapper{padding-bottom:32px}}@media screen and (max-width:767px){.top-place__wrapper{padding-bottom:30px}}@media screen and (max-width:459px){.top-place__wrapper{padding:8px 0 24px}}@media screen and (max-width:359px){.top-place__wrapper{padding-right:60px;padding-bottom:30px}}.top-place__close{position:absolute;right:24px;top:calc(50% - 20px);width:40px;height:40px;border-radius:50%;background:#353535;color:#fff;transition:background 134ms;cursor:pointer;z-index:2}@media screen and (max-width:767px){.top-place__close{width:32px;height:32px;top:calc(50% - 16px);right:20px}}@media screen and (max-width:559px){.top-place__close{width:24px;height:24px;top:12px;right:12px}}@media screen and (max-width:459px){.top-place__close{background:0 0;color:#353535;top:4px;right:4px}}.top-place__close:after,.top-place__close:before{content:'';position:absolute;left:10px;top:19px;width:20px;height:3px;background:currentColor;-webkit-transform:rotate(45deg);transform:rotate(45deg)}@media screen and (max-width:767px){.top-place__close:after,.top-place__close:before{left:8px;top:15px;width:16px;height:2px}}@media screen and (max-width:559px){.top-place__close:after,.top-place__close:before{left:6px;top:11px;width:12px;height:2px}}.top-place__close:after{-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}.top-place__close:hover{background-color:#27388a}@media screen and (max-width:459px){.top-place__close:hover{background-color:transparent}}.top-place__desc{font-size:16px;line-height:20px;text-align:center;margin-bottom:5px}@media screen and (max-width:767px){.top-place__desc{font-size:14px}}@media screen and (max-width:459px){.top-place__desc{font-size:13px;margin-bottom:3px}}.top-place__title{position:relative;font-family:RotonBol,Arial,Helvetica,sans-serif;font-size:33px;line-height:1;letter-spacing:0;text-align:center;margin-bottom:2px}@media screen and (max-width:767px){.top-place__title{font-size:28px;margin-bottom:0}}.top-place__title:after,.top-place__title:before{content:'';position:absolute;left:calc(50% - 109px);top:-2px;width:5px;height:5px;background:#353535;border-radius:50%;-webkit-animation:.5s ease-out infinite jump;animation:.5s ease-out infinite jump;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}@media screen and (max-width:767px){.top-place__title:after,.top-place__title:before{left:calc(50% - 93px)}}.top-place__title:after{-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;left:calc(50% - 103px);background:#353535}@media screen and (max-width:767px){.top-place__title:after{left:calc(50% - 87px)}}.top-place__subtitle{font-family:RotonBol,Arial,Helvetica,sans-serif;font-size:17px;line-height:22px;letter-spacing:0;text-align:center;color:#fd4553}@media screen and (max-width:767px){.top-place__subtitle{font-size:16px;line-height:20px}}.top-place__label{background:url(/new/f/img/top-place/label-black-friday.svg) no-repeat center center;display:flex;flex-direction:column;justify-content:center;position:absolute;left:calc(50% + 188px);top:0;width:100px;height:100px;border-radius:50%;text-align:center;font-family:RotonBol,Arial,Helvetica,sans-serif;font-size:14px;line-height:1;letter-spacing:0;padding-top:4px;color:#fff;-webkit-transform:rotate(-16deg);transform:rotate(-16deg)}@media screen and (max-width:767px){.top-place__label{left:calc(50% + 118px)}}@media screen and (max-width:559px){.top-place__label{left:calc(50% + 108px)}}@media screen and (max-width:459px){.top-place__label{background-size:contain;font-size:12px;top:12px;padding-top:2px;width:80px;height:80px}}@media screen and (max-width:359px){.top-place__label{left:calc(50% + 84px)}}.top-place__label span{font-size:24px}@media screen and (max-width:459px){.top-place__label span{font-size:18px}}.top-place__info{position:absolute;bottom:7px;right:14px;font-size:12px;line-height:1.5;color:rgba(0,0,0,.6)}@media screen and (max-width:1239px){.top-place__info{font-size:11px}}@media screen and (max-width:1023px){.top-place__info{text-align:center;left:14px}}@media screen and (max-width:459px){.top-place__info{text-align:center;font-size:9px;letter-spacing:0;line-height:1;left:0;right:0}}.top-place__link{position:absolute;left:0;right:80px;top:0;bottom:0;z-index:3}@media screen and (max-width:559px){.top-place__link{right:50px}}.top-place[data-type=ny2025]{background:url(/new/f/img/top-place/back-ny2025.jpg) repeat center top #e76e62}@media screen and (max-width:767px){.top-place[data-type=ny2025]{background-position:-50% top}}@media screen and (max-width:559px){.top-place[data-type=ny2025]{background-position:left top}}.top-place[data-type=ny2025]:after,.top-place[data-type=ny2025]:before{content:'';text-shadow:none;top:0}@media screen and (max-width:459px){.top-place[data-type=ny2025]:after,.top-place[data-type=ny2025]:before{display:block}}.top-place[data-type=ny2025]:before{background:url(/new/f/img/top-place/ny2025-left.png) no-repeat left bottom;left:0;right:0;top:0;bottom:0}@media screen and (max-width:1365px){.top-place[data-type=ny2025]:before{background-position:calc(50% - 545px) bottom}}@media screen and (max-width:1239px){.top-place[data-type=ny2025]:before{background-position:calc(50% - 520px) bottom}}@media screen and (max-width:1023px){.top-place[data-type=ny2025]:before{background-position:left bottom}}@media screen and (max-width:767px){.top-place[data-type=ny2025]:before{background-position:calc(50% - 210px) bottom}}@media screen and (max-width:559px){.top-place[data-type=ny2025]:before{background-size:290px auto;background-position:calc(50% - 164px) bottom}}.top-place[data-type=ny2025]:after{background:url(/new/f/img/top-place/ny2025-right.png) no-repeat right bottom;left:0;right:0;top:0;bottom:0}@media screen and (max-width:1365px){.top-place[data-type=ny2025]:after{background-position:calc(50% + 516px) bottom}}@media screen and (max-width:1239px){.top-place[data-type=ny2025]:after{background-position:calc(50% + 486px) bottom}}@media screen and (max-width:1023px){.top-place[data-type=ny2025]:after{background-position:right bottom}}@media screen and (max-width:767px){.top-place[data-type=ny2025]:after{background-position:calc(50% + 182px) bottom}}@media screen and (max-width:559px){.top-place[data-type=ny2025]:after{background-size:310px auto;background-position:calc(50% + 136px) bottom}}.top-place[data-type=ny2025] .top-place__wrapper{min-height:100px;padding:14px 65px 18px}@media screen and (max-width:1023px){.top-place[data-type=ny2025] .top-place__wrapper{padding:37px 24px 24px}}@media screen and (max-width:767px){.top-place[data-type=ny2025] .top-place__wrapper{padding:20px 24px 24px}}@media screen and (max-width:459px){.top-place[data-type=ny2025] .top-place__wrapper{padding:20px 16px 24px}}.top-place[data-type=ny2025] .top-place__wrapper:after,.top-place[data-type=ny2025] .top-place__wrapper:before{content:'';position:absolute;left:0;right:0;top:0;bottom:0;pointer-events:none}.top-place[data-type=ny2025] .top-place__wrapper:before{background:url(/new/f/img/top-place/ny2025-left-top.png) no-repeat left top}@media screen and (max-width:1365px){.top-place[data-type=ny2025] .top-place__wrapper:before{background-position:calc(50% - 545px) top}}@media screen and (max-width:1239px){.top-place[data-type=ny2025] .top-place__wrapper:before{background-position:calc(50% - 500px) top}}@media screen and (max-width:1023px){.top-place[data-type=ny2025] .top-place__wrapper:before{background-position:-40px top}}@media screen and (max-width:767px){.top-place[data-type=ny2025] .top-place__wrapper:before{background-position:calc(50% - 240px) top}}@media screen and (max-width:559px){.top-place[data-type=ny2025] .top-place__wrapper:before{background-position:calc(50% - 200px) top}}@media screen and (max-width:459px){.top-place[data-type=ny2025] .top-place__wrapper:before{display:none}}.top-place[data-type=ny2025] .top-place__wrapper:after{background:url(/new/f/img/top-place/ny2025-right-top.png) no-repeat right top}@media screen and (max-width:1365px){.top-place[data-type=ny2025] .top-place__wrapper:after{background-position:calc(50% + 516px) top}}@media screen and (max-width:1239px){.top-place[data-type=ny2025] .top-place__wrapper:after{background-position:calc(50% + 486px) top}}@media screen and (max-width:1023px){.top-place[data-type=ny2025] .top-place__wrapper:after{background-position:calc(100% + 40px) top}}@media screen and (max-width:767px){.top-place[data-type=ny2025] .top-place__wrapper:after{background-position:calc(50% + 220px) top}}@media screen and (max-width:559px){.top-place[data-type=ny2025] .top-place__wrapper:after{background-position:calc(50% + 162px) top}}@media screen and (max-width:459px){.top-place[data-type=ny2025] .top-place__wrapper:after{display:none}}.top-place[data-type=ny2025] .top-place__title{text-shadow:0 3px 1px rgba(204,72,60,.7);letter-spacing:.036em;color:#fff;margin-bottom:11px}@media screen and (max-width:1239px){.top-place[data-type=ny2025] .top-place__title{letter-spacing:.025em}}@media screen and (max-width:1023px){.top-place[data-type=ny2025] .top-place__title{font-size:24px;margin:0 auto 7px}}@media screen and (max-width:767px){.top-place[data-type=ny2025] .top-place__title{font-size:21px;max-width:340px}}.top-place[data-type=ny2025] .top-place__title:after,.top-place[data-type=ny2025] .top-place__title:before{display:none}.top-place[data-type=ny2025] .top-place__desc{font-size:24px;line-height:1;letter-spacing:.016em;margin-bottom:0;color:#fff}@media screen and (max-width:1023px){.top-place[data-type=ny2025] .top-place__desc{font-size:17px;line-height:1}}@media screen and (max-width:767px){.top-place[data-type=ny2025] .top-place__desc{font-size:16px}}@media screen and (max-width:459px){.top-place[data-type=ny2025] .top-place__desc{font-size:15px;line-height:17px}}.top-place[data-type=ny2025] .top-place__desc span{position:relative;padding-right:148px}@media screen and (max-width:1023px){.top-place[data-type=ny2025] .top-place__desc span{display:block;padding-right:0;padding-bottom:45px}}.top-place[data-type=ny2025] .top-place__button{background:#2d907b;border-radius:16px;width:132px;height:32px;font-size:13px;line-height:30px;color:#fff;position:absolute;right:0;top:0}@media screen and (max-width:1023px){.top-place[data-type=ny2025] .top-place__button{top:auto;right:auto;left:calc(50% - 66px);bottom:0}}.top-place[data-type=ny2025] .top-place__button:hover{background:#e23a3a}@media screen and (max-width:459px){.top-place[data-type=ny2025] .top-place__close{color:#fff}}.top-place[data-type=babymania]{background:url(/new/f/img/top-place/babymania_left.png) no-repeat left top,url(/new/f/img/top-place/babymania_right.png) no-repeat left top #48aedb;background-position:calc(50% - 639px) -598px,calc(50% + 759px) -407px}@media screen and (max-width:1439px){.top-place[data-type=babymania]{background-position:-85px -598px,calc(100% + 353px) -407px}}@media screen and (max-width:1239px){.top-place[data-type=babymania]{background-position:-148px -598px,calc(100% + 476px) -402px}}@media screen and (max-width:1023px){.top-place[data-type=babymania]{background-position:calc(50% - 430px) -598px,calc(50% + 604px) -360px}}@media screen and (max-width:767px){.top-place[data-type=babymania]{background:url(/new/f/img/top-place/background_mobile.png) no-repeat left top #48aedb;background-position:calc(50% + 300px) -6px;background-size:308px auto}}@media screen and (max-width:483px){.top-place[data-type=babymania]{background-position:calc(100% + 214px) -6px}}.top-place[data-type=babymania]:after,.top-place[data-type=babymania]:before{display:none}.top-place[data-type=babymania] .top-place__wrapper{display:flex;justify-content:center;align-items:center;gap:18px;min-height:60px;padding:6px 24px 10px}@media screen and (max-width:1023px){.top-place[data-type=babymania] .top-place__wrapper{padding:10px 16px 14px;flex-direction:column;gap:12px}}@media screen and (max-width:767px){.top-place[data-type=babymania] .top-place__wrapper{align-items:flex-start;padding:9px 24px 13px 10px;max-width:480px;margin:0 auto}}.top-place[data-type=babymania] .top-place__title{font-size:25px;line-height:28px;letter-spacing:.006em;text-align:center;color:#fff;margin-bottom:0}@media screen and (max-width:767px){.top-place[data-type=babymania] .top-place__title{font-size:19px;line-height:1.1;letter-spacing:-.006em;text-align:left;margin-left:0;max-width:none}}.top-place[data-type=babymania] .top-place__title:after,.top-place[data-type=babymania] .top-place__title:before{display:none}.top-place[data-type=babymania] .top-place__button{font-size:16px;line-height:34px;height:36px;width:130px;flex:none}@media screen and (max-width:767px){.top-place[data-type=babymania] .top-place__button{font-size:15px;line-height:32px;height:34px;width:120px}}.top-place[data-type=babymania] .top-place__close{width:20px;height:20px;top:calc(50% - 10px);right:27px;background:#48aedb;color:#8bd6fb}@media screen and (max-width:767px){.top-place[data-type=babymania] .top-place__close{top:2px;right:2px}}.top-place[data-type=babymania] .top-place__close:hover{background:#27388a}@media screen and (max-width:559px){.top-place[data-type=babymania] .top-place__close:hover{background:#8bd6fb;color:#48aedb}}.top-place[data-type=babymania] .top-place__close:after,.top-place[data-type=babymania] .top-place__close:before{width:10px;height:2px;left:5px;top:9px}.top-place[data-type=babymania] .top-place__link:hover+.top-place__wrapper .top-place__button{background:#27388a}.top-place[data-type=payment25]{background:linear-gradient(90deg,#fff6e2 0,#ffedf4 70%,#ffedf4 100%)}.top-place[data-type=payment25]:after,.top-place[data-type=payment25]:before{display:none}.top-place[data-type=payment25] .top-place__wrapper{display:flex;align-items:center;justify-content:center;gap:16px;min-height:100px;padding:18px 75px 18px}@media screen and (max-width:1023px){.top-place[data-type=payment25] .top-place__wrapper{flex-direction:column}}@media screen and (max-width:559px){.top-place[data-type=payment25] .top-place__wrapper{padding:17px 32px;gap:20px}}.top-place[data-type=payment25] .top-place__wrapper:after,.top-place[data-type=payment25] .top-place__wrapper:before{content:'';position:absolute;left:0;right:0;top:0;bottom:0;background:none no-repeat left top;pointer-events:none}.top-place[data-type=payment25] .top-place__wrapper:before{background-image:url(/new/f/img/top-place/p25-left.svg);background-position:calc(50% - 647px) calc(50% + 26px)}@media screen and (max-width:1239px){.top-place[data-type=payment25] .top-place__wrapper:before{background-position:-92px calc(50% + 6px)}}@media screen and (max-width:559px){.top-place[data-type=payment25] .top-place__wrapper:before{background-position:-115px 0;width:50px;height:50px;right:auto;bottom:auto;top:70px;left:5px}}.top-place[data-type=payment25] .top-place__wrapper:after{background-image:url(/new/f/img/top-place/p25-right.svg);background-position:calc(50% + 594px) calc(50% + 5px)}@media screen and (max-width:1239px){.top-place[data-type=payment25] .top-place__wrapper:after{background-position:right calc(50% + 5px)}}@media screen and (max-width:559px){.top-place[data-type=payment25] .top-place__wrapper:after{background-position:-10px -90px;width:64px;height:50px;left:auto;bottom:auto;top:87px;right:14px}}.top-place[data-type=payment25] .top-place__close{background:#fff;color:#f3bbd2;box-shadow:0 0 2px rgba(243,187,210,.5);transition:background-color 134ms,color 134ms}.top-place[data-type=payment25] .top-place__close:hover{background:#27388a;color:#fff}.top-place[data-type=payment25] .top-place__title{position:relative;font-size:42px;line-height:45px;color:#5e6060;margin-bottom:-2px;z-index:2}@media screen and (max-width:1239px){.top-place[data-type=payment25] .top-place__title{font-size:32px;line-height:40px}}@media screen and (max-width:1023px){.top-place[data-type=payment25] .top-place__title{font-size:28px;line-height:32px}}@media screen and (max-width:559px){.top-place[data-type=payment25] .top-place__title{max-width:300px;font-size:25px;line-height:26px}}.top-place[data-type=payment25] .top-place__title:after,.top-place[data-type=payment25] .top-place__title:before{display:none}.top-place[data-type=payment25] .top-place__controls{position:relative;z-index:2}.top-place[data-type=payment25] .top-place__button{font-size:24px;line-height:43px;height:45px;width:170px}@media screen and (max-width:1239px){.top-place[data-type=payment25] .top-place__button{font-size:18px;line-height:38px;height:40px;width:150px}}.top-place[data-type=payment25] .top-place__link:hover+.top-place__wrapper .top-place__button{background:#27388a}.top-place[data-type=march8]{background:#fbe0e9}.top-place[data-type=march8]:after,.top-place[data-type=march8]:before{display:none}.top-place[data-type=march8] .top-place__wrapper{background:url(/new/f/img/top-place/march8_back.svg) no-repeat center center;background-position:50% calc(50% + 13px);min-height:100px;max-width:1440px;padding:10px 92px 10px 16px;margin:0 auto;display:flex;justify-content:space-between;align-items:center;gap:18px}@media screen and (max-width:1365px){.top-place[data-type=march8] .top-place__wrapper{background-position:calc(50% + 30px) calc(50% + 13px);background-size:100% auto}}@media screen and (max-width:1239px){.top-place[data-type=march8] .top-place__wrapper{position:relative;padding:10px 282px 10px 16px;flex-direction:column;align-items:flex-start;justify-content:center;padding-left:calc(132px + 24px + 18px);gap:8px;background-position:calc(100% + 490px) calc(50% + 13px);background-size:1240px auto}}@media screen and (max-width:1023px){.top-place[data-type=march8] .top-place__wrapper{background-position:calc(100% + 410px) calc(50% + 13px);background-size:1024px auto;padding:10px 80px 10px 24px;gap:0}}@media screen and (max-width:767px){.top-place[data-type=march8] .top-place__wrapper{background-position:calc(100% + 410px) calc(50% + 0px);padding:10px 16px}}@media screen and (max-width:559px){.top-place[data-type=march8] .top-place__wrapper{background-position:calc(100% + 410px) calc(50% + 3px);background-size:960px auto}}@media screen and (max-width:459px){.top-place[data-type=march8] .top-place__wrapper{padding-bottom:68px;background-position:calc(50% + 25px) calc(100% + 15px);background-size:830px auto}}.top-place[data-type=march8] .top-place__wrapper:after,.top-place[data-type=march8] .top-place__wrapper:before{display:none}.top-place[data-type=march8] .top-place__subtitle{background:#e690b4;border-radius:22px;font-size:17px;line-height:42px;text-align:center;color:#fff;width:132px;height:44px;flex:none}@media screen and (max-width:1239px){.top-place[data-type=march8] .top-place__subtitle{position:absolute;left:24px;top:calc(50% - 22px)}}@media screen and (max-width:1023px){.top-place[data-type=march8] .top-place__subtitle{position:static;left:auto;top:auto;background:0 0;text-align:left;line-height:22px;width:auto;height:auto;color:#f76a86}}@media screen and (max-width:459px){.top-place[data-type=march8] .top-place__subtitle{width:100%;text-align:center}}.top-place[data-type=march8] .top-place__subtitle span{display:none}@media screen and (max-width:1023px){.top-place[data-type=march8] .top-place__subtitle span{display:inline}}.top-place[data-type=march8] .top-place__title{font-size:26px;line-height:31px;letter-spacing:.008em;margin-bottom:0;text-align:left;width:306px;color:#001689}@media screen and (max-width:1239px){.top-place[data-type=march8] .top-place__title{width:100%}}@media screen and (max-width:1023px){.top-place[data-type=march8] .top-place__title{margin-bottom:5px;font-size:22px;line-height:26px}}@media screen and (max-width:767px){.top-place[data-type=march8] .top-place__title{padding-right:250px}}@media screen and (max-width:559px){.top-place[data-type=march8] .top-place__title{padding-right:0;max-width:260px}}@media screen and (max-width:459px){.top-place[data-type=march8] .top-place__title{text-align:center;line-height:22px;margin:0 auto 6px}}.top-place[data-type=march8] .top-place__title:after,.top-place[data-type=march8] .top-place__title:before{display:none}.top-place[data-type=march8] .top-place__desc{font-size:12px;line-height:14px;letter-spacing:.017em;color:rgba(0,0,0,.5);text-align:left;width:33%;max-width:440px;padding-top:6px}@media screen and (max-width:1239px){.top-place[data-type=march8] .top-place__desc{width:100%;max-width:none;padding-top:0;padding-right:70px;margin-bottom:0}}@media screen and (max-width:1023px){.top-place[data-type=march8] .top-place__desc{font-size:10px;line-height:12px;padding-right:0;max-width:480px}}@media screen and (max-width:767px){.top-place[data-type=march8] .top-place__desc{max-width:none}}@media screen and (max-width:459px){.top-place[data-type=march8] .top-place__desc{text-align:center;line-height:10px}}.top-place[data-type=march8] .top-place__close{background:#001689}@media screen and (max-width:459px){.top-place[data-type=march8] .top-place__close{background:0 0}}.top-place[data-type=march8] .top-place__close:hover{background:#ff8300}@media screen and (max-width:459px){.top-place[data-type=march8] .top-place__close:hover{background:0 0}}.top-place[data-type=march8] .top-place__empty{flex-grow:1}@media screen and (max-width:1239px){.top-place[data-type=march8] .top-place__empty{display:none}}.top-place[data-type=delivery]{background:#94cc87}.top-place[data-type=delivery]:after,.top-place[data-type=delivery]:before{display:none}.top-place[data-type=delivery] .top-place__wrapper{background:url(/new/f/img/top-place/back-delivery.png) no-repeat center center;background-size:auto 239px;background-position:calc(50% - 12px) calc(50% - 28px);min-height:100px;max-width:1440px;padding:10px 92px;margin:0 auto;display:flex;justify-content:center;align-items:center;flex-direction:column;position:static}@media screen and (max-width:767px){.top-place[data-type=delivery] .top-place__wrapper{background-image:url(/new/f/img/top-place/back-delivery-mobile.png);background-size:auto 192px;background-position:calc(50% - 40px) calc(50% - 24px);padding:55px 16px 10px}}.top-place[data-type=delivery] .top-place__wrapper:after,.top-place[data-type=delivery] .top-place__wrapper:before{display:none}.top-place[data-type=delivery] .top-place__title{font-size:25px;line-height:24px;letter-spacing:0;margin-bottom:3px;text-align:center;width:100%;max-width:460px;color:#fff}@media screen and (max-width:767px){.top-place[data-type=delivery] .top-place__title{font-size:21px;margin-bottom:2px;max-width:350px}}.top-place[data-type=delivery] .top-place__title:after,.top-place[data-type=delivery] .top-place__title:before{display:none}.top-place[data-type=delivery] .top-place__desc{font-size:14px;line-height:18px;letter-spacing:0;color:#fff;text-align:center;width:100%;max-width:460px;margin-bottom:6px}@media screen and (max-width:767px){.top-place[data-type=delivery] .top-place__desc{font-size:13px;line-height:17px;margin-bottom:0;max-width:350px}}.top-place[data-type=delivery] .top-place__close{background:#fff;color:#4c7285}.top-place[data-type=delivery] .top-place__close:hover{background:#27388a;color:#fff}.top-place[data-type=kidsday]{max-height:100px;background-color:#d8e9fa}@media screen and (max-width:767px){.top-place[data-type=kidsday]{max-height:130px;height:130px}}@media screen and (max-width:559px){.top-place[data-type=kidsday]{max-height:150px;height:150px}}.top-place[data-type=kidsday]::before{content:'';display:inline;width:1346px;height:1036px;top:-91px;right:calc(100% - 1466px - ((100% - 1440px)/ 2));background:url(/new/f/img/top-place/kidsday-background.png);background-size:100% 100%;background-position:0 0;background-repeat:no-repeat;-webkit-transform:rotate(-9.97deg);transform:rotate(-9.97deg)}.top-place[data-type=kidsday]::after{content:'';display:inline;width:100%;max-width:1440px;height:100px;top:0;left:calc(50% - min(720px,50%));background:url(/new/f/img/top-place/kidsday-heart.svg),url(/new/f/img/top-place/kidsday-discount.svg),url(/new/f/img/top-place/kidsday-kids.svg);background-size:86px auto,178px auto,258px auto;background-position:-9px -14px,340px 0,calc(100% - 238px) -26px;background-repeat:no-repeat}@media screen and (max-width:1439px){.top-place[data-type=kidsday]::after{background-position:-9px -14px,340px 0,calc(100% - 238px) 0;background-size:86px auto,178px auto,200px auto}}@media screen and (max-width:1365px){.top-place[data-type=kidsday]::after{background-position:0 300px,310px 0,0 300px}}@media screen and (max-width:1239px){.top-place[data-type=kidsday]::after{background-position:0 300px,30vw -9px,0 300px}}@media screen and (max-width:1023px){.top-place[data-type=kidsday]::after{background-position:0 300px,calc(3vw + 202px) -1px,0 300px;background-size:120px auto}}@media screen and (max-width:767px){.top-place[data-type=kidsday]::after{background-position:0 300px,calc(3vw + 210px) -1px,0 300px}}@media screen and (max-width:559px){.top-place[data-type=kidsday]::after{background-position:0 300px,calc(3vw + 210px) -8px,0 300px}}@media screen and (max-width:359px){.top-place[data-type=kidsday]::after{background-position:0 300px,62vw -8px,0 300px}}.top-place[data-type=kidsday] .top-place__wrapper{min-height:100px;width:100%;max-width:1440px;margin:0 auto;display:flex;justify-content:center;align-items:center;flex-direction:column;position:relative}@media screen and (max-width:767px){.top-place[data-type=kidsday] .top-place__wrapper{padding:55px 16px 10px}}.top-place[data-type=kidsday] .top-place__wrapper:after,.top-place[data-type=kidsday] .top-place__wrapper:before{display:none}.top-place[data-type=kidsday] .top-place__title{position:absolute;top:29px;left:60px;letter-spacing:1px;font-size:33px;line-height:46px;width:292px;color:#27388a}@media screen and (max-width:1365px){.top-place[data-type=kidsday] .top-place__title{left:30px}}@media screen and (max-width:1239px){.top-place[data-type=kidsday] .top-place__title{top:20px;left:3vw}}@media screen and (max-width:1023px){.top-place[data-type=kidsday] .top-place__title{font-size:24px;top:10px;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;left:1.5vw}}@media screen and (max-width:767px){.top-place[data-type=kidsday] .top-place__title{left:3vw}}@media screen and (max-width:559px){.top-place[data-type=kidsday] .top-place__title{left:3vw;top:3px}}.top-place[data-type=kidsday] .top-place__title:after,.top-place[data-type=kidsday] .top-place__title:before{display:none}.top-place[data-type=kidsday] .top-place__desc{position:absolute;top:30px;left:507px;font-size:18px;line-height:21px;letter-spacing:0;color:#27388a;text-align:start;width:270px}@media screen and (max-width:1365px){.top-place[data-type=kidsday] .top-place__desc{left:calc((100% - 1440px)/ 2 + 585px)}}@media screen and (max-width:1239px){.top-place[data-type=kidsday] .top-place__desc{top:20px;left:46vw}}@media screen and (max-width:1023px){.top-place[data-type=kidsday] .top-place__desc{font-size:14px;line-height:18px;width:205px;top:16px;left:calc(3vw + 320px)}}@media screen and (max-width:767px){.top-place[data-type=kidsday] .top-place__desc{top:50px;left:3vw;width:200px}}.top-place[data-type=kidsday] .top-place__desc span{font-family:RotonBol,Arial,Helvetica,sans-serif;letter-spacing:.5px}.top-place[data-type=kidsday] .top-place__discount-wrapper{position:absolute;width:178px;height:67px;right:482px;top:17px;background-image:url(/new/f/img/top-place/kidsday-promoback.png);background-size:178px 67px;background-position:0 0;background-repeat:no-repeat;display:flex;flex-direction:column;justify-content:flex-start;align-items:center}@media screen and (max-width:1439px){.top-place[data-type=kidsday] .top-place__discount-wrapper{right:425px}}@media screen and (max-width:1365px){.top-place[data-type=kidsday] .top-place__discount-wrapper{right:310px}}@media screen and (max-width:1239px){.top-place[data-type=kidsday] .top-place__discount-wrapper{top:10px;right:12vw}}@media screen and (max-width:1023px){.top-place[data-type=kidsday] .top-place__discount-wrapper{right:auto;left:70vw;top:19px}}@media screen and (max-width:767px){.top-place[data-type=kidsday] .top-place__discount-wrapper{justify-content:center;right:auto;left:61vw;top:22px}}@media screen and (max-width:559px){.top-place[data-type=kidsday] .top-place__discount-wrapper{width:120px;height:46px;background-size:120px auto;left:64vw;top:40px;-webkit-transform:rotate(-8deg);transform:rotate(-8deg)}}@media screen and (max-width:459px){.top-place[data-type=kidsday] .top-place__discount-wrapper{top:45px;left:62vw}}@media screen and (max-width:389px){.top-place[data-type=kidsday] .top-place__discount-wrapper{top:49px;-webkit-transform:rotate(0);transform:rotate(0)}}.top-place[data-type=kidsday] .top-place__discount{font-family:RotonReg,Arial,Helvetica,sans-serif;font-size:16px;color:#fff}@media screen and (max-width:559px){.top-place[data-type=kidsday] .top-place__discount{font-size:12px;height:20px;text-align:center}}.top-place[data-type=kidsday] .top-place__little-title{font-family:RotonBol,Arial,Helvetica,sans-serif;font-size:33px;letter-spacing:3px;color:#fff;height:39px;display:flex;align-items:flex-end}@media screen and (max-width:559px){.top-place[data-type=kidsday] .top-place__little-title{font-size:24px;height:24px;width:110px}}.top-place[data-type=kidsday] .top-place__info{position:absolute;top:17px;right:57px;width:190px;color:#404040;opacity:.68;font-family:RotonReg,Arial,Helvetica,sans-serif;font-size:10px;line-height:12px}@media screen and (max-width:1439px){.top-place[data-type=kidsday] .top-place__info{right:57px}}@media screen and (max-width:1239px){.top-place[data-type=kidsday] .top-place__info{width:995px;height:14px;top:80px;right:calc((100% - 995px)/ 2)}}@media screen and (max-width:1023px){.top-place[data-type=kidsday] .top-place__info{left:3vw;width:65vw;text-align:start;top:57px;font-size:11px;line-height:14px}}@media screen and (max-width:767px){.top-place[data-type=kidsday] .top-place__info{width:95vw;top:100px}}@media screen and (max-width:559px){.top-place[data-type=kidsday] .top-place__info{left:3vw;width:96vw}}@media screen and (max-width:359px){.top-place[data-type=kidsday] .top-place__info{top:95px}}.top-place[data-type=kidsday] .top-place__close{background:#27388a;color:#fff}@media screen and (max-width:1023px){.top-place[data-type=kidsday] .top-place__close{right:10px}}@media screen and (max-width:767px){.top-place[data-type=kidsday] .top-place__close{right:3px}}@media screen and (min-width:768px){.top-place[data-type=kidsday] .top-place__close:hover{background:#ff8300;color:#fff}}.top-place[data-type=kidsday] .top-place__link{left:calc((100vw - 1440px)/ 2);right:calc((100vw - 1440px)/ 2 + 80px)}@media screen and (max-width:1439px){.top-place[data-type=kidsday] .top-place__link{left:0;right:80px}}@media screen and (max-width:559px){.top-place[data-type=kidsday] .top-place__link{right:50px}}@-webkit-keyframes jump{0%{top:-2px}50%{top:1px}100%{top:-2px}}@keyframes jump{0%{top:-2px}50%{top:1px}100%{top:-2px}}.b-experts{position:relative;background:#edf0f9;padding:12px 23px 10px 40px;min-height:56px;border-radius:28px;text-align:center;margin-left:10px;transition:background 134ms,color 134ms}.b-experts:hover{background:#ff8300}.b-experts:hover .b-experts__title{color:#183b91}.b-experts:hover .b-experts__desc{color:#fff}.b-experts:before{content:'';position:absolute;left:-22px;top:-16px;width:55px;height:48px;background:url(/new/f/img/icon-24.svg) no-repeat left top}.b-experts--right{padding:12px 40px 10px 16px;margin:15px 15px 0 0}.b-experts--right:before{left:auto;right:-22px;background-image:url(/new/f/img/icon-24-r.svg)}.b-experts--mobile{display:none}@media screen and (max-width:1023px){.b-experts--mobile{background:#ff8300;display:block;margin:-21px -1px 10px 15px;padding:12px 40px 10px}}@media screen and (max-width:1023px){.b-experts--mobile:before{left:-26px;top:-15px;width:66px;height:58px;background-size:contain}}.b-experts--mobile .b-experts__title{color:#183b91}.b-experts--mobile .b-experts__desc{color:#fff}.b-experts__title{font-family:RotonBol,Arial,Helvetica,sans-serif;font-size:17px;line-height:1;letter-spacing:0;color:#363a4f}.b-experts__desc{font-size:12px;line-height:1.25;color:#5b607a}.b-icon-block{position:relative;padding-left:33px;min-height:24px;color:#5b607a;padding-top:4px;margin-right:25px}.b-icon-block--p:before{background:url(/new/f/img/icon-phone.svg) no-repeat center center #001689}.b-icon-block--t:before{background:url(/new/f/img/icon-tel.svg) no-repeat center center #2fa6da}.b-icon-block--v:before{background:url(/new/f/img/icon-vk.svg#colorwhite) no-repeat center 8px #2787f5;background-size:15px auto}.b-icon-block--s:before{background:url(/new/f/img/icon-phone-2.svg) no-repeat center center;border:2px solid #001689;background-size:14px;background-position:3px 3px}.b-icon-block--footer-p,.b-icon-block--footer-s,.b-icon-block--footer-t,.b-icon-block--footer-v{position:relative;padding-top:0;color:#183b91;font-family:RotonBol,Arial,Helvetica,sans-serif;line-height:14px;margin-bottom:5px;margin-right:16px;padding-left:40px;display:flex;align-items:center;justify-content:space-between}@media screen and (max-width:767px){.b-icon-block--footer-p,.b-icon-block--footer-s,.b-icon-block--footer-t,.b-icon-block--footer-v{padding-left:32px;margin-right:11px}}.b-icon-block--footer-p span,.b-icon-block--footer-s span,.b-icon-block--footer-t span,.b-icon-block--footer-v span{color:#183b91;font-family:RotonReg,Arial,Helvetica,sans-serif;font-size:12px;line-height:20px}@media screen and (max-width:767px){.b-icon-block--footer-p span,.b-icon-block--footer-s span,.b-icon-block--footer-t span,.b-icon-block--footer-v span{font-size:10px;line-height:16px;font-weight:400}}@media screen and (max-width:767px){.b-icon-block--footer-s{font-family:RotonReg,Arial,Helvetica,sans-serif;font-weight:700}}@media screen and (max-width:767px){.b-icon-block--footer-t{font-family:RotonReg,Arial,Helvetica,sans-serif;font-weight:700;font-size:13px}}@media screen and (max-width:767px){.b-icon-block--footer-p{font-family:RotonReg,Arial,Helvetica,sans-serif;font-weight:700;font-size:14px;margin-bottom:3px}}.b-icon-block--footer-v{margin-bottom:10px}@media screen and (max-width:767px){.b-icon-block--footer-v{font-family:RotonReg,Arial,Helvetica,sans-serif;font-weight:700;font-size:13px;margin-bottom:8px}}.b-icon-block:before{content:'';position:absolute;left:0;top:3px;width:24px;height:24px;border-radius:50%;transition:-webkit-transform .1s;transition:transform .1s;transition:transform .1s,-webkit-transform .1s}.b-icon-block[data-contact]:after{content:attr(data-contact);display:none;position:absolute;z-index:1;bottom:-46px;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%);padding:12px;font-size:16px;line-height:16px;color:#353535;box-shadow:0 13px 18px 0 rgba(75,75,61,.1);background:#fff;border-radius:8px;text-wrap:nowrap;pointer-events:none}@media screen and (min-width:768px){.b-icon-block[data-contact]:hover:after{display:inline-block}}.b-icon-block--footer-s:before{background:url(/new/f/img/icon-phone-2.svg) no-repeat left top;border:1px solid #001689;background-size:11px;background-position:2px 2px;border-radius:50%;left:15px;top:calc(50% - 8px);width:16px;height:16px}@media screen and (max-width:767px){.b-icon-block--footer-s:before{left:11px}}.b-icon-block--footer-t:before{background:url(/new/f/img/icon-tel.svg) no-repeat center center #2fa6da;background-size:contain;left:16px;top:calc(50% - 8px);width:16px;height:16px}@media screen and (max-width:767px){.b-icon-block--footer-t:before{left:12px}}.b-icon-block--footer-p:before{background:url(/new/f/img/icon-phone.svg) no-repeat center center #001689;background-size:17px;border-radius:50%;left:16px;top:calc(50% - 8px);width:16px;height:16px}@media screen and (max-width:767px){.b-icon-block--footer-p:before{left:12px}}.b-icon-block--footer-v:before{background:url(/new/f/img/icon-vk.svg#colorwhite) no-repeat center 5px #2787f5;background-size:auto 6px;border-radius:50%;left:16px;top:calc(50% - 8px);width:16px;height:16px}@media screen and (max-width:767px){.b-icon-block--footer-v:before{left:12px}}.b-icon-block--footer-icon[data-contact]:after{bottom:auto;top:-40px}.b-icon-block sup{margin-right:2px;vertical-align:middle;font-size:inherit;top:.05em}@media screen and (max-width:1023px){.header-nav{position:absolute;background:#fff;left:0;right:0;top:63px;border-top:1px solid #edf0f9;border-bottom:1px solid #edf0f9;z-index:3;display:none}}.header-nav__wrapper{display:flex}@media screen and (max-width:1023px){.header-nav__wrapper{flex-direction:column}}.header-nav__wrapper.is-selected .header-nav__title,.header-nav__wrapper.is-selected a.header-nav__item{color:#d0d7ea}@media screen and (max-width:1023px){.header-nav__wrapper.is-selected .header-nav__title,.header-nav__wrapper.is-selected a.header-nav__item{color:#353535}}.header-nav__wrapper.is-selected .header-nav__item.is-active .header-nav__title,.header-nav__wrapper.is-selected a.header-nav__item.is-active{color:#ff8300}@media screen and (max-width:1023px){.header-nav__wrapper.is-selected .header-nav__item.is-active .header-nav__title,.header-nav__wrapper.is-selected a.header-nav__item.is-active{color:#353535}}@media screen and (max-width:1023px){.header-nav__wrapper .header-nav__item.is-selected .header-nav__title,.header-nav__wrapper a.header-nav__item.is-selected,.header-nav__wrapper.is-selected .header-nav__item.is-selected .header-nav__title,.header-nav__wrapper.is-selected a.header-nav__item.is-selected{color:#ff8300}}.header-nav__item{display:flex;align-items:center;padding:10px 12px;min-height:63px;cursor:pointer}@media screen and (max-width:1365px){.header-nav__item{padding:10px 16px}}.header-nav__item--mobile{display:none}@media screen and (max-width:1023px){.header-nav__item--mobile{display:flex}}.header-nav__item_btn{height:30px;padding:0 16px;color:#fff;display:flex;align-items:center;gap:8px;background:#7facd1;border-radius:30px}@media screen and (max-width:1365px){.header-nav__item{padding:10px 12px}}@media screen and (max-width:1023px){.header-nav__item{position:relative;border-bottom:1px solid #edf0f9;padding:0;flex-direction:column;align-items:stretch}.header-nav__item:before{content:'';position:absolute;right:22px;top:21px;width:12px;height:12px;transition:color 134ms;border-right:1px solid currentColor;border-bottom:1px solid currentColor;-webkit-transform:rotate(45deg);transform:rotate(45deg)}.header-nav__item.is-selected:before{-webkit-transform:rotate(225deg);transform:rotate(225deg);top:28px;color:#ff8300}}@media screen and (max-width:767px){.header-nav__item{min-height:57px}.header-nav__item:before{top:20px}.header-nav__item.is-selected:before{top:25px}}.header-nav__item:first-child{padding-left:24px}@media screen and (max-width:1023px){.header-nav__item:first-child{padding-left:0}}.header-nav__item.is-active .header-nav__box{display:block}@media screen and (max-width:1023px){.header-nav__item.is-active .header-nav__box{display:none}}@media screen and (max-width:1023px){.header-nav__item.is-selected .header-nav__box{display:block}}@media screen and (max-width:1023px){.header-nav__item.is-selected .header-nav__title_tools{pointer-events:all}}.header-nav__title,a.header-nav__item{color:#363a4f;font-size:17px;line-height:1;letter-spacing:.02em;transition:color 134ms;text-align:center}@media screen and (max-width:1365px){.header-nav__title,a.header-nav__item{font-size:16px}}@media screen and (max-width:1239px){.header-nav__title,a.header-nav__item{text-align:center}}@media screen and (max-width:1023px){.header-nav__title:before,a.header-nav__item:before{display:none}}@media screen and (max-width:767px){.header-nav__title,a.header-nav__item{font-size:16px}}.header-nav__title:hover,a.header-nav__item:hover{color:#ff8300}@media screen and (max-width:1023px){a.header-nav__item{display:flex;align-items:flex-start;justify-content:center;padding:10px 24px;min-height:63px}}@media screen and (max-width:767px){a.header-nav__item{padding:10px 16px;min-height:57px}}@media screen and (max-width:1023px){.header-nav__title{display:flex;align-items:center;padding:10px 24px;min-height:63px}}@media screen and (max-width:767px){.header-nav__title{padding:10px 16px;min-height:57px}}@media screen and (max-width:1023px){.header-nav__title_tools{pointer-events:none}}.header-nav__box{display:none}.header-nav__mobile-block{display:none;padding:20px 24px;flex-direction:column;align-items:flex-start;border-bottom:1px solid #edf0f9;gap:16px}@media screen and (max-width:1023px){.header-nav__mobile-block{display:flex}}@media screen and (max-width:767px){.header-nav__mobile-block{padding:16px;gap:14px}}.header-nav__mobile-contacts{margin:49px 24px 36px;border-radius:16px;border:1px solid #183b91;max-width:380px;display:none}@media screen and (max-width:1023px){.header-nav__mobile-contacts{display:flex;flex-direction:column}}@media screen and (max-width:767px){.header-nav__mobile-contacts{margin:49px 16px 36px}}.header-nav__mobile-button{display:none}@media screen and (max-width:767px){.header-nav__mobile-button{display:block;flex:none;width:105px;margin:1px 0 0}}.header-nav__link{color:#5b607a;font-size:16px;line-height:1.2}@media screen and (max-width:767px){.header-nav__link{font-size:12px;line-height:1.16}}.header-nav__links{display:flex;padding:20px 24px;flex-direction:column;align-items:flex-start;border-top:1px solid #edf0f9;gap:16px}@media screen and (max-width:767px){.header-nav__links{padding:16px;gap:14px}}@media screen and (max-width:767px){.header-nav__links .header-nav__link{font-size:14px}}@media screen and (max-width:1023px){.is-menu-show .header-nav{display:block}}@media screen and (max-width:1023px){body.scroll-fixed .is-menu-show .header-nav{height:calc(100vh - 63px);overflow-x:hidden;overflow-y:auto}}.b-main-menu{position:absolute;top:100%;left:0;right:0;z-index:50;background:#f6f7fc;border-top:1px solid #edf0f9;border-bottom:1px solid #edf0f9}@media screen and (max-width:1023px){.b-main-menu{position:relative;top:0}}.b-main-menu__group{padding:17px 24px 21px;display:flex;flex-wrap:wrap;justify-content:center;gap:13px}@media screen and (max-width:767px){.b-main-menu__group{padding:17px 16px 20px;gap:8px}}.b-main-menu__group[data-group=stages] .b-main-menu__item{width:calc((100% - 16px * 5)/ 6)}@media screen and (max-width:1023px){.b-main-menu__group[data-group=stages] .b-main-menu__item{min-width:150px}}@media screen and (max-width:767px){.b-main-menu__group[data-group=stages] .b-main-menu__item{min-width:140px}}.b-main-menu__group[data-group=stages] .b-main-menu__icon{min-height:80px}@media screen and (max-width:767px){.b-main-menu__group[data-group=stages] .b-main-menu__icon{min-height:57px;height:57px}}.b-main-menu__group[data-group=stages] .b-main-menu__title{min-height:34px}.b-main-menu__group[data-group=brands] .b-main-menu__item{min-height:112px;height:112px}@media screen and (max-width:1023px){.b-main-menu__group[data-group=brands] .b-main-menu__item{min-width:150px}}@media screen and (max-width:767px){.b-main-menu__group[data-group=brands] .b-main-menu__item{min-width:140px;min-height:0;height:80px}}@media screen and (max-width:1239px){.b-main-menu__group[data-group=services] .b-main-menu__item{width:calc((100% - 16px * 4)/ 5)}}@media screen and (max-width:1023px){.b-main-menu__group[data-group=services] .b-main-menu__item{min-width:168px}}@media screen and (max-width:767px){.b-main-menu__group[data-group=services] .b-main-menu__item{padding-top:7px;min-width:140px}}@media screen and (max-width:767px){.b-main-menu__group[data-group=services] .b-main-menu__item--free{padding-top:0}}@media screen and (max-width:767px){.b-main-menu__group[data-group=services] .b-main-menu__icon{min-height:57px;height:57px}}@media screen and (max-width:767px){.b-main-menu__group[data-group=services] .b-main-menu__title{padding:0;font-size:12px}}.b-main-menu__item{display:flex;flex-direction:column;min-height:122px;padding:8px 20px;border-radius:8px;background:#fff;width:calc((100% - 16px * 7)/ 8);transition:background 134ms}@media screen and (max-width:1365px){.b-main-menu__item{min-height:100px}}@media screen and (max-width:767px){.b-main-menu__item{padding:14px 10px 7px}}.b-main-menu__item:hover{background:#edf0f9}.b-main-menu__item.is-blocked{position:relative;opacity:.8}.b-main-menu__item.is-blocked:after{content:'';position:absolute;right:10px;top:10px;border-radius:50%;width:24px;height:24px;background:url(/new/f/img/icon-purchases.svg) no-repeat center center #ff4747;background-size:cover}@media screen and (max-width:767px){.b-main-menu__item.is-blocked:after{width:20px;height:20px}}.b-main-menu__item--center{justify-content:center;align-items:center;overflow:hidden;padding:0}.b-main-menu__item--free{background:0 0;border-radius:0;cursor:default;padding:0}.b-main-menu__item--free:hover{background:0 0}.b-main-menu__item--mobile{display:none;background:0 0;border-radius:0;cursor:default;padding:0;color:#353535;align-items:center}.b-main-menu__item--mobile:hover{background:0 0;color:#353535}.b-main-menu__item--mobile span{position:relative;padding-right:19px}.b-main-menu__item--mobile span:after{content:'';position:absolute;right:0;top:5px;background:pink;width:17px;height:17px;background:url(/new/f/img/icon-arrow.svg) no-repeat left top}@media screen and (max-width:767px){.b-main-menu__item--mobile{display:flex}}.b-main-menu__item:hover .b-main-menu__title{color:#27388a}.b-main-menu__item:hover .b-main-menu__icon img.menu-icon{display:none}.b-main-menu__item:hover .b-main-menu__icon img.menu-icon--hover{display:block}.b-main-menu__icon{text-align:center;font-size:0;line-height:1;color:#5b607a;display:flex;align-items:flex-end;justify-content:center}.b-main-menu__icon svg{max-width:100%;max-height:100%}.b-main-menu__icon svg path{transition:color 134ms}.b-main-menu__icon img.menu-icon{width:100%;height:100%;max-width:73px;max-height:72px}.b-main-menu__icon img.menu-icon--hover{display:none}.b-main-menu__title{color:#5b607a;text-align:center;font-size:14px;line-height:1.2;padding:8px 0}.b-main-menu__logo{max-width:77%;max-height:80%}.b-welcome{position:relative;overflow:hidden;height:360px;max-width:100%;display:block}@media screen and (max-width:767px){.b-welcome{height:372px}}.b-welcome:after{content:'';position:absolute;left:50%;top:0;-webkit-transform:translate(-100%,-47%);transform:translate(-100%,-47%);border:8px solid #fff;border-radius:50%;width:618px;height:618px;z-index:3}@media screen and (max-width:767px){.b-welcome:after{left:20%;-webkit-transform:translate(-100px,-43%);transform:translate(-100px,-43%);border:5px solid #fff;border-radius:50%;width:296px;height:296px}}@media screen and (max-width:459px){.b-welcome:after{-webkit-transform:translate(-36px,-42%);transform:translate(-36px,-42%)}}.b-welcome:before{content:'';position:absolute;left:0;right:0;top:0;bottom:0;z-index:2;background:rgba(0,0,0,.1)}.b-welcome__image{position:absolute;left:0;right:0;top:0;bottom:0;z-index:1}.b-welcome__image img{-o-object-position:30%;object-position:30%;-o-object-fit:cover;object-fit:cover;width:100%;height:100%}@media screen and (max-width:767px){.b-welcome__image img{-o-object-position:25%;object-position:25%;height:55%}}@media screen and (max-width:459px){.b-welcome__image img{-o-object-position:12%;object-position:12%}}@media screen and (max-width:767px){.b-welcome__image:after{content:'';position:absolute;left:0;right:0;bottom:0;top:10%;background:url(/new/f/img/content/mobile-shadow.png) repeat-x left top;background-size:320px auto}}.b-welcome__wrapper{position:relative;left:0;top:0;width:100%;max-width:500px;text-align:center;margin-left:calc(50% + 2px);height:100%;display:flex;flex-direction:column;justify-content:center;align-items:center;padding-top:2px;z-index:5}@media screen and (max-width:1023px){.b-welcome__wrapper{max-width:400px}}@media screen and (max-width:767px){.b-welcome__wrapper{justify-content:flex-end;max-width:none;margin-left:0;padding-bottom:17px}}.b-welcome__desc{text-align:center;font-size:20px;line-height:1;color:#353535}@media screen and (max-width:767px){.b-welcome__desc{margin-bottom:4px}}.b-welcome__title{color:#27388a;text-align:center;font-family:RotonBol,Arial,Helvetica,sans-serif;font-size:50px;line-height:1.12;margin-bottom:19px}@media screen and (max-width:1023px){.b-welcome__title{font-size:40px;margin-bottom:12px}}@media screen and (max-width:767px){.b-welcome__title{font-size:37px;margin-bottom:9px}}.b-welcome__button{flex:none;max-width:195px;margin:0 auto;height:44px;line-height:42px}@media screen and (max-width:767px){.b-welcome__button{max-width:180px;font-size:16px;line-height:38px;height:40px}}.b-welcome__legend{display:inline-block;cursor:pointer;color:#ff8300;margin-top:13px}@media screen and (max-width:767px){.b-welcome__legend{margin-top:6px;font-size:14px}}.b-welcome__legend:hover{color:#27388a}.b-promo-block{display:flex;padding:40px 0;gap:58px}@media screen and (max-width:1023px){.b-promo-block{flex-direction:column;padding-bottom:20px;gap:45px}}@media screen and (max-width:767px){.b-promo-block{padding-top:10px;padding-bottom:10px}}.b-promo-block__slider{flex-grow:1;max-width:calc(100% - 238px - 58px)}@media screen and (max-width:1023px){.b-promo-block__slider{width:100%;padding:0 26px;max-width:none}}@media screen and (max-width:767px){.b-promo-block__slider{padding:0}}.b-promo-block__aside{flex:none;width:238px}@media screen and (max-width:1023px){.b-promo-block__aside{width:100%;padding:0 26px}}@media screen and (max-width:767px){.b-promo-block__aside{padding:0}}.b-gallery{position:relative}.b-gallery[data-type=main]{top:-1px}.b-gallery[data-type=main] .b-gallery__wrapper{max-height:360px}@media screen and (max-width:767px){.b-gallery[data-type=main] .b-gallery__wrapper{max-height:372px}}@media screen and (max-width:767px){.b-gallery[data-type=promo] .b-gallery__next,.b-gallery[data-type=promo] .b-gallery__prev{display:none!important}}.b-gallery[data-type=promo] .b-gallery__wrapper{border-radius:8px;height:258px}@media screen and (max-width:767px){.b-gallery[data-type=promo] .b-gallery__wrapper{height:281px}}.b-gallery[data-type=promo] .slick-list{margin-left:-2px;margin-right:-2px}.b-gallery[data-type=promo] .slick-list,.b-gallery[data-type=promo] .slick-track{height:100%}.b-gallery[data-type=promo] .b-gallery__item{margin-left:2px;margin-right:2px}@media screen and (max-width:767px){.b-gallery[data-type=promo] .b-gallery__item img{-o-object-fit:cover;object-fit:cover}}.b-gallery[data-type=products]{text-align:center}.b-gallery[data-type=products] .b-gallery__wrapper{text-align:left;margin:0 -8px;padding-bottom:17px}@media screen and (max-width:1023px){.b-gallery[data-type=products] .b-gallery__wrapper{margin:0 -24px}}@media screen and (max-width:767px){.b-gallery[data-type=products] .b-gallery__wrapper{margin:0 -16px;padding-bottom:15px}}.b-gallery[data-type=products] .b-gallery__next,.b-gallery[data-type=products] .b-gallery__prev{display:inline-block;vertical-align:top;position:relative;left:auto;right:auto;top:auto;bottom:auto;border-radius:50%;background:#ff8300;color:#fff;transition:background 134ms}.b-gallery[data-type=products] .b-gallery__next:hover,.b-gallery[data-type=products] .b-gallery__prev:hover{background:#27388a}.b-gallery[data-type=products] .b-gallery__next:after,.b-gallery[data-type=products] .b-gallery__next:before,.b-gallery[data-type=products] .b-gallery__prev:after,.b-gallery[data-type=products] .b-gallery__prev:before{width:9px;height:9px}.b-gallery[data-type=products] .b-gallery__dots{display:inline-block;vertical-align:top;position:relative;left:auto;right:auto;top:auto;bottom:auto}.b-gallery[data-type=products] .slick-dots{display:flex;align-items:center;justify-content:center;flex-wrap:wrap;height:30px}.b-gallery[data-type=products] .slick-dots li{margin:0 9px}.b-gallery[data-type=products] .slick-dots li button{width:auto;height:auto;color:#404040;border-radius:0;background:0 0;text-align:center;font-family:RotonBol,Arial,Helvetica,sans-serif;font-size:14px;line-height:1;transition:color 134ms}@media screen and (min-width:768px){.b-gallery[data-type=products] .slick-dots li button:hover{-webkit-transform:scale(1);transform:scale(1);background:0 0;color:#ff8300}}.b-gallery[data-type=products] .slick-dots li.slick-active button,.b-gallery[data-type=products] .slick-dots li.slick-active button:hover{-webkit-transform:scale(1);transform:scale(1);background:0 0;color:#ff8300}.b-gallery[data-type=about] .b-gallery__wrapper{margin:0 -8px}@media screen and (max-width:767px){.b-gallery[data-type=about] .b-gallery__wrapper{margin:0 -16px}}@media screen and (max-width:767px){.b-gallery[data-type=callback]{max-width:100%;overflow:hidden}}.b-gallery[data-type=callback] .b-gallery__next,.b-gallery[data-type=callback] .b-gallery__prev{position:absolute;left:-3px;top:calc(50% - 80px);width:60px;height:60px;background:#fff;border-radius:50%;color:#1278aa;display:none!important}.b-gallery[data-type=callback] .b-gallery__next:before,.b-gallery[data-type=callback] .b-gallery__prev:before{left:24px;top:25px}.b-gallery[data-type=callback] .b-gallery__next:after,.b-gallery[data-type=callback] .b-gallery__prev:after{content:'';position:absolute;left:23px;top:30px;width:17px;height:2px;background:currentColor}@media screen and (max-width:767px){.b-gallery[data-type=callback] .b-gallery__next,.b-gallery[data-type=callback] .b-gallery__prev{display:block!important}.b-gallery[data-type=callback] .b-gallery__next.slick-disabled,.b-gallery[data-type=callback] .b-gallery__prev.slick-disabled{display:none!important}}.b-gallery[data-type=callback] .b-gallery__next{left:auto;right:-3px}.b-gallery[data-type=callback] .b-gallery__next:before{left:auto;right:24px;top:25px}.b-gallery[data-type=callback] .b-gallery__next:after{left:auto;right:23px;top:30px}.b-gallery[data-type=experts-list]{margin:0 -8px}@media screen and (max-width:1239px){.b-gallery[data-type=experts-list]{margin:0}}.b-gallery[data-type=interesting]{text-align:center}.b-gallery[data-type=interesting] .b-gallery__wrapper{margin:0 -8px;text-align:left;padding-bottom:8px}@media screen and (max-width:767px){.b-gallery[data-type=interesting] .b-gallery__wrapper{margin:0 -16px}}.b-gallery[data-type=interesting] .b-gallery__next,.b-gallery[data-type=interesting] .b-gallery__prev{display:inline-block!important;vertical-align:top;position:relative;left:auto;right:auto;top:auto;bottom:auto;border-radius:50%;background:#ff8300;color:#fff;transition:background 134ms}.b-gallery[data-type=interesting] .b-gallery__next:hover,.b-gallery[data-type=interesting] .b-gallery__prev:hover{background:#27388a}.b-gallery[data-type=interesting] .b-gallery__next:after,.b-gallery[data-type=interesting] .b-gallery__next:before,.b-gallery[data-type=interesting] .b-gallery__prev:after,.b-gallery[data-type=interesting] .b-gallery__prev:before{width:9px;height:9px}.b-gallery[data-type=interesting] .b-gallery__next.slick-disabled,.b-gallery[data-type=interesting] .b-gallery__prev.slick-disabled{display:none!important}.b-gallery[data-type=interesting] .b-gallery__dots{display:inline-block;vertical-align:top;position:relative;left:auto;right:auto;top:auto;bottom:auto}.b-gallery[data-type=interesting] .slick-dots{display:flex;align-items:center;justify-content:center;flex-wrap:wrap;height:30px}.b-gallery[data-type=interesting] .slick-dots li{margin:0 9px}.b-gallery[data-type=interesting] .slick-dots li button{width:auto;height:auto;color:#404040;border-radius:0;background:0 0;text-align:center;font-family:RotonBol,Arial,Helvetica,sans-serif;font-size:14px;line-height:1;transition:color 134ms}@media screen and (min-width:768px){.b-gallery[data-type=interesting] .slick-dots li button:hover{-webkit-transform:scale(1);transform:scale(1);background:0 0;color:#ff8300}}.b-gallery[data-type=interesting] .slick-dots li.slick-active button,.b-gallery[data-type=interesting] .slick-dots li.slick-active button:hover{-webkit-transform:scale(1);transform:scale(1);background:0 0;color:#ff8300}.b-gallery[data-type=interesting] .b-interesting__item{height:100%}.b-gallery[data-type=interesting-video]{text-align:center}.b-gallery[data-type=interesting-video] .b-gallery__wrapper{margin:0 -8px;text-align:left;padding-bottom:8px}@media screen and (max-width:767px){.b-gallery[data-type=interesting-video] .b-gallery__wrapper{margin:0 -16px}}.b-gallery[data-type=interesting-video] .b-gallery__next,.b-gallery[data-type=interesting-video] .b-gallery__prev{display:inline-block;vertical-align:top;position:relative;left:auto;right:auto;top:auto;bottom:auto;border-radius:50%;background:#ff8300;color:#fff;transition:background 134ms}.b-gallery[data-type=interesting-video] .b-gallery__next:hover,.b-gallery[data-type=interesting-video] .b-gallery__prev:hover{background:#27388a}.b-gallery[data-type=interesting-video] .b-gallery__next:after,.b-gallery[data-type=interesting-video] .b-gallery__next:before,.b-gallery[data-type=interesting-video] .b-gallery__prev:after,.b-gallery[data-type=interesting-video] .b-gallery__prev:before{width:9px;height:9px}.b-gallery[data-type=interesting-video] .b-gallery__dots{display:inline-block;vertical-align:top;position:relative;left:auto;right:auto;top:auto;bottom:auto}.b-gallery[data-type=interesting-video] .slick-dots{display:flex;align-items:center;justify-content:center;height:30px}.b-gallery[data-type=interesting-video] .slick-dots li{margin:0 9px}.b-gallery[data-type=interesting-video] .slick-dots li button{width:auto;height:auto;color:#404040;border-radius:0;background:0 0;text-align:center;font-family:RotonBol,Arial,Helvetica,sans-serif;font-size:14px;line-height:1;transition:color 134ms}@media screen and (min-width:768px){.b-gallery[data-type=interesting-video] .slick-dots li button:hover{-webkit-transform:scale(1);transform:scale(1);background:0 0;color:#ff8300}}.b-gallery[data-type=interesting-video] .slick-dots li.slick-active button,.b-gallery[data-type=interesting-video] .slick-dots li.slick-active button:hover{-webkit-transform:scale(1);transform:scale(1);background:0 0;color:#ff8300}.b-gallery[data-type=interesting-video] .b-interesting__item{height:100%}.b-gallery[data-type=videos]{text-align:center}.b-gallery[data-type=videos] .b-gallery__item.is-hidden{display:none}@media screen and (max-width:459px){.b-gallery[data-type=videos] .b-gallery__item{width:100%;min-width:0;opacity:1}}.b-gallery[data-type=videos] .b-gallery__wrapper{margin:0 -8px;padding-bottom:17px}@media screen and (max-width:1023px){.b-gallery[data-type=videos] .b-gallery__wrapper{margin:0 -24px}}@media screen and (max-width:767px){.b-gallery[data-type=videos] .b-gallery__wrapper{margin:0 -16px}}@media screen and (max-width:459px){.b-gallery[data-type=videos] .b-gallery__wrapper{display:flex;flex-wrap:wrap;justify-content:center;gap:16px;margin:0;padding-bottom:15px}}.b-gallery[data-type=videos] .b-gallery__next,.b-gallery[data-type=videos] .b-gallery__prev{display:inline-block;vertical-align:top;position:relative;left:auto;right:auto;top:auto;bottom:auto;border-radius:50%;background:#ff8300;color:#fff;transition:background 134ms}.b-gallery[data-type=videos] .b-gallery__next:hover,.b-gallery[data-type=videos] .b-gallery__prev:hover{background:#27388a}.b-gallery[data-type=videos] .b-gallery__next:after,.b-gallery[data-type=videos] .b-gallery__next:before,.b-gallery[data-type=videos] .b-gallery__prev:after,.b-gallery[data-type=videos] .b-gallery__prev:before{width:9px;height:9px}@media screen and (max-width:459px){.b-gallery[data-type=videos] .b-gallery__next,.b-gallery[data-type=videos] .b-gallery__prev{display:none}}.b-gallery[data-type=videos] .b-gallery__dots{display:inline-block;vertical-align:top;position:relative;left:auto;right:auto;top:auto;bottom:auto}@media screen and (max-width:459px){.b-gallery[data-type=videos] .b-gallery__dots{display:none}}.b-gallery[data-type=videos] .slick-dots{display:flex;align-items:center;height:30px}.b-gallery[data-type=videos] .slick-dots li{margin:0 9px}.b-gallery[data-type=videos] .slick-dots li button{width:auto;height:auto;color:#404040;border-radius:0;background:0 0;text-align:center;font-family:RotonBol,Arial,Helvetica,sans-serif;font-size:14px;line-height:1;transition:color 134ms}@media screen and (min-width:768px){.b-gallery[data-type=videos] .slick-dots li button:hover{-webkit-transform:scale(1);transform:scale(1);background:0 0;color:#ff8300}}.b-gallery[data-type=videos] .slick-dots li.slick-active button,.b-gallery[data-type=videos] .slick-dots li.slick-active button:hover{-webkit-transform:scale(1);transform:scale(1);background:0 0;color:#ff8300}.b-gallery[data-type=features] .b-gallery__next,.b-gallery[data-type=features] .b-gallery__prev{width:40px;height:40px;border:2px solid #ff8300;border-radius:50%;top:calc(50% - 14px);left:39px;color:#fff;transition:background 134ms}@media screen and (max-width:1239px){.b-gallery[data-type=features] .b-gallery__next,.b-gallery[data-type=features] .b-gallery__prev{left:30px}}@media screen and (max-width:767px){.b-gallery[data-type=features] .b-gallery__next,.b-gallery[data-type=features] .b-gallery__prev{left:8px}}.b-gallery[data-type=features] .b-gallery__next:before,.b-gallery[data-type=features] .b-gallery__prev:before{width:10px;height:10px;top:13px;left:15px}.b-gallery[data-type=features] .b-gallery__next:hover,.b-gallery[data-type=features] .b-gallery__prev:hover{background:#ff8300}.b-gallery[data-type=features] .b-gallery__next{left:auto;right:39px}@media screen and (max-width:1239px){.b-gallery[data-type=features] .b-gallery__next{right:30px}}@media screen and (max-width:767px){.b-gallery[data-type=features] .b-gallery__next{right:8px}}.b-gallery[data-type=features] .b-gallery__next:before{left:auto;right:15px}.b-gallery[data-type=features] .b-gallery__item img{max-width:none}@media screen and (max-width:1239px){.b-gallery[data-type=promo-line] .b-gallery__next,.b-gallery[data-type=promo-line] .b-gallery__prev{background:#27388a;border-radius:50%;color:#fff;transition:background 134ms}.b-gallery[data-type=promo-line] .b-gallery__next:after,.b-gallery[data-type=promo-line] .b-gallery__next:before,.b-gallery[data-type=promo-line] .b-gallery__prev:after,.b-gallery[data-type=promo-line] .b-gallery__prev:before{width:9px;height:9px}}@media screen and (max-width:1239px) and (min-width:768px){.b-gallery[data-type=promo-line] .b-gallery__next:hover,.b-gallery[data-type=promo-line] .b-gallery__prev:hover{background:#ff8300}}@media screen and (max-width:1239px){.b-gallery[data-type=promo-line] .b-gallery__next{right:-15px}}.b-gallery[data-type=promo-line] .b-gallery__prev{display:none!important}@media screen and (max-width:1239px){.b-gallery[data-type=promo-line-basket] .b-gallery__next,.b-gallery[data-type=promo-line-basket] .b-gallery__prev{background:#27388a;border-radius:50%;color:#fff;transition:background 134ms}.b-gallery[data-type=promo-line-basket] .b-gallery__next:after,.b-gallery[data-type=promo-line-basket] .b-gallery__next:before,.b-gallery[data-type=promo-line-basket] .b-gallery__prev:after,.b-gallery[data-type=promo-line-basket] .b-gallery__prev:before{width:9px;height:9px}}@media screen and (max-width:1239px) and (min-width:768px){.b-gallery[data-type=promo-line-basket] .b-gallery__next:hover,.b-gallery[data-type=promo-line-basket] .b-gallery__prev:hover{background:#ff8300}}@media screen and (max-width:1239px){.b-gallery[data-type=promo-line-basket] .b-gallery__next{right:-15px}}.b-gallery[data-type=promo-line-basket] .b-gallery__prev{display:none!important}@media screen and (max-width:767px){.b-gallery[data-type=loyalty-line] .b-gallery__dots .slick-dots li button{background-color:#fff}}@media screen and (max-width:459px){.b-gallery[data-type=loyalty-line] .b-gallery__item .b-loyalty__caption{opacity:0;transition:opacity 134ms}.b-gallery[data-type=loyalty-line] .b-gallery__item.slick-center .b-loyalty__caption,.b-gallery[data-type=loyalty-line] .b-gallery__item.slick-current .b-loyalty__caption{opacity:1}.b-gallery[data-type=loyalty-line] .b-gallery__item .b-loyalty__image{-webkit-transform:scale(.6);transform:scale(.6);transition:-webkit-transform 134ms;transition:transform 134ms;transition:transform 134ms,-webkit-transform 134ms}.b-gallery[data-type=loyalty-line] .b-gallery__item.slick-center .b-loyalty__image,.b-gallery[data-type=loyalty-line] .b-gallery__item.slick-current .b-loyalty__image{-webkit-transform:scale(1);transform:scale(1)}}.b-gallery[data-type=product-main-modal] .b-gallery__dots,.b-gallery[data-type=product-main] .b-gallery__dots{bottom:-16px}.b-gallery[data-type=product-aside-modal],.b-gallery[data-type=product-aside]{display:flex;flex-direction:column}@media screen and (max-width:459px){.b-gallery[data-type=product-aside-modal],.b-gallery[data-type=product-aside]{flex-direction:row}}.b-gallery[data-type=product-aside-modal] .static-slides .slick-track,.b-gallery[data-type=product-aside] .static-slides .slick-track{-webkit-transform:translate3d(0,0,0)!important;transform:translate3d(0,0,0)!important}.b-gallery[data-type=product-aside-modal] .b-gallery__next,.b-gallery[data-type=product-aside-modal] .b-gallery__prev,.b-gallery[data-type=product-aside] .b-gallery__next,.b-gallery[data-type=product-aside] .b-gallery__prev{position:relative;left:0;top:0;width:auto;height:15px}@media screen and (max-width:459px){.b-gallery[data-type=product-aside-modal] .b-gallery__next,.b-gallery[data-type=product-aside-modal] .b-gallery__prev,.b-gallery[data-type=product-aside] .b-gallery__next,.b-gallery[data-type=product-aside] .b-gallery__prev{position:absolute;top:calc(50% - 16px);left:-6px}}.b-gallery[data-type=product-aside-modal] .b-gallery__next:before,.b-gallery[data-type=product-aside-modal] .b-gallery__prev:before,.b-gallery[data-type=product-aside] .b-gallery__next:before,.b-gallery[data-type=product-aside] .b-gallery__prev:before{right:auto;left:calc(50% - 6px)}.b-gallery[data-type=product-aside-modal] .b-gallery__prev,.b-gallery[data-type=product-aside] .b-gallery__prev{order:1}.b-gallery[data-type=product-aside-modal] .b-gallery__prev:before,.b-gallery[data-type=product-aside] .b-gallery__prev:before{-webkit-transform:rotate(135deg);transform:rotate(135deg);top:3px}@media screen and (max-width:459px){.b-gallery[data-type=product-aside-modal] .b-gallery__prev:before,.b-gallery[data-type=product-aside] .b-gallery__prev:before{-webkit-transform:rotate(45deg);transform:rotate(45deg);top:10px}}.b-gallery[data-type=product-aside-modal] .b-gallery__wrapper,.b-gallery[data-type=product-aside] .b-gallery__wrapper{order:2;width:100%}.b-gallery[data-type=product-aside-modal] .b-gallery__next,.b-gallery[data-type=product-aside] .b-gallery__next{order:3}@media screen and (max-width:459px){.b-gallery[data-type=product-aside-modal] .b-gallery__next,.b-gallery[data-type=product-aside] .b-gallery__next{left:auto;right:-6px}}.b-gallery[data-type=product-aside-modal] .b-gallery__next:before,.b-gallery[data-type=product-aside] .b-gallery__next:before{-webkit-transform:rotate(-45deg);transform:rotate(-45deg);top:0}@media screen and (max-width:459px){.b-gallery[data-type=product-aside-modal] .b-gallery__next:before,.b-gallery[data-type=product-aside] .b-gallery__next:before{top:10px;-webkit-transform:rotate(225deg);transform:rotate(225deg)}}.b-gallery[data-type=product-aside-modal] .b-gallery__dots,.b-gallery[data-type=product-aside] .b-gallery__dots{display:none}@media screen and (max-width:1023px){.b-gallery[data-type=reviews] .b-gallery__next,.b-gallery[data-type=reviews] .b-gallery__prev{display:none!important}}@media screen and (max-width:1023px){.b-gallery[data-mod=small] .b-gallery__next,.b-gallery[data-mod=small] .b-gallery__prev{display:block!important}}@media screen and (max-width:767px){.b-gallery[data-mod=small] .b-gallery__next,.b-gallery[data-mod=small] .b-gallery__prev{display:none!important}}.b-gallery[data-type=slider-nestogen] .b-gallery__wrapper{margin:0 -8px}.b-gallery[data-type=slider-nestogen] .b-gallery__next,.b-gallery[data-type=slider-nestogen] .b-gallery__prev{position:absolute;top:110px;width:40px;height:40px;background:#fff;border-radius:50%;color:#1278aa;display:none!important}.b-gallery[data-type=slider-nestogen] .b-gallery__next:before,.b-gallery[data-type=slider-nestogen] .b-gallery__prev:before{content:'';position:absolute;left:17px;top:15px;width:9px;height:9px;margin:0;border:none medium;border-bottom:2px solid #00a856;border-left:2px solid #00a856}@media screen and (max-width:1023px){.b-gallery[data-type=slider-nestogen] .b-gallery__next,.b-gallery[data-type=slider-nestogen] .b-gallery__prev{display:block!important}}.b-gallery[data-type=slider-nestogen] .b-gallery__next{right:20px}.b-gallery[data-type=slider-nestogen] .b-gallery__next:before{left:14px}.b-gallery[data-type=slider-nestogen] .b-gallery__prev{left:20px}.b-gallery[data-type=slider-nestogen] .slick-dots li button{background-color:#fff}.b-gallery[data-type=slider-nestogen] .slick-dots li button:hover{background-color:#27388a}.b-gallery[data-type=fixed-line] .b-gallery__next,.b-gallery[data-type=fixed-line] .b-gallery__prev{top:calc(50% - 10px);left:-22px;width:20px;height:20px}@media screen and (max-width:767px){.b-gallery[data-type=fixed-line] .b-gallery__next,.b-gallery[data-type=fixed-line] .b-gallery__prev{left:-16px}}.b-gallery[data-type=fixed-line] .b-gallery__next:before,.b-gallery[data-type=fixed-line] .b-gallery__prev:before{top:4px;left:10px}.b-gallery[data-type=fixed-line] .b-gallery__next{left:auto;right:-22px}@media screen and (max-width:767px){.b-gallery[data-type=fixed-line] .b-gallery__next{right:-16px}}.b-gallery[data-type=fixed-line] .b-gallery__next:before{left:auto;right:10px}.b-gallery[data-type=profile-history] .b-gallery__wrapper{padding-bottom:7px}.b-gallery[data-type=profile-history] .b-gallery__next,.b-gallery[data-type=profile-history] .b-gallery__prev{display:inline-block;vertical-align:top;position:relative;left:auto;right:auto;top:auto;bottom:auto;border-radius:50%;background:#ff8300;color:#fff;transition:background 134ms}.b-gallery[data-type=profile-history] .b-gallery__next:hover,.b-gallery[data-type=profile-history] .b-gallery__prev:hover{background:#27388a}.b-gallery[data-type=profile-history] .b-gallery__next:after,.b-gallery[data-type=profile-history] .b-gallery__next:before,.b-gallery[data-type=profile-history] .b-gallery__prev:after,.b-gallery[data-type=profile-history] .b-gallery__prev:before{width:9px;height:9px}.b-gallery[data-type=profile-history] .b-gallery__prev{margin-left:16px}.b-gallery[data-type=profile-history] .b-gallery__dots{display:inline-block;vertical-align:top;position:relative;left:auto;right:auto;top:auto;bottom:auto}.b-gallery[data-type=profile-history] .slick-dots{display:flex;align-items:center;height:30px}.b-gallery[data-type=profile-history] .slick-dots li{margin:0 9px}.b-gallery[data-type=profile-history] .slick-dots li button{width:auto;height:auto;color:#404040;border-radius:0;background:0 0;text-align:center;font-family:RotonBol,Arial,Helvetica,sans-serif;font-size:14px;line-height:1;transition:color 134ms}@media screen and (min-width:768px){.b-gallery[data-type=profile-history] .slick-dots li button:hover{-webkit-transform:scale(1);transform:scale(1);background:0 0;color:#ff8300}}.b-gallery[data-type=profile-history] .slick-dots li.slick-active button,.b-gallery[data-type=profile-history] .slick-dots li.slick-active button:hover{-webkit-transform:scale(1);transform:scale(1);background:0 0;color:#ff8300}.b-gallery[data-type=profile-history] .b-gallery__item{opacity:1}.b-gallery[data-type=profile-comments] .b-gallery__dots,.b-gallery[data-type=profile-comments] .b-gallery__next,.b-gallery[data-type=profile-comments] .b-gallery__prev{display:none}.b-gallery[data-type=product-main] .b-gallery__next,.b-gallery[data-type=product-main] .b-gallery__prev{border-radius:50%;background:#ff8300;color:#fff;transition:background 134ms;left:0}.b-gallery[data-type=product-main] .b-gallery__next:hover,.b-gallery[data-type=product-main] .b-gallery__prev:hover{background:#27388a}.b-gallery[data-type=product-main] .b-gallery__next:before,.b-gallery[data-type=product-main] .b-gallery__prev:before{left:12px;top:10px;width:10px;height:10px}.b-gallery[data-type=product-main] .b-gallery__next{left:auto;right:0}.b-gallery[data-type=product-main] .b-gallery__next:before{left:auto;right:12px}.b-gallery[data-type=product-main-modal] .b-gallery__next,.b-gallery[data-type=product-main-modal] .b-gallery__prev{border-radius:50%;background:#ff8300;color:#fff;transition:background 134ms;left:0}.b-gallery[data-type=product-main-modal] .b-gallery__next:hover,.b-gallery[data-type=product-main-modal] .b-gallery__prev:hover{background:#27388a}.b-gallery[data-type=product-main-modal] .b-gallery__next:before,.b-gallery[data-type=product-main-modal] .b-gallery__prev:before{left:12px;top:10px;width:10px;height:10px}.b-gallery[data-type=product-main-modal] .b-gallery__next{left:auto;right:0}.b-gallery[data-type=product-main-modal] .b-gallery__next:before{left:auto;right:12px}.b-gallery[data-type=pregnant-line] .b-gallery__next,.b-gallery[data-type=pregnant-line] .b-gallery__prev{color:#27388a;left:-32px;width:20px}.b-gallery[data-type=pregnant-line] .b-gallery__next:hover,.b-gallery[data-type=pregnant-line] .b-gallery__prev:hover{color:#ff8300}.b-gallery[data-type=pregnant-line] .b-gallery__next{left:auto;right:-32px}@media screen and (max-width:559px){.b-gallery[data-type=bm-coin-promo] .b-gallery__dots{bottom:-25px}}.b-gallery[data-type=tool-fund] .b-gallery__dots{bottom:-24px}.b-gallery[data-type=tool-fund] .slick-dots li button{background-color:#e3e8f5;width:8px;height:8px}.b-gallery[data-type=tool-fund] .slick-dots li button:hover,.b-gallery[data-type=tool-fund] .slick-dots li.slick-active button,.b-gallery[data-type=tool-fund] .slick-dots li.slick-active button:hover{background-color:#ff8300;-webkit-transform:scale(1);transform:scale(1)}.b-gallery[data-type=tool-fund2] .b-gallery__dots{bottom:-52px;z-index:2}.b-gallery[data-type=tool-fund2] .slick-dots li button{background-color:#fff;width:8px;height:8px}.b-gallery[data-type=tool-fund2] .slick-dots li button:hover,.b-gallery[data-type=tool-fund2] .slick-dots li.slick-active button,.b-gallery[data-type=tool-fund2] .slick-dots li.slick-active button:hover{background-color:#ff8300;-webkit-transform:scale(1);transform:scale(1)}.b-gallery[data-mod=block3]{max-width:920px;margin:0 auto}.b-gallery[data-mod=block3] .b-gallery__wrapper{display:flex;justify-content:center;flex-wrap:wrap;gap:25px 40px}@media screen and (max-width:1023px){.b-gallery[data-mod=block3] .b-gallery__wrapper{display:block}}.b-gallery[data-mod=block3] .b-gallery__item{width:calc((100% - 40px * 2)/ 3);opacity:1}@media screen and (max-width:1023px){.b-gallery[data-mod=block3] .b-gallery__item{width:auto}}.b-gallery[data-type=gerber-top] .b-gallery__dots{bottom:65px}@media screen and (max-width:1023px){.b-gallery[data-type=gerber-top] .b-gallery__dots{bottom:40px}}@media screen and (max-width:767px){.b-gallery[data-type=gerber-top] .b-gallery__dots{bottom:33px}}.b-gallery[data-type=gerber-top] .slick-dots li{margin:5px 4px}.b-gallery[data-type=gerber-top] .slick-dots li button{border:1px solid #fff;background:#173857;-webkit-transform:none;transform:none;width:12px;height:12px}.b-gallery[data-type=gerber-top] .slick-dots li button:hover,.b-gallery[data-type=gerber-top] .slick-dots li.slick-active button,.b-gallery[data-type=gerber-top] .slick-dots li.slick-active button:hover{background-color:#fff;-webkit-transform:scale(1);transform:scale(1)}.b-gallery[data-type=gerber-top] .b-gallery__next,.b-gallery[data-type=gerber-top] .b-gallery__prev{top:calc(50% - 57px);left:5px;width:30px;height:30px;color:#fff}.b-gallery[data-type=gerber-top] .b-gallery__next:hover,.b-gallery[data-type=gerber-top] .b-gallery__prev:hover{color:#309b42}.b-gallery[data-type=gerber-top] .b-gallery__next{left:auto;right:5px}.b-gallery[data-type=gerber-top] .b-gallery__next:before,.b-gallery[data-type=gerber-top] .b-gallery__prev:before{border-width:3px;border-radius:6px;left:11px;top:5px;width:20px;height:20px}.b-gallery[data-type=gerber-top] .b-gallery__next:before{left:auto;right:11px}.b-gallery[data-type=gerber-history] .b-gallery__next,.b-gallery[data-type=gerber-history] .b-gallery__prev{color:#fff;width:40px;height:40px;top:3px;left:-42px}@media screen and (max-width:1023px){.b-gallery[data-type=gerber-history] .b-gallery__next,.b-gallery[data-type=gerber-history] .b-gallery__prev{top:-6px;left:-38px}}@media screen and (max-width:767px){.b-gallery[data-type=gerber-history] .b-gallery__next,.b-gallery[data-type=gerber-history] .b-gallery__prev{top:6px;left:-28px}}.b-gallery[data-type=gerber-history] .b-gallery__next{left:auto;right:-42px}@media screen and (max-width:1023px){.b-gallery[data-type=gerber-history] .b-gallery__next{right:-38px}}@media screen and (max-width:767px){.b-gallery[data-type=gerber-history] .b-gallery__next{right:-28px}}.b-gallery[data-type=gerber-history] .b-gallery__next:hover,.b-gallery[data-type=gerber-history] .b-gallery__prev:hover{color:#309b42}.b-gallery[data-type=gerber-history] .b-gallery__next:before,.b-gallery[data-type=gerber-history] .b-gallery__prev:before{border-radius:4px;border-width:3px;width:20px;height:20px}.b-gallery__wrapper{overflow:hidden}.b-gallery__item{opacity:0}.b-gallery__item.slick-slide{opacity:1}.b-gallery__item--center{display:flex;align-items:center;justify-content:center}.b-gallery__item img{max-width:100%}.b-gallery__next,.b-gallery__prev{position:absolute;left:-35px;top:calc(50% - 15px);width:30px;height:30px;color:#ff8300;cursor:pointer;transition:color 134ms;display:none}.b-gallery__next.slick-hidden,.b-gallery__prev.slick-hidden{pointer-events:none;opacity:0;display:none!important}.b-gallery__next.slick-disabled,.b-gallery__prev.slick-disabled{display:none!important}.b-gallery__next:before,.b-gallery__prev:before{content:'';position:absolute;left:12px;top:10px;width:12px;height:12px;border-left:2px solid currentColor;border-bottom:2px solid currentColor;-webkit-transform:rotate(45deg);transform:rotate(45deg)}@media screen and (min-width:768px){.b-gallery__next:hover,.b-gallery__prev:hover{color:#27388a}}.b-gallery__next{left:auto;right:-35px}.b-gallery__next:before{left:auto;right:12px;-webkit-transform:rotate(225deg);transform:rotate(225deg)}.b-gallery__dots{position:absolute;left:0;right:0;bottom:-20px;font-size:0;line-height:1;text-align:center}.b-gallery__dots .is-hidden{display:none}.b-gallery__dots .is-hidden.slick-ellipsis{position:relative;pointer-events:none;display:block;min-width:4px;min-height:13px}.b-gallery__dots .is-hidden.slick-ellipsis:before{content:'…';position:absolute;left:-5px;top:-1px;font-size:14px;line-height:1}.b-gallery__dots .is-hidden.slick-ellipsis button{font-size:0!important;line-height:1!important;opacity:0}@media screen and (max-width:767px){.b-gallery__dots{bottom:-17px}}.slick-track{display:flex!important;margin-left:0;margin-right:0}.slick-vertical .slick-track{display:block!important;margin-left:auto;margin-right:auto}.slick-slide{height:inherit!important}.b-gallery[data-type=profile-comments] .slick-slide{height:100%!important}.slick-vertical .slick-slide{height:auto!important;border:none medium!important}.slick-dots li{display:inline-block;vertical-align:top;margin:0 4px 5px}.slick-dots li button{display:inline-block;vertical-align:top;width:4px;height:4px;background:0 0;background-color:#ff8300;border-radius:50%;cursor:pointer;font-size:0;line-height:1;transition:background-color 134ms,-webkit-transform 134ms;transition:transform 134ms,background-color 134ms;transition:transform 134ms,background-color 134ms,-webkit-transform 134ms}@media screen and (min-width:768px){.slick-dots li button:hover{-webkit-transform:scale(1.5);transform:scale(1.5);background-color:#27388a}}.slick-dots li.slick-active button,.slick-dots li.slick-active button:hover{-webkit-transform:scale(1.5);transform:scale(1.5);background-color:#ff8300;cursor:default}.slick-initialized .b-gallery__item--center.slick-slide{display:flex}.b-services{padding:28px 0 40px}.b-services__title{color:#27388a;text-align:center;font-family:RotonBol,Arial,Helvetica,sans-serif;font-size:25px;line-height:1;margin-bottom:21px}@media screen and (max-width:767px){.b-services__title{margin-bottom:17px}}.b-services__box{border:1px solid #edf0f9;background:#f3f7f9;border-radius:8px;padding:31px 49px;display:flex;justify-content:space-between}@media screen and (max-width:1023px){.b-services__box{padding:16px 16px}}@media screen and (max-width:767px){.b-services__box{border-radius:0;justify-content:flex-start;gap:16px;margin:0 -16px;overflow:hidden;overflow-x:auto}}.b-services__item{cursor:pointer}.b-services__item:hover .b-services__icon{background:#27388a}.b-services__item:hover .b-services__caption{color:#27388a}.b-services__item:hover .b-services__icon img.menu-icon{display:none}.b-services__item:hover .b-services__icon img.menu-icon--hover{display:block}.b-services__icon{border-radius:8px;background:#7facd1;color:#fff;width:96px;height:96px;display:flex;align-items:center;justify-content:center;transition:background 134ms}.b-services__icon img.menu-icon{width:100%;height:100%;max-width:73px;max-height:72px}.b-services__icon img.menu-icon--hover{display:none}.b-services__caption{color:#7facd1;text-align:center;font-weight:700;font-size:13px;line-height:1.2;letter-spacing:.05em;padding-top:9px;transition:color 134ms}.b-brands{background:#f3f7f9;margin-top:7px;padding:53px 0 62px}@media screen and (max-width:1023px){.b-brands{margin-top:0;padding:40px 0 50px}}@media screen and (max-width:767px){.b-brands{padding:23px 0 10px}}.b-brands__title{color:#27388a;text-align:center;font-family:RotonBol,Arial,Helvetica,sans-serif;font-size:25px;line-height:1;margin-bottom:23px}@media screen and (max-width:767px){.b-brands__title{margin-bottom:21px}}.b-brands__box{display:flex;flex-wrap:wrap;gap:16px}@media screen and (max-width:767px){.b-brands__box{gap:8px}}@media screen and (max-width:459px){.b-brands__box{flex-direction:column}}.b-brands__item{width:calc((100% - 16px * 3)/ 4);min-height:160px;border-radius:8px;background:#fff;overflow:hidden;display:flex;align-items:center;justify-content:center;box-shadow:0 0 0 rgba(19,111,158,.3);transition:box-shadow 134ms}.b-brands__item img{-o-object-fit:contain;object-fit:contain;max-width:81%;max-height:81%}.b-brands__item:hover{box-shadow:0 13px 18px rgba(19,111,158,.3)}.b-brands__item--empty,.b-brands__item--empty:hover{box-shadow:none;cursor:default}@media screen and (max-width:767px){.b-brands__item--empty,.b-brands__item--empty:hover{background:0 0}}@media screen and (max-width:1023px){.b-brands__item{width:calc((100% - 16px * 2)/ 3);min-height:100px}}@media screen and (max-width:767px){.b-brands__item{width:calc((100% - 8px * 1)/ 2);min-height:0;height:72px}}@media screen and (max-width:459px){.b-brands__item{width:100%}}.b-brands__item[data-brand=nan]{background:url(/new/f/img/brands/back-nan.svg) no-repeat 60% 50%,radial-gradient(150.46% 79.84% at 50% 50%,#c5e3ed 0,#9fd9eb 100%)}@media screen and (max-width:767px){.b-brands__item[data-brand=nan]{background-position:50% 50%}}.b-brands__item[data-brand=nan] img{width:163px;margin:4px 0 0 18px}@media screen and (max-width:767px){.b-brands__item[data-brand=nan] img{width:118px;margin:-2px 0 0 0}}.b-brands__item[data-brand=nancare]{background:url(/new/f/img/brands/back-nancare.svg) no-repeat 70% 50%,radial-gradient(131.79% 70.79% at 50% 50%,#c5e3ed 0,#bec9cc 76.33%,#dfdfdf 100%)}@media screen and (max-width:767px){.b-brands__item[data-brand=nancare]{background-position:50% 50%}}.b-brands__item[data-brand=nancare] img{width:189px;margin:4px 0 0 0}@media screen and (max-width:767px){.b-brands__item[data-brand=nancare] img{width:134px;margin:-2px 0 0 0}}.b-brands__item[data-brand=nestogen]{background:url(/new/f/img/brands/back-nestogen.png) no-repeat 70% 50% #00a955;background-size:282px auto}@media screen and (max-width:767px){.b-brands__item[data-brand=nestogen]{background:url(/new/f/img/brands/back-nestogen-mobile.png) no-repeat center center #00a955;background-size:324px auto}}.b-brands__item[data-brand=nestogen] img{width:162px;margin:10px 0 0 26px}@media screen and (max-width:767px){.b-brands__item[data-brand=nestogen] img{width:102px;margin:0 0 0 14px}}.b-brands__item[data-brand=gerber]{background:url(/new/f/img/brands/back-gerber.jpg) no-repeat 50% 50%}@media screen and (max-width:767px){.b-brands__item[data-brand=gerber]{background:url(/new/f/img/brands/back-gerber-mobile.jpg) no-repeat center center}}.b-brands__item[data-brand=gerber] img{width:84px;margin:2px 0 0 -14px}@media screen and (max-width:767px){.b-brands__item[data-brand=gerber] img{width:42px;margin:0}}.b-brands__item[data-brand=nestle]{background:url(/new/f/img/brands/back-nestle.jpg) no-repeat 50% 50%;background-size:cover}@media screen and (max-width:767px){.b-brands__item[data-brand=nestle]{background:url(/new/f/img/brands/back-nestle-mobile.jpg) no-repeat center center;background-size:cover}}.b-brands__item[data-brand=nestle] img{width:138px;margin:2px 0 0 0}@media screen and (max-width:767px){.b-brands__item[data-brand=nestle] img{width:69px;margin:0}}.b-brands__item[data-brand=alfare]{background:url(/new/f/img/brands/layout_alfare.svg) no-repeat 50% 50%,url(/new/f/img/brands/back-alfare.jpg) no-repeat 50% 50% #fcfcfb;background-size:auto auto,cover}@media screen and (max-width:767px){.b-brands__item[data-brand=alfare]{background-size:auto 360px,cover;background-position:calc(50% - 26px) 33%,50% 50%}}.b-brands__item[data-brand=alfare] img{width:174px;margin:4px 0 0 0}@media screen and (max-width:767px){.b-brands__item[data-brand=alfare] img{width:132px;margin:0}}.b-brands__item[data-brand=clinutren]{background:url(/new/f/img/brands/back-clinutren.jpg) no-repeat 50% 50% #ffd86e;background-size:cover}.b-brands__item[data-brand=clinutren] img{width:168px;margin:2px 0 0 0}@media screen and (max-width:767px){.b-brands__item[data-brand=clinutren] img{width:130px;margin:0}}.b-brands__item[data-brand=peptamen]{background:url(/new/f/img/brands/peptamen_back.png) no-repeat center center #fff;background-position:calc(50% + 8px) calc(50% + 5px)}@media screen and (max-width:767px){.b-brands__item[data-brand=peptamen]{background:url(/new/f/img/brands/peptamen_back_mobile.png) no-repeat center center #fff;background-position:calc(50% + 3px) calc(50% - 4px);background-size:320px auto}}.b-brands__item[data-brand=peptamen] img{width:176px;margin:2px 0 0 0}@media screen and (max-width:767px){.b-brands__item[data-brand=peptamen] img{width:124px;margin:0}}.b-brands__button{font-size:16px;max-width:190px}@media screen and (max-width:767px){.b-brands__button{max-width:200px}}.b-products{padding:54px 0 63px;background:#fafafa}@media screen and (max-width:1023px){.b-products{padding:40px 0 50px}}@media screen and (max-width:767px){.b-products{padding:22px 0 32px}}.b-products--other{background:#f3f7f9}@media screen and (max-width:459px){.b-products--other{padding:24px 0}}.b-products--promo{background:#fff;padding:36px 0 0}@media screen and (max-width:459px){.b-products--promo{padding:24px 0}}.b-products--promo .b-product-card{box-shadow:0 0 2px #e6e6ef}.b-products--promo .b-product-card:hover{box-shadow:0 0 6px #e6e6ef}.b-products--bm{background:0 0;padding:0}.b-products--tabs{padding:44px 0 63px}@media screen and (max-width:1023px){.b-products--tabs{padding:40px 0 50px}}@media screen and (max-width:767px){.b-products--tabs{padding:22px 0 32px}}.b-products__title{color:#27388a;text-align:center;font-family:RotonBol,Arial,Helvetica,sans-serif;font-size:25px;line-height:1;margin-bottom:15px}@media screen and (max-width:767px){.b-products__title{margin-bottom:20px}}.b-products__subtitle{color:#ff8300;text-align:center;font-family:RotonBol,Arial,Helvetica,sans-serif;margin:8px 0 0}@media screen and (max-width:459px){.b-products--other .b-products__title{font-size:21px;line-height:27px;text-align:left;margin-bottom:8px}}.b-products__box .is-hidden{display:none}.b-products .slick-list{padding-top:8px!important;padding-bottom:8px!important}.b-products__controls{padding-top:23px}@media screen and (max-width:767px){.b-products__controls{padding-top:15px}}.b-products__btn{margin:0 auto;max-width:141px;font-size:15px}.b-products__block.is-hidden{height:0;overflow:hidden;display:block}.b-products__tabs{display:flex;justify-content:center;gap:24px;margin-bottom:24px}@media screen and (max-width:459px){.b-products__tabs{gap:4px;margin-bottom:20px}}.b-products__tab{border-radius:16px;padding:0 16px;line-height:48px;height:50px;min-width:100px;font-family:RotonBol,Arial,Helvetica,sans-serif;font-size:24px;text-align:center;color:#27388a;cursor:pointer}@media screen and (max-width:459px){.b-products__tab{border-radius:8px;padding:0 16px;line-height:38px;height:40px;min-width:0;font-size:17px}}.b-products__tab.is-active{background:#27388a;color:#fff}.b-product-card{display:flex;flex-direction:column;justify-content:space-between;max-width:238px;min-height:400px;height:100%;background:#fff;border-radius:8px;margin:0 8px}@media screen and (max-width:767px){.b-product-card{max-width:214px;min-height:450px;margin:0 0 0 16px}}@media screen and (min-width:768px){.b-product-card:hover{box-shadow:0 0 6px #e6e6ef}}.b-product-card.is-hidden{display:none}.b-product-card--choose{background:url(/new/f/img/profile/icon-heart.svg) no-repeat center center #fafafa;border:2px dashed #e3e8f5}.b-product-card__top{position:relative}.b-product-card__tabs{position:absolute;right:16px;top:15px;display:flex;flex-direction:column;align-items:flex-end;z-index:2}.b-product-card__tabs.is-hidden{display:none}.b-product-card__tab{position:relative;padding:0 7px;border-radius:5px;background:#27388a;color:#fff;text-align:center;font-size:11px;line-height:18px;margin-bottom:5px}.b-product-card__tab[data-color=red]{background-color:#fc0d1d}.b-product-card__tab[data-color=green]{background-color:#00a856}.b-product-card__tab[data-color=grey]{background-color:#bcbcbc}.b-product-card__tab[data-color=gold]{background:linear-gradient(90deg,#b2a348 0,#e0d24e 51.56%,#b2a348 100%)}.b-product-card__tab[data-color=video]{background-color:#fff;border:1px solid #31a8db;color:#31a8db;padding-left:18px;line-height:16px}.b-product-card__tab[data-color=video]:after{content:'';position:absolute;left:5px;top:3px;width:0;height:0;border:10px solid transparent;border-width:5px 0 5px 8px;border-radius:2px;border-left-color:currentColor}.b-product-card__image{font-size:0;line-height:1;height:170px;padding:15px 16px}.b-product-card__image img{max-width:100%;max-height:100%}.b-product-card__soc{position:absolute;right:16px;bottom:13px}.b-product-card__rating,.b-product-card__review{color:#818181;text-align:right;font-family:RotonBol,Arial,Helvetica,sans-serif;font-size:11px;line-height:12px;padding:0 16px 1px 0;margin-top:6px}.b-product-card__rating{background:url(/new/f/img/star.svg) no-repeat right top}.b-product-card__review{background:url(/new/f/img/dialog.svg) no-repeat right bottom}.b-product-card__middle{padding:0 16px;flex-grow:1}.b-product-card__title{color:#353535;font-family:RotonBol,Arial,Helvetica,sans-serif;font-size:16px;line-height:1.2;padding-bottom:6px}.b-product-card__title sup{font-family:RotonReg,Arial,Helvetica,sans-serif}.b-product-card__desc{overflow:hidden;text-overflow:ellipsis;font-family:RotonReg,Arial,Helvetica,sans-serif;font-size:13px;line-height:1.4;color:#353535}.b-product-card__bottom{padding:15px 16px}.b-product-card__weight{display:flex;margin-bottom:12px;gap:5px}.b-product-card__weight-item{border-radius:10px;border:1px solid #ff8300;background:#fff;color:#ff8300;font-family:RotonBol,Arial,Helvetica,sans-serif;font-size:11px;line-height:18px;padding:0 8px;min-height:18px;transition:background 134ms,color 134ms}.b-product-card__weight-item.is-active{background:#ff8300;color:#fff}.b-product-card__order{display:flex;min-height:34px}@media screen and (max-width:767px){.b-product-card__order{flex-direction:column}}.b-product-card__basket{max-width:96px;height:36px;font-size:14px;line-height:34px}@media screen and (max-width:767px){.b-product-card__basket{margin-top:10px}}.b-product-card__basket--disabled,.b-product-card__basket--disabled:hover{position:relative;background:0 0;border:1px solid #bebebe;color:#818181;font-family:RotonReg,Arial,Helvetica,sans-serif;font-size:11px;line-height:1;letter-spacing:.015em;cursor:default;padding-bottom:2px;white-space:wrap;display:flex;align-items:center;justify-content:center}.b-product-card__basket--reminder{position:relative;background:#bebebe;border:1px solid #bebebe;color:#fff;font-family:RotonReg,Arial,Helvetica,sans-serif;font-size:11px;line-height:1;letter-spacing:.015em;padding:0 16px 2px 14px;white-space:wrap;display:flex;align-items:center;max-width:110px}.b-product-card__basket--reminder:before{content:'';position:absolute;right:3px;top:3px;width:28px;height:28px;border-radius:50%;background:url(/new/f/img/icon-reminder.svg#grey) no-repeat center center #fff}@media screen and (min-width:768px){.b-product-card__basket--reminder:hover{background-color:#818181;border-color:#818181}.b-product-card__basket--reminder:hover:before{background-image:url(/new/f/img/icon-reminder.svg#orange)}}.b-product-card__basket--reminder.is-active:before{background-image:url(/new/f/img/icon-reminder.svg#green)}.b-product-card__basket--out{width:auto;max-width:none;display:none}.b-product-card__basket--out.is-show{display:block}.b-product-card__price{flex-grow:1;font-family:RotonBol,Arial,Helvetica,sans-serif;display:flex;flex-direction:column;justify-content:center}.b-product-card__old-price{color:#bebebe;font-size:12px;line-height:1.2;text-decoration-line:line-through;padding-bottom:2px;white-space:nowrap}.b-product-card__new-price{font-size:18px;line-height:1;color:#353535;white-space:nowrap}.b-product-card__new-price.color-orange{color:#ff8300}.b-product-card__new-price.color-red{color:#e23a3a}.b-product-card__controls{margin-top:12px;min-height:29px}.b-product-card__favorite,.b-product-card__label{position:relative;display:flex;align-items:center;justify-content:center;width:auto;background-color:transparent;color:#818181;height:29px;max-width:none;padding:0 12px;border-radius:15px;border:1px solid #bebebe;font-family:RotonReg,Arial,Helvetica,sans-serif;font-size:11px;line-height:1;letter-spacing:0;transition:color 134ms,border-color 134ms}.b-product-card__favorite:hover,.b-product-card__label:hover{background-color:transparent;color:#27388a;border-color:#27388a}.b-product-card__favorite:hover .b-product-bubble,.b-product-card__label:hover .b-product-bubble{display:block}.b-product-card__favorite>span,.b-product-card__label>span{pointer-events:none}.b-product-card__favorite.is-active,.b-product-card__favorite:hover{color:#e23a3a;border-color:#e23a3a}.b-product-card__heart{background:url(/new/f/img/icon-favorite.svg#gray) no-repeat left top;display:inline-block;pointer-events:none;margin-right:4px;width:16px;height:16px}.b-product-card__percent{background:url(/new/f/img/icon-percent.svg#gray) no-repeat left top;display:inline-block;pointer-events:none;margin-right:4px;width:17px;height:13px}.b-product-card__basket-controls{max-width:110px;width:100%;background:#eee;border-radius:18px;padding:4px;cursor:default;display:flex;justify-content:space-between}@media screen and (max-width:767px){.b-product-card__basket-controls{margin-top:10px}}.b-product-card__basket-minus,.b-product-card__basket-plus{position:relative;background:#27388a;border-radius:50%;width:28px;height:28px;flex:none;cursor:pointer;transition:background-color 134ms}.b-product-card__basket-minus:before,.b-product-card__basket-plus:before{content:'';pointer-events:none;position:absolute;left:calc(50% - 7px);top:calc(50% - 7px);width:14px;height:14px}.b-product-card__basket-minus:hover,.b-product-card__basket-plus:hover{background-color:#ff8300}.b-product-card__basket-minus.is-disabled,.b-product-card__basket-plus.is-disabled{background:#bebebe;cursor:default}.b-product-card__basket-minus:before{background:linear-gradient(0deg,transparent 6px,#fff 6px,#fff 8px,transparent 8px)}.b-product-card__basket-plus:before{background:linear-gradient(0deg,transparent 6px,#fff 6px,#fff 8px,transparent 8px),linear-gradient(90deg,transparent 6px,#fff 6px,#fff 8px,transparent 8px)}.b-product-card__basket-count{font-family:RotonBol,Arial,Helvetica,sans-serif;font-size:18px;line-height:28px;padding:0 3px;color:#353535}.b-product-card__label:hover .b-product-card__percent{background:url(/new/f/img/icon-percent.svg#blue) no-repeat left top}.b-product-card__favorite.is-active .b-product-card__heart,.b-product-card__favorite:hover .b-product-card__heart,.b-product-card__heart.is-active{background:url(/new/f/img/icon-favorite.svg#red) no-repeat left top}.b-product-card__basket--disabled:hover .b-product-bubble,.b-product-card__basket--reminder:hover .b-product-bubble{display:block}.b-product-card__basket--disabled .b-product-bubble,.b-product-card__basket--reminder .b-product-bubble{left:auto;right:-25px;bottom:46px;width:240px;z-index:3}@media screen and (max-width:767px){.b-product-card__basket--disabled .b-product-bubble,.b-product-card__basket--reminder .b-product-bubble{right:auto;left:0}}.b-product-card__basket--disabled .b-product-bubble:before,.b-product-card__basket--reminder .b-product-bubble:before{left:auto;right:63px}@media screen and (max-width:767px){.b-product-card__basket--disabled .b-product-bubble:before,.b-product-card__basket--reminder .b-product-bubble:before{left:38px}}.b-product-card__basket--disabled .b-product-bubble__price{font-size:13px;line-height:19px}.b-product-card__basket--disabled .b-product-bubble__price:before{display:none}.b-product-card__basket--disabled .b-product-bubble__caption{padding:0 16px}.b-product-card__basket--reminder .b-product-bubble__caption{margin-bottom:4px}.b-product-card__choose-one{display:flex;flex-direction:column;align-items:center;justify-content:center;flex-grow:1;padding:16px}.b-product-card__choose-text{font-size:16px;line-height:20px;text-align:center;color:#404040}.b-product-card__choose-desc{font-size:14px;line-height:20px;text-align:center;color:#404040;margin-top:12px}.b-product-card__choose-button{height:36px;font-size:15px;line-height:34px;margin-top:24px}.b-product-card.is-locked .b-product-card__basket,.b-product-card.is-locked .b-product-card__basket-controls{pointer-events:none;opacity:.5}.b-about{padding:74px 0 57px;background:#dde6ed}@media screen and (max-width:1023px){.b-about{padding:50px 0 40px}}@media screen and (max-width:767px){.b-about{padding:25px 0 32px}}.b-about__title{color:#27388a;text-align:center;font-family:RotonBol,Arial,Helvetica,sans-serif;font-size:25px;line-height:1;margin-bottom:20px}.b-about__box{padding-bottom:24px}@media screen and (max-width:767px){.b-about__box{padding-bottom:0}}.b-about__item{position:relative;text-align:center;display:block;margin:0 8px;height:calc(100% - 22px);color:#fff;font-family:RotonBol,Arial,Helvetica,sans-serif}.b-about__item:hover{color:#fff}@media screen and (max-width:767px){.b-about__item{width:214px;margin:0 4px;height:calc(100% - 29px);margin-top:7px;transition:-webkit-transform 134ms;transition:transform 134ms;transition:transform 134ms,-webkit-transform 134ms;-webkit-transform:scale(.9);transform:scale(.9)}}.b-about__item:hover .b-about__image:before{background:rgba(0,0,0,.5)}.b-about__image{position:absolute;bottom:0;left:0;right:0;top:0;z-index:1;border-radius:8px;overflow:hidden;font-size:0;line-height:1}.b-about__image:after{content:'';position:absolute;left:50%;top:-84px;width:205px;height:205px;border-radius:50%;border:3px solid #fff;-webkit-transform:translateX(-75px);transform:translateX(-75px);z-index:3}.b-about__image:before{content:'';position:absolute;bottom:0;left:0;right:0;top:0;z-index:2;background:rgba(0,0,0,.4);transition:background-color 134ms}.b-about__image img{-o-object-fit:cover;object-fit:cover;width:100%;height:100%}.b-about__info{position:relative;padding:124px 14px 21px;margin-bottom:22px;height:100%;z-index:5}@media screen and (max-width:1023px){.b-about__info{padding:150px 14px 21px}}@media screen and (max-width:767px){.b-about__info{padding:123px 8px 5px;margin-bottom:14px}}.b-about__caption{font-size:21px;line-height:1.2;padding-bottom:3px}.b-about__desc{font-size:17px;line-height:19px;padding-bottom:13px}.b-about__button{position:absolute;left:50%;bottom:-22px;width:auto;font-size:15px;max-width:none;min-width:110px;line-height:42px;padding:0 22px;height:44px;-webkit-transform:translateX(-50%);transform:translateX(-50%)}@media screen and (max-width:767px){.b-about__button{font-size:14px;line-height:36px;padding:0 18px;height:36px;bottom:-14px;opacity:0}}.b-about--simple .b-about__box{padding-bottom:16px}.b-about--simple .b-about__item{display:flex;flex-direction:column;color:#27388a;height:100%}.b-about--simple .b-about__image{position:relative;border-radius:8px 8px 0 0;right:auto;bottom:auto;height:160px}.b-about--simple .b-about__image:after,.b-about--simple .b-about__image:before{display:none}.b-about--simple .b-about__info{background:#fff;padding:22px 20px 20px;border-radius:0 0 8px 8px;margin-bottom:0;height:auto;flex-grow:1;display:flex;flex-direction:column;justify-content:space-between;align-items:center}.b-about--simple .b-about__caption{line-height:1;padding-bottom:7px;margin-bottom:4px}.b-about--simple .b-about__desc{padding-bottom:0}.b-about--simple .b-about__button{display:inline-block;vertical-align:top;position:relative;left:0;bottom:auto;-webkit-transform:translateX(0);transform:translateX(0)}@media screen and (max-width:767px){.b-about--simple .slick-slide .b-about__item{height:100%}}@media screen and (max-width:767px){.slick-slide .b-about__item{height:calc(100% - 14px);margin-top:0}.slick-slide .b-about__info{padding-bottom:20px}.slick-slide .b-about__button{opacity:1}}@media screen and (max-width:767px){.slick-center .b-about__item,.slick-current .b-about__item{-webkit-transform:scale(1);transform:scale(1)}}.b-club{padding:43px 0 63px;background:#1e4566}@media screen and (max-width:767px){.b-club{padding:25px 0 32px}}.b-club__title{color:#fff;text-align:center;font-family:RotonBol,Arial,Helvetica,sans-serif;font-size:25px;line-height:1.24;margin-bottom:18px}@media screen and (max-width:767px){.b-club__title{line-height:24px;margin-bottom:21px}}.b-club__title img{position:relative;top:5px;left:5px}@media screen and (max-width:767px){.b-club__title img{top:9px;left:auto;margin:0 5px 6px}}.b-club__box{display:flex;gap:16px;overflow:hidden;padding-bottom:24px}@media screen and (max-width:1023px){.b-club__box{flex-wrap:wrap}}@media screen and (max-width:767px){.b-club__box{flex-direction:column;padding-bottom:23px;gap:8px}}.b-club__item{background:#e3e8f5;border-radius:8px;width:calc((100% - 16px * 5)/ 6);overflow:hidden;display:flex;flex-direction:column;transition:background 134ms}.b-club__item--x4{width:calc((100% - 16px * 3)/ 4)}@media screen and (max-width:1023px){.b-club__item{width:calc((100% - 16px * 2)/ 3)}}@media screen and (max-width:767px){.b-club__item{flex-direction:row;width:100%}.b-club__item path[data-color="1"]{color:#27388a}.b-club__item path[data-color="2"]{color:#ff8300}}.b-club__icon{display:flex;justify-content:center;align-items:center;height:80px}@media screen and (max-width:767px){.b-club__icon{flex:none;width:80px;height:auto}}.b-club__info{background:#fff;padding:17px 16px;flex-grow:1}@media screen and (max-width:767px){.b-club__info{padding:17px 12px 16px 16px}}.b-club__caption{color:#27388a;font-family:RotonBol,Arial,Helvetica,sans-serif;font-size:17px;line-height:16px;padding-bottom:12px}@media screen and (max-width:767px){.b-club__caption{padding-bottom:8px}}.b-club__desc{color:#353535;font-size:12px;line-height:1.4}.b-club__controls{display:flex;justify-content:center;gap:8px}@media screen and (max-width:767px){.b-club__controls{flex-wrap:wrap;align-items:center}}.b-club__btn{font-size:15px;line-height:38px;max-width:164px}.b-club__btn-s{border:1px solid #ff8300;transition:color 134ms,background-color 134ms,border-color 134ms}@media screen and (min-width:768px){.b-club__btn-s:hover{border:1px solid #fff;background:#fff;color:#ff8300}}.b-company{padding:33px 0 36px;background:#dde6ed}@media screen and (max-width:767px){.b-company{padding-bottom:18px}}.b-company__subtitle{color:#27388a;font-family:RotonBol,Arial,Helvetica,sans-serif;font-size:20px;line-height:1;margin-bottom:18px}.b-company__desc{position:relative;font-size:14px;line-height:1.4;max-height:102px;overflow:hidden;margin-bottom:19px}.b-company__desc:after{content:'';position:absolute;left:0;right:0;bottom:0;height:40px;background:linear-gradient(to top,#dde6ed 10%,rgba(221,230,237,0) 100%)}.b-company__desc.is-active{max-height:none}.b-company__desc.is-active:after{opacity:0}.b-company__desc p{margin-bottom:8px}.b-company__more{display:inline-block;vertical-align:top;color:#ff8300;font-size:14px;line-height:1;cursor:pointer;margin-bottom:17px}@media screen and (min-width:768px){.b-company__more:hover{color:#27388a}}.b-company__box{display:flex;flex-direction:column;align-items:flex-start}.b-company__question{position:relative;color:#27388a;font-family:RotonBol,Arial,Helvetica,sans-serif;font-size:15px;line-height:1.4;cursor:pointer;padding-left:20px;margin-bottom:16px;transition:color 134ms}@media screen and (max-width:767px){.b-company__question{font-family:RotonReg,Arial,Helvetica,sans-serif;font-weight:700;font-size:14px;line-height:20px}}@media screen and (min-width:768px){.b-company__question:hover{color:#ff8300}}.b-company__question:after{content:'';position:absolute;left:1px;top:6px;width:9px;height:9px;border-top:2px solid currentColor;border-right:2px solid currentColor;-webkit-transform:rotate(45deg);transform:rotate(45deg)}.b-company__box{border-top:1px solid #bdcbbf;padding:17px 0 0}.b-company__input{position:absolute;left:0;top:0;opacity:0}.b-company__input:checked+.b-company__caption{color:#ff8300}.b-company__input:checked+.b-company__caption:after{left:2px;top:4px;-webkit-transform:rotate(135deg);transform:rotate(135deg)}.b-company__input:checked~.b-company__answer{max-height:200px}.b-product-bubble{position:absolute;background:#fff;left:calc(50% - 110px);bottom:40px;padding:20px;width:220px;border-radius:8px;font-family:RotonReg,Arial,Helvetica,sans-serif;font-weight:400;color:#353535;padding:16px 0;white-space:normal;border:1px solid #f3f7f9;box-shadow:0 8px 16px rgba(0,0,0,.1);cursor:default;display:none}@media screen and (max-width:767px){.b-product-bubble{left:calc(50% - 105px);width:210px}}.b-product-bubble:before{content:'';position:absolute;left:calc(50% - 8px);bottom:-8px;width:16px;height:16px;background:#fff;-webkit-transform:rotate(45deg);transform:rotate(45deg)}.b-product-bubble:after{content:'';position:absolute;left:0;right:0;bottom:-14px;height:16px}.b-product-bubble__caption{font-size:14px;line-height:1.4;margin-bottom:16px;padding:0 12px;text-align:center}.b-product-bubble__text{font-size:12px;line-height:16px;padding:0 12px;text-align:center}.b-product-bubble__text span{color:#e23a3a}.b-product-bubble__text .b-product-card__heart{position:relative;top:4px}.b-product-bubble__price{position:relative;background:#f3f7f9;min-height:66px;display:flex;align-items:center;justify-content:space-between;padding:16px}.b-product-bubble__price:before{content:'';position:absolute;left:calc(50% - 16px);top:calc(50% - 10px);width:20px;height:20px;border-top:1px solid #bebebe;border-right:1px solid #bebebe;-webkit-transform:rotate(45deg);transform:rotate(45deg)}.b-product-bubble__column{display:flex;flex-direction:column;align-items:flex-start}.b-product-bubble__favorite-price,.b-product-bubble__new-price,.b-product-bubble__old-price,.b-product-bubble__special-price{font-family:RotonBol,Arial,Helvetica,sans-serif;font-size:18px}.b-product-bubble__old-price{color:#bebebe}.b-product-bubble__new-price{color:#ff8300}.b-product-bubble__favorite-price{color:#e23a3a}.b-product-bubble__special-price{color:#353535}.b-product-bubble__controls{display:flex;align-items:center;justify-content:center;flex-direction:column;padding:16px 0 0;gap:10px}.b-product-bubble__btn{font-size:14px;line-height:30px;height:32px;max-width:none;width:auto}.b-product-bubble__modal{font-size:14px;line-height:1.4;padding:0 16px;text-align:center}.b-basket-list__favorite .b-product-bubble__old-price,.b-product-bubble__column--special .b-product-bubble__old-price,.b-product-card__favorite .b-product-bubble__old-price{font-size:14px;text-decoration-line:line-through}.b-tech-delivery{background-color:#27388a;background-image:url(/new/f/img/tech-delivery/bg-tech-delivery_d.svg);background-position:0 0;background-repeat:no-repeat;background-size:cover;position:relative;padding:35px 76px 36px 28px}@media screen and (max-width:767px){.b-tech-delivery{background-image:url(/new/f/img/tech-delivery/bg-tech-delivery_m.svg);padding:8px 50px 8px 11px}}.b-tech-delivery__title{font-family:RotonBol,Arial,Helvetica,sans-serif;font-weight:400;font-size:21px;line-height:28px;color:#fff}@media screen and (max-width:767px){.b-tech-delivery__title{font-family:RotonReg,Arial,Helvetica,sans-serif;font-size:12px;line-height:16px}}.b-tech-delivery__title p{margin:0}@media screen and (max-width:767px){.b-tech-delivery__text-d{display:none}}.b-tech-delivery__text-m{display:none}@media screen and (max-width:767px){.b-tech-delivery__text-m{display:block}}.b-tech-delivery__action{background:#ff8300;border-radius:50%;position:absolute;right:24px;top:30px;width:40px;height:40px;cursor:pointer;color:#fff}@media screen and (max-width:767px){.b-tech-delivery__action{width:24px;height:24px;right:16px;top:10px}}.b-tech-delivery__action:after,.b-tech-delivery__action:before{content:'';position:absolute;left:10px;top:19px;width:20px;height:2px;background:currentColor;-webkit-transform:rotate(45deg);transform:rotate(45deg)}@media screen and (max-width:767px){.b-tech-delivery__action:after,.b-tech-delivery__action:before{width:12px;left:6px;top:11px}}.b-tech-delivery__action:after{-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}.is-locked{max-height:100%;overflow:hidden}@media screen and (max-width:767px){.b-stories{margin:0 -16px}}.b-stories__wrapper{padding:53px 0 14px;max-width:100%;overflow-x:auto}@media screen and (max-width:767px){.b-stories__wrapper{padding:24px 0 14px}}.b-stories__list{display:flex}.b-stories__item{display:flex;align-items:center;flex-direction:column;width:116px;padding:0 6px;cursor:pointer;flex:none}.b-stories__item:nth-child(1){margin-left:auto}@media screen and (max-width:767px){.b-stories__item:nth-child(1){width:calc(116px + 14px - 6px);padding-left:14px}}.b-stories__item:last-child{margin-right:auto}@media screen and (max-width:767px){.b-stories__item:last-child{width:calc(116px + 14px - 6px);padding-right:14px}}.b-stories__image{border:3px solid #ff8300;border-radius:50%;background:#fff;width:100px;height:100px;display:flex;align-items:center;justify-content:center}.b-stories__image img{width:calc(100% - 6px);height:calc(100% - 6px);-o-object-fit:cover;object-fit:cover;border-radius:50%;transition:width 50ms,height 50ms}.b-stories__item:hover .b-stories__image img{width:100%;height:100%}.b-stories__name{font-family:RotonBol,Arial,Helvetica,sans-serif;font-size:16px;line-height:1.2;text-align:center;padding-top:10px;color:#27388a}@media screen and (max-width:767px){.b-stories__name{font-family:RotonReg,Arial,Helvetica,sans-serif;font-weight:700;font-size:14px}}.b-stories[data-type="1"] .b-stories__image{border-radius:32px}.b-stories[data-type="1"] .b-stories__image img{border-radius:28px}.b-stories__item.is-viewed .b-stories__image{border-color:#bebebe}.b-stories-box{position:fixed;left:0;right:0;bottom:0;top:0;z-index:10010;overflow:hidden;-webkit-transform:translateZ(0);transform:translateZ(0);background:rgba(0,0,0,0);width:100dvw;height:100dvh;visibility:hidden;pointer-events:none}.b-stories-box.is-show{visibility:visible;background-color:rgba(0,0,0,.9);pointer-events:auto}.b-stories-box__wrapper{display:flex;position:static}.b-stories-box__area{display:flex;justify-content:center;width:calc(9 / 16 * 90vh);margin:0 auto;-webkit-user-select:none;-ms-user-select:none;user-select:none}@media screen and (max-width:767px){.b-stories-box__area{width:100vw}}.b-stories-box__layout{vertical-align:baseline;position:absolute;inset:50% 0 0;-webkit-transform:translateY(-50%);transform:translateY(-50%);height:-webkit-fit-content;height:-moz-fit-content;height:fit-content}.b-stories-box__close{position:absolute;right:34px;top:24px;width:26px;height:26px;cursor:pointer;color:#fff;z-index:3}@media screen and (max-width:767px){.b-stories-box__close{position:relative;right:auto;top:auto;width:20px;height:20px;display:none}}.b-stories-box__close:after,.b-stories-box__close:before{content:'';position:absolute;left:0;top:11px;width:25px;height:3px;background:currentColor;-webkit-transform:rotate(45deg);transform:rotate(45deg);border-radius:2px}@media screen and (max-width:767px){.b-stories-box__close:after,.b-stories-box__close:before{top:9px;width:20px;height:2px}}.b-stories-box__close:after{-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}.b-stories-box__close:hover{color:#e23a3a}.b-stories-box__box .b-stories-box__close{display:none}@media screen and (max-width:767px){.b-stories-box__box .b-stories-box__close{display:block}}.b-stories-box__content{vertical-align:baseline;display:flex;height:100%;transition:-webkit-transform .25s ease-out;transition:transform .25s ease-out;transition:transform .25s ease-out,-webkit-transform .25s ease-out;will-change:transform;align-items:center}@media screen and (max-width:767px){.b-stories-box__content{transition:-webkit-transform .4s ease-out;transition:transform .4s ease-out;transition:transform .4s ease-out,-webkit-transform .4s ease-out;height:100dvh}}.b-stories-box__item{-webkit-transform:scale(.72381);transform:scale(.72381);vertical-align:baseline;flex-shrink:0;transition:margin .25s ease-out,-webkit-transform .25s ease-out;transition:transform .25s ease-out,margin .25s ease-out;transition:transform .25s ease-out,margin .25s ease-out,-webkit-transform .25s ease-out;will-change:transform,margin;cursor:pointer;background-color:rgba(0,0,0,.8);opacity:.55;height:90vh;aspect-ratio:9/16;position:relative;overflow:hidden;border-radius:8px}@media screen and (max-width:767px){.b-stories-box__item{border-radius:0;max-width:100dvw;max-height:100dvh;height:100%;scale:none}}.b-stories-box__item.is-active{-webkit-transform:none;transform:none;opacity:1}@media screen and (max-width:767px){.b-stories-box__item.is-active{-webkit-transform:translateX(-50%);transform:translateX(-50%);margin:0 50%}}.b-stories-box__controls{display:flex;flex-direction:column;width:100%}.b-stories-box__line{position:relative;display:flex;gap:5px;width:100%;padding:12px 15px 0;margin-top:5vh;z-index:10}@media screen and (max-width:767px){.b-stories-box__line{padding:12px 15px 0;margin-top:0}}.b-stories-box__line:before{content:'';position:absolute;top:-12px;left:-15px;right:-15px;height:80px;background:linear-gradient(rgba(0,0,0,.1),rgba(0,0,0,0));border-radius:6px 6px 0 0;pointer-events:none}@media screen and (max-width:767px){.b-stories-box__line:before{border-radius:0}}.b-stories-box__line-item{background:rgba(255,255,255,.5);box-shadow:0 0 4px rgba(0,0,0,.3);width:100%;height:3px;border-radius:2px;font-size:0;line-height:1;cursor:pointer;z-index:11}.b-stories-box__line-item span{display:inline-block;vertical-align:top;background:#fff;box-shadow:0 0 1px rgba(0,0,0,.2);border-radius:2px;height:3px;width:0%;transition:width .1s;pointer-events:none}.b-stories-box__box{position:relative;display:flex;justify-content:flex-end;gap:20px;margin:20px 0 0 0;padding:0 15px;z-index:10}@media screen and (max-width:767px){.b-stories-box__box{margin:16px 0 0 0}}.b-stories-box__play{position:relative;width:20px;height:20px;color:#fff;cursor:pointer;transition:color 134ms}.b-stories-box__play:before{content:'';position:absolute;left:4px;top:1px;width:12px;height:18px;border:none medium;border-left:5px solid rgba(0,0,0,.1);border-right:5px solid rgba(0,0,0,.1);border-radius:0}.b-stories-box__play:after{content:'';position:absolute;left:5px;top:2px;width:10px;height:16px;border:none medium;border-left:3px solid currentColor;border-right:3px solid currentColor;border-radius:0}.b-stories-box__play.is-stopped{-webkit-animation:1s infinite ease-in playFlash;animation:1s infinite ease-in playFlash}.b-stories-box__play.is-stopped:before{content:'';position:absolute;left:3px;top:-1px;width:0;height:0;border:9px solid transparent;border-width:11px 0 11px 17px;border-left-color:rgba(0,0,0,.1);border-radius:5px}.b-stories-box__play.is-stopped:after{content:'';position:absolute;left:4px;top:1px;width:0;height:0;border:9px solid transparent;border-width:9px 0 9px 15px;border-left-color:currentColor;border-radius:3px}.b-stories-box__play.is-hidden{display:none}.b-stories-box__sound{position:relative;width:20px;height:20px;color:#fff;cursor:pointer;transition:color 134ms;font-size:0;line-height:1;transition:color 134ms}.b-stories-box__sound svg{position:absolute;top:-2px;left:-2px;pointer-events:none;stroke:rgba(0,0,0,.2)}.b-stories-box__sound.is-muted svg path:nth-child(1),.b-stories-box__sound.is-muted svg path:nth-child(2){display:none}.b-stories-box__sound.is-hidden{display:none}.b-stories-box__slide{position:relative;width:100%;height:100%;background:none no-repeat center center;background-size:contain}.b-stories-box__slide.is-empty{background-size:auto}.b-stories-box__slide img{position:relative;display:block;width:100%;height:100%;-o-object-fit:contain;object-fit:contain;visibility:hidden}.b-stories-box__slide video{position:absolute;top:0;left:0;width:100%;height:100%;max-width:100dvw;max-height:100dvh;-o-object-fit:contain;object-fit:contain}.b-stories-box__buttons{position:absolute;bottom:5vh;left:calc(50% - 110px);width:220px;padding:0 0 18px;justify-content:center;z-index:10;display:none}.b-stories-box__buttons.is-active{display:flex}@media screen and (max-width:767px){.b-stories-box__buttons{bottom:2vh}}.b-stories-box__button{display:block;font-family:RotonBol,Arial,Helvetica,sans-serif;font-size:18px;line-height:20px;text-align:center;color:#001689;max-width:220px;width:100%;min-height:46px;flex:none;padding:12px 20px;background:#fff;border-radius:23px;box-shadow:0 12px 17px 0 rgba(75,75,61,.06);cursor:pointer;transition:background-color 134ms,color 134ms}.b-stories-box__button:hover{background:#27388a;color:#fff}.b-stories-box__events{position:absolute;inset:0;width:unset;height:unset;max-width:100%;max-height:100%;aspect-ratio:9/16;margin:auto;pointer-events:none}.b-stories-box__item.is-active .b-stories-box__events{pointer-events:all}.b-stories-box__navigation{position:absolute;display:flex;justify-content:space-between;inset:0;z-index:1}.b-stories-box__side{position:relative;display:flex;justify-content:center;align-items:center;width:50%;height:100%;-webkit-backface-visibility:hidden;backface-visibility:hidden;cursor:pointer}.b-stories-box__side:after{content:'';position:absolute;left:15px;top:calc(50% - 20px);width:16px;height:16px;border-left:2px solid #fff;border-bottom:2px solid #fff;-webkit-transform:rotate(45deg);transform:rotate(45deg);display:none}@media screen and (max-width:767px){.b-stories-box__side:after{display:block}}.b-stories-box__side:nth-child(2):after{left:auto;right:15px;-webkit-transform:rotate(225deg);transform:rotate(225deg)}@-webkit-keyframes playFlash{0%{opacity:1}50%{opacity:.3}100%{opacity:1}}@keyframes playFlash{0%{opacity:1}50%{opacity:.3}100%{opacity:1}}.b-together{background:#7fbedd}.b-together__wrapper{position:relative}.b-together__image{position:absolute;left:0;right:0;top:0;bottom:0;z-index:1;overflow:hidden}@media screen and (max-width:1023px){.b-together__image{position:relative;left:auto;right:auto;top:auto;bottom:auto;max-width:100%;font-size:0;line-height:1}}.b-together__image:after{content:'';position:absolute;right:calc(50% - 1506px);top:calc(50% - 440px);z-index:2;width:814px;height:1035px;background:url(/new/f/img/experts/back-together.svg) no-repeat left top;-webkit-transform:rotate(-10deg);transform:rotate(-10deg)}@media screen and (max-width:1023px){.b-together__image:after{display:none}}.b-together__back{position:absolute;right:calc(50% - 855px);top:calc(50% - 292px);z-index:2}@media screen and (max-width:1365px){.b-together__back{right:calc(50% - 800px)}}@media screen and (max-width:1239px){.b-together__back{top:calc(50% - 260px);right:calc(50% - 710px);height:560px}}@media screen and (max-width:1023px){.b-together__back{position:relative;right:auto;left:0;top:0;-o-object-fit:cover;object-fit:cover;-o-object-position:50% 45%;object-position:50% 45%;width:100%;height:420px}}@media screen and (max-width:767px){.b-together__back{-o-object-position:50% 50%;object-position:50% 50%;height:200px}}.b-together__layout{background:#7fbedd;position:absolute;top:0;bottom:0;left:0;right:calc(50% + 174px);z-index:3}@media screen and (max-width:1365px){.b-together__layout{right:calc(50% + 140px)}}@media screen and (max-width:1239px){.b-together__layout{right:calc(50% + 80px)}}@media screen and (max-width:1023px){.b-together__layout{display:none}}.b-together__layout:before{content:'';position:absolute;right:-280px;top:-160px;z-index:3;width:814px;height:1035px;background:url(/new/f/img/experts/back-together.svg) no-repeat left top}@media screen and (max-width:1239px){.b-together__layout:before{-webkit-transform:rotate(-10deg);transform:rotate(-10deg);right:-300px}}.b-together__content{position:relative;z-index:5;max-width:51.4%;min-height:522px;padding:20px 24px 30px;text-align:center;display:flex;flex-direction:column;justify-content:center;align-items:center}@media screen and (max-width:1365px){.b-together__content{max-width:54.4%}}@media screen and (max-width:1239px){.b-together__content{max-width:60%;min-height:460px}}@media screen and (max-width:1023px){.b-together__content{padding:40px 24px 50px;max-width:none;min-height:0}}@media screen and (max-width:767px){.b-together__content{padding:23px 16px 33px}}.b-together__title{color:#fff;font-family:RotonBol,Arial,Helvetica,sans-serif;font-size:37px;line-height:1.2;padding-bottom:31px;margin-bottom:0}@media screen and (max-width:767px){.b-together__title{font-size:24px;padding-bottom:14px}}.b-together__desc{font-size:21px;line-height:1.33;letter-spacing:.02em;max-width:644px;margin:0 auto}@media screen and (max-width:767px){.b-together__desc{font-size:16px;line-height:22px}.b-together__desc br{content:' ';padding:0 3px}}.b-together__controls{margin-top:25px;display:flex;gap:16px;justify-content:center}@media screen and (max-width:767px){.b-together__controls{margin-top:19px;flex-wrap:wrap;gap:8px}}.b-together__button,.b-together__button:hover{width:auto;color:#fff}.b-callback{background:#dde6ed}.b-callback__wrapper{position:relative}.b-callback__image{position:absolute;left:0;right:0;top:0;bottom:0;z-index:1;overflow:hidden}@media screen and (max-width:1023px){.b-callback__image{position:relative;left:auto;right:auto;top:auto;bottom:auto;max-width:100%;font-size:0;line-height:1}}.b-callback__back{position:absolute;left:calc(50% - 1080px);top:calc(50% - 356px);z-index:2}@media screen and (max-width:1365px){.b-callback__back{left:calc(50% - 1040px)}}@media screen and (max-width:1239px){.b-callback__back{left:calc(50% - 900px);height:740px}}@media screen and (max-width:1023px){.b-callback__back{position:relative;left:0;top:0;-o-object-fit:cover;object-fit:cover;-o-object-position:50% 45%;object-position:50% 45%;width:100%;height:420px}}@media screen and (max-width:767px){.b-callback__back{-o-object-position:50% 50%;object-position:50% 50%;height:200px}}.b-callback__layout{position:absolute;top:0;bottom:0;right:0;left:0;z-index:3;-webkit-mask-image:url(/new/f/img/experts/back-callback.svg);mask-image:url(/new/f/img/experts/back-callback.svg);-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-position:calc(50% - 534px) calc(50% + 150px);mask-position:calc(50% - 534px) calc(50% + 150px)}@media screen and (max-width:1365px){.b-callback__layout{-webkit-mask-position:calc(50% - 504px) calc(50% + 150px);mask-position:calc(50% - 504px) calc(50% + 150px)}}@media screen and (max-width:1239px){.b-callback__layout{-webkit-mask-position:calc(50% - 400px) calc(50% + 70px);mask-position:calc(50% - 400px) calc(50% + 70px);-webkit-mask-size:860px auto;mask-size:860px auto}}@media screen and (max-width:1023px){.b-callback__layout{-webkit-mask:none;mask:none;position:relative;left:auto;right:auto;top:auto;bottom:auto;max-width:100%;font-size:0;line-height:1}}.b-callback__content{position:relative;z-index:5;max-width:41.6666%;min-height:818px;padding:77px 8px 83px;margin:0 9% 0 auto;text-align:center}@media screen and (max-width:1365px){.b-callback__content{max-width:44%;margin-right:7%;z-index:5}}@media screen and (max-width:1239px){.b-callback__content{max-width:50%;margin-right:5%}}@media screen and (max-width:1023px){.b-callback__content{padding:40px 24px 50px;max-width:680px;min-height:0;margin:0 auto}}@media screen and (max-width:767px){.b-callback__content{padding:30px 16px 32px;max-width:none}}.b-callback__title{color:#24346c;font-family:RotonBol,Arial,Helvetica,sans-serif;font-size:33px;line-height:1.2;padding-bottom:42px}@media screen and (max-width:767px){.b-callback__title{font-size:22px;line-height:24px;padding-bottom:20px}.b-callback__title br{content:" ";padding:0 3px}}.b-callback__options{text-align:left}@media screen and (max-width:767px){.b-callback__options{text-align:center;margin:0 -16px}}.b-callback__option{position:relative;font-size:21px;line-height:30px;letter-spacing:-.022em;padding-left:144px;min-height:120px;margin-bottom:40px;display:flex;flex-direction:column;justify-content:center}@media screen and (max-width:767px){.b-callback__option{padding:134px 16px 0;margin-bottom:0}}.b-callback__option:before{content:'';position:absolute;left:0;top:0;width:120px;height:120px;border-radius:50%;background:#fff}@media screen and (max-width:767px){.b-callback__option:before{left:calc(50% - 60px)}}.b-callback__option:after{content:'';position:absolute;left:0;top:0;width:120px;height:120px;background:none no-repeat center center}@media screen and (max-width:767px){.b-callback__option:after{left:calc(50% - 60px)}}.b-callback__option--type1:after{background-image:url(/new/f/img/experts/question1.svg);background-position:32px 25px}.b-callback__option--type2:after{background-image:url(/new/f/img/experts/question2.svg);background-position:28px 20px}.b-callback__option--type3:after{background-image:url(/new/f/img/experts/question3.svg);background-position:26px 21px}.b-callback__caption{font-family:RotonBol,Arial,Helvetica,sans-serif;color:#24346c}@media screen and (max-width:767px){.b-callback__caption{font-size:17px;line-height:1.2;letter-spacing:0;padding-bottom:10px}}.b-callback__desc{color:rgba(0,0,0,.67)}@media screen and (max-width:767px){.b-callback__desc{font-size:16px;line-height:19px}}.b-callback__controls{margin-top:1px;display:flex;gap:16px;justify-content:center}@media screen and (max-width:767px){.b-callback__controls{margin-top:13px}}.b-callback__button{width:auto}.b-contacts{padding:61px 0 80px;background:#24346c;text-align:center;color:#fff}@media screen and (max-width:767px){.b-contacts{padding:25px 0 32px}}.b-contacts__wrapper{padding:0 40px}@media screen and (max-width:767px){.b-contacts__wrapper{padding:0 16px}}.b-contacts__title{font-family:RotonBol,Arial,Helvetica,sans-serif;font-size:33px;line-height:1.2;padding-bottom:16px}@media screen and (max-width:767px){.b-contacts__title{font-size:21px;line-height:24px;letter-spacing:0;padding-bottom:13px}}.b-contacts__desc{font-size:21px;line-height:28px;letter-spacing:.015em;max-width:800px;margin:0 auto}@media screen and (max-width:767px){.b-contacts__desc{font-size:17px;line-height:28px;letter-spacing:0}}.b-contacts__desc span{color:#51aad6;font-size:25px}@media screen and (max-width:767px){.b-contacts__desc span{display:inline-block;font-size:17px}}.b-contacts__box{margin:49px 0 0;display:flex;flex-wrap:wrap;justify-content:center;gap:24px}@media screen and (max-width:767px){.b-contacts__box{margin:19px 0 0;gap:8px}}.b-contacts__item{position:relative;width:calc((100% - 24px * 4)/ 5);background:#fff;border-radius:8px;min-height:160px;color:#353535;font-size:21px;line-height:24px;padding:0 16px;display:flex;cursor:pointer;flex-direction:column;justify-content:center;top:0;transition:color 134ms,background 134ms,top 134ms,margin-bottom 134ms}@media screen and (max-width:1365px){.b-contacts__item{width:calc((100% - 24px * 2)/ 3);max-width:300px}}@media screen and (max-width:1023px){.b-contacts__item{width:calc((100% - 24px * 1)/ 2)}}@media screen and (max-width:767px){.b-contacts__item{width:calc((100% - 8px * 1)/ 2);padding:0 10px;min-height:96px;max-width:260px}}@media screen and (max-width:459px){.b-contacts__item{width:100%}}@media screen and (min-width:768px){.b-contacts__item:hover{background:#51aad6;color:#fff;top:-8px;margin-bottom:-16px}}@media screen and (min-width:768px){.b-contacts__item:hover .b-contacts__text,.b-contacts__item:hover .b-contacts__text span{color:#fff}}.b-contacts__caption{font-family:RotonBol,Arial,Helvetica,sans-serif;padding-bottom:8px}.b-contacts__caption span.for-mobile{display:none}@media screen and (max-width:767px){.b-contacts__caption{font-size:15px;line-height:17px;padding-bottom:4px}.b-contacts__caption span{display:none}.b-contacts__caption span.for-mobile{display:inline}}.b-contacts__text{transition:color 134ms;color:#404040;font-size:19px;line-height:1.2}@media screen and (max-width:767px){.b-contacts__text{font-size:14px;line-height:1.2}}.b-contacts__text span{transition:color 134ms;position:relative;display:block;color:#353535;font-size:16px;line-height:19px;top:-6px}@media screen and (max-width:767px){.b-contacts__text span{font-size:12px;line-height:14px;top:0;margin-bottom:4px}}.b-contacts__item[data-type="5"] .b-contacts__text{font-size:21px;line-height:1.2}@media screen and (max-width:767px){.b-contacts__item[data-type="5"] .b-contacts__text{font-size:16px}}.b-experts-list{background:#b9d6e7;padding:104px 0 102px;text-align:center}@media screen and (max-width:1023px){.b-experts-list{padding:64px 0 62px}}@media screen and (max-width:767px){.b-experts-list{padding:38px 0 36px}}.b-experts-list__wrapper{padding:0 40px}@media screen and (max-width:1239px){.b-experts-list__wrapper{padding:0}}.b-experts-list__title{font-family:RotonBol,Arial,Helvetica,sans-serif;font-size:33px;line-height:1.2;padding-bottom:25px;color:#24346c}@media screen and (max-width:767px){.b-experts-list__title{font-size:21px;line-height:24px;padding-bottom:20px}}.b-experts-list__box{margin:0}.b-experts-list__item{background:#fff;min-height:240px;min-width:220px;max-width:260px;width:calc(100% - 16px);border-radius:8px;padding:53px 30px 0;margin:0 8px}@media screen and (max-width:1239px){.b-experts-list__item{width:220px}}@media screen and (max-width:767px){.b-experts-list__item{width:100%;padding:69px 30px 0;min-height:272px}}.b-experts-list__image{margin:0 auto;width:80px;height:80px}.b-experts-list__image img{max-width:100%;max-height:100%}.b-experts-list__name{color:#24346c;font-family:RotonBol,Arial,Helvetica,sans-serif;font-size:19px;line-height:23px;padding-top:9px}@media screen and (max-width:767px){.b-experts-list__name{padding-top:14px;line-height:1}}.b-experts-list__desc{color:#353535;text-align:center;font-size:17px;line-height:22px;letter-spacing:0;max-width:800px;margin:33px auto 0}@media screen and (max-width:767px){.b-experts-list__desc{font-size:14px;line-height:18px;margin:25px auto 0;padding:0 16px}}.b-article{padding:41px 0 55px}@media screen and (max-width:767px){.b-article{padding:9px 0 25px}}.b-article p{margin-bottom:12px;font-size:16px;line-height:22.4px}@media screen and (max-width:389px){.b-article p{margin-bottom:8px;font-size:14px;line-height:19.6px}}.b-article b{letter-spacing:.025em}@media screen and (max-width:767px){.b-article--min-height .b-comments{min-height:0}}.b-article__wrapper{display:flex;justify-content:space-between}@media screen and (max-width:767px){.b-article__wrapper{justify-content:flex-start;flex-direction:column}}.b-article__content{width:calc(100% - 296px);line-height:25px}@media screen and (max-width:1239px){.b-article__content{width:calc(100% - 270px)}}@media screen and (max-width:767px){.b-article__content{font-size:17px;line-height:25px;width:100%}}.b-article__content img{max-width:100%}.b-article__content h2{font-size:20px;line-height:29.6px}@media screen and (max-width:767px){.b-article__content h2{font-size:20px;line-height:28px}}@media screen and (max-width:389px){.b-article__content h2{font-size:16px;line-height:22.4px}}.b-article__aside{position:relative;width:230px}@media screen and (max-width:767px){.b-article__aside{display:flex;flex-direction:column-reverse;margin-top:36px;width:100%;gap:16px}}.b-article__aside--static .b-other{padding-top:40px}@media screen and (max-width:767px){.b-article__aside--static .b-other{padding-top:0}}.b-article__subtitle{margin-top:40px;margin-bottom:12px}@media screen and (max-width:389px){.b-article__subtitle{margin-top:36px;margin-bottom:8px}}.b-article__subtitle--orange{color:#ff8300}.b-article__caption{color:#27388a;font-family:RotonBol,Arial,Helvetica,sans-serif;font-size:21px;line-height:22px;letter-spacing:0;cursor:pointer}.b-article__caption--small{font-size:17px}.b-article__caption--comment{font-size:17px}.b-article__caption--comment span{background:url(/new/f/img/dialog-blue.svg) no-repeat 3px 2px;display:inline-block;font-family:RotonReg,Arial,Helvetica,sans-serif;padding-left:23px}.b-article__caption--publication{margin:40px 0;font-family:RotonReg,Arial,Helvetica,sans-serif;font-size:14px;line-height:17px;color:#989898;cursor:default}.b-article__bibliography ul{font-size:14px;line-height:1.2;margin:10px 0 0 0;padding-left:20px;color:#27388a}@media screen and (max-width:767px){.b-article__bibliography ul{line-height:20px;margin:8px 0 0 0}}.b-article__bibliography li{list-style-type:auto;margin-bottom:7px}@media screen and (max-width:767px){.b-article__bibliography li{margin-bottom:4px}}.b-article__bibliography a{color:#27388a}@media screen and (min-width:768px){.b-article__bibliography a:hover{color:#ff8300}}.b-article__list{position:relative;font-size:14px;line-height:1.2;margin:10px 0 0 0;padding-left:20px;max-height:96px;overflow:hidden;color:#27388a;display:flex;flex-direction:column;align-items:flex-start}@media screen and (max-width:767px){.b-article__list{line-height:20px;margin:8px 0 0 0;max-height:66px}}.b-article__list--full{max-height:none;overflow:visible}.b-article__list--full:before{display:none}.b-article__list li{list-style-type:auto;margin-bottom:7px}@media screen and (max-width:767px){.b-article__list li{margin-bottom:4px}}.b-article__list a{color:#27388a}@media screen and (min-width:768px){.b-article__list a:hover{color:#ff8300}}.b-article__list:before{content:'';position:absolute;left:0;right:0;bottom:0;height:26px;background:linear-gradient(180deg,rgba(243,247,249,0) 0,#f3f7f9 100%);z-index:3}@media screen and (max-width:767px){.b-article__list:before{height:30px}}.b-article__list.is-active{max-height:none;overflow:visible}.b-article__list.is-active:before{display:none}.b-article__list-more{position:relative;cursor:pointer;font-size:0;line-height:1}.b-article__list-more:before{content:'';position:absolute;border-radius:50%;width:28px;height:28px;background:#27388a;left:calc(50% - 14px);top:0}.b-article__list-more:after{content:'';position:absolute;left:calc(50% - 6px);top:8px;width:12px;height:12px;pointer-events:none;background:linear-gradient(to left,transparent 5px,#fff 5px,#fff 7px,transparent 7px),linear-gradient(to bottom,transparent 5px,#fff 5px,#fff 7px,transparent 7px)}.b-article__list.is-active+.b-article__list-more{display:none}.b-article-content__list li{position:relative;padding-left:20px;font-size:16px;line-height:22.4px;letter-spacing:0;margin-bottom:12px}.b-article-content__list li:before{content:'';position:absolute;left:0;top:8px;width:6px;height:6px;border-radius:50%;background:#353535}.b-article-content__list li:last-child{margin-bottom:0}@media screen and (max-width:389px){.b-article-content__list li{margin-bottom:8px;font-size:14px;line-height:19.6px}}.b-article-content__list[data-type=orange-dot] li:before{background:#ff8300}.b-article-content__list[data-type=blue-dot] li:before{background:#27388a}.b-article-content__list[data-type=not-dot] li{padding-left:0}.b-article-content__list[data-type=not-dot] li::before{content:none}.b-article-content__block .is-hidden{display:none}.b-article__block{margin:24px 0}.b-article__block p:last-child{margin-bottom:0}.b-article__block h3{margin-bottom:12px}@media screen and (max-width:389px){.b-article__block h3{margin-bottom:8px}}.b-article__block--line{border-left:3px solid #27388a;padding:0 0 0 21px}@media screen and (max-width:767px){.b-article__block--line{padding:0 0 0 21px}}.b-article__block--line-orange{border-left:3px solid #ff8300}.b-article__block--color{background:#f3f7f9;padding:24px;border-radius:8px}@media screen and (max-width:767px){.b-article__block--color{margin:15px 0;padding:16px}}.b-article__block--num{display:flex;justify-content:flex-start;align-items:center;padding:16px 24px}@media screen and (max-width:767px){.b-article__block--num{padding:24px 16px}}.b-article__block--num span{flex-shrink:0;display:block;width:30px;height:30px;margin-right:16px;background:#27388a;font-size:16px;line-height:30px;font-weight:700;color:#fff;border-radius:50%;text-align:center}@media screen and (max-width:767px){.b-article__block--num span{margin-right:12px}}.b-article__block--shadow{box-shadow:0 0 6px #e6e6ef;padding:16px 24px;border-radius:8px}@media screen and (max-width:767px){.b-article__block--shadow{margin:15px 0;padding:16px}}.b-article__block--table{background:#f3f7f9;padding:10px 24px 14px;border-radius:8px}@media screen and (max-width:767px){.b-article__block--table{margin:15px 0;padding:9px 16px 8px}}.b-article__block--author{background:#f3f7f9;margin-top:23px;padding:0 24px 15px;border-radius:8px;display:flex;justify-content:space-between}@media screen and (max-width:767px){.b-article__block--author{position:relative;padding:0 16px 7px;margin-top:0}}.b-article__block table{font-size:16px;line-height:25px;border-spacing:0 8px;width:100%}.b-article__block table th{font-family:RotonBol,Arial,Helvetica,sans-serif;text-align:left;font-weight:400;letter-spacing:.025em;line-height:18px}.b-article__block table td,.b-article__block table th{border-radius:4px;padding:4px 8px}.b-article__block table tr:nth-child(2n+1) td{background:#f3f7f9}.b-article__block table tr:nth-child(2n) td{background:#fff}.b-article__block .b-article__subtitle{margin-top:0;margin-bottom:15px}.b-article__block .b-article__row-content{margin-bottom:0}.b-article__subtitle+.b-article__block{margin-top:24px}.b-article__block-images{width:100%;margin:15px 0;border-radius:20px;overflow:hidden}.b-article__block-images .b-article__img-desktop{display:block}@media screen and (max-width:459px){.b-article__block-images .b-article__img-desktop{display:none}}.b-article__block-images .b-article__img-mobile{display:none}@media screen and (max-width:459px){.b-article__block-images .b-article__img-mobile{display:block}}.b-article__product{margin-bottom:15px}.b-article__product.is_hidden{display:none}.b-article__product img{max-width:180px}.b-article__product .b-article__row-content{align-items:center;gap:5px;margin-bottom:0}.b-article__product .b-article__product-suptitle{margin-bottom:5px;font-family:RotonBol,Arial,Helvetica,sans-serif;color:#353535;font-size:14px;line-height:17px}.b-article__product .b-article__product-title{margin-bottom:5px;color:#ff8300;font-size:21px;line-height:25px}.b-article__product .b-article__product-text{color:#404040;font-size:13px;line-height:16px}.b-article__product .link-wrapper{margin-top:20px;margin-bottom:0;text-align:start}.b-article__product .link-wrapper .link-traffic{font-size:14px;line-height:24px}.b-article__row-content{display:flex;gap:20px;margin-bottom:15px}@media screen and (max-width:1023px){.b-article__row-content{flex-wrap:wrap}}@media screen and (max-width:767px){.b-article__row-content{margin-top:0;gap:15px}}.b-article__row-content--h2{margin-top:36px}@media screen and (max-width:767px){.b-article__row-content--h2{margin-top:0}}.b-article__row-content .column-img{flex:0 0 auto}.b-article__row-content .b-article__subtitle{margin-top:0}@media screen and (max-width:1023px){.b-article__row-content .first-order{order:-1}}.b-article__row-content p{margin-bottom:0}.b-article__row-content p+p{margin-top:12px}@media screen and (max-width:389px){.b-article__row-content p+p{margin-top:8px}}.b-article__row-content img{vertical-align:bottom}.b-article__info{padding:25px 25px 0 0;width:calc(100% - 86px)}@media screen and (max-width:767px){.b-article__info{padding:20px 0 0 0;width:100%}}.b-article__image{padding:26px 0 0 6px;width:86px}@media screen and (max-width:767px){.b-article__image{position:absolute;padding:0;width:60px;height:60px;right:18px;top:18px}}.b-article__image img{-o-object-fit:cover;object-fit:cover;border-radius:50%;width:76px;height:76px}@media screen and (max-width:767px){.b-article__image img{width:60px;height:60px}}.b-article__label{color:#27388a;font-size:14px;line-height:16px}@media screen and (max-width:767px){.b-article__label{padding-right:70px}}.b-article__name{display:block;color:#27388a;font-family:RotonBol,Arial,Helvetica,sans-serif;font-size:17px;line-height:20px;letter-spacing:.025em}@media screen and (max-width:767px){.b-article__name{font-size:16px;padding-right:70px;min-height:32px}}@media screen and (min-width:768px){.b-article__name:hover{color:#ff8300}}.b-article__legend{font-size:14px;line-height:20px;letter-spacing:.015em;padding-left:21px;margin-top:7px}@media screen and (max-width:767px){.b-article__legend{margin-top:13px}}.b-article__legend li{position:relative;margin:0 0 10px}@media screen and (max-width:767px){.b-article__legend li{margin:0 0 8px}}.b-article__legend li:before{content:'';position:absolute;left:-13px;top:8px;width:5px;height:5px;border-radius:50%;background:#353535}.b-article__controls{display:flex;align-items:center;justify-content:space-between;margin-top:48px}.b-article__controls--right{justify-content:flex-end}@media screen and (max-width:767px){.b-article__controls{flex-direction:column-reverse;margin-top:42px;gap:24px 0}}.b-article__rating{display:flex;gap:10px}@media screen and (max-width:1239px){.b-article__rating{flex-direction:column;margin-top:-10px;gap:0}}@media screen and (max-width:767px){.b-article__rating{align-items:center;margin-top:0;font-size:15px;gap:8px}}@media screen and (max-width:767px){.b-article .wrapper--content{padding:0 18px}}@media screen and (max-width:389px){.b-article .wrapper--content{padding:0 16px}}.b-article__case{margin-top:24px;padding:24px;border:1px solid #27388a;border-radius:8px}@media screen and (max-width:767px){.b-article__case{padding:24px 16px}}.b-article__case p{margin-bottom:0}.b-article__case p+p{margin-top:12px}.b-article__case--shadow{border:none;box-shadow:0 6px 14px 0 rgba(163,163,163,.25)}.b-article__case--title{position:relative;margin-top:46px;padding-top:34px}.b-article__case--title span{display:block;position:absolute;top:-24px;left:22px;padding:10px;background:#fff;font-size:16px;line-height:22.4px;font-weight:700;color:#27388a;border:1px solid #27388a;border-radius:8px}@media screen and (max-width:767px){.b-article__case--title span{left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%)}}.b-spoiler+.b-article__row-content,.b-spoiler+.b-article__subtitle,.b-spoiler+p{margin-top:54px}@media screen and (max-width:767px){.b-spoiler+.b-article__row-content,.b-spoiler+.b-article__subtitle,.b-spoiler+p{margin-top:50px}}@media screen and (max-width:389px){.b-spoiler+.b-article__row-content,.b-spoiler+.b-article__subtitle,.b-spoiler+p{margin-top:36px}}.b-spoiler .b-article__block--table{padding:0}.b-spoiler.b-article__faq .b-spoiler__box{margin-top:12px}.b-article-preview{background:#f3f7f9;padding:32px 0 42px}@media screen and (max-width:767px){.b-article-preview{padding:17px 0 22px}}.b-article-preview__title{text-align:center;max-width:620px;margin:0 auto 27px;font-size:36px}@media screen and (max-width:767px){.b-article-preview__title{margin-bottom:22px;font-size:32px}}@media screen and (max-width:389px){.b-article-preview__title{font-size:24px}}.b-article-preview__image{max-height:264px;font-size:0;line-height:1;border-radius:16px;overflow:hidden}.b-article-preview__image img{-o-object-fit:cover;object-fit:cover;width:100%;height:100%}.b-article-preview__row{display:flex;align-items:center;gap:32px}@media screen and (max-width:1023px){.b-article-preview__row{align-items:stretch}}@media screen and (max-width:767px){.b-article-preview__row{flex-direction:column;margin-top:12px;gap:16px}}.b-article-preview__column:nth-child(1){display:flex;align-items:center;width:47.5%}@media screen and (max-width:1023px){.b-article-preview__column:nth-child(1){height:100%}}@media screen and (max-width:767px){.b-article-preview__column:nth-child(1){width:100%}}.b-article-preview__column:nth-child(2){width:calc(52.5% - 32px)}@media screen and (max-width:767px){.b-article-preview__column:nth-child(2){width:100%}}.b-article-preview__tags{padding-bottom:16px}@media screen and (max-width:767px){.b-article-preview__tags{display:none}}.b-article-preview__desc{font-size:18px;line-height:27px}@media screen and (max-width:1239px){.b-article-preview__desc{padding-top:0}}@media screen and (max-width:767px){.b-article-preview__desc{font-size:18px;line-height:25.2px}}@media screen and (max-width:389px){.b-article-preview__desc{font-size:16px;line-height:22.4px}}.b-article-preview__date{color:#404040;font-family:RotonBol,Arial,Helvetica,sans-serif;font-size:15px;line-height:16px;letter-spacing:0;padding-left:20px;margin-top:12px;background:url(/new/f/img/icon-clock2.svg#black) no-repeat left top;opacity:.9}.b-article-preview__complexity{font-family:RotonBol,Arial,Helvetica,sans-serif;font-size:13px;line-height:1;letter-spacing:0;padding-top:12px}@media screen and (max-width:767px){.b-article-preview__complexity{font-size:15px}}.b-article-preview__complexity span{padding-left:5px;color:#27388a}.b-article-preview__bottom{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;margin-top:16px;gap:8px}@media screen and (max-width:459px){.b-article-preview__bottom{flex-direction:column;justify-content:flex-start;align-items:flex-start}}.b-article-preview__bottom .b-article-preview__date{margin-top:0}.b-article-preview__bottom .b-interesting__controls{cursor:pointer;margin-top:0}.b-article-preview__bottom .b-stars{color:#404040}.b-article-preview__bottom .b-stars__item.is-active{background-image:url(/new/f/img/icon-star.svg#orange)}.b-article-preview__bottom .b-comment{background:url(/new/f/img/icon-comment.svg#blue) no-repeat left top;color:#404040}@media screen and (max-width:767px){.b-article-preview .wrapper--content{padding:0 18px}}@media screen and (max-width:389px){.b-article-preview .wrapper--content{padding:0 16px}}.link-wrapper{margin-bottom:15px;text-align:center}.link-wrapper .link-traffic{font-family:RotonBol,Arial,Helvetica,sans-serif;font-size:18px;line-height:20px;color:#fff;padding:10px 16px;text-align:center;border-radius:22px;background:#ff8300;cursor:pointer;display:inline-block;transition:background 134ms}.link-wrapper .link-traffic:hover{background:#27388a;color:#fff}.x-scroll-table{overflow-x:auto}.x-scroll-table td,.x-scroll-table th{white-space:nowrap}@media screen and (max-width:767px){.b-article__product-cards{padding-bottom:30px}}.b-article__product-cards{padding-bottom:30px}.b-article__product-cards-wrapper{display:flex;flex-wrap:wrap;overflow:visible;padding-left:25px;padding-right:25px}@media screen and (max-width:767px){.b-article__product-cards-wrapper{overflow:hidden;margin-left:-10px;margin-right:-16px;padding-left:0;padding-right:0}}@media screen and (max-width:459px){.b-article__product-cards-wrapper{justify-content:center}}.b-article__product-card{display:flex;flex-direction:column;width:204px;margin-bottom:15px;margin-right:12px;background:#fff;border-radius:8px;overflow:hidden;box-shadow:0 13px 18px 0 rgba(75,75,61,.06)}.b-article__product-card:last-child{margin-right:0}@media screen and (max-width:767px){.b-article__product-card{width:226px}}.b-article__product-card.slick-slide{display:flex}.b-article__product-card-img{padding:26px 23px 0;background:#fff;background-repeat:no-repeat}.b-article__product-card-img img{display:block}.b-article__product-card-body{display:flex;flex-direction:column;justify-content:space-between;flex-grow:1;padding:3px 5px 30px 18px}.b-article__product-card-body a.button{max-width:140px;margin-top:16px;padding:12px 20px 13px;font-family:RotonBol,Arial,Helvetica,sans-serif;font-size:14px;line-height:14px;text-align:center;color:#fff}.b-article__product-card-suptitle{display:block;margin-bottom:1px;font-family:RotonReg,Arial,Helvetica,sans-serif;font-size:14px;line-height:17px;color:#27388a}.b-article__product-card-title{margin-bottom:0;font-family:RotonBol,Arial,Helvetica,sans-serif;font-size:18px;line-height:22px;color:#27388a}.b-article__product-card--v-1 .b-article__product-card-img{background-image:url(/new/f/img/article/product-mask-1.png);background-size:107%;background-position:-12px -10px}.b-article__product-card--v-2 .b-article__product-card-img{background-image:url(/new/f/img/article/product-mask-2.png);background-size:107%;background-position:-16px 0}.b-article__product-cards .slick-list{padding-left:10px}.b-article__product-cards .b-gallery__dots{bottom:5px}.b-article__product-cards .slick-arrow{position:absolute;left:0;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);width:25px;height:25px;background-color:#ff8300;border-radius:100%;background-image:url(/new/f/img/article/article-slider-arrow.svg);background-repeat:no-repeat;background-position:left 7px center;font-size:0;line-height:0;transition:all 134ms}.b-article__product-cards .slick-arrow:hover{background-color:#27388a}.b-article__product-cards .slick-arrow.slick-next{left:auto;right:0;-webkit-transform:translateY(-50%) rotate(180deg);transform:translateY(-50%) rotate(180deg)}.b-article__product-cards .slick-arrow.slick-disabled{background-color:transparent;border:1px solid #cbcbcb;background-image:url(/new/f/img/article/article-slider-arrow-dsb.svg)}.b-tags{display:flex;flex-wrap:wrap;gap:7px}@media screen and (max-width:767px){.b-tags{flex-wrap:nowrap;overflow-x:auto;margin:0 -16px;padding:0 16px;height:36px}.b-tags::-webkit-scrollbar{height:0}}.b-tags--mobile{display:none}@media screen and (max-width:767px){.b-tags--mobile{display:flex}}.b-tags__item{display:inline-block;color:#353535;font-size:13px;line-height:26px;border-radius:14px;border:1px solid #c4ceec;background:#fff;padding:0 13px;height:28px;transition:border-color 134ms;white-space:nowrap}@media screen and (max-width:767px){.b-tags__item{font-size:12px;line-height:26px;padding:0 16px}}a.b-tags__item{cursor:pointer}a.b-tags__item:hover{color:#353535}@media screen and (min-width:768px){a.b-tags__item:hover{border-color:#ff8300}}.b-tags__item span{margin-left:5px;color:#ff8300}.b-spoiler{background:#f3f7f9;border-radius:8px;padding:15px 0;margin-bottom:16px;position:relative}@media screen and (max-width:767px){.b-spoiler{margin:8px 0}}.b-spoiler__caption{min-height:26px;padding:0 50px 0 24px;display:flex;align-items:center}@media screen and (max-width:767px){.b-spoiler__caption{padding:0 46px 0 16px}}.b-spoiler__box{padding:0 50px 0 24px;max-height:0;overflow:hidden}@media screen and (max-width:767px){.b-spoiler__box{padding:0 16px}}.b-spoiler.is-open .b-spoiler__box{max-height:none;overflow:visible}.b-spoiler__close{padding:0;position:absolute;right:23px;top:15px;width:26px;height:26px;cursor:pointer}@media screen and (max-width:767px){.b-spoiler__close{right:16px}}.b-spoiler__close:before{content:'';position:absolute;left:calc(50% - 8px);top:calc(50% - 1px);width:16px;height:2px;background:#353535;-webkit-transform:rotate(90deg);transform:rotate(90deg);transition:-webkit-transform 134ms;transition:transform 134ms;transition:transform 134ms,-webkit-transform 134ms}.b-spoiler__close:after{content:'';position:absolute;left:calc(50% - 8px);top:calc(50% - 1px);width:16px;height:2px;background:#353535;-webkit-transform:rotate(180deg);transform:rotate(180deg);transition:-webkit-transform 134ms;transition:transform 134ms;transition:transform 134ms,-webkit-transform 134ms}.b-spoiler.is-open .b-spoiler__close:before{-webkit-transform:rotate(0);transform:rotate(0)}.b-spoiler.is-open .b-spoiler__close:after{-webkit-transform:rotate(0);transform:rotate(0)}.b-comments{padding:33px 0 10px}@media screen and (max-width:767px){.b-comments{padding:17px 0 0}}.b-comments__item{margin-bottom:15px;display:flex;gap:8px}@media screen and (max-width:767px){.b-comments__item{margin-bottom:18px}}.b-comments__item:last-child{margin-bottom:0}.b-comments__item.is-hidden{display:none}.b-comments__image{position:relative;background:#f2f2f2;border-radius:50%;text-align:center;width:56px;height:56px;display:block;overflow:hidden}@media screen and (max-width:767px){.b-comments__image{display:none}}.b-comments__image span{color:#353535;font-family:RotonBol,Arial,Helvetica,sans-serif;font-size:17px;line-height:56px}.b-comments__image img{position:absolute;left:0;top:0;border-radius:50%;-o-object-fit:contain;object-fit:contain;width:100%;height:100%;z-index:2}.b-comments__block{width:calc(100% - 64px);cursor:default}@media screen and (max-width:767px){.b-comments__block{width:100%}}.b-comments__block:hover>.b-comments__caption .b-comments__link{display:block}.b-comments__caption{display:flex;flex-wrap:wrap;gap:0 10px;padding-bottom:3px}@media screen and (max-width:767px){.b-comments__caption{align-items:flex-end;padding-bottom:10px;gap:4px 8px}}.b-comments__name{color:#353535;font-family:RotonBol,Arial,Helvetica,sans-serif;font-size:16px;line-height:24px;letter-spacing:.025em}@media screen and (max-width:767px){.b-comments__name{font-size:16px;line-height:17px}}.b-comments__date{color:#989898;line-height:24px}@media screen and (max-width:767px){.b-comments__date{font-size:13px;line-height:15px}}.b-comments__text{line-height:22px;letter-spacing:.02em}@media screen and (max-width:767px){.b-comments__text{line-height:17px}}.b-comments__answers{position:relative;color:#ff8300;font-family:RotonBol,Arial,Helvetica,sans-serif;padding-left:24px;font-size:17px;line-height:1;letter-spacing:0;cursor:pointer;margin-top:15px}@media screen and (max-width:767px){.b-comments__answers{font-size:15px;line-height:19px}}.b-comments__answers:before{content:'';position:absolute;left:4px;top:2px;width:9px;height:9px;border-right:2px solid currentColor;border-bottom:2px solid currentColor;-webkit-transform:rotate(45deg);transform:rotate(45deg)}.b-comments__answers.is-active{color:#27388a}@media screen and (max-width:767px){.b-comments__answers.is-active{margin-left:16px}}.b-comments__answers.is-active:before{-webkit-transform:rotate(225deg);transform:rotate(225deg);top:7px}.b-comments__answers.is-empty{cursor:default;padding-left:0}.b-comments__answers.is-empty:before{display:none}.b-comments__container{margin-left:0;padding-bottom:17px}@media screen and (max-width:767px){.b-comments__container{padding-bottom:10px}}.b-comments__box{margin:15px 0 0;display:none}@media screen and (max-width:767px){.b-comments__box{margin:17px 0 0}}.b-comments__button{display:inline-block;vertical-align:top;margin:16px 0 0;width:auto}.b-comments__btn{font-size:16px;line-height:42px;height:44px}@media screen and (max-width:767px){.b-comments__btn{line-height:38px;height:40px}}.b-comments__controls{margin-right:-26px;display:flex;gap:16px}@media screen and (max-width:1239px){.b-comments__controls{gap:16px;flex-direction:column;align-items:flex-start}}@media screen and (max-width:767px){.b-comments__controls{margin-right:0}}.b-comments__controls--inner{justify-content:center;align-items:center;margin-bottom:24px}.b-comments__controls--inner.is-hidden{display:none}.b-comments__controls--inner .b-comments__btn{height:36px;line-height:34px;width:auto;padding:0 25px}.b-comments__answer{display:none;margin-top:16px}@media screen and (max-width:767px){.b-comments__answer{margin-left:16px}}.b-comments__answer .b-field{margin-bottom:0}.b-comments__link{position:relative;margin-left:auto;line-height:24px;padding-right:22px;color:#27388a;cursor:pointer;display:none}@media screen and (max-width:1023px){.b-comments__link{font-size:0;display:block}}@media screen and (max-width:767px){.b-comments__link{line-height:15px}}.b-comments__link:after{content:'';position:absolute;right:0;top:3px;width:17px;height:17px;background:url(/new/f/img/icon-quote.svg) no-repeat left top}@media screen and (max-width:767px){.b-comments__link:after{top:0}}.b-comments__link:hover{-webkit-text-decoration:underline dashed;text-decoration:underline dashed;text-decoration-thickness:1px;text-underline-offset:.1em}.b-comments__quote{border-left:2px solid #ff8300;padding-left:8px;padding:4px 0 4px 8px;margin:4px 0}.b-comments__quote--controls{position:relative;background:#fff;padding:8px 8px 12px 12px;margin:8px 0;border-radius:4px;width:calc(100% - 143px - 16px + 26px);min-height:34px;display:none}@media screen and (max-width:1239px){.b-comments__quote--controls{width:auto;margin-right:-26px}}@media screen and (max-width:767px){.b-comments__quote--controls{margin-right:0}}.b-comments__quote--controls.is-show{display:block}.b-comments__quote .b-comments__name{font-size:15px;line-height:1.3;color:#27388a;padding-bottom:2px}@media screen and (max-width:767px){.b-comments__quote .b-comments__name{font-size:14px}}.b-comments__quote .b-comments__text{font-size:14px;line-height:1.3}@media screen and (max-width:767px){.b-comments__quote .b-comments__text{font-size:13px}}.b-comments__close{position:absolute;right:8px;top:8px;width:20px;height:20px;cursor:pointer;color:#989898}@media screen and (max-width:767px){.b-comments__close{right:4px;top:5px}}.b-comments__close:hover{color:#353535}.b-comments__close:after,.b-comments__close:before{content:'';position:absolute;left:2px;top:8px;width:16px;height:2px;-webkit-transform:rotate(45deg);transform:rotate(45deg);background:currentColor}.b-comments__close:before{-webkit-transform:rotate(135deg);transform:rotate(135deg)}.b-comments__container .b-comments__button.is-active{display:none}.b-comments__container .b-comments__button.is-active+.b-comments__answer{display:block}.b-comments__controls .b-field{margin-bottom:0}.b-comments__controls .b-comments__column:nth-child(1){width:calc(100% - 143px - 16px)}@media screen and (max-width:1239px){.b-comments__controls .b-comments__column:nth-child(1){width:100%}}.b-comments__controls .b-comments__column:nth-child(2){width:143px}.b-comments__answers.is-active~.b-comments__box{display:block}@media screen and (max-width:767px){.b-comments__answers.is-active~.b-comments__box{margin-left:16px}}@media screen and (max-width:767px){.b-comments__answers.is-active~.b-comments__button{margin-left:16px}}.b-comments__stars{margin-bottom:10px}.b-comments__stars .b-stars__item.is-active{background-image:url(/new/f/img/icon-star.svg#orange)}.b-comments__row{margin:10px 0 10px;padding-left:16px}@media screen and (max-width:767px){.b-comments__row{padding-left:0}}.b-comments__row:last-child{margin-bottom:0}.b-comments__row span{font-family:RotonBol,Arial,Helvetica,sans-serif;display:block;text-indent:-16px}@media screen and (max-width:767px){.b-comments__row span{text-indent:0}}.b-comments__files{display:flex;gap:8px;margin-top:8px}.b-comments__file{color:#353535;font-size:13px;line-height:26px;border-radius:14px;border:1px solid #c4ceec;padding:0 13px;height:28px;transition:border-color 134ms;white-space:nowrap}.b-comments__file:hover{color:#353535;border-color:#ff8300}.b-comments__images{display:flex;flex-wrap:wrap;gap:10px;margin:20px 0 10px}.b-comments__photo{border-radius:8px;width:280px;height:280px;border:1px solid #fff;cursor:pointer}@media screen and (max-width:1239px){.b-comments__photo{width:254px;height:254px}}@media screen and (max-width:1023px){.b-comments__photo{width:184px;height:184px}}@media screen and (max-width:459px){.b-comments__photo{width:132px;height:132px}}.b-comments__photo img{border-radius:8px;width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.b-rating{display:flex;flex-direction:row-reverse;align-items:center;gap:4px}.b-rating span{font-size:16px;padding-left:3px}.b-rating__item{cursor:pointer;width:24px;height:24px;color:#fff;transition:color 134ms}.b-rating__item svg{pointer-events:none}.b-rating__item path{transition:stroke 134ms;stroke:#cbcbcb}.b-rating__item:hover,.b-rating__item:hover~.b-rating__item{color:#ff8300!important}.b-rating__item:hover path,.b-rating__item:hover~.b-rating__item path{stroke:#ff8300!important}.b-rating__item.is-active,.b-rating__item.is-active~.b-rating__item,.b-rating__item:hover~.b-rating__item.is-active{color:#cbcbcb}.b-rating__item.is-active path,.b-rating__item.is-active~.b-rating__item path,.b-rating__item:hover~.b-rating__item.is-active path{stroke:#cbcbcb}.b-interesting{padding:41px 0 62px;background:#fafafa;color:#27388a}@media screen and (max-width:767px){.b-interesting{padding:40px 0}}.b-interesting--brand-nestogen{background:inherit}.b-interesting--simple{padding:0;margin:0 -8px;background:0 0}.b-interesting--simple-list{background:0 0}@media screen and (max-width:767px){.b-interesting--mobile-spoiler{padding:32px 0 32px}}@media screen and (max-width:459px){.b-interesting--mobile-spoiler{padding:22px 0 22px}}@media screen and (max-width:459px){.b-interesting--mobile-spoiler .b-interesting__box{padding-bottom:10px}}@media screen and (max-width:459px){.b-interesting--mobile-spoiler .b-interesting__title{position:relative;text-align:left;padding-bottom:0;margin-bottom:18px}.b-interesting--mobile-spoiler .b-interesting__title:after,.b-interesting--mobile-spoiler .b-interesting__title:before{content:'';position:absolute;right:5px;top:12px;width:22px;height:2px;border-radius:2px;background:#353535;transition:-webkit-transform 134ms;transition:transform 134ms;transition:transform 134ms,-webkit-transform 134ms}.b-interesting--mobile-spoiler .b-interesting__title.is-closed{margin-bottom:0}.b-interesting--mobile-spoiler .b-interesting__title.is-closed:before{-webkit-transform:rotate(90deg);transform:rotate(90deg)}.b-interesting--mobile-spoiler .b-interesting__title.is-closed:after{-webkit-transform:rotate(180deg);transform:rotate(180deg)}}@media screen and (max-width:459px){.b-interesting--mobile-spoiler .b-interesting__title.is-closed~.b-interesting__box,.b-interesting--mobile-spoiler .b-interesting__title.is-closed~.b-interesting__tabs{display:none}}.b-interesting--recipes{background:#edf0f9;padding:34px 0 62px}@media screen and (max-width:767px){.b-interesting--recipes{padding:34px 0 40px}}.b-interesting__title{font-family:RotonBol,Arial,Helvetica,sans-serif;font-size:26px;line-height:1.2;letter-spacing:0;padding-bottom:24px;text-align:center}@media screen and (max-width:767px){.b-interesting__title{font-size:24px;padding-bottom:16px}}@media screen and (max-width:459px){.b-interesting__title{font-size:21px}}.b-interesting--brand-nestogen .b-interesting__title{background:repeating-linear-gradient(-45deg,#d9963b,#d9963b 30%,#facb67 40%,#facb67 70%,#d9963b 80%,#d9963b 100%);color:transparent;background-clip:text;-webkit-background-clip:text}.b-interesting__subtitle{text-align:center;color:#063348;font-size:19px;line-height:25px;letter-spacing:0;max-width:750px;margin:0 auto;padding-bottom:24px}@media screen and (max-width:767px){.b-interesting__subtitle{font-size:15px;line-height:20px;padding-bottom:16px}}.b-interesting__desc{color:#353535;font-size:14px;line-height:20px;margin-bottom:auto}.b-interesting__box{position:relative}.b-interesting__box.is-loading:before{content:'';position:absolute;left:-5px;right:-5px;top:-5px;bottom:-5px;background:rgba(255,255,255,.8);box-shadow:0 0 5px rgba(255,255,255,.8);border-radius:8px;z-index:2;position:fixed;left:0;right:0;top:0;bottom:0}.b-interesting__box.is-loading:after{content:'';display:block;position:fixed;background:url(/new/f/img/preloader.svg) no-repeat left top;top:calc(50% - 30px);left:calc(50% - 30px);width:60px;height:60px;z-index:3}.b-interesting--simple .b-interesting__box{display:flex}.b-interesting--simple-list .b-interesting__box{display:flex;flex-wrap:wrap;gap:16px}.b-interesting__item{min-height:257px;display:flex;flex-direction:column;margin:0 8px;border-radius:8px;box-shadow:0 0 6px #e6e6ef;transition:box-shadow 134ms}@media screen and (max-width:767px){.b-interesting__item{width:240px}}@media screen and (min-width:768px){.b-interesting__item:hover{box-shadow:0 0 6px rgba(0,0,0,.2)}}.b-interesting__item.is-hidden{display:none}.b-interesting__item:hover .b-stars{color:#404040}.b-interesting__item:hover .b-stars__item.is-active{background-image:url(/new/f/img/icon-star.svg#orange)}.b-interesting__item:hover .b-comment{background:url(/new/f/img/icon-comment.svg#blue) no-repeat left top;color:#404040}.b-interesting__item:hover .b-interesting__date{opacity:1}.b-interesting--simple .b-interesting__item{min-width:210px;max-width:264px;width:100%}.b-interesting--simple .b-interesting__item:nth-child(n+5){display:none}@media screen and (max-width:1365px){.b-interesting--simple .b-interesting__item:nth-child(n+4){display:none}}@media screen and (max-width:1023px){.b-interesting--simple .b-interesting__item:nth-child(n+3){display:none}}.b-interesting--simple-list .b-interesting__item{min-width:206px;width:calc((100% - 12px * 3)/ 3);margin-left:0;margin-right:0}@media screen and (max-width:767px){.b-interesting--simple-list .b-interesting__item{width:calc((100% - 8px * 2)/ 2)}}@media screen and (max-width:459px){.b-interesting--simple-list .b-interesting__item{width:100%}}@media screen and (max-width:559px){.b-interesting--simple-list .b-catalog__list .b-product-card{max-width:calc((100% - 16px * 1)/ 2)}}@media screen and (max-width:459px){.b-interesting--simple-list .b-catalog__list .b-product-card{max-width:none}}.b-interesting__image{min-height:120px;background:#efefef;border-radius:8px 8px 0 0;overflow:hidden;line-height:0}.b-interesting__image img{-o-object-fit:cover;object-fit:cover;width:100%;height:100%}.b-interesting__image img.image-contain{-o-object-fit:contain;object-fit:contain}.b-interesting__content{flex-grow:1;background:#fff;border-radius:0 0 8px 8px;padding:16px;display:flex;flex-direction:column}.b-interesting__caption{color:#27388a;font-family:RotonBol,Arial,Helvetica,sans-serif;font-size:17px;line-height:19px;letter-spacing:0;margin-bottom:16px;flex-grow:1}.b-interesting__item--article .b-interesting__caption{flex-grow:0}.b-interesting__item--article .b-interesting__descr{flex-grow:1}.b-interesting__description{margin-bottom:16px;font-family:RotonReg,Arial,Helvetica,sans-serif;font-weight:400;font-size:14px;line-height:20px;color:#48484a;overflow:hidden;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical}.b-interesting__description p{margin-bottom:0}.b-interesting__author{display:flex;justify-content:space-between;margin-bottom:16px}.b-interesting__author-photo{width:56px;height:56px;flex-shrink:0;margin-left:10px}.b-interesting__author-photo img{width:100%;display:block;font-size:0;line-height:0}.b-interesting__author-info{display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;padding:2px 0}.b-interesting__author-name{font-family:RotonBol,Arial,Helvetica,sans-serif;font-size:14px;line-height:20px;color:#48484a}.b-interesting__author-qualifications{font-family:RotonReg,Arial,Helvetica,sans-serif;font-weight:400;font-size:12px;line-height:17px;color:#48484a}.b-interesting__controls{display:flex;margin-top:7px}.b-interesting__tabs{margin:0 auto}@media screen and (max-width:767px){.b-interesting__tabs{margin:0 -16px;max-width:none}}.b-interesting__btn{margin:22px auto 0;max-width:141px;font-size:15px}.b-interesting__btn.is-hidden{display:none}.b-interesting__date{color:#404040;font-family:RotonBol,Arial,Helvetica,sans-serif;font-size:15px;line-height:16px;letter-spacing:0;padding-left:20px;background:url(/new/f/img/icon-clock2.svg#black) no-repeat left top;opacity:.4}@media screen and (max-width:767px){.b-interesting__date{opacity:1}}.b-interesting .slick-list{padding-top:8px!important;padding-bottom:8px!important}.b-interesting__close{position:absolute;right:16px;top:16px;min-width:20px;height:20px;padding:0;border-radius:10px;background:#fff;cursor:pointer;z-index:3;color:#ff4747;font-size:0;line-height:20px;box-shadow:0 0 6px rgba(0,0,0,.1)}.b-interesting__close:after,.b-interesting__close:before{content:'';position:absolute;right:6px;top:10px;width:9px;height:1px;background:#ff4747;-webkit-transform:rotate(45deg);transform:rotate(45deg)}.b-interesting__close:after{-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}.b-interesting__close:hover{font-size:12px;padding:0 20px 0 10px}@media screen and (max-width:767px){.b-interesting--video{background:#edf0f9;padding:6px 0 40px}}@media screen and (max-width:767px){.b-interesting--video .b-interesting__title{font-size:17px;text-align:left;padding-bottom:14px}}.b-interesting--video .b-interesting__box,.b-interesting--video-nogroup .b-interesting__box{display:flex;flex-wrap:wrap;gap:16px;margin:8px 0 0}@media screen and (max-width:1023px){.b-interesting--video .b-interesting__box,.b-interesting--video-nogroup .b-interesting__box{max-width:736px;margin:8px auto 0}}@media screen and (max-width:767px){.b-interesting--video .b-interesting__box,.b-interesting--video-nogroup .b-interesting__box{max-width:360px;margin:0 auto 8px}}.b-interesting--video .b-interesting__item,.b-interesting--video-nogroup .b-interesting__item{width:calc((100% - 16px * 2)/ 3);min-height:450px;margin:0;cursor:pointer}@media screen and (max-width:1023px){.b-interesting--video .b-interesting__item,.b-interesting--video-nogroup .b-interesting__item{width:calc((100% - 16px * 1)/ 2)}}@media screen and (max-width:767px){.b-interesting--video .b-interesting__item,.b-interesting--video-nogroup .b-interesting__item{min-height:0;width:100%}}.b-interesting--video .b-interesting__item:hover .b-interesting__image img,.b-interesting--video-nogroup .b-interesting__item:hover .b-interesting__image img{opacity:.8}.b-interesting--video .b-interesting__item:hover .b-interesting__image:before,.b-interesting--video-nogroup .b-interesting__item:hover .b-interesting__image:before{background:#ff8300}.b-interesting--video .b-interesting__image,.b-interesting--video-nogroup .b-interesting__image{background:#000;position:relative;height:188px}.b-interesting--video .b-interesting__image img,.b-interesting--video-nogroup .b-interesting__image img{position:relative;opacity:.7;transition:opacity 134ms;z-index:0}.b-interesting--video .b-interesting__image:before,.b-interesting--video-nogroup .b-interesting__image:before{content:'';position:absolute;left:calc(50% - 28px);top:calc(50% - 28px);width:56px;height:56px;background:#27388a;border-radius:50%;transition:background 134ms;z-index:1}.b-interesting--video .b-interesting__image:after,.b-interesting--video-nogroup .b-interesting__image:after{content:'';position:absolute;left:calc(50% - 8px);top:calc(50% - 10px);width:0;height:0;border:8px solid transparent;border-width:10px 0 10px 20px;border-color:transparent #fff;border-radius:2px;z-index:2}.b-interesting--video .b-interesting__content,.b-interesting--video-nogroup .b-interesting__content{padding:16px 20px 20px}.b-interesting--video .b-interesting__caption,.b-interesting--video-nogroup .b-interesting__caption{font-size:21px;line-height:24px;flex-grow:0;margin-bottom:8px}.b-interesting--video .b-interesting__controls{margin-top:16px}.b-interesting--video .b-interesting__btn,.b-interesting--video-nogroup .b-interesting__btn{margin-top:26px}.b-interesting--video .b-interesting__btn.is-active,.b-interesting--video-nogroup .b-interesting__btn.is-active{display:none}.b-interesting--video .b-interesting__item.is-hidden,.b-interesting--video-nogroup .b-interesting__item.is-hidden{display:none}.b-interesting--flex .b-interesting__box{display:flex;flex-wrap:wrap;gap:16px;margin:16px 0 8px}@media screen and (max-width:767px){.b-interesting--flex .b-interesting__box{gap:16px 8px}}.b-interesting--flex .b-interesting__item{margin:0;height:100%}@media screen and (max-width:767px){.b-interesting--flex .b-interesting__item{width:auto}}.b-interesting--flex .b-gallery__item{width:calc((100% - 16px * 3)/ 4);opacity:1}@media screen and (max-width:1023px){.b-interesting--flex .b-gallery__item{width:calc((100% - 16px * 2)/ 3)}}@media screen and (max-width:767px){.b-interesting--flex .b-gallery__item{width:calc((100% - 8px)/ 2)}}@media screen and (max-width:459px){.b-interesting--flex .b-gallery__item{width:100%}}.b-interesting--gray{background:#f3f7f9}.b-move-block{width:230px;opacity:0;pointer-events:none;transition:opacity 134ms}@media screen and (max-width:767px){.b-move-block{opacity:1;pointer-events:auto;width:auto}}.b-move-block.is-show{opacity:1;pointer-events:auto}.b-move-block.is-fixed{position:fixed;top:80px}@media screen and (max-width:767px){.b-move-block.is-fixed{position:relative;top:auto}}.b-move-block.is-fixed-bottom{position:absolute;bottom:0}@media screen and (max-width:767px){.b-move-block.is-fixed-bottom{position:relative;bottom:auto}}.b-move-block.is-static{position:static}@media screen and (max-width:767px){[data-other-article-banner]{order:-1;margin-top:56px}}.b-other{padding:0}.b-other__wrapper{position:relative;padding:8px 0}.b-other__wrapper:before{content:'';position:absolute;left:0;top:0;width:40px;height:3px;background:#ff8300}.b-other__title{color:#404040;font-family:RotonBol,Arial,Helvetica,sans-serif;font-size:15px;line-height:16px;letter-spacing:0;text-transform:uppercase;padding-bottom:23px;border-bottom:1px solid #dfe6ea}@media screen and (max-width:767px){.b-other__title{font-size:17px;line-height:19px}}.b-other__item{display:flex;padding:16px 0 15px;border-bottom:1px solid #dfe6ea}@media screen and (min-width:768px){.b-other__item:hover .b-other__caption{color:#ff8300}}.b-other__info{width:calc(100% - 80px);padding-right:15px;display:flex;flex-direction:column;justify-content:center}.b-other__image{border-radius:8px;background:#fafafa;width:80px;height:80px}.b-other__image img{border-radius:8px;-o-object-fit:cover;object-fit:cover;width:100%;height:100%}.b-other__caption{color:#27388a;font-family:RotonBol,Arial,Helvetica,sans-serif;font-size:15px;line-height:17px;transition:color 134ms}@media screen and (max-width:767px){.b-other__caption{font-size:17px;line-height:19px}}.b-other__date{color:#bcbcbc;font-size:13px;line-height:1;padding-left:15px;margin-top:8px;background:url(/new/f/img/icon-clock2.svg#gray) no-repeat left top;background-size:contain}.b-pregnant-line{min-height:120px;padding:40px 0}@media screen and (max-width:767px){.b-pregnant-line{padding:16px 0}}.b-pregnant-line__wrapper{display:flex;align-items:flex-start;gap:30px}@media screen and (max-width:767px){.b-pregnant-line__wrapper{flex-direction:column;gap:12px}}.b-pregnant-line__filter{position:relative;width:170px;flex:none}@media screen and (max-width:767px){.b-pregnant-line__filter{width:100%}}.b-pregnant-line__caption{position:relative;background:#f3f7f9;border-radius:8px;font-family:RotonBol,Arial,Helvetica,sans-serif;font-size:15px;line-height:42px;letter-spacing:0;padding:0 48px 0 16px;height:42px;cursor:pointer;transition:background-color 134ms}.b-pregnant-line__caption:before{content:'';position:absolute;right:17px;top:11px;width:20px;height:20px;border-radius:50%;background:#ff8300;transition:background-color 134ms}.b-pregnant-line__caption:after{content:'';position:absolute;right:23px;top:15px;width:8px;height:8px;border-right:2px solid #fff;border-bottom:2px solid #fff;-webkit-transform:rotate(45deg);transform:rotate(45deg)}.b-pregnant-line__caption:hover{background:#e3e8f5}.b-pregnant-line__caption:hover:before{background:#27388a}.b-pregnant-line__options{position:absolute;left:0;right:0;top:100%;background:#f3f7f9;border-radius:0 0 8px 8px;padding:8px 0;border:1px solid #e3e8f5;display:none;z-index:3}.b-pregnant-line__option{padding:4px 16px;font-size:15px;cursor:pointer}.b-pregnant-line__option:hover{background:#e3e8f5}.b-pregnant-line__filter.is-open .b-pregnant-line__caption{border-radius:8px 8px 0 0;background:#e3e8f5}.b-pregnant-line__filter.is-open .b-pregnant-line__caption:after{top:19px;-webkit-transform:rotate(-135deg);transform:rotate(-135deg)}.b-pregnant-line__filter.is-open .b-pregnant-line__options{display:block}.b-pregnant-line__list{flex-grow:1;width:calc(100% - 170px - 30px)}@media screen and (max-width:767px){.b-pregnant-line__list{width:100%}}.b-pregnant-line__carousel{padding:0 22px}@media screen and (max-width:1239px){.b-pregnant-line__carousel{padding:0 24px}}@media screen and (max-width:1023px){.b-pregnant-line__carousel{padding:0 25px}}@media screen and (max-width:767px){.b-pregnant-line__carousel{padding:0}}.b-pregnant-line__block{max-width:100%}.b-pregnant-line__block--static{display:flex;gap:16px}@media screen and (max-width:767px){.b-pregnant-line__block--static{max-width:100%;overflow-y:auto}}.b-pregnant-line__block.is-hidden{display:none}.b-pregnant-line__item{display:block;margin:0 6px}@media screen and (max-width:1239px){.b-pregnant-line__item{margin:0 5px}}.b-pregnant-line__item,.b-pregnant-line__next,.b-pregnant-line__prev{background:#f3f7f9;border-radius:8px;font-family:RotonBol,Arial,Helvetica,sans-serif;font-size:15px;line-height:42px;letter-spacing:0;text-align:center;width:42px;height:42px;color:#27388a;cursor:pointer;transition:background-color 134ms}.b-pregnant-line__item:hover,.b-pregnant-line__next:hover,.b-pregnant-line__prev:hover{background:#e3e8f5}.b-pregnant-line__item.is-selected,.b-pregnant-line__next.is-selected,.b-pregnant-line__prev.is-selected{background:#ff8300;color:#fff;cursor:default}.b-pregnant-line__next,.b-pregnant-line__prev{position:relative;background:0 0;width:20px}.b-pregnant-line__next:hover,.b-pregnant-line__prev:hover{background:0 0;color:#ff8300}.b-pregnant-line__next:after,.b-pregnant-line__prev:after{content:'';position:absolute;left:8px;top:16px;width:10px;height:10px;border-left:2px solid currentColor;border-bottom:2px solid currentColor;-webkit-transform:rotate(45deg);transform:rotate(45deg)}.b-pregnant-line__next:after{-webkit-transform:rotate(-135deg);transform:rotate(-135deg);left:auto;right:8px}.b-pregnant-line__btn{background:#f3f7f9;border-radius:8px;font-family:RotonBol,Arial,Helvetica,sans-serif;font-size:15px;line-height:42px;letter-spacing:0;text-align:center;padding:0 16px;height:42px;color:#27388a;cursor:pointer;transition:background-color 134ms;white-space:nowrap;display:block}@media screen and (max-width:767px){.b-pregnant-line__btn{min-width:152px}}.b-pregnant-line__btn:hover{background:#e3e8f5}.b-pregnant-line__btn.is-selected{background:#ff8300;color:#fff;cursor:default}.header-author{position:relative;height:356px;background:#f3f7f9;overflow:hidden}@media screen and (max-width:767px){.header-author{height:386px}}.header-author::before{content:'';position:absolute;top:0;bottom:0;left:0;right:-50px;display:block;margin:0 auto;max-width:1490px;background:url(/new/f/img/authors/head-bg.jpg);background-repeat:no-repeat;background-size:cover;background-position:center center;pointer-events:none}@media screen and (max-width:1023px){.header-author::before{left:-100px}}@media screen and (max-width:767px){.header-author::before{left:-23px;right:-33px;background:url(/new/f/img/authors/head-bg-mobile.jpg);background-repeat:no-repeat;background-size:contain;background-position:center top}}@media screen and (max-width:389px){.header-author::before{background-size:cover}}.header-author__wrapper{position:relative;display:flex;align-items:center;justify-content:center;max-width:1440px;height:100%;margin:0 auto}@media screen and (max-width:767px){.header-author__wrapper{flex-direction:column-reverse;justify-content:space-between;padding:11px 16px 18px}}.header-author__info{display:flex;align-items:center;flex-shrink:0;width:50.3%;height:100%;padding:19px 0 39px 11%}@media screen and (max-width:1023px){.header-author__info{width:45.3%;padding:19px 0 39px 16px}}@media screen and (max-width:767px){.header-author__info{justify-content:center;width:100%;height:auto;padding:0}}.header-author__title{margin:0;font-size:54px;line-height:69.5px;color:#27388a;text-align:center}@media screen and (max-width:1023px){.header-author__title{font-size:42px;line-height:48px}}@media screen and (max-width:767px){.header-author__title{font-size:32px;line-height:38.4px}}.header-author__details{flex-shrink:0;width:49.7%;height:100%;padding:19px 20px 39px 11%}@media screen and (max-width:1023px){.header-author__details{width:54.7%}}@media screen and (max-width:767px){.header-author__details{display:flex;justify-content:center;width:100%;height:auto;padding:0}}.header-author__content{position:relative;width:298px;height:298px;text-align:center}.header-author__content::after{content:'';position:absolute;z-index:0;top:0;bottom:20px;left:0;right:-125px;background:url(/new/f/img/authors/decor-photo.svg);background-repeat:no-repeat;background-size:auto;background-position:right bottom;pointer-events:none}@media screen and (max-width:1023px){.header-author__content::after{bottom:13px;left:0;right:-116px}}@media screen and (max-width:767px){.header-author__content::after{bottom:11px;left:0;right:-54px;background:url(/new/f/img/authors/decor-photo-mobile.svg);background-repeat:no-repeat;background-size:auto;background-position:right bottom}}@media screen and (max-width:767px){.header-author__content{width:227px;height:227px}}.header-author__image{width:100%;height:100%;border-radius:100%}.header-author__experience{position:absolute;z-index:2;bottom:45px;left:-45px;-webkit-transform:rotate(-7deg);transform:rotate(-7deg);display:inline-block;padding:12px 21px;background:#fff;border-radius:48px;font-family:RotonBol,Arial,Helvetica,sans-serif;font-size:16px;line-height:16px;color:#27388a;white-space:nowrap}@media screen and (max-width:1023px){.header-author__experience{bottom:28px;left:-5px;padding:10px 16px;font-size:14px;line-height:14px}}@media screen and (max-width:767px){.header-author__experience{bottom:23px;left:-20px;padding:8px 13px;font-size:12px;line-height:12px}}.header-author__academic{position:absolute;z-index:1;bottom:-10px;left:50%;-webkit-transform:translateX(-50%) rotate(6deg);transform:translateX(-50%) rotate(6deg);display:inline-block;padding:14px 21px;background:#ff8300;border-radius:48px;font-family:RotonBol,Arial,Helvetica,sans-serif;font-size:18px;line-height:18px;color:#fff;text-transform:uppercase;white-space:nowrap}@media screen and (max-width:1023px){.header-author__academic{padding:10px 16px;font-size:14px;line-height:14px}}@media screen and (max-width:767px){.header-author__academic{padding:8px 13px;font-size:12px;line-height:12px}}.body-author{margin-top:60px}@media screen and (max-width:1023px){.body-author{margin-top:40px}}@media screen and (max-width:767px){.body-author{margin-top:20px}}.body-author__container{max-width:1031px;margin:0 auto;padding:0 16px}.body-author__info{display:flex;justify-content:space-between;align-items:flex-start;gap:10px}@media screen and (max-width:767px){.body-author__info{flex-direction:column}}.body-author__column{width:100%}.body-author__column--info{display:flex;flex-direction:column;gap:12px}.body-author__column--workplace{flex-shrink:0;max-width:346px}@media screen and (max-width:767px){.body-author__column--workplace{max-width:none;width:100%}}.body-author__academic{display:flex;justify-content:space-between;align-items:center;padding:18px 24px;background:#27388a;border-radius:16px;font-family:RotonBol,Arial,Helvetica,sans-serif;font-size:24px;line-height:31px;color:#fff}.body-author__documents{flex-shrink:0;display:block;margin-left:16px;width:49px;height:48px;background:url(/new/f/img/authors/icon-documents.svg);background-repeat:no-repeat;background-size:auto;background-position:center center}.body-author__qualifications{padding:18px 24px 6px;background:#f3f7f9;border-radius:16px;font-family:RotonBol,Arial,Helvetica,sans-serif;font-size:24px;line-height:31px;color:#27388a}@media screen and (max-width:767px){.body-author__qualifications{padding:18px 16px}}.body-author__qualifications-wrap{margin:6px -6px 0;display:flex;flex-wrap:wrap}.body-author__qualification{margin:6px;padding:20px 12px;background:#fff;border-radius:16px;font-family:RotonReg,Arial,Helvetica,sans-serif;font-size:16px;line-height:21px;color:#404040}.body-author__workplaces{padding:24px 18px;background:#27388a;border-radius:16px;font-family:RotonBol,Arial,Helvetica,sans-serif;font-size:24px;line-height:31px;color:#fff;text-align:center}.body-author__places{margin-top:24px}.body-author__place-item{margin:0 10px}.body-author__place{padding:20px 18px 18px;background:#f3f7f9;border-radius:16px;text-align:left}.body-author__place+.body-author__place{margin-top:12px}.body-author__place-title{font-family:RotonBol,Arial,Helvetica,sans-serif;font-size:20px;line-height:26px;color:#404040}.body-author__place-text{font-family:RotonReg,Arial,Helvetica,sans-serif;font-size:16px;line-height:22px;color:#404040}.body-author .slick-list{margin:0 -10px}.body-author .b-gallery__dots{position:static;margin-top:12px}.body-author .slick-dots{height:8px}.body-author .slick-dots li{margin:0 3px 0}.body-author .slick-dots li button{width:6px;height:6px}.body-author .slick-dots li button:hover{-webkit-transform:scale(1.2);transform:scale(1.2);background-color:#ff8300}.body-author .slick-dots li.slick-active button,.body-author .slick-dots li.slick-active button:hover{-webkit-transform:scale(1.34);transform:scale(1.34)}.body-author__content{padding:60px 0 100px}@media screen and (max-width:1023px){.body-author__content{padding:40px 0 60px}}@media screen and (max-width:767px){.body-author__content{padding:40px 0 40px}}.body-author__content .b-spoiler{position:relative;background:#f3f7f9;border-radius:16px;padding:32px 0;margin-bottom:0}.body-author__content .b-spoiler+.b-spoiler{margin-top:34px}@media screen and (max-width:767px){.body-author__content .b-spoiler__caption{padding-left:16px}}.body-author__content .b-article__caption{font-family:RotonBol,Arial,Helvetica,sans-serif;font-size:24px;line-height:31px;color:#27388a;letter-spacing:0;cursor:pointer}.body-author__content .b-spoiler__close{padding:0;position:absolute;right:24px;top:35px;width:24px;height:24px;cursor:pointer}.body-author__content .b-spoiler__box{padding:0 24px 0}@media screen and (max-width:767px){.body-author__content .b-spoiler__box{padding:0 16px 0}}.body-author__content .is-open .b-spoiler__box{padding:24px 24px 0}@media screen and (max-width:767px){.body-author__content .is-open .b-spoiler__box{padding:24px 16px 0}}.body-author__content ul li{position:relative;padding-left:36px;font-family:RotonReg,Arial,Helvetica,sans-serif;font-size:16px;line-height:22.4px;color:#27388a}.body-author__content ul li::before{content:'';position:absolute;top:7px;left:8px;width:8px;height:8px;background:#27388a;border-radius:100%}@media screen and (max-width:767px){.body-author__content ul li{padding-left:34px}}.body-author__content ul li[data-type=content-modal-trigger],.body-author__content ul li[data-type=content-pdf]{color:#ff8300;transition:color 134ms;cursor:pointer}.body-author__content ul li[data-type=content-modal-trigger]::before,.body-author__content ul li[data-type=content-pdf]::before{width:24px;height:24px;top:0;left:0;background:url(/new/f/img/authors/icon-certificate.svg);background-repeat:no-repeat;background-size:auto;background-position:center center;border-radius:0}.body-author__content ul li[data-type=content-modal-trigger]:hover,.body-author__content ul li[data-type=content-pdf]:hover{color:#27388a}.body-author__content ul li+li{margin-top:12px}.body-author__blogs{display:flex;justify-content:space-between;align-items:center;margin-top:75px;padding:18px 24px;background-color:#27388a;border-radius:20px}@media screen and (max-width:767px){.body-author__blogs{flex-direction:column;align-items:center;margin-top:40px;padding:32px 16px}}.body-author__blogs-title{margin:0;font-family:RotonBol,Arial,Helvetica,sans-serif;font-size:24px;line-height:30px;color:#fff}@media screen and (max-width:767px){.body-author__blogs-title{text-align:center}}.body-author__blogs-social{display:flex;justify-content:space-between;align-items:center;gap:24px;margin-left:24px}@media screen and (max-width:767px){.body-author__blogs-social{margin-top:24px;margin-left:0}}.body-author__more{margin-top:24px;text-align:center}.body-author__more-btn{display:inline-block;padding:12px 20px;background:#ff8300;border-radius:48px;font-family:RotonBol,Arial,Helvetica,sans-serif;font-size:16px;line-height:16px;color:#fff;cursor:pointer;transition:background 134ms}.body-author__more-btn:hover{background:#27388a}#showContent.author-page-modal .b-modal__content{justify-content:flex-start;overflow-x:auto}#showContent.author-page-modal .b-modal__content img{max-width:none}@media screen and (max-width:767px){#showContent.author-page-modal .b-modal__content img{max-width:none;width:100%;height:auto}}.b-webinar{background:#edf0f9;padding:0}.b-webinar__content{display:flex;flex-wrap:wrap;gap:16px;margin:8px 0 0}.b-webinar__wrapper{padding:36px 0 70px}@media screen and (max-width:767px){.b-webinar__wrapper{padding:24px 0 32px}}.b-webinar__desc{text-align:center;color:#063348;font-size:21px;line-height:28px;letter-spacing:0;max-width:810px;margin:0 auto;padding-bottom:36px}@media screen and (max-width:767px){.b-webinar__desc{font-size:15px;line-height:20px;padding-bottom:24px}}.b-webinar__controls{padding-top:23px}@media screen and (max-width:767px){.b-webinar__controls{padding-top:10px}}.b-webinar__btn{margin:0 auto;max-width:141px;font-size:15px}.b-webinar__btn.is-active{display:none}.b-webinar .slick-list{padding:8px 0}.b-webinar .b-video-card{width:calc((100% - 16px * 2)/ 3);min-width:0;max-width:none;height:auto;margin:0}.b-webinar .b-video-card.is-hidden{display:none}@media screen and (max-width:1023px){.b-webinar .b-video-card{width:calc((100% - 16px * 1)/ 2)}}@media screen and (max-width:767px){.b-webinar .b-video-card{min-height:0;width:100%}}.b-video-card{display:block;background:#fff;border-radius:16px;min-width:280px;max-width:322px;height:100%;margin:0 8px;text-align:left;transition:box-shadow 134ms;cursor:pointer}@media screen and (max-width:767px){.b-video-card{max-width:280px}}@media screen and (max-width:459px){.b-video-card{min-width:0;max-width:none;width:100%;margin:0}}@media screen and (min-width:768px){.b-video-card:hover{box-shadow:0 0 6px rgba(0,0,0,.1)}}.b-video-card:hover .b-video-card__date{opacity:1}.b-video-card:hover .b-stars{color:#404040}.b-video-card:hover .b-stars__item.is-active{background-image:url(/new/f/img/icon-star.svg#orange)}.b-video-card:hover .b-comment{background-image:url(/new/f/img/icon-comment.svg#blue);color:#404040}.b-video-card__wrapper{padding:25px 24px}@media screen and (max-width:767px){.b-video-card__wrapper{padding:16px}}.b-video-card__top{display:flex;justify-content:space-between;padding-bottom:15px}.b-video-card__middle{font-size:0;line-height:1}.b-video-card__bottom{padding-top:16px}.b-video-card__stats{display:flex}.b-video-card__stats .b-comment{font-size:11px;line-height:12px;padding-left:15px;margin-left:6px;background-size:auto 12px}.b-video-card__stats .b-stars{font-size:11px;line-height:12px;gap:3px}.b-video-card__stats .b-stars--line{padding-right:6px}.b-video-card__stats .b-stars__item{background-size:12px 12px;width:12px;height:12px}.b-video-card__date{position:relative;color:#404040;font-family:RotonBol,Arial,Helvetica,sans-serif;font-size:11px;line-height:12px;letter-spacing:0;padding-left:15px;min-height:12px;background:url(/new/f/img/icon-clock2.svg#black) no-repeat left top;background-size:auto 12px;transition:opacity 134ms;opacity:.4}@media screen and (max-width:767px){.b-video-card__date{opacity:1}}.b-video-card__date:before{content:'~';position:relative;font-size:12px}.b-video-card__image{background:#edf0f9;border-radius:18px;min-height:160px}@media screen and (max-width:767px){.b-video-card__image{min-height:138px}}.b-video-card__image img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;border-radius:16px}.b-video-card__title{color:#27388a;font-family:RotonBol,Arial,Helvetica,sans-serif;font-size:21px;line-height:24px;padding-bottom:8px;letter-spacing:0}.b-video-card__desc{color:#989898;font-size:14px;line-height:16px;letter-spacing:0}.b-review__title{color:#27388a;font-family:RotonBol,Arial,Helvetica,sans-serif;font-size:21px;line-height:24px;display:flex;justify-content:space-between}@media screen and (max-width:459px){.b-review__title{font-size:16px;line-height:20px}}.b-review .b-comment{color:#353535;background-image:url(/new/f/img/icon-comment.svg#blue)}.b-review .b-comments{padding:24px 0 0}@media screen and (max-width:459px){.b-review .b-comments{padding:28px 0 0}}.b-review .b-comments__controls{margin-right:0}@media screen and (max-width:459px){.b-review .b-comments__controls{gap:8px}}.b-review .b-comments__quote--controls{width:calc(100% - 143px - 16px)}@media screen and (max-width:1239px){.b-review .b-comments__quote--controls{width:100%}}.b-child-stages{position:relative;background:#7fbedd;min-height:390px;display:flex;align-items:center}.b-child-stages:before{content:'';position:absolute;top:0;bottom:0;left:0;right:calc(50% + 680px);background:#063348}@media screen and (max-width:1239px){.b-child-stages:before{display:none}}.b-child-stages:after{content:'';position:absolute;top:0;bottom:0;left:calc(50% + 900px);right:0;background:#063348}@media screen and (max-width:1239px){.b-child-stages:after{display:none}}@media screen and (max-width:1023px){.b-child-stages{min-height:330px}}@media screen and (max-width:767px){.b-child-stages{align-items:flex-start}}.b-child-stages__back{position:absolute;left:0;right:0;top:0;bottom:0;z-index:1;overflow:hidden}.b-child-stages__back:before{content:'';position:absolute;top:-8px;left:calc(50% - 758px);width:339px;height:496px;background:url(/new/f/img/periods/back-left.svg) no-repeat left top}@media screen and (max-width:1023px){.b-child-stages__back:before{left:calc(50% - 600px)}}@media screen and (max-width:767px){.b-child-stages__back:before{display:none}}.b-child-stages__back:after{content:'';position:absolute;top:-18px;left:calc(50% - 356px);width:1340px;height:410px;background:url(/new/f/img/periods/back-right.svg) no-repeat left top;background-size:auto 100%}@media screen and (max-width:1023px){.b-child-stages__back:after{left:calc(50% - 256px)}}@media screen and (max-width:767px){.b-child-stages__back:after{-webkit-transform:scale(1,-1);transform:scale(1,-1);background-size:100% auto;width:650px;top:auto;left:calc(50% - 350px);bottom:0}}.b-child-stages__info{position:relative;left:calc(50% - 500px);width:416px;min-height:280px;display:flex;flex-direction:column;z-index:5}@media screen and (max-width:1239px){.b-child-stages__info{left:calc(50% - 462px)}}@media screen and (max-width:1023px){.b-child-stages__info{left:calc(50% - 360px);min-height:0;width:330px}}@media screen and (max-width:767px){.b-child-stages__info{position:static;left:0;width:auto;padding:16px 16px 209px}}.b-child-stages__title{color:#fff;font-family:RotonBol,Arial,Helvetica,sans-serif;font-size:37px;line-height:36px;letter-spacing:.015em;padding-bottom:12px;margin-bottom:0}@media screen and (max-width:1023px){.b-child-stages__title{font-size:27px;line-height:24px}}@media screen and (max-width:767px){.b-child-stages__title{font-size:25px;padding-bottom:6px}}.b-child-stages__desc{color:#063348;font-size:21px;line-height:28px;letter-spacing:0;margin-bottom:15px}@media screen and (max-width:1023px){.b-child-stages__desc{font-size:16px;line-height:20px;margin-bottom:0}}@media screen and (max-width:767px){.b-child-stages__desc{font-size:15px}}.b-child-stages__name{position:absolute;right:-153px;top:calc(50% - 5px);width:135px;height:135px;background:url(/new/f/img/periods/back-category.svg) no-repeat left top;color:#063348;text-align:center;font-family:RotonBol,Arial,Helvetica,sans-serif;font-size:32px;line-height:1;display:flex;flex-direction:column;justify-content:center;align-items:center;-webkit-transform:rotate(-20deg);transform:rotate(-20deg)}@media screen and (max-width:767px){.b-child-stages__name{background-size:100% auto;right:auto;top:auto;left:10px;bottom:84px;width:102px;height:102px;font-size:26px}}.b-child-stages__name span{font-size:18px;line-height:1;display:block}@media screen and (max-width:767px){.b-child-stages__name span{font-size:14px}}.b-child-stages__name span.to-small{font-size:15px}@media screen and (max-width:767px){.b-child-stages__name span.to-small{font-size:12px}}.b-child-stages__layout{position:absolute;left:calc(50% - 118px);top:-86px;width:699px;height:428px;z-index:2;overflow:hidden;-webkit-mask-image:url(/new/f/img/periods/image-mask.svg);mask-image:url(/new/f/img/periods/image-mask.svg);-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat}@media screen and (max-width:1239px){.b-child-stages__layout{left:calc(50% - 68px)}}@media screen and (max-width:1023px){.b-child-stages__layout{top:-20px;left:calc(50% - 38px);width:480px;height:294px;-webkit-mask-size:480px auto;mask-size:480px auto}}@media screen and (max-width:767px){.b-child-stages__layout{-webkit-mask-image:url(/new/f/img/periods/image-mask-mobile.svg);mask-image:url(/new/f/img/periods/image-mask-mobile.svg);width:488px;height:338px;-webkit-mask-size:auto auto;mask-size:auto auto;top:auto;bottom:-114px;left:calc(50% - 222px)}}.b-child-stages__image{position:absolute;left:0;top:0}@media screen and (max-width:1023px){.b-child-stages__image{-o-object-fit:cover;object-fit:cover;top:0;left:0;width:100%;height:100%}}@media screen and (max-width:767px){.b-child-stages__image{left:22px;width:416px}}.b-child-stages__image[data-stage=pregnancy]{left:-110px;top:-60px}@media screen and (max-width:1023px){.b-child-stages__image[data-stage=pregnancy]{top:0;left:-40px;width:calc(100% + 40px)}}@media screen and (max-width:767px){.b-child-stages__image[data-stage=pregnancy]{top:0;left:22px;width:416px;height:auto}}.b-child-stages__image[data-stage="0-6"]{-o-object-fit:cover;object-fit:cover;width:100%;left:-10px}@media screen and (max-width:1023px){.b-child-stages__image[data-stage="0-6"]{top:0;left:0;width:100%}}@media screen and (max-width:767px){.b-child-stages__image[data-stage="0-6"]{top:10px;left:22px;width:416px;height:auto}}.b-child-stages__image[data-stage="6-9"]{left:30px;top:12px}@media screen and (max-width:1023px){.b-child-stages__image[data-stage="6-9"]{top:0;left:0;width:calc(100% + 40px)}}@media screen and (max-width:767px){.b-child-stages__image[data-stage="6-9"]{top:30px;left:22px;width:416px;height:auto}}.b-child-stages__image[data-stage="9-12"]{left:54px;top:60px}@media screen and (max-width:1023px){.b-child-stages__image[data-stage="9-12"]{top:14px;left:0;width:100%}}@media screen and (max-width:767px){.b-child-stages__image[data-stage="9-12"]{top:44px;left:22px;width:416px;height:auto}}.b-child-stages__image[data-stage="12-18"]{left:-92px;top:84px}@media screen and (max-width:1023px){.b-child-stages__image[data-stage="12-18"]{top:15px;left:0;width:100%}}@media screen and (max-width:767px){.b-child-stages__image[data-stage="12-18"]{top:48px;left:22px;width:416px;height:auto}}.b-child-stages__image[data-stage="18-24"]{left:-8px;top:-28px}@media screen and (max-width:1023px){.b-child-stages__image[data-stage="18-24"]{top:0;left:0;width:100%}}@media screen and (max-width:767px){.b-child-stages__image[data-stage="18-24"]{top:-20px;left:22px;width:416px;height:auto}}.b-child-stages__submenu{display:flex;color:#fff;gap:25px;margin-top:auto}@media screen and (max-width:1023px){.b-child-stages__submenu{display:none;margin-top:20px;gap:16px}}.b-child-stages__submenu-item{font-size:16px;line-height:22px;text-decoration:underline;text-underline-offset:3px;white-space:nowrap;color:#fff}@media screen and (max-width:1023px){.b-child-stages__submenu-item{font-size:14px;line-height:16px}}.b-child-stages__submenu-item:hover{color:#fff;text-decoration:none}.b-other-services{padding:38px 0 48px;background:#f3f7f9}@media screen and (max-width:459px){.b-other-services{padding:22px 0 32px}}@media screen and (max-width:459px){.b-other-services--mobile-spoiler{padding:22px 0 22px}}@media screen and (max-width:459px){.b-other-services--mobile-spoiler .b-other-services__controls{padding-bottom:10px}}@media screen and (max-width:459px){.b-other-services--mobile-spoiler .b-other-services__title{position:relative;text-align:left;padding-bottom:0;margin-bottom:23px}.b-other-services--mobile-spoiler .b-other-services__title:after,.b-other-services--mobile-spoiler .b-other-services__title:before{content:'';position:absolute;right:5px;top:12px;width:22px;height:2px;border-radius:2px;background:#353535;transition:-webkit-transform 134ms;transition:transform 134ms;transition:transform 134ms,-webkit-transform 134ms}.b-other-services--mobile-spoiler .b-other-services__title.is-closed{margin-bottom:0}.b-other-services--mobile-spoiler .b-other-services__title.is-closed:before{-webkit-transform:rotate(90deg);transform:rotate(90deg)}.b-other-services--mobile-spoiler .b-other-services__title.is-closed:after{-webkit-transform:rotate(180deg);transform:rotate(180deg)}}@media screen and (max-width:459px){.b-other-services--mobile-spoiler .b-other-services__title.is-closed~.b-other-services__box,.b-other-services--mobile-spoiler .b-other-services__title.is-closed~.b-other-services__controls{display:none}}.b-other-services__title{color:#27388a;text-align:center;font-family:RotonBol,Arial,Helvetica,sans-serif;font-size:25px;line-height:1;padding-bottom:28px}@media screen and (max-width:767px){.b-other-services__title{font-size:24px}}@media screen and (max-width:459px){.b-other-services__title{font-size:21px}}.b-other-services__box{display:flex;flex-wrap:wrap;gap:16px}@media screen and (max-width:459px){.b-other-services__box{gap:12px 10px}}.b-other-services__item{background:#fff;padding:7px 8px;display:flex;align-items:center;width:calc((100% - 16px * 3)/ 4);border-radius:8px;gap:16px}.b-other-services__item--x3{width:calc((100% - 16px * 2)/ 3)}@media screen and (max-width:1023px){.b-other-services__item{width:calc((100% - 16px * 2)/ 3)}}@media screen and (max-width:767px){.b-other-services__item{width:calc((100% - 16px * 1)/ 2)}}@media screen and (max-width:459px){.b-other-services__item{width:100%;gap:8px}}.b-other-services__item:hover{box-shadow:0 0 6px #e6e6ef}.b-other-services__image{background:#7facd1 no-repeat center center;border-radius:4px;flex:none;width:84px;height:84px;color:#fff;transition:background-color 134ms;display:flex;align-items:center;justify-content:center}.b-other-services__image img.menu-icon{width:100%;height:100%;max-width:73px;max-height:72px}.b-other-services__image img.menu-icon--hover{display:none}@media screen and (max-width:459px){.b-other-services__image{width:48px;height:48px}.b-other-services__image img.menu-icon{max-width:42px;max-height:42px}}.b-other-services__item:hover .b-other-services__image{background-color:#27388a}.b-other-services__item:hover .b-other-services__image img.menu-icon{display:none}.b-other-services__item:hover .b-other-services__image img.menu-icon--hover{display:block}.b-other-services__desc{color:#404040;font-size:15px;line-height:21px;padding-right:5px;word-break:break-word}@media screen and (max-width:459px){.b-other-services__desc{padding-right:0}}.b-other-services__controls{display:flex;justify-content:center;margin-top:33px}@media screen and (max-width:459px){.b-other-services__controls{margin-top:18px}}.b-other-services__button{max-width:130px;font-size:15px}.b-check-articles{padding:76px 0;background:#dde6ed}@media screen and (max-width:767px){.b-check-articles{padding:40px 0 50px}}@media screen and (max-width:459px){.b-check-articles{padding:22px 0 32px}}@media screen and (max-width:459px){.b-check-articles--mobile-spoiler{padding:22px 0 22px}}@media screen and (max-width:459px){.b-check-articles--mobile-spoiler .b-check-articles__controls{padding-bottom:10px}}@media screen and (max-width:459px){.b-check-articles--mobile-spoiler .b-check-articles__title{position:relative;text-align:left;padding-bottom:0;margin-bottom:24px}.b-check-articles--mobile-spoiler .b-check-articles__title:after,.b-check-articles--mobile-spoiler .b-check-articles__title:before{content:'';position:absolute;right:5px;top:12px;width:22px;height:2px;border-radius:2px;background:#353535;transition:-webkit-transform 134ms;transition:transform 134ms;transition:transform 134ms,-webkit-transform 134ms}.b-check-articles--mobile-spoiler .b-check-articles__title.is-closed{margin-bottom:0}.b-check-articles--mobile-spoiler .b-check-articles__title.is-closed:before{-webkit-transform:rotate(90deg);transform:rotate(90deg)}.b-check-articles--mobile-spoiler .b-check-articles__title.is-closed:after{-webkit-transform:rotate(180deg);transform:rotate(180deg)}}@media screen and (max-width:459px){.b-check-articles--mobile-spoiler .b-check-articles__title.is-closed~.b-check-articles__box,.b-check-articles--mobile-spoiler .b-check-articles__title.is-closed~.b-check-articles__controls{display:none}}.b-check-articles__title{color:#27388a;text-align:center;font-family:RotonBol,Arial,Helvetica,sans-serif;font-size:25px;line-height:1;padding-bottom:21px}@media screen and (max-width:459px){.b-check-articles__title{font-size:21px}}.b-check-articles__box{display:flex;flex-wrap:wrap;gap:16px}@media screen and (max-width:459px){.b-check-articles__box{gap:8px}}.b-check-articles__item{position:relative;background:#000;padding:7px 8px;width:calc((100% - 16px * 2)/ 3);border-radius:8px;color:#fff;display:flex;align-items:center;justify-content:center;text-align:center;font-family:RotonBol,Arial,Helvetica,sans-serif;font-size:17px;line-height:19px;padding:21px 15px}@media screen and (max-width:1023px){.b-check-articles__item br{content:' ';margin-right:5px}}@media screen and (max-width:767px){.b-check-articles__item{width:calc((100% - 16px * 1)/ 2);min-height:80px}}@media screen and (max-width:459px){.b-check-articles__item{width:100%;font-size:16px}}.b-check-articles__item span{position:relative;z-index:5}.b-check-articles__item:hover{color:#fff}.b-check-articles__item:hover .b-check-articles__image:after{background:rgba(0,0,0,.4)}.b-check-articles__image{position:absolute;left:0;right:0;top:0;bottom:0;z-index:1;font-size:0;line-height:1}.b-check-articles__image:after{content:'';position:absolute;left:0;right:0;top:0;bottom:0;background:rgba(0,0,0,.5);border-radius:8px;transition:background 134ms;z-index:2}.b-check-articles__image img{position:relative;-o-object-fit:cover;object-fit:cover;width:100%;height:100%;border-radius:8px;z-index:1}.b-check-articles__controls{display:flex;justify-content:center;margin-top:24px}.b-check-articles__button{max-width:140px;font-size:15px}.b-page-404{background:url(/new/f/img/back-p404.svg) no-repeat center center #edf0f9;background-size:1240px auto;display:flex;align-items:center;justify-content:center;min-height:70vh}@media screen and (max-width:1023px){.b-page-404{background-size:1024px auto;min-height:60vh}}.b-page-404__wrapper{width:100%;max-width:460px}@media screen and (max-width:767px){.b-page-404__wrapper{width:auto}}.b-page-404__title{color:#ff8300;text-align:center;font-family:RotonBol,Arial,Helvetica,sans-serif;font-size:74px;line-height:1}@media screen and (max-width:767px){.b-page-404__title{font-size:68px}}.b-page-404__subtitle{color:#27388a;text-align:center;font-family:RotonBol,Arial,Helvetica,sans-serif;font-size:50px;line-height:1}@media screen and (max-width:767px){.b-page-404__subtitle{font-size:36px}}@media screen and (max-width:459px){.b-page-404__subtitle{font-size:28px}}.b-page-404__desc{margin-top:38px;color:#353535;text-align:center;font-size:20px;line-height:1.4}@media screen and (max-width:767px){.b-page-404__desc{font-size:18px;margin-top:24px}}@media screen and (max-width:459px){.b-page-404__desc{font-size:16px;margin-top:18px}}.b-page-404__desc a{color:#5a9ace}.b-page-404__desc a:hover{color:#ff8300}@media screen and (max-width:1023px) and (max-width:767px){.b-page-404{background-size:768px auto;min-height:50vh}}@media screen and (max-width:1023px) and (max-width:459px){.b-page-404{background-position:calc(100% + 10vh) center;min-height:400px}}.b-checklists{background:#edf0f9}.b-checklists__wrapper{padding:28px 0}@media screen and (max-width:767px){.b-checklists__wrapper{padding:24px 0}}.b-checklists__item{background:#fff;border-radius:8px;margin-bottom:16px;padding:28px 24px}@media screen and (max-width:767px){.b-checklists__item{padding:15px 20px;margin-bottom:8px}}.b-checklists__item:last-child{margin-bottom:0}.b-checklists__caption{position:relative;color:#001689;font-family:RotonBol,Arial,Helvetica,sans-serif;font-size:21px;line-height:24px;letter-spacing:0;cursor:pointer;padding-right:40px;transition:color 134ms}@media screen and (max-width:767px){.b-checklists__caption{font-size:17px;line-height:19px}}.b-checklists__caption:hover{color:#ff8300}.b-checklists__caption:after,.b-checklists__caption:before{content:'';position:absolute;right:4px;top:11px;width:24px;height:2px;background:currentColor;transition:-webkit-transform 134ms;transition:transform 134ms;transition:transform 134ms,-webkit-transform 134ms}@media screen and (max-width:767px){.b-checklists__caption:after,.b-checklists__caption:before{top:8px;right:3px;width:18px}}.b-checklists__caption:before{-webkit-transform:rotate(90deg);transform:rotate(90deg)}.b-checklists__caption:after{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.b-checklists__questions{display:none;color:#353535;font-family:RotonBol,Arial,Helvetica,sans-serif;font-size:17px;line-height:19px;letter-spacing:.015em;margin:32px 0 8px}@media screen and (max-width:767px){.b-checklists__questions{font-size:15px;line-height:16px}}.b-checklists__questions li{position:relative;padding-left:15px;margin-bottom:15px}@media screen and (max-width:767px){.b-checklists__questions li{margin-bottom:17px}}.b-checklists__questions li:last-child{margin-bottom:0}.b-checklists__questions li:before{content:'';position:absolute;left:0;top:7px;width:6px;height:6px;border-radius:50%;background:#001689}@media screen and (max-width:767px){.b-checklists__questions li:before{top:5px}}.b-checklists__questions a{color:#353535}.b-checklists__questions a:hover{color:#ff8300}.b-checklists__inner{padding:26px 0 32px}@media screen and (max-width:459px){.b-checklists__inner{padding:17px 0 8px}}.b-checklists__desc{text-align:center;max-width:710px;margin:0 auto;line-height:22px;margin-bottom:26px}@media screen and (max-width:767px){.b-checklists__desc{padding:0 24px}}@media screen and (max-width:459px){.b-checklists__desc{text-align:left;font-size:14px;line-height:1.43;margin-bottom:15px;padding:0}}.b-checklists__answer{background:#fff;padding:34px;border-radius:8px;margin-bottom:9px}@media screen and (max-width:459px){.b-checklists__answer{margin:0 -16px 16px;border-radius:0;padding:24px 16px}}.b-checklists__answer li{position:relative;padding-left:30px;margin-bottom:25px;letter-spacing:.017em;line-height:23px}@media screen and (max-width:459px){.b-checklists__answer li{font-size:14px;line-height:20px;padding-left:24px;margin-bottom:8px}}.b-checklists__answer li:before{content:'';position:absolute;left:2px;top:3px;width:16px;height:9px;border-left:2px solid #ff8300;border-bottom:2px solid #ff8300;-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}@media screen and (max-width:459px){.b-checklists__answer li:before{width:12px;height:7px}}.b-checklists__answer li:last-child{margin-bottom:0}.b-checklists__controls{display:flex;justify-content:center;gap:8px;padding-top:16px}@media screen and (max-width:459px){.b-checklists__controls{padding-top:0;padding-bottom:24px}}.b-checklists__back{position:relative;max-width:160px;font-size:16px;padding-left:42px}.b-checklists__back:before{content:'';position:absolute;left:26px;top:14px;width:12px;height:12px;border-left:2px solid currentColor;border-bottom:2px solid currentColor;-webkit-transform:rotate(45deg);transform:rotate(45deg)}.b-checklists__button{background:#27388a no-repeat center center;border-radius:50%;width:40px;height:40px;cursor:pointer;transition:background 134ms}.b-checklists__button:hover{background-color:#ff8300}.b-checklists__button--download{background-image:url(/new/f/img/icon-download.svg)}.b-checklists__button--favorite{background-image:url(/new/f/img/icon-heart.svg)}.b-checklists__button--favorite.is-selected{background-color:#ff4747}.b-checklists__button--favorite:hover{background-color:#ff8300}.b-checklists__item.is-open .b-checklists__caption{color:#ff8300}.b-checklists__item.is-open .b-checklists__caption:after,.b-checklists__item.is-open .b-checklists__caption:before{-webkit-transform:rotate(0);transform:rotate(0)}.b-checklists__item.is-open .b-checklists__questions{display:block}.b-page-faq{background:url(/new/f/img/faq/top-back.svg) no-repeat left top #27388a;background-position:calc(50% - 332px) calc(50% + 4px);text-align:center;padding:33px 24px 53px;color:#fff}@media screen and (max-width:767px){.b-page-faq{padding:63px 24px;background-position:calc(50% - 40px) calc(50% - 14px)}}.b-page-faq__title{font-family:RotonBol,Arial,Helvetica,sans-serif;font-size:76px;line-height:1;color:#fff;margin-bottom:15px}@media screen and (max-width:767px){.b-page-faq__title{font-size:26px;margin-bottom:0}}.b-page-faq__desc{font-size:21px;line-height:28px}@media screen and (max-width:767px){.b-page-faq__desc{font-size:16px}}.b-faq{padding:40px 0;background:#f3f7f9}@media screen and (max-width:767px){.b-faq{padding:20px 0}}.b-faq__group{display:flex;justify-content:center;align-items:center;margin:28px 0}@media screen and (max-width:767px){.b-faq__group{margin:18px 0}}@media screen and (max-width:459px){.b-faq__group{flex-direction:column-reverse}}.b-faq__group-title{color:#ff8300;font-family:RotonBol,Arial,Helvetica,sans-serif;font-size:26px;line-height:1;margin-right:42px;text-align:center}@media screen and (max-width:767px){.b-faq__group-title{font-size:22px;margin-right:15px}}@media screen and (max-width:459px){.b-faq__group-title{margin-right:0;margin-top:8px}}.b-faq__group-logo{max-height:72px;font-size:0;line-height:1;flex:none}@media screen and (max-width:767px){.b-faq__group-logo{max-height:62px}}.b-faq__group-logo img{max-height:72px}@media screen and (max-width:767px){.b-faq__group-logo img{max-height:62px}}.b-faq__block.is-hidden{display:none}.b-faq__item{background:#fff;border-radius:8px;margin-bottom:16px;padding:28px 24px}@media screen and (max-width:767px){.b-faq__item{padding:15px 15px 15px 20px;margin-bottom:8px}}.b-faq__item:last-child{margin-bottom:0}.b-faq__answer{display:none;margin-top:10px;font-size:16px;line-height:20px}@media screen and (max-width:767px){.b-faq__answer{font-size:14px}}.b-faq__question{position:relative;color:#001689;font-family:RotonBol,Arial,Helvetica,sans-serif;font-size:21px;line-height:24px;letter-spacing:0;cursor:pointer;padding-right:40px;transition:color 134ms}@media screen and (max-width:767px){.b-faq__question{font-size:17px;line-height:19px}}.b-faq__question:hover{color:#ff8300}.b-faq__question:after,.b-faq__question:before{content:'';position:absolute;right:4px;top:11px;width:24px;height:2px;background:currentColor;transition:-webkit-transform 134ms;transition:transform 134ms;transition:transform 134ms,-webkit-transform 134ms}@media screen and (max-width:767px){.b-faq__question:after,.b-faq__question:before{top:8px;right:3px;width:18px}}.b-faq__question:before{-webkit-transform:rotate(90deg);transform:rotate(90deg)}.b-faq__question:after{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.b-faq__item.is-open .b-faq__question{color:#ff8300}.b-faq__item.is-open .b-faq__question:after,.b-faq__item.is-open .b-faq__question:before{-webkit-transform:rotate(0);transform:rotate(0)}.b-faq__item.is-open .b-faq__answer{display:block}.b-unsubscribe{background:#edf0f9;padding:42px 0 40px}@media screen and (max-width:459px){.b-unsubscribe{padding:24px 0 30px}}.b-unsubscribe__title{color:#27388a;text-align:center;font-family:RotonBol,Arial,Helvetica,sans-serif;font-size:26px;line-height:1;margin-bottom:13px}@media screen and (max-width:459px){.b-unsubscribe__title{font-size:21px;line-height:26px;margin-bottom:12px}}.b-unsubscribe__desc{color:#353535;text-align:center;font-size:21px;line-height:28px;letter-spacing:0;margin-bottom:26px}@media screen and (max-width:459px){.b-unsubscribe__desc{font-size:17px;line-height:22px;margin-bottom:20px}}.b-unsubscribe__question{background:#fafafa;border-radius:32px;padding:40px 80px}@media screen and (max-width:1023px){.b-unsubscribe__question{padding:40px}}@media screen and (max-width:459px){.b-unsubscribe__question{border-radius:16px;padding:24px}}.b-unsubscribe__answer{position:relative;font-size:16px;line-height:22px;margin-bottom:24px;display:block}.b-unsubscribe__answer input{position:absolute;left:0;top:0;opacity:0}.b-unsubscribe__answer span{display:block;padding-left:40px}@media screen and (max-width:459px){.b-unsubscribe__answer span{padding-left:32px}}.b-unsubscribe__answer span:before{content:'';position:absolute;left:2px;top:2px;width:24px;height:24px;border:1px solid #cbcbcb;border-radius:50%;transition:border 134ms}@media screen and (max-width:459px){.b-unsubscribe__answer span:before{top:0;left:0;width:20px;height:20px}}.b-unsubscribe__answer:last-child{margin-bottom:0}.b-unsubscribe__controls{display:flex;justify-content:center;margin-top:24px}@media screen and (max-width:459px){.b-unsubscribe__controls{margin-top:15px}}.b-unsubscribe__button{max-width:160px}@media screen and (max-width:459px){.b-unsubscribe__button{font-size:15px;max-width:140px}}.b-unsubscribe__answer input:checked+span:before{border:6px solid #ff8300}.b-club-page{background:#7fbedd}.b-club-page__wrapper{position:relative}.b-club-page__image{position:absolute;left:0;right:0;top:0;bottom:0;z-index:1;overflow:hidden}@media screen and (max-width:767px){.b-club-page__image{position:relative;right:auto;bottom:auto}}@media screen and (max-width:459px){.b-club-page__image{font-size:0;line-height:1}}.b-club-page__image:after{content:'';position:absolute;right:calc(50% - 1570px);top:calc(50% - 386px);z-index:2;width:952px;height:798px;background:url(/new/f/img/club/top-mask.svg) no-repeat left top;-webkit-transform:rotate(45deg);transform:rotate(45deg)}@media screen and (max-width:1239px){.b-club-page__image:after{display:none}}.b-club-page__back{position:absolute;right:calc(50% - 806px);top:calc(50% - 261px);z-index:2}@media screen and (max-width:1239px){.b-club-page__back{right:calc(50% - 730px)}}@media screen and (max-width:1023px){.b-club-page__back{right:calc(50% - 660px)}}@media screen and (max-width:767px){.b-club-page__back{position:relative;right:auto;top:0;max-width:100%;-webkit-mask-image:url(/new/f/img/club/reg-mask-mobile.svg);mask-image:url(/new/f/img/club/reg-mask-mobile.svg);-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-position:50% 100%;mask-position:50% 100%}}@media screen and (max-width:459px){.b-club-page__back{margin-top:-14px}}.b-club-page__layout{background:#7fbedd;position:absolute;top:0;bottom:0;left:0;right:calc(50% + 174px);z-index:3}@media screen and (max-width:1365px){.b-club-page__layout{right:calc(50% + 110px)}}@media screen and (max-width:1023px){.b-club-page__layout{right:calc(50% + 130px)}}@media screen and (max-width:767px){.b-club-page__layout{display:none}}.b-club-page__layout:before{content:'';position:absolute;right:-258px;top:-126px;z-index:3;width:952px;height:798px;background:url(/new/f/img/club/top-mask.svg) no-repeat left top}.b-club-page__content{position:relative;z-index:5;max-width:51.4%;min-height:522px;padding:20px 24px 20px 97px;text-align:left;display:flex;flex-direction:column;justify-content:center;align-items:flex-start}@media screen and (max-width:1239px){.b-club-page__content{padding-left:48px}}@media screen and (max-width:1023px){.b-club-page__content{max-width:58%;min-height:460px;padding-left:32px}}@media screen and (max-width:767px){.b-club-page__content{max-width:none;min-height:0;padding:0 24px 48px}}@media screen and (max-width:459px){.b-club-page__content{padding:4px 16px 24px}}.b-club-page__title{color:#fff;font-family:RotonBol,Arial,Helvetica,sans-serif;font-size:37px;line-height:43px;padding-bottom:26px;letter-spacing:.013em;margin-bottom:0}@media screen and (max-width:1023px){.b-club-page__title{font-size:32px;line-height:34px;padding-bottom:16px}}@media screen and (max-width:459px){.b-club-page__title{font-size:25px;line-height:29px;letter-spacing:0;padding-bottom:12px}}.b-club-page__desc{font-size:25px;line-height:34px;letter-spacing:.018em;max-width:520px;margin-bottom:24px}@media screen and (max-width:1023px){.b-club-page__desc{font-size:21px;line-height:34px}}@media screen and (max-width:459px){.b-club-page__desc{font-size:16px;line-height:22px;margin-bottom:19px}}.b-mission{background:#f3f7f9;padding:50px 0}@media screen and (max-width:767px){.b-mission{padding:32px 0 48px}}@media screen and (max-width:459px){.b-mission{padding:8px 0 20px}}.b-mission__wrapper{display:flex;justify-content:space-between;align-items:center}@media screen and (max-width:767px){.b-mission__wrapper{flex-direction:column}}.b-mission__info{color:#363a4f;font-size:25px;line-height:34px;letter-spacing:.02em;padding:25px 50px 0 0;width:45.4%}@media screen and (max-width:1239px){.b-mission__info{font-size:21px}}@media screen and (max-width:1023px){.b-mission__info{padding:0 32px 0 0;width:57%}}@media screen and (max-width:767px){.b-mission__info{padding:0 24px;width:100%}}@media screen and (max-width:459px){.b-mission__info{padding:2px 16px;font-size:17px;line-height:22px;letter-spacing:0}}.b-mission__info span{background:#ff8300;color:#fff;padding:0 4px;border-radius:6px}.b-mission__image{text-align:right;width:54.6%}@media screen and (max-width:1365px){.b-mission__image{padding-left:24px}}@media screen and (max-width:1239px){.b-mission__image{padding:0 24px}}@media screen and (max-width:1023px){.b-mission__image{padding-top:20px;width:43%}}@media screen and (max-width:767px){.b-mission__image{padding-top:0;max-width:460px;width:100%}}@media screen and (max-width:459px){.b-mission__image{padding:0 2px;font-size:0;line-height:1}}.b-mission__image img{max-width:100%}.b-advantages{padding:76px 0 74px}@media screen and (max-width:1023px){.b-advantages{padding:42px 0}}@media screen and (max-width:459px){.b-advantages{padding:24px 0 28px}}.b-advantages__title{color:#283147;text-align:center;font-family:RotonBol,Arial,Helvetica,sans-serif;font-size:34px;line-height:38px;max-width:600px;margin:0 auto 42px}@media screen and (max-width:1023px){.b-advantages__title{font-size:32px;line-height:34px}}@media screen and (max-width:459px){.b-advantages__title{font-size:25px;line-height:29px;letter-spacing:.01em;text-align:left;margin-bottom:19px}}.b-advantages__box{display:flex;flex-wrap:wrap;gap:16px}@media screen and (max-width:767px){.b-advantages__box{flex-direction:column}}@media screen and (max-width:459px){.b-advantages__box{display:block}}.b-advantages__item{color:#404040;font-size:24px;line-height:29px;letter-spacing:.035em;padding:24px;border-radius:32px;min-height:240px;display:flex;align-items:center;background:none no-repeat left top}@media screen and (max-width:1023px){.b-advantages__item{min-height:210px;font-size:21px;line-height:1.3}}@media screen and (max-width:459px){.b-advantages__item{min-height:80px;font-size:17px;line-height:19px;letter-spacing:.01em;border-radius:8px;padding:21px 16px;margin-bottom:8px}}.b-advantages__item:nth-child(1){background-image:url(/new/f/img/club/image1.png);background-position:-1px 50%;background-color:#ffe8bf;width:calc(55.6% - 8px);padding-left:224px}@media screen and (max-width:1023px){.b-advantages__item:nth-child(1){background-size:auto 60%;background-position:8px 50%;padding-left:160px;width:calc(50% - 8px)}}@media screen and (max-width:767px){.b-advantages__item:nth-child(1){width:100%}}@media screen and (max-width:459px){.b-advantages__item:nth-child(1){padding-left:84px;background-size:70px auto;background-position:7px calc(50% + 2px)}}.b-advantages__item:nth-child(2){background-image:url(/new/f/img/club/image2.png);background-position:27px 50%;background-color:#ffc9d5;width:calc(44.4% - 8px);padding-left:190px}@media screen and (max-width:1023px){.b-advantages__item:nth-child(2){background-size:auto 60%;background-position:20px 50%;padding-left:160px;width:calc(50% - 8px)}}@media screen and (max-width:767px){.b-advantages__item:nth-child(2){width:100%}}@media screen and (max-width:459px){.b-advantages__item:nth-child(2){padding-left:84px;background-size:52px auto;background-position:16px calc(50% + 3px)}}.b-advantages__item:nth-child(3){background-image:url(/new/f/img/club/image3.png);background-position:36px 50%;background-color:#fbceff;width:calc(38.4% - 8px);padding-left:215px}@media screen and (max-width:1239px){.b-advantages__item:nth-child(3){width:calc(41.4% - 8px)}}@media screen and (max-width:1023px){.b-advantages__item:nth-child(3){background-size:auto 70%;background-position:30px 50%;padding-left:180px;width:calc(50% - 8px)}}@media screen and (max-width:767px){.b-advantages__item:nth-child(3){width:100%}}@media screen and (max-width:459px){.b-advantages__item:nth-child(3){padding-left:84px;background-size:56px auto;background-position:14px 50%}}.b-advantages__item:nth-child(4){background-image:url(/new/f/img/club/image4.png);background-position:1px 15px;background-color:#ffe6d1;width:calc(61.6% - 8px);padding-left:232px}@media screen and (max-width:1239px){.b-advantages__item:nth-child(4){width:calc(58.6% - 8px)}}@media screen and (max-width:1023px){.b-advantages__item:nth-child(4){background-size:auto 90%;background-position:-20px 50%;padding-left:180px;width:calc(50% - 8px)}}@media screen and (max-width:767px){.b-advantages__item:nth-child(4){width:100%}}@media screen and (max-width:459px){.b-advantages__item:nth-child(4){padding-left:84px;background-size:84px auto;background-position:0 calc(50% + 2px)}}.b-advantages__controls{display:flex;flex-direction:column;align-items:center;margin-top:49px}@media screen and (max-width:459px){.b-advantages__controls{margin-top:24px;align-items:flex-start}}.b-advantages__button{max-width:210px;font-size:21px;line-height:46px;border-radius:25px;letter-spacing:.015em;height:48px}@media screen and (max-width:459px){.b-advantages__button{font-size:17px;max-width:176px}}.b-advantages__link{margin-top:12px;text-decoration:underline;color:#353535}@media screen and (max-width:459px){.b-advantages__link{font-size:15px;letter-spacing:.01em}}.b-advantages__link:hover{text-decoration:none}.b-features{background:#1e4566;padding:0}@media screen and (max-width:1023px){.b-features{padding:32px 0 48px}}@media screen and (max-width:767px){.b-features{padding:32px 0}}@media screen and (max-width:459px){.b-features{padding:24px 0}}.b-features__item{position:relative;display:flex;align-items:center;padding:0 90px;min-height:716px}@media screen and (max-width:1023px){.b-features__item{flex-direction:column;justify-content:center;min-height:0}}@media screen and (max-width:767px){.b-features__item{padding:0 70px}}@media screen and (max-width:459px){.b-features__item{padding:0 16px}}.b-features__image{position:relative;width:55.2%;z-index:1}@media screen and (max-width:1023px){.b-features__image{width:460px;height:380px}}@media screen and (max-width:459px){.b-features__image{margin-top:96px;width:100%;height:284px}}.b-features__image img{position:absolute}.b-features__info{position:relative;width:44.8%;max-width:500px;z-index:2}@media screen and (max-width:1023px){.b-features__info{width:100%;max-width:520px;padding:24px 0}}@media screen and (max-width:459px){.b-features__info{position:static;padding:8px 0}}.b-features__item--slide1 .b-features__image img:nth-child(1){-webkit-transform:rotate(60deg);transform:rotate(60deg);top:calc(50% - 268px);right:17.6%;width:72.466%;height:auto}@media screen and (max-width:1239px){.b-features__item--slide1 .b-features__image img:nth-child(1){top:calc(50% - 210px)}}@media screen and (max-width:1023px){.b-features__item--slide1 .b-features__image img:nth-child(1){top:calc(50% - 180px)}}@media screen and (max-width:459px){.b-features__item--slide1 .b-features__image img:nth-child(1){width:244px;height:265px;right:auto;top:8px;left:calc(50% - 126px)}}.b-features__item--slide1 .b-features__image img:nth-child(2){top:calc(50% - 195px);right:-65px;width:121.925%;height:auto}@media screen and (max-width:1239px){.b-features__item--slide1 .b-features__image img:nth-child(2){top:calc(50% - 156px);right:-30px}}@media screen and (max-width:1023px){.b-features__item--slide1 .b-features__image img:nth-child(2){top:calc(50% - 130px);right:-40px}}@media screen and (max-width:459px){.b-features__item--slide1 .b-features__image img:nth-child(2){width:402px;height:202px;right:auto;left:calc(50% - 206px);top:45px}}.b-features__item--slide2 .b-features__image img:nth-child(1){top:calc(50% - 248px);right:133px;width:70.146%;height:auto}@media screen and (max-width:1239px){.b-features__item--slide2 .b-features__image img:nth-child(1){top:calc(50% - 210px);right:84px}}@media screen and (max-width:1023px){.b-features__item--slide2 .b-features__image img:nth-child(1){top:calc(50% - 180px)}}@media screen and (max-width:459px){.b-features__item--slide2 .b-features__image img:nth-child(1){width:244px;height:265px;right:auto;top:10px;left:calc(50% - 122px)}}.b-features__item--slide2 .b-features__image img:nth-child(2){border-radius:32px;top:calc(50% - 190px);right:31.8%;width:63.264%;height:auto}@media screen and (max-width:1239px){.b-features__item--slide2 .b-features__image img:nth-child(2){top:calc(50% - 170px)}}@media screen and (max-width:1023px){.b-features__item--slide2 .b-features__image img:nth-child(2){border-radius:16px;top:calc(50% - 150px);right:35%}}@media screen and (max-width:459px){.b-features__item--slide2 .b-features__image img:nth-child(2){width:220px;height:auto;-o-object-position:0 0;object-position:0 0;border-radius:16px;right:auto;left:calc(50% - 148px);top:38px}}.b-features__item--slide2 .b-features__image img:nth-child(3){border-radius:32px;top:calc(50% - 21px);right:10.6%;width:63.264%;height:auto}@media screen and (max-width:1239px){.b-features__item--slide2 .b-features__image img:nth-child(3){top:calc(50% - 41px)}}@media screen and (max-width:1023px){.b-features__item--slide2 .b-features__image img:nth-child(3){border-radius:16px;top:calc(50% - 21px);right:1%}}@media screen and (max-width:459px){.b-features__item--slide2 .b-features__image img:nth-child(3){width:220px;height:auto;-o-object-position:0 0;object-position:0 0;border-radius:16px;right:auto;left:calc(50% - 72px);top:124px}}.b-features__item--slide3 .b-features__image img:nth-child(1){-webkit-transform:rotate(-150deg);transform:rotate(-150deg);top:calc(50% - 235px);right:17%;width:70%;height:auto}@media screen and (max-width:1239px){.b-features__item--slide3 .b-features__image img:nth-child(1){top:calc(50% - 210px)}}@media screen and (max-width:1023px){.b-features__item--slide3 .b-features__image img:nth-child(1){top:calc(50% - 170px);right:15%}}@media screen and (max-width:459px){.b-features__item--slide3 .b-features__image img:nth-child(1){width:244px;height:265px;right:auto;top:18px;left:calc(50% - 122px)}}.b-features__item--slide3 .b-features__image img:nth-child(2){top:calc(50% - 147px);right:34%;width:33.214%;height:auto}@media screen and (max-width:1239px){.b-features__item--slide3 .b-features__image img:nth-child(2){top:calc(50% - 117px)}}@media screen and (max-width:1023px){.b-features__item--slide3 .b-features__image img:nth-child(2){top:calc(50% - 97px)}}@media screen and (max-width:459px){.b-features__item--slide3 .b-features__image img:nth-child(2){width:116px;height:auto;right:auto;top:62px;left:calc(50% - 61px)}}.b-features__item--slide3 .b-features__image img:nth-child(3){top:calc(50% - 251px);right:13.2%;width:26.6%;height:auto}@media screen and (max-width:1239px){.b-features__item--slide3 .b-features__image img:nth-child(3){top:calc(50% - 231px)}}@media screen and (max-width:1023px){.b-features__item--slide3 .b-features__image img:nth-child(3){top:calc(50% - 191px)}}@media screen and (max-width:459px){.b-features__item--slide3 .b-features__image img:nth-child(3){width:93px;height:auto;right:auto;top:10px;left:calc(50% + 34px)}}.b-features__item--slide3 .b-features__image img:nth-child(4){top:calc(50% + 39px);right:8.7%;width:27.4%;height:auto}@media screen and (max-width:1239px){.b-features__item--slide3 .b-features__image img:nth-child(4){top:calc(50% + 19px);right:9.7%}}@media screen and (max-width:1023px){.b-features__item--slide3 .b-features__image img:nth-child(4){top:calc(50% + 9px)}}@media screen and (max-width:459px){.b-features__item--slide3 .b-features__image img:nth-child(4){width:96px;height:auto;right:auto;top:155px;left:calc(50% + 47px)}}.b-features__item--slide3 .b-features__image img:nth-child(5){top:calc(50% + 111px);right:30.4%;width:23.725%;height:auto}@media screen and (max-width:1239px){.b-features__item--slide3 .b-features__image img:nth-child(5){top:calc(50% + 81px)}}@media screen and (max-width:459px){.b-features__item--slide3 .b-features__image img:nth-child(5){width:83px;height:auto;right:auto;top:191px;left:calc(50% - 15px)}}.b-features__item--slide3 .b-features__image img:nth-child(6){top:calc(50% - 23px);right:62.4%;width:30.195%;height:auto}@media screen and (max-width:1023px){.b-features__item--slide3 .b-features__image img:nth-child(6){right:66.4%}}@media screen and (max-width:459px){.b-features__item--slide3 .b-features__image img:nth-child(6){width:106px;height:auto;right:auto;top:124px;left:calc(50% - 150px)}}.b-features__item--slide3 .b-features__image img:nth-child(7){top:calc(50% - 251px);right:53%;width:27.606%;height:auto}@media screen and (max-width:1239px){.b-features__item--slide3 .b-features__image img:nth-child(7){top:calc(50% - 251px)}}@media screen and (max-width:1023px){.b-features__item--slide3 .b-features__image img:nth-child(7){top:calc(50% - 191px);right:51%}}@media screen and (max-width:459px){.b-features__item--slide3 .b-features__image img:nth-child(7){width:97px;height:auto;right:auto;top:10px;left:calc(50% - 108px)}}.b-features .slick-active .b-features__image img{-webkit-animation:none;animation:none;opacity:1}.b-features__caption{color:#ff8300;font-family:RotonBol,Arial,Helvetica,sans-serif;font-size:33px;line-height:38px;margin-bottom:40px;letter-spacing:.01em}@media screen and (max-width:1239px){.b-features__caption{font-size:30px;line-height:34px;margin-bottom:30px}}@media screen and (max-width:459px){.b-features__caption{position:absolute;font-size:25px;line-height:29px;margin-bottom:0;top:0;left:16px;max-width:288px}}.b-features__title{color:#fff;font-family:RotonBol,Arial,Helvetica,sans-serif;font-size:25px;line-height:29px;letter-spacing:0;margin-bottom:16px}@media screen and (max-width:1239px){.b-features__title{font-size:23px;line-height:25px}}@media screen and (max-width:459px){.b-features__title{font-size:21px;line-height:24px;margin-bottom:8px}}.b-features__desc{color:#fff;font-size:25px;line-height:34px;letter-spacing:.018em;margin-bottom:16px}@media screen and (max-width:1239px){.b-features__desc{font-size:21px;line-height:30px}}@media screen and (max-width:459px){.b-features__desc{font-size:16px;line-height:21px;letter-spacing:.01em}}.b-features__dots{color:#fff;text-align:center;font-family:RotonBol,Arial,Helvetica,sans-serif;font-size:14px;line-height:1;display:flex;gap:16px;margin-bottom:39px}@media screen and (max-width:1239px){.b-features__dots{margin-bottom:29px}}@media screen and (max-width:459px){.b-features__dots{margin-bottom:26px}}.b-features__dot{cursor:pointer}.b-features__dot.is-active{color:#ff8300}.b-features__controls{padding:0}.b-features__button{border-width:2px;height:48px;font-size:21px;line-height:42px;border-radius:24px;max-width:242px;color:#fff}@media screen and (max-width:459px){.b-features__button{font-size:17px;max-width:204px}}@-webkit-keyframes fadeIn{0%{opacity:0}100%{opacity:1}}@keyframes fadeIn{0%{opacity:0}100%{opacity:1}}.b-advice{background:#dde6ed;text-align:center;padding:64px 0 80px}@media screen and (max-width:1023px){.b-advice{padding:48px 0}}@media screen and (max-width:459px){.b-advice{padding:24px 0}}.b-advice__title{color:#283147;text-align:center;font-family:RotonBol,Arial,Helvetica,sans-serif;font-size:33px;line-height:39px;margin-bottom:8px}@media screen and (max-width:1023px){.b-advice__title{font-size:32px;line-height:34px;margin-bottom:16px}}@media screen and (max-width:459px){.b-advice__title{text-align:left;font-size:25px;line-height:29px;letter-spacing:0;margin-bottom:12px}}.b-advice__desc{color:#353535;text-align:center;font-size:25px;line-height:36px;margin-bottom:30px}@media screen and (max-width:1023px){.b-advice__desc{font-size:21px;line-height:34px;padding:0 24px}}@media screen and (max-width:459px){.b-advice__desc{text-align:left;font-size:17px;line-height:22px;padding:0;margin-bottom:12px}}.b-advice__desc span{background:#fff;padding:0 4px;border-radius:6px}@media screen and (max-width:459px){.b-advice__desc span{padding:0 2px}}.b-advice__box{display:flex;gap:16px}@media screen and (max-width:767px){.b-advice__box{margin:0 -16px;max-width:calc(100% + 32px);overflow:hidden;overflow-x:auto;padding:0 16px 16px}}@media screen and (max-width:459px){.b-advice__box{padding-bottom:12px;gap:8px}}.b-advice__item{width:calc((100% - 16px * 2)/ 3);background:#fff;border-radius:16px;text-align:left;padding:32px}@media screen and (max-width:1023px){.b-advice__item{padding:24px}}@media screen and (max-width:767px){.b-advice__item{min-width:262px}}@media screen and (max-width:459px){.b-advice__item{padding:16px}}.b-advice__image{display:flex;justify-content:center;min-height:112px;margin-bottom:23px}@media screen and (max-width:459px){.b-advice__image{justify-content:flex-start;min-height:0;height:80px;margin-bottom:18px}}.b-advice__image img{max-width:100%;max-height:100%}.b-advice__caption{color:#283147;font-family:RotonBol,Arial,Helvetica,sans-serif;font-size:21px;line-height:24px;margin-bottom:8px;letter-spacing:0}@media screen and (max-width:1023px){.b-advice__caption{font-size:19px;line-height:24px}}@media screen and (max-width:459px){.b-advice__caption{font-size:17px;line-height:19px}}.b-advice__text{color:#063348;font-size:21px;line-height:28px;letter-spacing:.015em;margin-bottom:2px}@media screen and (max-width:1023px){.b-advice__text{font-size:17px;line-height:25px}}@media screen and (max-width:459px){.b-advice__text{line-height:22px}}.b-advice__controls{margin-top:40px}@media screen and (max-width:767px){.b-advice__controls{margin-top:24px}}@media screen and (max-width:459px){.b-advice__controls{margin-top:4px}}.b-advice__button{margin:0 auto;height:48px;font-size:21px;line-height:46px;max-width:170px;border-radius:24px}@media screen and (max-width:459px){.b-advice__button{font-size:17px;max-width:146px;margin:0}}.b-club-reg{background:#7fbedd}.b-club-reg__wrapper{position:relative;min-height:732px}.b-club-reg__image{position:absolute;left:0;right:0;top:0;bottom:0;z-index:1;overflow:hidden}@media screen and (max-width:1023px){.b-club-reg__image{position:relative}}.b-club-reg__back{position:absolute;right:calc(50% - 970px);top:-8px;z-index:2;-webkit-mask-image:url(/new/f/img/experts/back-callback.svg);mask-image:url(/new/f/img/experts/back-callback.svg);-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-position:calc(50% + 110px) calc(50% - 40px);mask-position:calc(50% + 110px) calc(50% - 40px)}@media screen and (max-width:1365px){.b-club-reg__back{-webkit-mask-position:calc(50% + 170px) calc(50% - 40px);mask-position:calc(50% + 170px) calc(50% - 40px)}}@media screen and (max-width:1239px){.b-club-reg__back{right:calc(50% - 940px);-webkit-mask-position:calc(50% + 240px) calc(50% - 40px);mask-position:calc(50% + 240px) calc(50% - 40px)}}@media screen and (max-width:1023px){.b-club-reg__back{-webkit-mask-image:url(/new/f/img/club/reg-mask-mobile.svg);mask-image:url(/new/f/img/club/reg-mask-mobile.svg);-webkit-mask-position:50% 100%;mask-position:50% 100%;position:relative;margin-top:-68px;left:0;right:auto;width:100%;height:auto}}@media screen and (max-width:459px){.b-club-reg__back{margin-top:0;top:0;-webkit-mask-position:50% calc(100% - 20px);mask-position:50% calc(100% - 20px)}}.b-club-reg__content{position:relative;z-index:5;max-width:590px;padding:64px 0;margin-left:9.1%;text-align:left}@media screen and (max-width:1239px){.b-club-reg__content{margin-left:48px}}@media screen and (max-width:1023px){.b-club-reg__content{padding:24px 0 48px;margin:0 auto;max-width:670px}}@media screen and (max-width:767px){.b-club-reg__content{padding:0 24px 48px}}@media screen and (max-width:459px){.b-club-reg__content{padding:0 16px 29px;margin-top:-28px}}.b-club-reg__title{color:#fff;font-family:RotonBol,Arial,Helvetica,sans-serif;font-size:38px;line-height:44px;letter-spacing:0;margin-bottom:38px}@media screen and (max-width:767px){.b-club-reg__title{font-size:32px;line-height:34px;margin-bottom:34px}}@media screen and (max-width:459px){.b-club-reg__title{font-size:25px;line-height:29px;margin-bottom:19px}}.b-club-reg__label{margin-top:15px;font-size:12px;line-height:1}@media screen and (max-width:459px){.b-club-reg .b-modal__row{flex-direction:column}}.b-club-reg .b-modal__row--controls{margin-top:8px;gap:0 6px}@media screen and (max-width:459px){.b-club-reg .b-modal__row--controls{flex-direction:row;align-items:flex-start;margin-top:0}}.b-club-reg .b-modal__row--controls .b-modal__btn{font-size:21px;height:56px;line-height:54px;letter-spacing:0;border-radius:28px}@media screen and (max-width:459px){.b-club-reg .b-modal__row--controls .b-modal__btn{font-size:17px;line-height:46px;padding:0 24px;height:48px}}@media screen and (max-width:459px){.b-club-reg .b-modal__row--controls .b-modal__btn.button--link{padding:0 16px}}.b-club-reg .b-child.is-open{background:rgba(255,255,255,.2);border-radius:8px;margin:10px -20px 20px;padding:20px 20px}@media screen and (max-width:767px){.b-club-reg .b-child.is-open{border-radius:0;margin:10px -24px 20px;padding:20px 24px}}.b-club-reg .b-child__item:after{display:none}.b-club-reg .b-field--date .b-field__wrapper,.b-club-reg .b-field--input .b-field__wrapper{border-radius:20px}.page-stub{min-height:100vh;background:#edf0f9}.page-stub__wrapper{position:relative;display:flex;flex-direction:column;justify-content:space-between;align-items:center;text-align:center;max-width:100%;min-height:100vh;padding:28px 50px;overflow:hidden}@media screen and (max-width:459px){.page-stub__wrapper{padding:24px 16px 56px}}.page-stub__wrapper:before{content:'';position:absolute;left:calc(50% - 795px);top:calc(50% - 334px);width:325px;height:640px;background:url(/new/f/img/stub/back-left.svg) no-repeat left top}@media screen and (max-width:1239px){.page-stub__wrapper:before{left:calc(50% - 590px)}}@media screen and (max-width:1023px){.page-stub__wrapper:before{left:calc(50% - 500px)}}@media screen and (max-width:767px){.page-stub__wrapper:before{left:calc(50% - 350px);top:calc(50% - 274px);width:225px;background-size:100% auto}}@media screen and (max-width:459px){.page-stub__wrapper:before{display:none}}.page-stub__wrapper:after{content:'';position:absolute;left:calc(50% + 36px);top:calc(50% - 407px);width:676px;height:553px;background:url(/new/f/img/stub/back-right.svg) no-repeat left top}@media screen and (max-width:1239px){.page-stub__wrapper:after{left:calc(50% - 68px)}}@media screen and (max-width:1023px){.page-stub__wrapper:after{left:calc(50% - 108px)}}@media screen and (max-width:767px){.page-stub__wrapper:after{left:calc(50% - 68px);top:calc(50% - 343px);width:476px;background-size:100% auto}}@media screen and (max-width:459px){.page-stub__wrapper:after{display:none}}.page-stub__info{display:flex;flex-direction:column;justify-content:center;align-items:center}.page-stub__logo{background:url(/new/f/img/pageLogoNew.svg) no-repeat left top;background-size:contain;width:206px;height:68px;margin:48px 0 20px}@media screen and (max-width:1023px){.page-stub__logo{margin-top:28px}}@media screen and (max-width:767px){.page-stub__logo{width:140px;height:48px;margin:24px 0}}@media screen and (max-width:459px){.page-stub__logo{margin:8px 0 24px}}.page-stub__title{font-family:RotonBol,Arial,Helvetica,sans-serif;font-size:76px;line-height:72px;letter-spacing:0;color:#27388a;margin-top:8vh}@media screen and (max-width:1023px){.page-stub__title{font-size:64px;line-height:68px;margin-top:6vh}}@media screen and (max-width:767px){.page-stub__title{font-size:36px;line-height:42px;margin-top:2vh}}.page-stub__desc{font-size:21px;line-height:28px;color:#929297;max-width:610px;margin-top:35px}@media screen and (max-width:767px){.page-stub__desc{font-size:17px;line-height:25px;margin-top:24px}}.page-stub__so{margin:30px 0}@media screen and (max-width:767px){.page-stub__so{margin:16px 0}}.page-stub__footer{font-size:14px;line-height:20px;color:#929297}@media screen and (max-width:767px){.page-stub__footer{font-size:12px;line-height:16px}}.b-site-map{background:#f3f7f9;padding:24px}@media screen and (max-width:767px){.b-site-map{padding:20px 0}}.b-site-map__wrapper{background:#fff;padding:37px 32px}@media screen and (max-width:767px){.b-site-map__wrapper{padding:21px 16px 16px}}.b-site-map__title{color:#27388a;font-family:RotonBol,Arial,Helvetica,sans-serif;font-size:33px;line-height:1;margin-bottom:42px}@media screen and (max-width:767px){.b-site-map__title{margin-bottom:20px}}.b-site-map__subtitle{color:#31a8db;font-family:RotonBol,Arial,Helvetica,sans-serif;font-size:25px;line-height:32px;margin-bottom:8px}@media screen and (max-width:1239px){.b-site-map__subtitle{margin-bottom:0}}.b-site-map__row{display:flex;gap:32px}@media screen and (max-width:1239px){.b-site-map__row{gap:24px}}@media screen and (max-width:1023px){.b-site-map__row{flex-wrap:wrap}}@media screen and (max-width:767px){.b-site-map__row{gap:16px}}.b-site-map__column{width:calc((100% - 32px * 2)/ 3)}@media screen and (max-width:1239px){.b-site-map__column{width:calc((100% - 24px * 2)/ 3)}}@media screen and (max-width:1023px){.b-site-map__column{width:calc((100% - 24px * 1)/ 2)}.b-site-map__column--main{width:100%}}@media screen and (max-width:767px){.b-site-map__column{width:100%}}.b-site-map__block{background:#f3f7f9;border-radius:16px;padding:32px;display:flex;flex-direction:column;align-items:flex-start;gap:24px;margin-bottom:32px}@media screen and (max-width:1239px){.b-site-map__block{margin-bottom:24px}}@media screen and (max-width:767px){.b-site-map__block{border-radius:8px;padding:24px 16px;margin-bottom:16px;gap:16px}}.b-site-map__block:last-child{margin-bottom:0}@media screen and (max-width:1023px){.b-site-map__column--main .b-site-map__block{display:flex;flex-wrap:wrap;flex-direction:row}}@media screen and (max-width:767px){.b-site-map__column--main .b-site-map__block{flex-direction:column}}.b-site-map__item{display:inline-block;vertical-align:top;color:#353535;font-size:19px;line-height:26px}@media screen and (max-width:1239px){.b-site-map__item{font-size:17px;line-height:21px}}.b-site-map__item:hover{color:#ff8300}@media screen and (max-width:1023px){.b-site-map__column--main .b-site-map__item{width:calc((100% - 24px * 1)/ 2)}}@media screen and (max-width:767px){.b-site-map__column--main .b-site-map__item{width:100%}}.b-tools{background:#f3f7f9;padding:40px 0}@media screen and (max-width:767px){.b-tools{padding:16px 16px 24px}}.b-tools__box{display:flex;flex-wrap:wrap;gap:16px}@media screen and (max-width:1023px){.b-tools__box{justify-content:center}}@media screen and (max-width:767px){.b-tools__box{gap:12px}}.b-tools__item{background:#fff;border-radius:8px;width:calc((100% - 16px * 2)/ 3);display:flex;flex-direction:column;justify-content:space-between;align-items:center;padding:40px 24px;transition:background 134ms}@media screen and (max-width:1023px){.b-tools__item{width:calc((100% - 16px * 1)/ 2);max-width:290px}}@media screen and (max-width:767px){.b-tools__item{width:100%;padding:16px}}@media screen and (min-width:768px){.b-tools__item:hover{background:#27388a;box-shadow:0 8px 16px rgba(36,52,108,.5)}}.b-tools__item.is-hidden{display:none}.b-tools__promo{background:0 0;padding:0;border-radius:0;box-shadow:none;width:calc((100% - 16px * 2)/ 3)}@media screen and (max-width:1023px){.b-tools__promo{width:calc((100% - 16px * 1)/ 2);max-width:290px}}@media screen and (max-width:767px){.b-tools__promo{width:100%}}.b-tools__info{position:relative;text-align:center;width:100%}@media screen and (max-width:767px){.b-tools__info{display:flex;align-items:center;margin-bottom:8px}}.b-tools__title{color:#27388a;font-family:RotonBol,Arial,Helvetica,sans-serif;font-size:21px;line-height:26px;margin:10px 0 20px;letter-spacing:0}@media screen and (max-width:767px){.b-tools__title{text-align:left;font-size:19px;line-height:24px;margin:10px 0 10px 10px}}@media screen and (min-width:768px){.b-tools__item:hover .b-tools__title{opacity:0;pointer-events:none}}.b-tools__desc{position:absolute;left:0;right:0;top:22px;color:#fff;font-family:RotonBol,Arial,Helvetica,sans-serif;font-size:17px;line-height:17px;letter-spacing:0;padding-bottom:16px;display:none}@media screen and (min-width:768px){.b-tools__item:hover .b-tools__desc{display:block}}.b-tools__image{height:80px;display:flex;align-items:center;justify-content:center}@media screen and (max-width:767px){.b-tools__image{height:auto}}.b-tools__image img{width:100%;height:100%;max-width:73px;max-height:72px}@media screen and (max-width:767px){.b-tools__image img{width:73px;height:72px}}@media screen and (min-width:768px){.b-tools__item:hover .b-tools__image{opacity:0;pointer-events:none}}.b-tools__button{display:inline-block;vertical-align:top;margin-bottom:2px;padding:0 30px;font-size:17px;line-height:44px;height:46px;width:auto;max-width:none}@media screen and (max-width:767px){.b-tools__button{width:100%;max-width:260px}}@media screen and (min-width:768px){.b-tools__button:hover{background:#fff;color:#ff8300}}.b-tools__tabs{justify-content:center;display:none}@media screen and (max-width:767px){.b-tools__tabs{display:flex}}.b-tools__caption{font-family:RotonBol,Arial,Helvetica,sans-serif;font-size:26px;line-height:1.2;letter-spacing:0;padding-bottom:24px;text-align:center;color:#27388a}@media screen and (max-width:767px){.b-tools__caption{font-size:24px;padding-bottom:16px}}@media screen and (max-width:459px){.b-tools__caption{font-size:21px}}.b-tools--small{padding:40px 0 70px}@media screen and (max-width:1023px){.b-tools--small{padding:40px 0 60px}}@media screen and (max-width:767px){.b-tools--small{padding:32px 0}}.b-tools--small .b-tools__item{position:relative;width:calc((100% - 16px * 3)/ 4);padding:40px 16px}@media screen and (max-width:1239px){.b-tools--small .b-tools__item{padding:40px 12px}}@media screen and (max-width:1023px){.b-tools--small .b-tools__item{width:calc((100% - 16px * 2)/ 3)}}@media screen and (max-width:767px){.b-tools--small .b-tools__item{width:calc((100% - 16px * 1)/ 2);padding:16px}}@media screen and (max-width:459px){.b-tools--small .b-tools__item{width:100%}}.b-tools--small .b-tools__info{position:static;display:flex;align-items:center}@media screen and (max-width:767px){.b-tools--small .b-tools__info{flex-direction:column;margin-bottom:0}}@media screen and (max-width:459px){.b-tools--small .b-tools__info{flex-direction:row}}.b-tools--small .b-tools__image{flex:none}.b-tools--small .b-tools__title{text-align:left;font-size:18px;line-height:21px;padding-left:6px;margin:0}@media screen and (max-width:767px){.b-tools--small .b-tools__title{text-align:center}}@media screen and (max-width:459px){.b-tools--small .b-tools__title{text-align:left;flex-grow:1}}.b-tools--small .b-tools__desc{top:0;bottom:0;line-height:19px;padding:16px;align-items:center;justify-content:center}@media screen and (min-width:768px){.b-tools--small .b-tools__item:hover .b-tools__desc{display:flex}}.b-noauth{padding:32px 0 32px}.b-noauth--gray{background:#edf0f9}.b-noauth--tools{padding:40px 0 0}.b-noauth--outside{padding:0 0 48px}.b-noauth__wrapper{background:#fff;border-radius:16px;padding:42px;display:flex;flex-direction:column;align-items:center;justify-content:center}@media screen and (max-width:459px){.b-noauth__wrapper{border-radius:8px;padding:40px 24px 24px}}.b-noauth__controls{display:flex;gap:10px;padding-bottom:30px}@media screen and (max-width:459px){.b-noauth__controls{flex-wrap:wrap}}.b-noauth__btn{line-height:40px;height:42px;padding:0 28px;max-width:none}.b-noauth__desc{color:#404040;text-align:center;font-size:19px;line-height:24px;padding-bottom:32px}@media screen and (max-width:767px){.b-noauth__desc{font-size:17px;line-height:24px}}@media screen and (max-width:459px){.b-noauth__desc{font-size:15px;line-height:20px}}.b-noauth__row{display:flex;gap:20px;justify-content:center}@media screen and (max-width:1023px){.b-noauth__row{gap:8px}}@media screen and (max-width:767px){.b-noauth__row{flex-wrap:wrap;gap:16px}}@media screen and (max-width:459px){.b-noauth__row{gap:16px 8px}}.b-noauth__column{width:160px}@media screen and (max-width:459px){.b-noauth__column{width:116px;flex:none}}.b-noauth__image{background:#edf0f9;border-radius:50%;margin:0 auto;width:100px;height:100px;display:flex;align-items:center;justify-content:center}@media screen and (max-width:459px){.b-noauth__image{width:80px;height:80px}}.b-noauth__image img{max-width:100%;max-height:100%;flex:none}.b-noauth__caption{color:#404040;text-align:center;font-size:15px;line-height:20px;padding:10px 0}@media screen and (max-width:459px){.b-noauth__caption{font-size:13px;line-height:16px}}.b-loyalty{background:#27388a;padding:0}.b-loyalty__wrapper{padding:22px 0 29px}@media screen and (max-width:459px){.b-loyalty__wrapper{padding:32px 0 29px}}.b-loyalty__title{text-align:center;color:#fff;font-family:RotonBol,Arial,Helvetica,sans-serif;font-size:31px;line-height:34px;margin-bottom:37px}@media screen and (max-width:459px){.b-loyalty__title{font-size:25px;line-height:30px;margin-bottom:20px}}.b-loyalty__controls{display:flex;justify-content:center;gap:16px;margin-bottom:40px}@media screen and (max-width:767px){.b-loyalty__controls{flex-wrap:wrap}}@media screen and (max-width:459px){.b-loyalty__controls{gap:14px 12px;margin-bottom:34px}}.b-loyalty__btn{border:2px solid #ff8300;max-width:none;line-height:38px;height:44px;width:auto;padding:0 30px;transition:border-color 134ms,background 134ms,color 134ms}@media screen and (max-width:459px){.b-loyalty__btn{line-height:32px;height:38px;padding:0 14px}}@media screen and (min-width:768px){.b-loyalty__btn:hover{border-color:#ff8300;color:#fff}}.b-loyalty__btn.button--white{background:#fff;border-color:#fff}@media screen and (min-width:768px){.b-loyalty__btn.button--white:hover{background:#ff8300;border-color:#ff8300}}@media screen and (max-width:767px){.b-loyalty__row{margin:0 -16px}}.b-loyalty__row--delivery{display:flex;justify-content:center;margin-top:16px}.b-loyalty__row--special{display:flex;justify-content:center;margin-top:29px;text-align:center;color:#fff}.b-loyalty__row--special .b-special{max-width:850px;padding:0 16px}.b-loyalty__row--special .b-special span{font-family:RotonBol,Arial,Helvetica,sans-serif}.b-loyalty__column{max-width:180px;color:#fff;display:flex;flex-direction:column;align-items:center;margin:0 8px}@media screen and (max-width:767px){.b-loyalty__column{width:200px;margin:0 16px;max-width:none;padding-bottom:10px}}@media screen and (max-width:459px){.b-loyalty__column{width:100px;margin:0 8px;padding-bottom:6px}}.b-loyalty__image{background:#fff;border-radius:50%;width:80px;height:80px}.b-loyalty__caption{text-align:center;font-size:17px;line-height:20px;margin-top:13px}@media screen and (max-width:1023px){.b-loyalty__caption{font-size:16px}}@media screen and (max-width:459px){.b-loyalty__caption{margin:6px -40px 0}}.b-catalog{background:#f3f7f9;padding:30px 0 15px}@media screen and (max-width:1023px){.b-catalog{padding:30px 0 35px}}@media screen and (max-width:459px){.b-catalog{padding:20px 0 35px}}.b-catalog__wrapper{max-width:1130px;padding:0 25px;margin:0 auto;width:100%;display:flex;gap:16px}@media screen and (max-width:1023px){.b-catalog__wrapper{flex-direction:column}}@media screen and (max-width:459px){.b-catalog__wrapper{padding:0 16px}}.b-catalog__filter{width:270px;padding-bottom:50px}@media screen and (max-width:1239px){.b-catalog__filter{width:240px}}@media screen and (max-width:1023px){.b-catalog__filter{padding-bottom:0;width:100%;display:flex;gap:16px}}@media screen and (max-width:767px){.b-catalog__filter{flex-direction:column-reverse}}@media screen and (max-width:459px){.b-catalog__filter{gap:12px}}.b-catalog__content{width:calc(100% - 270px - 16px);padding-bottom:35px}@media screen and (max-width:1239px){.b-catalog__content{width:calc(100% - 240px - 16px)}}@media screen and (max-width:1023px){.b-catalog__content{width:100%;padding-bottom:0}}.b-catalog__list{display:flex;flex-wrap:wrap;gap:16px;position:relative}.b-catalog__list .b-product-card{width:100%;max-width:calc((100% - 16px * 2)/ 3);height:auto;margin:0}@media screen and (max-width:767px){.b-catalog__list .b-product-card{max-width:calc((100% - 16px * 1)/ 2)}}@media screen and (max-width:559px){.b-catalog__list .b-product-card{max-width:none}}@media screen and (max-width:459px){.b-catalog__list .b-product-card{min-height:0}}@media screen and (max-width:459px){.b-catalog__list .b-product-card__controls{min-height:0}}.b-catalog__list.is-loading:before{content:'';position:absolute;left:-5px;right:-5px;top:-5px;bottom:-5px;background:rgba(255,255,255,.8);box-shadow:0 0 5px rgba(255,255,255,.8);border-radius:8px;z-index:52;position:fixed;left:0;right:0;top:0;bottom:0}.b-catalog__list.is-loading:after{content:'';display:block;position:fixed;background:url(/new/f/img/preloader.svg) no-repeat left top;top:calc(50% - 30px);left:calc(50% - 30px);width:60px;height:60px;z-index:53}.b-catalog__controls{margin:35px 0 0}.b-catalog__controls.is-hidden{display:none}.b-catalog__btn{margin:0 auto;font-size:14px;line-height:34px;max-width:136px;height:36px}.b-catalog__btn.is-hidden{display:none}.b-catalog__btn.is-locked{pointer-events:none;opacity:.5}.b-catalog__flex{display:flex;flex-wrap:wrap;gap:16px;position:relative}.b-catalog__flex .b-product-card{width:100%;max-width:calc((100% - 16px * 3)/ 4);height:auto;margin:0}@media screen and (max-width:1023px){.b-catalog__flex .b-product-card{max-width:calc((100% - 16px * 2)/ 3)}}@media screen and (max-width:767px){.b-catalog__flex .b-product-card{max-width:calc((100% - 16px * 1)/ 2)}}@media screen and (max-width:559px){.b-catalog__flex .b-product-card{max-width:none}}@media screen and (max-width:459px){.b-catalog__flex .b-product-card__controls{min-height:0}}.b-catalog-promo{margin:-8px 0 12px -8px}@media screen and (max-width:459px){.b-catalog-promo{margin:-8px -16px 12px -16px}}.b-catalog-promo__item{width:128px;min-height:102px;padding:12px 8px 8px;border-radius:16px;background:#fff;display:flex;flex-direction:column;align-items:center;cursor:pointer;margin:8px}@media screen and (max-width:1023px){.b-catalog-promo__item{box-shadow:0 0 6px #e6e6ef}}@media screen and (max-width:459px){.b-catalog-promo__item{margin:8px 0 8px 16px}}@media screen and (min-width:768px){.b-catalog-promo__item:hover{box-shadow:0 0 6px #e6e6ef}}.b-catalog-promo__item--long,.b-catalog-promo__item--long:hover{width:218px}.b-catalog-promo__item--inner{cursor:default;box-shadow:0 0 6px #e6e6ef}.b-catalog-promo__item.is-active{box-shadow:0 0 4px #e6e6ef}.b-catalog-promo__image{width:100%;height:55px;margin-bottom:5px;text-align:center;font-size:0;line-height:1}.b-catalog-promo__image img{max-width:100%;max-height:100%;margin:0 auto}.b-catalog-promo__title{text-align:center;font-family:RotonBol,Arial,Helvetica,sans-serif;font-size:13px;line-height:15px;color:#27388a}.b-catalog-promo__date{position:relative;font-family:RotonReg,Arial,Helvetica,sans-serif;font-size:9px;line-height:15px;letter-spacing:.02em;z-index:2}.b-catalog-promo__caption{position:relative;font-family:RotonBol,Arial,Helvetica,sans-serif;font-size:11px;line-height:12px;letter-spacing:.015em;z-index:2}.b-catalog-promo__desc{position:relative;font-family:RotonBol,Arial,Helvetica,sans-serif;font-size:11px;line-height:12px;letter-spacing:.015em;z-index:2}.b-catalog-promo__item[data-promo=gift2x]{background:#ff8300;position:relative;border:none medium;text-align:center;color:#fff}.b-catalog-promo__item[data-promo=gift2x] img{position:absolute;left:0;top:0;-o-object-fit:cover;object-fit:cover;border-radius:16px;width:100%;height:100%;z-index:1}.b-catalog-promo__item[data-promo=gift2x] .b-catalog-promo__date{padding-left:88px;margin-bottom:5px}.b-catalog-promo__item[data-promo=gift2x] .b-catalog-promo__caption{padding-left:88px}.b-catalog-promo__item[data-promo=gift4x]{background:linear-gradient(#2778a4 0,#56a0bf 53.12%,#2778a4 100%);position:relative;border:none medium;text-align:center;color:#fff}.b-catalog-promo__item[data-promo=gift4x] .b-catalog-promo__desc{margin-top:auto;margin-bottom:5px}.b-catalog-promo__item[data-promo=gift4x] img{position:absolute;left:calc(50% - 96px);top:calc(50% - 14px);z-index:1}.b-catalog-promo__item[data-promo=gift6x]{background:#ff8300;position:relative;border:none medium;text-align:center;color:#fff}.b-catalog-promo__item[data-promo=gift6x] img{position:absolute;left:0;top:0;-o-object-fit:inherit;object-fit:inherit;border-radius:16px;width:100%;height:100%;z-index:1}.b-catalog-promo__item[data-promo=gift6x] .b-catalog-promo__date{padding-left:88px;margin-bottom:5px}.b-catalog-promo__item[data-promo=gift6x] .b-catalog-promo__caption{padding-top:3px;padding-left:90px;font-size:10px}.b-catalog-promo__item[data-promo=gift6x] .b-catalog-promo__desc{padding-top:6px;padding-left:90px;font-size:10px}.b-catalog-promo__item[data-promo=gift8x]{background:#feeff8;position:relative;border:none medium;text-align:center;color:#1e1446}.b-catalog-promo__item[data-promo=gift8x] img{position:absolute;left:0;top:0;-o-object-fit:inherit;object-fit:inherit;border-radius:16px;width:100%;height:100%;z-index:1}.b-catalog-promo__item[data-promo=gift8x] .b-catalog-promo__caption{padding-top:14px;padding-left:85px;font-size:13px;line-height:14px}.b-catalog-promo__item[data-promo=gift8x] .b-catalog-promo__desc{padding-top:2px;padding-left:85px;font-size:11px;line-height:12px}.b-catalog-promo__item[data-promo=happy]{display:flex;flex-direction:row;background:#dcedfe;padding-top:2px;padding-left:5px;padding-right:1px;position:relative;border:none medium;text-align:center;color:#1e1446;cursor:default}.b-catalog-promo__item[data-promo=happy] img{position:absolute;left:0;top:0;-o-object-fit:inherit;object-fit:inherit;border-radius:16px;width:100%;height:100%;z-index:1}.b-catalog-promo__item[data-promo=happy] .b-catalog-promo__caption{font-family:RotonReg,Arial,Helvetica,sans-serif;font-size:10px;line-height:12px;color:#404040}.b-catalog-promo__item[data-promo=happy] .b-catalog-promo__caption-row{display:inline-block}.b-catalog-promo__item[data-promo=happy] .b-catalog-promo__caption-row--promocode{margin-top:7px;margin-bottom:7px;padding:6px 17px;background:#27388a;border-radius:20px;font-family:RotonBol,Arial,Helvetica,sans-serif;font-size:14px;line-height:14px;color:#fff}.b-catalog-promo__item[data-promo=happy] .b-catalog-promo__side{position:relative;z-index:2}.b-catalog-promo__item[data-promo=happy] .b-catalog-promo__side-row{display:inline-block;font-family:RotonBol,Arial,Helvetica,sans-serif;font-size:12px;line-height:14px;color:#27388a}.b-catalog-promo__item[data-promo=happy] .b-catalog-promo__side-row--buy{margin-top:13px;padding:9px 12px;background:#ff8300;border-radius:24px;font-family:RotonBol,Arial,Helvetica,sans-serif;font-size:10px;line-height:10px;color:#fff}.b-catalog-promo__item[data-promo=babymilk]{background:#dcedfe;position:relative;border:none medium;text-align:left;color:#001689}.b-catalog-promo__item[data-promo=babymilk] img{position:absolute;left:0;top:0;-o-object-fit:cover;object-fit:cover;border-radius:16px;width:100%;height:100%;z-index:1}.b-catalog-promo__item[data-promo=babymilk] .b-catalog-promo__caption{position:relative;padding:15px 86px 6px 10px;letter-spacing:0;line-height:13px;width:100%}.b-catalog-promo__item[data-promo=babymilk] .b-catalog-promo__caption span{display:inline-block;vertical-align:top;background:#ff8300;border-radius:8px;padding:0 8px;height:16px;line-height:16px;color:#fff;-webkit-transform:rotate(8deg);transform:rotate(8deg);position:absolute;top:11px;left:64px}.b-catalog-promo__item[data-promo=babymilk] .b-catalog-promo__desc{font-size:10px;padding:0 10px;text-align:left;width:100%}.b-catalog-promo__item[data-promo=gift5x]{background:#6c96bf;position:relative;border:none medium;color:#fff}.b-catalog-promo__item[data-promo=gift5x] img{position:absolute;left:0;top:0;-o-object-fit:cover;object-fit:cover;border-radius:16px;width:100%;height:100%;z-index:1}.b-catalog-promo__item[data-promo=gift5x] .b-catalog-promo__caption{position:relative;padding:5px 35px 8px;line-height:15px;text-align:center;width:100%}.b-catalog-promo__item[data-promo=gift5x] .b-catalog-promo__desc{padding:0 10px;text-align:center;width:100%}.b-catalog-promo__item[data-promo=giftGerber]{background:#7facd1;position:relative;border:none medium;color:#fff}.b-catalog-promo__item[data-promo=giftGerber] img{position:absolute;left:0;top:0;-o-object-fit:cover;object-fit:cover;border-radius:16px;width:100%;height:100%;z-index:1}.b-catalog-promo__item[data-promo=giftGerber] .b-catalog-promo__caption{position:relative;padding:10px 0 5px 62px;font-size:13px;line-height:14px;letter-spacing:-.01em;text-align:center;width:100%}.b-catalog-promo__item[data-promo=giftGerber] .b-catalog-promo__desc{font-family:RotonReg,Arial,Helvetica,sans-serif;padding:0 0 5px 62px;text-align:center;width:100%;color:#a7cb4f;font-size:12px;line-height:1}.b-catalog-promo__item[data-promo=kidsDay]{background:#7facd1;position:relative;border:none medium;color:#fff;width:222px}.b-catalog-promo__item[data-promo=kidsDay] img{position:absolute;left:0;top:0;-o-object-fit:cover;object-fit:cover;border-radius:16px;width:100%;height:100%;z-index:1}.b-catalog-promo__item[data-promo=kidsDay] .b-catalog-promo__caption{position:relative;padding:11px 0 5px 1px;font-size:13px;line-height:17px;letter-spacing:-.01em;text-align:center;width:100%;color:#27388a}.b-catalog-promo__item[data-promo=kidsDay] .b-catalog-promo__caption span:nth-of-type(1){color:#d53a7a}.b-catalog-promo__item[data-promo=kidsDay] .b-catalog-promo__caption span:nth-of-type(2){color:#fff}.b-catalog-promo__item[data-promo=kidsDay] .b-catalog-promo__desc{font-family:RotonBol,Arial,Helvetica,sans-serif;padding:3px 0 5px 2px;text-align:center;width:100%;color:#27388a;font-size:10px;line-height:1}.b-catalog-filter{background:#fff;border-radius:16px;box-shadow:0 0 6px #e6e6ef}@media screen and (max-width:1023px){.b-catalog-filter{width:calc(100% - 270px - 16px)}}@media screen and (max-width:767px){.b-catalog-filter{width:100%}}@media screen and (max-width:459px){.b-catalog-filter{box-shadow:0 1px 3px rgba(0,0,0,.1);border-radius:0;margin:0 -16px;width:auto}}.b-catalog-filter__item{border-bottom:1px solid #e3e8f5}.b-catalog-filter__item--last,.b-catalog-filter__item:last-child{border-bottom:none}.b-catalog-filter__item--table{display:none;border-bottom:none}@media screen and (max-width:1023px){.b-catalog-filter__item--table{display:block}}.b-catalog-filter__item--mobile{display:none}@media screen and (max-width:767px){.b-catalog-filter__item--mobile{display:block}}.b-catalog-filter__item.is-hidden{display:none}.b-catalog-filter__item.is-blocked{pointer-events:none}@media screen and (max-width:767px){.b-catalog-filter__item.in-shadow{display:none}}.b-catalog-filter__search{position:relative;padding:20px}@media screen and (max-width:1023px){.b-catalog-filter__search{padding:5px}}@media screen and (max-width:459px){.b-catalog-filter__search{padding:4px}}.b-catalog-filter__search .b-field{margin-bottom:0}.b-catalog-filter__search .b-field__wrapper{border-radius:20px;padding-right:75px}@media screen and (max-width:1023px){.b-catalog-filter__search .b-field__wrapper{border-color:#fff;padding-right:78px}}@media screen and (max-width:459px){.b-catalog-filter__search .b-field__wrapper{padding:0 78px 0 11px;border-radius:0}}.b-catalog-filter__search-button{position:absolute;background:#27388a;border-radius:50%;width:30px;height:30px;right:25px;top:25px;color:#fff;cursor:pointer;transition:background-color 134ms,right 134ms,opacity 134ms}@media screen and (max-width:1023px){.b-catalog-filter__search-button{top:10px;right:10px}}@media screen and (max-width:459px){.b-catalog-filter__search-button{top:9px;right:16px}}.b-catalog-filter__search-button svg{pointer-events:none;position:relative;left:6px;top:6px;width:18px;height:18px}.b-catalog-filter__search-button:hover{background-color:#ff8300;border-color:#ff8300}.b-catalog-filter__search-button--clear{pointer-events:none;opacity:0;background:#ff8300;color:#fff}.b-catalog-filter__search-button--clear:hover{background:#27388a}.b-catalog-filter__search-button--clear:after,.b-catalog-filter__search-button--clear:before{content:'';position:absolute;left:9px;top:14px;width:12px;height:2px;background:currentColor;-webkit-transform:rotate(45deg);transform:rotate(45deg)}.b-catalog-filter__search-button--clear:after{-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}.b-catalog-filter__search-button.is-locked{pointer-events:none;opacity:.5;background:#989898;border-color:#989898;color:#fff}.b-catalog-filter__search.is-active .b-catalog-filter__search-button{right:60px}@media screen and (max-width:1023px){.b-catalog-filter__search.is-active .b-catalog-filter__search-button{right:48px}}.b-catalog-filter__search.is-active .b-catalog-filter__search-button--clear{pointer-events:auto;display:block;opacity:1;right:25px}@media screen and (max-width:1023px){.b-catalog-filter__search.is-active .b-catalog-filter__search-button--clear{right:10px}}.b-catalog-filter__caption{position:relative;padding:18px 20px;font-family:RotonBol,Arial,Helvetica,sans-serif;font-size:17px;line-height:20px;letter-spacing:.015em;cursor:pointer}.b-catalog-filter__caption:after{content:'';position:absolute;right:20px;top:calc(50% - 7px);width:10px;height:10px;border-right:2px solid #bebebe;border-bottom:2px solid #bebebe;-webkit-transform:rotate(45deg);transform:rotate(45deg);transition:border-color 134ms}.b-catalog-filter__caption:hover:after{border-color:#ff8300}.b-catalog-filter__block{padding:0 20px 24px;display:none}.b-catalog-filter__row .b-field--checkbox{margin-bottom:12px}.b-catalog-filter__row .b-field--checkbox .b-field__label{display:flex;flex-wrap:wrap;align-items:center;font-size:15px;line-height:18px;letter-spacing:.015em}.b-catalog-filter__row:last-child .b-field--checkbox:last-child{margin-bottom:0}.b-catalog-filter-age{margin-bottom:9px;display:flex;flex-wrap:wrap;gap:9px}.b-catalog-filter-age .b-field{width:calc(50% - 5px);margin-bottom:0}@media screen and (max-width:1023px){.b-catalog-filter-age .b-field{width:98px}}@media screen and (max-width:459px){.b-catalog-filter-age .b-field{width:calc(100% / 3 - 7px)}}.b-catalog-filter-age .b-field__item-hide{display:none}.b-catalog-filter-age.is-full .b-field__item-hide{display:inline-block}.b-catalog-filter-more{margin-bottom:0}.b-catalog-filter-more__btn{position:relative;background:0 0;font-size:14px;line-height:16px;font-weight:700;letter-spacing:.015em;color:#818181}@media screen and (max-width:1023px){.b-catalog-filter-more__btn{display:none}}.b-catalog-filter-more__btn:after{content:'';position:absolute;right:-14px;top:calc(50% - 4px);width:7px;height:7px;border-right:2px solid #818181;border-bottom:2px solid #818181;-webkit-transform:rotate(45deg);transform:rotate(45deg);transition:border-color 134ms}.b-catalog-filter-more__btn.is-active:after{-webkit-transform:rotate(225deg);transform:rotate(225deg);top:calc(50% - 1px)}.b-catalog-filter-more__btn--mobile{display:none}@media screen and (max-width:1023px){.b-catalog-filter-more__btn--mobile{display:inline-block}}.b-catalog-filter-more__btn--mobile:after{right:-10px;-webkit-transform:rotate(-45deg);transform:rotate(-45deg);top:calc(50% - 3px)}.b-catalog-filter-more__btn--mobile.is-active:after{right:-14px;-webkit-transform:rotate(225deg);transform:rotate(225deg);top:calc(50% - 1px)}.b-catalog-filter-more__btn--white{color:#fff}.b-catalog-filter-more__btn--white:after{border-color:#fff}.b-catalog-filter__column{padding:6px 0 0 24px}.b-catalog-filter__button{position:relative;min-height:49px;padding:5px 16px;font-family:RotonBol,Arial,Helvetica,sans-serif;font-size:17px;line-height:38px;cursor:pointer;border-radius:0 0 15px 15px;transition:background-color 134ms}@media screen and (max-width:459px){.b-catalog-filter__button{min-height:48px;border-radius:0}}.b-catalog-filter__button:before{content:'';position:absolute;background:url(/new/f/img/catalog/image-filter.svg) no-repeat center center #27388a;border-radius:50%;width:30px;height:30px;right:10px;top:10px;color:#fff;transition:background-color 134ms}@media screen and (max-width:459px){.b-catalog-filter__button:before{right:16px;top:9px}}.b-catalog-filter__button:hover{background-color:#edf0f9}.b-catalog-filter__button:hover:before{background-color:#ff8300}@media screen and (max-width:1023px){.b-catalog-filter__layout{background:#fff;position:fixed;left:0;right:0;top:0;bottom:0;z-index:52;overflow-y:auto;padding-bottom:50px;display:none}}.b-catalog-filter__back{position:relative;padding:18px 20px 18px 60px;font-family:RotonReg,Arial,Helvetica,sans-serif;font-size:15px;line-height:20px;letter-spacing:.015em;cursor:pointer;border-bottom:1px solid #e3e8f5;transition:background-color 134ms}.b-catalog-filter__back:before{content:'';position:absolute;background:#27388a;border-radius:50%;width:30px;height:30px;left:20px;top:13px;transition:background-color 134ms}.b-catalog-filter__back:after{content:'';position:absolute;left:32px;top:22px;width:10px;height:10px;border-left:2px solid #fff;border-bottom:2px solid #fff;-webkit-transform:rotate(45deg);transform:rotate(45deg)}.b-catalog-filter__back:hover{background:#edf0f9}.b-catalog-filter__back:hover:before{background:#ff8300}.b-catalog-filter__controls{display:flex;flex-direction:column;align-items:center;padding:24px;gap:12px}.b-catalog-filter__controls.is-hidden{display:none}.b-catalog-filter__btn{min-width:120px;max-width:none;width:auto;height:36px;font-size:14px;line-height:34px;padding:0 30px;width:174px}.b-catalog-filter__apply{display:none}@media screen and (max-width:767px){.b-catalog-filter__apply{display:block}}@media screen and (max-width:1023px){.b-catalog-filter.is-open .b-catalog-filter__layout{display:block}}.b-catalog-filter__item--mobile .b-catalog-filter__button{border-radius:0}.b-catalog-filter__item--mobile .b-catalog-filter__button:before{background-image:url(/new/f/img/catalog/image-sort.svg)}.b-catalog-filter__item.is-open .b-catalog-filter__caption:after{border-color:#ff8300;-webkit-transform:rotate(225deg);transform:rotate(225deg);top:calc(50% - 3px)}.b-catalog-filter__item.is-open .b-catalog-filter__block{display:block}.b-catalog-filter__item.is-blocked .b-catalog-filter__caption:after{display:none}.b-store-top__wrapper{margin:0 auto}.b-store-top__item{position:relative;background:#fff;min-height:306px;display:flex;overflow:hidden;height:100%}@media screen and (max-width:767px){.b-store-top__item{min-height:514px}}@media screen and (max-width:559px){.b-store-top__item{min-height:344px}}.b-store-top__back{position:absolute;left:0;right:0;top:0;bottom:0}.b-store-top__back span{background:none no-repeat left top;position:absolute}.b-store-top__front{position:relative;width:100%;padding:35px 24px 24px}.b-store-top__title{font-family:RotonBol,Arial,Helvetica,sans-serif;font-size:31px;line-height:1}.b-store-top__desc{padding-bottom:24px}.b-store-top__list{display:flex;gap:8px;padding-bottom:22px}@media screen and (max-width:559px){.b-store-top__list{padding:17px 17px 21px 50px;gap:13px;box-shadow:0 7px 33px 0 rgba(2,102,194,.1);background:rgba(255,255,255,.5);border-radius:8px}}.b-store-top__list-item{box-shadow:0 7px 33px 0 rgba(2,102,194,.1);background:none no-repeat left top rgba(255,255,255,.6);border-radius:8px;width:calc((100% - 8px * 2)/ 3);height:82px;line-height:1.3;display:flex;align-items:center;padding:10px 16px 12px 10px}@media screen and (max-width:767px){.b-store-top__list-item{width:320px}}@media screen and (max-width:559px){.b-store-top__list-item{width:100%;height:auto;font-size:14px;line-height:1.2}}.b-store-top__list-item:nth-child(1){background-image:url(/new/f/img/catalog/icon-top-1.png);background-size:53px auto;background-position:19px 8px;padding-left:87px}.b-store-top__list-item:nth-child(2){background-image:url(/new/f/img/catalog/icon-top-2.png);background-size:54px auto;background-position:23px 3px;padding-left:102px}.b-store-top__list-item:nth-child(3){background-image:url(/new/f/img/catalog/icon-top-3.png);background-size:76px auto;background-position:-1px 6px;padding-left:82px}@media screen and (max-width:559px){.b-store-top__list-item span>span{display:none}}.b-store-top__controls{display:flex;gap:10px;padding-bottom:15px}.b-store-top__btn{display:inline-block;vertical-align:top;max-width:none;width:auto;font-size:16px;line-height:42px;height:44px;padding:0 32px}.b-store-top__link{display:flex;justify-content:center}.b-store-top__link a,.b-store-top__link span{font-size:16px;text-decoration:underline;color:#27388a;cursor:pointer}.b-store-top__link a:hover,.b-store-top__link span:hover{color:#ff8300}.b-store-top__item[data-type=place_1]{background-color:#ffecce}.b-store-top__item[data-type=place_1] .b-store-top__title{color:#001689;text-align:center;padding-bottom:25px}@media screen and (max-width:559px){.b-store-top__item[data-type=place_1] .b-store-top__title{font-size:19px;line-height:23px;padding-bottom:16px;order:1}}.b-store-top__item[data-type=place_1] .b-store-top__wrapper{max-width:952px}@media screen and (max-width:559px){.b-store-top__item[data-type=place_1] .b-store-top__wrapper{display:flex;flex-direction:column}}.b-store-top__item[data-type=place_1] .b-store-top__controls{justify-content:center}@media screen and (max-width:559px){.b-store-top__item[data-type=place_1] .b-store-top__controls{padding-top:17px;padding-bottom:0;order:4}}@media screen and (max-width:767px){.b-store-top__item[data-type=place_1] .b-store-top__list{flex-direction:column;align-items:center}}@media screen and (max-width:559px){.b-store-top__item[data-type=place_1] .b-store-top__list{max-width:300px;margin:0 auto;width:100%;order:2}}@media screen and (max-width:559px){.b-store-top__item[data-type=place_1] .b-store-top__list-item{position:relative;background:0 0;box-shadow:none;padding:0 0 0 22px}.b-store-top__item[data-type=place_1] .b-store-top__list-item:nth-child(1){order:2}.b-store-top__item[data-type=place_1] .b-store-top__list-item:nth-child(2){order:1}.b-store-top__item[data-type=place_1] .b-store-top__list-item:nth-child(3){order:3}.b-store-top__item[data-type=place_1] .b-store-top__list-item:after{content:'';position:absolute;left:1px;top:3px;width:10px;height:6px;border-left:2px solid #001689;border-bottom:2px solid #001689;-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}}@media screen and (max-width:559px){.b-store-top__item[data-type=place_1] .b-store-top__link{padding-top:30px;order:3}}@media screen and (max-width:559px){.b-store-top__item[data-type=place_1] .b-store-top__btn{line-height:36px;height:38px;padding:0 18px}}@media screen and (max-width:559px){.b-store-top__item[data-type=place_1] .b-store-top__front{padding:36px 24px 22px}}.b-store-top__item[data-type=place_1] .b-store-top__back span:nth-child(1){background-image:url(/new/f/img/catalog/top-left-1.svg);background-position:left calc(50% - 20px);left:-44px;top:0;bottom:0;width:216px}@media screen and (max-width:1239px){.b-store-top__item[data-type=place_1] .b-store-top__back span:nth-child(1){left:calc(50% - 680px)}}@media screen and (max-width:1023px){.b-store-top__item[data-type=place_1] .b-store-top__back span:nth-child(1){left:-130px}}@media screen and (max-width:767px){.b-store-top__item[data-type=place_1] .b-store-top__back span:nth-child(1){left:-80px}}@media screen and (max-width:559px){.b-store-top__item[data-type=place_1] .b-store-top__back span:nth-child(1){background-image:url(/new/f/img/catalog/top-left-1-mobile.svg);background-position:left calc(50% - 23px);left:0;width:136px}}.b-store-top__item[data-type=place_1] .b-store-top__back span:nth-child(2){background-image:url(/new/f/img/catalog/top-right-1.svg);background-position:left calc(50% - 37px);right:-130px;top:0;bottom:0;width:319px}@media screen and (max-width:1239px){.b-store-top__item[data-type=place_1] .b-store-top__back span:nth-child(2){right:calc(50% - 750px)}}@media screen and (max-width:1023px){.b-store-top__item[data-type=place_1] .b-store-top__back span:nth-child(2){right:-230px}}@media screen and (max-width:767px){.b-store-top__item[data-type=place_1] .b-store-top__back span:nth-child(2){right:-170px}}@media screen and (max-width:559px){.b-store-top__item[data-type=place_1] .b-store-top__back span:nth-child(2){background-image:url(/new/f/img/catalog/top-right-1-mobile.svg);background-position:left calc(50% - 16px);right:0;width:79px}}.b-store-top__item[data-type=place_2]{background-color:#fff8f2}.b-store-top__item[data-type=place_2] .b-store-top__title{padding-bottom:13px;line-height:40px;max-width:450px;color:#0b582e}@media screen and (max-width:559px){.b-store-top__item[data-type=place_2] .b-store-top__title{font-size:19px;line-height:23px;text-align:center;padding-bottom:3px;max-width:none}}@media screen and (max-width:559px){.b-store-top__item[data-type=place_2] .b-store-top__desc{font-size:14px;text-align:center;padding-bottom:177px}}.b-store-top__item[data-type=place_2] .b-store-top__wrapper{max-width:1294px;padding:24px 45px 0}@media screen and (max-width:559px){.b-store-top__item[data-type=place_2] .b-store-top__wrapper{padding:0}}.b-store-top__item[data-type=place_2] .b-store-top__controls{padding-bottom:0}@media screen and (max-width:559px){.b-store-top__item[data-type=place_2] .b-store-top__controls{justify-content:center}}@media screen and (max-width:559px){.b-store-top__item[data-type=place_2] .b-store-top__front{padding:36px 24px 23px}}.b-store-top__item[data-type=place_2] .b-store-top__back span:nth-child(1){background-image:url(/new/f/img/catalog/top-left-2.svg);background-position:left calc(50% - 64px);left:-114px;top:0;bottom:0;width:526px}@media screen and (max-width:1239px){.b-store-top__item[data-type=place_2] .b-store-top__back span:nth-child(1){left:-140px}}@media screen and (max-width:767px){.b-store-top__item[data-type=place_2] .b-store-top__back span:nth-child(1){background-position:left -40px}}@media screen and (max-width:559px){.b-store-top__item[data-type=place_2] .b-store-top__back span:nth-child(1){background-image:url(/new/f/img/catalog/top-left-2-mobile.svg);background-position:left 0;left:-9px;width:331px}}.b-store-top__item[data-type=place_2] .b-store-top__back span:nth-child(2){background-image:url(/new/f/img/catalog/top-right-2.svg);background-position:left calc(50% - 48px);right:-28px;top:0;bottom:0;width:1173px}@media screen and (max-width:1239px){.b-store-top__item[data-type=place_2] .b-store-top__back span:nth-child(2){background-position:left calc(50% - 60px);right:calc(50% - 660px)}}@media screen and (max-width:767px){.b-store-top__item[data-type=place_2] .b-store-top__back span:nth-child(2){background-position:left calc(100% + 80px);right:-130px}}@media screen and (max-width:559px){.b-store-top__item[data-type=place_2] .b-store-top__back span:nth-child(2){background-image:url(/new/f/img/catalog/top-right-2-mobile.svg);background-position:left 0;right:-9px;width:157px}}.b-store-top__item[data-type=place_2] .b-store-top__back span:nth-child(3){background-image:url(/new/f/img/catalog/top-center-2.png);background-position:calc(50% + 262px) calc(50% - 6px);left:0;right:0;top:0;bottom:0}@media screen and (max-width:1239px){.b-store-top__item[data-type=place_2] .b-store-top__back span:nth-child(3){background-position:calc(50% + 160px) calc(50% - 6px)}}@media screen and (max-width:1023px){.b-store-top__item[data-type=place_2] .b-store-top__back span:nth-child(3){background-size:61% auto}}@media screen and (max-width:767px){.b-store-top__item[data-type=place_2] .b-store-top__back span:nth-child(3){background-position:calc(50% + 5px) calc(100% + 15px);background-size:430px auto}}@media screen and (max-width:559px){.b-store-top__item[data-type=place_2] .b-store-top__back span:nth-child(3){background-image:url(/new/f/img/catalog/top-center-2-mobile.png);background-position:calc(50% - 9px) calc(50% + 26px);background-size:322px auto}}@media screen and (max-width:559px){.b-store-top__item[data-type=place_2] .b-store-top__btn{line-height:36px;height:38px;padding:0 18px}}.b-store-top__item[data-type=place_3]{background-color:#0067b9}.b-store-top__item[data-type=place_3] .b-store-top__title{line-height:39px;color:#0067b9;padding-bottom:15px}@media screen and (max-width:767px){.b-store-top__item[data-type=place_3] .b-store-top__title{position:relative;z-index:3}}@media screen and (max-width:559px){.b-store-top__item[data-type=place_3] .b-store-top__title{text-align:center;font-size:18px;line-height:23px;padding-bottom:10px}}.b-store-top__item[data-type=place_3] .b-store-top__desc{color:#0067b9;padding-bottom:20px}@media screen and (max-width:767px){.b-store-top__item[data-type=place_3] .b-store-top__desc{position:relative;z-index:3}}@media screen and (max-width:559px){.b-store-top__item[data-type=place_3] .b-store-top__desc{text-align:center;font-size:14px;line-height:1;padding-bottom:0}}.b-store-top__item[data-type=place_3] .b-store-top__controls{padding-bottom:0}@media screen and (max-width:767px){.b-store-top__item[data-type=place_3] .b-store-top__controls{position:relative;z-index:3}}@media screen and (max-width:559px){.b-store-top__item[data-type=place_3] .b-store-top__controls{justify-content:center;position:absolute;left:0;right:0;bottom:22px}}.b-store-top__item[data-type=place_3] .b-store-top__front{padding:26px}@media screen and (max-width:559px){.b-store-top__item[data-type=place_3] .b-store-top__front{padding:16px 12px 220px}.b-store-top__item[data-type=place_3] .b-store-top__front:after{content:'';position:absolute;left:calc(50% - 194px);top:44px;background:url(/new/f/img/catalog/top-left-3-mobile.png) no-repeat left top;width:292px;height:360px;z-index:2}}.b-store-top__item[data-type=place_3] .b-store-top__wrapper{max-width:1294px}.b-store-top__item[data-type=place_3] .b-store-top__layout{box-shadow:0 4px 22px 0 rgba(0,0,0,.2);background-color:#ffecce;max-width:536px;border-radius:16px;padding:38px 45px 35px}@media screen and (max-width:767px){.b-store-top__item[data-type=place_3] .b-store-top__layout{max-width:none;position:relative}.b-store-top__item[data-type=place_3] .b-store-top__layout:after{content:'';position:absolute;right:-90px;top:230px;background:url(/new/f/img/catalog/top-center-3.png) no-repeat left top;background-size:544px auto;width:544px;height:356px;z-index:2}}@media screen and (max-width:559px){.b-store-top__item[data-type=place_3] .b-store-top__layout{position:static;padding:20px 12px 18px}.b-store-top__item[data-type=place_3] .b-store-top__layout:after{display:none}}.b-store-top__item[data-type=place_3] .b-store-top__back{background:url(/new/f/img/catalog/top-center-3.png) no-repeat left top;background-position:calc(50% + 338px) calc(50% + 34px)}@media screen and (max-width:1239px){.b-store-top__item[data-type=place_3] .b-store-top__back{background-position:calc(50% + 400px) calc(50% + 34px)}}@media screen and (max-width:767px){.b-store-top__item[data-type=place_3] .b-store-top__back{background:0 0}}@media screen and (max-width:559px){.b-store-top__item[data-type=place_3] .b-store-top__back{background:url(/new/f/img/catalog/top-center-3-mobile.png) no-repeat center bottom}}@media screen and (max-width:559px){.b-store-top__item[data-type=place_3] .b-store-top__btn{line-height:36px;height:38px;padding:0 18px}}.b-store-top__item[data-type=place_4]{background:url(/new/f/img/catalog/new24-bg.jpg) repeat 32% center #27388a;background-position:calc(50% + 130px) 50%}@media screen and (max-width:1365px){.b-store-top__item[data-type=place_4]{background-position:-262px 50%}}@media screen and (max-width:559px){.b-store-top__item[data-type=place_4]{background-position:-490px 50%}}.b-store-top__item[data-type=place_4] .b-store-top__title{font-size:34px;line-height:39px;letter-spacing:.01em;color:#fff;padding-bottom:7px}@media screen and (max-width:1023px){.b-store-top__item[data-type=place_4] .b-store-top__title{padding-bottom:12px}}@media screen and (max-width:559px){.b-store-top__item[data-type=place_4] .b-store-top__title{font-size:23px;line-height:1;letter-spacing:.05em;padding-bottom:3px}}.b-store-top__item[data-type=place_4] .b-store-top__title span{display:block;color:#ef7822}.b-store-top__item[data-type=place_4] .b-store-top__desc{max-width:280px;font-size:17px;line-height:21px;letter-spacing:.04em;color:#fff}@media screen and (max-width:559px){.b-store-top__item[data-type=place_4] .b-store-top__desc{max-width:250px;font-size:15px;line-height:18px;letter-spacing:.03em;padding-bottom:134px}}.b-store-top__item[data-type=place_4] .b-store-top__wrapper{height:100%;max-width:1294px;padding:4px 45px 0}@media screen and (max-width:1239px){.b-store-top__item[data-type=place_4] .b-store-top__wrapper{padding:4px 25px 0}}@media screen and (max-width:1023px){.b-store-top__item[data-type=place_4] .b-store-top__wrapper{padding:0}}.b-store-top__item[data-type=place_4] .b-store-top__controls{padding:0 6px 20px}@media screen and (max-width:559px){.b-store-top__item[data-type=place_4] .b-store-top__controls{padding:0}}.b-store-top__item[data-type=place_4] .b-store-top__layout{background:url(/new/f/img/catalog/new24-arrow.svg) no-repeat center center;background-position:calc(50% - 123px) calc(50% + 3px);position:relative;height:100%}@media screen and (max-width:1239px){.b-store-top__item[data-type=place_4] .b-store-top__layout{background-position:calc(50% - 123px) calc(50% + 32px)}}@media screen and (max-width:1023px){.b-store-top__item[data-type=place_4] .b-store-top__layout{background-position:calc(50% - 40px) calc(50% + 26px)}}@media screen and (max-width:767px){.b-store-top__item[data-type=place_4] .b-store-top__layout{background:0 0;max-width:540px;margin:0 auto}.b-store-top__item[data-type=place_4] .b-store-top__layout:before{content:'';position:absolute;left:calc(50% - 68px);top:calc(50% - 100px);width:260px;height:116px;background:url(/new/f/img/catalog/new24-arrow.svg) no-repeat center center;-webkit-transform:scaleY(-1);transform:scaleY(-1)}}@media screen and (max-width:559px){.b-store-top__item[data-type=place_4] .b-store-top__layout{max-width:300px}.b-store-top__item[data-type=place_4] .b-store-top__layout:before{left:21px;top:auto;bottom:83px;width:49px;height:51px;background:url(/new/f/img/catalog/new24-arrow-mobile.svg) no-repeat left top;-webkit-transform:scaleY(1);transform:scaleY(1)}}.b-store-top__item[data-type=place_4] .b-store-top__disclaimer{position:absolute;font-size:12px;line-height:1;letter-spacing:-.01em;color:#fff;text-align:left;position:absolute;left:0;right:0;bottom:-5px}@media screen and (max-width:1239px){.b-store-top__item[data-type=place_4] .b-store-top__disclaimer{right:300px;bottom:-10px}}@media screen and (max-width:1023px){.b-store-top__item[data-type=place_4] .b-store-top__disclaimer{font-size:11px;right:0}}@media screen and (max-width:559px){.b-store-top__item[data-type=place_4] .b-store-top__disclaimer{font-size:9px;bottom:-5px}}.b-store-top__item[data-type=place_4] .b-store-top__caption{background:#fff;border-radius:8px;padding:11px 60px 14px 16px;width:270px;min-height:83px;font-size:22px;line-height:29px;letter-spacing:.02em;color:#404040;position:absolute;left:calc(50% + 16px);top:50px}@media screen and (max-width:1239px){.b-store-top__item[data-type=place_4] .b-store-top__caption{left:auto;right:266px}}@media screen and (max-width:1023px){.b-store-top__item[data-type=place_4] .b-store-top__caption{width:220px;min-height:62px;font-size:16px;line-height:21px;right:174px;top:58px}}@media screen and (max-width:767px){.b-store-top__item[data-type=place_4] .b-store-top__caption{top:266px;right:auto;left:calc(50% - 180px)}}@media screen and (max-width:559px){.b-store-top__item[data-type=place_4] .b-store-top__caption{padding:8px 40px 10px 8px;width:150px;min-height:46px;font-size:12px;line-height:14px;left:0;top:122px}}.b-store-top__item[data-type=place_4] .b-store-top__caption:after{content:'';position:absolute;left:220px;top:-68px;background:url(/new/f/img/catalog/new24-back.png) no-repeat left top;width:368px;height:310px}@media screen and (max-width:1023px){.b-store-top__item[data-type=place_4] .b-store-top__caption:after{left:150px;top:-53px;background-size:266px auto;width:266px;height:226px}}@media screen and (max-width:559px){.b-store-top__item[data-type=place_4] .b-store-top__caption:after{left:102px;top:-25px;background-size:203px auto;width:203px;height:172px}}.b-store-top__item[data-type=place_4] .b-store-top__caption:before{content:'';position:absolute;left:89px;top:-16px;background:url(/new/f/img/catalog/new24-hand.svg) no-repeat left top;width:165px;height:161px;z-index:3}@media screen and (max-width:1023px){.b-store-top__item[data-type=place_4] .b-store-top__caption:before{left:79px;top:9px;background-size:89px auto;width:89px;height:87px}}@media screen and (max-width:559px){.b-store-top__item[data-type=place_4] .b-store-top__caption:before{background-size:60px auto;width:60px;height:60px;left:55px;top:7px}}@media screen and (max-width:559px){.b-store-top__item[data-type=place_4] .b-store-top__btn{padding:0;width:118px;font-size:14px;line-height:30px;height:30px}}.b-store-top__item[data-type=place_4] .b-store-top__btn:hover{background:#fff;color:#ff8300}@media screen and (max-width:559px){.b-store-top__item[data-type=place_4] .b-store-top__front{padding:22px 19px 24px}}.b-store-top__item[data-type=place_5]{background:#dcedfe}.b-store-top__item[data-type=place_5] .b-store-top__front{background:url(/new/f/img/catalog/top-back-5.svg) no-repeat center center}@media screen and (max-width:559px){.b-store-top__item[data-type=place_5] .b-store-top__front{background-size:330px auto;background-position:center -22px;padding-top:37px}}.b-store-top__item[data-type=place_5] .b-store-top__front:after{content:'';background:url(/new/f/img/catalog/top-center-5.svg) no-repeat left top;position:absolute;left:calc(50% - 168px);top:calc(50% - 3px);width:84px;height:169px}@media screen and (max-width:559px){.b-store-top__item[data-type=place_5] .b-store-top__front:after{left:calc(50% - 165px);top:calc(50% - 28px);-webkit-transform:rotate(-20deg);transform:rotate(-20deg)}}.b-store-top__item[data-type=place_5] .b-store-top__front:before{content:'';position:absolute;left:0;right:0;bottom:0;height:50px;background:linear-gradient(transparent,#dcedfe 50%);opacity:.8;z-index:2}@media screen and (max-width:559px){.b-store-top__item[data-type=place_5] .b-store-top__front:before{height:80px}}.b-store-top__item[data-type=place_5] .b-store-top__back span:nth-child(1){background:url(/new/f/img/catalog/top-left-5.png) repeat-x right center;background-size:auto 545px;left:0;top:0;bottom:0;width:calc(50% - 168px)}@media screen and (max-width:559px){.b-store-top__item[data-type=place_5] .b-store-top__back span:nth-child(1){width:calc(50% - 142px)}}.b-store-top__item[data-type=place_5] .b-store-top__back span:nth-child(2){background:url(/new/f/img/catalog/top-right-5.png) repeat-x left center;background-size:auto 545px;right:0;top:0;bottom:0;width:calc(50% - 150px)}@media screen and (max-width:559px){.b-store-top__item[data-type=place_5] .b-store-top__back span:nth-child(2){width:calc(50% - 104px)}}.b-store-top__item[data-type=place_5] .b-store-top__title{font-size:23px;line-height:26px;letter-spacing:.024em;text-align:center;color:#27388a;padding-bottom:12px;max-width:250px;margin:0 auto}.b-store-top__item[data-type=place_5] .b-store-top__desc{font-size:17px;line-height:21px;letter-spacing:.015em;text-align:center;color:#404040;padding-bottom:13px;max-width:250px;margin:0 auto}@media screen and (max-width:559px){.b-store-top__item[data-type=place_5] .b-store-top__desc{padding-bottom:12px}}.b-store-top__item[data-type=place_5] .b-store-top__wrapper{position:relative;height:100%;padding:0 20px 10px}@media screen and (max-width:767px){.b-store-top__item[data-type=place_5] .b-store-top__wrapper{display:flex;align-items:center;justify-content:center;margin:0}}@media screen and (max-width:559px){.b-store-top__item[data-type=place_5] .b-store-top__wrapper{display:block}}.b-store-top__item[data-type=place_5] .b-store-top__controls{justify-content:center;padding-bottom:12px}@media screen and (max-width:559px){.b-store-top__item[data-type=place_5] .b-store-top__controls{padding-bottom:10px}}.b-store-top__item[data-type=place_5] .b-store-top__controls+.b-store-top__desc{font-size:15px;padding-bottom:13px}@media screen and (max-width:559px){.b-store-top__item[data-type=place_5] .b-store-top__controls+.b-store-top__desc{padding-bottom:16px}}.b-store-top__item[data-type=place_5] .b-store-top__btn{line-height:36px;height:38px;padding:0 20px}.b-store-top__item[data-type=place_5] .b-store-top__btn.button--blue{font-size:30px;line-height:40px;letter-spacing:.14em;height:42px;cursor:default}.b-store-top__item[data-type=place_5] .b-store-top__btn.button--blue:hover{background:#27388a;color:#fff}.b-store-top__item[data-type=place_5] .b-store-top__layout{position:relative}.b-store-top__item[data-type=place_5] .b-store-top__disclaimer{position:absolute;font-size:12px;line-height:1;letter-spacing:-.02em;color:#27388a;left:-10px;right:-10px;bottom:-18px;z-index:3;text-align:center}@media screen and (max-width:1365px){.b-store-top__item[data-type=place_5] .b-store-top__disclaimer{text-align:left;left:0;right:0}}@media screen and (max-width:559px){.b-store-top__item[data-type=place_5] .b-store-top__disclaimer{font-size:10px;line-height:13px;letter-spacing:-.015em;left:-15px;right:-15px}}.b-store-top__item[data-type=place_6]{background:linear-gradient(#275d86,#3887c3);color:#fff;font-family:RotonReg,Arial,Helvetica,sans-serif}.b-store-top__item[data-type=place_6] .b-store-top__layout,.b-store-top__item[data-type=place_6] .b-store-top__wrapper{height:100%}.b-store-top__item[data-type=place_6] .b-store-top__wrapper{max-width:1440px}.b-store-top__item[data-type=place_6] .b-store-top__front{padding:20px 20px 10px 20px}.b-store-top__item[data-type=place_6] .b-store-top__info{display:grid;grid-template-columns:1fr;grid-template-rows:auto 1fr auto;font-family:RotonReg,Arial,Helvetica,sans-serif;height:calc(100% + 20px + 10px);position:relative;padding:20px 20px 10px 0;overflow:hidden;margin:-20px -20px -10px 0;position:relative;z-index:1}.b-store-top__item[data-type=place_6] .b-store-top__info-title{font-size:36px;line-height:1.3;font-family:RotonBol,Arial,Helvetica,sans-serif;position:relative;z-index:1}@media screen and (max-width:559px){.b-store-top__item[data-type=place_6] .b-store-top__info-title{font-size:22px}}@media screen and (max-width:459px){.b-store-top__item[data-type=place_6] .b-store-top__info-title{font-size:18px}}.b-store-top__item[data-type=place_6] .b-store-top__info-disclaimer{font-size:10px;line-height:1.4;padding-top:10px;padding-bottom:10px;margin-bottom:-10px;position:relative;z-index:1}@media screen and (max-width:767px){.b-store-top__item[data-type=place_6] .b-store-top__info-disclaimer{font-size:12px}}@media screen and (max-width:559px){.b-store-top__item[data-type=place_6] .b-store-top__info-disclaimer{font-size:6px;font-weight:400;line-height:1.1}}.b-store-top__item[data-type=place_6] .b-store-top__info-disclaimer:after{content:'';display:block;position:absolute;top:0;left:0;width:100%;height:100%;backdrop-filter:blur(1px)}.b-store-top__item[data-type=place_6] .b-store-top__info-disclaimer-text{z-index:1;position:relative}@media screen and (max-width:767px){.b-store-top__item[data-type=place_6] .b-store-top__info-disclaimer-text{-webkit-transform:scale(.8);transform:scale(.8);width:126%;margin-left:-12%;margin-bottom:-10px}}.b-store-top__item[data-type=place_6] .b-store-top__info-text{position:relative;z-index:1;font-size:24px;line-height:1.35;max-width:450px}@media screen and (max-width:1023px){.b-store-top__item[data-type=place_6] .b-store-top__info-text{font-size:22px}}@media screen and (max-width:559px){.b-store-top__item[data-type=place_6] .b-store-top__info-text{font-size:16px}}@media screen and (max-width:559px){.b-store-top__item[data-type=place_6] .b-store-top__info-text{max-width:285px;font-size:14px}}@media screen and (max-width:1023px){.b-store-top__item[data-type=place_6] .b-store-top__info-text-controls{margin-bottom:20px}}@media screen and (max-width:767px){.b-store-top__item[data-type=place_6] .b-store-top__info-text-controls{margin-bottom:0;margin-top:12px;font-size:14px}}.b-store-top__item[data-type=place_6] .b-store-top__info-text-btn{display:inline-block;vertical-align:top;max-width:none;width:auto;font-size:16px;line-height:42px;height:44px;padding:0 32px;overflow:visible;margin-top:28px;position:relative;box-shadow:0 8px 15px 0 rgba(0,0,0,.25);margin-bottom:12px}@media screen and (max-width:559px){.b-store-top__item[data-type=place_6] .b-store-top__info-text-btn{margin-bottom:0;margin-top:0;padding:0 15px;height:30px;font-size:12px;vertical-align:middle;line-height:30px;font-family:Arial,Helvetica,sans-serif}}.b-store-top__item[data-type=place_6] .b-store-top__info-text-btn span{z-index:2;position:relative;display:inline-blockblock}.b-store-top__item[data-type=place_6] .b-store-top__info-text-btn:after,.b-store-top__item[data-type=place_6] .b-store-top__info-text-btn:before{content:'';display:block;position:absolute;top:0;left:0;width:100%;height:100%;border-radius:25px}.b-store-top__item[data-type=place_6] .b-store-top__info-text-btn:before{background:#a7cb4f;z-index:1}.b-store-top__item[data-type=place_6] .b-store-top__info-text-btn:after{background:#7d983b;z-index:0;top:4px}.b-store-top__item[data-type=place_6] .b-store-top__info-bg{position:absolute;width:100%;height:100%;top:0;left:0;z-index:0}@media screen and (max-width:1400px){.b-store-top__item[data-type=place_6] .b-store-top__info-bg{left:50px}}@media screen and (max-width:1365px){.b-store-top__item[data-type=place_6] .b-store-top__info-bg{left:150px}}@media screen and (max-width:1239px){.b-store-top__item[data-type=place_6] .b-store-top__info-bg{left:250px}}@media screen and (max-width:1160px){.b-store-top__item[data-type=place_6] .b-store-top__info-bg{left:315px}}@media screen and (max-width:1023px){.b-store-top__item[data-type=place_6] .b-store-top__info-bg{left:10px;overflow:hidden}}@media screen and (max-width:767px){.b-store-top__item[data-type=place_6] .b-store-top__info-bg{left:0}}.b-store-top__item[data-type=place_6] .b-store-top__info-bg *{position:absolute}.b-store-top__item[data-type=place_6] .b-store-top__info-bg_girl-c{top:0;bottom:0;right:50px;width:100%;height:100%;background:url(/new/f/img/brands/g-bg/g-girl-ceil.png) no-repeat center right;background-size:auto 100%;z-index:1}@media screen and (max-width:1023px){.b-store-top__item[data-type=place_6] .b-store-top__info-bg_girl-c{right:0;background-position:-335px center}}@media screen and (max-width:767px){.b-store-top__item[data-type=place_6] .b-store-top__info-bg_girl-c{right:0;background:url(/new/f/img/brands/g-bg/girl-mob.png) no-repeat bottom right;background-position:right bottom}}@media screen and (max-width:690px){.b-store-top__item[data-type=place_6] .b-store-top__info-bg_girl-c{background-position:right 0}}@media screen and (max-width:559px){.b-store-top__item[data-type=place_6] .b-store-top__info-bg_girl-c{background-position:calc(100% + 30px) calc(100% + 120px)}}@media screen and (max-width:459px){.b-store-top__item[data-type=place_6] .b-store-top__info-bg_girl-c{background-size:auto 100%;background-position:right bottom}}.b-store-top__item[data-type=place_6] .b-store-top__info-bg_bank-1{top:10px;bottom:-10px;right:705px;width:261px;height:235px;background:url(/new/f/img/brands/g-bg/g-bank-1.png) no-repeat center right;background-size:contain;z-index:2}@media screen and (max-width:1160px){.b-store-top__item[data-type=place_6] .b-store-top__info-bg_bank-1{right:675px}}@media screen and (max-width:1023px){.b-store-top__item[data-type=place_6] .b-store-top__info-bg_bank-1{left:195px;width:190px;height:190px;top:60px}}@media screen and (max-width:767px){.b-store-top__item[data-type=place_6] .b-store-top__info-bg_bank-1{-webkit-transform:rotate(23deg);transform:rotate(23deg);top:190px;width:210px;height:190px;left:195px}}@media screen and (max-width:690px){.b-store-top__item[data-type=place_6] .b-store-top__info-bg_bank-1{top:220px;width:170px;height:155px;left:160px}}@media screen and (max-width:559px){.b-store-top__item[data-type=place_6] .b-store-top__info-bg_bank-1{width:150px;height:150px;top:120px;left:26%}}@media screen and (max-width:459px){.b-store-top__item[data-type=place_6] .b-store-top__info-bg_bank-1{width:130px;height:130px;left:30%;top:120px}}@media screen and (max-width:389px){.b-store-top__item[data-type=place_6] .b-store-top__info-bg_bank-1{left:28%;top:100px}}.b-store-top__item[data-type=place_6] .b-store-top__info-bg_bank-2{top:80px;right:265px;width:200px;height:200px;background:url(/new/f/img/brands/g-bg/g-bank-2.png) no-repeat center right;background-size:contain;z-index:2}@media screen and (max-width:1160px){.b-store-top__item[data-type=place_6] .b-store-top__info-bg_bank-2{right:315px}}@media screen and (max-width:1023px){.b-store-top__item[data-type=place_6] .b-store-top__info-bg_bank-2{width:165px;height:165px;left:320px;top:105px}}@media screen and (max-width:767px){.b-store-top__item[data-type=place_6] .b-store-top__info-bg_bank-2{-webkit-transform:rotate(-27deg);transform:rotate(-27deg);left:20px;width:165px;height:165px;top:255px}}@media screen and (max-width:690px){.b-store-top__item[data-type=place_6] .b-store-top__info-bg_bank-2{left:20px;width:135px;height:135px;top:275px}}@media screen and (max-width:559px){.b-store-top__item[data-type=place_6] .b-store-top__info-bg_bank-2{width:110px;height:110px;top:130px;left:0;top:175px}}@media screen and (max-width:459px){.b-store-top__item[data-type=place_6] .b-store-top__info-bg_bank-2{top:160px;left:0}}@media screen and (max-width:389px){.b-store-top__item[data-type=place_6] .b-store-top__info-bg_bank-2{left:-10px;top:135px}}.b-store-top__item[data-type=place_6] .b-store-top__info-bg_line{top:0;right:50px;width:1440px;height:306px;background:url(/new/f/img/brands/g-bg/g-line2.png) no-repeat center right;background-size:contain;z-index:0}@media screen and (max-width:1160px){.b-store-top__item[data-type=place_6] .b-store-top__info-bg_line{right:100px}}@media screen and (max-width:1023px){.b-store-top__item[data-type=place_6] .b-store-top__info-bg_line{right:0;left:-560px;top:15px}}@media screen and (max-width:767px){.b-store-top__item[data-type=place_6] .b-store-top__info-bg_line{width:455px;height:270px;background:url(/new/f/img/brands/g-bg/line-mob2.png) no-repeat center left;top:180px;background-size:contain;left:20px}}@media screen and (max-width:559px){.b-store-top__item[data-type=place_6] .b-store-top__info-bg_line{top:105px;left:0;width:358px;height:210px}}@media screen and (max-width:459px){.b-store-top__item[data-type=place_6] .b-store-top__info-bg_line{top:95px;left:-5px}}@media screen and (max-width:389px){.b-store-top__item[data-type=place_6] .b-store-top__info-bg_line{top:65px}}.b-store-top__item[data-type=place_7]{background:url(/new/f/img/catalog/top-back-7.svg) no-repeat center center #dcedfe;background-position:calc(50% - 5px) 10px;min-height:354px}@media screen and (max-width:1023px){.b-store-top__item[data-type=place_7]{background-position:calc(50% + 94px) -5px}}@media screen and (max-width:767px){.b-store-top__item[data-type=place_7]{background-position:calc(50% + 120px) -12px}}@media screen and (max-width:459px){.b-store-top__item[data-type=place_7]{background-position:calc(50% + 160px) -6px}}.b-store-top__item[data-type=place_7] .b-store-top__back{overflow:hidden}.b-store-top__item[data-type=place_7] .b-store-top__back span:nth-child(1){background:url(/new/f/img/catalog/top-left-7.svg) no-repeat left top;left:calc(50% - 1032px);top:-358px;width:653px;height:530px}@media screen and (max-width:1023px){.b-store-top__item[data-type=place_7] .b-store-top__back span:nth-child(1){left:calc(50% - 920px)}}@media screen and (max-width:767px){.b-store-top__item[data-type=place_7] .b-store-top__back span:nth-child(1){top:-100px;left:calc(50% - 930px)}}@media screen and (max-width:459px){.b-store-top__item[data-type=place_7] .b-store-top__back span:nth-child(1){top:-160px;left:calc(50% - 810px)}}.b-store-top__item[data-type=place_7] .b-store-top__back span:nth-child(2){background:url(/new/f/img/catalog/top-right-7.svg) no-repeat left top;right:calc(50% - 840px);top:-152px;width:498px;height:627px}@media screen and (max-width:1023px){.b-store-top__item[data-type=place_7] .b-store-top__back span:nth-child(2){right:calc(50% - 790px)}}@media screen and (max-width:767px){.b-store-top__item[data-type=place_7] .b-store-top__back span:nth-child(2){right:calc(50% - 680px);top:-120px}}@media screen and (max-width:459px){.b-store-top__item[data-type=place_7] .b-store-top__back span:nth-child(2){right:calc(50% - 560px);top:0}}.b-store-top__item[data-type=place_7] .b-store-top__wrapper{height:100%;max-width:1370px;padding:3px 45px 0}@media screen and (max-width:1365px){.b-store-top__item[data-type=place_7] .b-store-top__wrapper{padding:3px 30px 0}}@media screen and (max-width:1239px){.b-store-top__item[data-type=place_7] .b-store-top__wrapper{max-width:1020px;padding:3px 0 0}}@media screen and (max-width:1023px){.b-store-top__item[data-type=place_7] .b-store-top__wrapper{max-width:760px;padding:0}}@media screen and (max-width:767px){.b-store-top__item[data-type=place_7] .b-store-top__wrapper{max-width:520px}}@media screen and (max-width:459px){.b-store-top__item[data-type=place_7] .b-store-top__wrapper{max-width:340px}}.b-store-top__item[data-type=place_7] .b-store-top__title{background:#fff;padding:9px 23px 15px;border-radius:16px;font-size:33px;line-height:38px;letter-spacing:.01em;max-width:458px;color:#001689;margin-bottom:7px}@media screen and (max-width:1023px){.b-store-top__item[data-type=place_7] .b-store-top__title{font-size:30px;line-height:32px;padding:15px 20px 20px;max-width:416px;margin-bottom:12px}}@media screen and (max-width:767px){.b-store-top__item[data-type=place_7] .b-store-top__title{font-size:21px;line-height:26px;letter-spacing:0;padding:9px 23px;max-width:310px;margin-bottom:16px}}@media screen and (max-width:459px){.b-store-top__item[data-type=place_7] .b-store-top__title{font-size:19px;padding:4px 8px;max-width:250px;margin-bottom:13px}}.b-store-top__item[data-type=place_7] .b-store-top__desc{font-size:24px;line-height:42px;letter-spacing:.018em;color:#001689;padding-bottom:14px}@media screen and (max-width:1023px){.b-store-top__item[data-type=place_7] .b-store-top__desc{font-size:22px;line-height:40px}}@media screen and (max-width:767px){.b-store-top__item[data-type=place_7] .b-store-top__desc{font-size:16px;line-height:22px;letter-spacing:.012em;padding-bottom:16px}}@media screen and (max-width:459px){.b-store-top__item[data-type=place_7] .b-store-top__desc{padding-bottom:56px}}.b-store-top__item[data-type=place_7] .b-store-top__desc span{display:inline-block;vertical-align:middle;position:relative;top:-2px;padding:0 12px;height:32px;line-height:32px;border-radius:16px;background:#ff8300;color:#fff;margin-left:8px}@media screen and (max-width:767px){.b-store-top__item[data-type=place_7] .b-store-top__desc span{height:22px;line-height:22px;padding:0 10px;margin-left:5px}}.b-store-top__item[data-type=place_7] .b-store-top__btn{background:#dcedfe;border-width:2px;line-height:40px;padding:0 30px}.b-store-top__item[data-type=place_7] .b-store-top__btn:hover{background:#ff8300}@media screen and (max-width:459px){.b-store-top__item[data-type=place_7] .b-store-top__btn{font-size:14px;line-height:28px;padding:0 14px;height:32px}}@media screen and (max-width:767px){.b-store-top__item[data-type=place_7] .b-store-top__front{padding:24px 20px}}@media screen and (max-width:459px){.b-store-top__item[data-type=place_7] .b-store-top__front{padding:16px 16px 20px}}.b-store-top__item[data-type=place_7] .b-store-top__disclaimer{position:absolute;font-size:15px;line-height:1;letter-spacing:-.01em;color:#404040;text-align:center;position:absolute;left:-24px;right:-24px;bottom:-6px;opacity:.5}@media screen and (max-width:1365px){.b-store-top__item[data-type=place_7] .b-store-top__disclaimer{font-size:14px}}@media screen and (max-width:1239px){.b-store-top__item[data-type=place_7] .b-store-top__disclaimer{text-align:left;left:0;right:0;bottom:-10px}}@media screen and (max-width:459px){.b-store-top__item[data-type=place_7] .b-store-top__disclaimer{font-size:9px}}.b-store-top__item[data-type=place_7] .b-store-top__layout{background:url(/new/f/img/catalog/top-center-7.png) no-repeat right center;background-position:calc(100% - 30px) calc(50% + 18px);position:relative;height:100%}@media screen and (max-width:1365px){.b-store-top__item[data-type=place_7] .b-store-top__layout{background-position:100% calc(50% + 18px)}}@media screen and (max-width:1239px){.b-store-top__item[data-type=place_7] .b-store-top__layout{background-position:100% calc(50% + 8px);background-size:600px auto}}@media screen and (max-width:1023px){.b-store-top__item[data-type=place_7] .b-store-top__layout{background:url(/new/f/img/catalog/top-center-7-mobile.png) no-repeat right center;background-position:right calc(50% - 28px)}}@media screen and (max-width:767px){.b-store-top__item[data-type=place_7] .b-store-top__layout{background:url(/new/f/img/catalog/top-center-7.png) no-repeat right center;background-position:right calc(50% + 110px);background-size:520px auto}}@media screen and (max-width:559px){.b-store-top__item[data-type=place_7] .b-store-top__layout{background:0 0}.b-store-top__item[data-type=place_7] .b-store-top__layout:before{content:'';position:absolute;right:calc(50% - 218px);top:calc(50% - 132px);width:170px;height:150px;background:url(/new/f/img/catalog/top-center-7-mobile.png) no-repeat left center;background-size:170px auto;z-index:2}}@media screen and (max-width:559px) and (max-width:459px){.b-store-top__item[data-type=place_7] .b-store-top__layout:before{right:0;top:calc(50% - 40px);width:150px;height:132px;background-size:150px auto}}@media screen and (max-width:459px){.b-store-top__item[data-type=place_7] .b-store-top__controls{padding:0}}.b-store-top__item[data-type=place_8]{background:#fce700}.b-store-top__item[data-type=place_8] .b-store-top__back{display:none}.b-store-top__item[data-type=place_8] .b-store-top__front{padding:8px 0}@media screen and (max-width:559px){.b-store-top__item[data-type=place_8] .b-store-top__front{padding:30px 0 8px}}.b-store-top__item[data-type=place_8] .b-store-top__wrapper{display:flex;align-items:center;height:100%}.b-store-top__item[data-type=place_8] .b-store-top__layout{position:relative;width:100%;padding:5px 0;display:block}@media screen and (max-width:559px){.b-store-top__item[data-type=place_8] .b-store-top__layout{padding:0}}.b-store-top__item[data-type=place_8] .b-store-top__subtitle{font-family:RotonBol,Arial,Helvetica,sans-serif;font-size:32px;line-height:40px;letter-spacing:.04em;text-align:center;color:#fd4553;margin-bottom:12px}@media screen and (max-width:559px){.b-store-top__item[data-type=place_8] .b-store-top__subtitle{font-size:18px;line-height:20px;letter-spacing:.01em;margin-bottom:20px}}.b-store-top__item[data-type=place_8] .b-store-top__title{position:relative;font-family:RotonBol,Arial,Helvetica,sans-serif;font-size:67px;line-height:84px;letter-spacing:.05em;text-align:center;color:#353535;margin-bottom:5px}@media screen and (max-width:559px){.b-store-top__item[data-type=place_8] .b-store-top__title{font-size:50px;line-height:51px;letter-spacing:0;margin-bottom:17px}}.b-store-top__item[data-type=place_8] .b-store-top__title span{position:relative;display:block}.b-store-top__item[data-type=place_8] .b-store-top__title span:nth-child(1):after,.b-store-top__item[data-type=place_8] .b-store-top__title span:nth-child(1):before,.b-store-top__item[data-type=place_8] .b-store-top__title span:nth-child(2):after,.b-store-top__item[data-type=place_8] .b-store-top__title span:nth-child(2):before{font-family:RotonBol,Arial,Helvetica,sans-serif;font-size:67px;line-height:1;letter-spacing:.05em;text-transform:uppercase;white-space:nowrap;color:#fce700;text-shadow:0 -1px 1px #000,0 1px 1px #000;pointer-events:none;position:absolute;top:9px}@media screen and (max-width:559px){.b-store-top__item[data-type=place_8] .b-store-top__title span:nth-child(1):after,.b-store-top__item[data-type=place_8] .b-store-top__title span:nth-child(1):before,.b-store-top__item[data-type=place_8] .b-store-top__title span:nth-child(2):after,.b-store-top__item[data-type=place_8] .b-store-top__title span:nth-child(2):before{font-size:48px;top:1px}}.b-store-top__item[data-type=place_8] .b-store-top__title span:nth-child(1):before{content:'чёрная чёрная чёрная чёрная чёрная чёрная';text-align:right;right:calc(50% + 140px)}@media screen and (max-width:559px){.b-store-top__item[data-type=place_8] .b-store-top__title span:nth-child(1):before{right:calc(50% + 92px)}}.b-store-top__item[data-type=place_8] .b-store-top__title span:nth-child(1):after{content:'чёрная чёрная чёрная чёрная чёрная чёрная';text-align:left;left:calc(50% + 140px)}@media screen and (max-width:559px){.b-store-top__item[data-type=place_8] .b-store-top__title span:nth-child(1):after{left:calc(50% + 92px)}}.b-store-top__item[data-type=place_8] .b-store-top__title span:nth-child(2):before{content:'пятница пятница пятница пятница пятница';text-align:right;top:8px;right:calc(50% + 174px)}@media screen and (max-width:559px){.b-store-top__item[data-type=place_8] .b-store-top__title span:nth-child(2):before{top:1px;right:calc(50% + 116px)}}.b-store-top__item[data-type=place_8] .b-store-top__title span:nth-child(2):after{content:'пятница пятница пятница пятница пятница';text-align:left;top:8px;left:calc(50% + 174px)}@media screen and (max-width:559px){.b-store-top__item[data-type=place_8] .b-store-top__title span:nth-child(2):after{top:1px;left:calc(50% + 116px)}}.b-store-top__item[data-type=place_8] .b-store-top__desc{font-size:20px;letter-spacing:.02em;text-align:center;color:#353535;padding-bottom:11px}@media screen and (max-width:559px){.b-store-top__item[data-type=place_8] .b-store-top__desc{padding-bottom:14px}}.b-store-top__item[data-type=place_8] .b-store-top__label{background:url(/new/f/img/top-place/label-black-friday.svg) no-repeat center center;background-size:100% auto;display:flex;flex-direction:column;justify-content:center;position:absolute;left:calc(50% + 158px);top:0;width:208px;height:208px;border-radius:50%;text-align:center;font-family:RotonBol,Arial,Helvetica,sans-serif;font-size:30px;line-height:1;letter-spacing:0;padding-top:6px;padding-left:5px;color:#fff;-webkit-transform:rotate(-16deg);transform:rotate(-16deg)}@media screen and (max-width:767px){.b-store-top__item[data-type=place_8] .b-store-top__label{top:-78px;left:calc(68%)}}@media screen and (max-width:559px){.b-store-top__item[data-type=place_8] .b-store-top__label{width:130px;height:130px;top:-65px;left:calc(50% + 60px);font-size:18px;padding-top:4px;padding-left:4px}}@media screen and (max-width:359px){.b-store-top__item[data-type=place_8] .b-store-top__label{padding-left:0}}.b-store-top__item[data-type=place_8] .b-store-top__label span{font-size:50px}@media screen and (max-width:559px){.b-store-top__item[data-type=place_8] .b-store-top__label span{font-size:30px;line-height:34px}}.b-store-top__item[data-type=place_8] .b-store-top__info{font-size:12px;line-height:14px;letter-spacing:0;color:rgba(0,0,0,.6);text-align:center;padding:0 24px}@media screen and (max-width:559px){.b-store-top__item[data-type=place_8] .b-store-top__info{padding:0 16px;line-height:16px}}.b-store-top__item[data-type=place_9]{background:url(/new/f/img/catalog/top-back-9.jpg) repeat center center #e76e62}@media screen and (max-width:559px){.b-store-top__item[data-type=place_9]{background-position:left top}}.b-store-top__item[data-type=place_9] .b-store-top__back{overflow:hidden}.b-store-top__item[data-type=place_9] .b-store-top__back span:nth-child(12){background:url(/new/f/img/catalog/top-bottom-9.png) no-repeat center top;background-size:100% auto;left:0;right:0;bottom:-1px;height:134px}@media screen and (max-width:1440px){.b-store-top__item[data-type=place_9] .b-store-top__back span:nth-child(12){background-size:cover}}@media screen and (max-width:1023px){.b-store-top__item[data-type=place_9] .b-store-top__back span:nth-child(12){background-position:70% top}}@media screen and (max-width:767px){.b-store-top__item[data-type=place_9] .b-store-top__back span:nth-child(12){background-position:center top}}@media screen and (max-width:559px){.b-store-top__item[data-type=place_9] .b-store-top__back span:nth-child(12){background-position:35% top}}.b-store-top__item[data-type=place_9] .b-store-top__back span:nth-child(11){background-image:url(/new/f/img/catalog/top-left-9.svg);left:0;top:0;width:218px;height:153px}@media screen and (max-width:1365px){.b-store-top__item[data-type=place_9] .b-store-top__back span:nth-child(11){left:calc(50% - 684px)}}@media screen and (max-width:1023px){.b-store-top__item[data-type=place_9] .b-store-top__back span:nth-child(11){background-size:contain;width:176px;height:138px;left:0}}@media screen and (max-width:559px){.b-store-top__item[data-type=place_9] .b-store-top__back span:nth-child(11){width:142px;height:104px;left:-6px}}.b-store-top__item[data-type=place_9] .b-store-top__back span:nth-child(10){background-image:url(/new/f/img/catalog/top-right-9.svg);right:0;top:0;width:321px;height:117px}@media screen and (max-width:1365px){.b-store-top__item[data-type=place_9] .b-store-top__back span:nth-child(10){left:calc(50% + 364px);right:auto}}@media screen and (max-width:1023px){.b-store-top__item[data-type=place_9] .b-store-top__back span:nth-child(10){background-size:contain;width:296px;height:110px;left:auto;right:0}}@media screen and (max-width:559px){.b-store-top__item[data-type=place_9] .b-store-top__back span:nth-child(10){width:266px;height:98px;right:-40px}}.b-store-top__item[data-type=place_9] .b-store-top__back span:nth-child(2),.b-store-top__item[data-type=place_9] .b-store-top__back span:nth-child(3),.b-store-top__item[data-type=place_9] .b-store-top__back span:nth-child(4),.b-store-top__item[data-type=place_9] .b-store-top__back span:nth-child(5),.b-store-top__item[data-type=place_9] .b-store-top__back span:nth-child(6),.b-store-top__item[data-type=place_9] .b-store-top__back span:nth-child(7),.b-store-top__item[data-type=place_9] .b-store-top__back span:nth-child(8),.b-store-top__item[data-type=place_9] .b-store-top__back span:nth-child(9){background-image:url(/new/f/img/catalog/top-top-9.svg);background-size:contain}.b-store-top__item[data-type=place_9] .b-store-top__back span:nth-child(9){left:calc(50% - 704px);top:106px;width:266px;height:272px}@media screen and (max-width:1023px){.b-store-top__item[data-type=place_9] .b-store-top__back span:nth-child(9){left:calc(50% - 396px);top:132px;width:152px;height:158px}}@media screen and (max-width:767px){.b-store-top__item[data-type=place_9] .b-store-top__back span:nth-child(9){left:0;top:auto;bottom:16px}}@media screen and (max-width:559px){.b-store-top__item[data-type=place_9] .b-store-top__back span:nth-child(9){left:-5px;bottom:114px;width:72px;height:75px;-webkit-transform:rotate(36deg);transform:rotate(36deg)}}.b-store-top__item[data-type=place_9] .b-store-top__back span:nth-child(8){left:calc(50% - 531px);top:6px;width:124px;height:130px;-webkit-transform:rotate(35deg);transform:rotate(35deg)}@media screen and (max-width:1023px){.b-store-top__item[data-type=place_9] .b-store-top__back span:nth-child(8){left:calc(50% - 316px);top:70px;width:72px;height:76px}}@media screen and (max-width:767px){.b-store-top__item[data-type=place_9] .b-store-top__back span:nth-child(8){left:48px;top:256px}}@media screen and (max-width:559px){.b-store-top__item[data-type=place_9] .b-store-top__back span:nth-child(8){top:254px;left:30px}}.b-store-top__item[data-type=place_9] .b-store-top__back span:nth-child(7){left:calc(50% - 392px);top:172px;width:86px;height:92px;-webkit-transform:rotate(40deg);transform:rotate(40deg)}@media screen and (max-width:1023px){.b-store-top__item[data-type=place_9] .b-store-top__back span:nth-child(7){left:calc(50% - 230px);top:162px;width:50px;height:56px}}@media screen and (max-width:767px){.b-store-top__item[data-type=place_9] .b-store-top__back span:nth-child(7){left:140px;top:94px}}@media screen and (max-width:559px){.b-store-top__item[data-type=place_9] .b-store-top__back span:nth-child(7){top:98px;left:-5px}}.b-store-top__item[data-type=place_9] .b-store-top__back span:nth-child(6){left:calc(50% - 285px);top:16px;width:48px;height:50px;-webkit-transform:rotate(50deg);transform:rotate(50deg)}@media screen and (max-width:1023px){.b-store-top__item[data-type=place_9] .b-store-top__back span:nth-child(6){left:calc(50% - 228px);top:43px;width:28px;height:32px}}@media screen and (max-width:767px){.b-store-top__item[data-type=place_9] .b-store-top__back span:nth-child(6){left:30px;top:80px}}@media screen and (max-width:559px){.b-store-top__item[data-type=place_9] .b-store-top__back span:nth-child(6){left:calc(50% - 66px);top:46px}}.b-store-top__item[data-type=place_9] .b-store-top__back span:nth-child(5){left:calc(50% + 484px);top:60px;width:194px;height:202px;-webkit-transform:rotate(49deg);transform:rotate(49deg)}@media screen and (max-width:1023px){.b-store-top__item[data-type=place_9] .b-store-top__back span:nth-child(5){left:calc(50% + 280px);top:98px;width:112px;height:120px}}@media screen and (max-width:767px){.b-store-top__item[data-type=place_9] .b-store-top__back span:nth-child(5){right:60px;left:auto;top:350px}}@media screen and (max-width:559px){.b-store-top__item[data-type=place_9] .b-store-top__back span:nth-child(5){right:-42px;top:189px}}.b-store-top__item[data-type=place_9] .b-store-top__back span:nth-child(4){left:calc(50% + 258px);top:160px;width:128px;height:140px;-webkit-transform:rotate(56deg);transform:rotate(56deg)}@media screen and (max-width:1023px){.b-store-top__item[data-type=place_9] .b-store-top__back span:nth-child(4){left:calc(50% + 216px);top:154px;width:76px;height:82px}}@media screen and (max-width:767px){.b-store-top__item[data-type=place_9] .b-store-top__back span:nth-child(4){right:-10px;left:auto;top:280px}}@media screen and (max-width:559px){.b-store-top__item[data-type=place_9] .b-store-top__back span:nth-child(4){display:none}}.b-store-top__item[data-type=place_9] .b-store-top__back span:nth-child(3){left:calc(50% + 432px);top:48px;width:80px;height:86px;-webkit-transform:rotate(49deg);transform:rotate(49deg)}@media screen and (max-width:1023px){.b-store-top__item[data-type=place_9] .b-store-top__back span:nth-child(3){left:calc(50% + 256px);top:80px;width:48px;height:52px}}@media screen and (max-width:767px){.b-store-top__item[data-type=place_9] .b-store-top__back span:nth-child(3){right:20px;left:auto;top:146px}}@media screen and (max-width:559px){.b-store-top__item[data-type=place_9] .b-store-top__back span:nth-child(3){right:24px;top:152px}}.b-store-top__item[data-type=place_9] .b-store-top__back span:nth-child(2){left:calc(50% + 332px);top:23px;width:33px;height:36px;-webkit-transform:rotate(34deg);transform:rotate(34deg)}@media screen and (max-width:1023px){.b-store-top__item[data-type=place_9] .b-store-top__back span:nth-child(2){left:calc(50% + 200px);top:64px;width:22px;height:24px}}@media screen and (max-width:767px){.b-store-top__item[data-type=place_9] .b-store-top__back span:nth-child(2){left:calc(50% + 96px);top:146px}}@media screen and (max-width:559px){.b-store-top__item[data-type=place_9] .b-store-top__back span:nth-child(2){left:calc(50% + 136px);top:92px}}.b-store-top__item[data-type=place_9] .b-store-top__back span:nth-child(1){background-image:url(/new/f/img/catalog/top-middle-9.svg);left:calc(50% - 283px);top:0;width:566px;height:291px}@media screen and (max-width:1023px){.b-store-top__item[data-type=place_9] .b-store-top__back span:nth-child(1){display:none}}.b-store-top__item[data-type=place_9] .b-store-top__front{padding:8px 0}.b-store-top__item[data-type=place_9] .b-store-top__wrapper{display:flex;align-items:center;height:100%}.b-store-top__item[data-type=place_9] .b-store-top__layout{position:relative;width:100%;padding:19px 0;display:block}@media screen and (max-width:1023px){.b-store-top__item[data-type=place_9] .b-store-top__layout{padding:4px 0 0}}@media screen and (max-width:559px){.b-store-top__item[data-type=place_9] .b-store-top__layout{padding:10px 16px 0}}.b-store-top__item[data-type=place_9] .b-store-top__title{font-family:RotonBol,Arial,Helvetica,sans-serif;font-size:62px;line-height:60px;letter-spacing:.036em;text-align:center;color:#fff;max-width:760px;margin:0 auto 7px;text-shadow:0 3px 1px rgba(204,72,60,.7)}@media screen and (max-width:1023px){.b-store-top__item[data-type=place_9] .b-store-top__title{max-width:560px;font-size:37px;line-height:36px}}@media screen and (max-width:559px){.b-store-top__item[data-type=place_9] .b-store-top__title{max-width:290px;font-size:25px;line-height:1;margin-bottom:14px}}.b-store-top__item[data-type=place_9] .b-store-top__desc{font-size:32px;line-height:44px;letter-spacing:.016em;text-align:center;color:#fff;padding-bottom:17px}@media screen and (max-width:1023px){.b-store-top__item[data-type=place_9] .b-store-top__desc{font-size:20px;line-height:32px}}@media screen and (max-width:559px){.b-store-top__item[data-type=place_9] .b-store-top__desc{max-width:290px;margin:0 auto;line-height:1;padding-bottom:22px}}.b-store-top__item[data-type=place_9] .b-store-top__controls{justify-content:center;padding-bottom:8px}.b-store-top__item[data-type=place_9] .b-store-top__btn{background:#2d907b;border:none medium;font-size:21px;line-height:54px;height:56px;padding:0 30px;min-width:190px;border-radius:28px}@media screen and (max-width:1023px){.b-store-top__item[data-type=place_9] .b-store-top__btn{border-radius:20px;min-width:150px;font-size:16px;line-height:38px;height:40px}}.b-store-top__item[data-type=place_9] .b-store-top__btn:hover{background:#e23a3a}.b-store-top__item[data-type=place_10]{background:url(/new/f/img/catalog/supreme/top-bg-10.jpg) repeat center center #f7f0e0;background-size:cover}@media screen and (max-width:767px){.b-store-top__item[data-type=place_10]{background:url(/new/f/img/catalog/supreme/top-bg-10-mobile.jpg);background-repeat:no-repeat;background-size:cover}}.b-store-top__item[data-type=place_10] .b-store-top__back{max-width:1440px;margin:0 auto}.b-store-top__item[data-type=place_10] .b-store-top__back span:nth-child(1){top:0;bottom:60px;left:-35px;width:190px;background-image:url(/new/f/img/catalog/supreme/top-decor-1-10.png);background-size:140px;background-position:left bottom}.b-store-top__item[data-type=place_10] .b-store-top__back span:nth-child(2){top:0;bottom:60px;left:0;right:0;background-image:url(/new/f/img/catalog/supreme/top-decor-2-10.png);background-size:136px;background-position:center bottom}.b-store-top__item[data-type=place_10] .b-store-top__back span:nth-child(3){top:0;bottom:0;left:0;right:0;background-image:url(/new/f/img/catalog/supreme/top-decor-3-10.png);background-size:124px;background-position:center top}.b-store-top__item[data-type=place_10] .b-store-top__back span:nth-child(4){top:0;bottom:30px;left:0;right:36px;background-image:url(/new/f/img/catalog/supreme/top-decor-4-10.png);background-size:125px;background-position:right bottom}.b-store-top__item[data-type=place_10] .b-store-top__back span:nth-child(5),.b-store-top__item[data-type=place_10] .b-store-top__back span:nth-child(6),.b-store-top__item[data-type=place_10] .b-store-top__back span:nth-child(7){display:none}@media screen and (max-width:767px){.b-store-top__item[data-type=place_10] .b-store-top__back span:nth-child(1),.b-store-top__item[data-type=place_10] .b-store-top__back span:nth-child(2),.b-store-top__item[data-type=place_10] .b-store-top__back span:nth-child(3),.b-store-top__item[data-type=place_10] .b-store-top__back span:nth-child(4){display:none}.b-store-top__item[data-type=place_10] .b-store-top__back span:nth-child(5){display:inline;top:0;bottom:0;left:0;right:0;background-image:url(/new/f/img/catalog/supreme/top-decor-5-10.png);background-position:right top}.b-store-top__item[data-type=place_10] .b-store-top__back span:nth-child(6){display:inline;top:0;bottom:0;left:0;right:0;background-image:url(/new/f/img/catalog/supreme/top-decor-6-10.png);background-position:left bottom 205px}.b-store-top__item[data-type=place_10] .b-store-top__back span:nth-child(7){display:inline;top:0;bottom:0;left:0;right:0;background-image:url(/new/f/img/catalog/supreme/top-decor-7-10.png);background-position:right bottom 95px}}@media screen and (max-width:767px) and (max-width:559px){.b-store-top__item[data-type=place_10] .b-store-top__back span:nth-child(6){z-index:1;background-position:left bottom 95px}}@media screen and (max-width:767px) and (max-width:339px){.b-store-top__item[data-type=place_10] .b-store-top__back span:nth-child(6){background-position:left bottom 105px;background-size:70px}}@media screen and (max-width:767px) and (max-width:559px){.b-store-top__item[data-type=place_10] .b-store-top__back span:nth-child(7){background-position:right bottom 50px}}.b-store-top__item[data-type=place_10] .b-store-top__front{padding:29px 0 0}@media screen and (max-width:767px){.b-store-top__item[data-type=place_10] .b-store-top__front{padding:22px 0 0}}.b-store-top__item[data-type=place_10] .b-store-top__wrapper{position:relative;display:flex;flex-direction:column;justify-content:space-between;max-width:1440px;height:100%}.b-store-top__item[data-type=place_10] .b-store-top__primary{display:flex;justify-content:space-between;padding-left:9.54%;padding-right:85px}@media screen and (max-width:1239px){.b-store-top__item[data-type=place_10] .b-store-top__primary{padding-right:115px}}@media screen and (max-width:1023px){.b-store-top__item[data-type=place_10] .b-store-top__primary{padding-left:65px;padding-right:20px}}@media screen and (max-width:767px){.b-store-top__item[data-type=place_10] .b-store-top__primary{flex-direction:column;align-items:center;padding-left:14px;padding-right:14px}}@media screen and (max-width:559px){.b-store-top__item[data-type=place_10] .b-store-top__primary{align-items:flex-start}}.b-store-top__item[data-type=place_10] .b-store-top__title{font-size:32px;line-height:34px;color:#27388a}@media screen and (max-width:1239px){.b-store-top__item[data-type=place_10] .b-store-top__title{font-size:28px}}@media screen and (max-width:1023px){.b-store-top__item[data-type=place_10] .b-store-top__title{font-size:24px}}@media screen and (max-width:767px){.b-store-top__item[data-type=place_10] .b-store-top__title{font-size:19px;line-height:25px}}.b-store-top__item[data-type=place_10] .b-store-top__logo{max-width:375px}@media screen and (max-width:1239px){.b-store-top__item[data-type=place_10] .b-store-top__logo{max-width:320px}}@media screen and (max-width:1023px){.b-store-top__item[data-type=place_10] .b-store-top__logo{max-width:240px}}@media screen and (max-width:767px){.b-store-top__item[data-type=place_10] .b-store-top__logo{max-width:218px;text-align:center}}@media screen and (max-width:767px){.b-store-top__item[data-type=place_10] .b-store-top__logo img{display:inline;max-width:203px}}@media screen and (max-width:559px){.b-store-top__item[data-type=place_10] .b-store-top__produce{display:flex;justify-content:flex-end;width:100%;padding-right:110px}}.b-store-top__item[data-type=place_10] .b-store-top__product{position:absolute;top:-9px;bottom:0;left:0;right:0;background-image:url(/new/f/img/catalog/supreme/top-supreme-10.png);background-repeat:no-repeat;background-size:contain;background-position:right 305px bottom;pointer-events:none}@media screen and (max-width:1239px){.b-store-top__item[data-type=place_10] .b-store-top__product{background-size:340px}}@media screen and (max-width:1023px){.b-store-top__item[data-type=place_10] .b-store-top__product{background-position:right 180px bottom}}@media screen and (max-width:767px){.b-store-top__item[data-type=place_10] .b-store-top__product{background-position:right -40px bottom}}@media screen and (max-width:559px){.b-store-top__item[data-type=place_10] .b-store-top__product{background-image:url(/new/f/img/catalog/supreme/top-supreme-10-mobile.png);background-size:214px;background-position:right bottom}}@media screen and (max-width:339px){.b-store-top__item[data-type=place_10] .b-store-top__product{background-size:194px}}.b-store-top__item[data-type=place_10] .b-store-top__label{width:350px;margin-top:42px;padding:24px 24px 24px 50px;background:linear-gradient(270deg,#c49337 0,#f2b754 21.99%,#d79941 35.49%,#c49337 53.31%);border-radius:20px 5px;font-family:RotonBol,Arial,Helvetica,sans-serif;font-weight:400;font-size:20px;line-height:24px;color:#fff}@media screen and (max-width:1239px){.b-store-top__item[data-type=place_10] .b-store-top__label{width:320px;margin-top:60px;padding:20px 20px 20px 50px;font-size:18px;line-height:22px}}@media screen and (max-width:1023px){.b-store-top__item[data-type=place_10] .b-store-top__label{width:285px;margin-top:60px;padding:16px 16px 16px 50px;font-size:16px;line-height:20px}}@media screen and (max-width:767px){.b-store-top__item[data-type=place_10] .b-store-top__label{margin-top:29px;padding:12px 24px 12px 24px;font-size:12px;line-height:16px}}@media screen and (max-width:559px){.b-store-top__item[data-type=place_10] .b-store-top__label{width:216px;margin-top:8px;padding:12px 30px 12px 24px}}@media screen and (max-width:339px){.b-store-top__item[data-type=place_10] .b-store-top__label{padding:12px 5px 12px 20px;border-bottom-right-radius:0}}.b-store-top__item[data-type=place_10] .b-store-top__info-disclaimer{position:relative;padding:0 19px 2px}@media screen and (max-width:767px){.b-store-top__item[data-type=place_10] .b-store-top__info-disclaimer{padding:0 280px 8px 19px}}@media screen and (max-width:559px){.b-store-top__item[data-type=place_10] .b-store-top__info-disclaimer{padding:0 140px 8px 19px}}.b-store-top__item[data-type=place_10] .b-store-top__info-disclaimer-text{font-size:12px;line-height:15px;color:rgba(0,0,0,.5)}@media screen and (max-width:559px){.b-store-top__item[data-type=place_10] .b-store-top__info-disclaimer-text{font-size:7px;line-height:9px}}.b-store-top__item[data-type=place_11]{background:#6c96bf}.b-store-top__item[data-type=place_11] .b-store-top__back span{position:absolute;left:0;right:0;top:0;bottom:0}.b-store-top__item[data-type=place_11] .b-store-top__back span:nth-child(1){background:url(/new/f/img/catalog/spoon/bg-left.svg) no-repeat left top}@media screen and (max-width:559px){.b-store-top__item[data-type=place_11] .b-store-top__back span:nth-child(1){background-size:220px auto}}.b-store-top__item[data-type=place_11] .b-store-top__back span:nth-child(2){background:url(/new/f/img/catalog/spoon/bg-right.svg) no-repeat right bottom}@media screen and (max-width:559px){.b-store-top__item[data-type=place_11] .b-store-top__back span:nth-child(2){background-position:-70px bottom}}.b-store-top__item[data-type=place_11] .b-store-top__back span:nth-child(3){background:url(/new/f/img/catalog/spoon/title-left.svg) no-repeat right bottom;left:calc(50% - 407px);top:44px;right:auto;bottom:auto;width:276px;height:201px}@media screen and (max-width:1239px){.b-store-top__item[data-type=place_11] .b-store-top__back span:nth-child(3){left:calc(50% - 351px);top:75px;width:220px;height:170px}}@media screen and (max-width:1023px){.b-store-top__item[data-type=place_11] .b-store-top__back span:nth-child(3){display:none}}.b-store-top__item[data-type=place_11] .b-store-top__back span:nth-child(4){background:url(/new/f/img/catalog/spoon/title-right.svg) no-repeat left top;left:calc(50% + 131px);top:32px;right:auto;bottom:auto;width:353px;height:218px}@media screen and (max-width:1239px){.b-store-top__item[data-type=place_11] .b-store-top__back span:nth-child(4){width:280px}}@media screen and (max-width:1023px){.b-store-top__item[data-type=place_11] .b-store-top__back span:nth-child(4){display:none}}.b-store-top__item[data-type=place_11] .b-store-top__back span:nth-child(5){background:url(/new/f/img/catalog/spoon/left.svg) no-repeat -14px -6px}@media screen and (max-width:1239px){.b-store-top__item[data-type=place_11] .b-store-top__back span:nth-child(5){right:auto;width:220px}}@media screen and (max-width:1023px){.b-store-top__item[data-type=place_11] .b-store-top__back span:nth-child(5){background-position:-20px -4px;background-size:256px auto;width:150px}}@media screen and (max-width:767px){.b-store-top__item[data-type=place_11] .b-store-top__back span:nth-child(5){width:196px;height:150px;bottom:auto}}@media screen and (max-width:559px){.b-store-top__item[data-type=place_11] .b-store-top__back span:nth-child(5){background:url(/new/f/img/catalog/spoon/left-mob.svg) no-repeat -15px -47px;width:175px;height:168px}}.b-store-top__item[data-type=place_11] .b-store-top__back span:nth-child(6){background:url(/new/f/img/catalog/spoon/right.svg) no-repeat right top;background-position:calc(100% + 14px) 22px}@media screen and (max-width:1239px){.b-store-top__item[data-type=place_11] .b-store-top__back span:nth-child(6){left:auto;width:100px}}@media screen and (max-width:1023px){.b-store-top__item[data-type=place_11] .b-store-top__back span:nth-child(6){background-position:right bottom;width:110px;height:190px;top:auto;right:-14px;bottom:-26px}}@media screen and (max-width:767px){.b-store-top__item[data-type=place_11] .b-store-top__back span:nth-child(6){width:230px;height:302px}}@media screen and (max-width:559px){.b-store-top__item[data-type=place_11] .b-store-top__back span:nth-child(6){display:none}}.b-store-top__item[data-type=place_11] .b-store-top__back span:nth-child(7){background:url(/new/f/img/catalog/spoon/top.svg) no-repeat center top;background-position:calc(50% + 111px) -10px}@media screen and (max-width:767px){.b-store-top__item[data-type=place_11] .b-store-top__back span:nth-child(7){display:none}}@media screen and (max-width:559px){.b-store-top__item[data-type=place_11] .b-store-top__back span:nth-child(7){background:url(/new/f/img/catalog/spoon/top-mob.svg) no-repeat center top;background-position:calc(50% - 2px) 153px;display:block}}.b-store-top__item[data-type=place_11] .b-store-top__front{padding:24px}@media screen and (max-width:559px){.b-store-top__item[data-type=place_11] .b-store-top__front{padding:16px}}.b-store-top__item[data-type=place_11] .b-store-top__wrapper{display:flex;align-items:center;height:100%}.b-store-top__item[data-type=place_11] .b-store-top__layout{position:relative;width:100%;padding:22px 0 29px;display:block}@media screen and (max-width:767px){.b-store-top__item[data-type=place_11] .b-store-top__layout{display:flex;flex-direction:column;justify-content:center;height:100%}}@media screen and (max-width:559px){.b-store-top__item[data-type=place_11] .b-store-top__layout{padding:0}}.b-store-top__item[data-type=place_11] .b-store-top__title{font-family:RotonBol,Arial,Helvetica,sans-serif;font-size:68px;line-height:1;letter-spacing:0;text-align:center;color:#f2e8de;margin:0 0 19px;text-shadow:0 4px 0 #435273}@media screen and (max-width:1023px){.b-store-top__item[data-type=place_11] .b-store-top__title{font-size:60px;line-height:68px}}@media screen and (max-width:559px){.b-store-top__item[data-type=place_11] .b-store-top__title{font-size:37px;line-height:38px;color:#d9d9d9;text-shadow:0 2px 0 #507ba6;margin:0 0 11px}}.b-store-top__item[data-type=place_11] .b-store-top__subtitle{font-size:25px;line-height:1;letter-spacing:0;text-align:center;color:#f2e8de;margin-bottom:36px}@media screen and (max-width:559px){.b-store-top__item[data-type=place_11] .b-store-top__subtitle{font-size:17px;letter-spacing:.01em;margin-bottom:21px}}.b-store-top__item[data-type=place_11] .b-store-top__info{position:absolute;left:0;right:0;bottom:-11px;font-size:15px;line-height:1;text-align:center;color:#f2e8de}@media screen and (max-width:1023px){.b-store-top__item[data-type=place_11] .b-store-top__info{bottom:-14px;font-size:12px;line-height:14px}}@media screen and (max-width:767px){.b-store-top__item[data-type=place_11] .b-store-top__info{padding:0 40px}}@media screen and (max-width:559px){.b-store-top__item[data-type=place_11] .b-store-top__info{bottom:-3px;font-size:14px;line-height:20px;padding:0}}.b-store-top__item[data-type=place_11] .b-store-top__label{position:absolute;left:calc(50% + 388px);top:90px;background:#ff8300;border-radius:50%;width:122px;height:122px;padding-top:3px;font-family:RotonBol,Arial,Helvetica,sans-serif;font-size:21px;line-height:118px;text-align:center;color:#f2e8de;text-transform:uppercase;-webkit-transform:rotate(-15deg);transform:rotate(-15deg);box-shadow:5px 5px 0 #a75906}@media screen and (max-width:1239px){.b-store-top__item[data-type=place_11] .b-store-top__label{left:calc(50% + 280px);top:100px}}@media screen and (max-width:1023px){.b-store-top__item[data-type=place_11] .b-store-top__label{left:calc(50% + 208px)}}@media screen and (max-width:767px){.b-store-top__item[data-type=place_11] .b-store-top__label{left:calc(50% + 100px);top:10px}}@media screen and (max-width:559px){.b-store-top__item[data-type=place_11] .b-store-top__label{left:calc(50% + 82px);top:6px;width:72px;height:72px;padding-top:0;font-size:12px;line-height:72px;box-shadow:3px 3px 0 #a75906}}.b-store-top__item[data-type=place_11] .b-store-top__label:after{content:'';position:absolute;left:-150px;top:-58px;width:374px;height:192px;background:url(/new/f/img/catalog/spoon/spoon.png) no-repeat left top;-webkit-transform:rotate(15deg);transform:rotate(15deg)}@media screen and (max-width:1023px){.b-store-top__item[data-type=place_11] .b-store-top__label:after{background-size:280px auto;width:280px;height:160px;left:-100px;top:-38px}}@media screen and (max-width:559px){.b-store-top__item[data-type=place_11] .b-store-top__label:after{background-size:190px auto;width:190px;height:100px;left:-82px;top:-32px}}.b-store-top__item[data-type=place_11] .b-store-top__controls{justify-content:center}.b-store-top__item[data-type=place_11] .b-store-top__btn{box-shadow:0 9px 0 #435273}@media screen and (max-width:559px){.b-store-top__item[data-type=place_11] .b-store-top__btn{box-shadow:0 6px 0 #435273}}.b-store-top__item[data-type=place_12]{background:#fbe0e9;min-height:344px}.b-store-top__item[data-type=place_12] .b-store-top__back span{position:absolute;left:0;right:0;top:0;bottom:0;background:none no-repeat left center}.b-store-top__item[data-type=place_12] .b-store-top__back span:nth-child(1){background-image:url(/new/f/img/catalog/march8/march8_left.svg);background-position:calc(50% - 680px) calc(50% + 37px)}@media screen and (max-width:767px){.b-store-top__item[data-type=place_12] .b-store-top__back span:nth-child(1){background-position:calc(50% - 254px) calc(50% + 46px)}}@media screen and (max-width:559px){.b-store-top__item[data-type=place_12] .b-store-top__back span:nth-child(1){display:none}}.b-store-top__item[data-type=place_12] .b-store-top__back span:nth-child(2){background-image:url(/new/f/img/catalog/march8/march8_right.svg);background-position:calc(50% + 689px) calc(50% + 131px)}@media screen and (max-width:767px){.b-store-top__item[data-type=place_12] .b-store-top__back span:nth-child(2){background-position:calc(50% + 212px) calc(50% - 172px)}}@media screen and (max-width:559px){.b-store-top__item[data-type=place_12] .b-store-top__back span:nth-child(2){display:none}}.b-store-top__item[data-type=place_12] .b-store-top__back span:nth-child(3){background-image:url(/new/f/img/catalog/march8/march8_center.svg);background-position:calc(50% + 231px) calc(50% - 46px)}@media screen and (max-width:1239px){.b-store-top__item[data-type=place_12] .b-store-top__back span:nth-child(3){background-position:calc(50% + 181px) calc(50% - 46px)}}@media screen and (max-width:1023px){.b-store-top__item[data-type=place_12] .b-store-top__back span:nth-child(3){background-image:url(/new/f/img/catalog/march8/march8_center-mob.svg);background-position:calc(50% + 140px) calc(50% - 48px)}}@media screen and (max-width:767px){.b-store-top__item[data-type=place_12] .b-store-top__back span:nth-child(3){background-position:calc(50% + 36px) calc(50% + 40px)}}@media screen and (max-width:559px){.b-store-top__item[data-type=place_12] .b-store-top__back span:nth-child(3){background-image:url(/new/f/img/catalog/march8/march8_mobile.svg);background-position:50% calc(100% + 20px)}}.b-store-top__item[data-type=place_12] .b-store-top__front{padding:30px 24px 12px}@media screen and (max-width:559px){.b-store-top__item[data-type=place_12] .b-store-top__front{align-items:center;padding:14px 10px}}.b-store-top__item[data-type=place_12] .b-store-top__wrapper{position:relative;display:flex;flex-direction:column;align-items:flex-start;max-width:1140px;height:100%}@media screen and (max-width:1023px){.b-store-top__item[data-type=place_12] .b-store-top__wrapper{justify-content:center;padding-bottom:50px;max-width:750px}}@media screen and (max-width:767px){.b-store-top__item[data-type=place_12] .b-store-top__wrapper{justify-content:flex-start;padding-bottom:90px}}@media screen and (max-width:559px){.b-store-top__item[data-type=place_12] .b-store-top__wrapper{justify-content:center;align-items:center}}.b-store-top__item[data-type=place_12] .b-store-top__title{font-family:RotonBol,Arial,Helvetica,sans-serif;font-size:45px;line-height:55px;letter-spacing:0;color:#27388a;margin:0 0 20px;max-width:480px}@media screen and (max-width:1023px){.b-store-top__item[data-type=place_12] .b-store-top__title{font-size:32px;line-height:38px;max-width:330px}}@media screen and (max-width:559px){.b-store-top__item[data-type=place_12] .b-store-top__title{text-align:center;font-size:26px;line-height:32px;max-width:300px;margin:0 auto 10px}}.b-store-top__item[data-type=place_12] .b-store-top__subtitle{font-family:RotonBol,Arial,Helvetica,sans-serif;font-size:21px;line-height:22px;letter-spacing:.01em;color:#f76a86;margin-bottom:10px}@media screen and (max-width:1023px){.b-store-top__item[data-type=place_12] .b-store-top__subtitle{font-size:17px}}@media screen and (max-width:559px){.b-store-top__item[data-type=place_12] .b-store-top__subtitle{text-align:center;line-height:19px;letter-spacing:.024em;margin-bottom:4px}}.b-store-top__item[data-type=place_12] .b-store-top__controls{padding-bottom:21px}@media screen and (max-width:559px){.b-store-top__item[data-type=place_12] .b-store-top__controls{padding-bottom:10px}}.b-store-top__item[data-type=place_12] .b-store-top__btn{background:#27388a;min-width:280px;font-size:19px}@media screen and (max-width:559px){.b-store-top__item[data-type=place_12] .b-store-top__btn{font-size:16px;line-height:36px;height:38px;min-width:210px}}.b-store-top__item[data-type=place_12] .b-store-top__btn:hover{background:#ff8300}.b-store-top__item[data-type=place_12] .b-store-top__info{position:absolute;text-shadow:0 0 2px #fbe0e9;font-size:14px;line-height:18px;color:#404040;max-width:800px;left:0;bottom:5px}@media screen and (max-width:1023px){.b-store-top__item[data-type=place_12] .b-store-top__info{font-size:12px;line-height:16px;max-width:650px}}@media screen and (max-width:559px){.b-store-top__item[data-type=place_12] .b-store-top__info{font-size:10px;line-height:1;text-align:center;position:static;bottom:auto;left:auto;max-width:280px}}.b-store-top__item[data-type=place_12] .b-store-top__label{background:url(/new/f/img/catalog/march8/march8_label.svg) no-repeat left top;position:absolute;left:calc(50% + 132px);top:64px;width:474px;height:237px}@media screen and (max-width:1239px){.b-store-top__item[data-type=place_12] .b-store-top__label{left:calc(50% + 82px)}}@media screen and (max-width:1023px){.b-store-top__item[data-type=place_12] .b-store-top__label{-webkit-transform:scale(.8);transform:scale(.8);left:calc(50% - 14px);top:44px}}@media screen and (max-width:767px){.b-store-top__item[data-type=place_12] .b-store-top__label{left:calc(50% - 120px);top:210px}}@media screen and (max-width:559px){.b-store-top__item[data-type=place_12] .b-store-top__label{display:none}}.b-store-top__item[data-type=place_12] .b-store-top__label span{font-family:RotonBol,Arial,Helvetica,sans-serif;font-size:19px;line-height:24px;letter-spacing:.02em;text-align:center;max-width:184px;color:#fff;position:absolute;left:256px;top:87px;-webkit-transform:rotate(21deg);transform:rotate(21deg)}.b-store-top__item[data-type=place_13]{background:url(/new/f/img/catalog/gerber/image.png) no-repeat right bottom #fdfbf7;background-position:calc(50% + 363px) bottom;min-height:354px}@media screen and (max-width:1439px){.b-store-top__item[data-type=place_13]{background-position:calc(50% + 348px) bottom}}@media screen and (max-width:1365px){.b-store-top__item[data-type=place_13]{background-position:calc(50% + 342px) bottom}}@media screen and (max-width:1239px){.b-store-top__item[data-type=place_13]{background-position:calc(100% - 68px) bottom}}@media screen and (max-width:1023px){.b-store-top__item[data-type=place_13]{background-position:right bottom}}@media screen and (max-width:767px){.b-store-top__item[data-type=place_13]{min-height:514px}}@media screen and (max-width:559px){.b-store-top__item[data-type=place_13]{background-image:url(/new/f/img/catalog/gerber/image-mob.png);background-position:calc(100% + 45px) calc(100% + 82px);background-size:305px auto;min-height:354px}}@media screen and (max-width:459px){.b-store-top__item[data-type=place_13]{min-height:344px}}@media screen and (max-width:359px){.b-store-top__item[data-type=place_13]{background-position:calc(50% + 74px) calc(50% + 74px)}}.b-store-top__item[data-type=place_13] .b-store-top__back{background:url(/new/f/img/catalog/gerber/center.png) no-repeat center center;background-position:calc(50% + 32px) calc(50% + 15px);background-size:65px auto}@media screen and (max-width:1239px){.b-store-top__item[data-type=place_13] .b-store-top__back{background-position:calc(50% + 10px) calc(50% - 120px)}}@media screen and (max-width:1023px){.b-store-top__item[data-type=place_13] .b-store-top__back{background-position:calc(50% + 80px) calc(50% - 140px)}}@media screen and (max-width:767px){.b-store-top__item[data-type=place_13] .b-store-top__back{display:none}}.b-store-top__item[data-type=place_13] .b-store-top__back:after,.b-store-top__item[data-type=place_13] .b-store-top__back:before{content:'';position:absolute;background:none no-repeat left top;pointer-events:none}.b-store-top__item[data-type=place_13] .b-store-top__back:before{background-image:url(/new/f/img/catalog/gerber/top.png);background-size:contain;width:120px;height:164px;top:-33px;left:calc(50% - 747px)}@media screen and (max-width:1439px){.b-store-top__item[data-type=place_13] .b-store-top__back:before{left:calc(50% - 710px)}}@media screen and (max-width:1365px){.b-store-top__item[data-type=place_13] .b-store-top__back:before{left:calc(50% - 700px)}}.b-store-top__item[data-type=place_13] .b-store-top__back:after{background-image:url(/new/f/img/catalog/gerber/bottom.png);background-size:contain;width:102px;height:130px;left:calc(50% - 734px);bottom:-20px}@media screen and (max-width:1439px){.b-store-top__item[data-type=place_13] .b-store-top__back:after{left:calc(50% - 697px)}}@media screen and (max-width:1365px){.b-store-top__item[data-type=place_13] .b-store-top__back:after{left:calc(50% - 687px)}}.b-store-top__item[data-type=place_13] .b-store-top__front{padding:45px 24px 12px}@media screen and (max-width:1239px){.b-store-top__item[data-type=place_13] .b-store-top__front{padding:42px 24px 12px}}@media screen and (max-width:1023px){.b-store-top__item[data-type=place_13] .b-store-top__front{padding:24px 24px 12px}}@media screen and (max-width:559px){.b-store-top__item[data-type=place_13] .b-store-top__front{padding:24px 16px 12px}}.b-store-top__item[data-type=place_13] .b-store-top__wrapper{position:relative;display:flex;flex-direction:column;justify-content:center;max-width:1140px;height:100%}@media screen and (max-width:1239px){.b-store-top__item[data-type=place_13] .b-store-top__wrapper{padding-right:450px}}@media screen and (max-width:1023px){.b-store-top__item[data-type=place_13] .b-store-top__wrapper{padding-right:0}}@media screen and (max-width:767px){.b-store-top__item[data-type=place_13] .b-store-top__wrapper{justify-content:flex-start}}.b-store-top__item[data-type=place_13] .b-store-top__title{font-family:RotonBol,Arial,Helvetica,sans-serif;font-size:44px;line-height:1;letter-spacing:.008em;color:#1e4767;margin:0 0 16px}@media screen and (max-width:1239px){.b-store-top__item[data-type=place_13] .b-store-top__title{max-width:500px}}@media screen and (max-width:1023px){.b-store-top__item[data-type=place_13] .b-store-top__title{max-width:420px}}@media screen and (max-width:767px){.b-store-top__item[data-type=place_13] .b-store-top__title{max-width:420px}}@media screen and (max-width:459px){.b-store-top__item[data-type=place_13] .b-store-top__title{font-size:27px;line-height:30px;margin:0 0 10px;padding-right:0;max-width:520px}}@media screen and (max-width:359px){.b-store-top__item[data-type=place_13] .b-store-top__title{padding-right:0}}.b-store-top__item[data-type=place_13] .b-store-top__desc{font-size:29px;line-height:1;letter-spacing:-.004em;color:#3c6d4f;padding-bottom:38px}@media screen and (max-width:1023px){.b-store-top__item[data-type=place_13] .b-store-top__desc{font-size:25px;padding-bottom:28px;padding-right:350px}}@media screen and (max-width:767px){.b-store-top__item[data-type=place_13] .b-store-top__desc{padding-right:0}}@media screen and (max-width:559px){.b-store-top__item[data-type=place_13] .b-store-top__desc{font-size:23px;padding-right:100px}}@media screen and (max-width:459px){.b-store-top__item[data-type=place_13] .b-store-top__desc{font-size:18px;line-height:21px;letter-spacing:0;padding-right:100px;max-width:none;padding-bottom:16px}}.b-store-top__item[data-type=place_13] .b-store-top__controls{padding-bottom:41px;min-height:44px}@media screen and (max-width:1239px){.b-store-top__item[data-type=place_13] .b-store-top__controls{padding-bottom:31px}}@media screen and (max-width:559px){.b-store-top__item[data-type=place_13] .b-store-top__controls{min-height:38px;padding-bottom:10px}}.b-store-top__item[data-type=place_13] .b-store-top__btn{background:#1e4767;min-width:280px;font-size:19px}@media screen and (max-width:559px){.b-store-top__item[data-type=place_13] .b-store-top__btn{min-width:240px}}@media screen and (max-width:459px){.b-store-top__item[data-type=place_13] .b-store-top__btn{font-size:18px;line-height:37px;height:38px;padding:0 16px;min-width:160px}}@media screen and (max-width:359px){.b-store-top__item[data-type=place_13] .b-store-top__btn{min-width:150px}}.b-store-top__item[data-type=place_13] .b-store-top__btn:hover{background:#17a046}.b-store-top__item[data-type=place_13] .b-store-top__info{font-size:14px;line-height:18px;color:#1e4767;max-width:740px}@media screen and (max-width:1023px){.b-store-top__item[data-type=place_13] .b-store-top__info{font-size:12px;line-height:14px;padding-right:370px}}@media screen and (max-width:559px){.b-store-top__item[data-type=place_13] .b-store-top__info{line-height:13px;padding-right:180px;max-width:520px}}@media screen and (max-width:459px){.b-store-top__item[data-type=place_13] .b-store-top__info{font-size:9px;line-height:12px;max-width:none}}@media screen and (max-width:359px){.b-store-top__item[data-type=place_13] .b-store-top__info{line-height:10px}}.b-store-top__item[data-type=place_13] .b-store-top__label{position:absolute;left:calc(50% + 519px);top:calc(50% - 148px);background:#17a046;-webkit-transform:rotate(19deg);transform:rotate(19deg);width:132px;height:60px;border-radius:30px;font-family:RotonBol,Arial,Helvetica,sans-serif;font-size:40px;line-height:58px;text-align:center;color:#fff}@media screen and (max-width:1439px){.b-store-top__item[data-type=place_13] .b-store-top__label{left:calc(50% + 504px)}}@media screen and (max-width:1365px){.b-store-top__item[data-type=place_13] .b-store-top__label{left:calc(50% + 482px)}}@media screen and (max-width:1239px){.b-store-top__item[data-type=place_13] .b-store-top__label{left:auto;right:30px}}@media screen and (max-width:1023px){.b-store-top__item[data-type=place_13] .b-store-top__label{right:-15px}}@media screen and (max-width:767px){.b-store-top__item[data-type=place_13] .b-store-top__label{font-size:28px;width:92px;height:42px;line-height:42px;top:calc(50% - 70px)}}@media screen and (max-width:559px){.b-store-top__item[data-type=place_13] .b-store-top__label{top:calc(50% - 62px)}}@media screen and (max-width:359px){.b-store-top__item[data-type=place_13] .b-store-top__label{right:auto;left:calc(50% + 84px);top:calc(50% - 98px)}}.b-store-top__item[data-type=place_13] .b-store-top__label:before{content:'';position:absolute;right:-62px;top:-52px;background:url(/new/f/img/catalog/gerber/label-back.png) no-repeat left top;width:79px;height:93px;-webkit-transform:rotate(-19deg);transform:rotate(-19deg)}@media screen and (max-width:767px){.b-store-top__item[data-type=place_13] .b-store-top__label:before{display:none}}.b-store-top__item[data-type=place_13] .b-store-top__label-bottom{position:absolute;right:-72px;bottom:-82px;background:#1e4767;width:198px;height:198px;border-radius:50%;font-size:14px;line-height:1;color:#fff;padding:26px 0 0 45px}@media screen and (max-width:559px){.b-store-top__item[data-type=place_13] .b-store-top__label-bottom{right:-30px;bottom:-32px;width:84px;height:84px;padding:12px 0 0 19px;font-size:7px}}.b-store-top__item[data-type=place_13] .b-store-top__label-bottom span{font-family:RotonBol,Arial,Helvetica,sans-serif;position:relative;display:block;font-size:61px;line-height:1}@media screen and (max-width:559px){.b-store-top__item[data-type=place_13] .b-store-top__label-bottom span{font-size:26px}}.b-store-top__item[data-type=place_13] .b-store-top__label-bottom span:before{content:'+';position:absolute;left:56px;top:22px;font-family:RotonReg,Arial,Helvetica,sans-serif;font-size:22px;line-height:1;color:#fff}@media screen and (max-width:559px){.b-store-top__item[data-type=place_13] .b-store-top__label-bottom span:before{left:24px;top:8px;font-size:11px}}.b-store-top__item[data-type=place_14]{background:url(/new/f/img/catalog/back14.png) no-repeat left top #dcedfe;background-position:calc(50% + 356px) calc(50% - 60px);min-height:354px}@media screen and (max-width:1239px){.b-store-top__item[data-type=place_14]{background-position:calc(50% + 260px) calc(50% - 60px)}}@media screen and (max-width:1023px){.b-store-top__item[data-type=place_14]{background-position:calc(50% + 390px) calc(50% - 60px)}}@media screen and (max-width:767px){.b-store-top__item[data-type=place_14]{background-position:calc(100% + 282px) calc(50% - 6px);min-height:514px}}@media screen and (max-width:559px){.b-store-top__item[data-type=place_14]{background-position:calc(100% + 318px) calc(50% - 42px);min-height:354px}}@media screen and (max-width:459px){.b-store-top__item[data-type=place_14]{background-image:url(/new/f/img/catalog/back14-mob.png);background-position:calc(100% + 253px) calc(50% - 40px);background-size:459px auto;min-height:344px}}.b-store-top__item[data-type=place_14] .b-store-top__front{padding:30px 24px 46px}@media screen and (max-width:559px){.b-store-top__item[data-type=place_14] .b-store-top__front{padding:30px 24px 30px}}@media screen and (max-width:459px){.b-store-top__item[data-type=place_14] .b-store-top__front{padding:24px 16px}}.b-store-top__item[data-type=place_14] .b-store-top__wrapper{position:relative;max-width:1192px;height:100%}.b-store-top__item[data-type=place_14] .b-store-top__title{font-size:39px;line-height:49px;letter-spacing:.011em;color:#27388a;margin-bottom:24px;max-width:570px}@media screen and (max-width:767px){.b-store-top__item[data-type=place_14] .b-store-top__title{font-size:34px;line-height:36px;max-width:365px}}@media screen and (max-width:559px){.b-store-top__item[data-type=place_14] .b-store-top__title{font-size:25px;line-height:27px;max-width:230px}}@media screen and (max-width:459px){.b-store-top__item[data-type=place_14] .b-store-top__title{font-size:22px;line-height:24px;letter-spacing:0;max-width:200px;margin-bottom:16px}}.b-store-top__item[data-type=place_14] .b-store-top__desc{font-size:25px;line-height:1;letter-spacing:0;color:#404040;padding-bottom:0}@media screen and (max-width:767px){.b-store-top__item[data-type=place_14] .b-store-top__desc{max-width:365px}}@media screen and (max-width:559px){.b-store-top__item[data-type=place_14] .b-store-top__desc{font-size:20px;line-height:22px;max-width:230px}}@media screen and (max-width:459px){.b-store-top__item[data-type=place_14] .b-store-top__desc{font-size:17px;line-height:21px;max-width:156px}}.b-store-top__item[data-type=place_14] .b-store-top__label{background:url(/new/f/img/pageLogoNew.svg) no-repeat left top;background-size:contain;width:170px;height:51px;font-size:0;line-height:1;margin-bottom:31px}@media screen and (max-width:459px){.b-store-top__item[data-type=place_14] .b-store-top__label{margin-bottom:42px;width:110px;height:32px}}.b-store-top__item[data-type=place_15]{position:relative;background:#00a856;min-height:354px}.b-store-top__item[data-type=place_15]::before{content:'';position:absolute;top:0;left:0;width:178px;height:100%;background:url(/new/f/img/catalog/gerber/banner-snacks/decor-left.png);background-repeat:no-repeat;background-size:cover;pointer-events:none}@media screen and (max-width:1023px){.b-store-top__item[data-type=place_15]::before{width:120px;background-size:contain;background-position:left bottom}}@media screen and (max-width:767px){.b-store-top__item[data-type=place_15]::before{content:none}}.b-store-top__item[data-type=place_15]::after{content:'';position:absolute;top:0;right:0;width:236px;height:100%;background:url(/new/f/img/catalog/gerber/banner-snacks/decor-right.png);background-repeat:no-repeat;background-size:cover;pointer-events:none}@media screen and (max-width:559px){.b-store-top__item[data-type=place_15]::after{content:none}}@media screen and (max-width:767px){.b-store-top__item[data-type=place_15]{background-image:url(/new/f/img/catalog/gerber/banner-snacks/stars.png);background-repeat:no-repeat;background-size:contain;background-position:center top -65px}}@media screen and (max-width:559px){.b-store-top__item[data-type=place_15]{background-position:center top}}@media screen and (max-width:389px){.b-store-top__item[data-type=place_15]{background-size:110%;background-position:center top -10px}}.b-store-top__item[data-type=place_15] .b-store-top__front{padding:25px 129px 0}@media screen and (max-width:1023px){.b-store-top__item[data-type=place_15] .b-store-top__front{padding:25px 80px 0}}@media screen and (max-width:767px){.b-store-top__item[data-type=place_15] .b-store-top__front{padding:55px 11px 10px}}@media screen and (max-width:559px){.b-store-top__item[data-type=place_15] .b-store-top__front{padding:17px 11px 10px}}.b-store-top__item[data-type=place_15] .b-store-top__wrapper{position:relative;max-width:1192px;height:100%}.b-store-top__item[data-type=place_15] .b-store-top__layout{display:flex;flex-direction:column;justify-content:space-between;height:100%}@media screen and (max-width:767px){.b-store-top__item[data-type=place_15] .b-store-top__layout{align-items:center}}@media screen and (max-width:559px){.b-store-top__item[data-type=place_15] .b-store-top__info{display:flex;flex-direction:column;flex-grow:1}}.b-store-top__item[data-type=place_15] .b-store-top__info-title{max-width:510px;height:126px;margin-bottom:9px;background:url(/new/f/img/catalog/gerber/banner-snacks/title.png);background-repeat:no-repeat;background-size:contain;background-position:left center}@media screen and (max-width:1239px){.b-store-top__item[data-type=place_15] .b-store-top__info-title{max-width:400px;height:100px}}@media screen and (max-width:1023px){.b-store-top__item[data-type=place_15] .b-store-top__info-title{max-width:320px;height:80px}}@media screen and (max-width:767px){.b-store-top__item[data-type=place_15] .b-store-top__info-title{max-width:none;background:url(/new/f/img/catalog/gerber/banner-snacks/title-mobile.png);background-repeat:no-repeat;background-size:contain;background-position:center center}}@media screen and (max-width:559px){.b-store-top__item[data-type=place_15] .b-store-top__info-title{height:64px}}@media screen and (max-width:559px){.b-store-top__item[data-type=place_15] .b-store-top__info-text{display:flex;flex-direction:column;justify-content:space-between;flex-grow:1}}.b-store-top__item[data-type=place_15] .b-store-top__info-text-desc{max-width:500px;margin-bottom:23px;font-family:RotonReg,Arial,Helvetica,sans-serif;font-size:24px;line-height:28px;color:#fff}@media screen and (max-width:1239px){.b-store-top__item[data-type=place_15] .b-store-top__info-text-desc{font-size:20px;line-height:24px}}@media screen and (max-width:1023px){.b-store-top__item[data-type=place_15] .b-store-top__info-text-desc{max-width:365px}}@media screen and (max-width:767px){.b-store-top__item[data-type=place_15] .b-store-top__info-text-desc{max-width:none}}@media screen and (max-width:559px){.b-store-top__item[data-type=place_15] .b-store-top__info-text-desc{font-size:14px;line-height:16px}}@media screen and (max-width:767px){.b-store-top__item[data-type=place_15] .b-store-top__info-text-desc-desktop{display:none}}.b-store-top__item[data-type=place_15] .b-store-top__info-text-desc-mobile{display:none}@media screen and (max-width:767px){.b-store-top__item[data-type=place_15] .b-store-top__info-text-desc-mobile{display:block;text-align:center}}.b-store-top__item[data-type=place_15] .b-store-top__info-text-btn{width:158px;height:43px;background:#fff;border-radius:50px;font-family:RotonBol,Arial,Helvetica,sans-serif;font-size:16px;line-height:43px;color:#00a856;text-align:center;transition:all 134ms}.b-store-top__item[data-type=place_15] .b-store-top__info-text-btn:hover{background:#ffd5ab;color:#fff}@media screen and (max-width:767px){.b-store-top__item[data-type=place_15] .b-store-top__info-text-btn{display:block;margin:0 auto;width:201px;height:38px;line-height:38px}}.b-store-top__item[data-type=place_15] .b-store-top__info-disclaimer-text{position:relative;z-index:1;padding-bottom:11px;font-family:RotonReg,Arial,Helvetica,sans-serif;font-size:14px;line-height:16px;color:rgba(255,255,255,.5)}@media screen and (max-width:767px){.b-store-top__item[data-type=place_15] .b-store-top__info-disclaimer-text{text-align:center}}@media screen and (max-width:559px){.b-store-top__item[data-type=place_15] .b-store-top__info-disclaimer-text{margin-top:9px;font-size:9px;line-height:11px}}.b-store-top__item[data-type=place_15] .b-store-top__info-bg_products{position:absolute;right:115px;bottom:10px;width:100%;max-width:549px;height:100%;background:url(/new/f/img/catalog/gerber/banner-snacks/product.png);background-repeat:no-repeat;background-size:contain;background-position:center bottom;pointer-events:none}@media screen and (max-width:1439px){.b-store-top__item[data-type=place_15] .b-store-top__info-bg_products{max-width:490px}}@media screen and (max-width:1365px){.b-store-top__item[data-type=place_15] .b-store-top__info-bg_products{max-width:450px;right:50px}}@media screen and (max-width:1120px){.b-store-top__item[data-type=place_15] .b-store-top__info-bg_products{max-width:390px;right:5px;bottom:35px}}@media screen and (max-width:920px){.b-store-top__item[data-type=place_15] .b-store-top__info-bg_products{max-width:340px}}@media screen and (max-width:860px){.b-store-top__item[data-type=place_15] .b-store-top__info-bg_products{right:-85px}}@media screen and (max-width:767px){.b-store-top__item[data-type=place_15] .b-store-top__info-bg_products{right:auto;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%)}}@media screen and (max-width:559px){.b-store-top__item[data-type=place_15] .b-store-top__info-bg_products{max-width:317px;background:url(/new/f/img/catalog/gerber/banner-snacks/product-mobile.png);background-repeat:no-repeat;background-size:contain;background-position:center bottom 22px}}@media screen and (max-width:389px){.b-store-top__item[data-type=place_15] .b-store-top__info-bg_products{background-position:center bottom 33px}}.b-store-top__item[data-type=place_15] .b-store-top__info-bg_hand{position:absolute;right:-70px;bottom:0;width:100%;max-width:226px;height:100%;background:url(/new/f/img/catalog/gerber/banner-snacks/hand.png);background-repeat:no-repeat;background-size:contain;background-position:center bottom}@media screen and (max-width:1365px){.b-store-top__item[data-type=place_15] .b-store-top__info-bg_hand{right:-125px}}@media screen and (max-width:1120px){.b-store-top__item[data-type=place_15] .b-store-top__info-bg_hand{max-width:150px}}@media screen and (max-width:860px){.b-store-top__item[data-type=place_15] .b-store-top__info-bg_hand{display:none}}.b-store-top__item[data-type=place_16]{position:relative;background:#dcedfe;min-height:354px;justify-content:center}.b-store-top__item[data-type=place_16]::before{content:'';position:absolute;top:0;left:calc((100% - 1440px)/ 2);width:1367px;height:1050px;background:url(/new/f/img/catalog/place15-background.jpg);background-size:100% 100%;background-position:0 0;background-repeat:no-repeat;pointer-events:none;-webkit-transform:rotate(-9.97deg) translateX(98px) translateY(-83px);transform:rotate(-9.97deg) translateX(98px) translateY(-83px)}.b-store-top__item[data-type=place_16]::after{content:'';position:absolute;top:0;right:0;width:100%;height:100%;background:url(/new/f/img/catalog/place15-cloud.png),url(/new/f/img/catalog/place15-flower.png),url(/new/f/img/catalog/place15-kids.png),url(/new/f/img/catalog/place15-heart.png),url(/new/f/img/catalog/place15-discount.png);background-size:165px 116px,45px 45px,449px 306px,59px 51px,222px 185px;background-position:calc(100% - 37px - ((100% - 1440px)/ 2)) -20px,calc(100% - 512px - ((100% - 1440px)/ 2)) 193px,calc(100% - 291px - ((100% - 1440px)/ 2)) 0,calc(100% - 512px - ((100% - 1440px)/ 2)) -70px,calc(((100% - 1440px)/ 2) + 557px) 0;background-repeat:no-repeat;pointer-events:none}@media screen and (max-width:1439px){.b-store-top__item[data-type=place_16]::after{background-position:calc(100% + 46px) -20px,calc(100% - 490px) 193px,calc(100% - 20px) 0,calc(100% - 490px) -70px,445px 0}}@media screen and (max-width:1365px){.b-store-top__item[data-type=place_16]::after{background-position:calc(100% + 46px) -20px,calc(100% - 490px) 275px,calc(100% + 35px) 50px,calc(100% - 490px) -70px,445px 0}}@media screen and (max-width:1239px){.b-store-top__item[data-type=place_16]::after{background-position:calc(100% + 76px) -20px,calc(100% - 490px) 275px,calc(100% + 40px) 106px,calc(100% - 490px) -70px,445px 0}}@media screen and (max-width:1023px){.b-store-top__item[data-type=place_16]::after{background-size:165px 116px,45px 45px,449px 306px,59px 51px,140px auto;background-position:calc(100% + 170px) -20px,calc(100% - 385px) 200px,calc(100% + 42px) 185px,calc(100% - 490px) -70px,320px -10px}}@media screen and (max-width:767px){.b-store-top__item[data-type=place_16]::after{background-position:calc(100% + 40px) -45px,140px 220px,calc(100% + 242px) 380px,calc(100% - 490px) -70px,190px 22px}}@media screen and (max-width:559px){.b-store-top__item[data-type=place_16]::after{background-position:calc(100% + 40px) -40px,55px 240px,calc(100% + 242px) 225px,calc(100% - 490px) -70px,230px 22px}}@media screen and (max-width:459px){.b-store-top__item[data-type=place_16]::after{background-position:calc(100% + 40px) -80px,55px 240px,calc(100% + 242px) 500px,calc(100% - 490px) -70px,230px 22px}}.b-store-top__item[data-type=place_16] .b-store-top__front{padding:20px 75px 0;max-width:1440px}@media screen and (max-width:1023px){.b-store-top__item[data-type=place_16] .b-store-top__front{padding:25px 80px 0}}@media screen and (max-width:767px){.b-store-top__item[data-type=place_16] .b-store-top__front{padding:55px 11px 10px}}@media screen and (max-width:559px){.b-store-top__item[data-type=place_16] .b-store-top__front{padding:17px 11px 10px}}.b-store-top__item[data-type=place_16] .b-store-top__wrapper{position:relative;display:flex;flex-direction:column;max-width:1192px;height:100%;margin:0}@media screen and (max-width:559px){.b-store-top__item[data-type=place_16] .b-store-top__wrapper{gap:10px}}.b-store-top__item[data-type=place_16] .b-store-top__label{color:#d53a7a;height:22px;font-family:RotonBol,Arial,Helvetica,sans-serif;font-size:22px;padding-top:1px;letter-spacing:.5px}@media screen and (max-width:559px){.b-store-top__item[data-type=place_16] .b-store-top__label{height:36px}}.b-store-top__item[data-type=place_16] .b-store-top__title{color:#27388a;font-family:RotonBol,Arial,Helvetica,sans-serif;font-size:44px;line-height:62px;width:374px;height:71px;display:flex;justify-content:flex-start;align-items:flex-end;letter-spacing:1.1px}@media screen and (max-width:559px){.b-store-top__item[data-type=place_16] .b-store-top__title{font-size:25px;line-height:27px;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}}.b-store-top__item[data-type=place_16] .b-store-top__desc{color:#27388a;font-family:RotonReg,Arial,Helvetica,sans-serif;font-size:24px;line-height:31px;letter-spacing:.5px;padding-bottom:30px}@media screen and (max-width:767px){.b-store-top__item[data-type=place_16] .b-store-top__desc{width:375px}}@media screen and (max-width:559px){.b-store-top__item[data-type=place_16] .b-store-top__desc{font-size:20px;line-height:22px;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;padding:0}}.b-store-top__item[data-type=place_16] .b-store-top__controls{padding:0 0 8px 1px;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}@media screen and (max-width:459px){.b-store-top__item[data-type=place_16] .b-store-top__controls{width:150px;padding-bottom:63px}}.b-store-top__item[data-type=place_16] .b-store-top__btn{width:214px;height:45px;background-color:#293a8a;font-family:RotonBol,Arial,Helvetica,sans-serif;font-size:18px;letter-spacing:.4px}@media screen and (max-width:459px){.b-store-top__item[data-type=place_16] .b-store-top__btn{width:150px;padding:0}}.b-store-top__item[data-type=place_16] .b-store-top__info{color:#404040;opacity:.5;font-size:14px;line-height:18px;letter-spacing:.2px;width:500px;margin-top:25px}@media screen and (max-width:1239px){.b-store-top__item[data-type=place_16] .b-store-top__info{width:340px;margin-top:10px}}@media screen and (max-width:767px){.b-store-top__item[data-type=place_16] .b-store-top__info{margin-top:100px}}@media screen and (max-width:559px){.b-store-top__item[data-type=place_16] .b-store-top__info{width:255px}}@media screen and (max-width:459px){.b-store-top__item[data-type=place_16] .b-store-top__info{width:360px}}.b-store-top__item[data-type=place_16] .b-store-top__discount-wrapper{background:url(/new/f/img/catalog/place15-discountback.png);background-repeat:no-repeat;position:absolute;width:279.5px;height:105.5px;top:68px;right:calc(((100% - 1440px)/ 2) + 470px);display:flex;flex-direction:column;align-items:center;justify-content:flex-start;padding-top:10px;-webkit-transform:rotate(-8.44deg);transform:rotate(-8.44deg)}@media screen and (max-width:1365px){.b-store-top__item[data-type=place_16] .b-store-top__discount-wrapper{left:47%;top:110px}}@media screen and (max-width:1239px){.b-store-top__item[data-type=place_16] .b-store-top__discount-wrapper{left:64%;top:20px}}@media screen and (max-width:1023px){.b-store-top__item[data-type=place_16] .b-store-top__discount-wrapper{left:63%;top:75px;-webkit-transform:rotate(0);transform:rotate(0)}}@media screen and (max-width:767px){.b-store-top__item[data-type=place_16] .b-store-top__discount-wrapper{left:45%;top:195px;-webkit-transform:rotate(-8deg);transform:rotate(-8deg)}}@media screen and (max-width:559px){.b-store-top__item[data-type=place_16] .b-store-top__discount-wrapper{left:auto;right:10px;top:144px;width:200px;height:110px;padding:0;justify-content:center}}@media screen and (max-width:459px){.b-store-top__item[data-type=place_16] .b-store-top__discount-wrapper{top:150px}}.b-store-top__item[data-type=place_16] .b-store-top__discount{font-family:RotonBol,Arial,Helvetica,sans-serif;font-size:54px;line-height:76px;letter-spacing:5.5px;color:#fff;height:59px;display:flex;align-items:flex-end;justify-content:center;padding-left:20px}@media screen and (max-width:559px){.b-store-top__item[data-type=place_16] .b-store-top__discount{font-size:34px;line-height:38px;letter-spacing:3px;height:38px;padding:0}}.b-store-top__item[data-type=place_16] .b-store-top__small-title{font-family:RotonReg,Arial,Helvetica,sans-serif;font-size:20px;color:#fff}@media screen and (max-width:559px){.b-store-top__item[data-type=place_16] .b-store-top__small-title{font-size:14px;line-height:18px}}.pc-gallery{position:relative}.pc-gallery img.pc-gallery__item{position:absolute;left:16px;top:15px;max-width:calc(100% - 32px);max-height:calc(100% - 30px);display:none}.pc-gallery img.pc-gallery__item.is-active{display:block}.pc-gallery__controls{position:absolute;left:16px;right:16px;top:15px;bottom:15px;display:flex;z-index:2}.pc-gallery__control{flex-grow:1}@media screen and (max-width:1023px){.pc-gallery__control{display:none}}.pc-gallery__control-touch{touch-action:none;flex-grow:1;display:none}@media screen and (max-width:1023px){.pc-gallery__control-touch{display:block}}.pc-gallery__dots{position:absolute;bottom:4px;left:0;right:0;display:flex;align-items:center;justify-content:center;gap:4px}.pc-gallery__dot{background:#e3e8f5;border-radius:50%;width:6px;height:6px}.pc-gallery__dot.is-active{background:#ff8300}.b-product-info{padding:32px 0 42px}@media screen and (max-width:767px){.b-product-info{padding:16px 0 42px}}@media screen and (max-width:459px){.b-product-info{padding:8px 0 20px}}.b-product-info__wrapper{display:flex;gap:16px;min-height:380px}@media screen and (max-width:767px){.b-product-info__wrapper{flex-direction:column}}.b-product-info__slider{width:434px}@media screen and (max-width:1023px){.b-product-info__slider{width:352px}}@media screen and (max-width:767px){.b-product-info__slider{padding-bottom:16px;width:auto;flex-grow:1}}@media screen and (max-width:459px){.b-product-info__slider{padding-bottom:0}}.b-product-info__info{width:calc(100% - 434px - 16px);display:flex;flex-direction:column;justify-content:space-between}@media screen and (max-width:1023px){.b-product-info__info{width:calc(100% - 352px - 16px)}}@media screen and (max-width:767px){.b-product-info__info{width:auto;flex-grow:1}}.b-product-info__title{letter-spacing:.015em;line-height:40px}@media screen and (max-width:767px){.b-product-info__title{line-height:28px}}@media screen and (max-width:459px){.b-product-info__title{line-height:24px;margin-bottom:18px}}.b-product-info__desc{font-size:18px;letter-spacing:.015em;line-height:25px;margin-bottom:25px}@media screen and (max-width:459px){.b-product-info__desc{margin-bottom:22px}}.b-product-info__desc .alfare-prod{position:relative;padding-left:40px}.b-product-info__legend{border-left:3px solid #ff8300;background:#fafafa;padding:16px 24px 16px 21px;font-size:16px;line-height:25px;margin-bottom:25px;border-radius:8px;color:#404040;box-shadow:-2px 0 4px #e6e6ef}@media screen and (max-width:459px){.b-product-info__legend{margin-bottom:22px}}.b-product-info__stat{position:relative;display:flex;margin-bottom:25px;flex-wrap:wrap;gap:12px}@media screen and (max-width:459px){.b-product-info__stat{margin-bottom:20px}}.b-product-info__stat .b-stars{color:#404040}.b-product-info__stat .b-stars--line{padding-right:12px;border-color:#dedede}.b-product-info__stat .b-stars span{margin-left:4px}.b-product-info__stat .b-stars__item.is-active{background-image:url(/new/f/img/icon-star.svg#orange)}.b-product-info__stat .b-comment{margin-left:0;color:#404040}.b-product-info__stat .b-product-card__tabs{position:relative;right:auto;top:auto;flex-direction:row;gap:8px;margin-left:0;padding-left:12px;border-left:1px solid #dedede}.b-product-info__stat .b-product-card__tabs--solo{margin-left:0;padding-left:0;border-left:none}.b-product-info__stat .b-product-card__tab{margin-bottom:0}.b-product-info__stat .b-product-info__nav{margin-left:0}.b-product-info__stat .b-product-info__share{padding-left:12px;border-left:1px solid #dedede;line-height:1}.b-product-info__row{display:flex;flex-wrap:wrap;gap:8px 16px}@media screen and (max-width:459px){.b-product-info__row{flex-direction:column-reverse;gap:22px 16px}}.b-product-info__left,.b-product-info__right{display:flex}.b-product-info__weight{border-radius:14px;border:1px solid #ff8300;background:0 0;color:#ff8300;font-family:RotonBol,Arial,Helvetica,sans-serif;font-size:14px;line-height:26px;padding:0 12px;min-height:auto;height:28px;flex:none;white-space:nowrap;margin-right:8px;transition:background 134ms,color 134ms}.b-product-info__weight.is-active,.b-product-info__weight:hover{background:#ff8300;color:#fff}.b-product-info__place{position:relative;font-size:16px;line-height:28px;padding-left:28px;color:#27388a;cursor:pointer;text-decoration:underline;text-decoration-style:dashed;text-underline-offset:3px;text-decoration-thickness:1px;text-decoration-color:rgba(39,56,138,.6)}.b-product-info__place:hover{color:#ff8300;text-decoration-color:rgba(255,131,0,.6)}.b-product-info__place:before{content:'';position:absolute;left:0;top:2px;width:24px;height:24px;background:url(/new/f/img/product/mapPin.svg#blue) no-repeat left top}.b-product-info__place:hover:before{background-image:url(/new/f/img/product/mapPin.svg#orange)}.b-product-info__place--white{color:#fff;text-decoration-color:rgba(255,255,255,.6)}.b-product-info__place--white:before{background-image:url(/new/f/img/product/mapPin.svg#white)}.b-product-info__label{font-size:14px;margin-top:7px}@media screen and (max-width:459px){.b-product-info__label{line-height:18px;margin-top:9px}}.b-product-info__order{display:flex;margin-top:18px;padding-bottom:6px;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:8px 16px}@media screen and (max-width:1239px){.b-product-info__order{align-items:flex-end}}@media screen and (max-width:1023px){.b-product-info__order{flex-direction:column;align-items:flex-start}}@media screen and (max-width:767px){.b-product-info__order{flex-direction:row;align-items:flex-end}}@media screen and (max-width:459px){.b-product-info__order{margin-top:20px;flex-direction:column;align-items:flex-start;gap:0}}.b-product-info__order.is-locked{pointer-events:none;opacity:.5}.b-product-info__order .b-product-card__label{margin-right:8px;min-width:200px;border-radius:18px;height:30px}@media screen and (max-width:459px){.b-product-info__order .b-product-card__label{margin-right:0;min-width:100%}}.b-product-info__order-left,.b-product-info__order-right{display:flex;align-items:center}@media screen and (max-width:459px){.b-product-info__order-left,.b-product-info__order-right{width:100%;min-height:46px}}.b-product-info__order-left.is-locked,.b-product-info__order-right.is-locked{pointer-events:none;opacity:.5}@media screen and (max-width:1239px){.b-product-info__order-left{flex-direction:column-reverse;align-items:flex-start}}@media screen and (max-width:1023px){.b-product-info__order-left{flex-direction:row}}@media screen and (max-width:767px){.b-product-info__order-left{flex-direction:column-reverse;align-items:flex-start;justify-content:center}}.b-product-info__order-right{gap:8px}@media screen and (max-width:459px){.b-product-info__order-right{flex-direction:column-reverse;align-items:flex-end;margin-top:-46px;gap:16px}}.b-product-info__order-right .b-product-card__label{margin-right:0}.b-product-info__order-right .b-product-card__controls{margin-top:0}.b-product-info__order-right .b-product-card__basket,.b-product-info__order-right .b-product-card__favorite{width:150px}.b-product-info__order-right .b-product-card__basket-controls{width:110px}.b-product-info__order-right--free{position:relative;flex-wrap:wrap}@media screen and (max-width:459px){.b-product-info__order-right--free{flex-direction:column;margin-top:-37px;gap:8px}}.b-product-info__order-right--free .b-product-card__controls{order:1}@media screen and (max-width:1023px){.b-product-info__order-right--free .b-product-card__controls{margin-top:10px}}@media screen and (max-width:459px){.b-product-info__order-right--free .b-product-card__controls{margin-top:0}}.b-product-info__order-right--free .b-product-card__basket,.b-product-info__order-right--free .b-product-card__basket-controls{order:2}.b-product-info__order-right--free .b-product-card__basket--out{order:3}.b-product-info__price-new{font-family:RotonBol,Arial,Helvetica,sans-serif;font-size:25px;line-height:25px;letter-spacing:0}@media screen and (max-width:459px){.b-product-info__price-new{font-size:23px;line-height:23px}}.b-product-info__price-old{font-family:RotonBol,Arial,Helvetica,sans-serif;font-size:18px;line-height:25px;color:#bebebe;text-decoration-line:line-through;margin-left:10px}@media screen and (max-width:1239px){.b-product-info__price-old{margin-left:0}}@media screen and (max-width:1023px){.b-product-info__price-old{margin-left:10px}}@media screen and (max-width:767px){.b-product-info__price-old{margin-left:0}}@media screen and (max-width:459px){.b-product-info__price-old{font-size:17px;line-height:23px}}.b-product-info__button{font-size:14px;line-height:34px;height:36px;max-width:100px}@media screen and (max-width:459px){.b-product-info__button{font-size:18px;line-height:42px;height:44px;max-width:146px}}.b-product-info__nav{display:flex;line-height:17px;margin-left:12px;padding-left:12px;border-left:1px solid #dedede}.b-product-info__nav span{font-size:14px;line-height:17px;color:#27388a;margin-right:10px;cursor:pointer}.b-product-info__nav span:hover{color:#ff8300}.b-product-info__levels{padding:16px 0 8px}.b-product-info__levels-title{font-size:14px;margin-bottom:8px}.b-product-info__levels-row{display:flex;flex-wrap:wrap;gap:8px}.b-product-info__levels-col{cursor:pointer;border:1px solid #ff8300;border-radius:50%;width:34px;height:34px;font-family:RotonBol,Arial,Helvetica,sans-serif;font-size:14px;line-height:32px;letter-spacing:.02em;background:0 0;text-align:center;color:#ff8300;transition:background 134ms,color 134ms}.b-product-info__levels-col.is-active,.b-product-info__levels-col:hover{background:#ff8300;color:#fff}.b-product-info__levels-col.is-active{cursor:default}.b-product-info__btn-back{color:#27388a;font-size:18px;font-family:RotonBol,Arial,Helvetica,sans-serif;position:relative;padding-left:14px}.b-product-info__btn-back:before{content:'';position:absolute;left:2px;top:7px;width:8px;height:8px;border-top:2px solid #27388a;border-right:2px solid #27388a;-webkit-transform:rotate(225deg);transform:rotate(225deg)}.b-product-info__babymania{line-height:34px;max-width:246px;border-radius:18px;height:36px;background:#7fbedd;font-size:14px;margin-top:10px}.b-product-info__babymania .bm-coin{margin-left:1px}.b-product-slider{display:flex;height:100%;gap:16px}@media screen and (max-width:459px){.b-product-slider{flex-direction:column-reverse;height:auto}}.b-product-slider__subtitle{text-align:center;padding:8px 0}@media screen and (max-width:767px){.b-product-slider__subtitle{padding-bottom:0}}@media screen and (max-width:459px){.b-product-slider__subtitle{padding-bottom:16px}}.b-product-slider__subtitle a{color:#ff8300}.b-product-slider__subtitle a:hover{color:#27388a}.b-product-slider__reviews{font-family:RotonBol,Arial,Helvetica,sans-serif;font-size:16px;padding-top:5px}.b-product-slider__main{width:calc(100% - 60px - 16px);display:flex;flex-direction:column;justify-content:center}@media screen and (max-width:459px){.b-product-slider__main{width:100%}}.b-product-slider__main--solo{width:100%}.b-product-slider__slide{padding:0 24px;display:flex;align-items:center;justify-content:center;font-size:0;line-height:1;height:380px}@media screen and (max-width:767px){.b-product-slider__slide{padding:8px}}@media screen and (max-width:459px){.b-product-slider__slide{height:288px;padding:0}}.b-product-slider__slide img{max-width:100%;max-height:100%;opacity:.9}.b-product-slider__slide--video{position:relative;background:#353535}.b-product-slider__slide--video:before{content:"";width:40px;height:40px;border-radius:50%;background-color:#ff8300;position:absolute;top:calc(50% - 20px);left:calc(50% - 20px);z-index:2;pointer-events:none;opacity:.8;transition:opacity 134ms}.b-product-slider__slide--video:after{content:"";width:0;height:0;border:8px solid transparent;position:absolute;top:calc(50% - 8px);left:calc(50% - 4px);border-left:12px solid #fff;z-index:3;pointer-events:none}.b-product-slider__slide--video:hover:before{opacity:1}.b-product-slider__main img{cursor:-webkit-zoom-in;cursor:zoom-in}.b-product-slider__main--solo img{cursor:default}.b-product-slider__main--solo .b-product-slider__slide{flex-direction:column;height:auto}.b-product-slider__aside{position:relative;display:flex;flex-direction:column;justify-content:center;width:60px}@media screen and (max-width:459px){.b-product-slider__aside{max-width:272px;margin:0 auto;width:100%}}.b-product-slider__aside .b-product-slider__slide{border:1px solid #e3e8f5;margin:4px auto;padding:0;width:60px;height:60px;cursor:pointer;transition:border-color 134ms}@media screen and (max-width:459px){.b-product-slider__aside .b-product-slider__slide{font-size:0;line-height:1;margin:4px}}.b-product-slider__aside .b-product-slider__slide:hover{border-color:#bebebe}.b-product-slider__aside .slick-current .b-product-slider__slide{border-color:#bebebe}.b-product-slider__aside .b-product-slider__slide--video{border:none medium}.b-product-slider__aside .b-product-slider__slide--model3d{background:#fff;padding:5px}.b-product-slider__aside .b-product-slider__slide--model3d img{pointer-events:none}.b-product-slider__video{background:none no-repeat center center #353535;background-size:contain;position:relative;width:100%;height:100%;cursor:pointer}.b-product-slider__video:before{content:"";width:40px;height:40px;border-radius:50%;background-color:#ff8300;position:absolute;top:calc(50% - 20px);left:calc(50% - 20px);z-index:2;pointer-events:none;opacity:.6;transition:opacity 134ms}.b-product-slider__video:after{content:"";width:0;height:0;border:8px solid transparent;position:absolute;top:calc(50% - 8px);left:calc(50% - 4px);border-left:12px solid #fff;z-index:3;pointer-events:none}.b-product-slider__video:hover:before{opacity:1}.b-product-slider__video-poster{position:absolute;z-index:1;width:100%;height:100%;visibility:visible;background-repeat:no-repeat;background-size:contain;background-position:center;background-color:#353535;opacity:1;transition:all 1s;pointer-events:none}.b-product-slider__video iframe{width:100%;height:100%}.b-product-slider__video .kplayer-box._is-error .kplayer-error{display:none}.b-product-slider__video.is-loader .kplayer-loader{display:grid;z-index:1}.b-product-slider__video.is-loader:after,.b-product-slider__video.is-loader:before,.b-product-slider__video.is-play:after,.b-product-slider__video.is-play:before,.b-product-slider__video.no-poster:after,.b-product-slider__video.no-poster:before{content:none}.b-product-slider__video.is-play .b-product-slider__video-poster{opacity:0;visibility:hidden}.b-product-slider__video.no-poster .b-product-slider__video-poster{display:none}.b-product-slider__notice{position:absolute;z-index:10;background:#fff;font-size:14px;line-height:18px;color:#353535;left:76px;top:calc(50% - 44px);padding:16px 20px;width:210px;border-radius:8px;border:1px solid #f3f7f9;box-shadow:0 8px 16px rgba(0,0,0,.1);cursor:pointer;z-index:3;transition:opacity 134ms,box-shadow 134ms,background-color 134ms}.b-product-slider__notice:hover{box-shadow:0 2px 4px rgba(0,0,0,.1);background-color:#edf0f9}.popup_3d_model_slide{position:absolute;right:0;top:200px;z-index:100;width:400px;height:400px;background:pink}.b-product-content{background:#f3f7f9;padding:34px 0}@media screen and (max-width:1023px){.b-product-content{padding:24px 0}}@media screen and (max-width:767px){.b-product-content{padding:16px 0}}.b-product-content__box-video{margin-top:32px}.b-product-content__wrapper{display:flex;justify-content:space-between}.b-product-content__main{width:calc(100% - 238px - 16px)}@media screen and (max-width:767px){.b-product-content__main{width:100%}}.b-product-content__box{background:#fff;border-radius:8px;padding:30px 32px 2px}@media screen and (max-width:767px){.b-product-content__box{padding:24px 24px 6px}}@media screen and (max-width:459px){.b-product-content__box{padding:24px 24px 0}}.b-product-content__box--spoiler .b-product-content__title{position:relative;cursor:pointer}@media screen and (max-width:459px){.b-product-content__box--spoiler .b-product-content__title{font-size:21px;padding-bottom:16px}}.b-product-content__box--spoiler .b-product-content__title:before{content:'';position:absolute;right:-5px;top:-5px;width:40px;height:40px;border-radius:50%;background:#27388a;transition:background 134ms}@media screen and (max-width:459px){.b-product-content__box--spoiler .b-product-content__title:before{width:32px;height:32px;right:-3px;top:-3px}}.b-product-content__box--spoiler .b-product-content__title:after{content:'';position:absolute;right:10px;top:7px;width:11px;height:11px;border-bottom:2px solid #fff;border-right:2px solid #fff;-webkit-transform:rotate(45deg);transform:rotate(45deg)}@media screen and (max-width:459px){.b-product-content__box--spoiler .b-product-content__title:after{width:9px;height:9px;right:9px;top:7px}}.b-product-content__box--spoiler .b-product-content__title:hover:before{background:#ff8300}.b-product-content__box--spoiler .b-product-content__block{display:none}.b-product-content__box--spoiler.is-open .b-product-content__block{display:block}.b-product-content__box--spoiler.is-open .b-product-content__tabs{display:flex}@media screen and (max-width:459px){.b-product-content__box--spoiler.is-open .b-product-content__tabs{margin:0 -16px;padding:0 16px 16px}}.b-product-content__box--spoiler.is-open .b-product-content__title:before{background:#ff8300}.b-product-content__box--spoiler.is-open .b-product-content__title:after{-webkit-transform:rotate(225deg);transform:rotate(225deg);top:12px}@media screen and (max-width:459px){.b-product-content__box--spoiler.is-open .b-product-content__title:after{top:11px}}.b-product-content__aside{position:relative;width:238px}@media screen and (max-width:767px){.b-product-content__aside{display:none}}.b-product-content__aside .b-product-card{margin:0}.b-product-content__title{font-family:RotonBol,Arial,Helvetica,sans-serif;font-size:31px;line-height:30px;letter-spacing:.01em;margin-bottom:32px;padding-right:45px;color:#27388a}@media screen and (max-width:767px){.b-product-content__title{font-size:25px;line-height:28px;letter-spacing:0;margin-bottom:16px}}@media screen and (max-width:459px){.b-product-content__title{line-height:25px;margin-bottom:0;padding-bottom:24px}}.b-product-content__desc{font-size:16px;letter-spacing:.015em;line-height:21px;margin-bottom:32px}@media screen and (max-width:459px){.b-product-content__desc{line-height:20px}}.b-product-content__desc p{margin-bottom:21px}@media screen and (max-width:767px){.b-product-content__desc p{margin-bottom:16px}}.b-product-content__desc p:last-child{margin-bottom:0}.b-product-content__desc img{max-width:100%}.b-product-content__video{background:#f3f7f9;border-radius:8px;margin-bottom:32px;position:relative;padding-bottom:56.25%;height:0;max-width:100%;overflow:hidden}.b-product-content__video iframe{position:absolute;top:0;left:0;width:100%;height:100%}.b-product-content__label{font-size:14px;line-height:19px}.b-product-content__row{display:flex;gap:32px}@media screen and (max-width:1023px){.b-product-content__row{flex-direction:column;gap:0}}.b-product-content__column{width:calc((100% - 32px)/ 2)}@media screen and (max-width:1023px){.b-product-content__column{width:100%}}.b-product-content__block{margin-bottom:32px}@media screen and (max-width:459px){.b-product-content__block{margin-bottom:0;padding-bottom:16px}}.b-product-content__block--gray{background:#edf0f9;border-radius:8px;padding:31px 25px 1px}@media screen and (max-width:459px){.b-product-content__block--gray{padding:30px 24px 8px;margin:0 -24px;border-radius:0 0 8px 8px}}.b-product-content__block .is-hidden{display:none}.b-product-content__block img{max-width:100%}.b-product-content__box--spoiler{margin-top:32px}@media screen and (max-width:1023px){.b-product-content__box--spoiler{margin-top:16px}}@media screen and (max-width:459px){.b-product-content__box--spoiler{padding:16px 16px 0}}.b-product-content__tabs{justify-content:flex-start;margin-top:-10px;display:none}@media screen and (max-width:767px){.b-product-content__tabs{margin-top:0;margin:0 -24px;padding:0 24px 16px;max-width:calc(100% + 48px)}}.b-product-content__caption{font-family:RotonBol,Arial,Helvetica,sans-serif;padding:22px 0 10px;color:#ff8300}@media screen and (max-width:459px){.b-product-content__caption{padding:10px 0}}.b-product-content__group{margin:0;padding:24px 35px 12px;background:#f9f9f9;border-radius:32px;margin-bottom:16px}@media screen and (max-width:1023px){.b-product-content__group{padding:16px 24px;border-radius:16px}}.b-product-content__group-title{font-family:RotonBol,Arial,Helvetica,sans-serif;font-size:21px;line-height:1.2;letter-spacing:0;color:#27388a;margin-bottom:24px}@media screen and (max-width:559px){.b-product-content__group-title{font-size:18px;line-height:1.1}}.b-product-content__group .b-product-content__list[data-type]:last-child{margin-bottom:0}.b-product-content__list[data-type=mode]{margin-bottom:30px}@media screen and (max-width:459px){.b-product-content__list[data-type=mode]{margin-bottom:24px}}.b-product-content__list[data-type=mode] li{position:relative;padding-left:116px;line-height:21px;letter-spacing:.02em;min-height:94px;display:flex;align-items:center;margin-bottom:14px}@media screen and (max-width:459px){.b-product-content__list[data-type=mode] li{padding-left:0;padding-top:100px;margin-bottom:20px}}.b-product-content__list[data-type=mode] img{position:absolute;top:calc(50% - 43px);left:0;width:90px;height:90px;-o-object-fit:contain;object-fit:contain}@media screen and (max-width:459px){.b-product-content__list[data-type=mode] img{top:0;left:0}}.b-product-content__list[data-type=mode2]{margin-bottom:30px}@media screen and (max-width:459px){.b-product-content__list[data-type=mode2]{margin-bottom:24px}}.b-product-content__list[data-type=mode2] li{position:relative;padding-left:30px;font-family:RotonBol,Arial,Helvetica,sans-serif;font-size:17px;line-height:21px;letter-spacing:0;margin-bottom:17px;color:#27388a}.b-product-content__list[data-type=mode2] li:last-child{margin-bottom:0}.b-product-content__list[data-type=mode2] li:before{content:'';position:absolute;left:0;top:-2px;width:12px;height:20px;border-right:2px solid #00a856;border-bottom:2px solid #00a856;-webkit-transform:rotate(45deg);transform:rotate(45deg)}.b-product-content__list[data-type=mode3]{margin-bottom:30px}@media screen and (max-width:459px){.b-product-content__list[data-type=mode3]{margin-bottom:24px}}.b-product-content__list[data-type=mode3] li{position:relative;padding-left:30px;font-family:RotonBol,Arial,Helvetica,sans-serif;font-size:17px;line-height:21px;letter-spacing:0;margin-bottom:17px;color:#27388a}.b-product-content__list[data-type=mode3] li:last-child{margin-bottom:0}.b-product-content__list[data-type=mode3] li:after,.b-product-content__list[data-type=mode3] li:before{content:'';position:absolute;left:0;top:11px;width:20px;height:2px;background:#e23a3a;-webkit-transform:rotate(45deg);transform:rotate(45deg)}.b-product-content__list[data-type=mode3] li:after{-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}.b-product-content__list[data-type=orange-dot]{margin-top:-10px;margin-bottom:30px}@media screen and (max-width:767px){.b-product-content__list[data-type=orange-dot]{margin-top:0}}@media screen and (max-width:459px){.b-product-content__list[data-type=orange-dot]{margin-bottom:0;padding-bottom:12px}}.b-product-content__list[data-type=orange-dot] li{position:relative;padding-left:20px;line-height:20px;letter-spacing:0;margin-bottom:12px}.b-product-content__list[data-type=orange-dot] li:last-child{margin-bottom:0}.b-product-content__list[data-type=orange-dot] li:before{content:'';position:absolute;left:0;top:8px;width:6px;height:6px;border-radius:50%;background:#ff8300}.b-product-content__list[data-type=simple-list]{font-size:16px;line-height:20px;margin-bottom:30px}@media screen and (max-width:459px){.b-product-content__list[data-type=simple-list]{margin-bottom:0;padding-bottom:8px}}.b-product-content__list[data-type=simple-list] li{border-bottom:1px solid #f3f7f9;display:flex;justify-content:space-between;line-height:41px}.b-product-content__list[data-type=simple-list] li ul{margin-left:15px}.b-product-content__list[data-type=simple-list] li:last-child{border-bottom:none}.b-product-content__list[data-type=blue-circle]{margin-top:-6px;margin-bottom:30px;counter-reset:blueCircle}@media screen and (max-width:767px){.b-product-content__list[data-type=blue-circle]{margin-top:0;padding-right:8px}}.b-product-content__list[data-type=blue-circle] li{position:relative;padding-left:60px;line-height:22px;letter-spacing:0;margin-bottom:20px;min-height:40px;display:flex;align-items:center}@media screen and (max-width:459px){.b-product-content__list[data-type=blue-circle] li{padding-left:50px}}.b-product-content__list[data-type=blue-circle] li:last-child{margin-bottom:0}.b-product-content__list[data-type=blue-circle] li:before{counter-increment:blueCircle;content:counter(blueCircle);position:absolute;left:0;top:0;width:40px;height:40px;border-radius:50%;background:#27388a;color:#fff;text-align:center;line-height:38px}@media screen and (max-width:459px){.b-product-content__list[data-type=blue-circle] li:before{line-height:30px;width:32px;height:32px}}.b-product-content__list[data-type=leaf-mode]{margin-bottom:30px}@media screen and (max-width:459px){.b-product-content__list[data-type=leaf-mode]{margin-bottom:24px}}.b-product-content__list[data-type=leaf-mode] li{position:relative;padding-left:30px;margin-bottom:17px}.b-product-content__list[data-type=leaf-mode] li:last-child{margin-bottom:0}.b-product-content__list[data-type=leaf-mode] li:before{content:'';position:absolute;left:0;top:2px;width:20px;height:20px;background-image:url(/new/f/img/product/leaves.png);background-repeat:no-repeat;background-position:center;background-size:contain}.rd-product-spec__advantage-container{position:relative;display:flex;justify-content:space-between;flex-wrap:wrap;margin-bottom:15px}.rd-product-spec__advantage{box-sizing:border-box;margin-top:16px;padding:17px 30px;width:48.5%;display:flex;justify-content:center;align-items:center;border-radius:16px;text-align:center}.rd-product-spec__advantage:nth-child(1){background:rgba(49,168,219,.3)}.rd-product-spec__advantage:nth-child(2){background:rgba(219,49,49,.3)}.rd-product-spec__advantage:nth-child(3){background:rgba(52,219,49,.3)}.rd-product-spec__advantage:nth-child(4){background:rgba(219,202,49,.3)}.rd-product-spec__advantage-container::after{content:'';width:110px;height:87px;background-image:url(/new/f/img/product/advantage-decor.png);background-repeat:no-repeat;position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}@media screen and (max-width:559px){.rd-product-spec__advantage-container::after{content:none}.rd-product-spec__advantage-container{flex-wrap:nowrap;overflow-x:scroll;padding-bottom:20px;margin-right:-40px;padding-right:20px}.rd-product-spec__advantage{width:260px;min-width:260px;margin-right:16px;padding:20px}}.b-product-info__desc .alfare-prod{position:relative;padding-left:40px}.b-product-content__storage.b-product-content__box{background-image:url(/new/f/img/product/storage-cereals-nestle/storage-cereals-bg.jpg);background-size:cover;position:relative;border-radius:18px}.b-product-content__storage::after,.b-product-content__storage::before{content:'';position:absolute;z-index:2;background-repeat:no-repeat;pointer-events:none}@media screen and (max-width:459px){.b-product-content__storage::after,.b-product-content__storage::before{content:none}}.b-product-content__storage::before{left:0;bottom:0;width:144px;height:144px;background-image:url(/new/f/img/product/storage-cereals-nestle/storage-decor-1.png)}.b-product-content__storage::after{right:0;bottom:5px;width:99px;height:99px;background-image:url(/new/f/img/product/storage-cereals-nestle/storage-decor-2.png)}.b-product-content__storage:not(.is-open)::after,.b-product-content__storage:not(.is-open)::before{content:none}.b-product-storage{display:flex;gap:6px;flex-wrap:wrap;justify-content:center;position:relative}.b-product-storage::after{content:'';position:absolute;z-index:2;right:-210px;bottom:-25px;width:159px;height:240px;background-image:url(/new/f/img/product/storage-cereals-nestle/storage-decor-3.png);background-repeat:no-repeat;pointer-events:none}@media screen and (max-width:767px){.b-product-storage::after{content:none}}.b-product-storage__item{width:335px;background:#fcfdf3;border:1px solid #8f4c21;border-radius:30px;overflow:hidden}@media screen and (max-width:459px){.b-product-storage__item{width:100%}}.b-product-storage__img{background:#fff7e4;height:150px;text-align:center}@media screen and (max-width:459px){.b-product-storage__img{display:flex;align-items:center;justify-content:center}}.b-product-storage__img img{width:auto;height:100%}@media screen and (max-width:459px){.b-product-storage__img img{width:100%;height:auto}}.b-product-storage__body{padding:12px 20px 20px;background:#fcfdf3}.b-product-storage__title{font-family:RotonBol,Arial,Helvetica,sans-serif;font-size:16px;line-height:18px;color:#27388a}.b-product-storage__text{margin-top:5px;font-family:RotonReg,Arial,Helvetica,sans-serif;font-size:14px;line-height:18px;color:#353535}.b-product-content__storage--gerber.b-product-content__box{background-color:#1485b5;background-image:url(/new/f/img/product/storage-cereals-gerber/storage-cereals-bg.jpg);overflow:hidden}.b-product-content__storage--gerber .b-product-content__title{color:#fff}@media screen and (max-width:559px){.b-product-content__storage--gerber::after,.b-product-content__storage--gerber::before{content:none}}.b-product-content__storage--gerber::before{left:0;bottom:0;width:194px;height:156px;background-image:url(/new/f/img/product/storage-cereals-gerber/storage-decor-1.png)}.b-product-content__storage--gerber::after{right:0;bottom:0;width:127px;height:149px;background-image:url(/new/f/img/product/storage-cereals-gerber/storage-decor-2.png)}.b-product-content__storage--gerber .b-product-storage::after{content:none}.b-product-content__storage--gerber .b-product-storage__item{border:1px solid #1485b5}.b-product-content__storage--gerber .b-product-storage__title{color:#1485b5}.b-product-comment{padding:32px 0 16px;background:#f3f7f9}@media screen and (max-width:1023px){.b-product-comment{padding:24px 0 16px}}@media screen and (max-width:767px){.b-product-comment{padding:16px 0}}.b-product-comment__caption{color:#27388a;font-family:RotonBol,Arial,Helvetica,sans-serif;font-size:17px;line-height:22px;letter-spacing:0;cursor:pointer}.b-product-comment__caption span{background:url(/new/f/img/dialog-blue.svg) no-repeat 3px 2px;display:inline-block;font-family:RotonReg,Arial,Helvetica,sans-serif;padding-left:23px}.b-product-comment--review .b-product-comment__caption{font-size:23px;line-height:26px}.b-product-comment__form{background:#fff;border-radius:16px;padding:32px 24px 24px;margin-bottom:32px}.b-product-comment__form .b-rating{position:relative;margin-right:auto}.b-product-comment__form .b-field__answer{white-space:nowrap}.b-product-comment__form .b-field__stars{display:flex}.b-product-comment__form .b-field__textarea{min-height:57px}@media screen and (max-width:767px){.b-product-comment__form .b-field__textarea{min-height:76px}}.b-product-comment__form .b-comments__quote{position:relative;top:-16px;border-radius:0;background:#f3f7f9;border:1px solid #e3e8f5;border-left:2px solid #ff8300;width:100%}.b-product-comment__about{margin-bottom:20px;line-height:1.2}@media screen and (max-width:767px){.b-product-comment__about{font-size:14px;line-height:1.3}}.b-product-comment__label{font-size:14px;line-height:1.2;color:#b0b5c3;white-space:nowrap}@media screen and (max-width:767px){.b-product-comment__label{display:none}}.b-product-comment__label--mobile{margin-bottom:10px;display:none}@media screen and (max-width:767px){.b-product-comment__label--mobile{display:block}}.b-product-comment__row{display:flex;align-items:center;justify-content:space-between}@media screen and (max-width:767px){.b-product-comment__row{flex-wrap:wrap}}.b-product-comment__column:nth-child(1){width:200px}.b-product-comment__column--half{width:calc(50% - 16px)}@media screen and (max-width:767px){.b-product-comment__column--half{width:100%}}.b-product-comment__column--half:nth-child(1){width:calc(50% - 16px)}@media screen and (max-width:767px){.b-product-comment__column--half:nth-child(1){width:100%}}.b-promo-aside{background:#fff;border-radius:8px;padding:18px 16px}.b-promo-aside__title{font-family:RotonBol,Arial,Helvetica,sans-serif;font-size:25px;line-height:25px;color:#27388a;margin-bottom:8px}.b-promo-aside__desc{font-size:14px;line-height:16px;margin-bottom:23px;letter-spacing:0}.b-promo-aside__btn{display:inline-block;vertical-align:top;font-size:15px;width:auto;padding:0 28px}.b-reviews{padding:40px 0 50px}@media screen and (max-width:767px){.b-reviews{padding:32px 0 40px}}@media screen and (max-width:459px){.b-reviews{padding:24px 0 32px}}.b-reviews__title{color:#27388a;text-align:center;font-family:RotonBol,Arial,Helvetica,sans-serif;font-size:31px;line-height:30px;margin-bottom:24px}@media screen and (max-width:767px){.b-reviews__title{font-size:25px;line-height:28px;margin-bottom:16px}}.b-reviews__text{color:#27388a;text-align:center;font-family:RotonBol,Arial,Helvetica,sans-serif;font-size:24px;line-height:26px;margin-bottom:24px}@media screen and (max-width:767px){.b-reviews__text{font-size:18px;line-height:20px;margin-bottom:16px}}.b-reviews__box{margin:0 -8px}@media screen and (max-width:1023px){.b-reviews__box{margin:0 -24px}}@media screen and (max-width:767px){.b-reviews__box{margin:0 -16px}}.b-reviews__item{height:100%;border:1px solid #f3f7f9;background:#f3f7f9;border-radius:8px;padding:16px 24px;display:flex;cursor:pointer;flex-direction:column;transition:box-shadow 134ms;margin:0 8px}@media screen and (max-width:1023px){.b-reviews__item{width:320px}}@media screen and (max-width:459px){.b-reviews__item{width:280px}}.b-reviews__item:hover{border:1px solid #e3e8f5}.b-reviews__row{display:flex;align-items:center;margin-bottom:16px}.b-reviews__column{width:calc(100% - 70px);padding-right:24px}.b-reviews__column:nth-child(2){width:70px;padding-right:0}.b-reviews__image{width:70px;height:70px;border-radius:50%;background:#f3f7f9;text-align:center;display:block;overflow:hidden}.b-reviews__image img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain;border-radius:50%}.b-reviews__image span{color:#353535;font-family:RotonBol,Arial,Helvetica,sans-serif;font-size:20px;line-height:70px}.b-reviews__name{font-family:RotonBol,Arial,Helvetica,sans-serif;font-size:22px;color:#27388a;max-width:100%;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.b-reviews__desc{margin-bottom:24px;color:#353535}.b-reviews__link{color:#ff8300}.b-reviews__controls{margin-top:auto}.b-reviews__buttons{margin-top:40px;display:flex;justify-content:center;gap:16px}@media screen and (max-width:459px){.b-reviews__buttons{flex-wrap:wrap;gap:12px}}.b-reviews__btn{max-width:none;width:auto;font-size:16px;padding:0 30px}.b-reviews__rating .b-stars__item.is-active{background-image:url(/new/f/img/icon-star.svg#orange)}.b-reviews--brand{background-repeat:no-repeat;background-position:top center;background-size:cover;padding-top:225px;overflow:hidden}@media screen and (max-width:767px){.b-reviews--brand{background-position:33%}}@media screen and (max-width:459px){.b-reviews--brand{padding-top:150px}}.b-reviews--brand .b-reviews__text{color:#fff}.b-reviews--brand .b-reviews__title{color:#fff}.b-reviews--brand .b-gallery__next,.b-reviews--brand .b-gallery__prev{background:#fff;border-radius:50%;width:50px;height:50px}.b-reviews--brand .b-gallery__next{right:-65px}.b-reviews--brand .b-gallery__next:before{top:19px;right:22px}.b-reviews--brand .b-gallery__prev{left:-65px}.b-reviews--brand .b-gallery__prev:before{top:19px;left:21px}.b-reviews--brand .slick-dots li button{background-color:#fff}.b-reviews--brand .slick-dots li button:hover{background-color:#27388a}.b-reviews--brand .slick-dots li button li.slick-active button,.b-reviews--brand .slick-dots li button li.slick-active button:hover{background-color:#fff}.product-card{position:relative;overflow:hidden;padding:24px;border-radius:8px;min-height:298px;display:flex;flex-wrap:wrap;align-items:center;margin-bottom:15px}@media screen and (max-width:767px){.product-card{padding:400px 25px 24px 24px;max-width:420px;margin-right:auto;margin-left:auto}}.product-card__content{width:100%;position:relative;z-index:2}.product-card__img-wrapper{background-repeat:no-repeat;background-position:center;background-size:contain;display:flex;align-items:center;justify-content:center;position:absolute}.product-card__img{position:absolute;display:flex;align-items:center;justify-content:center;overflow:hidden;width:240px;height:240px}.product-card__img img{max-width:100%;max-height:100%;width:auto}@media screen and (max-width:1023px){.product-card__img{width:170px;height:170px}}@media screen and (max-width:767px){.product-card__img{width:170px;height:170px}}.product-card__sup-title{font-size:14px;line-height:1.2;color:#27388a}.product-card__title{margin-bottom:15px;font-size:20px;position:relative;padding-right:70px;padding-top:0;color:#27388a;font-weight:700}.product-card p{font-size:14px;line-height:1.2}.product-card .button{border-radius:48px;padding:0 24px 4px 24px;width:144px;height:40px;font-size:14px;margin-top:50px}@media screen and (max-width:767px){.product-card .button{margin-top:30px}}.product-card--white{background-color:#f3f7f9}.product-card--white .button{background:#27388a}.product-card--white .button:hover{background:#ff8300}.product-card--blue{background-color:#27388a}.product-card--blue .product-card__title{color:#fff}.product-card--blue .product-card__sup-title{color:#fff}.product-card--blue p{color:#fff}.product-card--blue .button{background:#ff8300}.product-card--blue .button:hover{background:#27388a}.product-card--img-left{padding-left:50%}.product-card--img-right{padding-right:50%}@media screen and (max-width:767px){.product-card__palm-oil-1{padding:325px 25px 24px 24px}}.product-card__palm-oil-1 .product-card__img-wrapper{background-image:url(/new/f/img/article/product-card-bg-1.png);width:402px;height:476px;left:-87px;top:-43px}@media screen and (max-width:1023px){.product-card__palm-oil-1 .product-card__img-wrapper{left:-177px}}@media screen and (max-width:767px){.product-card__palm-oil-1 .product-card__img-wrapper{width:390px;height:390px;left:50%;top:-100px;-webkit-transform:translateX(-50%);transform:translateX(-50%)}}.product-card__palm-oil-1 .product-card__img{top:57px;right:33px}@media screen and (max-width:1023px){.product-card__palm-oil-1 .product-card__img{right:auto;top:102px;left:190px}}@media screen and (max-width:767px){.product-card__palm-oil-1 .product-card__img{top:50%;left:50%;right:auto;bottom:auto;-webkit-transform:translate(-50%,calc(-50% - -7px));transform:translate(-50%,calc(-50% - -7px))}}@media screen and (max-width:767px){.product-card__palm-oil-2{padding:250px 25px 24px 24px}}.product-card__palm-oil-2 .product-card__img-wrapper{background-image:url(/new/f/img/article/product-card-bg-2.png);width:406px;height:392px;right:-54px;top:-40px}@media screen and (max-width:1023px){.product-card__palm-oil-2 .product-card__img-wrapper{top:-99px;right:-150px}}@media screen and (max-width:767px){.product-card__palm-oil-2 .product-card__img-wrapper{width:390px;height:390px;right:50%;top:-150px;-webkit-transform:translateX(50%);transform:translateX(50%)}}.product-card__palm-oil-2 .product-card__img{top:76px;left:82px}@media screen and (max-width:1023px){.product-card__palm-oil-2 .product-card__img{left:auto;top:170px;right:176px}}@media screen and (max-width:767px){.product-card__palm-oil-2 .product-card__img{top:50%;left:50%;right:auto;bottom:auto;-webkit-transform:translate(-50%,calc(-50% - -47px));transform:translate(-50%,calc(-50% - -47px))}}@media screen and (max-width:767px){.product-card__palm-oil-3{padding:315px 25px 24px 24px}}.product-card__palm-oil-3 .product-card__img-wrapper{background-image:url(/new/f/img/article/product-card-bg-3.png);width:391px;height:462px;left:-54px;top:-43px}@media screen and (max-width:1023px){.product-card__palm-oil-3 .product-card__img-wrapper{left:-130px}}@media screen and (max-width:767px){.product-card__palm-oil-3 .product-card__img-wrapper{width:390px;height:390px;left:50%;top:-100px;-webkit-transform:translateX(-50%);transform:translateX(-50%)}}.product-card__palm-oil-3 .product-card__img{top:76px;left:82px}@media screen and (max-width:1023px){.product-card__palm-oil-3 .product-card__img{top:118px;left:150px}}@media screen and (max-width:767px){.product-card__palm-oil-3 .product-card__img{top:50%;left:50%;right:auto;bottom:auto;-webkit-transform:translate(-50%,calc(-50% - -20px));transform:translate(-50%,calc(-50% - -20px))}}@media screen and (max-width:767px){.product-card__nan-1{padding:240px 25px 24px 24px}}.product-card__nan-1 .product-card__img-wrapper{background-image:url(/new/f/img/article/product-card-bg-4.png);width:464px;height:389px;left:-134px;top:-24px}@media screen and (max-width:1023px){.product-card__nan-1 .product-card__img-wrapper{left:-237px}}@media screen and (max-width:767px){.product-card__nan-1 .product-card__img-wrapper{width:390px;height:390px;left:50%;top:-150px;-webkit-transform:translateX(-50%);transform:translateX(-50%)}}.product-card__nan-1 .product-card__img{top:82px;left:169px}@media screen and (max-width:1023px){.product-card__nan-1 .product-card__img{left:248px;top:120px}}@media screen and (max-width:767px){.product-card__nan-1 .product-card__img{top:50%;left:50%;right:auto;bottom:auto;-webkit-transform:translate(-50%,calc(-50% - -48px));transform:translate(-50%,calc(-50% - -48px))}}@media screen and (max-width:767px){.product-card__nan-2{padding:250px 25px 24px 24px}}.product-card__nan-2 .product-card__img-wrapper{background-image:url(/new/f/img/article/product-card-bg-5.png);width:428px;height:428px;right:-65px;top:-24px}@media screen and (max-width:1023px){.product-card__nan-2 .product-card__img-wrapper{right:-150px}}@media screen and (max-width:767px){.product-card__nan-2 .product-card__img-wrapper{width:390px;height:390px;left:50%;top:-150px;-webkit-transform:translateX(-50%);transform:translateX(-50%)}}.product-card__nan-2 .product-card__img{top:96px;right:92px}@media screen and (max-width:1023px){.product-card__nan-2 .product-card__img{top:96px;right:180px}}@media screen and (max-width:767px){.product-card__nan-2 .product-card__img{top:50%;left:50%;right:auto;bottom:auto;-webkit-transform:translate(-50%,calc(-50% - -48px));transform:translate(-50%,calc(-50% - -48px))}}@media screen and (max-width:767px){.product-card__nan-3{padding:280px 25px 24px 24px}}.product-card__nan-3 .product-card__img-wrapper{background-image:url(/new/f/img/article/product-card-bg-6.png);width:372px;height:502px;left:-45px;top:-81px}@media screen and (max-width:1023px){.product-card__nan-3 .product-card__img-wrapper{left:-148px}}@media screen and (max-width:767px){.product-card__nan-3 .product-card__img-wrapper{width:390px;height:390px;left:50%;top:-140px;-webkit-transform:translateX(-50%);transform:translateX(-50%)}}.product-card__nan-3 .product-card__img{top:140px;left:84px}@media screen and (max-width:1023px){.product-card__nan-3 .product-card__img{top:163px;left:162px}}@media screen and (max-width:767px){.product-card__nan-3 .product-card__img{top:50%;left:50%;right:auto;bottom:auto;-webkit-transform:translate(-50%,calc(-50% - -43px));transform:translate(-50%,calc(-50% - -43px))}}@media screen and (max-width:767px){.product-card__nan-4{padding:250px 25px 24px 24px}}.product-card__nan-4 .product-card__img-wrapper{background-image:url(/new/f/img/article/product-card-bg-7.png);width:379px;height:505px;right:-60px;top:-108px}@media screen and (max-width:1023px){.product-card__nan-4 .product-card__img-wrapper{right:-120px}}@media screen and (max-width:767px){.product-card__nan-4 .product-card__img-wrapper{width:390px;height:390px;right:50%;top:-125px;-webkit-transform:translateX(50%);transform:translateX(50%)}}.product-card__nan-4 .product-card__img{top:160px;right:82px}@media screen and (max-width:1023px){.product-card__nan-4 .product-card__img{top:176px;right:148px}}@media screen and (max-width:767px){.product-card__nan-4 .product-card__img{top:50%;left:50%;right:auto;bottom:auto;-webkit-transform:translate(-50%,calc(-50% - -38px));transform:translate(-50%,calc(-50% - -38px))}}@media screen and (max-width:767px){.product-card__hypoallergenic-menu-1{padding:250px 25px 24px 24px}}.product-card__hypoallergenic-menu-1 .product-card__img-wrapper{background-image:url(/new/f/img/article/product-card-bg-8.png);width:395px;height:458px;right:-57px;top:-108px}@media screen and (max-width:1023px){.product-card__hypoallergenic-menu-1 .product-card__img-wrapper{right:-160px}}@media screen and (max-width:767px){.product-card__hypoallergenic-menu-1 .product-card__img-wrapper{width:390px;height:390px;right:50%;top:-170px;-webkit-transform:translateX(50%);transform:translateX(50%)}}.product-card__hypoallergenic-menu-1 .product-card__img{top:144px;right:78px}@media screen and (max-width:1023px){.product-card__hypoallergenic-menu-1 .product-card__img{top:180px;right:183px}}@media screen and (max-width:767px){.product-card__hypoallergenic-menu-1 .product-card__img{top:50%;left:50%;right:auto;bottom:auto;-webkit-transform:translate(-50%,calc(-50% - -71px));transform:translate(-50%,calc(-50% - -71px))}}@media screen and (max-width:767px){.product-card__hypoallergenic-menu-2{padding:285px 25px 24px 24px}}.product-card__hypoallergenic-menu-2 .product-card__img-wrapper{background-image:url(/new/f/img/article/product-card-bg-9.png);width:472px;height:558px;left:-133px;top:-76px}@media screen and (max-width:1023px){.product-card__hypoallergenic-menu-2 .product-card__img-wrapper{left:-220px}}@media screen and (max-width:767px){.product-card__hypoallergenic-menu-2 .product-card__img-wrapper{width:390px;height:390px;left:50%;top:-100px;-webkit-transform:translateX(-50%);transform:translateX(-50%)}}.product-card__hypoallergenic-menu-2 .product-card__img{top:109px;left:183px}@media screen and (max-width:1023px){.product-card__hypoallergenic-menu-2 .product-card__img{top:132px;left:257px}}@media screen and (max-width:767px){.product-card__hypoallergenic-menu-2 .product-card__img{top:50%;left:50%;right:auto;bottom:auto;-webkit-transform:translate(-50%,calc(-50% - -7px));transform:translate(-50%,calc(-50% - -7px))}}@media screen and (max-width:767px){.product-card__hypoallergenic-menu-3{padding:285px 25px 24px 24px}}.product-card__hypoallergenic-menu-3 .product-card__img-wrapper{background-image:url(/new/f/img/article/product-card-bg-10.png);width:454px;height:552px;right:-50px;top:-101px}@media screen and (max-width:1023px){.product-card__hypoallergenic-menu-3 .product-card__img-wrapper{right:-140px}}@media screen and (max-width:767px){.product-card__hypoallergenic-menu-3 .product-card__img-wrapper{width:390px;height:390px;right:50%;top:-100px;-webkit-transform:translateX(50%);transform:translateX(50%)}}.product-card__hypoallergenic-menu-3 .product-card__img{top:135px;right:96px}@media screen and (max-width:1023px){.product-card__hypoallergenic-menu-3 .product-card__img{top:173px;right:172px}}@media screen and (max-width:767px){.product-card__hypoallergenic-menu-3 .product-card__img{top:50%;left:50%;right:auto;bottom:auto;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}}@media screen and (max-width:767px){.product-card__hypoallergenic-menu-4{padding:310px 25px 24px 24px}}.product-card__hypoallergenic-menu-4 .product-card__img-wrapper{background-image:url(/new/f/img/article/product-card-bg-11.png);width:416px;height:542px;left:-78px;top:-101px}@media screen and (max-width:1023px){.product-card__hypoallergenic-menu-4 .product-card__img-wrapper{left:-160px}}@media screen and (max-width:767px){.product-card__hypoallergenic-menu-4 .product-card__img-wrapper{width:390px;height:390px;left:50%;top:-95px;-webkit-transform:translateX(-50%);transform:translateX(-50%)}}.product-card__hypoallergenic-menu-4 .product-card__img{top:140px;left:125px}@media screen and (max-width:1023px){.product-card__hypoallergenic-menu-4 .product-card__img{top:175px;left:196px}}@media screen and (max-width:767px){.product-card__hypoallergenic-menu-4 .product-card__img{top:50%;left:50%;right:auto;bottom:auto;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}}.b-product-search{padding:62px 0 0}@media screen and (max-width:767px){.b-product-search{padding:40px 0 0}}@media screen and (max-width:459px){.b-product-search{padding:32px 0 16px}}.b-product-search--inner{padding:0}.b-product-search__title{font-family:RotonBol,Arial,Helvetica,sans-serif;font-size:24px;line-height:1;color:#27388a;text-align:center;margin-bottom:24px}@media screen and (max-width:459px){.b-product-search__title{font-size:21px}}.b-product-search__form{position:relative;display:flex;max-width:352px;margin:0 auto}.b-product-search__button{background:#17a63d;position:absolute;border-radius:30px;line-height:48px;height:50px;width:144px;top:0;right:0}@media screen and (max-width:459px){.b-product-search__button{width:120px}}.b-product-search__button--nan{background:#29adb9}.b-product-search__col:nth-child(1){flex-grow:1}.b-product-search__legend{text-align:center;margin-top:-5px}.b-product-search__legend span{font-family:RotonBol,Arial,Helvetica,sans-serif;color:#17a63d;text-decoration:underline;text-decoration-style:dashed;text-underline-offset:3px;text-decoration-thickness:1px;text-decoration-color:currentColor;cursor:pointer}.b-product-search__legend span[data-mode=nan]{color:#29adb9}.b-product-search__legend span:hover{color:#ff8300}.b-product-search__modal-image{font-size:0;line-height:1;margin-top:8px}.b-product-search__modal-image img{max-width:100%}.b-product-search__error-title{font-family:RotonBol,Arial,Helvetica,sans-serif;font-size:21px;line-height:24px;letter-spacing:.015em;padding-bottom:14px}.b-product-search__error-desc{font-size:15px;line-height:18px;letter-spacing:.028em;padding-bottom:10px}.b-product-search__error-list{font-size:15px;line-height:18px;letter-spacing:.028em;list-style-type:disc;margin-left:21px;padding-bottom:8px}@media screen and (max-width:459px){.b-product-search__error-list li{margin-top:8px}}.b-product-search .b-field__wrapper{padding:0 160px 0 24px;border-radius:30px;height:50px}@media screen and (max-width:459px){.b-product-search .b-field__wrapper{padding:0 140px 0 24px}}.b-product-search .b-field__input{line-height:48px;height:48px}.b-product-search .b-field__answer{padding-left:24px}.b-product-search--nestogen{padding:70px 0 0}@media screen and (max-width:767px){.b-product-search--nestogen{padding:40px 0 0}}.b-product-search--nestogen .b-product-search__wrapper{background:url(/new/static/traceability/nestogen/images/history-bg.png) no-repeat left top #03ad5e;border-radius:78px;min-height:156px;display:flex;align-items:center;padding:24px 0}@media screen and (max-width:1023px){.b-product-search--nestogen .b-product-search__wrapper{background-position:-24px 0;justify-content:center}}@media screen and (max-width:767px){.b-product-search--nestogen .b-product-search__wrapper{background-position:-30px 0;flex-direction:column;border-radius:32px}}@media screen and (max-width:459px){.b-product-search--nestogen .b-product-search__wrapper{background-position:center 0;padding:24px 16px}}.b-product-search--nestogen .b-product-search__title{width:54.6%;font-size:24px;line-height:30px;letter-spacing:.026em;margin-bottom:0;padding-left:10px;color:#fff}@media screen and (max-width:1023px){.b-product-search--nestogen .b-product-search__title{width:310px;padding-left:30px}}@media screen and (max-width:767px){.b-product-search--nestogen .b-product-search__title{width:100%;padding-left:0;padding-bottom:16px}}@media screen and (max-width:459px){.b-product-search--nestogen .b-product-search__title{font-size:21px;line-height:24px;padding-bottom:12px}}.b-product-search--nestogen .b-product-search__block{width:45.4%;padding-top:6px}@media screen and (max-width:1023px){.b-product-search--nestogen .b-product-search__block{width:338px}}@media screen and (max-width:767px){.b-product-search--nestogen .b-product-search__block{width:100%}}.b-product-search--nestogen .b-product-search__form{max-width:338px;margin:0}@media screen and (max-width:767px){.b-product-search--nestogen .b-product-search__form{margin:0 auto}}.b-product-search--nestogen .b-product-search__button{background:#ff8300;width:142px;top:5px;right:5px}.b-product-search--nestogen .b-product-search__button:hover{background:#27388a}@media screen and (max-width:459px){.b-product-search--nestogen .b-product-search__button{width:100px}}.b-product-search--nestogen .b-product-search__legend{position:relative;font-size:14px;margin-top:-20px;color:#fff;max-width:338px}.b-product-search--nestogen .b-product-search__legend span{font-family:RotonReg,Arial,Helvetica,sans-serif;color:#fff}.b-product-search--nestogen .b-product-search__legend span:hover{text-decoration:none;color:#fff}.b-product-search--nestogen .b-field__wrapper{padding:0 160px 0 22px;border-radius:30px;border:5px solid #fff;height:60px}@media screen and (max-width:459px){.b-product-search--nestogen .b-field__wrapper{padding:0 110px 0 16px}}.b-product-search--nestogen .b-field__wrapper.is-error:before{content:'';position:absolute;left:-5px;right:-5px;top:-5px;bottom:-5px;border:2px solid #ff5b5b;border-radius:30px;pointer-events:none}.b-product-search--nestogen .b-field__wrapper.is-error .b-field__input{color:#ff5b5b}.b-product-search--nestogen .b-field__wrapper.is-error .b-field__answer{display:block;background:#ff5b5b;width:370px;height:150px;left:2px;top:auto;bottom:calc(100% + 22px);box-shadow:0 10px 20px 0 rgba(0,0,0,.1)}@media screen and (max-width:459px){.b-product-search--nestogen .b-field__wrapper.is-error .b-field__answer{width:260px;min-height:150px;height:auto}}.b-product-search--nestogen .b-field__wrapper.is-error .b-field__answer:before{content:'';position:absolute;left:calc(50% - 7px);bottom:-6px;width:14px;height:14px;-webkit-transform:rotate(45deg);transform:rotate(45deg);background:#ff5b5b}.b-product-search--nestogen .b-field__input{font-family:RotonBol,Arial,Helvetica,sans-serif;font-size:18px;line-height:50px;height:50px}.b-product-search--nestogen .b-field__input::-webkit-input-placeholder{color:#bebebe}.b-product-search--nestogen .b-field__input:-ms-input-placeholder{color:#bebebe}.b-product-search--nestogen .b-field__input::-ms-input-placeholder{color:#bebebe}.b-product-search--nestogen .b-field__input::placeholder{color:#bebebe}.b-product-search--nestogen .b-field__answer{padding-left:0;display:none;color:#fff;padding:20px 18px;border-radius:8px}.b-product-history{padding:40px 0 0}.b-product-history--inner{padding:0;max-width:1380px;margin:0 auto}.b-product-history.is-hidden{display:none}@media screen and (max-width:1023px){.b-product-history{margin:0 -24px}}@media screen and (max-width:459px){.b-product-history{padding:20px 0 0}}.b-product-history__wrapper{background:#f3f7f9;border-radius:8px;padding:30px 0 32px}@media screen and (max-width:1023px){.b-product-history__wrapper{border-radius:0}}.b-product-history__title{font-family:RotonBol,Arial,Helvetica,sans-serif;font-size:24px;line-height:1;color:#27388a;text-align:center;margin-bottom:24px}@media screen and (max-width:459px){.b-product-history__title{font-size:21px}}.b-product-history__layout{padding:0 32px}@media screen and (max-width:1023px){.b-product-history__layout{max-width:100%;overflow-x:auto}}.b-product-history__row{display:flex;gap:16px}@media screen and (max-width:1023px){.b-product-history__row{min-width:960px;min-height:200px}}.b-product-history__col{position:relative;width:calc((100% - 16px * 5)/ 6)}.b-product-history__col:after{content:'';position:absolute;right:-10px;top:58px;width:12px;height:12px;-webkit-transform:rotate(45deg);transform:rotate(45deg);border-top:2px solid #29adb9;border-right:2px solid #29adb9}.b-product-history__col:nth-child(n+5):after{display:none}.b-product-history__item{display:flex;flex-direction:column;align-items:center;line-height:18px;height:100%}.b-product-history__image{background:#fff;border-radius:50%;width:120px;height:120px;margin-bottom:16px;font-size:0;line-height:1;display:flex;align-items:center;justify-content:center}.b-product-history__caption{font-family:RotonBol,Arial,Helvetica,sans-serif;font-size:16px;text-align:center;margin-bottom:8px;color:#404040}.b-product-history__subtitle{text-align:center;white-space:nowrap}.b-product-history__desc{font-size:14px}.b-product-history__item--last .b-product-history__image{background:#29adb9}.b-product-history__item--last .b-product-history__caption{color:#ff8300}.b-product-history__item--last:hover .b-product-history__caption{color:#27388a}.b-product-history--nestogen .b-product-history__wrapper{background:0 0;padding:34px 0 0}@media screen and (max-width:767px){.b-product-history--nestogen .b-product-history__wrapper{padding:0}}.b-product-history--nestogen .b-product-history__layout{padding:0}@media screen and (max-width:1023px){.b-product-history--nestogen .b-product-history__layout{padding:0 34px}}.b-product-history--nestogen .b-product-history__item{align-items:flex-start;height:auto}.b-product-history--nestogen .b-product-history__title{font-size:30px;color:#00a955;margin-bottom:12px}@media screen and (max-width:767px){.b-product-history--nestogen .b-product-history__title{font-size:25px}}.b-product-history--nestogen .b-product-history__row{position:relative;padding:30px 0}@media screen and (max-width:1023px){.b-product-history--nestogen .b-product-history__row{min-width:890px}}@media screen and (max-width:767px){.b-product-history--nestogen .b-product-history__row{padding-bottom:10px}}.b-product-history--nestogen .b-product-history__row:before{content:'';position:absolute;left:47px;top:33px;width:590px;height:101px;background:url(/new/static/traceability/nestogen/images/line.svg) no-repeat left top}.b-product-history--nestogen .b-product-history__col{position:relative;width:calc((100% - 16px * 4)/ 5)}.b-product-history--nestogen .b-product-history__col:after{display:none}.b-product-history--nestogen .b-product-history__col:nth-child(1) .b-product-history__image:after{right:-2px;top:-24px}@media screen and (max-width:1023px){.b-product-history--nestogen .b-product-history__col:nth-child(1) .b-product-history__image:after{right:-10px;top:-20px}}.b-product-history--nestogen .b-product-history__col:nth-child(2) .b-product-history__image:after{right:-28px;top:44px}@media screen and (max-width:1023px){.b-product-history--nestogen .b-product-history__col:nth-child(2) .b-product-history__image:after{right:-26px;top:40px}}.b-product-history--nestogen .b-product-history__col:nth-child(3) .b-product-history__image:after{right:10px;top:-24px}@media screen and (max-width:1023px){.b-product-history--nestogen .b-product-history__col:nth-child(3) .b-product-history__image:after{right:-19px;top:-18px}}.b-product-history--nestogen .b-product-history__col:nth-child(4) .b-product-history__image:after{right:-28px;top:44px}.b-product-history--nestogen .b-product-history__col:nth-child(5) .b-product-history__image:after{display:none}.b-product-history--nestogen .b-product-history__image{position:relative;background:#dfffef;margin-bottom:14px}.b-product-history--nestogen .b-product-history__image:after{content:'';position:absolute;right:-2px;top:-24px;width:50px;height:50px;background:url(/new/static/traceability/nestogen/images/marker.svg) no-repeat left top}.b-product-history--nestogen .b-product-history__subtitle{font-family:RotonBol,Arial,Helvetica,sans-serif;color:#00a955;margin-bottom:9px;min-height:18px}.b-product-history--nestogen .b-product-history__caption{font-size:16px;text-align:left;margin-bottom:12px}.b-product-history--nestogen .b-product-history__item--last{box-shadow:0 0 25px 0 rgba(0,169,86,.3);border:2px solid #00a955;border-radius:8px;padding:10px;color:#353535}.b-product-history--nestogen .b-product-history__item--last .b-product-history__image{background:#00a955}.b-product-history--nestogen .b-product-history__item--last .b-product-history__caption{color:#00a955}.b-product-history--nestogen .b-product-history__item--last:hover .b-product-history__caption{color:#ff8300}.b-product-history--inner .b-product-history__wrapper{background:#fff;border-radius:0;box-shadow:0 0 8px #e6e6ef}.b-product-history--inner .b-product-history__image{background:#f3f7f9}.b-product-history--inner .b-product-history__item--last .b-product-history__image{background:#29adb9}.b-bm-teaser{margin:32px 0}.b-bm-teaser__wrapper{background:url(/new/f/img/babymania/intro/teaser-back.svg) no-repeat center center,linear-gradient(-52deg,#7fbedd 0,#31a8db 100%);background-position:calc(50% - 8px) calc(100% + 20px),left top;position:relative;border-radius:32px;padding:29px 50px 30px;min-height:214px;color:#fff}@media screen and (max-width:1023px){.b-bm-teaser__wrapper{background-position:calc(20% - 8px) calc(100% + 20px),left top;padding:29px 32px 30px}}@media screen and (max-width:767px){.b-bm-teaser__wrapper{border-radius:24px}}@media screen and (max-width:459px){.b-bm-teaser__wrapper{background-position:-24px calc(100% + 20px),left top;padding:24px 24px 24px;min-height:0}}.b-bm-teaser__wrapper:after{content:'';position:absolute;left:calc(50% + 112px);bottom:-24px;width:215px;height:131px;background:url(/new/f/img/babymania/intro/teaser.png) no-repeat left top}@media screen and (max-width:1023px){.b-bm-teaser__wrapper:after{display:none}}.b-bm-teaser__title{position:relative;font-family:RotonBol,Arial,Helvetica,sans-serif;font-size:25px;line-height:1;letter-spacing:.017em;margin-bottom:18px}@media screen and (max-width:459px){.b-bm-teaser__title{font-size:18px;line-height:1;margin-bottom:16px}}.b-bm-teaser__desc{font-size:20px;line-height:1.2;letter-spacing:.017em;margin-bottom:26px;max-width:520px}@media screen and (max-width:459px){.b-bm-teaser__desc{font-size:16px;margin-bottom:24px}}.b-bm-teaser__controls{display:flex;gap:10px}.b-bm-teaser__btn{background:#001689;border-radius:20px;padding:0 24px;font-size:17px;line-height:36px;min-width:104px;height:38px;color:#fff;text-align:center;cursor:pointer;transition:background-color 134ms}@media screen and (max-width:459px){.b-bm-teaser__btn{min-width:88px;padding:0 18px}}.b-bm-teaser__btn:hover{background:#ff8300}.is-done .b-bm-teaser__wrapper,.is-error .b-bm-teaser__wrapper{background:url(/new/f/img/babymania/intro/teaser-done.svg) no-repeat center center,linear-gradient(312deg,#53cdb0 0,#2db865 100%);padding:29px 50px 40px}@media screen and (max-width:459px){.is-done .b-bm-teaser__wrapper,.is-error .b-bm-teaser__wrapper{padding:25px 23px 23px}}.is-done .b-bm-teaser__wrapper:after,.is-error .b-bm-teaser__wrapper:after{display:none}.is-done .b-bm-teaser__title,.is-error .b-bm-teaser__title{padding-left:46px;margin-bottom:22px}@media screen and (max-width:459px){.is-done .b-bm-teaser__title,.is-error .b-bm-teaser__title{padding-left:38px;margin-bottom:17px}}.is-done .b-bm-teaser__title:before,.is-error .b-bm-teaser__title:before{content:'';position:absolute;left:1px;top:-3px;width:32px;height:32px;background:#fff;border-radius:50%}@media screen and (max-width:459px){.is-done .b-bm-teaser__title:before,.is-error .b-bm-teaser__title:before{left:0;top:-2px;width:25px;height:25px}}.is-done .b-bm-teaser__title:after,.is-error .b-bm-teaser__title:after{content:'';position:absolute;left:9px;top:6px;width:15px;height:9px;border-left:2px solid #42bd73;border-bottom:2px solid #42bd73;-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}@media screen and (max-width:459px){.is-done .b-bm-teaser__title:after,.is-error .b-bm-teaser__title:after{left:8px;top:6px;width:9px;height:7px}}.is-done .b-bm-teaser__desc,.is-error .b-bm-teaser__desc{max-width:none;margin-bottom:24px}@media screen and (max-width:459px){.is-done .b-bm-teaser__desc,.is-error .b-bm-teaser__desc{margin-bottom:20px}}.is-done .b-bm-teaser__desc p,.is-error .b-bm-teaser__desc p{font-size:inherit;line-height:inherit;margin-bottom:12px}@media screen and (max-width:459px){.is-done .b-bm-teaser__desc p,.is-error .b-bm-teaser__desc p{margin-bottom:10px}}.is-done .b-bm-teaser__desc p:last-child,.is-error .b-bm-teaser__desc p:last-child{margin-bottom:0}.is-done .b-bm-teaser__desc .bm-coin,.is-error .b-bm-teaser__desc .bm-coin{position:relative;top:-1px}.is-done .b-bm-teaser__btn,.is-error .b-bm-teaser__btn{font-family:RotonBol,Arial,Helvetica,sans-serif;font-size:20px;border-radius:28px;padding:0 40px;line-height:56px;letter-spacing:.025em;height:56px;background:#fff;color:#001689}@media screen and (max-width:459px){.is-done .b-bm-teaser__btn,.is-error .b-bm-teaser__btn{font-size:16px;padding:0 17px;line-height:34px;height:38px;border-radius:20px}}.is-done .b-bm-teaser__btn:hover,.is-error .b-bm-teaser__btn:hover{background:#27388a;color:#fff}.is-error .b-bm-teaser__wrapper{background:url(/new/f/img/babymania/intro/teaser-done.svg) no-repeat center center,linear-gradient(132deg,#fd5255 0,#ff6787 100%)}.is-error .b-bm-teaser__title:after{content:'+';font-family:RotonReg,Arial,Helvetica,sans-serif;border:none medium;left:-3px;top:-6px;width:20px;height:20px;color:#000;font-size:36px;line-height:1;color:#fe5459}@media screen and (max-width:459px){.is-error .b-bm-teaser__title:after{font-size:29px;left:-2px}}.b-product-share{display:inline-flex;position:relative;cursor:pointer}.b-product-share__wrap{display:inline-flex;align-items:center;text-decoration:none;color:#27388a}@media screen and (min-width:768px){.b-product-share:hover .b-product-share__dropdown{display:block}}@media screen and (max-width:767px){.b-product-share.is-active .b-product-share__dropdown{display:block}}.b-product-share__container{font-family:RotonReg,Arial,Helvetica,sans-serif;font-size:14px;line-height:17px;padding-left:19px}.b-product-share__icon{width:18px;height:18px;background-image:url(/new/f/img/icon-share.svg#share);background-position:0 0;background-repeat:no-repeat;background-size:16px 18px;position:absolute;left:0;top:calc(50% - 9px)}.b-product-share__dropdown{width:220px;padding-top:22px;position:absolute;top:100%;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%);z-index:1;display:none}@media screen and (max-width:459px){.b-product-share__dropdown{padding-top:17px}}.pos-left>.b-product-share__dropdown{left:100%}.pos-right>.b-product-share__dropdown{left:auto;right:-118px}.b-product-share__dropdown:before{background:#fff;width:16px;height:16px;content:"";position:absolute;left:calc(50% - 8px);top:14px;-webkit-transform:rotate(45deg);transform:rotate(45deg)}@media screen and (max-width:459px){.b-product-share__dropdown:before{top:10px}}.pos-left>.b-product-share__dropdown:before{left:calc(20% - 8px)}.pos-right>.b-product-share__dropdown:before{left:calc(80% - 8px)}.b-product-share__dropdown-content{background:#fff;border:1px solid #f3f7f9;box-shadow:0 0 50px 0 rgba(0,0,0,.1);border-radius:10px}.b-product-share__list{background:#fff;border-radius:10px;position:relative;padding-top:8px;padding-bottom:12px;z-index:1}.b-product-share__list-item{height:42px;display:flex;align-items:center;gap:10px;padding:10px 24px;cursor:pointer;color:#353535;position:relative}.b-product-share__list-item:hover{background:#f9f9f9}.b-product-share__list-item_selected{color:#27388a}.b-product-share__list-icon{min-width:16px;width:16px;height:18px;background-position:50% 50%;background-repeat:no-repeat;background-size:16px 18px}.b-product-share__list-icon_copy{background-image:url(/new/f/img/icon-share.svg#copy)}.b-product-share__list-icon_vk{background-image:url(/new/f/img/icon-share.svg#vk)}.b-product-share__list-icon_ok{background-image:url(/new/f/img/icon-share.svg#ok)}.b-product-share__list-icon_tg{background-image:url(/new/f/img/icon-share.svg#tg)}.b-product-share__list-icon_sms{background-image:url(/new/f/img/icon-share.svg#sms)}.b-product-share__list-icon_mail{background-image:url(/new/f/img/icon-share.svg#mail)}.b-product-share__list-title{font-size:14px;line-height:18px}.b-product-share__list-item.is-active .b-product-share__list-item-info{display:block}@media screen and (min-width:768px){.b-product-share__list-title_mobile{display:none}}.b-product-share__list-item-info{background:#fff;border:1px solid #f3f7f9;box-shadow:0 8px 16px rgba(0,0,0,.1);border-radius:8px;padding:5px 10px;-webkit-animation:copyLink 2s ease-in-out 0s 1;animation:copyLink 2s ease-in-out 0s 1;font-size:14px;line-height:18px;color:#353535;-webkit-transform:translate(-50%,0) scale(0);transform:translate(-50%,0) scale(0);display:none;opacity:0;pointer-events:none;position:absolute;left:50%;bottom:calc(80% + 5px)}@-webkit-keyframes copyLink{0%{opacity:0;-webkit-transform:translate(-50%,100%) scale(0);transform:translate(-50%,100%) scale(0)}20%{opacity:1;-webkit-transform:translate(-50%,0) scale(1);transform:translate(-50%,0) scale(1)}80%{opacity:1;-webkit-transform:translate(-50%,0) scale(1);transform:translate(-50%,0) scale(1)}100%{opacity:0;-webkit-transform:translate(-50%,-100%) scale(1.3);transform:translate(-50%,-100%) scale(1.3)}}@keyframes copyLink{0%{opacity:0;-webkit-transform:translate(-50%,100%) scale(0);transform:translate(-50%,100%) scale(0)}20%{opacity:1;-webkit-transform:translate(-50%,0) scale(1);transform:translate(-50%,0) scale(1)}80%{opacity:1;-webkit-transform:translate(-50%,0) scale(1);transform:translate(-50%,0) scale(1)}100%{opacity:0;-webkit-transform:translate(-50%,-100%) scale(1.3);transform:translate(-50%,-100%) scale(1.3)}}.b-product-club{display:flex;margin-top:20px;padding-bottom:6px;align-items:stretch;flex-wrap:wrap;gap:12px 18px}@media screen and (max-width:459px){.b-product-club{flex-direction:column;align-items:flex-start}}.b-product-club.is-locked{pointer-events:none;opacity:.5}.b-product-club .b-product-bubble__btn{width:calc(100% - 32px);line-height:34px;height:36px}.b-product-club .b-product-card__basket-controls{max-width:none;min-width:110px}.b-product-club__stats{position:absolute;pointer-events:none}.b-product-club__column{display:flex;align-items:flex-end}.b-product-club__column.is-locked{pointer-events:none;opacity:.5}@media screen and (max-width:459px){.b-product-club__column--s1{position:relative;order:2;z-index:4}}.b-product-club__column--s2{padding-right:18px}@media screen and (max-width:459px){.b-product-club__column--s2{padding-right:0;order:1}}@media screen and (max-width:559px){.b-product-club__column--s3{width:100%}}@media screen and (max-width:459px){.b-product-club__column--s3{position:relative;order:3;z-index:5}}@media screen and (max-width:459px){.b-product-club__column--s4{position:relative;padding-top:10px;order:4;z-index:5}}.b-product-club__column--s4.is-hidden{display:none}.b-product-club__column--free{align-items:center;padding-bottom:12px}@media screen and (max-width:767px){.b-product-club__column--free{align-items:flex-end}}.b-product-club__link{position:relative;font-size:11px;line-height:1;padding:7px 0;color:#353535}@media screen and (max-width:459px){.b-product-club__link{font-size:15px;padding:5px 0}}.b-product-club__link--club:hover{color:#27388a}.b-product-club__link--club>span{position:relative;padding-right:8px;cursor:pointer;transition:color 134ms;pointer-events:none}.b-product-club__link--club>span:after{content:'';position:absolute;right:0;top:calc(50% - 1px);width:7px;height:7px;border-right:1px solid currentColor;border-top:1px solid currentColor;-webkit-transform:rotate(45deg) translateY(-50%);transform:rotate(45deg) translateY(-50%)}.b-product-club__price{display:flex;flex-direction:column;align-items:flex-start}.b-product-club__count{display:flex;align-items:center}.b-product-club__count.is-locked{pointer-events:none;opacity:.5}.b-product-club__count-new{font-family:RotonBol,Arial,Helvetica,sans-serif;font-size:23px;line-height:28px;letter-spacing:.01em;color:#353535}.b-product-club__count-new.color-orange{color:#ff8300}.b-product-club__count-new.color-red{color:#e23a3a}.b-product-club__count-old{font-size:16px;line-height:25px;color:#bebebe;text-decoration-line:line-through;margin-left:9px}.b-product-club__controls{display:flex;align-items:center;height:100%;padding-bottom:12px;gap:8px}@media screen and (max-width:459px){.b-product-club__controls{padding-bottom:0}}.b-product-club__button{font-size:13px;letter-spacing:.03em;line-height:34px;width:130px;height:36px;flex:none}@media screen and (max-width:459px){.b-product-club__button{font-size:16px;line-height:38px;width:160px;height:40px}}.b-product-club__button--disabled,.b-product-club__button--disabled:hover{position:relative;background:0 0;border:1px solid #bebebe;color:#818181;font-family:RotonReg,Arial,Helvetica,sans-serif;font-size:11px;line-height:1;letter-spacing:.015em;cursor:default;padding-bottom:2px;white-space:wrap;display:flex;align-items:center;justify-content:center}.b-product-club__button--reminder{position:relative;background:#bebebe;border:1px solid #bebebe;color:#fff;font-family:RotonReg,Arial,Helvetica,sans-serif;font-size:11px;line-height:1;letter-spacing:.015em;padding:0 38px 2px 14px;white-space:wrap;display:flex;align-items:center;justify-content:center;max-width:110px}.b-product-club__button--reminder:before{content:'';position:absolute;right:3px;top:3px;width:28px;height:28px;border-radius:50%;background:url(/new/f/img/icon-reminder.svg#grey) no-repeat center center #fff}@media screen and (min-width:768px){.b-product-club__button--reminder:hover{background-color:#818181;border-color:#818181}.b-product-club__button--reminder:hover:before{background-image:url(/new/f/img/icon-reminder.svg#orange)}}.b-product-club__button--reminder.is-active:before{background-image:url(/new/f/img/icon-reminder.svg#green)}.b-product-club__button--out{width:auto;max-width:none;display:none}.b-product-club__button--out.is-show{display:block}.b-product-club__favorite{position:relative;background:url(/new/f/img/icon-favorite.svg#gray) no-repeat center center;border:1px solid #bebebe;border-radius:50%;cursor:pointer;line-height:1;width:36px;height:36px;flex:none;transition:border-color 134ms,background-color 134ms}.b-product-club__favorite:hover{background:url(/new/f/img/icon-favorite.svg#red) no-repeat center center;border-color:#818181}.b-product-club__favorite.is-active,.b-product-club__favorite.is-active:hover{background:url(/new/f/img/icon-favorite.svg#red) no-repeat center center;border-color:#e23a3a}.b-product-club__column--club .b-product-club__link{cursor:pointer;color:#ff8300}.b-product-club__column--club .b-product-club__count-new{font-family:RotonBol,Arial,Helvetica,sans-serif;font-size:34px;line-height:38px;letter-spacing:.014em}.b-product-club__column--club .b-product-club__count-old{display:none}.b-product-club__column--club .b-product-club__count-old.is-show{display:block}.b-product-club__favorite:hover .b-product-bubble,.b-product-club__link:hover .b-product-bubble{display:block}.b-product-club__link .b-product-bubble{bottom:32px}@media screen and (max-width:767px){.b-product-club__link .b-product-bubble{left:0}}@media screen and (max-width:767px){.b-product-club__link .b-product-bubble:before{left:8px}}@media screen and (max-width:1239px){.b-product-club__favorite .b-product-bubble{left:auto;right:0}}@media screen and (max-width:559px){.b-product-club__favorite .b-product-bubble{left:calc(50% - 105px);right:auto}}@media screen and (max-width:1239px){.b-product-club__favorite .b-product-bubble:before{left:auto;right:8px}}@media screen and (max-width:559px){.b-product-club__favorite .b-product-bubble:before{left:calc(50% - 8px);right:auto}}.b-product-club__button--disabled .b-product-bubble,.b-product-club__button--reminder .b-product-bubble{bottom:46px}@media screen and (max-width:559px){.b-product-club__button--disabled .b-product-bubble,.b-product-club__button--reminder .b-product-bubble{left:0}}@media screen and (max-width:459px){.b-product-club__button--disabled .b-product-bubble,.b-product-club__button--reminder .b-product-bubble{bottom:54px}}@media screen and (max-width:559px){.b-product-club__button--disabled .b-product-bubble:before,.b-product-club__button--reminder .b-product-bubble:before{left:16px}}.b-product-club__button--disabled .b-product-bubble__caption{padding:0 16px}.b-product-club__button--reminder .b-product-bubble__caption{margin-bottom:0}.b-product-club__button--disabled .b-product-bubble__price{font-size:13px;line-height:19px}.b-product-club__button--disabled .b-product-bubble__price:before{display:none}.b-product-club__button--disabled .b-product-bubble,.b-product-club__button--reminder .b-product-bubble{width:238px}.b-product-club__button--disabled:hover .b-product-bubble,.b-product-club__button--reminder:hover .b-product-bubble{display:block}.b-product-card .b-product-club{margin-top:12px;padding-bottom:0}.b-product-card .b-product-club__count{flex-direction:column-reverse;align-items:flex-start}.b-product-card .b-product-club__link{font-size:14px;padding:7px 0 3px;width:100%}.b-product-card .b-product-club__link>span:after{top:50%}.b-product-card .b-product-club__price{width:100%}.b-product-card .b-product-club__count-new{font-size:23px;line-height:26px;letter-spacing:0}.b-product-card .b-product-club__count-old{font-size:13px;line-height:14px;margin-left:0;min-height:14px}.b-product-card .b-product-club__count-old--club{display:block}.b-product-card .b-product-club__button{flex-grow:1;width:auto;height:36px;line-height:34px;min-width:120px;max-width:none}.b-product-card .b-product-club__button--disabled,.b-product-card .b-product-club__button--reminder{line-height:1}.b-product-card .b-product-club__controls{width:100%;gap:16px;padding-bottom:0}.b-product-card .b-product-club__column{width:100%}.b-product-card .b-product-club__column--noauth{display:none}.b-product-card .b-product-club__column--club .b-product-club__count-old{display:block}.b-product-card .b-product-club__favorite .b-product-bubble{left:auto;right:0;bottom:46px}.b-product-card .b-product-club__favorite .b-product-bubble:before{left:auto;right:8px}.b-product-card .b-product-club__button--disabled .b-product-bubble,.b-product-card .b-product-club__button--reminder .b-product-bubble{left:-16px;width:238px;z-index:3}@media screen and (max-width:767px){.b-product-card .b-product-club__button--disabled .b-product-bubble,.b-product-card .b-product-club__button--reminder .b-product-bubble{left:0;bottom:46px}}.b-product-card .b-product-club .b-product-card__basket-controls{margin-top:0}.b-product-fixed .b-product-club__button--disabled .b-product-bubble,.b-product-fixed .b-product-club__button--reminder .b-product-bubble{display:none}.b-repeat-order{margin-bottom:20px;border-radius:16px;background:#fff;overflow:hidden}.b-repeat-order__wrapper{padding:16px}.b-repeat-order__title{font-family:RotonBol,Arial,Helvetica,sans-serif;font-size:18px;line-height:22px;color:#48484a}.b-repeat-order__items{display:flex;justify-content:flex-start;align-items:center;margin-top:16px}.b-repeat-order__items::after{content:attr(data-more,number,none);position:static;border-radius:40px;padding:0 6px;width:29px;height:21px;background:#ffe6cc;font-family:RotonReg,Arial,Helvetica,sans-serif;font-weight:400;font-size:14px;line-height:20px;color:#ff8300}@media screen and (max-width:1023px){.b-repeat-order__items{margin-top:0}}.b-repeat-order__item{height:56px}.b-repeat-order__item img{width:auto;height:100%}.b-repeat-order__bottom{margin-top:16px}@media screen and (max-width:1023px){.b-repeat-order__bottom{margin-top:12px}}.b-repeat-order__button{padding:6px 24px 6px 46px;border-radius:48px;background-color:#ff8300;background-image:url(/new/f/img/catalog/repeat.svg);background-repeat:no-repeat;background-size:14px;background-position:24px 50%;font-family:RotonBol,Arial,Helvetica,sans-serif;font-size:14px;line-height:20px;color:#fff;border:none;outline:0;transition:background-color 134ms}.b-repeat-order__button:hover{background-color:#27388a}.repeat-order-popup{position:fixed;left:0;right:0;top:0;bottom:0;z-index:100;background-color:rgba(0,0,0,0);visibility:hidden}.repeat-order-popup.is-show{visibility:visible;background-color:rgba(0,0,0,.3)}.repeat-order-popup.is-loading{pointer-events:none}.repeat-order-popup.is-loading::after{content:'';position:fixed;top:calc(50% - 30px);left:calc(50% - 30px);display:block;width:60px;height:60px;background:url(/new/f/img/preloader.svg) no-repeat left top}.repeat-order-popup__wrapper{display:flex;justify-content:center;width:100vw;height:100vh;padding:40px 15px;overflow:hidden;overflow-y:auto}.repeat-order-popup__content{display:none;position:relative;width:100%;max-width:408px;margin:auto 0;padding:40px;background:#fff;border-radius:16px;text-align:center}.repeat-order-popup__content.is-show{display:block}@media screen and (max-width:767px){.repeat-order-popup__content{padding:32px 24px}}.repeat-order-popup__content-success{padding-bottom:30px}@media screen and (max-width:767px){.repeat-order-popup__content-success{padding-bottom:22px}}.repeat-order-popup__close{position:absolute;top:20px;right:20px;display:flex;justify-content:center;align-items:center;width:20px;height:20px;background:#ccc;border-radius:100%;cursor:pointer;transition:background 134ms}.repeat-order-popup__close:hover{background:#27388a}.repeat-order-popup__close svg{pointer-events:none}.repeat-order-popup__title{margin-bottom:16px;font-family:RotonBol,Arial,Helvetica,sans-serif;font-size:32px;line-height:38px;color:#001689}@media screen and (max-width:767px){.repeat-order-popup__title{font-size:24px;line-height:29px}}.repeat-order-popup__text{margin-bottom:16px;font-family:RotonReg,Arial,Helvetica,sans-serif;font-size:16px;line-height:22px;color:#48484a}.repeat-order-popup__subtext{margin-bottom:16px;font-family:RotonReg,Arial,Helvetica,sans-serif;font-size:18px;line-height:22px;color:#48484a}.repeat-order-popup__nav{display:flex;flex-direction:column;align-items:center;margin-top:26px}.repeat-order-popup__btn{display:inline-block;border-radius:48px;padding:11px 32px;background:#ff8300;font-family:RotonBol,Arial,Helvetica,sans-serif;font-weight:400;font-size:16px;line-height:22px;color:#fff;transition:all 134ms}.repeat-order-popup__btn:hover{background:#27388a;color:#fff}div.repeat-order-popup__btn{cursor:pointer;transition:none}.repeat-order-popup__btn-close{display:inline-block;margin-top:16px;padding:10px;font-family:RotonReg,Arial,Helvetica,sans-serif;font-size:16px;line-height:22px;color:#27388a;cursor:pointer;transition:color 134ms}.repeat-order-popup__btn-close:hover{color:#ff8300}@media (min-width:767px) and (max-width:1023px){.b-catalog.layout-repeat-order.layout-repeat-order .b-catalog__filter{flex-wrap:wrap}.b-catalog.layout-repeat-order.layout-repeat-order .b-repeat-order{width:calc(100% - 270px - 16px);flex-grow:1;margin-bottom:0}.b-catalog.layout-repeat-order.layout-repeat-order .b-repeat-order__wrapper{display:grid;grid-template-columns:auto auto;grid-template-rows:auto auto}.b-catalog.layout-repeat-order.layout-repeat-order .b-repeat-order__items{grid-row:span 2;margin-left:10px}.b-catalog.layout-repeat-order.layout-repeat-order .b-catalog-filter{width:100%}.b-catalog.layout-repeat-order.layout-repeat-order .b-catalog-filter__wrapper{display:flex}.b-catalog.layout-repeat-order.layout-repeat-order .b-catalog-filter__item{flex-grow:1;border:none}.b-catalog.layout-repeat-order.layout-repeat-order .b-catalog-filter__item--table{border-left:1px solid #e5e5e5}}@media screen and (max-width:767px){.b-catalog.layout-repeat-order.layout-repeat-order .b-repeat-order{order:2;margin-bottom:0}.b-catalog.layout-repeat-order.layout-repeat-order .b-repeat-order__wrapper{display:grid;grid-template-columns:auto auto;grid-template-rows:auto auto}.b-catalog.layout-repeat-order.layout-repeat-order .b-repeat-order__items{grid-row:span 2;margin-left:10px}.b-catalog.layout-repeat-order.layout-repeat-order .b-chatbot-catalog{order:1}}@media (max-width:480px){.b-catalog.layout-repeat-order.layout-repeat-order .b-repeat-order__wrapper{display:block}.b-catalog.layout-repeat-order.layout-repeat-order .b-repeat-order__items{margin-top:12px;margin-left:0}}.nan-0-12-goat .traceability-nan-products__place{background-color:#fff}.nan-0-12-goat .traceability-nan-products__place-container{padding-bottom:0;display:flex;max-width:1440px;margin:0 auto}@media screen and (max-width:1023px){.nan-0-12-goat .traceability-nan-products__place-container{display:block}}.nan-0-12-goat .traceability-nan-products__place-info{border:none;padding:37px 60px 23px 80px;width:50%}@media screen and (max-width:1023px){.nan-0-12-goat .traceability-nan-products__place-info{width:100%}}@media screen and (max-width:767px){.nan-0-12-goat .traceability-nan-products__place-info{padding:30px 15px}}.nan-0-12-goat .traceability-nan-products--h2{color:#0052ad;margin-bottom:12px;font-size:36px;line-height:100%}.nan-0-12-goat .traceability-nan-products--text{font-size:16px;font-weight:400;line-height:23px;color:#575757;margin:0}.nan-0-12-goat .traceability-nan-products__place-maps{flex:1}@media screen and (max-width:1023px){.nan-0-12-goat .traceability-nan-products__place-maps{width:100%}}.nan-0-12-goat .traceability-nan-products__place-img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.nan-0-12-goat .traceability-nan-products__facts{max-width:1273px;padding:40px 47px 8px 40px;margin:40px auto}.nan-0-12-goat .traceability-nan-products--h2{font-size:36px;line-height:100%;margin:0;color:#0052ad;margin-bottom:12px}@media screen and (max-width:1023px){.nan-0-12-goat .traceability-nan-products__facts-swiper{padding-bottom:50px}}.nan-0-12-goat .traceability-nan-products--subtitle{font-size:18px;line-height:26px;color:#575757;margin:0;margin-bottom:15px;max-width:620px}@media screen and (max-width:1239px){.nan-0-12-goat .traceability-nan-products--subtitle{max-width:489px}}@media screen and (max-width:1023px){.nan-0-12-goat .traceability-nan-products--subtitle{max-width:280px}}.nan-0-12-goat .traceability-nan-products__content-footer{background-image:url(/new/f/img/product/product-nan-fermented/bg-3.jpg);background-repeat:no-repeat;background-position:center;background-size:cover}.nan-0-12-goat .traceability-nan-products__packaging{max-width:1260px;display:flex;margin:0 auto 30px;border:none;background-color:transparent;padding:34px;align-items:flex-start}@media screen and (max-width:1023px){.nan-0-12-goat .traceability-nan-products__packaging{display:block}}.nan-0-12-goat .traceability-nan-products__packaging-product{flex-shrink:0;width:393px;height:450px;margin-left:34px;margin-right:-6px}@media screen and (max-width:1239px){.nan-0-12-goat .traceability-nan-products__packaging-product{width:50%}}@media screen and (max-width:1023px){.nan-0-12-goat .traceability-nan-products__packaging-product{padding-left:0;width:100%}}.nan-0-12-goat .traceability-nan-products__packaging-product-img{max-width:415px}@media screen and (max-width:1239px){.nan-0-12-goat .traceability-nan-products__packaging-product-img{max-width:415px}}@media screen and (max-width:1023px){.nan-0-12-goat .traceability-nan-products__packaging-product-img{margin-right:auto;margin-left:auto;display:block;-webkit-transform:translateX(-17%);transform:translateX(-17%)}}.nan-0-12-goat .traceability-nan-products__packaging-content{margin-top:22px}.nan-0-12-goat .traceability-nan-products--h2{font-size:36px;line-height:100%;color:#17a63d;margin:0;margin-bottom:15px}.nan-0-12-goat .traceability-nan-products__packaging-subtitle .text-decoration{font-size:14px;vertical-align:super}.nan-0-12-goat .traceability-nan-products__packaging-advantages{display:flex;max-width:780px;margin-bottom:14px}@media screen and (max-width:1239px){.nan-0-12-goat .traceability-nan-products__packaging-advantages{display:block}}.nan-0-12-goat .traceability-nan-products__packaging-advantages-left{display:flex;flex-direction:column;margin-right:40px}.nan-0-12-goat .traceability-nan-products__packaging-advantage{margin-bottom:26px;position:relative;padding-left:28px}.nan-0-12-goat .traceability-nan-products__packaging-advantage::before{content:'';position:absolute;top:-5px;left:0;display:block;width:28px;height:25px;background-image:url(/new/f/img/product/check.svg);background-repeat:no-repeat;background-position:center;background-size:cover}.nan-0-12-goat .traceability-nan-products--attention{font-weight:700;line-height:100%;margin:0;color:#b99847;margin-left:10px;font-size:18px}.nan-0-12-goat .traceability-nan-products__packaging-advantages-right{display:flex;flex-direction:column}.nan-0-12-goat .traceability-nan-products__packaging-efficiency{display:flex}.nan-0-12-goat .traceability-nan-products__packaging-efficiency-item{display:flex;flex-direction:column;align-items:center;justify-content:flex-start;margin-right:30px}.nan-0-12-goat .traceability-nan-products__packaging-efficiency-item-container{display:flex;align-items:center;justify-content:center;width:81px;height:80px;background-image:url(/new/f/img/product/efficiency.svg);background-repeat:no-repeat;background-position:center;background-size:cover}.nan-0-12-goat .traceability-nan-products__packaging-efficiency-item-name{font-size:14px;font-weight:700;line-height:100%;color:#575757;margin-top:5px;margin-left:-4px}.nan-0-12-goat .traceability-nan-products__packaging-efficiency_eco{position:relative;margin-left:calc(100% - 245px);max-width:196px;margin-top:-65px}@media screen and (max-width:1239px){.nan-0-12-goat .traceability-nan-products__packaging-efficiency_eco{margin-left:auto;margin-right:auto;margin-top:0;max-width:100%;padding-top:30px}}@media screen and (max-width:1023px){.nan-0-12-goat .traceability-nan-products__packaging-efficiency_eco{padding-left:120px;margin-top:30px}}.nan-0-12-goat .traceability-nan-products__packaging-efficiency_eco_title{font-size:24px;line-height:24px;font-weight:700;color:#17a63d;padding-bottom:8px}.nan-0-12-goat .traceability-nan-products__packaging-efficiency_eco_hr{width:76px;padding-left:13px;display:block}.nan-0-12-goat .traceability-nan-products__packaging-efficiency_eco_more_info{font-size:12px;margin-left:13px;line-height:12px;padding-top:20px;float:none;border-bottom:2px dashed #29adb9;font-weight:700;white-space:nowrap;display:inline-block;color:#17a63d;border-bottom:none;position:relative;width:auto}.nan-0-12-goat .traceability-nan-products__packaging-efficiency_eco_more_info::after{content:"";position:absolute;top:100%;left:0;background:url(../../images/products/nan-goat/underline.png) center;height:2px;width:108px}.nan-0-12-goat .traceability-nan-products__packaging-efficiency-item-number{font-size:21px;font-weight:700;line-height:100%;color:#b99847;margin-top:10px;margin-left:-2px}.nan-0-12-goat .traceability-nan-products__consist_recycl{display:flex;justify-content:space-between;max-width:1250px;width:100%;height:370px;margin:0 auto}@media screen and (max-width:1023px){.nan-0-12-goat .traceability-nan-products__consist_recycl{flex-direction:column;height:auto}}.nan-0-12-goat .traceability-nan-products__consist_recycl_left{padding-top:110px;font-size:30px;line-height:30px;max-width:620px;position:relative;z-index:3;background-color:#fff;background-image:url(/new/f/img/product/nan-gipoallergennyy-3/recycle_bg.png);background-repeat:no-repeat;background-size:295px 295px;padding-left:89px;background-position:75px 50px}@media screen and (max-width:1023px){.nan-0-12-goat .traceability-nan-products__consist_recycl_left{padding:100px 80px;max-width:100%}}@media screen and (max-width:767px){.nan-0-12-goat .traceability-nan-products__consist_recycl_left{font-size:30px;line-height:30px;position:relative;z-index:3;background-repeat:no-repeat;background-size:150px;background-position:center;padding:30px 25px}}.nan-0-12-goat .traceability-nan-products__consist_recycl_left .traceability-nan-products--h2{line-height:100%;margin:0;font-size:30px;color:#17a63d}.nan-0-12-goat .traceability-nan-products--subtitle{font-size:18px;line-height:26px;color:#575757;margin:0;margin-top:10px;margin-bottom:15px}.nan-0-12-goat .traceability-nan-products__recycl_img_bg{position:absolute;right:auto;left:49%;z-index:2}@media screen and (max-width:1023px){.nan-0-12-goat .traceability-nan-products__recycl_img_bg{display:none}}.nan-0-12-goat .traceability-nan-products__recycl_img{position:absolute;right:0;z-index:1}@media screen and (max-width:1023px){.nan-0-12-goat .traceability-nan-products__recycl_img{right:0;position:relative;width:100%;height:auto}}@media screen and (max-width:767px){.nan-0-12-goat .traceability-nan-products__recycl_img{display:none}}.nan-0-12-goat .traceability-nan-products__recycl_img_mob{display:none}@media screen and (max-width:767px){.nan-0-12-goat .traceability-nan-products__recycl_img_mob{display:block}}.nan-0-12-goat .product-full p{margin-bottom:15px}.nan-0-12-goat .swiper-container-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:9px}.nan-0-12-goat .swiper-container-btns{display:flex;align-items:center}.nan-0-12-goat .swiper-pagination{position:static;display:block;margin-right:30px;text-align:center;transition:.3s opacity;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);z-index:10}.nan-0-12-goat .swiper-pagination-bullet{display:none;width:100%;height:100%;font-size:24px;font-weight:700;line-height:100%;border-radius:50%;color:#b99847;background-color:transparent}.nan-0-12-goat .swiper-pagination-bullet.swiper-pagination-bullet-active{display:block}.nan-0-12-goat .swiper-button-prev-cast{position:static;margin:0;display:block;background-image:url(/new/f/img/product/arrow-left-gold.svg);background-position:center;background-repeat:no-repeat;background-size:auto;width:11px;height:20px}.nan-0-12-goat .swiper-button-prev-cast:hover{cursor:pointer}.nan-0-12-goat .swiper-button-prev:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);text-transform:none!important;letter-spacing:0;font-variant:initial;line-height:1}.nan-0-12-goat .swiper-button-delimiter{display:block;width:1px;height:30px;opacity:.15;background-color:#575757;margin-left:10px;margin-right:10px}.nan-0-12-goat .swiper-button-next-cast{display:block;background-image:url(/new/f/img/product/arrow-left-gold.svg);background-position:center;background-repeat:no-repeat;background-size:auto;-webkit-transform:rotate(180deg);transform:rotate(180deg);width:11px;height:20px}.nan-0-12-goat .swiper-button-next-cast:hover{cursor:pointer}.nan-0-12-goat .swiper-button-next:after{font-family:swiper-icons;text-transform:none!important;letter-spacing:0;font-variant:initial;line-height:1}.nan-0-12-goat .swiper-img{width:100%}.nan-0-12-goat .swiper-wrapper .swiper-slide-text{display:block;line-height:25px;max-width:290px;margin-top:16px;color:#17a63d;font-size:24px;font-weight:700}@media screen and (max-width:1023px){.nan-0-12-goat .swiper-container-btns-header{position:absolute;left:0;bottom:0}}.nan-0-12-goat .b-product-info{background-image:url(/new/f/img/product/product-nan-fermented/bg-3.jpg);background-repeat:no-repeat;background-position:center;background-size:cover}.nan-0-12-goat .b-product-content__list[data-type=simple-list]{margin-bottom:0}.view-nan-supreme .nan3supreme__header{background-image:url(/new/f/img/product/nan-supreme/head-supreme.jpg);background-repeat:no-repeat;background-position:center top;background-size:100%;height:35vw;box-sizing:border-box;padding-top:30px}@media screen and (max-width:767px){.view-nan-supreme .nan3supreme__header{background-image:url(/new/f/img/product/nan-supreme/head-supreme-mob.jpg);height:103vw;padding-top:0}}.view-nan-supreme .nan3supreme__header__row{position:relative;height:100%;margin:0 auto;max-width:1080px;padding:0 0 10px;margin-bottom:20px;box-sizing:border-box}@media screen and (max-width:1239px){.view-nan-supreme .nan3supreme__header__row{max-width:900px}}@media screen and (max-width:767px){.view-nan-supreme .nan3supreme__header__row{padding-top:0}}.view-nan-supreme .nan3supreme__header__wrap{position:absolute;width:100%;top:50%;-webkit-transform:translateY(-52%);transform:translateY(-52%);height:414px;max-height:90%}@media screen and (max-width:1239px){.view-nan-supreme .nan3supreme__header__wrap{padding-left:70px}}@media screen and (max-width:767px){.view-nan-supreme .nan3supreme__header__wrap{padding-left:0;height:285px}}.view-nan-supreme .nan3supreme__header__text{color:#0d52a8;padding-top:30px;padding-left:40px}@media screen and (max-width:1239px){.view-nan-supreme .nan3supreme__header__text{padding-top:0;padding-left:0}}@media screen and (max-width:767px){.view-nan-supreme .nan3supreme__header__text{padding-top:0;padding-left:0}}.view-nan-supreme .nan3supreme__header__logo{margin-bottom:15px}@media screen and (max-width:1023px){.view-nan-supreme .nan3supreme__header__logo{max-width:390px}}.view-nan-supreme .nan3supreme__header__sublogo{font-size:48.5px;margin-bottom:30px;text-transform:uppercase;position:relative;display:block;padding-right:10px}@media screen and (max-width:1239px){.view-nan-supreme .nan3supreme__header__sublogo{font-size:38px;margin-bottom:20px}}@media screen and (max-width:1023px){.view-nan-supreme .nan3supreme__header__sublogo{margin-bottom:10px;font-size:26px}}.view-nan-supreme .nan3supreme__header__super{background-image:url(/new/f/img/product/nan-supreme/rhombus.png);position:absolute;background-repeat:no-repeat;background-position:top right;display:inline-block;width:10px;height:15px;background-size:contain}.view-nan-supreme .nan3supreme__header__list{font-size:24px;line-height:26px;font-weight:700;text-transform:uppercase}@media screen and (max-width:1023px){.view-nan-supreme .nan3supreme__header__list{line-height:18px}}@media screen and (max-width:767px){.view-nan-supreme .nan3supreme__header__list{position:absolute;left:50%;-webkit-transform:translateX(-82%);transform:translateX(-82%);bottom:10px;background-image:url(/new/f/img/product/nan-supreme/mob-line.png);background-repeat:no-repeat;background-position:0 0;height:195px;width:190px;font-size:13px;line-height:13px;text-transform:uppercase}}.view-nan-supreme .nan3supreme__header__list li{font-size:24px;line-height:25px;margin-bottom:25px;padding-left:35px;background-image:url(/new/f/img/product/nan-supreme/point-supreme.png);background-position:0 0;background-repeat:no-repeat;background-size:contain}@media screen and (max-width:1239px){.view-nan-supreme .nan3supreme__header__list li{margin-bottom:10px}}@media screen and (max-width:1023px){.view-nan-supreme .nan3supreme__header__list li{margin-bottom:3px;background-size:auto 90%;font-size:18px;line-height:14px}}@media screen and (max-width:767px){.view-nan-supreme .nan3supreme__header__list li{background-image:none;padding-left:0;width:70px;position:absolute;margin-bottom:0}}@media screen and (max-width:767px){.view-nan-supreme .nan3supreme__header__list .nan3supreme__header__list-i1{left:10px;top:0;font-size:15px;line-height:15px;width:94px}}@media screen and (max-width:767px){.view-nan-supreme .nan3supreme__header__list .nan3supreme__header__list-i2{line-height:14px;left:55px;top:57px;font-size:12px}}@media screen and (max-width:767px){.view-nan-supreme .nan3supreme__header__list .nan3supreme__header__list-i3{line-height:12px;margin-top:10px;font-size:10px;left:95px;top:92px}}.view-nan-supreme .nan3supreme__header__pack{right:-96px;top:-17px;position:absolute;max-height:100%}@media screen and (max-width:1239px){.view-nan-supreme .nan3supreme__header__pack{right:-60px}}@media screen and (max-width:1023px){.view-nan-supreme .nan3supreme__header__pack{right:-60px}}@media screen and (max-width:767px){.view-nan-supreme .nan3supreme__header__pack{height:215px;right:50%;-webkit-transform:translateX(100%);transform:translateX(100%);bottom:0;top:auto}}.view-nan-supreme .nan3supreme__header__lable{position:absolute;left:0;top:-1px;background-image:url(/new/f/img/product/nan-supreme/bg-lable.png);color:#fff;font-family:Roboto,sans-serif;width:167px;height:78px;background-size:cover;box-sizing:border-box;font-size:14px;text-transform:uppercase;padding:15px 20px;line-height:1.2}.view-nan-supreme .nan3supreme__formula__wrap{display:flex;flex-wrap:wrap}@media screen and (max-width:1023px){.view-nan-supreme .nan3supreme__formula__wrap{display:block}}@media screen and (max-width:767px){.view-nan-supreme .nan3supreme__formula__wrap{display:flex}}.view-nan-supreme .nan3supreme__formula__wrap__slider{background-image:url(/new/f/img/product/nan-supreme/pack2-supreme.jpg);background-position:center center;background-repeat:no-repeat;height:500px;width:500px;position:relative}@media screen and (max-width:1023px){.view-nan-supreme .nan3supreme__formula__wrap__slider{margin-right:auto;margin-left:auto}}@media screen and (max-width:767px){.view-nan-supreme .nan3supreme__formula__wrap__slider{order:1;margin-top:50px}}.view-nan-supreme .nan3supreme__formula__description__bottom-sublogo{color:#0043a2;font-size:18px;font-family:Roboto,sans-serif;margin-bottom:5px;font-weight:700}.view-nan-supreme .nan3supreme__formula__elem{position:absolute;cursor:pointer;z-index:1}@media screen and (max-width:767px){.view-nan-supreme .nan3supreme__formula__elem{position:relative;top:auto;left:auto;right:auto;bottom:auto;-webkit-animation:none;animation:none;pointer-events:none}}.view-nan-supreme .nan3supreme__formula__text{background:linear-gradient(45deg,#0061c4,#0043a2);box-sizing:border-box;color:#fff;padding:50px 30px 30px 30px;display:none;position:absolute;width:336px;font-size:16px;line-height:22px;text-align:center;border-radius:15px}@media screen and (max-width:767px){.view-nan-supreme .nan3supreme__formula__text{display:block}.view-nan-supreme .nan3supreme__formula__text position unset{width:280px;margin:0 auto;font-size:14px;line-height:18px;padding:25px 28px 50px 28px;margin-bottom:95px}}@media screen and (max-width:767px){.view-nan-supreme .nan3supreme__formula__img{position:absolute;bottom:0;width:116px;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%)}}.view-nan-supreme .nan3supreme__formula__elem_1 .nan3supreme__formula__text{left:-100px;top:105px}.view-nan-supreme .nan3supreme__formula__elem_1 .nan3supreme__formula__img{width:128px}@media screen and (max-width:767px){.view-nan-supreme .nan3supreme__formula__elem_1 .nan3supreme__formula__img{position:absolute;bottom:0;width:116px;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%)}}.view-nan-supreme .nan3supreme__formula__elem_2 .nan3supreme__formula__img{width:116px}@media screen and (max-width:767px){.view-nan-supreme .nan3supreme__formula__elem_2 .nan3supreme__formula__img{position:absolute;bottom:0;width:116px;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%)}}.view-nan-supreme .nan3supreme__formula__elem_2 .nan3supreme__formula__text{left:-102px;top:93px}.view-nan-supreme .nan3supreme__formula__elem_3 .nan3supreme__formula__img{width:103px}@media screen and (max-width:767px){.view-nan-supreme .nan3supreme__formula__elem_3 .nan3supreme__formula__img{position:absolute;bottom:0;width:116px;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%)}}.view-nan-supreme .nan3supreme__formula__elem_3 .nan3supreme__formula__text{left:-112px;top:85px}.view-nan-supreme .nan3supreme__formula__elem_4 .nan3supreme__formula__img{width:102px}@media screen and (max-width:767px){.view-nan-supreme .nan3supreme__formula__elem_4 .nan3supreme__formula__img{position:absolute;bottom:0;width:116px;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%)}}.view-nan-supreme .nan3supreme__formula__elem_4 .nan3supreme__formula__text{left:-112px;top:85px}.view-nan-supreme .nan3supreme__formula__elem_5 .nan3supreme__formula__img{width:128px}@media screen and (max-width:767px){.view-nan-supreme .nan3supreme__formula__elem_5 .nan3supreme__formula__img{position:absolute;bottom:0;width:116px;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%)}}.view-nan-supreme .nan3supreme__formula__elem_5 .nan3supreme__formula__text{left:-100px;top:105px}.view-nan-supreme .nan3supreme__formula__description{box-sizing:border-box;padding-left:69px;padding-top:67px;width:calc(100% - 540px)}@media screen and (max-width:1023px){.view-nan-supreme .nan3supreme__formula__description{width:100%;padding-left:0}}.view-nan-supreme .nan3supreme__formula__description__title{font-size:26px;color:#0d52a8;margin-bottom:10px;font-family:Roboto,sans-serif;font-weight:700}.view-nan-supreme .nan3supreme__formula__description__logo{max-width:236px;margin-bottom:5px}.view-nan-supreme .nan3supreme__formula__description__sublogo{font-size:12px;color:#7f7f7f;margin:9px 0;margin-bottom:27px}.view-nan-supreme .nan3supreme__formula__description__sublogo{font-size:12px;color:#7f7f7f;margin:9px 0;margin-bottom:27px}.view-nan-supreme .nan3supreme__formula__super{background-image:url(/new/f/img/product/nan-supreme/rhombus.png);position:absolute;background-repeat:no-repeat;background-position:top right;display:inline-block;width:6px;height:15px;background-size:contain}.view-nan-supreme .nan3supreme__formula__description__text-1{color:#414141;font-size:16.5px;margin-bottom:19px;line-height:19px}.view-nan-supreme .nan3supreme__formula__description__logo{max-width:236px;margin-bottom:5px}.view-nan-supreme .nan3supreme__formula__elem:hover{-webkit-animation-play-state:paused;animation-play-state:paused;z-index:3}.view-nan-supreme .nan3supreme__formula__elem_1:hover img{position:relative;z-index:3}.view-nan-supreme .nan3supreme__formula__elem_2:hover img{position:relative;z-index:3}.view-nan-supreme .nan3supreme__formula__elem_3:hover img{position:relative;z-index:3}.view-nan-supreme .nan3supreme__formula__elem_4:hover img{position:relative;z-index:3}.view-nan-supreme .nan3supreme__formula__elem_5:hover img{position:relative;z-index:3}.view-nan-supreme .nan3supreme__formula__elem:hover>.nan3supreme__formula__text{display:block;z-index:2}@media screen and (max-width:767px){.view-nan-supreme .nan3supreme__formula__slider{display:none}}.view-nan-supreme .nan3supreme__formula__wrap__slider .b-gallery.js-gallery{display:none;width:100%;max-width:280px;margin-right:auto;margin-left:auto}@media screen and (max-width:767px){.view-nan-supreme .nan3supreme__formula__wrap__slider .b-gallery.js-gallery{display:block}.view-nan-supreme .nan3supreme__formula__wrap__slider .b-gallery.js-gallery .b-gallery__item{display:flex;flex-wrap:wrap;margin:0 10px}.view-nan-supreme .nan3supreme__formula__wrap__slider .b-gallery.js-gallery .nan3supreme__formula__text{position:relative;width:280px;margin:0 auto;font-size:14px;line-height:18px;padding:25px 28px 50px 28px}.view-nan-supreme .nan3supreme__formula__wrap__slider .b-gallery.js-gallery .nan3supreme__formula__img{order:1;z-index:5;position:relative;margin-right:auto;margin-left:auto;margin-top:-35px;width:116px;height:130px;left:auto;-webkit-transform:none;transform:none}}.view-nan-supreme .nan3supreme__formula__wrap__slider .slick-arrow{background:#ff8300}.view-nan-supreme .nan3supreme__formula__wrap__slider .slick-arrow::before{color:#fff}.view-nan-supreme .nan3supreme__formula__wrap__slider .b-gallery__next{width:50px;height:50px;z-index:9;position:absolute;bottom:30px;top:auto;border-radius:50%;right:50%;-webkit-transform:translateX(125px);transform:translateX(125px);display:flex;align-items:center;justify-content:center}.view-nan-supreme .nan3supreme__formula__wrap__slider .b-gallery__next::before{right:20px;top:18px}.view-nan-supreme .nan3supreme__formula__wrap__slider .b-gallery__prev{width:50px;height:50px;z-index:9;position:absolute;bottom:30px;top:auto;border-radius:50%;left:50%;-webkit-transform:translateX(-125px);transform:translateX(-125px);display:flex;align-items:center;justify-content:center}.view-nan-supreme .nan3supreme__formula__wrap__slider .b-gallery__prev::before{left:20px;top:18px}.view-nan-supreme .nan3supreme__formula__description-info-title{font-family:Roboto,sans-serif;text-align:center;font-size:30.5px;color:#0d52a8;max-width:550px;margin:0 auto;padding:0 20px;line-height:34px;font-weight:700}.view-nan-supreme .nan3supreme__formula__description-info{width:100%;background-image:url(/new/f/img/product/nan-supreme/supreme-block-description.png);background-repeat:no-repeat;background-size:100%;background-position:center top 55px}@media screen and (max-width:1239px){.view-nan-supreme .nan3supreme__formula__description-info{background-position:center top 110px}}@media screen and (max-width:1023px){.view-nan-supreme .nan3supreme__formula__description-info{background-position:center top 225px}}@media screen and (max-width:767px){.view-nan-supreme .nan3supreme__formula__description-info{background:0 0}}.view-nan-supreme .nan3supreme__formula__elem_1{top:30px;left:30px;-webkit-animation:anim-hmo 2s infinite ease-in;animation:anim-hmo 2s infinite ease-in}.view-nan-supreme .nan3supreme__formula__elem_2{top:85px;left:180px;-webkit-animation:anim-opti 3.5s infinite ease-out;animation:anim-opti 3.5s infinite ease-out}.view-nan-supreme .nan3supreme__formula__elem_3{top:180px;left:80px;-webkit-animation:anim-dha 2.5s infinite linear;animation:anim-dha 2.5s infinite linear}.view-nan-supreme .nan3supreme__formula__elem_4{top:60px;right:15px;-webkit-animation:anim-b 2s infinite ease-in-out;animation:anim-b 2s infinite ease-in-out}.view-nan-supreme .nan3supreme__formula__elem_5{top:180px;right:40px;-webkit-animation:anim-non 3s infinite ease;animation:anim-non 3s infinite ease}.view-nan-supreme .b-product-info__wrapper{min-height:-webkit-max-content;min-height:max-content}.view-nan-supreme .b-product-info__info{width:100%}.view-nan-supreme .b-product-info__weight.is-active{background:#b99847;color:#fff}.view-nan-supreme .b-product-info__weight:hover{background:#b99847;color:#fff}.view-nan-supreme .b-product-info__weight{border:1px solid #b99847;color:#b99847}.view-nan-supreme .b-product-info__price-new{color:#29adb9}.view-nan-supreme .no-desctop{display:none}@media screen and (max-width:767px){.view-nan-supreme .no-desctop{display:block}}@media screen and (max-width:767px){.view-nan-supreme .no-mobile{display:none}}.view-nan-supreme .sublogo2{text-transform:uppercase;font-weight:700}.view-nan-supreme .logo-padding{display:none}.view-nan-supreme .b-gallery{position:relative}.view-nan-supreme .button--blue{background:#29adb9}.view-nan-supreme .first-block{display:none}@media screen and (max-width:767px){.view-nan-supreme .first-block{display:block;background-image:url(/new/f/img/product/nan-supreme/supreme-block-image.png);background-repeat:no-repeat;background-position:top;background-position-y:-60px;height:500px;margin:0}}.view-nan-supreme .description-block p{max-width:58%;font-size:16.5px;color:#414141;margin-bottom:20px;line-height:19px}@media screen and (max-width:767px){.view-nan-supreme .description-block p{max-width:100%;margin-left:20px;margin-right:20px}}.view-nan-supreme .first_paragraph{margin-top:50px}.view-nan-supreme .second-block{margin-right:20px}@media screen and (max-width:767px){.view-nan-supreme .second-block{display:none}}.view-nan-supreme .second-block p{margin-left:auto;margin-right:20px}.view-nan-supreme .mob-info-list{display:none}@media screen and (max-width:767px){.view-nan-supreme .mob-info-list{display:block;margin:0 20px 30px 0}}@media screen and (max-width:767px){.view-nan-supreme .mob-info-list-item{display:flex}}@media screen and (max-width:767px){.view-nan-supreme .mob-info-list-dot{display:flex;width:25px;height:26px;background-image:url(/new/f/img/product/nan-supreme/list-dot.png);background-repeat:no-repeat;justify-content:center;align-items:center;margin-right:10px;color:#fff}}@media screen and (max-width:767px){.view-nan-supreme .mob-info-list-item p{max-width:90%}}.view-nan-supreme .secondb-first-p{margin-top:170px}.view-nan-supreme .n-nestogen-review{background-image:url(/new/f/img/product/nan-supreme/reviews-supreme.png);margin-bottom:0;background-repeat:no-repeat;background-color:#f2efea;font-family:DIN2014Bold!important;background-size:cover;background-position:top right -200px}.view-nan-supreme .b-product-content{position:relative;z-index:2;background-image:url(/new/f/img/product/nan-supreme/product-consist-supreme.jpg);background-repeat:no-repeat;background-size:cover;overflow:hidden}.view-nan-supreme .b-product-content__video{max-width:660px;display:flex;height:-webkit-max-content;height:max-content;margin-right:auto;margin-left:auto}.view-nan-supreme .b-product-content__video::before{content:'';display:block;width:1px;padding-top:56%;margin-left:-1px}.view-nan-supreme .b-product-content__list[data-type=simple-list]{margin-bottom:0}.view-nan-supreme .disclamer:not(:last-child){margin-bottom:15px}@-webkit-keyframes anim-hmo{0%{-webkit-transform:translateX(0) translateY(0);transform:translateX(0) translateY(0)}50%{-webkit-transform:translateX(10px) translateY(5px);transform:translateX(10px) translateY(5px)}100%{-webkit-transform:translateX(0) translateY(0);transform:translateX(0) translateY(0)}}@keyframes anim-hmo{0%{-webkit-transform:translateX(0) translateY(0);transform:translateX(0) translateY(0)}50%{-webkit-transform:translateX(10px) translateY(5px);transform:translateX(10px) translateY(5px)}100%{-webkit-transform:translateX(0) translateY(0);transform:translateX(0) translateY(0)}}@-webkit-keyframes anim-opti{10%{-webkit-transform:translateX(0) translateY(0);transform:translateX(0) translateY(0)}50%{-webkit-transform:translateX(-5px) translateY(10px);transform:translateX(-5px) translateY(10px)}100%{-webkit-transform:translateX(0) translateY(0);transform:translateX(0) translateY(0)}}@keyframes anim-opti{10%{-webkit-transform:translateX(0) translateY(0);transform:translateX(0) translateY(0)}50%{-webkit-transform:translateX(-5px) translateY(10px);transform:translateX(-5px) translateY(10px)}100%{-webkit-transform:translateX(0) translateY(0);transform:translateX(0) translateY(0)}}@-webkit-keyframes anim-dha{5%{-webkit-transform:translateX(0) translateY(0);transform:translateX(0) translateY(0)}50%{-webkit-transform:translateX(5px) translateY(10px);transform:translateX(5px) translateY(10px)}100%{-webkit-transform:translateX(0) translateY(0);transform:translateX(0) translateY(0)}}@keyframes anim-dha{5%{-webkit-transform:translateX(0) translateY(0);transform:translateX(0) translateY(0)}50%{-webkit-transform:translateX(5px) translateY(10px);transform:translateX(5px) translateY(10px)}100%{-webkit-transform:translateX(0) translateY(0);transform:translateX(0) translateY(0)}}@-webkit-keyframes anim-b{10%{-webkit-transform:translateX(0) translateY(0);transform:translateX(0) translateY(0)}50%{-webkit-transform:translateX(10px) translateY(5px);transform:translateX(10px) translateY(5px)}100%{-webkit-transform:translateX(0) translateY(0);transform:translateX(0) translateY(0)}}@keyframes anim-b{10%{-webkit-transform:translateX(0) translateY(0);transform:translateX(0) translateY(0)}50%{-webkit-transform:translateX(10px) translateY(5px);transform:translateX(10px) translateY(5px)}100%{-webkit-transform:translateX(0) translateY(0);transform:translateX(0) translateY(0)}}@-webkit-keyframes anim-non{5%{-webkit-transform:translateX(0) translateY(0);transform:translateX(0) translateY(0)}50%{-webkit-transform:translateX(-10px) translateY(-5px);transform:translateX(-10px) translateY(-5px)}100%{-webkit-transform:translateX(0) translateY(0);transform:translateX(0) translateY(0)}}@keyframes anim-non{5%{-webkit-transform:translateX(0) translateY(0);transform:translateX(0) translateY(0)}50%{-webkit-transform:translateX(-10px) translateY(-5px);transform:translateX(-10px) translateY(-5px)}100%{-webkit-transform:translateX(0) translateY(0);transform:translateX(0) translateY(0)}}.product-alfare-amino .alfare-oil{font-size:14px;line-height:1.4;letter-spacing:-.3px;color:#646e77;position:relative;padding-left:36px;margin-top:34px}.product-alfare-amino .alfare-oil::before{position:absolute;content:"";left:0;top:-2px;width:26px;height:26px;background:url(/new/f/img/product/product-alfare/сheck.png) center no-repeat}.product-alfare-amino .alfare-prod{font-size:14px;line-height:1.4;letter-spacing:-.3px;color:#646e77;position:relative;padding-left:36px;margin-top:15px;margin-bottom:34px}.product-alfare-amino .alfare-prod::before{position:absolute;content:"";left:0;top:-2px;width:26px;height:26px;background:url(/new/f/img/product/product-alfare/flag.png) center no-repeat}.product-alfare-amino .b-product-info__bottom{position:relative}.product-alfare-amino .b-product-info__bottom::after{position:absolute;content:"";right:-110px;bottom:50px;width:170px;height:170px;background:url(/new/f/img/product/product-alfare/stamp.png) center no-repeat}.product-alfare-amino .product_rd__content-promo-box{background:#fff;position:relative;margin-top:-26px;z-index:5}.product-alfare-amino .product-description{margin:0 auto;max-width:1096px}.product-alfare-amino .alfare-benefit{margin-top:50px;background-image:linear-gradient(45deg,#f99,#fcc);border-radius:30px;padding:20px 20px 20px 50%;position:relative}@media screen and (max-width:1239px){.product-alfare-amino .alfare-benefit{padding:20px 20px 20px 40%}}@media screen and (max-width:1023px){.product-alfare-amino .alfare-benefit{padding:20px}}.product-alfare-amino .alfare-benefit::before{content:"";position:absolute;width:42%;height:100%;background:url(/new/f/img/product/alfare-amino/banner-kid.png) center no-repeat;background-size:contain;bottom:-42px;left:-40px}@media screen and (max-width:1023px){.product-alfare-amino .alfare-benefit::before{left:auto;right:0}}@media screen and (max-width:767px){.product-alfare-amino .alfare-benefit::before{display:block;left:auto;right:auto;margin-right:auto;margin-left:auto;width:100%;max-width:280px;height:300px;bottom:auto;top:auto;position:relative}}.product-alfare-amino .alfare-benefit::after{content:"";position:absolute;width:105px;height:105px;background:url(/new/f/img/product/alfare-amino/square.png) center no-repeat;background-size:cover;bottom:70px;right:-30px}@media screen and (max-width:767px){.product-alfare-amino .alfare-benefit::after{display:none}}.product-alfare-amino .alfare-benefit__item:not(:last-child){margin-bottom:10px}.product-alfare-amino .alfare-benefit__item{display:flex;align-items:center}.product-alfare-amino .alfare-benefit__img{width:100px;height:100px;background-color:#fff;border-radius:50%;background-position:center;background-repeat:no-repeat}@media screen and (max-width:767px){.product-alfare-amino .alfare-benefit__img{width:62px;height:62px;min-width:62px;background-size:69%;background-position:center}}.product-alfare-amino .alfare-benefit__text{max-width:305px;font-size:18px;line-height:1.25;color:#646e77;margin-left:10px}@media screen and (max-width:767px){.product-alfare-amino .alfare-benefit__text{max-width:100%;font-size:14px}}.product-alfare-amino .alfare-benefit__text sup{font-size:.5em}.product-alfare-amino .alfare-benefit__item:nth-child(1) .alfare-benefit__img{background-image:url(/new/f/img/product/alfare-amino/list.png)}.product-alfare-amino .alfare-benefit__item:nth-child(2) .alfare-benefit__img{background-image:url(/new/f/img/product/alfare-amino/grow.png)}.product-alfare-amino .alfare-benefit__item:nth-child(3) .alfare-benefit__img{background-image:url(/new/f/img/product/alfare-amino/shild.png)}.product-alfare-amino .alfare-benefit__item:nth-child(4) .alfare-benefit__img{background-image:url(/new/f/img/product/alfare-amino/kid.png)}.product-alfare-amino .product-description{padding:15px}@media screen and (max-width:767px){.product-alfare-amino .product-description{padding-left:0;padding-right:0}}.product-alfare-amino .alfare-components{margin-top:60px}.product-alfare-amino .alfare-components__title{font-family:RotonBol;font-size:36px;line-height:1;color:#e2211c;text-align:center}.product-alfare-amino .alfare-components__content{background:url(/new/f/img/product/alfare-amino/components-bg.png);background-position:center bottom;background-size:126%;background-repeat:no-repeat;min-height:400px;width:100%;display:flex;flex-direction:column;justify-content:flex-end;padding:0 10%}@media screen and (max-width:767px){.product-alfare-amino .alfare-components__content{padding-bottom:100px;background-size:300%}}.product-alfare-amino .alfare-components__items{display:flex;justify-content:space-evenly;align-items:flex-end}@media screen and (max-width:767px){.product-alfare-amino .alfare-components__items{display:block}}.product-alfare-amino .alfare-components__item{width:25%;text-align:center;height:139px;background-position:center;background-size:139px 100%;background-repeat:no-repeat;transition:all .3s ease-in-out;cursor:pointer;position:relative;margin-bottom:40px}@media screen and (max-width:767px){.product-alfare-amino .alfare-components__item{width:100%;max-width:320px;padding-top:197px;min-height:187px;height:auto;background-size:187px 187px;background-position:top center;-webkit-animation:none!important;animation:none!important;margin-bottom:30px!important;margin-right:auto;margin-left:auto}}.product-alfare-amino .alfare-components__item--first{background-image:url(/new/f/img/product/alfare-amino/bubble1.png);-webkit-animation:floating-2 3s infinite linear;animation:floating-2 3s infinite linear}.product-alfare-amino .alfare-components__item--second{background-image:url(/new/f/img/product/alfare-amino/bubble3.png);-webkit-animation:floating-1 4s infinite linear;animation:floating-1 4s infinite linear;margin-bottom:100px}.product-alfare-amino .alfare-components__item--third{background-image:url(/new/f/img/product/alfare-amino/bubble4.png);-webkit-animation:floating-2 4s infinite linear;animation:floating-2 4s infinite linear}.product-alfare-amino .alfare-components__text{position:absolute;width:150%;bottom:100%;left:-25%;text-align:center;display:none;font-size:18px;line-height:1.25;color:#646e77;margin-bottom:0}@media screen and (max-width:767px){.product-alfare-amino .alfare-components__text{display:block;width:100%;margin:0;position:relative;left:0;font-size:16px}}.product-alfare-amino .alfare-components__item:hover{-webkit-transform:scale(1.4);transform:scale(1.4);-webkit-animation:initial;animation:initial}@media screen and (max-width:767px){.product-alfare-amino .alfare-components__item:hover{-webkit-transform:scale(1);transform:scale(1)}}.product-alfare-amino .alfare-components__item:active{-webkit-transform:scale(1.4);transform:scale(1.4);-webkit-animation:initial;animation:initial}@media screen and (max-width:767px){.product-alfare-amino .alfare-components__item:active{-webkit-transform:scale(1);transform:scale(1)}}.product-alfare-amino .alfare-components__item:hover .alfare-components__text{display:block;-webkit-transform:scale(.6);transform:scale(.6)}@media screen and (max-width:767px){.product-alfare-amino .alfare-components__item:hover .alfare-components__text{-webkit-transform:scale(1);transform:scale(1)}}.product-alfare-amino .product-full p{margin-bottom:15px}.product-alfare-amino .b-product-content{background-image:url(/new/f/img/product/product-alfare/bg-alfare.jpg);background-size:cover}@-webkit-keyframes floating-1{0%{-webkit-transform:translateY(0);transform:translateY(0)}50%{-webkit-transform:translateY(10%);transform:translateY(10%)}100%{-webkit-transform:translateY(0);transform:translateY(0)}}@keyframes floating-1{0%{-webkit-transform:translateY(0);transform:translateY(0)}50%{-webkit-transform:translateY(10%);transform:translateY(10%)}100%{-webkit-transform:translateY(0);transform:translateY(0)}}@-webkit-keyframes floating-2{0%{-webkit-transform:translateY(0);transform:translateY(0)}50%{-webkit-transform:translateY(5%);transform:translateY(5%)}100%{-webkit-transform:translateY(0);transform:translateY(0)}}@keyframes floating-2{0%{-webkit-transform:translateY(0);transform:translateY(0)}50%{-webkit-transform:translateY(5%);transform:translateY(5%)}100%{-webkit-transform:translateY(0);transform:translateY(0)}}@-webkit-keyframes floating-3{0%{-webkit-transform:translateY(0);transform:translateY(0)}50%{-webkit-transform:translateY(8%);transform:translateY(8%)}100%{-webkit-transform:translateY(0);transform:translateY(0)}}@keyframes floating-3{0%{-webkit-transform:translateY(0);transform:translateY(0)}50%{-webkit-transform:translateY(8%);transform:translateY(8%)}100%{-webkit-transform:translateY(0);transform:translateY(0)}}.product-alfare-gastro ul.b-product-content__list[data-type=simple-list]{margin-bottom:0}.product-alfare-gastro .b-product-content__list[data-type=mode2] li span{font-family:RotonReg,Arial,Helvetica,sans-serif}.product-alfare-gastro .alfare-oil{font-size:14px;line-height:1.4;letter-spacing:-.3px;color:#646e77;position:relative;padding-left:36px;margin-top:34px}.product-alfare-gastro .alfare-oil::before{position:absolute;content:"";left:0;top:-2px;width:26px;height:26px;background:url(/new/f/img/product/alfare-gastro/сheck.png) center no-repeat}.product-alfare-gastro .alfare-prod{font-size:14px;line-height:1.4;letter-spacing:-.3px;color:#646e77;position:relative;padding-left:36px;margin-top:15px;margin-bottom:34px}.product-alfare-gastro .alfare-prod::before{position:absolute;content:"";left:0;top:-2px;width:26px;height:26px;background:url(/new/f/img/product/alfare-gastro/flag.png) center no-repeat}.product-alfare-gastro .b-product-info__bottom{position:relative}.product-alfare-gastro .b-product-info__bottom::after{position:absolute;content:"";right:-50px;bottom:50px;width:170px;height:170px;background:url(/new/f/img/product/product-alfare/stamp.png) center no-repeat}@media screen and (max-width:1023px){.product-alfare-gastro .b-product-info__bottom::after{display:none}}.product-alfare-gastro .product_rd__content-promo-box{background:#fff;position:relative;margin-top:-26px;z-index:5}.product-alfare-gastro .product-description{margin:0 auto;max-width:1096px}.product-alfare-gastro .alfare-benefit{margin-top:50px;background-image:linear-gradient(45deg,#fc9,#ffc);border-radius:30px;padding:20px 20px 20px 50%;position:relative}@media screen and (max-width:1239px){.product-alfare-gastro .alfare-benefit{padding:20px 20px 20px 47%}}@media screen and (max-width:1023px){.product-alfare-gastro .alfare-benefit{padding:20px}}.product-alfare-gastro .alfare-benefit::before{content:"";position:absolute;width:42%;height:100%;background:url(/new/f/img/product/alfare-gastro/child.png) center no-repeat;background-size:contain;bottom:-7px;left:-40px}@media screen and (max-width:1023px){.product-alfare-gastro .alfare-benefit::before{left:auto;right:0}}@media screen and (max-width:767px){.product-alfare-gastro .alfare-benefit::before{display:block;left:auto;right:auto;margin-right:auto;margin-left:auto;width:100%;max-width:280px;height:300px;bottom:auto;top:auto;position:relative}}.product-alfare-gastro .alfare-benefit__item:not(:last-child){margin-bottom:10px}.product-alfare-gastro .alfare-benefit__item{display:flex;align-items:center}.product-alfare-gastro .alfare-benefit__img{width:100px;height:100px;background-color:#fff;border-radius:50%;background-position:center;background-repeat:no-repeat}@media screen and (max-width:767px){.product-alfare-gastro .alfare-benefit__img{width:62px;height:62px;min-width:62px;background-size:69%;background-position:center}}.product-alfare-gastro .alfare-benefit__text{max-width:305px;font-size:18px;line-height:1.25;color:#646e77;margin-left:10px}@media screen and (max-width:767px){.product-alfare-gastro .alfare-benefit__text{max-width:100%;font-size:14px}}.product-alfare-gastro .alfare-benefit__text sup{font-size:.5em}.product-alfare-gastro .alfare-benefit__item:nth-child(1) .alfare-benefit__img{background-image:url(/new/f/img/product/alfare-gastro/benefit1.png)}.product-alfare-gastro .alfare-benefit__item:nth-child(2) .alfare-benefit__img{background-image:url(/new/f/img/product/alfare-gastro/benefit2.png)}.product-alfare-gastro .alfare-benefit__item:nth-child(3) .alfare-benefit__img{background-image:url(/new/f/img/product/alfare-gastro/benefit3.png)}.product-alfare-gastro .alfare-benefit__item:nth-child(4) .alfare-benefit__img{background-image:url(/new/f/img/product/alfare-gastro/benefit4.png)}.product-alfare-gastro .product-description{padding:15px}@media screen and (max-width:767px){.product-alfare-gastro .product-description{padding-left:0;padding-right:0}}.product-alfare-gastro .alfare-components{margin-top:60px}.product-alfare-gastro .alfare-components__title{font-family:RotonBol;font-size:36px;line-height:1;color:#f93;text-align:center}.product-alfare-gastro .alfare-components__content{background:url(/new/f/img/product/alfare-gastro/components-bg.png);background-position:center bottom;background-size:126%;background-repeat:no-repeat;min-height:400px;width:100%;display:flex;flex-direction:column;justify-content:flex-end;padding:0 10%}@media screen and (max-width:767px){.product-alfare-gastro .alfare-components__content{padding-bottom:100px;background-size:300%}}.product-alfare-gastro .alfare-components__items{display:flex;justify-content:space-evenly;align-items:flex-end}@media screen and (max-width:767px){.product-alfare-gastro .alfare-components__items{display:block}}.product-alfare-gastro .alfare-components__item{width:25%;text-align:center;height:139px;background-position:center;background-size:139px 100%;background-repeat:no-repeat;transition:all .3s ease-in-out;cursor:pointer;position:relative;margin-bottom:40px}@media screen and (max-width:767px){.product-alfare-gastro .alfare-components__item{width:100%;max-width:320px;padding-top:197px;min-height:187px;height:auto;background-size:187px 187px;background-position:top center;-webkit-animation:none!important;animation:none!important;margin-bottom:30px!important;margin-right:auto;margin-left:auto}}.product-alfare-gastro .alfare-components__item--first{background-image:url(/new/f/img/product/alfare-gastro/bubble1.png);-webkit-animation:floating-2 3s infinite linear;animation:floating-2 3s infinite linear}.product-alfare-gastro .alfare-components__item--second{background-image:url(/new/f/img/product/alfare-gastro/bubble2.png);-webkit-animation:floating-1 4s infinite linear;animation:floating-1 4s infinite linear;margin-bottom:100px}.product-alfare-gastro .alfare-components__item--third{background-image:url(/new/f/img/product/alfare-gastro/bubble3.png);-webkit-animation:floating-1 4s infinite linear;animation:floating-1 4s infinite linear;margin-bottom:100px}.product-alfare-gastro .alfare-components__item--fourth{background-image:url(/new/f/img/product/alfare-gastro/bubble4.png);-webkit-animation:floating-2 3s infinite linear;animation:floating-2 3s infinite linear}.product-alfare-gastro .alfare-components__text{position:absolute;width:150%;bottom:100%;left:-25%;text-align:center;display:none;font-size:18px;line-height:1.25;color:#646e77;margin-bottom:0}@media screen and (max-width:767px){.product-alfare-gastro .alfare-components__text{display:block;width:100%;margin:0;position:relative;left:0;font-size:16px}}.product-alfare-gastro .product-full p{margin-bottom:15px}.product-alfare-gastro .b-product-content{background-image:url(/new/f/img/product/alfare-gastro/bg-alfare.jpg);background-size:cover}.product-alfare-gastro .alfare-components__item:hover{-webkit-transform:scale(1.4);transform:scale(1.4);-webkit-animation:initial;animation:initial}@media screen and (max-width:767px){.product-alfare-gastro .alfare-components__item:hover{-webkit-transform:scale(1);transform:scale(1)}}.product-alfare-gastro .alfare-components__item:active{-webkit-transform:scale(1.4);transform:scale(1.4);-webkit-animation:initial;animation:initial}@media screen and (max-width:767px){.product-alfare-gastro .alfare-components__item:active{-webkit-transform:scale(1);transform:scale(1)}}.product-alfare-gastro .alfare-components__item:hover .alfare-components__text{display:block;-webkit-transform:scale(.6);transform:scale(.6)}@media screen and (max-width:767px){.product-alfare-gastro .alfare-components__item:hover .alfare-components__text{-webkit-transform:scale(1);transform:scale(1)}}@-webkit-keyframes floating-1{0%{-webkit-transform:translateY(0);transform:translateY(0)}50%{-webkit-transform:translateY(10%);transform:translateY(10%)}100%{-webkit-transform:translateY(0);transform:translateY(0)}}@keyframes floating-1{0%{-webkit-transform:translateY(0);transform:translateY(0)}50%{-webkit-transform:translateY(10%);transform:translateY(10%)}100%{-webkit-transform:translateY(0);transform:translateY(0)}}@-webkit-keyframes floating-2{0%{-webkit-transform:translateY(0);transform:translateY(0)}50%{-webkit-transform:translateY(5%);transform:translateY(5%)}100%{-webkit-transform:translateY(0);transform:translateY(0)}}@keyframes floating-2{0%{-webkit-transform:translateY(0);transform:translateY(0)}50%{-webkit-transform:translateY(5%);transform:translateY(5%)}100%{-webkit-transform:translateY(0);transform:translateY(0)}}@-webkit-keyframes floating-3{0%{-webkit-transform:translateY(0);transform:translateY(0)}50%{-webkit-transform:translateY(8%);transform:translateY(8%)}100%{-webkit-transform:translateY(0);transform:translateY(0)}}@keyframes floating-3{0%{-webkit-transform:translateY(0);transform:translateY(0)}50%{-webkit-transform:translateY(8%);transform:translateY(8%)}100%{-webkit-transform:translateY(0);transform:translateY(0)}}.product-nan-fermented ul.b-product-content__list[data-type=simple-list]{margin-bottom:0}.product-nan-fermented .b-product-info{background-image:url(/new/f/img/product/product-nan-fermented/bg-3.jpg);background-repeat:no-repeat;background-position:center;background-size:cover}.product-nan-fermented .b-product-info__title{color:#17a63d}@media (max-width:420px){.product-nan-fermented .traceability__place_code_popup_wrapper{padding-right:10px}}.product-nan-fermented .product_rd-child__title{padding-top:58px;padding-left:25px;padding-bottom:60px}@media screen and (max-width:1023px){.product-nan-fermented .product_rd-child__title{width:320px;margin-left:auto;margin-right:auto;padding:0;padding-bottom:20px;padding-top:58px;padding-left:25px}}.product-nan-fermented .product_rd-promo-nankm *{transition:all .3s}.product-nan-fermented .product_rd-child__title-list{margin-top:18px;font-family:RotonBol}.product-nan-fermented .product_rd-child__title-list li{font-family:'Istok Web',sans-serif;font-size:21px;line-height:26px;font-weight:700;padding-left:25px;color:#17a63d;position:relative}.product-nan-fermented .product_rd-child__title-list li:before{content:"";display:block;position:absolute;left:0;top:5px;background-repeat:repeat;background-position:top center;background-image:url(/new/f/img/product/check.svg);width:22px;height:19px}.product-nan-fermented .product_rd-child__hint-box{padding-left:351px;padding-top:140px;background-repeat:no-repeat;background-image:url(/new/f/img/product/product-nan-fermented/rd-promo__child--bird.png);background-position:0 0;background-size:410px 410px;min-height:350px;box-sizing:border-box;margin-bottom:40px}@media screen and (max-width:1023px){.product-nan-fermented .product_rd-child__hint-box{padding:0;padding-top:180px;margin-top:-34px;background-repeat:no-repeat;background-image:url(/new/f/img/product/product-nan-fermented/rd-promo__child--bird.png);background-position:center top;background-size:280px 280px;margin-bottom:40px}}.product-nan-fermented .product_rd-child__hint{background-color:#17a63d;border-radius:220px;padding:20px 60px;color:#fff;text-align:center;max-width:705px;margin-top:56px;box-sizing:border-box;position:relative;left:23px}@media screen and (max-width:1023px){.product-nan-fermented .product_rd-child__hint{margin:0 auto;left:0}}@media screen and (max-width:459px){.product-nan-fermented .product_rd-child__hint{padding:50px 20px 260px;margin-left:20px;margin-right:20px}}.product-nan-fermented .product_rd-child__hint:before{content:"";width:42px;height:39px;background-repeat:no-repeat;background-image:url(/new/f/img/product/product-nan-fermented/rd-products_child-hint.png);background-position:top center;position:absolute;top:12px;left:30px}@media screen and (max-width:1023px){.product-nan-fermented .product_rd-child__hint:before{left:60px;display:none}}.product-nan-fermented .product_rd-child__hint:after{content:"";width:278px;height:419px;background-repeat:no-repeat;background-image:url(/new/f/img/product/product-nan-fermented/rd-products_child.png);background-position:top center;position:absolute;top:-393px;left:42%;margin-left:-80px;background-size:contain}@media screen and (max-width:1023px){.product-nan-fermented .product_rd-child__hint:after{display:none}}.product-nan-fermented .product_rd-child__hint-inner-text .product_rd-child__hint-title{font-size:24px;line-height:29px;padding-bottom:5px}@media screen and (max-width:1023px){.product-nan-fermented .product_rd-child__hint-inner{display:table;height:100%;width:100%;max-width:320px;margin-left:auto;margin-right:auto}}.product-nan-fermented .product_rd-child__plate{margin-bottom:40px;display:flex}@media screen and (max-width:767px){.product-nan-fermented .product_rd-child__plate{margin-bottom:20px;flex-direction:column}}.product-nan-fermented .product_rd-child__plate .product_rd-child__plate-i{background:#fff;font-size:16px;display:inline-block;margin-left:18px;padding:45px 35px 35px;display:inline-block;vertical-align:top;box-sizing:border-box;box-shadow:0 17px 50px 1px rgba(199,199,199,.58);text-align:center;width:calc(50% - 10px);border-radius:15px}@media screen and (max-width:767px){.product-nan-fermented .product_rd-child__plate .product_rd-child__plate-i{margin:0 auto 15px auto;max-width:440px;width:100%}}@media screen and (max-width:459px){.product-nan-fermented .product_rd-child__plate-i_kef:before{display:block;content:"";width:320px;height:302px;background-repeat:no-repeat;background-image:url(/new/f/img/product/product-nan-fermented/rd-products_child.png);background-position:top center;position:absolute;margin-top:-330px;left:calc(50% - 160px);background-size:contain}}.product-nan-fermented .product_rd-child__plate .product_rd-child__plate-i_kef{height:770px}.product-nan-fermented .product_rd-child__plate-i:nth-child(2n+1){margin-right:0;margin-left:0}.product-nan-fermented .product_rd-child__plate-i-title{font-size:30px;display:block;padding-bottom:10px;font-family:'Istok Web',sans-serif;font-weight:700;margin-bottom:6px}@media screen and (max-width:1023px){.product-nan-fermented .product_rd-child__plate-i-title{font-size:24px}}.product-nan-fermented .product_rd-child__plate-i_kef .product_rd-child__plate-i-title{color:#ed7373}.product-nan-fermented .product_rd-child__plate-i_km .product_rd-child__plate-i-title{color:#17a63d}.product-nan-fermented .product_rd-child__plate p{display:block;padding-bottom:35px;font-size:16px;line-height:1.2;font-family:'Istok Web',sans-serif;margin-bottom:1px}.product-nan-fermented .product_rd-child__plate-i_km .product_rd-child__plate-i-circle{width:430px;height:430px;background-repeat:no-repeat;background-image:url(/new/f/img/product/product-nan-fermented/rd-product-km__plate-km2.png);background-position:center;margin-left:auto;margin-right:auto;position:relative;margin-bottom:80px;left:0}@media screen and (max-width:1023px){.product-nan-fermented .product_rd-child__plate-i_km .product_rd-child__plate-i-circle{width:100%;background-size:contain}}.product-nan-fermented .product_rd-child__plate-i-circle-i{width:170px;text-align:left;position:absolute}.product-nan-fermented .product_rd-child__plate-i_km .product_rd-child__plate-i-circle-i:nth-child(1){right:13px}@media screen and (max-width:1023px){.product-nan-fermented .product_rd-child__plate-i_km .product_rd-child__plate-i-circle-i:nth-child(1){right:-21px}}.product-nan-fermented .product_rd-child__plate-i_km .product_rd-child__plate-i-circle-i:nth-child(2){top:calc(100% + 8px);left:-1px}.product-nan-fermented .product_rd-child__plate-i-circle-i:nth-child(3){text-align:left;right:-26px;top:calc(100% - 42px);width:170px}.product-nan-fermented .product_rd-child__plate-i-circle-ttl{font-family:RotonBol;display:block;padding-bottom:8px;font-size:18px;line-height:21px}@media screen and (max-width:767px){.product-nan-fermented .product_rd-child__plate-i-circle-ttl{font-size:16px}}.product-nan-fermented .product_rd-child__plate-i_km .product_rd-child__plate-i-circle-ttl{color:#17a63d}.product-nan-fermented .product_rd-child__plate-i_kef .product_rd-child__plate-i-circle{width:430px;height:430px;background-repeat:no-repeat;background-image:url(/new/f/img/product/product-nan-fermented/rd-product-km__plate-kef.png);background-position:center;margin-left:auto;margin-right:auto;position:relative;margin-bottom:80px}@media screen and (max-width:1023px){.product-nan-fermented .product_rd-child__plate-i_kef .product_rd-child__plate-i-circle{width:100%;background-size:contain}}.product-nan-fermented .product_rd-child__plate-i_kef .product_rd-child__plate-i-circle-ttl{color:#ed7373}.product-nan-fermented .product_rd-child__plate-i_kef .product_rd-child__plate-i-circle-i:nth-child(1){right:13px}@media screen and (max-width:1023px){.product-nan-fermented .product_rd-child__plate-i_kef .product_rd-child__plate-i-circle-i:nth-child(1){right:-20px}}.product-nan-fermented .product_rd-child__plate-i_kef .product_rd-child__plate-i-circle-i:nth-child(2){top:calc(100% + 8px);left:-1px}.product-nan-fermented .product_rd-child__plate-i_kef .product_rd-child__plate-i-circle-i:nth-child(3){right:-30px;top:calc(100% - 43px)}@media screen and (max-width:1023px){.product-nan-fermented .product_rd-child__plate-i:nth-child(2n+1){margin-right:auto;margin-left:auto}}.product-nan-fermented .product_rd-bot_block{background:url(/new/f/img/product/product-nan-fermented/bg-3.jpg);background-size:100% auto;background-position:top center;background-repeat:no-repeat;background-color:#d8eef1}.product-nan-fermented .product_rd-bot_block .product_rd-km__why{background:0 0!important}.product-nan-fermented .product_rd-km__why .product_rd-km__why-inner{padding-top:40px}.product-nan-fermented .product_rd-km__why-title{color:#17a63d;text-align:center;display:block;padding:0 50px 30px;font-size:30px;line-height:36px;letter-spacing:.3px;font-weight:700;font-family:'Istok Web',sans-serif}@media screen and (max-width:767px){.product-nan-fermented .product_rd-km__why-title{font-size:24px;line-height:29px;padding-bottom:10px;padding-left:20px;padding-right:20px}}.product-nan-fermented .product_rd-km__why-items{margin-left:-60px;display:flex}@media screen and (max-width:767px){.product-nan-fermented .product_rd-km__why-items{flex-wrap:wrap}}.product-nan-fermented .product_rd-km__why-i{width:calc(33.33% - 60px);display:inline-block;font-size:16px;margin-left:60px;vertical-align:top;padding:0 15px}@media screen and (max-width:767px){.product-nan-fermented .product_rd-km__why-i{width:100%;padding:20px}}.product-nan-fermented .product_rd-km__why-plate-img{height:95px;margin-bottom:19px}.product-nan-fermented .product_rd-km__why-i:nth-child(1) .product_rd-km__why-plate-img{background:url(/new/f/img/product/product-nan-fermented/why1.svg) no-repeat left top;background-size:74px 88px}.product-nan-fermented .product_rd-km__why-i:nth-child(2) .product_rd-km__why-plate-img{background:url(/new/f/img/product/product-nan-fermented/why2.svg) no-repeat left top;background-size:93px 84px}.product-nan-fermented .product_rd-km__why-i:nth-child(3) .product_rd-km__why-plate-img{background:url(/new/f/img/product/product-nan-fermented/why3.svg) no-repeat left top;background-size:99px 93px}.product-nan-fermented .product_rd-km__why-plate-ttl{display:block;color:#17a63d;font-weight:700;font-size:30px;line-height:36px;padding-bottom:10px}@media screen and (max-width:767px){.product-nan-fermented .product_rd-km__why-plate-ttl{font-size:18px;line-height:21px}}.product-nan-fermented .product_rd-km__why-plate-text{font-family:'Istok Web',sans-serif;font-size:18px;line-height:26px}@media screen and (max-width:767px){.product-nan-fermented .product_rd-km__why-plate-text{font-size:16px;line-height:23px}}.product-nan-fermented .product_rd-km__video-wrapper{padding:15px 15px 30px 15px}.product-nan-fermented .product_rd-km__video{border-radius:15px;overflow:hidden;display:flex;max-width:1080px;margin-right:auto;margin-left:auto;max-height:607px}.product-nan-fermented .product_rd-km__video::before{display:block;content:'';width:1px;padding-top:56%}.product-nan-fermented .row{margin:0 auto;max-width:1080px;padding:0 0 10px;margin-bottom:20px}.product-nan-fermented .rd-product-nan__h1{font-family:'Istok Web',sans-serif;font-weight:700;font-size:30px;line-height:36px;color:#17a63d}.product-nan-fermented .traceability-nan-products__consist_recycl{display:flex;justify-content:space-between;max-width:1250px;width:100%;height:370px;margin:0 auto}@media screen and (max-width:1023px){.product-nan-fermented .traceability-nan-products__consist_recycl{flex-direction:column;height:auto}}.product-nan-fermented .traceability-nan-products__consist_recycl_left{padding-top:110px;font-size:30px;line-height:30px;max-width:620px;position:relative;z-index:3;background-color:#fff;background-image:url(/new/f/img/product/nan-gipoallergennyy-3/recycle_bg.png);background-repeat:no-repeat;background-size:295px 295px;padding-left:89px;background-position:75px 50px}@media screen and (max-width:1023px){.product-nan-fermented .traceability-nan-products__consist_recycl_left{padding:100px 80px;max-width:100%}}@media screen and (max-width:767px){.product-nan-fermented .traceability-nan-products__consist_recycl_left{font-size:30px;line-height:30px;position:relative;z-index:3;background-repeat:no-repeat;background-size:150px;background-position:center;padding:30px 25px}}.product-nan-fermented .traceability-nan-products__consist_recycl_left .traceability-nan-products--h2{line-height:100%;margin:0;font-size:30px;color:#17a63d}.product-nan-fermented .traceability-nan-products--subtitle{font-size:18px;line-height:26px;color:#575757;margin:0;margin-top:10px}.product-nan-fermented .traceability-nan-products__recycl_img_bg{position:absolute;right:auto;left:49%;z-index:2}@media screen and (max-width:1023px){.product-nan-fermented .traceability-nan-products__recycl_img_bg{display:none}}.product-nan-fermented .traceability-nan-products__recycl_img{position:absolute;right:0;z-index:1}@media screen and (max-width:1023px){.product-nan-fermented .traceability-nan-products__recycl_img{right:0;position:relative;width:100%;height:auto}}@media screen and (max-width:767px){.product-nan-fermented .traceability-nan-products__recycl_img{display:none}}.product-nan-fermented .traceability-nan-products__recycl_img_mob{display:none}@media screen and (max-width:767px){.product-nan-fermented .traceability-nan-products__recycl_img_mob{display:block}}.product-nan-fermented .traceability-nan-products__packaging{max-width:1260px;display:flex;background-color:#fff;padding:50px;margin:0 auto 30px;align-items:flex-start;border:none}@media screen and (max-width:767px){.product-nan-fermented .traceability-nan-products__packaging{display:block;padding:50px 20px}}.product-nan-fermented .traceability-nan-products__packaging-product{flex-shrink:0;width:393px;height:450px;margin-right:30px}@media screen and (max-width:1239px){.product-nan-fermented .traceability-nan-products__packaging-product{width:393px;height:450px;margin-right:30px;flex-shrink:.5}}@media screen and (max-width:767px){.product-nan-fermented .traceability-nan-products__packaging-product{margin-right:auto;margin-left:auto}}@media screen and (max-width:767px){.product-nan-fermented .traceability-nan-products__packaging-product img{display:block;margin-right:auto;margin-left:auto;max-width:280px}}.product-nan-fermented .traceability-nan-products__packaging-product-img{max-width:480px}.product-nan-fermented .traceability-nan-products--h2{font-size:36px;line-height:100%;margin:0;margin-bottom:6px;color:#17a63d}.product-nan-fermented .traceability-nan-products--subtitle{font-size:18px;line-height:26px;color:#575757;margin:0;max-width:740px}.product-nan-fermented .traceability-nan-products__packaging-advantages{display:flex;max-width:780px;margin-bottom:35px;margin-top:35px}@media screen and (max-width:1239px){.product-nan-fermented .traceability-nan-products__packaging-advantages{max-height:100%;flex-direction:column}}.product-nan-fermented .traceability-nan-products__packaging-advantages-left{margin-right:40px;display:flex;flex-direction:column}.product-nan-fermented .traceability-nan-products__packaging-advantages-right{display:flex;flex-direction:column}.product-nan-fermented .traceability-nan-products__packaging-advantage{position:relative;padding-left:28px;margin-bottom:18px}.product-nan-fermented .traceability-nan-products__packaging-advantages-right .traceability-nan-products__packaging-advantage:first-child{margin-bottom:24px}.product-nan-fermented .traceability-nan-products__packaging-advantage::before{content:'';position:absolute;top:-5px;left:0;display:block;width:28px;height:25px;background-image:url(/new/f/img/product/check.svg);background-repeat:no-repeat;background-position:center;background-size:cover}.product-nan-fermented .traceability-nan-products__packaging-advantage-title{color:#b99847;margin-left:10px}.product-nan-fermented .traceability-nan-products--attention{font-weight:700;line-height:100%;margin:0;font-size:18px}.product-nan-fermented .traceability-nan-products__packaging-efficiency{display:flex;margin-top:-12px}.product-nan-fermented .traceability-nan-products__packaging-efficiency-item{display:flex;flex-direction:column;align-items:center;justify-content:flex-start;margin-right:30px}.product-nan-fermented .traceability-nan-products__packaging-efficiency-item-container{display:flex;align-items:center;justify-content:center;width:81px;height:80px;background-image:url(/new/f/img/product/efficiency.svg);background-repeat:no-repeat;background-position:center;background-size:cover}.product-nan-fermented .traceability-nan-products__packaging-efficiency-item-number{font-size:21px;font-weight:700;line-height:100%;color:#b99847;margin-top:10px;margin-left:-2px}.product-nan-fermented .traceability-nan-products__packaging-efficiency-item-name{font-size:14px;font-weight:700;line-height:100%;color:#575757}.product-nan-fermented .traceability-nan-products__packaging-efficiency-item:last-child{margin-right:0}.product-nan-fermented .traceability-nan-products__packaging-efficiency_eco{position:relative;margin-left:calc(100% - 195px);max-width:196px;margin-top:-60px}@media screen and (max-width:1023px){.product-nan-fermented .traceability-nan-products__packaging-efficiency_eco{margin-left:0;margin-top:30px;display:block}}.product-nan-fermented .traceability-nan-products__packaging-efficiency_eco_title{font-size:24px;line-height:24px;padding-bottom:10px;font-weight:700;letter-spacing:.7px;color:#17a63d}.product-nan-fermented .traceability-nan-products__packaging-efficiency_eco_hr{width:76px;padding-left:13px;display:block}.product-nan-fermented .traceability-nan-products__packaging-efficiency_eco_more_info{display:block;font-size:12px;margin-left:13px;line-height:12px;padding-top:20px;float:none;border-bottom:2px dashed #29adb9;width:110px;font-weight:700;white-space:nowrap;border-bottom:2px dashed #17a63d;color:#17a63d}.product-nan-gipoallergennyy-3 ul.b-product-content__list[data-type=mode] li:nth-child(1) img{-webkit-transform:scale(.9);transform:scale(.9);left:9px}.product-nan-gipoallergennyy-3 ul.b-product-content__list[data-type=mode] li:nth-child(6) img{left:10px}.product-nan-gipoallergennyy-3 ul.b-product-content__list[data-type=mode] li:nth-child(9) img{left:-8px}.product-nan-gipoallergennyy-3 ul.b-product-content__list[data-type=simple-list]{margin-bottom:0}.product-nan-gipoallergennyy-3 .b-product-info__weight{border:1px solid #b99847;color:#b99847}.product-nan-gipoallergennyy-3 .b-product-info__weight.is-active{background:#b99847;color:#fff}.product-nan-gipoallergennyy-3 .row{margin:0 auto;max-width:1080px;padding:0 0 10px;margin-bottom:20px;box-sizing:border-box}.product-nan-gipoallergennyy-3 .product-full p{margin-bottom:15px}.product-nan-gipoallergennyy-3 .button-orange{background-color:#f5953f;box-shadow:0 5px 9px rgba(245,149,63,.5);-webkit-appearance:none;appearance:none;font-size:18px;padding:6px 51px;border-radius:30px}.product-nan-gipoallergennyy-3 .product_nan_ga-content{overflow:hidden;background-image:url(/new/f/img/product/nan-gipoallergennyy-3/nan_ga-content-bg.jpg);background-size:cover;padding-bottom:43px}.product-nan-gipoallergennyy-3 .product_nan_ga-content-top{position:relative}.product-nan-gipoallergennyy-3 .product_nan_ga-content-top-circle-1{position:absolute;top:-340px;right:-283px;height:962px}@media screen and (max-width:1239px){.product-nan-gipoallergennyy-3 .product_nan_ga-content-top-circle-1{position:absolute;top:-290px;right:-163px;height:700px}}@media screen and (max-width:767px){.product-nan-gipoallergennyy-3 .product_nan_ga-content-top-circle-1{top:-283px;right:-223px}}.product-nan-gipoallergennyy-3 .product_nan_ga-content-top-box{width:450px;position:absolute;top:0;right:0;padding:110px 27px 0 0}@media screen and (max-width:1239px){.product-nan-gipoallergennyy-3 .product_nan_ga-content-top-box{width:360px;position:absolute;top:0;right:0;padding:33px 28px 0 0}}@media screen and (max-width:767px){.product-nan-gipoallergennyy-3 .product_nan_ga-content-top-box{position:absolute;top:0;right:0;padding:33px 28px 0 0;width:250px;text-align:center}}.product-nan-gipoallergennyy-3 .product_nan_ga-content-top-box span{font-family:RotonBol;font-size:36px;color:#fff;line-height:46px}@media screen and (max-width:1239px){.product-nan-gipoallergennyy-3 .product_nan_ga-content-top-box span{font-size:25px;line-height:40px}}.product-nan-gipoallergennyy-3 .product_nan_ga-content-top-box ul{padding-top:9px}.product-nan-gipoallergennyy-3 .product_nan_ga-content-top-box ul li{margin:0;padding:16px 0 0 40px;font-size:30px;color:#fff;position:relative;line-height:1}@media screen and (max-width:1239px){.product-nan-gipoallergennyy-3 .product_nan_ga-content-top-box ul li{font-size:18px}}.product-nan-gipoallergennyy-3 .product_nan_ga-content-top-box ul li:before{content:"";display:block;width:39px;height:31px;position:absolute;top:9px;left:0;background:url(/new/f/img/product/nan-gipoallergennyy-3/check.png) center center no-repeat;background-size:contain}.product-nan-gipoallergennyy-3 .product_nan_ga-content-top-img{margin-top:11px;margin-left:-70px}@media screen and (max-width:1023px){.product-nan-gipoallergennyy-3 .product_nan_ga-content-top-img{margin-top:50px;margin-left:20px;width:340px}}@media screen and (max-width:767px){.product-nan-gipoallergennyy-3 .product_nan_ga-content-top-img{margin-top:350px;position:relative;z-index:0}}.product-nan-gipoallergennyy-3 .product_nan_ga-content-top-circle-2{position:absolute;left:-353px;bottom:-160px;width:500px}.product-nan-gipoallergennyy-3 .product_nan_ga-content-know-img{display:inline-block;width:35%;position:relative;top:-41px;left:-55px;margin-right:-13px}@media screen and (max-width:767px){.product-nan-gipoallergennyy-3 .product_nan_ga-content-know-img{width:300px;display:block;position:sticky;margin:-35px auto 0}}.product-nan-gipoallergennyy-3 .product_nan_ga-content-know-img img{width:100%}.product-nan-gipoallergennyy-3 .product_nan_ga-content-know-img-bg{background:url(/new/f/img/product/nan-gipoallergennyy-3/qiwi.png) center center no-repeat;position:absolute;top:0;left:0;width:100%;height:100%}.product-nan-gipoallergennyy-3 .product_nan_ga-content-know-text{display:inline-block;width:64%;vertical-align:top}@media screen and (max-width:767px){.product-nan-gipoallergennyy-3 .product_nan_ga-content-know-text{display:inline-block;width:100%;vertical-align:top}}.product-nan-gipoallergennyy-3 .product_nan_ga-content-know-text span{font-size:36px;line-height:40px;color:#31a8db;font-family:RotonBol;margin-bottom:19px;display:block}.product-nan-gipoallergennyy-3 .product_nan_ga-content-know-text p{font-family:Arial;font-size:18px;line-height:25px;color:#212121;letter-spacing:.1px}.product-nan-gipoallergennyy-3 .product_nan_ga-content-allergy{position:relative;text-align:center;padding:39px 0 40px;margin-top:30px}.product-nan-gipoallergennyy-3 .product_nan_ga-content-allergy:before{content:"";display:block;position:absolute;top:0;left:0;height:2px;width:100%;background:#d9bd84;border-top:1px solid #9e794a}.product-nan-gipoallergennyy-3 .product_nan_ga-content-allergy span{font-size:36px;line-height:40px;color:#31a8db;font-family:RotonBol}.product-nan-gipoallergennyy-3 .product_nan_ga-content-allergy p{font-family:Arial;font-size:18px;line-height:25px;color:#212121;letter-spacing:.1px;display:block;width:100%;max-width:630px;margin:26px auto}.product-nan-gipoallergennyy-3 .product_nan_ga-content-allergy:after{content:"";display:block;position:absolute;bottom:0;left:0;height:2px;width:100%;background:#d9bd84;border-top:1px solid #9e794a}.product-nan-gipoallergennyy-3 .product_nan_ga-content-allergy a{font-size:18px;line-height:18px;padding:6px 51px;border-radius:30px;margin-right:auto;margin-left:auto;display:flex;align-items:center}.product-nan-gipoallergennyy-3 .product_rd-child__plate{font-size:0;margin-bottom:50px;padding-top:42px;display:flex}@media screen and (max-width:767px){.product-nan-gipoallergennyy-3 .product_rd-child__plate{display:block}}.product-nan-gipoallergennyy-3 .product_rd-child__plate-i{width:calc(50% - 18px);background:#fff;font-size:16px;margin-left:18px;padding:43px 35px 35px;display:inline-block;vertical-align:top;box-sizing:border-box;box-shadow:0 17px 50px 1px rgba(199,199,199,.58);text-align:center;border-radius:5px}@media screen and (max-width:1023px){.product-nan-gipoallergennyy-3 .product_rd-child__plate-i{width:calc(50% - 5px);padding:15px;margin-left:5px!important}}@media screen and (max-width:767px){.product-nan-gipoallergennyy-3 .product_rd-child__plate-i{width:calc(100% - 30px);margin-right:auto!important;margin-left:auto!important;margin-bottom:15px;display:block}}.product-nan-gipoallergennyy-3 .product_rd-child__plate-i:nth-child(2n+1){margin-right:18px;margin-left:0}@media screen and (max-width:1023px){.product-nan-gipoallergennyy-3 .product_rd-child__plate-i:nth-child(2n+1){margin-right:5px!important}}@media screen and (max-width:767px){.product-nan-gipoallergennyy-3 .product_rd-child__plate-i:nth-child(2n+1){margin-right:auto!important;margin-left:auto!important}}.product-nan-gipoallergennyy-3 .product_rd-child__plate-i-title{font-size:30px;font-family:RotonBol;display:block;padding-bottom:59px}@media screen and (max-width:767px){.product-nan-gipoallergennyy-3 .product_rd-child__plate-i-title{font-size:24px}}.product-nan-gipoallergennyy-3 .product_rd-child__plate-i_kef .product_rd-child__plate-i-title{color:#ed7373}.product-nan-gipoallergennyy-3 .product_rd-child__plate-i_kef .product_rd-child__plate-i-circle{width:430px;height:416px;background-repeat:no-repeat;background-image:url(/new/f/img/product/nan-gipoallergennyy-3/milk_bg.png);background-position:center;margin-left:auto;margin-right:auto;position:relative;margin-bottom:80px}@media screen and (max-width:1023px){.product-nan-gipoallergennyy-3 .product_rd-child__plate-i_kef .product_rd-child__plate-i-circle{width:100%;background-image:url(/new/f/img/product/nan-gipoallergennyy-3/milk_mobile_bg.jpg)}}.product-nan-gipoallergennyy-3 .product_rd-child__plate-i-circle-i{width:190px;text-align:left;position:absolute}.product-nan-gipoallergennyy-3 .product_rd-child__plate-i_kef .product_rd-child__plate-i-circle-i:nth-child(1){top:-55px;right:-37px;width:190px}.product-nan-gipoallergennyy-3 .product_rd-child__plate-i-circle-i:nth-child(2){top:calc(100% + 20px);left:20px}@media screen and (max-width:1023px){.product-nan-gipoallergennyy-3 .product_rd-child__plate-i-circle-i:nth-child(2){top:calc(100% + -50px)}}@media screen and (max-width:767px){.product-nan-gipoallergennyy-3 .product_rd-child__plate-i-circle-i:nth-child(2){margin-left:-16px;width:130px}}.product-nan-gipoallergennyy-3 .product_rd-child__plate-i_kef .product_rd-child__plate-i-circle-i:nth-child(2){margin-top:-9px;margin-left:-20px}.product-nan-gipoallergennyy-3 .product_rd-child__plate-i-circle-i:nth-child(3){right:-30px;top:calc(100% - 40px);margin-top:-9px;margin-left:-5px}@media screen and (max-width:1023px){.product-nan-gipoallergennyy-3 .product_rd-child__plate-i-circle-i:nth-child(3){top:calc(100% + -91px);right:-7px!important}}@media screen and (max-width:767px){.product-nan-gipoallergennyy-3 .product_rd-child__plate-i-circle-i:nth-child(3){width:130px}}.product-nan-gipoallergennyy-3 .product_rd-child__plate-i_kef .product_rd-child__plate-i-circle-i:nth-child(3){margin-top:-3px;right:-44px}.product-nan-gipoallergennyy-3 .product_rd-child__plate-i-circle-ttl{font-size:18px;line-height:1.2;font-family:RotonBol;padding-bottom:5px;display:block}@media screen and (max-width:767px){.product-nan-gipoallergennyy-3 .product_rd-child__plate-i-circle-ttl{font-size:16px}}.product-nan-gipoallergennyy-3 .product_rd-child__plate-i_kef .product_rd-child__plate-i-circle-i p{line-height:15px;margin-top:4px}.product-nan-gipoallergennyy-3 .product_rd-child__plate-i_kef .product_rd-child__plate-i-circle-ttl{color:#ed7373}.product-nan-gipoallergennyy-3 .product_rd-child__plate-i_km .product_rd-child__plate-i-title{color:#31a8db}.product-nan-gipoallergennyy-3 .product_rd-child__plate-i_km .product_rd-child__plate-i-circle-i:nth-child(1){top:-28px;right:-18px}.product-nan-gipoallergennyy-3 .product_rd-child__plate-i_km .product_rd-child__plate-i-circle-ttl{color:#31a8db}.product-nan-gipoallergennyy-3 .product_rd-child__plate-i_km .product_rd-child__plate-i-circle-i:nth-child(2){margin-top:-9px;margin-left:-3px}.product-nan-gipoallergennyy-3 .product_rd-child__plate-i_km .product_rd-child__plate-i-circle-i:nth-child(3){margin-top:-1px}.product-nan-gipoallergennyy-3 .product_rd-child__plate-i_km .product_rd-child__plate-i-circle{width:430px;height:416px;background-repeat:no-repeat;background-image:url(/new/f/img/product/nan-gipoallergennyy-3/nan_ga-bg__v3.png);background-position:center;margin-left:auto;margin-right:auto;position:relative;margin-bottom:80px}@media screen and (max-width:1023px){.product-nan-gipoallergennyy-3 .product_rd-child__plate-i_km .product_rd-child__plate-i-circle{width:100%;background-image:url(/new/f/img/product/nan-gipoallergennyy-3/nan_ga_mobile_bg_v2.jpg)}}.product-nan-gipoallergennyy-3 .product_rd-child__plate-i-circle-i p{line-height:15px;margin-top:4px}@media screen and (max-width:767px){.product-nan-gipoallergennyy-3 .product_rd-child__plate-i-circle-p{line-height:15px;margin-top:4px;font-size:12px}}.product-nan-gipoallergennyy-3 .n--video-title{text-align:center;padding:29px 0}.product-nan-gipoallergennyy-3 .n--video-title span{font-family:RotonBol;font-size:36px;color:#31a8db}.product-nan-gipoallergennyy-3 .n--video-title p{line-height:20px;font-size:16px;color:#212121;display:block;width:100%;max-width:490px;margin:29px auto;margin-bottom:15px}.product-nan-gipoallergennyy-3 .b-product-content__video{height:auto;min-height:384px;display:flex}.product-nan-gipoallergennyy-3 .b-product-content__video::after{display:block;width:1px;content:'';padding-top:45vw}@media screen and (max-width:1023px){.product-nan-gipoallergennyy-3 .b-product-content__video{min-height:auto;width:calc(100% - 30px);-webkit-transform:translateX(15px);transform:translateX(15px)}}.product-nan-goat ul.b-product-content__list[data-type=simple-list]{margin-bottom:0}.product-nan-goat .traceability-nan-products__place{background-color:#fff}.product-nan-goat .traceability-nan-products__place-container{padding-bottom:0;display:flex;max-width:1440px;margin:0 auto}@media screen and (max-width:1023px){.product-nan-goat .traceability-nan-products__place-container{display:block}}.product-nan-goat .traceability-nan-products__place-info{border:none;padding:37px 60px 23px 80px;width:50%}@media screen and (max-width:1023px){.product-nan-goat .traceability-nan-products__place-info{width:100%}}@media screen and (max-width:767px){.product-nan-goat .traceability-nan-products__place-info{padding:30px 15px}}.product-nan-goat .traceability-nan-products--h2{color:#0052ad;margin-bottom:12px;font-size:36px;line-height:100%}.product-nan-goat .traceability-nan-products--text{font-size:16px;font-weight:400;line-height:23px;color:#575757;margin:0}.product-nan-goat .traceability-nan-products__place-maps{flex:1}@media screen and (max-width:1023px){.product-nan-goat .traceability-nan-products__place-maps{width:100%}}.product-nan-goat .traceability-nan-products__place-img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.product-nan-goat .traceability-nan-products__facts{max-width:1273px;padding:40px 47px 8px 40px;margin:40px auto}.product-nan-goat .traceability-nan-products--h2{font-size:36px;line-height:100%;margin:0;color:#0052ad;margin-bottom:12px}@media screen and (max-width:1023px){.product-nan-goat .traceability-nan-products__facts-swiper{padding-bottom:50px}}.product-nan-goat .traceability-nan-products__processing{background-color:#fff;padding-bottom:40px}.product-nan-goat .traceability-nan-products__processing-container{max-width:1648px;background-position:center;background-repeat:no-repeat;margin:0 auto;background-image:url(/new/f/img/product/product-nan-goat/banner-kid-2.jpg);background-size:cover;padding:102px 184px 92px}@media screen and (max-width:1023px){.product-nan-goat .traceability-nan-products__processing-container{padding:50px 100px 50px}}@media screen and (max-width:559px){.product-nan-goat .traceability-nan-products__processing-container{padding:50px 30px;background-image:url(/new/f/img/product/product-nan-goat/recycle_bg_2.png);background-size:contain}}.product-nan-goat .traceability-nan-products--h3{font-size:30px;line-height:43px;font-weight:700;color:#0c3b9b;margin-bottom:8px}.product-nan-goat .traceability-nan-products--subtitle{font-size:18px;line-height:26px;color:#575757;margin:0;margin-bottom:15px;max-width:550px}@media screen and (max-width:1239px){.product-nan-goat .traceability-nan-products--subtitle{max-width:400px}}@media screen and (max-width:1023px){.product-nan-goat .traceability-nan-products--subtitle{max-width:280px}}.product-nan-goat .traceability-nan-products__content-footer{background-image:url(/new/f/img/product/product-nan-fermented/bg-3.jpg);background-repeat:no-repeat;background-position:center;background-size:cover}.product-nan-goat .traceability-nan-products__packaging{max-width:1260px;display:flex;margin:0 auto 30px;border:none;background-color:transparent;padding:34px;align-items:flex-start}@media screen and (max-width:1023px){.product-nan-goat .traceability-nan-products__packaging{display:block}}.product-nan-goat .traceability-nan-products__packaging-product{flex-shrink:0;width:393px;height:450px;margin-left:34px;margin-right:-6px}@media screen and (max-width:1239px){.product-nan-goat .traceability-nan-products__packaging-product{width:50%}}@media screen and (max-width:1023px){.product-nan-goat .traceability-nan-products__packaging-product{padding-left:0;width:100%}}.product-nan-goat .traceability-nan-products__packaging-product-img{max-width:415px}@media screen and (max-width:1239px){.product-nan-goat .traceability-nan-products__packaging-product-img{width:100%}}@media screen and (max-width:1023px){.product-nan-goat .traceability-nan-products__packaging-product-img{margin-right:auto;margin-left:auto;display:block;-webkit-transform:translateX(-17%);transform:translateX(-17%)}}.product-nan-goat .traceability-nan-products__packaging-content{margin-top:22px}.product-nan-goat .traceability-nan-products--h2{font-size:36px;line-height:100%;color:#0c3b9b;margin:0;margin-bottom:15px}.product-nan-goat .traceability-nan-products__packaging-content .traceability-nan-products--subtitle{font-size:18px;line-height:26px;color:#575757;margin:0;max-width:790px;margin-top:-5px;margin-bottom:33px}.product-nan-goat .traceability-nan-products__packaging-subtitle .text-decoration{font-size:14px;vertical-align:super}.product-nan-goat .traceability-nan-products__packaging-advantages{display:flex;max-width:780px;margin-bottom:14px}@media screen and (max-width:1239px){.product-nan-goat .traceability-nan-products__packaging-advantages{display:block}}.product-nan-goat .traceability-nan-products__packaging-advantages-left{display:flex;flex-direction:column;margin-right:40px}.product-nan-goat .traceability-nan-products__packaging-advantage{margin-bottom:26px;position:relative;padding-left:28px}.product-nan-goat .traceability-nan-products__packaging-advantage::before{content:'';position:absolute;top:-5px;left:0;display:block;width:28px;height:25px;background-image:url(/new/f/img/product/check.svg);background-repeat:no-repeat;background-position:center;background-size:cover}.product-nan-goat .traceability-nan-products--attention{font-weight:700;line-height:100%;margin:0;color:#b99847;margin-left:10px;font-size:18px}.product-nan-goat .traceability-nan-products__packaging-advantages-right{display:flex;flex-direction:column}.product-nan-goat .traceability-nan-products__packaging-efficiency{display:flex}.product-nan-goat .traceability-nan-products__packaging-efficiency-item{display:flex;flex-direction:column;align-items:center;justify-content:flex-start;margin-right:30px}.product-nan-goat .traceability-nan-products__packaging-efficiency-item-container{display:flex;align-items:center;justify-content:center;width:81px;height:80px;background-image:url(/new/f/img/product/efficiency.svg);background-repeat:no-repeat;background-position:center;background-size:cover}.product-nan-goat .traceability-nan-products__packaging-efficiency-item-name{font-size:14px;font-weight:700;line-height:100%;color:#575757;margin-top:5px;margin-left:-4px}.product-nan-goat .traceability-nan-products__packaging-efficiency_eco{position:relative;margin-left:calc(100% - 245px);max-width:196px;margin-top:-65px}@media screen and (max-width:1239px){.product-nan-goat .traceability-nan-products__packaging-efficiency_eco{margin-left:auto;margin-right:auto;margin-top:0;max-width:100%;padding-top:30px}}@media screen and (max-width:1023px){.product-nan-goat .traceability-nan-products__packaging-efficiency_eco{padding-left:120px;margin-top:30px}}.product-nan-goat .traceability-nan-products__packaging-efficiency_eco::before{content:" ";position:absolute;left:-59%;top:-30%;width:124px;height:194px;background:url(/new/f/img/product/product-nan-goat/goat.png) center}@media screen and (max-width:1239px){.product-nan-goat .traceability-nan-products__packaging-efficiency_eco::before{left:auto;right:100%}}@media screen and (max-width:1023px){.product-nan-goat .traceability-nan-products__packaging-efficiency_eco::before{left:0;top:0}}.product-nan-goat .traceability-nan-products__packaging-efficiency_eco_title{font-size:24px;line-height:24px;font-weight:700;color:#0052ad;padding-bottom:8px}.product-nan-goat .traceability-nan-products__packaging-efficiency_eco_hr{width:76px;padding-left:13px;display:block}.product-nan-goat .traceability-nan-products__packaging-efficiency_eco_more_info{font-size:12px;margin-left:13px;line-height:12px;padding-top:20px;float:none;border-bottom:2px dashed #29adb9;font-weight:700;white-space:nowrap;display:inline-block;color:#17a63d;border-bottom:none;position:relative;width:auto}.product-nan-goat .traceability-nan-products__packaging-efficiency_eco_more_info::after{content:"";position:absolute;top:100%;left:0;background:url(../../images/products/nan-goat/underline.png) center;height:2px;width:108px}.product-nan-goat .traceability-nan-products__packaging-efficiency-item-number{font-size:21px;font-weight:700;line-height:100%;color:#b99847;margin-top:10px;margin-left:-2px}.product-nan-goat .traceability-nan-products__facts{background-color:#fff;padding-bottom:15px}@media screen and (max-width:1023px){.product-nan-goat .traceability-nan-products__facts{padding-bottom:50px}}@media screen and (max-width:767px){.product-nan-goat .traceability-nan-products__facts{padding-left:15px;padding-right:15px}}.product-nan-goat .traceability-nan-products__facts-slider-title{font-size:36px;line-height:100%;margin:0;color:#0052ad;font-weight:700;margin-bottom:12px;padding-right:150px}@media screen and (max-width:767px){.product-nan-goat .traceability-nan-products__facts-slider-title{font-size:30px;padding-right:0}}.product-nan-goat .traceability-nan-products__facts-slider .b-gallery{margin-left:-10px;width:calc(100% + 20px)}.product-nan-goat .traceability-nan-products__facts-slider .facts-slider__item-content{padding:10px}@media screen and (max-width:767px){.product-nan-goat .traceability-nan-products__facts-slider .facts-slider__item-content{padding-bottom:15px}}.product-nan-goat .traceability-nan-products__facts-slider .facts-slider__text{font-size:24px;font-weight:700;margin:0;display:block;line-height:25px;max-width:290px;margin-top:16px;color:#17a63d}.product-nan-goat .traceability-nan-products__facts-slider .facts-slider__img{width:100%}.product-nan-goat .traceability-nan-products__facts-slider .b-gallery__prev{left:-25px}.product-nan-goat .traceability-nan-products__facts-slider .b-gallery__next{right:-25px}.product-nan-goat .product-full p{margin-bottom:15px}.product-nan-goat .swiper-container-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:9px}.product-nan-goat .swiper-container-btns{display:flex;align-items:center}.product-nan-goat .swiper-pagination{position:static;display:block;margin-right:30px;text-align:center;transition:.3s opacity;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);z-index:10}.product-nan-goat .swiper-pagination-bullet{display:none;width:100%;height:100%;font-size:24px;font-weight:700;line-height:100%;border-radius:50%;color:#b99847;background-color:transparent}.product-nan-goat .swiper-pagination-bullet.swiper-pagination-bullet-active{display:block}.product-nan-goat .swiper-button-prev-cast{position:static;margin:0;display:block;background-image:url(/new/f/img/product/arrow-left-gold.svg);background-position:center;background-repeat:no-repeat;background-size:auto;width:11px;height:20px}.product-nan-goat .swiper-button-prev-cast:hover{cursor:pointer}.product-nan-goat .swiper-button-prev:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);text-transform:none!important;letter-spacing:0;font-variant:initial;line-height:1}.product-nan-goat .swiper-button-delimiter{display:block;width:1px;height:30px;opacity:.15;background-color:#575757;margin-left:10px;margin-right:10px}.product-nan-goat .swiper-button-next-cast{display:block;background-image:url(/new/f/img/product/arrow-left-gold.svg);background-position:center;background-repeat:no-repeat;background-size:auto;-webkit-transform:rotate(180deg);transform:rotate(180deg);width:11px;height:20px}.product-nan-goat .swiper-button-next-cast:hover{cursor:pointer}.product-nan-goat .swiper-button-next:after{font-family:swiper-icons;text-transform:none!important;letter-spacing:0;font-variant:initial;line-height:1}.product-nan-goat .swiper-img{width:100%}.product-nan-goat .swiper-wrapper .swiper-slide-text{display:block;line-height:25px;max-width:290px;margin-top:16px;color:#17a63d;font-size:24px;font-weight:700}@media screen and (max-width:1023px){.product-nan-goat .swiper-container-btns-header{position:absolute;left:0;bottom:0}}.product-nan-goat .b-product-info{background-image:url(/new/f/img/product/product-nan-fermented/bg-3.jpg);background-repeat:no-repeat;background-position:center;background-size:cover}.product-optipro{background-image:url(/new/f/img/product/view-optipro/bg.jpg);background-repeat:no-repeat;background-position:center top -500px;background-size:100% 1511px;background-color:#57c0c6}.product-optipro .traceability-nan-products__start-main-search{position:relative;max-width:345px;display:flex;align-items:center;justify-content:space-between;height:60px;margin:0 auto;border-radius:30px;background-color:#fff;box-shadow:0 20px 30px rgba(0,160,175,.15);padding-left:30px;padding-right:5px;margin-bottom:10px;margin-top:10px}.product-optipro .traceability-nan-products__start-main-search-title{font-size:24px;line-height:34px;color:#0c3b9b;font-family:istokweb-bold,sans-serif;text-align:center;font-weight:700;margin-top:60px}@media (max-width:500px){.product-optipro .traceability-nan-products__start-main-search-title{font-size:18px;line-height:26px}}.product-optipro .traceability-nan-products__start-main-input_error{display:none}.product-optipro .traceability-nan-products__start-main-input_error p{color:#fff;font-weight:700;padding:8px 15px 8px 15px;margin:0}.product-optipro .traceability-nan-products__start-main-input_error::before{content:'';position:absolute;left:calc(50% - 6px);top:100%;border:5px solid transparent;border-right:7px solid #fd5a5a;-webkit-transform:rotate(-90deg);transform:rotate(-90deg)}.product-optipro .traceability-nan-products__start-main-btn{width:150px;height:50px;border-radius:27px;border:none;background-color:#29adb9;font-size:18px;font-weight:700;line-height:26px;color:#fff;cursor:pointer;font-family:istokweb-bold,sans-serif}.product-optipro .traceability-nan-products__start-main-search_desc{display:block;text-align:center;margin-bottom:50px}@media (max-width:900px){.product-optipro .traceability-nan-products__start-main-search_desc{margin-bottom:0}}.product-optipro .traceability-nan-products__start-main-prompt{font-size:14px;line-height:20px;color:#575757;margin-right:5px}.product-optipro .traceability-nan-products__place_code{color:#29adb9;font-size:14px;line-height:20px;font-family:istokweb,sans-serif;border-bottom:1px solid #29adb9;font-weight:700;padding-top:14px;cursor:pointer;width:86px;display:inline-block;text-align:center}.product-optipro .traceability-nan-products__place_code_popup{position:fixed;width:100%;height:100%;max-width:100%;max-height:100%;background-image:url(/new/f/img/product/product-nan-fermented/background_popup_nan.png);background-repeat:repeat;top:0;left:0;z-index:1000}.product-optipro .traceability-nan-products__place_code_popup .traceability__place_code_popup{margin:0 auto;background:#fff;max-width:90%;width:707px;position:relative}.product-optipro .traceability-nan-products__processing{background-color:#fff;padding-bottom:40px}.product-optipro .traceability-nan-products__processing-container{max-width:1648px;background-position:center;background-repeat:no-repeat;margin:0 auto;background-image:url(/new/f/img/product/view-optipro/banner-kid.png);background-size:cover;padding:102px 184px 92px}@media screen and (max-width:1023px){.product-optipro .traceability-nan-products__processing-container{padding:50px 100px 50px}}@media screen and (max-width:559px){.product-optipro .traceability-nan-products__processing-container{padding:50px 30px;background-image:url(/new/f/img/product/view-optipro/recycle_bg.png);background-size:contain}}.product-optipro .traceability-nan-products--h3{font-size:30px;line-height:43px;font-weight:700;color:#0c3b9b;margin-bottom:8px}.product-optipro .traceability-nan-products--subtitle{font-size:18px;line-height:26px;color:#575757;margin:0;margin-bottom:15px;max-width:620px}@media screen and (max-width:1239px){.product-optipro .traceability-nan-products--subtitle{max-width:489px}}@media screen and (max-width:1023px){.product-optipro .traceability-nan-products--subtitle{max-width:280px}}.product-optipro .traceability-nan-products__packaging{max-width:1260px;display:flex;align-items:center;border:1px solid #ebf6f8;background-color:#fff;padding:50px;margin:-8px auto -1px}@media screen and (max-width:1023px){.product-optipro .traceability-nan-products__packaging{display:block;padding:15px}}.product-optipro .traceability-nan-products__packaging-product{flex-shrink:0;width:393px;height:450px;margin-right:29px}@media screen and (max-width:1023px){.product-optipro .traceability-nan-products__packaging-product{width:100%;margin-right:auto;margin-left:auto;height:auto}}.product-optipro .traceability-nan-products__packaging-product-img{max-width:500px}@media screen and (max-width:1023px){.product-optipro .traceability-nan-products__packaging-product-img{width:100%}}.product-optipro .traceability-nan-products__packaging-content{margin-top:2px;vertical-align:top}.product-optipro .traceability-nan-products--h2{font-family:RotonBol;font-weight:400;line-height:100%;color:#0c3b9b;margin:0;margin-bottom:6px;font-size:36px;letter-spacing:1px}.product-optipro .traceability-nan-products__packaging-subtitle{max-width:810px;font-size:18px;line-height:26px;color:#575757;margin:0;margin-bottom:15px}.product-optipro .traceability-nan-products__packaging-subtitle .text-decoration{font-size:14px;vertical-align:super}.product-optipro .traceability-nan-products__packaging-advantages{display:flex;max-width:780px;margin-bottom:35px}@media screen and (max-width:1239px){.product-optipro .traceability-nan-products__packaging-advantages{display:block}}.product-optipro .traceability-nan-products__packaging-advantages-left{display:flex;flex-direction:column;margin-right:40px}.product-optipro .traceability-nan-products__packaging-advantage{position:relative;padding-left:28px;margin-bottom:18px}.product-optipro .traceability-nan-products__packaging-advantage::before{content:'';position:absolute;top:-5px;left:0;display:block;width:28px;height:25px;background-image:url(/images/traceability/nan/check.svg);background-repeat:no-repeat;background-position:center;background-size:cover}.product-optipro .traceability-nan-products__packaging-advantage-title{color:#b99847;font-family:'Istok Web',sans-serif;font-size:18px;font-weight:700;line-height:100%;margin:0}.product-optipro .traceability-nan-products__packaging-efficiency{display:flex}.product-optipro .traceability-nan-products__packaging-efficiency-item{display:flex;flex-direction:column;align-items:center;justify-content:flex-start;margin-right:30px}.product-optipro .traceability-nan-products__packaging-efficiency-item-container{display:flex;align-items:center;justify-content:center;width:81px;height:80px;background-image:url(/images/traceability/nan/efficiency.svg);background-repeat:no-repeat;background-position:center;background-size:cover}.product-optipro .traceability-nan-products__packaging-efficiency-item-number{font-size:21px;font-weight:700;line-height:100%;color:#b99847;margin-top:10px;margin-left:-2px}.product-optipro .traceability-nan-products__packaging-efficiency-item-name{font-size:14px;font-weight:700;line-height:100%;color:#575757}.product-optipro .traceability-nan-products__packaging-efficiency_eco{position:relative;margin-left:calc(100% - 245px);max-width:196px;margin-top:-90px}@media screen and (max-width:1239px){.product-optipro .traceability-nan-products__packaging-efficiency_eco{margin-top:30px;margin-left:0}}.product-optipro .traceability-nan-products__packaging-efficiency_eco_title{font-size:24px;line-height:24px;font-family:'Istok Web',sans-serif;color:#29adb9;padding-bottom:10px;letter-spacing:.7px;font-weight:700}.product-optipro .traceability-nan-products__packaging-efficiency_eco_hr{width:76px;padding-left:13px;display:block}.product-optipro .traceability-nan-products__packaging-efficiency_eco_more_info{display:block;font-size:12px;margin-left:13px;line-height:12px;color:#29adb9;padding-top:20px;float:none;border-bottom:2px dashed #29adb9;width:110px;font-weight:700;white-space:nowrap}.product-optipro .input_error_numb .traceability-nan-products__start-main-input_error{position:absolute;display:block!important;background:#fd5a5a}.product-optipro .b-product-content{background:0 0}.product-optipro .b-reviews{background-color:#fff}.product-optipro .white-wrapper{background-color:#fff;width:100%}.view-nan-optipro{background-image:url(/new/f/img/product/nan-optipro/bg.jpg);background-repeat:no-repeat;background-position:center top -500px;background-size:100% 1511px;background-color:#57c0c6}.view-nan-optipro ul.b-product-content__list[data-type=simple-list]{margin-bottom:0}.view-nan-optipro section.b-product-content{background:0 0}.view-nan-optipro .traceability-nan-products__start-main-btn{background-color:#29adb9}.view-nan-optipro .traceability-nan-products__place_code{color:#29adb9;border-bottom:1px solid #29adb9}.view-nan-optipro .traceability-nan-products__bottom-group{background-image:url(/new/f/img/product/nan-optipro/bg.jpg);background-repeat:no-repeat;background-position:center bottom -320px;background-size:100% 1511px;background-color:#fff}.view-nan-optipro .traceability-nan-products__bottom-group .b-products{background:0 0}.view-nan-optipro .traceability-nan-products__place-container{padding-bottom:0;display:flex;max-width:1440px;margin:0 auto}@media screen and (max-width:1023px){.view-nan-optipro .traceability-nan-products__place-container{display:block}}.view-nan-optipro .traceability-nan-products__place-info{border:none;padding:37px 60px 23px 80px;width:50%}@media screen and (max-width:1023px){.view-nan-optipro .traceability-nan-products__place-info{width:100%}}@media screen and (max-width:767px){.view-nan-optipro .traceability-nan-products__place-info{padding:30px 15px}}.view-nan-optipro .traceability-nan-products--h2{color:#0052ad;margin-bottom:12px;font-size:36px;line-height:100%}.view-nan-optipro .traceability-nan-products--text{font-size:16px;font-weight:400;line-height:23px;color:#575757;margin:0}.view-nan-optipro .traceability-nan-products__place-maps{flex:1}@media screen and (max-width:1023px){.view-nan-optipro .traceability-nan-products__place-maps{width:100%}}.view-nan-optipro .traceability-nan-products__place-img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.view-nan-optipro .traceability-nan-products__facts{max-width:1273px;padding:40px 47px 8px 40px;margin:40px auto}.view-nan-optipro .traceability-nan-products--h2{font-size:36px;line-height:100%;margin:0;color:#0052ad;margin-bottom:12px}@media screen and (max-width:1023px){.view-nan-optipro .traceability-nan-products__facts-swiper{padding-bottom:50px}}.view-nan-optipro .traceability-nan-products__processing{background-color:#fff;padding-bottom:40px}.view-nan-optipro .traceability-nan-products__processing-container{max-width:1648px;background-position:center;background-repeat:no-repeat;margin:0 auto;background-image:url(/new/f/img/product/product-nan-goat/banner-kid-2.jpg);background-size:cover;padding:102px 184px 92px}@media screen and (max-width:1023px){.view-nan-optipro .traceability-nan-products__processing-container{padding:50px 100px 50px}}@media screen and (max-width:559px){.view-nan-optipro .traceability-nan-products__processing-container{padding:50px 30px;background-image:url(/new/f/img/product/product-nan-goat/recycle_bg_2.png);background-size:contain}}.view-nan-optipro .traceability-nan-products--h3{font-size:30px;line-height:43px;font-weight:700;color:#0c3b9b;margin-bottom:8px}.view-nan-optipro .traceability-nan-products--subtitle{font-size:18px;line-height:26px;color:#575757;margin:0;margin-bottom:15px;max-width:520px}@media screen and (max-width:1239px){.view-nan-optipro .traceability-nan-products--subtitle{max-width:430px}}@media screen and (max-width:1023px){.view-nan-optipro .traceability-nan-products--subtitle{max-width:280px}}.view-nan-optipro .traceability-nan-products__content-footer{background-image:url(/new/f/img/product/nan-optipro/bg-3.jpg);background-repeat:no-repeat;background-position:center;background-size:cover}.view-nan-optipro .traceability-nan-products__packaging{max-width:1260px;display:flex;margin:0 auto 30px;border:none;background-color:transparent;padding:34px;align-items:flex-start}@media screen and (max-width:1023px){.view-nan-optipro .traceability-nan-products__packaging{display:block}}.view-nan-optipro .traceability-nan-products__packaging-product{flex-shrink:0;width:393px;height:450px;margin-left:34px;margin-right:-6px}@media screen and (max-width:1239px){.view-nan-optipro .traceability-nan-products__packaging-product{width:50%}}@media screen and (max-width:1023px){.view-nan-optipro .traceability-nan-products__packaging-product{padding-left:0;width:100%}}.view-nan-optipro .traceability-nan-products__packaging-product-img{max-width:415px}@media screen and (max-width:1239px){.view-nan-optipro .traceability-nan-products__packaging-product-img{width:100%}}@media screen and (max-width:1023px){.view-nan-optipro .traceability-nan-products__packaging-product-img{margin-right:auto;margin-left:auto;display:block;-webkit-transform:translateX(-17%);transform:translateX(-17%)}}.view-nan-optipro .traceability-nan-products__packaging-content{margin-top:22px}.view-nan-optipro .traceability-nan-products--h2{font-size:36px;line-height:100%;color:#0c3b9b;margin:0;margin-bottom:15px}.view-nan-optipro .traceability-nan-products__packaging-content .traceability-nan-products--subtitle{font-size:18px;line-height:26px;color:#575757;margin:0;max-width:790px;margin-top:-5px;margin-bottom:33px}.view-nan-optipro .traceability-nan-products__packaging-subtitle .text-decoration{font-size:14px;vertical-align:super}.view-nan-optipro .traceability-nan-products__packaging-advantages{display:flex;max-width:780px;margin-bottom:14px}@media screen and (max-width:1239px){.view-nan-optipro .traceability-nan-products__packaging-advantages{display:block}}.view-nan-optipro .traceability-nan-products__packaging-advantages-left{display:flex;flex-direction:column;margin-right:40px}.view-nan-optipro .traceability-nan-products__packaging-advantage{margin-bottom:26px;position:relative;padding-left:28px}.view-nan-optipro .traceability-nan-products__packaging-advantage::before{content:'';position:absolute;top:-5px;left:0;display:block;width:28px;height:25px;background-image:url(/new/f/img/product/nan-optipro/check.svg);background-repeat:no-repeat;background-position:center;background-size:cover}.view-nan-optipro .traceability-nan-products--attention{font-weight:700;line-height:100%;margin:0;color:#b99847;margin-left:10px;font-size:18px}.view-nan-optipro .traceability-nan-products__packaging-advantages-right{display:flex;flex-direction:column}.view-nan-optipro .traceability-nan-products__packaging-efficiency{display:flex}.view-nan-optipro .traceability-nan-products__packaging-efficiency-item{display:flex;flex-direction:column;align-items:center;justify-content:flex-start;margin-right:30px}.view-nan-optipro .traceability-nan-products__packaging-efficiency-item-container{display:flex;align-items:center;justify-content:center;width:81px;height:80px;background-image:url(/new/f/img/product/nan-optipro/efficiency.svg);background-repeat:no-repeat;background-position:center;background-size:cover}.view-nan-optipro .traceability-nan-products__packaging-efficiency-item-name{font-size:14px;font-weight:700;line-height:100%;color:#575757;margin-top:5px;margin-left:-4px}.view-nan-optipro .traceability-nan-products__packaging-efficiency_eco{position:relative;margin-left:calc(100% - 245px);max-width:196px;margin-top:-65px}@media screen and (max-width:1239px){.view-nan-optipro .traceability-nan-products__packaging-efficiency_eco{margin-left:auto;margin-right:auto;margin-top:0;max-width:100%;padding-top:30px}}@media screen and (max-width:1023px){.view-nan-optipro .traceability-nan-products__packaging-efficiency_eco{padding-left:120px;margin-top:30px}}.view-nan-optipro .traceability-nan-products__packaging-efficiency_eco_title{font-size:24px;line-height:24px;font-weight:700;color:#29adb9;padding-bottom:8px}.view-nan-optipro .traceability-nan-products__packaging-efficiency_eco_hr{width:76px;padding-left:13px;display:block}.view-nan-optipro .traceability-nan-products__packaging-efficiency_eco_more_info{font-size:12px;margin-left:13px;line-height:12px;padding-top:20px;float:none;border-bottom:2px dashed #29adb9;font-weight:700;white-space:nowrap;display:inline-block;color:#29adb9;position:relative;width:auto}.view-nan-optipro .traceability-nan-products__packaging-efficiency_eco_more_info::after{content:"";position:absolute;top:100%;left:0;background:url(../../images/products/nan-goat/underline.png) center;height:2px;width:108px}.view-nan-optipro .traceability-nan-products__packaging-efficiency-item-number{font-size:21px;font-weight:700;line-height:100%;color:#b99847;margin-top:10px;margin-left:-2px}.view-nan-optipro .product-full p{margin-bottom:15px}.view-nan-optipro .swiper-container-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:9px}.view-nan-optipro .swiper-container-btns{display:flex;align-items:center}.view-nan-optipro .swiper-pagination{position:static;display:block;margin-right:30px;text-align:center;transition:.3s opacity;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);z-index:10}.view-nan-optipro .swiper-pagination-bullet{display:none;width:100%;height:100%;font-size:24px;font-weight:700;line-height:100%;border-radius:50%;color:#b99847;background-color:transparent}.view-nan-optipro .swiper-pagination-bullet.swiper-pagination-bullet-active{display:block}.view-nan-optipro .swiper-button-prev-cast{position:static;margin:0;display:block;background-image:url(/new/f/img/product/arrow-left-gold.svg);background-position:center;background-repeat:no-repeat;background-size:auto;width:11px;height:20px}.view-nan-optipro .swiper-button-prev-cast:hover{cursor:pointer}.view-nan-optipro .swiper-button-prev:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);text-transform:none!important;letter-spacing:0;font-variant:initial;line-height:1}.view-nan-optipro .swiper-button-delimiter{display:block;width:1px;height:30px;opacity:.15;background-color:#575757;margin-left:10px;margin-right:10px}.view-nan-optipro .swiper-button-next-cast{display:block;background-image:url(/new/f/img/product/arrow-left-gold.svg);background-position:center;background-repeat:no-repeat;background-size:auto;-webkit-transform:rotate(180deg);transform:rotate(180deg);width:11px;height:20px}.view-nan-optipro .swiper-button-next-cast:hover{cursor:pointer}.view-nan-optipro .swiper-button-next:after{font-family:swiper-icons;text-transform:none!important;letter-spacing:0;font-variant:initial;line-height:1}.view-nan-optipro .swiper-img{width:100%}.view-nan-optipro .swiper-wrapper .swiper-slide-text{display:block;line-height:25px;max-width:290px;margin-top:16px;color:#17a63d;font-size:24px;font-weight:700}@media screen and (max-width:1023px){.view-nan-optipro .swiper-container-btns-header{position:absolute;left:0;bottom:0}}.view-nan-optipro .product_rd__content .product.product_rd.mt_null{margin-top:0;margin-bottom:0}.view-nan-optipro .rd-product-nan{max-width:1080px;margin:0 auto;padding:0 40px}@media screen and (max-width:767px){.view-nan-optipro .rd-product-nan{padding:0}}.view-nan-optipro .rd-product-nan__bank{display:flex;width:100%;font-size:0;padding-bottom:35px;padding-top:50px}@media screen and (max-width:767px){.view-nan-optipro .rd-product-nan__bank{display:block;padding-top:0;margin-top:50px}}.view-nan-optipro .rd-product-nan__bank-text{vertical-align:top;width:513px;padding:47px 83px 0 0}@media screen and (max-width:767px){.view-nan-optipro .rd-product-nan__bank-text{width:100%;padding:30px 0 0 0}}.view-nan-optipro .rd-product-nan p{margin-bottom:21px;font-size:18px;letter-spacing:.015em;line-height:25px}.view-nan-optipro .rd-product-nan__bank-athoms{vertical-align:top;width:50%;text-align:center}@media screen and (max-width:767px){.view-nan-optipro .rd-product-nan__bank-athoms{width:100%}}.view-nan-optipro .rd-product-nan__bank-pack{display:block;width:100%;min-width:350px;height:423px;background:url(/new/f/img/product/nan-optipro/img_promo_content.png);background-repeat:no-repeat;background-position:top center;background-size:contain;position:relative}@media screen and (max-width:767px){.view-nan-optipro .rd-product-nan__bank-pack{margin-top:50px;margin-right:auto;margin-left:auto;max-width:350px;min-width:280px;height:290px}}.view-nan-optipro span.rd-product-nan__h1{color:#0c3b9b;font-size:31px;line-height:30px;letter-spacing:.01em;display:block;font-family:RotonBol;margin-bottom:30px}@media screen and (max-width:767px){.view-nan-optipro .product_rd__content-promo-box{width:calc(100% + 36px);padding:0 20px 0 20px;margin-left:-20px;background-image:url(/new/f/img/product/nan-optipro/bg.jpg);background-repeat:no-repeat;background-position:center bottom;background-size:cover}}.view-nan-optipro .b-product-content__video-row .b-product-content__video{margin-right:auto;margin-left:auto;max-width:660px;display:flex;height:-webkit-max-content;height:max-content}.view-nan-optipro .b-product-content__video-row .b-product-content__video::before{padding-top:56.5%;width:1px;margin-left:-1px;display:block;content:''}.view-nan-optipro .b-product-info__weight{border:1px solid #b99847;color:#b99847}.view-nan-optipro .b-product-info .b-product-info__weight:hover,.view-nan-optipro .b-product-info__weight.is-active{background:#b99847;color:#fff}.b-article__block-img-right{padding-right:40%;position:relative}@media screen and (max-width:767px){.b-article__block-img-right{padding-right:16px;padding-top:160px}}.b-article__block-img-right .b-article__info{width:auto;padding-top:0}.b-article__block-img-right .b-article__image{position:absolute;top:0;right:0;bottom:0;left:60%;width:auto;padding:0;overflow:hidden;border-radius:0 8px 8px 0}@media screen and (max-width:767px){.b-article__block-img-right .b-article__image{border-radius:8px 8px 0 0;height:160px;top:0;right:0;bottom:auto;left:0}}.b-article__block-img-right .b-article__image img{border-radius:0;width:100%;height:100%}.b-article__block-img-right .b-article__image .b-article__image-m{display:none}@media screen and (max-width:767px){.b-article__block-img-right .b-article__image .b-article__image-m{display:block}}@media screen and (max-width:767px){.b-article__block-img-right .b-article__image .b-article__image-d{display:none}}.example-of-hemorrhoids{border:1px solid #27388a;border-radius:8px;padding:34px 24px 24px 24px;width:100%;margin-top:45px;position:relative}@media screen and (max-width:767px){.example-of-hemorrhoids{padding:32px 15px 24px 15px}}.example-of-hemorrhoids .example-of-hemorrhoids__title{border:1px solid #27388a;border-radius:8px;padding:10px;height:42px;background:#fff;position:absolute;left:24px;top:0;-webkit-transform:translateY(-50%);transform:translateY(-50%)}@media screen and (max-width:767px){.example-of-hemorrhoids .example-of-hemorrhoids__title{left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);width:-webkit-max-content;width:max-content}}.example-of-hemorrhoids .example-of-hemorrhoids__text{font-weight:400;font-size:16px;line-height:140%;margin-bottom:0}@media screen and (max-width:767px){.for-deck{display:none}}.for-mob{display:none}@media screen and (max-width:767px){.for-mob{display:block}}.gemorroj-u-beremennyh-wrapper-mob .b-gallery__wrapper{padding-bottom:40px}.gemorroj-u-beremennyh-wrapper-mob .slick-dots{height:5px;width:36px;position:absolute;bottom:15px;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%)}.b-article__block--line h2{font-weight:400;font-size:16px;line-height:140%;color:#27388a}.b-article__block--line-orange{border-left:3px solid #ff8300}.b-article__block--line-orange h2{color:#ff8300}.hemorrhoid-treatment{border-radius:8px;width:100%;margin-bottom:24px;position:relative;background:#f3f7f9}.hemorrhoid-treatment .hemorrhoid-treatment__numder{position:absolute;font-weight:700;font-size:16px;display:flex;align-items:center;justify-content:center;color:#fff;border-radius:100%;padding:10px;width:30px;height:30px;background:#27388a;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);left:24px}@media screen and (max-width:767px){.hemorrhoid-treatment .hemorrhoid-treatment__numder{left:15px}}.hemorrhoid-treatment .hemorrhoid-treatment__text{font-weight:400;font-size:16px;line-height:140%;padding:16px 56px 16px 70px}@media screen and (max-width:767px){.hemorrhoid-treatment .hemorrhoid-treatment__text{padding:16px 16px 16px 60px}}@media screen and (max-width:767px){.gemorroj-u-beremennyh-wrapper-mob .slick-slide{display:flex;align-items:center;padding:0 5px}}.hemorrhoid-treatment-slider .slick-dots{display:flex;justify-content:center}@media screen and (max-width:767px){.hemorrhoid-treatment-slider .slick-slide{display:flex;align-items:center;padding:0 5px}}@media screen and (max-width:767px){.no-mobile{display:none}}.for-mobile{display:none}@media screen and (max-width:767px){.for-mobile{display:block}}.b-article__block--line-orange{border-left:3px solid #ff8300}.b-article__block--line-orange h2{color:#ff8300}.normal-discharge{display:flex;width:calc(100% + 22px)}.normal-discharge .normal-discharge__card{width:25%}.normal-discharge__card{text-align:center;width:100%}.normal-discharge__card .normal-discharge__card-img{width:163px;margin-right:auto;margin-left:auto}.normal-discharge__card .normal-discharge__card-img img{max-width:none;width:calc(100% + 22px);margin-left:-11px}.normal-discharge__card .normal-discharge__title{font-weight:400;font-family:RotonBol,Arial,Helvetica,sans-serif;font-size:16px;line-height:100%;color:#27388a;margin-bottom:7px;padding:0 11px}.normal-discharge__card .normal-discharge__text{font-weight:400;font-size:14px;line-height:148%;color:#404040;padding:0 11px}.normal-discharge__slider .slick-dots{display:flex;justify-content:center;margin-top:25px}@media screen and (max-width:767px){.points-with-outline-wrapper{overflow-x:auto;width:calc(100vw - 18px)}}.points-with-outline{display:flex;flex-wrap:wrap}@media screen and (max-width:767px){.points-with-outline{height:150px;width:1125px}}.points-with-outline li{font-weight:400;font-size:16px;line-height:140%;color:#404040;border:1px solid #ff8300;border-radius:30px;padding:16px 24px;margin:0 12px 12px 0;display:flex;align-items:center;width:-webkit-max-content;width:max-content;min-height:76px}@media screen and (max-width:767px){.points-with-outline li{min-height:54px}}.b-article__subtitle{color:#27388a}@media screen and (max-width:767px){.no-mobile{display:none}}.for-mobile{display:none}@media screen and (max-width:767px){.for-mobile{display:block}}@media screen and (max-width:767px){.for-deck{display:none}}.mb15{margin-bottom:15px;display:block}.text-and-title-with-frame{border:1px solid #27388a;border-radius:8px;padding:34px 24px 24px 24px;width:100%;margin-top:45px;position:relative}@media screen and (max-width:767px){.text-and-title-with-frame{padding:32px 15px 24px 15px}}.text-and-title-with-frame .text-and-title-with-frame__title{border:1px solid #27388a;border-radius:8px;padding:10px;height:42px;background:#fff;position:absolute;left:24px;top:0;-webkit-transform:translateY(-50%);transform:translateY(-50%)}@media screen and (max-width:767px){.text-and-title-with-frame .text-and-title-with-frame__title{left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);width:-webkit-max-content;width:max-content}}.text-and-title-with-frame .text-and-title-with-frame__text p{font-weight:400;font-size:16px;line-height:140%}.text-and-title-with-frame .text-and-title-with-frame__img-2{display:flex;gap:15px}.text-and-title-with-frame .text-and-title-with-frame__img-2 img{width:50%}.text-and-title-with-frame__slider{display:none}@media screen and (max-width:767px){.text-and-title-with-frame__slider{display:block}}.text-and-title-with-frame__slider .slick-slide{margin:0 10px}.text-and-title-with-frame__slider .slick-dots{display:flex;justify-content:center;margin-top:10px}.frame-with-shadow{border-radius:16px;padding:24px;box-shadow:0 6px 14px 0 rgba(163,163,163,.25);background:#fff;margin-bottom:15px}.frame-with-shadow span{color:#27388a}.b-page-search{background:url(/new/f/img/faq/top-back.svg) no-repeat left top #27388a;background-position:calc(50% - 332px) calc(50% + 4px);text-align:center;padding:33px 24px 43px;color:#fff}@media screen and (max-width:767px){.b-page-search{padding:40px 24px;background-position:calc(50% + 40px) 50%;background-size:120px auto}}.b-page-search__title{font-family:RotonBol,Arial,Helvetica,sans-serif;font-size:76px;line-height:1;color:#fff;margin-bottom:0}@media screen and (max-width:767px){.b-page-search__title{font-size:34px;margin-bottom:0}}@media screen and (max-width:459px){.b-page-search__title{font-size:26px}}.b-search-box{padding:40px 0;background:#f3f7f9}@media screen and (max-width:767px){.b-search-box{padding:20px 0}}.b-search-box__tabs{margin-bottom:4px}.b-search-box__wrapper{display:flex;gap:16px;flex-wrap:wrap;padding-top:24px}@media screen and (max-width:767px){.b-search-box__wrapper{padding-top:8px}}.b-search-box__form{width:100%;display:none}.b-search-box.is-empty .b-search-box__form{display:block}.b-search-box__block{width:calc((100% - 16px * 3)/ 4)}@media screen and (max-width:1023px){.b-search-box__block{width:calc((100% - 16px * 2)/ 3)}}@media screen and (max-width:767px){.b-search-box__block{width:calc((100% - 16px)/ 2)}}@media screen and (max-width:459px){.b-search-box__block{width:100%}}.b-search-box__block.is-hidden{display:none}.b-search-box__block .b-gallery__item{opacity:1;height:100%}.b-search-box__block .b-interesting__item,.b-search-box__block .b-product-card{margin:0;height:100%;box-shadow:none;cursor:pointer}@media screen and (max-width:1023px){.b-search-box__block .b-interesting__item,.b-search-box__block .b-product-card{max-width:none}}@media screen and (max-width:767px){.b-search-box__block .b-interesting__item,.b-search-box__block .b-product-card{width:auto}}.b-search-box__block .b-interesting__item:hover,.b-search-box__block .b-product-card:hover{box-shadow:0 0 6px rgba(0,0,0,.1)}.b-search-box__block[data-type=faqquestion] .b-interesting__item{position:relative}.b-search-box__block[data-type=faqquestion] .b-interesting__image{position:absolute;left:0;right:0;top:0;bottom:0;height:auto;border-radius:8px;opacity:.6;background:url(/new/f/img/search/question.jpg) no-repeat center center #efefef;background-size:cover}.b-search-box__block[data-type=faqquestion] .b-interesting__content{margin:4px;position:relative;border-radius:8px;background:rgba(255,255,255,.9)}.b-search-box__block[data-type=faqquestion] .b-interesting__caption,.b-search-box__block[data-type=momvideo] .b-interesting__caption{flex-grow:0}.b-search-box__block[data-type=momvideo] .b-interesting__desc{padding-bottom:4px}.b-search-box__promo{background:url(/new/f/img/search/letter_bg.png) no-repeat 48% center,linear-gradient(to top,#2798cb 0,#1d87b4 51%,#187da9 100%);background-size:auto 100%,auto auto;border-radius:16px;margin-top:16px;color:#fff;display:none;align-items:center}@media screen and (max-width:767px){.b-search-box__promo{background-size:auto auto,auto auto;background-position:110% 0,0 0;flex-direction:column;margin-top:0}}.b-search-box__promo.is-show{display:flex}.b-search-box.is-empty .b-search-box__promo{display:flex}.b-search-box__column{padding:32px 40px;width:50%}@media screen and (max-width:1023px){.b-search-box__column{padding:32px}}@media screen and (max-width:767px){.b-search-box__column{width:100%}}@media screen and (max-width:459px){.b-search-box__column{padding:24px}}.b-search-box__column:nth-child(1){width:54%}@media screen and (max-width:767px){.b-search-box__column:nth-child(1){width:100%}}.b-search-box__column:nth-child(2){width:46%}@media screen and (max-width:767px){.b-search-box__column:nth-child(2){width:100%;padding-top:0}}.b-search-box__title{font-family:RotonBol,Arial,Helvetica,sans-serif;font-size:36px;line-height:38px;letter-spacing:.01em}@media screen and (max-width:767px){.b-search-box__title{font-size:33px;line-height:34px;margin-bottom:24px}}@media screen and (max-width:459px){.b-search-box__title{font-size:25px;line-height:28px}}.b-search-box__desc{font-size:18px;line-height:26px}@media screen and (max-width:459px){.b-search-box__desc{font-size:16px;line-height:24px}}.b-search-box__desc a{padding:0 5px;background:#ff8300;white-space:nowrap;border-radius:4px;color:#fff}.b-search-box__controls{display:flex;flex-wrap:wrap;gap:8px;margin-top:16px}.b-search-box__button{position:relative;max-width:none;width:auto;padding:0 30px}.b-search-box__button:after,.b-search-box__button:before{content:'';position:absolute;left:0;top:0}.b-search-box__button[data-type=wa]{padding-left:45px}.b-search-box__button[data-type=wa]:after{border:1px solid #fff;border-radius:50%;width:24px;height:24px;left:12px;top:8px}.b-search-box__button[data-type=wa]:before{background:url(/new/f/img/icon-phone.svg) no-repeat left top;width:24px;height:24px;left:12px;top:8px}.b-search-box__button[data-type=tg]{padding-left:45px}.b-search-box__button[data-type=tg]:before{background:url(/new/f/img/icon-tg.svg#colorwhite) no-repeat left top;background-size:22px auto;width:22px;height:22px;left:12px;top:10px}.b-basket{background:#f3f7f9;padding:32px 0}@media screen and (max-width:767px){.b-basket{padding:16px 0}}.b-basket__wrapper{max-width:1130px;padding:0 25px;margin:0 auto;width:100%;display:flex;gap:16px}@media screen and (max-width:767px){.b-basket__wrapper{flex-direction:column;padding:0 16px}}.b-basket__aside{position:relative;width:270px}@media screen and (max-width:767px){.b-basket__aside{width:100%}}.b-basket__aside .b-move-block{width:270px;background:#fff;border-radius:8px}@media screen and (max-width:767px){.b-basket__aside .b-move-block{width:100%}}@media screen and (max-width:1023px){.b-basket__aside .b-move-block.is-fixed{top:24px}}.b-basket__content{width:calc(100% - 270px - 16px)}@media screen and (max-width:767px){.b-basket__content{width:100%}}.b-basket__empty{background:#fff;border-radius:16px;padding:40px;flex-grow:1;display:flex;flex-direction:column;align-items:center}.b-basket__empty-title{font-family:RotonBol,Arial,Helvetica,sans-serif;font-size:24px;line-height:1.2;color:#27388a;margin-bottom:2px}.b-basket__empty-subtitle{font-family:RotonBol,Arial,Helvetica,sans-serif;font-size:20px;line-height:1.2;color:#ff8300;margin-bottom:16px}.b-basket__bonus{background:#caf3df;padding:27px 24px 21px;border-radius:15px;display:flex;flex-direction:column;align-items:flex-start;gap:8px}.b-basket__bonus_sum{height:30px;padding:0 15px;display:flex;align-items:center;justify-content:center;text-align:center;border-radius:20px;background:#00a955;font-size:14px;color:#fff}.b-basket__bonus_text{font-family:Arial;font-size:12px;line-height:14px}.b-basket-list{box-shadow:0 0 16px #f2f2f2;background:#fff;border-radius:8px}.b-basket-list__top{padding:24px;display:flex;justify-content:space-between;gap:50px}@media screen and (max-width:1023px){.b-basket-list__top{flex-direction:column;gap:52px}}@media screen and (max-width:459px){.b-basket-list__top{padding:16px;gap:40px}}.b-basket-list__block{position:relative}.b-basket-list__block:nth-child(1){width:calc(100% - 250px - 50px);flex-grow:1}@media screen and (max-width:1023px){.b-basket-list__block:nth-child(1){width:100%}}.b-basket-list__block:nth-child(2){width:250px}@media screen and (max-width:1023px){.b-basket-list__block:nth-child(2){width:100%}.b-basket-list__block:nth-child(2):before{content:'';position:absolute;left:0;right:0;top:-24px;border:1px solid #f3f7f9}}@media screen and (max-width:1023px) and (max-width:459px){.b-basket-list__block:nth-child(2):before{top:-18px}}.b-basket-list__subtitle{font-family:RotonBol,Arial,Helvetica,sans-serif;font-size:18px;line-height:1.2;color:#ff8300}@media screen and (max-width:459px){.b-basket-list__subtitle{font-size:16px}}.b-basket-list__title{font-family:RotonBol,Arial,Helvetica,sans-serif;font-size:24px;line-height:1.2;color:#27388a;margin-bottom:8px}@media screen and (max-width:459px){.b-basket-list__title{font-size:18px}}.b-basket-list__title span{text-wrap:nowrap}.b-basket-list__city-link{display:flex;margin-bottom:24px}@media screen and (max-width:459px){.b-basket-list__city-link{margin-bottom:16px}}@media screen and (max-width:459px){.b-basket-list__city-link .b-product-info__place{font-size:14px}}.b-basket-list__button{line-height:36px;padding:0 25px;max-width:none;width:auto;display:inline-block}@media screen and (max-width:459px){.b-basket-list__button{font-size:16px;line-height:34px;height:36px;padding:0 20px}}.b-basket-list__status{font-family:RotonBol,Arial,Helvetica,sans-serif;font-size:18px;line-height:1.2;color:#27388a;display:flex;align-items:flex-end;flex-direction:column;gap:6px}@media screen and (max-width:1023px){.b-basket-list__status{align-items:flex-start}}.b-basket-list__status span{display:inline-block;vertical-align:top;font-family:RotonReg,Arial,Helvetica,sans-serif;background:#b0b5c3;padding:0 16px;border-radius:14px;font-size:16px;color:#fff;line-height:26px;height:28px;text-wrap:nowrap}.b-basket-list__status span.newbie{background:#00a955}.b-basket-list__status span.baby{background:#ffcc17}.b-basket-list__status span.grow{background:#ffb951}.b-basket-list__status span.expert{background:#ff6258}.b-basket-list__desc{font-size:14px;line-height:18px;margin-top:8px;color:#666;text-align:right}@media screen and (max-width:1023px){.b-basket-list__desc{text-align:left}}.b-basket-list__desc span{font-family:RotonBol,Arial,Helvetica,sans-serif;text-wrap:nowrap}.b-basket-list__progress{position:relative;margin-top:13px;margin-bottom:8px;width:100%;height:12px;border:1px solid #e3e8f5;border-radius:6px}.b-basket-list__progress span{position:absolute;height:12px;min-width:12px;max-width:100%;left:0;top:-1px;border-radius:6px}.b-basket-list__progress span.newbie{background:linear-gradient(to right,#abd347 0,#ffe244 100%)}.b-basket-list__progress span.baby{background:linear-gradient(to right,#ffe244 0,#ffb951 100%)}.b-basket-list__progress span.grow{background:linear-gradient(to right,#ffb951 0,#ff6258 100%)}.b-basket-list__progress span.expert{background:linear-gradient(to right,#ff6258 0,#ff4747 100%)}.b-basket-list__info{position:relative;padding-right:27px;cursor:pointer}.b-basket-list__info:after{content:'i';position:absolute;right:0;top:1px;width:20px;height:20px;border:1px solid currentColor;border-radius:50%;color:#ff8300;text-align:center;font-size:14px;line-height:18px}.b-basket-list__info:hover:after{background:#ff8300;color:#fff}.b-basket-list__bottom{padding:0}.b-basket-list__row{width:100%;padding:24px;display:flex;align-items:center;justify-content:space-between;border-top:1px solid #e3e8f5;gap:16px}@media screen and (max-width:1023px){.b-basket-list__row{position:relative;flex-wrap:wrap;justify-content:flex-start;gap:16px 0}}@media screen and (max-width:459px){.b-basket-list__row{padding:16px}}.b-basket-list__row.is-hidden{display:none}.b-basket-list__row.is-locked{pointer-events:none;opacity:.5}.b-basket-list__row.is-blocked .b-basket-list__column{pointer-events:none;opacity:.5}.b-basket-list__row.is-blocked .b-basket-list__column:last-child{pointer-events:auto;opacity:1}.b-basket-list__row.is-blocked .b-basket-list__delete{position:relative;color:#ff4747}@media screen and (max-width:1023px){.b-basket-list__column:nth-child(1){width:50px;order:1}}.b-basket-list__column:nth-child(2){padding-right:15px;flex-grow:1}@media screen and (max-width:1023px){.b-basket-list__column:nth-child(2){width:calc(100% - 50px - 16px);padding:0 32px 0 16px;order:2}}@media screen and (max-width:1023px){.b-basket-list__column:nth-child(3){display:flex;width:100%;order:3}}@media screen and (max-width:1023px){.b-basket-list__column:nth-child(4){margin-left:auto;order:5}}@media screen and (max-width:1023px){.b-basket-list__column:nth-child(5){order:4}}@media screen and (max-width:1023px){.b-basket-list__column:nth-child(6){order:6}}@media screen and (max-width:1023px){.b-basket-list__column:nth-child(7){order:7}}.b-basket-list__column .b-product-card__controls{margin-top:0;min-height:0}.b-basket-list__column .b-product-bubble__text{padding:0 10px;letter-spacing:0}.b-basket-list__image{display:block;font-size:0;line-height:1;width:50px}.b-basket-list__image img{width:100%;height:auto}.b-basket-list__caption{display:inline-block;vertical-align:top;font-family:RotonBol,Arial,Helvetica,sans-serif;line-height:1.3;color:#ff8300}@media screen and (max-width:459px){.b-basket-list__caption{font-size:14px}}a.b-basket-list__caption{color:#27388a}a.b-basket-list__caption:hover{color:#ff8300}.b-basket-list__subcaption{display:inline-block;vertical-align:top;font-family:RotonBol,Arial,Helvetica,sans-serif;line-height:1.1;color:#27388a}@media screen and (max-width:459px){.b-basket-list__subcaption{font-size:14px}}.b-basket-list__calc{width:110px;margin:0 10px}@media screen and (max-width:1023px){.b-basket-list__calc{margin:0}}@media screen and (max-width:459px){.b-basket-list__calc .b-product-card__basket-controls{margin-top:0}}.b-basket-list__price{font-family:RotonBol,Arial,Helvetica,sans-serif;font-size:18px;line-height:1;color:#353535;min-width:90px;margin:0 5px}.b-basket-list__weight .b-product-info__weight{margin-right:0}.b-basket-list__delete,.b-basket-list__favorite{min-width:20px;font-size:0;line-height:1;cursor:pointer;color:#bcbcbc}.b-basket-list__delete:hover,.b-basket-list__favorite:hover{color:#ff8300}.b-basket-list__delete{text-align:right;padding-bottom:1px}@media screen and (max-width:1023px){.b-basket-list__delete{position:absolute;top:24px;right:24px}}@media screen and (max-width:459px){.b-basket-list__delete{top:16px;right:16px}}.b-basket-list__delete svg{pointer-events:none}.b-basket-list__favorite{position:relative;text-align:left;z-index:5}@media screen and (max-width:1023px){.b-basket-list__favorite{text-align:right;position:absolute;top:84px;right:22px}}@media screen and (max-width:459px){.b-basket-list__favorite{top:76px;right:14px}}.b-basket-list__favorite.is-active{color:#ff4747}.b-basket-list__favorite:hover .b-product-bubble{display:block;bottom:28px;left:calc(50% - 112px)}@media screen and (max-width:1023px){.b-basket-list__favorite:hover .b-product-bubble{left:calc(50% - 108px)}}@media screen and (max-width:767px){.b-basket-list__favorite:hover .b-product-bubble{left:calc(100% - 210px + 24px)}}@media screen and (max-width:767px){.b-basket-list__favorite:hover .b-product-bubble:before{left:calc(100% - 40px)}}.b-basket-list__btn{display:inline-block;border:1px solid #ff8300;border-radius:12px;font-size:14px;line-height:22px;color:#ff8300;padding:0 15px;height:24px;z-index:3;text-wrap:nowrap;cursor:pointer;transition:background 134ms,color 134ms}.b-basket-list__btn[data-type=gift]{background:#ff4747;border-color:#ff4747;color:#fff;cursor:default}.b-basket-list__btn[data-type=action]{border-color:#27388a;color:#27388a}.b-basket-list__btn[data-type=restore]{border-color:#27388a;color:#27388a}.b-basket-list__btn[data-type=restore]:hover{background:#27388a;color:#fff}a.b-basket-list__btn:hover{border-color:#27388a;background:#27388a;color:#fff}.b-basket-list__clear{position:relative;width:20px;height:20px;cursor:pointer;color:#bcbcbc}.b-basket-list__clear:after,.b-basket-list__clear:before{content:'';position:absolute;left:2px;top:9px;width:15px;height:2px;-webkit-transform:rotate(45deg);transform:rotate(45deg);background:currentColor}.b-basket-list__clear:after{-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}.b-basket-list__clear:hover{color:#e23a3a}.b-basket-address.is-hidden{display:none}.b-basket-address__wrapper{background:#fff;box-shadow:0 0 16px #f2f2f2;border-radius:8px;padding:24px;margin-top:16px}@media screen and (max-width:459px){.b-basket-address__wrapper{padding:16px}}.b-basket-address__title{font-size:24px;margin-bottom:24px}@media screen and (max-width:459px){.b-basket-address__title{font-size:22px;margin-bottom:16px}}.b-basket-address__desc{margin-bottom:24px}.b-basket-address__desc--recycling{position:relative;padding-right:140px}@media screen and (max-width:459px){.b-basket-address__desc--recycling{padding-right:0}}.b-basket-address__desc--recycling:after{content:'';position:absolute;right:0;top:calc(50% - 72px);width:120px;height:120px;background:url(/new/f/img/basket/recycling.svg) no-repeat left top}@media screen and (max-width:459px){.b-basket-address__desc--recycling:after{left:calc(50% - 60px);right:auto;top:-175px}}.b-basket-address__box{padding:0}.b-basket-address__row{display:flex;flex-wrap:wrap;gap:0 16px}.b-basket-address__row--bottom{margin-top:16px}@media screen and (max-width:1023px){.b-basket-address__row--times{flex-direction:column}}.b-basket-address__row--level{padding-left:24px}.b-basket-address__row.is-hidden{display:none}.b-basket-address__column{width:calc((100% - 3 * 16px)/ 4)}.b-basket-address__column .b-field--small2:last-child{margin-bottom:0}.b-basket-address__column--x2{width:calc((100% - 16px)/ 2)}.b-basket-address__column--x3{width:calc((3 * 100% - 16px)/ 4)}.b-basket-address__column--x4{width:100%}.b-basket-address__column--3x1{width:calc((100% - 2 * 16px)/ 3)}@media screen and (max-width:1023px){.b-basket-address__row--times .b-basket-address__column{width:100%}}.b-basket-address__legend{line-height:1.2}@media screen and (max-width:459px){.b-basket-address__legend{font-size:14px}}.b-basket-address__link{cursor:pointer;color:#27388a;text-decoration:underline;text-decoration-style:dashed;text-underline-offset:3px;text-decoration-thickness:1px;text-decoration-color:currentColor}.b-basket-address__link:hover{color:#ff8300}.b-basket-address__link.is-hidden{display:none}@media screen and (max-width:459px){.b-basket-address--promo .b-basket-address__wrapper{padding:150px 16px 24px}}@media screen and (max-width:1239px){.b-basket-address--promo .b-basket-address__column{width:calc((100% - 170px - 3 * 16px)/ 3)}}@media screen and (max-width:1023px){.b-basket-address--promo .b-basket-address__column{width:170px}}@media screen and (max-width:1239px){.b-basket-address--promo .b-basket-address__column:nth-child(1){width:170px}}@media screen and (max-width:1239px){.b-basket-address--promo .b-basket-address__row--bottom .b-basket-address__column--x4{width:100%}}@media screen and (max-width:1023px){.b-basket-address--person .b-basket-address__column--3x1{width:calc((100% - 16px)/ 2)}}@media screen and (max-width:459px){.b-basket-address--person .b-basket-address__column--3x1{width:100%}}@media screen and (max-width:459px){.b-basket-address__row--line .b-basket-address__column--3x1:nth-child(1){width:60%}}@media screen and (max-width:459px){.b-basket-address__row--line .b-basket-address__column--3x1:nth-child(2){width:calc(40% - 16px)}}@media screen and (max-width:459px){.b-basket-address--delivery .b-basket-address__column{width:calc((100% - 16px)/ 2)}}@media screen and (max-width:767px){.b-basket-address--delivery .b-basket-address__column--name{width:calc((100% - 16px)/ 2)}}@media screen and (max-width:767px){.b-basket-address--delivery .b-basket-address__column--x3{width:100%}}@media screen and (max-width:459px){.b-basket-address--delivery .b-basket-address__column--x4{width:100%}}@media screen and (max-width:767px){.b-basket-address--delivery .b-basket-address__column .b-field__answer{white-space:nowrap}}.b-basket-address__bonus{position:relative;display:inline-block;border-radius:14px;background:#ff8300;color:#fff;font-size:14px;line-height:27px;padding:0 12px;height:28px;cursor:pointer}.b-basket-address__bonus:after{content:'i';position:absolute;right:-30px;top:4px;width:20px;height:20px;border:1px solid currentColor;border-radius:50%;color:#ff8300;text-align:center;font-size:14px;line-height:18px}.b-basket-address__bonus:hover:after{background:#ff8300;color:#fff}.b-basket-address__bonus span:before{content:'+';position:relative;font-size:15px;line-height:14px;top:-1px;margin-right:2px}.b-basket-address__bonus--form{margin-top:calc(16px + 13px + 6px)}.b-basket-address__bonus--profile{top:-14px;padding:0 16px;z-index:3}.b-basket-address__bonus--inner{margin-right:30px;padding:0 16px;z-index:3}.b-basket-address__bonus:hover .b-product-bubble{display:block;width:280px;left:calc(50% - 140px)}@media screen and (max-width:459px){.b-basket-address__bonus:hover .b-product-bubble{left:calc(100% - 280px + 32px)}}@media screen and (max-width:459px){.b-basket-address__bonus:hover .b-product-bubble:before{left:calc(100% - 72px)}}.b-basket-address__modal{position:absolute;left:50%;bottom:0;background:pink}.b-basket-address__map{position:relative}.b-basket-address__map-button{position:absolute;right:0;top:-4px;cursor:pointer;border:1px solid #ff8300;border-radius:12px;font-size:14px;line-height:22px;color:#ff8300;padding:0 15px;height:24px;z-index:3;transition:background 134ms,color 134ms}@media screen and (max-width:459px){.b-basket-address__map-button{font-size:12px;padding:0 12px}}.b-basket-address__map-button:hover{background:#ff8300;color:#fff}.b-basket-address__map-box{display:none}.b-basket-history{background:#fafafa;margin:0 -24px 27px;padding:20px 24px 24px;border-top:1px solid #e3e8f5;border-bottom:1px solid #e3e8f5}@media screen and (max-width:459px){.b-basket-history{margin:0 -16px 20px;padding:20px 16px 24px}}.b-basket-history__caption{font-family:RotonBol,Arial,Helvetica,sans-serif;font-size:18px;line-height:1;margin-bottom:18px}@media screen and (max-width:459px){.b-basket-history__caption{font-size:17px}}.b-basket-history__box{font-size:14px;line-height:22px;display:flex;flex-direction:column;gap:16px}.b-basket-history__item{display:flex;gap:8px}@media screen and (max-width:459px){.b-basket-history__item{flex-direction:column-reverse;align-items:flex-start;gap:4px}}.b-basket-history__btn{display:inline-block;border:1px solid #27388a;background:#27388a;border-radius:12px;color:#fff;padding:0 15px;height:24px;z-index:3;text-wrap:nowrap;cursor:pointer;transition:background 134ms,border-color 134ms}.b-basket-history__btn.is-active,.b-basket-history__btn:hover{background:#ff8300;border:1px solid #ff8300}.recycling-icons{font-size:0;line-height:1;margin-bottom:16px;display:flex;gap:12px}@media screen and (max-width:767px){.recycling-icons{gap:8px}}@media screen and (max-width:459px){.recycling-icons{flex-wrap:wrap}}@media screen and (max-width:767px){.recycling-icons img{width:56px;height:56px}}.recycling-packs{margin-top:24px;display:grid;grid-template-columns:1fr 1fr;gap:40px}@media screen and (max-width:767px){.recycling-packs{grid-template-columns:1fr}}.recycling-packs__section{display:flex;flex-direction:column}.recycling-packs__title{font-size:24px;line-height:130%;text-align:center;width:100%;color:#24346c}.recycling-packs__ico{margin-top:30px;margin-bottom:3px;display:flex;align-items:center;justify-content:center}.recycling-packs__ico img{width:100%;height:auto}.b-basket-actions{padding-top:16px}@media screen and (max-width:767px){.b-basket-actions{padding:0 0 8px}}@media screen and (max-width:459px){.b-basket-actions{margin:0 -16px}}.b-basket-actions__wrapper{height:118px}.b-basket-actions__wrapper .b-catalog-promo__item{margin:8px 4px}.b-basket-promo{border-bottom:1px solid #e3e8f5}.b-basket-promo__wrapper{padding:16px 24px 24px}@media screen and (max-width:767px){.b-basket-promo__wrapper{padding:24px}}@media screen and (max-width:459px){.b-basket-promo__wrapper{padding:16px}}.b-basket-promo__title{font-family:RotonBol,Arial,Helvetica,sans-serif;line-height:1;letter-spacing:.015em;margin-bottom:13px}.b-basket-promo__column.is-locked{pointer-events:none;opacity:.5}.b-basket-promo__column .b-field--input{margin-bottom:0}.b-basket-promo__code{background:#eee;border:1px solid #e3e8f5;border-radius:4px;display:flex;justify-content:space-between;align-items:center;height:32px;margin-top:16px}.b-basket-promo__code.is-hidden{display:none}.b-basket-promo__caption{font-family:RotonBol,Arial,Helvetica,sans-serif;font-size:18px;line-height:1;padding:0 12px;color:#27388a}.b-basket-promo__del{position:relative;width:32px;height:32px;cursor:pointer;color:#bcbcbc}.b-basket-promo__del:after,.b-basket-promo__del:before{content:'';position:absolute;left:6px;top:15px;width:16px;height:2px;-webkit-transform:rotate(45deg);transform:rotate(45deg);background:currentColor}.b-basket-promo__del:after{-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}.b-basket-promo__del:hover{color:#e23a3a}.b-basket-order.is-locked{position:relative;pointer-events:none}.b-basket-order.is-locked:before{content:'';position:absolute;left:0;right:0;top:0;bottom:0;background:rgba(255,255,255,.8);box-shadow:0 0 5px rgba(255,255,255,.8);z-index:2}.b-basket-order.is-locked:after{content:'';position:absolute;background:url(/new/f/img/preloader.svg) no-repeat left top;top:calc(50% - 30px);left:calc(50% - 30px);width:60px;height:60px;z-index:3}.b-basket-order__wrapper{padding:24px 24px 8px}@media screen and (max-width:459px){.b-basket-order__wrapper{padding:16px 16px 0}}.b-basket-order__list{padding-top:14px}.b-basket-order__title{font-family:RotonBol,Arial,Helvetica,sans-serif;font-size:24px;line-height:1;color:#27388a}.b-basket-order__subtitle{font-family:RotonBol,Arial,Helvetica,sans-serif;font-size:18px;line-height:24px;color:#404040;display:flex;flex-direction:column;padding-bottom:2px}.b-basket-order__subtitle span{font-size:16px}.b-basket-order__subtitle div{font-size:24px;line-height:1.3}.b-basket-order__subtitle i{font-style:normal}.b-basket-order__item{display:flex;justify-content:space-between;font-size:14px;line-height:24px;color:rgba(0,0,0,.67)}.b-basket-order__item span{font-size:14px;font-family:RotonBol,Arial,Helvetica,sans-serif}.b-basket-order__item.is-hidden{display:none}.b-basket-order__controls{display:flex;flex-direction:column;justify-content:center;align-items:center;border-top:1px solid #e3e8f5;padding:24px;gap:10px}.b-basket-order__notices{padding:0 24px 24px;display:flex;flex-direction:column}@media screen and (max-width:459px){.b-basket-order__notices{padding:0 16px 16px}}.b-basket-order__notices.is-hidden{display:none}.b-basket-order__notice{margin-top:16px}.b-basket-order__notice--info,.b-basket-order__notice--message,.b-basket-order__notice--reg,.b-basket-order__notice--warning{color:#fff;border-radius:8px;padding:16px;font-size:14px;line-height:18px}.b-basket-order__notice--warning{background:#ff4747}.b-basket-order__notice--message{background:#ff8300}.b-basket-order__notice--info{background:#27388a}.b-basket-order__notice--reg{background:#f3f7f9;color:#353535}.b-basket-order__notice.is-hidden{display:none}.b-basket-order__notice-step{margin-top:8px}.b-basket-order__notice-step.is-hidden{display:none}.b-basket-order__buttons{display:flex;flex-direction:column;align-items:center;padding-top:8px;gap:8px}.b-basket-order__btn{border-radius:18px;height:36px;font-size:16px;line-height:35px;padding:0 20px;width:auto}.b-basket-order__btn.button--link{color:#ff8300}.b-basket-order__btn.button--link:hover{color:#27388a}.b-basket-order__babymania{background:#7fbedd;white-space:wrap;line-height:1;padding:8px 16px;min-height:56px;border-radius:28px;height:auto}.b-basket-order__babymania .bm-coin{margin-left:1px}.b-address-suggest{position:absolute;background:pink;left:0;right:0;top:38px}.b-address-suggest>ymaps{right:1px}.b-address-suggest [class*="search__suggest "]{border-radius:0 0 4px 4px;font:16px/28px RotonReg,Arial,Helvetica,sans-serif}.b-address-suggest [class*=search__suggest-highlight]{font-family:RotonBol,Arial,Helvetica,sans-serif;font-weight:400}.b-address-suggest [class*=search__suggest-item]{padding:0 15px}.b-address-suggest [class*=search__suggest-item_selected_yes]{background:#edf0f9}.b-address-suggest [class*="-suggest-item "]:first-child{margin-top:8px}.b-address-suggest [class*="-suggest-item "]:last-child{margin-bottom:12px}.b-order-success{flex-grow:1;max-width:720px;margin:0 auto;text-align:center}.b-order-success__wrapper{box-shadow:0 0 16px #f2f2f2;background:#fff;border-radius:16px;padding:32px 24px 32px}.b-order-success__title{font-size:26px;line-height:30px;letter-spacing:.01em;margin-bottom:12px;color:#ff8300}.b-order-success__subtitle{margin-bottom:12px}.b-order-success__delivery{margin-bottom:16px}.b-order-success__button{display:inline-block;padding:0 30px;max-width:none;width:auto}#promocode-element-container{margin-top:32px}.bm-section{padding:40px 0 48px}.bm-section .slick-arrow{border-radius:50%;background:#f3f7f9}.bm-section .slick-arrow:before{width:10px;height:10px}.bm-section[data-bg=blue100]{background:#7fbedd}.bm-section[data-bg=blue100] .bm-subtitle{color:#fff}.bm-section[data-bg=blue200]{background:#a9dcf5}.bm-section[data-bg=blue200] .slick-arrow{border-radius:50%;background:#fff}.bm-section__buttons{margin-top:24px;display:flex;justify-content:center;align-items:center;gap:16px}@media screen and (max-width:767px){.bm-section__buttons{margin-top:16px}}.bm-section__buttons .button{width:-webkit-min-content;width:min-content}.bm-slider{--gap:16px;position:relative;margin-top:36px}@media screen and (max-width:767px){.bm-slider{margin-top:23px}}@media screen and (max-width:767px){.bm-slider[data-type=bm-1] .b-gallery__wrapper{overflow-x:auto}}@media screen and (max-width:767px){.bm-slider[data-type=bm-2] .b-gallery__wrapper{display:flex!important;flex-direction:column;gap:8px!important;align-items:center}}.bm-slider .b-gallery__wrapper:not(.slick-initialized){gap:var(--gap);display:flex}.bm-slider .b-gallery__wrapper:not(.slick-initialized)>:nth-child(n+8){display:none!important}.bm-slider .b-gallery__wrapper:not(.slick-initialized)>*{margin:0}@media screen and (max-width:767px){.bm-slider .b-gallery__wrapper:not(.slick-initialized)>*{opacity:1;width:100%;display:flex;justify-content:center}}.bm-slider--standart .b-gallery__wrapper.slick-initialized .b-gallery__item>*{margin:0 6px}.bm-slider--standart .slick-list{overflow:visible}.bm-slider--standart .b-gallery__wrapper{padding:30px 6px;margin:-30px -6px}@media screen and (max-width:767px){.bm-slider--standart .b-gallery__wrapper{padding:16px 16px;margin:-16px -16px}}.bm-slider[data-type=bm-1] .b-gallery__next,.bm-slider[data-type=bm-1] .b-gallery__prev,.bm-slider[data-type=bm-2] .b-gallery__next,.bm-slider[data-type=bm-2] .b-gallery__prev{left:-38px}.bm-slider[data-type=bm-1] .b-gallery__next,.bm-slider[data-type=bm-2] .b-gallery__next{left:auto;right:-38px}@media screen and (max-width:767px){.b-products--bm .wrapper--content{padding:0}}@media screen and (max-width:1023px){.bm-product .bm-wrapper{width:100%}}@media screen and (max-width:767px){.bm-product .bm-wrapper{width:calc(100% - 32px)}}.bm-config{position:fixed;top:0;left:0;right:0;bottom:0;z-index:100;display:none;align-items:center;justify-content:center;padding:40px;gap:20px;background:rgba(127,190,221,.8)}@media screen and (max-width:767px){.bm-config{padding:40px 16px}}.bm-config.is-open{display:flex}.bm-config__container{display:flex;flex-direction:column;align-items:center;justify-content:center}@media screen and (max-width:767px){.bm-config__container{width:100%;max-width:420px}}.bm-config__block{border-radius:32px;background:#fff;padding:56px 380px 50px 58px;position:relative;overflow:hidden}@media screen and (max-width:1023px){.bm-config__block{padding:30px 240px 30px 25px}}@media screen and (max-width:767px){.bm-config__block{width:100%;padding:26px 25px 0}}.bm-config__tabs{display:none;align-items:center;overflow:auto}@media screen and (max-width:767px){.bm-config__tabs{display:flex}}.bm-config__tabs_item{display:flex;align-items:center;justify-content:center;padding:0 16px;font-size:16px;color:#207ca9;height:32px;cursor:pointer;white-space:nowrap;border-radius:20px}.bm-config__tabs_item.active{color:#fff;background:#207ca9}.bm-config__container{display:flex;flex-direction:column;gap:32px;position:relative;z-index:1}@media screen and (max-width:1023px){.bm-config__container{align-items:flex-start;gap:16px}}.bm-config__title{font-size:36px;line-height:120%;letter-spacing:-.02em;color:#404040}@media screen and (max-width:1023px){.bm-config__title{font-family:RotonBol,Arial,Helvetica,sans-serif;font-size:20px}}.bm-config__controls{display:flex;flex-direction:column;gap:inherit}.bm-config__controls_row{display:flex;align-items:center}@media screen and (max-width:767px){.bm-config__controls_row{display:none}.bm-config__controls_row.active{display:flex}}.bm-config__controls_label{width:120px;font-size:20px;line-height:120%;letter-spacing:-.02em;color:#666}@media screen and (max-width:1023px){.bm-config__controls_label{width:100px;font-size:16px}}@media screen and (max-width:767px){.bm-config__controls_label{display:none}}.bm-config__controls_items{display:flex;align-items:center;gap:8px}.bm-config__btn{display:flex;align-items:center;justify-content:center;height:40px;width:131px;border:1px solid #207ca9;background:#fff;color:#207ca9;cursor:pointer;transition:background 134ms;border-radius:30px}@media screen and (max-width:1023px){.bm-config__btn{height:32px;width:106px}}.bm-config__btn.active{background:#207ca9;color:#fff}.bm-config__radio{height:40px;width:40px;box-sizing:border-box;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center}@media screen and (max-width:1023px){.bm-config__radio{height:32px;width:32px}}.bm-config__radio.active{pointer-events:none}.bm-config__radio.active:before{content:'';display:block;width:24px;height:24px;background-position:center;background-repeat:no-repeat}.bm-config__radio.active[data-value=disabled]:before{background:url(/new/f/img/babymania/icons/cross.svg)}.bm-config__radio.active:not([data-value=disabled]):before{background:url(/new/f/img/babymania/icons/check.svg)}.bm-config__buttons{display:flex;align-items:center;gap:16px}@media screen and (max-width:767px){.bm-config__buttons{gap:8px;margin:218px -25px 0;padding:24px 30px 20px;flex-wrap:wrap;justify-content:flex-start;background:#fff}}.bm-config__preview{position:absolute;right:-45px;bottom:0;display:flex;pointer-events:none}@media screen and (max-width:1023px){.bm-config__preview{right:0}}@media screen and (max-width:767px){.bm-config__preview{right:auto;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%);top:145px;bottom:auto}}.bm-config__preview canvas{-webkit-transform:scale(.52);transform:scale(.52);-webkit-transform-origin:right bottom;transform-origin:right bottom}@media screen and (max-width:1023px){.bm-config__preview canvas{-webkit-transform:scale(.29);transform:scale(.29)}}@media screen and (max-width:767px){.bm-config__preview canvas{-webkit-transform:scale(.22);transform:scale(.22);-webkit-transform-origin:top center;transform-origin:top center}}.bm-config__action{font-size:20px;color:#fff;cursor:pointer}.bm-config .button--big{display:flex;align-items:center;justify-content:center}@media screen and (max-width:1023px){.bm-config .button--big{height:44px;padding:0 24px;font-size:16px;width:auto}}.bm-config .button--transparent{color:#ff8300}.bm-config .button--transparent:hover{color:#fff}.bm-modal__title{font-size:36px;line-height:43px;letter-spacing:-.019em}@media screen and (max-width:767px){.bm-modal__title{font-size:24px;line-height:29px}}.bm-modal__text{margin-top:17px;font-size:24px;line-height:33px;letter-spacing:-.019em}@media screen and (max-width:767px){.bm-modal__text{margin-top:10px;font-size:16px;line-height:22px}}.bm-modal__buttons{display:flex;align-items:center;gap:16px;margin-top:21px;flex-wrap:wrap}@media screen and (max-width:767px){.bm-modal__buttons{margin-top:20px;gap:8px}}.bm-modal__progress_suptitle{font-size:36px;line-height:120%;letter-spacing:-.019em}@media screen and (max-width:767px){.bm-modal__progress_suptitle{font-size:24px}}.bm-modal__progress_title{margin-top:9px;font-family:RotonBol,Arial,Helvetica,sans-serif;font-size:48px;line-height:120%}@media screen and (max-width:767px){.bm-modal__progress_title{font-size:36px}}.bm-modal__progress_level{font-size:48px;line-height:100%;color:#fb6862;position:absolute;left:calc(50% - 68px);bottom:calc(100% + 38px);display:flex;gap:8px}@media screen and (max-width:767px){.bm-modal__progress_level{font-size:36px;left:calc(39% - 70px)}}.bm-modal__progress_level span{position:relative;display:inline-block;width:45px;text-align:center}.bm-modal__progress_level svg{position:absolute;left:50%;top:calc(100% + 11px);-webkit-transform:translateX(-50%);transform:translateX(-50%)}.bm-modal__progress_line{margin:130px -56px 0;position:relative;background:#207ca9;height:120px}@media screen and (max-width:767px){.bm-modal__progress_line{margin:113px -24px 0;height:88px}}.bm-modal__progress_line::before{content:'';display:block;width:0;height:100px;position:absolute;left:0;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);border-radius:0 32px 32px 0;background:linear-gradient(90deg,#eb6fe6 0,#ff6746 100%)}@media screen and (max-width:767px){.bm-modal__progress_line::before{height:76px;border-radius:0 18px 18px 0}}.bm-modal__progress_line::after{--color-2:rgba(255,255,255,0.27);content:'';display:block;position:absolute;left:0;top:20px;right:0;bottom:20px;background-image:linear-gradient(90deg,transparent 9%,var(--color-2) 10%,transparent 10.1%,transparent 92%,transparent);background-size:115px 115px;background-position:center}@media screen and (max-width:767px){.bm-modal__progress_line::after{background-size:66px 66px}}.bm-modal__progress_next{margin-top:29px;font-size:36px;line-height:120%}@media screen and (max-width:767px){.bm-modal__progress_next{margin-top:44px;font-size:24px}}.bm-modal__game_title{font-size:36px;line-height:120%;letter-spacing:-.019em}@media screen and (max-width:767px){.bm-modal__game_title{font-size:20px}}.bm-modal__game_text{margin-top:16px;color:#666;font-size:20px;line-height:120%;letter-spacing:-.019em}@media screen and (max-width:767px){.bm-modal__game_text{margin-top:12px;font-size:16px}}.bm-modal__game_buttons{margin-top:32px;display:flex;align-items:center;gap:16px;flex-wrap:wrap}.bm-modal__game_buttons .button{max-width:none;width:-webkit-max-content;width:max-content;display:flex;align-items:center}@media screen and (max-width:767px){.bm-modal__game_buttons{gap:8px}}.bm-modal__game_img{position:absolute}.bm-modal__prize_content{display:flex;flex-direction:column;gap:24px}@media screen and (max-width:767px){.bm-modal__prize_content{gap:16px}}.bm-modal__prize_title{font-size:36px;line-height:43px;letter-spacing:-.019em}@media screen and (max-width:767px){.bm-modal__prize_title{font-size:24px;line-height:29px}}.bm-modal__prize_info{padding:0;margin:0;display:flex;flex-direction:column;gap:4px}.bm-modal__prize_info li{font-size:24px;line-height:29px;letter-spacing:-.019em}@media screen and (max-width:767px){.bm-modal__prize_info li{font-size:20px;line-height:24px}}.bm-modal__prize_main{padding:24px;border-radius:24px;background:#efefef;display:flex;flex-direction:column;gap:16px}@media screen and (max-width:767px){.bm-modal__prize_main{border-radius:0;margin:0 -24px}}.bm-modal__prize_logo{height:40px}@media screen and (max-width:767px){.bm-modal__prize_logo{height:20px}}.bm-modal__prize_logo img{height:100%}.bm-modal__prize_descr{font-size:24px;line-height:34px;letter-spacing:-.019em}@media screen and (max-width:767px){.bm-modal__prize_descr{font-size:16px;line-height:23px}}.bm-modal__prize_additional{padding:24px;border-radius:24px;background:#fcfbe7;display:flex;flex-direction:column;gap:16px;font-size:20px;line-height:28px;letter-spacing:-.019em}.bm-modal__prize_additional pre{font-family:inherit;white-space:pre-line}@media screen and (max-width:767px){.bm-modal__prize_additional{border-radius:0;margin:0 -24px;font-size:16px;line-height:23px}}.bm-modal__prize_footer{display:flex;gap:16px}.bm-modal__prize_footer .button{height:56px;width:-webkit-max-content;width:max-content;max-width:none;min-width:none;display:flex;align-items:center;justify-content:center;text-align:center;font-size:20px;border-radius:30px}@media screen and (max-width:767px){.bm-modal__prize_footer .button{height:44px;font-size:16px;padding:0 24px}}.b-modal--bm .b-modal__content{padding:56px;position:relative}@media screen and (max-width:767px){.b-modal--bm .b-modal__content{padding:24px}}@media screen and (max-width:459px){.b-modal--bm .b-modal__wrapper{padding:16px}}.b-modal--bm .b-modal__layout{max-width:613px}@media screen and (max-width:767px){.b-modal--bm .b-modal__layout{min-height:auto}}.b-modal--bm#BMGameFinish .bm-modal__game_img{top:0;right:0;bottom:0;left:0;pointer-events:none}.b-modal--bm#BMGameFinish .bm-modal__game_img picture:nth-child(1){position:absolute;top:-28px;right:-35px}@media screen and (max-width:767px){.b-modal--bm#BMGameFinish .bm-modal__game_img picture:nth-child(1){top:-22px;right:-10px}}.b-modal--bm#BMGameFinish .bm-modal__game_img picture:nth-child(2){position:absolute;bottom:-57px;right:-44px}@media screen and (max-width:767px){.b-modal--bm#BMGameFinish .bm-modal__game_img picture:nth-child(2){bottom:-40px;right:20px}}.b-modal--bm#BMEmptyProfile .bm-modal__game_img,.b-modal--bm#BMEmptyProfile2 .bm-modal__game_img,.b-modal--bm#BMINNSuccess .bm-modal__game_img,.b-modal--bm#BMINNWaiting .bm-modal__game_img,.b-modal--bm#BMInfo .bm-modal__game_img{left:50%;bottom:calc(100% - 40px);-webkit-transform:translateX(-50%);transform:translateX(-50%);pointer-events:none}@media screen and (max-width:767px){.b-modal--bm#BMEmptyProfile .bm-modal__game_img,.b-modal--bm#BMEmptyProfile2 .bm-modal__game_img,.b-modal--bm#BMINNSuccess .bm-modal__game_img,.b-modal--bm#BMINNWaiting .bm-modal__game_img,.b-modal--bm#BMInfo .bm-modal__game_img{bottom:calc(100% - 23px)}}.b-modal--bm#BMBlock .bm-modal__game_img{left:50%;bottom:calc(100% - 39px);-webkit-transform:translateX(-50%);transform:translateX(-50%);pointer-events:none}@media screen and (max-width:767px){.b-modal--bm#BMBlock .bm-modal__game_img{bottom:calc(100% - 23px)}}.b-modal--bm#BMVoucher .b-modal__layout{max-width:1130px}#BMProgress.is-show .bm-modal__progress_line::before{width:calc(50% + 20px);transition:all 1s ease-out .5s}.bm-game{padding:30px;min-height:calc(100vh - 160px);display:flex;justify-content:center;background:#7fbedd;background-position:center top}@media screen and (max-width:767px){.bm-game{padding:18px 0}}.bm-game--1{background-image:url(/new/f/img/babymania/games/game-bg-1.png);background-size:1556px auto}@media screen and (max-width:767px){.bm-game--1{background-image:url(/new/f/img/babymania/games/game-bg-1_mob.png);background-size:322px auto}}.bm-game--2{background-image:url(/new/f/img/babymania/games/game-bg-2.png);background-size:1617px auto}@media screen and (max-width:767px){.bm-game--2{background-image:url(/new/f/img/babymania/games/game-bg-2_mob.png);background-size:320px auto}}.bm-game--3{background-image:url(/new/f/img/babymania/games/game-bg-3.png);background-size:1546px auto}@media screen and (max-width:767px){.bm-game--3{background-image:url(/new/f/img/babymania/games/game-bg-3_mob.png);background-size:320px auto}}.bm-game--3 .bm-game__wrapper{max-width:900px}.bm-game--3 [data-question-template] .bm-game__input_answear{opacity:0}.bm-game--3 [data-question-template] .bm-game__input_answear.active{-webkit-animation:showAnim .6s ease-in-out 0s 1 forwards;animation:showAnim .6s ease-in-out 0s 1 forwards}.bm-game--3 [data-question-template] .bm-game__content{opacity:0}.bm-game--3 [data-question-template] .bm-game__content.active{opacity:1}.bm-game--3 [data-game-finish] .bm-game__actions,.bm-game--3 [data-game-finish] .bm-game__content{opacity:0}.bm-game--3 [data-game-finish] .bm-game__actions.active,.bm-game--3 [data-game-finish] .bm-game__content.active{transition:all .6s ease-in-out;opacity:1}.bm-game--4{background-image:url(/new/f/img/babymania/games/game-bg-4.png);background-size:1455px auto}@media screen and (max-width:767px){.bm-game--4{background-image:url(/new/f/img/babymania/games/game-bg-4_mob.png);background-size:320px auto}}.bm-game--5{background-image:url(/new/f/img/babymania/games/game-bg-5.png);background-size:1616px auto}@media screen and (max-width:767px){.bm-game--5{background-image:url(/new/f/img/babymania/games/game-bg-5_mob.png);background-size:320px auto}}.bm-game--6{background-image:url(/new/f/img/babymania/games/game-bg-6.png);background-size:1454px auto}@media screen and (max-width:767px){.bm-game--6{background-image:url(/new/f/img/babymania/games/game-bg-6_mob.png);background-size:320px auto}}.bm-game--7{background-image:url(/new/f/img/babymania/games/game-bg-7.png);background-position:center center;background-repeat:repeat}@media screen and (max-width:767px){.bm-game--7{background-size:470px auto}}.bm-game .button{display:inline-flex;align-items:center;justify-content:center;gap:.5em;width:-webkit-max-content;width:max-content}.bm-game .button--transparent{color:#ff8300;max-width:none}@media screen and (min-width:768px){.bm-game .button--transparent:hover{color:#fff}}.bm-game__wrapper{width:calc(100% - 40px);max-width:1014px}@media screen and (max-width:767px){.bm-game__wrapper{width:calc(100% - 32px)}}.bm-game__block{background:#fff;padding:32px;border-radius:32px;display:flex;flex-direction:column;gap:16px}@media screen and (max-width:767px){.bm-game__block{padding:16px;border-radius:24px}}.bm-game__header{display:flex;align-items:center;justify-content:space-between}@media screen and (max-width:767px){.bm-game__header{flex-direction:column-reverse;align-items:flex-start;gap:18px}}.bm-game__title{display:flex;align-items:center;gap:8px;font-family:RotonBol,Arial,Helvetica,sans-serif;font-size:32px;line-height:120%;letter-spacing:.01em;color:#27388a}@media screen and (max-width:767px){.bm-game__title{font-size:24px;letter-spacing:.04em;width:100%;justify-content:space-between}}.bm-game__label{color:#31a8db;font-size:16px;line-height:120%}.bm-game__content{border-radius:24px;padding:40px;display:flex;flex-direction:column;gap:32px}@media screen and (max-width:767px){.bm-game__content{padding:16px;gap:16px}}.bm-game__content--dictionary{gap:16px}@media screen and (max-width:767px){.bm-game__content--dictionary{gap:8px}}.bm-game__content--blue{background:#e1f5ff}.bm-game__content--gray{background:#fafafa}.bm-game__content--video{border-radius:0;padding:0;gap:0}.bm-game__content form{display:none;flex-direction:column;gap:32px}@media screen and (max-width:767px){.bm-game__content form{padding:16px;gap:16px}}.bm-game__content form.active{display:flex}.bm-game__question{font-size:24px;line-height:120%;letter-spacing:.02em}@media screen and (max-width:767px){.bm-game__question{font-size:20px}}.bm-game__question p{font-size:.85em}.bm-game__tooltip{position:relative;width:24px;height:24px;border-radius:50%;border:1px solid currentColor;display:flex;align-items:center;justify-content:center;font-family:RotonReg,Arial,Helvetica,sans-serif;font-size:20px;cursor:pointer;z-index:1;flex-shrink:0}.bm-game__tooltip:hover .bm-game__tooltip_block{display:block}.bm-game__tooltip_block{display:none;color:#fff;background:#27388a;padding:24px 32px;text-align:center;font-size:20px;line-height:120%;position:absolute;top:calc(100% + 10px);left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%);border-radius:16px;width:400px}@media screen and (max-width:767px){.bm-game__tooltip_block{left:auto;right:-12px;-webkit-transform:none;transform:none;width:278px;padding:16px;font-size:14px}}.bm-game__tooltip_block:before{content:'';display:block;width:16px;height:16px;background:#27388a;position:absolute;top:-8px;left:50%;-webkit-transform:translateX(-50%) rotate(45deg);transform:translateX(-50%) rotate(45deg)}@media screen and (max-width:767px){.bm-game__tooltip_block:before{left:auto;right:8px}}.bm-game__tooltip_block a:hover{color:#fff}.bm-game__progress{display:flex;align-items:center;gap:16px}@media screen and (max-width:767px){.bm-game__progress{gap:10px}}.bm-game__progress_item{width:100%;height:16px;border-radius:10px;border:1px solid #2b9ff3;transition:all 134ms;position:relative;overflow:hidden}.bm-game__progress_item:before{content:'';display:block;width:0%;height:100%;position:absolute;left:0;top:0;background:currentColor;border-radius:inherit;transition:width 1s ease-in-out}.bm-game__progress_item.success{color:#2bc11b;border-color:#2bc11b}.bm-game__progress_item.success:before{width:100%}.bm-game__progress_item.error{color:#f8673a;border-color:#f8673a}.bm-game__progress_item.error:before{width:100%}.bm-game__progress_item.current{color:#2b9ff3;border-color:#2b9ff3}.bm-game__progress_item.current:before{width:100%}.bm-game__actions{display:flex;align-items:center;gap:8px}.bm-game__actions.disable{pointer-events:none}.bm-game__true-btn{font-family:RotonBol,Arial,Helvetica,sans-serif;padding:6px 24px 6px 6px;height:56px;border-radius:30px;display:flex;align-items:center;justify-content:center;gap:12px;color:#31a8db;border:1px solid currentColor;font-size:20px;line-height:100%;cursor:pointer;transition:all 134ms;position:relative}@media screen and (max-width:767px){.bm-game__true-btn{gap:8px;font-size:16px;padding:6px 18px 6px 6px;height:44px}}.bm-game__true-btn.success{color:#2bc11b;pointer-events:none}.bm-game__true-btn.disabled{color:#cbcbcb;pointer-events:none}.bm-game__true-btn.error{color:#f97a52;pointer-events:none;-webkit-animation:shake .3s ease-out 0s 1;animation:shake .3s ease-out 0s 1}.bm-game__true-btn.correct:not(.disabled){-webkit-animation:answear .7s ease-out 0s 1;animation:answear .7s ease-out 0s 1}.bm-game__true-btn.correct:not(.disabled):after{content:'';display:block;width:100%;height:100%;border-radius:inherit;border:inherit;opacity:0;-webkit-animation:answearAfter .6s ease-out .2s 1;animation:answearAfter .6s ease-out .2s 1;position:absolute;left:0;top:0}.bm-game__true-ico{width:44px;height:44px;border-radius:22px;background-color:currentColor;background-position:center;background-repeat:no-repeat;transition:all 134ms}@media screen and (max-width:767px){.bm-game__true-ico{width:30px;height:30px;background-size:80%}}.bm-game__true-ico.success{background-image:url(/new/f/img/babymania/games/check.svg)}.bm-game__true-ico.error{background-image:url(/new/f/img/babymania/games/cross.svg)}.bm-game__answear{font-size:16px;line-height:120%;display:none}.bm-game__answear a{color:#ff8300;text-decoration:underline}.bm-game__correct{font-size:20px;line-height:120%;margin-top:-16px;color:#404040;letter-spacing:.018em}@media screen and (max-width:767px){.bm-game__correct{font-size:18px;margin-top:0}}.bm-game__correct span{font-family:RotonBol,Arial,Helvetica,sans-serif}.bm-game__correct.is-hidden{display:none}.bm-game__total{display:flex;flex-direction:column;gap:24px}.bm-game__total_item{font-family:RotonBol,Arial,Helvetica,sans-serif;display:flex;align-items:center;gap:12px;font-size:24px;line-height:100%}@media screen and (max-width:767px){.bm-game__total_item{font-size:16px}}.bm-game__total_item[data-game-total=correct]{color:#2bc11b}.bm-game__total_item[data-game-total=correct] .bm-game__total_ico{background-image:url(/new/f/img/babymania/games/check.svg)}.bm-game__total_item[data-game-total=wrong]{color:#f97a52}.bm-game__total_item[data-game-total=wrong] .bm-game__total_ico{background-image:url(/new/f/img/babymania/games/cross.svg)}.bm-game__total_item--simple{display:block}.bm-game__total_layout{display:flex;align-items:center;gap:12px}.bm-game__total_correct{font-family:RotonReg,Arial,Helvetica,sans-serif;font-size:20px;line-height:120%;color:#404040;margin-top:16px;letter-spacing:.018em}@media screen and (max-width:767px){.bm-game__total_correct{font-size:16px;margin-top:12px}}.bm-game__total_correct span{font-family:RotonBol,Arial,Helvetica,sans-serif}.bm-game__total_correct.is-hidden{display:none}.bm-game__total_ico{width:44px;height:44px;border-radius:22px;background-color:currentColor;background-position:center;background-repeat:no-repeat;transition:all 134ms}@media screen and (max-width:767px){.bm-game__total_ico{width:30px;height:30px;background-size:80%}}.bm-game__input{display:flex;flex-direction:column;gap:16px}.bm-game__input_header{text-align:center;font-size:24px;line-height:29px;color:#2b9ff3}@media screen and (max-width:767px){.bm-game__input_header{text-align:left;font-size:16px;line-height:120%}}.bm-game__input_answear{position:relative}.bm-game__input_answear input{width:100%;height:56px;padding-left:58px;font-size:24px;font-family:RotonBol,Arial,Helvetica,sans-serif;color:#cbcbcb;border:1px solid #cbcbcb;border-radius:30px;transition:all 134ms ease-in-out}@media screen and (max-width:767px){.bm-game__input_answear input{height:44px;padding-left:49px;font-size:16px}}.bm-game__input_answear input::-webkit-input-placeholder{color:#cbcbcb}.bm-game__input_answear input:-ms-input-placeholder{color:#cbcbcb}.bm-game__input_answear input::-ms-input-placeholder{color:#cbcbcb}.bm-game__input_answear input::placeholder{color:#cbcbcb}.bm-game__input_answear input:not(:-ms-input-placeholder){color:#404040;border-color:#2b9ff3}.bm-game__input_answear input:focus,.bm-game__input_answear input:not(:placeholder-shown){color:#404040;border-color:#2b9ff3}.bm-game__input_answear input:not(:-ms-input-placeholder)~label{background-color:#2b9ff3}.bm-game__input_answear input:focus~label,.bm-game__input_answear input:not(:placeholder-shown)~label{background-color:#2b9ff3}.bm-game__input_answear label{position:absolute;left:8px;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);width:38px;height:38px;border-radius:30px;background:#e9e9e9;display:flex;align-items:center;justify-content:center;font-size:24px;font-family:RotonBol,Arial,Helvetica,sans-serif;color:#fff;transition:all 134ms ease-in-out}@media screen and (max-width:767px){.bm-game__input_answear label{width:29px;height:29px;font-size:16px}}.bm-game__dictionary table{width:100%}.bm-game__dictionary table tbody{--gap:4px;display:flex;flex-direction:column;gap:var(--gap)}@media screen and (max-width:767px){.bm-game__dictionary table tbody{--gap:2px}}.bm-game__dictionary table tbody tr{display:flex;gap:var(--gap)}.bm-game__dictionary table tbody tr td{display:flex;align-items:center;justify-content:center;height:40px;text-align:center;color:#fff;font-size:24px;border-radius:16px;background:#7fbedd;width:100%;opacity:0}@media screen and (max-width:767px){.bm-game__dictionary table tbody tr td{height:20px;font-size:13px;border-radius:6px}}.bm-game__dictionary table tbody tr td.active{-webkit-animation:wordShow .6s ease-in-out 0s 1 forwards;animation:wordShow .6s ease-in-out 0s 1 forwards}.bm-game__dictionary table tbody tr td.done{background:#2bc11b}.bm-game__dictionary table tbody tr td.wrong{background:#f97a52}.bm-game__key_block{display:flex;align-items:center;gap:24px}@media screen and (max-width:767px){.bm-game__key_block{gap:8px}}.bm-game__key_num{font-size:32px}@media screen and (max-width:767px){.bm-game__key_num{font-size:20px}}.bm-game__key_link{font-size:32px;color:#2b9ff3}@media screen and (max-width:767px){.bm-game__key_link{font-size:20px}}.bm-game__key_img{width:130px;height:130px;border-radius:70px;background-position:center;background-size:cover;flex-shrink:0}@media screen and (max-width:767px){.bm-game__key_img{width:40px;height:40px}}.bm-game__key_input{position:relative}@media screen and (max-width:767px){.bm-game__key_input{padding:12px;border:1px solid #989898;border-radius:32px}}.bm-game__key_input.disable{pointer-events:none}.bm-game__key_input.disable .button{pointer-events:none!important}.bm-game__key_input::before{content:'';display:inline-block;vertical-align:text-bottom;aspect-ratio:1/1;background:url(/new/f/img/babymania/key.png);background-position:center;background-repeat:no-repeat;background-size:contain;position:absolute;top:50%;left:32px;-webkit-transform:translateY(-50%);transform:translateY(-50%);height:1.5em}@media screen and (max-width:767px){.bm-game__key_input::before{top:27px;left:18px;-webkit-transform:translateY(0);transform:translateY(0);font-size:.8em}}.bm-game__key_input .button{position:absolute;top:50%;right:12px;-webkit-transform:translateY(-50%);transform:translateY(-50%);height:50px;width:180px;min-width:none;font-size:20px;background-color:#cbcbcb;pointer-events:none;cursor:pointer;border-radius:40px;padding:0 8px;z-index:1}@media screen and (max-width:767px){.bm-game__key_input .button{position:static;-webkit-transform:none;transform:none;width:100%;max-width:unset}}.bm-game__key_input .button.correct,.bm-game__key_input .button.wrong{padding-left:52px}.bm-game__key_input .button.correct::before,.bm-game__key_input .button.wrong::before{content:'';display:block;width:36px;height:36px;border-radius:20px;background:#fff;position:absolute;left:8px;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);background-position:center;background-repeat:no-repeat}.bm-game__key_input .button.wrong{background:#f8673a!important;pointer-events:none!important}.bm-game__key_input .button.wrong::before{background-image:url(/new/f/img/babymania/games/cross-red.svg)}.bm-game__key_input .button.correct{background:#2bc11b!important;pointer-events:none!important}.bm-game__key_input .button.correct::before{background-image:url(/new/f/img/babymania/games/check-green.svg)}.bm-game__key_input input{font-size:32px;border-radius:40px;width:100%;height:68px;border:1px solid #989898;padding:18px 80px 18px 80px;font-family:RotonBol,Arial,Helvetica,sans-serif}@media screen and (max-width:767px){.bm-game__key_input input{padding:0;border:none;font-size:20px;height:48px;padding-left:30px}}.bm-game__key_input input::-webkit-input-placeholder{color:#cbcbcb}.bm-game__key_input input:-ms-input-placeholder{color:#cbcbcb}.bm-game__key_input input::-ms-input-placeholder{color:#cbcbcb}.bm-game__key_input input::placeholder{color:#cbcbcb}.bm-game__key_input input:not(:-ms-input-placeholder){color:#404040;border-color:#989898}.bm-game__key_input input:focus,.bm-game__key_input input:not(:placeholder-shown){color:#404040;border-color:#989898}.bm-game__key_input input:not(:-ms-input-placeholder)~.button{background:#2b9ff3;pointer-events:all}.bm-game__key_input input:not(:placeholder-shown)~.button{background:#2b9ff3;pointer-events:all}.bm-game__moment_answers{display:flex;flex-direction:column;align-items:flex-start;gap:16px}@media screen and (max-width:767px){.bm-game__moment_answers{gap:8px}}.bm-game__moment_ico{width:38px;height:38px;border-radius:20px;background-color:#e9e9e9;background-position:center;background-repeat:no-repeat;flex-shrink:0}.bm-game__moment_btn{display:flex;align-items:center;gap:12px;min-height:56px;border:1px solid #cbcbcb;color:#666;font-family:RotonBol,Arial,Helvetica,sans-serif;font-size:24px;line-height:120%;padding:8px 24px 8px 8px;border-radius:30px;cursor:pointer}@media screen and (max-width:767px){.bm-game__moment_btn{font-size:16px;line-height:100%;width:100%}}.bm-game__moment_btn.disable{pointer-events:none}.bm-game__moment_btn.success{border-color:#2bc11b;color:#2bc11b;-webkit-animation:answear .7s ease-out 0s 1;animation:answear .7s ease-out 0s 1}.bm-game__moment_btn.success .bm-game__moment_ico{background-color:#2bc11b;background-image:url(/new/f/img/babymania/games/check.svg)}.bm-game__moment_btn.correct{border-color:#2b9ff3;color:#2b9ff3;-webkit-animation:answear .7s ease-out 0s 1;animation:answear .7s ease-out 0s 1}.bm-game__moment_btn.correct .bm-game__moment_ico{background-color:#2b9ff3;background-image:url(/new/f/img/babymania/games/check.svg)}.bm-game__moment_btn.wrong{border-color:#f8673a;color:#f8673a;-webkit-animation:shake .3s ease-out 0s 1;animation:shake .3s ease-out 0s 1}.bm-game__moment_btn.wrong .bm-game__moment_ico{background-color:#f8673a;background-image:url(/new/f/img/babymania/games/cross.svg)}.bm-game__Letter{display:flex;flex-direction:column;gap:12px;counter-reset:listCounter}.bm-game__Letter a{color:#2b9ff3;text-decoration:none;font-size:24px;line-height:120%;counter-increment:listCounter;display:flex;gap:12px}.bm-game__Letter a::before{content:counter(listCounter) "."}@media screen and (max-width:767px){.bm-game__Letter a{font-size:20px}}.js-anim--1{opacity:0;-webkit-transform:scale(0);transform:scale(0)}.js-anim--1.active{-webkit-animation:showAnim .6s ease-in-out var(--anim-delay,0s) 1 forwards;animation:showAnim .6s ease-in-out var(--anim-delay,0s) 1 forwards}.js-anim--2{opacity:0}.js-anim--2.active{transition:opacity .6s ease-in-out var(--anim-delay,0s);opacity:1}.hidden{opacity:0!important;transition:opacity .6s ease-in-out 0s!important}.bm-game__content--video .b-video-card{box-shadow:0 0 2px rgba(0,0,0,.1);max-width:none;margin:0;height:auto}@media screen and (max-width:767px){.bm-game__content--video .b-video-card{max-width:322px}}.bm-game__content--video .b-video-card__wrapper{position:relative;padding:24px;display:flex;gap:22px}@media screen and (max-width:767px){.bm-game__content--video .b-video-card__wrapper{display:block;gap:0}}.bm-game__content--video .b-video-card__top{position:absolute;left:calc(274px + 24px + 24px);right:calc(24px + 24px);top:24px}@media screen and (max-width:1023px){.bm-game__content--video .b-video-card__top{right:24px}}@media screen and (max-width:767px){.bm-game__content--video .b-video-card__top{position:relative;left:auto;right:auto;top:auto}}.bm-game__content--video .b-video-card__middle{width:274px}@media screen and (max-width:767px){.bm-game__content--video .b-video-card__middle{width:auto}}.bm-game__content--video .b-video-card__bottom{width:calc(100% - 274px - 24px);padding:30px 0;display:flex;flex-direction:column;justify-content:center}@media screen and (max-width:767px){.bm-game__content--video .b-video-card__bottom{width:auto;padding:16px 0 0;display:block}}@-webkit-keyframes answear{0%{-webkit-transform:scale(1);transform:scale(1)}30%{-webkit-transform:scale(1.05);transform:scale(1.05)}100%{-webkit-transform:scale(1);transform:scale(1)}}@keyframes answear{0%{-webkit-transform:scale(1);transform:scale(1)}30%{-webkit-transform:scale(1.05);transform:scale(1.05)}100%{-webkit-transform:scale(1);transform:scale(1)}}@-webkit-keyframes answearAfter{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}30%{-webkit-transform:scale(1.05);transform:scale(1.05);opacity:1}100%{-webkit-transform:scale(1.2);transform:scale(1.2);opacity:0}}@keyframes answearAfter{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}30%{-webkit-transform:scale(1.05);transform:scale(1.05);opacity:1}100%{-webkit-transform:scale(1.2);transform:scale(1.2);opacity:0}}@-webkit-keyframes wordShow{0%{-webkit-transform:scale(0);transform:scale(0);opacity:0}80%{-webkit-transform:scale(1.2);transform:scale(1.2);opacity:1}100%{-webkit-transform:scale(1);transform:scale(1);opacity:1}}@keyframes wordShow{0%{-webkit-transform:scale(0);transform:scale(0);opacity:0}80%{-webkit-transform:scale(1.2);transform:scale(1.2);opacity:1}100%{-webkit-transform:scale(1);transform:scale(1);opacity:1}}@-webkit-keyframes showAnim{0%{-webkit-transform:scale(0);transform:scale(0);opacity:0}80%{-webkit-transform:scale(1.05);transform:scale(1.05);opacity:1}100%{-webkit-transform:scale(1);transform:scale(1);opacity:1}}@keyframes showAnim{0%{-webkit-transform:scale(0);transform:scale(0);opacity:0}80%{-webkit-transform:scale(1.05);transform:scale(1.05);opacity:1}100%{-webkit-transform:scale(1);transform:scale(1);opacity:1}}@-webkit-keyframes shake{0%{-webkit-transform:translate(15px);transform:translate(15px)}20%{-webkit-transform:translate(-15px);transform:translate(-15px)}40%{-webkit-transform:translate(8px);transform:translate(8px)}60%{-webkit-transform:translate(-8px);transform:translate(-8px)}80%{-webkit-transform:translate(4px);transform:translate(4px)}100%{-webkit-transform:translate(0);transform:translate(0)}}@keyframes shake{0%{-webkit-transform:translate(15px);transform:translate(15px)}20%{-webkit-transform:translate(-15px);transform:translate(-15px)}40%{-webkit-transform:translate(8px);transform:translate(8px)}60%{-webkit-transform:translate(-8px);transform:translate(-8px)}80%{-webkit-transform:translate(4px);transform:translate(4px)}100%{-webkit-transform:translate(0);transform:translate(0)}}:root{--pink2:#ffecf5;--pink3:#fcefe7;--pink4:#fff2ed;--pink5:#fff2f7;--pink6:#fcf3ff;--green5:#f1ffea;--white:#fff;--bluelight11:#dcfbff;--bluelight12:#d1f0f5;--bluelight15:#dff6f9;--orange2:#fefcdb;--orange4:#fff7e2;--yellow:#faffc7}.babymania_secret-key-mark{display:inline}.bm-content{padding-top:36px}@media screen and (max-width:767px){.bm-content{padding-top:31px}}.bm-content .b-spoiler__box table{--border-color:#d3d3d3;max-width:100%;border:1px solid var(--border-color);margin-top:2em}.bm-content .b-spoiler__box table caption{border:inherit;border-bottom:none;padding:.2em 1em;font-size:1.2em;font-family:RotonBol,Arial,Helvetica,sans-serif}.bm-content .b-spoiler__box table td{border:1px solid var(--border-color);padding:.2em 1em}.bm-content .b-spoiler__box .bm-table__toggle{text-decoration:underline;cursor:pointer}.bm-wrapper{width:calc(100% - 40px);margin:auto;max-width:1016px}@media screen and (max-width:767px){.bm-wrapper{width:calc(100% - 32px)}}.babymania_secret-key-mark{display:inline-block;vertical-align:text-bottom;aspect-ratio:1/1;height:1em;background:url(/new/f/img/babymania/key.png);background-position:center;background-repeat:no-repeat;background-size:contain}.bm-onlyMob{display:none}@media screen and (max-width:767px){.bm-onlyMob{display:block}}.bm-title{text-align:center;font-family:RotonBol,Arial,Helvetica,sans-serif;color:#27388a;font-size:24px;line-height:130%;letter-spacing:.03em}@media screen and (max-width:767px){.bm-title{font-size:20px}}.bm-title--big{font-size:48px;line-height:120%;letter-spacing:.01em;margin-bottom:0}@media screen and (max-width:767px){.bm-title--big{font-size:24px}}.bm-subtitle{margin-top:5px;text-align:center;font-family:RotonReg,Arial,Helvetica,sans-serif;font-size:16px;line-height:140%;letter-spacing:.03em}@media screen and (max-width:767px){.bm-subtitle{margin-top:12px;font-size:14px}}.bm-coin{display:inline-block;vertical-align:middle;height:1em;aspect-ratio:1/1;background-image:url(/new/f/img/babymania/coin.png);background-position:center;background-size:contain}.bm-info__top{position:relative;overflow:hidden;display:flex;align-items:center;height:398px}@media screen and (max-width:1023px){.bm-info__top{height:370px}}@media screen and (max-width:767px){.bm-info__top{padding-top:20px;padding-bottom:252px;height:auto}}.bm-info__top-block{display:flex;flex-direction:column;gap:16px;width:100%;max-width:500px;margin-left:auto;margin-right:0}@media screen and (max-width:1023px){.bm-info__top-block{gap:11px;max-width:48%}}@media screen and (max-width:767px){.bm-info__top-block{max-width:none;width:100%}}.bm-info__top-block .button{max-width:170px}.bm-info__top-img{position:absolute;left:calc(50% - 594px);top:calc(50% - 198px)}@media screen and (max-width:1023px){.bm-info__top-img{left:calc(50% - 405px);top:calc(50% - 136px)}}@media screen and (max-width:767px){.bm-info__top-img{left:calc(50% - 206px);top:auto;bottom:-117px}}.bm-info__top-suptitle{margin-bottom:-16px;font-family:ARCO,Arial,Helvetica,sans-serif;color:#fff;font-size:48px;line-height:120%;letter-spacing:.01em}@media screen and (max-width:1023px){.bm-info__top-suptitle{font-size:38px;margin-bottom:3px}}.bm-info__top-title{font-family:RotonBol,Arial,Helvetica,sans-serif;color:#27388a;font-size:40px;line-height:120%;letter-spacing:.03em}@media screen and (max-width:1023px){.bm-info__top-title{font-size:24px;line-height:123%}}.bm-info__top-text{font-family:RotonReg,Arial,Helvetica,sans-serif;color:#fff;font-size:16px;line-height:170%;letter-spacing:.03em}@media screen and (max-width:767px){.bm-info__top-text{line-height:140%}}.bm-info__link{text-align:center;font-size:14px;margin-top:5px}@media screen and (max-width:767px){.bm-info__link{margin-top:14px}}.bm-info__rules{padding:40px 0 27px}@media screen and (max-width:767px){.bm-info__rules{padding-top:16px;padding-bottom:21px}}.bm-info__rules-block{display:flex;align-items:flex-start;justify-content:center;gap:58px;margin-top:28px}@media screen and (max-width:767px){.bm-info__rules-block{flex-direction:column;margin-top:15px;gap:16px;max-width:300px;margin-inline:auto}.bm-info__rules-block .bm-info__rules-item:nth-child(1) .bm-info__rules-ico picture{-webkit-transform:translate(-41%,-52%);transform:translate(-41%,-52%)}.bm-info__rules-block .bm-info__rules-item:nth-child(2) .bm-info__rules-ico picture{-webkit-transform:translate(-52%,-56%);transform:translate(-52%,-56%)}.bm-info__rules-block .bm-info__rules-item:nth-child(3) .bm-info__rules-ico picture{-webkit-transform:translate(-32%,-46%);transform:translate(-32%,-46%)}}.bm-info__rules-item{width:185px}@media screen and (max-width:767px){.bm-info__rules-item{width:100%;display:flex;align-items:center;padding-left:8px;gap:20px}}.bm-info__rules-ico{width:120px;aspect-ratio:1/1;position:relative;background:#7fbedd;border-radius:50%;margin:auto}@media screen and (max-width:767px){.bm-info__rules-ico{width:83px;margin:0}}.bm-info__rules-ico picture{position:absolute;left:50%;top:50%;-webkit-transform:translate(-44%,-56%);transform:translate(-44%,-56%)}.bm-info__rules-num{position:absolute;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);left:-14px;font-size:64px;font-family:RotonBol,Arial,Helvetica,sans-serif;color:#fb8e91}@media screen and (max-width:767px){.bm-info__rules-num{left:-7px;font-size:38px}}.bm-info__rules-text{margin-top:8px;font-family:RotonReg,Arial,Helvetica,sans-serif;font-size:16px;line-height:170%;letter-spacing:.03em;text-align:center}@media screen and (max-width:767px){.bm-info__rules-text{font-size:14px;line-height:140%;margin-top:0;text-align:left}}.bm-info__lesson{padding-left:20px;padding-right:20px}@media screen and (max-width:767px){.bm-info__lesson{padding:16px 0 27px}}.bm-info__lesson-card{border-radius:8px;padding:20px 24px;height:172px!important;width:242px!important;flex-shrink:0;position:relative;cursor:pointer;overflow:hidden;transition:all .3s}.bm-info__lesson-card.finished{background-color:#207ca9!important}.bm-info__lesson-card.finished .bm-info__lesson-card_title{color:#fff}.bm-info__lesson-card:hover{z-index:1;box-shadow:0 2px 16px #3983a8}.bm-info__lesson-card:hover .bm-info__lesson-card_descr{-webkit-transform:translateY(0);transform:translateY(0)}.bm-info__lesson-card_status{position:absolute;top:16px;right:16px;height:28px;padding:0 8px;border-radius:14px;white-space:nowrap;color:#fff;font-size:16px;display:flex;align-items:center;justify-content:center;gap:4px;z-index:1}.bm-info__lesson-card_status.finished{background:#2bc11b}.bm-info__lesson-card_status.continue{background:#ff8a00;padding:0 12px}.bm-info__lesson-card_status.play{background:#001689;padding:0 12px}.bm-info__lesson-card_status.unavailable{width:28px;height:28px;border-radius:14px}.bm-info__lesson-card_status.unavailable::before{content:'';position:absolute;top:0;right:0;width:28px;height:28px;border-radius:14px;background-color:#fff;background-image:url(/new/f/img/babymania/games/clock.svg);background-position:-4px -4px;z-index:1}.bm-info__lesson-card_title{font-size:16px;line-height:120%;max-width:50%}.bm-info__lesson-card_img{position:absolute}.bm-info__lesson-card_descr{position:absolute;left:0;right:0;top:0;bottom:0;background:#fff;border-radius:inherit;-webkit-transform:translateY(100%);transform:translateY(100%);transition:all .3s;padding:inherit;z-index:1}.bm-info__lesson-card_descr div{font-size:16px;line-height:120%}.bm-info__lesson-card_descr p{margin-top:10px;font-size:14px;line-height:150%}.bm-info__lesson-card_labels{position:absolute;bottom:24px;left:20px;display:flex;flex-direction:column;gap:4px}@media screen and (max-width:767px){.bm-info__lesson-card_labels{flex-direction:row}}.bm-info__lesson-card_label{height:24px;padding:0 12px;border-radius:30px;background:#fff;font-size:12px;white-space:nowrap;display:flex;align-items:center;justify-content:center}.bm-info__lesson .button{width:124px}.bm-info__coins{padding-left:20px;padding-right:20px}@media screen and (max-width:767px){.bm-info__coins{padding:25px 0 25px}}.bm-info__coins .bm-slider{margin-top:28px}@media screen and (max-width:767px){.bm-info__coins .bm-slider{margin-top:19px}}.bm-info__coins .bm-section__buttons{margin-top:45px}@media screen and (max-width:767px){.bm-info__coins .bm-section__buttons{margin-top:16px}}.bm-info__coins-tabs{margin-top:25px;display:flex;align-items:center;justify-content:center;gap:8px}.bm-info__coins-tab{display:flex;align-items:center;justify-content:center;cursor:pointer;height:32px;padding:0 16px;border-radius:20px;font-size:14px;border:1px solid #207ca9;color:#207ca9;background:#fff}.bm-info__coins-tab.active{color:#fff;background:#207ca9;pointer-events:none}.bm-info__coins-card{border-radius:8px;padding:20px 24px;min-height:137px!important;width:242px!important;flex-shrink:0;position:relative;display:flex!important;flex-direction:column;justify-content:space-between;gap:11px;background:#fff2f7;height:100%}@media screen and (max-width:767px){.bm-info__coins-card{min-height:80px!important;width:100%!important;max-width:400px;justify-content:center;padding:12px 100px 12px 16px}}.bm-info__coins-card--disabled{background:#fff!important;outline:1px solid #cbcbcb}.bm-info__coins-card--disabled .bm-info__coins-card_title{-webkit-filter:grayscale(100);filter:grayscale(100)}.bm-info__coins-card--1:not(.bm-prize__card--disabled) .bm-info__coins-card_title,.bm-info__coins-card--2:not(.bm-prize__card--disabled) .bm-info__coins-card_title,.bm-info__coins-card--3:not(.bm-prize__card--disabled) .bm-info__coins-card_title,.bm-info__coins-card--4:not(.bm-prize__card--disabled) .bm-info__coins-card_title{color:#fff}.bm-info__coins-card--1{background:#a966c1}.bm-info__coins-card--2{background:#399bbe}.bm-info__coins-card--3{background:#6368c7}.bm-info__coins-card--4{background:#3687c2}.bm-info__coins-card--5{background:#e0f7fe}.bm-info__coins-card--6{background:#feffed}.bm-info__coins-card--7{background:#ffedeb}.bm-info__coins-card--8{background:#fcf2e7}.bm-info__coins-card--9{background:#eefce7}.bm-info__coins-card--10{background:#e7fbfc}.bm-info__coins-card--11{background:#fff2f7}.bm-info__coins-card--12{background:#ecf1ff}.bm-info__coins-card--13{background:#eef2ff}.bm-info__coins-card--14{background:#fff6e9}.bm-info__coins-card--15{background:#e9fdf1}.bm-info__coins-card--16{background:#fff2f0}.bm-info__coins-card--17{background:#f8f2ff}.bm-info__coins-card--18{background:#edf2ff}.bm-info__coins-card .button{width:-webkit-min-content;width:min-content}.bm-info__coins-card.disabled{pointer-events:none}.bm-info__coins-card.disabled .button{background:#989898}.bm-info__coins-card_title{font-size:16px;line-height:120%;letter-spacing:-.01em}@media screen and (max-width:767px){.bm-info__coins-card_title{font-size:14px}}.bm-info__coins-card_img{position:absolute;bottom:-20px;right:20px;width:90px;display:flex;justify-content:center}@media screen and (max-width:767px){.bm-info__coins-card_img{bottom:auto;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);right:10px;width:74px}}.bm-info__coins-card_count{margin-top:5px;color:#dba44f;line-height:120%}@media screen and (max-width:767px){.bm-info__raffle{padding:24px 0 38px}}.bm-info__raffle-block{margin-top:26px;display:flex;justify-content:center;gap:16px;width:100%}@media screen and (max-width:1023px){.bm-info__raffle-block{flex-wrap:wrap}}@media screen and (max-width:767px){.bm-info__raffle-block{margin-top:11px;gap:8px}}.bm-info__raffle-card{border-radius:8px;padding:21px 200px 17px 24px;position:relative;display:flex;flex-direction:column;justify-content:center;gap:8px;width:calc(50% - 8px)}@media screen and (max-width:1023px){.bm-info__raffle-card{width:100%;max-width:500px;min-height:180px}}@media screen and (max-width:767px){.bm-info__raffle-card{padding:26px 16px;min-height:unset}}.bm-info__raffle-card--big{padding-top:32px;padding-bottom:32px}.bm-info__raffle-card .button{margin-top:8px;width:-webkit-min-content;width:min-content}@media screen and (max-width:767px){.bm-info__raffle-section{display:flex;flex-direction:column;gap:8px}}.bm-info__raffle-title{font-family:RotonBol,Arial,Helvetica,sans-serif;font-size:16px;line-height:120%}@media screen and (max-width:767px){.bm-info__raffle-title{font-family:RotonReg,Arial,Helvetica,sans-serif}}.bm-info__raffle-text{font-size:14px;line-height:150%;letter-spacing:.01em;position:relative;z-index:1}.bm-info__raffle-coins{font-size:14px;color:#dba44f;line-height:120%}@media screen and (max-width:767px){.bm-info__raffle-coins{margin-top:16px}}.bm-info__raffle-img{position:absolute;right:37px;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%)}@media screen and (max-width:767px){.bm-info__raffle-img{right:8px;top:auto;-webkit-transform:none;transform:none;bottom:-30px}}@media screen and (max-width:767px){.bm-product{padding:24px 0 26px}}.bm-product .bm-subtitle{max-width:680px;margin-left:auto;margin-right:auto}.bm-product .bm-slider{margin-top:22px}.bm-product .b-products__btn{font-size:18px}.bm-faq{padding-top:50px}@media screen and (max-width:767px){.bm-faq{padding-top:25px}}.bm-faq__list{margin-top:26px;display:flex;flex-direction:column;gap:8px}@media screen and (max-width:767px){.bm-faq__list{margin-top:2px;gap:0}}.bm-faq .b-spoiler{margin-bottom:0;padding:19px 0}@media screen and (max-width:767px){.bm-faq .b-spoiler{padding:11px 0}}.bm-faq .b-article__caption{font-family:RotonReg,Arial,Helvetica,sans-serif;color:#404040}@media screen and (max-width:767px){.bm-faq .b-article__caption{font-size:16px;line-height:20px}}.bm-faq .b-icon-block{margin-right:0;white-space:nowrap}.bm-faq__answear{max-width:740px;margin-top:20px;margin-bottom:16px}.bm-auth__top{padding:0;position:relative}@media screen and (max-width:1023px){.bm-auth__top{max-width:100%;overflow:hidden}}.bm-auth__top:hover{z-index:52}.bm-auth__top-block{display:flex;gap:32px}@media screen and (max-width:1239px){.bm-auth__top-block{justify-content:center}}@media screen and (max-width:767px){.bm-auth__top-block{gap:0;flex-direction:column;align-items:center}}.bm-auth__top-left{padding:64px 0;display:flex;gap:16px}@media screen and (max-width:1239px){.bm-auth__top-left{flex-direction:column;padding:32px 0}}@media screen and (max-width:767px){.bm-auth__top-left{gap:8px;padding:16px 0 0}}.bm-auth__top-right{position:relative;width:310px}@media screen and (max-width:767px){.bm-auth__top-right{width:288px;height:334px}}.bm-auth__top-card{border-radius:16px;background:#207ca9;padding:29px 32px 23px;width:327px;flex-shrink:0;display:flex;justify-content:center;flex-direction:column;position:relative;color:#fff}@media screen and (max-width:767px){.bm-auth__top-card{width:288px;padding:28px 24px 28px}}.bm-auth__top-card .button{height:53px;width:182px;font-size:22px;display:flex;justify-content:center;align-items:center;border-radius:40px;margin-top:10px}.bm-auth__top-card_tooltip{position:absolute;display:flex;align-items:center;justify-content:center;cursor:pointer;top:19px;right:19px;width:30px;height:30px;color:#045983;border-radius:50%;border:1px solid currentColor;font-size:24px;transition:all 134ms}.bm-auth__top-card_tooltip:hover{background:#ff8300;border-color:#ff8300;color:#fff}.bm-auth__top-card_tooltip:hover .bm-auth__top-card_info{display:flex}.bm-auth__top-card_info{position:absolute;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%);bottom:calc(100% + 15px);background:#fff;padding:12px;width:320px;flex-direction:column;gap:8px;text-align:center;font-size:14px;line-height:120%;-webkit-filter:drop-shadow(0 1px 5px rgba(0,0,0,.05));filter:drop-shadow(0 1px 5px rgba(0,0,0,.05));display:none;z-index:3;color:#404040;border-radius:16px}@media screen and (max-width:1023px){.bm-auth__top-card_info{width:248px;bottom:auto;top:calc(100% + 15px);right:-20px;left:auto;-webkit-transform:translateX(0);transform:translateX(0)}}.bm-auth__top-card_info:after{content:'';display:block;width:14px;height:14px;left:50%;bottom:-7px;-webkit-transform:translateX(-50%) rotate(45deg);transform:translateX(-50%) rotate(45deg);background:inherit;position:absolute}@media screen and (max-width:1023px){.bm-auth__top-card_info:after{-webkit-transform:translateX(0) rotate(45deg);transform:translateX(0) rotate(45deg);left:auto;right:27px;top:-7px;bottom:auto}}.bm-auth__top-card_title{font-size:48px;line-height:44px}@media screen and (max-width:767px){.bm-auth__top-card_title{font-size:36px;line-height:100%}}.bm-auth__top-card_title .bm-coin{height:.8em}.bm-auth__top-card_coins{font-size:24px;margin-top:2px}@media screen and (max-width:767px){.bm-auth__top-card_coins{font-size:18px}}.bm-auth__top-card_rank{font-size:20px;line-height:120%;margin-top:8px}.bm-auth__top-card_progress{margin-top:16px;width:100%;height:8px;border-radius:4px;position:relative;background:#045983}.bm-auth__top-card_progress::before{content:'';display:block;width:var(--progress);min-width:8px;max-width:100%;border-radius:inherit;height:inherit;background:#00a856;position:absolute;top:0;left:0}.bm-auth__top-card_level{font-size:17px;margin-top:8px;line-height:120%}@media screen and (max-width:767px){.bm-auth__top-card_level{font-size:16px}}.bm-auth__top-data{background:#fff;color:#666;padding:6px 12px;border-radius:20px;position:absolute;-webkit-transform:rotate(-15deg);transform:rotate(-15deg);transition:all .3s ease-in-out;cursor:pointer;z-index:1}.bm-auth__top-data:hover{-webkit-transform:rotate(0);transform:rotate(0);z-index:2}@media screen and (max-width:767px){.bm-auth__top-data:hover{left:50%!important;-webkit-transform:translateX(-50%) rotate(0);transform:translateX(-50%) rotate(0)}}.bm-auth__top-data:hover .bm-auth__top-data_info{opacity:1;transition:opacity .3s ease-in-out;transition-delay:.3s}.bm-auth__top-data_header{display:flex;align-items:center;justify-content:center;letter-spacing:-.01em;gap:4px;font-size:14px;line-height:120%;position:relative;z-index:1;white-space:nowrap}.bm-auth__top-data_info{opacity:0;transition:opacity 0s ease-in-out;font-size:12px;line-height:120%;text-align:center;top:0;border-radius:inherit;background:inherit;position:absolute;padding:34px 12px 12px;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%);padding-bottom:inherit;width:250px;box-shadow:0 1px 5px rgba(0,0,0,.05);pointer-events:none}@media screen and (max-width:767px){.bm-auth__top-data_info{pointer-events:none}}.bm-auth__top-data:nth-child(1){left:3px;top:36px}.bm-auth__top-data:nth-child(2){left:214px;top:44px}@media screen and (max-width:1023px){.bm-auth__top-data:nth-child(2){left:174px;top:60px}}@media screen and (max-width:767px){.bm-auth__top-data:nth-child(2){top:54px;left:auto;right:0}}.bm-auth__top-data:nth-child(3){left:226px;top:114px}@media screen and (max-width:1023px){.bm-auth__top-data:nth-child(3){left:164px}}@media screen and (max-width:767px){.bm-auth__top-data:nth-child(3){left:auto;right:-10px}}.bm-auth__top-img{position:absolute;left:50%;bottom:0;-webkit-transform:translateX(-47%);transform:translateX(-47%);overflow:hidden;line-height:0;max-height:300px}.bm-auth__top-img img{max-width:308px}.bm-auth__top-edit{width:36px;height:36px;border-radius:40px;background:#207ca9;position:absolute;right:43px;bottom:28px;z-index:1;display:flex;align-items:center;justify-content:center;cursor:pointer}.bm-auth__game{padding:23px 20px 60px}@media screen and (max-width:767px){.bm-auth__game{padding:23px 0 60px}}.bm-auth__game-card{border-radius:8px;background:#fff;padding:24px;display:flex!important;flex-direction:column;justify-content:space-between;width:242px!important;height:216px!important;flex-shrink:0}.bm-auth__game-card.finish .bm-auth__game-card_coins{background-image:url(/new/f/img/babymania/auth/game-ico-1.svg)}.bm-auth__game-card.finish .button{pointer-events:none}.bm-auth__game-card.continue .bm-auth__game-card_coins,.bm-auth__game-card.play .bm-auth__game-card_coins{background-image:url(/new/f/img/babymania/auth/game-ico-2.svg);color:#2dbc1e}.bm-auth__game-card.lock .bm-auth__game-card_title{color:#989898}.bm-auth__game-card.lock .bm-auth__game-card_coins{background-image:url(/new/f/img/babymania/auth/game-ico-3.svg);color:#cbcbcb}.bm-auth__game-card.lock .button{background:#dedede;pointer-events:none}.bm-auth__game-card .button{margin-top:8px;height:44px;padding:0 32px;display:flex;align-items:center;justify-content:center;width:-webkit-min-content;width:min-content;font-size:18px}.bm-auth__game-card .button--transparent{color:#ff8300}.bm-auth__game-card .button--transparent:hover{color:#fff}.bm-auth__game-card_week{height:31px;display:flex;align-items:center;padding:0 16px;font-size:14px;color:#666;background:#eee;width:-webkit-min-content;width:min-content;white-space:nowrap;border-radius:20px}.bm-auth__game-card_title{font-family:RotonBol,Arial,Helvetica,sans-serif;margin-top:4px;color:#27388a;font-size:20px;line-height:100%}.bm-auth__game-card_coins{font-size:16px;line-height:132%;letter-spacing:-.02em;padding-left:22px;background-position:center left;background-repeat:no-repeat}.bm-games{background:#a9dcf5;overflow:hidden}.bm-games:not([data-current-tab=all]) .bm-games__top .bm-games__line,.bm-games:not([data-current-tab=all]) .bm-games__top .bm-games__top_img{display:none}@media screen and (max-width:767px){.bm-games:not([data-current-tab=all]) .bm-games__top{padding-bottom:30px}}.bm-games .bm-wrapper{max-width:1080px}.bm-games__top{--sda:-1354;margin-top:-6px;padding:40px 330px 106px 0;position:relative}@media screen and (max-width:767px){.bm-games__top{margin-top:0;padding:25px 0 290px 0;margin-bottom:17px}}.bm-games__top .bm-games__line{left:50%;-webkit-transform:translateX(-280px);transform:translateX(-280px);bottom:-117px}@media screen and (max-width:1023px){.bm-games__top .bm-games__line{-webkit-transform:translateX(-206px) scale(.5,1);transform:translateX(-206px) scale(.5,1)}}@media screen and (max-width:767px){.bm-games__top .bm-games__line{-webkit-transform:translateX(-150px) scale(1);transform:translateX(-150px) scale(1);bottom:-487px}}.bm-games__top_img{position:absolute;bottom:-26px;left:50%;-webkit-transform:translateX(103px);transform:translateX(103px)}@media screen and (max-width:1023px){.bm-games__top_img{bottom:34px;-webkit-transform:translateX(125px);transform:translateX(125px)}}@media screen and (max-width:767px){.bm-games__top_img{bottom:23px;-webkit-transform:translateX(-53%);transform:translateX(-53%)}}.bm-games__title{font-family:RotonBol,Arial,Helvetica,sans-serif;font-size:48px;letter-spacing:.037em;line-height:120%;color:#27388a;margin-bottom:0}@media screen and (max-width:1023px){.bm-games__title{font-size:24px;letter-spacing:.03em}}.bm-games__subtitle{margin-top:8px;font-size:16px;line-height:170%;letter-spacing:.03em;max-width:710px}@media screen and (max-width:1023px){.bm-games__subtitle{margin-top:4px;line-height:140%}}.bm-games__nav{margin-top:22px;display:flex;align-items:center;justify-content:flex-start;gap:8px}@media screen and (max-width:1023px){.bm-games__nav{margin-top:16px}}@media screen and (max-width:767px){.bm-games__nav{overflow:auto;padding:0 16px 10px;margin:14px -16px -10px}}.bm-games__nav_item{display:flex;align-items:center;justify-content:center;gap:8px;height:32px;padding:0 16px;cursor:pointer;border:1px solid #207ca9;color:#207ca9;font-size:14px;text-align:center;line-height:120%;transition:all 134ms;border-radius:30px;white-space:nowrap}.bm-games__nav_item.active{pointer-events:none;color:#fff;background:#207ca9}.bm-games__nav_item.active .bm-games__nav_count{background:#fff;color:#207ca9}.bm-games__nav_count{display:flex;align-items:center;justify-content:center;text-align:center;color:#7fbedd;background:#207ca9;height:24px;min-width:24px;padding:0 5px;border-radius:12px;margin-right:-11px}.bm-games__tab{display:none}.bm-games__tab.active{display:block}.bm-games__tab[data-tab="2"] .bm-prize__card_coins{-webkit-filter:grayscale(100);filter:grayscale(100)}.bm-games__tab.full .bm-info__lesson-card{display:block!important}.bm-games__tab.full .bm-games__action{display:none}.bm-games__tab[data-tab=all] .bm-games__group{counter-increment:gamesCounter}@media screen and (max-width:767px){.bm-games__tab[data-tab=all] .bm-games__group:last-child .bm-games__line{display:none}}.bm-games__tab[data-tab=all] .bm-games__group:nth-child(2n){margin-top:117px;margin-bottom:-93px}@media screen and (max-width:1239px){.bm-games__tab[data-tab=all] .bm-games__group:nth-child(2n){margin-top:90px;margin-bottom:-90px}}@media screen and (max-width:767px){.bm-games__tab[data-tab=all] .bm-games__group:nth-child(2n){margin-top:0;margin-bottom:0}}.bm-games__tab[data-tab=all] .bm-games__group:nth-child(odd){z-index:3}.bm-games__tab[data-tab=all] .bm-games__group:last-child{margin-bottom:0}.bm-games__tab[data-tab=all] .bm-games__group_content{transition:all calc(var(--sdaSpeed)/ 2);transition-timing-function:cubic-bezier(.57,.21,.69,1.35);-webkit-transform:scale(0);transform:scale(0);-webkit-transform-origin:center top;transform-origin:center top}.bm-games__tab[data-tab=all] .bm-games__group_content.active{-webkit-transform:scale(1);transform:scale(1)}.bm-games__line{position:absolute}.bm-games__line--desc{display:block}@media screen and (max-width:767px){.bm-games__line--desc{display:none}}.bm-games__line--mob{display:none}@media screen and (max-width:767px){.bm-games__line--mob{display:block}}.bm-games__line.active svg:nth-child(even) path{stroke-dashoffset:var(--sda)}.bm-games__line svg:nth-child(even){position:absolute;left:0;top:0}.bm-games__line svg:nth-child(even) path{transition:all var(--sdaSpeed);transition-timing-function:linear}.bm-games__grid{padding-bottom:75px;gap:56px 16px;display:grid;grid-template-columns:1fr 1fr}@media screen and (max-width:1239px){.bm-games__grid{padding-bottom:38px;max-width:700px;margin:auto;gap:26px 16px}}@media screen and (max-width:767px){.bm-games__grid{gap:32px;grid-template-columns:1fr}}@media screen and (max-width:767px){.bm-games__grid .bm-info__lesson-card{height:120px!important;width:100%!important;max-width:300px;padding:20px 20px}.bm-games__grid .bm-info__lesson-card_img{-webkit-transform:translateY(-13%);transform:translateY(-13%)}.bm-games__grid .bm-info__lesson-card_descr p{margin-top:5px;font-size:14px;line-height:120%}}.bm-games__group{--sda:-1237;position:relative}.bm-games__group.disabled .bm-info__lesson-card{-webkit-filter:grayscale(1);filter:grayscale(1)}.bm-games__group.disabled .bm-games__group_content::before{border-color:#3999c9}.bm-games__group.disabled .bm-games__group_label{color:#3999c9;border:1px solid #3999c9;background:#7fbedd}.bm-games__group.hidden{display:none}.bm-games__group .bm-games__line{left:50%;-webkit-transform:translateX(-557px);transform:translateX(-557px);top:0}@media screen and (max-width:1239px){.bm-games__group .bm-games__line{-webkit-transform:translate(-410px,32px) scale(.7,1.05);transform:translate(-410px,32px) scale(.7,1.05)}}@media screen and (max-width:767px){.bm-games__group .bm-games__line{-webkit-transform:translate(-149px,157px) scale(1);transform:translate(-149px,157px) scale(1)}}.bm-games__group_content{padding:22px 16px 16px;border-radius:24px 24px 16px 16px;position:relative;z-index:2;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}@media screen and (max-width:1239px){.bm-games__group_content{margin:auto}}@media screen and (max-width:767px){.bm-games__group_content{width:auto}}.bm-games__group_content::before{content:'';display:block;top:0;right:0;bottom:0;left:0;position:absolute;z-index:1;border-radius:inherit;background:#a9dcf5;border:1px solid #fff}.bm-games__group_cards{display:flex;align-items:center;justify-content:center;gap:16px;position:relative;z-index:2}@media screen and (max-width:1239px){.bm-games__group_cards{gap:8px;flex-direction:column}.bm-games__group_cards .bm-info__lesson-card{height:172px!important}.bm-games__group_cards .bm-info__lesson-card_labels{bottom:16px}}@media screen and (max-width:767px){.bm-games__group_cards .bm-info__lesson-card{height:130px!important}}.bm-games__group_label{height:24px;display:flex;align-items:center;justify-content:center;font-family:ARCO;color:#96d7f8;background:#fff;font-size:14px;letter-spacing:-.01em;padding:0 12px;border-radius:12px;white-space:nowrap;position:absolute;left:50%;top:0;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);z-index:2}.bm-games__action{margin-top:24px;display:flex;justify-content:center;gap:16px;z-index:1}.bm-games__action .button{min-width:none;max-width:none;width:-webkit-min-content;width:min-content}.bm-games__bottom{display:none;justify-content:center;margin-top:-50px;z-index:4;position:relative}@media screen and (max-width:767px){.bm-games__bottom{margin-top:-130px;margin-bottom:-150px;pointer-events:none}}.bm-games__bottom.active{display:flex}.bm-games__bottom picture{-webkit-transform:translate(106px,-56px);transform:translate(106px,-56px)}@media screen and (max-width:1239px){.bm-games__bottom picture{-webkit-transform:translate(106px,-33px);transform:translate(106px,-33px)}}@media screen and (max-width:767px){.bm-games__bottom picture{-webkit-transform:translate(2px,-33px);transform:translate(2px,-33px)}}.bm-passport{margin-top:24px;display:flex;flex-direction:column;gap:16px}.bm-passport .b-field--date .b-field__wrapper{width:100%}.bm-passport__section{background:#f3f7f9;border-radius:8px;padding:24px}.bm-passport__section.active .bm-passport__body{display:block}.bm-passport__header{display:flex;align-items:center;gap:16px;position:relative;padding-right:32px}.bm-passport__status{width:38px;height:38px;border-radius:19px;background:#7fbedd;flex-shrink:0}.bm-passport__status.complete{background-color:#2bc11b;background-image:url(/new/f/img/babymania/games/check.svg);background-position:center;background-repeat:no-repeat}.bm-passport__title{font-size:20px;line-height:120%;color:#404040;font-family:RotonBol,Arial,Helvetica,sans-serif}.bm-passport__toggle{width:32px;height:32px;position:absolute;right:0;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.bm-passport__body{margin-top:24px;display:none}.bm-passport__voucher{background:#fff;padding:24px 32px 24px 24px;max-height:448px;border:1px solid #e7dbdb;overflow-y:auto;margin-bottom:24px}.bm-passport__subtitle{color:#010101;font-size:14px;font-family:RotonBol,Arial,Helvetica,sans-serif;margin-bottom:16px}.bm-raffle__hr{background:#cbcbcb;height:1px;margin:24px 0}.bm-raffle__top{background-color:#b6e7ff;background-image:url(/new/f/img/babymania/raffle/top-bg.png);background-position:calc(50% - 10px) calc(50% + 5px);background-size:1440px auto;background-repeat:no-repeat;position:relative;z-index:1}.bm-raffle__top_section{padding:58px 400px 55px 0;position:relative;min-height:400px}@media screen and (max-width:1023px){.bm-raffle__top_section{padding:30px 280px 30px 0;min-height:340px}}@media screen and (max-width:767px){.bm-raffle__top_section{padding:11px 0 265px 0}}.bm-raffle__top_title{font-family:RotonBol,Arial,Helvetica,sans-serif;color:#27388a;font-size:48px;line-height:120%;letter-spacing:.036em;position:relative;z-index:1;margin-bottom:0}@media screen and (max-width:1023px){.bm-raffle__top_title{font-size:36px}}.bm-raffle__top_text{margin-top:8px;font-size:16px;line-height:170%;letter-spacing:.03em;color:#404040}@media screen and (max-width:767px){.bm-raffle__top_text{margin-top:14px;line-height:137%}}.bm-raffle__top_buttons{margin-top:8px;display:flex;gap:8px}@media screen and (max-width:767px){.bm-raffle__top_buttons{margin-top:15px}}.bm-raffle__top_buttons .button{font-family:RotonReg,Arial,Helvetica,sans-serif;max-width:-webkit-max-content;max-width:max-content}.bm-raffle__top_anchors{margin-top:24px;display:flex;gap:24px}.bm-raffle__top_anchor{font-family:RotonBol,Arial,Helvetica,sans-serif;color:#207ca9;font-size:15px;line-height:120%;letter-spacing:.01em;cursor:pointer;border-bottom:1px dashed currentColor}.bm-raffle__top_star{position:absolute;left:-182px;top:40px}@media screen and (max-width:767px){.bm-raffle__top_star{left:auto;right:-9px;top:-2px;z-index:0}}.bm-raffle__top_img{position:absolute;right:-72px;bottom:-88px}@media screen and (max-width:1023px){.bm-raffle__top_img{right:-10px;bottom:-56px}}@media screen and (max-width:767px){.bm-raffle__top_img{right:auto;left:calc(50% - 153px)}}.bm-raffle__subtitle{text-align:center;font-family:RotonBol,Arial,Helvetica,sans-serif;color:#207ca9;font-size:32px;line-height:120%;letter-spacing:.03em}@media screen and (max-width:767px){.bm-raffle__subtitle{text-align:left;font-size:20px}}.bm-raffle__text{text-align:center;max-width:740px;margin:17px auto 0;line-height:170%;letter-spacing:.03em}@media screen and (max-width:767px){.bm-raffle__text{text-align:left;margin:8px auto 0;line-height:140%;letter-spacing:.04em}}.bm-raffle__date{font-family:RotonBol,Arial,Helvetica,sans-serif;font-size:20px;line-height:120%;letter-spacing:.03em;margin-top:23px;text-align:center}@media screen and (max-width:767px){.bm-raffle__date{text-align:left}}.bm-raffle__buttons{margin-top:16px;display:flex;flex-wrap:wrap;justify-content:center;gap:16px}@media screen and (max-width:767px){.bm-raffle__buttons{justify-content:flex-start}}.bm-raffle__buttons .button{width:-webkit-max-content;width:max-content;max-width:100%}.bm-raffle__tab{display:none}@media screen and (max-width:767px){.bm-raffle__tab#raffle .bm-raffle__section{padding-top:70px;padding-bottom:31px}}.bm-raffle__tab.active{display:block}.bm-raffle__section{padding:52px 0;background-color:#fff;position:relative;overflow:hidden}.bm-raffle__section--superPrize{background-color:#e6d8fe;background-image:url(/new/f/img/babymania/raffle/top-bg.png),url(/new/f/img/babymania/raffle/top-bg.png);background-position:calc(50% - 10px) calc(50% + 5px);background-size:cover;background-repeat:no-repeat}.bm-raffle__section--superPrize .bm-raffle__grid_item{background:#fff}.bm-raffle__section--sert{padding:44px 0}@media screen and (max-width:767px){.bm-raffle__section--sert{padding-top:60px}}.bm-raffle__section_star{position:absolute;bottom:-64px;left:calc(50% - 376px)}@media screen and (max-width:767px){.bm-raffle__section_star{bottom:auto;top:0;left:calc(50% + 76px)}}.bm-raffle__grid{margin-top:16px;display:flex;flex-direction:column;gap:16px}.bm-raffle__grid_item{display:flex;align-items:center;gap:16px;padding:16px 24px;border-radius:8px;background:#e9f7ff}@media screen and (max-width:767px){.bm-raffle__grid_item{flex-direction:column}}.bm-raffle__grid_item>div{font-size:16px;line-height:120%}@media screen and (max-width:1023px){.bm-raffle__grid_item>div{width:25%!important}}@media screen and (max-width:767px){.bm-raffle__grid_item>div{width:100%!important}}.bm-raffle__grid_item>div:nth-child(1){width:15%}.bm-raffle__grid_item>div:nth-child(2){width:12%}.bm-raffle__grid_item>div:nth-child(3){width:16%}.bm-raffle__grid_item>div:nth-child(4){width:52%;color:#207ca9}.bm-raffle__grid_email,.bm-raffle__grid_name{font-family:RotonBol,Arial,Helvetica,sans-serif}.bm-raffle__serts{margin-top:28px;display:grid;grid-template-columns:repeat(4,1fr);gap:16px;position:relative}@media screen and (max-width:1023px){.bm-raffle__serts{overflow-x:auto;overflow-y:hidden;margin-left:-16px;margin-right:-16px;padding:0 16px}}@media screen and (max-width:767px){.bm-raffle__serts{margin-top:21px}}.bm-raffle__serts_star{right:-130px;bottom:-7px;position:absolute}.bm-raffle__sert{color:#fff;position:relative;padding:24px;display:flex;flex-direction:column;align-items:flex-start;min-height:352px;min-width:242px;gap:4px;border-radius:8px;background-repeat:no-repeat}.bm-raffle__sert--0{background-size:86% auto,auto;background-position:center 100%,center center}.bm-raffle__sert--1{background-image:url(/new/f/img/babymania/sert/1.png),linear-gradient(180deg,#ffa4cf 0,#e27b9a 100%);background-size:150px auto,auto;background-position:24px calc(100% - 22px),100%}.bm-raffle__sert--2{background-image:url(/new/f/img/babymania/sert/2.png),linear-gradient(180deg,#ef8f66 0,#ef7666 100%);background-size:110px auto,auto;background-position:24px bottom,100%}.bm-raffle__sert--3{background-image:url(/new/f/img/babymania/sert/3.png),linear-gradient(180deg,#94cde2 0,#5fa9df 100%);background-size:193px auto,auto;background-position:8px bottom,100%}.bm-raffle__sert--4{background-image:url(/new/f/img/babymania/sert/4.png),linear-gradient(180deg,#b29fdb 0,#a084d5 100%);background-size:130px auto,auto;background-position:24px calc(100% - 22px),100%}.bm-raffle__sert_name{font-family:RotonBol,Arial,Helvetica,sans-serif;font-size:16px;line-height:120%;letter-spacing:.006em;min-height:56px}.bm-raffle__sert_descr{font-size:14px;line-height:150%;letter-spacing:.03em;min-height:86px}.bm-raffle__superPrize{margin-top:27px;margin-bottom:28px;display:flex;justify-content:center}@media screen and (max-width:767px){.bm-raffle__superPrize{padding-top:30px;margin-bottom:48px}}.bm-raffle__superPrize_card{width:100%;max-width:671px;border-radius:8px;display:flex;flex-direction:column;justify-content:center;padding:24px 288px 24px 32px;gap:12px;min-height:230px;background:linear-gradient(97.68deg,#c673e3 -10.09%,#7399e3 73.69%,#bf73e3 119.8%);position:relative;color:#fff}@media screen and (max-width:767px){.bm-raffle__superPrize_card{width:288px;padding:24px 24px 250px;gap:6px}}.bm-raffle__superPrize_name{font-family:RotonBol,Arial,Helvetica,sans-serif;font-size:20px;line-height:120%}@media screen and (max-width:767px){.bm-raffle__superPrize_name{font-size:16px}}.bm-raffle__superPrize_descr{font-size:16px;line-height:150%;letter-spacing:.03em}@media screen and (max-width:767px){.bm-raffle__superPrize_descr{font-size:14px}}.bm-raffle__superPrize_phone{position:absolute;right:32px;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%)}@media screen and (max-width:767px){.bm-raffle__superPrize_phone{right:auto;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%);top:auto;bottom:-47px}}.bm-raffle__superPrize_star1{position:absolute;top:-67px;left:-80px}@media screen and (max-width:767px){.bm-raffle__superPrize_star1{top:calc(100% - 32px);left:9px;-webkit-transform:rotate(180deg);transform:rotate(180deg)}}.bm-raffle__superPrize_star2{position:absolute;bottom:-52px;right:15px}@media screen and (max-width:767px){.bm-raffle__superPrize_star2{bottom:-109px;right:96px}}.bm-prizes{overflow:hidden}.bm-prizes__top{min-height:400px;background:#b6e7ff;padding:80px 0;position:relative;display:flex;align-items:center}@media screen and (max-width:1023px){.bm-prizes__top{min-height:320px;padding:50px 0}}@media screen and (max-width:767px){.bm-prizes__top{padding:0}}.bm-prizes__top_block{position:relative;padding-right:375px}@media screen and (max-width:1023px){.bm-prizes__top_block{padding-right:350px}}@media screen and (max-width:767px){.bm-prizes__top_block{padding-right:0;padding-bottom:117px}}.bm-prizes__top_title{color:#27388a;font-family:RotonBol,Arial,Helvetica,sans-serif;font-size:48px;line-height:120%;letter-spacing:.04em;margin-bottom:0}@media screen and (max-width:1023px){.bm-prizes__top_title{font-size:36px}}@media screen and (max-width:767px){.bm-prizes__top_title{font-size:24px}}.bm-prizes__top_text{margin-top:8px;font-size:16px;line-height:170%;letter-spacing:.03em}.bm-prizes__top_img{position:absolute;right:-90px;top:39%;-webkit-transform:translateY(-50%);transform:translateY(-50%)}@media screen and (max-width:1023px){.bm-prizes__top_img{right:0}}@media screen and (max-width:767px){.bm-prizes__top_img{display:none}}.bm-prizes__top_img--mob{display:none}@media screen and (max-width:767px){.bm-prizes__top_img--mob{display:flex;position:absolute;right:0;bottom:0}}.bm-prizes--mob-1{bottom:0;left:calc(50% - 130px)}.bm-prizes--mob-2{bottom:-12px;left:calc(50% - 15px)}.bm-prizes__content{padding-top:32px}.bm-prizes__content .bm-games__nav{margin-top:0;justify-content:center}@media screen and (max-width:1023px){.bm-prizes__content .bm-games__nav{justify-content:flex-start}}.bm-prizes__tabs{margin-top:40px}.bm-prizes__grid{display:grid;gap:16px;grid-template-columns:repeat(4,1fr)}@media screen and (max-width:1023px){.bm-prizes__grid{grid-template-columns:repeat(3,1fr)}}@media screen and (max-width:767px){.bm-prizes__grid{grid-template-columns:repeat(1,1fr)}}.bm-prizes__game{margin-top:56px;display:flex;flex-direction:column;align-items:center;gap:12px}.bm-prizes__game_text{text-align:center;color:#27388a;font-family:RotonBol,Arial,Helvetica,sans-serif;font-size:20px;line-height:140%;letter-spacing:.03em}.bm-prizes__game_btn{width:-webkit-max-content;width:max-content;height:44px;padding:0 32px;font-size:18px;display:flex;align-items:center;justify-content:center}.bm-prize__card{border-radius:8px;position:relative;padding:16px 16px 50px;height:192px;background:#df85ff}.bm-prize__card--disabled{background:#fff!important;outline:1px solid #cbcbcb}.bm-prize__card--disabled .bm-prize__card_logo,.bm-prize__card--disabled .bm-prize__card_text,.bm-prize__card--disabled .bm-prize__card_title{-webkit-filter:grayscale(100);filter:grayscale(100)}.bm-prize__card--1:not(.bm-prize__card--disabled) .bm-prize__card_date,.bm-prize__card--1:not(.bm-prize__card--disabled) .bm-prize__card_title,.bm-prize__card--2:not(.bm-prize__card--disabled) .bm-prize__card_date,.bm-prize__card--2:not(.bm-prize__card--disabled) .bm-prize__card_title,.bm-prize__card--3:not(.bm-prize__card--disabled) .bm-prize__card_date,.bm-prize__card--3:not(.bm-prize__card--disabled) .bm-prize__card_title,.bm-prize__card--4:not(.bm-prize__card--disabled) .bm-prize__card_date,.bm-prize__card--4:not(.bm-prize__card--disabled) .bm-prize__card_title{color:#fff}.bm-prize__card--1:not(.bm-prize__card--disabled) .bm-prize__card_more,.bm-prize__card--2:not(.bm-prize__card--disabled) .bm-prize__card_more,.bm-prize__card--3:not(.bm-prize__card--disabled) .bm-prize__card_more,.bm-prize__card--4:not(.bm-prize__card--disabled) .bm-prize__card_more{color:rgba(255,255,255,.5)}.bm-prize__card--1:not(.bm-prize__card--disabled) .bm-prize__card_prize,.bm-prize__card--2:not(.bm-prize__card--disabled) .bm-prize__card_prize,.bm-prize__card--3:not(.bm-prize__card--disabled) .bm-prize__card_prize,.bm-prize__card--4:not(.bm-prize__card--disabled) .bm-prize__card_prize{right:20px;bottom:-12px}.bm-prize__card--1.bm-prize__card--disabled .bm-prize__card_logo img,.bm-prize__card--2.bm-prize__card--disabled .bm-prize__card_logo img,.bm-prize__card--3.bm-prize__card--disabled .bm-prize__card_logo img,.bm-prize__card--4.bm-prize__card--disabled .bm-prize__card_logo img{-webkit-filter:brightness(.5);filter:brightness(.5)}.bm-prize__card--1{background:#a966c1}.bm-prize__card--2{background:#399bbe}.bm-prize__card--3{background:#6368c7}.bm-prize__card--4{background:#3687c2}.bm-prize__card--5{background:#e0f7fe}.bm-prize__card--6{background:#feffed}.bm-prize__card--7{background:#ffedeb}.bm-prize__card--7 .bm-prize__card_prize{right:17px;bottom:-3px}.bm-prize__card--8{background:#fcf2e7}.bm-prize__card--9{background:#eefce7}.bm-prize__card--9 .bm-prize__card_prize{right:14px;bottom:-12px}.bm-prize__card--10{background:#e7fbfc}.bm-prize__card--10 .bm-prize__card_prize{right:20px;bottom:-5px}.bm-prize__card--11{background:#fff2f7}.bm-prize__card--11 .bm-prize__card_prize{right:20px;bottom:-12px}.bm-prize__card--12{background:#ecf1ff}.bm-prize__card--13{background:#eef2ff}.bm-prize__card--13 .bm-prize__card_prize{right:12px;bottom:-8px}.bm-prize__card--14{background:#fff6e9}.bm-prize__card--14 .bm-prize__card_prize{right:11px;bottom:-12px}.bm-prize__card--15{background:#e9fdf1}.bm-prize__card--15 .bm-prize__card_prize{right:14px;bottom:-16px}.bm-prize__card--16{background:#fff2f0}.bm-prize__card--16 .bm-prize__card_prize{right:4px;bottom:-14px}.bm-prize__card--17{background:#f8f2ff}.bm-prize__card--17 .bm-prize__card_prize{right:17px;bottom:-7px}.bm-prize__card--18{background:#edf2ff}.bm-prize__card--18 .bm-prize__card_prize{right:1px;bottom:-10px}.bm-prize__card--19{background:#fff2e3}.bm-prize__card--19 .bm-prize__card_prize{right:22px;bottom:-8px}.bm-prize__card--20{background:#fff0f0}.bm-prize__card--20 .bm-prize__card_prize{right:10px;bottom:-5px}.bm-prize__card--21{background:#ecf1ff}.bm-prize__card--21 .bm-prize__card_prize{right:20px;bottom:-10px}.bm-prize__card--22{background:#fffaf0}.bm-prize__card--22 .bm-prize__card_prize{right:16px;bottom:-8px}.bm-prize__card_coins{position:absolute;top:16px;right:16px;display:flex;align-items:center;justify-content:center;font-size:14px;line-height:150%;color:#fecd81;gap:4px}.bm-prize__card_logo{height:25px}.bm-prize__card_logo img{max-height:100%}.bm-prize__card_title{font-size:15px;line-height:120%;letter-spacing:0;color:#404040;padding-right:10px}.bm-prize__card_title a{color:currentColor;text-decoration:underline}.bm-prize__card_text{margin-top:12px;font-size:12px;line-height:120%}.bm-prize__card_more{font-size:15px;line-height:120%;letter-spacing:-.03em;text-decoration:none;color:rgba(0,0,0,.5);cursor:pointer}.bm-prize__card_more.disabled{pointer-events:none}.bm-prize__card_btn{position:absolute;bottom:16px;left:16px;height:32px;padding:0 16px;font-size:14px;width:-webkit-max-content;width:max-content;line-height:1;display:flex;align-items:center}.bm-prize__card_prize{position:absolute;bottom:-10px;right:20px;line-height:0}.bm-teaser{display:block;position:fixed;z-index:10001;bottom:0;right:40px;background:#fff;box-shadow:0 15px 50px rgba(0,0,0,.25);border-radius:24px 24px 0 0;max-width:460px;-webkit-transform:translateY(200%);transform:translateY(200%);transition:all .3s}.bm-teaser.is-visible{-webkit-transform:translateY(0);transform:translateY(0)}@media screen and (max-width:767px){.bm-teaser{width:calc(100% - 32px);right:auto;left:50%;-webkit-transform:translateX(-50%) translateY(200%);transform:translateX(-50%) translateY(200%);border-radius:8px 8px 0 0}.bm-teaser.is-visible{-webkit-transform:translateX(-50%) translateY(0);transform:translateX(-50%) translateY(0)}}.bm-teaser--bg-1{background:linear-gradient(97.68deg,#f7dee7 -10.09%,#e4639b 73.69%,#f7dee7 119.8%)}.bm-teaser--bg-2{background:linear-gradient(97.68deg,#dc93be -10.09%,#b54788 73.69%,#dc93be 119.8%)}.bm-teaser--bg-3{background:linear-gradient(97.68deg,#eea4ba -10.09%,#d75078 73.69%,#eea4ba 119.8%)}.bm-teaser--bg-4{background:linear-gradient(97.68deg,#ffb09d -10.09%,#ef5d3a 73.69%,#ffb09d 119.8%)}.bm-teaser--simple{padding:23px 38px 15px;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:24px;text-align:center;background:#ffedeb}@media screen and (max-width:767px){.bm-teaser--simple{padding:17px 14px 20px;gap:7px}}.bm-teaser--img{display:flex;padding:0 16px 0;gap:8px}.bm-teaser__close{position:absolute;right:12px;top:5px;cursor:pointer;z-index:1}@media screen and (max-width:767px){.bm-teaser__close{right:8px;top:8px;-webkit-transform:scale(.8);transform:scale(.8);-webkit-transform-origin:top right;transform-origin:top right}}.bm-teaser__map{position:absolute;left:0;right:35px;top:0;bottom:0;z-index:5}.bm-teaser__text{font-family:RotonReg;font-size:24px;line-height:28px;color:#207ca9}.bm-teaser__text img{vertical-align:middle;height:1em}@media screen and (max-width:767px){.bm-teaser__text{font-size:15px;line-height:19px}}.bm-teaser__link{font-size:24px;text-decoration-line:underline;color:#9f9f9f}@media screen and (max-width:767px){.bm-teaser__link{font-size:13px;line-height:1}}.bm-teaser__img{width:160px;flex-shrink:0;position:relative}@media screen and (max-width:767px){.bm-teaser__img{width:110px}}.bm-teaser__img img{position:absolute;bottom:0;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%)}.bm-teaser__section{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:20px 0 24px;gap:9px}.bm-teaser__title{font-family:RotonBol;font-size:18px;line-height:23px;color:#fff}@media screen and (max-width:767px){.bm-teaser__title{font-size:13px;line-height:16px}}.bm-teaser__button{height:32px;border-radius:24px;display:flex;align-items:center;justify-content:center;border:1px solid currentColor;color:#fff;font-family:RotonBol;font-size:14px;line-height:24px;text-decoration:none;padding:0 32px}@media screen and (max-width:767px){.bm-teaser__button{height:28px;font-size:12px;line-height:1}}.bm-teaser--babymilk{background:url(/new/static/babymania/images/teaser5-back.svg) no-repeat center bottom #dcedfe;background-size:cover;flex-direction:row-reverse;padding:10px 16px;height:154px}@media screen and (max-width:559px){.bm-teaser--babymilk{height:102px;padding:6px 12px;justify-content:center}}.bm-teaser--babymilk .bm-teaser__close{width:22px;height:22px;right:11px;top:7px;z-index:4}.bm-teaser--babymilk .bm-teaser__close:after,.bm-teaser--babymilk .bm-teaser__close:before{content:'';position:absolute;left:1px;top:9px;width:20px;height:2px;background:#001689;-webkit-transform:rotate(45deg);transform:rotate(45deg)}.bm-teaser--babymilk .bm-teaser__close:after{-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}.bm-teaser--babymilk .bm-teaser__close:hover:after,.bm-teaser--babymilk .bm-teaser__close:hover:before{background:#fff}.bm-teaser--babymilk .bm-teaser__close svg{display:none}@media screen and (max-width:559px){.bm-teaser--babymilk .bm-teaser__img{width:70px}}.bm-teaser--babymilk .bm-teaser__img img{-webkit-transform:none;transform:none;bottom:-9px;left:auto;right:-16px;z-index:3}@media screen and (max-width:559px){.bm-teaser--babymilk .bm-teaser__img img{width:100px;right:-8px;bottom:0}}.bm-teaser--babymilk .bm-teaser__title{background:#fff;border-radius:16px;padding:10px 15px;font-size:20px;line-height:26px;color:#001689;margin-right:-52px;text-align:left}@media screen and (max-width:559px){.bm-teaser--babymilk .bm-teaser__title{font-size:11px;line-height:1.3;padding:5px 15px;margin-right:-10px;max-width:200px}}.bm-teaser--babymilk .bm-teaser__desc{text-align:left;color:#001689}@media screen and (max-width:559px){.bm-teaser--babymilk .bm-teaser__desc{font-size:10px;line-height:20px;letter-spacing:0}}.bm-teaser--babymilk .bm-teaser__desc span{display:inline-block;background:#ff8300;padding:0 10px;color:#fff;line-height:22px;height:22px;border-radius:12px}@media screen and (max-width:559px){.bm-teaser--babymilk .bm-teaser__desc span{line-height:16px;height:16px;border-radius:8px}}.bm-teaser--babymilk .bm-teaser__section{position:relative;align-items:flex-start;justify-content:flex-start;padding:0;gap:7px}@media screen and (max-width:559px){.bm-teaser--babymilk .bm-teaser__section{gap:5px}}.bm-teaser--blackfriday{background:#fce700;display:block;padding:10px 0;width:460px;height:154px;overflow:hidden}@media screen and (max-width:767px){.bm-teaser--blackfriday{width:calc(100% - 32px)}}@media screen and (max-width:559px){.bm-teaser--blackfriday{padding:4px 0 6px;height:102px}}.bm-teaser--blackfriday .bm-teaser__close{width:22px;height:22px;right:11px;top:7px;z-index:4}.bm-teaser--blackfriday .bm-teaser__close:after,.bm-teaser--blackfriday .bm-teaser__close:before{content:'';position:absolute;left:1px;top:9px;width:20px;height:2px;background:#353535;-webkit-transform:rotate(45deg);transform:rotate(45deg)}.bm-teaser--blackfriday .bm-teaser__close:after{-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}.bm-teaser--blackfriday .bm-teaser__close:hover:after,.bm-teaser--blackfriday .bm-teaser__close:hover:before{background:#fd4553}.bm-teaser--blackfriday .bm-teaser__close svg{display:none}.bm-teaser--blackfriday .bm-teaser__section{justify-content:flex-start;height:100%;gap:0;padding:0}.bm-teaser--blackfriday .bm-teaser__subtitle{font-family:RotonBol,Arial,Helvetica,sans-serif;font-size:15px;line-height:18px;letter-spacing:0;text-align:center;color:#fd4553;margin-bottom:7px}@media screen and (max-width:559px){.bm-teaser--blackfriday .bm-teaser__subtitle{font-size:13px;line-height:16px;margin-bottom:2px}}.bm-teaser--blackfriday .bm-teaser__title{font-family:RotonBol,Arial,Helvetica,sans-serif;font-size:33px;line-height:1;letter-spacing:0;text-align:center;margin-bottom:9px;color:#353535;width:100%}@media screen and (max-width:559px){.bm-teaser--blackfriday .bm-teaser__title{font-size:25px;margin-bottom:4px}}.bm-teaser--blackfriday .bm-teaser__title span{position:relative;display:block}.bm-teaser--blackfriday .bm-teaser__title span:nth-child(1):after,.bm-teaser--blackfriday .bm-teaser__title span:nth-child(1):before,.bm-teaser--blackfriday .bm-teaser__title span:nth-child(2):after,.bm-teaser--blackfriday .bm-teaser__title span:nth-child(2):before{font-family:RotonBol,Arial,Helvetica,sans-serif;font-size:32px;line-height:1;letter-spacing:.02em;text-transform:uppercase;white-space:nowrap;color:#fce700;text-shadow:0 -1px 1px #000,0 1px 1px #000;pointer-events:none;position:absolute;top:0}@media screen and (max-width:559px){.bm-teaser--blackfriday .bm-teaser__title span:nth-child(1):after,.bm-teaser--blackfriday .bm-teaser__title span:nth-child(1):before,.bm-teaser--blackfriday .bm-teaser__title span:nth-child(2):after,.bm-teaser--blackfriday .bm-teaser__title span:nth-child(2):before{font-size:24px;top:1px}}.bm-teaser--blackfriday .bm-teaser__title span:nth-child(1):before{content:'чёрная чёрная';text-align:right;right:calc(50% + 62px)}@media screen and (max-width:559px){.bm-teaser--blackfriday .bm-teaser__title span:nth-child(1):before{right:calc(50% + 50px)}}.bm-teaser--blackfriday .bm-teaser__title span:nth-child(1):after{content:'чёрная чёрная';text-align:left;left:calc(50% + 62px)}@media screen and (max-width:559px){.bm-teaser--blackfriday .bm-teaser__title span:nth-child(1):after{left:calc(50% + 50px)}}.bm-teaser--blackfriday .bm-teaser__title span:nth-child(2):before{content:'пятница пятница';text-align:right;top:1px;right:calc(50% + 76px)}@media screen and (max-width:559px){.bm-teaser--blackfriday .bm-teaser__title span:nth-child(2):before{right:calc(50% + 62px)}}.bm-teaser--blackfriday .bm-teaser__title span:nth-child(2):after{content:'пятница пятница';text-align:left;top:1px;left:calc(50% + 76px)}@media screen and (max-width:559px){.bm-teaser--blackfriday .bm-teaser__title span:nth-child(2):after{left:calc(50% + 62px)}}.bm-teaser--blackfriday .bm-teaser__button{border:2px solid #353535;padding:0 24px 2px;color:#353535}@media screen and (max-width:559px){.bm-teaser--blackfriday .bm-teaser__button{height:20px}}.bm-teaser--blackfriday .bm-teaser__map:hover~.bm-teaser__section .bm-teaser__button{background:#353535;color:#fff}.bm-teaser--blackfriday .bm-teaser__label{background:url(/new/f/img/top-place/label-black-friday.svg) no-repeat center center;display:flex;flex-direction:column;justify-content:center;position:absolute;left:calc(50% + 120px);top:48px;width:100px;height:100px;border-radius:50%;text-align:center;font-family:RotonBol,Arial,Helvetica,sans-serif;font-size:14px;line-height:1;letter-spacing:0;padding-top:4px;color:#fff;-webkit-transform:rotate(-16deg);transform:rotate(-16deg)}@media screen and (max-width:559px){.bm-teaser--blackfriday .bm-teaser__label{background-size:contain;font-size:12px;top:14px;left:calc(50% + 62px);padding-top:2px;width:80px;height:80px}}.bm-teaser--blackfriday .bm-teaser__label span{font-size:24px}@media screen and (max-width:559px){.bm-teaser--blackfriday .bm-teaser__label span{font-size:18px}}.bm-teaser--ny2025{background:url(/new/static/babymania/images/teaser6-back.jpg) no-repeat center center #e76e62;background-size:cover;display:block;padding:10px 0;width:460px;height:154px;overflow:hidden}@media screen and (max-width:767px){.bm-teaser--ny2025{width:calc(100% - 32px)}}@media screen and (max-width:559px){.bm-teaser--ny2025{padding:4px 0;height:102px}}.bm-teaser--ny2025 .bm-teaser__close{width:24px;height:24px;right:8px;top:8px;z-index:4;background:#353535;border-radius:50%}@media screen and (max-width:559px){.bm-teaser--ny2025 .bm-teaser__close{right:6px;top:6px}}.bm-teaser--ny2025 .bm-teaser__close:after,.bm-teaser--ny2025 .bm-teaser__close:before{content:'';position:absolute;left:6px;top:11px;width:12px;height:2px;background:#fff;-webkit-transform:rotate(45deg);transform:rotate(45deg)}.bm-teaser--ny2025 .bm-teaser__close:after{-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}.bm-teaser--ny2025 .bm-teaser__close:hover:after,.bm-teaser--ny2025 .bm-teaser__close:hover:before{background:#fff}.bm-teaser--ny2025 .bm-teaser__close svg{display:none}.bm-teaser--ny2025 .bm-teaser__section{justify-content:flex-start;height:100%;gap:0;padding:10px 0}@media screen and (max-width:559px){.bm-teaser--ny2025 .bm-teaser__section{padding:9px 0}}.bm-teaser--ny2025 .bm-teaser__title{font-family:RotonBol,Arial,Helvetica,sans-serif;font-size:21px;line-height:1;letter-spacing:.05em;text-align:center;margin-bottom:3px;color:#fff;width:100%;max-width:350px;text-shadow:0 3px 1px rgba(204,72,60,.7)}@media screen and (max-width:559px){.bm-teaser--ny2025 .bm-teaser__title{max-width:240px;font-size:14px;margin-bottom:4px}}.bm-teaser--ny2025 .bm-teaser__desc{color:#fff;margin-bottom:9px}@media screen and (max-width:559px){.bm-teaser--ny2025 .bm-teaser__desc{font-size:11px;line-height:12px;margin-bottom:8px}}.bm-teaser--ny2025 .bm-teaser__button{border:none medium;padding:0 24px 2px;background:#2d907b;font-size:14px;line-height:24px;height:36px;color:#fff;flex:none}@media screen and (max-width:559px){.bm-teaser--ny2025 .bm-teaser__button{font-size:12px;line-height:22px;height:24px;padding:0 16px}}.participate-block{padding-top:15px}.participate-block-center{margin-top:24px}.participate-block-center .button{margin:0 auto}.bm-raffle__top_buttons .button.button--small.button--blue-light:hover{pointer-events:none;background:#207ca9}.bm-raffle__top_buttons .button.button--small.button--blue-light-transparent:hover{background:#ff8300;border:1px solid #ff8300}.bm-info__raffle-text .bm-coin{margin:0 1ex}.bm-info__raffle-card:hover{cursor:pointer}.bm-modal_button{max-width:-webkit-max-content;max-width:max-content}.send-the-email-again{display:inline-block;vertical-align:top;max-width:none;width:auto;margin-top:15px}@-webkit-keyframes dashTop{from{stroke-dashoffset:0}to{stroke-dashoffset:-1354}}@keyframes dashTop{from{stroke-dashoffset:0}to{stroke-dashoffset:-1354}}@-webkit-keyframes dashGrid{from{stroke-dashoffset:0}to{stroke-dashoffset:-1354}}@keyframes dashGrid{from{stroke-dashoffset:0}to{stroke-dashoffset:-1354}}.bm-teaser--2025{background:#48aedb;border-radius:16px 16px 0 0;max-width:390px;width:100%}@media screen and (max-width:767px){.bm-teaser--2025{border-radius:8px 8px 0 0;width:calc(100% - 32px);max-width:360px}}.bm-teaser--2025 .bm-teaser__close{width:16px;height:16px;border:none medium;right:8px;top:7px;z-index:4;background:0 0;color:rgba(255,255,255,.5);border-radius:0;-webkit-transform:none;transform:none}@media screen and (max-width:767px){.bm-teaser--2025 .bm-teaser__close{right:5px;top:5px}}.bm-teaser--2025 .bm-teaser__close:after,.bm-teaser--2025 .bm-teaser__close:before{content:'';position:absolute;left:1px;top:7px;width:14px;height:2px;background:currentColor;-webkit-transform:rotate(45deg);transform:rotate(45deg)}.bm-teaser--2025 .bm-teaser__close:after{-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}@media screen and (min-width:768px){.bm-teaser--2025 .bm-teaser__close:hover{color:#fff}}.bm-teaser--2025 .bm-teaser__close svg{display:none}.bm-teaser--2025 .bm-teaser__section{justify-content:flex-start;gap:12px;padding:18px 30px}@media screen and (max-width:767px){.bm-teaser--2025 .bm-teaser__section{gap:7px;padding:6px 22px 8px}}.bm-teaser--2025 .bm-teaser__title{font-family:RotonBol,Arial,Helvetica,sans-serif;font-size:21px;line-height:1.1;letter-spacing:0;width:100%}@media screen and (max-width:767px){.bm-teaser--2025 .bm-teaser__title{font-size:17px;line-height:18px}}.bm-teaser--2025 .bm-teaser__button{border:none medium;padding:0 16px 2px;background:#fff;font-size:17px;line-height:24px;letter-spacing:0;min-width:130px;height:36px;color:#48aedb;flex:none;transition:background-color 134ms,color 134ms}@media screen and (max-width:767px){.bm-teaser--2025 .bm-teaser__button{font-size:15px;min-width:120px;padding:0 12px;height:34px}}@media screen and (min-width:768px){.bm-teaser--2025 .bm-teaser__map:hover~.bm-teaser__section .bm-teaser__button{background:#27388a;color:#fff}}.bm-teaser--color-1{background:linear-gradient(180deg,#ff6787 0,#f25979 100%)}.bm-teaser--color-1:before{content:'';position:absolute;left:-14px;top:-20px;width:80px;height:134px;background:url(/new/static/babymania/images/2025/pink_left.png) no-repeat left top;background-size:contain;pointer-events:none}@media screen and (max-width:767px){.bm-teaser--color-1:before{top:-14px;left:-10px;width:62px;height:102px}}.bm-teaser--color-1:after{content:'';position:absolute;right:-18px;bottom:8px;width:34px;height:33px;background:url(/new/static/babymania/images/2025/pink_right.png) no-repeat left top;background-size:contain;pointer-events:none}@media screen and (max-width:767px){.bm-teaser--color-1:after{right:-8px;bottom:12px;width:22px;height:21px}}.bm-teaser--color-1 .bm-teaser__button{color:#f55c7d}.bm-teaser--color-2{background:#bf5b96}.bm-teaser--color-2:before{content:'';position:absolute;left:-26px;top:-20px;width:50px;height:50px;background:url(/new/static/babymania/images/2025/purple_left.png) no-repeat left top;background-size:contain;pointer-events:none;-webkit-filter:drop-shadow(0 3px 5px rgba(0,0,0,.15));filter:drop-shadow(0 3px 5px rgba(0,0,0,.15))}@media screen and (max-width:767px){.bm-teaser--color-2:before{-webkit-filter:none;filter:none;left:-16px;top:-14px;width:36px;height:36px;-webkit-transform:rotate(32deg);transform:rotate(32deg)}}.bm-teaser--color-2:after{content:'';position:absolute;right:19px;bottom:8px;width:40px;height:60px;background:url(/new/static/babymania/images/2025/purple_right.png) no-repeat left top;background-size:contain;pointer-events:none}@media screen and (max-width:767px){.bm-teaser--color-2:after{right:-12px;bottom:12px;width:30px;height:46px}}.bm-teaser--color-2 .bm-teaser__button{min-width:100px;color:#bf5b96}@media screen and (max-width:767px){.bm-teaser--color-2 .bm-teaser__button{min-width:94px}}.bm-teaser--color-3{background:#e97460}.bm-teaser--color-3:before{content:'';position:absolute;left:-63px;bottom:-1px;width:115px;height:152px;background:url(/new/static/babymania/images/2025/brown_left.png) no-repeat left top;background-size:contain;pointer-events:none;-webkit-filter:drop-shadow(0 3px 5px rgba(193,86,68,.3));filter:drop-shadow(0 3px 5px rgba(193,86,68,.3))}@media screen and (max-width:767px){.bm-teaser--color-3:before{-webkit-filter:none;filter:none;background-position:right bottom;width:61px;height:82px;left:-20px}}.bm-teaser--color-3 .bm-teaser__button{min-width:170px;color:#e97460}@media screen and (max-width:767px){.bm-teaser--color-3 .bm-teaser__button{min-width:160px}}.b-babymania-article{position:relative;border-radius:24px;text-align:center;padding:16px 10px 26px;color:#fff;max-width:288px;margin:0 auto;background:linear-gradient(180deg,#faa47f 0,#f3654b 100%);display:none}.b-babymania-article:hover{color:#fff}.b-babymania-article.is-show{display:block}@media screen and (max-width:767px){.b-babymania-article{display:block}}@media screen and (max-width:459px){.b-babymania-article{max-width:330px;padding:5px 108px 8px 16px;border-radius:8px;background:linear-gradient(228deg,#f3654b 46.4%,#ffaa8d 100%)}}.b-babymania-article__title{position:relative;font-family:RotonBol,Arial,Helvetica,sans-serif;font-size:23px;line-height:1.2;letter-spacing:.01em;text-align:center;padding-top:97px;padding-bottom:2px}@media screen and (max-width:459px){.b-babymania-article__title{font-size:17px;line-height:19px;letter-spacing:0;text-align:left;padding-top:0;padding-bottom:1px}}.b-babymania-article__title:before{content:'';position:absolute;left:12px;right:0;bottom:18px;height:152px;background:url(/new/static/babymania/images/2025/article_center.png) no-repeat center top;background-size:contain;pointer-events:none}@media screen and (max-width:459px){.b-babymania-article__title:before{left:auto;bottom:auto;top:0;right:-88px;width:78px;height:92px}}.b-babymania-article__desc{font-size:18px;line-height:22px;letter-spacing:.01em;text-align:center;padding-bottom:12px}@media screen and (max-width:459px){.b-babymania-article__desc{font-size:15px;line-height:17px;letter-spacing:0;text-align:left;padding-bottom:10px}}.b-babymania-article__btn{border-radius:16px;max-width:116px;width:100%;height:32px;margin:0 auto;border:1px solid #fff;text-align:center;font-family:RotonBol,Arial,Helvetica,sans-serif;font-size:16px;line-height:28px;cursor:pointer;transition:background-color 134ms,color 134ms}@media screen and (max-width:459px){.b-babymania-article__btn{font-size:13px;line-height:22px;max-width:90px;margin:0;height:24px}}@media screen and (min-width:768px){.b-babymania-article__btn:hover{background-color:#fff;color:#f3654b}}.b-babymania-article[data-theme="2"]{background:url(/new/static/babymania/images/2025/article_back.svg) no-repeat center 8px,linear-gradient(360deg,#9c59bf 0,#bf78d1 100%)}@media screen and (max-width:459px){.b-babymania-article[data-theme="2"]{background:url(/new/static/babymania/images/2025/article_back-mob.svg) no-repeat right center,linear-gradient(270deg,#9659b9 44.18%,#b06bca 77.32%);background-position:calc(100% - 24px) 2px,left top}}.b-babymania-article[data-theme="2"] .b-babymania-article__title:before{left:0;right:0;bottom:42px;height:85px;background-image:url(/new/static/babymania/images/2025/article_center2.png)}@media screen and (max-width:459px){.b-babymania-article[data-theme="2"] .b-babymania-article__title:before{left:auto;bottom:auto;top:9px;right:-92px;width:82px;height:72px}}@media screen and (min-width:768px){.b-babymania-article[data-theme="2"] .b-babymania-article__btn:hover{color:#9c59bf}}.bm-coin-promo{position:relative;z-index:2}.bm-coin-promo__wrapper{margin:0 auto;max-width:762px}@media screen and (max-width:1023px){.bm-coin-promo__wrapper{max-width:630px}}@media screen and (max-width:767px){.bm-coin-promo__wrapper{margin:0 -24px;max-width:none}}@media screen and (max-width:459px){.bm-coin-promo__wrapper{margin:0 -16px}}.bm-coin-promo__item{background:rgba(255,255,255,.4);border-radius:8px;width:238px;height:152px;padding:20px 16px;margin:0 8px;display:flex;flex-direction:column;align-items:center;text-align:center;flex:none}@media screen and (max-width:1023px){.bm-coin-promo__item{width:200px;height:118px;margin:0 5px;padding:13px 10px}}.bm-coin-promo__caption{background:#fff;padding:0 15px;border-radius:18px;font-family:RotonBol,Arial,Helvetica,sans-serif;font-size:16px;line-height:36px;height:36px;margin-bottom:8px;color:#001689}@media screen and (max-width:1023px){.bm-coin-promo__caption{font-size:15px;line-height:29px;padding:0 10px;height:30px;margin-bottom:6px}}.bm-coin-promo__caption .bm-coin{position:relative;top:-1px;margin-right:5px}.bm-coin-promo__desc{font-size:16px;line-height:22px;color:#404040}@media screen and (max-width:1023px){.bm-coin-promo__desc{font-size:14px;line-height:19px}}.bm-coin-promo .slick-dots li button{background-color:#fff}.bm-coin-promo .slick-dots li.slick-active button,.bm-coin-promo .slick-dots li.slick-active button:hover{background-color:#fff}.bm-coin-content__title{position:relative;box-shadow:0 4px 16px 0 rgba(77,103,153,.03),0 4px 16px 0 rgba(77,103,153,.03),0 4px 16px 0 rgba(77,103,153,.03),0 4px 16px 0 rgba(77,103,153,.03);background:#001689;border-radius:28px;height:56px;font-family:RotonBol,Arial,Helvetica,sans-serif;font-size:32px;line-height:54px;letter-spacing:.024em;color:#fff;display:flex;justify-content:space-around;max-width:746px;margin:0 auto 30px}@media screen and (max-width:767px){.bm-coin-content__title{font-size:23px;height:46px;line-height:45px;border-radius:24px}}@media screen and (max-width:559px){.bm-coin-content__title{font-size:14px;height:30px;line-height:28px;border-radius:15px;padding:0;margin-bottom:24px;max-width:320px}}.bm-coin-content__title:after{content:'';position:absolute;left:calc(50% - 56px);top:-14px;background:url(/new/f/img/babymania/intro/bm-back-coin.png) no-repeat left top;background-size:83px auto;width:83px;height:91px}@media screen and (max-width:767px){.bm-coin-content__title:after{background-size:56px auto;width:56px;height:62px;left:calc(50% - 38px);top:-5px}}@media screen and (max-width:559px){.bm-coin-content__title:after{background-size:26px auto;width:26px;height:30px;left:calc(50% - 19px);top:-2px}}.bm-coin-content__wrapper{max-width:calc(100% + 80px);overflow-x:auto;margin:0 -40px;padding:0 0 16px}@media screen and (max-width:767px){.bm-coin-content__wrapper{margin:0 -24px}}@media screen and (max-width:559px){.bm-coin-content__wrapper{margin:0 -10px}}.bm-coin-content__item{position:relative;width:186px;margin:0 15px;display:flex;flex-direction:column;align-items:center;justify-content:space-between;gap:20px;flex:none;height:100%}@media screen and (max-width:1023px){.bm-coin-content__item{width:auto}}@media screen and (max-width:559px){.bm-coin-content__item{width:150px;margin:0 10px}}.bm-coin-content__item:before{content:'';position:absolute;left:93px;bottom:16px;width:calc(186px + 30px);height:2px;background:#7fbedd}@media screen and (max-width:1023px){.bm-coin-content__item:before{width:calc(160px + 30px)}}@media screen and (max-width:767px){.bm-coin-content__item:before{width:250px}}@media screen and (max-width:559px){.bm-coin-content__item:before{bottom:13px}}.bm-coin-content__item--p0{margin-left:40px}@media screen and (max-width:1023px){.bm-coin-content__item--p0{margin-left:15px}}@media screen and (max-width:559px){.bm-coin-content__item--p0{margin-left:10px}}.bm-coin-content__item--gifts:before{background:#fff}.bm-coin-content__image{height:130px;margin-bottom:9px;font-size:0;line-height:1;text-align:center}@media screen and (max-width:559px){.bm-coin-content__image{height:92px}}.bm-coin-content__image img{max-width:100%;height:124px;margin:0 auto}@media screen and (max-width:559px){.bm-coin-content__image img{height:92px}}.bm-coin-content__caption{font-size:16px;line-height:1.2;text-align:center;color:#404040}@media screen and (max-width:1023px){.bm-coin-content__caption{font-size:14px}}@media screen and (max-width:559px){.bm-coin-content__caption{font-size:12px;line-height:14px}}.bm-coin-content__count{position:relative;background:#7fbedd;border-radius:18px;padding:0 12px;line-height:34px;height:35px;color:#fff;font-family:RotonBol,Arial,Helvetica,sans-serif;font-size:16px}.bm-coin-content__count .bm-coin{position:relative;top:-2px;margin-right:5px}.bm-coin-content__btn{position:relative;background:#ff8300;border-radius:18px;padding:0 12px;line-height:34px;height:35px;color:#fff;font-family:RotonBol,Arial,Helvetica,sans-serif;font-size:16px;cursor:pointer}@media screen and (max-width:559px){.bm-coin-content__btn{font-size:15px}}.bm-coin-content__btn:hover{background:#27388a;color:#fff}.bm-coin-content__buttons{display:flex;justify-content:center;padding-top:24px}@media screen and (max-width:559px){.bm-coin-content__buttons{padding-top:2px}}.bm-coin-content__button{max-width:214px;font-size:20px;line-height:54px;height:56px;border-radius:28px}@media screen and (max-width:767px){.bm-coin-content__button{max-width:200px;font-size:18px;line-height:44px;height:46px;border-radius:22px}}@media screen and (max-width:559px){.bm-coin-content__button{max-width:180px;font-size:16px;line-height:46px}}.bm-coin-content__legend{text-align:center;font-size:13px;line-height:15px;letter-spacing:0;color:#404040;opacity:.5}@media screen and (max-width:767px){.bm-coin-content__legend{font-size:12px}}@media screen and (max-width:559px){.bm-coin-content__legend{font-size:10px;line-height:13px}}.bm-coin-content__legend p{margin-bottom:0}@media screen and (max-width:559px){.bm-coin-content__legend p{margin-bottom:4px}}.bm-coin-content__item--gifts .bm-coin-content__image{background:url(/new/f/img/babymania/intro/gift0.png) no-repeat left top;background-size:151px auto;width:151px;height:107px;padding:25px 30px 15px;font-size:16px;line-height:1.2;color:#404040}@media screen and (max-width:767px){.bm-coin-content__item--gifts .bm-coin-content__image{font-size:15px}}@media screen and (max-width:559px){.bm-coin-content__item--gifts .bm-coin-content__image{font-size:13px;background-size:130px auto;padding-top:22px;width:130px;height:95px}}.allergy-content-cover{box-shadow:0 3px 10px -3px rgba(0,0,0,.16);position:relative;overflow:hidden}.allergy-content-cover__placeholder{background-color:#1485b5;background-position-y:50%;background-position-x:100%;background-repeat:no-repeat;-webkit-filter:drop-shadow(55px 0 81px #02253c);filter:drop-shadow(55px 0 81px #02253c);position:absolute;left:0;top:0;right:0;bottom:0}@media screen and (max-width:767px){.allergy-content-cover__placeholder{position:relative;min-height:50vw}}.allergy-content-cover__placeholder:after{content:"";position:absolute;width:120%;height:100%;-webkit-transform:skew(-20deg,0deg) translate(-50%,0);transform:skew(-20deg,0deg) translate(-50%,0);left:50%;background-image:linear-gradient(90deg,#02253c 0,rgba(242,236,150,0) 30%,rgba(242,236,150,0) 70%,#02253c 100%)}.allergy-content-cover__placeholder-bg{width:100%;max-width:1460px;background-position:100% 50%;background-repeat:no-repeat;-webkit-filter:drop-shadow(-10px 0 54px #02253c);filter:drop-shadow(-10px 0 54px #02253c);margin-left:auto;margin-right:auto;position:absolute;left:0;top:0;right:0;bottom:0;z-index:1}@media (min-width:1024px) and (max-width:1365px){.allergy-content-cover__placeholder-bg{left:calc(25% + (-400 - 25) * ((100vw - 1024px)/ (1365 - 1024)))}}@media screen and (max-width:1023px){.allergy-content-cover__placeholder-bg{background-size:60%}}@media screen and (max-width:767px){.allergy-content-cover__placeholder-bg{background-size:100%}}.allergy-content-cover__overlay{max-width:1080px;min-height:410px;display:flex;align-items:center;margin:0 auto;padding-left:40px;padding-right:40px;box-sizing:border-box;position:relative;z-index:2}@media screen and (max-width:1023px){.allergy-content-cover__overlay{min-height:30vw;padding-left:20px;padding-right:20px}}@media screen and (max-width:767px){.allergy-content-cover__overlay{min-height:170px;background-color:#fff;padding-top:20px;padding-bottom:20px}}.allergy-content-cover__info{max-width:50%}@media screen and (max-width:767px){.allergy-content-cover__info{max-width:none}}.allergy-content-cover__logo{margin-bottom:19px}@media screen and (max-width:1023px){.allergy-content-cover__logo{height:60px;margin-bottom:9px}}@media screen and (max-width:767px){.allergy-content-cover__logo{position:absolute;top:-50vw;margin-top:20px}}.allergy-content-cover__logo-img{max-width:100%;height:auto;max-height:100%}.allergy-content-cover__title{font-family:RotonBol,Arial,Helvetica,sans-serif;font-weight:400;font-size:40px;line-height:44px;color:#fff;text-transform:uppercase;margin-bottom:14px}@media (min-width:1024px) and (max-width:1239px){.allergy-content-cover__title{font-size:calc(32px + (40 - 32) * ((100vw - 1024px)/ (1239 - 1024)));line-height:calc(34px + (44 - 34) * ((100vw - 1024px)/ (1239 - 1024)))}}@media screen and (max-width:1023px){.allergy-content-cover__title{font-size:24px;line-height:30px;margin-bottom:8px}}@media screen and (max-width:767px){.allergy-content-cover__title{color:#27388a}}@media screen and (max-width:767px){.allergy-content-cover__title br{display:none}}.allergy-content-cover__subtitle{font-family:RotonBol,Arial,Helvetica,sans-serif;font-weight:400;color:#92b8d2;font-size:24px;line-height:28px;margin-bottom:15px}@media screen and (max-width:1023px){.allergy-content-cover__subtitle{font-size:18px;line-height:22px;margin-bottom:5px}}@media screen and (max-width:767px){.allergy-content-cover__subtitle{color:#ff8300}}.allergy__wrapper{background:#fff;border-radius:32px;padding:30px}@media screen and (max-width:767px){.allergy__wrapper{border-radius:16px;padding:24px}}.allergy__header{padding:30px 30px 0;margin-bottom:20px;text-align:center}.allergy__title{font-size:30px;line-height:32px;color:#353535;transition:color .16s ease-in}.allergy__title.clr-value_quarter{color:#b9f592}.allergy__title.clr-value_half{color:#f6ee74}.allergy__title.clr-value_three-quarter{color:#ffac70}.allergy__title.clr-value_full{color:#fc625c}.allergy__graph.diagram{text-align:center}.allergy__graph .diagram__inner{display:inline-block;position:relative}.allergy__graph .diagram__inner:after{content:'';box-shadow:0 15px 60px -3px rgba(0,0,0,.16);border:1px solid #eaeaea;border-radius:50%;position:absolute;top:20px;bottom:20px;left:20px;right:20px}.allergy__graph .diagram__value{width:100%;height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;position:absolute;top:0;left:0}.allergy__graph .diagram__value_quarter{color:#ffac70;font-family:RotonBol,Arial,Helvetica,sans-serif;font-size:84px;line-height:84px}.allergy__action{display:flex;justify-content:center;padding-top:25px}.allergy__action .button{height:42px;max-width:220px;line-height:40px;padding:0 28px}.allergy__action_al-end{justify-content:flex-end}@media screen and (max-width:767px){.allergy__action_al-end{justify-content:center}}.allergy__btns{display:flex;align-items:center;gap:0 30px}.allergy__btns .button{height:42px;max-width:none;line-height:40px;padding:0 28px}.allergy__link{font-family:RotonReg,Arial,Helvetica,sans-serif;font-size:14px;font-weight:700;color:#27388a;display:inline-block;white-space:nowrap;cursor:pointer}@media screen and (min-width:768px){.allergy__link:hover{color:#ff8300}}.allergy__footnote{padding:30px 30px 0;margin-bottom:20px;text-align:center;font-family:RotonReg,Arial,Helvetica,sans-serif;font-size:14px;line-height:20px;color:#353535}.allergy__row{display:flex;justify-content:space-between;flex-wrap:wrap}@media screen and (max-width:1023px){.allergy__col{width:100%}}@media screen and (max-width:767px){.allergy__col .form-item__box{display:inline-block;width:45%}}@media screen and (max-width:459px){.allergy__col .form-item__box{width:100%}}.allergy__col_title{flex-basis:27.659574468085108%;max-width:27.659574468085108%;font-family:RotonBol,Arial,Helvetica,sans-serif;color:#3d3d3d;font-size:18px;line-height:20px;padding-top:14px}@media screen and (max-width:1023px){.allergy__col_title{flex-basis:100%;max-width:none;margin-bottom:18px}}.allergy__col_content{flex-basis:72.3404255319149%;max-width:72.3404255319149%}@media screen and (max-width:1023px){.allergy__col_content{flex-basis:100%;max-width:none}}.allergy-item{display:flex;flex-wrap:wrap;justify-content:flex-end}@media screen and (max-width:1023px){.allergy-item{justify-content:flex-start}}.allergy-item__box{margin-top:5px;margin-bottom:5px}.allergy-item__box:not(:last-child){padding-right:24px}@media screen and (max-width:1023px){.allergy-item__box{flex-basis:33.33333333333333%;max-width:33.33333333333333%}}@media screen and (max-width:767px){.allergy-item__box{flex-basis:50%;max-width:50%}}@media screen and (max-width:559px){.allergy-item__box{flex-basis:100%;max-width:none}}.allergy-item__box-img{margin-right:10px;display:inline-block;vertical-align:middle;border-radius:50%;height:50px;width:50px;border:1px solid #dadada;cursor:pointer;position:relative;transition:background .16s ease-in}.allergy-item__box-img.is-active{border-color:#fb9881;background:#fb9881}.allergy-item__box-img.is-default{border-color:#79e196;background:#79e196}.allergy-item__box-img:hover .allergy-item__icon{opacity:1}.allergy-item__box-img.is-active .allergy-item__icon,.allergy-item__box-img.is-default .allergy-item__icon{opacity:1}.allergy-item__box-img.is-active .allergy-item__icon svg,.allergy-item__box-img.is-default .allergy-item__icon svg{fill:#fff}.allergy-item__box-text{display:inline-block;vertical-align:middle;font-family:RotonReg,Arial,Helvetica,sans-serif;font-size:16px;line-height:18px;color:#3d3d3d}.allergy-item__icon{opacity:.5;transition:opacity .16s ease-in}.allergy-item__icon svg{position:absolute;left:50%;top:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);fill:#a6a6a6;transition:fill .16s ease-in}.allergy-item__icon_father svg{width:14px;height:30px}.allergy-item__icon_mom svg{width:16px;height:30px}.allergy-item__icon_brothers svg{width:25px;height:20px}.allergy-item__icon_check svg{width:21px;height:17px}.iron-calc__wrapper{background-color:#fff;border-radius:32px;padding:30px}@media screen and (max-width:767px){.iron-calc__wrapper{padding:24px;border-radius:16px}}.iron-calc__row{display:flex;justify-content:space-between}@media screen and (max-width:767px){.iron-calc__row{flex-wrap:wrap;flex-direction:column;justify-content:flex-start;align-items:center}}@media screen and (min-width:768px){.iron-calc__row_noflex{display:block}}.iron-calc-header__title{margin:0 auto;width:100%;margin-bottom:40px}.iron-calc-header__title .description-block{border-bottom:1px solid #e6e6e6}.iron-calc-img{display:inline-block;vertical-align:top;width:34%;min-width:34%}@media screen and (max-width:1023px){.iron-calc-img{width:38%;min-width:38%}}@media screen and (max-width:767px){.iron-calc-img{width:100%;max-width:280px;min-width:auto;margin-bottom:30px}}.iron-calc-img_start{margin-top:50px}.iron-calc-img_age{width:29%;min-width:29%}@media screen and (max-width:767px){.iron-calc-img_age{width:100%}}@media screen and (min-width:768px){.iron-calc-img_eat{position:sticky;top:100px}}@media screen and (max-width:767px){.iron-calc-img_result{margin-bottom:30px}}@media screen and (min-width:768px){.iron-calc-img_result{position:sticky;top:100px}}.iron-calc-img__img{max-width:100%;height:auto;display:inline-block;vertical-align:top}.iron-calc-img__img_result{display:inline-block}@media screen and (max-width:1023px){.iron-calc-img__img_result{display:none}}.iron-calc-img__img_result-m{display:none}@media screen and (max-width:1023px){.iron-calc-img__img_result-m{display:inline-block}}.iron-calc-img__inner{position:relative}.row-iron__ratio{width:31%;display:inline-block;vertical-align:top}.row-iron__text{font-size:18px;font-family:RotonReg,Arial,Helvetica,sans-serif;color:#353535;line-height:1.389}.row-iron__text_result{padding-right:80px;margin-bottom:40px}.row-iron__cont{width:65%;display:inline-block;vertical-align:top;padding-top:55px;padding-left:65px}@media screen and (max-width:1023px){.row-iron__cont{width:60%;padding-left:30px}}@media screen and (max-width:767px){.row-iron__cont{width:100%;max-width:320px;padding-left:0;padding-top:0}}.row-iron__cont_result{padding-top:30px}@media screen and (max-width:767px){.row-iron__cont_result{padding-top:0}}.row-iron__title{font-family:RotonBol,Arial,Helvetica,sans-serif;color:#353535;font-size:36px;line-height:38px;text-align:left;margin-bottom:35px}@media screen and (max-width:767px){.row-iron__title{font-size:24px;line-height:26px;text-align:center}}.row-iron__leadtext p{font-size:16px;line-height:18px;margin-top:0;margin-bottom:15px}.row-iron__info{margin-top:70px;padding-left:30px}@media screen and (max-width:1023px){.row-iron__info{padding-left:0}}@media screen and (max-width:767px){.row-iron__info_eat{display:none}}.row-iron__info_eat-mobile{width:100%;max-width:320px;margin-top:0;padding-left:0;padding-top:20px;display:none}@media screen and (max-width:767px){.row-iron__info_eat-mobile{display:inline-block;vertical-align:top}}@media screen and (max-width:767px){.row-iron__info_res{width:100%;max-width:320px;margin-top:0;margin-bottom:40px;padding-left:0;display:none}}@media screen and (max-width:767px){.row-iron-res-wrapper .row-iron__info_res{display:block}}.row-iron__info-item{font-size:14px;font-family:RotonReg,Arial,Helvetica,sans-serif;color:#353535;width:290px;position:relative;clear:both;overflow:hidden;margin-bottom:10px}@media (min-width:768px) and (max-width:1120px){.row-iron__info-item{width:calc(240px + (290 - 240) * ((100vw - 768px)/ (1120 - 768)))}}@media screen and (max-width:767px){.row-iron__info-item{width:100%;max-width:260px}}.row-iron__info-item:after{position:absolute;top:0;left:52px;width:100%;height:5px;content:"........................................................................"}.row-iron__result-text,.row-iron__result-value{background:#fff;display:inline-block;position:relative;z-index:2}.row-iron__result-text{padding-right:10px;max-width:200px}.row-iron__result-value{float:right;padding-left:10px}.row-iron__info-title{font-family:RotonBol,Arial,Helvetica,sans-serif;font-size:24px;line-height:1.25;color:#27388a;margin-bottom:30px}.row-iron__btn{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px}.row-iron__btn .button{height:42px;width:auto;max-width:none;line-height:40px;padding:0 28px;display:inline-flex}.row-iron__btn .i-btn_age{padding:0 60px}.row-iron__btn .i-btn_eat{padding:0 55px;margin-left:0}.row-iron__btn .i-btn_popup{padding:0 37px;vertical-align:top;margin:0;float:right}.row-iron__btn .i-btn_link{font-family:RotonReg,Arial,Helvetica,sans-serif;font-size:14px;font-weight:700;color:#27388a;display:inline-block;white-space:nowrap;margin-left:28px;margin-top:20px;margin-right:20px;cursor:pointer}@media screen and (min-width:768px){.row-iron__btn .i-btn_link:hover{color:#ff8300}}.row-iron__btn_age,.row-iron__btn_start{margin-top:30px}.row-iron__btn_eat{width:100%;display:inline-block;margin-top:20px}.row-iron__btn_eat-mobile{width:68%;display:inline-block;padding-left:60px;display:none}.row-iron__btn_result{align-items:flex-start}.row-iron__advice-first{font-family:RotonReg,Arial,Helvetica,sans-serif;font-size:18px;line-height:20px;color:#353535;margin-bottom:20px}.row-iron__advice-sec{font-size:24px;font-family:RotonBol,Arial,Helvetica,sans-serif;color:#27388a;line-height:26px;margin-bottom:40px}.row-iron__btn-inner{width:63%}.iron-adv-box{display:inline-block;float:right}@media screen and (max-width:1023px){.iron-adv-box{display:none}}.iron-adv-box__list{width:185px}.iron-adv-box__item{display:inline-block;margin-right:5px}.iron-adv-box__item:last-child{margin-right:0}.iron-adv-box__link{display:block}.iron-adv-box__link_1{width:60px;height:30px;background:url(/new/f/img/tools/iron-calc/iron+.png) center no-repeat}.iron-adv-box__link_2{width:35px;height:35px;background:url(/new/f/img/tools/iron-calc/b.png) center no-repeat}.iron-adv-box__link_3{width:67px;height:33px;background:url(/new/f/img/tools/iron-calc/che.png) center no-repeat}.iron-adv-box_result{float:none;vertical-align:bottom}.iron-calc-scale{width:30px;height:calc(100% + 30px);text-align:right;position:absolute;top:0;right:38px}@media (min-width:768px) and (max-width:1120px){.iron-calc-img.iron-calc-img_start .iron-calc-scale{right:calc(28px + (42 - 28) * ((100vw - 768px)/ (1120 - 768)))}}@media (min-width:768px) and (max-width:1120px){.iron-calc-img.iron-calc-img_eat .iron-calc-scale{right:calc(24px + (42 - 24) * ((100vw - 768px)/ (1120 - 768)))}}@media (min-width:768px) and (max-width:1120px){.iron-calc-img.iron-calc-img_result .iron-calc-scale{right:calc(24px + (42 - 24) * ((100vw - 768px)/ (1120 - 768)))}}@media screen and (max-width:767px){.iron-calc-scale{display:none}}.iron-calc-scale__item{font-family:RotonReg,Arial,Helvetica,sans-serif;color:#989898;font-size:12px;line-height:14px;position:absolute;right:0}.iron-calc-scale__item:nth-child(1){bottom:75%}.iron-calc-scale__item:nth-child(2){bottom:57%}.iron-calc-scale__item:nth-child(3){bottom:38%}.iron-calc-switcher{background:url(/new/f/img/tools/iron-calc/heart.png) center no-repeat;background-size:contain;width:88px;height:82px;text-align:center;font-size:24px;line-height:26px;font-family:RotonBol,Arial,Helvetica,sans-serif;color:#fff;display:flex;justify-content:center;align-items:center;position:absolute;top:78%;left:calc(100% - 72px);z-index:10}@media (min-width:768px) and (max-width:1120px){.iron-calc-switcher{width:calc(70px + (88 - 70) * ((100vw - 768px)/ (1120 - 768)));height:calc(65px + (82 - 65) * ((100vw - 768px)/ (1120 - 768)));left:calc(100% - (52px + (74 - 52) * ((100vw - 768px)/ (1120 - 768))))}}@media screen and (max-width:1023px){.iron-calc-switcher{top:93%}}@media screen and (max-width:767px){.iron-calc-switcher{left:calc(100% - 65px)}}@media (min-width:321px) and (max-width:360px){.iron-calc-switcher{width:calc(70px + (88 - 70) * ((100vw - 321px)/ (360 - 321)));height:calc(65px + (82 - 65) * ((100vw - 321px)/ (360 - 321)));left:calc(100% - (53px + (65 - 53) * ((100vw - 321px)/ (360 - 321))))}}.iron-calc-switcher__val{padding-bottom:10px;display:inline-block}.iron-options{width:30%}.iron-options__content{width:100%;position:relative;padding:26px 40px}.iron-options__content .ui-slider{height:1px;background-color:#dedede}.iron-options__handle.ui-slider-handle{width:75%;min-width:100px;height:40px;background:#27388a;border-radius:20px;text-align:center;color:#fff;font-family:RotonBol,Arial,Helvetica,sans-serif;font-size:18px;line-height:40px;padding:0 15px;margin-top:-20px;margin-left:-35px;top:50%;z-index:10}.iron-options__handle.ui-slider-handle.i-slider-edge{background:#e9e9e9}.iron-options__btn{border-radius:50%;border:1px solid #27388a;background-color:#fff;height:38px;width:38px;cursor:pointer;position:absolute;top:50%;margin-top:-19px;z-index:1}.iron-options__btn:before{content:'';width:14px;height:14px;position:absolute;left:calc(50% - 7px);top:calc(50% - 7px);pointer-events:none}.iron-options__btn_up{right:0}.iron-options__btn_up:before{background:linear-gradient(0deg,transparent 6px,#27388a 6px,#27388a 8px,transparent 8px),linear-gradient(90deg,transparent 6px,#27388a 6px,#27388a 8px,transparent 8px)}.iron-options__btn_down{left:0}.iron-options__btn_down:before{background:linear-gradient(0deg,transparent 6px,#27388a 6px,#27388a 8px,transparent 8px)}.iron-options_i-age{width:79%;margin-bottom:20px}@media screen and (max-width:767px){.iron-options_i-age{width:100%}}.iron-options_i-age .iron-options__content{padding:26px 34px}.iron-options_i-age .iron-options__handle.ui-slider-handle{width:25%}.iron-options_i-age .iron-options__btn_up{margin-right:-30px}@media screen and (max-width:767px){.iron-options_i-age .iron-options__btn_up{margin-right:-2px}}.iron-options_i-age #slider-month:after{content:'';position:absolute;left:0;margin-left:-15px;right:0;top:0;z-index:0;width:111%;border-bottom:1px solid #dedede}.iron-options_i-eat{width:290px;margin-left:auto;margin-top:5px;margin-bottom:5px}@media screen and (max-width:767px){.iron-options_i-eat{width:100%;margin-right:auto}}.iron-options_i-eat .iron-options__content{display:inline-block;vertical-align:top}.iron-options_i-eat .iron-options__handle.ui-slider-handle{min-width:90px;max-width:90px;margin-left:-40px}.iron-options_i-eat #slider-cycle:after,.iron-options_i-eat #slider-days:after{width:135%}.iron-options_i-eat .iron-options__btn_up{margin-right:-10px}.iron-options_i-eat .iron-options__btn_down{margin-left:1px}.iron-options_i-eat .slider-pound:after{content:'';position:absolute;left:0;margin-left:-10px;right:0;top:0;z-index:0;width:111%;border-bottom:1px solid #dedede}@media screen and (max-width:767px){.iron-prod{width:100%;max-width:280px;margin:0 auto}}.iron-prod__item_feed .iron-options_i-eat .custom-pound{max-width:60px;min-width:60px}.iron-prod__item_feed .iron-options_i-eat .ui-slider{width:241px}.iron-prod__item_feed .iron-options_i-eat .slider-pound:after{width:auto}.iron-prod-post{padding-left:30px}@media screen and (max-width:767px){.iron-prod-post{padding-left:26px}}.iron-prod-post__cont{margin-bottom:30px;display:none}.iron-prod-post__title{font-size:30px;line-height:32px;font-family:RotonBol,Arial,Helvetica,sans-serif;color:#27388a;margin-bottom:25px;white-space:nowrap;position:relative;cursor:pointer;padding-left:30px;margin-left:-30px}@media screen and (max-width:767px){.iron-prod-post__title{font-size:18px;line-height:20px;padding-left:26px;margin-left:-26px}}@media screen and (min-width:768px){.iron-prod-post__title:hover{color:#ff8300}}.iron-prod-post__title:after,.iron-prod-post__title:before{width:20px;height:2px;content:'';position:absolute;left:0;top:16px;background:currentColor;transition:-webkit-transform 134ms;transition:transform 134ms;transition:transform 134ms,-webkit-transform 134ms}@media screen and (max-width:767px){.iron-prod-post__title:after,.iron-prod-post__title:before{width:16px;top:10px}}.iron-prod-post__title:before{-webkit-transform:rotate(90deg);transform:rotate(90deg)}.iron-prod-post__title:after{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.iron-prod-post.is-open .iron-prod-post__cont{display:block}.iron-prod-post.is-open .iron-prod-post__title{color:#ff8300}.iron-prod-post.is-open .iron-prod-post__title:after,.iron-prod-post.is-open .iron-prod-post__title:before{-webkit-transform:rotate(0);transform:rotate(0)}.iron-goods__list-item{width:100%;min-height:70px;display:flex;flex-wrap:wrap;align-items:center;margin-bottom:10px}.iron-goods__img-wrapper{width:30px;display:flex;justify-content:center;align-items:center}.iron-goods__img{max-width:100%;height:auto}.iron-goods__name{width:155px;display:inline-block;vertical-align:top;font-size:16px;font-weight:700;padding-left:15px;padding-top:3px}@media screen and (max-width:767px){.iron-goods__name{padding-top:5px}}.iron-block-stripes{margin-bottom:30px}.iron-block-stripes__item{position:relative;width:100%;height:30px}.iron-block-stripes__name,.iron-block-stripes__val{font-size:14px;font-family:RotonReg,Arial,Helvetica,sans-serif;color:#353535}.iron-block-stripes__color,.iron-block-stripes__name,.iron-block-stripes__val{display:inline-block}.iron-block-stripes__color{width:370px;height:10px;position:relative}@media (min-width:768px) and (max-width:1120px){.iron-block-stripes__color{width:calc(210px + (360 - 210) * ((100vw - 768px)/ (1120 - 768)))}}@media screen and (max-width:767px){.iron-block-stripes__color{width:160px}}.iron-block-stripes__line{height:10px;border-radius:20px;position:absolute;left:0;top:0}.iron-block-stripes__color_green .iron-block-stripes__line{width:43%;background:#7ae195}.iron-block-stripes__color_l-green .iron-block-stripes__line{width:27%;background:#baec6d}.iron-block-stripes__color_yellow .iron-block-stripes__line{width:15%;background:#fff284}.iron-block-stripes__color_orange .iron-block-stripes__line{width:13%;background:#ffc672}.iron-block-stripes__color_red .iron-block-stripes__line{width:2%;background:#fb8973}.iron-block-stripes__val{font-weight:700;min-width:35px;padding-right:5px}.iron-block-stripes__name{padding-left:10px;white-space:nowrap;position:absolute;left:0;top:50%;-webkit-transform:translateY(calc(-50% - 1px));transform:translateY(calc(-50% - 1px))}.iron-calc-modal__row{display:flex;flex-wrap:wrap}.iron-calc-modal__col{flex-basis:100%;max-width:none}.iron-calc-modal__col_4{flex-basis:33.33333333333333%;max-width:33.33333333333333%}@media screen and (max-width:767px){.iron-calc-modal__col_4{flex-basis:100%;max-width:none}}.iron-calc-modal__col_8{flex-basis:66.66666666666666%;max-width:66.66666666666666%}@media screen and (max-width:767px){.iron-calc-modal__col_8{flex-basis:100%;max-width:none}}@media screen and (max-width:767px){.iron-calc-modal__img-cont{margin-bottom:50px}}.iron-calc-modal__img{max-width:100%;height:auto}.iron-calc-modal__cont{padding-left:30px}@media screen and (max-width:767px){.iron-calc-modal__cont{padding-left:0}}.iron-calc-modal .b-modal__desc{line-height:1.3;padding-bottom:24px}.iron-calc-modal .b-modal__desc_title{font-size:18px}@media screen and (max-width:767px){.iron-calc-modal .b-modal__desc_title{font-size:16px}}.iron-calc-modal .modal__desc_recipe{font-style:italic}.iron-calc-modal .b-modal__row--controls{margin-bottom:24px;align-items:center}[data-tool=instrument-vybora-imeni] img{-o-object-position:70% top;object-position:70% top}.name-selection__content{border-radius:32px;overflow:hidden}@media screen and (max-width:767px){.name-selection__content{border-radius:16px}}@media screen and (max-width:767px){.name-selection__form .b-field{margin-bottom:32px}}@media screen and (max-width:459px){.name-selection__form .b-field{margin-bottom:20px}}.name-selection__form .b-field.b-field--gender{width:auto}.name-selection__form .b-field__label{display:none}.name-selection__form .b-field--switch .b-field__wrapper{border-radius:23px;width:100%;height:46px}.name-selection__form .b-field--switch .b-field__switch-item span{border-radius:23px;height:36px;font-size:17px;line-height:34px}.name-selection__form .b-field--switch.b-field--scroll .b-field__wrapper{overflow:hidden;-webkit-overflow-scrolling:touch;-ms-overflow-style:none}.name-selection__form .b-field--switch.b-field--scroll .b-field__wrapper:after,.name-selection__form .b-field--switch.b-field--scroll .b-field__wrapper:before{content:"";width:50px;height:60px;display:block;-webkit-filter:blur(6px);filter:blur(6px);position:absolute;top:50%;margin-top:-30px;z-index:1;pointer-events:none}.name-selection__form .b-field--switch.b-field--scroll .b-field__wrapper:before{background:linear-gradient(270deg,rgba(255,255,255,.35) 0,#fff 100%);left:-10px}.name-selection__form .b-field--switch.b-field--scroll .b-field__wrapper:after{background:linear-gradient(270deg,#fff 0,rgba(255,255,255,.35) 100%);right:-10px}.name-selection__form .b-field--switch.b-field--scroll .b-field__wrapper.is-end:after,.name-selection__form .b-field--switch.b-field--scroll .b-field__wrapper.is-start:before{opacity:0}.name-selection__form .b-field--switch.b-field--scroll .b-field__switch{position:relative;min-width:1106px}@media screen and (max-width:1023px){.name-selection__form .b-field--switch.b-field--scroll .b-field__switch{min-width:0}}.name-selection__form .b-field--switch.b-field--scroll .b-field__switch-item:not(:first-child) span{width:36px;text-align:center;padding:0 10px}.name-selection__form .b-field--rounded .b-field__wrapper{border-color:#d8dff6}.name-selection__form .b-field--rounded .b-field__wrapper .b-field__caption{border-color:#d8dff6}.name-selection__form .b-field--rounded .b-field__wrapper .b-field__options{border-width:1px}.name-selection__form .b-field--input-search .b-field__wrapper{padding-right:40px}.name-selection__form .b-field--input-search .b-field__wrapper input[type=search]::-webkit-search-cancel-button,.name-selection__form .b-field--input-search .b-field__wrapper input[type=search]::-webkit-search-decoration,.name-selection__form .b-field--input-search .b-field__wrapper input[type=search]::-webkit-search-results-button,.name-selection__form .b-field--input-search .b-field__wrapper input[type=search]::-webkit-search-results-decoration{display:none}.name-selection__form .b-field--input-search .ui-icon.ui-icon--search{color:#27388a}.name-selection__form .b-field--input-search svg{pointer-events:none;width:28px;height:28px;position:absolute;top:9px;right:9px}.name-selection__reset-filters{height:19px;position:absolute;top:0;right:30px;padding:0}@media screen and (max-width:767px){.name-selection__reset-filters{right:24px}}.name-selection__reset-filters:after{content:"";width:100%;height:1px;background-image:linear-gradient(90deg,#989898,#989898 75%,transparent 75%,transparent 100%);background-size:3px 1px;position:absolute;left:0;top:100%}.name-selection__reset-filters input{background:0 0;border:none;color:#989898;font-family:RotonReg,Arial,Helvetica,sans-serif;font-size:11px;padding:0}.name-selection__reset-filters:hover input{color:#ff8300}.name-selection__reset-filters:hover:after{background-image:linear-gradient(90deg,#ff8300,#ff8300 75%,transparent 75%,transparent 100%)}.name-selection__open{background:#fff;padding-top:2px;border-bottom:none;text-align:center}.name-selection__open .hidden{display:none}.name-selection__open label{width:200px;border-radius:20px;display:inline-block;margin:0 auto;height:20px;line-height:20px;position:relative;top:18px;z-index:2;left:108px;cursor:pointer;font-size:12px;font-family:RotonReg,Arial,Helvetica,sans-serif;font-style:italic;color:#31a8db}.name-selection__open img{position:relative;top:29px;left:-102px}#filters:checked~.name-selection__open{background:#999}.name-selection__top{position:relative;display:block;font-family:RotonReg,Arial,Helvetica,sans-serif;background:#fff;padding:30px 30px 16px}@media screen and (max-width:767px){.name-selection__top{padding-left:24px;padding-right:24px}}@media screen and (max-width:459px){.name-selection__top{padding-bottom:26px}}.name-selection__row{display:flex;flex-wrap:wrap;gap:0 24px}.name-selection__col{flex-basis:calc(33.33333333333333% - 16px);max-width:calc(33.33333333333333% - 16px)}@media screen and (max-width:1023px){.name-selection__col_text{flex-basis:calc(50% - 12px);max-width:calc(50% - 12px)}}@media screen and (max-width:767px){.name-selection__col_text{flex-basis:100%;max-width:none}}@media screen and (max-width:1023px){.name-selection__col_search{order:-1;flex-basis:100%;max-width:none}}.name-selection__col_full{flex-basis:100%;max-width:100%}.name-selection__open-bottom{padding-top:0;height:0;background:#fff;border-bottom:1px solid #dfe6ea;text-align:center;position:relative;z-index:3}.name-selection__open-bottom label{width:200px;border-radius:20px;display:inline-block;margin:0 auto;height:20px;line-height:20px;position:relative;top:-6px;z-index:3;cursor:pointer;font-size:12px;font-family:RotonReg,Arial,Helvetica,sans-serif;color:#ff8300}@media screen and (max-width:459px){.name-selection__open-bottom label{top:-3px}}.name-selection__open-bottom label:hover{color:#27388a}.name-selection__open-bottom img{max-width:100%;height:auto;position:absolute;top:-2px;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%);pointer-events:none}.name-selection__setting-bottom{background:#fff;text-align:center;margin-bottom:1px;position:relative}.name-selection__setting-bottom img{position:absolute;left:50%;top:23px;-webkit-transform:translateX(-50%);transform:translateX(-50%);z-index:4}.name-selection__setting-bottom span{width:200px;border-radius:20px;display:inline-block;margin:0 auto;height:20px;line-height:20px;position:relative;top:19px;z-index:5;cursor:pointer;font-size:12px;font-family:RotonReg,Arial,Helvetica,sans-serif;color:#989898}.name-selection__setting-bottom span:hover{color:#ff8300}.name-selection__sort{padding:37px 30px 5px;background:#fff;margin-top:1px;display:flex;align-items:center;flex-wrap:wrap;gap:20px;position:relative}@media screen and (max-width:767px){.name-selection__sort{padding-left:24px;padding-right:24px;flex-direction:column;align-items:flex-start}}@media screen and (max-width:459px){.name-selection__sort{padding-bottom:15px}}.name-selection__sort-item:last-child{margin-left:auto}.name-selection__switch{display:flex;align-items:center}.name-selection__switch-control{display:inline-block;width:60px;height:30px;border:1px solid #d8dff6;border-radius:15px;background:#fff;position:relative;overflow:hidden}.name-selection__switch-control label{display:block;position:absolute;z-index:2;background:0 0;top:-1px;left:-1px;width:62px;height:32px;border-radius:15px;cursor:pointer;transition:all .2s}.name-selection__switch-control:hover{background:#fafafa}.name-selection__switch-control .hidden{display:none}.name-selection__switch-label-off{background:0 0}.name-selection__switch-inp-off:checked~.name-selection__switch-label-off{display:block;z-index:1;background:0 0}.name-selection__switch-inp-off:checked~.name-selection__switch-label-on{display:block;z-index:3;background:0 0}.name-selection__switch-inp-on:checked~.name-selection__switch-label-on{display:block;z-index:1;background:#27388a}.name-selection__switch-inp-on:checked~.name-selection__switch-label-off{display:block;z-index:3;background:0 0}.name-selection__switch-inp-off:checked~.name-selection__switch-point{display:block;position:absolute;top:4px;left:6px;width:20px;height:20px;border-radius:20px;background:#27388a;transition:all .4s;z-index:2}.name-selection__switch-inp-on:checked~.name-selection__switch-point{display:block;position:absolute;top:4px;left:34px;width:20px;height:20px;border-radius:20px;background:#fff;transition:all .4s;z-index:2}.name-selection__switch-name{height:30px;font-family:RotonReg,Arial,Helvetica,sans-serif;font-size:14px;line-height:30px;margin-left:11px}.name-selection__names{padding:34px 25px;background:#f3f7f9;position:relative}@media screen and (max-width:459px){.name-selection__names{padding-left:10px;padding-right:10px}}.name-selection__accordeon{background:#f3f7f9;padding-top:.1px}.name-selection__accordeon .hidden{display:none}.name-selection__dl-name{margin:0;padding:5px;min-height:60px;border-bottom:1px solid #dfe6ea;border-right:1px solid #f2f2f2;border-left:1px solid #f2f2f2;background:#fff;position:relative}@media screen and (min-width:768px){.name-selection__dl-name:hover{background:#fafafa}}.name-selection__dl-name.is-open{background-color:#fafafa}.name-selection__dl-name.is-open .name-selection__dt-name:before{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.name-selection__dl-name.is-open .name-selection__dt-name:hover:before{background-image:url(/new/f/img/icon-tools-names-arrow.svg#blue)}.name-selection__dl-name.is-open .name-selection__dd-content{display:block}.name-selection__dl-name_girl.is-open .name-selection__dt-name:hover:before{background-image:url(/new/f/img/icon-tools-names-arrow.svg#red)}.name-selection__dl-name_boy .name-selection__dt-name-top{color:#27388a}@media screen and (max-width:459px){.name-selection__dl-name_girl{max-height:100%;font-size:0;line-height:1}}.name-selection__dl-name_girl .name-selection__dt-name-top{color:#e23a3a}.name-selection__dl-name_girl .name-selection__dt-name:hover:before{background-image:url(/new/f/img/icon-tools-names-arrow.svg#red)}.name-selection__dt-name{min-height:60px;line-height:60px;font-family:RotonBol,Arial,Helvetica,sans-serif;font-size:22px;display:inherit;cursor:pointer}@media screen and (max-width:1023px){.name-selection__dt-name{width:calc(100% - 180px)}}@media screen and (max-width:459px){.name-selection__dt-name{min-height:60px;max-height:100%;width:calc(100% - 130px);display:inline-block;font-size:18px}}.name-selection__dt-name:before{margin-left:30px;margin-right:12px;content:"";display:inline-block;width:16px;height:16px;background-image:url(/new/f/img/icon-tools-names-arrow.svg#gray);background-repeat:no-repeat;background-size:100%}@media screen and (max-width:1023px){.name-selection__dt-name:before{margin-top:15px;position:absolute}}@media screen and (max-width:459px){.name-selection__dt-name:before{margin-left:9px}}.name-selection__dt-name:hover:before{background-image:url(/new/f/img/icon-tools-names-arrow.svg#blue)}.name-selection__dt-name-top{display:inline-block}@media screen and (max-width:1023px){.name-selection__dt-name-top{min-height:25px;vertical-align:top;line-height:25px;margin-top:10px;margin-left:60px;padding-bottom:20px}}@media screen and (max-width:767px){.name-selection__dt-name-top{padding-bottom:28px}}@media screen and (max-width:459px){.name-selection__dt-name-top{min-height:25px;max-height:100%;margin-left:29px;display:inline-block}}.name-selection__dt-name-quantity{display:inline-block;float:right;font-size:14px;font-family:RotonReg,Arial,Helvetica,sans-serif;margin-right:45px;height:20px;line-height:20px;margin-top:18px;color:#989898}@media screen and (max-width:1023px){.name-selection__dt-name-quantity{width:calc(100% - 65px);height:20px;margin:0;position:absolute;bottom:8px;left:65px;font-size:12px;line-height:14px;padding-right:10px;display:flex;flex-direction:column;justify-content:flex-end}}@media screen and (max-width:767px){.name-selection__dt-name-quantity{height:28px;bottom:6px}}@media screen and (max-width:459px){.name-selection__dt-name-quantity{width:calc(100% - 34px);left:34px}}.name-selection__dt-name-quantity span{font-weight:700;font-size:18px;margin-right:2px}@media screen and (max-width:1023px){.name-selection__dt-name-quantity span{font-size:14px}}.name-selection__dd-content{margin-left:0;padding-left:62px;padding-right:30px;padding-bottom:30px;background-color:#fafafa;display:none}@media screen and (max-width:459px){.name-selection__dd-content{padding-left:29px;padding-right:6px}}.name-selection__dd-content-text{font-size:14px;line-height:20px;letter-spacing:.015em}.name-selection__dd-content-text ul{padding-left:21px}.name-selection__dd-content-text ul li{position:relative;margin:0 0 10px}.name-selection__dd-content-text ul li:before{content:'';position:absolute;left:-13px;top:8px;width:5px;height:5px;border-radius:50%;background:#353535}.name-selection__dd-content-text p:nth-child(2){margin-top:6px}.name-selection__dd-content-text p:last-child{margin-top:23px}.name-selection__dd-content-text p.font-bold{font-weight:700}.name-selection__dd-content-name{display:inline-block;margin-left:75px;float:right;width:100px}.name-selection__dd-content-name p{margin-top:0}.name-selection__checklike{display:inline-block;float:left;width:20px;height:20px;background-image:url(/new/f/img/icon-favorite.svg#lightgray);background-repeat:no-repeat;background-position:0 0;background-size:contain;cursor:pointer}.name-selection__name-rating{display:inline-block;text-align:left;width:180px;float:right;height:60px;padding-top:20px;padding-right:25px}@media screen and (max-width:1023px){.name-selection__name-rating{padding-top:15px}}@media screen and (max-width:459px){.name-selection__name-rating{width:130px;padding-right:6px}}.name-selection__name-rating .heart-h:checked~.name-selection__checklike{background-image:url(/new/f/img/icon-favorite.svg#red)}.name-selection__name-rating .star-1:checked~.name-selection__name-rating-star,.name-selection__name-rating .star-1:hover~.name-selection__name-rating-star,.name-selection__name-rating .star-2:checked~.name-selection__name-rating-star,.name-selection__name-rating .star-2:hover~.name-selection__name-rating-star,.name-selection__name-rating .star-3:checked~.name-selection__name-rating-star,.name-selection__name-rating .star-3:hover~.name-selection__name-rating-star,.name-selection__name-rating .star-4:checked~.name-selection__name-rating-star,.name-selection__name-rating .star-4:hover~.name-selection__name-rating-star,.name-selection__name-rating .star-5:checked~.name-selection__name-rating-star,.name-selection__name-rating .star-5:hover~.name-selection__name-rating-star{color:#ff8300}.name-selection__name-rating .star-1:checked~.name-selection__name-rating-star path,.name-selection__name-rating .star-1:hover~.name-selection__name-rating-star path,.name-selection__name-rating .star-2:checked~.name-selection__name-rating-star path,.name-selection__name-rating .star-2:hover~.name-selection__name-rating-star path,.name-selection__name-rating .star-3:checked~.name-selection__name-rating-star path,.name-selection__name-rating .star-3:hover~.name-selection__name-rating-star path,.name-selection__name-rating .star-4:checked~.name-selection__name-rating-star path,.name-selection__name-rating .star-4:hover~.name-selection__name-rating-star path,.name-selection__name-rating .star-5:checked~.name-selection__name-rating-star path,.name-selection__name-rating .star-5:hover~.name-selection__name-rating-star path{stroke:#ff8300}.name-selection__name-rating-star{display:inline-block;width:20px;height:20px;color:#fff;float:right;cursor:pointer}@media screen and (max-width:459px){.name-selection__name-rating-star{width:16px;height:16px;margin-top:2px}}.name-selection__name-rating-star svg{width:100%;height:100%;pointer-events:none}.name-selection__name-rating-star path{stroke:#cbcbcb;transition:stroke 134ms}.name-selection__name-rating-star.is-active{color:#cbcbcb}.name-selection__name-rating-star.is-active path{stroke:#cbcbcb}.name-selection__name-vote{font-size:14px;font-family:RotonBol,Arial,Helvetica,sans-serif;color:#e23a3a;margin-left:5px;float:left}@media screen and (max-width:459px){.name-selection__name-vote{padding-top:4px;margin-left:4px}}.name-selection__names-load{display:block;margin:28px auto 3px;width:180px;height:46px;border-radius:23px;border:none;box-shadow:none;background:#ff8300;font-family:RotonBol,Arial,Helvetica,sans-serif;font-size:18px;color:#fff}.name-selection__names-load:hover{background:#dc7d25}.name-selection__names-load:active{background:#dc7d25}.name-selection__invitation{width:220px;height:46px;border:1px solid #d8dff6;border-radius:23px;display:block}@media screen and (max-width:767px){.name-selection__invitation{position:absolute;top:75px;right:24px}}@media screen and (max-width:559px){.name-selection__invitation{display:block;position:relative;margin:20px auto 0;top:0;right:0}}.name-selection__invitation span{width:10px;height:10px;font-size:0;margin-right:5px;display:inline-block;position:relative}.name-selection__invitation span:before{background:linear-gradient(0deg,transparent 4px,#27388a 4px,#27388a 6px,transparent 6px),linear-gradient(90deg,transparent 4px,#27388a 4px,#27388a 6px,transparent 6px);width:10px;height:10px;content:"";pointer-events:none;position:absolute;left:calc(50% - 5px);top:calc(50% - 5px)}.name-selection__invitation .hidden{display:none}@media screen and (min-width:768px){.name-selection__invitation:hover{background:#fafafa;border-color:#27388a}}.name-selection__invitation label{width:220px;height:46px;border-radius:23px;font-family:RotonBol,Arial,Helvetica,sans-serif;font-size:18px;color:#27388a;display:flex;align-items:center;justify-content:center;cursor:pointer}.name-selection__invitation #invm:checked~.name-selection__invitation-content{display:block}.name-selection__invitation #invm:checked~label{background:#27388a;color:#fff}.name-selection__invitation #invm:checked~label span:before{background:linear-gradient(0deg,transparent 4px,#fff 4px,#fff 6px,transparent 6px),linear-gradient(90deg,transparent 4px,#fff 4px,#fff 6px,transparent 6px)}.name-selection__invitation-content{display:none;background:#fff;font-size:14px;border-radius:16px;width:550px;min-height:225px;position:relative;left:-327px;top:14px;box-shadow:0 8px 30px rgba(0,0,0,.2);z-index:6;border-bottom-left-radius:0;border-bottom-right-radius:0}@media screen and (max-width:767px){.name-selection__invitation-content{width:464px;left:-244px}}@media screen and (max-width:559px){.name-selection__invitation-content{width:400px;left:-90px;min-height:267px}}@media screen and (max-width:459px){.name-selection__invitation-content{width:282px;left:-31px;min-height:265px}}.name-selection__invitation-content p{margin-top:55px;margin-left:35px;margin-right:60px;position:absolute;font-family:RotonReg,Arial,Helvetica,sans-serif;line-height:1.1}@media screen and (max-width:767px){.name-selection__invitation-content p{position:static;margin:0 0 25px}}.name-selection__invitation-text{position:relative;height:100%}@media screen and (max-width:767px){.name-selection__invitation-text{padding:24px}}.name-selection__invitation-text #copy-link{position:relative;width:180px;height:42px;border-radius:22px;border:none;box-shadow:none;background:#ff8300;font-family:RotonBol,Arial,Helvetica,sans-serif;font-size:18px;color:#fff;top:133px;left:41px}@media screen and (max-width:767px){.name-selection__invitation-text #copy-link{left:0;top:0}}@media screen and (max-width:459px){.name-selection__invitation-text #copy-link{display:block;margin-left:auto;margin-right:auto}}.name-selection__invitation-text #copy-link:hover{background:#dc7d25}.name-selection__invitation-text #copy-link:active{background:#dc7d25}.name-selection__invitation-link{width:275px;height:42px;border-radius:22px;box-shadow:none;border:1px solid #d8dff6;position:relative;top:133px;left:35px;padding-left:28px;padding-right:28px;font-family:RotonReg,Arial,Helvetica,sans-serif}@media screen and (max-width:767px){.name-selection__invitation-link{left:0;top:0;margin-bottom:20px}}@media screen and (max-width:459px){.name-selection__invitation-link{width:100%}}.name-selection__invitation-info{background:#f6f7fc;border:1px solid rgba(127,172,209,.05);border-radius:20px;padding:5px 16px;-webkit-animation:copySuccess 2s ease-in-out 0s 1;animation:copySuccess 2s ease-in-out 0s 1;font-size:14px;-webkit-transform:translate(calc(-50% + 134px),0) scale(0);transform:translate(calc(-50% + 134px),0) scale(0);opacity:0;position:absolute;left:50%;top:94px;pointer-events:none;display:none}@media screen and (max-width:767px){.name-selection__invitation-info{margin-left:-250px;top:120px}}@media screen and (max-width:559px){.name-selection__invitation-info{margin-left:-220px;top:134px}}@media screen and (max-width:459px){.name-selection__invitation-info{margin-left:-134px;top:166px}}.name-selection__invitation-info.is-active{display:block}@-webkit-keyframes copySuccess{0%{opacity:0;-webkit-transform:translate(calc(-50% + 134px),100%) scale(0);transform:translate(calc(-50% + 134px),100%) scale(0)}20%{opacity:1;-webkit-transform:translate(calc(-50% + 134px),0) scale(1);transform:translate(calc(-50% + 134px),0) scale(1)}80%{opacity:1;-webkit-transform:translate(calc(-50% + 134px),0) scale(1);transform:translate(calc(-50% + 134px),0) scale(1)}100%{opacity:0;-webkit-transform:translate(calc(-50% + 134px),-100%) scale(1.3);transform:translate(calc(-50% + 134px),-100%) scale(1.3)}}@keyframes copySuccess{0%{opacity:0;-webkit-transform:translate(calc(-50% + 134px),100%) scale(0);transform:translate(calc(-50% + 134px),100%) scale(0)}20%{opacity:1;-webkit-transform:translate(calc(-50% + 134px),0) scale(1);transform:translate(calc(-50% + 134px),0) scale(1)}80%{opacity:1;-webkit-transform:translate(calc(-50% + 134px),0) scale(1);transform:translate(calc(-50% + 134px),0) scale(1)}100%{opacity:0;-webkit-transform:translate(calc(-50% + 134px),-100%) scale(1.3);transform:translate(calc(-50% + 134px),-100%) scale(1.3)}}[data-tool=maternity-leave] img{-o-object-position:70% top;object-position:70% top}.maternity-leave__content{background:#fff;border-radius:32px;padding:30px}@media screen and (max-width:767px){.maternity-leave__content{border-radius:16px;padding:24px}}.maternity-leave__form{max-width:640px;height:0;opacity:0;overflow:hidden;transition:all .3s}@media screen and (max-width:767px){.maternity-leave__form{max-width:none}}.maternity-leave__form.show{height:100%;opacity:1;overflow:visible}.maternity-leave__form .b-field{width:auto;margin-bottom:0}.maternity-leave__form .b-field__label{display:none}.maternity-leave__form .b-field--switch .b-field__wrapper{border-radius:23px;width:100%;height:46px}.maternity-leave__form .b-field--switch .b-field__switch-item span{border-radius:23px;height:36px;font-size:17px;line-height:34px}.maternity-leave__form .b-field--switch.b-field--scroll .b-field__wrapper{overflow:hidden;-webkit-overflow-scrolling:touch;-ms-overflow-style:none}.maternity-leave__form .b-field--switch.b-field--scroll .b-field__switch{position:relative;min-width:1106px}@media screen and (max-width:1023px){.maternity-leave__form .b-field--switch.b-field--scroll .b-field__switch{min-width:0}}.maternity-leave__form .b-field--switch.b-field--scroll .b-field__switch-item:not(:first-child) span{width:36px;text-align:center;padding:0 10px}.maternity-leave__form .b-field--rounded .b-field__wrapper{border-color:#d8dff6}.maternity-leave__form .b-field--rounded .b-field__wrapper .b-field__caption{border-color:#d8dff6}.maternity-leave__form .b-field--rounded .b-field__wrapper .b-field__options{border-width:1px}.maternity-leave__form .b-field--rounded .b-field__answer.is-error{color:#ff4747}.maternity-leave__form .b-field--input-short{width:66px;margin-right:8px}.maternity-leave__form .b-field--input-short .b-field__input{text-align:center}.maternity-leave__form .b-field--input-short .b-field__answer{white-space:nowrap}.maternity-leave__result{height:0;opacity:0;overflow:hidden;transition:all .3s}.maternity-leave__result.show{height:100%;opacity:1;overflow:visible}.maternity-leave__result .maternity-leave__row{margin-top:16px}.maternity-leave__title{font-family:RotonBol,Arial,Helvetica,sans-serif;font-size:24px;line-height:31px;color:#27388a}.maternity-leave__list{margin-top:24px;padding-left:21px}.maternity-leave__list li{position:relative;font-family:RotonReg,Arial,Helvetica,sans-serif;font-size:16px;line-height:22px;color:#353535}.maternity-leave__list li:before{content:'';position:absolute;left:-13px;top:8px;width:5px;height:5px;border-radius:50%;background:#353535}.maternity-leave__list li+li{margin-top:24px}.maternity-leave__cards{margin-top:16px;display:flex;justify-content:flex-start;flex-wrap:wrap;margin-left:-8px;margin-right:-8px}.maternity-leave__card{background-repeat:no-repeat;width:calc(100% / 3 - 16px);border-radius:8px;margin:8px;padding:20px 20px 130px}@media screen and (max-width:1023px){.maternity-leave__card{padding-bottom:20px}}@media screen and (max-width:767px){.maternity-leave__card{padding-bottom:90px}}@media screen and (max-width:559px){.maternity-leave__card{padding-bottom:70px}}.maternity-leave__cards.cards-2 .maternity-leave__card{width:calc(100% / 3 - 16px)}@media screen and (max-width:1023px){.maternity-leave__cards.cards-2 .maternity-leave__card{width:calc(100% / 2 - 16px)}}@media screen and (max-width:559px){.maternity-leave__cards.cards-2 .maternity-leave__card{width:100%}}.maternity-leave__cards.cards-3 .maternity-leave__card{width:calc(100% / 3 - 16px)}@media screen and (max-width:1023px){.maternity-leave__cards.cards-3 .maternity-leave__card{width:calc(100% / 2 - 16px)}}@media screen and (max-width:559px){.maternity-leave__cards.cards-3 .maternity-leave__card{width:100%}}.maternity-leave__cards.cards-4 .maternity-leave__card{width:calc(100% / 4 - 16px)}@media screen and (max-width:1023px){.maternity-leave__cards.cards-4 .maternity-leave__card{width:calc(100% / 2 - 16px)}}@media screen and (max-width:767px){.maternity-leave__cards.cards-4 .maternity-leave__card{padding-bottom:90px}}@media screen and (max-width:559px){.maternity-leave__cards.cards-4 .maternity-leave__card{width:100%}}.maternity-leave__card_time{background-color:#4ac4f8;background-image:url(/new/f/img/tools/maternity-leave/card-time.svg);background-position:bottom 0 right 14px}@media screen and (max-width:767px){.maternity-leave__card_time{background-size:50px 84px}}.maternity-leave__card_ord-vacation{background-color:#5dbfea;background-image:url(/new/f/img/tools/maternity-leave/card-ord-vacation.svg);background-position:bottom 14px right 14px}@media screen and (max-width:767px){.maternity-leave__card_ord-vacation{background-size:66px 54px}}.maternity-leave__card_vacation-full{background-color:#31a8db;background-image:url(/new/f/img/tools/maternity-leave/card-leave-start.svg);background-position:bottom -13px right 14px}@media screen and (max-width:767px){.maternity-leave__card_vacation-full{background-size:70px 90px}}.maternity-leave__card_decree-full{background-color:#1592c8;background-image:url(/new/f/img/tools/maternity-leave/card-leave-end.svg);background-position:bottom -13px right 14px}@media screen and (max-width:767px){.maternity-leave__card_decree-full{background-size:70px 96px}}.maternity-leave__card>.maternity-leave__card-title{min-height:66px}@media screen and (max-width:1023px){.maternity-leave__card>.maternity-leave__card-title{min-height:auto}}.maternity-leave__card-title{margin:0;font-family:RotonBol,Arial,Helvetica,sans-serif;font-size:20px;line-height:22px;color:#fff}.maternity-leave__card-title_small{height:auto;margin-top:35px;font-family:RotonReg,Arial,Helvetica,sans-serif;font-size:16px;font-weight:700;line-height:normal}.maternity-leave__card-content{padding-top:25px}.maternity-leave__card-text{font-family:RotonBol,Arial,Helvetica,sans-serif;font-size:24px;line-height:24px;color:#fff;margin-bottom:0}.maternity-leave__card-text+.maternity-leave__card-text{margin-top:25px}.maternity-leave__card-text_week{font-size:24px;line-height:24px}.maternity-leave__card-text-starting{font-family:RotonReg,Arial,Helvetica,sans-serif;font-size:16px;line-height:18px}.maternity-leave__card-week-num{font-size:40px;line-height:40px}.maternity-leave__card-day-num{font-size:40px;line-height:40px}.maternity-leave__card-day-dash{font-size:40px;line-height:64px}.maternity-leave__card-days-text{font-size:20px;line-height:20px}.maternity-leave__card-year-text{font-size:20px;line-height:20px}.maternity-leave__card-btn{margin-top:10px}.maternity-leave__row{display:flex;justify-content:space-between;align-items:center}@media screen and (max-width:559px){.maternity-leave__row{align-items:flex-start;flex-direction:column}}.maternity-leave__row.hide{margin-top:0;height:0;visibility:hidden;opacity:0}.maternity-leave__row+.maternity-leave__row{margin-top:28px}@media screen and (max-width:559px){.maternity-leave__row+.maternity-leave__row{margin-top:24px}}.maternity-leave__row+.maternity-leave__row.hide{margin-top:0}.maternity-leave__row_btns{justify-content:flex-start}.maternity-leave__col{font-family:RotonReg,Arial,Helvetica,sans-serif;font-size:16px;line-height:22px;color:#353535}.maternity-leave__col_left{padding-right:20px}@media screen and (max-width:767px){.maternity-leave__col_left{margin-bottom:8px}}.maternity-leave__col_right{width:280px;min-width:280px;display:flex;justify-content:flex-start;align-items:center}@media screen and (max-width:767px){.maternity-leave__col_right{width:240px;min-width:240px}}.maternity-leave__info{width:20px;height:20px;border:1px solid #ff8300;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#ff8300;position:relative;cursor:pointer;margin-left:10px}.maternity-leave__info:hover{color:#fff;background:#ff8300}.maternity-leave__info:hover .maternity-leave__info-tooltip{display:block}.maternity-leave__info-text{font-size:13px}@media screen and (max-width:767px){.maternity-leave__info_ordinary-vacation .maternity-leave__info-tooltip{left:200%}}@media screen and (max-width:767px){.maternity-leave__info_ordinary-vacation .maternity-leave__info-tooltip:after{-webkit-transform:translateX(-240%) rotate(-45deg);transform:translateX(-240%) rotate(-45deg)}}.maternity-leave__info-tooltip{bottom:30px;left:calc(50% - 120px);position:absolute;width:240px;background:#fff;box-shadow:0 8px 16px rgba(0,0,0,.1);border-radius:8px;padding:20px;color:#353535;display:none;font-size:14px;line-height:1.4;z-index:2}@media screen and (max-width:767px){.maternity-leave__info-tooltip{left:auto;right:-26px}}.maternity-leave__info-tooltip:before{content:'';display:block;width:16px;height:16px;-webkit-transform:rotate(45deg);transform:rotate(45deg);position:absolute;left:calc(50% - 8px);bottom:-8px;background:#fff}@media screen and (max-width:767px){.maternity-leave__info-tooltip:before{left:auto;right:27px}}.maternity-leave-banner{margin-top:24px}.maternity-leave-banner__content{max-width:540px;border-radius:15px;overflow:hidden;background-image:url(/new/f/img/tools/maternity-leave/bg-banner.png);background-repeat:no-repeat;background-position:right center}@media screen and (max-width:767px){.maternity-leave-banner__content{max-width:none}}@media screen and (max-width:459px){.maternity-leave-banner__content{background-size:contain;background-position:115% center}}.maternity-leave-banner__wrapper{background:linear-gradient(90deg,#7d4b34 42%,rgba(125,75,52,0) 100%)}.maternity-leave-banner__block{padding:29px 34px}@media screen and (max-width:767px){.maternity-leave-banner__block{padding:24px 19px 28px}}.maternity-leave-banner__text{margin-bottom:0;font-family:RotonReg,Arial,Helvetica,sans-serif;font-weight:700;font-size:20px;line-height:20px;color:#fff}@media screen and (max-width:767px){.maternity-leave-banner__text{font-size:16px}}.maternity-leave-banner__link{background:#fff;border-radius:25px;display:inline-block;margin-top:13px;padding:6px 16px;font-family:RotonReg,Arial,Helvetica,sans-serif;font-weight:700;font-size:14px;line-height:20px;color:#7d4b34}@media screen and (max-width:767px){.maternity-leave-banner__link{font-size:12px}}.maternity-leave-banner__wrapper:hover .maternity-leave-banner__link{color:#27388a}.due-calendar__wrapper{background-color:#fff;border-radius:32px;padding:30px}@media screen and (max-width:767px){.due-calendar__wrapper{padding:24px;border-radius:16px}}.due-calendar__header{text-align:center;margin-bottom:35px}@media screen and (max-width:1023px){.due-calendar__header{margin-bottom:15px}}.due-calendar__title{font-family:RotonBol,Arial,Helvetica,sans-serif;font-size:24px;line-height:31px;color:#27388a}@media screen and (max-width:767px){.due-calendar__datepicker{max-width:360px;margin-left:auto;margin-right:auto}}.due-calendar__datepicker .ui-datepicker-inline{width:100%!important;display:flex!important;justify-content:space-between;gap:0 20px;padding:0;border:medium none;box-shadow:none;-webkit-transform:translate(0,0);transform:translate(0,0)}@media screen and (max-width:767px){.due-calendar__datepicker .ui-datepicker-inline{flex-wrap:wrap}}.due-calendar__datepicker .ui-datepicker-multi .ui-datepicker-group{float:none}.due-calendar__datepicker .ui-datepicker-multi-3 .ui-datepicker-group{width:33.33333333333333%}@media screen and (max-width:767px){.due-calendar__datepicker .ui-datepicker-multi-3 .ui-datepicker-group{width:100%}}.due-calendar__datepicker .ui-datepicker-row-break{display:none}@media screen and (max-width:767px){.due-calendar__datepicker .ui-datepicker .ui-datepicker-header{width:100%}}.due-calendar__btns{padding-top:20px;display:flex;align-items:center}.due-calendar__btns_al-center{justify-content:center}.due-calendar__btn-link{font-family:RotonReg,Arial,Helvetica,sans-serif;font-size:14px;font-weight:700;color:#27388a;display:inline-block;white-space:nowrap;margin-left:20px;cursor:pointer}@media screen and (min-width:768px){.due-calendar__btn-link:hover{color:#ff8300}}@media screen and (max-width:1023px){.due-calendar__timeline-wrapper{width:100%;height:128px;margin-bottom:40px;position:relative;overflow:hidden}}.due-calendar__timeline-content{text-align:center;margin-top:40px;margin-bottom:50px}@media screen and (max-width:1023px){.due-calendar__timeline-content{width:790px;position:absolute;top:0;left:50%;-webkit-transform:translate(-50%,0);transform:translate(-50%,0);margin-top:0;margin-bottom:0}}.due-calendar__timeline-target-date{font-size:24px;color:#fb8e91;text-align:center;font-family:RotonBol,Arial,Helvetica,sans-serif;margin-bottom:30px}@media screen and (max-width:1023px){.due-calendar__timeline-target-date{margin-bottom:20px}}.due-calendar__timeline-number{width:45px;height:30px;display:inline-block;vertical-align:top;font-size:14px;line-height:30px;color:#353535;text-align:center}.due-calendar__timeline-number:before{width:50px;height:50px;background:#fb8e91;border-radius:50%;position:absolute;left:50%;top:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);pointer-events:none}.due-calendar__timeline-number.is-active{color:#fff;font-size:18px;position:relative}.due-calendar__timeline-number.is-active:before{content:""}.due-calendar__timeline-number_left-one,.due-calendar__timeline-number_left-two,.due-calendar__timeline-number_right-one,.due-calendar__timeline-number_right-two{position:absolute}.due-calendar__timeline-number_left-one{left:-80px}.due-calendar__timeline-number_left-two{left:-40px}.due-calendar__timeline-number_right-one{right:-40px}.due-calendar__timeline-number_right-two{right:-80px}.due-calendar__timeline-number-inner{position:relative}.due-calendar__timeline-date{display:inline-block;vertical-align:top}.due-calendar__timeline-numbers{border:1px solid #fb8e91;border-radius:30px;position:relative}.due-calendar__timeline-day{display:inline-block;width:45px;text-align:center;font-size:12px;color:rgba(0,0,0,.67);line-height:1.917;text-transform:capitalize}.due-calendar__timeline-day.is-active{position:relative;top:15px}.due-calendar__timeline-text{width:60%;font-size:16px;line-height:25px;margin:0 auto;text-align:center}@media screen and (max-width:767px){.due-calendar__timeline-text{width:100%}}.due-calendar__timeline-text p{margin-bottom:0}.due-calendar__timeline-text p+p{margin-top:25px}.due-calendar__timeline-text .text-bold{font-family:RotonBol,Arial,Helvetica,sans-serif;letter-spacing:.025em}.due-calendar__note{font-size:14px;line-height:19px;padding-top:20px}.due-calendar__informer{padding-top:60px}.due-calendar__informer-top{display:flex;align-items:center}@media screen and (max-width:767px){.due-calendar__informer-top{flex-direction:column}}.due-calendar__informer-graph{flex-basis:330px;max-width:330px}@media screen and (max-width:1023px){.due-calendar__informer-graph{flex-basis:280px;max-width:280px}}.due-calendar__informer-graph.diagram{text-align:center}.due-calendar__informer-graph .diagram__inner{display:inline-block;position:relative}.due-calendar__informer-graph .diagram__inner:after{content:'';box-shadow:0 15px 60px -3px rgba(0,0,0,.16);border:1px solid #eaeaea;border-radius:50%;position:absolute;top:20px;bottom:20px;left:20px;right:20px}.due-calendar__informer-graph .diagram__value{width:100%;height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;position:absolute;top:0;left:0}.due-calendar__informer-graph .diagram__value-text{color:#989898;font-family:RotonBol,Arial,Helvetica,sans-serif;font-size:18px;line-height:1.4}.due-calendar__informer-graph .diagram__value-text-big{font-size:24px;line-height:26px;display:block}.due-calendar__informer-graph .diagram__value-count{color:#79e196;font-family:RotonBol,Arial,Helvetica,sans-serif;font-size:120px;line-height:94px;margin-bottom:5px}.due-calendar__informer-info{flex-basis:calc(100% - 330px);max-width:calc(100% - 330px);padding-left:40px}@media screen and (max-width:1023px){.due-calendar__informer-info{flex-basis:calc(100% - 280px);max-width:calc(100% - 280px);padding-left:20px}}@media screen and (max-width:767px){.due-calendar__informer-info{flex-basis:100%;max-width:none;padding-left:0}}.due-calendar__informer-info-title{font-family:RotonBol,Arial,Helvetica,sans-serif;font-size:24px;line-height:30px;color:#ff8300;margin-bottom:12px}.due-calendar__informer-info-subtitle{font-size:20px;line-height:28px}@media screen and (max-width:767px){.due-calendar__informer-info-subtitle{font-size:16px;line-height:25px}}.due-calendar__informer-info-leadtext{font-size:18px;line-height:25px;padding-bottom:30px}.due-calendar__informer-info-leadtext .bold{letter-spacing:.025em}.due-calendar__informer-bottom{margin-top:30px}@media screen and (max-width:767px){.ovulation-calendar{padding-bottom:20px}}.ovulation-calendar__content{background:#fff;border-radius:32px;padding:30px}@media screen and (max-width:767px){.ovulation-calendar__content{border-radius:16px;padding:24px}}.ovulation-calendar__form{max-width:640px}@media screen and (max-width:767px){.ovulation-calendar__form{max-width:none}}.ovulation-calendar__form .b-field{width:auto;margin-bottom:0}.ovulation-calendar__form .b-field--date .b-field__wrapper{width:100%;z-index:3}.ovulation-calendar__form .b-field__label{display:none}.ovulation-calendar__form .b-field--rounded .b-field__wrapper{border-color:#d8dff6}.ovulation-calendar__form .b-field--rounded .b-field__wrapper .b-field__caption{border-color:#d8dff6}.ovulation-calendar__form .b-field--rounded .b-field__wrapper .b-field__options{border-width:1px}.ovulation-calendar__form .b-field--rounded .b-field__answer.is-error{color:#ff4747}.ovulation-calendar__row{display:flex;justify-content:space-between;align-items:center}@media screen and (max-width:559px){.ovulation-calendar__row{align-items:flex-start;flex-direction:column}}.ovulation-calendar__row.hide{margin-top:0;height:0;visibility:hidden;opacity:0}.ovulation-calendar__row+.ovulation-calendar__row{margin-top:28px}@media screen and (max-width:559px){.ovulation-calendar__row+.ovulation-calendar__row{margin-top:24px}}.ovulation-calendar__row+.ovulation-calendar__row.hide{margin-top:0}.ovulation-calendar__col{font-family:RotonReg,Arial,Helvetica,sans-serif;font-size:16px;line-height:22px;color:#353535}.ovulation-calendar__col_left{padding-right:20px}@media screen and (max-width:767px){.ovulation-calendar__col_left{margin-bottom:8px}}.ovulation-calendar__col_right{width:180px;min-width:180px;display:flex;justify-content:flex-start;align-items:center}.ovulation-calendar__submit{height:42px;max-width:230px;line-height:40px;padding:0 28px}.ovulation-calendar__btns{display:flex;align-items:center}.ovulation-calendar__btns .button{height:42px;line-height:40px;padding:0 28px}.ovulation-calendar__btns_al-center{justify-content:center}.ovulation-calendar__btn-link{font-family:RotonReg,Arial,Helvetica,sans-serif;font-size:14px;font-weight:700;color:#27388a;display:inline-block;white-space:nowrap;margin-left:20px;cursor:pointer}@media screen and (min-width:768px){.ovulation-calendar__btn-link:hover{color:#ff8300}}.ovulation-calendar__b-date-header{display:flex;align-items:center;justify-content:space-between}@media screen and (max-width:767px){.ovulation-calendar__b-date-header{flex-wrap:wrap}}.ovulation-calendar__b-date-title{text-align:center;color:#27388a;font-size:30px;font-family:RotonBol,Arial,Helvetica,sans-serif}@media screen and (max-width:767px){.ovulation-calendar__b-date-title{flex-basis:100%;margin-bottom:20px}}.ovulation-calendar__b-date-year{font-size:30px;font-family:RotonBol,Arial,Helvetica,sans-serif;color:#353535;padding-left:20px;margin-bottom:20px}.ovulation-calendar__b-date-content{padding-top:34px}.ovulation-calendar__b-date-content .ui-datepicker.ui-datepicker-inline{width:100%!important;display:flex!important;justify-content:space-between;gap:0 20px;border:medium none;box-shadow:none;padding:0;-webkit-transform:translate(0,0);transform:translate(0,0)}@media screen and (max-width:767px){.ovulation-calendar__b-date-content .ui-datepicker.ui-datepicker-inline{flex-wrap:wrap}}.ovulation-calendar__b-date-content .ui-datepicker.ui-helper-clearfix:after,.ovulation-calendar__b-date-content .ui-datepicker.ui-helper-clearfix:before{content:none}.ovulation-calendar__b-date-content .ui-datepicker.ui-datepicker-multi-3 .ui-datepicker-group{width:33.33333333333333%;height:290px;float:none;padding:0;opacity:1}@media screen and (max-width:767px){.ovulation-calendar__b-date-content .ui-datepicker.ui-datepicker-multi-3 .ui-datepicker-group{width:100%}}.ovulation-calendar__b-date-content .ui-datepicker.ui-datepicker-multi-3 .ui-datepicker-group table{width:100%}.ovulation-calendar__b-date-content .ui-datepicker.ui-datepicker-multi-3 .ui-datepicker-next,.ovulation-calendar__b-date-content .ui-datepicker.ui-datepicker-multi-3 .ui-datepicker-prev{display:none}.ovulation-calendar__b-date-content .ui-datepicker.ui-datepicker-multi-3 .ui-datepicker-title{font-size:18px;margin:0;text-align:left}.ovulation-calendar__b-date-content .ui-datepicker.ui-datepicker-multi-3 .ui-datepicker-row-break,.ovulation-calendar__b-date-content .ui-datepicker.ui-datepicker-multi-3 .ui-datepicker-year{display:none}.ovulation-calendar__b-date-content .ui-datepicker.ui-datepicker-multi-3 .ui-datepicker-header{padding-left:8px;padding-right:8px}@media screen and (max-width:767px){.ovulation-calendar__b-date-content .ui-datepicker.ui-datepicker-multi-3 .ui-datepicker-header{width:100%}}.ovulation-calendar__b-date-content .ui-datepicker .ui-state-default{text-align:center;padding:4px;position:relative;z-index:2}.ovulation-calendar__b-date-content .ui-datepicker .ovulation-red-days .ui-state-active{background:#fb9881}.ovulation-calendar__b-date-content .ui-datepicker .ovulation-red-days a{border:1px solid #fb9881;color:#fff;background:#fb9881}.ovulation-calendar__b-date-content .ui-datepicker .ovulation-red-days.old_date a{background:#fff;border-left-width:0;border-right-width:0;color:#000}.ovulation-calendar__b-date-content .ui-datepicker .ovulation-red-days.old_date a.ui-state-active{background:#fb9881;color:#fff}.ovulation-calendar__b-date-content .ui-datepicker .ovulation-red-days.ovulation-first-day a{border-bottom-left-radius:25px;border-top-left-radius:25px}.ovulation-calendar__b-date-content .ui-datepicker .ovulation-red-days.ovulation-first-day.old_date a{border-left-width:1px;border-right:medium none}.ovulation-calendar__b-date-content .ui-datepicker .ovulation-red-days.ovulation-last-day a{border-bottom-right-radius:25px;border-top-right-radius:25px}.ovulation-calendar__b-date-content .ui-datepicker .ovulation-red-days.ovulation-last-day.old_date a{border:1px solid #fb9881;border-left:none}.ovulation-calendar__b-date-content .ui-datepicker .ovulation-yaellow-days .ui-state-active{background:#fff373}.ovulation-calendar__b-date-content .ui-datepicker .ovulation-yaellow-days a{border:1px solid #fff373;color:#000;background:#fff373}.ovulation-calendar__b-date-content .ui-datepicker .ovulation-yaellow-days.ovulation-first-day a{border-bottom-left-radius:25px;border-top-left-radius:25px}.ovulation-calendar__b-date-content .ui-datepicker .ovulation-yaellow-days.ovulation-last-day a{border-bottom-right-radius:25px;border-top-right-radius:25px}.ovulation-calendar__b-date-content .ui-datepicker .ovulation-yaellow-days.ovulation-last-day.old_date a{border:1px solid #fff373;border-left:none}.ovulation-calendar__b-date-content .ui-datepicker .ovulation-yaellow-days.ovulation-last-day.old_date a.ui-state-active{background:#fff373}.ovulation-calendar__b-date-content .ui-datepicker .ovulation-green-days a{border:1px solid #fff373;color:#000;background:#fff373}.ovulation-calendar__b-date-content .ui-datepicker .ovulation-green-days a:after{width:30px;height:30px;background:#79e196;border-radius:50%;content:"";position:absolute;left:50%;top:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);z-index:-1}.ovulation-calendar__b-date-content .ui-datepicker .ui-state-active{border-color:rgba(216,223,246,.4);color:#fff}.ovulation-calendar__b-date-content .ui-datepicker .ui-state-active:after{width:30px;height:30px;background:#31a8db;border-radius:50%;content:"";position:absolute;left:50%;top:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);z-index:-1}.ovulation-calendar__b-date-legend{display:flex;flex-wrap:wrap;gap:0 14px}@media screen and (max-width:767px){.ovulation-calendar__b-date-legend{gap:10px 14px}}.ovulation-calendar__b-date-legend-item{padding-left:28px;font-size:14px;line-height:18px;color:#666;position:relative}.ovulation-calendar__b-date-legend-item:before{content:"";width:20px;height:20px;border-radius:50%;position:absolute;left:0;top:-2px}.ovulation-calendar__b-date-legend-item_clr-red:before{background:#fb9881}.ovulation-calendar__b-date-legend-item_clr-yellow:before{background:#fff373}.ovulation-calendar__b-date-legend-item_clr-green:before{background:#79e196}.ovulation-calendar__b-date-legend-item_clr-blue:before{background:#31a8db}.b-article.b-article--ovulation .list-styled{font-size:16px;line-height:25px;letter-spacing:.015em;padding-left:21px;margin-top:7px}.b-article.b-article--ovulation .list-styled li{position:relative;margin:0 0 10px}.b-article.b-article--ovulation .list-styled li:before{content:"";width:5px;height:5px;border-radius:50%;background:#353535;position:absolute;left:-13px;top:11px}.b-article.b-article--ovulation img{max-width:100%;height:auto;-o-object-fit:contain;object-fit:contain}@media screen and (max-width:767px){.b-article.b-article--ovulation img{order:-1}}.b-article.b-article--ovulation .b-article__column{display:flex;align-items:flex-start;flex-wrap:nowrap;gap:0 20px;margin-bottom:20px}@media screen and (max-width:767px){.b-article.b-article--ovulation .b-article__column{flex-wrap:wrap;gap:20px 0}}.b-article.b-article--ovulation .b-article__column_col-2 .b-article__column-col{flex-basis:50%;max-width:50%}@media screen and (max-width:767px){.b-article.b-article--ovulation .b-article__column_col-2 .b-article__column-col{flex-basis:100%;max-width:none}}.b-article.b-article--ovulation .b-article__column_offset-content{flex-wrap:wrap;position:relative}.b-article.b-article--ovulation .b-article__column_offset-content .b-article__column-col{flex-basis:calc(75% - 20px);max-width:calc(75% - 20px)}@media screen and (max-width:767px){.b-article.b-article--ovulation .b-article__column_offset-content .b-article__column-col{flex-basis:100%;max-width:none}}.b-article.b-article--ovulation .b-article__column_offset-content .b-article__column-col-ofset{flex-basis:calc(20% - 20px);max-width:100px;position:absolute;top:0;right:0}@media screen and (max-width:767px){.b-article.b-article--ovulation .b-article__column_offset-content .b-article__column-col-ofset{flex-basis:100%;max-width:140px;position:relative}}@media print{html.ovulation-print .b-article.b-article--ovulation,html.ovulation-print .b-breadcrumbs,html.ovulation-print .b-interesting,html.ovulation-print .b-tools.b-tools--small,html.ovulation-print .ovulation-calendar__b-date-header,html.ovulation-print .page-content__preview.page-content__preview--tool,html.ovulation-print .page-content__promo.page-content__promo--gray:not(.ovulation-calendar),html.ovulation-print footer,html.ovulation-print header{display:none}html.ovulation-print .ovulation-calendar{position:absolute;left:50%;top:50%;-webkit-transform:translate(-50%,-50%) rotate(90deg);transform:translate(-50%,-50%) rotate(90deg)}html.ovulation-print .ovulation-calendar .wrapper.wrapper--content{max-width:none;width:1200px}html.ovulation-print .ovulation-calendar *{-webkit-print-color-adjust:exact;print-color-adjust:exact}}.curves-content-cover{box-shadow:0 3px 10px -3px rgba(0,0,0,.16);position:relative;overflow:hidden}.curves-content-cover__placeholder{background-color:#1485b5;background-position-y:50%;background-position-x:100%;background-repeat:no-repeat;-webkit-filter:drop-shadow(55px 0 81px #02253c);filter:drop-shadow(55px 0 81px #02253c);position:absolute;left:0;top:0;right:0;bottom:0}@media screen and (max-width:767px){.curves-content-cover__placeholder{position:relative;min-height:50vw}}.curves-content-cover__placeholder:after{content:"";position:absolute;width:120%;height:100%;-webkit-transform:skew(-20deg,0deg) translate(-50%,0);transform:skew(-20deg,0deg) translate(-50%,0);left:50%;background-image:linear-gradient(90deg,#02253c 0,rgba(242,236,150,0) 30%,rgba(242,236,150,0) 70%,#02253c 100%)}.curves-content-cover__placeholder-bg{width:100%;max-width:1460px;background-position:100% 50%;background-repeat:no-repeat;-webkit-filter:drop-shadow(-10px 0 54px #02253c);filter:drop-shadow(-10px 0 54px #02253c);margin-left:auto;margin-right:auto;position:absolute;left:0;top:0;right:0;bottom:0;z-index:1}@media (min-width:1024px) and (max-width:1365px){.curves-content-cover__placeholder-bg{left:calc(25% + (-400 - 25) * ((100vw - 1024px)/ (1365 - 1024)))}}@media screen and (max-width:1023px){.curves-content-cover__placeholder-bg{background-size:60%}}@media screen and (max-width:767px){.curves-content-cover__placeholder-bg{background-size:100%}}.curves-content-cover__overlay{max-width:1080px;min-height:410px;display:flex;align-items:center;margin:0 auto;padding-left:40px;padding-right:40px;box-sizing:border-box;position:relative;z-index:2}@media screen and (max-width:1023px){.curves-content-cover__overlay{min-height:30vw;padding-left:20px;padding-right:20px}}@media screen and (max-width:767px){.curves-content-cover__overlay{min-height:170px;background-color:#fff;padding-top:20px;padding-bottom:20px}}.curves-content-cover__info{max-width:50%}@media screen and (max-width:767px){.curves-content-cover__info{max-width:none}}.curves-content-cover__logo{margin-bottom:19px}@media screen and (max-width:1023px){.curves-content-cover__logo{height:60px;margin-bottom:9px}}@media screen and (max-width:767px){.curves-content-cover__logo{position:absolute;top:-50vw;margin-top:20px}}.curves-content-cover__logo-img{max-width:100%;height:auto;max-height:100%}.curves-content-cover__title{font-family:RotonBol,Arial,Helvetica,sans-serif;font-weight:400;font-size:40px;line-height:44px;color:#fff;text-transform:uppercase;margin-bottom:14px}@media (min-width:1024px) and (max-width:1239px){.curves-content-cover__title{font-size:calc(32px + (40 - 32) * ((100vw - 1024px)/ (1239 - 1024)));line-height:calc(34px + (44 - 34) * ((100vw - 1024px)/ (1239 - 1024)))}}@media screen and (max-width:1023px){.curves-content-cover__title{font-size:24px;line-height:30px;margin-bottom:8px}}@media screen and (max-width:767px){.curves-content-cover__title{color:#27388a}}@media screen and (max-width:767px){.curves-content-cover__title br{display:none}}.curves-content-cover__subtitle{font-family:RotonBol,Arial,Helvetica,sans-serif;font-weight:400;color:#92b8d2;font-size:24px;line-height:28px;margin-bottom:15px}@media screen and (max-width:1023px){.curves-content-cover__subtitle{font-size:18px;line-height:22px;margin-bottom:5px}}@media screen and (max-width:767px){.curves-content-cover__subtitle{color:#ff8300}}.curves__svgicon{width:1em;height:1em;display:inline-block;fill:currentColor}.curves__svgicon_check{width:17px;height:13px;font-size:17px;vertical-align:middle;line-height:40px}.curves__svgicon_datepic{width:19px;height:18px;margin:6px auto}.curves__svgicon_delete{width:14px;height:14px;font-size:14px;vertical-align:middle;line-height:40px}.curves__svgicon_pen{width:15px;height:14px;font-size:15px;line-height:40px;padding-bottom:1px;vertical-align:middle}.curves__legend{background:#fff;border-radius:32px;padding:30px}@media screen and (max-width:767px){.curves__legend{border-radius:16px;padding:24px}}.curves__legend-row{width:100%;display:flex;flex-wrap:wrap}@media screen and (max-width:767px){.curves__legend-row{gap:10px 0}}.curves__legend-row:not(:first-child){padding-top:20px}.curves__legend-row:not(:last-child){border-bottom:1px solid #ebebeb;padding-bottom:20px}.curves__legend-col{display:flex;align-items:center;flex-wrap:wrap;gap:10px 15px}@media screen and (max-width:1023px){.curves__legend-col{gap:10px 0}}@media screen and (max-width:767px){.curves__legend-col{gap:10px 8px}}.curves__legend-col_name{flex-basis:32.97872340425532%;max-width:32.97872340425532%}@media screen and (max-width:767px){.curves__legend-col_name{flex-basis:100%;max-width:none}}.curves__legend-col_data{flex-basis:67.02127659574468%;max-width:67.02127659574468%}@media screen and (max-width:767px){.curves__legend-col_data{flex-basis:100%;max-width:none}}.curves__legend-item-wrap{width:200px;display:flex;align-items:center;overflow:hidden;white-space:nowrap;gap:20px 15px}@media screen and (max-width:1023px){.curves__legend-item-wrap{gap:10px 8px}}.curves__legend-item-wrap.full-width{width:450px}@media screen and (max-width:767px){.curves__legend-item-wrap.full-width{flex-wrap:wrap;width:auto}}.curves__legend-item{display:inline-block;vertical-align:middle}@media screen and (max-width:767px){.full-width .curves__legend-item{display:block}}.curves__legend-controls{display:flex;align-items:center;gap:0 15px}.curves__legend-control{display:inline-flex;align-items:center;justify-content:center;background:#27388a;height:40px;border-radius:22px;color:#fff;text-align:center;padding:0 16px;cursor:pointer;overflow:hidden;transition:background 134ms}.color-0 .curves__legend-control:hover{background:#00479e}.color-1 .curves__legend-control:hover{background:#79e196}.color-2 .curves__legend-control:hover{background:#fb9881}.color-3 .curves__legend-control:hover{background:#ff7f0e}.color-4 .curves__legend-control:hover{background:#31a8db}.color-5 .curves__legend-control:hover{background:#e1a0c1}.color-6 .curves__legend-control:hover{background:#f7aa65}.color-7 .curves__legend-control:hover{background:#2799b0}.color-8 .curves__legend-control:hover{background:#c61b28}.color-9 .curves__legend-control:hover{background:#fde952}.curves__legend-control .curves__svgicon_pen{display:none;padding-bottom:1px}.curves__legend-control .curves__svgicon_delete{padding-top:2px;display:none}.color-0 .curves__legend-control.is-edited{background:#27388a}.color-1 .curves__legend-control.is-edited{background:#27388a}.color-2 .curves__legend-control.is-edited{background:#27388a}.color-3 .curves__legend-control.is-edited{background:#27388a}.color-4 .curves__legend-control.is-edited{background:#27388a}.color-5 .curves__legend-control.is-edited{background:#27388a}.color-6 .curves__legend-control.is-edited{background:#27388a}.color-7 .curves__legend-control.is-edited{background:#27388a}.color-8 .curves__legend-control.is-edited{background:#27388a}.color-9 .curves__legend-control.is-edited{background:#27388a}.color-0 .curves__legend-control.is-edited:hover{background:#00479e}.color-1 .curves__legend-control.is-edited:hover{background:#79e196}.color-2 .curves__legend-control.is-edited:hover{background:#fb9881}.color-3 .curves__legend-control.is-edited:hover{background:#ff7f0e}.color-4 .curves__legend-control.is-edited:hover{background:#31a8db}.color-5 .curves__legend-control.is-edited:hover{background:#e1a0c1}.color-6 .curves__legend-control.is-edited:hover{background:#f7aa65}.color-7 .curves__legend-control.is-edited:hover{background:#2799b0}.color-8 .curves__legend-control.is-edited:hover{background:#c61b28}.color-9 .curves__legend-control.is-edited:hover{background:#fde952}.curves__legend-control.is-edited .curves__svgicon_pen{display:inline-block}.curves__legend-control.is-edited .curves__svgicon_check{display:none}@media screen and (max-width:1023px){.curves__legend-control.is-add{width:40px;padding:0}}.color-0 .curves__legend-control.is-add{background:#f9ab5e}.color-1 .curves__legend-control.is-add{background:#f9ab5e}.color-2 .curves__legend-control.is-add{background:#f9ab5e}.color-3 .curves__legend-control.is-add{background:#f9ab5e}.color-4 .curves__legend-control.is-add{background:#f9ab5e}.color-5 .curves__legend-control.is-add{background:#f9ab5e}.color-6 .curves__legend-control.is-add{background:#f9ab5e}.color-7 .curves__legend-control.is-add{background:#f9ab5e}.color-8 .curves__legend-control.is-add{background:#f9ab5e}.color-9 .curves__legend-control.is-add{background:#f9ab5e}.color-0 .curves__legend-control.is-add:hover{background:#00479e}.color-1 .curves__legend-control.is-add:hover{background:#79e196}.color-2 .curves__legend-control.is-add:hover{background:#fb9881}.color-3 .curves__legend-control.is-add:hover{background:#ff7f0e}.color-4 .curves__legend-control.is-add:hover{background:#31a8db}.color-5 .curves__legend-control.is-add:hover{background:#e1a0c1}.color-6 .curves__legend-control.is-add:hover{background:#f7aa65}.color-7 .curves__legend-control.is-add:hover{background:#2799b0}.color-8 .curves__legend-control.is-add:hover{background:#c61b28}.color-9 .curves__legend-control.is-add:hover{background:#fde952}@media screen and (max-width:1023px){.curves__legend-control.is-add .curves__legend-control-text{display:none}}@media screen and (max-width:1023px){.curves__legend-control.is-delete{width:40px;padding:0}}.color-0 .curves__legend-control.is-delete{background:#f9ab5e}.color-1 .curves__legend-control.is-delete{background:#f9ab5e}.color-2 .curves__legend-control.is-delete{background:#f9ab5e}.color-3 .curves__legend-control.is-delete{background:#f9ab5e}.color-4 .curves__legend-control.is-delete{background:#f9ab5e}.color-5 .curves__legend-control.is-delete{background:#f9ab5e}.color-6 .curves__legend-control.is-delete{background:#f9ab5e}.color-7 .curves__legend-control.is-delete{background:#f9ab5e}.color-8 .curves__legend-control.is-delete{background:#f9ab5e}.color-9 .curves__legend-control.is-delete{background:#f9ab5e}.color-0 .curves__legend-control.is-delete:hover{background:#00479e}.color-1 .curves__legend-control.is-delete:hover{background:#79e196}.color-2 .curves__legend-control.is-delete:hover{background:#fb9881}.color-3 .curves__legend-control.is-delete:hover{background:#ff7f0e}.color-4 .curves__legend-control.is-delete:hover{background:#31a8db}.color-5 .curves__legend-control.is-delete:hover{background:#e1a0c1}.color-6 .curves__legend-control.is-delete:hover{background:#f7aa65}.color-7 .curves__legend-control.is-delete:hover{background:#2799b0}.color-8 .curves__legend-control.is-delete:hover{background:#c61b28}.color-9 .curves__legend-control.is-delete:hover{background:#fde952}.curves__legend-control.is-delete .curves__svgicon_check,.curves__legend-control.is-delete .curves__svgicon_pen{display:none}.curves__legend-control.is-delete .curves__svgicon_delete{display:inline-block}@media screen and (max-width:1023px){.curves__legend-control.is-delete .curves__legend-control-text{display:none}}.curves__legend-control-text{font-size:18px;line-height:22px;font-family:RotonBol,Arial,Helvetica,sans-serif;color:#fff;margin-left:10px}.curves__quantity{border:2px solid #27388a;border-radius:80px;display:flex;justify-content:space-between;align-items:center}.full-width .curves__quantity{width:140px;border-width:1px;border-color:#ebebeb;padding:0 4px}.curves__quantity-control{background-color:#27388a;width:30px;height:30px;border:1px solid #27388a;border-radius:50%;text-align:center;line-height:28px;cursor:pointer;display:none;transition:background 134ms,border-color 134ms;position:relative}.full-width .curves__quantity-control{display:block}.curves__quantity-control:before{content:"";width:14px;height:14px;pointer-events:none;position:absolute;left:calc(50% - 7px);top:calc(50% - 7px)}.color-0 .curves__quantity-control:hover{background-color:#00479e;border-color:#00479e}.color-1 .curves__quantity-control:hover{background-color:#79e196;border-color:#79e196}.color-2 .curves__quantity-control:hover{background-color:#fb9881;border-color:#fb9881}.color-3 .curves__quantity-control:hover{background-color:#ff7f0e;border-color:#ff7f0e}.color-4 .curves__quantity-control:hover{background-color:#31a8db;border-color:#31a8db}.color-5 .curves__quantity-control:hover{background-color:#e1a0c1;border-color:#e1a0c1}.color-6 .curves__quantity-control:hover{background-color:#f7aa65;border-color:#f7aa65}.color-7 .curves__quantity-control:hover{background-color:#2799b0;border-color:#2799b0}.color-8 .curves__quantity-control:hover{background-color:#c61b28;border-color:#c61b28}.color-9 .curves__quantity-control:hover{background-color:#fde952;border-color:#fde952}.disabled .curves__quantity-control{pointer-events:none}.curves__quantity-control_minus:before{background:linear-gradient(0deg,transparent 6px,#fff 6px,#fff 8px,transparent 8px)}.curves__quantity-control_plus:before{background:linear-gradient(0deg,transparent 6px,#fff 6px,#fff 8px,transparent 8px),linear-gradient(90deg,transparent 6px,#fff 6px,#fff 8px,transparent 8px)}.curves__quantity-field{width:88px;height:36px;text-align:center;font-size:0}.full-width .curves__quantity-field{width:calc(100% - 68px);height:38px}.curves__quantity-field input{width:100%;height:36px;border:0 none;background:0 0;padding:2px;font-family:RotonBol,Arial,Helvetica,sans-serif;font-size:18px;line-height:18px;color:#27388a;text-align:right}.curves__quantity-field input:focus{outline:0 none}.disabled .curves__quantity-field input{color:#b2b2b2}.curves__quantity-input{width:50%;display:inline-block;vertical-align:middle}.curves__quantity-text{width:50%;display:inline-block;vertical-align:middle;color:#27388a;font-family:RotonBol,Arial,Helvetica,sans-serif;font-size:18px;line-height:18px;text-align:left}.curves__datepic{width:140px;border:1px solid #ebebeb;border-radius:80px}.curves__datepic-field{width:100%;height:38px;display:flex;justify-content:space-between;align-items:center;padding:0 4px}.curves__datepic-field input{width:100%;height:28px;border:medium none;background:0 0;padding:0 4px;font-family:RotonBol,Arial,Helvetica,sans-serif;font-size:18px;line-height:18px;color:#27388a;text-align:center;cursor:pointer}.curves__datepic-field input:focus{outline:0 none}.disabled .curves__datepic-field input{color:#b2b2b2}.curves__datepic-input{width:calc(100% - 34px)}.curves__datepic-icon{width:30px;height:30px;border-radius:50%;background:#27388a;cursor:pointer;text-align:center}.curves__datepic-icon .curves__svgicon{color:#fff}.curves__graph{padding-top:30px}.curves__graph-wrap{background:#fff;border-radius:32px;padding:30px}@media screen and (max-width:767px){.curves__graph-wrap{border-radius:16px;padding:24px}}.curves__graph-content{height:400px;position:relative;touch-action:none}@media screen and (max-width:1023px){.curves__graph-content{height:380px}}@media screen and (max-width:767px){.curves__graph-content{height:300px}}.curves__graph-content .zoom-btns{background-color:#fff;border:1px solid #e6e6e6;border-radius:15px;display:flex;align-items:center;justify-content:space-between;padding-left:3px;padding-right:3px;position:absolute}.curves__graph-content .zoom-btns_x{left:120px;top:40px}.curves__graph-content .zoom-btns_y{right:20px;bottom:30px}.curves__graph-content .zoom-btn{width:24px;height:28px;cursor:pointer;position:relative;font-size:0;color:#b2b2b2;transition:color 134ms}.curves__graph-content .zoom-btn:before{content:"";width:10px;height:10px;position:absolute;left:calc(50% - 5px);top:calc(50% - 5px);pointer-events:none}.curves__graph-content .zoom-btn[data=zoomout-x]:before,.curves__graph-content .zoom-btn[data=zoomout-y]:before{background:linear-gradient(0deg,transparent 4px,currentColor 4px,currentColor 6px,transparent 6px)}.curves__graph-content .zoom-btn[data=zoomin-x]:before,.curves__graph-content .zoom-btn[data=zoomin-y]:before{background:linear-gradient(0deg,transparent 4px,currentColor 4px,currentColor 6px,transparent 6px),linear-gradient(90deg,transparent 4px,currentColor 4px,currentColor 6px,transparent 6px)}.curves__graph-content .zoom-btn:hover{color:#27388a}.curves__graph-content .zoom-btn.disabled{pointer-events:none}.curves__graph-content .axis line,.curves__graph-content .axis path{fill:none;stroke:#e6e6e6}.curves__graph-content .axis path{stroke-opacity:.75;shape-rendering:crispEdges}.curves__graph-content .axis path.domain{stroke-opacity:.75}.curves__graph-content .axis line{shape-rendering:crispEdges}.curves__graph-content .axis line.zero{opacity:0}.curves__graph-content .tick text{font-family:RotonReg,Arial,Helvetica,sans-serif;font-size:10px;margin-top:2px;fill:#27388a;opacity:.5}.curves__graph-content .tick line{opacity:.8;stroke-dasharray:2}.curves__graph-content .axis .tick:nth-of-type(2n) text{font-size:12px;opacity:1}.curves__graph-content .line-path{fill:none;stroke-width:1.5px;stroke-linecap:round;transition:stroke-width 250ms linear;transition-delay:250ms}.curves__graph-content .point-paths path{stroke-opacity:0;fill-opacity:0}.curves__graph-content circle.point{fill:#fff}.curves__graph-content .x-text,.curves__graph-content .y-text{font-family:RotonBol,Arial,Helvetica,sans-serif;font-size:18px;fill:#27388a}.curves__graph-content .text-tooltip{font-family:RotonReg,Arial,Helvetica,sans-serif;font-size:18px;pointer-events:none}@media screen and (max-width:767px){.curves__graph-content .text-tooltip{width:160px;font-size:14px}}.curves__graph-content .chart-1 .pathline{stroke:#79e196}.curves__graph-content .chart-1 .base-area .area{fill:#79e196}.curves__graph-content .chart-1 .remove{stroke:#79e196;stroke-dasharray:2;stroke-width:1px}.curves__graph-content .chart-2 .base-area .area{fill:#fb9881}.curves__graph-content .chart-2 .pathline{stroke:#fb9881}.curves__graph-content .chart-2 .remove{stroke:#fb9881;stroke-dasharray:2;stroke-width:1px}.curves__graph-content .circle-tooltip{height:30px;font-family:RotonBol,Arial,Helvetica,sans-serif;color:#fff;border-radius:15px;font-size:14px;text-align:center;padding:0 10px;line-height:30px}@media screen and (max-width:767px){.curves__graph-content .circle-tooltip{height:24px;line-height:22px;font-size:12px}}.curves__graph-controls{display:flex;flex-wrap:wrap;justify-content:center;gap:18px 30px;padding-top:30px}@media screen and (max-width:767px){.curves__graph-controls{padding-top:24px}}.curves__graph-controls .b-field.b-field--checkbox{margin-bottom:0}.curves__graph-controls-item.color-0 .b-field__label{color:#00479e}.curves__graph-controls-item.color-0 .b-field--checkbox .b-field__label:before{border-color:#00479e}.curves__graph-controls-item.color-0 .b-field--checkbox .b-field__checkbox:checked+.b-field__label:before{background:#00479e;border-color:#00479e}.curves__graph-controls-item.color-1 .b-field__label{color:#79e196}.curves__graph-controls-item.color-1 .b-field--checkbox .b-field__label:before{border-color:#79e196}.curves__graph-controls-item.color-1 .b-field--checkbox .b-field__checkbox:checked+.b-field__label:before{background:#79e196;border-color:#79e196}.curves__graph-controls-item.color-2 .b-field__label{color:#fb9881}.curves__graph-controls-item.color-2 .b-field--checkbox .b-field__label:before{border-color:#fb9881}.curves__graph-controls-item.color-2 .b-field--checkbox .b-field__checkbox:checked+.b-field__label:before{background:#fb9881;border-color:#fb9881}.curves__graph-controls-item.color-3 .b-field__label{color:#ff7f0e}.curves__graph-controls-item.color-3 .b-field--checkbox .b-field__label:before{border-color:#ff7f0e}.curves__graph-controls-item.color-3 .b-field--checkbox .b-field__checkbox:checked+.b-field__label:before{background:#ff7f0e;border-color:#ff7f0e}.curves__graph-controls-item.color-4 .b-field__label{color:#31a8db}.curves__graph-controls-item.color-4 .b-field--checkbox .b-field__label:before{border-color:#31a8db}.curves__graph-controls-item.color-4 .b-field--checkbox .b-field__checkbox:checked+.b-field__label:before{background:#31a8db;border-color:#31a8db}.curves__graph-controls-item.color-5 .b-field__label{color:#e1a0c1}.curves__graph-controls-item.color-5 .b-field--checkbox .b-field__label:before{border-color:#e1a0c1}.curves__graph-controls-item.color-5 .b-field--checkbox .b-field__checkbox:checked+.b-field__label:before{background:#e1a0c1;border-color:#e1a0c1}.curves__graph-controls-item.color-6 .b-field__label{color:#f7aa65}.curves__graph-controls-item.color-6 .b-field--checkbox .b-field__label:before{border-color:#f7aa65}.curves__graph-controls-item.color-6 .b-field--checkbox .b-field__checkbox:checked+.b-field__label:before{background:#f7aa65;border-color:#f7aa65}.curves__graph-controls-item.color-7 .b-field__label{color:#2799b0}.curves__graph-controls-item.color-7 .b-field--checkbox .b-field__label:before{border-color:#2799b0}.curves__graph-controls-item.color-7 .b-field--checkbox .b-field__checkbox:checked+.b-field__label:before{background:#2799b0;border-color:#2799b0}.curves__graph-controls-item.color-8 .b-field__label{color:#c61b28}.curves__graph-controls-item.color-8 .b-field--checkbox .b-field__label:before{border-color:#c61b28}.curves__graph-controls-item.color-8 .b-field--checkbox .b-field__checkbox:checked+.b-field__label:before{background:#c61b28;border-color:#c61b28}.curves__graph-controls-item.color-9 .b-field__label{color:#fde952}.curves__graph-controls-item.color-9 .b-field--checkbox .b-field__label:before{border-color:#fde952}.curves__graph-controls-item.color-9 .b-field--checkbox .b-field__checkbox:checked+.b-field__label:before{background:#fde952;border-color:#fde952}.curves-user{display:flex;flex-wrap:nowrap;align-items:center}@media screen and (max-width:767px){.curves-user{flex-wrap:wrap}}.curves-user__media{width:80px;min-width:80px;border-radius:50%;overflow:hidden}@media screen and (max-width:1023px){.curves-user__media{width:70px;min-width:70px}}.curves-user__media img{width:100%;height:100%;display:block;-o-object-fit:cover;object-fit:cover}.curves-user__content{flex-grow:1;display:flex;flex-direction:column;justify-content:center}@media screen and (max-width:1023px){.curves-user__content{padding-left:10px}}@media screen and (max-width:767px){.curves-user__content{padding-left:2px}}.curves-user__title{font-size:18px;line-height:22px;font-family:RotonBol,Arial,Helvetica,sans-serif}.color-0 .curves-user__title{color:#00479e}.color-1 .curves-user__title{color:#79e196}.color-2 .curves-user__title{color:#fb9881}.color-3 .curves-user__title{color:#ff7f0e}.color-4 .curves-user__title{color:#31a8db}.color-5 .curves-user__title{color:#e1a0c1}.color-6 .curves-user__title{color:#f7aa65}.color-7 .curves-user__title{color:#2799b0}.color-8 .curves-user__title{color:#c61b28}.color-9 .curves-user__title{color:#fde952}.curves-user__leadtext{font-size:14px;line-height:16px;font-family:RotonReg,Arial,Helvetica,sans-serif;color:#353535;margin-top:6px}.tool-fund .page-content{max-width:100%;overflow:hidden}.section-menu{position:fixed;left:16px;right:16px;bottom:16px;display:flex;justify-content:center;z-index:51}@media screen and (max-width:1023px){.section-menu{display:block;max-width:100%;overflow-x:auto;left:0;right:0}}.section-menu__wrapper{background:rgba(237,240,249,.6);backdrop-filter:blur(40px);border-radius:24px;max-width:1220px;padding:6px;display:flex}@media screen and (max-width:1023px){.section-menu__wrapper{padding:6px 14px;border-radius:0;width:1024px}}.section-menu__item{border-radius:16px;min-height:52px;max-width:212px;padding:10px 8px;display:flex;align-items:center;justify-content:center;font-size:13px;line-height:16px;text-align:center;color:#404040;cursor:pointer;-webkit-user-select:none;-ms-user-select:none;user-select:none;transition:all 134ms}@media screen and (max-width:1023px){.section-menu__item{width:166px;font-size:12px;line-height:14px;padding:10px 12px}}.section-menu__item.is-active{box-shadow:0 3px 6px 0 rgba(0,0,0,.03),0 11px 11px 0 rgba(0,0,0,.03),0 24px 14px 0 rgba(0,0,0,.02),0 43px 17px 0 transparent,0 67px 19px 0 transparent;background:#fff;color:#ff8300}.section-menu__item:hover{color:#ff8300}.b-fund-info{padding-bottom:8px}@media screen and (max-width:559px){.b-fund-info{position:relative;padding-bottom:36px}}@media screen and (max-width:559px){.b-fund-info:before{content:'';position:absolute;left:0;right:0;bottom:0;height:36px;border-radius:0 0 32px 32px;background:#fff;z-index:2}}.b-fund-info__wrapper{max-width:766px;padding:0 30px;margin:0 auto}@media screen and (max-width:767px){.b-fund-info__wrapper{max-width:none}}@media screen and (max-width:559px){.b-fund-info__wrapper{padding:0 16px}}@media screen and (max-width:559px){.b-fund-info__block[data-info-tab="3"] .b-fund-info__wrapper{padding-bottom:21px}}.b-fund-info__tabs{display:flex;flex-direction:row-reverse;justify-content:flex-end;padding:12px 16px 0}@media screen and (max-width:559px){.b-fund-info__tabs{padding:16px 16px 0}}.b-fund-info__tab{position:relative;font-family:RotonBol,Arial,Helvetica,sans-serif;font-size:18px;line-height:22px;text-align:center;padding:18px 16px;width:235px;min-height:80px;border-radius:32px 32px 0 0;background-color:currentColor;cursor:pointer}.b-fund-info__tab.is-active{cursor:default;z-index:2}@media screen and (max-width:767px){.b-fund-info__tab{display:flex;justify-content:center;align-items:center;padding:16px;line-height:20px}}@media screen and (max-width:559px){.b-fund-info__tab{font-family:RotonReg,Arial,Helvetica,sans-serif;font-size:14px;line-height:16px;padding:20px 10px 18px}}@media screen and (max-width:389px){.b-fund-info__tab{padding:10px;min-height:60px;font-size:12px;line-height:14px}}.b-fund-info__tab:after,.b-fund-info__tab:before{content:'';position:absolute;top:41px;bottom:0;width:40px;pointer-events:none}@media screen and (max-width:389px){.b-fund-info__tab:after,.b-fund-info__tab:before{top:41px;width:20px}}.b-fund-info__tab:before{background:radial-gradient(40px at top left,transparent 39px,currentColor 40px);left:-39px}@media screen and (max-width:389px){.b-fund-info__tab:before{background:radial-gradient(20px at top left,transparent 19px,currentColor 20px);left:-19px}}.b-fund-info__tab:after{background:radial-gradient(40px at top right,transparent 39px,currentColor 40px);right:-39px}@media screen and (max-width:389px){.b-fund-info__tab:after{background:radial-gradient(20px at top right,transparent 19px,currentColor 20px);right:-19px}}.b-fund-info__tab[data-info-tab="1"]{color:#8269e3}.b-fund-info__tab[data-info-tab="2"]{color:#24ccb8}.b-fund-info__tab[data-info-tab="3"]{background:linear-gradient(90deg,#f7a427,#f69229)}@media screen and (max-width:559px){.b-fund-info__tab[data-info-tab="3"]{background:linear-gradient(90deg,#f89932,#f88d3e)}}.b-fund-info__tab[data-info-tab="3"]:before{color:#f7a427}@media screen and (max-width:559px){.b-fund-info__tab[data-info-tab="3"]:before{color:#f89932}}.b-fund-info__tab[data-info-tab="3"]:after{color:#f69229}@media screen and (max-width:559px){.b-fund-info__tab[data-info-tab="3"]:after{color:#f88d3e}}.b-fund-info__tab span{color:#fff}.b-fund-info__info{position:relative;padding:72px 0 0;min-height:336px;margin-bottom:58px}@media screen and (max-width:559px){.b-fund-info__info{padding:52px 0 0;margin-bottom:45px}}.b-fund-info__block[data-info-tab="1"] .b-fund-info__info{background:url(/new/f/img/tools/fund/tab1.png) no-repeat left bottom;background-size:100% auto}@media screen and (max-width:1439px){.b-fund-info__block[data-info-tab="1"] .b-fund-info__info{background-size:auto auto}}@media screen and (max-width:559px){.b-fund-info__block[data-info-tab="1"] .b-fund-info__info{background:linear-gradient(160deg,#8269e3 0,#bc69e3 100%)}}.b-fund-info__block[data-info-tab="1"] .b-fund-info__info:before{content:'';-webkit-filter:blur(30px);filter:blur(30px);position:absolute;left:calc(50% + 35px + 26px);top:calc(-6px + 35px);pointer-events:none;background:url(/new/f/img/tools/fund/tab1-image.png) no-repeat left top;width:367px;height:413px;opacity:.8}@media screen and (max-width:767px){.b-fund-info__block[data-info-tab="1"] .b-fund-info__info:before{display:none}}.b-fund-info__block[data-info-tab="1"] .b-fund-info__info:after{content:'';-webkit-filter:drop-shadow(0 0 2px rgba(0,0,0,.2));filter:drop-shadow(0 0 2px rgba(0,0,0,.2));position:absolute;left:calc(50% + 35px);top:-6px;pointer-events:none;background:url(/new/f/img/tools/fund/tab1-image.png) no-repeat left top;width:367px;height:413px}@media screen and (max-width:767px){.b-fund-info__block[data-info-tab="1"] .b-fund-info__info:after{-webkit-filter:none;filter:none;background-size:contain;width:280px;height:320px;left:50%;top:90px}}@media screen and (max-width:559px){.b-fund-info__block[data-info-tab="1"] .b-fund-info__info:after{-webkit-transform:rotate(-8deg);transform:rotate(-8deg);width:272px;height:310px;left:33%;top:62px}}@media screen and (max-width:389px){.b-fund-info__block[data-info-tab="1"] .b-fund-info__info:after{left:30%}}.b-fund-info__block[data-info-tab="2"] .b-fund-info__info{background:$tap2}.b-fund-info__block[data-info-tab="3"] .b-fund-info__info{background:url(/new/f/img/tools/fund/tab2.png) no-repeat left bottom;background-size:100% auto;margin-bottom:37px}@media screen and (max-width:1439px){.b-fund-info__block[data-info-tab="3"] .b-fund-info__info{background-size:auto auto}}@media screen and (max-width:559px){.b-fund-info__block[data-info-tab="3"] .b-fund-info__info{background:linear-gradient(149deg,#f7a327 0,#fb715d 100%);min-height:302px;margin-bottom:94px}}.b-fund-info__block[data-info-tab="3"] .b-fund-info__info:before{content:'';-webkit-filter:blur(20px);filter:blur(20px);position:absolute;left:calc(50% + 91px + 26px);top:calc(91px + 36px);pointer-events:none;background:url(/new/f/img/tools/fund/tab2-image.png) no-repeat left top;width:242px;height:279px;opacity:.7;-webkit-transform:rotate(15deg);transform:rotate(15deg)}@media screen and (max-width:767px){.b-fund-info__block[data-info-tab="3"] .b-fund-info__info:before{display:none}}.b-fund-info__block[data-info-tab="3"] .b-fund-info__info:after{content:'';position:absolute;left:calc(50% + 91px);top:91px;pointer-events:none;background:url(/new/f/img/tools/fund/tab2-image.png) no-repeat left top;width:242px;height:279px;-webkit-transform:rotate(15deg);transform:rotate(15deg)}@media screen and (max-width:767px){.b-fund-info__block[data-info-tab="3"] .b-fund-info__info:after{-webkit-filter:none;filter:none;left:calc(50% + 52px);top:106px}}@media screen and (max-width:559px){.b-fund-info__block[data-info-tab="3"] .b-fund-info__info:after{background-size:contain;-webkit-transform:rotate(0);transform:rotate(0);width:180px;height:210px;left:47%;top:165px}}.b-fund-info__subtitle{font-family:RotonBol,Arial,Helvetica,sans-serif;font-size:20px;line-height:1.2;letter-spacing:.024em;color:#fff;margin-bottom:9px}@media screen and (max-width:559px){.b-fund-info__subtitle{padding:0 8px}}@media screen and (max-width:389px){.b-fund-info__subtitle{padding:0}}.b-fund-info__block[data-info-tab="3"] .b-fund-info__subtitle{margin-bottom:8px}@media screen and (max-width:559px){.b-fund-info__block[data-info-tab="3"] .b-fund-info__subtitle{margin-bottom:10px}}.b-fund-info__title{font-family:RotonBol,Arial,Helvetica,sans-serif;font-size:66px;line-height:65px;letter-spacing:.01em;color:#fff;margin-bottom:0}@media screen and (max-width:559px){.b-fund-info__title{font-size:42px;line-height:44px;letter-spacing:0;padding:0 8px}}@media screen and (max-width:389px){.b-fund-info__title{font-size:40px;line-height:42px;padding:0}}.b-fund-info__block[data-info-tab="3"] .b-fund-info__title{font-size:58px;line-height:56px;letter-spacing:.008em}@media screen and (max-width:767px){.b-fund-info__block[data-info-tab="3"] .b-fund-info__title{font-size:46px;line-height:46px}}@media screen and (max-width:559px){.b-fund-info__block[data-info-tab="3"] .b-fund-info__title{font-size:34px;line-height:35px;letter-spacing:0}}.b-fund-info__label{font-size:14px;line-height:16px;letter-spacing:.02em;color:#989898;padding-bottom:33px}@media screen and (max-width:559px){.b-fund-info__label{padding-bottom:25px}}@media screen and (max-width:559px){.b-fund-info__block[data-info-tab="3"] .b-fund-info__label{padding-bottom:32px}}.b-fund-info__desc{font-size:16px;line-height:22px;letter-spacing:.017em;padding-bottom:32px}@media screen and (max-width:559px){.b-fund-info__desc{padding-bottom:24px}}.b-fund-info__desc label{display:block;font-size:19px;line-height:25px;letter-spacing:-.004em;padding-bottom:15px;cursor:default}.b-fund-info__desc .purple{color:#936ae4}.b-fund-info__desc .orange{color:#ff8300}.b-fund-info__block[data-info-tab="3"] .b-fund-info__desc{padding-bottom:19px}.b-fund-info__block[data-info-tab="3"] .b-fund-info__desc label{font-size:17px;line-height:22px;padding-bottom:12px}.b-fund-info__block[data-info-tab="3"] .b-fund-info__desc p{margin-bottom:13px}.b-fund-info__block[data-info-tab="3"] .b-fund-info__desc p:last-child{margin-bottom:0}.b-fund-info__image{background:#fafafa;border-radius:32px;overflow:hidden;max-width:100%;font-size:0;line-height:1;margin-bottom:32px}@media screen and (max-width:559px){.b-fund-info__image{-webkit-mask-image:url(/new/f/img/tools/fund/mask.svg);mask-image:url(/new/f/img/tools/fund/mask.svg);-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-position:50% 50%;mask-position:50% 50%;-webkit-mask-size:auto 100%;mask-size:auto 100%;margin:0 -16px 24px;max-width:calc(100% + 32px);border-radius:0}}.b-fund-info__image img{max-width:100%}@media screen and (max-width:559px){.b-fund-info__image img{height:410px;-o-object-fit:cover;object-fit:cover;-o-object-position:calc(50% + 10px) 0;object-position:calc(50% + 10px) 0}}.b-fund-info__block[data-info-tab="3"] .b-fund-info__image{height:320px;border-radius:8px;margin-bottom:19px}@media screen and (max-width:767px){.b-fund-info__block[data-info-tab="3"] .b-fund-info__image{height:auto}}@media screen and (max-width:559px){.b-fund-info__block[data-info-tab="3"] .b-fund-info__image{-webkit-mask-image:none;mask-image:none;margin:0 0 17px;max-width:100%;border-radius:8px}}.b-fund-info__block[data-info-tab="3"] .b-fund-info__image img{width:100%;height:100%;-o-object-fit:none;object-fit:none}@media screen and (max-width:767px){.b-fund-info__block[data-info-tab="3"] .b-fund-info__image img{max-width:100%;width:auto;height:auto;-o-object-fit:fill;object-fit:fill}}@media screen and (max-width:559px){.b-fund-info__block[data-info-tab="3"] .b-fund-info__image img{height:auto;-o-object-fit:fill;object-fit:fill;-o-object-position:center center;object-position:center center}}.b-fund-calc{position:relative}.b-fund-calc:before{content:'';position:absolute;left:0;right:0;top:0;background:url(/new/f/img/tools/fund/back-calc.svg) no-repeat center top;background-position:calc(50% - 164px) top;height:1901px;pointer-events:none}@media screen and (max-width:559px){.b-fund-calc:before{height:auto;top:-35px;bottom:-35px;background:linear-gradient(120deg,#d8e3ff 0,#e1f8f0 100%)}}.b-fund-calc__wrapper{max-width:766px;margin:0 auto;padding:233px 30px 40px}@media screen and (max-width:559px){.b-fund-calc__wrapper{padding:200px 16px 62px}}.b-fund-calc__container{position:relative;box-shadow:0 6px 14px 0 rgba(40,54,117,.14),0 25px 25px 0 rgba(40,54,117,.12),0 56px 34px 0 rgba(40,54,117,.07),0 100px 40px 0 rgba(40,54,117,.02),0 155px 44px 0 rgba(40,54,117,0);background:url(/new/f/img/tools/fund/front-calc.svg) no-repeat center top,linear-gradient(180deg,#7f9adf 0,#233170 100%);border-radius:32px;padding:112px 16px 71px;z-index:2}@media screen and (max-width:559px){.b-fund-calc__container{padding:100px 16px 40px;background-size:770px auto,auto auto}}.b-fund-calc__container:before{content:'';-webkit-filter:blur(25px);filter:blur(25px);background:url(/new/f/img/tools/fund/image-calc.png) no-repeat left top;position:absolute;left:calc(50% - 136px + 36px);top:calc(-150px + 8px);width:283px;height:240px;pointer-events:none;opacity:.4}@media screen and (max-width:559px){.b-fund-calc__container:before{display:none}}.b-fund-calc__container:after{content:'';-webkit-filter:drop-shadow(0 0 2px rgba(0,0,0,.3));filter:drop-shadow(0 0 2px rgba(0,0,0,.3));background:url(/new/f/img/tools/fund/image-calc.png) no-repeat left top;position:absolute;left:calc(50% - 136px);top:-150px;width:283px;height:240px;pointer-events:none}@media screen and (max-width:559px){.b-fund-calc__container:after{-webkit-filter:none;filter:none;background-size:100% auto;width:232px;left:calc(50% - 109px);top:-114px;-webkit-transform:rotate(2deg);transform:rotate(2deg)}}.b-fund-calc__layout{max-width:500px;margin:0 auto;display:none}.b-fund-calc__layout.is-active{display:block}.b-fund-calc__title{font-family:RotonBol,Arial,Helvetica,sans-serif;font-size:25px;line-height:1.2;letter-spacing:0;text-align:center;color:#fff;margin-bottom:9px}@media screen and (max-width:559px){.b-fund-calc__title{margin-bottom:8px;line-height:29px}}@media screen and (max-width:389px){.b-fund-calc__title{font-size:24px}}.b-fund-calc__desc{font-family:RotonBol,Arial,Helvetica,sans-serif;font-size:17px;line-height:19px;letter-spacing:0;text-align:center;color:#fff;max-width:400px;margin:0 auto}@media screen and (max-width:559px){.b-fund-calc__desc{color:rgba(255,255,255,.5)}}.b-fund-calc__controls{display:flex;flex-wrap:wrap;justify-content:space-between;max-width:302px;margin:94px auto 32px;gap:16px}@media screen and (max-width:559px){.b-fund-calc__controls{flex-direction:column;margin:56px auto 32px;max-width:290px;gap:24px}}.b-fund-calc__controls.is-hidden{display:none}.b-fund-calc__button{box-shadow:0 3px 7px 0 rgba(0,0,0,.14),0 12px 12px 0 rgba(0,0,0,.12),0 27px 16px 0 rgba(0,0,0,.07),0 48px 19px 0 rgba(0,0,0,.02),0 76px 21px 0 transparent;font-size:20px;line-height:50px;border-radius:26px;margin:0 auto;max-width:290px;height:52px}@media screen and (max-width:459px){.b-fund-calc__button{max-width:none;width:auto;margin:0 24px}}@media screen and (max-width:389px){.b-fund-calc__button{margin:0}}.b-fund-calc__button.button--link{box-shadow:none;border-radius:0;font-size:17px;line-height:20px;color:rgba(255,255,255,.25);height:auto;margin-top:24px;max-width:90px;margin:24px auto 0}.b-fund-calc__button.button--link:hover{color:#fff}.b-fund-calc__button.button--small{max-width:180px;border-radius:20px;font-size:16px;line-height:38px;margin:0 auto;height:40px}.b-fund-calc__button.is-hidden{display:none}.b-fund-calc__results.is-hidden{display:none}.b-fund-calc__wrap{display:none}.b-fund-calc__wrap.is-show{display:block}.b-fund-calc__rlayout{background:#fff;border-radius:32px;padding:36px 18px;margin:0 -32px 24px}.b-fund-calc__rlayout a:hover{color:#27388a}.b-fund-calc__rlayout-title{font-family:RotonBol,Arial,Helvetica,sans-serif;font-size:29px;line-height:36px;letter-spacing:.01em;color:#27388a;margin-bottom:22px}.b-fund-calc__rlayout-price{font-family:RotonBol,Arial,Helvetica,sans-serif;font-size:37px;line-height:1;letter-spacing:.01em;color:#ff9c33;margin-bottom:14px}.b-fund-calc__rlayout-list{font-size:17px;line-height:22px;letter-spacing:-.01em;color:#404040;margin-bottom:20px}.b-fund-calc__rlayout-list li{position:relative;padding-left:20px;margin-bottom:5px}.b-fund-calc__rlayout-list li:before{content:'';position:absolute;left:0;top:8px;width:8px;height:8px;border-radius:50%;background:#ff9c33}.b-fund-calc__rlayout-list li:last-child{margin-bottom:0}.b-fund-calc__rlayout-text{font-size:17px;line-height:22px;letter-spacing:-.01em;color:#404040}.b-fund-calc__rlayout-text p{margin-bottom:24px}.b-fund-calc__rlayout-text p:last-child{margin-bottom:0}.b-fund-calc__field{display:flex;align-items:center;width:100%;gap:12px}.b-fund-calc__field-column{width:calc((100% - 12px)/ 2)}.b-fund-calc__field-label{font-family:RotonBol,Arial,Helvetica,sans-serif;font-size:16px;line-height:1;letter-spacing:.015em;color:#fff}.b-fund-calc__checkbox .b-field--checkbox{margin-bottom:0}.b-fund-calc__checkbox .b-field--checkbox .b-field__label{font-family:RotonBol,Arial,Helvetica,sans-serif;color:#fff;padding-left:44px;letter-spacing:.02em;line-height:30px;min-height:32px}.b-fund-calc__checkbox .b-field--checkbox .b-field__label:after{left:12px;top:7px;width:10px;height:15px;border-width:4px;border-color:#ff8300;border-radius:4px}.b-fund-calc__checkbox .b-field--checkbox .b-field__label:before{box-shadow:inset 0 4px 4px 0 rgba(0,0,0,.15);background:rgba(43,57,120,.7);border:none medium;border-radius:9px;width:32px;height:32px}.b-fund-calc__checkbox .b-field--checkbox .b-field__checkbox:checked+.b-field__label:before{background:rgba(43,57,120,.7)}.b-fund-calc__checkbox .b-field--date{margin-bottom:0}.b-fund-calc__checkbox .b-field--date .b-field__wrapper{box-shadow:inset 0 4px 4px 0 rgba(0,0,0,.15);background:url(/new/f/img/tools/fund/calendar.svg) no-repeat 113px 11px rgba(43,57,120,.7);border:1px solid #2b3978;border-radius:10px;width:140px}@media screen and (max-width:389px){.b-fund-calc__checkbox .b-field--date .b-field__wrapper{background-position:93px 11px;width:120px}}.b-fund-calc__checkbox .b-field--date .b-field__input{color:#fff}.b-fund-calc__checkbox:nth-child(2) .b-fund-calc__box{margin:16px 0 0 0;padding-left:44px}.b-fund-calc__checkbox:nth-child(2) .b-fund-calc__item{margin-bottom:0}.b-fund-calc__radio{min-height:32px}.b-fund-calc__radio .b-field--radio{margin-bottom:0}.b-fund-calc__radio .b-field--radio .b-field__label{font-family:RotonBol,Arial,Helvetica,sans-serif;color:#fff;padding-left:45px;letter-spacing:.02em;line-height:19px;min-height:32px;display:flex;flex-direction:column;justify-content:center}.b-fund-calc__radio .b-field--radio .b-field__label span{display:block;font-family:RotonReg,Arial,Helvetica,sans-serif;font-size:14px}.b-fund-calc__radio .b-field--radio .b-field__label:before{width:32px;height:32px;background:#374787;box-shadow:inset 0 3px 3px 0 rgba(0,0,0,.15);border:1px solid rgba(255,255,255,.1);transition:none}.b-fund-calc__radio .b-field--radio .b-field__label:after{content:'';position:absolute;left:8px;top:8px;width:16px;height:16px;opacity:0;background:#ff8300;border-radius:50%;transition:opacity 134ms}.b-fund-calc__radio .b-field--radio .b-field__radio:checked+.b-field__label:before{border:1px solid rgba(255,255,255,.1)}.b-fund-calc__radio .b-field--radio .b-field__radio:checked+.b-field__label:after{opacity:1}.b-fund-calc__field .b-field--input{margin-bottom:0}.b-fund-calc__field .b-field--input .b-field__wrapper{box-shadow:inset 0 4px 4px 0 rgba(0,0,0,.15);background:rgba(43,57,120,.7);border-radius:8px;border-color:rgba(255,255,255,.1)}.b-fund-calc__field .b-field--input .b-field__input{font-family:RotonBol,Arial,Helvetica,sans-serif;font-size:16px;letter-spacing:.015em;color:#fff}.b-fund-calc__field .b-field--input .b-field__answer{color:#fff}.b-fund-calc__field .b-field--select{margin-bottom:0}.b-fund-calc__field .b-field--select .b-field__wrapper{background:0 0;border-radius:0}.b-fund-calc__field .b-field--select .b-field__caption{box-shadow:inset 0 4px 4px 0 rgba(0,0,0,.15);background-color:#364686;border-color:rgba(255,255,255,.1);border-radius:8px;color:#fff}.b-fund-calc__field .b-field--select .b-field__options{box-shadow:inset 0 4px 4px 0 rgba(0,0,0,.15);background-color:#364686;border-color:rgba(255,255,255,.1);border-radius:0 0 8px 8px}.b-fund-calc__field .b-field--select .b-field__input,.b-fund-calc__field .b-field--select .b-field__option{font-family:RotonBol,Arial,Helvetica,sans-serif;font-size:16px;letter-spacing:.015em;color:#fff}@media screen and (max-width:767px){.b-fund-calc__field .b-field--select .b-field__input,.b-fund-calc__field .b-field--select .b-field__option{font-size:15px}}.b-fund-calc__field .b-field--select .b-field__option:hover{background:rgba(43,57,120,.5)}.b-fund-calc__field .b-field--select .b-field__option.is-selected,.b-fund-calc__field .b-field--select .b-field__option.is-selected:hover{background:rgba(43,57,120,.7)}.b-fund-calc__field .b-field--select.is-open .b-field__caption{border-radius:8px 8px 0 0}.b-fund-calc__field .b-field--select.is-blocked .b-field__caption{box-shadow:none}.b-fund-calc__box{margin:16px 0;width:314px;display:none}@media screen and (max-width:389px){.b-fund-calc__box{width:100%}}.b-fund-calc__box.is-show{display:block}.b-fund-calc__item{display:flex;gap:8px;margin-bottom:16px}.b-fund-calc__col:nth-child(1){font-size:16px;line-height:38px;letter-spacing:.03em;color:#fff;flex-grow:1}@media screen and (max-width:389px){.b-fund-calc__col:nth-child(1){display:flex;align-items:center;line-height:16px}}.b-fund-calc__col:nth-child(2){width:140px}@media screen and (max-width:389px){.b-fund-calc__col:nth-child(2){width:120px}}.b-fund-calc__col:nth-child(3){display:flex;align-items:center;justify-content:center;min-width:30px}@media screen and (max-width:389px){.b-fund-calc__col:nth-child(3){min-width:20px}}.b-fund-calc__delete{background:url(/new/f/img/tools/fund/delete.svg) no-repeat left top;position:relative;width:20px;height:20px;color:transparent;cursor:pointer;transition:color 134ms}.b-fund-calc__delete:after,.b-fund-calc__delete:before{content:'';position:absolute;left:5px;top:9px;width:10px;height:2px;background:currentColor;-webkit-transform:rotate(45deg);transform:rotate(45deg)}.b-fund-calc__delete:after{-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}.b-fund-calc__delete:hover{color:#fff}.b-fund-calc__btn{position:relative;background:0 0;max-width:none;width:auto;height:auto;border-radius:0;font-family:RotonReg,Arial,Helvetica,sans-serif;font-size:14px;line-height:24px;letter-spacing:.04em;text-align:left;display:inline-block;vertical-align:top;padding:0 0 0 32px}.b-fund-calc__btn:before{content:'';position:absolute;left:2px;top:2px;width:21px;height:21px;border-radius:50%;background:#fff;transition:background-color 134ms}.b-fund-calc__btn:after{content:'';position:absolute;left:8px;top:8px;width:9px;height:9px;background:linear-gradient(transparent 3px,#475a9b 4px,#475a9b 5px,transparent 6px),linear-gradient(90deg,transparent 3px,#475a9b 4px,#475a9b 5px,transparent 6px)}.b-fund-calc__btn:hover:before{background:#ff8300}.b-fund-calc__btn:hover{background:0 0}.b-fund-calc__result{position:relative;box-shadow:0 18px 39px 0 rgba(0,0,0,.03),0 70px 70px 0 rgba(0,0,0,.02),0 158px 95px 0 rgba(0,0,0,.01),0 281px 112px 0 transparent,0 438px 123px 0 transparent;background:#fff;border-radius:32px;padding:32px}@media screen and (max-width:459px){.b-fund-calc__result{padding:32px 24px}}@media screen and (max-width:389px){.b-fund-calc__result{margin:0 -16px}}.b-fund-calc__result:before{content:'';position:absolute;left:calc(50% + 74px);top:-42px;width:58px;height:58px;background:url(/new/f/img/tools/fund/coin3.png) no-repeat left top;background-size:58px auto}.b-fund-calc__caption{font-family:RotonBol,Arial,Helvetica,sans-serif;font-size:29px;line-height:34px;color:#27388a;padding-bottom:25px}.b-fund-calc__line{padding-bottom:31px}.b-fund-calc__line.is-hidden{display:none}.b-fund-calc__line-title{font-family:RotonBol,Arial,Helvetica,sans-serif;font-size:21px;line-height:22px;letter-spacing:0;color:#27388a;margin-bottom:9px}.b-fund-calc__line-price{font-family:RotonBol,Arial,Helvetica,sans-serif;font-size:38px;line-height:1;color:#ff8300;margin-bottom:4px}.b-fund-calc__line-desc{font-size:16px;line-height:22px;letter-spacing:0;color:#404040}.b-fund-calc__line-btn{background:#27388a;max-width:210px;height:40px;font-size:16px;line-height:38px;margin:0 auto}.b-fund-calc__line-btn:hover{background:#ff8300}.b-fund-calc__text{padding-bottom:24px}.b-fund-calc__text.is-hidden{display:none}.b-fund-calc__info{background:#ecf3f2;padding:24px 32px;margin:0 -32px;font-size:16px;line-height:22px;color:#404040}@media screen and (max-width:459px){.b-fund-calc__info{padding:24px;margin:0 -24px}}.b-fund-calc__info.is-hidden{display:none}.b-fund-calc__legend{display:flex;flex-direction:column;gap:12px;padding:24px 0;font-size:14px;line-height:20px;color:#989898}.b-fund-calc__legend span{display:block}.b-fund-calc__legend span.is-hidden{display:none}.b-fund-calc__subtitle{font-family:RotonBol,Arial,Helvetica,sans-serif;font-size:21px;line-height:1.2;text-align:center;color:#fff;padding:24px 0}@media screen and (max-width:459px){.b-fund-calc__subtitle{padding:24px 16px}}@media screen and (max-width:389px){.b-fund-calc__subtitle{padding:24px 0}}.b-fund-calc__helper{line-height:22px;text-align:center;color:#fff;padding-bottom:18px;margin:-5px -8px 0}.b-fund-calc__helper p{margin-bottom:12px}.b-fund-calc__version.is-hidden{display:none}.b-fund-calc__layout--result{position:relative}.b-fund-calc__layout--result:before{content:'';position:absolute;left:calc(50% - 145px);top:55px;width:72px;height:62px;background:url(/new/f/img/tools/fund/coin1.png) no-repeat left top;background-size:72px auto}@media screen and (max-width:559px){.b-fund-calc__layout--result:before{top:calc(55px + 20px)}}.b-fund-calc__layout--result:after{content:'';position:absolute;left:calc(50% - 85px);top:86px;width:37px;height:26px;background:url(/new/f/img/tools/fund/coin2.png) no-repeat left top;background-size:37px auto}@media screen and (max-width:559px){.b-fund-calc__layout--result:after{top:calc(86px + 20px)}}.b-fund-calc__layout--result .b-fund-calc__title{margin-bottom:15px}@media screen and (max-width:559px){.b-fund-calc__layout--result .b-fund-calc__title{max-width:390px;margin:0 auto 8px}}.b-fund-calc__layout--result .b-fund-calc__desc{color:rgba(255,255,255,.5);margin-bottom:32px}.b-fund-calc--block3{cursor:default;-webkit-user-select:none;-ms-user-select:none;user-select:none;caret-color:transparent}.b-fund-calc--block3 input{caret-color:currentColor}.b-fund-calc--block3:before{background-image:url(/new/f/img/tools/fund/back-calc2.svg);background-position:center 32px;height:2606px}@media screen and (max-width:559px){.b-fund-calc--block3:before{height:auto;top:-35px;bottom:-35px;background:linear-gradient(225deg,#d6f5ff 0,#e8e5fe 100%)}}.b-fund-calc--block3 .b-fund-calc__wrapper{padding-top:180px}@media screen and (max-width:559px){.b-fund-calc--block3 .b-fund-calc__wrapper{padding-top:183px;padding-bottom:80px}}.b-fund-calc--block3 .b-fund-calc__container{padding:99px 16px 38px}@media screen and (max-width:559px){.b-fund-calc--block3 .b-fund-calc__container{padding:101px 16px 40px}}.b-fund-calc--block3 .b-fund-calc__container:after{left:calc(50% - 126px);top:-148px}@media screen and (max-width:559px){.b-fund-calc--block3 .b-fund-calc__container:after{left:calc(50% - 112px);top:-114px}}.b-fund-calc--block3 .b-fund-calc__container:before{left:calc(50% - 126px + 36px);top:calc(-148px + 8px)}.b-fund-calc--block3 .b-fund-calc__title{font-size:33px;letter-spacing:.01em;margin-bottom:11px}@media screen and (max-width:559px){.b-fund-calc--block3 .b-fund-calc__title{font-size:22px;line-height:24px;letter-spacing:0;margin:0 auto 6px;max-width:290px}}.b-fund-calc--block3 .b-fund-calc__desc{font-family:RotonReg,Arial,Helvetica,sans-serif;line-height:22px;margin:0 5px;max-width:none;letter-spacing:-.01em}@media screen and (max-width:559px){.b-fund-calc--block3 .b-fund-calc__desc{margin:0 auto;max-width:290px;color:#fff}}.b-fund-calc--block3 .b-fund-calc__desc span{display:none}.b-fund-calc--block3 .b-fund-calc__desc span.is-show{display:block}.b-fund-calc--block3 .b-fund-calc__controls{margin-top:64px;max-width:296px;gap:18px}@media screen and (max-width:559px){.b-fund-calc--block3 .b-fund-calc__controls{margin-top:58px;margin-bottom:32px}}.b-fund-calc--block3 .b-fund-calc__subtitle{font-size:15px;line-height:18px;letter-spacing:0;padding:40px 0 20px;color:rgba(255,255,255,.45)}.b-fund-calc--block3 .b-fund-calc__field.v_1{margin-bottom:6px}.b-fund-calc--block3 .b-fund-calc__field.v_1 .b-fund-calc__field-column:nth-child(1){width:113px;flex:none}.b-fund-calc--block3 .b-fund-calc__field.v_1 .b-fund-calc__field-column:nth-child(2){flex-grow:1}.b-fund-calc--block3 .b-fund-calc__field.v_2_2_1,.b-fund-calc--block3 .b-fund-calc__field.v_4,.b-fund-calc--block3 .b-fund-calc__field.v_5,.b-fund-calc--block3 .b-fund-calc__field.v_5_1_1{justify-content:center;gap:40px}.b-fund-calc--block3 .b-fund-calc__field.v_2_2_1 .b-fund-calc__field-column,.b-fund-calc--block3 .b-fund-calc__field.v_4 .b-fund-calc__field-column,.b-fund-calc--block3 .b-fund-calc__field.v_5 .b-fund-calc__field-column,.b-fund-calc--block3 .b-fund-calc__field.v_5_1_1 .b-fund-calc__field-column{width:auto}.b-fund-calc--block3 .b-fund-calc__field.v_4_1_1,.b-fund-calc--block3 .b-fund-calc__field.v_4_1_2_1_1_1_1,.b-fund-calc--block3 .b-fund-calc__field.v_4_1_2_2_1,.b-fund-calc--block3 .b-fund-calc__field.v_5_1{justify-content:center}.b-fund-calc--block3 .b-fund-calc__field.v_4_1_1 .b-fund-calc__field-column,.b-fund-calc--block3 .b-fund-calc__field.v_4_1_2_1_1_1_1 .b-fund-calc__field-column,.b-fund-calc--block3 .b-fund-calc__field.v_4_1_2_2_1 .b-fund-calc__field-column,.b-fund-calc--block3 .b-fund-calc__field.v_5_1 .b-fund-calc__field-column{width:auto}.b-fund-calc--block3 .b-fund-calc__field.v_4_1_1 .b-fund-calc__field-column:nth-child(2),.b-fund-calc--block3 .b-fund-calc__field.v_4_1_2_1_1_1_1 .b-fund-calc__field-column:nth-child(2),.b-fund-calc--block3 .b-fund-calc__field.v_4_1_2_2_1 .b-fund-calc__field-column:nth-child(2),.b-fund-calc--block3 .b-fund-calc__field.v_5_1 .b-fund-calc__field-column:nth-child(2){flex-grow:1}.b-fund-calc--block3 .b-fund-calc__field.v_4_1_1 .b-fund-calc__field-column:nth-child(4),.b-fund-calc--block3 .b-fund-calc__field.v_4_1_2_1_1_1_1 .b-fund-calc__field-column:nth-child(4),.b-fund-calc--block3 .b-fund-calc__field.v_4_1_2_2_1 .b-fund-calc__field-column:nth-child(4),.b-fund-calc--block3 .b-fund-calc__field.v_5_1 .b-fund-calc__field-column:nth-child(4){width:80px}.b-fund-calc--block3 .b-fund-calc__helper.v_4_1_2_1_1,.b-fund-calc--block3 .b-fund-calc__helper.v_4_1_2_1_1-h{font-family:RotonBol,Arial,Helvetica,sans-serif;letter-spacing:.025em;text-align:left;margin:-4px 0 0;padding-bottom:8px}.b-fund-calc--block3 .b-fund-calc__helper.v_4_1_2_1_1-h{padding:12px 0 1px}.b-fund-calc--block3 .v_4_1_2_1_1-a{margin-bottom:14px}.b-fund-calc--block3 .v_4_1_2_1_1-a .b-fund-calc__field-column{width:auto}.b-fund-calc--block3 .v_4_1_2_1_1-a .b-fund-calc__radio .b-field--radio .b-field__label{line-height:16px}.b-fund-calc--block3 .v_4_1_2_1_1-b{gap:8px}.b-fund-calc--block3 .v_4_1_2_1_1-b .b-fund-calc__field-column:nth-child(1){width:96px;flex:none}.b-fund-calc--block3 .v_4_1_2_1_1-b .b-fund-calc__field-column:nth-child(2){width:112px;flex:none}.b-fund-calc--block3 .v_4_1_2_1_1-b .b-fund-calc__field-column:nth-child(3){flex-grow:1}.b-fund-calc--block3 .v_4_1_2_1_1-b .b-field--input .b-field__input{text-align:right}.b-fund-calc--block3 .v_4_1_2_1_1-c .b-fund-calc__field-column:nth-child(1){width:62px;flex:none}.b-fund-calc--block3 .v_4_1_2_1_1-c .b-fund-calc__field-column:nth-child(2){flex-grow:1}.b-fund-calc--block3 .b-fund-calc__field.v_4_1_2_1_1_1{margin-bottom:6px;justify-content:center}.b-fund-calc--block3 .b-fund-calc__field.v_4_1_2_1_1_1 .b-fund-calc__field-column:nth-child(1){width:113px;flex:none}.b-fund-calc--block3 .b-fund-calc__field.v_4_1_2_1_1_1 .b-fund-calc__field-column:nth-child(2){width:auto}.b-fund-calc--block3 .b-fund-calc__helper.v_4_1_2_2,.b-fund-calc--block3 .b-fund-calc__helper.v_4_1_2_2-e,.b-fund-calc--block3 .b-fund-calc__helper.v_4_1_2_2-h{font-family:RotonBol,Arial,Helvetica,sans-serif;letter-spacing:.025em;text-align:left;margin:0;padding:28px 0 27px}.b-fund-calc--block3 .b-fund-calc__helper.v_4_1_2_2-h{padding:11px 0 19px}.b-fund-calc--block3 .v_4_1_2_2-a{margin-bottom:32px}.b-fund-calc--block3 .v_4_1_2_2-a .b-fund-calc__field-column{width:auto}.b-fund-calc--block3 .v_4_1_2_2-a .b-fund-calc__radio .b-field--radio .b-field__label{line-height:16px}.b-fund-calc--block3 .v_4_1_2_2-b,.b-fund-calc--block3 .v_4_1_2_2-f{gap:8px;margin-bottom:16px}.b-fund-calc--block3 .v_4_1_2_2-b .b-fund-calc__field-column:nth-child(1),.b-fund-calc--block3 .v_4_1_2_2-f .b-fund-calc__field-column:nth-child(1){width:96px;flex:none}.b-fund-calc--block3 .v_4_1_2_2-b .b-fund-calc__field-column:nth-child(2),.b-fund-calc--block3 .v_4_1_2_2-f .b-fund-calc__field-column:nth-child(2){width:112px;flex:none}.b-fund-calc--block3 .v_4_1_2_2-b .b-fund-calc__field-column:nth-child(3),.b-fund-calc--block3 .v_4_1_2_2-f .b-fund-calc__field-column:nth-child(3){flex-grow:1}.b-fund-calc--block3 .v_4_1_2_2-b .b-field--input .b-field__input,.b-fund-calc--block3 .v_4_1_2_2-f .b-field--input .b-field__input{text-align:right}.b-fund-calc--block3 .v_4_1_2_2-c .b-fund-calc__field-column:nth-child(1){width:62px;flex:none}.b-fund-calc--block3 .v_4_1_2_2-c .b-fund-calc__field-column:nth-child(2){flex-grow:1}.b-fund-calc--block3 .v_4_1_2_2-d{gap:20px}.b-fund-calc--block3 .v_4_1_2_2-d .b-fund-calc__field-column{width:auto}.b-fund-calc--block3 .b-fund-calc__helper.v_4_1_2_2-e{margin:-4px 0 0;padding:0 0 27px}.b-fund-calc--block3 .v_4_1_2_2-f{margin-bottom:-1px}.b-fund-calc--block3 .b-fund-calc__field.v_4_1_2_2_1_1{flex-direction:column;align-items:flex-start;margin-left:45px;margin-top:-4px}.b-fund-calc--block3 .b-fund-calc__field.v_4_1_2_2_1_1 .b-fund-calc__field-column:nth-child(1){width:auto}.b-fund-calc--block3 .b-fund-calc__field.v_4_1_2_2_1_1 .b-fund-calc__field-column:nth-child(2){width:80px}.b-fund-calc--block3 .b-fund-calc__field.v_4_1_2_2_1_1 .b-fund-calc__field-label span{display:block;font-family:RotonReg,Arial,Helvetica,sans-serif;font-size:14px;line-height:20px}.b-fund-calc--block3 .b-fund-calc__field.v_6 .b-fund-calc__field-column{width:auto}.b-fund-calc--block3 .b-fund-calc__field.v_6 .b-fund-calc__field-column:nth-child(2){width:112px;flex:none}.b-fund-calc--block3 .b-fund-calc__field.v_9{margin-top:-30px}.b-fund-calc--block3 a:hover{color:#fff}.b-fund-calc--block3 .b-fund-calc__rlayout a:hover{color:#27388a}.b-fund-calc__last{margin:24px 0 0;font-size:14px;line-height:20px;color:#989898}.b-fund-calc__useful{font-family:RotonBol,Arial,Helvetica,sans-serif;font-size:21px;line-height:1.2;text-align:center;color:#fff;padding:24px 0}.b-fund-calc__useful.is-hidden{display:none}.b-fund-eligible{position:relative}.b-fund-eligible:before{content:'';position:absolute;left:0;right:0;top:-220px;height:1947px;background:url(/new/f/img/tools/fund/back-eligible.svg) no-repeat center top;background-position:calc(50% - 320px) top;pointer-events:none}@media screen and (max-width:559px){.b-fund-eligible:before{top:0;height:36px;border-radius:32px 32px 0 0;background:#fff;z-index:2}}@media screen and (max-width:559px){.b-fund-eligible:after{content:'';position:absolute;left:0;right:0;bottom:0;height:36px;border-radius:0 0 32px 32px;background:#fff;z-index:2}}.b-fund-eligible__wrapper{position:relative;max-width:1380px;padding:61px 50px 60px;z-index:2}@media screen and (max-width:1239px){.b-fund-eligible__wrapper{padding:60px 12px}}@media screen and (max-width:1023px){.b-fund-eligible__wrapper{padding:60px 30px}}@media screen and (max-width:559px){.b-fund-eligible__wrapper{padding:52px 16px 92px}}.b-fund-eligible__title{font-size:34px;line-height:1;text-align:center;margin-bottom:15px}@media screen and (max-width:559px){.b-fund-eligible__title{line-height:38px;margin-bottom:13px}}.b-fund-eligible__desc{font-size:16px;line-height:22px;text-align:center;max-width:600px;margin:0 auto;color:#404040}.b-fund-eligible__list{padding:40px 0}@media screen and (max-width:1023px){.b-fund-eligible__list{max-width:800px;margin:0 auto}}@media screen and (max-width:767px){.b-fund-eligible__list{max-width:400px}}.b-fund-eligible__item{position:relative;padding:16px;text-align:center}@media screen and (max-width:559px){.b-fund-eligible__item{width:100%}}.b-fund-eligible__item:after{content:'';position:absolute;pointer-events:none}.b-fund-eligible__item[data-step="0"]:after{background:url(/new/f/img/tools/fund/eligible-1.svg) no-repeat left top;right:-80px;top:38px;width:154px;height:70px}.b-fund-eligible__item[data-step="1"]:after{background:url(/new/f/img/tools/fund/eligible-2.svg) no-repeat left top;right:-74px;top:28px;width:154px;height:58px}.b-fund-eligible__item[data-step="2"]:after{background:url(/new/f/img/tools/fund/eligible-3.svg) no-repeat left top;right:-70px;top:37px;width:137px;height:60px}.b-fund-eligible__image{font-size:0;line-height:1;height:92px;margin-bottom:33px;display:flex;justify-content:center;align-items:flex-end}@media screen and (max-width:559px){.b-fund-eligible__image{margin-bottom:27px;height:108px}.b-fund-eligible__image img{height:100%}}.b-fund-eligible__caption{font-family:RotonBol,Arial,Helvetica,sans-serif;font-size:21px;line-height:1.2;color:#ff8300;margin-bottom:12px}.b-fund-eligible__text{font-size:17px;line-height:22px;letter-spacing:0}.b-fund-eligible--block3:before{background-image:url(/new/f/img/tools/fund/back-eligible2.svg);background-position:center top;height:2053px;top:-160px}@media screen and (max-width:559px){.b-fund-eligible--block3:before{top:0;height:36px;border-radius:32px 32px 0 0;background:#fff;z-index:2}}.b-fund-eligible--block3 .b-fund-eligible__wrapper{padding:31px 50px 75px}@media screen and (max-width:559px){.b-fund-eligible--block3 .b-fund-eligible__wrapper{padding:71px 16px 109px}}.b-fund-eligible--block3 .b-fund-eligible__item{padding:16px 0}@media screen and (max-width:1023px){.b-fund-eligible--block3 .b-fund-eligible__item{margin:0 16px}}@media screen and (max-width:559px){.b-fund-eligible--block3 .b-fund-eligible__item{margin:0}}.b-fund-eligible--block3 .b-fund-eligible__item:after{display:none}.b-fund-eligible--block3 .b-fund-eligible__title{line-height:38px;max-width:460px;margin:0 auto 12px}@media screen and (max-width:359px){.b-fund-eligible--block3 .b-fund-eligible__title{font-size:32px;line-height:34px}}.b-fund-eligible--block3 .b-fund-eligible__desc{max-width:720px}.b-fund-eligible--block3 .b-fund-eligible__list{padding:46px 0}@media screen and (max-width:559px){.b-fund-eligible--block3 .b-fund-eligible__list{padding:30px 0}}.b-fund-eligible--block3 .b-fund-eligible__text{font-size:16px;letter-spacing:.02em}@media screen and (max-width:559px){.b-fund-eligible--block3 .b-fund-eligible__text{max-width:280px;margin:0 auto}}.b-fund-eligible--block3 .b-fund-eligible__image{height:81px;margin-bottom:25px}.b-fund-about{position:relative}.b-fund-about:before{content:'';position:absolute;left:0;right:0;top:0;height:1957px;background:url(/new/f/img/tools/fund/back-about.svg) no-repeat center top;background-position:calc(50% - 550px) top;pointer-events:none}@media screen and (max-width:559px){.b-fund-about:before{height:auto;top:-35px;bottom:-35px;background:linear-gradient(120deg,#ffedf4 0,#ffeddf 100%)}}.b-fund-about__wrapper{position:relative;max-width:766px;padding:174px 30px 0;z-index:2}@media screen and (max-width:559px){.b-fund-about__wrapper{padding:207px 16px 52px}}.b-fund-about__wrapper:before{content:'';-webkit-filter:blur(25px);filter:blur(25px);background:url(/new/f/img/tools/fund/image-about.png) no-repeat left top;position:absolute;left:calc(50% + 91px + 25px);top:calc(-58px + 25px);width:251px;height:278px;pointer-events:none;opacity:.8}@media screen and (max-width:767px){.b-fund-about__wrapper:before{display:none}}.b-fund-about__wrapper:after{content:'';-webkit-filter:drop-shadow(0 0 1px rgba(0,0,0,.1));filter:drop-shadow(0 0 1px rgba(0,0,0,.1));background:url(/new/f/img/tools/fund/image-about.png) no-repeat left top;position:absolute;left:calc(50% + 91px);top:-58px;width:251px;height:278px;pointer-events:none}@media screen and (max-width:767px){.b-fund-about__wrapper:after{-webkit-filter:none;filter:none;left:calc(50% + 20px);top:-90px}}@media screen and (max-width:559px){.b-fund-about__wrapper:after{background-size:contain;width:200px;height:226px;left:calc(50% - 105px);top:-48px}}.b-fund-about__title{font-size:34px;line-height:38px;letter-spacing:-.004em;margin-bottom:17px}.b-fund-about__desc{font-size:16px;line-height:22px;letter-spacing:.019em;max-width:490px;color:#404040}.b-fund-about__desc p{margin-bottom:12px}.b-fund-about__desc p:last-child{margin-bottom:0}.b-fund-about__desc .bold{letter-spacing:.025em}.b-fund-about--block3:before{background-image:url(/new/f/img/tools/fund/back-about2.svg);background-position:center top;height:2052px}@media screen and (max-width:559px){.b-fund-about--block3:before{height:auto;top:-35px;bottom:-35px;background:linear-gradient(225deg,#ffeded 0,#efe2ff 100%)}}.b-fund-about--block3 .b-fund-about__wrapper{padding-bottom:16px}@media screen and (max-width:559px){.b-fund-about--block3 .b-fund-about__wrapper{padding-top:193px;padding-bottom:76px}}.b-fund-about--block3 .b-fund-about__wrapper:before{left:calc(50% + 110px + 25px);top:calc(-69px + 25px)}@media screen and (max-width:1023px){.b-fund-about--block3 .b-fund-about__wrapper:before{left:calc(50% + 91px + 25px);top:calc(-58px + 25px)}}.b-fund-about--block3 .b-fund-about__wrapper:after{left:calc(50% + 110px);top:-69px}@media screen and (max-width:1023px){.b-fund-about--block3 .b-fund-about__wrapper:after{left:calc(50% + 91px);top:-58px}}@media screen and (max-width:767px){.b-fund-about--block3 .b-fund-about__wrapper:after{left:calc(50% + 30px);top:-96px}}@media screen and (max-width:559px){.b-fund-about--block3 .b-fund-about__wrapper:after{background-size:contain;width:186px;height:210px;left:calc(50% - 102px);top:-44px}}.b-fund-about--block3 .b-fund-about__title{margin-bottom:13px}@media screen and (max-width:359px){.b-fund-about--block3 .b-fund-about__title{font-size:32px;line-height:34px}}.b-fund-about--block3 .b-fund-about__desc{max-width:none}.b-fund-about--block32:before{background-image:url(/new/f/img/tools/fund/back-about32.svg);background-position:calc(50% - 0px) top;height:2053px}@media screen and (max-width:559px){.b-fund-about--block32:before{height:auto;top:-35px;bottom:-35px;background:linear-gradient(360deg,#ffeff9 0,#d4e1ff 100%)}}.b-fund-about--block32 .b-fund-about__wrapper{padding:177px 30px 20px}@media screen and (max-width:559px){.b-fund-about--block32 .b-fund-about__wrapper{padding:177px 16px 35px}}.b-fund-about--block32 .b-fund-about__wrapper:before{background-image:url(/new/f/img/tools/fund/image-about32.png);-webkit-filter:blur(15px);filter:blur(15px);width:228px;height:315px;left:calc(50% + 126px + 25px);top:calc(-68px + 25px)}@media screen and (max-width:767px){.b-fund-about--block32 .b-fund-about__wrapper:before{display:none}}.b-fund-about--block32 .b-fund-about__wrapper:after{background-image:url(/new/f/img/tools/fund/image-about32.png);width:228px;height:315px;left:calc(50% + 126px);top:-68px}@media screen and (max-width:767px){.b-fund-about--block32 .b-fund-about__wrapper:after{left:calc(50% + 40px);top:0}}@media screen and (max-width:559px){.b-fund-about--block32 .b-fund-about__wrapper:after{background-size:contain;width:186px;height:264px;left:calc(50% - 102px);top:-96px}}.b-fund-about--block32 .b-fund-about__title{margin-bottom:13px}@media screen and (max-width:767px){.b-fund-about--block32 .b-fund-about__title{padding-right:210px}}@media screen and (max-width:559px){.b-fund-about--block32 .b-fund-about__title{padding-right:0}}@media screen and (max-width:359px){.b-fund-about--block32 .b-fund-about__title{font-size:32px;line-height:34px}}.b-fund-about--block32 .b-fund-about__desc{max-width:none}.b-fund-spend{position:relative}.b-fund-spend:before{content:'';position:absolute;left:0;right:0;top:-12px;height:1906px;background:url(/new/f/img/tools/fund/back-spend.svg) no-repeat center top;background-position:calc(50% - 250px) top;pointer-events:none}@media screen and (max-width:559px){.b-fund-spend:before{top:0;height:36px;border-radius:32px 32px 0 0;background:#fff;z-index:2}}@media screen and (max-width:559px){.b-fund-spend:after{content:'';position:absolute;left:0;right:0;bottom:0;height:36px;border-radius:0 0 32px 32px;background:#fff;z-index:2}}.b-fund-spend__wrapper{position:relative;max-width:766px;padding:228px 30px 0;z-index:2}@media screen and (max-width:559px){.b-fund-spend__wrapper{padding:38px 16px 13px}}.b-fund-spend__title{font-size:30px;line-height:34px;margin-bottom:13px}.b-fund-spend__legend{font-size:14px;line-height:18px;color:#989898}@media screen and (max-width:559px){.b-fund-spend__legend{line-height:20px;padding-right:20px}}.b-fund-spend__legend span{white-space:nowrap;color:#ff8300}.b-fund-spend__caption{position:relative;font-family:RotonBol,Arial,Helvetica,sans-serif;font-size:20px;line-height:24px;letter-spacing:.025em;color:#27388a;padding-right:35px;margin-bottom:25px;cursor:pointer}@media screen and (max-width:559px){.b-fund-spend__caption{padding-right:50px;margin-bottom:0}}.b-fund-spend__caption:before{content:'+';position:absolute;right:0;top:0;width:26px;height:26px;border-radius:50%;background:#27388a;display:flex;justify-content:center;font-family:RotonReg,Arial,Helvetica,sans-serif;font-size:22px;line-height:20px;color:#fff}@media screen and (max-width:559px){.b-fund-spend__caption:before{top:calc(50% - 14px)}}.b-fund-spend__box{display:flex;flex-direction:column;gap:8px;padding:32px 0}@media screen and (max-width:559px){.b-fund-spend__box{padding:0;gap:0}}.b-fund-spend__block{background:#fff;border-radius:16px;padding:32px 32px 7px;box-shadow:0 0 6px #e6e6ef}@media screen and (max-width:559px){.b-fund-spend__block{padding:24px 0 23px;background:0 0;border-radius:0;box-shadow:none;border-bottom:1px solid #e6e6ef}}.b-fund-spend__block:last-child{border-bottom:none}.b-fund-spend__list{display:flex;flex-direction:column;gap:34px}@media screen and (max-width:559px){.b-fund-spend__list{gap:36px}}.b-fund-spend__list li{padding-left:80px;line-height:22px;letter-spacing:.018em;min-height:50px}.b-fund-spend__list li[data-spend="1"]{background:url(/new/f/img/tools/fund/about1.svg) no-repeat 3px 0}.b-fund-spend__list li[data-spend="2"]{background:url(/new/f/img/tools/fund/about2.svg) no-repeat 0 0}.b-fund-spend__list li[data-spend="3"]{background:url(/new/f/img/tools/fund/about3.svg) no-repeat 5px 0}.b-fund-spend__list li[data-spend="4"]{background:url(/new/f/img/tools/fund/about4.svg) no-repeat 10px 0}.b-fund-spend__list li[data-spend="5"]{background:url(/new/f/img/tools/fund/about5.svg) no-repeat 2px 0}.b-fund-spend__list li[data-spend="6"]{background:url(/new/f/img/tools/fund/about6.svg) no-repeat 6px 0}.b-fund-spend__list li[data-spend="7"]{background:url(/new/f/img/tools/fund/about7.svg) no-repeat 9px 0}.b-fund-spend__list li[data-spend="8"]{background:url(/new/f/img/tools/fund/about8.svg) no-repeat 5px 0}.b-fund-spend__list li[data-spend="9"]{background:url(/new/f/img/tools/fund/about9.svg) no-repeat 13px 0}.b-fund-spend__list li[data-spend="10"]{background:url(/new/f/img/tools/fund/about10.svg) no-repeat 4px 0}.b-fund-spend__list li[data-spend="11"]{background:url(/new/f/img/tools/fund/about11.svg) no-repeat 8px 0}.b-fund-spend__list li[data-spend="12"]{background:url(/new/f/img/tools/fund/about12.svg) no-repeat 5px 0}.b-fund-spend__list li[data-spend="13"]{background:url(/new/f/img/tools/fund/about13.svg) no-repeat 7px 0}.b-fund-spend__list li[data-spend="14"]{background:url(/new/f/img/tools/fund/about14.svg) no-repeat 6px 0}.b-fund-spend__list li[data-spend="15"]{background:url(/new/f/img/tools/fund/about15.svg) no-repeat 12px 0}.b-fund-spend__list li[data-spend="16"]{background:url(/new/f/img/tools/fund/about16.svg) no-repeat 5px 0}.b-fund-spend__container{padding-right:35px;padding-bottom:25px;display:none}@media screen and (max-width:559px){.b-fund-spend__container{padding:24px 16px 0 0}}.b-fund-spend__block.is-open .b-fund-spend__container{display:block}.b-fund-spend__block.is-open .b-fund-spend__caption:before{content:'–';line-height:22px}.b-fund-other{position:relative}.b-fund-other:before{content:'';position:absolute;left:0;right:0;top:-190px;height:1955px;background:url(/new/f/img/tools/fund/back-other.svg) no-repeat center top;background-position:calc(50% - 164px) top;pointer-events:none}@media screen and (max-width:559px){.b-fund-other:before{height:auto;top:-35px;bottom:-35px;background:linear-gradient(145deg,#f7e9fe 0,#cfdaf9 100%)}}.b-fund-other__wrapper{position:relative;max-width:766px;padding:54px 30px 54px;z-index:2}@media screen and (max-width:559px){.b-fund-other__wrapper{padding:227px 16px 37px}}.b-fund-other__wrapper:before{content:'';-webkit-filter:blur(22px);filter:blur(22px);background:url(/new/f/img/tools/fund/image-other.png) no-repeat left top;position:absolute;left:calc(50% + 38px + 20px);bottom:calc(-222px - 20px);width:314px;height:299px;pointer-events:none;opacity:.8}@media screen and (max-width:767px){.b-fund-other__wrapper:before{display:none}}.b-fund-other__wrapper:after{content:'';-webkit-filter:drop-shadow(0 0 1px rgba(0,0,0,.1));filter:drop-shadow(0 0 1px rgba(0,0,0,.1));background:url(/new/f/img/tools/fund/image-other.png) no-repeat left top;position:absolute;left:calc(50% + 38px);bottom:-222px;width:314px;height:299px;pointer-events:none}@media screen and (max-width:767px){.b-fund-other__wrapper:after{left:calc(50% - 20px);bottom:-230px;-webkit-filter:none;filter:none}}@media screen and (max-width:559px){.b-fund-other__wrapper:after{background-size:contain;left:calc(50% - 146px);top:-32px;bottom:auto;width:286px;height:276px}}.b-fund-other__title{font-size:34px;line-height:38px;letter-spacing:-.004em;margin-bottom:17px}.b-fund-other__desc{font-size:16px;line-height:22px;letter-spacing:.019em;max-width:490px;color:#404040}.b-fund-other__desc p{margin-bottom:12px}.b-fund-other__desc p:last-child{margin-bottom:0}.b-fund-other__desc .bold{letter-spacing:.025em}.b-fund-faq{position:relative}.b-fund-faq:before{content:'';position:absolute;left:0;right:0;top:-42px;height:2246px;background:url(/new/f/img/tools/fund/back-faq.svg) no-repeat center top;background-position:calc(50% - 614px) top;pointer-events:none}@media screen and (max-width:559px){.b-fund-faq:before{top:0;height:36px;border-radius:32px 32px 0 0;background:#fff;z-index:2}}.b-fund-faq__wrapper{position:relative;max-width:766px;padding:223px 30px 44px;z-index:2}@media screen and (max-width:559px){.b-fund-faq__wrapper{padding:43px 16px 32px}}.b-fund-faq__title{font-size:30px;line-height:34px;margin-bottom:13px}@media screen and (max-width:559px){.b-fund-faq__title{text-align:center}}.b-fund-faq__caption{position:relative;font-family:RotonBol,Arial,Helvetica,sans-serif;font-size:17px;line-height:22px;letter-spacing:-.005em;color:#27388a;padding-right:60px;margin-bottom:15px;cursor:pointer}@media screen and (max-width:559px){.b-fund-faq__caption{padding-right:40px}}.b-fund-faq__caption:before{content:'+';position:absolute;right:-8px;top:-4px;width:26px;height:26px;border-radius:50%;background:#fff;box-shadow:0 1px 2px 0 rgba(0,0,0,.1),0 3px 3px 0 rgba(0,0,0,.09),0 7px 4px 0 rgba(0,0,0,.05),1px 12px 5px 0 rgba(0,0,0,.01),1px 19px 5px 0 transparent;display:flex;justify-content:center;font-family:RotonReg,Arial,Helvetica,sans-serif;font-size:22px;line-height:20px}.b-fund-faq__box{display:flex;flex-direction:column;gap:24px;padding:12px 0;position:relative;z-index:2}@media screen and (max-width:559px){.b-fund-faq__box{gap:8px}}.b-fund-faq__block{background:#edf0f9;border-radius:16px;padding:20px 20px 5px}.b-fund-faq__container{padding-right:60px;padding-bottom:15px;line-height:22px;display:none}@media screen and (max-width:559px){.b-fund-faq__container{padding-right:24px}}.b-fund-faq__block.is-open .b-fund-faq__container{display:block}.b-fund-faq__block.is-open .b-fund-faq__caption:before{content:'–';line-height:22px}.b-fund-faq__controls{display:flex;justify-content:center;margin-top:54px}@media screen and (max-width:559px){.b-fund-faq__controls{margin-top:34px}}.b-fund-faq__button{font-size:17px;line-height:42px;max-width:346px;height:44px}@media screen and (max-width:559px){.b-fund-faq__button{font-size:16px;line-height:38px;height:40px}}@media screen and (max-width:389px){.b-fund-faq__button{font-size:15px;padding:0 8px}}.b-fund-faq--block3:before{top:0;height:2440px;background:url(/new/f/img/tools/fund/back-faq2.svg) no-repeat center top;background-position:calc(50% - 16px) top}@media screen and (max-width:559px){.b-fund-faq--block3:before{top:0;height:36px;border-radius:32px 32px 0 0;background:#fff;z-index:2}}.b-fund-faq--block3 .b-fund-faq__wrapper{padding:147px 30px 14px}@media screen and (max-width:767px){.b-fund-faq--block3 .b-fund-faq__wrapper{padding-top:230px}}@media screen and (max-width:559px){.b-fund-faq--block3 .b-fund-faq__wrapper{padding:71px 16px 14px}}.b-fund-faq--block3 .b-fund-faq__wrapper:before{content:'';-webkit-filter:blur(22px);filter:blur(22px);background:url(/new/f/img/tools/fund/image-other.png) no-repeat left top;position:absolute;left:calc(50% + 50px + 20px);top:calc(-28px + 20px);width:314px;height:299px;pointer-events:none;opacity:.5}@media screen and (max-width:767px){.b-fund-faq--block3 .b-fund-faq__wrapper:before{display:none}}.b-fund-faq--block3 .b-fund-faq__wrapper:after{content:'';-webkit-filter:drop-shadow(0 0 1px rgba(0,0,0,.1));filter:drop-shadow(0 0 1px rgba(0,0,0,.1));background:url(/new/f/img/tools/fund/image-other.png) no-repeat left top;position:absolute;left:calc(50% + 50px);top:-28px;width:314px;height:299px;pointer-events:none}@media screen and (max-width:767px){.b-fund-faq--block3 .b-fund-faq__wrapper:after{-webkit-filter:none;filter:none;left:calc(50% - 20px);top:-60px}}@media screen and (max-width:559px){.b-fund-faq--block3 .b-fund-faq__wrapper:after{background-size:contain;left:calc(50% - 116px);top:-154px;width:218px;height:212px}}.b-fund-faq--block3 .b-fund-faq__title{font-size:34px;line-height:38px;letter-spacing:-.004em;margin-bottom:18px}@media screen and (max-width:559px){.b-fund-faq--block3 .b-fund-faq__title{text-align:left;margin-bottom:22px}}@media screen and (max-width:359px){.b-fund-faq--block3 .b-fund-faq__title{font-size:32px;line-height:34px}}.b-fund-faq--block3 .b-fund-faq__box{gap:8px}.b-fund-faq--block3 .b-fund-faq__block{background:#f7f6ff;padding:36px 32px 14px;min-height:96px}@media screen and (max-width:559px){.b-fund-faq--block3 .b-fund-faq__block{padding:25px 32px 12px}}.b-fund-faq--block3 .b-fund-faq__caption{font-family:RotonReg,Arial,Helvetica,sans-serif;font-size:19px;line-height:24px;margin-bottom:22px}@media screen and (max-width:559px){.b-fund-faq--block3 .b-fund-faq__caption{font-size:18px;line-height:24px;margin-bottom:13px}}.b-fund-faq--block3 .b-fund-faq__caption:before{right:0;border-radius:16px;width:40px;height:32px;font-size:30px;line-height:24px;box-shadow:none}@media screen and (max-width:559px){.b-fund-faq--block3 .b-fund-faq__caption:before{top:7px}}.b-fund-faq--block3 .b-fund-faq__block.is-open .b-fund-faq__caption:before{line-height:26px}.b-fund-faq--block3 .b-fund-faq__container{padding-right:0;padding-bottom:22px}.b-fund-faq--block3 .b-fund-faq__controls{margin-top:28px}.b-fund-faq--block3 .b-fund-faq__button{font-size:17px;line-height:48px;letter-spacing:0;height:48px;max-width:410px;border-radius:24px}@media screen and (max-width:559px){.b-fund-faq--block3 .b-fund-faq__button{border-radius:30px;line-height:22px;height:58px;white-space:wrap;padding:7px 30px;max-width:358px}}.b-fund-another{position:relative}.b-fund-another__wrapper{position:relative;max-width:1100px;padding:27px 50px 76px;z-index:2}@media screen and (max-width:1023px){.b-fund-another__wrapper{padding:27px 32px 50px}}@media screen and (max-width:559px){.b-fund-another__wrapper{padding:25px 16px 50px}}.b-fund-another__title{font-size:34px;line-height:1;text-align:center;margin-bottom:20px}@media screen and (max-width:559px){.b-fund-another__title{font-size:34px;line-height:38px;margin-bottom:44px}}@media screen and (max-width:359px){.b-fund-another__title{font-size:32px;line-height:34px}}.b-fund-another__row{display:flex;justify-content:center;gap:8px}@media screen and (max-width:559px){.b-fund-another__row{flex-direction:column-reverse;align-items:center}}.b-fund-another__column{width:calc((100% - 8px)/ 2);min-width:496px}@media screen and (max-width:767px){.b-fund-another__column{min-width:400px}}@media screen and (max-width:559px){.b-fund-another__column{max-width:400px;min-width:0;width:100%}}.b-fund-another__item{display:block;position:relative;background:#f3f7f9;border-radius:32px;height:160px;font-family:RotonBol,Arial,Helvetica,sans-serif;font-size:30px;line-height:30px;letter-spacing:0;padding:26px 28px;color:#fff;cursor:pointer;box-shadow:0 0 0 rgba(19,111,158,.3);transition:box-shadow 134ms}@media screen and (max-width:767px){.b-fund-another__item{font-size:26px}}@media screen and (max-width:559px){.b-fund-another__item{line-height:30px;border-radius:16px;height:auto;padding:22px 32px 26px}}@media screen and (max-width:359px){.b-fund-another__item{font-size:22px;line-height:24px}}.b-fund-another__item[data-info-tab="1"]{background:linear-gradient(138deg,#8269e3 0,#bc69e3 100%)}@media screen and (max-width:559px){.b-fund-another__item[data-info-tab="1"]{padding:22px 16px 25px 50%}}.b-fund-another__item[data-info-tab="1"]:after{content:'';position:absolute;right:-24px;bottom:-109px;width:294px;height:310px;background:url(/new/f/img/tools/fund/image-another-1.png) no-repeat left top}@media screen and (max-width:559px){.b-fund-another__item[data-info-tab="1"]:after{background-size:contain;right:auto;left:-4px;bottom:-72px;width:200px;height:216px}}.b-fund-another__item[data-info-tab="2"]{background:linear-gradient(137deg,#24ccb8 0,#41aff9 100%)}.b-fund-another__item[data-info-tab="2"]:after{content:'';position:absolute;right:55px;bottom:-57px;width:186px;height:180px;background:url(/new/f/img/tools/fund/image-another-2.png) no-repeat left top}@media screen and (max-width:1023px){.b-fund-another__item[data-info-tab="2"]:after{right:35px}}@media screen and (max-width:767px){.b-fund-another__item[data-info-tab="2"]:after{right:-12px}}@media screen and (max-width:559px){.b-fund-another__item[data-info-tab="2"]:after{background-size:contain;right:20px;bottom:auto;top:10px;-webkit-transform:scaleX(-1) rotate(12deg);transform:scaleX(-1) rotate(12deg);width:128px;height:128px}}@media screen and (max-width:389px){.b-fund-another__item[data-info-tab="2"]:after{right:14px}}.b-fund-another__item[data-info-tab="3"]{background:linear-gradient(137deg,#edaf50 0,#ed6550 100%)}@media screen and (max-width:559px){.b-fund-another__item[data-info-tab="3"]{padding-left:calc(100% - 156px);padding-right:16px}}.b-fund-another__item[data-info-tab="3"]:after{content:'';position:absolute;right:64px;bottom:-42px;width:146px;height:167px;background:url(/new/f/img/tools/fund/image-another-3.png) no-repeat left top}@media screen and (max-width:1023px){.b-fund-another__item[data-info-tab="3"]:after{right:35px}}@media screen and (max-width:767px){.b-fund-another__item[data-info-tab="3"]:after{right:-24px}}@media screen and (max-width:559px){.b-fund-another__item[data-info-tab="3"]:after{background-size:contain;left:22px;right:auto;bottom:auto;top:-15px;-webkit-transform:scaleX(-1) rotate(-16deg);transform:scaleX(-1) rotate(-16deg);width:92px;height:108px}}@media screen and (max-width:389px){.b-fund-another__item[data-info-tab="3"]:after{left:18px}}.b-fund-another__item:hover{box-shadow:0 13px 18px rgba(19,111,158,.3);color:#fff}.b-fund-notes{position:relative;border-bottom:1px solid #e5f2f8}@media screen and (max-width:767px){.b-fund-notes{border-bottom:none}}.b-fund-notes__wrapper{position:relative;max-width:900px;padding:58px 40px 50px;z-index:2;font-size:18px;line-height:22px;letter-spacing:.02em;text-align:center;color:#404040}@media screen and (max-width:559px){.b-fund-notes__wrapper{padding:12px 16px 40px;text-align:left}}.b-fund-notes__wrapper p{margin-bottom:12px}.b-fund-notes__wrapper p:last-child{margin-bottom:0}.b-fund-vacation{position:relative}.b-fund-vacation:before{content:'';position:absolute;left:0;right:0;top:0;height:2458px;background:url(/new/f/img/tools/fund/back-vacation.svg) no-repeat center top;background-position:calc(50% + 120px) top;pointer-events:none}@media screen and (max-width:559px){.b-fund-vacation:before{top:0;height:36px;border-radius:32px 32px 0 0;background:#fff;z-index:2}}@media screen and (max-width:559px){.b-fund-vacation:after{content:'';position:absolute;left:0;right:0;bottom:0;height:36px;border-radius:0 0 32px 32px;background:#fff;z-index:2}}.b-fund-vacation__wrapper{position:relative;max-width:980px;padding:204px 30px 0}@media screen and (max-width:559px){.b-fund-vacation__wrapper{padding:71px 16px 80px}}.b-fund-vacation__title{font-size:34px;line-height:38px;letter-spacing:-.004em;max-width:540px;margin:0 auto 12px;text-align:center}@media screen and (max-width:359px){.b-fund-vacation__title{font-size:32px;line-height:34px}}.b-fund-vacation__desc{font-size:16px;line-height:22px;letter-spacing:.016em;max-width:716px;margin:0 auto 32px;color:#404040;text-align:center}.b-fund-vacation__about{display:flex;justify-content:center;margin-bottom:22px}.b-fund-vacation__about-item{position:relative;font-size:16px;line-height:1;letter-spacing:.019em;min-width:150px}.b-fund-vacation__about-item:before{content:'';position:absolute;top:5px;width:32px;height:8px;border-radius:4px;background:currentColor}.b-fund-vacation__about-item:nth-child(1){color:#ff9c33;padding-right:45px;text-align:right}.b-fund-vacation__about-item:nth-child(1):before{background-color:#ffcd99;right:0}.b-fund-vacation__about-item:nth-child(2){color:#6698b1;padding-left:45px}.b-fund-vacation__about-item:nth-child(2):before{background-color:#cce5f1;left:0}.b-fund-vacation__list{display:flex;flex-direction:column;gap:8px;padding-bottom:34px}.b-fund-vacation__item{background:linear-gradient(to right,rgba(217,243,255,0) 0,rgba(217,243,255,0) 30%,#d9f3ff 100%);border-radius:8px;padding:1px}.b-fund-vacation__item-wrapper{position:relative;background:linear-gradient(15deg,#fff6ed 0,#fff6ed 14%,#fff 50.5%,#effaff 100%);min-height:118px;border-radius:8px;padding:16px 26px 8px;overflow:hidden}@media screen and (max-width:767px){.b-fund-vacation__item-wrapper{padding-bottom:12px}}@media screen and (max-width:559px){.b-fund-vacation__item-wrapper{padding:18px 18px 21px}}.b-fund-vacation__caption{font-family:RotonBol,Arial,Helvetica,sans-serif;font-size:21px;line-height:27px;letter-spacing:0;color:#ff9c33;margin-bottom:3px}@media screen and (max-width:767px){.b-fund-vacation__caption{padding-right:130px;line-height:23px}}@media screen and (max-width:559px){.b-fund-vacation__caption{font-size:17px;line-height:22px;padding-right:66px}}.b-fund-vacation__text{font-size:14px;line-height:19px;color:#989898;margin-bottom:4px}@media screen and (max-width:767px){.b-fund-vacation__text{margin-bottom:8px}}@media screen and (max-width:559px){.b-fund-vacation__text{font-size:12px;line-height:22px;margin-bottom:10px}}.b-fund-vacation__line{display:flex}.b-fund-vacation__line-item{position:relative;width:50%}.b-fund-vacation__line-title{position:relative;width:60%;padding-top:22px;text-align:center;line-height:1;letter-spacing:0}@media screen and (max-width:559px){.b-fund-vacation__line-title{font-size:14px;padding-top:15px}}.b-fund-vacation__line-title:before{content:'';position:absolute;left:0;right:0;top:0;border-radius:8px;height:16px;background:rgba(0,0,0,.67)}@media screen and (max-width:559px){.b-fund-vacation__line-title:before{border-radius:4px;height:8px}}.b-fund-vacation__line-item:nth-child(1) .b-fund-vacation__line-title{margin-left:auto;color:#ff9c33}.b-fund-vacation__line-item:nth-child(1) .b-fund-vacation__line-title:before{background-color:#ffcd99}.b-fund-vacation__line-item:nth-child(2) .b-fund-vacation__line-title{color:#6698b1}.b-fund-vacation__line-item:nth-child(2) .b-fund-vacation__line-title:before{background-color:#cce5f1}.b-fund-vacation__date{position:absolute;right:29px;top:12px;font-family:RotonBol,Arial,Helvetica,sans-serif;font-size:14px;line-height:1;text-align:center;color:#6698b1}@media screen and (max-width:559px){.b-fund-vacation__date{font-family:RotonReg,Arial,Helvetica,sans-serif;font-size:12px;right:16px;top:22px}}.b-fund-vacation__date:before{content:'';position:absolute;left:-102px;top:-92px;width:241px;height:263px;background:url(/new/f/img/tools/fund/vacation-date-back.svg) no-repeat left top}@media screen and (max-width:559px){.b-fund-vacation__date:before{left:-80px;top:-60px}}.b-fund-vacation__date label{position:relative;cursor:default}.b-fund-vacation__date span{display:block;font-size:33px;margin-bottom:1px}@media screen and (max-width:559px){.b-fund-vacation__date span{font-family:RotonBol,Arial,Helvetica,sans-serif;font-size:21px;margin-bottom:4px}}.b-fund-vacation__legend{text-align:center;max-width:650px;margin:0 auto;line-height:22px;margin-bottom:19px}.b-fund-vacation__controls{display:flex;justify-content:center}.b-fund-vacation__btn{max-width:268px;font-size:16px;line-height:46px;letter-spacing:.02em;height:48px;border-radius:24px}.b-fund-duration{position:relative}.b-fund-duration:before{content:'';position:absolute;left:0;right:0;top:-8px;height:2606px;background:url(/new/f/img/tools/fund/back-duration.svg) no-repeat center top;background-position:calc(50% + 0px) top;pointer-events:none}@media screen and (max-width:559px){.b-fund-duration:before{height:auto;top:-35px;bottom:-35px;background:linear-gradient(225deg,#fef3e9 0,#eec0d1 100%)}}.b-fund-duration__wrapper{position:relative;max-width:764px;padding:152px 30px 0}@media screen and (max-width:559px){.b-fund-duration__wrapper{padding:74px 16px 64px}}.b-fund-duration__title{font-size:34px;line-height:38px;letter-spacing:-.004em;max-width:470px;margin-bottom:73px}@media screen and (max-width:559px){.b-fund-duration__title{margin-bottom:50px}}@media screen and (max-width:359px){.b-fund-duration__title{font-size:32px;line-height:34px}}.b-fund-duration__row{position:relative;z-index:2;display:flex;gap:24px}@media screen and (max-width:767px){.b-fund-duration__row{flex-direction:column;justify-content:center;gap:64px}}.b-fund-duration__column{width:calc((100% - 24px)/ 2)}@media screen and (max-width:767px){.b-fund-duration__column{max-width:500px;width:100%}}.b-fund-duration__block{position:relative;background:#fff;border-radius:32px;padding:68px 32px 32px;min-height:370px;box-shadow:0 56px 34px 0 rgba(117,43,40,.07);color:#404040}@media screen and (max-width:767px){.b-fund-duration__block{min-height:300px}}@media screen and (max-width:559px){.b-fund-duration__block{padding:52px 16px 51px;min-height:0}}.b-fund-duration__block:before{content:'';position:absolute;right:0;top:0;background:none no-repeat left top;background-size:contain}.b-fund-duration__block[data-type=plus]:before{right:-26px;top:-74px;width:228px;height:222px;background-image:url(/new/f/img/tools/fund/plus.png)}@media screen and (max-width:559px){.b-fund-duration__block[data-type=plus]:before{right:-9px}}@media screen and (max-width:359px){.b-fund-duration__block[data-type=plus]:before{right:-50px}}.b-fund-duration__block[data-type=minus]:before{right:-40px;top:-98px;width:266px;height:246px;background-image:url(/new/f/img/tools/fund/minus.png)}@media screen and (max-width:559px){.b-fund-duration__block[data-type=minus]:before{right:-6px;top:-64px;width:220px;height:208px}}@media screen and (max-width:359px){.b-fund-duration__block[data-type=minus]:before{right:-50px}}.b-fund-duration__caption{position:relative;font-family:RotonBol,Arial,Helvetica,sans-serif;font-size:21px;line-height:1;letter-spacing:0;margin-bottom:15px}.b-fund-duration__desc{position:relative;line-height:22px}.b-fund-pregnancy{position:relative}.b-fund-pregnancy:before{content:'';position:absolute;left:0;right:0;top:-60px;height:2458px;background:url(/new/f/img/tools/fund/back-pregnancy.svg) no-repeat center top;background-position:calc(50% - 132px) top;pointer-events:none}@media screen and (max-width:559px){.b-fund-pregnancy:before{top:0;height:36px;border-radius:32px 32px 0 0;background:#fff;z-index:2}}@media screen and (max-width:559px){.b-fund-pregnancy:after{content:'';position:absolute;left:0;right:0;bottom:0;height:36px;border-radius:0 0 32px 32px;background:#fff;z-index:2}}.b-fund-pregnancy__wrapper{position:relative;max-width:900px;padding:142px 30px 20px;z-index:2}@media screen and (max-width:559px){.b-fund-pregnancy__wrapper{padding:71px 16px 120px}}.b-fund-pregnancy__title{font-size:34px;line-height:38px;letter-spacing:-.004em;text-align:center;max-width:520px;margin:0 auto 12px}@media screen and (max-width:359px){.b-fund-pregnancy__title{font-size:32px;line-height:34px}}.b-fund-pregnancy__desc{font-size:16px;line-height:22px;letter-spacing:.019em;max-width:670px;text-align:center;margin:0 auto 27px;color:#404040}@media screen and (max-width:559px){.b-fund-pregnancy__desc{margin-bottom:35px}}.b-fund-pregnancy__tabs{display:flex;justify-content:center;gap:16px;margin-bottom:36px}@media screen and (max-width:559px){.b-fund-pregnancy__tabs{margin-bottom:40px}}.b-fund-pregnancy__tab{border:1px solid #7fbedd;background:#fff;border-radius:22px;padding:0 16px;min-width:100px;height:44px;font-family:RotonBol,Arial,Helvetica,sans-serif;font-size:16px;line-height:42px;text-align:center;color:#7fbedd;transition:background-color 134ms,color 134ms;cursor:pointer}.b-fund-pregnancy__tab:hover{background-color:rgba(127,190,221,.1)}.b-fund-pregnancy__tab.is-active{background-color:#7fbedd;color:#fff;cursor:default}.b-fund-pregnancy__step-item{position:relative;background:#fff;border-radius:32px;padding:16px;font-size:14px;line-height:1.4;text-align:center;color:#404040;height:100%;display:flex;justify-content:center;align-items:center}@media screen and (max-width:1023px){.b-fund-pregnancy__step-item{border-radius:16px;padding:12px;min-height:96px}}@media screen and (max-width:767px){.b-fund-pregnancy__step-item{padding:12px 8px;border-radius:8px;font-size:12px}}@media screen and (max-width:559px){.b-fund-pregnancy__step-item{padding:12px 6px;font-size:11px}}.b-fund-pregnancy__block{display:none}.b-fund-pregnancy__formula{display:flex;gap:56px;padding:16px;background:#7fbedd;border-radius:40px;margin-bottom:20px}@media screen and (max-width:1023px){.b-fund-pregnancy__formula{border-radius:20px;gap:50px}}@media screen and (max-width:767px){.b-fund-pregnancy__formula{border-radius:0;margin:0 -30px 20px;gap:40px}}@media screen and (max-width:559px){.b-fund-pregnancy__formula{margin:0 -16px 21px;padding:32px 8px;align-items:center;gap:24px}}@media screen and (max-width:359px){.b-fund-pregnancy__formula{position:relative;padding-top:64px}}.b-fund-pregnancy__formula-column:nth-child(1){flex:none;width:86px}@media screen and (max-width:1023px){.b-fund-pregnancy__formula-column:nth-child(1){width:80px}}@media screen and (max-width:767px){.b-fund-pregnancy__formula-column:nth-child(1){width:68px}}@media screen and (max-width:559px){.b-fund-pregnancy__formula-column:nth-child(1){width:56px}}@media screen and (max-width:359px){.b-fund-pregnancy__formula-column:nth-child(1){position:absolute;width:calc(100% - 16px);left:8px;top:12px}}.b-fund-pregnancy__formula-column:nth-child(2){flex-grow:1}.b-fund-pregnancy__formula-column:nth-child(3){flex:none;width:190px}@media screen and (max-width:1023px){.b-fund-pregnancy__formula-column:nth-child(3){width:160px}}@media screen and (max-width:767px){.b-fund-pregnancy__formula-column:nth-child(3){width:136px}}@media screen and (max-width:559px){.b-fund-pregnancy__formula-column:nth-child(3){word-break:break-word;width:86px}}@media screen and (max-width:359px){.b-fund-pregnancy__formula-column:nth-child(1) .b-fund-pregnancy__step-item{min-height:0}}.b-fund-pregnancy__formula-column:nth-child(1) .b-fund-pregnancy__step-item:before{content:'';position:absolute;right:-32px;top:calc(50% - 3px);width:16px;height:5px;border-top:1px solid #fff;border-bottom:1px solid #fff}@media screen and (max-width:1023px){.b-fund-pregnancy__formula-column:nth-child(1) .b-fund-pregnancy__step-item:before{top:calc(50% - 2px)}}@media screen and (max-width:767px){.b-fund-pregnancy__formula-column:nth-child(1) .b-fund-pregnancy__step-item:before{top:110px;right:-28px}}@media screen and (max-width:559px){.b-fund-pregnancy__formula-column:nth-child(1) .b-fund-pregnancy__step-item:before{top:47px;right:-16px;width:8px;height:3px}}@media screen and (max-width:359px){.b-fund-pregnancy__formula-column:nth-child(1) .b-fund-pregnancy__step-item:before{display:none}}.b-fund-pregnancy__formula-column:nth-child(2){display:flex;flex-wrap:wrap;justify-content:space-between;gap:32px}@media screen and (max-width:559px){.b-fund-pregnancy__formula-column:nth-child(2){gap:16px}}.b-fund-pregnancy__formula-column:nth-child(2) .b-fund-pregnancy__step-item{height:auto}.b-fund-pregnancy__formula-column:nth-child(2) .b-fund-pregnancy__step-item:nth-child(1){width:100%;min-height:72px}@media screen and (max-width:1023px){.b-fund-pregnancy__formula-column:nth-child(2) .b-fund-pregnancy__step-item:nth-child(1){min-height:96px}}@media screen and (max-width:559px){.b-fund-pregnancy__formula-column:nth-child(2) .b-fund-pregnancy__step-item:nth-child(1){min-height:108px}}.b-fund-pregnancy__formula-column:nth-child(2) .b-fund-pregnancy__step-item:nth-child(1):before{content:'';position:absolute;left:-8px;right:-8px;bottom:-17px;height:1px;background:#fff}@media screen and (max-width:1023px){.b-fund-pregnancy__formula-column:nth-child(2) .b-fund-pregnancy__step-item:nth-child(1):before{left:-4px;right:-4px}}@media screen and (max-width:559px){.b-fund-pregnancy__formula-column:nth-child(2) .b-fund-pregnancy__step-item:nth-child(1):before{left:0;right:0;bottom:-9px}}.b-fund-pregnancy__formula-column:nth-child(2) .b-fund-pregnancy__step-item:nth-child(2){width:64px}@media screen and (max-width:1023px){.b-fund-pregnancy__formula-column:nth-child(2) .b-fund-pregnancy__step-item:nth-child(2){width:60px}}@media screen and (max-width:559px){.b-fund-pregnancy__formula-column:nth-child(2) .b-fund-pregnancy__step-item:nth-child(2){width:40px}}.b-fund-pregnancy__formula-column:nth-child(2) .b-fund-pregnancy__step-item:nth-child(2):before{content:'';position:absolute;right:-23px;top:50%;width:16px;height:1px;background:#fff}@media screen and (max-width:1023px){.b-fund-pregnancy__formula-column:nth-child(2) .b-fund-pregnancy__step-item:nth-child(2):before{right:-26px}}@media screen and (max-width:559px){.b-fund-pregnancy__formula-column:nth-child(2) .b-fund-pregnancy__step-item:nth-child(2):before{width:8px;right:-12px}}.b-fund-pregnancy__formula-column:nth-child(2) .b-fund-pregnancy__step-item:nth-child(3){width:calc(100% - 64px - 32px);padding:8px 16px}@media screen and (max-width:559px){.b-fund-pregnancy__formula-column:nth-child(2) .b-fund-pregnancy__step-item:nth-child(3){width:calc(100% - 40px - 16px);padding:8px 6px}}.b-fund-pregnancy__formula-column:nth-child(3) .b-fund-pregnancy__step-item:after,.b-fund-pregnancy__formula-column:nth-child(3) .b-fund-pregnancy__step-item:before{content:'';position:absolute;left:-34px;top:calc(50% - 1px);width:20px;height:1px;background:#fff;-webkit-transform:rotate(45deg);transform:rotate(45deg)}@media screen and (max-width:1023px){.b-fund-pregnancy__formula-column:nth-child(3) .b-fund-pregnancy__step-item:after,.b-fund-pregnancy__formula-column:nth-child(3) .b-fund-pregnancy__step-item:before{top:calc(50% - 0px)}}@media screen and (max-width:767px){.b-fund-pregnancy__formula-column:nth-child(3) .b-fund-pregnancy__step-item:after,.b-fund-pregnancy__formula-column:nth-child(3) .b-fund-pregnancy__step-item:before{top:112px;left:-28px}}@media screen and (max-width:559px){.b-fund-pregnancy__formula-column:nth-child(3) .b-fund-pregnancy__step-item:after,.b-fund-pregnancy__formula-column:nth-child(3) .b-fund-pregnancy__step-item:before{left:-17px;top:48px;width:10px}}.b-fund-pregnancy__formula-column:nth-child(3) .b-fund-pregnancy__step-item:after{-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}.b-fund-pregnancy__table{margin-bottom:24px}@media screen and (max-width:559px){.b-fund-pregnancy__table{margin-bottom:19px}}.b-fund-pregnancy__row{max-width:706px;margin:0 auto 15px;display:flex;width:100%;gap:40px;border-bottom:1px solid #e5f2f8}@media screen and (max-width:559px){.b-fund-pregnancy__row{margin-bottom:13px;gap:30px}}@media screen and (max-width:359px){.b-fund-pregnancy__row{gap:20px}}.b-fund-pregnancy__row--header{margin-bottom:13px;border-bottom:none}.b-fund-pregnancy__row--header .b-fund-pregnancy__column{text-align:right;font-size:14px;line-height:16px;color:#989898}.b-fund-pregnancy__column{width:calc(100% / 3);line-height:30px}@media screen and (max-width:359px){.b-fund-pregnancy__column{font-size:14px}}.b-fund-pregnancy__column span{display:block;vertical-align:top;text-align:right;font-family:RotonBol,Arial,Helvetica,sans-serif;font-size:21px;letter-spacing:0}@media screen and (max-width:559px){.b-fund-pregnancy__column span{font-size:17px;white-space:nowrap}}@media screen and (max-width:359px){.b-fund-pregnancy__column span{font-size:15px}}.b-fund-pregnancy__legend{max-width:706px;margin:0 auto 35px;border-radius:8px;padding:14px 16px 14px 80px;background:url(/new/f/img/tools/fund/snowflake.svg) no-repeat 16px center #f4fdff;color:#7facd1;font-size:14px;line-height:20px}@media screen and (max-width:559px){.b-fund-pregnancy__legend{text-align:center;background:#f4fdff;padding-left:16px;margin-bottom:32px}}.b-fund-pregnancy__subtitle{font-family:RotonBol,Arial,Helvetica,sans-serif;font-size:21px;line-height:24px;letter-spacing:0;text-align:center;color:#7fbedd;margin-bottom:28px}@media screen and (max-width:559px){.b-fund-pregnancy__subtitle{margin-bottom:30px}}.b-fund-pregnancy__list{max-width:706px;margin:0 auto 39px}@media screen and (max-width:559px){.b-fund-pregnancy__list{margin-bottom:42px}}.b-fund-pregnancy__list-row{display:flex;justify-content:space-between;gap:40px;border-bottom:1px solid #e5f2f8;margin-bottom:15px}@media screen and (max-width:559px){.b-fund-pregnancy__list-row{flex-direction:column;gap:0;padding:0 14px 3px;margin-bottom:19px}}.b-fund-pregnancy__list-column{max-width:calc((100% - 40px)/ 2);line-height:23px;padding:2px 0}@media screen and (max-width:559px){.b-fund-pregnancy__list-column{max-width:none;line-height:20px;padding:0}}.b-fund-pregnancy__list-column:nth-child(2){text-align:right}@media screen and (max-width:559px){.b-fund-pregnancy__list-column:nth-child(2){font-family:RotonBol,Arial,Helvetica,sans-serif;text-align:left}}.b-fund-pregnancy__controls{display:flex;justify-content:center}.b-fund-pregnancy__btn{max-width:330px;font-size:16px;line-height:46px;letter-spacing:.02em;height:48px;border-radius:24px}.b-fund-pregnancy input{position:absolute;opacity:0}.b-fund-pregnancy #fund-pregnancy-2025:checked~.b-fund-pregnancy__tabs .b-fund-pregnancy__tab[data-year="2025"],.b-fund-pregnancy #fund-pregnancy-2026:checked~.b-fund-pregnancy__tabs .b-fund-pregnancy__tab[data-year="2026"]{background-color:#7fbedd;color:#fff;cursor:default}.b-fund-pregnancy #fund-pregnancy-2025:checked~.b-fund-pregnancy__block[data-year="2025"],.b-fund-pregnancy #fund-pregnancy-2026:checked~.b-fund-pregnancy__block[data-year="2026"]{display:block}.b-fund-important{position:relative}.b-fund-important:before{content:'';position:absolute;left:0;right:0;top:0;height:2440px;background:url(/new/f/img/tools/fund/back-imp.svg) no-repeat center top;background-position:calc(50% - 16px) top;pointer-events:none}@media screen and (max-width:559px){.b-fund-important:before{top:0;height:36px;border-radius:32px 32px 0 0;background:#fff;z-index:2}}@media screen and (max-width:559px){.b-fund-important:after{content:'';position:absolute;left:0;right:0;bottom:0;height:36px;border-radius:0 0 32px 32px;background:#fff;z-index:2}}.b-fund-important__wrapper{position:relative;max-width:980px;padding:210px 30px 26px}@media screen and (max-width:559px){.b-fund-important__wrapper{padding:71px 16px 83px}}.b-fund-important__title{font-size:34px;line-height:38px;letter-spacing:-.004em;max-width:706px;margin:0 auto 12px}@media screen and (max-width:359px){.b-fund-important__title{font-size:32px;line-height:34px}}.b-fund-important__desc{font-size:16px;line-height:22px;letter-spacing:.016em;max-width:706px;margin:0 auto;color:#404040}.b-fund-important__desc p{display:inline-block;vertical-align:top;margin-bottom:14px}.b-fund-important__desc p.bold{max-width:640px;letter-spacing:.024em}.b-fund-important__list .b-gallery__wrapper{display:flex;gap:24px;flex-wrap:wrap;overflow:visible}@media screen and (max-width:559px){.b-fund-important__list .b-gallery__wrapper{position:relative;z-index:2;display:block;gap:0;overflow:hidden}}.b-fund-important__list .b-gallery__item{width:calc((100% - 24px)/ 2);opacity:1}@media screen and (max-width:559px){.b-fund-important__list .b-gallery__item{width:auto}}.b-fund-important__item{display:block;box-shadow:0 40px 34px 0 rgba(117,58,40,.07);background:#fff;border-radius:32px;padding:38px 32px 35px;width:100%;height:100%;transition:box-shadow 134ms}@media screen and (max-width:1023px){.b-fund-important__item{box-shadow:0 40px 34px 0 rgba(117,58,40,.07)}}@media screen and (max-width:559px){.b-fund-important__item{padding:45px 24px 44px;box-shadow:none;width:auto}}@media screen and (min-width:768px){.b-fund-important__item:hover{box-shadow:0 40px 34px 0 rgba(117,58,40,.17)}}.b-fund-important__item-title{font-size:13px;line-height:14px;letter-spacing:0;color:#ff8300;margin-bottom:7px}.b-fund-important__item-text{line-height:22px;color:#404040}.b-fund-important--list:before{background:url(/new/f/img/tools/fund/back-imp2.svg) no-repeat center top;background-position:calc(50% - 16px) top;height:2440px}@media screen and (max-width:559px){.b-fund-important--list:before{height:auto;top:-35px;bottom:-35px;border-radius:0;background:linear-gradient(360deg,#ffeff9 0,#d4e1ff 100%);z-index:1}}@media screen and (max-width:559px){.b-fund-important--list:after{display:none}}.b-fund-important--list .b-fund-important__wrapper{position:relative;max-width:980px;padding:34px 30px 88px}@media screen and (max-width:559px){.b-fund-important--list .b-fund-important__wrapper{padding:40px 0 256px}}@media screen and (max-width:559px){.b-fund-important--list .b-fund-important__item{margin:0 16px}}.kplayer-box{height:100%;width:100%;position:relative}.kplayer-box._is-active .kplayer-loader{display:grid}.kplayer-box._is-error .kplayer-error{display:grid}.kplayer-error,.kplayer-loader{width:100%;height:100%;display:grid;grid-template-columns:1fr;justify-items:center;align-items:center;position:absolute;top:0;left:0;width:100%;height:100%;display:none}.kplayer-loader:before{content:"";display:block;width:80px;height:80px;border-radius:50%;border-top:3px solid #ff8300;transition:.5s;-webkit-transform-origin:50%;transform-origin:50%;-webkit-animation:linear 1s infinite kLoaderAnimate;animation:linear 1s infinite kLoaderAnimate}@media screen and (max-width:1023px){.kplayer-loader:before{width:60px;height:60px}}@media screen and (max-width:767px){.kplayer-loader:before{width:40px;height:40px}}.kplayer-error{display:none;font-size:16px}.kplayer-error:before{content:'Видео не может быть загружено'}@-webkit-keyframes kLoaderAnimate{from{-webkit-transform:rotate(0);transform:rotate(0)}to{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes kLoaderAnimate{from{-webkit-transform:rotate(0);transform:rotate(0)}to{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}.page-content__preview--test-drive{background:#f3f7f9}@media screen and (max-width:459px){.page-content__preview--test-drive{background:#edf0f9;flex-direction:column;height:auto}}.page-content__preview--test-drive .page-content__image-back{opacity:1}@media screen and (max-width:459px){.page-content__preview--test-drive .page-content__image-back{position:relative;bottom:auto;right:auto;height:160px}}.page-content__preview--test-drive .page-content__image-front{position:absolute;max-height:310px;right:16px;top:calc(50% + 14px);-webkit-transform:translateY(-50%);transform:translateY(-50%);z-index:2}@media screen and (max-width:1023px){.page-content__preview--test-drive .page-content__image-front{max-height:260px}}@media screen and (max-width:767px){.page-content__preview--test-drive .page-content__image-front{max-height:156px;right:-8px}}@media screen and (max-width:459px){.page-content__preview--test-drive .page-content__image-front{-webkit-transform:translateX(-50%);transform:translateX(-50%);top:-150px;left:calc(50% + 16px);right:auto}}.page-content__preview--test-drive .page-content__title{max-width:none;text-align:left;margin:0 0 8px 0;padding:0 470px 0 32px;color:#27388a;z-index:3}@media screen and (max-width:1023px){.page-content__preview--test-drive .page-content__title{font-size:42px;line-height:48px}}@media screen and (max-width:767px){.page-content__preview--test-drive .page-content__title{font-size:28px;line-height:32px;padding:0 230px 0 16px}}@media screen and (max-width:459px){.page-content__preview--test-drive .page-content__title{padding:24px 16px 0;margin:0;font-size:24px;line-height:26px}}.page-content__preview--test-drive .page-content__info{padding:0;margin:0;width:100%}.b-test-drive{background:#edf0f9}.b-test-drive__wrapper{padding:40px 0 32px}@media screen and (max-width:459px){.b-test-drive__wrapper{padding-top:24px}}.b-test-drive__block{background:#fff;border-radius:8px;padding:32px;min-height:100%;flex-grow:1}@media screen and (max-width:767px){.b-test-drive__block{padding:24px}}@media screen and (max-width:459px){.b-test-drive__block{padding:24px 16px}}.b-test-drive__block--flex{display:flex;flex-direction:column;justify-content:space-between}.b-test-drive__block.is-hidden{display:none}.b-test-drive__row{display:flex;margin-bottom:10px;gap:10px}@media screen and (max-width:767px){.b-test-drive__row{flex-direction:column}}.b-test-drive__column:nth-child(2){width:calc(100% - 280px - 10px)}@media screen and (max-width:767px){.b-test-drive__column:nth-child(2){width:100%}}.b-test-drive__column--product{flex:none;width:280px}@media screen and (max-width:767px){.b-test-drive__column--product{width:100%}}.b-test-drive__title{font-family:RotonBol,Arial,Helvetica,sans-serif;font-size:24px;line-height:28px;letter-spacing:0;color:#27388a;margin-bottom:10px}@media screen and (max-width:459px){.b-test-drive__title{font-size:20px;line-height:24px}}.b-test-drive__subtitle{font-size:21px;line-height:28px;margin-bottom:10px}@media screen and (max-width:767px){.b-test-drive__subtitle{font-size:16px;line-height:24px}}.b-test-drive__subtitle b,.b-test-drive__subtitle span.bold{color:#404040}.b-test-drive__caption{display:block;font-family:RotonBol,Arial,Helvetica,sans-serif;font-size:17px;line-height:20px;margin-bottom:8px}.b-test-drive__caption--inner{padding:8px 0 24px;margin-bottom:0;font-size:21px;line-height:24px}@media screen and (max-width:1023px){.b-test-drive__caption--inner{font-size:19px;line-height:24px}}.b-test-drive__text{line-height:20px;margin-bottom:24px}@media screen and (max-width:459px){.b-test-drive__text{line-height:24px}}.b-test-drive__text--scroll{padding-right:5px;max-height:200px;overflow-y:auto}.b-test-drive__text--scroll::-webkit-scrollbar{width:8px}.b-test-drive__text--scroll::-webkit-scrollbar-track{background:rgba(216,223,246,.3);border-radius:4px}.b-test-drive__text--scroll::-webkit-scrollbar-thumb{background-color:#d8dff6;border-radius:4px}.b-test-drive__list{font-size:21px;line-height:28px;letter-spacing:0;padding-top:14px;display:flex;flex-direction:column;gap:24px}@media screen and (max-width:767px){.b-test-drive__list{gap:20px}}@media screen and (max-width:459px){.b-test-drive__list{padding-top:8px;padding-bottom:8px}}.b-test-drive__list-item{position:relative;padding-left:32px}@media screen and (max-width:767px){.b-test-drive__list-item{font-size:18px;line-height:24px}}@media screen and (max-width:459px){.b-test-drive__list-item{font-size:16px;line-height:24px}}.b-test-drive__list-item:before{content:'';position:absolute;left:7px;top:3px;width:10px;height:16px;border-bottom:2px solid #ff8300;border-right:2px solid #ff8300;-webkit-transform:rotate(45deg);transform:rotate(45deg)}.b-test-drive__image{font-size:0;line-height:1;height:188px;text-align:center;margin-bottom:10px}.b-test-drive__image img{max-width:100%;max-height:100%}.b-test-drive__btn{font-size:14px;max-width:none}@media screen and (max-width:767px){.b-test-drive__btn{max-width:200px;margin:0 auto}}.b-test-drive__button{font-size:16px;max-width:180px;width:180px}@media screen and (max-width:1023px){.b-test-drive__button{max-width:160px}}.b-test-drive__button.is-hidden{display:none}.b-test-drive__desc{font-size:21px;line-height:28px;letter-spacing:.02em;margin-bottom:35px}@media screen and (max-width:767px){.b-test-drive__desc{font-size:16px;line-height:24px}}.b-test-drive__desc p{margin:0}.b-test-drive__desc span{color:#404040}.b-test-drive__line-row{display:flex;gap:16px}@media screen and (max-width:1023px){.b-test-drive__line-row{flex-direction:column;gap:0}}.b-test-drive__line-row--inner{flex-direction:column;gap:0}@media screen and (max-width:1023px){.b-test-drive__line-row--controls{flex-direction:row;gap:16px}}@media screen and (max-width:459px){.b-test-drive__line-row--controls{flex-direction:column-reverse}}.b-test-drive__line-row--outside{position:relative;align-items:center;padding:24px 0}@media screen and (max-width:1023px){.b-test-drive__line-row--outside{padding:32px 0 24px;gap:16px}}.b-test-drive__line-row--outside:before{content:'';position:absolute;left:-32px;right:-32px;top:5px;bottom:-3px;background:#fff}@media screen and (max-width:767px){.b-test-drive__line-row--outside:before{left:-24px;right:-24px}}@media screen and (max-width:459px){.b-test-drive__line-row--outside:before{left:-16px;right:-16px}}.b-test-drive__line-row.is-hidden{display:none}.b-test-drive__line-column{position:relative;width:50%}@media screen and (max-width:1023px){.b-test-drive__line-column{width:100%}}.b-test-drive__line-column--left{padding-right:16px;flex:none;width:auto;font-size:0;line-height:1;width:136px;height:120px;display:flex;align-items:center;justify-content:center}.b-test-drive__line-column--left img{max-width:120px;max-height:120px}.b-test-drive__line-column--right{flex-grow:1;width:auto;display:flex;flex-direction:column;justify-content:center}.b-test-drive__line-row--inner .b-test-drive__line-column{width:100%}.b-test-drive__line-layout{position:relative;padding:12px 0 20px}.b-test-drive__line-layout:before{content:'';position:absolute;left:-32px;right:-32px;top:-16px;bottom:18px;background:#f3f7f9}@media screen and (max-width:767px){.b-test-drive__line-layout:before{left:-24px;right:-24px}}@media screen and (max-width:459px){.b-test-drive__line-layout:before{left:-16px;right:-16px}}.b-test-drive__line-layout:after{content:'';position:absolute;left:-32px;right:-32px;bottom:15px;height:2px;background:#e3e8f5;z-index:3}@media screen and (max-width:767px){.b-test-drive__line-layout:after{left:-24px;right:-24px}}@media screen and (max-width:459px){.b-test-drive__line-layout:after{left:-16px;right:-16px}}.b-test-drive__controls{display:flex;align-items:center;justify-content:space-between;padding-top:16px;flex-wrap:wrap;gap:16px}.b-test-drive__btns{display:flex;flex-wrap:wrap;gap:16px}.b-test-drive__label{font-size:14px;line-height:1.2;color:#b0b5c3;white-space:nowrap;padding:8px 0}.b-test-drive__attach{position:relative;background:url(/new/f/img/icon-attach.svg) no-repeat 3px center;cursor:pointer;padding-left:25px;height:40px;overflow:hidden;display:inline-block}.b-test-drive__attach input{position:absolute;right:0;top:0;font-size:21px;line-height:1;opacity:0;cursor:pointer}.b-test-drive__attach-name{position:relative;padding:0 14px 0 10px;line-height:40px;max-width:180px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;display:none}.b-test-drive__attach-name.is-active{display:inline-block}.b-test-drive__attach-name:before{content:'';position:absolute;top:3px;right:0;background:#27388a;border-radius:50%;width:13px;height:13px;pointer-events:none}.b-test-drive__attach-name:after{content:'';position:absolute;top:6px;right:3px;width:7px;height:7px;-webkit-transform:rotate(45deg);transform:rotate(45deg);background:linear-gradient(to bottom,transparent 2px,#fff 3px,#fff 4px,transparent 5px),linear-gradient(to right,transparent 2px,#fff 3px,#fff 4px,transparent 5px)}.b-test-drive__attach-caption{position:relative;padding-left:10px;font-size:15px;line-height:40px;max-width:180px;overflow:hidden;display:block;pointer-events:none}.b-test-drive__attach-caption.is-active{display:none}.b-test-drive__attach-caption.is-error{-webkit-animation:shaking .3s;animation:shaking .3s}.b-test-drive__item{position:relative;display:flex;justify-content:space-between;gap:50px;padding:32px 0 24px;z-index:3}.b-test-drive__item:before{content:'';position:absolute;left:-32px;right:-32px;top:5px;bottom:-3px;background:#f3f7f9}@media screen and (max-width:767px){.b-test-drive__item:before{left:-24px;right:-24px}}@media screen and (max-width:459px){.b-test-drive__item:before{left:-16px;right:-16px}}@media screen and (max-width:1023px){.b-test-drive__item{position:relative;flex-direction:column-reverse;gap:24px}}.b-test-drive__item.is-hidden{display:none}.b-test-drive__item-column{position:relative;display:flex;flex-direction:column;align-items:flex-start;gap:14px}.b-test-drive__item-column:nth-child(1){width:calc(100% - 140px - 50px)}@media screen and (max-width:1023px){.b-test-drive__item-column:nth-child(1){width:100%}}.b-test-drive__item-column:nth-child(2){flex:none;width:140px}@media screen and (max-width:1023px){.b-test-drive__item-column:nth-child(2){width:100%}}.b-test-drive__item-link{line-height:16px;letter-spacing:.02em;text-decoration:underline;text-underline-offset:2px;text-decoration-thickness:1px;text-decoration-color:rgba(255,131,0,.4);display:inline-block;vertical-align:top;padding:5px 0;white-space:nowrap;max-width:370px;overflow:hidden;text-overflow:ellipsis}@media screen and (max-width:459px){.b-test-drive__item-link{max-width:250px}}.b-test-drive__item-link:hover{text-decoration-color:rgba(39,56,138,.4);color:#27388a}.b-test-drive__item-status{font-family:RotonBol,Arial,Helvetica,sans-serif;line-height:30px;border-radius:8px;background:rgba(0,0,0,.67);color:#fff;padding:0 16px}.b-test-drive__item-status[data-status=moderation]{background:#ff8300}.b-test-drive__item-status[data-status=rejected]{background:#e23a3a}.b-test-drive__item-status[data-status=done]{background:#6ebe55}.b-test-drive__link{color:#27388a;word-break:break-word;cursor:pointer}.b-test-drive__link:hover{color:#ff8300}.b-test-drive__link--local{text-decoration:underline;text-decoration-style:dashed;text-underline-offset:3px;text-decoration-thickness:1px;text-decoration-color:currentColor}.b-test-drive__link.bold{color:#404040}.b-test-drive__link.bold:hover{color:#ff8300}.b-test-drive__noauth{display:flex;justify-content:center;padding-top:24px;padding-bottom:8px;gap:16px}@media screen and (max-width:459px){.b-test-drive__noauth{flex-direction:column;align-items:center}}.b-test-drive__noauth-btn{display:inline-block;font-size:16px;max-width:none;width:auto;padding:0 24px}@media screen and (max-width:459px){.b-test-drive__noauth-btn{display:block;width:100%;max-width:200px}}.b-test-drive__info-title{font-family:RotonBol,Arial,Helvetica,sans-serif}.b-test-drive__info-desc{padding-bottom:8px}.b-test-drive__box.is-hidden{display:none}.b-test-drive .b-field--input.is-blocked .b-field__wrapper,.b-test-drive .b-field--select.is-blocked .b-field__caption{border-color:#e3e8f5;background:#f3f7f9;pointer-events:none;-webkit-user-select:none;-ms-user-select:none;user-select:none}.b-test-drive .b-field--input.is-blocked .b-field__wrapper:after,.b-test-drive .b-field--select.is-blocked .b-field__caption:after{display:none}.b-test-drive .b-field--input.is-blocked .b-field__input,.b-test-drive .b-field--select.is-blocked .b-field__input{font-family:RotonBol,Arial,Helvetica,sans-serif}.baby-sleep{background-color:#ddedff}.baby-sleep__top{position:relative;padding-top:110px;height:520px;overflow:hidden;background-image:url(/new/f/img/lp/baby-sleep/top_2x.png);background-color:#719ddb;background-repeat:no-repeat;background-size:cover;background-position:center}@media screen and (max-width:1023px){.baby-sleep__top{height:465px}}@media screen and (max-width:767px){.baby-sleep__top{padding-top:27px;background-image:url(/new/f/img/lp/baby-sleep/top-mob.png);background-size:100% auto;background-position:center 75px}}@media screen and (max-width:767px){.baby-sleep__top .wrapper--content{height:100%}}.baby-sleep__top-bg{position:absolute}.baby-sleep__top-bg--2{top:-209px;left:50%;margin-left:-722px}@media screen and (max-width:1023px){.baby-sleep__top-bg--2{top:-209px;left:-240px;margin-left:0}.baby-sleep__top-bg--2 img{width:740px}}@media screen and (max-width:767px){.baby-sleep__top-bg--2{top:-298px;left:-77px}.baby-sleep__top-bg--2 img{width:auto}}.baby-sleep__top-bg--3{right:93px;bottom:-172px}.baby-sleep__top-wrapper{position:relative;z-index:1;max-width:550px}@media screen and (max-width:1023px){.baby-sleep__top-wrapper{max-width:430px}}@media screen and (max-width:767px){.baby-sleep__top-wrapper{max-width:none;height:100%;display:flex;flex-direction:column}}.baby-sleep__top-title-str-one{font-family:RotonReg,Arial,Helvetica,sans-serif;font-size:54px;line-height:70px;letter-spacing:.013em;position:relative;padding-left:61px;color:#fff;display:block}@media screen and (max-width:1023px){.baby-sleep__top-title-str-one{font-size:32px;line-height:41px;padding-left:53px}}.baby-sleep__top-title-str-one:before{content:'';display:block;width:123px;height:127px;background:url(/new/f/img/lp/baby-sleep/title-ico.svg) repeat 0 0;position:absolute;left:-47px;top:-12px}@media screen and (max-width:1023px){.baby-sleep__top-title-str-one:before{left:-10px;top:-7px;background-size:72px;background-repeat:no-repeat}}.baby-sleep__top-title-str-two{font-family:RotonReg,Arial,Helvetica,sans-serif;font-size:42px;line-height:54px;letter-spacing:.018em;color:#becdff;display:block;padding-left:189px;margin-top:-19px}@media screen and (max-width:1023px){.baby-sleep__top-title-str-two{padding-left:128px;margin-top:-12px;font-size:24px;line-height:31px;white-space:nowrap}}.baby-sleep__top-title-str-two u{text-decoration:none}.baby-sleep__top-title-str-two u:nth-child(1){font-size:140%;line-height:inherit}.baby-sleep__top-title-str-two u:nth-child(2){font-size:100%;line-height:inherit}.baby-sleep__top-title-str-two u:nth-child(3){font-size:60%;line-height:inherit;padding-left:.7%}.baby-sleep__top-text{margin-top:14px;font-size:24px;line-height:140%;color:#fff}@media screen and (max-width:1023px){.baby-sleep__top-text{font-size:18px;line-height:26px}}@media screen and (max-width:767px){.baby-sleep__top-text{background:#557fba;width:calc(100% + 32px);font-size:16px;line-height:23px;padding:15px 16px;margin:auto -16px 0}}.baby-sleep__partners{background-repeat:no-repeat;background-position:calc(50% + 219px) calc(50% + 1px);background-color:#fff;box-shadow:0 10px 50px rgba(2,102,194,.1);border-radius:10px;display:flex;padding:65px 80px 20px;margin-top:-68px;position:relative;z-index:1}@media screen and (max-width:1023px){.baby-sleep__partners{max-width:700px;background-image:unset;flex-direction:column-reverse;padding:40px 16px 22px;margin:-68px auto 0;text-align:center}}@media screen and (max-width:767px){.baby-sleep__partners{max-width:none;border-radius:0;padding:22px 16px 25px;margin:0 -16px;text-align:left}}.baby-sleep__partners-section:nth-child(1){width:56.8%;padding-right:15px}@media screen and (max-width:1023px){.baby-sleep__partners-section:nth-child(1){width:100%;padding-right:0}}@media screen and (max-width:1023px){.baby-sleep__partners-section:nth-child(2){width:100%;padding-right:0}}.baby-sleep__partners-text{font-size:20px;line-height:28px}@media screen and (max-width:767px){.baby-sleep__partners-text{font-size:16px;line-height:21px;margin-top:34px}}.baby-sleep__partners-text u{color:#ff8300}.baby-sleep__partners-buttons{display:flex;flex-wrap:wrap;gap:18px 16px;padding-top:23px}@media screen and (max-width:1023px){.baby-sleep__partners-buttons{justify-content:center}}@media screen and (max-width:767px){.baby-sleep__partners-buttons{justify-content:flex-start;padding-top:16px}}.baby-sleep__partners-btn{width:auto}.baby-sleep__partners-card{width:251px;height:117px;background:#fff;box-shadow:0 4px 16px #ddedff;border-radius:20px;display:flex;align-items:center;justify-content:center}@media screen and (max-width:1023px){.baby-sleep__partners-card{width:157px;height:74px;border-radius:6px;margin:auto}.baby-sleep__partners-card img{max-width:85%}}@media screen and (max-width:767px){.baby-sleep__partners-card{width:225px;height:106px;border-radius:15px}}.baby-sleep__partners-card:nth-child(1){-webkit-transform:translate(93px,-17px) rotate(7deg);transform:translate(93px,-17px) rotate(7deg);border:2px solid #03bfd7;position:relative;z-index:1}@media screen and (max-width:1023px){.baby-sleep__partners-card:nth-child(1){-webkit-transform:translate(0,-17px) rotate(7deg);transform:translate(0,-17px) rotate(7deg)}}@media screen and (max-width:767px){.baby-sleep__partners-card:nth-child(1){-webkit-transform:translate(25px,5px) rotate(7deg);transform:translate(25px,5px) rotate(7deg)}}.baby-sleep__partners-card:nth-child(2){-webkit-transform:translate(37px,-35px) rotate(-7deg);transform:translate(37px,-35px) rotate(-7deg);border:2px solid #27388a;margin-top:-10px}@media screen and (max-width:1023px){.baby-sleep__partners-card:nth-child(2){-webkit-transform:translate(0,-15px) rotate(-7deg);transform:translate(0,-15px) rotate(-7deg)}}@media screen and (max-width:767px){.baby-sleep__partners-card:nth-child(2){margin-top:-20px;-webkit-transform:translate(-26px,0) rotate(-7deg);transform:translate(-26px,0) rotate(-7deg)}}.baby-sleep__content{padding-top:38px;padding-bottom:33px}@media screen and (max-width:767px){.baby-sleep__content{padding-top:16px;padding-bottom:12px}}.baby-sleep__content-title{max-width:740px;margin-left:auto;margin-right:auto;text-align:center;font-size:30px;line-height:140%;font-family:RotonBol,Arial,Helvetica,sans-serif;position:relative;z-index:1;color:#27388a}@media screen and (max-width:767px){.baby-sleep__content-title{font-size:20px;line-height:26px;text-align:left}}.baby-sleep__content-title u{background:rgba(255,255,255,.75);box-shadow:0 4px 82px rgba(92,138,255,.22);backdrop-filter:blur(8.5px);border-radius:4px}.baby-sleep__content-leadtext{max-width:830px;margin-left:auto;margin-right:auto;text-align:center;font-size:24px;line-height:140%;padding-top:16px}@media screen and (max-width:767px){.baby-sleep__content-leadtext{text-align:left;font-size:16px;line-height:140%}}.baby-sleep__content-buttons{display:flex;justify-content:center;flex-wrap:wrap;gap:18px 16px;padding-top:15px;padding-bottom:24px}@media screen and (max-width:767px){.baby-sleep__content-buttons{justify-content:flex-start}}.baby-sleep__content-btn{width:auto}.baby-sleep__why{height:520px;background-image:url(/new/f/img/lp/baby-sleep/why-bg_2.svg),url(/new/f/img/lp/baby-sleep/why-bg_1.jpg);background-position:calc(50% - 125px) calc(50% - 66px),center;background-size:auto,cover;background-repeat:no-repeat;padding-top:123px}@media screen and (max-width:1023px){.baby-sleep__why{background-position:calc(100% + 350px) calc(50% - 66px),-95px center;background-repeat:no-repeat}}@media screen and (max-width:767px){.baby-sleep__why{background-position:calc(100% + 890px) calc(50% - 112px),left top;padding-top:calc(100vw * .625);background-size:1000px auto,auto calc(100vw * .625);height:auto}}.baby-sleep__why-content{max-width:550px;display:flex;flex-direction:column;gap:16px;margin-left:auto}@media screen and (max-width:1023px){.baby-sleep__why-content{max-width:455px}}@media screen and (max-width:767px){.baby-sleep__why-content{background:#24346c;max-width:none;margin-right:-16px;margin-left:-16px;padding:18px 16px}}.baby-sleep__why-title{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;font-family:RotonBol,Arial,Helvetica,sans-serif;font-size:30px;line-height:110%;position:relative;padding-right:61px;color:#fff}@media screen and (max-width:1023px){.baby-sleep__why-title{font-size:26px;line-height:41px;padding-left:53px}}@media screen and (max-width:767px){.baby-sleep__why-title{font-size:20px;line-height:110%;padding-left:0;padding-right:0}}.baby-sleep__why-title:before{content:"";width:88px;height:78px;background-image:url(/new/f/img/lp/baby-sleep/why-title-ico.svg);display:block;position:absolute;right:-40px;top:-60px}@media screen and (max-width:1023px){.baby-sleep__why-title:before{background-size:55px;background-repeat:no-repeat;left:-10px;top:-7px}}@media screen and (max-width:767px){.baby-sleep__why-title:before{display:none}}.baby-sleep__why-leadtext{font-size:20px;line-height:140%;color:#fff}.baby-sleep__why-leadtext span{color:#becdff}@media screen and (max-width:1023px){.baby-sleep__why-leadtext{font-size:16px}}@media screen and (max-width:767px){.baby-sleep__why-leadtext{font-size:16px;line-height:140%}}.baby-sleep__behavior{margin-top:-50px}@media screen and (max-width:767px){.baby-sleep__behavior{margin-top:16px}}.baby-sleep__behavior-accordeon-item{background:#fff;border-radius:16px;padding:28px 32px}@media screen and (max-width:767px){.baby-sleep__behavior-accordeon-item{border-radius:8px;padding:18px 16px}}.baby-sleep__behavior-accordeon-item:not(:first-child){margin-top:16px}@media screen and (max-width:767px){.baby-sleep__behavior-accordeon-item:not(:first-child){margin-top:8px}}.baby-sleep__behavior-accordeon-item.is-open .baby-sleep__behavior-accordeon-content{display:block}.baby-sleep__behavior-accordeon-item.is-open .baby-sleep__behavior-accordeon-header:before{background:#ff8300}.baby-sleep__behavior-accordeon-item.is-open .baby-sleep__behavior-accordeon-header:after{-webkit-transform:rotate(225deg);transform:rotate(225deg);top:12px}.baby-sleep__behavior-accordeon-header{color:#27388a;position:relative;font-family:RotonBol,Arial,Helvetica,sans-serif;font-size:24px;line-height:25px;padding-right:45px;cursor:pointer}@media screen and (max-width:767px){.baby-sleep__behavior-accordeon-header{font-size:20px;line-height:25px}}.baby-sleep__behavior-accordeon-header:before{content:"";background:#27388a;width:40px;height:40px;border-radius:50%;position:absolute;right:-15px;top:-5px;transition:background 134ms}@media screen and (max-width:767px){.baby-sleep__behavior-accordeon-header:before{right:0}}.baby-sleep__behavior-accordeon-header:after{content:"";width:11px;height:11px;border-bottom:2px solid #fff;border-right:2px solid #fff;position:absolute;right:0;top:7px;-webkit-transform:rotate(45deg);transform:rotate(45deg)}@media screen and (max-width:767px){.baby-sleep__behavior-accordeon-header:after{right:15px}}.baby-sleep__behavior-accordeon-header:hover:before{background:#ff8300}.baby-sleep__behavior-accordeon-content{text-align:left;padding:13px 0 16px;font-size:16px;line-height:24px;display:none}@media screen and (max-width:767px){.baby-sleep__behavior-accordeon-content{padding:13px 0 0}}.baby-sleep__behavior-accordeon-content p{margin:0}@media screen and (max-width:767px){.baby-sleep__behavior-accordeon-content p{font-size:16px;line-height:22px}}.baby-sleep__behavior-accordeon-content p+p{margin-top:10px}.baby-sleep__auth{background:#fff;border-radius:8px;border:1px solid #ebf2fd;padding:33px 40px 40px;position:relative}@media screen and (max-width:767px){.baby-sleep__auth{border-width:0;border-radius:0;margin:0 -16px;padding:24px 16px 0}}.baby-sleep__auth-title{font-size:16px;line-height:143%;color:#27388a;text-align:center;max-width:800px;margin:auto;position:relative;z-index:1}@media screen and (max-width:1023px){.baby-sleep__auth-title{max-width:600px}}@media screen and (max-width:767px){.baby-sleep__auth-title{font-size:16px;line-height:24px;text-align:left;max-width:none}}.baby-sleep__auth-title u{color:#ff8300;text-decoration:none}.baby-sleep__auth-form{border-top:1px solid #d8dff6;position:relative;padding-top:30px;margin-top:40px}@media screen and (max-width:767px){.baby-sleep__auth-form{margin-top:20px;padding-top:19px}}.baby-sleep__auth-form:before{content:"";display:block;width:15px;height:15px;border-right:1px solid #d8dff6;border-bottom:1px solid #d8dff6;position:absolute;left:50%;top:-8px;-webkit-transform:translateX(-50%) rotate(45deg);transform:translateX(-50%) rotate(45deg);background:#fff}@media screen and (max-width:459px){.baby-sleep__auth-form .b-modal__row{flex-direction:column}}.baby-sleep__auth-form .b-field--rounded .b-field__wrapper{border-color:#d8dff6}.baby-sleep__auth-form .b-field--date .b-field__wrapper,.baby-sleep__auth-form .b-field--input .b-field__wrapper{border-radius:20px}.baby-sleep__auth-form .b-field--rounded .b-field__caption{border-color:#d8dff6}.baby-sleep__auth-form .b-field--rounded.is-open .b-field__caption{border-color:#c4ceec}.baby-sleep__auth-form .b-field--rounded .b-field__options{border-width:1px}.baby-sleep__auth-form .button--link:hover{color:#ff8300}.baby-sleep__auth-buttons{display:flex;flex-wrap:wrap;justify-content:center;gap:18px 16px;padding-top:18px}@media screen and (max-width:767px){.baby-sleep__auth-buttons{justify-content:flex-start;padding-top:22px}}.baby-sleep__auth-pdf{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;height:52px;background:#ff8300;border-radius:30px;display:flex;align-items:center;justify-content:center;gap:10px;text-decoration:none;font-size:20px;font-family:RotonBol,Arial,Helvetica,sans-serif;color:#fff;padding:0 24px;cursor:pointer;transition:background 134ms}.baby-sleep__auth-pdf:hover{background:#27388a;color:#fff}.baby-sleep__auth-pdf.disabled{background:#cbcbcb;pointer-events:none}.baby-sleep__auth-success{text-align:center;padding:25px 20px 0}@media screen and (max-width:767px){.baby-sleep__auth-success{padding:20px 5px 25px}}.baby-sleep__auth-success-title{font-family:RotonBol,Arial,Helvetica,sans-serif;font-size:32px;line-height:40px;color:#ff8300}@media screen and (max-width:767px){.baby-sleep__auth-success-title{font-size:24px;line-height:31px;text-align:left}}.baby-sleep__auth-success-text{margin-top:15px;font-size:18px;line-height:140%;color:#404040}@media screen and (max-width:767px){.baby-sleep__auth-success-text{margin-top:10px;font-size:16px;line-height:24px;text-align:left}}.baby-sleep__auth-success-btn{margin-top:15px}@media screen and (max-width:767px){.baby-sleep__auth-success-btn{margin-top:18px}}.baby-sleep__auth-success-btn .btn{height:64px;width:248px;font-size:24px}@media screen and (max-width:767px){.baby-sleep__auth-success-btn .btn{height:56px;width:200px;font-size:20px}}.baby-sleep__auth-footer{font-family:RotonBol,Arial,Helvetica,sans-serif;font-size:30px;line-height:130%;color:#27388a;text-align:center;max-width:640px;margin:24px auto 0;position:relative;z-index:1}@media screen and (max-width:767px){.baby-sleep__auth-footer{font-size:20px;text-align:left;margin:10px auto 0;max-width:none}}.baby-sleep__auth-grid{margin-top:18px;display:flex;justify-content:center;flex-wrap:wrap;gap:16px}@media screen and (max-width:767px){.baby-sleep__auth-grid{flex-direction:column;gap:8px}}.baby-sleep__auth-card{border-radius:8px;border:1px solid #f8faff;background:#f8faff;overflow:hidden;width:189px;flex-shrink:0}@media screen and (max-width:767px){.baby-sleep__auth-card{width:100%;display:flex}.baby-sleep__auth-card br{display:none}}.baby-sleep__auth-card-ico{height:80px;display:flex;align-items:center;justify-content:center;background:#e3e8f5}@media screen and (max-width:767px){.baby-sleep__auth-card-ico{height:auto;width:80px;flex-shrink:0}}.baby-sleep__auth-card-body{display:flex;flex-direction:column;gap:12px;padding:16px;text-align:left}@media screen and (max-width:767px){.baby-sleep__auth-card-body{gap:8px}}.baby-sleep__auth-card-title{color:#27388a;font-size:16px;font-family:RotonBol,Arial,Helvetica,sans-serif;line-height:1}.baby-sleep__auth-card-text{font-size:12px;font-family:RotonReg,Arial,Helvetica,sans-serif;line-height:140%}.baby-sleep__footer{height:708px;background-image:url(/new/f/img/lp/baby-sleep/footer-bg.png);background-repeat:no-repeat;background-position:bottom center;background-size:cover;background-color:#fff;margin-top:-160px}@media screen and (max-width:767px){.baby-sleep__footer{height:calc((100vw * .759) + 38px);background-image:url(/new/f/img/lp/baby-sleep/footer-bg-mob.png);background-size:100% calc((100vw * .759) + 38px);margin-top:-100px}}.baby-sleep__footer_reg{height:1141px;margin-top:-614px}@media screen and (max-width:767px){.baby-sleep__footer_reg{height:calc((100vw * .759) + 38px);margin-top:-100px}}.parenting-support{overflow:hidden}.parenting-support .block-only-phone{display:none}@media screen and (max-width:767px){.parenting-support .block-only-phone{display:block}}.parenting-support__nav{height:40px;text-align:center;position:relative;z-index:5}.parenting-support__nav-inner{background:#fff;box-shadow:0 30px 40px rgba(0,0,0,.1);padding:9px 0 11px;position:relative}@media screen and (max-width:1023px){.parenting-support__nav-inner{overflow:hidden}}.parenting-support__nav-inner.active{width:100%;height:40px;background:#fff;position:fixed;top:63px;left:0;right:0}@media screen and (max-width:1023px){.parenting-support__nav-inner.active{top:0}}.parenting-support__nav-inner:after{background:linear-gradient(270deg,#fff 0,rgba(255,255,255,0) 100%);width:65px;height:40px;display:block;position:absolute;right:0;top:0;pointer-events:none}@media screen and (max-width:1023px){.parenting-support__nav-inner:after{content:""}}.parenting-support__nav-wrapper{max-width:1400px;display:flex;margin:0 auto}@media screen and (max-width:1023px){.parenting-support__nav-wrapper{width:1030px;display:block;font-size:0;position:relative}}.parenting-support__nav-item{width:100%;font-size:18px;line-height:20px;color:#4d4d4d;display:inline-block;vertical-align:top;cursor:pointer;-webkit-user-select:none;-ms-user-select:none;user-select:none}@media screen and (max-width:1023px){.parenting-support__nav-item{width:170px;display:inline-block;vertical-align:top}}.parenting-support__nav-line{height:5px;background:#27388a;position:absolute;bottom:0;left:0;transition:all .2s}@media screen and (max-width:1023px){.parenting-support__nav-line{transition:none}}.parenting-support__section{position:relative}@media screen and (max-width:767px){.parenting-support__section:not(.parenting-support__section_video-bg){max-width:344px;margin-left:auto;margin-right:auto}}.parenting-support__inner{width:calc(100% - 40px);max-width:1020px;margin:0 auto;display:flex;justify-content:center;position:relative;z-index:2}@media screen and (max-width:1023px){.parenting-support__inner{max-width:470px;flex-direction:column}}.parenting-support__inner-block{min-width:45%;position:relative}.parenting-support__inner-block:first-child{margin-right:90px;text-align:right}.parenting-support__img{width:470px;height:470px;background-position:center;background-repeat:no-repeat;background-size:cover;border-radius:50px;box-shadow:0 30px 40px rgba(0,0,0,.2)}@media screen and (max-width:767px){.parenting-support__img{width:304px;height:304px;border-radius:40px}}.parenting-support__hr{width:40px;height:3px;background:#4d4d4d;border-radius:2px;display:inline-block}.parenting-support__title{margin-top:24px;font-size:48px;line-height:50px;color:#27388a;font-family:RotonBol,Arial,Helvetica,sans-serif}@media screen and (max-width:767px){.parenting-support__title{font-size:36px;line-height:35px;margin-top:4px}}.parenting-support__title-decor{position:relative;color:#ff8300}@media screen and (max-width:767px){.parenting-support__title-decor{font-size:24px}}.parenting-support__suptitle{font-family:RotonBol,Arial,Helvetica,sans-serif;font-size:21px;line-height:24px;color:#4d4d4d;text-transform:uppercase;margin-top:10px}.parenting-support__suptitle+.parenting-support__title{margin-top:20px}.parenting-support__text{font-size:21px;line-height:24px;color:#4d4d4d;margin-top:24px}@media screen and (max-width:767px){.parenting-support__text{font-size:18px;line-height:20px;margin-top:13px}}.parenting-support__ico{height:200px;width:200px;border-radius:50px;background-position:center;background-repeat:no-repeat;background-size:cover;position:absolute}@media screen and (max-width:767px){.parenting-support__ico{width:150px;height:150px;border-radius:30px}}.parenting-support__square{background:linear-gradient(225deg,#f9f9f9 0,#e9e9e9 100%);border-radius:50px;position:absolute}.parenting-support__square_orange{background:linear-gradient(225deg,#f9ab5e 0,#ffc48a 100%)}.parenting-support__square_blue{background:linear-gradient(238.51deg,#3ea9d7 0,#68c5ed 100%)}.parenting-support__copy{width:50px;height:50px;background:linear-gradient(225deg,#f9ab5e 0,#ffc48a 100%);box-shadow:10px 10px 20px rgba(249,171,94,.35);border-radius:30px;display:flex;align-items:center;justify-content:center;cursor:pointer;position:absolute;right:24px;top:6px}@media screen and (max-width:767px){.parenting-support__copy{right:26px;top:-8px}}.parenting-support__copy textarea{position:absolute;left:-99999999px}.parenting-support__copy input{display:none}.parenting-support__copy.active svg{display:none}.parenting-support__copy.active:after{content:"";display:block;width:18px;height:10px;border-bottom:4px solid #fff;border-left:4px solid #fff;-webkit-transform:rotate(-45deg);transform:rotate(-45deg);margin-top:-7px}.parenting-support__copy.active .parenting-support__copy-info{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}.parenting-support__copy-info{background:#f9ab5e;box-shadow:5px 5px 15px 10px rgba(249,171,94,.5);border-radius:10px;padding:10px;font-size:18px;line-height:1;color:#fff;pointer-events:none;opacity:0;-webkit-transform:translateY(-20px);transform:translateY(-20px);transition:all .3s;white-space:nowrap;position:absolute;right:-20px;bottom:calc(100% + 5px)}.parenting-support__test-item{display:none}.parenting-support__test-item.current{display:block}.parenting-support__test-item.active .parenting-support__test-card_question{display:none}.parenting-support__test-item.active .parenting-support__test-card_answer{display:block}.parenting-support__test-card{width:470px;min-height:500px;background:linear-gradient(225deg,#f9f9f9 0,#e9e9e9 100%);box-shadow:0 30px 40px rgba(0,0,0,.2);border-radius:50px;padding:10px 40px 20px;text-align:center}@media screen and (max-width:767px){.parenting-support__test-card{width:304px;height:auto;min-height:0;border-radius:20px;padding:10px 20px 20px}}.parenting-support__test-card_answer{padding-top:20px;text-align:left;display:none}@media screen and (max-width:767px){.parenting-support__test-card_answer{margin-top:20px}}.parenting-support__test-card-title{text-align:center;font-size:48px;line-height:55px;color:#27388a;font-family:RotonBol,Arial,Helvetica,sans-serif}@media screen and (max-width:767px){.parenting-support__test-card-title{font-size:30px;line-height:35px}}.parenting-support__test-card-text{margin-top:6px;font-size:21px;line-height:24px;color:#4d4d4d;margin-top:14px;display:none}@media screen and (max-width:767px){.parenting-support__test-card-text{margin-top:6px;font-size:18px}}.parenting-support__test-card-link{margin-top:8px}.parenting-support__test-card-link a[href]{font-size:16px;line-height:18px}.parenting-support__test-card-bottom{font-size:16px;line-height:16px;color:#4d4d4d;margin-top:10px;margin-bottom:16px}.parenting-support__test-card-img{width:280px;height:280px;box-shadow:0 30px 40px rgba(0,0,0,.2);border-radius:50px;margin:-85px auto 0;background-position:center;background-repeat:no-repeat;background-size:cover;background-color:#fff}@media screen and (max-width:767px){.parenting-support__test-card-img{width:240px;height:240px;margin:-70px auto 0}}.parenting-support__test-card-block{height:184px;display:flex;align-items:center;justify-content:center;font-size:30px;line-height:35px;color:#4d4d4d;font-family:RotonBol,Arial,Helvetica,sans-serif}@media screen and (max-width:767px){.parenting-support__test-card-block{height:130px;font-size:18px;line-height:20px}}.parenting-support__test-card-buttons{display:flex;justify-content:center;gap:0 20px}.parenting-support__test-card-btn{width:150px}.parenting-support__test-nav{display:flex;justify-content:space-between;align-items:center;gap:0 10px}.parenting-support__test-nav .button{opacity:0;pointer-events:none}@media screen and (max-width:767px){.parenting-support__test-nav .button:hover{background:#27388a}}.parenting-support__test-nav .button.active{opacity:1;pointer-events:all}.parenting-support__share{-webkit-transform:translate(0,8px);transform:translate(0,8px);transition:-webkit-transform 134ms;transition:transform 134ms;transition:transform 134ms,-webkit-transform 134ms;visibility:hidden;position:absolute;left:0;bottom:100%}.parenting-support__share a{outline:0}.parenting-support__share .ya-share2__item{-webkit-filter:grayscale(0);filter:grayscale(0);transition:-webkit-filter .3s;transition:filter .3s;transition:filter .3s,-webkit-filter .3s}.parenting-support__share .ya-share2__item:hover{opacity:1;-webkit-filter:grayscale(0);filter:grayscale(0)}.parenting-support__share .ya-share2__container_size_m .ya-share2__item_service_vkontakte:hover .ya-share2__icon{background:url(/new/f/img/lp/parenting-support/icon-vk.png) no-repeat center;background-size:contain;-webkit-transform:scale(1.1);transform:scale(1.1)}.parenting-support__share .ya-share2__container_size_m .ya-share2__item_service_odnoklassniki:hover .ya-share2__icon{background:url(/new/f/img/lp/parenting-support/icon-ok.png) no-repeat center;background-size:contain;-webkit-transform:scale(1.1);transform:scale(1.1)}.parenting-support__share .ya-share2__badge{height:50px;width:50px;position:relative}.parenting-support__share .ya-share2__list{width:50px;background:#fff;border-radius:25px;border:1px solid #e6e6ef;overflow:hidden;display:flex;flex-direction:column}.parenting-support__share .ya-share2__list.ya-share2__list_direction_horizontal>.ya-share2__item{width:100%;height:50px;display:block;margin:0}.parenting-support__share .ya-share2__list.ya-share2__list_direction_horizontal>.ya-share2__item:not(:first-child){border-top:1px solid #e6e6ef}.parenting-support__share .ya-share2__item_service_odnoklassniki .ya-share2__badge,.parenting-support__share .ya-share2__item_service_odnoklassniki .ya-share2__mobile-popup-badge,.parenting-support__share .ya-share2__item_service_vkontakte .ya-share2__badge,.parenting-support__share .ya-share2__item_service_vkontakte .ya-share2__mobile-popup-badge{background:0 0}.parenting-support__share .ya-share2__container_size_m .ya-share2__icon{position:absolute;pointer-events:none;background-repeat:no-repeat;background-position:center}.parenting-support__share .ya-share2__container_size_m .ya-share2__counter{display:none}.parenting-support__share .ya-share2__container_size_m .ya-share2__item_service_vkontakte .ya-share2__icon{width:24px;height:14px;background-image:url(/new/f/img/lp/parenting-support/icon-vk.png);background-size:contain;left:calc(50% - 12px);top:calc(50% - 4px)}.parenting-support__share .ya-share2__container_size_m .ya-share2__item_service_odnoklassniki .ya-share2__icon{width:14px;height:24px;background-image:url(/new/f/img/lp/parenting-support/icon-ok.png);background-size:contain;left:calc(50% - 7px);top:calc(50% - 14px)}.parenting-support__btn-share{width:auto;display:inline-flex;align-items:center;gap:0 14px;position:relative}.parenting-support__btn-share:hover .parenting-support__share{-webkit-transform:translate(0,0);transform:translate(0,0);visibility:visible}.parenting-support__slider{margin:-10px -50px -60px}@media screen and (max-width:767px){.parenting-support__slider{margin-top:30px}}.parenting-support__slider .slick-arrow{display:none}.parenting-support__slider .slick-dots{font-size:0;white-space:nowrap;position:absolute;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%);bottom:30px}@media screen and (max-width:767px){.parenting-support__slider .slick-dots{bottom:20px}}.parenting-support__slider .slick-dots li{background:#ff8300;width:10px;height:10px;border-radius:5px;display:inline-block;vertical-align:top;margin:0 5px}.parenting-support__slider .slick-dots li.slick-active{background:#27388a}.parenting-support__slider .slick-dots li button{opacity:0;cursor:pointer}.parenting-support__slider-item{padding:60px 50px}@media screen and (max-width:767px){.parenting-support__slider-item{padding-top:80px;padding-bottom:30px}}.parenting-support__slider-block{width:470px;height:410px;background:linear-gradient(225deg,#f9f9f9 0,#e9e9e9 100%);box-shadow:0 30px 40px rgba(0,0,0,.2);border-radius:50px;display:flex;align-items:center;position:relative;padding:30px 40px}@media screen and (max-width:767px){.parenting-support__slider-block{width:304px;height:auto;box-shadow:0 20px 30px rgba(0,0,0,.02);border-radius:20px;padding:90px 20px 40px}}.parenting-support__slider-img{width:150px;height:150px;background-position:center;background-repeat:no-repeat;background-size:cover;border-radius:30px;position:absolute;top:-60px;right:30px}@media screen and (max-width:767px){.parenting-support__slider-img{top:-74px;right:19px}}.parenting-support__slider-title{font-size:48px;line-height:55px;color:#27388a;font-family:RotonBol,Arial,Helvetica,sans-serif}@media screen and (max-width:767px){.parenting-support__slider-title{font-size:30px;line-height:34px}}.parenting-support__slider-text,.parenting-support__slider-text p{margin-top:6px;font-size:21px;line-height:24px;color:#4d4d4d}@media screen and (max-width:767px){.parenting-support__slider-text,.parenting-support__slider-text p{font-size:18px;line-height:20px;margin-top:11px}}.parenting-support__slider-share{margin-top:54px;position:relative;cursor:pointer}@media screen and (max-width:767px){.parenting-support__slider-share{margin-top:20px}}.parenting-support__slider-share svg{display:inline-block;vertical-align:top;margin-top:4px;margin-right:5px}.parenting-support__slider-share>span{font-size:21px;line-height:24px;border-bottom:1px solid #27388a;color:#27388a}.parenting-support__slider-share:hover .parenting-support__share{-webkit-transform:translate(0,0);transform:translate(0,0);visibility:visible}@media screen and (max-width:767px){.parenting-support__inst{display:none}}.parenting-support__inst-mob{display:none}@media screen and (max-width:767px){.parenting-support__inst-mob{display:block}}.parenting-support__form-header{text-align:center;margin-bottom:45px}@media screen and (max-width:767px){.parenting-support__form-header{text-align:left;margin-bottom:26px}}.parenting-support__form-title{font-family:RotonBol,Arial,Helvetica,sans-serif;font-size:48px;line-height:55px;color:#fff}@media screen and (max-width:767px){.parenting-support__form-title{font-size:35px;line-height:36px;color:#27388a;margin-top:4px}}.parenting-support__form-text{font-size:21px;line-height:24px;color:#fff;margin-top:9px}@media screen and (max-width:767px){.parenting-support__form-text{color:#ff8300;margin-top:23px}}.parenting-support__form-row{display:flex;gap:0 20px}@media screen and (max-width:767px){.parenting-support__form-row{flex-direction:column}}.parenting-support__form-column{width:100%}.parenting-support__form-input{width:100%;position:relative;margin-bottom:20px}.parenting-support__form-input input{height:60px}.parenting-support__form-input textarea{height:100px;resize:none}.parenting-support__form-control{width:100%;outline:0;background:0 0;border:1px solid #fff;border-radius:30px;font-size:21px;line-height:24px;color:#fff;font-family:RotonReg,Arial,Helvetica,sans-serif;padding:17px 30px}@media screen and (max-width:767px){.parenting-support__form-control{border-color:#d8dff6;color:#353535}}.parenting-support__form-control::-webkit-input-placeholder{color:#fff}.parenting-support__form-control:-ms-input-placeholder{color:#fff}.parenting-support__form-control::-ms-input-placeholder{color:#fff}.parenting-support__form-control::placeholder{color:#fff}@media screen and (max-width:767px){.parenting-support__form-control::-webkit-input-placeholder{color:#353535}.parenting-support__form-control:-ms-input-placeholder{color:#353535}.parenting-support__form-control::-ms-input-placeholder{color:#353535}.parenting-support__form-control::placeholder{color:#353535}}.parenting-support__form-input-error{font-size:12px;line-height:1;display:none;color:#ff4747;padding:3px 8px 0;position:absolute;left:3px;top:calc(100% + 2px)}.parenting-support__form-input-error.is-error{display:block}.parenting-support__form-action{display:flex;justify-content:center;padding-top:28px}@media screen and (max-width:767px){.parenting-support__form-action{padding-top:0}}.parenting-support__form-action .button{width:240px}.parenting-support__section_first{padding-top:131px;padding-bottom:50px}@media screen and (max-width:1023px){.parenting-support__section_first{padding-top:50px}}@media screen and (max-width:767px){.parenting-support__section_first{padding-top:30px}}.parenting-support__section_first .parenting-support__inner-block:nth-child(2){padding-top:50px}@media screen and (max-width:767px){.parenting-support__section_first .parenting-support__inner-block:nth-child(2){padding-top:27px}}.parenting-support__section_first .parenting-support__ico{top:-70px;left:261px}@media screen and (max-width:767px){.parenting-support__section_first .parenting-support__ico{top:-75px;left:197px}}.parenting-support__section_first .parenting-support__square:nth-child(1){width:130px;height:130px;left:calc(50% - 664px);top:79px;border-radius:30px}@media screen and (max-width:767px){.parenting-support__section_first .parenting-support__square:nth-child(1){display:none}}.parenting-support__section_first .parenting-support__square:nth-child(2){width:560px;height:560px;left:calc(50% - 1000px);bottom:-154px}@media screen and (max-width:767px){.parenting-support__section_first .parenting-support__square:nth-child(2){display:none}}.parenting-support__section_first .parenting-support__square:nth-child(3){width:470px;height:460px;left:calc(50% + 453px);top:-120px}@media screen and (max-width:767px){.parenting-support__section_first .parenting-support__square:nth-child(3){display:none}}.parenting-support__section_first .parenting-support__square:nth-child(4){width:130px;height:130px;left:calc(50% - 110px);bottom:-20px;border-radius:30px}@media screen and (max-width:1023px){.parenting-support__section_first .parenting-support__square:nth-child(4){left:calc(50% + 122px);bottom:-80px}}@media screen and (max-width:767px){.parenting-support__section_first .parenting-support__square:nth-child(4){left:calc(50% - 220px);bottom:auto;top:-62px}}.parenting-support__section_second{padding-top:162px;padding-bottom:50px}@media screen and (max-width:1023px){.parenting-support__section_second{padding-top:50px}}@media screen and (max-width:767px){.parenting-support__section_second{padding-top:7px}}@media screen and (max-width:1023px){.parenting-support__section_second .parenting-support__inner{flex-direction:column-reverse}}.parenting-support__section_second .parenting-support__btn{position:absolute;bottom:-30px;left:-97px}@media screen and (max-width:767px){.parenting-support__section_second .parenting-support__btn{left:3px}}.parenting-support__section_second .parenting-support__ico{position:absolute;top:-70px;left:-40px}@media screen and (max-width:1023px){.parenting-support__section_second .parenting-support__ico{top:51px;left:-120px}}@media screen and (max-width:767px){.parenting-support__section_second .parenting-support__ico{display:none}}@media screen and (max-width:767px){.parenting-support__section_second .parenting-support__inner-block{position:static}}.parenting-support__section_second .parenting-support__inner-block:nth-child(1){padding-top:106px}@media screen and (max-width:1023px){.parenting-support__section_second .parenting-support__inner-block:nth-child(1){padding-bottom:50px}}@media screen and (max-width:767px){.parenting-support__section_second .parenting-support__inner-block:nth-child(1){padding-top:23px;text-align:left;margin-right:0}}.parenting-support__section_second .parenting-support__square:nth-child(1){width:130px;height:130px;left:calc(50% + 645px);top:-2px;border-radius:30px}@media screen and (max-width:767px){.parenting-support__section_second .parenting-support__square:nth-child(1){display:none}}.parenting-support__section_second .parenting-support__square:nth-child(2){width:560px;height:560px;left:calc(50% + 280px);top:225px}@media screen and (max-width:767px){.parenting-support__section_second .parenting-support__square:nth-child(2){display:none}}.parenting-support__section_second .parenting-support__square:nth-child(3){width:130px;height:130px;left:calc(50% + 415px);bottom:-10px;border-radius:30px}@media screen and (max-width:767px){.parenting-support__section_second .parenting-support__square:nth-child(3){width:150px;height:150px;left:calc(50% + 27px);bottom:auto;top:213px}}.parenting-support__section_third{padding-top:112px;padding-bottom:50px}@media screen and (max-width:1023px){.parenting-support__section_third{padding-top:20px}}@media screen and (max-width:767px){.parenting-support__section_third{padding-top:210px}}@media screen and (max-width:1023px){.parenting-support__section_third .parenting-support__inner{flex-direction:column-reverse}}@media screen and (max-width:1023px){.parenting-support__section_third .parenting-support__inner-block:first-child{margin-right:0}}@media screen and (max-width:767px){.parenting-support__section_third .parenting-support__inner-block:first-child{padding-top:80px}}.parenting-support__section_third .parenting-support__inner-block:nth-child(2){padding-top:118px}@media screen and (max-width:1023px){.parenting-support__section_third .parenting-support__inner-block:nth-child(2){padding-top:30px;padding-bottom:120px}}@media screen and (max-width:767px){.parenting-support__section_third .parenting-support__inner-block:nth-child(2){padding-bottom:0}}.parenting-support__section_third .parenting-support__ico{height:270px;width:270px;bottom:-70px;left:44px}@media screen and (max-width:1023px){.parenting-support__section_third .parenting-support__ico{bottom:auto;left:310px;top:-90px}}@media screen and (max-width:767px){.parenting-support__section_third .parenting-support__ico{width:170px;height:180px;bottom:auto;left:-20px;top:-168px}}.parenting-support__section_third .parenting-support__test-nav{margin-top:43px}@media screen and (max-width:767px){.parenting-support__section_third .parenting-support__test-nav{margin-top:30px}}.parenting-support__section_third .parenting-support__square:nth-child(1){width:150px;height:150px;left:calc(50% + 320px);bottom:130px;border-radius:30px}@media screen and (max-width:767px){.parenting-support__section_third .parenting-support__square:nth-child(1){background:linear-gradient(238.51deg,#3ea9d7 0,#68c5ed 100%);left:calc(50% - 30px);bottom:auto;top:13px}}.parenting-support__section_third .parenting-support__square:nth-child(2){width:470px;height:320px;left:calc(50% - 540px);top:311px}@media screen and (max-width:767px){.parenting-support__section_third .parenting-support__square:nth-child(2){left:calc(50% - 100px);top:443px}}.parenting-support .parSup__section--third .parSup__square:nth-child(3){width:150px;height:150px;left:calc(50% - 600px);top:25px;border-radius:30px}@media screen and (max-width:767px){.parenting-support .parSup__section--third .parSup__square:nth-child(3){background:linear-gradient(238.51deg,#3ea9d7 0,#68c5ed 100%);left:calc(50% - 230px);top:692px}}.parenting-support__section_forth{padding-top:217px;padding-bottom:50px}@media screen and (max-width:1023px){.parenting-support__section_forth{padding-top:17px}}@media screen and (max-width:767px){.parenting-support__section_forth{padding-top:0;padding-bottom:64px}}.parenting-support__section_forth .parenting-support__ico{top:-50px;left:-45px}@media screen and (max-width:767px){.parenting-support__section_forth .parenting-support__ico{display:none}}@media screen and (max-width:767px){.parenting-support__section_forth .parenting-support__subtitle+.parenting-support__title{margin-top:9px}}@media screen and (max-width:767px){.parenting-support__section_forth .parenting-support__title br{display:none}}@media screen and (max-width:1023px){.parenting-support__section_forth .parenting-support__inner{flex-direction:column}}@media screen and (max-width:1023px){.parenting-support__section_forth .parenting-support__inner-block:first-child{margin-right:0}}@media screen and (max-width:767px){.parenting-support__section_forth .parenting-support__inner-block:first-child{text-align:left}}.parenting-support__section_forth .parenting-support__square:nth-child(1){width:470px;height:470px;left:calc(50% - 900px);top:8px}@media screen and (max-width:767px){.parenting-support__section_forth .parenting-support__square:nth-child(1){display:none}}.parenting-support__section_forth .parenting-support__square:nth-child(2){width:130px;height:130px;left:calc(50% - 690px);bottom:100px;border-radius:30px}@media screen and (max-width:1023px){.parenting-support__section_forth .parenting-support__square:nth-child(2){left:calc(50% - 390px)}}@media screen and (max-width:767px){.parenting-support__section_forth .parenting-support__square:nth-child(2){display:none}}.parenting-support__section_forth .parenting-support__square:nth-child(3){width:470px;height:370px;left:calc(50% + 71px);bottom:140px}@media screen and (max-width:1023px){.parenting-support__section_forth .parenting-support__square:nth-child(3){height:360px;left:calc(50% - 71px)}}@media screen and (max-width:767px){.parenting-support__section_forth .parenting-support__square:nth-child(3){left:calc(50% - 110px);bottom:auto;top:320px}}.parenting-support__section_forth .parenting-support__square:nth-child(4){width:130px;height:130px;left:calc(50% - 10px);bottom:0;border-radius:30px}@media screen and (max-width:1023px){.parenting-support__section_forth .parenting-support__square:nth-child(4){left:calc(50% + 150px)}}@media screen and (max-width:767px){.parenting-support__section_forth .parenting-support__square:nth-child(4){display:none}}.parenting-support__section_fifth{padding-top:60px}@media screen and (max-width:767px){.parenting-support__section_fifth{padding-top:16px;padding-bottom:32px}}@media screen and (max-width:767px){.parenting-support__section_fifth .parenting-support__title{font-size:30px;line-height:34px}}@media screen and (max-width:767px){.parenting-support__section_fifth .parenting-support__subtitle+.parenting-support__title{margin-top:11px}}.parenting-support__section_fifth .parenting-support__btn-share{margin-top:52px}@media screen and (max-width:767px){.parenting-support__section_fifth .parenting-support__btn-share{position:absolute;left:0;bottom:-11px}}@media screen and (max-width:767px){.parenting-support__section_fifth .parenting-support__inner{flex-direction:column-reverse}}.parenting-support__section_fifth .parenting-support__inner-block:nth-child(1) img{-webkit-transform:translateX(-40px);transform:translateX(-40px)}@media screen and (max-width:767px){.parenting-support__section_fifth .parenting-support__inner-block:nth-child(1) img{width:344px;-webkit-transform:translateX(-21px);transform:translateX(-21px)}}.parenting-support__section_fifth .parenting-support__inner-block:nth-child(2){padding-top:160px}@media screen and (max-width:1023px){.parenting-support__section_fifth .parenting-support__inner-block:nth-child(2){padding-top:0;padding-bottom:70px}}@media screen and (max-width:767px){.parenting-support__section_fifth .parenting-support__inner-block:nth-child(2){position:static;padding-bottom:20px}}.parenting-support__section_fifth .parenting-support__square:nth-child(1){width:470px;height:470px;left:calc(50% - 560px);top:260px}@media screen and (max-width:1023px){.parenting-support__section_fifth .parenting-support__square:nth-child(1){left:calc(50% - 320px);top:360px}}@media screen and (max-width:767px){.parenting-support__section_fifth .parenting-support__square:nth-child(1){width:460px;height:380px;border-radius:30px;left:calc(50% - 460px);top:315px}}.parenting-support__section_video-bg{background-position:center;background-repeat:no-repeat;background-color:#000;background-size:cover;margin-top:-21px;overflow:hidden}@media screen and (max-width:1023px){.parenting-support__section_video-bg{background-image:url(/new/f/img/lp/parenting-support/top-bg.jpg)}}@media screen and (max-width:767px){.parenting-support__section_video-bg{background-image:none;background-color:#fff}}.parenting-support__section_video-bg video{width:100%;position:absolute;left:50%;top:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);opacity:.6}@media screen and (max-width:1023px){.parenting-support__section_video-bg video{display:none}}.parenting-support__section_video-bg .parenting-support__inner{padding-top:79px;padding-bottom:99px;position:relative;z-index:1}@media screen and (max-width:767px){.parenting-support__section_video-bg .parenting-support__inner{padding-top:25px;padding-bottom:45px}}body.scroll-fixed header.header[style]>.wrapper{opacity:0;visibility:hidden}.storage-food{background-color:#f4f7f9}.storage-food__top{position:relative;height:550px;overflow:hidden;background-image:url(/new/f/img/lp/storage-food/top_2x.jpg);background-color:#8dafd0;background-repeat:no-repeat;background-size:auto 700px;background-position:0 100%;border-radius:0 0 40px 40px;display:flex;flex-direction:column;justify-content:flex-end;padding-bottom:48px}@media screen and (max-width:1023px){.storage-food__top{height:338px;background-size:auto 450px;border-radius:0 0 20px 20px;padding-bottom:44px}}@media screen and (max-width:767px){.storage-food__top{height:342px;background-size:auto calc(100% + 70px);background-position:calc(50% + 44px) 100%;border-radius:0 0 10px 10px;padding-bottom:40px}}.storage-food__top .wrapper--content{max-width:1354px}@media screen and (max-width:1023px){.storage-food__top .wrapper--content{padding-left:36px;padding-right:36px}}@media screen and (max-width:767px){.storage-food__top .wrapper--content{padding-left:12px;padding-right:12px}}.storage-food__top-wrapper{position:relative;z-index:1;max-width:630px}@media screen and (max-width:1023px){.storage-food__top-wrapper{max-width:350px}}@media screen and (max-width:767px){.storage-food__top-wrapper{max-width:none}}.storage-food__top-title{font-family:RotonBol,Arial,Helvetica,sans-serif;font-size:81px;line-height:88px;letter-spacing:.015em;position:relative;color:#fff;display:block;margin-bottom:0}@media screen and (max-width:1023px){.storage-food__top-title{font-size:43px;line-height:46px;letter-spacing:.012em}}@media screen and (max-width:767px){.storage-food__top-title{font-size:29px;line-height:35px;letter-spacing:.01em}}.storage-food__rules{padding:50px 0 80px}@media screen and (max-width:1023px){.storage-food__rules{padding:60px 0}}@media screen and (max-width:767px){.storage-food__rules{padding:20px 0 40px}}.storage-food__rules .wrapper--content{max-width:1396px}@media screen and (max-width:1023px){.storage-food__rules .wrapper--content{padding-left:36px;padding-right:36px}}@media screen and (max-width:767px){.storage-food__rules .wrapper--content{padding-left:12px;padding-right:12px}}.storage-food__rules-container{display:flex;justify-content:space-between;align-items:center;gap:0 30px}@media screen and (max-width:767px){.storage-food__rules-container{flex-direction:column;gap:25px 0}}.storage-food__rules-text{max-width:630px;font-size:25px;line-height:29px;letter-spacing:0}@media screen and (max-width:1023px){.storage-food__rules-text{font-size:17px;line-height:22px;letter-spacing:-.01em}}@media screen and (max-width:767px){.storage-food__rules-text{max-width:none;font-size:12px;line-height:16px;letter-spacing:.02em}}.storage-food__rules-action{min-width:403px}@media screen and (max-width:1023px){.storage-food__rules-action{min-width:276px}}@media screen and (max-width:767px){.storage-food__rules-action{min-width:auto;width:100%;max-width:300px}}.storage-food__rules-action .button{width:100%;max-width:none;border-radius:32px;height:auto;min-height:62px;font-size:20px;line-height:22px;white-space:normal;letter-spacing:.023em;display:inline-flex;justify-content:center;align-items:center;padding:0 25px}@media screen and (max-width:1023px){.storage-food__rules-action .button{min-height:52px;border-radius:28px;font-size:18px;line-height:19px;padding:0 30px 5px}}@media screen and (max-width:767px){.storage-food__rules-action .button{min-height:44px;border-radius:24px;font-size:14px;line-height:16px;padding:0 20px}}body.scroll-fixed .storage-food__section-quiz{overflow-y:auto;height:100vh}.storage-food__quiz{background-color:#dfe6ec;padding:75px 0 86px}@media screen and (max-width:1023px){.storage-food__quiz{padding:57px 0 56px}}@media screen and (max-width:767px){.storage-food__quiz{padding:38px 0 34px}}.storage-food__quiz .wrapper--content{max-width:1396px}@media screen and (max-width:1023px){.storage-food__quiz .wrapper--content{padding-left:36px;padding-right:36px}}@media screen and (max-width:767px){.storage-food__quiz .wrapper--content{padding-left:12px;padding-right:12px}}.storage-food__quiz-title{max-width:960px;font-family:RotonBol,Arial,Helvetica,sans-serif;font-size:53px;line-height:57px;letter-spacing:.015em;color:#27388a;margin-bottom:35px}@media screen and (max-width:1023px){.storage-food__quiz-title{font-size:33px;line-height:34px;letter-spacing:.01em;margin-bottom:24px}}@media screen and (max-width:767px){.storage-food__quiz-title{font-size:20px;line-height:20px;letter-spacing:.023em;margin-bottom:11px}}.storage-food__quiz-wrapper{position:relative}.storage-food__quiz-content{width:100%;max-width:700px;padding-top:10px}@media (min-width:1024px) and (max-width:1239px){.storage-food__quiz-content{max-width:calc(600px + (700 - 600) * ((100vw - 1024px)/ (1239 - 1024)))}}@media screen and (max-width:1023px){.storage-food__quiz-content{max-width:470px}}@media screen and (max-width:767px){.storage-food__quiz-content{max-width:none}}.storage-food__quiz-question{padding-left:8px}.storage-food__quiz-question:not(:last-child){margin-bottom:43px}@media screen and (max-width:1023px){.storage-food__quiz-question:not(:last-child){margin-bottom:24px}}@media screen and (max-width:767px){.storage-food__quiz-question:not(:last-child){margin-bottom:15px}}.storage-food__quiz-question-title{font-family:RotonBol,Arial,Helvetica,sans-serif;font-size:25px;line-height:28px;letter-spacing:.005em;margin-bottom:22px;position:relative;padding-left:28px}@media screen and (max-width:1023px){.storage-food__quiz-question-title{font-size:20px;line-height:26px;letter-spacing:.023em;padding-left:22px;margin-bottom:11px}}@media screen and (max-width:767px){.storage-food__quiz-question-title{font-size:14px;line-height:18px;padding-left:13px;margin-bottom:17px}}.storage-food__quiz-question-title:before{content:attr(data-count);width:20px;text-align:right;position:absolute;left:0;top:auto}@media screen and (max-width:1023px){.storage-food__quiz-question-title:before{width:16px}}@media screen and (max-width:767px){.storage-food__quiz-question-title:before{width:9px}}.storage-food__quiz-question-list{display:flex;flex-direction:column;gap:12px 0;padding-left:102px}@media screen and (max-width:1023px){.storage-food__quiz-question-list{gap:6px 0;padding-left:52px}}@media screen and (max-width:767px){.storage-food__quiz-question-list{padding-left:12px}}.storage-food__quiz-question-list.is-disabled{pointer-events:none}.storage-food__quiz-question-list-item .b-field--radio{margin-bottom:0}.storage-food__quiz-question-list-item .b-field--radio .b-field__label{min-height:20px;font-size:20px;line-height:24px;letter-spacing:.02em;color:#353535;padding-left:30px}@media screen and (max-width:1023px){.storage-food__quiz-question-list-item .b-field--radio .b-field__label{font-size:14px;line-height:16px}}@media screen and (max-width:767px){.storage-food__quiz-question-list-item .b-field--radio .b-field__label{letter-spacing:-.005em}}.storage-food__quiz-question-list-item .b-field--radio .b-field__label:before{width:20px;height:20px;border-color:#353535;top:calc(50% - 7px)}@media screen and (max-width:1023px){.storage-food__quiz-question-list-item .b-field--radio .b-field__label:before{top:calc(50% - 10px)}}.storage-food__quiz-question-list-item .b-field--radio .b-field__label:after{content:'';position:absolute;left:6px;top:calc(50% - 1px);width:8px;height:8px;background:#cbcbcb;border-radius:50%;opacity:0;transition:opacity 134ms}@media screen and (max-width:1023px){.storage-food__quiz-question-list-item .b-field--radio .b-field__label:after{top:calc(50% - 4px)}}.storage-food__quiz-question-list-item .b-field--radio .b-field__radio:checked+.b-field__label:before{border-width:2px}.storage-food__quiz-question-list-item .b-field--radio .b-field__radio:checked+.b-field__label:after{opacity:1}.storage-food__quiz-question-list-item .b-field--radio.is-done .b-field__radio:checked+.b-field__label:after{background:#4ba65e}.storage-food__quiz-question-list-item .b-field--radio.is-done .b-field__label{font-family:RotonBol,Arial,Helvetica,sans-serif;color:#4ba65e}.storage-food__quiz-question-list-item .b-field--radio.is-done .b-field__label:before{border-color:#4ba65e}.storage-food__quiz-question-list-item .b-field--radio.is-fail .b-field__radio:checked+.b-field__label{font-family:RotonBol,Arial,Helvetica,sans-serif;color:#bd2d00}.storage-food__quiz-question-list-item .b-field--radio.is-fail .b-field__radio:checked+.b-field__label:before{border-color:#bd2d00}.storage-food__quiz-question-list-item .b-field--radio.is-fail .b-field__radio:checked+.b-field__label:after{background:#bd2d00}.storage-food__quiz-media{width:478px;display:flex;flex-direction:column;align-items:center;position:absolute;top:0;right:0}@media (min-width:1024px) and (max-width:1239px){.storage-food__quiz-media{width:calc(300px + (380 - 300) * ((100vw - 1024px)/ (1239 - 1024)))}}@media screen and (max-width:1023px){.storage-food__quiz-media{width:276px;top:102px}}@media screen and (max-width:767px){.storage-food__quiz-media{width:100%;position:relative;top:0}}.storage-food__quiz-media-bubble{width:100%;background:#96bad2;border-radius:25px;font-family:RotonBol,Arial,Helvetica,sans-serif;font-size:20px;line-height:23px;letter-spacing:.023em;color:#fff;text-align:center;padding:22px 22px 24px;position:relative;margin-bottom:12px;display:none}@media screen and (max-width:1023px){.storage-food__quiz-media-bubble{border-radius:14px;font-size:14px;line-height:15px;letter-spacing:.023em;padding:10px 10px 13px;margin-bottom:7px}}@media screen and (max-width:767px){.storage-food__quiz-media-bubble{max-width:310px;border-radius:10px;line-height:18px;letter-spacing:.023em;padding:10px 10px 13px;margin:0 auto 22px}}.storage-food__quiz-media-bubble:after{content:'';border-width:0;border-left:22px solid transparent;border-right:22px solid transparent;border-top:22px solid #96bad2;position:absolute;top:calc(100% - 6px);left:50%;-webkit-transform:skew(-56deg,-10deg) rotate(8deg);transform:skew(-56deg,-10deg) rotate(8deg);pointer-events:none}@media screen and (max-width:1023px){.storage-food__quiz-media-bubble:after{border-width:16px}}.storage-food__quiz-media-picture{width:430px;height:430px;background-position:50% 50%;background-repeat:no-repeat;background-size:contain;display:none}@media (min-width:1024px) and (max-width:1239px){.storage-food__quiz-media-picture{width:calc(300px + (380 - 300) * ((100vw - 1024px)/ (1239 - 1024)));height:calc(300px + (380 - 300) * ((100vw - 1024px)/ (1239 - 1024)))}}@media screen and (max-width:1023px){.storage-food__quiz-media-picture{width:256px;height:256px}}@media screen and (max-width:767px){.storage-food__quiz-media-picture{width:268px;height:268px}}@media screen and (max-width:767px){.storage-food__quiz-media.is-done,.storage-food__quiz-media.is-fail{padding-top:36px}}.storage-food__quiz-media.is-fail .storage-food__quiz-media-picture{background-image:url(/new/f/img/lp/storage-food/quiz-result_fail.png);display:block}.storage-food__quiz-media.is-done .storage-food__quiz-media-picture{background-image:url(/new/f/img/lp/storage-food/quiz-result_done.png);display:block}.storage-food__quiz-media.is-fail .storage-food__quiz-media-bubble--fail{display:block}.storage-food__quiz-media.is-done .storage-food__quiz-media-bubble--done{display:block}.storage-food__stages{padding:75px 0 50px}@media screen and (max-width:1023px){.storage-food__stages{padding:57px 0 30px}}@media screen and (max-width:767px){.storage-food__stages{padding:38px 0 20px}}.storage-food__stages .wrapper--content{max-width:1396px}@media screen and (max-width:1023px){.storage-food__stages .wrapper--content{padding-left:36px;padding-right:36px}}@media screen and (max-width:767px){.storage-food__stages .wrapper--content{padding-left:12px;padding-right:12px}}.storage-food__stages-header{max-width:1000px;margin-bottom:24px}@media screen and (max-width:1023px){.storage-food__stages-header{margin-bottom:30px}}@media screen and (max-width:767px){.storage-food__stages-header{margin-bottom:23px}}.storage-food__stages-title{font-family:RotonBol,Arial,Helvetica,sans-serif;font-size:53px;line-height:57px;letter-spacing:.015em;color:#27388a}@media screen and (max-width:1023px){.storage-food__stages-title{font-size:33px;line-height:34px;letter-spacing:.01em}}@media screen and (max-width:767px){.storage-food__stages-title{font-size:20px;line-height:20px;letter-spacing:.023em}}.storage-food__stages-leadtext{font-size:24px;line-height:31px;letter-spacing:.017em;margin-top:52px}@media screen and (max-width:1023px){.storage-food__stages-leadtext{font-size:16px;line-height:22px;margin-top:32px}}@media screen and (max-width:767px){.storage-food__stages-leadtext{font-size:12px;line-height:16px;margin-top:21px}}.storage-food__stages-list{display:flex;flex-direction:column;gap:6px 0}@media screen and (max-width:1023px){.storage-food__stages-list{gap:34px 0}}@media screen and (max-width:767px){.storage-food__stages-list{gap:36px 0}}.storage-food__stages-item{width:100%;max-width:1076px;display:flex;align-items:center;justify-content:space-between;gap:0 75px;margin-left:auto;margin-right:auto}@media screen and (max-width:1023px){.storage-food__stages-item{flex-direction:column;align-items:flex-start}}@media screen and (max-width:767px){.storage-food__stages-item{flex-direction:column-reverse}}.storage-food__stages-item:nth-child(2n){flex-direction:row-reverse}@media screen and (max-width:1023px){.storage-food__stages-item:nth-child(2n){flex-direction:column;align-items:flex-end}}@media screen and (max-width:767px){.storage-food__stages-item:nth-child(2n){flex-direction:column-reverse}}.storage-food__stages-item-text{max-width:526px;font-size:24px;line-height:31px;letter-spacing:.02em;padding-top:12px;padding-right:20px}@media screen and (max-width:1023px){.storage-food__stages-item-text{max-width:456px;font-size:16px;line-height:21px;padding-top:0;padding-right:0;margin-bottom:23px}}@media screen and (max-width:767px){.storage-food__stages-item-text{font-size:12px;line-height:16px;margin-bottom:0;margin-top:30px}}.storage-food__stages-item-media{position:relative;min-width:475px}@media screen and (max-width:767px){.storage-food__stages-item-media{min-width:auto}}.storage-food__stages-item-media-image{width:270px;height:270px}@media screen and (max-width:767px){.storage-food__stages-item-media-image{width:190px;height:190px}}.storage-food__stages-item-media-image img{width:100%;height:100%;display:block;-o-object-fit:contain;object-fit:contain}@media screen and (max-width:1023px){.storage-food__stages-item:nth-child(2n) .storage-food__stages-item-text{margin-bottom:5px}}.storage-food__stages-item:nth-child(2n) .storage-food__stages-item-media-image{margin-left:auto}.storage-food__stages-item-media-bubble{width:233px;background:#96bad2;border-radius:25px;font-family:RotonBol,Arial,Helvetica,sans-serif;font-size:20px;line-height:26px;letter-spacing:.023em;color:#fff;text-align:center;padding:12px 30px 14px;position:absolute;top:calc(50% - 10px);left:calc(270px - 28px);-webkit-transform:translateY(-50%);transform:translateY(-50%)}@media screen and (max-width:1023px){.storage-food__stages-item-media-bubble{border-radius:14px;font-size:16px;line-height:21px;padding:20px 40px 22px}}@media screen and (max-width:767px){.storage-food__stages-item-media-bubble{max-width:144px;border-radius:10px;left:calc(190px - 37px);font-size:14px;line-height:16px;letter-spacing:.023em;padding:10px 10px 13px}}.storage-food__stages-item-media-bubble:after{content:'';border-width:0;border-left:22px solid transparent;border-bottom:22px solid transparent;border-right:22px solid #96bad2;position:absolute;top:50%;right:calc(100% - 9px);-webkit-transform:skew(18deg,4deg) rotate(24deg);transform:skew(18deg,4deg) rotate(24deg);pointer-events:none}.storage-food__stages-item:nth-child(2n) .storage-food__stages-item-text{padding-right:0;padding-top:0}.storage-food__stages-item:nth-child(2n) .storage-food__stages-item-media-bubble{left:auto;right:calc(270px - 28px);top:calc(50% + 2px)}@media screen and (max-width:767px){.storage-food__stages-item:nth-child(2n) .storage-food__stages-item-media-bubble{right:calc(190px - 37px)}}.storage-food__stages-item:nth-child(2n) .storage-food__stages-item-media-bubble:after{border-right:none;border-left:22px solid #96bad2;top:calc(50% - 5px);right:auto;left:calc(100% - 7px);-webkit-transform:skew(8deg,-32deg) rotate(4deg);transform:skew(8deg,-32deg) rotate(4deg)}.storage-food__stages-controls{display:flex;justify-content:center;gap:0 28px;padding-top:54px}@media screen and (max-width:1023px){.storage-food__stages-controls{padding-top:32px}}@media screen and (max-width:767px){.storage-food__stages-controls{flex-direction:column;align-items:center;gap:10px 0;padding-top:20px}}.storage-food__stages-controls-item{width:360px}@media screen and (max-width:767px){.storage-food__stages-controls-item{width:100%;max-width:300px}}.storage-food__stages-controls-item .button{background:#fff;width:100%;max-width:none;border:2px solid #ff8300;border-radius:32px;height:auto;min-height:62px;font-size:20px;line-height:22px;color:#ff8300;white-space:normal;letter-spacing:.023em;display:inline-flex;justify-content:center;align-items:center;padding:0 25px}@media screen and (max-width:1023px){.storage-food__stages-controls-item .button{min-height:52px;border-radius:28px;font-size:18px;line-height:19px;padding:0 30px 5px}}@media screen and (max-width:767px){.storage-food__stages-controls-item .button{min-height:44px;border-radius:24px;font-size:14px;line-height:14px;padding:0 10px}}.storage-food__stages-controls-item .button:hover{background:#ff8300;border-color:#ff8300;color:#fff}@media screen and (max-width:767px){.storage-food__stages-controls-item .button br{display:none}}.storage-food__save{padding:24px 0}@media screen and (max-width:1023px){.storage-food__save{padding:27px 0 30px}}@media screen and (max-width:767px){.storage-food__save{padding:18px 0 20px}}.storage-food__save .wrapper--content{max-width:1396px}@media screen and (max-width:1023px){.storage-food__save .wrapper--content{padding-left:36px;padding-right:36px}}@media screen and (max-width:767px){.storage-food__save .wrapper--content{padding-left:12px;padding-right:12px}}.storage-food__save-header{max-width:960px;margin-bottom:56px}@media screen and (max-width:1023px){.storage-food__save-header{max-width:570px;margin-bottom:35px}}@media screen and (max-width:767px){.storage-food__save-header{margin-bottom:30px}}.storage-food__save-title{font-family:RotonBol,Arial,Helvetica,sans-serif;font-size:53px;line-height:57px;letter-spacing:.015em;color:#27388a}@media screen and (max-width:1023px){.storage-food__save-title{font-size:33px;line-height:34px;letter-spacing:.01em}}@media screen and (max-width:767px){.storage-food__save-title{font-size:20px;line-height:20px;letter-spacing:.023em}}.storage-food__save-wrapper{background-color:#88abce;border-radius:40px;width:100%;height:750px;display:flex;gap:0 40px;padding:36px 40px}@media screen and (max-width:1239px){.storage-food__save-wrapper{height:600px}}@media screen and (max-width:1023px){.storage-food__save-wrapper{height:400px;padding:16px 20px}}@media screen and (max-width:767px){.storage-food__save-wrapper{border-radius:10px;height:auto;min-height:360px;flex-direction:column-reverse;align-items:center;justify-content:space-between;gap:10px 0;padding:50px 10px 17px}}.storage-food__save-content{display:flex;flex-direction:column;justify-content:center;font-family:RotonBol,Arial,Helvetica,sans-serif;font-size:40px;line-height:48px;letter-spacing:.023em;color:#fff;text-align:center;padding-bottom:8px}@media screen and (max-width:1239px){.storage-food__save-content{font-size:34px;line-height:42px;padding-bottom:4px}}@media screen and (max-width:1023px){.storage-food__save-content{font-size:24px;line-height:29px;padding-bottom:4px}}@media screen and (max-width:767px){.storage-food__save-content{max-width:90%;font-size:14px;line-height:15px;text-align:left;padding-bottom:0}}.storage-food__save-content p{margin-bottom:0}.storage-food__save-media{width:666px;min-width:666px;height:670px}@media screen and (max-width:1365px){.storage-food__save-media{width:600px;min-width:600px;height:610px}}@media screen and (max-width:1239px){.storage-food__save-media{width:470px;min-width:470px;height:480px}}@media screen and (max-width:1023px){.storage-food__save-media{width:350px;min-width:350px;height:360px}}@media screen and (max-width:767px){.storage-food__save-media{width:270px;min-width:270px;height:232px}}.storage-food__save-control{cursor:pointer}.storage-food__save-control.animate{-webkit-animation:pulseControl 3s ease-out infinite;animation:pulseControl 3s ease-out infinite;opacity:0}.storage-food__save-control.animate[data-game-control="1"]{-webkit-animation-delay:0s;animation-delay:0s}.storage-food__save-control.animate[data-game-control="2"]{-webkit-animation-delay:.3s;animation-delay:.3s}.storage-food__save-control.animate[data-game-control="3"]{-webkit-animation-delay:.6s;animation-delay:.6s}.storage-food__save-control.animate[data-game-control="4"]{-webkit-animation-delay:.9s;animation-delay:.9s}.storage-food__save-control-status{opacity:0}.storage-food__save-control-handler{stroke:#2b3885}.storage-food__save-control.found .storage-food__save-control-status{opacity:1;stroke:#4ba65e}.storage-food__save-control.found .storage-food__save-control-handler{stroke:#4ba65e}.storage-food__save-control.not-found .storage-food__save-control-status{opacity:1;stroke:#bd2d00}.storage-food__save-control.not-found .storage-food__save-control-handler{stroke:#bd2d00}.storage-food__save-bg{width:100%;height:100%}@media screen and (max-width:1023px){.storage-food__save-bg--d{display:none}}.storage-food__save-bg--t{display:none}@media screen and (max-width:1023px){.storage-food__save-bg--t{display:block}}@media screen and (max-width:767px){.storage-food__save-bg--t{display:none}}.storage-food__save-bg--p{display:none}@media screen and (max-width:767px){.storage-food__save-bg--p{display:block}}.storage-food__know{padding:50px 0 50px}@media screen and (max-width:1023px){.storage-food__know{padding:27px 0 30px}}@media screen and (max-width:767px){.storage-food__know{padding:18px 0 20px}}.storage-food__know .wrapper--content{max-width:1396px}@media screen and (max-width:1023px){.storage-food__know .wrapper--content{padding-left:36px;padding-right:36px}}@media screen and (max-width:767px){.storage-food__know .wrapper--content{padding-left:12px;padding-right:12px}}.storage-food__know-header{max-width:960px;margin-bottom:56px}@media screen and (max-width:1023px){.storage-food__know-header{max-width:570px;margin-bottom:35px}}@media screen and (max-width:767px){.storage-food__know-header{margin-bottom:22px}}.storage-food__know-title{font-family:RotonBol,Arial,Helvetica,sans-serif;font-size:53px;line-height:57px;letter-spacing:.015em;color:#27388a}@media screen and (max-width:1023px){.storage-food__know-title{font-size:33px;line-height:34px;letter-spacing:.01em}}@media screen and (max-width:767px){.storage-food__know-title{font-size:20px;line-height:20px;letter-spacing:.023em}}.storage-food__know-leadtext{font-size:24px;line-height:31px;letter-spacing:.017em;margin-top:47px}@media screen and (max-width:1023px){.storage-food__know-leadtext{font-size:16px;line-height:22px;margin-top:58px}}@media screen and (max-width:767px){.storage-food__know-leadtext{font-size:12px;line-height:16px;margin-top:39px}}.storage-food__know-list{display:flex;gap:0 24px}@media screen and (max-width:767px){.storage-food__know-list{flex-direction:column;gap:20px 0}}.storage-food__know-item{width:calc((100% - 24px)/ 3);background-color:#dfe6ec;border-radius:40px;display:flex;flex-direction:column;align-items:center;padding:40px 20px 42px}@media screen and (max-width:1023px){.storage-food__know-item{background:0 0;padding:0}}@media screen and (max-width:767px){.storage-food__know-item{width:100%;flex-direction:row;align-items:center;gap:0 24px}}.storage-food__know-item-media{background-color:#88abce;width:196px;height:196px;border-radius:25px;overflow:hidden}@media screen and (max-width:1023px){.storage-food__know-item-media{width:144px;height:144px}}@media screen and (max-width:767px){.storage-food__know-item-media{width:56px;height:56px;border-radius:8px;flex:none}}.storage-food__know-item-media img{width:100%;height:100%;display:block;-o-object-fit:contain;object-fit:contain}.storage-food__know-item-content{padding-top:18px}@media screen and (max-width:767px){.storage-food__know-item-content{padding-top:0}}.storage-food__know-item-text{font-size:20px;line-height:26px;letter-spacing:.018em}@media screen and (max-width:1023px){.storage-food__know-item-text{font-size:16px;line-height:21px}}@media screen and (max-width:767px){.storage-food__know-item-text{font-size:12px;line-height:16px}}.storage-food__know-controls{display:flex;justify-content:center;gap:0 28px;padding-top:50px}@media screen and (max-width:1023px){.storage-food__know-controls{padding-top:32px}}@media screen and (max-width:767px){.storage-food__know-controls{flex-direction:column;align-items:center;gap:10px 0;padding-top:20px}}.storage-food__know-controls-item{width:360px}@media screen and (max-width:767px){.storage-food__know-controls-item{width:100%;max-width:300px}}.storage-food__know-controls-item .button{width:100%;max-width:none;border-radius:32px;height:auto;min-height:62px;font-size:20px;line-height:22px;white-space:normal;letter-spacing:.023em;display:inline-flex;justify-content:center;align-items:center;padding:0 25px}@media screen and (max-width:1023px){.storage-food__know-controls-item .button{border-radius:28px;font-size:18px;line-height:19px;padding:0 30px 5px}}@media screen and (max-width:767px){.storage-food__know-controls-item .button{min-height:44px;border-radius:24px;font-size:14px;line-height:14px;padding:0 30px}}@media screen and (max-width:767px){.storage-food__know-controls-item .button br{display:none}}.storage-food__steps{padding:28px 0 80px}@media screen and (max-width:1023px){.storage-food__steps{padding:28px 0 58px}}@media screen and (max-width:767px){.storage-food__steps{padding:18px 0 38px}}.storage-food__steps .wrapper--content{max-width:1396px}@media screen and (max-width:1023px){.storage-food__steps .wrapper--content{padding-left:36px;padding-right:36px}}@media screen and (max-width:767px){.storage-food__steps .wrapper--content{padding-left:12px;padding-right:12px}}.storage-food__steps-header{padding-bottom:53px}@media screen and (max-width:1023px){.storage-food__steps-header{padding-bottom:30px}}@media screen and (max-width:767px){.storage-food__steps-header{padding-bottom:41px}}.storage-food__steps-title{max-width:1000px;font-family:RotonBol,Arial,Helvetica,sans-serif;font-size:53px;line-height:57px;letter-spacing:.015em;color:#27388a}@media screen and (max-width:1023px){.storage-food__steps-title{font-size:33px;line-height:34px;letter-spacing:.01em}}@media screen and (max-width:767px){.storage-food__steps-title{font-size:20px;line-height:20px;letter-spacing:.023em}}.storage-food__steps-leadtext{font-size:24px;line-height:31px;letter-spacing:.017em;margin-top:52px}@media screen and (max-width:1023px){.storage-food__steps-leadtext{font-size:16px;line-height:22px;margin-top:32px}}@media screen and (max-width:767px){.storage-food__steps-leadtext{font-size:12px;line-height:16px;margin-top:21px}}@media screen and (max-width:767px){.storage-food__steps-content{padding-left:12px;padding-right:12px}}.storage-food__steps-list-wrapper{position:relative;overflow:hidden}@media screen and (max-width:767px){.storage-food__steps-list-wrapper{border-radius:10px;overflow:inherit}}@media screen and (min-width:768px){.storage-food__steps-list-wrapper::-webkit-scrollbar{height:0}}@media screen and (min-width:768px){.storage-food__steps-list-wrapper::-webkit-scrollbar-track{background:rgba(255,255,255,.1)}}@media screen and (min-width:768px){.storage-food__steps-list-wrapper::-webkit-scrollbar-thumb{background-color:rgba(255,255,255,.5)}}.storage-food__steps-list{display:flex}@media screen and (max-width:767px){.storage-food__steps-list{width:100%;height:auto;flex-wrap:wrap;position:relative;gap:24px}}.storage-food__steps-item{background:#27388a;border-radius:25px;width:416px;height:618px;padding:50px 20px 44px;margin:0 12px;flex:none;display:flex;flex-direction:column;gap:28px 0;position:relative;transition:background .3s}@media screen and (max-width:1023px){.storage-food__steps-item{width:336px;height:550px;padding-top:40px}}@media screen and (max-width:767px){.storage-food__steps-item{border-radius:10px;width:100%;height:450px;gap:18px 0;padding-top:32px;margin:0;position:sticky;top:90px}}@media screen and (max-width:767px){.storage-food__steps-item:not(.active){background:#88abce}}.storage-food__steps-item-last-wrapper{padding-right:29px}@media screen and (max-width:1023px){.storage-food__steps-item-last-wrapper{padding-right:12px}}@media screen and (max-width:767px){.storage-food__steps-item-last-wrapper{padding-right:0;position:sticky;top:24px}}@media screen and (max-width:767px){.storage-food__steps-item-last-wrapper.active .storage-food__steps-item{background:#27388a}}.storage-food__steps-item-media{background-color:#fff;width:114px;height:114px;border-radius:20px;overflow:hidden;margin-left:auto;margin-right:auto}@media screen and (max-width:767px){.storage-food__steps-item-media{border-radius:10px}}.storage-food__steps-item-media img{width:100%;height:100%;display:block;-o-object-fit:contain;object-fit:contain}.storage-food__steps-item-content{color:#fff}.storage-food__steps-item-title{font-family:RotonBol,Arial,Helvetica,sans-serif;font-size:30px;line-height:30px;letter-spacing:.023em;text-align:center;margin-bottom:21px}@media screen and (max-width:1023px){.storage-food__steps-item-title{font-size:24px;line-height:24px}}@media screen and (max-width:767px){.storage-food__steps-item-title{font-size:20px;line-height:22px;margin-bottom:9px}}.storage-food__steps-item-leadtext{font-size:20px;line-height:26px;letter-spacing:.018em}@media screen and (max-width:1023px){.storage-food__steps-item-leadtext{font-size:16px;line-height:21px}}@media screen and (max-width:767px){.storage-food__steps-item-leadtext{font-size:12px;line-height:16px}}.storage-food__steps-item-count{font-size:14px;line-height:15px;color:#fff;opacity:.5;position:absolute;bottom:22px;right:20px}@media screen and (max-width:767px){.storage-food__steps-item-count{font-size:12px;line-height:13px}}.storage-food__steps-media{display:flex;align-items:center;gap:0 38px;padding-top:38px}@media screen and (max-width:1023px){.storage-food__steps-media{gap:0 24px;padding-top:90px}}@media screen and (max-width:767px){.storage-food__steps-media{flex-direction:column-reverse;padding-top:40px}}.storage-food__steps-media-bubble{width:100%;background:#96bad2;border-radius:40px;font-family:RotonBol,Arial,Helvetica,sans-serif;font-size:36px;line-height:47px;letter-spacing:.023em;color:#fff;text-align:center;padding:21px 40px 28px;position:relative;margin-bottom:58px}@media screen and (max-width:1023px){.storage-food__steps-media-bubble{border-radius:14px;font-size:20px;line-height:26px;letter-spacing:.023em;padding:10px 20px 12px;margin-bottom:35px}}@media screen and (max-width:767px){.storage-food__steps-media-bubble{max-width:310px;border-radius:10px;font-size:14px;line-height:18px;padding:11px 30px 13px;margin-bottom:14px}}.storage-food__steps-media-bubble:after{content:'';border-width:0;border-left:52px solid transparent;border-right:52px solid #96bad2;border-top:52px solid transparent;position:absolute;top:calc(50% - 54px);right:calc(100% - 22px);-webkit-transform:skew(18deg,4deg) rotate(46deg);transform:skew(18deg,4deg) rotate(46deg);pointer-events:none}@media screen and (max-width:1023px){.storage-food__steps-media-bubble:after{border-width:32px;top:calc(50% - 28px);right:calc(100% - 14px)}}@media screen and (max-width:767px){.storage-food__steps-media-bubble:after{border-width:22px;border-right-color:transparent;border-top-color:#96bad2;top:calc(100% - 12px);right:calc(50% - 24px);-webkit-transform:skew(-56deg,-10deg) rotate(8deg);transform:skew(-56deg,-10deg) rotate(8deg)}}.storage-food__steps-media-picture{width:402px;min-width:402px;height:406px}@media (min-width:1024px) and (max-width:1239px){.storage-food__steps-media-picture{width:calc(300px + (380 - 300) * ((100vw - 1024px)/ (1239 - 1024)));min-width:calc(300px + (380 - 300) * ((100vw - 1024px)/ (1239 - 1024)));height:calc(302px + (384 - 302) * ((100vw - 1024px)/ (1239 - 1024)))}}@media screen and (max-width:1023px){.storage-food__steps-media-picture{width:216px;min-width:216px;height:220px}}@media screen and (max-width:767px){.storage-food__steps-media-picture{width:282px;height:286px}}.storage-food__steps-media-picture img{width:100%;height:100%;display:block;-o-object-fit:contain;object-fit:contain;flex:none}.storage-food__faq{background-color:#dfe6ec;padding:75px 0 82px}@media screen and (max-width:1023px){.storage-food__faq{padding:57px 0 61px}}@media screen and (max-width:767px){.storage-food__faq{padding:38px 0 42px}}.storage-food__faq .wrapper--content{max-width:1396px}@media screen and (max-width:1023px){.storage-food__faq .wrapper--content{padding-left:36px;padding-right:36px}}@media screen and (max-width:767px){.storage-food__faq .wrapper--content{padding-left:12px;padding-right:12px}}.storage-food__faq-title{width:100%;max-width:760px;font-family:RotonBol,Arial,Helvetica,sans-serif;font-size:53px;line-height:57px;letter-spacing:.018em;color:#27388a;margin-bottom:35px}@media screen and (max-width:1365px){.storage-food__faq-title{width:calc(100% - 400px)}}@media (min-width:1024px) and (max-width:1239px){.storage-food__faq-title{width:100%}}@media screen and (max-width:1023px){.storage-food__faq-title{width:100%;max-width:510px;font-size:33px;line-height:34px;letter-spacing:.01em;margin-bottom:34px}}@media screen and (max-width:767px){.storage-food__faq-title{font-size:20px;line-height:20px;letter-spacing:.023em;margin-bottom:21px}}.storage-food__faq-wrapper{position:relative;padding-top:17px}@media screen and (max-width:1023px){.storage-food__faq-wrapper{padding-top:0}}.storage-food__faq-content{width:calc(100% - 460px);max-width:810px}@media screen and (max-width:1365px){.storage-food__faq-content{width:calc(100% - 400px)}}@media (min-width:1024px) and (max-width:1239px){.storage-food__faq-content{width:100%;max-width:calc(580px + (700 - 580) * ((100vw - 1024px)/ (1239 - 1024)))}}@media screen and (max-width:1023px){.storage-food__faq-content{width:100%;max-width:392px}}@media screen and (max-width:767px){.storage-food__faq-content{max-width:none}}@media screen and (max-width:767px){.storage-food__faq-content:last-child .storage-food__faq-question-title{font-size:14px;line-height:18px;margin-bottom:11px}}@media screen and (max-width:767px){.storage-food__faq-content:last-child .storage-food__faq-question-list ul li{font-size:14px;line-height:18px}}.storage-food__faq-content:not(:first-child){margin-top:49px}@media screen and (max-width:1023px){.storage-food__faq-content:not(:first-child){margin-top:30px}}@media screen and (max-width:767px){.storage-food__faq-content:not(:first-child){margin-top:36px}}.storage-food__faq-question-title{font-size:25px;line-height:31px;letter-spacing:.002em;margin-bottom:22px;position:relative}@media screen and (max-width:1023px){.storage-food__faq-question-title{font-size:16px;line-height:21px;letter-spacing:.023em;margin-bottom:21px}}@media screen and (max-width:767px){.storage-food__faq-question-title{font-size:12px;line-height:16px;margin-bottom:21px}}.storage-food__faq-question-list{display:flex;flex-direction:column;gap:12px 0;padding-left:37px}@media screen and (max-width:1023px){.storage-food__faq-question-list{gap:6px 0;padding-left:24px}}@media screen and (max-width:767px){.storage-food__faq-question-list{padding-left:18px}}.storage-food__faq-question-list ul{list-style-type:disc}.storage-food__faq-question-list ul li{font-size:25px;line-height:31px;letter-spacing:-.002em}@media screen and (max-width:1023px){.storage-food__faq-question-list ul li{font-size:16px;line-height:21px;letter-spacing:.018em}}@media screen and (max-width:767px){.storage-food__faq-question-list ul li{font-size:12px;line-height:16px}}.storage-food__faq-question-list a[href]{text-decoration:underline;color:inherit}.storage-food__faq-question-list-item{padding-left:20px}@media screen and (max-width:1023px){.storage-food__faq-question-list-item{padding-left:0}}.storage-food__faq-question-list-item ul li:not(:first-child){margin-top:20px}@media screen and (max-width:767px){.storage-food__faq-question-list-item ul li:not(:first-child){margin-top:10px}}.storage-food__faq-media{width:440px;display:flex;flex-direction:column;align-items:center;position:absolute;top:-91px;right:0}@media screen and (max-width:1365px){.storage-food__faq-media{width:380px}}@media (min-width:1024px) and (max-width:1239px){.storage-food__faq-media{width:calc(300px + (380 - 300) * ((100vw - 1024px)/ (1239 - 1024)));top:0}}@media screen and (max-width:1023px){.storage-food__faq-media{width:300px;top:1px}}@media screen and (max-width:767px){.storage-food__faq-media{width:100%;position:relative;top:0;padding-top:40px}}.storage-food__faq-media-bubble{width:100%;background:#96bad2;border-radius:25px;font-family:RotonBol,Arial,Helvetica,sans-serif;font-size:20px;line-height:27px;letter-spacing:.023em;color:#fff;text-align:center;padding:29px 22px 32px;position:relative;margin-bottom:21px}@media screen and (max-width:1023px){.storage-food__faq-media-bubble{border-radius:14px;font-size:16px;line-height:21px;letter-spacing:.023em;padding:16px 10px 18px;margin-bottom:15px}}@media screen and (max-width:767px){.storage-food__faq-media-bubble{max-width:310px;border-radius:10px;font-size:14px;line-height:18px;padding:21px 10px 22px;margin-left:auto;margin-right:auto}}.storage-food__faq-media-bubble:after{content:'';border-width:0;border-left:22px solid transparent;border-right:22px solid transparent;border-top:22px solid #96bad2;position:absolute;top:calc(100% - 6px);left:calc(50% - 78px);-webkit-transform:skew(56deg,10deg) rotate(-14deg);transform:skew(56deg,10deg) rotate(-14deg);pointer-events:none}@media screen and (max-width:1023px){.storage-food__faq-media-bubble:after{border-width:16px;left:calc(50% - 64px)}}@media screen and (max-width:767px){.storage-food__faq-media-bubble:after{left:calc(50% - 60px)}}.storage-food__faq-media-picture{width:416px;height:438px;background-position:50% 50%;background-repeat:no-repeat;background-size:contain;position:relative;left:13px}@media screen and (max-width:1365px){.storage-food__faq-media-picture{width:380px;height:400px}}@media (min-width:1024px) and (max-width:1239px){.storage-food__faq-media-picture{width:calc(300px + (380 - 300) * ((100vw - 1024px)/ (1239 - 1024)));height:calc(316px + (400 - 316) * ((100vw - 1024px)/ (1239 - 1024)))}}@media screen and (max-width:1023px){.storage-food__faq-media-picture{width:276px;height:292px;left:0}}@media screen and (max-width:767px){.storage-food__faq-media-picture{width:282px;height:296px}}.storage-food__faq-media-picture img{width:100%;height:100%;display:block;-o-object-fit:contain;object-fit:contain}.storage-food__disclamer{background-color:#27388a;padding:77px 0 83px}@media screen and (max-width:1023px){.storage-food__disclamer{padding:57px 0 63px}}@media screen and (max-width:767px){.storage-food__disclamer{padding:38px 0 42px}}.storage-food__disclamer .wrapper--content{max-width:1396px}@media screen and (max-width:1023px){.storage-food__disclamer .wrapper--content{padding-left:36px;padding-right:36px}}@media screen and (max-width:767px){.storage-food__disclamer .wrapper--content{padding-left:12px;padding-right:12px}}.storage-food__disclamer-content{width:100%;max-width:900px;margin-left:auto;margin-right:auto}@media screen and (max-width:1023px){.storage-food__disclamer-content{max-width:570px}}.storage-food__disclamer-leadtext{font-family:RotonBol,Arial,Helvetica,sans-serif;font-size:24px;line-height:31px;letter-spacing:.015em;color:#fff;text-align:center}@media screen and (max-width:1023px){.storage-food__disclamer-leadtext{letter-spacing:.023em}}@media screen and (max-width:767px){.storage-food__disclamer-leadtext{font-size:14px;line-height:18px}}.storage-food__disclamer-leadtext p{margin-bottom:0}.storage-food__disclamer-leadtext p+p{margin-top:20px}.storage-food__disclamer-leadtext a[href]{text-decoration:underline;color:inherit}.storage-food__after-quiz{display:none}.storage-food__after-quiz.is-active{display:block}@-webkit-keyframes pulseControl{0%{opacity:0}70%{opacity:1}100%{opacity:0}}@keyframes pulseControl{0%{opacity:0}70%{opacity:1}100%{opacity:0}}.b-inline-filter{background-color:#fff;padding-bottom:30px}@media screen and (max-width:767px){.b-inline-filter{padding-top:10px;padding-bottom:20px}}.b-inline-filter__header{position:relative;display:none}@media screen and (max-width:767px){.b-inline-filter__header{display:block}}.b-inline-filter__action{max-width:280px;margin:0 auto;position:relative}.b-inline-filter__action:after{content:'';height:8px;width:8px;border-right:2px solid #fff;border-bottom:2px solid #fff;-webkit-transform:rotate(45deg);transform:rotate(45deg);cursor:pointer;transition:all .3s;position:absolute;top:calc(50% - 5px);right:19px}.is-active .b-inline-filter__action:after{top:18px;-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}.b-inline-filter__header-content{display:none;padding-bottom:15px}.is-active .b-inline-filter__header-content{display:block}.b-inline-filter__header-text{width:70%;display:inline-block;vertical-align:top;font-size:26px;font-family:RotonBol,Arial,Helvetica,sans-serif;color:#27388a;line-height:1}.b-inline-filter__close{width:40px;height:40px;border-radius:50%;background-color:#27388a;cursor:pointer;position:absolute;top:-6px;right:0}.b-inline-filter__close:hover{background-color:#ff8300}.b-inline-filter__close:after,.b-inline-filter__close:before{content:' ';height:22px;width:2px;background-color:#fff;position:absolute;top:50%;left:50%}.b-inline-filter__close:before{-webkit-transform:translate(-50%,-50%) rotate(45deg);transform:translate(-50%,-50%) rotate(45deg)}.b-inline-filter__close:after{-webkit-transform:translate(-50%,-50%) rotate(-45deg);transform:translate(-50%,-50%) rotate(-45deg)}@media screen and (max-width:767px){.b-inline-filter__content{display:none}.is-active .b-inline-filter__content{display:block}}.brands-filter{width:100%;padding:0 18px;background-color:#fff}@media screen and (max-width:767px){.brands-filter{padding-left:0;padding-right:0}}.brands-filter__by-brand{display:flex;flex-wrap:wrap;gap:15px;padding-top:10px}.brands-filter__by-brand-checkbox-wrap{flex-basis:calc((100% - 10px * 3)/ 3);max-width:calc((100% - 10px * 3)/ 3)}@media screen and (max-width:767px){.brands-filter__by-brand-checkbox-wrap{flex-basis:100%;max-width:none}}@media screen and (max-width:767px){.brands-filter__by-brand-checkbox-wrap:not(:first-child){padding-left:24px}}.brands-filter__by-brand-checkbox-wrap .brands-filter__by-category-checkbox-wrap{display:none}@media screen and (max-width:767px){.brands-filter__by-brand-checkbox-wrap .brands-filter__by-category-checkbox-wrap:last-child{margin-bottom:20px}}.brands-filter__by-brand-checkbox-input{display:none;opacity:0}.brands-filter__by-brand-checkbox-label{display:inline-block;vertical-align:top;cursor:pointer;position:relative;font-size:16px;line-height:24px;text-align:left;color:#414141;font-weight:700;padding-left:34px}.brands-filter__by-brand-checkbox-label a{color:#414141}.brands-filter__by-brand-checkbox-label:hover:before{background:rgba(216,223,246,.2)}.brands-filter__by-brand-checkbox-label:before{background:#fff;content:"";display:block;width:25px;height:25px;border:1px solid #d8dff6;border-radius:4px;position:absolute;left:0;top:0;transition:background-color 134ms}.brands-filter__by-brand-checkbox-label:after{content:'';width:7px;height:12px;border-right:2px solid #fff;border-bottom:2px solid #fff;position:absolute;left:10px;top:5px;-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}.brands-filter__by-brand-checkbox-input:checked+.brands-filter__by-brand-checkbox-label:before{background-color:#ff8300;border-color:#ff8300}.brands-filter__by-brand-checkbox-input:checked+.brands-filter__by-brand-checkbox-label:after{opacity:1}.brands-filter__by-category{position:relative;display:none;margin-top:20px;font-size:0;padding-top:15px;padding-bottom:10px}.brands-filter__by-category.brand-checkbox_checked{display:block}@media screen and (max-width:767px){.brands-filter__by-category.brand-checkbox_checked{display:none}}.brand-checkbox_checked .brands-filter__by-category{display:block}@media screen and (max-width:767px){.brand-checkbox_checked .brands-filter__by-category{display:none}}.brands-filter__by-category:before{content:'';position:absolute;top:0;left:-2%;width:104%;height:100%;border:1px solid #e6e6e6;border-radius:15px}.brands-filter__by-category_title{position:absolute;top:-9px;left:-7px;width:20%;font-size:16px;color:#414141;font-weight:700;line-height:1.2;background-color:#fff;text-align:center}.brands-filter__by-category_content{display:flex;flex-wrap:wrap;gap:15px}.brands-filter__by-category-checkbox-wrap{flex-basis:calc((100% - 10px * 3)/ 3);max-width:calc((100% - 10px * 3)/ 3)}@media screen and (max-width:767px){.brands-filter__by-category-checkbox-wrap{width:100%;flex-basis:100%;max-width:none;margin-top:15px;padding-left:24px}}.brands-filter__by-category-checkbox-input{display:none;opacity:0}.brands-filter__by-category-checkbox-label{display:inline-block;vertical-align:top;cursor:pointer;position:relative;font-size:16px;line-height:24px;text-align:left;color:#414141;padding-left:34px}.brands-filter__by-category-checkbox-label a{color:#414141}.brands-filter__by-category-checkbox-label:hover:before{background:rgba(216,223,246,.2)}.brands-filter__by-category-checkbox-label:before{background:#fff;content:"";display:block;width:25px;height:25px;border:1px solid #d8dff6;border-radius:4px;position:absolute;left:0;top:0;transition:background-color 134ms}.brands-filter__by-category-checkbox-label:after{content:'';width:7px;height:12px;border-right:2px solid #fff;border-bottom:2px solid #fff;position:absolute;left:10px;top:5px;-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}.brands-filter__by-category-checkbox-input:checked+.brands-filter__by-category-checkbox-label:before{background-color:#ff8300;border-color:#ff8300}.brands-filter__by-category-checkbox-input:checked+.brands-filter__by-category-checkbox-label:after{opacity:1}.brands-filter__btn-reset{position:relative;display:none;width:170px;height:30px;line-height:28px;border-radius:15px;border:1px solid #f2f3f2;background-color:#fff;font-size:14px;font-family:RotonBol,Arial,Helvetica,sans-serif;color:#f37060;margin-top:25px;padding-left:36px;padding-right:14px;cursor:pointer}@media screen and (max-width:767px){.b-inline-filter.is-active .brands-filter__btn-reset{display:block}}.brands-filter__btn-reset:after,.brands-filter__btn-reset:before{content:"";height:15px;width:2px;background-color:#f37060;position:absolute;top:calc(50% - 7px);left:18px}.brands-filter__btn-reset:before{-webkit-transform:rotate(45deg);transform:rotate(45deg)}.brands-filter__btn-reset:after{-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}@media screen and (max-width:767px){.brands-filter__categories-desktop{display:none}}.brands-filter__categories-mobile{display:none}@media screen and (max-width:767px){.brands-filter__categories-mobile{display:block}}.reminders-about-breastfeeding{background-color:#063348;background-image:url(/new/f/img/reminders-bg-n.jpg);background-repeat:no-repeat;background-position:center;background-size:cover}.reminders-about-breastfeeding.page-content__preview{align-items:flex-start;height:390px}@media screen and (max-width:767px){.reminders-about-breastfeeding.page-content__preview{align-items:flex-end}}@media screen and (max-width:1023px){.reminders-about-breastfeeding{height:auto;display:flex}.reminders-about-breastfeeding::before{display:block;content:'';width:1px;padding-top:32.8%}}@media screen and (max-width:767px){.reminders-about-breastfeeding{background-image:url(/new/f/img/reminders-bg-mobile-n.jpg);background-size:cover;background-position:left 93% center;display:flex}.reminders-about-breastfeeding::before{display:block;content:'';width:1px;padding-top:49%}}.reminders-about-breastfeeding .page-content__title{margin-top:0;max-width:1100px;width:100%;padding:88px 50px 0;text-align:start}@media screen and (max-width:1023px){.reminders-about-breastfeeding .page-content__title{padding:88px 24px 0}}@media screen and (max-width:767px){.reminders-about-breastfeeding .page-content__title{padding:0 24px 64px;text-align:center}}.b-profile{background:#dde6ed}.b-profile__wrapper{display:flex;max-width:1128px;padding:24px 24px 86px;margin:0 auto;gap:16px}.b-profile__wrapper--columns{flex-direction:column}@media screen and (max-width:767px){.b-profile__wrapper{flex-direction:column;padding:24px 24px 40px}}@media screen and (max-width:459px){.b-profile__wrapper{padding:16px 20px 40px}}.b-profile__aside{display:flex;flex-direction:column;width:346px;gap:16px}@media screen and (max-width:767px){.b-profile__aside{width:100%}}.b-profile__content{display:flex;flex-direction:column;width:calc(100% - 346px - 16px);gap:16px}@media screen and (max-width:767px){.b-profile__content{width:100%}}.b-profile__block{background:#fff;border-radius:16px;padding:32px}@media screen and (max-width:459px){.b-profile__block{padding:16px}}.b-profile__block--babymania{background:#a9dcf5}.b-profile__block--babymania.no-auth{padding-bottom:152px;background:url(/new/f/img/profile/bm.png) no-repeat right 144px #7fbedd;background-size:187px auto}.b-profile__block--chatbot{background:0 0;border-radius:0;padding:0}@media screen and (max-width:767px){.b-profile__block--chatbot{max-width:416px;margin:0 auto}}.b-profile__block--spoiler{padding:28px 32px 0}@media screen and (max-width:459px){.b-profile__block--spoiler{padding:16px 16px 0}}.b-profile__block--modal{background:0 0;border-radius:0;padding:0}.b-profile__block--gray{background:#f6f7fc}.b-profile__box{margin-bottom:32px;display:none}@media screen and (max-width:459px){.b-profile__box{margin-bottom:16px}}.b-profile__box--favorite{display:flex;flex-wrap:wrap;gap:16px}.b-profile__container{margin-bottom:17px}.b-profile__title{font-family:RotonBol,Arial,Helvetica,sans-serif;font-size:25px;line-height:25px;color:#001689}@media screen and (max-width:459px){.b-profile__title{font-size:21px;line-height:22px;letter-spacing:0}}.b-profile__title span{display:inline-block;vertical-align:top;max-width:150px;overflow:hidden;text-overflow:ellipsis}.b-profile__caption{font-family:RotonBol,Arial,Helvetica,sans-serif;font-size:19px;line-height:26px;letter-spacing:0;color:#001689}.b-profile__subtitle{font-family:RotonBol,Arial,Helvetica,sans-serif;font-size:17px;line-height:20px;letter-spacing:0;color:#404040;padding-bottom:11px}@media screen and (max-width:459px){.b-profile__subtitle{font-size:15px;line-height:18px;padding-bottom:10px}}.b-profile__desc{font-family:RotonReg,Arial,Helvetica,sans-serif;font-size:12px;line-height:18px}.b-profile__desc span{color:#ff8300}.b-profile__date{font-size:14px;line-height:16px;padding:15px 0 3px}@media screen and (max-width:459px){.b-profile__date{font-size:12px;line-height:14px;padding:11px 0 4px}}.b-profile__loyalty{position:relative;padding-right:27px;margin-top:13px}.b-profile__loyalty-info{font-size:14px;line-height:21px}.b-profile__loyalty-info span{display:inline-block;vertical-align:top;font-family:RotonBol,Arial,Helvetica,sans-serif;text-wrap:nowrap}.b-profile__loyalty-info span.newbie{color:#00a955}.b-profile__loyalty-info span.baby{color:#ffcc17}.b-profile__loyalty-info span.grow{color:#ffb951}.b-profile__loyalty-info span.expert{color:#ff6258}.b-profile__loyalty-action{cursor:pointer;position:absolute;right:1px;top:3px;width:16px;height:16px;border:1px solid #bebebe;border-radius:50%;text-align:center;font-size:12px;line-height:14px;color:#bebebe}.b-profile__loyalty-action:hover{background:#ff8300;border-color:#ff8300;color:#fff}.b-profile__userpic{background:#f3f7f9;border-radius:50%;text-align:center;width:100px;height:100px;display:block;overflow:hidden}.b-profile__userpic span{font-family:RotonBol,Arial,Helvetica,sans-serif;font-size:34px;line-height:98px}.b-profile__userpic img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain}.b-profile__progress{display:flex;align-items:center;justify-content:center;text-align:center;width:56px;height:56px}.b-profile__progress span{font-family:RotonBol,Arial,Helvetica,sans-serif;font-size:16px;line-height:18px;color:#31a8db;padding-bottom:10px}.b-profile__list{margin:0 -16px 23px;padding-left:16px;padding-right:16px;display:none}@media screen and (max-width:459px){.b-profile__list{margin:0 -16px 12px}}.b-profile__list--gallery{padding-left:0;padding-right:0}.b-profile__row{display:flex;align-items:center;gap:16px}.b-profile__row--stats{min-height:100px;margin-bottom:32px}@media screen and (max-width:459px){.b-profile__row--stats{margin-bottom:16px;gap:12px}}.b-profile__row--progress{min-height:56px;margin-bottom:31px}@media screen and (max-width:459px){.b-profile__row--progress{margin-bottom:23px}}.b-profile__row--kids{justify-content:space-between;align-items:flex-end;padding-top:16px}@media screen and (max-width:1023px){.b-profile__row--kids{flex-direction:column;align-items:flex-start;padding-top:0}}@media screen and (max-width:459px){.b-profile__row--kids{gap:22px}}.b-profile__row--questions{justify-content:space-between;align-items:center;padding:16px 0 0}@media screen and (max-width:459px){.b-profile__row--questions{padding-top:6px}}.b-profile__row--stats .b-profile__column:nth-child(1){position:relative;width:100px}.b-profile__row--stats .b-profile__column:nth-child(1) .bm-auth__top-edit{width:30px;height:30px;right:0;bottom:0}.b-profile__row--stats .b-profile__column:nth-child(1) .bm-auth__top-edit img{width:20px;height:20px}.b-profile__row--stats .b-profile__column:nth-child(2){width:calc(100% - 100px - 16px)}.b-profile__row--progress .b-profile__column:nth-child(1){width:56px}.b-profile__row--progress .b-profile__column:nth-child(2){width:calc(100% - 56px - 16px)}.b-profile__row--kids .b-profile__outside{transition:color 134ms;margin-left:20px;color:#404040}@media screen and (max-width:1023px){.b-profile__row--kids .b-profile__outside{margin-left:0}}.b-profile__row--kids .b-profile__outside:hover{color:#ff8300}@media screen and (max-width:1023px){.b-profile__row--kids .b-profile__controls{flex-direction:column}}@media screen and (max-width:459px){.b-profile__row--kids .b-profile__controls{gap:11px}}.b-profile__row--questions .b-profile__column:nth-child(2){display:flex;gap:16px}.b-profile__controls{display:flex;justify-content:space-between;flex-wrap:wrap;gap:16px}.b-profile__controls--inner{position:relative;padding-bottom:16px}@media screen and (max-width:459px){.b-profile__controls--inner{padding-bottom:16px}}.b-profile__controls .b-profile__btn{font-size:15px;letter-spacing:0;padding:0 23px;width:auto;min-width:108px}@media screen and (max-width:459px){.b-profile__controls .b-profile__btn{font-size:14px;padding:0 20px}}.b-profile__outside{font-family:RotonReg,Arial,Helvetica,sans-serif;font-size:14px;border-radius:0;background:0 0;padding:0;width:auto;min-width:0;color:#404040;display:flex;align-items:center;transition:color 134ms,background 134ms}.b-profile__outside:hover{background:0 0;color:#ff8300}.b-profile__outside svg{position:relative;width:16px;height:16px;top:-1px;flex:none}.b-profile__outside span{margin-left:8px}@media screen and (max-width:459px){.b-profile__outside span{margin-right:4px}}.b-profile__outside.is-hidden{display:none}.b-profile__edit{font-family:RotonReg,Arial,Helvetica,sans-serif;font-size:14px;border-radius:0;background:0 0;padding:0;width:auto;min-width:0;color:#404040;display:flex;align-items:center}.b-profile__edit:hover{background:0 0;color:#ff8300}.b-profile__edit svg{position:relative;width:16px;height:16px;top:-1px}.b-profile__edit span{margin-left:8px}.b-profile__links{position:relative;display:flex;flex-direction:column;gap:8px;min-width:166px}@media screen and (max-width:459px){.b-profile__links{gap:16px}}.b-profile__links a{font-size:14px;line-height:1;color:#31a8db;text-decoration:underline}.b-profile__links a:hover{color:#ff8300}.b-profile__links--pregnant{display:none;margin-bottom:16px}@media screen and (max-width:1023px){.b-profile__links--pregnant{display:flex}}.b-profile__experts{display:flex;flex-direction:column;gap:16px;padding:6px}.b-profile__expert{background:#fff;border-radius:8px;padding:24px 16px 24px 24px;display:flex;gap:16px;align-items:center;box-shadow:0 0 6px #e6e6ef}@media screen and (max-width:459px){.b-profile__expert{padding:16px 8px 16px 16px}}.b-profile__expert-image{position:relative;background:#f2f2f2;border-radius:50%;text-align:center;width:80px;height:80px;flex:none}@media screen and (max-width:459px){.b-profile__expert-image{width:56px;height:56px}}.b-profile__expert-image img{border-radius:50%;-o-object-fit:cover;object-fit:cover;width:100%;height:100%}.b-profile__expert-name{font-family:RotonBol,Arial,Helvetica,sans-serif;font-size:16px;line-height:22px}@media screen and (max-width:459px){.b-profile__expert-name{font-size:14px;line-height:18px}}.b-profile__expert-desc{font-size:14px;line-height:18px;color:rgba(0,0,0,.67)}@media screen and (max-width:459px){.b-profile__expert-desc{font-size:12px;line-height:16px}}.b-profile__warning{background:#fafafa;padding:16px 32px;color:#404040;font-size:14px;line-height:18px;margin:16px -32px 8px}@media screen and (max-width:459px){.b-profile__warning{padding:16px;margin:16px -16px 8px;font-size:12px;line-height:16px}}.b-profile__block--babymania .b-profile__title{text-shadow:0 0 4px rgba(0,0,0,.1);font-family:ARCO,Arial,Helvetica,sans-serif;font-size:23px;line-height:28px;letter-spacing:0;margin-bottom:30px;color:#fff}@media screen and (max-width:459px){.b-profile__block--babymania .b-profile__title{margin-bottom:56px}}.b-profile__block--babymania .b-profile__subtitle{text-shadow:0 0 4px rgba(0,0,0,.1);font-size:21px;line-height:22px;margin:-26px 0 10px;color:#fff}@media screen and (max-width:459px){.b-profile__block--babymania .b-profile__subtitle{margin-top:-52px}}.b-profile__block--babymania .b-profile__column{position:relative;width:calc(50% - 8px)}@media screen and (max-width:459px){.b-profile__block--babymania .b-profile__column{width:100%}}.b-profile__block--babymania .b-profile__column:nth-child(2):after{content:'';position:absolute;left:calc(50% - 46px);top:-54px;width:96px;height:61px;background:url(/new/f/img/babymania/profile/aside.png);background-size:96px auto}@media screen and (max-width:459px){.b-profile__block--babymania .b-profile__column:nth-child(2):after{left:calc(50% - 42px)}}.b-profile__block--babymania .b-profile__row{margin-bottom:32px}@media screen and (max-width:459px){.b-profile__block--babymania .b-profile__row{flex-direction:column-reverse;gap:10px;margin-bottom:16px}}.b-profile__block--babymania .b-profile__outside{transition:color 134ms;color:#207ca9}@media screen and (max-width:459px){.b-profile__block--babymania .b-profile__outside{white-space:wrap;line-height:14px;max-width:90px}}.b-profile__block--babymania .b-profile__outside:hover{color:#ff8300}.b-profile__block--spoiler .b-profile__title{position:relative;font-family:RotonBol,Arial,Helvetica,sans-serif;font-size:25px;line-height:28px;letter-spacing:.01em;margin-bottom:32px;padding-right:30px;color:#001689;cursor:pointer}.b-profile__block--spoiler .b-profile__title.is-blocked{cursor:default}.b-profile__block--spoiler .b-profile__title.is-blocked:before{display:none}@media screen and (max-width:459px){.b-profile__block--spoiler .b-profile__title{font-size:21px;line-height:24px;letter-spacing:0;margin-bottom:16px}}.b-profile__block--spoiler .b-profile__title:before{content:'';position:absolute;right:0;top:5px;width:16px;height:16px;border-bottom:4px solid #001689;border-right:4px solid #001689;border-radius:3px;-webkit-transform:rotate(45deg);transform:rotate(45deg)}@media screen and (max-width:459px){.b-profile__block--spoiler .b-profile__title:before{top:2px}}.b-profile__block--spoiler.is-open .b-profile__title:before{top:13px;-webkit-transform:rotate(225deg);transform:rotate(225deg)}@media screen and (max-width:459px){.b-profile__block--spoiler.is-open .b-profile__title:before{top:10px}}.b-profile__block--spoiler .b-profile__box{display:none}.b-profile__block--spoiler .b-profile__box--favorite{display:flex}.b-profile__block--spoiler.is-open .b-profile__box{display:block}.b-profile__block--modal .b-modal[data-page=answerForExpert] .b-modal__wrapper{padding:0}.b-profile__block--modal .b-modal[data-page=answerForExpert] .b-modal__layout{border-radius:16px}.b-profile__block--modal .b-modal[data-page=answerForExpert] .b-modal__content{border-radius:16px}.b-profile__block--modal .b-modal[data-page=answerForExpert] .b-modal__top{padding:28px 32px 16px}@media screen and (max-width:459px){.b-profile__block--modal .b-modal[data-page=answerForExpert] .b-modal__top{padding:16px 16px 16px}}.b-profile__block--modal .b-modal[data-page=answerForExpert] .b-modal__middle{padding:16px 32px 25px}@media screen and (max-width:459px){.b-profile__block--modal .b-modal[data-page=answerForExpert] .b-modal__middle{padding:0 16px 25px}}.b-profile__block--modal .b-modal[data-page=answerForExpert] .b-modal__bottom{border-radius:0 0 16px 16px}.b-profile__block--modal .b-modal[data-page=answerForExpert] .b-modal__title{font-size:25px;line-height:28px;color:#001689}@media screen and (max-width:459px){.b-profile__block--modal .b-modal[data-page=answerForExpert] .b-modal__title{font-size:21px;line-height:26px;letter-spacing:0}}.b-profile__block--modal .b-modal[data-page=answerForExpert] .b-modal__btn{font-size:15px;letter-spacing:0;padding:0 23px;line-height:40px;height:40px}.b-profile__block--modal .b-modal[data-page=answerForExpert] .b-modal__attach{top:5px}.b-profile__block--modal .b-modal[data-page=answerForExpert] .b-modal__legend{padding:24px 32px 32px;border-radius:0 0 14px 14px}@media screen and (max-width:459px){.b-profile__block--modal .b-modal[data-page=answerForExpert] .b-modal__legend{padding:24px 16px 24px}}@media screen and (max-width:1023px){.b-profile__block--modal .b-modal[data-page=answerForExpert] .b-modal__row--answer{flex-wrap:wrap;justify-content:flex-start}}@media screen and (max-width:459px){.b-profile__block--modal .b-modal[data-page=answerForExpert] .b-modal__row--answer{flex-direction:column}}@media screen and (max-width:1023px){.b-profile__block--modal .b-modal[data-page=answerForExpert] .b-modal__row--answer .b-modal__column:nth-child(1){width:100%}.b-profile__block--modal .b-modal[data-page=answerForExpert] .b-modal__row--answer .b-modal__column:nth-child(2){width:calc(100% - 124px - 16px)}.b-profile__block--modal .b-modal[data-page=answerForExpert] .b-modal__row--answer .b-modal__column:nth-child(3){width:124px}}@media screen and (max-width:1023px) and (max-width:459px){.b-profile__block--modal .b-modal[data-page=answerForExpert] .b-modal__row--answer .b-modal__column:nth-child(2){width:100%}}@media screen and (max-width:1023px) and (max-width:459px){.b-profile__block--modal .b-modal[data-page=answerForExpert] .b-modal__row--answer .b-modal__column:nth-child(3){width:170px}}@media screen and (max-width:1023px){.b-profile__block--modal .b-modal[data-page=answerForExpert] .b-modal__label{display:none}}@media screen and (max-width:459px){.b-profile__block--modal .b-modal[data-page=answerForExpert] .b-modal__label{padding-top:0}}@media screen and (max-width:1023px){.b-profile__block--modal .b-modal[data-page=answerForExpert] .b-modal__label--mobile{display:block}}.b-profile__spoiler{background:#fff;border-radius:16px;padding:25px 32px 2px;margin-bottom:16px;box-shadow:0 0 16px rgba(75,75,61,.12)}@media screen and (max-width:459px){.b-profile__spoiler{padding:16px 16px 2px}}.b-profile__spoiler:last-child{margin-bottom:0}.b-profile__spoiler .b-profile__caption{position:relative;margin-bottom:23px;padding-right:20px;cursor:pointer;color:#27388a}@media screen and (max-width:459px){.b-profile__spoiler .b-profile__caption{line-height:24px;padding-right:25px;margin-bottom:16px}}.b-profile__spoiler .b-profile__caption:before{content:'';position:absolute;right:0;top:5px;width:12px;height:12px;border-bottom:3px solid #27388a;border-right:3px solid #27388a;border-radius:3px;-webkit-transform:rotate(45deg);transform:rotate(45deg)}.b-profile__spoiler.is-open .b-profile__caption{margin-bottom:0}.b-profile__spoiler.is-open .b-profile__caption:before{top:10px;-webkit-transform:rotate(225deg);transform:rotate(225deg)}.b-profile__spoiler.is-open .b-profile__list{display:block}.b-profile__spoiler.is-open .b-profile-orders-empty{display:block}.b-profile .b-comments{padding:0}@media screen and (max-width:1023px){.b-profile .b-comments__image{display:none}}@media screen and (max-width:1023px){.b-profile .b-comments__block{width:100%}}@media screen and (max-width:1023px){.b-profile .b-comments__container{margin-left:16px}}@media screen and (max-width:767px){.b-profile .b-comments__container{margin-left:0}}.b-profile__box--favorite .b-interesting__item{position:relative;width:calc((100% - 2 * 16px)/ 3);min-width:206px;margin:0}@media screen and (max-width:1023px){.b-profile__box--favorite .b-interesting__item{width:calc((100% - 1 * 16px)/ 2)}}@media screen and (max-width:767px){.b-profile__box--favorite .b-interesting__item{width:calc((100% - 2 * 16px)/ 3)}}@media screen and (max-width:459px){.b-profile__box--favorite .b-interesting__item{width:100%}}.b-profile__box--favorite .b-interesting__caption:hover{color:#ff8300}.b-profile__box--favorite .b-profile__controls{justify-content:center;width:100%;margin:16px 0 8px;display:none}.b-profile__box--favorite .b-interesting__item.is-locked{pointer-events:none;opacity:.4;-webkit-filter:grayscale(1);filter:grayscale(1)}.b-profile__box--favorite .b-interesting__item.is-hidden+.b-profile__controls{display:flex}.b-profile-bm{position:relative;background:#207ca9;border-radius:16px;padding:20px 20px 18px;height:132px;color:#fff;display:flex;flex-direction:column;justify-content:space-between}@media screen and (max-width:459px){.b-profile-bm{padding:20px;height:auto}}@media screen and (max-width:459px){.b-profile-bm__top{margin-bottom:11px}}@media screen and (max-width:459px){.b-profile-bm__bottom{display:flex}}@media screen and (max-width:459px){.b-profile-bm__bottom .b-profile-bm__desc{position:relative;padding-left:13px}.b-profile-bm__bottom .b-profile-bm__desc:before{content:'';position:absolute;left:6px;top:2px;width:2px;height:12px;background:#045983}}.b-profile-bm__tooltip{position:absolute;cursor:pointer;top:20px;right:20px;width:22px;height:22px;border-radius:50%;border:2px solid rgba(255,255,255,.8);text-align:center;font-size:16px;line-height:16px;color:#fff;transition:background-color 134ms,border-color 134ms}.b-profile-bm__tooltip:hover{background-color:#ff8300;border-color:#ff8300}.b-profile-bm__title{display:flex;flex-direction:column;align-items:flex-start;font-size:18px;line-height:18px;margin-bottom:6px;letter-spacing:0}@media screen and (max-width:459px){.b-profile-bm__title{flex-direction:row;gap:4px}}.b-profile-bm__title .bm-coin{background-repeat:no-repeat;margin-bottom:6px;height:22px}@media screen and (max-width:459px){.b-profile-bm__title .bm-coin{position:relative;margin-bottom:0;top:-2px}}@media screen and (max-width:459px){.b-profile-bm__title--coins{padding-top:6px;margin-bottom:0;gap:6px}}.b-profile-bm__subtitle{font-size:14px;line-height:14px;letter-spacing:0;margin-bottom:2px}@media screen and (max-width:459px){.b-profile-bm__subtitle{display:flex;flex-direction:row-reverse;justify-content:flex-end;font-size:18px;line-height:18px;margin-bottom:0;margin-top:-1px;padding-bottom:2px;gap:6px}}.b-profile-bm__subtitle .bm-coin{background-repeat:no-repeat;position:relative;top:-2px;left:3px}@media screen and (max-width:459px){.b-profile-bm__subtitle .bm-coin{height:22px;left:auto}}.b-profile-bm__desc{font-size:12px;line-height:14px;letter-spacing:0}.b-profile-bm__progress{width:100%;height:5px;border-radius:3px;position:relative;background:#045983}.b-profile-bm__progress:before{content:'';display:block;width:var(--progress);min-width:5px;max-width:100%;border-radius:inherit;height:inherit;background:#4bdc3c;position:absolute;top:0;left:0}.b-profile-bm__bubble{position:absolute;left:calc(50% - 150px);bottom:calc(100% + 16px);background:#fff;padding:16px;width:300px;display:none;flex-direction:column;gap:8px;text-align:center;font-size:14px;line-height:16px;z-index:2;color:#404040;border-radius:16px;border:1px solid #f3f7f9;box-shadow:0 8px 16px rgba(0,0,0,.1)}.b-profile-bm__bubble:after{content:'';display:block;width:14px;height:14px;left:50%;bottom:-7px;-webkit-transform:translateX(-50%) rotate(45deg);transform:translateX(-50%) rotate(45deg);background:inherit;position:absolute}@media screen and (max-width:767px){.b-profile-bm__tooltip .b-profile-bm__bubble{left:auto;right:-60px;width:240px}}@media screen and (max-width:459px){.b-profile-bm__tooltip .b-profile-bm__bubble{right:-50px}}@media screen and (max-width:767px){.b-profile-bm__tooltip .b-profile-bm__bubble:after{left:auto;right:55px}}@media screen and (max-width:459px){.b-profile-bm__tooltip .b-profile-bm__bubble:after{right:45px}}.b-profile-bm__tooltip:hover .b-profile-bm__bubble{display:flex}.b-profile-kids{display:flex;flex-wrap:wrap;gap:32px;margin-bottom:15px}@media screen and (max-width:1023px){.b-profile-kids{gap:24px;margin-bottom:32px}}@media screen and (max-width:459px){.b-profile-kids{gap:16px;margin-bottom:25px}}.b-profile-kids__item{display:flex;align-items:center;gap:10px;min-width:216px}.b-profile-kids__item--pregnant{position:relative;flex-grow:1;width:100%}.b-profile-kids__item--pregnant:before{content:'';position:absolute;left:-32px;right:-32px;top:-12px;bottom:-12px;background:#f6f7fc}@media screen and (max-width:459px){.b-profile-kids__item--pregnant:before{left:-16px;right:-16px;top:-8px;bottom:-8px}}.b-profile-kids__item--pregnant .b-profile__links{margin-left:auto}@media screen and (max-width:1023px){.b-profile-kids__item--pregnant .b-profile__links{display:none}}.b-profile-kids__image{position:relative;background:#edf0f9;border-radius:50%;width:80px;height:80px;display:flex;align-items:center;justify-content:center}.b-profile-kids__image img{max-width:100%;max-height:100%}.b-profile-kids__image canvas{position:absolute;left:0;top:0}.b-profile-kids__name{color:#404040;font-size:18px;line-height:22px}.b-profile-kids__name a{font-size:16px;color:#27388a;text-decoration:underline}.b-profile-kids__name a:hover{color:#ff8300;text-decoration:none}.b-profile-kids__age{color:#ff8300;font-size:14px;line-height:21px}.b-profile-kids__info{position:relative}.b-profile-loyalty{position:relative;padding:14px 0 7px;color:#404040}@media screen and (max-width:459px){.b-profile-loyalty{padding-bottom:0}}.b-profile-loyalty__tooltip{position:absolute;display:none}.b-profile-loyalty__text{font-size:14px;line-height:20px;letter-spacing:.02em}@media screen and (max-width:459px){.b-profile-loyalty__text--favorite{font-size:12px;line-height:18px;margin-top:-10px}}.b-profile-loyalty__text span{white-space:nowrap}.b-profile-loyalty__progress{width:100%;height:5px;border-radius:3px;position:relative;background:#edf0f9;margin:13px 0 9px}@media screen and (max-width:459px){.b-profile-loyalty__progress{margin:11px 0 17px}}.b-profile-loyalty__progress:before{content:'';display:block;width:var(--progress);min-width:5px;max-width:100%;border-radius:inherit;height:inherit;background:#edf0f9;position:absolute;top:0;left:0}.b-profile-loyalty__progress.newbie:before{background:#00a955}.b-profile-loyalty__progress.baby:before{background:#ffcc17}.b-profile-loyalty__progress.grow:before{background:#ffb951}.b-profile-loyalty__progress.expert:before{background:#ff6258}.b-profile-loyalty__row{display:flex;justify-content:space-between}@media screen and (max-width:1023px){.b-profile-loyalty__row{flex-direction:column;gap:8px}}@media screen and (max-width:459px){.b-profile-loyalty__row{gap:16px}}.b-profile-loyalty__tabs{display:flex;gap:16px;margin-top:16px}@media screen and (max-width:1023px){.b-profile-loyalty__tabs{flex-direction:column}}@media screen and (max-width:459px){.b-profile-loyalty__tabs{margin-top:12px}}.b-profile-loyalty__tab{width:calc((100% - 2 * 16px)/ 3);padding:16px;border-radius:16px;background:#fff;box-shadow:0 0 16px rgba(75,75,61,.12);text-align:center}@media screen and (max-width:1023px){.b-profile-loyalty__tab{width:100%}}.b-profile-loyalty__top{display:flex;justify-content:center}.b-profile-loyalty__after,.b-profile-loyalty__before{position:relative;font-family:RotonBol,Arial,Helvetica,sans-serif;font-size:24px;line-height:20px;padding:0 12px}.b-profile-loyalty__after:before{content:'';position:absolute;left:-5px;top:9px;background:#bebebe;width:9px;height:2px;opacity:.6}.b-profile-loyalty__after:after{content:'';position:absolute;left:-2px;top:7px;border-right:2px solid #bebebe;border-top:2px solid #bebebe;-webkit-transform:rotate(45deg);transform:rotate(45deg);width:6px;height:6px;opacity:.6}.b-profile-loyalty__bottom{font-size:11px;line-height:12px;margin-top:8px}.b-profile-loyalty__catalog{display:flex;flex-wrap:wrap;padding:16px 0 0;gap:16px}.b-profile-loyalty__catalog .b-product-card{width:100%;max-width:calc((100% - 16px * 1)/ 2);height:auto;margin:0;box-shadow:0 0 6px #e6e6ef}@media screen and (max-width:1023px){.b-profile-loyalty__catalog .b-product-card{max-width:234px}}@media screen and (max-width:459px){.b-profile-loyalty__catalog .b-product-card{max-width:270px}}.b-profile-loyalty__catalog .b-product-card--choose{box-shadow:none}.b-profile-loyalty__note{font-size:14px;line-height:20px;letter-spacing:.02em;margin-bottom:8px}.b-profile-loyalty__note span{color:#e23a3a}.b-profile-loyalty .b-profile-bm__tooltip{border-color:#bebebe;color:#bebebe;top:14px;right:0}.b-profile-loyalty .b-profile-bm__tooltip:hover{border-color:#ff8300;color:#fff}.b-profile-loyalty .newbie{color:#00a955}.b-profile-loyalty .baby{color:#ffcc17}.b-profile-loyalty .grow{color:#ffb951}.b-profile-loyalty .expert{color:#ff6258}@media screen and (max-width:1023px){.b-profile-loyalty .b-profile-bm__tooltip+.b-profile-loyalty__text{padding-right:30px}}@media screen and (max-width:459px){.b-profile-loyalty .b-profile-bm__tooltip+.b-profile-loyalty__text{line-height:18px}}.b-profile-history{display:flex;flex-direction:column;gap:16px;padding:16px;color:#404040}@media screen and (max-width:459px){.b-profile-history{gap:10px}}.b-profile-history__spoiler{box-shadow:0 0 16px rgba(75,75,61,.12);background:#fff;border-radius:16px}.b-profile-history__line{display:flex;align-items:center;justify-content:space-between;gap:24px;padding:16px 32px;font-size:14px;line-height:20px;cursor:pointer;border-radius:16px;min-height:68px}@media screen and (max-width:1023px){.b-profile-history__line{padding:16px 24px;flex-wrap:wrap;gap:8px}}@media screen and (max-width:459px){.b-profile-history__line{padding:16px}}.b-profile-history__line .b-profile-history__column:nth-child(2){flex-grow:1}@media screen and (max-width:1023px){.b-profile-history__line .b-profile-history__column:nth-child(2){width:calc(100% - 28px - 8px)}}.b-profile-history__line .b-profile-history__column:nth-child(4){text-align:right;width:76px}@media screen and (max-width:1023px){.b-profile-history__line .b-profile-history__column:nth-child(4){text-align:left;width:auto}}.b-profile-history__open{position:relative;width:28px;height:12px}@media screen and (max-width:1023px){.b-profile-history__open{width:22px}}.b-profile-history__open:before{content:'';position:absolute;left:3px;top:0;width:10px;height:10px;border-bottom:2px solid #bebebe;border-right:2px solid #bebebe;-webkit-transform:rotate(45deg);transform:rotate(45deg)}.b-profile-history__open .b-profile-history__column:nth-child(2){flex-grow:1}.b-profile-history__date{display:inline-block;vertical-align:top;position:relative;line-height:18px;padding-top:2px}@media screen and (max-width:459px){.b-profile-history__date{text-align:center}}.b-profile-history__caption{font-size:12px;line-height:14px;text-align:center}@media screen and (max-width:1023px){.b-profile-history__caption{text-align:left}}@media screen and (max-width:459px){.b-profile-history__caption{line-height:15px}}.b-profile-history__price{font-family:RotonBol,Arial,Helvetica,sans-serif;font-size:18px;text-align:right;white-space:nowrap}@media screen and (max-width:459px){.b-profile-history__price{line-height:15px}}.b-profile-history__discount{color:#e23a3a;text-align:center;line-height:18px;padding-top:2px;white-space:nowrap}@media screen and (max-width:459px){.b-profile-history__discount{padding-top:0;line-height:15px}}.b-profile-history__delivery{text-align:center;line-height:18px;padding-top:2px;white-space:nowrap}@media screen and (max-width:459px){.b-profile-history__delivery{padding-top:0;line-height:15px}}.b-profile-history__product{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:8px 32px 10px;font-size:14px;line-height:20px;min-height:90px;border-top:1px solid #edf0f9}@media screen and (max-width:1239px){.b-profile-history__product{position:relative;padding:12px 32px 40px}}@media screen and (max-width:1023px){.b-profile-history__product{flex-direction:column;align-items:flex-start;padding:12px 24px 20px}}@media screen and (max-width:459px){.b-profile-history__product{line-height:18px;padding:12px 16px 16px;gap:12px}}@media screen and (max-width:1239px){.b-profile-history__product--action{padding:8px 32px 10px}}@media screen and (max-width:1023px){.b-profile-history__product--action{padding:12px 24px 20px;flex-direction:row;align-items:center;flex-wrap:wrap}}@media screen and (max-width:459px){.b-profile-history__product--action{padding:12px 16px 16px}}.b-profile-history__product.is-locked{pointer-events:none;opacity:.5}.b-profile-history__old-price{color:#bebebe;font-size:12px;line-height:16px;text-decoration-line:line-through;white-space:nowrap;text-align:right}@media screen and (max-width:459px){.b-profile-history__old-price{font-size:13px;line-height:1;padding-bottom:3px}}.b-profile-history__image{font-size:0;line-height:1;width:50px;min-height:64px;flex:none}.b-profile-history__image img{max-width:100%}.b-profile-history__quantity{font-size:11px;line-height:18px;padding-top:2px;text-align:center;white-space:nowrap}@media screen and (max-width:459px){.b-profile-history__quantity{font-size:13px;line-height:18px;padding-top:0}}.b-profile-history__weight{font-size:11px;line-height:20px;border-radius:10px;background:#edf0f9;white-space:nowrap;padding:0 8px}.b-profile-history__review{display:flex;align-items:center;transition:color 134ms;white-space:nowrap;color:#404040;cursor:pointer}@media screen and (max-width:1239px){.b-profile-history__review{white-space:wrap;line-height:1}}@media screen and (max-width:459px){.b-profile-history__review{margin-top:7px}}.b-profile-history__review:hover{color:#ff8300}.b-profile-history__review svg{position:relative;width:16px;height:16px;top:-1px;flex:none}.b-profile-history__review span{margin-left:8px}.b-profile-history__title{color:#27388a;transition:color 134ms}.b-profile-history__title:hover{color:#ff8300}.b-profile-history__list{padding-bottom:2px;display:none}.b-profile-history__spoiler.is-open .b-profile-history__open:before{top:5px;-webkit-transform:rotate(225deg);transform:rotate(225deg)}.b-profile-history__spoiler.is-open .b-profile-history__list{display:block}.b-profile-history__controls{display:flex;gap:14px;margin-top:7px}@media screen and (max-width:1023px){.b-profile-history__controls{justify-content:center}}.b-profile-history__dots{display:flex;gap:8px}.b-profile-history__next,.b-profile-history__prev{position:relative;width:28px;height:28px;border-radius:50%;background:#ff8300;cursor:pointer;transition:background 134ms}.b-profile-history__next:before,.b-profile-history__prev:before{content:'';position:absolute;left:11px;top:10px;width:8px;height:8px;border-left:2px solid #fff;border-bottom:2px solid #fff;-webkit-transform:rotate(45deg);transform:rotate(45deg)}.b-profile-history__next:hover,.b-profile-history__prev:hover{background:#27388a}.b-profile-history__next:before{left:auto;right:11px;-webkit-transform:rotate(225deg);transform:rotate(225deg)}.b-profile-history__dot{color:#353535;font-family:RotonBol,Arial,Helvetica,sans-serif;font-size:14px;line-height:28px;padding:0 4px;cursor:pointer;transition:color 134ms}.b-profile-history__dot.is-active,.b-profile-history__dot:hover{color:#ff8300}.b-profile-history__order{border-top:1px solid #edf0f9;padding:10px 32px;min-height:30px;display:flex;align-items:center;justify-content:space-between;font-size:14px;line-height:18px;min-height:67px;gap:24px}@media screen and (max-width:1023px){.b-profile-history__order{flex-direction:column;align-items:flex-start;padding:16px 24px;gap:16px}}@media screen and (max-width:459px){.b-profile-history__order{padding:12px 16px 16px}}@media screen and (max-width:1023px){.b-profile-history__order .b-profile-history__column{display:flex;align-items:center;justify-content:space-between;gap:12px;width:100%}}.b-profile-history__order .b-profile-history__column:nth-child(1){flex-grow:1}.b-profile-history__order .b-profile-history__caption{text-align:left}.b-profile-history__num{line-height:22px;padding-top:2px;white-space:nowrap}@media screen and (max-width:1023px){.b-profile-history__num{text-align:right}}.b-profile-history__num span{font-family:RotonBol,Arial,Helvetica,sans-serif}.b-profile-history__num .b-clipboard{position:relative;background:url(/new/f/img/icon-copy.svg#orange) no-repeat right center;padding-right:18px;margin-right:2px}.b-profile-history__num .b-clipboard:after{content:'';position:absolute;top:0;right:2px;width:8px;height:12px;border-right:2px solid #00a856;border-bottom:2px solid #00a856;-webkit-transform:rotate(45deg);transform:rotate(45deg);pointer-events:none;opacity:0;transition:opacity .3s}.b-profile-history__num .b-clipboard.is-active{background-image:none;color:#ff8300}.b-profile-history__num .b-clipboard.is-active:after{opacity:1}.b-profile-history__status{line-height:16px}.b-profile-history__status span{font-family:RotonBol,Arial,Helvetica,sans-serif;line-height:16px}.b-profile-history__status .rejected{color:#ff4747}.b-profile-history__status .waiting{color:#ff8300}.b-profile-history__status .success{color:#00a856}.b-profile-history__btn{position:relative;border:1px solid #ff8300;border-radius:12px;font-size:12px;line-height:20px;color:#ff8300;height:22px;cursor:pointer;z-index:3;padding:0 12px;white-space:nowrap;transition:background 134ms,color 134ms}.b-profile-history__btn.is-locked,.b-profile-history__btn:hover{border:1px solid #e23a3a;background:#e23a3a;color:#fff}.b-profile-history__btn.is-locked{pointer-events:none;opacity:.5}.b-profile-history__product .b-profile-history__column:nth-child(2){flex-grow:1}@media screen and (max-width:1239px){.b-profile-history__product .b-profile-history__column:nth-child(3){position:absolute;right:32px;bottom:12px}}@media screen and (max-width:1023px){.b-profile-history__product .b-profile-history__column:nth-child(3){position:relative;right:auto;bottom:auto}.b-profile-history__product .b-profile-history__column:nth-child(4){position:absolute;right:24px;top:62px}.b-profile-history__product .b-profile-history__column:nth-child(5){position:absolute;right:84px;top:61px}.b-profile-history__product .b-profile-history__column:nth-child(6){position:absolute;right:24px;top:12px}}@media screen and (max-width:459px){.b-profile-history__product .b-profile-history__column:nth-child(4){position:absolute;right:16px;top:64px}.b-profile-history__product .b-profile-history__column:nth-child(5){position:absolute;right:74px;top:64px}.b-profile-history__product .b-profile-history__column:nth-child(6){position:absolute;right:16px;top:14px}}.b-profile-history__product--action .b-profile-history__column:nth-child(2){flex-grow:1}@media screen and (max-width:1239px){.b-profile-history__product--action .b-profile-history__column:nth-child(3){position:relative;right:auto;bottom:auto}}@media screen and (max-width:1023px){.b-profile-history__product--action .b-profile-history__column:nth-child(2){padding-right:0;width:100%}.b-profile-history__product--action .b-profile-history__column:nth-child(4){position:static;right:auto;top:auto}}.b-profile-history__product--action .b-profile-history__image{min-height:0}.b-profile-history .b-basket-list__delete{position:relative;top:0;right:0}@media screen and (max-width:1023px){.b-profile-history .b-basket-list__delete{position:absolute;right:24px;top:24px}}@media screen and (max-width:459px){.b-profile-history .b-basket-list__delete{right:16px;top:16px}}.b-profile-favorite{display:flex;flex-direction:column;gap:16px;padding-bottom:16px}@media screen and (max-width:459px){.b-profile-favorite{padding-bottom:11px}}.b-profile-favorite__item{display:flex;padding:15px 0 0;border-top:1px solid #dfe6ea}.b-profile-favorite__item:first-child{border-top:none;padding:0}.b-profile-favorite__item:hover .b-profile-favorite__caption{color:#ff8300}.b-profile-favorite__info{width:calc(100% - 80px);padding-right:15px;display:flex;flex-direction:column;justify-content:center}.b-profile-favorite__caption{color:#27388a;font-size:18px;line-height:22px;letter-spacing:.02em;transition:color 134ms}@media screen and (max-width:767px){.b-profile-favorite__caption{font-size:17px;line-height:19px}}.b-profile-favorite__date{color:#bcbcbc;font-size:13px;line-height:1;padding-left:15px;margin-top:8px;background:url(/new/f/img/icon-clock2.svg#gray) no-repeat left top;background-size:contain}.b-profile-favorite__image{border-radius:8px;background:#fafafa;width:80px;height:80px}.b-profile-favorite__image img{border-radius:8px;-o-object-fit:cover;object-fit:cover;width:100%;height:100%}.b-profile-orders-empty{display:none}.b-profile-orders-empty__wrap{display:flex;align-items:center;flex-direction:column;text-align:center;padding-top:11px;padding-bottom:33px}@media screen and (max-width:459px){.b-profile-orders-empty__wrap{padding-bottom:22px}}.b-profile-orders-empty__text{width:100%;max-width:330px;font-size:16px;line-height:21px;letter-spacing:.02em}.b-profile-orders-empty__text span{white-space:nowrap}.b-profile-orders-empty__action{width:180px;padding-top:16px}.b-profile-orders-empty__action .button{height:40px;font-size:14px;line-height:38px}.b-profile-settings__caption{position:relative;font-family:RotonBol,Arial,Helvetica,sans-serif;color:#27388a;font-size:19px;line-height:22px;padding-bottom:15px;letter-spacing:0}.b-profile-settings__caption--info{padding-bottom:27px}.b-profile-settings__row{display:flex;justify-content:space-between;gap:20px}.b-profile-settings__row--line1{padding-bottom:13px}@media screen and (max-width:767px){.b-profile-settings__row--line1{flex-direction:column;gap:0 20px}.b-profile-settings__row--line1 .b-field--switch .b-field__label{display:none}}.b-profile-settings__row--line2{padding-bottom:13px}@media screen and (max-width:767px){.b-profile-settings__row--line2{flex-direction:column;gap:0 20px}}.b-profile-settings__row--line3{padding-bottom:18px}@media screen and (max-width:459px){.b-profile-settings__row--line3{padding-bottom:13px}}@media screen and (max-width:767px){.b-profile-settings__row--line4{flex-direction:column;gap:0 20px}}.b-profile-settings__row--wrap{flex-wrap:wrap;gap:0 20px}.b-profile-settings__row--line1 .b-profile-settings__column:nth-child(1){flex-grow:1}.b-profile-settings__row--line1 .b-profile-settings__column:nth-child(3){width:150px}.b-profile-settings__row--line2 .b-profile-settings__column{width:calc(50% - 10px)}@media screen and (max-width:767px){.b-profile-settings__row--line2 .b-profile-settings__column{width:100%}}.b-profile-settings__row--line3 .b-profile-settings__column{width:100%}.b-profile-settings__row--line4 .b-profile-settings__column{width:calc(50% - 10px)}@media screen and (max-width:767px){.b-profile-settings__row--line4 .b-profile-settings__column{width:100%}}.b-profile-settings__row--wrap .b-basket-address__bonus--inner{margin-bottom:18px}.b-profile-settings__column .b-profile__outside{margin-top:-28px}@media screen and (max-width:1023px){.b-profile-settings__column .b-basket-address__bonus .b-product-bubble,.b-profile-settings__column .b-basket-address__bonus:hover .b-product-bubble{left:-16px}.b-profile-settings__column .b-basket-address__bonus .b-product-bubble:before,.b-profile-settings__column .b-basket-address__bonus:hover .b-product-bubble:before{left:45px}}.b-profile-settings__block{margin-bottom:15px}@media screen and (max-width:459px){.b-profile-settings__block{margin-bottom:3px}}.b-profile-settings__text{line-height:19px;letter-spacing:.015em;color:#bebebe;padding-bottom:16px}.b-profile-settings__text span{font-family:RotonBol,Arial,Helvetica,sans-serif;letter-spacing:.026em;color:#ff8300;cursor:pointer;transition:color 134ms}.b-profile-settings__text span:hover{color:#27388a}.b-profile-settings__controls{padding-top:8px;padding-bottom:16px}@media screen and (max-width:459px){.b-profile-settings__controls{padding-top:8px}}.b-profile-settings__btn{font-size:16px}.b-profile-settings__zone{position:relative}.b-profile-children__wrapper{padding:0}.b-profile-children__item{position:relative;margin-top:30px;padding:3px 0 30px;border-bottom:1px solid #d8dff6}@media screen and (max-width:1239px){.b-profile-children__item{padding-bottom:25px}}@media screen and (max-width:459px){.b-profile-children__item{padding-bottom:29px;margin-top:13px}}.b-profile-children__item:first-child{margin-top:0}.b-profile-children__row{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:0}@media screen and (max-width:1023px){.b-profile-children__row{justify-content:flex-start;align-items:flex-end;flex-wrap:wrap;gap:0 16px}}.b-profile-children__row--line{border-bottom:1px solid #d8dff6;padding:40px 0 21px;gap:22px}@media screen and (max-width:1023px){.b-profile-children__row--line{padding:30px 0 11px;gap:0 22px}}@media screen and (max-width:459px){.b-profile-children__row--line{padding:20px 0 3px}}@media screen and (max-width:1023px){.b-profile-children__row--kid{position:relative}}.b-profile-children__row--item{position:relative}.b-profile-children__column:nth-child(2){flex-grow:1}@media screen and (max-width:1023px){.b-profile-children__column:nth-child(2){width:calc(100% - 80px - 16px)}}@media screen and (max-width:1023px){.b-profile-children__column:nth-child(3){width:100%}}.b-profile-children__column .b-field--date,.b-profile-children__column .b-field--input,.b-profile-children__column .b-field--switch{margin-bottom:34px}@media screen and (max-width:1023px){.b-profile-children__column .b-field--date,.b-profile-children__column .b-field--input,.b-profile-children__column .b-field--switch{margin-bottom:27px}}.b-profile-children__row--kid .b-profile-children__column:nth-child(1){flex-grow:1}@media screen and (max-width:1023px){.b-profile-children__row--kid .b-profile-children__column:nth-child(1){width:100%}}.b-profile-children__row--kid .b-profile-children__column:nth-child(2){flex-grow:0}@media screen and (max-width:1023px){.b-profile-children__row--kid .b-profile-children__column:nth-child(2){width:auto}}@media screen and (max-width:1023px){.b-profile-children__row--kid .b-profile-children__column:nth-child(3){width:auto}}@media screen and (max-width:1023px){.b-profile-children__row--line .b-profile-children__column:nth-child(2){width:auto}}.b-profile-children__close{background:#bebebe;position:absolute;border-radius:50%;width:21px;height:21px;right:0;top:0;cursor:pointer;z-index:3;transition:background 134ms}@media screen and (max-width:459px){.b-profile-children__close{top:2px}}.b-profile-children__close:after,.b-profile-children__close:before{content:'';position:absolute;left:6px;top:10px;width:9px;height:1px;background:#fff;-webkit-transform:rotate(45deg);transform:rotate(45deg)}.b-profile-children__close:after{-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}.b-profile-children__close:hover{background:#ff4747}.b-profile-children__image{background:#edf0f9;border-radius:50%;width:80px;height:80px;font-size:0;line-height:1;margin-top:10px}@media screen and (max-width:1239px){.b-profile-children__image{margin-top:0}}@media screen and (max-width:1023px){.b-profile-children__image{margin-bottom:27px}}@media screen and (max-width:459px){.b-profile-children__image{margin-bottom:23px}}.b-profile-children__image img{max-width:100%;max-height:100%}.b-profile-children__links{padding-left:calc(80px + 20px);margin-top:-9px;display:flex;gap:20px}@media screen and (max-width:1239px){.b-profile-children__links{padding-left:54px;margin-top:0}}@media screen and (max-width:1023px){.b-profile-children__links{flex-direction:column;padding-left:0;gap:12px}}.b-profile-children__link{color:#31a8db;cursor:pointer;display:flex;align-items:center;transition:color 134ms}.b-profile-children__link:hover{color:#ff8300}.b-profile-children__link span{padding:1px 0 0 8px}.b-profile-children__block{padding:34px 0 16px}.b-profile-children__block.is-hidden{display:none}.b-profile-children__empty{position:relative;width:21px;height:21px;pointer-evemts:none}@media screen and (max-width:1023px){.b-profile-children__empty{position:absolute}}.b-profile-children__delete{position:relative;background:#bebebe;border-radius:50%;width:21px;height:21px;cursor:pointer;z-index:3;transition:background 134ms}@media screen and (max-width:1023px){.b-profile-children__delete{position:absolute;right:0;top:-3px}}.b-profile-children__delete:after,.b-profile-children__delete:before{content:'';position:absolute;left:6px;top:10px;width:9px;height:1px;background:#fff;-webkit-transform:rotate(45deg);transform:rotate(45deg)}.b-profile-children__delete:after{-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}.b-profile-children__delete:hover{background:#ff4747}.b-profile-children__add{position:relative;background:0 0;height:auto;font-family:RotonReg,Arial,Helvetica,sans-serif;font-size:16px;line-height:1;letter-spacing:0;color:#31a8db;padding:0 0 0 24px}.b-profile-children__add:hover{background:0 0;color:#ff8300}.b-profile-children__add:before{content:'';position:absolute;left:5px;top:8px;width:10px;height:2px;background:currentColor}.b-profile-children__add:after{content:'';position:absolute;left:9px;top:4px;width:2px;height:10px;background:currentColor}.b-profile-children__controls{display:flex;gap:20px;padding-top:26px}@media screen and (max-width:1023px){.b-profile-children__controls{flex-wrap:wrap;gap:16px}}@media screen and (max-width:459px){.b-profile-children__controls{padding-top:18px;gap:20px}}.b-profile-children__btn{font-size:15px;letter-spacing:.015em;padding:0 23px;width:auto;min-width:180px}@media screen and (max-width:459px){.b-profile-children__btn{min-width:200px}}@media screen and (max-width:459px){.b-profile-children__btn.button--transparent{min-width:0;max-width:none;width:100%}}.b-profile-children__box{position:relative}.b-profile-children__box:before{content:'';position:absolute;left:-32px;right:-32px;top:-16px;bottom:-16px;background:#f6f7fc}@media screen and (max-width:459px){.b-profile-children__box:before{left:-16px;right:-16px;top:-14px;bottom:-14px}}@media screen and (max-width:1239px){.b-profile-children .b-field--date .b-field__wrapper{width:140px}}@media screen and (max-width:1023px){.b-profile-children .b-field--date .b-field__wrapper{width:160px}}@media screen and (max-width:1023px){.b-profile-children .b-field--switch .b-field__label{display:none}}@media screen and (max-width:459px){.b-profile-children .b-field__switch{gap:1px}}@media screen and (max-width:1023px){.b-profile-children .b-field__switch-item span{padding:0 11px}}@media screen and (max-width:459px){.b-profile-children .b-field__switch-item span{font-size:14px;padding:0 9px}}.b-phone-activate{border-radius:4px;background:#fff;box-shadow:0 0 16px rgba(75,75,61,.12);padding:16px 20px;color:#404040;margin:-14px 0 14px}.b-phone-activate.is-hidden{display:none}.b-phone-activate__title{font-family:RotonBol,Arial,Helvetica,sans-serif;color:#001689;font-size:19px;line-height:22px;letter-spacing:0;margin-bottom:10px}.b-phone-activate__desc{font-size:14px;line-height:15px;letter-spacing:.01em;margin-bottom:17px}.b-phone-activate__desc span.is-active{color:#ff8300;cursor:pointer}.b-phone-activate__desc span.is-active:hover{color:#27388a}.b-phone-activate__desc span.is-hidden{display:none}.b-phone-activate__link{display:inline-block;vertical-align:top;font-size:14px;color:#ff8300;cursor:pointer}.b-phone-activate__link:hover{color:#27388a}.b-phone-activate__btn{display:inline-block;vertical-align:top;font-size:14px;line-height:36px;height:37px;max-width:none;padding:0 23px;width:auto}.b-phone-activate__controls{display:flex;align-items:center;flex-wrap:wrap;gap:16px;margin-bottom:24px}.b-phone-activate__step.is-hidden{display:none}.b-article__block--orange-line{border-left:3px solid #ff8300}.b-article__block--orange-line h3{color:#ff8300}.b-article-preview__tags{padding-top:50px}.orange-text{color:#ff8300}.blue-text{color:#27388a}.b-article__title-with-img-1{margin-bottom:30px}.b-article__title-with-img-1 p{padding-right:200px}@media screen and (max-width:767px){.b-article__title-with-img-1 p{padding-right:0}}.b-article__title-with-img-1 .b-article__subtitle{position:relative}@media screen and (max-width:767px){.b-article__title-with-img-1 .b-article__subtitle{padding-right:100px}}.b-article__title-with-img-1 .b-article__subtitle::after{display:block;content:'';width:166px;height:156px;background-image:url(/new/f/img/article/child.png);background-repeat:no-repeat;background-position:center;background-size:contain;position:absolute;right:0;top:10px}@media screen and (max-width:767px){.b-article__title-with-img-1 .b-article__subtitle::after{width:72px;height:68px;top:0}}@media screen and (max-width:1023px){.b-article__block--color-card{max-width:420px;margin-right:auto;margin-left:auto}}.b-article__block--color-card .b-article__block-title{padding-top:15px;margin-bottom:15px;font-size:20px;font-weight:700;position:relative;padding-right:70px}.b-article__block--color-card .b-article__block-title::after{display:block;content:'';width:64px;height:64px;background-repeat:no-repeat;background-position:center;background-size:contain;position:absolute;right:0;top:0}@media screen and (max-width:1023px){.b-article__block--color-card .b-article__block-title::after{width:44px;height:44px}}.b-article__block--color-card .b-article__block-title+p{padding-right:64px}@media screen and (max-width:1023px){.b-article__block--color-card .b-article__block-title+p{padding-right:0}}.b-article__block--color-card .b-article__block p{margin-bottom:5px;line-height:1.2}.b-article__block--color-card .b-article__block-img{position:absolute;display:flex;align-items:center;justify-content:center}.b-article__block--color-card .b-article__block-img img{max-width:100%;max-height:100%;width:auto}.b-article__block--color-orange{background-color:#fff3e6}.b-article__block--color-orange .b-article__block-title{color:#ff8300}.b-article__block--color-blue{background-color:#f3f7f9}.b-article__block--color-blue .b-article__block-title{color:#27388a;font-weight:700}.b-article__block--color-img{background-color:#f3f7f9;position:relative;overflow:hidden}.b-article__block--color-img .b-article__block-sup-title{font-size:14;line-height:1.2}.b-article__block--color-img .b-article__block-title{padding-top:0;color:#27388a;font-weight:700}.b-article__block--color-img p{font-size:14px;line-height:1.2}.b-article__block--color-img .b-article__block-img{background-repeat:no-repeat;background-position:center;background-size:contain;display:flex;align-items:center;justify-content:center;position:absolute}.b-article__block--color-img .b-article__block-img-wrapper{position:absolute;display:flex;align-items:center;justify-content:center;overflow:hidden}.b-article__block--color-img .button{border-radius:48px;padding:0 24px 4px 24px;width:144px;height:40px;font-size:14px;margin-top:50px;background:#27388a}.b-article__block--color-img .button:hover{background:#ff8300}@media screen and (max-width:1023px){.b-article__block--color-img .button{margin-top:15px}}.color-card-1 .b-article__block-title::after{background-image:url(/new/f/img/article/color-card-1.svg)}.color-card-2{padding-right:250px}@media screen and (max-width:1023px){.color-card-2{padding-right:16px;padding-top:250px}}@media screen and (max-width:767px){.color-card-2{padding-top:200px}}@media screen and (max-width:1023px){.color-card-2 .b-article__block-title{padding-right:0}}.color-card-2 .b-article__block-img{background-image:url(/new/f/img/article/color-card-2.png);width:399px;height:297px;right:-110px;top:-15px}@media screen and (max-width:1023px){.color-card-2 .b-article__block-img{top:-50px;right:50%;-webkit-transform:translateX(calc(50% + 29px));transform:translateX(calc(50% + 29px))}}@media screen and (max-width:767px){.color-card-2 .b-article__block-img{top:-100px}}.color-card-2 .b-article__block-img .b-article__block-img-wrapper{top:36px;right:136px;bottom:59px;left:64px}@media screen and (max-width:767px){.color-card-2 .b-article__block-img .b-article__block-img-wrapper{top:100px}}.color-card-3 .b-article__block-title::after{background-image:url(/new/f/img/article/color-card-3.svg)}.color-card-4{padding-left:320px;background-color:#27388a}@media screen and (max-width:1023px){.color-card-4{padding-left:16px;padding-top:310px}}@media screen and (max-width:767px){.color-card-4{padding-top:210px}}.color-card-4 .b-article__block-img{background-image:url(/new/f/img/article/color-card-4.png);width:338px;height:340px;left:-60px;top:-15px}@media screen and (max-width:1023px){.color-card-4 .b-article__block-img{top:-50px;left:50%;-webkit-transform:translateX(calc(-50% - 18px));transform:translateX(calc(-50% - 18px))}}@media screen and (max-width:767px){.color-card-4 .b-article__block-img{top:-140px}}.color-card-4 .b-article__block-img .b-article__block-img-wrapper{top:45px;right:63px;bottom:56px;left:82px}@media screen and (max-width:767px){.color-card-4 .b-article__block-img .b-article__block-img-wrapper{top:147px}}.color-card-4 .b-article__block-sup-title{color:#fff}.color-card-4 .b-article__block-title{color:#fff;padding-right:0}.color-card-4 p{padding-right:0!important;color:#fff}.color-card-4 .button{background:#ff8300}.color-card-4 .button:hover{background:#27388a}.color-card-5 .b-article__block-title::after{background-image:url(/new/f/img/article/color-card-5.svg)}.color-card-6{padding-right:250px}@media screen and (max-width:1023px){.color-card-6{padding-right:16px;padding-top:350px}}@media screen and (max-width:767px){.color-card-6{padding-top:290px}}@media screen and (max-width:1023px){.color-card-6 .b-article__block-title{padding-right:0}}.color-card-6 .b-article__block-img{background-image:url(/new/f/img/article/color-card-6.png);width:288px;height:382px;right:-48px;top:-21px}@media screen and (max-width:1023px){.color-card-6 .b-article__block-img{top:-50px;right:50%;-webkit-transform:translateX(calc(50% + 5px));transform:translateX(calc(50% + 5px))}}@media screen and (max-width:767px){.color-card-6 .b-article__block-img{top:-100px}}.color-card-6 .b-article__block-img .b-article__block-img-wrapper{top:115px;right:41px;bottom:59px;left:32px}@media screen and (max-width:767px){.color-card-6 .b-article__block-img .b-article__block-img-wrapper{top:150px}}.color-card-7 .b-article__block-title::after{background-image:url(/new/f/img/article/color-card-7.svg)}.color-card-8 .b-article__block-title::after{background-image:url(/new/f/img/article/color-card-8.svg)}.color-card-9{padding-left:320px;background-color:#27388a}@media screen and (max-width:1023px){.color-card-9{padding-left:16px;padding-top:350px}}@media screen and (max-width:767px){.color-card-9{padding-top:280px}}.color-card-9 .b-article__block-img{background-image:url(/new/f/img/article/color-card-9.png);width:312px;height:408px;left:-25px;top:-73px}@media screen and (max-width:1023px){.color-card-9 .b-article__block-img{top:-80px;left:50%;-webkit-transform:translateX(calc(-50% - 18px));transform:translateX(calc(-50% - 18px))}}@media screen and (max-width:767px){.color-card-9 .b-article__block-img{top:-140px}}.color-card-9 .b-article__block-img .b-article__block-img-wrapper{top:81px;right:80px;bottom:74px;left:46px}@media screen and (max-width:767px){.color-card-9 .b-article__block-img .b-article__block-img-wrapper{top:155px}}.color-card-9 .b-article__block-sup-title{color:#fff}.color-card-9 .b-article__block-title{color:#fff;padding-right:0}.color-card-9 p{padding-right:0!important;color:#fff}.color-card-9 .button{background:#ff8300}.color-card-9 .button:hover{background:#27388a}.color-card-10 .b-article__block-title::after{background-image:url(/new/f/img/article/color-card-10.svg)}.color-card-11 .b-article__block-title::after{background-image:url(/new/f/img/article/color-card-11.svg)}.color-card-12 .b-article__block-title::after{background-image:url(/new/f/img/article/color-card-12.svg)}.b-article__block--line-with-img-1{position:relative}.b-article__block--line-with-img-1::after{right:0;top:0;position:absolute;display:block;content:'';width:162px;height:239px;background-image:url(/new/f/img/article/child-2.png);background-repeat:no-repeat;background-size:contain}@media screen and (max-width:767px){.b-article__block--line-with-img-1::after{display:none}}.b-article__block--line-with-img-1 p{padding-right:160px}@media screen and (max-width:767px){.b-article__block--line-with-img-1 p{padding-right:0}}.delimiter-15{padding-top:15px}.b-article__block--ul{background:#f3f7f9;padding:10px 24px 14px;border-radius:8px}.b-article__block--ul ul{padding-left:21px;margin-top:7px}.b-article__block--ul ul li{position:relative;margin:0 0 10px;font-size:16px;line-height:1.2}.b-article__block--ul ul li:before{content:'';position:absolute;left:-13px;top:8px;width:5px;height:5px;border-radius:50%;background:#353535}.b-article__advice-cards-row{display:flex;width:calc(100% - 10px);margin-left:-10px}@media screen and (max-width:767px){.b-article__advice-cards-row{flex-wrap:wrap}}.b-article__advice-card--blue{background-color:#f3f7f9}.b-article__advice-card--orange{background-color:#fff3e6}.b-article__advice-card-wraper{display:flex;flex-wrap:wrap;width:33.33%;padding:0 5px}@media screen and (max-width:767px){.b-article__advice-card-wraper{width:100%}}.b-article__advice-card{display:flex;width:100%;margin-bottom:10px;border-radius:8px;padding:100px 10px 10px 10px;position:relative}@media screen and (max-width:767px){.b-article__advice-card{padding:15px 80px 15px 15px}}.b-article__advice-card::before{content:'';display:block;width:58px;height:58px;background-repeat:no-repeat;background-position:center;background-size:contain;position:absolute;left:10px;top:20px}@media screen and (max-width:767px){.b-article__advice-card::before{width:44px;height:44px;left:auto;right:15px;top:10px}}.b-article__advice-card--1::before{background-image:url(/new/f/img/article/color-card-13.svg)}.b-article__advice-card--2::before{background-image:url(/new/f/img/article/color-card-14.svg)}.b-article__advice-card--3::before{background-image:url(/new/f/img/article/color-card-15.svg)}.b-article__advice-card--4::before{background-image:url(/new/f/img/article/color-card-16.svg)}.b-article__advice-card--5::before{background-image:url(/new/f/img/article/color-card-19.svg)}.b-article__advice-card--6::before{background-image:url(/new/f/img/article/color-card-17.svg)}.b-article__advice-card--7::before{background-image:url(/new/f/img/article/color-card-18.svg)}.b-article__two-ways{display:flex;margin-bottom:15px}@media screen and (max-width:767px){.b-article__two-ways{flex-wrap:wrap}}.b-article__two-ways .b-article__two-way{border-radius:8px;padding:20px 10px 10px 10px;background-color:#f3f7f9;margin-right:10px;margin-bottom:10px;width:50%}@media screen and (max-width:767px){.b-article__two-ways .b-article__two-way{width:100%}}.b-article__two-ways .b-article__two-way .b-article__two-way-number{color:#27388a;font-size:20px;font-weight:700;margin-bottom:10px}.is_hidden{display:none}.b-health-top{position:relative;background:#acc4dc}.b-health-top__wrapper{position:relative;display:flex;flex-direction:column;justify-content:flex-end;min-height:550px;padding:74px 54px;border-radius:0 0 40px 40px}@media screen and (max-width:1439px){.b-health-top__wrapper{padding:74px 40px}}@media screen and (max-width:1023px){.b-health-top__wrapper{border-radius:0 0 20px 20px;min-height:340px;padding:62px 36px}}@media screen and (max-width:767px){.b-health-top__wrapper{border-radius:0;padding:32px 24px}}@media screen and (max-width:459px){.b-health-top__wrapper{min-height:366px;padding:28px 10px}}.b-health-top__subtitle{font-family:RotonReg,Arial,Helvetica,sans-serif;font-size:36px;line-height:1;letter-spacing:.016em;margin-bottom:3px;color:#fff;text-shadow:0 2px 4px rgba(0,0,0,.35)}@media screen and (max-width:1023px){.b-health-top__subtitle{font-size:20px;margin-bottom:4px}}@media screen and (max-width:459px){.b-health-top__subtitle{text-align:center;font-size:16px;margin-bottom:4px}}.b-health-top__title{font-family:RotonBol,Arial,Helvetica,sans-serif;font-size:82px;line-height:80px;letter-spacing:.01em;color:#fff;max-width:820px;text-shadow:0 4px 4px rgba(0,0,0,.35);margin-bottom:0}@media screen and (max-width:1023px){.b-health-top__title{max-width:520px;font-size:41px;line-height:1}}@media screen and (max-width:459px){.b-health-top__title{text-align:center;font-size:30px}}.b-health-top__back{position:absolute;left:0;right:0;top:0;bottom:0;font-size:0;line-height:1;pointer-events:none;overflow:hidden}.b-health-top__back span{background:none no-repeat left top;background-size:contain;position:absolute;transition:margin-left .2s}.b-health-top__back span:nth-child(1){background-image:url(/new/f/img/health/layout1.svg);width:345px;height:230px;left:calc(50% + 76px);top:calc(50% - 190px)}@media screen and (max-width:1023px){.b-health-top__back span:nth-child(1){width:240px;height:164px;left:calc(50% + 94px);top:calc(50% - 31px)}}@media screen and (max-width:767px){.b-health-top__back span:nth-child(1){width:178px;height:122px;left:calc(50% + 44px);top:calc(50% - 96px)}}@media screen and (max-width:459px){.b-health-top__back span:nth-child(1){width:210px;height:144px;left:calc(50% - 28px);top:calc(50% - 128px)}}.b-health-top__back span:nth-child(2){background-image:url(/new/f/img/health/layout2.svg);width:370px;height:280px;left:calc(50% + 372px);top:calc(50% + 84px)}@media screen and (max-width:1023px){.b-health-top__back span:nth-child(2){width:246px;height:190px;left:calc(50% + 52px);top:calc(50% - 330px)}}@media screen and (max-width:767px){.b-health-top__back span:nth-child(2){width:194px;height:150px;left:calc(50% + 198px);top:calc(50% + 48px)}}@media screen and (max-width:459px){.b-health-top__back span:nth-child(2){width:226px;height:174px;left:calc(50% + 152px);top:calc(50% + 38px)}}.b-health-top__back span:nth-child(3){background-image:url(/new/f/img/health/layout3.svg);width:258px;height:150px;left:calc(50% + 404px);top:calc(50% - 362px)}@media screen and (max-width:1023px){.b-health-top__back span:nth-child(3){width:178px;height:106px;left:calc(50% + 288px);top:calc(50% - 152px)}}@media screen and (max-width:767px){.b-health-top__back span:nth-child(3){width:134px;height:80px;left:calc(50% + 216px);top:calc(50% - 186px)}}@media screen and (max-width:459px){.b-health-top__back span:nth-child(3){width:134px;height:80px;left:calc(50% + 134px);top:calc(50% - 236px)}}.b-health-top__back span:nth-child(4){background-image:url(/new/f/img/health/layout4.svg);width:358px;height:230px;left:calc(50% + 550px);top:calc(50% - 188px)}@media screen and (max-width:1023px){.b-health-top__back span:nth-child(4){width:246px;height:160px;left:calc(50% + 388px);top:calc(50% - 30px)}}@media screen and (max-width:767px){.b-health-top__back span:nth-child(4){width:186px;height:126px;left:calc(50% + 292px);top:calc(50% - 96px)}}@media screen and (max-width:459px){.b-health-top__back span:nth-child(4){display:none}}.b-health-top__back span:nth-child(5){background-image:url(/new/f/img/health/layout5.svg);width:234px;height:166px;left:calc(50% - 96px);top:calc(50% - 320px)}@media screen and (max-width:1023px){.b-health-top__back span:nth-child(5){width:162px;height:116px;left:calc(50% - 62px);top:calc(50% - 124px)}}@media screen and (max-width:767px){.b-health-top__back span:nth-child(5){width:120px;height:86px;left:calc(50% - 46px);top:calc(50% - 164px)}}@media screen and (max-width:459px){.b-health-top__back span:nth-child(5){display:none}}.b-health-top__back span:nth-child(6){background-image:url(/new/f/img/health/layout5.svg);width:226px;height:160px;left:calc(50% - 456px);top:calc(50% - 368px)}@media screen and (max-width:1023px){.b-health-top__back span:nth-child(6){width:162px;height:116px;left:calc(50% - 314px);top:calc(50% - 158px)}}@media screen and (max-width:767px){.b-health-top__back span:nth-child(6){width:120px;height:86px;left:calc(50% - 234px);top:calc(50% - 190px)}}@media screen and (max-width:459px){.b-health-top__back span:nth-child(6){width:144px;height:104px;left:calc(50% - 186px);top:calc(50% - 210px)}}.b-health-top__back span:nth-child(7){background-image:url(/new/f/img/health/layout3.svg);width:258px;height:150px;left:calc(50% - 838px);top:calc(50% - 218px)}@media screen and (max-width:1023px){.b-health-top__back span:nth-child(7){width:246px;height:140px;left:calc(50% - 582px);top:calc(50% - 252px)}}@media screen and (max-width:767px){.b-health-top__back span:nth-child(7){width:134px;height:78px;left:calc(50% - 434px);top:calc(50% - 106px)}}@media screen and (max-width:459px){.b-health-top__back span:nth-child(7){display:none}}.b-health-top__back span:nth-child(8){background-image:url(/new/f/img/health/layout5.svg);width:244px;height:176px;left:calc(50% - 792px);top:calc(50% + 202px)}@media screen and (max-width:1023px){.b-health-top__back span:nth-child(8){width:186px;height:132px;left:calc(50% - 588px);top:calc(50% + 92px)}}@media screen and (max-width:767px){.b-health-top__back span:nth-child(8){width:134px;height:78px;left:calc(50% - 408px);top:calc(50% - 226px)}}@media screen and (max-width:459px){.b-health-top__back span:nth-child(8){width:130px;height:94px;left:calc(50% - 240px);top:calc(50% - 32px)}}.b-health-info{background:#f3f7f9}.b-health-info__wrapper{padding:38px 54px}@media screen and (max-width:1439px){.b-health-info__wrapper{padding:38px 40px}}@media screen and (max-width:1023px){.b-health-info__wrapper{padding:36px}}@media screen and (max-width:1023px){.b-health-info__wrapper{padding:36px}}@media screen and (max-width:767px){.b-health-info__wrapper{padding:36px 24px}}@media screen and (max-width:459px){.b-health-info__wrapper{padding:36px 16px}}.b-health-info__desc{font-size:18px;line-height:20px;letter-spacing:.017em;padding-bottom:37px}@media screen and (max-width:1023px){.b-health-info__desc{font-size:16px;line-height:1.4}}@media screen and (max-width:459px){.b-health-info__desc{padding-bottom:40px}}.b-health-info__desc p{margin-bottom:20px}.b-health-info__desc p:last-child{margin-bottom:0}.b-health-info__list{display:flex;gap:40px 16px;flex-wrap:wrap}@media screen and (max-width:1023px){.b-health-info__list{gap:24px 16px}}@media screen and (max-width:459px){.b-health-info__list{flex-direction:column;gap:40px}}.b-health-info__item{position:relative;display:flex;align-items:center;padding:32px;background:#7fbedd;border-radius:125px;color:#fff;width:calc((100% - 16px * 2)/ 3);min-width:408px;height:250px;font-family:RotonBol,Arial,Helvetica,sans-serif;font-size:20px;line-height:22px;letter-spacing:.025em;box-shadow:0 0 0 rgba(19,111,158,.3);transition:box-shadow 134ms}@media screen and (max-width:1365px){.b-health-info__item{width:calc((100% - 16px)/ 2)}}@media screen and (max-width:1023px){.b-health-info__item{font-size:18px;line-height:20px;min-width:340px;padding:35px;height:210px}}@media screen and (max-width:767px){.b-health-info__item{max-width:420px;margin:0 auto;width:100%}}@media screen and (max-width:459px){.b-health-info__item{text-align:center;font-size:20px;line-height:22px;max-width:288px;min-width:0;height:auto}}.b-health-info__item:after{content:'';position:absolute;right:0;top:0;background:none no-repeat left top;pointer-events:none}.b-health-info__item:hover{box-shadow:0 13px 18px rgba(19,111,158,.3);color:#fff}@media screen and (max-width:459px){.b-health-info__item:hover{box-shadow:none}}.b-health-info__item[data-item="1"]{background:#7fbedd;border-radius:0 125px 125px 0;padding-right:230px}@media screen and (max-width:1023px){.b-health-info__item[data-item="1"]{padding-right:150px}}@media screen and (max-width:459px){.b-health-info__item[data-item="1"]{border-radius:150px 150px 0 0;padding:232px 10px 40px}}.b-health-info__item[data-item="1"]:after{background-image:url(/new/f/img/health/item1.png);width:239px;height:239px;right:-6px;top:3px}@media screen and (max-width:1023px){.b-health-info__item[data-item="1"]:after{background-size:contain;width:153px;height:153px;right:-5px;top:29px}}@media screen and (max-width:459px){.b-health-info__item[data-item="1"]:after{background-image:url(/new/f/img/health/item1-x2.png);background-size:contain;width:242px;height:242px;right:auto;left:calc(50% - 122px);top:-4px}}.b-health-info__item[data-item="2"]{background:#7facd1;border-radius:125px;padding-right:210px}@media screen and (max-width:1023px){.b-health-info__item[data-item="2"]{padding-right:142px}}@media screen and (max-width:459px){.b-health-info__item[data-item="2"]{border-radius:150px;padding:232px 45px 40px}}.b-health-info__item[data-item="2"]:after{background-image:url(/new/f/img/health/item2.png);width:206px;height:206px;right:4px;top:11px}@media screen and (max-width:1023px){.b-health-info__item[data-item="2"]:after{background-size:contain;width:167px;height:167px;right:-22px;top:14px}}@media screen and (max-width:459px){.b-health-info__item[data-item="2"]:after{background-image:url(/new/f/img/health/item2-x2.png);background-size:contain;width:228px;height:228px;right:auto;left:calc(50% - 107px);top:-11px}}.b-health-info__item[data-item="3"]{background:#7fbedd;border-radius:125px 0 0 125px;padding-right:230px}@media screen and (max-width:1023px){.b-health-info__item[data-item="3"]{padding-right:160px}}@media screen and (max-width:459px){.b-health-info__item[data-item="3"]{border-radius:0 0 150px 150px;padding:232px 20px 60px}}.b-health-info__item[data-item="3"]:after{background-image:url(/new/f/img/health/item3.png);width:235px;height:235px;right:6px;top:-3px}@media screen and (max-width:1023px){.b-health-info__item[data-item="3"]:after{background-size:contain;width:153px;height:153px;right:-8px;top:26px}}@media screen and (max-width:459px){.b-health-info__item[data-item="3"]:after{background-image:url(/new/f/img/health/item3-x2.png);background-size:contain;width:269px;height:269px;right:auto;left:calc(50% - 123px);top:-40px}}.b-health-info__item[data-item="4"]{background:#7facd1;border-radius:125px;padding-right:200px}@media screen and (max-width:1023px){.b-health-info__item[data-item="4"]{padding-right:185px}}@media screen and (max-width:459px){.b-health-info__item[data-item="4"]{border-radius:150px;padding:232px 45px 42px}}.b-health-info__item[data-item="4"]:after{background-image:url(/new/f/img/health/item4.png);width:264px;height:264px;right:-2px;top:-5px}@media screen and (max-width:1023px){.b-health-info__item[data-item="4"]:after{background-size:contain;width:200px;height:200px;right:-6px;top:4px}}@media screen and (max-width:459px){.b-health-info__item[data-item="4"]:after{background-image:url(/new/f/img/health/item4-x2.png);background-size:contain;width:289px;height:289px;right:auto;left:calc(50% - 143px);top:-33px}}.b-health-info__item[data-item="5"]{background:#7fbedd;border-radius:0 125px 125px 0;padding-right:200px}@media screen and (max-width:1023px){.b-health-info__item[data-item="5"]{padding-right:168px}}@media screen and (max-width:459px){.b-health-info__item[data-item="5"]{border-radius:150px 150px 0 0;padding:232px 20px 62px}}.b-health-info__item[data-item="5"]:after{background-image:url(/new/f/img/health/item5.png);width:200px;height:200px;right:0;top:17px}@media screen and (max-width:1023px){.b-health-info__item[data-item="5"]:after{background-size:contain;width:170px;height:170px;right:4px;top:14px}}@media screen and (max-width:459px){.b-health-info__item[data-item="5"]:after{background-image:url(/new/f/img/health/item5-x2.png);background-size:contain;width:245px;height:245px;right:auto;left:calc(50% - 123px);top:-17px}}.b-health-info__item[data-item="6"]{background:#7facd1;border-radius:125px;padding-right:180px}@media screen and (max-width:1023px){.b-health-info__item[data-item="6"]{padding-right:142px}}@media screen and (max-width:459px){.b-health-info__item[data-item="6"]{border-radius:150px;padding:232px 20px 42px}}.b-health-info__item[data-item="6"]:after{background-image:url(/new/f/img/health/item6.png);width:220px;height:220px;right:-12px;top:12px}@media screen and (max-width:1023px){.b-health-info__item[data-item="6"]:after{background-size:contain;width:175px;height:175px;right:-15px;top:16px}}@media screen and (max-width:459px){.b-health-info__item[data-item="6"]:after{background-image:url(/new/f/img/health/item6-x2.png);background-size:contain;width:251px;height:251px;right:auto;left:calc(50% - 122px);top:-24px}}.b-health-exclusive{background:#1e4566;max-width:100%;overflow:hidden}.b-health-exclusive__wrapper{display:flex;gap:32px;padding:40px 54px}@media screen and (max-width:1439px){.b-health-exclusive__wrapper{padding:40px}}@media screen and (max-width:1365px){.b-health-exclusive__wrapper{flex-direction:column}}@media screen and (max-width:1023px){.b-health-exclusive__wrapper{padding:24px 36px;gap:19px}}@media screen and (max-width:767px){.b-health-exclusive__wrapper{padding:24px;gap:24px}}@media screen and (max-width:459px){.b-health-exclusive__wrapper{padding:20px 16px;gap:16px}}.b-health-exclusive__col:nth-child(1){display:flex;align-items:center;padding-bottom:24px;width:420px;flex:none}@media screen and (max-width:1365px){.b-health-exclusive__col:nth-child(1){width:100%}}@media screen and (max-width:1023px){.b-health-exclusive__col:nth-child(1){padding-bottom:0}}.b-health-exclusive__col:nth-child(2){flex-grow:1}.b-health-exclusive__title{font-family:RotonBol,Arial,Helvetica,sans-serif;font-size:54px;line-height:58px;color:#fff}@media screen and (max-width:1365px){.b-health-exclusive__title{line-height:50px;position:relative}}@media screen and (max-width:1023px){.b-health-exclusive__title{max-width:336px;font-size:33px;line-height:34px;padding-right:12px}}@media screen and (max-width:767px){.b-health-exclusive__title{text-align:center;max-width:360px;padding-right:0;margin:0 auto}}@media screen and (max-width:459px){.b-health-exclusive__title{font-size:26px;line-height:1}}.b-health-exclusive__title img{margin:16px 0 0 3px;width:312px}@media screen and (max-width:1365px){.b-health-exclusive__title img{position:absolute;right:-340px;top:12px;margin:0}}@media screen and (max-width:1023px){.b-health-exclusive__title img{width:213px;right:-213px;top:7px}}@media screen and (max-width:767px){.b-health-exclusive__title img{position:static;right:auto;top:auto;width:180px;margin-top:16px}}@media screen and (max-width:459px){.b-health-exclusive__title img{width:162px;display:block;margin:10px auto}}.b-health-exclusive__list{display:flex;gap:40px 16px;flex-wrap:wrap}@media screen and (max-width:1023px){.b-health-exclusive__list{gap:22px 16px}}@media screen and (max-width:767px){.b-health-exclusive__list{gap:24px}}@media screen and (max-width:459px){.b-health-exclusive__list{gap:40px}}.b-health-exclusive__item{position:relative;display:flex;align-items:center;padding:32px;background:#fff;color:#1e4566;width:calc((100% - 16px)/ 2);height:250px;font-family:RotonBol,Arial,Helvetica,sans-serif;font-size:20px;line-height:22px;letter-spacing:.025em;box-shadow:0 0 0 rgba(19,111,158,.3);transition:box-shadow 134ms;cursor:pointer}@media screen and (max-width:1023px){.b-health-exclusive__item{font-size:18px;line-height:20px;height:210px}}@media screen and (max-width:767px){.b-health-exclusive__item{max-width:420px;margin:0 auto;width:100%}}@media screen and (max-width:459px){.b-health-exclusive__item{box-shadow:none;text-align:center;font-size:20px;line-height:22px;max-width:288px;min-width:0;height:auto}}.b-health-exclusive__item:after{content:'';position:absolute;right:0;top:0;background:none no-repeat left top;pointer-events:none}.b-health-exclusive__item:hover{box-shadow:0 13px 18px rgba(255,255,255,.3);color:#1e4566}span.b-health-exclusive__item{-webkit-filter:grayscale(.8);filter:grayscale(.8)}.b-health-exclusive__item[data-item="7"]{border-radius:0 125px 125px 0;padding-right:176px}@media screen and (max-width:1023px){.b-health-exclusive__item[data-item="7"]{padding-right:160px}}@media screen and (max-width:459px){.b-health-exclusive__item[data-item="7"]{border-radius:150px 150px 0 0;padding:232px 10px 20px}}.b-health-exclusive__item[data-item="7"]:after{background-image:url(/new/f/img/health/item7.png);width:209px;height:209px;right:-20px;top:7px}@media screen and (max-width:1023px){.b-health-exclusive__item[data-item="7"]:after{background-size:contain;width:190px;height:190px;right:-21px;top:-2px}}@media screen and (max-width:459px){.b-health-exclusive__item[data-item="7"]:after{background-image:url(/new/f/img/health/item7-x2.png);background-size:contain;width:272px;height:272px;right:auto;left:calc(50% - 136px);top:-31px}}.b-health-exclusive__item[data-item="8"]{border-radius:125px;padding-right:190px}@media screen and (max-width:1023px){.b-health-exclusive__item[data-item="8"]{padding-right:140px}}@media screen and (max-width:459px){.b-health-exclusive__item[data-item="8"]{border-radius:150px;padding:232px 45px 40px;overflow:hidden}}.b-health-exclusive__item[data-item="8"]:after{background-image:url(/new/f/img/health/item8.png);width:222px;height:222px;right:-8px;top:0}@media screen and (max-width:1023px){.b-health-exclusive__item[data-item="8"]:after{background-size:contain;width:173px;height:173px;right:-20px;top:0}}@media screen and (max-width:459px){.b-health-exclusive__item[data-item="8"]:after{background-image:url(/new/f/img/health/item8-x2.png);background-size:contain;width:222px;height:217px;right:auto;left:calc(50% - 105px);top:0}}.b-health-exclusive__item[data-item="9"]{border-radius:125px;padding-right:190px}@media screen and (max-width:1023px){.b-health-exclusive__item[data-item="9"]{padding-right:130px}}@media screen and (max-width:459px){.b-health-exclusive__item[data-item="9"]{border-radius:150px;padding:232px 10px 62px}}.b-health-exclusive__item[data-item="9"]:after{background-image:url(/new/f/img/health/item9.png);width:223px;height:223px;right:-26px;top:-13px}@media screen and (max-width:1023px){.b-health-exclusive__item[data-item="9"]:after{background-size:contain;width:154px;height:154px;right:-30px;top:15px}}@media screen and (max-width:459px){.b-health-exclusive__item[data-item="9"]:after{background-image:url(/new/f/img/health/item9-x2.png);background-size:contain;width:242px;height:238px;right:auto;left:calc(50% - 114px);top:-30px}}.b-health-exclusive__item[data-item="10"]{border-radius:125px 0 0 125px;padding-right:190px}@media screen and (max-width:1023px){.b-health-exclusive__item[data-item="10"]{padding-right:140px}}@media screen and (max-width:767px){.b-health-exclusive__item[data-item="10"]{padding-right:160px}}@media screen and (max-width:459px){.b-health-exclusive__item[data-item="10"]{border-radius:0 0 150px 150px;padding:232px 10px 44px;overflow:hidden}}.b-health-exclusive__item[data-item="10"]:after{background-image:url(/new/f/img/health/item10.png);width:280px;height:279px;right:-56px;top:-67px}@media screen and (max-width:1023px){.b-health-exclusive__item[data-item="10"]:after{background-size:contain;width:253px;height:253px;right:-69px;top:-65px}}@media screen and (max-width:459px){.b-health-exclusive__item[data-item="10"]:after{background-image:url(/new/f/img/health/item10-x2.png);background-size:contain;width:380px;height:247px;right:auto;left:calc(50% - 182px);top:-12px}}.b-health-tools{background:#f3f7f9}.b-health-tools__wrapper{padding-top:28px;padding-bottom:40px}@media screen and (max-width:1023px){.b-health-tools__wrapper{padding-top:34px;padding-bottom:20px}}@media screen and (max-width:459px){.b-health-tools__wrapper{padding-top:36px}}.b-health-tools__title{font-family:RotonBol,Arial,Helvetica,sans-serif;font-size:54px;color:#353535;line-height:58px;margin-bottom:31px;padding:0 54px}@media screen and (max-width:1439px){.b-health-tools__title{padding:0 40px}}@media screen and (max-width:1023px){.b-health-tools__title{font-size:33px;line-height:36px;padding:0 36px;margin-bottom:18px}}@media screen and (max-width:767px){.b-health-tools__title{padding:0 24px}}@media screen and (max-width:459px){.b-health-tools__title{text-align:center;font-size:25px;line-height:26px;padding:0 16px;margin-bottom:8px}}.b-health-tools__list{padding:0 42px 20px}@media screen and (max-width:1439px){.b-health-tools__list{padding:0 28px 20px}}@media screen and (max-width:1023px){.b-health-tools__list{padding:0 24px 20px}}@media screen and (max-width:767px){.b-health-tools__list{padding:0 12px 20px}}@media screen and (max-width:459px){.b-health-tools__list{padding:0 0 20px}}@media screen and (max-width:1439px){.b-health-tools__list .b-gallery__prev{left:-28px}}@media screen and (max-width:1023px){.b-health-tools__list .b-gallery__prev{left:-24px}}@media screen and (max-width:1439px){.b-health-tools__list .b-gallery__next{right:-28px}}@media screen and (max-width:1023px){.b-health-tools__list .b-gallery__next{right:-24px}}.b-health-tools__item{position:relative;display:block;width:350px;height:320px;margin:0 12px}@media screen and (max-width:1023px){.b-health-tools__item{width:336px;height:400px}}@media screen and (max-width:459px){.b-health-tools__item{width:210px;height:260px;margin:0 5px}}.b-health-tools__back{position:absolute;left:0;right:0;top:0;bottom:0;border-radius:18px;overflow:hidden}@media screen and (max-width:1023px){.b-health-tools__back{border-radius:26px}}@media screen and (max-width:459px){.b-health-tools__back{border-radius:18px}}.b-health-tools__back img{position:absolute;left:0;top:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.b-health-tools__front{background:rgba(64,64,64,.4);position:relative;padding:35px;font-family:RotonBol,Arial,Helvetica,sans-serif;font-size:30px;line-height:30px;text-align:center;height:100%;color:#fff;display:flex;align-items:flex-end;justify-content:center;border-radius:16px}@media screen and (max-width:1023px){.b-health-tools__front{border-radius:24px;padding:42px 28px}}@media screen and (max-width:459px){.b-health-tools__front{border-radius:16px;padding:24px;font-size:24px;line-height:26px}}.page-content[data-page=health]{background:#f3f7f9}@media screen and (max-width:459px){.page-content[data-page=health]{padding-top:1px}}.b-health-top--health{background:#f3f7f9}@media screen and (max-width:459px){.b-health-top--health{margin:15px 16px 0;border-radius:16px;overflow:hidden}}.b-health-top--health .b-health-top__title{position:relative;max-width:860px;z-index:2}.b-health-top--health .b-health-top__wrapper{background-repeat:no-repeat}@media screen and (max-width:1023px){.b-health-top--health .b-health-top__wrapper{padding-bottom:36px}}@media screen and (max-width:767px){.b-health-top--health .b-health-top__wrapper{position:relative;overflow:hidden}.b-health-top--health .b-health-top__wrapper:before{content:'';position:absolute;left:0;right:0;bottom:-40px;height:256px;background:linear-gradient(180deg,rgba(172,196,220,0) 0,#527fac 100%)}}@media screen and (max-width:459px){.b-health-top--health .b-health-top__wrapper{padding-bottom:30px}}.b-health-info--health .b-health-info__wrapper{padding-top:47px;padding-bottom:46px}@media screen and (max-width:1023px){.b-health-info--health .b-health-info__wrapper{padding-top:38px;padding-bottom:38px}}@media screen and (max-width:459px){.b-health-info--health .b-health-info__wrapper{padding-top:36px;padding-bottom:36px}}.b-health-info--health .b-health-info__desc{max-width:1120px;line-height:22px;padding-bottom:0}@media screen and (max-width:1023px){.b-health-info--health .b-health-info__desc{line-height:19px}}@media screen and (max-width:459px){.b-health-info--health .b-health-info__desc{font-size:16px;line-height:1.4}}.b-health-block--orange{background:#ef8a33;color:#fff}.b-health-block--gray{background:#eef0f9}.b-health-block--blue{background:#1e4566;color:#fff}.b-health-block--yellow{background:#ffefd7}.b-health-block--lightblue{background:#d5e5f5}.b-health-block--pink{background:#f9eeee}.b-health-block__row{display:flex;gap:16px}@media screen and (max-width:767px){.b-health-block__row{flex-direction:column}}@media screen and (max-width:459px){.b-health-block__row{gap:20px}}.b-health-block__column:nth-child(1){width:435px;flex:none}@media screen and (max-width:1023px){.b-health-block__column:nth-child(1){width:284px}}@media screen and (max-width:767px){.b-health-block__column:nth-child(1){width:100%}}.b-health-block__column:nth-child(2){flex-grow:1}.b-health-block__column--more:nth-child(1){width:630px}@media screen and (max-width:1239px){.b-health-block__column--more:nth-child(1){width:435px}}@media screen and (max-width:1023px){.b-health-block__column--more:nth-child(1){width:284px}}@media screen and (max-width:767px){.b-health-block__column--more:nth-child(1){width:100%}}.b-health-block__column--steps:nth-child(1){width:566px}@media screen and (max-width:1239px){.b-health-block__column--steps:nth-child(1){width:435px}}@media screen and (max-width:1023px){.b-health-block__column--steps:nth-child(1){width:284px}}@media screen and (max-width:767px){.b-health-block__column--steps:nth-child(1){width:100%}}.b-health-block__wrapper{padding:38px 54px}@media screen and (max-width:1439px){.b-health-block__wrapper{padding:38px 40px}}@media screen and (max-width:1023px){.b-health-block__wrapper{padding:33px 36px}}@media screen and (max-width:767px){.b-health-block__wrapper{padding:33px 24px}}@media screen and (max-width:459px){.b-health-block__wrapper{padding:30px 16px}}.b-health-block__title{font-size:48px;line-height:51px;letter-spacing:0;max-width:1200px;margin-bottom:16px;color:#353535}@media screen and (max-width:1023px){.b-health-block__title{font-size:31px;line-height:31px;margin-bottom:18px}}@media screen and (max-width:459px){.b-health-block__title{font-size:21px;line-height:25px;margin-bottom:16px}}.b-health-block__title--big{font-size:54px;line-height:1}@media screen and (max-width:1023px){.b-health-block__title--big{font-size:34px;line-height:1}}@media screen and (max-width:459px){.b-health-block__title--big{font-size:25px;line-height:27px}}.b-health-block__subtitle{font-size:54px;line-height:57px;letter-spacing:0;margin-bottom:25px;color:#353535}@media screen and (max-width:1023px){.b-health-block__subtitle{font-size:34px;line-height:35px;margin-bottom:40px}}@media screen and (max-width:767px){.b-health-block__subtitle{margin-bottom:10px}}@media screen and (max-width:459px){.b-health-block__subtitle{font-size:26px;line-height:30px}}.b-health-block__subtitle--sm{font-size:48px;line-height:52px}@media screen and (max-width:1023px){.b-health-block__subtitle--sm{font-size:32px;line-height:35px}}@media screen and (max-width:459px){.b-health-block__subtitle--sm{font-size:26px;line-height:30px}}.b-health-block__text{font-size:18px;line-height:22px;letter-spacing:.017em;max-width:1200px}@media screen and (max-width:1023px){.b-health-block__text{font-size:16px;line-height:1.4}}.b-health-block__text p{margin-bottom:20px}.b-health-block__text p.h4{font-size:22px}@media screen and (max-width:767px){.b-health-block__text p.h4{font-size:19px;line-height:1.2}}.b-health-block__text p.h5{font-size:18px}@media screen and (max-width:767px){.b-health-block__text p.h5{font-size:16px;line-height:1.3}}@media screen and (max-width:1023px){.b-health-block__text p{margin-bottom:19px}}@media screen and (max-width:459px){.b-health-block__text p{margin-bottom:16px}}.b-health-block__text p:last-child{margin-bottom:0}.b-health-block__text ul{position:relative;padding:12px 0 12px 32px;font-size:16px;line-height:19px;margin-bottom:25px;margin-left:45px}@media screen and (max-width:1023px){.b-health-block__text ul{padding:7px 0;font-size:15px;line-height:1.4;letter-spacing:.02em;margin-bottom:13px;margin-left:0}}@media screen and (max-width:459px){.b-health-block__text ul{padding:8px 0;margin-bottom:20px}}.b-health-block__text ul:before{content:'';position:absolute;left:0;top:0;bottom:0;width:3px;background:#1e4566}.b-health-block__text ul.mb0{margin-bottom:0}.b-health-block__text ul li{position:relative;padding-bottom:20px}.b-health-block__text ul li:last-child{padding-bottom:0}.b-health-block__text ul[data-type="0"]{list-style:auto;padding-left:50px}@media screen and (max-width:1023px){.b-health-block__text ul[data-type="0"]{padding-left:40px}}@media screen and (max-width:459px){.b-health-block__text ul[data-type="0"]{padding-left:36px}}.b-health-block__text ul[data-type="1"] li{padding-left:59px}@media screen and (max-width:1023px){.b-health-block__text ul[data-type="1"] li{padding-left:60px}}@media screen and (max-width:459px){.b-health-block__text ul[data-type="1"] li{padding-left:50px}}.b-health-block__text ul[data-type="1"] li:before{content:'';position:absolute;left:0;top:-10px;background:url(/new/f/img/health/ui-marker1.svg) no-repeat left top;background-size:contain;width:36px;height:36px}@media screen and (max-width:1023px){.b-health-block__text ul[data-type="1"] li:before{width:26px;height:26px;left:20px;top:-3px}}@media screen and (max-width:459px){.b-health-block__text ul[data-type="1"] li:before{left:14px;top:-2px}}.b-health-block__text ul[data-type="2"] li{padding-left:36px}@media screen and (max-width:1023px){.b-health-block__text ul[data-type="2"] li{padding-left:60px}}@media screen and (max-width:459px){.b-health-block__text ul[data-type="2"] li{padding-left:50px}}.b-health-block__text ul[data-type="2"] li:before{content:'';position:absolute;left:-9px;top:-6px;background:url(/new/f/img/health/ui-marker2.svg) no-repeat left top;background-size:contain;width:30px;height:30px}@media screen and (max-width:1023px){.b-health-block__text ul[data-type="2"] li:before{left:19px}}@media screen and (max-width:459px){.b-health-block__text ul[data-type="2"] li:before{left:13px}}.b-health-block__text ul[data-type="3"] li{padding-left:36px}@media screen and (max-width:1023px){.b-health-block__text ul[data-type="3"] li{padding-left:60px}}@media screen and (max-width:459px){.b-health-block__text ul[data-type="3"] li{padding-left:50px}}.b-health-block__text ul[data-type="3"] li:before{content:'';position:absolute;left:-12px;top:-6px;background:url(/new/f/img/health/ui-marker3.svg) no-repeat left top;background-size:contain;width:30px;height:30px}@media screen and (max-width:1023px){.b-health-block__text ul[data-type="3"] li:before{left:16px;top:-4px}}@media screen and (max-width:459px){.b-health-block__text ul[data-type="3"] li:before{left:11px}}.b-health-block__text ul[data-type="4"] li{padding-left:36px}@media screen and (max-width:1023px){.b-health-block__text ul[data-type="4"] li{padding-left:60px}}@media screen and (max-width:459px){.b-health-block__text ul[data-type="4"] li{padding-left:50px}}.b-health-block__text ul[data-type="4"] li:before{content:'';position:absolute;left:-10px;top:-8px;background:url(/new/f/img/health/ui-marker4.svg) no-repeat left top;background-size:contain;width:30px;height:30px}@media screen and (max-width:1023px){.b-health-block__text ul[data-type="4"] li:before{left:19px;top:-7px}}@media screen and (max-width:459px){.b-health-block__text ul[data-type="4"] li:before{left:14px}}.b-health-block__text ul[data-type="5"] li{padding-left:59px}@media screen and (max-width:1023px){.b-health-block__text ul[data-type="5"] li{padding-left:60px}}@media screen and (max-width:459px){.b-health-block__text ul[data-type="5"] li{padding-left:50px}}.b-health-block__text ul[data-type="5"] li:before{content:'';position:absolute;left:-6px;top:-10px;background:url(/new/f/img/health/ui-marker5.svg) no-repeat left top;background-size:contain;width:41px;height:41px}@media screen and (max-width:1023px){.b-health-block__text ul[data-type="5"] li:before{left:18px;top:-4px;width:30px;height:30px}}@media screen and (max-width:459px){.b-health-block__text ul[data-type="5"] li:before{left:12px;top:-4px}}.b-health-block__text ul[data-type="6"] li{padding-left:59px}@media screen and (max-width:1023px){.b-health-block__text ul[data-type="6"] li{padding-left:60px}}@media screen and (max-width:459px){.b-health-block__text ul[data-type="6"] li{padding-left:50px}}.b-health-block__text ul[data-type="6"] li:before{content:'';position:absolute;left:-3px;top:-10px;background:url(/new/f/img/health/ui-marker6.svg) no-repeat left top;background-size:contain;width:38px;height:38px}@media screen and (max-width:1023px){.b-health-block__text ul[data-type="6"] li:before{width:28px;height:28px;left:18px;top:-5px}}@media screen and (max-width:459px){.b-health-block__text ul[data-type="6"] li:before{left:12px}}.b-health-block__text ul[data-type="7"] li{padding-left:59px}@media screen and (max-width:1023px){.b-health-block__text ul[data-type="7"] li{padding-left:60px}}@media screen and (max-width:459px){.b-health-block__text ul[data-type="7"] li{padding-left:50px}}.b-health-block__text ul[data-type="7"] li:before{content:'';position:absolute;left:0;top:-10px;background:url(/new/f/img/health/ui-marker7.svg) no-repeat left top;width:38px;height:38px}@media screen and (max-width:1023px){.b-health-block__text ul[data-type="7"] li:before{background-size:contain;width:28px;height:28px;left:20px;top:-6px}}@media screen and (max-width:459px){.b-health-block__text ul[data-type="7"] li:before{left:14px;top:-5px}}.b-health-block__text ul[data-type="8"] li{padding-left:38px}@media screen and (max-width:1023px){.b-health-block__text ul[data-type="8"] li{padding-left:60px}}@media screen and (max-width:459px){.b-health-block__text ul[data-type="8"] li{padding-left:50px}}.b-health-block__text ul[data-type="8"] li:before{content:'';position:absolute;left:-16px;top:-7px;background:url(/new/f/img/health/ui-marker8.svg) no-repeat left top;background-size:contain;width:40px;height:40px}@media screen and (max-width:1023px){.b-health-block__text ul[data-type="8"] li:before{width:28px;height:28px;left:18px;top:-2px}}@media screen and (max-width:459px){.b-health-block__text ul[data-type="8"] li:before{left:12px}}.b-health-block__text ul[data-type="9"].half{max-width:920px;display:flex;flex-wrap:wrap}@media screen and (max-width:767px){.b-health-block__text ul[data-type="9"].half{display:block}}.b-health-block__text ul[data-type="9"].half li{width:50%}@media screen and (max-width:1023px){.b-health-block__text ul[data-type="9"].half li{width:46%}}@media screen and (max-width:767px){.b-health-block__text ul[data-type="9"].half li{width:auto}}.b-health-block__text ul[data-type="9"].half li:nth-last-child(2){padding-bottom:0}@media screen and (max-width:767px){.b-health-block__text ul[data-type="9"].half li:nth-last-child(2){padding-bottom:20px}}.b-health-block__text ul[data-type="9"] li{padding-left:59px}@media screen and (max-width:1023px){.b-health-block__text ul[data-type="9"] li{padding-left:60px}}@media screen and (max-width:459px){.b-health-block__text ul[data-type="9"] li{padding-left:50px}}.b-health-block__text ul[data-type="9"] li:before{content:'';position:absolute;left:-3px;top:-12px;background:url(/new/f/img/health/ui-marker9.svg) no-repeat left top;background-size:contain;width:38px;height:38px}@media screen and (max-width:1023px){.b-health-block__text ul[data-type="9"] li:before{width:30px;height:30px;left:18px;top:-6px}}@media screen and (max-width:459px){.b-health-block__text ul[data-type="9"] li:before{width:26px;height:26px;left:13px;top:-3px}}.b-health-block__caption{font-size:38px;line-height:1;letter-spacing:.02em;margin-top:-4px;margin-bottom:18px}@media screen and (max-width:1023px){.b-health-block__caption{font-size:28px;margin-top:-9px;margin-bottom:30px}}@media screen and (max-width:767px){.b-health-block__caption{margin-bottom:10px}}@media screen and (max-width:459px){.b-health-block__caption{font-size:20px;margin-top:-8px}}.b-health-block__image{font-size:0;line-height:1;text-align:center;padding:0 25px 0 0}@media screen and (max-width:767px){.b-health-block__image{padding:0}}@media screen and (max-width:459px){.b-health-block__image{margin:0 -14px}}.b-health-block__image img{max-width:100%}.b-health-block__container{margin-bottom:43px}@media screen and (max-width:1023px){.b-health-block__container{margin-bottom:34px}}.b-health-block__container:last-child{margin-bottom:0}.b-health-block__pic{position:relative;padding-right:260px}@media screen and (max-width:1239px){.b-health-block__pic{padding-right:240px}}@media screen and (max-width:767px){.b-health-block__pic{padding-top:240px;padding-right:0}}.b-health-block__pic:before{content:'';position:absolute;right:0;top:-78px;width:234px;height:234px;background:url(/new/f/img/health/block-image10.svg) no-repeat left top;background-size:contain}@media screen and (max-width:1239px){.b-health-block__pic:before{top:calc(50% - 140px)}}@media screen and (max-width:767px){.b-health-block__pic:before{left:calc(50% - 107px);right:auto;top:-8px}}.b-health-block--orange .b-health-block__subtitle,.b-health-block--orange .b-health-block__title{color:#fff}.b-health-block--orange .b-health-block__text ul{margin-left:0}.b-health-block--orange .b-health-block__text ul:before{background:#fff}.b-health-block--orange .b-health-block__column .b-health-block__text{max-width:660px;padding:8px 0}@media screen and (max-width:1023px){.b-health-block--orange .b-health-block__column .b-health-block__text{padding:5px 0}}@media screen and (max-width:459px){.b-health-block--orange .b-health-block__column .b-health-block__text{padding:0}}.b-health-block--orange .b-health-block__column .b-health-block__text p{margin-bottom:22px}@media screen and (max-width:1023px){.b-health-block--orange .b-health-block__column .b-health-block__text p{margin-bottom:19px}}@media screen and (max-width:459px){.b-health-block--orange .b-health-block__column .b-health-block__text p{margin-bottom:18px}}.b-health-block--orange .b-health-block__column .b-health-block__text p:last-child{margin-bottom:0}.b-health-block--orange .b-health-block__column .b-health-block__text ul{margin-left:0}.b-health-block--orange .b-health-block__column .b-health-block__text ul:before{background:#fff}.b-health-block--gray .b-health-block__row .b-health-block__text ul{margin-left:0}.b-health-block--gray .b-health-block__column .b-health-block__text{max-width:660px;padding:8px 0}@media screen and (max-width:1023px){.b-health-block--gray .b-health-block__column .b-health-block__text{padding:5px 0}}@media screen and (max-width:459px){.b-health-block--gray .b-health-block__column .b-health-block__text{padding:0}}.b-health-block--gray .b-health-block__column .b-health-block__text p{margin-bottom:22px}@media screen and (max-width:1023px){.b-health-block--gray .b-health-block__column .b-health-block__text p{margin-bottom:19px}}@media screen and (max-width:459px){.b-health-block--gray .b-health-block__column .b-health-block__text p{margin-bottom:18px}}.b-health-block--gray .b-health-block__column .b-health-block__text p:last-child{margin-bottom:0}.b-health-block--gray .b-health-block__column .b-health-block__text ul{margin-left:0}.b-health-block--blue .b-health-block__subtitle,.b-health-block--blue .b-health-block__title{color:#fff}.b-health-block--blue .b-health-block__text ul{margin-left:0}.b-health-block--blue .b-health-block__text ul:before{background:#fff}.b-health-block--blue .b-health-block__column .b-health-block__text{max-width:660px;padding:8px 0}@media screen and (max-width:1023px){.b-health-block--blue .b-health-block__column .b-health-block__text{padding:5px 0}}@media screen and (max-width:459px){.b-health-block--blue .b-health-block__column .b-health-block__text{padding:0}}.b-health-block--blue .b-health-block__column .b-health-block__text p{margin-bottom:22px}@media screen and (max-width:1023px){.b-health-block--blue .b-health-block__column .b-health-block__text p{margin-bottom:19px}}@media screen and (max-width:459px){.b-health-block--blue .b-health-block__column .b-health-block__text p{margin-bottom:18px}}.b-health-block--blue .b-health-block__column .b-health-block__text p:last-child{margin-bottom:0}.b-health-block--blue .b-health-block__column .b-health-block__text ul{margin-left:0}.b-health-block--blue .b-health-block__column .b-health-block__text ul:before{background:#fff}.b-health-block--trp .b-health-block__row .b-health-block__text ul{margin-left:0}.b-health-block--trp .b-health-block__column .b-health-block__text{max-width:660px;padding:8px 0}@media screen and (max-width:1023px){.b-health-block--trp .b-health-block__column .b-health-block__text{padding:5px 0}}@media screen and (max-width:459px){.b-health-block--trp .b-health-block__column .b-health-block__text{padding:0}}.b-health-block--trp .b-health-block__column .b-health-block__text p{margin-bottom:22px}@media screen and (max-width:1023px){.b-health-block--trp .b-health-block__column .b-health-block__text p{margin-bottom:19px}}@media screen and (max-width:459px){.b-health-block--trp .b-health-block__column .b-health-block__text p{margin-bottom:18px}}.b-health-block--trp .b-health-block__column .b-health-block__text p:last-child{margin-bottom:0}.b-health-block--trp .b-health-block__column .b-health-block__text ul{margin-left:0}.b-health-block__row--simple .b-health-block__column:nth-child(2){display:flex;align-items:center}.b-health-block__row--simple .b-health-block__text{max-width:660px}.b-health-block__row--simple .b-health-block__text p{margin-bottom:22px}@media screen and (max-width:1023px){.b-health-block__row--simple .b-health-block__text p{margin-bottom:20px}}.b-health-block__row--simple .b-health-block__text p:last-child{margin-bottom:0}.b-health-block__row--simple .b-health-block__text ul{padding:20px 0 20px 32px;margin-left:0}@media screen and (max-width:1023px){.b-health-block__row--simple .b-health-block__text ul{padding:20px 0}}.b-health-block__row--half{gap:32px}@media screen and (max-width:767px){.b-health-block__row--half{gap:16px}}.b-health-block__row--half .b-health-block__column:nth-child(1),.b-health-block__row--half .b-health-block__column:nth-child(2){width:calc(50% - 16px)}@media screen and (max-width:767px){.b-health-block__row--half .b-health-block__column:nth-child(1),.b-health-block__row--half .b-health-block__column:nth-child(2){width:100%}}.b-health-block__row--half .b-health-block__column .b-health-block__text{padding:10px 0;max-width:520px}@media screen and (max-width:1023px){.b-health-block__row--half .b-health-block__column .b-health-block__text{padding:0;max-width:none}}.b-health-author__wrapper{display:flex;flex-direction:column;align-items:flex-start;padding:40px 54px}@media screen and (max-width:1439px){.b-health-author__wrapper{padding:40px 40px}}@media screen and (max-width:1023px){.b-health-author__wrapper{padding:33px 35px}}@media screen and (max-width:767px){.b-health-author__wrapper{padding:33px 24px}}@media screen and (max-width:459px){.b-health-author__wrapper{padding:32px 16px}}.b-health-author__title{font-family:RotonBol,Arial,Helvetica,sans-serif;font-size:48px;line-height:52px;margin-bottom:16px}@media screen and (max-width:1023px){.b-health-author__title{font-size:28px;line-height:32px;margin-bottom:13px}}@media screen and (max-width:459px){.b-health-author__title{font-size:25px;line-height:1;margin-bottom:12px}}.b-health-author__subtitle{font-family:RotonBol,Arial,Helvetica,sans-serif;font-size:40px;line-height:1}@media screen and (max-width:1023px){.b-health-author__subtitle{font-size:22px}}@media screen and (max-width:459px){.b-health-author__subtitle{font-size:18px}}.b-health-author__desc{font-size:28px;line-height:34px}@media screen and (max-width:1023px){.b-health-author__desc{font-size:18px;line-height:22px}}@media screen and (max-width:459px){.b-health-author__desc{font-size:14px;line-height:18px}}.b-health-author__block{display:flex;gap:16px;margin-bottom:21px;color:#353535}.b-health-author__block:hover{color:#ff8300}@media screen and (max-width:1023px){.b-health-author__block{gap:24px;margin-bottom:20px}}@media screen and (max-width:459px){.b-health-author__block{gap:14px;margin-bottom:22px}}.b-health-author__pic{border-radius:50%;width:112px;height:112px}@media screen and (max-width:1023px){.b-health-author__pic{width:94px;height:94px}}@media screen and (max-width:459px){.b-health-author__pic{width:64px;height:64px}}.b-health-author__pic img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;border-radius:50%}.b-health-author__info{display:flex;flex-direction:column;justify-content:center}@media screen and (max-width:1023px){.b-health-author__info{padding-bottom:5px}}.b-health-author__caption{display:inline-block;position:relative;font-family:RotonBol,Arial,Helvetica,sans-serif;font-size:30px;line-height:42px;cursor:pointer;padding-right:65px}@media screen and (max-width:459px){.b-health-author__caption{font-size:21px;line-height:32px}}.b-health-author__caption:hover{color:#27388a}.b-health-author__caption:after{content:'';position:absolute;left:284px;top:10px;width:17px;height:17px;border-right:2px solid currentColor;border-top:2px solid currentColor;-webkit-transform:rotate(135deg);transform:rotate(135deg);font-family:RotonBol,Arial,Helvetica,sans-serif;font-size:31px;line-height:62px}@media screen and (max-width:459px){.b-health-author__caption:after{width:13px;height:13px;top:8px;left:204px}}.b-health-author__options{padding:11px 0 14px;display:none}@media screen and (max-width:1023px){.b-health-author__options{padding:11px 0 14px}}@media screen and (max-width:459px){.b-health-author__options{padding:11px 0 16px}}.b-health-author__option{font-size:14px;line-height:16px;margin-bottom:12px}.b-health-author__select.is-open .b-health-author__caption{color:#27388a}.b-health-author__select.is-open .b-health-author__caption:after{-webkit-transform:rotate(-45deg);transform:rotate(-45deg);top:21px}@media screen and (max-width:1023px){.b-health-author__select.is-open .b-health-author__caption:after{top:15px}}.b-health-author__select.is-open .b-health-author__options{display:block}.b-health-more__wrapper{padding:0 54px 32px}@media screen and (max-width:1439px){.b-health-more__wrapper{padding:0 40px 32px}}@media screen and (max-width:1023px){.b-health-more__wrapper{padding:0 35px 16px}}@media screen and (max-width:767px){.b-health-more__wrapper{padding:0 24px 16px}}@media screen and (max-width:459px){.b-health-more__wrapper{padding:5px 16px 20px}}.b-health-more__title{font-family:RotonBol,Arial,Helvetica,sans-serif;font-size:48px;line-height:52px;margin-bottom:8px}@media screen and (max-width:1023px){.b-health-more__title{font-size:33px;line-height:36px;margin-bottom:0}}@media screen and (max-width:459px){.b-health-more__title{font-size:25px;line-height:26px}}.b-health-more__caption{display:block;font-family:RotonBol,Arial,Helvetica,sans-serif;font-size:17px;line-height:19px;text-align:center;color:#fff;min-height:94px}@media screen and (max-width:459px){.b-health-more__caption{min-height:96px}}@media screen and (max-width:1023px){.b-health-more__list{margin-top:-5px}}@media screen and (max-width:767px){.b-health-more__list{margin:0 -24px}}@media screen and (max-width:459px){.b-health-more__list{margin:0 -16px}}.b-health-more__item{display:block;position:relative;border-radius:102px;width:216px;height:310px;padding:30px 12px;margin:28px 7px 28px 0;flex:none;display:flex;align-items:flex-end;box-shadow:0 0 0 rgba(19,111,158,.3);transition:box-shadow 134ms;background:#7facd1;cursor:pointer}@media screen and (max-width:459px){.b-health-more__item{width:206px;padding:30px 10px;margin:20px 4px}}.b-health-more__item:hover{box-shadow:0 13px 18px rgba(19,111,158,.3)}@media screen and (max-width:459px){.b-health-more__item:hover{box-shadow:none}}.b-health-more__item:before{content:'';position:absolute}.b-health-more__item[data-pic="10"],.b-health-more__item[data-pic="8"]{overflow:hidden}.b-health-more__item.is-blocked{-webkit-filter:grayscale(.8);filter:grayscale(.8)}.b-health-more__item[data-pic="1"]:before{background:url(/new/f/img/health/item1.png) no-repeat left top;background-size:contain;width:180px;height:180px;left:calc(50% - 86px);top:-5px}@media screen and (max-width:459px){.b-health-more__item[data-pic="1"]:before{background-image:url(/new/f/img/health/item1-x2.png)}}.b-health-more__item[data-pic="2"]:before{background:url(/new/f/img/health/item2.png) no-repeat left top;background-size:contain;width:184px;height:184px;left:calc(50% - 82px);top:-9px}@media screen and (max-width:459px){.b-health-more__item[data-pic="2"]:before{background-image:url(/new/f/img/health/item2-x2.png)}}.b-health-more__item[data-pic="3"]:before{background:url(/new/f/img/health/item3.png) no-repeat left top;background-size:contain;width:200px;height:200px;left:calc(50% - 92px);top:-5px}@media screen and (max-width:459px){.b-health-more__item[data-pic="3"]:before{background-image:url(/new/f/img/health/item3-x2.png)}}.b-health-more__item[data-pic="4"]:before{background:url(/new/f/img/health/item4.png) no-repeat left top;background-size:contain;width:234px;height:234px;left:calc(50% - 117px);top:-27px}@media screen and (max-width:459px){.b-health-more__item[data-pic="4"]:before{background-image:url(/new/f/img/health/item4-x2.png);left:calc(50% - 121px);top:-34px}}.b-health-more__item[data-pic="5"]:before{background:url(/new/f/img/health/item5.png) no-repeat left top;background-size:contain;width:200px;height:200px;left:calc(50% - 98px);top:-26px}@media screen and (max-width:459px){.b-health-more__item[data-pic="5"]:before{background-image:url(/new/f/img/health/item5-x2.png)}}.b-health-more__item[data-pic="6"]:before{background:url(/new/f/img/health/item6.png) no-repeat left top;background-size:contain;width:190px;height:190px;left:calc(50% - 100px);top:-14px}@media screen and (max-width:459px){.b-health-more__item[data-pic="6"]:before{background-image:url(/new/f/img/health/item6-x2.png);left:calc(50% - 94px)}}.b-health-more__item[data-pic="7"]:before{background:url(/new/f/img/health/item7.png) no-repeat left top;background-size:contain;width:209px;height:209px;left:calc(50% - 104px);top:-22px}@media screen and (max-width:459px){.b-health-more__item[data-pic="7"]:before{background-image:url(/new/f/img/health/item7-x2.png);top:-32px}}.b-health-more__item[data-pic="8"]:before{background:url(/new/f/img/health/item8.png) no-repeat left top;background-size:contain;width:194px;height:194px;left:calc(50% - 96px);top:-11px}@media screen and (max-width:459px){.b-health-more__item[data-pic="8"]:before{background-image:url(/new/f/img/health/item8-x2.png);top:-12px}}.b-health-more__item[data-pic="9"]:before{background:url(/new/f/img/health/item9.png) no-repeat left top;background-size:contain;width:196px;height:196px;left:calc(50% - 84px);top:-22px}@media screen and (max-width:459px){.b-health-more__item[data-pic="9"]:before{background-image:url(/new/f/img/health/item9-x2.png)}}.b-health-more__item[data-pic="10"]:before{background:url(/new/f/img/health/item11.png) no-repeat left top;background-size:contain;width:218px;height:186px;left:calc(50% - 110px);top:5px}@media screen and (max-width:459px){.b-health-more__item[data-pic="10"]:before{background-image:url(/new/f/img/health/item10-x2.png);background-size:auto 100%;background-position:center top}}.b-health-more__list .b-gallery__item:nth-child(2n+1) .b-health-more__item{background:#7facd1}.b-health-more__list .b-gallery__item:nth-child(2n) .b-health-more__item{background:#7fbedd}.b-health-more__list .b-gallery__item .b-health-more__item.is-blocked{background:#b0b5c3}.b-cap{padding:60px 16px 0;background:#d1f0f4;background-image:url(/new/f/img/cap/bg-desktop.jpg);background-repeat:no-repeat;background-size:100%;background-position:center top}@media screen and (max-width:1023px){.b-cap{padding:40px 16px 0}}@media screen and (max-width:767px){.b-cap{padding:35px 16px 0}}@media screen and (max-width:559px){.b-cap{background-image:url(/new/f/img/cap/bg-mobile.jpg)}}.b-cap--lang{padding:14px 16px 0}.b-cap__top{margin-bottom:70px}@media screen and (max-width:1023px){.b-cap__top{margin-bottom:48px}}.b-cap__top--lang{margin-bottom:0}.b-cap__wrapper--lang{padding-bottom:44px}.b-cap__lang-panel{display:flex;justify-content:center;align-items:center;margin-bottom:20px}.b-cap__lang-panel input{display:none}.b-cap__lang-panel label{padding:8px;font-family:RotonReg,Arial,Helvetica,sans-serif;font-size:14px;line-height:14px;color:#48484a}.b-cap__lang-panel label:hover{color:#ff8300}.b-cap__lang-panel input:checked+label{color:#b3b3b3}.b-cap__gratitude{max-width:500px;margin:0 auto 48px;font-family:RotonReg,Arial,Helvetica,sans-serif;font-size:20px;line-height:24px;color:#48484a;text-align:center}@media screen and (max-width:1023px){.b-cap__gratitude{margin:0 auto 32px}}@media screen and (max-width:767px){.b-cap__gratitude{margin:0 auto 16px;font-size:16px;line-height:24px}}.b-cap__text{max-width:680px;margin:0 auto 48px;font-family:RotonReg,Arial,Helvetica,sans-serif;font-size:14px;line-height:20px;color:#48484a;text-align:center}@media screen and (max-width:767px){.b-cap__text{text-align:left}}.b-cap__text--lang{margin:0 auto}.b-cap-banner{position:relative;width:100%;max-width:1000px;margin:0 auto 40px;padding:50px 40px 50px 434px;background:#fff;border-radius:32px;box-shadow:0 13px 32px -6px rgba(0,155,180,.1);overflow:hidden;background-image:url(/new/f/img/cap/banner-cap-products.gif);background-repeat:no-repeat;background-size:343px;background-position:48px 40px}@media screen and (max-width:1023px){.b-cap-banner{margin:0 auto 32px;padding:50px 40px 50px 414px;background-size:323px}}@media screen and (max-width:767px){.b-cap-banner{padding:16px 16px 270px;background-position:center bottom -40px}}.b-cap-banner--lang{display:flex;align-items:center;min-height:340px}@media screen and (max-width:767px){.b-cap-banner--lang{display:block;height:auto}}.b-cap-banner__text{font-family:RotonReg,Arial,Helvetica,sans-serif;font-weight:700;font-size:36px;line-height:40px;color:#001689}@media screen and (max-width:1023px){.b-cap-banner__text{font-size:28px;line-height:32px}}@media screen and (max-width:767px){.b-cap-banner__text{font-size:20px;line-height:24px;text-align:center}}@media screen and (max-width:767px){.b-cap-banner__text br:first-child{display:none}}@media screen and (max-width:459px){.b-cap-banner__text br:first-child{display:block}}.b-cap-banner__text span{display:block;margin-top:16px;font-size:24px;line-height:32px;color:#ff8300}@media screen and (max-width:767px){.b-cap-banner__text span{margin-top:8px;font-size:16px;line-height:20px;text-align:center}}.b-cap-banner__label{position:absolute;top:225px;left:73px;padding:4px 5px;background:#ccd0e7;border-radius:8px;font-family:RotonReg,Arial,Helvetica,sans-serif;font-weight:700;font-size:10px;line-height:10px;color:#6573b8}@media screen and (max-width:767px){.b-cap-banner__label{top:auto;bottom:55px;left:calc(50% - 105px);-webkit-transform:translateX(-50%);transform:translateX(-50%)}}.b-cap__history{padding-bottom:40px}@media screen and (max-width:1023px){.b-cap__history{padding-bottom:20px}}@media screen and (max-width:767px){.b-cap__history{padding-bottom:13px}}.b-cap-contact{padding:54px 16px 46px;border-bottom:1px solid #e5f2f8}@media screen and (max-width:767px){.b-cap-contact{padding:54px 16px}}.b-cap-contact--lang{padding:40px 16px 40px}.b-cap-contact__caption{max-width:490px;margin:0 auto 40px;font-family:RotonReg,Arial,Helvetica,sans-serif;font-size:16px;line-height:24px;color:#48484a;text-align:center}@media screen and (max-width:767px){.b-cap-contact__caption{margin-bottom:48px}}.b-cap-contact__items{display:flex;justify-content:center;flex-wrap:wrap;width:100%;max-width:1360px;margin:0 auto}@media screen and (max-width:767px){.b-cap-contact__items{gap:8px}}.b-cap-contact__item{width:100%;max-width:250px;margin:8px;padding:40px 20px;background:#fbfeff;border:1px solid #e5f2f8;border-radius:16px}.b-cap-contact__item:hover{background:#d1f0f4}@media screen and (max-width:767px){.b-cap-contact__item{display:flex;flex-direction:column;justify-content:center;align-items:center;max-width:174px;height:136px;margin:0;padding:16px 12px}}@media screen and (max-width:459px){.b-cap-contact__item{width:calc(100% / 2 - 8px)}}.b-cap-contact__item--lang{width:100%;max-width:580px;height:auto;margin:0}.b-cap-contact__name{margin-bottom:15px;font-family:RotonReg,Arial,Helvetica,sans-serif;font-weight:700;font-size:20px;line-height:24px;color:#001689;text-align:center}@media screen and (max-width:767px){.b-cap-contact__name{margin-bottom:10px;font-size:14px;line-height:16px}}.b-cap-contact__name span{display:block;font-weight:400}@media screen and (max-width:767px){.b-cap-contact__name span{font-size:12px;line-height:16px}}.b-cap-contact__text{font-family:RotonReg,Arial,Helvetica,sans-serif;font-size:16px;line-height:18px;color:#48484a;text-align:center}.b-cap-contact__text--subtext{margin-top:21px}@media screen and (max-width:767px){.b-cap-contact__text{margin-top:0;font-size:12px;line-height:16px}}.b-history-nan{text-align:center}.b-history-nan__text{margin-bottom:16px;font-family:RotonReg,Arial,Helvetica,sans-serif;font-size:16px;line-height:24px;color:#48484a;text-align:center}.b-history-nan__text--main{margin-bottom:24px}.b-history-nan__inner{width:100%;max-width:662px;margin:0 auto}@media screen and (max-width:1023px){.b-history-nan__inner{max-width:450px}}@media screen and (max-width:767px){.b-history-nan__inner{max-width:358px}}.b-history-nan__form{position:relative}.b-history-nan__field{display:flex;justify-content:space-between;align-items:center;width:100%;height:88px;margin-bottom:24px;padding:8px 8px 8px 48px;background:#fff;border-radius:100px;overflow:hidden;box-shadow:0 48px 72px 16px rgba(0,160,175,.2)}@media screen and (max-width:1023px){.b-history-nan__field{height:72px}}@media screen and (max-width:767px){.b-history-nan__field{height:56px;padding:4px 4px 4px 24px}}.b-history-nan__input{width:100%;height:100%;padding-right:24px;font-family:RotonBol,Arial,Helvetica,sans-serif;font-size:24px;color:#353535}.b-history-nan__input::-webkit-input-placeholder{color:#ccc}.b-history-nan__input:-ms-input-placeholder{color:#ccc}.b-history-nan__input::-ms-input-placeholder{color:#ccc}.b-history-nan__input::placeholder{color:#ccc}@media screen and (max-width:767px){.b-history-nan__input{padding-right:16px;font-size:20px}}@media screen and (max-width:389px){.b-history-nan__input{font-size:16px}}.b-history-nan__btn{height:100%;padding:0 80px;font-family:RotonBol,Arial,Helvetica,sans-serif;font-size:24px;color:#fff;background:#001689;border-radius:100px;text-align:center;cursor:pointer;border:none;outline:0;transition:background 134ms}.b-history-nan__btn:hover{background:#ff8300}@media screen and (max-width:1023px){.b-history-nan__btn{padding:0 46px}}@media screen and (max-width:767px){.b-history-nan__btn{font-size:16px}}@media screen and (max-width:389px){.b-history-nan__btn{padding:0 34px}}.b-history-nan__look{display:inline-block;position:relative;font-family:RotonBol,Arial,Helvetica,sans-serif;font-size:16px;line-height:16px;color:#ff8300;text-align:center;cursor:pointer;transition:color 134ms}.b-history-nan__look::after{content:'';position:absolute;bottom:0;left:0;right:0;width:100%;height:1px;background:#ff8300;transition:background 134ms}.b-history-nan__look:hover{color:#001689}.b-history-nan__look:hover::after{background:#001689}.b-history-nan__output{max-width:1375px;margin:40px auto 0;padding:40px 40px 28px;background:#fff;border-radius:32px}@media screen and (max-width:767px){.b-history-nan__output{margin:24px auto 0;padding:40px 20px 40px}}.b-history-nan__title{font-family:RotonBol,Arial,Helvetica,sans-serif;font-size:30px;line-height:34px;color:#001689;text-align:center}@media screen and (max-width:767px){.b-history-nan__title{font-size:24px;line-height:28px}}.b-history-nan__items{display:flex;justify-content:center;flex-wrap:wrap;margin-top:28px}@media screen and (max-width:559px){.b-history-nan__items{margin-top:40px}}.b-history-nan__item{display:flex;flex-direction:column;align-items:center;flex-grow:1;position:relative;width:100%;max-width:183px;margin:12px;padding:0 7px}@media screen and (max-width:559px){.b-history-nan__item{max-width:none;margin:0;padding:0}}@media screen and (max-width:559px){.b-history-nan__item+.b-history-nan__item{margin-top:56px}}@media screen and (max-width:559px){.b-history-nan .b-history-nan__item--certificate{margin-top:16px}}.b-history-nan__item:not(:nth-last-child(2)):not(.b-history-nan__item--certificate)::after{content:'';position:absolute;top:52px;right:-24px;width:24px;height:24px;background:url(/new/f/img/history-traceability/arrow-right.svg);background-repeat:no-repeat;background-position:center center}@media screen and (max-width:559px){.b-history-nan__item:not(:nth-last-child(2)):not(.b-history-nan__item--certificate)::after{top:auto;bottom:-37px;right:auto;left:50%;-webkit-transform:translate(-50%) rotate(90deg);transform:translate(-50%) rotate(90deg)}}.b-history-nan__item--certificate a{display:flex;flex-direction:column;align-items:center}.b-history-nan__img{display:flex;justify-content:center;align-items:center;flex-shrink:0;width:120px;height:120px;margin-bottom:12px;background:#e7f2f7;border-radius:100%}@media screen and (max-width:767px){.b-history-nan__img{margin-bottom:12px}}.b-history-nan__item--certificate .b-history-nan__img{background:#001689}.b-history-nan__info{display:flex;flex-direction:column;justify-content:center;height:100%}.b-history-nan__name{margin-bottom:16px;font-family:RotonBol,Arial,Helvetica,sans-serif;font-size:18px;line-height:22px;color:#48484a;text-align:center}@media screen and (max-width:767px){.b-history-nan__name{margin-bottom:8px;font-size:16px;line-height:24px}}.b-history-nan__item--certificate .b-history-nan__name{margin-bottom:0;color:#001689}.b-history-nan__date{font-family:RotonReg,Arial,Helvetica,sans-serif;font-size:18px;line-height:20px;color:#48484a;text-align:center}@media screen and (max-width:767px){.b-history-nan__date{font-size:16px;line-height:24px}}.b-history-nan .input_error_numb{text-align:left}.b-page-rules{background:#dde6ed}.b-page-rules__preview{position:relative;background:#001689;display:flex;justify-content:center;align-items:center;min-height:200px;padding:40px 50px;max-width:100%;overflow:hidden}@media screen and (max-width:559px){.b-page-rules__preview{min-height:296px;padding:40px 8px}}.b-page-rules__preview:before{content:'';position:absolute;left:calc(50% - 671px);top:calc(50% - 67px);width:461px;height:131px;background:url(/new/f/img/faq/rules-left.svg) no-repeat left top}@media screen and (max-width:559px){.b-page-rules__preview:before{background-size:contain;width:346px;height:100px;left:calc(50% - 174px);top:auto;bottom:-12px}}.b-page-rules__preview:after{content:'';position:absolute;left:calc(50% + 207px);top:calc(50% - 71px);width:468px;height:160px;background:url(/new/f/img/faq/rules-right.svg) no-repeat left top}@media screen and (max-width:559px){.b-page-rules__preview:after{background-size:contain;width:351px;height:120px;left:calc(50% - 180px);top:-19px}}.b-page-rules__preview--delivery:before{left:calc(50% - 668px);top:calc(50% - 71px);width:479px;height:143px;background-image:url(/new/f/img/faq/delivery-left.svg)}@media screen and (max-width:559px){.b-page-rules__preview--delivery:before{width:351px;height:105px;left:calc(50% - 180px);top:-5px;bottom:auto}}.b-page-rules__preview--delivery:after{left:calc(50% + 145px);top:calc(50% - 77px);width:529px;height:144px;background-image:url(/new/f/img/faq/delivery-right.svg)}@media screen and (max-width:559px){.b-page-rules__preview--delivery:after{background-size:contain;width:367px;height:100px;left:calc(50% - 185px);top:auto;bottom:-7px}}.b-page-rules__wrapper{max-width:896px;margin:0 auto;padding-bottom:16px}.b-page-rules__title{font-size:41px;line-height:48px;text-align:center;color:#fff;margin-bottom:6px}@media screen and (max-width:559px){.b-page-rules__title{font-size:33px;line-height:38px;margin-bottom:4px}}.b-page-rules__controls{display:flex;align-items:center;justify-content:center;padding-bottom:24px;gap:16px}@media screen and (max-width:559px){.b-page-rules__controls{flex-direction:column}}.b-page-rules__btn{border-radius:28px;max-width:192px;height:56px;line-height:54px}.b-page-rules__btn.button--transparent{max-width:228px}@media screen and (max-width:559px){.b-page-rules__btn{border-radius:22px;max-width:150px;height:44px;font-size:16px;line-height:42px}.b-page-rules__btn.button--transparent{max-width:200px}}.b-page-rules__list{padding:40px 0 24px;display:flex;flex-direction:column;gap:8px}@media screen and (max-width:559px){.b-page-rules__list{padding:16px 0 24px}}.b-page-rules__item{background:#fff;border-radius:16px;padding-bottom:14px;min-height:96px}.b-page-rules__caption{position:relative;padding:25px 80px 13px 32px;font-size:18px;line-height:22px;letter-spacing:.02em;color:#3444a1;cursor:pointer;transition:color 134ms;min-height:82px;display:flex;align-items:center}.b-page-rules__caption:before{content:'';position:absolute;right:32px;top:calc(50% - 16px + 7px);width:40px;height:32px;border-radius:20px;background:#f1f1f1}.b-page-rules__caption:after{content:'';position:absolute;right:44px;top:calc(50% - 8px + 7px);width:16px;height:16px;background:linear-gradient(transparent 7px,currentColor 9px,transparent 9px),linear-gradient(90deg,transparent 7px,currentColor 9px,transparent 9px)}@media screen and (max-width:767px){.b-page-rules__caption:after{background:linear-gradient(transparent 7px,#3444a1 9px,transparent 9px),linear-gradient(90deg,transparent 7px,#3444a1 9px,transparent 9px)}}.b-page-rules__caption img{margin-right:16px}.b-page-rules__body{padding:0 32px 13px;font-size:16px;line-height:22px;letter-spacing:.018em;color:#48484a;display:none;transition:height 134ms}.b-page-rules__body p{margin-bottom:16px}.b-page-rules__body p:last-child{margin-bottom:0}.b-page-rules__body ul{display:flex;flex-direction:column;gap:8px;list-style-type:disc;padding-left:1em;margin-bottom:16px}.b-page-rules__body--delivery{padding-top:8px}.b-page-rules__body--delivery p{margin-bottom:29px}.b-page-rules__body--delivery p.lvl2{margin-top:-16px;margin-left:32px}.b-page-rules__body--delivery p:last-child{margin-bottom:0}.b-page-rules__body .b-page-rules__table{background:#f9f9f9;border-radius:16px;padding:36px 8px 36px 40px;font-size:16px;line-height:23px;color:#48484a;margin-top:-16px;margin-bottom:36px;list-style-type:none;display:block;-webkit-columns:3;-moz-columns:3;columns:3}@media screen and (max-width:767px){.b-page-rules__body .b-page-rules__table{-webkit-columns:2;-moz-columns:2;columns:2}}@media screen and (max-width:559px){.b-page-rules__body .b-page-rules__table{font-size:14px;line-height:18px;padding:21px 8px 20px 16px}}.b-page-rules__body .b-page-rules__table li{position:relative;padding:0 8px 0 24px;margin-bottom:8px}@media screen and (max-width:559px){.b-page-rules__body .b-page-rules__table li{padding:0 8px 0 20px;margin-bottom:14px}}.b-page-rules__body .b-page-rules__table li:before{content:'';position:absolute;left:0;top:calc(50% - 8px);width:16px;height:16px;background:url(/new/f/img/faq/pin.svg) no-repeat left top}.b-page-rules__item.is-open .b-page-rules__body{display:block}.b-page-rules__item.is-open .b-page-rules__caption{color:#ff8300}.b-page-rules__item.is-open .b-page-rules__caption:after{background:linear-gradient(transparent 7px,currentColor 9px,transparent 9px)}@media screen and (max-width:767px){.b-page-rules__item.is-open .b-page-rules__caption:after{background:linear-gradient(transparent 7px,#3444a1 9px,transparent 9px)}}.b-page-rules__tabs{margin:-16px 0 36px;display:flex;gap:16px}@media screen and (max-width:767px){.b-page-rules__tabs{flex-direction:column}}@media screen and (max-width:559px){.b-page-rules__tabs{margin:-18px 0 34px}}.b-page-rules__tab{background-color:#f9f9f9;border-radius:16px;padding:16px;display:flex;justify-content:center;align-items:center;width:calc((100% - 16px)/ 2);color:#48484a;transition:background-color 134ms}@media screen and (max-width:767px){.b-page-rules__tab{width:100%}}.b-page-rules__tab:hover{background-color:#f1f1f1;color:#48484a}.b-page-rules__tab:hover img.tilt-shaking{-webkit-animation:tilt-shaking .25s linear infinite;animation:tilt-shaking .25s linear infinite}.b-page-rules__tab span{font-size:25px;line-height:28px;margin-left:8px}.b-page-rules__tab p{margin-bottom:22px}.b-page-rules__tab p:last-child{margin-bottom:0}.b-page-rules__tabs--delivery{align-items:stretch}@media screen and (max-width:559px){.b-page-rules__tabs--delivery{gap:8px}}.b-page-rules__tabs--delivery .b-page-rules__tab{flex-direction:column;align-items:stretch;justify-content:flex-start;padding:25px 32px}@media screen and (max-width:559px){.b-page-rules__tabs--delivery .b-page-rules__tab{padding:19px 24px}}.b-page-rules__tabs--delivery .b-page-rules__tab:nth-child(1){width:calc(63.5% - 8px)}@media screen and (max-width:1023px){.b-page-rules__tabs--delivery .b-page-rules__tab:nth-child(1){width:calc(59% - 8px)}}@media screen and (max-width:767px){.b-page-rules__tabs--delivery .b-page-rules__tab:nth-child(1){width:100%}}.b-page-rules__tabs--delivery .b-page-rules__tab:nth-child(2){width:calc(36.5% - 8px)}@media screen and (max-width:1023px){.b-page-rules__tabs--delivery .b-page-rules__tab:nth-child(2){width:calc(41% - 8px)}}@media screen and (max-width:767px){.b-page-rules__tabs--delivery .b-page-rules__tab:nth-child(2){width:100%}}.b-page-rules__tabs--delivery .b-page-rules__tab:hover{background-color:#f9f9f9}.b-page-rules__grid{display:grid;grid-gap:16px;grid-template-columns:.66fr 1fr;margin:-16px 0 36px}@media screen and (max-width:767px){.b-page-rules__grid{display:flex;flex-direction:column;gap:16px}}@media screen and (max-width:559px){.b-page-rules__grid{gap:8px}}.b-page-rules__grid-block{background-color:#f9f9f9;border-radius:16px;padding:40px 36px;color:#48484a}@media screen and (max-width:559px){.b-page-rules__grid-block{padding:22px 16px 21px 24px}}.b-page-rules__grid-block img{display:block;margin-bottom:32px}@media screen and (max-width:559px){.b-page-rules__grid-block img{margin-bottom:26px}}.b-page-rules__grid-block:nth-child(1){grid-column:1;grid-row:1/2}.b-page-rules__grid-block:nth-child(2){grid-column:2;grid-row:1/3}.b-page-rules__grid-block:nth-child(3){grid-column:1;grid-row:2/4}.b-page-rules__grid-block:nth-child(4){grid-column:2;grid-row:3/4}@-webkit-keyframes tilt-shaking{0%{-webkit-transform:rotate(0);transform:rotate(0)}25%{-webkit-transform:rotate(5deg);transform:rotate(5deg)}50%{-webkit-transform:rotate(0eg);transform:rotate(0eg)}75%{-webkit-transform:rotate(-5deg);transform:rotate(-5deg)}100%{-webkit-transform:rotate(0);transform:rotate(0)}}@keyframes tilt-shaking{0%{-webkit-transform:rotate(0);transform:rotate(0)}25%{-webkit-transform:rotate(5deg);transform:rotate(5deg)}50%{-webkit-transform:rotate(0eg);transform:rotate(0eg)}75%{-webkit-transform:rotate(-5deg);transform:rotate(-5deg)}100%{-webkit-transform:rotate(0);transform:rotate(0)}}.gerber-theme{position:relative;max-width:100%;overflow:hidden;background:url(/new/f/img/brand-gerber/footer-back-short.svg) no-repeat center bottom #173857;background-size:100% auto;padding-bottom:80px}@media screen and (max-width:1439px){.gerber-theme{background-size:1440px auto}}@media screen and (max-width:767px){.gerber-theme{padding-bottom:64px}}.gerber-theme:before{content:'';position:absolute;left:calc(50% - 1420px);top:380px;background:url(/new/f/img/brand-gerber/page-flash.svg) no-repeat left top;width:1304px;height:1145px;pointer-events:none}@media screen and (max-width:767px){.gerber-theme:before{display:none}}.gerber-theme:after{content:'';position:absolute;left:calc(50% + 110px);top:380px;background:url(/new/f/img/brand-gerber/page-flash.svg) no-repeat left top;width:1304px;height:1145px;pointer-events:none}@media screen and (max-width:767px){.gerber-theme:after{display:none}}.b-gerber-gallery{position:relative;max-width:100%;overflow:hidden;z-index:2}.b-gerber-gallery__item{position:relative;min-height:580px}@media screen and (max-width:1023px){.b-gerber-gallery__item{min-height:510px}}@media screen and (max-width:767px){.b-gerber-gallery__item{min-height:540px}}@media screen and (max-width:1023px){.b-gerber-gallery__item[data-slide="1"] .b-gerber-gallery__back img{left:calc(50% - 627px);top:-148px}}@media screen and (max-width:767px){.b-gerber-gallery__item[data-slide="1"] .b-gerber-gallery__back img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;left:0;top:0}}@media screen and (max-width:459px){.b-gerber-gallery__item[data-slide="1"] .b-gerber-gallery__back img{width:575px;height:auto;-o-object-fit:fill;object-fit:fill;left:calc(50% - 294px);top:-36px}}.b-gerber-gallery__item[data-slide="2"] .b-gerber-gallery__back{background:url(/new/f/img/brand-gerber/image2-back.svg) no-repeat right bottom;background-position:calc(50% + 330px) bottom}@media screen and (max-width:1023px){.b-gerber-gallery__item[data-slide="2"] .b-gerber-gallery__back{background-image:url(/new/f/img/brand-gerber/image2-back-tablet.svg);background-position:calc(50% + 240px) bottom}}@media screen and (max-width:767px){.b-gerber-gallery__item[data-slide="2"] .b-gerber-gallery__back{background:0 0}}.b-gerber-gallery__item[data-slide="2"] .b-gerber-gallery__back img{-webkit-mask-image:none;mask-image:none;width:463px;height:467px;left:calc(50% + 113px);top:31px;margin:0}@media screen and (max-width:1023px){.b-gerber-gallery__item[data-slide="2"] .b-gerber-gallery__back img{width:324px;height:348px;left:calc(50% + 60px);top:41px}}@media screen and (max-width:767px){.b-gerber-gallery__item[data-slide="2"] .b-gerber-gallery__back img{width:230px;height:315px;left:calc(50% - 110px);top:calc(50% - 115px)}}@media screen and (max-width:1023px){.b-gerber-gallery__item[data-slide="3"] .b-gerber-gallery__back img{left:calc(50% - 710px);top:-159px}}@media screen and (max-width:767px){.b-gerber-gallery__item[data-slide="3"] .b-gerber-gallery__back img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;left:0;top:0}}@media screen and (max-width:459px){.b-gerber-gallery__item[data-slide="3"] .b-gerber-gallery__back img{width:575px;height:auto;-o-object-fit:fill;object-fit:fill;left:calc(50% - 327px);top:-36px}}.b-gerber-gallery__back{position:absolute;left:0;right:0;top:0;bottom:0;text-align:center;font-size:0;line-height:1}@media screen and (max-width:1023px){.b-gerber-gallery__back{max-width:100%;overflow:hidden}}.b-gerber-gallery__back img{position:relative;max-width:100%;max-height:100%;margin:0 auto;-webkit-mask-image:url(/new/f/img/brand-gerber/mask-top.png);mask-image:url(/new/f/img/brand-gerber/mask-top.png)}@media screen and (max-width:1439px){.b-gerber-gallery__back img{max-width:none;max-height:none;height:100%;width:100%;-o-object-fit:cover;object-fit:cover}}@media screen and (max-width:1023px){.b-gerber-gallery__back img{display:none;width:1300px;height:auto;-o-object-fit:fill;object-fit:fill;-webkit-mask-image:url(/new/f/img/brand-gerber/mask-top-tablet.png);mask-image:url(/new/f/img/brand-gerber/mask-top-tablet.png)}}@media screen and (max-width:767px){.b-gerber-gallery__back img{width:575px;-webkit-mask-image:none;mask-image:none}}.b-gerber-gallery__back img.max-tablet{display:none}@media screen and (max-width:1023px){.b-gerber-gallery__back img.max-tablet{display:block}}@media screen and (max-width:767px){.b-gerber-gallery__back img.max-tablet{display:none}}.b-gerber-gallery__back img.max-phone{display:none}@media screen and (max-width:767px){.b-gerber-gallery__back img.max-phone{display:block}}.b-gerber-gallery__front{position:relative;max-width:1100px;padding:0 32px;margin:0 auto}@media screen and (max-width:1023px){.b-gerber-gallery__front{padding:0 24px}}@media screen and (max-width:767px){.b-gerber-gallery__front{padding:0 16px}.b-gerber-gallery__front:before{content:'';position:absolute;left:0;right:0;bottom:0;background:linear-gradient(180deg,rgba(23,56,87,0) 0,#173857 60%,#173857 100%);height:200px;pointer-events:none}.b-gerber-gallery__front:after{content:'';position:absolute;left:0;right:0;top:0;background:linear-gradient(rgba(0,51,73,.3) 0,rgba(0,51,73,0) 100%);height:200px;pointer-events:none}}.b-gerber-gallery__column{padding:24px 0 36px;width:54.4%}@media screen and (max-width:1239px){.b-gerber-gallery__column{width:60%}}@media screen and (max-width:1023px){.b-gerber-gallery__column{padding:37px 0 37px;width:57%}}@media screen and (max-width:767px){.b-gerber-gallery__column{position:relative;padding:5px 0 62px;width:100%;z-index:2}}.b-gerber-gallery__logo{background:url(/new/f/img/brand-gerber/logo-top.png) no-repeat left top;background-size:contain;width:121px;height:162px;margin:0 auto 12px}@media screen and (max-width:1023px){.b-gerber-gallery__logo{margin-bottom:14px;width:86px;height:116px}}@media screen and (max-width:767px){.b-gerber-gallery__logo{margin-bottom:13px;width:48px;height:68px}}.b-gerber-gallery__title{font-family:GerberSB,Arial,Helvetica,sans-serif;font-size:66px;line-height:1;letter-spacing:0;text-align:center;color:#fff;margin-bottom:24px;text-shadow:0 4px 24px rgba(0,0,0,.7)}@media screen and (max-width:1023px){.b-gerber-gallery__title{font-size:50px;margin-bottom:27px}}@media screen and (max-width:767px){.b-gerber-gallery__title{font-size:35px;min-height:286px}}.b-gerber-gallery__subtitle{font-family:NunitoBold,Arial,Helvetica,sans-serif;font-size:30px;line-height:1;letter-spacing:-.03em;text-align:center;color:#fff;min-height:30px;margin-bottom:17px;text-shadow:0 4px 24px rgba(0,0,0,.7)}@media screen and (max-width:1023px){.b-gerber-gallery__subtitle{font-size:25px;margin-bottom:14px}}@media screen and (max-width:767px){.b-gerber-gallery__subtitle{font-size:23px;margin-bottom:4px}}.b-gerber-gallery__controls{display:flex;justify-content:center;align-items:center;gap:16px}.b-gerber-gallery__btn{flex:none;font-size:30px;line-height:54px;letter-spacing:0;height:54px;padding:0 30px;width:auto;max-width:none;border-radius:28px}@media screen and (max-width:1023px){.b-gerber-gallery__btn{font-size:25px;line-height:50px;padding:0 18px;height:50px}}@media screen and (max-width:767px){.b-gerber-gallery__btn{font-size:22px;line-height:45px;padding:0 28px;height:45px}}.b-gerber-history{position:relative;z-index:3}.b-gerber-history:before{content:'';position:absolute;left:calc(50% - 292px);bottom:-60px;width:585px;height:198px;background:url(/new/f/img/brand-gerber/block-history.svg) no-repeat left top}@media screen and (max-width:767px){.b-gerber-history:before{display:none}}.b-gerber-history__wrapper{position:relative;margin-bottom:87px}@media screen and (max-width:1023px){.b-gerber-history__wrapper{margin-bottom:67px}}@media screen and (max-width:767px){.b-gerber-history__wrapper{padding-top:36px;margin-bottom:55px}}.b-gerber-history__title{font-family:GerberSB,Arial,Helvetica,sans-serif;font-size:45px;line-height:1;letter-spacing:0;text-align:center;color:#fff;max-width:820px;margin:0 auto 24px}@media screen and (max-width:1023px){.b-gerber-history__title{padding:0 24px;font-size:35px}}@media screen and (max-width:767px){.b-gerber-history__title{max-width:560px;margin-bottom:0;padding:0 16px;font-size:23px}}.b-gerber-history__line{max-width:100%;overflow:hidden;padding-bottom:46px}@media screen and (max-width:1023px){.b-gerber-history__line{padding-bottom:63px}}@media screen and (max-width:767px){.b-gerber-history__line{padding:0 24px 30px}}.b-gerber-history__line-wrapper{position:relative;display:flex;justify-content:space-between;max-width:820px;width:100%;margin:0 auto}@media screen and (max-width:1023px){.b-gerber-history__line-wrapper{max-width:550px}}.b-gerber-history__line-wrapper:before{content:'';position:absolute;left:75px;bottom:9px;height:4px;background:rgba(255,255,255,.4);width:100vw}@media screen and (max-width:767px){.b-gerber-history__line-wrapper:before{left:calc(100% / 6)}}.b-gerber-history__line-item{position:relative;flex:none;font-family:NunitoBold,Arial,Helvetica,sans-serif;font-size:23px;line-height:1;text-align:center;color:#fff;width:150px;height:252px}@media screen and (max-width:1023px){.b-gerber-history__line-item{height:224px}}@media screen and (max-width:767px){.b-gerber-history__line-item{font-size:16px;width:calc(100% / 3);height:180px}}.b-gerber-history__line-item:after{content:'';position:absolute;bottom:0;left:calc(50% - 11px);width:22px;height:22px;border:2px solid #fff;background:#173857;border-radius:50%}.b-gerber-history__line-item.is-starting:after{background-color:#fff}.b-gerber-history__line-image{display:flex;align-items:flex-end;justify-content:center;height:185px;padding-bottom:10px;margin-bottom:10px;font-size:0;line-height:1}@media screen and (max-width:1023px){.b-gerber-history__line-image{padding-bottom:14px;height:156px}}@media screen and (max-width:767px){.b-gerber-history__line-image{padding-bottom:6px;height:117px}}.b-gerber-history__line-image img{position:relative;flex:none;max-width:100%;max-height:100%;transition:width .3s}.b-gerber-history__line-image:before{content:'';position:absolute;background:none no-repeat left top;opacity:0;transition:opacity .3s}@media screen and (max-width:1023px){.b-gerber-history__line-image:before{background-size:contain}}.b-gerber-history__line-item.is-active .b-gerber-history__line-image:before{opacity:1}.b-gerber-history__line-item:nth-child(1) .b-gerber-history__line-image img{width:122px}@media screen and (max-width:1023px){.b-gerber-history__line-item:nth-child(1) .b-gerber-history__line-image img{width:98px}}@media screen and (max-width:767px){.b-gerber-history__line-item:nth-child(1) .b-gerber-history__line-image img{width:62px}}.b-gerber-history__line-item:nth-child(1).is-active .b-gerber-history__line-image img{width:147px}@media screen and (max-width:1023px){.b-gerber-history__line-item:nth-child(1).is-active .b-gerber-history__line-image img{width:124px}}@media screen and (max-width:767px){.b-gerber-history__line-item:nth-child(1).is-active .b-gerber-history__line-image img{width:86px}}.b-gerber-history__line-item:nth-child(1) .b-gerber-history__line-image:before{background-image:url(/new/f/img/brand-gerber/history-back1.svg);left:calc(50% - 88px);top:calc(50% - 118px);width:138px;height:172px}@media screen and (max-width:1023px){.b-gerber-history__line-item:nth-child(1) .b-gerber-history__line-image:before{left:calc(50% - 74px);top:calc(50% - 111px);width:117px;height:147px}}@media screen and (max-width:767px){.b-gerber-history__line-item:nth-child(1) .b-gerber-history__line-image:before{left:calc(50% - 50px);top:calc(50% - 80px);width:80px;height:100px}}.b-gerber-history__line-item:nth-child(2) .b-gerber-history__line-image img{width:112px}@media screen and (max-width:767px){.b-gerber-history__line-item:nth-child(2) .b-gerber-history__line-image img{width:54px}}.b-gerber-history__line-item:nth-child(2).is-active .b-gerber-history__line-image img{width:144px}@media screen and (max-width:1023px){.b-gerber-history__line-item:nth-child(2).is-active .b-gerber-history__line-image img{width:134px}}@media screen and (max-width:767px){.b-gerber-history__line-item:nth-child(2).is-active .b-gerber-history__line-image img{width:63px}}.b-gerber-history__line-item:nth-child(2) .b-gerber-history__line-image:before{background-image:url(/new/f/img/brand-gerber/history-back2.svg);left:calc(50% - 86px);top:calc(50% - 82px);width:109px;height:141px}@media screen and (max-width:1023px){.b-gerber-history__line-item:nth-child(2) .b-gerber-history__line-image:before{left:calc(50% - 88px);top:calc(50% - 88px);width:95px;height:122px}}@media screen and (max-width:767px){.b-gerber-history__line-item:nth-child(2) .b-gerber-history__line-image:before{left:calc(50% - 38px);top:calc(50% - 44px);width:65px;height:85px}}.b-gerber-history__line-item:nth-child(3) .b-gerber-history__line-image img{width:100px}@media screen and (max-width:767px){.b-gerber-history__line-item:nth-child(3) .b-gerber-history__line-image img{width:44px}}.b-gerber-history__line-item:nth-child(3).is-active .b-gerber-history__line-image img{width:112px}@media screen and (max-width:1023px){.b-gerber-history__line-item:nth-child(3).is-active .b-gerber-history__line-image img{width:110px}}@media screen and (max-width:767px){.b-gerber-history__line-item:nth-child(3).is-active .b-gerber-history__line-image img{width:48px}}.b-gerber-history__line-item:nth-child(3) .b-gerber-history__line-image:before{background-image:url(/new/f/img/brand-gerber/history-back3.svg);left:calc(50% - 84px);top:calc(50% - 104px);width:137px;height:153px}@media screen and (max-width:1023px){.b-gerber-history__line-item:nth-child(3) .b-gerber-history__line-image:before{left:calc(50% - 88px);top:calc(50% - 100px);width:109px;height:122px}}@media screen and (max-width:767px){.b-gerber-history__line-item:nth-child(3) .b-gerber-history__line-image:before{left:calc(50% - 42px);top:calc(50% - 54px);width:65px;height:74px}}.b-gerber-history__slider{max-width:500px;margin:0 auto}@media screen and (max-width:1023px){.b-gerber-history__slider{max-width:460px}}@media screen and (max-width:767px){.b-gerber-history__slider{padding:0 32px}}.b-gerber-history__slider-caption{font-family:GerberSB,Arial,Helvetica,sans-serif;font-size:40px;line-height:1;letter-spacing:0;text-align:center;color:#fff;margin-bottom:42px}@media screen and (max-width:1023px){.b-gerber-history__slider-caption{font-size:28px;margin-bottom:19px}}@media screen and (max-width:767px){.b-gerber-history__slider-caption{font-family:NunitoBold,Arial,Helvetica,sans-serif;font-size:23px;margin-bottom:36px;min-height:46px;display:flex;justify-content:center;align-items:center;padding:0 8px}}.b-gerber-history__slider-desc{font-family:NunitoMedium,Arial,Helvetica,sans-serif;font-size:20px;line-height:1.2;letter-spacing:0;text-align:center;color:#fff;margin-bottom:42px}@media screen and (max-width:1023px){.b-gerber-history__slider-desc{max-width:390px;margin:0 auto 35px}}@media screen and (max-width:767px){.b-gerber-history__slider-desc{display:none}}.b-gerber-history__slider-controls{display:flex;justify-content:center;align-items:center;gap:16px}.b-gerber-history__slider-btn{flex:none;font-size:30px;line-height:54px;letter-spacing:0;height:54px;padding:0 28px;width:auto;max-width:none;border-radius:28px;min-width:308px}@media screen and (max-width:1023px){.b-gerber-history__slider-btn{font-size:25px;line-height:50px;padding:0 30px;height:50px;min-width:0}}@media screen and (max-width:767px){.b-gerber-history__slider-btn{font-size:22px;line-height:46px;height:46px;min-width:240px}}.b-gerber-ageline{padding-bottom:33px}.b-gerber-ageline__caption{font-family:NunitoBold,Arial,Helvetica,sans-serif;font-size:23px;line-height:1.15;letter-spacing:0;text-align:center;color:#fff;margin-bottom:12px}@media screen and (max-width:1023px){.b-gerber-ageline__caption{margin-bottom:38px}}@media screen and (max-width:767px){.b-gerber-ageline__caption{font-size:16px;margin-bottom:14px}}.b-gerber-ageline__slider{max-width:780px;margin:0 auto}.b-gerber-ageline .ui-range-slider{padding:0 3px;margin-bottom:11px;height:22px}@media screen and (max-width:1023px){.b-gerber-ageline .ui-range-slider{height:18px}}.b-gerber-ageline .ui-range-slider .ui-slider-handle{background-color:#fff;margin-left:-11px;width:22px;height:22px;font-size:0;line-height:1}@media screen and (max-width:1023px){.b-gerber-ageline .ui-range-slider .ui-slider-handle{margin-left:-9px;width:18px;height:18px}}.b-gerber-ageline .ui-range-slider .ui-slider-range{background:rgba(255,255,255,.3);height:4px;top:calc(50% - 2px);padding:0 2px;display:flex;justify-content:space-between;overflow:visible!important}.b-gerber-ageline .ui-range-slider .ui-slider-range span{position:relative;width:1px;padding-top:20px;display:flex;justify-content:center;font-family:NunitoMedium,Arial,Helvetica,sans-serif;font-size:14px;line-height:1;color:#fff;cursor:pointer}.b-gerber-ageline .ui-range-slider .ui-slider-range span:before{content:'';position:absolute;top:-1px;left:-3px;width:6px;height:6px;background:rgba(255,255,255,.7);border-radius:50%}.b-gerber-ageline .ui-range-slider .ui-slider-range span:last-child:before,.b-gerber-ageline .ui-range-slider .ui-slider-range span:nth-child(1):before{display:none}.b-gerber-ageline .ui-range-slider .ui-slider-range:after,.b-gerber-ageline .ui-range-slider .ui-slider-range:before{background:rgba(255,255,255,.7);top:calc(50% - 3px);width:6px;height:6px}.b-gerber-products{position:relative;z-index:2}@media screen and (max-width:1023px){.b-gerber-products{padding:0 32px}}@media screen and (max-width:767px){.b-gerber-products{padding:0 20px}}.b-gerber-products:before{content:'';position:absolute;left:calc(50% - 550px);top:-120px;width:1099px;height:350px;background:url(/new/f/img/brand-gerber/title-back.svg) no-repeat left top;pointer-events:none}@media screen and (max-width:767px){.b-gerber-products:before{display:none}}.b-gerber-products:after{content:'';position:absolute;left:calc(50% - 220px);top:calc(50% - 880px);width:1879px;height:1765px;background:url(/new/f/img/brand-gerber/product-back.svg) no-repeat left top;pointer-events:none}@media screen and (max-width:767px){.b-gerber-products:after{display:none}}.b-gerber-products__wrapper{position:relative;max-width:890px;margin:0 auto;z-index:3}@media screen and (max-width:1023px){.b-gerber-products__wrapper{max-width:none}}@media screen and (max-width:767px){.b-gerber-products__wrapper{max-width:560px}}.b-gerber-products__title{font-family:GerberSB,Arial,Helvetica,sans-serif;font-size:45px;line-height:1;letter-spacing:0;text-align:center;color:#fff;padding-bottom:15px;margin-bottom:0}@media screen and (max-width:1023px){.b-gerber-products__title{font-size:35px;padding:0 24px 18px}}@media screen and (max-width:767px){.b-gerber-products__title{font-size:24px;padding:0 0 9px}}.b-gerber-products__subtitle{font-family:NunitoRegular,Arial,Helvetica,sans-serif;font-size:30px;line-height:1;letter-spacing:0;text-align:center;color:#fff;padding-bottom:35px}@media screen and (max-width:1023px){.b-gerber-products__subtitle{font-size:28px;padding-bottom:38px}}@media screen and (max-width:767px){.b-gerber-products__subtitle{font-size:16px;padding-bottom:40px}}.b-gerber-products__row{display:flex;gap:20px;padding:50px 0}@media screen and (max-width:1023px){.b-gerber-products__row{gap:8px;padding:32px 0}}@media screen and (max-width:767px){.b-gerber-products__row{flex-direction:column;margin:0 -8px;padding:0;gap:12px}}.b-gerber-products__column:nth-child(1){flex:none;width:206px}@media screen and (max-width:767px){.b-gerber-products__column:nth-child(1){width:100%}}.b-gerber-products__column:nth-child(2){flex-grow:1}@media screen and (max-width:767px){.b-gerber-products__column:nth-child(2){width:100%}}.b-gerber-products__controls{margin-top:26px}.b-gerber-products__controls.is-hidden{display:none}.b-gerber-products__btn{max-width:268px;margin:0 auto;font-size:22px;line-height:44px;height:45px}.b-gerber-products__container.is-loading{position:relative;pointer-events:none}.b-gerber-products__container.is-loading:before{content:'';position:absolute;left:-5px;right:-5px;top:-5px;bottom:-5px;background:#fff;box-shadow:0 0 5px #fff;border-radius:16px;opacity:.6;z-index:52;position:fixed;left:0;right:0;top:0;bottom:0}.b-gerber-products__container.is-loading:after{content:'';display:block;position:fixed;background:url(/new/f/img/preloader.svg) no-repeat left top;top:calc(50% - 30px);left:calc(50% - 30px);width:60px;height:60px;z-index:53}.b-gerber-filter{letter-spacing:0}.b-gerber-filter__title{font-family:NunitoBold,Arial,Helvetica,sans-serif;font-size:23px;line-height:1.13;text-align:center;color:#fff;margin-bottom:10px}@media screen and (max-width:767px){.b-gerber-filter__title{font-size:20px;line-height:1;margin-bottom:13px}}.b-gerber-filter__caption{position:relative;background:#fff;border-radius:8px;padding:0 8px;font-family:GerberSB,Arial,Helvetica,sans-serif;font-size:18px;line-height:43px;color:#007db0;cursor:pointer;margin-bottom:8px}@media screen and (max-width:767px){.b-gerber-filter__caption{font-size:22px;line-height:39px;border-radius:20px;padding:0 16px;text-align:center}}.b-gerber-filter__caption:hover{background-color:rgba(255,255,255,.9)}.b-gerber-filter__caption span{position:absolute;right:8px;top:calc(50% - 2px);background:#007db0;border-radius:2px;width:16px;height:2px;pointer-events:none;transition:-webkit-transform 134ms;transition:transform 134ms;transition:transform 134ms,-webkit-transform 134ms}@media screen and (max-width:767px){.b-gerber-filter__caption span{right:12px}}.b-gerber-filter__caption span:nth-child(1){top:calc(50% - 7px)}.b-gerber-filter__caption span:nth-child(3){top:calc(50% + 3px)}.b-gerber-filter__options{flex-direction:column;gap:8px;display:none}.b-gerber-filter__top{background:rgba(255,255,255,.25);border-radius:16px;padding:10px 8px;display:flex;flex-direction:column;gap:5px;margin-bottom:24px}@media screen and (max-width:767px){.b-gerber-filter__top{flex-direction:row;padding:8px 10px;margin-bottom:10px}}.b-gerber-filter__top-item{position:relative;cursor:pointer}@media screen and (max-width:767px){.b-gerber-filter__top-item{width:calc((100% - 5px * 3)/ 4)}}.b-gerber-filter__top-item:hover span{background-color:rgba(255,255,255,.2)}.b-gerber-filter__top-item span{display:block;pointer-events:none;background-color:rgba(255,255,255,0);border-radius:8px;padding:0 8px;font-family:GerberSB,Arial,Helvetica,sans-serif;font-size:18px;line-height:43px;color:#fff;text-align:center;transition:background-color 134ms}@media screen and (max-width:767px){.b-gerber-filter__top-item span{font-size:13px;line-height:35px}}.b-gerber-filter__top-item input{position:absolute;left:0;top:0;opacity:0}.b-gerber-filter__top-item input:checked+span{background-color:#fff;color:#007db0}.b-gerber-filter__middle{display:flex;flex-direction:column;gap:7px;margin-bottom:24px}@media screen and (max-width:767px){.b-gerber-filter__middle{flex-direction:row;justify-content:center;gap:8px;margin-bottom:27px}}.b-gerber-filter__middle-item{position:relative;cursor:pointer;display:none}@media screen and (max-width:767px){.b-gerber-filter__middle-item{width:calc((100% - 8px * 4)/ 5)}}.b-gerber-filter__middle-item span{display:block;pointer-events:none;background:none no-repeat left center;background-color:rgba(255,255,255,.7);border-radius:8px;padding:0 8px 0 30px;font-family:NunitoMedium,Arial,Helvetica,sans-serif;font-size:15px;line-height:43px;letter-spacing:-.03em;color:#007db0;text-align:center;transition:background-color 134ms;-webkit-filter:grayscale(.5);filter:grayscale(.5)}@media screen and (max-width:767px){.b-gerber-filter__middle-item span{padding:62px 8px 0;height:81px;font-size:10px;line-height:12px;white-space:nowrap;max-width:100%;overflow:hidden;text-overflow:ellipsis}}.b-gerber-filter__middle-item:hover span{background-color:rgba(255,255,255,.8)}@media screen and (max-width:767px){.b-gerber-filter__middle-item:hover span{background-color:rgba(255,255,255,.7)}}.b-gerber-filter__middle-item.is-show{display:block}.b-gerber-filter__middle-item.is-disabled{-webkit-filter:grayscale(1);filter:grayscale(1);opacity:.2;pointer-events:none}.b-gerber-filter__middle-item.is-hidden{display:none}.b-gerber-filter__middle-item input{position:absolute;left:0;top:0;opacity:0}.b-gerber-filter__middle-item input:checked+span{font-family:NunitoBold,Arial,Helvetica,sans-serif;background-color:#fff;-webkit-filter:grayscale(0);filter:grayscale(0)}.b-gerber-filter__middle-item[data-taste=apple] span{background-image:url(/new/f/img/brand-gerber/taste/apple.png);background-size:31px auto;background-position:13px calc(50% - 0px)}@media screen and (max-width:767px){.b-gerber-filter__middle-item[data-taste=apple] span{background-position:50% calc(50% - 8px)}}.b-gerber-filter__middle-item[data-taste=pear] span{background-image:url(/new/f/img/brand-gerber/taste/pear.png);background-size:24px auto;background-position:16px calc(50% - 1px)}@media screen and (max-width:767px){.b-gerber-filter__middle-item[data-taste=pear] span{background-position:50% calc(50% - 8px)}}.b-gerber-filter__middle-item[data-taste=mango] span{background-image:url(/new/f/img/brand-gerber/taste/mango.png);background-size:35px auto;background-position:11px calc(50% + 1px)}@media screen and (max-width:767px){.b-gerber-filter__middle-item[data-taste=mango] span{background-position:50% calc(50% - 8px)}}.b-gerber-filter__middle-item[data-taste=plum] span{background-image:url(/new/f/img/brand-gerber/taste/plum.png);background-size:55px auto;background-position:0 calc(50% - 2px)}@media screen and (max-width:767px){.b-gerber-filter__middle-item[data-taste=plum] span{background-position:50% calc(50% - 8px)}}.b-gerber-filter__middle-item[data-taste=berries] span{background-image:url(/new/f/img/brand-gerber/taste/berries.png);background-size:44px auto;background-position:6px calc(50% - 1px)}@media screen and (max-width:767px){.b-gerber-filter__middle-item[data-taste=berries] span{background-position:50% calc(50% - 8px)}}.b-gerber-filter__middle-item[data-taste=banan] span{background-image:url(/new/f/img/brand-gerber/taste/banana.png);background-size:33px auto;background-position:8px calc(50% - 0px)}@media screen and (max-width:767px){.b-gerber-filter__middle-item[data-taste=banan] span{background-position:50% calc(50% - 8px)}}.b-gerber-filter__middle-item[data-taste=cauliflower] span{background-image:url(/new/f/img/brand-gerber/taste/cauliflower.png);background-size:34px auto;background-position:11px calc(50% - 0px)}@media screen and (max-width:767px){.b-gerber-filter__middle-item[data-taste=cauliflower] span{background-position:50% calc(50% - 8px)}}.b-gerber-filter__middle-item[data-taste=carrots] span{background-image:url(/new/f/img/brand-gerber/taste/carrots.png);background-size:38px auto;background-position:6px calc(50% + 1px)}@media screen and (max-width:767px){.b-gerber-filter__middle-item[data-taste=carrots] span{background-position:50% calc(50% - 8px)}}.b-gerber-filter__middle-item[data-taste=broccoli] span{background-image:url(/new/f/img/brand-gerber/taste/broccoli.png);background-size:33px auto;background-position:10px calc(50% - 0px)}@media screen and (max-width:767px){.b-gerber-filter__middle-item[data-taste=broccoli] span{background-position:50% calc(50% - 8px)}}.b-gerber-filter__middle-item[data-taste=pumpkin] span{background-image:url(/new/f/img/brand-gerber/taste/pumpkin.png);background-size:37px auto;background-position:10px calc(50% + 1px)}@media screen and (max-width:767px){.b-gerber-filter__middle-item[data-taste=pumpkin] span{background-position:50% calc(50% - 8px)}}.b-gerber-filter__middle-item[data-taste=zucchini] span{background-image:url(/new/f/img/brand-gerber/taste/zucchini.png);background-size:45px auto;background-position:7px calc(50% - 0px)}@media screen and (max-width:767px){.b-gerber-filter__middle-item[data-taste=zucchini] span{background-position:50% calc(50% - 8px)}}.b-gerber-filter__middle-item[data-taste=buckwheat] span{background-image:url(/new/f/img/brand-gerber/taste/buckwheat.png);background-size:43px auto;background-position:9px calc(50% + 1px)}@media screen and (max-width:767px){.b-gerber-filter__middle-item[data-taste=buckwheat] span{background-position:50% calc(50% - 8px)}}.b-gerber-filter__middle-item[data-taste=oats] span{background-image:url(/new/f/img/brand-gerber/taste/oats.png);background-size:48px auto;background-position:7px calc(50% + 1px)}@media screen and (max-width:767px){.b-gerber-filter__middle-item[data-taste=oats] span{background-position:50% calc(50% - 8px)}}.b-gerber-filter__middle-item[data-taste=multizlak] span{background-image:url(/new/f/img/brand-gerber/taste/multizlak.png);background-size:50px auto;background-position:4px calc(50% - 1px)}@media screen and (max-width:767px){.b-gerber-filter__middle-item[data-taste=multizlak] span{background-position:50% calc(50% - 8px)}}.b-gerber-filter__middle-item[data-taste=beef] span{background-image:url(/new/f/img/brand-gerber/taste/beef.png);background-size:50px auto;background-position:4px calc(50% - 1px)}@media screen and (max-width:767px){.b-gerber-filter__middle-item[data-taste=beef] span{background-position:50% calc(50% - 8px)}}.b-gerber-filter__middle-item[data-taste=turkey] span{background-image:url(/new/f/img/brand-gerber/taste/turkey.png);background-size:57px auto;background-position:7px calc(50% - 0px)}@media screen and (max-width:767px){.b-gerber-filter__middle-item[data-taste=turkey] span{background-position:50% calc(50% - 8px)}}.b-gerber-filter__middle-item[data-taste=fish] span{background-image:url(/new/f/img/brand-gerber/taste/fish.png);background-size:45px auto;background-position:10px calc(50% - 1px)}@media screen and (max-width:767px){.b-gerber-filter__middle-item[data-taste=fish] span{background-position:50% calc(50% - 8px)}}.b-gerber-filter__bottom{padding:0}.b-gerber-filter__bottom-option{background:rgba(255,255,255,.75);padding:8px 24px 7px 16px;border-radius:8px}@media screen and (max-width:767px){.b-gerber-filter__bottom-option{border-radius:16px}}.b-gerber-filter__bottom-option.is-blocked{display:none}.b-gerber-filter__bottom-title{position:relative;font-family:NunitoMedium,Arial,Helvetica,sans-serif;font-size:15px;line-height:18px;text-align:center;padding-right:8px;color:#007db0;cursor:pointer}.b-gerber-filter__bottom-title:before{content:'';position:absolute;right:-12px;top:3px;width:9px;height:9px;border-left:1px solid currentColor;border-bottom:1px solid currentColor;-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}.b-gerber-filter__bottom-items{flex-direction:column;max-width:100%;padding:18px 0 0;display:none}.b-gerber-filter__bottom.is-open .b-gerber-filter__options{display:flex}.b-gerber-filter__bottom.is-open .b-gerber-filter__caption span{background-color:#e23a3a}.b-gerber-filter__bottom.is-open .b-gerber-filter__caption span:nth-child(2){opacity:0}.b-gerber-filter__bottom.is-open .b-gerber-filter__caption span:nth-child(1){-webkit-transform:rotate(-135deg);transform:rotate(-135deg);top:calc(50% - 1px)}.b-gerber-filter__bottom.is-open .b-gerber-filter__caption span:nth-child(3){-webkit-transform:rotate(-45deg);transform:rotate(-45deg);top:calc(50% - 1px)}.b-gerber-filter__bottom-option.is-open .b-gerber-filter__bottom-items{display:flex}.b-gerber-filter__bottom-option.is-open .b-gerber-filter__bottom-title:before{-webkit-transform:rotate(135deg);transform:rotate(135deg);top:7px}.b-gerber-filter .b-field--checkbox{margin-bottom:13px}.b-gerber-filter .b-field--checkbox .b-field__label{font-family:NunitoRegular,Arial,Helvetica,sans-serif;font-size:12px;line-height:1;min-height:23px;padding-left:31px;display:flex;align-items:center;color:#007db0}.b-gerber-filter .b-field--checkbox .b-field__label:before{background:#fff;border-color:#616161;width:22px;height:22px}.b-gerber-filter .b-field--checkbox:hover .b-field__label:before{background:rgba(255,255,255,.5)}.b-gerber-filter .b-field--checkbox .b-field__label:after{left:8px;top:3px}.b-gerber-filter .b-field--checkbox .b-field__checkbox:checked+.b-field__label:before{background:#309b42;border-color:#309b42}.b-gerber-filter .b-catalog-filter__row:last-child .b-field--checkbox:last-child{margin-bottom:13px}.b-gerber-grid{position:relative;display:flex;flex-wrap:wrap;gap:14px 10px;padding:4px 0}@media screen and (max-width:1023px){.b-gerber-grid{gap:10px}}@media screen and (max-width:767px){.b-gerber-grid{justify-content:center;gap:8px}}.b-gerber-grid .b-product-card{font-family:NunitoRegular,Arial,Helvetica,sans-serif;width:100%;height:auto;max-width:214px;min-height:428px;border-radius:16px;margin:0}@media screen and (max-width:1023px){.b-gerber-grid .b-product-card{max-width:240px}}@media screen and (max-width:767px){.b-gerber-grid .b-product-card{max-width:214px}}@media screen and (max-width:459px){.b-gerber-grid .b-product-card{max-width:268px}}.b-gerber-grid .b-product-card__image{display:flex;align-items:center;justify-content:flex-start;height:178px}.b-gerber-grid .b-product-card__title{font-family:NunitoExtraBold,Arial,Helvetica,sans-serif;font-size:14px;line-height:1;letter-spacing:0;color:#173857;padding-bottom:4px}@media screen and (max-width:767px){.b-gerber-grid .b-product-card__title{line-height:16px;padding-bottom:12px}}.b-gerber-grid .b-product-card__desc{font-family:NunitoRegular,Arial,Helvetica,sans-serif;font-size:12px;line-height:1;letter-spacing:0;color:#173857}.b-gerber-grid .b-product-card__soc{right:18px;bottom:34px}@media screen and (max-width:767px){.b-gerber-grid .b-product-card__soc{right:13px;bottom:24px}}.b-gerber-grid .b-product-card__rating,.b-gerber-grid .b-product-card__review{font-family:NunitoBold,Arial,Helvetica,sans-serif;font-size:12px;color:#007db0;padding-right:18px}.b-gerber-grid .b-product-card__rating{background:url(/new/f/img/brand-gerber/icon-star.svg) no-repeat right top}.b-gerber-grid .b-product-card__review{background:url(/new/f/img/brand-gerber/icon-review.svg) no-repeat right bottom}.b-gerber-grid .b-product-card__bottom{padding-bottom:21px}@media screen and (max-width:767px){.b-gerber-grid .b-product-card__bottom{padding-bottom:15px}}@media screen and (max-width:459px){.b-gerber-grid .b-product-card__bottom{padding-bottom:20px}}.b-gerber-grid .b-product-card__weight{margin-bottom:9px}.b-gerber-grid .b-product-card__weight-item{font-family:NunitoBold,Arial,Helvetica,sans-serif;font-size:12px;line-height:16px;padding:0 6px}@media screen and (max-width:767px){.b-gerber-grid .b-product-card__weight-item{line-height:18px}}.b-gerber-grid .b-product-club__favorite{width:32px;height:32px}@media screen and (max-width:767px){.b-gerber-grid .b-product-club__favorite{width:36px;height:36px}}.b-gerber-grid .b-product-card .b-product-club__button{font-family:GerberSB,Arial,Helvetica,sans-serif;font-size:16px;line-height:32px;letter-spacing:0;height:32px}@media screen and (max-width:767px){.b-gerber-grid .b-product-card .b-product-club__button{line-height:36px;height:36px}}.b-gerber-grid .b-product-card .b-product-club__link{font-size:12px;letter-spacing:0;padding:5px 0 1px}@media screen and (max-width:767px){.b-gerber-grid .b-product-card .b-product-club__link{padding:2px 0}}.b-gerber-grid .b-product-club__column--club .b-product-club__link span{position:relative}.b-gerber-grid .b-product-club__column--club .b-product-club__count-new{font-family:NunitoExtraBold,Arial,Helvetica,sans-serif}.b-gerber-grid .b-product-card .b-product-club__count-new{font-size:21px}@media screen and (max-width:767px){.b-gerber-grid .b-product-card .b-product-club__count-new{font-size:17px;line-height:22px}}.b-gerber-grid .b-product-card .b-product-club{margin-top:9px}.b-gerber-grid .b-product-card .b-product-club__button--disabled,.b-gerber-grid .b-product-card .b-product-club__button--reminder{font-size:12px;line-height:1}.b-gerber-grid .b-product-club__count-new{font-family:NunitoExtraBold,Arial,Helvetica,sans-serif}.b-gerber-grid .b-product-club__button--reminder:before{top:2px;width:26px;height:26px}@media screen and (max-width:767px){.b-gerber-grid .b-product-club__button--reminder:before{top:3px;width:27px;height:28px}}.b-gerber-grid .b-product-card__basket-controls{padding:2px}@media screen and (max-width:767px){.b-gerber-grid .b-product-card__basket-controls{padding:4px}}.b-gerber-check{position:relative;z-index:2}@media screen and (max-width:1023px){.b-gerber-check{padding:0 32px}}@media screen and (max-width:767px){.b-gerber-check{padding:0 16px}}.b-gerber-check__wrapper{padding:72px 0;max-width:890px;margin:0 auto;display:flex;gap:20px}@media screen and (max-width:1023px){.b-gerber-check__wrapper{align-items:center;padding:76px 0}}@media screen and (max-width:767px){.b-gerber-check__wrapper{flex-direction:column;padding:71px 0 24px;gap:27px}}.b-gerber-check__title{font-family:GerberSB,Arial,Helvetica,sans-serif;font-size:45px;line-height:1;letter-spacing:0;color:#fff;margin-bottom:12px}@media screen and (max-width:1023px){.b-gerber-check__title{font-size:35px;margin-bottom:12px}}@media screen and (max-width:767px){.b-gerber-check__title{font-size:23px;text-align:center;margin-bottom:10px}.b-gerber-check__title br{content:' '}}.b-gerber-check__desc{font-family:NunitoRegular,Arial,Helvetica,sans-serif;font-size:30px;line-height:1;letter-spacing:0;color:#fff}@media screen and (max-width:1023px){.b-gerber-check__desc{font-size:20px}}@media screen and (max-width:767px){.b-gerber-check__desc{font-size:16px;text-align:center}}.b-gerber-check__column{width:calc(50% - 10px)}@media screen and (max-width:1023px){.b-gerber-check__column:nth-child(1){width:calc(100% - 440px)}.b-gerber-check__column:nth-child(2){width:420px}}@media screen and (max-width:767px){.b-gerber-check__column:nth-child(1),.b-gerber-check__column:nth-child(2){max-width:560px;width:100%}}.b-gerber-check__form{background:url(/new/f/img/brand-gerber/check-back.svg) no-repeat center center #309b42;background-size:cover;border-radius:16px;padding:29px 32px 27px}@media screen and (max-width:1023px){.b-gerber-check__form{padding:16px 40px 20px}}@media screen and (max-width:767px){.b-gerber-check__form{padding:21px 24px;max-width:360px;margin:0 auto}}.b-gerber-check__caption{font-family:NunitoBold,Arial,Helvetica,sans-serif;font-size:30px;line-height:1;letter-spacing:0;text-align:center;color:#fff;margin-bottom:29px}@media screen and (max-width:1023px){.b-gerber-check__caption{font-size:25px;margin-bottom:32px}}@media screen and (max-width:767px){.b-gerber-check__caption{font-size:16px;margin-bottom:15px}}@media screen and (max-width:1023px){.b-gerber-check__controls{display:flex;justify-content:center}}.b-gerber-check__btn{width:100%;border-radius:30px;padding:0 24px;max-width:none;height:60px;font-size:35px;line-height:60px;color:#309b42}@media screen and (max-width:1023px){.b-gerber-check__btn{max-width:280px;font-size:25px;line-height:50px;height:50px}}@media screen and (max-width:767px){.b-gerber-check__btn{font-size:22px;line-height:45px;height:45px}}.b-gerber-check__btn:hover{background-color:#173857;color:#fff}.b-gerber-check__btn.is-locked{border:none medium;background-color:#173857;color:#fff;pointer-events:none;opacity:.7}@media screen and (max-width:1023px){.b-gerber-check__field{max-width:280px;margin:0 auto}}.b-gerber-check .b-field--input{margin-bottom:0}.b-gerber-check .b-field__wrapper{border-radius:30px;height:56px}@media screen and (max-width:1023px){.b-gerber-check .b-field__wrapper{height:54px}}@media screen and (max-width:767px){.b-gerber-check .b-field__wrapper{height:46px}}.b-gerber-check .b-field__input{font-family:NunitoBold,Arial,Helvetica,sans-serif;font-size:23px;line-height:54px;text-align:center;height:54px}@media screen and (max-width:1023px){.b-gerber-check .b-field__input{font-size:20px;line-height:52px;height:52px}}@media screen and (max-width:767px){.b-gerber-check .b-field__input{font-size:16px;line-height:44px;height:44px}}.b-gerber-check .b-field__answer{text-align:center;right:3px}.b-gerber-check .b-field__answer.is-error{-webkit-animation:shaking .3s;animation:shaking .3s;color:#ff0}.b-gerber-check__legend{font-family:NunitoRegular,Arial,Helvetica,sans-serif;font-size:17px;line-height:1;letter-spacing:0;text-align:center;color:#fff;padding:20px 0 22px}@media screen and (max-width:1023px){.b-gerber-check__legend{padding:20px 0}}@media screen and (max-width:767px){.b-gerber-check__legend{font-size:13px;letter-spacing:.005em;padding:14px 0 23px}}.b-gerber-check__legend span{font-family:NunitoMedium,Arial,Helvetica,sans-serif;text-decoration:underline;cursor:pointer}.b-gerber-check__legend span:hover{color:#173857}.b-gerber-review{padding:18px 0}.b-gerber-review__wrapper{background:url(/new/f/img/brand-gerber/review-back.svg) no-repeat calc(50% - 42px) center;min-height:460px}@media screen and (max-width:767px){.b-gerber-review__wrapper{background-position:center center;background-size:cover;min-height:384px}}.b-gerber-review__slider{position:relative;max-width:672px;margin:0 auto;padding:82px 0 40px}@media screen and (max-width:1023px){.b-gerber-review__slider{max-width:590px}}@media screen and (max-width:767px){.b-gerber-review__slider{padding:62px 0 4px;max-width:none}}.b-gerber-review__controls{display:flex;justify-content:center;margin-top:18px}.b-gerber-review__btn{font-size:30px;line-height:54px;height:54px;border-radius:30px;color:#309b42;max-width:306px}@media screen and (max-width:1023px){.b-gerber-review__btn{font-size:25px;line-height:50px;height:50px;max-width:280px}}@media screen and (max-width:767px){.b-gerber-review__btn{font-size:16px;line-height:45px;height:45px;max-width:240px}}.b-gerber-review__btn:hover{background-color:#173857;color:#fff}.b-gerber-review .b-reviews__item{padding:22px 17px 14px;min-height:200px;margin:0 5px}@media screen and (max-width:1023px){.b-gerber-review .b-reviews__item{padding:24px 14px 14px;width:auto}}@media screen and (max-width:767px){.b-gerber-review .b-reviews__item{padding:16px 25px 11px;width:238px;min-height:151px}}.b-gerber-review .b-reviews__row{margin-bottom:23px}@media screen and (max-width:767px){.b-gerber-review .b-reviews__row{margin-bottom:7px}}.b-gerber-review .b-reviews__column{padding-right:0;width:100%}.b-gerber-review .b-reviews__column:nth-child(2){display:none}.b-gerber-review .b-reviews__name{font-family:NunitoBold,Arial,Helvetica,sans-serif;font-size:17px;line-height:1.2;color:#007db0;margin-bottom:3px}@media screen and (max-width:767px){.b-gerber-review .b-reviews__name{font-size:16px;letter-spacing:0}}.b-gerber-review .b-reviews__desc{font-family:NunitoMedium,Arial,Helvetica,sans-serif;font-size:12px;line-height:14px;color:#007db0;margin-bottom:22px}@media screen and (max-width:1023px){.b-gerber-review .b-reviews__desc{margin-bottom:6px}}.b-gerber-review .b-reviews__link{font-family:NunitoMedium,Arial,Helvetica,sans-serif;font-size:12px;line-height:13px;letter-spacing:0;color:#ef8a33}.b-gerber-review .b-stars{gap:2px}.b-gerber-review .b-stars__item{background-size:10px auto;width:10px;height:10px}.b-gerber-review .b-gallery__dots{bottom:-40px}@media screen and (max-width:767px){.b-gerber-review .b-gallery__dots{bottom:-122px}}.b-gerber-review .b-gallery__next,.b-gerber-review .b-gallery__prev{left:-54px;top:calc(50% - 28px);width:36px;height:36px;color:#fff}.b-gerber-review .b-gallery__next:before,.b-gerber-review .b-gallery__prev:before{border-radius:6px;border-width:3px;left:12px;top:7px;width:24px;height:24px}.b-gerber-review .b-gallery__next:hover,.b-gerber-review .b-gallery__prev:hover{color:#173857}.b-gerber-review .b-gallery__next{left:auto;right:-54px}.b-gerber-review .b-gallery__next:before{left:auto;right:12px}.b-gerber-review .slick-dots li button{border:1px solid #fff;background-color:#309b42;width:12px;height:12px}.b-gerber-review .slick-dots li.slick-active button,.b-gerber-review .slick-dots li.slick-active button:hover{-webkit-transform:none;transform:none;background-color:#fff}.b-gerber-map{padding:92px 0 42px}@media screen and (max-width:1023px){.b-gerber-map{padding:82px 0 42px}}@media screen and (max-width:767px){.b-gerber-map{padding:0;max-width:100%;overflow:hidden}}.b-gerber-map--short{padding-bottom:82px}@media screen and (max-width:1023px){.b-gerber-map--short{padding-bottom:72px}}@media screen and (max-width:767px){.b-gerber-map--short{padding:0}}.b-gerber-map__wrapper{background:url(/new/f/img/brand-gerber/map-back.svg) no-repeat calc(50% + 4px) center;min-height:582px;color:#007db0;padding:70px 0}@media screen and (max-width:1023px){.b-gerber-map__wrapper{padding:71px 32px 32px}}@media screen and (max-width:767px){.b-gerber-map__wrapper{padding:70px 24px 24px}}.b-gerber-map__title{font-family:GerberSB,Arial,Helvetica,sans-serif;font-size:45px;line-height:1;letter-spacing:0;text-align:center;margin-bottom:10px}@media screen and (max-width:1023px){.b-gerber-map__title{font-size:35px;margin-bottom:20px}}@media screen and (max-width:767px){.b-gerber-map__title{font-size:23px;margin-bottom:19px}}.b-gerber-map__desc{font-family:NunitoMedium,Arial,Helvetica,sans-serif;font-size:30px;line-height:1.2;letter-spacing:0;text-align:center;margin-bottom:32px}@media screen and (max-width:1023px){.b-gerber-map__desc{font-size:28px}}@media screen and (max-width:767px){.b-gerber-map__desc{font-size:20px;margin-bottom:32px}}.b-gerber-map__image{display:block;margin:0 auto;width:685px;aspect-ratio:685/306;-webkit-transform:translateX(27px);transform:translateX(27px);background:url(/new/f/img/brand-gerber/map.png) no-repeat left top;background-size:auto 100%}@media screen and (max-width:1023px){.b-gerber-map__image{-webkit-transform:translateX(0);transform:translateX(0)}}@media screen and (max-width:767px){.b-gerber-map__image{position:relative;width:555px;left:auto;max-width:100%;height:248px}}@media screen and (max-width:559px){.b-gerber-map__image{left:calc(50% - 226px);max-width:none}}.b-gerber-map__image:before{content:'';position:absolute;right:0;top:0;bottom:0;width:100%;background-color:#fff;transition:width 2.5s}.b-gerber-map__image span{position:absolute;left:0;right:0;top:0;bottom:0;background:url(/new/f/img/brand-gerber/map-outline.svg) no-repeat left top;background-size:auto 100%}.b-gerber-map__image.is-active:before{width:0%}.b-gerber-develop{position:relative;z-index:2}.b-gerber-develop:before{content:'';position:absolute;left:calc(50% - 550px);top:-110px;width:1099px;height:350px;background:url(/new/f/img/brand-gerber/title-back.svg) no-repeat left top;pointer-events:none}.b-gerber-develop__wrapper{max-width:980px;margin:0 auto;padding:24px 0;color:#fff}@media screen and (max-width:1023px){.b-gerber-develop__wrapper{padding:51px 0 34px}}@media screen and (max-width:767px){.b-gerber-develop__wrapper{padding:15px 16px 34px}}.b-gerber-develop__title{font-family:GerberSB,Arial,Helvetica,sans-serif;font-size:45px;line-height:1;letter-spacing:0;text-align:center;margin-bottom:11px}@media screen and (max-width:1023px){.b-gerber-develop__title{font-size:35px;margin-bottom:16px}}@media screen and (max-width:767px){.b-gerber-develop__title{font-size:23px}}.b-gerber-develop__desc{font-family:NunitoMedium,Arial,Helvetica,sans-serif;font-size:30px;line-height:1.2;letter-spacing:0;text-align:center;margin-bottom:36px}@media screen and (max-width:1023px){.b-gerber-develop__desc{font-size:28px;margin-bottom:39px}}@media screen and (max-width:767px){.b-gerber-develop__desc{font-size:16px;margin-bottom:31px}}.b-gerber-develop__tabs{background-color:rgba(255,255,255,.25);border-radius:8px;max-width:550px;margin:0 auto 47px;padding:8px;display:flex;gap:8px}@media screen and (max-width:1023px){.b-gerber-develop__tabs{margin-bottom:53px}}@media screen and (max-width:767px){.b-gerber-develop__tabs{border-radius:16px;margin-bottom:32px}}.b-gerber-develop__tab{border-radius:8px;padding:0 8px;height:44px;font-family:GerberSB,Arial,Helvetica,sans-serif;font-size:20px;line-height:44px;text-align:center;color:#fff;width:calc((100% - 8px * 2)/ 3);cursor:pointer}@media screen and (max-width:767px){.b-gerber-develop__tab{font-size:16px;line-height:38px;height:38px;padding:0 4px}}.b-gerber-develop__tab:hover{background-color:rgba(255,255,255,.2)}.b-gerber-develop__tab.is-active{background-color:#fff;color:#007db0;cursor:default}.b-gerber-develop__list{max-width:890px;margin:0 auto;display:flex;justify-content:center;flex-wrap:wrap;gap:17px 25px}@media screen and (max-width:1023px){.b-gerber-develop__list{max-width:580px;gap:10px}}.b-gerber-develop__item{position:relative;font-family:NunitoBold,Arial,Helvetica,sans-serif;color:#fff;border-radius:8px;width:278px;height:234px;cursor:pointer;display:none}@media screen and (max-width:1023px){.b-gerber-develop__item{height:175px}}.b-gerber-develop__item.is-show{display:block}.b-gerber-develop__caption{font-size:20px;line-height:1;letter-spacing:0;margin-bottom:13px}@media screen and (max-width:1023px){.b-gerber-develop__caption{font-size:12px;margin-bottom:12px}}.b-gerber-develop__text{font-size:18px;line-height:21px;letter-spacing:0}@media screen and (max-width:1023px){.b-gerber-develop__text{font-size:16px;line-height:18px}}.b-gerber-develop__back{position:absolute;left:0;right:0;top:0;bottom:0;border-radius:8px;overflow:hidden}.b-gerber-develop__image{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.b-gerber-develop__image--item1{position:absolute;width:auto;height:auto;top:calc(50% - 144px);left:calc(50% - 258px)}.b-gerber-develop__image--item2{position:absolute;width:auto;height:auto;top:calc(50% - 140px);left:calc(50% - 159px)}.b-gerber-develop__image--item3{position:absolute;width:auto;height:auto;top:calc(50% - 292px);left:calc(50% - 272px)}.b-gerber-develop__image--item4{position:absolute;width:auto;height:auto;top:calc(50% - 204px);left:calc(50% - 158px)}.b-gerber-develop__image--item5{position:absolute;width:auto;height:auto;top:calc(50% - 142px);left:calc(50% - 228px)}.b-gerber-develop__image--item6{position:absolute;width:auto;height:auto;top:calc(50% - 186px);left:calc(50% - 182px)}.b-gerber-develop__image--item7{position:absolute;width:auto;height:auto;top:calc(50% - 190px);left:calc(50% - 214px)}.b-gerber-develop__image--item8{position:absolute;width:auto;height:auto;top:calc(50% - 158px);left:calc(50% - 256px)}.b-gerber-develop__image--item9{position:absolute;width:auto;height:auto;top:calc(50% - 148px);left:calc(50% - 318px)}.b-gerber-develop__image--item10{position:absolute;width:auto;height:auto;top:calc(50% - 150px);left:calc(50% - 188px)}.b-gerber-develop__image--item11{position:absolute;width:auto;height:auto;top:calc(50% - 320px);left:calc(50% - 548px)}@media screen and (max-width:1023px){.b-gerber-develop__back .b-gerber-develop__image{position:relative;width:110%;height:110%;top:-5%;left:-5%}}.b-gerber-develop__front{background:linear-gradient(rgba(0,0,0,0),rgba(0,0,0,.6));position:relative;display:flex;padding:38px 20px;flex-direction:column;justify-content:flex-end;pointer-events:none;border-radius:8px;height:100%}@media screen and (max-width:1023px){.b-gerber-develop__front{padding:20px}}.b-gerber-articles{position:relative;padding:0 0 10px;z-index:2}@media screen and (max-width:767px){.b-gerber-articles{padding:30px 0}}.b-gerber-articles__wrapper{background:url(/new/f/img/brand-gerber/articles-back.svg) no-repeat calc(50% - 550px) center;height:654px;padding:0 0 50px;color:#007db0;letter-spacing:0;display:flex}@media screen and (max-width:767px){.b-gerber-articles__wrapper{background-position:center center;background-size:cover;padding:0 0 24px;height:455px}}.b-gerber-articles__title{font-family:GerberSB,Arial,Helvetica,sans-serif;font-size:45px;line-height:1;margin-bottom:21px;min-height:135px;display:flex;align-items:flex-end}@media screen and (max-width:1023px){.b-gerber-articles__title{font-size:35px;margin-bottom:17px;padding-bottom:7px}}@media screen and (max-width:767px){.b-gerber-articles__title{font-size:23px;min-height:69px;padding-bottom:0;margin-bottom:19px}}.b-gerber-articles__desc{font-family:NunitoMedium,Arial,Helvetica,sans-serif;font-size:20px;line-height:1.2}@media screen and (max-width:1023px){.b-gerber-articles__desc{padding-bottom:4px}}@media screen and (max-width:767px){.b-gerber-articles__desc{font-size:16px;line-height:19px}}.b-gerber-articles__slider{flex:none;margin:auto 0;max-width:100%}.b-gerber-articles__item{width:450px;height:100%;margin:0 auto;padding:115px 0 165px;position:relative}@media screen and (max-width:767px){.b-gerber-articles__item{width:250px;padding:61px 0 94px}}.b-gerber-articles__item:before{content:'';position:absolute;background:none no-repeat left top;background-size:contain}.b-gerber-articles__item--slide1 .b-gerber-articles__title,.b-gerber-articles__item--slide14 .b-gerber-articles__title,.b-gerber-articles__item--slide4 .b-gerber-articles__title,.b-gerber-articles__item--slide6 .b-gerber-articles__title,.b-gerber-articles__item--slide7 .b-gerber-articles__title{padding-right:126px}@media screen and (max-width:767px){.b-gerber-articles__item--slide1 .b-gerber-articles__title,.b-gerber-articles__item--slide14 .b-gerber-articles__title,.b-gerber-articles__item--slide4 .b-gerber-articles__title,.b-gerber-articles__item--slide6 .b-gerber-articles__title,.b-gerber-articles__item--slide7 .b-gerber-articles__title{padding-right:0}}@media screen and (max-width:767px){.b-gerber-articles__item--slide14 .b-gerber-articles__title,.b-gerber-articles__item--slide7 .b-gerber-articles__title{padding-right:75px}}.b-gerber-articles__item--slide1:before{right:-27px;top:88px;width:147px;height:168px;background-image:url(/new/f/img/brand-gerber/history1.png)}@media screen and (max-width:767px){.b-gerber-articles__item--slide1:before{right:-12px;top:19px;width:94px;height:110px}}.b-gerber-articles__item--slide2:before{right:-23px;bottom:16px;width:132px;height:133px;background-image:url(/new/f/img/brand-gerber/article-item3.png)}@media screen and (max-width:767px){.b-gerber-articles__item--slide2:before{right:-34px;bottom:0}}.b-gerber-articles__item--slide3:before{right:-70px;bottom:27px;width:180px;height:225px;background-image:url(/new/f/img/brand-gerber/article-item4.png)}@media screen and (max-width:767px){.b-gerber-articles__item--slide3:before{right:52px;bottom:5px;width:133px;height:170px}}.b-gerber-articles__item--slide4:before{right:13px;top:63px;width:140px;height:187px;background-image:url(/new/f/img/brand-gerber/article-item5.png)}@media screen and (max-width:767px){.b-gerber-articles__item--slide4:before{right:-23px;top:0;width:116px;height:156px}}.b-gerber-articles__item--slide5:before{left:-117px;bottom:23px;width:245px;height:258px;background-image:url(/new/f/img/brand-gerber/article-item6.png)}@media screen and (max-width:767px){.b-gerber-articles__item--slide5:before{left:40px;bottom:10px;width:205px;height:220px}}.b-gerber-articles__item--slide6:before{right:-30px;top:75px;width:150px;height:164px;background-image:url(/new/f/img/brand-gerber/article-item7.png)}@media screen and (max-width:767px){.b-gerber-articles__item--slide6:before{right:-35px;top:0;width:125px;height:140px}}.b-gerber-articles__item--slide7:before{right:-23px;top:41px;width:169px;height:222px;background-image:url(/new/f/img/brand-gerber/article-item8.png)}@media screen and (max-width:767px){.b-gerber-articles__item--slide7:before{right:-14px;top:0;width:120px;height:160px}}.b-gerber-articles__item--slide8:before{right:-31px;top:32px;width:170px;height:170px;background-image:url(/new/f/img/brand-gerber/article-item9.png)}@media screen and (max-width:767px){.b-gerber-articles__item--slide8:before{right:-70px;top:-30px;width:170px;height:170px}}.b-gerber-articles__item--slide9:before{left:calc(50% - 104px);bottom:164px;width:209px;height:41px;background-image:url(/new/f/img/brand-gerber/article-item10.svg)}@media screen and (max-width:767px){.b-gerber-articles__item--slide9:before{bottom:119px}}.b-gerber-articles__item--slide10:before{right:-24px;top:23px;width:196px;height:196px;background-image:url(/new/f/img/brand-gerber/article-item11.png)}@media screen and (max-width:767px){.b-gerber-articles__item--slide10:before{right:-18px;top:-19px;width:128px;height:128px}}.b-gerber-articles__item--slide11:before{right:-90px;top:-40px;width:240px;height:240px;background-image:url(/new/f/img/brand-gerber/article-item12.png)}@media screen and (max-width:767px){.b-gerber-articles__item--slide11:before{right:-86px;top:-28px;width:184px;height:184px}}.b-gerber-articles__item--slide12:before{left:-45px;bottom:25px;width:187px;height:187px;background-image:url(/new/f/img/brand-gerber/article-item13.png)}@media screen and (max-width:767px){.b-gerber-articles__item--slide12:before{left:48px;bottom:23px;width:158px;height:158px}}.b-gerber-articles__item--slide13:before{left:-77px;bottom:36px;width:171px;height:175px;background-image:url(/new/f/img/brand-gerber/article-item14.png)}@media screen and (max-width:767px){.b-gerber-articles__item--slide13:before{left:40px;bottom:7px}}.b-gerber-articles__item--slide14:before{right:12px;top:67px;width:84px;height:137px;background-image:url(/new/f/img/brand-gerber/article-item2.png)}@media screen and (max-width:767px){.b-gerber-articles__item--slide14:before{right:-22px;top:-7px}}.b-gerber-articles .b-gallery__dots{bottom:112px}@media screen and (max-width:767px){.b-gerber-articles .b-gallery__dots{bottom:-20px}}.b-gerber-articles .b-gallery__next,.b-gerber-articles .b-gallery__prev{top:calc(50% - 30px);left:calc(50% - 298px);width:34px;height:34px;color:#007db0}@media screen and (max-width:767px){.b-gerber-articles .b-gallery__next,.b-gerber-articles .b-gallery__prev{top:calc(50% - 36px);left:3px}}.b-gerber-articles .b-gallery__next:hover,.b-gerber-articles .b-gallery__prev:hover{color:#309b42}.b-gerber-articles .b-gallery__next{left:auto;right:calc(50% - 298px)}@media screen and (max-width:767px){.b-gerber-articles .b-gallery__next{left:auto;right:3px}}.b-gerber-articles .b-gallery__next:before,.b-gerber-articles .b-gallery__prev:before{border-width:3px;border-radius:6px;left:11px;top:5px;width:24px;height:24px}.b-gerber-articles .b-gallery__next:before{left:auto;right:11px}.b-gerber-articles .slick-dots li{margin:0 3px 3px}.b-gerber-articles .slick-dots li button{width:9px;height:9px;border:1px solid #007db0;background-color:transparent}@media screen and (max-width:767px){.b-gerber-articles .slick-dots li button{background-color:#fff}}.b-gerber-articles .slick-dots li.slick-active button,.b-gerber-articles .slick-dots li.slick-active button:hover{-webkit-transform:none;transform:none;background-color:#007db0}@media screen and (max-width:767px){.b-gerber-articles .slick-dots li.slick-active button,.b-gerber-articles .slick-dots li.slick-active button:hover{border-color:#fff}}.b-gerber-articles .slick-slide{transition:opacity 134ms}.b-gerber-articles .slick-active+.slick-slide,.b-gerber-articles .slick-slide:has(+.slick-active){opacity:.5}.b-gerber-recipes{position:relative;padding-bottom:105px}@media screen and (max-width:1023px){.b-gerber-recipes{padding-top:20px;padding-bottom:85px}}@media screen and (max-width:767px){.b-gerber-recipes{padding:33px 16px 85px}}.b-gerber-recipes:before{content:'';position:absolute;left:calc(50% - 1420px);top:-680px;background:url(/new/f/img/brand-gerber/page-flash.svg) no-repeat left top;width:1304px;height:1145px;pointer-events:none}@media screen and (max-width:1023px){.b-gerber-recipes:before{display:none}}.b-gerber-recipes:after{content:'';position:absolute;left:calc(50% + 110px);top:-480px;background:url(/new/f/img/brand-gerber/page-flash.svg) no-repeat left top;width:1304px;height:1145px;pointer-events:none}@media screen and (max-width:1023px){.b-gerber-recipes:after{display:none}}.b-gerber-recipes__wrapper{position:relative;color:#fff;letter-spacing:0;z-index:2}.b-gerber-recipes__title{font-family:GerberSB,Arial,Helvetica,sans-serif;font-size:45px;line-height:1;text-align:center;margin-bottom:72px}@media screen and (max-width:1023px){.b-gerber-recipes__title{font-size:35px;margin-bottom:56px}}@media screen and (max-width:767px){.b-gerber-recipes__title{font-size:23px;margin-bottom:35px}}.b-gerber-recipes__slider{max-width:897px;margin:0 auto}@media screen and (max-width:1023px){.b-gerber-recipes__slider{max-width:576px}}.b-gerber-recipes__item{position:relative;border-radius:8px;margin:0 12px;width:278px}@media screen and (max-width:1023px){.b-gerber-recipes__item{margin:0 5px}}@media screen and (max-width:767px){.b-gerber-recipes__item{margin:0 auto;width:238px}}.b-gerber-recipes__time{position:absolute;left:20px;top:21px;font-family:NunitoBold,Arial,Helvetica,sans-serif;font-size:19px;line-height:1;display:flex;align-items:center;min-height:35px;padding-left:49px;background:url(/new/f/img/brand-gerber/icon-watch.svg) no-repeat left top}@media screen and (max-width:767px){.b-gerber-recipes__time{left:28px;top:17px;font-size:12px;min-height:14px;padding-left:20px;background-size:17px auto}}.b-gerber-recipes__desc{font-family:NunitoBold,Arial,Helvetica,sans-serif;font-size:20px;line-height:1;margin-bottom:13px}@media screen and (max-width:767px){.b-gerber-recipes__desc{font-size:12px}}.b-gerber-recipes__caption{font-family:GerberSB,Arial,Helvetica,sans-serif;font-size:27px;line-height:31px;min-height:calc(31px * 3)}@media screen and (max-width:767px){.b-gerber-recipes__caption{font-size:23px;line-height:24px;min-height:calc(24px * 3)}}.b-gerber-recipes__back{position:absolute;left:0;right:0;bottom:0;top:0;border-radius:8px;pointer-events:none}.b-gerber-recipes__back img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;border-radius:8px}.b-gerber-recipes__front{position:relative;max-width:100%;min-height:385px;padding:28px 18px;display:flex;flex-direction:column;justify-content:flex-end;background:linear-gradient(rgba(0,0,0,0),rgba(0,0,0,.6));border-radius:8px}@media screen and (max-width:767px){.b-gerber-recipes__front{min-height:355px}}.b-gerber-recipes .b-gallery__dots{bottom:-78px}@media screen and (max-width:1023px){.b-gerber-recipes .b-gallery__dots{bottom:-50px}}.b-gerber-recipes .b-gallery__next,.b-gerber-recipes .b-gallery__prev{top:calc(50% - 9px);left:-65px;width:34px;height:34px;color:#fff}@media screen and (max-width:1239px){.b-gerber-recipes .b-gallery__next,.b-gerber-recipes .b-gallery__prev{left:-48px}}@media screen and (max-width:767px){.b-gerber-recipes .b-gallery__next,.b-gerber-recipes .b-gallery__prev{top:calc(50% + 8px);left:-13px}}.b-gerber-recipes .b-gallery__next:hover,.b-gerber-recipes .b-gallery__prev:hover{color:#309b42}.b-gerber-recipes .b-gallery__next{left:auto;right:-65px}@media screen and (max-width:1239px){.b-gerber-recipes .b-gallery__next{right:-48px}}@media screen and (max-width:767px){.b-gerber-recipes .b-gallery__next{right:-13px}}.b-gerber-recipes .b-gallery__next:before,.b-gerber-recipes .b-gallery__prev:before{border-width:3px;border-radius:6px;left:11px;top:5px;width:24px;height:24px}.b-gerber-recipes .b-gallery__next:before{left:auto;right:11px}.b-gerber-recipes .slick-dots li{margin:0 3px 3px}.b-gerber-recipes .slick-dots li button{width:12px;height:12px;border:1px solid #fff;background-color:transparent}.b-gerber-recipes .slick-dots li.slick-active button,.b-gerber-recipes .slick-dots li.slick-active button:hover{-webkit-transform:none;transform:none;background-color:#fff}.b-gerber-recipes .slick-slide{transition:opacity 134ms}.b-modal--gerber .b-modal__layout{max-width:884px}@media screen and (max-width:1023px){.b-modal--gerber .b-modal__layout{max-width:422px}}.b-modal--gerber .b-modal__content{position:relative}.b-modal--gerber .b-modal__title{font-family:GerberSB,Arial,Helvetica,sans-serif;font-size:45px;line-height:1;letter-spacing:0;text-align:center;color:#fff;margin-bottom:30px}@media screen and (max-width:1023px){.b-modal--gerber .b-modal__title{font-size:35px;margin-bottom:24px}}.b-modal--gerber .b-modal__desc{font-family:NunitoRegular,Arial,Helvetica,sans-serif;font-size:20px;line-height:1;letter-spacing:0;text-align:center;color:#fff}.b-modal--gerber .b-modal__subtitle{font-family:NunitoBold,Arial,Helvetica,sans-serif;font-size:20px;line-height:1;letter-spacing:0;text-align:center;color:#fff;margin-top:0;margin-bottom:6px}@media screen and (max-width:1023px){.b-modal--gerber .b-modal__subtitle{margin-bottom:8px}}.b-modal--gerber .b-gallery__dots{bottom:20px}@media screen and (max-width:1023px){.b-modal--gerber .b-gallery__dots{bottom:30px}}.b-modal--gerber .b-gallery__next,.b-modal--gerber .b-gallery__prev{top:calc(50% - 14px);left:-78px;width:34px;height:34px;color:#fff}@media screen and (max-width:1239px){.b-modal--gerber .b-gallery__next,.b-modal--gerber .b-gallery__prev{left:-50px}}.b-modal--gerber .b-gallery__next:hover,.b-modal--gerber .b-gallery__prev:hover{color:#309b42}.b-modal--gerber .b-gallery__next{left:auto;right:-78px}@media screen and (max-width:1239px){.b-modal--gerber .b-gallery__next{right:-50px}}.b-modal--gerber .b-gallery__next:before,.b-modal--gerber .b-gallery__prev:before{border-width:3px;border-radius:6px;left:11px;top:5px;width:24px;height:24px}.b-modal--gerber .b-gallery__next:before{left:auto;right:11px}.b-modal--gerber .slick-dots li{margin:0 3px 3px}.b-modal--gerber .slick-dots li button{width:12px;height:12px;border:1px solid #fff;background-color:transparent}.b-modal--gerber .slick-dots li.slick-active button,.b-modal--gerber .slick-dots li.slick-active button:hover{-webkit-transform:none;transform:none;background-color:#fff}.b-modal--gerber .slick-slide{transition:opacity 134ms}#whereToLook .b-modal__layout{background:url(/new/f/img/brand-gerber/blue-back.svg) no-repeat left top #173857;background-position:calc(50% - 96px) calc(50% - 46px)}@media screen and (max-width:1023px){#whereToLook .b-modal__layout{background-position:calc(50% + 24px) calc(50% + 24px)}}#whereToLook .b-modal__content{background:url(/new/f/img/brand-gerber/gerber-blue.png) no-repeat left top;background-position:calc(50% - 212px) calc(50% + 62px);border-radius:32px;padding:71px 88px 67px;flex-direction:row;justify-content:flex-end;align-items:center}@media screen and (max-width:1023px){#whereToLook .b-modal__content{padding:30px 40px 310px;justify-content:center;background-size:350px auto;background-position:calc(50% + 15px) calc(100% + 45px)}}#whereToLook .b-modal__content:before{content:'';position:absolute;left:calc(50% - 351px);top:calc(50% - 123px);width:99px;height:131px;background:url(/new/f/img/brand-gerber/gerber-blue-travel.svg) no-repeat left top}@media screen and (max-width:1023px){#whereToLook .b-modal__content:before{left:calc(50% - 94px);top:calc(100% - 294px)}}#whereToLook .b-modal__container{width:300px}#historyOfPro .b-modal__layout{background:url(/new/f/img/brand-gerber/blue-back.svg) no-repeat left top #309b42;background-position:calc(50% - 96px) calc(50% - 46px)}#historyOfPro .b-modal__title{margin-bottom:29px}@media screen and (max-width:1023px){#historyOfPro .b-modal__title{margin-bottom:14px}}#historyOfPro .b-modal__desc{line-height:24px}@media screen and (max-width:1023px){#historyOfPro .b-modal__desc{font-size:16px;line-height:19px}}#historyOfPro .b-modal__slider-item{position:relative;overflow:hidden;padding:20px 68px 54px 360px;min-height:383px;display:flex;align-items:center;min-height:383px}@media screen and (max-width:1023px){#historyOfPro .b-modal__slider-item{padding:16px 50px 54px;min-height:515px;align-items:flex-start}}#historyOfPro .b-modal__slider-item:before{content:'';position:absolute;left:calc(50% - 348px);top:calc(50% - 215px);width:1011px;height:542px;background:url(/new/f/img/brand-gerber/carousel/slide1-back.png) no-repeat left top}@media screen and (max-width:1023px){#historyOfPro .b-modal__slider-item:before{background-image:url(/new/f/img/brand-gerber/carousel/slide1-back-tab.svg);left:calc(50% - 227px);top:calc(50% - 408px);width:454px;height:798px}}#historyOfPro .b-modal__slider-item[data-step="1"]:after{content:'';position:absolute;left:calc(50% - 353px);top:calc(50% - 137px);width:202px;height:261px;background:url(/new/f/img/brand-gerber/carousel/slide1.svg) no-repeat left top}@media screen and (max-width:1023px){#historyOfPro .b-modal__slider-item[data-step="1"]:after{background:url(/new/f/img/brand-gerber/carousel/slide1-tab.svg) no-repeat left top;width:93px;height:120px;left:calc(50% - 45px);top:18px}}#historyOfPro .b-modal__slider-item[data-step="2"]:after{content:'';position:absolute;left:calc(50% - 459px);top:calc(50% - 175px);width:425px;height:286px;background:url(/new/f/img/brand-gerber/carousel/slide2.svg) no-repeat left top}@media screen and (max-width:1023px){#historyOfPro .b-modal__slider-item[data-step="2"]:after{background:url(/new/f/img/brand-gerber/carousel/slide2-tab.svg) no-repeat left top;left:calc(50% - 91px);top:0;width:195px;height:176px}}#historyOfPro .b-modal__slider-item[data-step="2"] .b-modal__title{font-size:40px}@media screen and (max-width:1023px){#historyOfPro .b-modal__slider-item[data-step="2"] .b-modal__title{font-size:35px;padding:0 6px;margin-bottom:19px}}#historyOfPro .b-modal__slider-item[data-step="3"]:after{content:'';position:absolute;left:calc(50% - 459px);top:calc(50% - 175px);width:425px;height:286px;background:url(/new/f/img/brand-gerber/carousel/slide2.svg) no-repeat left top}@media screen and (max-width:1023px){#historyOfPro .b-modal__slider-item[data-step="3"]:after{background:url(/new/f/img/brand-gerber/carousel/slide2-tab.svg) no-repeat left top;left:calc(50% - 91px);top:0;width:195px;height:176px}}#historyOfPro .b-modal__slider-item[data-step="3"] .b-modal__title{font-size:40px}@media screen and (max-width:1023px){#historyOfPro .b-modal__slider-item[data-step="3"] .b-modal__title{font-size:35px;padding:0 6px;margin-bottom:19px}}#historyOfPro .b-modal__container{position:relative;z-index:2}@media screen and (max-width:1023px){#historyOfPro .b-modal__container{padding-top:134px}}@-webkit-keyframes shaking{0%{-webkit-transform:translateX(0);transform:translateX(0)}25%{-webkit-transform:translateX(5px);transform:translateX(5px)}50%{-webkit-transform:translateX(-5px);transform:translateX(-5px)}75%{-webkit-transform:translateX(5px);transform:translateX(5px)}100%{-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes shaking{0%{-webkit-transform:translateX(0);transform:translateX(0)}25%{-webkit-transform:translateX(5px);transform:translateX(5px)}50%{-webkit-transform:translateX(-5px);transform:translateX(-5px)}75%{-webkit-transform:translateX(5px);transform:translateX(5px)}100%{-webkit-transform:translateX(0);transform:translateX(0)}}.view-product-blue{background-color:#1371a3;background-image:url(/new/f/img/product/product-blue/bg.jpg);background-size:cover}.view-product-blue .b-product-content__list[data-type=leaf-mode] li:before{background-image:url(/new/f/img/product/product-blue/list.svg)}.view-product-blue .b-article__block--line h3{color:#a7cb4f}.view-product-blue .b-article__block--line{border-left:3px solid #a7cb4f}.view-product-blue .product-scene{display:none}.view-product-blue .b-product-info__wrapper{background-color:#fff;border-radius:15px;padding:30px}.view-product-blue .b-product-content{background:0 0}.view-product-blue .b-product-content__box{background:0 0}.view-product-blue .b-product-content__title{color:#fff;font-family:SixHandsCondensed;font-size:48px;line-height:40px}.view-product-blue .b-product-content__list{color:#fff}.view-product-blue .b-product-content__desc{color:#fff}.view-product-blue .b-product-content__label{color:#fff}.view-product-blue .b-product-content__tabs .b-tabs__item{color:#fff;border:2px solid #fff}.view-product-blue .b-product-info__weight{border:1px solid #a7cb4f;background:0 0;color:#a7cb4f}.view-product-blue .b-product-info__weight.is-active,.view-product-blue .b-product-info__weight:hover{background:#a7cb4f;color:#fff}.view-product-blue .b-product-content__list[data-type=orange-dot] li:before{background:#a7cb4f}.view-product-blue .b-product-content__box--spoiler.is-open .b-product-content__title:before{background:#a7cb4f}.view-product-blue .b-product-content__box--spoiler .b-product-content__title:hover:before{background:#a7cb4f}.view-product-blue .b-product-content__box--spoiler .b-product-content__title:before{background:#a7cb4f}.view-product-blue .b-product-content__caption{color:#a7cb4f}.view-product-blue .b-tabs__item:hover{background:#a7cb4f;border-color:#a7cb4f}.view-product-blue .b-reviews__title{font-family:SixHandsCondensed}.view-product-blue .b-reviews{background-image:url(/new/f/img/product/product-blue/bg-wood.jpg);background-size:cover}.view-product-blue .b-reviews .b-reviews__title{color:#fff;font-size:48px}.view-product-blue .b-reviews .b-reviews__text{color:#fff}.view-product-blue .b-products{background:0 0}.view-product-blue .b-products .b-products__title{font-size:48px}.view-product-blue .b-products__title{color:#fff;font-family:SixHandsCondensed}.view-product-blue .b-product-content__box p{color:#fff}.view-nutripuffs-green{background-color:#1b5b26;background-image:url(/new/f/img/product/product-green/background.jpg);background-size:cover}.view-nutripuffs-green .b-product-content__list[data-type=mode2] li{color:#fff}.view-nutripuffs-green .b-product-info__title{color:#1b5b26}.view-nutripuffs-green .b-article__block--line h3{color:#b99847}.view-nutripuffs-green .b-article__block--line{border-left:3px solid #b99847}.view-nutripuffs-green .product-scene{display:none}.view-nutripuffs-green .b-product-info__wrapper{background-color:#fff;border-radius:15px;padding:30px}.view-nutripuffs-green .b-product-content{background:0 0}.view-nutripuffs-green .b-product-content__box{background:0 0}.view-nutripuffs-green .b-product-content__title{color:#fff;font-family:SixHandsCondensed;font-size:48px}.view-nutripuffs-green .b-product-content__list{color:#fff}.view-nutripuffs-green .b-product-content__desc{color:#fff}.view-nutripuffs-green .b-product-content__label{color:#fff}.view-nutripuffs-green .b-product-content__tabs .b-tabs__item{color:#fff;border:2px solid #fff}.view-nutripuffs-green .b-product-info__weight{border:1px solid #b99847;background:0 0;color:#b99847}.view-nutripuffs-green .b-product-info__weight.is-active,.view-nutripuffs-green .b-product-info__weight:hover{background:#b99847;color:#fff}.view-nutripuffs-green .b-product-content__caption{color:#fff}.view-nutripuffs-green .b-tabs__item.is-active{background-color:transparent;border:2px solid #b99847;color:#b99847}.view-nutripuffs-green .b-tabs__item:hover{background-color:transparent;border:2px solid #b99847;color:#b99847}.view-nutripuffs-green .b-reviews__title{font-family:SixHandsCondensed}.view-nutripuffs-green .b-product-content__box--spoiler .b-product-content__title:before{background-color:transparent;border:2px solid #fff}.view-nutripuffs-green .b-product-content__box--spoiler .b-product-content__title:hover:before{background-color:transparent;border:2px solid #fff}.view-nutripuffs-green .b-product-content__box--spoiler.is-open .b-product-content__title:before{background:0 0;border:2px solid #fff}.view-nutripuffs-green .b-reviews{background-image:url(/new/f/img/product/product-green/bg-wood-green.jpg);background-size:cover}.view-nutripuffs-green .b-reviews .b-reviews__title{color:#fff;font-size:48px}.view-nutripuffs-green .b-reviews .b-reviews__text{color:#fff}.view-nutripuffs-green .b-products{background:0 0}.view-nutripuffs-green .b-products .b-products__title{font-size:48px}.view-nutripuffs-green .b-products__title{color:#fff;font-family:SixHandsCondensed}.view-nutripuffs-green .b-product-content__box p{color:#fff}.product-img-bg .product_rd__content-promo-box .head-product-content{text-align:center;background:#fff}@media screen and (max-width:767px){.product-img-bg .product_rd__content-promo-box .head-product-content{background-size:contain;padding-top:37%}}.product-img-bg .row{margin:0 auto;max-width:1080px;padding:0 0 10px;margin-bottom:20px;box-sizing:border-box}.product-img-bg .row_text{width:75%;margin:0 auto;text-align:left}.product-img-bg .head-product-content h2{font-family:RotonBol;font-size:48px;color:#31a8db;margin-top:37px}@media screen and (max-width:767px){.product-img-bg .head-product-content h2{line-height:1.2;font-size:36px}}.product-img-bg .head-product-content h2 span{font-family:RotonBol;font-size:36px;color:#31a8db}.product-img-bg .head-product-benefit{padding-top:49px;padding-bottom:21px}@media screen and (max-width:559px){.product-img-bg .head-product-benefit{display:block}}.product-img-bg .head-product-benefit-block{display:inline-block;padding-top:93px;background-position:center top;background-repeat:no-repeat;text-align:center;width:22%;vertical-align:top}@media screen and (max-width:559px){.product-img-bg .head-product-benefit-block{width:260px;display:block;padding-left:93px;padding-top:16px;height:80px;margin:0 auto 20px;background-position:top left;background-repeat:no-repeat;text-align:left;font-size:16px;box-sizing:border-box;vertical-align:top}}.product-img-bg .row_text{width:75%;margin:0 auto;text-align:left}.product-img-bg .midle-product-content{background-color:#ffe72b;background-size:cover;padding-top:30.2%;padding-bottom:22px}.product-img-bg .midle-product-content-description{display:inline-block;width:57%}@media screen and (max-width:767px){.product-img-bg .midle-product-content-description{text-align:center;width:100%}}.product-img-bg .midle-product-content-description h4{font-family:RotonBol;font-size:36px;line-height:40px;color:#31a8db}@media screen and (max-width:767px){.product-img-bg .midle-product-content-description h4{font-size:36px;line-height:1.2}}@media screen and (max-width:559px){.product-img-bg .midle-product-content-description h4{font-size:28px}}.product-img-bg .midle-product-content-description ul{margin-top:36px;padding-left:25px;box-sizing:border-box}@media screen and (max-width:767px){.product-img-bg .midle-product-content-description ul{width:75%;margin-right:auto;margin-left:auto;text-align:left;margin-top:150px}}@media screen and (max-width:559px){.product-img-bg .midle-product-content-description ul{margin-top:130px}}.product-img-bg .midle-product-content-description li{font-size:18px;line-height:30px;color:#212121;position:relative;margin-bottom:21px}.product-img-bg .midle-product-content-description li:before{content:"";display:block;width:10px;height:10px;border-radius:5px;position:absolute;top:9px;left:-22px;background:#ff5a2f}.product-img-bg .midle-product-content-description li:nth-child(2):before{background:#66c341}.product-img-bg .midle-product-content-description li:nth-child(3):before{background:#43b8d6}.product-img-bg .midle-product-content-bear{display:inline-block;width:42%;height:100%;vertical-align:top;margin-top:-35px}@media screen and (max-width:767px){.product-img-bg .midle-product-content-bear{display:block;width:60%;margin:0 auto}}.product-img-bg .midle-product-content-bear img{max-width:100%;max-height:100%}.product-img-bg .midle-product-content .row_text{margin-top:260px!important}@media screen and (max-width:767px){.product-img-bg .midle-product-content .row_text{margin-top:30px!important}}.product-img-bg .product-full p{margin-bottom:15px}.product-img-bg .rd-product-consist{position:relative;z-index:3}.product-img-bg .product_rd__content .product.product_rd{margin-top:30px}@media screen and (max-width:1365px){.product-img-bg .midle-product-content{padding-top:500px}}@media screen and (max-width:767px){.product-img-bg .midle-product-content{background-color:#fff;background-size:contain;padding-top:34.2%}}@media screen and (max-width:559px){.product-img-bg .midle-product-content{padding-top:185px;background-color:#fff;background-size:559px}}.product-img-bg .product_rd__content .product.product_rd .row.bloc-content{background-color:#fafafa}.product-img-bg .product_rd__content-promo-box>.head-product-content{padding-top:0}.product-img-bg .product_rd .bloc-content .rd-product-default-cover{display:block;width:100%}.product-nan-fermented .b-product-info{background-image:url(/new/f/img/product/product-nan-fermented/bg-3.jpg);background-repeat:no-repeat;background-position:center;background-size:cover}.product-nan-fermented .b-product-info__title{color:#17a63d}@media (max-width:420px){.product-nan-fermented .traceability__place_code_popup_wrapper{padding-right:10px}}.product-nan-fermented .product_rd-child__title{padding-top:58px;padding-left:25px;padding-bottom:60px}@media screen and (max-width:1023px){.product-nan-fermented .product_rd-child__title{width:320px;margin-left:auto;margin-right:auto;padding:0;padding-bottom:20px;padding-top:58px;padding-left:25px}}.product-nan-fermented .row{margin:0 auto;max-width:1080px;padding:0 0 10px;margin-bottom:20px}.product-nan-fermented .rd-product-nan__h1{font-family:'Istok Web',sans-serif;font-weight:700;font-size:30px;line-height:36px;color:#17a63d}.product-nan-fermented .product_rd-promo-nankm *{transition:all .3s}.product-nan-fermented .product_rd-child__title-list{margin-top:18px;font-family:RotonBol}.product-nan-fermented .product_rd-child__title-list li{font-family:'Istok Web',sans-serif;font-size:21px;line-height:26px;font-weight:700;padding-left:25px;color:#17a63d;position:relative}.product-nan-fermented .product_rd-child__title-list li:before{content:"";display:block;position:absolute;left:0;top:5px;background-repeat:repeat;background-position:top center;background-image:url(/new/f/img/product/check.svg);width:22px;height:19px}.product-nan-fermented .product_rd-child__hint-box{padding-left:351px;padding-top:140px;background-repeat:no-repeat;background-image:url(/new/f/img/product/product-nan-fermented/rd-promo__child--bird.png);background-position:0 0;background-size:410px 410px;min-height:350px;box-sizing:border-box;margin-bottom:40px}@media screen and (max-width:1023px){.product-nan-fermented .product_rd-child__hint-box{padding:0;padding-top:180px;margin-top:-34px;background-repeat:no-repeat;background-image:url(/new/f/img/product/product-nan-fermented/rd-promo__child--bird.png);background-position:center top;background-size:280px 280px;margin-bottom:40px}}.product-nan-fermented .product_rd-child__hint{background-color:#17a63d;border-radius:220px;padding:20px 60px;color:#fff;text-align:center;max-width:705px;margin-top:56px;box-sizing:border-box;position:relative;left:23px}@media screen and (max-width:1023px){.product-nan-fermented .product_rd-child__hint{margin:0 auto;left:0}}@media screen and (max-width:459px){.product-nan-fermented .product_rd-child__hint{padding:50px 20px 260px;margin-left:20px;margin-right:20px}}.product-nan-fermented .product_rd-child__hint:before{content:"";width:42px;height:39px;background-repeat:no-repeat;background-image:url(/new/f/img/product/product-nan-fermented/rd-products_child-hint.png);background-position:top center;position:absolute;top:12px;left:30px}@media screen and (max-width:1023px){.product-nan-fermented .product_rd-child__hint:before{left:60px;display:none}}.product-nan-fermented .product_rd-child__hint:after{content:"";width:278px;height:419px;background-repeat:no-repeat;background-image:url(/new/f/img/product/product-nan-fermented/rd-products_child.png);background-position:top center;position:absolute;top:-393px;left:42%;margin-left:-80px;background-size:contain}@media screen and (max-width:1023px){.product-nan-fermented .product_rd-child__hint:after{display:none}}.product-nan-fermented .product_rd-child__hint-inner-text .product_rd-child__hint-title{font-size:24px;line-height:29px;padding-bottom:5px}@media screen and (max-width:1023px){.product-nan-fermented .product_rd-child__hint-inner{display:table;height:100%;width:100%;max-width:320px;margin-left:auto;margin-right:auto}}.product-nan-fermented .product_rd-child__plate{margin-bottom:40px;display:flex}@media screen and (max-width:767px){.product-nan-fermented .product_rd-child__plate{margin-bottom:20px;flex-direction:column}}.product-nan-fermented .product_rd-child__plate .product_rd-child__plate-i{background:#fff;font-size:16px;display:inline-block;margin-left:18px;padding:45px 35px 35px;display:inline-block;vertical-align:top;box-sizing:border-box;box-shadow:0 17px 50px 1px rgba(199,199,199,.58);text-align:center;width:calc(50% - 10px);border-radius:15px}.product-nan-fermented .product_rd-child__plate .product_rd-child__plate .product_rd-child__plate-i_kef{height:700px}.product-nan-fermented .product_rd-child__plate .product_rd-child__plate-i:nth-child(2n+1){margin-right:0;margin-left:0}.product-nan-fermented .product_rd-child__plate .product_rd-child__plate-i-title{font-size:30px;font-family:RotonBol;display:block;padding-bottom:10px;font-family:'Istok Web',sans-serif;font-weight:700;margin-bottom:6px}.product-nan-fermented .product_rd-child__plate .product_rd-child__plate-i_kef .product_rd-child__plate-i-title{color:#ed7373}.product-nan-fermented .product_rd-child__plate .product_rd-child__plate-i_km .product_rd-child__plate-i-title{color:#17a63d}.product-nan-fermented .product_rd-child__plate .product_rd-child__plate p{display:block;padding-bottom:35px;font-size:18px;line-height:26px;font-family:'Istok Web',sans-serif;margin-bottom:1px}.product-nan-fermented .product_rd-child__plate .product_rd-child__plate-i_km .product_rd-child__plate-i-circle{width:430px;height:416px;background-repeat:no-repeat;background-image:url(/new/f/img/product/product-nan-fermented/rd-product-km__plate-km2.png);background-position:center;margin-left:auto;margin-right:auto;position:relative;margin-bottom:80px;left:0}.product-nan-fermented .product_rd-child__plate .product_rd-child__plate-i-circle-i{width:170px;text-align:left;position:absolute}.product-nan-fermented .product_rd-child__plate .product_rd-child__plate-i_km .product_rd-child__plate-i-circle-i:nth-child(1){right:13px}.product-nan-fermented .product_rd-child__plate .product_rd-child__plate-i_km .product_rd-child__plate-i-circle-i:nth-child(2){top:calc(100% + 8px);left:-1px}.product-nan-fermented .product_rd-child__plate .product_rd-child__plate-i-circle-i:nth-child(3){text-align:left;right:-26px;top:calc(100% - 42px);width:170px}.product-nan-fermented .product_rd-child__plate .product_rd-child__plate-i-circle-ttl{font-family:RotonBol;display:block;padding-bottom:8px;font-size:18px;line-height:21px}@media screen and (max-width:767px){.product-nan-fermented .product_rd-child__plate .product_rd-child__plate-i-circle-ttl{font-size:16px}}.product-nan-fermented .product_rd-child__plate .product_rd-child__plate-i_km .product_rd-child__plate-i-circle-ttl{color:#17a63d}.product-alfare-allergy ul.b-product-content__list[data-type=simple-list]{margin-bottom:0}.product-alfare-allergy .disclamer:not(:last-child){margin-bottom:15px}.product-alfare-allergy .alfare-oil{font-size:14px;line-height:1.4;letter-spacing:-.3px;color:#646e77;position:relative;padding-left:36px;margin-top:34px}.product-alfare-allergy .alfare-oil::before{position:absolute;content:"";left:0;top:-2px;width:26px;height:26px;background:url(/new/f/img/product/product-alfare/сheck.png) center no-repeat}.product-alfare-allergy .alfare-prod{font-size:14px;line-height:1.4;letter-spacing:-.3px;color:#646e77;position:relative;padding-left:36px;margin-top:15px;margin-bottom:34px}.product-alfare-allergy .alfare-prod::before{position:absolute;content:"";left:0;top:-2px;width:26px;height:26px;background:url(/new/f/img/product/product-alfare/flag.png) center no-repeat}.product-alfare-allergy .b-product-info__bottom{position:relative}.product-alfare-allergy .b-product-info__bottom::after{position:absolute;content:"";right:-50px;bottom:50px;width:170px;height:170px;background:url(/new/f/img/product/product-alfare/stamp.png) center no-repeat}@media screen and (max-width:1023px){.product-alfare-allergy .b-product-info__bottom::after{display:none}}.product-alfare-allergy .product_rd__content-promo-box{background:#fff;position:relative;margin-top:-26px;z-index:5}.product-alfare-allergy .product-description{margin:0 auto;max-width:1096px}.product-alfare-allergy .alfare-benefit{margin-top:50px;background-image:linear-gradient(45deg,#fcc,#fff);border-radius:30px;padding:20px 20px 20px 50%;position:relative}@media screen and (max-width:1239px){.product-alfare-allergy .alfare-benefit{padding:20px 20px 20px 40%}}@media screen and (max-width:1023px){.product-alfare-allergy .alfare-benefit{padding:20px}}.product-alfare-allergy .alfare-benefit::before{content:"";position:absolute;width:42%;height:100%;background:url(/new/f/img/product/product-alfare/child.png) center no-repeat;background-size:contain;bottom:-7px;left:-40px}@media screen and (max-width:1023px){.product-alfare-allergy .alfare-benefit::before{left:auto;right:0}}@media screen and (max-width:767px){.product-alfare-allergy .alfare-benefit::before{display:block;left:auto;right:auto;margin-right:auto;margin-left:auto;width:100%;max-width:280px;height:300px;bottom:auto;top:auto;position:relative}}.product-alfare-allergy .alfare-benefit::after{content:"";position:absolute;width:105px;height:105px;background:url(/new/f/img/product/product-alfare/circle.png) center no-repeat;background-size:cover;bottom:70px;right:-30px}@media screen and (max-width:767px){.product-alfare-allergy .alfare-benefit::after{display:none}}.product-alfare-allergy .alfare-benefit__item:not(:last-child){margin-bottom:10px}.product-alfare-allergy .alfare-benefit__item{display:flex;align-items:center}.product-alfare-allergy .alfare-benefit__img{width:100px;height:100px;background-color:#fff;border-radius:50%;background-position:center;background-repeat:no-repeat}@media screen and (max-width:767px){.product-alfare-allergy .alfare-benefit__img{width:62px;height:62px;min-width:62px;background-size:69%;background-position:center}}.product-alfare-allergy .alfare-benefit__text{max-width:305px;font-size:18px;line-height:1.25;color:#646e77;margin-left:10px}@media screen and (max-width:767px){.product-alfare-allergy .alfare-benefit__text{max-width:100%;font-size:14px}}.product-alfare-allergy .alfare-benefit__text sup{font-size:.5em}.product-alfare-allergy .alfare-benefit__item:nth-child(1) .alfare-benefit__img{background-image:url(/new/f/img/product/product-alfare/benefit1.png)}.product-alfare-allergy .alfare-benefit__item:nth-child(2) .alfare-benefit__img{background-image:url(/new/f/img/product/product-alfare/benefit2.png)}.product-alfare-allergy .alfare-benefit__item:nth-child(3) .alfare-benefit__img{background-image:url(/new/f/img/product/product-alfare/benefit3.png)}.product-alfare-allergy .alfare-benefit__item:nth-child(4) .alfare-benefit__img{background-image:url(/new/f/img/product/product-alfare/benefit4.png)}.product-alfare-allergy .product-description{padding:15px}@media screen and (max-width:767px){.product-alfare-allergy .product-description{padding-left:0;padding-right:0}}.product-alfare-allergy .alfare-components{margin-top:60px}.product-alfare-allergy .alfare-components__title{font-family:RotonBol;font-size:36px;line-height:1;color:#f6c;text-align:center}.product-alfare-allergy .alfare-components__content{background:url(/new/f/img/product/product-alfare/components-bg.png);background-position:center bottom;background-size:126%;background-repeat:no-repeat;min-height:400px;width:100%;display:flex;flex-direction:column;justify-content:flex-end;padding:0 10%}@media screen and (max-width:767px){.product-alfare-allergy .alfare-components__content{padding-bottom:100px;background-size:300%}}.product-alfare-allergy .alfare-components__items{display:flex;justify-content:space-evenly;align-items:flex-end}@media screen and (max-width:767px){.product-alfare-allergy .alfare-components__items{display:block}}.product-alfare-allergy .alfare-components__item{width:25%;text-align:center;height:139px;background-position:center;background-size:139px 100%;background-repeat:no-repeat;transition:all .3s ease-in-out;cursor:pointer;position:relative;margin-bottom:40px}@media screen and (max-width:767px){.product-alfare-allergy .alfare-components__item{width:100%;max-width:320px;padding-top:197px;min-height:187px;height:auto;background-size:187px 187px;background-position:top center;-webkit-animation:none!important;animation:none!important;margin-bottom:30px!important;margin-right:auto;margin-left:auto}}.product-alfare-allergy .alfare-components__item--first{background-image:url(/new/f/img/product/product-alfare/bubble1.png);-webkit-animation:floating-2 3s infinite linear;animation:floating-2 3s infinite linear}.product-alfare-allergy .alfare-components__item--second{background-image:url(/new/f/img/product/product-alfare/bubble2.png);-webkit-animation:floating-1 4s infinite linear;animation:floating-1 4s infinite linear;margin-bottom:100px}.product-alfare-allergy .alfare-components__item--third{background-image:url(/new/f/img/product/product-alfare/bubble3.png);-webkit-animation:floating-1 4s infinite linear;animation:floating-1 4s infinite linear;margin-bottom:100px}.product-alfare-allergy .alfare-components__item--fourth{background-image:url(/new/f/img/product/product-alfare/bubble4.png);-webkit-animation:floating-2 3s infinite linear;animation:floating-2 3s infinite linear}.product-alfare-allergy .alfare-components__text{position:absolute;width:150%;bottom:100%;left:-25%;text-align:center;display:none;font-size:18px;line-height:1.25;color:#646e77;margin-bottom:0}@media screen and (max-width:767px){.product-alfare-allergy .alfare-components__text{display:block;width:100%;margin:0;position:relative;left:0;font-size:16px}}.product-alfare-allergy .product-full p{margin-bottom:15px}.product-alfare-allergy .b-product-content{background-image:url(/new/f/img/product/product-alfare/bg-alfare.jpg);background-size:cover}.product-alfare-allergy .alfare-components__item:hover{-webkit-transform:scale(1.4);transform:scale(1.4);-webkit-animation:initial;animation:initial}@media screen and (max-width:767px){.product-alfare-allergy .alfare-components__item:hover{-webkit-transform:scale(1);transform:scale(1)}}.product-alfare-allergy .alfare-components__item:active{-webkit-transform:scale(1.4);transform:scale(1.4);-webkit-animation:initial;animation:initial}@media screen and (max-width:767px){.product-alfare-allergy .alfare-components__item:active{-webkit-transform:scale(1);transform:scale(1)}}.product-alfare-allergy .alfare-components__item:hover .alfare-components__text{display:block;-webkit-transform:scale(.6);transform:scale(.6)}@media screen and (max-width:767px){.product-alfare-allergy .alfare-components__item:hover .alfare-components__text{-webkit-transform:scale(1);transform:scale(1)}}@-webkit-keyframes floating-1{0%{-webkit-transform:translateY(0);transform:translateY(0)}50%{-webkit-transform:translateY(10%);transform:translateY(10%)}100%{-webkit-transform:translateY(0);transform:translateY(0)}}@keyframes floating-1{0%{-webkit-transform:translateY(0);transform:translateY(0)}50%{-webkit-transform:translateY(10%);transform:translateY(10%)}100%{-webkit-transform:translateY(0);transform:translateY(0)}}@-webkit-keyframes floating-2{0%{-webkit-transform:translateY(0);transform:translateY(0)}50%{-webkit-transform:translateY(5%);transform:translateY(5%)}100%{-webkit-transform:translateY(0);transform:translateY(0)}}@keyframes floating-2{0%{-webkit-transform:translateY(0);transform:translateY(0)}50%{-webkit-transform:translateY(5%);transform:translateY(5%)}100%{-webkit-transform:translateY(0);transform:translateY(0)}}@-webkit-keyframes floating-3{0%{-webkit-transform:translateY(0);transform:translateY(0)}50%{-webkit-transform:translateY(8%);transform:translateY(8%)}100%{-webkit-transform:translateY(0);transform:translateY(0)}}@keyframes floating-3{0%{-webkit-transform:translateY(0);transform:translateY(0)}50%{-webkit-transform:translateY(8%);transform:translateY(8%)}100%{-webkit-transform:translateY(0);transform:translateY(0)}}.traceability-nan-products__start-main-search-title{font-size:24px;line-height:34px;color:#0c3b9b;font-family:istokweb-bold,sans-serif;text-align:center;font-weight:700;margin-top:60px}@media (max-width:500px){.traceability-nan-products__start-main-search-title{font-size:18px;line-height:26px}}.traceability-nan-products__start-main-search_desc{display:block;text-align:center;margin-bottom:50px}@media (max-width:900px){.traceability-nan-products__start-main-search_desc{margin-bottom:0}}.traceability-nan-products__start-main-search{position:relative;max-width:345px;display:flex;align-items:center;justify-content:space-between;height:60px;margin:0 auto;border-radius:30px;background-color:#fff;box-shadow:0 20px 30px rgba(0,160,175,.15);padding-left:30px;padding-right:5px;margin-bottom:10px;margin-top:10px}.traceability-nan-products__start-main-input_error{display:none!important}.traceability-nan-products__start-main-input_error p{color:#fff;font-weight:700;padding:8px 15px 8px 15px;margin:0}.traceability-nan-products__start-main-input_error::before{content:'';position:absolute;left:calc(50% - 6px);top:100%;border:5px solid transparent;border-right:7px solid #fd5a5a;-webkit-transform:rotate(-90deg);transform:rotate(-90deg)}.input_error_numb .traceability-nan-products__start-main-input_error{position:absolute;display:block!important;background:#fd5a5a;border-radius:8px;padding:20px 18px;color:#fff;bottom:calc(100% + 14px)}.traceability-nan-products__start-main-prompt{font-size:14px;line-height:20px;color:#575757;margin-right:5px}.traceability-nan-products__place_code_popup{position:fixed;width:100%;height:100%;max-width:100%;max-height:100%;background-image:url(/new/f/img/product/product-nan-fermented/background_popup_nan.png);background-repeat:repeat;top:0;left:0;z-index:1000}.traceability-nan-products__place_code_popup .traceability__place_code_popup{margin:0 auto;background:#fff;max-width:90%;width:707px;position:relative}.traceability-nan-products__place_code_popup .traceability__place_code_popup{margin:0 auto;background:#fff;max-width:90%;width:707px;position:relative}.traceability__place_code_popup_close{width:15px;position:relative;margin-left:calc(100% - 35px);margin-top:20px;cursor:pointer}.traceability__place_code_popup_wrapper{display:flex;justify-content:space-between;margin-left:50px}.traceability__place_code_popup_flex_text_punkt_numb{width:25px;height:auto;display:inline-block;vertical-align:top;position:relative;margin-right:7px}.traceability__place_code_popup_flex_text_punkt{display:block}.traceability__place_code_popup_flex_text_punkt_text{color:#575757;font-family:Arial;font-size:16px;line-height:25px;max-width:165px;display:inline-block}.traceability__place_code_popup_flex_text_punkt_text .traceability__place_code_popup_img{padding-right:40px;padding-bottom:32px;width:402px}.traceability__place_code_popup_flex_text_punkt_text .traceability__place_code_popup_flex_text{margin-top:100px}@media (max-width:800px){.traceability__place_code_popup_flex_text_punkt_text .traceability__place_code_popup_img{padding-right:20px}}.traceability__place_code_popup_wrapper{margin-left:20px}@media (max-width:720px){.traceability__place_code_popup_flex{order:2}.traceability__place_code_popup_img{order:1;width:255px;height:auto;margin:0 auto;padding:0}}.traceability__place_code_popup_wrapper{padding-bottom:25px}.traceability__place_code_popup_flex_text{margin-top:0}.traceability__place_code_popup_flex_text_punkt_text{max-width:calc(100% - 60px)}.traceability__place_code_popup_flex_text_punkt{margin:0 auto;margin-top:10px}@media (max-width:420px){.traceability__place_code_popup_wrapper{padding-right:10px}}.traceability__place_code_popup_img{padding-right:40px;padding-bottom:32px;width:402px}.traceability__place_code_popup_flex_text{margin-top:100px}@media (max-width:720px){.traceability__place_code_popup_flex{order:2}.traceability__place_code_popup_img{order:1;width:255px;height:auto;margin:0 auto;padding:0}}.traceability__place_code_popup_wrapper{flex-direction:column;padding-bottom:25px}.traceability__place_code_popup_flex_text{margin-top:0}.traceability__place_code_popup_flex_text_punkt_text{max-width:calc(100% - 60px)}.traceability__place_code_popup_flex_text_punkt{margin:0 auto;margin-top:10px}@media (max-width:800px){.traceability__place_code_popup_img{padding-right:20px}.traceability__place_code_popup_wrapper{margin-left:20px}}.disclamer:not(:last-child){margin-bottom:15px}.product-nan-goat .traceability-nan-products__place{background-color:#fff}.product-nan-goat .traceability-nan-products__place-container{padding-bottom:0;display:flex;max-width:1440px;margin:0 auto}@media screen and (max-width:1023px){.product-nan-goat .traceability-nan-products__place-container{display:block}}.product-nan-goat .traceability-nan-products__place-info{border:none;padding:37px 60px 23px 80px;width:50%}@media screen and (max-width:1023px){.product-nan-goat .traceability-nan-products__place-info{width:100%}}@media screen and (max-width:767px){.product-nan-goat .traceability-nan-products__place-info{padding:30px 15px}}.product-nan-goat .traceability-nan-products--h2{color:#0052ad;margin-bottom:12px;font-size:36px;line-height:100%}.product-nan-goat .product-full p{margin-bottom:15px}.product-nan-goat .traceability-nan-products--text{font-size:16px;font-weight:400;line-height:23px;color:#575757;margin:0}.product-nan-goat .traceability-nan-products__place-maps{flex:1}@media screen and (max-width:1023px){.product-nan-goat .traceability-nan-products__place-maps{width:100%}}.product-nan-goat .traceability-nan-products__place-img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.product-nan-goat .traceability-nan-products__facts{max-width:1273px;padding:40px;margin:40px auto}.product-nan-goat .swiper-container-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:9px}.product-nan-goat .traceability-nan-products--h2{font-size:36px;line-height:100%;margin:0;color:#0052ad;margin-bottom:12px}.product-nan-goat .swiper-container-btns{display:flex;align-items:center}.product-nan-goat .swiper-pagination{position:static;display:block;margin-right:30px;text-align:center;transition:.3s opacity;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);z-index:10}.product-nan-goat .swiper-pagination-bullet{display:none;width:100%;height:100%;font-size:24px;font-weight:700;line-height:100%;border-radius:50%;color:#b99847;background-color:transparent}.product-nan-goat .swiper-pagination-bullet.swiper-pagination-bullet-active{display:block}.product-nan-goat .swiper-button-prev-cast{position:static;margin:0;display:block;background-image:url(/new/f/img/product/arrow-left-gold.svg);background-position:center;background-repeat:no-repeat;background-size:auto;width:11px;height:20px}.product-nan-goat .swiper-button-prev-cast:hover{cursor:pointer}.product-nan-goat .swiper-button-prev:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);text-transform:none!important;letter-spacing:0;font-variant:initial;line-height:1}.product-nan-goat .swiper-button-delimiter{display:block;width:1px;height:30px;opacity:.15;background-color:#575757;margin-left:10px;margin-right:10px}.product-nan-goat .swiper-button-next-cast{display:block;background-image:url(/new/f/img/product/arrow-left-gold.svg);background-position:center;background-repeat:no-repeat;background-size:auto;-webkit-transform:rotate(180deg);transform:rotate(180deg);width:11px;height:20px}.product-nan-goat .swiper-button-next-cast:hover{cursor:pointer}.product-nan-goat .swiper-button-next:after{font-family:swiper-icons;text-transform:none!important;letter-spacing:0;font-variant:initial;line-height:1}.product-nan-goat .swiper-img{width:100%}.product-nan-goat .swiper-wrapper .swiper-slide-text{display:block;line-height:25px;max-width:290px;margin-top:16px;color:#17a63d;font-size:24px;font-weight:700}@media screen and (max-width:1023px){.product-nan-goat .swiper-container-btns-header{position:absolute;left:0;bottom:0}}@media screen and (max-width:1023px){.product-nan-goat .traceability-nan-products__facts-swiper{padding-bottom:50px}}.product-nan-goat .b-product-info{background-image:url(/new/f/img/product/product-nan-fermented/bg-3.jpg);background-repeat:no-repeat;background-position:center;background-size:cover}.product-nan-goat body{background-color:#ecf4f7}.product-nan-goat .traceability-nan-products__processing{background-color:#fff;padding-bottom:40px}.product-nan-goat .traceability-nan-products__processing-container{max-width:1648px;background-position:center;background-repeat:no-repeat;margin:0 auto;background-image:url(/new/f/img/product/product-nan-goat/banner-kid-2.jpg);background-size:cover;padding:102px 184px 92px}@media screen and (max-width:1023px){.product-nan-goat .traceability-nan-products__processing-container{padding:50px 100px 50px}}@media screen and (max-width:559px){.product-nan-goat .traceability-nan-products__processing-container{padding:50px 30px;background-image:url(/new/f/img/product/product-nan-goat/recycle_bg_2.png);background-size:contain}}.product-nan-goat .traceability-nan-products--h3{font-size:30px;line-height:43px;font-weight:700;color:#0c3b9b;margin-bottom:8px}.product-nan-goat .traceability-nan-products--subtitle{font-size:18px;line-height:26px;color:#575757;margin:0;margin-bottom:15px;max-width:550px}@media screen and (max-width:1239px){.product-nan-goat .traceability-nan-products--subtitle{max-width:350px}}@media screen and (max-width:1023px){.product-nan-goat .traceability-nan-products--subtitle{max-width:290px}}.product-nan-goat .traceability-nan-products__content-footer{background-image:url(/new/f/img/product/product-nan-fermented/bg-3.jpg);background-repeat:no-repeat;background-position:center;background-size:cover}.product-nan-goat .traceability-nan-products__packaging{max-width:1260px;display:flex;margin:0 auto 30px;border:none;background-color:transparent;padding:34px;align-items:flex-start}@media screen and (max-width:1023px){.product-nan-goat .traceability-nan-products__packaging{display:block}}.product-nan-goat .traceability-nan-products__packaging-product{flex-shrink:0;width:393px;height:450px;margin-left:34px;margin-right:-6px}@media screen and (max-width:1239px){.product-nan-goat .traceability-nan-products__packaging-product{width:50%}}@media screen and (max-width:1023px){.product-nan-goat .traceability-nan-products__packaging-product{padding-left:0;width:100%}}.product-nan-goat .traceability-nan-products__packaging-product-img{max-width:415px}@media screen and (max-width:1239px){.product-nan-goat .traceability-nan-products__packaging-product-img{width:100%}}@media screen and (max-width:1023px){.product-nan-goat .traceability-nan-products__packaging-product-img{margin-right:auto;margin-left:auto;display:block;-webkit-transform:translateX(-17%);transform:translateX(-17%)}}.product-nan-goat .traceability-nan-products__packaging-content{margin-top:22px}.product-nan-goat .traceability-nan-products--h2{font-size:36px;line-height:100%;color:#0c3b9b;margin:0;margin-bottom:15px}.product-nan-goat .traceability-nan-products__packaging-content .traceability-nan-products--subtitle{font-size:18px;line-height:26px;color:#575757;margin:0;max-width:790px;margin-top:-5px;margin-bottom:33px}.product-nan-goat .traceability-nan-products__packaging-subtitle .text-decoration{font-size:14px;vertical-align:super}.product-nan-goat .traceability-nan-products__packaging-advantages{display:flex;max-width:780px;margin-bottom:14px}@media screen and (max-width:1239px){.product-nan-goat .traceability-nan-products__packaging-advantages{display:block}}.product-nan-goat .traceability-nan-products__packaging-advantages-left{display:flex;flex-direction:column;margin-right:40px}.product-nan-goat .traceability-nan-products__packaging-advantage{margin-bottom:26px;position:relative;padding-left:28px}.product-nan-goat .traceability-nan-products__packaging-advantage::before{content:'';position:absolute;top:-5px;left:0;display:block;width:28px;height:25px;background-image:url(/new/f/img/product/check.svg);background-repeat:no-repeat;background-position:center;background-size:cover}.product-nan-goat .traceability-nan-products--attention{font-weight:700;line-height:100%;margin:0;color:#b99847;margin-left:10px;font-size:18px}.product-nan-goat .traceability-nan-products__packaging-advantages-right{display:flex;flex-direction:column}.product-nan-goat .traceability-nan-products__packaging-efficiency{display:flex}.product-nan-goat .traceability-nan-products__packaging-efficiency-item{display:flex;flex-direction:column;align-items:center;justify-content:flex-start;margin-right:30px}.product-nan-goat .traceability-nan-products__packaging-efficiency-item-container{display:flex;align-items:center;justify-content:center;width:81px;height:80px;background-image:url(/new/f/img/product/efficiency.svg);background-repeat:no-repeat;background-position:center;background-size:cover}.product-nan-goat .traceability-nan-products__packaging-efficiency-item-name{font-size:14px;font-weight:700;line-height:100%;color:#575757;margin-top:5px;margin-left:-4px}.product-nan-goat .traceability-nan-products__packaging-efficiency_eco{position:relative;margin-left:calc(100% - 245px);max-width:196px;margin-top:-65px}@media screen and (max-width:1239px){.product-nan-goat .traceability-nan-products__packaging-efficiency_eco{margin-left:auto;margin-right:auto;margin-top:0;max-width:100%;padding-top:30px}}@media screen and (max-width:1023px){.product-nan-goat .traceability-nan-products__packaging-efficiency_eco{padding-left:120px;margin-top:30px}}.product-nan-goat .traceability-nan-products__packaging-efficiency_eco::before{content:" ";position:absolute;left:-59%;top:-30%;width:124px;height:194px;background:url(/new/f/img/product/product-nan-goat/goat.png) center}@media screen and (max-width:1239px){.product-nan-goat .traceability-nan-products__packaging-efficiency_eco::before{left:auto;right:100%}}@media screen and (max-width:1023px){.product-nan-goat .traceability-nan-products__packaging-efficiency_eco::before{left:0;top:0}}.product-nan-goat .traceability-nan-products__packaging-efficiency_eco_title{font-size:24px;line-height:24px;font-weight:700;color:#0052ad;padding-bottom:8px}.product-nan-goat .traceability-nan-products__packaging-efficiency_eco_hr{width:76px;padding-left:13px;display:block}.product-nan-goat .traceability-nan-products__packaging-efficiency_eco_more_info{font-size:12px;margin-left:13px;line-height:12px;padding-top:20px;float:none;border-bottom:2px dashed #29adb9;font-weight:700;white-space:nowrap;display:inline-block;color:#17a63d;border-bottom:none;position:relative;width:auto}.product-nan-goat .traceability-nan-products__packaging-efficiency_eco_more_info::after{content:"";position:absolute;top:100%;left:0;background:url(../../images/products/nan-goat/underline.png) center;height:2px;width:108px}.product-nan-goat .traceability-nan-products__packaging-efficiency-item-number{font-size:21px;font-weight:700;line-height:100%;color:#b99847;margin-top:10px;margin-left:-2px}.product-nan-goat .b-product-search__button--nan{background:#17a63d}.product-optipro{background-image:url(/new/f/img/product/view-optipro/bg.jpg);background-repeat:no-repeat;background-position:center top -500px;background-size:100% 1511px;background-color:#57c0c6}.product-optipro .traceability-nan-products__start-main-search{position:relative;max-width:345px;display:flex;align-items:center;justify-content:space-between;height:60px;margin:0 auto;border-radius:30px;background-color:#fff;box-shadow:0 20px 30px rgba(0,160,175,.15);padding-left:30px;padding-right:5px;margin-bottom:10px;margin-top:10px}.product-optipro .traceability-nan-products__start-main-search-title{font-size:24px;line-height:34px;color:#0c3b9b;font-family:istokweb-bold,sans-serif;text-align:center;font-weight:700;margin-top:60px}@media (max-width:500px){.product-optipro .traceability-nan-products__start-main-search-title{font-size:18px;line-height:26px}}.product-optipro .traceability-nan-products__start-main-input_error{display:none!important}.product-optipro .traceability-nan-products__start-main-input_error p{color:#fff;font-weight:700;padding:8px 15px 8px 15px;margin:0}.product-optipro .traceability-nan-products__start-main-input_error::before{content:'';position:absolute;left:calc(50% - 6px);top:100%;border:5px solid transparent;border-right:7px solid #fd5a5a;-webkit-transform:rotate(-90deg);transform:rotate(-90deg)}.product-optipro .input_error_numb .traceability-nan-products__start-main-input_error{position:absolute;display:block!important;background:#fd5a5a}.product-optipro .traceability-nan-products__start-main-btn{width:150px;height:50px;border-radius:27px;border:none!important;background-color:#29adb9;font-size:18px;font-weight:700;line-height:26px;color:#fff;cursor:pointer;font-family:istokweb-bold,sans-serif}.product-optipro .traceability-nan-products__start-main-search_desc{display:block;text-align:center;margin-bottom:50px}@media (max-width:900px){.product-optipro .traceability-nan-products__start-main-search_desc{margin-bottom:0}}.product-optipro .traceability-nan-products__start-main-prompt{font-size:14px;line-height:20px;color:#575757;margin-right:5px}.product-optipro .traceability-nan-products__place_code{color:#29adb9;font-size:14px;line-height:20px;font-family:istokweb,sans-serif;border-bottom:1px solid #29adb9;font-weight:700;padding-top:14px;cursor:pointer;width:86px;display:inline-block;text-align:center}.product-optipro .traceability-nan-products__place_code_popup{position:fixed;width:100%;height:100%;max-width:100%;max-height:100%;background-image:url(/new/f/img/product/product-nan-fermented/background_popup_nan.png);background-repeat:repeat;top:0;left:0;z-index:1000}.product-optipro .traceability-nan-products__place_code_popup .traceability__place_code_popup{margin:0 auto;background:#fff;max-width:90%;width:707px;position:relative}.product-optipro .traceability-nan-products__place_code_popup .traceability__place_code_popup{margin:0 auto;background:#fff;max-width:90%;width:707px;position:relative}.product-optipro .b-product-content{background:0 0}.product-optipro .b-reviews{background-color:#fff}.product-optipro .traceability-nan-products__processing{background-color:#fff;padding-bottom:40px}.product-optipro .traceability-nan-products__processing-container{max-width:1648px;background-position:center;background-repeat:no-repeat;margin:0 auto;background-image:url(/new/f/img/product/view-optipro/banner-kid.png);background-size:cover;padding:102px 184px 92px}@media screen and (max-width:1023px){.product-optipro .traceability-nan-products__processing-container{padding:50px 100px 50px}}@media screen and (max-width:559px){.product-optipro .traceability-nan-products__processing-container{padding:50px 30px;background-image:url(/new/f/img/product/view-optipro/recycle_bg.png);background-size:contain}}.product-optipro .traceability-nan-products--h3{font-size:30px;line-height:43px;font-weight:700;color:#0c3b9b;margin-bottom:8px}.product-optipro .traceability-nan-products--subtitle{font-size:18px;line-height:26px;color:#575757;margin:0;margin-bottom:15px;max-width:620px}@media screen and (max-width:1239px){.product-optipro .traceability-nan-products--subtitle{max-width:489px}}@media screen and (max-width:1023px){.product-optipro .traceability-nan-products--subtitle{max-width:280px}}.product-optipro .white-wrapper{background-color:#fff;width:100%}.product-optipro .traceability-nan-products__packaging{max-width:1260px;display:flex;align-items:center;border:1px solid #ebf6f8;background-color:#fff;padding:50px;margin:-8px auto -1px}@media screen and (max-width:1023px){.product-optipro .traceability-nan-products__packaging{display:block;padding:15px}}.product-optipro .traceability-nan-products__packaging-product{flex-shrink:0;width:393px;height:450px;margin-right:29px}@media screen and (max-width:1023px){.product-optipro .traceability-nan-products__packaging-product{width:100%;margin-right:auto;margin-left:auto;height:auto}}.product-optipro .traceability-nan-products__packaging-product-img{max-width:500px}@media screen and (max-width:1023px){.product-optipro .traceability-nan-products__packaging-product-img{width:100%}}.product-optipro .traceability-nan-products__packaging-content{margin-top:2px;vertical-align:top}.product-optipro .traceability-nan-products--h2{font-family:RotonBol;font-weight:400;line-height:100%;color:#0c3b9b;margin:0;margin-bottom:6px;font-size:36px;letter-spacing:1px}.product-optipro .traceability-nan-products__packaging-subtitle{max-width:810px;font-size:18px;line-height:26px;color:#575757;margin:0;margin-bottom:15px}.product-optipro .traceability-nan-products__packaging-subtitle .text-decoration{font-size:14px;vertical-align:super}.product-optipro .traceability-nan-products__packaging-advantages{display:flex;max-width:780px;margin-bottom:35px}@media screen and (max-width:1239px){.product-optipro .traceability-nan-products__packaging-advantages{display:block}}.product-optipro .traceability-nan-products__packaging-advantages-left{display:flex;flex-direction:column;margin-right:40px}.product-optipro .traceability-nan-products__packaging-advantage{position:relative;padding-left:28px;margin-bottom:18px}.product-optipro .traceability-nan-products__packaging-advantage::before{content:'';position:absolute;top:-5px;left:0;display:block;width:28px;height:25px;background-image:url(/images/traceability/nan/check.svg);background-repeat:no-repeat;background-position:center;background-size:cover}.product-optipro .traceability-nan-products__packaging-advantage-title{color:#b99847;font-family:'Istok Web',sans-serif;font-size:18px;font-weight:700;line-height:100%;margin:0}.product-optipro .traceability-nan-products__packaging-efficiency{display:flex}.product-optipro .traceability-nan-products__packaging-efficiency-item{display:flex;flex-direction:column;align-items:center;justify-content:flex-start;margin-right:30px}.product-optipro .traceability-nan-products__packaging-efficiency-item-container{display:flex;align-items:center;justify-content:center;width:81px;height:80px;background-image:url(/images/traceability/nan/efficiency.svg);background-repeat:no-repeat;background-position:center;background-size:cover}.product-optipro .traceability-nan-products__packaging-efficiency-item-number{font-size:21px;font-weight:700;line-height:100%;color:#b99847;margin-top:10px;margin-left:-2px}.product-optipro .traceability-nan-products__packaging-efficiency-item-name{font-size:14px;font-weight:700;line-height:100%;color:#575757}.product-optipro .traceability-nan-products__packaging-efficiency_eco{position:relative;margin-left:calc(100% - 245px);max-width:196px;margin-top:-90px}@media screen and (max-width:1239px){.product-optipro .traceability-nan-products__packaging-efficiency_eco{margin-top:30px;margin-left:0}}.product-optipro .traceability-nan-products__packaging-efficiency_eco_title{font-size:24px;line-height:24px;font-family:'Istok Web',sans-serif;color:#29adb9;padding-bottom:10px;letter-spacing:.7px;font-weight:700}.product-optipro .traceability-nan-products__packaging-efficiency_eco_hr{width:76px;padding-left:13px;display:block}.product-optipro .traceability-nan-products__packaging-efficiency_eco_more_info{display:block;font-size:12px;margin-left:13px;line-height:12px;color:#29adb9;padding-top:20px;float:none;border-bottom:2px dashed #29adb9;width:110px;font-weight:700;white-space:nowrap}.rd-product-spec__advantage-container{position:relative;display:flex;justify-content:space-between;flex-wrap:wrap;margin-bottom:15px}@media screen and (max-width:559px){.rd-product-spec__advantage-container{flex-wrap:nowrap;overflow-x:scroll;padding-bottom:20px;margin-right:-40px;padding-right:20px}}.rd-product-spec__advantage-container:after{content:'';width:110px;height:87px;background-image:url(/new/f/img/product/advantage-decor.png);background-repeat:no-repeat;position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}@media screen and (max-width:559px){.rd-product-spec__advantage-container:after{content:none}}.rd-product-spec__advantage{box-sizing:border-box;margin-top:16px;padding:17px 30px;width:48.5%;display:flex;justify-content:center;align-items:center;border-radius:16px;text-align:center}@media screen and (max-width:559px){.rd-product-spec__advantage{width:260px;min-width:260px;margin-right:16px;padding:20px}}.rd-product-spec__advantage:nth-child(1){background:rgba(49,168,219,.3)}.rd-product-spec__advantage:nth-child(2){background:rgba(219,49,49,.3)}.rd-product-spec__advantage:nth-child(3){background:rgba(52,219,49,.3)}.rd-product-spec__advantage:nth-child(4){background:rgba(219,202,49,.3)}@media screen and (max-width:559px){.adv-nestle{display:flex;justify-content:space-between;flex-wrap:wrap}}.adv-nestle__row{display:flex}@media screen and (max-width:559px){.adv-nestle__row{flex-direction:column;width:48%;justify-content:space-between}.adv-nestle__row:last-child{justify-content:flex-start}}.adv-nestle__cell{display:flex;width:33%;padding:7px}@media screen and (max-width:559px){.adv-nestle__cell{width:100%;padding-left:0;padding-right:0}}.adv-nestle__cell:first-child{padding-left:0}.adv-nestle__cell:last-child{padding-right:0}@media screen and (max-width:559px){.adv-nestle__cell--null{padding:0}}.adv-nestle__cell--null .adv-nestle__item{background-image:none}@media screen and (max-width:559px){.adv-nestle__cell--null .adv-nestle__item{padding:0;background-image:none}}.adv-nestle__item{display:flex;flex-direction:column;justify-content:center;padding:10px 15px 15px;background-size:cover;border-radius:10px;width:100%}.adv-nestle__img{text-align:center}.adv-nestle__img img{height:30px}.adv-nestle__text{margin-top:5px;font-family:RotonBol;font-style:normal;font-weight:400;font-size:16px;line-height:1;text-align:center;color:#904d30}@media screen and (max-width:1023px){.product_rd__description{width:100%;padding-left:0}}.d-calendar-24-section{position:relative;z-index:0}.d-calendar-24-section.d-calendar-24-section_text{z-index:1}.d-calendar-24-section.d-calendar-24-section_plates{z-index:2;padding-top:21.875%;margin-top:-15.625%}.ac-24-title{height:520px;position:relative;overflow:hidden}@media (max-width:1023px){.ac-24-title{height:400px}}@media (max-width:767px){.ac-24-title{height:450px}}.ac-24-title .ac-24-title__bg{position:absolute;left:0;right:0;top:0;bottom:0;background:#e76e62}.ac-24-title .ac-24-title__bg .ac-24-title__bg-sin{position:absolute;top:0;left:0;right:0;bottom:0;z-index:3;margin-top:-65px}.ac-24-title .ac-24-title__bg .ac-24-title__bg-sin:after,.ac-24-title .ac-24-title__bg .ac-24-title__bg-sin:before{content:"";display:block;position:absolute}.ac-24-title .ac-24-title__bg .ac-24-title__bg-sin:before{top:-33px;left:-44px;width:290px;height:254px;background-image:url(/new/f/img/advent24/light-l.svg);background-repeat:no-repeat;background-position:center;background-size:contain}@media (max-width:1023px){.ac-24-title .ac-24-title__bg .ac-24-title__bg-sin:before{top:0;left:0;width:148px;height:165px}}@media (max-width:767px){.ac-24-title .ac-24-title__bg .ac-24-title__bg-sin:before{display:none}}.ac-24-title .ac-24-title__bg .ac-24-title__bg-sin:after{top:-32px;right:-75px;width:544px;height:253px;background-image:url(/new/f/img/advent24/light-r.svg);background-repeat:no-repeat;background-position:center;background-size:contain}@media (max-width:1023px){.ac-24-title .ac-24-title__bg .ac-24-title__bg-sin:after{top:0;right:-17px;width:290px;height:164px}}@media (max-width:767px){.ac-24-title .ac-24-title__bg .ac-24-title__bg-sin:after{right:-30px}}.ac-24-title .ac-24-title__bg .ac-24-title__bg-herz{z-index:1;width:1920px;height:520px;background-image:url(/new/f/img/advent24/light-herz.png);background-repeat:no-repeat;background-position:center top;background-size:auto 100%;opacity:.3}.ac-24-title .ac-24-title__bg .ac-24-title__bg-snows{position:absolute;width:1875px;height:591px;left:50%;top:0;background-image:url(/new/f/img/advent24/snows.svg);background-repeat:no-repeat;background-position:center;background-size:contain;z-index:2;margin-left:calc(-1875px / 2 - 130px);margin-top:-60px}@media (max-width:1023px){.ac-24-title .ac-24-title__bg .ac-24-title__bg-snows{background-image:url(/new/f/img/advent24/snows-tablet.svg);width:744px;height:281px;margin-left:calc(-744px / 2 - 15px);margin-top:-30px}}@media (max-width:767px){.ac-24-title .ac-24-title__bg .ac-24-title__bg-snows{background-image:url(/new/f/img/advent24/snows_mob.svg);width:328px;height:229px;margin-left:calc(-328px / 2 - 10px);margin-top:22px}}.ac-24-title .ac-24-title__phrase{position:relative;display:grid;grid-template-columns:1fr;grid-template-rows:auto auto 1fr;grid-template-areas:"ph ph" "phr phr" "phra phra";justify-items:center;z-index:4;height:100%;background-image:url(/new/f/img/advent24/light-title.png);background-repeat:no-repeat;background-position:center;background-size:contain}@media (max-width:1279px){.ac-24-title .ac-24-title__phrase{background-size:contain;background-position:center -10vw}}@media (max-width:767px){.ac-24-title .ac-24-title__phrase{background-size:auto 60%;background-position:center -17%}}.ac-24-title .ac-24-title__phrase .ac-24-title__phrase-1{grid-area:ph;height:160px;width:265px;background-image:url(/new/f/img/advent24/phrase-1.svg);background-repeat:no-repeat;background-position:center;background-size:contain;margin-left:-62px;margin-top:-20px}@media (max-width:1279px){.ac-24-title .ac-24-title__phrase .ac-24-title__phrase-1{-webkit-transform:scale(.85);transform:scale(.85)}}@media (max-width:1023px){.ac-24-title .ac-24-title__phrase .ac-24-title__phrase-1{height:104px;width:171px;margin-left:-30px;-webkit-transform:scale(1);transform:scale(1)}}@media (max-width:767px){.ac-24-title .ac-24-title__phrase .ac-24-title__phrase-1{height:84px;width:130px;margin-left:-10px;margin-top:24px}}.ac-24-title .ac-24-title__phrase .ac-24-title__phrase-2{grid-area:phr;width:315px;height:146px;margin-top:-77px;margin-left:-50px;background-image:url(/new/f/img/advent24/phrase-2.svg);background-repeat:no-repeat;background-position:center;background-size:contain}@media (max-width:1279px){.ac-24-title .ac-24-title__phrase .ac-24-title__phrase-2{-webkit-transform:scale(.85);transform:scale(.85)}}@media (max-width:1023px){.ac-24-title .ac-24-title__phrase .ac-24-title__phrase-2{-webkit-transform:scale(1);transform:scale(1);width:204px;height:95px;margin-top:-50px;margin-left:-15px}}@media (max-width:767px){.ac-24-title .ac-24-title__phrase .ac-24-title__phrase-2{width:164px;height:100px;margin-left:0}}.ac-24-title .ac-24-title__phrase .ac-24-title__phrase-3{grid-area:phra;width:530px;height:188px;margin-top:-97px;background-image:url(/new/f/img/advent24/phrase-3.svg);background-repeat:no-repeat;background-position:center;background-size:contain}@media (max-width:1279px){.ac-24-title .ac-24-title__phrase .ac-24-title__phrase-3{-webkit-transform:scale(.85);transform:scale(.85)}}@media (max-width:1023px){.ac-24-title .ac-24-title__phrase .ac-24-title__phrase-3{-webkit-transform:scale(1);transform:scale(1);width:347px;height:118px;margin-top:-65px;margin-left:15px}}@media (max-width:767px){.ac-24-title .ac-24-title__phrase .ac-24-title__phrase-3{width:280px;height:96px;margin-top:-63px;margin-left:22px}}.ac-24-text{margin-top:-175px;padding-bottom:15.625%}.ac-24-text .ac-24-text__bg .ac-24-text__bg-main{background-color:#fff;margin-top:calc(100vw / 93.5 + 20px);position:absolute;top:0;left:0;right:0;bottom:0;min-height:100px;z-index:1}.ac-24-text .ac-24-text__bg .ac-24-text_bg-flag{width:548px;height:155px;background-image:url(/new/f/img/advent24/flag.svg);background-repeat:no-repeat;background-position:center;background-size:contain;margin-left:auto;margin-right:auto;z-index:3;position:relative}@media (max-width:1279px){.ac-24-text .ac-24-text__bg .ac-24-text_bg-flag{top:1.5vw}}@media (max-width:1023px){.ac-24-text .ac-24-text__bg .ac-24-text_bg-flag{width:358px;height:100px;left:8px;top:0}}@media (max-width:767px){.ac-24-text .ac-24-text__bg .ac-24-text_bg-flag{width:295px;height:88px;left:10px;top:-75px}}.ac-24-text .ac-24-text__bg .ac-24-text_bg-flag-text{background-image:url(/new/f/img/advent24/flag-text.svg);background-repeat:no-repeat;background-position:center;background-size:contain;width:100%;height:100%;width:303px;height:65px;-webkit-transform:translate(130px,20px);transform:translate(130px,20px)}@media (max-width:1023px){.ac-24-text .ac-24-text__bg .ac-24-text_bg-flag-text{width:198px;height:43px;-webkit-transform:translate(88px,10px);transform:translate(88px,10px)}}@media (max-width:767px){.ac-24-text .ac-24-text__bg .ac-24-text_bg-flag-text{width:163px;height:42px;-webkit-transform:translate(65px,8px);transform:translate(65px,8px)}}.ac-24-text .ac-24-text__bg .ac-24-text_bg-snow{position:absolute;width:100%;height:100%;z-index:4;top:-30px;background-image:url(/new/f/img/advent24/show-2.svg);background-repeat:no-repeat;background-position:top center;background-size:cover}@media (max-width:1279px){.ac-24-text .ac-24-text__bg .ac-24-text_bg-snow{width:calc(100% + 200px);height:calc(100% + 100px);background-position:calc(50% - 100px) top}}@media (max-width:1023px){.ac-24-text .ac-24-text__bg .ac-24-text_bg-snow{background-image:url(/new/f/img/advent24/show-2_tablet.svg);width:773px;height:414px;background-position:calc(50% - 60px) calc(0px + 55px)}}@media (max-width:767px){.ac-24-text .ac-24-text__bg .ac-24-text_bg-snow{background-image:url(/new/f/img/advent24/show-2_mob.svg);width:331px;height:355px;background-position:center top;top:35px;left:50%;-webkit-transform:translateX(calc(-50% - 15px));transform:translateX(calc(-50% - 15px))}}.ac-24-text .ac-24-text__bg .ac-24-text_bg-snows{position:absolute;top:calc(-100vw * .27083 + 9.21vw);left:0;width:100%;padding-bottom:27.083%;z-index:2;background-image:url(/new/f/img/advent24/snows-1.png);background-repeat:no-repeat;background-position:center;background-size:contain}@media (max-width:1023px){.ac-24-text .ac-24-text__bg .ac-24-text_bg-snows{margin-top:-1vw}}@media (max-width:767px){.ac-24-text .ac-24-text__bg .ac-24-text_bg-snows{margin-top:1px}}.ac-24-text .ac-24-text__text{position:relative;max-width:1000px;margin-left:auto;margin-right:auto;padding-top:113px;text-align:center;padding-bottom:80px;z-index:5}@media (max-width:1279px){.ac-24-text .ac-24-text__text{max-width:900px;padding-top:60px;padding-bottom:110px}}@media (max-width:1023px){.ac-24-text .ac-24-text__text{max-width:calc(100vw - 100px);padding-top:30px;padding-bottom:80px}}@media (max-width:767px){.ac-24-text .ac-24-text__text{max-width:calc(320px - 40px);padding-bottom:60px}}.ac-24-text .ac-24-text__text .ac-24-text__text-p{font-size:32px;margin-top:20px;line-height:1.3}@media (max-width:1279px){.ac-24-text .ac-24-text__text .ac-24-text__text-p{font-size:28px}}@media (max-width:1023px){.ac-24-text .ac-24-text__text .ac-24-text__text-p{font-size:18px;margin-top:17px;line-height:1.2}}@media (max-width:767px){.ac-24-text .ac-24-text__text .ac-24-text__text-p{font-size:13px;margin-top:20px;line-height:1.4}}@media (max-width:767px){.ac-24-text .ac-24-text__text .ac-24-text__text-p:first-child{margin-top:10px}}.ac-24-plates{position:relative;margin-top:-21.875%;padding-top:230px;overflow:hidden}@media (max-width:767px){.ac-24-plates{padding-top:135px}}.ac-24-plates .ac-24-plates__bg{position:absolute;top:0;left:0;width:100%;height:100%}.ac-24-plates .ac-24-plates__bg .ac-24-plates__bg-main{background-color:#f9a6a2;position:absolute;top:20vw;left:0;width:100%;height:calc(100% - 19vw - 21.82vw);z-index:-1}.ac-24-plates .ac-24-plates__bg .ac-24-plates__bg-top{width:100%;padding-top:21.875vw;margin-top:0;background-image:url(/new/f/img/advent24/plates-top.svg);background-repeat:no-repeat;background-position:center;background-size:contain}.ac-24-plates .ac-24-plates__bg .ac-24-plates__bg-bottom{width:100%;padding-bottom:21.82vw;position:absolute;bottom:0;z-index:-1;margin-top:0;background-image:url(/new/f/img/advent24/plates-bottom.svg);background-repeat:no-repeat;background-position:center;background-size:contain}@media (max-width:1023px){.ac-24-plates .ac-24-plates__bg .ac-24-plates__bg-bottom{-webkit-transform:scale(-1,1);transform:scale(-1,1)}}.ac-24-plates .ac-24-plates__bg .ac-24-plates__bg-snows{width:100%;height:100%;background-image:url(/new/f/img/advent24/snows-3.svg);background-repeat:no-repeat;background-position:calc(50% - 29px) 129px;background-size:2385px auto;margin-top:-21.875%}@media (max-width:1023px){.ac-24-plates .ac-24-plates__bg .ac-24-plates__bg-snows{background-image:url(/new/f/img/advent24/snows-3_tablet.svg);width:1651px;height:2675px;background-position:center top;background-size:1651px 2677px;margin-top:0;left:50%;position:absolute;top:0;-webkit-transform:translate(calc(-50% - 70px),-50px);transform:translate(calc(-50% - 70px),-50px)}}@media (max-width:767px){.ac-24-plates .ac-24-plates__bg .ac-24-plates__bg-snows{background-image:url(/new/f/img/advent24/snows-3_mob.svg);width:627px;height:2574px;background-size:627px 2574px;-webkit-transform:translate(calc(-50% + 119px),-83px);transform:translate(calc(-50% + 119px),-83px)}}.ac-24-plates .ac-24-plates__content{position:relative;padding-bottom:14vw}@media (max-width:1279px){.ac-24-plates .ac-24-plates__content{margin-top:-7vw}}@media (max-width:1023px){.ac-24-plates .ac-24-plates__content{margin-top:-16vw;padding-bottom:24vw}}@media (max-width:767px){.ac-24-plates .ac-24-plates__content{max-width:320px;margin-left:auto;margin-right:auto;margin-top:-40px}}.ac-24-plates-tile .ac-24-plates-tile__content{margin-left:auto;margin-right:auto;max-width:calc(1440px + (16px * 2));padding-left:16px;padding-right:16px;margin-top:0}@media (max-width:1023px){.ac-24-plates-tile .ac-24-plates-tile__content{max-width:calc(100vw - (20px * 2))}}@media (max-width:767px){.ac-24-plates-tile .ac-24-plates-tile__content{max-width:100%}}.ac-24-plates-tile .ac-24-plates-tile__content-info{max-width:1000px;margin-left:auto;margin-right:auto;text-align:center}@media (max-width:1279px){.ac-24-plates-tile .ac-24-plates-tile__content-info{max-width:900px}}.ac-24-plates-tile__title{font-family:TmVinogradFilled,Arial,Helvetica,sans-serif;font-size:96px;color:#cc483c}@media (max-width:1279px){.ac-24-plates-tile__title{font-size:82px}}@media (max-width:1023px){.ac-24-plates-tile__title{font-size:70px;line-height:105px}}@media (max-width:767px){.ac-24-plates-tile__title{font-size:60px;line-height:1}}.ac-24-plates-tile__text{font-size:32px;color:#fff;padding-bottom:35px}@media (max-width:1279px){.ac-24-plates-tile__text{font-size:28px}}@media (max-width:1023px){.ac-24-plates-tile__text{font-size:16px;padding-bottom:26px}}.ac-24-plates-tile__text .ac-24-plates-tile__text-p{margin-top:20px}@media (max-width:1023px){.ac-24-plates-tile__text .ac-24-plates-tile__text-p{margin-top:34px;max-width:650px;margin-left:auto;margin-right:auto}}@media (max-width:767px){.ac-24-plates-tile__text .ac-24-plates-tile__text-p{margin-top:20px}}.ac-24-plates-tile__text:first-child{margin-top:0}@media (max-width:1023px){.ac-24-plates-tile__text:first-child{max-width:600px}}.ac-24-plates-tile-ceils{display:grid;grid-template-columns:repeat(5,1fr);grid-gap:16px;justify-content:center;justify-items:center;align-content:flex-start;align-items:flex-start}@media (max-width:1279px){.ac-24-plates-tile-ceils{grid-template-columns:repeat(4,1fr)}}@media (max-width:1023px){.ac-24-plates-tile-ceils{grid-template-columns:repeat(3,1fr);grid-gap:24px;justify-content:center;grid-template-columns:repeat(3,216px)}}@media (max-width:767px){.ac-24-plates-tile-ceils{grid-template-columns:repeat(2,140px);grid-gap:8px}}.ac-24-plates-tile-ceils .ac-24-plates-tile-ceils__ceil{padding-bottom:100%;font-size:0;line-height:0;position:relative;width:100%;transition:all .75s}@media (max-width:1023px){.ac-24-plates-tile-ceils .ac-24-plates-tile-ceils__ceil{padding-bottom:0}.ac-24-plates-tile-ceils .ac-24-plates-tile-ceils__ceil:not(._light){height:216px}.ac-24-plates-tile-ceils .ac-24-plates-tile-ceils__ceil._light{height:113px}}@media (max-width:767px){.ac-24-plates-tile-ceils .ac-24-plates-tile-ceils__ceil:not(._light){height:140px}.ac-24-plates-tile-ceils .ac-24-plates-tile-ceils__ceil._light{height:70px}}.ac-24-plates-tile-ceils .ac-24-plates-tile-ceils__ceil._light{height:0;padding-bottom:50%}.ac-24-plates-tile-ceils .ac-24-plates-tile-ceils__ceil._light .ac-24-plates-tile-item:after{content:"";display:block;position:absolute;top:0;left:0;right:0;bottom:0;background:#353535;opacity:.6;z-index:1}.ac-24-plates-tile-item{position:absolute;top:0;left:0;right:0;bottom:0;background:#ef5a4d;border-radius:10px;overflow:hidden;transition:box-shadow .2s,-webkit-transform .25s;transition:transform .25s,box-shadow .2s;transition:transform .25s,box-shadow .2s,-webkit-transform .25s;-webkit-user-select:none;-ms-user-select:none;user-select:none}.ac-24-plates-tile-item .ac-24-plates-tile-item__img{display:none}.ac-24-plates-tile-item .ac-24-plates-tile-item__number{position:absolute;width:100%;height:100%;top:0;left:0;z-index:2;font-family:RotonBol,Arial,Helvetica,sans-serif;font-size:128px;color:#fff;display:grid;grid-template-columns:1fr;justify-content:center;align-content:center;justify-items:center;align-items:center;-webkit-user-select:none;-ms-user-select:none;user-select:none}@media (max-width:767px){.ac-24-plates-tile-item .ac-24-plates-tile-item__number{font-size:98px}}.ac-24-plates-tile-item_img{background:0 0;cursor:pointer;-webkit-user-select:none;-ms-user-select:none;user-select:none}.ac-24-plates-tile-item_img:hover:not(.ac-24-plates-tile-item_img:hover._today){-webkit-transform:scale(.95);transform:scale(.95);box-shadow:0 0 15px 2px rgba(255,255,255,.75)}.ac-24-plates-tile-item_img:hover .ac-24-plates-tile-item__number{-webkit-transform:scale(1.15);transform:scale(1.15)}.ac-24-plates-tile-item_img._today{border:2px dashed #ef5a4d;box-shadow:0 0 15px 2px rgba(255,255,255,.75)}.ac-24-plates-tile-item_img .ac-24-plates-tile-item__number{width:94px;height:94px;top:0;left:16px;border-bottom-left-radius:16px;border-bottom-right-radius:16px;font-size:52px;background:#ef5a4d;transition:-webkit-transform .2s;transition:transform .2s;transition:transform .2s,-webkit-transform .2s}@media (max-width:1023px){.ac-24-plates-tile-item_img .ac-24-plates-tile-item__number{height:74px;width:74px;font-size:44px;border-bottom-left-radius:8px;border-bottom-right-radius:8px}}@media (max-width:767px){.ac-24-plates-tile-item_img .ac-24-plates-tile-item__number{height:44px;width:44px;font-size:24px}}.ac-24-plates-tile-item_img .ac-24-plates-tile-item__img{display:block;position:absolute;width:100%;height:100%;top:0;left:0;z-index:1;background-image:none;background-repeat:no-repeat;background-position:center;background-size:cover}.ac-24-plates-tile-item-opener{position:absolute;top:0;left:0;right:0;bottom:0;z-index:3}.d-calendar-wrapper-top-space section:first-child{padding-top:14vw;margin-top:calc(-14vw + 40px)}@media (max-width:1023px){.d-calendar-wrapper-top-space section:first-child{padding-top:17vw;margin-top:calc(-16vw + 40px)}}@media (max-width:767px){.d-calendar-wrapper-top-space section:first-child{padding-top:22vw;margin-top:calc(-24vw + 32px)}}#advent24{transition:background-color .2s;transition-delay:.1s}@media screen and (max-width:767px){#advent24{transition:background-color 0s;transition-delay:0s}}#advent24.is-show .b-modal__layout{-webkit-transform:perspective(750px) rotateY(0) scale3d(1,1,1);transform:perspective(750px) rotateY(0) scale3d(1,1,1);opacity:1}#advent24 .b-modal__layout{border-radius:10px;max-width:1000px;background-color:transparent;overflow:hidden;-webkit-transform:perspective(750px) rotateY(-105deg) scale3d(.5,.7,.9);transform:perspective(750px) rotateY(-105deg) scale3d(.5,.7,.9);transition:opacity .7s,-webkit-transform .75s cubic-bezier(.2,.85,.4,1.475);transition:transform .75s cubic-bezier(.2,.85,.4,1.475),opacity .7s;transition:transform .75s cubic-bezier(.2,.85,.4,1.475),opacity .7s,-webkit-transform .75s cubic-bezier(.2,.85,.4,1.475);-webkit-backface-visibility:hidden;backface-visibility:hidden;opacity:0;transition-delay:.2s}@media (max-width:1023px){#advent24 .b-modal__layout{max-width:696px}}@media (max-width:767px){#advent24 .b-modal__layout{max-width:320px;transition-delay:0s}}#advent24 .b-modal__wrapper{padding-left:12px;padding-right:12px}#advent24 .b-modal__close,#advent24 .b-modal__close:hover{background-color:transparent;border-radius:0;right:30px;top:30px;width:34px;height:34px;transition:-webkit-transform .25s;transition:transform .25s;transition:transform .25s,-webkit-transform .25s}@media (max-width:1023px){#advent24 .b-modal__close,#advent24 .b-modal__close:hover{top:16px;right:16px;width:20px;height:20px}}#advent24 .b-modal__close:after,#advent24 .b-modal__close:before,#advent24 .b-modal__close:hover:after,#advent24 .b-modal__close:hover:before{color:#cc483c;top:50%;left:50%;margin-top:0;margin-left:-17px;width:34px}@media (max-width:1023px){#advent24 .b-modal__close:after,#advent24 .b-modal__close:before,#advent24 .b-modal__close:hover:after,#advent24 .b-modal__close:hover:before{width:24px;margin-left:-12px}}#advent24 .b-modal__close:hover:after,#advent24 .b-modal__close:hover:before{color:#fff}#advent24 .b-modal__top{background-color:#ef5a4d;color:#fff;padding-top:60px}@media (max-width:1023px){#advent24 .b-modal__top{padding:36px 16px 8px}}#advent24 .b-modal__middle{padding:36px;background-color:#fff}@media (max-width:1023px){#advent24 .b-modal__middle{padding:16px;padding-bottom:32px}}.adv24-modal-title{text-align:center}.adv24-modal-title .adv24-modal-title-sup{font-size:24px;line-height:1.3;font-family:RotonReg,Arial,Helvetica,sans-serif;display:block}@media (max-width:1023px){.adv24-modal-title .adv24-modal-title-sup{font-size:16px}}@media (max-width:767px){.adv24-modal-title .adv24-modal-title-sup{font-size:14px}}.adv24-modal-title .adv24-modal-title__title{font-size:94px;line-height:1;font-family:TmVinogradFilled,Arial,Helvetica,sans-serif}@media (max-width:1023px){.adv24-modal-title .adv24-modal-title__title{font-size:72px}}@media (max-width:767px){.adv24-modal-title .adv24-modal-title__title{font-size:32px;line-height:.9}}.adv24-modal-content{display:grid;grid-template-columns:478px 1fr;grid-gap:36px;align-content:center;align-items:center;min-height:478px;opacity:0;transition:opacity .5s;transition-delay:.3s}@media (max-width:1023px){.adv24-modal-content{grid-template-columns:322px 1fr;min-height:322px;grid-gap:20px}}@media (max-width:767px){.adv24-modal-content{grid-template-columns:1fr}}.adv24-modal-content._is-show{opacity:1;transition-delay:0s}.adv24-modal-content._is-show .adv24-modal-content-img,.adv24-modal-content._is-show .adv24-modal-content-text{-webkit-transform:translateX(0);transform:translateX(0)}@media (max-width:767px){.adv24-modal-content._is-show .adv24-modal-content-img,.adv24-modal-content._is-show .adv24-modal-content-text{-webkit-transform:scale(1) translateY(0);transform:scale(1) translateY(0)}}.adv24-modal-content._is-show .adv24-modal-content-img{opacity:1}.adv24-modal-content .adv24-modal-content__left{font-size:0;line-height:0;border-radius:10px;min-height:478px}@media (max-width:1023px){.adv24-modal-content .adv24-modal-content__left{border-radius:8px;min-height:322px}}@media (max-width:767px){.adv24-modal-content{min-height:288px}}.adv24-modal-content-img{max-width:100%;border-radius:10px;overflow:hidden;-webkit-transform:translateX(-20px);transform:translateX(-20px);transition:opacity .3s,-webkit-transform .5s;transition:transform .5s,opacity .3s;transition:transform .5s,opacity .3s,-webkit-transform .5s}@media (max-width:767px){.adv24-modal-content-img{-webkit-transform:scale(.75) translateY(75px);transform:scale(.75) translateY(75px)}}.adv24-modal-content__right{position:relative}.adv24-modal-content-text{text-align:center;font-size:24px;line-height:1.3;align-items:center;align-content:center;-webkit-transform:translateX(20px);transform:translateX(20px);transition:-webkit-transform .3s;transition:transform .3s;transition:transform .3s,-webkit-transform .3s}@media (max-width:1023px){.adv24-modal-content-text{font-size:16px}}@media (max-width:767px){.adv24-modal-content-text{font-size:14px;-webkit-transform:scale(.75) translateY(-100px);transform:scale(.75) translateY(-100px)}}.adv24-modal-content-code{text-align:center;display:none}.adv24-modal-content-code:hover .adv24-modal-content-code__item-copy{-webkit-transform:scale(1.2);transform:scale(1.2)}.adv24-modal-content-code._is-show{display:block}.adv24-modal-content-code .adv24-modal-content-code__item-copy-e{display:block;position:absolute;top:0;left:0;right:0;bottom:0;z-index:1;cursor:pointer;background-color:#fff;transition:background .2s;opacity:0}.adv24-modal-content-code .adv24-modal-content-code__item-copy-e.is-active{opacity:.5}.adv24-modal-content-code .adv24-modal-content-code__item{padding:16px 24px 16px 36px;border:1px solid #ef5a4d;display:inline-block;font-family:RotonBol,Arial,Helvetica,sans-serif;font-size:24px;line-height:1;border-radius:8px;margin:40px 24px 24px;position:relative;overflow:hidden}@media (max-width:1023px){.adv24-modal-content-code .adv24-modal-content-code__item{padding:13px 13px 13px 24px;font-size:14px;line-height:1;margin:20px}}.adv24-modal-content-code .adv24-modal-content-code__item .adv24-modal-content-code__item-copy{display:inline-block;color:#ef5a4d;width:32px;height:32px;margin-left:16px;vertical-align:middle;background:url(/new/f/img/icon-copy.svg#red) no-repeat right center;background-size:auto 24px;transition:-webkit-transform .2s;transition:transform .2s;transition:transform .2s,-webkit-transform .2s}.adv24-modal-content-code .adv24-modal-content-code__btn .button.b-modal__btn{background-color:#ef5a4d;color:#fff;font-family:RotonBol,Arial,Helvetica,sans-serif;margin-bottom:0}@media (max-width:1023px){.adv24-modal-content-code .adv24-modal-content-code__btn .button.b-modal__btn{font-size:14px}}@media (max-width:767px){.adv24-modal-content-code .adv24-modal-content-code__btn .button.b-modal__btn{padding:0 24px}}.adv24-modal-content-code .adv24-modal-content-code__btn .button.b-modal__btn:hover{background-color:#cc483c}.adv24-modal-content-code .adv24-modal-content-code__disc{font-size:14px;line-height:1.3;margin-top:40px}@media (max-width:1023px){.adv24-modal-content-code .adv24-modal-content-code__disc{font-size:12px;margin-top:20px}}.adv24-modal-content-p{margin-top:30px}@media (max-width:1279px){.adv24-modal-content-p{margin-top:20px}}@media (max-width:767px){.adv24-modal-content-p{margin-top:14px}}.adv24-modal-content-p:first-child{margin-top:0}.adv24-snows{top:0;left:0;right:0;height:520px;overflow:hidden;position:absolute;z-index:1}@media screen and (max-width:1023px){.adv24-snows{height:400px}}@media screen and (max-width:767px){.adv24-snows{height:350px}}.adv24-snows .adv24-snows__item{position:absolute;width:10px;height:10px;background:#fff;border-radius:50%}.adv24-snows .adv24-snows__item:nth-child(1){opacity:.7212;-webkit-transform:translate(18.9148vw,-10px) scale(.2252);transform:translate(18.9148vw,-10px) scale(.2252);-webkit-animation:falled-1 10s -26s linear infinite;animation:falled-1 10s -26s linear infinite}@-webkit-keyframes falled-1{80.001%{-webkit-transform:translate(28.9149vw,80.001vh) scale(.2252);transform:translate(28.9149vw,80.001vh) scale(.2252)}to{-webkit-transform:translate(23.91485vw,100vh) scale(.2252);transform:translate(23.91485vw,100vh) scale(.2252)}}@keyframes falled-1{80.001%{-webkit-transform:translate(28.9149vw,80.001vh) scale(.2252);transform:translate(28.9149vw,80.001vh) scale(.2252)}to{-webkit-transform:translate(23.91485vw,100vh) scale(.2252);transform:translate(23.91485vw,100vh) scale(.2252)}}.adv24-snows .adv24-snows__item:nth-child(2){opacity:.1402;-webkit-transform:translate(46.8084vw,-10px) scale(.8243);transform:translate(46.8084vw,-10px) scale(.8243);-webkit-animation:falled-2 31s -10s linear infinite;animation:falled-2 31s -10s linear infinite}@-webkit-keyframes falled-2{30%{-webkit-transform:translate(56.808499999999995vw,30vh) scale(.8243);transform:translate(56.808499999999995vw,30vh) scale(.8243)}to{-webkit-transform:translate(51.80845vw,100vh) scale(.8243);transform:translate(51.80845vw,100vh) scale(.8243)}}@keyframes falled-2{30%{-webkit-transform:translate(56.808499999999995vw,30vh) scale(.8243);transform:translate(56.808499999999995vw,30vh) scale(.8243)}to{-webkit-transform:translate(51.80845vw,100vh) scale(.8243);transform:translate(51.80845vw,100vh) scale(.8243)}}.adv24-snows .adv24-snows__item:nth-child(3){opacity:.1721;-webkit-transform:translate(54.8858vw,-10px) scale(.689);transform:translate(54.8858vw,-10px) scale(.689);-webkit-animation:falled-3 31s -14s linear infinite;animation:falled-3 31s -14s linear infinite}@-webkit-keyframes falled-3{30%{-webkit-transform:translate(64.8859vw,30vh) scale(.689);transform:translate(64.8859vw,30vh) scale(.689)}to{-webkit-transform:translate(59.885850000000005vw,100vh) scale(.689);transform:translate(59.885850000000005vw,100vh) scale(.689)}}@keyframes falled-3{30%{-webkit-transform:translate(64.8859vw,30vh) scale(.689);transform:translate(64.8859vw,30vh) scale(.689)}to{-webkit-transform:translate(59.885850000000005vw,100vh) scale(.689);transform:translate(59.885850000000005vw,100vh) scale(.689)}}.adv24-snows .adv24-snows__item:nth-child(4){opacity:.055;-webkit-transform:translate(85.9503vw,-10px) scale(.2367);transform:translate(85.9503vw,-10px) scale(.2367);-webkit-animation:falled-4 31s -17s linear infinite;animation:falled-4 31s -17s linear infinite}@-webkit-keyframes falled-4{80.001%{-webkit-transform:translate(75.9503vw,80.001vh) scale(.2367);transform:translate(75.9503vw,80.001vh) scale(.2367)}to{-webkit-transform:translate(80.9503vw,100vh) scale(.2367);transform:translate(80.9503vw,100vh) scale(.2367)}}@keyframes falled-4{80.001%{-webkit-transform:translate(75.9503vw,80.001vh) scale(.2367);transform:translate(75.9503vw,80.001vh) scale(.2367)}to{-webkit-transform:translate(80.9503vw,100vh) scale(.2367);transform:translate(80.9503vw,100vh) scale(.2367)}}.adv24-snows .adv24-snows__item:nth-child(5){opacity:.5395;-webkit-transform:translate(18.0968vw,-10px) scale(.075);transform:translate(18.0968vw,-10px) scale(.075);-webkit-animation:falled-5 10s -20s linear infinite;animation:falled-5 10s -20s linear infinite}@-webkit-keyframes falled-5{30%{-webkit-transform:translate(8.096800000000002vw,30vh) scale(.075);transform:translate(8.096800000000002vw,30vh) scale(.075)}to{-webkit-transform:translate(13.096800000000002vw,100vh) scale(.075);transform:translate(13.096800000000002vw,100vh) scale(.075)}}@keyframes falled-5{30%{-webkit-transform:translate(8.096800000000002vw,30vh) scale(.075);transform:translate(8.096800000000002vw,30vh) scale(.075)}to{-webkit-transform:translate(13.096800000000002vw,100vh) scale(.075);transform:translate(13.096800000000002vw,100vh) scale(.075)}}.adv24-snows .adv24-snows__item:nth-child(6){opacity:.7192;-webkit-transform:translate(79.87230000000001vw,-10px) scale(.853);transform:translate(79.87230000000001vw,-10px) scale(.853);-webkit-animation:falled-6 31s -16s linear infinite;animation:falled-6 31s -16s linear infinite}@-webkit-keyframes falled-6{30%{-webkit-transform:translate(69.87230000000001vw,30vh) scale(.853);transform:translate(69.87230000000001vw,30vh) scale(.853)}to{-webkit-transform:translate(74.87230000000001vw,100vh) scale(.853);transform:translate(74.87230000000001vw,100vh) scale(.853)}}@keyframes falled-6{30%{-webkit-transform:translate(69.87230000000001vw,30vh) scale(.853);transform:translate(69.87230000000001vw,30vh) scale(.853)}to{-webkit-transform:translate(74.87230000000001vw,100vh) scale(.853);transform:translate(74.87230000000001vw,100vh) scale(.853)}}.adv24-snows .adv24-snows__item:nth-child(7){opacity:.0999;-webkit-transform:translate(40.426300000000005vw,-10px) scale(.5309);transform:translate(40.426300000000005vw,-10px) scale(.5309);-webkit-animation:falled-7 31s -24s linear infinite;animation:falled-7 31s -24s linear infinite}@-webkit-keyframes falled-7{30%{-webkit-transform:translate(50.4264vw,30vh) scale(.5309);transform:translate(50.4264vw,30vh) scale(.5309)}to{-webkit-transform:translate(45.426350000000006vw,100vh) scale(.5309);transform:translate(45.426350000000006vw,100vh) scale(.5309)}}@keyframes falled-7{30%{-webkit-transform:translate(50.4264vw,30vh) scale(.5309);transform:translate(50.4264vw,30vh) scale(.5309)}to{-webkit-transform:translate(45.426350000000006vw,100vh) scale(.5309);transform:translate(45.426350000000006vw,100vh) scale(.5309)}}.adv24-snows .adv24-snows__item:nth-child(8){opacity:.0184;-webkit-transform:translate(98.7399vw,-10px) scale(.7477);transform:translate(98.7399vw,-10px) scale(.7477);-webkit-animation:falled-8 10s -24s linear infinite;animation:falled-8 10s -24s linear infinite}@-webkit-keyframes falled-8{80.001%{-webkit-transform:translate(108.74000000000001vw,80.001vh) scale(.7477);transform:translate(108.74000000000001vw,80.001vh) scale(.7477)}to{-webkit-transform:translate(103.73995000000001vw,100vh) scale(.7477);transform:translate(103.73995000000001vw,100vh) scale(.7477)}}@keyframes falled-8{80.001%{-webkit-transform:translate(108.74000000000001vw,80.001vh) scale(.7477);transform:translate(108.74000000000001vw,80.001vh) scale(.7477)}to{-webkit-transform:translate(103.73995000000001vw,100vh) scale(.7477);transform:translate(103.73995000000001vw,100vh) scale(.7477)}}.adv24-snows .adv24-snows__item:nth-child(9){opacity:.9301;-webkit-transform:translate(13.0054vw,-10px) scale(.673);transform:translate(13.0054vw,-10px) scale(.673);-webkit-animation:falled-9 31s -9s linear infinite;animation:falled-9 31s -9s linear infinite}@-webkit-keyframes falled-9{80.001%{-webkit-transform:translate(23.005499999999998vw,80.001vh) scale(.673);transform:translate(23.005499999999998vw,80.001vh) scale(.673)}to{-webkit-transform:translate(18.00545vw,100vh) scale(.673);transform:translate(18.00545vw,100vh) scale(.673)}}@keyframes falled-9{80.001%{-webkit-transform:translate(23.005499999999998vw,80.001vh) scale(.673);transform:translate(23.005499999999998vw,80.001vh) scale(.673)}to{-webkit-transform:translate(18.00545vw,100vh) scale(.673);transform:translate(18.00545vw,100vh) scale(.673)}}.adv24-snows .adv24-snows__item:nth-child(10){opacity:.3631;-webkit-transform:translate(29.5501vw,-10px) scale(.2363);transform:translate(29.5501vw,-10px) scale(.2363);-webkit-animation:falled-10 31s -23s linear infinite;animation:falled-10 31s -23s linear infinite}@-webkit-keyframes falled-10{30%{-webkit-transform:translate(19.5501vw,30vh) scale(.2363);transform:translate(19.5501vw,30vh) scale(.2363)}to{-webkit-transform:translate(24.5501vw,100vh) scale(.2363);transform:translate(24.5501vw,100vh) scale(.2363)}}@keyframes falled-10{30%{-webkit-transform:translate(19.5501vw,30vh) scale(.2363);transform:translate(19.5501vw,30vh) scale(.2363)}to{-webkit-transform:translate(24.5501vw,100vh) scale(.2363);transform:translate(24.5501vw,100vh) scale(.2363)}}.adv24-snows .adv24-snows__item:nth-child(11){opacity:.1388;-webkit-transform:translate(9.2382vw,-10px) scale(.9185);transform:translate(9.2382vw,-10px) scale(.9185);-webkit-animation:falled-11 31s -17s linear infinite;animation:falled-11 31s -17s linear infinite}@-webkit-keyframes falled-11{80.001%{-webkit-transform:translate(-.761799999999999vw,80.001vh) scale(.9185);transform:translate(-.761799999999999vw,80.001vh) scale(.9185)}to{-webkit-transform:translate(4.238200000000001vw,100vh) scale(.9185);transform:translate(4.238200000000001vw,100vh) scale(.9185)}}@keyframes falled-11{80.001%{-webkit-transform:translate(-.761799999999999vw,80.001vh) scale(.9185);transform:translate(-.761799999999999vw,80.001vh) scale(.9185)}to{-webkit-transform:translate(4.238200000000001vw,100vh) scale(.9185);transform:translate(4.238200000000001vw,100vh) scale(.9185)}}.adv24-snows .adv24-snows__item:nth-child(12){opacity:.3655;-webkit-transform:translate(54.827600000000004vw,-10px) scale(.9223);transform:translate(54.827600000000004vw,-10px) scale(.9223);-webkit-animation:falled-12 10s -14s linear infinite;animation:falled-12 10s -14s linear infinite}@-webkit-keyframes falled-12{30%{-webkit-transform:translate(44.827600000000004vw,30vh) scale(.9223);transform:translate(44.827600000000004vw,30vh) scale(.9223)}to{-webkit-transform:translate(49.827600000000004vw,100vh) scale(.9223);transform:translate(49.827600000000004vw,100vh) scale(.9223)}}@keyframes falled-12{30%{-webkit-transform:translate(44.827600000000004vw,30vh) scale(.9223);transform:translate(44.827600000000004vw,30vh) scale(.9223)}to{-webkit-transform:translate(49.827600000000004vw,100vh) scale(.9223);transform:translate(49.827600000000004vw,100vh) scale(.9223)}}.adv24-snows .adv24-snows__item:nth-child(13){opacity:.4335;-webkit-transform:translate(47.0112vw,-10px) scale(.0647);transform:translate(47.0112vw,-10px) scale(.0647);-webkit-animation:falled-13 31s -19s linear infinite;animation:falled-13 31s -19s linear infinite}@-webkit-keyframes falled-13{30%{-webkit-transform:translate(57.011300000000006vw,30vh) scale(.0647);transform:translate(57.011300000000006vw,30vh) scale(.0647)}to{-webkit-transform:translate(52.011250000000004vw,100vh) scale(.0647);transform:translate(52.011250000000004vw,100vh) scale(.0647)}}@keyframes falled-13{30%{-webkit-transform:translate(57.011300000000006vw,30vh) scale(.0647);transform:translate(57.011300000000006vw,30vh) scale(.0647)}to{-webkit-transform:translate(52.011250000000004vw,100vh) scale(.0647);transform:translate(52.011250000000004vw,100vh) scale(.0647)}}.adv24-snows .adv24-snows__item:nth-child(14){opacity:.6033;-webkit-transform:translate(90.6376vw,-10px) scale(.7834);transform:translate(90.6376vw,-10px) scale(.7834);-webkit-animation:falled-14 10s -27s linear infinite;animation:falled-14 10s -27s linear infinite}@-webkit-keyframes falled-14{30%{-webkit-transform:translate(100.63770000000001vw,30vh) scale(.7834);transform:translate(100.63770000000001vw,30vh) scale(.7834)}to{-webkit-transform:translate(95.63765000000001vw,100vh) scale(.7834);transform:translate(95.63765000000001vw,100vh) scale(.7834)}}@keyframes falled-14{30%{-webkit-transform:translate(100.63770000000001vw,30vh) scale(.7834);transform:translate(100.63770000000001vw,30vh) scale(.7834)}to{-webkit-transform:translate(95.63765000000001vw,100vh) scale(.7834);transform:translate(95.63765000000001vw,100vh) scale(.7834)}}.adv24-snows .adv24-snows__item:nth-child(15){opacity:.0035;-webkit-transform:translate(34.845vw,-10px) scale(.5455);transform:translate(34.845vw,-10px) scale(.5455);-webkit-animation:falled-15 31s -15s linear infinite;animation:falled-15 31s -15s linear infinite}@-webkit-keyframes falled-15{80.001%{-webkit-transform:translate(24.845vw,80.001vh) scale(.5455);transform:translate(24.845vw,80.001vh) scale(.5455)}to{-webkit-transform:translate(29.845vw,100vh) scale(.5455);transform:translate(29.845vw,100vh) scale(.5455)}}@keyframes falled-15{80.001%{-webkit-transform:translate(24.845vw,80.001vh) scale(.5455);transform:translate(24.845vw,80.001vh) scale(.5455)}to{-webkit-transform:translate(29.845vw,100vh) scale(.5455);transform:translate(29.845vw,100vh) scale(.5455)}}.adv24-snows .adv24-snows__item:nth-child(16){opacity:.1634;-webkit-transform:translate(24.1801vw,-10px) scale(.0346);transform:translate(24.1801vw,-10px) scale(.0346);-webkit-animation:falled-16 31s -23s linear infinite;animation:falled-16 31s -23s linear infinite}@-webkit-keyframes falled-16{80.001%{-webkit-transform:translate(34.1802vw,80.001vh) scale(.0346);transform:translate(34.1802vw,80.001vh) scale(.0346)}to{-webkit-transform:translate(29.180149999999998vw,100vh) scale(.0346);transform:translate(29.180149999999998vw,100vh) scale(.0346)}}@keyframes falled-16{80.001%{-webkit-transform:translate(34.1802vw,80.001vh) scale(.0346);transform:translate(34.1802vw,80.001vh) scale(.0346)}to{-webkit-transform:translate(29.180149999999998vw,100vh) scale(.0346);transform:translate(29.180149999999998vw,100vh) scale(.0346)}}.adv24-snows .adv24-snows__item:nth-child(17){opacity:.8129;-webkit-transform:translate(34.082vw,-10px) scale(.6776);transform:translate(34.082vw,-10px) scale(.6776);-webkit-animation:falled-17 10s -25s linear infinite;animation:falled-17 10s -25s linear infinite}@-webkit-keyframes falled-17{30%{-webkit-transform:translate(44.0821vw,30vh) scale(.6776);transform:translate(44.0821vw,30vh) scale(.6776)}to{-webkit-transform:translate(39.08205vw,100vh) scale(.6776);transform:translate(39.08205vw,100vh) scale(.6776)}}@keyframes falled-17{30%{-webkit-transform:translate(44.0821vw,30vh) scale(.6776);transform:translate(44.0821vw,30vh) scale(.6776)}to{-webkit-transform:translate(39.08205vw,100vh) scale(.6776);transform:translate(39.08205vw,100vh) scale(.6776)}}.adv24-snows .adv24-snows__item:nth-child(18){opacity:.8789;-webkit-transform:translate(99.6359vw,-10px) scale(.6808);transform:translate(99.6359vw,-10px) scale(.6808);-webkit-animation:falled-18 10s -20s linear infinite;animation:falled-18 10s -20s linear infinite}@-webkit-keyframes falled-18{80.001%{-webkit-transform:translate(89.6359vw,80.001vh) scale(.6808);transform:translate(89.6359vw,80.001vh) scale(.6808)}to{-webkit-transform:translate(94.6359vw,100vh) scale(.6808);transform:translate(94.6359vw,100vh) scale(.6808)}}@keyframes falled-18{80.001%{-webkit-transform:translate(89.6359vw,80.001vh) scale(.6808);transform:translate(89.6359vw,80.001vh) scale(.6808)}to{-webkit-transform:translate(94.6359vw,100vh) scale(.6808);transform:translate(94.6359vw,100vh) scale(.6808)}}.adv24-snows .adv24-snows__item:nth-child(19){opacity:.0487;-webkit-transform:translate(56.547900000000006vw,-10px) scale(.8785);transform:translate(56.547900000000006vw,-10px) scale(.8785);-webkit-animation:falled-19 10s -21s linear infinite;animation:falled-19 10s -21s linear infinite}@-webkit-keyframes falled-19{80.001%{-webkit-transform:translate(46.547900000000006vw,80.001vh) scale(.8785);transform:translate(46.547900000000006vw,80.001vh) scale(.8785)}to{-webkit-transform:translate(51.547900000000006vw,100vh) scale(.8785);transform:translate(51.547900000000006vw,100vh) scale(.8785)}}@keyframes falled-19{80.001%{-webkit-transform:translate(46.547900000000006vw,80.001vh) scale(.8785);transform:translate(46.547900000000006vw,80.001vh) scale(.8785)}to{-webkit-transform:translate(51.547900000000006vw,100vh) scale(.8785);transform:translate(51.547900000000006vw,100vh) scale(.8785)}}.adv24-snows .adv24-snows__item:nth-child(20){opacity:.1396;-webkit-transform:translate(85.95530000000001vw,-10px) scale(.0509);transform:translate(85.95530000000001vw,-10px) scale(.0509);-webkit-animation:falled-20 31s -23s linear infinite;animation:falled-20 31s -23s linear infinite}@-webkit-keyframes falled-20{30%{-webkit-transform:translate(95.95540000000001vw,30vh) scale(.0509);transform:translate(95.95540000000001vw,30vh) scale(.0509)}to{-webkit-transform:translate(90.95535000000001vw,100vh) scale(.0509);transform:translate(90.95535000000001vw,100vh) scale(.0509)}}@keyframes falled-20{30%{-webkit-transform:translate(95.95540000000001vw,30vh) scale(.0509);transform:translate(95.95540000000001vw,30vh) scale(.0509)}to{-webkit-transform:translate(90.95535000000001vw,100vh) scale(.0509);transform:translate(90.95535000000001vw,100vh) scale(.0509)}}.adv24-snows .adv24-snows__item:nth-child(21){opacity:.5578;-webkit-transform:translate(16.4207vw,-10px) scale(.3736);transform:translate(16.4207vw,-10px) scale(.3736);-webkit-animation:falled-21 31s -27s linear infinite;animation:falled-21 31s -27s linear infinite}@-webkit-keyframes falled-21{80.001%{-webkit-transform:translate(6.4207vw,80.001vh) scale(.3736);transform:translate(6.4207vw,80.001vh) scale(.3736)}to{-webkit-transform:translate(11.4207vw,100vh) scale(.3736);transform:translate(11.4207vw,100vh) scale(.3736)}}@keyframes falled-21{80.001%{-webkit-transform:translate(6.4207vw,80.001vh) scale(.3736);transform:translate(6.4207vw,80.001vh) scale(.3736)}to{-webkit-transform:translate(11.4207vw,100vh) scale(.3736);transform:translate(11.4207vw,100vh) scale(.3736)}}.adv24-snows .adv24-snows__item:nth-child(22){opacity:.4365;-webkit-transform:translate(29.1487vw,-10px) scale(.8755);transform:translate(29.1487vw,-10px) scale(.8755);-webkit-animation:falled-22 10s -24s linear infinite;animation:falled-22 10s -24s linear infinite}@-webkit-keyframes falled-22{30%{-webkit-transform:translate(39.1488vw,30vh) scale(.8755);transform:translate(39.1488vw,30vh) scale(.8755)}to{-webkit-transform:translate(34.14875vw,100vh) scale(.8755);transform:translate(34.14875vw,100vh) scale(.8755)}}@keyframes falled-22{30%{-webkit-transform:translate(39.1488vw,30vh) scale(.8755);transform:translate(39.1488vw,30vh) scale(.8755)}to{-webkit-transform:translate(34.14875vw,100vh) scale(.8755);transform:translate(34.14875vw,100vh) scale(.8755)}}.adv24-snows .adv24-snows__item:nth-child(23){opacity:.1058;-webkit-transform:translate(94.7573vw,-10px) scale(.7503);transform:translate(94.7573vw,-10px) scale(.7503);-webkit-animation:falled-23 31s -24s linear infinite;animation:falled-23 31s -24s linear infinite}@-webkit-keyframes falled-23{80.001%{-webkit-transform:translate(84.7573vw,80.001vh) scale(.7503);transform:translate(84.7573vw,80.001vh) scale(.7503)}to{-webkit-transform:translate(89.7573vw,100vh) scale(.7503);transform:translate(89.7573vw,100vh) scale(.7503)}}@keyframes falled-23{80.001%{-webkit-transform:translate(84.7573vw,80.001vh) scale(.7503);transform:translate(84.7573vw,80.001vh) scale(.7503)}to{-webkit-transform:translate(89.7573vw,100vh) scale(.7503);transform:translate(89.7573vw,100vh) scale(.7503)}}.adv24-snows .adv24-snows__item:nth-child(24){opacity:.4017;-webkit-transform:translate(2.1246vw,-10px) scale(.6758);transform:translate(2.1246vw,-10px) scale(.6758);-webkit-animation:falled-24 10s -28s linear infinite;animation:falled-24 10s -28s linear infinite}@-webkit-keyframes falled-24{30%{-webkit-transform:translate(-7.8754vw,30vh) scale(.6758);transform:translate(-7.8754vw,30vh) scale(.6758)}to{-webkit-transform:translate(-2.8754vw,100vh) scale(.6758);transform:translate(-2.8754vw,100vh) scale(.6758)}}@keyframes falled-24{30%{-webkit-transform:translate(-7.8754vw,30vh) scale(.6758);transform:translate(-7.8754vw,30vh) scale(.6758)}to{-webkit-transform:translate(-2.8754vw,100vh) scale(.6758);transform:translate(-2.8754vw,100vh) scale(.6758)}}.adv24-snows .adv24-snows__item:nth-child(25){opacity:.1795;-webkit-transform:translate(38.1676vw,-10px) scale(.0161);transform:translate(38.1676vw,-10px) scale(.0161);-webkit-animation:falled-25 10s -28s linear infinite;animation:falled-25 10s -28s linear infinite}@-webkit-keyframes falled-25{30%{-webkit-transform:translate(48.167699999999996vw,30vh) scale(.0161);transform:translate(48.167699999999996vw,30vh) scale(.0161)}to{-webkit-transform:translate(43.16765vw,100vh) scale(.0161);transform:translate(43.16765vw,100vh) scale(.0161)}}@keyframes falled-25{30%{-webkit-transform:translate(48.167699999999996vw,30vh) scale(.0161);transform:translate(48.167699999999996vw,30vh) scale(.0161)}to{-webkit-transform:translate(43.16765vw,100vh) scale(.0161);transform:translate(43.16765vw,100vh) scale(.0161)}}.adv24-snows .adv24-snows__item:nth-child(26){opacity:.0665;-webkit-transform:translate(49.0527vw,-10px) scale(.0234);transform:translate(49.0527vw,-10px) scale(.0234);-webkit-animation:falled-26 31s -29s linear infinite;animation:falled-26 31s -29s linear infinite}@-webkit-keyframes falled-26{30%{-webkit-transform:translate(59.052800000000005vw,30vh) scale(.0234);transform:translate(59.052800000000005vw,30vh) scale(.0234)}to{-webkit-transform:translate(54.05275vw,100vh) scale(.0234);transform:translate(54.05275vw,100vh) scale(.0234)}}@keyframes falled-26{30%{-webkit-transform:translate(59.052800000000005vw,30vh) scale(.0234);transform:translate(59.052800000000005vw,30vh) scale(.0234)}to{-webkit-transform:translate(54.05275vw,100vh) scale(.0234);transform:translate(54.05275vw,100vh) scale(.0234)}}.adv24-snows .adv24-snows__item:nth-child(27){opacity:.2034;-webkit-transform:translate(30.1248vw,-10px) scale(.7372);transform:translate(30.1248vw,-10px) scale(.7372);-webkit-animation:falled-27 10s -28s linear infinite;animation:falled-27 10s -28s linear infinite}@-webkit-keyframes falled-27{30%{-webkit-transform:translate(40.1249vw,30vh) scale(.7372);transform:translate(40.1249vw,30vh) scale(.7372)}to{-webkit-transform:translate(35.12485vw,100vh) scale(.7372);transform:translate(35.12485vw,100vh) scale(.7372)}}@keyframes falled-27{30%{-webkit-transform:translate(40.1249vw,30vh) scale(.7372);transform:translate(40.1249vw,30vh) scale(.7372)}to{-webkit-transform:translate(35.12485vw,100vh) scale(.7372);transform:translate(35.12485vw,100vh) scale(.7372)}}.adv24-snows .adv24-snows__item:nth-child(28){opacity:.4919;-webkit-transform:translate(24.8518vw,-10px) scale(.9659);transform:translate(24.8518vw,-10px) scale(.9659);-webkit-animation:falled-28 31s -28s linear infinite;animation:falled-28 31s -28s linear infinite}@-webkit-keyframes falled-28{30%{-webkit-transform:translate(34.8519vw,30vh) scale(.9659);transform:translate(34.8519vw,30vh) scale(.9659)}to{-webkit-transform:translate(29.85185vw,100vh) scale(.9659);transform:translate(29.85185vw,100vh) scale(.9659)}}@keyframes falled-28{30%{-webkit-transform:translate(34.8519vw,30vh) scale(.9659);transform:translate(34.8519vw,30vh) scale(.9659)}to{-webkit-transform:translate(29.85185vw,100vh) scale(.9659);transform:translate(29.85185vw,100vh) scale(.9659)}}.adv24-snows .adv24-snows__item:nth-child(29){opacity:.4221;-webkit-transform:translate(49.728100000000005vw,-10px) scale(.1197);transform:translate(49.728100000000005vw,-10px) scale(.1197);-webkit-animation:falled-29 31s -29s linear infinite;animation:falled-29 31s -29s linear infinite}@-webkit-keyframes falled-29{30%{-webkit-transform:translate(39.728100000000005vw,30vh) scale(.1197);transform:translate(39.728100000000005vw,30vh) scale(.1197)}to{-webkit-transform:translate(44.728100000000005vw,100vh) scale(.1197);transform:translate(44.728100000000005vw,100vh) scale(.1197)}}@keyframes falled-29{30%{-webkit-transform:translate(39.728100000000005vw,30vh) scale(.1197);transform:translate(39.728100000000005vw,30vh) scale(.1197)}to{-webkit-transform:translate(44.728100000000005vw,100vh) scale(.1197);transform:translate(44.728100000000005vw,100vh) scale(.1197)}}.adv24-snows .adv24-snows__item:nth-child(30){opacity:.1244;-webkit-transform:translate(68.5343vw,-10px) scale(.6242);transform:translate(68.5343vw,-10px) scale(.6242);-webkit-animation:falled-30 10s -30s linear infinite;animation:falled-30 10s -30s linear infinite}@-webkit-keyframes falled-30{80.001%{-webkit-transform:translate(58.5343vw,80.001vh) scale(.6242);transform:translate(58.5343vw,80.001vh) scale(.6242)}to{-webkit-transform:translate(63.5343vw,100vh) scale(.6242);transform:translate(63.5343vw,100vh) scale(.6242)}}@keyframes falled-30{80.001%{-webkit-transform:translate(58.5343vw,80.001vh) scale(.6242);transform:translate(58.5343vw,80.001vh) scale(.6242)}to{-webkit-transform:translate(63.5343vw,100vh) scale(.6242);transform:translate(63.5343vw,100vh) scale(.6242)}}.adv24-snows .adv24-snows__item:nth-child(31){opacity:.1769;-webkit-transform:translate(48.4121vw,-10px) scale(.0117);transform:translate(48.4121vw,-10px) scale(.0117);-webkit-animation:falled-31 31s -31s linear infinite;animation:falled-31 31s -31s linear infinite}@-webkit-keyframes falled-31{30%{-webkit-transform:translate(58.4122vw,30vh) scale(.0117);transform:translate(58.4122vw,30vh) scale(.0117)}to{-webkit-transform:translate(53.412150000000004vw,100vh) scale(.0117);transform:translate(53.412150000000004vw,100vh) scale(.0117)}}@keyframes falled-31{30%{-webkit-transform:translate(58.4122vw,30vh) scale(.0117);transform:translate(58.4122vw,30vh) scale(.0117)}to{-webkit-transform:translate(53.412150000000004vw,100vh) scale(.0117);transform:translate(53.412150000000004vw,100vh) scale(.0117)}}.adv24-snows .adv24-snows__item:nth-child(32){opacity:.6398;-webkit-transform:translate(4.435700000000001vw,-10px) scale(.0881);transform:translate(4.435700000000001vw,-10px) scale(.0881);-webkit-animation:falled-32 10s -31s linear infinite;animation:falled-32 10s -31s linear infinite}@-webkit-keyframes falled-32{30%{-webkit-transform:translate(14.4358vw,30vh) scale(.0881);transform:translate(14.4358vw,30vh) scale(.0881)}to{-webkit-transform:translate(9.43575vw,100vh) scale(.0881);transform:translate(9.43575vw,100vh) scale(.0881)}}@keyframes falled-32{30%{-webkit-transform:translate(14.4358vw,30vh) scale(.0881);transform:translate(14.4358vw,30vh) scale(.0881)}to{-webkit-transform:translate(9.43575vw,100vh) scale(.0881);transform:translate(9.43575vw,100vh) scale(.0881)}}.adv24-snows .adv24-snows__item:nth-child(33){opacity:.2267;-webkit-transform:translate(23.8301vw,-10px) scale(.01);transform:translate(23.8301vw,-10px) scale(.01);-webkit-animation:falled-33 10s -32s linear infinite;animation:falled-33 10s -32s linear infinite}@-webkit-keyframes falled-33{30%{-webkit-transform:translate(33.830200000000005vw,30vh) scale(.01);transform:translate(33.830200000000005vw,30vh) scale(.01)}to{-webkit-transform:translate(28.830150000000003vw,100vh) scale(.01);transform:translate(28.830150000000003vw,100vh) scale(.01)}}@keyframes falled-33{30%{-webkit-transform:translate(33.830200000000005vw,30vh) scale(.01);transform:translate(33.830200000000005vw,30vh) scale(.01)}to{-webkit-transform:translate(28.830150000000003vw,100vh) scale(.01);transform:translate(28.830150000000003vw,100vh) scale(.01)}}.adv24-snows .adv24-snows__item:nth-child(34){opacity:.7526;-webkit-transform:translate(66.8914vw,-10px) scale(.0156);transform:translate(66.8914vw,-10px) scale(.0156);-webkit-animation:falled-34 31s -33s linear infinite;animation:falled-34 31s -33s linear infinite}@-webkit-keyframes falled-34{80.001%{-webkit-transform:translate(76.89150000000001vw,80.001vh) scale(.0156);transform:translate(76.89150000000001vw,80.001vh) scale(.0156)}to{-webkit-transform:translate(71.89145vw,100vh) scale(.0156);transform:translate(71.89145vw,100vh) scale(.0156)}}@keyframes falled-34{80.001%{-webkit-transform:translate(76.89150000000001vw,80.001vh) scale(.0156);transform:translate(76.89150000000001vw,80.001vh) scale(.0156)}to{-webkit-transform:translate(71.89145vw,100vh) scale(.0156);transform:translate(71.89145vw,100vh) scale(.0156)}}.adv24-snows .adv24-snows__item:nth-child(35){opacity:.2632;-webkit-transform:translate(61.322300000000006vw,-10px) scale(.0713);transform:translate(61.322300000000006vw,-10px) scale(.0713);-webkit-animation:falled-35 10s -32s linear infinite;animation:falled-35 10s -32s linear infinite}@-webkit-keyframes falled-35{30%{-webkit-transform:translate(51.322300000000006vw,30vh) scale(.0713);transform:translate(51.322300000000006vw,30vh) scale(.0713)}to{-webkit-transform:translate(56.322300000000006vw,100vh) scale(.0713);transform:translate(56.322300000000006vw,100vh) scale(.0713)}}@keyframes falled-35{30%{-webkit-transform:translate(51.322300000000006vw,30vh) scale(.0713);transform:translate(51.322300000000006vw,30vh) scale(.0713)}to{-webkit-transform:translate(56.322300000000006vw,100vh) scale(.0713);transform:translate(56.322300000000006vw,100vh) scale(.0713)}}.adv24-snows .adv24-snows__item:nth-child(36){opacity:.7584;-webkit-transform:translate(50.638200000000005vw,-10px) scale(.6114);transform:translate(50.638200000000005vw,-10px) scale(.6114);-webkit-animation:falled-36 31s -33s linear infinite;animation:falled-36 31s -33s linear infinite}@-webkit-keyframes falled-36{30%{-webkit-transform:translate(60.6383vw,30vh) scale(.6114);transform:translate(60.6383vw,30vh) scale(.6114)}to{-webkit-transform:translate(55.638250000000006vw,100vh) scale(.6114);transform:translate(55.638250000000006vw,100vh) scale(.6114)}}@keyframes falled-36{30%{-webkit-transform:translate(60.6383vw,30vh) scale(.6114);transform:translate(60.6383vw,30vh) scale(.6114)}to{-webkit-transform:translate(55.638250000000006vw,100vh) scale(.6114);transform:translate(55.638250000000006vw,100vh) scale(.6114)}}.adv24-snows .adv24-snows__item:nth-child(37){opacity:.5946;-webkit-transform:translate(26.564700000000002vw,-10px) scale(.9245);transform:translate(26.564700000000002vw,-10px) scale(.9245);-webkit-animation:falled-37 10s -31s linear infinite;animation:falled-37 10s -31s linear infinite}@-webkit-keyframes falled-37{30%{-webkit-transform:translate(16.564700000000002vw,30vh) scale(.9245);transform:translate(16.564700000000002vw,30vh) scale(.9245)}to{-webkit-transform:translate(21.564700000000002vw,100vh) scale(.9245);transform:translate(21.564700000000002vw,100vh) scale(.9245)}}@keyframes falled-37{30%{-webkit-transform:translate(16.564700000000002vw,30vh) scale(.9245);transform:translate(16.564700000000002vw,30vh) scale(.9245)}to{-webkit-transform:translate(21.564700000000002vw,100vh) scale(.9245);transform:translate(21.564700000000002vw,100vh) scale(.9245)}}.adv24-snows .adv24-snows__item:nth-child(38){opacity:.1557;-webkit-transform:translate(81.8801vw,-10px) scale(.6039);transform:translate(81.8801vw,-10px) scale(.6039);-webkit-animation:falled-38 31s -33s linear infinite;animation:falled-38 31s -33s linear infinite}@-webkit-keyframes falled-38{80.001%{-webkit-transform:translate(91.8802vw,80.001vh) scale(.6039);transform:translate(91.8802vw,80.001vh) scale(.6039)}to{-webkit-transform:translate(86.88015vw,100vh) scale(.6039);transform:translate(86.88015vw,100vh) scale(.6039)}}@keyframes falled-38{80.001%{-webkit-transform:translate(91.8802vw,80.001vh) scale(.6039);transform:translate(91.8802vw,80.001vh) scale(.6039)}to{-webkit-transform:translate(86.88015vw,100vh) scale(.6039);transform:translate(86.88015vw,100vh) scale(.6039)}}.adv24-snows .adv24-snows__item:nth-child(39){opacity:.9839;-webkit-transform:translate(34.1096vw,-10px) scale(.1902);transform:translate(34.1096vw,-10px) scale(.1902);-webkit-animation:falled-39 10s -33s linear infinite;animation:falled-39 10s -33s linear infinite}@-webkit-keyframes falled-39{80.001%{-webkit-transform:translate(24.1096vw,80.001vh) scale(.1902);transform:translate(24.1096vw,80.001vh) scale(.1902)}to{-webkit-transform:translate(29.1096vw,100vh) scale(.1902);transform:translate(29.1096vw,100vh) scale(.1902)}}@keyframes falled-39{80.001%{-webkit-transform:translate(24.1096vw,80.001vh) scale(.1902);transform:translate(24.1096vw,80.001vh) scale(.1902)}to{-webkit-transform:translate(29.1096vw,100vh) scale(.1902);transform:translate(29.1096vw,100vh) scale(.1902)}}.adv24-snows .adv24-snows__item:nth-child(40){opacity:.401;-webkit-transform:translate(49.5394vw,-10px) scale(.5411);transform:translate(49.5394vw,-10px) scale(.5411);-webkit-animation:falled-40 31s -31s linear infinite;animation:falled-40 31s -31s linear infinite}@-webkit-keyframes falled-40{30%{-webkit-transform:translate(39.5394vw,30vh) scale(.5411);transform:translate(39.5394vw,30vh) scale(.5411)}to{-webkit-transform:translate(44.5394vw,100vh) scale(.5411);transform:translate(44.5394vw,100vh) scale(.5411)}}@keyframes falled-40{30%{-webkit-transform:translate(39.5394vw,30vh) scale(.5411);transform:translate(39.5394vw,30vh) scale(.5411)}to{-webkit-transform:translate(44.5394vw,100vh) scale(.5411);transform:translate(44.5394vw,100vh) scale(.5411)}}.adv24-snows .adv24-snows__item:nth-child(41){opacity:.8549;-webkit-transform:translate(48.180800000000005vw,-10px) scale(.0146);transform:translate(48.180800000000005vw,-10px) scale(.0146);-webkit-animation:falled-41 10s -36s linear infinite;animation:falled-41 10s -36s linear infinite}@-webkit-keyframes falled-41{80.001%{-webkit-transform:translate(38.180800000000005vw,80.001vh) scale(.0146);transform:translate(38.180800000000005vw,80.001vh) scale(.0146)}to{-webkit-transform:translate(43.180800000000005vw,100vh) scale(.0146);transform:translate(43.180800000000005vw,100vh) scale(.0146)}}@keyframes falled-41{80.001%{-webkit-transform:translate(38.180800000000005vw,80.001vh) scale(.0146);transform:translate(38.180800000000005vw,80.001vh) scale(.0146)}to{-webkit-transform:translate(43.180800000000005vw,100vh) scale(.0146);transform:translate(43.180800000000005vw,100vh) scale(.0146)}}.adv24-snows .adv24-snows__item:nth-child(42){opacity:.2457;-webkit-transform:translate(92.91210000000001vw,-10px) scale(.2023);transform:translate(92.91210000000001vw,-10px) scale(.2023);-webkit-animation:falled-42 10s -39s linear infinite;animation:falled-42 10s -39s linear infinite}@-webkit-keyframes falled-42{30%{-webkit-transform:translate(82.91210000000001vw,30vh) scale(.2023);transform:translate(82.91210000000001vw,30vh) scale(.2023)}to{-webkit-transform:translate(87.91210000000001vw,100vh) scale(.2023);transform:translate(87.91210000000001vw,100vh) scale(.2023)}}@keyframes falled-42{30%{-webkit-transform:translate(82.91210000000001vw,30vh) scale(.2023);transform:translate(82.91210000000001vw,30vh) scale(.2023)}to{-webkit-transform:translate(87.91210000000001vw,100vh) scale(.2023);transform:translate(87.91210000000001vw,100vh) scale(.2023)}}.adv24-snows .adv24-snows__item:nth-child(43){opacity:.3646;-webkit-transform:translate(65.0254vw,-10px) scale(.4177);transform:translate(65.0254vw,-10px) scale(.4177);-webkit-animation:falled-43 10s -40s linear infinite;animation:falled-43 10s -40s linear infinite}@-webkit-keyframes falled-43{30%{-webkit-transform:translate(55.025400000000005vw,30vh) scale(.4177);transform:translate(55.025400000000005vw,30vh) scale(.4177)}to{-webkit-transform:translate(60.025400000000005vw,100vh) scale(.4177);transform:translate(60.025400000000005vw,100vh) scale(.4177)}}@keyframes falled-43{30%{-webkit-transform:translate(55.025400000000005vw,30vh) scale(.4177);transform:translate(55.025400000000005vw,30vh) scale(.4177)}to{-webkit-transform:translate(60.025400000000005vw,100vh) scale(.4177);transform:translate(60.025400000000005vw,100vh) scale(.4177)}}.adv24-snows .adv24-snows__item:nth-child(44){opacity:.7943;-webkit-transform:translate(48.3577vw,-10px) scale(.7377);transform:translate(48.3577vw,-10px) scale(.7377);-webkit-animation:falled-44 10s -41s linear infinite;animation:falled-44 10s -41s linear infinite}@-webkit-keyframes falled-44{30%{-webkit-transform:translate(58.3578vw,30vh) scale(.7377);transform:translate(58.3578vw,30vh) scale(.7377)}to{-webkit-transform:translate(53.35775vw,100vh) scale(.7377);transform:translate(53.35775vw,100vh) scale(.7377)}}@keyframes falled-44{30%{-webkit-transform:translate(58.3578vw,30vh) scale(.7377);transform:translate(58.3578vw,30vh) scale(.7377)}to{-webkit-transform:translate(53.35775vw,100vh) scale(.7377);transform:translate(53.35775vw,100vh) scale(.7377)}}.adv24-snows .adv24-snows__item:nth-child(45){opacity:.6684;-webkit-transform:translate(23.6552vw,-10px) scale(.5454);transform:translate(23.6552vw,-10px) scale(.5454);-webkit-animation:falled-45 10s -40s linear infinite;animation:falled-45 10s -40s linear infinite}@-webkit-keyframes falled-45{80.001%{-webkit-transform:translate(33.6553vw,80.001vh) scale(.5454);transform:translate(33.6553vw,80.001vh) scale(.5454)}to{-webkit-transform:translate(28.655250000000002vw,100vh) scale(.5454);transform:translate(28.655250000000002vw,100vh) scale(.5454)}}@keyframes falled-45{80.001%{-webkit-transform:translate(33.6553vw,80.001vh) scale(.5454);transform:translate(33.6553vw,80.001vh) scale(.5454)}to{-webkit-transform:translate(28.655250000000002vw,100vh) scale(.5454);transform:translate(28.655250000000002vw,100vh) scale(.5454)}}.adv24-snows .adv24-snows__item:nth-child(46){opacity:.0941;-webkit-transform:translate(30.5883vw,-10px) scale(.4634);transform:translate(30.5883vw,-10px) scale(.4634);-webkit-animation:falled-46 31s -44s linear infinite;animation:falled-46 31s -44s linear infinite}@-webkit-keyframes falled-46{80.001%{-webkit-transform:translate(40.5884vw,80.001vh) scale(.4634);transform:translate(40.5884vw,80.001vh) scale(.4634)}to{-webkit-transform:translate(35.58835vw,100vh) scale(.4634);transform:translate(35.58835vw,100vh) scale(.4634)}}@keyframes falled-46{80.001%{-webkit-transform:translate(40.5884vw,80.001vh) scale(.4634);transform:translate(40.5884vw,80.001vh) scale(.4634)}to{-webkit-transform:translate(35.58835vw,100vh) scale(.4634);transform:translate(35.58835vw,100vh) scale(.4634)}}.adv24-snows .adv24-snows__item:nth-child(47){opacity:.1826;-webkit-transform:translate(12.569700000000001vw,-10px) scale(.8561);transform:translate(12.569700000000001vw,-10px) scale(.8561);-webkit-animation:falled-47 10s -31s linear infinite;animation:falled-47 10s -31s linear infinite}@-webkit-keyframes falled-47{80.001%{-webkit-transform:translate(22.5698vw,80.001vh) scale(.8561);transform:translate(22.5698vw,80.001vh) scale(.8561)}to{-webkit-transform:translate(17.56975vw,100vh) scale(.8561);transform:translate(17.56975vw,100vh) scale(.8561)}}@keyframes falled-47{80.001%{-webkit-transform:translate(22.5698vw,80.001vh) scale(.8561);transform:translate(22.5698vw,80.001vh) scale(.8561)}to{-webkit-transform:translate(17.56975vw,100vh) scale(.8561);transform:translate(17.56975vw,100vh) scale(.8561)}}.adv24-snows .adv24-snows__item:nth-child(48){opacity:.7845;-webkit-transform:translate(53.821200000000005vw,-10px) scale(.0726);transform:translate(53.821200000000005vw,-10px) scale(.0726);-webkit-animation:falled-48 31s -46s linear infinite;animation:falled-48 31s -46s linear infinite}@-webkit-keyframes falled-48{80.001%{-webkit-transform:translate(43.821200000000005vw,80.001vh) scale(.0726);transform:translate(43.821200000000005vw,80.001vh) scale(.0726)}to{-webkit-transform:translate(48.821200000000005vw,100vh) scale(.0726);transform:translate(48.821200000000005vw,100vh) scale(.0726)}}@keyframes falled-48{80.001%{-webkit-transform:translate(43.821200000000005vw,80.001vh) scale(.0726);transform:translate(43.821200000000005vw,80.001vh) scale(.0726)}to{-webkit-transform:translate(48.821200000000005vw,100vh) scale(.0726);transform:translate(48.821200000000005vw,100vh) scale(.0726)}}.adv24-snows .adv24-snows__item:nth-child(49){opacity:.4395;-webkit-transform:translate(89.3645vw,-10px) scale(.5845);transform:translate(89.3645vw,-10px) scale(.5845);-webkit-animation:falled-49 31s -34s linear infinite;animation:falled-49 31s -34s linear infinite}@-webkit-keyframes falled-49{80.001%{-webkit-transform:translate(79.3645vw,80.001vh) scale(.5845);transform:translate(79.3645vw,80.001vh) scale(.5845)}to{-webkit-transform:translate(84.3645vw,100vh) scale(.5845);transform:translate(84.3645vw,100vh) scale(.5845)}}@keyframes falled-49{80.001%{-webkit-transform:translate(79.3645vw,80.001vh) scale(.5845);transform:translate(79.3645vw,80.001vh) scale(.5845)}to{-webkit-transform:translate(84.3645vw,100vh) scale(.5845);transform:translate(84.3645vw,100vh) scale(.5845)}}.adv24-snows .adv24-snows__item:nth-child(50){opacity:.6458;-webkit-transform:translate(17.8335vw,-10px) scale(.3419);transform:translate(17.8335vw,-10px) scale(.3419);-webkit-animation:falled-50 31s -44s linear infinite;animation:falled-50 31s -44s linear infinite}@-webkit-keyframes falled-50{30%{-webkit-transform:translate(27.8336vw,30vh) scale(.3419);transform:translate(27.8336vw,30vh) scale(.3419)}to{-webkit-transform:translate(22.833550000000002vw,100vh) scale(.3419);transform:translate(22.833550000000002vw,100vh) scale(.3419)}}@keyframes falled-50{30%{-webkit-transform:translate(27.8336vw,30vh) scale(.3419);transform:translate(27.8336vw,30vh) scale(.3419)}to{-webkit-transform:translate(22.833550000000002vw,100vh) scale(.3419);transform:translate(22.833550000000002vw,100vh) scale(.3419)}}.adv24-snows .adv24-snows__item:nth-child(51){opacity:.1261;-webkit-transform:translate(81.41380000000001vw,-10px) scale(.9414);transform:translate(81.41380000000001vw,-10px) scale(.9414);-webkit-animation:falled-51 31s -31s linear infinite;animation:falled-51 31s -31s linear infinite}@-webkit-keyframes falled-51{30%{-webkit-transform:translate(91.41390000000001vw,30vh) scale(.9414);transform:translate(91.41390000000001vw,30vh) scale(.9414)}to{-webkit-transform:translate(86.41385000000001vw,100vh) scale(.9414);transform:translate(86.41385000000001vw,100vh) scale(.9414)}}@keyframes falled-51{30%{-webkit-transform:translate(91.41390000000001vw,30vh) scale(.9414);transform:translate(91.41390000000001vw,30vh) scale(.9414)}to{-webkit-transform:translate(86.41385000000001vw,100vh) scale(.9414);transform:translate(86.41385000000001vw,100vh) scale(.9414)}}.adv24-snows .adv24-snows__item:nth-child(52){opacity:.8312;-webkit-transform:translate(33.7536vw,-10px) scale(.2579);transform:translate(33.7536vw,-10px) scale(.2579);-webkit-animation:falled-52 31s -36s linear infinite;animation:falled-52 31s -36s linear infinite}@-webkit-keyframes falled-52{80.001%{-webkit-transform:translate(43.753699999999995vw,80.001vh) scale(.2579);transform:translate(43.753699999999995vw,80.001vh) scale(.2579)}to{-webkit-transform:translate(38.75365vw,100vh) scale(.2579);transform:translate(38.75365vw,100vh) scale(.2579)}}@keyframes falled-52{80.001%{-webkit-transform:translate(43.753699999999995vw,80.001vh) scale(.2579);transform:translate(43.753699999999995vw,80.001vh) scale(.2579)}to{-webkit-transform:translate(38.75365vw,100vh) scale(.2579);transform:translate(38.75365vw,100vh) scale(.2579)}}.adv24-snows .adv24-snows__item:nth-child(53){opacity:.8248;-webkit-transform:translate(27.3487vw,-10px) scale(.4824);transform:translate(27.3487vw,-10px) scale(.4824);-webkit-animation:falled-53 31s -39s linear infinite;animation:falled-53 31s -39s linear infinite}@-webkit-keyframes falled-53{30%{-webkit-transform:translate(17.3487vw,30vh) scale(.4824);transform:translate(17.3487vw,30vh) scale(.4824)}to{-webkit-transform:translate(22.3487vw,100vh) scale(.4824);transform:translate(22.3487vw,100vh) scale(.4824)}}@keyframes falled-53{30%{-webkit-transform:translate(17.3487vw,30vh) scale(.4824);transform:translate(17.3487vw,30vh) scale(.4824)}to{-webkit-transform:translate(22.3487vw,100vh) scale(.4824);transform:translate(22.3487vw,100vh) scale(.4824)}}.adv24-snows .adv24-snows__item:nth-child(54){opacity:.6536;-webkit-transform:translate(25.4894vw,-10px) scale(.6159);transform:translate(25.4894vw,-10px) scale(.6159);-webkit-animation:falled-54 31s -42s linear infinite;animation:falled-54 31s -42s linear infinite}@-webkit-keyframes falled-54{30%{-webkit-transform:translate(15.4894vw,30vh) scale(.6159);transform:translate(15.4894vw,30vh) scale(.6159)}to{-webkit-transform:translate(20.4894vw,100vh) scale(.6159);transform:translate(20.4894vw,100vh) scale(.6159)}}@keyframes falled-54{30%{-webkit-transform:translate(15.4894vw,30vh) scale(.6159);transform:translate(15.4894vw,30vh) scale(.6159)}to{-webkit-transform:translate(20.4894vw,100vh) scale(.6159);transform:translate(20.4894vw,100vh) scale(.6159)}}.adv24-snows .adv24-snows__item:nth-child(55){opacity:.0616;-webkit-transform:translate(56.992200000000004vw,-10px) scale(.9155);transform:translate(56.992200000000004vw,-10px) scale(.9155);-webkit-animation:falled-55 10s -41s linear infinite;animation:falled-55 10s -41s linear infinite}@-webkit-keyframes falled-55{80.001%{-webkit-transform:translate(66.9923vw,80.001vh) scale(.9155);transform:translate(66.9923vw,80.001vh) scale(.9155)}to{-webkit-transform:translate(61.992250000000006vw,100vh) scale(.9155);transform:translate(61.992250000000006vw,100vh) scale(.9155)}}@keyframes falled-55{80.001%{-webkit-transform:translate(66.9923vw,80.001vh) scale(.9155);transform:translate(66.9923vw,80.001vh) scale(.9155)}to{-webkit-transform:translate(61.992250000000006vw,100vh) scale(.9155);transform:translate(61.992250000000006vw,100vh) scale(.9155)}}.adv24-snows .adv24-snows__item:nth-child(56){opacity:.3841;-webkit-transform:translate(66.54180000000001vw,-10px) scale(.4848);transform:translate(66.54180000000001vw,-10px) scale(.4848);-webkit-animation:falled-56 10s -38s linear infinite;animation:falled-56 10s -38s linear infinite}@-webkit-keyframes falled-56{30%{-webkit-transform:translate(56.54180000000001vw,30vh) scale(.4848);transform:translate(56.54180000000001vw,30vh) scale(.4848)}to{-webkit-transform:translate(61.54180000000001vw,100vh) scale(.4848);transform:translate(61.54180000000001vw,100vh) scale(.4848)}}@keyframes falled-56{30%{-webkit-transform:translate(56.54180000000001vw,30vh) scale(.4848);transform:translate(56.54180000000001vw,30vh) scale(.4848)}to{-webkit-transform:translate(61.54180000000001vw,100vh) scale(.4848);transform:translate(61.54180000000001vw,100vh) scale(.4848)}}.adv24-snows .adv24-snows__item:nth-child(57){opacity:.7949;-webkit-transform:translate(22.5286vw,-10px) scale(.0721);transform:translate(22.5286vw,-10px) scale(.0721);-webkit-animation:falled-57 10s -49s linear infinite;animation:falled-57 10s -49s linear infinite}@-webkit-keyframes falled-57{80.001%{-webkit-transform:translate(12.5286vw,80.001vh) scale(.0721);transform:translate(12.5286vw,80.001vh) scale(.0721)}to{-webkit-transform:translate(17.5286vw,100vh) scale(.0721);transform:translate(17.5286vw,100vh) scale(.0721)}}@keyframes falled-57{80.001%{-webkit-transform:translate(12.5286vw,80.001vh) scale(.0721);transform:translate(12.5286vw,80.001vh) scale(.0721)}to{-webkit-transform:translate(17.5286vw,100vh) scale(.0721);transform:translate(17.5286vw,100vh) scale(.0721)}}.adv24-snows .adv24-snows__item:nth-child(58){opacity:.909;-webkit-transform:translate(5.3503vw,-10px) scale(.3242);transform:translate(5.3503vw,-10px) scale(.3242);-webkit-animation:falled-58 10s -32s linear infinite;animation:falled-58 10s -32s linear infinite}@-webkit-keyframes falled-58{30%{-webkit-transform:translate(-4.6497vw,30vh) scale(.3242);transform:translate(-4.6497vw,30vh) scale(.3242)}to{-webkit-transform:translate(.3503vw,100vh) scale(.3242);transform:translate(.3503vw,100vh) scale(.3242)}}@keyframes falled-58{30%{-webkit-transform:translate(-4.6497vw,30vh) scale(.3242);transform:translate(-4.6497vw,30vh) scale(.3242)}to{-webkit-transform:translate(.3503vw,100vh) scale(.3242);transform:translate(.3503vw,100vh) scale(.3242)}}.adv24-snows .adv24-snows__item:nth-child(59){opacity:.8607;-webkit-transform:translate(92.50200000000001vw,-10px) scale(.589);transform:translate(92.50200000000001vw,-10px) scale(.589);-webkit-animation:falled-59 31s -57s linear infinite;animation:falled-59 31s -57s linear infinite}@-webkit-keyframes falled-59{30%{-webkit-transform:translate(102.50210000000001vw,30vh) scale(.589);transform:translate(102.50210000000001vw,30vh) scale(.589)}to{-webkit-transform:translate(97.50205000000001vw,100vh) scale(.589);transform:translate(97.50205000000001vw,100vh) scale(.589)}}@keyframes falled-59{30%{-webkit-transform:translate(102.50210000000001vw,30vh) scale(.589);transform:translate(102.50210000000001vw,30vh) scale(.589)}to{-webkit-transform:translate(97.50205000000001vw,100vh) scale(.589);transform:translate(97.50205000000001vw,100vh) scale(.589)}}.adv24-snows .adv24-snows__item:nth-child(60){opacity:.9913;-webkit-transform:translate(60.1231vw,-10px) scale(.094);transform:translate(60.1231vw,-10px) scale(.094);-webkit-animation:falled-60 31s -54s linear infinite;animation:falled-60 31s -54s linear infinite}@-webkit-keyframes falled-60{30%{-webkit-transform:translate(50.1231vw,30vh) scale(.094);transform:translate(50.1231vw,30vh) scale(.094)}to{-webkit-transform:translate(55.1231vw,100vh) scale(.094);transform:translate(55.1231vw,100vh) scale(.094)}}@keyframes falled-60{30%{-webkit-transform:translate(50.1231vw,30vh) scale(.094);transform:translate(50.1231vw,30vh) scale(.094)}to{-webkit-transform:translate(55.1231vw,100vh) scale(.094);transform:translate(55.1231vw,100vh) scale(.094)}}.adv24-snows .adv24-snows__item:nth-child(61){opacity:.6916;-webkit-transform:translate(17.9346vw,-10px) scale(.0577);transform:translate(17.9346vw,-10px) scale(.0577);-webkit-animation:falled-61 10s -48s linear infinite;animation:falled-61 10s -48s linear infinite}@-webkit-keyframes falled-61{80.001%{-webkit-transform:translate(7.9346vw,80.001vh) scale(.0577);transform:translate(7.9346vw,80.001vh) scale(.0577)}to{-webkit-transform:translate(12.9346vw,100vh) scale(.0577);transform:translate(12.9346vw,100vh) scale(.0577)}}@keyframes falled-61{80.001%{-webkit-transform:translate(7.9346vw,80.001vh) scale(.0577);transform:translate(7.9346vw,80.001vh) scale(.0577)}to{-webkit-transform:translate(12.9346vw,100vh) scale(.0577);transform:translate(12.9346vw,100vh) scale(.0577)}}.adv24-snows .adv24-snows__item:nth-child(62){opacity:.8813;-webkit-transform:translate(17.456vw,-10px) scale(.9296);transform:translate(17.456vw,-10px) scale(.9296);-webkit-animation:falled-62 10s -44s linear infinite;animation:falled-62 10s -44s linear infinite}@-webkit-keyframes falled-62{30%{-webkit-transform:translate(27.4561vw,30vh) scale(.9296);transform:translate(27.4561vw,30vh) scale(.9296)}to{-webkit-transform:translate(22.456049999999998vw,100vh) scale(.9296);transform:translate(22.456049999999998vw,100vh) scale(.9296)}}@keyframes falled-62{30%{-webkit-transform:translate(27.4561vw,30vh) scale(.9296);transform:translate(27.4561vw,30vh) scale(.9296)}to{-webkit-transform:translate(22.456049999999998vw,100vh) scale(.9296);transform:translate(22.456049999999998vw,100vh) scale(.9296)}}.adv24-snows .adv24-snows__item:nth-child(63){opacity:.5464;-webkit-transform:translate(64.7788vw,-10px) scale(.0168);transform:translate(64.7788vw,-10px) scale(.0168);-webkit-animation:falled-63 10s -42s linear infinite;animation:falled-63 10s -42s linear infinite}@-webkit-keyframes falled-63{80.001%{-webkit-transform:translate(54.778800000000004vw,80.001vh) scale(.0168);transform:translate(54.778800000000004vw,80.001vh) scale(.0168)}to{-webkit-transform:translate(59.778800000000004vw,100vh) scale(.0168);transform:translate(59.778800000000004vw,100vh) scale(.0168)}}@keyframes falled-63{80.001%{-webkit-transform:translate(54.778800000000004vw,80.001vh) scale(.0168);transform:translate(54.778800000000004vw,80.001vh) scale(.0168)}to{-webkit-transform:translate(59.778800000000004vw,100vh) scale(.0168);transform:translate(59.778800000000004vw,100vh) scale(.0168)}}.adv24-snows .adv24-snows__item:nth-child(64){opacity:.1867;-webkit-transform:translate(75.034vw,-10px) scale(.3178);transform:translate(75.034vw,-10px) scale(.3178);-webkit-animation:falled-64 10s -62s linear infinite;animation:falled-64 10s -62s linear infinite}@-webkit-keyframes falled-64{80.001%{-webkit-transform:translate(85.03410000000001vw,80.001vh) scale(.3178);transform:translate(85.03410000000001vw,80.001vh) scale(.3178)}to{-webkit-transform:translate(80.03405000000001vw,100vh) scale(.3178);transform:translate(80.03405000000001vw,100vh) scale(.3178)}}@keyframes falled-64{80.001%{-webkit-transform:translate(85.03410000000001vw,80.001vh) scale(.3178);transform:translate(85.03410000000001vw,80.001vh) scale(.3178)}to{-webkit-transform:translate(80.03405000000001vw,100vh) scale(.3178);transform:translate(80.03405000000001vw,100vh) scale(.3178)}}.adv24-snows .adv24-snows__item:nth-child(65){opacity:.1669;-webkit-transform:translate(98.8691vw,-10px) scale(.7831);transform:translate(98.8691vw,-10px) scale(.7831);-webkit-animation:falled-65 31s -53s linear infinite;animation:falled-65 31s -53s linear infinite}@-webkit-keyframes falled-65{30%{-webkit-transform:translate(88.8691vw,30vh) scale(.7831);transform:translate(88.8691vw,30vh) scale(.7831)}to{-webkit-transform:translate(93.8691vw,100vh) scale(.7831);transform:translate(93.8691vw,100vh) scale(.7831)}}@keyframes falled-65{30%{-webkit-transform:translate(88.8691vw,30vh) scale(.7831);transform:translate(88.8691vw,30vh) scale(.7831)}to{-webkit-transform:translate(93.8691vw,100vh) scale(.7831);transform:translate(93.8691vw,100vh) scale(.7831)}}.adv24-snows .adv24-snows__item:nth-child(66){opacity:.8883;-webkit-transform:translate(54.471000000000004vw,-10px) scale(.1834);transform:translate(54.471000000000004vw,-10px) scale(.1834);-webkit-animation:falled-66 31s -65s linear infinite;animation:falled-66 31s -65s linear infinite}@-webkit-keyframes falled-66{30%{-webkit-transform:translate(64.4711vw,30vh) scale(.1834);transform:translate(64.4711vw,30vh) scale(.1834)}to{-webkit-transform:translate(59.471050000000005vw,100vh) scale(.1834);transform:translate(59.471050000000005vw,100vh) scale(.1834)}}@keyframes falled-66{30%{-webkit-transform:translate(64.4711vw,30vh) scale(.1834);transform:translate(64.4711vw,30vh) scale(.1834)}to{-webkit-transform:translate(59.471050000000005vw,100vh) scale(.1834);transform:translate(59.471050000000005vw,100vh) scale(.1834)}}.adv24-snows .adv24-snows__item:nth-child(67){opacity:.6105;-webkit-transform:translate(34.9227vw,-10px) scale(.4364);transform:translate(34.9227vw,-10px) scale(.4364);-webkit-animation:falled-67 10s -39s linear infinite;animation:falled-67 10s -39s linear infinite}@-webkit-keyframes falled-67{80.001%{-webkit-transform:translate(44.922799999999995vw,80.001vh) scale(.4364);transform:translate(44.922799999999995vw,80.001vh) scale(.4364)}to{-webkit-transform:translate(39.92275vw,100vh) scale(.4364);transform:translate(39.92275vw,100vh) scale(.4364)}}@keyframes falled-67{80.001%{-webkit-transform:translate(44.922799999999995vw,80.001vh) scale(.4364);transform:translate(44.922799999999995vw,80.001vh) scale(.4364)}to{-webkit-transform:translate(39.92275vw,100vh) scale(.4364);transform:translate(39.92275vw,100vh) scale(.4364)}}.adv24-snows .adv24-snows__item:nth-child(68){opacity:.0892;-webkit-transform:translate(73.5258vw,-10px) scale(.3043);transform:translate(73.5258vw,-10px) scale(.3043);-webkit-animation:falled-68 31s -46s linear infinite;animation:falled-68 31s -46s linear infinite}@-webkit-keyframes falled-68{30%{-webkit-transform:translate(83.52590000000001vw,30vh) scale(.3043);transform:translate(83.52590000000001vw,30vh) scale(.3043)}to{-webkit-transform:translate(78.52585vw,100vh) scale(.3043);transform:translate(78.52585vw,100vh) scale(.3043)}}@keyframes falled-68{30%{-webkit-transform:translate(83.52590000000001vw,30vh) scale(.3043);transform:translate(83.52590000000001vw,30vh) scale(.3043)}to{-webkit-transform:translate(78.52585vw,100vh) scale(.3043);transform:translate(78.52585vw,100vh) scale(.3043)}}.adv24-snows .adv24-snows__item:nth-child(69){opacity:.39;-webkit-transform:translate(40.3604vw,-10px) scale(.2237);transform:translate(40.3604vw,-10px) scale(.2237);-webkit-animation:falled-69 10s -61s linear infinite;animation:falled-69 10s -61s linear infinite}@-webkit-keyframes falled-69{80.001%{-webkit-transform:translate(30.3604vw,80.001vh) scale(.2237);transform:translate(30.3604vw,80.001vh) scale(.2237)}to{-webkit-transform:translate(35.3604vw,100vh) scale(.2237);transform:translate(35.3604vw,100vh) scale(.2237)}}@keyframes falled-69{80.001%{-webkit-transform:translate(30.3604vw,80.001vh) scale(.2237);transform:translate(30.3604vw,80.001vh) scale(.2237)}to{-webkit-transform:translate(35.3604vw,100vh) scale(.2237);transform:translate(35.3604vw,100vh) scale(.2237)}}.adv24-snows .adv24-snows__item:nth-child(70){opacity:.3123;-webkit-transform:translate(20.3734vw,-10px) scale(.4158);transform:translate(20.3734vw,-10px) scale(.4158);-webkit-animation:falled-70 31s -48s linear infinite;animation:falled-70 31s -48s linear infinite}@-webkit-keyframes falled-70{80.001%{-webkit-transform:translate(30.3735vw,80.001vh) scale(.4158);transform:translate(30.3735vw,80.001vh) scale(.4158)}to{-webkit-transform:translate(25.37345vw,100vh) scale(.4158);transform:translate(25.37345vw,100vh) scale(.4158)}}@keyframes falled-70{80.001%{-webkit-transform:translate(30.3735vw,80.001vh) scale(.4158);transform:translate(30.3735vw,80.001vh) scale(.4158)}to{-webkit-transform:translate(25.37345vw,100vh) scale(.4158);transform:translate(25.37345vw,100vh) scale(.4158)}}.adv24-snows .adv24-snows__item:nth-child(71){opacity:.6328;-webkit-transform:translate(78.33890000000001vw,-10px) scale(.6517);transform:translate(78.33890000000001vw,-10px) scale(.6517);-webkit-animation:falled-71 31s -68s linear infinite;animation:falled-71 31s -68s linear infinite}@-webkit-keyframes falled-71{30%{-webkit-transform:translate(88.33900000000001vw,30vh) scale(.6517);transform:translate(88.33900000000001vw,30vh) scale(.6517)}to{-webkit-transform:translate(83.33895000000001vw,100vh) scale(.6517);transform:translate(83.33895000000001vw,100vh) scale(.6517)}}@keyframes falled-71{30%{-webkit-transform:translate(88.33900000000001vw,30vh) scale(.6517);transform:translate(88.33900000000001vw,30vh) scale(.6517)}to{-webkit-transform:translate(83.33895000000001vw,100vh) scale(.6517);transform:translate(83.33895000000001vw,100vh) scale(.6517)}}.adv24-snows .adv24-snows__item:nth-child(72){opacity:.8779;-webkit-transform:translate(46.358900000000006vw,-10px) scale(.9235);transform:translate(46.358900000000006vw,-10px) scale(.9235);-webkit-animation:falled-72 31s -34s linear infinite;animation:falled-72 31s -34s linear infinite}@-webkit-keyframes falled-72{80.001%{-webkit-transform:translate(36.358900000000006vw,80.001vh) scale(.9235);transform:translate(36.358900000000006vw,80.001vh) scale(.9235)}to{-webkit-transform:translate(41.358900000000006vw,100vh) scale(.9235);transform:translate(41.358900000000006vw,100vh) scale(.9235)}}@keyframes falled-72{80.001%{-webkit-transform:translate(36.358900000000006vw,80.001vh) scale(.9235);transform:translate(36.358900000000006vw,80.001vh) scale(.9235)}to{-webkit-transform:translate(41.358900000000006vw,100vh) scale(.9235);transform:translate(41.358900000000006vw,100vh) scale(.9235)}}.adv24-snows .adv24-snows__item:nth-child(73){opacity:.3689;-webkit-transform:translate(16.5862vw,-10px) scale(.0282);transform:translate(16.5862vw,-10px) scale(.0282);-webkit-animation:falled-73 31s -59s linear infinite;animation:falled-73 31s -59s linear infinite}@-webkit-keyframes falled-73{80.001%{-webkit-transform:translate(26.5863vw,80.001vh) scale(.0282);transform:translate(26.5863vw,80.001vh) scale(.0282)}to{-webkit-transform:translate(21.58625vw,100vh) scale(.0282);transform:translate(21.58625vw,100vh) scale(.0282)}}@keyframes falled-73{80.001%{-webkit-transform:translate(26.5863vw,80.001vh) scale(.0282);transform:translate(26.5863vw,80.001vh) scale(.0282)}to{-webkit-transform:translate(21.58625vw,100vh) scale(.0282);transform:translate(21.58625vw,100vh) scale(.0282)}}.adv24-snows .adv24-snows__item:nth-child(74){opacity:.78;-webkit-transform:translate(26.389400000000002vw,-10px) scale(.032);transform:translate(26.389400000000002vw,-10px) scale(.032);-webkit-animation:falled-74 10s -38s linear infinite;animation:falled-74 10s -38s linear infinite}@-webkit-keyframes falled-74{30%{-webkit-transform:translate(36.3895vw,30vh) scale(.032);transform:translate(36.3895vw,30vh) scale(.032)}to{-webkit-transform:translate(31.389450000000004vw,100vh) scale(.032);transform:translate(31.389450000000004vw,100vh) scale(.032)}}@keyframes falled-74{30%{-webkit-transform:translate(36.3895vw,30vh) scale(.032);transform:translate(36.3895vw,30vh) scale(.032)}to{-webkit-transform:translate(31.389450000000004vw,100vh) scale(.032);transform:translate(31.389450000000004vw,100vh) scale(.032)}}.adv24-snows .adv24-snows__item:nth-child(75){opacity:.6754;-webkit-transform:translate(75.4127vw,-10px) scale(.1696);transform:translate(75.4127vw,-10px) scale(.1696);-webkit-animation:falled-75 31s -66s linear infinite;animation:falled-75 31s -66s linear infinite}@-webkit-keyframes falled-75{30%{-webkit-transform:translate(85.4128vw,30vh) scale(.1696);transform:translate(85.4128vw,30vh) scale(.1696)}to{-webkit-transform:translate(80.41275vw,100vh) scale(.1696);transform:translate(80.41275vw,100vh) scale(.1696)}}@keyframes falled-75{30%{-webkit-transform:translate(85.4128vw,30vh) scale(.1696);transform:translate(85.4128vw,30vh) scale(.1696)}to{-webkit-transform:translate(80.41275vw,100vh) scale(.1696);transform:translate(80.41275vw,100vh) scale(.1696)}}.adv24-snows .adv24-snows__item:nth-child(76){opacity:.8787;-webkit-transform:translate(59.322900000000004vw,-10px) scale(.6535);transform:translate(59.322900000000004vw,-10px) scale(.6535);-webkit-animation:falled-76 31s -37s linear infinite;animation:falled-76 31s -37s linear infinite}@-webkit-keyframes falled-76{80.001%{-webkit-transform:translate(69.32300000000001vw,80.001vh) scale(.6535);transform:translate(69.32300000000001vw,80.001vh) scale(.6535)}to{-webkit-transform:translate(64.32295vw,100vh) scale(.6535);transform:translate(64.32295vw,100vh) scale(.6535)}}@keyframes falled-76{80.001%{-webkit-transform:translate(69.32300000000001vw,80.001vh) scale(.6535);transform:translate(69.32300000000001vw,80.001vh) scale(.6535)}to{-webkit-transform:translate(64.32295vw,100vh) scale(.6535);transform:translate(64.32295vw,100vh) scale(.6535)}}.adv24-snows .adv24-snows__item:nth-child(77){opacity:.3771;-webkit-transform:translate(65.4511vw,-10px) scale(.8777);transform:translate(65.4511vw,-10px) scale(.8777);-webkit-animation:falled-77 10s -70s linear infinite;animation:falled-77 10s -70s linear infinite}@-webkit-keyframes falled-77{30%{-webkit-transform:translate(75.4512vw,30vh) scale(.8777);transform:translate(75.4512vw,30vh) scale(.8777)}to{-webkit-transform:translate(70.45115vw,100vh) scale(.8777);transform:translate(70.45115vw,100vh) scale(.8777)}}@keyframes falled-77{30%{-webkit-transform:translate(75.4512vw,30vh) scale(.8777);transform:translate(75.4512vw,30vh) scale(.8777)}to{-webkit-transform:translate(70.45115vw,100vh) scale(.8777);transform:translate(70.45115vw,100vh) scale(.8777)}}.adv24-snows .adv24-snows__item:nth-child(78){opacity:.4372;-webkit-transform:translate(67.34740000000001vw,-10px) scale(.9326);transform:translate(67.34740000000001vw,-10px) scale(.9326);-webkit-animation:falled-78 10s -67s linear infinite;animation:falled-78 10s -67s linear infinite}@-webkit-keyframes falled-78{30%{-webkit-transform:translate(77.34750000000001vw,30vh) scale(.9326);transform:translate(77.34750000000001vw,30vh) scale(.9326)}to{-webkit-transform:translate(72.34745000000001vw,100vh) scale(.9326);transform:translate(72.34745000000001vw,100vh) scale(.9326)}}@keyframes falled-78{30%{-webkit-transform:translate(77.34750000000001vw,30vh) scale(.9326);transform:translate(77.34750000000001vw,30vh) scale(.9326)}to{-webkit-transform:translate(72.34745000000001vw,100vh) scale(.9326);transform:translate(72.34745000000001vw,100vh) scale(.9326)}}.adv24-snows .adv24-snows__item:nth-child(79){opacity:.6908;-webkit-transform:translate(7.1039vw,-10px) scale(.8225);transform:translate(7.1039vw,-10px) scale(.8225);-webkit-animation:falled-79 31s -72s linear infinite;animation:falled-79 31s -72s linear infinite}@-webkit-keyframes falled-79{30%{-webkit-transform:translate(-2.8961vw,30vh) scale(.8225);transform:translate(-2.8961vw,30vh) scale(.8225)}to{-webkit-transform:translate(2.1039vw,100vh) scale(.8225);transform:translate(2.1039vw,100vh) scale(.8225)}}@keyframes falled-79{30%{-webkit-transform:translate(-2.8961vw,30vh) scale(.8225);transform:translate(-2.8961vw,30vh) scale(.8225)}to{-webkit-transform:translate(2.1039vw,100vh) scale(.8225);transform:translate(2.1039vw,100vh) scale(.8225)}}.adv24-snows .adv24-snows__item:nth-child(80){opacity:.265;-webkit-transform:translate(85.3801vw,-10px) scale(.0819);transform:translate(85.3801vw,-10px) scale(.0819);-webkit-animation:falled-80 10s -70s linear infinite;animation:falled-80 10s -70s linear infinite}@-webkit-keyframes falled-80{30%{-webkit-transform:translate(95.3802vw,30vh) scale(.0819);transform:translate(95.3802vw,30vh) scale(.0819)}to{-webkit-transform:translate(90.38015vw,100vh) scale(.0819);transform:translate(90.38015vw,100vh) scale(.0819)}}@keyframes falled-80{30%{-webkit-transform:translate(95.3802vw,30vh) scale(.0819);transform:translate(95.3802vw,30vh) scale(.0819)}to{-webkit-transform:translate(90.38015vw,100vh) scale(.0819);transform:translate(90.38015vw,100vh) scale(.0819)}}.adv24-snows .adv24-snows__item:nth-child(81){opacity:.1881;-webkit-transform:translate(28.4694vw,-10px) scale(.2377);transform:translate(28.4694vw,-10px) scale(.2377);-webkit-animation:falled-81 10s -45s linear infinite;animation:falled-81 10s -45s linear infinite}@-webkit-keyframes falled-81{80.001%{-webkit-transform:translate(18.4694vw,80.001vh) scale(.2377);transform:translate(18.4694vw,80.001vh) scale(.2377)}to{-webkit-transform:translate(23.4694vw,100vh) scale(.2377);transform:translate(23.4694vw,100vh) scale(.2377)}}@keyframes falled-81{80.001%{-webkit-transform:translate(18.4694vw,80.001vh) scale(.2377);transform:translate(18.4694vw,80.001vh) scale(.2377)}to{-webkit-transform:translate(23.4694vw,100vh) scale(.2377);transform:translate(23.4694vw,100vh) scale(.2377)}}.adv24-snows .adv24-snows__item:nth-child(82){opacity:.6918;-webkit-transform:translate(25.9615vw,-10px) scale(.6265);transform:translate(25.9615vw,-10px) scale(.6265);-webkit-animation:falled-82 10s -55s linear infinite;animation:falled-82 10s -55s linear infinite}@-webkit-keyframes falled-82{80.001%{-webkit-transform:translate(35.961600000000004vw,80.001vh) scale(.6265);transform:translate(35.961600000000004vw,80.001vh) scale(.6265)}to{-webkit-transform:translate(30.961550000000003vw,100vh) scale(.6265);transform:translate(30.961550000000003vw,100vh) scale(.6265)}}@keyframes falled-82{80.001%{-webkit-transform:translate(35.961600000000004vw,80.001vh) scale(.6265);transform:translate(35.961600000000004vw,80.001vh) scale(.6265)}to{-webkit-transform:translate(30.961550000000003vw,100vh) scale(.6265);transform:translate(30.961550000000003vw,100vh) scale(.6265)}}.adv24-snows .adv24-snows__item:nth-child(83){opacity:.3126;-webkit-transform:translate(24.814400000000003vw,-10px) scale(.3732);transform:translate(24.814400000000003vw,-10px) scale(.3732);-webkit-animation:falled-83 31s -59s linear infinite;animation:falled-83 31s -59s linear infinite}@-webkit-keyframes falled-83{30%{-webkit-transform:translate(14.814400000000003vw,30vh) scale(.3732);transform:translate(14.814400000000003vw,30vh) scale(.3732)}to{-webkit-transform:translate(19.814400000000003vw,100vh) scale(.3732);transform:translate(19.814400000000003vw,100vh) scale(.3732)}}@keyframes falled-83{30%{-webkit-transform:translate(14.814400000000003vw,30vh) scale(.3732);transform:translate(14.814400000000003vw,30vh) scale(.3732)}to{-webkit-transform:translate(19.814400000000003vw,100vh) scale(.3732);transform:translate(19.814400000000003vw,100vh) scale(.3732)}}.adv24-snows .adv24-snows__item:nth-child(84){opacity:.5248;-webkit-transform:translate(97.3991vw,-10px) scale(.3124);transform:translate(97.3991vw,-10px) scale(.3124);-webkit-animation:falled-84 31s -83s linear infinite;animation:falled-84 31s -83s linear infinite}@-webkit-keyframes falled-84{30%{-webkit-transform:translate(87.3991vw,30vh) scale(.3124);transform:translate(87.3991vw,30vh) scale(.3124)}to{-webkit-transform:translate(92.3991vw,100vh) scale(.3124);transform:translate(92.3991vw,100vh) scale(.3124)}}@keyframes falled-84{30%{-webkit-transform:translate(87.3991vw,30vh) scale(.3124);transform:translate(87.3991vw,30vh) scale(.3124)}to{-webkit-transform:translate(92.3991vw,100vh) scale(.3124);transform:translate(92.3991vw,100vh) scale(.3124)}}.adv24-snows .adv24-snows__item:nth-child(85){opacity:.8786;-webkit-transform:translate(7.742100000000001vw,-10px) scale(.3865);transform:translate(7.742100000000001vw,-10px) scale(.3865);-webkit-animation:falled-85 31s -60s linear infinite;animation:falled-85 31s -60s linear infinite}@-webkit-keyframes falled-85{80.001%{-webkit-transform:translate(-2.257899999999999vw,80.001vh) scale(.3865);transform:translate(-2.257899999999999vw,80.001vh) scale(.3865)}to{-webkit-transform:translate(2.742100000000001vw,100vh) scale(.3865);transform:translate(2.742100000000001vw,100vh) scale(.3865)}}@keyframes falled-85{80.001%{-webkit-transform:translate(-2.257899999999999vw,80.001vh) scale(.3865);transform:translate(-2.257899999999999vw,80.001vh) scale(.3865)}to{-webkit-transform:translate(2.742100000000001vw,100vh) scale(.3865);transform:translate(2.742100000000001vw,100vh) scale(.3865)}}.adv24-snows .adv24-snows__item:nth-child(86){opacity:.6285;-webkit-transform:translate(62.211200000000005vw,-10px) scale(.3574);transform:translate(62.211200000000005vw,-10px) scale(.3574);-webkit-animation:falled-86 31s -65s linear infinite;animation:falled-86 31s -65s linear infinite}@-webkit-keyframes falled-86{30%{-webkit-transform:translate(72.21130000000001vw,30vh) scale(.3574);transform:translate(72.21130000000001vw,30vh) scale(.3574)}to{-webkit-transform:translate(67.21125vw,100vh) scale(.3574);transform:translate(67.21125vw,100vh) scale(.3574)}}@keyframes falled-86{30%{-webkit-transform:translate(72.21130000000001vw,30vh) scale(.3574);transform:translate(72.21130000000001vw,30vh) scale(.3574)}to{-webkit-transform:translate(67.21125vw,100vh) scale(.3574);transform:translate(67.21125vw,100vh) scale(.3574)}}.adv24-snows .adv24-snows__item:nth-child(87){opacity:.6974;-webkit-transform:translate(17.8701vw,-10px) scale(.4902);transform:translate(17.8701vw,-10px) scale(.4902);-webkit-animation:falled-87 10s -67s linear infinite;animation:falled-87 10s -67s linear infinite}@-webkit-keyframes falled-87{30%{-webkit-transform:translate(27.8702vw,30vh) scale(.4902);transform:translate(27.8702vw,30vh) scale(.4902)}to{-webkit-transform:translate(22.870150000000002vw,100vh) scale(.4902);transform:translate(22.870150000000002vw,100vh) scale(.4902)}}@keyframes falled-87{30%{-webkit-transform:translate(27.8702vw,30vh) scale(.4902);transform:translate(27.8702vw,30vh) scale(.4902)}to{-webkit-transform:translate(22.870150000000002vw,100vh) scale(.4902);transform:translate(22.870150000000002vw,100vh) scale(.4902)}}.adv24-snows .adv24-snows__item:nth-child(88){opacity:.8298;-webkit-transform:translate(17.2822vw,-10px) scale(.8849);transform:translate(17.2822vw,-10px) scale(.8849);-webkit-animation:falled-88 10s -86s linear infinite;animation:falled-88 10s -86s linear infinite}@-webkit-keyframes falled-88{30%{-webkit-transform:translate(7.2822vw,30vh) scale(.8849);transform:translate(7.2822vw,30vh) scale(.8849)}to{-webkit-transform:translate(12.2822vw,100vh) scale(.8849);transform:translate(12.2822vw,100vh) scale(.8849)}}@keyframes falled-88{30%{-webkit-transform:translate(7.2822vw,30vh) scale(.8849);transform:translate(7.2822vw,30vh) scale(.8849)}to{-webkit-transform:translate(12.2822vw,100vh) scale(.8849);transform:translate(12.2822vw,100vh) scale(.8849)}}.adv24-snows .adv24-snows__item:nth-child(89){opacity:.8293;-webkit-transform:translate(1.5814vw,-10px) scale(.9862);transform:translate(1.5814vw,-10px) scale(.9862);-webkit-animation:falled-89 31s -56s linear infinite;animation:falled-89 31s -56s linear infinite}@-webkit-keyframes falled-89{80.001%{-webkit-transform:translate(11.5815vw,80.001vh) scale(.9862);transform:translate(11.5815vw,80.001vh) scale(.9862)}to{-webkit-transform:translate(6.58145vw,100vh) scale(.9862);transform:translate(6.58145vw,100vh) scale(.9862)}}@keyframes falled-89{80.001%{-webkit-transform:translate(11.5815vw,80.001vh) scale(.9862);transform:translate(11.5815vw,80.001vh) scale(.9862)}to{-webkit-transform:translate(6.58145vw,100vh) scale(.9862);transform:translate(6.58145vw,100vh) scale(.9862)}}.adv24-snows .adv24-snows__item:nth-child(90){opacity:.3907;-webkit-transform:translate(56.3676vw,-10px) scale(.9875);transform:translate(56.3676vw,-10px) scale(.9875);-webkit-animation:falled-90 10s -80s linear infinite;animation:falled-90 10s -80s linear infinite}@-webkit-keyframes falled-90{80.001%{-webkit-transform:translate(66.3677vw,80.001vh) scale(.9875);transform:translate(66.3677vw,80.001vh) scale(.9875)}to{-webkit-transform:translate(61.367650000000005vw,100vh) scale(.9875);transform:translate(61.367650000000005vw,100vh) scale(.9875)}}@keyframes falled-90{80.001%{-webkit-transform:translate(66.3677vw,80.001vh) scale(.9875);transform:translate(66.3677vw,80.001vh) scale(.9875)}to{-webkit-transform:translate(61.367650000000005vw,100vh) scale(.9875);transform:translate(61.367650000000005vw,100vh) scale(.9875)}}.adv24-snows .adv24-snows__item:nth-child(91){opacity:.7251;-webkit-transform:translate(40.5325vw,-10px) scale(.0425);transform:translate(40.5325vw,-10px) scale(.0425);-webkit-animation:falled-91 10s -50s linear infinite;animation:falled-91 10s -50s linear infinite}@-webkit-keyframes falled-91{30%{-webkit-transform:translate(30.5325vw,30vh) scale(.0425);transform:translate(30.5325vw,30vh) scale(.0425)}to{-webkit-transform:translate(35.5325vw,100vh) scale(.0425);transform:translate(35.5325vw,100vh) scale(.0425)}}@keyframes falled-91{30%{-webkit-transform:translate(30.5325vw,30vh) scale(.0425);transform:translate(30.5325vw,30vh) scale(.0425)}to{-webkit-transform:translate(35.5325vw,100vh) scale(.0425);transform:translate(35.5325vw,100vh) scale(.0425)}}.adv24-snows .adv24-snows__item:nth-child(92){opacity:.4029;-webkit-transform:translate(73.8533vw,-10px) scale(.1818);transform:translate(73.8533vw,-10px) scale(.1818);-webkit-animation:falled-92 31s -70s linear infinite;animation:falled-92 31s -70s linear infinite}@-webkit-keyframes falled-92{80.001%{-webkit-transform:translate(83.85340000000001vw,80.001vh) scale(.1818);transform:translate(83.85340000000001vw,80.001vh) scale(.1818)}to{-webkit-transform:translate(78.85335vw,100vh) scale(.1818);transform:translate(78.85335vw,100vh) scale(.1818)}}@keyframes falled-92{80.001%{-webkit-transform:translate(83.85340000000001vw,80.001vh) scale(.1818);transform:translate(83.85340000000001vw,80.001vh) scale(.1818)}to{-webkit-transform:translate(78.85335vw,100vh) scale(.1818);transform:translate(78.85335vw,100vh) scale(.1818)}}.adv24-snows .adv24-snows__item:nth-child(93){opacity:.0429;-webkit-transform:translate(32.5603vw,-10px) scale(.1959);transform:translate(32.5603vw,-10px) scale(.1959);-webkit-animation:falled-93 10s -87s linear infinite;animation:falled-93 10s -87s linear infinite}@-webkit-keyframes falled-93{80.001%{-webkit-transform:translate(22.560299999999998vw,80.001vh) scale(.1959);transform:translate(22.560299999999998vw,80.001vh) scale(.1959)}to{-webkit-transform:translate(27.560299999999998vw,100vh) scale(.1959);transform:translate(27.560299999999998vw,100vh) scale(.1959)}}@keyframes falled-93{80.001%{-webkit-transform:translate(22.560299999999998vw,80.001vh) scale(.1959);transform:translate(22.560299999999998vw,80.001vh) scale(.1959)}to{-webkit-transform:translate(27.560299999999998vw,100vh) scale(.1959);transform:translate(27.560299999999998vw,100vh) scale(.1959)}}.adv24-snows .adv24-snows__item:nth-child(94){opacity:.2964;-webkit-transform:translate(85.6109vw,-10px) scale(.8001);transform:translate(85.6109vw,-10px) scale(.8001);-webkit-animation:falled-94 31s -53s linear infinite;animation:falled-94 31s -53s linear infinite}@-webkit-keyframes falled-94{30%{-webkit-transform:translate(75.6109vw,30vh) scale(.8001);transform:translate(75.6109vw,30vh) scale(.8001)}to{-webkit-transform:translate(80.6109vw,100vh) scale(.8001);transform:translate(80.6109vw,100vh) scale(.8001)}}@keyframes falled-94{30%{-webkit-transform:translate(75.6109vw,30vh) scale(.8001);transform:translate(75.6109vw,30vh) scale(.8001)}to{-webkit-transform:translate(80.6109vw,100vh) scale(.8001);transform:translate(80.6109vw,100vh) scale(.8001)}}.adv24-snows .adv24-snows__item:nth-child(95){opacity:.5973;-webkit-transform:translate(94.9336vw,-10px) scale(.7261);transform:translate(94.9336vw,-10px) scale(.7261);-webkit-animation:falled-95 31s -36s linear infinite;animation:falled-95 31s -36s linear infinite}@-webkit-keyframes falled-95{80.001%{-webkit-transform:translate(104.9337vw,80.001vh) scale(.7261);transform:translate(104.9337vw,80.001vh) scale(.7261)}to{-webkit-transform:translate(99.93365vw,100vh) scale(.7261);transform:translate(99.93365vw,100vh) scale(.7261)}}@keyframes falled-95{80.001%{-webkit-transform:translate(104.9337vw,80.001vh) scale(.7261);transform:translate(104.9337vw,80.001vh) scale(.7261)}to{-webkit-transform:translate(99.93365vw,100vh) scale(.7261);transform:translate(99.93365vw,100vh) scale(.7261)}}.adv24-snows .adv24-snows__item:nth-child(96){opacity:.8382;-webkit-transform:translate(29.5833vw,-10px) scale(.5352);transform:translate(29.5833vw,-10px) scale(.5352);-webkit-animation:falled-96 31s -50s linear infinite;animation:falled-96 31s -50s linear infinite}@-webkit-keyframes falled-96{30%{-webkit-transform:translate(19.5833vw,30vh) scale(.5352);transform:translate(19.5833vw,30vh) scale(.5352)}to{-webkit-transform:translate(24.5833vw,100vh) scale(.5352);transform:translate(24.5833vw,100vh) scale(.5352)}}@keyframes falled-96{30%{-webkit-transform:translate(19.5833vw,30vh) scale(.5352);transform:translate(19.5833vw,30vh) scale(.5352)}to{-webkit-transform:translate(24.5833vw,100vh) scale(.5352);transform:translate(24.5833vw,100vh) scale(.5352)}}.adv24-snows .adv24-snows__item:nth-child(97){opacity:.918;-webkit-transform:translate(15.8885vw,-10px) scale(.3039);transform:translate(15.8885vw,-10px) scale(.3039);-webkit-animation:falled-97 31s -89s linear infinite;animation:falled-97 31s -89s linear infinite}@-webkit-keyframes falled-97{80.001%{-webkit-transform:translate(5.888500000000001vw,80.001vh) scale(.3039);transform:translate(5.888500000000001vw,80.001vh) scale(.3039)}to{-webkit-transform:translate(10.8885vw,100vh) scale(.3039);transform:translate(10.8885vw,100vh) scale(.3039)}}@keyframes falled-97{80.001%{-webkit-transform:translate(5.888500000000001vw,80.001vh) scale(.3039);transform:translate(5.888500000000001vw,80.001vh) scale(.3039)}to{-webkit-transform:translate(10.8885vw,100vh) scale(.3039);transform:translate(10.8885vw,100vh) scale(.3039)}}.adv24-snows .adv24-snows__item:nth-child(98){opacity:.5688;-webkit-transform:translate(43.020500000000006vw,-10px) scale(.8099);transform:translate(43.020500000000006vw,-10px) scale(.8099);-webkit-animation:falled-98 10s -84s linear infinite;animation:falled-98 10s -84s linear infinite}@-webkit-keyframes falled-98{80.001%{-webkit-transform:translate(33.020500000000006vw,80.001vh) scale(.8099);transform:translate(33.020500000000006vw,80.001vh) scale(.8099)}to{-webkit-transform:translate(38.020500000000006vw,100vh) scale(.8099);transform:translate(38.020500000000006vw,100vh) scale(.8099)}}@keyframes falled-98{80.001%{-webkit-transform:translate(33.020500000000006vw,80.001vh) scale(.8099);transform:translate(33.020500000000006vw,80.001vh) scale(.8099)}to{-webkit-transform:translate(38.020500000000006vw,100vh) scale(.8099);transform:translate(38.020500000000006vw,100vh) scale(.8099)}}.adv24-snows .adv24-snows__item:nth-child(99){opacity:.2583;-webkit-transform:translate(85.42110000000001vw,-10px) scale(.7217);transform:translate(85.42110000000001vw,-10px) scale(.7217);-webkit-animation:falled-99 10s -59s linear infinite;animation:falled-99 10s -59s linear infinite}@-webkit-keyframes falled-99{30%{-webkit-transform:translate(95.42120000000001vw,30vh) scale(.7217);transform:translate(95.42120000000001vw,30vh) scale(.7217)}to{-webkit-transform:translate(90.42115000000001vw,100vh) scale(.7217);transform:translate(90.42115000000001vw,100vh) scale(.7217)}}@keyframes falled-99{30%{-webkit-transform:translate(95.42120000000001vw,30vh) scale(.7217);transform:translate(95.42120000000001vw,30vh) scale(.7217)}to{-webkit-transform:translate(90.42115000000001vw,100vh) scale(.7217);transform:translate(90.42115000000001vw,100vh) scale(.7217)}}.adv24-snows .adv24-snows__item:nth-child(100){opacity:.6706;-webkit-transform:translate(42.3446vw,-10px) scale(.8822);transform:translate(42.3446vw,-10px) scale(.8822);-webkit-animation:falled-100 31s -55s linear infinite;animation:falled-100 31s -55s linear infinite}@-webkit-keyframes falled-100{30%{-webkit-transform:translate(52.3447vw,30vh) scale(.8822);transform:translate(52.3447vw,30vh) scale(.8822)}to{-webkit-transform:translate(47.34465vw,100vh) scale(.8822);transform:translate(47.34465vw,100vh) scale(.8822)}}@keyframes falled-100{30%{-webkit-transform:translate(52.3447vw,30vh) scale(.8822);transform:translate(52.3447vw,30vh) scale(.8822)}to{-webkit-transform:translate(47.34465vw,100vh) scale(.8822);transform:translate(47.34465vw,100vh) scale(.8822)}}.adv24-snows .adv24-snows__item:nth-child(101){opacity:.3637;-webkit-transform:translate(85.4961vw,-10px) scale(.1024);transform:translate(85.4961vw,-10px) scale(.1024);-webkit-animation:falled-101 31s -72s linear infinite;animation:falled-101 31s -72s linear infinite}@-webkit-keyframes falled-101{80.001%{-webkit-transform:translate(75.4961vw,80.001vh) scale(.1024);transform:translate(75.4961vw,80.001vh) scale(.1024)}to{-webkit-transform:translate(80.4961vw,100vh) scale(.1024);transform:translate(80.4961vw,100vh) scale(.1024)}}@keyframes falled-101{80.001%{-webkit-transform:translate(75.4961vw,80.001vh) scale(.1024);transform:translate(75.4961vw,80.001vh) scale(.1024)}to{-webkit-transform:translate(80.4961vw,100vh) scale(.1024);transform:translate(80.4961vw,100vh) scale(.1024)}}.adv24-snows .adv24-snows__item:nth-child(102){opacity:.3473;-webkit-transform:translate(96.7106vw,-10px) scale(.1786);transform:translate(96.7106vw,-10px) scale(.1786);-webkit-animation:falled-102 10s -73s linear infinite;animation:falled-102 10s -73s linear infinite}@-webkit-keyframes falled-102{80.001%{-webkit-transform:translate(86.7106vw,80.001vh) scale(.1786);transform:translate(86.7106vw,80.001vh) scale(.1786)}to{-webkit-transform:translate(91.7106vw,100vh) scale(.1786);transform:translate(91.7106vw,100vh) scale(.1786)}}@keyframes falled-102{80.001%{-webkit-transform:translate(86.7106vw,80.001vh) scale(.1786);transform:translate(86.7106vw,80.001vh) scale(.1786)}to{-webkit-transform:translate(91.7106vw,100vh) scale(.1786);transform:translate(91.7106vw,100vh) scale(.1786)}}.adv24-snows .adv24-snows__item:nth-child(103){opacity:.2206;-webkit-transform:translate(92.93390000000001vw,-10px) scale(.6614);transform:translate(92.93390000000001vw,-10px) scale(.6614);-webkit-animation:falled-103 31s -60s linear infinite;animation:falled-103 31s -60s linear infinite}@-webkit-keyframes falled-103{80.001%{-webkit-transform:translate(82.93390000000001vw,80.001vh) scale(.6614);transform:translate(82.93390000000001vw,80.001vh) scale(.6614)}to{-webkit-transform:translate(87.93390000000001vw,100vh) scale(.6614);transform:translate(87.93390000000001vw,100vh) scale(.6614)}}@keyframes falled-103{80.001%{-webkit-transform:translate(82.93390000000001vw,80.001vh) scale(.6614);transform:translate(82.93390000000001vw,80.001vh) scale(.6614)}to{-webkit-transform:translate(87.93390000000001vw,100vh) scale(.6614);transform:translate(87.93390000000001vw,100vh) scale(.6614)}}.adv24-snows .adv24-snows__item:nth-child(104){opacity:.3434;-webkit-transform:translate(26.4432vw,-10px) scale(.4355);transform:translate(26.4432vw,-10px) scale(.4355);-webkit-animation:falled-104 31s -62s linear infinite;animation:falled-104 31s -62s linear infinite}@-webkit-keyframes falled-104{30%{-webkit-transform:translate(16.4432vw,30vh) scale(.4355);transform:translate(16.4432vw,30vh) scale(.4355)}to{-webkit-transform:translate(21.4432vw,100vh) scale(.4355);transform:translate(21.4432vw,100vh) scale(.4355)}}@keyframes falled-104{30%{-webkit-transform:translate(16.4432vw,30vh) scale(.4355);transform:translate(16.4432vw,30vh) scale(.4355)}to{-webkit-transform:translate(21.4432vw,100vh) scale(.4355);transform:translate(21.4432vw,100vh) scale(.4355)}}.adv24-snows .adv24-snows__item:nth-child(105){opacity:.344;-webkit-transform:translate(90.2692vw,-10px) scale(.5843);transform:translate(90.2692vw,-10px) scale(.5843);-webkit-animation:falled-105 10s -42s linear infinite;animation:falled-105 10s -42s linear infinite}@-webkit-keyframes falled-105{30%{-webkit-transform:translate(80.2692vw,30vh) scale(.5843);transform:translate(80.2692vw,30vh) scale(.5843)}to{-webkit-transform:translate(85.2692vw,100vh) scale(.5843);transform:translate(85.2692vw,100vh) scale(.5843)}}@keyframes falled-105{30%{-webkit-transform:translate(80.2692vw,30vh) scale(.5843);transform:translate(80.2692vw,30vh) scale(.5843)}to{-webkit-transform:translate(85.2692vw,100vh) scale(.5843);transform:translate(85.2692vw,100vh) scale(.5843)}}.adv24-snows .adv24-snows__item:nth-child(106){opacity:.9851;-webkit-transform:translate(45.7699vw,-10px) scale(.7444);transform:translate(45.7699vw,-10px) scale(.7444);-webkit-animation:falled-106 10s -93s linear infinite;animation:falled-106 10s -93s linear infinite}@-webkit-keyframes falled-106{30%{-webkit-transform:translate(55.769999999999996vw,30vh) scale(.7444);transform:translate(55.769999999999996vw,30vh) scale(.7444)}to{-webkit-transform:translate(50.76995vw,100vh) scale(.7444);transform:translate(50.76995vw,100vh) scale(.7444)}}@keyframes falled-106{30%{-webkit-transform:translate(55.769999999999996vw,30vh) scale(.7444);transform:translate(55.769999999999996vw,30vh) scale(.7444)}to{-webkit-transform:translate(50.76995vw,100vh) scale(.7444);transform:translate(50.76995vw,100vh) scale(.7444)}}.adv24-snows .adv24-snows__item:nth-child(107){opacity:.1745;-webkit-transform:translate(75.1224vw,-10px) scale(.5549);transform:translate(75.1224vw,-10px) scale(.5549);-webkit-animation:falled-107 31s -90s linear infinite;animation:falled-107 31s -90s linear infinite}@-webkit-keyframes falled-107{80.001%{-webkit-transform:translate(65.1224vw,80.001vh) scale(.5549);transform:translate(65.1224vw,80.001vh) scale(.5549)}to{-webkit-transform:translate(70.1224vw,100vh) scale(.5549);transform:translate(70.1224vw,100vh) scale(.5549)}}@keyframes falled-107{80.001%{-webkit-transform:translate(65.1224vw,80.001vh) scale(.5549);transform:translate(65.1224vw,80.001vh) scale(.5549)}to{-webkit-transform:translate(70.1224vw,100vh) scale(.5549);transform:translate(70.1224vw,100vh) scale(.5549)}}.adv24-snows .adv24-snows__item:nth-child(108){opacity:.2745;-webkit-transform:translate(35.415600000000005vw,-10px) scale(.7098);transform:translate(35.415600000000005vw,-10px) scale(.7098);-webkit-animation:falled-108 10s -38s linear infinite;animation:falled-108 10s -38s linear infinite}@-webkit-keyframes falled-108{80.001%{-webkit-transform:translate(25.415600000000005vw,80.001vh) scale(.7098);transform:translate(25.415600000000005vw,80.001vh) scale(.7098)}to{-webkit-transform:translate(30.415600000000005vw,100vh) scale(.7098);transform:translate(30.415600000000005vw,100vh) scale(.7098)}}@keyframes falled-108{80.001%{-webkit-transform:translate(25.415600000000005vw,80.001vh) scale(.7098);transform:translate(25.415600000000005vw,80.001vh) scale(.7098)}to{-webkit-transform:translate(30.415600000000005vw,100vh) scale(.7098);transform:translate(30.415600000000005vw,100vh) scale(.7098)}}.adv24-snows .adv24-snows__item:nth-child(109){opacity:.5275;-webkit-transform:translate(34.9452vw,-10px) scale(.9358);transform:translate(34.9452vw,-10px) scale(.9358);-webkit-animation:falled-109 10s -89s linear infinite;animation:falled-109 10s -89s linear infinite}@-webkit-keyframes falled-109{30%{-webkit-transform:translate(24.9452vw,30vh) scale(.9358);transform:translate(24.9452vw,30vh) scale(.9358)}to{-webkit-transform:translate(29.9452vw,100vh) scale(.9358);transform:translate(29.9452vw,100vh) scale(.9358)}}@keyframes falled-109{30%{-webkit-transform:translate(24.9452vw,30vh) scale(.9358);transform:translate(24.9452vw,30vh) scale(.9358)}to{-webkit-transform:translate(29.9452vw,100vh) scale(.9358);transform:translate(29.9452vw,100vh) scale(.9358)}}.adv24-snows .adv24-snows__item:nth-child(110){opacity:.6415;-webkit-transform:translate(96.4731vw,-10px) scale(.1858);transform:translate(96.4731vw,-10px) scale(.1858);-webkit-animation:falled-110 31s -78s linear infinite;animation:falled-110 31s -78s linear infinite}@-webkit-keyframes falled-110{80.001%{-webkit-transform:translate(106.4732vw,80.001vh) scale(.1858);transform:translate(106.4732vw,80.001vh) scale(.1858)}to{-webkit-transform:translate(101.47315vw,100vh) scale(.1858);transform:translate(101.47315vw,100vh) scale(.1858)}}@keyframes falled-110{80.001%{-webkit-transform:translate(106.4732vw,80.001vh) scale(.1858);transform:translate(106.4732vw,80.001vh) scale(.1858)}to{-webkit-transform:translate(101.47315vw,100vh) scale(.1858);transform:translate(101.47315vw,100vh) scale(.1858)}}.adv24-snows .adv24-snows__item:nth-child(111){opacity:.7237;-webkit-transform:translate(14.9403vw,-10px) scale(.4318);transform:translate(14.9403vw,-10px) scale(.4318);-webkit-animation:falled-111 10s -95s linear infinite;animation:falled-111 10s -95s linear infinite}@-webkit-keyframes falled-111{80.001%{-webkit-transform:translate(24.9404vw,80.001vh) scale(.4318);transform:translate(24.9404vw,80.001vh) scale(.4318)}to{-webkit-transform:translate(19.940350000000002vw,100vh) scale(.4318);transform:translate(19.940350000000002vw,100vh) scale(.4318)}}@keyframes falled-111{80.001%{-webkit-transform:translate(24.9404vw,80.001vh) scale(.4318);transform:translate(24.9404vw,80.001vh) scale(.4318)}to{-webkit-transform:translate(19.940350000000002vw,100vh) scale(.4318);transform:translate(19.940350000000002vw,100vh) scale(.4318)}}.adv24-snows .adv24-snows__item:nth-child(112){opacity:.325;-webkit-transform:translate(90.1962vw,-10px) scale(.6829);transform:translate(90.1962vw,-10px) scale(.6829);-webkit-animation:falled-112 10s -61s linear infinite;animation:falled-112 10s -61s linear infinite}@-webkit-keyframes falled-112{80.001%{-webkit-transform:translate(100.19630000000001vw,80.001vh) scale(.6829);transform:translate(100.19630000000001vw,80.001vh) scale(.6829)}to{-webkit-transform:translate(95.19625vw,100vh) scale(.6829);transform:translate(95.19625vw,100vh) scale(.6829)}}@keyframes falled-112{80.001%{-webkit-transform:translate(100.19630000000001vw,80.001vh) scale(.6829);transform:translate(100.19630000000001vw,80.001vh) scale(.6829)}to{-webkit-transform:translate(95.19625vw,100vh) scale(.6829);transform:translate(95.19625vw,100vh) scale(.6829)}}.adv24-snows .adv24-snows__item:nth-child(113){opacity:.6226;-webkit-transform:translate(66.2745vw,-10px) scale(.7514);transform:translate(66.2745vw,-10px) scale(.7514);-webkit-animation:falled-113 10s -108s linear infinite;animation:falled-113 10s -108s linear infinite}@-webkit-keyframes falled-113{30%{-webkit-transform:translate(76.2746vw,30vh) scale(.7514);transform:translate(76.2746vw,30vh) scale(.7514)}to{-webkit-transform:translate(71.27455vw,100vh) scale(.7514);transform:translate(71.27455vw,100vh) scale(.7514)}}@keyframes falled-113{30%{-webkit-transform:translate(76.2746vw,30vh) scale(.7514);transform:translate(76.2746vw,30vh) scale(.7514)}to{-webkit-transform:translate(71.27455vw,100vh) scale(.7514);transform:translate(71.27455vw,100vh) scale(.7514)}}.adv24-snows .adv24-snows__item:nth-child(114){opacity:.4575;-webkit-transform:translate(46.2811vw,-10px) scale(.4501);transform:translate(46.2811vw,-10px) scale(.4501);-webkit-animation:falled-114 10s -67s linear infinite;animation:falled-114 10s -67s linear infinite}@-webkit-keyframes falled-114{80.001%{-webkit-transform:translate(36.2811vw,80.001vh) scale(.4501);transform:translate(36.2811vw,80.001vh) scale(.4501)}to{-webkit-transform:translate(41.2811vw,100vh) scale(.4501);transform:translate(41.2811vw,100vh) scale(.4501)}}@keyframes falled-114{80.001%{-webkit-transform:translate(36.2811vw,80.001vh) scale(.4501);transform:translate(36.2811vw,80.001vh) scale(.4501)}to{-webkit-transform:translate(41.2811vw,100vh) scale(.4501);transform:translate(41.2811vw,100vh) scale(.4501)}}.adv24-snows .adv24-snows__item:nth-child(115){opacity:.7086;-webkit-transform:translate(93.6123vw,-10px) scale(.1048);transform:translate(93.6123vw,-10px) scale(.1048);-webkit-animation:falled-115 10s -108s linear infinite;animation:falled-115 10s -108s linear infinite}@-webkit-keyframes falled-115{30%{-webkit-transform:translate(83.6123vw,30vh) scale(.1048);transform:translate(83.6123vw,30vh) scale(.1048)}to{-webkit-transform:translate(88.6123vw,100vh) scale(.1048);transform:translate(88.6123vw,100vh) scale(.1048)}}@keyframes falled-115{30%{-webkit-transform:translate(83.6123vw,30vh) scale(.1048);transform:translate(83.6123vw,30vh) scale(.1048)}to{-webkit-transform:translate(88.6123vw,100vh) scale(.1048);transform:translate(88.6123vw,100vh) scale(.1048)}}.adv24-snows .adv24-snows__item:nth-child(116){opacity:.5854;-webkit-transform:translate(25.4217vw,-10px) scale(.3683);transform:translate(25.4217vw,-10px) scale(.3683);-webkit-animation:falled-116 31s -81s linear infinite;animation:falled-116 31s -81s linear infinite}@-webkit-keyframes falled-116{80.001%{-webkit-transform:translate(35.421800000000005vw,80.001vh) scale(.3683);transform:translate(35.421800000000005vw,80.001vh) scale(.3683)}to{-webkit-transform:translate(30.421750000000003vw,100vh) scale(.3683);transform:translate(30.421750000000003vw,100vh) scale(.3683)}}@keyframes falled-116{80.001%{-webkit-transform:translate(35.421800000000005vw,80.001vh) scale(.3683);transform:translate(35.421800000000005vw,80.001vh) scale(.3683)}to{-webkit-transform:translate(30.421750000000003vw,100vh) scale(.3683);transform:translate(30.421750000000003vw,100vh) scale(.3683)}}.adv24-snows .adv24-snows__item:nth-child(117){opacity:.3197;-webkit-transform:translate(7.697900000000001vw,-10px) scale(.607);transform:translate(7.697900000000001vw,-10px) scale(.607);-webkit-animation:falled-117 31s -112s linear infinite;animation:falled-117 31s -112s linear infinite}@-webkit-keyframes falled-117{80.001%{-webkit-transform:translate(17.698vw,80.001vh) scale(.607);transform:translate(17.698vw,80.001vh) scale(.607)}to{-webkit-transform:translate(12.69795vw,100vh) scale(.607);transform:translate(12.69795vw,100vh) scale(.607)}}@keyframes falled-117{80.001%{-webkit-transform:translate(17.698vw,80.001vh) scale(.607);transform:translate(17.698vw,80.001vh) scale(.607)}to{-webkit-transform:translate(12.69795vw,100vh) scale(.607);transform:translate(12.69795vw,100vh) scale(.607)}}.adv24-snows .adv24-snows__item:nth-child(118){opacity:.422;-webkit-transform:translate(95.9824vw,-10px) scale(.3263);transform:translate(95.9824vw,-10px) scale(.3263);-webkit-animation:falled-118 10s -78s linear infinite;animation:falled-118 10s -78s linear infinite}@-webkit-keyframes falled-118{30%{-webkit-transform:translate(105.9825vw,30vh) scale(.3263);transform:translate(105.9825vw,30vh) scale(.3263)}to{-webkit-transform:translate(100.98245vw,100vh) scale(.3263);transform:translate(100.98245vw,100vh) scale(.3263)}}@keyframes falled-118{30%{-webkit-transform:translate(105.9825vw,30vh) scale(.3263);transform:translate(105.9825vw,30vh) scale(.3263)}to{-webkit-transform:translate(100.98245vw,100vh) scale(.3263);transform:translate(100.98245vw,100vh) scale(.3263)}}.adv24-snows .adv24-snows__item:nth-child(119){opacity:.5934;-webkit-transform:translate(62.649800000000006vw,-10px) scale(.8035);transform:translate(62.649800000000006vw,-10px) scale(.8035);-webkit-animation:falled-119 10s -50s linear infinite;animation:falled-119 10s -50s linear infinite}@-webkit-keyframes falled-119{30%{-webkit-transform:translate(72.6499vw,30vh) scale(.8035);transform:translate(72.6499vw,30vh) scale(.8035)}to{-webkit-transform:translate(67.64985vw,100vh) scale(.8035);transform:translate(67.64985vw,100vh) scale(.8035)}}@keyframes falled-119{30%{-webkit-transform:translate(72.6499vw,30vh) scale(.8035);transform:translate(72.6499vw,30vh) scale(.8035)}to{-webkit-transform:translate(67.64985vw,100vh) scale(.8035);transform:translate(67.64985vw,100vh) scale(.8035)}}.adv24-snows .adv24-snows__item:nth-child(120){opacity:.0834;-webkit-transform:translate(51.852000000000004vw,-10px) scale(.2223);transform:translate(51.852000000000004vw,-10px) scale(.2223);-webkit-animation:falled-120 31s -118s linear infinite;animation:falled-120 31s -118s linear infinite}@-webkit-keyframes falled-120{80.001%{-webkit-transform:translate(41.852000000000004vw,80.001vh) scale(.2223);transform:translate(41.852000000000004vw,80.001vh) scale(.2223)}to{-webkit-transform:translate(46.852000000000004vw,100vh) scale(.2223);transform:translate(46.852000000000004vw,100vh) scale(.2223)}}@keyframes falled-120{80.001%{-webkit-transform:translate(41.852000000000004vw,80.001vh) scale(.2223);transform:translate(41.852000000000004vw,80.001vh) scale(.2223)}to{-webkit-transform:translate(46.852000000000004vw,100vh) scale(.2223);transform:translate(46.852000000000004vw,100vh) scale(.2223)}}.adv24-snows .adv24-snows__item:nth-child(121){opacity:.8164;-webkit-transform:translate(59.9748vw,-10px) scale(.3379);transform:translate(59.9748vw,-10px) scale(.3379);-webkit-animation:falled-121 10s -70s linear infinite;animation:falled-121 10s -70s linear infinite}@-webkit-keyframes falled-121{30%{-webkit-transform:translate(69.9749vw,30vh) scale(.3379);transform:translate(69.9749vw,30vh) scale(.3379)}to{-webkit-transform:translate(64.97485vw,100vh) scale(.3379);transform:translate(64.97485vw,100vh) scale(.3379)}}@keyframes falled-121{30%{-webkit-transform:translate(69.9749vw,30vh) scale(.3379);transform:translate(69.9749vw,30vh) scale(.3379)}to{-webkit-transform:translate(64.97485vw,100vh) scale(.3379);transform:translate(64.97485vw,100vh) scale(.3379)}}.adv24-snows .adv24-snows__item:nth-child(122){opacity:.4738;-webkit-transform:translate(19.3591vw,-10px) scale(.0933);transform:translate(19.3591vw,-10px) scale(.0933);-webkit-animation:falled-122 10s -48s linear infinite;animation:falled-122 10s -48s linear infinite}@-webkit-keyframes falled-122{80.001%{-webkit-transform:translate(29.3592vw,80.001vh) scale(.0933);transform:translate(29.3592vw,80.001vh) scale(.0933)}to{-webkit-transform:translate(24.35915vw,100vh) scale(.0933);transform:translate(24.35915vw,100vh) scale(.0933)}}@keyframes falled-122{80.001%{-webkit-transform:translate(29.3592vw,80.001vh) scale(.0933);transform:translate(29.3592vw,80.001vh) scale(.0933)}to{-webkit-transform:translate(24.35915vw,100vh) scale(.0933);transform:translate(24.35915vw,100vh) scale(.0933)}}.adv24-snows .adv24-snows__item:nth-child(123){opacity:.3202;-webkit-transform:translate(28.0184vw,-10px) scale(.2937);transform:translate(28.0184vw,-10px) scale(.2937);-webkit-animation:falled-123 31s -74s linear infinite;animation:falled-123 31s -74s linear infinite}@-webkit-keyframes falled-123{30%{-webkit-transform:translate(38.0185vw,30vh) scale(.2937);transform:translate(38.0185vw,30vh) scale(.2937)}to{-webkit-transform:translate(33.01845vw,100vh) scale(.2937);transform:translate(33.01845vw,100vh) scale(.2937)}}@keyframes falled-123{30%{-webkit-transform:translate(38.0185vw,30vh) scale(.2937);transform:translate(38.0185vw,30vh) scale(.2937)}to{-webkit-transform:translate(33.01845vw,100vh) scale(.2937);transform:translate(33.01845vw,100vh) scale(.2937)}}.adv24-snows .adv24-snows__item:nth-child(124){opacity:.063;-webkit-transform:translate(96.5169vw,-10px) scale(.3939);transform:translate(96.5169vw,-10px) scale(.3939);-webkit-animation:falled-124 10s -110s linear infinite;animation:falled-124 10s -110s linear infinite}@-webkit-keyframes falled-124{30%{-webkit-transform:translate(106.51700000000001vw,30vh) scale(.3939);transform:translate(106.51700000000001vw,30vh) scale(.3939)}to{-webkit-transform:translate(101.51695000000001vw,100vh) scale(.3939);transform:translate(101.51695000000001vw,100vh) scale(.3939)}}@keyframes falled-124{30%{-webkit-transform:translate(106.51700000000001vw,30vh) scale(.3939);transform:translate(106.51700000000001vw,30vh) scale(.3939)}to{-webkit-transform:translate(101.51695000000001vw,100vh) scale(.3939);transform:translate(101.51695000000001vw,100vh) scale(.3939)}}.adv24-snows .adv24-snows__item:nth-child(125){opacity:.8142;-webkit-transform:translate(29.2555vw,-10px) scale(.7836);transform:translate(29.2555vw,-10px) scale(.7836);-webkit-animation:falled-125 10s -80s linear infinite;animation:falled-125 10s -80s linear infinite}@-webkit-keyframes falled-125{80.001%{-webkit-transform:translate(19.2555vw,80.001vh) scale(.7836);transform:translate(19.2555vw,80.001vh) scale(.7836)}to{-webkit-transform:translate(24.2555vw,100vh) scale(.7836);transform:translate(24.2555vw,100vh) scale(.7836)}}@keyframes falled-125{80.001%{-webkit-transform:translate(19.2555vw,80.001vh) scale(.7836);transform:translate(19.2555vw,80.001vh) scale(.7836)}to{-webkit-transform:translate(24.2555vw,100vh) scale(.7836);transform:translate(24.2555vw,100vh) scale(.7836)}}.adv24-snows .adv24-snows__item:nth-child(126){opacity:.0846;-webkit-transform:translate(34.6744vw,-10px) scale(.1488);transform:translate(34.6744vw,-10px) scale(.1488);-webkit-animation:falled-126 10s -59s linear infinite;animation:falled-126 10s -59s linear infinite}@-webkit-keyframes falled-126{30%{-webkit-transform:translate(44.674499999999995vw,30vh) scale(.1488);transform:translate(44.674499999999995vw,30vh) scale(.1488)}to{-webkit-transform:translate(39.67445vw,100vh) scale(.1488);transform:translate(39.67445vw,100vh) scale(.1488)}}@keyframes falled-126{30%{-webkit-transform:translate(44.674499999999995vw,30vh) scale(.1488);transform:translate(44.674499999999995vw,30vh) scale(.1488)}to{-webkit-transform:translate(39.67445vw,100vh) scale(.1488);transform:translate(39.67445vw,100vh) scale(.1488)}}.adv24-snows .adv24-snows__item:nth-child(127){opacity:.3938;-webkit-transform:translate(35.064vw,-10px) scale(.6249);transform:translate(35.064vw,-10px) scale(.6249);-webkit-animation:falled-127 10s -34s linear infinite;animation:falled-127 10s -34s linear infinite}@-webkit-keyframes falled-127{30%{-webkit-transform:translate(45.064099999999996vw,30vh) scale(.6249);transform:translate(45.064099999999996vw,30vh) scale(.6249)}to{-webkit-transform:translate(40.06405vw,100vh) scale(.6249);transform:translate(40.06405vw,100vh) scale(.6249)}}@keyframes falled-127{30%{-webkit-transform:translate(45.064099999999996vw,30vh) scale(.6249);transform:translate(45.064099999999996vw,30vh) scale(.6249)}to{-webkit-transform:translate(40.06405vw,100vh) scale(.6249);transform:translate(40.06405vw,100vh) scale(.6249)}}.adv24-snows .adv24-snows__item:nth-child(128){opacity:.0218;-webkit-transform:translate(89.2522vw,-10px) scale(.3243);transform:translate(89.2522vw,-10px) scale(.3243);-webkit-animation:falled-128 10s -116s linear infinite;animation:falled-128 10s -116s linear infinite}@-webkit-keyframes falled-128{30%{-webkit-transform:translate(99.2523vw,30vh) scale(.3243);transform:translate(99.2523vw,30vh) scale(.3243)}to{-webkit-transform:translate(94.25225vw,100vh) scale(.3243);transform:translate(94.25225vw,100vh) scale(.3243)}}@keyframes falled-128{30%{-webkit-transform:translate(99.2523vw,30vh) scale(.3243);transform:translate(99.2523vw,30vh) scale(.3243)}to{-webkit-transform:translate(94.25225vw,100vh) scale(.3243);transform:translate(94.25225vw,100vh) scale(.3243)}}.adv24-snows .adv24-snows__item:nth-child(129){opacity:.5663;-webkit-transform:translate(94.91340000000001vw,-10px) scale(.455);transform:translate(94.91340000000001vw,-10px) scale(.455);-webkit-animation:falled-129 31s -112s linear infinite;animation:falled-129 31s -112s linear infinite}@-webkit-keyframes falled-129{30%{-webkit-transform:translate(104.91350000000001vw,30vh) scale(.455);transform:translate(104.91350000000001vw,30vh) scale(.455)}to{-webkit-transform:translate(99.91345000000001vw,100vh) scale(.455);transform:translate(99.91345000000001vw,100vh) scale(.455)}}@keyframes falled-129{30%{-webkit-transform:translate(104.91350000000001vw,30vh) scale(.455);transform:translate(104.91350000000001vw,30vh) scale(.455)}to{-webkit-transform:translate(99.91345000000001vw,100vh) scale(.455);transform:translate(99.91345000000001vw,100vh) scale(.455)}}.adv24-snows .adv24-snows__item:nth-child(130){opacity:.9611;-webkit-transform:translate(83.21170000000001vw,-10px) scale(.591);transform:translate(83.21170000000001vw,-10px) scale(.591);-webkit-animation:falled-130 31s -84s linear infinite;animation:falled-130 31s -84s linear infinite}@-webkit-keyframes falled-130{80.001%{-webkit-transform:translate(73.21170000000001vw,80.001vh) scale(.591);transform:translate(73.21170000000001vw,80.001vh) scale(.591)}to{-webkit-transform:translate(78.21170000000001vw,100vh) scale(.591);transform:translate(78.21170000000001vw,100vh) scale(.591)}}@keyframes falled-130{80.001%{-webkit-transform:translate(73.21170000000001vw,80.001vh) scale(.591);transform:translate(73.21170000000001vw,80.001vh) scale(.591)}to{-webkit-transform:translate(78.21170000000001vw,100vh) scale(.591);transform:translate(78.21170000000001vw,100vh) scale(.591)}}.adv24-snows .adv24-snows__item:nth-child(131){opacity:.6817;-webkit-transform:translate(72.9972vw,-10px) scale(.8698);transform:translate(72.9972vw,-10px) scale(.8698);-webkit-animation:falled-131 31s -77s linear infinite;animation:falled-131 31s -77s linear infinite}@-webkit-keyframes falled-131{80.001%{-webkit-transform:translate(82.99730000000001vw,80.001vh) scale(.8698);transform:translate(82.99730000000001vw,80.001vh) scale(.8698)}to{-webkit-transform:translate(77.99725000000001vw,100vh) scale(.8698);transform:translate(77.99725000000001vw,100vh) scale(.8698)}}@keyframes falled-131{80.001%{-webkit-transform:translate(82.99730000000001vw,80.001vh) scale(.8698);transform:translate(82.99730000000001vw,80.001vh) scale(.8698)}to{-webkit-transform:translate(77.99725000000001vw,100vh) scale(.8698);transform:translate(77.99725000000001vw,100vh) scale(.8698)}}.adv24-snows .adv24-snows__item:nth-child(132){opacity:.351;-webkit-transform:translate(89.7298vw,-10px) scale(.1217);transform:translate(89.7298vw,-10px) scale(.1217);-webkit-animation:falled-132 31s -65s linear infinite;animation:falled-132 31s -65s linear infinite}@-webkit-keyframes falled-132{80.001%{-webkit-transform:translate(99.7299vw,80.001vh) scale(.1217);transform:translate(99.7299vw,80.001vh) scale(.1217)}to{-webkit-transform:translate(94.72985vw,100vh) scale(.1217);transform:translate(94.72985vw,100vh) scale(.1217)}}@keyframes falled-132{80.001%{-webkit-transform:translate(99.7299vw,80.001vh) scale(.1217);transform:translate(99.7299vw,80.001vh) scale(.1217)}to{-webkit-transform:translate(94.72985vw,100vh) scale(.1217);transform:translate(94.72985vw,100vh) scale(.1217)}}.adv24-snows .adv24-snows__item:nth-child(133){opacity:.1994;-webkit-transform:translate(89.35900000000001vw,-10px) scale(.5363);transform:translate(89.35900000000001vw,-10px) scale(.5363);-webkit-animation:falled-133 31s -92s linear infinite;animation:falled-133 31s -92s linear infinite}@-webkit-keyframes falled-133{30%{-webkit-transform:translate(79.35900000000001vw,30vh) scale(.5363);transform:translate(79.35900000000001vw,30vh) scale(.5363)}to{-webkit-transform:translate(84.35900000000001vw,100vh) scale(.5363);transform:translate(84.35900000000001vw,100vh) scale(.5363)}}@keyframes falled-133{30%{-webkit-transform:translate(79.35900000000001vw,30vh) scale(.5363);transform:translate(79.35900000000001vw,30vh) scale(.5363)}to{-webkit-transform:translate(84.35900000000001vw,100vh) scale(.5363);transform:translate(84.35900000000001vw,100vh) scale(.5363)}}.adv24-snows .adv24-snows__item:nth-child(134){opacity:.7067;-webkit-transform:translate(94.70490000000001vw,-10px) scale(.9433);transform:translate(94.70490000000001vw,-10px) scale(.9433);-webkit-animation:falled-134 10s -31s linear infinite;animation:falled-134 10s -31s linear infinite}@-webkit-keyframes falled-134{80.001%{-webkit-transform:translate(104.70500000000001vw,80.001vh) scale(.9433);transform:translate(104.70500000000001vw,80.001vh) scale(.9433)}to{-webkit-transform:translate(99.70495000000001vw,100vh) scale(.9433);transform:translate(99.70495000000001vw,100vh) scale(.9433)}}@keyframes falled-134{80.001%{-webkit-transform:translate(104.70500000000001vw,80.001vh) scale(.9433);transform:translate(104.70500000000001vw,80.001vh) scale(.9433)}to{-webkit-transform:translate(99.70495000000001vw,100vh) scale(.9433);transform:translate(99.70495000000001vw,100vh) scale(.9433)}}.adv24-snows .adv24-snows__item:nth-child(135){opacity:.4907;-webkit-transform:translate(99.2069vw,-10px) scale(.9965);transform:translate(99.2069vw,-10px) scale(.9965);-webkit-animation:falled-135 31s -125s linear infinite;animation:falled-135 31s -125s linear infinite}@-webkit-keyframes falled-135{30%{-webkit-transform:translate(109.20700000000001vw,30vh) scale(.9965);transform:translate(109.20700000000001vw,30vh) scale(.9965)}to{-webkit-transform:translate(104.20695vw,100vh) scale(.9965);transform:translate(104.20695vw,100vh) scale(.9965)}}@keyframes falled-135{30%{-webkit-transform:translate(109.20700000000001vw,30vh) scale(.9965);transform:translate(109.20700000000001vw,30vh) scale(.9965)}to{-webkit-transform:translate(104.20695vw,100vh) scale(.9965);transform:translate(104.20695vw,100vh) scale(.9965)}}.adv24-snows .adv24-snows__item:nth-child(136){opacity:.8272;-webkit-transform:translate(38.7552vw,-10px) scale(.3233);transform:translate(38.7552vw,-10px) scale(.3233);-webkit-animation:falled-136 10s -33s linear infinite;animation:falled-136 10s -33s linear infinite}@-webkit-keyframes falled-136{30%{-webkit-transform:translate(28.755200000000002vw,30vh) scale(.3233);transform:translate(28.755200000000002vw,30vh) scale(.3233)}to{-webkit-transform:translate(33.7552vw,100vh) scale(.3233);transform:translate(33.7552vw,100vh) scale(.3233)}}@keyframes falled-136{30%{-webkit-transform:translate(28.755200000000002vw,30vh) scale(.3233);transform:translate(28.755200000000002vw,30vh) scale(.3233)}to{-webkit-transform:translate(33.7552vw,100vh) scale(.3233);transform:translate(33.7552vw,100vh) scale(.3233)}}.adv24-snows .adv24-snows__item:nth-child(137){opacity:.8222;-webkit-transform:translate(72.6579vw,-10px) scale(.7077);transform:translate(72.6579vw,-10px) scale(.7077);-webkit-animation:falled-137 31s -116s linear infinite;animation:falled-137 31s -116s linear infinite}@-webkit-keyframes falled-137{30%{-webkit-transform:translate(62.6579vw,30vh) scale(.7077);transform:translate(62.6579vw,30vh) scale(.7077)}to{-webkit-transform:translate(67.6579vw,100vh) scale(.7077);transform:translate(67.6579vw,100vh) scale(.7077)}}@keyframes falled-137{30%{-webkit-transform:translate(62.6579vw,30vh) scale(.7077);transform:translate(62.6579vw,30vh) scale(.7077)}to{-webkit-transform:translate(67.6579vw,100vh) scale(.7077);transform:translate(67.6579vw,100vh) scale(.7077)}}.adv24-snows .adv24-snows__item:nth-child(138){opacity:.0625;-webkit-transform:translate(85.90820000000001vw,-10px) scale(.8669);transform:translate(85.90820000000001vw,-10px) scale(.8669);-webkit-animation:falled-138 31s -67s linear infinite;animation:falled-138 31s -67s linear infinite}@-webkit-keyframes falled-138{80.001%{-webkit-transform:translate(95.90830000000001vw,80.001vh) scale(.8669);transform:translate(95.90830000000001vw,80.001vh) scale(.8669)}to{-webkit-transform:translate(90.90825000000001vw,100vh) scale(.8669);transform:translate(90.90825000000001vw,100vh) scale(.8669)}}@keyframes falled-138{80.001%{-webkit-transform:translate(95.90830000000001vw,80.001vh) scale(.8669);transform:translate(95.90830000000001vw,80.001vh) scale(.8669)}to{-webkit-transform:translate(90.90825000000001vw,100vh) scale(.8669);transform:translate(90.90825000000001vw,100vh) scale(.8669)}}.adv24-snows .adv24-snows__item:nth-child(139){opacity:.5114;-webkit-transform:translate(40.688700000000004vw,-10px) scale(.0978);transform:translate(40.688700000000004vw,-10px) scale(.0978);-webkit-animation:falled-139 10s -122s linear infinite;animation:falled-139 10s -122s linear infinite}@-webkit-keyframes falled-139{80.001%{-webkit-transform:translate(50.6888vw,80.001vh) scale(.0978);transform:translate(50.6888vw,80.001vh) scale(.0978)}to{-webkit-transform:translate(45.688750000000006vw,100vh) scale(.0978);transform:translate(45.688750000000006vw,100vh) scale(.0978)}}@keyframes falled-139{80.001%{-webkit-transform:translate(50.6888vw,80.001vh) scale(.0978);transform:translate(50.6888vw,80.001vh) scale(.0978)}to{-webkit-transform:translate(45.688750000000006vw,100vh) scale(.0978);transform:translate(45.688750000000006vw,100vh) scale(.0978)}}.adv24-snows .adv24-snows__item:nth-child(140){opacity:.5487;-webkit-transform:translate(43.111000000000004vw,-10px) scale(.6701);transform:translate(43.111000000000004vw,-10px) scale(.6701);-webkit-animation:falled-140 10s -104s linear infinite;animation:falled-140 10s -104s linear infinite}@-webkit-keyframes falled-140{80.001%{-webkit-transform:translate(53.11110000000001vw,80.001vh) scale(.6701);transform:translate(53.11110000000001vw,80.001vh) scale(.6701)}to{-webkit-transform:translate(48.111050000000006vw,100vh) scale(.6701);transform:translate(48.111050000000006vw,100vh) scale(.6701)}}@keyframes falled-140{80.001%{-webkit-transform:translate(53.11110000000001vw,80.001vh) scale(.6701);transform:translate(53.11110000000001vw,80.001vh) scale(.6701)}to{-webkit-transform:translate(48.111050000000006vw,100vh) scale(.6701);transform:translate(48.111050000000006vw,100vh) scale(.6701)}}.adv24-snows .adv24-snows__item:nth-child(141){opacity:.2946;-webkit-transform:translate(43.8498vw,-10px) scale(.2384);transform:translate(43.8498vw,-10px) scale(.2384);-webkit-animation:falled-141 31s -120s linear infinite;animation:falled-141 31s -120s linear infinite}@-webkit-keyframes falled-141{80.001%{-webkit-transform:translate(53.849900000000005vw,80.001vh) scale(.2384);transform:translate(53.849900000000005vw,80.001vh) scale(.2384)}to{-webkit-transform:translate(48.84985vw,100vh) scale(.2384);transform:translate(48.84985vw,100vh) scale(.2384)}}@keyframes falled-141{80.001%{-webkit-transform:translate(53.849900000000005vw,80.001vh) scale(.2384);transform:translate(53.849900000000005vw,80.001vh) scale(.2384)}to{-webkit-transform:translate(48.84985vw,100vh) scale(.2384);transform:translate(48.84985vw,100vh) scale(.2384)}}.adv24-snows .adv24-snows__item:nth-child(142){opacity:.5349;-webkit-transform:translate(23.3844vw,-10px) scale(.4526);transform:translate(23.3844vw,-10px) scale(.4526);-webkit-animation:falled-142 31s -41s linear infinite;animation:falled-142 31s -41s linear infinite}@-webkit-keyframes falled-142{80.001%{-webkit-transform:translate(13.3844vw,80.001vh) scale(.4526);transform:translate(13.3844vw,80.001vh) scale(.4526)}to{-webkit-transform:translate(18.3844vw,100vh) scale(.4526);transform:translate(18.3844vw,100vh) scale(.4526)}}@keyframes falled-142{80.001%{-webkit-transform:translate(13.3844vw,80.001vh) scale(.4526);transform:translate(13.3844vw,80.001vh) scale(.4526)}to{-webkit-transform:translate(18.3844vw,100vh) scale(.4526);transform:translate(18.3844vw,100vh) scale(.4526)}}.adv24-snows .adv24-snows__item:nth-child(143){opacity:.0612;-webkit-transform:translate(51.0597vw,-10px) scale(.8551);transform:translate(51.0597vw,-10px) scale(.8551);-webkit-animation:falled-143 10s -38s linear infinite;animation:falled-143 10s -38s linear infinite}@-webkit-keyframes falled-143{80.001%{-webkit-transform:translate(41.0597vw,80.001vh) scale(.8551);transform:translate(41.0597vw,80.001vh) scale(.8551)}to{-webkit-transform:translate(46.0597vw,100vh) scale(.8551);transform:translate(46.0597vw,100vh) scale(.8551)}}@keyframes falled-143{80.001%{-webkit-transform:translate(41.0597vw,80.001vh) scale(.8551);transform:translate(41.0597vw,80.001vh) scale(.8551)}to{-webkit-transform:translate(46.0597vw,100vh) scale(.8551);transform:translate(46.0597vw,100vh) scale(.8551)}}.adv24-snows .adv24-snows__item:nth-child(144){opacity:.667;-webkit-transform:translate(11.3712vw,-10px) scale(.4712);transform:translate(11.3712vw,-10px) scale(.4712);-webkit-animation:falled-144 31s -49s linear infinite;animation:falled-144 31s -49s linear infinite}@-webkit-keyframes falled-144{30%{-webkit-transform:translate(1.3712vw,30vh) scale(.4712);transform:translate(1.3712vw,30vh) scale(.4712)}to{-webkit-transform:translate(6.3712vw,100vh) scale(.4712);transform:translate(6.3712vw,100vh) scale(.4712)}}@keyframes falled-144{30%{-webkit-transform:translate(1.3712vw,30vh) scale(.4712);transform:translate(1.3712vw,30vh) scale(.4712)}to{-webkit-transform:translate(6.3712vw,100vh) scale(.4712);transform:translate(6.3712vw,100vh) scale(.4712)}}.adv24-snows .adv24-snows__item:nth-child(145){opacity:.8825;-webkit-transform:translate(8.5737vw,-10px) scale(.502);transform:translate(8.5737vw,-10px) scale(.502);-webkit-animation:falled-145 31s -134s linear infinite;animation:falled-145 31s -134s linear infinite}@-webkit-keyframes falled-145{30%{-webkit-transform:translate(-1.426299999999999vw,30vh) scale(.502);transform:translate(-1.426299999999999vw,30vh) scale(.502)}to{-webkit-transform:translate(3.573700000000001vw,100vh) scale(.502);transform:translate(3.573700000000001vw,100vh) scale(.502)}}@keyframes falled-145{30%{-webkit-transform:translate(-1.426299999999999vw,30vh) scale(.502);transform:translate(-1.426299999999999vw,30vh) scale(.502)}to{-webkit-transform:translate(3.573700000000001vw,100vh) scale(.502);transform:translate(3.573700000000001vw,100vh) scale(.502)}}.adv24-snows .adv24-snows__item:nth-child(146){opacity:.5168;-webkit-transform:translate(15.671000000000001vw,-10px) scale(.1885);transform:translate(15.671000000000001vw,-10px) scale(.1885);-webkit-animation:falled-146 31s -117s linear infinite;animation:falled-146 31s -117s linear infinite}@-webkit-keyframes falled-146{80.001%{-webkit-transform:translate(25.671100000000003vw,80.001vh) scale(.1885);transform:translate(25.671100000000003vw,80.001vh) scale(.1885)}to{-webkit-transform:translate(20.67105vw,100vh) scale(.1885);transform:translate(20.67105vw,100vh) scale(.1885)}}@keyframes falled-146{80.001%{-webkit-transform:translate(25.671100000000003vw,80.001vh) scale(.1885);transform:translate(25.671100000000003vw,80.001vh) scale(.1885)}to{-webkit-transform:translate(20.67105vw,100vh) scale(.1885);transform:translate(20.67105vw,100vh) scale(.1885)}}.adv24-snows .adv24-snows__item:nth-child(147){opacity:.7753;-webkit-transform:translate(44.076vw,-10px) scale(.4198);transform:translate(44.076vw,-10px) scale(.4198);-webkit-animation:falled-147 10s -146s linear infinite;animation:falled-147 10s -146s linear infinite}@-webkit-keyframes falled-147{30%{-webkit-transform:translate(34.076vw,30vh) scale(.4198);transform:translate(34.076vw,30vh) scale(.4198)}to{-webkit-transform:translate(39.076vw,100vh) scale(.4198);transform:translate(39.076vw,100vh) scale(.4198)}}@keyframes falled-147{30%{-webkit-transform:translate(34.076vw,30vh) scale(.4198);transform:translate(34.076vw,30vh) scale(.4198)}to{-webkit-transform:translate(39.076vw,100vh) scale(.4198);transform:translate(39.076vw,100vh) scale(.4198)}}.adv24-snows .adv24-snows__item:nth-child(148){opacity:.0323;-webkit-transform:translate(64.37700000000001vw,-10px) scale(.2103);transform:translate(64.37700000000001vw,-10px) scale(.2103);-webkit-animation:falled-148 10s -102s linear infinite;animation:falled-148 10s -102s linear infinite}@-webkit-keyframes falled-148{80.001%{-webkit-transform:translate(74.37710000000001vw,80.001vh) scale(.2103);transform:translate(74.37710000000001vw,80.001vh) scale(.2103)}to{-webkit-transform:translate(69.37705000000001vw,100vh) scale(.2103);transform:translate(69.37705000000001vw,100vh) scale(.2103)}}@keyframes falled-148{80.001%{-webkit-transform:translate(74.37710000000001vw,80.001vh) scale(.2103);transform:translate(74.37710000000001vw,80.001vh) scale(.2103)}to{-webkit-transform:translate(69.37705000000001vw,100vh) scale(.2103);transform:translate(69.37705000000001vw,100vh) scale(.2103)}}.adv24-snows .adv24-snows__item:nth-child(149){opacity:.7606;-webkit-transform:translate(84.665vw,-10px) scale(.4398);transform:translate(84.665vw,-10px) scale(.4398);-webkit-animation:falled-149 31s -103s linear infinite;animation:falled-149 31s -103s linear infinite}@-webkit-keyframes falled-149{30%{-webkit-transform:translate(74.665vw,30vh) scale(.4398);transform:translate(74.665vw,30vh) scale(.4398)}to{-webkit-transform:translate(79.665vw,100vh) scale(.4398);transform:translate(79.665vw,100vh) scale(.4398)}}@keyframes falled-149{30%{-webkit-transform:translate(74.665vw,30vh) scale(.4398);transform:translate(74.665vw,30vh) scale(.4398)}to{-webkit-transform:translate(79.665vw,100vh) scale(.4398);transform:translate(79.665vw,100vh) scale(.4398)}}.adv24-snows .adv24-snows__item:nth-child(150){opacity:.2416;-webkit-transform:translate(1.4935vw,-10px) scale(.954);transform:translate(1.4935vw,-10px) scale(.954);-webkit-animation:falled-150 10s -115s linear infinite;animation:falled-150 10s -115s linear infinite}@-webkit-keyframes falled-150{30%{-webkit-transform:translate(-8.506499999999999vw,30vh) scale(.954);transform:translate(-8.506499999999999vw,30vh) scale(.954)}to{-webkit-transform:translate(-3.5065vw,100vh) scale(.954);transform:translate(-3.5065vw,100vh) scale(.954)}}@keyframes falled-150{30%{-webkit-transform:translate(-8.506499999999999vw,30vh) scale(.954);transform:translate(-8.506499999999999vw,30vh) scale(.954)}to{-webkit-transform:translate(-3.5065vw,100vh) scale(.954);transform:translate(-3.5065vw,100vh) scale(.954)}}.adv24-snows .adv24-snows__item:nth-child(151){opacity:.8191;-webkit-transform:translate(18.3703vw,-10px) scale(.2648);transform:translate(18.3703vw,-10px) scale(.2648);-webkit-animation:falled-151 31s -128s linear infinite;animation:falled-151 31s -128s linear infinite}@-webkit-keyframes falled-151{30%{-webkit-transform:translate(8.3703vw,30vh) scale(.2648);transform:translate(8.3703vw,30vh) scale(.2648)}to{-webkit-transform:translate(13.3703vw,100vh) scale(.2648);transform:translate(13.3703vw,100vh) scale(.2648)}}@keyframes falled-151{30%{-webkit-transform:translate(8.3703vw,30vh) scale(.2648);transform:translate(8.3703vw,30vh) scale(.2648)}to{-webkit-transform:translate(13.3703vw,100vh) scale(.2648);transform:translate(13.3703vw,100vh) scale(.2648)}}.adv24-snows .adv24-snows__item:nth-child(152){opacity:.2344;-webkit-transform:translate(35.880700000000004vw,-10px) scale(.9649);transform:translate(35.880700000000004vw,-10px) scale(.9649);-webkit-animation:falled-152 31s -91s linear infinite;animation:falled-152 31s -91s linear infinite}@-webkit-keyframes falled-152{30%{-webkit-transform:translate(45.88080000000001vw,30vh) scale(.9649);transform:translate(45.88080000000001vw,30vh) scale(.9649)}to{-webkit-transform:translate(40.880750000000006vw,100vh) scale(.9649);transform:translate(40.880750000000006vw,100vh) scale(.9649)}}@keyframes falled-152{30%{-webkit-transform:translate(45.88080000000001vw,30vh) scale(.9649);transform:translate(45.88080000000001vw,30vh) scale(.9649)}to{-webkit-transform:translate(40.880750000000006vw,100vh) scale(.9649);transform:translate(40.880750000000006vw,100vh) scale(.9649)}}.adv24-snows .adv24-snows__item:nth-child(153){opacity:.6665;-webkit-transform:translate(4.1738vw,-10px) scale(.5284);transform:translate(4.1738vw,-10px) scale(.5284);-webkit-animation:falled-153 31s -31s linear infinite;animation:falled-153 31s -31s linear infinite}@-webkit-keyframes falled-153{30%{-webkit-transform:translate(14.1739vw,30vh) scale(.5284);transform:translate(14.1739vw,30vh) scale(.5284)}to{-webkit-transform:translate(9.17385vw,100vh) scale(.5284);transform:translate(9.17385vw,100vh) scale(.5284)}}@keyframes falled-153{30%{-webkit-transform:translate(14.1739vw,30vh) scale(.5284);transform:translate(14.1739vw,30vh) scale(.5284)}to{-webkit-transform:translate(9.17385vw,100vh) scale(.5284);transform:translate(9.17385vw,100vh) scale(.5284)}}.adv24-snows .adv24-snows__item:nth-child(154){opacity:.4224;-webkit-transform:translate(19.5365vw,-10px) scale(.6164);transform:translate(19.5365vw,-10px) scale(.6164);-webkit-animation:falled-154 10s -68s linear infinite;animation:falled-154 10s -68s linear infinite}@-webkit-keyframes falled-154{80.001%{-webkit-transform:translate(29.5366vw,80.001vh) scale(.6164);transform:translate(29.5366vw,80.001vh) scale(.6164)}to{-webkit-transform:translate(24.53655vw,100vh) scale(.6164);transform:translate(24.53655vw,100vh) scale(.6164)}}@keyframes falled-154{80.001%{-webkit-transform:translate(29.5366vw,80.001vh) scale(.6164);transform:translate(29.5366vw,80.001vh) scale(.6164)}to{-webkit-transform:translate(24.53655vw,100vh) scale(.6164);transform:translate(24.53655vw,100vh) scale(.6164)}}.adv24-snows .adv24-snows__item:nth-child(155){opacity:.1312;-webkit-transform:translate(53.6302vw,-10px) scale(.0348);transform:translate(53.6302vw,-10px) scale(.0348);-webkit-animation:falled-155 10s -73s linear infinite;animation:falled-155 10s -73s linear infinite}@-webkit-keyframes falled-155{30%{-webkit-transform:translate(63.630300000000005vw,30vh) scale(.0348);transform:translate(63.630300000000005vw,30vh) scale(.0348)}to{-webkit-transform:translate(58.630250000000004vw,100vh) scale(.0348);transform:translate(58.630250000000004vw,100vh) scale(.0348)}}@keyframes falled-155{30%{-webkit-transform:translate(63.630300000000005vw,30vh) scale(.0348);transform:translate(63.630300000000005vw,30vh) scale(.0348)}to{-webkit-transform:translate(58.630250000000004vw,100vh) scale(.0348);transform:translate(58.630250000000004vw,100vh) scale(.0348)}}.adv24-snows .adv24-snows__item:nth-child(156){opacity:.4911;-webkit-transform:translate(52.4076vw,-10px) scale(.2232);transform:translate(52.4076vw,-10px) scale(.2232);-webkit-animation:falled-156 31s -136s linear infinite;animation:falled-156 31s -136s linear infinite}@-webkit-keyframes falled-156{80.001%{-webkit-transform:translate(62.407700000000006vw,80.001vh) scale(.2232);transform:translate(62.407700000000006vw,80.001vh) scale(.2232)}to{-webkit-transform:translate(57.407650000000004vw,100vh) scale(.2232);transform:translate(57.407650000000004vw,100vh) scale(.2232)}}@keyframes falled-156{80.001%{-webkit-transform:translate(62.407700000000006vw,80.001vh) scale(.2232);transform:translate(62.407700000000006vw,80.001vh) scale(.2232)}to{-webkit-transform:translate(57.407650000000004vw,100vh) scale(.2232);transform:translate(57.407650000000004vw,100vh) scale(.2232)}}.adv24-snows .adv24-snows__item:nth-child(157){opacity:.592;-webkit-transform:translate(30.484vw,-10px) scale(.7979);transform:translate(30.484vw,-10px) scale(.7979);-webkit-animation:falled-157 10s -91s linear infinite;animation:falled-157 10s -91s linear infinite}@-webkit-keyframes falled-157{80.001%{-webkit-transform:translate(40.4841vw,80.001vh) scale(.7979);transform:translate(40.4841vw,80.001vh) scale(.7979)}to{-webkit-transform:translate(35.48405vw,100vh) scale(.7979);transform:translate(35.48405vw,100vh) scale(.7979)}}@keyframes falled-157{80.001%{-webkit-transform:translate(40.4841vw,80.001vh) scale(.7979);transform:translate(40.4841vw,80.001vh) scale(.7979)}to{-webkit-transform:translate(35.48405vw,100vh) scale(.7979);transform:translate(35.48405vw,100vh) scale(.7979)}}.adv24-snows .adv24-snows__item:nth-child(158){opacity:.6676;-webkit-transform:translate(16.948800000000002vw,-10px) scale(.965);transform:translate(16.948800000000002vw,-10px) scale(.965);-webkit-animation:falled-158 10s -110s linear infinite;animation:falled-158 10s -110s linear infinite}@-webkit-keyframes falled-158{30%{-webkit-transform:translate(26.948900000000002vw,30vh) scale(.965);transform:translate(26.948900000000002vw,30vh) scale(.965)}to{-webkit-transform:translate(21.94885vw,100vh) scale(.965);transform:translate(21.94885vw,100vh) scale(.965)}}@keyframes falled-158{30%{-webkit-transform:translate(26.948900000000002vw,30vh) scale(.965);transform:translate(26.948900000000002vw,30vh) scale(.965)}to{-webkit-transform:translate(21.94885vw,100vh) scale(.965);transform:translate(21.94885vw,100vh) scale(.965)}}.adv24-snows .adv24-snows__item:nth-child(159){opacity:.2975;-webkit-transform:translate(18.4246vw,-10px) scale(.2868);transform:translate(18.4246vw,-10px) scale(.2868);-webkit-animation:falled-159 10s -51s linear infinite;animation:falled-159 10s -51s linear infinite}@-webkit-keyframes falled-159{30%{-webkit-transform:translate(8.424600000000002vw,30vh) scale(.2868);transform:translate(8.424600000000002vw,30vh) scale(.2868)}to{-webkit-transform:translate(13.424600000000002vw,100vh) scale(.2868);transform:translate(13.424600000000002vw,100vh) scale(.2868)}}@keyframes falled-159{30%{-webkit-transform:translate(8.424600000000002vw,30vh) scale(.2868);transform:translate(8.424600000000002vw,30vh) scale(.2868)}to{-webkit-transform:translate(13.424600000000002vw,100vh) scale(.2868);transform:translate(13.424600000000002vw,100vh) scale(.2868)}}.adv24-snows .adv24-snows__item:nth-child(160){opacity:.7713;-webkit-transform:translate(69.0655vw,-10px) scale(.2147);transform:translate(69.0655vw,-10px) scale(.2147);-webkit-animation:falled-160 10s -77s linear infinite;animation:falled-160 10s -77s linear infinite}@-webkit-keyframes falled-160{30%{-webkit-transform:translate(59.0655vw,30vh) scale(.2147);transform:translate(59.0655vw,30vh) scale(.2147)}to{-webkit-transform:translate(64.0655vw,100vh) scale(.2147);transform:translate(64.0655vw,100vh) scale(.2147)}}@keyframes falled-160{30%{-webkit-transform:translate(59.0655vw,30vh) scale(.2147);transform:translate(59.0655vw,30vh) scale(.2147)}to{-webkit-transform:translate(64.0655vw,100vh) scale(.2147);transform:translate(64.0655vw,100vh) scale(.2147)}}.adv24-snows .adv24-snows__item:nth-child(161){opacity:.4278;-webkit-transform:translate(37.3736vw,-10px) scale(.8961);transform:translate(37.3736vw,-10px) scale(.8961);-webkit-animation:falled-161 10s -154s linear infinite;animation:falled-161 10s -154s linear infinite}@-webkit-keyframes falled-161{80.001%{-webkit-transform:translate(47.3737vw,80.001vh) scale(.8961);transform:translate(47.3737vw,80.001vh) scale(.8961)}to{-webkit-transform:translate(42.373650000000005vw,100vh) scale(.8961);transform:translate(42.373650000000005vw,100vh) scale(.8961)}}@keyframes falled-161{80.001%{-webkit-transform:translate(47.3737vw,80.001vh) scale(.8961);transform:translate(47.3737vw,80.001vh) scale(.8961)}to{-webkit-transform:translate(42.373650000000005vw,100vh) scale(.8961);transform:translate(42.373650000000005vw,100vh) scale(.8961)}}.adv24-snows .adv24-snows__item:nth-child(162){opacity:.7223;-webkit-transform:translate(75.68430000000001vw,-10px) scale(.7898);transform:translate(75.68430000000001vw,-10px) scale(.7898);-webkit-animation:falled-162 10s -31s linear infinite;animation:falled-162 10s -31s linear infinite}@-webkit-keyframes falled-162{30%{-webkit-transform:translate(85.68440000000001vw,30vh) scale(.7898);transform:translate(85.68440000000001vw,30vh) scale(.7898)}to{-webkit-transform:translate(80.68435000000001vw,100vh) scale(.7898);transform:translate(80.68435000000001vw,100vh) scale(.7898)}}@keyframes falled-162{30%{-webkit-transform:translate(85.68440000000001vw,30vh) scale(.7898);transform:translate(85.68440000000001vw,30vh) scale(.7898)}to{-webkit-transform:translate(80.68435000000001vw,100vh) scale(.7898);transform:translate(80.68435000000001vw,100vh) scale(.7898)}}.adv24-snows .adv24-snows__item:nth-child(163){opacity:.5767;-webkit-transform:translate(5.3124vw,-10px) scale(.2754);transform:translate(5.3124vw,-10px) scale(.2754);-webkit-animation:falled-163 10s -59s linear infinite;animation:falled-163 10s -59s linear infinite}@-webkit-keyframes falled-163{30%{-webkit-transform:translate(-4.6876vw,30vh) scale(.2754);transform:translate(-4.6876vw,30vh) scale(.2754)}to{-webkit-transform:translate(.3124vw,100vh) scale(.2754);transform:translate(.3124vw,100vh) scale(.2754)}}@keyframes falled-163{30%{-webkit-transform:translate(-4.6876vw,30vh) scale(.2754);transform:translate(-4.6876vw,30vh) scale(.2754)}to{-webkit-transform:translate(.3124vw,100vh) scale(.2754);transform:translate(.3124vw,100vh) scale(.2754)}}.adv24-snows .adv24-snows__item:nth-child(164){opacity:.604;-webkit-transform:translate(83.92530000000001vw,-10px) scale(.7797);transform:translate(83.92530000000001vw,-10px) scale(.7797);-webkit-animation:falled-164 10s -108s linear infinite;animation:falled-164 10s -108s linear infinite}@-webkit-keyframes falled-164{80.001%{-webkit-transform:translate(93.92540000000001vw,80.001vh) scale(.7797);transform:translate(93.92540000000001vw,80.001vh) scale(.7797)}to{-webkit-transform:translate(88.92535000000001vw,100vh) scale(.7797);transform:translate(88.92535000000001vw,100vh) scale(.7797)}}@keyframes falled-164{80.001%{-webkit-transform:translate(93.92540000000001vw,80.001vh) scale(.7797);transform:translate(93.92540000000001vw,80.001vh) scale(.7797)}to{-webkit-transform:translate(88.92535000000001vw,100vh) scale(.7797);transform:translate(88.92535000000001vw,100vh) scale(.7797)}}.adv24-snows .adv24-snows__item:nth-child(165){opacity:.3766;-webkit-transform:translate(88.91600000000001vw,-10px) scale(.4791);transform:translate(88.91600000000001vw,-10px) scale(.4791);-webkit-animation:falled-165 10s -84s linear infinite;animation:falled-165 10s -84s linear infinite}@-webkit-keyframes falled-165{30%{-webkit-transform:translate(98.91610000000001vw,30vh) scale(.4791);transform:translate(98.91610000000001vw,30vh) scale(.4791)}to{-webkit-transform:translate(93.91605000000001vw,100vh) scale(.4791);transform:translate(93.91605000000001vw,100vh) scale(.4791)}}@keyframes falled-165{30%{-webkit-transform:translate(98.91610000000001vw,30vh) scale(.4791);transform:translate(98.91610000000001vw,30vh) scale(.4791)}to{-webkit-transform:translate(93.91605000000001vw,100vh) scale(.4791);transform:translate(93.91605000000001vw,100vh) scale(.4791)}}.adv24-snows .adv24-snows__item:nth-child(166){opacity:.5319;-webkit-transform:translate(85.9136vw,-10px) scale(.9361);transform:translate(85.9136vw,-10px) scale(.9361);-webkit-animation:falled-166 10s -50s linear infinite;animation:falled-166 10s -50s linear infinite}@-webkit-keyframes falled-166{80.001%{-webkit-transform:translate(95.9137vw,80.001vh) scale(.9361);transform:translate(95.9137vw,80.001vh) scale(.9361)}to{-webkit-transform:translate(90.91365vw,100vh) scale(.9361);transform:translate(90.91365vw,100vh) scale(.9361)}}@keyframes falled-166{80.001%{-webkit-transform:translate(95.9137vw,80.001vh) scale(.9361);transform:translate(95.9137vw,80.001vh) scale(.9361)}to{-webkit-transform:translate(90.91365vw,100vh) scale(.9361);transform:translate(90.91365vw,100vh) scale(.9361)}}.adv24-snows .adv24-snows__item:nth-child(167){opacity:.3837;-webkit-transform:translate(69.4497vw,-10px) scale(.079);transform:translate(69.4497vw,-10px) scale(.079);-webkit-animation:falled-167 10s -51s linear infinite;animation:falled-167 10s -51s linear infinite}@-webkit-keyframes falled-167{80.001%{-webkit-transform:translate(79.44980000000001vw,80.001vh) scale(.079);transform:translate(79.44980000000001vw,80.001vh) scale(.079)}to{-webkit-transform:translate(74.44975000000001vw,100vh) scale(.079);transform:translate(74.44975000000001vw,100vh) scale(.079)}}@keyframes falled-167{80.001%{-webkit-transform:translate(79.44980000000001vw,80.001vh) scale(.079);transform:translate(79.44980000000001vw,80.001vh) scale(.079)}to{-webkit-transform:translate(74.44975000000001vw,100vh) scale(.079);transform:translate(74.44975000000001vw,100vh) scale(.079)}}.adv24-snows .adv24-snows__item:nth-child(168){opacity:.1315;-webkit-transform:translate(59.2768vw,-10px) scale(.7303);transform:translate(59.2768vw,-10px) scale(.7303);-webkit-animation:falled-168 10s -50s linear infinite;animation:falled-168 10s -50s linear infinite}@-webkit-keyframes falled-168{30%{-webkit-transform:translate(49.2768vw,30vh) scale(.7303);transform:translate(49.2768vw,30vh) scale(.7303)}to{-webkit-transform:translate(54.2768vw,100vh) scale(.7303);transform:translate(54.2768vw,100vh) scale(.7303)}}@keyframes falled-168{30%{-webkit-transform:translate(49.2768vw,30vh) scale(.7303);transform:translate(49.2768vw,30vh) scale(.7303)}to{-webkit-transform:translate(54.2768vw,100vh) scale(.7303);transform:translate(54.2768vw,100vh) scale(.7303)}}.adv24-snows .adv24-snows__item:nth-child(169){opacity:.8266;-webkit-transform:translate(49.0561vw,-10px) scale(.9578);transform:translate(49.0561vw,-10px) scale(.9578);-webkit-animation:falled-169 10s -118s linear infinite;animation:falled-169 10s -118s linear infinite}@-webkit-keyframes falled-169{30%{-webkit-transform:translate(59.056200000000004vw,30vh) scale(.9578);transform:translate(59.056200000000004vw,30vh) scale(.9578)}to{-webkit-transform:translate(54.05615vw,100vh) scale(.9578);transform:translate(54.05615vw,100vh) scale(.9578)}}@keyframes falled-169{30%{-webkit-transform:translate(59.056200000000004vw,30vh) scale(.9578);transform:translate(59.056200000000004vw,30vh) scale(.9578)}to{-webkit-transform:translate(54.05615vw,100vh) scale(.9578);transform:translate(54.05615vw,100vh) scale(.9578)}}.adv24-snows .adv24-snows__item:nth-child(170){opacity:.9547;-webkit-transform:translate(73.1048vw,-10px) scale(.3074);transform:translate(73.1048vw,-10px) scale(.3074);-webkit-animation:falled-170 10s -76s linear infinite;animation:falled-170 10s -76s linear infinite}@-webkit-keyframes falled-170{80.001%{-webkit-transform:translate(83.1049vw,80.001vh) scale(.3074);transform:translate(83.1049vw,80.001vh) scale(.3074)}to{-webkit-transform:translate(78.10485vw,100vh) scale(.3074);transform:translate(78.10485vw,100vh) scale(.3074)}}@keyframes falled-170{80.001%{-webkit-transform:translate(83.1049vw,80.001vh) scale(.3074);transform:translate(83.1049vw,80.001vh) scale(.3074)}to{-webkit-transform:translate(78.10485vw,100vh) scale(.3074);transform:translate(78.10485vw,100vh) scale(.3074)}}.adv24-snows .adv24-snows__item:nth-child(171){opacity:.2774;-webkit-transform:translate(10.7202vw,-10px) scale(.036);transform:translate(10.7202vw,-10px) scale(.036);-webkit-animation:falled-171 10s -71s linear infinite;animation:falled-171 10s -71s linear infinite}@-webkit-keyframes falled-171{80.001%{-webkit-transform:translate(20.7203vw,80.001vh) scale(.036);transform:translate(20.7203vw,80.001vh) scale(.036)}to{-webkit-transform:translate(15.72025vw,100vh) scale(.036);transform:translate(15.72025vw,100vh) scale(.036)}}@keyframes falled-171{80.001%{-webkit-transform:translate(20.7203vw,80.001vh) scale(.036);transform:translate(20.7203vw,80.001vh) scale(.036)}to{-webkit-transform:translate(15.72025vw,100vh) scale(.036);transform:translate(15.72025vw,100vh) scale(.036)}}.adv24-snows .adv24-snows__item:nth-child(172){opacity:.1638;-webkit-transform:translate(77.9276vw,-10px) scale(.9406);transform:translate(77.9276vw,-10px) scale(.9406);-webkit-animation:falled-172 10s -117s linear infinite;animation:falled-172 10s -117s linear infinite}@-webkit-keyframes falled-172{80.001%{-webkit-transform:translate(87.9277vw,80.001vh) scale(.9406);transform:translate(87.9277vw,80.001vh) scale(.9406)}to{-webkit-transform:translate(82.92765vw,100vh) scale(.9406);transform:translate(82.92765vw,100vh) scale(.9406)}}@keyframes falled-172{80.001%{-webkit-transform:translate(87.9277vw,80.001vh) scale(.9406);transform:translate(87.9277vw,80.001vh) scale(.9406)}to{-webkit-transform:translate(82.92765vw,100vh) scale(.9406);transform:translate(82.92765vw,100vh) scale(.9406)}}.adv24-snows .adv24-snows__item:nth-child(173){opacity:.5155;-webkit-transform:translate(29.0502vw,-10px) scale(.8855);transform:translate(29.0502vw,-10px) scale(.8855);-webkit-animation:falled-173 10s -152s linear infinite;animation:falled-173 10s -152s linear infinite}@-webkit-keyframes falled-173{30%{-webkit-transform:translate(19.0502vw,30vh) scale(.8855);transform:translate(19.0502vw,30vh) scale(.8855)}to{-webkit-transform:translate(24.0502vw,100vh) scale(.8855);transform:translate(24.0502vw,100vh) scale(.8855)}}@keyframes falled-173{30%{-webkit-transform:translate(19.0502vw,30vh) scale(.8855);transform:translate(19.0502vw,30vh) scale(.8855)}to{-webkit-transform:translate(24.0502vw,100vh) scale(.8855);transform:translate(24.0502vw,100vh) scale(.8855)}}.adv24-snows .adv24-snows__item:nth-child(174){opacity:.1121;-webkit-transform:translate(34.5396vw,-10px) scale(.9204);transform:translate(34.5396vw,-10px) scale(.9204);-webkit-animation:falled-174 31s -50s linear infinite;animation:falled-174 31s -50s linear infinite}@-webkit-keyframes falled-174{30%{-webkit-transform:translate(44.539699999999996vw,30vh) scale(.9204);transform:translate(44.539699999999996vw,30vh) scale(.9204)}to{-webkit-transform:translate(39.53965vw,100vh) scale(.9204);transform:translate(39.53965vw,100vh) scale(.9204)}}@keyframes falled-174{30%{-webkit-transform:translate(44.539699999999996vw,30vh) scale(.9204);transform:translate(44.539699999999996vw,30vh) scale(.9204)}to{-webkit-transform:translate(39.53965vw,100vh) scale(.9204);transform:translate(39.53965vw,100vh) scale(.9204)}}.adv24-snows .adv24-snows__item:nth-child(175){opacity:.0255;-webkit-transform:translate(60.333600000000004vw,-10px) scale(.3294);transform:translate(60.333600000000004vw,-10px) scale(.3294);-webkit-animation:falled-175 10s -32s linear infinite;animation:falled-175 10s -32s linear infinite}@-webkit-keyframes falled-175{80.001%{-webkit-transform:translate(50.333600000000004vw,80.001vh) scale(.3294);transform:translate(50.333600000000004vw,80.001vh) scale(.3294)}to{-webkit-transform:translate(55.333600000000004vw,100vh) scale(.3294);transform:translate(55.333600000000004vw,100vh) scale(.3294)}}@keyframes falled-175{80.001%{-webkit-transform:translate(50.333600000000004vw,80.001vh) scale(.3294);transform:translate(50.333600000000004vw,80.001vh) scale(.3294)}to{-webkit-transform:translate(55.333600000000004vw,100vh) scale(.3294);transform:translate(55.333600000000004vw,100vh) scale(.3294)}}.adv24-snows .adv24-snows__item:nth-child(176){opacity:.974;-webkit-transform:translate(10.443200000000001vw,-10px) scale(.882);transform:translate(10.443200000000001vw,-10px) scale(.882);-webkit-animation:falled-176 31s -68s linear infinite;animation:falled-176 31s -68s linear infinite}@-webkit-keyframes falled-176{30%{-webkit-transform:translate(.443200000000001vw,30vh) scale(.882);transform:translate(.443200000000001vw,30vh) scale(.882)}to{-webkit-transform:translate(5.443200000000001vw,100vh) scale(.882);transform:translate(5.443200000000001vw,100vh) scale(.882)}}@keyframes falled-176{30%{-webkit-transform:translate(.443200000000001vw,30vh) scale(.882);transform:translate(.443200000000001vw,30vh) scale(.882)}to{-webkit-transform:translate(5.443200000000001vw,100vh) scale(.882);transform:translate(5.443200000000001vw,100vh) scale(.882)}}.adv24-snows .adv24-snows__item:nth-child(177){opacity:.8145;-webkit-transform:translate(21.901300000000003vw,-10px) scale(.4445);transform:translate(21.901300000000003vw,-10px) scale(.4445);-webkit-animation:falled-177 10s -160s linear infinite;animation:falled-177 10s -160s linear infinite}@-webkit-keyframes falled-177{80.001%{-webkit-transform:translate(11.901300000000003vw,80.001vh) scale(.4445);transform:translate(11.901300000000003vw,80.001vh) scale(.4445)}to{-webkit-transform:translate(16.901300000000003vw,100vh) scale(.4445);transform:translate(16.901300000000003vw,100vh) scale(.4445)}}@keyframes falled-177{80.001%{-webkit-transform:translate(11.901300000000003vw,80.001vh) scale(.4445);transform:translate(11.901300000000003vw,80.001vh) scale(.4445)}to{-webkit-transform:translate(16.901300000000003vw,100vh) scale(.4445);transform:translate(16.901300000000003vw,100vh) scale(.4445)}}.adv24-snows .adv24-snows__item:nth-child(178){opacity:.2094;-webkit-transform:translate(.9411vw,-10px) scale(.889);transform:translate(.9411vw,-10px) scale(.889);-webkit-animation:falled-178 31s -45s linear infinite;animation:falled-178 31s -45s linear infinite}@-webkit-keyframes falled-178{80.001%{-webkit-transform:translate(10.9412vw,80.001vh) scale(.889);transform:translate(10.9412vw,80.001vh) scale(.889)}to{-webkit-transform:translate(5.94115vw,100vh) scale(.889);transform:translate(5.94115vw,100vh) scale(.889)}}@keyframes falled-178{80.001%{-webkit-transform:translate(10.9412vw,80.001vh) scale(.889);transform:translate(10.9412vw,80.001vh) scale(.889)}to{-webkit-transform:translate(5.94115vw,100vh) scale(.889);transform:translate(5.94115vw,100vh) scale(.889)}}.adv24-snows .adv24-snows__item:nth-child(179){opacity:.6617;-webkit-transform:translate(13.2142vw,-10px) scale(.7762);transform:translate(13.2142vw,-10px) scale(.7762);-webkit-animation:falled-179 10s -146s linear infinite;animation:falled-179 10s -146s linear infinite}@-webkit-keyframes falled-179{80.001%{-webkit-transform:translate(3.2142vw,80.001vh) scale(.7762);transform:translate(3.2142vw,80.001vh) scale(.7762)}to{-webkit-transform:translate(8.2142vw,100vh) scale(.7762);transform:translate(8.2142vw,100vh) scale(.7762)}}@keyframes falled-179{80.001%{-webkit-transform:translate(3.2142vw,80.001vh) scale(.7762);transform:translate(3.2142vw,80.001vh) scale(.7762)}to{-webkit-transform:translate(8.2142vw,100vh) scale(.7762);transform:translate(8.2142vw,100vh) scale(.7762)}}.adv24-snows .adv24-snows__item:nth-child(180){opacity:.4322;-webkit-transform:translate(91.98140000000001vw,-10px) scale(.0498);transform:translate(91.98140000000001vw,-10px) scale(.0498);-webkit-animation:falled-180 31s -147s linear infinite;animation:falled-180 31s -147s linear infinite}@-webkit-keyframes falled-180{80.001%{-webkit-transform:translate(101.98150000000001vw,80.001vh) scale(.0498);transform:translate(101.98150000000001vw,80.001vh) scale(.0498)}to{-webkit-transform:translate(96.98145000000001vw,100vh) scale(.0498);transform:translate(96.98145000000001vw,100vh) scale(.0498)}}@keyframes falled-180{80.001%{-webkit-transform:translate(101.98150000000001vw,80.001vh) scale(.0498);transform:translate(101.98150000000001vw,80.001vh) scale(.0498)}to{-webkit-transform:translate(96.98145000000001vw,100vh) scale(.0498);transform:translate(96.98145000000001vw,100vh) scale(.0498)}}.adv24-snows .adv24-snows__item:nth-child(181){opacity:.3309;-webkit-transform:translate(42.9925vw,-10px) scale(.4813);transform:translate(42.9925vw,-10px) scale(.4813);-webkit-animation:falled-181 31s -128s linear infinite;animation:falled-181 31s -128s linear infinite}@-webkit-keyframes falled-181{30%{-webkit-transform:translate(52.992599999999996vw,30vh) scale(.4813);transform:translate(52.992599999999996vw,30vh) scale(.4813)}to{-webkit-transform:translate(47.99255vw,100vh) scale(.4813);transform:translate(47.99255vw,100vh) scale(.4813)}}@keyframes falled-181{30%{-webkit-transform:translate(52.992599999999996vw,30vh) scale(.4813);transform:translate(52.992599999999996vw,30vh) scale(.4813)}to{-webkit-transform:translate(47.99255vw,100vh) scale(.4813);transform:translate(47.99255vw,100vh) scale(.4813)}}.adv24-snows .adv24-snows__item:nth-child(182){opacity:.9136;-webkit-transform:translate(62.7147vw,-10px) scale(.7916);transform:translate(62.7147vw,-10px) scale(.7916);-webkit-animation:falled-182 10s -85s linear infinite;animation:falled-182 10s -85s linear infinite}@-webkit-keyframes falled-182{80.001%{-webkit-transform:translate(72.7148vw,80.001vh) scale(.7916);transform:translate(72.7148vw,80.001vh) scale(.7916)}to{-webkit-transform:translate(67.71475vw,100vh) scale(.7916);transform:translate(67.71475vw,100vh) scale(.7916)}}@keyframes falled-182{80.001%{-webkit-transform:translate(72.7148vw,80.001vh) scale(.7916);transform:translate(72.7148vw,80.001vh) scale(.7916)}to{-webkit-transform:translate(67.71475vw,100vh) scale(.7916);transform:translate(67.71475vw,100vh) scale(.7916)}}.adv24-snows .adv24-snows__item:nth-child(183){opacity:.8409;-webkit-transform:translate(17.541800000000002vw,-10px) scale(.7673);transform:translate(17.541800000000002vw,-10px) scale(.7673);-webkit-animation:falled-183 31s -71s linear infinite;animation:falled-183 31s -71s linear infinite}@-webkit-keyframes falled-183{80.001%{-webkit-transform:translate(27.541900000000002vw,80.001vh) scale(.7673);transform:translate(27.541900000000002vw,80.001vh) scale(.7673)}to{-webkit-transform:translate(22.541850000000004vw,100vh) scale(.7673);transform:translate(22.541850000000004vw,100vh) scale(.7673)}}@keyframes falled-183{80.001%{-webkit-transform:translate(27.541900000000002vw,80.001vh) scale(.7673);transform:translate(27.541900000000002vw,80.001vh) scale(.7673)}to{-webkit-transform:translate(22.541850000000004vw,100vh) scale(.7673);transform:translate(22.541850000000004vw,100vh) scale(.7673)}}.adv24-snows .adv24-snows__item:nth-child(184){opacity:.2988;-webkit-transform:translate(15.5081vw,-10px) scale(.2491);transform:translate(15.5081vw,-10px) scale(.2491);-webkit-animation:falled-184 31s -166s linear infinite;animation:falled-184 31s -166s linear infinite}@-webkit-keyframes falled-184{30%{-webkit-transform:translate(25.508200000000002vw,30vh) scale(.2491);transform:translate(25.508200000000002vw,30vh) scale(.2491)}to{-webkit-transform:translate(20.50815vw,100vh) scale(.2491);transform:translate(20.50815vw,100vh) scale(.2491)}}@keyframes falled-184{30%{-webkit-transform:translate(25.508200000000002vw,30vh) scale(.2491);transform:translate(25.508200000000002vw,30vh) scale(.2491)}to{-webkit-transform:translate(20.50815vw,100vh) scale(.2491);transform:translate(20.50815vw,100vh) scale(.2491)}}.adv24-snows .adv24-snows__item:nth-child(185){opacity:.8769;-webkit-transform:translate(99.10130000000001vw,-10px) scale(.9534);transform:translate(99.10130000000001vw,-10px) scale(.9534);-webkit-animation:falled-185 10s -165s linear infinite;animation:falled-185 10s -165s linear infinite}@-webkit-keyframes falled-185{30%{-webkit-transform:translate(89.10130000000001vw,30vh) scale(.9534);transform:translate(89.10130000000001vw,30vh) scale(.9534)}to{-webkit-transform:translate(94.10130000000001vw,100vh) scale(.9534);transform:translate(94.10130000000001vw,100vh) scale(.9534)}}@keyframes falled-185{30%{-webkit-transform:translate(89.10130000000001vw,30vh) scale(.9534);transform:translate(89.10130000000001vw,30vh) scale(.9534)}to{-webkit-transform:translate(94.10130000000001vw,100vh) scale(.9534);transform:translate(94.10130000000001vw,100vh) scale(.9534)}}.adv24-snows .adv24-snows__item:nth-child(186){opacity:.623;-webkit-transform:translate(53.7503vw,-10px) scale(.6644);transform:translate(53.7503vw,-10px) scale(.6644);-webkit-animation:falled-186 10s -165s linear infinite;animation:falled-186 10s -165s linear infinite}@-webkit-keyframes falled-186{80.001%{-webkit-transform:translate(63.7504vw,80.001vh) scale(.6644);transform:translate(63.7504vw,80.001vh) scale(.6644)}to{-webkit-transform:translate(58.750350000000005vw,100vh) scale(.6644);transform:translate(58.750350000000005vw,100vh) scale(.6644)}}@keyframes falled-186{80.001%{-webkit-transform:translate(63.7504vw,80.001vh) scale(.6644);transform:translate(63.7504vw,80.001vh) scale(.6644)}to{-webkit-transform:translate(58.750350000000005vw,100vh) scale(.6644);transform:translate(58.750350000000005vw,100vh) scale(.6644)}}.adv24-snows .adv24-snows__item:nth-child(187){opacity:.5262;-webkit-transform:translate(7.4911vw,-10px) scale(.5853);transform:translate(7.4911vw,-10px) scale(.5853);-webkit-animation:falled-187 10s -54s linear infinite;animation:falled-187 10s -54s linear infinite}@-webkit-keyframes falled-187{30%{-webkit-transform:translate(17.4912vw,30vh) scale(.5853);transform:translate(17.4912vw,30vh) scale(.5853)}to{-webkit-transform:translate(12.491150000000001vw,100vh) scale(.5853);transform:translate(12.491150000000001vw,100vh) scale(.5853)}}@keyframes falled-187{30%{-webkit-transform:translate(17.4912vw,30vh) scale(.5853);transform:translate(17.4912vw,30vh) scale(.5853)}to{-webkit-transform:translate(12.491150000000001vw,100vh) scale(.5853);transform:translate(12.491150000000001vw,100vh) scale(.5853)}}.adv24-snows .adv24-snows__item:nth-child(188){opacity:.3392;-webkit-transform:translate(73.6192vw,-10px) scale(.2682);transform:translate(73.6192vw,-10px) scale(.2682);-webkit-animation:falled-188 10s -159s linear infinite;animation:falled-188 10s -159s linear infinite}@-webkit-keyframes falled-188{80.001%{-webkit-transform:translate(63.619200000000006vw,80.001vh) scale(.2682);transform:translate(63.619200000000006vw,80.001vh) scale(.2682)}to{-webkit-transform:translate(68.6192vw,100vh) scale(.2682);transform:translate(68.6192vw,100vh) scale(.2682)}}@keyframes falled-188{80.001%{-webkit-transform:translate(63.619200000000006vw,80.001vh) scale(.2682);transform:translate(63.619200000000006vw,80.001vh) scale(.2682)}to{-webkit-transform:translate(68.6192vw,100vh) scale(.2682);transform:translate(68.6192vw,100vh) scale(.2682)}}.adv24-snows .adv24-snows__item:nth-child(189){opacity:.7996;-webkit-transform:translate(64.163vw,-10px) scale(.9666);transform:translate(64.163vw,-10px) scale(.9666);-webkit-animation:falled-189 31s -98s linear infinite;animation:falled-189 31s -98s linear infinite}@-webkit-keyframes falled-189{30%{-webkit-transform:translate(54.163vw,30vh) scale(.9666);transform:translate(54.163vw,30vh) scale(.9666)}to{-webkit-transform:translate(59.163vw,100vh) scale(.9666);transform:translate(59.163vw,100vh) scale(.9666)}}@keyframes falled-189{30%{-webkit-transform:translate(54.163vw,30vh) scale(.9666);transform:translate(54.163vw,30vh) scale(.9666)}to{-webkit-transform:translate(59.163vw,100vh) scale(.9666);transform:translate(59.163vw,100vh) scale(.9666)}}.adv24-snows .adv24-snows__item:nth-child(190){opacity:.7954;-webkit-transform:translate(70.23660000000001vw,-10px) scale(.9336);transform:translate(70.23660000000001vw,-10px) scale(.9336);-webkit-animation:falled-190 31s -154s linear infinite;animation:falled-190 31s -154s linear infinite}@-webkit-keyframes falled-190{30%{-webkit-transform:translate(80.23670000000001vw,30vh) scale(.9336);transform:translate(80.23670000000001vw,30vh) scale(.9336)}to{-webkit-transform:translate(75.23665000000001vw,100vh) scale(.9336);transform:translate(75.23665000000001vw,100vh) scale(.9336)}}@keyframes falled-190{30%{-webkit-transform:translate(80.23670000000001vw,30vh) scale(.9336);transform:translate(80.23670000000001vw,30vh) scale(.9336)}to{-webkit-transform:translate(75.23665000000001vw,100vh) scale(.9336);transform:translate(75.23665000000001vw,100vh) scale(.9336)}}.adv24-snows .adv24-snows__item:nth-child(191){opacity:.6663;-webkit-transform:translate(73.8982vw,-10px) scale(.0289);transform:translate(73.8982vw,-10px) scale(.0289);-webkit-animation:falled-191 31s -121s linear infinite;animation:falled-191 31s -121s linear infinite}@-webkit-keyframes falled-191{30%{-webkit-transform:translate(63.8982vw,30vh) scale(.0289);transform:translate(63.8982vw,30vh) scale(.0289)}to{-webkit-transform:translate(68.8982vw,100vh) scale(.0289);transform:translate(68.8982vw,100vh) scale(.0289)}}@keyframes falled-191{30%{-webkit-transform:translate(63.8982vw,30vh) scale(.0289);transform:translate(63.8982vw,30vh) scale(.0289)}to{-webkit-transform:translate(68.8982vw,100vh) scale(.0289);transform:translate(68.8982vw,100vh) scale(.0289)}}.adv24-snows .adv24-snows__item:nth-child(192){opacity:.3149;-webkit-transform:translate(76.6755vw,-10px) scale(.065);transform:translate(76.6755vw,-10px) scale(.065);-webkit-animation:falled-192 31s -126s linear infinite;animation:falled-192 31s -126s linear infinite}@-webkit-keyframes falled-192{30%{-webkit-transform:translate(66.6755vw,30vh) scale(.065);transform:translate(66.6755vw,30vh) scale(.065)}to{-webkit-transform:translate(71.6755vw,100vh) scale(.065);transform:translate(71.6755vw,100vh) scale(.065)}}@keyframes falled-192{30%{-webkit-transform:translate(66.6755vw,30vh) scale(.065);transform:translate(66.6755vw,30vh) scale(.065)}to{-webkit-transform:translate(71.6755vw,100vh) scale(.065);transform:translate(71.6755vw,100vh) scale(.065)}}.adv24-snows .adv24-snows__item:nth-child(193){opacity:.1226;-webkit-transform:translate(64.4611vw,-10px) scale(.6645);transform:translate(64.4611vw,-10px) scale(.6645);-webkit-animation:falled-193 31s -185s linear infinite;animation:falled-193 31s -185s linear infinite}@-webkit-keyframes falled-193{30%{-webkit-transform:translate(74.4612vw,30vh) scale(.6645);transform:translate(74.4612vw,30vh) scale(.6645)}to{-webkit-transform:translate(69.46115vw,100vh) scale(.6645);transform:translate(69.46115vw,100vh) scale(.6645)}}@keyframes falled-193{30%{-webkit-transform:translate(74.4612vw,30vh) scale(.6645);transform:translate(74.4612vw,30vh) scale(.6645)}to{-webkit-transform:translate(69.46115vw,100vh) scale(.6645);transform:translate(69.46115vw,100vh) scale(.6645)}}.adv24-snows .adv24-snows__item:nth-child(194){opacity:.1661;-webkit-transform:translate(77.1991vw,-10px) scale(.9887);transform:translate(77.1991vw,-10px) scale(.9887);-webkit-animation:falled-194 31s -127s linear infinite;animation:falled-194 31s -127s linear infinite}@-webkit-keyframes falled-194{80.001%{-webkit-transform:translate(67.1991vw,80.001vh) scale(.9887);transform:translate(67.1991vw,80.001vh) scale(.9887)}to{-webkit-transform:translate(72.1991vw,100vh) scale(.9887);transform:translate(72.1991vw,100vh) scale(.9887)}}@keyframes falled-194{80.001%{-webkit-transform:translate(67.1991vw,80.001vh) scale(.9887);transform:translate(67.1991vw,80.001vh) scale(.9887)}to{-webkit-transform:translate(72.1991vw,100vh) scale(.9887);transform:translate(72.1991vw,100vh) scale(.9887)}}.adv24-snows .adv24-snows__item:nth-child(195){opacity:.6201;-webkit-transform:translate(41.9122vw,-10px) scale(.1315);transform:translate(41.9122vw,-10px) scale(.1315);-webkit-animation:falled-195 31s -68s linear infinite;animation:falled-195 31s -68s linear infinite}@-webkit-keyframes falled-195{80.001%{-webkit-transform:translate(51.9123vw,80.001vh) scale(.1315);transform:translate(51.9123vw,80.001vh) scale(.1315)}to{-webkit-transform:translate(46.91225vw,100vh) scale(.1315);transform:translate(46.91225vw,100vh) scale(.1315)}}@keyframes falled-195{80.001%{-webkit-transform:translate(51.9123vw,80.001vh) scale(.1315);transform:translate(51.9123vw,80.001vh) scale(.1315)}to{-webkit-transform:translate(46.91225vw,100vh) scale(.1315);transform:translate(46.91225vw,100vh) scale(.1315)}}.adv24-snows .adv24-snows__item:nth-child(196){opacity:.3125;-webkit-transform:translate(94.7491vw,-10px) scale(.7206);transform:translate(94.7491vw,-10px) scale(.7206);-webkit-animation:falled-196 10s -77s linear infinite;animation:falled-196 10s -77s linear infinite}@-webkit-keyframes falled-196{80.001%{-webkit-transform:translate(104.7492vw,80.001vh) scale(.7206);transform:translate(104.7492vw,80.001vh) scale(.7206)}to{-webkit-transform:translate(99.74915vw,100vh) scale(.7206);transform:translate(99.74915vw,100vh) scale(.7206)}}@keyframes falled-196{80.001%{-webkit-transform:translate(104.7492vw,80.001vh) scale(.7206);transform:translate(104.7492vw,80.001vh) scale(.7206)}to{-webkit-transform:translate(99.74915vw,100vh) scale(.7206);transform:translate(99.74915vw,100vh) scale(.7206)}}.adv24-snows .adv24-snows__item:nth-child(197){opacity:.5885;-webkit-transform:translate(73.4383vw,-10px) scale(.3789);transform:translate(73.4383vw,-10px) scale(.3789);-webkit-animation:falled-197 31s -88s linear infinite;animation:falled-197 31s -88s linear infinite}@-webkit-keyframes falled-197{80.001%{-webkit-transform:translate(83.4384vw,80.001vh) scale(.3789);transform:translate(83.4384vw,80.001vh) scale(.3789)}to{-webkit-transform:translate(78.43835vw,100vh) scale(.3789);transform:translate(78.43835vw,100vh) scale(.3789)}}@keyframes falled-197{80.001%{-webkit-transform:translate(83.4384vw,80.001vh) scale(.3789);transform:translate(83.4384vw,80.001vh) scale(.3789)}to{-webkit-transform:translate(78.43835vw,100vh) scale(.3789);transform:translate(78.43835vw,100vh) scale(.3789)}}.adv24-snows .adv24-snows__item:nth-child(198){opacity:.6419;-webkit-transform:translate(67.6222vw,-10px) scale(.3295);transform:translate(67.6222vw,-10px) scale(.3295);-webkit-animation:falled-198 10s -131s linear infinite;animation:falled-198 10s -131s linear infinite}@-webkit-keyframes falled-198{30%{-webkit-transform:translate(57.62220000000001vw,30vh) scale(.3295);transform:translate(57.62220000000001vw,30vh) scale(.3295)}to{-webkit-transform:translate(62.62220000000001vw,100vh) scale(.3295);transform:translate(62.62220000000001vw,100vh) scale(.3295)}}@keyframes falled-198{30%{-webkit-transform:translate(57.62220000000001vw,30vh) scale(.3295);transform:translate(57.62220000000001vw,30vh) scale(.3295)}to{-webkit-transform:translate(62.62220000000001vw,100vh) scale(.3295);transform:translate(62.62220000000001vw,100vh) scale(.3295)}}.adv24-snows .adv24-snows__item:nth-child(199){opacity:.4995;-webkit-transform:translate(11.149000000000001vw,-10px) scale(.7923);transform:translate(11.149000000000001vw,-10px) scale(.7923);-webkit-animation:falled-199 31s -195s linear infinite;animation:falled-199 31s -195s linear infinite}@-webkit-keyframes falled-199{30%{-webkit-transform:translate(1.149000000000001vw,30vh) scale(.7923);transform:translate(1.149000000000001vw,30vh) scale(.7923)}to{-webkit-transform:translate(6.149000000000001vw,100vh) scale(.7923);transform:translate(6.149000000000001vw,100vh) scale(.7923)}}@keyframes falled-199{30%{-webkit-transform:translate(1.149000000000001vw,30vh) scale(.7923);transform:translate(1.149000000000001vw,30vh) scale(.7923)}to{-webkit-transform:translate(6.149000000000001vw,100vh) scale(.7923);transform:translate(6.149000000000001vw,100vh) scale(.7923)}}.adv24-snows .adv24-snows__item:nth-child(200){opacity:.8635;-webkit-transform:translate(45.1144vw,-10px) scale(.805);transform:translate(45.1144vw,-10px) scale(.805);-webkit-animation:falled-200 10s -37s linear infinite;animation:falled-200 10s -37s linear infinite}@-webkit-keyframes falled-200{80.001%{-webkit-transform:translate(35.1144vw,80.001vh) scale(.805);transform:translate(35.1144vw,80.001vh) scale(.805)}to{-webkit-transform:translate(40.1144vw,100vh) scale(.805);transform:translate(40.1144vw,100vh) scale(.805)}}@keyframes falled-200{80.001%{-webkit-transform:translate(35.1144vw,80.001vh) scale(.805);transform:translate(35.1144vw,80.001vh) scale(.805)}to{-webkit-transform:translate(40.1144vw,100vh) scale(.805);transform:translate(40.1144vw,100vh) scale(.805)}}
/*# sourceMappingURL=main.css.map */

.NBLiveChat {
  /*position: fixed;
    right: 16px;
    bottom: 90px;*/
  font-family: Arial, Helvetica, sans-serif;
  z-index: 51;
  --dark-blue: #24346C;
  --green: #348E44;
  --gray-super-dark: #1E2E34;
  --gray-dark: #404040;
  --gray: #919399;
  --gray-middle: #818181;
  --gray-middle2: #989898;
  --gray-light: #BEBEBE;
  --gray-super-light: #E3E3E3;
  --gray-super-light2: #F1F1F1;
  --gray-super-light3: #E7E7E7;
  --gray-super-light4: #F2F2F2;
  --orange: #EF7A23;
  --orange-light: #F9AB5E;
  --orange-medium: #F08013;
  --blue-medium: #3E5ABC;
  --blue-dark: #24346C;
  --blue-dark2: #27388A;
  --green-light: #348E44;
  --green-hover: rgba(52, 142, 68, 0.8);
  --red: #F02432;
  --br: 20px; }
  @media (max-width: 767px) {
    .NBLiveChat {
      --br: 16px;
      /*right: 8px;
        bottom: 76px;
        &.visible {
            position: static;
        }*/ } }
  .NBLiveChat * {
    box-sizing: border-box; }
  @media (max-width: 767px) {
    .NBLiveChat_isOpen {
      overflow: hidden; } }
  @media (max-width: 767px) {
    .NBLiveChat_isOpen body {
      overflow: hidden; } }
  .NBLiveChat.disabled form,
  .NBLiveChat.disabled .NBLiveChat__actions {
    opacity: 0.5;
    pointer-events: none; }
  .NBLiveChat__close {
    position: absolute;
    cursor: pointer;
    color: #fff;
    background: #ff8300;
    border-radius: 50%;
    right: -11px;
    top: -13px;
    width: 44px;
    height: 44px;
    transition: background 134ms;
    z-index: 5;
    /*@media ($phone) {
            left: auto;
            right: 14px;
            top: 16px;
            width: 16px;
            height: 16px;
            background: none;
            border: none;
            border-radius: 0;
            filter: none;
        }*/ }
    .NBLiveChat__close::before, .NBLiveChat__close::after {
      content: '';
      position: absolute;
      left: 12px;
      top: 21px;
      width: 20px;
      height: 2px;
      background: currentColor;
      transform: rotate(45deg);
      color: #fff;
      /*@media ($phone) {
                background: var(--white);
                left: 1px;
                top: 7px;
                width: 14px;
            }*/ }
    .NBLiveChat__close::after {
      transform: rotate(-45deg); }
  .NBLiveChat__icon {
    width: 52px;
    height: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer; }
    .NBLiveChat__icon img {
      transform: scale(1.08); }
  .NBLiveChat__wrapper {
    position: absolute;
    bottom: 16px;
    right: 16px;
    height: calc(100vh - 32px);
    max-height: calc(75px + 463px + 109px); }
    @media (max-width: 767px) {
      .NBLiveChat__wrapper {
        bottom: 90px;
        height: calc(100vh - 16px - 90px);
        max-height: calc(61px + 463px + 48px); } }
  .NBLiveChat__root {
    width: 375px;
    filter: drop-shadow(0px 4px 60px rgba(0, 0, 0, 0.2));
    background: var(--white);
    border-radius: var(--br);
    overflow: hidden;
    height: 100%;
    display: flex;
    flex-direction: column; }
    @media (max-width: 767px) {
      .NBLiveChat__root {
        width: calc(100vw - 32px); } }
  .NBLiveChat__header {
    border-radius: var(--br) var(--br) 0px 0px;
    background: var(--dark-blue);
    padding: 16px 12px;
    display: grid;
    grid-template-areas: "avatar top" "avatar status";
    grid-template-columns: 1fr 100%;
    gap: 4px 8px;
    flex: none; }
  .NBLiveChat__avatar {
    grid-area: avatar;
    width: 40px;
    height: 40px;
    border-radius: 20px;
    background-color: gray;
    background-size: contain; }
    @media (max-width: 767px) {
      .NBLiveChat__avatar {
        width: 28px;
        height: 28px; } }
    .NBLiveChat__avatar.hidden {
      width: 0; }
  .NBLiveChat__top {
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    color: var(--white);
    grid-area: top; }
    @media (max-width: 767px) {
      .NBLiveChat__top {
        font-size: 12px;
        line-height: 15px; } }
  .NBLiveChat__status {
    grid-area: status;
    color: var(--gray-light);
    font-weight: 400;
    font-size: 12px;
    line-height: 15px;
    display: flex;
    align-items: baseline;
    gap: 4px; }
    @media (max-width: 767px) {
      .NBLiveChat__status {
        font-size: 10px;
        line-height: 10px; } }
    .NBLiveChat__status.online {
      color: var(--white); }
      .NBLiveChat__status.online:before {
        content: '';
        display: block;
        width: 8px;
        height: 8px;
        border-radius: 4px;
        background: var(--green); }
        @media (max-width: 767px) {
          .NBLiveChat__status.online:before {
            font-size: 6px;
            line-height: 6px; } }
    .NBLiveChat__status-typeing {
      display: flex;
      align-items: center;
      gap: 2px; }
      .NBLiveChat__status-typeing div {
        width: 2px;
        height: 2px;
        background: var(--white);
        border-radius: 50%;
        transform: scale(0);
        animation-name: preloader;
        animation-timing-function: linear;
        animation-duration: 2s;
        animation-iteration-count: infinite; }
        .NBLiveChat__status-typeing div:nth-child(1) {
          animation-delay: 0s; }
        .NBLiveChat__status-typeing div:nth-child(2) {
          animation-delay: 0.3s; }
        .NBLiveChat__status-typeing div:nth-child(3) {
          animation-delay: 0.6s; }
  .NBLiveChat__body {
    max-height: 463px;
    padding: 16px 12px;
    display: grid;
    grid-template-areas: "content" "actions";
    grid-template-rows: 1fr auto;
    grid-template-columns: 100%;
    overflow-y: auto;
    gap: 24px;
    background: var(--white);
    flex-grow: 1; }
    .NBLiveChat__body::-webkit-scrollbar {
      width: 6px;
      height: 40px; }
    .NBLiveChat__body::-webkit-scrollbar-thumb {
      background: var(--green-hover);
      border-radius: 3px; }
    .NBLiveChat__body::-webkit-scrollbar-track {
      background: var(--gray-super-light2); }
    @media (max-width: 767px) {
      .NBLiveChat__body {
        padding: 12px 10px;
        gap: 12px; } }
  .NBLiveChat__content {
    grid-area: content;
    display: flex;
    flex-direction: column;
    gap: 8px; }
    @media (max-width: 767px) {
      .NBLiveChat__content {
        gap: 4px; } }
  .NBLiveChat__message {
    display: grid;
    grid-template-areas: "empty1 top" "avatar text" "error text" "empty content";
    gap: 8px;
    grid-template-columns: 40px calc(100% - 48px);
    padding-right: 36px;
    max-width: 100%;
    animation: messageShow 0.2s ease-in-out 0s 1; }
    @media (max-width: 767px) {
      .NBLiveChat__message {
        gap: 4px;
        grid-template-columns: 40px calc(100% - 44px);
        padding-right: 0px; } }
    .NBLiveChat__message.processing .NBLiveChat__message-error {
      display: none; }
    .NBLiveChat__message.processing::after {
      content: '';
      grid-area: error;
      display: block;
      width: 18px;
      height: 18px;
      border-radius: 50%;
      border: 2px solid var(--gray-middle2);
      border-color: var(--gray-middle2) transparent var(--gray-middle2) transparent;
      animation: lds-dual-ring 1.2s linear infinite; }
    .NBLiveChat__message.unread .NBLiveChat__message-status svg path:nth-child(1) {
      opacity: 0; }
    .NBLiveChat__message--user {
      padding-right: 0px;
      padding-left: 36px;
      margin-left: auto;
      justify-items: end; }
      .NBLiveChat__message--user .NBLiveChat__message-data {
        background: var(--green);
        border-color: var(--green);
        color: var(--white); }
      .NBLiveChat__message--user .NBLiveChat__message-status {
        color: var(--white);
        opacity: 0.8; }
    .NBLiveChat__message-top {
      grid-area: top;
      font-weight: 400;
      font-size: 12px;
      line-height: 15px;
      text-align: left;
      color: var(--gray-light); }
      @media (max-width: 767px) {
        .NBLiveChat__message-top {
          font-size: 10px;
          line-height: 10px; } }
    .NBLiveChat__message-avatar {
      grid-area: avatar;
      width: 40px;
      height: 40px;
      border-radius: 20px;
      background-color: var(--orange);
      background-image: url(/new/static/NBLiveChat/images/ico-agent.svg);
      background-position: 40% 30%;
      background-repeat: no-repeat;
      background-size: 46px; }
    .NBLiveChat__message-data {
      grid-area: text;
      padding: 8px 12px 4px;
      font-weight: 400;
      font-size: 16px;
      line-height: 24px;
      text-align: left;
      border: 1px solid var(--gray-light);
      border-radius: 8px;
      width: -moz-fit-content;
      width: fit-content;
      display: flex;
      flex-direction: column;
      gap: 8px;
      max-width: 100%;
      min-width: 90px; }
      @media (max-width: 767px) {
        .NBLiveChat__message-data {
          font-size: 14px;
          line-height: 18px; } }
      .NBLiveChat__message-data p {
        margin: unset;
        font-size: inherit;
        line-height: inherit; }
        .NBLiveChat__message-data p + p {
          margin-top: 8px; }
    .NBLiveChat__message-text {
      width: 100%;
      overflow: hidden; }
    .NBLiveChat__message-status {
      margin-top: 2px;
      font-weight: 400;
      font-size: 11px;
      line-height: 14px;
      text-align: right;
      color: var(--gray);
      display: flex;
      align-items: center;
      justify-content: flex-end;
      gap: 3px; }
    .NBLiveChat__message-content {
      grid-area: content;
      padding: 6px 10px;
      border: 1px solid var(--gray-super-light);
      border-radius: 8px;
      display: flex;
      flex-direction: column; }
    .NBLiveChat__message-attachment {
      border-radius: 5px;
      background-color: var(--orange-light);
      display: flex;
      align-items: center;
      justify-content: center;
      width: 100%;
      height: 99px;
      padding: 10px;
      pointer-events: none; }
      .NBLiveChat__message-attachment div {
        overflow: hidden;
        font-size: 12px;
        font-weight: 900;
        text-transform: uppercase;
        color: var(--white);
        text-overflow: ellipsis;
        white-space: nowrap; }
      .NBLiveChat__message-attachment.photo {
        height: auto;
        background: var(--white); }
        .NBLiveChat__message-attachment.photo img {
          max-width: 100%;
          width: 100%;
          height: auto; }
    .NBLiveChat__message a + a .NBLiveChat__message-result {
      border-top: 1px solid var(--gray-super-light); }
    .NBLiveChat__message-result {
      display: flex;
      gap: 8px;
      padding: 4px 0px; }
      .NBLiveChat__message-result_preview {
        width: 70px;
        height: 70px;
        flex-shrink: 0; }
        @media (max-width: 767px) {
          .NBLiveChat__message-result_preview {
            width: 48px;
            height: 48px; } }
        .NBLiveChat__message-result_preview img {
          height: 100%;
          width: 100%;
          -o-object-fit: cover;
             object-fit: cover; }
      .NBLiveChat__message-result_text {
        font-family: 'Arial';
        font-size: 16px;
        line-height: 1;
        color: var(--gray-dark); }
        @media (max-width: 767px) {
          .NBLiveChat__message-result_text {
            font-size: 12px;
            line-height: 16px; } }
    .NBLiveChat__message-error {
      grid-area: error;
      position: relative;
      display: flex;
      justify-content: flex-end; }
      .NBLiveChat__message-error_ico {
        width: 18px;
        height: 18px;
        border-radius: 9px;
        background: var(--red);
        cursor: pointer;
        font-size: 16px;
        color: var(--white);
        display: flex;
        align-items: flex-end;
        justify-content: center; }
        .NBLiveChat__message-error_ico:hover + .NBLiveChat__message-error_tooltipe {
          display: flex; }
        .NBLiveChat__message-error_ico::after {
          content: '';
          display: block;
          width: 100%;
          height: 10px;
          position: absolute;
          left: 0px;
          bottom: 100%; }
      .NBLiveChat__message-error_tooltipe {
        position: absolute;
        left: -12px;
        bottom: calc(100% + 8px);
        padding: 8px;
        border-radius: 5px;
        border: 1px solid var(--gray-super-light3);
        display: flex;
        flex-direction: column;
        gap: 2px;
        background: var(--white);
        width: -moz-max-content;
        width: max-content;
        display: none;
        animation: messageShow 0.2s ease-in-out 0s 1; }
        .NBLiveChat__message-error_tooltipe::after {
          content: '';
          display: block;
          width: 10px;
          height: 10px;
          border-radius: 4px;
          border-right: 1px solid var(--gray-super-light3);
          border-bottom: 1px solid var(--gray-super-light3);
          position: absolute;
          left: 15px;
          bottom: -6px;
          background: var(--white);
          transform: rotate(45deg); }
        .NBLiveChat__message-error_tooltipe:hover {
          display: flex; }
      .NBLiveChat__message-error_button {
        width: 100%;
        color: var(--gray-middle2);
        font-family: 'Arial';
        font-style: normal;
        font-weight: 400;
        font-size: 12px;
        line-height: 20px;
        cursor: pointer; }
        .NBLiveChat__message-error_button + .NBLiveChat__message-error_button {
          border-top: 1px solid var(--gray-super-light3); }
  .NBLiveChat__order-item {
    display: flex;
    flex-direction: column;
    gap: 2px;
    position: relative;
    cursor: pointer; }
    .NBLiveChat__order-item + .NBLiveChat__order-item {
      margin-top: 6px;
      padding-top: 7px; }
      .NBLiveChat__order-item + .NBLiveChat__order-item::before {
        content: '';
        display: block;
        width: 100%;
        height: 1px;
        background: var(--gray-super-light);
        position: absolute;
        left: 0;
        top: 0; }
  .NBLiveChat__order-number {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: var(--gray-dark); }
  .NBLiveChat__order-date {
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    color: var(--gray-light); }
  .NBLiveChat__order-all {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: var(--blue-medium); }
  .NBLiveChat__footer {
    border-top: 1px solid var(--gray-super-light);
    padding: 16px 12px;
    background: var(--white);
    border-radius: 0px 0px var(--br) var(--br);
    flex: none;
    margin-bottom: 0 !important; }
    .NBLiveChat__footer.disabled {
      pointer-events: none;
      display: none; }
    @media (max-width: 767px) {
      .NBLiveChat__footer {
        padding: 10px 8px;
        position: relative; } }
    .NBLiveChat__footer form {
      display: flex;
      flex-direction: column;
      gap: 8px; }
  .NBLiveChat__textarea {
    display: flex;
    align-items: center;
    gap: 4px; }
    @media (max-width: 767px) {
      .NBLiveChat__textarea {
        padding-left: 35px;
        height: 27px; } }
  .NBLiveChat__input {
    position: relative;
    width: calc(100% - 76px); }
    @media (max-width: 767px) {
      .NBLiveChat__input {
        width: calc(100% - 45px);
        height: 27px; } }
    .NBLiveChat__input .emoji-wysiwyg-editor {
      display: block !important; }
    .NBLiveChat__input .emoji-wysiwyg-editor,
    .NBLiveChat__input input {
      display: flex;
      align-items: center;
      flex-wrap: wrap;
      height: 44px;
      width: 100%;
      border: none;
      box-shadow: none;
      background: none;
      font-weight: 400;
      font-size: 16px;
      line-height: 24px;
      color: var(--gray-dark);
      padding: 0px 0px 0px 0px; }
      .NBLiveChat__input .emoji-wysiwyg-editor:empty,
      .NBLiveChat__input input:empty {
        line-height: 44px; }
        .NBLiveChat__input .emoji-wysiwyg-editor:empty::before,
        .NBLiveChat__input input:empty::before {
          pointer-events: none; }
      @media (max-width: 767px) {
        .NBLiveChat__input .emoji-wysiwyg-editor,
        .NBLiveChat__input input {
          height: 27px !important;
          min-height: 27px;
          font-size: 16px;
          line-height: 24px; }
          .NBLiveChat__input .emoji-wysiwyg-editor:empty,
          .NBLiveChat__input input:empty {
            line-height: 27px; }
          .NBLiveChat__input .emoji-wysiwyg-editor:focus,
          .NBLiveChat__input input:focus {
            height: 27px !important; }
          .NBLiveChat__input .emoji-wysiwyg-editor:not(:empty),
          .NBLiveChat__input input:not(:empty) {
            line-height: 27px; } }
      .NBLiveChat__input .emoji-wysiwyg-editor::-webkit-scrollbar,
      .NBLiveChat__input input::-webkit-scrollbar {
        width: 5px; }
      .NBLiveChat__input .emoji-wysiwyg-editor::-webkit-scrollbar-thumb,
      .NBLiveChat__input input::-webkit-scrollbar-thumb {
        background: #DBDBDB;
        border-radius: 3px; }
      .NBLiveChat__input .emoji-wysiwyg-editor::-webkit-scrollbar-track,
      .NBLiveChat__input input::-webkit-scrollbar-track {
        background: var(--gray-super-light2); }
      .NBLiveChat__input .emoji-wysiwyg-editor::-moz-placeholder, .NBLiveChat__input input::-moz-placeholder {
        font-weight: 400 !important;
        color: var(--gray);
        font-family: Arial, Helvetica, sans-serif !important; }
      .NBLiveChat__input .emoji-wysiwyg-editor::placeholder,
      .NBLiveChat__input input::placeholder {
        font-weight: 400 !important;
        color: var(--gray);
        font-family: Arial, Helvetica, sans-serif !important; }
    .NBLiveChat__input-clear {
      width: 24px;
      height: 24px;
      cursor: pointer;
      position: relative; }
      .NBLiveChat__input-clear::after, .NBLiveChat__input-clear::before {
        content: '';
        width: 16px;
        height: 2px;
        top: 10px;
        left: 4px;
        border-radius: 2px;
        position: absolute;
        transform: rotate(45deg);
        background: var(--gray); }
      .NBLiveChat__input-clear::before {
        transform: rotate(-45deg); }
      @media (max-width: 767px) {
        .NBLiveChat__input-clear {
          display: none !important; } }
    .NBLiveChat__input .emoji-menu {
      bottom: 100%;
      left: 0px;
      width: 283px;
      border: 1px solid var(--gray-super-light);
      border-radius: 8px; }
      .NBLiveChat__input .emoji-menu .emoji-items-wrap {
        overflow: auto; }
  .NBLiveChat__send {
    width: 40px;
    height: 40px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    background: none;
    padding: 0;
    margin: 0;
    outline: none; }
    @media (max-width: 767px) {
      .NBLiveChat__send {
        height: 27px; } }
  .NBLiveChat__tools {
    display: flex;
    align-items: center;
    gap: 12px; }
    @media (max-width: 767px) {
      .NBLiveChat__tools {
        position: absolute;
        left: 10px;
        bottom: 13px; }
        .NBLiveChat__tools .js-emodji {
          display: none; } }
    .NBLiveChat__tools-item {
      width: 24px;
      height: 24px;
      flex-shrink: 0;
      cursor: pointer;
      display: flex;
      align-items: center;
      justify-content: center;
      position: relative;
      color: var(--gray-light); }
      .NBLiveChat__tools-item.active {
        color: var(--blue-dark); }
      .NBLiveChat__tools-item input[type="file"] {
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
        bottom: 0;
        padding: 0;
        background: transparent;
        cursor: pointer;
        border: none;
        font-size: 0;
        line-height: 0;
        height: auto;
        opacity: 0; }
  .NBLiveChat__actions {
    grid-area: actions;
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
    justify-content: flex-end; }
    @media (max-width: 767px) {
      .NBLiveChat__actions {
        gap: 8px 5px; } }
    .NBLiveChat__actions-item {
      cursor: pointer;
      padding: 6px 15px;
      border-radius: 26px;
      font-weight: 400;
      font-size: 16px;
      line-height: 24px;
      width: auto;
      color: var(--green-light);
      border: 1px solid var(--green-light);
      animation: messageShow 0.2s ease-in-out 0s 1; }
      @media (max-width: 767px) {
        .NBLiveChat__actions-item {
          font-size: 14px;
          line-height: 16px;
          padding: 5px 10px; } }
      .NBLiveChat__actions-item:hover {
        background: var(--green-hover);
        color: var(--white);
        border-color: var(--green-hover); }
      .NBLiveChat__actions-item:active {
        background: var(--green-light);
        color: var(--white); }
    .NBLiveChat__actions-footer {
      width: 100%;
      display: flex;
      gap: 6px;
      justify-content: flex-end;
      align-items: center; }
      .NBLiveChat__actions-footer svg {
        cursor: pointer; }
        @media (max-width: 767px) {
          .NBLiveChat__actions-footer svg {
            height: 26px;
            width: auto; } }
    .NBLiveChat__actions-nav {
      display: flex;
      align-items: center;
      justify-content: center;
      width: 22px;
      height: 22px;
      cursor: pointer;
      border: 1px solid var(--orange-medium);
      border-radius: 11px;
      position: relative; }
    .NBLiveChat__actions-descr {
      position: absolute;
      bottom: 0;
      left: 50%;
      transform: translate(-50%, 100%);
      color: #F08013; }
  .NBLiveChat__files {
    display: flex;
    gap: 8px;
    width: 100%; }
    @media (max-width: 767px) {
      .NBLiveChat__files {
        gap: 5px; } }
    .NBLiveChat__files-item {
      border-radius: 5px;
      display: flex;
      align-items: center;
      justify-content: center;
      position: relative;
      width: 51px;
      height: 44px;
      background-position: center;
      background-repeat: no-repeat;
      background-size: cover;
      background-color: var(--orange-light);
      position: relative; }
      .NBLiveChat__files-item.error {
        outline: 1px solid var(--red); }
      @media (max-width: 767px) {
        .NBLiveChat__files-item {
          width: 37px;
          height: 35px; } }
    .NBLiveChat__files-del {
      position: absolute;
      top: -2px;
      right: -4px;
      width: 12px;
      height: 12px;
      border-radius: 50%;
      cursor: pointer;
      background: var(--gray-dark); }
      @media (max-width: 767px) {
        .NBLiveChat__files-del {
          width: 8px;
          height: 8px; } }
      .NBLiveChat__files-del::before, .NBLiveChat__files-del::after {
        content: '';
        display: block;
        width: 6px;
        height: 1px;
        border-radius: 2px;
        background: var(--white);
        position: absolute;
        left: 3px;
        top: 5px;
        transform: rotate(45deg); }
        @media (max-width: 767px) {
          .NBLiveChat__files-del::before, .NBLiveChat__files-del::after {
            width: 4px; } }
      .NBLiveChat__files-del::after {
        transform: rotate(-45deg); }
    .NBLiveChat__files-text {
      font-size: 12px;
      font-weight: 900;
      text-transform: uppercase;
      color: var(--white); }
    .NBLiveChat__files-error {
      position: absolute;
      left: 0;
      bottom: calc(100% + 5px);
      font-family: Arial;
      color: var(--red);
      font-size: 10px;
      line-height: 10px;
      text-align: left;
      background: var(--white); }
      @media (max-width: 767px) {
        .NBLiveChat__files-error {
          font-size: 6px;
          line-height: 9px; } }
  .NBLiveChat__dialog {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10;
    background: rgba(61, 61, 61, 0.4);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: var(--br); }
    .NBLiveChat__dialog-block {
      border: 2px solid var(--gray-super-light3);
      background: var(--white);
      border-radius: 10px;
      display: flex;
      flex-direction: column;
      text-align: center;
      width: 280px;
      flex-shrink: 0; }
      @media (max-width: 767px) {
        .NBLiveChat__dialog-block {
          width: 210px; } }
    .NBLiveChat__dialog-message {
      font-family: 'Arial';
      font-style: normal;
      font-weight: 400;
      font-size: 16px;
      line-height: 15px;
      color: var(--gray-middle2);
      padding: 15px 30px; }
      @media (max-width: 767px) {
        .NBLiveChat__dialog-message {
          font-size: 13px; } }
    .NBLiveChat__dialog-buttons {
      display: flex;
      align-items: center;
      border-top: 1px solid var(--gray-super-light); }
      .NBLiveChat__dialog-buttons :nth-child(1) {
        color: var(--blue-dark2); }
    .NBLiveChat__dialog-button {
      width: 100%;
      font-family: 'Arial';
      font-style: normal;
      font-weight: 400;
      font-size: 16px;
      color: var(--gray-dark);
      cursor: pointer;
      padding: 5px 20px;
      height: 40px;
      text-align: center;
      display: flex;
      align-items: center;
      justify-content: center; }
      @media (max-width: 767px) {
        .NBLiveChat__dialog-button {
          font-size: 13px;
          height: 30px; } }
      .NBLiveChat__dialog-button + .NBLiveChat__dialog-button {
        border-left: 1px solid var(--gray-super-light); }
  .NBLiveChat__review {
    grid-area: text;
    text-align: center; }
    .NBLiveChat__review.disabled {
      pointer-events: none; }
    .NBLiveChat__review-message {
      display: flex;
      align-items: center;
      justify-content: center;
      flex-direction: column;
      gap: 5px;
      background: var(--gray-super-light4);
      padding: 10px 20px;
      border-radius: 9px;
      cursor: pointer; }
      @media (max-width: 767px) {
        .NBLiveChat__review-message {
          padding: 6px 20px; } }
      .NBLiveChat__review-message_title {
        font-family: 'Arial';
        font-weight: 400;
        font-size: 12px;
        line-height: 16px; }
        @media (max-width: 767px) {
          .NBLiveChat__review-message_title {
            font-size: 8px;
            line-height: 9px; } }
    .NBLiveChat__review-stars {
      display: flex;
      align-items: center;
      justify-content: center;
      flex-direction: row-reverse;
      gap: 0px; }
      .NBLiveChat__review-stars:hover .NBLiveChat__review-stars_item {
        color: var(--gray-super-light) !important; }
        .NBLiveChat__review-stars:hover .NBLiveChat__review-stars_item:hover {
          color: var(--blue) !important; }
          .NBLiveChat__review-stars:hover .NBLiveChat__review-stars_item:hover ~ .NBLiveChat__review-stars_item {
            color: var(--blue) !important; }
      .NBLiveChat__review-stars_item {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 28px;
        height: 24px;
        color: var(--gray-super-light);
        cursor: pointer; }
        .NBLiveChat__review-stars_item svg {
          width: 100%;
          height: 100%; }
        @media (max-width: 767px) {
          .NBLiveChat__review-stars_item {
            width: 18px;
            height: 18px; } }
        .NBLiveChat__review-stars_item.active {
          color: var(--blue); }
          .NBLiveChat__review-stars_item.active ~ .NBLiveChat__review-stars_item {
            color: var(--blue); }
    .NBLiveChat__review-block {
      position: absolute;
      top: 75px;
      left: 0;
      right: 0;
      bottom: 0;
      background: var(--white);
      z-index: 2;
      flex-direction: column;
      gap: 25px;
      padding: 27px;
      opacity: 0;
      animation: messageShow 0.4s ease-in-out 1s 1;
      animation-fill-mode: forwards;
      border-radius: 0px 0px var(--br) var(--br);
      display: none; }
      @media (max-width: 767px) {
        .NBLiveChat__review-block {
          top: 49px; } }
      .NBLiveChat__review-block.active {
        display: flex; }
      .NBLiveChat__review-block_content form {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 12px; }
        @media (max-width: 767px) {
          .NBLiveChat__review-block_content form {
            gap: 7px; } }
      .NBLiveChat__review-block_title {
        font-family: 'Arial';
        font-style: normal;
        font-weight: 700;
        font-size: 16px;
        line-height: 130%;
        color: var(--gray-dark); }
        @media (max-width: 767px) {
          .NBLiveChat__review-block_title {
            font-size: 12px;
            line-height: 16px; } }
      .NBLiveChat__review-block_status {
        font-family: 'Arial';
        font-style: normal;
        font-weight: 400;
        font-size: 14px;
        line-height: 1;
        color: var(--gray-light); }
        @media (max-width: 767px) {
          .NBLiveChat__review-block_status {
            font-size: 10px;
            line-height: 12px; } }
      .NBLiveChat__review-block_input textarea,
      .NBLiveChat__review-block_input input {
        border-radius: 20px;
        border: 1px solid var(--blue);
        padding: 0px 15px;
        font-family: 'Arial';
        font-style: normal;
        font-weight: 400;
        color: var(--gray-middle);
        font-size: 14px;
        line-height: 130%;
        width: 260px;
        height: 40px; }
        @media (max-width: 767px) {
          .NBLiveChat__review-block_input textarea,
          .NBLiveChat__review-block_input input {
            font-size: 10px;
            line-height: 15px;
            width: 232px;
            height: 25px;
            padding: 0px 6px; } }
      .NBLiveChat__review-block_input textarea {
        resize: none;
        height: 160px;
        padding: 15px; }
        @media (max-width: 767px) {
          .NBLiveChat__review-block_input textarea {
            height: 100px; } }
      .NBLiveChat__review-block_buttons {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        gap: 7px; }
    .NBLiveChat__review-success {
      display: flex;
      display: flex;
      align-items: flex-start;
      gap: 7px; }
      .NBLiveChat__review-success svg {
        flex-shrink: 0;
        width: 24px;
        height: auto; }
        @media (max-width: 767px) {
          .NBLiveChat__review-success svg {
            width: 16px; } }
  .NBLiveChat__btn {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 9px;
    background: var(--blue);
    color: var(--white);
    cursor: pointer;
    font-family: 'Arial';
    font-weight: 700;
    width: 240px;
    height: 48px;
    font-size: 12px;
    line-height: 16px;
    font-size: 16px;
    line-height: 24px; }
    @media (max-width: 767px) {
      .NBLiveChat__btn {
        width: 186px;
        height: 34px;
        font-size: 12px;
        line-height: 16px; } }

.emoji-menu-tabs tr {
  display: flex;
  gap: 10px; }

@keyframes messageShow {
  0% {
    opacity: 0;
    transform: scale(0) translateY(10%); }
  100% {
    opacity: 1;
    transform: scale(1) translateY(0%); } }

@keyframes preloader {
  0% {
    transform: scale(0); }
  20% {
    transform: scale(1); }
  40% {
    transform: scale(0); }
  100% {
    transform: scale(0); } }

@keyframes lds-dual-ring {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

