

/* Start:/local/templates/lestone/css/normalize.css?17887732651812*/
html{line-height:1.15;-webkit-text-size-adjust:100%}
body{margin:0}
main{display:block}
h1{font-size:2em;margin:.67em 0}
hr{box-sizing:content-box;height:0;overflow:visible}
pre{font-family:monospace,monospace;font-size:1em}
a{background-color:transparent}
abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}
b,strong{font-weight:bolder}
code,kbd,samp{font-family:monospace,monospace;font-size:1em}
small{font-size:80%}
sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}
sub{bottom:-.25em}
sup{top:-.5em}
img{border-style:none}
button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}
button,input{overflow:visible}
button,select{text-transform:none}
button,[type="button"],[type="reset"],[type="submit"]{-webkit-appearance:button}
button::-moz-focus-inner,[type="button"]::-moz-focus-inner,[type="reset"]::-moz-focus-inner,[type="submit"]::-moz-focus-inner{border-style:none;padding:0}
button:-moz-focusring,[type="button"]:-moz-focusring,[type="reset"]:-moz-focusring,[type="submit"]:-moz-focusring{outline:1px dotted ButtonText}
fieldset{padding:.35em .75em .625em}
legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}
progress{vertical-align:baseline}
textarea{overflow:auto}
[type="checkbox"],[type="radio"]{box-sizing:border-box;padding:0}
[type="number"]::-webkit-inner-spin-button,[type="number"]::-webkit-outer-spin-button{height:auto}
[type="search"]{-webkit-appearance:textfield;outline-offset:-2px}
[type="search"]::-webkit-search-decoration{-webkit-appearance:none}
::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}
details{display:block}
summary{display:list-item}
template{display:none}
[hidden]{display:none!important}
/* End */


/* Start:/local/templates/lestone/css/fancybox.css?178877326532692*/
: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:var(--f-button-width);height:var(--f-button-height);border:var(--f-button-border);border-radius:var(--f-button-border-radius);color:var(--f-button-color);background:var(--f-button-bg);box-shadow:var(--f-button-shadow);transform:var(--f-button-transform);transition:var(--f-button-transition);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:var(--f-button-hover-color, var(--f-button-color));background-color:var(--f-button-hover-bg, var(--f-button-bg))}}.f-button:active:not([aria-disabled]){color:var(--f-button-active-color, var(--f-button-hover-color, var(--f-button-color)));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:var(--f-button-outline-width) solid var(--f-button-outline-color);outline-offset:var(--f-button-outline-offset)}.f-button svg{width:var(--f-button-svg-width);height:var(--f-button-svg-height);transform:var(--f-button-svg-transform);fill:var(--f-button-svg-fill);filter:var(--f-button-svg-filter);opacity:var(--f-button-svg-opacity, 1);transition:var(--f-button-svg-transition);stroke:currentColor;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: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:var(--f-spinner-width);height:var(--f-spinner-height);translate:-50% -50%;border:var(--f-spinner-border-width) solid var(--f-spinner-color-1);border-top-color:var(--f-spinner-color-2);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;object-fit:contain;transition: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%;object-fit:fill}picture.f-panzoom__content img{vertical-align:top;width:100%;height:auto;max-height:100%;object-fit:contain;transition:none;user-select:none}.f-panzoom__protected{position:absolute;inset:0;z-index:1;user-select:none}html.with-panzoom-in-fullscreen{overflow:hidden}.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: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:var(--f-transition-duration, .2s) ease both f-crossfadeIn;z-index:2}.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:var(--f-transition-duration, .85s) cubic-bezier(.16,1,.3,1) f-slideInNextX}.is-horizontal .f-slideIn.from-prev{animation:var(--f-transition-duration, .85s) cubic-bezier(.16,1,.3,1) f-slideInPrevX}.is-horizontal .f-slideOut.to-next{animation:var(--f-transition-duration, .85s) cubic-bezier(.16,1,.3,1) f-slideOutNextX}.is-horizontal .f-slideOut.to-prev{animation:var(--f-transition-duration, .85s) cubic-bezier(.16,1,.3,1) f-slideOutPrevX}@keyframes f-slideInPrevX{0%{transform:translate(calc(100% + var(--f-carousel-gap, 0)))}to{transform:translateZ(0)}}@keyframes f-slideInNextX{0%{transform:translate(calc(-100% - var(--f-carousel-gap, 0)))}to{transform:translateZ(0)}}@keyframes f-slideOutNextX{to{transform:translate(calc(-100% - var(--f-carousel-gap, 0)))}}@keyframes f-slideOutPrevX{to{transform:translate(calc(100% + var(--f-carousel-gap, 0)))}}.is-vertical .f-slideIn.from-next{animation:var(--f-transition-duration, .85s) cubic-bezier(.16,1,.3,1) f-slideInNextY}.is-vertical .f-slideIn.from-prev{animation:var(--f-transition-duration, .85s) cubic-bezier(.16,1,.3,1) f-slideInPrevY}.is-vertical .f-slideOut.to-next{animation:var(--f-transition-duration, .85s) cubic-bezier(.16,1,.3,1) f-slideOutNextY}.is-vertical .f-slideOut.to-prev{animation:var(--f-transition-duration, .85s) cubic-bezier(.16,1,.3,1) f-slideOutPrevY}@keyframes f-slideInPrevY{0%{transform:translateY(calc(100% + var(--f-carousel-gap, 0)))}to{transform:translateZ(0)}}@keyframes f-slideInNextY{0%{transform:translateY(calc(-100% - var(--f-carousel-gap, 0)))}to{transform:translateZ(0)}}@keyframes f-slideOutNextY{to{transform:translateY(calc(-100% - var(--f-carousel-gap, 0)))}}@keyframes f-slideOutPrevY{to{transform:translateY(calc(100% + var(--f-carousel-gap, 0)))}}.f-zoomInUp{animation:var(--f-transition-duration, .3s) ease both f-zoomInUp}.f-zoomOutDown{animation:var(--f-transition-duration, .3s) ease both f-zoomOutDown}@keyframes f-zoomInUp{0%{transform:scale(var(--f-zoomInUp-scale, .975)) translate3d(var(--f-zoomInUp-x, 0),var(--f-zoomInUp-y, 16px),0);opacity:var(--f-zoomInUp-opacity, 0)}to{transform:scale(1) translateZ(0);opacity:1}}@keyframes f-zoomOutDown{to{transform:scale(var(--f-zoomOutDown-scale, .975)) translate3d(var(--f-zoomOutDown-x, 0),var(--f-zoomOutDown-y, 16px),0);opacity:0}}.f-throwOutUp{animation:var(--f-throwOutUp-duration, .2s) ease-out both f-throwOutUp}.f-throwOutDown{animation:var(--f-throwOutDown-duration, .2s) ease-out both f-throwOutDown}@keyframes f-throwOutUp{to{transform:translate3d(0,calc(var(--f-throwOutUp-y, 150px) * -1),0);opacity:0}}@keyframes f-throwOutDown{to{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:var(--f-html-margin, 0);padding:var(--f-html-padding, 2rem);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:var(--f-caption-padding, 16px 8px);max-width:100%;max-height:calc(80vh - 100px);overflow:auto;overflow-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:var(--f-video-width, 960px);max-height:var(--f-video-height, 540px);aspect-ratio:var(--f-video-aspect-ratio);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{inset:50% auto auto;transform:translateY(-50%)}.is-horizontal.is-ltr .f-button.is-arrow.is-prev{left:var(--f-arrow-pos, 0)}.is-horizontal.is-ltr .f-button.is-arrow.is-next{right:var(--f-arrow-pos, 0)}.is-horizontal.is-rtl .f-button.is-arrow.is-prev{right:var(--f-arrow-pos, 0);transform:translateY(-50%) rotateY(180deg)}.is-horizontal.is-rtl .f-button.is-arrow.is-next{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: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: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:var(--f-toolbar-margin, 0);padding:var(--f-toolbar-padding, 8px);line-height:var(--f-toolbar-line-height);background:var(--f-toolbar-bg, none);box-shadow:var(--f-toolbar-shadow, none);backdrop-filter:var(--f-toolbar-backdrop-filter);position:relative;z-index:20;color:var(--f-toolbar-color, currentColor);font-size:var(--f-toolbar-font-size, 17px);font-weight:var(--f-toolbar-font-weight, inherit);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-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: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;user-select:none;margin:var(--f-counter-margin, 0);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 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:var(--f-thumbs-margin);padding:var(--f-thumbs-padding-y) var(--f-thumbs-padding-x);overflow:hidden;background:var(--f-thumbs-bg);-webkit-tap-highlight-color:transparent;user-select:none;transition:var(--f-thumbs-transition);z-index:var(--f-thumbs-z-index)}.f-thumbs.is-horizontal{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) + 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:var(--f-thumb-img-width);height:var(--f-thumb-img-height);object-fit:var(--f-thumb-img-fit);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: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:var(--f-thumb-hover-opacity, 1);transform:var(--f-thumb-hover-transform, none)}.f-thumbs__slide:hover button:after{border:var(--f-thumb-hover-border, 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:var(--f-thumb-transition);border-radius:var(--f-thumb-border-radius);opacity:var(--f-thumb-opacity);transform:var(--f-thumb-transform);background:var(--f-thumb-bg)}.f-thumbs__slide button:after{content:"";position:absolute;inset:0;z-index:1;transition:var(--f-thumb-border-transition);border-radius:inherit;border:var(--f-thumb-border);box-shadow:var(--f-thumb-shadow)}.f-thumbs__slide button:focus-within{opacity:var(--f-thumb-focus-opacity, 1);transform:var(--f-thumb-focus-transform, none)}.f-thumbs__slide button:focus-within:after{border:var(--f-thumb-focus-border, none);box-shadow:var(--f-thumb-focus-shadow, var(--f-thumb-shadow))}.f-thumbs__slide:active{opacity:var(--f-thumb-active-opacity, 1);transform:var(--f-thumb-active-transform, none)}.f-thumbs__slide:active:after{border:var(--f-thumb-active-border, 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:var(--f-thumb-selected-opacity, 1);transform:var(--f-thumb-selected-transform, none)}.f-thumbs__slide.is-selected button:after{border:var(--f-thumb-selected-border, none);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 + var(--f-thumbs-padding-x));margin-inline: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: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-inline:50%;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 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:var(--f-thumb-focus-border, none);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(var(--f-thumb-width),1fr));grid-auto-rows:var(--f-thumb-height);gap:var(--f-thumbs-gap);overflow:auto;overscroll-behavior:contain;user-select:none}.f-thumbs.is-scrollable .f-thumbs__viewport .f-thumbs__slide{grid-area:auto;display:block;position:relative;max-width:100%;width:var(--f-thumb-width);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:var(--f-progressbar-z-index);height:var(--f-progressbar-height);transform:scaleX(0);transform-origin:0;opacity:var(--f-progressbar-opacity);background:var(--f-progressbar-color);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:calc(var(--f-body-margin, 0px) + var(--f-scrollbar-compensate, 0px));overflow:hidden!important;overscroll-behavior-y:none}.fancybox__dialog{position:fixed;inset:0;z-index:1050;width:100%;height:100vh;max-height:unset;max-width:unset;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;inset: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,.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,.f-panzoom__wrapper,.f-spinner){opacity:var(--f-drag-opacity, 1)}.fancybox__container:not(.is-ready,.is-hiding){visibility:hidden}.fancybox__container.is-revealing>*:not(.fancybox__carousel),.fancybox__container.is-revealing .fancybox__carousel>*:not(.fancybox__grid,.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,.f-panzoom__wrapper){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,.fancybox__viewport),.fancybox__container.is-hiding .fancybox__column>*:not(.fancybox__viewport),.fancybox__container.is-hiding .fancybox__slide.is-selected>*:not(.f-html,.f-panzoom__wrapper){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;inset:0;z-index:-1;background:var(--fancybox-backdrop-bg);filter:var(--fancybox-backdrop-filter)}.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:"";inset:-30px;z-index:1}.fancybox__viewport{display:grid;flex:1;min-height:0;min-width:0;position:relative;overflow:visible;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: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: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:unset;--f-thumbs-padding-y: unset}.fancybox__thumbs.is-scrollable .f-thumbs__viewport{overflow-x:hidden!important;grid-template-columns:repeat(auto-fill,calc((100% - var(--f-thumbs-gap) * (var(--f-thumbs-cols) - 1)) / var(--f-thumbs-cols)))!important}
/* End */


/* Start:/local/templates/lestone/css/swiper.css?178877326514356*/
:root{--swiper-theme-color:#007aff}:host{display:block;margin-left:auto;margin-right:auto;position:relative;z-index:1}.swiper{display:block;list-style:none;margin-left:auto;margin-right:auto;overflow:hidden;padding:0;position:relative;z-index:1}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{box-sizing:initial;display:flex;height:100%;position:relative;transition-property:transform;transition-timing-function:var(--swiper-wrapper-transition-timing-function,initial);width:100%;z-index:1}.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{display:block;flex-shrink:0;height:100%;position:relative;transition-property:transform;width:100%}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{backface-visibility:hidden;transform:translateZ(0)}.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d{perspective:1200px;.swiper-cube-shadow,.swiper-slide{transform-style:preserve-3d}}.swiper-css-mode{>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none;&::-webkit-scrollbar{display:none}}>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}&.swiper-horizontal{>.swiper-wrapper{scroll-snap-type:x mandatory}>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-slides-offset-before);scroll-margin-inline-start:var(--swiper-slides-offset-before)}>.swiper-wrapper>.swiper-slide:last-child{margin-inline-end:var(--swiper-slides-offset-after)}}&.swiper-vertical{>.swiper-wrapper{scroll-snap-type:y mandatory}>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-slides-offset-before);scroll-margin-block-start:var(--swiper-slides-offset-before)}>.swiper-wrapper>.swiper-slide:last-child{margin-block-end:var(--swiper-slides-offset-after)}}&.swiper-free-mode{>.swiper-wrapper{scroll-snap-type:none}>.swiper-wrapper>.swiper-slide{scroll-snap-align:none}}&.swiper-centered{>.swiper-wrapper:before{content:"";flex-shrink:0;order:9999}>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}}&.swiper-centered.swiper-horizontal{>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}>.swiper-wrapper:before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}}&.swiper-centered.swiper-vertical{>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}>.swiper-wrapper:before{height:var(--swiper-centered-offset-after);min-width:1px;width:100%}}}.swiper-3d{.swiper-slide-shadow,.swiper-slide-shadow-bottom,.swiper-slide-shadow-left,.swiper-slide-shadow-right,.swiper-slide-shadow-top{height:100%;left:0;pointer-events:none;position:absolute;top:0;width:100%;z-index:10}.swiper-slide-shadow{background:#00000026}.swiper-slide-shadow-left{background-image:linear-gradient(270deg,#00000080,#0000)}.swiper-slide-shadow-right{background-image:linear-gradient(90deg,#00000080,#0000)}.swiper-slide-shadow-top{background-image:linear-gradient(0deg,#00000080,#0000)}.swiper-slide-shadow-bottom{background-image:linear-gradient(180deg,#00000080,#0000)}}.swiper-lazy-preloader{border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-radius:50%;border-top:4px solid #0000;box-sizing:border-box;height:42px;left:50%;margin-left:-21px;margin-top:-21px;position:absolute;top:50%;transform-origin:50%;width:42px;z-index:10}.swiper-watch-progress .swiper-slide-visible,.swiper:not(.swiper-watch-progress){.swiper-lazy-preloader{animation:swiper-preloader-spin 1s linear infinite}}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.swiper-virtual .swiper-slide{-webkit-backface-visibility:hidden;transform:translateZ(0)}.swiper-virtual.swiper-css-mode{.swiper-wrapper:after{content:"";left:0;pointer-events:none;position:absolute;top:0}}.swiper-virtual.swiper-css-mode.swiper-horizontal{.swiper-wrapper:after{height:1px;width:var(--swiper-virtual-size)}}.swiper-virtual.swiper-css-mode.swiper-vertical{.swiper-wrapper:after{height:var(--swiper-virtual-size);width:1px}}:root{--swiper-navigation-size:44px}.swiper-button-next,.swiper-button-prev{align-items:center;color:var(--swiper-navigation-color,var(--swiper-theme-color));cursor:pointer;display:flex;height:var(--swiper-navigation-size);justify-content:center;position:absolute;width:var(--swiper-navigation-size);z-index:10;&.swiper-button-disabled{cursor:auto;opacity:.35;pointer-events:none}&.swiper-button-hidden{cursor:auto;opacity:0;pointer-events:none}.swiper-navigation-disabled &{display:none!important}::slotted(svg),svg{height:100%;object-fit:contain;transform-origin:center;width:100%;fill:currentColor;pointer-events:none}}.swiper-button-lock{display:none}.swiper-button-next,.swiper-button-prev{margin-top:calc(0px - var(--swiper-navigation-size)/2);top:var(--swiper-navigation-top-offset,50%)}.swiper-button-prev{left:var(--swiper-navigation-sides-offset,4px);right:auto;.swiper-navigation-icon,::slotted(.swiper-navigation-icon){transform:rotate(180deg)}}.swiper-button-next{left:auto;right:var(--swiper-navigation-sides-offset,4px)}.swiper-horizontal{.swiper-button-next,.swiper-button-prev,~.swiper-button-next,~.swiper-button-prev{margin-left:0;margin-top:calc(0px - var(--swiper-navigation-size)/2);top:var(--swiper-navigation-top-offset,50%)}&.swiper-rtl .swiper-button-next,&.swiper-rtl~.swiper-button-next,&~.swiper-button-prev,.swiper-button-prev{left:var(--swiper-navigation-sides-offset,4px);right:auto}&.swiper-rtl .swiper-button-prev,&.swiper-rtl~.swiper-button-prev,&~.swiper-button-next,.swiper-button-next{left:auto;right:var(--swiper-navigation-sides-offset,4px)}&.swiper-rtl .swiper-button-next,&.swiper-rtl~.swiper-button-next,&~.swiper-button-prev,.swiper-button-prev{.swiper-navigation-icon,::slotted(.swiper-navigation-icon){transform:rotate(180deg)}}&.swiper-rtl .swiper-button-prev,&.swiper-rtl~.swiper-button-prev{.swiper-navigation-icon,::slotted(.swiper-navigation-icon){transform:rotate(0deg)}}}.swiper-vertical{.swiper-button-next,.swiper-button-prev,~.swiper-button-next,~.swiper-button-prev{left:var(--swiper-navigation-top-offset,50%);margin-left:calc(0px - var(--swiper-navigation-size)/2);margin-top:0;right:auto}.swiper-button-prev,~.swiper-button-prev{bottom:auto;top:var(--swiper-navigation-sides-offset,4px);.swiper-navigation-icon,::slotted(.swiper-navigation-icon){transform:rotate(-90deg)}}.swiper-button-next,~.swiper-button-next{bottom:var(--swiper-navigation-sides-offset,4px);top:auto;.swiper-navigation-icon,::slotted(.swiper-navigation-icon){transform:rotate(90deg)}}}.swiper-pagination{position:absolute;text-align:center;transform:translateZ(0);transition:opacity .3s;z-index:10;&.swiper-pagination-hidden{opacity:0}&.swiper-pagination-disabled,.swiper-pagination-disabled>&{display:none!important}}.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:var(--swiper-pagination-bottom,8px);left:0;top:var(--swiper-pagination-top,auto);width:100%}.swiper-pagination-bullets-dynamic{font-size:0;overflow:hidden;.swiper-pagination-bullet{position:relative;transform:scale(.33)}.swiper-pagination-bullet-active,.swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullet-active-next-next{transform:scale(.33)}}.swiper-pagination-bullet{background:var(--swiper-pagination-bullet-inactive-color,#000);border-radius:var(--swiper-pagination-bullet-border-radius,50%);display:inline-block;height:var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,8px));opacity:var(--swiper-pagination-bullet-inactive-opacity,.2);width:var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,8px));button&{appearance:none;border:none;box-shadow:none;margin:0;padding:0}.swiper-pagination-clickable &{cursor:pointer}&:only-child{display:none!important}}.swiper-pagination-bullet-active{background:var(--swiper-pagination-color,var(--swiper-theme-color));opacity:var(--swiper-pagination-bullet-opacity,1)}.swiper-pagination-vertical.swiper-pagination-bullets,.swiper-vertical>.swiper-pagination-bullets{left:var(--swiper-pagination-left,auto);right:var(--swiper-pagination-right,8px);top:50%;transform:translate3d(0,-50%,0);.swiper-pagination-bullet{display:block;margin:var(--swiper-pagination-bullet-vertical-gap,6px) 0}&.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px;.swiper-pagination-bullet{display:inline-block;transition:transform .2s,top .2s}}}.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-horizontal.swiper-pagination-bullets{.swiper-pagination-bullet{margin:0 var(--swiper-pagination-bullet-horizontal-gap,4px)}&.swiper-pagination-bullets-dynamic{left:50%;transform:translateX(-50%);white-space:nowrap;.swiper-pagination-bullet{transition:transform .2s,left .2s}}}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:transform .2s,right .2s}.swiper-pagination-fraction{color:var(--swiper-pagination-fraction-color,inherit)}.swiper-pagination-progressbar{background:var(--swiper-pagination-progressbar-bg-color,#00000040);position:absolute;.swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color,var(--swiper-theme-color));height:100%;left:0;position:absolute;top:0;transform:scale(0);transform-origin:left top;width:100%}.swiper-rtl & .swiper-pagination-progressbar-fill{transform-origin:right top}&.swiper-pagination-horizontal,&.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,.swiper-horizontal>&,.swiper-vertical>&.swiper-pagination-progressbar-opposite{height:var(--swiper-pagination-progressbar-size,4px);left:0;top:0;width:100%}&.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,&.swiper-pagination-vertical,.swiper-horizontal>&.swiper-pagination-progressbar-opposite,.swiper-vertical>&{height:100%;left:0;top:0;width:var(--swiper-pagination-progressbar-size,4px)}}.swiper-pagination-lock{display:none}.swiper-scrollbar{background:var(--swiper-scrollbar-bg-color,#0000001a);border-radius:var(--swiper-scrollbar-border-radius,10px);position:relative;touch-action:none;&.swiper-scrollbar-disabled,.swiper-scrollbar-disabled>&{display:none!important}&.swiper-scrollbar-horizontal,.swiper-horizontal>&{bottom:var(--swiper-scrollbar-bottom,4px);height:var(--swiper-scrollbar-size,4px);left:var(--swiper-scrollbar-sides-offset,1%);position:absolute;top:var(--swiper-scrollbar-top,auto);width:calc(100% - var(--swiper-scrollbar-sides-offset, 1%)*2);z-index:50}&.swiper-scrollbar-vertical,.swiper-vertical>&{height:calc(100% - var(--swiper-scrollbar-sides-offset, 1%)*2);left:var(--swiper-scrollbar-left,auto);position:absolute;right:var(--swiper-scrollbar-right,4px);top:var(--swiper-scrollbar-sides-offset,1%);width:var(--swiper-scrollbar-size,4px);z-index:50}}.swiper-scrollbar-drag{background:var(--swiper-scrollbar-drag-bg-color,#00000080);border-radius:var(--swiper-scrollbar-border-radius,10px);height:100%;left:0;position:relative;top:0;width:100%}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-scrollbar-lock{display:none}.swiper-zoom-container{align-items:center;display:flex;height:100%;justify-content:center;text-align:center;width:100%;>canvas,>img,>svg{max-height:100%;max-width:100%;object-fit:contain}}.swiper-slide-zoomed{cursor:move;touch-action:none}.swiper .swiper-notification{left:0;opacity:0;pointer-events:none;position:absolute;top:0;z-index:-1000}.swiper-free-mode>.swiper-wrapper{margin:0 auto;transition-timing-function:ease-out}.swiper-grid>.swiper-wrapper{flex-wrap:wrap}.swiper-grid-column>.swiper-wrapper{flex-direction:column;flex-wrap:wrap}.swiper-fade{&.swiper-free-mode{.swiper-slide{transition-timing-function:ease-out}}.swiper-slide{pointer-events:none;transition-property:opacity;.swiper-slide{pointer-events:none}}.swiper-slide-active{pointer-events:auto;& .swiper-slide-active{pointer-events:auto}}}.swiper.swiper-cube{overflow:visible}.swiper-cube{.swiper-slide{backface-visibility:hidden;height:100%;pointer-events:none;transform-origin:0 0;visibility:hidden;width:100%;z-index:1;.swiper-slide{pointer-events:none}}&.swiper-rtl .swiper-slide{transform-origin:100% 0}.swiper-slide-active{&,& .swiper-slide-active{pointer-events:auto}}.swiper-slide-active,.swiper-slide-next,.swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-cube-shadow{bottom:0;height:100%;left:0;opacity:.6;position:absolute;width:100%;z-index:0;&:before{background:#000;bottom:0;content:"";filter:blur(50px);left:0;position:absolute;right:0;top:0}}}.swiper-cube{.swiper-slide-next+.swiper-slide{pointer-events:auto;visibility:visible}}.swiper-cube{.swiper-slide-shadow-cube.swiper-slide-shadow-bottom,.swiper-slide-shadow-cube.swiper-slide-shadow-left,.swiper-slide-shadow-cube.swiper-slide-shadow-right,.swiper-slide-shadow-cube.swiper-slide-shadow-top{backface-visibility:hidden;z-index:0}}.swiper.swiper-flip{overflow:visible}.swiper-flip{.swiper-slide{backface-visibility:hidden;pointer-events:none;z-index:1;.swiper-slide{pointer-events:none}}.swiper-slide-active{&,& .swiper-slide-active{pointer-events:auto}}}.swiper-flip{.swiper-slide-shadow-flip.swiper-slide-shadow-bottom,.swiper-slide-shadow-flip.swiper-slide-shadow-left,.swiper-slide-shadow-flip.swiper-slide-shadow-right,.swiper-slide-shadow-flip.swiper-slide-shadow-top{backface-visibility:hidden;z-index:0}}.swiper-creative{.swiper-slide{backface-visibility:hidden;overflow:hidden;transition-property:transform,opacity,height}}.swiper.swiper-cards{overflow:visible}.swiper-cards{.swiper-slide{backface-visibility:hidden;overflow:hidden;transform-origin:center bottom}}
/* End */


/* Start:/local/templates/lestone/css/nice-select2.css?17887732654170*/
.nice-select{-webkit-tap-highlight-color:rgba(0,0,0,0);background-color:#fff;border-radius:5px;border:solid 1px #e8e8e8;box-sizing:border-box;clear:both;cursor:pointer;display:block;width:fit-content;font-family:inherit;font-size:14px;font-weight:normal;height:38px;line-height:36px;outline:none;padding-left:18px;padding-right:30px;position:relative;text-align:left !important;transition:all .2s ease-in-out;user-select:none;white-space:nowrap}.nice-select:hover{border-color:hsl(0,0%,85.9803921569%)}.nice-select:active,.nice-select:focus{border-color:#999}.nice-select:after{border-bottom:2px solid #999;border-right:2px solid #999;content:"";display:block;height:5px;margin-top:-4px;pointer-events:none;position:absolute;right:12px;top:50%;transform-origin:66% 66%;transform:rotate(45deg);transition:all .15s ease-in-out;width:5px}.nice-select.open{border-color:#999}.nice-select.open:after{transform:rotate(-135deg)}.nice-select.open .nice-select-dropdown{opacity:1;pointer-events:auto;transform:scale(1) translateY(0)}.nice-select.disabled{border-color:rgb(237.1,237.1,237.1);color:#999;pointer-events:none}.nice-select.disabled:after{border-color:#ccc}.nice-select.wide{width:100%}.nice-select.wide .nice-select-dropdown{left:0 !important;right:0 !important}.nice-select.right{float:right}.nice-select.right .nice-select-dropdown{left:auto;right:0}.nice-select.small{font-size:12px;height:36px;line-height:34px}.nice-select.small:after{height:4px;width:4px}.nice-select.small .option{line-height:34px;min-height:34px}.nice-select .has-multiple{white-space:inherit;height:auto;padding:7px 12px;min-height:36px;line-height:22px}.nice-select .has-multiple span.current{border:1px solid #ccc;background:#eee;padding:0 10px;border-radius:3px;display:inline-block;line-height:24px;font-size:14px;margin-bottom:3px;margin-right:3px}.nice-select .has-multiple .multiple-options{display:block;line-height:24px;padding:0}.nice-select .nice-select-search-box{box-sizing:border-box;width:100%;padding:5px;pointer-events:none;border-radius:5px 5px 0 0}.nice-select .nice-select-search{box-sizing:border-box;background-color:#fff;border:1px solid #e8e8e8;border-radius:3px;color:#444;display:inline-block;vertical-align:middle;padding:7px 12px;margin:0 10px 0 0;width:100%;min-height:36px;line-height:22px;height:auto;outline:0 !important;font-size:14px}.nice-select .nice-select-dropdown{margin-top:4px;background-color:#fff;border-radius:5px;box-shadow:0 0 0 1px rgba(68,68,68,.11);pointer-events:none;position:absolute;top:100%;left:0;transform-origin:50% 0;transform:scale(0.75) translateY(19px);transition:all .2s cubic-bezier(0.5, 0, 0, 1.25),opacity .15s ease-out;z-index:9;opacity:0;max-height:230px;overflow-y:scroll;overflow-x:hidden}.nice-select .list{border-radius:5px;box-sizing:border-box;padding:0}.nice-select .list:hover .option:not(:hover){background-color:rgba(0,0,0,0) !important}.nice-select .option{cursor:pointer;font-weight:400;line-height:40px;list-style:none;outline:none;padding-left:18px;padding-right:29px;text-align:left;transition:all .2s}.nice-select .option:hover,.nice-select .option.focus,.nice-select .option.selected.focus{background-color:#f6f6f6}.nice-select .option.selected{font-weight:bold}.nice-select .option.disabled{background-color:rgba(0,0,0,0);color:#999;cursor:default}.nice-select .extra{float:right}.nice-select .optgroup{font-weight:bold}.no-csspointerevents .nice-select .nice-select-dropdown{display:none}.no-csspointerevents .nice-select.open .nice-select-dropdown{display:block}.nice-select .list::-webkit-scrollbar{width:0}.hidden-select{opacity:0;width:0;padding:0;height:0;font-size:0;min-height:auto}.select-selection-list{list-style:none;padding:0;margin:0}.select-selection-list .select-selection{background-color:#e4e4e4;border:1px solid #aaa;border-radius:4px;box-sizing:border-box;display:inline-block;margin-left:5px;margin-top:5px;padding:2px 5px;position:relative;max-width:100%;overflow:hidden;text-overflow:ellipsis;vertical-align:bottom;white-space:nowrap}.select-selection-list button.remove-select-selection{height:15px;width:15px;line-height:15px;padding:0px;background-color:#bd2919;border-radius:20%}
/* End */


/* Start:/local/templates/lestone/css/style.css?1788773265257767*/
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

::-moz-selection {
  color: #fff;
  background: #0097d7;
}

::selection {
  color: #fff;
  background: #0097d7;
}

::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}
@media (pointer: coarse) {
  ::-webkit-scrollbar {
    width: 0;
    height: 0;
  }
}

::-webkit-scrollbar-track {
  background-color: #eee;
}

::-webkit-scrollbar-thumb {
  background-color: #0097d7;
}

@-moz-document url-prefix() {
  * {
    scrollbar-width: thin;
    scrollbar-color: #0097d7 #eee;
  }
}
::-webkit-input-placeholder {
  color: #909090;
  opacity: 1;
}
::-webkit-input-placeholder,
:-ms-input-placeholder,
::-ms-input-placeholder,
::-moz-placeholder,
::placeholder {
  color: #909090;
  opacity: 1;
}

:focus::-webkit-input-placeholder {
  color: transparent !important;
}

:focus::-webkit-input-placeholder,
:focus:-ms-input-placeholder,
:focus::-ms-input-placeholder,
:focus::-moz-placeholder,
:focus::placeholder {
  color: transparent !important;
}

a,
input,
textarea,
select,
button {
  font-family: inherit;
  color: inherit;
}

a:hover {
  color: inherit;
}

textarea {
  resize: none;
}

a {
  text-decoration: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

a,
input[type=button],
input[type=submit],
button {
  -webkit-transition: 0.25s;
  transition: 0.25s;
  cursor: pointer;
}

[disabled] {
  cursor: not-allowed;
}

picture,
video,
img,
svg {
  display: block;
  width: auto;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

.br {
  display: block;
}

.rotate180 {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: none;
     -moz-text-size-adjust: none;
      -ms-text-size-adjust: none;
          text-size-adjust: none;
  font-optical-sizing: auto;
  font-family: "Inter", sans-serif;
  min-width: 320px;
  color: #191919;
}

.app {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  min-height: 100vh;
}

.container {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 16px;
  padding-right: 16px;
  max-width: 1320px;
}

.input {
  width: 100%;
  background: none;
  border: none;
  padding: 0;
  font-size: 15px;
  line-height: 1.3;
  letter-spacing: -0.03em;
  font-weight: 600;
  border-bottom: 1px solid #d8d8d8;
  -webkit-transition: 0.25s;
  transition: 0.25s;
  color: #191919;
  height: 59px;
}
@media (min-width: 992px) {
  .input {
    height: 71px;
    font-size: 18px;
  }
}
.input:focus {
  background: #fff;
  border-color: #191919;
  color: #191919;
  padding: 0 16px;
}
@media (min-width: 992px) {
  .input:focus {
    padding: 0 20px;
  }
}

.textarea {
  width: 100%;
  background: none;
  border: none;
  padding: 20px 0;
  font-size: 15px;
  line-height: 1.3;
  letter-spacing: -0.03em;
  font-weight: 600;
  border-bottom: 1px solid #d8d8d8;
  -webkit-transition: 0.25s;
  transition: 0.25s;
  color: #191919;
  height: 120px;
}
@media (min-width: 992px) {
  .textarea {
    height: 150px;
    padding: 24px 0;
    font-size: 18px;
  }
}
.textarea:focus {
  background: #fff;
  border-color: #191919;
  color: #191919;
  padding-left: 16px;
  padding-right: 16px;
}
@media (min-width: 992px) {
  .textarea:focus {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 22px;
  height: 60px;
  background: #0097d7;
  color: #fff;
  text-transform: uppercase;
  font-size: 13px;
  line-height: 1.2;
  font-weight: 600;
  border: 1px solid #0097d7;
  text-align: left;
}
@media (min-width: 992px) {
  .button {
    font-size: 14px;
    height: 65px;
    padding: 0 24px;
  }
}
.button:hover {
  border-color: #ff6219;
  background: #ff6219;
}
.button span {
  max-width: calc(100% - 16px);
  padding-right: 22px;
}
.button i {
  width: 16px;
  height: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.button_thin {
  background: none;
  color: #0097d7;
}
.button_thin:hover {
  background: none;
  color: #ff6219;
}

.checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.checkbox label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}
.checkbox label input {
  display: none;
}
.checkbox label i {
  width: 22px;
  height: 22px;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid;
  color: #0097d7;
}
@media (min-width: 992px) {
  .checkbox label i {
    width: 24px;
    height: 24px;
  }
}
.checkbox label i:before {
  content: "";
  width: 16px;
  height: 16px;
  -webkit-transition: 0.25s;
  transition: 0.25s;
  opacity: 0;
  background: no-repeat 50% 50%;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTMuMzMzMDEgOC4wMDAzM0w2LjY2NjM0IDExLjMzMzdMMTMuMzMzIDQuNjY2OTkiIHN0cm9rZT0iIzAwOTdENyIgc3Ryb2tlLXdpZHRoPSIxLjMzMzMzIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPC9zdmc+Cg==);
  background-size: 16px 16px;
}
.checkbox label :checked + i:before {
  opacity: 1;
}
.checkbox label > span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: calc(100% - 22px);
  min-height: 22px;
  font-weight: 500;
  font-size: 13px;
  line-height: 1.2;
  letter-spacing: -0.03em;
  padding-left: 10px;
  color: #191919;
}
@media (min-width: 992px) {
  .checkbox label > span {
    width: calc(100% - 24px);
    font-size: 14px;
  }
}
.checkbox label > span a {
  text-decoration: underline;
}

.radio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.radio label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}
.radio label input {
  display: none;
}
.radio label i {
  width: 22px;
  height: 22px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid;
  color: #0097d7;
  border-radius: 999px;
}
@media (min-width: 992px) {
  .radio label i {
    width: 24px;
    height: 24px;
  }
}
.radio label i:before {
  content: "";
  width: 14px;
  height: 14px;
  background: #0097d7;
  border-radius: 999px;
  -webkit-transition: 0.25s;
  transition: 0.25s;
  opacity: 0;
}
@media (min-width: 992px) {
  .radio label i:before {
    width: 16px;
    height: 16px;
  }
}
.radio label :checked + i:before {
  opacity: 1;
}
.radio label > span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: calc(100% - 22px);
  min-height: 22px;
  font-weight: 500;
  font-size: 13px;
  line-height: 1.2;
  letter-spacing: -0.03em;
  padding-left: 10px;
  color: #191919;
}
@media (min-width: 992px) {
  .radio label > span {
    width: calc(100% - 24px);
    font-size: 14px;
  }
}
.radio label > span a {
  text-decoration: underline;
}

