@charset "UTF-8";:root{--swiper-theme-color: #007aff}:host{position:relative;display:block;margin-left:auto;margin-right:auto;z-index:1}.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1;display:block}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;transition-timing-function:var(--swiper-wrapper-transition-timing-function, initial);box-sizing:content-box}.swiper-android .swiper-slide,.swiper-ios .swiper-slide,.swiper-wrapper{transform:translateZ(0)}.swiper-horizontal{touch-action:pan-y}.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform;display:block}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{transform:translateZ(0);backface-visibility:hidden}.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d{perspective:1200px}.swiper-3d .swiper-slide,.swiper-3d .swiper-cube-shadow{transform-style:preserve-3d}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-css-mode.swiper-horizontal>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-css-mode.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-slides-offset-before);scroll-margin-inline-start:var(--swiper-slides-offset-before)}.swiper-css-mode.swiper-horizontal>.swiper-wrapper>.swiper-slide:last-child{margin-inline-end:var(--swiper-slides-offset-after)}.swiper-css-mode.swiper-vertical>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-css-mode.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-slides-offset-before);scroll-margin-block-start:var(--swiper-slides-offset-before)}.swiper-css-mode.swiper-vertical>.swiper-wrapper>.swiper-slide:last-child{margin-block-end:var(--swiper-slides-offset-after)}.swiper-css-mode.swiper-free-mode>.swiper-wrapper{scroll-snap-type:none}.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:none}.swiper-css-mode.swiper-centered>.swiper-wrapper:before{content:"";flex-shrink:0;order:9999}.swiper-css-mode.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper:before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper:before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-slide-shadow-bottom{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:#00000026}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,#00000080,#0000)}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;box-sizing:border-box;border:4px solid var(--swiper-preloader-color, var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}:is(.swiper:not(.swiper-watch-progress),.swiper-watch-progress .swiper-slide-visible) .swiper-lazy-preloader{animation:swiper-preloader-spin 1s infinite linear}.swiper-lazy-preloader-white{--swiper-preloader-color: #fff}.swiper-lazy-preloader-black{--swiper-preloader-color: #000}@keyframes swiper-preloader-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.swiper-virtual .swiper-slide{-webkit-backface-visibility:hidden;transform:translateZ(0)}.swiper-virtual.swiper-css-mode .swiper-wrapper:after{content:"";position:absolute;left:0;top:0;pointer-events:none}.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{width:1px;height:var(--swiper-virtual-size)}:root{--swiper-navigation-size: 44px}.swiper-button-prev,.swiper-button-next{position:absolute;width:var(--swiper-navigation-size);height:var(--swiper-navigation-size);z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--swiper-navigation-color, var(--swiper-theme-color))}:is(.swiper-button-prev,.swiper-button-next).swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}:is(.swiper-button-prev,.swiper-button-next).swiper-button-hidden{opacity:0;cursor:auto;pointer-events:none}.swiper-navigation-disabled :is(.swiper-button-prev,.swiper-button-next){display:none!important}:is(.swiper-button-prev,.swiper-button-next) svg{width:100%;height:100%;-o-object-fit:contain;object-fit:contain;transform-origin:center;fill:currentColor;pointer-events:none}.swiper-button-lock{display:none}.swiper-button-prev,.swiper-button-next{top:var(--swiper-navigation-top-offset, 50%);margin-top:calc(0px - (var(--swiper-navigation-size) / 2))}.swiper-button-prev{left:var(--swiper-navigation-sides-offset, 4px);right:auto}.swiper-button-prev .swiper-navigation-icon{transform:rotate(180deg)}.swiper-button-next{right:var(--swiper-navigation-sides-offset, 4px);left:auto}.swiper-horizontal .swiper-button-prev,.swiper-horizontal .swiper-button-next,.swiper-horizontal~.swiper-button-prev,.swiper-horizontal~.swiper-button-next{top:var(--swiper-navigation-top-offset, 50%);margin-top:calc(0px - (var(--swiper-navigation-size) / 2));margin-left:0}.swiper-horizontal .swiper-button-prev,.swiper-horizontal~.swiper-button-prev,.swiper-horizontal.swiper-rtl .swiper-button-next,.swiper-horizontal.swiper-rtl~.swiper-button-next{left:var(--swiper-navigation-sides-offset, 4px);right:auto}.swiper-horizontal .swiper-button-next,.swiper-horizontal~.swiper-button-next,.swiper-horizontal.swiper-rtl .swiper-button-prev,.swiper-horizontal.swiper-rtl~.swiper-button-prev{right:var(--swiper-navigation-sides-offset, 4px);left:auto}:is(.swiper-horizontal .swiper-button-prev,.swiper-horizontal~.swiper-button-prev,.swiper-horizontal.swiper-rtl .swiper-button-next,.swiper-horizontal.swiper-rtl~.swiper-button-next) .swiper-navigation-icon{transform:rotate(180deg)}:is(.swiper-horizontal.swiper-rtl .swiper-button-prev,.swiper-horizontal.swiper-rtl~.swiper-button-prev) .swiper-navigation-icon{transform:rotate(0)}.swiper-vertical .swiper-button-prev,.swiper-vertical .swiper-button-next,.swiper-vertical~.swiper-button-prev,.swiper-vertical~.swiper-button-next{left:var(--swiper-navigation-top-offset, 50%);right:auto;margin-left:calc(0px - (var(--swiper-navigation-size) / 2));margin-top:0}.swiper-vertical .swiper-button-prev,.swiper-vertical~.swiper-button-prev{top:var(--swiper-navigation-sides-offset, 4px);bottom:auto}:is(.swiper-vertical .swiper-button-prev,.swiper-vertical~.swiper-button-prev) .swiper-navigation-icon{transform:rotate(-90deg)}.swiper-vertical .swiper-button-next,.swiper-vertical~.swiper-button-next{bottom:var(--swiper-navigation-sides-offset, 4px);top:auto}:is(.swiper-vertical .swiper-button-next,.swiper-vertical~.swiper-button-next) .swiper-navigation-icon{transform:rotate(90deg)}.swiper-pagination{position:absolute;text-align:center;transition:.3s opacity;transform:translateZ(0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-pagination-disabled>.swiper-pagination,.swiper-pagination.swiper-pagination-disabled{display:none!important}.swiper-pagination-fraction,.swiper-pagination-custom,.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal{bottom:var(--swiper-pagination-bottom, 8px);top:var(--swiper-pagination-top, auto);left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active,.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{width:var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));height:var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));display:inline-block;border-radius:var(--swiper-pagination-bullet-border-radius, 50%);background:var(--swiper-pagination-bullet-inactive-color, #000);opacity:var(--swiper-pagination-bullet-inactive-opacity, .2)}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-webkit-appearance:none;-moz-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet:only-child{display:none!important}.swiper-pagination-bullet-active{opacity:var(--swiper-pagination-bullet-opacity, 1);background:var(--swiper-pagination-color, var(--swiper-theme-color))}.swiper-vertical>.swiper-pagination-bullets,.swiper-pagination-vertical.swiper-pagination-bullets{right:var(--swiper-pagination-right, 8px);left:var(--swiper-pagination-left, auto);top:50%;transform:translate3d(0,-50%,0)}:is(.swiper-vertical>.swiper-pagination-bullets,.swiper-pagination-vertical.swiper-pagination-bullets) .swiper-pagination-bullet{margin:var(--swiper-pagination-bullet-vertical-gap, 6px) 0;display:block}:is(.swiper-vertical>.swiper-pagination-bullets,.swiper-pagination-vertical.swiper-pagination-bullets).swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}:is(.swiper-vertical>.swiper-pagination-bullets,.swiper-pagination-vertical.swiper-pagination-bullets).swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:.2s transform,.2s top}:is(.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-horizontal.swiper-pagination-bullets) .swiper-pagination-bullet{margin:0 var(--swiper-pagination-bullet-horizontal-gap, 4px)}:is(.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-horizontal.swiper-pagination-bullets).swiper-pagination-bullets-dynamic{left:50%;transform:translate(-50%);white-space:nowrap}:is(.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-horizontal.swiper-pagination-bullets).swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s left}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s right}.swiper-pagination-fraction{color:var(--swiper-pagination-fraction-color, inherit)}.swiper-pagination-progressbar{background:var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, .25));position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color, var(--swiper-theme-color));position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(0);transform-origin:left top}.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite{width:100%;height:var(--swiper-pagination-progressbar-size, 4px);left:0;top:0}.swiper-vertical>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite{width:var(--swiper-pagination-progressbar-size, 4px);height:100%;left:0;top:0}.swiper-pagination-lock{display:none}.swiper-scrollbar{border-radius:var(--swiper-scrollbar-border-radius, 10px);position:relative;touch-action:none;background:var(--swiper-scrollbar-bg-color, rgba(0, 0, 0, .1))}.swiper-scrollbar-disabled>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-disabled{display:none!important}.swiper-horizontal>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-horizontal{position:absolute;left:var(--swiper-scrollbar-sides-offset, 1%);bottom:var(--swiper-scrollbar-bottom, 4px);top:var(--swiper-scrollbar-top, auto);z-index:50;height:var(--swiper-scrollbar-size, 4px);width:calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%))}.swiper-vertical>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-vertical{position:absolute;left:var(--swiper-scrollbar-left, auto);right:var(--swiper-scrollbar-right, 4px);top:var(--swiper-scrollbar-sides-offset, 1%);z-index:50;width:var(--swiper-scrollbar-size, 4px);height:calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%))}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:var(--swiper-scrollbar-drag-bg-color, rgba(0, 0, 0, .5));border-radius:var(--swiper-scrollbar-border-radius, 10px);left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-scrollbar-lock{display:none}.swiper-zoom-container{width:100%;height:100%;display:flex;justify-content:center;align-items:center;text-align:center}.swiper-zoom-container>img,.swiper-zoom-container>svg,.swiper-zoom-container>canvas{max-width:100%;max-height:100%;-o-object-fit:contain;object-fit:contain}.swiper-slide-zoomed{cursor:move;touch-action:none}.swiper .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-free-mode>.swiper-wrapper{transition-timing-function:ease-out;margin:0 auto}.swiper-grid>.swiper-wrapper{flex-wrap:wrap}.swiper-grid-column>.swiper-wrapper{flex-wrap:wrap;flex-direction:column}.swiper-fade.swiper-free-mode .swiper-slide{transition-timing-function:ease-out}.swiper-fade .swiper-slide{pointer-events:none;transition-property:opacity}.swiper-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-fade .swiper-slide-active,.swiper-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper.swiper-cube{overflow:visible}.swiper-cube .swiper-slide{pointer-events:none;backface-visibility:hidden;z-index:1;visibility:hidden;transform-origin:0 0;width:100%;height:100%}.swiper-cube .swiper-slide .swiper-slide{pointer-events:none}.swiper-cube.swiper-rtl .swiper-slide{transform-origin:100% 0}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-next,.swiper-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0;width:100%;height:100%;opacity:.6;z-index:0}.swiper-cube .swiper-cube-shadow:before{content:"";background:#000;position:absolute;inset:0;filter:blur(50px)}.swiper-cube .swiper-slide-next+.swiper-slide{pointer-events:auto;visibility:visible}.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-top,.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-bottom,.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-left,.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-right{z-index:0;backface-visibility:hidden}.swiper.swiper-flip{overflow:visible}.swiper-flip .swiper-slide{pointer-events:none;backface-visibility:hidden;z-index:1}.swiper-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-flip .swiper-slide-active,.swiper-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-top,.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-bottom,.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-left,.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-right{z-index:0;backface-visibility:hidden}.swiper-creative .swiper-slide{backface-visibility:hidden;overflow:hidden;transition-property:transform,opacity,height}.swiper.swiper-cards{overflow:visible}.swiper-cards .swiper-slide{transform-origin:center bottom;backface-visibility:hidden;overflow:hidden}:root{--vs-colors--lightest: rgba(60, 60, 60, .26);--vs-colors--light: rgba(60, 60, 60, .5);--vs-colors--dark: #333;--vs-colors--darkest: rgba(0, 0, 0, .15);--vs-search-input-color: inherit;--vs-search-input-placeholder-color: inherit;--vs-font-size: 1rem;--vs-line-height: 1.4;--vs-state-disabled-bg: rgb(248, 248, 248);--vs-state-disabled-color: var(--vs-colors--light);--vs-state-disabled-controls-color: var(--vs-colors--light);--vs-state-disabled-cursor: not-allowed;--vs-border-color: var(--vs-colors--lightest);--vs-border-width: 1px;--vs-border-style: solid;--vs-border-radius: 4px;--vs-actions-padding: 4px 6px 0 3px;--vs-controls-color: var(--vs-colors--light);--vs-controls-size: 1;--vs-controls--deselect-text-shadow: 0 1px 0 #fff;--vs-selected-bg: #f0f0f0;--vs-selected-color: var(--vs-colors--dark);--vs-selected-border-color: var(--vs-border-color);--vs-selected-border-style: var(--vs-border-style);--vs-selected-border-width: var(--vs-border-width);--vs-dropdown-bg: #fff;--vs-dropdown-color: inherit;--vs-dropdown-z-index: 1000;--vs-dropdown-min-width: 160px;--vs-dropdown-max-height: 350px;--vs-dropdown-box-shadow: 0px 3px 6px 0px var(--vs-colors--darkest);--vs-dropdown-option-bg: #000;--vs-dropdown-option-color: var(--vs-dropdown-color);--vs-dropdown-option-padding: 3px 20px;--vs-dropdown-option--active-bg: #5897fb;--vs-dropdown-option--active-color: #fff;--vs-dropdown-option--deselect-bg: #fb5858;--vs-dropdown-option--deselect-color: #fff;--vs-transition-timing-function: cubic-bezier(1, -.115, .975, .855);--vs-transition-duration: .15s}.v-select{position:relative;font-family:inherit}.v-select,.v-select *{box-sizing:border-box}:root{--vs-transition-timing-function: cubic-bezier(1, .5, .8, 1);--vs-transition-duration: .15s}@keyframes vSelectSpinner{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.vs__fade-enter-active,.vs__fade-leave-active{pointer-events:none;transition:opacity var(--vs-transition-duration) var(--vs-transition-timing-function)}.vs__fade-enter,.vs__fade-leave-to{opacity:0}:root{--vs-disabled-bg: var(--vs-state-disabled-bg);--vs-disabled-color: var(--vs-state-disabled-color);--vs-disabled-cursor: var(--vs-state-disabled-cursor)}.vs--disabled .vs__dropdown-toggle,.vs--disabled .vs__clear,.vs--disabled .vs__search,.vs--disabled .vs__selected,.vs--disabled .vs__open-indicator{cursor:var(--vs-disabled-cursor);background-color:var(--vs-disabled-bg)}.v-select[dir=rtl] .vs__actions{padding:0 3px 0 6px}.v-select[dir=rtl] .vs__clear{margin-left:6px;margin-right:0}.v-select[dir=rtl] .vs__deselect{margin-left:0;margin-right:2px}.v-select[dir=rtl] .vs__dropdown-menu{text-align:right}.vs__dropdown-toggle{-webkit-appearance:none;-moz-appearance:none;appearance:none;display:flex;padding:0 0 4px;background:none;border:var(--vs-border-width) var(--vs-border-style) var(--vs-border-color);border-radius:var(--vs-border-radius);white-space:normal}.vs__selected-options{display:flex;flex-basis:100%;flex-grow:1;flex-wrap:wrap;padding:0 2px;position:relative}.vs__actions{display:flex;align-items:center;padding:var(--vs-actions-padding)}.vs--searchable .vs__dropdown-toggle{cursor:text}.vs--unsearchable .vs__dropdown-toggle{cursor:pointer}.vs--open .vs__dropdown-toggle{border-bottom-color:transparent;border-bottom-left-radius:0;border-bottom-right-radius:0}.vs__open-indicator{fill:var(--vs-controls-color);transform:scale(var(--vs-controls-size));transition:transform var(--vs-transition-duration) var(--vs-transition-timing-function);transition-timing-function:var(--vs-transition-timing-function)}.vs--open .vs__open-indicator{transform:rotate(180deg) scale(var(--vs-controls-size))}.vs--loading .vs__open-indicator{opacity:0}.vs__clear{fill:var(--vs-controls-color);padding:0;border:0;background-color:transparent;cursor:pointer;margin-right:8px}.vs__dropdown-menu{display:block;box-sizing:border-box;position:absolute;top:calc(100% - var(--vs-border-width));left:0;z-index:var(--vs-dropdown-z-index);padding:5px 0;margin:0;width:100%;max-height:var(--vs-dropdown-max-height);min-width:var(--vs-dropdown-min-width);overflow-y:auto;box-shadow:var(--vs-dropdown-box-shadow);border:var(--vs-border-width) var(--vs-border-style) var(--vs-border-color);border-top-style:none;border-radius:0 0 var(--vs-border-radius) var(--vs-border-radius);text-align:left;list-style:none;background:var(--vs-dropdown-bg);color:var(--vs-dropdown-color)}.vs__no-options{text-align:center}.vs__dropdown-option{line-height:1.42857143;display:block;padding:var(--vs-dropdown-option-padding);clear:both;color:var(--vs-dropdown-option-color);white-space:nowrap;cursor:pointer}.vs__dropdown-option--highlight{background:var(--vs-dropdown-option--active-bg);color:var(--vs-dropdown-option--active-color)}.vs__dropdown-option--deselect{background:var(--vs-dropdown-option--deselect-bg);color:var(--vs-dropdown-option--deselect-color)}.vs__dropdown-option--disabled{background:var(--vs-state-disabled-bg);color:var(--vs-state-disabled-color);cursor:var(--vs-state-disabled-cursor)}.vs__selected{display:flex;align-items:center;background-color:var(--vs-selected-bg);border:var(--vs-selected-border-width) var(--vs-selected-border-style) var(--vs-selected-border-color);border-radius:var(--vs-border-radius);color:var(--vs-selected-color);line-height:var(--vs-line-height);margin:4px 2px 0;padding:0 .25em;z-index:0}.vs__deselect{display:inline-flex;-webkit-appearance:none;-moz-appearance:none;appearance:none;margin-left:4px;padding:0;border:0;cursor:pointer;background:none;fill:var(--vs-controls-color);text-shadow:var(--vs-controls--deselect-text-shadow)}.vs--single .vs__selected{background-color:transparent;border-color:transparent}.vs--single.vs--open .vs__selected,.vs--single.vs--loading .vs__selected{position:absolute;opacity:.4}.vs--single.vs--searching .vs__selected{display:none}.vs__search::-webkit-search-cancel-button{display:none}.vs__search::-webkit-search-decoration,.vs__search::-webkit-search-results-button,.vs__search::-webkit-search-results-decoration,.vs__search::-ms-clear{display:none}.vs__search,.vs__search:focus{color:var(--vs-search-input-color);-webkit-appearance:none;-moz-appearance:none;appearance:none;line-height:var(--vs-line-height);font-size:var(--vs-font-size);border:1px solid transparent;border-left:none;outline:none;margin:4px 0 0;padding:0 7px;background:none;box-shadow:none;width:0;max-width:100%;flex-grow:1;z-index:1}.vs__search::-moz-placeholder{color:var(--vs-search-input-placeholder-color)}.vs__search::placeholder{color:var(--vs-search-input-placeholder-color)}.vs--unsearchable .vs__search{opacity:1}.vs--unsearchable:not(.vs--disabled) .vs__search{cursor:pointer}.vs--single.vs--searching:not(.vs--open):not(.vs--loading) .vs__search{opacity:.2}.vs__spinner{align-self:center;opacity:0;font-size:5px;text-indent:-9999em;overflow:hidden;border-top:.9em solid rgba(100,100,100,.1);border-right:.9em solid rgba(100,100,100,.1);border-bottom:.9em solid rgba(100,100,100,.1);border-left:.9em solid rgba(60,60,60,.45);transform:translateZ(0) scale(var(--vs-controls--spinner-size, var(--vs-controls-size)));animation:vSelectSpinner 1.1s infinite linear;transition:opacity .1s}.vs__spinner,.vs__spinner:after{border-radius:50%;width:5em;height:5em;transform:scale(var(--vs-controls--spinner-size, var(--vs-controls-size)))}.vs--loading .vs__spinner{opacity:1}body{min-height:1000px}*{box-sizing:border-box;margin:0;padding:0;font-family:Inter-Regular;font-weight:400;font-size:14px;line-height:150%}strong{font-family:Inter-Bold}ul,li{margin:0;padding:0;list-style:none}.container{padding:0 10px;margin:0 auto}body,h1,h2,h3,h4{margin:0;padding:0;color:#212121}body{background:#fff}h1{font-size:30px;line-height:100%}h1 span{font-size:30px}h2{font-size:20px;text-transform:uppercase;line-height:120%;font-family:Inter-Regular;margin-bottom:20px;text-align:center}.bold{font-family:Inter-Bold}h3,h4{text-align:center;margin:0 auto 5px;font-family:Inter-SemiBold;color:#212121;text-transform:uppercase;line-height:120%}h3{font-size:18px}h4{font-size:16px}html{scroll-behavior:smooth}section,div.section{padding:40px 0}.section_title h1{text-align:center;margin-bottom:20px}.section_title h1 span{color:#4b93ee}.section_title h2 span{color:#4b93ee;font-size:inherit}.hidden_contact{color:#212121;cursor:pointer}.hidden_contact:hover,.hidden_contact:focus,.hidden_contact:active{color:#212121;text-decoration:underline}input{font-family:Inter-Regular;color:#212121;width:100%;margin-bottom:10px;outline:none;border:1px solid #000;text-align:left;font-size:14px;border:1px solid rgba(33,33,33,.3);border-radius:25px;padding:10px 14.5px;height:50px;transition:all .2s ease-in-out}input:hover,input:focus,input:active{border:1px solid rgba(33,33,33,.6)}input::-moz-placeholder{color:#21212199;-moz-transition:all .2s ease-in-out;transition:all .2s ease-in-out}input::placeholder{color:#21212199;transition:all .2s ease-in-out}input:hover::-moz-placeholder{color:#21212199;transform:translate(2px)}input:hover::placeholder{color:#21212199;transform:translate(2px)}.general_section.toggable_section .toggable_section-content{max-height:200px;overflow:hidden;margin-bottom:10px;transition:all .3s ease-in-out}.general_section.toggable_section .toggable_section-content.active{max-height:1000px;transition:all .3s ease-in-out}.general_section.toggable_section .toggable_section-button{max-width:220px;margin:0 auto}.general_section-content h2,.general_section-content h3{text-transform:uppercase;text-align:left}.general_section-content h2{font-size:25px;margin-bottom:20px}.general_section-content h3,.general_section-content h4{margin-bottom:5px}.general_section-content h3{font-size:20px}.general_section-content h4{font-size:16px}.general_section-content p,.general_section-content ul{margin-bottom:30px}.general_section-content ul li{list-style:disc;margin-left:10px;margin-bottom:10px}.general_section-content ol{margin-bottom:30px}.general_section-content ol li{list-style:decimal;margin-left:10px;margin-bottom:10px}.general_section-content.blue-light{background:#e5f0ff;padding:20px;border-radius:15px}@media(min-width:640px){.container{max-width:620px}section,div.section{padding:50px 0}h2{font-size:40px;margin-bottom:30px}.section_title h1,.section_title h1 span{font-size:45px}.section_title h1{margin-bottom:30px}}@media(min-width:768px){.container{max-width:720px;padding:0}}@media(min-width:992px){.container{max-width:960px}h2{font-size:50px}.section_title h1,.section_title h1 span{font-size:65px}.section_title h1{margin-bottom:35px}}@media(min-width:1200px){*{font-size:16px}.container{max-width:1180px}section,div.section{padding:65px 0}h2{font-size:60px}.section_title h1,.section_title h1 span{font-size:65px}.general_section-content_wrapper{width:1040px;margin:0 auto}}@media(min-width:1400px){.container{max-width:1320px}}@media(min-width:1600px){.container{max-width:1560px}}@keyframes fadeInAnimation{0%{opacity:0}to{opacity:1}}@keyframes fadeOutAnimation{0%{opacity:1}to{opacity:0}}@keyframes fadeInOutAnimation{0%{display:none;opacity:0}to{display:block;opacity:1}}@font-face{font-family:Inter-Bold;font-display:swap;src:url(/fonts/Inter-Bold.woff2) format("woff2"),url(/fonts/Inter-Bold.woff) format("woff");font-weight:700;font-style:normal}@font-face{font-family:Inter-SemiBold;font-display:swap;src:url(/fonts/Inter-SemiBold.woff2) format("woff2"),url(/fonts/Inter-SemiBold.woff) format("woff");font-weight:600;font-style:normal}@font-face{font-family:Inter-Regular;font-display:swap;src:url(/fonts/Inter-Regular.woff2) format("woff2"),url(/fonts/Inter-Regular.woff) format("woff");font-weight:400;font-style:normal}.buran_buttonWrap{position:relative}.buran_buttonWrap .buran_button{height:50px;border:none;transition:all .2s ease-in-out;cursor:pointer;padding:10px;position:relative;border-radius:20px;font-size:18px;display:block;text-align:center;text-transform:uppercase;width:100%}.buran_buttonWrap .buran_button:hover,.buran_buttonWrap .buran_button:focus,.buran_buttonWrap .buran_button:active{border:none}.buran_buttonWrap .buran_buttonLineHelper{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1;overflow:hidden;text-overflow:ellipsis;white-space:normal;line-height:33px;height:50px}.buran_buttonWrap.buran_buttonWrapBlue .buran_button{background-color:#4b93ee;color:#fffef9}.buran_buttonWrap.buran_buttonWrapBlue .buran_button:hover,.buran_buttonWrap.buran_buttonWrapBlue .buran_button:focus,.buran_buttonWrap.buran_buttonWrapBlue .buran_button:active{background-color:#1271e8}.buran_buttonWrap.buran_buttonWrapBlue:after{background-image:url(/img/right-arrow-white-icon.svg)}.buran_buttonWrap.buran_buttonWrapWhite .buran_button{background-color:#fffef9;color:#212121}.buran_buttonWrap.buran_buttonWrapWhite .buran_button:hover,.buran_buttonWrap.buran_buttonWrapWhite .buran_button:focus,.buran_buttonWrap.buran_buttonWrapWhite .buran_button:active{background-color:#b4d4ff}.buran_buttonWrap.buran_buttonWrapWhite:after{background-image:url(/img/right-arrow-blue-icon.svg)}header{margin:10px 0}.header_content-middle,.header_content-bottom,.header_content-location-wrap{transition:opacity 1s ease-in;opacity:0;height:0;overflow:hidden}.header_content-location-wrap{transition:opacity .1s ease-in}.header_content-middle .header_content-autocomplete,.header_content-middle .request_cart,.header_content-middle .buran_buttonWrapBlue{display:none}header.active .header_content-middle,header.active .header_content-bottom,header.active .header_content-location-wrap{opacity:1;height:auto;overflow:visible}header.active .header_content{display:flex;flex-flow:column;gap:30px}header.active .header_content-location-wrap{margin-top:25px}.header_content{background-color:#4b93ee;background-image:url(/img/header-bg.png);background-position:center center;background-repeat:no-repeat;background-size:cover;min-height:50px;border-radius:15px;padding:10px}.webp .header_content{background-image:url(/img/header-bg.webp)}.logo_header-img{height:25px}.header_content-social_wrap{display:flex;justify-content:center;align-items:center}.header_content-social_wrap>div{margin-right:5px}.header_content-social_wrap>div img{display:block;height:25px;width:25px}.header_content-social_wrap>div:last-child{margin-right:0}.header_content-top{display:flex;flex-flow:row wrap;justify-content:space-between}.menu_header-img{width:24px;height:24px;cursor:pointer;transition:background-image .2s ease-in-out;background-repeat:no-repeat;background-size:contain}.menu_header-img_burger{background-image:url(/img/header_menu-icon.svg)}.menu_header-img_burger.active{background-image:url(/img/exit-icon.svg)}.header_contacts-phone{display:none}.header_contacts-email{margin-bottom:15px;min-height:46px;color:#fffef9;text-decoration:none;border:1px solid #fffef9;border-radius:15px;display:flex;justify-content:center;align-items:center;font-size:14px;transition:all .3s ease-in-out}.header_contacts-email a{color:inherit;display:inline-block;text-decoration:none;font-family:inherit}.header_contacts-email a:before{content:"";display:inline-block;width:20px;height:16px;background-image:url(/img/header_email-icon.svg);background-repeat:no-repeat;background-position:center center;background-size:contain;margin-right:10px}.header_contacts-email:hover,.header_contacts-email:focus,.header_contacts-email:active{color:#fffef9}.header_content-bottom .request_cart{display:none}.header_content-social-item_cart .cart_indicatorButton-indicator{font-size:8px;padding:2px 8px}@media(min-width:640px){.header_content{padding:20px 30px}.header_content-social_wrap>div{margin-right:15px}.logo_header-img{height:50px}.header_content-social_wrap>div img{display:block;height:50px;width:50px}.menu_header-img{width:50px;height:50px}.header_content-bottom{display:grid;grid-template-columns:1fr 1fr;gap:10px}.header.active .header_content-location-wrap{margin-top:35px}.header_content-social-item_cart .cart_indicatorButton-indicator{font-size:12px;padding:2px 10px}}@media(min-width:1200px){header{margin-bottom:20px}.header_content-middle,.header_content-bottom,.header_content-location-wrap{opacity:1;height:auto;overflow:visible}.header_content-mobile_menu-wrap,.header_content-social-item_cart{display:none}.header_content{padding:25px 20px;display:grid;gap:25px}.header_content-top{flex-flow:column;grid-column:1/2;grid-row:1/4;justify-content:flex-start;gap:30px}.header_content-middle{grid-column:2/6;grid-row:1/3;display:flex;flex-flow:row wrap;justify-content:end}.header_content-bottom{grid-column:2/6;grid-row:3/4}.header_content-middle .header_content-autocomplete,.header_content-middle .request_cart,.header_content-middle .buran_buttonWrapBlue{display:block}.header_content-middle .request_cart{width:60px;height:60px;margin-left:10px}.header_content-middle .request_cart img{width:60px;height:60px}.header_content-middle .request_cart .cart_indicatorButton-indicator{font-size:14px}.header_content-autocomplete{display:block;margin-right:20px;width:59%}.header_content-autocomplete .autoComplete_wrapper{width:100%}.header_content-autocomplete .autoComplete_wrapper>input{height:60px;width:100%;background-position:left 1.05rem top 1.2rem}.header_content-button{width:220px}.header_content-button .buran_button{height:60px;padding:16px}.header_content-bottom{display:block}.header_content-bottom .buran_buttonWrapWhite{display:none}.header_content-bottom .header_contacts-phone{display:block;color:#fffef9;font-family:Inter-Bold}.header_content-bottom .header_contacts-phone div a{font-size:18px;font-family:Inter-Bold;color:inherit}.header_content-bottom .header_contacts-phone:hover a,.header_content-bottom .header_contacts-phone:focus a,.header_content-bottom .header_contacts-phone:active a{text-decoration:none}.header_content-contacts{display:flex;justify-content:end;align-items:center;width:100%;gap:20px}.header_contacts-email{height:60px;padding:22px}.header_content-social_wrap{justify-content:start;order:3}.header_content-social_wrap>div img{height:35px;width:35px}.header_content .header_content-top .header_content-location-wrap{text-align:left}.header_content-location{position:relative}}@media(min-width:1400px){.header_content-autocomplete{width:51%}}@media(min-width:1600px){.header_content{display:flex;justify-content:space-between}.header_content-social_wrap{order:0}.header_content-top{width:225px;flex-shrink:0}.header_content-middle{justify-content:space-between;width:855px}.header_content-middle .request_cart{display:none}.header_content-autocomplete{width:64%;align-self:flex-end}.header_content-button{width:270px;align-self:flex-end}.header_content-button .buran_button{height:68px;padding:21px}.header_content-autocomplete .autoComplete_wrapper>input{height:68px;background-position:left 1.05rem top 1.5rem}.header_content-contacts{flex-flow:column-reverse;align-items:flex-end;justify-content:space-between;gap:unset;height:100%}.header_contacts-email{padding:11px;height:auto;font-size:18px;font-family:Inter-Bold}.header_content-bottom{display:flex;flex-flow:row wrap;justify-content:end;gap:unset;width:360px}.header_content-bottom .request_cart{display:block;align-self:flex-end;width:68px;height:68px;order:3}.header_content-bottom .request_cart img{width:68px;height:68px}.header_content-bottom .request_cart .cart_indicatorButton-indicator{font-size:18px;font-family:Inter-Bold;padding:4px 15px;border-radius:20px;right:-15px}.header_content-bottom .buran_buttonWrapWhite{display:block;align-self:flex-end;margin-right:20px}.header_content-autocomplete .autoComplete_wrapper{width:543px}.header_content-contacts-wrap{width:100%}}.header_content .header_content-location-wrap{display:flex;width:100%;flex-flow:column;gap:15px;font-size:14px;overflow:visible;text-align:center;color:#fffef9}.header__contacts-location-city{text-decoration:underline;cursor:pointer}.header__contacts-location_helper.active{display:block}.header__contacts-location_helper{display:none;position:absolute;top:55px;border-radius:10px;width:250px;min-height:106px;background-color:#4b93ee;color:#fff;padding:15px 17px;text-align:left;z-index:10}.header__contacts-location_helper:before{content:"";position:absolute;left:20px;top:-7px;height:14px;width:14px;background:#4b93ee;rotate:45deg}.header__contacts-location_helper p,.header__contacts-location_helper span{font-family:Inter-Bold}.header__contacts-location_helper-buttons{margin-top:15px;display:flex;justify-content:space-between;align-items:center}.header__contacts-location_helper-buttons .buran_buttonWrap.buran_buttonWrapWhite{width:90px}.header__contacts-location_helper-change_button{font-size:14px;color:#fffef9;cursor:pointer;background:0 0;border:none;text-decoration:underline}.header__contacts-location_helper-change_button:hover,.header__contacts-location_helper-change_button:focus,.header__contacts-location_helper-change_button:active{text-decoration:none}.header_content-menu_wrap ul ul{display:none;border-top:none;border-radius:0}.header_content-menu_wrap>ul{background:#f2f2f2;padding:8px 10px;border-radius:10px}.header_content-menu_wrap>ul li{margin-bottom:5px}.header_content-menu_wrap>ul li:last-child{margin-bottom:0}.header_content-menu_wrap ul{margin-bottom:20px}.header_content-menu_wrap .menu_link{color:#212121;font-size:12px;background-color:#fffef9;padding:5px;text-align:center;border-radius:10px;cursor:pointer}.header_content-menu_wrap .menu_link:hover{background-color:#4b93ee;color:#fffef9}.header_content-menu_wrap .menu_link a,.header_content-menu_wrap .menu_link span{color:inherit;font-size:inherit}.header_content-menu_wrap .menu_link a:hover,.header_content-menu_wrap .menu_link a:focus,.header_content-menu_wrap .menu_link a:active,.header_content-menu_wrap .menu_link span:hover,.header_content-menu_wrap .menu_link span:focus,.header_content-menu_wrap .menu_link span:active{font-family:Inter-SemiBold}.header_content-menu_wrap .menu_link a{text-decoration:none}.header_content-menu_wrap .has-submenu>.menu_link span{position:relative}.header_content-menu_wrap .has-submenu>.menu_link span:before{content:"";background-image:url(/img/header_link-black.svg);position:absolute;top:calc(50% - 10px);right:-25px;width:20px;height:20px;background-repeat:no-repeat;background-position:center center;background-size:contain;transition:all .3s ease-in-out}.header_content-menu_wrap .has-submenu>.menu_link:hover span:before{background-image:url(/img/header_link-white.svg)}.header_content-menu_wrap .has-submenu.active>.menu_link{margin-bottom:5px}.header_content-menu_wrap .has-submenu.active>.menu_link a,.header_content-menu_wrap .has-submenu.active>.menu_link span{font-family:Inter-SemiBold}.header_content-menu_wrap .has-submenu.active>.menu_link span:before{transform:rotate(180deg)}@media(min-width:640px){.header_content-menu_wrap .menu_link{font-size:15px}}@media(min-width:1200px){header .header_content-menu_wrap{display:block;margin:0 0 30px;overflow:visible}header .header_content-menu_wrap>ul{display:flex;background:none;padding:0;margin-bottom:0;border:1px solid #fffef9;border-radius:100px;width:-moz-max-content;width:max-content}header .header_content-menu_wrap>ul>li{margin-bottom:0}header .header_content-menu_wrap>ul>li>.menu_link{padding:18px;border-bottom:0;font-size:18px;border-radius:100px;color:#fffef9;background-color:unset}header .header_content-menu_wrap>ul>li>.menu_link span:before{background-image:url(/img/header_link-white.svg)}header .header_content-menu_wrap>ul>li.has-submenu>.menu_link{padding:18px 40px 18px 20px}header .header_content-menu_wrap>ul>li.has-submenu>.menu_link span:before{background-image:url(/img/header_link-white.svg)}header .header_content-menu_wrap>ul>li.has-submenu:hover>.menu_link{background-color:#fffef980;color:#fffef9}header .header_content-menu_wrap>ul>li.has-submenu:hover>.menu_link span,header .header_content-menu_wrap>ul>li.has-submenu:hover>.menu_link a{font-family:Inter-Regular}.header_content-menu_wrap li{position:relative}.has-submenu:hover>.menu_link span{font-family:Inter-SemiBold}.has-submenu:hover>.menu_link span:before{transform:rotate(180deg);background-image:url(/img/header_link-white.svg)}.header_content-menu_wrap .submenu{display:none;position:absolute;background:#f2f2f2;color:#212121;min-width:273px;z-index:10;padding:20px;border-radius:15px;cursor:unset}.header_content-menu_wrap .submenu .menu_link{font-size:14px;cursor:unset}.header_content-menu_wrap .submenu .menu_link a,.header_content-menu_wrap .submenu .menu_link span{color:#212121}header .header_content-menu_wrap>ul ul>li:hover>.menu_link{color:#fffef9;background:#4b93ee}header .header_content-menu_wrap>ul ul>li:hover>.menu_link a,header .header_content-menu_wrap>ul ul>li:hover>.menu_link span{color:inherit;font-family:Inter-SemiBold}.header_content-menu_wrap>ul>li>.submenu{top:100%;left:0}.header_content-menu_wrap .submenu .submenu{top:-20px;left:100%}.header_content-menu_wrap .has-submenu:hover>.submenu{display:block}header .container{position:relative}.header_content-menu_wrap .has-submenu.catalog-submenu{position:unset}.header_content-menu_wrap .has-submenu.catalog-submenu:hover>.submenu{display:grid}header .header_content-menu_wrap .has-submenu.catalog-submenu>ul.submenu{width:100%;display:none;grid-template-columns:repeat(4,1fr);gap:20px;height:auto;top:90px;left:0}header .header_content-menu_wrap .has-submenu.catalog-submenu>ul.submenu .menu_link{min-height:20px;display:block;padding:10px;font-size:14px;margin-bottom:6px;border:none;color:#fffef9;text-align:left}header .header_content-menu_wrap .has-submenu.catalog-submenu>ul.submenu .menu_link span:before{content:none}header .header_content-menu_wrap .has-submenu.catalog-submenu>ul.submenu .menu_link a,header .header_content-menu_wrap .has-submenu.catalog-submenu>ul.submenu .menu_link span{font-size:inherit;font-family:inherit}header .header_content-menu_wrap .has-submenu.catalog-submenu>ul.submenu>li>.menu_link{background:#4b93ee;color:#fffef9;font-family:Inter-SemiBold;font-size:16px;text-align:center}header .header_content-menu_wrap .has-submenu.catalog-submenu>ul.submenu>li>.menu_link a,header .header_content-menu_wrap .has-submenu.catalog-submenu>ul.submenu>li>.menu_link span{color:inherit}header .header_content-menu_wrap .has-submenu.catalog-submenu>ul.submenu ul{border:none;padding:0;margin-bottom:0}header .header_content-menu_wrap .has-submenu.catalog-submenu>ul.submenu li{margin-bottom:6px}header .header_content-menu_wrap .has-submenu.catalog-submenu>ul.submenu li:last-child .menu_link,header .header_content-menu_wrap .has-submenu.catalog-submenu>ul.submenu li:last-child{margin-bottom:0}.has-submenu.catalog-submenu ul.submenu ul{display:block;position:inherit;top:0;left:0}.has-submenu.catalog-submenu ul.submenu ul .menu_link:hover a,.has-submenu.catalog-submenu ul.submenu ul .menu_link:hover span{color:#fffef9}}@media(min-width:1600px){header .header_content-menu_wrap>ul>li>.menu_link{padding:28px 20px}header .header_content-menu_wrap>ul>li.has-submenu>.menu_link{padding:28px 40px 28px 20px}header .header_content-menu_wrap .has-submenu.catalog-submenu>ul.submenu{top:110px;grid-template-columns:repeat(6,1fr)}header .header_content-menu_wrap .has-submenu.catalog-submenu>ul.submenu li{max-width:230px}.header_content-menu_wrap .catalog-submenu .submenu{min-width:auto}header .header_content-menu_wrap .has-submenu.catalog-submenu>ul.submenu>li>.menu_link{font-size:22px;padding:10px}}.breadcrumbs_section{padding:0 0 20px}.breadcrumbs_list{display:flex;flex-wrap:wrap;width:-moz-fit-content;width:fit-content;gap:10px;padding:10px;border:1px solid #4b93ee;border-radius:10px;justify-content:flex-start;align-items:center}.breadcrumbs_list-item a{color:#21212199;text-decoration:none;font-family:Inter-Regular;font-size:14px}.breadcrumbs_list-item a:hover,.breadcrumbs_list-item a:focus,.breadcrumbs_list-item a:active{color:#212121;font-family:Inter-Bold}.breadcrumbs_list-item a:hover span,.breadcrumbs_list-item a:focus span,.breadcrumbs_list-item a:active span{color:#212121;font-family:Inter-Bold}.breadcrumbs_list-item.active a{color:#212121}.breadcrumbs_list-step{height:24px;width:24px;display:flex;align-items:center;justify-content:center;background-image:url(/img/arrow-right-small.svg);background-repeat:no-repeat;background-position:8px 5px}@media(min-width:992px){.breadcrumbs_list-item a span{font-size:16px}}footer{text-align:left;color:#fffef9;padding-bottom:10px}.footer_content-wrap{background-image:url(/img/header-bg.png);background-repeat:no-repeat;background-size:cover;border-radius:30px;padding:20px 10px}.webp .footer_content-wrap{background-image:url(/img/header-bg.webp)}.footer_content-logo_wrap{margin-bottom:20px}.footer_content-logo_wrap>div{margin-bottom:10px}.footer_content-logo_wrap>div:last-child{margin-bottom:0}.footer_content-yandex_promo iframe{width:150px;height:50px;frameborder:0;border:none}.footer_content-social{display:flex;justify-content:start}.footer_content-social>div{margin:0 5px}.footer_content-social>div img{display:block;height:40px;width:40px}.footer_content-company_info-wrap{color:#fffef9cc}.footer_content-menu_column .submenu{margin-bottom:15px}.footer_content-menu_column .menu_column-title{text-transform:uppercase;font-size:20px;font-family:Inter-SemiBold;color:#fffef9cc;margin-bottom:5px}.footer_content-menu_column .menu_column-title span{font-size:inherit}.footer_content-menu_column ul li{font-size:14px;color:#fffef9cc}.footer_content-menu_column ul li a,.footer_content-menu_column ul li span{font-size:inherit;font-size:14px;color:inherit;text-decoration:none}.footer_content-menu_column ul li a:hover,.footer_content-menu_column ul li a:focus,.footer_content-menu_column ul li a:active{text-decoration:underline}.footer_content-contacts_item-content_payments{display:flex;justify-content:start;align-items:center}.footer_content-contacts_item-content_payments li{margin:0 5px}.footer_content-contacts_item-content_payments li img{display:block}.footer_content-contacts_title{text-transform:uppercase;font-size:20px;font-family:Inter-SemiBold;color:#fffef9cc;margin-bottom:5px}.footer_content-contacts_item{color:#fffef9cc;margin-bottom:10px}.footer_content-contacts_item a,.footer_content-contacts_item span{font-size:inherit;font-size:14px;color:inherit;text-decoration:none}.footer_content-contacts_item a:hover,.footer_content-contacts_item a:focus,.footer_content-contacts_item a:active{text-decoration:underline}.footer_content-contacts_item-title{color:#fffef94d;margin-bottom:2px}.footer_content-contacts_item-content_email-link,.footer_content-contacts_item-content_phone-link{position:relative;padding-left:30px}.footer_content-contacts_item-content_email-link:before,.footer_content-contacts_item-content_phone-link:before{content:"";position:absolute;top:0;left:0;width:20px;height:20px;background-repeat:no-repeat;background-position:center center;background-size:contain}.footer_content-contacts_item-content_email-link:before{background-image:url(/img/emails-icon.svg)}.footer_content-contacts_item-content_phone-link:before{background-image:url(/img/phone-icon.svg)}.footer_content-copyright_wrap{color:#fffef9cc;font-size:14px}.footer_content-copyright_wrap div{font-size:inherit}.footer_content_policy-wrap{color:#fffef9cc;margin-bottom:20px}.footer_content_policy-wrap a{color:inherit;text-decoration:none}.footer_content_policy-wrap a:hover,.footer_content_policy-wrap a:focus,.footer_content_policy-wrap a:active{text-decoration:underline}.footer_content-contacts_item-button{display:none}@media(min-width:576px){.footer_content-wrap{padding:50px 20px}}@media(min-width:640px){.footer_content{display:flex;flex-flow:column;gap:30px}.footer_content-left{display:flex;flex-flow:row;gap:30px}.footer_content-logo_wrap{width:33%}.footer_content-menu_wrap{width:66%}.footer_content-menu_wrap .footer_content-menu_columns{display:grid;grid-template-columns:1fr 1fr;gap:30px}.footer_content-menu_wrap .footer_content-menu_columns .footer_content-menu_column:nth-child(3){grid-column:1/span 2;display:grid;grid-template-columns:1fr 1fr;gap:30px}.footer_content-menu_wrap .submenu,.footer_content-menu_wrap ul,.footer_content-menu_wrap li{margin-bottom:0}.footer_content-contacts_list{display:grid;grid-template-columns:1fr 1fr 1fr;gap:10px}.footer_content-contacts_item{overflow:hidden}.footer_content-contacts_item-phones{grid-column:1;grid-row:2}}@media(min-width:1200px){footer *{font-size:14px}.footer_content-wrap{padding:50px}.footer_content{display:grid;grid-template-columns:repeat(12,1fr);grid-template-rows:repeat(2,auto);gap:20px}.footer_content-left{grid-column:1/span 9;grid-row:1}.footer_content-right{grid-column:10/span 3;grid-row:1/span 2}.footer_content-bottom{grid-column:1/span 9;grid-row:2}.footer_content-contacts_list{display:flex;flex-flow:column}.footer_content-menu_wrap{width:66%}.footer_content-menu_wrap .footer_content-menu_columns{grid-template-columns:1fr 1fr 1fr}.footer_content-menu_wrap .footer_content-menu_columns .footer_content-menu_column:nth-child(3){grid-column:3;grid-template-columns:1fr}.footer_content-menu_column .menu_column-title,.footer_content-contacts_title{margin-bottom:20px}.footer_content-logo_wrap>div{margin-bottom:25px}.footer_content-logo_wrap>div:last-child{margin-bottom:0}.footer_content-logo_wrap{margin-bottom:0}.footer_content_policy-wrap{margin-bottom:5px}.footer_content-social{display:flex;gap:10px}.footer_content-social div{margin:0}.footer_content-logo_wrap{width:25%}.footer_content-menu_wrap{width:75%}.footer_content-contacts_item-button{display:block}}@media(min-width:1600px){footer *{font-size:16px}.footer_content-menu_column ul li a,.footer_content-menu_column ul li span,.footer_content-contacts_item a,.footer_content-contacts_item span,.footer_content-copyright_wrap{font-size:16px}}.autoComplete_wrapper{display:inline-block;position:relative}.autoComplete_wrapper>input{height:3rem;width:370px;margin:0;padding:0 2rem 0 3.2rem;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;font-size:1rem;text-overflow:ellipsis;color:#fffef9;outline:none;border-radius:10rem;border:.05rem solid rgba(255,254,249,.3);background-image:url(/img/search.svg);background-size:1.4rem;background-position:left 1.05rem top .8rem;background-repeat:no-repeat;background-origin:border-box;background-color:transparent;transition:all .4s ease;-webkit-transition:all -webkit-transform .4s ease}.autoComplete_wrapper>input::-moz-placeholder{color:#fffef980;-moz-transition:all .3s ease;transition:all .3s ease;-webkit-transition:all -webkit-transform .3s ease}.autoComplete_wrapper>input::placeholder{color:#fffef980;transition:all .3s ease;-webkit-transition:all -webkit-transform .3s ease}.autoComplete_wrapper>input:hover::-moz-placeholder{color:#fffef980;-moz-transition:all .3s ease;transition:all .3s ease;-webkit-transition:all -webkit-transform .3s ease}.autoComplete_wrapper>input:hover::placeholder{color:#fffef980;transition:all .3s ease;-webkit-transition:all -webkit-transform .3s ease}.autoComplete_wrapper>input:focus::-moz-placeholder{padding:.1rem .6rem;font-size:.95rem;color:#fffef980}.autoComplete_wrapper>input:focus::placeholder{padding:.1rem .6rem;font-size:.95rem;color:#fffef980}.autoComplete_wrapper>input:focus::-moz-selection{background-color:#fffef980}.autoComplete_wrapper>input:focus::selection{background-color:#fffef980}.autoComplete_wrapper>input::-moz-selection{background-color:#fffef9}.autoComplete_wrapper>input::selection{background-color:#fffef9}.autoComplete_wrapper>input:hover{color:#fffef9;transition:all .3s ease;-webkit-transition:all -webkit-transform .3s ease}.autoComplete_wrapper>input:focus{color:#fffef9;border:.06rem solid rgba(255,254,249,.5)}.autoComplete_wrapper>ul{position:absolute;max-height:226px;overflow-y:scroll;box-sizing:border-box;left:0;right:0;margin:.5rem 0 0;padding:0;z-index:100;list-style:none;border-radius:.6rem;background-color:#fff;border:1px solid rgba(33,33,33,.07);box-shadow:0 3px 6px #959da526;outline:none;transition:opacity .15s ease-in-out;-moz-transition:opacity .15s ease-in-out;-webkit-transition:opacity .15s ease-in-out}.autoComplete_wrapper>ul p{padding:0 10px}.autoComplete_wrapper>ul[hidden],.autoComplete_wrapper>ul:empty{display:block;opacity:0;transform:scale(0)}.autoComplete_wrapper>ul>li{margin:.3rem;padding:.3rem .5rem;text-align:left;font-size:1rem;color:#212121;border-radius:.35rem;background-color:#fff;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;transition:all .2s ease}.autoComplete_wrapper>ul>li a{color:#212121;text-decoration:none}.autoComplete_wrapper>ul>li a:hover,.autoComplete_wrapper>ul>li a:focus,.autoComplete_wrapper>ul>li a:actuve{color:#212121;text-decoration:none}.autoComplete_wrapper>ul>li mark{background-color:transparent;color:#4b93ee;font-weight:700}.autoComplete_wrapper>ul>li:hover{cursor:pointer;background-color:#b4d4ff}.autoComplete_wrapper>ul>li[aria-selected=true]{background-color:#b4d4ff}@media only screen and (max-width:600px){.autoComplete_wrapper>input{width:18rem}}.first_section{padding-top:0}.first_section-content{position:relative;overflow:hidden}.first_section-content_bg{background-image:url(/img/firstSection-bg.svg);background-size:contain;background-repeat:no-repeat;background-position:center;position:absolute;transform:rotate(90deg);width:533px;height:100%;right:0}.first_section-content_wrapper{background-color:#e5f0ff;border-radius:15px;padding:10px}.first_section-title span{font-size:30px;color:#4b93ee;border:1px solid #4b93ee;border-radius:35px;padding:5pxe 10px;display:inline-block}.first_section-title{margin-bottom:10px;text-align:center}.first_section-subtitle{text-align:center}.first_section-text{margin-bottom:35px;z-index:1;position:relative}.first_section-text a{color:#4b93ee;font-size:inherit}.first_section-text a:hover,.first_section-text a:focus,.first_section-text a:active{text-decoration:none}.first_section-buttons{margin-bottom:20px}.first_section-buttons>.buran_buttonWrap{margin-bottom:10px}.first_section-buttons>.buran_buttonWrap:last-child{margin-bottom:0}.first_section-advantages_item{text-align:center;padding:10px;border-radius:50px;background-color:#e5f0ff;margin-bottom:5px}.first_section-advantages_item-title{font-size:16px;margin-bottom:5px;font-family:Inter-SemiBold}@media(min-width:640px){.first_section-title{font-size:50px;line-height:1;text-align:left;margin-bottom:20px}.first_section-title span{font-size:50px;line-height:40px}.first_section-subtitle{font-size:20px;line-height:30px;text-align:left}.first_section-text{width:480px;margin-bottom:25px}.first_section-content_wrapper{padding-top:40px}.first_section-content{flex-flow:column;display:flex}.first_section-buttons{display:flex;order:1}.first_section-buttons .buran_buttonWrap{width:295px}.first_section-buttons .buran_buttonWrap:first-child{margin-right:10px}.first_section-content_bg{background-position:center;position:absolute;transform:rotate(0);width:100%;height:100%;right:0}.first_section-advantages{align-self:flex-end;margin-bottom:20px;z-index:1;display:flex;flex-flow:column;align-items:flex-end}.first_section-advantages_item{width:-moz-fit-content;width:fit-content}}@media(min-width:992px){.first_section-content_wrapper{padding:80px 30px 30px}.first_section-title{font-size:70px}.first_section-title span{font-size:70px;line-height:70px}.first_section-subtitle{font-size:24px;line-height:35px;text-align:left;width:480px}.first_section-text{width:670px;margin-bottom:25px}.first_section-buttons{width:620px}.first_section-buttons .buran_buttonWrap{width:300px}.first_section-buttons .buran_buttonWrap:first-child{margin-right:20px}.first_section-advantages_item-title{font-size:20px}.first_section-advantages_item-text{font-size:16px}}@media(min-width:1200px){.first_section-advantages{position:absolute;width:500px;bottom:0}.first_section-advantages .first_section-advantages_item{margin-bottom:30px}.first_section-advantages .first_section-advantages_item:nth-child(2){align-self:flex-start}.first_section-text{margin-bottom:145px}.first_section-content_bg{background-size:contain;height:520px;bottom:0;background-position-x:right}.first_section-content{overflow:visible}}@media(min-width:1400px){.first_section-advantages{width:538px}.first_section-advantages .first_section-advantages_item:nth-child(1),.first_section-advantages .first_section-advantages_item:nth-child(3){align-self:flex-start}.first_section-advantages .first_section-advantages_item:nth-child(2){align-self:flex-end}.first_section-advantages_item-title{font-size:24px}}@media(min-width:1600px){.first_section-advantages{width:538px;right:220px}}:root{--m3-elevation-1: 0px 1px 2px 0px rgba(0, 0, 0, .3), 0px 1px 3px 1px rgba(0, 0, 0, .15)}.scrollControlls_wrapper{position:fixed;z-index:9;right:20px;bottom:20px;display:flex;flex-flow:column;gap:10px;align-items:flex-end;pointer-events:none}.scroll_button{cursor:pointer;background:#fffef9;border-radius:50%;width:45px;height:45px;display:flex;justify-content:center;align-items:center;box-shadow:var(--m3-elevation-1);transform:translate(100%);opacity:0;pointer-events:none;transition:transform .3s ease,opacity .3s ease,background-color .3s ease}.scroll_button a{display:flex}.scroll_button:hover{background:#e5f0ff;color:#fffef9}.scroll_button svg{width:24px;height:24px}.scroll_button_visible{transform:translate(0);opacity:1;pointer-events:auto}.scroll_button_active{background:#e5f0ff;color:#fffef9}.scroll_button-scrollToTop{stroke:#21212199}.scroll_button-scrollToTop:hover{stroke:#212121}.scroll_button-fabButton svg,.scroll_button-fabButton_cart svg,.scroll_button-fabButton_callBack svg,.scroll_button-fabButton_call svg,.scroll_button-fabButton_email svg{fill:#21212199}.scroll_button-fabButton:hover svg,.scroll_button-fabButton_cart:hover svg,.scroll_button-fabButton_callBack:hover svg,.scroll_button-fabButton_call:hover svg,.scroll_button-fabButton_email:hover svg{fill:#212121}.fabButtons_list{display:flex;flex-direction:column-reverse;align-items:flex-end;gap:10px}.fabButtons_list .fabButtons_list-item:nth-child(4){transition-delay:.25s}.fabButtons_list .fabButtons_list-item:nth-child(3){transition-delay:.2s}.fabButtons_list .fabButtons_list-item:nth-child(2){transition-delay:.15s}.fabButtons_list .fabButtons_list-item:nth-child(1){transition-delay:.1s}.fabButtons_list-item{display:flex;align-items:center;gap:8px;transform:translate(100%);transition:transform .3s ease,opacity .3s ease,background-color .3s ease;opacity:0;pointer-events:none}.fabButtons_list-item.active{transform:translate(0);opacity:1;pointer-events:auto}.popup_allgood{display:block}.popup_allgood .form_block{width:290px;padding:10px 0;position:relative}.popup_wrap.active{display:block;animation:fadeInAnimation .5s linear}.popup_flex{display:flex;justify-content:center;align-items:center;width:100%;height:100%}.popup_wrap{display:none;position:fixed;left:0;top:0;z-index:999;width:100%;height:100%;background:#0009;overflow:auto;font-size:14px;text-align:left}.popup_wrap .popup_block{position:relative}.popup_wrap .popup_close-icon{width:24px;height:24px;position:absolute;top:0;right:0;background-image:url(/img/close-blue.svg);background-repeat:no-repeat;cursor:pointer;transition:all .2s ease-in-out}.popup_wrap .popup_close-icon:hover,.popup_wrap .popup_close-icon:active,.popup_wrap .popup_close-icon:focus{transform:scale(1.1)}.popup_wrap .title__form{margin-bottom:20px;padding-right:40px;position:relative}.popup_wrap .title__form-main{font-family:Inter-SemiBold;font-size:18px;text-transform:uppercase;margin-bottom:5px}.popup_wrap .form_block{width:100%;padding:20px 10px 30px;position:relative;background:#fffef9;border:2px solid #4b93ee;border-radius:15px}.popup_wrap input,.popup_wrap select{font-family:Inter-Regular;color:#212121;width:100%;margin-bottom:10px;outline:none;border:1px solid #000;text-align:left;font-size:14px;border:1px solid rgba(33,33,33,.3);border-radius:25px;padding:10px 14.5px;height:50px;transition:all .2s ease-in-out}.popup_wrap input:hover,.popup_wrap input:focus,.popup_wrap input:active,.popup_wrap select:hover,.popup_wrap select:focus,.popup_wrap select:active{border:1px solid rgba(33,33,33,.6)}.popup_wrap input::-moz-placeholder{color:#21212199;-moz-transition:all .2s ease-in-out;transition:all .2s ease-in-out}.popup_wrap input::placeholder{color:#21212199;transition:all .2s ease-in-out}.popup_wrap input:hover::-moz-placeholder{color:#21212199;transform:translate(2px)}.popup_wrap input:hover::placeholder{color:#21212199;transform:translate(2px)}.popup_wrap .policy{font-size:12px;line-height:1.1;color:#4b93ee;text-align:left}.popup_wrap .policy a{font-size:12px;color:inherit}.popup_wrap .request_cart{color:#4b93ee;text-decoration:underline}.popup_wrap .request_cart:hover,.popup_wrap .request_cart:focus,.popup_wrap .request_cart:active{text-decoration:none}.popup_wrap label{text-transform:uppercase;font-size:18px;margin-bottom:5px;padding:0 10px}.popup_request .form-buttonGroup{margin-top:70px}.popup_location .popup_location-form{margin-bottom:20px}.popup_location .popup_location-list li{margin-bottom:10px;text-align:center}.popup_location .popup_location-list li a{font-size:14px;line-height:1.4;color:#212121;text-decoration:none}.popup_location .popup_location-list li a:hover,.popup_location .popup_location-list li a:active,.popup_location .popup_location-list li a:focus{color:#212121;font-family:Inter-Bold}.popup_location .popup_location-list li:last-child{margin-bottom:0}.popup_location .popup_location-not-found{display:none;text-align:center}.popup_location .hidden_contact{text-decoration:underline}.popup_location .hidden_contact:hover,.popup_location .hidden_contact:focus,.popup_location .hidden_contact:active{text-decoration:none}@media(min-width:640px){.popup_wrap .form_block{padding:50px 36px;width:620px}.popup_wrap .form_block .title__form{text-align:center}.popup_wrap .form_block input{margin-bottom:15px}.popup_request .form-buttonGroup{margin-top:15px}.popup_location .popup_location-list{display:grid;grid-template-columns:repeat(2,1fr);gap:10px}.popup_location .popup_location-list-centred{grid-template-columns:repeat(1,1fr)}}.popup_cookies .popup_flex{align-items:end}@media(min-width:640px){.popup_cookies.popup_wrap .form_block .title__form{text-align:left}}@media(min-width:768px){.popup_cookies .popup_block{padding-bottom:10px}.popup_cookies .popup_block .form_block{width:auto;max-width:720px;padding:36px}}@media(min-width:992px){.popup_location .popup_location-list{grid-template-columns:repeat(3,1fr)}.popup_location .popup_location-list li a{font-size:16px}.popup_location .popup_location-list-centred{grid-template-columns:repeat(1,1fr)}.popup_cookies .popup_block .form_block{max-width:960px}}@media(min-width:1200px){.popup_cookies .popup_block .form_block{max-width:1180px}}@media(min-width:1400px){.popup_cookies .popup_block .form_block{max-width:1320px}}@media(min-width:1600px){.popup_cookies .popup_block .form_block{max-width:1560px}}.advantages_section-content_list{display:grid;grid-template-columns:1fr;gap:10px;width:280px;margin:0 auto}.advantages_section-content_list-item{background:#e5f0ff;border-radius:30px;padding:15px;display:flex;flex-flow:column;gap:5px;text-transform:uppercase}.advantages_section-content_list-item-title span{font-size:inherit;color:#4b93ee;font-family:Inter-Bold}@media(min-width:640px){.advantages_section-content_list{grid-template-columns:1fr 1fr;width:560px}}@media(min-width:1200px){.advantages_section-content_list{grid-template-columns:1fr 1fr 1fr 1fr;width:1040px;gap:15px}.advantages_section-content_list-item-title{font-size:18px}}.about_section-title:before,.about_section-title:after,.about_section-text_middle:before,.about_section-text_end:before,.about_section-text_end:after{content:"";position:absolute;background-repeat:no-repeat;background-size:contain}section.about_section .about_section-title h1{margin-bottom:0}.about_section-title{background:#e5f0ff;border-radius:15px;padding:15px 60px 23px;margin-bottom:10px;position:relative;text-align:center}.about_section-title h1{margin-bottom:0}.about_section-title h2{font-size:30px;color:#212121;margin-bottom:0}.about_section-title h2 span{font-size:30px;color:#4b93ee;text-transform:none}.about_section-title{position:relative}.about_section-title:before{bottom:5px;left:8px;width:53px;height:48px;background-image:url(/img/about-1.svg)}.about_section-title:after{bottom:5px;right:15px;width:47px;height:47px;background-image:url(/img/about-2.svg)}.about_section-text{padding:10px;margin-bottom:10px;border-radius:15px;background:#e5f0ff;position:relative}.about_section-text_middle:before{bottom:-60px;left:-60px;width:171px;height:107px;background-image:url(/img/about-4.svg);z-index:-1}.about_section-text_end:before{bottom:-60px;left:-10px;width:129px;height:105px;background-image:url(/img/about-3.svg);z-index:-1}.about_section-text_end:after{top:-190px;right:-85px;width:326px;height:107px;background-image:url(/img/about-5.png);z-index:-1;transform:rotate(70deg)}.webp .about_section-text_end:after{background-image:url(/img/about-5.webp)}.about_section{overflow:hidden}@media(min-width:576px){.about_section-content{width:440px;margin:0 auto}.about_section-title{padding:25px 4px}.about_section-title h2,.about_section-title h2 span{font-size:35px}.about_section-title:before{content:"";bottom:-15px;left:-57px;width:99px;height:90px}.about_section-title:after{bottom:-32px;right:-58px;width:89px;height:89px;z-index:1}.about_section-text_end:before{left:-100px}.about_section-text_end:after{bottom:0;top:82px;right:-220px}}@media(min-width:992px){.about_section-content{width:auto;display:flex;flex-flow:row wrap;justify-content:space-between}.about_section-title{width:100%;margin-bottom:20px;padding:49px 100px}.about_section-title h2,.about_section-title h2 span{font-size:60px}.about_section-title:before{content:"";bottom:0;left:5px;width:123px;height:112px}.about_section-title:after{bottom:5px;right:5px;width:131px;height:128px;z-index:1}.about_section-text{width:49%;height:-moz-min-content;height:min-content;font-size:16px;padding:20px}.about_section-text_end:before{background-image:url(/img/about-4.svg);width:171px;height:110px}.about_section-text_middle:before{background-image:url(/img/about-3.svg);width:219px;height:177px}}@media(min-width:1200px){.about_section-content{width:1036px}.about_section-text_middle:before{left:-200px;bottom:-80px}.about_section-text_end:before{bottom:-15px;left:-155px}.about_section-text_end:after{top:110px;right:-195px}}.partners_section-content_wrapper{background-image:url(/img/header-bg.png);background-repeat:no-repeat;background-position:center center;background-size:cover;padding:10px;border-radius:15px}.webp .partners_section-content_wrapper{background-image:url(/img/header-bg.webp)}.partners_section-content_title{margin-bottom:10px;text-align:center}.partners_section-content_title h2{font-size:30px;color:#fffef9;margin-bottom:0}.partners_section-content_slider-wrap{padding-top:10px}.partners_section-content_slider{cursor:pointer}.partners_section-swiper_slide.swiper-slide{height:100px;width:100px}.partners_section-swiper_slide.swiper-slide img{display:block;height:100px;width:100px}@media(min-width:640px){.partners_section-content_wrapper{padding:20px}.partners_section-content_title h2{font-size:35px}}@media(min-width:992px){.partners_section-content_wrapper{padding:60px 20px}.partners_section-content_slider-wrap{padding-top:50px}}@media(min-width:1200px){.partners_section-content_title h2{font-size:60px}.partners_section-content_slider-wrap{width:1080px}.partners_section-swiper_slide.swiper-slide{height:150px;width:150px}.partners_section-swiper_slide.swiper-slide img{display:block;height:150px;width:150px}.partners_section-content_wrapper{padding:60px 70px}}@media(min-width:1400px){.partners_section-content_wrapper{padding:60px 135px}}@media(min-width:1600px){.partners_section-content_wrapper{padding:60px 240px}}.popular_section-content_wrapper{background-image:url(/img/header-bg.png);background-repeat:no-repeat;background-position:center center;background-size:cover;padding:10px;border-radius:15px}.webp .popular_section-content_wrapper{background-image:url(/img/header-bg.webp)}.popular_section-content_title{margin-bottom:10px;text-align:center}.popular_section-content_title h2{font-size:30px;color:#fffef9;margin-bottom:0}.popular_section-swiper_wrapper{position:relative}.popular_section-swiper.buran_swiper{padding-top:56px;height:650px}.popular_section-swiper_slide.swiper-slide{background:#e5f0ff;border-radius:15px;padding:10px;height:140px;position:relative;display:flex;justify-content:flex-start;align-items:center}.popular_section-swiper_slide-link{position:absolute;display:block;left:0;top:0;width:100%;height:100%}.popular_section-swiper_slide-img{width:120px;height:120px;border-radius:12px;flex-shrink:0;margin-right:10px}.popular_section-swiper_slide-img img{width:120px;height:120px;border-radius:12px}.popular_section-swiper_slide:hover .popular_section-swiper_slide-text{font-family:Inter-Bold}.popular_section-swiper_slide-text{color:#4b93ee;display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;-webkit-line-clamp:3;max-height:4.5em;line-height:1.5em}.popular_section-swiper_buttons.swiper-button-prev,.popular_section-swiper_buttons.swiper-button-next{top:10px;width:46px;height:46px;background:#e5f0ff;border-radius:35px}.popular_section-swiper_buttons.swiper-button-prev{left:0}.popular_section-swiper_buttons.swiper-button-prev:after{content:"";background-image:url(/img/right-arrow-blue-icon.svg);background-repeat:no-repeat;background-size:contain;width:25px;height:30px;position:absolute;top:7px;left:9px;transform:rotate(180deg)}.popular_section-swiper_buttons.swiper-button-next{right:0}.popular_section-swiper_buttons.swiper-button-next:after{content:"";background-image:url(/img/right-arrow-blue-icon.svg);background-repeat:no-repeat;background-size:contain;width:25px;height:30px;position:absolute;top:10px;left:11px}@media(min-width:640px){.popular_section-swiper{width:560px}.popular_section-content_wrapper{padding:20px}.popular_section-content_title h2{font-size:35px;padding:0 46px}.popular_section-swiper_buttons.swiper-button-prev,.popular_section-swiper_buttons.swiper-button-next{top:-33px}}@media(min-width:992px){.popular_section-content_wrapper{padding:60px 20px}.popular_section-swiper.buran_swiper{padding-top:56px;height:320px;width:920px}.popular_section-swiper_slide-img,.popular_section-swiper_slide-img img{width:105px;height:105px}}@media(min-width:1200px){.popular_section-swiper.buran_swiper{padding-top:56px;height:320px;width:1036px}.popular_section-content_title h2{font-size:60px}.popular_section-content_wrapper{padding:60px 70px}.popular_section-swiper_buttons.swiper-button-prev,.popular_section-swiper_buttons.swiper-button-next{top:-46px}}@media(min-width:1400px){.popular_section-content_wrapper{padding:60px 140px}}@media(min-width:1600px){.popular_section-content_wrapper{padding:60px 260px}}.request_section-white_type-content{padding:20px 10px;background:#e5f0ff;border-radius:15px}.request_section-white_type-content .policy{width:100%;font-size:12px}.request_section-white_type-content .policy a{color:inherit;font-size:12px}.request_section-white_type-content-title{font-size:18px;margin-bottom:20px;text-transform:uppercase;text-align:center}.request_section-white_type-content-title span{font-size:18px;color:#4b93ee}.request_section-white_type-content_wrapper{padding-top:75px}.request_section-white_type{background-image:url(/img/request-bg.svg);background-repeat:no-repeat;background-position-x:center;background-position-y:35px}@media(min-width:640px){.request_section-white_type-content{padding:40px 90px}.request_section-white_type{background-position-y:45px}}@media(min-width:992px){.request_section-white_type-content{width:810px;padding:60px 75px;margin:0 auto}.request_section-white_type-content-title,.request_section-white_type-content-title span{font-size:20px;line-height:30px}.request_section-white_type-content_form-contentWrap{display:flex;justify-content:space-between;flex-flow:row wrap}.request_section-white_type-content_form-contentWrap .request_section-white_type-content_form-inputGroup{width:390px}.request_section-white_type-content_form-contentWrap .request_section-white_type-content_form-buttonGroup{width:260px}}@media(min-width:1200px){.request_section-white_type{background-position-y:58px}}.request_section-blue_type-content_wrapper{padding:20px 10px;border-radius:30px;background-image:url(/img/header-bg.png)}.webp .request_section-blue_type-content_wrapper{background-image:url(/img/header-bg.webp)}.request_section-blue_type-content_wrapper .policy{font-size:12px;color:#fffef9}.request_section-blue_type-content_wrapper .policy a{font-size:12px;color:inherit}.request_section-blue_type-content_form-wrapper{margin-bottom:20px}.request_section-blue_type-content_form-inputGroup{margin-bottom:10px}.request_section-blue_type-content-title{text-align:left;color:#fffef9;font-size:18px;margin-bottom:10px}.request_section-blue_type-content-title a{color:#fffef9;font-size:18px;text-decoration:none}.request_section-blue_type-content-title a:hover,.request_section-blue_type-content-title a:focus,.request_section-blue_type-content-title a:active{color:#fffef9;text-decoration:underline}@media(min-width:640px){.request_section-blue_type-content-title{width:auto}}@media(min-width:768px){.request_section-blue_type-content_wrapper{padding:60px}.request_section-blue_type-content_form-contentWrap{display:grid;grid-template-columns:1.5fr 1fr;gap:10px}.request_section-blue_type-content-title{font-size:20px;margin-bottom:20px}.request_section-blue_type-content-title a{font-size:20px}}@media(min-width:992px){.request_section-blue_type-content_wrapper{width:800px;margin:0 auto}}.review_section .review_section-tabs{background:#e5f0ff;border-radius:15px;padding:10px;display:flex;align-items:center;width:-moz-fit-content;width:fit-content;margin-bottom:20px}.review_section .review_section-tabs_item.active{background-color:#fffef9}.review_section .review_section-tabs_item{border-radius:15px;padding:10px;display:flex;cursor:pointer}.review_section .review_section-tabs_item svg{width:30px;height:30px}.review_section .review_section-list_item{background-color:#e5f0ff;border-radius:15px;padding:10px;display:flex;flex-flow:column;gap:10px}.review_section .review_section-list_item .review_section-list_item-top{display:flex;align-items:center}.review_section .review_section-list_item .review_section-list_item-bottom{display:flex;flex-flow:column;gap:5px}.review_section .review_section-list_item-name{font-size:16px;font-family:Inter-SemiBold}.review_section .review_section-list_item-date{font-size:12px;color:#2121214d}.review_section .review_section-list_item-img{width:40px;height:40px;border-radius:50%;overflow:hidden;margin-right:10px;background-color:#a00}.review_section .review_section-list_item-img .review_section-list_item-img_text{width:100%;height:100%;display:flex;align-items:center;justify-content:center;font-size:18px;font-weight:600;color:#fffef9}.review_section .review_section-list_item-text{display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;-webkit-line-clamp:3;max-height:4.5em;line-height:1.5em}.review_section .review_section-list_item-link,.review_section .review_section-list_item-link a{text-decoration:none;color:#4b93ee;transition:all .2s ease-in-out}.review_section .review_section-list_item-link:hover,.review_section .review_section-list_item-link a:hover{color:#1271e8;text-decoration:underline}.review_section .review_section-content .review_section-list.preview_mode{display:flex;flex-flow:row;gap:20px;width:-moz-fit-content;width:fit-content;overflow:hidden}.review_section .review_section-content .review_section-list.preview_mode .review_section-list_item{width:280px}.raiting{vertical-align:middle;display:inline-flex;position:relative}.mask-star{background-image:url(/img/star-icon.svg);height:20px;width:20px;opacity:.5}.raiting :has(~:checked,~[aria-checked=true],~[aria-current=true]),.raiting [aria-current=true]{opacity:1}.map_section.map_section-pt0{padding-top:0}.map_section .svg-city{transition:all .3s ease-in-out;opacity:0;visibility:hidden}.map_section .svg-city.active{opacity:1;visibility:visible}.map_section-content_img-wrap{padding:10px}.map_section-content_title,.map_section-content_cities-list_wrap{background:#4b93ee;border-radius:15px;padding:20px;margin-bottom:10px;color:#fffef9}.map_section-content_title{font-size:18px;text-transform:uppercase;text-align:center}.map_section-content_cities-list_wrap a{color:#fffef9;text-decoration:none}.map_section-content_cities-list_wrap a:hover,.map_section-content_cities-list_wrap a:active,.map_section-content_cities-list_wrap a:focus{font-family:Inter-Bold;text-decoration:none}.map_section-content_cities-list_wrap ul li{text-align:center;margin-bottom:10px}.map_section-content_cities-list_wrap ul li:last-child{margin-bottom:0}.map_section-content_img-wrap{height:184px;border-radius:15px;background-color:#4b93ee;background-image:url(/img/header-bg.png);background-size:cover;background-position:center center;background-repeat:no-repeat}.webp .map_section-content_img-wrap{background-image:url(/img/header-bg.webp)}.map_section-content_img svg{width:100%;height:184px}@media(min-width:640px){.map_section-content_cities-list_wrap ul{display:flex;flex-flow:row wrap}.map_section-content_cities-list_wrap ul li{width:50%;padding:0 20px}.map_section-content_title{padding:20px 40px}.map_section-content_img-wrap{height:auto;display:flex;justify-content:center;align-items:center}.map_section-content_img svg{height:350px;width:100%}}@media(min-width:992px){.map_section-content_cities-list_wrap ul li{width:33%}.map_section-content_img-wrap{padding:15px 30px}.map_section-content_img svg{height:520px}}@media(min-width:1200px){.map_section-content{display:grid;grid-template-columns:2.248fr 1fr;grid-template-rows:.9fr 3.5079fr;gap:10px 10px;grid-template-areas:"area1 area2" "area1 area3"}.map_section-content_title{grid-area:area2;margin-bottom:0}.map_section-content_cities-list_wrap{grid-area:area3;margin-bottom:0;display:flex;align-items:center;justify-content:center}.map_section-content_cities-list_wrap ul li{width:100%;margin-bottom:3px}.map_section-content_cities-list_wrap ul li a{font-size:18px}.map_section-content_img-wrap{grid-area:area1;height:auto;margin-bottom:0}}@media(min-width:1400px){.map_section-content{gap:20px}.map_section-content_img-wrap{padding:15px 50px}}.catalog_section{padding-top:20px}.catalog_section-content-title{text-align:center;margin-bottom:20px}.catalog_section-content-title h1 span{color:#4b93ee}.catalog_section-content-title h2 span{color:#4b93ee;font-size:inherit}.catalog_section-content_item-info,.catalog_section-content_item.active{background:#e5f0ff;border-radius:18px;padding:10px;margin-bottom:20px}.catalog_section-content_item.active .catalog_section-content_item-info{background:#e5f0ff;border-radius:18px;padding:0;margin-bottom:0}.catalog_section-content_item-info_desc{background:#fffef9;border-radius:20px;padding:10px;display:flex;align-items:center;margin-bottom:10px}.catalog_section-content_item-info_img{width:50px;height:50px;margin-right:10px}.catalog_section-content_item-info_img img{width:50px;height:50px;border-radius:25px}.catalog_section-content_item-info_name{text-transform:uppercase;font-size:20px;display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;-webkit-line-clamp:4;max-height:6em;line-height:1.5em}.catalog_section-content_item-info_buttons .buran_buttonWrap{margin-bottom:10px}.catalog_section-content_item-info_buttons a{text-decoration:none}.catalog_section-content_item-info_buttons a:hover,.catalog_section-content_item-info_buttons a:focus,.catalog_section-content_item-info_buttons a:active{text-decoration:none;color:#212121}.catalog_section-content_item-list{background:#fffef9;border-radius:25px;padding:10px;display:none}.catalog_section-content_item-list li{margin-bottom:10px}.catalog_section-content_item-list a{color:#212121;text-decoration:none}.catalog_section-content_item-list a:hover,.catalog_section-content_item-list a:active,.catalog_section-content_item-list a:focus{text-decoration:none;color:#212121;font-family:Inter-Bold}.catalog_section-content_links a{text-decoration:none}@media(min-width:640px){.catalog_section-content_item-info_buttons{display:flex;justify-content:space-between}.catalog_section-content_item-info_buttons .buran_buttonWrap{width:49%}.catalog_section-content-title{margin-bottom:30px}.catalog_section-content-title h1,.catalog_section-content-title h1 span{font-size:40px}.catalog_section-content_links{display:flex;justify-content:center;margin-top:10px}.catalog_section-content_links>div{width:300px}.catalog_section-content_items{margin-bottom:30px}}@media(min-width:992px){.catalog_section-content-title{margin-bottom:30px}.catalog_section-content-title h1,.catalog_section-content-title h1 span{font-size:60px}.catalog_section-content_item-info_name{font-size:24px}.catalog_section-content_item-list ul{display:grid;gap:10px;grid-template-columns:1fr 1fr;align-items:center}.catalog_section-content_item-list li{margin-bottom:0}.catalog_section-content_item-list a{display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;-webkit-line-clamp:2;max-height:3em;line-height:1.5em}}@media(min-width:1200px){.catalog_section-content_items{display:grid;gap:20px;grid-template-columns:1fr 1fr}.catalog_section-content_item .catalog_section-content_item-info{margin-bottom:0}.catalog_section-content_item-list ul{display:block}.catalog_section-content_item-list li{margin-bottom:5px}.catalog_section-narrow .catalog_section-content_items{max-width:1036px;margin:0 auto 35px}}@media(min-width:1600px){.catalog_section-content_item-list ul{display:grid}.catalog_section-content_item-list li{margin-bottom:5px}}.category_section-content_title{text-align:center}.category_section-content_title h2,.category_section-content_title h1{text-transform:uppercase;margin-bottom:20px}.category_section-content_title h2 span,.category_section-content_title h1 span{color:#4b93ee}.category_section-content_item{background:#e5f0ff;border-radius:10px;padding:15px;margin:0 auto 20px;max-width:280px}.category_section-content_item-info_top{margin-bottom:10px}.category_section-content_item-info_bottom{display:flex;flex-flow:column;justify-content:flex-start;align-items:center;align-items:flex-start}.category_section-content_item-info_img{display:block;width:100px;height:100px;border-radius:10px;margin-bottom:10px;background:inherit}.category_section-content_item-info_img img{width:100px;height:100px;border-radius:10px}.category_section-content_item-info_name{display:block;text-decoration:none}.category_section-content_item-info_name h3{text-transform:none;text-align:left;font-family:Inter-Bold;font-size:18px;display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;-webkit-line-clamp:2;max-height:3em;height:3em;line-height:1.5em;color:#212121}.category_section-content_item-info_name h3:hover,.category_section-content_item-info_name h3:focus,.category_section-content_item-info_name h3:active{color:#212121;text-decoration:none}.category_section-content_item-characteristic{display:flex;flex-flow:column;justify-content:flex-start;align-items:flex-start;margin-bottom:10px;font-size:18px}.category_section-content_item-characteristic div,.category_section-content_item-characteristic span{font-size:18px}.category_section-content_item-characteristic .category_section-content_item-characteristic_name{color:#21212199;margin-bottom:1px;font-family:Inter-SemiBold;font-size:16px}.category_section-content_items.standart-list{grid-template-columns:1fr}.category_section-content_items.standart-list .category_section-content_item-info{display:block}.category_section-content_items.standart-list .category_section-content_item-info_top,.category_section-content_items.standart-list .category_section-content_item-info_description{display:none}.category_section-content_items.standart-list .category_section-content_item-info_bottom{flex-flow:row;justify-content:space-between;align-items:flex-start}.category_section-content_items.standart-list .category_section-content_item{max-width:unset}.category_section-content_items.standart-list .category_section-content_item-info_name{max-width:180px}.category_section-content_items.image-list{grid-template-columns:1fr}.category_section-content_items.image-list .category_section-content_item-info{display:flex;flex-flow:row}.category_section-content_items.image-list .category_section-content_item-info_top{margin-right:10px}.category_section-content_items.image-list .category_section-content_item-info_bottom{flex-flow:row wrap;-moz-column-gap:10px;column-gap:10px;row-gap:10px;justify-content:space-between}.category_section-content_items.image-list .category_section-content_item{max-width:unset}.category_section-content_items.image-list .category_section-content_item-info_name{max-width:180px}.clipboard_handler{display:flex;flex-flow:row;justify-content:flex-start;align-items:flex-start}.clipboard_handler{margin-top:5px}.clipboard_handler-icon{width:26px;height:26px;margin-right:10px;cursor:pointer;transition:all .3s ease;background-image:url(/img/clipboard-icon.svg);background-repeat:no-repeat;background-size:contain}.clipboard_handler-icon:hover,.clipboard_handler-icon:focus,.clipboard_handler-icon:active{background-image:url(/img/clipboard-icon-hover.svg)}.clipboard_handler-value{position:relative}.clipboard_handler-value .copied-tooltip{position:absolute;top:-34px;left:-38px;font-size:12px;background:#4b93ee;color:#fffef9;border-radius:5px;padding:5px}.category_section-content_button{display:flex;flex-flow:row;justify-content:flex-start;align-items:center;background:#1271e8;padding:10px;min-height:46px;border-radius:7px;color:#fffef9;width:-moz-fit-content;width:fit-content;transition:all .3s ease-in-out;cursor:pointer}.category_section-content_button:hover{background:#4b93ee}.category_section-content_buttons-text{font-size:14px}.category_section-content_buttons-icon{width:26px;height:26px;transition:all .3s ease;background-image:url(/img/cart-icon.svg);background-repeat:no-repeat;background-size:contain}.category_section-content_buttons-wrap{display:flex;flex-flow:row;justify-content:space-between;align-items:center}.cart_button{margin-right:10px}.cart_button-load_more-wrap{display:flex;justify-content:center}.cart_button-load_more{min-width:200px;justify-content:center}.category_section-content_items-pagination{padding:10px 0}.category_section-content_item-info_description .category_section-content_item-characteristic_name{cursor:pointer;padding-right:60px;position:relative}.category_section-content_item-info_description .category_section-content_item-characteristic_name:after{content:"";position:absolute;top:6px;right:0;width:28px;height:15px;background-image:url(/img/arrow-black-down.svg);background-repeat:no-repeat;background-size:contain;transition:transform .3s ease}.category_section-content_item-info_description .category_section-content_item-characteristic_value{display:none}.category_section-content_item-info_description.active .category_section-content_item-characteristic_value{display:block}.category_section-content_item-info_description.active .category_section-content_item-characteristic_name:after{transform:rotate(-180deg)}.category_section-content_sorters{display:flex;margin-bottom:10px;flex-flow:row;gap:15px}.category_section-content_sorters-title{font-family:Inter-SemiBold;font-size:20px}.category_section-content_sorter .sorter_name{font-family:Inter-SemiBold;font-size:18px}.category_section-content_sorter .sorter_arrows{display:flex;gap:20px}.category_section-content_sorter .sorter_arrow-item{width:46px;height:46px;background-color:#e5f0ff;transition:all .3s ease-out;cursor:pointer;border-radius:5px}.category_section-content_sorter .sorter_arrow-item:hover{background-color:#1271e8}.category_section-content_sorter .sorter_arrow-up{background-image:url(/img/sorter_arrow-up.svg)}.category_section-content_sorter .sorter_arrow-up.active,.category_section-content_sorter .sorter_arrow-up:hover{background-image:url(/img/sorter_arrow-up_hover.svg)}.category_section-content_sorter .sorter_arrow-down{background-image:url(/img/sorter_arrow-down.svg)}.category_section-content_sorter .sorter_arrow-down.active,.category_section-content_sorter .sorter_arrow-down:hover{background-image:url(/img/sorter_arrow-down_hover.svg)}.category_section-catalog_listing-button{width:46px;height:46px;background-color:#e5f0ff;cursor:pointer;transition:.3s ease-out;border-radius:5px}.category_section-catalog_listing-button svg{stroke:#0043cd}.category_section-catalog_listing-button.active,.category_section-catalog_listing-button:hover{background-color:#1271e8}.category_section-catalog_listing-button.active svg,.category_section-catalog_listing-button:hover svg{stroke:#fffef9}.category_section-content_listing-buttons{display:flex;gap:10px}.category_section-content_listing-buttons-title{font-family:Inter-SemiBold;font-size:20px}.category_section-content_listing-buttons_wrap{margin-bottom:15px}.category_section-content_filters{display:none}.category_section-content_filters.active{display:block}.category_section-content_filters-title{font-size:16px;font-family:Inter-SemiBold;margin-bottom:30px}.category_section-content_filters-title h2{font-size:inherit;text-align:left;font-family:inherit}.category_section-content_filters-button{border-radius:5px;background-color:#e5f0ff;padding:10px;display:flex;justify-content:space-between;align-items:center;cursor:pointer}.category_section-content_filters-button.active .category_section-content_filters-button_icon{transform:rotate(45deg)}.category_section-content_filters-button_text{font-size:18px;font-family:Inter-SemiBold}.category_section-content_filters-button_icon{width:20px;height:20px;transition:all .3s ease;background-image:url(/img/filter-icon.svg);background-repeat:no-repeat;background-size:contain}.category_section-content_catalog-left{margin-bottom:50px}.catetgory_filter-form{width:100%;border-radius:20px;border:1px solid #e5f0ff;padding:30px 20px}.category_filter{margin-bottom:25px}.category_filter-name{margin-bottom:15px}.category_filter-name label{font-size:12px}.category_filter input{border:none}.category_filter input:hover,.category_filter input:focus,.category_filter input:active{border:none}.category_tags-tile_wrap{padding-top:50px}.category_tags-tile_list{display:flex;justify-content:center;gap:10px;flex-flow:row wrap;max-height:35px;overflow-y:hidden;margin-bottom:10px}.category_tags-tile_list-item a{width:100%;height:100%;padding:5px 10px;background:#e5f0ff;border-radius:15px;color:#212121;max-width:300px;display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;line-clamp:1;-webkit-line-clamp:1}.category_tags-tile_list-item a:hover{font-family:Inter-SemiBold}.category_filter-input{background-color:#fff;border:1px solid #e5f0ff;border-radius:7px;width:100%;color:#21212199}.category_filter-input:hover,.category_filter-input:active,.category_filter-input:focus{outline:none;border-color:#1271e8}.category_filter-price{display:flex;justify-content:space-between;gap:20px;margin-bottom:35px}.category_filter-price input{width:100%}.category_filter-buttons{display:flex;justify-content:space-between;gap:20px}.category_filter-button{display:flex;font-family:Inter-SemiBold;cursor:pointer;border-radius:5px;border:none;padding:10px;justify-content:center;align-items:center;background-color:#e5f0ff;color:#21212199;transition:all .3s ease;width:100%}.category_filter-button-apply{color:#fffef9;background-color:#1271e8}.category_filter-button-apply:hover{background-color:#4b93ee}.category_filter-button-reset{color:#fffef9;background-color:#e5f0ff;color:#1271e8}.category_filter-button-reset:hover{background-color:#b4d4ff}.catalog_loader{height:0;width:0;padding:15px;border:6px solid #e5f0ff;border-right-color:#4b93ee;border-radius:22px;-webkit-animation:rotateLoader 1s infinite linear;position:absolute;left:50%;top:50%}.catalog_loader-wrap{position:relative;width:100%;height:200px;display:flex;justify-content:center;align-items:center}.category_section-content_items-not_found{display:flex;height:100%;align-items:center;justify-content:center;font-size:24px;text-align:center}@media(min-width:576px){.category_section-content_items{display:grid;grid-template-columns:1fr 1fr;gap:10px}.category_section-content_item{margin:auto;max-width:unset;width:100%;height:100%}.category_section-content_sorter{display:flex;flex-flow:row;justify-content:flex-start;align-items:center}.category_section-content_sorter .sorter_name{margin-right:20px}}@media(min-width:640px){.category_section-content_filters-title{font-size:24px}.category_section-content_title h1{font-size:45px;margin-bottom:40px}.category_section-content_top-items{display:flex;justify-content:space-between}}@media(min-width:768px){.category_section-content_item{max-width:none;width:100%}.category_section-content_sorters-wrap{margin-bottom:20px}.category_section-content_sorters{margin-bottom:0}.category_section-content_sorters-title{margin-right:100px}.category_section-content_items{gap:20px}.category_section-content_filters{display:block}.category_section-content_filters-button{display:none}.category_filter-name label,.category_filter-select,.category_filter-input,.category_filter-button{font-size:18px}.category_filter-price{margin-bottom:40px}}@media(min-width:992px){.category_section-content_title h1{font-size:55px;margin-bottom:40px}.category_section-content_catalog{display:flex;flex-flow:row;align-items:flex-start;justify-content:flex-start;gap:20px}.category_section-content_catalog-left{width:30%;flex-shrink:0;margin-bottom:0}.category_section-content_catalog-right{width:70%;align-self:stretch;display:flex;flex-flow:column}.category_section-content_catalog-right_pagination{display:flex;flex-flow:row;justify-content:space-between;align-items:center}.category_section-content_sorters-wrap{margin:0 0 20px}.catalog_loader-wrap{height:100%}.catalog_loader{height:75px;width:75px;border-radius:50px;top:calc(50% - 35px);left:calc(50% - 35px)}.category_section-content_item-info_name h3{-webkit-line-clamp:3;max-height:4em;height:4em;line-height:1.3em}.category_section-content_items.standart-list .category_section-content_item-info_name h3{-webkit-line-clamp:2;max-height:2em;height:2em;line-height:1em}}@media(min-width:1200px){.category_section-content_title h1{font-size:65px;margin-bottom:40px}.category_section-content_items{grid-template-columns:1fr 1fr 1fr}.category_section-content_items.image-list .category_section-content_item-info_top{margin-right:50px}.category_section-content_items.image-list .category_section-content_item-info_bottom{-moz-column-gap:50px;column-gap:50px;row-gap:20px}.category_section-content_items.image-list .category_section-content_item-info_name{width:180px}.category_section-content_items.image-list .category_section-content_item-info_name h3{font-family:Inter-Regular}.category_section-content_sorters-wrap{margin-bottom:40px}.category_section-content_items.standart-list .category_section-content_item-info_name{max-width:360px}}@media(min-width:1600px){.category_section-content_items{grid-template-columns:1fr 1fr 1fr}.category_section-content_item{padding:30px 30px 30px 50px}.category_section-content_item-info_img,.category_section-content_item-info_img img{width:140px;height:140px}.category_section-content_items.image-list .category_section-content_item-characteristic .category_section-content_item-characteristic_name{margin-bottom:45px}.category_section-content_items.image-list .category_section-content_item-info_top{margin-right:140px}.category_section-content_items.image-list .category_section-content_item-info_bottom{row-gap:30px;-moz-column-gap:90px;column-gap:90px}.category_section-content_item-info_description .category_section-content_item-characteristic_name{margin-bottom:10px}}.pagination{display:flex;flex-flow:row wrap;align-items:stretch;justify-content:center;margin-top:20px}.pagination__item{display:flex;justify-content:center;align-items:center;width:40px;flex:40px 0 0;height:40px;background:#e5f0ff;color:#4b93ee;border-radius:25px;font-weight:600;font-size:20px;text-transform:uppercase;margin:0 2px;transition:background-color .2s ease-in-out}.pagination__item i{font-size:16px;display:block;border-top:1px solid #4b93ee;border-right:1px solid #4b93ee}.pagination__item--prev svg,.pagination__item--next svg{stroke:#4b93ee}.pagination__item--prev.is-disabled svg,.pagination__item--next.is-disabled svg{opacity:.5}.pagination__item--current{background:#4b93ee;color:#fffef9}.pagination__item.is-disabled{color:#0170e499;pointer-events:none;cursor:default}.pagination__link{display:flex;align-items:center;justify-content:center;text-align:center;line-height:100%;width:100%;height:100%;padding:2px;color:inherit;text-decoration:none}.pagination__link:hover{text-decoration:none}.pagination__item:not(.pagination__item--current,.pagination__item--dots):hover{background:#b4d4ff}.same_categories-title{text-align:center;margin-bottom:20px}.same_categories-item{border-radius:18px;padding:10px;background:#e5f0ff;min-height:47px;display:block;font-size:18px;color:#212121;text-decoration:none;text-align:center;margin-bottom:10px}.same_categories-item:hover,.same_categories-item:focus,.same_categories-item:active{color:#212121;font-family:Inter-Bold}.same_categories.toggable_section .toggable_section-content{max-height:200px;overflow:hidden;margin-bottom:10px;transition:all .3s ease-in-out}.same_categories.toggable_section .toggable_section-content.active{max-height:1000px;transition:all .3s ease-in-out}.same_categories.toggable_section .toggable_section-button{max-width:220px;margin:0 auto}@media(min-width:640px){.same_categories-title{margin-bottom:30px}.same_categories-items ul{display:grid;grid-template-columns:1fr 1fr;gap:10px}.same_categories-items ul li a{height:100%;display:flex;align-items:center;justify-content:center}}@media(min-width:992px){.same_categories-items ul{grid-template-columns:1fr 1fr 1fr}}@media(min-width:1200px){.same_categories-item{padding:20px 10px;font-size:20px}}.product_reviews{width:100%}.product_reviews-head{display:flex;justify-content:space-between;align-items:flex-end;gap:12px;margin-bottom:20px;border-bottom:1px solid rgba(33,33,33,.3);padding-bottom:12px}.product_reviews-title{font-family:Inter-SemiBold;font-size:22px;color:#212121}.product_reviews-total{font-size:14px;color:#21212199}.product_reviews-list{display:grid;gap:12px}.product_reviews-empty{padding:16px;border:1px dashed rgba(33,33,33,.3);border-radius:16px;color:#21212199}.product_reviews .product_reviews-pagination{margin-top:20px}.product_reviews .product_reviews-pagination .vs-pagination li{list-style:none;margin-left:0;margin-bottom:0;padding-left:0}.product_reviews-item{background:#fffef9;border:1px solid #b4d4ff;border-radius:16px;padding:16px}.product_reviews-item_head{display:flex;justify-content:space-between;align-items:flex-start;gap:10px;margin-bottom:8px}.product_reviews-item_name{font-family:Inter-SemiBold;font-size:16px;color:#212121}.product_reviews-item_date{font-size:13px;color:#21212199}.product_reviews-item_rating{margin-bottom:10px;line-height:1;letter-spacing:1px;color:#fc0;font-size:16px}.product_reviews-item_text{color:#212121;font-size:15px;line-height:1.5}.product_section-content_tab-texttype .product_reviews .product_reviews-item_text{margin:0}@media(min-width:992px){.product_reviews-list{gap:16px}.product_reviews-item{padding:20px}}.product_section-content_data{margin-bottom:20px}.product_section-content_data-left{background:#e5f0ff;padding:20px;border-radius:15px;margin-bottom:20px}.product_section-title h2,.product_section-title h1{text-align:center;margin-bottom:20px;text-transform:uppercase}.product_section-content_data-main{margin-bottom:20px}.product_section-content_data-main_img{width:200px;height:200px;margin-bottom:10px}.product_section-content_data-main_img img{width:200px;height:200px;border-radius:24px}.product_section-content_data-table_title{margin-bottom:15px}.product_section-content_data-table_title-price{margin-bottom:20px}.product_section-content_data-table_title-text,.product_section-content_data-table_title-price{font-family:Inter-SemiBold;font-size:20px}.product_section-content_data-table{width:100%}.product_section-content_data-table tr,.product_section-content_data-table th,.product_section-content_data-table td{display:block;text-align:left}.product_section-content_data-table tr{margin-bottom:15px;border-bottom:1px solid #4b93ee}.product_section-content_data-table th{text-transform:uppercase;font-size:20px;margin-bottom:5px;padding-right:10px}.product_section-content_data-table td{font-size:16px}.product_section-content_data-right{padding:10px;border-radius:15px;background-image:url(/img/header-bg.png);background-size:cover;background-repeat:no-repeat;text-align:center}.webp .product_section-content_data-right{background-image:url(/img/header-bg.webp)}.product_section-content_data-right a{color:#fffef9;text-decoration:none}.product_section-content_data-right a:hover,.product_section-content_data-right a:active,.product_section-content_data-right a:focus{color:#fffef9}.product_section-content_data-right_top{margin-bottom:35px}.product_section-content_data-right_email,.product_section-content_data-right_phone,.product_section-content_data-right_whatsup,.product_section-content_data-right_max{margin-bottom:10px}.product_section-content_data-right_email a:hover,.product_section-content_data-right_email a:focus,.product_section-content_data-right_email a:active,.product_section-content_data-right_phone a:hover,.product_section-content_data-right_phone a:focus,.product_section-content_data-right_phone a:active,.product_section-content_data-right_whatsup a:hover,.product_section-content_data-right_whatsup a:focus,.product_section-content_data-right_whatsup a:active,.product_section-content_data-right_telegram a:hover,.product_section-content_data-right_telegram a:focus,.product_section-content_data-right_telegram a:active,.product_section-content_data-right_max a:hover,.product_section-content_data-right_max a:focus,.product_section-content_data-right_max a:active{text-decoration:underline}.product_section-content_data-right_telegram{margin-bottom:20px}.product_section-content_data-right_email,.product_section-content_data-right_phone,.product_section-content_data-right_whatsup,.product_section-content_data-right_telegram,.product_section-content_data-right_max{padding-left:30px;position:relative;width:-moz-max-content;width:max-content;margin:0 0 10px}.product_section-content_data-right_email a,.product_section-content_data-right_phone a,.product_section-content_data-right_whatsup a,.product_section-content_data-right_telegram a,.product_section-content_data-right_max a{color:#fffef9;text-decoration:none}.product_section-content_data-right_email a:hover,.product_section-content_data-right_email a:active,.product_section-content_data-right_email a:focus,.product_section-content_data-right_phone a:hover,.product_section-content_data-right_phone a:active,.product_section-content_data-right_phone a:focus,.product_section-content_data-right_whatsup a:hover,.product_section-content_data-right_whatsup a:active,.product_section-content_data-right_whatsup a:focus,.product_section-content_data-right_telegram a:hover,.product_section-content_data-right_telegram a:active,.product_section-content_data-right_telegram a:focus,.product_section-content_data-right_max a:hover,.product_section-content_data-right_max a:active,.product_section-content_data-right_max a:focus{color:#fffef9;text-decoration:underline}.product_section-content_data-right_email,.product_section-content_data-right_phone,.product_section-content_data-right_whatsup,.product_section-content_data-right_telegram,.product_section-content_data-right_max{cursor:pointer}.product_section-content_data-right_email:before,.product_section-content_data-right_phone:before,.product_section-content_data-right_whatsup:before,.product_section-content_data-right_telegram:before,.product_section-content_data-right_max:before{content:"";position:absolute;top:0;left:0;width:20px;height:20px;background-repeat:no-repeat;background-position:center center;background-size:contain}.product_section-content_data-right_email:before{background-image:url(/img/emails-icon.svg)}.product_section-content_data-right_phone:before{background-image:url(/img/phone-icon.svg)}.product_section-content_data-right_whatsup:before{background-image:url(/img/whatsapp-icon.svg)}.product_section-content_data-right_telegram:before{background-image:url(/img/telegram-icon.svg)}.product_section-content_data-right_max:before{background-image:url(/img/max-icon.svg)}.product_section .vue_cart-counter_button .cart_coutner-button-wrap{margin-bottom:10px}.product_section .vue_cart-counter_button .cart_coutner-button-wrap .cart_coutner-button{display:flex;flex-flow:column;gap:10px}.product_section .vue_cart-counter_button .cart_coutner-button-wrap .cart_coutner-button_counter,.product_section .vue_cart-counter_button .cart_coutner-button-wrap .cart_coutner-button_add{width:100%;height:50px}.product_section .vue_cart-counter_button .cart_coutner-button-wrap .cart_coutner-button_add{display:flex;justify-content:center;align-items:center;gap:10px}.product_section .vue_cart-counter_button .cart_coutner-button-wrap .cart_coutner-button_add-text{color:#fffef9;font-size:18px;text-transform:uppercase}.product_section .vue_cart-counter_button .cart_coutner-button-wrap .cart_coutner-button_add-text span{font-size:inherit}.product_section .vue_cart-counter_button .cart_coutner-button-wrap .input-number{width:100%;height:50px;padding:10px}.product_section .vue_cart-counter_button .cart_coutner-button-wrap .input-number .input-number__inner{justify-content:space-between}.product_section .vue_cart-counter_button .cart_coutner-button_add{cursor:pointer;background:#4b93ee;border-radius:15px;width:100px;height:45px;display:flex;justify-content:center;align-items:center;transition:background-color .3s ease}.product_section .vue_cart-counter_button .cart_coutner-button_add:hover{background-color:#1271e8}.product_section .vue_cart-counter_button .cart_coutner-button_add svg{width:24px;height:24px;stroke:#fffef9}.product_section-content_data-right_buttons .buran_buttonWrap{margin-bottom:10px}.product_section-content_data-right_bottom-social_title,.product_section-content_data-right_bottom-contacts_title,.product_section-content_data-right_bottom-links{display:none}.product_section-content_tabs-buttons{display:flex;gap:10px;justify-content:center;margin-bottom:20px;flex-flow:row wrap}.product_section-content_tabs-buttons-item{height:50px;padding:5px 10px;background:#4b93ee;color:#fffef9;font-size:16px;font-family:Inter-SemiBold;text-transform:uppercase;border-radius:15px;min-width:140px;display:flex;justify-content:center;align-items:center;cursor:pointer}.product_section-content_tabs-buttons-item:hover{background:#1271e8}.product_section-content_tabs-buttons-item.active{background:#f2f2f2;color:#212121;cursor:default}.product_section-content_tabs{position:relative;overflow:hidden}.product_section-content_tabs:before{content:"";background-image:url(/img/product-bg.svg);width:311px;height:1037px;top:0;right:0;position:absolute;pointer-events:none}.product_section-content_tab-item{display:none}.product_section-content_tab-item.active{display:block;animation:tabFadeEffect 1s}@keyframes tabFadeEffect{0%{opacity:0}to{opacity:1}}.product_section-content_tab-texttype_title{color:#2121214d;font-size:16px;margin-bottom:18px}.product_section-content_tab-texttype_togglebutton-wrap{margin-top:25px}.product_section-content_tab-texttype_togglebutton-wrap .product_section-content_tab-texttype_togglebutton{cursor:pointer;color:#212121;font-family:Inter-SemiBold}.product_section-content_tab-texttype_togglebutton-wrap .product_section-content_tab-texttype_togglebutton:hover{text-decoration:underline}.product_section-content_tab-texttype_togglebutton-wrap{display:flex;align-items:center;justify-content:flex-end}.product_section-content_tab-texttype{background:#e5f0ff;padding:20px;border-radius:30px}.product_section-content_tab-texttype h2,.product_section-content_tab-texttype h3{text-transform:uppercase;text-align:left}.product_section-content_tab-texttype h2{font-size:30px;margin-bottom:20px}.product_section-content_tab-texttype h3,.product_section-content_tab-texttype h4{margin-bottom:5px}.product_section-content_tab-texttype h3{font-size:20px}.product_section-content_tab-texttype h4{font-size:16px}.product_section-content_tab-texttype p,.product_section-content_tab-texttype ul{margin-bottom:30px}.product_section-content_tab-texttype ul li{list-style:disc;margin-left:15px;margin-bottom:10px}.product_section-content_tab-texttype ol{margin-bottom:30px}.product_section-content_tab-texttype ol li{list-style:decimal;margin-left:15px;margin-bottom:10px}@media(min-width:640px){.product_section-content_data-right{padding:20px}.product_section-content_data-main{display:flex;justify-content:space-between;align-items:flex-end}.product_section-content_data-right_buttons{display:flex;gap:10px;flex-flow:row wrap}.product_section-content_data-right_buttons .buran_buttonWrap{margin-bottom:0;width:49%}.product_section .vue_cart-counter_button{width:100%}.product_section .vue_cart-counter_button .cart_coutner-button-wrap{margin-bottom:0}.product_section .vue_cart-counter_button .cart_coutner-button-wrap .cart_coutner-button{flex-flow:row}.product_section-title h2,.product_section-title h1{font-size:40px;margin-bottom:30px}.product_section-content_data-right_bottom{display:grid;grid-template-columns:repeat(2,1fr);gap:10px}}@media(min-width:992px){.product_section-title h2,.product_section-title h1{font-size:50px}.product_section-content_data{display:grid;grid-template-columns:2.5fr 1fr;gap:10px}.product_section-content_data-left{margin-bottom:0;padding:20px}.product_section-content_data-right{height:-moz-fit-content;height:fit-content}.product_section-content_data-right a{font-size:16px}.product_section-content_data-right_bottom{grid-template-columns:1fr}.product_section-content_data-right_bottom-contacts{display:flex;flex-flow:column-reverse;align-items:flex-start;gap:10px}.product_section-content_data-right_bottom-social{display:flex;flex-flow:column;align-items:flex-start}.product_section-content_data-right_buttons .buran_buttonWrap{width:100%}.product_section-content_data-right_bottom-social_title,.product_section-content_data-right_bottom-contacts_title{display:block;font-size:16px;margin-bottom:10px;color:#fffef980;text-align:left}.product_section-content_data-right_email,.product_section-content_data-right_phone{margin:0 0 10px}.product_section-content_data{margin-bottom:100px}.product_section-content_tab-texttype{width:780px;margin:0 auto}.product_section-content_tab-texttype h2{font-size:30px}.product_section-content_tab-texttype h3{font-size:24px}.product_section-content_tab-texttype h4{font-size:20px}.product_section .cart_coutner-button_add svg{display:none}.product_section .cart_coutner-button-wrap .cart_coutner-button_add{gap:0}.product_section-content_data-right_telegram{margin-bottom:0}}@media(min-width:1200px){.product_section-title h2,.product_section-title h1{font-size:60px}.product_section-content_wrapper{overflow:hidden}.product_section-content_data-left{display:flex;justify-content:space-between;align-items:flex-start}.product_section-content_data-main{flex-flow:column;margin-right:20px;align-items:flex-start}.product_section-content_data-main_img{margin-bottom:100px}.product_section-content_data-table_wrap{width:100%}.product_section-content_data-table_title{display:flex;justify-content:space-between;flex-flow:row-reverse}.product_section-content_data-table{border-collapse:separate;border-spacing:0 10px;width:100%}.product_section-content_data-table tr{display:table-row;padding:10px;margin:0}.product_section-content_data-table th,.product_section-content_data-table td{display:table-cell;border-bottom:1px solid #4b93ee}.product_section-content_data-table th{width:320px}.product_section-content_data-table td{text-align:right}.product_section-content_data{gap:23px}.product_section-content_tabs{overflow:visible}.product_section-content_tabs:before{left:-120px;top:0}.product_section-content_tabs:after{right:-120px;top:0;content:"";background-image:url(/img/product-bg.svg);width:311px;height:1037px;position:absolute}.product_section-content_tab-texttype_title{margin-bottom:36px}.product_section-content_data-right.small-height .product_section-content_data-right_bottom-contacts_title,.product_section-content_data-right.small-height .product_section-content_data-right_bottom-social_title{display:none}.product_section-content_data-right.small-height .product_section-content_data-right_bottom-contacts,.product_section-content_data-right.small-height .product_section-content_data-right_bottom{gap:0}.product_section-content_data-right.small-height .product_section-content_data-right_bottom-social{display:flex;flex-flow:row;gap:10px}.product_section-content_data-right.small-height .product_section-content_data-right_buttons-category,.product_section-content_data-right.small-height .product_section-content_data-right_buttons-catalog{display:none}.product_section-content_data-right.small-height .product_section-content_data-right_bottom-links{display:flex;text-align:left;gap:10px;flex-flow:row;color:#fffef9;margin-bottom:10px}.product_section-content_data-right.small-height .product_section-content_data-right_bottom-links .product_section-content_data-right_bottom-links_category a{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;width:200px}.product_section-content_data-right.small-height .product_section-content_data-right_bottom-links a:hover,.product_section-content_data-right.small-height .product_section-content_data-right_bottom-links a:focus,.product_section-content_data-right.small-height .product_section-content_data-right_bottom-links a:active{text-decoration:underline}}@media(min-width:1400px){.product_section .cart_coutner-button_add svg{display:block}.product_section .cart_coutner-button-wrap .cart_coutner-button_add{gap:10px}}@media(min-width:1600px){.product_section-content_data-table th{width:400px}}section.recently_viewed .recently_viewed-items ul{display:flex}section.recently_viewed .recently_viewed-item a{border-radius:18px;padding:10px;background:#e5f0ff;min-height:47px;display:block;font-size:18px;color:#212121;text-decoration:none;display:flex;align-items:center;gap:10px}section.recently_viewed .recently_viewed-item a .recently_viewed-item_title{display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;-webkit-line-clamp:2;max-height:3em;line-height:1.5em}section.recently_viewed .recently_viewed-item a .recently_viewed-item_img,section.recently_viewed .recently_viewed-item a .recently_viewed-item_img img{height:50px;width:50px}.how_order-content_list-item{padding:10px;display:flex;align-items:center;border-radius:20px;border:1px solid #4b93ee;margin-bottom:10px}.how_order-content_list-item:last-child{margin-bottom:0}.how_order-content_list-item_img{width:87px;height:87px;margin-right:10px;background-repeat:no-repeat;background-size:cover;flex-shrink:0}.how_order-phone{background-image:url(/img/how_order-phone.svg)}.how_order-document{background-image:url(/img/how_order-document.svg)}.how_order-lorry{background-image:url(/img/how_order-lorry.svg)}@media(min-width:992px){.how_order-content_list{display:grid;grid-template-columns:1fr 1fr 1fr;gap:20px}}.payment_section{overflow:hidden}.payment_section-title h2 span{color:#4b93ee}.payment_section-title h2,.payment_section-title h2 span{font-size:30px;text-transform:none}.payment_section-content_text{padding:10px;background:#e5f0ff;margin-bottom:10px;position:relative;border-radius:15px}.payment_section-content_text:first-child:after{content:"";position:absolute;width:64px;height:64px;background-image:url(/img/payment.svg);background-repeat:no-repeat;background-size:cover;top:-50px;right:-25px;z-index:-1}@media(min-width:640px){.payment_section-content_text:first-child:after{content:"";width:123px;height:123px;top:-105px;left:5px}.payment_section-title h2,.payment_section-title h2 span{font-size:40px}}@media(min-width:992px){.payment_section-content{padding:20px;display:grid;gap:20px;grid-template-columns:1fr 1fr}.payment_section-content_text{padding:20px;height:-moz-min-content;height:min-content}.payment_section-title h2,.payment_section-title h2 span{font-size:60px}}@media(min-width:1200px){.payment_section-content_wrapper{width:1040px;margin:0 auto}}.delivery_section{overflow:hidden}.delivery_section-title{position:relative}.delivery_section-title h2 span{color:#4b93ee}.delivery_section-title h2,.delivery_section-title h2 span{font-size:30px;text-transform:none}.delivery_section-content_text{padding:10px;background:#e5f0ff;margin-bottom:10px;position:relative;border-radius:15px}.delivery_section-title:after{content:"";position:absolute;width:80px;height:53px;background-image:url(/img/delivery.svg);background-repeat:no-repeat;background-size:cover;bottom:-34px;right:0;z-index:1}@media(min-width:640px){.delivery_section-title:after{content:"";width:146px;height:97px;bottom:-35px;right:-85px}.delivery_section-title h2,.delivery_section-title h2 span{font-size:40px}}@media(min-width:992px){.delivery_section-content{display:grid;gap:20px;grid-template-columns:1fr 1fr}.delivery_section-title:after{right:0}.delivery_section-title h2,.delivery_section-title h2 span{font-size:60px}.delivery_section-content_text{padding:20px;height:-moz-min-content;height:min-content}}@media(min-width:1200px){.delivery_section-content_wrapper{width:1040px;margin:0 auto}}.contacts_section-title h2 span,.contacts_section-title h1 span{color:#4b93ee}.contacts_section-title h2,.contacts_section-title h2 span{font-size:30px;text-transform:none}.contacts_section-content_list-item_info-text a{color:#212121;text-decoration:none}.contacts_section-content_list-item_info-text a:hover,.contacts_section-content_list-item_info-text a:focus,.contacts_section-content_list-item_info-text a:active{color:#212121}.contacts_section-content_list{display:grid;gap:10px;grid-template-columns:1fr}.contacts_section-content_list-item{background:#e5f0ff;padding:10px;border-radius:20px;display:flex;align-items:center}.contacts_section-content_list-item_img{margin-right:10px;background-repeat:no-repeat;background-size:cover;width:100px;height:100px;flex-shrink:0}.contacts_section-content_list-item_adress .contacts_section-content_list-item_img{background-image:url(/img/contacts-map.svg)}.contacts_section-content_list-item_phone .contacts_section-content_list-item_img{background-image:url(/img/contacts-phone.svg)}.contacts_section-content_list-item_email .contacts_section-content_list-item_img{background-image:url(/img/contacts-email.svg)}.contacts_section-content_list-item_clock .contacts_section-content_list-item_img{background-image:url(/img/contacts-clock.svg)}.contacts_section-content_list-item_info-title{font-size:18px;margin-bottom:10px;text-transform:uppercase}@media(min-width:640px){.contacts_section-title h2,.contacts_section-title h2 span{font-size:40px}}@media(min-width:992px){.contacts_section-title h2,.contacts_section-title h2 span{font-size:60px}.contacts_section-content{width:800px;margin:0 auto}.contacts_section-content_list{grid-template-columns:1fr 1fr}.contacts_section-content_list-item_info-title{font-size:20px}.contacts_section-content_list-item_info-text,.contacts_section-content_list-item_info-text a{font-size:16px}}.faq_section .faq_section-content_list-item{border-radius:18px;padding:10px;background:#e5f0ff;margin-bottom:20px;transition:all .3s ease-in-out}.faq_section .faq_section-content_list-item:hover{background:#b4d4ff}.faq_section .faq_section-content_list-item.active .faq_section-content_list-item-question{margin-bottom:10px}.faq_section .faq_section-content_list-item-question,.faq_section .faq_section-content_list-item-answer{cursor:pointer;padding:10px;border-radius:18px;background:#fffef9}.faq_section .faq_section-content_list-item-question{padding-right:40px;position:relative}.faq_section .faq_section-content_list-item-question:after{content:"";background-image:url(/img/sorter_arrow-up.svg);background-size:contain;position:absolute;right:10px;top:calc(50% - 10px);width:20px;height:20px;border-radius:5px;transition:background-image .3s ease-in-out}.faq_section .faq_section-content_list-item.active .faq_section-content_list-item-question:after{background-image:url(/img/sorter_arrow-down.svg)}.faq_section .faq_section-content_list-item-question h2{font-size:20px;text-align:left;margin-bottom:0}.faq_section .faq_section-content_list-item-answer{display:none;cursor:auto}.faq_section .faq_section-content_list-item-answer p{margin-bottom:0}@media(min-width:992px){.faq_section .faq_section-content_list-item-question h2{font-size:25px}}@media(min-width:1200px){.faq_section .faq_section-content_list-item-question:after{width:30px;height:30px;top:calc(50% - 15px);border-radius:7px}}@media(min-width:1400px){.faq_section .faq_section-content_list-item-question h2{font-size:30px}}.rekvizity_section .rekvizity_section-content_list{margin-bottom:20px}.rekvizity_section .rekvizity_section-content_buttons{max-width:280px}.rekvizity_section .rekvizity_section-content_buttons a{text-decoration:none}.rekvizity_section table{width:100%;border-collapse:separate;border-spacing:0;color:#212121;background:#fffef9;border:1px solid rgba(33,33,33,.3);border-radius:12px;overflow:hidden;box-shadow:0 6px 20px #21212114}.rekvizity_section table thead{background:#e5f0ff;color:#212121;font-family:Inter-SemiBold}.rekvizity_section table th,.rekvizity_section table td{padding:12px 16px;text-align:left;font-family:Inter-Regular;border-bottom:1px solid rgba(33,33,33,.3)}.rekvizity_section table th:first-child,.rekvizity_section table td:first-child{padding-left:20px}.rekvizity_section table th:last-child,.rekvizity_section table td:last-child{padding-right:20px}.rekvizity_section table tbody tr:nth-child(2n){background:#fffef94d}.rekvizity_section table tbody tr:hover{background:#e5f0ff}.rekvizity_section table tbody tr:last-child td{border-bottom:none}@media(min-width:1200px){.rekvizity_section table th,.rekvizity_section table td{padding:16px 20px}}.photogallery_section-content_wrapper.general_section-content_wrapper{width:auto}.photogallery_section-gallery_item{padding:10px;background:#e5f0ff;border-radius:15px}.photogallery_section-gallery{display:grid;grid-template-columns:1fr;gap:10px}.photogallery_section-gallery_item-img{position:relative;margin-bottom:5px}.photogallery_section-gallery_item-img img{width:100%;max-width:360px;border-radius:15px;max-height:250px}.photogallery_section-gallery_item-content_title{font-family:Inter-Bold;font-size:16px;margin-bottom:5px}@media(min-width:768px){.photogallery_section-gallery{display:grid;grid-template-columns:1fr 1fr;gap:10px}.photogallery_section-gallery_item-img img{max-height:168px}}@media(min-width:1200px){.photogallery_section-gallery{display:grid;grid-template-columns:1fr 1fr 1fr;gap:20px}.photogallery_section-gallery_item-img img{max-height:188px}.photogallery_section-gallery_item-content_title{font-family:Inter-Bold;font-size:20px;margin-bottom:10px}}@media(min-width:1400px){.photogallery_section-gallery{display:grid;grid-template-columns:1fr 1fr 1fr 1fr;gap:20px}}.sitemap_section-content-title{text-align:center;margin-bottom:20px}.sitemap_section-content-title h1 span{color:#4b93ee}.sitemap_section-content_list-item:hover,.sitemap_section-content_list-item:focus,.sitemap_section-content_list-item:active{background:#e5f0ff}.sitemap_section-content_list-item:hover a,.sitemap_section-content_list-item:focus a,.sitemap_section-content_list-item:active a{color:#212121;font-family:Inter-Bold}.sitemap_section-content_list-item a{color:#212121;text-decoration:none;border-bottom:1px solid #4b93ee;display:block;padding:10px}@media(min-width:640px){.sitemap_section-content-title{margin-bottom:30px}.sitemap_section-content-title h1,.sitemap_section-content-title h1 span{font-size:40px}}@media(min-width:992px){.sitemap_section-content-title{margin-bottom:30px}.sitemap_section-content-title h1,.sitemap_section-content-title h1 span{font-size:60px}.sitemap_section-content_list{width:740px}}.cart_overlay{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#00000080;z-index:10}.cart_wrapper{display:none}.cart_wrapper.active{display:block}.cart_wrapper.active .cart_container{transform:translate(0);animation:cartfadeInAnimation .5s linear}@keyframes cartfadeInAnimation{0%{opacity:0;transform:translate(20px)}to{opacity:1;transform:translate(0)}}.cart_empty-wrapper{display:flex;height:90%;width:100%;flex-flow:column;align-items:center;justify-content:center}.cart_container{display:flex;flex-flow:column;justify-content:space-between;position:fixed;top:0;right:0;width:100%;height:100%;padding:30px 15px;background-color:#fff;z-index:11;overflow:auto;transform:translate(20px);transition:all .3s ease}.cart_header{display:flex;align-items:center;gap:5px;margin-bottom:20px}.cart_header svg{opacity:.3;cursor:pointer;transition:all .3s ease;transform:rotate(180deg)}.cart_header svg:hover{opacity:1;transform:translate(-2px) rotate(180deg)}.cart_header .cart_header-title{font-size:20px;font-weight:700;margin-bottom:0}.cart_info-block{display:flex;flex-direction:column;align-items:center;text-align:center;width:240px;margin:0 auto 25px}.cart_info-block .cart_info-block_title{font-size:18px;font-weight:500;margin-bottom:4px}.cart_info-block .cart_info-block_description{color:#9ca3af;margin-bottom:10px}.cart_container-bottom_description{font-size:10px;color:#9ca3af;text-align:left}.cart_container-bottom{display:flex;flex-direction:column;gap:10px;margin-top:20px}.cart_container-bottom_total{display:flex;gap:2px}.cart_container-content{display:flex;flex-direction:column;gap:10px;justify-content:space-between;height:100%}.cart_container-content_list{display:flex;flex-direction:column;flex:1;gap:10px}.cart_container-content_item{display:flex;border:1px solid #4b93ee;border-radius:10px;padding:20px 10px;justify-content:space-between;align-items:center;gap:5px}.cart_container-content_item-info{display:flex;flex-direction:column;flex:1;gap:5px}.cart_container-content_item-info_price-wrap{display:flex;flex-flow:column;margin-top:5px}.cart_container-content_item-info_price{display:flex;justify-content:space-between;margin-top:5px}.cart_container-content_item_closeImg{width:16px;height:16px;opacity:1;cursor:pointer;transition:all .3s ease}.cart_container-content_item_closeImg:hover{opacity:.4}.input-number{display:inline-block;padding:.5rem .75rem;background:#fff;border:1px solid #e5e7eb;border-radius:.5rem}.input-number__inner{display:flex;align-items:center;gap:.375rem}.input-number__btn{width:24px;height:24px;display:inline-flex;justify-content:center;align-items:center;gap:.25rem;font-size:.875rem;font-weight:500;border-radius:.375rem;border:1px solid #e5e7eb;background:#fff;color:#1f2937;cursor:pointer;box-shadow:0 1px 2px #0000000d}.input-number__btn:hover{background:#f9fafb}.input-number__btn:focus{outline:none;background:#f9fafb}.input-number__btn:disabled{opacity:.5;pointer-events:none}.input-number__icon{width:14px;height:14px;flex-shrink:0}.input-number__field{width:24px;padding:0;background:transparent;border:none;text-align:center;color:#1f2937;font-size:1rem;margin:0;height:auto}.input-number__field:hover,.input-number__field:focus{outline:none;box-shadow:none;border:none}.input-number__field:focus{outline:none;box-shadow:none}.input-number__field::-webkit-inner-spin-button,.input-number__field::-webkit-outer-spin-button{-webkit-appearance:none;appearance:none;margin:0}.input-number__field{-moz-appearance:textfield}.cart_indicatorButton_wrap{position:relative}.cart_indicatorButton-indicator{z-index:1;white-space:nowrap;top:-10px;right:-10px;position:absolute;font-size:12px;padding:2px 10px;background:#ed0000;border-radius:12px;color:#fffef9}.cart_order-wrap .title__form-main span{font-size:inherit;font-family:inherit;color:#4b93ee}.cart_order-wrap .form-layout{display:flex;flex-flow:column;gap:20px}.cart_order-wrap .form-inputsGroup-title{font-family:Inter-SemiBold;font-size:18px;color:#212121;margin-bottom:5px}.cart_order-wrap .form-inputsGroup-title_wrap{margin-bottom:10px}.cart_order-wrap .form-layout_right .form-inputsGroup,.cart_order-wrap .form-layout_left .form-inputsGroup-subtitle{margin-bottom:20px}.cart_order-delivery_buttons{display:flex;flex-flow:row;gap:20px}.cart_order-delivery_button{display:flex;justify-content:center;align-items:center;flex-flow:column;gap:10px}.cart_order-delivery_button-svg{width:50px;height:50px;display:flex;justify-content:center;align-items:center;background-color:#e5f0ff;border-radius:15px}.cart_order-delivery_button-svg svg{width:24px;height:24px;stroke:#fffef9}.cart_order-delivery_button.active .cart_order-delivery_button-svg,.cart_order-delivery_button:hover .cart_order-delivery_button-svg{background-color:#4b93ee}.cart_order-delivery_button.active .cart_order-delivery_button-svg svg,.cart_order-delivery_button:hover .cart_order-delivery_button-svg svg{stroke:#fffef9}.cart_order-payment_button{display:flex;align-items:center}.cart_order-payment_button input[type=radio],.cart_order-payment_button-checkbox{width:24px;height:24px}.cart_order-payment_button-checkbox:before{--tw-content: "";content:var(--tw-content);opacity:0;clip-path:polygon(20% 100%,20% 80%,50% 80%,50% 80%,70% 80%,70% 100%);width:100%;height:100%;box-shadow:0 3px oklch(100% 0 0/calc(var(--depth) * .1)) inset;background-color:#212121;font-size:1rem;line-height:.75;transition:clip-path .3s .1s,opacity .1s .1s,rotate .3s .1s,translate .3s .1s;display:block;rotate:45deg}.cart_order-payment_button-checkbox.active{background-color:#4b93ee;box-shadow:0 0 #0000 inset,0 8px 0 -4px oklch(100% 0 0/calc(var(--depth) * .1)) inset,0 1px oklch(0% 0 0/calc(var(--depth) * .1))}.cart_order-payment_button-checkbox.active:before{clip-path:polygon(20% 100%,20% 80%,50% 80%,50% 0%,70% 0%,70% 100%);opacity:1}@media(min-width:320px){.cart_container{width:320px}}@media(min-width:992px){.cart_order-popup.popup_wrap .form_block{width:auto}.cart_order-popup.popup_wrap .form_block .form-layout{flex-flow:row;gap:30px}.cart_order-popup.popup_wrap .form_block .title__form-main{text-align:left;font-size:30px}.cart_order-popup.popup_wrap .form_block .form-layout_right{flex-shrink:0}}@media(min-width:1200px){.cart_order-popup.popup_wrap .form_block .cart_order-delivery_button-svg{width:60px;height:60px}.cart_order-popup.popup_wrap .form_block .cart_order-delivery_button-svg svg{width:30px;height:30px}.cart_order-popup.popup_wrap .form_block .form-layout_left,.cart_order-popup.popup_wrap .form_block .form-layout_right{max-width:620px}}@media(min-width:1400px){.cart_order-popup.popup_wrap .form_block{width:1380px}.cart_order-popup.popup_wrap .form_block .title__form-main{font-size:58px}.cart_order-popup.popup_wrap .form_block .form-layout{gap:60px}}@media(min-width:1600px){.cart_order-popup.popup_wrap .form_block{width:1560px}.cart_order-popup.popup_wrap .form_block .title__form-main{font-size:66px}.cart_order-popup.popup_wrap .form_block .form-layout{gap:70px}}.pswp{--pswp-bg: #000;--pswp-placeholder-bg: #222;--pswp-root-z-index: 100000;--pswp-preloader-color: rgba(79, 79, 79, .4);--pswp-preloader-color-secondary: rgba(255, 255, 255, .9);--pswp-icon-color: #fff;--pswp-icon-color-secondary: #4f4f4f;--pswp-icon-stroke-color: #4f4f4f;--pswp-icon-stroke-width: 2px;--pswp-error-text-color: var(--pswp-icon-color)}.pswp{position:fixed;top:0;left:0;width:100%;height:100%;z-index:var(--pswp-root-z-index);display:none;touch-action:none;outline:0;opacity:.003;contain:layout style size;-webkit-tap-highlight-color:rgba(0,0,0,0)}.pswp:focus{outline:0}.pswp *{box-sizing:border-box}.pswp img{max-width:none}.pswp--open{display:block}.pswp,.pswp__bg{transform:translateZ(0);will-change:opacity}.pswp__bg{opacity:.005;background:var(--pswp-bg)}.pswp,.pswp__scroll-wrap{overflow:hidden}.pswp__scroll-wrap,.pswp__bg,.pswp__container,.pswp__item,.pswp__content,.pswp__img,.pswp__zoom-wrap{position:absolute;top:0;left:0;width:100%;height:100%}.pswp__img,.pswp__zoom-wrap{width:auto;height:auto}.pswp--click-to-zoom.pswp--zoom-allowed .pswp__img{cursor:zoom-in}.pswp--click-to-zoom.pswp--zoomed-in .pswp__img{cursor:move;cursor:grab}.pswp--click-to-zoom.pswp--zoomed-in .pswp__img:active{cursor:grabbing}.pswp--no-mouse-drag.pswp--zoomed-in .pswp__img,.pswp--no-mouse-drag.pswp--zoomed-in .pswp__img:active,.pswp__img{cursor:zoom-out}.pswp__container,.pswp__img,.pswp__button,.pswp__counter{-webkit-user-select:none;-moz-user-select:none;user-select:none}.pswp__item{z-index:1;overflow:hidden}.pswp__hidden{display:none!important}.pswp__content{pointer-events:none}.pswp__content>*{pointer-events:auto}.pswp__error-msg-container{display:grid}.pswp__error-msg{margin:auto;font-size:1em;line-height:1;color:var(--pswp-error-text-color)}.pswp .pswp__hide-on-close{opacity:.005;will-change:opacity;transition:opacity var(--pswp-transition-duration) cubic-bezier(.4,0,.22,1);z-index:10;pointer-events:none}.pswp--ui-visible .pswp__hide-on-close{opacity:1;pointer-events:auto}.pswp__button{position:relative;display:block;width:50px;height:60px;padding:0;margin:0;overflow:hidden;cursor:pointer;background:none;border:0;box-shadow:none;opacity:.85;-webkit-appearance:none;-webkit-touch-callout:none}.pswp__button:hover,.pswp__button:active,.pswp__button:focus{transition:none;padding:0;background:none;border:0;box-shadow:none;opacity:1}.pswp__button:disabled{opacity:.3;cursor:auto}.pswp__icn{fill:var(--pswp-icon-color);color:var(--pswp-icon-color-secondary)}.pswp__icn{position:absolute;top:14px;left:9px;width:32px;height:32px;overflow:hidden;pointer-events:none}.pswp__icn-shadow{stroke:var(--pswp-icon-stroke-color);stroke-width:var(--pswp-icon-stroke-width);fill:none}.pswp__icn:focus{outline:0}div.pswp__img--placeholder,.pswp__img--with-bg{background:var(--pswp-placeholder-bg)}.pswp__top-bar{position:absolute;left:0;top:0;width:100%;height:60px;display:flex;flex-direction:row;justify-content:flex-end;z-index:10;pointer-events:none!important}.pswp__top-bar>*{pointer-events:auto;will-change:opacity}.pswp__button--close{margin-right:6px}.pswp__button--arrow{position:absolute;width:75px;height:100px;top:50%;margin-top:-50px}.pswp__button--arrow:disabled{display:none;cursor:default}.pswp__button--arrow .pswp__icn{top:50%;margin-top:-30px;width:60px;height:60px;background:none;border-radius:0}.pswp--one-slide .pswp__button--arrow{display:none}.pswp--touch .pswp__button--arrow{visibility:hidden}.pswp--has_mouse .pswp__button--arrow{visibility:visible}.pswp__button--arrow--prev{right:auto;left:0}.pswp__button--arrow--next{right:0}.pswp__button--arrow--next .pswp__icn{left:auto;right:14px;transform:scaleX(-1)}.pswp__button--zoom{display:none}.pswp--zoom-allowed .pswp__button--zoom{display:block}.pswp--zoomed-in .pswp__zoom-icn-bar-v{display:none}.pswp__preloader{position:relative;overflow:hidden;width:50px;height:60px;margin-right:auto}.pswp__preloader .pswp__icn{opacity:0;transition:opacity .2s linear;animation:pswp-clockwise .6s linear infinite}.pswp__preloader--active .pswp__icn{opacity:.85}@keyframes pswp-clockwise{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.pswp__counter{height:30px;margin-top:15px;margin-inline-start:20px;font-size:14px;line-height:30px;color:var(--pswp-icon-color);text-shadow:1px 1px 3px var(--pswp-icon-color-secondary);opacity:.85}.pswp--one-slide .pswp__counter{display:none}
