#popup_widget_wrapper{position:fixed;inset:0;overflow:auto;z-index:99997}#popup_widget_wrapper #popup_widget{background-color:rgba(0, 0, 0, 0.65);position:fixed;inset:0;z-index:99998}#popup_widget_wrapper #popup_content{position:absolute;max-width:920px;background-color:#fff;margin:0 auto 50px;left:0;right:0;display:flex;flex-direction:column;gap:30px;z-index:99998;transform:scale(1.15);transition:transform 0.1s cubic-bezier(0.465, 0.183, 0.153, 0.946), opacity 0.1s cubic-bezier(0.465, 0.183, 0.153, 0.946);will-change:transform, opacity;opacity:0}@media (min-width:600px){#popup_widget_wrapper #popup_content{top:50px;border-radius:90px}}@media (max-width:600px){#popup_widget_wrapper #popup_content{top:20px;border-radius:90px 90px 0 0}}#popup_widget_wrapper #popup_content.active{transform:scale(1);opacity:1;transition:transform 0.3s cubic-bezier(0.465, 0.183, 0.153, 0.946), opacity 0.3s cubic-bezier(0.465, 0.183, 0.153, 0.946)}#popup_widget_wrapper #popup_content .close_btn{display:flex;align-items:center;width:56px;height:56px;position:absolute;top:0;right:0;text-align:center;z-index:2;background-color:var(--color_primary);box-shadow:0 2px 11px 0 rgba(0, 0, 0, 0.15);border-radius:60px;justify-content:center}#popup_widget_wrapper #popup_content #main_item_wrapper{padding-bottom:0;display:flex}@media (min-width:600px){#popup_widget_wrapper #popup_content #main_item_wrapper{gap:30px;padding:50px}}@media (max-width:600px){#popup_widget_wrapper #popup_content #main_item_wrapper{padding:50px 20px 20px;gap:10px;flex-direction:column}}#popup_widget_wrapper #popup_content #main_item_wrapper .pic{background-repeat:no-repeat;background-size:cover;background-position:center}@media (min-width:600px){#popup_widget_wrapper #popup_content #main_item_wrapper .pic{width:50%;height:360px}}@media (max-width:600px){#popup_widget_wrapper #popup_content #main_item_wrapper .pic{width:80%;margin:0 auto;aspect-ratio:1}}#popup_widget_wrapper #popup_content #main_item_wrapper .texts_wrapper{flex:1}@media (min-width:600px){#popup_widget_wrapper #popup_content #main_item_wrapper .texts_wrapper{padding-top:20px;padding-left:10px}}@media (max-width:600px){#popup_widget_wrapper #popup_content #main_item_wrapper .texts_wrapper{text-align:center}}#popup_widget_wrapper #popup_content #main_item_wrapper .texts_wrapper .reg_title{font-weight:bold}@media (max-width:600px){#popup_widget_wrapper #popup_content #main_item_wrapper .texts_wrapper .reg_title{margin-bottom:15px}}#popup_widget_wrapper #popup_content #main_item_wrapper .texts_wrapper .desc,#popup_widget_wrapper #popup_content #main_item_wrapper .texts_wrapper .desc p{font-size:21px;margin-bottom:10px;line-height:1.2}#popup_widget_wrapper #popup_content #main_item_wrapper .texts_wrapper .price_wrapper{color:var(--color_primary);font-weight:600;margin-bottom:15px}#popup_widget_wrapper #popup_content #main_item_wrapper .texts_wrapper .price_wrapper .price{font-size:30px}@media (max-width:600px){#popup_widget_wrapper #popup_content #main_item_wrapper .texts_wrapper .price_wrapper .price{font-size:24px}}#popup_widget_wrapper #popup_content #main_item_wrapper .texts_wrapper .price_wrapper .price span::before{content:"/";padding-left:6px}#popup_widget_wrapper #popup_content #main_item_wrapper .texts_wrapper .btn{font-size:21px;padding:10px 50px;background-color:var(--color_primary)}#popup_widget_wrapper #popup_content #main_item_wrapper .texts_wrapper .btn:hover{background-color:#c7a21a}#popup_widget_wrapper #popup_content #main_item_wrapper .number_inp{padding:8px 15px}#popup_widget_wrapper #popup_content #bottom_wrapper{padding:15px;border-top:1px solid #D4D4D4}#popup_widget_wrapper #popup_content #bottom_wrapper .reg_title{text-align:center;margin:10px 0}#popup_widget_wrapper #popup_content #bottom_wrapper #more_items_list{display:flex;gap:20px}@media (max-width:600px){#popup_widget_wrapper #popup_content #bottom_wrapper #more_items_list{flex-direction:column}}#popup_widget_wrapper #popup_content #bottom_wrapper #more_items_list li{text-align:center;cursor:pointer}@media (min-width:600px){#popup_widget_wrapper #popup_content #bottom_wrapper #more_items_list li{flex:1}}#popup_widget_wrapper #popup_content #bottom_wrapper #more_items_list li .pic{background-repeat:no-repeat;background-size:cover;background-position:center;width:50%;margin:10px auto;aspect-ratio:1}@media (max-width:600px){#popup_widget_wrapper #popup_content #bottom_wrapper #more_items_list li p{max-width:30ch;text-align:center;margin:0 auto}}#popup_widget_wrapper #popup_content .icons{display:flex;gap:10px;padding-top:20px}@media (max-width:600px){#popup_widget_wrapper #popup_content .icons{justify-content:center}}#popup_widget_wrapper #popup_content .icons svg{height:30px;width:30px}#popup_widget_wrapper #popup_content .icons a{position:relative}#popup_widget_wrapper #popup_content .icons a:hover::before{content:"";width:0;height:0;border-style:solid;border-width:5px 4px 0 4px;border-color:#444 transparent transparent transparent;transform:translateX(-50%);bottom:100%;position:absolute;display:block}#popup_widget_wrapper #popup_content .icons a::after{position:absolute;content:"";background:rgba(204, 204, 204, 0.2);position:absolute;bottom:calc(100% + 5px);opacity:0;left:50%;transform:translateX(-50%);transition:all linear 0.1s}#popup_widget_wrapper #popup_content .icons a:hover::after{display:block;justify-content:center;background:#444;border-radius:8px;color:#fff;content:attr(title);font-size:13px;padding:8px;opacity:1;white-space:nowrap}