.input-search {
  display: block;
  height: 60px;
  font-weight: 600;
  font-size: 14px;
  line-height: 1;
  letter-spacing: -0.03em;
  border: none;
  color: #191919;
  padding: 0;
  padding-left: 52px;
  padding-right: 18px;
  background: #fff no-repeat 20px 50%;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTIxIDIxTDE1IDE1TTMgMTBDMyAxMC45MTkzIDMuMTgxMDYgMTEuODI5NSAzLjUzMjg0IDEyLjY3ODhDMy44ODQ2MyAxMy41MjgxIDQuNDAwMjQgMTQuMjk5NyA1LjA1MDI1IDE0Ljk0OTdDNS43MDAyNiAxNS41OTk4IDYuNDcxOTQgMTYuMTE1NCA3LjMyMTIyIDE2LjQ2NzJDOC4xNzA1IDE2LjgxODkgOS4wODA3NSAxNyAxMCAxN0MxMC45MTkzIDE3IDExLjgyOTUgMTYuODE4OSAxMi42Nzg4IDE2LjQ2NzJDMTMuNTI4MSAxNi4xMTU0IDE0LjI5OTcgMTUuNTk5OCAxNC45NDk3IDE0Ljk0OTdDMTUuNTk5OCAxNC4yOTk3IDE2LjExNTQgMTMuNTI4MSAxNi40NjcyIDEyLjY3ODhDMTYuODE4OSAxMS44Mjk1IDE3IDEwLjkxOTMgMTcgMTBDMTcgOS4wODA3NSAxNi44MTg5IDguMTcwNSAxNi40NjcyIDcuMzIxMjJDMTYuMTE1NCA2LjQ3MTk0IDE1LjU5OTggNS43MDAyNiAxNC45NDk3IDUuMDUwMjVDMTQuMjk5NyA0LjQwMDI0IDEzLjUyODEgMy44ODQ2MyAxMi42Nzg4IDMuNTMyODRDMTEuODI5NSAzLjE4MTA2IDEwLjkxOTMgMyAxMCAzQzkuMDgwNzUgMyA4LjE3MDUgMy4xODEwNiA3LjMyMTIyIDMuNTMyODRDNi40NzE5NCAzLjg4NDYzIDUuNzAwMjYgNC40MDAyNCA1LjA1MDI1IDUuMDUwMjVDNC40MDAyNCA1LjcwMDI2IDMuODg0NjMgNi40NzE5NCAzLjUzMjg0IDcuMzIxMjJDMy4xODEwNiA4LjE3MDUgMyA5LjA4MDc1IDMgMTBaIiBzdHJva2U9IiM5MDkwOTAiIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+Cjwvc3ZnPgo=);
  background-size: 22px 22px;
}
@media (min-width: 992px) {
  .input-search {
    background-size: 24px 24px;
    padding-left: 54px;
    padding-right: 20px;
    font-size: 18px;
    height: 64px;
  }
}

.file {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.file__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 8px;
}
@media (min-width: 992px) {
  .file__item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.file__item label {
  color: #0097d7;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 13px;
  line-height: 1.2;
  border-bottom: 1px dotted;
  cursor: pointer;
}
@media (min-width: 992px) {
  .file__item label {
    font-size: 14px;
  }
}
.file__item label input {
  display: none;
}
.file__item span {
  font-weight: 500;
  font-size: 13px;
  line-height: 1.2;
  letter-spacing: -0.03em;
  color: #909090;
}
@media (min-width: 992px) {
  .file__item span {
    font-size: 14px;
  }
}

.swiper-button-disabled,
.swiper-button-disabled:hover {
  color: #909090 !important;
}

.breadcrumbs {
  font-weight: 500;
  font-size: 13px;
  line-height: 1.2;
  letter-spacing: -0.03em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8px;
}
@media (min-width: 992px) {
  .breadcrumbs {
    font-size: 14px;
  }
}
.breadcrumbs a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  color: #909090;
}
.breadcrumbs a:after {
  content: "/";
  display: inline;
}
.breadcrumbs span {
  color: #0097d7;
}

.corner {
  position: fixed;
  bottom: 15px;
  right: -232px;
  color: #fff;
  font-size: 14px;
  line-height: 1.3;
  letter-spacing: -0.03em;
  z-index: 9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 262px;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}
@media (min-width: 992px) {
  .corner {
    width: 300px;
    bottom: 32px;
    right: -268px;
    font-size: 16px;
  }
}
.corner.active {
  right: 15px;
}
@media (min-width: 992px) {
  .corner.active {
    right: 32px;
  }
}
.corner button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 30px;
  height: auto;
  aspect-ratio: 1;
  padding: 0;
  background: #191919;
  border: 1px solid #252525;
}
@media (min-width: 992px) {
  .corner button {
    width: 32px;
  }
}
.corner button:hover {
  background: #ff6219;
  border-color: #ff6219;
}
.corner svg {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
  -webkit-transition: 0.25s;
  transition: 0.25s;
}
.corner.active svg {
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
}
.corner a {
  width: calc(100% - 30px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #ff6219;
}
@media (min-width: 992px) {
  .corner a {
    width: calc(100% - 32px);
  }
}
.corner a:hover {
  background: #191919;
}
.corner img {
  width: 50%;
  height: 76px;
}
@media (min-width: 992px) {
  .corner img {
    height: 88px;
  }
}
.corner span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 50%;
  height: 76px;
  padding: 10px;
}
@media (min-width: 992px) {
  .corner span {
    height: 88px;
    padding: 12px;
  }
}
.corner b {
  font-weight: 500;
}
.corner i {
  font-weight: 500;
  font-style: normal;
  text-align: right;
}

.cookies {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  padding: 20px;
  width: calc(100% - 30px);
  background: #252525;
  position: fixed;
  z-index: 9;
  bottom: 15px;
  left: 15px;
}
@media (min-width: 768px) {
  .cookies {
    max-width: 540px;
    padding: 32px;
    gap: 32px;
  }
}
@media (min-width: 992px) {
  .cookies {
    width: calc(100% - 64px);
    bottom: 32px;
    left: 32px;
  }
}
.cookies.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.cookies__text {
  font-weight: 500;
  font-size: 14px;
  line-height: 1.3;
  letter-spacing: -0.03em;
  color: rgba(255, 255, 255, 0.35);
}
@media (min-width: 992px) {
  .cookies__text {
    font-size: 16px;
  }
}
.cookies__btns {
  display: grid;
  gap: 10px 20px;
}
@media (min-width: 768px) {
  .cookies__btns {
    grid-template-columns: 1fr 1fr;
  }
}
.cookies__btns .button {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.to-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 8px;
  font-weight: 500;
  font-size: 13px;
  line-height: 1.2;
  letter-spacing: -0.03em;
  width: 100px;
  position: fixed;
  z-index: 99;
  bottom: 16px;
  right: -100%;
  color: #0097d7;
  -webkit-transition: 1s;
  transition: 1s;
}
@media (min-width: 992px) {
  .to-top {
    font-size: 14px;
    gap: 12px;
  }
}
.to-top.active {
  right: 16px;
}
.to-top i {
  width: 28px;
  height: 28px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid;
  border-radius: 999px;
}
@media (min-width: 992px) {
  .to-top i {
    width: 32px;
    height: 32px;
  }
}
.to-top svg {
  aspect-ratio: 8/12;
  height: 10px;
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
@media (min-width: 992px) {
  .to-top svg {
    width: auto;
    height: 12px;
  }
}

.header-wrapper {
  background: #191919;
  height: 55px;
}
@media (min-width: 992px) {
  .header-wrapper {
    height: 110px;
  }
}
@media (min-width: 1320px) {
  .header-wrapper {
    height: 140px;
  }
}

.header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  color: #191919;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}
.header__body {
  height: 55px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (min-width: 992px) {
  .header__body {
    height: 110px;
    padding-top: 32px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
@media (min-width: 1320px) {
  .header__body {
    height: 140px;
  }
}
.header__body-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 992px) {
  .header__body-left {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.header__body-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 992px) {
  .header__body-right {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.header__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.header__logo svg {
  height: 25px;
}
@media (min-width: 992px) {
  .header__logo svg {
    height: 30px;
  }
}
.header__logo svg + svg {
  display: none;
}
.header__nav {
  display: none;
  gap: 12px 48px;
  grid-template-columns: 1fr 1fr 1fr;
  margin-left: 130px;
}
@media (min-width: 1320px) {
  .header__nav {
    display: grid;
  }
}
.header__nav-item {
  font-weight: 600;
  font-size: 14px;
  line-height: 1.2;
  text-transform: uppercase;
}
.header__nav-item:hover {
  color: #0097d7;
}
.header__info {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 4px;
  margin-right: 130px;
}
@media (min-width: 992px) {
  .header__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.header__info-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 32px;
  width: 100%;
}
.header__info-phone {
  font-weight: 600;
  font-size: 16px;
  line-height: 1.3;
  letter-spacing: -0.03em;
}
.header__info-phone:hover {
  color: #0097d7;
}
.header__info-socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
}
.header__info-socials-item {
  width: 24px;
  height: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.header__info-socials-item:hover {
  color: #0097d7;
}
.header__info-callback {
  padding: 0;
  background: none;
  border: none;
  text-decoration: underline;
  font-size: 14px;
  line-height: 1.2;
  font-weight: 500;
  color: #0097d7;
  letter-spacing: -0.03em;
}
.header__info-callback:hover {
  color: #ff6219;
}
.header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
}
.header__phone {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 22px;
  height: 22px;
  color: #0097d7;
}
@media (min-width: 992px) {
  .header__phone {
    display: none;
  }
}
.header__phone:hover {
  color: #ff6219;
}
.header__search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 22px;
  height: 22px;
  padding: 0;
  border: none;
  background: none;
  -webkit-transition: color 0.25s;
  transition: color 0.25s;
}
@media (min-width: 992px) {
  .header__search {
    width: 24px;
    height: 24px;
  }
}
.header__search:hover {
  color: #0097d7;
}
.header__burger {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 40px;
  height: 22px;
  padding: 0;
  border: none;
  background: none;
  position: relative;
  margin-left: 15px;
  -webkit-transition: 0s;
  transition: 0s;
}
.header__burger:before, .header__burger:after {
  content: "";
  -webkit-transition: 0.25s;
  transition: 0.25s;
  position: absolute;
  height: 2px;
  background: #191919;
}
.header__burger:before {
  width: 40px;
  top: 50%;
  left: 0;
  margin-top: -5px;
}
.header__burger:after {
  width: 25px;
  top: 50%;
  left: 0;
  margin-top: 5px;
}
.header__burger:hover:before, .header__burger:hover:after {
  background: #0097d7;
}

.header-sub-menu {
  position: fixed;
  width: 100%;
  height: 0;
  top: 55px;
  left: 0;
  background: #191919;
  color: #fff;
  overflow: hidden;
  -webkit-transition: height 0.25s;
  transition: height 0.25s;
}
@media (min-width: 992px) {
  .header-sub-menu {
    top: 0;
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 1320px) {
  .header-sub-menu {
    grid-template-columns: 1fr 1fr 1fr;
    background: none;
  }
}
.header-sub-menu__overlay {
  z-index: 1;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  background: rgba(25, 25, 25, 0.6);
  backdrop-filter: blur(4px);
  border: none;
  padding: 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.header-sub-menu__name {
  display: none;
  position: fixed;
  bottom: -8px;
  right: -18px;
  color: #252525;
  opacity: 0.92;
  font-weight: 700;
  font-size: 128px;
  line-height: 1;
  letter-spacing: -0.03em;
  -webkit-writing-mode: sideways-lr;
      -ms-writing-mode: sideways-lr;
          writing-mode: sideways-lr;
  z-index: 2;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
@media (min-width: 992px) {
  .header-sub-menu__name {
    position: absolute;
    font-size: 216px;
    bottom: -14px;
    right: -64px;
  }
}
.header-sub-menu__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 24px 15px;
  position: absolute;
  z-index: 2;
  background: #191919;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
@media (min-width: 992px) {
  .header-sub-menu__body {
    padding: 32px;
    padding-top: 120px;
    padding-right: 152px;
    position: relative;
  }
}
@media (min-width: 1320px) {
  .header-sub-menu__body {
    height: 760px;
  }
}
.header-sub-menu__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 18px;
  position: relative;
  z-index: 2;
}
.header-sub-menu__item {
  font-weight: 600;
  font-size: 15px;
  line-height: 1.3;
  letter-spacing: -0.03em;
  text-transform: uppercase;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  text-align: left;
  padding: 0;
  background: none;
  border: none;
}
@media (min-width: 992px) {
  .header-sub-menu__item {
    font-size: 18px;
  }
}
.header-sub-menu__item:hover {
  color: #0097d7;
}
@media (min-width: 992px) {
  .header-sub-menu__item_examples {
    color: #0097d7;
  }
}
@media (min-width: 992px) {
  .header-sub-menu__item_examples svg {
    display: none;
  }
}
.header-sub-menu__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 4px;
  position: relative;
  z-index: 2;
}
.header-sub-menu__info .header__info-socials {
  margin-top: 20px;
}
.header-sub-menu__examples {
  z-index: 3;
  position: absolute;
  top: 0;
  right: -100%;
  width: 100%;
  height: 100%;
  padding: 24px 15px;
  padding-right: 90px;
  overflow: hidden;
  background: #0097d7;
  -webkit-transition: right 0.25s;
  transition: right 0.25s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 40px;
}
@media (min-width: 992px) {
  .header-sub-menu__examples {
    padding: 32px;
    padding-top: 120px;
    padding-right: 152px;
    position: relative;
    right: 0;
  }
}
@media (min-width: 1320px) {
  .header-sub-menu__examples {
    height: 760px;
  }
}
.header-sub-menu__examples-toper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.header-sub-menu__examples .header-sub-menu__name {
  display: none !important;
  color: #fff;
  opacity: 0.1;
}
@media (min-width: 992px) {
  .header-sub-menu__examples .header-sub-menu__name {
    display: block !important;
  }
}
.header-sub-menu__back {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  background: none;
  border: none;
  padding: 0;
  text-align: left;
  font-weight: 600;
  font-size: 13px;
  line-height: 1.2;
  position: relative;
  z-index: 2;
  margin-bottom: 40px;
}
@media (min-width: 992px) {
  .header-sub-menu__back {
    display: none;
  }
}
.header-sub-menu__back:hover {
  text-decoration: underline;
}
.header-sub-menu__navs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
  position: relative;
  z-index: 2;
}
.header-sub-menu__navs-item {
  font-weight: 600;
  font-size: 15px;
  line-height: 1.3;
  letter-spacing: -0.03em;
}
@media (min-width: 992px) {
  .header-sub-menu__navs-item {
    font-size: 18px;
  }
}
.header-sub-menu__navs-item:hover {
  text-decoration: underline;
}
.header-sub-menu__tags-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 32px;
}
.header-sub-menu__tags {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.3;
  letter-spacing: -0.03em;
}
.header-sub-menu__tags span {
  display: block;
}
.header-sub-menu__tags div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 6px;
}
.header-sub-menu__tags a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
  color: rgba(255, 255, 255, 0.5);
}
.header-sub-menu__tags a:hover {
  color: #fff;
}
.header-sub-menu__tags a:before {
  content: "/";
  color: rgba(255, 255, 255, 0.1);
}
.header-sub-menu__tags a:first-child:before {
  display: none;
}
.header-sub-menu__hot {
  display: none;
  width: 100%;
  height: 760px;
  background: #fff;
  color: #191919;
  position: relative;
  z-index: 3;
  grid-template-rows: 1fr 1fr;
}
@media (min-width: 1320px) {
  .header-sub-menu__hot {
    display: grid;
  }
}
.header-sub-menu__hot-pic {
  position: relative;
  overflow: hidden;
  padding: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.header-sub-menu__hot-pic img {
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}
.header-sub-menu__hot-pic i,
.header-sub-menu__hot-pic b {
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.2;
  letter-spacing: -0.03em;
  background: #ff6219;
  padding: 12px;
  z-index: 2;
  position: relative;
  color: #fff;
}
.header-sub-menu__hot-pic b {
  background: #0097d7;
}
.header-sub-menu__hot:hover .header-sub-menu__hot-pic img {
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
}
.header-sub-menu__hot-txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 32px;
  padding: 24px;
}
.header-sub-menu__hot-one {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.header-sub-menu__hot-two {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: right;
  color: #909090;
  font-weight: 500;
}
.header-sub-menu__hot-two div {
  margin-bottom: 16px;
  line-height: 1.6;
}
.header-sub-menu__hot-two b {
  color: #191919;
  font-weight: 500;
}
.header-sub-menu__hot-two i {
  font-style: normal;
  color: #ff6219;
}
.header-sub-menu__hot-title {
  font-weight: 600;
  font-size: 18px;
  line-height: 1.3;
  letter-spacing: -0.03em;
}
.header-sub-menu__hot-title:hover {
  color: #0097d7;
}
.header-sub-menu__hot-text {
  color: #909090;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.6;
  letter-spacing: -0.03em;
  margin-top: 16px;
}

.menu-actived {
  overflow: hidden;
}
.menu-actived .header {
  position: absolute !important;
}
@media (min-width: 992px) {
  .menu-actived .header {
    background: none;
  }
}
@media (min-width: 992px) {
  .menu-actived .header .container {
    max-width: none;
    padding-right: 0;
  }
}
@media (min-width: 992px) {
  .menu-actived .header__body {
    height: 90px;
    z-index: 2;
    position: relative;
  }
}
.menu-actived .header__nav,
.menu-actived .header__search {
  display: none;
}
@media (min-width: 992px) {
  .menu-actived .header__info {
    display: none;
  }
}
@media (min-width: 992px) {
  .menu-actived .header__inner {
    background: #191919;
    width: 86px;
    height: 90px;
    gap: 0;
    display: grid;
    grid-template-columns: 1fr;
    margin-top: -32px;
  }
}
@media (min-width: 992px) {
  .menu-actived .header__inner > button {
    width: 100%;
    height: 100%;
  }
}
@media (min-width: 992px) {
  .menu-actived .header__burger {
    margin: 0;
  }
}
.menu-actived .header__burger:before, .menu-actived .header__burger:after {
  width: 40px;
  margin: 0;
  left: 50%;
  margin-top: -1px;
  margin-left: -20px;
}
.menu-actived .header__burger:before {
  -webkit-transform: rotate(-25deg);
      -ms-transform: rotate(-25deg);
          transform: rotate(-25deg);
}
.menu-actived .header__burger:after {
  -webkit-transform: rotate(25deg);
      -ms-transform: rotate(25deg);
          transform: rotate(25deg);
}
.menu-actived .header-sub-menu {
  height: calc(100% - 55px);
}
@media (min-width: 992px) {
  .menu-actived .header-sub-menu {
    height: 100%;
    z-index: 1;
  }
}
@media (min-width: 1320px) {
  .menu-actived .header-sub-menu__overlay {
    height: 100%;
  }
}
.menu-actived .header-sub-menu__name {
  display: block;
}
.menu-actived.examples-actived .header {
  background: #0097d7;
}
.menu-actived.examples-actived .header__logo svg {
  display: none;
}
@media (min-width: 992px) {
  .menu-actived.examples-actived .header__logo svg {
    display: block;
  }
}
.menu-actived.examples-actived .header__logo svg + svg {
  display: block;
}
@media (min-width: 992px) {
  .menu-actived.examples-actived .header__logo svg + svg {
    display: none;
  }
}
.menu-actived.examples-actived .header__phone {
  color: #fff;
}
.menu-actived.examples-actived .header-sub-menu__examples {
  right: 0;
}
.menu-actived.examples-actived .header-sub-menu__examples .header-sub-menu__name {
  display: block !important;
}
.menu-actived.disable-hot .header-sub-menu__hot {
  display: none;
}
@media (min-width: 1320px) {
  .menu-actived.disable-hot .header-sub-menu {
    grid-template-columns: 1fr 1fr;
  }
}

.header-black .header {
  color: #fff;
  background: #191919;
}
.header-black .header__burger:before, .header-black .header__burger:after {
  background: #fff;
}
.header-black .header__burger:hover:before, .header-black .header__burger:hover:after {
  background: #0097d7;
}

.header-gray .header {
  background: #f3f3f3;
}
.header-gray.menu-actived .header {
  color: #fff;
  background: #191919;
}
.header-gray.menu-actived .header__burger:before, .header-gray.menu-actived .header__burger:after {
  background: #fff;
}
.header-gray.menu-actived .header__burger:hover:before, .header-gray.menu-actived .header__burger:hover:after {
  background: #0097d7;
}
.header-gray.menu-actived.examples-actived .header {
  background: #0097d7;
}

.header-fixed .header {
  position: fixed;
}
@media (min-width: 1320px) {
  .header-fixed .header__body {
    height: 110px;
    padding-top: 0;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media (min-width: 768px) {
  .header-static .header {
    position: relative;
  }
}

.hero {
  padding-top: 45px;
  position: relative;
  color: #fff;
  background: #191919;
  overflow: hidden;
}
@media (min-width: 1320px) {
  .hero {
    padding-top: 40px;
  }
}
.hero > svg {
  aspect-ratio: 130/30;
  width: calc(100% - 30px);
  max-width: 1256px;
  height: auto;
  margin: 0 auto;
  color: #252525;
  margin-top: 30px;
  margin-bottom: -10px;
}
@media (min-width: 768px) {
  .hero > svg {
    margin-top: 40px;
    margin-bottom: -20px;
  }
}
@media (min-width: 992px) {
  .hero > svg {
    width: calc(100% - 64px);
    margin-top: 60px;
    margin-bottom: -30px;
  }
}
@media (min-width: 1320px) {
  .hero > svg {
    margin-top: 80px;
    margin-bottom: -40px;
  }
}
.hero__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (min-width: 1320px) {
  .hero__body {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    width: 1628px;
  }
}
.hero__body-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-bottom: 60px;
  position: relative;
  z-index: 2;
}
@media (min-width: 1320px) {
  .hero__body-left {
    width: 620px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.hero__body-left:before {
  content: "";
  display: none;
  z-index: 1;
  position: absolute;
  top: 0;
  right: 0;
  background: #191919;
  width: 20000px;
  height: 100%;
}
@media (min-width: 1320px) {
  .hero__body-left:before {
    display: block;
  }
}
.hero__body-right {
  position: relative;
  z-index: 1;
}
@media (min-width: 1320px) {
  .hero__body-right {
    width: 1008px;
    padding-left: 76px;
  }
}
.hero__body-right:before {
  content: "";
  display: none;
  z-index: 2;
  position: absolute;
  top: 0;
  left: 1008px;
  background: #191919;
  width: 20000px;
  height: 100%;
}
@media (min-width: 1320px) {
  .hero__body-right:before {
    display: block;
  }
}
.hero__title {
  width: 100%;
  margin: 0;
  font-weight: 500;
  font-size: 40px;
  line-height: 1;
  letter-spacing: -0.03em;
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  .hero__title {
    font-size: 60px;
  }
}
@media (min-width: 1320px) {
  .hero__title {
    margin-bottom: 48px;
  }
}
.hero__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media (min-width: 1320px) {
  .hero__top {
    position: relative;
    z-index: 2;
  }
}
.hero__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
}
@media (min-width: 1320px) {
  .hero__bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 48px;
    position: relative;
    z-index: 2;
  }
}
.hero__text {
  letter-spacing: -0.03em;
  font-size: 14px;
  line-height: 1.3;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.35);
  padding-right: 57px;
}
@media (min-width: 992px) {
  .hero__text {
    font-size: 16px;
    padding-right: 76px;
  }
}
.hero__buttons {
  display: grid;
  gap: 10px 16px;
}
@media (min-width: 768px) {
  .hero__buttons {
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 992px) {
  .hero__buttons {
    max-width: 620px;
  }
}
@media (min-width: 1320px) {
  .hero__buttons {
    max-width: none;
  }
}
@media (min-width: 1320px) {
  .hero .swiper {
    overflow: visible;
  }
}
.hero .swiper-slide-active .hero__numb {
  opacity: 1;
}
.hero__navs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  position: absolute;
  z-index: 1;
  bottom: 0;
  right: 0;
  margin-bottom: -30px;
}
@media (min-width: 992px) {
  .hero__navs {
    margin-bottom: -42px;
    gap: 26px;
  }
}
@media (min-width: 1320px) {
  .hero__navs {
    margin: 0;
    bottom: -520px;
    right: -230px;
  }
}
.hero__navs:before {
  content: "";
  width: 1px;
  height: 30px;
  background: rgba(255, 255, 255, 0.2);
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
@media (min-width: 992px) {
  .hero__navs:before {
    height: 42px;
  }
}
.hero__navs-prev, .hero__navs-next {
  width: 30px;
  height: auto;
  aspect-ratio: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0;
  background: none;
  border: none;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
@media (min-width: 992px) {
  .hero__navs-prev, .hero__navs-next {
    width: 42px;
  }
}
.hero__navs-prev:hover, .hero__navs-next:hover {
  color: #0097d7;
}
.hero__navs-prev svg, .hero__navs-next svg {
  width: 28px;
  height: auto;
  aspect-ratio: 28/17;
}
@media (min-width: 992px) {
  .hero__navs-prev svg, .hero__navs-next svg {
    width: 42px;
  }
}
.hero__navs-next {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}
.hero__numb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 30px;
  letter-spacing: -0.03em;
  font-size: 14px;
  line-height: 1.3;
  font-weight: 500;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-transition: 0.25s;
  transition: 0.25s;
  opacity: 0;
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .hero__numb {
    font-size: 16px;
    height: 42px;
  }
}
@media (min-width: 1320px) {
  .hero__numb {
    width: 76px;
    height: 100%;
    background: #191919;
    position: absolute;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    z-index: 2;
    top: 0;
    left: -76px;
    margin: 0;
    -webkit-writing-mode: sideways-lr;
        -ms-writing-mode: sideways-lr;
            writing-mode: sideways-lr;
  }
}
.hero__photo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  aspect-ratio: 30/68;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
@media (min-width: 1320px) {
  .hero__photo {
    width: 100%;
    height: 680px;
  }
}
.hero__photo img {
  max-width: 100%;
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}
.hero__photo:hover img {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}
.hero__photo > span {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.4)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0) 100%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  z-index: 2;
  padding: 20px;
  padding-right: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media (min-width: 992px) {
  .hero__photo > span {
    padding: 32px;
    padding-right: 0;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
.hero__photo u {
  display: none;
  margin-bottom: 32px;
  width: 48px;
  height: 130px;
  position: relative;
  text-decoration: none;
  margin-left: -22px;
}
@media (min-width: 992px) {
  .hero__photo u {
    display: block;
  }
}
.hero__photo u span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 48px;
  height: auto;
  aspect-ratio: 1;
  border: 1px solid #fff;
  border-radius: 999px;
  -webkit-transition: 0.25s;
  transition: 0.25s;
  opacity: 0;
}
.hero__photo u span:before {
  content: "";
  width: 24px;
  height: auto;
  aspect-ratio: 1;
  background: #fff;
  border-radius: 999px;
}
.hero__photo u:after {
  content: "";
  width: 1px;
  height: 54px;
  background: #fff;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%);
      -ms-transform: translate(-50%);
          transform: translate(-50%);
  position: absolute;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}
.hero__photo:hover u span {
  opacity: 1;
}
.hero__photo:hover u:after {
  height: calc(100% - 48px);
}
.hero__photo b {
  font-weight: 500;
  font-size: 13px;
  line-height: 1.2;
}
@media (min-width: 992px) {
  .hero__photo b {
    font-size: 14px;
  }
}
.hero__photo i {
  font-style: normal;
  font-weight: 600;
  font-size: 17px;
  line-height: 1.3;
  letter-spacing: -0.03em;
  margin-top: 18px;
}
@media (min-width: 992px) {
  .hero__photo i {
    margin-top: 24px;
    font-size: 20px;
  }
}

.profit {
  overflow: hidden;
  margin-top: 80px;
}
@media (min-width: 992px) {
  .profit {
    margin-top: 160px;
  }
}
.profit__body {
  position: relative;
}
.profit__title {
  margin: 0;
  font-weight: 500;
  font-size: 32px;
  line-height: 1.1;
  letter-spacing: -0.03em;
  margin-bottom: 32px;
}
@media (min-width: 992px) {
  .profit__title {
    font-size: 50px;
    margin-bottom: 48px;
  }
}
@media (min-width: 1320px) {
  .profit__title {
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
  }
}
.profit .swiper {
  z-index: 2;
  width: 100%;
  max-width: 330px;
  margin: 0;
  overflow: visible;
}
@media (min-width: 992px) {
  .profit .swiper {
    max-width: none;
  }
}
@media (min-width: 992px) {
  .profit .swiper-wrapper {
    -webkit-transform: none !important;
        -ms-transform: none !important;
            transform: none !important;
    height: auto;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (min-width: 1320px) {
  .profit .swiper-wrapper {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);
  }
}
.profit .swiper-wrapper:before {
  content: "";
  display: none;
}
@media (min-width: 1320px) {
  .profit .swiper-wrapper:before {
    display: block;
  }
}
.profit .swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media (min-width: 992px) {
  .profit .swiper-slide {
    width: 100% !important;
  }
}
@media (min-width: 1320px) {
  .profit .swiper-slide {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
}
.profit .swiper-slide:first-child .profit__item {
  border-left: 1px solid #e7e7e7;
}
@media (min-width: 1320px) {
  .profit .swiper-slide:first-child .profit__item {
    border-bottom: none;
  }
}
@media (min-width: 1320px) {
  .profit .swiper-slide:first-child .profit__item + .profit__item {
    border-left: none;
  }
}
@media (min-width: 1320px) {
  .profit .swiper-slide:nth-child(2) .profit__item + .profit__item {
    border-right: none;
  }
}
.profit__item {
  width: 100%;
  height: 245px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  background: #fff;
  border: 1px solid #e7e7e7;
  border-left: none;
  padding: 22px;
  -webkit-transition: background-color 0.25s;
  transition: background-color 0.25s;
}
@media (min-width: 992px) {
  .profit__item {
    height: 345px;
    padding: 24px;
  }
}
@media (min-width: 1320px) {
  .profit__item {
    height: auto;
    aspect-ratio: 1;
  }
}
.profit__item:first-child {
  border-bottom: none;
}
@media (min-width: 1320px) {
  .profit__item:first-child {
    border: 1px solid #e7e7e7;
  }
}
.profit__item:hover {
  background: #0097d7;
}
.profit__item-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.profit__item-icon {
  width: 64px;
  height: auto;
  aspect-ratio: 1;
  -o-object-fit: contain;
     object-fit: contain;
}
.profit__item span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}
@media (min-width: 992px) {
  .profit__item span {
    gap: 32px;
  }
}
.profit__item b {
  font-weight: 600;
  font-size: 17px;
  line-height: 1.3;
  letter-spacing: -0.03em;
}
@media (min-width: 992px) {
  .profit__item b {
    font-size: 20px;
  }
}
@media (min-width: 1320px) {
  .profit__item b {
    max-width: 75%;
  }
}
.profit__item i {
  font-style: normal;
  color: #909090;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.3;
  min-height: 55px;
}
@media (min-width: 992px) {
  .profit__item i {
    font-size: 16px;
    min-height: 84px;
  }
}
.profit__item:hover i {
  color: #191919;
}
.profit__numb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 50px;
  letter-spacing: -0.03em;
  font-size: 14px;
  line-height: 1.3;
  font-weight: 500;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  padding-top: 20px;
  opacity: 0;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}
@media (min-width: 992px) {
  .profit__numb {
    font-size: 16px;
    height: 62px;
  }
}
@media (min-width: 992px) {
  .profit__numb {
    display: none;
  }
}
.swiper-slide-active .profit__numb {
  opacity: 1;
}
.profit__navs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  position: relative;
  z-index: 3;
  margin-top: -30px;
}
@media (min-width: 992px) {
  .profit__navs {
    margin-top: -42px;
    display: none;
  }
}
.profit__navs-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  background: #fff;
}
@media (min-width: 992px) {
  .profit__navs-inner {
    gap: 26px;
  }
}
.profit__navs-inner:before {
  content: "";
  width: 1px;
  height: 30px;
  background: #e7e7e7;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
@media (min-width: 992px) {
  .profit__navs-inner:before {
    height: 42px;
  }
}
.profit__navs-prev, .profit__navs-next {
  width: 30px;
  height: auto;
  aspect-ratio: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0;
  background: none;
  border: none;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
@media (min-width: 992px) {
  .profit__navs-prev, .profit__navs-next {
    width: 42px;
  }
}
.profit__navs-prev:hover, .profit__navs-next:hover {
  color: #0097d7;
}
.profit__navs-prev svg, .profit__navs-next svg {
  width: 28px;
  height: auto;
  aspect-ratio: 28/17;
}
@media (min-width: 992px) {
  .profit__navs-prev svg, .profit__navs-next svg {
    width: 42px;
  }
}
.profit__navs-next {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}
.profit__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-top: 40px;
}
@media (min-width: 992px) {
  .profit__bottom {
    margin-top: 64px;
  }
}
.profit__bottom span {
  font-weight: 500;
  font-size: 20px;
  line-height: 1.2;
  letter-spacing: -0.03em;
}
@media (min-width: 992px) {
  .profit__bottom span {
    max-width: 66%;
    font-size: 35px;
  }
}

.footer {
  position: relative;
  overflow: hidden;
  background: #191919;
  color: #fff;
  padding-top: 60px;
}
.footer > svg {
  aspect-ratio: 130/30;
  width: calc(100% - 30px);
  max-width: 1256px;
  height: auto;
  margin: 0 auto;
  color: #252525;
  margin-top: 30px;
  margin-bottom: -10px;
}
@media (min-width: 768px) {
  .footer > svg {
    margin-top: 40px;
    margin-bottom: -20px;
  }
}
@media (min-width: 992px) {
  .footer > svg {
    width: calc(100% - 64px);
    margin-top: 60px;
    margin-bottom: -30px;
  }
}
@media (min-width: 1320px) {
  .footer > svg {
    margin-top: 80px;
    margin-bottom: -40px;
  }
}
.footer__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  gap: 60px;
}
@media (min-width: 768px) {
  .footer__body {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
}
.footer__body-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.footer__body-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.footer__label {
  display: block;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.3;
  letter-spacing: -0.03em;
  margin-bottom: 12px;
}
@media (min-width: 992px) {
  .footer__label {
    font-size: 16px;
  }
}
.footer__nav {
  display: grid;
  gap: 12px 48px;
}
@media (min-width: 992px) {
  .footer__nav {
    grid-template-columns: 1fr 1fr;
  }
}
.footer__nav-link {
  font-weight: 600;
  font-size: 13px;
  line-height: 1.2;
  letter-spacing: -0.03em;
  text-transform: uppercase;
}
@media (min-width: 992px) {
  .footer__nav-link {
    font-size: 14px;
  }
}
.footer__nav-link:hover {
  color: #0097d7;
}
.footer__contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 24px;
  margin-top: 60px;
}
@media (min-width: 992px) {
  .footer__contact {
    margin-top: 64px;
  }
}
.footer__contact-phone {
  font-weight: 500;
  font-size: 32px;
  line-height: 1.1;
  letter-spacing: -0.03em;
}
@media (min-width: 992px) {
  .footer__contact-phone {
    font-size: 50px;
  }
}
.footer__contact .button {
  width: 100%;
}
@media (min-width: 992px) {
  .footer__contact .button {
    width: auto;
    min-width: 280px;
  }
}
.footer .footer__links {
  margin-top: 60px;
}
@media (min-width: 992px) {
  .footer .footer__links {
    margin-top: 64px;
  }
}
.footer .footer__links-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8px;
}
.footer .footer__links-items a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.3;
  letter-spacing: -0.03em;
  color: #545454;
}
.footer .footer__links-items a:hover {
  color: #fff;
}
.footer .footer__links-items a:after {
  content: " /";
  color: #252525;
}
.footer .footer__links-items a:last-child:after {
  display: none;
}
.footer .footer__links + .footer__links {
  margin-top: 30px;
}
@media (min-width: 992px) {
  .footer .footer__links + .footer__links {
    margin-top: 32px;
  }
}
.footer__address {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.footer__address i {
  font-style: normal;
  color: #909090;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.3;
  letter-spacing: -0.03em;
}
@media (min-width: 992px) {
  .footer__address i {
    font-size: 16px;
  }
}
.footer__address a {
  font-weight: 500;
  font-size: 14px;
  line-height: 1.3;
  letter-spacing: -0.03em;
  color: #0097d7;
  margin-top: 12px;
}
@media (min-width: 992px) {
  .footer__address a {
    font-size: 16px;
  }
}
.footer__address a:hover {
  color: #ff6219;
}
.footer__socials {
  margin-top: 60px;
}
@media (min-width: 992px) {
  .footer__socials {
    margin-top: 64px;
  }
}
.footer__socials-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}
.footer__socials-row a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #0097d7;
}
.footer__socials-row a:hover {
  color: #ff6219;
}
.footer__socials-row a svg {
  width: 45px;
  height: auto;
  aspect-ratio: 1;
}
@media (min-width: 992px) {
  .footer__socials-row a svg {
    width: 48px;
  }
}
.footer__partner {
  display: none;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-top: 64px;
}
@media (min-width: 992px) {
  .footer__partner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.footer__partner a {
  font-weight: 500;
  font-size: 16px;
  line-height: 1.3;
  letter-spacing: -0.03em;
  text-decoration: underline;
  color: #0097d7;
}
.footer__partner a:hover {
  color: #ff6219;
}
.footer__copy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 16px;
  margin-top: 40px;
}
@media (min-width: 992px) {
  .footer__copy {
    margin-top: 120px;
  }
}
.footer__copy i {
  color: #909090;
  font-weight: 500;
  font-size: 13px;
  line-height: 1.2;
  font-style: normal;
  letter-spacing: -0.03em;
}
@media (min-width: 992px) {
  .footer__copy i {
    font-size: 16px;
  }
}

