.calendar{background:var(--product-bg);padding:20px;border-radius:12px;box-shadow:0 5px 15px #0000001a;width:500px}.calendar__header{display:flex;justify-content:space-between;align-items:center;-webkit-user-select:none;user-select:none}.calendar__header button{background:none;outline:none;border:none;width:60px;height:40px;display:flex;align-items:center;justify-content:center;border-radius:6px;transition:all .3s;cursor:pointer}.calendar__header button:before{content:"";display:inline-block;width:20px;height:20px;background:url(/build/assets/arrow-B8z3vbxE.svg) no-repeat;background-size:100%}.calendar__header button:hover{background:#3f3636}.weekdays,.days{display:grid;grid-template-columns:repeat(7,1fr);gap:5px;margin-top:10px}.day{text-align:center;padding:10px;border-radius:6px;background:var(--calendar-day);cursor:pointer;border:1px solid #0000;transition:all .1s}.day:hover{border:1px solid #fff}.day.active{background:#b7ab1d;color:#fff}.day__name{text-align:center;padding:10px;font-weight:600;border-radius:6px}.empty{height:40px}.today{background:#fff;color:#000;border:1px solid #0000}.prev__month:before{transform:rotate(180deg)}.past{background:var(--prev-days);cursor:default;border:none}.past:hover{border:none}.filling_row{margin-left:-30px}.filling-item{width:calc(33% - 30px);margin:0 0 30px 30px;padding:20px;border:1px solid #ededed;border-radius:10px}.filling-item .checkbox-item.radio .checkbox-item__checkmark{top:3px}.filling-item img{max-width:100%;max-height:100%}.filling-item__img-wrap{display:block;margin-left:-36px}.photo__img{max-width:100%}.photo{position:relative;width:300px;height:174px;border-radius:10px}.photo img{border-radius:10px;width:100%;height:100%;object-fit:cover;object-position:center}.delete{position:absolute;top:-15px;right:-15px;font-size:50px;width:52px;background:#695050;height:52px;display:flex;align-items:center;justify-content:center;border-radius:50%;padding-bottom:6px;font-weight:400;cursor:pointer;color:#fff}input[type=range]{background:none;border-radius:3px;padding:0;position:relative;-webkit-appearance:none;-moz-appearance:none;appearance:none;top:-8px;outline:none}input[type=range]::-webkit-slider-runnable-track{height:8px;background:var(--link-color);border-radius:3px}input[type=range]::-moz-range-track{height:8px;background:var(--link-color);border-radius:3px}input[type=range]::-webkit-slider-thumb{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:24px;height:24px;background:#fff;border:2px solid var(--link-color);border-radius:50%;cursor:pointer;margin-top:-7px}input[type=range]::-moz-range-thumb{width:20px;height:20px;background:#fff;border-radius:50%;cursor:pointer}
