.bottom_sheet__panel img{object-fit:cover;border-radius:8px;width:230px;height:277px}.bottom_sheet__panel .info_banner_title{font-size:22px;font-weight:600;margin-bottom:15px;padding-top:32px}.bottom_sheet__panel .description{font-size:16px;font-weight:400}.bottom_sheet.overlay{z-index:999999;position:absolute}.bottom_sheet.overlay:after{background-color:#000;opacity:.5;width:100%;height:100%;z-index:100;content:"";top:0;left:0;bottom:0;position:fixed;transition:all .45s cubic-bezier(.32,1,.23,1) 0ms;transition:opacity .4s linear}.bottom_sheet.overlay input[type=checkbox]{opacity:0;position:fixed;z-index:110;top:0}.bottom_sheet.overlay .bottom_sheet__panel{padding:70px 20px 20px;width:100%;background:#fff;z-index:102;overflow-y:scroll}.bottom_sheet.overlay .bottom_sheet__content{background:#fff;overflow-y:scroll;width:100%;opacity:1;z-index:101;position:fixed;top:20%;height:80%;right:0;animation:bottom-up .367s ease-in-out;border-radius:20px 20px 0 0}.bottom_sheet.overlay .bottom_sheet__content .icon_cross{display:flex;align-items:center;justify-content:center;top:18px;left:10px;position:absolute;width:40px;height:40px}.bottom_sheet.overlay .bottom_sheet__content .icon_cross:hover{background-color:#f3f3f3;opacity:.85;border-radius:50%}.bottom_sheet.overlay .bottom_sheet__content .closing_head{position:fixed;width:100%;z-index:99;border-radius:20px 20px 0 0;background-color:#fff;height:60px}.bottom_sheet.overlay .bottom_sheet__content .closing_head label{width:100%;height:100%}.bottom_sheet.overlay .bottom_sheet__content table th{border:1px solid #e2e2e2;padding:10px 24px;background-color:#f6f6f6;width:50%}.bottom_sheet.overlay .bottom_sheet__content table td{border:1px solid #e2e2e2;padding:10px 24px;width:50%}.bottom_sheet.overlay label.overlay-label{width:100%;height:20%;z-index:110;content:"";top:0;left:0;bottom:0;position:fixed;display:block}.bottom_sheet.overlay input[type=checkbox]:checked~.bottom_sheet__content{animation:top-down .367s ease-out}.bottom_sheet.overlay input[type=checkbox]:checked~label{display:none}@keyframes bottom-up{0%{transform:translateY(100%)}to{transform:translateY(0)}}@keyframes top-down{0%{transform:translateY(0)}to{transform:translateY(100%)}}