.portfolio {
  margin-top: 80px;
}
@media (min-width: 992px) {
  .portfolio {
    margin-top: 160px;
  }
}
.portfolio__title {
  margin: 0;
  font-weight: 500;
  font-size: 32px;
  line-height: 1.1;
  letter-spacing: -0.03em;
  margin-bottom: 32px;
}
@media (min-width: 992px) {
  .portfolio__title {
    font-size: 50px;
    margin-bottom: 48px;
  }
}
.portfolio__items {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(4, auto);
}
@media (min-width: 992px) {
  .portfolio__items {
    gap: 16px;
  }
}
@media (min-width: 1320px) {
  .portfolio__items {
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(2, auto);
  }
}
.portfolio__item:nth-child(1) {
  grid-area: 1/1/2/2;
}
@media (min-width: 1320px) {
  .portfolio__item:nth-child(1) {
    grid-area: 1/1/3/2;
  }
}
.portfolio__item:nth-child(1) .portfolio__photo {
  aspect-ratio: 16/36;
}
@media (min-width: 1320px) {
  .portfolio__item:nth-child(1) .portfolio__photo {
    aspect-ratio: auto;
  }
}
.portfolio__item:nth-child(2) {
  grid-area: 1/2/2/3;
}
@media (min-width: 1320px) {
  .portfolio__item:nth-child(2) {
    grid-area: 1/2/2/3;
  }
}
.portfolio__item:nth-child(2) .portfolio__photo {
  aspect-ratio: 16/36;
}
@media (min-width: 1320px) {
  .portfolio__item:nth-child(2) .portfolio__photo {
    aspect-ratio: 1;
  }
}
.portfolio__item:nth-child(3) {
  grid-area: 2/1/3/3;
}
@media (min-width: 1320px) {
  .portfolio__item:nth-child(3) {
    grid-area: 1/3/2/4;
  }
}
.portfolio__item:nth-child(4) {
  grid-area: 3/1/4/3;
}
@media (min-width: 1320px) {
  .portfolio__item:nth-child(4) {
    grid-area: 2/2/3/3;
  }
}
.portfolio__item:nth-child(5) {
  grid-area: 4/1/5/3;
}
@media (min-width: 1320px) {
  .portfolio__item:nth-child(5) {
    grid-area: 2/3/3/4;
  }
}
.portfolio__photo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  position: relative;
  overflow: hidden;
  aspect-ratio: 33/16;
  padding: 20px;
}
@media (min-width: 992px) {
  .portfolio__photo {
    padding: 24px;
  }
}
@media (min-width: 1320px) {
  .portfolio__photo {
    width: 100%;
    height: 100%;
    aspect-ratio: 1;
  }
}
.portfolio__photo img {
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}
.portfolio__photo:hover img {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}
.portfolio__photo i {
  font-style: normal;
  position: relative;
  z-index: 2;
  background: #191919;
  color: #fff;
  padding: 12px;
  font-weight: 600;
  font-size: 15px;
  line-height: 1.3;
  letter-spacing: -0.03em;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}
@media (min-width: 992px) {
  .portfolio__photo i {
    padding: 16px;
    font-size: 20px;
  }
}
.portfolio__photo:hover i {
  background: #fff;
  color: #191919;
}
.portfolio__photo span {
  padding: 20px;
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  font-weight: 500;
  font-size: 32px;
  line-height: 1.1;
  letter-spacing: -0.03em;
}
@media (min-width: 992px) {
  .portfolio__photo span {
    padding: 32px;
    font-size: 50px;
  }
}
.portfolio__photo span:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 80px;
  height: auto;
  aspect-ratio: 1;
  z-index: 1;
  background: #0097d7;
  border-radius: 999px;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}
@media (min-width: 992px) {
  .portfolio__photo span:before {
    width: 128px;
  }
}
.portfolio__photo:hover span:before {
  background: #ff6219;
}
.portfolio__photo svg {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 16px;
  height: auto;
  aspect-ratio: 1;
  z-index: 2;
}
@media (min-width: 992px) {
  .portfolio__photo svg {
    width: 24px;
  }
}

