.drawer{position:fixed;z-index:300;top:0;left:0;width:100%;height:100%;height:var(--vh);-webkit-justify-content:center;justify-content:center;background:rgba(0,0,0,.3);opacity:0;transition:opacity .2s linear}.drawer__main{height:calc(var(--vh) - 68px)}.drawer__content,.drawer__main{display:-webkit-flex;display:flex;-webkit-flex-direction:column;flex-direction:column}.drawer__content{position:absolute;top:0;width:100%;padding:0 20px;background:var(--color-white)}.drawer__content--left{left:0;max-width:520px}.drawer__content--right{right:0;max-width:540px}.drawer__content--center{position:relative;max-width:540px;-webkit-align-self:center;-ms-grid-row-align:center;align-self:center}.drawer__content--center .drawer__main{height:auto;max-height:calc(100vh - 68px);max-height:calc(100dvh - 68px);padding:30px 0}.drawer__scroll{position:relative;overflow:hidden}.drawer__scroll.ps--active-y{width:calc(100% + 12px);padding-right:12px}.drawer__header{-webkit-align-items:center;align-items:center;-webkit-justify-content:space-between;justify-content:space-between;height:68px;border-bottom:1px solid var(--color-black)}.drawer__footer,.drawer__header{display:-webkit-flex;display:flex}.drawer__footer{position:relative;-webkit-flex-direction:column;flex-direction:column;gap:20px;width:100%;margin-top:auto;padding:20px 0}.drawer__footer .button{width:100%}.drawer__icons{display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center;gap:25px}.drawer__icon{position:relative}.drawer__icon--close{display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center;-webkit-justify-content:center;justify-content:center;width:44px;min-width:44px;height:44px;left:13px}.drawer__icon--close:hover{color:var(--color-primary)}.drawer .gift-wrap .checkbox .price{display:-webkit-flex;display:flex;margin-left:auto}.drawer--opened{opacity:1}.drawer--search .drawer__header{width:100%;max-width:1640px;margin-inline:auto;border:none}@media only screen and (max-width:767px){.drawer--search .drawer__header{-webkit-flex-direction:column-reverse;flex-direction:column-reverse;-webkit-align-items:flex-end;align-items:flex-end;-webkit-justify-content:center;justify-content:center;gap:0;height:100px}.drawer--search .drawer__main{height:calc(var(--vh) - 100px)}}@media only screen and (min-width:1200px){.drawer--menu,.drawer--search{height:var(--vh)}.drawer--menu .drawer__main,.drawer--search .drawer__main{height:auto}.drawer--menu .drawer__content--menu,.drawer--search .drawer__content--menu{width:100%;max-width:100%;padding:0}.drawer--menu{position:absolute;top:100%}.drawer--menu .drawer__footer,.drawer--menu .drawer__header{display:none}.drawer--menu .drawer__main{max-height:calc(100vh - 235px)}.drawer--menu .drawer__scroll{height:auto;max-height:calc(100vh - 255px)}.drawer--search{position:fixed;top:0}.drawer--search .drawer__footer{-webkit-align-items:flex-end;align-items:flex-end;padding-bottom:40px}.drawer--search .drawer__footer .button{width:auto}.drawer--search .drawer__scroll{max-height:calc(100vh - 216px);max-height:calc(100dvh - 216px)}}@media only screen and (min-width:1600px){.drawer__header{height:92px;padding:30px 0}.drawer__main{height:calc(var(--vh) - 92px)}.drawer--menu .drawer__main{max-height:calc(100vh - 235px)}.drawer--menu .drawer__content--menu{padding:0}}