@charset "UTF-8";@import"https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap";.main-header{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;color:#eee;background-color:#393e46;padding:12px 100px;font-size:18px}.main-header .logo{justify-self:start}.main-header .logo a{display:flex;gap:14px;align-items:center}.main-header .logo .page-name{display:none}.main-header .logo img{width:40px}.main-header .menu{justify-self:center}.main-header .menu-items{display:flex;list-style:none;gap:24px}.main-header .menu-item.is--active{color:#fd7014}.main-header .menu-item a{transition:color .2s ease-in-out}.main-header .menu-item a:hover{color:#fd7014}.main-header .mobile-menu{display:none}.main-header .authorization{justify-self:end}.main-header .authorization .auth{display:flex;align-items:center;gap:12px}.main-header .authorization .auth a{transition:color .2s ease-in-out}.main-header .authorization .auth a.is--active,.main-header .authorization .auth a:hover{color:#fd7014}.main-header .authorization .auth .logout{display:flex;align-items:center;font-size:20px;color:#fd7014;cursor:pointer}.main-header .authorization .auth .logout:hover{color:#eee}@media (max-width: 1024px){.main-header{padding:12px 48px}.main-header .logo-text{display:none}.main-header .menu-items{gap:18px}}@media (max-width: 764px){.main-header{display:block;padding:12px 24px;position:fixed;width:100%;z-index:100;left:0;top:0}.main-header .logo{display:flex;justify-content:space-between;align-items:center;width:100%}.main-header .logo .page-name{display:block}.main-header .menu,.main-header .authorization{display:none}.main-header .mobile-menu{display:block;position:fixed;z-index:100;bottom:0;left:0;background-color:#393e46;width:100%;padding:12px 24px}.main-header .mobile-menu .menu-items{justify-content:space-between;font-size:24px}}@media (max-width: 540px){.main-header .mobile-menu .menu-items{font-size:20px}}.main-footer{background-color:#393e46;color:#eee;padding:12px 100px}.main-footer .document-link{text-decoration:underline;font-size:12px}@media (max-width: 764px){.main-footer{display:none}}.input-field{position:relative}.input-field__icon{position:absolute;top:12px;left:12px;color:#393e46;font-size:18px}.input-field.is-error .input-field__inner input{border:1px solid #e93f3f;color:#e93f3f}.input-field.is-error .input-field__icon{color:#e93f3f}.input-field .passread{position:absolute;top:14px;right:12px;color:#393e46;cursor:pointer;font-size:18px}.input-field__inner input{width:100%;border:1px solid #222831;outline:none;padding:12px 14px 12px 36px;border-radius:12px;font-size:16px}.input-field__error{color:#e93f3f;position:absolute;bottom:-15px;font-size:12px}.auth-page{display:flex;align-items:center;justify-content:center;height:100vh;background-color:#222831}.auth-page__header{display:flex;justify-content:center;margin-bottom:24px}.auth-page__header img{width:100px}.auth-page__form{width:100%;max-width:450px;padding:36px 24px;border-radius:30px;background-color:#eee;box-shadow:0 0 20px -9px #fd7014}.auth-page__form form{display:flex;flex-direction:column;gap:24px}.auth-page__form form button{margin:0 auto}.auth-page__link{display:block;margin-top:12px;text-align:center;font-size:12px;color:#222831}.auth-page__link:hover span{text-decoration:underline}.auth-page__link span{color:#fd7014}.auth-page__error{color:#e93f3f;font-size:14px;text-align:center}.auth-page__error:first-letter{text-transform:uppercase}@media (max-width: 524px){.auth-page{align-items:flex-end}.auth-page__form{padding-top:124px;max-width:100%;border-bottom-right-radius:0;border-bottom-left-radius:0;height:80vh}}.button{border:1px solid #fd7014;background-color:#fd7014;color:#eee;padding:8px 16px;border-radius:8px;width:fit-content;text-transform:uppercase;cursor:pointer;transition:color .3s,background-color .3s,border .3s}.button-blue{background-color:#007bff}.button:hover{background-color:#eee;border:1px solid #eeeeee;color:#fd7014}.button:active{background-color:#222831;border:1px solid #eeeeee;color:#eee}.button:disabled{opacity:.6;cursor:default}.course-card{width:100%;height:320px;background-color:#eee;border-radius:14px;overflow:hidden;padding:8px;box-shadow:0 0 20px -14px #fd7014;transition:transform .3s,color .3s,background-color .3s,box-shadow .3s;position:relative;display:flex;flex-direction:column}.course-card:hover{background-color:#fd7014;box-shadow:0 0 20px -7px #eee;transform:scale(1.02);cursor:default}.course-card:hover .course-description h3{color:#eee}.course-card:hover button{background-color:#eee;color:#fd7014}.course-card .course-image{width:100%;height:150px;object-fit:cover;border-radius:10px;background-color:#393e4680}.course-card .course-description{padding:8px 12px;color:#222831;display:flex;flex-direction:column;gap:6px;flex:1}.course-card .course-description button{align-self:flex-end;margin-top:auto}.course-card .course-description h3{color:#fd7014;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}.course-card .course-description p{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}.course-card .course-meta{position:absolute;top:12px;left:12px;display:flex;gap:6px}.course-card .course-meta div{background-color:#fd7014;padding:4px 8px;border-radius:8px;color:#eee}.course-students{display:flex;align-items:center;margin-top:12px;margin-left:10px;gap:6px;color:#eee}.course-students__avatars{display:flex}.course-students__avatar{background-color:#c4c4c4;opacity:.9;width:30px;height:30px;border-radius:50%;display:flex;justify-content:center;align-items:center;margin-left:-10px;box-shadow:0 0 5px #0003}.course-students__count,.course-students__description{font-style:italic}.search-course{position:relative;color:#393e46}.search-course__icon{position:absolute;left:12px;top:12px}.search-course__clear{background-color:inherit;border:none;color:#222831;position:absolute;right:11px;top:11px;font-size:18px;cursor:pointer}.search-course .input{padding-left:38px;width:400px}@media (max-width: 764px){.search-course,.search-course .input{width:100%}}.theme-item{background-color:#eee;padding:18px 14px;border-radius:14px;cursor:pointer;transition:transform .3s ease-in;position:relative;font-size:18px;color:#222831}.theme-item:hover{transform:scale(1.02)}.theme-item .icon{font-size:24px;min-width:24px}.theme-item .done-icon{font-size:28px;position:absolute;left:-18px;top:calc(50% - 14px)}.theme-item.is--done{color:#fd7014}.theme-item__title{display:flex;gap:8px;align-items:center}.lesson-comments{margin-top:84px}.lesson-comments__header{margin-bottom:12px}.lesson-comments__title{text-transform:uppercase;color:#fd7014}.lesson-comments .new-comment__input .reply-comm{color:#007bff;display:block;margin-bottom:12px}.lesson-comments .new-comment textarea{resize:none;height:64px;-ms-overflow-style:none;scrollbar-width:none}.lesson-comments .new-comment textarea::-webkit-scrollbar{width:0;background:transparent}.lesson-comments .new-comment.is--active .new-comment__bottom{display:flex}.lesson-comments .new-comment__bottom{position:relative;display:none;justify-content:space-between;align-items:center;margin:12px 0}.lesson-comments .new-comment__bottom .buttons{display:flex;align-items:center;gap:12px}.lesson-comments .new-comment__bottom .buttons .button-cancel{background-color:transparent;border:none;padding:0;opacity:.8}.lesson-comments .new-comment__bottom .emoji-block{position:absolute;z-index:100;bottom:110%;display:none;width:350px}.lesson-comments .new-comment__bottom .emoji-block.is--active{display:block}@media screen and (max-width: 520px){.lesson-comments .new-comment__bottom .emoji-block{width:100%;right:0;left:0}}.lesson-comments .new-comment__bottom .comments-new__emoji{display:flex;align-items:center;justify-content:center;width:32px;height:32px;font-size:24px;background:transparent;border:none;border-radius:50%;transition:all .3s;color:#fd7014;background-color:#eee;cursor:pointer}.lesson-comments .new-comment__bottom .comments-new__emoji:focus{outline:none}@media screen and (hover: hover){.lesson-comments .new-comment__bottom .comments-new__emoji:hover{background:#fd7014;color:#eee}}.lesson-comments__list{background-color:#fff;margin:16px 0;padding:12px;max-height:350px;overflow-y:auto;scrollbar-width:thin;scrollbar-color:#888 transparent}.lesson-comments__list::-webkit-scrollbar{width:6px;height:6px}.lesson-comments__list::-webkit-scrollbar-thumb{background-color:#888;border-radius:3px}.lesson-comments__list::-webkit-scrollbar-track{background:transparent}.lesson-comments__list .comment.comment-question>.comment-data{padding:6px}.lesson-comments__list .comment.comment-question .admin-buttons{display:flex;gap:6px;font-size:12px;justify-content:flex-end;color:#007bff}.lesson-comments__list .comment.comment-question .admin-buttons span{cursor:pointer}.lesson-comments__list .comment.comment-question .admin-buttons span:hover{text-decoration:underline}.lesson-comments__list .comment.comment-answer .comment-author{color:#007bff}.lesson-comments__list .comment-wrapper{display:flex;gap:12px}.lesson-comments__list .comment-wrapper .user-icon{width:36px;height:36px;border-radius:50%;background-color:#393e4666;display:flex;align-items:center;justify-content:center}.lesson-comments__list .comment-wrapper .comment-data{flex:1}.lesson-comments__list .comment-header{display:flex;justify-content:space-between;align-items:center}.lesson-comments__list .comment-author{color:#fd7014;margin-bottom:6px;font-size:14px}.lesson-comments__list .comment-date{opacity:.8;font-size:12px}.lesson-comments__list .comment .answers-list{padding:14px 0 12px 12px;display:flex;flex-direction:column;gap:6px;border-left:1px solid rgba(57,62,70,.4);margin:0 0 12px 18px}.lesson-comments__list .comment .answers-list .user-icon{width:28px;height:28px}@media screen and (max-width: 520px){.lesson-comments{padding:12px}}.modal-wrapper{display:none;justify-content:center;align-items:center;width:100%;height:100vh;position:fixed;top:0;left:0;background-color:#22283180;z-index:100;color:#222831;padding:12px}.modal-wrapper.is--active{display:flex}.modal-wrapper .modal{max-width:500px;width:100%;height:fit-content;background-color:#eee;border-radius:18px;display:flex;flex-direction:column}.modal-wrapper .modal-header{display:flex;justify-content:space-between;align-items:center;padding:18px 24px;border-bottom:1px solid #fd7014}.modal-wrapper .modal-header__title{font-size:18px;font-weight:500}.modal-wrapper .modal-header__button{color:#fd7014;border:none;background-color:none;font-size:28px;color:#222831;display:flex;justify-content:center;align-items:center;cursor:pointer;transition:color .3s ease-in-out}.modal-wrapper .modal-header__button:hover{color:#fd7014}.modal-wrapper .modal-content{padding:24px;flex:1}.checkbox-wrapper-28{--size: 25px;position:relative}.checkbox-wrapper-28 *,.checkbox-wrapper-28 *:before,.checkbox-wrapper-28 *:after{box-sizing:border-box}.checkbox-wrapper-28 .promoted-input-checkbox{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.checkbox-wrapper-28 input:checked~svg{height:calc(var(--size) * .6);-webkit-animation:draw-checkbox-28 ease-in-out .2s forwards;animation:draw-checkbox-28 ease-in-out .2s forwards}.checkbox-wrapper-28 label{color:#007bff;line-height:var(--size);cursor:pointer;position:relative}.checkbox-wrapper-28 label:after{content:"";height:var(--size);width:var(--size);margin-right:8px;float:left;border:2px solid #007bff;border-radius:3px;transition:.15s all ease-out}.checkbox-wrapper-28 svg{stroke:#007bff;stroke-width:3px;height:0;width:calc(var(--size) * .6);position:absolute;left:calc(var(--size) * .21);top:calc(var(--size) * .2);stroke-dasharray:33}@-webkit-keyframes draw-checkbox-28{0%{stroke-dashoffset:33}to{stroke-dashoffset:0}}@keyframes draw-checkbox-28{0%{stroke-dashoffset:33}to{stroke-dashoffset:0}}.admin-course__page .admin-page__header .button{font-size:24px;padding:0;width:30px;height:30px;display:flex;justify-content:center;align-items:center}.admin-course__page .course-data__wrapper{border:1px solid #eeeeee;padding:18px;border-radius:18px;color:#eee;margin-bottom:12px}.admin-course__page .course-data__wrapper>h3{font-size:28px;margin-bottom:14px;color:#fd7014}.admin-course__page .course-data__wrapper form{display:flex;flex-direction:column;gap:14px}.admin-course__page .course-data__wrapper .save-button{align-self:flex-end}.admin-course__page .course-data__form form .course-poster__wrapper #course-poster{display:none}.admin-course__page .course-data__form form .course-poster__wrapper label{color:#007bff;text-decoration:underline;cursor:pointer}.admin-course__page .add-course__data>p{margin-bottom:12px;font-size:18px}.admin-course__page .add-course__data .ck-editor{color:#222831;border-radius:12px}.admin-course__page .add-course__data .ck-editor .ck-content{min-height:300px}.admin-course__page .add-content{display:flex;flex-direction:column;gap:14px}.admin-course__page .lesson-data{display:flex;flex-direction:column;gap:24px}.admin-course__page .theme-list{display:flex;flex-direction:column;gap:12px}.loader-wrapper{display:flex;justify-content:center;align-items:center;height:180px}.loader-wrapper .loader{width:48px;height:48px;background:#eee;border-radius:50%;position:relative;animation:skLinRotate 1s ease-in-out infinite alternate}.loader-wrapper .loader:after{content:"";position:absolute;top:5px;right:5px;bottom:5px;left:5px;border-radius:50%;border:5px solid transparent;border-top-color:#fd7014}@keyframes skLinRotate{95%,to{transform:rotate(840deg)}}.home-page{text-align:center;padding:120px 0}.home-page img{width:200px;margin:0 auto 24px}.home-page a{display:inline-block;color:#fff;padding:12px 24px;border-radius:12px;background-color:#fd7014;margin:12px 0}.courses-page .courses-list{display:grid;justify-content:center;grid-template-columns:repeat(auto-fit,300px);gap:20px;padding:20px}.courses-page__header{display:flex;justify-content:flex-end;align-items:center;padding:12px 0}@media (max-width: 1024px){.courses-page .courses-list{grid-template-columns:repeat(auto-fit,270px);padding:20px 0}}@media (max-width: 764px){.courses-page .courses-list{grid-template-columns:1fr}}.course-page .course-header{background-color:#fd7014;border-radius:18px;padding:32px;color:#222831}.course-page .course-header h1{color:#eee;margin-bottom:12px}.course-page .course-header .course-description{max-width:800px}.course-page .course-header .course-description h2{margin-bottom:12px}.course-page .course-header .course-description p{color:#393e46;font-size:18px}.course-page .course-header .course-description .certificate-btn{margin-bottom:12px}.course-page .course-themes{padding:32px 0}.course-page .course-themes__title{color:#eee}.course-page .course-themes__list{display:flex;flex-direction:column;gap:12px;padding:32px 0}.course-page .course-tests__list{display:flex;flex-direction:column;gap:12px}.course-page .course-tests__list .tests-title{color:#eee}.course-page .course-tests__list .test-item{background-color:#eee;padding:18px 14px;border-radius:14px;cursor:pointer;transition:transform .3s ease-in;position:relative;font-size:18px;color:#222831;display:flex;justify-content:space-between;font-weight:500}.course-page .course-tests__list .test-item.is--active{background-color:#fd7014;color:#fff}.course-page .course-tests__list .test-item:hover{transform:scale(1.02)}.leaderboard-page__header{margin-bottom:12px;display:flex;flex-direction:column;align-items:center;justify-content:center}.leaderboard-page__header h1{color:#eee;position:relative}.leaderboard-page__header h1:before{position:absolute;content:"";display:block;width:25px;height:1.5px;right:-30px;top:50%;background-color:#eee;transform:translateY(-50%)}.leaderboard-page__header h1:after{position:absolute;content:"";display:block;width:25px;height:1.5px;left:-30px;top:50%;background-color:#eee;transform:translateY(-50%)}.leaderboard-page .user-items{display:flex;flex-direction:column;gap:12px}.leaderboard-page .user-item{background-color:#eee;border-radius:12px;padding:12px;display:flex;gap:12px}.leaderboard-page .user-item p{flex:1}.leaderboard-page .user-item:nth-child(1){background-color:#fd7014;color:#eee;font-weight:500;padding:20px 12px}.leaderboard-page .user-item:nth-child(2),.leaderboard-page .user-item:nth-child(3){border:2px solid #fd7014;color:#fd7014;font-weight:500;padding:16px 12px}.events-page p{color:#eee;text-align:center}.profile-page{padding-top:0!important}.profile-page__header{background:linear-gradient(to right,#fd7014,#eee);border-bottom-left-radius:28px;border-bottom-right-radius:28px;height:180px;margin-bottom:65px;position:relative}.profile-page__header .profile-image__wrapper input{display:none}.profile-page__header .profile-image{border-radius:50%;position:absolute;height:160px;width:160px;object-fit:cover;left:64px;bottom:-65px;border:4px solid #222831;background-color:#393e46}.profile-page__header .user-role{font-size:22px;display:flex;gap:6px;align-items:center;color:#222831;justify-content:flex-end;position:absolute;right:64px;bottom:20px;font-weight:500}.profile-page__header .user-role__icon{color:#fd7014}.profile-page__header .mobile-logout{display:none;color:#007bff;position:absolute;right:32px;top:74px;font-size:20px;cursor:pointer}.profile-page__description{padding:12px 64px;display:flex;justify-content:space-between;gap:12px}.profile-page__description .user-info{display:flex;flex-direction:column;gap:12px}.profile-page__description .username{color:#eee;font-size:52px}.profile-page__description .user-description,.profile-page__description .user-phone{font-size:24px;color:#fd7014}.profile-page__description .user-achievements{flex:1;display:grid;grid-template-areas:"a b" "a c";gap:6px;align-items:stretch;justify-items:stretch;justify-content:stretch;align-content:stretch}.profile-page__description .user-achievements .item{border-radius:12px;background-color:#eee;color:#222831;display:flex;flex-direction:column;gap:6px;justify-content:center;align-items:center;font-weight:500}.profile-page__description .user-achievements .points{grid-area:a;background-color:#fd7014;color:#eee}.profile-page__description .user-achievements .themes{grid-area:b;background:linear-gradient(to right,#fd7014,#eee)}.profile-page__description .user-achievements .tests{grid-area:c;background:linear-gradient(to right,#fd7014,#eee)}.profile-page__description .other{padding-top:12px;display:flex;flex-direction:column;gap:12px;width:300px}.profile-page__description .other-title{font-size:22px;align-items:center;color:#eee;text-align:right}.profile-page .last-course{padding:12px 64px}.profile-page .last-course__title{margin-bottom:12px;color:#eee}.profile-page .last-course .course-card{display:flex;height:220px;flex-direction:row}.profile-page .last-course .course-card .course-image{height:100%;width:45%}.profile-page .last-course .course-card .course-description{height:100%}.profile-page .last-course .course-card .course-description p{display:-webkit-box;-webkit-line-clamp:4;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}.profile-page .edit-profile__form{display:flex;flex-direction:column;gap:12px}.profile-page .edit-profile__form__buttons{display:flex;gap:12px}@media (max-width: 920px){.profile-page .profile-image{width:120px;height:120px;left:32px;bottom:-45px}.profile-page .user-role{font-size:18px;right:32px;bottom:12px}.profile-page__description{padding:12px 32px}.profile-page__description .username{font-size:36px}.profile-page__description .user-description{font-size:20px}.profile-page__description .user-phone{font-size:18px}.profile-page__description .user .button{font-size:12px}.profile-page .last-course{padding:12px 32px}}@media (max-width: 764px){.profile-page .mobile-logout{display:block}}@media (max-width: 540px){.profile-page{padding-left:0!important;padding-right:0!important;border-radius:0}.profile-page__header{border-bottom-left-radius:0;border-bottom-right-radius:0}.profile-page .user-role{font-size:16px;right:24px;bottom:8px}.profile-page .mobile-logout{right:24px}.profile-page .profile-image{left:24px}.profile-page__description{flex-direction:column;padding:12px 24px}.profile-page__description .other{width:100%;height:200px}.profile-page .last-course{padding:12px 24px}.profile-page .last-course .course-card{display:block;height:fit-content}.profile-page .last-course .course-card .course-image{width:100%;height:150px}.profile-page .last-course .course-card .course-description{height:100%}.profile-page .last-course .course-card .course-description p{-webkit-line-clamp:4;flex:1}}.lesson-page .lesson-title{color:#fd7014;font-size:44px;margin-bottom:18px;text-align:center}.lesson-page .complete-button-container{position:relative;margin:24px}.lesson-page .complete-button-container .button{position:absolute;left:0;right:0;margin:0 auto}@media (max-width: 764px){.lesson-page .lesson-title{font-size:40px}.lesson-page .content{padding:12px 32px}.lesson-page .content h1{font-size:36px}.lesson-page .content h2{font-size:32px}.lesson-page .content h3{font-size:28px}.lesson-page .content h4{font-size:24px}.lesson-page .content h5{font-size:22px}.lesson-page .content h6{font-size:18px}.lesson-page .content p,.lesson-page .content ul,.lesson-page .content ol{font-size:16px;line-height:22px}}@media (max-width: 540px){.lesson-page{padding-left:0!important;padding-right:0!important}}.content,.ck-editor{color:#393e46;background-color:#fff;padding:24px 64px;max-width:100%;overflow-x:hidden}.content iframe,.ck-editor iframe{width:100%;border:none;min-height:80vh}.content h1,.content h2,.content h3,.content h4,.content h5,.ck-editor h1,.ck-editor h2,.ck-editor h3,.ck-editor h4,.ck-editor h5{color:#222831;margin:12px 0}.content h1,.ck-editor h1{font-size:42px}.content h2,.ck-editor h2{font-size:36px}.content h3,.ck-editor h3{font-size:32px}.content h4,.ck-editor h4{font-size:28px}.content h5,.ck-editor h5{font-size:24px}.content h6,.ck-editor h6{font-size:20px}.content ol,.ck-editor ol{list-style:decimal;padding-left:24px}.content ul,.ck-editor ul{list-style:circle;padding-left:24px}.content p,.content ul,.content ol,.ck-editor p,.ck-editor ul,.ck-editor ol{margin:6px 0;font-size:18px;line-height:26px;text-align:justify}.content .ql-syntax,.ck-editor .ql-syntax{background-color:#2a2a2a;color:#eee;padding:14px;border-radius:6px;max-width:100%;overflow-x:scroll}.content img,.ck-editor img{max-width:100%;height:auto}.admin-page__header{display:flex;justify-content:space-between;align-items:center;margin-bottom:22px}.admin-page__header .title{font-size:36px;color:#eee}.admin-page .courses-list{display:flex;flex-direction:column;gap:12px;margin:12px 0}.admin-page .admin-course__card{background-color:#eee;border-radius:12px;padding:12px}.admin-page .admin-course__card .course-description{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}.admin-page .admin-course__card .course-buttons{display:flex;gap:12px;justify-content:flex-end;margin-top:12px}.test-page__title{color:#eee;text-align:center;margin-bottom:12px}.test-page form .button{display:block;margin:0 auto;padding:12px 36px;font-size:16px}.test-page__questions{display:flex;flex-direction:column;justify-content:center;gap:12px;margin-bottom:24px}.test-page .question_item{flex-direction:column;align-items:self-start;display:flex;box-shadow:0 0 4px #393e46;background-color:#eee;border-radius:10px;padding:24px}.test-page .question_item h3{margin-bottom:16px}.test-page .question_item .question_option{width:100%}.test-page .question_item .question_option input{display:none}.test-page .question_item .question_option input:checked+.radio-button{opacity:1}.test-page .question_item .question_option .radio-button{display:flex;align-items:center;color:#fd7014;opacity:0}.test-page .question_item .question_option label{width:100%;padding:6px;cursor:pointer;align-items:center;display:flex;gap:6px}.test-page .question_item .question_option label:hover,.test-page .question_item .question_option label:active{background-color:#fd7014;color:#eee}.test-page .question_item .question_option label:hover .radio-button,.test-page .question_item .question_option label:active .radio-button{color:#eee}.test-page .test-result-modal{display:flex;flex-direction:column;gap:24px}.test-page .test-result-modal .button{align-self:flex-end}.certificate-page .certificate-container{overflow-x:scroll;margin:0 auto;position:relative}.certificate-page .certificate-container .certificate{width:1280px;height:1780px;background-image:url(/crtf.jpg)}.certificate-page .certificate-container p{position:absolute;font-family:Roboto}.certificate-page .certificate-container .name{left:220px;top:658px;font-weight:600;letter-spacing:2px;font-size:50px}.certificate-page .certificate-container .course{left:220px;top:825px;font-weight:600;letter-spacing:2px;font-size:50px;color:#ff6f00}.certificate-page .certificate-container .date{left:220px;top:894px;font-weight:600;letter-spacing:2px;font-size:25px}.certificate-page .certificate-button{width:200px;font-size:20px;border:1px solid var(--orange);border-radius:8px;padding:10px;background:none;font-weight:600;margin:10px auto}.certificate-page .certificate-button:hover{background-color:var(--orange)}@media (max-width: 550px){.certificate-page .certificate-button{z-index:1;transform:translateY(100px)}.certificate-page .certificate-container{transform:translateY(100px)}}*{margin:0;padding:0;box-sizing:border-box;font-family:Roboto,sans-serif}ul,ol{list-style:none}a{color:inherit;text-decoration:none}img{display:block}.base-container{display:flex;flex-direction:column;min-height:100vh;min-width:320px;background-color:#222831}.base-container main{flex:1}.page-container{padding:60px 100px}.input{padding:12px 24px;outline:none;border-radius:6px;border:none;width:100%;color:#393e46}@media (max-width: 1024px){.page-container{padding:60px 48px}}@media (max-width: 764px){.page-container{padding:76px 24px}}
