.popup{position:fixed;z-index:15;top:0;left:0;width:100vw;height:100vh;overflow:hidden;overflow-y:auto;background-color:#fff;-webkit-transition:all .3s ease;transition:all .3s ease}.popup--right.active{-webkit-transform:translateX(0);transform:translate(0)}.popup--size{background-color:transparent;-webkit-transform:translateX(0);transform:translate(0);padding:40px;overflow:hidden;display:none}@media(max-width:900px){.popup--size{padding:40px 70px}}@media(max-width:767px){.popup--size{display:block!important;-webkit-transform:translateX(100vw);transform:translate(100vw);padding:0}}.popup--size .popup__wrap{width:100%;height:100%;background:#fff;box-shadow:0 5px 25px #5f737833;display:-webkit-box;display:-webkit-flex;display:flex;padding:0}.popup--geo .popup__head,.popup--size .popup__head{padding:0 2px}@media(min-width:768px){.popup--geo .popup__head,.popup--size .popup__head{position:absolute;top:20px;right:20px;padding:0}}.popup--size .popup__body{overflow:hidden;overflow-y:auto}.popup--size .popup__body::-webkit-scrollbar{width:2px;background-color:transparent}.popup--size .popup__body::-webkit-scrollbar-thumb{width:2px;background-color:transparent}.popup--size .popup__content{width:100%;padding:10px}@media(min-width:768px){.popup--size .popup__content{padding:40px 40px 48px;height:100%}}@media(min-width:1024px){.popup--size .popup__content{padding:40px 60px 48px}}@media(min-width:768px){.popup--size .popup__body{height:100%}}.popup__icon--close{display:none}@media(max-width:768px){.popup__icon--close{display:block;position:absolute;right:0;top:15px}}.popup__wrap{padding-bottom:2px;position:relative}@media(max-width:768px){.popup__wrap{padding-bottom:0}}.popup__head{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:end;justify-content:end;padding:24px 0}.popup__head--end{-webkit-box-pack:end;-webkit-justify-content:flex-end;justify-content:flex-end}@media(min-width:768px){.popup__head--end{padding:29px 22px}}.popup__img{display:none}@media(min-width:860px){.popup__img{width:46.4%;display:block;-webkit-box-flex:0;-webkit-flex:none;flex:none;overflow:hidden}}.popup__img img{height:100%;width:100%;-o-object-fit:cover;object-fit:cover;display:block}.popup__title{font-size:20px;font-weight:400;line-height:30px;letter-spacing:.02em;max-width:328px;margin:0 auto 10px;text-align:center;position:relative;text-transform:uppercase}@media(min-width:768px){.popup__title{font-size:24px;font-weight:400;line-height:29px;margin:0 auto 20px}}.popup__subtitle{font-size:20px;font-weight:400;line-height:26px;letter-spacing:0em;color:#464646;display:block;text-align:center;margin-bottom:20px}@media(min-width:768px){.popup__subtitle{font-size:20px;font-weight:400;line-height:36px;letter-spacing:0em}}.popup .logo{display:none}.popup .toggle{margin:0 auto 20px}@media(min-width:768px){.popup .toggle{margin:0 auto 40px}}.toggle{display:-webkit-box;display:-webkit-flex;display:flex;width:158px;border:1px solid #000000;border-radius:50px;position:relative}.toggle:after{content:"";position:absolute;left:0;top:0;width:79px;height:40px;background:#000;border-radius:50px;-webkit-transition:all .3s ease;transition:all .3s ease}.toggle--right:after{-webkit-transform:translateX(100%);transform:translate(100%)}.toggle__btn{text-transform:uppercase;font-size:14px;line-height:40px;letter-spacing:0em;font-weight:600;color:#000;-webkit-transition:all .3s ease;transition:all .3s ease;width:50%;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;position:relative;z-index:1;cursor:pointer}.toggle__btn.active{color:#fff}.guide__head{overflow:visible;width:100%;position:relative}.guide__tabs{margin-bottom:20px;display:-webkit-box;display:-webkit-flex;display:flex;overflow:hidden;overflow-x:auto}@media(min-width:768px){.guide__tabs{overflow:visible}}.guide__tabs:after{content:"";position:absolute;bottom:1px;left:0;width:100%;height:1px;border-bottom:1px solid rgba(166,166,166,.3)}@media(min-width:768px){.guide__tabs:after{display:none}}.guide__tabs::-webkit-scrollbar{display:none}.guide__tabs::-webkit-scrollbar-thumb{display:none}@media(min-width:768px){.guide__tabs{margin-bottom:20px}}.guide__tab{text-transform:uppercase;font-size:14px;font-weight:600;line-height:17px;letter-spacing:0em;white-space:nowrap;-webkit-transition:all .3s ease;transition:all .3s ease;cursor:pointer;margin-right:30px;padding-bottom:5px;position:relative;list-style:none}.guide__tab[data-tab=picture]{display:none}@media(min-width:768px){.guide__tab{margin-right:39px}}.guide__tab:before{content:"";position:absolute;z-index:1;-webkit-transition:all .3s ease;transition:all .3s ease}.guide__tab:last-child{margin-right:0}@media(min-width:768px){.guide__tab:last-child{display:none}}.guide__tab.active:before{width:100%;height:3px;background-color:#000;left:0;bottom:-1px;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.guide__items{width:calc(100% + 10px);margin-right:-10px}@media(min-width:768px){.guide__items{width:100%;margin-right:0;height:100%}}.guide__content{width:100%;height:calc(100vh - 262px);display:none;overflow:visible;background:-webkit-gradient(linear,left top,right top,color-stop(-20%,rgba(255,255,255,0)),to(#FFFFFF));background:linear-gradient(90deg,#fff0 -20%,#fff);position:relative}@media(min-width:768px){.guide__content{height:100%}}.guide__content.active{display:block}.guide__img{width:100%;height:100%;overflow-y:auto;overflow-x:auto}@media(min-width:768px){.guide__img{overflow:hidden;overflow-y:auto}}.guide__img::-webkit-scrollbar{display:none}.guide__img::-webkit-scrollbar-thumb{display:none}.guide__img--picture{width:calc(100% - 10px);margin-right:10px;overflow-x:hidden}.guide__img--picture img{width:100%}.guide__img img{-o-object-fit:cover;object-fit:contain;max-width:700px;height:100%;object-position:top;width:100%}@media(min-width:768px){.guide__img img{width:100%;max-width:100%}}.btn-close{position:relative;width:17px;height:17px}@media(min-width:768px){.btn-close{width:25px;height:25px}}.btn-close:before,.btn-close:after{content:"";position:absolute;width:22px;height:2px;background-color:#000;top:50%;left:-2px}@media(min-width:768px){.btn-close:before,.btn-close:after{width:32.406px;height:2.938px}}.btn-close:before{-webkit-transform:translateY(-50%) rotate(45deg);transform:translateY(-50%) rotate(45deg)}.btn-close:after{-webkit-transform:translateY(-50%) rotate(-45deg);transform:translateY(-50%) rotate(-45deg)}.popup.active{width:100%;height:100%;margin:0}.popup--left{-webkit-transform:translateX(-100vw);transform:translate(-100vw)}.popup--left.active{-webkit-transform:translateX(0);transform:translate(0)}.popup--right{-webkit-transform:translateX(100vw);transform:translate(100vw)}@media(min-width:768px){.popup--right{-webkit-transform:translateX(0);transform:translate(0)}}.fade{position:absolute;right:0;top:0;height:100%;width:4.6rem;background:-webkit-gradient(linear,left top,right top,color-stop(-20%,rgba(255,255,255,0)),to(#FFFFFF));background:none}@media(min-width:768px){.popup--size .logo,.popup--size .fade{display:none}}.popup--geo.popup--right{transform:none}.popup--geo{background:none;display:none;overflow:hidden;padding:0}.popup--geo .popup__head{position:absolute;top:20px;right:20px;padding:0}.popup--geo .popup__wrap{background:#fff;box-shadow:0 5px 25px #5f737833;height:auto;left:50%;max-width:400px;padding:50px;position:absolute;top:50%;transform:translate(-50%,-50%);width:100%}.popup--geo .popup__buttons-wrapper{display:flex;flex-direction:column;flex-wrap:nowrap;justify-content:center;align-content:stretch;align-items:stretch;gap:2rem}.popup--geo .Button--primary:before{transition:background .45s cubic-bezier(.785,.135,.15,.86),border .45s cubic-bezier(.785,.135,.15,.86)}.popup--geo .Button--primary:hover{color:var(--button-background)}.popup--geo .Button--primary:hover:before{background:var(--button-text-color)}
/*# sourceMappingURL=/cdn/shop/t/24/assets/size-guide.css.map */
