.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,body{overflow-x:hidden;min-height:100vh;overflow-anchor:none;scroll-behavior:smooth;margin:0;padding:0}html.fixing,body.fixing,html.lg-on,body.lg-on{width:100vw;height:100vh;overflow:hidden}body,button,textarea,input{font-family:Inter,sans-serif;font-style:normal;font-size:16px;line-height:1;font-weight:300}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:45px;overflow:hidden}.footer{flex:0 0 auto}img{max-width:100%;max-height:100%}svg{width:100%;height:100%}input[type=search]::-webkit-search-decoration,input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-results-button,input[type=search]::-webkit-search-results-decoration{-webkit-appearance:none}input[type=number]::-webkit-outer-spin-button,input[type=number]::-webkit-inner-spin-button{-webkit-appearance:none}.lg-backdrop{background-color:#525252cc!important}.lg-outer .lg-thumb-outer{background-color:#525252e6!important}.button-disabled{cursor:default;pointer-events:none}.swiper-horizontal>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-horizontal{height:2px!important;z-index:1!important}.hidden{display:none}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:300;src:url(/build/assets/inter-300-15b03362.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:400;src:url(/build/assets/inter-400-f16485e9.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:500;src:url(/build/assets/inter-500-53bc6316.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:600;src:url(/build/assets/inter-600-ca48993d.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:700;src:url(/build/assets/inter-700-52ce714d.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:900;src:url(/build/assets/inter-900-65f62480.woff2) format("woff2")}.container{position:relative;width:100%;padding-left:15px;padding-right:15px;box-sizing:border-box}@media screen and (min-width: 576px){.container{max-width:570px;margin:0 auto}}@media screen and (min-width: 768px){.container{max-width:750px}}@media screen and (min-width: 992px){.container{max-width:990px}}@media screen and (min-width: 1200px){.container{max-width:1120px}}@media screen and (min-width: 1360px){.container{max-width:1240px}}@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}.title{width:100%;display:block;font-size:24px;line-height:normal;font-weight:400;color:#202020;text-align:left;margin-bottom:21px;position:relative}.title--center{text-align:center}.title--underline:before{background-color:#83aa29;bottom:-10px;content:"";height:1px;left:50%;transform:translate(-50%);position:absolute;width:120px;z-index:1}@media screen and (min-width: 390px){.title{font-size:24px}}@media screen and (min-width: 768px){.title{font-size:28px}}@media screen and (min-width: 992px) and (min-width: 992px){.title{font-size:calc(40px * 72 / 100)}}@media screen and (min-width: 992px) and (min-width: 1200px){.title{font-size:calc(40px * 78 / 100)}}@media screen and (min-width: 992px) and (min-width: 1360px){.title{font-size:33.6px}}@media screen and (min-width: 992px) and (min-width: 1560px){.title{font-size:calc(40px * 92 / 100)}}@media screen and (min-width: 992px) and (min-width: 1700px){.title{font-size:40px}}@media screen and (min-width: 1200px){.title{margin-bottom:30px}}@media screen and (min-width: 1560px){.title{margin-bottom:40px}}.loader{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#52525233;overflow:hidden;opacity:1;visibility:visible;transition-duration:.22s;z-index:100;display:flex;justify-content:center;align-items:center}.loader.hidden{z-index:-1;opacity:0;visibility:hidden}.loader__icon{height:100px;width:100px;border:8px solid #fff;border-radius:50%;animation:spin 2s linear infinite;position:relative}.loader__icon:after{content:"";box-sizing:border-box;position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:78px;height:78px;border-radius:50%;border:8px solid;border-color:#60840D transparent}@keyframes spin{to{transform:rotate(360deg)}}.header-menu{margin-left:24px}.header-menu.active .header-button__icon{stroke:#cacaca}.header-menu.active .header-button__icon--fill{stroke:none;fill:#cacaca}.header-menu.active .header-modal{top:var(--header-height);opacity:1;visibility:visible}.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{width:100%;padding:0 15px}.header-button{display:flex;justify-content:center;align-items:center;width:24px;height:24px;position:relative}.header-button *{pointer-events:none}.header-button__icon{width:24px;height:24px;stroke:#202020;fill:none;transition:.3s ease}.header-button__icon--fill{stroke:none;fill:#202020}.header-button__text{display:none}.header-button.hide{pointer-events:none}.header-button.hide .header-button__count{opacity:0;visibility:hidden}.header-button__count{position:absolute;top:-5px;right:-8px;display:flex;align-items:center;justify-content:center;width:18px;height:18px;border-radius:50%;background-color:#83aa29;font-size:11px;line-height:1;color:#fff;transition-duration:.3s}@media screen and (min-width: 576px){.header-button{width:35px;height:35px}.header-button__icon{width:30px;height:30px}}@media screen and (min-width: 576px) and (max-width: 991px){.header-modal__container{padding-left:15px;padding-right:15px;max-width:570px;margin:0 auto}}@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{position:relative}.header-button__count{top:-3px;right:-6px}}@media screen and (min-width: 992px) and (min-width: 992px){.header-button__count{font-size:7.92px}}@media screen and (min-width: 992px) and (min-width: 1200px){.header-button__count{font-size:8.58px}}@media screen and (min-width: 992px) and (min-width: 1360px){.header-button__count{font-size:9.24px}}@media screen and (min-width: 992px) and (min-width: 1560px){.header-button__count{font-size:calc(11px * 92 / 100)}}@media screen and (min-width: 992px) and (min-width: 1700px){.header-button__count{font-size:11px}}.btn{display:flex;justify-content:center;align-items:center;height:44px;width:100%;max-width:360px;font-weight:600;font-size:18px;line-height:1.5;border:1px solid #83AA29;border-radius:6px;transition-duration:.3s}.btn:hover{text-decoration:none}.btn-primary{background-color:#83aa29;color:#fff}.btn-primary.disabled{background-color:#d4d5dd;pointer-events:none;border:1px solid #E9EEF6}.btn-secondary{box-sizing:border-box;border:1px solid #83AA29;color:#83aa29}@media screen and (min-width: 992px){.btn{height:40px;transition-duration:.3s}}@media screen and (min-width: 992px) and (min-width: 992px){.btn{font-size:calc(20px * 72 / 100)}}@media screen and (min-width: 992px) and (min-width: 1200px){.btn{font-size:calc(20px * 78 / 100)}}@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:46px}}.search-form{position:relative;width:100%;height:45px}.search-form__input{width:100%;height:100%;padding-left:20px;padding-right:62px;border-radius:4px;border:1px solid #d9d9d9;font-size:16px;font-weight:400}.search-form__input::-moz-placeholder{color:#7b7b7b}.search-form__input::placeholder{color:#7b7b7b}.search-form__btn{position:absolute;right:0;top:50%;display:flex;align-items:center;justify-content:center;width:45px;height:calc(100% + 2px);transform:translateY(-50%);border-radius:0 4px 4px 0;border:1px solid #CAEEFF;background:#83AA29;transition-duration:.3s}.search-form__btn:hover{background:#60840D}.search-form__btn-text{display:none}.search-form__icon{width:24px;height:24px;stroke:#fff}@media screen and (min-width: 390px){.search-form{height:56px}.search-form__input{padding-left:30px;padding-right:70px;font-size:17px}.search-form__btn{width:56px}.search-form__icon{width:30px;height:30px}}@media screen and (min-width: 992px){.search-form{height:35px}.search-form__input{padding-left:15px;padding-right:115px}}@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__input:before{position:absolute;left:0;top:50%}.search-form__btn-text{display:inline-block;font-weight:400;color:#fff}}@media screen and (min-width: 992px) and (min-width: 992px){.search-form__btn-text{font-size:11.52px}}@media screen and (min-width: 992px) and (min-width: 1200px){.search-form__btn-text{font-size:12.48px}}@media screen and (min-width: 992px) and (min-width: 1360px){.search-form__btn-text{font-size:13.44px}}@media screen and (min-width: 992px) and (min-width: 1560px){.search-form__btn-text{font-size:14.72px}}@media screen and (min-width: 992px) and (min-width: 1700px){.search-form__btn-text{font-size:16px}}@media screen and (min-width: 992px){.search-form__btn{width:105px}.search-form__icon{flex-shrink:0;width:14px;height:14px;margin-right:8px}}@media screen and (min-width: 1200px){.search-form__input{padding-left:20px;padding-right:130px}.search-form__icon{width:18px;height:18px}.search-form__btn{width:-moz-fit-content;width:fit-content;padding:0 20px}}@media screen and (min-width: 1360px){.search-form{height:40px}.search-form__input{padding-right:140px}.search-form__icon{width:20px;height:20px;margin-right:16px}}@media screen and (min-width: 1560px){.search-form{height:45px}.search-form__btn{padding:0 28px}.search-form__icon{width:22px;height:22px}.search-form__input{padding-right:155px}}@media screen and (min-width: 1700px){.search-form__icon{width:24px;height:24px}}.social-icons{margin-top:40px;padding-left:34px;display:flex}.social-icons__link:not(:last-child){margin-right:24px}.social-icons__link:hover .social-icons__icon{stroke:#ff6e08}.social-icons__icon{width:24px;height:24px;stroke:#fff;transition-duration:.3s}.error-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}.error-modal.active{opacity:1;visibility:visible}.error-modal.active .error-modal__content{top:0}.error-modal .hide{display:none!important}.error-modal__header{display:flex;flex-direction:column}.error-modal__backdrop{position:absolute;top:0;left:0;width:100%;height:100%;background:#202020;opacity:.3}.error-modal__content{position:relative;top:-70px;width:calc(100% - 20px);max-width:460px;padding:30px;background:#EEF6FC;border-radius:30px;z-index:2;transition-duration:.4s}.error-modal__title{display:inline-block;margin-bottom:10px;text-align:center;font-weight:400;font-size:22px;color:#202020}.error-modal__text{display:inline-block;margin-bottom:30px;text-align:center;font-weight:400;font-size:18px;color:#202020}.error-modal__close-button{position:absolute;top:15px;right:15px;width:25px;height:25px}.error-modal__close-button:before,.error-modal__close-button:after{content:"";position:absolute;top:50%;left:50%;width:14px;height:1px;background:#204731;border-radius:50%}.error-modal__close-button:before{transform:translate(-50%,-50%) rotate(45deg)}.error-modal__close-button:after{transform:translate(-50%,-50%) rotate(-45deg)}.error-modal__back-shopping{margin:0 auto;transition-duration:.3s}.error-modal__back-shopping:hover{background-color:#eaf6cd}.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;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.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;align-items:center}.status-modal__backdrop{position:absolute;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.6);transition-duration:.3s}.status-modal__icon{width:45px;height:45px;margin-left:auto;margin-right:auto;margin-bottom:10px;stroke:#83aa29}.status-modal__content{position:relative;top:-70px;width:calc(100% - 20px);max-width:360px;padding:30px;background:#fff;border-radius:6px;z-index:2;transition-duration:.4s}.status-modal__title{display:inline-block;margin-bottom:30px;text-align:center;font-weight:400;font-size:22px;color:#202020}.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)}.product-card{position:relative;display:flex;flex-wrap:wrap;height:auto;border-radius:4px;overflow:hidden;background-color:#fff;border:1px solid #d9d9d9}.product-card__image-link{display:inline-block;width:100%;height:-moz-fit-content;height:fit-content}.product-card__picture{position:relative;display:flex;padding-bottom:80%;border:1px solid #EEF6FC;border-radius:4px;margin-bottom:15px}.product-card__image{position:absolute;top:0;left:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.product-card__info{padding:0 10px 15px;display:flex;flex-direction:column;justify-content:space-between;width:100%}.product-card__price{display:block;width:100%;padding-bottom:15px;border-bottom:2px dotted rgba(123,123,123,.5019607843);font-size:14px;font-weight:500;color:#ff6e08;position:relative}.product-card__price--uah{font-size:12px}.product-card__title-link{line-height:1.2;margin:15px 0;font-size:12px;font-weight:400;color:#202020;min-height:43px;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.product-card__code{display:flex;flex-direction:column;position:relative;color:#7b7b7b;font-size:12px;font-weight:400;margin-bottom:15px}.product-card__code-number{padding-top:7px;color:#202020;font-size:12px;font-weight:700}.product-card__favorite-form{width:18px;height:18px;position:absolute;top:0;right:0}.product-card__favorite-button.clicked{display:block;opacity:1;visibility:visible}.product-card__favorite-button.clicked svg{fill:#83aa29;stroke:#83aa29}.product-card__favorite-icon{width:18px;height:18px;stroke:#202020;fill:none}.product-card__buy-link{display:flex;align-items:center;justify-content:center;width:100%;height:38px;border-radius:4px;border:1px solid #83AA29}.product-card__buy-icon{display:none;width:22px;height:22px;stroke:#83aa29;margin-right:10px}.product-card__buy-text{color:#83aa29;text-align:center;font-size:16px;font-weight:400}@media screen and (min-width: 576px){.product-card__title-link{min-height:50px}.product-card__code,.product-card__code-number,.product-card__title-link{font-size:14px}.product-card__favorite-form,.product-card__favorite-icon{width:20px;height:20px}.product-card__price{font-size:16px}.product-card__price--uah{font-size:14px}}@media screen and (min-width: 992px){.product-card{transition-duration:.3s;transition-property:border}.product-card__title-link{transition-duration:.3s;min-height:45px}}@media screen and (min-width: 992px) and (min-width: 992px){.product-card__title-link{font-size:11.52px}}@media screen and (min-width: 992px) and (min-width: 1200px){.product-card__title-link{font-size:12.48px}}@media screen and (min-width: 992px) and (min-width: 1360px){.product-card__title-link{font-size:13.44px}}@media screen and (min-width: 992px) and (min-width: 1560px){.product-card__title-link{font-size:14.72px}}@media screen and (min-width: 992px) and (min-width: 1700px){.product-card__title-link{font-size:16px}}@media screen and (min-width: 992px){.product-card__code{flex-direction:row;align-items:center}.product-card__code-number{padding-top:0;padding-left:8px}}@media screen and (min-width: 992px) and (min-width: 992px){.product-card__code,.product-card__code-number{font-size:10.08px}}@media screen and (min-width: 992px) and (min-width: 1200px){.product-card__code,.product-card__code-number{font-size:10.92px}}@media screen and (min-width: 992px) and (min-width: 1360px){.product-card__code,.product-card__code-number{font-size:11.76px}}@media screen and (min-width: 992px) and (min-width: 1560px){.product-card__code,.product-card__code-number{font-size:12.88px}}@media screen and (min-width: 992px) and (min-width: 1700px){.product-card__code,.product-card__code-number{font-size:14px}}@media screen and (min-width: 992px){.product-card__favorite-form{top:-3px;width:22px;height:22px;pointer-events:none}.product-card__favorite-button{opacity:0;visibility:hidden;transition-duration:.3s}.product-card__favorite-icon{width:22px;height:22px}}@media screen and (min-width: 992px) and (min-width: 992px){.product-card__price{font-size:calc(20px * 72 / 100)}}@media screen and (min-width: 992px) and (min-width: 1200px){.product-card__price{font-size:calc(20px * 78 / 100)}}@media screen and (min-width: 992px) and (min-width: 1360px){.product-card__price{font-size:16.8px}}@media screen and (min-width: 992px) and (min-width: 1560px){.product-card__price{font-size:calc(20px * 92 / 100)}}@media screen and (min-width: 992px) and (min-width: 1700px){.product-card__price{font-size:20px}}@media screen and (min-width: 992px) and (min-width: 992px){.product-card__price--uah{font-size:calc(18px * 72 / 100)}}@media screen and (min-width: 992px) and (min-width: 1200px){.product-card__price--uah{font-size:calc(18px * 78 / 100)}}@media screen and (min-width: 992px) and (min-width: 1360px){.product-card__price--uah{font-size:15.12px}}@media screen and (min-width: 992px) and (min-width: 1560px){.product-card__price--uah{font-size:calc(18px * 92 / 100)}}@media screen and (min-width: 992px) and (min-width: 1700px){.product-card__price--uah{font-size:18px}}@media screen and (min-width: 992px) and (min-width: 992px){.product-card__buy-text{font-size:calc(20px * 72 / 100)}}@media screen and (min-width: 992px) and (min-width: 1200px){.product-card__buy-text{font-size:calc(20px * 78 / 100)}}@media screen and (min-width: 992px) and (min-width: 1360px){.product-card__buy-text{font-size:16.8px}}@media screen and (min-width: 992px) and (min-width: 1560px){.product-card__buy-text{font-size:calc(20px * 92 / 100)}}@media screen and (min-width: 992px) and (min-width: 1700px){.product-card__buy-text{font-size:20px}}@media screen and (min-width: 992px){.product-card__buy-icon{display:block}.product-card__buy-link{transition-duration:.3s;height:42px}.product-card:hover{border:1px solid #83AA29;box-shadow:0 0 16px #0000001a}.product-card:hover .product-card__buy-link{background-color:#83aa29}.product-card:hover .product-card__buy-icon{stroke:#fff}.product-card:hover .product-card__buy-text{color:#fff}.product-card:hover .product-card__favorite-form{visibility:visible;pointer-events:all}.product-card:hover .product-card__favorite-button{opacity:1;visibility:visible}}@media screen and (min-width: 1360px){.product-card__title-link{min-height:48px}.product-card__favorite-form,.product-card__favorite-icon{width:24px;height:24px}.product-card__buy-link{height:46px}}@media screen and (min-width: 1560px){.product-card__title-link{min-height:54px}}@media screen and (min-width: 1700px){.product-card__title-link{min-height:58px}}.popular-models{position:relative;display:flex;flex-wrap:wrap;width:280px}.popular-models__btn{width:-moz-fit-content;width:fit-content;display:flex;font-weight:500;text-align:center;color:#b8b8b8;border:1px solid rgba(255,255,255,.5019607843);padding:8px;border-radius:4px;margin-bottom:15px;background-color:transparent;transition-duration:.3s}@media screen and (min-width: 992px){.popular-models__btn{font-size:calc(20px * 72 / 100)}}@media screen and (min-width: 1200px){.popular-models__btn{font-size:calc(20px * 78 / 100)}}@media screen and (min-width: 1360px){.popular-models__btn{font-size:16.8px}}@media screen and (min-width: 1560px){.popular-models__btn{font-size:calc(20px * 92 / 100)}}@media screen and (min-width: 1700px){.popular-models__btn{font-size:20px}}.popular-models__btn:hover{border:1px solid #FF6E08;color:#ff6e08}.popular-models__box{display:none;position:absolute;bottom:60px;left:0;height:350px;width:100%;border:1px solid #83AA29;border-radius:4px;z-index:200;background-color:#fff;padding:35px 5px 15px 15px}.popular-models__box.active{display:block}.popular-models__btn-hide{position:absolute;top:0;right:0;width:35px;height:35px;transition-duration:.3s}.popular-models__btn-hide:after,.popular-models__btn-hide:before{background-color:#c4c4c4;content:"";height:50%;left:50%;position:absolute;top:50%;width:1px}.popular-models__btn-hide:after{transform:translate(-50%,-50%) rotate(45deg)}.popular-models__btn-hide:before{transform:translate(-50%,-50%) rotate(-45deg)}.popular-models__btn-hide:hover:after,.popular-models__btn-hide:hover:before{background-color:#83aa29}.popular-models__btn-return{position:absolute;top:0;left:0;width:45px;height:30px}.popular-models__btn-return svg{width:30px;height:30px;stroke-width:1.5;stroke:#83aa29}.popular-models__arrow-btn{position:relative;width:35px;height:25px;margin-left:auto}.popular-models__arrow-btn:after{border-bottom:1px solid #83AA29;border-left:1px solid #83AA29;content:"";height:9px;position:absolute;right:13px;top:7px;transform:rotate(-135deg);width:9px}.popular-models__list{height:310px;padding-right:5px;overflow:auto;scrollbar-color:#83AA29 #fff;scrollbar-width:thin}.popular-models__list::-webkit-scrollbar{width:8px;height:5px;cursor:pointer}.popular-models__list::-webkit-scrollbar-thumb{background-color:#83aa29;border-radius:5px}.popular-models__list::-webkit-scrollbar-button{display:none}.popular-models__list::-webkit-scrollbar-track{background-color:#fff;border-radius:5px}.popular-models__item{width:100%;display:flex;align-items:center;padding:7px 0;margin-bottom:7px;border-bottom:1px solid #d4d4d4}.popular-models__link{display:block;width:calc(100% - 35px);height:100%;font-size:16px;line-height:1.2;font-weight:400;color:#000}.popular-models__sublist-wrapper{display:none;position:absolute;top:0;left:0;width:100%;height:310px;padding:35px 5px 15px 15px;z-index:50;background-color:#fff}.popular-models__sublist-wrapper.active{display:block}.popular-models__sublist{width:100%;display:none;height:310px;padding-right:5px;background-color:#fff;overflow:auto;scrollbar-color:#83AA29 #fff;scrollbar-width:thin}.popular-models__sublist::-webkit-scrollbar{width:8px;height:5px;cursor:pointer}.popular-models__sublist::-webkit-scrollbar-thumb{background-color:#83aa29;border-radius:5px}.popular-models__sublist::-webkit-scrollbar-button{display:none}.popular-models__sublist::-webkit-scrollbar-track{background-color:#fff;border-radius:5px}.popular-models__sublist.active{display:block}.popular-models__subitem{width:100%;display:flex;padding:3px 0;margin-bottom:7px}.popular-models__subitem:hover .popular-models__sublink{color:#83aa29}.popular-models__sublink{font-size:16px;line-height:1.2;font-weight:400;color:#000;transition-duration:.3s}@media screen and (min-width: 1200px){.popular-models{max-width:290px;justify-content:flex-start}}.cookies-box{position:fixed;left:0;right:0;bottom:0;background-color:#464646;border-top:2px solid #fff;box-shadow:5px 2px 11px 5px #0000004d;opacity:0;visibility:hidden;transition-delay:.22s;z-index:101}.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:#83aa29;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:#60840d}@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}}.scroll-top{position:fixed;bottom:15px;right:15px;width:35px;height:35px;border:2px solid #83AA29;border-radius:4px;visibility:hidden;opacity:0;z-index:100;transition-duration:.3s}.scroll-top svg{transform:rotate(-90deg);fill:none;stroke:#83aa29;stroke-width:4}.scroll-top.visible{visibility:visible;opacity:1}.scroll-top:hover{border:2px solid #60840D}.scroll-top:hover svg{stroke:#60840d}.contacts-menu{margin-left:auto}.contacts-menu .contacts-modal{padding-top:120px}.contacts-menu .contacts-modal__container{padding:0 20px}.contacts-menu .contacts-modal__wrapper{display:flex;align-items:center;margin-bottom:30px}.contacts-menu .contacts-modal__title{display:inline-block;font-weight:600;font-size:20px;color:#202020}.contacts-menu .contacts-modal__icon{width:24px;height:24px;margin-right:10px;stroke:#202020}.contacts-menu .contacts-modal__dropdown-button{display:none}.contacts-menu .contacts-modal .phones-list{margin-bottom:15px}.contacts-menu .contacts-modal .phones-list__item{display:flex;align-items:center;padding-left:34px}.contacts-menu .contacts-modal .phones-list__item:not(:last-child){margin-bottom:15px}.contacts-menu .contacts-modal .phones-list__item:nth-child(n+4){display:none}.contacts-menu .contacts-modal .phones-list__link{font-weight:400;font-size:24px;line-height:2;color:#202020;margin-right:29px;white-space:nowrap}.contacts-menu .contacts-modal .phones-list__icon-link{margin-right:12px}.contacts-menu .contacts-modal .phones-list__icon-link:last-child{margin-right:0}.contacts-menu .contacts-modal .phones-list__icon{width:28px;height:28px}.contacts-menu .contacts-modal .main-number{margin-bottom:40px}.contacts-menu .contacts-modal .main-number__wrapper{display:flex;flex-wrap:wrap;align-items:center}.contacts-menu .contacts-modal .main-number__link{width:100%;display:block;margin-top:20px;padding-left:34px;font-size:26px}.contacts-menu .contacts-modal__dropdown{margin-bottom:85px}.contacts-menu .contacts-modal__dropdown .contacts-modal__title,.contacts-menu .contacts-modal__dropdown .contacts-modal__icon{display:none}.contacts-menu .contacts-modal__dropdown .phones-list__item:nth-child(n+4){display:flex}.contacts-menu .contacts-modal__address{display:inline-block;margin-bottom:20px;font-weight:400;font-size:16px;line-height:1.5;color:#202020}.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 #CACACA;color:#cacaca}.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:22px}.contacts-menu .contacts-modal .phones-list__icon-link{width:26px;height:26px}.contacts-menu .contacts-modal .main-number__link{font-size:26px}.contacts-menu .contacts-modal__address,.contacts-menu .contacts-modal__map-link{font-size:18px}}@media screen and (min-width: 992px){.contacts-menu{position:relative;order:7}.contacts-menu__button{display:none}.contacts-menu .contacts-modal{display:flex;width:-moz-fit-content;width:fit-content;padding-top:0}.contacts-menu .contacts-modal__wrapper{display:none}.contacts-menu .contacts-modal__container{display:flex;padding:0}.contacts-menu .contacts-modal__icon,.contacts-menu .contacts-modal__title{display:none}.contacts-menu .contacts-modal__dropdown-button{display:flex;align-self:center;width:24px;height:24px;stroke:#fff;margin-left:15px}.contacts-menu .contacts-modal__dropdown-icon{transition-duration:.3s}.contacts-menu .contacts-modal__dropdown{position:absolute;box-shadow:inset 0 8px 20px #0003;top:calc(100% + 25px);left:-10px;width:calc(100% - 14px);background-color:#464646;padding:10px 10px 0;border-radius:0 0 4px 4px;opacity:0;visibility:hidden;transition-duration:.3s}.contacts-menu .contacts-modal__dropdown.active{top:calc(100% + 10px);opacity:1;visibility:visible}.contacts-menu .contacts-modal__dropdown.active+.contacts-modal__dropdown-button .contacts-modal__dropdown-icon{transform:scaleY(-1)}.contacts-menu .contacts-modal__dropdown .phones-list{flex-wrap:wrap}.contacts-menu .contacts-modal__dropdown .phones-list .phones-list__item:not(:last-child),.contacts-menu .contacts-modal__dropdown .phones-list .phones-list__item:last-child{padding-left:0;margin-bottom:10px}.contacts-menu .contacts-modal__dropdown .phones-list .phones-list__item:nth-child(2n){padding-left:20px}.contacts-menu .contacts-modal .phones-list{display:flex;margin-bottom:0}.contacts-menu .contacts-modal .phones-list__item{padding-left:20px}.contacts-menu .contacts-modal .phones-list__item:not(:last-child){margin-bottom:0}.contacts-menu .contacts-modal .phones-list__icon-link,.contacts-menu .contacts-modal .phones-list__icon{width:24px;height:24px}.contacts-menu .contacts-modal .phones-list__link{order:3;margin-right:0;margin-left:12px;color:#fff;font-style:normal;font-weight:500;line-height:normal}}@media screen and (min-width: 992px) and (min-width: 992px){.contacts-menu .contacts-modal .phones-list__link{font-size:calc(18px * 72 / 100)}}@media screen and (min-width: 992px) and (min-width: 1200px){.contacts-menu .contacts-modal .phones-list__link{font-size:calc(18px * 78 / 100)}}@media screen and (min-width: 992px) and (min-width: 1360px){.contacts-menu .contacts-modal .phones-list__link{font-size:15.12px}}@media screen and (min-width: 992px) and (min-width: 1560px){.contacts-menu .contacts-modal .phones-list__link{font-size:calc(18px * 92 / 100)}}@media screen and (min-width: 992px) and (min-width: 1700px){.contacts-menu .contacts-modal .phones-list__link{font-size:18px}}@media screen and (min-width: 992px){.contacts-menu .contacts-modal .main-number{margin-bottom:0}.contacts-menu .contacts-modal .main-number__wrapper{flex-wrap:nowrap;flex-direction:column-reverse;position:relative;align-items:flex-start}.contacts-menu .contacts-modal .main-number__title{display:block;color:#fff}}@media screen and (min-width: 992px) and (min-width: 992px){.contacts-menu .contacts-modal .main-number__title{font-size:11.52px}}@media screen and (min-width: 992px) and (min-width: 1200px){.contacts-menu .contacts-modal .main-number__title{font-size:12.48px}}@media screen and (min-width: 992px) and (min-width: 1360px){.contacts-menu .contacts-modal .main-number__title{font-size:13.44px}}@media screen and (min-width: 992px) and (min-width: 1560px){.contacts-menu .contacts-modal .main-number__title{font-size:14.72px}}@media screen and (min-width: 992px) and (min-width: 1700px){.contacts-menu .contacts-modal .main-number__title{font-size:16px}}@media screen and (min-width: 992px){.contacts-menu .contacts-modal .main-number__icon{display:block;position:absolute;stroke:#fff;left:-30px;top:50%;transform:translateY(-50%);margin-right:0;stroke-width:1.5}.contacts-menu .contacts-modal .main-number__link{margin-left:0;width:100%;display:block;margin-top:0;padding-left:0}}@media screen and (min-width: 992px) and (min-width: 992px){.contacts-menu .contacts-modal .main-number__link{font-size:17.28px}}@media screen and (min-width: 992px) and (min-width: 1200px){.contacts-menu .contacts-modal .main-number__link{font-size:18.72px}}@media screen and (min-width: 992px) and (min-width: 1360px){.contacts-menu .contacts-modal .main-number__link{font-size:20.16px}}@media screen and (min-width: 992px) and (min-width: 1560px){.contacts-menu .contacts-modal .main-number__link{font-size:calc(24px * 92 / 100)}}@media screen and (min-width: 992px) and (min-width: 1700px){.contacts-menu .contacts-modal .main-number__link{font-size:24px}}@media screen and (min-width: 1200px){.contacts-menu .contacts-modal__dropdown.active{top:calc(100% + 13px)}.contacts-menu .contacts-modal .main-number{padding-right:20px}.contacts-menu .contacts-modal .main-number__icon{left:-34px}}@media screen and (min-width: 1360px){.contacts-menu .contacts-modal__dropdown.active{top:calc(100% + 14px)}.contacts-menu .contacts-modal__dropdown .phones-list .phones-list__item:nth-child(2n){padding-left:34px}.contacts-menu .contacts-modal .phones-list__item{padding-left:34px}.contacts-menu .contacts-modal .main-number{padding-right:40px}.contacts-menu .contacts-modal .main-number__title{margin-top:2px}}@media screen and (min-width: 1560px){.contacts-menu .contacts-modal .main-number{padding-right:80px}}.burger-menu{--burger-icon-width: 18px}.burger-menu__button{position:relative}.burger-menu.active .burger-menu__button-icon{background-color:transparent}.burger-menu.active .burger-menu__button-icon--line{background-color:transparent;transform:rotate(-45deg) translate3d(-5.71429px,-6px,0);opacity:0}.burger-menu.active .burger-menu__button-icon:before,.burger-menu.active .burger-menu__button-icon:after{top:50%;right:calc(50% - var(--burger-icon-width) / 2);width:calc(var(--burger-icon-width) + 2px);transform:rotate(45deg);background-color:#cacaca;border-radius:50%}.burger-menu.active .burger-menu__button-icon:after{transform:rotate(-45deg);background-color:#cacaca}.burger-menu__button-icon{display:flex;align-self:flex-start;margin-top:3px;width:var(--burger-icon-width);height:1px;background-color:#202020;border-radius:2px;transition:all .3s ease}.burger-menu__button-icon:before,.burger-menu__button-icon:after,.burger-menu__button-icon--line{content:"";position:absolute;display:flex;width:10px;height:1px;right:3px;border-radius:2px;background-color:#202020;transition:transform .3s,background-color .3s}.burger-menu__button-icon--line{width:var(--burger-icon-width);top:15px}.burger-menu__button-icon:before{top:9px;width:14px}.burger-menu__button-icon:after{top:21px;width:14px}.burger-menu .burger-modal__container{height:100%;display:flex;flex-direction:column}.burger-menu .burger-modal__categories-button{font-weight:600}.burger-menu .burger-modal__navigation{padding-left:34px;margin-bottom:auto}.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:scaleY(-1)}.burger-menu .burger-modal__navigation .navigation__item:not(:last-child){margin-bottom:15px}.burger-menu .burger-modal__navigation .navigation__link{padding-bottom:15px}.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:#202020}.burger-menu .burger-modal__navigation .navigation__button-icon{display:flex;width:20px;height:20px;margin-left:5px;stroke:#202020;stroke-width:1;pointer-events:none;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:100;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%;margin-bottom:10px}.burger-menu .burger-modal__navigation .navigation__subitem-link{font-size:16px;line-height:1.2;color:#202020}.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__address{display:flex;width:100%;align-items:flex-start;margin-bottom:40px;color:#202020;font-size:18px;font-style:normal;font-weight:400;line-height:1.3}.burger-menu .burger-modal__address-icon{width:24px;height:24px;margin-right:15px;flex-shrink:0;stroke:#83aa29;stroke-width:2}.burger-menu .burger-modal .languages{margin-top:auto;padding-bottom:85px;display:flex;width:-moz-fit-content;width:fit-content;margin-left:auto;margin-right:auto}.burger-menu .burger-modal .languages>.languages__item.active{display:none}.burger-menu .burger-modal .languages__button-icon,.burger-menu .burger-modal .languages__active-text,.burger-menu .burger-modal .languages__full-name{display:none}.burger-menu .burger-modal .languages__item{font-weight:400;font-size:14px;text-transform:uppercase;color:#7b7b7b}.burger-menu .burger-modal .languages__item.active{font-weight:600;color:#202020}.burger-menu .burger-modal .languages__item:not(:last-child){margin-right:20px}.burger-menu .burger-modal__favorite{padding-left:34px;padding-bottom:15px}.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__favorite,.burger-menu .navigation__link{display:flex;align-items:center;font-size:20px;line-height:1.2;color:#202020}.burger-menu .burger-modal__favorite:not(:last-child),.burger-menu .navigation__link:not(:last-child){margin-bottom:15px}.burger-menu .burger-modal__favorite-count{display:flex;align-items:center;justify-content:center;width:24px;height:24px;background-color:#83aa29;border-radius:50%;margin-left:10px;color:#fff;font-size:14px;font-weight:400;line-height:1;transition-duration:.3s}.burger-menu .burger-navigation-item{font-weight:400}@media screen and (min-width: 390px){.burger-menu .burger-modal__favorite,.burger-menu .navigation__link{font-size:22px}.burger-menu .burger-modal__favorite-icon,.burger-menu .navigation__icon,.burger-menu .burger-modal__address-icon{width:28px;height:28px}.burger-menu .burger-modal__navigation{margin-bottom:90px}.burger-menu .burger-modal__socials{margin-bottom:110px}.burger-menu .burger-modal__address{font-size:20px}.burger-menu .burger-modal .languages__item{font-size:18px}}@media screen and (min-width: 576px){.burger-menu{--burger-icon-width: 23px}.burger-menu__button-icon{margin-top:8px}.burger-menu__button-icon:before,.burger-menu__button-icon:after,.burger-menu__button-icon--line{right:6px}.burger-menu__button-icon--line{top:20px}.burger-menu__button-icon:before{top:14px}.burger-menu__button-icon:after{top:26px}}@media screen and (min-width: 992px){.burger-menu{position:relative;order:6;margin-left:0;background-color:#464646}.burger-menu:before{content:"";height:100%;width:9999%;position:absolute;background-color:#464646;z-index:-1;top:0;left:-100%;right:0}.burger-menu__button{display:none}.burger-menu .navigation__item.active{background-color:#83aa29}.burger-menu .burger-modal__container{padding:0}.burger-menu .burger-modal__favorite{display:none}.burger-menu .burger-modal__navigation{display:flex;padding-left:0;margin-bottom:0;margin-left:-23px}.burger-menu .burger-modal__navigation .navigation__item{transition-duration:.3s;cursor:pointer;position:relative}.burger-menu .burger-modal__navigation .navigation__item--other{margin-bottom:0;height:100%}.burger-menu .burger-modal__navigation .navigation__item:not(:last-child){margin-bottom:0}.burger-menu .burger-modal__navigation .navigation__item:not(:last-child):after{content:"";position:absolute;top:50%;transform:translateY(-50%);right:0;width:1px;height:40%;background-color:#fff;opacity:.1}.burger-menu .burger-modal__navigation .navigation__item:hover{background-color:#83aa29}.burger-menu .burger-modal__navigation .navigation__link{padding:15px;color:#fff;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__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__subitem-title{padding:15px 2px 15px 15px;color:#fff;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){.burger-menu .burger-modal__navigation .navigation__button-icon{stroke:#fff}.burger-menu .burger-modal__navigation .navigation__subitem-ul{width:220px}.burger-menu .burger-modal .languages{display:none}}@media screen and (min-width: 1200px){.burger-menu .burger-modal__navigation{margin-left:-30px}.burger-menu .burger-modal__navigation .navigation__link{padding:18px 20px}.burger-menu .burger-modal__navigation .navigation__subitem-title{padding:18px 2px 18px 20px}}@media screen and (min-width: 1560px){.burger-menu .burger-modal__navigation{margin-left:-35px}.burger-menu .burger-modal__navigation .navigation__link{padding:18px 35px}}.search-menu{margin-left:24px}.search-menu .search-modal{padding-top:220px}@media screen and (min-width: 992px){.search-menu{order:2}.search-menu__button{display:none}.search-menu .search-modal{padding-top:0}.search-menu .search-modal__container{width:360px;max-width:unset;padding:0}}@media screen and (min-width: 1200px){.search-menu .search-modal__container{width:480px;margin-left:50px}}@media screen and (min-width: 1560px){.search-menu .search-modal__container{width:600px;margin-left:120px}}.header{height:var(--header-height);box-sizing:border-box;background-color:#fff;border-bottom:1px solid #d9d9d9}.header__container{display:flex;align-items:center;height:100%}.header__logo{display:flex;flex-direction:column}.header__logo-icon{width:140px;height:19px}.header__logo-text{margin-top:3px;font-size:8px;color:#202020;line-height:1}.header__favorite{display:none}.header__cart{margin-left:24px}.header .languages{display:none}.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-icon{width:160px;height:30px}.header__logo-text{margin-top:0;font-size:10px}}@media screen and (min-width: 992px){.header{position:relative;height:-moz-fit-content;height:fit-content;border-bottom:none;z-index:2}.header__container{flex-wrap:wrap;align-items:center;z-index:0}.header__logo{margin-top:15px;margin-bottom:25px;order:1}.header__logo-icon{width:240px;height:41px}.header__logo-text{margin-top:2px}}@media screen and (min-width: 992px) and (min-width: 992px){.header__logo-text{font-size:8.64px}}@media screen and (min-width: 992px) and (min-width: 1200px){.header__logo-text{font-size:9.36px}}@media screen and (min-width: 992px) and (min-width: 1360px){.header__logo-text{font-size:10.08px}}@media screen and (min-width: 992px) and (min-width: 1560px){.header__logo-text{font-size:calc(12px * 92 / 100)}}@media screen and (min-width: 992px) and (min-width: 1700px){.header__logo-text{font-size:12px}}@media screen and (min-width: 992px){.header__favorite{order:4;display:flex;margin-left:70px}.header__cart{margin-left:70px;order:5}.header .languages{order:3;display:flex;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}.header .languages>.languages__item.active{display:flex}.header .languages.active .languages__modal{top:calc(100% + 5px);opacity:1;visibility:visible;box-shadow:0 4px 6px #0000001a}.header .languages.active .languages__button-icon{transform:scaleY(-1)}.header .languages__button-icon{display:flex;width:20px;height:20px;margin-left:5px;stroke:#202020;stroke-width:1;pointer-events:none;transition-duration:.3s}.header .languages__active-text{display:flex;margin-right:10px;color:#cacaca;font-weight:400;text-transform:none}.header .languages__modal{position:absolute;top:calc(100% + 20px);left:-6px;display:flex;flex-direction:column;width:120%;z-index:100;background-color:#fff;transition-duration:.3s;padding:5px 12px;opacity:0;visibility:hidden}.header .languages__modal .languages__item{padding-bottom:8px;padding-top:8px;color:#7b7b7b}.header .languages__modal .languages__item:hover,.header .languages__modal .languages__item.active{color:#ff6e08}.header .languages__item{display:flex;width:100%;margin-right:0;line-height:1.5;text-transform:uppercase;color:#202020}}@media screen and (min-width: 992px) and (min-width: 992px){.header .languages__item{font-size:11.52px}}@media screen and (min-width: 992px) and (min-width: 1200px){.header .languages__item{font-size:12.48px}}@media screen and (min-width: 992px) and (min-width: 1360px){.header .languages__item{font-size:13.44px}}@media screen and (min-width: 992px) and (min-width: 1560px){.header .languages__item{font-size:14.72px}}@media screen and (min-width: 992px) and (min-width: 1700px){.header .languages__item{font-size:16px}}@media screen and (min-width: 992px){.header .languages__item.active{display:flex;align-items:center;margin-right:0}}@media screen and (min-width: 1360px){.header__logo-icon{width:295px}}.footer{background-color:#202020;padding-top:45px;padding-left:15px;padding-right:15px}.footer__logo{display:flex;height:40px;width:228px;margin-left:auto;margin-right:auto;margin-bottom:50px}.footer__address{margin-bottom:50px}.footer__address-name{color:#b8b8b8;font-size:20px;font-style:normal;font-weight:400;line-height:1.4;padding-left:34px}.footer .footer-block{display:flex;flex-direction:column;margin-bottom:60px}.footer .footer-block--navigation{display:none}.footer .footer-block--schedule{margin-bottom:120px}.footer .footer-block__title{display:flex;align-items:center;color:#fff;font-size:20px;font-style:normal;font-weight:600;margin-bottom:16px}.footer .footer-block__title-icon{width:24px;height:24px;stroke:#fff;margin-right:10px}.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:18px;line-height:1.2;color:#b8b8b8}.footer .footer-block .schedule{margin-bottom:0}.footer .footer-block .schedule__title{display:none}.footer .footer-block .schedule__item{padding-left:34px;color:#b8b8b8}.footer .footer-block .schedule__item .value{color:#b8b8b8}.footer .footer-block .navigation__icon{display:none}.footer .footer-block .navigation__item--other{display:none!important}.footer .footer-block .phones-list__item{display:flex;align-items:center;padding-left:34px}.footer .footer-block .phones-list__item:not(:last-child){margin-bottom:10px}.footer .footer-block .phones-list__link{font-weight:400;font-size:22px;line-height:1.2;color:#b8b8b8;margin-right:29px;white-space:nowrap}.footer .footer-block .phones-list__icon-link{margin-right:12px}.footer .footer-block .phones-list__icon-link:last-child{margin-right:0}.footer .footer-block .phones-list__icon{width:28px;height:28px}.footer .footer-block__map-link{display:inline-block;width:-moz-fit-content;width:fit-content;margin-bottom:20px;border-bottom:1px solid #83AA29;font-weight:400;font-size:14px;line-height:1.2;color:#83aa29}.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% + 70px);padding-top:20px;padding-bottom:25px;margin-left:-35px;margin-right:-35px;background-color:#000}.footer__all-rights{display:inline-block;width:100%;margin-bottom:24px;color:#767676;text-align:center;font-size:14px;font-style:normal;font-weight:400;line-height:normal}.footer__wm-link{display:flex;align-items:center;flex-direction:column;color:#767676;text-align:center;font-size:12px;font-style:normal;font-weight:400;line-height:2}.footer__wm-icon{width:107px;height:15px}@media screen and (min-width: 390px){.footer__logo{width:240px}.footer__address-name,.footer .footer-block__title{font-size:18px}.footer .footer-block .schedule__item,.footer .footer-block .navigation__link,.footer .footer-block__address{font-size:20px}.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:22px;margin-right:0}.footer .footer-block .phones-list__icon-link{margin-right:0;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:15px}.footer__wm-link{font-size:11px}}@media screen and (min-width: 576px){.footer{padding-left:0;padding-right:0}.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;padding-top:30px}.footer__container{display:grid;padding-bottom:30px;justify-content:initial}.footer__logo{margin-left:0;margin-right:0;grid-column:1;grid-row:1;width:160px;height:30px;margin-bottom:20px}.footer__address{width:-moz-fit-content;width:fit-content;margin-bottom:0}}@media screen and (min-width: 992px) and (min-width: 992px){.footer__address{font-size:calc(20px * 72 / 100)}}@media screen and (min-width: 992px) and (min-width: 1200px){.footer__address{font-size:calc(20px * 78 / 100)}}@media screen and (min-width: 992px) and (min-width: 1360px){.footer__address{font-size:16.8px}}@media screen and (min-width: 992px) and (min-width: 1560px){.footer__address{font-size:calc(20px * 92 / 100)}}@media screen and (min-width: 992px) and (min-width: 1700px){.footer__address{font-size:20px}}@media screen and (min-width: 992px){.footer__social-items{margin-top:25px}.footer .footer-block{width:100%;margin-bottom:30px}.footer .footer-block .navigation__item--other{display:none!important}.footer .footer-block .navigation__link{transition-duration:.3s}.footer .footer-block .navigation__link.active,.footer .footer-block .navigation__link:hover{color:#ff6e08}.footer .footer-block .phones-list__link{transition-duration:.3s}.footer .footer-block .phones-list__link:hover{color:#ff6e08}.footer .footer-block .phones-list__icon{width:24px;height:24px}.footer .footer-block .phones-list__icon-link{margin-left:16px}.footer .footer-block--navigation{display:flex;grid-column:4;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:2;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}}@media screen and (min-width: 992px) and (min-width: 992px){.footer .footer-block--contacts-block .phones-list__link{font-size:calc(20px * 72 / 100)}}@media screen and (min-width: 992px) and (min-width: 1200px){.footer .footer-block--contacts-block .phones-list__link{font-size:calc(20px * 78 / 100)}}@media screen and (min-width: 992px) and (min-width: 1360px){.footer .footer-block--contacts-block .phones-list__link{font-size:16.8px}}@media screen and (min-width: 992px) and (min-width: 1560px){.footer .footer-block--contacts-block .phones-list__link{font-size:calc(20px * 92 / 100)}}@media screen and (min-width: 992px) and (min-width: 1700px){.footer .footer-block--contacts-block .phones-list__link{font-size:20px}}@media screen and (min-width: 992px){.footer .footer-block--contacts-block .footer-block__address,.footer .footer-block__title{margin-bottom:15px}}@media screen and (min-width: 992px) and (min-width: 992px){.footer .footer-block__title{font-size:calc(20px * 72 / 100)}}@media screen and (min-width: 992px) and (min-width: 1200px){.footer .footer-block__title{font-size:calc(20px * 78 / 100)}}@media screen and (min-width: 992px) and (min-width: 1360px){.footer .footer-block__title{font-size:16.8px}}@media screen and (min-width: 992px) and (min-width: 1560px){.footer .footer-block__title{font-size:calc(20px * 92 / 100)}}@media screen and (min-width: 992px) and (min-width: 1700px){.footer .footer-block__title{font-size:20px}}@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{font-size:calc(20px * 72 / 100)}}@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{font-size:calc(20px * 78 / 100)}}@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{font-size:16.8px}}@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{font-size:calc(20px * 92 / 100)}}@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{font-size:20px}}@media screen and (min-width: 992px){.footer .footer-block .phones-list__icon-link{width:18px;height:18px;margin-left:10px}.footer .footer-block .phones-list__icon{width:18px;height:18px}.footer__bottom{width:100%;margin-left:0;margin-right:0;padding-top:10px;padding-bottom:10px}.footer__bottom .footer__container{display:flex;flex-wrap:nowrap;justify-content:space-between;align-items:center;padding-bottom:0}.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:8.64px}}@media screen and (min-width: 992px) and (min-width: 1200px){.footer__all-rights{font-size:9.36px}}@media screen and (min-width: 992px) and (min-width: 1360px){.footer__all-rights{font-size:10.08px}}@media screen and (min-width: 992px) and (min-width: 1560px){.footer__all-rights{font-size:calc(12px * 92 / 100)}}@media screen and (min-width: 992px) and (min-width: 1700px){.footer__all-rights{font-size:12px}}@media screen and (min-width: 992px){.footer__wm-link{flex-direction:row}}@media screen and (min-width: 992px) and (min-width: 992px){.footer__wm-link{font-size:8.64px}}@media screen and (min-width: 992px) and (min-width: 1200px){.footer__wm-link{font-size:9.36px}}@media screen and (min-width: 992px) and (min-width: 1360px){.footer__wm-link{font-size:10.08px}}@media screen and (min-width: 992px) and (min-width: 1560px){.footer__wm-link{font-size:calc(12px * 92 / 100)}}@media screen and (min-width: 992px) and (min-width: 1700px){.footer__wm-link{font-size:12px}}@media screen and (min-width: 992px){.footer__wm-icon{margin-left:10px;padding-bottom:3px}}@media screen and (min-width: 1200px){.footer__logo{width:190px;height:34px}.footer__address{width:180px}}@media screen and (min-width: 1360px){.footer{padding-top:40px}.footer__container{padding-bottom:40px}.footer__logo{width:220px;height:35px}.footer__address{width:280px}.footer .footer-block{margin-bottom:40px}.footer .footer-block--contacts-block .phones-list__item:not(:last-child){margin-bottom:15px}.footer .footer-block--contacts-block .phones-list__icon-link,.footer .footer-block--contacts-block .phones-list__icon{width:20px;height:20px}.footer .footer-block--navigation .navigation__item:not(:last-child){margin-bottom:15px}.footer .footer-block--schedule .schedule__item:not(:last-child){margin-bottom:15px}}@media screen and (min-width: 1560px){.footer__logo{width:270px;height:38px;margin-bottom:30px}}@media screen and (min-width: 1700px){.footer{padding-top:50px}.footer__container{padding-bottom:20px}.footer .footer-block{margin-bottom:50px}.footer .footer-block .phones-list__icon-link,.footer .footer-block .phones-list__icon{width:24px;height:24px}}@font-face{font-family:swiper-icons;src:url(data:application/font-woff;charset=utf-8;base64,\ d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA) format("woff");font-weight:400;font-style:normal}:root{--swiper-theme-color: #007aff}.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;box-sizing:content-box}.swiper-android .swiper-slide,.swiper-wrapper{transform:translateZ(0)}.swiper-pointer-events{touch-action:pan-y}.swiper-pointer-events.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{transform:translateZ(0);backface-visibility:hidden}.swiper-3d,.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-wrapper,.swiper-3d .swiper-slide,.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-cube-shadow{transform-style:preserve-3d}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-slide-shadow-bottom{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:rgba(0,0,0,.15)}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-horizontal.swiper-css-mode>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-vertical.swiper-css-mode>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-centered>.swiper-wrapper:before{content:"";flex-shrink:0;order:9999}.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-horizontal>.swiper-wrapper:before{height:100%;width:var(--swiper-centered-offset-after)}.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-vertical>.swiper-wrapper:before{width:100%;height:var(--swiper-centered-offset-after)}.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;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}.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}: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-grid>.swiper-wrapper{flex-wrap:wrap}.swiper-grid-column>.swiper-wrapper{flex-wrap:wrap;flex-direction:column}.swiper-scrollbar{border-radius:10px;position:relative;-ms-touch-action:none;background:rgba(0,0,0,.1)}.swiper-scrollbar-disabled>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-disabled{display:none!important}.swiper-horizontal>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-horizontal{position:absolute;left:1%;bottom:3px;z-index:50;height:5px;width:98%}.swiper-vertical>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-vertical{position:absolute;right:3px;top:1%;z-index:50;width:5px;height:98%}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:rgba(0,0,0,.5);border-radius:10px;left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-scrollbar-lock{display:none}.breadcrumbs{display:inline-block;width:100%;padding-top:10px;margin-bottom:15px}.breadcrumbs__list{display:flex;flex-wrap:nowrap;padding-bottom:10px;overflow:auto;overflow-y:hidden}.breadcrumbs__item{display:flex;align-items:center;flex-wrap:nowrap;width:-moz-fit-content;width:fit-content;font-size:12px;font-weight:400;line-height:1.2}.breadcrumbs__link{color:#202020;white-space:nowrap;font-size:12px;font-weight:400;line-height:1.1}.breadcrumbs__link--last{color:#7b7b7b;cursor:default}.breadcrumbs__separator{margin-left:5px;margin-right:5px}.breadcrumbs__arrow{width:18px;height:18px;margin-left:8px;margin-right:8px;fill:none;stroke:#202020;stroke-width:3;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){.breadcrumbs__list{flex-wrap:wrap;overflow:visible;overflow-y:auto}.breadcrumbs__link{line-height:1.5}}@media screen and (min-width: 992px) and (min-width: 992px){.breadcrumbs__link{font-size:calc(15px * 72 / 100)}}@media screen and (min-width: 992px) and (min-width: 1200px){.breadcrumbs__link{font-size:calc(15px * 78 / 100)}}@media screen and (min-width: 992px) and (min-width: 1360px){.breadcrumbs__link{font-size:12.6px}}@media screen and (min-width: 992px) and (min-width: 1560px){.breadcrumbs__link{font-size:13.8px}}@media screen and (min-width: 992px) and (min-width: 1700px){.breadcrumbs__link{font-size:15px}}@media screen and (min-width: 992px){.breadcrumbs__link:not(.breadcrumbs__link--last){transition-duration:.4s}.breadcrumbs__link:not(.breadcrumbs__link--last):hover{color:#83aa29}.breadcrumbs__arrow{width:14px;height:14px;margin-left:10px;margin-right:10px}}@media screen and (min-width: 1200px){.breadcrumbs{padding-top:15px;padding-bottom:15px}.breadcrumbs__arrow{width:16px;height:16px;margin-left:15px;margin-right:15px}}@media screen and (min-width: 1560px){.breadcrumbs{padding-top:20px;padding-bottom:20px}.breadcrumbs__arrow{width:18px;height:18px;margin-left:20px;margin-right:20px}}.popular-numbers{width:100%;margin-bottom:40px}.popular-numbers__title{width:100%;padding-left:7px}.popular-numbers__list{display:flex;flex-wrap:wrap;row-gap:8px;-moz-column-gap:8px;column-gap:8px;overflow:hidden;transition-duration:.3s}@supports (-webkit-touch-callout: none) and (not (translate: none)){.popular-numbers__list>*:nth-child(n){margin-bottom:8px}.popular-numbers__list>*:last-child{margin-bottom:0}.popular-numbers__list>*:nth-child(n){margin-right:8px}.popular-numbers__list>*:last-child{margin-right:0}}.popular-numbers__list.active{overflow:visible}.popular-numbers__link{padding:8px;border-radius:4px;font-size:12px;transition-duration:.3s;color:#202020;border:1px solid #83AA29}.popular-numbers__link:hover{color:#60840d;border:1px solid #60840D;background-color:#eaf6cd}.popular-numbers__button{display:none;justify-content:center;align-items:center;width:100%;padding-top:20px;position:relative;z-index:100}.popular-numbers__button:after{content:"";position:absolute;top:-115px;left:0;display:flex;width:100%;height:115px;background:linear-gradient(180deg,rgba(255,255,255,0) 0%,#fff 100%);transition-duration:.3s;opacity:1;visibility:visible}.popular-numbers__button.active:after{opacity:0;visibility:hidden}.popular-numbers__button.active .popular-numbers__button-icon{transform:rotate(180deg)}.popular-numbers__button-text{font-weight:400;font-size:20px;color:#83aa29}.popular-numbers__button-icon{width:24px;height:24px;stroke:#83aa29;stroke-width:1.5;transition-duration:.3s}@media screen and (min-width: 992px){.popular-numbers__link{font-size:14px}}@media screen and (min-width: 1360px){.popular-numbers__link{font-size:16px}}.faq{padding-top:45px;padding-bottom:30px;background-color:#f3f3f3}.faq__wrapper{width:100%;display:flex;flex-wrap:wrap;gap:5px}.faq__item{width:100%;border-bottom:2px dotted rgba(185,185,185,.5019607843);padding:20px 0 20px 45px;transition-duration:.3s;transition-property:background-color,padding,border}.faq__item:last-child{border:none}.faq__item.active{background-color:#eaf6cd;border-bottom:1px solid #83AA29}.faq__item.active .faq__header{text-shadow:0px 0px 1px #000}.faq__item.active .faq__collapse{margin-top:10px}.faq__item.active .faq__header:before{transform:rotate(360deg)}.faq__item.active .faq__header:after{transform:rotate(180deg);opacity:0;visibility:hidden}.faq__header{position:relative;width:100%;display:flex;align-items:flex-start;font-size:14px;line-height:1.4;font-weight:400;color:#202020;cursor:pointer}.faq__header:before,.faq__header:after{position:absolute;content:"";left:-22px;top:40%;width:14px;height:2px;background-color:#83aa29}.faq__header:before{transition-duration:.22s;transition-delay:.12s;transition-timing-function:cubic-bezier(.215,.61,.355,1)}.faq__header:after{right:0;top:40%;transform:rotate(90deg);opacity:1;visibility:visible;transition-duration:.15s;transition-delay:.12s;transition-timing-function:cubic-bezier(.215,.61,.355,1)}.faq__collapse{height:0;overflow:hidden;transition-duration:.3s;transition-property:height,margin}.faq__text{font-size:12px;line-height:1.4;font-weight:400;color:#202020}.faq__text ul{list-style-position:inside;padding-bottom:10px}.faq__text ul li{padding-bottom:5px}.faq__text ol{list-style-position:inside;padding-bottom:10px}.faq__text ol li{padding-bottom:5px}.faq__link{color:#60840d;transition-duration:.3s}@media screen and (min-width: 992px){.faq{padding-top:70px;padding-bottom:45px}.faq__wrapper{width:100%;display:flex;flex-wrap:wrap;-moz-column-gap:30px;column-gap:30px;row-gap:5px}@supports (-webkit-touch-callout: none) and (not (translate: none)){.faq__wrapper{-moz-column-gap:30px;column-gap:30px;row-gap:5px}@supports (-webkit-touch-callout: none) and (not (translate: none)){.faq__wrapper>*:nth-child(n){margin-right:30px}.faq__wrapper>*:nth-child(2n){margin-right:0}.faq__wrapper>*:nth-child(n){margin-bottom:5px}.faq__wrapper>*:nth-last-child(-n+2){margin-bottom:0}}}.faq__wrapper>*{width:calc(50% - 15px)}.faq__item{padding:20px 20px 20px 45px}.faq__item:nth-last-child(1),.faq__item:nth-last-child(2){border:none}}@media screen and (min-width: 992px) and (min-width: 992px){.faq__header{font-size:calc(20px * 72 / 100)}}@media screen and (min-width: 992px) and (min-width: 1200px){.faq__header{font-size:calc(20px * 78 / 100)}}@media screen and (min-width: 992px) and (min-width: 1360px){.faq__header{font-size:16.8px}}@media screen and (min-width: 992px) and (min-width: 1560px){.faq__header{font-size:calc(20px * 92 / 100)}}@media screen and (min-width: 992px) and (min-width: 1700px){.faq__header{font-size:20px}}@media screen and (min-width: 992px){.faq__header:before,.faq__header:after{width:18px;height:3px;left:-28px}}@media screen and (min-width: 992px) and (min-width: 992px){.faq__text{font-size:calc(18px * 72 / 100)}}@media screen and (min-width: 992px) and (min-width: 1200px){.faq__text{font-size:calc(18px * 78 / 100)}}@media screen and (min-width: 992px) and (min-width: 1360px){.faq__text{font-size:15.12px}}@media screen and (min-width: 992px) and (min-width: 1560px){.faq__text{font-size:calc(18px * 92 / 100)}}@media screen and (min-width: 992px) and (min-width: 1700px){.faq__text{font-size:18px}}@media screen and (min-width: 992px){.faq__link:hover{color:#364d06}}@media screen and (min-width: 1360px){.faq{padding-top:90px;padding-bottom:90px}}.slider{position:relative;width:100%;padding-bottom:30px;overflow:hidden}.slider__swiper-container,.slider__box{overflow:hidden}.slider__pagination{bottom:-25px!important;display:flex;align-items:center;justify-content:center}.slider .swiper-pagination-bullet{width:25px;height:3px;background-color:#cacaca;border-radius:10px;opacity:1;transition-duration:.2s}.slider .swiper-pagination-bullet:not(:last-child){margin-right:8px}.slider .swiper-pagination-bullet-active{background-color:#83aa29}.slider__title{width:100%;line-height:1.3;font-weight:400;color:#202020}.slider__navigation{display:none;position:absolute;top:-5px;right:15px;width:-moz-fit-content;width:fit-content}.slider__btn{width:50px;height:50px;display:flex;justify-content:center;align-items:center;border-radius:6px}.slider__btn--prev{margin-right:15px}.slider__btn--prev .slider__icon{transform:rotate(180deg)}.slider__btn.swiper-button-disabled{border:1px solid transparent}.slider__btn.swiper-button-disabled .slider__icon{stroke:#cacaca}.slider__icon{fill:none;stroke:#7b7b7b}.slider__show-all-btn{position:relative;height:46px;width:100%;max-width:270px;margin:40px auto 0;transition-duration:.3s;display:flex;align-items:center;font-size:16px;color:#83aa29;font-weight:400}@media screen and (min-width: 992px){.slider__box{padding-bottom:15px;padding-top:15px}.slider__navigation{display:flex}.slider__swiper-container{margin:-20px -15px;padding:20px 15px}.slider__pagination{display:none}.slider__show-all-btn{margin-top:50px;transition-duration:.3s}.slider__show-all-btn:hover{background-color:#eaf6cd}}@media screen and (min-width: 1200px){.slider__title{width:calc(100% - 200px);margin-bottom:10px}.slider__box{margin-top:20px}.slider__navigation{width:106%;top:45%;left:50%;transform:translate(-50%);justify-content:space-between}.slider__icon{width:100%;height:100%}}@media screen and (min-width: 1360px){.slider__box{margin-top:0}}.text-block__text{position:relative;height:270px;overflow:hidden;transition-duration:.3s}.text-block__text.active~.text-block__button .text-block__button-icon{transform:rotate(270deg)}.text-block__text ul,.text-block__text ol{list-style:disc;padding-left:15px}.text-block__text ul li:not(:last-child),.text-block__text ol li:not(:last-child){margin-bottom:5px}.text-block__text p,.text-block__text li,.text-block__text a{font-size:12px;color:#202020;font-weight:400;line-height:1.5}.text-block__text a{color:#83aa29;text-decoration:none}.text-block__button{display:none;align-items:center;width:100%;justify-content:flex-start;font-weight:400;font-size:14px;color:#83aa29;padding-top:20px;position:relative;z-index:100}.text-block__button:after{content:"";position:absolute;top:-115px;left:0;display:flex;width:100%;height:115px;background:linear-gradient(180deg,rgba(255,255,255,0) 0%,#fff 100%);transition-duration:.3s;opacity:1;visibility:visible}.text-block__button.active:after{opacity:0;visibility:hidden}.text-block__button-icon{width:18px;height:18px;margin-left:10px;fill:none;stroke:#83aa29;stroke-width:3;transition-duration:.3s;transform:rotate(90deg)}@media screen and (min-width: 390px){.text-block__text{height:270px}.text-block__text p,.text-block__text li,.text-block__text a{font-size:14px}}@media screen and (min-width: 576px){.text-block__title.title{margin-bottom:30px}}@media screen and (min-width: 768px){.text-block__text{height:170px}}@media screen and (min-width: 992px){.text-block{width:75%;padding-left:20px}.text-block__title,.text-block__title.title{margin-bottom:20px}.text-block__text{height:190px}}@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: 1200px){.text-block__title,.text-block__title.title{margin-bottom:25px;padding-left:5px}.text-block__text{height:200px;padding-left:5px}}@media screen and (min-width: 1360px){.text-block{padding-left:25px}.text-block__title,.text-block__title.title{margin-bottom:30px}.text-block__text{height:210px}}@media screen and (min-width: 1560px){.text-block__text{height:250px}}@media screen and (min-width: 1700px){.text-block__button{padding-top:25px}}.cities{display:flex;margin-bottom:40px;line-height:1.1}.cities__title{font-weight:600;font-size:16px}.cities__title-icon{width:18px;height:18px;fill:none;stroke:#000;stroke-width:3;margin-left:8px;transform:rotate(90deg);transition-duration:.3s}.cities__title.active .cities__title-icon{transform:rotate(-90deg)}.cities__text{display:flex;flex-wrap:wrap;font-size:15px}.cities__text li{margin-right:3px!important;list-style-type:none}@media screen and (min-width: 992px){.cities__container{display:flex;flex-wrap:nowrap;align-items:center}}@media screen and (min-width: 992px) and (min-width: 992px){.cities__title,.cities__text{font-size:calc(18px * 72 / 100)}}@media screen and (min-width: 992px) and (min-width: 1200px){.cities__title,.cities__text{font-size:calc(18px * 78 / 100)}}@media screen and (min-width: 992px) and (min-width: 1360px){.cities__title,.cities__text{font-size:15.12px}}@media screen and (min-width: 992px) and (min-width: 1560px){.cities__title,.cities__text{font-size:calc(18px * 92 / 100)}}@media screen and (min-width: 992px) and (min-width: 1700px){.cities__title,.cities__text{font-size:18px}}.product-slider{overflow:visible;margin-bottom:50px}.product-slider .swiper{overflow:visible}.product-slider__button{display:none}.product-slider__prev-button{transform:translateY(50%) rotate(180deg)}.product-slider__thumbs-wrapper{display:none}.product-slider .product-main-slider{position:relative}.product-slider .product-main-slider__favorite-form{display:none;position:absolute;top:15px;left:15px;z-index:1}.product-slider .product-main-slider__favorite-form,.product-slider .product-main-slider__favorite,.product-slider .product-main-slider__favorite-icon{width:40px;height:40px}.product-slider .product-main-slider__favorite{transition-duration:.3s}.product-slider .product-main-slider__favorite.clicked svg{fill:#83aa29;stroke:#83aa29}.product-slider .product-main-slider__favorite-icon{stroke-width:.7;fill:none;stroke:#202020;transition-duration:.3s}.product-slider .product-main-slider__slide{position:relative;width:100%;height:0;padding-bottom:69%;background-color:#fff}.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;border-radius:8px}.product-slider .product-main-slider__img.not-loaded{-o-object-position:center center;object-position:center center}.product-slider .product-main-slider__pagination{bottom:-20px!important;display:flex;align-items:center;justify-content:center}.product-slider .product-main-slider .swiper-pagination-bullet{width:24px;height:3px;background:#CACACA;border-radius:10px;transition-duration:.3s;opacity:1!important}.product-slider .product-main-slider .swiper-pagination-bullet:not(:last-child){margin-right:5px}.product-slider .product-main-slider .swiper-pagination-bullet.swiper-pagination-bullet-active{background:#83AA29}@media screen and (min-width: 992px){.product-slider{display:flex;flex-direction:column;position:relative;overflow:visible;height:500px;width:55%;margin-top:0;margin-bottom:0}.product-slider__button{display:flex;width:60px;height:60px;z-index:100;top:50%;transform:translateY(0)}.product-slider__button:after{content:none}.product-slider__button svg{width:60px;height:60px;fill:none;stroke:#7b7b7b;opacity:1;stroke-width:.7}.product-slider__prev-button{transform:rotate(180deg);left:0}.product-slider__next-button{right:0}.product-slider__thumbs-wrapper{position:relative;display:block;height:90px;margin-top:10px}.product-slider__thumbs-next-button,.product-slider__thumbs-prev-button{height:40px;width:40px;opacity:1!important;pointer-events:all!important;z-index:2;cursor:pointer!important}.product-slider__thumbs-next-button.swiper-button-disabled,.product-slider__thumbs-prev-button.swiper-button-disabled{opacity:0!important;pointer-events:none!important}.product-slider__thumbs-next-button svg,.product-slider__thumbs-prev-button svg{fill:none;stroke:#202020;stroke-width:1.5}.product-slider__thumbs-next-button:after,.product-slider__thumbs-prev-button:after{display:none}.product-slider__thumbs-prev-button{top:50%;right:unset;left:-28px}.product-slider__thumbs-prev-button svg{transform:rotate(180deg)}.product-slider__thumbs-next-button{top:50%;left:unset;right:-28px;border-radius:0 0 5px 5px}.product-slider .product-thumbs-slider{display:block;overflow:hidden;height:100%;width:100%;flex-shrink:0}.product-slider .product-thumbs-slider__slide{display:flex;align-items:center;border:1px solid #fff;box-sizing:border-box;transition-duration:.3s;cursor:pointer;overflow:hidden}.product-slider .product-thumbs-slider__slide img{border:1px solid #D9D9D9;width:100%;height:80px;border-radius:8px;-o-object-fit:cover;object-fit:cover}.product-slider .product-thumbs-slider__slide.swiper-slide-thumb-active img{border:1px solid #83AA29}.product-slider .product-thumbs-slider__picture{position:relative;display:flex;width:100%}.product-slider .product-thumbs-slider__img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain}.product-slider .product-thumbs-slider__img.not-loaded{-o-object-position:center center;object-position:center center}.product-slider .product-main-slider{overflow:hidden;width:100%;height:calc(100% - 100px)}.product-slider .product-main-slider__slide{position:static;width:100%;background-color:#fff;height:auto;padding-bottom:0}.product-slider .product-main-slider__favorite-form{display:block}.product-slider .product-main-slider__img{position:static;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;border-radius:8px}.product-slider .product-main-slider__pagination{display:none}}@media screen and (min-width: 1030px){.product-slider__thumbs-prev-button{left:-35px}.product-slider__thumbs-next-button{right:-35px}}@media screen and (min-width: 1200px){.product-slider{height:530px}.product-slider__thumbs-prev-button{left:-40px}.product-slider__thumbs-next-button{right:-40px}}@media screen and (min-width: 1360px){.product-slider{height:560px}}@media screen and (min-width: 1560px){.product-slider{height:640px;width:52%}.product-slider__button{width:80px;height:80px}.product-slider__button svg{width:80px;height:80px}.product-slider__thumbs-wrapper{height:100px}.product-slider .product-main-slider.product-main-slider{height:calc(100% - 110px)}.product-slider .product-main-slider.product-main-slider__favorite-form,.product-slider .product-main-slider.product-main-slider__favorite,.product-slider .product-main-slider.product-main-slider__favorite-icon{width:45px;height:45px}.product-slider .product-main-slider.product-main-slider__favorite-form{top:30px;left:30px}.product-slider .product-thumbs-slider__slide img{height:90px}}@media screen and (min-width: 1700px){.product-slider{height:750px;width:50%;margin-bottom:100px}.product-slider__thumbs-wrapper{margin-top:30px;height:110px}.product-slider .product-main-slider{height:calc(100% - 140px)}.product-slider .product-thumbs-slider__slide img{height:105px}}.product-info{margin-bottom:60px}.product-info__title{font-size:24px;font-weight:400;line-height:1.2;margin-bottom:23px;color:#202020}.product-info__codes{display:flex;justify-content:center;margin-bottom:50px}.product-info__code-title{width:-moz-fit-content;width:fit-content;height:-moz-fit-content;height:fit-content;padding:8px 21px;display:flex;align-items:center;flex-wrap:nowrap;border-radius:2px;background-color:#f3f3f3}.product-info__code-name{font-size:12px;font-weight:400;margin-right:7px;color:#7b7b7b}.product-info__code{font-size:12px;font-style:normal;font-weight:600;color:#202020;white-space:nowrap}.product-info .price{display:flex;align-items:center;width:100%;margin-bottom:32px;margin-right:0}.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:600;font-size:26px;color:#ff6e08}.product-info .price__new .currency{font-size:24px}.product-info .price__icon{width:30px;height:30px;fill:#ff6e08;margin-right:12px}.product-info__middle{margin-bottom:25px}.product-info__forms{display:flex;gap:15px;width:100%}@supports (-webkit-touch-callout: none) and (not (translate: none)){.product-info__forms{-moz-column-gap:15px;column-gap:15px;row-gap:15px}@supports (-webkit-touch-callout: none) and (not (translate: none)){.product-info__forms>*:nth-child(n){margin-right:15px}.product-info__forms>*:nth-child(2n){margin-right:0}.product-info__forms>*:nth-child(n){margin-bottom:15px}.product-info__forms>*:nth-last-child(-n+2){margin-bottom:0}}}.product-info__forms>*{width:calc(50% - 7.5px)}.product-info__forms--links{flex-wrap:wrap!important}.product-info__forms--links .btn{width:100%}.product-info .add-to-cart__button{cursor:pointer}.product-info .add-to-cart__text{font-size:18px;font-weight:400}.product-info .add-to-cart__icon{width:24px;height:24px;margin-right:8px;stroke:#fff}.product-info .add-to-cart__icon--green{display:none;stroke:#83aa29}@media screen and (min-width: 768px){.product-info__forms{align-items:center}.product-info__code-name,.product-info__code{line-height:1}.product-info .price{justify-content:center}.product-info__forms{display:flex;gap:15px;width:100%}@supports (-webkit-touch-callout: none) and (not (translate: none)){.product-info__forms{-moz-column-gap:15px;column-gap:15px;row-gap:15px}@supports (-webkit-touch-callout: none) and (not (translate: none)){.product-info__forms>*:nth-child(n){margin-right:15px}.product-info__forms>*:nth-child(2n){margin-right:0}.product-info__forms>*:nth-child(n){margin-bottom:15px}.product-info__forms>*:nth-last-child(-n+2){margin-bottom:0}}}.product-info__forms>*{width:calc(50% - 7.5px)}.product-info__forms--links{flex-wrap:wrap!important}.product-info__forms--links .btn{width:auto}}@media screen and (min-width: 992px){.product-info{width:45%;padding-left:50px}}@media screen and (min-width: 992px) and (min-width: 992px){.product-info__title{font-size:24.48px}}@media screen and (min-width: 992px) and (min-width: 1200px){.product-info__title{font-size:26.52px}}@media screen and (min-width: 992px) and (min-width: 1360px){.product-info__title{font-size:28.56px}}@media screen and (min-width: 992px) and (min-width: 1560px){.product-info__title{font-size:31.28px}}@media screen and (min-width: 992px) and (min-width: 1700px){.product-info__title{font-size:34px}}@media screen and (min-width: 992px) and (min-width: 992px){.product-info__code-name,.product-info__code{font-size:11.52px}}@media screen and (min-width: 992px) and (min-width: 1200px){.product-info__code-name,.product-info__code{font-size:12.48px}}@media screen and (min-width: 992px) and (min-width: 1360px){.product-info__code-name,.product-info__code{font-size:13.44px}}@media screen and (min-width: 992px) and (min-width: 1560px){.product-info__code-name,.product-info__code{font-size:14.72px}}@media screen and (min-width: 992px) and (min-width: 1700px){.product-info__code-name,.product-info__code{font-size:16px}}@media screen and (min-width: 992px){.product-info__codes{margin-bottom:30px;justify-content:flex-end}.product-info__code{font-weight:700}.product-info__code-title{padding:10px 15px}.product-info .price{justify-content:flex-start}}@media screen and (min-width: 992px) and (min-width: 992px){.product-info .price__new{font-size:calc(40px * 72 / 100)}}@media screen and (min-width: 992px) and (min-width: 1200px){.product-info .price__new{font-size:calc(40px * 78 / 100)}}@media screen and (min-width: 992px) and (min-width: 1360px){.product-info .price__new{font-size:33.6px}}@media screen and (min-width: 992px) and (min-width: 1560px){.product-info .price__new{font-size:calc(40px * 92 / 100)}}@media screen and (min-width: 992px) and (min-width: 1700px){.product-info .price__new{font-size:40px}}@media screen and (min-width: 992px) and (min-width: 992px){.product-info .price__new .currency{font-size:calc(30px * 72 / 100)}}@media screen and (min-width: 992px) and (min-width: 1200px){.product-info .price__new .currency{font-size:calc(30px * 78 / 100)}}@media screen and (min-width: 992px) and (min-width: 1360px){.product-info .price__new .currency{font-size:25.2px}}@media screen and (min-width: 992px) and (min-width: 1560px){.product-info .price__new .currency{font-size:27.6px}}@media screen and (min-width: 992px) and (min-width: 1700px){.product-info .price__new .currency{font-size:30px}}@media screen and (min-width: 992px){.product-info .product-info__forms{padding:0;flex-direction:row;gap:10px}@supports (-webkit-touch-callout: none) and (not (translate: none)){.product-info .product-info__forms{-moz-column-gap:10px;column-gap:10px;row-gap:10px}@supports (-webkit-touch-callout: none) and (not (translate: none)){.product-info .product-info__forms>*:nth-child(n){margin-right:10px}.product-info .product-info__forms>*:nth-child(2n){margin-right:0}.product-info .product-info__forms>*:nth-child(n){margin-bottom:10px}.product-info .product-info__forms>*:nth-last-child(-n+2){margin-bottom:0}}}.product-info .product-info__forms>*{width:calc(50% - 5px)}.product-info .add-to-cart{margin-bottom:0}}@media screen and (min-width: 992px) and (min-width: 992px){.product-info .add-to-cart__text{font-size:17.28px}}@media screen and (min-width: 992px) and (min-width: 1200px){.product-info .add-to-cart__text{font-size:18.72px}}@media screen and (min-width: 992px) and (min-width: 1360px){.product-info .add-to-cart__text{font-size:20.16px}}@media screen and (min-width: 992px) and (min-width: 1560px){.product-info .add-to-cart__text{font-size:calc(24px * 92 / 100)}}@media screen and (min-width: 992px) and (min-width: 1700px){.product-info .add-to-cart__text{font-size:24px}}@media screen and (min-width: 992px){.product-info .add-to-cart__icon--green{display:block}.product-info .add-to-cart__button{transition-duration:.3s}.product-info .add-to-cart__button:hover{background-color:#60840d}.product-info .one-click{cursor:pointer;transition-duration:.3s}.product-info .one-click:hover{background-color:#eaf6cd}}@media screen and (min-width: 1360px){.product-info .price__icon{width:35px;height:35px}}@media screen and (min-width: 1560px){.product-info{width:48%;padding-left:60px}.product-info__title{margin-bottom:32px}.product-info__middle{margin-bottom:35px}.product-info .add-to-cart{margin-bottom:0;width:100%;max-width:250px;margin-right:90px}.product-info .add-to-cart__button{padding:10px 30px;white-space:nowrap}.product-info .one-click{width:-moz-fit-content;width:fit-content;padding:10px 30px;white-space:nowrap}.product-info .price{align-items:flex-start;justify-content:flex-start;white-space:nowrap;padding:0;margin:0 0 40px}}@media screen and (min-width: 1700px){.product-info{width:50%;padding-left:100px}.product-info .price__icon{width:40px;height:40px}.product-info .one-click,.product-info .add-to-cart__button{height:52px}}.info-block__delivery{padding:27px 0;background-color:#f9f9f9;display:flex;flex-direction:column;border-radius:4px;margin-bottom:13px;position:relative}.info-block__delivery:before{content:"";position:absolute;background-color:#f9f9f9;left:0;top:0;height:100%;width:100vw;z-index:-1}.info-block__delivery:after{content:"";position:absolute;background-color:#f9f9f9;right:0;top:0;height:100%;width:100vw;z-index:-1}.info-block__delivery-text{margin-bottom:32px;font-size:14px;font-weight:400;color:#7b7b7b}.info-block__delivery-text--bold{color:#202020;font-weight:600;padding-left:2px}.info-block__delivery-bold-text{font-size:18px;font-weight:600;color:#202020}.info-block__details{padding:30px 20px;border:1px solid #d9d9d9;border-radius:4px;display:flex;flex-direction:column;margin-bottom:30px}.info-block__delivery-details{margin-bottom:20px;display:flex;flex-direction:column}.info-block__details-text{margin-bottom:20px;font-size:14px;font-weight:400;color:#7b7b7b;display:flex}.info-block__details-text--bold{color:#202020;font-weight:600;padding-left:2px}.info-block__details-text:last-child{margin-bottom:0}.info-block__details-icon--np{width:80px;height:30px;margin-right:60px}.info-block__details-icon--ukrp{width:117px;height:30px}.info-block__separator{display:none;width:100%;border-bottom:2px dotted #7B7B7B;opacity:.4;margin-bottom:13px}.info-block__payment-info{display:flex;flex-direction:column;margin-bottom:20px;row-gap:20px;-moz-column-gap:20px;column-gap:20px}@supports (-webkit-touch-callout: none) and (not (translate: none)){.info-block__payment-info>*:nth-child(n){margin-bottom:20px}.info-block__payment-info>*:last-child{margin-bottom:0}.info-block__payment-info>*:nth-child(n){margin-right:20px}.info-block__payment-info>*:last-child{margin-right:0}}.info-block__payment-box{display:flex;flex-direction:column;align-items:flex-start;width:100%}.info-block__payment-title{font-size:16px;font-weight:600;display:flex;width:100%;align-items:center;margin-bottom:10px;color:#202020}.info-block__payment-icon{width:30px;height:30px;fill:#83aa29;margin-right:10px}.info-block__payment-text{font-size:14px;font-weight:400;color:#202020;line-height:1.2;text-align:left}@media screen and (min-width: 768px){.info-block__details-text,.info-block__delivery-text{font-size:16px}}@media screen and (min-width: 992px) and (min-width: 992px){.info-block__details-text,.info-block__delivery-text,.info-block__delivery-bold-text,.info-block__payment-title{font-size:calc(18px * 72 / 100)}}@media screen and (min-width: 992px) and (min-width: 1200px){.info-block__details-text,.info-block__delivery-text,.info-block__delivery-bold-text,.info-block__payment-title{font-size:calc(18px * 78 / 100)}}@media screen and (min-width: 992px) and (min-width: 1360px){.info-block__details-text,.info-block__delivery-text,.info-block__delivery-bold-text,.info-block__payment-title{font-size:15.12px}}@media screen and (min-width: 992px) and (min-width: 1560px){.info-block__details-text,.info-block__delivery-text,.info-block__delivery-bold-text,.info-block__payment-title{font-size:calc(18px * 92 / 100)}}@media screen and (min-width: 992px) and (min-width: 1700px){.info-block__details-text,.info-block__delivery-text,.info-block__delivery-bold-text,.info-block__payment-title{font-size:18px}}@media screen and (min-width: 992px) and (min-width: 992px){.info-block__payment-text{font-size:11.52px}}@media screen and (min-width: 992px) and (min-width: 1200px){.info-block__payment-text{font-size:12.48px}}@media screen and (min-width: 992px) and (min-width: 1360px){.info-block__payment-text{font-size:13.44px}}@media screen and (min-width: 992px) and (min-width: 1560px){.info-block__payment-text{font-size:14.72px}}@media screen and (min-width: 992px) and (min-width: 1700px){.info-block__payment-text{font-size:16px}}@media screen and (min-width: 992px){.info-block__delivery{padding:28px 34px;margin-bottom:20px}.info-block__delivery:before,.info-block__delivery:after{content:none}.info-block__delivery-text,.info-block__details,.info-block__details-text{margin-bottom:20px}.info-block__details-text--icons{margin-bottom:0;margin-right:10px}.info-block__details-icons{display:flex;align-items:center}.info-block__details-icon--np{margin-right:15px}.info-block__separator{display:block;margin-bottom:20px}}@media screen and (min-width: 1200px){.info-block__delivery{padding:30px 15px;margin-bottom:25px}.info-block__details{padding:30px 15px;flex-direction:row;align-items:flex-start;gap:10px}@supports (-webkit-touch-callout: none) and (not (translate: none)){.info-block__details{-moz-column-gap:10px;column-gap:10px;row-gap:10px}@supports (-webkit-touch-callout: none) and (not (translate: none)){.info-block__details>*:nth-child(n){margin-right:10px}.info-block__details>*:nth-child(2n){margin-right:0}.info-block__details>*:nth-child(n){margin-bottom:10px}.info-block__details>*:nth-last-child(-n+2){margin-bottom:0}}}.info-block__details>*{width:calc(50% - 5px)}.info-block__delivery-details{margin-bottom:0}.info-block__details-icons{display:block}.info-block__details-text{margin-bottom:25px}.info-block__details-text--icons{margin-bottom:15px}.info-block__details-icon--np{margin-right:5px}.info-block__separator{margin-bottom:25px}.info-block__payment-icon{width:35px;height:35px}}@media screen and (min-width: 1560px){.info-block__delivery{padding:30px 40px;margin-bottom:33px}.info-block__details{padding:40px 50px;flex-direction:row;align-items:flex-start;gap:50px}@supports (-webkit-touch-callout: none) and (not (translate: none)){.info-block__details{-moz-column-gap:50px;column-gap:50px;row-gap:50px}@supports (-webkit-touch-callout: none) and (not (translate: none)){.info-block__details>*:nth-child(n){margin-right:50px}.info-block__details>*:nth-child(2n){margin-right:0}.info-block__details>*:nth-child(n){margin-bottom:50px}.info-block__details>*:nth-last-child(-n+2){margin-bottom:0}}}.info-block__details>*{width:calc(50% - 25px)}.info-block__details-icon--np{margin-right:25px}.info-block__separator{margin-bottom:33px}}@media screen and (min-width: 1700px){.info-block__details-icon--np{margin-right:50px}.info-block__details-text--icons{margin-bottom:20px}}.characteristics{width:100%;margin-bottom:60px}.characteristics__title{display:block;width:100%;margin-bottom:20px;font-size:18px;font-weight:400;color:#202020}.characteristics__list{display:flex;flex-wrap:wrap;width:100%;margin-bottom:20px;transition-duration:.4s}.characteristics__list tbody{width:100%}.characteristics__row{display:flex;align-items:center;width:100%;margin-bottom:14px;background-color:#fff;padding:10px 0}.characteristics__row:nth-child(2n){background-color:#f9f9f9;position:relative}.characteristics__row:nth-child(2n):before{content:"";position:absolute;top:0;left:0;z-index:-1;height:100%;width:100vw;background-color:#f9f9f9}.characteristics__row:nth-child(2n):after{content:"";position:absolute;top:0;right:0;z-index:-1;height:100%;width:100vw;background-color:#f9f9f9}.characteristics__name{width:108px;margin-right:18px;font-weight:400;font-size:14px;color:#7b7b7b;line-height:18px;align-self:flex-start}.characteristics__value{width:calc(100% - 125px);display:inline;flex-wrap:wrap;color:#202020;font-weight:600;font-size:14px;line-height:1.3;word-break:break-all}.characteristics__value a{text-decoration:none;color:inherit;line-height:inherit}.characteristics__value h4{display:inline;font-weight:600;font-size:14px;line-height:1.3;word-break:break-all}@media screen and (min-width: 390px){.characteristics__title{font-size:28px}}@media screen and (min-width: 576px){.characteristics__name{width:150px}.characteristics__value{width:calc(100% - 168px)}}@media screen and (min-width: 992px){.characteristics tbody{-moz-column-count:2;column-count:2}}@media screen and (min-width: 992px) and (min-width: 992px){.characteristics__title{font-size:17.28px}}@media screen and (min-width: 992px) and (min-width: 1200px){.characteristics__title{font-size:18.72px}}@media screen and (min-width: 992px) and (min-width: 1360px){.characteristics__title{font-size:20.16px}}@media screen and (min-width: 992px) and (min-width: 1560px){.characteristics__title{font-size:calc(24px * 92 / 100)}}@media screen and (min-width: 992px) and (min-width: 1700px){.characteristics__title{font-size:24px}}@media screen and (min-width: 992px) and (min-width: 992px){.characteristics__name,.characteristics__value{font-size:11.52px}}@media screen and (min-width: 992px) and (min-width: 1200px){.characteristics__name,.characteristics__value{font-size:12.48px}}@media screen and (min-width: 992px) and (min-width: 1360px){.characteristics__name,.characteristics__value{font-size:13.44px}}@media screen and (min-width: 992px) and (min-width: 1560px){.characteristics__name,.characteristics__value{font-size:14.72px}}@media screen and (min-width: 992px) and (min-width: 1700px){.characteristics__name,.characteristics__value{font-size:16px}}@media screen and (min-width: 992px){.characteristics__name{width:200px}.characteristics__value{width:calc(100% - 218px)}.characteristics__list{margin-bottom:10px}.characteristics__row{padding-left:5px;padding-right:5px}.characteristics__row:nth-child(2n):before,.characteristics__row:nth-child(2n):after{content:none}}.cart-add__content{max-width:330px}.cart-add__title{margin-bottom:40px}.cart-add__form{width:100%;height:100%;max-width:360px}.cart-add__form-group{position:relative}.cart-add__form-group:not(:last-child){margin-bottom:30px}.cart-add__form-input{width:100%;height:44px;padding-left:16px;border:1px solid #D9DEE9;border-radius:6px;font-size:14px}.cart-add__form-input::-moz-placeholder{color:#abb5c7}.cart-add__form-input::placeholder{color:#abb5c7}.cart-add__form-input:focus{border:1px solid #83AA29}.cart-add__icon{width:80px;height:80px;margin-bottom:20px}.cart-add__close-button{position:absolute;top:20px;right:20px}.cart-add__button-icon{display:flex;align-self:flex-start;margin-top:7px;width:18px;height:2px;background-color:transparent;border-radius:2px;transition:all .3s ease}.cart-add__button-icon:before{content:"";position:absolute;display:flex;height:2px;transition:transform .3s,background-color .3s;top:calc(50% - 1px);right:calc(50% - 9px);width:18px;transform:rotate(45deg);background-color:#7b7b7b;border-radius:50%}.cart-add__button-icon:after{content:"";position:absolute;display:flex;height:2px;transition:transform .3s,background-color .3s;top:calc(50% - 1px);right:calc(50% - 9px);width:18px;transform:rotate(135deg);background-color:#7b7b7b;border-radius:50%}.cart-add__form-icon{width:24px;height:24px}.cart-add__links{display:flex;flex-direction:column;align-items:center}.cart-add__link{height:44px;font-size:16px;font-weight:400;cursor:pointer}.cart-add__link--order{margin-bottom:20px}@media screen and (min-width: 992px){.cart-add__content{padding:25px 60px 60px;max-width:530px}.cart-add__icon{width:120px;height:120px;margin-bottom:40px}.cart-add__title{margin-bottom:70px;font-size:30px}.cart-add__button-icon:hover:before,.cart-add__button-icon:hover:after{background-color:#60840d}.cart-add__link{height:52px;font-size:24px}.cart-add__link--order{margin-bottom:30px}.cart-add__link--order:hover{background-color:#60840d}.cart-add__link--back:hover{background-color:#eaf6cd}}.one-click__content{max-width:440px}.one-click__form{width:100%;height:100%;max-width:360px}.one-click__form-group{position:relative}.one-click__form-group.error .one-click__form-input{border:1px solid #E31212}.one-click__form-group.is-focused .one-click__form-input{border:1px solid #83AA29}.one-click__form-group:not(:last-child){margin-bottom:30px}.one-click__form-group .pristine-error{color:#e31212;font-size:11px;margin-top:2px}.one-click__form-input{width:100%;height:42px;padding-left:13px;border:1px solid #b7b7b7;border-radius:4px;font-size:16px}.one-click__form-input::-moz-placeholder{color:#cacaca;font-size:14px}.one-click__form-input::placeholder{color:#cacaca;font-size:14px}.one-click__label{display:inline-block;color:#b7b7b7;font-weight:400;font-size:14px;margin-bottom:4px}.one-click__form-submit{display:flex;height:42px;border-radius:6px;background-color:#83aa29;color:#fff;width:100%;align-items:center;justify-content:center;font-size:16px;font-weight:400}.one-click__form-submit[disabled]{pointer-events:none}.one-click__form-submit[disabled] .one-click__form-icon{stroke:#888ca4;stroke-width:1.5}.one-click__form-icon{margin-left:10px;width:24px;height:24px;stroke:#fff;stroke-width:1.5;transition-duration:.3s}.one-click__close-button{position:absolute;top:20px;right:20px}.one-click__button-icon{display:flex;align-self:flex-start;margin-top:7px;width:18px;height:2px;background-color:transparent;border-radius:2px;transition:all .3s ease}.one-click__button-icon:before{content:"";position:absolute;display:flex;height:2px;transition:transform .3s,background-color .3s;top:calc(50% - 1px);right:calc(50% - 9px);width:18px;transform:rotate(45deg);background-color:#abb5c7;border-radius:50%}.one-click__button-icon:after{content:"";position:absolute;display:flex;height:2px;transition:transform .3s,background-color .3s;top:calc(50% - 1px);right:calc(50% - 9px);width:18px;transform:rotate(135deg);background-color:#abb5c7;border-radius:50%}@media screen and (min-width: 992px){.one-click__content{padding:60px}.one-click__form-input,.one-click__form-submit{height:46px}.one-click__form-submit{font-size:20px;transition-duration:.3s}.one-click__form-submit:hover{background-color:#60840d}.one-click__button-icon:hover:before,.one-click__button-icon:hover:after{background-color:#60840d}}.one-click-success__content{max-width:330px}.one-click-success__title{margin-bottom:40px}.one-click-success__form{width:100%;height:100%;max-width:360px}.one-click-success__form-group{position:relative}.one-click-success__form-group:not(:last-child){margin-bottom:30px}.one-click-success__form-input{width:100%;height:44px;padding-left:16px;border:1px solid #D9DEE9;border-radius:6px;font-size:14px}.one-click-success__form-input::-moz-placeholder{color:#abb5c7}.one-click-success__form-input::placeholder{color:#abb5c7}.one-click-success__form-input:focus{border:1px solid #83AA29}.one-click-success__icon{width:40px;height:40px;margin-bottom:20px}.one-click-success__close-button{position:absolute;top:20px;right:20px}.one-click-success__button-icon{display:flex;align-self:flex-start;margin-top:7px;width:18px;height:2px;background-color:transparent;border-radius:2px;transition:all .3s ease}.one-click-success__button-icon:before{content:"";position:absolute;display:flex;height:2px;transition:transform .3s,background-color .3s;top:calc(50% - 1px);right:calc(50% - 9px);width:18px;transform:rotate(45deg);background-color:#7b7b7b;border-radius:50%}.one-click-success__button-icon:after{content:"";position:absolute;display:flex;height:2px;transition:transform .3s,background-color .3s;top:calc(50% - 1px);right:calc(50% - 9px);width:18px;transform:rotate(135deg);background-color:#7b7b7b;border-radius:50%}.one-click-success__form-icon{width:24px;height:24px}.one-click-success__links{display:flex;flex-direction:column;align-items:center}.one-click-success__link{height:44px;font-size:16px;font-weight:400;cursor:pointer}.one-click-success__link--order{margin-bottom:20px}@media screen and (min-width: 992px){.one-click-success__content{padding:25px 60px 60px;max-width:530px}.one-click-success__icon{width:70px;height:70px;margin-bottom:30px}.one-click-success__title{margin-bottom:40px;font-size:24px}.one-click-success__title--product{display:block;margin-bottom:5px}.one-click-success__button-icon:hover:before,.one-click-success__button-icon:hover:after{background-color:#60840d}.one-click-success__link{height:52px;font-size:24px}.one-click-success__link--order{margin-bottom:30px}.one-click-success__link--order:hover{background-color:#60840d}.one-click-success__link--back:hover{background-color:#eaf6cd}}.text{font-size:14px;font-family:Inter,sans-serif;line-height:1.2;color:#202020;font-weight:500}.text p{font-size:14px;line-height:1.5;margin-bottom:15px}.text h1,.text h2,.text h3,.text h4,.text h5{width:100%;display:block;line-height:1.2;font-weight:700;color:#202020;margin-bottom:10px}.text h1{font-size:24px}.text h2{font-size:22px}.text h3{font-size:20px}.text h4{font-size:18px}.text h5{font-size:16px}.text a{font-size:14px;line-height:1.2;color:#1598d8}.text ul{font-size:14px;line-height:1.2;list-style-type:disc;list-style-position:inside;padding-bottom:20px}.text ol{font-size:14px;line-height:1.2;list-style-type:decimal;list-style-position:inside;padding-bottom:20px}.text ol li{padding-bottom:10px}.text--bg{background-color:#eef6fc}@media screen and (min-width: 380px){.text{font-size:14px}.text h1{font-size:26px}.text h2{font-size:24px}.text h3{font-size:22px}.text h4{font-size:20px}.text h5{font-size:18px}.text a,.text ul,.text ol,.text p{font-size:14px}}@media screen and (min-width: 768px){.text{font-size:16px}.text h1{font-size:28px}.text h2{font-size:26px}.text h3{font-size:24px}.text h4{font-size:22px}.text h5{font-size:20px}.text a{font-size:18px}.text ul,.text ol,.text p{font-size:16px}}@media screen and (min-width: 992px) and (min-width: 992px){.text{font-size:11.52px}}@media screen and (min-width: 992px) and (min-width: 1200px){.text{font-size:12.48px}}@media screen and (min-width: 992px) and (min-width: 1360px){.text{font-size:13.44px}}@media screen and (min-width: 992px) and (min-width: 1560px){.text{font-size:14.72px}}@media screen and (min-width: 992px) and (min-width: 1700px){.text{font-size:16px}}@media screen and (min-width: 992px) and (min-width: 992px){.text h1{font-size:calc(30px * 72 / 100)}}@media screen and (min-width: 992px) and (min-width: 1200px){.text h1{font-size:calc(30px * 78 / 100)}}@media screen and (min-width: 992px) and (min-width: 1360px){.text h1{font-size:25.2px}}@media screen and (min-width: 992px) and (min-width: 1560px){.text h1{font-size:27.6px}}@media screen and (min-width: 992px) and (min-width: 1700px){.text h1{font-size:30px}}@media screen and (min-width: 992px) and (min-width: 992px){.text h2{font-size:18.72px}}@media screen and (min-width: 992px) and (min-width: 1200px){.text h2{font-size:20.28px}}@media screen and (min-width: 992px) and (min-width: 1360px){.text h2{font-size:21.84px}}@media screen and (min-width: 992px) and (min-width: 1560px){.text h2{font-size:23.92px}}@media screen and (min-width: 992px) and (min-width: 1700px){.text h2{font-size:26px}}@media screen and (min-width: 992px) and (min-width: 992px){.text h3{font-size:17.28px}}@media screen and (min-width: 992px) and (min-width: 1200px){.text h3{font-size:18.72px}}@media screen and (min-width: 992px) and (min-width: 1360px){.text h3{font-size:20.16px}}@media screen and (min-width: 992px) and (min-width: 1560px){.text h3{font-size:calc(24px * 92 / 100)}}@media screen and (min-width: 992px) and (min-width: 1700px){.text h3{font-size:24px}}@media screen and (min-width: 992px) and (min-width: 992px){.text h4{font-size:15.84px}}@media screen and (min-width: 992px) and (min-width: 1200px){.text h4{font-size:17.16px}}@media screen and (min-width: 992px) and (min-width: 1360px){.text h4{font-size:18.48px}}@media screen and (min-width: 992px) and (min-width: 1560px){.text h4{font-size:calc(22px * 92 / 100)}}@media screen and (min-width: 992px) and (min-width: 1700px){.text h4{font-size:22px}}@media screen and (min-width: 992px) and (min-width: 992px){.text h5{font-size:calc(20px * 72 / 100)}}@media screen and (min-width: 992px) and (min-width: 1200px){.text h5{font-size:calc(20px * 78 / 100)}}@media screen and (min-width: 992px) and (min-width: 1360px){.text h5{font-size:16.8px}}@media screen and (min-width: 992px) and (min-width: 1560px){.text h5{font-size:calc(20px * 92 / 100)}}@media screen and (min-width: 992px) and (min-width: 1700px){.text h5{font-size:20px}}@media screen and (min-width: 992px) and (min-width: 992px){.text p{font-size:11.52px}}@media screen and (min-width: 992px) and (min-width: 1200px){.text p{font-size:12.48px}}@media screen and (min-width: 992px) and (min-width: 1360px){.text p{font-size:13.44px}}@media screen and (min-width: 992px) and (min-width: 1560px){.text p{font-size:14.72px}}@media screen and (min-width: 992px) and (min-width: 1700px){.text p{font-size:16px}}@media screen and (min-width: 992px) and (min-width: 992px){.text a{font-size:11.52px}}@media screen and (min-width: 992px) and (min-width: 1200px){.text a{font-size:12.48px}}@media screen and (min-width: 992px) and (min-width: 1360px){.text a{font-size:13.44px}}@media screen and (min-width: 992px) and (min-width: 1560px){.text a{font-size:14.72px}}@media screen and (min-width: 992px) and (min-width: 1700px){.text a{font-size:16px}}@media screen and (min-width: 992px) and (min-width: 992px){.text ul{font-size:11.52px}}@media screen and (min-width: 992px) and (min-width: 1200px){.text ul{font-size:12.48px}}@media screen and (min-width: 992px) and (min-width: 1360px){.text ul{font-size:13.44px}}@media screen and (min-width: 992px) and (min-width: 1560px){.text ul{font-size:14.72px}}@media screen and (min-width: 992px) and (min-width: 1700px){.text ul{font-size:16px}}@media screen and (min-width: 992px) and (min-width: 992px){.text ol{font-size:11.52px}}@media screen and (min-width: 992px) and (min-width: 1200px){.text ol{font-size:12.48px}}@media screen and (min-width: 992px) and (min-width: 1360px){.text ol{font-size:13.44px}}@media screen and (min-width: 992px) and (min-width: 1560px){.text ol{font-size:14.72px}}@media screen and (min-width: 992px) and (min-width: 1700px){.text ol{font-size:16px}}.select-placeholder{display:inline-block;margin-bottom:3px;color:#b7b7b7;font-size:14px;font-weight:400;transition-duration:.3s}.select[disabled]~.select-placeholder{display:none}.select.selected .ss-single-selected{border:1px solid #83AA29}.select .ss-single-selected{position:relative;height:44px;padding-left:13px;border:1px solid #b7b7b7;border-radius:4px}.select .ss-single-selected:before{content:"";position:absolute;left:0;top:0;display:block;height:100%;width:6px;border-radius:3px 0 0 3px;background-color:#ffab07;transition-duration:.3s;visibility:hidden;opacity:0}.select .ss-single-selected.ss-open-below{border:1px solid #83AA29;border-bottom-right-radius:4px;border-bottom-left-radius:4px}.select .ss-single-selected.ss-disabled{background:#e3e3e3;cursor:default;color:#7b7b7b}.select .ss-single-selected .placeholder{line-height:1;font-size:16px;font-weight:400;color:#202020}.select .ss-single-selected .placeholder .ss-disabled{font-size:14px;font-weight:300;color:#7b7b7b}.select .ss-single-selected .ss-arrow{position:relative;width:48px;justify-content:center;margin-top:-7px;margin-bottom:-7px;margin-right:-6px}.select .ss-single-selected .ss-arrow span{border:solid #202020;border-width:0 1px 1px 0;border-radius:2px;padding:4px}.select .ss-content .ss-search{position:relative;background-color:#f3f3f3;padding:0}.select .ss-content .ss-search.ss-hide{display:none}.select .ss-content .ss-search.ss-hide+.ss-list{padding-top:10px}.select .ss-content .ss-search:before{content:"";position:absolute;top:14px;right:10px;display:block;height:20px;width:20px;background-image:url(/build/assets/search-56ba59fc.svg);background-repeat:no-repeat;background-position:center center}.select .ss-content .ss-search input{background-color:inherit;height:46px;padding-left:12px;padding-right:35px;transition-duration:.3s;color:#202020;font-weight:400;border:none;font-size:14px}.select .ss-content .ss-search input::-moz-placeholder{font-size:12px;font-weight:300;color:#7b7b7b}.select .ss-content .ss-search input::placeholder{font-size:12px;font-weight:300;color:#7b7b7b}.select .ss-content .ss-search input:focus{box-shadow:none}.select .ss-content .ss-root{max-height:370px;padding-top:15px;overflow-y:auto;scroll-behavior:smooth;scrollbar-color:#83AA29 #fff;scrollbar-width:thin}.select .ss-content .ss-root::-webkit-scrollbar{width:8px;height:5px;cursor:pointer}.select .ss-content .ss-root::-webkit-scrollbar-thumb{background-color:#83aa29;border-radius:5px}.select .ss-content .ss-root::-webkit-scrollbar-button{display:none}.select .ss-content .ss-root::-webkit-scrollbar-track{background-color:#fff;border-radius:5px}.select .ss-content .ss-root__anchors{display:flex;flex-wrap:wrap;padding-left:10px;padding-right:10px;margin-bottom:15px;list-style:none;gap:3px}.select .ss-content .ss-root__anchors>*{position:relative;width:calc(12.5% - 2.625px);height:0;padding-bottom:calc(12.5% - 2.625px)}.select .ss-content .ss-root__anchor{display:flex}.select .ss-content .ss-root__anchor a{position:absolute;top:0;left:0;display:flex;justify-content:center;align-items:center;width:100%;height:100%;border-radius:4px;color:#202020;transition-duration:.3s;border:1px solid #a2a2a2;font-size:18px;line-height:1;font-weight:400}.select .ss-content .ss-root__anchor a:hover{border:1px solid #83AA29;background-color:#83aa29;color:#fff}.select .ss-content .ss-root__anchor a.disabled{color:gray;pointer-events:none}.select .ss-content .ss-root .ss-list{max-height:none;overflow-y:hidden}.select .ss-content .ss-list{scrollbar-color:#83AA29 #f3f3f3;scrollbar-width:thin;max-height:310px;margin:10px 7px 10px 0}.select .ss-content .ss-list::-webkit-scrollbar{width:8px;height:5px;cursor:pointer}.select .ss-content .ss-list::-webkit-scrollbar-thumb{background-color:#83aa29;border-radius:5px}.select .ss-content .ss-list::-webkit-scrollbar-button{display:none}.select .ss-content .ss-list::-webkit-scrollbar-track{background-color:#f3f3f3;border-radius:5px}.select .ss-content .ss-list .ss-option{font-weight:400;font-size:16px;color:#202020;padding:11px;margin-right:5px;transition-duration:.3s}.select .ss-content .ss-list .ss-option:hover{cursor:pointer;background-color:#83aa29;color:#fff}.select .ss-content .ss-list .ss-option.ss-disabled{cursor:default;font-weight:500}.select .ss-content.ss-open{top:100%;padding-bottom:10px;box-shadow:0 4px 50px #0000001a;border:1px solid #83AA29;border-radius:3px}@media screen and (min-width: 390px){.select-placeholder{font-size:14px}.select .ss-single-selected .placeholder{font-size:16px}}@media screen and (min-width: 992px) and (min-width: 992px){.select-placeholder{font-size:10.08px}}@media screen and (min-width: 992px) and (min-width: 1200px){.select-placeholder{font-size:10.92px}}@media screen and (min-width: 992px) and (min-width: 1360px){.select-placeholder{font-size:11.76px}}@media screen and (min-width: 992px) and (min-width: 1560px){.select-placeholder{font-size:12.88px}}@media screen and (min-width: 992px) and (min-width: 1700px){.select-placeholder{font-size:14px}}@media screen and (min-width: 992px) and (min-width: 992px){.select .ss-single-selected .placeholder{font-size:11.52px}}@media screen and (min-width: 992px) and (min-width: 1200px){.select .ss-single-selected .placeholder{font-size:12.48px}}@media screen and (min-width: 992px) and (min-width: 1360px){.select .ss-single-selected .placeholder{font-size:13.44px}}@media screen and (min-width: 992px) and (min-width: 1560px){.select .ss-single-selected .placeholder{font-size:14.72px}}@media screen and (min-width: 992px) and (min-width: 1700px){.select .ss-single-selected .placeholder{font-size:16px}}@media screen and (min-width: 992px) and (min-width: 992px){.select .ss-single-selected .placeholder .ss-disabled{font-size:10.08px}}@media screen and (min-width: 992px) and (min-width: 1200px){.select .ss-single-selected .placeholder .ss-disabled{font-size:10.92px}}@media screen and (min-width: 992px) and (min-width: 1360px){.select .ss-single-selected .placeholder .ss-disabled{font-size:11.76px}}@media screen and (min-width: 992px) and (min-width: 1560px){.select .ss-single-selected .placeholder .ss-disabled{font-size:12.88px}}@media screen and (min-width: 992px) and (min-width: 1700px){.select .ss-single-selected .placeholder .ss-disabled{font-size:14px}}@media screen and (min-width: 992px) and (min-width: 992px){.select .ss-content .ss-search input{font-size:10.08px}}@media screen and (min-width: 992px) and (min-width: 1200px){.select .ss-content .ss-search input{font-size:10.92px}}@media screen and (min-width: 992px) and (min-width: 1360px){.select .ss-content .ss-search input{font-size:11.76px}}@media screen and (min-width: 992px) and (min-width: 1560px){.select .ss-content .ss-search input{font-size:12.88px}}@media screen and (min-width: 992px) and (min-width: 1700px){.select .ss-content .ss-search input{font-size:14px}}@media screen and (min-width: 992px) and (min-width: 992px){.select .ss-content .ss-list .ss-option{font-size:11.52px}}@media screen and (min-width: 992px) and (min-width: 1200px){.select .ss-content .ss-list .ss-option{font-size:12.48px}}@media screen and (min-width: 992px) and (min-width: 1360px){.select .ss-content .ss-list .ss-option{font-size:13.44px}}@media screen and (min-width: 992px) and (min-width: 1560px){.select .ss-content .ss-list .ss-option{font-size:14.72px}}@media screen and (min-width: 992px) and (min-width: 1700px){.select .ss-content .ss-list .ss-option{font-size:16px}}@media screen and (min-width: 1360px){.select .ss-single-selected{height:46px}}.product{padding-bottom:0!important}.product__faq{background-color:#fff}.product__description{padding-left:0;margin-bottom:80px}.product__similar-slider{margin-bottom:40px}.product__similar-slider .product-card__buy-link{display:none}.product .text-block__text{height:auto}.product .cities{margin-bottom:20px}@media screen and (min-width: 992px){.product__container{display:flex;flex-wrap:wrap}.product__similar-slider{margin-bottom:0}.product__similar-slider .product-card__price{font-size:13px}.product__similar-slider .product-card__code{flex-wrap:wrap}.product__similar-slider .product-card__code-number{width:100%;padding-top:3px;padding-left:0}.product .text-block{width:100%}.product .text-block__title{padding-left:0;margin-bottom:30px}}@media screen and (min-width: 992px) and (min-width: 992px){.product .text-block__title{font-size:17.28px}}@media screen and (min-width: 992px) and (min-width: 1200px){.product .text-block__title{font-size:18.72px}}@media screen and (min-width: 992px) and (min-width: 1360px){.product .text-block__title{font-size:20.16px}}@media screen and (min-width: 992px) and (min-width: 1560px){.product .text-block__title{font-size:calc(24px * 92 / 100)}}@media screen and (min-width: 992px) and (min-width: 1700px){.product .text-block__title{font-size:24px}}@media screen and (min-width: 992px) and (min-width: 992px){.product .slider__title{font-size:calc(30px * 72 / 100)}}@media screen and (min-width: 992px) and (min-width: 1200px){.product .slider__title{font-size:calc(30px * 78 / 100)}}@media screen and (min-width: 992px) and (min-width: 1360px){.product .slider__title{font-size:25.2px}}@media screen and (min-width: 992px) and (min-width: 1560px){.product .slider__title{font-size:27.6px}}@media screen and (min-width: 992px) and (min-width: 1700px){.product .slider__title{font-size:30px}}@media screen and (min-width: 992px) and (min-width: 992px){.product .faq__title{font-size:calc(30px * 72 / 100)}}@media screen and (min-width: 992px) and (min-width: 1200px){.product .faq__title{font-size:calc(30px * 78 / 100)}}@media screen and (min-width: 992px) and (min-width: 1360px){.product .faq__title{font-size:25.2px}}@media screen and (min-width: 992px) and (min-width: 1560px){.product .faq__title{font-size:27.6px}}@media screen and (min-width: 992px) and (min-width: 1700px){.product .faq__title{font-size:30px}}
