@import url(https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap);*{margin:0;padding:0;box-sizing:border-box}body,html{height:100%;width:100%}html{overflow:hidden}body{margin:0;display:flex;min-width:320px}body,button{font-family:Inter,serif;font-size:14px}button{cursor:pointer;border:transparent;background:none;line-height:14px;font-weight:600}#app{height:100%;width:100%}.title{font-size:24px;font-weight:600;line-height:25px;color:#242424}.highlight{background-color:#d19b3f;font-weight:600}.search{display:flex;align-items:center;height:40px;width:26%;gap:4px;padding:0 12px;border-radius:4px;border:1px solid #e7e6e4}.search__input{width:100%;border:none;outline:none}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{border-radius:6px}::-webkit-scrollbar-thumb{border-radius:6px;background-color:#cecdca}.question-item{border:1px solid #cecdca;border-radius:12px;overflow:hidden;cursor:pointer}.question-item__header{display:flex;justify-content:space-between;align-items:center;padding:20px 24px;border-radius:12px}.question-item__title{font-size:16px;font-weight:500;line-height:17.6px}.question-item__content{display:flex;flex-direction:column;gap:24px;padding:20px 24px;background-color:#faf4ea}.question-item__content-label{width:-moz-fit-content;width:fit-content;display:flex;align-items:center;justify-content:center;background-color:#d19b3f;color:#fff;padding:9.5px 15.5px;border-radius:157px;line-height:14.7px;font-weight:500}.question-item__content-instruction{display:flex;flex-direction:column;gap:48px}.question-item__content-instruction--item{display:flex;flex-direction:column;font-size:16px;gap:24px}.question-item__content-instruction--item-text{display:flex;flex-direction:column;gap:12px}.question-item__content-instruction--item-title{font-size:18px;font-weight:500}.flipped{color:#fff;background-color:#b8842c;transition:all .3s ease}.flipped__icon{transform:rotate(180deg)}.header{justify-content:space-between;width:100%;height:70px;z-index:1;background-color:#242424;padding:0 24px}.header,.header__left{display:flex;align-items:center}.header__left{width:50%;text-decoration:none}.header__left-text{font-size:16px;line-height:16px;margin-left:16px;text-transform:uppercase;color:#fff}.layout,.layout__header{display:flex;flex-direction:column}.layout__header{gap:8px;padding:30px 24px}.layout__header-info{display:flex;justify-content:space-between;align-items:center}.layout__header-goBack{display:flex;align-items:center;gap:6px;color:#d19b3f}.layout__content{display:flex;flex-direction:column;max-height:calc(100vh - 235px);overflow-y:auto}.chapterPage__content{display:flex;flex-direction:column;gap:8px;padding:24px}.chapter-item{display:flex;align-items:center;justify-content:space-between;position:relative;padding:20px 24px;height:80px;border:1px solid #cecdca;border-radius:12px;cursor:pointer}.chapter-item__title{font-size:18px;font-weight:500;line-height:19px}.chapter-item__image{position:absolute;top:30%;left:50%}.chapter-item__image svg{width:6.3rem;height:3.5rem}.chapter-item__button{display:flex;align-items:center;gap:6px}.chapter-item__button button{color:#d19b3f}.mainPage__contacts[data-v-4710de41]{display:flex;gap:26px}.mainPage__contacts-item[data-v-4710de41]{display:flex;flex-direction:column;gap:12px}.mainPage__contacts-time[data-v-4710de41]{display:flex;flex-direction:column;gap:2px}.mainPage__button[data-v-4710de41]{display:flex;align-items:center;justify-content:center;color:#fff;gap:6px;width:163px;height:40px;border-radius:4px;background-color:#d19b3f}.mainPage__content[data-v-4710de41]{display:flex;flex-direction:column;gap:20px;padding:30px 24px 36px}