.prod {
  background: #191919;
  color: #fff;
  padding: 80px 0;
  margin-top: 80px;
  overflow: hidden;
  position: relative;
}
@media (min-width: 992px) {
  .prod {
    padding: 160px 0;
    margin-top: 160px;
  }
}
.prod:before {
  content: "";
  display: none;
}
@media (min-width: 1320px) {
  .prod:before {
    display: block;
    background: #191919;
    width: 20000px;
    height: 100%;
    z-index: 3;
    position: absolute;
    top: 0;
    right: 50%;
    margin-right: 900px;
  }
}
.prod > span {
  color: #252525;
  font-weight: 600;
  font-size: 124px;
  line-height: 1;
  letter-spacing: -0.03em;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  padding-left: 15px;
  padding-top: 30px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
@media (min-width: 768px) {
  .prod > span {
    font-size: 246px;
  }
}
@media (min-width: 992px) {
  .prod > span {
    padding: 0;
    font-size: 332px;
    text-align: center;
  }
}
@media (min-width: 1320px) {
  .prod > span {
    font-size: 456px;
  }
}
.prod > .container {
  position: relative;
  z-index: 2;
}
.prod__body-left {
  position: relative;
  z-index: 1;
  padding-bottom: 60px;
}
@media (min-width: 992px) {
  .prod__body-left {
    padding-bottom: 90px;
  }
}
@media (min-width: 1320px) {
  .prod__body-left {
    padding-bottom: 0;
  }
}
.prod__body-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  z-index: 2;
}
@media (min-width: 1320px) {
  .prod__body-right {
    position: absolute;
    left: 0;
    top: 0;
  }
}
.prod__title {
  margin-bottom: 14px;
  font-weight: 600;
  font-size: 14px;
  line-height: 1.3;
  letter-spacing: -0.03em;
}
@media (min-width: 992px) {
  .prod__title {
    font-size: 20px;
    margin-bottom: 16px;
  }
}
@media (min-width: 1320px) {
  .prod__title {
    padding-top: 120px;
    padding-left: 740px;
  }
}
.prod__text {
  font-weight: 500;
  font-size: 20px;
  line-height: 1.2;
  letter-spacing: -0.03em;
  margin-bottom: 60px;
}
@media (min-width: 992px) {
  .prod__text {
    font-size: 35px;
    margin-bottom: 90px;
  }
}
@media (min-width: 1320px) {
  .prod__text {
    padding-left: 740px;
    margin-bottom: 380px;
  }
}
.prod__label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 18px;
  margin-bottom: 60px;
}
@media (min-width: 1320px) {
  .prod__label {
    padding-left: 740px;
    margin-bottom: 140px;
  }
}
.prod__label-text {
  font-weight: 600;
  font-size: 14px;
  line-height: 1.3;
  letter-spacing: -0.03em;
}
@media (min-width: 992px) {
  .prod__label-text {
    font-size: 20px;
  }
}
.prod__label-name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: none;
  border: none;
  padding: 0;
  text-align: left;
  padding-right: 44px;
  position: relative;
  min-height: 28px;
}
@media (min-width: 992px) {
  .prod__label-name {
    min-height: 32px;
    padding-right: 48px;
  }
}
.prod__label-name:hover {
  color: #909090;
}
.prod__label-name span {
  font-weight: 500;
  font-size: 32px;
  line-height: 1.1;
  letter-spacing: -0.03em;
  border-bottom: 2px dotted;
}
@media (min-width: 992px) {
  .prod__label-name span {
    font-size: 50px;
  }
}
.prod__label-name i {
  width: 28px;
  height: auto;
  aspect-ratio: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid;
  border-radius: 999px;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
@media (min-width: 992px) {
  .prod__label-name i {
    width: 32px;
  }
}
.prod__label-name svg {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
  width: 7px;
  height: auto;
  aspect-ratio: 8/12;
}
.prod__navs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  position: relative;
  z-index: 2;
  margin-bottom: -30px;
}
@media (min-width: 992px) {
  .prod__navs {
    margin-bottom: -42px;
  }
}
.prod__navs-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  background: #191919;
}
@media (min-width: 992px) {
  .prod__navs-inner {
    gap: 26px;
  }
}
.prod__navs-inner:before {
  content: "";
  width: 1px;
  height: 30px;
  background: rgba(255, 255, 255, 0.2);
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
@media (min-width: 992px) {
  .prod__navs-inner:before {
    height: 42px;
  }
}
.prod__navs-prev, .prod__navs-next {
  width: 30px;
  height: auto;
  aspect-ratio: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0;
  background: none;
  border: none;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
@media (min-width: 992px) {
  .prod__navs-prev, .prod__navs-next {
    width: 42px;
  }
}
.prod__navs-prev:hover, .prod__navs-next:hover {
  color: #0097d7;
}
.prod__navs-prev svg, .prod__navs-next svg {
  width: 28px;
  height: auto;
  aspect-ratio: 28/17;
}
@media (min-width: 992px) {
  .prod__navs-prev svg, .prod__navs-next svg {
    width: 42px;
  }
}
.prod__navs-next {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}
.prod .swiper {
  width: 40%;
  margin: 0;
  overflow: visible;
}
@media (min-width: 992px) {
  .prod .swiper {
    width: 100%;
  }
}
.prod .swiper-slide-active .prod__numb {
  opacity: 1;
}
.prod__numb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 30px;
  letter-spacing: -0.03em;
  font-size: 14px;
  line-height: 1.3;
  font-weight: 500;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  margin-bottom: 40px;
  -webkit-transition: 0.25s;
  transition: 0.25s;
  opacity: 0;
}
@media (min-width: 992px) {
  .prod__numb {
    font-size: 16px;
    height: 42px;
    margin-bottom: 48px;
  }
}
.prod__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.prod__item-pic i,
.prod__item-pic b {
  font-style: normal;
  z-index: 2;
  position: absolute;
  top: 12px;
  left: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px;
  background: #ff6219;
  color: #fff;
  font-size: 13px;
  line-height: 1.2;
  font-weight: 500;
  letter-spacing: -0.03em;
}
@media (min-width: 992px) {
  .prod__item-pic i,
  .prod__item-pic b {
    top: 16px;
    left: 16px;
    padding: 12px;
    font-size: 14px;
  }
}
.prod__item-pic i + i, .prod__item-pic i + b,
.prod__item-pic b + i,
.prod__item-pic b + b {
  margin-top: 48px;
}
@media (min-width: 992px) {
  .prod__item-pic i + i, .prod__item-pic i + b,
  .prod__item-pic b + i,
  .prod__item-pic b + b {
    margin-top: 52px;
  }
}
.prod__item-pic b {
  background: #0097d7;
}
.prod__item img {
  width: 100%;
  height: auto;
  aspect-ratio: 1;
}
.prod__item > b {
  font-weight: 600;
  font-size: 15px;
  line-height: 1.3;
  letter-spacing: -0.03em;
  margin-top: 20px;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}
@media (min-width: 992px) {
  .prod__item > b {
    font-size: 18px;
    margin-top: 24px;
  }
}
.prod__item:hover > b {
  color: #0097d7;
}
.prod__item > i {
  font-style: normal;
  margin-top: 11px;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.3;
  letter-spacing: -0.03em;
  color: #909090;
}
@media (min-width: 992px) {
  .prod__item > i {
    font-size: 16px;
    margin-top: 16px;
  }
}
.prod__all {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-top: 40px;
}
@media (min-width: 992px) {
  .prod__all {
    margin-top: 60px;
  }
}
.prod__all a,
.prod__all button {
  padding: 0;
  background: none;
  border: none;
  text-transform: uppercase;
  color: #0097d7;
  text-decoration: underline;
  font-weight: 600;
  font-size: 13px;
  line-height: 1.2;
}
@media (min-width: 992px) {
  .prod__all a,
  .prod__all button {
    font-size: 14px;
  }
}
.prod__all a:hover,
.prod__all button:hover {
  color: #ff6219;
}
.prod__photo {
  position: relative;
  width: calc(100% + 30px);
  margin-left: -15px;
  height: 456px;
  z-index: 1;
}
@media (min-width: 992px) {
  .prod__photo {
    width: calc(100% + 64px);
    margin-left: -32px;
    height: 600px;
  }
}
@media (min-width: 1320px) {
  .prod__photo {
    margin: 0;
    width: 712px;
    height: 900px;
  }
}
.prod__photo-bg {
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.prod__photo-logo {
  width: 104px;
  height: auto;
  aspect-ratio: 1;
  position: absolute;
  top: 15px;
  left: 15px;
  -o-object-fit: contain;
     object-fit: contain;
  background: #fff;
  z-index: 2;
}
@media (min-width: 992px) {
  .prod__photo-logo {
    width: 168px;
    top: 32px;
    left: 32px;
  }
}
@media (min-width: 1320px) {
  .prod__photo-logo {
    top: 48px;
    left: 48px;
  }
}
.prod__about {
  position: relative;
  z-index: 2;
  margin-top: -170px;
  padding: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: #252525;
  width: 100%;
  max-width: 520px;
}
@media (min-width: 992px) {
  .prod__about {
    max-width: none;
    width: 520px;
    padding: 32px;
  }
}
@media (min-width: 1320px) {
  .prod__about {
    margin-top: -310px;
    margin-left: 32px;
    padding-right: 84px;
  }
}
.prod__about-title {
  font-weight: 500;
  font-size: 32px;
  line-height: 1.1;
  letter-spacing: -0.03em;
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  .prod__about-title {
    font-size: 50px;
    margin-bottom: 32px;
  }
}
.prod__about-text {
  font-weight: 500;
  font-size: 14px;
  line-height: 1.3;
  letter-spacing: -0.03em;
}
@media (min-width: 992px) {
  .prod__about-text {
    font-size: 16px;
  }
}

.furniture {
  overflow: hidden;
  padding: 80px 0;
}
@media (min-width: 992px) {
  .furniture {
    padding: 160px 0;
  }
}
.furniture__title {
  margin: 0;
  font-weight: 500;
  font-size: 32px;
  line-height: 1.1;
  letter-spacing: -0.03em;
  margin-bottom: 32px;
}
@media (min-width: 992px) {
  .furniture__title {
    font-size: 50px;
    margin-bottom: 48px;
  }
}
.furniture__tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  white-space: nowrap;
  overflow: hidden;
  overflow-x: auto;
  margin: 0 -15px;
  padding: 0 15px;
  margin-bottom: 10px;
  padding-bottom: 10px;
  gap: 26px;
  font-size: 17px;
  line-height: 1.3;
  letter-spacing: -0.03em;
}
@media (min-width: 992px) {
  .furniture__tabs {
    gap: 32px;
    font-size: 20px;
    margin: 0 -32px;
    padding: 0 32px;
    margin-bottom: 20px;
    padding-bottom: 20px;
  }
}
@media (min-width: 1320px) {
  .furniture__tabs {
    padding-left: 0;
    padding-right: 0;
    margin-left: 0;
    margin-right: 0;
    width: 100%;
    max-width: calc(100% - 200px);
  }
}
.furniture__tabs-item {
  font-weight: 600;
  border: none;
  padding: 0;
  background: none;
  color: #909090;
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 1320px) {
  .furniture__tabs-item {
    height: 42px;
  }
}
.furniture__tabs-item:hover {
  color: #0097d7;
}
.furniture__tabs-item.active {
  color: #191919;
}
.furniture__tabs-item:nth-child(8), .furniture__tabs-item:nth-child(7), .furniture__tabs-item:nth-child(6), .furniture__tabs-item:nth-child(5), .furniture__tabs-item:nth-child(4), .furniture__tabs-item:nth-child(3), .furniture__tabs-item:nth-child(2), .furniture__tabs-item:nth-child(1) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.furniture__tabs.active .furniture__tabs-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.furniture__tabs-show-all {
  font-weight: 600;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: none;
  padding: 0;
  background: none;
  color: #909090;
}
.furniture__tabs-show-all:hover {
  color: #0097d7;
}
.furniture__tabs-show-all span {
  max-width: calc(100% - 24px);
  margin-right: 8px;
  border-bottom: 1px dotted;
}
.furniture__tabs-show-all i {
  width: 16px;
  height: auto;
  aspect-ratio: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.furniture__tabs-show-all svg {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}
.furniture__tabs.active .furniture__tabs-show-all {
  display: none;
}
.furniture__bodies {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.furniture__body {
  opacity: 0;
  height: 0;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
}
.furniture__body.active {
  opacity: 1;
  height: auto;
  -webkit-transition: 0.25s;
  transition: 0.25s;
  overflow: visible;
}
.furniture__navs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  position: absolute;
  z-index: 2;
  bottom: 0;
  right: 0;
  margin-top: -30px;
}
@media (min-width: 992px) {
  .furniture__navs {
    margin-top: -42px;
  }
}
@media (min-width: 1320px) {
  .furniture__navs {
    margin: 0;
    bottom: auto;
    top: -82px;
  }
}
.furniture__navs-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  background: #fff;
}
@media (min-width: 992px) {
  .furniture__navs-inner {
    gap: 26px;
  }
}
.furniture__navs-inner:before {
  content: "";
  width: 1px;
  height: 30px;
  background: #e7e7e7;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
@media (min-width: 992px) {
  .furniture__navs-inner:before {
    height: 42px;
  }
}
.furniture__navs-prev, .furniture__navs-next {
  width: 30px;
  height: auto;
  aspect-ratio: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0;
  background: none;
  border: none;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
@media (min-width: 992px) {
  .furniture__navs-prev, .furniture__navs-next {
    width: 42px;
  }
}
.furniture__navs-prev:hover, .furniture__navs-next:hover {
  color: #0097d7;
}
.furniture__navs-prev svg, .furniture__navs-next svg {
  width: 28px;
  height: auto;
  aspect-ratio: 28/17;
}
@media (min-width: 992px) {
  .furniture__navs-prev svg, .furniture__navs-next svg {
    width: 42px;
  }
}
.furniture__navs-next {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}
.furniture .swiper {
  width: 90%;
  margin: 0;
  overflow: visible;
}
@media (min-width: 992px) {
  .furniture .swiper {
    width: 92%;
  }
}
.furniture .swiper-slide-active .furniture__numb {
  opacity: 1;
}
.furniture__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  height: 390px;
}
@media (min-width: 768px) {
  .furniture__item {
    height: 486px;
  }
}
@media (min-width: 992px) {
  .furniture__item {
    height: 630px;
    gap: 24px;
  }
}
@media (min-width: 1320px) {
  .furniture__item {
    height: 586px;
  }
}
.furniture__item-photo {
  width: 100%;
  height: 228px;
  position: relative;
  overflow: hidden;
}
@media (min-width: 768px) {
  .furniture__item-photo {
    height: 360px;
  }
}
@media (min-width: 992px) {
  .furniture__item-photo {
    height: 460px;
  }
}
.furniture__item-photo img {
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}
.furniture__item-photo i,
.furniture__item-photo b {
  font-style: normal;
  z-index: 2;
  position: absolute;
  top: 12px;
  left: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px;
  background: #ff6219;
  color: #fff;
  font-size: 13px;
  line-height: 1.2;
  font-weight: 500;
  letter-spacing: -0.03em;
}
@media (min-width: 992px) {
  .furniture__item-photo i,
  .furniture__item-photo b {
    top: 16px;
    left: 16px;
    padding: 12px;
    font-size: 14px;
  }
}
.furniture__item-photo i + i, .furniture__item-photo i + b,
.furniture__item-photo b + i,
.furniture__item-photo b + b {
  margin-top: 48px;
}
@media (min-width: 992px) {
  .furniture__item-photo i + i, .furniture__item-photo i + b,
  .furniture__item-photo b + i,
  .furniture__item-photo b + b {
    margin-top: 52px;
  }
}
.furniture__item-photo b {
  background: #0097d7;
}
.furniture__item:hover .furniture__item-photo img {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}
.furniture__item-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}
@media (min-width: 1320px) {
  .furniture__item-body {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.furniture__item-body-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}
@media (min-width: 992px) {
  .furniture__item-body-left {
    gap: 16px;
  }
}
@media (min-width: 1320px) {
  .furniture__item-body-left {
    width: calc(100% - 200px);
  }
}
.furniture__item-body-left b {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  font-weight: 600;
  font-size: 15px;
  line-height: 1.3;
  letter-spacing: -0.03em;
}
@media (min-width: 992px) {
  .furniture__item-body-left b {
    font-size: 18px;
    line-height: 24px;
  }
}
.furniture__item-body-left i {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4px;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.2;
  color: #909090;
  font-style: normal;
  letter-spacing: -0.03em;
}
.furniture__item-body-left i span {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.furniture__item-body-right {
  font-weight: 500;
  font-size: 14px;
  line-height: 1.3;
  letter-spacing: -0.03em;
}
@media (min-width: 992px) {
  .furniture__item-body-right {
    font-size: 16px;
    line-height: 24px;
  }
}
@media (min-width: 1320px) {
  .furniture__item-body-right {
    width: 200px;
    text-align: right;
    padding-left: 32px;
  }
}
.furniture__item-body-right span {
  color: #909090;
}
.furniture__numb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 30px;
  letter-spacing: -0.03em;
  font-size: 14px;
  line-height: 1.3;
  font-weight: 500;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  opacity: 0;
  -webkit-transition: 0.25s;
  transition: 0.25s;
  margin-top: 40px;
}
@media (min-width: 992px) {
  .furniture__numb {
    height: 42px;
    font-size: 16px;
  }
}
@media (min-width: 1320px) {
  .furniture__numb {
    display: none;
  }
}
.furniture__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-top: 34px;
}
@media (min-width: 992px) {
  .furniture__list {
    padding-top: 56px;
  }
}
.furniture__list_grid {
  padding-top: 0;
}
.furniture__list-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  margin-top: 26px;
  border-top: 1px solid #e7e7e7;
  padding-top: 40px;
}
@media (min-width: 992px) {
  .furniture__list-bottom {
    margin-top: 48px;
    padding-top: 48px;
  }
}
.furniture__list-bottom-more {
  padding: 0;
  background: none;
  border: none;
  font-size: 13px;
  line-height: 1.2;
  font-weight: 600;
  text-transform: uppercase;
  border-bottom: 1px dotted;
  color: #909090;
}
@media (min-width: 992px) {
  .furniture__list-bottom-more {
    font-size: 14px;
  }
}
.furniture__list-bottom-more:hover {
  color: #0097d7;
}
.furniture__list-bottom.active .furniture__list-bottom-more {
  visibility: hidden;
}
.furniture__list-bottom-all {
  padding: 0;
  background: none;
  border: none;
  font-size: 13px;
  line-height: 1.2;
  font-weight: 600;
  text-transform: uppercase;
  border-bottom: 1px solid;
  color: #0097d7;
}
@media (min-width: 992px) {
  .furniture__list-bottom-all {
    font-size: 14px;
  }
}
.furniture__list-bottom-all:hover {
  color: #ff6219;
}
.furniture__list-item {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  padding-top: 26px;
  margin-top: 26px;
  border-top: 1px solid #e7e7e7;
  position: relative;
  padding-left: 125px;
  min-height: 300px;
  padding-bottom: 80px;
}
@media (min-width: 768px) {
  .furniture__list-item {
    padding-bottom: 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    min-height: 219px;
  }
}
@media (min-width: 992px) {
  .furniture__list-item {
    padding-top: 32px;
    margin-top: 32px;
    padding-left: 392px;
    min-height: 300px;
  }
}
.furniture__list-item:nth-child(3), .furniture__list-item:nth-child(2), .furniture__list-item:nth-child(1) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.furniture__list-item-photo {
  width: 103px;
  height: 192px;
  overflow: hidden;
  position: absolute;
  top: 26px;
  left: 0;
}
@media (min-width: 992px) {
  .furniture__list-item-photo {
    top: 32px;
    width: 360px;
    height: calc(100% - 32px);
  }
}
.furniture__list-item-photo img {
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}
.furniture__list-item-photo i,
.furniture__list-item-photo b {
  font-style: normal;
  z-index: 2;
  position: absolute;
  top: 12px;
  left: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px;
  background: #ff6219;
  color: #fff;
  font-size: 13px;
  line-height: 1.2;
  font-weight: 500;
  letter-spacing: -0.03em;
}
@media (min-width: 992px) {
  .furniture__list-item-photo i,
  .furniture__list-item-photo b {
    top: 16px;
    left: 16px;
    padding: 12px;
    font-size: 14px;
  }
}
.furniture__list-item-photo i + i, .furniture__list-item-photo i + b,
.furniture__list-item-photo b + i,
.furniture__list-item-photo b + b {
  margin-top: 48px;
}
@media (min-width: 992px) {
  .furniture__list-item-photo i + i, .furniture__list-item-photo i + b,
  .furniture__list-item-photo b + i,
  .furniture__list-item-photo b + b {
    margin-top: 52px;
  }
}
.furniture__list-item-photo b {
  background: #0097d7;
}
.furniture__list-item:hover .furniture__list-item-photo img {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}
.furniture__list-item-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
}
@media (min-width: 768px) {
  .furniture__list-item-left {
    margin: 0;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: calc(100% - 280px);
    padding-right: 32px;
  }
}
@media (min-width: 1320px) {
  .furniture__list-item-left {
    width: calc(100% - 300px);
  }
}
.furniture__list-item-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  text-align: right;
  margin-top: 20px;
}
@media (min-width: 768px) {
  .furniture__list-item-right {
    width: 280px;
    margin: 0;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media (min-width: 1320px) {
  .furniture__list-item-right {
    width: 300px;
  }
}
.furniture__list-item-name {
  font-weight: 600;
  font-size: 15px;
  line-height: 1.3;
  letter-spacing: -0.03em;
}
@media (min-width: 992px) {
  .furniture__list-item-name {
    font-size: 18px;
  }
}
.furniture__list-item-name:hover {
  color: #0097d7;
}
.furniture__list-item-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 6px;
  font-size: 14px;
  line-height: 1.2;
  font-weight: 500;
  letter-spacing: -0.03em;
  color: #909090;
}
.furniture__list-item-price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 6px;
}
@media (min-width: 992px) {
  .furniture__list-item-price {
    gap: 16px;
  }
}
.furniture__list-item-price b {
  font-size: 14px;
  line-height: 1.3;
  font-weight: 500;
  letter-spacing: -0.03em;
}
@media (min-width: 992px) {
  .furniture__list-item-price b {
    font-size: 16px;
  }
}
.furniture__list-item-price span {
  color: #909090;
}
.furniture__list-item-price i {
  font-style: normal;
  color: #909090;
  font-size: 13px;
  line-height: 1.2;
  letter-spacing: -0.03em;
  font-weight: 500;
}
@media (min-width: 992px) {
  .furniture__list-item-price i {
    font-size: 14px;
  }
}
.furniture__list-item-calc {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
@media (min-width: 768px) {
  .furniture__list-item-calc {
    position: static;
    width: auto;
  }
}
@media (min-width: 1320px) {
  .furniture__list-item-calc {
    width: 100%;
  }
}
.furniture__list-bottom.active ~ .furniture__list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.furniture__list_grid .furniture__list-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 40px;
}
@media (min-width: 768px) {
  .furniture__list_grid .furniture__list-bottom {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.furniture__list_grid .furniture__list-bottom-calc {
  gap: 20px;
}
@media (min-width: 992px) {
  .furniture__list_grid .furniture__list-bottom-calc {
    gap: 40px;
  }
}
.furniture__list_grid .furniture__list-bottom-calc span {
  padding: 0;
}
.furniture__grid {
  display: grid;
  gap: 32px;
}
@media (min-width: 768px) {
  .furniture__grid {
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 992px) {
  .furniture__grid {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
.furniture__grid .furniture__item {
  display: none;
  height: auto;
}
.furniture__grid .furniture__item:nth-child(1), .furniture__grid .furniture__item:nth-child(2), .furniture__grid .furniture__item:nth-child(3), .furniture__grid .furniture__item:nth-child(4), .furniture__grid .furniture__item:nth-child(5), .furniture__grid .furniture__item:nth-child(6) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (min-width: 768px) {
  .furniture__grid .furniture__item:nth-child(7), .furniture__grid .furniture__item:nth-child(8), .furniture__grid .furniture__item:nth-child(9), .furniture__grid .furniture__item:nth-child(10), .furniture__grid .furniture__item:nth-child(11), .furniture__grid .furniture__item:nth-child(12), .furniture__grid .furniture__item:nth-child(13), .furniture__grid .furniture__item:nth-child(14), .furniture__grid .furniture__item:nth-child(15) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.furniture__list_grid .furniture__list-bottom.active + .furniture__grid .furniture__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.furniture__list_grid .furniture__grid .furniture__item-photo {
  width: 100%;
  aspect-ratio: 438/306;
  height: auto;
}
.furniture__list_grid .furniture__grid .furniture__item-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
}
.furniture__list_grid .furniture__grid .furniture__item-body-left {
  width: 100%;
}
@media (min-width: 1320px) {
  .furniture__list_grid .furniture__grid .furniture__item-body-left b {
    width: calc(100% - 150px);
  }
}
.furniture__list_grid .furniture__grid .furniture__item-body-right {
  width: 100%;
}
@media (min-width: 1320px) {
  .furniture__list_grid .furniture__grid .furniture__item-body-right {
    width: auto;
    text-align: left;
    padding: 0;
    position: absolute;
    top: 0;
    right: 0;
  }
}

.about {
  background: #191919;
  color: #fff;
  overflow: hidden;
  position: relative;
  padding: 80px 0;
}
@media (min-width: 992px) {
  .about {
    padding: 160px 0;
  }
}
.about > span {
  color: #252525;
  font-weight: 600;
  font-size: 138px;
  line-height: 1;
  letter-spacing: -0.03em;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  padding-left: 15px;
  padding-top: 30px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
@media (min-width: 768px) {
  .about > span {
    font-size: 276px;
  }
}
@media (min-width: 992px) {
  .about > span {
    font-size: 362px;
    padding: 0;
    text-align: center;
  }
}
@media (min-width: 1320px) {
  .about > span {
    font-size: 520px;
  }
}
.about > .container {
  position: relative;
  z-index: 2;
}
.about__title {
  margin-bottom: 14px;
  font-weight: 600;
  font-size: 14px;
  line-height: 1.3;
  letter-spacing: -0.03em;
}
@media (min-width: 992px) {
  .about__title {
    font-size: 20px;
    margin-bottom: 16px;
  }
}
@media (min-width: 1320px) {
  .about__title {
    padding-left: 460px;
  }
}
.about__text {
  font-weight: 500;
  font-size: 20px;
  line-height: 1.2;
  letter-spacing: -0.03em;
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  .about__text {
    font-size: 35px;
    margin-bottom: 90px;
  }
}
@media (min-width: 1320px) {
  .about__text {
    padding-left: 460px;
    margin-bottom: 180px;
  }
}
.about__legend {
  padding-right: 57px;
  font-weight: 500;
  font-size: 15px;
  line-height: 1.3;
  letter-spacing: -0.03em;
  color: #909090;
  margin-bottom: 60px;
}
@media (min-width: 992px) {
  .about__legend {
    font-size: 18px;
    padding-right: 0;
  }
}
@media (min-width: 1320px) {
  .about__legend {
    width: 453px;
    height: 900px;
    margin: 0;
  }
}
.about__photo-one {
  position: relative;
  z-index: 1;
  width: 260px;
  height: 328px;
  margin: 0 auto;
  left: 50px;
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .about__photo-one {
    left: 204px;
    z-index: 2;
    width: 360px;
    height: auto;
    aspect-ratio: 71/90;
    margin-bottom: 0;
  }
}
@media (min-width: 992px) {
  .about__photo-one {
    width: 535px;
    left: 228px;
  }
}
@media (min-width: 1320px) {
  .about__photo-one {
    width: 710px;
    position: absolute;
    top: 300px;
    margin: 0;
    left: 50%;
    -webkit-transform: translate(-50%);
        -ms-transform: translate(-50%);
            transform: translate(-50%);
    margin-left: 365px;
  }
}
.about__photo-one img:first-child {
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.about__photo-one img:last-child {
  z-index: 2;
  position: absolute;
  top: 60px;
  left: -110px;
  width: 200px;
}
@media (min-width: 768px) {
  .about__photo-one img:last-child {
    width: 250px;
    left: -150px;
    top: 50px;
  }
}
@media (min-width: 992px) {
  .about__photo-one img:last-child {
    width: 350px;
    left: -190px;
    top: 0;
  }
}
@media (min-width: 1320px) {
  .about__photo-one img:last-child {
    top: 50%;
    margin-top: -230px;
    width: 500px;
    margin-left: -80px;
  }
}
.about__photo-two {
  width: 204px;
  height: 134px;
  position: relative;
  z-index: 2;
  margin: 0 auto;
  margin-bottom: 40px;
  left: -78px;
}
@media (min-width: 768px) {
  .about__photo-two {
    z-index: 1;
    margin-top: -134px;
    left: -244px;
    top: -140px;
    margin-bottom: 0;
    width: 280px;
    height: auto;
    aspect-ratio: 204/134;
  }
}
@media (min-width: 992px) {
  .about__photo-two {
    width: 386px;
    top: -180px;
    left: -303px;
  }
}
@media (min-width: 1320px) {
  .about__photo-two {
    width: 486px;
    position: absolute;
    top: 1176px;
    left: 50%;
    margin-left: -720px;
  }
}
.about__photo-two img:first-child {
  z-index: 2;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.about__photo-two img:last-child {
  z-index: 1;
  position: absolute;
  width: 320px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  margin-left: 60px;
}
@media (min-width: 768px) {
  .about__photo-two img:last-child {
    width: 460px;
  }
}
@media (min-width: 992px) {
  .about__photo-two img:last-child {
    width: 600px;
    margin-left: 100px;
  }
}
@media (min-width: 1320px) {
  .about__photo-two img:last-child {
    width: 800px;
    margin-left: 155px;
  }
}
.about__thing {
  position: relative;
  z-index: 3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 22px;
}
@media (min-width: 768px) {
  .about__thing {
    width: 360px;
    margin: 0 auto;
    left: 204px;
  }
}
@media (min-width: 992px) {
  .about__thing {
    gap: 32px;
    width: 535px;
    left: 228px;
    margin-top: -30px;
  }
}
@media (min-width: 1320px) {
  .about__thing {
    left: 0;
    margin: 0 auto;
    left: 277px;
  }
}
.about__thing b {
  width: 100%;
  font-weight: 600;
  font-size: 17px;
  line-height: 1.3;
  letter-spacing: -0.03em;
}
@media (min-width: 992px) {
  .about__thing b {
    font-size: 20px;
  }
}
.about__thing span {
  padding-right: 57px;
  font-weight: 500;
  font-size: 15px;
  line-height: 1.3;
  letter-spacing: -0.03em;
  color: #909090;
}
@media (min-width: 992px) {
  .about__thing span {
    font-size: 18px;
  }
}
.about__thing a,
.about__thing button {
  padding: 0;
  background: none;
  border: none;
  color: #0097d7;
  text-decoration: underline;
  font-weight: 600;
  font-size: 13px;
  line-height: 1.2;
  text-transform: uppercase;
}
@media (min-width: 992px) {
  .about__thing a,
  .about__thing button {
    font-size: 14px;
  }
}
.about__thing a:hover,
.about__thing button:hover {
  color: #fff;
}
.about__bottom {
  position: relative;
  margin-top: 80px;
}
@media (min-width: 992px) {
  .about__bottom {
    margin-top: 160px;
  }
}
.about__bottom-title {
  margin: 0;
  font-weight: 500;
  font-size: 32px;
  line-height: 1.1;
  letter-spacing: -0.03em;
  margin-bottom: 32px;
}
@media (min-width: 992px) {
  .about__bottom-title {
    font-size: 50px;
    margin-bottom: 48px;
  }
}
@media (min-width: 1320px) {
  .about__bottom-title {
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
  }
}
.about .swiper {
  z-index: 2;
  width: 100%;
  max-width: 330px;
  margin: 0;
  overflow: visible;
}
@media (min-width: 992px) {
  .about .swiper {
    max-width: none;
  }
}
@media (min-width: 992px) {
  .about .swiper-wrapper {
    -webkit-transform: none !important;
        -ms-transform: none !important;
            transform: none !important;
    height: auto;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (min-width: 1320px) {
  .about .swiper-wrapper {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);
  }
}
.about .swiper-wrapper:before {
  content: "";
  display: none;
}
@media (min-width: 1320px) {
  .about .swiper-wrapper:before {
    display: block;
  }
}
.about .swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media (min-width: 992px) {
  .about .swiper-slide {
    width: 100% !important;
  }
}
@media (min-width: 1320px) {
  .about .swiper-slide {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
}
.about .swiper-slide:first-child .about__item {
  border-left: 1px solid #252525;
}
@media (min-width: 1320px) {
  .about .swiper-slide:first-child .about__item {
    border-bottom: none;
  }
}
@media (min-width: 1320px) {
  .about .swiper-slide:first-child .about__item + .about__item {
    border-left: none;
  }
}
@media (min-width: 1320px) {
  .about .swiper-slide:nth-child(2) .about__item + .about__item {
    border-right: none;
  }
}
.about .swiper-slide:last-child:before {
  content: "";
  display: block;
  width: 100%;
  height: 245px;
}
@media (min-width: 992px) {
  .about .swiper-slide:last-child:before {
    height: 345px;
  }
}
@media (min-width: 1320px) {
  .about .swiper-slide:last-child:before {
    display: none;
  }
}
.about .swiper-slide:last-child .about__item {
  border-bottom: 1px solid #252525;
}
.about__item {
  width: 100%;
  height: 245px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  border: 1px solid #252525;
  border-left: none;
  padding: 22px;
  -webkit-transition: background-color 0.25s;
  transition: background-color 0.25s;
}
@media (min-width: 992px) {
  .about__item {
    height: 345px;
    padding: 24px;
  }
}
@media (min-width: 1320px) {
  .about__item {
    height: auto;
    aspect-ratio: 1;
  }
}
.about__item:hover {
  background: #0097d7;
}
.about__item:first-child {
  border-bottom: none;
}
@media (min-width: 1320px) {
  .about__item:first-child {
    border: 1px solid #252525;
  }
}
.about__item-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.about__item-icon {
  width: 64px;
  height: auto;
  aspect-ratio: 1;
  -o-object-fit: contain;
     object-fit: contain;
}
.about__item span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}
@media (min-width: 992px) {
  .about__item span {
    gap: 32px;
  }
}
.about__item b {
  font-weight: 600;
  font-size: 17px;
  line-height: 1.3;
  letter-spacing: -0.03em;
}
@media (min-width: 992px) {
  .about__item b {
    font-size: 20px;
  }
}
@media (min-width: 1320px) {
  .about__item b {
    max-width: 75%;
  }
}
.about__item i {
  font-style: normal;
  color: #909090;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.3;
}
@media (min-width: 992px) {
  .about__item i {
    font-size: 16px;
  }
}
.about__item:hover i {
  color: #fff;
}
.about__numb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 50px;
  letter-spacing: -0.03em;
  font-size: 14px;
  line-height: 1.3;
  font-weight: 500;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  padding-top: 20px;
  opacity: 0;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}
@media (min-width: 992px) {
  .about__numb {
    font-size: 16px;
    height: 62px;
    display: none;
  }
}
.swiper-slide-active .about__numb {
  opacity: 1;
}
.about__navs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  position: relative;
  z-index: 3;
  margin-top: -30px;
}
@media (min-width: 992px) {
  .about__navs {
    margin-top: -42px;
    display: none;
  }
}
.about__navs-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  background: #191919;
}
@media (min-width: 992px) {
  .about__navs-inner {
    gap: 26px;
  }
}
.about__navs-inner:before {
  content: "";
  width: 1px;
  height: 30px;
  background: #252525;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
@media (min-width: 992px) {
  .about__navs-inner:before {
    height: 42px;
  }
}
.about__navs-prev, .about__navs-next {
  width: 30px;
  height: auto;
  aspect-ratio: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0;
  background: none;
  border: none;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
@media (min-width: 992px) {
  .about__navs-prev, .about__navs-next {
    width: 42px;
  }
}
.about__navs-prev:hover, .about__navs-next:hover {
  color: #0097d7;
}
.about__navs-prev svg, .about__navs-next svg {
  width: 28px;
  height: auto;
  aspect-ratio: 28/17;
}
@media (min-width: 992px) {
  .about__navs-prev svg, .about__navs-next svg {
    width: 42px;
  }
}
.about__navs-next {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}

.steps {
  position: relative;
  overflow: hidden;
  margin: 80px 0;
}
@media (min-width: 992px) {
  .steps {
    margin: 160px 0;
  }
}
.steps__toper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
  margin-bottom: 40px;
}
@media (min-width: 992px) {
  .steps__toper {
    margin-bottom: 80px;
  }
}
@media (min-width: 1320px) {
  .steps__toper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.steps__title {
  margin: 0;
  font-weight: 500;
  font-size: 32px;
  line-height: 1.1;
  letter-spacing: -0.03em;
}
@media (min-width: 992px) {
  .steps__title {
    font-size: 50px;
  }
}
.steps__label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 1320px) {
  .steps__label {
    max-width: 540px;
  }
}
.steps__label svg {
  width: 40px;
  height: 40px;
}
@media (min-width: 992px) {
  .steps__label svg {
    width: 64px;
    height: 64px;
  }
}
.steps__label span {
  width: calc(100% - 40px);
  padding-left: 22px;
  padding-top: 10px;
  color: #909090;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.3;
  letter-spacing: -0.03em;
}
@media (min-width: 992px) {
  .steps__label span {
    width: calc(100% - 64px);
    font-size: 16px;
    padding-left: 32px;
  }
}
.steps .swiper {
  width: 100%;
  max-width: 330px;
  margin: 0;
  overflow: visible;
}
@media (min-width: 992px) {
  .steps .swiper {
    max-width: 380px;
  }
}
@media (min-width: 1320px) {
  .steps .swiper {
    padding: 0;
    margin: 0;
    max-width: none;
  }
}
@media (min-width: 1320px) {
  .steps .swiper-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    -webkit-transform: none !important;
        -ms-transform: none !important;
            transform: none !important;
  }
}
@media (min-width: 1320px) {
  .steps .swiper-slide {
    width: 100% !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}
.steps .swiper-slide:first-child .steps__item {
  border-left: 1px solid #0097d7;
}
@media (min-width: 1320px) {
  .steps .swiper-slide:first-child .steps__item {
    border-left: 1px solid #e7e7e7;
  }
}
.steps .swiper-slide:last-child .steps__item {
  border-right: 1px solid #0097d7;
}
@media (min-width: 1320px) {
  .steps .swiper-slide:last-child .steps__item {
    border-right: none;
  }
}
.steps .swiper-slide:before {
  content: "";
  display: none;
}
@media (min-width: 1320px) {
  .steps .swiper-slide:before {
    display: block;
    position: absolute;
    z-index: 1;
    top: 330px;
    left: 0;
    width: 100%;
    height: 1px;
    background: #e7e7e7;
  }
}
@media (min-width: 1320px) {
  .steps .swiper-slide:hover:before, .steps .swiper-slide:first-child:before {
    background: #0097d7;
  }
}
.steps__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 22px;
  padding: 38px 20px;
  padding-top: 38px;
  height: 295px;
  position: relative;
  width: 100%;
}
@media (min-width: 992px) {
  .steps__item {
    gap: 24px;
    height: auto;
    padding: 48px 24px;
    height: 374px;
  }
}
@media (min-width: 1320px) {
  .steps__item {
    padding: 0;
    padding-left: 24px;
    padding-right: 44px;
    height: 330px;
    border-left: 1px solid #e7e7e7;
    z-index: 2;
  }
}
.steps__item:before {
  content: "";
  width: 21px;
  height: 21px;
  border-radius: 999px;
  border: 1px solid #0097d7;
  position: absolute;
  background: #fff;
  display: none;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}
@media (min-width: 992px) {
  .steps__item:before {
    width: 31px;
    height: 31px;
  }
}
@media (min-width: 1320px) {
  .steps__item:before {
    border-color: #e7e7e7;
  }
}
.steps__item:after {
  content: "";
  width: 11px;
  height: 11px;
  display: none;
  position: absolute;
  -webkit-transition: 0.25s;
  transition: 0.25s;
  background: #0097d7;
  border-radius: 999px;
}
@media (min-width: 992px) {
  .steps__item:after {
    width: 15px;
    height: 15px;
  }
}
@media (min-width: 1320px) {
  .steps__item:after {
    background: #e7e7e7;
  }
}
@media (min-width: 1320px) {
  .steps__item:hover {
    border-color: #0097d7 !important;
  }
}
@media (min-width: 1320px) {
  .steps__item:hover:before {
    border-color: #0097d7;
  }
}
@media (min-width: 1320px) {
  .steps__item:hover:after {
    background: #0097d7;
  }
}
.steps__item_1 {
  padding-top: 0;
  z-index: 2;
}
@media (min-width: 1320px) {
  .steps__item_1 {
    border-color: #0097d7 !important;
  }
}
.steps__item_1:before {
  display: block;
  bottom: -10px;
  left: -10px;
}
@media (min-width: 992px) {
  .steps__item_1:before {
    bottom: -15px;
    left: -15px;
  }
}
@media (min-width: 1320px) {
  .steps__item_1:before {
    border-color: #0097d7;
  }
}
.steps__item_1:after {
  display: block;
  bottom: -5px;
  left: -5px;
}
@media (min-width: 992px) {
  .steps__item_1:after {
    bottom: -7px;
    left: -7px;
  }
}
@media (min-width: 1320px) {
  .steps__item_1:after {
    background: #0097d7;
  }
}
@media (min-width: 1320px) {
  .steps__item_1 i {
    color: #0097d7 !important;
  }
}
.steps__item_2 {
  padding-bottom: 0;
}
@media (min-width: 1320px) {
  .steps__item_2 {
    width: 300px;
    height: auto;
    padding-top: 48px;
  }
}
@media (min-width: 1320px) {
  .steps__item_2:before {
    display: block;
    top: -15px;
    left: -15px;
  }
}
@media (min-width: 1320px) {
  .steps__item_2:after {
    display: block;
    top: -7px;
    left: -7px;
  }
}
.steps__item_3 {
  padding-top: 0;
}
@media (min-width: 1320px) {
  .steps__item_3:before {
    display: block;
    bottom: -15px;
    left: -15px;
  }
}
@media (min-width: 1320px) {
  .steps__item_3:after {
    display: block;
    bottom: -7px;
    left: -7px;
  }
}
.steps__item_4 {
  padding-bottom: 0;
}
@media (min-width: 1320px) {
  .steps__item_4 {
    width: 300px;
    height: auto;
    padding-top: 48px;
  }
}
@media (min-width: 1320px) {
  .steps__item_4:before {
    display: block;
    top: -15px;
    left: -15px;
  }
}
@media (min-width: 1320px) {
  .steps__item_4:after {
    display: block;
    top: -7px;
    left: -7px;
  }
}
.steps__item_5 {
  padding-top: 0;
  z-index: 2;
}
.steps__item_5:before {
  display: block;
  bottom: -10px;
  right: -10px;
}
@media (min-width: 992px) {
  .steps__item_5:before {
    bottom: -15px;
    right: -15px;
  }
}
@media (min-width: 1320px) {
  .steps__item_5:before {
    right: auto;
    left: -15px;
  }
}
.steps__item_5:after {
  display: block;
  bottom: -5px;
  right: -5px;
}
@media (min-width: 992px) {
  .steps__item_5:after {
    bottom: -7px;
    right: -7px;
  }
}
@media (min-width: 1320px) {
  .steps__item_5:after {
    right: auto;
    left: -7px;
  }
}
.steps__item_6 {
  padding-bottom: 0;
}
@media (min-width: 1320px) {
  .steps__item_6 {
    width: 300px;
    height: auto;
    padding-top: 48px;
  }
}
@media (min-width: 1320px) {
  .steps__item_6:before {
    display: block;
    top: -15px;
    left: -15px;
  }
}
@media (min-width: 1320px) {
  .steps__item_6:after {
    display: block;
    top: -7px;
    left: -7px;
  }
}
.steps__item i {
  color: #0097d7;
  font-style: normal;
  font-weight: 600;
  font-size: 80px;
  line-height: 1;
  letter-spacing: -0.03em;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}
@media (min-width: 992px) {
  .steps__item i {
    font-size: 129px;
  }
}
@media (min-width: 1320px) {
  .steps__item i {
    color: #e7e7e7;
  }
}
.steps__item:hover i {
  color: #0097d7;
}
.steps__item b {
  font-weight: 600;
  font-size: 15px;
  line-height: 1.3;
  letter-spacing: -0.03em;
}
@media (min-width: 992px) {
  .steps__item b {
    font-size: 18px;
  }
}
.steps__item span {
  color: #909090;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.3;
  letter-spacing: -0.03em;
}
@media (min-width: 992px) {
  .steps__item span {
    font-size: 16px;
  }
}
.steps__item span a {
  color: #191919;
}
.steps__item + .steps__item {
  border-top: 1px solid #0097d7;
}
@media (min-width: 1320px) {
  .steps__item + .steps__item {
    border: none;
    border-left: 1px solid #e7e7e7;
  }
}
.steps__numb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 30px;
  letter-spacing: -0.03em;
  font-size: 14px;
  line-height: 1.3;
  font-weight: 500;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  opacity: 0;
  -webkit-transition: 0.25s;
  transition: 0.25s;
  margin-top: 40px;
}
@media (min-width: 992px) {
  .steps__numb {
    font-size: 16px;
    height: 42px;
  }
}
@media (min-width: 1320px) {
  .steps__numb {
    display: none;
  }
}
.swiper-slide-active .steps__numb {
  opacity: 1;
}
.steps__navs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  position: relative;
  z-index: 3;
  margin-top: -30px;
}
@media (min-width: 992px) {
  .steps__navs {
    margin-top: -42px;
  }
}
@media (min-width: 1320px) {
  .steps__navs {
    display: none;
  }
}
.steps__navs-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  background: #fff;
}
@media (min-width: 992px) {
  .steps__navs-inner {
    gap: 26px;
  }
}
.steps__navs-inner:before {
  content: "";
  width: 1px;
  height: 30px;
  background: #e7e7e7;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
@media (min-width: 992px) {
  .steps__navs-inner:before {
    height: 42px;
  }
}
.steps__navs-prev, .steps__navs-next {
  width: 30px;
  height: auto;
  aspect-ratio: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0;
  background: none;
  border: none;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
@media (min-width: 992px) {
  .steps__navs-prev, .steps__navs-next {
    width: 42px;
  }
}
.steps__navs-prev:hover, .steps__navs-next:hover {
  color: #0097d7;
}
.steps__navs-prev svg, .steps__navs-next svg {
  width: 28px;
  height: auto;
  aspect-ratio: 28/17;
}
@media (min-width: 992px) {
  .steps__navs-prev svg, .steps__navs-next svg {
    width: 42px;
  }
}
.steps__navs-next {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}

.order {
  background: #f3f3f3;
  padding: 80px 0;
  position: relative;
  overflow: hidden;
}
@media (min-width: 992px) {
  .order {
    padding: 160px 0;
  }
}
.order_black {
  background: #191919 url(/local/templates/lestone/css/../images/order/8.png) no-repeat 0 100%;
  background-size: 180px auto;
  color: #fff;
}
@media (min-width: 992px) {
  .order_black {
    background-size: 380px auto;
  }
}
.order_white {
  background: #fff;
}
.order > span {
  color: #fff;
  font-weight: 600;
  font-size: 112px;
  line-height: 1;
  letter-spacing: -0.03em;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  text-align: center;
  padding-top: 50px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
@media (min-width: 768px) {
  .order > span {
    padding-top: 10px;
    font-size: 150px;
    text-align: center;
  }
}
@media (min-width: 992px) {
  .order > span {
    font-size: 250px;
  }
}
@media (min-width: 1320px) {
  .order > span {
    font-size: 400px;
    padding: 0;
  }
}
.order_black > span {
  color: #252525;
}
.order_white > span {
  color: #f3f3f3;
}
.order > .container {
  position: relative;
  z-index: 2;
}
.order__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (min-width: 1320px) {
  .order__body {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
@media (min-width: 1320px) {
  .order__body.active {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.order__body-left {
  display: none;
  width: 476px;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
@media (min-width: 1320px) {
  .order__body-left {
    display: grid;
  }
}
.order__body-left img {
  width: 100%;
  height: 440px;
  -o-object-fit: cover;
     object-fit: cover;
  margin-top: 106px;
}
.order__body-left img + img {
  margin-top: 0;
}
.order__body-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (min-width: 1320px) {
  .order__body-right {
    width: calc(100% - 476px);
    padding-left: 126px;
  }
}
.order__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .order__title {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media (min-width: 992px) {
  .order__title {
    margin-bottom: 48px;
  }
}
.order__title img {
  width: 60px;
  height: 60px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (min-width: 992px) {
  .order__title img {
    width: 90px;
    height: 90px;
  }
}
.order__title img + img {
  display: none;
}
.order__title span {
  padding-top: 26px;
  font-weight: 500;
  font-size: 32px;
  line-height: 1.1;
  letter-spacing: -0.03em;
}
@media (min-width: 768px) {
  .order__title span {
    padding: 0;
    width: calc(100% - 60px);
    padding-left: 24px;
  }
}
@media (min-width: 992px) {
  .order__title span {
    width: calc(100% - 90px);
    padding-left: 42px;
    font-size: 50px;
  }
}
.order__title span + span {
  display: none;
}
.active .order__title img {
  display: none;
}
.active .order__title img + img {
  display: block;
}
.active .order__title span {
  display: none;
}
.active .order__title span + span {
  display: block;
}
.order__form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
}
@media (min-width: 992px) {
  .order__form {
    gap: 16px;
  }
}
.order__form-row {
  display: grid;
}
@media (min-width: 992px) {
  .order__form-row {
    grid-template-columns: 1fr 1fr;
    gap: 12px 32px;
  }
}
.order__form-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.order__form-item .file {
  margin-top: 28px;
}
@media (min-width: 992px) {
  .order__form-item .file {
    margin-top: 34px;
  }
}
.order__form-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  gap: 18px;
  margin-top: 28px;
}
@media (min-width: 768px) {
  .order__form-bottom {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media (min-width: 992px) {
  .order__form-bottom {
    margin-top: 34px;
  }
}
.order__form-bottom .checkbox {
  max-width: 250px;
}
.order__form-bottom .checkbox label > span {
  color: #909090;
}
@media (min-width: 992px) {
  .order__form-bottom .button {
    width: 290px;
  }
}
.active .order__form {
  display: none;
}
.order_black .order__form-item .input {
  border-color: #404040;
  color: #fff;
}
.order_black .order__form-item .input:focus {
  background: #252525;
}
.order_white .order__form-item .input:focus {
  background: #f3f3f3;
}
.order__text {
  display: none;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.3;
  letter-spacing: -0.03em;
  color: #909090;
  max-width: 330px;
}
@media (min-width: 992px) {
  .order__text {
    font-size: 16px;
    max-width: 450px;
  }
}
.active .order__text {
  display: block;
}

.info {
  overflow: hidden;
  margin: 80px 0;
}
@media (min-width: 992px) {
  .info {
    margin: 160px 0;
  }
}
.info__title {
  margin: 0;
  font-weight: 500;
  font-size: 32px;
  line-height: 1.1;
  letter-spacing: -0.03em;
  margin-bottom: 32px;
}
@media (min-width: 992px) {
  .info__title {
    font-size: 50px;
    margin-bottom: 48px;
  }
}
.info__body {
  position: relative;
}
.info__navs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  position: absolute;
  z-index: 2;
  bottom: 0;
  right: 0;
  margin-top: -30px;
}
@media (min-width: 992px) {
  .info__navs {
    margin-top: -42px;
  }
}
@media (min-width: 1320px) {
  .info__navs {
    margin: 0;
    bottom: auto;
    top: 10px;
  }
}
.info__navs-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  background: #fff;
}
@media (min-width: 992px) {
  .info__navs-inner {
    gap: 26px;
  }
}
.info__navs-inner:before {
  content: "";
  width: 1px;
  height: 30px;
  background: #e7e7e7;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
@media (min-width: 992px) {
  .info__navs-inner:before {
    height: 42px;
  }
}
.info__navs-prev, .info__navs-next {
  width: 30px;
  height: auto;
  aspect-ratio: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0;
  background: none;
  border: none;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
@media (min-width: 992px) {
  .info__navs-prev, .info__navs-next {
    width: 42px;
  }
}
.info__navs-prev:hover, .info__navs-next:hover {
  color: #0097d7;
}
.info__navs-prev svg, .info__navs-next svg {
  width: 28px;
  height: auto;
  aspect-ratio: 28/17;
}
@media (min-width: 992px) {
  .info__navs-prev svg, .info__navs-next svg {
    width: 42px;
  }
}
.info__navs-next {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}
.info .swiper {
  width: 90%;
  margin: 0;
  overflow: visible;
}
@media (min-width: 992px) {
  .info .swiper {
    width: 92%;
  }
}
.info .swiper-slide-active .info__numb, .info .swiper-slide-active .furniture__numb {
  opacity: 1;
}
.info__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  height: 385px;
}
@media (min-width: 768px) {
  .info__item {
    height: 517px;
  }
}
@media (min-width: 992px) {
  .info__item {
    gap: 24px;
    height: 632px;
  }
}
@media (min-width: 1320px) {
  .info__item {
    height: 632px;
  }
}
.info__item-photo {
  width: 100%;
  height: 228px;
  aspect-ratio: 30/22;
  position: relative;
  overflow: hidden;
}
@media (min-width: 768px) {
  .info__item-photo {
    height: 360px;
  }
}
@media (min-width: 992px) {
  .info__item-photo {
    height: 460px;
  }
}
.info__item-photo img {
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}
.info__item-photo i,
.info__item-photo b {
  font-style: normal;
  z-index: 2;
  position: absolute;
  top: 12px;
  left: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px;
  background: #ff6219;
  color: #fff;
  font-size: 13px;
  line-height: 1.2;
  font-weight: 500;
  letter-spacing: -0.03em;
}
@media (min-width: 992px) {
  .info__item-photo i,
  .info__item-photo b {
    top: 16px;
    left: 16px;
    padding: 12px;
    font-size: 14px;
  }
}
.info__item-photo i + i, .info__item-photo i + b,
.info__item-photo b + i,
.info__item-photo b + b {
  margin-top: 48px;
}
@media (min-width: 992px) {
  .info__item-photo i + i, .info__item-photo i + b,
  .info__item-photo b + i,
  .info__item-photo b + b {
    margin-top: 52px;
  }
}
.info__item-photo b {
  background: #0097d7;
}
.info__item:hover .info__item-photo img {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}
.info__item-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}
@media (min-width: 992px) {
  .info__item-body {
    gap: 16px;
  }
}
@media (min-width: 1320px) {
  .info__item-body {
    padding-right: 92px;
  }
}
.info__item-body u {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4px;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.2;
  color: #909090;
  font-style: normal;
  letter-spacing: -0.03em;
  text-decoration: none;
  margin-bottom: 10px;
}
@media (min-width: 992px) {
  .info__item-body u {
    font-size: 14px;
    margin-bottom: 0;
  }
}
.info__item-body b {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  font-weight: 600;
  font-size: 15px;
  line-height: 1.3;
  letter-spacing: -0.03em;
}
@media (min-width: 992px) {
  .info__item-body b {
    font-size: 18px;
    line-height: 24px;
  }
}
.info__item-body i {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  gap: 4px;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.2;
  color: #909090;
  font-style: normal;
  letter-spacing: -0.03em;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.info__numb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 30px;
  letter-spacing: -0.03em;
  font-size: 14px;
  line-height: 1.3;
  font-weight: 500;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  opacity: 0;
  -webkit-transition: 0.25s;
  transition: 0.25s;
  margin-top: 30px;
}
@media (min-width: 992px) {
  .info__numb {
    height: 42px;
    font-size: 16px;
    margin-top: 80px;
  }
}
.info__all {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  height: 70px;
  border-top: 1px solid #e7e7e7;
  position: relative;
  z-index: 2;
  margin-top: -70px;
}
@media (min-width: 1320px) {
  .info__all {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.info__all a,
.info__all button {
  height: 42px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
  line-height: 1.2;
  font-weight: 600;
  text-transform: uppercase;
  text-decoration: underline;
  color: #0097d7;
  background: #fff;
}
.info__all a:hover,
.info__all button:hover {
  color: #ff6219;
}

.toper {
  background: #f3f3f3;
  padding-bottom: 132px;
  position: relative;
  overflow: hidden;
  padding-top: 5px;
  min-height: 285px;
}
@media (min-width: 768px) {
  .toper {
    min-height: 340px;
  }
}
@media (min-width: 992px) {
  .toper {
    padding-top: 0;
    min-height: 420px;
  }
}
@media (min-width: 1320px) {
  .toper {
    padding-bottom: 88px;
  }
}
.toper > span {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  font-weight: 600;
  line-height: 0.6;
  letter-spacing: -0.03em;
  color: #fafafa;
  text-align: center;
  font-size: 104px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
@media (min-width: 768px) {
  .toper > span {
    font-size: 208px;
  }
}
@media (min-width: 992px) {
  .toper > span {
    font-size: 278px;
  }
}
@media (min-width: 1320px) {
  .toper > span {
    font-size: 397px;
  }
}
.toper > span.word-price {
  font-size: 125px;
}
@media (min-width: 768px) {
  .toper > span.word-price {
    font-size: 260px;
  }
}
@media (min-width: 992px) {
  .toper > span.word-price {
    font-size: 340px;
  }
}
@media (min-width: 1320px) {
  .toper > span.word-price {
    font-size: 456px;
  }
}
.toper > span.word-brand {
  font-size: 100px;
}
@media (min-width: 768px) {
  .toper > span.word-brand {
    font-size: 220px;
  }
}
@media (min-width: 992px) {
  .toper > span.word-brand {
    font-size: 280px;
  }
}
@media (min-width: 1320px) {
  .toper > span.word-brand {
    font-size: 365px;
  }
}
.toper > span.word-staron {
  font-size: 124px;
}
@media (min-width: 768px) {
  .toper > span.word-staron {
    font-size: 260px;
  }
}
@media (min-width: 992px) {
  .toper > span.word-staron {
    font-size: 340px;
  }
}
@media (min-width: 1320px) {
  .toper > span.word-staron {
    font-size: 451px;
  }
}
.toper > span.word-cases {
  font-size: 122px;
}
@media (min-width: 768px) {
  .toper > span.word-cases {
    font-size: 260px;
  }
}
@media (min-width: 992px) {
  .toper > span.word-cases {
    font-size: 340px;
  }
}
@media (min-width: 1320px) {
  .toper > span.word-cases {
    font-size: 444px;
  }
}
.toper > span.word-case {
  font-size: 162px;
}
@media (min-width: 768px) {
  .toper > span.word-case {
    font-size: 300px;
  }
}
@media (min-width: 992px) {
  .toper > span.word-case {
    font-size: 440px;
  }
}
@media (min-width: 1320px) {
  .toper > span.word-case {
    font-size: 589px;
  }
}
.toper > span.word-articles {
  font-size: 110px;
}
@media (min-width: 768px) {
  .toper > span.word-articles {
    font-size: 230px;
  }
}
@media (min-width: 992px) {
  .toper > span.word-articles {
    font-size: 300px;
  }
}
@media (min-width: 1320px) {
  .toper > span.word-articles {
    font-size: 405px;
  }
}
.toper > span.word-reviews {
  font-size: 97px;
}
@media (min-width: 768px) {
  .toper > span.word-reviews {
    font-size: 210px;
  }
}
@media (min-width: 992px) {
  .toper > span.word-reviews {
    font-size: 260px;
  }
}
@media (min-width: 1320px) {
  .toper > span.word-reviews {
    font-size: 357px;
  }
}
.toper > span.word-policy {
  font-size: 110px;
}
@media (min-width: 768px) {
  .toper > span.word-policy {
    font-size: 170px;
  }
}
@media (min-width: 992px) {
  .toper > span.word-policy {
    font-size: 220px;
  }
}
@media (min-width: 1320px) {
  .toper > span.word-policy {
    font-size: 297px;
  }
}
.toper > .container {
  position: relative;
  z-index: 2;
}
.toper .breadcrumbs {
  margin-bottom: 40px;
}
@media (min-width: 992px) {
  .toper .breadcrumbs {
    margin-bottom: 48px;
  }
}
.toper__title {
  margin: 0;
  font-weight: 500;
  font-size: 40px;
  line-height: 1;
  letter-spacing: -0.03em;
  max-width: 640px;
  margin-bottom: 24px;
}
@media (min-width: 992px) {
  .toper__title {
    font-size: 60px;
  }
}
.toper__subtitle {
  margin: 0;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.3;
  letter-spacing: -0.03em;
  color: #ff6219;
}
@media (min-width: 992px) {
  .toper__subtitle {
    font-size: 16px;
  }
}
.toper__body {
  display: grid;
}
@media (min-width: 1320px) {
  .toper__body {
    grid-template-columns: 1fr 1fr;
  }
}
.toper__body-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.toper__body-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
}
@media (min-width: 992px) {
  .toper__body-right {
    gap: 48px;
  }
}
@media (min-width: 1320px) {
  .toper__body-right {
    padding-top: 28px;
  }
}
@media (min-width: 992px) {
  .toper__body .toper__title {
    margin-bottom: 48px;
  }
}
.toper__text {
  margin: 0;
  color: #909090;
  font-weight: 500;
  font-size: 15px;
  line-height: 1.3;
  letter-spacing: -0.03em;
}
@media (min-width: 992px) {
  .toper__text {
    font-size: 18px;
    max-width: 450px;
  }
}
.toper__clock {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  color: #ff6219;
}
@media (min-width: 992px) {
  .toper__clock {
    max-width: 450px;
  }
}
.toper__clock svg {
  width: 26px;
  height: auto;
  aspect-ratio: 1;
}
@media (min-width: 992px) {
  .toper__clock svg {
    width: 30px;
  }
}
.toper__clock span {
  width: calc(100% - 26px);
  font-weight: 500;
  font-size: 14px;
  line-height: 1.3;
  letter-spacing: -0.03em;
  padding-left: 15px;
}
@media (min-width: 992px) {
  .toper__clock span {
    font-size: 16px;
    width: calc(100% - 30px);
  }
}

.calc {
  position: relative;
  z-index: 11;
  margin-top: 60px;
  margin-bottom: 80px;
}
@media (min-width: 992px) {
  .calc {
    margin-top: 88px;
    margin-bottom: 160px;
  }
}
.calc__tabs-wrapper {
  position: relative;
  z-index: 2;
}
@media (min-width: 768px) {
  .calc__tabs-wrapper {
    height: 115px;
  }
}
@media (min-width: 992px) {
  .calc__tabs-wrapper {
    height: 125px;
  }
}
.calc__tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (min-width: 768px) {
  .calc__tabs {
    display: grid;
    grid-template-columns: 2fr 1fr;
  }
}
@media (min-width: 992px) {
  .calc__tabs {
    grid-template-columns: 3fr 1fr;
  }
}
@media (min-width: 1320px) {
  .calc__tabs {
    grid-template-columns: 4fr 1fr;
  }
}
@media (min-width: 768px) {
  .calc__tabs.sticky {
    background: #fff;
    position: fixed;
    top: 0;
    left: 50%;
    width: 100%;
    max-width: 1288px;
    -webkit-transform: translate(-50%);
        -ms-transform: translate(-50%);
            transform: translate(-50%);
  }
}
.calc__tabs-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 2;
}
.calc__tabs-left .calc__tabs-item, .calc__tabs-left .calc__tabs-all {
  width: 50%;
}
@media (min-width: 992px) {
  .calc__tabs-left .calc__tabs-item, .calc__tabs-left .calc__tabs-all {
    width: 33.333333%;
  }
}
@media (min-width: 1320px) {
  .calc__tabs-left .calc__tabs-item, .calc__tabs-left .calc__tabs-all {
    width: 25%;
  }
}
.calc__tabs-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  background: #f3f3f3;
  padding: 20px;
  position: relative;
  z-index: 2;
}
@media (min-width: 768px) {
  .calc__tabs-right {
    background: none;
    padding: 20px 0;
  }
}
.calc__tabs-right .button {
  padding: 0 20px;
}
@media (min-width: 1320px) {
  .calc__tabs-right .button {
    padding: 0 24px;
  }
}
.calc__tabs.active .calc__tabs-right {
  display: none;
}
@media (min-width: 768px) {
  .calc__tabs.active .calc__tabs-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.calc__tabs-item {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 20px;
  padding-bottom: 0;
  height: 140px;
  background: #fff;
  border: 1px solid #f3f3f3;
  border-bottom: none;
  text-align: left;
  font-weight: 500;
  font-size: 13px;
  line-height: 1.2;
  letter-spacing: -0.03em;
  border-left: none;
  position: relative;
}
@media (min-width: 768px) {
  .calc__tabs-item {
    padding: 16px;
    height: 115px;
  }
}
@media (min-width: 992px) {
  .calc__tabs-item {
    font-size: 14px;
    padding: 20px;
    padding-bottom: 0;
    height: 125px;
  }
}
.calc__tabs-item:first-child {
  border-left: 1px solid #f3f3f3;
}
.calc__tabs-item:nth-child(1) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (min-width: 992px) {
  .calc__tabs-item:nth-child(2) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (min-width: 1320px) {
  .calc__tabs-item:nth-child(3) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.calc__tabs-item.active {
  background: #f3f3f3;
}
.calc__tabs-item span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 5px;
  width: 100%;
}
.calc__tabs-item b {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: block;
  font-weight: 600;
  text-transform: uppercase;
}
.calc__tabs-item i {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: block;
  font-style: normal;
  color: #909090;
}
.calc__tabs-item u {
  display: block;
  width: 100%;
  text-decoration: none;
  color: #0097d7;
  margin-top: 10px;
}
@media (min-width: 768px) {
  .calc__tabs-item u {
    margin-top: 8px;
  }
}
.calc__tabs-item del {
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #909090;
  text-decoration: none;
  position: absolute;
  left: 20px;
  bottom: 15px;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}
@media (min-width: 768px) {
  .calc__tabs-item del {
    left: 16px;
  }
}
@media (min-width: 992px) {
  .calc__tabs-item del {
    left: 20px;
  }
}
.calc__tabs-item del:hover {
  color: #0097d7;
}
.calc__tabs-item del span {
  display: none;
  padding-left: 5px;
  font-size: 14px;
  line-height: 1;
}
@media (min-width: 768px) {
  .calc__tabs-item del span {
    display: block;
  }
}
.calc__tabs-item.active del {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.calc__tabs-item del + del {
  left: 55px;
}
@media (min-width: 768px) {
  .calc__tabs-item del + del {
    left: 140px;
  }
}
@media (min-width: 992px) {
  .calc__tabs-item del + del {
    left: 140px;
  }
}
.calc__tabs-all {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  padding: 20px;
  padding-top: 40px;
  padding-right: 0;
}
@media (min-width: 768px) {
  .calc__tabs-all {
    gap: 6px;
    padding: 16px 20px;
    padding-top: 40px;
  }
}
@media (min-width: 992px) {
  .calc__tabs-all {
    padding: 28px 24px;
    padding-top: 40px;
  }
}
.calc__tabs-all.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.calc__tabs-all b {
  font-weight: 600;
  font-size: 13px;
  line-height: 1.2;
  text-transform: uppercase;
}
@media (min-width: 992px) {
  .calc__tabs-all b {
    font-size: 14px;
  }
}
.calc__tabs-all i {
  font-style: normal;
  color: #0097d7;
}
.calc__tabs-all button {
  background: none;
  border: none;
  padding: 0;
  text-align: left;
  font-weight: 500;
  font-size: 13px;
  line-height: 1.2;
  text-decoration: underline;
  color: #0097d7;
}
@media (min-width: 992px) {
  .calc__tabs-all button {
    font-size: 14px;
  }
}
.calc__tabs-all button:hover {
  color: #ff6219;
}
.calc__tabs-all button span + span {
  display: none;
}
.calc__tabs.active .calc__tabs-all span {
  display: none;
}
.calc__tabs.active .calc__tabs-all span + span {
  display: block;
}
.calc__tabs-add {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 60px;
  padding: 0 22px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background: #0097d7;
  color: #fff;
  font-weight: 600;
  font-size: 13px;
  line-height: 1.2;
  text-transform: uppercase;
  border: none;
  text-align: left;
}
@media (min-width: 768px) {
  .calc__tabs-add {
    height: 100%;
  }
}
@media (min-width: 992px) {
  .calc__tabs-add {
    font-size: 14px;
    padding: 0 24px;
  }
}
.calc__tabs-add:hover {
  background: #ff6219;
}
.calc__tabs-add span {
  width: calc(100% - 12px);
}
@media (min-width: 992px) {
  .calc__tabs-add span {
    width: calc(100% - 16px);
  }
}
.calc__tabs-add svg {
  width: 12px;
  height: auto;
  aspect-ratio: 1;
}
@media (min-width: 992px) {
  .calc__tabs-add svg {
    width: 16px;
  }
}
.calc__tabs-items {
  display: none;
  position: absolute;
  z-index: 1;
  top: 100%;
  left: 0;
  width: 100%;
  background: #fff;
  -webkit-box-shadow: 0px 2px 16px 0px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 2px 16px 0px rgba(0, 0, 0, 0.05);
}
.calc__tabs-items:before, .calc__tabs-items:after {
  content: "";
  width: 100%;
  height: 144px;
  position: absolute;
  left: 0;
  z-index: 2;
  -webkit-transition: 0.25s;
  transition: 0.25s;
  pointer-events: none;
}
.calc__tabs-items:before {
  top: 0;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(255, 255, 255, 0)), to(#fff));
  background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, #fff 100%);
}
.calc__tabs-items:after {
  bottom: 0;
  background: -webkit-gradient(linear, left bottom, left top, from(#fff), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(0deg, #fff 0%, rgba(255, 255, 255, 0) 100%);
}
.calc__tabs-items.top:before {
  height: 0;
}
.calc__tabs-items.bottom:after {
  height: 0;
}
.calc__tabs-items-scroll {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  max-height: 540px;
  overflow: hidden;
  overflow-y: auto;
}
.calc__tabs.active .calc__tabs-items {
  display: block;
}
.calc__tabs-items .calc__tabs-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #f3f3f3;
  border-top: none;
  width: 50%;
}
@media (min-width: 768px) {
  .calc__tabs-items .calc__tabs-item {
    border-right: none;
    width: 33.333333%;
  }
}
@media (min-width: 1320px) {
  .calc__tabs-items .calc__tabs-item {
    width: 25%;
  }
}
.calc__tabs-items .calc__tabs-item:nth-child(even) {
  border-left: none;
}
@media (min-width: 768px) {
  .calc__tabs-items .calc__tabs-item:nth-child(even) {
    border-left: 1px solid #f3f3f3;
  }
}
@media (min-width: 768px) {
  .calc__tabs-items .calc__tabs-item:nth-child(3n) {
    border-right: 1px solid #f3f3f3;
  }
}
@media (min-width: 1320px) {
  .calc__tabs-items .calc__tabs-item:nth-child(3n) {
    border-right: none;
  }
}
@media (min-width: 1320px) {
  .calc__tabs-items .calc__tabs-item:nth-child(4n) {
    border-right: 1px solid #f3f3f3;
  }
}
.calc__tabs-items .calc__tabs-item:nth-child(1), .calc__tabs-items .calc__tabs-item:nth-child(2) {
  border-top: 1px solid #f3f3f3;
}
@media (min-width: 768px) {
  .calc__tabs-items .calc__tabs-item:nth-child(3) {
    border-top: 1px solid #f3f3f3;
  }
}
@media (min-width: 1320px) {
  .calc__tabs-items .calc__tabs-item:nth-child(4) {
    border-top: 1px solid #f3f3f3;
  }
}
.calc__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
  background: #f3f3f3;
  position: relative;
  z-index: 1;
  padding: 20px;
}
@media (min-width: 992px) {
  .calc__items {
    padding: 48px;
    gap: 48px;
  }
}
.calc__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 32px;
  padding-top: 40px;
  border-top: 1px solid #d8d8d8;
}
@media (min-width: 992px) {
  .calc__item {
    gap: 38px;
    padding-top: 48px;
  }
}
.calc__item:first-child {
  padding-top: 0;
  border-top: none;
}
.calc__title {
  font-weight: 500;
  font-size: 22px;
  line-height: 1.1;
  letter-spacing: -0.03em;
  padding-bottom: 8px;
}
@media (min-width: 992px) {
  .calc__title {
    font-size: 35px;
    line-height: 1.2;
    padding-bottom: 0;
  }
}
.calc__sub {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 32px;
}
@media (min-width: 992px) {
  .calc__sub {
    gap: 24px;
  }
}
.calc__subtitle {
  font-weight: 600;
  font-size: 15px;
  line-height: 1.3;
  letter-spacing: -0.03em;
  margin-bottom: -10px;
}
@media (min-width: 992px) {
  .calc__subtitle {
    font-size: 20px;
    margin-bottom: 0;
  }
}
.calc__search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 22px 44px;
}
@media (min-width: 768px) {
  .calc__search {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media (min-width: 768px) {
  .calc__search .input-search {
    width: calc(50% - 5px);
  }
}
@media (min-width: 992px) {
  .calc__search .input-search {
    width: calc(50% - 8px);
  }
}
.calc__search .calc__subtitle {
  margin: 0;
}
.calc__brands {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}
@media (min-width: 768px) {
  .calc__brands {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}
@media (min-width: 992px) {
  .calc__brands {
    gap: 16px;
  }
}
@media (min-width: 1320px) {
  .calc__brands {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  }
}
.calc__brands-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  cursor: pointer;
}
.calc__brands-item input {
  display: none;
}
.calc__brands-item span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #d8d8d8;
  aspect-ratio: 14/7;
  height: 70px;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}
@media (min-width: 992px) {
  .calc__brands-item span {
    height: 90px;
  }
}
.calc__brands-item i {
  width: auto;
  aspect-ratio: 84/30;
  height: 30px;
  position: relative;
}
@media (min-width: 992px) {
  .calc__brands-item i {
    height: 40px;
  }
}
.calc__brands-item img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  -webkit-transition: 0.25s;
  transition: 0.25s;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
  opacity: 0.75;
}
.calc__brands-item :checked + span {
  border-color: #0097d7;
}
.calc__brands-item :checked + span img {
  -webkit-filter: grayscale(0);
          filter: grayscale(0);
  opacity: 1;
}
.calc__collection {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px 0;
}
@media (min-width: 768px) {
  .calc__collection {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 10px;
  }
}
@media (min-width: 992px) {
  .calc__collection {
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 16px;
  }
}
@media (min-width: 1320px) {
  .calc__collection {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  }
}
.calc__collection-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  cursor: pointer;
  text-align: center;
  width: calc(50% - 5px);
}
@media (min-width: 768px) {
  .calc__collection-item {
    width: 100%;
  }
}
.calc__collection-item.fullwidth {
  width: 100%;
}
.calc__collection-item input {
  display: none;
}
.calc__collection-item span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  border: 1px solid #d8d8d8;
  color: #909090;
  -webkit-transition: 0.25s;
  transition: 0.25s;
  height: 42px;
  font-weight: 500;
  font-size: 13px;
  line-height: 1.2;
  letter-spacing: -0.03em;
}
@media (min-width: 992px) {
  .calc__collection-item span {
    height: 48px;
    font-size: 14px;
  }
}
.calc__collection-item :checked + span {
  color: #0097d7;
  border-color: #0097d7;
}
.calc__collection-item i {
  color: #fff;
  font-style: normal;
  background: #ff6219;
  height: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 3px;
  position: absolute;
  top: -1px;
  right: -1px;
}
.calc__choose {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (min-width: 768px) {
  .calc__choose {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.calc__choose-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #e7e7e7;
  -webkit-transition: 0.25s;
  transition: 0.25s;
  overflow: hidden;
  position: relative;
}
.calc__choose-item.active, .calc__choose-item:hover {
  border-color: #0097d7;
}
.calc__choose-item-pic {
  width: 80px;
  position: relative;
}
.calc__choose-item-pic picture,
.calc__choose-item-pic img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
}
.calc__choose-item-txt {
  width: calc(100% - 80px);
  padding: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-weight: 500;
  font-size: 13px;
  line-height: 1.2;
  letter-spacing: -0.03em;
}
@media (min-width: 992px) {
  .calc__choose-item-txt {
    font-size: 14px;
  }
}
.calc__choose-item-name {
  -webkit-transition: 0.25s;
  transition: 0.25s;
  margin-bottom: 4px;
}
@media (min-width: 992px) {
  .calc__choose-item-name {
    margin-bottom: 5px;
  }
}
.calc__choose-item.active .calc__choose-item-name, .calc__choose-item:hover .calc__choose-item-name {
  color: #0097d7;
}
.calc__choose-item-price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  height: 24px;
  overflow: hidden;
  gap: 8px;
}
@media (min-width: 992px) {
  .calc__choose-item-price {
    gap: 10px;
  }
}
.calc__choose-item-price del {
  opacity: 0.4;
}
.calc__choose-item-price i {
  font-style: normal;
  height: 24px;
  padding: 0 3px;
  color: #fff;
  background: #ff6219;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  top: 0;
  left: 0;
}
.calc__choose-item.active .calc__choose-item-price {
  color: #0097d7;
}
.calc__choose-item-btns {
  margin-top: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
}
@media (min-width: 992px) {
  .calc__choose-item-btns {
    margin-top: 10px;
  }
}
.calc__choose-item-btns-i {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0;
  border: none;
  background: none;
  border-bottom: 1px dotted;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 1.2;
  font-weight: 600;
  color: #0097d7;
}
.calc__choose-item-btns-i:hover {
  color: #ff6219;
}
.calc__types {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px 0;
}
@media (min-width: 768px) {
  .calc__types {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 10px;
  }
}
@media (min-width: 992px) {
  .calc__types {
    gap: 16px;
  }
}
.calc__types-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: calc(50% - 5px);
  cursor: pointer;
}
.calc__types-item.fullwidth {
  width: 100%;
}
@media (min-width: 768px) {
  .calc__types-item {
    width: 100%;
  }
}
.calc__types-item input {
  display: none;
}
.calc__types-item span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  font-weight: 500;
  font-size: 13px;
  line-height: 1.2;
  letter-spacing: -0.03em;
  border: 1px solid #d8d8d8;
  height: 88px;
  color: #191919;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}
@media (min-width: 992px) {
  .calc__types-item span {
    font-size: 14px;
    gap: 10px;
    height: 90px;
  }
}
.calc__types-item span svg {
  width: 28px;
  height: auto;
  aspect-ratio: 1;
  color: #909090;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}
@media (min-width: 992px) {
  .calc__types-item span svg {
    width: 30px;
  }
}
.calc__types-item :checked + span {
  color: #0097d7;
  border-color: #0097d7;
}
.calc__types-item :checked + span svg {
  color: #0097d7;
}
.calc__sizes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 32px;
}
@media (min-width: 992px) {
  .calc__sizes {
    gap: 48px;
  }
}
@media (min-width: 1320px) {
  .calc__sizes {
    display: grid;
    grid-template-columns: 1fr 1fr;
    background: #fff;
    gap: 0;
  }
}
.calc__sizes-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (min-width: 1320px) {
  .calc__sizes-col {
    background: none;
    padding: 28px;
  }
}
.calc__sizes-col:first-child {
  background: #fff;
  padding: 20px;
  padding-bottom: 0;
}
@media (min-width: 992px) {
  .calc__sizes-col:first-child {
    padding: 28px;
  }
}
@media (min-width: 1320px) {
  .calc__sizes-col:first-child {
    border-right: 1px solid #e7e7e7;
  }
}
.calc__sizes-title {
  font-weight: 600;
  font-size: 15px;
  line-height: 1.3;
  letter-spacing: -0.03em;
  margin-bottom: 24px;
}
@media (min-width: 992px) {
  .calc__sizes-title {
    font-size: 20px;
    margin-bottom: 28px;
  }
}
@media (min-width: 1320px) {
  .calc__sizes-col:first-child .calc__sizes-title {
    margin-bottom: 78px;
  }
}
.calc__sizes-pic {
  height: auto;
  aspect-ratio: 588/368;
  position: relative;
  overflow: hidden;
  margin: 0 -20px;
}
@media (min-width: 992px) {
  .calc__sizes-pic {
    margin: 0 -28px;
  }
}
@media (min-width: 1320px) {
  .calc__sizes-pic {
    margin: 0;
    position: sticky;
    top: 116px;
  }
}
.calc__sizes-pic rect {
  -webkit-transition: 0.25s;
  transition: 0.25s;
}
.calc__sizes-pic rect.active {
  fill: #ff6219;
}
.calc__sizes-pic [data-legend] {
  cursor: pointer;
}
.calc__sizes-pic img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.calc__sizes-pic-legend {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.calc__sizes-pic-legend span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
  height: 100%;
  font-style: normal;
  font-weight: 500;
  font-size: 11px;
  line-height: 1;
  letter-spacing: -0.03em;
  color: #909090;
}
.calc__sizes-pic-legend span input {
  width: 44px;
  height: 100%;
  background: #f3f3f3;
  color: #909090;
  border: 1px solid #ff6219;
  text-align: center;
  padding: 0 2px;
  font-weight: 500;
  font-size: 11px;
  line-height: 1;
  letter-spacing: -0.03em;
}
.calc__sizes-pic-legend span input.min {
  width: 38px;
}
.calc__sizes-pic-logo {
  z-index: 3;
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  height: auto;
  aspect-ratio: 130/30;
  color: #e7e7e7;
  opacity: 0.3;
  pointer-events: none;
}
.calc__sizes-pic-text {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 4;
  pointer-events: none;
}
@media (min-width: 1320px) {
  .calc__sizes-pic-text {
    display: block;
  }
}
.calc__sizes-pic-text span {
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 12px;
  line-height: 1;
  text-shadow: 0px 0px 2px #fff;
}
.calc__sizes-pic-text_1 span:nth-child(1) {
  margin-top: -105px;
  margin-left: -60px;
}
.calc__sizes-pic-text_1 span:nth-child(2) {
  margin-top: -135px;
  margin-left: 110px;
}
.calc__sizes-pic-text_1 span:nth-child(3) {
  margin-top: -57px;
  margin-left: -159px;
}
.calc__sizes-pic-text_2 span:nth-child(1) {
  margin-top: -75px;
  margin-left: -226px;
}
.calc__sizes-pic-text_2 span:nth-child(2) {
  margin-top: -115px;
  margin-left: -120px;
}
.calc__sizes-pic-text_2 span:nth-child(3) {
  margin-top: -115px;
  margin-left: 100px;
}
.calc__sizes-pic-text_2 span:nth-child(4) {
  margin-top: -75px;
  margin-left: 187px;
}
.calc__sizes-pic-text_3 span:nth-child(1) {
  margin-top: -80px;
  margin-left: -225px;
}
.calc__sizes-pic-text_3 span:nth-child(2) {
  margin-top: -115px;
  margin-left: -140px;
}
.calc__sizes-pic-text_3 span:nth-child(3) {
  margin-top: -110px;
  margin-left: 70px;
}
.calc__sizes-pic-text_3 span:nth-child(4) {
  margin-top: -28px;
  margin-left: 110px;
}
.calc__sizes-pic-text_3 span:nth-child(5) {
  margin-top: -5px;
  margin-left: -26px;
}
.calc__sizes-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
}
@media (min-width: 992px) {
  .calc__sizes-items {
    gap: 28px;
  }
}
.calc__sizes-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.calc__sizes-toggle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.calc__sizes-toggle b {
  width: 30px;
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}
@media (min-width: 992px) {
  .calc__sizes-toggle b {
    width: 36px;
    height: 36px;
  }
}
.calc__sizes-toggle b svg {
  width: auto;
  height: 12px;
  aspect-ratio: 8/12;
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transition: 0.25s;
  transition: 0.25s;
}
@media (min-width: 992px) {
  .calc__sizes-toggle b svg {
    height: 14px;
  }
}
.calc__sizes-toggle.active b svg {
  color: #0097d7;
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
.calc__sizes-toggle b + label {
  width: calc(100% - 30px);
}
@media (min-width: 992px) {
  .calc__sizes-toggle b + label {
    width: calc(100% - 36px);
  }
}
.calc__sizes-toggle label {
  cursor: pointer;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.calc__sizes-toggle label input {
  display: none;
}
.calc__sizes-toggle label i {
  width: 52px;
  height: 30px;
  position: relative;
  border-radius: 999px;
  background: #fff;
  border: 1px solid #d8d8d8;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}
@media (min-width: 992px) {
  .calc__sizes-toggle label i {
    width: 68px;
    height: 36px;
  }
}
.calc__sizes-toggle label i:before {
  content: "";
  -webkit-transition: 0.25s;
  transition: 0.25s;
  width: 22px;
  height: auto;
  aspect-ratio: 1;
  border-radius: 999px;
  background: #909090;
  position: absolute;
  top: 3px;
  left: 3px;
}
@media (min-width: 992px) {
  .calc__sizes-toggle label i:before {
    width: 24px;
    top: 5px;
    left: 5px;
  }
}
.calc__sizes-toggle label :checked ~ i {
  background: #0097d7;
  border-color: #0097d7;
}
.calc__sizes-toggle label :checked ~ i:before {
  background: #fff;
  left: 24px;
}
@media (min-width: 992px) {
  .calc__sizes-toggle label :checked ~ i:before {
    left: 38px;
  }
}
.calc__sizes-toggle label span {
  width: calc(100% - 52px);
  padding-left: 15px;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.3;
  letter-spacing: -0.03em;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}
@media (min-width: 992px) {
  .calc__sizes-toggle label span {
    width: calc(100% - 68px);
    padding-left: 20px;
    font-size: 16px;
  }
}
.calc__sizes-toggle.active label span {
  color: #0097d7;
}
.calc__sizes-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
  background: #fff;
  opacity: 0;
  height: 0;
  overflow: hidden;
}
@media (min-width: 1320px) {
  .calc__sizes-body {
    background: #f3f3f3;
  }
}
.active ~ .calc__sizes-body {
  opacity: 1;
  height: auto;
  -webkit-transition: opacity 0.25s;
  transition: opacity 0.25s;
  padding: 24px 20px;
  margin-top: 24px;
}
@media (min-width: 992px) {
  .active ~ .calc__sizes-body {
    padding: 28px 24px;
  }
}
.active ~ .calc__sizes-body:first-child {
  margin-top: 0;
}
.calc__sizes-toper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.calc__sizes-toper span {
  max-width: calc(100% - 28px);
  padding-right: 8px;
  font-size: 14px;
  line-height: 1.3;
  font-weight: 500;
  letter-spacing: -0.03em;
}
@media (min-width: 992px) {
  .calc__sizes-toper span {
    max-width: calc(100% - 30px);
    font-size: 16px;
  }
}
.calc__sizes-toper i {
  font-style: normal;
  width: 28px;
  height: auto;
  aspect-ratio: 1;
  text-transform: uppercase;
  background: #f3f3f3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 12px;
  line-height: 1.3;
  font-weight: 600;
  letter-spacing: -0.03em;
  border-radius: 999px;
}
@media (min-width: 992px) {
  .calc__sizes-toper i {
    width: 30px;
    height: 30px;
    font-size: 13px;
  }
}
@media (min-width: 1320px) {
  .calc__sizes-toper i {
    background: #fff;
  }
}
.calc__sizes-text {
  font-size: 14px;
  line-height: 1.3;
  font-weight: 500;
  letter-spacing: -0.03em;
}
@media (min-width: 992px) {
  .calc__sizes-text {
    font-size: 16px;
  }
}
.calc__fields {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px 28px;
}
@media (min-width: 768px) {
  .calc__fields {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media (min-width: 992px) {
  .calc__fields {
    gap: 24px 28px;
  }
}
.calc__fields-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.calc__fields-item.fullwidth {
  width: 100%;
}
.calc__fields-item.mt {
  margin-top: 8px;
}
.calc__fields-item.mb {
  margin-bottom: 8px;
}
.calc__fields-item .checkbox label > span b,
.calc__fields-item .radio label > span b {
  display: block;
  font-weight: 500;
  color: #909090;
}
@media (min-width: 768px) {
  .calc__fields-item .checkbox label > span b,
  .calc__fields-item .radio label > span b {
    display: inline;
  }
}
@media (min-width: 992px) {
  .calc__fields-item .checkbox.active label > span {
    font-size: 16px;
    padding-left: 16px;
  }
}
.calc__fields-item .tippy label > span {
  position: relative;
  padding-right: 26px;
}
.calc__fields-item .tippy label > span svg {
  position: absolute;
  bottom: 0;
  right: 0;
  color: #909090;
}
.calc__fields-item-input {
  border: none;
  background: none;
  padding: 0;
  font-weight: 600;
  font-size: 15px;
  line-height: 1.3;
  letter-spacing: -0.03em;
  color: #191919;
  border-bottom: 1px solid #d8d8d8;
  padding-bottom: 20px;
}
@media (min-width: 992px) {
  .calc__fields-item-input {
    padding-bottom: 24px;
    font-size: 18px;
  }
}
.calc__end {
  display: grid;
  gap: 10px;
}
@media (min-width: 768px) {
  .calc__end {
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 992px) {
  .calc__end {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 16px;
  }
}
@media (min-width: 1320px) {
  .calc__end {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}
@media (min-width: 992px) {
  .calc__end.active {
    grid-template-columns: 1fr 1fr;
  }
}
.calc__end label {
  cursor: pointer;
}
.calc__end-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.calc__end-item input {
  display: none;
}
.calc__end-item-body {
  border: 1px solid #d8d8d8;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-transition: 0.25s;
  transition: 0.25s;
  padding: 12px;
}
.calc__end-item-pic {
  width: 72px;
  height: auto;
  aspect-ratio: 1;
  -o-object-fit: contain;
     object-fit: contain;
  background: #fff;
}
.calc__end-item-txt {
  width: calc(100% - 72px);
  padding-left: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 5px;
  font-weight: 500;
  font-size: 13px;
  line-height: 16px;
  letter-spacing: -0.03em;
}
.calc__end-item-txt > span:first-child {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  height: 48px;
  max-width: 85%;
}
.calc__end-item-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
}
.calc__end-item-row del {
  color: #909090;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}
:checked + .calc__end-item-body {
  color: #0097d7;
  border-color: #0097d7;
}
:checked + .calc__end-item-body del {
  color: #0097d7;
  opacity: 0.4;
}
.calc__end.spoiler .calc__end-item {
  display: none;
}
@media (min-width: 768px) {
  .calc__end.spoiler .calc__end-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.calc__end.spoiler .calc__end-item:nth-child(1), .calc__end.spoiler .calc__end-item:nth-child(2), .calc__end.spoiler .calc__end-item:nth-child(3), .calc__end.spoiler .calc__end-item:nth-child(4), .calc__end.spoiler .calc__end-item:nth-child(5), .calc__end.spoiler .calc__end-item:nth-child(6), .calc__end.spoiler .calc__end-item:nth-child(7), .calc__end.spoiler .calc__end-item:nth-child(8) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.calc__end.spoiler.active .calc__end-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.calc__end-all {
  padding: 0;
  border: none;
  background: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 500;
  font-size: 13px;
  line-height: 1.2;
  letter-spacing: -0.03em;
  color: #0097d7;
  margin-top: 14px;
}
@media (min-width: 768px) {
  .calc__end-all {
    display: none;
  }
}
.calc__end-all:hover {
  color: #ff6219;
}
.calc__end-all span {
  max-width: calc(100% - 28px);
  padding-right: 12px;
}
.calc__end-all span + span {
  display: none;
}
.calc__end-all i {
  width: 28px;
  height: 28px;
  border: 1px solid;
  border-radius: 999px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}
.calc__end-all svg {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
  position: relative;
  top: 1px;
}
.calc__end.spoiler.active .calc__end-all span {
  display: none;
}
.calc__end.spoiler.active .calc__end-all span + span {
  display: block;
}
.calc__end.spoiler.active .calc__end-all i {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.calc__territory {
  padding: 24px 20px;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
}
@media (min-width: 992px) {
  .calc__territory {
    padding: 28px 24px;
  }
}
.calc__territory-text {
  font-weight: 500;
  font-size: 14px;
  line-height: 1.3;
  letter-spacing: -0.03em;
}
@media (min-width: 992px) {
  .calc__territory-text {
    font-size: 16px;
  }
}
.calc__total {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.calc__total-toper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 22px;
}
@media (min-width: 992px) {
  .calc__total-toper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.calc__total-toper b {
  font-size: 22px;
  line-height: 1.1;
  font-weight: 500;
  letter-spacing: -0.03em;
}
@media (min-width: 992px) {
  .calc__total-toper b {
    font-size: 35px;
  }
}
.calc__total-toper b a {
  color: #0097d7;
}
.calc__total-toper div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 5px;
  font-size: 14px;
  line-height: 1.3;
  font-weight: 500;
  letter-spacing: -0.03em;
}
@media (min-width: 992px) {
  .calc__total-toper div {
    font-size: 16px;
    text-align: right;
  }
}
.calc__total-toper div i {
  font-style: normal;
  color: #ff6219;
  font-size: 13px;
}
@media (min-width: 992px) {
  .calc__total-toper div i {
    font-size: 14px;
  }
}
.calc__total-list {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 22px;
}
@media (min-width: 992px) {
  .calc__total-list {
    margin-top: 48px;
  }
}
.calc__total-list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  gap: 12px;
  font-size: 14px;
  line-height: 1.3;
  font-weight: 500;
  letter-spacing: -0.03em;
  position: relative;
}
@media (min-width: 992px) {
  .calc__total-list-item {
    font-size: 16px;
  }
}
@media (min-width: 1320px) {
  .calc__total-list-item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.calc__total-list-item:before {
  content: "";
  display: none;
  border-bottom: 1px dashed #d8d8d8;
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 5px;
  left: 0;
}
@media (min-width: 1320px) {
  .calc__total-list-item:before {
    display: block;
  }
}
.calc__total-list-item-name {
  color: #909090;
}
@media (min-width: 1320px) {
  .calc__total-list-item-name {
    background: #f3f3f3;
    position: relative;
    z-index: 2;
    padding-right: 16px;
  }
}
@media (min-width: 1320px) {
  .calc__total-list-item-value {
    background: #f3f3f3;
    position: relative;
    z-index: 2;
    padding-left: 16px;
  }
}
.calc__total-list-item-value span {
  color: #909090;
}
.calc__total-list-item-value i {
  font-style: normal;
  color: #0097d7;
  display: block;
  margin-top: 8px;
}
@media (min-width: 1320px) {
  .calc__total-list-item-value i {
    display: inline;
    margin: 0;
  }
}
.calc__total-summary {
  margin-top: 40px;
  padding: 24px 20px;
  font-size: 17px;
  line-height: 1.3;
  letter-spacing: -0.03em;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
}
@media (min-width: 992px) {
  .calc__total-summary {
    display: grid;
    grid-template-columns: 1fr 1fr;
    padding: 24px;
    font-size: 20px;
    margin-top: 48px;
  }
}
.calc__total-summary b {
  font-weight: 600;
}
@media (min-width: 992px) {
  .calc__total-summary b {
    font-size: 18px;
  }
}
.calc__total-summary div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
}
@media (min-width: 992px) {
  .calc__total-summary div {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    text-align: right;
  }
}
.calc__total-summary div i {
  font-style: normal;
  font-weight: 600;
  color: #0097d7;
}
.calc__total-summary div span {
  font-size: 13px;
  line-height: 1.2;
  font-weight: 500;
  color: #909090;
}
@media (min-width: 992px) {
  .calc__total-summary div span {
    font-size: 14px;
  }
}
.calc__total-buttons {
  margin-top: 20px;
  display: grid;
  gap: 10px;
}
@media (min-width: 768px) {
  .calc__total-buttons {
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 992px) {
  .calc__total-buttons {
    gap: 16px;
    margin-top: 16px;
  }
}

/*
.fancybox__dialog {
    pointer-events: none;
}
*/
.fancybox__slide.has-html {
  padding: 15px;
}

.fancybox__backdrop {
  background: rgba(0, 0, 0, 0.7);
}

.f-button.is-close-button {
  width: 52px;
  height: 52px;
  background: #0097d7;
  border-radius: 0;
  position: absolute;
  top: 0;
}
@media (min-width: 992px) {
  .f-button.is-close-button {
    width: 64px;
    height: 64px;
  }
}
.f-button.is-close-button:hover {
  background: #ff6219;
}
.f-button.is-close-button svg {
  width: 20px;
  height: 20px;
}
@media (min-width: 992px) {
  .f-button.is-close-button svg {
    width: 24px;
    height: 24px;
  }
}

[open] .modal {
  display: block !important;
}

.modal {
  display: none;
  width: 100%;
  padding: 24px;
  pointer-events: auto;
  cursor: default;
  position: relative;
  height: auto;
}
@media (min-width: 992px) {
  .modal {
    padding: 38px;
  }
}
.modal_choose {
  max-width: 912px;
}
.modal_gallery {
  max-width: 442px;
  padding: 0;
  background: none;
}
@media (min-width: 768px) {
  .modal_gallery .f-button.is-close-button {
    top: 0;
    right: -52px;
  }
}
@media (min-width: 992px) {
  .modal_gallery .f-button.is-close-button {
    right: -64px;
  }
}
.modal_review {
  max-width: 680px;
}
.modal_review .order__form {
  position: relative;
  z-index: 2;
}
.modal_review > svg {
  aspect-ratio: 130/30;
  width: calc(100% - 30px);
  max-width: 1256px;
  height: auto;
  color: #fafafa;
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%);
      -ms-transform: translate(-50%);
          transform: translate(-50%);
  bottom: -10px;
}
@media (min-width: 768px) {
  .modal_review > svg {
    bottom: -20px;
  }
}
@media (min-width: 992px) {
  .modal_review > svg {
    width: calc(100% - 64px);
    bottom: -30px;
  }
}
@media (min-width: 1320px) {
  .modal_review > svg {
    bottom: -40px;
  }
}
.modal_review.active .order__form {
  display: none;
}
.modal__review-done {
  position: relative;
  z-index: 2;
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.modal__review-done p {
  width: 100%;
  margin: 0;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.3;
  letter-spacing: -0.03em;
  color: #909090;
}
@media (min-width: 992px) {
  .modal__review-done p {
    font-size: 16px;
  }
}
.modal__review-done img {
  width: 188px;
  margin: 80px 0;
}
@media (min-width: 992px) {
  .modal__review-done img {
    margin: 48px 0;
  }
}
.modal.active .modal__review-done {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.modal__body {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
}
.modal__title {
  margin: 0;
  font-weight: 500;
  font-size: 22px;
  line-height: 1.1;
  letter-spacing: -0.03em;
  max-width: calc(100% - 76px);
  position: relative;
  z-index: 2;
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  .modal__title {
    font-size: 35px;
    max-width: calc(100% - 102px);
    margin-bottom: 32px;
  }
}
@media (min-width: 768px) {
  .modal__title .br {
    display: inline;
  }
}
.modal__fields {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
}
@media (min-width: 768px) {
  .modal__fields {
    gap: 16px;
  }
}
.modal__fields-row {
  display: grid;
  gap: 12px;
}
@media (min-width: 768px) {
  .modal__fields-row {
    grid-template-columns: 1fr 1fr;
    gap: 24px;
  }
}
@media (min-width: 992px) {
  .modal__fields-row {
    gap: 32px;
  }
}
.modal__field {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.modal__toper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
}
@media (min-width: 992px) {
  .modal__toper {
    gap: 16px;
  }
}
.modal__toper .modal__title {
  margin: 0;
}
.modal__subtitle {
  font-weight: 500;
  font-size: 14px;
  line-height: 1.3;
  letter-spacing: -0.03em;
  color: #909090;
}
@media (min-width: 992px) {
  .modal__subtitle {
    font-size: 16px;
  }
}
.modal__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  gap: 18px;
  margin-top: 28px;
}
@media (min-width: 768px) {
  .modal__bottom {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media (min-width: 992px) {
  .modal__bottom {
    margin-top: 34px;
  }
}
.modal__bottom .checkbox {
  max-width: 250px;
}
.modal__bottom .checkbox label > span {
  color: #909090;
}
@media (min-width: 992px) {
  .modal__bottom .button {
    width: 290px;
  }
}
.modal__success-pic {
  width: 100%;
  max-width: 188px;
  margin: 40px auto;
}
@media (min-width: 992px) {
  .modal__success-pic {
    max-width: 271px;
    margin-top: 60px;
  }
}

.modal_680 {
  max-width: 680px;
}

.modal__choose {
  position: relative;
}
.modal__choose:before, .modal__choose:after {
  content: "";
  width: 100%;
  height: 144px;
  position: absolute;
  left: 0;
  z-index: 2;
  -webkit-transition: 0.25s;
  transition: 0.25s;
  pointer-events: none;
}
@media (min-width: 992px) {
  .modal__choose:before, .modal__choose:after {
    display: none;
  }
}
.modal__choose:before {
  top: 0;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(255, 255, 255, 0)), to(#fff));
  background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, #fff 100%);
}
.modal__choose:after {
  bottom: 0;
  background: -webkit-gradient(linear, left bottom, left top, from(#fff), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(0deg, #fff 0%, rgba(255, 255, 255, 0) 100%);
}
.modal__choose.top:before {
  height: 0;
}
.modal__choose.bottom:after {
  height: 0;
}
.modal__choose-scroll {
  overflow: hidden;
  overflow-y: auto;
  height: 555px;
  display: grid;
  gap: 10px;
}
@media (min-width: 768px) {
  .modal__choose-scroll {
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 992px) {
  .modal__choose-scroll {
    height: auto;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 16px;
  }
}
.modal__choose .calc__choose-item {
  min-height: 106px;
}
.modal__choose .calc__choose-item-name {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.modal__choose .calc__choose-item-btns {
  visibility: hidden;
}
.modal__choose .calc__choose-item:hover .calc__choose-item-btns {
  visibility: visible;
}

.modal__gallery {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.modal__gallery-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 40px;
  height: auto;
  aspect-ratio: 1;
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 10px;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
  padding: 0;
  background: none;
  border: none;
  color: #fff;
}
.modal__gallery-nav.swiper-button-disabled, .modal__gallery-nav.swiper-button-disabled:hover {
  color: #fff !important;
  opacity: 0.5;
}
.modal__gallery-nav svg {
  width: 100%;
  height: auto;
  aspect-ratio: 40/24;
}
.modal__gallery-nav + .modal__gallery-nav {
  left: auto;
  right: 10px;
}
.modal__gallery .main-swiper .swiper-slide img {
  width: 100%;
  aspect-ratio: 33/42;
  height: auto;
}
.modal__gallery .thumbs-swiper {
  margin-top: 20px;
}
.modal__gallery .thumbs-swiper .swiper-slide {
  opacity: 0.5;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}
.modal__gallery .thumbs-swiper .swiper-slide img {
  width: 100%;
  height: auto;
  aspect-ratio: 56/70;
  cursor: pointer;
}
.modal__gallery .thumbs-swiper .swiper-slide-thumb-active {
  opacity: 1;
}

.modal_white {
  max-width: 640px;
}

.price {
  overflow: hidden;
  padding-top: 60px;
  padding-bottom: 80px;
}
@media (min-width: 992px) {
  .price {
    padding-top: 90px;
    padding-bottom: 160px;
  }
}
.price__tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  overflow: hidden;
  overflow-x: auto;
  margin: 0 -15px;
  padding: 0 15px;
  padding-bottom: 10px;
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  .price__tabs {
    margin-left: -32px;
    margin-right: -32px;
    padding: 0 32px;
    padding-bottom: 12px;
    margin-bottom: 36px;
  }
}
.price__tabs-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 26px;
  white-space: nowrap;
}
@media (min-width: 992px) {
  .price__tabs-inner {
    gap: 32px;
  }
}
.price__tabs-item {
  background: none;
  border: none;
  padding: 0;
  color: #909090;
  font-weight: 600;
  font-size: 17px;
  line-height: 1.3;
  letter-spacing: -0.03em;
}
@media (min-width: 992px) {
  .price__tabs-item {
    font-size: 20px;
  }
}
.price__tabs-item.active {
  color: #191919;
}
.price__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
  opacity: 0;
  height: 0;
  overflow: hidden;
}
@media (min-width: 992px) {
  .price__body {
    gap: 48px;
  }
}
.price__body.active {
  opacity: 1;
  height: auto;
  overflow: visible;
  -webkit-transition: opacity 0.25s;
  transition: opacity 0.25s;
}
.price__body-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.price__body-bottom {
  color: #ff6219;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  font-weight: 500;
  font-size: 13px;
  line-height: 1.2;
  letter-spacing: -0.03em;
}
@media (min-width: 992px) {
  .price__body-bottom {
    font-size: 14px;
  }
}
.price__title {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 20px;
  letter-spacing: -0.03em;
}
@media (min-width: 992px) {
  .price__title {
    margin-bottom: 38px;
  }
}
.price__title b {
  font-weight: 500;
  font-size: 22px;
  line-height: 1.1;
}
@media (min-width: 992px) {
  .price__title b {
    font-size: 35px;
  }
}
.price__title i {
  font-weight: 500;
  font-style: normal;
  color: #909090;
  font-size: 13px;
  line-height: 1.2;
  margin-bottom: 1px;
}
@media (min-width: 992px) {
  .price__title i {
    font-size: 14px;
    margin-bottom: 2px;
  }
}
.price__table {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.price__table-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-weight: 500;
  letter-spacing: -0.03em;
  font-size: 15px;
  line-height: 1.3;
}
@media (min-width: 992px) {
  .price__table-col {
    font-size: 18px;
  }
}
.price__table-head {
  display: none;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.3;
  color: #909090;
  letter-spacing: -0.03em;
}
@media (min-width: 992px) {
  .price__table-head {
    display: grid;
    grid-template-columns: 1.2fr 1fr 1fr;
    gap: 20px;
    padding: 0 20px;
    border-bottom: 1px solid #d8d8d8;
    padding-bottom: 15px;
  }
}
.price__table-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 20px;
}
@media (min-width: 992px) {
  .price__table-item {
    display: grid;
    grid-template-columns: 1.2fr 1fr 1fr;
    gap: 20px;
  }
}
.price__table-item:nth-child(odd) {
  background: #f3f3f3;
}
.price__table-item b {
  font-weight: 500;
}
.price__table-item span {
  display: block;
  margin-bottom: 5px;
  color: #0097d7;
}
@media (min-width: 992px) {
  .price__table-item span {
    margin-bottom: 0;
  }
}
.price__table-item i {
  display: block;
  font-style: normal;
  font-size: 14px;
  color: #909090;
}
@media (min-width: 992px) {
  .price__table-item i {
    display: none;
  }
}
.price__table-item .price__table-col {
  width: 50%;
}
@media (min-width: 992px) {
  .price__table-item .price__table-col {
    width: 100%;
  }
}
.price__table-item .price__table-col:first-child {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 20px;
  margin: 0 -20px;
  width: calc(100% + 40px);
  border-bottom: 1px solid #d8d8d8;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
@media (min-width: 992px) {
  .price__table-item .price__table-col:first-child {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    border: none;
    padding: 0;
    margin: 0;
  }
}
.price__table-item:nth-child(odd) .price__table-col:first-child {
  padding-left: 0;
  padding-right: 0;
  margin-left: 0;
  margin-right: 0;
  width: 100%;
}

.adv-service {
  background: #f3f3f3;
  padding: 80px 0;
}
@media (min-width: 992px) {
  .adv-service {
    padding: 160px 0;
  }
}
.adv-service__title {
  margin: 0;
  font-weight: 500;
  font-size: 32px;
  line-height: 1.1;
  letter-spacing: -0.03em;
}
@media (min-width: 992px) {
  .adv-service__title {
    font-size: 50px;
  }
}
.adv-service__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 80px;
}
@media (min-width: 992px) {
  .adv-service__body {
    gap: 160px;
  }
}
.adv-service__body-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.adv-service__body-item p {
  margin: 0;
  max-width: 770px;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.3;
  letter-spacing: -0.03em;
  color: #909090;
  margin-top: 22px;
}
@media (min-width: 992px) {
  .adv-service__body-item p {
    font-size: 16px;
    margin-top: 32px;
  }
}
.adv-service__body-item p b {
  font-weight: 600;
  color: #191919;
}
.adv-service__body-item p a {
  color: #0097d7;
  border-bottom: 1px dotted;
}
.adv-service__body-item p a:hover {
  color: #ff6219;
}
.adv-service__table {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 32px;
}
@media (min-width: 992px) {
  .adv-service__table {
    margin-top: 48px;
  }
}
.adv-service__table-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-weight: 500;
  letter-spacing: -0.03em;
  font-size: 15px;
  line-height: 1.3;
}
@media (min-width: 992px) {
  .adv-service__table-col {
    font-size: 18px;
  }
}
.adv-service__table-head {
  display: none;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.3;
  color: #909090;
  letter-spacing: -0.03em;
}
@media (min-width: 992px) {
  .adv-service__table-head {
    display: grid;
    grid-template-columns: 3fr 1fr 1fr;
    gap: 20px;
    padding: 0 20px;
    border-bottom: 1px solid #d8d8d8;
    padding-bottom: 15px;
  }
}
.adv-service__table-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 20px;
}
@media (min-width: 992px) {
  .adv-service__table-item {
    display: grid;
    grid-template-columns: 3fr 1fr 1fr;
    gap: 20px;
  }
}
.adv-service__table-item:nth-child(odd) {
  background: #fff;
}
.adv-service__table-item b {
  font-weight: 500;
}
.adv-service__table-item b i {
  font-size: 15px;
}
@media (min-width: 992px) {
  .adv-service__table-item b i {
    font-size: 18px;
    display: inline;
  }
}
.adv-service__table-item span {
  display: block;
  margin-bottom: 5px;
  color: #0097d7;
}
@media (min-width: 992px) {
  .adv-service__table-item span {
    margin-bottom: 0;
  }
}
.adv-service__table-item i {
  display: block;
  font-style: normal;
  font-size: 14px;
  color: #909090;
}
@media (min-width: 992px) {
  .adv-service__table-item i {
    display: none;
  }
}
.adv-service__table-item .black {
  color: #191919;
}
.adv-service__table-item .adv-service__table-col {
  width: 50%;
}
@media (min-width: 992px) {
  .adv-service__table-item .adv-service__table-col {
    width: 100%;
  }
}
.adv-service__table-item .adv-service__table-col:first-child {
  padding: 0 20px;
  margin: 0 -20px;
  width: calc(100% + 40px);
  border-bottom: 1px solid #d8d8d8;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
@media (min-width: 992px) {
  .adv-service__table-item .adv-service__table-col:first-child {
    width: 100%;
    border: none;
    padding: 0;
    margin: 0;
  }
}
.adv-service__table-item .adv-service__table-col:first-child i {
  margin-bottom: 5px;
}
.adv-service__table-item:nth-child(odd) .adv-service__table-col:first-child {
  padding-left: 0;
  padding-right: 0;
  margin-left: 0;
  margin-right: 0;
  width: 100%;
}

.prods {
  overflow: hidden;
  padding-top: 60px;
  padding-bottom: 80px;
}
@media (min-width: 992px) {
  .prods {
    padding-top: 90px;
    padding-bottom: 160px;
  }
}
@media (min-width: 768px) {
  .prods .container {
    padding-right: 0;
  }
}
.prods__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px 24px;
}
@media (min-width: 768px) {
  .prods__body {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media (min-width: 992px) {
  .prods__body {
    gap: 40px;
  }
}
@media (min-width: 1320px) {
  .prods__body {
    gap: 0;
  }
}
.prods__body-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (min-width: 768px) {
  .prods__body-left {
    width: calc(100% - 490px);
  }
}
@media (min-width: 1320px) {
  .prods__body-left {
    width: 50%;
    padding-right: 60px;
  }
}
.prods__body-right {
  position: relative;
  padding: 40px 25px;
}
@media (min-width: 768px) {
  .prods__body-right {
    width: 490px;
  }
}
@media (min-width: 992px) {
  .prods__body-right {
    padding: 48px;
    padding-right: 32px;
  }
}
@media (min-width: 1320px) {
  .prods__body-right {
    width: 50%;
  }
}
.prods__body-right:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 20000px;
  height: 100%;
  z-index: 1;
  background: #f3f3f3;
}
.prods__body-right .swiper {
  z-index: 2;
  width: 440px;
}
@media (min-width: 992px) {
  .prods__body-right .swiper {
    width: 876px;
  }
}
.prods__body-right .swiper-slide-active .prods__numb {
  opacity: 1;
}
.prods__body + .prods__body {
  margin-top: 40px;
  padding-top: 40px;
  border-top: 1px solid #e7e7e7;
}
@media (min-width: 992px) {
  .prods__body + .prods__body {
    margin-top: 48px;
    padding-top: 48px;
  }
}
.prods__logo {
  width: 104px;
  height: auto;
  aspect-ratio: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #f3f3f3;
  margin-bottom: 32px;
}
@media (min-width: 992px) {
  .prods__logo {
    width: 148px;
    margin-bottom: 38px;
  }
}
.prods__logo img {
  width: 100%;
  max-width: 80%;
  -o-object-fit: contain;
     object-fit: contain;
}
.prods__name {
  margin-bottom: 16px;
  font-weight: 500;
  font-size: 22px;
  line-height: 1.1;
  letter-spacing: -0.03em;
}
@media (min-width: 992px) {
  .prods__name {
    font-size: 35px;
    margin-bottom: 20px;
  }
}
.prods__text {
  color: #909090;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.3;
  letter-spacing: -0.03em;
  max-width: 450px;
}
@media (min-width: 992px) {
  .prods__text {
    font-size: 16px;
  }
}
.prods__navs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 20px;
  position: relative;
  z-index: 3;
  margin-bottom: -30px;
}
@media (min-width: 992px) {
  .prods__navs {
    gap: 26px;
    margin-bottom: -42px;
  }
}
.prods__navs:before {
  content: "";
  width: 1px;
  height: 30px;
  background: #d8d8d8;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
@media (min-width: 992px) {
  .prods__navs:before {
    height: 42px;
  }
}
.prods__navs-prev, .prods__navs-next {
  width: 30px;
  height: auto;
  aspect-ratio: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0;
  background: none;
  border: none;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
@media (min-width: 992px) {
  .prods__navs-prev, .prods__navs-next {
    width: 42px;
  }
}
.prods__navs-prev:hover, .prods__navs-next:hover {
  color: #0097d7;
}
.prods__navs-prev svg, .prods__navs-next svg {
  width: 28px;
  height: auto;
  aspect-ratio: 28/17;
}
@media (min-width: 992px) {
  .prods__navs-prev svg, .prods__navs-next svg {
    width: 42px;
  }
}
.prods__navs-next {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}
.prods__numb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 30px;
  letter-spacing: -0.03em;
  font-size: 14px;
  line-height: 1.3;
  font-weight: 500;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-transition: 0.25s;
  transition: 0.25s;
  opacity: 0;
  margin-bottom: 40px;
}
@media (min-width: 992px) {
  .prods__numb {
    font-size: 16px;
    height: 42px;
  }
}
.prods__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.prods__item-pic {
  position: relative;
  width: 100%;
  height: auto;
  aspect-ratio: 1;
  overflow: hidden;
}
.prods__item-pic img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.prods__item-pic i,
.prods__item-pic b {
  font-style: normal;
  z-index: 2;
  position: absolute;
  top: 12px;
  left: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px;
  background: #ff6219;
  color: #fff;
  font-size: 13px;
  line-height: 1.2;
  font-weight: 500;
  letter-spacing: -0.03em;
}
@media (min-width: 992px) {
  .prods__item-pic i,
  .prods__item-pic b {
    top: 16px;
    left: 16px;
    padding: 12px;
    font-size: 14px;
  }
}
.prods__item-pic i + i, .prods__item-pic i + b,
.prods__item-pic b + i,
.prods__item-pic b + b {
  margin-top: 48px;
}
@media (min-width: 992px) {
  .prods__item-pic i + i, .prods__item-pic i + b,
  .prods__item-pic b + i,
  .prods__item-pic b + b {
    margin-top: 52px;
  }
}
.prods__item-pic b {
  background: #0097d7;
}
.prods__item-name {
  margin-top: 20px;
  font-weight: 600;
  font-size: 15px;
  line-height: 1.3;
  letter-spacing: -0.03em;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}
.prods__item:hover .prods__item-name {
  color: #0097d7;
}
.prods__item-price {
  margin-top: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.3;
  letter-spacing: -0.03em;
}
.prods__item-price del {
  color: #909090;
}
.prods__all {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-top: 40px;
}
.prods__all a {
  color: #0097d7;
  font-weight: 600;
  font-size: 13px;
  line-height: 1.2;
  text-transform: uppercase;
  text-decoration: underline;
}
@media (min-width: 992px) {
  .prods__all a {
    font-size: 14px;
  }
}
.prods__all a:hover {
  color: #ff6219;
}

.prod-page {
  overflow: hidden;
  padding-top: 60px;
  padding-bottom: 80px;
}
@media (min-width: 992px) {
  .prod-page {
    padding-top: 90px;
    padding-bottom: 160px;
  }
}
.prod-page__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: #f3f3f3;
  padding: 40px 25px;
}
@media (min-width: 992px) {
  .prod-page__wrapper {
    padding: 48px;
  }
}
.prod-page__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 32px;
}
@media (min-width: 992px) {
  .prod-page__body {
    gap: 38px;
  }
}
.prod-page__body + .prod-page__body {
  margin-top: 40px;
  padding-top: 40px;
  border-top: 1px solid #d8d8d8;
}
@media (min-width: 992px) {
  .prod-page__body + .prod-page__body {
    margin-top: 48px;
    padding-top: 48px;
  }
}
.prod-page__title {
  margin: 0;
  font-weight: 500;
  font-size: 32px;
  line-height: 1.1;
  letter-spacing: -0.03em;
  margin-bottom: 32px;
}
@media (min-width: 992px) {
  .prod-page__title {
    font-size: 50px;
    margin-bottom: 48px;
  }
}
.prod-page__subtitle {
  margin: 0;
  width: 100%;
  font-weight: 500;
  font-size: 22px;
  line-height: 1.1;
  letter-spacing: -0.03em;
}
@media (min-width: 992px) {
  .prod-page__subtitle {
    font-size: 35px;
  }
}
.prod-page__items {
  width: 100%;
  display: grid;
  gap: 32px 22px;
  grid-template-columns: 1fr 1fr;
}
@media (min-width: 768px) {
  .prod-page__items {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (min-width: 992px) {
  .prod-page__items {
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 38px 48px;
  }
}
@media (min-width: 1320px) {
  .prod-page__items {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  }
}
.prod-page__items .button {
  gap: 20px;
}
@media (min-width: 992px) {
  .prod-page__items .button {
    gap: 40px;
  }
}
.prod-page__items .button span {
  padding: 0;
}

.prod-page-corners {
  margin-bottom: 80px;
}
@media (min-width: 992px) {
  .prod-page-corners {
    margin-bottom: 160px;
  }
}
.prod-page-corners__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 40px 20px;
  background: #f3f3f3;
}
@media (min-width: 992px) {
  .prod-page-corners__wrapper {
    padding: 48px;
  }
}
.prod-page-corners__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.prod-page-corners__body + .prod-page-corners__body {
  margin-top: 40px;
  padding-top: 40px;
  border-top: 1px solid #d8d8d8;
}
@media (min-width: 992px) {
  .prod-page-corners__body + .prod-page-corners__body {
    margin-top: 48px;
    padding-top: 48px;
  }
}
.prod-page-corners__title {
  margin: 0;
  font-weight: 500;
  font-size: 32px;
  line-height: 1.1;
  letter-spacing: -0.03em;
  margin-bottom: 32px;
}
@media (min-width: 992px) {
  .prod-page-corners__title {
    font-size: 50px;
    margin-bottom: 48px;
  }
}
.prod-page-corners__subtitle {
  margin: 0;
  width: 100%;
  font-weight: 500;
  font-size: 22px;
  line-height: 1.1;
  letter-spacing: -0.03em;
  margin-bottom: 28px;
}
@media (min-width: 992px) {
  .prod-page-corners__subtitle {
    font-size: 35px;
    margin-bottom: 32px;
  }
}
.prod-page-corners .calc__end-item-body {
  background: #fff;
  border-color: #fff;
}

.prod-page-price__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 32px;
  position: relative;
}
@media (min-width: 992px) {
  .prod-page-price__wrapper {
    gap: 48px;
  }
}
.prod-page-price__wrapper .price__body-item {
  width: 100%;
}
.prod-page-price__wrapper .button {
  gap: 20px;
}
@media (min-width: 992px) {
  .prod-page-price__wrapper .button {
    position: absolute;
    top: 0;
    right: 0;
    gap: 40px;
  }
}
.prod-page-price__wrapper .button span {
  padding: 0;
}
.prod-page-price__title {
  margin: 0;
  width: 100%;
  font-weight: 500;
  font-size: 32px;
  line-height: 1.1;
  letter-spacing: -0.03em;
}
@media (min-width: 992px) {
  .prod-page-price__title {
    font-size: 50px;
    height: 65px;
    line-height: 65px;
  }
}

.prod-page-about {
  padding: 80px 0;
}
@media (min-width: 992px) {
  .prod-page-about {
    padding: 160px 0;
  }
}
.prod-page-about__title {
  margin: 0;
  font-weight: 500;
  font-size: 32px;
  line-height: 1.1;
  letter-spacing: -0.03em;
}
@media (min-width: 992px) {
  .prod-page-about__title {
    font-size: 50px;
  }
}
.prod-page-about__subtitle {
  margin: 0;
  width: 100%;
  font-weight: 500;
  font-size: 22px;
  line-height: 1.1;
  letter-spacing: -0.03em;
}
@media (min-width: 992px) {
  .prod-page-about__subtitle {
    font-size: 40px;
  }
}
.prod-page-about__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 32px;
}
.prod-page-about__body p {
  margin: 0;
  font-weight: 600;
  font-size: 17px;
  line-height: 1.3;
  letter-spacing: -0.03em;
}
@media (min-width: 992px) {
  .prod-page-about__body p {
    font-size: 20px;
  }
}
.prod-page-about__body p i {
  font-size: 14px;
  font-weight: 500;
  color: #909090;
  font-style: normal;
}
@media (min-width: 992px) {
  .prod-page-about__body p i {
    font-size: 16px;
  }
}
.prod-page-about__body p b {
  font-weight: 600;
  color: #191919;
}
.prod-page-about__body-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 22px;
}
.prod-page-about__body-inner > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
}
.prod-page-about__body-inner > div > b {
  font-size: 15px;
  line-height: 1.3;
  font-weight: 600;
  letter-spacing: -0.03em;
  color: #0097d7;
}
@media (min-width: 992px) {
  .prod-page-about__body-inner > div > b {
    font-size: 18px;
  }
}
.prod-page-about__body ul {
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 14px;
  padding-left: 20px;
}
.prod-page-about__body ul li {
  font-weight: 500;
  font-size: 14px;
  line-height: 1.3;
  letter-spacing: -0.03em;
  color: #0097d7;
}
@media (min-width: 992px) {
  .prod-page-about__body ul li {
    font-size: 18px;
  }
}
.prod-page-about__body + .prod-page-about__body {
  margin-top: 60px;
}
@media (min-width: 992px) {
  .prod-page-about__body + .prod-page-about__body {
    margin-top: 78px;
  }
}

.case {
  position: relative;
  z-index: 2;
  margin-top: -30px;
}
@media (min-width: 992px) {
  .case {
    margin-top: -90px;
  }
}
.case__navs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  position: absolute;
  z-index: 2;
  bottom: 27px;
  right: 30px;
}
@media (min-width: 992px) {
  .case__navs {
    gap: 26px;
    bottom: 52px;
    right: 64px;
  }
}
.case__navs:before {
  content: "";
  width: 1px;
  height: 30px;
  background: #e7e7e7;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
@media (min-width: 992px) {
  .case__navs:before {
    height: 42px;
  }
}
.case__navs-prev, .case__navs-next {
  width: 30px;
  height: auto;
  aspect-ratio: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0;
  background: none;
  border: none;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
@media (min-width: 992px) {
  .case__navs-prev, .case__navs-next {
    width: 42px;
  }
}
.case__navs-prev:hover, .case__navs-next:hover {
  color: #0097d7;
}
.case__navs-prev svg, .case__navs-next svg {
  width: 28px;
  height: auto;
  aspect-ratio: 28/17;
}
@media (min-width: 992px) {
  .case__navs-prev svg, .case__navs-next svg {
    width: 42px;
  }
}
.case__navs-next {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}
.case__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px 0;
}
@media (min-width: 992px) {
  .case__body {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.case__body-left {
  position: relative;
}
@media (min-width: 992px) {
  .case__body-left {
    width: calc(50% - 30px);
  }
}
@media (min-width: 1320px) {
  .case__body-left {
    width: calc(50% - 60px);
  }
}
@media (min-width: 992px) {
  .case__body-right {
    width: calc(50% - 30px);
    padding-top: 200px;
  }
}
@media (min-width: 1320px) {
  .case__body-right {
    width: calc(50% - 60px);
  }
}
.case__body-right .calc__total-list-item-name,
.case__body-right .calc__total-list-item-value {
  background: #fff;
}
.case__photo {
  width: 100%;
  height: 440px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 12px;
}
@media (min-width: 768px) {
  .case__photo {
    height: 640px;
    padding: 24px;
  }
}
@media (min-width: 992px) {
  .case__photo {
    height: 720px;
    padding: 32px;
  }
}
.case__photo img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.case__numb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #fff;
  height: 60px;
  padding: 0 20px;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.3;
  letter-spacing: -0.03em;
  position: relative;
  z-index: 2;
}
@media (min-width: 992px) {
  .case__numb {
    padding: 0 32px;
    height: 82px;
    font-size: 16px;
  }
}
.case__toper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 16px;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.3;
  letter-spacing: -0.03em;
  color: #0097d7;
}
@media (min-width: 992px) {
  .case__toper {
    font-size: 20px;
  }
}
.case__title {
  font-weight: 500;
  font-size: 22px;
  line-height: 1.2;
  letter-spacing: -0.03em;
  color: #909090;
  margin-bottom: 36px;
}
@media (min-width: 992px) {
  .case__title {
    font-size: 35px;
    margin-bottom: 48px;
  }
}
.case__title span {
  display: block;
  color: #191919;
}
.case__subtitle {
  font-weight: 500;
  font-size: 17px;
  line-height: 1.3;
  letter-spacing: -0.03em;
}
@media (min-width: 992px) {
  .case__subtitle {
    font-size: 18px;
  }
}
.case__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
}
.case__inner .calc__total-list {
  margin: 0;
  margin-bottom: 28px;
}
@media (min-width: 992px) {
  .case__inner .calc__total-list {
    margin-bottom: 32px;
  }
}
.case__adv-text {
  font-weight: 500;
  font-size: 14px;
  line-height: 1.3;
  letter-spacing: -0.03em;
  color: #0097d7;
}
.case__price {
  margin-top: 36px;
  font-size: 14px;
  line-height: 1.3;
  letter-spacing: -0.03em;
  font-weight: 500;
}
@media (min-width: 992px) {
  .case__price {
    font-size: 16px;
  }
}
.case__price i {
  font-style: normal;
  color: #909090;
}
.case__price b {
  color: #191919;
  font-weight: 500;
  font-size: 20px;
  padding: 0 2px;
}
@media (min-width: 992px) {
  .case__price b {
    font-size: 35px;
    padding: 0 4px;
  }
}
.case__price span {
  display: block;
  color: #ff6219;
  margin-top: 5px;
}
.case__calc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-top: 22px;
}
@media (min-width: 992px) {
  .case__calc {
    margin-top: 32px;
  }
}
.case__calc button {
  width: 100%;
  gap: 20px;
}
@media (min-width: 768px) {
  .case__calc button {
    width: auto;
  }
}
@media (min-width: 992px) {
  .case__calc button {
    gap: 40px;
  }
}
.case__calc button span {
  padding: 0;
}

.reviews {
  padding: 80px 0;
}
@media (min-width: 992px) {
  .reviews {
    padding: 160px 0;
  }
}
.reviews__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  gap: 40px;
}
@media (min-width: 992px) {
  .reviews__wrapper {
    gap: 80px;
  }
}
.reviews__items {
  display: grid;
  gap: 22px;
}
@media (min-width: 768px) {
  .reviews__items {
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 992px) {
  .reviews__items {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 32px;
  }
}
.reviews__items .reviews-item {
  display: none;
}
.reviews__items .reviews-item:nth-child(1), .reviews__items .reviews-item:nth-child(2), .reviews__items .reviews-item:nth-child(3), .reviews__items .reviews-item:nth-child(4), .reviews__items .reviews-item:nth-child(5), .reviews__items .reviews-item:nth-child(6) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (min-width: 768px) {
  .reviews__items .reviews-item:nth-child(7), .reviews__items .reviews-item:nth-child(8), .reviews__items .reviews-item:nth-child(9), .reviews__items .reviews-item:nth-child(10), .reviews__items .reviews-item:nth-child(11), .reviews__items .reviews-item:nth-child(12), .reviews__items .reviews-item:nth-child(13), .reviews__items .reviews-item:nth-child(14), .reviews__items .reviews-item:nth-child(15) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.active + .reviews__items .reviews-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.reviews__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 40px;
}
@media (min-width: 768px) {
  .reviews__bottom {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.reviews__bottom.active {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.reviews__bottom-more {
  padding: 0;
  background: none;
  border: none;
  font-size: 13px;
  line-height: 1.2;
  font-weight: 600;
  text-transform: uppercase;
  border-bottom: 1px dotted;
  color: #909090;
}
@media (min-width: 992px) {
  .reviews__bottom-more {
    font-size: 14px;
  }
}
.reviews__bottom-more:hover {
  color: #0097d7;
}
.reviews__bottom.active .reviews__bottom-more {
  display: none;
}
.reviews__bottom-send {
  gap: 20px;
}
@media (min-width: 768px) {
  .reviews__bottom-send {
    width: auto;
  }
}
@media (min-width: 992px) {
  .reviews__bottom-send {
    gap: 40px;
  }
}
.reviews__bottom-send span {
  padding: 0;
}

.reviews-slider {
  overflow: hidden;
  padding-bottom: 80px;
}
@media (min-width: 992px) {
  .reviews-slider {
    padding-bottom: 160px;
  }
}
.reviews-slider__title {
  margin: 0;
  font-weight: 500;
  font-size: 32px;
  line-height: 1.1;
  letter-spacing: -0.03em;
  margin-bottom: 32px;
}
@media (min-width: 992px) {
  .reviews-slider__title {
    font-size: 50px;
    margin-bottom: 48px;
  }
}
.reviews-slider__body {
  position: relative;
}
.reviews-slider__navs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  position: absolute;
  z-index: 2;
  bottom: 0;
  right: 0;
}
@media (min-width: 1320px) {
  .reviews-slider__navs {
    margin: 0;
    bottom: auto;
    top: 10px;
  }
}
.reviews-slider__navs-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  background: #fff;
}
@media (min-width: 992px) {
  .reviews-slider__navs-inner {
    gap: 26px;
  }
}
.reviews-slider__navs-inner:before {
  content: "";
  width: 1px;
  height: 30px;
  background: #e7e7e7;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
@media (min-width: 992px) {
  .reviews-slider__navs-inner:before {
    height: 42px;
  }
}
.reviews-slider__navs-prev, .reviews-slider__navs-next {
  width: 30px;
  height: auto;
  aspect-ratio: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0;
  background: none;
  border: none;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
@media (min-width: 992px) {
  .reviews-slider__navs-prev, .reviews-slider__navs-next {
    width: 42px;
  }
}
.reviews-slider__navs-prev:hover, .reviews-slider__navs-next:hover {
  color: #0097d7;
}
.reviews-slider__navs-prev svg, .reviews-slider__navs-next svg {
  width: 28px;
  height: auto;
  aspect-ratio: 28/17;
}
@media (min-width: 992px) {
  .reviews-slider__navs-prev svg, .reviews-slider__navs-next svg {
    width: 42px;
  }
}
.reviews-slider__navs-next {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}
.reviews-slider .swiper {
  width: 90%;
  margin: 0;
  overflow: visible;
}
@media (min-width: 992px) {
  .reviews-slider .swiper {
    width: 92%;
  }
}
.reviews-slider .swiper-slide-active .reviews-slider__numb {
  opacity: 1;
}
.reviews-slider .swiper .reviews-item {
  height: 400px;
  overflow: hidden;
  padding-bottom: 0;
}
.reviews-slider__numb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 30px;
  letter-spacing: -0.03em;
  font-size: 14px;
  line-height: 1.3;
  font-weight: 500;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  opacity: 0;
  -webkit-transition: 0.25s;
  transition: 0.25s;
  margin-top: 30px;
}
@media (min-width: 992px) {
  .reviews-slider__numb {
    display: none;
    height: 42px;
    font-size: 16px;
    margin-top: 80px;
  }
}
.reviews-slider__all {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 32px;
}
@media (min-width: 992px) {
  .reviews-slider__all {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-top: 48px;
  }
}
.reviews-slider__all a,
.reviews-slider__all button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
  line-height: 1.2;
  font-weight: 600;
  text-transform: uppercase;
  text-decoration: underline;
  color: #0097d7;
  background: #fff;
}
.reviews-slider__all a:hover,
.reviews-slider__all button:hover {
  color: #ff6219;
}

.reviews-item {
  background: #fff;
  padding: 26px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border: 1px solid #e7e7e7;
  overflow: hidden;
}
@media (min-width: 992px) {
  .reviews-item {
    padding: 32px;
  }
}
.reviews-item__toper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 26px;
}
@media (min-width: 992px) {
  .reviews-item__toper {
    margin-bottom: 32px;
  }
}
.reviews-item__ava {
  position: relative;
  width: 60px;
  height: auto;
  aspect-ratio: 1;
  border-radius: 999px;
  overflow: hidden;
}
@media (min-width: 992px) {
  .reviews-item__ava {
    width: 65px;
  }
}
.reviews-item__ava i {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-style: normal;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-transform: uppercase;
  color: #909090;
  background: #f3f3f3;
  font-weight: 500;
  font-size: 22px;
  line-height: 1.2;
  letter-spacing: -0.03em;
}
.reviews-item__name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4px;
  padding-left: 15px;
  width: calc(100% - 60px);
}
@media (min-width: 992px) {
  .reviews-item__name {
    width: calc(100% - 65px);
    gap: 5px;
  }
}
.reviews-item__name b {
  font-weight: 500;
  font-size: 14px;
  line-height: 1.3;
  letter-spacing: -0.03em;
}
@media (min-width: 992px) {
  .reviews-item__name b {
    font-size: 16px;
  }
}
.reviews-item__name i {
  font-style: normal;
  font-weight: 500;
  font-size: 13px;
  line-height: 1.2;
  letter-spacing: -0.03em;
  color: #0097d7;
}
@media (min-width: 992px) {
  .reviews-item__name i {
    font-size: 14px;
  }
}
.reviews-item p {
  margin: 0;
  font-weight: 500;
  color: #909090;
  font-size: 13px;
  line-height: 1.2;
  letter-spacing: -0.03em;
}
@media (min-width: 992px) {
  .reviews-item p {
    font-size: 14px;
  }
}
.reviews-item p b {
  font-weight: 600;
  font-size: 17px;
  line-height: 1.3;
  color: #191919;
}
@media (min-width: 992px) {
  .reviews-item p b {
    font-size: 20px;
  }
}
.reviews-item p + p {
  margin-top: 14px;
}
@media (min-width: 992px) {
  .reviews-item p + p {
    margin-top: 16px;
  }
}

.blog {
  padding: 80px 0;
}
@media (min-width: 992px) {
  .blog {
    padding: 160px 0;
  }
}
.blog__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 40px;
}
@media (min-width: 992px) {
  .blog__wrapper {
    gap: 80px;
  }
}
.blog__items {
  width: 100%;
  display: grid;
  gap: 32px;
}
@media (min-width: 768px) {
  .blog__items {
    grid-template-columns: 1fr 1fr;
  }
}
.blog__items .info__item {
  height: auto;
}
.blog__items .info__item-photo {
  height: auto;
}
.blog__wrapper.active .blog__items .info__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.blog__more {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0;
  background: none;
  border: none;
  font-weight: 600;
  font-size: 13px;
  line-height: 1.2;
  text-transform: uppercase;
  color: #909090;
}
.blog__more:hover {
  color: #0097d7;
}
.blog__wrapper.active .blog__more {
  display: none;
}

.blog-page {
  padding: 20px 0;
}
@media (min-width: 992px) {
  .blog-page {
    padding: 60px 0;
  }
}
.blog-page__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 38px;
  margin-top: 60px;
}
@media (min-width: 992px) {
  .blog-page__body {
    gap: 48px;
    margin-top: 100px;
    max-width: 912px;
    margin-left: auto;
    margin-right: auto;
  }
}
.blog-page__body-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 22px;
}
@media (min-width: 992px) {
  .blog-page__body-item {
    gap: 28px;
  }
}
.blog-page .wysiwyg {
  max-width: 912px;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 22px;
}
@media (min-width: 992px) {
  .blog-page .wysiwyg {
    gap: 28px;
  }
}
.blog-page p {
  margin: 0;
  color: #909090;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.3;
  letter-spacing: -0.03em;
}
@media (min-width: 992px) {
  .blog-page p {
    font-size: 16px;
  }
}
.blog-page p i {
  font-style: normal;
  color: #ff6219;
}
.blog-page ul,
.blog-page ol {
  margin: 0;
  padding: 0;
  padding-left: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 14px;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.3;
  letter-spacing: -0.03em;
  color: #0097d7;
}
@media (min-width: 992px) {
  .blog-page ul,
  .blog-page ol {
    font-size: 16px;
    gap: 16px;
  }
}
.blog-page__date {
  color: #ff6219;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.3;
  letter-spacing: -0.03em;
}
@media (min-width: 992px) {
  .blog-page__date {
    font-size: 16px;
  }
}
.blog-page__fullwidth-pic {
  position: relative;
  width: 100%;
  height: 480px;
  overflow: hidden;
  margin-top: 32px;
}
@media (min-width: 768px) {
  .blog-page__fullwidth-pic {
    height: 540px;
  }
}
@media (min-width: 992px) {
  .blog-page__fullwidth-pic {
    height: 590px;
    margin-top: 48px;
  }
}
.blog-page__fullwidth-pic picture,
.blog-page__fullwidth-pic img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.blog-page__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
}
@media (min-width: 992px) {
  .blog-page__inner {
    gap: 12px;
  }
}
.blog-page__title {
  margin: 0;
  font-weight: 500;
  font-size: 32px;
  line-height: 1.1;
  letter-spacing: -0.03em;
}
@media (min-width: 992px) {
  .blog-page__title {
    font-size: 50px;
  }
}
.blog-page__subtitle,
.blog-page h2,
.blog-page h3,
.blog-page h4,
.blog-page h5,
.blog-page h6 {
  margin: 0;
  font-weight: 600;
  font-size: 17px;
  line-height: 1.3;
  letter-spacing: -0.03em;
}
@media (min-width: 992px) {
  .blog-page__subtitle,
  .blog-page h2,
  .blog-page h3,
  .blog-page h4,
  .blog-page h5,
  .blog-page h6 {
    font-size: 20px;
  }
}
.blog-page__table {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.blog-page__table table {
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
}
@media (min-width: 992px) {
  .blog-page__table table {
    font-size: 18px;
  }
}
.blog-page__table tr:nth-child(odd) {
  background: #f3f3f3;
}
.blog-page__table tr:first-child {
  background: none;
  border-bottom: 1px solid #e7e7e7;
}
.blog-page__table th,
.blog-page__table td {
  font-weight: 500;
  font-size: 15px;
  line-height: 1.3;
  letter-spacing: -0.03em;
  text-align: left;
  padding: 20px;
}
.blog-page__table th {
  color: #909090;
}
.blog-page__table td i {
  font-style: normal;
  color: #0097d7;
}
.blog-page__quote {
  position: relative;
  overflow: hidden;
  background: #f3f3f3;
  padding: 60px 0;
  margin-top: 60px;
}
@media (min-width: 992px) {
  .blog-page__quote {
    margin-top: 100px;
  }
}
.blog-page__quote .container {
  position: relative;
  z-index: 2;
}
.blog-page__quote > svg {
  aspect-ratio: 130/30;
  width: calc(100% - 30px);
  max-width: 1256px;
  height: auto;
  color: #fafafa;
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%);
      -ms-transform: translate(-50%);
          transform: translate(-50%);
  bottom: -10px;
}
@media (min-width: 768px) {
  .blog-page__quote > svg {
    bottom: -20px;
  }
}
@media (min-width: 992px) {
  .blog-page__quote > svg {
    width: calc(100% - 64px);
    bottom: -30px;
  }
}
@media (min-width: 1320px) {
  .blog-page__quote > svg {
    bottom: -40px;
  }
}
.blog-page__quote-one {
  font-weight: 500;
  font-size: 20px;
  line-height: 1.1;
  letter-spacing: -0.03em;
  max-width: 912px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 992px) {
  .blog-page__quote-one {
    font-size: 35px;
  }
}
.blog-page__quote-two {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4px;
  text-align: right;
  margin-top: 32px;
  max-width: 912px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 992px) {
  .blog-page__quote-two {
    margin-top: 16px;
  }
}
.blog-page__quote-two b {
  font-size: 16px;
  line-height: 1.2;
  letter-spacing: -0.03em;
  font-weight: 500;
  color: #0097d7;
}
.blog-page__quote-two i {
  font-style: normal;
  font-size: 14px;
  line-height: 1.2;
  letter-spacing: -0.03em;
  font-weight: 500;
  color: #909090;
}

.contacts {
  background: #f3f3f3;
  padding-top: 5px;
  overflow: hidden;
}
.contacts .breadcrumbs {
  margin-bottom: 40px;
}
.contacts__title {
  margin: 0;
  font-weight: 500;
  font-size: 40px;
  line-height: 1;
  letter-spacing: -0.03em;
  margin-bottom: 40px;
}
@media (min-width: 992px) {
  .contacts__title {
    font-size: 60px;
    margin-bottom: 48px;
  }
}
.contacts__one {
  display: grid;
  margin-bottom: 28px;
}
@media (min-width: 992px) {
  .contacts__one {
    margin-bottom: 56px;
  }
}
@media (min-width: 1320px) {
  .contacts__one {
    gap: 56px;
    grid-template-columns: 1fr 1fr 1fr 1.4fr;
  }
}
.contacts__one div {
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #ff6219;
}
@media (min-width: 768px) {
  .contacts__one div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.contacts__one div.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.contacts__one svg {
  width: 30px;
  height: auto;
  aspect-ratio: 1;
}
.contacts__one span {
  width: calc(100% - 30px);
  font-weight: 500;
  font-size: 14px;
  line-height: 1.3;
  letter-spacing: -0.03em;
  padding-left: 15px;
}
.contacts__two {
  display: grid;
  gap: 28px;
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .contacts__two {
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 992px) {
  .contacts__two {
    gap: 56px;
  }
}
@media (min-width: 1320px) {
  .contacts__two {
    grid-template-columns: 1fr 1fr 1fr 1.4fr;
  }
}
.contacts__two-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.3;
}
@media (min-width: 992px) {
  .contacts__two-item {
    font-size: 16px;
  }
}
.contacts__two i {
  font-style: normal;
  color: #909090;
  font-size: 13px;
  line-height: 1.2;
}
@media (min-width: 992px) {
  .contacts__two i {
    font-size: 14px;
  }
}
.contacts__two p {
  margin: 0;
}
.contacts__two p span {
  color: #909090;
}
.contacts__two b {
  display: block;
  margin-top: 8px;
  font-weight: 500;
  font-size: 13px;
  line-height: 1.2;
  color: #0097d7;
}
@media (min-width: 992px) {
  .contacts__two b {
    font-size: 14px;
  }
}
.contacts__two a:hover {
  color: #0097d7;
}
.contacts__times {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 5px;
}
.contacts__times div {
  display: grid;
  grid-template-columns: 1fr 2fr;
}
.contacts__times i {
  font-style: normal;
  color: #909090;
}
.contacts__wrapper {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px 0;
}
@media (min-width: 768px) {
  .contacts__wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin: 0 -15px;
  }
}
@media (min-width: 992px) {
  .contacts__wrapper {
    margin: 0 -32px;
  }
}
@media (min-width: 1320px) {
  .contacts__wrapper {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding: 32px;
  }
}
.contacts__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 22px;
  background: #fff;
  font-size: 14px;
  line-height: 1.3;
  font-weight: 500;
  letter-spacing: -0.03em;
  position: relative;
  z-index: 2;
}
@media (min-width: 768px) {
  .contacts__text {
    width: 50%;
  }
}
@media (min-width: 992px) {
  .contacts__text {
    padding: 32px;
    font-size: 16px;
  }
}
@media (min-width: 1320px) {
  .contacts__text {
    width: 450px;
  }
}
.contacts__text b {
  font-size: 17px;
  font-weight: 600;
  margin-bottom: 28px;
}
@media (min-width: 992px) {
  .contacts__text b {
    font-size: 20px;
  }
}
.contacts__text div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 10px;
}
.contacts__text div + div {
  margin-top: 16px;
}
.contacts__text i {
  font-style: normal;
  color: #909090;
}
.contacts__map {
  width: 100%;
  height: 480px;
}
@media (min-width: 768px) {
  .contacts__map {
    width: 50%;
  }
}
@media (min-width: 1320px) {
  .contacts__map {
    width: 100vw;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%);
        -ms-transform: translate(-50%);
            transform: translate(-50%);
    height: 100%;
  }
}
.contacts__map .ymaps3x0--main-engine-container {
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
}
@-webkit-keyframes pulse-wave {
  0% {
    width: 8px;
    height: 8px;
    opacity: 0.8;
  }
  100% {
    width: 80px;
    height: 80px;
    opacity: 0;
  }
}
@keyframes pulse-wave {
  0% {
    width: 8px;
    height: 8px;
    opacity: 0.8;
  }
  100% {
    width: 80px;
    height: 80px;
    opacity: 0;
  }
}
.contacts .map-marker {
  width: 8px;
  height: 8px;
  background: #0097d7;
  border-radius: 999px;
  position: relative;
  top: -4px;
  left: -4px;
}
.contacts .map-marker:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 8px;
  height: 8px;
  background: rgba(0, 151, 215, 0.2);
  border-radius: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-animation: pulse-wave 2s infinite;
          animation: pulse-wave 2s infinite;
}

.policy {
  padding-top: 40px;
  padding-bottom: 80px;
}
@media (min-width: 992px) {
  .policy {
    padding-top: 80px;
    padding-bottom: 160px;
  }
}
.policy__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.3;
  letter-spacing: -0.03em;
  max-width: 912px;
  margin: 0 auto;
}
@media (min-width: 992px) {
  .policy__body {
    font-size: 16px;
    gap: 28px;
  }
}
.policy__body-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.policy__body-item > b {
  width: 50px;
  position: sticky;
  top: 60px;
}
@media (min-width: 992px) {
  .policy__body-item > b {
    top: 120px;
  }
}
@media (min-width: 1320px) {
  .policy__body-item > b {
    top: 150px;
  }
}
.policy__body-item > div {
  width: calc(100% - 50px);
}
.policy__body-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
}
.policy__body p {
  margin: 0;
  color: #909090;
}
.policy__body p b {
  color: #191919;
  font-weight: 600;
}
.policy__body ul,
.policy__body ol {
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
  padding-left: 20px;
  color: #0097d7;
}
@media (min-width: 992px) {
  .policy__body ul,
  .policy__body ol {
    gap: 16px;
  }
}
.policy__body + .policy__body {
  margin-top: 40px;
}
@media (min-width: 992px) {
  .policy__body + .policy__body {
    margin-top: 80px;
  }
}
.policy__title {
  margin: 0;
  font-weight: 500;
  font-size: 32px;
  line-height: 1.1;
  letter-spacing: -0.03em;
}
@media (min-width: 992px) {
  .policy__title {
    font-size: 35px;
  }
}

