.ss-main{position:relative;display:inline-block;-webkit-user-select:none;-moz-user-select:none;user-select:none;color:#666;width:100%}.ss-main .ss-single-selected{display:flex;cursor:pointer;width:100%;height:30px;padding:6px;border:1px solid #dcdee2;border-radius:4px;background-color:#fff;outline:0;box-sizing:border-box;transition:background-color .2s}.ss-main .ss-single-selected.ss-disabled{background-color:#dcdee2;cursor:not-allowed}.ss-main .ss-single-selected.ss-open-above{border-top-left-radius:0;border-top-right-radius:0}.ss-main .ss-single-selected.ss-open-below{border-bottom-left-radius:0;border-bottom-right-radius:0}.ss-main .ss-single-selected .placeholder{display:flex;flex:1 1 100%;align-items:center;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;text-align:left;width:calc(100% - 30px);line-height:1em;-webkit-user-select:none;-moz-user-select:none;user-select:none}.ss-main .ss-single-selected .placeholder *{display:flex;align-items:center;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:auto}.ss-main .ss-single-selected .placeholder .ss-disabled{color:#dedede}.ss-main .ss-single-selected .ss-deselect{display:flex;align-items:center;justify-content:flex-end;flex:0 1 auto;margin:0 6px;font-weight:700}.ss-main .ss-single-selected .ss-deselect.ss-hide{display:none}.ss-main .ss-single-selected .ss-arrow{display:flex;align-items:center;justify-content:flex-end;flex:0 1 auto;margin:0 6px}.ss-main .ss-single-selected .ss-arrow span{border:solid #666666;border-width:0 2px 2px 0;display:inline-block;padding:3px;transition:transform .2s,margin .2s}.ss-main .ss-single-selected .ss-arrow span.arrow-up{transform:rotate(-135deg);margin:3px 0 0}.ss-main .ss-single-selected .ss-arrow span.arrow-down{transform:rotate(45deg);margin:-3px 0 0}.ss-main .ss-multi-selected{display:flex;flex-direction:row;cursor:pointer;min-height:30px;width:100%;padding:0 0 0 3px;border:1px solid #dcdee2;border-radius:4px;background-color:#fff;outline:0;box-sizing:border-box;transition:background-color .2s}.ss-main .ss-multi-selected.ss-disabled{background-color:#dcdee2;cursor:not-allowed}.ss-main .ss-multi-selected.ss-disabled .ss-values .ss-disabled{color:#666}.ss-main .ss-multi-selected.ss-disabled .ss-values .ss-value .ss-value-delete{cursor:not-allowed}.ss-main .ss-multi-selected.ss-open-above{border-top-left-radius:0;border-top-right-radius:0}.ss-main .ss-multi-selected.ss-open-below{border-bottom-left-radius:0;border-bottom-right-radius:0}.ss-main .ss-multi-selected .ss-values{display:flex;flex-wrap:wrap;justify-content:flex-start;flex:1 1 100%;width:calc(100% - 30px)}.ss-main .ss-multi-selected .ss-values .ss-disabled{display:flex;padding:4px 5px;margin:2px 0;line-height:1em;align-items:center;width:100%;color:#dedede;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}@keyframes scaleIn{0%{transform:scale(0);opacity:0}to{transform:scale(1);opacity:1}}@keyframes scaleOut{0%{transform:scale(1);opacity:1}to{transform:scale(0);opacity:0}}.ss-main .ss-multi-selected .ss-values .ss-value{display:flex;-webkit-user-select:none;-moz-user-select:none;user-select:none;align-items:center;font-size:12px;padding:3px 5px;margin:3px 5px 3px 0;color:#fff;background-color:#5897fb;border-radius:4px;animation-name:scaleIn;animation-duration:.2s;animation-timing-function:ease-out;animation-fill-mode:both}.ss-main .ss-multi-selected .ss-values .ss-value.ss-out{animation-name:scaleOut;animation-duration:.2s;animation-timing-function:ease-out}.ss-main .ss-multi-selected .ss-values .ss-value .ss-value-delete{margin:0 0 0 5px;cursor:pointer}.ss-main .ss-multi-selected .ss-add{display:flex;flex:0 1 3px;margin:9px 12px 0 5px}.ss-main .ss-multi-selected .ss-add .ss-plus{display:flex;justify-content:center;align-items:center;background:#666666;position:relative;height:10px;width:2px;transition:transform .2s}.ss-main .ss-multi-selected .ss-add .ss-plus:after{background:#666666;content:"";position:absolute;height:2px;width:10px;left:-4px;top:4px}.ss-main .ss-multi-selected .ss-add .ss-plus.ss-cross{transform:rotate(45deg)}.ss-content{position:absolute;width:100%;margin:-1px 0 0;box-sizing:border-box;border:solid 1px #dcdee2;z-index:1010;background-color:#fff;transform-origin:center top;transition:transform .2s,opacity .2s;opacity:0;transform:scaleY(0)}.ss-content.ss-open{display:block;opacity:1;transform:scaleY(1)}.ss-content .ss-search{display:flex;flex-direction:row;padding:8px 8px 6px}.ss-content .ss-search.ss-hide,.ss-content .ss-search.ss-hide input{height:0px;opacity:0;padding:0;margin:0}.ss-content .ss-search input{display:inline-flex;font-size:inherit;line-height:inherit;flex:1 1 auto;width:100%;min-width:0px;height:30px;padding:6px 8px;margin:0;border:1px solid #dcdee2;border-radius:4px;background-color:#fff;outline:0;text-align:left;box-sizing:border-box;-webkit-box-sizing:border-box;-webkit-appearance:textfield}.ss-content .ss-search input::-moz-placeholder{color:#8a8a8a;vertical-align:middle}.ss-content .ss-search input::placeholder{color:#8a8a8a;vertical-align:middle}.ss-content .ss-search input:focus{box-shadow:0 0 5px #5897fb}.ss-content .ss-search .ss-addable{display:inline-flex;justify-content:center;align-items:center;cursor:pointer;font-size:22px;font-weight:700;flex:0 0 30px;height:30px;margin:0 0 0 8px;border:1px solid #dcdee2;border-radius:4px;box-sizing:border-box}.ss-content .ss-addable{padding-top:0}.ss-content .ss-list{max-height:200px;overflow-x:hidden;overflow-y:auto;text-align:left}.ss-content .ss-list .ss-optgroup .ss-optgroup-label{padding:6px 10px;font-weight:700}.ss-content .ss-list .ss-optgroup .ss-option{padding:6px 6px 6px 25px}.ss-content .ss-list .ss-optgroup-label-selectable{cursor:pointer}.ss-content .ss-list .ss-optgroup-label-selectable:hover{color:#fff;background-color:#5897fb}.ss-content .ss-list .ss-option{padding:6px 10px;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none}.ss-content .ss-list .ss-option *{display:inline-block}.ss-content .ss-list .ss-option:hover,.ss-content .ss-list .ss-option.ss-highlighted{color:#fff;background-color:#5897fb}.ss-content .ss-list .ss-option.ss-disabled{cursor:not-allowed;color:#dedede;background-color:#fff}.ss-content .ss-list .ss-option:not(.ss-disabled).ss-option-selected{color:#666;background-color:#5897fb1a}.ss-content .ss-list .ss-option.ss-hide{display:none}.ss-content .ss-list .ss-option .ss-search-highlight{background-color:#fffb8c}@font-face{font-family:swiper-icons;src:url(data:application/font-woff;charset=utf-8;base64,\ d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA) format("woff");font-weight:400;font-style:normal}:root{--swiper-theme-color: #007aff}.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;box-sizing:content-box}.swiper-android .swiper-slide,.swiper-wrapper{transform:translateZ(0)}.swiper-pointer-events{touch-action:pan-y}.swiper-pointer-events.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform}.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-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-wrapper,.swiper-3d .swiper-slide,.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,.swiper-3d .swiper-cube-shadow{transform-style:preserve-3d}.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:rgba(0,0,0,.15)}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.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-horizontal.swiper-css-mode>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-vertical.swiper-css-mode>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-centered>.swiper-wrapper:before{content:"";flex-shrink:0;order:9999}.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-horizontal>.swiper-wrapper:before{height:100%;width:var(--swiper-centered-offset-after)}.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-vertical>.swiper-wrapper:before{width:100%;height:var(--swiper-centered-offset-after)}.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center}.swiper-fade.swiper-free-mode .swiper-slide{transition-timing-function:ease-out}.swiper-fade .swiper-slide{pointer-events:none;transition-property:opacity}.swiper-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-fade .swiper-slide-active,.swiper-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-pagination{position:absolute;text-align:center;transition:.3s opacity;transform:translateZ(0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-pagination-disabled>.swiper-pagination,.swiper-pagination.swiper-pagination-disabled{display:none!important}.swiper-pagination-fraction,.swiper-pagination-custom,.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal{bottom:10px;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: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:10px;top:50%;transform:translate3d(0,-50%,0)}.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet{margin:var(--swiper-pagination-bullet-vertical-gap, 6px) 0;display:block}.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:.2s transform,.2s top}.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 var(--swiper-pagination-bullet-horizontal-gap, 4px)}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translate(-50%);white-space:nowrap}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s left}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s right}.swiper-pagination-progressbar{background: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:4px;left:0;top:0}.swiper-vertical>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite{width:4px;height:100%;left:0;top:0}.swiper-pagination-lock{display:none}.swiper-grid>.swiper-wrapper{flex-wrap:wrap}.swiper-grid-column>.swiper-wrapper{flex-wrap:wrap;flex-direction:column}@keyframes loading{0%{transform:rotate(0)}to{transform:rotate(360deg)}}html,body{overflow-x:hidden;min-height:100vh;overflow-anchor:none;scroll-behavior:smooth;margin:0;padding:0}html.fixing,body.fixing,html.lg-on,body.lg-on{width:100vw;height:100vh;overflow:hidden}body,button,textarea,input{font-family:Inter,sans-serif;font-style:normal;font-size:16px;line-height:1;font-weight:400}input::-moz-placeholder,textarea::-moz-placeholder{transition-duration:.3s;color:gray;font-weight:400}input::placeholder,textarea::placeholder{transition-duration:.3s;color:gray;font-weight:400}input:focus::-moz-placeholder,textarea:focus::-moz-placeholder{color:transparent!important}input:focus::placeholder,textarea:focus::placeholder{color:transparent!important}body{display:flex;flex-direction:column}main{width:100%;flex:1 0 auto;padding-bottom:50px;overflow:hidden}.footer{flex:0 0 auto}img{max-width:100%;max-height:100%}svg{width:100%;height:100%}input[type=search]::-webkit-search-decoration,input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-results-button,input[type=search]::-webkit-search-results-decoration{-webkit-appearance:none}input[type=number]::-webkit-outer-spin-button,input[type=number]::-webkit-inner-spin-button{-webkit-appearance:none}.lg-backdrop{background-color:#525252cc!important}.lg-outer .lg-thumb-outer{background-color:#525252e6!important}.button-disabled{cursor:default;pointer-events:none}.swiper-horizontal>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-horizontal{height:2px!important;z-index:1!important}.hidden{display:none!important;opacity:0;visibility:hidden}.active{display:flex;opacity:1;visibility:visible}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:200;src:url(/build/assets/200-5e6fc9fa.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:400;src:url(/build/assets/400-5420525a.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:500;src:url(/build/assets/500-1288467e.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:600;src:url(/build/assets/600-2a8728d7.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:800;src:url(/build/assets/800-cb777cd1.woff2) format("woff2")}.container{position:relative;width:100%;padding-left:15px;padding-right:15px;box-sizing:border-box}@media screen and (min-width: 576px){.container{max-width:570px;margin:0 auto}}@media screen and (min-width: 768px){.container{max-width:750px}}@media screen and (min-width: 992px){.container{max-width:990px}}@media screen and (min-width: 1200px){.container{max-width:1170px}}@media screen and (min-width: 1360px){.container{max-width:1350px}}@media screen and (min-width: 1560px){.container{max-width:1530px}}@media screen and (min-width: 1700px){.container{max-width:1650px}}*,*:before,*:after{box-sizing:border-box;-webkit-tap-highlight-color:rgba(0,0,0,0)}*:focus,*:before:focus,*:after:focus{border:none}html,body{scroll-behavior:smooth}html,body,h1,h2,h3,h4,h5,h6,p,address,strong,ol,ul,form,button,label,article,aside,figure,nav{margin:0;padding:0}blockquote,q{quotes:none}table{border-collapse:collapse;border-spacing:0}button{outline:none;border:none;padding:0;background-color:transparent;cursor:pointer}input,textarea{outline:none;border-radius:0;border:none;box-shadow:none;padding:0}input::-moz-placeholder,textarea::-moz-placeholder{opacity:1}input::placeholder,textarea::placeholder{opacity:1}ul,ol{list-style:none;padding:0;margin:0}body a{text-decoration:none}body a:focus{text-decoration:none;outline:none}body a:hover{text-decoration:none}input::-webkit-outer-spin-button,input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}input[type=number]{-moz-appearance:textfield}fieldset{border:none;padding:0;margin-inline:0;padding-block:0;padding-inline:0}.header__logo-wrap{width:40%}.header__menu-box{position:relative;display:flex;justify-content:center;align-items:center;width:100%;height:100%}.header__menu-inner{position:relative;width:22px;height:2px;transition-property:transform;background-color:#00a7e1;transition-timing-function:cubic-bezier(.55,.055,.675,.19);transition-duration:75ms}.header__menu-inner:before,.header__menu-inner:after{position:absolute;content:"";width:100%;height:2px;background-color:#00a7e1;transition:top 75ms ease .12s,opacity 75ms ease}.header__menu-inner:before{top:-6px;left:0}.header__menu-inner:after{right:0;bottom:-6px}.header__container{display:flex;align-items:center;justify-content:space-between;background-color:#fff;padding-top:12px;padding-bottom:12px}.header__actions{display:none}.header__action{position:relative;display:flex;justify-content:center;align-items:center;width:50px;height:50px;border-radius:10px;background-color:#f5f6f9}.header__action--cart-link{margin-right:10px;margin-left:10px}.header__action--cart-link.hide .header__cart-count{visibility:hidden;opacity:0}.header__action-wrap{display:flex;width:60%;justify-content:flex-end}.header__logo{display:block;width:110px}.header__logo-icon{width:110px;height:52px}.header__logo-text{display:block;font-size:5.5px;line-height:1;font-weight:600;color:#000;text-transform:uppercase}.header__btn{position:relative;width:100%;height:100%;display:flex;justify-content:center;align-items:center;border-radius:10px;overflow:hidden}.header__btn.active{border:1px solid #00A7E1}.header__btn.active .header__btn-icon{stroke:#00a7e1}.header__btn.active .header__menu-inner{transition-delay:.12s;transition-timing-function:cubic-bezier(.215,.61,.355,1);transform:rotate(45deg)}.header__btn.active .header__menu-inner:before{top:0;transition:top 75ms ease,opacity 75ms ease .12s;opacity:0}.header__btn.active .header__menu-inner:after{bottom:0;transition:bottom 75ms ease,transform 75ms cubic-bezier(.215,.61,.355,1) .12s;transform:rotate(-90deg)}.header__btn.active .header__menu-inner:before,.header__btn.active .header__menu-inner:after{width:100%;background-color:#00a7e1}.header__btn-icon{width:24px;height:24px;fill:#00a7e1}.header__cart-count{position:absolute;top:6px;right:4px;width:17px;height:17px;border-radius:50%;display:flex;justify-content:center;align-items:center;background-color:#00a7e1;color:#fff;font-size:12px;line-height:1;font-weight:700}.header__dropdown{width:100vw;display:none;background-color:#fff;height:100vh;left:0;overflow-y:scroll;padding:25px 15px 150px;position:absolute;right:0;top:80px;border-top:2px solid grey}.header__dropdown.active{display:block;visibility:visible;opacity:1;z-index:20}.header__dropdown--search{background-color:transparent;border-top:none}.header__favorites{width:100%;justify-content:space-between;margin-bottom:30px}.header__navigation .navigation__li{padding:10px 0}.header__dropdown-item{width:100%}.header__langs{margin-top:30px}.header__dropdown-wrap{width:100%;display:flex;flex-wrap:wrap;padding-bottom:15px}.header__cart-count-wrap{display:none}@media screen and (min-width: 380px){.header__logo{width:130px}.header__logo-icon{width:130px;height:54px}.header__logo-text{font-size:6.5px;margin-top:3px}}@media screen and (min-width: 992px){.header{height:167px}.header__favorites--dsk{position:absolute;bottom:36px;right:160px}.header__container{height:inherit;align-items:flex-start;flex-wrap:wrap;padding-top:0;padding-bottom:0}.header__btn--search{display:none!important}.header__dropdown{overflow-y:initial}.header__dropdown--menu{padding:0;width:100%;display:flex;height:47px;align-items:center;position:relative;top:0;border-top:0;background-color:#f5f6f9}.header__dropdown--menu:before,.header__dropdown--menu:after{position:absolute;content:"";width:20%;height:47px;top:0;background-color:#f5f6f9}.header__dropdown--menu:before{left:-20%}.header__dropdown--menu:after{right:-20%}.header__dropdown--menu .phone-item{display:none}.header__dropdown--search{display:block;position:absolute;width:300px;height:auto;padding:0;left:170px;bottom:36px;top:auto;border-top:0}.header__action-wrap{order:1;width:100%}.header__logo-wrap{width:auto;order:2}.header__favorites{display:none!important}.header__favorites--dsk .favorites__text,.header__action--menu{display:none}.header__navigation .navigation__ul{flex-wrap:nowrap}.header__navigation .navigation__li{width:-moz-fit-content;width:fit-content;padding:10px 20px 10px 0}.header__dropdown-wrap{width:-moz-fit-content;width:fit-content;padding-bottom:0}.header__langs{margin-top:0}.header__action--cart-link{width:auto;position:absolute;bottom:36px;right:0;background-color:#fff}.header__action--search{display:block;background-color:transparent;position:absolute;bottom:36px;left:150px;width:auto;min-width:300px}.header__actions{order:3;display:flex;width:-moz-fit-content;width:fit-content;margin-right:210px}.header__cart-count-wrap{width:80px;display:flex;flex-wrap:wrap}.header__cart-count-text{width:100%;font-size:16px;line-height:1;font-weight:400;color:#8b8d92;margin-bottom:5px}.header__btn{display:flex;justify-content:center;align-items:center;width:50px;height:50px;border-radius:10px;background-color:#f5f6f9;margin-right:10px}.header__cart-count-sum{width:100%;font-size:16px;line-height:1;font-weight:600;color:#08226e}.header__phones-wrap{top:0;right:0;position:absolute;height:60px;overflow:hidden;border-radius:10px;z-index:10;background-color:#fff;transition:all .3s ease;border:1px solid #fff;padding:10px}.header__phones-wrap.active{top:0;right:0;position:absolute;width:100%;border:1px solid #00A7E1;height:auto;flex-wrap:wrap}.header__phones-wrap.active .header__phones-btn-icon{stroke:#00a7e1;transform:rotate(-90deg)}.header__phones--dsk{position:relative;width:100%;min-width:290px;display:flex}.header .phone-item__number{font-size:16px}.header .phone-item__link{width:25px;height:25px;margin-right:5px}.header__phones-btn{width:35px;height:35px;display:flex;align-items:center;justify-content:center;position:absolute;top:7px;right:-5px}.header__phones-btn-icon{width:15px;height:15px;stroke:#8b8d92;stroke-width:8;transform:rotate(90deg)}}@media screen and (min-width: 1200px){.header__logo{width:157px}.header__logo-icon{width:157px;height:77px}.header__logo-text{font-size:7.8px}.header__dropdown--search{width:350px;left:250px}.header__phones-wrap{top:10px}.header__favorites--dsk{right:164px}.header__actions{margin-right:220px}}@media screen and (min-width: 1360px){.header .header__dropdown--search{width:550px}}@media screen and (min-width: 1560px){.header .header__dropdown--search{width:700px}}@media screen and (min-width: 1700px){.header .header__dropdown--search{width:800px}}.footer{position:relative;width:100%;display:flex;flex-wrap:wrap}.footer__main{width:100%;display:flex;flex-wrap:wrap;background-color:#f5f6f9;padding-top:30px}.footer__item{width:100%;display:flex;flex-wrap:wrap;margin-bottom:30px}.footer__item .schedule{margin-bottom:40px}.footer__logo{width:157px;display:flex;flex-wrap:wrap;margin-bottom:25px}.footer__logo-icon{width:157px;height:70px}.footer__logo-text{display:block;margin-top:5px;font-size:7.8px;line-height:1;font-weight:600;color:#000;text-transform:uppercase}.footer__subitem{width:100%;margin-bottom:12px}.footer__phone-item{width:100%;margin-bottom:6px}.footer__item-title{width:100%;display:block;font-size:18px;line-height:1;font-weight:600;color:#000;margin-bottom:16px}.footer__schedule-note{width:100%;font-size:16px;line-height:1;font-weight:400;color:#000}.footer__schedule-note span{font-weight:600;color:#00a7e1}.footer__bottom{width:100%;display:flex;flex-wrap:wrap;margin-top:20px;margin-bottom:20px}.footer__bottom-link{display:block;width:100%;font-size:16px;line-height:1.3;font-weight:400;color:#000;text-decoration:underline;margin-bottom:8px}.footer__signature{display:block;width:100%;font-size:16px;line-height:1;font-weight:400;color:#000;margin-top:20px}.footer__btn{position:absolute;top:30px;right:15px;width:50px;height:50px;display:flex;justify-content:center;align-items:center;border-radius:10px;background-color:#00a7e1}.footer__btn-icon{width:25px;height:25px;stroke:#fff;stroke-width:4;transform:rotate(-90deg)}.footer__address .address__icon{width:16px;height:16px}.footer__email .email__icon{width:16px;height:16px;margin-top:3px}@media screen and (min-width: 420px){.footer__schedule-note{font-size:18px}.footer__item-title{font-size:20px}.footer__logo{width:160px;height:88px}.footer__logo-icon{width:160px;height:75px}.footer__address .address__icon{width:20px;height:20px}.footer__email .email__icon{width:20px;height:20px;margin-top:3px}}@media screen and (min-width: 768px){.footer__container{display:flex;flex-wrap:wrap;align-items:flex-start}.footer__item{width:50%}}@media screen and (min-width: 992px){.footer__item{margin-bottom:0}.footer__item:nth-child(1){width:25%}.footer__item:nth-child(2){width:20%}.footer__item:nth-child(3){width:20%}.footer__item:nth-child(4){width:35%;padding-left:30px}.footer__item-title{font-size:18px}.footer__schedule-note,.footer__phone-item .phone-item__number{font-size:16px}.footer__bottom-link{margin-bottom:0;width:33%;line-height:1}.footer__bottom-link:nth-child(1){order:1}.footer__bottom-link:nth-child(2){order:3;text-align:right}.footer__signature{width:33%;order:2;line-height:1;margin-top:0;text-align:center}.footer__bottom{margin-top:15px;margin-bottom:15px}.footer__container-bottom{align-items:center;padding-left:0;padding-right:0}.footer__btn{top:-26px}.footer__logo{margin-bottom:40px}.footer__main{padding-top:50px;padding-bottom:50px}}@media screen and (min-width: 1340px){.footer__item:nth-child(1){width:25%}.footer__item:nth-child(2){width:25%}.footer__item:nth-child(3){width:25%}.footer__item:nth-child(4){width:25%}}@media screen and (min-width: 1560px){.footer__item:nth-child(1){width:25%}.footer__item:nth-child(2){width:25%}.footer__item:nth-child(3){width:25%}.footer__item:nth-child(4){width:25%}}.title{display:block;text-align:left;font-size:22px;line-height:1.2;font-weight:600;color:#000;margin-bottom:20px}@media screen and (min-width: 420px){.title{font-size:22px}}@media screen and (min-width: 768px){.title{font-size:24px}}@media screen and (min-width: 992px){.title{font-size:26px}}@media screen and (min-width: 1200px){.title{font-size:28px}}@media screen and (min-width: 1340px){.title{font-size:36px}}.btn{height:54px;display:flex;justify-content:center;align-items:center;border-radius:10px;background-color:#00a7e1;color:#fff;font-size:16px;line-height:1;font-weight:600}@media screen and (min-width: 1200px){.btn{font-size:18px;transition:.3s linear}.btn:hover{background-color:#08226e}}.navigation__ul{display:flex;flex-wrap:wrap}.navigation__li{width:100%;padding:5px 0}.navigation__link{font-size:16px;line-height:1;font-weight:400;color:#000}@media screen and (min-width: 420px){.navigation__link{font-size:18px}}@media screen and (min-width: 992px){.navigation__link{font-size:16px}}@media screen and (min-width: 1200px){.navigation__link{transition:.3s linear}.navigation__link:hover{color:#00a7e1}}.schedule__item{display:flex;padding:5px 0}.schedule__days{font-size:16px;line-height:1;font-weight:400;color:#000;margin-right:5px}.schedule__hours{font-size:16px;line-height:1;font-weight:400;color:#000}@media screen and (min-width: 420px){.schedule__hours,.schedule__days{font-size:18px}}@media screen and (min-width: 992px){.schedule__hours,.schedule__days{font-size:16px}}.address{display:flex;align-items:center}.address__icon{width:24px;height:24px;margin-right:10px;fill:#00a7e1}.address__text{width:calc(100% - 34px);font-size:16px;line-height:1.2;font-weight:600;color:#000;font-style:normal;text-wrap:balance}@media screen and (min-width: 420px){.address__text{font-size:18px}}@media screen and (min-width: 992px){.address__text{font-size:16px}}.phone-item{display:flex;align-items:center;justify-content:flex-start}.phone-item__icon{width:20px;height:20px;stroke:#00a7e1;margin-right:10px;stroke-width:2}.phone-item__number{font-size:18px;line-height:1;font-weight:600;color:#000;min-width:125px;margin-right:10px}.phone-item__link{display:flex;justify-content:center;align-items:center;width:24px;height:24px;margin-right:10px}.phone-item__link-icon{width:100%;height:100%}.phone-item__link-icon--viber{fill:#7360f2}.phone-item__link-icon--whatsapp{fill:#25d366}.phone-item__link-icon--telegram{fill:#24a1de}.phone-wrap{position:relative;width:100%;display:flex;flex-wrap:wrap;padding-left:40px}.phone-wrap--footer{padding-left:25px}.phone-wrap--footer .phone-wrap__icon{top:3px;width:16px;height:16px}.phone-wrap__icon{position:absolute;top:0;left:0;width:30px;height:30px;stroke:#00a7e1;stroke-width:2}@media screen and (min-width: 420px){.phone-item__number{font-size:20px}.phone-item__link{width:28px;height:28px}.phone-wrap--footer{padding-left:27px}.phone-wrap--footer .phone-wrap__icon{top:5px;width:20px;height:20px}}@media screen and (min-width: 992px){.phone-wrap--header-mob{display:none}.phone-item__number{min-width:115px}}@media screen and (min-width: 1340px){.phone-item__icon{width:28px;height:28px}.phone-item__number{font-size:18px}.phone-item__link-icon{width:28px;height:28px}}.email{display:flex;align-items:center}.email__icon{width:20px;height:20px;margin-right:10px;fill:#00a7e1}.email__text{font-size:16px;line-height:1;font-weight:600;color:#000;text-decoration:underline}@media screen and (min-width: 420px){.email__text{font-size:18px}}@media screen and (min-width: 992px){.email__text{font-size:16px}}.switch-langs{display:flex;width:-moz-fit-content;width:fit-content}.switch-langs__btn-icon{display:none}.switch-langs__item{display:flex;align-items:center;font-weight:400;font-size:16px;line-height:1.2;text-transform:uppercase;color:#000}.switch-langs__item.active-lg{font-weight:500;color:#00a7e1;border-bottom:2px solid #00A7E1}.switch-langs__item:not(:last-child){margin-right:20px}@media screen and (min-width: 992px){.switch-langs{position:absolute;right:0;top:15px;width:70px;height:-moz-fit-content;height:fit-content;align-self:center;margin-left:auto;margin-right:0;align-items:center;padding:5px 15px;flex-wrap:wrap}.switch-langs.active{border-radius:10px;border:1px solid #00A7E1;background-color:#fff}.switch-langs.active .switch-langs__item{visibility:visible;opacity:1}.switch-langs.active .switch-langs__btn-icon{transform:rotate(-90deg);stroke:#00a7e1;stroke-width:7}.switch-langs__btn-icon{display:flex;width:15px;height:15px;transform:rotate(90deg);stroke:#000;stroke-width:1.5;pointer-events:none;margin-left:3px}.switch-langs__item{margin-right:0;font-size:14px;color:#000;visibility:hidden;opacity:0}.switch-langs__item.active-lg{visibility:visible;opacity:1;font-weight:400;color:#000;border-bottom:2px solid transparent}.switch-langs__item:not(:last-child){margin-right:0}}.favorites{display:flex;align-items:center}.favorites__wrap{position:relative;display:flex;justify-content:center;align-items:center;width:50px;height:50px;border-radius:10px;background-color:#f5f6f9}.favorites__icon{width:30px;height:30px;stroke:#00a7e1;stroke-width:2;fill:transparent}.favorites__count{position:absolute;top:6px;right:4px;width:17px;height:17px;border-radius:50%;display:flex;justify-content:center;align-items:center;background-color:#00a7e1;color:#fff;font-size:12px;line-height:1;font-weight:700}.favorites__count.hide{visibility:hidden;opacity:0}.favorites__text{font-size:16px;line-height:1;font-weight:400;color:#000}.search{display:flex;height:50px;border-radius:10px;border:1px solid #F5F6F9;overflow:hidden;background-color:#fff}.search.active{border:1px solid #00A7E1}.search.active .search__input,.search.active .search__btn{background-color:#fff}.search__btn-icon{width:24px;height:24px;fill:#00a7e1;position:relative;z-index:1}.search__input{width:calc(100% - 45px);padding-left:20px;font-size:16px;line-height:1;color:#000;font-weight:400}.search__btn{position:relative;width:45px;height:100%;margin-right:1px;background-color:#fff}@media screen and (min-width: 992px){.search,.search__input,.search__btn{background-color:#f5f6f9}}.messengers{width:100%;display:flex;flex-wrap:wrap}.messengers__title{width:100%;display:block;text-align:left;font-size:16px;line-height:1;font-weight:600;color:#000;margin-bottom:10px}.messengers__box{width:100%;display:flex;justify-content:flex-start}.messengers__item{width:40px;height:40px;display:flex;justify-content:center;align-items:center;border-radius:10px;background-color:#fff;margin-right:10px;border:1px solid #fff}.messengers__icon{width:21px;height:21px}@media screen and (min-width: 420px){.messengers__title{font-size:18px}.messengers__item{width:45px;height:45px}.messengers__icon{width:25px;height:25px}}@media screen and (min-width: 1200px){.messengers__title{font-size:20px}.messengers__item{transition:.3s linear}.messengers__item:hover{border:1px solid #00A7E1;box-shadow:0 0 5px 5px #a5a3a333}}.card{position:relative;display:flex;flex-direction:column;align-items:stretch;height:auto;border-radius:16px;overflow:hidden;background-color:#fff;border:1px solid #E8E7E7}.card__image{width:100%;height:100%}.card__picture{width:100%;position:relative;display:flex;height:100%;padding-bottom:78%}.card__img{position:absolute;top:0;left:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.card__favorite-form{position:absolute;top:5px;right:5px;width:30px;height:29px;background-color:#fff;border-radius:6px;display:flex;justify-content:center;align-items:center}.card__favorite-btn{width:100%;height:100%}.card__favorite-btn.clicked .card__favorite-icon{fill:#00a7e1;stroke:#00a7e1}.card__favorite-icon{width:20px;height:20px;fill:#fff;stroke:#00a7e1}.card__content{width:100%;display:flex;flex-wrap:wrap;padding:10px;margin-top:auto}.card__lot{width:100%;font-size:11px;line-height:1;color:#000;font-weight:400;margin-bottom:10px}.card__name-link{width:100%}.card__name{font-size:14px;line-height:1.3;font-weight:600;color:#000;margin-bottom:15px;overflow:hidden;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.card__bottom{width:100%;display:flex;justify-content:space-between;align-items:center}.card__price{width:-moz-fit-content;width:fit-content;font-size:16px;line-height:1;font-weight:600;color:#0047ba}.card__cart-link{width:35px;height:35px;border-radius:6px;display:flex;justify-content:center;align-items:center;background-color:#00a7e1}.card__cart-icon{width:22px;height:22px;fill:#fff}@media screen and (min-width: 420px){.card__picture{padding-bottom:72%}.card__lot{font-size:12px}.card__name{font-size:15px}.card__price{font-size:18px}}@media screen and (min-width: 1200px){.card{transition-duration:.3s}.card:hover{box-shadow:0 0 5px 5px #a5a3a333}.card__favorite-form{width:36px;height:36px;border-radius:10px}.card__favorite-icon{width:24px;height:24px}.card__picture{padding-bottom:77%}.card__content{padding:20px}.card__name{font-size:16px}.card__price{font-size:20px}.card__cart-link{width:54px;height:54px;transition:.3s linear}.card__cart-link:hover{background-color:#08226e}.card__cart-icon{width:24px;height:24px}}.slider-cards{padding-bottom:40px}.slider-cards .swiper-slide{display:flex;height:auto}.slider-cards__box{position:relative;padding-bottom:20px}.slider-cards__btn{position:absolute;top:-45px;right:0;width:30px;height:30px;display:flex;justify-content:center;align-items:center;z-index:10;transition-duration:.3s}.slider-cards__btn.swiper-button-disabled{pointer-events:none}.slider-cards__btn--prev{right:35px}.slider-cards__btn--prev .slider-cards__icon{transform:rotate(180deg)}.slider-cards__btn--next{right:0}.slider-cards__btn--next:before{position:absolute;content:"";top:3px;left:-3px;width:1.5px;height:24px;background-color:#8b8d92}.slider-cards__icon{width:24px;height:24px;stroke:#8b8d92;stroke-width:8}.slider-cards .swiper-button-disabled .slider-cards__icon{stroke:#a6a5a5}.slider-cards .swiper-button-lock{display:none}.slider-cards__link{width:-moz-fit-content;width:fit-content;color:#00a7e1;font-size:16px;line-height:1;font-weight:600;border-bottom:2px solid #00A7E1}@media screen and (min-width: 992px){.slider-cards .swiper-wrapper{padding:10px 0}.slider-cards .swiper-container{overflow-x:hidden}.slider-cards__link{position:absolute;top:14px;right:115px;font-size:18px;transition:.3s linear}.slider-cards__link:hover{color:#08226e;border-bottom:2px solid #08226E}.slider-cards__icon:hover{stroke:#00a7e1}}@media screen and (min-width: 1340px){.slider-cards__link{font-size:22px;top:19px;right:145px}}.p-categories{width:100%;position:relative}.p-categories__box{overflow:hidden}.p-categories__item{width:100%;height:100px;display:flex;justify-content:space-between;align-items:center;border-radius:16px;background-color:#f5f6f9;margin-bottom:10px}.p-categories__item-name{display:flex;align-items:center;width:50%;font-size:18px;line-height:1.2;font-weight:600;color:#000;padding-left:17px}.p-categories__picture{height:100%}.p-categories__img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.p-categories__btn{position:absolute;top:0;right:0;width:30px;height:30px;display:flex;justify-content:center;align-items:center;z-index:10;transition-duration:.3s}.p-categories__btn.swiper-button-disabled{pointer-events:none}.p-categories__btn--prev{right:35px}.p-categories__btn--prev .p-categories__icon{transform:rotate(180deg)}.p-categories__btn--next{right:0}.p-categories__btn--next:before{position:absolute;content:"";top:3px;left:-3px;width:1.5px;height:24px;background-color:#8b8d92}.p-categories__icon{width:24px;height:24px;stroke:#8b8d92;stroke-width:8}.p-categories .swiper-button-disabled .p-categories__icon{stroke:#a6a5a5}.p-categories .swiper-button-lock{display:none}@media screen and (min-width: 992px){.p-categories__icon:hover{stroke:#00a7e1}.p-categories__navigation{display:none}.p-categories .swiper-wrapper{display:grid;grid-template-columns:repeat(2,1fr);-moz-column-gap:15px;column-gap:15px;row-gap:10px}}@media screen and (min-width: 1200px){.p-categories .swiper-wrapper{display:grid;grid-template-columns:repeat(4,1fr);-moz-column-gap:15px;column-gap:15px;row-gap:10px}.p-categories__item{height:140px;transition:.3s linear}.p-categories__item:hover{background-color:#00a7e1}.p-categories__item:hover .p-categories__item-name{color:#fff}.p-categories__item:hover .p-categories__item-name:after{visibility:visible;opacity:1}.p-categories__picture{height:auto}.p-categories__item-name{display:block;width:-moz-min-content;width:min-content;font-size:22px;padding-left:26px;text-wrap:balance;position:relative}.p-categories__item-name:after{position:absolute;content:"";top:44%;right:-17px;width:11px;height:11px;border-top:2px solid #fff;border-right:2px solid #fff;transform:rotate(45deg);visibility:hidden;opacity:0}}@media screen and (min-width: 1560px){.p-categories .swiper-wrapper{-moz-column-gap:30px;column-gap:30px;row-gap:15px}.p-categories__item{height:204px}.p-categories__item-name{font-size:26px;position:relative}}.marks{width:100%;position:relative}.marks__box{overflow:hidden}.marks__item{margin-bottom:10px}.marks__figure{width:100%;display:flex;flex-wrap:wrap;justify-content:center;align-items:center}.marks__img{width:70px;height:70px;-o-object-fit:contain;object-fit:contain}.marks__picture{width:100%;height:120px;display:flex;justify-content:center;align-items:center;border-radius:16px;border:1px solid #F5F6F9;margin-bottom:5px}.marks__text{width:100%;display:block;text-align:center;color:#000;font-size:14px;line-height:1;font-weight:600}.marks__btn{position:absolute;top:0;right:0;width:30px;height:30px;display:flex;justify-content:center;align-items:center;z-index:10;transition-duration:.3s}.marks__btn.swiper-button-disabled{pointer-events:none}.marks__btn--prev{right:35px}.marks__btn--prev .marks__icon{transform:rotate(180deg)}.marks__btn--next{right:0}.marks__btn--next:before{position:absolute;content:"";top:3px;left:-3px;width:1.5px;height:24px;background-color:#8b8d92}.marks__icon{width:24px;height:24px;stroke:#8b8d92;stroke-width:8}.marks .swiper-button-disabled .marks__icon{stroke:#a6a5a5}.marks .swiper-button-lock{display:none}@media screen and (min-width: 420px){.marks__picture{height:140px}.marks__text{font-size:16px}.marks__img{width:77px;height:77px}}@media screen and (min-width: 992px){.marks__picture{height:160px;margin-bottom:16px}.marks__text{font-size:18px}.marks__img{width:84px;height:84px}}@media screen and (min-width: 1200px){.marks__item{margin-bottom:20px;transition:.3 linear}.marks__item:hover .marks__picture{border:1px solid #00A7E1;box-shadow:0 0 5px 5px #a5a3a333}.marks__picture{height:180px}.marks__text{font-size:22px}.marks__img{width:110px;height:110px}}@media screen and (min-width: 1560px){.marks__item{margin-bottom:25px}.marks__picture{height:204px}.marks__text{font-size:24px}.marks__img{width:130px;height:130px}}.faq{position:relative}.faq__container{display:flex;flex-wrap:wrap}.faq__box{position:relative;width:100%;display:flex;flex-wrap:wrap;align-content:flex-start}.faq__header{width:100%}.faq__wrapper{width:100%;display:flex;flex-wrap:wrap;padding-bottom:50px}.faq__item{width:100%;padding:20px;border-radius:15px;border:1px solid #F5F6F9;margin-bottom:10px;flex-wrap:wrap}.faq__item.active .faq__collapse{margin-top:10px}.faq__header{width:100%;display:flex;align-items:center;justify-content:space-between;font-size:16px;line-height:1.3;font-weight:600;color:#000;cursor:pointer}.faq__header span{width:calc(100% - 20px)}.faq__icon{width:15px;height:15px;stroke:#8b8d92;transform:rotate(90deg)}.faq__collapse{height:0;overflow:hidden;transition-duration:.3s;transition-property:height,margin;font-size:14px;line-height:1.5}.faq__collapse div{padding-bottom:25px}.faq__collapse a{color:#00a7e1;font-weight:400;transition-duration:.3s}.faq__collapse a:hover{text-decoration:underline}.faq__collapse ul,.faq__collapse ol{list-style-type:disc;padding-left:15px}.faq__collapse ul li::marker,.faq__collapse ol li::marker{color:#00a7e1;list-style-position:inside}.faq__box-img{width:100%;border-radius:16px;background-color:#08226e;display:flex;align-items:center;height:200px;overflow:hidden}.faq__img-wrap{width:50%;display:flex;flex-wrap:wrap;padding-left:20px}.faq__img-title{display:block;font-size:18px;line-height:1.3;color:#fff;font-weight:600;margin-bottom:16px}.faq__img-text{display:block;font-size:14px;line-height:1.3;color:#fff;font-weight:400}.faq__picture{width:auto;height:100%;position:absolute;right:2px;bottom:0}.faq__img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain}.faq__link{position:absolute;left:0;bottom:20px;width:-moz-fit-content;width:fit-content;display:block;color:#00a7e1;font-size:16px;line-height:1;font-weight:600;border-bottom:2px solid #00A7E1}@media screen and (min-width: 992px){.faq__box{width:50%}.faq__box-img{height:415px;min-height:415px;max-height:415px}.faq__img{height:415px}.faq__link{position:relative;left:auto;bottom:auto;transition:.3s linear}.faq__link:hover{color:#08226e;border-bottom:2px solid #08226E}.faq__box-header{width:100%;display:flex;align-items:baseline;justify-content:space-between;padding-right:20px}.faq__wrapper{padding-bottom:0;padding-right:20px}.faq__item:last-child{margin-bottom:0}.faq__img-title{font-size:20px}.faq__img-text{font-size:16px}}@media screen and (min-width: 1200px){.faq__box-img{height:465px;min-height:465px;max-height:465px}.faq__img{height:465px}.faq__wrapper,.faq__box-header{padding-right:30px}.faq__link{font-size:20px}.faq__header{font-size:18px}.faq__icon{width:18px;height:18px}.faq__collapse{font-size:16px}.faq__img-title{font-size:28px}.faq__img-text{font-size:20px}.faq__img-wrap{width:60%;padding-left:40px}}@media screen and (min-width: 1360px){.faq__box-img{height:455px;min-height:455px;max-height:455px}.faq__img{height:455px}}@media screen and (min-width: 1560px){.faq__link,.faq__header{font-size:22px}.faq__img-title{font-size:34px}.faq__img-text{font-size:22px}.faq__box-img{height:485px;min-height:485px;max-height:485px}.faq__img{height:485px}}.offer{width:100%;display:flex;flex-wrap:wrap;border-bottom:1px solid #F5F6F9}.offer__box{width:100%;display:flex;flex-wrap:wrap}.offer__box--picture{background-color:#f5f6f9;border-radius:20px;padding:20px;position:relative;margin-top:40px}.offer__item{width:100%;display:flex;align-items:center;font-size:18px;line-height:1.3;font-weight:600;color:#000;margin-bottom:16px}.offer__item-digit{width:39px;height:39px;display:flex;justify-content:center;align-items:center;background-color:#08226e;font-size:18px;line-height:1;font-weight:700;color:#fff;border-radius:10px;margin-right:10px}.offer__item-text{width:calc(100% - 50px)}.offer__picture{position:absolute;top:-8px;right:5px;width:107px;height:105px}.offer__img{width:100%;height:100%}.offer__slogan{width:80%;font-size:14px;line-height:1.3;font-weight:400;color:#000;margin-bottom:16px}.offer__link{width:100%}@media screen and (min-width: 768px){.offer__container{display:flex;flex-wrap:wrap}.offer__box{width:50%}.offer__box--picture{margin-top:0;align-content:center}}@media screen and (min-width: 1200px){.offer__box--picture{padding:20px 40px}.offer__item{font-size:20px}.offer__item-digit{margin-right:29px}.offer__item-text{width:calc(100% - 70px)}.offer__picture{width:210px;height:200px;top:50px}.offer__slogan{width:65%;font-size:18px}.offer__link{width:-moz-fit-content;width:fit-content;padding:0 77px}}@media screen and (min-width: 1560px){.offer__picture{width:260px;height:250px}.offer__item{font-size:24px}.offer__slogan{font-size:22px}.offer__picture{top:6px}}.benefits{width:100%;display:flex;align-items:center}.benefits__box{width:100%;display:flex;flex-wrap:wrap}.benefits__item{width:100%;display:flex;align-items:center;margin-bottom:10px}.benefits__item-icon{width:50px;height:50px;display:flex;justify-content:center;align-items:center;border-radius:10px;background-color:#f5f6f9;margin-right:10px}.benefits__icon{width:30px;height:30px;fill:#08226e;color:#08226e}.benefits__item-text{width:calc(100% - 65px);font-size:16px;line-height:1.2;font-weight:600;color:#000;font-style:normal;text-wrap:balance}@media screen and (min-width: 420px){.benefits__item-text{font-size:18px}.benefits__item-icon{width:60px;height:60px}.benefits__icon{width:35px;height:35px}.benefits__item-text{width:calc(100% - 75px)}}@media screen and (min-width: 768px){.benefits__box{justify-content:center}.benefits__item{width:50%}}@media screen and (min-width: 1200px){.benefits__item{width:20%}.benefits__item-text{font-size:16px}}@media screen and (min-width: 1560px){.benefits__item{width:20%}.benefits__item-text{font-size:18px}.benefits__item-icon{width:86px;height:86px}.benefits__icon{width:40px;height:40px}.benefits__item-text{width:calc(100% - 100px)}}.filter{width:100%;padding:20px;background-color:#fff;border-radius:20px}.filter__form{width:100%}.filter__item{width:100%;display:flex;position:relative;margin-bottom:12px}.filter__item select{height:45px}.filter__item--hidden{display:none}.filter .success .select .ss-single-selected{border:1px solid #00A7E1;background-color:#fff}.filter__submit{width:100%;height:45px;background-color:#00a7e1;font-size:16px;line-height:1;font-weight:600;color:#fff}.filter__submit.disabled{pointer-events:none;opacity:.5}.filter__submit-icon{width:24px;height:24px;fill:#fff;margin-right:5px}@media screen and (min-width: 460px){.filter{width:360px;margin:0 auto}}@media screen and (min-width: 992px){.filter{width:100%}.filter__form{display:grid;-moz-column-gap:15px;column-gap:15px;grid-template-columns:repeat(6,1fr)}.filter__item{margin-bottom:0}.filter__submit{height:54px}}@media screen and (min-width: 1350px){.filter__form{grid-template-columns:repeat(5,1fr) 130px}}.text{font-size:14px;line-height:1.4;color:#000;font-weight:400}.text__container{width:100%;display:flex;flex-wrap:wrap}.text p{width:100%;font-size:14px;margin-bottom:15px;line-height:1.4}.text span{width:100%;font-size:14px;line-height:1.4}.text .bold{font-weight:600}.text h1,.text h2,.text h3,.text h4,.text h5{width:100%;display:block;line-height:1.2;font-weight:600;color:#000;margin-bottom:10px}.text h1{font-size:24px}.text h2{font-size:22px}.text h3{font-size:20px}.text h4{font-size:18px}.text h5{font-size:16px}.text a{font-size:14px;line-height:1.4;color:#00a7e1;text-decoration:underline}.text ul{font-size:14px;line-height:1.4;list-style-type:disc;list-style-position:inside;padding-bottom:20px}.text ul li{padding-bottom:10px;list-style-image:url(/build/assets/check-circle-eadabde1.svg)}.text ul li::marker{line-height:1.4}.text ol{font-size:14px;line-height:1.4;list-style-type:decimal;list-style-position:inside;padding-bottom:20px}.text ol li{padding-bottom:10px}.text dl{width:100%}.text dt{font-weight:400;width:100%}@media screen and (min-width: 380px){.text{font-size:15px}.text h1{font-size:26px}.text h2{font-size:24px}.text h3{font-size:22px}.text h4{font-size:20px}.text h5{font-size:18px}.text a,.text ul,.text ol{font-size:15px}.text p,.text span{font-size:16px}}@media screen and (min-width: 768px){.text{font-size:16px}.text h1{font-size:28px}.text h2{font-size:26px}.text h3{font-size:24px}.text h4{font-size:22px}.text h5{font-size:20px}.text a{font-size:18px}.text ul,.text ol,.text p,.text span{font-size:16px}}@media screen and (min-width: 1200px){.text{font-size:18px}.text h1{font-size:30px}.text h2{font-size:28px}.text h3{font-size:26px}.text h4{font-size:24px}.text h5{font-size:22px}.text a,.text ul,.text ol,.text p,.text span{font-size:18px}}@media screen and (min-width: 1560px){.text h1{font-size:30px}.text h2{font-size:28px}.text h3{font-size:26px}.text h4{font-size:24px}.text h5{font-size:22px}}.select{width:100%;height:45px}.select.selected .ss-single-selected{border:1px solid #00A7E1}.select.selected .ss-single-selected .ss-arrow .arrow-down{border:solid #00A7E1;border-width:0 2px 2px 0}.select.selected .ss-single-selected .placeholder{font-size:16px;line-height:1;font-weight:400;color:#000}.select .ss-open-below{border-radius:10px!important}.select .ss-single-selected{position:relative;height:auto;border-radius:10px;border:1px solid #F5F6F9;padding:8px 16px;background-color:#f5f6f9}.select .ss-single-selected .placeholder{font-size:16px;line-height:1;font-weight:400;color:#000;z-index:2}.select .ss-single-selected .placeholder .ss-disabled{font-size:16px;line-height:1;font-weight:400;color:#8b8d92}.select .ss-single-selected .ss-arrow{width:24px;height:24px;justify-content:center;margin:0;z-index:2}.select .ss-single-selected .ss-arrow span{padding:4px}.select .ss-single-selected .ss-arrow .arrow-down{margin:0;border:solid #000;border-width:0 2px 2px 0}.select .ss-single-selected .ss-arrow .arrow-up{margin:0;border:solid #00A7E1;border-width:0 2px 2px 0}.select .ss-single-selected.ss-disabled{background-color:#f5f6f9;cursor:default}.select .ss-content{position:absolute;overflow:hidden;border-radius:10px;width:100%;margin:10px 0 0;box-sizing:border-box;border:solid 1px #00A7E1;z-index:1010;background-color:#fff;transform-origin:center top;transition:transform .2s,opacity .2s}.select .ss-content:before,.select .ss-content:after{position:absolute;content:"";z-index:5}.select .ss-content:before{top:20px;right:26px;width:15px;height:15px;border-radius:10px;border:2px solid #00A7E1}.select .ss-content:after{top:32px;right:25px;width:2px;height:8px;background:#00A7E1;transform:rotate(-38deg)}.select .ss-content .ss-search{position:relative}.select .ss-content .ss-search input{position:relative;height:44px;font-size:16px;font-weight:400;line-height:1;border-radius:10px;padding:10px 25px}.select .ss-content .ss-search input:focus{box-shadow:none}.select .ss-content .ss-search.ss-hide{display:none}.select .ss-content .ss-list{min-height:auto;max-height:300px;overflow-y:auto;margin-top:7px;padding-bottom:17px;margin-right:10px}.select .ss-content .ss-list::-webkit-scrollbar{width:5px}.select .ss-content .ss-list::-webkit-scrollbar-thumb{background-color:#00a7e1;border-radius:2px}.select .ss-content .ss-list::-webkit-scrollbar-button{height:0}.select .ss-content .ss-list::-webkit-scrollbar-track-piece{width:1px;background-color:#f5f6f9}.select .ss-content .ss-option{font-size:16px;line-height:1.1;font-weight:400;padding:10px 10px 10px 20px;color:#000;text-transform:capitalize}.select .ss-content .ss-option:hover{color:#00a7e1;background-color:#fff}.select .ss-content .ss-option.ss-option-selected{background-color:#fff;color:#000;font-weight:600;cursor:pointer}.select .ss-content .ss-option.ss-disabled{cursor:default}@media screen and (min-width: 1200px){.select,.select .ss-single-selected{height:54px}.select .ss-single-selected .ss-arrow{margin:3px 0 0}}.home__wrap-filter{position:relative;padding-bottom:30px;margin-bottom:30px}.home__filter-title{display:block;text-align:center;width:90%;margin:0 auto;font-size:25px;line-height:1.3;font-weight:600;color:#fff;padding-top:30px;padding-bottom:20px}.home__filter-text{display:block;text-align:center;width:90%;margin:0 auto;font-size:20px;line-height:1.3;font-weight:400;color:#fff;padding-bottom:20px}.home__filter-picture{position:absolute;top:0;left:0;right:0;bottom:0;width:100%;height:100%;z-index:0}.home__filter-img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.home__benefits,.home__marks{margin-bottom:50px;padding-bottom:25px;border-bottom:1px solid #F5F6F9}.home__p-categories{margin-bottom:50px;padding-bottom:40px;border-bottom:1px solid #F5F6F9}.home__offer{padding-bottom:50px;margin-bottom:50px;border-bottom:1px solid #F5F6F9}.home__slider-cards{padding-bottom:20px;margin-bottom:50px;border-bottom:1px solid #F5F6F9}@media screen and (min-width: 992px){.home__filter-title{font-size:30px;padding-bottom:15px}.home__filter-text{font-size:24px;padding-bottom:40px}.home__wrap-filter{padding-bottom:40px}}@media screen and (min-width: 1200px){.home__filter-title{font-size:36px;padding-top:50px;padding-bottom:15px}.home__filter-text{font-size:28px}.home__wrap-filter{padding-bottom:50px}}@media screen and (min-width: 1360px){.home__filter-title{font-size:42px;padding-top:70px;padding-bottom:15px}.home__filter-text{font-size:32px;padding-bottom:50px}.home__wrap-filter{padding-bottom:70px}}@media screen and (min-width: 1560px){.home__filter-title{font-size:50px;padding-top:100px}.home__filter-text{font-size:36px}.home__wrap-filter{padding-bottom:100px}}
