:root{--blue: #007AFF;--orange: #F0643C;--grey1: #8E8E92;--grey2: #D9D9E0;--grey3: #EFEFF3;--orange-gradient: linear-gradient(to left top, #f0643c, #f5734e, #f9825f, #fc9070, #ff9e82);--blue-gradient: linear-gradient(to right bottom, #80bdff, #5da9ff, #3994ff, #137eff, #0066ff)}:root{--tg-theme-button-color: var(--blue) !important;--bottom_bar_bg_color: var(--grey1) !important;--tg-theme-bg-color: white !important;--tg-theme-secondary-bg-color: var(--grey3) !important;--tg-theme-section-bg-color: white !important;--tg-theme-button-text-color: white !important;--tg-theme-text-color: black !important;--tg-theme-subtitle_text_color: var(--grey) !important}:root{--primary-color: var(--tg-theme-button-color);--primary-gradient: var(var(--blue-gradient));--accent-color: var(--orange);--accent-gradient: var(--orange-gradient);--bg-color: var(--tg-theme-bg-color);--bg-secondary-color: var(--tg-theme-secondary-bg-color);--button-text-color: var(--tg-theme-button-text-color);--text-color: var(--tg-theme-text-color);--subtitle-color: var(--tg-theme-subtitle_text_color) }*{margin:0;padding:0;box-sizing:border-box;font-family:sans-serif,Open Sans;color:var(--tg-theme-text-color)}body{min-width:300px;max-width:500px;min-height:100vh;margin:0 auto;padding-top:calc(var(--tg-safe-area-inset-top) + var(--tg-content-safe-area-inset-top));background:var(--bg-secondary-color);font-size:16px;font-weight:400}button{background:var(--primary-color);color:var(--button-text-color);border:none;border-radius:30px;outline:none;font-size:14px;font-weight:400;cursor:pointer}button:disabled{background:var(--bottom_bar_bg_color)!important;cursor:default}input[type=text]{font-size:14px;font-weight:400;border:none;outline:none;cursor:text}select{border:2px solid var(--primary-color);border-radius:10px;background-color:var(--bg-color);display:block;text-wrap:wrap}a{color:inherit}.typography{width:100%;text-align:inherit;color:inherit;white-space:pre-wrap}.h1{font-size:24px;font-weight:600}.h2{font-size:18px;font-weight:600}.h3{font-size:16px;font-weight:600}.text{font-size:16px;font-weight:400}.subtitle{font-size:14px;font-weight:300}.panel-grid{padding:15px 15px 25px;display:flex;flex-direction:column;row-gap:20px}.bg-pattern-image{position:absolute;top:-35px;opacity:.2}.image{max-width:100%;object-fit:cover;object-position:center}.panel-container{max-width:100%;height:min-content;box-sizing:content-box;border-radius:20px;box-shadow:1px 1px 10px #00000040;background:var(--tg-theme-section-bg-color);display:flex;flex-direction:column;overflow:hidden;transition:all 1s ease-out}.panel-header{width:inherit;background-color:var(--tg-theme-button-color);color:var(--tg-theme-button-text-color);padding:10px;text-align:center}.panel{max-width:inherit;height:inherit;box-sizing:inherit;padding:10px;display:flex;flex-direction:column;row-gap:10px;position:relative}.button{height:30px;width:100%;min-width:100px}.input-button-container{width:100%;box-sizing:border-box;display:flex;flex-direction:row;justify-content:start;align-items:center;gap:5px}.input-button-label{width:100%;box-sizing:border-box;display:flex;flex-direction:column;justify-content:center;align-items:start}.footer-container{width:100%;text-align:center;color:var(--tg-theme-subtitle_text_color)}#main-page-header-container{width:100%;min-height:50px;display:flex;flex-direction:row;align-items:center;gap:5px}#main-page-header-user-info-container{display:flex;flex-direction:column;justify-content:center;align-items:flex-start;gap:0}#main-page-product-block{display:flex;flex-direction:column;row-gap:15px;margin-top:10px}.main-page-product-card{width:100%;height:150px;border-radius:10px}.input-text-container{height:30px;width:100%;min-width:100px;box-sizing:border-box;display:flex;flex-direction:row;gap:10px;overflow:hidden;border-width:2px;border-style:solid;border-color:var(--primary-color);border-radius:30px;background-color:var(--tg-theme-section-bg-color)}.input-text{height:100%;width:100%;box-sizing:border-box;padding-left:10px}.input-text-button-container{height:100%;min-width:25px;box-sizing:border-box;display:flex;flex-direction:row;justify-content:start;align-items:center;cursor:pointer}.input-text-button{height:15px;width:15px}.tag-container{min-height:30px;box-sizing:border-box;padding-right:10px;display:flex;flex-direction:row;align-items:center;justify-content:center;color:var(--primary-color);border-width:2px;border-style:solid;border-color:var(--primary-color);border-radius:30px;background-color:var(--tg-theme-section-bg-color)}.tag-close-container{width:30px;height:100%;display:flex;justify-content:center;align-items:center}.tag-close-icon{height:10px;width:10px}.level-container{display:inline-flex;flex-direction:row;align-items:center;color:inherit}.level-icon{max-width:12px;max-height:12px}.card-grid{width:100%;box-sizing:border-box;height:min-content;display:grid;grid-template-columns:1fr 1fr;grid-auto-rows:min-content;gap:15px}.tag-list{width:100%;display:flex;flex-direction:row;flex-wrap:wrap;gap:5px}.active-rent-content-container{max-width:100%;display:flex;gap:10px}.active-rent-image-container{min-width:90px;height:90px;display:flex;flex-direction:row;justify-content:center;align-items:center}.active-rent-image{width:inherit;height:inherit;border-radius:10px}.active-rent-info-container{width:100%;height:90px;display:flex;flex-direction:column;justify-content:space-between;align-items:start}.active-rent-info-title-container{box-sizing:border-box;display:flex;flex-direction:column;padding-left:10px}.active-rent-info-rent-time-container{width:100%;display:flex;flex-direction:row;justify-content:space-between;align-items:center;padding:10px;border-radius:10px;background-image:var(--orange-gradient)}.card-container{box-sizing:border-box;display:flex;flex-direction:column;align-items:center;justify-content:start;gap:5px}.card-image{width:75px;height:75px;margin:auto 0}.card-image-container{width:100%;min-height:100px;box-sizing:border-box;border-radius:10px;display:flex;flex-direction:row;justify-content:space-between}.card-image-container-space{width:20%;height:auto;box-sizing:border-box;padding:10px 0;margin:0 auto}.card-title-container{width:100%;height:60px;box-sizing:border-box;text-align:center;display:flex;flex-direction:column;justify-content:space-between;align-items:center;overflow:hidden}.card-price-level-container{width:100%;height:15px;box-sizing:border-box;padding:0 10px;display:flex;flex-direction:row;justify-content:space-between}.card-subtitle-container{width:100%;box-sizing:border-box;text-align:center}.card-button-container{width:100%}#user-page-header-container{width:100%;min-height:50px;display:flex;gap:5px;align-items:center}.user-page-header-info-container,.user-page-header-info-line{display:flex;flex-direction:row;gap:5px;justify-content:space-between;align-items:center}.user-page-header-info-line{min-width:30%}.user-page-header-data{max-width:70%;word-break:break-word}.user-page-card-statistic{width:100%;height:140px;box-sizing:border-box;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;gap:5px}.user-page-card-statistic,.user-page-card-statistic *{color:#fff}#user-page-card-level{font-size:80px;font-weight:600;line-height:90%}#user-page-card-level-title{font-size:20px;font-weight:600}.user-page-card-statistic-content{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:0}.user-page-card-statistic-time{font-size:36px;font-weight:600}.rent-card-container{width:100%;height:60px;min-height:60px;display:flex;flex-direction:row;justify-content:start;align-items:center;gap:5px}.rent-card-image{width:60px;height:60px;border-radius:10px;background:var(--blue-gradient)}.rent-card-info-container{width:100%;height:100%;display:flex;flex-direction:column;justify-content:space-between;align-items:start;padding:5px 0}.rent-card-info-title{width:100%;height:100%;display:flex;flex-direction:row;justify-content:start;align-items:center}.rent-card-info-time-container{width:100%;display:flex;flex-direction:row;justify-content:start;align-items:center;gap:20px}.select-container{width:100%;box-sizing:border-box}.select{width:100%;min-height:30px;box-sizing:border-box}.product-page-rent-time-container{display:flex;flex-direction:row;justify-content:space-between;align-items:center;margin:10px 0}.product-page-rent-time-combobox-container{width:60%;text-wrap:nowrap;display:flex;flex-direction:row;flex-wrap:nowrap;align-items:center;gap:5px}.product-card-image-container{width:100%;height:330px;box-sizing:border-box;border-radius:10px;display:flex;flex-direction:row;justify-content:center;align-items:center}.product-card-image{width:100%;height:100%;border-radius:10px}.product-card-level-container{width:100%;display:flex;flex-direction:row;justify-content:center}.product-card-level{width:65%;box-sizing:border-box;background-image:var(--accent-gradient);color:#fff;border-radius:10px;display:flex;flex-direction:row;justify-content:center;align-items:center;padding:10px}.product-card-header-info-container,.product-card-header-info-line{display:flex;flex-direction:row;gap:5px;justify-content:space-between;align-items:center}.product-card-header-info-line{min-width:30%}.product-card-header-data{max-width:70%;word-break:break-word;text-align:end}.rent-page-rent-time-container{display:flex;flex-direction:row;justify-content:space-between;align-items:center;margin:10px 0}.rent-page-rent-time-combobox-container{width:60%;text-wrap:nowrap;display:flex;flex-direction:row;flex-wrap:nowrap;align-items:center;gap:5px}.system-page-container{width:100%;height:calc(100vh - (var(--tg-safe-area-inset-top) + var(--tg-content-safe-area-inset-top)));text-align:center;color:#aaa;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:10px;padding:0 20px;padding-bottom:calc(var(--tg-safe-area-inset-top) + var(--tg-content-safe-area-inset-top))}.system-page-big-image{width:100px;height:100px}.system-page-animation-rotate-enter{opacity:0}.system-page-big-image.entered{animation:rotate-loader 1s infinite}@keyframes rotate-loader{0%{transform:rotate(0)}to{transform:rotate(360deg)}}