.page-404 {
  background: #f3f3f3;
  position: relative;
  overflow: hidden;
  padding-top: 5px;
  padding-bottom: 300px;
}
@media (min-width: 992px) {
  .page-404 {
    padding-bottom: 400px;
  }
}
@media (min-width: 1320px) {
  .page-404 {
    padding-bottom: 360px;
  }
}
.page-404 > span {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  font-weight: 600;
  line-height: 0.6;
  letter-spacing: -0.03em;
  color: #fafafa;
  text-align: center;
  font-size: 190px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
@media (min-width: 768px) {
  .page-404 > span {
    font-size: 380px;
  }
}
@media (min-width: 992px) {
  .page-404 > span {
    font-size: 500px;
  }
}
@media (min-width: 1320px) {
  .page-404 > span {
    font-size: 730px;
  }
}
.page-404 > .container {
  position: relative;
  z-index: 2;
}
.page-404 .breadcrumbs {
  margin-bottom: 40px;
}
@media (min-width: 992px) {
  .page-404 .breadcrumbs {
    margin-bottom: 48px;
  }
}
.page-404__title {
  margin: 0;
  font-weight: 500;
  font-size: 40px;
  line-height: 1;
  letter-spacing: -0.03em;
}
@media (min-width: 992px) {
  .page-404__title {
    font-size: 60px;
  }
}
.page-404__text {
  margin: 0;
  font-weight: 500;
  font-size: 15px;
  line-height: 1.3;
  letter-spacing: -0.03em;
  margin-top: 24px;
  color: #555b66;
}
@media (min-width: 992px) {
  .page-404__text {
    font-size: 18px;
    margin-top: 40px;
  }
}
.page-404__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-top: 32px;
}
@media (min-width: 992px) {
  .page-404__button {
    margin-top: 48px;
  }
}
.page-404__button .button {
  gap: 20px;
}
@media (min-width: 992px) {
  .page-404__button .button {
    gap: 40px;
  }
}
.page-404__button .button span {
  padding: 0;
}
/* End */


