: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-shadow: none;--f-button-transition: all .15s ease;--f-button-transform: none;--f-button-outline-width: 1px;--f-button-outline-color: rgba(0, 0, 0, .7);--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-opacity: 1;--f-button-svg-disabled-opacity: .5;--f-button-svg-transition: opacity .15s ease;--f-button-svg-transform: none}.f-button{width:40px;width:var(--f-button-width);height:40px;height:var(--f-button-height);border:0;border:var(--f-button-border);border-radius:0;border-radius:var(--f-button-border-radius);color:#374151;color:var(--f-button-color);background:#f8f8f8;background:var(--f-button-bg);box-shadow:none;box-shadow:var(--f-button-shadow);transform:none;transform:var(--f-button-transform);transition:all .15s ease;transition:var(--f-button-transition);-webkit-backdrop-filter:var(--f-button-backdrop-filter);backdrop-filter:var(--f-button-backdrop-filter);display:flex;justify-content:center;align-items:center;box-sizing:content-box;position:relative;margin:0;padding:0;pointer-events:all;cursor:pointer;overflow:hidden}@media (hover:hover){.f-button:hover:not([aria-disabled]){color:#374151;color:var(--f-button-hover-color, var(--f-button-color));background-color:#f8f8f8;background-color:var(--f-button-hover-bg, var(--f-button-bg))}}.f-button:active:not([aria-disabled]){color:#374151;color:var(--f-button-active-color, var(--f-button-hover-color, var(--f-button-color)));background-color:#f8f8f8;background-color:var(--f-button-active-bg, var(--f-button-hover-bg, var(--f-button-bg)))}.f-button:focus{outline:none}.f-button:focus-visible{outline:1px solid rgba(0,0,0,.7);outline:var(--f-button-outline-width) solid var(--f-button-outline-color);outline-offset:var(--f-button-outline-offset)}.f-button svg{width:20px;width:var(--f-button-svg-width);height:20px;height:var(--f-button-svg-height);transform:none;transform:var(--f-button-svg-transform);fill:none;fill:var(--f-button-svg-fill);filter:none;filter:var(--f-button-svg-filter);opacity:1;opacity:var(--f-button-svg-opacity, 1);transition:opacity .15s ease;transition:var(--f-button-svg-transition);stroke:currentColor;stroke-width:1.5;stroke-width:var(--f-button-svg-stroke-width);stroke-linecap:round;stroke-linejoin:round;pointer-events:none}.f-button[aria-disabled]{cursor:default}.f-button[aria-disabled] svg{opacity:.5;opacity:var(--f-button-svg-disabled-opacity)}[data-panzoom-action=toggleFS] g:first-child{display:flex}[data-panzoom-action=toggleFS] g:last-child{display:none}.in-fullscreen [data-panzoom-action=toggleFS] g:first-child{display:none}.in-fullscreen [data-panzoom-action=toggleFS] g:last-child{display:flex}[data-autoplay-action=toggle] svg g:first-child{display:flex}[data-autoplay-action=toggle] svg g:last-child{display:none}.has-autoplay [data-autoplay-action=toggle] svg g:first-child{display:none}.has-autoplay [data-autoplay-action=toggle] svg g:last-child{display:flex}:fullscreen [data-fullscreen-action=toggle] svg [data-fullscreen-action=toggle] svg g:first-child{display:none}:fullscreen [data-fullscreen-action=toggle] svg [data-fullscreen-action=toggle] svg g:last-child{display:flex}:root{--f-spinner-color-1: rgba(0, 0, 0, .1);--f-spinner-color-2: rgba(17, 24, 28, .8);--f-spinner-width: 50px;--f-spinner-height: 50px;--f-spinner-border-radius: 50%;--f-spinner-border-width: 4px}.f-spinner{position:absolute;top:50%;left:50%;margin:0;padding:0;width:50px;width:var(--f-spinner-width);height:50px;height:var(--f-spinner-height);translate:-50% -50%;border:4px solid rgba(0,0,0,.1);border:var(--f-spinner-border-width) solid var(--f-spinner-color-1);border-top-color:#11181ccc;border-top-color:var(--f-spinner-color-2);border-radius:50%;border-radius:var(--f-spinner-border-radius);animation:f-spinner .75s linear infinite,f-fadeIn .2s ease .2s both}@keyframes f-spinner{to{rotate:360deg}}.f-panzoom,.f-zoomable{position:relative;overflow:hidden;display:flex;align-items:center;flex-direction:column}.f-panzoom:before,.f-panzoom:after,.f-zoomable:before,.f-zoomable:after{display:block;content:""}.f-panzoom:not(.has-controls):before,.f-zoomable:not(.has-controls):before{margin-bottom:auto}.f-panzoom:after,.f-zoomable:after{margin-top:auto}.f-panzoom.in-fullscreen,.f-zoomable.in-fullscreen{position:fixed;top:0;left:0;margin:0!important;width:100%!important;height:100%!important;max-width:none!important;max-height:none!important;aspect-ratio:unset!important;z-index:9999}.f-panzoom__wrapper{position:relative;min-width:0;min-height:0;max-width:100%;max-height:100%}.f-panzoom__wrapper.will-zoom-out{cursor:zoom-out}.f-panzoom__wrapper.can-drag{cursor:move;cursor:grab}.f-panzoom__wrapper.will-zoom-in{cursor:zoom-in}.f-panzoom__wrapper.is-dragging{cursor:move;cursor:grabbing}.f-panzoom__wrapper.has-error{display:none}.f-panzoom__content{display:block;min-width:0;min-height:0;max-width:100%;max-height:100%}.f-panzoom__content.is-lazyloading,.f-panzoom__content.has-lazyerror{visibility:hidden}img.f-panzoom__content{width:auto;height:auto;vertical-align:top;-o-object-fit:contain;object-fit:contain;transition:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}.f-panzoom__wrapper>.f-panzoom__content{visibility:hidden}.f-panzoom__viewport{display:block;position:absolute;top:0;left:0;width:100%;height:100%;z-index:10}.f-panzoom__viewport>.f-panzoom__content{width:100%;height:100%;-o-object-fit:fill;object-fit:fill}picture.f-panzoom__content img{vertical-align:top;width:100%;height:auto;max-height:100%;-o-object-fit:contain;object-fit:contain;transition:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}.f-panzoom__protected{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;-webkit-user-select:none;-moz-user-select:none;user-select:none}html.with-panzoom-in-fullscreen{overflow:hidden}.f-fadeIn{animation:.2s ease 0s both f-fadeIn;animation:var(--f-transition-duration, .2s) var(--f-transition-easing, ease) var(--f-transition-delay, 0s) both f-fadeIn;z-index:2}.f-fadeOut{animation:.2s ease 0s both f-fadeOut;animation:var(--f-transition-duration, .2s) var(--f-transition-easing, ease) var(--f-transition-delay, 0s) both f-fadeOut;z-index:1}@keyframes f-fadeIn{0%{opacity:0}to{opacity:1}}@keyframes f-fadeOut{to{opacity:0}}.f-crossfadeIn{animation:.2s ease both f-crossfadeIn;animation:var(--f-transition-duration, .2s) ease both f-crossfadeIn;z-index:2}.f-crossfadeOut{animation:calc(.2s * .2) ease calc(.2s * .8) both f-crossfadeOut;animation:calc(var(--f-transition-duration, .2s) * .2) ease calc(var(--f-transition-duration, .2s) * .8) both f-crossfadeOut;z-index:1}@keyframes f-crossfadeIn{0%{opacity:0}to{opacity:1}}@keyframes f-crossfadeOut{to{opacity:0}}.is-horizontal .f-slideIn.from-next{animation:.85s cubic-bezier(.16,1,.3,1) f-slideInNextX;animation:var(--f-transition-duration, .85s) cubic-bezier(.16,1,.3,1) f-slideInNextX}.is-horizontal .f-slideIn.from-prev{animation:.85s cubic-bezier(.16,1,.3,1) f-slideInPrevX;animation:var(--f-transition-duration, .85s) cubic-bezier(.16,1,.3,1) f-slideInPrevX}.is-horizontal .f-slideOut.to-next{animation:.85s cubic-bezier(.16,1,.3,1) f-slideOutNextX;animation:var(--f-transition-duration, .85s) cubic-bezier(.16,1,.3,1) f-slideOutNextX}.is-horizontal .f-slideOut.to-prev{animation:.85s cubic-bezier(.16,1,.3,1) f-slideOutPrevX;animation:var(--f-transition-duration, .85s) cubic-bezier(.16,1,.3,1) f-slideOutPrevX}@keyframes f-slideInPrevX{0%{transform:translate(calc(100% + 0));transform:translate(calc(100% + var(--f-carousel-gap, 0)))}to{transform:translateZ(0)}}@keyframes f-slideInNextX{0%{transform:translate(calc(-100% + -0));transform:translate(calc(-100% - var(--f-carousel-gap, 0)))}to{transform:translateZ(0)}}@keyframes f-slideOutNextX{to{transform:translate(calc(-100% + -0));transform:translate(calc(-100% - var(--f-carousel-gap, 0)))}}@keyframes f-slideOutPrevX{to{transform:translate(calc(100% + 0));transform:translate(calc(100% + var(--f-carousel-gap, 0)))}}.is-vertical .f-slideIn.from-next{animation:.85s cubic-bezier(.16,1,.3,1) f-slideInNextY;animation:var(--f-transition-duration, .85s) cubic-bezier(.16,1,.3,1) f-slideInNextY}.is-vertical .f-slideIn.from-prev{animation:.85s cubic-bezier(.16,1,.3,1) f-slideInPrevY;animation:var(--f-transition-duration, .85s) cubic-bezier(.16,1,.3,1) f-slideInPrevY}.is-vertical .f-slideOut.to-next{animation:.85s cubic-bezier(.16,1,.3,1) f-slideOutNextY;animation:var(--f-transition-duration, .85s) cubic-bezier(.16,1,.3,1) f-slideOutNextY}.is-vertical .f-slideOut.to-prev{animation:.85s cubic-bezier(.16,1,.3,1) f-slideOutPrevY;animation:var(--f-transition-duration, .85s) cubic-bezier(.16,1,.3,1) f-slideOutPrevY}@keyframes f-slideInPrevY{0%{transform:translateY(calc(100% + 0));transform:translateY(calc(100% + var(--f-carousel-gap, 0)))}to{transform:translateZ(0)}}@keyframes f-slideInNextY{0%{transform:translateY(calc(-100% + -0));transform:translateY(calc(-100% - var(--f-carousel-gap, 0)))}to{transform:translateZ(0)}}@keyframes f-slideOutNextY{to{transform:translateY(calc(-100% + -0));transform:translateY(calc(-100% - var(--f-carousel-gap, 0)))}}@keyframes f-slideOutPrevY{to{transform:translateY(calc(100% + 0));transform:translateY(calc(100% + var(--f-carousel-gap, 0)))}}.f-zoomInUp{animation:.3s ease both f-zoomInUp;animation:var(--f-transition-duration, .3s) ease both f-zoomInUp}.f-zoomOutDown{animation:.3s ease both f-zoomOutDown;animation:var(--f-transition-duration, .3s) ease both f-zoomOutDown}@keyframes f-zoomInUp{0%{transform:scale(.975) translate3d(0,16px,0);transform:scale(var(--f-zoomInUp-scale, .975)) translate3d(var(--f-zoomInUp-x, 0),var(--f-zoomInUp-y, 16px),0);opacity:0;opacity:var(--f-zoomInUp-opacity, 0)}to{transform:scale(1) translateZ(0);opacity:1}}@keyframes f-zoomOutDown{to{transform:scale(.975) translate3d(0,16px,0);transform:scale(var(--f-zoomOutDown-scale, .975)) translate3d(var(--f-zoomOutDown-x, 0),var(--f-zoomOutDown-y, 16px),0);opacity:0}}.f-throwOutUp{animation:.2s ease-out both f-throwOutUp;animation:var(--f-throwOutUp-duration, .2s) ease-out both f-throwOutUp}.f-throwOutDown{animation:.2s ease-out both f-throwOutDown;animation:var(--f-throwOutDown-duration, .2s) ease-out both f-throwOutDown}@keyframes f-throwOutUp{to{transform:translate3d(0,-150px,0);transform:translate3d(0,calc(var(--f-throwOutUp-y, 150px) * -1),0);opacity:0}}@keyframes f-throwOutDown{to{transform:translate3d(0,150px,0);transform:translate3d(0,var(--f-throwOutDown-y, 150px),0);opacity:0}}.has-iframe .f-html,.has-pdf .f-html,.has-gmap .f-html{width:100%;height:100%;min-height:1px;overflow:visible}.has-pdf .f-html,.has-gmap .f-html{padding:0}.f-html{position:relative;box-sizing:border-box;margin:0;margin:var(--f-html-margin, 0);padding:2rem;padding:var(--f-html-padding, 2rem);color:currentColor;color:var(--f-html-color, currentColor);background:var(--f-html-bg)}.is-loading>.f-html{opacity:0}.f-html.is-error{text-align:center}.f-iframe{display:block;margin:0;border:0;height:100%;width:100%}.f-caption{align-self:center;flex-shrink:0;margin:var(--f-caption-margin);padding:16px 8px;padding:var(--f-caption-padding, 16px 8px);max-width:100%;max-height:calc(80vh - 100px);overflow:auto;word-wrap:anywhere;line-height:var(--f-caption-line-height);color:var(--f-caption-color);background:var(--f-caption-bg);font:var(--f-caption-font)}.has-html5video .f-html,.has-youtube .f-html,.has-vimeo .f-html{padding:0;width:100%;height:100%;min-height:1px;overflow:visible;max-width:960px;max-width:var(--f-video-width, 960px);max-height:540px;max-height:var(--f-video-height, 540px);aspect-ratio:var(--f-video-aspect-ratio);background:#000000e6;background:var(--f-video-bg, rgba(0, 0, 0, .9))}.f-html5video{border:0;display:block;height:100%;width:100%;background:transparent}.f-button.is-arrow{--f-button-width: var(--f-arrow-width, 46px);--f-button-height: var(--f-arrow-height, 46px);--f-button-svg-width: var(--f-arrow-svg-width, 24px);--f-button-svg-height: var(--f-arrow-svg-height, 24px);--f-button-svg-stroke-width: var(--f-arrow-svg-stroke-width, 1.75);--f-button-border-radius: var(--f-arrow-border-radius, unset);--f-button-bg: var(--f-arrow-bg, transparent);--f-button-hover-bg: var(--f-arrow-hover-bg, var(--f-arrow-bg));--f-button-active-bg: var(--f-arrow-active-bg, var(--f-arrow-hover-bg));--f-button-shadow: var(--f-arrow-shadow);--f-button-color: var(--f-arrow-color);--f-button-hover-color: var(--f-arrow-hover-color, var(--f-arrow-color));--f-button-active-color: var( --f-arrow-active-color, var(--f-arrow-hover-color) );overflow:visible}.f-button.is-arrow.is-prev,.f-button.is-arrow.is-next{position:absolute;transform:translate(0);z-index:20}.is-horizontal .f-button.is-arrow.is-prev,.is-horizontal .f-button.is-arrow.is-next{top:50%;right:auto;bottom:auto;left:auto;transform:translateY(-50%)}.is-horizontal.is-ltr .f-button.is-arrow.is-prev{left:0;left:var(--f-arrow-pos, 0)}.is-horizontal.is-ltr .f-button.is-arrow.is-next{right:0;right:var(--f-arrow-pos, 0)}.is-horizontal.is-rtl .f-button.is-arrow.is-prev{right:0;right:var(--f-arrow-pos, 0);transform:translateY(-50%) rotateY(180deg)}.is-horizontal.is-rtl .f-button.is-arrow.is-next{left:0;left:var(--f-arrow-pos, 0);transform:translateY(-50%) rotateY(180deg)}.is-vertical.is-ltr .f-button.is-arrow.is-prev,.is-vertical.is-rtl .f-button.is-arrow.is-prev{top:0;top:var(--f-arrow-pos, 0);right:auto;bottom:auto;left:50%;transform:translate(-50%)}.is-vertical.is-ltr .f-button.is-arrow.is-next,.is-vertical.is-rtl .f-button.is-arrow.is-next{top:auto;right:auto;bottom:0;bottom:var(--f-arrow-pos, 0);left:50%;transform:translate(-50%)}.is-vertical .f-button.is-arrow.is-prev svg,.is-vertical .f-button.is-arrow.is-next svg{transform:rotate(90deg)}.f-carousel__toolbar{display:grid;grid-template-columns:1fr auto 1fr;margin:0;margin:var(--f-toolbar-margin, 0);padding:8px;padding:var(--f-toolbar-padding, 8px);line-height:var(--f-toolbar-line-height);background:none;background:var(--f-toolbar-bg, none);box-shadow:none;box-shadow:var(--f-toolbar-shadow, none);-webkit-backdrop-filter:var(--f-toolbar-backdrop-filter);backdrop-filter:var(--f-toolbar-backdrop-filter);position:relative;z-index:20;color:currentColor;color:var(--f-toolbar-color, currentColor);font-size:17px;font-size:var(--f-toolbar-font-size, 17px);font-weight:inherit;font-weight:var(--f-toolbar-font-weight, inherit);font-family:-apple-system,BlinkMacSystemFont,Segoe UI Adjusted,Segoe UI,Liberation Sans,sans-serif;font-family:var(--f-toolbar-font, -apple-system, BlinkMacSystemFont, "Segoe UI Adjusted", "Segoe UI", "Liberation Sans", sans-serif);text-shadow:var(--f-toolbar-text-shadow);text-align:center;font-feature-settings:"tnum";font-variant-numeric:tabular-nums;-webkit-font-smoothing:subpixel-antialiased;white-space:nowrap;pointer-events:none}.f-carousel__toolbar.is-absolute{position:absolute;top:0;left:0;right:0}.f-carousel__toolbar .f-button:focus-visible{position:relative;z-index:1}.f-carousel__toolbar__column{display:flex;flex-direction:row;flex-wrap:wrap;align-content:flex-start;gap:0;gap:var(--f-toolbar-gap, 0)}.f-carousel__toolbar__column.is-left{display:flex;justify-self:flex-start;justify-content:flex-start}.f-carousel__toolbar__column.is-middle{display:flex;justify-content:center}.f-carousel__toolbar__column.is-right{display:flex;justify-self:flex-end;justify-content:flex-end;flex-flow:nowrap}.f-carousel__toolbar__column{pointer-events:none}.f-carousel__toolbar__column>*{pointer-events:all}.f-counter{position:relative;display:flex;flex-direction:row;cursor:default;-webkit-user-select:none;-moz-user-select:none;user-select:none;margin:0;margin:var(--f-counter-margin, 0);padding:4px;padding:var(--f-counter-padding, 4px);line-height:var(--f-counter-line-height);background:var(--f-counter-bg);border-radius:var(--f-counter-border-radius)}.f-counter span{padding:0 4px;padding:0 var(--f-counter-gap, 4px)}:root{--f-thumbs-gap: 8px;--f-thumbs-margin: 0;--f-thumbs-padding-x: 8px;--f-thumbs-padding-y: 8px;--f-thumbs-bg: transparent;--f-thumbs-transition: max-height .3s ease, max-width .3s ease, padding .3s ease;--f-thumbs-z-index: 1;--f-thumbs-viewport-padding-x: 0px;--f-thumbs-viewport-padding-y: 0px;--f-thumb-width: 94px;--f-thumb-height: 76px;--f-thumb-clip-width: 46px;--f-thumb-extra-gap: 16px;--f-thumb-opacity: 1;--f-thumb-transition: opacity .3s ease, transform .15s ease;--f-thumb-border: none;--f-thumb-border-radius: 4px;--f-thumb-shadow: none;--f-thumb-bg: linear-gradient(rgba(0, 0, 0, .1), rgba(0, 0, 0, .05));--f-thumb-focus-shadow: inset 0 0 0 .8px #222, inset 0 0 0 2.25px #fff;--f-thumb-selected-shadow: inset 0 0 0 .8px #222, inset 0 0 0 2.25px #fff;--f-thumb-border-transition: all .1s ease;--f-thumb-img-width: 100%;--f-thumb-img-height: 100%;--f-thumb-img-fit: cover;--f-thumb-img-position: 50% 20%}.f-thumbs{--f-carousel-slide-width: var(--f-thumb-width);--f-carousel-slide-height: var(--f-thumb-height);--f-carousel-gap: var(--f-thumbs-gap);position:relative;box-sizing:border-box;flex-shrink:0;margin:0;margin:var(--f-thumbs-margin);padding:8px;padding:var(--f-thumbs-padding-y) var(--f-thumbs-padding-x);overflow:hidden;background:transparent;background:var(--f-thumbs-bg);-webkit-tap-highlight-color:transparent;-webkit-user-select:none;-moz-user-select:none;user-select:none;transition:max-height .3s ease,max-width .3s ease,padding .3s ease;transition:var(--f-thumbs-transition);z-index:1;z-index:var(--f-thumbs-z-index)}.f-thumbs.is-horizontal{max-height:calc(var(--f-carousel-slide-height) + 8px * 2);max-height:calc(var(--f-carousel-slide-height) + var(--f-thumbs-padding-y) * 2)}.f-thumbs.is-horizontal.is-hidden{max-height:0;--f-thumbs-padding-y: 0}.f-thumbs.is-vertical{max-width:calc(var(--f-carousel-slide-width) + 8px * 2);max-width:calc(var(--f-carousel-slide-width) + var(--f-thumbs-padding-x) * 2)}.f-thumbs.is-vertical.is-hidden{max-width:0;--f-thumbs-padding-x: 0}.f-thumbs.is-scrollable.is-hidden{max-height:0;--f-thumbs-padding-y: 0}.f-thumbs.is-ltr{direction:ltr}.f-thumbs.is-rtl{direction:rtl}.f-thumbs img{display:block;width:100%;width:var(--f-thumb-img-width);height:100%;height:var(--f-thumb-img-height);-o-object-fit:cover;object-fit:cover;-o-object-fit:var(--f-thumb-img-fit);object-fit:var(--f-thumb-img-fit);-o-object-position:50% 20%;object-position:50% 20%;-o-object-position:var(--f-thumb-img-position);object-position:var(--f-thumb-img-position);pointer-events:none;border-radius:inherit;color:transparent}.f-thumbs img[data-lazy-src]{visibility:hidden}.f-thumbs img.has-lazyerror{display:none}.f-thumbs__viewport{box-sizing:border-box;height:100%;padding:0;padding:var(--f-thumbs-viewport-padding-y) var(--f-thumbs-viewport-padding-x);overflow:visible;display:grid}.f-thumbs__slide{position:relative;box-sizing:border-box;grid-area:1/1;width:var(--f-carousel-slide-width);height:var(--f-carousel-slide-height);margin:0;padding:0;display:flex;align-items:center;flex-direction:column;cursor:pointer;overflow:visible}.f-thumbs__slide:hover button{opacity:1;opacity:var(--f-thumb-hover-opacity, 1);transform:none;transform:var(--f-thumb-hover-transform, none)}.f-thumbs__slide:hover button:after{border:none;border:var(--f-thumb-hover-border, none);box-shadow:none;box-shadow:var(--f-thumb-hover-shadow, var(--f-thumb-shadow))}.f-thumbs__slide button{all:unset;display:block;margin:auto;padding:0;position:relative;overflow:visible;width:100%;height:100%;outline:none;transition:opacity .3s ease,transform .15s ease;transition:var(--f-thumb-transition);border-radius:4px;border-radius:var(--f-thumb-border-radius);opacity:1;opacity:var(--f-thumb-opacity);transform:var(--f-thumb-transform);background:linear-gradient(#0000001a,#0000000d);background:var(--f-thumb-bg)}.f-thumbs__slide button:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;transition:all .1s ease;transition:var(--f-thumb-border-transition);border-radius:inherit;border:none;border:var(--f-thumb-border);box-shadow:none;box-shadow:var(--f-thumb-shadow)}.f-thumbs__slide button:focus-within{opacity:1;opacity:var(--f-thumb-focus-opacity, 1);transform:none;transform:var(--f-thumb-focus-transform, none)}.f-thumbs__slide button:focus-within:after{border:none;border:var(--f-thumb-focus-border, none);box-shadow:inset 0 0 0 .8px #222,inset 0 0 0 2.25px #fff;box-shadow:var(--f-thumb-focus-shadow, var(--f-thumb-shadow))}.f-thumbs__slide:active{opacity:1;opacity:var(--f-thumb-active-opacity, 1);transform:none;transform:var(--f-thumb-active-transform, none)}.f-thumbs__slide:active:after{border:none;border:var(--f-thumb-active-border, none);box-shadow:none;box-shadow:var(--f-thumb-active-shadow, var(--f-thumb-shadow))}.f-thumbs__slide.is-selected{z-index:2}.f-thumbs__slide.is-selected button{opacity:1;opacity:var(--f-thumb-selected-opacity, 1);transform:none;transform:var(--f-thumb-selected-transform, none)}.f-thumbs__slide.is-selected button:after{border:none;border:var(--f-thumb-selected-border, none);box-shadow:inset 0 0 0 .8px #222,inset 0 0 0 2.25px #fff;box-shadow:var(--f-thumb-selected-shadow, var(--f-thumb-shadow))}.f-thumbs.is-modern{--f-carousel-slide-width: calc( var(--f-thumb-clip-width) + var(--f-thumbs-gap) );--f-carousel-slide-height: var(--f-thumb-height);--f-carousel-gap: 0;--width-diff: calc((var(--f-thumb-width) - var(--f-thumb-clip-width)))}.f-thumbs.is-modern .f-thumbs__viewport{width:calc(100% + var(--f-carousel-slide-width) * 2 + 8px);width:calc(100% + var(--f-carousel-slide-width) * 2 + var(--f-thumbs-padding-x));margin-left:calc((var(--f-carousel-slide-width) + 8px) * -1);margin-right:calc((var(--f-carousel-slide-width) + 8px) * -1);margin-left:calc((var(--f-carousel-slide-width) + var(--f-thumbs-padding-x)) * -1);margin-right:calc((var(--f-carousel-slide-width) + var(--f-thumbs-padding-x)) * -1)}.f-thumbs.is-modern .f-thumbs__slide{--clip-shift: calc((var(--width-diff) * .5) * var(--progress));--clip-path: inset( 0 var(--clip-shift) round var(--f-thumb-border-radius, 0) );padding:0;overflow:visible;left:0;left:var(--shift, 0);will-change:left;transition:left var(--f-transition-duration) var(--f-transition-easing)}.f-thumbs.is-modern .f-thumbs__slide button{display:block;margin-left:50%;margin-right:50%;width:94px;width:var(--f-thumb-width);clip-path:var(--clip-path);border:none;box-shadow:none;transition:clip-path var(--f-transition-duration) var(--f-transition-easing),opacity .2s ease;transition:clip-path var(--f-transition-duration) var(--f-transition-easing),opacity var(--f-thumb-transition-duration, .2s) var(--f-thumb-transition-easing, ease)}.f-thumbs.is-modern .f-thumbs__slide button:after{display:none}.f-thumbs.is-modern .f-thumbs__slide:focus:not(:focus-visible){outline:none}.f-thumbs.is-modern .f-thumbs__slide:focus-within:not(.is-selected) button:before{content:"";position:absolute;z-index:1;top:0;left:var(--clip-shift);bottom:0;right:var(--clip-shift);transition:border var(--f-transition-duration) var(--f-transition-easing),box-shadow var(--f-transition-duration) var(--f-transition-easing);border-radius:inherit;border:none;border:var(--f-thumb-focus-border, none);box-shadow:inset 0 0 0 .8px #222,inset 0 0 0 2.25px #fff;box-shadow:var(--f-thumb-focus-shadow, none)}.f-thumbs.is-modern{--f-transition-duration: .25s;--f-transition-easing: ease-out}.f-thumbs.is-modern.is-syncing{--f-transition-duration: 0s}.f-thumbs.is-scrollable .f-thumbs__viewport{display:grid;grid-template-columns:repeat(auto-fill,minmax(94px,1fr));grid-template-columns:repeat(auto-fill,minmax(var(--f-thumb-width),1fr));grid-auto-rows:76px;grid-auto-rows:var(--f-thumb-height);grid-gap:8px;grid-gap:var(--f-thumbs-gap);gap:8px;gap:var(--f-thumbs-gap);overflow:auto;overscroll-behavior:contain;-webkit-user-select:none;-moz-user-select:none;user-select:none}.f-thumbs.is-scrollable .f-thumbs__viewport .f-thumbs__slide{grid-area:auto;display:block;position:relative;max-width:100%;width:94px;width:var(--f-thumb-width);height:76px;height:var(--f-thumb-height);cursor:pointer;outline:none}:root{--f-progressbar-height: 3px;--f-progressbar-color: var(--f-carousel-theme-color, #575ad6);--f-progressbar-opacity: 1;--f-progressbar-z-index: 30}.f-progressbar{position:absolute;top:0;left:0;right:0;z-index:30;z-index:var(--f-progressbar-z-index);height:3px;height:var(--f-progressbar-height);transform:scaleX(0);transform-origin:0;opacity:1;opacity:var(--f-progressbar-opacity);background:#575ad6;background:var(--f-progressbar-color);-webkit-user-select:none;-moz-user-select:none;user-select:none;pointer-events:none;animation-name:f-progressbar;animation-play-state:running;animation-timing-function:linear}.f-progressbar:empty{display:block}button>.f-progressbar{--f-progressbar-height: 100%;--f-progressbar-opacity: .2}@keyframes f-progressbar{0%{transform:scaleX(0)}to{transform:scaleX(1)}}[data-fullscreen-action=toggle] svg g:first-child{display:flex}[data-fullscreen-action=toggle] svg g:last-child{display:none}:fullscreen [data-fullscreen-action=toggle] svg g:first-child{display:none}:fullscreen [data-fullscreen-action=toggle] svg g:last-child{display:flex}.in-fullscreen-mode>.f-carousel{flex:1;min-width:0!important;min-height:0!important}html.with-fancybox{width:auto;overflow:visible;scroll-behavior:auto}html.with-fancybox body.hide-scrollbar{width:auto;margin-right:0;margin-right:calc(var(--f-body-margin, 0px) + var(--f-scrollbar-compensate, 0px));overflow:hidden!important;overscroll-behavior-y:none}.fancybox__dialog{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1050;width:100%;height:100vh;max-height:none;max-height:initial;max-width:none;max-width:initial;padding:0;margin:0;border:0;overflow:hidden;background:transparent;touch-action:none;overscroll-behavior:contain}.fancybox__dialog:focus{outline:none}.fancybox__dialog::backdrop{opacity:0}@supports (height: 100dvh){.fancybox__dialog{height:100dvh}}.fancybox__dialog *:empty{display:block}.fancybox__container{--fancybox-color: #dbdbdb;--fancybox-backdrop-bg: rgba(24, 24, 27, .95);--f-toolbar-margin: 0;--f-toolbar-padding: 8px;--f-toolbar-gap: 0;--f-toolbar-color: #ddd;--f-toolbar-font-size: 16px;--f-toolbar-font-weight: 500;--f-toolbar-font: -apple-system, BlinkMacSystemFont, "Segoe UI Adjusted", "Segoe UI", "Liberation Sans", sans-serif;--f-toolbar-line-height: var(--f-button-height);--f-toolbar-text-shadow: 1px 1px 1px rgba(0, 0, 0, .75);--f-toolbar-shadow: none;--f-toolbar-bg: none;--f-counter-margin: 0;--f-counter-padding: 0px 10px;--f-counter-gap: 4px;--f-counter-line-height: var(--f-button-height);--f-carousel-gap: 17px;--f-carousel-slide-width: 100%;--f-carousel-slide-height: 100%;--f-carousel-slide-padding: 0;--f-carousel-slide-bg: unset;--f-html-color: #222;--f-html-bg: #fff;--f-error-color: #fff;--f-error-bg: #333;--f-caption-margin: 0;--f-caption-padding: 16px 8px;--f-caption-color: var(--fancybox-color, #dbdbdb);--f-caption-bg: transparent;--f-caption-font: inherit;--f-caption-line-height: 1.375;--f-spinner-color-1: rgba(255, 255, 255, .2);--f-spinner-color-2: rgba(255, 255, 255, .8);--f-spinner-width: 50px;--f-spinner-height: 50px;--f-spinner-border-radius: 50%;--f-spinner-border-width: 4px;--f-progressbar-color: rgba(255, 255, 255);--f-button-width: 46px;--f-button-height: 46px;--f-button-color: #ddd;--f-button-hover-color: #fff;--f-button-outline-width: 1px;--f-button-outline-color: rgba(255, 255, 255, .75);--f-button-outline-offset: 0px;--f-button-bg: rgba(54, 54, 54, .75);--f-button-border: 0;--f-button-border-radius: 0;--f-button-shadow: none;--f-button-transition: all .2s ease;--f-button-transform: none;--f-button-svg-width: 24px;--f-button-svg-height: 24px;--f-button-svg-stroke-width: 1.75;--f-button-svg-filter: drop-shadow(1px 1px 1px rgba(24, 24, 27, .01)), drop-shadow(1px 2px 1px rgba(24, 24, 27, .05));--f-button-svg-fill: none;--f-button-svg-disabled-opacity: .5;--f-arrow-pos: 32px;--f-arrow-width: 50px;--f-arrow-height: 50px;--f-arrow-svg-width: 24px;--f-arrow-svg-height: 24px;--f-arrow-svg-stroke-width: 2.5;--f-arrow-border-radius: 50%;--f-arrow-bg: rgba(54, 54, 54, .65);--f-arrow-color: #ddd;--f-arrow-hover-color: #fff;--f-close-button-width: 30px;--f-close-button-height: 30px;--f-close-button-svg-width: 24px;--f-close-button-svg-height: 24px;--f-close-button-svg-stroke-width: 1.75;--f-close-border-radius: 4px;--f-close-button-color: #fff;--f-close-button-hover-color: #fff;--f-close-button-bg: transparent;--f-close-button-hover-bg: transparent;--f-close-button-active-bg: transparent;--f-thumbs-margin: 0px;--f-thumbs-padding-x: 8px;--f-thumbs-padding-y: 8px;--f-thumbs-bg: none;--f-thumb-transition: all .2s ease;--f-thumb-width: 94px;--f-thumb-height: 76px;--f-thumb-opacity: 1;--f-thumb-border: none;--f-thumb-shadow: none;--f-thumb-transform: none;--f-thumb-focus-opacity: 1;--f-thumb-focus-border: none;--f-thumb-focus-shadow: inset 0 0 0 2px rgba(255, 255, 255, .65);--f-thumb-focus-transform: none;--f-thumb-hover-opacity: 1;--f-thumb-hover-border: none;--f-thumb-hover-transform: none;--f-thumb-active-opacity: var(--f-thumb-hover-opacity);--f-thumb-active-border: var(--f-thumb-hover-border);--f-thumb-active-transform: var(--f-thumb-hover-transform);--f-thumb-selected-opacity: 1;--f-thumb-selected-border: none;--f-thumb-selected-shadow: inset 0 0 0 2px #fff;--f-thumb-selected-transform: none;--f-scrollbar-width: 7px;--f-scrollbar-track-bg: #444;--f-scrollbar-track-border-radius: 10px;--f-scrollbar-track-shadow: inset 0 0 6px rgba(0, 0, 0, .2);--f-scrollbar-thumb-bg: #ddd;--f-scrollbar-thumb-border-radius: 10px}.fancybox__container[theme=light]{--fancybox-color: #222;--fancybox-backdrop-bg: rgba(255, 255, 255, .97);--f-toolbar-color: var(--fancybox-color, #222);--f-toolbar-text-shadow: none;--f-toolbar-font-weight: 400;--f-html-color: var(--fancybox-color, #222);--f-html-bg: #fff;--f-error-color: #555;--f-error-bg: #fff;--f-video-bg: #fff;--f-caption-color: #333;--f-spinner-color-1: rgba(0, 0, 0, .2);--f-spinner-color-2: rgba(0, 0, 0, .8);--f-spinner-border-width: 3.5px;--f-progressbar-color: rgba(111, 111, 116);--f-button-color: #333;--f-button-hover-color: #000;--f-button-outline-color: rgba(0, 0, 0, .85);--f-button-bg: rgba(255, 255, 255, .85);--f-button-svg-stroke-width: 1.3;--f-button-svg-filter: none;--f-arrow-bg: rgba(255, 255, 255, .85);--f-arrow-color: #333;--f-arrow-hover-color: #000;--f-arrow-svg-stroke-width: 1.3;--f-close-button-color: #555;--f-close-button-hover-color: #000;--f-thumb-bg: linear-gradient(#ebeff2, #e2e8f0);--f-thumb-focus-shadow: 0 0 0 1.8px #fff, 0px 0px 0px 2.25px #888;--f-thumb-selected-shadow: 0 0 0 1.8px #fff, 0px 0px 0px 2.25px #000;--f-scrollbar-track-bg: #ddd;--f-scrollbar-thumb-bg: #444}.fancybox__container{position:absolute;top:0;right:0;bottom:0;left:0;overflow:hidden;display:flex;flex-direction:column}.fancybox__container:focus{outline:none}.fancybox__container.has-vertical-thumbs{flex-direction:row-reverse}.fancybox__container.has-vertical-thumbs:not(.is-closing) .fancybox__viewport{overflow-x:clip;overflow-y:visible}.fancybox__container>*:not(.fancybox__carousel),.fancybox__container .fancybox__carousel>*:not(.fancybox__grid):not(.fancybox__viewport),.fancybox__container .fancybox__column>*:not(.fancybox__viewport),.fancybox__container .fancybox__slide:not(.is-selected),.fancybox__container .fancybox__slide.is-selected>*:not(.f-html):not(.f-panzoom__wrapper):not(.f-spinner){opacity:1;opacity:var(--f-drag-opacity, 1)}.fancybox__container:not(.is-ready):not(.is-hiding){visibility:hidden}.fancybox__container.is-revealing>*:not(.fancybox__carousel),.fancybox__container.is-revealing .fancybox__carousel>*:not(.fancybox__grid):not(.fancybox__viewport),.fancybox__container.is-revealing .fancybox__column>*:not(.fancybox__viewport),.fancybox__container.is-revealing .fancybox__slide:not(.is-selected),.fancybox__container.is-revealing .fancybox__slide.is-selected>*:not(.f-html):not(.f-panzoom__wrapper){animation:.35s ease none f-fadeIn;animation:var(--f-interface-enter-duration, .35s) ease none f-fadeIn}.fancybox__container.is-hiding>*:not(.fancybox__carousel),.fancybox__container.is-hiding .fancybox__carousel>*:not(.fancybox__grid):not(.fancybox__viewport),.fancybox__container.is-hiding .fancybox__column>*:not(.fancybox__viewport),.fancybox__container.is-hiding .fancybox__slide.is-selected>*:not(.f-html):not(.f-panzoom__wrapper){animation:.35s ease forwards f-fadeOut;animation:var(--f-interface-exit-duration, .35s) ease forwards f-fadeOut}.fancybox__container.is-hiding .fancybox__carousel .fancybox__slide:not(.is-selected){opacity:0}.fancybox__container.is-hiding{pointer-events:none}.fancybox__container.is-idle .f-carousel__toolbar{pointer-events:none;opacity:0}.fancybox__container.is-idle .f-button.is-arrow{opacity:0}.fancybox__container.is-idle.is-ready .f-carousel__toolbar{pointer-events:none;animation:.15s ease-out both f-fadeOut}.fancybox__container.is-idle.is-ready .f-button.is-arrow{animation:.15s ease-out both f-fadeOut}.fancybox__backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:-1;background:var(--fancybox-backdrop-bg)}.fancybox__carousel{flex:1;display:flex;flex-direction:column;min-height:0;min-width:0;position:relative;z-index:10;overflow-y:visible;overflow-x:clip}.fancybox__carousel.is-vertical{--f-carousel-slide-height: 100%}.fancybox__carousel.is-ltr{direction:ltr}.fancybox__carousel.is-rtl{direction:rtl}.fancybox__carousel>.f-button.is-arrow:before{position:absolute;content:"";top:-30px;right:-30px;bottom:-30px;left:-30px;z-index:1}.fancybox__viewport{display:grid;flex:1;min-height:0;min-width:0;position:relative;overflow:visible;transform:translateZ(0);transform:translate3d(0,var(--f-drag-offset, 0),0)}.fancybox__viewport.is-draggable{cursor:move;cursor:grab}.fancybox__viewport.is-dragging{cursor:move;cursor:grabbing}.fancybox__viewport [data-selectable],.fancybox__viewport [contenteditable]{cursor:auto}.fancybox__slide{box-sizing:border-box;position:relative;grid-area:1/1;display:flex;align-items:center;flex-direction:column;width:var(--f-carousel-slide-width);height:var(--f-carousel-slide-height);min-width:0;min-height:0;max-width:100%;margin:0;padding:var(--f-carousel-slide-padding);background:var(--f-carousel-slide-bg);backface-visibility:hidden;transform:translateZ(0);will-change:transform}.fancybox__slide:before,.fancybox__slide:after{display:block;content:""}.fancybox__slide:before{margin-bottom:auto}.fancybox__slide:after{margin-top:auto}.fancybox__slide.is-selected{z-index:1}.fancybox__slide.f-zoomable{overflow:visible}.fancybox__slide.has-error{--f-html-color: var(--f-error-color, --f-html-color);--f-html-bg: var(--f-error-bg, --f-html-bg)}.fancybox__slide.has-html{overflow:auto;padding:8px}.fancybox__slide.has-iframe{overflow:hidden;padding:8px 0}.fancybox__slide.has-close-btn{padding-top:34px}.fancybox__slide.has-controls:before{margin:0}.fancybox__slide .f-spinner{cursor:pointer}.fancybox__container.is-closing .f-caption,.fancybox__slide.is-loading .f-caption{visibility:hidden}.fancybox__container.is-closing .fancybox__carousel,.fancybox__container.is-closing .fancybox__viewport,.fancybox__container.is-closing .fancybox__slide.is-selected{overflow:visible}.f-button.is-close-button{--f-button-width: var(--f-close-button-width);--f-button-height: var(--f-close-button-height);--f-button-border-radius: var(--f-close-border-radius);--f-button-color: var(--f-close-button-color);--f-button-hover-color: var(--f-close-button-hover-color);--f-button-bg: var(--f-close-button-bg);--f-button-hover-bg: var(--f-close-button-hover-bg);--f-button-active-bg: var(--f-close-button-active-bg);--f-button-svg-width: var(--f-close-button-svg-width);--f-button-svg-height: var(--f-close-button-svg-height);--f-button-svg-stroke-width: var(--f-close-button-svg-stroke-width);position:absolute;top:-42px;top:calc((var(--f-button-height) + 2px) * -1);right:0;z-index:10}.is-loading .f-button.is-close-button{visibility:hidden}.fancybox__thumbs{flex:0 1 100%}.fancybox__thumbs.is-scrollable{--f-thumbs-cols: 1;--f-thumbs-gap: 8px;--f-thumbs-transition: none;--f-thumbs-padding-x: 4px;--f-thumbs-padding-y: 8px;--f-thumbs-viewport-padding-x: 4px;--f-thumbs-viewport-padding-y: 0px;max-width:110px;max-width:calc(var(--f-thumb-width) * var(--f-thumbs-cols) + var(--f-thumbs-gap) * (var(--f-thumbs-cols) - 1) + var(--f-thumbs-padding-x) * 2 + var(--f-thumbs-viewport-padding-x) * 2)}.fancybox__thumbs.is-scrollable ::-webkit-scrollbar{width:var(--f-scrollbar-width)}.fancybox__thumbs.is-scrollable ::-webkit-scrollbar-track{background:var(--f-scrollbar-track-bg);border-radius:var(--f-scrollbar-track-border-radius);box-shadow:var(--f-scrollbar-track-shadow)}.fancybox__thumbs.is-scrollable ::-webkit-scrollbar-thumb{background:var(--f-scrollbar-thumb-bg);border-radius:var(--f-scrollbar-thumb-border-radius)}.fancybox__thumbs.is-scrollable.is-hidden{max-width:0;--f-thumbs-padding-x: 0;max-height:none;max-height:initial;--f-thumbs-padding-y: unset}.fancybox__thumbs.is-scrollable .f-thumbs__viewport{overflow-x:hidden!important;grid-template-columns:repeat(auto-fill,calc((100% - 8px * (var(--f-thumbs-cols) - 1)) / var(--f-thumbs-cols)))!important;grid-template-columns:repeat(auto-fill,calc((100% - var(--f-thumbs-gap) * (var(--f-thumbs-cols) - 1)) / var(--f-thumbs-cols)))!important}.flatpickr-calendar{background:transparent;opacity:0;display:none;text-align:center;visibility:hidden;padding:0;animation:none;direction:ltr;border:0;font-size:14px;line-height:24px;border-radius:5px;position:absolute;width:307.875px;box-sizing:border-box;touch-action:manipulation;background:#fff;box-shadow:1px 0 #e6e6e6,-1px 0 #e6e6e6,0 1px #e6e6e6,0 -1px #e6e6e6,0 3px 13px #00000014}.flatpickr-calendar.open,.flatpickr-calendar.inline{opacity:1;max-height:640px;visibility:visible}.flatpickr-calendar.open{display:inline-block;z-index:99999}.flatpickr-calendar.animate.open{animation:fpFadeInDown .3s cubic-bezier(.23,1,.32,1)}.flatpickr-calendar.inline{display:block;position:relative;top:2px}.flatpickr-calendar.static{position:absolute;top:calc(100% + 2px)}.flatpickr-calendar.static.open{z-index:999;display:block}.flatpickr-calendar.multiMonth .flatpickr-days .dayContainer:nth-child(n+1) .flatpickr-day.inRange:nth-child(7n+7){box-shadow:none!important}.flatpickr-calendar.multiMonth .flatpickr-days .dayContainer:nth-child(n+2) .flatpickr-day.inRange:nth-child(7n+1){box-shadow:-2px 0 #e6e6e6,5px 0 #e6e6e6}.flatpickr-calendar .hasWeeks .dayContainer,.flatpickr-calendar .hasTime .dayContainer{border-bottom:0;border-bottom-right-radius:0;border-bottom-left-radius:0}.flatpickr-calendar .hasWeeks .dayContainer{border-left:0}.flatpickr-calendar.hasTime .flatpickr-time{height:40px;border-top:1px solid #e6e6e6}.flatpickr-calendar.noCalendar.hasTime .flatpickr-time{height:auto}.flatpickr-calendar:before,.flatpickr-calendar:after{position:absolute;display:block;pointer-events:none;border:solid transparent;content:"";height:0;width:0;left:22px}.flatpickr-calendar.rightMost:before,.flatpickr-calendar.arrowRight:before,.flatpickr-calendar.rightMost:after,.flatpickr-calendar.arrowRight:after{left:auto;right:22px}.flatpickr-calendar.arrowCenter:before,.flatpickr-calendar.arrowCenter:after{left:50%;right:50%}.flatpickr-calendar:before{border-width:5px;margin:0 -5px}.flatpickr-calendar:after{border-width:4px;margin:0 -4px}.flatpickr-calendar.arrowTop:before,.flatpickr-calendar.arrowTop:after{bottom:100%}.flatpickr-calendar.arrowTop:before{border-bottom-color:#e6e6e6}.flatpickr-calendar.arrowTop:after{border-bottom-color:#fff}.flatpickr-calendar.arrowBottom:before,.flatpickr-calendar.arrowBottom:after{top:100%}.flatpickr-calendar.arrowBottom:before{border-top-color:#e6e6e6}.flatpickr-calendar.arrowBottom:after{border-top-color:#fff}.flatpickr-calendar:focus{outline:0}.flatpickr-wrapper{position:relative;display:inline-block}.flatpickr-months{display:flex}.flatpickr-months .flatpickr-month{background:transparent;color:#000000e6;fill:#000000e6;height:34px;line-height:1;text-align:center;position:relative;-webkit-user-select:none;-moz-user-select:none;user-select:none;overflow:hidden;flex:1}.flatpickr-months .flatpickr-prev-month,.flatpickr-months .flatpickr-next-month{-webkit-user-select:none;-moz-user-select:none;user-select:none;-webkit-text-decoration:none;text-decoration:none;cursor:pointer;position:absolute;top:0;height:34px;padding:10px;z-index:3;color:#000000e6;fill:#000000e6}.flatpickr-months .flatpickr-prev-month.flatpickr-disabled,.flatpickr-months .flatpickr-next-month.flatpickr-disabled{display:none}.flatpickr-months .flatpickr-prev-month i,.flatpickr-months .flatpickr-next-month i{position:relative}.flatpickr-months .flatpickr-prev-month.flatpickr-prev-month,.flatpickr-months .flatpickr-next-month.flatpickr-prev-month{left:0}.flatpickr-months .flatpickr-prev-month.flatpickr-next-month,.flatpickr-months .flatpickr-next-month.flatpickr-next-month{right:0}.flatpickr-months .flatpickr-prev-month:hover,.flatpickr-months .flatpickr-next-month:hover{color:#959ea9}.flatpickr-months .flatpickr-prev-month:hover svg,.flatpickr-months .flatpickr-next-month:hover svg{fill:#f64747}.flatpickr-months .flatpickr-prev-month svg,.flatpickr-months .flatpickr-next-month svg{width:14px;height:14px}.flatpickr-months .flatpickr-prev-month svg path,.flatpickr-months .flatpickr-next-month svg path{transition:fill .1s;fill:inherit}.numInputWrapper{position:relative;height:auto}.numInputWrapper input,.numInputWrapper span{display:inline-block}.numInputWrapper input{width:100%}.numInputWrapper input::-ms-clear{display:none}.numInputWrapper input::-webkit-outer-spin-button,.numInputWrapper input::-webkit-inner-spin-button{margin:0;-webkit-appearance:none}.numInputWrapper span{position:absolute;right:0;width:14px;padding:0 4px 0 2px;height:50%;line-height:50%;opacity:0;cursor:pointer;border:1px solid rgba(57,57,57,.15);box-sizing:border-box}.numInputWrapper span:hover{background:#0000001a}.numInputWrapper span:active{background:#0003}.numInputWrapper span:after{display:block;content:"";position:absolute}.numInputWrapper span.arrowUp{top:0;border-bottom:0}.numInputWrapper span.arrowUp:after{border-left:4px solid transparent;border-right:4px solid transparent;border-bottom:4px solid rgba(57,57,57,.6);top:26%}.numInputWrapper span.arrowDown{top:50%}.numInputWrapper span.arrowDown:after{border-left:4px solid transparent;border-right:4px solid transparent;border-top:4px solid rgba(57,57,57,.6);top:40%}.numInputWrapper span svg{width:inherit;height:auto}.numInputWrapper span svg path{fill:#00000080}.numInputWrapper:hover{background:#0000000d}.numInputWrapper:hover span{opacity:1}.flatpickr-current-month{font-size:135%;line-height:inherit;font-weight:300;color:inherit;position:absolute;width:75%;left:12.5%;padding:7.48px 0 0;line-height:1;height:34px;display:inline-block;text-align:center;transform:translateZ(0)}.flatpickr-current-month span.cur-month{font-family:inherit;font-weight:700;color:inherit;display:inline-block;margin-left:.5ch;padding:0}.flatpickr-current-month span.cur-month:hover{background:#0000000d}.flatpickr-current-month .numInputWrapper{width:6ch;width:7ch�;display:inline-block}.flatpickr-current-month .numInputWrapper span.arrowUp:after{border-bottom-color:#000000e6}.flatpickr-current-month .numInputWrapper span.arrowDown:after{border-top-color:#000000e6}.flatpickr-current-month input.cur-year{background:transparent;box-sizing:border-box;color:inherit;cursor:text;padding:0 0 0 .5ch;margin:0;display:inline-block;font-size:inherit;font-family:inherit;font-weight:300;line-height:inherit;height:auto;border:0;border-radius:0;vertical-align:baseline;vertical-align:initial;-webkit-appearance:textfield;-moz-appearance:textfield;appearance:textfield}.flatpickr-current-month input.cur-year:focus{outline:0}.flatpickr-current-month input.cur-year[disabled],.flatpickr-current-month input.cur-year[disabled]:hover{font-size:100%;color:#00000080;background:transparent;pointer-events:none}.flatpickr-current-month .flatpickr-monthDropdown-months{appearance:menulist;background:transparent;border:none;border-radius:0;box-sizing:border-box;color:inherit;cursor:pointer;font-size:inherit;font-family:inherit;font-weight:300;height:auto;line-height:inherit;margin:-1px 0 0;outline:none;padding:0 0 0 .5ch;position:relative;vertical-align:baseline;vertical-align:initial;-webkit-box-sizing:border-box;-webkit-appearance:menulist;-moz-appearance:menulist;width:auto}.flatpickr-current-month .flatpickr-monthDropdown-months:focus,.flatpickr-current-month .flatpickr-monthDropdown-months:active{outline:none}.flatpickr-current-month .flatpickr-monthDropdown-months:hover{background:#0000000d}.flatpickr-current-month .flatpickr-monthDropdown-months .flatpickr-monthDropdown-month{background-color:transparent;outline:none;padding:0}.flatpickr-weekdays{background:transparent;text-align:center;overflow:hidden;width:100%;display:flex;align-items:center;height:28px}.flatpickr-weekdays .flatpickr-weekdaycontainer{display:flex;flex:1}span.flatpickr-weekday{cursor:default;font-size:90%;background:transparent;color:#0000008a;line-height:1;margin:0;text-align:center;display:block;flex:1;font-weight:bolder}.dayContainer,.flatpickr-weeks{padding:1px 0 0}.flatpickr-days{position:relative;overflow:hidden;display:flex;align-items:flex-start;width:307.875px}.flatpickr-days:focus{outline:0}.dayContainer{padding:0;outline:0;text-align:left;width:307.875px;min-width:307.875px;max-width:307.875px;box-sizing:border-box;display:inline-block;display:flex;flex-wrap:wrap;-ms-flex-wrap:wrap;justify-content:space-around;transform:translateZ(0);opacity:1}.dayContainer+.dayContainer{box-shadow:-1px 0 #e6e6e6}.flatpickr-day{background:none;border:1px solid transparent;border-radius:150px;box-sizing:border-box;color:#393939;cursor:pointer;font-weight:400;width:14.2857143%;flex-basis:14.2857143%;max-width:39px;height:39px;line-height:39px;margin:0;display:inline-block;position:relative;justify-content:center;text-align:center}.flatpickr-day.inRange,.flatpickr-day.prevMonthDay.inRange,.flatpickr-day.nextMonthDay.inRange,.flatpickr-day.today.inRange,.flatpickr-day.prevMonthDay.today.inRange,.flatpickr-day.nextMonthDay.today.inRange,.flatpickr-day:hover,.flatpickr-day.prevMonthDay:hover,.flatpickr-day.nextMonthDay:hover,.flatpickr-day:focus,.flatpickr-day.prevMonthDay:focus,.flatpickr-day.nextMonthDay:focus{cursor:pointer;outline:0;background:#e6e6e6;border-color:#e6e6e6}.flatpickr-day.today{border-color:#959ea9}.flatpickr-day.today:hover,.flatpickr-day.today:focus{border-color:#959ea9;background:#959ea9;color:#fff}.flatpickr-day.selected,.flatpickr-day.startRange,.flatpickr-day.endRange,.flatpickr-day.selected.inRange,.flatpickr-day.startRange.inRange,.flatpickr-day.endRange.inRange,.flatpickr-day.selected:focus,.flatpickr-day.startRange:focus,.flatpickr-day.endRange:focus,.flatpickr-day.selected:hover,.flatpickr-day.startRange:hover,.flatpickr-day.endRange:hover,.flatpickr-day.selected.prevMonthDay,.flatpickr-day.startRange.prevMonthDay,.flatpickr-day.endRange.prevMonthDay,.flatpickr-day.selected.nextMonthDay,.flatpickr-day.startRange.nextMonthDay,.flatpickr-day.endRange.nextMonthDay{background:#569ff7;box-shadow:none;color:#fff;border-color:#569ff7}.flatpickr-day.selected.startRange,.flatpickr-day.startRange.startRange,.flatpickr-day.endRange.startRange{border-radius:50px 0 0 50px}.flatpickr-day.selected.endRange,.flatpickr-day.startRange.endRange,.flatpickr-day.endRange.endRange{border-radius:0 50px 50px 0}.flatpickr-day.selected.startRange+.endRange:not(:nth-child(7n+1)),.flatpickr-day.startRange.startRange+.endRange:not(:nth-child(7n+1)),.flatpickr-day.endRange.startRange+.endRange:not(:nth-child(7n+1)){box-shadow:-10px 0 #569ff7}.flatpickr-day.selected.startRange.endRange,.flatpickr-day.startRange.startRange.endRange,.flatpickr-day.endRange.startRange.endRange{border-radius:50px}.flatpickr-day.inRange{border-radius:0;box-shadow:-5px 0 #e6e6e6,5px 0 #e6e6e6}.flatpickr-day.flatpickr-disabled,.flatpickr-day.flatpickr-disabled:hover,.flatpickr-day.prevMonthDay,.flatpickr-day.nextMonthDay,.flatpickr-day.notAllowed,.flatpickr-day.notAllowed.prevMonthDay,.flatpickr-day.notAllowed.nextMonthDay{color:#3939394d;background:transparent;border-color:transparent;cursor:default}.flatpickr-day.flatpickr-disabled,.flatpickr-day.flatpickr-disabled:hover{cursor:not-allowed;color:#3939391a}.flatpickr-day.week.selected{border-radius:0;box-shadow:-5px 0 #569ff7,5px 0 #569ff7}.flatpickr-day.hidden{visibility:hidden}.rangeMode .flatpickr-day{margin-top:1px}.flatpickr-weekwrapper{float:left}.flatpickr-weekwrapper .flatpickr-weeks{padding:0 12px;box-shadow:1px 0 #e6e6e6}.flatpickr-weekwrapper .flatpickr-weekday{float:none;width:100%;line-height:28px}.flatpickr-weekwrapper span.flatpickr-day,.flatpickr-weekwrapper span.flatpickr-day:hover{display:block;width:100%;max-width:none;color:#3939394d;background:transparent;cursor:default;border:none}.flatpickr-innerContainer{display:block;display:flex;box-sizing:border-box;overflow:hidden}.flatpickr-rContainer{display:inline-block;padding:0;box-sizing:border-box}.flatpickr-time{text-align:center;outline:0;display:block;height:0;line-height:40px;max-height:40px;box-sizing:border-box;overflow:hidden;display:flex}.flatpickr-time:after{content:"";display:table;clear:both}.flatpickr-time .numInputWrapper{flex:1;width:40%;height:40px;float:left}.flatpickr-time .numInputWrapper span.arrowUp:after{border-bottom-color:#393939}.flatpickr-time .numInputWrapper span.arrowDown:after{border-top-color:#393939}.flatpickr-time.hasSeconds .numInputWrapper{width:26%}.flatpickr-time.time24hr .numInputWrapper{width:49%}.flatpickr-time input{background:transparent;box-shadow:none;border:0;border-radius:0;text-align:center;margin:0;padding:0;height:inherit;line-height:inherit;color:#393939;font-size:14px;position:relative;box-sizing:border-box;-webkit-appearance:textfield;-moz-appearance:textfield;appearance:textfield}.flatpickr-time input.flatpickr-hour{font-weight:700}.flatpickr-time input.flatpickr-minute,.flatpickr-time input.flatpickr-second{font-weight:400}.flatpickr-time input:focus{outline:0;border:0}.flatpickr-time .flatpickr-time-separator,.flatpickr-time .flatpickr-am-pm{height:inherit;float:left;line-height:inherit;color:#393939;font-weight:700;width:2%;-webkit-user-select:none;-moz-user-select:none;user-select:none;align-self:center}.flatpickr-time .flatpickr-am-pm{outline:0;width:18%;cursor:pointer;text-align:center;font-weight:400}.flatpickr-time input:hover,.flatpickr-time .flatpickr-am-pm:hover,.flatpickr-time input:focus,.flatpickr-time .flatpickr-am-pm:focus{background:#eee}.flatpickr-input[readonly]{cursor:pointer}@keyframes fpFadeInDown{0%{opacity:0;transform:translate3d(0,-20px,0)}to{opacity:1;transform:translateZ(0)}}.spollers{-moz-column-count:2;column-count:2;-moz-column-gap:14px;column-gap:14px}@media (max-width: 768px){.spollers{-moz-column-count:1;column-count:1}}.spollers__item{display:block;width:100%;-moz-column-break-inside:avoid;break-inside:avoid;page-break-inside:avoid;margin-bottom:10px;border-radius:4px;border:1px solid rgb(62,60,58);overflow:hidden}.spollers__title{width:100%;cursor:default;text-align:left;padding:.9375rem 3rem .9375rem 1rem;border-radius:0;position:relative;list-style:none;font-size:.875rem;line-height:1.2;font-weight:700;text-transform:uppercase;letter-spacing:.04em}.spollers__title::marker,.spollers__title::-webkit-details-marker{display:none}._spoller-init .spollers__title{cursor:pointer}._spoller-init .spollers__title:before,._spoller-init .spollers__title:after{content:"";position:absolute;right:17px;top:50%;width:18px;height:1px;background-color:#495561;transform:translateY(-50%);transition:transform .3s ease,opacity .3s ease}._spoller-init .spollers__title:after{transform:translateY(-50%) rotate(90deg)}._spoller-init .spollers__title._spoller-active:after{opacity:0;transform:translateY(-50%) rotate(0)}.spollers__body{padding:0 3rem 1rem 1rem;border-radius:0;border:none;font-size:.8125rem;line-height:1.25;font-weight:400}.spollers__body>*{margin-top:0}.spollers__body>*:last-child{margin-bottom:0}.spollers__body p{margin:0}.spollers__body p:not(:last-child){margin-bottom:.25rem}@media (max-width: 930px){.spollers__body{padding:0 2.625rem .875rem .875rem;font-size:.8125rem}}.hero{margin:0 auto;max-width:1920px;height:100vh;position:relative;overflow:hidden}@media (max-width: 430px){.hero{height:100svh}}.hero__slider{position:absolute!important;top:0;right:0;bottom:0;left:0;z-index:0;width:100%;height:100%}.hero__wrapper{height:100%}.hero__slide{width:100%;height:100%}.hero__picture{display:block;width:100%;height:100%}.hero__image{display:block;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center}.hero__container{display:flex;flex-direction:column;justify-content:flex-end;align-items:flex-start;row-gap:20px;height:100%;padding-bottom:11%;position:relative;z-index:3}@media (max-width: 430px){.hero__container{padding-bottom:28%}}.hero__pagination{position:absolute;left:50%!important;bottom:32px!important;transform:translate(-50%);z-index:4;display:flex;align-items:center;justify-content:center;-moz-column-gap:10px;column-gap:10px;width:auto}@media (max-width: 430px){.hero__pagination{bottom:20px;-moz-column-gap:8px;column-gap:8px}}.hero__pagination .swiper-pagination-bullet{margin:0!important;width:98px;height:4px;border-radius:999px;background:#ffffff73;opacity:1;transition:background .3s ease,transform .3s ease}@media (max-width: 767px){.hero__pagination .swiper-pagination-bullet{width:72px}}@media (max-width: 430px){.hero__pagination .swiper-pagination-bullet{width:48px}}.hero__pagination .swiper-pagination-bullet-active{background:#f7d57f}.advantages{padding-top:64px;padding-bottom:90px}@media (max-width: 768px){.advantages{padding-top:44px;padding-bottom:58px}}.home-catalog{padding-top:90px;padding-bottom:90px}@media (max-width: 768px){.home-catalog{padding-top:56px;padding-bottom:56px}}.home-catalog__title{margin:0 0 42px;color:#18232e;font-size:24px;line-height:1.2;font-weight:800}@media (max-width: 768px){.home-catalog__title{margin-bottom:24px;font-size:22px}}.home-catalog__items{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:18px;gap:18px}@media (max-width: 1100px){.home-catalog__items{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (max-width: 768px){.home-catalog__items{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}}.home-catalog__item{display:flex;flex-direction:column;min-width:0;border:1px solid #dce5f0;background:#fff}.home-catalog__image{display:flex;align-items:center;justify-content:center;aspect-ratio:265/155;margin:8px 8px 0;background:#f5f8fb;overflow:hidden}.home-catalog__image img{display:block;width:100%;height:100%;-o-object-fit:contain;object-fit:contain;transition:transform .3s ease}@media (any-hover: hover){.home-catalog__image:hover img{transform:scale(1.04)}}.home-catalog__letter{display:flex;align-items:center;justify-content:center;width:58px;height:58px;border-radius:4px;background:#0057b8;color:#fff;font-size:30px;line-height:1;font-weight:800;text-transform:uppercase}.home-catalog__body{display:flex;flex:1 1 auto;flex-direction:column;padding:12px 10px 14px}.home-catalog__name{margin:0 0 6px;color:#18232e;font-size:18px;line-height:1.15;font-weight:800}.home-catalog__name a{color:inherit;-webkit-text-decoration:none;text-decoration:none}.home-catalog__text{margin-bottom:10px;color:#18232e;font-size:13px;line-height:1.2;font-weight:500}.home-catalog__text :where(p){margin:0}.home-catalog__link{display:inline-flex;align-items:center;gap:8px;margin-top:auto;color:#0057b8;font-size:14px;line-height:1.2;font-weight:800;-webkit-text-decoration:none;text-decoration:none}.home-catalog__link span{position:relative;display:inline-flex;flex:0 0 24px;width:24px;height:8px}.home-catalog__link span:before,.home-catalog__link span:after{content:"";position:absolute;top:50%;right:0;background:currentColor}.home-catalog__link span:before{left:0;height:1px;transform:translateY(-50%)}.home-catalog__link span:after{width:7px;height:7px;border-top:1px solid currentColor;border-right:1px solid currentColor;background:transparent;transform:translateY(-50%) rotate(45deg)}@media (max-width: 768px){.home-catalog__image{aspect-ratio:1/.72;margin:6px 6px 0}.home-catalog__body{padding:9px 8px 10px}.home-catalog__name{font-size:14px}.home-catalog__text{font-size:12px;line-height:1.15}.home-catalog__link{gap:6px;font-size:12px}.home-catalog__link span{flex-basis:18px;width:18px}}.home-products{padding-bottom:90px}@media (max-width: 768px){.home-products{padding-bottom:56px}}.home-products__head{margin-bottom:42px}@media (max-width: 768px){.home-products__head{margin-bottom:24px}}.home-products__title{margin:0;color:#1f2933;font-size:24px;line-height:1.2;font-weight:700}.home-products__title :where(h1,h2,h3,h4,p){margin:0}.home-products__title :where(strong,b){color:#0057b8}@media (max-width: 768px){.home-products__title{font-size:22px}}.home-products__grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:20px;gap:20px}@media (max-width: 1100px){.home-products__grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (max-width: 768px){.home-products__grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}}.home-products__footer{display:flex;justify-content:center;margin-top:28px}.home-products__catalog{display:inline-flex;align-items:center;justify-content:center;min-height:42px;padding:10px 26px;background:#ffa638;color:#fff;font-size:14px;line-height:1.2;font-weight:700;-webkit-text-decoration:none;text-decoration:none;border-radius:3px;transition:filter .2s ease,transform .2s ease}@media (hover: hover){.home-products__catalog:hover{filter:brightness(1.05);transform:translateY(-1px)}}.home-products .catalog-card{height:100%}.home-products--popular{padding-top:12px}.home-products--seasonal{padding-bottom:110px}@media (max-width: 768px){.home-products--seasonal{padding-bottom:64px}}.home-products-slider{display:grid;grid-template-columns:260px minmax(0,1fr);grid-gap:28px;gap:28px;align-items:stretch}@media (max-width: 900px){.home-products-slider{grid-template-columns:1fr;gap:20px}}.home-products-slider__aside{display:flex;flex-direction:column;justify-content:space-between;gap:28px;min-width:0}.home-products-slider__title{margin:0;max-width:220px;color:#1f2933;font-size:28px;line-height:1.05;font-weight:700}.home-products-slider__title :where(h1,h2,h3,h4,p){margin:0}.home-products-slider__title :where(strong,b){color:#0057b8}@media (max-width: 900px){.home-products-slider__title{max-width:none;font-size:24px;line-height:1.15}}.home-products-slider__nav{display:flex;gap:12px}@media (max-width: 900px){.home-products-slider__nav{order:2}}.home-products-slider__arrow{display:inline-flex;align-items:center;justify-content:center;width:48px;height:48px;border:1px solid #dbe5f2;background:#fff;color:#0057b8;cursor:pointer;transition:border-color .2s ease,background-color .2s ease,color .2s ease}.home-products-slider__arrow span{width:10px;height:10px;border-top:2px solid currentColor;border-right:2px solid currentColor}.home-products-slider__arrow--prev span{transform:rotate(-135deg);margin-left:4px}.home-products-slider__arrow--next span{transform:rotate(45deg);margin-right:4px}.home-products-slider__arrow.swiper-button-disabled{opacity:.35;cursor:default}@media (hover: hover){.home-products-slider__arrow:not(.swiper-button-disabled):hover{border-color:#0057b8;background:#f6faff}}@media (max-width: 768px){.home-products-slider__arrow{width:42px;height:42px}}.home-products-slider__swiper{min-width:0;width:100%}.home-products-slider__wrapper{align-items:stretch}.home-products-slider__slide{height:auto}.home-products-slider__slide .catalog-card{height:100%}.advantages__items{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:20px;gap:20px}@media (max-width: 1100px){.advantages__items{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (max-width: 768px){.advantages__items{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}}.item-advantages{display:flex;flex-direction:column;align-items:center;justify-content:flex-start;min-height:154px;padding:26px 18px 20px;border:1px solid #dce7f3;background:#fff;text-align:center;opacity:0;transform:translateY(28px);transition:opacity .65s ease,transform .65s ease,border-color .35s ease,box-shadow .35s ease;will-change:opacity,transform}.item-advantages:nth-child(1){transition-delay:0s}.item-advantages:nth-child(1) .item-advantages__img,.item-advantages:nth-child(1) .item-advantages__text{transition-delay:.08s}.item-advantages:nth-child(2){transition-delay:.12s}.item-advantages:nth-child(2) .item-advantages__img,.item-advantages:nth-child(2) .item-advantages__text{transition-delay:.2s}.item-advantages:nth-child(3){transition-delay:.24s}.item-advantages:nth-child(3) .item-advantages__img,.item-advantages:nth-child(3) .item-advantages__text{transition-delay:.32s}.item-advantages:nth-child(4){transition-delay:.36s}.item-advantages:nth-child(4) .item-advantages__img,.item-advantages:nth-child(4) .item-advantages__text{transition-delay:.44s}.item-advantages:nth-child(5){transition-delay:.48s}.item-advantages:nth-child(5) .item-advantages__img,.item-advantages:nth-child(5) .item-advantages__text{transition-delay:.56s}.item-advantages:nth-child(6){transition-delay:.6s}.item-advantages:nth-child(6) .item-advantages__img,.item-advantages:nth-child(6) .item-advantages__text{transition-delay:.68s}.item-advantages:nth-child(7){transition-delay:.72s}.item-advantages:nth-child(7) .item-advantages__img,.item-advantages:nth-child(7) .item-advantages__text{transition-delay:.8s}.item-advantages:nth-child(8){transition-delay:.84s}.item-advantages:nth-child(8) .item-advantages__img,.item-advantages:nth-child(8) .item-advantages__text{transition-delay:.92s}.item-advantages._watcher-view{opacity:1;transform:translateY(0)}@media (hover: hover){.item-advantages:hover{border-color:#0154ac47;box-shadow:0 14px 32px #18232e12}.item-advantages:hover .item-advantages__img{transform:translateY(-3px) scale(1.04)}}@media (max-width: 768px){.item-advantages{min-height:132px;padding:18px 10px 16px}}.item-advantages__img{display:flex;align-items:center;justify-content:center;width:54px;height:54px;margin-bottom:14px;padding:12px;border:1px solid #e1eafa;border-radius:50%;background:#f7f9ff;opacity:0;transform:translateY(10px) scale(.94);transition:opacity .55s ease,transform .55s ease,background-color .35s ease}@media (max-width: 430px){.item-advantages__img{width:46px;height:46px;margin-bottom:10px;padding:10px}}.item-advantages__img img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain}.item-advantages__text{color:#18232e;font-size:14px;line-height:1.15;font-weight:500;opacity:0;transform:translateY(8px);transition:opacity .55s ease,transform .55s ease}.item-advantages__text p{margin:0}.item-advantages__text p+p{margin-top:4px}.item-advantages__text p strong{display:block;margin-bottom:4px;color:#0154ac;font-size:18px;line-height:1.05;font-weight:800}@media (max-width: 768px){.item-advantages__text p strong{font-size:16px}}@media (max-width: 430px){.item-advantages__text{font-size:12px}.item-advantages__text p strong{font-size:14px}}.item-advantages._watcher-view .item-advantages__img,.item-advantages._watcher-view .item-advantages__text{opacity:1;transform:translateY(0) scale(1)}@media (prefers-reduced-motion: reduce){.item-advantages,.item-advantages__img,.item-advantages__text{opacity:1;transform:none;transition:none}}.sevices{padding-bottom:130px;position:relative;z-index:1}.sevices__items{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:20px;gap:20px}@media (max-width: 1000px){.sevices__items{grid-template-columns:repeat(2,1fr);gap:15px}}@media (max-width: 450px){.sevices__items{grid-template-columns:1fr}}.sevices .item-sevices{display:flex;flex-direction:column;gap:10px;padding:30px 10px 10px;height:100%;border:1px solid #0154AC;border-top:1px solid #495561;opacity:0;transform:translateY(32px);transition:opacity .7s ease,transform .7s ease,border-color .35s ease,box-shadow .35s ease;will-change:opacity,transform}.sevices .item-sevices:nth-child(1){transition-delay:0s}.sevices .item-sevices:nth-child(1) .item-sevices__title,.sevices .item-sevices:nth-child(1) .item-sevices__text,.sevices .item-sevices:nth-child(1) .item-sevices__body,.sevices .item-sevices:nth-child(1) .item-sevices__body a{transition-delay:.08s}.sevices .item-sevices:nth-child(1) .item-sevices__body img{transition-delay:.04s}.sevices .item-sevices:nth-child(2){transition-delay:.12s}.sevices .item-sevices:nth-child(2) .item-sevices__title,.sevices .item-sevices:nth-child(2) .item-sevices__text,.sevices .item-sevices:nth-child(2) .item-sevices__body,.sevices .item-sevices:nth-child(2) .item-sevices__body a{transition-delay:.2s}.sevices .item-sevices:nth-child(2) .item-sevices__body img{transition-delay:.16s}.sevices .item-sevices:nth-child(3){transition-delay:.24s}.sevices .item-sevices:nth-child(3) .item-sevices__title,.sevices .item-sevices:nth-child(3) .item-sevices__text,.sevices .item-sevices:nth-child(3) .item-sevices__body,.sevices .item-sevices:nth-child(3) .item-sevices__body a{transition-delay:.32s}.sevices .item-sevices:nth-child(3) .item-sevices__body img{transition-delay:.28s}.sevices .item-sevices:nth-child(4){transition-delay:.36s}.sevices .item-sevices:nth-child(4) .item-sevices__title,.sevices .item-sevices:nth-child(4) .item-sevices__text,.sevices .item-sevices:nth-child(4) .item-sevices__body,.sevices .item-sevices:nth-child(4) .item-sevices__body a{transition-delay:.44s}.sevices .item-sevices:nth-child(4) .item-sevices__body img{transition-delay:.4s}.sevices .item-sevices:nth-child(5){transition-delay:.48s}.sevices .item-sevices:nth-child(5) .item-sevices__title,.sevices .item-sevices:nth-child(5) .item-sevices__text,.sevices .item-sevices:nth-child(5) .item-sevices__body,.sevices .item-sevices:nth-child(5) .item-sevices__body a{transition-delay:.56s}.sevices .item-sevices:nth-child(5) .item-sevices__body img{transition-delay:.52s}.sevices .item-sevices:nth-child(6){transition-delay:.6s}.sevices .item-sevices:nth-child(6) .item-sevices__title,.sevices .item-sevices:nth-child(6) .item-sevices__text,.sevices .item-sevices:nth-child(6) .item-sevices__body,.sevices .item-sevices:nth-child(6) .item-sevices__body a{transition-delay:.68s}.sevices .item-sevices:nth-child(6) .item-sevices__body img{transition-delay:.64s}.sevices .item-sevices:nth-child(7){transition-delay:.72s}.sevices .item-sevices:nth-child(7) .item-sevices__title,.sevices .item-sevices:nth-child(7) .item-sevices__text,.sevices .item-sevices:nth-child(7) .item-sevices__body,.sevices .item-sevices:nth-child(7) .item-sevices__body a{transition-delay:.8s}.sevices .item-sevices:nth-child(7) .item-sevices__body img{transition-delay:.76s}.sevices .item-sevices:nth-child(8){transition-delay:.84s}.sevices .item-sevices:nth-child(8) .item-sevices__title,.sevices .item-sevices:nth-child(8) .item-sevices__text,.sevices .item-sevices:nth-child(8) .item-sevices__body,.sevices .item-sevices:nth-child(8) .item-sevices__body a{transition-delay:.92s}.sevices .item-sevices:nth-child(8) .item-sevices__body img{transition-delay:.88s}.sevices .item-sevices:nth-child(9){transition-delay:.96s}.sevices .item-sevices:nth-child(9) .item-sevices__title,.sevices .item-sevices:nth-child(9) .item-sevices__text,.sevices .item-sevices:nth-child(9) .item-sevices__body,.sevices .item-sevices:nth-child(9) .item-sevices__body a{transition-delay:1.04s}.sevices .item-sevices:nth-child(9) .item-sevices__body img{transition-delay:1s}.sevices .item-sevices:nth-child(10){transition-delay:1.08s}.sevices .item-sevices:nth-child(10) .item-sevices__title,.sevices .item-sevices:nth-child(10) .item-sevices__text,.sevices .item-sevices:nth-child(10) .item-sevices__body,.sevices .item-sevices:nth-child(10) .item-sevices__body a{transition-delay:1.16s}.sevices .item-sevices:nth-child(10) .item-sevices__body img{transition-delay:1.12s}.sevices .item-sevices._watcher-view{opacity:1;transform:translateY(0)}@media (hover: hover){.sevices .item-sevices:hover{border-color:#495561;box-shadow:0 16px 34px #00000014}.sevices .item-sevices:hover .item-sevices__body img{transform:scale(1.045)}}.sevices .item-sevices__title{font-weight:700;text-transform:uppercase;font-size:27px;padding-bottom:10px;opacity:0;transform:translateY(12px);transition:opacity .55s ease,transform .55s ease}@media (max-width: 1200px){.sevices .item-sevices__title{font-size:18px}}@media (max-width: 768px){.sevices .item-sevices__title{font-size:16px}}@media (max-width: 430px){.sevices .item-sevices__title{font-size:14px}}.sevices .item-sevices__text{font-weight:700;padding-bottom:6px;line-height:1.15;opacity:0;transform:translateY(10px);transition:opacity .55s ease,transform .55s ease}@media (max-width: 1200px){.sevices .item-sevices__text{font-size:14px}}@media (max-width: 430px){.sevices .item-sevices__text{font-size:12px}}.sevices .item-sevices__body{margin-top:auto;position:relative;padding:9px;display:flex;align-items:flex-end;overflow:hidden;width:100%;aspect-ratio:320/291;opacity:0;transform:translateY(14px);transition:opacity .6s ease,transform .6s ease}.sevices .item-sevices__body img{position:absolute;top:0;left:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;z-index:1;transform:scale(1.08);transition:transform 1s ease,opacity .6s ease}.sevices .item-sevices__body a{display:inline-flex;border:1px solid rgb(62,60,58);background:#1a1918;padding:10px 29px;position:relative;z-index:3;color:#fff;-webkit-text-decoration:none;text-decoration:none;opacity:0;transform:translateY(12px);transition:opacity .5s ease,background-color .25s ease,border-color .25s ease,color .25s ease,box-shadow .25s ease,transform .25s ease}.sevices .item-sevices__body a:hover{background:#262422;border-color:#787169;color:#fff;transform:translateY(-1px);box-shadow:0 8px 20px #00000038}.sevices .item-sevices__body a:focus-visible{outline:2px solid rgba(180,160,130,.55);outline-offset:3px}@media (max-width: 1200px){.sevices .item-sevices__body a{font-size:14px;padding:8px 20px}}.sevices .item-sevices._watcher-view .item-sevices__title,.sevices .item-sevices._watcher-view .item-sevices__text,.sevices .item-sevices._watcher-view .item-sevices__body,.sevices .item-sevices._watcher-view .item-sevices__body a{opacity:1;transform:translateY(0)}.sevices .item-sevices._watcher-view .item-sevices__body img{transform:scale(1)}@media (prefers-reduced-motion: reduce){.sevices .item-sevices,.sevices .item-sevices__title,.sevices .item-sevices__text,.sevices .item-sevices__body,.sevices .item-sevices__body img,.sevices .item-sevices__body a{opacity:1;transform:none;transition:none}}.certificate{padding-bottom:130px;position:relative;z-index:1}.certificate__body{display:grid;grid-template-columns:1.42fr 1fr;grid-gap:20px;gap:20px}@media (max-width: 820px){.certificate__body{grid-template-columns:1fr}}.certificate__img{display:flex;min-width:0;aspect-ratio:820/487}.certificate__img img{display:block;width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.certificate__items{display:flex;flex-direction:column;row-gap:20px;min-width:0}.certificate .item-certificate{display:flex;flex-direction:column;row-gap:14px;padding:15px;border:1px solid rgb(38,38,38);border:1px solid var(--stroke, rgb(38, 38, 38));background:#1a1918;background:var(--Fillbutton, rgb(26, 25, 24));position:relative;overflow:hidden;opacity:0;transform:translateY(28px);transition:opacity .65s ease,transform .65s ease,box-shadow .35s ease;will-change:opacity,transform}.certificate .item-certificate:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;z-index:0;pointer-events:none;opacity:0;background:linear-gradient(135deg,#ffffff14,#fff0 42%);transition:opacity .35s ease}.certificate .item-certificate:nth-child(1){transition-delay:0s}.certificate .item-certificate:nth-child(1) .item-certificate__header{transition-delay:.06s}.certificate .item-certificate:nth-child(1) .item-certificate__body{transition-delay:.12s}.certificate .item-certificate:nth-child(1) a{transition-delay:.18s}.certificate .item-certificate:nth-child(2){transition-delay:.1s}.certificate .item-certificate:nth-child(2) .item-certificate__header{transition-delay:.16s}.certificate .item-certificate:nth-child(2) .item-certificate__body{transition-delay:.22s}.certificate .item-certificate:nth-child(2) a{transition-delay:.28s}.certificate .item-certificate:nth-child(3){transition-delay:.2s}.certificate .item-certificate:nth-child(3) .item-certificate__header{transition-delay:.26s}.certificate .item-certificate:nth-child(3) .item-certificate__body{transition-delay:.32s}.certificate .item-certificate:nth-child(3) a{transition-delay:.38s}.certificate .item-certificate:nth-child(4){transition-delay:.3s}.certificate .item-certificate:nth-child(4) .item-certificate__header{transition-delay:.36s}.certificate .item-certificate:nth-child(4) .item-certificate__body{transition-delay:.42s}.certificate .item-certificate:nth-child(4) a{transition-delay:.48s}.certificate .item-certificate:nth-child(5){transition-delay:.4s}.certificate .item-certificate:nth-child(5) .item-certificate__header{transition-delay:.46s}.certificate .item-certificate:nth-child(5) .item-certificate__body{transition-delay:.52s}.certificate .item-certificate:nth-child(5) a{transition-delay:.58s}.certificate .item-certificate:nth-child(6){transition-delay:.5s}.certificate .item-certificate:nth-child(6) .item-certificate__header{transition-delay:.56s}.certificate .item-certificate:nth-child(6) .item-certificate__body{transition-delay:.62s}.certificate .item-certificate:nth-child(6) a{transition-delay:.68s}.certificate .item-certificate:nth-child(7){transition-delay:.6s}.certificate .item-certificate:nth-child(7) .item-certificate__header{transition-delay:.66s}.certificate .item-certificate:nth-child(7) .item-certificate__body{transition-delay:.72s}.certificate .item-certificate:nth-child(7) a{transition-delay:.78s}.certificate .item-certificate:nth-child(8){transition-delay:.7s}.certificate .item-certificate:nth-child(8) .item-certificate__header{transition-delay:.76s}.certificate .item-certificate:nth-child(8) .item-certificate__body{transition-delay:.82s}.certificate .item-certificate:nth-child(8) a{transition-delay:.88s}.certificate .item-certificate:nth-child(9){transition-delay:.8s}.certificate .item-certificate:nth-child(9) .item-certificate__header{transition-delay:.86s}.certificate .item-certificate:nth-child(9) .item-certificate__body{transition-delay:.92s}.certificate .item-certificate:nth-child(9) a{transition-delay:.98s}.certificate .item-certificate:nth-child(10){transition-delay:.9s}.certificate .item-certificate:nth-child(10) .item-certificate__header{transition-delay:.96s}.certificate .item-certificate:nth-child(10) .item-certificate__body{transition-delay:1.02s}.certificate .item-certificate:nth-child(10) a{transition-delay:1.08s}.certificate .item-certificate._watcher-view{opacity:1;transform:translateY(0)}@media (hover: hover){.certificate .item-certificate:hover{transform:translateY(-3px);box-shadow:0 16px 34px #00000038}.certificate .item-certificate:hover:before{opacity:1}.certificate .item-certificate:hover .item-certificate__about:before,.certificate .item-certificate:hover .item-certificate__value:before{transform:translateY(-50%) scale(1.25)}}.certificate .item-certificate__header,.certificate .item-certificate__body,.certificate .item-certificate a{position:relative;z-index:1}.certificate .item-certificate__header{display:flex;justify-content:space-between;gap:15px;min-width:0;font-size:21px;opacity:0;transform:translateY(10px);transition:opacity .5s ease,transform .5s ease}@media (max-width: 1280px){.certificate .item-certificate__header{font-size:18px}}@media (max-width: 768px){.certificate .item-certificate__header{font-size:16px}}.certificate .item-certificate__price{color:#495561}.certificate .item-certificate__body{display:flex;justify-content:space-between;gap:15px;min-width:0;color:#ffb041;opacity:0;transform:translateY(10px);transition:opacity .5s ease,transform .5s ease}@media (max-width: 430px){.certificate .item-certificate__body{flex-direction:column}}.certificate .item-certificate__about,.certificate .item-certificate__value{padding-left:12px;position:relative}.certificate .item-certificate__about:before,.certificate .item-certificate__value:before{content:"";position:absolute;top:50%;left:0;transform:translateY(-50%);width:7px;height:7px;background:#495561;transition:transform .3s ease}@media (max-width: 1280px){.certificate .item-certificate__about,.certificate .item-certificate__value{font-size:14px}}@media (max-width: 768px){.certificate .item-certificate__about,.certificate .item-certificate__value{font-size:12px}}.certificate .item-certificate a{display:flex;justify-content:center;border:1px solid rgb(188,178,173);padding:15px 19px;font-size:21px;color:#fff;-webkit-text-decoration:none;text-decoration:none;opacity:0;transform:translateY(12px);transition:opacity .5s ease,background-color .25s ease,color .25s ease,box-shadow .25s ease,transform .25s ease}.certificate .item-certificate a:hover{background:#262422;color:#fff;transform:translateY(-1px);box-shadow:0 8px 20px #00000038}.certificate .item-certificate a:focus-visible{outline:2px solid rgba(180,160,130,.55);outline-offset:3px}@media (max-width: 1280px){.certificate .item-certificate a{font-size:18px}}@media (max-width: 768px){.certificate .item-certificate a{font-size:16px}}.certificate .item-certificate._watcher-view .item-certificate__header,.certificate .item-certificate._watcher-view .item-certificate__body,.certificate .item-certificate._watcher-view a{opacity:1;transform:translateY(0)}@media (prefers-reduced-motion: reduce){.certificate .item-certificate,.certificate .item-certificate__header,.certificate .item-certificate__body,.certificate .item-certificate a{opacity:1;transform:none;transition:none}}.corporative{padding-bottom:130px}.corporative__body{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:20px;gap:20px}@media (max-width: 768px){.corporative__body{grid-template-columns:1fr}}.corporative .corporative-img{display:flex;min-width:0;aspect-ratio:700/465}.corporative .corporative-img img{display:block;width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.corporative .corporative-content{display:flex;flex-direction:column;row-gap:20px}.corporative .corporative-content__head{display:flex;gap:20px;min-width:0}@media (max-width: 430px){.corporative .corporative-content__head{gap:10px}}.corporative .corporative-content__text{line-height:1.1}@media (max-width: 1024px){.corporative .corporative-content__text{font-size:14px}}@media (max-width: 430px){.corporative .corporative-content__text{font-size:12px}}.corporative .corporative-content__sale{display:flex;justify-content:center;align-items:center;flex:0 0 100px;height:100%;max-height:71px;background:#495561;font-size:21px}@media (max-width: 1024px){.corporative .corporative-content__sale{font-size:18px;flex:0 0 80px;max-height:61px}}@media (max-width: 768px){.corporative .corporative-content__sale{font-size:14px;flex:0 0 70px;max-height:51px}}@media (max-width: 430px){.corporative .corporative-content__sale{font-size:12px;flex:0 0 60px;max-height:48px}}.corporative .corporative-content a{display:flex;justify-content:center;border:1px solid rgb(188,178,173);padding:15px 19px;font-size:21px;position:relative;z-index:3;color:#fff;-webkit-text-decoration:none;text-decoration:none;transition:background-color .25s ease,border-color .25s ease,color .25s ease,box-shadow .25s ease,transform .25s ease}.corporative .corporative-content a:hover{background:#262422;border-color:#787169;color:#fff;transform:translateY(-1px);box-shadow:0 8px 20px #00000038}.corporative .corporative-content a:focus-visible{outline:2px solid rgba(180,160,130,.55);outline-offset:3px}@media (max-width: 1280px){.corporative .corporative-content a{font-size:18px}}@media (max-width: 768px){.corporative .corporative-content a{font-size:16px}}.corporative .corporative-content__img{display:flex;min-width:0;aspect-ratio:700/281}.corporative .corporative-content__img img{display:block;width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.tours{padding-bottom:130px}.tours__items{display:grid;grid-template-columns:repeat(2,1fr);grid-column-gap:20px;-moz-column-gap:20px;column-gap:20px;grid-row-gap:30px;row-gap:30px}@media (max-width: 600px){.tours__items{grid-template-columns:1fr;row-gap:20px}}.tours .item-tours{display:flex;flex-direction:column;row-gap:10px;opacity:0;transform:translateY(24px);transition:opacity .65s ease,transform .65s ease;will-change:opacity,transform}.tours .item-tours:nth-child(1){transition-delay:0s}.tours .item-tours:nth-child(1) .item-tours__header{transition-delay:.05s}.tours .item-tours:nth-child(1) .item-tours__img{transition-delay:.12s}.tours .item-tours:nth-child(1) .item-tours__content{transition-delay:.18s}.tours .item-tours:nth-child(1) .item-tours__footer{transition-delay:.24s}.tours .item-tours:nth-child(2){transition-delay:.12s}.tours .item-tours:nth-child(2) .item-tours__header{transition-delay:.17s}.tours .item-tours:nth-child(2) .item-tours__img{transition-delay:.24s}.tours .item-tours:nth-child(2) .item-tours__content{transition-delay:.3s}.tours .item-tours:nth-child(2) .item-tours__footer{transition-delay:.36s}.tours .item-tours:nth-child(3){transition-delay:.24s}.tours .item-tours:nth-child(3) .item-tours__header{transition-delay:.29s}.tours .item-tours:nth-child(3) .item-tours__img{transition-delay:.36s}.tours .item-tours:nth-child(3) .item-tours__content{transition-delay:.42s}.tours .item-tours:nth-child(3) .item-tours__footer{transition-delay:.48s}.tours .item-tours:nth-child(4){transition-delay:.36s}.tours .item-tours:nth-child(4) .item-tours__header{transition-delay:.41s}.tours .item-tours:nth-child(4) .item-tours__img{transition-delay:.48s}.tours .item-tours:nth-child(4) .item-tours__content{transition-delay:.54s}.tours .item-tours:nth-child(4) .item-tours__footer{transition-delay:.6s}.tours .item-tours:nth-child(5){transition-delay:.48s}.tours .item-tours:nth-child(5) .item-tours__header{transition-delay:.53s}.tours .item-tours:nth-child(5) .item-tours__img{transition-delay:.6s}.tours .item-tours:nth-child(5) .item-tours__content{transition-delay:.66s}.tours .item-tours:nth-child(5) .item-tours__footer{transition-delay:.72s}.tours .item-tours:nth-child(6){transition-delay:.6s}.tours .item-tours:nth-child(6) .item-tours__header{transition-delay:.65s}.tours .item-tours:nth-child(6) .item-tours__img{transition-delay:.72s}.tours .item-tours:nth-child(6) .item-tours__content{transition-delay:.78s}.tours .item-tours:nth-child(6) .item-tours__footer{transition-delay:.84s}.tours .item-tours:nth-child(7){transition-delay:.72s}.tours .item-tours:nth-child(7) .item-tours__header{transition-delay:.77s}.tours .item-tours:nth-child(7) .item-tours__img{transition-delay:.84s}.tours .item-tours:nth-child(7) .item-tours__content{transition-delay:.9s}.tours .item-tours:nth-child(7) .item-tours__footer{transition-delay:.96s}.tours .item-tours:nth-child(8){transition-delay:.84s}.tours .item-tours:nth-child(8) .item-tours__header{transition-delay:.89s}.tours .item-tours:nth-child(8) .item-tours__img{transition-delay:.96s}.tours .item-tours:nth-child(8) .item-tours__content{transition-delay:1.02s}.tours .item-tours:nth-child(8) .item-tours__footer{transition-delay:1.08s}.tours .item-tours:nth-child(9){transition-delay:.96s}.tours .item-tours:nth-child(9) .item-tours__header{transition-delay:1.01s}.tours .item-tours:nth-child(9) .item-tours__img{transition-delay:1.08s}.tours .item-tours:nth-child(9) .item-tours__content{transition-delay:1.14s}.tours .item-tours:nth-child(9) .item-tours__footer{transition-delay:1.2s}.tours .item-tours:nth-child(10){transition-delay:1.08s}.tours .item-tours:nth-child(10) .item-tours__header{transition-delay:1.13s}.tours .item-tours:nth-child(10) .item-tours__img{transition-delay:1.2s}.tours .item-tours:nth-child(10) .item-tours__content{transition-delay:1.26s}.tours .item-tours:nth-child(10) .item-tours__footer{transition-delay:1.32s}.tours .item-tours._watcher-view{opacity:1;transform:translateY(0)}.tours .item-tours__header{opacity:0;transform:translateY(12px);transition:opacity .55s ease,transform .55s ease}.tours .item-tours__title{font-size:27px;padding-bottom:15px}@media (max-width: 1200px){.tours .item-tours__title{font-size:24px}}@media (max-width: 768px){.tours .item-tours__title{font-size:22px}}@media (max-width: 1200px){.tours .item-tours__descr{font-size:14px}}@media (max-width: 430px){.tours .item-tours__descr{font-size:12px}}.tours .item-tours__body{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:20px;gap:20px;margin-top:auto}@media (max-width: 1024px){.tours .item-tours__body{grid-template-columns:1fr}}.tours .item-tours__img{display:flex;justify-content:flex-end;padding:10px;position:relative;aspect-ratio:350/220;overflow:hidden;opacity:0;clip-path:inset(0 18% 0 0);transform:translate(-12px);transition:opacity .7s ease,clip-path .75s ease,transform .75s ease}.tours .item-tours__img img{position:absolute;top:0;left:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;z-index:1;transform:scale(1.06);transition:transform 1s ease}.tours .item-tours__popular{display:inline-flex;font-size:12px;padding:10px 19px;max-height:33px;background-color:#495561;position:relative;z-index:2;opacity:0;transform:translateY(-8px);transition:opacity .45s ease,transform .45s ease}.tours .item-tours__content{opacity:0;transform:translate(12px);transition:opacity .6s ease,transform .6s ease}.tours .item-tours__content-title{color:#495561;font-size:21px;padding-bottom:5px}@media (max-width: 1200px){.tours .item-tours__content-title{font-size:18px}}@media (max-width: 768px){.tours .item-tours__content-title{font-size:16px}}.tours .item-tours__content-items{display:flex;flex-direction:column;row-gap:5px}.tours .item-tours .item-tour-content{display:flex;gap:5px;align-items:center;opacity:0;transform:translate(10px);transition:opacity .45s ease,transform .45s ease}.tours .item-tours .item-tour-content:nth-child(1){transition-delay:.22s}.tours .item-tours .item-tour-content:nth-child(2){transition-delay:.28s}.tours .item-tours .item-tour-content:nth-child(3){transition-delay:.34s}.tours .item-tours .item-tour-content:nth-child(4){transition-delay:.4s}.tours .item-tours .item-tour-content:nth-child(5){transition-delay:.46s}.tours .item-tours .item-tour-content:nth-child(6){transition-delay:.52s}.tours .item-tours .item-tour-content:nth-child(7){transition-delay:.58s}.tours .item-tours .item-tour-content:nth-child(8){transition-delay:.64s}.tours .item-tours .item-tour-content__img{display:flex;justify-content:center;align-items:center;flex:0 0 30px;max-height:30px;height:100%}@media (max-width: 1200px){.tours .item-tours .item-tour-content__img{max-width:24px;max-height:24px}}.tours .item-tours .item-tour-content__img img{max-width:26px;width:100%;max-height:21px;height:100%;-o-object-fit:contain;object-fit:contain;display:block}@media (max-width: 1200px){.tours .item-tours .item-tour-content__img img{max-width:20px;max-height:16px}}@media (max-width: 1200px){.tours .item-tours .item-tour-content__text{font-size:14px}}@media (max-width: 430px){.tours .item-tours .item-tour-content__text{font-size:12px}}.tours .item-tours__footer{display:flex;flex-direction:column;row-gap:5px;opacity:0;transform:translateY(14px);transition:opacity .6s ease,transform .6s ease}.tours .item-tours__footer-text{display:flex;justify-content:space-between;gap:20px;padding:14px 15px;background:#0154ac}.tours .item-tours__footer-text .footer-text-left p,.tours .item-tours__footer-text .footer-text-right p{line-height:1.35}@media (max-width: 1200px){.tours .item-tours__footer-text .footer-text-left p,.tours .item-tours__footer-text .footer-text-right p{font-size:14px}}@media (max-width: 430px){.tours .item-tours__footer-text .footer-text-left p,.tours .item-tours__footer-text .footer-text-right p{font-size:12px}}.tours .item-tours__footer-text .footer-text-left p strong,.tours .item-tours__footer-text .footer-text-right p strong{color:#495561;font-size:21px}@media (max-width: 1200px){.tours .item-tours__footer-text .footer-text-left p strong,.tours .item-tours__footer-text .footer-text-right p strong{font-size:18px}}@media (max-width: 430px){.tours .item-tours__footer-text .footer-text-left p strong,.tours .item-tours__footer-text .footer-text-right p strong{font-size:16px}}.tours .item-tours a{display:flex;align-items:center;justify-content:center;background:#495561;font-size:21px;padding:15px 20px;-webkit-text-decoration:none;text-decoration:none;transition:filter .25s ease,box-shadow .25s ease,transform .25s ease}.tours .item-tours a:hover{filter:brightness(1.08);transform:translateY(-1px);box-shadow:0 10px 22px #0000002e}.tours .item-tours a:active{filter:brightness(.98);transform:translateY(0);box-shadow:0 5px 12px #00000024}.tours .item-tours a:focus-visible{outline:2px solid rgba(255,255,255,.45);outline-offset:3px}@media (max-width: 1200px){.tours .item-tours a{font-size:18px}}@media (max-width: 430px){.tours .item-tours a{font-size:16px}}.tours .item-tours._watcher-view .item-tours__header,.tours .item-tours._watcher-view .item-tours__content,.tours .item-tours._watcher-view .item-tours__footer,.tours .item-tours._watcher-view .item-tour-content{opacity:1;transform:translate(0)}.tours .item-tours._watcher-view .item-tours__img{opacity:1;clip-path:inset(0);transform:translate(0)}.tours .item-tours._watcher-view .item-tours__img img{transform:scale(1)}.tours .item-tours._watcher-view .item-tours__popular{opacity:1;transform:translateY(0);transition-delay:.35s}@media (prefers-reduced-motion: reduce){.tours .item-tours,.tours .item-tours__header,.tours .item-tours__img,.tours .item-tours__img img,.tours .item-tours__popular,.tours .item-tours__content,.tours .item-tours__footer,.tours .item-tours .item-tour-content{opacity:1;transform:none;clip-path:inset(0);transition:none}}.routes{padding-bottom:130px}.routes__container .section-title{padding-bottom:10px}.routes__body{display:flex;justify-content:flex-end;position:relative}.routes__body._watcher-view .routes__bg{opacity:1;transform:translate(0) scale(1)}.routes__body._watcher-view .routes__content,.routes__body._watcher-view .routes__list,.routes__body._watcher-view .routes__content>a{opacity:1;transform:translateY(0)}.routes__body._watcher-view .item-list-routes,.routes__body._watcher-view .item-routes{opacity:1;transform:translateY(0)}.routes__bg{position:absolute;top:40px;left:-60px;max-width:1006px;width:100%;max-height:479px;height:100%;z-index:1;background-size:contain!important;opacity:0;transform:translate(-24px) scale(.985);transition:opacity .85s ease,transform .85s ease;will-change:opacity,transform}@media (max-width: 430px){.routes__bg{top:80px;left:0;max-width:430px;max-height:716px}}.routes__content{display:flex;flex-direction:column;justify-content:space-between;row-gap:20px;max-width:580px;width:100%;position:relative;z-index:2;opacity:0;transform:translateY(18px);transition:opacity .6s ease .12s,transform .6s ease .12s}.routes__content a{display:flex;justify-content:center;border:1px solid rgb(132,132,132);padding:15px 19px;font-size:21px;position:relative;z-index:3;color:#fff;-webkit-text-decoration:none;text-decoration:none;opacity:0;transform:translateY(14px);transition:opacity .5s ease .45s,background-color .25s ease,border-color .25s ease,color .25s ease,box-shadow .25s ease,transform .25s ease}.routes__content a:hover{background:#262422;border-color:#787169;color:#fff;transform:translateY(-1px);box-shadow:0 8px 20px #00000038}.routes__content a:focus-visible{outline:2px solid rgba(180,160,130,.55);outline-offset:3px}@media (max-width: 1200px){.routes__content a{font-size:18px}}@media (max-width: 430px){.routes__content a{font-size:16px;margin-top:220px}}.routes__list{display:flex;gap:20px;opacity:0;transform:translateY(10px);transition:opacity .5s ease .2s,transform .5s ease .2s}.routes .item-list-routes{padding-left:12px;position:relative;opacity:0;transform:translateY(8px);transition:opacity .45s ease,transform .45s ease}.routes .item-list-routes:nth-child(1){transition-delay:.25s}.routes .item-list-routes:nth-child(2){transition-delay:.32s}.routes .item-list-routes:nth-child(3){transition-delay:.39s}.routes .item-list-routes:nth-child(4){transition-delay:.46s}.routes .item-list-routes:nth-child(5){transition-delay:.53s}.routes .item-list-routes:nth-child(6){transition-delay:.6s}.routes .item-list-routes:before{content:"";position:absolute;top:50%;left:0;transform:translateY(-50%) scale(.7);width:7px;height:7px;background:#495561;transition:transform .35s ease}@media (max-width: 1280px){.routes .item-list-routes{font-size:14px}}@media (max-width: 768px){.routes .item-list-routes{font-size:12px}}.routes__items{display:flex;flex-direction:column;row-gap:20px}.routes .item-routes{padding:20px 15px;border:1px solid rgb(38,38,38);border:1px solid var(--stroke, rgb(38, 38, 38));-webkit-backdrop-filter:blur(21.8999996185px);backdrop-filter:blur(21.8999996185px);background:#1a19184f;position:relative;overflow:hidden;opacity:0;transform:translateY(18px);transition:opacity .55s ease,transform .55s ease,background-color .3s ease,box-shadow .3s ease;will-change:opacity,transform}.routes .item-routes:nth-child(1){transition-delay:.34s}.routes .item-routes:nth-child(2){transition-delay:.44s}.routes .item-routes:nth-child(3){transition-delay:.54s}.routes .item-routes:nth-child(4){transition-delay:.64s}.routes .item-routes:nth-child(5){transition-delay:.74s}.routes .item-routes:nth-child(6){transition-delay:.84s}.routes .item-routes:nth-child(7){transition-delay:.94s}.routes .item-routes:nth-child(8){transition-delay:1.04s}.routes .item-routes:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;opacity:0;background:linear-gradient(120deg,#ffffff17,#fff0 44%);transition:opacity .3s ease}@media (hover: hover){.routes .item-routes:hover{background:#1a19186b;transform:translateY(-3px);box-shadow:0 14px 34px #0003}.routes .item-routes:hover:before{opacity:1}.routes .item-routes:hover .item-routes__img{transform:translateY(-2px) scale(1.04)}}.routes .item-routes__text{position:relative;z-index:1}.routes .item-routes__text h3{font-size:27px;line-height:1.1;padding-bottom:10px}@media (max-width: 1024px){.routes .item-routes__text h3{font-size:22px}}.routes .item-routes__text p{color:#ffb041;line-height:1.1;padding-bottom:10px}@media (max-width: 1024px){.routes .item-routes__text{font-size:14px}}@media (max-width: 768px){.routes .item-routes__text{font-size:12px}}.routes .item-routes__img{position:relative;z-index:1;transition:transform .3s ease}.routes .item-routes__img img{display:block}.routes .item-routes._watcher-view{opacity:1;transform:translateY(0)}.routes__body._watcher-view .item-list-routes:before{transform:translateY(-50%) scale(1)}@media (prefers-reduced-motion: reduce){.routes__body,.routes__bg,.routes__content,.routes__list,.routes .item-list-routes,.routes .item-routes,.routes__content>a{opacity:1;transform:none;transition:none}.routes .item-list-routes:before{transform:translateY(-50%)}}.machinery{padding-bottom:130px}.machinery__container .section-title{padding-bottom:20px}@media (max-width: 991px){.machinery__container .section-title{max-width:500px}}.machinery__body{display:grid;grid-template-columns:1fr 3fr;grid-gap:20px;gap:20px;align-items:start}@media (max-width: 991px){.machinery__body{grid-template-columns:1fr}}.machinery__items{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:20px;gap:20px}@media (max-width: 550px){.machinery__items{grid-template-columns:1fr}}.machinery .item-machinery{display:flex;flex-direction:column;row-gap:5px}.machinery .item-machinery__img{width:100%;aspect-ratio:16/9;overflow:hidden}.machinery .item-machinery__img img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;display:block}.machinery .item-machinery__text h3{font-size:20px;line-height:1.1;padding-bottom:10px}@media (max-width: 1024px){.machinery .item-machinery__text h3{font-size:18px}}@media (max-width: 768px){.machinery .item-machinery__text h3{font-size:16px}}@media (max-width: 768px){.machinery .item-machinery__text h3{font-size:14px}}.machinery .item-machinery__text p{line-height:1.1}.machinery .item-machinery__text p:not(:last-child){padding-bottom:10px}@media (max-width: 1024px){.machinery .item-machinery__text p{font-size:14px}}@media (max-width: 768px){.machinery .item-machinery__text p{font-size:12px}}.driving{padding-bottom:80px;position:relative}@media (max-width: 768px){.driving{padding-bottom:80px}}.driving__items{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:20px;gap:20px}@media (max-width: 768px){.driving__items{grid-template-columns:repeat(2,1fr)}}@media (max-width: 430px){.driving__items{grid-template-columns:1fr}}.driving .item-driving{display:flex;flex-direction:column;gap:10px;border-radius:4px;min-width:0;padding:15px;border:1px solid #0154AC}.driving .item-driving__number{color:#495561;font-size:28px;font-weight:700}@media (max-width: 768px){.driving .item-driving__number{font-size:18px}}.driving .item-driving__text p{color:#ffb041}.driving .item-driving__text p strong{color:#495561;font-size:21px;padding-bottom:10px}@media (max-width: 982px){.driving .item-driving__text p strong{font-size:16px}}@media (max-width: 982px){.driving .item-driving__text{font-size:14px}}@media (max-width: 430px){.driving .item-driving__text{font-size:12px}}.faq{padding-top:30px;padding-bottom:80px}@media (max-width: 768px){.faq{padding-top:10px;padding-bottom:50px}}.consultation{padding-top:40px;padding-bottom:80px;position:relative;z-index:1}.consultation__container{display:grid;grid-template-columns:1fr 2fr;grid-gap:20px;gap:20px}@media (max-width: 768px){.consultation__container{grid-template-columns:1fr}}@media (max-width: 430px){.consultation__container{grid-template-columns:1fr}}.consultation__container .section-title{max-width:430px;width:100%}.consultation__container .section-title p{max-width:310px}@media (max-width: 768px){.consultation{padding-top:30px;padding-bottom:50px}}@media (max-width: 430px){.front-page .baner__container{padding-bottom:30px;align-items:center}}@media (max-width: 430px){.front-page .baner__container .page-title{display:none}}@media (max-width: 430px){.front-page .baner__container .site-button,.front-page .baner__container .popup-block__button{font-size:11px}}@media (max-width: 430px){.front-page .baner__container .button-hero{font-size:11px}}body:after{content:"";background:#1a19198f;backdrop-filter:blur(12px) saturate(145%);-webkit-backdrop-filter:blur(12px) saturate(145%);position:fixed;width:100%;height:100%;top:0;left:0;opacity:0;transition:opacity .8s ease 0s;pointer-events:none;z-index:149}.popup-show body:after{opacity:1}.popup{position:fixed;top:0;left:0;bottom:0;right:0;padding:30px 10px;transition:visibility .8s ease 0s;visibility:hidden;pointer-events:none}.popup_show{z-index:150;visibility:visible;overflow:auto;pointer-events:auto}.popup_show .popup__content{visibility:visible;transform:scale(1)}.popup__wrapper{flex-direction:column;min-height:100%;flex:1 1 auto;width:100%;display:flex;justify-content:center;align-items:center}.popup__content{visibility:hidden;transform:scale(0);transition:transform .3s ease 0s;background-color:#cfc9c9;padding:60px 30px;width:100%;max-width:1060px}@media (max-width: 768px){.popup__content{padding:20px 10px}}.lock .popup__content{visibility:visible}.popup__title{font-size:40px;font-weight:600;padding-bottom:20px;padding-right:60px}@media (max-width: 1024px){.popup__title{font-size:30px}}@media (max-width: 768px){.popup__title{font-size:20px}}.popup__descr{font-size:20px;padding-bottom:20px;font-style:italic;padding-right:60px}@media (max-width: 1024px){.popup__descr{font-size:18px}}@media (max-width: 768px){.popup__descr{font-size:14px}}.popup__close{position:absolute;right:40px;top:30px;font-size:48px;background:none;border:none;outline:none}@media (max-width: 768px){.popup__close{right:25px;top:25px;font-size:20px}}.popup__close:focus,.popup__close:focus-visible{outline:none}.home-services,.home-works{padding-top:70px;padding-bottom:70px}@media (max-width: 768px){.home-services,.home-works{padding-top:46px;padding-bottom:46px}}.home-services__head{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-bottom:56px}@media (max-width: 575px){.home-services__head{align-items:flex-start;flex-direction:column;margin-bottom:28px}}.home-services__title{margin:0;color:#18232e;font-size:28px;line-height:1.2;font-weight:700}.home-services__link{display:inline-flex;align-items:center;justify-content:center;min-height:54px;padding:12px 24px;background:#ffb041;color:#fff;font-size:16px;line-height:1.2;font-weight:700;-webkit-text-decoration:none;text-decoration:none;transition:background-color .3s ease}@media (any-hover: hover){.home-services__link:hover{background:#0154ac}}.home-services__grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:20px;gap:20px}@media (max-width: 991px){.home-services__grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width: 575px){.home-services__grid{grid-template-columns:1fr;gap:14px}}.service-card{min-width:0;border:1px solid #dce7f3;background:#fff}.service-card__media{position:relative;display:block;aspect-ratio:320/190;overflow:hidden;background:#f1f1fc}.service-card__image{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;display:block;transition:transform .3s ease}.service-card__icon{position:absolute;top:10px;left:10px;display:flex;align-items:center;justify-content:center;width:38px;height:38px;background:#0154ac;border-radius:2px}.service-card__icon img{width:21px;height:21px;-o-object-fit:contain;object-fit:contain}.service-card__body{padding:14px 12px 16px}.service-card__title{margin:0 0 8px;color:#18232e;font-size:19px;line-height:1.15;font-weight:700}.service-card__title a{color:inherit;-webkit-text-decoration:none;text-decoration:none}.service-card__text{color:#495561;font-size:15px;line-height:1.2}.service-card__text p{margin:0}@media (any-hover: hover){.service-card:hover .service-card__image{transform:scale(1.04)}}.home-works__head{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-bottom:54px;border-bottom:1px solid #dce7f3}@media (max-width: 575px){.home-works__head{align-items:flex-start;flex-direction:column;margin-bottom:28px;border-bottom:0}}.home-works__title{margin:0;color:#18232e;font-size:28px;line-height:1.2;font-weight:700}.home-works__link{display:inline-flex;align-items:center;justify-content:center;min-height:54px;padding:12px 24px;background:#ffb041;color:#fff;font-size:16px;line-height:1.2;font-weight:700;-webkit-text-decoration:none;text-decoration:none;transition:background-color .3s ease}@media (any-hover: hover){.home-works__link:hover{background:#0154ac}}.home-works__grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:20px;gap:20px}@media (max-width: 991px){.home-works__grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width: 575px){.home-works__grid{grid-template-columns:1fr;gap:14px}}.home-works__item{display:block;position:relative;aspect-ratio:335/210;overflow:hidden;background:#f1f1fc}.home-works__item img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;display:block;transition:transform .3s ease}@media (any-hover: hover){.home-works__item:hover img{transform:scale(1.04)}}.home-works__item-title{position:absolute;left:12px;right:12px;bottom:12px;z-index:2;display:block;padding:9px 11px;background:#ffffffeb;color:#18232e;font-size:14px;line-height:1.2;font-weight:700;box-shadow:0 8px 20px #1f29331f}@media (max-width: 575px){.home-works__item-title{left:10px;right:10px;bottom:10px;font-size:13px}}.home-works__gallery-card{min-width:0}.home-works__hidden{display:none}.home-works-tabs__nav{display:flex;flex-wrap:wrap;gap:12px;margin-bottom:28px}.home-works-tabs__button{min-height:44px;padding:9px 16px;border:1px solid #dce7f3;background:#fff;color:#0154ac;font-size:16px;font-weight:700;cursor:pointer;transition:color .3s ease,border-color .3s ease,background-color .3s ease}.home-works-tabs__button._tab-active{border-color:#0154ac;background:#0154ac;color:#fff}.services-list{padding:70px 0 100px}@media (max-width: 768px){.services-list{padding:46px 0 70px}}.services-list__title{margin-bottom:30px}.service-row:not(:last-child){margin-bottom:110px}@media (max-width: 768px){.service-row:not(:last-child){margin-bottom:56px}}.service-row__title{margin:0 0 34px;color:#18232e;font-size:28px;line-height:1.15;font-weight:700}.service-row__title a{color:inherit;-webkit-text-decoration:none;text-decoration:none}@media (max-width: 575px){.service-row__title{margin-bottom:20px;font-size:24px}}.service-row__layout{display:grid;grid-template-columns:minmax(0,1fr) minmax(420px,.95fr);grid-gap:20px;gap:20px;align-items:start}@media (max-width: 991px){.service-row__layout{grid-template-columns:1fr}}.service-row__main,.service-row__aside{min-width:0}.service-row__media{display:block;overflow:hidden;background:#f1f1fc;border-radius:4px}.service-row__image{width:100%;aspect-ratio:650/338;-o-object-fit:cover;object-fit:cover;display:block}.service-row__text{margin-top:12px;max-width:680px;color:#495561;font-size:16px;line-height:1.18}.service-row__text p{margin:0}.service-row__text p:not(:last-child){margin-bottom:10px}.service-row__features{padding:20px;background:#f1f1fc;border-radius:4px}.service-row__features-title{margin-bottom:18px;color:#18232e;font-size:20px;line-height:1.2;font-weight:700}.service-row__features-list{display:grid;grid-gap:14px;gap:14px;margin:0;padding:0;list-style:none}.service-row__features-list li{position:relative;min-height:24px;padding-left:36px;color:#18232e;font-size:16px;line-height:1.25}.service-row__features-list li:before{content:"";position:absolute;top:-2px;left:0;width:26px;height:26px;border-radius:50%;background:#fff}.service-row__features-list li:after{content:"";position:absolute;top:7px;left:8px;width:10px;height:6px;border-left:2px solid #0154AC;border-bottom:2px solid #0154AC;transform:rotate(-45deg)}.service-row__bottom{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-top:12px;padding:16px 20px;border:1px solid #dce7f3;background:#fff}@media (max-width: 575px){.service-row__bottom{align-items:stretch;flex-direction:column}}.service-row__actions{display:flex;justify-content:flex-end;margin-top:12px}@media (max-width: 575px){.service-row__actions{justify-content:stretch}}@media (max-width: 575px){.service-row__actions .service-row__button{width:100%}}.service-row__price span{display:block;margin-bottom:2px;color:#18232e;font-size:15px;line-height:1.2}.service-row__price strong{color:#0154ac;font-size:28px;line-height:1.1;font-weight:700}.service-row__button{display:inline-flex;align-items:center;justify-content:center;min-height:54px;padding:12px 24px;background:#ffb041;color:#fff;font-size:16px;font-weight:700;-webkit-text-decoration:none;text-decoration:none;transition:background-color .3s ease}@media (any-hover: hover){.service-row__button:hover{background:#0154ac}}.single-service{padding:32px 0 100px}@media (max-width: 768px){.single-service{padding-bottom:70px}}.single-service .woocommerce-breadcrumb{margin-bottom:24px}.single-service .page-title{margin-bottom:44px}.single-service .service-row{margin-bottom:58px}.single-service__content{max-width:980px;color:#495561;font-size:18px;line-height:1.55}.single-service__content h2,.single-service__content h3,.single-service__content h4{margin:0 0 18px;color:#18232e;line-height:1.2;font-weight:700}.single-service__content h2{font-size:28px}.single-service__content h3{font-size:24px}.single-service__content p,.single-service__content ul,.single-service__content ol{margin:0 0 18px}.single-service__content ul,.single-service__content ol{padding-left:24px}.single-service__content li:not(:last-child){margin-bottom:8px}.single-service__content a{color:#0154ac;-webkit-text-decoration:underline;text-decoration:underline;text-underline-offset:3px}.single-service__content img{max-width:100%;height:auto;border-radius:4px}.single-service .service-flexible{margin-top:58px}@media (max-width: 768px){.single-service .service-flexible{margin-top:42px}}.single-service .service-flexible__section:not(:last-child){margin-bottom:58px}@media (max-width: 768px){.single-service .service-flexible__section:not(:last-child){margin-bottom:42px}}.single-service .service-flexible__title{margin:0 0 24px;color:#18232e;font-size:28px;line-height:1.2;font-weight:700}@media (max-width: 575px){.single-service .service-flexible__title{margin-bottom:18px;font-size:24px}}.single-service .service-price-table{overflow-x:auto;border-radius:8px;background:#f1f1fc}.single-service .service-price-table table{width:100%;min-width:720px;border-collapse:collapse;color:#18232e;font-size:17px;line-height:1.35}@media (max-width: 575px){.single-service .service-price-table table{min-width:560px;font-size:13px;line-height:1.25}}.single-service .service-price-table th,.single-service .service-price-table td{padding:22px 28px;text-align:left;vertical-align:middle}@media (max-width: 768px){.single-service .service-price-table th,.single-service .service-price-table td{padding:16px 18px}}@media (max-width: 575px){.single-service .service-price-table th,.single-service .service-price-table td{padding:12px 10px;text-align:center}}.single-service .service-price-table th{background:#0154ac;color:#fff;font-size:16px;line-height:1.25;font-weight:800;text-transform:uppercase}@media (max-width: 575px){.single-service .service-price-table th{font-size:12px;line-height:1.2}}.single-service .service-price-table td{border-bottom:1px solid #dce7f3;background:#f1f1fc}.single-service .service-price-table tbody tr:last-child td{border-bottom:0}.single-service .service-price-cards{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:16px;gap:16px;padding:28px 18px;background:#f1f1fc}@media (max-width: 1200px){.single-service .service-price-cards{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width: 575px){.single-service .service-price-cards{grid-template-columns:1fr;padding:18px 12px}}.single-service .service-price-card{display:flex;flex-direction:column;min-width:0;padding:18px 12px 12px;border:1px solid #d2dae4;border-radius:8px;background:#fff}.single-service .service-price-card__title{margin:0 0 14px;color:#18232e;font-size:17px;line-height:1.35;font-weight:800;text-align:center}.single-service .service-price-card__price{display:flex;align-items:center;justify-content:center;min-height:42px;margin-bottom:16px;border-radius:8px;background:#0154ac;color:#fff;font-size:28px;line-height:1;font-weight:700;text-align:center}@media (max-width: 575px){.single-service .service-price-card__price{font-size:24px}}.single-service .service-price-card__list{display:flex;flex-direction:column;gap:8px;margin:0 0 20px;padding-left:18px;color:#18232e;font-size:16px;line-height:1.35}.single-service .service-price-card__button{display:inline-flex;align-items:center;justify-content:center;min-height:48px;margin-top:auto;padding:10px 18px;border-radius:4px;background:#0154ac;color:#fff;font-size:17px;line-height:1.2;font-weight:700;-webkit-text-decoration:none;text-decoration:none;transition:background-color .3s ease}@media (any-hover: hover){.single-service .service-price-card__button:hover{background:#ffb041}}.single-service .service-notice{max-width:1280px;margin-left:auto;margin-right:auto;color:#18232e;font-size:18px;line-height:1.45;text-align:center}.single-service .service-notice p{margin:0}.single-service .service-notice p:not(:last-child){margin-bottom:6px}.single-service .service-notice strong,.single-service .service-notice b{font-weight:800}.single-service .service-notice a{color:#0154ac;font-weight:800;-webkit-text-decoration:none;text-decoration:none}.single-service__gallery{margin-top:58px}.single-service__gallery h2{margin:0 0 24px;color:#18232e;font-size:28px;line-height:1.2;font-weight:700}.single-service__gallery-group:not(:last-child){margin-bottom:42px}@media (max-width: 768px){.single-service__gallery-group:not(:last-child){margin-bottom:28px}}.single-service__gallery-title{margin:0 0 18px;color:#18232e;font-size:22px;line-height:1.25;font-weight:700}@media (max-width: 575px){.single-service__gallery-title{font-size:18px}}.single-service__gallery-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:20px;gap:20px}@media (max-width: 991px){.single-service__gallery-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width: 575px){.single-service__gallery-grid{grid-template-columns:1fr;gap:14px}}.single-service__gallery-item{display:block;aspect-ratio:335/210;overflow:hidden;background:#f1f1fc;border-radius:4px}.single-service__gallery-item img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;display:block;transition:transform .3s ease}@media (any-hover: hover){.single-service__gallery-item:hover img{transform:scale(1.04)}}.about-hero{padding-top:50px;padding-bottom:50px}@media (max-width: 768px){.about-hero{padding-top:40px;padding-bottom:40px}}.about-hero__container{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:20px;gap:20px}@media (max-width: 768px){.about-hero__container{grid-template-columns:1fr}}.about-hero__container .page-title p{max-width:700px}.about-hero__items{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:20px;gap:20px}@media (max-width: 500px){.about-hero__items{grid-template-columns:1fr}}.about-hero .item-about{display:flex;gap:5px;flex-direction:column;padding:20px 15px;border:1px solid #0154AC}.about-hero .item-about__img{display:flex;justify-content:center;align-items:center;flex:0 0 60px;max-width:60px;max-height:60px;height:100%;padding:9px;border:1.23px solid rgb(38,38,38);border:1.23px solid var(--stroke, rgb(38, 38, 38));background:#1a1918;background:var(--Fillbutton, rgb(26, 25, 24))}@media (max-width: 1200px){.about-hero .item-about__img{max-width:46px;max-height:46px;padding:5px}}.about-hero .item-about__img img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain;display:block}.about-hero .item-about__text p{line-height:1.35;font-size:15px}@media (max-width: 1200px){.about-hero .item-about__text p{font-size:14px}}@media (max-width: 768px){.about-hero .item-about__text p{font-size:12px}}.about-hero .item-about__text p strong{color:#495561;font-size:20px}@media (max-width: 1200px){.about-hero .item-about__text p strong{font-size:18px}}@media (max-width: 768px){.about-hero .item-about__text p strong{font-size:16px}}.page-contact{padding-top:40px;padding-bottom:40px}.page-contact__container{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:20px;gap:20px}@media (max-width: 914px){.page-contact__container{grid-template-columns:repeat(2,1fr)}}@media (max-width: 550px){.page-contact__container{grid-template-columns:1fr}}.page-contact .phone{display:flex;flex-direction:column;gap:8px;white-space:nowrap}.page-contact .social{display:flex;align-items:flex-start}.wpcf7,.wpcf7 form{width:100%}.wpcf7 form p{margin:0 0 16px}.wpcf7 form p:last-child{margin-bottom:0}.wpcf7-form-control-wrap{display:block;width:100%}.wpcf7 input[type=text],.wpcf7 input[type=email],.wpcf7 input[type=tel],.wpcf7 input[type=url],.wpcf7 input[type=number],.wpcf7 input[type=date],.wpcf7 textarea,.wpcf7 select{width:100%;min-height:47px;padding:0 18px;border:1px solid rgba(47,111,163,.16);border-radius:16px;background:#fff;color:#2f2f2f;font-size:16px;font-weight:400;line-height:1.4;box-shadow:none;outline:none;transition:border-color .25s ease,box-shadow .25s ease,background-color .25s ease;-webkit-appearance:none;-moz-appearance:none;appearance:none}.wpcf7 textarea{min-height:140px;padding:16px 18px;resize:vertical}.wpcf7 select{cursor:pointer;padding-right:44px;background-image:linear-gradient(45deg,transparent 50%,#2f6fa3 50%),linear-gradient(135deg,#2f6fa3 50%,transparent 50%);background-position:calc(100% - 22px) calc(50% - 3px),calc(100% - 16px) calc(50% - 3px);background-size:6px 6px,6px 6px;background-repeat:no-repeat}.wpcf7 input[type=text]::-moz-placeholder,.wpcf7 input[type=email]::-moz-placeholder,.wpcf7 input[type=tel]::-moz-placeholder,.wpcf7 input[type=url]::-moz-placeholder,.wpcf7 input[type=number]::-moz-placeholder,.wpcf7 textarea::-moz-placeholder{color:#8f98a3;opacity:1}.wpcf7 input[type=text]::placeholder,.wpcf7 input[type=email]::placeholder,.wpcf7 input[type=tel]::placeholder,.wpcf7 input[type=url]::placeholder,.wpcf7 input[type=number]::placeholder,.wpcf7 textarea::placeholder{color:#8f98a3;opacity:1}.wpcf7 input[type=text]:focus,.wpcf7 input[type=email]:focus,.wpcf7 input[type=tel]:focus,.wpcf7 input[type=url]:focus,.wpcf7 input[type=number]:focus,.wpcf7 input[type=date]:focus,.wpcf7 textarea:focus,.wpcf7 select:focus{border-color:#2f6fa3;box-shadow:0 0 0 3px #2f6fa31f}.wpcf7 input[type=checkbox],.wpcf7 input[type=radio]{width:18px;height:18px;margin:0;accent-color:#2f6fa3;flex:0 0 18px}.wpcf7 .wpcf7-list-item{display:block;margin:0 0 10px}.wpcf7 .wpcf7-list-item:last-child{margin-bottom:0}.wpcf7 .wpcf7-list-item label{display:flex;align-items:flex-start;gap:10px;cursor:pointer;color:#2f2f2f;font-size:14px;line-height:1.45}.wpcf7 .wpcf7-list-item-label{display:inline-block}.wpcf7 input[type=submit],.wpcf7 button[type=submit]{display:inline-flex;align-items:center;justify-content:center;min-width:180px;min-height:47px;padding:0 24px;border:none;border-radius:999px;background:#2f6fa3;color:#fff;font-size:15px;font-weight:700;line-height:1;text-align:center;cursor:pointer;transition:transform .2s ease,opacity .25s ease,box-shadow .25s ease}.wpcf7 input[type=submit]:hover,.wpcf7 button[type=submit]:hover{opacity:.92}.wpcf7 input[type=submit]:active,.wpcf7 button[type=submit]:active{transform:translateY(1px)}.wpcf7 input[type=submit]:focus-visible,.wpcf7 button[type=submit]:focus-visible{outline:none;box-shadow:0 0 0 3px #2f6fa32e}.wpcf7-spinner{margin:12px 0 0 12px}.wpcf7-not-valid{border-color:#d63638!important;box-shadow:0 0 0 3px #d636381a}.wpcf7-not-valid-tip{display:block;margin-top:8px;color:#d63638;font-size:13px;line-height:1.35;font-weight:500}.wpcf7 form .wpcf7-response-output{margin:20px 0 0;padding:14px 16px;border:none;border-radius:14px;font-size:14px;line-height:1.45}.wpcf7 form.sent .wpcf7-response-output{background:#469d5d1f;color:#1f6b34}.wpcf7 form.invalid .wpcf7-response-output,.wpcf7 form.unaccepted .wpcf7-response-output,.wpcf7 form.failed .wpcf7-response-output,.wpcf7 form.aborted .wpcf7-response-output{background:#d636381a;color:#a02224}.wpcf7 form.submitting input[type=submit],.wpcf7 form.submitting button[type=submit]{opacity:.7;pointer-events:none}@media (max-width: 767px){.wpcf7 form p{margin-bottom:14px}.wpcf7 input[type=text],.wpcf7 input[type=email],.wpcf7 input[type=tel],.wpcf7 input[type=url],.wpcf7 input[type=number],.wpcf7 input[type=date],.wpcf7 textarea,.wpcf7 select{min-height:50px;padding:0 14px;font-size:15px;border-radius:14px}.wpcf7 textarea{min-height:120px;padding:14px}.wpcf7 input[type=submit],.wpcf7 button[type=submit]{width:100%;min-width:100%;min-height:50px;padding:0 20px;font-size:15px}.wpcf7 .wpcf7-list-item label{font-size:13px;gap:8px}}.form--booking{max-width:100%}.form--booking .form__columns{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:14px;gap:14px}@media (max-width: 767px){.form--booking .form__columns{grid-template-columns:1fr}}.form--booking .form__col{display:flex;flex-direction:column;gap:10px}.form--booking .form__col--right .form__actions{order:2}.form--booking .form__col--right .form__privacy{order:3}.form--booking .form__field{min-width:0}.form--booking .wpcf7-form-control-wrap{display:block}.form--booking input[type=text],.form--booking input[type=email],.form--booking input[type=tel],.form--booking textarea,.form--booking select{width:100%;height:38px;padding:0 13px;border:1px solid #e4ebf5;border-radius:0;background:#f8fbff;color:#1f2933;font-size:13px;line-height:1.2;font-weight:400;box-shadow:none;outline:none;transition:border-color .2s ease,background-color .2s ease}.form--booking input[type=text]:focus,.form--booking input[type=email]:focus,.form--booking input[type=tel]:focus,.form--booking textarea:focus,.form--booking select:focus{border-color:#0057b8;background:#fff}.form--booking textarea{height:38px;min-height:38px;padding:11px 13px;resize:none}.form--booking input::-moz-placeholder,.form--booking textarea::-moz-placeholder{color:#b5c0ce;opacity:1}.form--booking input::placeholder,.form--booking textarea::placeholder{color:#b5c0ce;opacity:1}.form--booking select{-webkit-appearance:none;-moz-appearance:none;appearance:none;color:#0057b8;background-color:#f8fbff;background-image:linear-gradient(45deg,transparent 50%,#0057b8 50%),linear-gradient(135deg,#0057b8 50%,transparent 50%);background-position:calc(100% - 20px) 16px,calc(100% - 14px) 16px;background-size:6px 6px,6px 6px;background-repeat:no-repeat}.form--booking .form__actions{margin-top:0}.form--booking input[type=submit]{width:100%;min-width:100%;height:38px;min-height:38px;padding:0 18px;border:0;border-radius:0;background:#0057b8;color:#fff;font-size:13px;line-height:1.2;font-weight:700;text-transform:none;cursor:pointer;transition:background-color .2s ease,transform .2s ease}@media (any-hover: hover){.form--booking input[type=submit]:hover{background:#004da3}}.form--booking input[type=submit]:active{transform:translateY(1px)}.form--booking .form__privacy{color:#4b5565;font-size:12px;line-height:1.25}.form--booking .form__privacy .wpcf7-list-item{margin:0}.form--booking .form__privacy label{display:flex;align-items:center;gap:8px}.form--booking .form__privacy input[type=checkbox]{width:14px;height:14px;flex:0 0 14px;margin:0;accent-color:#0057b8}.form--booking .wpcf7-not-valid-tip{margin-top:4px;color:#d64545;font-size:11px;line-height:1.2}.form--booking .wpcf7-response-output{margin:12px 0 0;padding:9px 12px;border:1px solid #dbe5f2;color:#1f2933;font-size:12px;line-height:1.35}.form--booking .wpcf7-spinner{margin:8px 0 0}.flatpickr-wrapper{position:relative;display:block}.form__field--date .flatpickr-calendar{width:100%;max-width:100%;padding:12px 16px 10px;border:1px solid #e4ebf5;border-radius:0;box-shadow:none;background:#fff;color:#1f2933;font-family:inherit}.form__field--date .flatpickr-calendar.static{position:relative;top:auto;left:auto}.form__field--date .flatpickr-months{height:30px;align-items:center;margin-bottom:8px}.form__field--date .flatpickr-month,.form__field--date .flatpickr-current-month,.form__field--date .flatpickr-weekdays,.form__field--date .flatpickr-weekday{background:transparent;color:#1f2933}.form__field--date .flatpickr-current-month{padding:0;font-size:16px;font-weight:700}.form__field--date .flatpickr-current-month input.cur-year{height:auto;padding:0;border:0;background:transparent;color:#1f2933;font-size:16px;font-weight:700}.form__field--date .flatpickr-prev-month,.form__field--date .flatpickr-next-month{top:10px;width:24px;height:24px;padding:4px;color:#0057b8;fill:#0057b8}.form__field--date .flatpickr-prev-month svg,.form__field--date .flatpickr-next-month svg{width:14px;height:14px}.form__field--date .flatpickr-days,.form__field--date .dayContainer{width:100%;min-width:100%;max-width:100%}.form__field--date .flatpickr-day{max-width:none;height:20px;line-height:20px;border:0;border-radius:0;color:#1f2933;font-size:12px}.form__field--date .flatpickr-day.selected,.form__field--date .flatpickr-day:hover{background:#0057b8;color:#fff}.form__field--date .flatpickr-day.today{color:#0057b8}.form__field--date .flatpickr-day.prevMonthDay,.form__field--date .flatpickr-day.nextMonthDay{color:#b5c0ce}.gallery{padding-bottom:130px}.gallery__head{display:flex;align-items:center;justify-content:space-between;gap:24px;margin-bottom:40px}.gallery__head .section-title{padding-bottom:0}.button-gallery{display:inline-flex;align-items:center;justify-content:center;min-height:44px;padding:10px 28px;border:1px solid rgba(255,255,255,.35);position:relative;z-index:3;color:#fff;-webkit-text-decoration:none;text-decoration:none;transition:background-color .25s ease,border-color .25s ease,color .25s ease,box-shadow .25s ease,transform .25s ease}.button-gallery:hover{background:#262422;border-color:#787169;color:#fff;transform:translateY(-1px);box-shadow:0 8px 20px #00000038}.button-gallery:focus-visible{outline:2px solid rgba(180,160,130,.55);outline-offset:3px}@media (max-width: 650px){.button-gallery{margin-top:30px}}.gallery__grid{display:grid;grid-template-columns:1fr 1fr .65fr 1.35fr;grid-auto-rows:75px;grid-gap:10px;gap:10px;grid-auto-flow:dense}.gallery__item{display:block;overflow:hidden;position:relative;isolation:isolate;opacity:0;transform:translateY(22px) scale(.985);clip-path:inset(10% 0 0 0);transition:opacity .65s ease,transform .65s ease,clip-path .7s ease,box-shadow .35s ease;will-change:opacity,transform,clip-path}.gallery__item:before,.gallery__item:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;z-index:2;pointer-events:none;opacity:0;transition:opacity .35s ease}.gallery__item:before{background:radial-gradient(circle at 50% 45%,#fff0 42%,#00000047)}.gallery__item:after{transform:translate(-120%) skew(-18deg);background:linear-gradient(90deg,#fff0,#ffffff2e 48%,#fff0);transition:opacity .35s ease,transform .65s ease}.gallery__item:nth-child(1){transition-delay:0s}.gallery__item:nth-child(1) img{transition-delay:0s}.gallery__item:nth-child(2){transition-delay:55ms}.gallery__item:nth-child(2) img{transition-delay:55ms}.gallery__item:nth-child(3){transition-delay:.11s}.gallery__item:nth-child(3) img{transition-delay:.11s}.gallery__item:nth-child(4){transition-delay:.165s}.gallery__item:nth-child(4) img{transition-delay:.165s}.gallery__item:nth-child(5){transition-delay:.22s}.gallery__item:nth-child(5) img{transition-delay:.22s}.gallery__item:nth-child(6){transition-delay:.275s}.gallery__item:nth-child(6) img{transition-delay:.275s}.gallery__item:nth-child(7){transition-delay:.33s}.gallery__item:nth-child(7) img{transition-delay:.33s}.gallery__item:nth-child(8){transition-delay:.385s}.gallery__item:nth-child(8) img{transition-delay:.385s}.gallery__item:nth-child(9){transition-delay:.44s}.gallery__item:nth-child(9) img{transition-delay:.44s}.gallery__item:nth-child(10){transition-delay:.495s}.gallery__item:nth-child(10) img{transition-delay:.495s}.gallery__item:nth-child(11){transition-delay:.55s}.gallery__item:nth-child(11) img{transition-delay:.55s}.gallery__item:nth-child(12){transition-delay:.605s}.gallery__item:nth-child(12) img{transition-delay:.605s}.gallery__item:nth-child(13){transition-delay:.66s}.gallery__item:nth-child(13) img{transition-delay:.66s}.gallery__item:nth-child(14){transition-delay:.715s}.gallery__item:nth-child(14) img{transition-delay:.715s}.gallery__item:nth-child(15){transition-delay:.77s}.gallery__item:nth-child(15) img{transition-delay:.77s}.gallery__item:nth-child(16){transition-delay:.825s}.gallery__item:nth-child(16) img{transition-delay:.825s}.gallery__item:nth-child(17){transition-delay:.88s}.gallery__item:nth-child(17) img{transition-delay:.88s}.gallery__item:nth-child(18){transition-delay:.935s}.gallery__item:nth-child(18) img{transition-delay:.935s}.gallery__item:nth-child(19){transition-delay:.99s}.gallery__item:nth-child(19) img{transition-delay:.99s}.gallery__item:nth-child(20){transition-delay:1.045s}.gallery__item:nth-child(20) img{transition-delay:1.045s}.gallery__item._watcher-view{opacity:1;transform:translateY(0) scale(1);clip-path:inset(0)}@media (hover: hover){.gallery__item:hover{transform:translateY(-4px) scale(1);box-shadow:0 18px 38px #0000003d}.gallery__item:hover:before{opacity:1}.gallery__item:hover:after{opacity:1;transform:translate(120%) skew(-18deg)}.gallery__item:hover img{transform:scale(1.055);filter:saturate(1.08) contrast(1.04)}}.gallery__item img{width:100%;height:100%;display:block;-o-object-fit:cover;object-fit:cover;transform:scale(1.08);transition:transform .9s ease,filter .35s ease}.gallery__item._watcher-view img{transform:scale(1)}.gallery__item:nth-child(10n+1){grid-column:1/2;grid-row:span 3}.gallery__item:nth-child(10n+2){grid-column:2/3;grid-row:span 4}.gallery__item:nth-child(10n+3){grid-column:3/5;grid-row:span 2}.gallery__item:nth-child(10n+4){grid-column:1/2;grid-row:span 5}.gallery__item:nth-child(10n+5){grid-column:3/4;grid-row:span 2}.gallery__item:nth-child(10n+6){grid-column:4/5;grid-row:span 2}.gallery__item:nth-child(10n+7){grid-column:2/3;grid-row:span 4}.gallery__item:nth-child(10n+8){grid-column:3/5;grid-row:span 2}.gallery__item:nth-child(10n+9){grid-column:3/4;grid-row:span 2}.gallery__item:nth-child(10n+10){grid-column:4/5;grid-row:span 2}@media (max-width: 991px){.gallery__grid{grid-template-columns:repeat(2,1fr);grid-auto-rows:180px}.gallery__item:nth-child(n){grid-column:auto;grid-row:auto}.gallery__item{transform:translateY(16px);clip-path:inset(6% 0 0 0)}}@media (prefers-reduced-motion: reduce){.gallery__item,.gallery__item img{opacity:1;transform:none;clip-path:inset(0);transition:none;filter:none}}[data-showmore-content]{color:#f2f0ec;font-size:16px;line-height:1.25}[data-showmore-content]>*:first-child{margin-top:0}[data-showmore-content]>*:last-child{margin-bottom:0}[data-showmore-content] p{line-height:1.3;margin:0}[data-showmore-content] p:not(:last-child){margin-bottom:12px}@media (max-width: 1024px){[data-showmore-content] p{font-size:14px}}@media (max-width: 768px){[data-showmore-content] p{font-size:12px;line-height:1.2}}[data-showmore-content] h2,[data-showmore-content] h3,[data-showmore-content] h4{color:#fff;line-height:1.2;font-weight:700;margin:28px 0 14px}[data-showmore-content] h2{font-size:26px}@media (max-width: 768px){[data-showmore-content] h2{font-size:22px}}[data-showmore-content] h3{font-size:26px}@media (max-width: 768px){[data-showmore-content] h3{font-size:18px}}[data-showmore-content] h4{font-size:18px}@media (max-width: 768px){[data-showmore-content] h4{font-size:16px}}[data-showmore-content] ul,[data-showmore-content] ol{margin:0 0 16px;padding-left:0;list-style:none}[data-showmore-content] li{position:relative;line-height:1.45;padding-left:22px}[data-showmore-content] li:not(:last-child){margin-bottom:8px}@media (max-width: 768px){[data-showmore-content] li{font-size:12px;line-height:1.4;padding-left:18px}}[data-showmore-content] ul li:before{content:"";position:absolute;top:9px;left:4px;width:5px;height:5px;background-color:#ff6b00;border-radius:50%}@media (max-width: 768px){[data-showmore-content] ul li:before{top:7px;width:4px;height:4px}}[data-showmore-content] ol{counter-reset:content-list}[data-showmore-content] ol li{counter-increment:content-list;padding-left:28px}@media (max-width: 768px){[data-showmore-content] ol li{padding-left:24px}}[data-showmore-content] ol li:before{content:counter(content-list) ".";position:absolute;top:0;left:0;min-width:18px;color:#ff6b00;font-weight:700}[data-showmore-content] a{color:#ff6b00;-webkit-text-decoration:underline;text-decoration:underline;text-underline-offset:3px;transition:color .25s ease}@media (any-hover: hover){[data-showmore-content] a:hover{color:#fff}}[data-showmore-content] a:focus-visible{outline:2px solid #ff6b00;outline-offset:3px}[data-showmore-content] strong,[data-showmore-content] b{color:#fff;font-weight:700}[data-showmore-content] em,[data-showmore-content] i{color:#e2ded8}[data-showmore-content] blockquote{margin:18px 0;padding:12px 16px;border-left:3px solid #ff6b00;background-color:#ffffff0a;color:#f2f0ec}[data-showmore-content] blockquote p{margin:0}[data-showmore-content] img{max-width:100%;height:auto;display:block;margin:18px 0}[data-showmore-content] table{width:100%;border-collapse:collapse;margin:18px 0;font-size:14px}@media (max-width: 768px){[data-showmore-content] table{font-size:12px}}[data-showmore-content] th,[data-showmore-content] td{padding:10px 12px;border:1px solid rgba(255,255,255,.14);text-align:left;vertical-align:top}[data-showmore-content] th{color:#fff;background-color:#ffffff0f;font-weight:700}[data-showmore-button]{margin-top:40px}[data-showmore-button] span{border:1px solid #0154AC;padding:15px 90px;font-size:21px;position:relative;z-index:3;color:#fff;-webkit-text-decoration:none;text-decoration:none;transition:background-color .25s ease,border-color .25s ease,color .25s ease,box-shadow .25s ease,transform .25s ease}[data-showmore-button] span:hover{background:#262422;border-color:#787169;color:#fff;transform:translateY(-1px);box-shadow:0 8px 20px #00000038}[data-showmore-button] span:focus-visible{outline:2px solid rgba(180,160,130,.55);outline-offset:3px}@media (max-width: 1200px){[data-showmore-button] span{font-size:18px;padding:15px 60px}}@media (max-width: 430px){[data-showmore-button] span{font-size:16px;padding:12px 40px}}[data-showmore-button] span:last-child{display:none}._showmore-active [data-showmore-button] span{display:none}._showmore-active [data-showmore-button] span:last-child{display:block}.rental-about{padding-top:40px;padding-bottom:130px}@media (max-width: 768px){.rental-about{padding-top:40px;padding-bottom:60px}}.rental-about__items{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:20px;gap:20px}@media (max-width: 630px){.rental-about__items{grid-template-columns:1fr}}.rental-about .item-rental-about{display:flex;flex-direction:column;row-gap:15px;padding:20px 10px;border:1px solid #0154AC;border-top:1px solid #495561;height:100%}.rental-about .item-rental-about__text{min-height:90px}@media (max-width: 1024px){.rental-about .item-rental-about__text{min-height:95px}}@media (max-width: 630px){.rental-about .item-rental-about__text{min-height:0}}.rental-about .item-rental-about__text h3{font-size:27px;line-height:1.1;padding-bottom:10px}@media (max-width: 1024px){.rental-about .item-rental-about__text h3{font-size:24px}}@media (max-width: 768px){.rental-about .item-rental-about__text h3{font-size:22px}}@media (max-width: 430px){.rental-about .item-rental-about__text h3{font-size:20px}}.rental-about .item-rental-about__text p{line-height:1.1;color:#ffb041}.rental-about .item-rental-about__text p:not(:last-child){padding-bottom:10px}@media (max-width: 1024px){.rental-about .item-rental-about__text p{font-size:14px}}@media (max-width: 768px){.rental-about .item-rental-about__text p{font-size:12px}}.rental-about .item-rental-about__img{width:100%;aspect-ratio:438/244;overflow:hidden}.rental-about .item-rental-about__img img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;display:block}.rental-about__content-items{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:20px;gap:20px}@media (max-width: 1200px){.rental-about__content-items{grid-template-columns:1fr}}.rental-about .item-rental-content{display:flex;gap:5px;align-items:flex-start;min-width:0}.rental-about .item-rental-content__img{display:flex;justify-content:center;align-items:center;flex:0 0 37px;width:37px;height:37px;max-height:37px;padding:7px;border:1.23px solid rgb(38,38,38);border:1.23px solid var(--stroke, rgb(38, 38, 38));background:#1a1918;background:var(--Fillbutton, rgb(26, 25, 24))}@media (max-width: 1200px){.rental-about .item-rental-content__img{flex-basis:27px;width:27px;height:27px;max-width:27px;max-height:27px;padding:4px}}.rental-about .item-rental-content__img img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain;display:block}.rental-about .item-rental-content__text{min-width:0;max-width:100%;word-wrap:anywhere;word-break:normal;line-height:1.15;font-size:14px}@media (max-width: 1400px){.rental-about .item-rental-content__text{font-size:12px}}@media (max-width: 768px){.rental-about .item-rental-content__text{font-size:11px}}.choose{padding-bottom:130px}@media (max-width: 768px){.choose{padding-bottom:60px}}.choose__items{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:20px;gap:20px}@media (max-width: 630px){.choose__items{grid-template-columns:1fr}}.choose .item-choose{display:flex;flex-direction:column;row-gap:15px;padding:20px 10px;border:1px solid #0154AC;border-top:1px solid #495561;height:100%}.choose .item-choose__text{margin-top:auto}.choose .item-choose__text h3{font-size:27px;line-height:1.1;padding-bottom:10px}@media (max-width: 1024px){.choose .item-choose__text h3{font-size:24px}}@media (max-width: 768px){.choose .item-choose__text h3{font-size:22px}}@media (max-width: 430px){.choose .item-choose__text h3{font-size:20px}}.choose .item-choose__text p{line-height:1.1;color:#ffb041}.choose .item-choose__text p:not(:last-child){padding-bottom:10px}@media (max-width: 1024px){.choose .item-choose__text p{font-size:14px}}@media (max-width: 768px){.choose .item-choose__text p{font-size:12px}}.choose .item-choose__text ul{list-style:none;padding:0;margin:0}.choose .item-choose__text ul li{position:relative;padding-left:16px;line-height:1.2}@media (max-width: 1024px){.choose .item-choose__text ul li{font-size:14px}}@media (max-width: 768px){.choose .item-choose__text ul li{font-size:12px}}.choose .item-choose__text ul li:before{content:"";position:absolute;left:0;top:.55em;width:7px;height:7px;background-color:#495561}.choose .item-choose__img{width:100%;aspect-ratio:438/211;overflow:hidden}.choose .item-choose__img img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;display:block}.choose .item-choose__button{display:inline-flex;align-items:center;justify-content:center;min-height:44px;padding:10px 28px;border:1px solid rgba(255,255,255,.35);color:#fff;-webkit-text-decoration:none;text-decoration:none}.what-is{padding-top:40px;padding-bottom:130px}@media (max-width: 768px){.what-is{padding-top:40px;padding-bottom:60px}}.what-is__container .section-title{padding-bottom:0}.what-is__container .section-title h2{max-width:391px}.what-is__container .section-title p{max-width:619px}.what-is__body{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:20px;gap:20px}@media (max-width: 630px){.what-is__body{grid-template-columns:1fr}}.what-is__list{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:20px;gap:20px;margin-bottom:120px}@media (max-width: 1024px){.what-is__list{grid-template-columns:repeat(2,1fr);margin-bottom:80px}}@media (max-width: 430px){.what-is__list{grid-template-columns:1fr;margin-bottom:60px}}.what-is .what-list-item{display:flex;gap:10px;align-items:center}.what-is .what-list-item__img{display:flex;justify-content:center;align-items:center;flex:0 0 50px;height:50px;padding:7px;border:1.23px solid rgb(38,38,38);border:1.23px solid var(--stroke, rgb(38, 38, 38));background:#1a1918;background:var(--Fillbutton, rgb(26, 25, 24))}@media (max-width: 1200px){.what-is .what-list-item__img{max-width:40px;height:40px;padding:5px}}.what-is .what-list-item__img img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain;display:block}.what-is .what-list-item__text{font-size:21px}@media (max-width: 1400px){.what-is .what-list-item__text{font-size:18px}}@media (max-width: 768px){.what-is .what-list-item__text{font-size:16px}}.what-is__items{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:20px;gap:20px}@media (max-width: 1024px){.what-is__items{grid-template-columns:repeat(2,1fr);gap:10px}}@media (max-width: 630px){.what-is__items{grid-template-columns:1fr}}.what-is .item-what-is{display:flex;flex-direction:column;row-gap:15px;padding:15px;border:1px solid #0154AC;height:100%}.what-is .item-what-is__title{font-size:27px;padding-top:10px}@media (max-width: 1024px){.what-is .item-what-is__title{font-size:24px}}@media (max-width: 768px){.what-is .item-what-is__title{font-size:22px}}@media (max-width: 430px){.what-is .item-what-is__title{font-size:20px}}.what-is .item-what-is__img{width:100%;aspect-ratio:430/323;overflow:hidden}.what-is .item-what-is__img img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;display:block}.what-is .item-what-is__body{margin-top:auto;height:100%}.what-is .item-what-is__text p{line-height:1.1;color:#ffb041}.what-is .item-what-is__text p:not(:last-child){padding-bottom:10px}@media (max-width: 1024px){.what-is .item-what-is__text p{font-size:14px}}@media (max-width: 768px){.what-is .item-what-is__text p{font-size:12px}}.what-is .item-what-is__colum{display:flex;justify-content:space-between;gap:20px;padding:14px 15px;background:#0154ac;margin-bottom:10px}@media (max-width: 768px){.what-is .item-what-is__colum{padding:14px 10px;gap:10px}}.what-is .item-what-is__colum .colum-text_left p,.what-is .item-what-is__colum .colum-text_right p{line-height:1.35}@media (max-width: 1200px){.what-is .item-what-is__colum .colum-text_left p,.what-is .item-what-is__colum .colum-text_right p{font-size:14px}}@media (max-width: 430px){.what-is .item-what-is__colum .colum-text_left p,.what-is .item-what-is__colum .colum-text_right p{font-size:12px}}.what-is .item-what-is__colum .colum-text_left p strong,.what-is .item-what-is__colum .colum-text_right p strong{color:#495561;font-size:21px}@media (max-width: 1200px){.what-is .item-what-is__colum .colum-text_left p strong,.what-is .item-what-is__colum .colum-text_right p strong{font-size:18px}}@media (max-width: 768px){.what-is .item-what-is__colum .colum-text_left p strong,.what-is .item-what-is__colum .colum-text_right p strong{font-size:15px}}.what-is .item-what-is a{display:flex;justify-content:center;background:#495561;font-size:21px;padding:15px 20px}@media (max-width: 1200px){.what-is .item-what-is a{font-size:18px}}@media (max-width: 430px){.what-is .item-what-is a{font-size:16px}}.video{padding-bottom:130px}@media (max-width: 768px){.video{padding-bottom:60px}}.video__block{position:relative;width:100%;aspect-ratio:1420/472;background:#000;overflow:hidden}@media (max-width: 430px){.video__block{aspect-ratio:358/193}}.video__preview,.video__media,.video__iframe{display:block;width:100%;height:100%;border:0}.video__preview{position:relative;padding:0;border:0;cursor:pointer;background:#000}.video__image{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.video__play{position:absolute;top:50%;right:auto;bottom:auto;left:50%;width:52px;height:52px;transform:translate(-50%,-50%);background:#111111d1}.video__play:before{content:"";position:absolute;top:50%;left:54%;transform:translate(-50%,-50%);border-top:12px solid transparent;border-bottom:12px solid transparent;border-left:18px solid #f47a20}@media (max-width: 767px){.video{padding:56px 0}.video .section-title{margin-bottom:24px}.video__play{width:44px;height:44px}}.price-hero{padding-top:40px;padding-bottom:40px}.price{padding-bottom:130px}@media (max-width: 430px){.price{padding-bottom:60px}}.price__items{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:20px;gap:20px}@media (max-width: 768px){.price__items{grid-template-columns:1fr}}.price .item-price{display:flex;justify-content:space-between;gap:20px;padding:14px 15px;border:1.23px solid rgb(38,38,38);border:1.23px solid var(--stroke, rgb(38, 38, 38));background:#1a1918;background:var(--Fillbutton, rgb(26, 25, 24))}.price .item-price__text p{line-height:1.35}@media (max-width: 1200px){.price .item-price__text p{font-size:14px}}@media (max-width: 430px){.price .item-price__text p{font-size:12px}}.price .item-price__text p strong{color:#495561;font-size:21px}@media (max-width: 1200px){.price .item-price__text p strong{font-size:18px}}@media (max-width: 430px){.price .item-price__text p strong{font-size:16px}}.prices{padding:40px 0}.prices__container{max-width:1200px;margin:0 auto;padding:0 16px}.prices__item{padding:16px;border:1px solid #2b2b2b}.prices__item:not(:last-child){margin-bottom:44px}.prices__head{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-bottom:14px}.prices__title{margin:0;color:#f5f5f5;font-size:20px;font-weight:700;line-height:1.2}.prices__from{flex-shrink:0}.prices__list{display:flex;flex-direction:column;gap:6px}.prices__row{display:grid;grid-template-columns:1fr 170px;align-items:center;grid-gap:24px;gap:24px;min-height:54px;padding:10px 14px;background-color:#2a2929}.prices__label{color:#f5f5f5;font-size:14px;font-weight:700;line-height:1.35}.prices__label p{margin:0}.prices__label span,.prices__label small{display:block;color:#bdbdbd;font-size:12px;font-weight:700}.prices__value{font-size:16px;font-weight:700;line-height:1.25;text-align:left}.prices__value p{margin:0}.button-one{display:inline-flex;align-items:center;justify-content:center;min-width:160px;min-height:44px;padding:12px 22px;border:0;background-color:#ff6b00;color:#fff;font-size:14px;font-weight:700;line-height:1;text-align:center;-webkit-text-decoration:none;text-decoration:none;transition:background-color .2s ease}.button-one:hover{background-color:#e85f00}@media (max-width: 767px){.prices{padding:28px 0}.prices__item{padding:12px}.prices__item:not(:last-child){margin-bottom:28px}.prices__head{align-items:flex-start;flex-direction:column;gap:14px}.prices__title{font-size:18px}.prices__from,.prices .button-one{width:100%}.prices__row{grid-template-columns:1fr;gap:8px;min-height:auto;padding:12px}.prices__value{text-align:left}.button-one{min-width:0}}.tours-page{padding-top:40px;padding-bottom:130px}@media (max-width: 600px){.tours-page{padding-top:40px;padding-bottom:60px}}.tours-page__items{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:20px;gap:20px}@media (max-width: 600px){.tours-page__items{grid-template-columns:1fr}}.tours-page .item-tours-page{display:flex;flex-direction:column;row-gap:10px}.tours-page .item-tours-page__header{display:flex;flex-direction:column;height:100%;justify-content:space-between}.tours-page .item-tours-page__title{font-size:27px;padding-bottom:15px}@media (max-width: 1200px){.tours-page .item-tours-page__title{font-size:24px}}@media (max-width: 768px){.tours-page .item-tours-page__title{font-size:22px}}@media (max-width: 1200px){.tours-page .item-tours-page__descr{font-size:14px}}@media (max-width: 430px){.tours-page .item-tours-page__descr{font-size:12px}}.tours-page .item-tours-page__body{display:grid;grid-template-columns:1fr;grid-gap:10px;gap:10px;margin-top:auto}@media (max-width: 1024px){.tours-page .item-tours-page__body{grid-template-columns:1fr}}.tours-page .item-tours-page__img{position:relative}.tours-page .item-tours-page__img .gallery-slider{aspect-ratio:460/300;overflow:hidden}.tours-page .item-tours-page__popular{position:absolute;top:15px;right:15px;display:inline-flex;font-size:12px;padding:10px 19px;max-height:33px;background-color:#495561;z-index:10}.tours-page .item-tours-page__content-title{color:#495561;font-size:21px;padding-bottom:5px}@media (max-width: 1200px){.tours-page .item-tours-page__content-title{font-size:18px}}@media (max-width: 768px){.tours-page .item-tours-page__content-title{font-size:16px}}.tours-page .item-tours-page__content-items{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:10px;gap:10px;flex-wrap:wrap}.tours-page .item-tours-page .item-tour-page-content{display:flex;gap:5px;align-items:center}.tours-page .item-tours-page .item-tour-page-content__img{display:flex;justify-content:center;align-items:center;flex:0 0 30px;height:30px;padding:4px}@media (max-width: 1200px){.tours-page .item-tours-page .item-tour-page-content__img{max-width:24px;max-height:24px}}.tours-page .item-tours-page .item-tour-page-content__img img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain;display:block}.tours-page .item-tours-page .item-tour-page-content__text{font-size:15px}@media (max-width: 1200px){.tours-page .item-tours-page .item-tour-page-content__text{font-size:14px}}@media (max-width: 768px){.tours-page .item-tours-page .item-tour-page-content__text{font-size:12px}}.tours-page .item-tours-page__footer{display:flex;flex-direction:column;row-gap:5px}.tours-page .item-tours-page__footer-text{display:flex;justify-content:space-between;gap:20px;padding:14px 15px;background:#0154ac}.tours-page .item-tours-page__footer-text .footer-text-left p,.tours-page .item-tours-page__footer-text .footer-text-right p{line-height:1.35}@media (max-width: 1200px){.tours-page .item-tours-page__footer-text .footer-text-left p,.tours-page .item-tours-page__footer-text .footer-text-right p{font-size:14px}}@media (max-width: 430px){.tours-page .item-tours-page__footer-text .footer-text-left p,.tours-page .item-tours-page__footer-text .footer-text-right p{font-size:12px}}.tours-page .item-tours-page__footer-text .footer-text-left p strong,.tours-page .item-tours-page__footer-text .footer-text-right p strong{color:#495561;font-size:21px}@media (max-width: 1200px){.tours-page .item-tours-page__footer-text .footer-text-left p strong,.tours-page .item-tours-page__footer-text .footer-text-right p strong{font-size:18px}}@media (max-width: 430px){.tours-page .item-tours-page__footer-text .footer-text-left p strong,.tours-page .item-tours-page__footer-text .footer-text-right p strong{font-size:16px}}.tours-page .button-one{display:flex;justify-content:center;background:#495561;font-size:21px;padding:15px 20px;margin-bottom:10px}@media (max-width: 1200px){.tours-page .button-one{font-size:18px}}@media (max-width: 430px){.tours-page .button-one{font-size:16px}}.tours-page .button-two{display:flex;justify-content:center;border:1px solid #0154AC;font-size:21px;padding:15px 20px}@media (max-width: 1200px){.tours-page .button-two{font-size:18px}}@media (max-width: 430px){.tours-page .button-two{font-size:16px}}.why{padding-bottom:130px}@media (max-width: 600px){.why{padding-bottom:60px}}.why__container{display:grid;grid-template-columns:1fr 3fr;grid-gap:20px;gap:20px}@media (max-width: 988px){.why__container{grid-template-columns:1fr}}.why__container .section-title{padding-bottom:0}.why__items{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:20px;gap:20px}@media (max-width: 768px){.why__items{grid-template-columns:1fr}}.why .item-why{display:flex;gap:5px;align-items:center;padding:20px 15px;border:1px solid #0154AC}.why .item-why__img{display:flex;justify-content:center;align-items:center;flex:0 0 60px;max-height:60px;height:100%;padding:9px;border:1.23px solid rgb(38,38,38);border:1.23px solid var(--stroke, rgb(38, 38, 38));background:#1a1918;background:var(--Fillbutton, rgb(26, 25, 24))}@media (max-width: 1200px){.why .item-why__img{max-width:46px;max-height:46px;padding:5px}}.why .item-why__img img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain;display:block}.why .item-why__text p{line-height:1.35;font-size:15px}@media (max-width: 1200px){.why .item-why__text p{font-size:14px}}@media (max-width: 768px){.why .item-why__text p{font-size:12px}}.why .item-why__text p strong{color:#495561;font-size:20px}@media (max-width: 1200px){.why .item-why__text p strong{font-size:18px}}@media (max-width: 768px){.why .item-why__text p strong{font-size:16px}}.tour-about{padding-top:40px;padding-bottom:130px}@media (max-width: 600px){.tour-about{padding-top:40px;padding-bottom:60px}}.tour-about__body{display:grid;grid-template-columns:repeat(4,auto);grid-gap:20px;gap:20px;padding:20px 25px;border:1px solid rgb(38,38,38);border:1px solid var(--stroke, rgb(38, 38, 38));background:#1a1918;background:var(--Fillbutton, rgb(26, 25, 24))}@media (max-width: 922px){.tour-about__body{display:flex;justify-content:space-between;flex-wrap:wrap}}.tour-about__time p{line-height:1.35}@media (max-width: 1200px){.tour-about__time p{font-size:14px}}@media (max-width: 430px){.tour-about__time p{font-size:12px}}.tour-about__time p strong{color:#495561;font-size:21px}@media (max-width: 1200px){.tour-about__time p strong{font-size:18px}}@media (max-width: 430px){.tour-about__time p strong{font-size:16px}}.tour-about__text{margin-bottom:10px}.tour-about__price{color:#495561;font-size:21px;padding:15px 0;max-width:250px;width:100%;text-align:center;border:1px solid rgb(38,38,38);border:1px solid var(--stroke, rgb(38, 38, 38))}@media (max-width: 1200px){.tour-about__price{font-size:18px}}@media (max-width: 556px){.tour-about__price{max-width:180px}}@media (max-width: 485px){.tour-about__price{max-width:100%}}@media (max-width: 430px){.tour-about__price{font-size:16px}}.tour-about__buttons{display:flex;gap:20px;width:100%}@media (max-width: 454px){.tour-about__buttons{flex-wrap:wrap}}.tour-about__buttons .button-one{display:flex;justify-content:center;background:#495561;flex:1 1 50%;font-size:21px;padding:15px 20px}@media (max-width: 1200px){.tour-about__buttons .button-one{font-size:18px}}@media (max-width: 974px){.tour-about__buttons .button-one{font-size:16px}}.tour-about__buttons .button-two{display:flex;justify-content:center;flex:1 1 50%;border:1px solid #0154AC;font-size:21px;padding:15px 20px}@media (max-width: 1200px){.tour-about__buttons .button-two{font-size:18px}}@media (max-width: 974px){.tour-about__buttons .button-two{font-size:16px}}.whom{padding-bottom:130px}@media (max-width: 600px){.whom{padding-bottom:60px}}.whom__container{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:20px;gap:20px}@media (max-width: 988px){.whom__container{grid-template-columns:1fr}}.whom__container .section-title{padding-bottom:0}.whom__items{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:20px;gap:20px}@media (max-width: 768px){.whom__items{grid-template-columns:1fr}}.whom .item-whom{display:flex;gap:5px;align-items:center;padding:20px 15px;border:1px solid #0154AC}.whom .item-whom__img{display:flex;justify-content:center;align-items:center;flex:0 0 60px;max-height:60px;height:100%;padding:9px;border:1.23px solid rgb(38,38,38);border:1.23px solid var(--stroke, rgb(38, 38, 38));background:#1a1918;background:var(--Fillbutton, rgb(26, 25, 24))}@media (max-width: 1200px){.whom .item-whom__img{max-width:46px;max-height:46px;padding:5px}}.whom .item-whom__img img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain;display:block}.whom .item-whom__text p{line-height:1.35;font-size:15px}@media (max-width: 1200px){.whom .item-whom__text p{font-size:14px}}@media (max-width: 768px){.whom .item-whom__text p{font-size:12px}}.whom .item-whom__text p strong{color:#495561;font-size:20px}@media (max-width: 1200px){.whom .item-whom__text p strong{font-size:18px}}@media (max-width: 768px){.whom .item-whom__text p strong{font-size:16px}}.tour-route{padding-bottom:130px}@media (max-width: 600px){.tour-route{padding-bottom:60px}}.tour-route__container{display:grid;grid-template-columns:1fr 1.2fr;grid-gap:20px;gap:20px}@media (max-width: 988px){.tour-route__container{grid-template-columns:1fr}}.tour-route__img{display:flex;min-width:0;aspect-ratio:820/413;border:1.23px solid rgb(38,38,38);border:1.23px solid var(--stroke, rgb(38, 38, 38))}.tour-route__img img{display:block;width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.rent-about{padding-top:40px;padding-bottom:130px}@media (max-width: 600px){.rent-about{padding-top:40px;padding-bottom:60px}}.rent-about__body{display:grid;grid-template-columns:minmax(0,2fr) minmax(280px,1fr);grid-gap:20px;gap:20px}@media (max-width: 991px){.rent-about__body{grid-template-columns:1fr}}.rent-about__items{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:20px;gap:20px;min-width:0}@media (max-width: 630px){.rent-about__items{grid-template-columns:1fr}}.rent-about .item-rent{display:flex;flex-direction:column;row-gap:15px;padding:20px 10px;border:1px solid #0154AC;border-top:1px solid #495561;height:100%}.rent-about .item-rent__text{margin-top:auto}.rent-about .item-rent__text h3{font-size:27px;line-height:1.1;padding-bottom:10px}@media (max-width: 1024px){.rent-about .item-rent__text h3{font-size:24px}}@media (max-width: 768px){.rent-about .item-rent__text h3{font-size:22px}}@media (max-width: 430px){.rent-about .item-rent__text h3{font-size:20px}}.rent-about .item-rent__text p{line-height:1.1;color:#ffb041}.rent-about .item-rent__text p:not(:last-child){padding-bottom:10px}@media (max-width: 1024px){.rent-about .item-rent__text p{font-size:14px}}@media (max-width: 768px){.rent-about .item-rent__text p{font-size:12px}}.rent-about .item-rent__text ul{list-style:none;padding:0;margin:0}.rent-about .item-rent__text ul li{position:relative;padding-left:16px;line-height:1.2}@media (max-width: 1024px){.rent-about .item-rent__text ul li{font-size:14px}}@media (max-width: 768px){.rent-about .item-rent__text ul li{font-size:12px}}.rent-about .item-rent__text ul li:before{content:"";position:absolute;left:0;top:5px;width:7px;height:7px;background-color:#495561}.rent-about .item-rent__body{position:relative;margin-top:auto;min-width:0}.rent-about .item-rent .button{position:absolute;left:12px;bottom:24px;display:inline-flex;border:1px solid rgb(62,60,58);background:#1a1918;padding:10px 29px;z-index:3}@media (max-width: 1200px){.rent-about .item-rent .button{font-size:14px;padding:8px 20px}}.rent-about__list{display:flex;flex-direction:column;justify-content:center;height:100%;row-gap:20px}.rent-about .item-rent-list{display:flex;gap:5px;align-items:center;padding:20px 15px;border:1px solid #0154AC}.rent-about .item-rent-list__img{display:flex;justify-content:center;align-items:center;flex:0 0 60px;max-height:60px;height:100%;padding:9px;border:1.23px solid rgb(38,38,38);border:1.23px solid var(--stroke, rgb(38, 38, 38));background:#1a1918;background:var(--Fillbutton, rgb(26, 25, 24))}@media (max-width: 1200px){.rent-about .item-rent-list__img{max-width:46px;max-height:46px;padding:5px}}.rent-about .item-rent-list__img img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain;display:block}.rent-about .item-rent-list__text p{line-height:1.35;font-size:15px}@media (max-width: 1200px){.rent-about .item-rent-list__text p{font-size:14px}}@media (max-width: 768px){.rent-about .item-rent-list__text p{font-size:12px}}.rent-about .item-rent-list__text p strong{color:#495561;font-size:20px}@media (max-width: 1200px){.rent-about .item-rent-list__text p strong{font-size:18px}}@media (max-width: 768px){.rent-about .item-rent-list__text p strong{font-size:16px}}.for-whom{padding-bottom:130px}@media (max-width: 600px){.for-whom{padding-bottom:60px}}.for-whom .section-title h2{max-width:240px}.for-whom .section-title p{max-width:550px}.for-whom__body{display:flex;justify-content:space-between;width:100%;gap:20px;border:1px solid #0154AC}@media (max-width: 450px){.for-whom__body{flex-wrap:wrap}}.for-whom__content{padding-top:70px;padding-left:120px}@media (max-width: 1200px){.for-whom__content{padding-top:20px;padding-bottom:20px;padding-left:20px}}@media (max-width: 450px){.for-whom__content{padding:15px}}.for-whom__img{display:flex;align-items:flex-end}.for-whom .button-one{display:inline-flex;justify-content:center;background:#495561;flex:1 1 50%;font-size:21px;padding:15px 20px;border-radius:4px;max-width:300px;width:100%}@media (max-width: 1200px){.for-whom .button-one{font-size:18px}}@media (max-width: 974px){.for-whom .button-one{font-size:16px}}.location{padding-top:40px;padding-bottom:130px}@media (max-width: 600px){.location{padding-top:40px;padding-bottom:60px}}.location__body{display:grid;grid-template-columns:repeat(4,auto);grid-gap:20px;gap:20px;padding:20px 25px;border:1px solid rgb(38,38,38);border:1px solid var(--stroke, rgb(38, 38, 38));background:#1a1918;background:var(--Fillbutton, rgb(26, 25, 24))}@media (max-width: 922px){.location__body{display:flex;justify-content:space-between;flex-wrap:wrap}}.location__place p,.location__size p{line-height:1.35}@media (max-width: 1200px){.location__place p,.location__size p{font-size:14px}}@media (max-width: 430px){.location__place p,.location__size p{font-size:12px}}.location__place p strong,.location__size p strong{color:#495561;font-size:21px}@media (max-width: 1200px){.location__place p strong,.location__size p strong{font-size:18px}}@media (max-width: 430px){.location__place p strong,.location__size p strong{font-size:16px}}.location__price{color:#495561;font-size:21px;padding:15px 0;max-width:250px;width:100%;text-align:center;border:1px solid rgb(38,38,38);border:1px solid var(--stroke, rgb(38, 38, 38))}@media (max-width: 1200px){.location__price{font-size:18px}}@media (max-width: 556px){.location__price{max-width:180px}}@media (max-width: 485px){.location__price{max-width:100%}}@media (max-width: 430px){.location__price{font-size:16px}}.location__buttons{display:flex;justify-content:flex-end;width:100%}.location__buttons .button-one{display:flex;justify-content:center;background:#495561;flex:1 1 50%;font-size:21px;padding:15px 20px}@media (max-width: 1200px){.location__buttons .button-one{font-size:18px}}@media (max-width: 974px){.location__buttons .button-one{font-size:16px}}.location__descr{text-align:center;margin-top:10px}.rest{padding-bottom:130px}@media (max-width: 600px){.rest{padding-bottom:60px}}.rest__container{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:20px;gap:20px}.rest__container .section-title{padding-bottom:0}@media (max-width: 750px){.rest__container{grid-template-columns:1fr}}.rest__items{display:grid;grid-template-columns:repeat(2,1fr);grid-column-gap:20px;-moz-column-gap:20px;column-gap:20px;grid-row-gap:5px;row-gap:5px;align-content:baseline}.rest .item-rest{display:flex;gap:5px;align-items:center}.rest .item-rest__img{display:flex;justify-content:center;align-items:center;flex:0 0 60px;max-height:60px;height:100%;padding:9px;border:1.23px solid rgb(38,38,38);border:1.23px solid var(--stroke, rgb(38, 38, 38));background:#1a1918;background:var(--Fillbutton, rgb(26, 25, 24))}@media (max-width: 1200px){.rest .item-rest__img{max-width:46px;max-height:46px;padding:5px}}@media (max-width: 768px){.rest .item-rest__img{max-width:38px;max-height:38px;padding:5px}}.rest .item-rest__img img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain;display:block}.rest .item-rest__text p{line-height:1.35;font-size:15px}@media (max-width: 1200px){.rest .item-rest__text p{font-size:14px}}@media (max-width: 768px){.rest .item-rest__text p{font-size:12px}}.rest .item-rest__text p strong{color:#495561;font-size:20px}@media (max-width: 1200px){.rest .item-rest__text p strong{font-size:18px}}@media (max-width: 768px){.rest .item-rest__text p strong{font-size:16px}}.gallery-slider{position:relative;width:100%;max-width:100%;min-width:0;aspect-ratio:690/420;overflow:hidden}.gallery-slider__wrapper.swiper-wrapper{width:100%;height:100%}.gallery-slider__slide.swiper-slide{width:100%!important;height:100%}.gallery-slider__slide img{width:100%;height:100%;display:block;-o-object-fit:cover;object-fit:cover}.swiper-fade .gallery-slider__slide.swiper-slide{opacity:0}.swiper-fade .gallery-slider__slide.swiper-slide-active{opacity:1}.gallery-slider>.gallery-slider__pagination.swiper-pagination{position:absolute;left:auto;right:24px;bottom:24px;width:auto;transform:none;z-index:5;display:flex;gap:8px}.gallery-slider>.gallery-slider__pagination.swiper-pagination .swiper-pagination-bullet{margin:0;width:10px;height:10px;background:#2f2c2c;opacity:1;border-radius:0}.gallery-slider>.gallery-slider__pagination.swiper-pagination .swiper-pagination-bullet-active{background:#fff}@media (max-width: 630px){.gallery-slider{aspect-ratio:16/10}}@media (max-width: 430px){.gallery-slider{aspect-ratio:4/3}}.reviews-block{padding-top:64px;padding-bottom:82px}@media (max-width: 768px){.reviews-block{padding-top:44px;padding-bottom:58px}}.reviews-block__head{margin-bottom:42px}@media (max-width: 768px){.reviews-block__head{margin-bottom:26px}}.reviews-block__title{margin:0;color:#1f2933;font-size:24px;line-height:1.2;font-weight:700}.reviews-block__title :where(h1,h2,h3,h4,p){margin:0}.reviews-slider{min-width:0}.reviews-slider__swiper{min-width:0;width:100%}.reviews-slider__wrapper{align-items:stretch}.reviews-slider__slide{height:auto}.reviews-slider__nav{display:flex;justify-content:center;gap:12px;margin-top:24px}.reviews-slider__arrow{display:inline-flex;align-items:center;justify-content:center;width:44px;height:44px;border:1px solid #dbe5f2;background:#fff;color:#0057b8;cursor:pointer;transition:border-color .2s ease,background-color .2s ease,color .2s ease}.reviews-slider__arrow span{width:10px;height:10px;border-top:2px solid currentColor;border-right:2px solid currentColor}.reviews-slider__arrow--prev span{transform:rotate(-135deg);margin-left:4px}.reviews-slider__arrow--next span{transform:rotate(45deg);margin-right:4px}.reviews-slider__arrow.swiper-button-disabled{opacity:.35;cursor:default}@media (any-hover: hover){.reviews-slider__arrow:not(.swiper-button-disabled):hover{border-color:#0057b8;background:#f6faff}}.review-card{display:flex;flex-direction:column;height:100%;min-width:0;padding:8px 8px 14px;border:1px solid #dce7f3;background:#fff;color:#344054}.review-card__image{margin-bottom:10px;aspect-ratio:255/128;overflow:hidden;background:#f4f7fb}.review-card__image img{display:block;width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.review-card__author{display:flex;align-items:center;gap:7px;margin-bottom:10px;min-width:0}.review-card__avatar{flex:0 0 24px;width:24px;height:24px;overflow:hidden;border-radius:50%;background:#e7eef8}.review-card__avatar img{display:block;width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.review-card__name{min-width:0;color:#0057b8;font-size:13px;line-height:1.2;font-weight:700;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.review-card__text{font-size:13px;line-height:1.18}.review-card__text p{margin:0}.review-card__text p:not(:last-child){margin-bottom:8px}.partners-block{padding-top:62px;padding-bottom:84px}@media (max-width: 768px){.partners-block{padding-top:44px;padding-bottom:58px}}.partners-block__head{margin-bottom:48px}@media (max-width: 768px){.partners-block__head{margin-bottom:26px}}.partners-block__title{margin:0;color:#18232e;font-size:24px;line-height:1.2;font-weight:800}.partners-block__title :where(h1,h2,h3,h4,p){margin:0}.partners-slider{min-width:0}.partners-slider__swiper{min-width:0;width:100%}.partners-slider__wrapper{align-items:stretch}.partners-slider__slide{height:auto}.partners-slider__nav{display:flex;justify-content:center;gap:14px;margin-top:22px}.partners-slider__arrow{display:inline-flex;align-items:center;justify-content:center;width:44px;height:44px;border:1px solid #dbe5f2;background:#fff;color:#0057b8;cursor:pointer;transition:border-color .2s ease,background-color .2s ease,color .2s ease,opacity .2s ease}.partners-slider__arrow span{width:10px;height:10px;border-top:2px solid currentColor;border-right:2px solid currentColor}.partners-slider__arrow--prev span{transform:rotate(-135deg);margin-left:4px}.partners-slider__arrow--next span{transform:rotate(45deg);margin-right:4px}.partners-slider__arrow.swiper-button-disabled{opacity:.35;cursor:default}@media (any-hover: hover){.partners-slider__arrow:not(.swiper-button-disabled):hover{border-color:#0057b8;background:#f6faff}}.partner-card{display:flex;align-items:center;justify-content:center;height:118px;padding:18px;border:1px solid #dce7f3;background:#fff;-webkit-text-decoration:none;text-decoration:none}.partner-card img{display:block;max-width:100%;max-height:70px;width:auto;height:auto;-o-object-fit:contain;object-fit:contain;transition:transform .25s ease}@media (any-hover: hover){.partner-card:hover img{transform:scale(1.04)}}@media (max-width: 768px){.partner-card{height:92px;padding:14px}.partner-card img{max-height:54px}}.sale-hero{padding-top:80px;padding-bottom:40px}.vehicles{padding-top:10px;padding-bottom:40px}@media (max-width: 600px){.vehicles{padding-top:10px;padding-bottom:60px}}.vehicles__section{min-width:0}.vehicles__section:not(:last-child){margin-bottom:55px}@media (max-width: 600px){.vehicles__section:not(:last-child){margin-bottom:40px}}.vehicles__section h2{margin:0 0 14px;font-size:37px;font-weight:700;line-height:1.12;line-height:1.15;padding-bottom:30px}@media (max-width: 768px){.vehicles__section h2{font-size:26px}}.vehicles__section .stction-title{padding-bottom:30px}.vehicles__section .gallery-slider__slide img{width:100%;height:100%;display:block;-o-object-fit:contain;object-fit:contain;background:#2a2a2a}.vehicles__title{font-size:27px;line-height:1.1;margin-bottom:35px}@media (max-width: 768px){.vehicles__title{font-size:22px;margin-bottom:25px}}@media (max-width: 430px){.vehicles__title{font-size:20px}}.vehicles-slider{position:relative;min-width:0;overflow:hidden}.vehicles-slider__wrapper{align-items:stretch}.vehicles-slider__slide{height:auto}.vehicles-slider__nav{display:flex;justify-content:center;gap:5px;margin-top:18px}.vehicles-slider__prev,.vehicles-slider__next{width:36px;height:36px;display:flex;align-items:center;justify-content:center;background:#2f2c2c;border:1px solid #262626;color:#fff;cursor:pointer;transition:background-color .3s ease}.vehicles-slider__prev:before,.vehicles-slider__next:before{content:"";width:10px;height:10px;border-top:2px solid currentColor;border-left:2px solid currentColor}@media (any-hover: hover){.vehicles-slider__prev:hover,.vehicles-slider__next:hover{background:#ff6800}}.vehicles-slider__prev:before{transform:rotate(-45deg);margin-left:4px}.vehicles-slider__next{background:#ff6800}.vehicles-slider__next:before{transform:rotate(135deg);margin-right:4px}.vehicle-card{height:100%;display:flex;flex-direction:column;background:#111;border-top:1px solid #ff6800;color:#faf0ea}.vehicle-card__image{aspect-ratio:438/216;background:#333;overflow:hidden}.vehicle-card__image img{width:100%;height:100%;display:block;-o-object-fit:contain;object-fit:contain}.vehicle-card__body{flex:1 1 auto;display:flex;flex-direction:column;padding:10px 8px 8px}.vehicle-card__title{font-size:18px;line-height:1.1;text-transform:uppercase;margin-bottom:4px}@media (max-width: 768px){.vehicle-card__title{font-size:16px}}.vehicle-card__price{color:#ff6800;font-size:14px;line-height:1.2;font-weight:700;margin-bottom:12px}.vehicle-card__meta{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:8px 12px;gap:8px 12px;margin-bottom:14px}.vehicle-card__meta div{font-size:11px;line-height:1.2;color:#faf0ea}@media (max-width: 430px){.vehicle-card__meta{grid-template-columns:1fr}}.vehicle-card__button{margin-top:auto;display:flex;align-items:center;justify-content:center;min-height:38px;padding:10px 15px;background:#ff6800;color:#fff;font-size:13px;line-height:1.2;text-align:center;transition:background-color .3s ease}@media (any-hover: hover){.vehicle-card__button:hover{background:#d95500}}.routes-hero{padding-top:40px;padding-bottom:40px}.routes-page{padding-top:40px;padding-bottom:130px}@media (max-width: 600px){.routes-page{padding-top:20px;padding-bottom:60px}}.routes-page__items{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:20px;gap:20px}@media (max-width: 600px){.routes-page__items{grid-template-columns:1fr}}.routes-page .item-routes-page{display:flex;flex-direction:column;row-gap:10px;height:100%}.routes-page .item-routes-page__header{display:flex;flex-direction:column}.routes-page .item-routes-page__title{font-size:27px;padding-bottom:15px}@media (max-width: 1200px){.routes-page .item-routes-page__title{font-size:24px}}@media (max-width: 768px){.routes-page .item-routes-page__title{font-size:22px}}@media (max-width: 1200px){.routes-page .item-routes-page__descr{font-size:14px}}@media (max-width: 430px){.routes-page .item-routes-page__descr{font-size:12px}}.routes-page .item-routes-page__body{margin-top:auto}.routes-page .item-routes-page__content{display:flex;gap:5px;padding-top:10px;margin-top:auto;height:100%;line-height:1.2}@media (max-width: 1200px){.routes-page .item-routes-page__content{font-size:14px}}@media (max-width: 768px){.routes-page .item-routes-page__content{font-size:12px}}.routes-page .item-routes-page__footer{display:flex;flex-direction:column;row-gap:5px;margin-top:auto}.routes-page .item-routes-page__footer-text{display:flex;justify-content:space-between;gap:20px;padding:14px 15px;background:#0154ac}.routes-page .item-routes-page__footer-text .footer-text-left p,.routes-page .item-routes-page__footer-text .footer-text-right p{line-height:1.35}@media (max-width: 1200px){.routes-page .item-routes-page__footer-text .footer-text-left p,.routes-page .item-routes-page__footer-text .footer-text-right p{font-size:14px}}@media (max-width: 430px){.routes-page .item-routes-page__footer-text .footer-text-left p,.routes-page .item-routes-page__footer-text .footer-text-right p{font-size:12px}}.routes-page .item-routes-page__footer-text .footer-text-left p strong,.routes-page .item-routes-page__footer-text .footer-text-right p strong{color:#495561;font-size:21px}@media (max-width: 1200px){.routes-page .item-routes-page__footer-text .footer-text-left p strong,.routes-page .item-routes-page__footer-text .footer-text-right p strong{font-size:18px}}@media (max-width: 430px){.routes-page .item-routes-page__footer-text .footer-text-left p strong,.routes-page .item-routes-page__footer-text .footer-text-right p strong{font-size:16px}}.routes-page .button-one{display:flex;justify-content:center;background:#495561;font-size:21px;padding:15px 20px;margin-bottom:10px}@media (max-width: 1200px){.routes-page .button-one{font-size:18px}}@media (max-width: 430px){.routes-page .button-one{font-size:16px}}.machinery-hero{padding-top:40px;padding-bottom:40px}.machinery-about{padding-bottom:130px}@media (max-width: 768px){.machinery-about{padding-bottom:60px}}.machinery-about__items{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:20px;gap:20px}@media (max-width: 630px){.machinery-about__items{grid-template-columns:1fr}}.machinery-about .item-machinery-about{display:flex;flex-direction:column;row-gap:15px;padding:20px 10px;border:1px solid #0154AC;border-top:1px solid #495561;height:100%}.machinery-about .item-machinery-about__text h3{font-size:27px;line-height:1.1;padding-bottom:10px}@media (max-width: 1024px){.machinery-about .item-machinery-about__text h3{font-size:24px}}@media (max-width: 768px){.machinery-about .item-machinery-about__text h3{font-size:22px}}@media (max-width: 430px){.machinery-about .item-machinery-about__text h3{font-size:20px}}.machinery-about .item-machinery-about__text p{line-height:1.1;color:#ffb041}.machinery-about .item-machinery-about__text p:not(:last-child){padding-bottom:10px}@media (max-width: 1024px){.machinery-about .item-machinery-about__text p{font-size:14px}}@media (max-width: 768px){.machinery-about .item-machinery-about__text p{font-size:12px}}.machinery-about .item-machinery-about__img{margin-top:auto;width:100%;aspect-ratio:438/244;overflow:hidden}.machinery-about .item-machinery-about__img img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;display:block}.machinery-about__content-items{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:20px;gap:20px}@media (max-width: 1200px){.machinery-about__content-items{grid-template-columns:1fr}}.machinery-about .item-machinery-content{display:flex;gap:5px;align-items:center}.machinery-about .item-machinery-content__img{display:flex;justify-content:center;align-items:center;flex:0 0 37px;max-height:37px;height:100%;padding:7px;border:1.23px solid rgb(38,38,38);border:1.23px solid var(--stroke, rgb(38, 38, 38));background:#1a1918;background:var(--Fillbutton, rgb(26, 25, 24))}@media (max-width: 1200px){.machinery-about .item-machinery-content__img{max-width:27px;max-height:27px;padding:4px}}.machinery-about .item-machinery-content__img img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain;display:block}.machinery-about .item-machinery-content__text{font-size:14px}@media (max-width: 1400px){.machinery-about .item-machinery-content__text{font-size:12px}}@media (max-width: 768px){.machinery-about .item-machinery-content__text{font-size:11px}}.footer{padding:58px 0 32px;background:#15212c;color:#fff}.footer__container{display:flex;flex-direction:column;gap:38px}.footer__top{display:grid;grid-template-columns:minmax(190px,250px) minmax(0,1fr) auto;align-items:start;grid-gap:48px;gap:48px}.footer__brand{display:flex;flex-direction:column;align-items:flex-start;gap:12px;min-width:0}.footer__logo{display:flex;max-width:270px}.footer__logo .custom-logo-link{display:flex;width:100%;max-width:270px;height:auto;overflow:visible}.footer__logo img{display:block;width:auto;max-width:100%;height:auto;-o-object-fit:contain;object-fit:contain}.footer__text{max-width:190px;color:#fff;font-size:14px;line-height:1.2;font-weight:600}.footer__text p{margin:0}.footer__menu{justify-self:center;min-width:0;padding-top:16px}.footer__menu-list{display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:16px 42px;margin:0;padding:0;list-style:none}.footer__menu-list>li{margin:0}.footer__menu-list a{color:#fff;font-size:18px;line-height:1.2;font-weight:700;-webkit-text-decoration:none;text-decoration:none;transition:color .25s ease}@media (any-hover: hover){.footer__menu-list a:hover{color:#ffb041}}.footer__menu-list .sub-menu{display:none}.footer__phones{display:flex;flex-direction:column;align-items:flex-end;gap:10px;padding-top:4px;white-space:nowrap}.footer__phone{color:#fff;font-size:18px;line-height:1.2;font-weight:700;-webkit-text-decoration:none;text-decoration:none;transition:color .25s ease}@media (any-hover: hover){.footer__phone:hover{color:#ffb041}}.footer__middle{display:grid;grid-template-columns:minmax(190px,1fr) auto;align-items:end;grid-gap:30px;gap:30px}.footer__contacts{display:flex;flex-direction:column;align-items:flex-start;gap:14px}.footer__email,.footer__city{color:#fff;font-size:18px;line-height:1.2;font-weight:700}.footer__email{-webkit-text-decoration:none;text-decoration:none;transition:color .25s ease}@media (any-hover: hover){.footer__email:hover{color:#ffb041}}.footer__social{justify-self:end}.footer__bottom{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;grid-gap:24px;gap:24px;padding-top:20px;color:#ffffffb8;font-size:14px;line-height:1.3;font-weight:500}.footer__rights{text-align:center}.footer__policy{justify-self:end;text-align:right}.footer__policy a{color:inherit;-webkit-text-decoration:none;text-decoration:none;transition:color .25s ease}@media (any-hover: hover){.footer__policy a:hover{color:#fff}}.footer .social{display:flex;align-items:center;justify-content:flex-end;flex-wrap:wrap;gap:18px}.footer .social-link{display:flex}.footer .social-link .button,.footer .social-link a{display:inline-flex;align-items:center;justify-content:center;width:38px;height:38px;padding:0;border:0;border-radius:50%;background:transparent;color:transparent;font-size:0;line-height:0;-webkit-text-decoration:none;text-decoration:none;transition:transform .25s ease,filter .25s ease}@media (any-hover: hover){.footer .social-link .button:hover,.footer .social-link a:hover{transform:translateY(-2px);filter:brightness(1.08)}}.footer .social-link img,.footer .social-link svg{display:block;width:38px!important;height:38px!important;-o-object-fit:contain;object-fit:contain}.footer .contacts-list{display:flex;flex-direction:column;gap:10px;margin:0;padding:0;list-style:none}.footer .contacts-list__item{display:flex;align-items:center;gap:10px}.footer .contacts-list__icon{display:flex;align-items:center;justify-content:center;flex:0 0 22px;width:22px;height:22px}.footer .contacts-list__icon img,.footer .contacts-list__icon svg{display:block;width:100%;height:100%;-o-object-fit:contain;object-fit:contain}.footer .contacts-list__text{color:#fff;font-size:16px;line-height:1.25;font-weight:700;-webkit-text-decoration:none;text-decoration:none;transition:color .25s ease}@media (any-hover: hover){.footer .contacts-list a.contacts-list__text:hover{color:#ffb041}}@media (max-width: 1200px){.footer__top{grid-template-columns:minmax(170px,220px) minmax(0,1fr) auto;gap:28px}.footer__menu-list{gap:14px 24px}.footer__menu-list a,.footer__phone,.footer__email,.footer__city{font-size:16px}}@media (max-width: 991px){.footer{padding:44px 0 28px}.footer__top{grid-template-columns:1fr auto;gap:30px}.footer__menu{grid-column:1/-1;grid-row:2;justify-self:start;padding-top:0}.footer__menu-list{justify-content:flex-start}.footer__middle{align-items:start}}@media (max-width: 767px){.footer{padding:36px 0 24px}.footer__container{gap:28px}.footer__top,.footer__middle,.footer__bottom{grid-template-columns:1fr}.footer__top{gap:24px}.footer__menu{grid-column:auto;grid-row:auto}.footer__menu-list{flex-direction:column;align-items:flex-start;gap:12px}.footer__phones{align-items:flex-start;padding-top:0}.footer__social{justify-self:start}.footer__bottom{gap:10px;padding-top:4px}.footer__rights,.footer__policy{justify-self:start;text-align:left}}.floating-phone{position:fixed;right:24px;bottom:max(24px,env(safe-area-inset-bottom));z-index:90;display:inline-flex;align-items:center;justify-content:center;width:62px;height:62px;border:2px solid #fff;border-radius:50%;background:#0154ac;color:#fff;-webkit-text-decoration:none;text-decoration:none;box-shadow:0 16px 34px #0154ac47,0 0 0 8px #ffb04124;transition:background-color .25s ease,box-shadow .25s ease,transform .25s ease}@media (any-hover: hover){.floating-phone:hover{background:#ffb041;transform:translateY(-2px);box-shadow:0 18px 38px #ffb04152,0 0 0 8px #0154ac1f}}.floating-phone:active{transform:translateY(0) scale(.96)}.floating-phone__icon{display:inline-flex;align-items:center;justify-content:center;width:28px;height:28px}.floating-phone svg{display:block;width:100%;height:100%}@media (max-width: 767px){.floating-phone{right:16px;bottom:max(18px,env(safe-area-inset-bottom));width:54px;height:54px;box-shadow:0 12px 28px #0154ac40,0 0 0 7px #ffb04121}.floating-phone__icon{width:25px;height:25px}}.single-product-page{padding:18px 0 70px}.product-single .woocommerce-breadcrumb{margin:0 0 18px;color:#667085;font-size:14px;line-height:1.35}.product-single .woocommerce-breadcrumb a{color:#1f2933}.product-single__main{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:18px;gap:18px;align-items:start}@media (max-width: 991px){.product-single__main{grid-template-columns:minmax(0,1fr) minmax(360px,430px)}}.product-single__left{grid-column:1;grid-row:1}.product-single__summary{grid-column:2;grid-row:1/span 2}.product-single__left,.product-single__summary,.product-single__gallery{min-width:0}.product-single__gallery .woocommerce-product-gallery{width:100%!important;float:none!important;margin:0}.product-single__gallery .woocommerce-product-gallery__wrapper{margin:0;border:1px solid #e3e9f2;border-radius:4px;overflow:hidden}.product-single__gallery .woocommerce-product-gallery__image{aspect-ratio:620/460;background:#fff}.product-single__gallery .woocommerce-product-gallery__image a,.product-single__gallery .woocommerce-product-gallery__image img{display:block;width:100%;height:100%;-o-object-fit:contain;object-fit:contain}.product-single__gallery .flex-control-thumbs{display:grid;grid-template-columns:repeat(4,80px);grid-gap:14px;gap:14px;margin:14px 0 0;padding:0;list-style:none}.product-single__gallery .flex-control-thumbs li{width:100%!important;float:none!important;border:1px solid #e3e9f2;border-radius:3px;overflow:hidden}.product-single__gallery .flex-control-thumbs img{display:block;width:100%;opacity:1}.product-single__install{grid-column:1;grid-row:2;margin-top:18px;padding:16px 18px;background:#f5f7fa}.product-single__install-title{margin-bottom:6px;font-size:16px;line-height:1.25;font-weight:700}.product-single__install-text{font-size:13px;line-height:1.35}.product-single__install-price{margin-top:8px;color:#0057b8;font-size:15px;line-height:1.2;font-weight:700}.product-single__install-button{display:inline-flex;align-items:center;justify-content:center;margin-top:12px;min-height:36px;padding:9px 16px;background:#0057b8;color:#fff;font-size:14px;line-height:1.2;font-weight:700;border-radius:3px}.product-single__install .added_to_cart{display:inline-flex;align-items:center;justify-content:center;width:100%;min-height:36px;margin-top:10px;padding:9px 16px;border:1px solid #0057b8;border-radius:3px;background:#fff;color:#0057b8;font-size:14px;line-height:1.2;font-weight:700;text-align:center;-webkit-text-decoration:none;text-decoration:none;transition:background-color .25s ease,color .25s ease}@media (any-hover: hover){.product-single__install .added_to_cart:hover{background:#0057b8;color:#fff}}.product-single__title{margin:0 0 8px;font-size:26px;line-height:1.2;font-weight:700}.product-single__subtitle{margin-bottom:8px;color:#1f2933;font-size:15px;line-height:1.25;font-weight:700}.product-single__badges{display:flex;flex-wrap:wrap;gap:6px;margin:0 0 10px}.product-single__badge{display:inline-flex;align-items:center;min-height:24px;padding:4px 9px;background:#eef6ff;color:#0057b8;font-size:13px;line-height:1.2;font-weight:700;border-radius:3px}.product-single__badge--sale{background:#fff3df;color:#c76500}.product-single__badge--popular{background:#eaf8ef;color:#168447}.product-single__badge--seasonal{background:#f0f3ff;color:#4056b8}.product-single__meta{margin-bottom:8px}.product-single__meta .woocommerce-product-rating{margin:0;display:flex;align-items:center;gap:10px}.product-single__meta .star-rating{color:#ffb000;font-size:15px;letter-spacing:0}.product-single__meta .woocommerce-review-link{color:#0057b8;font-size:13px;line-height:1.2;-webkit-text-decoration:none;text-decoration:none}.product-single__details{display:flex;flex-wrap:wrap;gap:8px 16px;margin:0 0 12px;color:#667085;font-size:13px;line-height:1.3}.product-single__detail strong{color:#1f2933;font-weight:600}.product-single__short-description{margin-bottom:14px;font-size:14px;line-height:1.4}.product-single__short-description p{margin:0}.product-single__specs{display:flex;flex-direction:column;row-gap:4px;margin-bottom:14px}.product-single__spec{display:flex;align-items:center;justify-content:space-between;gap:14px;min-height:38px;padding:9px 14px;background:#f4f6f8}.product-single__spec:nth-child(2n){background:#eef1f5}.product-single__spec-name{color:#1f2933;font-size:14px;line-height:1.25}.product-single__spec-value{color:#0057b8;font-size:14px;line-height:1.25;font-weight:700;text-align:right}.product-single__buy{display:grid;grid-template-columns:1fr auto;grid-gap:10px 12px;gap:10px 12px;align-items:center}.product-single__price{font-size:30px;line-height:1.15;font-weight:700;color:#1f2933}.product-single__price del{margin-right:8px;color:#8a96a8;font-size:18px;font-weight:400}.product-single__price ins{-webkit-text-decoration:none;text-decoration:none}.product-single__share{justify-self:end;padding:0;background:transparent;border:0;color:#0057b8;font-size:13px;line-height:1.2;cursor:pointer}.product-single__share:hover,.product-single__share:focus-visible{-webkit-text-decoration:underline;text-decoration:underline}.product-single__cart{grid-column:2}.product-single__cart form.cart{margin:0}.product-single__cart .quantity{display:none}.product-single__cart .single_add_to_cart_button{min-width:210px;min-height:42px;padding:10px 22px;background:#ffad3d;color:#fff;font-weight:700;border-radius:3px}.product-single__notices{grid-column:1/-1;max-width:430px;margin-top:2px}.product-single__notices .woocommerce-message,.product-single__notices .woocommerce-error,.product-single__notices .woocommerce-info{margin:0;padding:9px 12px;border:1px solid #dce5f0;background:#fff;color:#1f2933;font-size:13px;line-height:1.3;list-style:none;box-shadow:0 8px 18px #1f29330d}.product-single__notices .woocommerce-message a,.product-single__notices .woocommerce-message .button,.product-single__notices .woocommerce-error a,.product-single__notices .woocommerce-error .button,.product-single__notices .woocommerce-info a,.product-single__notices .woocommerce-info .button{color:#0057b8;font-weight:700}.product-single__notices .woocommerce-message{border-color:#bfe8cf;background:#fbfffd}.product-single__notices .woocommerce-info{border-color:#b7d7ff;background:#f8fbff}.product-single__notices .woocommerce-error{border-color:#ffd0d0;background:snow}.product-single__content{display:grid;grid-template-columns:minmax(0,1fr) minmax(360px,430px);grid-gap:18px;gap:18px;margin-top:22px}.product-single__description{font-size:14px;line-height:1.45}.product-single__description h2{margin:0 0 10px;color:#0057b8;font-size:16px;line-height:1.25;font-weight:700}.product-single__description p{margin:0 0 10px}.product-single__description ul,.product-single__description ol{display:flex;flex-direction:column;gap:8px;margin:14px 0 18px;padding:0;list-style:none}.product-single__description li{position:relative;padding-left:24px}.product-single__description ul li:before{content:"";position:absolute;top:.55em;left:0;width:8px;height:8px;border-radius:2px;background:#0057b8}.product-single__description ol{counter-reset:product-description-list}.product-single__description ol li{counter-increment:product-description-list}.product-single__description ol li:before{content:counter(product-description-list) ".";position:absolute;top:0;left:0;color:#0057b8;font-weight:700}.product-single__accordion{border-bottom:1px solid #d9e0ea}.product-single__accordion summary{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:0 0 14px;cursor:pointer;list-style:none;font-size:16px;line-height:1.25;font-weight:700}.product-single__accordion summary::-webkit-details-marker{display:none}.product-single__accordion summary:after{content:"";width:9px;height:9px;border-right:1px solid #0057b8;border-bottom:1px solid #0057b8;transform:rotate(45deg);transition:transform .3s ease}.product-single__accordion[open] summary:after{transform:rotate(225deg)}.product-single__accordion div{padding:0 0 16px;font-size:14px;line-height:1.45}.product-single__accordion+.product-single__accordion{margin-top:14px}.product-single__related{margin-top:72px}.product-single__related .related h2{display:none}.product-single__related ul.products{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:18px;gap:18px;margin:0;padding:0;list-style:none}.product-single__related ul.products li.product{width:auto!important;margin:0!important;padding:14px;border:1px solid #dce5f0}.product-single__related-title{margin:0 0 28px;font-size:24px;line-height:1.25;font-weight:700}@media (max-width: 991px){.product-single__main,.product-single__content{grid-template-columns:1fr}.product-single__left,.product-single__summary,.product-single__install{grid-column:auto;grid-row:auto}.product-single__related ul.products{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width: 575px){.product-single__title{font-size:22px}.product-single__buy{grid-template-columns:1fr}.product-single__share{justify-self:start}.product-single__cart{grid-column:auto}.product-single__cart .single_add_to_cart_button{width:100%}.product-single__gallery .flex-control-thumbs{grid-template-columns:repeat(3,1fr)}.product-single__related{margin-top:46px}.product-single__related ul.products{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}}.catalog-page{padding:18px 0 70px}.catalog__header{margin-bottom:32px}.catalog__title{margin:0;font-size:36px;line-height:1.2;font-weight:700}.catalog__body{display:grid;grid-template-columns:230px minmax(0,1fr);grid-gap:18px;gap:18px;align-items:start}.catalog__content{min-width:0}.catalog__bar{display:flex;justify-content:flex-end;align-items:center;gap:20px;margin-bottom:14px;color:#697586;font-size:13px;line-height:1.3}.catalog__filter-button{display:none;min-height:36px;padding:8px 14px;border:1px solid #0057b8;color:#0057b8;font-size:14px;line-height:1.2;font-weight:700}.catalog__result-count p{margin:0}.catalog__ordering select{min-height:32px;padding:4px 28px 4px 10px;border:1px solid #dce5f0}.catalog ul.products{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:16px;gap:16px;margin:0;padding:0;list-style:none}.catalog ul.products:before,.catalog ul.products:after{display:none}@media (max-width: 1200px){.catalog ul.products{grid-template-columns:repeat(3,minmax(0,1fr))}}.catalog__pagination{margin-top:32px}.catalog__description{margin-top:56px;font-size:16px;line-height:1.55}@media (max-width: 991px){.catalog__body{grid-template-columns:1fr}.catalog__bar{justify-content:space-between}.catalog__filter-button{display:inline-flex;align-items:center;justify-content:center}.catalog ul.products{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width: 575px){.catalog__header{margin-bottom:24px}.catalog__title{font-size:28px}.catalog__bar{align-items:center;margin-bottom:18px}.catalog__filter-button{min-height:34px;padding:7px 12px;background:#fff}.catalog__ordering{display:none}.catalog__result-count{margin-left:auto;color:#1f2933;font-size:12px}.catalog ul.products{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}}.catalog-categories{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:16px;gap:16px;margin:0 0 34px}.catalog-categories__item{display:grid;grid-template-columns:82px minmax(0,1fr);align-items:center;grid-gap:14px;gap:14px;min-height:104px;padding:14px;border:1px solid #dce5f0;background:#fff;color:#18232e;-webkit-text-decoration:none;text-decoration:none;transition:border-color .25s ease,box-shadow .25s ease,transform .25s ease}@media (any-hover: hover){.catalog-categories__item:hover{border-color:#0057b859;box-shadow:0 10px 26px #18232e14;transform:translateY(-2px)}.catalog-categories__item:hover .catalog-categories__title{color:#0057b8}}.catalog-categories__image{display:flex;align-items:center;justify-content:center;aspect-ratio:1/1;background:#f5f8fb}.catalog-categories__image img{display:block;width:100%;height:100%;-o-object-fit:contain;object-fit:contain}.catalog-categories__letter{display:flex;align-items:center;justify-content:center;width:42px;height:42px;border-radius:4px;background:#0057b8;color:#fff;font-size:22px;line-height:1;font-weight:800;text-transform:uppercase}.catalog-categories__body{display:flex;flex-direction:column;gap:6px;min-width:0}.catalog-categories__title{color:#18232e;font-size:17px;line-height:1.15;font-weight:800;transition:color .25s ease}.catalog-categories__count{color:#697586;font-size:13px;line-height:1.2;font-weight:600}@media (max-width: 1200px){.catalog-categories{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (max-width: 767px){.catalog-categories{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin-bottom:18px}.catalog-categories__item{display:flex;min-height:48px;padding:9px 10px;gap:0}.catalog-categories__image{display:none}.catalog-categories__body{gap:3px}.catalog-categories__title{font-size:13px;line-height:1.15}.catalog-categories__count{font-size:11px}}@media (max-width: 420px){.catalog-categories{gap:8px}.catalog-categories__item{min-height:44px;padding:8px}.catalog-categories__title{font-size:12px}}.catalog-active-filters{display:flex;flex-wrap:wrap;gap:8px;margin:0 0 16px}.catalog-active-filters__item{display:inline-flex;align-items:center;gap:8px;min-height:30px;padding:5px 10px;border:1px solid #dce5f0;background:#f5f7fa;color:#1f2933;font-size:13px;line-height:1.2}.catalog-active-filters__clear{display:inline-flex;align-items:center;min-height:30px;padding:5px 0;color:#0057b8;font-size:13px;line-height:1.2;font-weight:700}.catalog-filter__mobile-head{display:none}.catalog-filter__top{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:18px}.catalog-filter__title{font-size:20px;line-height:1.2;font-weight:700}.catalog-filter__clear{color:#0057b8;font-size:12px;line-height:1.2}.catalog-filter__search{display:block;margin-bottom:18px}.catalog-filter__search input{width:100%;min-height:38px;padding:9px 12px;border:1px solid #dce5f0;font-size:14px}.catalog-filter__group{padding:0 0 16px;border-bottom:1px solid #e3e9f2}.catalog-filter__group+.catalog-filter__group{margin-top:16px}.catalog-filter__group summary{display:flex;align-items:center;justify-content:space-between;gap:12px;list-style:none;cursor:pointer;font-size:15px;line-height:1.25;font-weight:700}.catalog-filter__group summary::-webkit-details-marker{display:none}.catalog-filter__group summary:after{content:"";width:8px;height:8px;border-right:1px solid #0057b8;border-bottom:1px solid #0057b8;transform:rotate(45deg)}.catalog-filter__group[open] summary:after{transform:rotate(225deg)}.catalog-filter__price{padding-top:18px}.catalog-filter__range{position:relative;margin:0 8px 14px}.catalog-filter__range.noUi-target{height:3px;border:0;background:#cfd8e3;box-shadow:none}.catalog-filter__range .noUi-base,.catalog-filter__range .noUi-connects{position:relative;z-index:1;width:100%;height:100%}.catalog-filter__range .noUi-connects{overflow:hidden}.catalog-filter__range .noUi-connect,.catalog-filter__range .noUi-origin{position:absolute;top:0;right:0;width:100%;height:100%;transform-origin:0 0}.catalog-filter__range .noUi-connect{background:#0057b8}.catalog-filter__range .noUi-handle{top:-7px;right:-8px!important;width:17px;height:17px;border:1px solid #0057b8;border-radius:50%;box-shadow:none;background:#fff;cursor:pointer;position:absolute}.catalog-filter__range .noUi-handle:before,.catalog-filter__range .noUi-handle:after{display:none}.catalog-filter__price-values{display:flex;justify-content:space-between;gap:12px;font-size:12px;line-height:1.2}.catalog-filter__options{display:flex;flex-direction:column;row-gap:9px;padding-top:12px}.catalog-filter__option{display:flex;align-items:center;gap:9px;font-size:13px;line-height:1.25;cursor:pointer}.catalog-filter__option input{width:18px;height:18px;border:1px solid #dce5f0;accent-color:#0057b8}.catalog-filter__count{margin-left:auto;color:#8a96a8;font-size:12px}.catalog-filter__submit{width:100%;min-height:40px;margin-top:18px;background:#0057b8;color:#fff;font-weight:700}@media (max-width: 991px){.catalog-filter{position:fixed;z-index:120;top:0;left:0;width:min(360px,88vw);height:100%;padding:18px;overflow:auto;background:#fff;transform:translate(-100%);visibility:hidden;pointer-events:none;transition:transform .3s ease,visibility .3s ease}.catalog-filter-open .catalog-filter{transform:translate(0);visibility:visible;pointer-events:auto}.catalog-filter__mobile-head{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:18px}.catalog-filter__mobile-title{font-size:20px;line-height:1.2;font-weight:700}.catalog-filter__close{position:relative;width:34px;height:34px;border:1px solid #dce5f0}.catalog-filter__close:before,.catalog-filter__close:after{content:"";position:absolute;top:50%;left:50%;width:16px;height:1px;background:#1f2933}.catalog-filter__close:before{transform:translate(-50%,-50%) rotate(45deg)}.catalog-filter__close:after{transform:translate(-50%,-50%) rotate(-45deg)}.catalog-filter__top .catalog-filter__title{display:none}}.catalog-filter-overlay{display:none}@media (max-width: 991px){.catalog-filter-overlay{position:fixed;z-index:110;top:0;right:0;bottom:0;left:0;display:block;background:#0f172a66;opacity:0;pointer-events:none;transition:opacity .3s ease}.catalog-filter-open .catalog-filter-overlay{opacity:1;pointer-events:auto}}@media (max-width: 991px){.catalog-filter-open{overflow:hidden}}.catalog-card{position:relative;display:flex;flex-direction:column;margin:0!important;padding:0;width:auto!important;border:1px solid #dce5f0;background:#fff}.catalog-card__image{position:relative;display:block;aspect-ratio:265/175;padding:12px}.catalog-card__image img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain;display:block}.catalog-card__image .onsale{position:absolute;z-index:2;top:8px;right:8px}.catalog-card__badges{position:absolute;z-index:2;top:8px;right:8px;display:flex;flex-direction:column;align-items:flex-end;gap:4px;max-width:calc(100% - 16px);pointer-events:none}.catalog-card__badge{display:inline-flex;align-items:center;min-height:22px;padding:4px 8px;background:#eef6ff;color:#0057b8;font-size:11px;line-height:1.15;font-weight:700;border-radius:3px;box-shadow:0 2px 8px #1f293314}.catalog-card__badge--sale{background:#fff3df;color:#c76500}.catalog-card__badge--popular{background:#eaf8ef;color:#168447}.catalog-card__badge--seasonal{background:#f0f3ff;color:#4056b8}.catalog-card__body{display:flex;flex:1 1 auto;flex-direction:column;padding:0 12px 12px}.catalog-card__title{min-height:38px;margin:0 0 8px;font-size:15px;line-height:1.25;font-weight:700;overflow:hidden;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.catalog-card__title a{color:inherit}.catalog-card__meta{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-bottom:8px;font-size:12px;line-height:1.2}.catalog-card__stock{color:#1aa053}.catalog-card__stock--out{color:#d64545}.catalog-card__sku{color:#697586;text-align:right}.catalog-card__price{margin-bottom:8px;color:#0057b8;font-size:17px;line-height:1.2;font-weight:700}.catalog-card__price del{margin-right:6px;color:#8a96a8;font-size:13px;font-weight:400}.catalog-card__price ins{-webkit-text-decoration:none;text-decoration:none}.catalog-card__button{display:grid;grid-gap:6px;gap:6px;margin-top:auto}.catalog-card__button .button{display:flex;align-items:center;justify-content:center;width:100%;min-height:32px;border:1px solid #0057b8;color:#0057b8;font-size:13px;line-height:1.2;font-weight:700}.catalog-card__button .added_to_cart{display:flex;align-items:center;justify-content:center;min-height:30px;padding:6px 10px;border:1px solid #bfe8cf;background:#fbfffd;color:#168447;font-size:12px;line-height:1.2;font-weight:700;text-align:center;-webkit-text-decoration:none;text-decoration:none}@media (max-width: 575px){.catalog-card__image{aspect-ratio:1/1;padding:8px}.catalog-card__badges{top:6px;right:6px;gap:3px}.catalog-card__badge{min-height:18px;padding:3px 6px;font-size:10px}.catalog-card__body{padding:0 8px 8px}.catalog-card__title{min-height:36px;margin-bottom:7px;font-size:13px;line-height:1.15}.catalog-card__meta{gap:6px;margin-bottom:7px;font-size:11px}.catalog-card__sku{white-space:nowrap}.catalog-card__price{margin-bottom:8px;font-size:16px}.catalog-card__button .button,.catalog-card__button .added_to_cart{min-height:32px;font-size:12px}}.cart-page{padding:18px 0 80px}.cart-page__top{display:flex;align-items:center;justify-content:space-between;gap:20px;margin:24px 0 22px}.cart-page__title{margin:0;font-size:42px;line-height:1.15;font-weight:700}.cart-page__edit{display:inline-flex;align-items:center;gap:8px;color:#0057b8;font-size:14px;line-height:1.2;font-weight:700;-webkit-text-decoration:none;text-decoration:none}.cart-page__edit:before{content:"";width:16px;height:16px;border:1px solid currentColor;border-radius:3px}.cart-page__body{display:grid;grid-template-columns:minmax(0,1fr) 360px;grid-gap:18px;gap:18px;align-items:start}.cart-page__update-area{display:flex;align-items:center;justify-content:flex-end;gap:10px;margin-left:auto}.cart-page__update-area .woocommerce-message,.cart-page__update-area .woocommerce-error,.cart-page__update-area .woocommerce-info{position:relative;max-width:360px;margin:0;padding:9px 12px;border:1px solid #dce5f0;background:#fff;color:#1f2933;font-size:13px;line-height:1.3;list-style:none;box-shadow:0 8px 18px #1f29330d}.cart-page__update-area .woocommerce-message a,.cart-page__update-area .woocommerce-message .button,.cart-page__update-area .woocommerce-error a,.cart-page__update-area .woocommerce-error .button,.cart-page__update-area .woocommerce-info a,.cart-page__update-area .woocommerce-info .button{color:#0057b8;font-weight:700}.cart-page__update-area .woocommerce-message .button,.cart-page__update-area .woocommerce-error .button,.cart-page__update-area .woocommerce-info .button{margin-left:16px}.cart-page__update-area .woocommerce-message{border-color:#bfe8cf;background:#fbfffd}.cart-page__update-area .woocommerce-info{border-color:#b7d7ff;background:#f8fbff}.cart-page__update-area .woocommerce-error{border-color:#ffd0d0;background:snow}.cart-page__items{display:flex;flex-direction:column;gap:14px}.cart-page__actions{display:flex;align-items:center;justify-content:space-between;gap:14px;margin-top:8px}.cart-page__coupon{display:none;gap:8px}.cart-page__coupon input{min-height:38px;padding:8px 12px;border:1px solid #dce5f0}.cart-page__coupon .button{min-height:38px;padding:8px 14px;background:#0057b8;color:#fff;font-weight:700}.cart-page__update{min-height:38px;padding:8px 14px;border:1px solid #0057b8;color:#0057b8;font-weight:700}.cart-page__update--dirty{background:#0057b8;color:#fff}@media (max-width: 991px){.cart-page__body{grid-template-columns:1fr}}@media (max-width: 575px){.cart-page{padding:14px 0 54px}.cart-page .woocommerce-breadcrumb{display:none}.cart-page__top{align-items:flex-start;flex-direction:column;gap:10px;margin:12px 0 18px}.cart-page__title{font-size:34px;line-height:1.1}.cart-page__edit{font-size:16px}.cart-page__items{gap:12px}.cart-page__actions,.cart-page__coupon{align-items:stretch;flex-direction:column;width:100%}.cart-page__actions{gap:14px;margin-top:14px}.cart-page__coupon{display:none;gap:10px}.cart-page__coupon input,.cart-page__coupon .button{width:100%;min-height:48px;font-size:16px}.cart-page__update-area{align-items:stretch;flex-direction:column;width:100%;margin-left:0}.cart-page__update-area .woocommerce-message,.cart-page__update-area .woocommerce-error,.cart-page__update-area .woocommerce-info{max-width:none}.cart-page__update{width:100%;min-height:48px;font-size:16px}}.cart-empty{max-width:560px;padding:34px;border:1px solid #e4ebf4;background:#f8fafc}.cart-empty__title{margin-bottom:10px;font-size:26px;line-height:1.2;font-weight:700}.cart-empty__text{margin-bottom:24px;color:#697586;font-size:16px;line-height:1.4}.cart-empty__button{display:inline-flex;align-items:center;justify-content:center;min-height:44px;padding:10px 22px;background:#ffad3d;color:#fff;font-weight:700;-webkit-text-decoration:none;text-decoration:none}@media (max-width: 575px){.cart-empty{padding:24px 18px}}.cart-item{position:relative;display:grid;grid-template-columns:170px minmax(0,1fr) auto;grid-gap:22px;gap:22px;align-items:center;min-height:112px;padding:18px 34px 18px 18px;border:1px solid #e4ebf4;background:#fff}.cart-item__image{display:flex;align-items:center;justify-content:center;aspect-ratio:170/78;background:#f8fafc}.cart-item__image img{display:block;width:100%;height:100%;-o-object-fit:contain;object-fit:contain}.cart-item__content{min-width:0}.cart-item__name{margin-bottom:10px;font-size:17px;line-height:1.25;font-weight:700}.cart-item__name a{color:inherit;-webkit-text-decoration:none;text-decoration:none}.cart-item__stock{display:inline-flex;align-items:center;min-height:24px;padding:4px 8px;background:#f0fbf4;color:#1aa053;font-size:12px;line-height:1.2}.cart-item__stock--out{background:#fff2f2;color:#d64545}.cart-item__side{display:flex;flex-direction:column;align-items:flex-end;gap:12px}.cart-item__price{color:#0057b8;font-size:20px;line-height:1.2;font-weight:700;white-space:nowrap}.cart-item__quantity{display:inline-grid;grid-template-columns:34px 42px 34px;min-height:30px;border:1px solid #e4ebf4}.cart-item__quantity .quantity{display:contents}.cart-item__quantity-button{display:inline-flex;align-items:center;justify-content:center;color:#1f2933;font-size:18px;line-height:1}.cart-item__quantity-input{width:100%;border:0;border-left:1px solid #e4ebf4;border-right:1px solid #e4ebf4;text-align:center;font-weight:700;-webkit-appearance:textfield;-moz-appearance:textfield;appearance:textfield}.cart-item__quantity-input::-webkit-outer-spin-button,.cart-item__quantity-input::-webkit-inner-spin-button{-webkit-appearance:none;-moz-appearance:none;appearance:none;margin:0}.cart-item__remove{position:absolute;top:14px;right:14px}.cart-item__remove-link{display:inline-flex;align-items:center;justify-content:center;width:22px;height:22px;color:#697586;font-size:22px;line-height:1;-webkit-text-decoration:none;text-decoration:none}@media (max-width: 675px){.cart-item{grid-template-columns:108px minmax(0,1fr);grid-template-areas:"image content" "side side";gap:12px;align-items:start;min-height:0;padding:14px 38px 14px 12px}.cart-item__image{grid-area:image;aspect-ratio:108/88}.cart-item__content{grid-area:content;padding-top:2px}.cart-item__name{margin-bottom:8px;font-size:16px;line-height:1.2}.cart-item__stock{min-height:22px;padding:3px 7px;font-size:12px}.cart-item__side{grid-area:side;grid-column:1/-1;flex-direction:row;align-items:center;justify-content:space-between;gap:12px;width:100%;min-width:0;padding-top:12px;border-top:1px solid #eef3f8}.cart-item__price{font-size:20px;line-height:1.1}.cart-item__quantity{grid-template-columns:36px 44px 36px;min-height:34px;flex:0 0 auto;background:#fff}}@media (max-width: 430px){.cart-item{grid-template-columns:104px minmax(0,1fr);gap:10px 12px;padding:12px 36px 12px 10px}.cart-item__image{aspect-ratio:104/86}.cart-item__name{font-size:15px}.cart-item__side{flex-wrap:nowrap}}@media (max-width: 360px){.cart-item{grid-template-columns:96px minmax(0,1fr)}.cart-item__image{aspect-ratio:96/82}.cart-item__side{align-items:flex-start;flex-direction:column}}.cart-summary{padding:18px;border:1px solid #e4ebf4;background:#f8fafc}.cart-summary__rows{margin-bottom:14px}.cart-summary__row{display:flex;align-items:flex-start;justify-content:space-between;gap:18px;padding:5px 0;color:#1f2933;font-size:14px;line-height:1.3}.cart-summary__row strong{font-weight:700;text-align:right}.cart-summary__row--total{margin-top:8px;padding-top:12px;border-top:1px solid #e4ebf4}.cart-summary__row--total .cart-summary__total,.cart-summary__row--total strong{color:#0057b8;font-size:20px;font-weight:700}.cart-summary__policy{display:flex;align-items:flex-start;gap:9px;margin:12px 0;font-size:13px;line-height:1.25;cursor:pointer}.cart-summary__policy input{flex:0 0 24px;width:24px;height:24px;accent-color:#0057b8}.cart-summary__policy a{color:inherit;-webkit-text-decoration:underline;text-decoration:underline}.cart-summary__checkout{display:inline-flex;align-items:center;justify-content:center;width:100%;min-height:44px;padding:10px 18px;background:#ffad3d;color:#fff;font-weight:700;-webkit-text-decoration:none;text-decoration:none}@media (max-width: 575px){.cart-summary{padding:14px;margin-top:16px;margin-bottom:70px}.cart-summary__row{gap:12px;font-size:15px}.cart-summary__row--total .cart-summary__total,.cart-summary__row--total strong{font-size:22px}.cart-summary__policy{font-size:14px}.cart-summary__policy input{flex-basis:26px;width:26px;height:26px}.cart-summary__checkout{min-height:50px;font-size:16px}}@media (max-width: 575px){.cart-page__body{display:flex;flex-direction:column;gap:16px}.cart-page__items{display:flex;flex-direction:column;gap:14px}.cart-page__actions{order:2;margin-top:0}.cart-page__update-area{margin-top:0}.cart-item{display:flex!important;flex-direction:column;align-items:stretch;gap:12px;min-height:0;padding:14px 38px 14px 14px;overflow:visible}.cart-item__image{width:160px;max-width:62%;aspect-ratio:160/112;align-self:flex-start}.cart-item__content{width:100%;min-width:0}.cart-item__name{margin-bottom:8px;font-size:17px;line-height:1.18}.cart-item__stock{width:-moz-fit-content;width:fit-content}.cart-item__side{position:static!important;display:flex;flex-direction:column;align-items:stretch;gap:12px;width:100%;margin-top:4px;padding-top:12px;border-top:1px solid #eef3f8}.cart-item__price{width:100%;color:#0057b8;font-size:24px;line-height:1.1;font-weight:700;white-space:normal}.cart-item__quantity{width:126px;grid-template-columns:40px 46px 40px;min-height:38px}.cart-item__remove{top:14px;right:12px}.cart-summary{order:3;margin-top:0}}@media (max-width: 380px){.cart-item__image{width:140px;max-width:70%}.cart-item__name{font-size:16px}}.checkout-template-page .woocommerce-form-coupon-toggle,.checkout-template-page .woocommerce-form-coupon{display:none}.checkout-template-page .woocommerce-form-coupon-toggle{margin-top:18px;font-size:14px;line-height:1.35}.checkout-template-page .woocommerce-form-coupon-toggle .woocommerce-info{margin:0;padding:12px 14px;border:1px solid #e4ebf4;background:#f8fafc}.checkout-template-page .woocommerce-form-coupon-toggle a{color:#0057b8;font-weight:700;-webkit-text-decoration:none;text-decoration:none}.checkout-template-page .woocommerce-form-coupon{display:flex;gap:8px;margin-top:10px}.checkout-template-page .woocommerce-form-coupon p{margin:0}.checkout-template-page .woocommerce-form-coupon .form-row{flex:1 1 auto}.checkout-template-page .woocommerce-form-coupon input{width:100%;min-height:40px;padding:8px 12px;border:1px solid #e4ebf4}.checkout-template-page .woocommerce-form-coupon .button{min-height:40px;padding:8px 16px;background:#0057b8;color:#fff;font-weight:700}@media (max-width: 575px){.checkout-template-page .woocommerce-form-coupon{flex-direction:column}}.checkout-page{padding:18px 0 80px}.checkout-page__back{display:inline-flex;align-items:center;gap:8px;margin:18px 0 26px;color:#1f2933;font-size:13px;line-height:1.2;-webkit-text-decoration:none;text-decoration:none}.checkout-page__back:before{content:"";width:34px;height:34px;border:1px solid #e4ebf4;background:#fff}.checkout-page__title{margin:0 0 42px;font-size:42px;line-height:1.15;font-weight:700}.checkout-page__layout{display:grid;grid-template-columns:minmax(0,1fr) 360px;grid-gap:28px;gap:28px;align-items:start}.checkout-page__main{display:flex;flex-direction:column;gap:34px}@media (max-width: 991px){.checkout-page__layout{grid-template-columns:1fr}}@media (max-width: 575px){.checkout-page__title{margin-bottom:28px;font-size:32px}}.checkout-section--customer .woocommerce-billing-fields>h3{display:none}.checkout-section__title,.checkout-section h3{margin:0 0 22px;color:#0057b8;font-size:16px;line-height:1.25;font-weight:700}.checkout-section .woocommerce-billing-fields__field-wrapper,.checkout-section .woocommerce-shipping-fields__field-wrapper{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:14px;gap:14px}.checkout-section .form-row{margin:0}.checkout-section .form-row label{display:none}.checkout-section .form-row label.checkbox{display:flex;align-items:flex-start;gap:10px;color:#1f2933;font-size:14px;line-height:1.3;cursor:pointer}.checkout-section .form-row input,.checkout-section .form-row textarea,.checkout-section .form-row select{width:100%;min-height:42px;padding:9px 12px;border:1px solid #e4ebf4;background:#fff;color:#1f2933;font-size:14px;line-height:1.3;outline:none}.checkout-section .form-row input:focus,.checkout-section .form-row textarea:focus,.checkout-section .form-row select:focus{border-color:#0057b8}.checkout-section .form-row input[type=checkbox]{flex:0 0 22px;width:22px;min-height:22px;height:22px;margin:0;padding:0;accent-color:#0057b8}.checkout-section .form-row textarea{min-height:112px;resize:vertical}.checkout-section .form-row-wide,.checkout-section #billing_address_1_field,.checkout-section #billing_address_2_field,.checkout-section #order_comments_field{grid-column:1/-1}@media (max-width: 575px){.checkout-section .woocommerce-billing-fields__field-wrapper,.checkout-section .woocommerce-shipping-fields__field-wrapper{grid-template-columns:1fr}}.checkout-section--payment #payment{background:transparent}.checkout-delivery-placeholder{max-width:520px;padding:16px;border:1px solid #e4ebf4;background:#f8fafc}.checkout-delivery-placeholder__title{margin-bottom:6px;color:#1f2933;font-size:15px;line-height:1.25;font-weight:700}.checkout-delivery-placeholder__text{color:#495561;font-size:13px;line-height:1.4}.checkout-delivery-methods{max-width:520px}.checkout-delivery-methods__list{display:grid;grid-template-columns:1fr;grid-gap:10px;gap:10px}.checkout-delivery-method{display:flex;align-items:flex-start;gap:12px;padding:14px;border:1px solid #e4ebf4;background:#fff;cursor:pointer;transition:border-color .2s ease,background-color .2s ease}.checkout-delivery-method:has(input:checked){border-color:#0057b8;background:#f8fbff}.checkout-delivery-method input{flex:0 0 18px;width:18px;height:18px;margin:1px 0 0;accent-color:#0057b8}.checkout-delivery-method__body{min-width:0}.checkout-delivery-method__title{display:block;color:#1f2933;font-size:14px;line-height:1.25;font-weight:700}.checkout-delivery-method__description{display:block;margin-top:3px;color:#667085;font-size:12px;line-height:1.3}.checkout-delivery-plugin-fields{max-width:100%;margin-top:14px}.checkout-delivery-plugin-fields h3,.checkout-delivery-plugin-fields .wcus-title,.checkout-delivery-plugin-fields .wc-ukraine-shipping-title{margin:0 0 12px;color:#0057b8;font-size:16px;line-height:1.25;font-weight:700}.checkout-delivery-plugin-fields p,.checkout-delivery-plugin-fields .form-row{margin:0 0 10px}.checkout-delivery-plugin-fields label:not(.checkbox){display:none}.checkout-delivery-plugin-fields input,.checkout-delivery-plugin-fields select,.checkout-delivery-plugin-fields textarea{width:100%;min-height:42px;padding:9px 12px;border:1px solid #e4ebf4;background:#fff;color:#1f2933;font-size:14px;line-height:1.3;outline:none}.checkout-delivery-plugin-fields input:focus,.checkout-delivery-plugin-fields select:focus,.checkout-delivery-plugin-fields textarea:focus{border-color:#0057b8}.checkout-delivery-plugin-fields .select2-container{width:100%!important}.checkout-delivery-plugin-fields .select2-container--default .select2-selection--single{min-height:42px;border:1px solid #e4ebf4;border-radius:0}.checkout-delivery-plugin-fields .select2-container--default .select2-selection__rendered{padding:6px 12px;color:#1f2933;line-height:28px}.checkout-delivery-plugin-fields .select2-container--default .select2-selection__arrow{height:40px}.checkout-section--additional .woocommerce-additional-fields__field-wrapper{display:grid;grid-template-columns:1fr;grid-gap:14px;gap:14px}.checkout-summary{position:sticky;top:18px;padding:18px;border:1px solid #e4ebf4;background:#fff}.checkout-summary__head{margin-bottom:18px}.checkout-summary__title{margin:0 0 28px;font-size:22px;line-height:1.2;font-weight:700}.checkout-summary__edit{display:inline-flex;align-items:center;gap:8px;color:#0057b8;font-size:13px;font-weight:700;-webkit-text-decoration:none;text-decoration:none}.checkout-summary__edit:before{content:"";width:14px;height:14px;border:1px solid currentColor;border-radius:3px}.checkout-summary__submit{margin-top:16px}.checkout-summary__button{display:inline-flex;align-items:center;justify-content:center;width:100%;min-height:44px;padding:10px 18px;border:0;background:#ffad3d;color:#fff;font-weight:700;cursor:pointer}.checkout-summary__policy{display:flex;align-items:flex-start;gap:10px;margin:12px 0;color:#1f2933;font-size:13px;line-height:1.25;cursor:pointer}.checkout-summary__policy input{flex:0 0 24px;width:24px;height:24px;margin:0;accent-color:#0057b8}.checkout-summary__policy a{color:inherit;-webkit-text-decoration:underline;text-decoration:underline}.checkout-summary .woocommerce-privacy-policy-text{display:none}.checkout-summary .validate-required{margin:12px 0}.checkout-summary .validate-required label.checkbox{display:flex;align-items:flex-start;gap:10px;color:#1f2933;font-size:13px;line-height:1.25;cursor:pointer}.checkout-summary .validate-required input[type=checkbox]{flex:0 0 24px;width:24px;height:24px;margin:0;accent-color:#0057b8}.checkout-summary .checkout-callback-field{margin:12px 0}.checkout-summary .checkout-callback-field label{display:flex;align-items:flex-start;gap:10px;color:#1f2933;font-size:13px;line-height:1.25;cursor:pointer}.checkout-summary .checkout-callback-field input[type=checkbox]{flex:0 0 24px;width:24px;height:24px;margin:0;accent-color:#0057b8}#payment ul.payment_methods{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:14px;gap:14px;padding:0;border:0}#payment li{list-style:none;margin:0}#payment .payment_box{margin:10px 0 0;color:#495561;font-size:13px;line-height:1.35}#payment .payment_box p{margin:0}#payment .woocommerce-notice{margin:0 0 12px;color:#495561;font-size:13px;line-height:1.35}@media (max-width: 575px){#payment ul.payment_methods{grid-template-columns:1fr}}.checkout-payment-card{position:relative;min-width:0}.checkout-payment-card__label{display:grid;grid-template-columns:18px 24px minmax(0,1fr);grid-gap:12px;gap:12px;align-items:center;min-height:58px;padding:12px 14px;border:1px solid #e4ebf4;background:#fff;color:#1f2933;cursor:pointer;transition:border-color .2s ease,background-color .2s ease,box-shadow .2s ease}.checkout-payment-card.is-selected .checkout-payment-card__label,.checkout-payment-card:has(.checkout-payment-card__input:checked) .checkout-payment-card__label{border-color:#0057b8;background:#f8fbff;box-shadow:inset 0 0 0 1px #0057b8}.checkout-payment-card__input{width:18px;height:18px;min-width:18px;margin:0;accent-color:#0057b8;cursor:pointer}.checkout-payment-card__icon{position:relative;width:24px;height:24px;color:#0057b8}.checkout-payment-card__icon:before,.checkout-payment-card__icon:after{content:"";position:absolute;box-sizing:border-box}.checkout-payment-card__icon--card:before,.checkout-payment-card__icon--cash:before{top:5px;left:1px;width:22px;height:14px;border:1.5px solid currentColor;border-radius:2px}.checkout-payment-card__icon--card:after,.checkout-payment-card__icon--cash:after{top:10px;left:4px;width:16px;height:1.5px;background:currentColor;box-shadow:0 4px #0057b859}.checkout-payment-card__icon--invoice:before{top:2px;left:5px;width:14px;height:20px;border:1.5px solid currentColor;border-radius:2px}.checkout-payment-card__icon--invoice:after{top:7px;left:9px;width:7px;height:1.5px;background:currentColor;box-shadow:0 5px 0 currentColor,0 10px 0 currentColor}.checkout-payment-card__icon--parts:before,.checkout-payment-card__icon--default:before{top:2px;right:2px;bottom:2px;left:2px;border:1.5px solid currentColor;border-radius:50%}.checkout-payment-card__icon--parts:after,.checkout-payment-card__icon--default:after{top:11px;left:2px;width:20px;height:1.5px;background:currentColor;box-shadow:0 0 0 0 currentColor}.checkout-payment-card__content{display:flex;flex-direction:column;min-width:0}.checkout-payment-card__title{color:#1f2933;font-size:14px;line-height:1.15;font-weight:700}.checkout-payment-card__description{margin-top:2px;color:#495561;font-size:12px;line-height:1.2}.checkout-payment-card .payment_box{grid-column:1/-1}.checkout-order__items{display:flex;flex-direction:column;gap:10px;margin-bottom:16px}.checkout-order__item{display:grid;grid-template-columns:96px minmax(0,1fr);grid-gap:12px;gap:12px;padding:10px;border:1px solid #e4ebf4}.checkout-order__image{display:flex;align-items:center;justify-content:center;aspect-ratio:96/58;background:#f8fafc}.checkout-order__image img{display:block;width:100%;height:100%;-o-object-fit:contain;object-fit:contain}.checkout-order__name{font-size:13px;line-height:1.2;font-weight:700}.checkout-order__quantity,.checkout-order__sku{margin-top:4px;color:#697586;font-size:12px;line-height:1.2}.checkout-order__price{margin-top:4px;color:#0057b8;font-size:16px;line-height:1.2;font-weight:700}.checkout-order__rows{padding-top:12px;border-top:1px solid #e4ebf4}.checkout-order__row{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;padding:5px 0;font-size:14px;line-height:1.3}.checkout-order__row strong{text-align:right}.checkout-order__shipping{flex:1 1 auto;text-align:right;font-weight:700}.checkout-order__row--total{margin-top:8px;padding-top:12px;border-top:1px solid #e4ebf4}.checkout-order__row--total .checkout-order__total,.checkout-order__row--total strong{color:#0057b8;font-size:20px;font-weight:700}@media (max-width: 991px){.checkout-summary{position:static}}@media (max-width: 575px){.checkout-order__item{grid-template-columns:76px minmax(0,1fr);gap:10px;padding:8px}.checkout-order__image{aspect-ratio:76/58}.checkout-order__row{font-size:13px}.checkout-order__row--total .checkout-order__total,.checkout-order__row--total strong{font-size:18px}}.thankyou-page{padding:48px 0 90px}.thankyou-page__status{max-width:720px;margin-bottom:28px;padding-left:18px;border-left:4px solid #16a34a}.thankyou-page__status--failed{border-left-color:#d64545}.thankyou-page__status--failed .thankyou-page__title{color:#d64545}.thankyou-page__title{margin:0 0 14px;color:#1f2933;font-size:42px;line-height:1.15;font-weight:700}.thankyou-page__text{color:#495561;font-size:17px;line-height:1.45}.thankyou-page__details{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));grid-gap:12px;gap:12px;margin-bottom:32px}.thankyou-page__detail{min-height:96px;padding:16px;border:1px solid #e4ebf4;background:#f8fafc}.thankyou-page__detail span{display:block;margin-bottom:8px;color:#697586;font-size:13px;line-height:1.2}.thankyou-page__detail strong{color:#0057b8;font-size:18px;line-height:1.25;font-weight:700}.thankyou-page__delivery{max-width:760px;margin:0 0 34px}.thankyou-page__section-title{margin:0 0 14px;color:#1f2933;font-size:22px;line-height:1.25;font-weight:700}.thankyou-page__delivery-list{margin:0;border:1px solid #e4ebf4;background:#fff}.thankyou-page__delivery-item{display:grid;grid-template-columns:minmax(180px,.55fr) minmax(0,1fr);border-bottom:1px solid #e4ebf4}.thankyou-page__delivery-item:last-child{border-bottom:0}.thankyou-page__delivery-item dt,.thankyou-page__delivery-item dd{margin:0;padding:13px 14px;color:#1f2933;font-size:15px;line-height:1.35}.thankyou-page__delivery-item dt{background:#f8fafc;font-weight:700}.thankyou-page__delivery-item dd{color:#0057b8;font-weight:700}.thankyou-page__actions{display:flex;flex-wrap:wrap;gap:10px;margin-top:22px}.thankyou-page__button,.thankyou-page__catalog{display:inline-flex;align-items:center;justify-content:center;min-height:44px;padding:10px 22px;background:#ffad3d;color:#fff;font-weight:700;-webkit-text-decoration:none;text-decoration:none}.thankyou-page__button--secondary,.thankyou-page__catalog{border:1px solid #0057b8;background:#fff;color:#0057b8}.thankyou-page .woocommerce-order-details,.thankyou-page .woocommerce-customer-details{margin-top:34px}.thankyou-page .woocommerce-order-details{max-width:760px}.thankyou-page .woocommerce-order-details__title{margin:0 0 14px;color:#1f2933;font-size:22px;line-height:1.25;font-weight:700}.thankyou-page .woocommerce-order-details table{width:100%;border-collapse:collapse;border:1px solid #e4ebf4;background:#fff}.thankyou-page .woocommerce-order-details th,.thankyou-page .woocommerce-order-details td{padding:12px 14px;border-bottom:1px solid #e4ebf4;color:#1f2933;font-size:14px;line-height:1.35;text-align:left;vertical-align:top}.thankyou-page .woocommerce-order-details th{background:#f8fafc;font-weight:700}.thankyou-page .woocommerce-order-details tfoot th,.thankyou-page .woocommerce-order-details tfoot td{font-weight:700}.thankyou-page .woocommerce-order-details tfoot tr:last-child th,.thankyou-page .woocommerce-order-details tfoot tr:last-child td{color:#0057b8;font-size:18px}.thankyou-page .woocommerce-order-details a{color:inherit;-webkit-text-decoration:none;text-decoration:none}.thankyou-page .woocommerce-customer-details{max-width:760px}.thankyou-page .woocommerce-customer-details .woocommerce-column__title{margin:0 0 14px;color:#1f2933;font-size:22px;line-height:1.25;font-weight:700}.thankyou-page .woocommerce-customer-details address{padding:16px;border:1px solid #e4ebf4;background:#f8fafc;color:#1f2933;font-style:normal;font-size:15px;line-height:1.5}.thankyou-page .woocommerce-notice,.thankyou-page .woocommerce-thankyou-order-received{max-width:760px;margin:24px 0;color:#495561;font-size:17px;line-height:1.45}@media (max-width: 575px){.thankyou-page{padding-top:34px}.thankyou-page__title{font-size:32px}.thankyou-page__delivery-item{grid-template-columns:1fr}.thankyou-page__delivery-item dt{padding-bottom:4px}.thankyou-page__delivery-item dd{padding-top:4px}.thankyou-page__details{grid-template-columns:1fr}}.blog-archive{padding:150px 0 70px}.blog-archive__head{max-width:520px;margin-bottom:58px}.blog-archive__title{margin:0 0 22px;color:#18232e;font-size:52px;line-height:1;font-weight:800}.blog-archive__text{max-width:395px;color:#18232e;font-size:18px;line-height:1.2;font-weight:600}.blog-archive__text p{margin:0}.blog-tabs{display:flex;align-items:center;flex-wrap:wrap;gap:12px 18px;margin-bottom:34px}.blog-tabs__link{display:inline-flex;align-items:center;justify-content:center;min-height:45px;padding:9px 18px;border:1px solid #dce7f3;border-radius:3px;background:#fff;color:#0154ac;font-size:18px;line-height:1.1;font-weight:800;-webkit-text-decoration:underline;text-decoration:underline;text-underline-offset:3px;transition:background-color .25s ease,border-color .25s ease,color .25s ease}@media (any-hover: hover){.blog-tabs__link:hover{border-color:#0154ac59}}.blog-tabs__link--active{border-color:#0154ac;background:#0154ac;color:#fff;-webkit-text-decoration:none;text-decoration:none}.blog-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:20px;gap:20px}.blog-card{min-width:0;border:1px solid #dce7f3;background:#fff}.blog-card__link{display:flex;flex-direction:column;height:100%;color:inherit;-webkit-text-decoration:none;text-decoration:none}.blog-card__image{aspect-ratio:300/155;margin:12px 12px 0;overflow:hidden;background:#f1f1fc}.blog-card__image img{display:block;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;transition:transform .35s ease}.blog-card__placeholder{display:block;width:100%;height:100%;background:linear-gradient(135deg,#0154ac1f,#ffb0411f),#f1f1fc}.blog-card__body{display:flex;flex-direction:column;gap:10px;padding:12px}.blog-card__title{margin:0;color:#18232e;font-size:21px;line-height:1.05;font-weight:800;transition:color .25s ease}.blog-card__excerpt{color:#18232e;font-size:17px;line-height:1.1;font-weight:600}@media (any-hover: hover){.blog-card:hover .blog-card__image img{transform:scale(1.04)}.blog-card:hover .blog-card__title{color:#0154ac}}.blog-pagination{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;grid-gap:8px;gap:8px;margin-top:50px}.blog-pagination .page-numbers{display:inline-flex;align-items:center;justify-content:center;min-width:45px;height:45px;padding:0 12px;border-radius:999px;background:#c8d2de;color:#fff;font-size:17px;line-height:1;font-weight:800;-webkit-text-decoration:none;text-decoration:none;transition:background-color .25s ease,color .25s ease}.blog-pagination .page-numbers.current{background:#0154ac;color:#fff}.blog-pagination .page-numbers.dots{background:transparent;color:#8d98a5;min-width:34px;padding:0}@media (any-hover: hover){.blog-pagination .page-numbers:not(.current):not(.dots):hover{background:#0154ac}}.blog-pagination .prev,.blog-pagination .next{gap:12px;min-width:0;width:auto;height:auto;padding:0;border-radius:0;background:transparent;color:#18232e;font-size:15px;font-weight:700}.blog-pagination .prev{justify-self:start}.blog-pagination .next{justify-self:end;grid-column:3}.blog-pagination__arrow{display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:50%;background:#0154ac;color:#fff;font-size:32px;line-height:1}.prev .blog-pagination__arrow{background:#c8d2de}.blog-empty{padding:32px;border:1px solid #dce7f3;background:#fff;color:#18232e;font-weight:700}.blog-single{padding:145px 0 80px}.blog-single__container{max-width:1120px}.blog-single .woocommerce-breadcrumb{margin-bottom:26px}.blog-single__head{max-width:680px;margin-bottom:46px}.blog-single__title{margin:0 0 50px;color:#18232e;font-size:48px;line-height:1;font-weight:800}.blog-single__intro{max-width:680px;color:#18232e;font-size:16px;line-height:1.18;font-weight:600}.blog-single__intro p{margin:0}.blog-single__image{margin-bottom:42px;overflow:hidden}.blog-single__image img{display:block;width:100%;max-height:380px;-o-object-fit:cover;object-fit:cover}.blog-single__content{max-width:760px;color:#18232e;font-size:16px;line-height:1.28;font-weight:600}.blog-single__content>*:first-child{margin-top:0}.blog-single__content>*:last-child{margin-bottom:0}.blog-single__content h2{margin:36px 0 20px;color:#18232e;font-size:22px;line-height:1.2;font-weight:800}.blog-single__content h3{margin:28px 0 16px;color:#18232e;font-size:19px;line-height:1.25;font-weight:800}.blog-single__content p{margin:0 0 18px}.blog-single__content ul,.blog-single__content ol{display:flex;flex-direction:column;gap:8px;margin:0 0 22px;padding:0;list-style:none}.blog-single__content li{position:relative;padding-left:18px}.blog-single__content li:before{content:"";position:absolute;left:0;top:.6em;width:8px;height:8px;border-radius:2px;background:#0154ac}.blog-single__content a{color:#0154ac;font-weight:800}.blog-single__content img{max-width:100%;height:auto}@media (max-width: 1200px){.blog-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (max-width: 991px){.blog-archive{padding-top:120px}.blog-archive__title{font-size:42px}.blog-card__title{font-size:19px}.blog-card__excerpt{font-size:15px}.blog-single{padding-top:120px}.blog-single__title{margin-bottom:30px;font-size:40px}}@media (max-width: 767px){.blog-archive{padding:100px 0 48px}.blog-archive__head{margin-bottom:34px}.blog-archive__title{font-size:36px}.blog-archive__text{font-size:15px}.blog-tabs{gap:8px;margin-bottom:24px;overflow-x:auto;flex-wrap:nowrap;padding-bottom:4px}.blog-tabs__link{flex:0 0 auto;min-height:38px;padding:8px 12px;font-size:14px}.blog-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.blog-card__image{margin:8px 8px 0}.blog-card__body{padding:10px 8px}.blog-card__title{font-size:15px}.blog-card__excerpt{font-size:13px}.blog-pagination{display:flex;flex-wrap:wrap;justify-content:center;gap:8px}.blog-pagination .prev,.blog-pagination .next{order:2;flex:1 1 120px;justify-content:center}.blog-pagination .page-numbers{min-width:36px;height:36px;font-size:14px}.blog-pagination__arrow{width:34px;height:34px;font-size:26px}.blog-single{padding:100px 0 56px}.blog-single__head{margin-bottom:28px}.blog-single__title{font-size:32px}.blog-single__image{margin-bottom:30px}.blog-single__content{font-size:15px}}@media (max-width: 430px){.blog-grid{grid-template-columns:1fr}}:root{--swiper-theme-color: #007aff}:host{position:relative;display:block;margin-left:auto;margin-right:auto;z-index:1}.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1;display:block}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;transition-timing-function:ease;transition-timing-function:initial;transition-timing-function:var(--swiper-wrapper-transition-timing-function, initial);box-sizing:content-box}.swiper-android .swiper-slide,.swiper-ios .swiper-slide,.swiper-wrapper{transform:translateZ(0)}.swiper-horizontal{touch-action:pan-y}.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform;display:block}.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{transform:translateZ(0);backface-visibility:hidden}.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d{perspective:1200px}.swiper-3d .swiper-slide,.swiper-3d .swiper-cube-shadow{transform-style:preserve-3d}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-css-mode.swiper-horizontal>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-css-mode.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-left:var(--swiper-slides-offset-before);scroll-margin-inline-start:var(--swiper-slides-offset-before)}.swiper-css-mode.swiper-horizontal>.swiper-wrapper>.swiper-slide:last-child{margin-right:var(--swiper-slides-offset-after)}.swiper-css-mode.swiper-vertical>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-css-mode.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-top:var(--swiper-slides-offset-before);scroll-margin-block-start:var(--swiper-slides-offset-before)}.swiper-css-mode.swiper-vertical>.swiper-wrapper>.swiper-slide:last-child{margin-bottom:var(--swiper-slides-offset-after)}.swiper-css-mode.swiper-free-mode>.swiper-wrapper{scroll-snap-type:none}.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:none}.swiper-css-mode.swiper-centered>.swiper-wrapper:before{content:"";flex-shrink:0;order:9999}.swiper-css-mode.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-left:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper:before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-top:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper:before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-slide-shadow-bottom{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:#00000026}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,#00000080,#0000)}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;box-sizing:border-box;border:4px solid #007aff;border:4px solid var(--swiper-preloader-color, var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader{animation:swiper-preloader-spin 1s infinite linear}.swiper-lazy-preloader-white{--swiper-preloader-color: #fff}.swiper-lazy-preloader-black{--swiper-preloader-color: #000}@keyframes swiper-preloader-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.swiper-fade.swiper-free-mode .swiper-slide{transition-timing-function:ease-out}.swiper-fade .swiper-slide{pointer-events:none;transition-property:opacity}.swiper-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-fade .swiper-slide-active,.swiper-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-pagination{position:absolute;text-align:center;transition:.3s opacity;transform:translateZ(0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-pagination-disabled>.swiper-pagination,.swiper-pagination.swiper-pagination-disabled{display:none!important}.swiper-pagination-fraction,.swiper-pagination-custom,.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal{bottom:8px;bottom:var(--swiper-pagination-bottom, 8px);top:auto;top:var(--swiper-pagination-top, auto);left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active,.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{width:8px;width:var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));height:8px;height:var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));display:inline-block;border-radius:50%;border-radius:var(--swiper-pagination-bullet-border-radius, 50%);background:#000;background:var(--swiper-pagination-bullet-inactive-color, #000);opacity:.2;opacity:var(--swiper-pagination-bullet-inactive-opacity, .2)}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-webkit-appearance:none;-moz-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet:only-child{display:none!important}.swiper-pagination-bullet-active{opacity:1;opacity:var(--swiper-pagination-bullet-opacity, 1);background:#007aff;background:var(--swiper-pagination-color, var(--swiper-theme-color))}.swiper-vertical>.swiper-pagination-bullets,.swiper-pagination-vertical.swiper-pagination-bullets{right:8px;right:var(--swiper-pagination-right, 8px);left:auto;left:var(--swiper-pagination-left, auto);top:50%;transform:translate3d(0,-50%,0)}.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet{margin:6px 0;margin:var(--swiper-pagination-bullet-vertical-gap, 6px) 0;display:block}.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:.2s transform,.2s top}.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 4px;margin:0 var(--swiper-pagination-bullet-horizontal-gap, 4px)}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translate(-50%);white-space:nowrap}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s left}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s right}.swiper-pagination-fraction{color:inherit;color:var(--swiper-pagination-fraction-color, inherit)}.swiper-pagination-progressbar{background:#00000040;background:var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, .25));position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:#007aff;background:var(--swiper-pagination-color, var(--swiper-theme-color));position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(0);transform-origin:left top}.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite{width:100%;height:4px;height:var(--swiper-pagination-progressbar-size, 4px);left:0;top:0}.swiper-vertical>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite{width:4px;width:var(--swiper-pagination-progressbar-size, 4px);height:100%;left:0;top:0}.swiper-pagination-lock{display:none}
