.book-form { position: relative; margin: 20px auto; width: 600px; padding: 30px 40px; display: block; border-radius: 8px; outline: 1px solid rgba(0,0,0,.1); }
.book-form h2 { margin: 20px 0 18px; font-weight: 800; }
.book-form .flex { position: relative; width: 100%; display: flex; gap: 10px; }
.book-form .item { position: relative; display: inline-block; width: 100%; height: 46px; box-sizing: border-box; font-size: 14px; padding: 14px; border-radius: 8px; background-color: #f1f1f1; border: none; outline: 1px solid rgba(0,0,0,.3); margin: 8px 0 8px 0; color: black; }
.book-form textarea.item { height: 70px; }
.book-form .text { position: relative; width: 100%; display: inline-block; margin: 24px 0 4px; line-height: 18px; font-size: 14px; font-family: Helvetica Neue, Helvetica, Inter, Roboto, Arial; text-align: justify; }
.book-form .note { position: relative; display: inline-block; width: 100%; font-size: 12px; margin: 8px 0; font-family: Helvetica Neue, Helvetica, Inter, Roboto, Arial; color: #2F2F2F; }
.book-form .text a { text-decoration: underline; color: black; }

.book-form h2 .ico { position: relative; display: inline-block; width: 36px; height: 36px; margin-right: 8px; top: 5px; }
.book-form .item-wrap { position: relative; width: 100%; }
.book-form .item-wrap.half { width: 50%; }
.book-form .item-wrap .title { font-size: 12px; color: #2F2F2F; }
.book-form .ico.close { position: absolute; width: 20px; height: 20px; right: 30px; top: 30px; cursor: pointer; }
.book-form .ico.close:hover { transform: rotate(-90deg); transition: .2s ease-out; }

.book-form .bottom-wrap {position: relative; width: 100%; display: flex; justify-items: center; margin-top: 20px; }
.book-form .bottom-wrap .button { position: relative; flex: 1; width: 100%; display: flex; align-items: center; justify-content: center; border-radius: 10px; font-size: 16px; font-weight: bold; padding: 16px 24px; font-family: Helvetica Neue, Helvetica, Inter, Roboto, Arial; text-decoration: none; color: black; user-select: none; cursor: pointer; }
.book-form .bottom-wrap .button.main { background-color: #a2a2a2; color: white; }
.book-form .bottom-wrap .button.main.active { background-color: #0089ff; }
.book-form .bottom-wrap .button.main:hover { background-color: black; }

.book-form .daykeeper-wrap { position: relative; width: 100%; }
.book-form .daykeeper-wrap .arrow { position: absolute; top: 52px; width: 20px; height: 20px; padding: 14px; border-radius: 12px; background-color: white; background-image: url('https://highcityappliance.com/images/ico/ico-arrow-left.svg'); background-repeat: no-repeat; background-position: center center; background-size: 16px 16px; cursor: pointer; z-index: 2; }
.book-form .daykeeper-wrap .arrow.left { left: -28px; box-shadow: 0px 3px 12px -5px rgba(0,0,0,.3); }
.book-form .daykeeper-wrap .arrow.right { right: -28px; transform: rotate(180deg); box-shadow: 0px -3px 12px -5px rgba(0,0,0,.3); }
.book-form .daykeeper { position: relative; width: 100%; height: 88px; display: block; overflow: hidden; }
.book-form .daykeeper .day-wrap { display: flex; gap: 8px; min-width: 100%; min-height: 130px; margin-top: 4px; overflow-x: auto; overflow-y: hidden; -ms-overflow-style: none; -webkit-overflow-scrolling: touch;  }
.book-form .daykeeper .day-wrap .day { position: relative; display: flex; flex-direction: column; justify-items: center; align-items: center; height: 40px; padding: 20px; border-radius: 14px; border: 1px solid rgba(0,0,0,0.6); color: black; font-family: Helvetica Neue; user-select: none; cursor: pointer; }
.book-form .daykeeper .day-wrap .day.irrelevant { opacity: .3; cursor: default; }
.book-form .daykeeper .day-wrap .day.today:before { content: ''; position: absolute; bottom: 10px; width: 5px; height: 5px; border-radius: 3px; background-color: black; }
.book-form .daykeeper .day-wrap .day.today.active:before { background-color: white; }
.book-form .daykeeper .day-wrap .day.active { color: white; background-color: black; }
.book-form .daykeeper .day-wrap .day b { position: relative; width: 36px; text-align: center; font-size: 18px; font-weight: bold; } 
.book-form .daykeeper .day-wrap .day i { position: relative; width: 36px; text-align: center; font-size: 13px; font-style: normal; }
.book-form .daykeeper .day-wrap .day:hover {}
.book-form .daykeeper .day-wrap .day.irrelevant:hover {}
.book-form .daypart-wrap { position: relative; width: 100%; margin-top: 14px; }
.book-form .daypart { position: relative; width: 100%; display: flex; gap: 8px; }
.book-form .daypart .part { position: relative; display: flex; flex-direction: column; justify-items: center; align-items: center; width: 100%; padding: 16px 6px; border-radius: 14px; border: 1px solid rgba(0,0,0,0.6); color: black; font-family: Helvetica Neue; user-select: none; cursor: pointer; }
.book-form .daypart .part.active { color: white; background-color: black; }
.book-form .daypart .part.irrelevant { opacity: .3; cursor: default; }
.book-form .daypart .part b { position: relative; text-align: center; font-size: 15px; font-weight: bold; }
.book-form .daypart .part i { position: relative; text-align: center; font-size: 13px; font-style: normal; }
.book-form .check-wrap { position: relative; width: 100%; display: inline-block; }
.book-form .check-wrap input { display: none; }
.book-form .check-wrap label { position: relative; padding-left: 36px; width: calc(100% - 36px); height: 100%; display: flex; flex-direction: column; justify-content: center; cursor: pointer; user-select: none; }
.book-form .check-wrap label:before { content: ''; position: absolute; left: 0; width: 22px; height: 22px; background-position: center center; background-size: 100% 100%; background-repeat: no-repeat; background-image: url('https://highcityappliance.com/images/ico/ico-checkbox-empty.svg'); }
.book-form .check-wrap input:checked + label:before { background-image: url('https://highcityappliance.com/images/ico/ico-checkbox.svg'); }
.book-form .check-wrap label b { font-size: 14px; font-weight: normal; color: black; }
.book-form .check-wrap label i { font-size: 12px; font-style: normal; color: #636363; }
.book-form .item.red-outline { outline: 1px solid red; outline-offset: 1px; }

@media screen and (max-width: 680px) {
.book-form { width: calc(100% - 80px); padding: 30px 40px; outline-offset: -4px;}
}

@media screen and (max-width: 580px) {
.book-form { width: calc(100% - 40px); padding: 20px;}
.book-form .daykeeper-wrap .arrow.left { left: -18px; }
.book-form .daykeeper-wrap .arrow.right { right: -18px; }
}

@media screen and (max-width: 550px) {
.book-form .flex { flex-direction: column; gap: 5px; }
.book-form .check-wrap { margin-bottom: 10px; }
.book-form .daypart { display: grid; grid-template-columns: repeat(2, 1fr); }
.book-form .daypart .part { width: calc(100% - 16px); }
.book-form .page .item,
.book-form .page textarea.item  { font-size: 17px; }
}