/* Start:/local/assets/css/common.css?17887732624493*/
#cookie_notification.show {
	display: block;
}

#cookie_notification_ {
    display: none;
}

.cartProducts_item {
	padding-bottom: 30px;
}


#loading_screen img{
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 10000;
}

.filter a.active{
	background: var(--grey-color-dark)!important;
	border: 1px solid var(--grey-color-dark)!important;
	color: #fff!important;
}

.popup-window.popup-window-with-titlebar {
    padding: 40px 27px 30px 27px;
    border-radius: 25px;
    border: none;
}

.popup-window.popup-window-with-titlebar p{
    margin-top:30px;
}

.popup-window-titlebar-text, .popup-window-titlebar-text-version {
    overflow: visible;
	white-space: nowrap;
	padding: 0;
}
.popup-window-close-icon {
    width: 55px;
    height: 55px;
    right: 27px;
    top: 27px;
	background: var(--grey-color-light);
	box-sizing: border-box;
    border-radius: 72px;
    text-align: center;
}
.popup-window-close-icon:after {
    width: 0;
    height: 0;
    background-image: none;
}
.popup-window-close-icon:before {
    width: 100%;
    height: 100%;
    content: '';
    background-image: url('/local/assets/images/icon-close.svg');
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    top: 0;
    filter: grayscale(1) brightness(0);
    background-size: 10px auto;
}
@media only screen and (min-width: 768px) {
    .popup-window-close-icon:before {
        background-size: 18px auto;
    }
}
@media (min-width: 576px) {
    .popup-window.popup-window-with-titlebar {
        max-width: 500px;
        margin: 1.75rem auto;
    }
}
@media only screen and (min-width: 768px) {
    .popup-window.popup-window-with-titlebar {
        max-width: 782px;
        width: 94%;
    }
}
.popup-window-titlebar-text {
    margin: 0;
    font-size: 1.667rem;
    margin-bottom: 0;
    color: var(--default-color);
	font-family: Wix-Regular, Arial, sans serif;
}
@media only screen and (min-width: 1620px) {
    .popup-window-titlebar-text {
        font-size: 1.94444rem;
    }
}
@media only screen and (min-width: 768px) {
    .popup-window-titlebar-text {
        font-size: 2.1875rem;
    }
}


