.carousel{box-sizing:border-box;position:relative}.carousel *,.carousel :after,.carousel :before{box-sizing:inherit}.carousel.is-draggable{cursor:move;cursor:grab}.carousel.is-dragging{cursor:move;cursor:grabbing}.carousel__viewport{max-height:100%;max-width:100%;overflow:hidden;position:relative}.carousel__track{display:flex}.carousel__slide{flex:0 0 auto;max-width:100%;overflow-x:hidden;overflow-y:auto;overscroll-behavior:contain;padding:1rem;position:relative;width:var(--carousel-slide-width,60%)}.has-dots{margin-bottom:calc(.5rem + 22px)}.carousel__dots{display:flex;justify-content:center;left:0;list-style:none;margin:0 auto;padding:0;position:absolute;right:0;top:calc(100% + .5rem);-webkit-user-select:none;user-select:none}.carousel__dots .carousel__dot{cursor:pointer;display:block;height:22px;margin:0;padding:0;position:relative;width:22px}.carousel__dots .carousel__dot:after{background-color:currentColor;border-radius:50%;content:"";height:8px;left:50%;opacity:.25;position:absolute;top:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);transition:opacity .15s ease-in-out;width:8px}.carousel__dots .carousel__dot.is-selected:after{opacity:1}.carousel__button{align-items:center;background:var(--carousel-button-bg,transparent);border:0;border-radius:var(--carousel-button-border-radius,50%);box-shadow:var(--carousel-button-shadow,none);color:var(--carousel-button-color,currentColor);cursor:pointer;display:flex;height:var(--carousel-button-height,48px);justify-content:center;padding:0;pointer-events:all;transition:opacity .15s ease;width:var(--carousel-button-width,48px)}.carousel__button.is-next,.carousel__button.is-prev{position:absolute;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.carousel__button.is-prev{left:10px}.carousel__button.is-next{right:10px}.carousel__button[disabled]{cursor:default;opacity:.3}.carousel__button svg{fill:none;stroke:currentColor;stroke-width:var(--carousel-button-svg-stroke-width,1.5);stroke-linejoin:bevel;stroke-linecap:round;-webkit-filter:var(--carousel-button-svg-filter,none);filter:var(--carousel-button-svg-filter,none);height:var(--carousel-button-svg-height,50%);pointer-events:none;width:var(--carousel-button-svg-width,50%)}html.with-fancybox{scroll-behavior:auto}body.compensate-for-scrollbar{overflow:hidden!important;touch-action:none}.fancybox__container{-webkit-tap-highlight-color:rgba(0,0,0,0);--carousel-button-width:48px;--carousel-button-height:48px;--carousel-button-svg-width:24px;--carousel-button-svg-height:24px;--carousel-button-svg-stroke-width:2.5;--carousel-button-svg-filter:drop-shadow(1px 1px 1px rgba(0,0,0,.4));bottom:0;box-sizing:border-box;color:var(--fancybox-color,#fff);direction:ltr;display:flex;flex-direction:column;left:0;margin:0;outline:none;overflow:hidden;padding:env(safe-area-inset-top,0) env(safe-area-inset-right,0) env(safe-area-inset-bottom,0) env(safe-area-inset-left,0);position:fixed;right:0;top:0;-webkit-transform-origin:top left;transform-origin:top left;z-index:1050}.fancybox__container *,.fancybox__container :after,.fancybox__container :before{box-sizing:inherit}.fancybox__container :focus{outline:none}body:not(.is-using-mouse) .fancybox__container :focus{box-shadow:0 0 0 1px #fff,0 0 0 2px var(--fancybox-accent-color,rgba(1,210,232,.94))}@media (min-width:1024px){.fancybox__container{--carousel-button-width:48px;--carousel-button-height:48px;--carousel-button-svg-width:27px;--carousel-button-svg-height:27px}}.fancybox__backdrop{background:var(--fancybox-bg,rgba(24,24,27,.92));bottom:0;left:0;position:absolute;right:0;top:0;z-index:-1}.fancybox__carousel{flex:1 1 auto;height:100%;min-height:0;position:relative;z-index:10}.fancybox__carousel.has-dots{margin-bottom:calc(.5rem + 22px)}.fancybox__viewport{cursor:default;height:100%;overflow:visible;position:relative;width:100%}.fancybox__track{display:flex;height:100%}.fancybox__slide{--carousel-button-width:36px;--carousel-button-height:36px;--carousel-button-svg-width:22px;--carousel-button-svg-height:22px;display:flex;flex:0 0 auto;flex-direction:column;margin:0;max-width:100%;outline:0;overflow:auto;overscroll-behavior:contain;padding:48px 8px 8px;position:relative;width:100%}.fancybox__slide:after,.fancybox__slide:before{content:"";flex:0 0 0;margin:auto}@media (min-width:1024px){.fancybox__slide{padding:64px 100px}}.fancybox__content{align-self:center;background:var(--fancybox-content-bg,#fff);color:var(--fancybox-content-color,#374151);display:flex;flex-direction:column;margin:0 env(safe-area-inset-right,0) 0 env(safe-area-inset-left,0);padding:36px;position:relative;z-index:20}.fancybox__content :focus:not(.carousel__button.is-close){box-shadow:none;outline:thin dotted}.fancybox__caption{align-self:center;color:var(--fancybox-color,currentColor);cursor:auto;flex-shrink:0;line-height:1.375;margin:0;max-width:100%;overflow-wrap:anywhere;padding:1rem 0 0;visibility:visible}.is-loading .fancybox__caption{visibility:hidden}.fancybox__container>.carousel__dots{color:var(--fancybox-color,#fff);top:100%}.fancybox__nav .carousel__button{z-index:40}.fancybox__nav .carousel__button.is-next{right:8px}@media (min-width:1024px){.fancybox__nav .carousel__button.is-next{right:40px}}.fancybox__nav .carousel__button.is-prev{left:8px}@media (min-width:1024px){.fancybox__nav .carousel__button.is-prev{left:40px}}.carousel__button.is-close{position:absolute;right:8px;right:calc(env(safe-area-inset-right, 0px) + 8px);top:8px;top:calc(env(safe-area-inset-top, 0px) + 8px);z-index:40}@media (min-width:1024px){.carousel__button.is-close{right:40px}}.fancybox__content>.carousel__button.is-close{color:var(--fancybox-color,#fff);position:absolute;right:0;top:-40px}.fancybox__no-click,.fancybox__no-click button{pointer-events:none}.fancybox__spinner{color:var(--fancybox-color,currentColor);height:50px;left:50%;position:absolute;top:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);width:50px}.fancybox__slide .fancybox__spinner{cursor:pointer;z-index:1053}.fancybox__spinner svg{-webkit-animation:fancybox-rotate 2s linear infinite;animation:fancybox-rotate 2s linear infinite;bottom:0;height:100%;left:0;margin:auto;position:absolute;right:0;top:0;-webkit-transform-origin:center center;transform-origin:center center;width:100%}.fancybox__spinner svg circle{fill:none;stroke-width:2.75;stroke-miterlimit:10;stroke-dasharray:1,200;stroke-dashoffset:0;stroke-linecap:round;stroke:currentColor;-webkit-animation:fancybox-dash 1.5s ease-in-out infinite;animation:fancybox-dash 1.5s ease-in-out infinite}@-webkit-keyframes fancybox-rotate{to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes fancybox-rotate{to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@-webkit-keyframes fancybox-dash{0%{stroke-dasharray:1,200;stroke-dashoffset:0}50%{stroke-dasharray:89,200;stroke-dashoffset:-35px}to{stroke-dasharray:89,200;stroke-dashoffset:-124px}}@keyframes fancybox-dash{0%{stroke-dasharray:1,200;stroke-dashoffset:0}50%{stroke-dasharray:89,200;stroke-dashoffset:-35px}to{stroke-dasharray:89,200;stroke-dashoffset:-124px}}.carousel__button.is-close,.carousel__dots,.fancybox__backdrop,.fancybox__caption,.fancybox__nav{opacity:var(--fancybox-opacity,1)}.fancybox__container.is-animated[aria-hidden=false] .carousel__button.is-close,.fancybox__container.is-animated[aria-hidden=false] .carousel__dots,.fancybox__container.is-animated[aria-hidden=false] .fancybox__backdrop,.fancybox__container.is-animated[aria-hidden=false] .fancybox__caption,.fancybox__container.is-animated[aria-hidden=false] .fancybox__nav{-webkit-animation:fancybox-fadeIn .15s ease backwards;animation:fancybox-fadeIn .15s ease backwards}.fancybox__container.is-animated.is-closing .carousel__button.is-close,.fancybox__container.is-animated.is-closing .carousel__dots,.fancybox__container.is-animated.is-closing .fancybox__backdrop,.fancybox__container.is-animated.is-closing .fancybox__caption,.fancybox__container.is-animated.is-closing .fancybox__nav{-webkit-animation:fancybox-fadeOut .15s ease both;animation:fancybox-fadeOut .15s ease both}.fancybox-fadeIn{-webkit-animation:fancybox-fadeIn .15s ease both;animation:fancybox-fadeIn .15s ease both}.fancybox-fadeOut{-webkit-animation:fancybox-fadeOut .1s ease both;animation:fancybox-fadeOut .1s ease both}.fancybox-zoomInUp{-webkit-animation:fancybox-zoomInUp .2s ease both;animation:fancybox-zoomInUp .2s ease both}.fancybox-zoomOutDown{-webkit-animation:fancybox-zoomOutDown .15s ease both;animation:fancybox-zoomOutDown .15s ease both}.fancybox-throwOutUp{-webkit-animation:fancybox-throwOutUp .15s ease both;animation:fancybox-throwOutUp .15s ease both}.fancybox-throwOutDown{-webkit-animation:fancybox-throwOutDown .15s ease both;animation:fancybox-throwOutDown .15s ease both}@-webkit-keyframes fancybox-fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fancybox-fadeIn{0%{opacity:0}to{opacity:1}}@-webkit-keyframes fancybox-fadeOut{to{opacity:0}}@keyframes fancybox-fadeOut{to{opacity:0}}@-webkit-keyframes fancybox-zoomInUp{0%{opacity:0;-webkit-transform:scale(.97) translate3d(0,16px,0);transform:scale(.97) translate3d(0,16px,0)}to{opacity:1;-webkit-transform:scale(1) translateZ(0);transform:scale(1) translateZ(0)}}@keyframes fancybox-zoomInUp{0%{opacity:0;-webkit-transform:scale(.97) translate3d(0,16px,0);transform:scale(.97) translate3d(0,16px,0)}to{opacity:1;-webkit-transform:scale(1) translateZ(0);transform:scale(1) translateZ(0)}}@-webkit-keyframes fancybox-zoomOutDown{to{opacity:0;-webkit-transform:scale(.97) translate3d(0,16px,0);transform:scale(.97) translate3d(0,16px,0)}}@keyframes fancybox-zoomOutDown{to{opacity:0;-webkit-transform:scale(.97) translate3d(0,16px,0);transform:scale(.97) translate3d(0,16px,0)}}@-webkit-keyframes fancybox-throwOutUp{to{opacity:0;-webkit-transform:translate3d(0,-30%,0);transform:translate3d(0,-30%,0)}}@keyframes fancybox-throwOutUp{to{opacity:0;-webkit-transform:translate3d(0,-30%,0);transform:translate3d(0,-30%,0)}}@-webkit-keyframes fancybox-throwOutDown{to{opacity:0;-webkit-transform:translate3d(0,30%,0);transform:translate3d(0,30%,0)}}@keyframes fancybox-throwOutDown{to{opacity:0;-webkit-transform:translate3d(0,30%,0);transform:translate3d(0,30%,0)}}.fancybox__carousel .carousel__slide{scrollbar-color:#ccc hsla(0,0%,100%,.1);scrollbar-width:thin}.fancybox__carousel .carousel__slide::-webkit-scrollbar{height:8px;width:8px}.fancybox__carousel .carousel__slide::-webkit-scrollbar-track{background-color:hsla(0,0%,100%,.1)}.fancybox__carousel .carousel__slide::-webkit-scrollbar-thumb{background-color:#ccc;border-radius:2px;box-shadow:inset 0 0 4px rgba(0,0,0,.2)}.fancybox__carousel.is-draggable .fancybox__slide,.fancybox__carousel.is-draggable .fancybox__slide .fancybox__content{cursor:move;cursor:grab}.fancybox__carousel.is-dragging .fancybox__slide,.fancybox__carousel.is-dragging .fancybox__slide .fancybox__content{cursor:move;cursor:grabbing}.fancybox__carousel .fancybox__slide .fancybox__content{cursor:auto}.fancybox__carousel .fancybox__slide.can-zoom_in .fancybox__content{cursor:zoom-in}.fancybox__carousel .fancybox__slide.can-zoom_out .fancybox__content{cursor:zoom-out}.fancybox__carousel .fancybox__slide.is-draggable .fancybox__content{cursor:move;cursor:grab}.fancybox__carousel .fancybox__slide.is-dragging .fancybox__content{cursor:move;cursor:grabbing}.fancybox__image{-webkit-transform-origin:0 0;transform-origin:0 0;transition:none;-webkit-user-select:none;user-select:none}.has-image .fancybox__content{background:transparent;min-height:1px;padding:0}.is-closing .has-image .fancybox__content{overflow:visible}.has-image[data-image-fit=contain]{overflow:visible;touch-action:none}.has-image[data-image-fit=contain] .fancybox__content{flex-direction:row;flex-wrap:wrap}.has-image[data-image-fit=contain] .fancybox__image{max-height:100%;max-width:100%;object-fit:contain}.has-image[data-image-fit=contain-w]{overflow-x:hidden;overflow-y:auto}.has-image[data-image-fit=contain-w] .fancybox__content{min-height:auto}.has-image[data-image-fit=contain-w] .fancybox__image{height:auto;max-width:100%}.has-image[data-image-fit=cover]{overflow:visible;touch-action:none}.has-image[data-image-fit=cover] .fancybox__content{height:100%;width:100%}.has-image[data-image-fit=cover] .fancybox__image{height:100%;object-fit:cover;width:100%}.fancybox__carousel .fancybox__slide.has-html5video .fancybox__content,.fancybox__carousel .fancybox__slide.has-iframe .fancybox__content,.fancybox__carousel .fancybox__slide.has-map .fancybox__content,.fancybox__carousel .fancybox__slide.has-pdf .fancybox__content,.fancybox__carousel .fancybox__slide.has-video .fancybox__content{flex-shrink:1;max-width:100%;min-height:1px;overflow:visible}.fancybox__carousel .fancybox__slide.has-iframe .fancybox__content,.fancybox__carousel .fancybox__slide.has-map .fancybox__content,.fancybox__carousel .fancybox__slide.has-pdf .fancybox__content{height:80%;width:100%}.fancybox__carousel .fancybox__slide.has-html5video .fancybox__content,.fancybox__carousel .fancybox__slide.has-video .fancybox__content{height:540px;max-height:100%;max-width:100%;width:960px}.fancybox__carousel .fancybox__slide.has-html5video .fancybox__content,.fancybox__carousel .fancybox__slide.has-map .fancybox__content,.fancybox__carousel .fancybox__slide.has-pdf .fancybox__content,.fancybox__carousel .fancybox__slide.has-video .fancybox__content{background:rgba(24,24,27,.9);color:#fff;padding:0}.fancybox__carousel .fancybox__slide.has-map .fancybox__content{background:#e5e3df}.fancybox__html5video,.fancybox__iframe{background:transparent;border:0;display:block;height:100%;width:100%}.fancybox-placeholder{clip:rect(0,0,0,0);border-width:0;height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;white-space:nowrap;width:1px}.fancybox__thumbs{flex:0 0 auto;opacity:var(--fancybox-opacity,1);padding:0 3px;position:relative}.fancybox__container.is-animated[aria-hidden=false] .fancybox__thumbs{-webkit-animation:fancybox-fadeIn .15s ease-in backwards;animation:fancybox-fadeIn .15s ease-in backwards}.fancybox__container.is-animated.is-closing .fancybox__thumbs{opacity:0}.fancybox__thumbs .carousel__slide{align-items:center;box-sizing:content-box;cursor:pointer;display:flex;flex:0 0 auto;justify-content:center;margin:0;overflow:visible;padding:8px 3px;width:var(--fancybox-thumbs-width,96px)}.fancybox__thumbs .carousel__slide .fancybox__thumb:after{border-color:var(--fancybox-accent-color,rgba(34,213,233,.96));border-radius:var(--fancybox-thumbs-border-radius,4px);border-style:solid;border-width:5px;bottom:0;content:"";left:0;opacity:0;position:absolute;right:0;top:0;transition:opacity .15s ease}.fancybox__thumbs .carousel__slide.is-nav-selected .fancybox__thumb:after{opacity:.92}.fancybox__thumbs .carousel__slide>*{pointer-events:none;-webkit-user-select:none;user-select:none}.fancybox__thumb{background-color:hsla(0,0%,100%,.1);background-position:50%;background-repeat:no-repeat;background-size:cover;border-radius:var(--fancybox-thumbs-border-radius,4px);padding-top:calc(100%/(var(--fancybox-thumbs-ratio, 1.5)));position:relative;width:100%}.fancybox__toolbar{--carousel-button-svg-width:20px;--carousel-button-svg-height:20px;background:linear-gradient(0deg,transparent 0,rgba(0,0,0,.006) 8.1%,rgba(0,0,0,.021) 15.5%,rgba(0,0,0,.046) 22.5%,rgba(0,0,0,.077) 29%,rgba(0,0,0,.114) 35.3%,rgba(0,0,0,.155) 41.2%,rgba(0,0,0,.198) 47.1%,rgba(0,0,0,.242) 52.9%,rgba(0,0,0,.285) 58.8%,rgba(0,0,0,.326) 64.7%,rgba(0,0,0,.363) 71%,rgba(0,0,0,.394) 77.5%,rgba(0,0,0,.419) 84.5%,rgba(0,0,0,.434) 91.9%,rgba(0,0,0,.44));display:flex;justify-content:space-between;left:0;opacity:var(--fancybox-opacity,1);padding:0;position:absolute;right:0;text-shadow:var(--fancybox-toolbar-text-shadow,1px 1px 1px rgba(0,0,0,.4));top:0;touch-action:none;z-index:20}@media (min-width:1024px){.fancybox__toolbar{padding:8px}}.fancybox__container.is-animated[aria-hidden=false] .fancybox__toolbar{-webkit-animation:fancybox-fadeIn .15s ease-in backwards;animation:fancybox-fadeIn .15s ease-in backwards}.fancybox__container.is-animated.is-closing .fancybox__toolbar{opacity:0}.fancybox__toolbar__items{display:flex}.fancybox__toolbar__items--left{margin-right:auto}.fancybox__toolbar__items--center{left:50%;position:absolute;-webkit-transform:translateX(-50%);transform:translateX(-50%)}.fancybox__toolbar__items--right{margin-left:auto}@media(max-width:640px){.fancybox__toolbar__items--center:not(:last-child){display:none}}.fancybox__counter{-webkit-font-smoothing:subpixel-antialiased;font-size:17px;font-variant-numeric:tabular-nums;line-height:var(--carousel-button-height,48px);min-width:72px;padding:0 10px;text-align:center}.fancybox__progress{background:var(--fancybox-accent-color,rgba(34,213,233,.96));height:3px;left:0;position:absolute;right:0;top:0;-webkit-transform:scaleX(0);transform:scaleX(0);-webkit-transform-origin:0;transform-origin:0;transition-property:-webkit-transform;transition-property:transform;transition-property:transform,-webkit-transform;transition-timing-function:linear;-webkit-user-select:none;user-select:none;z-index:30}.fancybox__container:-webkit-full-screen::backdrop{opacity:0}.fancybox__container:fullscreen::-webkit-backdrop{opacity:0}.fancybox__container:fullscreen::backdrop{opacity:0}.fancybox__button--fullscreen g:nth-child(2){display:none}.fancybox__container:-webkit-full-screen .fancybox__button--fullscreen g:first-child{display:none}.fancybox__container:fullscreen .fancybox__button--fullscreen g:first-child{display:none}.fancybox__container:-webkit-full-screen .fancybox__button--fullscreen g:nth-child(2){display:block}.fancybox__container:fullscreen .fancybox__button--fullscreen g:nth-child(2){display:block}.fancybox__button--slideshow g:nth-child(2),.fancybox__container.has-slideshow .fancybox__button--slideshow g:first-child{display:none}.fancybox__container.has-slideshow .fancybox__button--slideshow g:nth-child(2){display:block}
.Vue-Toastification__container{box-sizing:border-box;color:#fff;display:flex;flex-direction:column;min-height:100%;padding:4px;pointer-events:none;position:fixed;width:600px;z-index:9999}@media only screen and (min-width:600px){.Vue-Toastification__container.top-center,.Vue-Toastification__container.top-left,.Vue-Toastification__container.top-right{top:1em}.Vue-Toastification__container.bottom-center,.Vue-Toastification__container.bottom-left,.Vue-Toastification__container.bottom-right{bottom:1em;flex-direction:column-reverse}.Vue-Toastification__container.bottom-left,.Vue-Toastification__container.top-left{left:1em}.Vue-Toastification__container.bottom-left .Vue-Toastification__toast,.Vue-Toastification__container.top-left .Vue-Toastification__toast{margin-right:auto}@supports not (-moz-appearance:none){.Vue-Toastification__container.bottom-left .Vue-Toastification__toast--rtl,.Vue-Toastification__container.top-left .Vue-Toastification__toast--rtl{margin-left:auto;margin-right:unset}}.Vue-Toastification__container.bottom-right,.Vue-Toastification__container.top-right{right:1em}.Vue-Toastification__container.bottom-right .Vue-Toastification__toast,.Vue-Toastification__container.top-right .Vue-Toastification__toast{margin-left:auto}@supports not (-moz-appearance:none){.Vue-Toastification__container.bottom-right .Vue-Toastification__toast--rtl,.Vue-Toastification__container.top-right .Vue-Toastification__toast--rtl{margin-left:unset;margin-right:auto}}.Vue-Toastification__container.bottom-center,.Vue-Toastification__container.top-center{left:50%;margin-left:-300px}.Vue-Toastification__container.bottom-center .Vue-Toastification__toast,.Vue-Toastification__container.top-center .Vue-Toastification__toast{margin-left:auto;margin-right:auto}}@media only screen and (max-width:600px){.Vue-Toastification__container{left:0;margin:0;padding:0;width:100vw}.Vue-Toastification__container .Vue-Toastification__toast{width:100%}.Vue-Toastification__container.top-center,.Vue-Toastification__container.top-left,.Vue-Toastification__container.top-right{top:0}.Vue-Toastification__container.bottom-center,.Vue-Toastification__container.bottom-left,.Vue-Toastification__container.bottom-right{bottom:0;flex-direction:column-reverse}}.Vue-Toastification__toast{border-radius:8px;box-shadow:0 1px 10px 0 rgba(0,0,0,.1),0 2px 15px 0 rgba(0,0,0,.05);box-sizing:border-box;direction:ltr;display:inline-flex;font-family:Lato,Helvetica,Roboto,Arial,sans-serif;justify-content:space-between;margin-bottom:1rem;max-height:800px;max-width:600px;min-height:64px;min-width:326px;overflow:hidden;padding:22px 24px;pointer-events:auto;position:relative;transform:translateZ(0)}.Vue-Toastification__toast--rtl{direction:rtl}.Vue-Toastification__toast--default{background-color:#1976d2;color:#fff}.Vue-Toastification__toast--info{background-color:#2196f3;color:#fff}.Vue-Toastification__toast--success{background-color:#4caf50;color:#fff}.Vue-Toastification__toast--error{background-color:#ff5252;color:#fff}.Vue-Toastification__toast--warning{background-color:#ffc107;color:#fff}@media only screen and (max-width:600px){.Vue-Toastification__toast{border-radius:0;margin-bottom:.5rem}}.Vue-Toastification__toast-body{flex:1;font-size:16px;line-height:24px;white-space:pre-wrap;word-break:break-word}.Vue-Toastification__toast-component-body{flex:1}.Vue-Toastification__toast.disable-transition{animation:none!important}.Vue-Toastification__close-button{align-items:center;background:transparent;border:none;color:#fff;cursor:pointer;font-size:24px;font-weight:700;line-height:24px;opacity:.3;outline:none;padding:0 0 0 10px;transition:.3s ease;transition:visibility 0s,opacity .2s linear}.Vue-Toastification__close-button:focus,.Vue-Toastification__close-button:hover{opacity:1}.Vue-Toastification__toast:not(:hover) .Vue-Toastification__close-button.show-on-hover{opacity:0}.Vue-Toastification__toast--rtl .Vue-Toastification__close-button{padding-left:unset;padding-right:10px}@keyframes scale-x-frames{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Vue-Toastification__progress-bar{animation:scale-x-frames linear 1 forwards;background-color:hsla(0,0%,100%,.7);bottom:0;height:5px;left:0;position:absolute;transform-origin:left;width:100%;z-index:10000}.Vue-Toastification__toast--rtl .Vue-Toastification__progress-bar{left:unset;right:0;transform-origin:right}.Vue-Toastification__icon{align-items:center;background:transparent;border:none;height:100%;margin:auto 18px auto 0;outline:none;padding:0;transition:.3s ease;width:20px}.Vue-Toastification__toast--rtl .Vue-Toastification__icon{margin:auto 0 auto 18px}@keyframes bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes bounceOutRight{40%{opacity:1;transform:translate3d(-20px,0,0)}to{opacity:0;transform:translate3d(1000px,0,0)}}@keyframes bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes bounceOutLeft{20%{opacity:1;transform:translate3d(20px,0,0)}to{opacity:0;transform:translate3d(-2000px,0,0)}}@keyframes bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes bounceOutUp{20%{transform:translate3d(0,-10px,0)}40%,45%{opacity:1;transform:translate3d(0,20px,0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes bounceOutDown{20%{transform:translate3d(0,10px,0)}40%,45%{opacity:1;transform:translate3d(0,-20px,0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Vue-Toastification__bounce-enter-active.bottom-left,.Vue-Toastification__bounce-enter-active.top-left{animation-name:bounceInLeft}.Vue-Toastification__bounce-enter-active.bottom-right,.Vue-Toastification__bounce-enter-active.top-right{animation-name:bounceInRight}.Vue-Toastification__bounce-enter-active.top-center{animation-name:bounceInDown}.Vue-Toastification__bounce-enter-active.bottom-center{animation-name:bounceInUp}.Vue-Toastification__bounce-leave-active:not(.disable-transition).bottom-left,.Vue-Toastification__bounce-leave-active:not(.disable-transition).top-left{animation-name:bounceOutLeft}.Vue-Toastification__bounce-leave-active:not(.disable-transition).bottom-right,.Vue-Toastification__bounce-leave-active:not(.disable-transition).top-right{animation-name:bounceOutRight}.Vue-Toastification__bounce-leave-active:not(.disable-transition).top-center{animation-name:bounceOutUp}.Vue-Toastification__bounce-leave-active:not(.disable-transition).bottom-center{animation-name:bounceOutDown}.Vue-Toastification__bounce-enter-active,.Vue-Toastification__bounce-leave-active{animation-duration:.75s;animation-fill-mode:both}.Vue-Toastification__bounce-move{transition-duration:.4s;transition-property:all;transition-timing-function:ease-in-out}@keyframes fadeOutTop{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(-50px)}}@keyframes fadeOutLeft{0%{opacity:1;transform:translateX(0)}to{opacity:0;transform:translateX(-50px)}}@keyframes fadeOutBottom{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(50px)}}@keyframes fadeOutRight{0%{opacity:1;transform:translateX(0)}to{opacity:0;transform:translateX(50px)}}@keyframes fadeInLeft{0%{opacity:0;transform:translateX(-50px)}to{opacity:1;transform:translateX(0)}}@keyframes fadeInRight{0%{opacity:0;transform:translateX(50px)}to{opacity:1;transform:translateX(0)}}@keyframes fadeInTop{0%{opacity:0;transform:translateY(-50px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeInBottom{0%{opacity:0;transform:translateY(50px)}to{opacity:1;transform:translateY(0)}}.Vue-Toastification__fade-enter-active.bottom-left,.Vue-Toastification__fade-enter-active.top-left{animation-name:fadeInLeft}.Vue-Toastification__fade-enter-active.bottom-right,.Vue-Toastification__fade-enter-active.top-right{animation-name:fadeInRight}.Vue-Toastification__fade-enter-active.top-center{animation-name:fadeInTop}.Vue-Toastification__fade-enter-active.bottom-center{animation-name:fadeInBottom}.Vue-Toastification__fade-leave-active:not(.disable-transition).bottom-left,.Vue-Toastification__fade-leave-active:not(.disable-transition).top-left{animation-name:fadeOutLeft}.Vue-Toastification__fade-leave-active:not(.disable-transition).bottom-right,.Vue-Toastification__fade-leave-active:not(.disable-transition).top-right{animation-name:fadeOutRight}.Vue-Toastification__fade-leave-active:not(.disable-transition).top-center{animation-name:fadeOutTop}.Vue-Toastification__fade-leave-active:not(.disable-transition).bottom-center{animation-name:fadeOutBottom}.Vue-Toastification__fade-enter-active,.Vue-Toastification__fade-leave-active{animation-duration:.75s;animation-fill-mode:both}.Vue-Toastification__fade-move{transition-duration:.4s;transition-property:all;transition-timing-function:ease-in-out}@keyframes slideInBlurredLeft{0%{filter:blur(40px);opacity:0;transform:translateX(-1000px) scaleX(2.5) scaleY(.2);transform-origin:100% 50%}to{filter:blur(0);opacity:1;transform:translateX(0) scaleY(1) scaleX(1);transform-origin:50% 50%}}@keyframes slideInBlurredTop{0%{filter:blur(240px);opacity:0;transform:translateY(-1000px) scaleY(2.5) scaleX(.2);transform-origin:50% 0}to{filter:blur(0);opacity:1;transform:translateY(0) scaleY(1) scaleX(1);transform-origin:50% 50%}}@keyframes slideInBlurredRight{0%{filter:blur(40px);opacity:0;transform:translateX(1000px) scaleX(2.5) scaleY(.2);transform-origin:0 50%}to{filter:blur(0);opacity:1;transform:translateX(0) scaleY(1) scaleX(1);transform-origin:50% 50%}}@keyframes slideInBlurredBottom{0%{filter:blur(240px);opacity:0;transform:translateY(1000px) scaleY(2.5) scaleX(.2);transform-origin:50% 100%}to{filter:blur(0);opacity:1;transform:translateY(0) scaleY(1) scaleX(1);transform-origin:50% 50%}}@keyframes slideOutBlurredTop{0%{filter:blur(0);opacity:1;transform:translateY(0) scaleY(1) scaleX(1);transform-origin:50% 0}to{filter:blur(240px);opacity:0;transform:translateY(-1000px) scaleY(2) scaleX(.2);transform-origin:50% 0}}@keyframes slideOutBlurredBottom{0%{filter:blur(0);opacity:1;transform:translateY(0) scaleY(1) scaleX(1);transform-origin:50% 50%}to{filter:blur(240px);opacity:0;transform:translateY(1000px) scaleY(2) scaleX(.2);transform-origin:50% 100%}}@keyframes slideOutBlurredLeft{0%{filter:blur(0);opacity:1;transform:translateX(0) scaleY(1) scaleX(1);transform-origin:50% 50%}to{filter:blur(40px);opacity:0;transform:translateX(-1000px) scaleX(2) scaleY(.2);transform-origin:100% 50%}}@keyframes slideOutBlurredRight{0%{filter:blur(0);opacity:1;transform:translateX(0) scaleY(1) scaleX(1);transform-origin:50% 50%}to{filter:blur(40px);opacity:0;transform:translateX(1000px) scaleX(2) scaleY(.2);transform-origin:0 50%}}.Vue-Toastification__slideBlurred-enter-active.bottom-left,.Vue-Toastification__slideBlurred-enter-active.top-left{animation-name:slideInBlurredLeft}.Vue-Toastification__slideBlurred-enter-active.bottom-right,.Vue-Toastification__slideBlurred-enter-active.top-right{animation-name:slideInBlurredRight}.Vue-Toastification__slideBlurred-enter-active.top-center{animation-name:slideInBlurredTop}.Vue-Toastification__slideBlurred-enter-active.bottom-center{animation-name:slideInBlurredBottom}.Vue-Toastification__slideBlurred-leave-active:not(.disable-transition).bottom-left,.Vue-Toastification__slideBlurred-leave-active:not(.disable-transition).top-left{animation-name:slideOutBlurredLeft}.Vue-Toastification__slideBlurred-leave-active:not(.disable-transition).bottom-right,.Vue-Toastification__slideBlurred-leave-active:not(.disable-transition).top-right{animation-name:slideOutBlurredRight}.Vue-Toastification__slideBlurred-leave-active:not(.disable-transition).top-center{animation-name:slideOutBlurredTop}.Vue-Toastification__slideBlurred-leave-active:not(.disable-transition).bottom-center{animation-name:slideOutBlurredBottom}.Vue-Toastification__slideBlurred-enter-active,.Vue-Toastification__slideBlurred-leave-active{animation-duration:.75s;animation-fill-mode:both}.Vue-Toastification__slideBlurred-move{transition-duration:.4s;transition-property:all;transition-timing-function:ease-in-out}
@font-face{font-family:swiper-icons;font-style:normal;font-weight:400;src:url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA")}:root{--swiper-theme-color:#007aff}.swiper{list-style:none;margin-left:auto;margin-right:auto;overflow:hidden;padding:0;position:relative;z-index:1}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{box-sizing:content-box;display:flex;height:100%;position:relative;transition-property:transform;width:100%;z-index:1}.swiper-android .swiper-slide,.swiper-wrapper{transform:translateZ(0)}.swiper-pointer-events{touch-action:pan-y}.swiper-pointer-events.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;height:100%;position:relative;transition-property:transform;width:100%}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{backface-visibility:hidden;transform:translateZ(0)}.swiper-3d,.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-cube-shadow,.swiper-3d .swiper-slide,.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{height:100%;left:0;pointer-events:none;position:absolute;top:0;width:100%;z-index:10}.swiper-3d .swiper-slide-shadow{background:rgba(0,0,0,.15)}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(270deg,rgba(0,0,0,.5),transparent)}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(90deg,rgba(0,0,0,.5),transparent)}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(0deg,rgba(0,0,0,.5),transparent)}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(180deg,rgba(0,0,0,.5),transparent)}.swiper-css-mode>.swiper-wrapper{-ms-overflow-style:none;overflow:auto;scrollbar-width:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-horizontal.swiper-css-mode>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-vertical.swiper-css-mode>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-centered>.swiper-wrapper:before{content:"";flex-shrink:0;order:9999}.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-horizontal>.swiper-wrapper:before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-vertical>.swiper-wrapper:before{height:var(--swiper-centered-offset-after);min-width:1px;width:100%}.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center}@font-face{font-family:ist;font-weight:400;src:url(/fonts/regular.woff2) format("woff2")}@font-face{font-family:ist;font-weight:500;src:url(/fonts/medium.woff2) format("woff2")}@font-face{font-family:ist;font-weight:700;src:url(/fonts/bold.woff2) format("woff2")}@font-face{font-family:ist-heading;font-weight:500;src:url(/fonts/heading.woff2) format("woff2")}*{box-sizing:border-box;font-family:inherit;margin:0;padding:0}:active,:focus{outline:0}html{-moz-osx-font-smoothing:grayscale;text-rendering:optimizeLegibility;-webkit-text-size-adjust:100%;-moz-text-size-adjust:100%;text-size-adjust:100%;height:100%}body{background:#fff;color:#000;font-family:ist,sans-serif;font-size:16px;font-weight:500;line-height:normal}body.menu-open{overflow:hidden}a{color:inherit;transition:.3s}a,a:hover{cursor:pointer;text-decoration:none}a:active,a:focus{outline:0}p{margin-bottom:0}img{display:block;flex-shrink:0;height:100%;max-width:100%;-o-object-fit:cover;object-fit:cover;width:100%}button{background-color:transparent;border:0;color:inherit;padding:0}button,button:hover{cursor:pointer}button:active,button:focus{outline:0}label{cursor:pointer}input,textarea{font-family:ist}input::-moz-placeholder,textarea::-moz-placeholder{color:inherit;font-family:inherit;font-size:inherit;opacity:1}input::placeholder,textarea::placeholder{color:inherit;font-family:inherit;font-size:inherit;opacity:1}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}svg{display:block}iframe{border:0}.wrapper{margin:0 auto;min-height:100vh;min-height:-webkit-fill-available;overflow:hidden;position:relative;width:100%}.content,.wrapper{display:flex;flex-direction:column}.content{flex-grow:1}content,header,main{width:100%}main{flex-grow:1}.container{margin-left:auto;margin-right:auto;max-width:100%;padding:0 40px;position:relative;width:100%}@media screen and (max-width:1024px){.container{padding:0 24px}}@media screen and (max-width:767px){.container{padding:0 10px}}.container.narrow{max-width:1240px}@media screen and (max-width:1200px){.container.narrow{max-width:940px}}@media screen and (max-width:1024px){.container.narrow{max-width:600px}}.container .container{padding-left:0;padding-right:0}@keyframes spinAround{0%{transform:rotate(0deg)}to{transform:rotate(359deg)}}[v-cloak]{display:none}.header{background-color:#fff;left:0;position:absolute;right:0;top:0;z-index:300}.header .container{align-items:center;display:flex;justify-content:space-between;min-height:86px}.header .logo svg{height:31px;width:100px}.header .menu{flex-grow:1}@media screen and (max-width:767px){.header .menu{background-color:#fff;height:100vh;left:0;opacity:0;pointer-events:none;position:absolute;right:0;top:-100vh;transition:.3s;z-index:3}}.header .menu>ul{display:flex;justify-content:space-evenly;list-style:none}@media screen and (max-width:767px){.header .menu>ul{align-items:center;flex-direction:column;height:100%;justify-content:center}}.header .menu>ul>li{padding:16px 0;position:relative}@media screen and (max-width:767px){.header .menu>ul>li{padding:0}.header .menu>ul>li:not(:last-child){margin-bottom:20px}}.header .menu>ul>li.has-children>a{padding-right:16px}@media screen and (max-width:767px){.header .menu>ul>li.has-children>a{display:none}}.header .menu>ul>li.has-children>a:after{border-color:transparent;border-style:solid;border-top-color:inherit;border-width:4px 3px 0;content:"";height:0;position:absolute;right:0;top:50%;transform:translateY(-50%);width:0}.header .menu>ul>li.has-children:hover>.menu-dropdown{opacity:1;pointer-events:auto}.header .menu-link{font-size:20px;line-height:1;text-transform:uppercase}@media screen and (max-width:1200px){.header .menu-link{font-size:16px}}@media screen and (max-width:1024px){.header .menu-link{font-size:14px}}@media screen and (max-width:767px){.header .menu-link{font-size:32px;line-height:1.17}}.header .menu-dropdown{align-items:center;background-color:#fff;border:1px solid #d1d1d1;border-radius:3px;box-shadow:0 0 7px 0 transparent;display:flex;flex-direction:column;left:50%;opacity:0;padding:18px 20px;pointer-events:none;position:absolute;text-align:center;top:48px;transform:translateX(-50%);transition:.3s;width:200px}@media screen and (max-width:767px){.header .menu-dropdown{background-color:transparent;border:0;border-radius:0;box-shadow:0;left:0;opacity:1;padding:0;pointer-events:auto;position:relative;top:0;transform:none;width:auto}}.header .menu-dropdown:after,.header .menu-dropdown:before{border:10px solid transparent;content:"";position:absolute;right:50%;transform:translateX(50%)}@media screen and (max-width:767px){.header .menu-dropdown:after,.header .menu-dropdown:before{content:normal}}.header .menu-dropdown:before{border-bottom-color:#d1d1d1;top:-21px}.header .menu-dropdown:after{border-bottom-color:#fff;top:-20px}.header .menu-dropdown li{list-style:none}.header .menu-dropdown li:not(:last-child){margin-bottom:12px}@media screen and (max-width:767px){.header .menu-dropdown li:not(:last-child){margin-bottom:20px}}.header .menu-dropdown a{color:#222;font-size:20px;line-height:1.35}@media screen and (max-width:767px){.header .menu-dropdown a{font-size:32px;line-height:1.17;text-transform:uppercase}}.header .search-btn{display:block}.header .search-btn,.header .search-btn svg{height:30px;width:30px}.header .search-dropdown{background:#fff;box-shadow:0 5px 10px 0 rgba(0,0,0,.1);display:flex;justify-content:center;left:0;opacity:0;padding:45px 0;pointer-events:none;position:fixed;right:0;top:0;top:-150px;transition:.3s;z-index:20}@media screen and (max-width:1024px){.header .search-dropdown{padding:30px 0;top:-120px}}@media screen and (max-width:767px){.header .search-dropdown{padding:19px 0;top:-86px}}@media screen and (max-width:480px){.header .search-dropdown{padding:10px 0;top:-68px}}.header .search-dropdown.active{opacity:1;pointer-events:auto;top:0}.header .search-close-btn{background-color:transparent;border:0;position:absolute;right:calc(50% - 448px);top:60px}@media screen and (max-width:1024px){.header .search-close-btn{right:calc(50% - 282px);top:40px}}@media screen and (max-width:767px){.header .search-close-btn{right:calc(50% - 213px);top:30px}}@media screen and (max-width:480px){.header .search-close-btn{right:12px;top:22px}}.header .search-close-btn svg{height:28px;width:28px}@media screen and (max-width:767px){.header .search-close-btn svg{height:24px;width:24px}}@media screen and (max-width:480px){.header .shop-search{width:100%}}.header .shop-search .dropdown{padding-left:68px;padding-right:68px;position:relative}@media screen and (max-width:1024px){.header .shop-search .dropdown{padding-left:48px;padding-right:48px}}@media screen and (max-width:767px){.header .shop-search .dropdown{padding:0;width:100%}}.header .shop-search .dropdown input{background-color:transparent;border:1px solid #c4c4c4;border-radius:0;color:#b6b6b6;display:block;font-size:16px;height:60px;line-height:1.33;padding:0 55px;position:relative;width:760px}@media screen and (max-width:1024px){.header .shop-search .dropdown input{height:48px;width:480px}}@media screen and (max-width:767px){.header .shop-search .dropdown input{border:0;width:100%}}.header .shop-search .dropdown svg{color:#b6b6b6;height:30px;left:80px;pointer-events:none;position:absolute;top:18px;width:30px}@media screen and (max-width:1024px){.header .shop-search .dropdown svg{left:60px;top:12px}}@media screen and (max-width:767px){.header .shop-search .dropdown svg{left:12px}}.header .shop-search .dropdown-menu{line-height:1.4;padding-top:16px}.header .shop-search .products-list,.header .shop-search .results-list-total{margin-top:20px}.header .shop-search .categories-list-title,.header .shop-search .products-list-title{color:#b6b6b6;font-weight:400;margin-bottom:5px}.header .shop-search .dropdown-item>div:nth-child(2){color:#b6b6b6;font-weight:400}.header .shop-search .history-list-clear{margin-top:10px}.header .cart{position:absolute}.burger{display:none;height:20px;margin-left:72px;position:relative;width:28px;z-index:10}@media screen and (max-width:767px){.burger{display:block}}.burger span{background-color:#000;display:block;height:3px;left:0;opacity:1;position:absolute;transform:rotate(0deg);transition:.25s ease-in-out;width:100%}.burger span:first-child{top:0}.burger span:nth-child(2),.burger span:nth-child(3){top:8px}.burger span:nth-child(4){top:16px}@media screen and (max-width:767px){.mobile-menu-open{height:100vh;overflow:hidden}}.mobile-menu-open .header .menu{opacity:1;pointer-events:auto;top:0}.mobile-menu-open .burger span:first-child{left:50%;top:8px;width:0}.mobile-menu-open .burger span:nth-child(2){transform:rotate(45deg)}.mobile-menu-open .burger span:nth-child(3){transform:rotate(-45deg)}.mobile-menu-open .burger span:nth-child(4){left:50%;top:8px;width:0}.btn{align-items:center;background-color:#000;border:1px solid #000;border-radius:60px;color:#fff;display:inline-flex;font-size:32px;height:78px;justify-content:center;line-height:1.55;padding:0 64px;text-align:center;text-transform:uppercase;transition:background-color .2s ease-in-out,color .2s ease-in-out,border-color .2s ease-in-out}@media screen and (max-width:1200px){.btn{font-size:28px;height:64px;padding:0 48px}}@media screen and (max-width:1024px){.btn{font-size:24px;height:48px;padding:0 32px}}@media screen and (max-width:767px){.btn{padding:0 24px}}.btn.border-btn{background-color:transparent;color:#000}.product-card{display:block;position:relative}.product-card-label{align-items:center;background-color:#ff4a4a;border-radius:50px;color:#fff;display:flex;font-family:ist;font-size:12px;font-weight:400;height:50px;justify-content:center;min-width:50px;padding:0 10px;position:absolute;right:10px;text-align:center;top:10px;z-index:20}.product-card-label span{text-align:center}.product-card-photo{padding-top:100%;position:relative;width:100%}.not-available .product-card-photo{filter:grayscale(1)}.product-card-photo:hover picture:first-child:not(:only-child){opacity:0}.product-card-photo:hover picture:nth-child(2){opacity:1}.product-card-photo picture{height:100%;left:0;-o-object-fit:cover;object-fit:cover;position:absolute;top:0;transition:opacity .1s linear;width:100%}.product-card-photo picture:nth-child(2){opacity:0}.product-card-title{font-size:20px;font-weight:500;line-height:1;padding-top:20px;text-transform:uppercase;word-break:break-word}.product-card-price{align-items:center;display:flex;font-size:20px;line-height:1.35;margin-top:12px}.product-card-price .price-old{color:#bdbdbd;margin-left:5px;text-decoration:line-through}.product-card-availability{font-size:14px;font-weight:400;line-height:1.35;margin-top:3px}.product-card-availability.is-eol{color:grey}.product-card-availability.not-available{color:#f95d51}.product-card-descr{font-size:20px;line-height:1.55;margin-top:8px}.cart-title{font-size:24px;font-weight:500;line-height:1.35;padding-bottom:30px}.cart-products-table{border-bottom:1px solid rgba(0,0,0,.2);border-top:1px solid rgba(0,0,0,.2)}.cart-products-table td{font-size:16px;line-height:1.55;padding-bottom:15px;padding-top:15px;vertical-align:middle}.cart-products-table td:first-child{padding-right:20px}.cart-products-table td:nth-child(3){padding-left:10px;padding-right:20px}.cart-products-table td:nth-child(5){padding-left:20px}.cart-products-amount{font-size:16px;line-height:1.55;padding-bottom:20px;padding-top:30px;text-align:right}.cart-product-image{border-radius:7px;height:70px;overflow:hidden;width:70px}.cart-product-image img{height:100%;-o-object-fit:cover;object-fit:cover}.cart-product-link{font-size:16px}.cart-product-quantity{align-items:center;display:flex;justify-content:space-between;width:80px}.cart-product-quantity svg{stroke-width:2px;height:16px;width:16px}.cart-product-quantity input{border:1px solid transparent;color:#000;display:block;font-family:ist;font-size:16px;font-weight:500;line-height:1;margin:0 5px;min-width:26px;padding:2px 5px;text-align:center;transition:.3s}.cart-product-quantity input::-webkit-inner-spin-button,.cart-product-quantity input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.cart-product-quantity input:focus{border-color:#000}.cart-product-quantity input[type=number]{-moz-appearance:textfield}.cart-product-btn{opacity:.4;transition:.3s}.cart-product-btn:hover{opacity:1}.cart-product-amount{width:80px}.cart-product-remove svg{stroke-width:2px;height:20px;width:20px}.cart-form{margin-top:20px}.cart-input-group{position:relative}.cart-input-group:not(:last-child){margin-bottom:20px}.cart-input-group .input-wrapper{position:relative}.cart-input-group label{display:block;font-size:16px;line-height:1.55;padding-bottom:5px;padding-right:10px}.cart-input-group input{color:#000;padding:0 20px}.cart-input-group input,.cart-input-group textarea{background-color:transparent;border:1px solid #000;border-radius:0;display:block;font-size:16px;height:56px;line-height:1.33;width:100%}.cart-input-group textarea{min-height:102px;padding:17px 20px 0;resize:vertical}.cart-input-group button{background-color:#000;border-radius:0;color:#fff;font-size:16px;font-weight:700;height:56px;opacity:0;padding:0 60px;pointer-events:none;position:absolute;right:0;top:0;transition:.3s}.cart-input-group button.active,.cart-input-group button:focus{opacity:1;pointer-events:auto}.cart-input-group .annotation{display:block;font-size:14px;line-height:1.55;opacity:.7;padding-bottom:15px;padding-right:10px}.cart-radio-group{position:relative}.cart-radio-group:not(:last-child){margin-bottom:20px}.cart-radio-group .group-title{display:block;font-size:16px;line-height:1.55;padding-bottom:5px;padding-right:10px}.cart-radio-group .annotation{display:block;font-size:14px;line-height:1.55;opacity:.7;padding-bottom:15px;padding-right:10px}.cart-radio-group input:checked+.radio-custom:before{opacity:1}.cart-radio-group label{display:inline-block}.cart-radio-group label:not(:last-of-type){margin-bottom:12px}.cart-radio-group .radio-custom{border:2px solid #000;border-radius:50%;display:inline-block;flex-shrink:0;height:20px;margin-right:10px;opacity:.6;position:relative;transition:.3s;width:20px}.cart-radio-group .radio-custom:hover{opacity:1}.cart-radio-group .radio-custom:before{background-color:#000;border-radius:50%;bottom:2px;content:"";left:2px;opacity:0;position:absolute;right:2px;top:2px;transition:.3s}.cart-radio-group .radio-text{display:inline;font-size:15px;font-weight:500;line-height:1.55;-webkit-user-select:none;-moz-user-select:none;user-select:none;vertical-align:top}.cart-radio-group ul{font-weight:400;padding-left:20px}.cart-radio-group ul:not(:first-child){margin-top:20px}.cart-promo-group input{padding-right:250px}.cart-promo-group input:focus+button{opacity:1;pointer-events:auto}.cart-checkbox-group{display:flex;margin-top:74px}.cart-checkbox-group:not(:last-child){margin-bottom:20px}.cart-checkbox-group input:checked+.checkbox-custom:before{opacity:1}.cart-checkbox-group label{display:inline-block}.cart-checkbox-group .checkbox-custom{border:2px solid #000;display:inline-block;flex-shrink:0;height:20px;margin-right:10px;opacity:.6;position:relative;transition:.3s;width:20px}.cart-checkbox-group .checkbox-custom:hover{opacity:1}.cart-checkbox-group .checkbox-custom:before{border:solid #000;border-width:0 2px 2px 0;content:"";height:8px;left:6px;opacity:0;position:absolute;top:2px;transform:rotate(45deg);transition:.3s;width:3px}.cart-checkbox-group .checkbox-text{display:inline;font-size:15px;font-weight:500;line-height:1.55;-webkit-user-select:none;-moz-user-select:none;user-select:none;vertical-align:top}.cart-sum{font-size:14px;font-weight:500;margin-top:25px;text-align:right}.cart-total{font-size:24px;font-weight:700;line-height:1.5;margin-top:4px;text-align:right}.cart-submit-btn{background-color:#000;border-radius:0;color:#fff;font-size:16px;font-weight:700;height:56px;margin-top:30px;padding:0 60px;width:100%}.product{grid-column-gap:40px;-moz-column-gap:40px;column-gap:40px;display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);margin-left:auto;margin-right:auto;max-width:1200px}@media screen and (max-width:1200px){.product{grid-column-gap:20px;-moz-column-gap:20px;column-gap:20px}}@media screen and (max-width:1024px){.product{grid-column-gap:30px;grid-gap:30px;grid-template-columns:minmax(0,1fr)}}.product-gallery{grid-column:1;overflow:hidden;position:relative;width:100%}.product .swiper-slide{background-color:#ebebeb;padding-bottom:100%;position:relative}.product .swiper-slide img{height:auto;left:0;max-height:100%;-o-object-fit:contain;object-fit:contain;position:absolute;top:0;width:100%}.product .swiper-button{background-color:#fff;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg style='display:block' viewBox='0 0 7.3 13' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='none' stroke='%23000' stroke-linejoin='butt' d='m.5.5 6 6-6 6'/%3E%3C/svg%3E");background-position:50%;background-repeat:no-repeat;background-size:7.3px 13px;border-radius:50%;cursor:pointer;height:30px;margin:0;position:absolute;top:calc(50% - 15px);transition:.3s;width:30px;z-index:2}@media screen and (max-width:767px){.product .swiper-button{background-size:6px 11px;height:24px;width:24px}}.product .swiper-button-prev{left:30px;transform:rotate(-180deg)}@media screen and (max-width:767px){.product .swiper-button-prev{left:5px}}.product .swiper-button-next{right:30px}@media screen and (max-width:767px){.product .swiper-button-next{right:5px}}.product .swiper-button-disabled{opacity:0;pointer-events:none}.product-thumbs{align-items:center;display:flex;flex-wrap:wrap;justify-content:center}.product-thumb{height:60px;margin-right:5px;margin-top:4px;transition:.3s;width:60px}@media screen and (max-width:767px){.product-thumb{height:40px;margin-right:4px;margin-top:3px;width:40px}}.product-thumb:hover{cursor:pointer;opacity:.7}.product-thumb img{height:100%;-o-object-fit:cover;object-fit:cover;width:100%}.product-details{grid-column:1;grid-row:2;padding-top:32px}@media screen and (max-width:1024px){.product-details{grid-row:3}}@media screen and (max-width:480px){.product-details{padding:0 20px 110px}}.product-details-title{font-size:18px}.product-details-list{margin-top:12px}.product-info{grid-column:2;grid-row-end:span 3;grid-row-start:1}@media screen and (max-width:1024px){.product-info{grid-column:1;grid-row:2}}@media screen and (max-width:480px){.product-info{padding:32px 20px 0}}.product-title{font-size:24px;font-weight:500;line-height:1;text-transform:uppercase}@media screen and (max-width:1024px){.product-title{font-size:22px}}@media screen and (max-width:767px){.product-title{font-size:20px}}.product-price{align-items:center;display:flex;font-size:20px;line-height:1.5;margin-top:18px}@media screen and (max-width:1024px){.product-price{font-size:18px}}@media screen and (max-width:767px){.product-price{font-size:16px}}.product-price .price-old{color:#bdbdbd;margin-left:5px;text-decoration:line-through}.product-availability{color:#f95d51;font-size:14px;font-weight:400;line-height:1.35;margin-top:3px}.product-availability-yes{color:green}.product-cart-btn{background-color:#000;border:1px solid #000;border-radius:50px;color:#fff;font-size:14px;height:45px;margin-bottom:30px;margin-top:20px;padding-left:30px;padding-right:30px;text-transform:uppercase}@media screen and (max-width:767px){.product-cart-btn{padding-left:20px;padding-right:20px}}.product-cart-btn[disabled]{opacity:.5;pointer-events:none}.product-descr,.product-details{font-size:14px;line-height:1.55}.product-descr a,.product-details a{color:#ff8562}.product-descr a:hover,.product-details a:hover{text-decoration:underline}.product-descr strong,.product-details strong{font-weight:700}.product-descr strong:first-child,.product-details strong:first-child{display:inline-block;margin-bottom:10px}.block-title{font-size:48px;font-weight:500;line-height:1;margin-bottom:60px;padding-bottom:3px;padding-top:8px}@media screen and (max-width:1200px){.block-title{font-size:44px}}@media screen and (max-width:1024px){.block-title{font-size:40px;margin-bottom:48px}}@media screen and (max-width:767px){.block-title{font-size:36px;margin-bottom:36px}}picture{height:100%;width:100%}picture img{opacity:0;position:relative;transition:opacity 1s;z-index:3}picture:after{animation:spinAround .5s linear infinite;border-color:transparent transparent #000 #000;border-radius:1rem;border-style:solid;border-width:2px;content:"";display:block;height:1em;height:16px;left:calc(50% - 8px);pointer-events:none;position:relative;position:absolute;top:calc(50% - 8px);transition:opacity .3s;-webkit-user-select:none;-moz-user-select:none;user-select:none;width:1em;width:16px;z-index:2}picture.is-lazy-loaded img{opacity:1}picture.is-lazy-loaded:after{content-visibility:auto;animation:none;opacity:0}.loadmore{background-color:#000;border:1px solid #000;border-radius:20px;color:#fff;font-weight:500;height:35px;padding:0 15px;text-transform:uppercase}.block-logo-text.extra-notice{padding-top:106px}.block-logo-text.extra-notice *{margin:0 auto}.block-logo-text.extra-notice .close{display:none}section[class^=block-]:first-of-type{padding-top:106px}section[class^=block-].big-offset{padding-bottom:200px;padding-top:180px}@media screen and (max-width:1200px){section[class^=block-].big-offset{padding-bottom:150px}}@media screen and (max-width:1024px){section[class^=block-].big-offset{padding-bottom:100px;padding-top:150px}}@media screen and (max-width:767px){section[class^=block-].big-offset{padding-bottom:80px}}.block-logo-text{padding-bottom:36px;padding-top:36px}.block-logo-text:not(:first-of-type){margin-top:64px}.block-logo-text.black-bg{background-color:#000;color:#fff}.block-logo-text .container{align-items:center;display:flex;flex-direction:column}.block-logo-text img{max-height:76px;width:auto}.block-logo-text p{display:block;font-size:24px;line-height:1;max-width:1040px;text-align:center}@media screen and (max-width:1200px){.block-logo-text p{max-width:748px}}@media screen and (max-width:1024px){.block-logo-text p{max-width:530px}}@media screen and (max-width:767px){.block-logo-text p{max-width:300px}}@media screen and (max-width:480px){.block-logo-text p{font-size:16px}}.block-logo-text p:not(:first-child){margin-top:12px}.block-text{padding-bottom:60px;padding-top:60px}.block-text p{display:block;font-size:36px;line-height:1;max-width:1040px}@media screen and (max-width:1200px){.block-text p{max-width:748px}}@media screen and (max-width:1024px){.block-text p{font-size:24px;max-width:530px}}@media screen and (max-width:767px){.block-text p{max-width:300px}}@media screen and (max-width:480px){.block-text p{font-size:16px}}.block-products .container{align-items:center;display:flex;flex-direction:column}.block-products .products-list{-moz-column-gap:20px;column-gap:20px;display:grid;gap:30px 20px;grid-template-columns:repeat(3,1fr);row-gap:30px;width:100%}@media screen and (max-width:1024px){.block-products .products-list{grid-template-columns:1fr 1fr;row-gap:60px}}@media screen and (max-width:767px){.block-products .products-list{-moz-column-gap:10px;column-gap:10px}}.block-products .catalog-btn{margin-top:64px}@media screen and (max-width:1024px){.block-products .catalog-btn{margin-top:48px}}@media screen and (max-width:767px){.block-products .catalog-btn{margin-top:32px}}.block-article-preview.block-book-fragment{padding-bottom:130px;padding-top:130px}@media screen and (max-width:1200px){.block-article-preview.block-book-fragment{padding-bottom:120px;padding-top:120px}}@media screen and (max-width:1024px){.block-article-preview.block-book-fragment{padding-bottom:80px;padding-top:80px}}@media screen and (max-width:767px){.block-article-preview.block-book-fragment{padding-bottom:64px;padding-top:64px}}.block-article-preview .article-preview{display:grid;grid-template-columns:1fr 1fr}@media screen and (max-width:1024px){.block-article-preview .article-preview{grid-template-columns:1fr}}.block-article-preview .article-preview-text{margin-right:auto}@media screen and (max-width:1024px){.block-article-preview .article-preview-text{grid-row:2;margin-top:32px;max-width:580px}}.block-article-preview .article-preview-title{font-size:48px;font-weight:500;line-height:1}@media screen and (max-width:1024px){.block-article-preview .article-preview-title{font-size:36px}}@media screen and (max-width:480px){.block-article-preview .article-preview-title{font-size:24px}}.block-article-preview .article-preview-controls{display:flex;margin-top:32px}@media screen and (max-width:1024px){.block-article-preview .article-preview-controls{margin-top:24px}}@media screen and (max-width:480px){.block-article-preview .article-preview-controls{margin-top:16px}}.block-article-preview .article-preview-controls a{font-size:36px;line-height:1}@media screen and (max-width:480px){.block-article-preview .article-preview-controls a{font-size:24px}}.block-article-preview .article-preview-controls a:not(:last-child){margin-right:32px}@media screen and (max-width:480px){.block-article-preview .article-preview-controls a:not(:last-child){margin-right:24px}}.block-article-preview .article-preview-image{margin-left:auto}@media screen and (max-width:1024px){.block-article-preview .article-preview-image{grid-row:1;max-width:580px}}.block-news-articles .block-head,.block-news-articles .breadcrumb{display:none}.block-news-articles .articles-list{-moz-column-gap:40px;column-gap:40px;display:grid;grid-template-columns:1fr 1fr;row-gap:90px}@media screen and (max-width:1200px){.block-news-articles .articles-list{-moz-column-gap:20px;column-gap:20px}}@media screen and (max-width:1024px){.block-news-articles .articles-list{grid-template-columns:1fr;row-gap:60px}}.block-news-articles .article-item{display:block;position:relative}.block-news-articles .article-item-label{display:none}.block-news-articles .article-item-photo{padding-bottom:75%;position:relative}.block-news-articles .article-item-photo img{height:100%;left:0;-o-object-fit:cover;object-fit:cover;position:absolute;top:0;width:100%}.block-news-articles .article-item-info{display:flex;flex-wrap:wrap}.block-news-articles .article-item-title{font-size:24px;line-height:1.35;margin-top:20px;order:1;width:100%}.block-news-articles .article-item-date{color:rgba(0,0,0,.5);font-size:10px;letter-spacing:1px;line-height:1.3;margin-top:15px;order:2}.block-article .relevant,.block-article article{margin-left:auto;margin-right:auto;max-width:760px}@media screen and (max-width:1200px){.block-article .relevant,.block-article article{max-width:620px}}@media screen and (max-width:1024px){.block-article .relevant,.block-article article{max-width:640px}}.block-article article{display:block;font-size:20px;font-weight:300;line-height:1.55}@media screen and (max-width:1200px){.block-article article{font-size:18px}}@media screen and (max-width:767px){.block-article article{font-size:16px}}.block-article article h1,.block-article article h2,.block-article article h3,.block-article article h4,.block-article article h5,.block-article article h6{font-weight:500}.block-article article h1{font-size:36px;line-height:1.23;margin-bottom:0;padding-bottom:15px}@media screen and (max-width:1200px){.block-article article h1{font-size:32px}}.block-article article h2{font-size:30px;line-height:1.3}@media screen and (max-width:1200px){.block-article article h2{font-size:28px}}@media screen and (max-width:767px){.block-article article h2{font-size:26px}}.block-article article h4{font-size:22px;line-height:1.3}@media screen and (max-width:1200px){.block-article article h4{font-size:20px}}@media screen and (max-width:767px){.block-article article h4{font-size:18px}}.block-article article strong{font-weight:700}.block-article article figure:not(:first-child){margin-top:15px}.block-article article figure:not(:last-child){margin-bottom:30px}.block-article article a{color:#ff9100}.block-article article time{color:rgba(0,0,0,.5);font-size:10px;letter-spacing:1.5px;margin-top:45px}.block-article .relevant{margin-top:100px}@media screen and (max-width:1024px){.block-article .relevant{margin-top:45px}}.block-article .relevant-title{font-size:22px;letter-spacing:2px}@media screen and (max-width:1200px){.block-article .relevant-title{font-size:20px}}@media screen and (max-width:767px){.block-article .relevant-title{font-size:18px}}.block-article .relevant-list{margin-top:45px}@media screen and (max-width:1024px){.block-article .relevant-list{margin-top:35px}}.block-article .relevant-item{display:flex;font-size:16px;line-height:1.35}@media screen and (max-width:1200px){.block-article .relevant-item{font-size:14px}}@media screen and (max-width:767px){.block-article .relevant-item{font-size:12px}}.block-article .relevant-item:not(:last-child){margin-bottom:25px}@media screen and (max-width:767px){.block-article .relevant-item:not(:last-child){margin-bottom:20px}}.block-article .relevant-item img{height:75px;margin-right:15px;width:100px}@media screen and (max-width:480px){.block-article .relevant-item img{height:45px;margin-right:10px;width:60px}}.block-events .events-list{margin-left:auto;margin-right:auto;max-width:760px}.block-events .event-item{display:block}.block-events .event-item:not(:last-child){margin-bottom:65px}.block-events .event-item-image img{height:56%;-o-object-fit:cover;object-fit:cover}.block-events .event-item-title{font-size:32px;line-height:1.17;margin-top:15px}@media screen and (max-width:1200px){.block-events .event-item-title{font-size:30px}}.block-events .event-item-date{color:rgba(0,0,0,.5);font-size:10px;letter-spacing:1px;margin-top:10px}.block-event .event{align-items:start;display:grid;grid-template-columns:1fr 1fr;margin-left:auto;margin-right:auto;max-width:1240px}@media screen and (max-width:1200px){.block-event .event{max-width:940px}}@media screen and (max-width:1024px){.block-event .event{grid-template-columns:1fr;max-width:460px;row-gap:30px}}@media screen and (max-width:767px){.block-event .event{max-width:640px}}.block-event .event-banner,.block-event .event-info{padding:0 20px}@media screen and (max-width:1024px){.block-event .event-banner,.block-event .event-info{padding:0}}.block-event .event-info a{color:#ff8562}.block-event h1{font-size:36px;font-weight:500;line-height:1.23}@media screen and (max-width:1200px){.block-event h1{font-size:32px}}@media screen and (max-width:767px){.block-event h1{font-size:28px}}.block-event .descr{font-size:20px;line-height:1.55;margin-top:25px}@media screen and (max-width:1200px){.block-event .descr{font-size:18px}}@media screen and (max-width:767px){.block-event .descr{font-size:16px;line-height:1.45;margin-top:20px}}.block-event .descr a{color:#ff8562}.block-event .descr a:hover{text-decoration:underline}.block-event .date{color:rgba(0,0,0,.5);font-size:10px;letter-spacing:1.5px;margin-top:45px}@media screen and (max-width:767px){.block-event .date{margin-top:25px}}.block-about .block-title,.block-about .descr{max-width:860px}@media screen and (max-width:1200px){.block-about .block-title,.block-about .descr{max-width:700px}}@media screen and (max-width:1024px){.block-about .block-title,.block-about .descr{margin-left:auto;margin-right:auto;max-width:600px}}.block-about .descr{font-size:20px;line-height:1.5;margin-top:40px}.block-about figure{margin-left:auto;margin-right:auto;margin-top:120px;max-width:860px}@media screen and (max-width:1024px){.block-about figure{max-width:700px}}@media screen and (max-width:767px){.block-about figure{margin-left:-10px;margin-right:-10px;margin-top:90px;max-width:none}}.block-about .text-group{grid-column-gap:40px;-moz-column-gap:40px;column-gap:40px;display:grid;grid-template-columns:1fr 2fr;margin-left:auto;margin-right:auto;margin-top:60px}@media screen and (max-width:1024px){.block-about .text-group{grid-template-columns:1fr}}.block-about .text-group .title{font-size:36px;line-height:28px;padding-bottom:7px;padding-right:50px;padding-top:7px}@media screen and (max-width:1200px){.block-about .text-group .title{font-size:32px}}@media screen and (max-width:1024px){.block-about .text-group .title{font-size:28px}}@media screen and (max-width:767px){.block-about .text-group .title{font-size:24px}}.block-about .text-group .text{font-size:20px;font-weight:400;line-height:1.55;padding-bottom:6px;padding-top:8px}@media screen and (max-width:1200px){.block-about .text-group .text{font-size:18px}}@media screen and (max-width:767px){.block-about .text-group .text{font-size:16px;margin-top:20px}}.block-about .text-group ul{padding-left:16px}.block-about .press-group{margin-left:auto;margin-right:auto;margin-top:60px}.block-about .press-group .title{font-size:36px;line-height:1.23}@media screen and (max-width:1200px){.block-about .press-group .title{font-size:32px}}@media screen and (max-width:1024px){.block-about .press-group .title{font-size:28px}}@media screen and (max-width:767px){.block-about .press-group .title{font-size:24px}}.block-about .press-group .list{-moz-column-gap:40px;column-gap:40px;display:grid;grid-template-columns:repeat(4,1fr);margin-top:90px;row-gap:90px}@media screen and (max-width:1024px){.block-about .press-group .list{-moz-column-gap:20px;column-gap:20px;grid-template-columns:1fr 1fr}}@media screen and (max-width:767px){.block-about .press-group .list{row-gap:64px}}@media screen and (max-width:480px){.block-about .press-group .list{row-gap:24px}}.block-about .press-group .press-item{display:block;padding-bottom:100%;position:relative}.block-about .press-group .press-item img{height:100%;-o-object-fit:contain;object-fit:contain;position:absolute;width:100%}.block-about a{color:#ff8562}.block-about a:hover{text-decoration:underline}.block-shops{font-size:20px;line-height:1.55}@media screen and (max-width:767px){.block-shops{font-size:18px}}.block-shops .city-group{margin-top:105px}@media screen and (max-width:767px){.block-shops .city-group{margin-top:60px}}.block-shops .city-group .title{font-size:36px;line-height:1.23}@media screen and (max-width:1200px){.block-shops .city-group .title{font-size:32px}}@media screen and (max-width:1024px){.block-shops .city-group .title{font-size:28px}}@media screen and (max-width:767px){.block-shops .city-group .title{font-size:24px}}.block-shops .city-group .list{-moz-column-gap:40px;column-gap:40px;display:grid;grid-template-columns:repeat(4,1fr);margin-top:30px;row-gap:60px}@media screen and (max-width:1200px){.block-shops .city-group .list{-moz-column-gap:20px;column-gap:20px}}@media screen and (max-width:1024px){.block-shops .city-group .list{grid-template-columns:repeat(3,1fr);row-gap:14px}}@media screen and (max-width:767px){.block-shops .city-group .list{grid-template-columns:1fr 1fr;margin-top:20px}}@media screen and (max-width:480px){.block-shops .city-group .list{grid-template-columns:1fr}}.block-shops p{margin-top:105px}@media screen and (max-width:767px){.block-shops p{margin-top:60px}.block-partnership:first-of-type{padding-top:48px!important}}.block-partnership:last-child{padding-bottom:100px}@media screen and (min-width:768px) and (max-width:1024px){.block-partnership:last-child{padding-bottom:64px}}@media screen and (max-width:767px){.block-partnership:last-child{padding-bottom:32px}}.block-partnership .block-title{margin-left:auto;margin-right:auto;max-width:1160px}@media screen and (max-width:1200px){.block-partnership .block-title{max-width:940px}}@media screen and (max-width:1024px){.block-partnership .block-title{max-width:600px}}.block-partnership .block-title span{max-width:940px}.block-partnership .descr-group{grid-column-gap:40px;-moz-column-gap:40px;column-gap:40px;display:grid;font-size:20px;grid-template-columns:1fr 2fr;line-height:1.55;margin-left:auto;margin-right:auto;margin-top:90px;max-width:1160px}@media screen and (max-width:1200px){.block-partnership .descr-group{grid-column-gap:20px;-moz-column-gap:20px;column-gap:20px;max-width:940px}}@media screen and (max-width:1024px){.block-partnership .descr-group{grid-template-columns:1fr;max-width:600px}}@media screen and (max-width:767px){.block-partnership .descr-group{font-size:18px;margin-top:60px}}.block-partnership .descr-group .title{font-size:36px;line-height:1.23}@media screen and (max-width:1200px){.block-partnership .descr-group .title{font-size:32px}}@media screen and (max-width:1024px){.block-partnership .descr-group .title{font-size:28px}}@media screen and (max-width:767px){.block-partnership .descr-group .title{font-size:24px}}@media screen and (max-width:1024px){.block-partnership .descr-group .text{margin-top:20px}}.block-partnership .descr-group .text ul{padding-left:20px}.block-partnership .cta{background-color:#000;border-radius:24px;color:#fff;font-size:36px;line-height:1;padding:60px}@media screen and (max-width:1200px){.block-partnership .cta{font-size:32px}}@media screen and (max-width:1024px){.block-partnership .cta{font-size:28px;padding:40px}}@media screen and (max-width:767px){.block-partnership .cta{font-size:24px}}.block-partnership .cta a{transition:.3s}.block-partnership .cta a:hover{color:#ff8562}.block-partnership .partners{margin-left:auto;margin-right:auto;margin-top:106px;max-width:1160px}@media screen and (max-width:1200px){.block-partnership .partners{max-width:940px}}@media screen and (max-width:1024px){.block-partnership .partners{max-width:600px}}@media screen and (max-width:767px){.block-partnership .partners{margin-top:48px}}.block-partnership .partners-title{font-size:36px;line-height:1.23}@media screen and (max-width:1200px){.block-partnership .partners-title{font-size:32px}}@media screen and (max-width:1024px){.block-partnership .partners-title{font-size:28px}}@media screen and (max-width:767px){.block-partnership .partners-title{font-size:24px}}.block-partnership .partners-projects{-moz-column-gap:40px;column-gap:40px;display:grid;grid-template-columns:1fr 1fr;margin-top:30px;row-gap:60px}@media screen and (max-width:1200px){.block-partnership .partners-projects{-moz-column-gap:20px;column-gap:20px}}@media screen and (max-width:1024px){.block-partnership .partners-projects{grid-template-columns:1fr}}.block-partnership .project-item{position:relative}.block-partnership .project-item-label{background-color:#000;color:#fff;font-size:14px;left:16px;padding:4px 12px;position:absolute;top:16px;z-index:2}.block-partnership .project-item-image{padding-bottom:100%;position:relative}.block-partnership .project-item-image img{height:100%;left:0;-o-object-fit:cover;object-fit:cover;position:absolute;top:0;width:100%}.block-partnership .project-item-title{font-size:20px;line-height:1;margin-top:30px}@media screen and (max-width:767px){.block-partnership .project-item-title{margin-top:20px}}.block-product{padding-bottom:40px;padding-top:126px}.block-error{min-height:100vh}@media screen and (max-width:1024px){.block-error{min-height:768px}}@media screen and (max-width:767px){.block-error{min-height:640px}}.block-error .container{align-items:center;display:grid;grid-template-columns:1fr 1fr;height:100%}@media screen and (max-width:1024px){.block-error .container{align-items:center;display:flex;flex-direction:column;justify-content:center}}.block-error .error-code{font-size:250px;font-weight:500;line-height:1.55}@media screen and (max-width:1024px){.block-error .error-code{margin-right:150px}}@media screen and (max-width:767px){.block-error .error-code{font-size:150px;margin-right:0;max-width:300px;text-align:left}}.block-error .error-text{display:flex;flex-direction:column;max-width:500px}@media screen and (max-width:1024px){.block-error .error-text{margin-left:150px}}@media screen and (max-width:767px){.block-error .error-text{margin-left:0;max-width:300px}}.block-error .error-text h1{font-size:42px;font-weight:500;line-height:1.55}@media screen and (max-width:767px){.block-error .error-text h1{font-size:36px;line-height:1.2}}.block-error .error-text p{font-size:20px;font-weight:500;line-height:1.5;margin-top:30px}@media screen and (min-width:768px) and (max-width:1024px){.block-error .error-text p{font-size:16px;margin-top:8px}}.block-error .error-text p a{color:#ff8562}.block-subcategory .title{font-size:24px}@media screen and (max-width:767px){.block-subcategory .title{font-size:20px}}.block-subcategory .breadcrumb-wrapper{margin-top:24px;padding-left:16px}.block-subcategory .not-found{align-items:flex-start;display:flex;flex-direction:column;margin-top:24px}.block-subcategory .return-btn{align-items:center;background-color:#000;border-radius:40px;color:#fff;display:flex;font-size:20px;font-weight:500;height:40px;margin-top:16px;padding:0 15px}.block-video-banner{align-items:flex-end;color:#fff;display:flex;height:calc(100vh - 386px);max-height:1440px;min-height:660px;padding-bottom:30px;position:relative}@media screen and (max-width:767px){.block-video-banner{height:calc(100vh - 200px);min-height:600px;padding-bottom:16px}}.block-video-banner:first-of-type{height:calc(100vh - 386px);margin-top:86px;padding-top:0}@media screen and (max-width:767px){.block-video-banner:first-of-type{height:calc(100vh - 200px);min-height:600px}}.block-video-banner:before{background:linear-gradient(180deg,transparent,#000);bottom:0;content:"";left:0;position:absolute;right:0;top:300px;z-index:2}@media screen and (max-width:767px){.block-video-banner:before{top:360px}}.block-video-banner video{height:100%;inset:0;-o-object-fit:cover;object-fit:cover;position:absolute;width:100%;z-index:1}.block-video-banner .container{position:relative;z-index:3}.block-video-banner .video-title{font-size:36px;font-weight:700;line-height:1;max-width:930px;width:100%}@media screen and (max-width:767px){.block-video-banner .video-title{font-size:24px;padding-right:32px}}.block-video-banner+.block-products{padding-top:60px}.footer{padding:60px 0 56px}@media screen and (max-width:767px){.footer{padding:60px 0}}.footer .container{align-items:flex-start;display:flex;flex-wrap:wrap;justify-content:space-between}@media screen and (max-width:1024px){.footer .container{flex-direction:column}}.footer .subscribe{max-width:calc(100% - 210px);width:100%}@media screen and (max-width:1024px){.footer .subscribe{max-width:100%}}.footer .subscribe-title{font-size:20px;font-weight:500;line-height:1.35}.footer .subscribe-form{align-items:center;display:flex;margin-top:5px}@media screen and (max-width:767px){.footer .subscribe-form{align-items:flex-start;flex-direction:column}}.footer .subscribe-input{border:1px solid #000;border-radius:40px;color:#b6b6b6;display:block;font-size:20px;height:40px;margin-right:4px;padding:0 20px;text-transform:lowercase;width:396px}@media screen and (max-width:767px){.footer .subscribe-input{margin-right:0;width:300px}}.footer .subscribe-submit-btn{background-color:#000;border-radius:40px;color:#fff;display:block;font-size:20px;font-weight:500;height:40px;padding:0 15px}@media screen and (max-width:767px){.footer .subscribe-submit-btn{margin-top:4px}}.footer .logo{margin-left:auto}@media screen and (max-width:1024px){.footer .logo{display:none}}.footer .logo svg{height:76px;width:207px}.footer .menu{align-items:flex-start;display:flex;flex-wrap:wrap;margin-right:32px;margin-top:64px}@media screen and (max-width:1024px){.footer .menu{margin-right:0}}.footer .menu a{align-items:center;background-color:#fff;border:1px solid #000;border-radius:40px;color:#000;display:inline-flex;font-size:20px;font-weight:500;line-height:1.55;min-height:40px;padding:0 14px;text-transform:uppercase}.footer .menu a:not(:last-child){margin-bottom:4px;margin-right:4px}.footer .contacts{align-items:flex-end;color:#000;display:flex;flex-direction:column;font-size:20px;line-height:1.55;margin-left:auto;margin-top:40px;text-align:right}@media screen and (max-width:1024px){.footer .contacts{margin-top:60px}}.footer .contacts address{font-style:normal;max-width:290px}.product-announce{background-color:#c292bc;font-size:14px;font-weight:400;line-height:1;padding-bottom:7px;padding-top:7px}.product-announce .container{align-items:center;display:grid;gap:16px;grid-template-columns:1fr auto 1fr}@media screen and (max-width:767px){.product-announce .container{grid-template-columns:1fr}}.product-announce-socials{display:flex;gap:8px}@media screen and (max-width:767px){.product-announce-socials{display:none}}.product-announce-socials a{align-items:center;border:1px solid;border-radius:22px;display:flex;height:22px;padding:0 10px;text-transform:uppercase}.product-announce-title{font-size:14px;font-weight:400;line-height:1;text-align:center;text-transform:none}.modal{bottom:0;left:0;opacity:0;overflow-y:auto;pointer-events:none;position:fixed;right:0;top:0;transition:.3s;z-index:20}.modal.active,.modal.is-active{opacity:1;pointer-events:auto}.modal-background,.modal-overlay{background-color:rgba(0,0,0,.8);bottom:0;cursor:pointer;left:0;position:fixed;right:0;top:0;z-index:1}.modal-content{margin:65px auto;position:relative;width:100%;z-index:2}@media screen and (max-width:767px){.modal-content{height:100%}}.modal-close{background-color:transparent;border:0;color:#fff;position:fixed;right:20px;top:20px;z-index:2}.modal-close:after,.modal-close:before{content:none!important}.modal-close svg{stroke-width:2px;height:28px;width:28px}.modal .box{background-color:#fff;margin-left:auto;margin-right:auto;padding:40px}@media screen and (max-width:1200px){.modal .box{padding:20px}}@media screen and (max-width:1024px){.modal .box{padding:30px}}@media screen and (max-width:767px){.modal .box{padding:16px}.product-modal{padding:0 20px}}@media screen and (max-width:480px){.product-modal{padding:0}.product-modal .modal-close{align-items:center;background-color:#fff;border-bottom:1px solid rgba(0,0,0,.1);color:#000;display:flex;height:50px;padding:0 12px;position:fixed;right:0;top:0;width:100%;z-index:3}.product-modal .modal-close .close{display:none}}.product-modal .modal-close .arrow{display:none;height:26px;width:26px}@media screen and (max-width:480px){.product-modal .modal-close .arrow{display:block}}.product-modal .modal-body{max-width:1240px}@media screen and (max-width:1024px){.product-modal .modal-body{max-width:640px}}@media screen and (max-width:480px){.product-modal .modal-body{margin:50px auto 0}.product-modal .modal-content{padding:0}}.cart-modal .modal-body{max-width:560px}@media screen and (max-width:767px){.cart:not(.checkout) .shop-cart-item .name{margin:0}}.cart:not(.checkout) .shop-cart-item .name>.columns,.cart:not(.checkout) .shop-cart-item .name>.columns:last-child,.cart:not(.checkout) .shop-cart-item .name>.columns:not(:last-child){margin:0}.cart:not(.checkout) .shop-cart-item .name>.columns>.column{padding:0}.cart:not(.checkout) .shop-cart-item .name>.columns>.column:first-child{flex-grow:0;order:3}.cart:not(.checkout) .shop-cart-item .name>.columns>.column:nth-child(2){padding-right:20px;width:90px}@media screen and (max-width:767px){.cart:not(.checkout) .shop-cart-item .name>.columns>.column:nth-child(2){flex-basis:auto;flex-grow:0;flex-shrink:0}}.cart:not(.checkout) .shop-cart-item .name>.columns>.column:nth-child(3){flex-grow:1}.cart:not(.checkout) .shop-cart-item .name>.columns>.column:nth-child(3) .columns{align-items:center;display:flex}@media screen and (max-width:767px){.cart:not(.checkout) .shop-cart-item .name>.columns>.column:nth-child(3) .columns{flex-wrap:wrap;gap:8px;justify-content:space-between;padding-right:16px}.cart:not(.checkout) .shop-cart-item .name>.columns>.column:nth-child(3) .columns .column:first-child{flex-basis:auto;width:100%}}.cart:not(.checkout) .shop-cart-item .name>.columns>.column:nth-child(3) .columns .column:nth-child(2){flex-grow:0}.cart:not(.checkout) .shop-cart-item .name>.columns>.column:nth-child(3) .price{min-width:50px;text-align:right;white-space:nowrap}.cart{font-weight:500}.cart .price-old{color:#bdbdbd;text-decoration:line-through}.cart .dropdown{align-items:flex-end;display:flex;flex-direction:column;position:fixed;right:50px;top:100px}@media screen and (max-width:767px){.cart .dropdown{right:24px}}.cart .dropdown:hover .dropdown-menu{opacity:1;pointer-events:auto;transition:.3s}.cart .dropdown-menu{background-color:#fff;border:1px solid #f2f2f2;border-radius:8px;opacity:0;padding:16px;pointer-events:none;position:absolute;right:0;top:100%}.cart .dropdown-item{white-space:nowrap}.cart .dropdown-item:not(:last-child){margin-bottom:8px}.cart .dropdown-item .columns{display:flex;gap:16px}.cart .dropdown-item a{align-items:center;border:1px solid #000;border-radius:4px;display:flex;height:40px;justify-content:center;padding:0 16px;width:100%}.cart .dropdown-item a.button{background-color:#000;color:#fff}.cart .dropdown-divider{margin:16px 0}.cart .cart-btn{position:relative;z-index:3}.cart .cart-btn .amount{background:#292929;border-radius:3px;color:#fff;font-size:15px;opacity:0;padding:9px 13px;pointer-events:none;position:absolute;right:130%;top:50%;transform:translateX(0) translateY(-50%);transition:opacity .3s linear;white-space:nowrap}.cart .cart-btn .amount:after{border:10px solid transparent;border-left-color:#292929;content:"";height:0;position:absolute;right:-20px;top:50%;transform:translateY(-50%);width:0}.cart .cart-btn .icon{align-items:center;background-color:hsla(0,0%,100%,.8);border-radius:50%;box-shadow:0 0 10px 0 rgba(0,0,0,.2);display:flex;height:60px;justify-content:center;position:relative;transition:transform .2s ease-in-out;width:60px;will-change:transform}.cart .cart-btn .icon:hover{transform:scale(1.1)}.cart .cart-btn .icon svg{stroke-width:2;height:34px;width:34px}.cart .cart-btn .quantity{background-color:red;border-radius:30px;border-radius:50%;bottom:-6px;color:#fff;font-family:ist;font-size:14px;font-weight:400;height:24px;line-height:24px;position:absolute;right:-6px;text-align:center;width:24px}.cart .modal .box{max-width:560px}.cart .cart-title{border-bottom:1px solid rgba(0,0,0,.2);font-size:24px;font-weight:500;line-height:1.35;padding-bottom:30px}.cart .shop-cart-item{border-bottom:1px solid rgba(0,0,0,.2);margin:0;padding:15px 0}.cart .shop-cart-item:last-child,.cart .shop-cart-item:not(:last-child){margin:0}.cart .shop-cart-item .name{padding:0}.cart .shop-cart-item .name>.columns{align-items:center;display:flex}.cart .shop-cart-item .name a{color:inherit}.cart .shop-cart-item .quantity{align-items:center;display:flex;justify-content:center;padding:13px 20px 16px 10px;width:110px}@media screen and (max-width:767px){.cart .shop-cart-item .quantity{padding:0;width:auto}}.cart .shop-cart-item .quantity input{-moz-appearance:textfield;background-color:transparent;border:1px solid transparent;color:#000;display:block;font-size:16px;line-height:16px;margin:0 5px;padding:2px 0;text-align:center;transition:.3s;width:21px}.cart .shop-cart-item .quantity input:hover{border-color:rgba(0,0,0,.3)}.cart .shop-cart-item .quantity input::-webkit-inner-spin-button,.cart .shop-cart-item .quantity input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.cart .shop-cart-item .quantity-price{display:none}.cart .shop-cart-item .cart-actions{padding:15px 0 15px 15px}.cart .shop-cart-item .button,.cart .shop-cart-item .remove{background-color:transparent;border:0;color:rgba(0,0,0,.7);margin:0;padding:0;transition:.3s}.cart .shop-cart-item .button:hover,.cart .shop-cart-item .remove:hover{color:#000}.cart .shop-cart-item .button svg{height:16px;width:16px}.cart .shop-cart-item .remove svg{height:20px;width:20px}.cart .continue{display:none}.cart .main-actions.is-gapless{display:flex;flex-direction:column;margin-top:45px}.cart .totals{font-weight:600;text-align:right}.cart .is-link.checkout{align-items:center;background-color:#000;border-radius:0;color:#fff;display:flex;font-weight:500;height:60px;justify-content:center;margin-top:30px;padding:0 60px;text-align:center;width:100%}.Vue-Toastification__container{z-index:99999}.Vue-Toastification__toast{font-family:ist}
