@charset "UTF-8";.absolute,.picture{position:absolute;left:0;right:0;top:0;bottom:0}@font-face{font-family:Montserrat;src:url("../fonts/MontserratFont/Montserrat-Bold.eot");src:local("Montserrat Bold"),local("Montserrat-Bold"),url("../fonts/MontserratFont/Montserrat-Bold.eot?#iefix") format("embedded-opentype"),url("../fonts/MontserratFont/Montserrat-Bold.woff") format("woff"),url("../fonts/MontserratFont/Montserrat-Bold.ttf") format("truetype");font-weight:700;font-style:normal;font-display:swap}@font-face{font-family:Montserrat;src:url("../fonts/MontserratFont/Montserrat-Regular.eot");src:local("Montserrat Regular"),local("Montserrat-Regular"),url("../fonts/MontserratFont/Montserrat-Regular.eot?#iefix") format("embedded-opentype"),url("../fonts/MontserratFont/Montserrat-Regular.woff") format("woff"),url("../fonts/MontserratFont/Montserrat-Regular.ttf") format("truetype");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:Montserrat;src:url("../fonts/MontserratFont/Montserrat-Medium.eot");src:local("Montserrat Medium"),local("Montserrat-Medium"),url("../fonts/MontserratFont/Montserrat-Medium.eot?#iefix") format("embedded-opentype"),url("../fonts/MontserratFont/Montserrat-Medium.woff") format("woff"),url("../fonts/MontserratFont/Montserrat-Medium.ttf") format("truetype");font-weight:500;font-style:normal;font-display:swap}/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}main{display:block}h1{font-size:2em;margin:.67em 0}hr{-webkit-box-sizing:content-box;box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;-webkit-text-decoration:underline dotted;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{-webkit-box-sizing:border-box;box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{-webkit-box-sizing:border-box;box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}template{display:none}[hidden]{display:none}.carousel{position:relative;-webkit-box-sizing:border-box;box-sizing:border-box}.carousel *,.carousel :after,.carousel :before{-webkit-box-sizing:inherit;box-sizing:inherit}.carousel.is-draggable{cursor:move;cursor:-webkit-grab;cursor:grab}.carousel.is-dragging{cursor:move;cursor:-webkit-grabbing;cursor:grabbing}.carousel__viewport{position:relative;overflow:hidden;max-width:100%;max-height:100%}.carousel__track{display:-webkit-box;display:-ms-flexbox;display:flex}.carousel__slide{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:var(--carousel-slide-width,60%);max-width:100%;padding:1rem;position:relative;overflow-x:hidden;overflow-y:auto;-ms-scroll-chaining:none;overscroll-behavior:contain}.has-dots{margin-bottom:calc(.5rem + 22px)}.carousel__dots{margin:0 auto;padding:0;position:absolute;top:calc(100% + .5rem);left:0;right:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;list-style:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.carousel__dots .carousel__dot{margin:0;padding:0;display:block;position:relative;width:22px;height:22px;cursor:pointer}.carousel__dots .carousel__dot:after{content:"";width:8px;height:8px;border-radius:50%;position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%);background-color:currentColor;opacity:.25;-webkit-transition:opacity .15s ease-in-out;-o-transition:opacity .15s ease-in-out;transition:opacity .15s ease-in-out}.carousel__dots .carousel__dot.is-selected:after{opacity:1}.carousel__button{width:var(--carousel-button-width,48px);height:var(--carousel-button-height,48px);padding:0;border:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;pointer-events:all;cursor:pointer;color:var(--carousel-button-color,currentColor);background:var(--carousel-button-bg,transparent);border-radius:var(--carousel-button-border-radius,50%);-webkit-box-shadow:var(--carousel-button-shadow,none);box-shadow:var(--carousel-button-shadow,none);-webkit-transition:opacity .15s ease;-o-transition:opacity .15s ease;transition:opacity .15s ease}.carousel__button.is-next,.carousel__button.is-prev{position:absolute;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}.carousel__button.is-prev{left:10px}.carousel__button.is-next{right:10px}.carousel__button[disabled]{cursor:default;opacity:.3}.carousel__button svg{width:var(--carousel-button-svg-width,50%);height:var(--carousel-button-svg-height,50%);fill:none;stroke:currentColor;stroke-width:var(--carousel-button-svg-stroke-width,1.5);stroke-linejoin:bevel;stroke-linecap:round;-webkit-filter:var(--carousel-button-svg-filter,none);filter:var(--carousel-button-svg-filter, none);pointer-events:none}html.with-fancybox{scroll-behavior:auto}body.compensate-for-scrollbar{overflow:hidden!important;-ms-touch-action:none;touch-action:none}.fancybox__container{position:fixed;top:0;left:0;bottom:0;right:0;direction:ltr;margin:0;padding:env(safe-area-inset-top,0) env(safe-area-inset-right,0) env(safe-area-inset-bottom,0) env(safe-area-inset-left,0);-webkit-box-sizing:border-box;box-sizing:border-box;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;color:var(--fancybox-color,#fff);-webkit-tap-highlight-color:transparent;overflow:hidden;z-index:1050;outline:0;-webkit-transform-origin:top left;-ms-transform-origin:top left;transform-origin:top left;--carousel-button-width:48px;--carousel-button-height:48px;--carousel-button-svg-width:24px;--carousel-button-svg-height:24px;--carousel-button-svg-stroke-width:2.5;--carousel-button-svg-filter:drop-shadow(1px 1px 1px rgba(0, 0, 0, 0.4))}.fancybox__container *,.fancybox__container ::after,.fancybox__container ::before{-webkit-box-sizing:inherit;box-sizing:inherit}.fancybox__container :focus{outline:0}body:not(.is-using-mouse) .fancybox__container :focus{-webkit-box-shadow:0 0 0 1px #fff,0 0 0 2px var(--fancybox-accent-color,rgba(1,210,232,.94));box-shadow:0 0 0 1px #fff,0 0 0 2px var(--fancybox-accent-color,rgba(1,210,232,.94))}@media all and (min-width:1024px){.fancybox__container{--carousel-button-width:48px;--carousel-button-height:48px;--carousel-button-svg-width:27px;--carousel-button-svg-height:27px}}.fancybox__backdrop{position:absolute;top:0;right:0;bottom:0;left:0;z-index:-1;background:var(--fancybox-bg,rgba(24,24,27,.92))}.fancybox__carousel{position:relative;-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;min-height:0;height:100%;z-index:10}.fancybox__carousel.has-dots{margin-bottom:calc(.5rem + 22px)}.fancybox__viewport{position:relative;width:100%;height:100%;overflow:visible;cursor:default}.fancybox__track{display:-webkit-box;display:-ms-flexbox;display:flex;height:100%}.fancybox__slide{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:100%;max-width:100%;margin:0;padding:48px 8px 8px 8px;position:relative;-ms-scroll-chaining:none;overscroll-behavior:contain;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;outline:0;overflow:auto;--carousel-button-width:36px;--carousel-button-height:36px;--carousel-button-svg-width:22px;--carousel-button-svg-height:22px}.fancybox__slide::after,.fancybox__slide::before{content:"";-webkit-box-flex:0;-ms-flex:0 0 0px;flex:0 0 0;margin:auto}@media all and (min-width:1024px){.fancybox__slide{padding:64px 100px}}.fancybox__content{margin:0 env(safe-area-inset-right,0) 0 env(safe-area-inset-left,0);padding:36px;color:var(--fancybox-content-color,#374151);background:var(--fancybox-content-bg,#fff);position:relative;-ms-flex-item-align:center;-ms-grid-row-align:center;align-self:center;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;z-index:20}.fancybox__content :focus:not(.carousel__button.is-close){outline:0;-webkit-box-shadow:none;box-shadow:none}.fancybox__caption{-ms-flex-item-align:center;-ms-grid-row-align:center;align-self:center;max-width:100%;margin:0;padding:1rem 0 0 0;line-height:1.375;color:var(--fancybox-color,currentColor);visibility:visible;cursor:auto;-ms-flex-negative:0;flex-shrink:0;overflow-wrap:anywhere}.is-loading .fancybox__caption{visibility:hidden}.fancybox__container>.carousel__dots{top:100%;color:var(--fancybox-color,#fff)}.fancybox__nav .carousel__button{z-index:40}.fancybox__nav .carousel__button.is-next{right:8px}@media all and (min-width:1024px){.fancybox__nav .carousel__button.is-next{right:40px}}.fancybox__nav .carousel__button.is-prev{left:8px}@media all and (min-width:1024px){.fancybox__nav .carousel__button.is-prev{left:40px}}.carousel__button.is-close{position:absolute;top:8px;right:8px;top:calc(env(safe-area-inset-top,0px) + 8px);right:calc(env(safe-area-inset-right,0px) + 8px);z-index:40}@media all and (min-width:1024px){.carousel__button.is-close{right:40px}}.fancybox__content>.carousel__button.is-close{position:absolute;top:-40px;right:0;color:var(--fancybox-color,#fff)}.fancybox__no-click,.fancybox__no-click button{pointer-events:none}.fancybox__spinner{position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%);width:50px;height:50px;color:var(--fancybox-color,currentColor)}.fancybox__slide .fancybox__spinner{cursor:pointer;z-index:1053}.fancybox__spinner svg{-webkit-animation:fancybox-rotate 2s linear infinite;animation:fancybox-rotate 2s linear infinite;-webkit-transform-origin:center center;-ms-transform-origin:center center;transform-origin:center center;position:absolute;top:0;right:0;bottom:0;left:0;margin:auto;width:100%;height:100%}.fancybox__spinner svg circle{fill:none;stroke-width:2.75;stroke-miterlimit:10;stroke-dasharray:1,200;stroke-dashoffset:0;-webkit-animation:fancybox-dash 1.5s ease-in-out infinite;animation:fancybox-dash 1.5s ease-in-out infinite;stroke-linecap:round;stroke:currentColor}@-webkit-keyframes fancybox-rotate{100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes fancybox-rotate{100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@-webkit-keyframes fancybox-dash{0%{stroke-dasharray:1,200;stroke-dashoffset:0}50%{stroke-dasharray:89,200;stroke-dashoffset:-35px}100%{stroke-dasharray:89,200;stroke-dashoffset:-124px}}@keyframes fancybox-dash{0%{stroke-dasharray:1,200;stroke-dashoffset:0}50%{stroke-dasharray:89,200;stroke-dashoffset:-35px}100%{stroke-dasharray:89,200;stroke-dashoffset:-124px}}.carousel__button.is-close,.carousel__dots,.fancybox__backdrop,.fancybox__caption,.fancybox__nav{opacity:var(--fancybox-opacity, 1)}.fancybox__container.is-animated[aria-hidden=false] .carousel__button.is-close,.fancybox__container.is-animated[aria-hidden=false] .carousel__dots,.fancybox__container.is-animated[aria-hidden=false] .fancybox__backdrop,.fancybox__container.is-animated[aria-hidden=false] .fancybox__caption,.fancybox__container.is-animated[aria-hidden=false] .fancybox__nav{-webkit-animation:.15s ease backwards fancybox-fadeIn;animation:.15s ease backwards fancybox-fadeIn}.fancybox__container.is-animated.is-closing .carousel__button.is-close,.fancybox__container.is-animated.is-closing .carousel__dots,.fancybox__container.is-animated.is-closing .fancybox__backdrop,.fancybox__container.is-animated.is-closing .fancybox__caption,.fancybox__container.is-animated.is-closing .fancybox__nav{-webkit-animation:.15s ease both fancybox-fadeOut;animation:.15s ease both fancybox-fadeOut}.fancybox-fadeIn{-webkit-animation:.15s ease both fancybox-fadeIn;animation:.15s ease both fancybox-fadeIn}.fancybox-fadeOut{-webkit-animation:.1s ease both fancybox-fadeOut;animation:.1s ease both fancybox-fadeOut}.fancybox-zoomInUp{-webkit-animation:.2s ease both fancybox-zoomInUp;animation:.2s ease both fancybox-zoomInUp}.fancybox-zoomOutDown{-webkit-animation:.15s ease both fancybox-zoomOutDown;animation:.15s ease both fancybox-zoomOutDown}.fancybox-throwOutUp{-webkit-animation:.15s ease both fancybox-throwOutUp;animation:.15s ease both fancybox-throwOutUp}.fancybox-throwOutDown{-webkit-animation:.15s ease both fancybox-throwOutDown;animation:.15s ease both fancybox-throwOutDown}@-webkit-keyframes fancybox-fadeIn{from{opacity:0}to{opacity:1}}@keyframes fancybox-fadeIn{from{opacity:0}to{opacity:1}}@-webkit-keyframes fancybox-fadeOut{to{opacity:0}}@keyframes fancybox-fadeOut{to{opacity:0}}@-webkit-keyframes fancybox-zoomInUp{from{-webkit-transform:scale(.97) translate3d(0,16px,0);transform:scale(.97) translate3d(0,16px,0);opacity:0}to{-webkit-transform:scale(1) translate3d(0,0,0);transform:scale(1) translate3d(0,0,0);opacity:1}}@keyframes fancybox-zoomInUp{from{-webkit-transform:scale(.97) translate3d(0,16px,0);transform:scale(.97) translate3d(0,16px,0);opacity:0}to{-webkit-transform:scale(1) translate3d(0,0,0);transform:scale(1) translate3d(0,0,0);opacity:1}}@-webkit-keyframes fancybox-zoomOutDown{to{-webkit-transform:scale(.97) translate3d(0,16px,0);transform:scale(.97) translate3d(0,16px,0);opacity:0}}@keyframes fancybox-zoomOutDown{to{-webkit-transform:scale(.97) translate3d(0,16px,0);transform:scale(.97) translate3d(0,16px,0);opacity:0}}@-webkit-keyframes fancybox-throwOutUp{to{-webkit-transform:translate3d(0,-30%,0);transform:translate3d(0,-30%,0);opacity:0}}@keyframes fancybox-throwOutUp{to{-webkit-transform:translate3d(0,-30%,0);transform:translate3d(0,-30%,0);opacity:0}}@-webkit-keyframes fancybox-throwOutDown{to{-webkit-transform:translate3d(0,30%,0);transform:translate3d(0,30%,0);opacity:0}}@keyframes fancybox-throwOutDown{to{-webkit-transform:translate3d(0,30%,0);transform:translate3d(0,30%,0);opacity:0}}.fancybox__carousel .carousel__slide{scrollbar-width:thin;scrollbar-color:#ccc rgba(255,255,255,0.1)}.fancybox__carousel .carousel__slide::-webkit-scrollbar{width:8px;height:8px}.fancybox__carousel .carousel__slide::-webkit-scrollbar-track{background-color:rgba(255,255,255,.1)}.fancybox__carousel .carousel__slide::-webkit-scrollbar-thumb{background-color:#ccc;border-radius:2px;-webkit-box-shadow:inset 0 0 4px rgba(0,0,0,.2);box-shadow:inset 0 0 4px rgba(0,0,0,.2)}.fancybox__carousel.is-draggable .fancybox__slide,.fancybox__carousel.is-draggable .fancybox__slide .fancybox__content{cursor:move;cursor:-webkit-grab;cursor:grab}.fancybox__carousel.is-dragging .fancybox__slide,.fancybox__carousel.is-dragging .fancybox__slide .fancybox__content{cursor:move;cursor:-webkit-grabbing;cursor:grabbing}.fancybox__carousel .fancybox__slide .fancybox__content{cursor:auto}.fancybox__carousel .fancybox__slide.can-zoom_in .fancybox__content{cursor:-webkit-zoom-in;cursor:zoom-in}.fancybox__carousel .fancybox__slide.can-zoom_out .fancybox__content{cursor:-webkit-zoom-out;cursor:zoom-out}.fancybox__carousel .fancybox__slide.is-draggable .fancybox__content{cursor:move;cursor:-webkit-grab;cursor:grab}.fancybox__carousel .fancybox__slide.is-dragging .fancybox__content{cursor:move;cursor:-webkit-grabbing;cursor:grabbing}.fancybox__image{-webkit-transform-origin:0 0;-ms-transform-origin:0 0;transform-origin:0 0;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-transition:none;-o-transition:none;transition:none}.has-image .fancybox__content{padding:0;background:0 0;min-height:1px}.is-closing .has-image .fancybox__content{overflow:visible}.has-image[data-image-fit=contain]{overflow:visible;-ms-touch-action:none;touch-action:none}.has-image[data-image-fit=contain] .fancybox__content{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:wrap;flex-wrap:wrap}.has-image[data-image-fit=contain] .fancybox__image{max-width:100%;max-height:100%;-o-object-fit:contain;object-fit:contain}.has-image[data-image-fit=contain-w]{overflow-x:hidden;overflow-y:auto}.has-image[data-image-fit=contain-w] .fancybox__content{min-height:auto}.has-image[data-image-fit=contain-w] .fancybox__image{max-width:100%;height:auto}.has-image[data-image-fit=cover]{overflow:visible;-ms-touch-action:none;touch-action:none}.has-image[data-image-fit=cover] .fancybox__content{width:100%;height:100%}.has-image[data-image-fit=cover] .fancybox__image{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.fancybox__carousel .fancybox__slide.has-html5video .fancybox__content,.fancybox__carousel .fancybox__slide.has-iframe .fancybox__content,.fancybox__carousel .fancybox__slide.has-map .fancybox__content,.fancybox__carousel .fancybox__slide.has-pdf .fancybox__content,.fancybox__carousel .fancybox__slide.has-video .fancybox__content{max-width:100%;-ms-flex-negative:1;flex-shrink:1;min-height:1px;overflow:visible}.fancybox__carousel .fancybox__slide.has-iframe .fancybox__content,.fancybox__carousel .fancybox__slide.has-map .fancybox__content,.fancybox__carousel .fancybox__slide.has-pdf .fancybox__content{width:100%;height:80%}.fancybox__carousel .fancybox__slide.has-html5video .fancybox__content,.fancybox__carousel .fancybox__slide.has-video .fancybox__content{width:960px;height:540px;max-width:100%;max-height:100%}.fancybox__carousel .fancybox__slide.has-html5video .fancybox__content,.fancybox__carousel .fancybox__slide.has-map .fancybox__content,.fancybox__carousel .fancybox__slide.has-pdf .fancybox__content,.fancybox__carousel .fancybox__slide.has-video .fancybox__content{padding:0;background:rgba(24,24,27,.9);color:#fff}.fancybox__carousel .fancybox__slide.has-map .fancybox__content{background:#e5e3df}.fancybox__html5video,.fancybox__iframe{border:0;display:block;height:100%;width:100%;background:0 0}.fancybox-placeholder{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}.fancybox__thumbs{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;position:relative;padding:0 3px;opacity:var(--fancybox-opacity, 1)}.fancybox__container.is-animated[aria-hidden=false] .fancybox__thumbs{-webkit-animation:.15s ease-in backwards fancybox-fadeIn;animation:.15s ease-in backwards fancybox-fadeIn}.fancybox__container.is-animated.is-closing .fancybox__thumbs{opacity:0}.fancybox__thumbs .carousel__slide{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:var(--fancybox-thumbs-width,96px);margin:0;padding:8px 3px;-webkit-box-sizing:content-box;box-sizing:content-box;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;overflow:visible;cursor:pointer}.fancybox__thumbs .carousel__slide .fancybox__thumb::after{content:"";position:absolute;top:0;left:0;right:0;bottom:0;border-width:5px;border-style:solid;border-color:var(--fancybox-accent-color,rgba(34,213,233,.96));opacity:0;-webkit-transition:opacity .15s ease;-o-transition:opacity .15s ease;transition:opacity .15s ease;border-radius:var(--fancybox-thumbs-border-radius,4px)}.fancybox__thumbs .carousel__slide.is-nav-selected .fancybox__thumb::after{opacity:.92}.fancybox__thumbs .carousel__slide>*{pointer-events:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.fancybox__thumb{position:relative;width:100%;padding-top:calc(100% / (var(--fancybox-thumbs-ratio,1.5)));background-size:cover;background-position:center center;background-color:rgba(255,255,255,.1);background-repeat:no-repeat;border-radius:var(--fancybox-thumbs-border-radius,4px)}.fancybox__toolbar{position:absolute;top:0;right:0;left:0;z-index:20;background:-webkit-gradient(linear,left bottom,left top,from(rgba(0,0,0,0)),color-stop(8.1%,rgba(0,0,0,.006)),color-stop(15.5%,rgba(0,0,0,.021)),color-stop(22.5%,rgba(0,0,0,.046)),color-stop(29%,rgba(0,0,0,.077)),color-stop(35.3%,rgba(0,0,0,.114)),color-stop(41.2%,rgba(0,0,0,.155)),color-stop(47.1%,rgba(0,0,0,.198)),color-stop(52.9%,rgba(0,0,0,.242)),color-stop(58.8%,rgba(0,0,0,.285)),color-stop(64.7%,rgba(0,0,0,.326)),color-stop(71%,rgba(0,0,0,.363)),color-stop(77.5%,rgba(0,0,0,.394)),color-stop(84.5%,rgba(0,0,0,.419)),color-stop(91.9%,rgba(0,0,0,.434)),to(rgba(0,0,0,.44)));background:-o-linear-gradient(bottom,rgba(0,0,0,0) 0,rgba(0,0,0,.006) 8.1%,rgba(0,0,0,.021) 15.5%,rgba(0,0,0,.046) 22.5%,rgba(0,0,0,.077) 29%,rgba(0,0,0,.114) 35.3%,rgba(0,0,0,.155) 41.2%,rgba(0,0,0,.198) 47.1%,rgba(0,0,0,.242) 52.9%,rgba(0,0,0,.285) 58.8%,rgba(0,0,0,.326) 64.7%,rgba(0,0,0,.363) 71%,rgba(0,0,0,.394) 77.5%,rgba(0,0,0,.419) 84.5%,rgba(0,0,0,.434) 91.9%,rgba(0,0,0,.44) 100%);background:linear-gradient(to top,rgba(0,0,0,0) 0,rgba(0,0,0,.006) 8.1%,rgba(0,0,0,.021) 15.5%,rgba(0,0,0,.046) 22.5%,rgba(0,0,0,.077) 29%,rgba(0,0,0,.114) 35.3%,rgba(0,0,0,.155) 41.2%,rgba(0,0,0,.198) 47.1%,rgba(0,0,0,.242) 52.9%,rgba(0,0,0,.285) 58.8%,rgba(0,0,0,.326) 64.7%,rgba(0,0,0,.363) 71%,rgba(0,0,0,.394) 77.5%,rgba(0,0,0,.419) 84.5%,rgba(0,0,0,.434) 91.9%,rgba(0,0,0,.44) 100%);padding:0;-ms-touch-action:none;touch-action:none;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;--carousel-button-svg-width:20px;--carousel-button-svg-height:20px;opacity:var(--fancybox-opacity, 1);text-shadow:var(--fancybox-toolbar-text-shadow,1px 1px 1px rgba(0,0,0,.4))}@media all and (min-width:1024px){.fancybox__toolbar{padding:8px}}.fancybox__container.is-animated[aria-hidden=false] .fancybox__toolbar{-webkit-animation:.15s ease-in backwards fancybox-fadeIn;animation:.15s ease-in backwards fancybox-fadeIn}.fancybox__container.is-animated.is-closing .fancybox__toolbar{opacity:0}.fancybox__toolbar__items{display:-webkit-box;display:-ms-flexbox;display:flex}.fancybox__toolbar__items--left{margin-right:auto}.fancybox__toolbar__items--center{position:absolute;left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%)}.fancybox__toolbar__items--right{margin-left:auto}@media (max-width:640px){.fancybox__toolbar__items--center:not(:last-child){display:none}}.fancybox__counter{min-width:72px;padding:0 10px;line-height:var(--carousel-button-height, 48px);text-align:center;font-size:17px;font-variant-numeric:tabular-nums;-webkit-font-smoothing:subpixel-antialiased}.fancybox__progress{background:var(--fancybox-accent-color,rgba(34,213,233,.96));height:3px;left:0;position:absolute;right:0;top:0;-webkit-transform:scaleX(0);-ms-transform:scaleX(0);transform:scaleX(0);-webkit-transform-origin:0;-ms-transform-origin:0;transform-origin:0;-webkit-transition-property:-webkit-transform;transition-property:-webkit-transform;-o-transition-property:transform;transition-property:transform;transition-property:transform,-webkit-transform;-webkit-transition-timing-function:linear;-o-transition-timing-function:linear;transition-timing-function:linear;z-index:30;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.fancybox__container:-webkit-full-screen::backdrop{opacity:0}.fancybox__container:-ms-fullscreen::backdrop{opacity:0}.fancybox__container:fullscreen::-webkit-backdrop{opacity:0}.fancybox__container:fullscreen::backdrop{opacity:0}.fancybox__button--fullscreen g:nth-child(2){display:none}.fancybox__container:-webkit-full-screen .fancybox__button--fullscreen g:first-child{display:none}.fancybox__container:-ms-fullscreen .fancybox__button--fullscreen g:first-child{display:none}.fancybox__container:fullscreen .fancybox__button--fullscreen g:first-child{display:none}.fancybox__container:-webkit-full-screen .fancybox__button--fullscreen g:nth-child(2){display:block}.fancybox__container:-ms-fullscreen .fancybox__button--fullscreen g:nth-child(2){display:block}.fancybox__container:fullscreen .fancybox__button--fullscreen g:nth-child(2){display:block}.fancybox__button--slideshow g:nth-child(2){display:none}.fancybox__container.has-slideshow .fancybox__button--slideshow g:first-child{display:none}.fancybox__container.has-slideshow .fancybox__button--slideshow g:nth-child(2){display:block}*,::after,::before{-webkit-box-sizing:border-box;box-sizing:border-box;margin:0;padding:0}:root{font-size:16px}html{position:relative;min-height:100vh;-webkit-box-sizing:border-box;box-sizing:border-box;font-family:Montserrat,sans-serif}body{-webkit-font-smoothing:antialiased;-webkit-text-decoration-skip:objects;text-decoration-skip:objects;text-rendering:optimizeLegibility;-webkit-text-size-adjust:100%;-moz-text-size-adjust:100%;-ms-text-size-adjust:100%;text-size-adjust:100%;-webkit-tap-highlight-color:transparent;font-size:.875rem;line-height:1.3;font-weight:400;color:#1d2d33;background:#fff;min-width:300px}main{-webkit-box-flex:1;-ms-flex:1;flex:1}.text iframe,p{margin-bottom:15px}a,button{outline:0;-webkit-transition:.4s;-o-transition:.4s;transition:.4s;cursor:pointer}a{text-decoration:none;color:currentColor}svg{display:block;-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:100%;height:100%;fill:currentColor}figure,picture{display:inline-block;margin:0;line-height:0}figure img,picture img{width:100%}img{vertical-align:top;max-width:100%;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}img[draggable=false]{pointer-events:none;-webkit-user-drag:none}fieldset{margin:0;border:0;padding:0}li,ul{list-style:none;margin:0;padding:0}video{outline:0;width:100%;height:100%}iframe{display:block}.js-lazy-load:not(.is-loaded){max-height:50vh}.container{position:relative;z-index:1;margin:0 auto;padding:0 30px;max-width:1040px}@media (max-width:767px){.container{padding:0 15px}.container--nested{padding:0}}.container--s{max-width:550px}.container--sm{max-width:789px}.container--md{max-width:914px}.container--lg{max-width:1534px}.app{position:relative;overflow:hidden;min-height:100vh;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;min-width:280px}h1,h2,h3,h4,h5,h6{margin:0;padding:0;font-weight:700}h1{font-weight:600;font-size:1.438rem;line-height:1.2;text-transform:uppercase;color:#879ea7}@media (max-width:767px){h1{font-weight:500}}b{font-weight:600}.title-sm{font-size:1.25rem;font-weight:700;margin-bottom:0}.title-lg{font-weight:500;font-size:1rem;line-height:1.2;text-transform:uppercase;color:#1d2d33}.js-lazy{opacity:0;-webkit-transition:.4s;-o-transition:.4s;transition:.4s}.js-lazy.is-loaded{opacity:1}.content{padding-top:80px;padding-bottom:80px}@media (max-width:767px){.content{padding-top:40px;padding-bottom:40px}}.content h1{margin-bottom:30px}@media (max-width:767px){.content h1{margin-bottom:20px}}.main{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;padding-top:90px}@media (max-width:767px){.main{padding-top:65px}}.main-home{padding-top:0}.overflow-hidden{overflow:hidden!important}.is-hidden{display:none!important}@media (max-width:767px){.is-hidden-mb{display:none!important}}@media (max-width:549px){.is-hidden-ms{display:none!important}}.hidden{display:none}@media (max-width:991px){.is-hidden-laptop{display:none!important}}.is-visible{display:block!important}.is-visible-laptop{display:none!important}@media (max-width:991px){.is-visible-laptop{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important}}.video{width:100%;height:546px}@media (max-width:991px){.video{height:450px}}@media (max-width:767px){.video{height:350px}}@media (max-width:549px){.video{height:177px}}.is-hide{opacity:0}.is-show-mobile{display:none}@media (max-width:767px){.is-show-mobile{display:block}}.text-center{text-align:center!important}.clearfix{overflow:auto}.clearfix::after{content:"";display:table;clear:both}.flex{-ms-flex-wrap:wrap;flex-wrap:wrap}.flex-nowrap{-ms-flex-wrap:nowrap;flex-wrap:nowrap}.flex-center{-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.justify-end{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.flex{display:-webkit-box;display:-ms-flexbox;display:flex}.flex-wrap{-ms-flex-wrap:wrap;flex-wrap:wrap}.flex-column{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.flex-column-rev{-webkit-box-orient:vertical;-webkit-box-direction:reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse}.flex-row{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.flex-row-rev{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}.flex-inline{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex}.justify-start{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.justify-end{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.justify-space{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.justify-center{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.items-start{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.items-center{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.items-end{-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}.gap-top_inner{padding-top:150px}.gap-top_outer{margin-top:150px}.gap-bottom_inner{padding-bottom:150px}.gap-bottom_outer{margin-bottom:150px}.section{padding-top:150px;padding-bottom:150px}.relative{position:relative;z-index:1}.picture{background-repeat:no-repeat;background-size:cover;background-position:center}.radius{border-radius:10px}.radius-20{border-radius:20px}.bg-gray{background:#f8f6f0}.mb-0{margin-bottom:0!important}.mb-90{margin-bottom:90px}.mb-80{margin-bottom:80px}.mb-70{margin-bottom:70px}.mb-60{margin-bottom:60px}.mb-50{margin-bottom:50px}.mb-35{margin-bottom:35px}.mb-40{margin-bottom:40px}.mb-30{margin-bottom:30px}.mb-25{margin-bottom:25px}.mb-20{margin-bottom:20px}.mb-18{margin-bottom:18px}.mb-15{margin-bottom:15px}.mb-10{margin-bottom:10px!important}.mb-13{margin-bottom:13px}@media (max-width:767px){.mb-mb-40{margin-bottom:40px}.mb-mb-20{margin-bottom:20px}.mb-mb-15{margin-bottom:15px}.mb-mb-10{margin-bottom:10px}}.mt-15{margin-top:15px!important}.mt-100{margin-top:100px}.mt-80{margin-top:80px}.mt-70{margin-top:70px}.mt-60{margin-top:60px}.mt-50{margin-top:50px}.mt-40{margin-top:40px}.mt-30{margin-top:30px}.mt-25{margin-top:25px}.mt-20{margin-top:20px}@media (max-width:767px){.mt-mb-50{margin-top:50px}.mt-mb-40{margin-top:40px}.mt-mb-30{margin-top:30px}.mt-mb-20{margin-top:20px}.mt-mb-15{margin-top:15px}}.mr-7{margin-right:7px}.mr-10{margin-right:10px}.pt-40{padding-top:40px}.pt-45{padding-top:45px}.pt-30{padding-top:30px}.pt-20{padding-top:20px}.pt-15{padding-top:15px}@media (max-width:767px){.pt-mb-20{padding-top:20px}.pt-mb-10{padding-top:10px}.pt-mb-0{padding-top:0!important}}.pb-25{padding-bottom:25px}.pb-45{padding-bottom:45px}@media (max-width:767px){.pb-mb-20{padding-bottom:20px}.pb-mb-10{padding-bottom:10px}}.px-40{padding-right:40px;padding-left:40px}.py-20{padding-top:20px;padding-bottom:20px}@media (max-width:991px){.text-left-laptop{text-align:left!important}}.text-upp{text-transform:uppercase}.text-normal{font-weight:400}.text-medium{font-weight:500}@media (max-width:767px){.text-center-mb{text-align:center}}.arrow{width:16px;height:18px;margin-left:15px}.scroll{overflow-y:auto}.color-gray{color:#848484}.color-red{color:#f43d3d}.cookie{position:fixed;left:0;right:0;bottom:0;background:rgba(255,255,255,.9);font-weight:500;font-size:.875rem;color:#5b5b5b;z-index:5;padding:45px 0 36px 0;text-align:center}@media (max-width:992px){.cookie br{display:none}}@media (min-width:768px){.cookie .container{padding:0 60px}}@media (max-width:767px){.cookie{padding:35px 0;padding-right:20px;text-align:left;font-weight:400}}.cookie__close{width:22px;height:22px;position:absolute;right:40px;top:50%;margin-top:-11px;cursor:pointer}@media (max-width:1399px){.cookie__close{right:30px}}@media (max-width:767px){.cookie__close{right:-5px}}.bold{font-weight:700}.list{margin-bottom:20px}.list li{padding-left:25px;position:relative}.list li:before{content:'';width:3px;height:3px;background:#5b5b5b;border-radius:50%;position:absolute;left:10px;top:8px}.quantity{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.quantity__button{width:29px;height:61px;border:0;outline:0;background:0 0;font-weight:400;font-size:1.125rem;line-height:1.2;color:#5b5b5b}@media (max-width:991px){.quantity__button{height:22px;width:20px;font-size:.8125rem}}.quantity__button:hover{background:rgba(205,207,208,.7)}.quantity__input{height:61px;width:41px;text-align:center;padding:0;outline:0;border:0;background:0 0;font-weight:400;font-size:1.125rem;line-height:1.2;color:#5b5b5b;margin:0 13px}@media (max-width:991px){.quantity__input{height:22px;width:41px;margin:0}}@media (max-width:991px){.quantity__input{font-size:.8125rem}}.text-link a:hover{text-decoration:underline}.fs-11{font-size:11px}.fs-13{font-size:.8125rem}.fs-16{font-size:1rem}.fs-18{font-size:1.125rem}.fs-20{font-size:1.25rem}.fs-23{font-size:1.438rem}.fs-24{font-size:1.5rem}.fs-25{font-size:1.563rem}.fs-36{font-size:2.25rem}.fw-4{font-weight:400}.fw-5{font-weight:500}.fw-6{font-weight:600}.fw-7{font-weight:700}.fh-1{line-height:1}.fh-2{line-height:1.2}.fh-3{line-height:1.3}.fh-4{line-height:1.4}.fh-5{line-height:1.5}.fh-6{line-height:1.6}.col{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}.col-1{width:calc(10%);min-width:calc(10%)}.col-2{width:calc(20%);min-width:calc(20%)}.col-3{width:calc(30%);min-width:calc(30%)}.col-4{width:calc(40%);min-width:calc(40%)}.col-5{width:calc(50%);min-width:calc(50%)}.col-6{width:calc(60%);min-width:calc(60%)}.col-7{width:calc(70%);min-width:calc(70%)}.col-8{width:calc(80%);min-width:calc(80%)}.col-9{width:calc(90%);min-width:calc(90%)}.col-10{width:calc(100%);min-width:calc(100%)}.title-primary{font-weight:600;font-size:1rem;line-height:1.25;color:#1d2d33}hr{height:1px;background:#000;border:0}@media (max-width:767px){.star{width:16px;height:16px}}.icon-social{width:25px;height:25px;fill:#D3DCDF}.icon-social:hover{fill:#000000}.cl-gray{color:#879ea7}.insta{margin:-10px}.insta__item{width:calc(25% - 20px);height:312px;background:#d3dcdf;margin:10px}@media (max-width:991px){.insta__item{width:calc(50% - 20px)}}@media (max-width:767px){.insta__item{height:200px}}@media (max-width:549px){.insta__item{margin:7px;height:150px;width:calc(50% - 14px)}}.border-bottom{border-bottom:1px solid #879ea7}.color{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;justify-content:center}.color li{width:25px;height:25px;border-radius:50%;margin:0 6px;position:relative;cursor:pointer;border:1px solid #d3dcdf}.color li:before{content:'';position:absolute;left:-4px;right:-4px;top:-4px;bottom:-4px;border-radius:50%;border:2px solid #879ea7;opacity:0;background:0 0}.color li.selected:before{opacity:1}.color li.notallowed:before{border-width:1px;border-color:#d3dcdf}.color li.notallowed:after{content:'';position:absolute;left:0;top:11px;width:24px;height:1px;background:#d3dcdf;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}@media (max-width:767px){.color li.notallowed:after{top:5px;width:11px}}.size{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-transition:.3s;-o-transition:.3s;transition:.3s}.size li{min-width:26px;height:25px;border:1px solid #d3dcdf;padding:0 5px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;color:#d3dcdf;font-size:.875rem;margin:0 5px;cursor:pointer;position:relative;overflow:hidden}.size li.clicked{border:1px solid #1d2d33;color:#1d2d33}.size li.notallowed{border:1px solid #d3dcdf;color:#d3dcdf}.size li.notallowed:before{content:'';width:66px;height:1px;background:#d3dcdf;position:absolute;left:50%;top:50%;margin-top:-1px;margin-left:-32px;-webkit-transform:rotate(41.35deg);-ms-transform:rotate(41.35deg);transform:rotate(41.35deg)}.link{border-bottom:1px solid rgba(29,45,51,.7)}.link:hover{border-bottom:1px solid rgba(29,45,51,0)}.listSelect{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:11px;margin-bottom:20px}.listSelect li{border:1px solid #d3dcdf;height:35px;display:-webkit-box;display:-ms-flexbox;display:flex;font-weight:400;font-size:.875rem;line-height:17px;color:#879ea7;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:0 10px;cursor:default}.listSelect li:after{width:10px;height:10px;content:'';margin-left:10px;background:url(../images/icons/close-1.svg) no-repeat center;background-size:contain}@media (max-width:991px){.lp_flex{display:-webkit-box;display:-ms-flexbox;display:flex}.lp_flex-wrap{-ms-flex-wrap:wrap;flex-wrap:wrap}.lp_flex-column{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.lp_flex-column-rev{-webkit-box-orient:vertical;-webkit-box-direction:reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse}.lp_flex-row{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.lp_flex-row-rev{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}.lp_flex-inline{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex}.lp_justify-start{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.lp_justify-end{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.lp_justify-space{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.lp_justify-center{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.lp_items-start{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.lp_items-center{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.lp_items-end{-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}.lp_mb-0{margin-bottom:0}.lp_mb-5{margin-bottom:5px}.lp_mb-10{margin-bottom:10px}.lp_mb-15{margin-bottom:15px}.lp_mb-20{margin-bottom:20px}.lp_mb-25{margin-bottom:25px}.lp_mb-30{margin-bottom:30px}.lp_mb-35{margin-bottom:35px}.lp_mb-40{margin-bottom:40px}.lp_mb-50{margin-bottom:50px}.lp_mt-0{margin-top:0}.lp_mt-5{margin-top:5px}.lp_mt-10{margin-top:10px}.lp_mt-15{margin-top:15px}.lp_mt-20{margin-top:20px}.lp_mt-25{margin-top:25px}.lp_mt-30{margin-top:30px}.lp_mt-35{margin-top:35px}.lp_mt-40{margin-top:40px}.lp_mr-0{margin-right:0}.lp_mr-5{margin-right:5px}.lp_mr-10{margin-right:10px}.lp_mr-12{margin-right:12px}.lp_mr-15{margin-right:15px}.lp_mr-20{margin-right:20px}.lp_mr-25{margin-right:25px}.lp_mr-30{margin-right:30px}.lp_mr-35{margin-right:35px}.lp_mr-40{margin-right:40px}.lp_ml-0{margin-left:0}.lp_ml-5{margin-left:5px}.lp_ml-10{margin-left:10px}.lp_ml-15{margin-left:15px}.lp_ml-20{margin-left:20px}.lp_ml-25{margin-left:25px}.lp_ml-30{margin-left:30px}.lp_ml-35{margin-left:35px}.lp_ml-40{margin-left:40px}.lp_pt-0{padding-top:0}.lp_pt-5{padding-top:5px}.lp_pt-10{padding-top:10px}.lp_pt-15{padding-top:15px}.lp_pt-20{padding-top:20px}.lp_pt-25{padding-top:25px}.lp_pt-30{padding-top:30px}.lp_pt-35{padding-top:35px}.lp_pt-40{padding-top:40px}.lp_pb-0{padding-bottom:0}.lp_pb-5{padding-bottom:5px}.lp_pb-10{padding-bottom:10px}.lp_pb-15{padding-bottom:15px}.lp_pb-20{padding-bottom:20px}.lp_pb-25{padding-bottom:25px}.lp_pb-30{padding-bottom:30px}.lp_pb-35{padding-bottom:35px}.lp_pb-40{padding-bottom:40px}.lp_pb-50{padding-bottom:50px}.lp_pl-0{padding-left:0}.lp_pl-5{padding-left:5px}.lp_pl-10{padding-left:10px}.lp_pl-15{padding-left:15px}.lp_pl-20{padding-left:20px}.lp_pl-25{padding-left:25px}.lp_pl-30{padding-left:30px}.lp_pl-35{padding-left:35px}.lp_pl-40{padding-left:40px}.lp_pr-0{padding-right:0}.lp_pr-5{padding-right:5px}.lp_pr-10{padding-right:10px}.lp_pr-15{padding-right:15px}.lp_pr-20{padding-right:20px}.lp_pr-25{padding-right:25px}.lp_pr-30{padding-right:30px}.lp_pr-35{padding-right:35px}.lp_pr-40{padding-right:40px}.lp_py-0{padding-top:0;padding-bottom:0}.lp_py-5{padding-top:5px;padding-bottom:5px}.lp_py-10{padding-top:10px;padding-bottom:10px}.lp_py-15{padding-top:15px;padding-bottom:15px}.lp_py-20{padding-top:20px;padding-bottom:20px}.lp_py-20{padding-top:25px;padding-bottom:25px}.lp_py-30{padding-top:30px;padding-bottom:30px}.lp_py-35{padding-top:35px;padding-bottom:35px}.lp_py-40{padding-top:40px;padding-bottom:40px}.lp_px-0{padding-left:0;padding-right:0}.lp_px-5{padding-left:5px;padding-right:5px}.lp_px-10{padding-left:10px;padding-right:10px}.lp_px-15{padding-left:15px;padding-right:15px}.lp_px-20{padding-left:20px;padding-right:20px}.lp_px-20{padding-left:25px;padding-right:25px}.lp_px-30{padding-left:30px;padding-right:30px}.lp_px-35{padding-left:35px;padding-right:35px}.lp_px-40{padding-left:40px;padding-right:40px}.lp_h-350{height:350px}.lp_flex{display:-webkit-box;display:-ms-flexbox;display:flex}.lp_flex-wrap{-ms-flex-wrap:wrap;flex-wrap:wrap}.lp_flex-column{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.lp_flex-column-rev{-webkit-box-orient:vertical;-webkit-box-direction:reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse}.lp_flex-row{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.lp_flex-row-rev{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}.lp_flex-inline{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex}.lp_col{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}.lp_col-1{width:calc(10%);min-width:calc(10%)}.lp_col-2{width:calc(20%);min-width:calc(20%)}.lp_col-3{width:calc(30%);min-width:calc(30%)}.lp_col-4{width:calc(40%);min-width:calc(40%)}.lp_col-5{width:calc(50%);min-width:calc(50%)}.lp_col-6{width:calc(60%);min-width:calc(60%)}.lp_col-7{width:calc(70%);min-width:calc(70%)}.lp_col-8{width:calc(80%);min-width:calc(80%)}.lp_col-9{width:calc(90%);min-width:calc(90%)}.lp_col-10{width:calc(100%);min-width:calc(100%)}.lp_min-h-550{min-height:550px}.lp_hidden{display:none}.lp_visible{display:block}.lp_fs-16{font-size:1rem}}@media (max-width:767px){.mb_hidden{display:none}.mb_visible{display:block}.mb_mb-0{margin-bottom:0}.mb_mb-5{margin-bottom:5px}.mb_mb-10{margin-bottom:10px}.mb_mb-15{margin-bottom:15px}.mb_mb-20{margin-bottom:20px}.mb_mb-25{margin-bottom:25px}.mb_mb-30{margin-bottom:30px}.mb_mb-35{margin-bottom:35px}.mb_mb-40{margin-bottom:40px}.mb_mt-0{margin-top:0}.mb_mt-5{margin-top:5px}.mb_mt-10{margin-top:10px}.mb_mt-15{margin-top:15px}.mb_mt-20{margin-top:20px}.mb_mt-25{margin-top:25px}.mb_mt-30{margin-top:30px}.mb_mt-35{margin-top:35px}.mb_mt-40{margin-top:40px}.mb_mr-0{margin-right:0}.mb_mr-5{margin-right:5px}.mb_mr-10{margin-right:10px}.mb_mr-12{margin-right:12px}.mb_mr-15{margin-right:15px}.mb_mr-20{margin-right:20px}.mb_mr-25{margin-right:25px}.mb_mr-30{margin-right:30px}.mb_mr-35{margin-right:35px}.mb_mr-40{margin-right:40px}.mb_ml-0{margin-left:0}.mb_ml-5{margin-left:5px}.mb_ml-10{margin-left:10px}.mb_ml-15{margin-left:15px}.mb_ml-20{margin-left:20px}.mb_ml-25{margin-left:25px}.mb_ml-30{margin-left:30px}.mb_ml-35{margin-left:35px}.mb_ml-40{margin-left:40px}.mb_pt-0{padding-top:0}.mb_pt-5{padding-top:5px}.mb_pt-10{padding-top:10px}.mb_pt-15{padding-top:15px}.mb_pt-20{padding-top:20px}.mb_pt-25{padding-top:25px}.mb_pt-30{padding-top:30px}.mb_pt-35{padding-top:35px}.mb_pt-40{padding-top:40px}.mb_pb-0{padding-bottom:0}.mb_pb-5{padding-bottom:5px}.mb_pb-10{padding-bottom:10px}.mb_pb-15{padding-bottom:15px}.mb_pb-20{padding-bottom:20px}.mb_pb-25{padding-bottom:25px}.mb_pb-30{padding-bottom:30px}.mb_pb-35{padding-bottom:35px}.mb_pb-40{padding-bottom:40px}.mb_pb-50{padding-bottom:50px}.mb_pl-0{padding-left:0}.mb_pl-5{padding-left:5px}.mb_pl-10{padding-left:10px}.mb_pl-15{padding-left:15px}.mb_pl-20{padding-left:20px}.mb_pl-25{padding-left:25px}.mb_pl-30{padding-left:30px}.mb_pl-35{padding-left:35px}.mb_pl-40{padding-left:40px}.mb_pr-0{padding-right:0}.mb_pr-5{padding-right:5px}.mb_pr-10{padding-right:10px}.mb_pr-15{padding-right:15px}.mb_pr-20{padding-right:20px}.mb_pr-25{padding-right:25px}.mb_pr-30{padding-right:30px}.mb_pr-35{padding-right:35px}.mb_pr-40{padding-right:40px}.mb_py-0{padding-top:0;padding-bottom:0}.mb_py-5{padding-top:5px;padding-bottom:5px}.mb_py-10{padding-top:10px;padding-bottom:10px}.mb_py-15{padding-top:15px;padding-bottom:15px}.mb_py-20{padding-top:20px;padding-bottom:20px}.mb_py-20{padding-top:25px;padding-bottom:25px}.mb_py-30{padding-top:30px;padding-bottom:30px}.mb_py-35{padding-top:35px;padding-bottom:35px}.mb_py-40{padding-top:40px;padding-bottom:40px}.mb_px-0{padding-left:0;padding-right:0}.mb_px-5{padding-left:5px;padding-right:5px}.mb_px-10{padding-left:10px;padding-right:10px}.mb_px-15{padding-left:15px;padding-right:15px}.mb_px-20{padding-left:20px;padding-right:20px}.mb_px-20{padding-left:25px;padding-right:25px}.mb_px-30{padding-left:30px;padding-right:30px}.mb_px-35{padding-left:35px;padding-right:35px}.mb_px-40{padding-left:40px;padding-right:40px}.mb_col{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}.mb_col-1{width:calc(10%);min-width:calc(10%)}.mb_col-2{width:calc(20%);min-width:calc(20%)}.mb_col-3{width:calc(30%);min-width:calc(30%)}.mb_col-4{width:calc(40%);min-width:calc(40%)}.mb_col-5{width:calc(50%);min-width:calc(50%)}.mb_col-6{width:calc(60%);min-width:calc(60%)}.mb_col-7{width:calc(70%);min-width:calc(70%)}.mb_col-8{width:calc(80%);min-width:calc(80%)}.mb_col-9{width:calc(90%);min-width:calc(90%)}.mb_col-10{width:calc(100%);min-width:calc(100%)}.mb_max-w-400{max-width:400px}.mb_max-w-none{max-width:none}.mb_min-w-auto{min-width:auto!important}.mb_min-h-auto{min-height:auto}.mb_bg-none{background:0 0}.mb_flex{display:-webkit-box;display:-ms-flexbox;display:flex}.mb_flex-wrap{-ms-flex-wrap:wrap;flex-wrap:wrap}.mb_flex-column{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.mb_flex-column-rev{-webkit-box-orient:vertical;-webkit-box-direction:reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse}.mb_flex-row{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.mb_flex-row-rev{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}.mb_flex-inline{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex}.mb_justify-start{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.mb_justify-end{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.mb_justify-space{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.mb_justify-center{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.mb_items-start{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.mb_items-center{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.mb_items-end{-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}.mb_h-235px{height:235px}.mb_fs-12{font-size:.75rem}.mb_fs-14{font-size:.875rem}.mb_bold{font-weight:700}}.button{padding:0 55px;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;text-align:center;cursor:pointer;position:relative;z-index:1;background:0 0;font-weight:500;font-size:1rem;height:46px;color:#879ea7;border:1px solid #879ea7;outline:0!important}@media (max-width:767px){.button{padding:0 20px}}.button:hover{background:#879ea7;color:#fff}@media (max-width:767px){.button--block-mb{width:100%}}.button--more{font-weight:500;font-size:1.125rem;line-height:1.2;color:#5b5b5b;text-transform:uppercase;width:569px;height:77px}.button--block{width:100%}.button--gray{border:1px solid #5b5b5b;background:#5b5b5b;color:#fff}.button--gray:hover{background:#fff;color:#5b5b5b}.button--blue-gray{border:1px solid #879ea7;background:#879ea7;color:#fff}.button--blue-gray:hover{background:#fff;color:#879ea7}.button--lg{height:64px;font-weight:700;font-size:1.25rem;line-height:1.2;text-transform:uppercase}@media (max-width:767px){.button--lg{height:54px;font-size:.875rem}}.button--md{height:50px;line-height:50px}.button--white{border:2px solid #fff;font-weight:500;font-size:.875rem;line-height:1.2;color:#fff;padding:0 70px}@media (max-width:767px){.button--white{padding:0 34px}}.button--white:hover{background:#fff;color:#5b5b5b}.button--addCart{background:0 0;border:1px solid #879ea7;font-weight:500;font-size:.75rem;color:#879ea7;padding:0 40px;height:40px}.button--not-available{text-transform:uppercase;cursor:default}.button--not-available:hover{background:#fff;color:#879ea7}.button--favourites{width:auto;padding:0;background:0 0;border:0;height:40px}.button--favourites svg{width:33px;height:27px;fill:none}.button--favourites.selected svg{fill:#879EA7}.button--favourites.processing svg{fill:#D3DCDF}.button--favourites:hover{background:0 0;border:0}.button--large{height:64px;text-transform:uppercase}@media (max-width:767px){.button--large{height:54px;font-size:.75rem}}.input,.textarea{background:#fff;border:1px solid #879ea7;-webkit-box-sizing:border-box;box-sizing:border-box;border-radius:0;height:48px;display:-webkit-box;display:-ms-flexbox;display:flex;padding:0 12px;width:100%;outline:0!important;font-weight:400;font-size:.875rem;line-height:1.2;color:#000;-webkit-transition:border-width 0s ease-in-out,border-color .3s ease-in-out;-o-transition:border-width 0s ease-in-out,border-color .3s ease-in-out;transition:border-width 0s ease-in-out,border-color .3s ease-in-out}.input::-webkit-input-placeholder,.textarea::-webkit-input-placeholder{color:#bdbdbd}.input::-moz-placeholder,.textarea::-moz-placeholder{color:#bdbdbd}.input:-ms-input-placeholder,.textarea:-ms-input-placeholder{color:#bdbdbd}.input::-ms-input-placeholder,.textarea::-ms-input-placeholder{color:#bdbdbd}.input::placeholder,.textarea::placeholder{color:#bdbdbd}.input--base,.textarea--base{border:0;border-bottom:1px solid #879ea7;font-weight:400;color:#5b5b5b;padding:0;height:30px}@media (max-width:767px){.input--base,.textarea--base{height:35px}}.input--base::-webkit-input-placeholder,.textarea--base::-webkit-input-placeholder{color:#5b5b5b}.input--base::-moz-placeholder,.textarea--base::-moz-placeholder{color:#5b5b5b}.input--base:-ms-input-placeholder,.textarea--base:-ms-input-placeholder{color:#5b5b5b}.input--base::-ms-input-placeholder,.textarea--base::-ms-input-placeholder{color:#5b5b5b}.input--base::placeholder,.textarea--base::placeholder{color:#5b5b5b}.input--sm,.textarea--sm{font-weight:600}.input--gray,.textarea--gray{background:rgba(217,217,217,.3);border:0;border-bottom:1px solid #5b5b5b;padding:0;color:#5b5b5b;font-weight:400}.input.is-error,.textarea.is-error{color:#f43d3d;border-color:#f43d3d}.input.is-error::-webkit-input-placeholder,.textarea.is-error::-webkit-input-placeholder{color:#f43d3d}.input.is-error::-moz-placeholder,.textarea.is-error::-moz-placeholder{color:#f43d3d}.input.is-error:-ms-input-placeholder,.textarea.is-error:-ms-input-placeholder{color:#f43d3d}.input.is-error::-ms-input-placeholder,.textarea.is-error::-ms-input-placeholder{color:#f43d3d}.input.is-error::placeholder,.textarea.is-error::placeholder{color:#f43d3d}.input__error{color:#f43d3d;margin-top:5px}.input-clean{border:none;padding:0;margin:0;outline:0}.textarea{height:162px;padding:12px;resize:none}.textarea--lg{height:88px}.textarea--md{height:133px}.textarea-label{color:#5b5b5b;margin-bottom:5px}.field-has-error .textarea-label{color:#f43d3d}@media (max-width:767px){.textarea--md{height:81px}}.checkbox{position:absolute;visibility:hidden;opacity:0}.checkbox+label{font-weight:400;color:#879ea7;display:block;padding:3px 0 0 50px;position:relative;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;min-height:25px}.checkbox.is-error+label{color:#f43d3d}@media (max-width:767px){.checkbox+label{padding-left:30px;padding-top:0;min-height:19px}}.checkbox+label a{text-decoration:underline}.checkbox+label a:hover{text-decoration:none}.checkbox+label strong{font-weight:600}.checkbox+label span{display:block;margin-top:22px}@media (max-width:767px){.checkbox+label span{margin-top:15px}}.checkbox+label:before{width:25px;height:25px;background:#fff;border:1px solid #879ea7;content:'';position:absolute;left:0;top:0}@media (max-width:767px){.checkbox+label:before{width:19px;height:19px}}.checkbox+label:after{width:14px;height:12px;content:'';position:absolute;left:5px;top:7px;background:url(../images/icons/check.svg) no-repeat;background-size:contain;opacity:0;-webkit-transition:.3s;-o-transition:.3s;transition:.3s}@media (max-width:767px){.checkbox+label:after{width:10px;height:8px;top:5px}}.checkbox:checked+label:after{opacity:1}.checkbox--sm+label{padding-left:28px;min-height:22px;font-size:1.125rem;line-height:1.2}@media (max-width:767px){.checkbox--sm+label{font-size:.875rem;min-height:auto}}.checkbox--sm+label:before{width:15px;height:15px;top:5px}@media (max-width:767px){.checkbox--sm+label:before{top:1px}}.checkbox--sm+label:after{width:15px;height:15px;top:5px;left:0;background:url(../images/icons/check-1.svg) no-repeat center;background-size:67%}@media (max-width:767px){.checkbox--sm+label:after{top:1px}}.checkbox--sm:checked+label{color:#1d2d33!important}.checkbox--sm:checked+label:before{border:1px solid #1d2d33!important}.checkbox-base{position:absolute;visibility:hidden;opacity:0}.checkbox-base+label{font-weight:400;color:#1d2d33;display:block;padding:0 0 0 33px;position:relative;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;min-height:16px;font-size:.875rem;line-height:1.4}.checkbox-base+label a{text-decoration:underline}.checkbox-base+label a:hover{text-decoration:none}.checkbox-base+label strong{font-weight:600}.checkbox-base+label span{display:block;margin-top:22px}@media (max-width:767px){.checkbox-base+label span{margin-top:15px}}.checkbox-base+label:before{width:16px;height:16px;background:#fff;border:1px solid #879ea7;content:'';position:absolute;left:0;top:1px}.checkbox-base+label:after{width:16px;height:16px;content:'';position:absolute;left:0;top:1px;background:url(../images/icons/check.svg) no-repeat center;background-size:60%;opacity:0;-webkit-transition:.3s;-o-transition:.3s;transition:.3s}.checkbox-base:checked+label:after{opacity:1}.field-select{position:relative}.field-select:before{content:'';width:14px;height:8px;position:absolute;right:10px;top:50%;margin-top:-4px;background:url(../images/icons/arw-2.svg) no-repeat center;background-size:cover}.field-select select{width:100%;border:0;border-bottom:1px solid #879ea7;height:30px;padding:0;outline:0;-moz-appearance:none;-webkit-appearance:none}.link{color:#5b5b5b;border-bottom:1px solid rgba(91,91,91,.7)}.link:hover{border-bottom:1px solid rgba(91,91,91,0)}.link-gray{color:#879ea7;border-bottom:1px solid rgba(135,158,167,.7)}.link-gray:hover{border-bottom:1px solid rgba(135,158,167,0)}.swiper-pagination-bullets.swiper-pagination-horizontal{position:absolute;left:0;right:0;bottom:0;z-index:5;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.slider .swiper-pagination{bottom:15px}.swiper-pagination-bullet{width:6px;height:6px;background:#d3dcdf;border-radius:50%;margin:0 3px!important;opacity:1}.slider .swiper-pagination-bullet{width:15px;height:15px}.swiper-pagination-bullet-active{background:#879ea7}.swiper--slider{width:100%;height:100%;min-height:100vh}.swiper--slider .swiper-slide,.swiper--slider .swiper-wrapper{min-height:100vh}.swiper--slider .swiper-slide{background-position:center;background-repeat:no-repeat;background-size:cover}.swiper--imageSmall{height:936px}@media (max-width:1399px){.swiper--imageSmall{height:auto}}.form__field+.form__field{margin-top:40px}@media (max-width:767px){.form__field+.form__field{margin-top:10px}}.form__links li{margin-top:7px}.form__links li:first-child{margin-top:0}.modal{display:none}.modal--addTag{width:562px;padding:45px 52px 71px 52px}@media (max-width:767px){.modal--addTag{width:auto;padding:30px}}.modal__title{text-align:center;font-weight:700;font-size:1.25rem;margin:0 0 30px 0}.modal__actions{display:-webkit-box;display:-ms-flexbox;display:flex;margin:0 -5px}.modal__actions .button{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;margin:0 5px}.icon{fill:none}.icon--login{width:15px;height:13px}.icon--person{width:15px;height:15px;fill:currentColor}.icon--logout{width:15px;height:12px}.icon--search{width:12px;height:12px}.icon--cart{width:12px;height:12px}.icon--like{width:12px;height:10px}@media (max-width:767px){.icon--person{width:13px;height:13px}}@media (max-width:767px){.table{margin:0 -30px}}.table table{width:100%;border:0;border-spacing:0;border-collapse:collapse}.table--size{text-align:center}.table--size td,.table--size th{border-bottom:1px solid #000;color:#5b5b5b;line-height:1.2}.table--size th{font-weight:600;padding:30px 20px;padding-top:0;vertical-align:top;font-size:1rem}@media (max-width:767px){.table--size th{padding-left:8px;padding-right:8px;font-size:.625rem;font-weight:500}}.table--size td{font-weight:400;padding:36px 20px}@media (max-width:767px){.table--size td{padding:30px 8px;font-size:.75rem}}.header{background:#d3dcdf;position:fixed;left:0;right:0;top:0;z-index:55;-webkit-transition:all .3s ease;-o-transition:all .3s ease;transition:all .3s ease}.header__container{height:90px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;max-width:none;margin-left:70px;margin-right:70px;-webkit-transition:all .3s ease;-o-transition:all .3s ease;transition:all .3s ease}@media (max-width:1749px){.header__container{margin-left:0;margin-right:0}}@media (max-width:767px){.header__container{height:65px}}.header__burger{display:none}.header__burger svg{width:23px;height:18px}@media (max-width:767px){.header__burger{display:block}}.header__menu{font-weight:500;font-size:1rem;line-height:1.25;text-transform:uppercase}@media (max-width:767px){.header__menu{display:none}}.header__menu li{margin-right:45px}@media (max-width:1199px){.header__menu li{margin-right:35px}}.header__menu li:last-child{margin-right:0}.header__menu a{color:#fff;border-bottom:1px solid rgba(255,255,255,0)}.header__menu a:hover{border-color:rgba(255,255,255,.7)}.header__logo{position:absolute;left:50%;top:50%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.header__logo img{width:100px}.header__links{font-weight:500;font-size:1rem;line-height:1.25;text-transform:uppercase}@media (max-width:767px){.header__links{font-size:.75rem}}.header__links li{margin-left:34px}@media (max-width:991px){.header__links li{margin-left:20px}}@media (max-width:767px){.header__links li{margin-left:12px}}.header__links a{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;color:#fff}.header__links a span{margin-left:6px}@media (max-width:767px){.header__links a span{margin-left:4px}}.header__language{position:relative;color:#fff;cursor:pointer}.header__language-list{position:absolute;left:-15px;top:25px;background:#879ea7;display:none}.header__language-list a{padding:10px 15px;display:block;font-size:.75rem;text-transform:none;white-space:nowrap}.header__language.js-active .header__language-list{display:block}.header--home{background:0 0;z-index:5}.header--home.fixed{background:#d3dcdf}.header--home.is-nav-show{background-color:#d3dcdf}.footer{background:#d3dcdf;color:#1d2d33}.footer__container{max-width:none;margin-left:100px;margin-right:100px;padding-top:55px;padding-bottom:50px}@media (max-width:1749px){.footer__container{margin-left:0;margin-right:0;padding-left:60px;padding-right:60px}}@media (max-width:1199px){.footer__container{padding-left:29px;padding-right:29px}}@media (max-width:991px){.footer__container{padding-top:50px;padding-bottom:50px}}@media (max-width:767px){.footer__container{padding-top:30px;padding-bottom:46px;padding-left:15px;padding-right:15px}}.footer__row{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}@media (max-width:991px){.footer__row{-ms-flex-wrap:wrap;flex-wrap:wrap}}@media (max-width:767px){.footer__row{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}.footer__col{text-align:center}@media (max-width:991px){.footer__col{text-align:left}}@media (max-width:767px){.footer__col{margin-bottom:24px;text-align:left}.footer__col:last-child{margin-bottom:0}}@media (max-width:991px){.footer__col:first-child,.footer__col:nth-child(2){width:50%}}@media (max-width:767px){.footer__col:first-child,.footer__col:nth-child(2){width:100%}}.footer__title{margin-bottom:15px;font-weight:500;font-size:.875rem;line-height:1.2;text-transform:uppercase}@media (max-width:767px){.footer__title{font-size:.75rem;margin-bottom:10px}}.footer__social{padding-top:10px}.footer__social li{margin-right:20px}.footer__social li:last-child{margin-right:0}.footer__social svg{width:36px;height:36px;fill:#000000}@media (max-width:767px){.footer__social svg{width:33px;height:33px}}.footer__menu{font-weight:400;font-size:.875rem;line-height:1.2}@media (max-width:767px){.footer__menu{font-size:.75rem}}.footer__menu li{margin-bottom:15px}@media (max-width:767px){.footer__menu li{margin-bottom:10px}}.footer__menu li:last-child{margin-bottom:0}.footer__menu a{color:#1d2d33}.footer__menu a:hover{color:#000}@media (max-width:767px){.footer__menu br{display:none}}.footer__copyr{text-align:center;font-weight:500;font-size:.875rem;line-height:1.25;text-transform:uppercase;margin-top:62px}@media (max-width:991px){.footer__copyr{margin-top:50px}}@media (max-width:767px){.footer__copyr{font-size:.75rem;margin-top:24px;text-align:left}}.footer__subscription{max-width:300px}@media (max-width:1199px){.footer__subscription{max-width:250px}}@media (max-width:991px){.footer__subscription{max-width:none;margin-bottom:50px}}@media (max-width:767px){.footer__subscription{max-width:350px;margin-bottom:0}}.footer__up{position:absolute;right:30px;bottom:68px}@media (max-width:991px){.footer__up{bottom:50px}}@media (max-width:767px){.footer__up{bottom:81px}}.footer__up svg{width:70px;height:70px;fill:none}@media (max-width:991px){.footer__up svg{width:50px;height:50px}}@media (max-width:767px){.footer__up svg{width:32px;height:32px}}.nav{position:fixed;left:0;top:65px;bottom:0;min-height:100%;right:0;background:#cdcfd0;z-index:50;padding:30px;display:none}.nav__logout{width:20px;height:20px}.nav__list li{font-weight:500;font-size:1.125rem;line-height:1.2;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;color:#fff;margin-bottom:25px}.nav__list a{color:#fff}.nav-mb{position:fixed;left:0;right:0;top:65px;bottom:0;background:#d3dcdf;z-index:20;padding:30px;font-size:.75rem;line-height:1.2;font-weight:500;opacity:0;visibility:hidden;-webkit-transition:.4s;-o-transition:.4s;transition:.4s;display:none}@media (max-width:767px){.nav-mb{display:block}}.nav-mb.is-show{opacity:1;visibility:visible}.nav-mb__search{margin-bottom:10px;position:relative}.nav-mb__search-input{background:0 0;border:0;padding:0;color:#fff;font-weight:600;font-size:1rem;height:36px;width:100%;outline:0;border-radius:0}.nav-mb__search-input::-webkit-input-placeholder{color:#fff}.nav-mb__search-input::-moz-placeholder{color:#fff}.nav-mb__search-input:-ms-input-placeholder{color:#fff}.nav-mb__search-input::-ms-input-placeholder{color:#fff}.nav-mb__search-input::placeholder{color:#fff}.nav-mb__search-actions{position:absolute;right:0;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}.nav-mb__search-actions button{background:0 0;border:0;margin-left:12px}.nav-mb__search-actions button svg{width:26px;height:26px;fill:none}.nav-mb__list li{color:#fff;min-height:36px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-bottom:18px}.nav-mb__list li:last-child{margin-bottom:0}.nav-mb__list li a{color:#fff}.nav-mb__wishlist{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-size:1.125rem;font-weight:500}.nav-mb__wishlist svg{fill:none;width:20px;height:18px;margin-right:15px}.nav-mb__language{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;background:#879ea7;border:0;height:36px;padding:0 23px;font-size:.875rem;font-weight:500;color:#fff;position:relative;cursor:pointer}.nav-mb__language svg{width:18px;height:12px;fill:none;margin-left:15px}.nav-mb__language-list{position:absolute;left:0;right:0;top:100%;background:#879ea7;display:none}.nav-mb__language-list a{height:36px;padding:0 23px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.nav-mb__language.js-active .nav-mb__language-list{display:block}.subscription__input{background:0 0;padding:13px 0;border:0;border-bottom:1px solid #1d2d33;font-size:.875rem;text-align:center;color:#1d2d33}@media (max-width:767px){.subscription__input{text-align:left}}.subscription__input::-webkit-input-placeholder{color:#1d2d33}.subscription__input::-moz-placeholder{color:#1d2d33}.subscription__input:-ms-input-placeholder{color:#1d2d33}.subscription__input::-ms-input-placeholder{color:#1d2d33}.subscription__input::placeholder{color:#1d2d33}.subscription__button{width:100%;height:55px;border:1px solid #1d2d33;font-weight:500;font-size:.875rem;background:0 0;margin-top:15px;color:#1d2d33}.subscription__button:hover{border:1px solid #1d2d33;background:0 0}.subscription__info{font-size:13px;margin-top:15px}@media (max-width:767px){.subscription__info{font-size:.75rem}}.subscription__overlay{display:none;position:absolute;top:0;left:0;width:100%;height:100%;background-color:rgba(211,220,223,.8);z-index:2}.subscription__success{display:none;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:absolute;top:0;left:0;width:100%;height:100%;background-color:#d3dcdf;z-index:2}.subscription__success-title{text-align:center;margin-top:25px;font-weight:700}.subscription__success svg{width:80px;height:80px}.reviews__head{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;text-align:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.reviews__items{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;margin-top:37px}.reviews__item+.reviews__item{margin-top:65px}@media (max-width:767px){.reviews__item+.reviews__item{margin-top:35px}}.reviews__item.is-answer{color:#879ea7}.reviews__item.is-answer .reviews__text{border:1px solid #879ea7}.reviews__item.is-answer .reviews__text i{color:#d3dcdf}.reviews__name{font-weight:600;margin-bottom:10px;font-size:1rem}@media (max-width:767px){.reviews__name{font-size:.75rem;font-weight:500}}.reviews__text{border:1px solid #1d2d33;padding:30px 25px;line-height:128%;font-weight:400}@media (max-width:767px){.reviews__text{padding:20px;font-size:.75rem}}.reviews__text i{display:block;margin-top:15px}@media (max-width:767px){.reviews__text i{margin-top:5px}}.reviews__desc{font-weight:500;max-width:730px}.reviews__title{font-weight:700;margin:0}@media (max-width:767px){.reviews__title{font-weight:500}}.rating{-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin:26px 0}@media (max-width:767px){.rating{margin-top:20px}}.rating__label{color:#5b5b5b;margin-right:30px}.field-has-error .rating__label{color:#f43d3d}@media (max-width:767px){.rating__label{margin-right:20px}}.rating__stars{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.rating__stars i{width:26px;height:24px;margin-right:7px;background-repeat:no-repeat;background-size:contain;background-position:center;background-image:url(../images/icons/star-0.svg);cursor:pointer}@media (max-width:767px){.rating__stars i{width:19px;height:19px;margin-right:5px}}.rating__stars i.is-active{background-image:url(../images/icons/star-1.svg)}.breadcrumbs{margin-bottom:24px}.breadcrumbs ul{font-weight:400;font-size:.875rem;line-height:1.2;color:#879ea7}.breadcrumbs li{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.breadcrumbs li:after{content:'';width:6px;height:10px;background:url(../images/icons/arw.svg) no-repeat;background-size:contain;margin:0 11px}.breadcrumbs li:last-child:after{display:none}.breadcrumbs a{color:#879ea7}.filter{font-weight:400;font-size:1rem;line-height:1.2;color:#879ea7;margin-bottom:40px}@media (max-width:767px){.filter{position:fixed;left:0;right:0;top:65px;bottom:0;overflow-y:auto;background:#fff;margin:0;padding:24px 30px;padding-right:20px;padding-top:80px;z-index:60}}.filter__head{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.filter__arw{fill:none;width:8px;height:14px;margin-left:13px}.filter__items{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;text-transform:uppercase}@media (max-width:767px){.filter__items{display:none}}.filter__item{cursor:pointer;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-right:63px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.filter__item.is-active{color:#1d2d33}.filter__item.is-active svg{-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.filter__sort{z-index:5}.filter__sort-icon{width:17px;height:17px}.filter__sort-btn{text-transform:uppercase;background:0 0;border:0;z-index:5;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;color:#879ea7}.filter__sort ul{position:absolute;top:100%;right:-30px;padding:10px;background:#fff;z-index:5;display:none;-webkit-box-shadow:0 17px 25px transparent;box-shadow:0 17px 25px transparent}.filter__sort ul.is-show{display:block}.filter__sort ul li{white-space:nowrap;text-transform:none;text-align:left;position:relative;padding:10px 20px 10px 20px}.filter__sort ul li input{position:absolute;visibility:hidden;opacity:0}.filter__sort ul li label{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.filter__sort input:checked+label{color:#1d2d33!important}.filter__sort ul li label img{margin-left:10px}.filter__sort:focus ul{display:block}.filter__overlay,.section__overlay{display:none;position:absolute;top:0;left:0;width:100%;height:100%;background-color:rgba(255,255,255,.8);z-index:2}@media (min-width:768px){.section__overlay{top:30px}}.filter__opt{border-top:1px solid #879ea7;border-bottom:1px solid #879ea7;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;padding:40px 0 20px 0;margin-top:15px;display:none}.filter__result{display:none;position:fixed;left:0;bottom:0;width:100%;height:65px;font-size:.875rem;border-top:1px solid #879ea7;background:#fff;z-index:5}.filter__result.is-show{display:-webkit-box;display:-ms-flexbox;display:flex;align-content:center;flex-wrap:wrap;justify-content:center}.filter__result-num{margin-left:5px}@media (max-width:767px){.filter__opts{padding-bottom:65px}.filter__opt{display:block;border:0;margin:0 0 20px 0;padding:0;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}.filter__opt.is-show{display:-webkit-box;display:-ms-flexbox;display:flex}.filter__opt.is-select .checkbox+label{color:#d3dcdf}.filter__opt.is-select .checkbox+label:before{border:1px solid #d3dcdf}.filter__opts .checkbox+label.disabled{color:#d3dcdf}.filter__opt .checkbox+label.disabled:before{border:1px solid #d3dcdf}.filter__opt--color{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.filter__opt .checkbox+label span{margin-top:0}.filter-element-count{display:inline-block!important;font-size:.75rem;vertical-align:middle}.filter__col{margin-right:155px}@media (max-width:1399px){.filter__col{margin-right:40px}}@media (max-width:991px){.filter__col{width:33%;margin-right:0}}@media (max-width:767px){.filter__col{margin-right:0;width:100%}}.filter__col--color{margin-right:0}@media (max-width:991px){.filter__col--color{width:33%}}@media (max-width:767px){.filter__col--color{width:100%}}.filter__col--color:last-child{margin-right:0}.filter__size{display:-webkit-box;display:-ms-flexbox;display:flex}@media (max-width:767px){.filter__size{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}.filter__size .relative{margin-right:74px}@media (max-width:767px){.filter__size .relative{margin-right:0}}.filter__title{display:none;font-weight:500;font-size:.875rem;text-transform:uppercase;color:#1d2d33;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center}@media (max-width:767px){.filter__title{display:-webkit-box;display:-ms-flexbox;display:flex;position:fixed;left:0;right:0;top:65px;z-index:5;background:#fff;padding:20px 30px}}.filter__boxTitle{display:none;font-weight:600;font-size:.875rem;color:#879ea7;margin-bottom:15px}@media (max-width:767px){.filter__boxTitle{display:block}}@media (max-width:767px){.filter.is-show{display:block!important}}.product-card{min-width:calc(20% - 20px);width:calc(20% - 20px);margin-left:10px;margin-right:10px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-top:30px;background:#fff;-webkit-box-shadow:0 17px 25px transparent;box-shadow:0 17px 25px transparent;-webkit-transition:.3s;-o-transition:.3s;transition:.3s}.product-card--catalog_subscriptions{justify-content:space-between}.product-card.swiper-slide{margin-left:0;margin-right:0;height:auto}@media (max-width:1399px){.product-card{width:calc(25% - 20px)}}@media (max-width:991px){.product-card{-webkit-box-shadow:0 17px 25px rgba(0,0,0,.1);box-shadow:0 17px 25px rgba(0,0,0,.1);margin-top:50px;width:calc(33.3% - 20px)}}@media (max-width:767px){.product-card{width:calc(50% - 14px);margin-top:20px;margin-left:7px;margin-right:7px}}.product-card__col4 .product-card{width:calc(25% - 20px)}@media (max-width:991px){.product-card__col4 .product-card{width:calc(50% - 20px)}}@media (max-width:549px){.product-card__col4 .product-card{width:calc(100% - 20px)}}.product-card__frame{margin-left:-10px;margin-right:-10px;margin-top:-30px}.product-card__frame.swiper{margin-left:-17px;margin-right:-17px;padding-left:17px;padding-right:17px}.product-card__frame .swiper-wrapper{padding-bottom:40px}@media (max-width:991px){.product-card__frame{margin-top:-50px}}@media (max-width:767px){.product-card__frame{margin-top:-20px;margin-left:-7px;margin-right:-7px}.product-card__frame.swiper{margin-left:-15px;margin-right:-15px;padding-left:15px;padding-right:15px}}.product-card__inner{display:flex;flex-direction:column;align-items:center}.product-card__image{display:-webkit-box;display:-ms-flexbox;display:flex;min-width:100%;position:relative}.product-card__image img{width:100%;-webkit-transition:all .3s ease;-o-transition:all .3s ease;transition:all .3s ease}.product-card__image img:nth-child(2){position:absolute;left:0;top:0;opacity:0}.product-card__image:hover img:nth-child(2){opacity:1}.product-card__title{font-weight:500;font-size:.75rem;line-height:1.2;text-align:center;color:#1d2d33;margin-top:20px;min-height:44px;padding:0 15px;text-transform:uppercase}.product-card__info-size{margin:10px 0;font-size:13px}@media (max-width:767px){.product-card__info-size{font-size:11px}}.product-card__price{font-weight:500;font-size:.875rem;line-height:1.2;text-align:center;color:#1d2d33;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;min-height:40px;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.product-card__price s{font-size:.75rem;color:#879ea7}.product-card--catalog_subscriptions .product-card__price{min-height:auto}@media (max-width:767px){.product-card__color li{width:12px;height:12px;margin:0 3px}.product-card__color li:before{left:-2px;right:-2px;top:-2px;bottom:-2px;border-width:1px}}.product-card__info{position:absolute;left:0;top:0;width:60px;height:34px;border-radius:0 0 20px 0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;text-align:center;font-weight:500;font-size:.875rem;line-height:1.2;color:#879ea7}.product-card__info--new{background:#cdcfd0;color:#879ea7}.product-card__info--sale{background:#ffc4b6;color:#fff}.product-card__info.active+.product-card__info{display:none}.product-card__size,.sku-line-error._section{opacity:0;visibility:hidden}.sku-line-error{width:100%;text-align:center;margin-top:10px;text-transform:uppercase;color:#f43d3d}.sku-line-error._element{margin-top:15px}@media (max-width:767px){.sku-line-error._section{font-size:.625rem}}@media (max-width:991px){.product-card__size,.sku-line-error._section{opacity:1;visibility:visible}}.product-card__actions{padding:20px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;opacity:0;visibility:hidden;-webkit-transition:.3s;-o-transition:.3s;transition:.3s;width:100%;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}@media (max-width:991px){.product-card__actions{opacity:1;visibility:visible}}@media (max-width:767px){.product-card__actions{padding:10px}.product-card--catalog_subscriptions .product-card__actions{padding-bottom:15px}}.product-card__favourites{margin-left:19px}@media (max-width:767px){.product-card__favourites{margin-left:10px}}@media (max-width:767px){.product-card__favourites svg{width:16px;height:16px}}.product-card__addCart{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;max-width:156px;padding:0}@media (max-width:767px){.product-card__addCart{font-size:.625rem;height:30px}}.product-card:hover{-webkit-box-shadow:0 17px 25px rgba(0,0,0,.1);box-shadow:0 17px 25px rgba(0,0,0,.1)}.product-card:hover .product-card__actions,.product-card:hover .product-card__size,.product-card:hover .sku-line-error._section{opacity:1;visibility:visible}.swiper-controls--products .swiper-button-next,.swiper-controls--products .swiper-button-prev{width:36px;height:36px;color:#879ea7;margin-top:-18px}.swiper-controls--products .swiper-button-next{right:0}.swiper-controls--products .swiper-button-prev{left:auto;right:36px}.swiper-controls--products .swiper-button-next:after,.swiper-controls--products .swiper-button-prev:after{font-size:15px}@media (max-width:767px){.swiper-controls--products .swiper-button-next,.swiper-controls--products .swiper-button-prev{width:30px;height:30px;margin-top:-15px}.swiper-controls--products .swiper-button-prev{right:30px}.swiper-controls--products .swiper-button-next:after,.swiper-controls--products .swiper-button-prev:after{font-size:13px}}@media (min-width:992px){.swiper-pagination.swiper-pagination--products{bottom:100px;z-index:1}.swiper--new-arrivals .swiper-pagination.swiper-pagination--products{bottom:85px}.bx-touch .swiper--combined-items .swiper-wrapper,.bx-touch .swiper--new-arrivals .swiper-wrapper,.swiper-wrapper.slide-is-hovered{z-index:2}.product-card.swiper-slide{background:0 0}.product-card.swiper-slide:hover{background:#fff}}.auth__head{font-weight:500;font-size:1rem;line-height:1.2;color:#879ea7}@media (max-width:767px){.auth__head{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;margin-bottom:30px}}.auth__head li{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}@media (max-width:767px){.auth__head li{display:none}}.auth__head li:after{content:'';height:16px;width:2px;background:#5b5b5b;margin:0 14px}@media (max-width:767px){.auth__head li:after{display:none}}.auth__head li:last-child:after{display:none}.auth__head li.is-active{color:#1d2d33}@media (max-width:767px){.auth__head li.is-active{display:block;text-align:center}}.slider{min-height:100vh;display:-webkit-box;display:-ms-flexbox;display:flex}.slider__item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;position:relative}.slider__container{width:100%}.slider__title{color:#fff;font-weight:400;font-size:2.2rem;line-height:1.5;margin-bottom:60px;text-transform:uppercase}@media (max-width:767px){.slider__title{font-size:1.4rem;margin-bottom:40px}}.slider__bg{position:absolute;left:0;right:0;bottom:0;top:0;background-size:cover;background-repeat:no-repeat;background-position:top center}.actions{margin:-12px}@media (max-width:767px){.actions{margin:-20px -12px;margin-top:40px}}.actions__row{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.actions__col{width:calc(50%);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}@media (max-width:767px){.actions__col{width:100%}}.actions__item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;margin:12px;background-repeat:no-repeat;background-size:cover;background-position:center;font-weight:500;font-size:1.5rem;line-height:1.2;text-transform:uppercase;color:#fff;padding:28px 34px}.actions__item--item1{height:555px}.actions__item--item2{height:431px}.actions__item--item3{height:340px}.actions__item--item4{height:645px}.actions__item--item5{height:234px;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}@media (max-width:767px){.actions__item--item5{-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}}@media (max-width:991px){.actions__item{padding:20px;font-size:1.563rem}}@media (max-width:767px){.actions__item{height:233px!important;font-size:1.25rem;padding:15px;margin:20px 12px}}.product{padding-top:40px}@media (max-width:767px){.product{padding-top:20px}}.product__row{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}@media (max-width:767px){.product__row{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center}}.product__image{margin-right:55px;display:-webkit-box;display:-ms-flexbox;display:flex}@media (max-width:1399px){.product__image{-webkit-box-orient:vertical;-webkit-box-direction:reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse;width:100%;margin-right:0;max-width:50%}}@media (max-width:767px){.product__image{max-width:400px}}.product__imageSmall{width:228px;min-width:228px;margin-right:24px}@media (max-width:1399px){.product__imageSmall{width:100%;margin-right:0;margin-top:16px}}@media (max-width:767px){.product__imageSmall{display:none;max-width:400px;margin-right:auto;margin-left:auto}}.product__imageSmall-item{height:100%;width:100%;background-repeat:no-repeat;background-size:cover;background-position:center;cursor:pointer}@media (min-width:1400px){.swiper--imageSmall .swiper-slide{height:342px}}@media (max-width:1399px){.product__imageSmall-item{padding-bottom:150%}}.product__imageSmall .swiper__button{position:absolute;width:14px;height:100%;top:0;z-index:2}.product__imageSmall .swiper__button:hover{cursor:pointer}.product__imageSmall .swiper__button.swiper-button-disabled{opacity:.5}.product__imageSmall .swiper__button.swiper-button-disabled:hover{cursor:default}.product__imageSmall .swiper__button--prev{left:-19px}.product__imageSmall .swiper__button--next{right:-19px}.product__imageSmall .swiper__button-icon{width:29px;height:11px}@media (max-width:1399px){.product__imageSmall .swiper__button-icon{position:absolute;top:50%;transform:translateY(-50%) rotate(270deg)}.product__imageSmall .swiper__button--prev .swiper__button-icon{left:-9px}.product__imageSmall .swiper__button--next .swiper__button-icon{right:-9px}}@media (max-width:1023px){.product__imageSmall .swiper__button--prev .swiper__button-icon{left:-7px}.product__imageSmall .swiper__button--next .swiper__button-icon{right:-7px}}@media (min-width:1400px){.product__imageSmall .swiper__button{display:flex;justify-content:center;width:100%;height:14px;left:0}.product__imageSmall .swiper__button--prev{top:-19px}.product__imageSmall .swiper__button--next{top:auto;right:auto;bottom:-19px;align-items:flex-end}}.product__imageLarge{width:624px}@media (max-width:1399px){.product__imageLarge{width:100%}}.product__imageLarge-item{display:block;width:100%;background-repeat:no-repeat;background-size:cover;background-position:center;height:0;padding-top:150%}.product__imageLarge .swiper-pagination{display:none}@media (max-width:767px){.product__imageLarge .swiper-pagination{display:-webkit-box;display:-ms-flexbox;display:flex}}@media (max-width:767px){.product__imageLarge .swiper{padding-bottom:20px}}.product__info{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}@media (max-width:1399px){.product__info{padding-left:30px;padding-right:30px}}@media (max-width:767px){.product__info{margin-top:40px}}.product__title{font-weight:500;font-size:1.125rem;line-height:1.2;text-align:center;text-transform:uppercase;margin-bottom:20px!important;color:#1d2d33}@media (max-width:991px){.product__title{margin-bottom:15px!important}}@media (max-width:767px){.product__title{font-size:1rem;margin-bottom:10px!important}}.product__new,.product__sale{width:89px;height:51px;background:#ffc4b6;border-radius:0 0 35px 0;position:absolute;left:0;top:0;z-index:5;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;font-weight:500;font-size:1.275rem;text-align:center;color:#fff}.product__new{background:#cdcfd0;color:#879ea7}.product__sale.active+.product__new{display:none}@media (max-width:767px){.product__new,.product__sale{width:60px;height:34px;font-size:.875rem;border-radius:0 0 20px 0;font-weight:500}}.product__text{font-weight:400;font-size:1rem;line-height:1.2;text-align:center;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}@media (max-width:767px){.product__text{font-size:.875rem}}.product__price{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;line-height:1.2;font-weight:600;margin-top:20px;min-height:45px;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}@media (max-width:767px){.product__price{min-height:auto;margin-top:20px;margin-bottom:25px}}.product__price s{font-size:1rem;color:#879ea7;margin-bottom:10px}@media (max-width:767px){.product__price s{font-size:.875rem;font-weight:500;margin-bottom:5px}}.product__price strong{font-size:1.125rem;font-weight:600}@media (max-width:767px){.product__price strong{font-size:1rem;font-weight:500}}.product__hr{height:1px;background:#5b5b5b;width:100%;max-width:373px;margin-top:35px;margin-bottom:35px;margin-left:auto;margin-right:auto}@media (max-width:767px){.product__hr{display:none}}.product__label{font-weight:400;font-size:1rem;line-height:1.2;text-transform:uppercase;margin-bottom:20px}@media (max-width:767px){.product__label{font-size:.875rem;margin-bottom:10px}}.product__color{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.product__color-list{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.product__color-list li{width:48px;height:48px;border-radius:50%;display:block;position:relative;border:1px solid #d3dcdf;cursor:pointer;margin:0 13px}@media (max-width:767px){.product__color-list li{width:40px;height:40px;margin:0 7px}}.product__color-list li:before{content:'';background:0 0;position:absolute;right:-5px;left:-5px;top:-5px;bottom:-5px;border:2px solid #879ea7;border-radius:50%;opacity:0}@media (max-width:767px){.product__color-list li:before{right:-3px;left:-3px;top:-3px;bottom:-3px}}.product__color-list li.notallowed:before{border-width:1px;border-color:#d3dcdf}.product__color-list li.notallowed:after{content:'';position:absolute;left:0;top:50%;width:47px;height:1px;background:#d3dcdf;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}@media (max-width:767px){.product__color-list li.notallowed:after{width:39px}}.product__color-list li.selected:before{opacity:1}.product__size{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin-top:46px}@media (max-width:767px){.product__size{margin-top:25px}}.product__size-select{position:relative;width:100%;max-width:373px;margin-bottom:10px}.product__size-select-trigger{display:flex;align-items:center;justify-content:center;position:relative;height:64px;color:#1d2d33;border:1px solid #1d2d33;cursor:pointer;opacity:.5;transition:.4s}@media (max-width:767px){.product__size-select-trigger{height:54px;font-size:12px}}.product__size-select-trigger::after{content:'';width:14px;height:8px;position:absolute;right:15px;top:50%;margin-top:-4px;background:url(../images/icons/arw-2.svg) no-repeat center;background-size:cover;transition:transform .3s ease}.product__size-select.is-open .product__size-select-trigger,.product__size-select.is-selected .product__size-select-trigger{opacity:1}.product__size-select.is-open .product__size-select-trigger::after{transform:rotate(-180deg)}.product__size-list{display:flex;position:absolute;top:70px;right:0;width:100%;flex-direction:column;gap:4px;padding:8px;background:#fff;border-radius:4px;box-shadow:0 .5px 5px rgba(0,0,0,.04),0 3.75px 11px rgba(0,0,0,.19);z-index:2;visibility:hidden;opacity:.5;transition:opacity .3s ease}.product__size-select.is-open .product__size-list{visibility:visible;opacity:1}.product__size-list li{height:45px;display:flex;align-items:center;overflow:hidden;font-weight:400;font-size:16px;line-height:1.2;color:#1d2d33;cursor:pointer;border-radius:4px;border:1px solid #fff}.product__size-list li:active,.product__size-list li:hover{border-color:transparent;background:rgb(135 158 167 / 10%)}@media (max-width:767px){.product__size-list{top:59px}.product__size-list li{height:37px;font-size:14px}}.product__size-list li.clicked{border-color:#1d2d33;background:rgb(135 158 167 / 10%)}.product__size-list li.notallowed:not(.subscription){color:#879ea7}.product__size-item-value{min-width:65px;text-align:center}.product__size-item-availability{font-size:13px;padding-left:15px}@media (max-width:767px){.product__size-item-availability{font-size:12px}}.product__size-help{font-weight:400;margin-top:6px}.product__actions{margin-top:54px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center}@media (max-width:767px){.product__actions{margin-top:35px}}.product__actions button{width:100%;max-width:373px;padding:0}.button.button--loading-subscribe-form{background:#879ea7;color:#fff;opacity:.2}.product__favourites{margin-top:45px}@media (max-width:767px){.product__favourites{margin-top:15px}}.product__favourites svg{width:29px;height:20px;stroke-width:2px;stroke:#879EA7;fill:none;margin-right:15px;-webkit-transition:.4s;-o-transition:.4s;transition:.4s}.product__favourites.selected svg{fill:#879EA7}.product__favourites.processing svg{fill:#D3DCDF}@media (max-width:767px){.product__favourites svg{margin-left:10px}}.product__favourites:hover svg{stroke:#ffffff}.product__tab{white-space:nowrap;border-bottom:1px solid #879ea7;padding-left:40px}@media (max-width:1199px){.product__tab{padding-left:0}}.product__tab .swiper-slide{width:auto!important;padding-bottom:20px;white-space:nowrap;cursor:pointer}.product__tab .swiper-slide-thumb-active{font-weight:600}.product__desc .swiper-pagination{display:none}@media (max-width:767px){.product__desc .swiper-pagination{display:-webkit-box;display:-ms-flexbox;display:flex}}@media (max-width:767px){.product__desc .swiper--desc{padding-bottom:20px}}.lk-head{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-weight:500}@media (max-width:767px){.lk-head{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;margin-bottom:24px}}.lk-head__sale{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}@media (max-width:767px){.lk-head__sale{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse;margin-top:10px}}.lk-head__sale span{font-size:1rem;line-height:1.15;text-align:right;color:#1d2d33}@media (max-width:767px){.lk-head__sale span{text-align:left;font-size:.875rem}}.lk-head__sale strong{background:#879ea7;border:1px solid #879ea7;height:62px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:67px;font-size:1.5rem;line-height:1.2;text-align:center;color:#fff;margin-left:15px;font-weight:500}@media (max-width:767px){.lk-head__sale strong{margin-left:0;margin-right:27px;width:74px;height:38px;font-size:1.25rem}}.lk-head__data{line-height:1.2}.lk-head__name{font-weight:500;font-size:1.5rem;color:#5b5b5b;text-transform:uppercase}@media (max-width:767px){.lk-head__name{font-size:.875rem}}.lk-head__email{font-size:1rem;color:#879ea7}@media (max-width:767px){.lk-head__email{font-size:.75rem}}.lk-tab{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;font-weight:400;font-size:1rem;line-height:1.2;color:#1d2d33;padding-bottom:10px;border-bottom:1px solid #1d2d33}@media (max-width:767px){.lk-tab{display:none}}.lk-tab__item{cursor:pointer}.lk-tab__item.is-active{font-weight:600}.lk__field{border-bottom:1px solid #879ea7;font-weight:400;color:#879ea7;padding:29px 0 11px 0}.lk__edit{font-weight:400;font-size:.8125rem;line-height:135%;margin-top:29px}.lk__edit span{-webkit-text-decoration-line:underline;text-decoration-line:underline;color:#879ea7;cursor:pointer}.lk__edit span:hover{text-decoration:none}@media (max-width:767px){.lk__box{padding-bottom:30px}}.lk__add-location{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.lk__add-location span{margin-bottom:30px;text-decoration:underline;cursor:pointer}@media (max-width:767px){.lk__add-location span{margin-bottom:15px}}.lk__add-location span:hover{text-decoration:none}.lk__logout,.lk__nav{font-weight:600;font-size:.8125rem;line-height:135%;color:#5b5b5b;border-top:1px solid #5b5b5b;height:60px;-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:none}@media (max-width:767px){.lk__logout,.lk__nav{display:-webkit-box;display:-ms-flexbox;display:flex}}.lk__nav{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.lk__nav svg{width:17px;height:9px;fill:none;margin-right:20px}.lk__nav.is-active svg{-webkit-transform:rotate(-180deg);-ms-transform:rotate(-180deg);transform:rotate(-180deg)}.lk__logout{font-weight:700}.lk__logout a{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.lk__logout a svg{width:27px;height:17px;fill:none;margin-left:26px}.delivery-table,.delivery-table-intl{border-bottom:1px solid #879ea7}.delivery-table__row{display:-webkit-box;display:-ms-flexbox;display:flex;border-top:1px solid #879ea7;height:69px;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.delivery-table__col{font-weight:400}.delivery-table__col:first-child{width:50%}.delivery-table__col:nth-child(2){text-align:center;min-width:134px;margin:0 10px}.delivery-table__col:nth-child(3){font-weight:600;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;text-align:right;white-space:nowrap}.delivery-table-intl__row{display:flex;align-items:center;border-top:1px solid #879ea7;padding:20px 0;gap:15px;justify-content:space-between}.delivery-table-intl__col:first-child{max-width:600px}.delivery-table-intl__col:nth-child(2){font-weight:600;white-space:nowrap}.faq__item{margin-bottom:54px;border:1px solid #1d2d33}.faq__item:last-child{margin-bottom:0}@media (max-width:767px){.faq__item{margin-bottom:20px}}.faq__item>div{margin:0;padding:20px 15px}.faq__item>div:first-child{border-bottom:1px solid #1d2d33}.cart{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:1;-ms-flex:1;flex:1;padding-top:40px}@media (max-width:991px){.cart{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}@media (max-width:767px){.cart{padding-top:0}}.cart-table{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}@media (max-width:991px){.cart-table{border-top:1px solid #5b5b5b}}.cart-table table{width:100%;border-collapse:collapse;border-spacing:0}.cart-table table th{font-weight:500;font-size:1rem;line-height:1.2;text-align:left;border-bottom:1px solid #5b5b5b;padding-bottom:40px;padding-right:18px}.cart-table table td{padding-right:18px;border-bottom:1px solid #5b5b5b;padding-top:40px;padding-bottom:40px;position:relative}@media (max-width:991px){.cart-table table td{padding-right:0;padding-top:24px;padding-bottom:24px;vertical-align:top}}@media (max-width:991px){.cart-table table td:first-child{width:120px}}@media (max-width:767px){.cart-table table td:first-child{width:70px}}@media (max-width:991px){.cart-table table td:nth-child(2){padding-left:25px}}@media (max-width:991px){.cart-table__head{display:none}}.cart-table__image{display:block}.cart-table__image img{width:122px;min-width:122px}@media (max-width:1199px){.cart-table__image img{width:120px;min-width:120px}}@media (max-width:767px){.cart-table__image img{width:70px;min-width:70px}}.cart-table__name{font-weight:400;line-height:135%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;max-width:300px;color:#1d2d33}@media (max-width:991px){.cart-table__name{margin-bottom:25px}}@media (max-width:767px){.cart-table__name{font-size:.8125rem}}.cart-table__name a{font-weight:500;color:#1d2d33}.cart-table__price{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;font-weight:600;font-size:1rem;line-height:135%;white-space:nowrap;margin:0 40px;text-align:center;align-items:center}@media (max-width:1559px){.cart-table__price{margin:0 20px}}@media (max-width:1199px){.cart-table__price{margin:0 10px}}.cart-table__price strong{font-weight:600}.cart-table__price s{font-size:.8125rem;color:#879ea7}.cart-table__price s,.cart-table__price strong{padding:3px 0;width:80px}.cart-table__del{width:20px;height:20px;margin:0 40px}@media (max-width:1559px){.cart-table__del{margin:0 20px}}@media (max-width:1199px){.cart-table__del{margin:0}}.cart-table .quantity{margin:0 40px;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}@media (max-width:1559px){.cart-table .quantity{margin:0 20px}}@media (max-width:1199px){.cart-table .quantity{margin:0 10px}}.cart-table__quantity{display:none}@media (max-width:991px){.cart-table__quantity{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}}.cart-table__priceLP{display:none;margin-top:10px}@media (max-width:991px){.cart-table__priceLP{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}}.cart-table__priceLP .cart-table__lb{min-width:90px}.cart-table__lb{font-weight:400;font-size:.8125rem;line-height:135%;text-transform:uppercase;color:#5b5b5b;min-width:72px}.cart-table__priceLP s{margin-left:10px;font-size:.8125rem;color:#879ea7;font-weight:600}.cart-order{width:354px;min-width:354px;margin-left:20px}@media (max-width:1199px){.cart-order{width:300px;min-width:300px}}@media (max-width:991px){.cart-order{margin-left:0;width:100%;min-width:100%}}.cart-order__title{text-align:center;font-weight:500;font-size:1rem;line-height:1.2;border-bottom:1px solid #5b5b5b;padding-bottom:40px}@media (max-width:991px){.cart-order__title{display:none}}.cart-order__result-row{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}.cart-order__result-row.is-laptop{display:none;margin-bottom:20px}@media (max-width:991px){.cart-order__result-row.is-laptop{display:-webkit-box;display:-ms-flexbox;display:flex}.cart-order__result-row.is-laptop strong{font-weight:400!important}}.cart-order__result strong{font-weight:600}.cart-order__button{padding-right:10px;padding-left:10px}.cart-order__coupon-title{border-bottom:1px solid #5b5b5b;font-weight:600;font-size:.8125rem;line-height:135%;color:#5b5b5b;height:60px;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin-bottom:0;padding-right:20px}.cart-order__coupon-title.is-active{border-color:#fff}.cart-order__coupon-title svg{width:17px;height:9px;fill:none}.cart-order__coupon-title.is-active svg{display:none}@media (max-width:991px){.cart-order__coupon-form{display:none}}.order{display:-webkit-box;display:-ms-flexbox;display:flex;flex-wrap:wrap;padding-top:10px}@media (max-width:767px){.order{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}.order__col-left{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;padding-top:18px}.order__col-right{margin-left:10%;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}.order__col-left,.order__col-right{width:45%;min-width:45%}@media (max-width:1399px){.order__col-left,.order__col-right{width:47%;min-width:47%}.order__col-right{margin-left:6%}}@media (max-width:767px){.order__col-left{width:100%;min-width:100%}.order__col-right{margin-left:0;width:100%;min-width:100%;margin-top:40px}}.order__products{margin-bottom:80px}@media (max-width:767px){.order__products{margin-bottom:0}}.order__product{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}@media (max-width:767px){.order__product{border-bottom:1px solid #879ea7;padding-bottom:24px;-webkit-box-align:normal;-ms-flex-align:normal;align-items:normal}}.order__product+.order__product{margin-top:35px}@media (max-width:767px){.order__product+.order__product{margin-top:24px}}.order__product-image img{width:125px;min-width:125px}@media (max-width:991px){.order__product-image img{width:70px;min-width:70px}}.order__product-info-container{flex-grow:1}.order__product-info{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;padding:0 15px;font-weight:400;line-height:135%;font-size:.875rem;color:#1d2d33}@media (max-width:767px){.order__product-info{padding-right:0;font-size:.75rem;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}.order__product-info br{display:none}}.order__product-info span{display:block}.order__product-price{white-space:nowrap;font-weight:500;line-height:135%;font-size:1rem;color:#1d2d33}@media (max-width:767px){.order__product-price{padding-left:15px;font-size:.8125rem}}.order__product-price s{display:block;color:#879ea7}.order__prices{padding-bottom:20px;font-size:.875rem;font-weight:400}@media (max-width:767px){.order__prices{padding-top:20px;padding-bottom:5px;border-bottom:1px solid #879ea7}}.order__prices div{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;font-weight:400;margin-bottom:30px}@media (max-width:767px){.order__prices div{margin-bottom:15px;font-size:.8125rem}}.order__result{border-top:1px solid #1d2d33;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;font-weight:600;padding-top:40px;padding-bottom:40px;font-size:1rem}@media (max-width:767px){.order__result{padding-top:0;border-top:0;padding-bottom:0;margin-bottom:35px;margin-top:15px;font-size:.875rem}}.lookbook{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin:-10px;margin-top:0;padding-top:20px}@media (max-width:991px){.lookbook{padding-top:10px}}@media (max-width:767px){.lookbook{padding-top:0}}.lookbook__item{width:calc(50% - 20px);margin:10px;height:480px;background-size:cover;background-position:center top;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;font-weight:500;font-size:1.5rem;line-height:1.2;text-transform:capitalize;padding:24px 30px;color:#fff}@media (max-width:991px){.lookbook__item{height:420px;padding:24px}}@media (max-width:767px){.lookbook__item{width:calc(100% - 20px);height:342px;padding:20px;font-size:1.438rem}}@media (max-width:549px){.lookbook__item{height:242px}}.lookbook-detail{padding-top:20px}.lookbook-detail__row{display:-webkit-box;display:-ms-flexbox;display:flex;margin-bottom:50px}@media (max-width:767px){.lookbook-detail__row{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}.lookbook-detail__col:first-child{width:40%;min-width:40%;padding-right:37px}@media (max-width:767px){.lookbook-detail__col:first-child{padding-right:0;width:100%;min-width:100%;margin-bottom:30px}}.lookbook-detail__images{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin:-10px}@media (max-width:991px){.lookbook-detail__images{margin:-5px}}@media (max-width:767px){.lookbook-detail__images{margin:-1px}}.lookbook-detail__image{width:calc(25% - 20px);margin:10px}@media (max-width:991px){.lookbook-detail__image{width:calc(20% - 10px);margin:5px}}@media (max-width:767px){.lookbook-detail__image{width:calc(25% - 2px);margin:1px}}.lookbook-detail__image img{max-width:100%}.lookbook-detail__title{font-weight:500;font-size:1rem;line-height:1.2;text-transform:uppercase;color:#1d2d33;margin-bottom:14px}@media (max-width:767px){.lookbook-detail__title{font-size:.75rem}}.lookbook-detail p{font-weight:500;line-height:1.85;color:#5b5b5b;margin-bottom:14px}.lookbook-detail__social{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;padding-top:25px}@media (max-width:991px){.lookbook-detail__social{padding-top:0}}.lookbook-detail__social-label{font-weight:500;margin-bottom:10px}.lookbook-detail__social-items{display:-webkit-box;display:-ms-flexbox;display:flex}.lookbook-detail__social-items a{margin-right:16px}@media (max-width:767px){.lookbook-detail__social-items a{margin-right:12px}}.lookbook-detail__social-items a svg{width:32px;height:32px;fill:#879EA7}.lookbook-detail__social-items .social-likes__icon_vkontakte{display:none}.message{padding:15px;border:1px solid transparent;border-radius:4px}.message-success{color:#3c763d;background-color:#dff0d8;border-color:#d6e9c6}.message-danger{color:#a94442;background-color:#f2dede;border-color:#ebccd1}.message-warning{color:#8a6d3b;background-color:#fcf8e3;border-color:#faebcc}.bx-404-container{text-align:center}.bx-404-text-block{margin:25px 0}.link-underline{text-decoration:underline}.input-phone-flag{position:absolute;left:0;top:6px}.input-phone-flag._flag-profile{top:15px}.input-phone-flag::after{content:"";position:absolute;right:-10px;top:7px;margin-left:6px;width:0;height:0;line-height:0;border-left:3px solid transparent;border-right:3px solid transparent;border-top:4px solid #555}.input-phone-container .input{padding-left:35px}.air-datepicker.popup-birthday-select,.popup-phone-country .main-phonenumber-country-name{font-family:Montserrat,sans-serif}.popup-phone-country .main-phonenumber-country{margin-bottom:5px}.form-add-review{width:500px}.contacts-form__overlay{display:none;position:absolute;top:0;left:0;width:100%;height:100%;background-color:rgba(255,255,255,.8);z-index:2}.popup-basket-result-inner,.popup-favourites-result-inner{width:500px}.catalog-nav-list{display:flex;flex-wrap:wrap;justify-content:flex-start}.catalog-nav-list li{padding:0 24px 16px 0}.catalog-nav-list a{display:block;line-height:20px;border-bottom:1px solid transparent}.catalog-nav-list li.current a,.catalog-nav-list li:hover a{border-bottom-color:#1d2d33}.search__page-input{max-width:500px;margin-right:15px;height:46px}.b24-widget-button-wrapper{z-index:4!important}svg.b24-crm-button-icon{width:auto;height:auto}.bx-livechat-copyright{display:none!important}.showroom__button{display:flex;align-items:center;justify-content:center;width:100%;height:40px;border:1px solid #1d2d33;font-weight:500;font-size:.875rem;background:0 0;margin-top:15px;color:#1d2d33}@media (max-width:767px){#panel{display:none}.input-phone-flag{top:8px}#popup-add-review,#popup-basket-result,#popup-favourites-result,.form-add-review,.popup-basket-result-inner,.popup-favourites-result-inner{width:100%}#popup-add-review,#popup-basket-result,#popup-favourites-result{padding:25px}.catalog-nav{overflow-x:auto}.catalog-nav-list{flex-wrap:nowrap;justify-content:flex-start}.catalog-nav-list li{flex-shrink:0;padding-right:12px}.search__page-input{max-width:100%;margin-right:0;margin-bottom:10px}.search__page-button{width:100%}.b24-widget-button-wrapper.b24-widget-button-position-bottom-right{right:20px;bottom:20px}}.border-top-gray{border-top:1px solid #879ea7}.table--privacy{font-size:13px}.table--privacy td,.table--privacy th{padding:20px 15px;border-bottom:1px solid #879ea7}.table--privacy th{color:#5b5b5b;text-align:left}.table--privacy td{vertical-align:top}@media (max-width:767px){.table--privacy{overflow-x:scroll;font-size:12px;margin:0}.table--privacy table{min-width:700px}}.underline-offset-2{text-underline-offset:2px}.register-newsletter-note{margin-top:10px;padding-left:50px;font-size:12px;color:#879ea7}@media (max-width:767px){.register-newsletter-note{padding-left:30px}}.popup-catalog-subscribe{z-index:990}.popup-catalog-subscribe .fancybox__backdrop{background:rgba(24,24,27,.5)}.popup-catalog-subscribe .fancybox__content>.carousel__button.is-close{color:#1d2d33;width:22px;height:22px;top:12px;right:12px;opacity:.4}.popup-catalog-subscribe .fancybox__content>.carousel__button.is-close:hover{opacity:1}.popup-catalog-subscribe .carousel__button svg{filter:none;width:auto;height:auto;stroke-width:1}.popup-catalog-subscribe .fancybox__content{cursor:default!important}.popup-catalog-subscribe__inner{max-width:382px}.popup-catalog-subscribe__title{font-size:18px;margin-top:-5px}.popup-catalog-subscribe__note{margin:15px 0 20px;max-width:320px;line-height:1.4}.popup-catalog-subscribe__agreement{margin-top:15px;font-size:12px;color:#879ea7}.popup-catalog-subscribe__overlay{display:none;position:absolute;width:100%;height:100%;top:0;right:0;background:rgb(255 255 255 / 50%);z-index:41}.popup-catalog-subscribe__success-icon{display:flex;align-items:center;gap:12px}.popup-catalog-subscribe__success-icon svg{width:28px;height:28px}.popup-catalog-subscribe__success-title{font-size:28px;font-weight:700}.popup-catalog-subscribe__success-note{margin:25px 0}