.page_ProductDetaly .home_read_solutions {
    padding-bottom: 1.5rem;
    margin-top: 4rem;
}
@media only screen and (min-width: 1620px) {
    .page_ProductDetaly .home_read_solutions {
        margin-top: 5.5rem;
    }
}

.bx-authform {
    width: 100%;
    padding-right: var(--bs-gutter-x, .75rem);
    padding-left: var(--bs-gutter-x, .75rem);
    margin-right: auto;
    margin-left: auto;

}
.bx-authform .bx-authform-input-container input[type="text"], .bx-authform .bx-authform-input-container input[type="password"] {
    border: 1px solid var(--grey-color-light);
	font-size: 1rem;
    line-height: 55px;
    padding: 30px 30px;
	box-shadow: none;
    color: var(--default-color);
    font-family: Wix-Regular, Arial, sans serif;
    border-radius: 68px;
}
.bx-authform .bx-authform-content-container {
	font-size: 0.889rem;
	color: var(--grey3);
    font-weight: 400;
	margin: 0px 0px 25px 0;
    display: block;
}

.bx-authform .bx-authform-label-container {
	font-size: 0.889rem;
	color: var(--grey3);
    font-weight: 400;
	margin: -10px 0 5px 15px;
    display: block;
}

.bx-authform .bx-authform-link-container, .bx-authform .bx-authform-description-container {
	font-size: 0.889rem;
	color: var(--grey3);
    font-weight: 400;
	margin: 0px 0 15px 0px;
	padding-bottom: 0px;
    display: block;
}

