.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{flex:1 1 100%;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,.ss-main .ss-single-selected .placeholder *{display:flex;align-items:center;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ss-main .ss-single-selected .placeholder *{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 #666;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:#666;position:relative;height:10px;width:2px;transition:transform .2s}.ss-main .ss-multi-selected .ss-add .ss-plus:after{background:#666;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:1px solid #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:0;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:0;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.ss-highlighted,.ss-content .ss-list .ss-option:hover{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:lg;src:url(/build/assets/lg-965a0e5f.woff2?io9a6k) format("woff2"),url(/build/assets/lg-22b72ba5.ttf?io9a6k) format("truetype"),url(/build/assets/lg-fefc5c0d.woff?io9a6k) format("woff"),url(/build/assets/lg-f2fe1c00.svg?io9a6k#lg) format("svg");font-weight:400;font-style:normal;font-display:block}.lg-icon{font-family:lg!important;speak:never;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.lg-container{font-family:system-ui,-apple-system,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,Liberation Sans,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji"}.lg-next,.lg-prev{background-color:#00000073;border-radius:2px;color:#999;cursor:pointer;display:block;font-size:22px;margin-top:-10px;padding:8px 10px 9px;position:absolute;top:50%;z-index:1084;outline:none;border:none}.lg-next.disabled,.lg-prev.disabled{opacity:0!important;cursor:default}.lg-next:hover:not(.disabled),.lg-prev:hover:not(.disabled){color:#fff}.lg-single-item .lg-next,.lg-single-item .lg-prev{display:none}.lg-next{right:20px}.lg-next:before{content:""}.lg-prev{left:20px}.lg-prev:after{content:""}@keyframes lg-right-end{0%{left:0}50%{left:-30px}to{left:0}}@keyframes lg-left-end{0%{left:0}50%{left:30px}to{left:0}}.lg-outer.lg-right-end .lg-object{animation:lg-right-end .3s;position:relative}.lg-outer.lg-left-end .lg-object{animation:lg-left-end .3s;position:relative}.lg-toolbar{z-index:1082;left:0;position:absolute;top:0;width:100%}.lg-media-overlap .lg-toolbar{background-image:linear-gradient(0deg,rgba(0,0,0,0),rgba(0,0,0,.4))}.lg-toolbar .lg-icon{color:#999;cursor:pointer;float:right;font-size:24px;height:47px;line-height:27px;padding:10px 0;text-align:center;width:50px;text-decoration:none!important;outline:medium none;will-change:color;transition:color .2s linear;background:none;border:none;box-shadow:none}.lg-toolbar .lg-icon.lg-icon-18{font-size:18px}.lg-toolbar .lg-icon:hover{color:#fff}.lg-toolbar .lg-close:after{content:""}.lg-toolbar .lg-maximize{font-size:22px}.lg-toolbar .lg-maximize:after{content:""}.lg-toolbar .lg-download:after{content:""}.lg-sub-html{color:#eee;font-size:16px;padding:10px 40px;text-align:center;z-index:1080;opacity:0;transition:opacity .2s ease-out 0s}.lg-sub-html h4{margin:0;font-size:13px;font-weight:700}.lg-sub-html p{font-size:12px;margin:5px 0 0}.lg-sub-html a{color:inherit}.lg-sub-html a:hover{text-decoration:underline}.lg-media-overlap .lg-sub-html{background-image:linear-gradient(180deg,rgba(0,0,0,0),rgba(0,0,0,.6))}.lg-item .lg-sub-html{position:absolute;bottom:0;right:0;left:0}.lg-error-msg{font-size:14px;color:#999}.lg-counter{color:#999;display:inline-block;font-size:16px;padding-left:20px;padding-top:12px;height:47px;vertical-align:middle}.lg-closing .lg-toolbar,.lg-closing .lg-prev,.lg-closing .lg-next,.lg-closing .lg-sub-html{opacity:0;transition:transform .08 cubic-bezier(0,0,.25,1) 0s,opacity .08 cubic-bezier(0,0,.25,1) 0s,color .08 linear}body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item:not(.lg-zoomable) .lg-img-wrap,body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item:not(.lg-zoomable) .lg-video-cont{opacity:0;transform:scale3d(.5,.5,.5);will-change:transform,opacity;transition:transform .25s cubic-bezier(0,0,.25,1) 0s,opacity .25s cubic-bezier(0,0,.25,1)!important}body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item:not(.lg-zoomable).lg-complete .lg-img-wrap,body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item:not(.lg-zoomable).lg-complete .lg-video-cont{opacity:1;transform:scaleZ(1)}.lg-icon:focus-visible{color:#fff;border-radius:3px;outline:1px dashed rgba(255,255,255,.6)}.lg-toolbar .lg-icon:focus-visible{border-radius:8px;outline-offset:-5px}.lg-group:after{content:"";display:table;clear:both}.lg-container{display:none;outline:none}.lg-on{scroll-behavior:unset}.lg-overlay-open{overflow:hidden}.lg-toolbar,.lg-prev,.lg-next,.lg-pager-outer,.lg-hide-sub-html .lg-sub-html{opacity:0;will-change:transform,opacity;transition:transform .25s cubic-bezier(0,0,.25,1) 0s,opacity .25s cubic-bezier(0,0,.25,1) 0s}.lg-show-in .lg-toolbar,.lg-show-in .lg-prev,.lg-show-in .lg-next,.lg-show-in .lg-pager-outer,.lg-show-in.lg-hide-sub-html .lg-sub-html{opacity:1}.lg-show-in .lg-hide-items .lg-prev{opacity:0;transform:translate3d(-10px,0,0)}.lg-show-in .lg-hide-items .lg-next{opacity:0;transform:translate3d(10px,0,0)}.lg-show-in .lg-hide-items .lg-toolbar{opacity:0;transform:translate3d(0,-10px,0)}.lg-show-in .lg-hide-items.lg-hide-sub-html .lg-sub-html{opacity:0;transform:translate3d(0,20px,0)}.lg-outer{width:100%;height:100%;position:fixed;top:0;left:0;z-index:1050;text-align:left;opacity:.001;outline:none;will-change:auto;overflow:hidden;transition:opacity .15s ease 0s}.lg-outer *{box-sizing:border-box}.lg-outer.lg-zoom-from-image,.lg-outer.lg-visible{opacity:1}.lg-outer.lg-css3 .lg-item:not(.lg-start-end-progress).lg-prev-slide,.lg-outer.lg-css3 .lg-item:not(.lg-start-end-progress).lg-next-slide,.lg-outer.lg-css3 .lg-item:not(.lg-start-end-progress).lg-current{transition-duration:inherit!important;transition-timing-function:inherit!important}.lg-outer.lg-css3.lg-dragging .lg-item.lg-prev-slide,.lg-outer.lg-css3.lg-dragging .lg-item.lg-next-slide,.lg-outer.lg-css3.lg-dragging .lg-item.lg-current{transition-duration:0s!important;opacity:1}.lg-outer.lg-grab img.lg-object{cursor:-o-grab;cursor:-ms-grab;cursor:grab}.lg-outer.lg-grabbing img.lg-object{cursor:move;cursor:-o-grabbing;cursor:-ms-grabbing;cursor:grabbing}.lg-outer .lg-content{position:absolute;top:0;left:0;right:0;bottom:0}.lg-outer .lg-inner{width:100%;position:absolute;left:0;top:0;bottom:0;transition:opacity 0s;white-space:nowrap}.lg-outer .lg-item{display:none!important}.lg-outer .lg-item:not(.lg-start-end-progress){background:url(/build/assets/loading-298ad3ff.gif) no-repeat scroll center center transparent}.lg-outer.lg-css3 .lg-prev-slide,.lg-outer.lg-css3 .lg-current,.lg-outer.lg-css3 .lg-next-slide,.lg-outer.lg-css .lg-current{display:inline-block!important}.lg-outer .lg-item,.lg-outer .lg-img-wrap{display:inline-block;text-align:center;position:absolute;width:100%;height:100%}.lg-outer .lg-item:before,.lg-outer .lg-img-wrap:before{content:"";display:inline-block;height:100%;vertical-align:middle}.lg-outer .lg-img-wrap{position:absolute;left:0;right:0;top:0;bottom:0;white-space:nowrap;font-size:0}.lg-outer .lg-item.lg-complete{background-image:none}.lg-outer .lg-item.lg-current{z-index:1060}.lg-outer .lg-object{display:inline-block;vertical-align:middle;max-width:100%;max-height:100%;width:auto;height:auto;position:relative}.lg-outer .lg-empty-html.lg-sub-html,.lg-outer .lg-empty-html .lg-sub-html{display:none}.lg-outer.lg-hide-download .lg-download{opacity:.75;pointer-events:none}.lg-outer .lg-first-slide .lg-dummy-img{position:absolute;top:50%;left:50%}.lg-outer.lg-components-open:not(.lg-zoomed) .lg-components{transform:translateZ(0);opacity:1}.lg-outer.lg-components-open:not(.lg-zoomed) .lg-sub-html{opacity:1;transition:opacity .2s ease-out .15s}.lg-backdrop{position:fixed;top:0;left:0;right:0;bottom:0;z-index:1040;background-color:#000;opacity:0;will-change:auto;transition:opacity 333ms ease-in 0s}.lg-backdrop.in{opacity:1}.lg-css3.lg-no-trans .lg-prev-slide,.lg-css3.lg-no-trans .lg-next-slide,.lg-css3.lg-no-trans .lg-current{transition:none 0s ease 0s!important}.lg-css3.lg-use-css3 .lg-item{backface-visibility:hidden}.lg-css3.lg-fade .lg-item{opacity:0}.lg-css3.lg-fade .lg-item.lg-current{opacity:1}.lg-css3.lg-fade .lg-item.lg-prev-slide,.lg-css3.lg-fade .lg-item.lg-next-slide,.lg-css3.lg-fade .lg-item.lg-current{transition:opacity .1s ease 0s}.lg-css3.lg-use-css3 .lg-item.lg-start-progress{transition:transform 1s cubic-bezier(.175,.885,.32,1.275) 0s}.lg-css3.lg-use-css3 .lg-item.lg-start-end-progress{transition:transform 1s cubic-bezier(0,0,.25,1) 0s}.lg-css3.lg-slide.lg-use-css3 .lg-item{opacity:0}.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide{transform:translate3d(-100%,0,0)}.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide{transform:translate3d(100%,0,0)}.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current{transform:translateZ(0);opacity:1}.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide,.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide,.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current{transition:transform 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s}.lg-container{display:none}.lg-container.lg-show{display:block}.lg-container.lg-dragging-vertical .lg-backdrop{transition-duration:0s!important}.lg-container.lg-dragging-vertical .lg-css3 .lg-item.lg-current{transition-duration:0s!important;opacity:1}.lg-inline .lg-backdrop,.lg-inline .lg-outer{position:absolute}.lg-inline .lg-backdrop{z-index:1}.lg-inline .lg-outer{z-index:2}.lg-inline .lg-maximize:after{content:""}.lg-components{transform:translate3d(0,100%,0);will-change:transform;transition:transform .35s ease-out 0s;z-index:1080;position:absolute;bottom:0;right:0;left:0}.lg-outer .lg-thumb-outer{background-color:#0d0a0a;width:100%;max-height:350px;overflow:hidden;float:left}.lg-outer .lg-thumb-outer.lg-grab .lg-thumb-item{cursor:-o-grab;cursor:-ms-grab;cursor:grab}.lg-outer .lg-thumb-outer.lg-grabbing .lg-thumb-item{cursor:move;cursor:-o-grabbing;cursor:-ms-grabbing;cursor:grabbing}.lg-outer .lg-thumb-outer.lg-dragging .lg-thumb,.lg-outer .lg-thumb-outer.lg-rebuilding-thumbnails .lg-thumb{transition-duration:0s!important}.lg-outer .lg-thumb-outer.lg-thumb-align-middle{text-align:center}.lg-outer .lg-thumb-outer.lg-thumb-align-left{text-align:left}.lg-outer .lg-thumb-outer.lg-thumb-align-right{text-align:right}.lg-outer.lg-single-item .lg-thumb-outer{display:none}.lg-outer .lg-thumb{padding:5px 0;height:100%;margin-bottom:-5px;display:inline-block;vertical-align:middle}@media (min-width: 768px){.lg-outer .lg-thumb{padding:10px 0}}.lg-outer .lg-thumb-item{cursor:pointer;float:left;overflow:hidden;height:100%;border-radius:2px;margin-bottom:5px;will-change:border-color}@media (min-width: 768px){.lg-outer .lg-thumb-item{border-radius:4px;border:2px solid #fff;transition:border-color .25s ease}}.lg-outer .lg-thumb-item.active,.lg-outer .lg-thumb-item:hover{border-color:#a90707}.lg-outer .lg-thumb-item img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;display:block}.lg-outer.lg-can-toggle .lg-item{padding-bottom:0}.lg-outer .lg-toggle-thumb:after{content:""}.lg-outer.lg-animate-thumb .lg-thumb{transition-timing-function:cubic-bezier(.215,.61,.355,1)}:root{--header-height: 60px}@media screen and (min-width: 390px){:root{--header-height: 65px}}html{overflow-x:hidden}html,body{min-height:100vh;overflow-anchor:none;scroll-behavior:smooth}html.fixing,body.fixing{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}input::placeholder,textarea::placeholder{transition-duration:.3s}input:focus::-moz-placeholder,textarea:focus::-moz-placeholder{color:transparent!important}input:focus::placeholder,textarea:focus::placeholder{color:transparent!important}a{font-family:Inter,sans-serif;font-style:normal}body{display:flex;flex-direction:column}main{width:100%;flex:1 0 auto;padding-bottom:100px;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}@font-face{font-family:Inter;font-style:normal;font-weight:400;font-display:swap;src:local(""),url(/build/assets/400-413a527c.woff2) format("woff2"),url(/build/assets/400-7fa55649.woff) format("woff")}@font-face{font-family:Inter;font-style:normal;font-weight:500;font-display:swap;src:local(""),url(/build/assets/500-d6e25319.woff2) format("woff2"),url(/build/assets/500-2c58de91.woff) format("woff")}@font-face{font-family:Inter;font-style:normal;font-weight:600;font-display:swap;src:local(""),url(/build/assets/600-07d60945.woff2) format("woff2"),url(/build/assets/600-8a5d8281.woff) format("woff")}@font-face{font-family:Inter;font-style:normal;font-weight:700;font-display:swap;src:local(""),url(/build/assets/700-01191e5d.woff2) format("woff2"),url(/build/assets/700-bf4fd015.woff) format("woff")}.container{position:relative;width:100%;padding-left:15px;padding-right:15px}@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:1150px}}@media screen and (min-width: 1360px){.container{max-width:1210px}}@media screen and (min-width: 1440px){.container{max-width:1300px}}@media screen and (min-width: 1560px){.container{max-width:1430px}}@media screen and (min-width: 1700px){.container{max-width:1620px}}*,*: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-menu{margin-left:10px}.header-menu.active .header-button__icon{stroke:#3cb371}.header-menu.active .header-modal{top:var(--header-height);opacity:1;visibility:visible}.burger-button__icon{display:flex;height:2px;background-color:#204731;border-radius:2px;transition:all .3s ease}.burger-button__icon:before,.burger-button__icon:after{content:"";position:absolute;display:flex;width:11px;height:2px;right:6px;border-radius:2px;background-color:#204731;transition:transform .3s,background-color .3s}.burger-button__icon:before{top:8px}.burger-button__icon:after{bottom:7px}.header-modal{position:fixed;top:calc(var(--header-height) + 20px);left:0;width:100%;height:100%;max-height:calc(100% - var(--header-height));background-color:#fff;padding-top:80px;padding-bottom:25px;transition:.3s ease;overflow:auto;opacity:0;visibility:hidden;z-index:4}.header-modal__container{max-width:calc(100% - 80px);margin-left:auto;margin-right:auto}.header-button{display:flex;justify-content:center;align-items:center;position:relative;width:29px;height:29px}.header-button *{pointer-events:none}.header-button__icon{width:24px;height:24px;stroke:#204731;stroke-width:1.5;fill:none;transition:.3s ease}.header-button__count{position:absolute;top:0;right:-3px;display:flex;align-items:center;justify-content:center;width:16px;height:16px;border-radius:18px;background-color:#ef4023;line-height:1;color:#fff;font-size:12px;transition-duration:.3s}@media screen and (min-width: 390px){.header-button{width:35px;height:35px}.header-button__icon{width:30px;height:30px}.burger-button__icon:before,.burger-button__icon:after{width:14px}.burger-button__icon:after{bottom:8px}}@media screen and (min-width: 576px) and (max-width: 991px){.header-modal__container{padding-left:15px;padding-right:15px;max-width:570px}}@media screen and (min-width: 992px){.header-modal{position:static;padding-top:0;padding-bottom:0;background:none;visibility:visible;opacity:1;overflow:visible}.header-modal__container{max-width:unset}.header-button{width:30px;height:30px}.header-button.hide{pointer-events:none}.header-button.hide .header-button__count{opacity:0;visibility:hidden}.header-button:hover .header-button__icon{stroke:#3cb371}.header-button__icon{width:100%;height:100%;transition-duration:.3s}.header-button__count{width:18px;height:18px}}@media screen and (min-width: 992px) and (min-width: 992px){.header-button__count{font-size:8.64px}}@media screen and (min-width: 992px) and (min-width: 1200px){.header-button__count{font-size:9.36px}}@media screen and (min-width: 992px) and (min-width: 1360px){.header-button__count{font-size:10.08px}}@media screen and (min-width: 992px) and (min-width: 1560px){.header-button__count{font-size:calc((12px * 92) / 100)}}@media screen and (min-width: 992px) and (min-width: 1700px){.header-button__count{font-size:12px}}@media screen and (min-width: 1360px){.header-button{width:32px;height:32px}}@media screen and (min-width: 1560px){.header-button{width:36px;height:36px}}@media screen and (min-width: 1700px){.header-button{width:40px;height:40px}}.btn{display:flex;justify-content:center;align-items:center;height:51px;width:100%;max-width:360px;border-radius:50px;font-weight:600;font-size:18px;line-height:1.5;transition-duration:.3s}.btn:hover{text-decoration:none}.btn-primary{background-color:#3cb371;color:#fff}.btn-primary.disabled{background-color:#d4d5dd;pointer-events:none}.btn-secondary{box-sizing:border-box;border:1px solid #3CB371;color:#3cb371}@media screen and (min-width: 390px){.btn{height:60px;font-size:20px}}@media screen and (min-width: 992px){.btn{height:35px}}@media screen and (min-width: 992px) and (min-width: 992px){.btn{font-size:14.4px}}@media screen and (min-width: 992px) and (min-width: 1200px){.btn{font-size:15.6px}}@media screen and (min-width: 992px) and (min-width: 1360px){.btn{font-size:16.8px}}@media screen and (min-width: 992px) and (min-width: 1560px){.btn{font-size:calc((20px * 92) / 100)}}@media screen and (min-width: 992px) and (min-width: 1700px){.btn{font-size:20px}}@media screen and (min-width: 1200px){.btn{height:42px}}@media screen and (min-width: 1360px){.btn{height:45px}}@media screen and (min-width: 1560px){.btn{height:52px}}@media screen and (min-width: 1700px){.btn{height:58px}}.manager-info__select-group{position:relative;margin-bottom:20px}.manager-info__select.select .ss-single-selected{padding-left:60px}.manager-info__select-icon{position:absolute;left:20px;top:50%;width:24px;height:24px;transform:translateY(-50%);stroke:#204731;stroke-width:1.5}.manager-info__label{position:absolute;top:0;left:25px;display:inline-block;padding-left:4px;padding-right:4px;transform:translateY(-50%);background:#fff;font-weight:400;font-size:10px;line-height:1.2;color:#b7baca}@media screen and (min-width: 390px){.manager-info__select-icon{width:26px;height:26px}}.preloader{position:absolute;top:0;left:0;display:flex;align-items:center;justify-content:center;width:100%;height:100%;transition-duration:.3s;opacity:0;visibility:hidden}.preloader.active{opacity:1;visibility:visible}.preloader__overlay{position:absolute;top:0;left:0;width:100%;height:100%;background-color:#fff;opacity:.5}.preloader__loader{display:flex;font-size:10px;width:1em;height:1em;border-radius:50%;position:relative;text-indent:-9999em;animation:mulShdSpin 1.1s infinite ease;transform:translateZ(0);opacity:1}@keyframes mulShdSpin{0%,to{box-shadow:0 -2.6em #fff,1.8em -1.8em #3cb37133,2.5em 0 #3cb37133,1.75em 1.75em #3cb37133,0 2.5em #3cb37133,-1.8em 1.8em #3cb37133,-2.6em 0 #3cb37180,-1.8em -1.8em #3cb371b3}12.5%{box-shadow:0 -2.6em #3cb371b3,1.8em -1.8em #fff,2.5em 0 #3cb37133,1.75em 1.75em #3cb37133,0 2.5em #3cb37133,-1.8em 1.8em #3cb37133,-2.6em 0 #3cb37133,-1.8em -1.8em #3cb37180}25%{box-shadow:0 -2.6em #3cb37180,1.8em -1.8em #3cb371b3,2.5em 0 #fff,1.75em 1.75em #3cb37133,0 2.5em #3cb37133,-1.8em 1.8em #3cb37133,-2.6em 0 #3cb37133,-1.8em -1.8em #3cb37133}37.5%{box-shadow:0 -2.6em #3cb37133,1.8em -1.8em #3cb37180,2.5em 0 #3cb371b3,1.75em 1.75em #fff,0 2.5em #3cb37133,-1.8em 1.8em #3cb37133,-2.6em 0 #3cb37133,-1.8em -1.8em #3cb37133}50%{box-shadow:0 -2.6em #3cb37133,1.8em -1.8em #3cb37133,2.5em 0 #3cb37180,1.75em 1.75em #3cb371b3,0 2.5em #fff,-1.8em 1.8em #3cb37133,-2.6em 0 #3cb37133,-1.8em -1.8em #3cb37133}62.5%{box-shadow:0 -2.6em #3cb37133,1.8em -1.8em #3cb37133,2.5em 0 #3cb37133,1.75em 1.75em #3cb37180,0 2.5em #3cb371b3,-1.8em 1.8em #fff,-2.6em 0 #3cb37133,-1.8em -1.8em #3cb37133}75%{box-shadow:0 -2.6em #3cb37133,1.8em -1.8em #3cb37133,2.5em 0 #3cb37133,1.75em 1.75em #3cb37133,0 2.5em #3cb37180,-1.8em 1.8em #3cb371b3,-2.6em 0 #fff,-1.8em -1.8em #3cb37133}87.5%{box-shadow:0 -2.6em #3cb37133,1.8em -1.8em #3cb37133,2.5em 0 #3cb37133,1.75em 1.75em #3cb37133,0 2.5em #3cb37133,-1.8em 1.8em #3cb37180,-2.6em 0 #3cb371b3,-1.8em -1.8em #fff}}.socials{display:flex}.socials__link{display:inline-block;width:30px;height:30px;padding:3px}.socials__icon{fill:#07140d}.socials__item:not(:last-child){margin-right:24px}@media screen and (min-width: 390px){.socials__link{width:33px;height:33px}}.categories{position:relative;background-color:#fff}.categories__container{position:static}.categories__overlay{display:none}.categories .categories__header,.categories .subcategories__header{display:flex;align-items:center;max-width:unset;height:50px;background-color:#232632}.categories .categories__header-icon,.categories .subcategories__header-icon{display:inline-block;width:24px;height:24px;margin-right:10px;stroke:#fff;pointer-events:none}.categories .categories__header-title,.categories .subcategories__header-title{font-weight:600;font-size:18px;line-height:1.2;color:#fff}.categories .categories__list,.categories .subcategories__list{width:calc(100% + 10px);height:calc(100% - 65px);margin-left:-5px;margin-right:-5px;overflow-x:hidden;overflow-y:auto}.categories .categories__link,.categories .subcategories__link{display:flex;align-items:center;width:100%;padding:8px 10px;border-radius:5px;font-weight:400;font-size:15px;line-height:1.2;color:#07140d}.categories .categories__link .count,.categories .subcategories__link .count{margin-left:5px;font-size:13px}.categories .categories__icon,.categories .subcategories__icon{display:inline-block;width:24px;height:24px;margin-right:10px;fill:#b7baca}.categories__header-close{position:relative;display:inline-block;width:24px;height:24px;margin-left:auto}.categories__header-close:before,.categories__header-close:after{content:"";position:absolute;top:50%;left:20%;transform:translate(-50%,-50%);width:16px;height:1px;background-color:#fff;border-radius:50%}.categories__header-close:before{transform:rotate(45deg)}.categories__header-close:after{transform:rotate(-45deg)}.categories__container{height:100%}.categories .subcategories{position:absolute;top:0;left:0;width:100%;height:100%;background:#fff;transform:translate(100%);transition:all .3s ease}.categories .subcategories.active{transform:translate(0)}.categories .subcategories__header-icon{stroke:none;fill:#fff}.categories .subcategories__all{margin-left:auto;font-weight:400;font-size:12px;line-height:1.2;color:#fff}.categories .subcategories__icon{-o-object-fit:contain;object-fit:contain;fill:none}.categories .subcategories__link{padding:10px;font-size:14px;font-weight:500}.categories .subcategories__more{display:none}@media screen and (min-width: 390px){.categories .categories__header,.categories .subcategories__header{height:55px}.categories .categories__header-title,.categories .subcategories__header-title{font-size:20px}.categories .categories__header-icon,.categories .subcategories__header-icon{width:28px;height:28px}.categories .categories__list,.categories .subcategories__list{height:calc(100% - 75px)}.categories .categories__link,.categories .subcategories__link{padding:10px 15px;font-size:16px}.categories .categories__link .count,.categories .subcategories__link .count{font-size:14px}.categories .categories__icon,.categories .subcategories__icon{width:28px;height:28px;margin-right:13px}.categories .categories__all,.categories .subcategories__all{font-size:14px}.categories__header-close{width:28px;height:28px}.categories__header-close:before,.categories__header-close:after{width:18px}}@media screen and (min-width: 992px){.categories{position:static;background:transparent}.categories .categories__header{display:none}.categories .categories__list{height:100%;width:100%;margin-left:0;margin-right:0;overflow:hidden}.categories .categories__container{padding:0}.categories .categories__link{padding:5px 6px;border-bottom-right-radius:0;border-top-right-radius:0;text-align:left;transition-duration:.2s}}@media screen and (min-width: 992px) and (min-width: 992px){.categories .categories__link{font-size:10.8px}}@media screen and (min-width: 992px) and (min-width: 1200px){.categories .categories__link{font-size:calc((15px * 78) / 100)}}@media screen and (min-width: 992px) and (min-width: 1360px){.categories .categories__link{font-size:12.6px}}@media screen and (min-width: 992px) and (min-width: 1560px){.categories .categories__link{font-size:13.8px}}@media screen and (min-width: 992px) and (min-width: 1700px){.categories .categories__link{font-size:15px}}@media screen and (min-width: 992px) and (min-width: 992px){.categories .categories__link .count{font-size:9.36px}}@media screen and (min-width: 992px) and (min-width: 1200px){.categories .categories__link .count{font-size:10.14px}}@media screen and (min-width: 992px) and (min-width: 1360px){.categories .categories__link .count{font-size:10.92px}}@media screen and (min-width: 992px) and (min-width: 1560px){.categories .categories__link .count{font-size:11.96px}}@media screen and (min-width: 992px) and (min-width: 1700px){.categories .categories__link .count{font-size:13px}}@media screen and (min-width: 992px){.categories .categories__link.hovered{background:#3CB371;color:#fff}.categories .categories__link.hovered .categories__icon{fill:#fff}.categories .categories__link.hovered~.subcategories{opacity:1;visibility:visible}.categories .categories__icon{width:16px;height:16px;margin-top:-3px;margin-right:5px;transition-duration:.2s}.categories .subcategories{left:calc(25% - 35px);width:calc(75% + 10px);transform:translate(0);background:none;opacity:0;visibility:hidden;z-index:3;transition-duration:.14s;overflow-x:hidden;overflow-y:auto;scrollbar-color:#3CB371 #EFF0F4;scrollbar-width:thin}.categories .subcategories::-webkit-scrollbar{width:4px;height:5px;cursor:pointer}.categories .subcategories::-webkit-scrollbar-thumb{background-color:#3cb371;border-radius:5px}.categories .subcategories::-webkit-scrollbar-button{display:none}.categories .subcategories::-webkit-scrollbar-track{background-color:#eff0f4}.categories .subcategories.active{transform:translate(0)}.categories .subcategories__header{display:none}.categories .subcategories__container{display:flex;flex-direction:column;height:-moz-fit-content;height:fit-content;padding:15px 15px 13px 10px}.categories .subcategories__list{display:flex;flex-wrap:wrap;height:-moz-fit-content;height:fit-content;width:100%;overflow:hidden}.categories .subcategories__item{width:calc(16.6666666667% - 8.3333333333px);margin-right:10px;margin-bottom:15px}.categories .subcategories__item:nth-child(6n){margin-right:0}.categories .subcategories__link{display:flex;flex-direction:column-reverse;height:100%;background:#fff;border-radius:10px;font-weight:600;line-height:1.5;text-align:center;transition-duration:.3s;padding:5px 5px 0}.categories .subcategories__link:hover{box-shadow:0 0 20px #63636333}}@media screen and (min-width: 992px) and (min-width: 992px){.categories .subcategories__link{font-size:9.36px}}@media screen and (min-width: 992px) and (min-width: 1200px){.categories .subcategories__link{font-size:10.14px}}@media screen and (min-width: 992px) and (min-width: 1360px){.categories .subcategories__link{font-size:10.92px}}@media screen and (min-width: 992px) and (min-width: 1560px){.categories .subcategories__link{font-size:11.96px}}@media screen and (min-width: 992px) and (min-width: 1700px){.categories .subcategories__link{font-size:13px}}@media screen and (min-width: 992px){.categories .subcategories__picture{margin-top:auto}.categories .subcategories__icon{margin-top:5px;margin-right:0;flex-shrink:0}.categories .subcategories__more{display:flex;margin-top:auto;padding-top:10px;padding-bottom:10px;padding-left:25px}.categories .subcategories__more-title{display:inline-block;width:-moz-fit-content;width:fit-content;margin-right:50px;font-weight:600;line-height:1.5;color:#07140d}}@media screen and (min-width: 992px) and (min-width: 992px){.categories .subcategories__more-title{font-size:11.52px}}@media screen and (min-width: 992px) and (min-width: 1200px){.categories .subcategories__more-title{font-size:12.48px}}@media screen and (min-width: 992px) and (min-width: 1360px){.categories .subcategories__more-title{font-size:13.44px}}@media screen and (min-width: 992px) and (min-width: 1560px){.categories .subcategories__more-title{font-size:14.72px}}@media screen and (min-width: 992px) and (min-width: 1700px){.categories .subcategories__more-title{font-size:16px}}@media screen and (min-width: 992px){.categories .subcategories__more-list{display:flex;flex-wrap:wrap;width:calc(100% - 100px);padding-left:20px}.categories .subcategories__more-item{width:calc(33.3333333333% - 20px);margin-bottom:3px;padding-left:13px}.categories .subcategories__more-item:not(:nth-child(3n)){margin-right:30px}.categories .subcategories__more-link{position:relative;font-weight:500;line-height:1.2;color:#07140d}}@media screen and (min-width: 992px) and (min-width: 992px){.categories .subcategories__more-link{font-size:9.36px}}@media screen and (min-width: 992px) and (min-width: 1200px){.categories .subcategories__more-link{font-size:10.14px}}@media screen and (min-width: 992px) and (min-width: 1360px){.categories .subcategories__more-link{font-size:10.92px}}@media screen and (min-width: 992px) and (min-width: 1560px){.categories .subcategories__more-link{font-size:11.96px}}@media screen and (min-width: 992px) and (min-width: 1700px){.categories .subcategories__more-link{font-size:13px}}@media screen and (min-width: 992px){.categories .subcategories__more-link:before{content:"";position:absolute;top:50%;left:-10px;width:3px;height:3px;border-radius:50%;background:#07140D;transform:translateY(-50%)}}@media screen and (min-width: 1200px){.categories .categories__link{padding:7px 9px}.categories .subcategories{left:calc(25% - 45px)}.categories .subcategories__icon{width:42px;height:42px}.categories .subcategories__more-link:before{width:4px;height:4px}}@media screen and (min-width: 1360px){.categories .categories__link{padding:6px 8px}.categories .categories__icon{width:20px;height:20px;margin-right:10px}.categories .subcategories__icon{width:50px;height:50px}.categories .subcategories__item{margin-bottom:30px}.categories .subcategories__more{padding-left:40px}.categories .subcategories__more-list{width:calc(100% - 120px);padding-top:2px}.categories .subcategories__more-item{width:calc(33.3333333333% - 40px)}.categories .subcategories__more-item:not(:nth-child(3n)){margin-right:60px}}@media screen and (min-width: 1440px){.categories .categories__link{padding:8px 10px}}@media screen and (min-width: 1560px){.categories .categories__icon{width:22px;height:22px}.categories .subcategories{left:calc(25% - 55px)}.categories .subcategories__container{padding:30px 30px 25px 20px}.categories .subcategories__icon{width:55px;height:55px}.categories .subcategories__item{margin-bottom:30px}.categories .subcategories__more-list{width:calc(100% - 150px)}}@media screen and (min-width: 1700px){.categories .categories__link{padding:10px 12px}.categories .categories__icon{width:24px;height:24px}.categories .subcategories{left:calc(25% - 60px)}.categories .subcategories__icon{width:60px;height:60px}}.phones-list__item{display:flex;align-items:center}.phones-list__link{text-decoration:none}.phones-list__icon-link{display:inline-block;width:24px;height:24px;margin-left:15px}.search-form{position:relative;width:100%;height:48px}.search-form__input{width:100%;height:100%;padding-left:25px;border-radius:50px;border:1px solid #D4D5DD}.search-form__input::-moz-placeholder{color:#888ca4}.search-form__input::placeholder{color:#888ca4}.search-form__btn{position:absolute;right:25px;top:50%;width:24px;height:24px;transform:translateY(-50%)}.search-form__icon{stroke:#204731;stroke-width:1.5}@media screen and (min-width: 390px){.search-form{height:56px}.search-form__input{padding-left:30px}.search-form__btn{width:30px;height:30px}}@media screen and (min-width: 992px){.search-form{height:45px}.search-form__input{padding-left:15px}}@media screen and (min-width: 992px) and (min-width: 992px){.search-form__input{font-size:11.52px}}@media screen and (min-width: 992px) and (min-width: 1200px){.search-form__input{font-size:12.48px}}@media screen and (min-width: 992px) and (min-width: 1360px){.search-form__input{font-size:13.44px}}@media screen and (min-width: 992px) and (min-width: 1560px){.search-form__input{font-size:14.72px}}@media screen and (min-width: 992px) and (min-width: 1700px){.search-form__input{font-size:16px}}@media screen and (min-width: 992px){.search-form__btn{right:15px;width:20px;height:20px}}@media screen and (min-width: 1200px){.search-form__input{padding-left:20px}.search-form__btn{right:20px;width:22px;height:22px}}@media screen and (min-width: 1560px){.search-form{height:50px}.search-form__input{padding-left:25px}.search-form__btn{right:25px;width:27px;height:27px}}@media screen and (min-width: 1700px){.search-form{height:58px}}.cart-modal{position:fixed;top:0;left:0;display:flex;justify-content:center;align-items:center;width:100%;height:100%;z-index:9999;opacity:0;visibility:hidden;transition-duration:.4s}.cart-modal.active{opacity:1;visibility:visible}.cart-modal.active .cart-modal__content{top:0}.cart-modal__backdrop{position:absolute;top:0;left:0;width:100%;height:100%;background:#07140D;opacity:.3}.cart-modal__content{position:relative;top:70px;display:flex;flex-direction:column;width:calc(100% - 20px);max-height:calc(100% - 20px);padding:15px;background:#fff;border-radius:30px;z-index:2;transition-duration:.4s}.cart-modal__body{height:100%;max-height:100%;overflow-x:hidden;overflow-y:auto}.cart-modal__title{display:inline-block;margin-bottom:10px;font-weight:700;font-size:18px;line-height:1.3;color:#07140d}.cart-modal__close-button{position:absolute;top:15px;right:15px;width:25px;height:25px}.cart-modal__close-button:before,.cart-modal__close-button:after{content:"";position:absolute;top:50%;left:50%;width:14px;height:1px;background:#204731;border-radius:50%}.cart-modal__close-button:before{transform:translate(-50%,-50%) rotate(45deg)}.cart-modal__close-button:after{transform:translate(-50%,-50%) rotate(-45deg)}.cart-modal__products{overflow-y:auto;overflow-x:hidden}.cart-modal__total,.cart-modal__discount{display:flex;flex-direction:column;align-items:flex-end;width:100%;margin-bottom:20px}.cart-modal__total.hide,.cart-modal__discount.hide{display:none}.cart-modal__discount{margin-bottom:10px}.cart-modal__total-title,.cart-modal__discount-title{font-weight:400;font-size:12px;line-height:1.4;color:#888ca4}.cart-modal__total-price,.cart-modal__discount-price{font-weight:700;font-size:26px;line-height:1.4;color:#07140d}.cart-modal__discount-price{font-size:20px;color:#ef4023}.cart-modal__footer{display:flex;flex-direction:column;align-items:center;width:100%;margin-top:25px}.cart-modal__button{font-size:16px}.cart-modal__button:not(:last-child){margin-bottom:20px}@media screen and (min-width: 768px){.cart-modal__content{width:395px}}@media screen and (min-width: 992px){.cart-modal__title{margin-bottom:15px}}@media screen and (min-width: 992px) and (min-width: 992px){.cart-modal__title{font-size:17.28px}}@media screen and (min-width: 992px) and (min-width: 1200px){.cart-modal__title{font-size:18.72px}}@media screen and (min-width: 992px) and (min-width: 1360px){.cart-modal__title{font-size:20.16px}}@media screen and (min-width: 992px) and (min-width: 1560px){.cart-modal__title{font-size:calc((24px * 92) / 100)}}@media screen and (min-width: 992px) and (min-width: 1700px){.cart-modal__title{font-size:24px}}@media screen and (min-width: 992px) and (min-width: 992px){.cart-modal__button{font-size:14.4px}}@media screen and (min-width: 992px) and (min-width: 1200px){.cart-modal__button{font-size:15.6px}}@media screen and (min-width: 992px) and (min-width: 1360px){.cart-modal__button{font-size:16.8px}}@media screen and (min-width: 992px) and (min-width: 1560px){.cart-modal__button{font-size:calc((20px * 92) / 100)}}@media screen and (min-width: 992px) and (min-width: 1700px){.cart-modal__button{font-size:20px}}@media screen and (min-width: 992px) and (min-width: 992px){.cart-modal__total-title,.cart-modal__discount-title{font-size:8.64px}}@media screen and (min-width: 992px) and (min-width: 1200px){.cart-modal__total-title,.cart-modal__discount-title{font-size:9.36px}}@media screen and (min-width: 992px) and (min-width: 1360px){.cart-modal__total-title,.cart-modal__discount-title{font-size:10.08px}}@media screen and (min-width: 992px) and (min-width: 1560px){.cart-modal__total-title,.cart-modal__discount-title{font-size:calc((12px * 92) / 100)}}@media screen and (min-width: 992px) and (min-width: 1700px){.cart-modal__total-title,.cart-modal__discount-title{font-size:12px}}@media screen and (min-width: 992px) and (min-width: 992px){.cart-modal__discount-price{font-size:14.4px}}@media screen and (min-width: 992px) and (min-width: 1200px){.cart-modal__discount-price{font-size:15.6px}}@media screen and (min-width: 992px) and (min-width: 1360px){.cart-modal__discount-price{font-size:16.8px}}@media screen and (min-width: 992px) and (min-width: 1560px){.cart-modal__discount-price{font-size:calc((20px * 92) / 100)}}@media screen and (min-width: 992px) and (min-width: 1700px){.cart-modal__discount-price{font-size:20px}}@media screen and (min-width: 992px) and (min-width: 992px){.cart-modal__total-price{font-size:18.72px}}@media screen and (min-width: 992px) and (min-width: 1200px){.cart-modal__total-price{font-size:20.28px}}@media screen and (min-width: 992px) and (min-width: 1360px){.cart-modal__total-price{font-size:21.84px}}@media screen and (min-width: 992px) and (min-width: 1560px){.cart-modal__total-price{font-size:23.92px}}@media screen and (min-width: 992px) and (min-width: 1700px){.cart-modal__total-price{font-size:26px}}@media screen and (min-width: 1200px){.cart-modal__title{margin-bottom:20px}.cart-modal__content{width:600px}.cart-modal__button{width:calc(50% - 40px)}.cart-modal__button:not(:last-child){margin-bottom:0;margin-left:auto}.cart-modal__button:last-child{margin-left:30px}.cart-modal__footer{flex-direction:row;flex-wrap:wrap}}@media screen and (min-width: 1360px){.cart-modal__content{width:630px;padding:30px}}@media screen and (min-width: 1560px){.cart-modal__title{margin-bottom:30px}.cart-modal__content{width:750px;padding:35px}.cart-modal__button{width:calc(50% - 55px)}.cart-modal__button:not(:last-child){margin-bottom:0;margin-left:auto}.cart-modal__button:last-child{margin-left:40px}}@media screen and (min-width: 1700px){.cart-modal__content{width:840px;padding:40px}}.cart-products .cart-product{display:flex;flex-wrap:wrap;padding-top:10px;padding-bottom:10px;border-bottom:1px solid #EFF0F4}.cart-products .cart-product__img-link{position:relative;display:inline-block;margin-right:20px;width:60px;height:0;padding-bottom:55px}.cart-products .cart-product__img{position:absolute;top:0;left:0;width:100%;height:100%;-o-object-fit:contain;object-fit:contain}.cart-products .cart-product__title{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;width:calc(100% - 110px);height:-moz-fit-content;height:fit-content;margin-top:auto;margin-bottom:auto;margin-right:10px;font-weight:500;font-size:12px;line-height:1.4;color:#07140d}.cart-products .cart-product__delete{position:relative;width:20px;height:20px}.cart-products .cart-product__delete:before,.cart-products .cart-product__delete:after{content:"";position:absolute;top:50%;left:50%;width:14px;height:1px;background:#B7BACA;border-radius:50%}.cart-products .cart-product__delete:before{transform:translate(-50%,-50%) rotate(45deg)}.cart-products .cart-product__delete:after{transform:translate(-50%,-50%) rotate(-45deg)}.cart-products .cart-product__footer{display:flex;align-items:center;width:calc(100% - 60px);margin-left:auto;margin-top:10px}.cart-products .cart-product__count{display:flex;height:25px}.cart-products .cart-product__count-button{display:flex;align-items:center;justify-content:center;flex-shrink:0;height:100%;width:20px;font-size:20px;line-height:1.2;color:#204731;transition-duration:.3s}.cart-products .cart-product__count-button.disabled{color:#d0d0d0;cursor:default;pointer-events:none}.cart-products .cart-product__count-input{height:100%;width:45px;padding-left:3px;padding-right:3px;margin-left:10px;margin-right:10px;border:1px solid #D4D5DD;border-radius:50px;text-align:center;font-size:15px;line-height:1;color:#626c7a}.cart-products .cart-product .price{display:flex;align-items:center;margin-left:auto;font-weight:700;font-size:16px;line-height:1.4;color:#07140d}.cart-products .cart-product .price.discount .price__new{color:#ef4023}.cart-products .cart-product .price__old{margin-right:10px;text-decoration-line:line-through;font-size:12px;color:#888ca4}@media screen and (min-width: 390px){.cart-products .cart-product__img-link{width:90px;padding-bottom:90px}.cart-products .cart-product__title{width:calc(100% - 140px);font-size:14px}.cart-products .cart-product__footer{width:calc(100% - 90px)}.cart-products .cart-product .price{font-size:17px}.cart-products .cart-product .price__old{font-size:13px}}@media screen and (min-width: 1200px){.cart-products .cart-product__img-link{width:80px;padding-bottom:80px}.cart-products .cart-product__title{width:calc(100% - 355px);font-weight:600}}@media screen and (min-width: 1200px) and (min-width: 992px){.cart-products .cart-product__title{font-size:11.52px}}@media screen and (min-width: 1200px) and (min-width: 1200px){.cart-products .cart-product__title{font-size:12.48px}}@media screen and (min-width: 1200px) and (min-width: 1360px){.cart-products .cart-product__title{font-size:13.44px}}@media screen and (min-width: 1200px) and (min-width: 1560px){.cart-products .cart-product__title{font-size:14.72px}}@media screen and (min-width: 1200px) and (min-width: 1700px){.cart-products .cart-product__title{font-size:16px}}@media screen and (min-width: 1200px){.cart-products .cart-product__footer{width:calc(100% - 330px)}.cart-products .cart-product__delete-form{order:4}.cart-products .cart-product__delete{width:15px;height:15px}.cart-products .cart-product__delete:before,.cart-products .cart-product__delete:after{width:12px}.cart-products .cart-product__count-input{margin-left:5px;margin-right:5px}}@media screen and (min-width: 1200px) and (min-width: 992px){.cart-products .cart-product__count-input{font-size:10.08px}}@media screen and (min-width: 1200px) and (min-width: 1200px){.cart-products .cart-product__count-input{font-size:10.92px}}@media screen and (min-width: 1200px) and (min-width: 1360px){.cart-products .cart-product__count-input{font-size:11.76px}}@media screen and (min-width: 1200px) and (min-width: 1560px){.cart-products .cart-product__count-input{font-size:12.88px}}@media screen and (min-width: 1200px) and (min-width: 1700px){.cart-products .cart-product__count-input{font-size:14px}}@media screen and (min-width: 1200px) and (min-width: 992px){.cart-products .cart-product .price{font-size:12.96px}}@media screen and (min-width: 1200px) and (min-width: 1200px){.cart-products .cart-product .price{font-size:calc((18px * 78) / 100)}}@media screen and (min-width: 1200px) and (min-width: 1360px){.cart-products .cart-product .price{font-size:calc((18px * 84) / 100)}}@media screen and (min-width: 1200px) and (min-width: 1560px){.cart-products .cart-product .price{font-size:16.56px}}@media screen and (min-width: 1200px) and (min-width: 1700px){.cart-products .cart-product .price{font-size:18px}}@media screen and (min-width: 1200px) and (min-width: 992px){.cart-products .cart-product .price__old{font-size:8.64px}}@media screen and (min-width: 1200px) and (min-width: 1200px){.cart-products .cart-product .price__old{font-size:9.36px}}@media screen and (min-width: 1200px) and (min-width: 1360px){.cart-products .cart-product .price__old{font-size:10.08px}}@media screen and (min-width: 1200px) and (min-width: 1560px){.cart-products .cart-product .price__old{font-size:calc((12px * 92) / 100)}}@media screen and (min-width: 1200px) and (min-width: 1700px){.cart-products .cart-product .price__old{font-size:12px}}@media screen and (min-width: 1360px){.cart-products .cart-product__title{width:calc(100% - 380px)}.cart-products .cart-product__img-link{width:100px;padding-bottom:100px}.cart-products .cart-product__footer{width:calc(100% - 320px)}}@media screen and (min-width: 1440px){.cart-products .cart-product__title{width:calc(100% - 410px)}.cart-products .cart-product__footer{width:calc(100% - 400px)}}@media screen and (min-width: 1560px){.cart-products .cart-product__title{width:calc(100% - 425px)}.cart-products .cart-product__delete{width:20px;height:20px}.cart-products .cart-product__delete:before,.cart-products .cart-product__delete:after{width:16px}.cart-products .cart-product__count{height:29px}.cart-products .cart-product__count-input{width:55px;height:29px}.cart-products .cart-product__footer{width:calc(100% - 450px)}.cart-products .cart-product__img-link{width:120px;padding-bottom:110px}}@media screen and (min-width: 1700px){.cart-products .cart-product__title{width:315px}.cart-products .cart-product__footer{width:calc(100% - 485px)}.cart-products .cart-product__count-button{font-size:24px}}.js--search-input{position:relative;z-index:999}.search-result{display:flex;pointer-events:none;visibility:hidden;opacity:0;overflow:hidden;transform-origin:top center;background-color:#fff;flex-wrap:wrap;transition-property:transform;transition-duration:.3s;margin-top:30px}.search-result.no-results{justify-content:center;text-align:center;padding-bottom:15px;padding-top:50px}.search-result.active{pointer-events:all;visibility:visible;opacity:1;overflow:visible}.search-result__title{display:block;width:100%;margin-bottom:20px;line-height:1.2;color:#07140d;font-weight:600;font-size:20px;text-align:center}.search-result__wrapper{margin-top:10px;width:100%}.search-result__wrapper.hidden{display:none}.search-result__item{display:flex;justify-content:center;align-items:center;width:100%;font-size:14px;line-height:1.2;font-weight:600;background-color:#fff;padding:20px 0;transition-duration:.3s;position:relative}.search-result__item:hover{cursor:pointer;background-color:#76ffb521}.search-result__picture{width:60px;height:60px;margin-right:15px}.search-result__img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain}.search-result__info{display:flex;flex-direction:column;width:65%}.search-result__links{width:100%}.search-result__links--brands{padding:0 20px 30px;margin-bottom:20px;display:flex;flex-direction:column;align-items:center;gap:10px;justify-content:center;position:relative}.search-result__links--brands:after{content:"";position:absolute;left:15px;bottom:0;height:1px;width:calc(100% - 30px);background-color:#e9e9e9}.search-result__links--brands .search-result__item{width:-moz-fit-content;width:fit-content;border:1px solid #EFF0F4;border-radius:5px;padding:10px 20px}.search-result__links--brands .search-result__item:hover{background-color:transparent}.search-result__links--brands .search-result__info,.search-result__links--brands .search-result__name{width:-moz-fit-content;width:fit-content}.search-result__links--products .search-result__picture{width:80px;height:80px}.search-result__links--products .search-result__info{height:80px;padding:5px 0;justify-content:space-between}.search-result__links--products .search-result__price{align-self:flex-end;padding-bottom:5px}.search-result__article-name,.search-result__article-number{font-weight:500;font-size:12px;line-height:1.2;color:#888ca4}.search-result__name{font-weight:300;color:#000;font-size:16px;padding-right:10px;word-break:break-all;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;text-overflow:ellipsis;overflow:hidden}.search-result__price{display:flex;flex-direction:column;justify-content:center;font-weight:700;line-height:1.2;color:#3cb371;white-space:nowrap}.search-result__price--old{text-decoration:line-through;color:#888ca4;font-size:12px;display:none}.search-result__price--old.active{display:block}.search-result__popular-links{width:100%;margin-top:100px;display:flex;flex-direction:column;gap:10px;list-style-type:disc;padding:0 15px}.search-result__popular-item::marker{color:#3cb371}.search-result__popular-link{display:flex;width:100%;font-size:18px;color:#07140d;text-decoration:underline;text-underline-offset:4px;padding:4px 0;text-align:left;line-height:1.4}.search-result .search-result__show-all{color:#3cb371;width:100%;font-weight:400;font-size:14px;height:40px;display:none;align-items:center;justify-content:center;transition-duration:.3s;background-color:#fff;border-bottom-right-radius:30px;border-bottom-left-radius:30px}.search-result .search-result__show-all:hover{color:#18914d}.search-result .search-result__show-all.active{display:flex}.search-result .search-result__show-all-count{margin-left:3px}.search-result__overlay{display:none}.search-result__preloader{position:fixed;width:100vw;height:100vh;background-color:#000;z-index:1001;top:0;left:0;right:0;bottom:0}.search-result__preloader.active{opacity:.3}.search-result a:hover{text-decoration:none}@media screen and (min-width: 576px){.search-result__links--brands{flex-direction:row}}@media screen and (min-width: 992px){.search-result{margin-top:0;position:absolute;left:0;top:56px;min-width:700px;z-index:1000;border-radius:30px;box-shadow:0 10px 50px #63636326;padding-top:15px;height:600px;align-content:flex-start}.search-result:after{content:"";width:16px;height:16px;background-color:#fff;transform:rotate(45deg);position:absolute;top:-8px;left:80px}.search-result.no-results{padding-top:150px;font-size:20px}.search-result__item{max-width:580px;padding:10px 15px}.search-result__wrapper{height:-moz-fit-content;height:fit-content}.search-result__links{width:100%;position:relative;-moz-columns:2;columns:2;padding-bottom:15px}.search-result__links:after{content:"";position:absolute;height:calc(100% - 15px);top:0;right:50%;transform:translate(1px);width:1px;background-color:#e3e3e3;pointer-events:none}.search-result__links--brands{-moz-columns:1;columns:1;display:flex;justify-content:center}.search-result__links--brands:after{content:none}.search-result__links--brands .search-result__item{padding:5px 10px}.search-result__wrapper{margin-top:0}.search-result__picture{width:100px;height:80px;margin-right:20px}}@media screen and (min-width: 992px) and (min-width: 992px){.search-result__title{font-size:15.84px}}@media screen and (min-width: 992px) and (min-width: 1200px){.search-result__title{font-size:17.16px}}@media screen and (min-width: 992px) and (min-width: 1360px){.search-result__title{font-size:18.48px}}@media screen and (min-width: 992px) and (min-width: 1560px){.search-result__title{font-size:calc((22px * 92) / 100)}}@media screen and (min-width: 992px) and (min-width: 1700px){.search-result__title{font-size:22px}}@media screen and (min-width: 992px){.search-result__name{padding-right:20px;word-break:normal}}@media screen and (min-width: 992px) and (min-width: 992px){.search-result__name{font-size:12.96px}}@media screen and (min-width: 992px) and (min-width: 1200px){.search-result__name{font-size:calc((18px * 78) / 100)}}@media screen and (min-width: 992px) and (min-width: 1360px){.search-result__name{font-size:calc((18px * 84) / 100)}}@media screen and (min-width: 992px) and (min-width: 1560px){.search-result__name{font-size:16.56px}}@media screen and (min-width: 992px) and (min-width: 1700px){.search-result__name{font-size:18px}}@media screen and (min-width: 992px) and (min-width: 992px){.search-result__price{font-size:11.52px}}@media screen and (min-width: 992px) and (min-width: 1200px){.search-result__price{font-size:12.48px}}@media screen and (min-width: 992px) and (min-width: 1360px){.search-result__price{font-size:13.44px}}@media screen and (min-width: 992px) and (min-width: 1560px){.search-result__price{font-size:14.72px}}@media screen and (min-width: 992px) and (min-width: 1700px){.search-result__price{font-size:16px}}@media screen and (min-width: 992px) and (min-width: 992px){.search-result__price--old{font-size:8.64px}}@media screen and (min-width: 992px) and (min-width: 1200px){.search-result__price--old{font-size:9.36px}}@media screen and (min-width: 992px) and (min-width: 1360px){.search-result__price--old{font-size:10.08px}}@media screen and (min-width: 992px) and (min-width: 1560px){.search-result__price--old{font-size:calc((12px * 92) / 100)}}@media screen and (min-width: 992px) and (min-width: 1700px){.search-result__price--old{font-size:12px}}@media screen and (min-width: 992px) and (min-width: 992px){.search-result__article-name{font-size:10.08px}}@media screen and (min-width: 992px) and (min-width: 1200px){.search-result__article-name{font-size:10.92px}}@media screen and (min-width: 992px) and (min-width: 1360px){.search-result__article-name{font-size:11.76px}}@media screen and (min-width: 992px) and (min-width: 1560px){.search-result__article-name{font-size:12.88px}}@media screen and (min-width: 992px) and (min-width: 1700px){.search-result__article-name{font-size:14px}}@media screen and (min-width: 992px) and (min-width: 992px){.search-result__article-number{font-size:10.08px}}@media screen and (min-width: 992px) and (min-width: 1200px){.search-result__article-number{font-size:10.92px}}@media screen and (min-width: 992px) and (min-width: 1360px){.search-result__article-number{font-size:11.76px}}@media screen and (min-width: 992px) and (min-width: 1560px){.search-result__article-number{font-size:12.88px}}@media screen and (min-width: 992px) and (min-width: 1700px){.search-result__article-number{font-size:14px}}@media screen and (min-width: 992px){.search-result__popular-links{display:none}.search-result .search-result__show-all{align-self:flex-end;position:absolute}}@media screen and (min-width: 992px) and (min-width: 992px){.search-result .search-result__show-all{font-size:11.52px}}@media screen and (min-width: 992px) and (min-width: 1200px){.search-result .search-result__show-all{font-size:12.48px}}@media screen and (min-width: 992px) and (min-width: 1360px){.search-result .search-result__show-all{font-size:13.44px}}@media screen and (min-width: 992px) and (min-width: 1560px){.search-result .search-result__show-all{font-size:14.72px}}@media screen and (min-width: 992px) and (min-width: 1700px){.search-result .search-result__show-all{font-size:16px}}@media screen and (min-width: 1200px){.search-result{min-width:850px}}@media screen and (min-width: 1440px){.search-result{min-width:1000px}}@media screen and (min-width: 1560px){.search-result{min-width:1100px;top:61px}}@media screen and (min-width: 1700px){.search-result{min-width:1200px;top:70px}}.cookies-box{position:fixed;left:0;right:0;bottom:0;background-color:#232632;border-top:2px solid #fff;box-shadow:5px 2px 11px 5px #0000004d;opacity:0;visibility:hidden;transition-delay:.22s;z-index:99999999}.cookies-box.active{opacity:1;visibility:visible}.cookies-box__box{display:flex;align-items:center;padding:10px 0}.cookies-box__text{width:320px;font-size:14px;line-height:1.3;font-weight:300;color:#fff;margin-bottom:10px}.cookies-box__link{display:inline;color:#fff;text-decoration:underline}.cookies-box__btn{width:120px;height:40px;background-color:#3cb371;border-radius:4px;font-size:14px;line-height:16px;font-weight:500;color:#fff;margin:0 auto;transition-duration:.3s}.cookies-box__btn:hover{background-color:#249a58}@media screen and (min-width: 360px){.cookies-box__text{width:100%;font-size:16px}.cookies-box__btn{font-size:16px}}@media screen and (min-width: 992px){.cookies-box__box{padding:15px 0;align-items:center}.cookies-box__text{width:calc(100% - 200px);margin-bottom:0}}.contacts-menu{margin-left:auto}.contacts-menu .contacts-modal__title{display:inline-block;margin-bottom:15px;font-weight:600;font-size:18px;line-height:1.5;color:#3cb371}.contacts-menu .contacts-modal .phones-list{margin-bottom:20px}.contacts-menu .contacts-modal .phones-list__item:not(:last-child){margin-bottom:15px}.contacts-menu .contacts-modal .phones-list__link{font-variant-numeric:tabular-nums;font-weight:500;font-size:24px;line-height:1.3;color:#07140d}.contacts-menu .contacts-modal__address{display:inline-block;margin-bottom:20px;font-weight:400;font-size:16px;line-height:1.5;color:#07140d}.contacts-menu .contacts-modal__map-link{display:block;width:-moz-fit-content;width:fit-content;margin-bottom:40px;font-weight:400;font-size:16px;line-height:1.3;border-bottom:1px solid #3CB371;color:#3cb371}.contacts-menu .contacts-modal__socials{width:-moz-fit-content;width:fit-content;margin-left:auto;margin-right:auto}@media screen and (min-width: 390px){.contacts-menu .contacts-modal__title{font-size:20px}.contacts-menu .contacts-modal .phones-list__link{font-size:26px}.contacts-menu .contacts-modal .phones-list__icon-link{width:26px;height:26px}.contacts-menu .contacts-modal__address,.contacts-menu .contacts-modal__map-link{font-size:18px}}@media screen and (min-width: 992px){.contacts-menu{display:flex;order:4;margin-left:auto}.contacts-menu__button{display:none}.contacts-menu .contacts-modal{width:-moz-fit-content;width:fit-content}.contacts-menu .contacts-modal__container>*:not(.phones-list){display:none}.contacts-menu .contacts-modal .phones-list{margin-bottom:0}.contacts-menu .contacts-modal .phones-list__link{transition-duration:.3s}}@media screen and (min-width: 992px) and (min-width: 992px){.contacts-menu .contacts-modal .phones-list__link{font-size:17.28px}}@media screen and (min-width: 992px) and (min-width: 1200px){.contacts-menu .contacts-modal .phones-list__link{font-size:18.72px}}@media screen and (min-width: 992px) and (min-width: 1360px){.contacts-menu .contacts-modal .phones-list__link{font-size:20.16px}}@media screen and (min-width: 992px) and (min-width: 1560px){.contacts-menu .contacts-modal .phones-list__link{font-size:calc((24px * 92) / 100)}}@media screen and (min-width: 992px) and (min-width: 1700px){.contacts-menu .contacts-modal .phones-list__link{font-size:24px}}@media screen and (min-width: 992px){.contacts-menu .contacts-modal .phones-list__link:hover{color:#3cb371}.contacts-menu .contacts-modal .phones-list__icon-link{width:20px;height:20px;margin-left:5px}}@media screen and (min-width: 1200px){.contacts-menu .contacts-modal .phones-list__icon-link{margin-left:10px}}@media screen and (min-width: 1560px){.contacts-menu .contacts-modal .phones-list__icon-link{width:22px;height:22px}}@media screen and (min-width: 1700px){.contacts-menu .contacts-modal .phones-list__icon-link{width:24px;height:24px}}.burger-menu{--burger-icon-width: 17px}.burger-menu__button{position:relative}.burger-menu.active .burger-menu__button-icon{background-color:transparent}.burger-menu.active .burger-menu__button-icon:before,.burger-menu.active .burger-menu__button-icon:after{top:calc(50% - 1px);right:calc(50% - var(--burger-icon-width) / 2);width:var(--burger-icon-width);transform:rotate(45deg);background-color:#3cb371;border-radius:50%}.burger-menu.active .burger-menu__button-icon:after{transform:rotate(-45deg)}.burger-menu__button-icon{width:var(--burger-icon-width)}.burger-menu .burger-modal__categories-button{font-weight:600}.burger-menu .burger-modal__navigation{margin-bottom:70px}.burger-menu .burger-modal__navigation .navigation__item--other{position:relative;margin-bottom:30px}.burger-menu .burger-modal__navigation .navigation__item.active-box .navigation__subitem-ul{top:calc(100% + 5px);opacity:1;visibility:visible;box-shadow:0 4px 6px #0000001a}.burger-menu .burger-modal__navigation .navigation__item.active-box .navigation__button-icon{transform:rotate(90deg) scaleY(-1)}.burger-menu .burger-modal__navigation .navigation__item:not(:last-child){margin-bottom:30px}.burger-menu .burger-modal__navigation .navigation__icon--other{stroke:#3cb371}.burger-menu .burger-modal__navigation .navigation__btn{width:100%;display:flex;align-items:center}.burger-menu .burger-modal__navigation .navigation__subitem-title{display:flex;align-items:center;font-size:20px;line-height:1.2;color:#3cb371}.burger-menu .burger-modal__navigation .navigation__button-icon{display:flex;width:20px;height:20px;margin-left:5px;stroke:#3cb371;stroke-width:2;pointer-events:none;transform:rotate(90deg);transition-duration:.3s}.burger-menu .burger-modal__navigation .navigation__subitem-ul{position:absolute;top:calc(100% + 20px);left:-6px;display:flex;flex-direction:column;width:90%;z-index:9999;background-color:#fff;transition-duration:.3s;padding:15px;opacity:0;visibility:hidden}.burger-menu .burger-modal__navigation .navigation__subitem-ul.active{top:calc(100% + 5px);opacity:1;visibility:visible;box-shadow:0 4px 6px #0000001a}.burger-menu .burger-modal__navigation .navigation__subitem-li{width:100%}.burger-menu .burger-modal__navigation .navigation__subitem-li:not(:last-child){margin-bottom:10px}.burger-menu .burger-modal__navigation .navigation__subitem-link{display:flex;align-items:center;font-size:16px;line-height:1.2;color:#07140d}.burger-menu .burger-modal__navigation .navigation__subitem-icon{width:18px;height:18px;stroke:#07140d;margin-right:8px;stroke-width:1.5}.burger-menu .burger-modal__socials{width:-moz-fit-content;width:fit-content;margin-left:auto;margin-right:auto;margin-bottom:90px}.burger-menu .burger-modal .languages{display:flex;width:-moz-fit-content;width:fit-content;margin-left:auto;margin-right:auto}.burger-menu .burger-modal .languages__button-icon{display:none}.burger-menu .burger-modal .languages__item{font-weight:400;font-size:16px;line-height:1.2;text-transform:uppercase;color:#888ca4}.burger-menu .burger-modal .languages__item.active{font-weight:600;color:#07140d}.burger-menu .burger-modal .languages__item:not(:last-child){margin-right:20px}.burger-menu .burger-modal__favorite.hide{pointer-events:none}.burger-menu .burger-modal__favorite.hide .burger-modal__favorite-count{opacity:0;visibility:hidden}.burger-menu .burger-modal__categories-button,.burger-menu .burger-modal__favorite,.burger-menu .navigation__link{display:flex;align-items:center;font-size:20px;line-height:1.2;color:#07140d}.burger-menu .burger-modal__categories-button:not(:last-child),.burger-menu .burger-modal__favorite:not(:last-child),.burger-menu .navigation__link:not(:last-child){margin-bottom:30px}.burger-menu .burger-modal__categories-icon,.burger-menu .burger-modal__favorite-icon,.burger-menu .navigation__icon{width:30px;height:30px;stroke:#204731;stroke-width:1.5;margin-right:15px;fill:none}.burger-menu .burger-modal__favorite-count{display:flex;align-items:center;justify-content:center;align-self:flex-start;width:18px;height:18px;background-color:#ef4023;border-radius:10px;margin-left:7px;color:#fff;font-size:12px;line-height:1;transition-duration:.3s}.burger-menu .burger-navigation-item{font-weight:400}@media screen and (min-width: 390px){.burger-menu{--burger-icon-width: 23px}.burger-menu .burger-modal__categories-button,.burger-menu .burger-modal__favorite,.burger-menu .navigation__link{font-size:22px}.burger-menu .burger-modal__categories-icon,.burger-menu .burger-modal__favorite-icon,.burger-menu .navigation__icon{width:32px;height:32px}.burger-menu .burger-modal__favorite-count{width:21px;height:21px;font-size:13px}.burger-menu .burger-modal__navigation{margin-bottom:90px}.burger-menu .burger-modal__socials{margin-bottom:110px}.burger-menu .burger-modal .languages__item{font-size:18px}}@media screen and (min-width: 992px){.burger-menu{width:100%;order:1;margin-bottom:20px;margin-left:0;z-index:9999}.burger-menu__button{display:none}.burger-menu .burger-modal__container{display:flex}.burger-menu .burger-modal__categories-button,.burger-menu .burger-modal__favorite{display:none}.burger-menu .burger-modal__navigation{display:flex;width:calc(100% - 160px);height:40px;align-items:center;margin-bottom:0}.burger-menu .burger-modal__navigation .navigation__icon{display:none}.burger-menu .burger-modal__navigation .navigation__link{line-height:1.2;color:#fff;transition-duration:.3s}}@media screen and (min-width: 992px) and (min-width: 992px){.burger-menu .burger-modal__navigation .navigation__link{font-size:11.52px}}@media screen and (min-width: 992px) and (min-width: 1200px){.burger-menu .burger-modal__navigation .navigation__link{font-size:12.48px}}@media screen and (min-width: 992px) and (min-width: 1360px){.burger-menu .burger-modal__navigation .navigation__link{font-size:13.44px}}@media screen and (min-width: 992px) and (min-width: 1560px){.burger-menu .burger-modal__navigation .navigation__link{font-size:14.72px}}@media screen and (min-width: 992px) and (min-width: 1700px){.burger-menu .burger-modal__navigation .navigation__link{font-size:16px}}@media screen and (min-width: 992px){.burger-menu .burger-modal__navigation .navigation__link.active,.burger-menu .burger-modal__navigation .navigation__link:hover{color:#3cb371}.burger-menu .burger-modal__navigation .navigation__item--contacts{margin-left:auto}.burger-menu .burger-modal__navigation .navigation__item--contacts .navigation__icon{display:inline-block;width:18px;height:18px;margin-right:5px;margin-top:-2px;stroke:#3cb371;stroke-width:1.5}.burger-menu .burger-modal__navigation .navigation__item:not(:last-child){margin-right:40px;margin-bottom:0}.burger-menu .burger-modal__navigation .navigation__item--other{margin-bottom:0}.burger-menu .burger-modal__navigation .navigation__btn{height:auto}.burger-menu .burger-modal__navigation .navigation__subitem-title{color:#3cb371;font-style:normal;font-weight:400;line-height:normal}}@media screen and (min-width: 992px) and (min-width: 992px){.burger-menu .burger-modal__navigation .navigation__subitem-title{font-size:11.52px}}@media screen and (min-width: 992px) and (min-width: 1200px){.burger-menu .burger-modal__navigation .navigation__subitem-title{font-size:12.48px}}@media screen and (min-width: 992px) and (min-width: 1360px){.burger-menu .burger-modal__navigation .navigation__subitem-title{font-size:13.44px}}@media screen and (min-width: 992px) and (min-width: 1560px){.burger-menu .burger-modal__navigation .navigation__subitem-title{font-size:14.72px}}@media screen and (min-width: 992px) and (min-width: 1700px){.burger-menu .burger-modal__navigation .navigation__subitem-title{font-size:16px}}@media screen and (min-width: 992px) and (min-width: 992px){.burger-menu .burger-modal__navigation .navigation__subitem-link{font-size:11.52px}}@media screen and (min-width: 992px) and (min-width: 1200px){.burger-menu .burger-modal__navigation .navigation__subitem-link{font-size:12.48px}}@media screen and (min-width: 992px) and (min-width: 1360px){.burger-menu .burger-modal__navigation .navigation__subitem-link{font-size:13.44px}}@media screen and (min-width: 992px) and (min-width: 1560px){.burger-menu .burger-modal__navigation .navigation__subitem-link{font-size:14.72px}}@media screen and (min-width: 992px) and (min-width: 1700px){.burger-menu .burger-modal__navigation .navigation__subitem-link{font-size:16px}}@media screen and (min-width: 992px){.burger-menu .burger-modal__navigation .navigation__button-icon{width:18px;height:18px;stroke:#3cb371;stroke-width:1}.burger-menu .burger-modal__navigation .navigation__subitem-ul{width:280px}.burger-menu .burger-modal__socials{display:none}.burger-menu .burger-modal .languages{position:relative;height:-moz-fit-content;height:fit-content;align-self:center;margin-left:auto;margin-right:0;align-items:center;padding-left:5px;padding-right:5px}.burger-menu .burger-modal .languages.active .languages__modal{top:100%;opacity:1;visibility:visible}.burger-menu .burger-modal .languages__button-icon{display:flex;width:12px;height:12px;transform:rotate(90deg);stroke:#fff;stroke-width:1.5;pointer-events:none}.burger-menu .burger-modal .languages__modal{position:absolute;top:calc(100% + 20px);left:0;width:100%;background-color:#07140d;transition-duration:.3s;border-radius:5px;padding:5px;opacity:0;visibility:hidden}.burger-menu .burger-modal .languages__item{margin-right:0;color:#b7baca}}@media screen and (min-width: 992px) and (min-width: 992px){.burger-menu .burger-modal .languages__item{font-size:8.64px}}@media screen and (min-width: 992px) and (min-width: 1200px){.burger-menu .burger-modal .languages__item{font-size:9.36px}}@media screen and (min-width: 992px) and (min-width: 1360px){.burger-menu .burger-modal .languages__item{font-size:10.08px}}@media screen and (min-width: 992px) and (min-width: 1560px){.burger-menu .burger-modal .languages__item{font-size:calc((12px * 92) / 100)}}@media screen and (min-width: 992px) and (min-width: 1700px){.burger-menu .burger-modal .languages__item{font-size:12px}}@media screen and (min-width: 992px){.burger-menu .burger-modal .languages__item.active{display:flex;align-items:center;margin-right:0;color:#fff}}@media screen and (min-width: 1200px){.burger-menu .burger-modal .languages{padding-left:8px;padding-right:8px}.burger-menu .burger-modal .languages__button-icon{width:15px;height:15px}.burger-menu .burger-modal .languages__modal{padding:8px}}@media screen and (min-width: 1360px){.burger-menu .burger-modal .languages{padding-left:10px;padding-right:10px}.burger-menu .burger-modal .languages__button-icon{width:18px;height:18px}.burger-menu .burger-modal .languages__modal{padding:10px}}@media screen and (min-width: 1560px){.burger-menu .burger-modal__navigation{height:45px}.burger-menu .burger-modal__navigation .navigation__item--contacts .navigation__icon{width:22px;height:22px;margin-right:7px;margin-top:-2px}.burger-menu .burger-modal__navigation .navigation__item:not(:last-child){margin-right:50px}}@media screen and (min-width: 1700px){.burger-menu{margin-bottom:24px}.burger-menu .burger-modal__navigation{height:50px}.burger-menu .burger-modal__navigation .navigation__item:not(:last-child){margin-right:60px}}.search-menu .search-modal__container{max-width:calc(100% - 30px);position:relative}@media screen and (min-width: 992px){.search-menu{order:3}.search-menu__button{display:none}.search-menu .search-modal__container{width:400px;max-width:unset}}@media screen and (min-width: 1200px){.search-menu .search-modal__container{width:430px}}@media screen and (min-width: 1560px){.search-menu .search-modal__container{width:520px}}@media screen and (min-width: 1700px){.search-menu .search-modal__container{width:600px}}.header{height:var(--header-height);box-sizing:border-box;border-bottom:1px solid #EFF0F4}.header__container{display:flex;align-items:center;height:100%}.header__logo{display:flex;width:140px;height:26px}.header__categories-button,.header__favorite{display:none}.header__cart{margin-left:10px}.header .categories{position:fixed;top:0;left:0;width:100%;height:100%;z-index:5;opacity:0;visibility:hidden;transition:all .3s ease}.header .categories.active{opacity:1;visibility:visible}@media screen and (min-width: 390px){.header__logo{width:160px;height:30px}}@media screen and (min-width: 992px){.header{position:relative;height:-moz-fit-content;height:fit-content}.header:before{content:"";position:absolute;top:0;left:0;height:40px;width:100%;background-color:#07140d;z-index:1}.header__logo{display:inline-block;order:2;margin-right:10px}.header__categories-button{position:relative;display:flex;align-items:center;justify-content:center;margin-right:0;width:45px;height:45px;order:3;transform:scale(-.7);border-radius:50%;background:#fff;border:1px solid #3CB371;z-index:6}.header__categories-button:after{content:"";position:absolute;bottom:calc(100% + 27px);left:50%;width:0;height:0;transform:translate(-50%) rotate(180deg);border-style:solid;border-width:0 20px 20px 20px;border-color:transparent transparent #fff transparent;transition:all .3s ease;pointer-events:none;opacity:0;overflow:hidden}.header__categories-button .burger-button__icon{width:18px;background:#B7BACA}.header__categories-button .burger-button__icon:before,.header__categories-button .burger-button__icon:after{right:12px;width:12px;background:#B7BACA}.header__categories-button .burger-button__icon:before{top:16px}.header__categories-button .burger-button__icon:after{bottom:15px}.header__container{flex-wrap:wrap;align-items:center;padding-bottom:20px}.header__favorite{order:5;display:flex;margin-left:auto}.header__cart{order:6;margin-left:15px}.header .categories{width:100vw;pointer-events:none}.header .categories.active{pointer-events:all}.header .categories.active~.header__categories-button:after{opacity:1;visibility:visible}.header .categories__container{position:absolute;left:50%;top:55%;height:-moz-fit-content;height:fit-content;background:#fff;border-radius:6px;transform:translate(-50%);z-index:5}.header .categories__overlay{position:fixed;top:0;left:0;display:flex;width:100vw;height:100vh;background:#232632;z-index:4;opacity:.5}.header .categories__link{width:20.7555%}}@media screen and (min-width: 1200px){.header__logo{width:180px;height:40px}.header__categories-button{margin-right:10px}}@media screen and (min-width: 1360px){.header__logo{width:200px;height:50px}.header .categories__container{top:52%}.header .categories .subcategories{top:2px;height:calc(100% - 2px)}}@media screen and (min-width: 1440px){.header__logo{margin-right:20px}.header .categories__container:before{left:calc(20.7555% - 40px)}}@media screen and (min-width: 1560px){.header:before{height:45px}.header__logo{width:230px;height:55px;margin-right:20px}.header__cart{margin-left:32px}.header__categories-button{margin-right:20px;transform:scale(-.85)}.header__categories-button:after{bottom:calc(100% + 15px)}.header .categories__container{top:50%}}@media screen and (min-width: 1700px){.header:before{height:50px}.header__container{padding-bottom:25px}.header__logo{width:265px;height:60px}.header .categories__container{top:45%}}.footer{background-color:#07140d;padding-top:60px;padding-left:25px;padding-right:25px}.footer__logo{display:inline-block;height:40px;width:212px;margin-bottom:50px}.footer .footer-block{display:flex;flex-direction:column;margin-bottom:50px}.footer .footer-block--contacts{display:none}.footer .footer-block__title{display:inline-block;margin-bottom:15px;font-weight:600;font-size:18px;line-height:1.2;color:#3cb371}.footer .footer-block .schedule__item:not(:last-child),.footer .footer-block .navigation__item:not(:last-child){margin-bottom:15px}.footer .footer-block .navigation__link,.footer .footer-block .schedule__item,.footer .footer-block__address,.footer .footer-block__email{font-weight:400;font-size:14px;line-height:1.2;color:#fff}.footer .footer-block__email{margin-bottom:15px}.footer .footer-block .navigation__icon{display:none}.footer .footer-block .phones-list{margin-bottom:20px}.footer .footer-block .phones-list__item:not(:last-child){margin-bottom:10px}.footer .footer-block .phones-list__link{font-weight:400;font-size:16px;line-height:1.2;color:#fff}.footer .footer-block .phones-list__icon-link{margin-left:10px}.footer .footer-block__address{margin-bottom:20px}.footer .footer-block__map-link{display:inline-block;width:-moz-fit-content;width:fit-content;margin-bottom:20px;border-bottom:1px solid #3CB371;font-weight:400;font-size:14px;line-height:1.2;color:#3cb371}.footer .footer-block .socials__item:not(:last-child){margin-right:30px}.footer .footer-block .socials__link{padding:0;width:30px;height:30px}.footer .footer-block .socials__icon{fill:#b7baca}.footer__bottom{display:flex;flex-wrap:wrap;justify-content:center;width:calc(100% + 50px);padding-top:20px;padding-bottom:20px;margin-left:-25px;margin-right:-25px;background:#232632}.footer__all-rights{display:inline-block;width:100%;margin-bottom:13px;text-align:center;font-weight:400;font-size:10px;line-height:1.2;color:#888ca4}.footer__wm-link{display:flex;align-items:center;flex-direction:column;font-weight:300;font-size:9px;line-height:1.2;color:#fff}.footer__wm-icon{width:126px;height:17px;margin-bottom:2px}@media screen and (min-width: 390px){.footer{padding-left:30px;padding-right:30px}.footer__logo{width:240px;height:48px;margin-bottom:60px}.footer .footer-block{margin-bottom:60px}.footer .footer-block__title{font-size:20px}.footer .footer-block .schedule__item,.footer .footer-block .navigation__link,.footer .footer-block__address,.footer .footer-block__email,.footer .footer-block__map-link{font-size:16px}.footer .footer-block .phones-list{margin-bottom:25px}.footer .footer-block .phones-list__item:not(:last-child){margin-bottom:15px}.footer .footer-block .phones-list__link{font-size:18px}.footer .footer-block .phones-list__icon-link{width:27px;height:27px;margin-left:15px}.footer .footer-block__address{margin-bottom:25px}.footer .footer-block__map-link{margin-bottom:25px;font-size:16px}.footer .footer-block .socials{margin-bottom:25px}.footer .footer-block .socials__item:not(:last-child){margin-right:40px}.footer .footer-block .socials__link{width:33px;height:33px}.footer__bottom{width:calc(100% + 60px);margin-left:-30px;margin-right:-30px}.footer__all-rights{font-size:12px}.footer__wm-icon{width:150px;height:20px}.footer__wm-link{font-size:11px}}@media screen and (min-width: 576px){.footer__container{display:flex;flex-wrap:wrap;justify-content:space-between}.footer__logo{width:100%}.footer .footer-block{width:calc(50% - 15px)}.footer__bottom .footer__container{justify-content:center}}@media screen and (min-width: 992px){.footer{padding-left:0;padding-right:0}.footer__container{display:grid}.footer__logo{grid-column:1;grid-row:1;width:160px;height:30px;margin-bottom:20px}.footer .footer-block{width:100%}.footer .footer-block .navigation__link{transition-duration:.3s}.footer .footer-block .navigation__link.active,.footer .footer-block .navigation__link:hover{color:#3cb371}.footer .footer-block .phones-list__link{transition-duration:.3s}.footer .footer-block .phones-list__link:hover{color:#3cb371}.footer .footer-block .socials__item:not(:last-child){margin-right:20px}.footer .footer-block .socials__icon{transition-duration:.3s}.footer .footer-block .socials__link{width:20px;height:20px}.footer .footer-block .socials__link:hover .socials__icon{fill:#3cb371}.footer .footer-block__email{transition-duration:.3s}.footer .footer-block__email:hover{color:#3cb371}.footer .footer-block__map-link{transition-duration:.3s}.footer .footer-block__map-link:hover{border-bottom:1px solid #fff;color:#fff}.footer .footer-block--contacts{display:flex;flex-direction:column;grid-column:1;grid-row:2}.footer .footer-block--contacts .footer-block__email{margin-bottom:20px}.footer .footer-block--navigation{grid-column:2;grid-row:1/span 3}.footer .footer-block--navigation .navigation__item{display:flex}.footer .footer-block--navigation .navigation__item:not(:last-child){margin-bottom:10px}.footer .footer-block--schedule{grid-column:3;grid-row:1/span 3}.footer .footer-block--schedule .schedule__item:not(:last-child){margin-bottom:10px}.footer .footer-block--contacts-block{grid-row:4;grid-row:1/span 3}.footer .footer-block--contacts-block .phones-list{margin-bottom:15px}.footer .footer-block--contacts-block .phones-list__item:not(:last-child){margin-bottom:10px}.footer .footer-block--contacts-block .footer-block__address{margin-bottom:15px}}@media screen and (min-width: 992px) and (min-width: 992px){.footer .footer-block__title{font-size:12.96px}}@media screen and (min-width: 992px) and (min-width: 1200px){.footer .footer-block__title{font-size:calc((18px * 78) / 100)}}@media screen and (min-width: 992px) and (min-width: 1360px){.footer .footer-block__title{font-size:calc((18px * 84) / 100)}}@media screen and (min-width: 992px) and (min-width: 1560px){.footer .footer-block__title{font-size:16.56px}}@media screen and (min-width: 992px) and (min-width: 1700px){.footer .footer-block__title{font-size:18px}}@media screen and (min-width: 992px) and (min-width: 992px){.footer .footer-block .schedule__item,.footer .footer-block .navigation__link,.footer .footer-block__address,.footer .footer-block__email,.footer .footer-block__map-link,.footer .footer-block .phones-list__link{font-size:11.52px}}@media screen and (min-width: 992px) and (min-width: 1200px){.footer .footer-block .schedule__item,.footer .footer-block .navigation__link,.footer .footer-block__address,.footer .footer-block__email,.footer .footer-block__map-link,.footer .footer-block .phones-list__link{font-size:12.48px}}@media screen and (min-width: 992px) and (min-width: 1360px){.footer .footer-block .schedule__item,.footer .footer-block .navigation__link,.footer .footer-block__address,.footer .footer-block__email,.footer .footer-block__map-link,.footer .footer-block .phones-list__link{font-size:13.44px}}@media screen and (min-width: 992px) and (min-width: 1560px){.footer .footer-block .schedule__item,.footer .footer-block .navigation__link,.footer .footer-block__address,.footer .footer-block__email,.footer .footer-block__map-link,.footer .footer-block .phones-list__link{font-size:14.72px}}@media screen and (min-width: 992px) and (min-width: 1700px){.footer .footer-block .schedule__item,.footer .footer-block .navigation__link,.footer .footer-block__address,.footer .footer-block__email,.footer .footer-block__map-link,.footer .footer-block .phones-list__link{font-size:16px}}@media screen and (min-width: 992px){.footer .footer-block .phones-list__icon-link{width:18px;height:18px;margin-left:10px}.footer__bottom{width:100%;margin-left:0;margin-right:0;padding-top:20px;padding-bottom:20px}.footer__bottom .footer__container{display:flex;flex-wrap:nowrap;justify-content:space-between;align-items:center}.footer__all-rights{width:-moz-fit-content;width:fit-content;margin-bottom:0}}@media screen and (min-width: 992px) and (min-width: 992px){.footer__all-rights{font-size:9.36px}}@media screen and (min-width: 992px) and (min-width: 1200px){.footer__all-rights{font-size:10.14px}}@media screen and (min-width: 992px) and (min-width: 1360px){.footer__all-rights{font-size:10.92px}}@media screen and (min-width: 992px) and (min-width: 1560px){.footer__all-rights{font-size:11.96px}}@media screen and (min-width: 992px) and (min-width: 1700px){.footer__all-rights{font-size:13px}}@media screen and (min-width: 992px) and (min-width: 992px){.footer__wm-link{font-size:7.92px}}@media screen and (min-width: 992px) and (min-width: 1200px){.footer__wm-link{font-size:8.58px}}@media screen and (min-width: 992px) and (min-width: 1360px){.footer__wm-link{font-size:9.24px}}@media screen and (min-width: 992px) and (min-width: 1560px){.footer__wm-link{font-size:calc((11px * 92) / 100)}}@media screen and (min-width: 992px) and (min-width: 1700px){.footer__wm-link{font-size:11px}}@media screen and (min-width: 992px){.footer__wm-icon{width:110px;height:18px}}@media screen and (min-width: 1200px){.footer__logo{width:180px;height:40px}.footer .footer-block .socials__link{width:25px;height:25px}.footer__wm-icon{width:130px;height:20px}}@media screen and (min-width: 1360px){.footer__logo{width:200px;height:50px}.footer .footer-block .socials__item:not(:last-child){margin-right:25px}}@media screen and (min-width: 1560px){.footer__logo{width:230px;height:55px;margin-bottom:30px}.footer .footer-block .socials__link{width:25px;height:25px}.footer .footer-block .socials__item:not(:last-child){margin-right:30px}.footer .footer-block .socials .footer-block__email{margin-bottom:30px}.footer .footer-block--contacts-block .phones-list__icon-link{width:22px;height:22px;margin-left:10px}.footer__email{margin-bottom:30px}.footer__wm-icon{width:150px;height:22px;margin-bottom:3px}}@media screen and (min-width: 1700px){.footer{padding-top:70px}.footer__logo{width:265px;height:50px}.footer .footer-block{margin-bottom:0}.footer .footer-block__title{margin-bottom:20px}.footer .footer-block .socials__link{width:30px;height:30px}.footer .footer-block--navigation .navigation__item:not(:last-child){margin-bottom:20px}.footer .footer-block--schedule .schedule__item:not(:last-child){margin-bottom:20px}.footer .footer-block--contacts-block .footer-block__address{margin-bottom:20px}.footer .footer-block--contacts-block .phones-list__item:not(:last-child){margin-bottom:20px}.footer .footer-block--contacts-block .phones-list__icon-link{width:24px;height:24px;margin-left:10px}.footer__bottom{margin-top:85px}}@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{-webkit-margin-start:var(--swiper-centered-offset-before);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{-webkit-margin-before:var(--swiper-centered-offset-before);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;scroll-snap-stop:always}.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}:root{--swiper-navigation-size: 44px}.swiper-button-prev,.swiper-button-next{position:absolute;top:50%;width:calc(var(--swiper-navigation-size) / 44 * 27);height:var(--swiper-navigation-size);margin-top:calc(0px - var(--swiper-navigation-size) / 2);z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--swiper-navigation-color, var(--swiper-theme-color))}.swiper-button-prev.swiper-button-disabled,.swiper-button-next.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-prev.swiper-button-hidden,.swiper-button-next.swiper-button-hidden{opacity:0;cursor:auto;pointer-events:none}.swiper-navigation-disabled .swiper-button-prev,.swiper-navigation-disabled .swiper-button-next{display:none!important}.swiper-button-prev:after,.swiper-button-next:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);text-transform:none!important;letter-spacing:0;font-variant:initial;line-height:1}.swiper-button-prev,.swiper-rtl .swiper-button-next{left:10px;right:auto}.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after{content:"prev"}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:10px;left:auto}.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after{content:"next"}.swiper-button-lock{display:none}.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}.slider-arrows{display:none}@media screen and (min-width: 992px){.slider-arrows{position:absolute;top:50%;left:0;width:100%;height:-moz-fit-content;height:fit-content;display:flex;justify-content:space-between;transform:translateY(-50%);pointer-events:none;z-index:2}.slider-arrows__prev-button,.slider-arrows__next-button{width:22px;height:22px;padding:5px;background:#3CB371;pointer-events:all;border-radius:50%;transition-duration:.3s}.slider-arrows__prev-button svg,.slider-arrows__next-button svg{margin-right:-2px;transition-duration:.3s;stroke:#fff;stroke-width:1.5}.slider-arrows__prev-button:after,.slider-arrows__next-button:after{display:none}.slider-arrows__prev-button.swiper-button-disabled,.slider-arrows__next-button.swiper-button-disabled{transition-duration:.3s;background:#EFF0F4;opacity:.7;pointer-events:none}.slider-arrows__prev-button.swiper-button-disabled svg,.slider-arrows__next-button.swiper-button-disabled svg{transition-duration:.3s;stroke:#3cb371;stroke-width:1.5}.slider-arrows__prev-button.swiper-button-lock,.slider-arrows__next-button.swiper-button-lock{display:none}.slider-arrows__prev-button{transform:rotate(180deg)}}@media screen and (min-width: 1200px){.slider-arrows__prev-button,.slider-arrows__next-button{width:28px;height:28px}}@media screen and (min-width: 1360px){.slider-arrows__prev-button,.slider-arrows__next-button{width:32px;height:32px}}@media screen and (min-width: 1560px){.slider-arrows__prev-button,.slider-arrows__next-button{width:34px;height:34px}}@media screen and (min-width: 1700px){.slider-arrows__prev-button,.slider-arrows__next-button{width:40px;height:40px}}.title{display:inline-block;width:100%;margin-bottom:30px;text-align:center;font-weight:600;font-size:18px;line-height:1.2}@media screen and (min-width: 390px){.title{font-size:20px}}@media screen and (min-width: 992px){.title{margin-bottom:40px}}@media screen and (min-width: 992px) and (min-width: 992px){.title{font-size:18.72px}}@media screen and (min-width: 992px) and (min-width: 1200px){.title{font-size:20.28px}}@media screen and (min-width: 992px) and (min-width: 1360px){.title{font-size:21.84px}}@media screen and (min-width: 992px) and (min-width: 1560px){.title{font-size:23.92px}}@media screen and (min-width: 992px) and (min-width: 1700px){.title{font-size:26px}}@media screen and (min-width: 1360px){.title{margin-bottom:50px}}.select{--font-size: 12px;--input-height: 44px;--input-padding-left: 15px}.select--big{--font-size: 14px;--input-padding-left: 20px;--input-height: 50px}.select.selected .ss-single-selected{border:1px solid #3CB371}.select .ss-single-selected{height:var(--input-height);padding-left:var(--input-padding-left);padding-right:var(--input-padding-left);border-radius:50px;border:1px solid #d4d5dd}.select .ss-single-selected.ss-open-below{border-radius:25px 25px 0 0}.select .ss-single-selected.ss-disabled{background-color:#f5f5f5;cursor:default}.select .ss-single-selected .placeholder{font-weight:400;font-size:var(--font-size);line-height:1.2;color:#07140d}.select .ss-option{padding:10px!important;font-size:var(--font-size)}.select .ss-option:hover{color:#fff!important;background-color:#3cb371!important}.select .ss-option.ss-option-selected{background-color:#fff!important;color:#3cb371!important;font-weight:600!important}.select .ss-option.ss-disabled{cursor:default!important}.select .ss-list{scrollbar-color:#3CB371 #EFF0F4;scrollbar-width:thin;max-height:310px}.select .ss-list::-webkit-scrollbar{width:4px;height:5px;cursor:pointer}.select .ss-list::-webkit-scrollbar-thumb{background-color:#3cb371;border-radius:5px}.select .ss-list::-webkit-scrollbar-button{display:none}.select .ss-list::-webkit-scrollbar-track{background-color:#eff0f4}.select .ss-content{border:1px solid #3CB371;margin:-5px 0 0;border-bottom-left-radius:7px;border-bottom-right-radius:7px;padding-bottom:15px;padding-top:10px}.select .ss-search input{font-size:var(--font-size)}.select .ss-search input::-moz-placeholder{color:#dedede}.select .ss-search input::placeholder{color:#dedede}.select .ss-search input:focus{box-shadow:none}@media screen and (min-width: 390px){.select{--font-size: 14px;--input-height: 50px;--input-padding-left: 20px}.select--big{--font-size: 16px;--input-padding-left: 25px;--input-height: 56px}}@media screen and (min-width: 1200px){.select{--font-size: 12px;--input-height: 40px;--input-padding-left: 15px}.select--big{--font-size: 12px;--input-padding-left: 15px;--input-height: 44px}}@media screen and (min-width: 1360px){.select{--font-size: 13px;--input-height: 45px;--input-padding-left: 20px}}@media screen and (min-width: 1560px){.select{--font-size: 14px;--input-height: 48px}}@media screen and (min-width: 1700px){.select{--font-size: 16px;--input-height: 52px}}.breadcrumbs{display:inline-block;width:100%;margin-top:15px}.breadcrumbs__list{display:flex;flex-wrap:nowrap;padding-bottom:20px;overflow:auto;overflow-y:hidden}.breadcrumbs__item{display:flex;align-items:center;flex-wrap:nowrap;width:-moz-fit-content;width:fit-content}.breadcrumbs__link{font-weight:400;font-size:12px;line-height:1.2;color:#535667;white-space:nowrap}.breadcrumbs__link--last{color:#b7baca;cursor:default}.breadcrumbs__arrow{width:18px;height:18px;margin-left:10px;margin-right:10px;stroke:#b7baca;stroke-width:1.5;vertical-align:middle}@media screen and (min-width: 390px){.breadcrumbs__link{font-size:13px}}@media screen and (min-width: 768px){.breadcrumbs__link{font-size:13px}.breadcrumbs__arrow{width:20px;height:20px}}@media screen and (min-width: 992px) and (min-width: 992px){.breadcrumbs__link{font-size:10.08px}}@media screen and (min-width: 992px) and (min-width: 1200px){.breadcrumbs__link{font-size:10.92px}}@media screen and (min-width: 992px) and (min-width: 1360px){.breadcrumbs__link{font-size:11.76px}}@media screen and (min-width: 992px) and (min-width: 1560px){.breadcrumbs__link{font-size:12.88px}}@media screen and (min-width: 992px) and (min-width: 1700px){.breadcrumbs__link{font-size:14px}}@media screen and (min-width: 992px){.breadcrumbs__link:not(.breadcrumbs__link--last){transition-duration:.4s}.breadcrumbs__link:not(.breadcrumbs__link--last):hover{color:#3cb371}.breadcrumbs__arrow{width:14px;height:14px;margin-left:5px;margin-right:5px}}@media screen and (min-width: 1200px){.breadcrumbs__arrow{width:16px;height:16px}}@media screen and (min-width: 1560px){.breadcrumbs__arrow{width:18px;height:18px;margin-left:10px;margin-right:10px}}.timer{display:flex;justify-content:center;align-items:center;padding:4px 6px;background:linear-gradient(100.88deg,#3CB371 4.19%,#00EF6A 101.29%);border-radius:5px;color:#fff;font-weight:700;font-size:14px;line-height:1.5;font-variant-numeric:tabular-nums}.timer__days{font-weight:400}.timer__days .bold{font-weight:700}@media screen and (min-width: 390px){.timer{padding:4px 12px;font-size:16px}}@media screen and (min-width: 992px) and (min-width: 992px){.timer{font-size:10.08px}}@media screen and (min-width: 992px) and (min-width: 1200px){.timer{font-size:10.92px}}@media screen and (min-width: 992px) and (min-width: 1360px){.timer{font-size:11.76px}}@media screen and (min-width: 992px) and (min-width: 1560px){.timer{font-size:12.88px}}@media screen and (min-width: 992px) and (min-width: 1700px){.timer{font-size:14px}}.status-modal{position:fixed;top:0;left:0;display:flex;justify-content:center;align-items:center;width:100%;height:100%;z-index:4;opacity:0;visibility:hidden;transition-duration:.4s}.status-modal.active{opacity:1;visibility:visible}.status-modal.active .status-modal__content{top:0}.status-modal .hide{display:none!important}.status-modal__header{display:flex;flex-direction:column}.status-modal__backdrop{position:absolute;top:0;left:0;width:100%;height:100%;background:#07140D;opacity:.3}.status-modal__icon{width:45px;height:45px;margin-left:auto;margin-right:auto;margin-bottom:10px;stroke:#3cb371}.status-modal__content{position:relative;top:-70px;width:calc(100% - 20px);max-width:360px;padding:15px;background:#fff;border-radius:30px;z-index:2;transition-duration:.4s}.status-modal__title{display:inline-block;margin-bottom:10px;text-align:center;font-weight:700;font-size:18px;line-height:1.3;color:#07140d}.status-modal__close-button{position:absolute;top:15px;right:15px;width:25px;height:25px}.status-modal__close-button:before,.status-modal__close-button:after{content:"";position:absolute;top:50%;left:50%;width:14px;height:1px;background:#204731;border-radius:50%}.status-modal__close-button:before{transform:translate(-50%,-50%) rotate(45deg)}.status-modal__close-button:after{transform:translate(-50%,-50%) rotate(-45deg)}.tabs-slider{margin-bottom:60px}.tabs-slider__navigation-wrapper{width:calc(100% + 30px);margin-left:-15px;margin-right:-15px;margin-bottom:30px;padding-bottom:10px;padding-left:15px;padding-right:15px;border-bottom:1px solid #EFF0F4}.tabs-slider .tabs-navigation{margin-bottom:-20px;padding-bottom:10px}.tabs-slider .tabs-navigation__list{align-items:flex-end}.tabs-slider .tabs-navigation__item{display:flex;flex-shrink:0;width:calc(50% - 5px)}.tabs-slider .tabs-navigation__item:not(:last-child){margin-right:10px}.tabs-slider .tabs-navigation__subitem{width:100%}.tabs-slider .tabs-navigation__button{width:100%;min-height:30px;border:1px solid #EFF0F4;border-bottom:0;border-radius:10px 10px 0 0;font-weight:500;font-size:14px;line-height:1.2;color:#535667}.tabs-slider .tabs-navigation__button.active{background-color:#3cb371;border:1px solid #3CB371;border-bottom:0;font-weight:600;color:#fff}.tabs-slider .tabs-navigation .swiper-scrollbar{bottom:0!important}.tabs-slider__slider{display:none}.tabs-slider__slider.active{display:block}.tabs-slider__controlls{display:none}.tabs-slider .swiper-scrollbar-drag{background-color:#3cb371}.tabs-slider__slider-wrapper{padding-bottom:35px}.tabs-slider__slider-wrapper>*{flex-shrink:0;width:calc(50% - 5px);margin-right:10px}@media screen and (min-width: 992px){.tabs-slider{margin-bottom:40px}.tabs-slider__navigation-wrapper{margin-bottom:15px}.tabs-slider .tabs-navigation__button{padding-left:15px;padding-right:15px}}@media screen and (min-width: 992px) and (min-width: 992px){.tabs-slider .tabs-navigation__button{font-size:11.52px}}@media screen and (min-width: 992px) and (min-width: 1200px){.tabs-slider .tabs-navigation__button{font-size:12.48px}}@media screen and (min-width: 992px) and (min-width: 1360px){.tabs-slider .tabs-navigation__button{font-size:13.44px}}@media screen and (min-width: 992px) and (min-width: 1560px){.tabs-slider .tabs-navigation__button{font-size:14.72px}}@media screen and (min-width: 992px) and (min-width: 1700px){.tabs-slider .tabs-navigation__button{font-size:16px}}@media screen and (min-width: 992px){.tabs-slider__controlls{display:flex}.tabs-slider__controlls.slider-arrows{top:30%}.tabs-slider__slider{width:calc(100% + 30px);padding-left:15px;padding-right:15px;padding-top:15px;margin-left:-15px;margin-right:-15px}.tabs-slider__slider-wrapper>*{width:calc(16.6666666667% - 12px);margin-right:15px}.tabs-slider__scrollbar{cursor:pointer}}@media screen and (min-width: 1360px){.tabs-slider{margin-bottom:50px}.tabs-slider__title{margin-bottom:40px}.tabs-slider .tabs-navigation__button{min-height:35px}.tabs-slider__navigation-wrapper{margin-bottom:25px}.tabs-slider__slider-wrapper{margin-bottom:45px}.tabs-slider__slider-wrapper>*{width:calc(16.6666666667% - 18px);margin-right:20px}}@media screen and (min-width: 1560px){.tabs-slider{margin-bottom:60px}.tabs-slider__title.title{margin-bottom:50px}.tabs-slider .tabs-navigation__button{min-height:40px}.tabs-slider__navigation-wrapper{margin-bottom:25px}}.label{background:#3CB371;color:#fff}.label.not-available{background:#07140D}.label.expected{background:#FFCF52;color:#07140d}.label.to-order{background:#18A0FB;color:#fff}.label.discountinued{background:#B7BACA;color:#07140d}.product-card{display:flex;flex-direction:column;height:auto}.product-card--not_available{opacity:.5;filter:grayscale(1)}.product-card--not_available .product-card__cart{display:none}.product-card__not-available-text{font-size:12px;font-weight:600;color:#07140d;display:flex;align-items:center}.product-card__image-link{position:relative;display:inline-block;margin-bottom:5px}.product-card__picture{position:relative;display:flex;width:100%;height:0;padding-bottom:91.62%}.product-card__image{position:absolute;left:0;top:0;width:100%;height:100%;-o-object-fit:contain;object-fit:contain}.product-card__labels{position:absolute;top:0;left:0;display:flex;flex-direction:column}.product-card__label{display:flex;justify-content:center;align-items:center;width:35px;height:35px;border-radius:50%;z-index:2;font-weight:700;font-size:12px;line-height:1}.product-card__label--top{background-color:#ffcf52;color:#07140d}.product-card__label--news,.product-card__label--shipping{background-color:#3cb371;color:#fff}.product-card__label--shipping{padding:2px;pointer-events:all}.product-card__label:not(:last-child){margin-bottom:5px}.product-card__label-icon{fill:#fff}.product-card__availability{position:absolute;left:0;bottom:1px;padding:2px 5px;border-radius:0 4px 4px 0;font-weight:500;font-size:10px;line-height:1.4}.product-card__code{display:inline-block;margin-bottom:5px;font-weight:500;font-size:12px;line-height:1.2;color:#888ca4}.product-card__title-link{display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;margin-bottom:8px;font-weight:600;font-size:14px;line-height:1.4;color:#07140d;overflow:hidden}.product-card__footer{display:flex;margin-top:auto}.product-card__footer-button{width:34px;height:34px;padding:5px}.product-card__price{display:flex;flex-direction:column;justify-content:center;font-weight:700;font-size:14px;line-height:1.2;color:#3cb371}.product-card__price--discount{color:#ef4023}.product-card__price--old{text-decoration:line-through;color:#888ca4;font-size:12px}.product-card__favorite-form{margin-left:auto}.product-card__favorite.clicked svg{stroke:#ef4023;fill:#ef4023}.product-card__favorite svg{stroke:#888ca4;stroke-width:1.5;fill:none}.product-card__cart{margin-left:5px;transition-duration:.3s}.product-card__cart svg{stroke:#888ca4;stroke-width:1.5;transition-duration:.3s}.product-card__timer.timer{position:absolute;top:5px;right:0;font-size:10px}@media screen and (min-width: 390px){.product-card__timer.timer{font-size:11px}}@media screen and (min-width: 420px){.product-card__timer.timer{font-size:12px}.product-card__not-available-text{font-size:14px}}@media screen and (min-width: 992px){.product-card{padding-left:10px;padding-right:10px;padding-bottom:10px;transition:.3s ease-in-out}.product-card:hover{background:#FFFFFF;box-shadow:0 7px 15px #63636333;border-radius:20px}.product-card:hover .product-card__cart svg{stroke:#18a0fb;stroke-width:1.5}.product-card__image-link{padding-top:10px;padding-bottom:10px;margin-bottom:0}.product-card__labels{top:10px}.product-card__label{width:27px;height:27px}}@media screen and (min-width: 992px) and (min-width: 992px){.product-card__label{font-size:9.36px}}@media screen and (min-width: 992px) and (min-width: 1200px){.product-card__label{font-size:10.14px}}@media screen and (min-width: 992px) and (min-width: 1360px){.product-card__label{font-size:10.92px}}@media screen and (min-width: 992px) and (min-width: 1560px){.product-card__label{font-size:11.96px}}@media screen and (min-width: 992px) and (min-width: 1700px){.product-card__label{font-size:13px}}@media screen and (min-width: 992px){.product-card__picture{padding-bottom:100%}.product-card__availability{left:-10px;bottom:20px;padding:3px 7px}}@media screen and (min-width: 992px) and (min-width: 992px){.product-card__availability{font-size:8.64px}}@media screen and (min-width: 992px) and (min-width: 1200px){.product-card__availability{font-size:9.36px}}@media screen and (min-width: 992px) and (min-width: 1360px){.product-card__availability{font-size:10.08px}}@media screen and (min-width: 992px) and (min-width: 1560px){.product-card__availability{font-size:calc((12px * 92) / 100)}}@media screen and (min-width: 992px) and (min-width: 1700px){.product-card__availability{font-size:12px}}@media screen and (min-width: 992px) and (min-width: 992px){.product-card__code{font-size:8.64px}}@media screen and (min-width: 992px) and (min-width: 1200px){.product-card__code{font-size:9.36px}}@media screen and (min-width: 992px) and (min-width: 1360px){.product-card__code{font-size:10.08px}}@media screen and (min-width: 992px) and (min-width: 1560px){.product-card__code{font-size:calc((12px * 92) / 100)}}@media screen and (min-width: 992px) and (min-width: 1700px){.product-card__code{font-size:12px}}@media screen and (min-width: 992px) and (min-width: 992px){.product-card__title-link{font-size:12.96px}}@media screen and (min-width: 992px) and (min-width: 1200px){.product-card__title-link{font-size:calc((18px * 78) / 100)}}@media screen and (min-width: 992px) and (min-width: 1360px){.product-card__title-link{font-size:calc((18px * 84) / 100)}}@media screen and (min-width: 992px) and (min-width: 1560px){.product-card__title-link{font-size:16.56px}}@media screen and (min-width: 992px) and (min-width: 1700px){.product-card__title-link{font-size:18px}}@media screen and (min-width: 992px) and (min-width: 992px){.product-card__price{font-size:12.96px}}@media screen and (min-width: 992px) and (min-width: 1200px){.product-card__price{font-size:calc((18px * 78) / 100)}}@media screen and (min-width: 992px) and (min-width: 1360px){.product-card__price{font-size:calc((18px * 84) / 100)}}@media screen and (min-width: 992px) and (min-width: 1560px){.product-card__price{font-size:16.56px}}@media screen and (min-width: 992px) and (min-width: 1700px){.product-card__price{font-size:18px}}@media screen and (min-width: 992px) and (min-width: 992px){.product-card__price--old{font-size:10.08px}}@media screen and (min-width: 992px) and (min-width: 1200px){.product-card__price--old{font-size:10.92px}}@media screen and (min-width: 992px) and (min-width: 1360px){.product-card__price--old{font-size:11.76px}}@media screen and (min-width: 992px) and (min-width: 1560px){.product-card__price--old{font-size:12.88px}}@media screen and (min-width: 992px) and (min-width: 1700px){.product-card__price--old{font-size:14px}}@media screen and (min-width: 992px){.product-card__footer-button{width:30px;height:30px}.product-card__timer.timer{top:13px;padding:4px 8px}}@media screen and (min-width: 992px) and (min-width: 992px){.product-card__timer.timer{font-size:7.92px}}@media screen and (min-width: 992px) and (min-width: 1200px){.product-card__timer.timer{font-size:8.58px}}@media screen and (min-width: 992px) and (min-width: 1360px){.product-card__timer.timer{font-size:9.24px}}@media screen and (min-width: 992px) and (min-width: 1560px){.product-card__timer.timer{font-size:calc((11px * 92) / 100)}}@media screen and (min-width: 992px) and (min-width: 1700px){.product-card__timer.timer{font-size:11px}}@media screen and (min-width: 1200px){.product-card{padding-left:15px;padding-right:15px}.product-card__labels{left:-5px}.product-card__availability{left:-15px}.product-card__footer-button{width:32px;height:32px}.product-card__timer.timer{top:13px}}@media screen and (min-width: 1200px) and (min-width: 992px){.product-card__timer.timer{font-size:8.64px}}@media screen and (min-width: 1200px) and (min-width: 1200px){.product-card__timer.timer{font-size:9.36px}}@media screen and (min-width: 1200px) and (min-width: 1360px){.product-card__timer.timer{font-size:10.08px}}@media screen and (min-width: 1200px) and (min-width: 1560px){.product-card__timer.timer{font-size:calc((12px * 92) / 100)}}@media screen and (min-width: 1200px) and (min-width: 1700px){.product-card__timer.timer{font-size:12px}}@media screen and (min-width: 1360px){.product-card__label{width:32px;height:32px}.product-card__footer-button{width:35px;height:35px}}@media screen and (min-width: 1560px){.product-card{padding-left:20px;padding-right:20px}.product-card__labels{left:-10px}.product-card__label{width:34px;height:34px}.product-card__availability{left:-20px}.product-card__footer-button{width:40px;height:40px}.product-card__timer.timer{padding:6px 10px}}@media screen and (min-width: 1700px){.product-card__label{width:40px;height:40px}.product-card__footer-button{width:42px;height:42px}}.text-block__title.title{text-align:left;margin-bottom:30px}.text-block__text{position:relative;height:275px;margin-bottom:5px;overflow:hidden;transition-duration:.3s}.text-block__text.active:after{opacity:0;visibility:hidden}.text-block__text.active~.text-block__button .text-block__button-icon{transform:rotate(-90deg)}.text-block__text:after{content:"";position:absolute;bottom:0;left:0;display:flex;width:100%;height:115px;background:linear-gradient(180deg,rgba(255,255,255,0) 0%,#FFFFFF 100%);transition-duration:.3s;opacity:1;visibility:visible}.text-block__text p{font-weight:400;line-height:1.5;color:#07140d}.text-block__text p:not(:last-child){margin-bottom:10px}.text-block__text ul{list-style:disc;padding-left:35px;line-height:1.4;margin-bottom:20px}.text-block__text ul li:not(:last-child){margin-bottom:10px}.text-block__text ul ul,.text-block__text ul ol{margin:8px 0}.text-block__text ol{list-style:decimal;padding-left:35px;line-height:1.4;margin-bottom:20px}.text-block__text ol li:not(:last-child){margin-bottom:10px}.text-block__text ol ul,.text-block__text ol ol{margin:8px 0}.text-block__text p,.text-block__text li,.text-block__text a{font-size:12px}.text-block__text a{color:#3cb371;text-decoration:none}.text-block__text h2,.text-block__text h3{margin-top:20px;margin-bottom:15px}.text-block.product__characteristics .text-block__text p:not(:last-child){margin-bottom:0}.text-block__button{display:none;align-items:center;margin:0 auto;font-weight:400;font-size:14px;line-height:1.5;color:#888ca4}.text-block__button-text{border-bottom:1px dashed #888CA4}.text-block__button-icon{width:18px;height:18px;margin-left:10px;stroke:#888ca4;stroke-width:1.5;transform:rotate(90deg);transition-duration:.3s}@media screen and (min-width: 390px){.text-block__text{height:300px}.text-block__text p,.text-block__text li,.text-block__text a{font-size:14px}}@media screen and (min-width: 992px){.text-block__title,.text-block__title.title{margin-bottom:20px}.text-block__text{height:430px}}@media screen and (min-width: 992px) and (min-width: 992px){.text-block p,.text-block li,.text-block a{font-size:11.52px}}@media screen and (min-width: 992px) and (min-width: 1200px){.text-block p,.text-block li,.text-block a{font-size:12.48px}}@media screen and (min-width: 992px) and (min-width: 1360px){.text-block p,.text-block li,.text-block a{font-size:13.44px}}@media screen and (min-width: 992px) and (min-width: 1560px){.text-block p,.text-block li,.text-block a{font-size:14.72px}}@media screen and (min-width: 992px) and (min-width: 1700px){.text-block p,.text-block li,.text-block a{font-size:16px}}@media screen and (min-width: 992px) and (min-width: 992px){.text-block h3{font-size:14.4px}}@media screen and (min-width: 992px) and (min-width: 1200px){.text-block h3{font-size:15.6px}}@media screen and (min-width: 992px) and (min-width: 1360px){.text-block h3{font-size:16.8px}}@media screen and (min-width: 992px) and (min-width: 1560px){.text-block h3{font-size:calc((20px * 92) / 100)}}@media screen and (min-width: 992px) and (min-width: 1700px){.text-block h3{font-size:20px}}@media screen and (min-width: 992px){.text-block__button{margin-right:0}}@media screen and (min-width: 992px) and (min-width: 992px){.text-block__button{font-size:10.08px}}@media screen and (min-width: 992px) and (min-width: 1200px){.text-block__button{font-size:10.92px}}@media screen and (min-width: 992px) and (min-width: 1360px){.text-block__button{font-size:11.76px}}@media screen and (min-width: 992px) and (min-width: 1560px){.text-block__button{font-size:12.88px}}@media screen and (min-width: 992px) and (min-width: 1700px){.text-block__button{font-size:14px}}@media screen and (min-width: 1200px){.text-block__title,.text-block__title.title{margin-bottom:25px}}@media screen and (min-width: 1360px){.text-block__title,.text-block__title.title{margin-bottom:30px}}.faq{position:relative;width:100%;z-index:1;margin-top:50px}.faq__container{display:flex;flex-direction:column}.faq__title{margin-bottom:20px;font-weight:400;font-size:24px}.faq__wrapper{display:flex;flex-wrap:wrap}.faq__box{width:100%}.faq__collapse{height:0;overflow:hidden;transition-duration:.3s;transition-property:height,margin;padding-left:20px;font-size:18px;line-height:1.5}.faq__collapse.active{height:auto;margin-top:10px}.faq__collapse div{padding-bottom:25px}.faq__collapse a{color:#3cb371!important;font-weight:400;transition-duration:.3s}.faq__collapse a:hover{text-decoration:underline}.faq__collapse ul,.faq__collapse ol{list-style-type:disc}.faq__collapse ul li::marker,.faq__collapse ol li::marker{color:#3cb371}.faq__header{position:relative;display:flex;align-items:center;justify-content:space-between;margin-bottom:10px;cursor:pointer}.faq__header span{width:calc(100% - 45px);font-size:18px;line-height:1.5;font-weight:400;transition-duration:.3s;position:relative;padding-left:20px}.faq__header span:before{position:absolute;content:"";left:0;top:50%;transform:translateY(-50%);width:12px;height:12px;border-radius:50%;background-color:#3cb371}.faq__header:after{position:absolute;content:"";right:0;top:5px;width:10px;height:10px;border-bottom:2px solid #9e9e9e;border-right:2px solid #9e9e9e;transform:rotate(45deg);transition-duration:.3s}.faq__header.active:after{border-bottom:2px solid #3cb371;transform:rotate(-135deg);border-right:2px solid #3cb371}.faq__header.active .faq__icon{fill:#3cb371}.faq__item{align-self:baseline;width:100%;padding:10px 15px;margin-bottom:15px;border-bottom:1px solid grey;transition-duration:.3s}.faq__item.active{border-top-right-radius:15px;border-top-left-radius:15px;border-top:1px solid #fff;border-bottom:1px solid #3cb371;background-color:#eff0f4}.faq__icon{width:30px;height:30px;margin-right:15px;fill:gray;transition-duration:.3s}@media screen and (min-width: 420px){.faq__header span{font-size:18px}}@media screen and (min-width: 768px){.faq__header span:before{width:10px;height:10px}}@media screen and (min-width: 992px){.faq{padding:0 80px}.faq__wrapper{justify-content:space-between}.faq__box{display:flex;flex-wrap:wrap;justify-content:space-between}.faq__item{width:calc(50% - 25px);border-top:1px solid #fff}.faq__item:nth-child(1),.faq__item:nth-child(2){border-top:1px solid grey}.faq__item.active{border-top:1px solid #fff}}@media screen and (min-width: 992px) and (min-width: 992px){.faq__collapse{font-size:12.96px}}@media screen and (min-width: 992px) and (min-width: 1200px){.faq__collapse{font-size:calc((18px * 78) / 100)}}@media screen and (min-width: 992px) and (min-width: 1360px){.faq__collapse{font-size:calc((18px * 84) / 100)}}@media screen and (min-width: 992px) and (min-width: 1560px){.faq__collapse{font-size:16.56px}}@media screen and (min-width: 992px) and (min-width: 1700px){.faq__collapse{font-size:18px}}@media screen and (min-width: 992px){.faq__header{height:-moz-fit-content;height:fit-content;margin-bottom:10px}}@media screen and (min-width: 992px) and (min-width: 992px){.faq__header span{font-size:12.96px}}@media screen and (min-width: 992px) and (min-width: 1200px){.faq__header span{font-size:calc((18px * 78) / 100)}}@media screen and (min-width: 992px) and (min-width: 1360px){.faq__header span{font-size:calc((18px * 84) / 100)}}@media screen and (min-width: 992px) and (min-width: 1560px){.faq__header span{font-size:16.56px}}@media screen and (min-width: 992px) and (min-width: 1700px){.faq__header span{font-size:18px}}@media screen and (min-width: 992px){.faq__title{margin-bottom:30px}}@media screen and (min-width: 992px) and (min-width: 992px){.faq__title{font-size:17.28px}}@media screen and (min-width: 992px) and (min-width: 1200px){.faq__title{font-size:18.72px}}@media screen and (min-width: 992px) and (min-width: 1360px){.faq__title{font-size:20.16px}}@media screen and (min-width: 992px) and (min-width: 1560px){.faq__title{font-size:calc((24px * 92) / 100)}}@media screen and (min-width: 992px) and (min-width: 1700px){.faq__title{font-size:24px}}.slider-cards{position:relative;padding-bottom:40px}.slider-cards__swiper-container{padding:20px 0;overflow:hidden}.slider-cards__title{text-align:left;margin-bottom:15px}.slider-cards__navigation{position:absolute;top:50%;left:0;width:100%;height:-moz-fit-content;height:fit-content;display:flex;justify-content:space-between;transform:translateY(-50%);pointer-events:none;z-index:2}.slider-cards__btn{width:35px;height:35px;padding:5px;background:#3CB371;pointer-events:all;border-radius:50%;transition-duration:.3s}.slider-cards__btn--prev{transform:rotate(180deg)}.slider-cards__icon{stroke:#fff}@media screen and (min-width: 992px){.slider-cards{margin:0;display:grid;grid-row:4;grid-column:1/span 3}.slider-cards__slide .product-card__title-link{font-size:14px}.slider-cards__slide .product-card__price{font-size:16px}.slider-cards__slide .product-card__footer-button{width:35px;height:35px}}.credit-modal{position:fixed;top:0;left:0;display:flex;justify-content:center;align-items:center;width:100%;height:100%;z-index:999;opacity:0;visibility:hidden;transition-duration:.4s}.credit-modal.active{opacity:1;visibility:visible}.credit-modal.active .credit-modal__content{top:0}.credit-modal .hide{display:none!important}.credit-modal__header{display:flex}.credit-modal__backdrop{position:absolute;top:0;left:0;width:100%;height:100%;background:#07140D;opacity:.3}.credit-modal__icon{width:45px;height:45px;margin-left:auto;margin-right:auto;margin-bottom:10px;stroke:#3cb371}.credit-modal__content{position:relative;width:calc(100% - 20px);max-width:900px;padding:20px;background:#fff;border-radius:30px;z-index:2;transition-duration:.4s}.credit-modal__title{display:inline-block;margin-bottom:10px;text-align:center;font-weight:700;font-size:18px;line-height:1.3;color:#07140d}.credit-modal__close-button{position:absolute;top:15px;right:15px;width:25px;height:25px}.credit-modal__close-button:before,.credit-modal__close-button:after{content:"";position:absolute;top:50%;left:50%;width:14px;height:1px;background:#204731;border-radius:50%}.credit-modal__close-button:before{transform:translate(-50%,-50%) rotate(45deg)}.credit-modal__close-button:after{transform:translate(-50%,-50%) rotate(-45deg)}.credit-modal__form-content{display:flex;flex-direction:column;padding:15px 0;margin:15px 0;border-top:1px solid #3CB371;border-bottom:1px solid #3CB371;gap:30px}.credit-modal__option{width:100%;position:relative;display:flex;gap:15px}.credit-modal__input{display:none}.credit-modal__mark{position:relative;top:4px;flex-shrink:0;width:18px;height:18px;display:flex;align-items:center;justify-content:center;border:1px solid #E2DFD3;border-radius:50%;transition-duration:.3s}.credit-modal__mark:before{content:"";width:10px;height:10px;border-radius:50%;background-color:#3cb371;opacity:0;visibility:hidden;transition-duration:.3s}.credit-modal .credit-modal__input:checked~.credit-modal__mark{border:1px solid #3CB371}.credit-modal .credit-modal__input:checked~.credit-modal__mark:before{opacity:1;visibility:visible}.credit-modal__option-picture{display:block;width:30px;height:30px;flex-shrink:0}.credit-modal__option-image{width:100%;height:100%}.credit-modal__option-description{display:flex;flex-direction:column;gap:10px}.credit-modal__option-title{font-size:16px;font-weight:600;color:#07140d}.credit-modal__option-text{font-size:14px;font-weight:400;color:#07140d}.credit-modal__option-price{display:flex;align-items:center;font-size:14px;color:#3cb371}.credit-modal__option-price-number{font-size:20px;font-weight:600}.credit-modal__select{max-width:120px;margin-right:10px}.credit-modal__form-bottom{display:flex;flex-direction:column;gap:10px}.credit-modal__form-text{font-size:14px}.credit-modal__submit{height:45px}@media screen and (min-width: 992px){.credit-modal__form-content{display:flex;flex-direction:row}.credit-modal__form-bottom{flex-direction:row;align-items:center}.credit-modal__form-text{font-size:16px}}.product-slider{margin-bottom:45px}.product-slider__thumbs-wrapper{display:none}.product-slider .product-main-slider__header{position:absolute;top:0;left:0;width:100%;z-index:2;pointer-events:none}.product-slider .product-main-slider__favorite{display:flex;justify-content:center;align-items:center;width:46px;height:46px;margin-left:auto;pointer-events:all}.product-slider .product-main-slider__favorite.clicked .product-main-slider__favorite-icon{stroke:#ef4023;fill:#ef4023}.product-slider .product-main-slider__favorite-icon{width:36px;height:36px;stroke:#888ca4;stroke-width:1.5;fill:none}.product-slider .product-main-slider__slide{position:relative;width:100%;height:0;padding-bottom:100%;background-color:#fff}.product-slider .product-main-slider__slide.video{height:unset;padding-bottom:0}.product-slider .product-main-slider__img{position:absolute;top:0;left:0;width:100%;height:100%;-o-object-position:center center;object-position:center center;-o-object-fit:contain;object-fit:contain}.product-slider .product-main-slider__pagination{bottom:0!important}.product-slider .product-main-slider .swiper-pagination-bullet{width:12px;height:3px;background:#D4D5DD;border-radius:2px;transition-duration:.3s;opacity:1!important}.product-slider .product-main-slider .swiper-pagination-bullet.swiper-pagination-bullet-active{width:20px;background:#3CB371}@media screen and (min-width: 390px){.product-slider .product-main-slider__favorite-icon{width:40px;height:40px}}@media screen and (max-width: 991px){.product-slider .product-card__labels{top:0}.product-slider .product-card__label{width:40px;height:40px;font-size:14px}}@media screen and (min-width: 992px){.product-slider{grid-row:2/span 2;grid-column:1;display:flex;position:relative;height:347px}.product-slider .product-card__labels{top:10px;left:10px}.product-slider .product-card__label{width:40px;height:40px}}@media screen and (min-width: 992px) and (min-width: 992px){.product-slider .product-card__label{font-size:12.96px}}@media screen and (min-width: 992px) and (min-width: 1200px){.product-slider .product-card__label{font-size:calc((18px * 78) / 100)}}@media screen and (min-width: 992px) and (min-width: 1360px){.product-slider .product-card__label{font-size:calc((18px * 84) / 100)}}@media screen and (min-width: 992px) and (min-width: 1560px){.product-slider .product-card__label{font-size:16.56px}}@media screen and (min-width: 992px) and (min-width: 1700px){.product-slider .product-card__label{font-size:18px}}@media screen and (min-width: 992px){.product-slider__thumbs-wrapper{position:relative;display:block;margin-right:25px}.product-slider__thumbs-next-button,.product-slider__thumbs-prev-button{width:calc(100% + 4px);height:18px;background:#EFF0F4;border-radius:5px 5px 0 0;opacity:1!important;pointer-events:all!important;z-index:2}.product-slider__thumbs-next-button.swiper-button-disabled,.product-slider__thumbs-prev-button.swiper-button-disabled{opacity:.5!important;pointer-events:none!important}.product-slider__thumbs-next-button svg,.product-slider__thumbs-prev-button svg{stroke:#3cb371;stroke-width:1.5}.product-slider__thumbs-next-button:after,.product-slider__thumbs-prev-button:after{display:none}.product-slider__thumbs-prev-button{top:0;left:-2px;transform:translateY(115%)}.product-slider__thumbs-prev-button svg{transform:rotate(-90deg)}.product-slider__thumbs-next-button{top:unset;bottom:0;left:-2px;transform:translateY(2px);border-radius:0 0 5px 5px}.product-slider__thumbs-next-button svg{transform:rotate(90deg)}.product-slider .product-thumbs-slider{display:block;width:50px;height:100%;flex-shrink:0;padding-top:25px;padding-bottom:25px}.product-slider .product-thumbs-slider__slide{display:flex;align-items:center;border:1px solid #fff;box-sizing:border-box;transition-duration:.3s;cursor:pointer}.product-slider .product-thumbs-slider__slide.swiper-slide-thumb-active{border:1px solid #3CB371}.product-slider .product-thumbs-slider__picture{position:relative;display:flex;width:100%;height:100%}.product-slider .product-thumbs-slider__img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain}.product-slider .product-main-slider{width:100%}.product-slider .product-main-slider__favorite{display:none}}@media screen and (min-width: 1200px){.product-slider{height:408px}.product-slider .product-card__label{width:45px;height:45px}.product-slider .product-thumbs-slider{width:60px}}@media screen and (min-width: 1360px){.product-slider{height:474px}.product-slider .product-card__label{width:50px;height:50px}.product-slider__thumbs-next-button,.product-slider__thumbs-prev-button{height:22px}.product-slider__thumbs-prev-button{transform:translateY(95%)}.product-slider .product-thumbs-slider{width:70px;padding-top:30px;padding-bottom:30px}}@media screen and (min-width: 1560px){.product-slider{height:477px}.product-slider .product-card__label{width:55px;height:55px}.product-slider__thumbs-next-button,.product-slider__thumbs-prev-button{height:24px}.product-slider__thumbs-next-button{transform:translateY(10px)}.product-slider__thumbs-prev-button{transform:translateY(45%)}.product-slider__thumbs-wrapper{margin-right:50px}.product-slider .product-thumbs-slider{width:75px;padding-top:15px;padding-bottom:15px}}@media screen and (min-width: 1700px){.product-slider{height:559px}.product-slider__thumbs-wrapper{margin-right:50px}.product-slider .product-thumbs-slider{width:80px;padding-top:30px;padding-bottom:30px}}.product-info{display:flex;flex-wrap:wrap;align-items:center}.product-info__get-discount{grid-column:1/span 2;width:-moz-fit-content;width:fit-content;padding:13px 25px;border:2px solid #3CB371;border-radius:8px;font-size:18px;color:#3cb371;transition-duration:.3s}.product-info__get-discount.hidden{opacity:0;visibility:hidden;pointer-events:none}.product-info__header{display:flex;align-items:center;width:100%;margin-bottom:30px}.product-info__brand{position:relative;display:inline-block;width:80px;height:40px}.product-info__brand-img{position:absolute;top:0;left:0;width:100%;height:100%;-o-object-fit:contain;object-fit:contain}.product-info__brand-diller{font-weight:400;font-size:12px;line-height:1.4;color:#232632;position:absolute;bottom:-15px;white-space:nowrap}.product-info__codes{display:flex;flex-direction:column;gap:10px;margin-left:auto}.product-info__country{display:flex;align-items:center;gap:5px}.product-info__additional{display:flex;flex-direction:column;width:100%!important;gap:7px}.product-info__code-title{display:flex;font-weight:400;font-size:12px;line-height:1.4;color:#888ca4}.product-info__code-name{min-width:60px}.product-info__code{display:inline-block;padding:5px 15px;border-radius:5px;background:#232632;color:#fff;text-align:center}.product-info__favorite{display:none}.product-info__status{display:inline-block;align-self:flex-start;padding:5px 20px;border-radius:4px;white-space:nowrap;font-weight:500;font-size:12px;line-height:1.4}.product-info__timer{margin-left:auto}.product-info .price{display:flex;flex-direction:column-reverse;justify-content:center;align-items:center;width:100%;margin-top:20px;margin-bottom:20px}.product-info .price.discount .price__new{color:#ef4023}.product-info .price__old{margin-right:30px;font-weight:400;font-size:14px;line-height:1.4;color:#888ca4;text-decoration:line-through}.product-info .price__new{font-weight:700;font-size:30px;line-height:1.4;color:#07140d}.product-info .price__new .currency{font-size:18px}.product-info__forms{display:flex;flex-direction:column;width:100%;margin-left:auto;margin-right:auto;margin-bottom:45px}.product-info .add-to-cart{margin-bottom:20px;width:100%}.product-info .add-to-cart__icon{width:24px;height:24px;margin-right:10px;stroke:#fff;stroke-width:1.5}.product-info .one-click{position:relative;margin-bottom:20px}.product-info .one-click__form{position:absolute;top:0;left:0;width:100%;height:100%;background:#fff;max-width:360px;opacity:0;visibility:hidden;z-index:2}.product-info .one-click__form.active{opacity:1;visibility:visible}.product-info .one-click__form.active~.one-click__button{opacity:0}.product-info .one-click__form-input{width:100%;height:100%;padding-left:30px;padding-right:70px;border:1px solid #204731;border-radius:50px;font-size:18px}.product-info .one-click__form-input::-moz-placeholder{color:#888ca4}.product-info .one-click__form-input::placeholder{color:#888ca4}.product-info .one-click__form-submit{position:absolute;right:0;top:0;display:flex;justify-content:center;align-items:center;height:100%;width:60px;padding-right:10px}.product-info .one-click__form-submit[disabled]{pointer-events:none}.product-info .one-click__form-submit[disabled] .one-click__form-icon{stroke:#888ca4;stroke-width:1.5}.product-info .one-click__form-icon{width:30px;height:30px;stroke:#3cb371;stroke-width:1.5;transition-duration:.3s}.product-info .b-widget{width:100%!important;margin-bottom:30px}.product-info .b-widget__row{margin-bottom:0}.product-info .b-widget__container_type_150x100{height:70px}.product-info .b-widget .b-rating__info{color:#07140d}.product-info .b-widget .b-rating__info:hover{text-decoration:none}.product-info .product-country__name{font-weight:600;font-size:14px}.product-info .product-country__img{width:30px;border:.5px solid #c8c8c8}.product-info .prom-feedbacks{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;width:100%;border:1px solid #EFF0F4;border-radius:10px;padding:15px;margin-bottom:30px}.product-info .prom-feedbacks__title{display:flex;align-items:center;width:100%;margin-bottom:10px;font-weight:400;font-size:13px;line-height:1.5;color:#535667}.product-info .prom-feedbacks__title .value{margin-left:8px;font-weight:700;color:#3cb371}.product-info .prom-feedbacks__text{font-weight:300;font-size:12px;line-height:1.5;color:#888ca4}.product-info .prom-feedbacks__link{position:relative;display:flex;width:66px;padding-bottom:24px}.product-info .prom-feedbacks__img{position:absolute;top:0;left:0;width:100%;height:100%;-o-object-fit:contain;object-fit:contain}.product-info .prom-feedbacks__rates{display:flex}.product-info .prom-feedbacks__rate-item{display:flex;align-items:center;font-weight:600;font-size:14px;line-height:1.5;color:#3cb371}.product-info .prom-feedbacks__rate-item--dislike{color:#b7baca}.product-info .prom-feedbacks__rate-item--dislike .prom-feedbacks__rate-icon{transform:scaleY(-1);fill:#b7baca}.product-info .prom-feedbacks__rate-icon{width:18px;height:18px;margin-right:5px;fill:#3cb371}@media screen and (min-width: 390px){.product-info__get-discount{font-size:20px}.product-info__brand{width:100px;height:50px}.product-info__code-title,.product-info__status{font-size:14px}.product-info .price{margin-top:30px;margin-bottom:30px}.product-info .price__old{font-size:16px}.product-info .price__new{font-size:32px}.product-info__forms{max-width:360px}.product-info .add-to-cart__icon{width:28px;height:28px}.product-info .one-click__form-input{font-size:20px}.product-info .one-click__form-icon{width:35px;height:35px}.product-info .prom-feedbacks__title{font-size:15px}.product-info .prom-feedbacks__link{width:75px;height:27px}.product-info .prom-feedbacks__text{font-size:14px}.product-info .prom-feedbacks__rate-item{font-size:16px}.product-info .prom-feedbacks__rate-icon{width:22px;height:22px}}@media screen and (min-width: 768px){.product-info__forms{width:100%;flex-direction:row;justify-content:space-between;align-items:center;max-width:unset;flex-wrap:wrap}.product-info .add-to-cart,.product-info .one-click,.product-info .credit-buy{width:48%;margin-bottom:0}.product-info .credit-buy{margin-top:20px;margin-left:auto}}@media screen and (min-width: 992px){.product-info{grid-column:2;grid-row:1/span 3;display:grid;grid-template-columns:fit-content(35%) 38% 1fr;-moz-column-gap:30px;column-gap:30px;margin-left:20px;padding-top:35px}.product-info__get-discount{padding:15px 30px}}@media screen and (min-width: 992px) and (min-width: 992px){.product-info__get-discount{font-size:14.4px}}@media screen and (min-width: 992px) and (min-width: 1200px){.product-info__get-discount{font-size:15.6px}}@media screen and (min-width: 992px) and (min-width: 1360px){.product-info__get-discount{font-size:16.8px}}@media screen and (min-width: 992px) and (min-width: 1560px){.product-info__get-discount{font-size:calc((20px * 92) / 100)}}@media screen and (min-width: 992px) and (min-width: 1700px){.product-info__get-discount{font-size:20px}}@media screen and (min-width: 992px){.product-info__brand{width:60px;height:30px}}@media screen and (min-width: 992px) and (min-width: 992px){.product-info__code-title{font-size:10.08px}}@media screen and (min-width: 992px) and (min-width: 1200px){.product-info__code-title{font-size:10.92px}}@media screen and (min-width: 992px) and (min-width: 1360px){.product-info__code-title{font-size:11.76px}}@media screen and (min-width: 992px) and (min-width: 1560px){.product-info__code-title{font-size:12.88px}}@media screen and (min-width: 992px) and (min-width: 1700px){.product-info__code-title{font-size:14px}}@media screen and (min-width: 992px){.product-info__code{padding:3px 10px}.product-info__header{grid-column:1/span 3;grid-row:1;margin-bottom:10px}.product-info__additional{grid-column:3;grid-row:3;margin-bottom:0}.product-info__favorite{display:block;width:30px;height:30px;padding:5px;margin-left:40px}.product-info__favorite.clicked .product-info__favorite-icon{fill:#ef4023;stroke:#ef4023}.product-info__favorite-icon{fill:none;stroke:#888ca4;stroke-width:1.5}.product-info__timer{grid-row:2;grid-column:1/span 3;margin-left:0;margin-right:auto;margin-bottom:0}.product-info__status{margin-top:20px;width:-moz-fit-content;width:fit-content}}@media screen and (min-width: 992px) and (min-width: 992px){.product-info__status{font-size:10.08px}}@media screen and (min-width: 992px) and (min-width: 1200px){.product-info__status{font-size:10.92px}}@media screen and (min-width: 992px) and (min-width: 1360px){.product-info__status{font-size:11.76px}}@media screen and (min-width: 992px) and (min-width: 1560px){.product-info__status{font-size:12.88px}}@media screen and (min-width: 992px) and (min-width: 1700px){.product-info__status{font-size:14px}}@media screen and (min-width: 992px){.product-info .price{grid-row:3;grid-column:1;margin-bottom:10px;margin-top:0;flex-direction:column;align-items:flex-start}}@media screen and (min-width: 992px) and (min-width: 992px){.product-info .price__old{font-size:11.52px}}@media screen and (min-width: 992px) and (min-width: 1200px){.product-info .price__old{font-size:12.48px}}@media screen and (min-width: 992px) and (min-width: 1360px){.product-info .price__old{font-size:13.44px}}@media screen and (min-width: 992px) and (min-width: 1560px){.product-info .price__old{font-size:14.72px}}@media screen and (min-width: 992px) and (min-width: 1700px){.product-info .price__old{font-size:16px}}@media screen and (min-width: 992px) and (min-width: 992px){.product-info .price__new{font-size:27.36px}}@media screen and (min-width: 992px) and (min-width: 1200px){.product-info .price__new{font-size:29.64px}}@media screen and (min-width: 992px) and (min-width: 1360px){.product-info .price__new{font-size:31.92px}}@media screen and (min-width: 992px) and (min-width: 1560px){.product-info .price__new{font-size:34.96px}}@media screen and (min-width: 992px) and (min-width: 1700px){.product-info .price__new{font-size:38px}}@media screen and (min-width: 992px) and (min-width: 992px){.product-info .price__new .currency{font-size:12.96px}}@media screen and (min-width: 992px) and (min-width: 1200px){.product-info .price__new .currency{font-size:calc((18px * 78) / 100)}}@media screen and (min-width: 992px) and (min-width: 1360px){.product-info .price__new .currency{font-size:calc((18px * 84) / 100)}}@media screen and (min-width: 992px) and (min-width: 1560px){.product-info .price__new .currency{font-size:16.56px}}@media screen and (min-width: 992px) and (min-width: 1700px){.product-info .price__new .currency{font-size:18px}}@media screen and (min-width: 992px){.product-info__characteristics{grid-row:5;grid-column:1/span 3;margin-top:10px}.product-info__forms{grid-row:3;grid-column:2;flex-direction:column;margin-bottom:0}.product-info .add-to-cart,.product-info .one-click,.product-info .credit-buy{width:100%;margin-bottom:20px}.product-info .add-to-cart__icon{width:15px;height:15px}.product-info .one-click__form-input{padding-left:15px;padding-right:35px}}@media screen and (min-width: 992px) and (min-width: 992px){.product-info .one-click__form-input{font-size:14.4px}}@media screen and (min-width: 992px) and (min-width: 1200px){.product-info .one-click__form-input{font-size:15.6px}}@media screen and (min-width: 992px) and (min-width: 1360px){.product-info .one-click__form-input{font-size:16.8px}}@media screen and (min-width: 992px) and (min-width: 1560px){.product-info .one-click__form-input{font-size:calc((20px * 92) / 100)}}@media screen and (min-width: 992px) and (min-width: 1700px){.product-info .one-click__form-input{font-size:20px}}@media screen and (min-width: 992px){.product-info .one-click__form-submit{width:35px}.product-info .credit-buy{margin:0}.product-info .prom-feedbacks{grid-column:3;grid-row:3/span 2;margin-bottom:0;padding:10px;justify-content:flex-start}.product-info .prom-feedbacks__title{margin-bottom:0}}@media screen and (min-width: 992px) and (min-width: 992px){.product-info .prom-feedbacks__title{font-size:10.08px}}@media screen and (min-width: 992px) and (min-width: 1200px){.product-info .prom-feedbacks__title{font-size:10.92px}}@media screen and (min-width: 992px) and (min-width: 1360px){.product-info .prom-feedbacks__title{font-size:11.76px}}@media screen and (min-width: 992px) and (min-width: 1560px){.product-info .prom-feedbacks__title{font-size:12.88px}}@media screen and (min-width: 992px) and (min-width: 1700px){.product-info .prom-feedbacks__title{font-size:14px}}@media screen and (min-width: 992px) and (min-width: 992px){.product-info .prom-feedbacks__text{font-size:8.64px}}@media screen and (min-width: 992px) and (min-width: 1200px){.product-info .prom-feedbacks__text{font-size:9.36px}}@media screen and (min-width: 992px) and (min-width: 1360px){.product-info .prom-feedbacks__text{font-size:10.08px}}@media screen and (min-width: 992px) and (min-width: 1560px){.product-info .prom-feedbacks__text{font-size:calc((12px * 92) / 100)}}@media screen and (min-width: 992px) and (min-width: 1700px){.product-info .prom-feedbacks__text{font-size:12px}}@media screen and (min-width: 992px){.product-info .prom-feedbacks__link{width:35px;height:15px;margin-left:10px}.product-info .prom-feedbacks__rates{margin-top:5px}.product-info .prom-feedbacks__rate-item{margin-right:20px}}@media screen and (min-width: 992px) and (min-width: 992px){.product-info .prom-feedbacks__rate-item{font-size:10.08px}}@media screen and (min-width: 992px) and (min-width: 1200px){.product-info .prom-feedbacks__rate-item{font-size:10.92px}}@media screen and (min-width: 992px) and (min-width: 1360px){.product-info .prom-feedbacks__rate-item{font-size:11.76px}}@media screen and (min-width: 992px) and (min-width: 1560px){.product-info .prom-feedbacks__rate-item{font-size:12.88px}}@media screen and (min-width: 992px) and (min-width: 1700px){.product-info .prom-feedbacks__rate-item{font-size:14px}}@media screen and (min-width: 1200px){.product-info{-moz-column-gap:40px;column-gap:40px}.product-info__brand{width:80px;height:40px}.product-info__favorite{width:38px;height:38px}.product-info .add-to-cart__icon{width:20px;height:20px}.product-info .prom-feedbacks{padding:12px}.product-info .prom-feedbacks__link{width:45px;height:20px}}@media screen and (min-width: 1360px){.product-info{grid-template-columns:fit-content(18%) 32% fit-content(30%);-moz-column-gap:70px;column-gap:70px}.product-info__header{margin-bottom:15px}.product-info__timer{margin-bottom:10px}.product-info__favorite{margin-left:50px}.product-info .prom-feedbacks{padding:15px}.product-info .prom-feedbacks__link{width:55px;height:25px}.product-info .prom-feedbacks__rates{margin-top:10px}}@media screen and (min-width: 1560px){.product-info{grid-template-columns:fit-content(18%) 260px fit-content(30%);-moz-column-gap:80px;column-gap:80px;margin-left:30px}.product-info__brand{width:100px;height:50px}.product-info__header{margin-bottom:25px}.product-info__favorite{width:42px;height:42px;margin-left:60px}.product-info__timer{margin-bottom:20px}.product-info .one-click__form-input{padding-right:45px;padding-left:25px}.product-info .one-click__form-submit{width:45px;padding-right:15px}.product-info .prom-feedbacks{padding:20px}.product-info .prom-feedbacks__link{width:65px}.product-info .prom-feedbacks__rates{margin-top:15px}.product-info .characteristics{margin-top:20px;margin-bottom:25px}}@media screen and (min-width: 1700px){.product-info{grid-template-columns:fit-content(18%) 295px fit-content(30%);-moz-column-gap:100px;column-gap:100px}.product-info__brand{width:110px;height:55px}.product-info__favorite{width:46px;height:46px}.product-info .add-to-cart__icon{width:24px;height:24px}.product-info .one-click__form-input{padding-left:30px;padding-right:50px}.product-info .one-click__form-submit{width:50px;padding-right:20px}}.characteristics{width:100%;margin-bottom:45px}.characteristics__title{display:block;width:100%;margin-bottom:20px;font-weight:600;font-size:20px;line-height:1.2;color:#07140d}.characteristics__list{display:flex;flex-wrap:wrap;width:100%;margin-bottom:20px;overflow:hidden;transition-duration:.4s}.characteristics__list tbody{width:100%}.characteristics__row{display:flex;width:100%;padding:20px 10px;background-color:#eff0f4}.characteristics__row:nth-child(2n){background-color:#fff}.characteristics__name,.characteristics__value{width:50%;font-weight:400;font-size:12px;line-height:1.5}.characteristics__value{display:flex;padding-left:10px;font-weight:600;text-align:right}.characteristics__button{display:flex;align-items:center;margin-left:auto;margin-right:auto}.characteristics__button.active .characteristics__button-icon{transform:rotate(-90deg)}.characteristics__button-text{border-bottom:1px dashed #888ca4;font-weight:400;font-size:14px;line-height:1.5;color:#888ca4}.characteristics__button-icon{width:18px;height:18px;stroke:#888ca4;stroke-width:1.5;transition-duration:.3s;transform:rotate(90deg)}@media screen and (min-width: 390px){.characteristics__title{font-size:24px}.characteristics__name,.characteristics__value{font-size:14px}.characteristics__button-text{font-size:16px}.characteristics__button-icon{width:22px;height:22px}}@media screen and (min-width: 992px){.characteristics{margin-bottom:15px}}@media screen and (min-width: 992px) and (min-width: 992px){.characteristics__name,.characteristics__value{font-size:10.08px}}@media screen and (min-width: 992px) and (min-width: 1200px){.characteristics__name,.characteristics__value{font-size:10.92px}}@media screen and (min-width: 992px) and (min-width: 1360px){.characteristics__name,.characteristics__value{font-size:11.76px}}@media screen and (min-width: 992px) and (min-width: 1560px){.characteristics__name,.characteristics__value{font-size:12.88px}}@media screen and (min-width: 992px) and (min-width: 1700px){.characteristics__name,.characteristics__value{font-size:14px}}@media screen and (min-width: 992px){.characteristics__row{padding:6px 10px}.characteristics__list{margin-bottom:10px}}@media screen and (min-width: 992px) and (min-width: 992px){.characteristics__button-text{font-size:10.08px}}@media screen and (min-width: 992px) and (min-width: 1200px){.characteristics__button-text{font-size:10.92px}}@media screen and (min-width: 992px) and (min-width: 1360px){.characteristics__button-text{font-size:11.76px}}@media screen and (min-width: 992px) and (min-width: 1560px){.characteristics__button-text{font-size:12.88px}}@media screen and (min-width: 992px) and (min-width: 1700px){.characteristics__button-text{font-size:14px}}@media screen and (min-width: 992px){.characteristics__button{margin-right:0}.characteristics__button-icon{width:12px;height:12px}}@media screen and (min-width: 1200px){.characteristics__row{padding:8px 14px}.characteristics__button-icon{width:15px;height:15px}}@media screen and (min-width: 1560px){.characteristics__row{padding:10px 20px}.characteristics__button-icon{width:18px;height:18px}}.info-block{width:100%;margin-bottom:70px}.info-block__item{padding:10px;border:1px solid #EFF0F4;border-radius:15px}.info-block__item:not(:last-child){margin-bottom:10px}.info-block__header{display:flex;align-items:center;margin-bottom:10px;font-weight:600;font-size:16px;line-height:1.4;color:#232632}.info-block__main-icon{width:24px;height:24px;margin-right:10px;stroke:#3cb371;stroke-width:1.5}.info-block__text{font-weight:400;font-size:12px;line-height:1.5;color:#232632}.info-block__text .bold{font-weight:600}.info-block__icons{display:flex;align-items:center;margin-left:auto}.info-block__icons-item:not(:last-child){margin-right:10px}.info-block__icon{width:20px;height:20px}@media screen and (min-width: 390px){.info-block__main-icon{width:30px;height:30px}.info-block__header{font-size:18px}.info-block__text{font-size:14px}.info-block__icon{width:25px;height:25px}}@media screen and (min-width: 768px){.info-block{display:flex;flex-wrap:wrap}.info-block__item{width:calc(50% - 10px)}.info-block__item:not(:last-child){margin-bottom:20px}.info-block__item:nth-child(2n){margin-left:20px}}@media screen and (min-width: 992px){.info-block{grid-column:1/span 3;grid-row:6;margin-bottom:30px}.info-block__item{width:calc(33% - 5px)}.info-block__item:not(:last-child){margin-bottom:0;margin-right:10px}.info-block__item:nth-child(2n){margin-left:0}.info-block__main-icon{width:14px;height:14px}}@media screen and (min-width: 992px) and (min-width: 992px){.info-block__header{font-size:12.96px}}@media screen and (min-width: 992px) and (min-width: 1200px){.info-block__header{font-size:calc((18px * 78) / 100)}}@media screen and (min-width: 992px) and (min-width: 1360px){.info-block__header{font-size:calc((18px * 84) / 100)}}@media screen and (min-width: 992px) and (min-width: 1560px){.info-block__header{font-size:16.56px}}@media screen and (min-width: 992px) and (min-width: 1700px){.info-block__header{font-size:18px}}@media screen and (min-width: 992px){.info-block__icons-item:not(:last-child){margin-right:5px}.info-block__icon{width:12px;height:12px}}@media screen and (min-width: 992px) and (min-width: 992px){.info-block__text{font-size:10.08px}}@media screen and (min-width: 992px) and (min-width: 1200px){.info-block__text{font-size:10.92px}}@media screen and (min-width: 992px) and (min-width: 1360px){.info-block__text{font-size:11.76px}}@media screen and (min-width: 992px) and (min-width: 1560px){.info-block__text{font-size:12.88px}}@media screen and (min-width: 992px) and (min-width: 1700px){.info-block__text{font-size:14px}}@media screen and (min-width: 1200px){.info-block{margin-bottom:40px}.info-block__main-icon{width:18px;height:18px}.info-block__icon{width:16px;height:16px}.info-block__item{width:calc(33% - 8px);padding:12px}.info-block__item:not(:last-child){margin-bottom:0;margin-right:15px}}@media screen and (min-width: 1360px){.info-block{margin-bottom:50px}.info-block__main-icon{width:20px;height:20px}.info-block__icon{width:18px;height:18px}.info-block__item{width:calc(33% - 11px);padding:15px}.info-block__item:not(:last-child){margin-bottom:0;margin-right:19px}.info-block__icons-item:not(:last-child){margin-right:10px}}@media screen and (min-width: 1560px){.info-block{margin-bottom:60px}.info-block__main-icon{width:24px;height:24px}.info-block__icon{width:20px;height:20px}.info-block__item{padding:20px}}.product__title{display:inline-block;width:100%;padding-top:15px;padding-bottom:15px;margin-bottom:15px;font-weight:600;font-size:20px;line-height:1.2;color:#07140d}.product__text-block{margin-bottom:70px}.product__characteristics{margin-bottom:60px}@media screen and (min-width: 390px){.product__title{font-size:22px}}@media screen and (min-width: 992px){.product__container{display:grid;grid-template-columns:44% 1fr;grid-template-rows:minmax(0,auto)}.product__title{grid-row:1;grid-column:1;height:-moz-fit-content;height:fit-content}}@media screen and (min-width: 992px) and (min-width: 992px){.product__title{font-size:23.04px}}@media screen and (min-width: 992px) and (min-width: 1200px){.product__title{font-size:24.96px}}@media screen and (min-width: 992px) and (min-width: 1360px){.product__title{font-size:26.88px}}@media screen and (min-width: 992px) and (min-width: 1560px){.product__title{font-size:29.44px}}@media screen and (min-width: 992px) and (min-width: 1700px){.product__title{font-size:32px}}@media screen and (min-width: 992px){.product .tabs-slider{grid-column:1/span 2;margin-bottom:25px}.product__characteristics{grid-column:1/span 2;margin-bottom:30px}.product__characteristics tbody{column-count:2;-moz-column-count:2;-webkit-column-count:2}.product__characteristics .characteristics__row{background-color:unset}.product__characteristics .characteristics__row:nth-child(even){background-color:#eff0f4}.product__text-block{grid-column:1/span 2;margin-bottom:45px}.product .faq{grid-row:8;grid-column:1/span 2}}@media screen and (min-width: 1200px){.product__characteristics,.product__text-block{margin-bottom:60px}}@media screen and (min-width: 1360px){.product__characteristics{margin-bottom:85px}.product__text-block{margin-bottom:75px}}@media screen and (min-width: 1560px){.product__container{grid-template-columns:43.35% 1fr}.product__characteristics{margin-bottom:100px}.product__text-block{margin-bottom:90px}}