.bx-authform .bx-authform-link-container a {
	font-size: 1rem;
	margin: 15px 0 15px 0px;
    display: block;
}

.bx-authform .bx-captcha {
	margin: 15px 0 15px 15px;
}

.bx-authform .bx-title {
    text-align: center;
	padding-bottom: 25px;
}

.bx_catalog-compare-list {
	display: none!important;
}


.header_buttons .btn.enter-btn {
	margin: 0 0px 0 10px;
	padding: 0 20px 0 20px;
}

.content_sertif .row div[id *='bx_incl_area_'] {
        justify-content: space-between;
}



.note {
    padding: 10px 20px;
    margin-bottom: 10px;
	text-align:center;
}
.note.error {
	background-color: #d53a3a;
	color: white;
}

.note.success {
	background-color: #238b30;
	color: white;
}

.message-block {
	position: fixed;
    	z-index: 2000 !important;
	width: 100%;
	top: 0;
	left: 0;
	display: none;
	text-align: center;
	padding:20px;
	background-color: #8bc34a;
    color: white;
}
.message-block.error {
	background-color: #d53a3a;
	color: white;
}

.message-block.success {
	background-color: #238b30;
	color: white;
}
/* End */


/* Start:/local/templates/lestone/components/bitrix/menu/top/style.min.css?1788773264490*/
ul.left-menu{list-style:none;margin:0;padding:0;margin-bottom:8px;position:relative}ul.left-menu li{padding:10px 16px;background:#f5f5f5 url(/local/templates/lestone/components/bitrix/menu/top/images/left_menu_bg.gif) top repeat-x}ul.left-menu li a{font-size:100%;color:#bc262c;font-weight:bold;text-decoration:none}ul.left-menu li a:visited{color:#bc262c}ul.left-menu li a:hover{color:#bc262c}ul.left-menu li a.selected:link,ul.left-menu li a.selected:visited,ul.left-menu li a.selected:active,ul.left-menu li a.selected:hover{color:#fc8d3d}
/* End */


/* Start:/local/templates/lestone/components/bitrix/menu/submenu/style.min.css?1788773264490*/
ul.left-menu{list-style:none;margin:0;padding:0;margin-bottom:8px;position:relative}ul.left-menu li{padding:10px 16px;background:#f5f5f5 url(/local/templates/lestone/components/bitrix/menu/submenu/images/left_menu_bg.gif) top repeat-x}ul.left-menu li a{font-size:100%;color:#bc262c;font-weight:bold;text-decoration:none}ul.left-menu li a:visited{color:#bc262c}ul.left-menu li a:hover{color:#bc262c}ul.left-menu li a.selected:link,ul.left-menu li a.selected:visited,ul.left-menu li a.selected:active,ul.left-menu li a.selected:hover{color:#fc8d3d}
/* End */


/* Start:/local/templates/lestone/components/bitrix/catalog.section.list/header-sub-menu/style.min.css?17887732646236*/
.bx_catalog_line{margin-bottom:30px}.bx_catalog_line .bx_catalog_line_category_title{padding-bottom:14px;border-bottom:1px solid #e5e5e5;font-size:24px}.bx_catalog_line .bx_catalog_line_category_title a{color:#000;text-decoration:none}.bx_catalog_line .bx_catalog_line_ul{padding:0}.bx_catalog_line .bx_catalog_line_ul li{margin-bottom:20px;list-style:none}.bx_catalog_line .bx_catalog_line_ul li:before{content:''!important}.bx_catalog_line .bx_catalog_line_img{position:relative;display:block;float:left;overflow:hidden;margin-right:40px;width:125px;height:125px;border:1px solid #ccc;border-radius:2px;background-position:center;background-size:contain;background-repeat:no-repeat;-webkit-background-size:contain}.bx_catalog_line .bx_catalog_line_title{margin-bottom:10px;padding:0;vertical-align:top;line-height:18px}.bx_catalog_line .bx_catalog_line_title a{color:#4c7da6;font-size:18px}.bx_catalog_line .bx_catalog_line_title a:hover{text-decoration:none}.bx_catalog_line .bx_catalog_line_title span{font-size:16px}.bx_catalog_line .bx_catalog_line_description{color:#3f3f3f;font-size:13px;line-height:16px}@media(max-width:639px){.bx-touch .bx_catalog_line .bx_catalog_line_img{margin-right:10px;width:50px;height:50px}.bx-touch .bx_catalog_line .bx_catalog_line_title{margin-bottom:5px;line-height:14px}.bx-touch .bx_catalog_line .bx_catalog_line_title a{font-size:14px}.bx-touch .bx_catalog_line .bx_catalog_line_description{font-size:11px}}.bx_catalog_line .bx_catalog_line_img,.bx_catalog_line .bx_catalog_line_title,.bx_catalog_line .bx_catalog_line_title a,.bx_catalog_line .bx_catalog_line_description{transition:all .3s ease}.bx_catalog_text{margin-bottom:30px}.bx_catalog_text .bx_catalog_text_category_title{padding-bottom:14px;border-bottom:1px solid #e5e5e5;font-size:24px}.bx_catalog_text .bx_catalog_text_category_title a{color:#000;text-decoration:none}.bx_catalog_text .bx_catalog_text_ul{padding:0}.bx_catalog_text .bx_catalog_text_ul li{float:left;margin:0 10px 10px;list-style:none}.bx_catalog_text .bx_catalog_text_ul li:before{content:''!important}.bx_catalog_text .bx_catalog_text_title{margin:0;padding:0;vertical-align:top;font-size:14px;line-height:14px}.bx_catalog_tile .bx_catalog_tile_title a{display:inline-block;overflow:hidden;max-width:100%;color:#4c7da6;-ms-text-overflow:ellipsis;text-overflow:ellipsis;font-size:14px}.bx_catalog_text .bx_catalog_text_title a:hover{text-decoration:none}.bx_catalog_text .bx_catalog_text_title span{font-size:12px}@media(max-width:639px){.bx-touch .bx_catalog_text .bx_catalog_line_title{margin-bottom:5px;line-height:12px}.bx-touch .bx_catalog_text .bx_catalog_line_title a{font-size:12px}}.bx_catalog_text .bx_catalog_line_title,.bx_catalog_text .bx_catalog_line_title a{transition:all .3s ease}.bx_catalog_tile{margin-bottom:30px}.bx_catalog_tile .bx_catalog_tile_category_title{padding-bottom:14px;border-bottom:1px solid #e5e5e5;font-size:24px}.bx_catalog_tile .bx_catalog_tile_category_title a{color:#000;text-decoration:none}.bx_catalog_tile .bx_catalog_tile_ul{padding:0}.bx_catalog_tile .bx_catalog_tile_ul li{float:left;box-sizing:border-box;margin-bottom:20px;padding:0 10px;width:12.5%;list-style:none;text-align:center}.bx_catalog_tile .bx_catalog_tile_ul li:before{content:''!important}.bx_catalog_tile .bx_catalog_tile_ul li:nth-child(8n+1){clear:both}.bx_catalog_tile .bx_catalog_tile_img{position:relative;display:block;overflow:hidden;margin:0 auto;width:78px;height:78px;border:1px solid #ccc;border-radius:2px;background-color:#fff;background-position:center;background-size:contain;background-repeat:no-repeat;-webkit-background-size:contain}.bx_catalog_tile .bx_catalog_tile_title{margin-top:5px;margin-bottom:10px;padding:0;vertical-align:top;line-height:14px}.bx_catalog_tile .bx_catalog_tile_title a{color:#4c7da6;font-size:14px}.bx_catalog_tile .bx_catalog_tile_title a:hover{text-decoration:none}.bx_catalog_tile .bx_catalog_tile_title span{font-size:12px}@media(max-width:980px){.bx_catalog_tile .bx_catalog_tile_ul li{width:20%}.bx_catalog_tile .bx_catalog_tile_ul li:nth-child(8n+1){clear:none}.bx_catalog_tile .bx_catalog_tile_ul li:nth-child(5n+1){clear:both}}@media(max-width:639px){.bx-touch .bx_catalog_tile .bx_catalog_tile_title{margin-bottom:5px;line-height:14px}.bx-touch .bx_catalog_tile .bx_catalog_tile_title{line-height:10px}.bx-touch .bx_catalog_tile .bx_catalog_tile_title a{font-size:11px}}@media(min-width:480px) and (max-width:639px){.bx-touch .bx_catalog_tile .bx_catalog_tile_ul li{width:25%}.bx-touch .bx_catalog_tile .bx_catalog_tile_ul li:nth-child(8n+1){clear:none}.bx-touch .bx_catalog_tile .bx_catalog_tile_ul li:nth-child(5n+1){clear:none}.bx-touch .bx_catalog_tile .bx_catalog_tile_ul li:nth-child(4n+1){clear:both}}@media(max-width:479px){.bx-touch .bx_catalog_tile .bx_catalog_tile_ul li{width:33.3%}.bx-touch .bx_catalog_tile .bx_catalog_tile_img{width:100%;height:80px}.bx-touch .bx_catalog_tile .bx_catalog_tile_ul li:nth-child(8n+1){clear:none}.bx-touch .bx_catalog_tile .bx_catalog_tile_ul li:nth-child(5n+1){clear:none}.bx-touch .bx_catalog_tile .bx_catalog_tile_ul li:nth-child(3n+1){clear:both}}.bx_catalog_tile .bx_catalog_tile_title,.bx_catalog_tile .bx_catalog_tile_title a,.bx_catalog_tile .bx_catalog_tile_ul li,.bx_catalog_tile .bx_catalog_tile_img{transition:all .3s ease}.bx_sitemap{margin-bottom:30px}.bx_sitemap .bx_sitemap_title{padding-bottom:14px;border-bottom:1px solid #e5e5e5;font-size:24px}.bx_sitemap .bx_sitemap_title a{color:#000;text-decoration:none}.bx_sitemap .bx_sitemap_ul li{padding:0;line-height:14px}.bx_sitemap .bx_sitemap_ul li:before{content:''!important}.bx_sitemap .bx_sitemap_li_title{display:inline-block;margin:0;margin-bottom:10px;padding:0;vertical-align:top;font-weight:normal;line-height:13px}.bx_sitemap .bx_sitemap_li_title a{color:#4c7da6;white-space:nowrap;font-size:13px}.bx_sitemap .bx_sitemap_li_title a:hover{text-decoration:none}.bx_sitemap .bx_sitemap_li_title span{font-size:11px}@media(max-width:639px){.bx-touch .bx_sitemap .bx_catalog_line_title{margin-bottom:5px;line-height:12px}.bx-touch .bx_sitemap .bx_catalog_line_title a{font-size:12px}}.bx_sitemap .bx_catalog_line_title,.bx_sitemap .bx_catalog_line_title a{transition:all .3s ease}
/* End */


/* Start:/local/templates/lestone/components/bitrix/catalog.section.list/header_link/style.min.css?17887732646236*/
.bx_catalog_line{margin-bottom:30px}.bx_catalog_line .bx_catalog_line_category_title{padding-bottom:14px;border-bottom:1px solid #e5e5e5;font-size:24px}.bx_catalog_line .bx_catalog_line_category_title a{color:#000;text-decoration:none}.bx_catalog_line .bx_catalog_line_ul{padding:0}.bx_catalog_line .bx_catalog_line_ul li{margin-bottom:20px;list-style:none}.bx_catalog_line .bx_catalog_line_ul li:before{content:''!important}.bx_catalog_line .bx_catalog_line_img{position:relative;display:block;float:left;overflow:hidden;margin-right:40px;width:125px;height:125px;border:1px solid #ccc;border-radius:2px;background-position:center;background-size:contain;background-repeat:no-repeat;-webkit-background-size:contain}.bx_catalog_line .bx_catalog_line_title{margin-bottom:10px;padding:0;vertical-align:top;line-height:18px}.bx_catalog_line .bx_catalog_line_title a{color:#4c7da6;font-size:18px}.bx_catalog_line .bx_catalog_line_title a:hover{text-decoration:none}.bx_catalog_line .bx_catalog_line_title span{font-size:16px}.bx_catalog_line .bx_catalog_line_description{color:#3f3f3f;font-size:13px;line-height:16px}@media(max-width:639px){.bx-touch .bx_catalog_line .bx_catalog_line_img{margin-right:10px;width:50px;height:50px}.bx-touch .bx_catalog_line .bx_catalog_line_title{margin-bottom:5px;line-height:14px}.bx-touch .bx_catalog_line .bx_catalog_line_title a{font-size:14px}.bx-touch .bx_catalog_line .bx_catalog_line_description{font-size:11px}}.bx_catalog_line .bx_catalog_line_img,.bx_catalog_line .bx_catalog_line_title,.bx_catalog_line .bx_catalog_line_title a,.bx_catalog_line .bx_catalog_line_description{transition:all .3s ease}.bx_catalog_text{margin-bottom:30px}.bx_catalog_text .bx_catalog_text_category_title{padding-bottom:14px;border-bottom:1px solid #e5e5e5;font-size:24px}.bx_catalog_text .bx_catalog_text_category_title a{color:#000;text-decoration:none}.bx_catalog_text .bx_catalog_text_ul{padding:0}.bx_catalog_text .bx_catalog_text_ul li{float:left;margin:0 10px 10px;list-style:none}.bx_catalog_text .bx_catalog_text_ul li:before{content:''!important}.bx_catalog_text .bx_catalog_text_title{margin:0;padding:0;vertical-align:top;font-size:14px;line-height:14px}.bx_catalog_tile .bx_catalog_tile_title a{display:inline-block;overflow:hidden;max-width:100%;color:#4c7da6;-ms-text-overflow:ellipsis;text-overflow:ellipsis;font-size:14px}.bx_catalog_text .bx_catalog_text_title a:hover{text-decoration:none}.bx_catalog_text .bx_catalog_text_title span{font-size:12px}@media(max-width:639px){.bx-touch .bx_catalog_text .bx_catalog_line_title{margin-bottom:5px;line-height:12px}.bx-touch .bx_catalog_text .bx_catalog_line_title a{font-size:12px}}.bx_catalog_text .bx_catalog_line_title,.bx_catalog_text .bx_catalog_line_title a{transition:all .3s ease}.bx_catalog_tile{margin-bottom:30px}.bx_catalog_tile .bx_catalog_tile_category_title{padding-bottom:14px;border-bottom:1px solid #e5e5e5;font-size:24px}.bx_catalog_tile .bx_catalog_tile_category_title a{color:#000;text-decoration:none}.bx_catalog_tile .bx_catalog_tile_ul{padding:0}.bx_catalog_tile .bx_catalog_tile_ul li{float:left;box-sizing:border-box;margin-bottom:20px;padding:0 10px;width:12.5%;list-style:none;text-align:center}.bx_catalog_tile .bx_catalog_tile_ul li:before{content:''!important}.bx_catalog_tile .bx_catalog_tile_ul li:nth-child(8n+1){clear:both}.bx_catalog_tile .bx_catalog_tile_img{position:relative;display:block;overflow:hidden;margin:0 auto;width:78px;height:78px;border:1px solid #ccc;border-radius:2px;background-color:#fff;background-position:center;background-size:contain;background-repeat:no-repeat;-webkit-background-size:contain}.bx_catalog_tile .bx_catalog_tile_title{margin-top:5px;margin-bottom:10px;padding:0;vertical-align:top;line-height:14px}.bx_catalog_tile .bx_catalog_tile_title a{color:#4c7da6;font-size:14px}.bx_catalog_tile .bx_catalog_tile_title a:hover{text-decoration:none}.bx_catalog_tile .bx_catalog_tile_title span{font-size:12px}@media(max-width:980px){.bx_catalog_tile .bx_catalog_tile_ul li{width:20%}.bx_catalog_tile .bx_catalog_tile_ul li:nth-child(8n+1){clear:none}.bx_catalog_tile .bx_catalog_tile_ul li:nth-child(5n+1){clear:both}}@media(max-width:639px){.bx-touch .bx_catalog_tile .bx_catalog_tile_title{margin-bottom:5px;line-height:14px}.bx-touch .bx_catalog_tile .bx_catalog_tile_title{line-height:10px}.bx-touch .bx_catalog_tile .bx_catalog_tile_title a{font-size:11px}}@media(min-width:480px) and (max-width:639px){.bx-touch .bx_catalog_tile .bx_catalog_tile_ul li{width:25%}.bx-touch .bx_catalog_tile .bx_catalog_tile_ul li:nth-child(8n+1){clear:none}.bx-touch .bx_catalog_tile .bx_catalog_tile_ul li:nth-child(5n+1){clear:none}.bx-touch .bx_catalog_tile .bx_catalog_tile_ul li:nth-child(4n+1){clear:both}}@media(max-width:479px){.bx-touch .bx_catalog_tile .bx_catalog_tile_ul li{width:33.3%}.bx-touch .bx_catalog_tile .bx_catalog_tile_img{width:100%;height:80px}.bx-touch .bx_catalog_tile .bx_catalog_tile_ul li:nth-child(8n+1){clear:none}.bx-touch .bx_catalog_tile .bx_catalog_tile_ul li:nth-child(5n+1){clear:none}.bx-touch .bx_catalog_tile .bx_catalog_tile_ul li:nth-child(3n+1){clear:both}}.bx_catalog_tile .bx_catalog_tile_title,.bx_catalog_tile .bx_catalog_tile_title a,.bx_catalog_tile .bx_catalog_tile_ul li,.bx_catalog_tile .bx_catalog_tile_img{transition:all .3s ease}.bx_sitemap{margin-bottom:30px}.bx_sitemap .bx_sitemap_title{padding-bottom:14px;border-bottom:1px solid #e5e5e5;font-size:24px}.bx_sitemap .bx_sitemap_title a{color:#000;text-decoration:none}.bx_sitemap .bx_sitemap_ul li{padding:0;line-height:14px}.bx_sitemap .bx_sitemap_ul li:before{content:''!important}.bx_sitemap .bx_sitemap_li_title{display:inline-block;margin:0;margin-bottom:10px;padding:0;vertical-align:top;font-weight:normal;line-height:13px}.bx_sitemap .bx_sitemap_li_title a{color:#4c7da6;white-space:nowrap;font-size:13px}.bx_sitemap .bx_sitemap_li_title a:hover{text-decoration:none}.bx_sitemap .bx_sitemap_li_title span{font-size:11px}@media(max-width:639px){.bx-touch .bx_sitemap .bx_catalog_line_title{margin-bottom:5px;line-height:12px}.bx-touch .bx_sitemap .bx_catalog_line_title a{font-size:12px}}.bx_sitemap .bx_catalog_line_title,.bx_sitemap .bx_catalog_line_title a{transition:all .3s ease}
/* End */


/* Start:/local/templates/lestone/components/bitrix/menu/bottom/style.min.css?1788773264490*/
ul.left-menu{list-style:none;margin:0;padding:0;margin-bottom:8px;position:relative}ul.left-menu li{padding:10px 16px;background:#f5f5f5 url(/local/templates/lestone/components/bitrix/menu/bottom/images/left_menu_bg.gif) top repeat-x}ul.left-menu li a{font-size:100%;color:#bc262c;font-weight:bold;text-decoration:none}ul.left-menu li a:visited{color:#bc262c}ul.left-menu li a:hover{color:#bc262c}ul.left-menu li a.selected:link,ul.left-menu li a.selected:visited,ul.left-menu li a.selected:active,ul.left-menu li a.selected:hover{color:#fc8d3d}
/* End */


/* Start:/local/templates/lestone/components/bitrix/catalog.section.list/footer_link/style.min.css?17887732646236*/
.bx_catalog_line{margin-bottom:30px}.bx_catalog_line .bx_catalog_line_category_title{padding-bottom:14px;border-bottom:1px solid #e5e5e5;font-size:24px}.bx_catalog_line .bx_catalog_line_category_title a{color:#000;text-decoration:none}.bx_catalog_line .bx_catalog_line_ul{padding:0}.bx_catalog_line .bx_catalog_line_ul li{margin-bottom:20px;list-style:none}.bx_catalog_line .bx_catalog_line_ul li:before{content:''!important}.bx_catalog_line .bx_catalog_line_img{position:relative;display:block;float:left;overflow:hidden;margin-right:40px;width:125px;height:125px;border:1px solid #ccc;border-radius:2px;background-position:center;background-size:contain;background-repeat:no-repeat;-webkit-background-size:contain}.bx_catalog_line .bx_catalog_line_title{margin-bottom:10px;padding:0;vertical-align:top;line-height:18px}.bx_catalog_line .bx_catalog_line_title a{color:#4c7da6;font-size:18px}.bx_catalog_line .bx_catalog_line_title a:hover{text-decoration:none}.bx_catalog_line .bx_catalog_line_title span{font-size:16px}.bx_catalog_line .bx_catalog_line_description{color:#3f3f3f;font-size:13px;line-height:16px}@media(max-width:639px){.bx-touch .bx_catalog_line .bx_catalog_line_img{margin-right:10px;width:50px;height:50px}.bx-touch .bx_catalog_line .bx_catalog_line_title{margin-bottom:5px;line-height:14px}.bx-touch .bx_catalog_line .bx_catalog_line_title a{font-size:14px}.bx-touch .bx_catalog_line .bx_catalog_line_description{font-size:11px}}.bx_catalog_line .bx_catalog_line_img,.bx_catalog_line .bx_catalog_line_title,.bx_catalog_line .bx_catalog_line_title a,.bx_catalog_line .bx_catalog_line_description{transition:all .3s ease}.bx_catalog_text{margin-bottom:30px}.bx_catalog_text .bx_catalog_text_category_title{padding-bottom:14px;border-bottom:1px solid #e5e5e5;font-size:24px}.bx_catalog_text .bx_catalog_text_category_title a{color:#000;text-decoration:none}.bx_catalog_text .bx_catalog_text_ul{padding:0}.bx_catalog_text .bx_catalog_text_ul li{float:left;margin:0 10px 10px;list-style:none}.bx_catalog_text .bx_catalog_text_ul li:before{content:''!important}.bx_catalog_text .bx_catalog_text_title{margin:0;padding:0;vertical-align:top;font-size:14px;line-height:14px}.bx_catalog_tile .bx_catalog_tile_title a{display:inline-block;overflow:hidden;max-width:100%;color:#4c7da6;-ms-text-overflow:ellipsis;text-overflow:ellipsis;font-size:14px}.bx_catalog_text .bx_catalog_text_title a:hover{text-decoration:none}.bx_catalog_text .bx_catalog_text_title span{font-size:12px}@media(max-width:639px){.bx-touch .bx_catalog_text .bx_catalog_line_title{margin-bottom:5px;line-height:12px}.bx-touch .bx_catalog_text .bx_catalog_line_title a{font-size:12px}}.bx_catalog_text .bx_catalog_line_title,.bx_catalog_text .bx_catalog_line_title a{transition:all .3s ease}.bx_catalog_tile{margin-bottom:30px}.bx_catalog_tile .bx_catalog_tile_category_title{padding-bottom:14px;border-bottom:1px solid #e5e5e5;font-size:24px}.bx_catalog_tile .bx_catalog_tile_category_title a{color:#000;text-decoration:none}.bx_catalog_tile .bx_catalog_tile_ul{padding:0}.bx_catalog_tile .bx_catalog_tile_ul li{float:left;box-sizing:border-box;margin-bottom:20px;padding:0 10px;width:12.5%;list-style:none;text-align:center}.bx_catalog_tile .bx_catalog_tile_ul li:before{content:''!important}.bx_catalog_tile .bx_catalog_tile_ul li:nth-child(8n+1){clear:both}.bx_catalog_tile .bx_catalog_tile_img{position:relative;display:block;overflow:hidden;margin:0 auto;width:78px;height:78px;border:1px solid #ccc;border-radius:2px;background-color:#fff;background-position:center;background-size:contain;background-repeat:no-repeat;-webkit-background-size:contain}.bx_catalog_tile .bx_catalog_tile_title{margin-top:5px;margin-bottom:10px;padding:0;vertical-align:top;line-height:14px}.bx_catalog_tile .bx_catalog_tile_title a{color:#4c7da6;font-size:14px}.bx_catalog_tile .bx_catalog_tile_title a:hover{text-decoration:none}.bx_catalog_tile .bx_catalog_tile_title span{font-size:12px}@media(max-width:980px){.bx_catalog_tile .bx_catalog_tile_ul li{width:20%}.bx_catalog_tile .bx_catalog_tile_ul li:nth-child(8n+1){clear:none}.bx_catalog_tile .bx_catalog_tile_ul li:nth-child(5n+1){clear:both}}@media(max-width:639px){.bx-touch .bx_catalog_tile .bx_catalog_tile_title{margin-bottom:5px;line-height:14px}.bx-touch .bx_catalog_tile .bx_catalog_tile_title{line-height:10px}.bx-touch .bx_catalog_tile .bx_catalog_tile_title a{font-size:11px}}@media(min-width:480px) and (max-width:639px){.bx-touch .bx_catalog_tile .bx_catalog_tile_ul li{width:25%}.bx-touch .bx_catalog_tile .bx_catalog_tile_ul li:nth-child(8n+1){clear:none}.bx-touch .bx_catalog_tile .bx_catalog_tile_ul li:nth-child(5n+1){clear:none}.bx-touch .bx_catalog_tile .bx_catalog_tile_ul li:nth-child(4n+1){clear:both}}@media(max-width:479px){.bx-touch .bx_catalog_tile .bx_catalog_tile_ul li{width:33.3%}.bx-touch .bx_catalog_tile .bx_catalog_tile_img{width:100%;height:80px}.bx-touch .bx_catalog_tile .bx_catalog_tile_ul li:nth-child(8n+1){clear:none}.bx-touch .bx_catalog_tile .bx_catalog_tile_ul li:nth-child(5n+1){clear:none}.bx-touch .bx_catalog_tile .bx_catalog_tile_ul li:nth-child(3n+1){clear:both}}.bx_catalog_tile .bx_catalog_tile_title,.bx_catalog_tile .bx_catalog_tile_title a,.bx_catalog_tile .bx_catalog_tile_ul li,.bx_catalog_tile .bx_catalog_tile_img{transition:all .3s ease}.bx_sitemap{margin-bottom:30px}.bx_sitemap .bx_sitemap_title{padding-bottom:14px;border-bottom:1px solid #e5e5e5;font-size:24px}.bx_sitemap .bx_sitemap_title a{color:#000;text-decoration:none}.bx_sitemap .bx_sitemap_ul li{padding:0;line-height:14px}.bx_sitemap .bx_sitemap_ul li:before{content:''!important}.bx_sitemap .bx_sitemap_li_title{display:inline-block;margin:0;margin-bottom:10px;padding:0;vertical-align:top;font-weight:normal;line-height:13px}.bx_sitemap .bx_sitemap_li_title a{color:#4c7da6;white-space:nowrap;font-size:13px}.bx_sitemap .bx_sitemap_li_title a:hover{text-decoration:none}.bx_sitemap .bx_sitemap_li_title span{font-size:11px}@media(max-width:639px){.bx-touch .bx_sitemap .bx_catalog_line_title{margin-bottom:5px;line-height:12px}.bx-touch .bx_sitemap .bx_catalog_line_title a{font-size:12px}}.bx_sitemap .bx_catalog_line_title,.bx_sitemap .bx_catalog_line_title a{transition:all .3s ease}
/* End */


/* Start:/local/templates/lestone/styles.css?17888777374968*/
.prod__photo-bg {
    object-fit: contain;
}

.adm-detail-content-table.edit-table *,
.adm-detail-content-table.edit-table *:before,
.adm-detail-content-table.edit-table *:after
{
    -webkit-appearance: revert;
    -moz-appearance: revert;
    appearance: revert;
}

.cookies__text {
   margin-bottom: 30px;
}

.header-sub-menu__tags a:hover {
    text-decoration:none;
}

.menu-actived .header__user {
    display: none;
}

div.search-page input.search-button {
	padding: 0px;
    height: 60px;
    background: #0097d7;
    color: #fff;
    text-transform: uppercase;
    font-size: 13px;
    line-height: 1.2;
    font-weight: 600;
    border: 1px solid #0097d7;
    text-align: center;
    border-radius: 0;
    width: auto;
    min-width: 180px;
	cursor: pointer;
}
.search-button:hover {
    border-color: #ff6219;
    background: #ff6219;
}

div.search-page input.search-query {
    width: 100%;
    background: none;
    border: none;
    padding: 0;
    font-size: 15px;
    line-height: 1.3;
    letter-spacing: -0.03em;
    font-weight: 600;
    border-bottom: 1px solid #d8d8d8;
    -webkit-transition: 0.25s;
    transition: 0.25s;
    color: #191919;
    height: 59px;
}

.admin .header {
    position: relative;
}
.admin .header-wrapper {
        height: auto;
}

.header__user {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 22px;
  height: 22px;
  padding: 0;
  border: none;
  background: none;
  -webkit-transition: color 0.25s;
  transition: color 0.25s;
}
@media (min-width: 992px) {
  .header__user {
    width: 24px;
    height: 24px;
  }
}
.header__user:hover {
  color: #0097d7;
}

.header-sub-menu__items .header-sub-menu__item.selected {
	color: #0097d7;
}

.personal .toper {
	min-height: 0;
	padding-bottom: 20px;
	margin-bottom: 20px;
}

.personal .app {
    min-height: 50vh;
}

.personal .user-pages, .bx-authform {
	margin-top: 80px;
	margin-bottom: 80px;
}

.personal .header-sub-menu__items {
	margin-bottom: 20px;
}

.personal .sale-order-title {
    margin-top: 0;
}

.btn-primary {
    padding: 0px;
    height: 60px;
    background: #0097d7;
    color: #fff;
    text-transform: uppercase;
    font-size: 13px;
    line-height: 1.2;
    font-weight: 600;
    border: 1px solid #0097d7;
    text-align: center;
	border-radius: 0;
    width: auto;
    min-width: 180px;
}
.btn-primary:hover {
  border-color: #ff6219;
  background: #ff6219;
}

.bx-authform .checkbox label input, .bx-authform label.main-user-consent-request input {
    width: 24px;
    height: 24px;
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px solid;
    color: #0097d7;
}
.bx-authform .checkbox label, .bx-authform label.main-user-consent-request {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
}
.bx-authform  .checkbox label input:checked:before, .bx-authform label.main-user-consent-request input:checked:before {
    opacity: 1;
}
.bx-authform  .checkbox label input:before, .bx-authform label.main-user-consent-request input:before {
    content: "";
    width: 16px;
    height: 16px;
    -webkit-transition: 0.25s;
    transition: 0.25s;
    opacity: 0;
    background: no-repeat 50% 50%;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTMuMzMzMDEgOC4wMDAzM0w2LjY2NjM0IDExLjMzMzdMMTMuMzMzIDQuNjY2OTkiIHN0cm9rZT0iIzAwOTdENyIgc3Ryb2tlLXdpZHRoPSIxLjMzMzMzIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPC9zdmc+Cg==);
    background-size: 16px 16px;
}

.bx-authform .checkbox label > span {
    color: #909090;
}

.personal .modal .checkbox input {
	display: none;
}

.bx-authform .main-user-consent-request-announce-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: calc(100% - 22px);
    min-height: 22px;
    font-weight: 500;
    font-size: 13px;
    line-height: 1.2;
    letter-spacing: -0.03em;
    padding-left: 10px;
    font-size: 14px;
    color: #909090;
}
.bx-authform .main-user-consent-request-announce-link:hover {
    text-decoration: underline;
}

.bx-authform .bx-authform-input-container input[type="text"], .bx-authform .bx-authform-input-container input[type="password"] {
    border-radius: 0px;
}

.bx-authform .bx-authform-link-container a:hover {
  color: #0097d7;
}

.hidden {
	display:none;
}
/* End */
/* /local/templates/lestone/css/normalize.css?17887732651812 */
/* /local/templates/lestone/css/fancybox.css?178877326532692 */
/* /local/templates/lestone/css/swiper.css?178877326514356 */
/* /local/templates/lestone/css/nice-select2.css?17887732654170 */
/* /local/templates/lestone/css/style.css?1788773265257767 */
/* /local/assets/css/common.css?17887732624493 */
/* /local/templates/lestone/components/bitrix/menu/top/style.min.css?1788773264490 */
/* /local/templates/lestone/components/bitrix/menu/submenu/style.min.css?1788773264490 */
/* /local/templates/lestone/components/bitrix/catalog.section.list/header-sub-menu/style.min.css?17887732646236 */
/* /local/templates/lestone/components/bitrix/catalog.section.list/header_link/style.min.css?17887732646236 */
/* /local/templates/lestone/components/bitrix/menu/bottom/style.min.css?1788773264490 */
/* /local/templates/lestone/components/bitrix/catalog.section.list/footer_link/style.min.css?17887732646236 */
/* /local/templates/lestone/styles.css?17888777374968 */
