@font-face {
    font-family: "F5ka Sans Design";
    src: url("../fonts/5kaSansDesign-Thin.ttf")format("truetype"),
    url("../fonts/5kaSansDesign-Thin.otf")format("opentype");
    font-weight: 100;
}
@font-face {
    font-family: "F5ka Sans Design";
    src: url("../fonts/5kaSansDesign-Regular.ttf")format("truetype"),
    url("../fonts/5kaSansDesign-Regular.otf")format("opentype");
    font-weight: 400;
}
@font-face {
    font-family: "F5ka Sans Design";
    src: url("../fonts/5kaSansDesign-SemiBold.ttf")format("truetype"),
    url("../fonts/5kaSansDesign-SemiBold.otf")format("opentype");
    font-weight: 600;
}
@font-face {
    font-family: "F5ka Sans Design";
    src: url("../fonts/5kaSansDesign-Black.ttf")format("truetype"),
    url("../fonts/5kaSansDesign-Black.otf")format("opentype");
    font-weight: 900;
}
@font-face {
    font-family: "F5ka Sans Design";
    src: url("../fonts/5kaSansDesign-Ultra.ttf")format("truetype"),
    url("../fonts/5kaSansDesign-Ultra.otf")format("opentype");
    font-weight: 950;
}
body {
    font-family: 'F5ka Sans Design';
}
html.grayscale-filter {
    -ms-filter: grayscale(1);
    filter: grayscale(1);
}
html.sepia-filter {
    -ms-filter: sepia(1);
    filter: sepia(1);
}
html.medium-text * {
    font-size: 17px!important;
    line-height: 24px!important;
}
html.large-text * {
    font-size: 20px!important;
    line-height: 40px!important;
}


/* Стили для заблокированных заданий */
.stnew-marathon-locked-task {
    opacity: 0.6;
    pointer-events: none;
    position: relative;
}

.stnew-marathon-locked-task::after {
    content: "🔒";
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 20px;
    z-index: 10;
}

.stnew-marathon-locked-task .task-modal-button {
    background-color: #ccc !important;
    color: #666 !important;
    cursor: not-allowed !important;
}

.display-none {
    display: none!important;
}
.cookie-controller {
    display: none;
    visibility: hidden;
    width: 0;
    height: 0;
}
.invite-step-4-text {
    display: none!important;
}
.invite-step-7-text {
    display: none!important;
}
.form__window {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    height: 100vh;
    height: 100dvh;
    min-height: 100vh;
    min-height: 100dvh;
    /*position: fixed;*/
    left: 0;
    top: 0;
    padding: 20px;
    z-index: 22222;
    background-color: #048D39;
    overflow-y: auto;
}
.form__window:before {
    content: "";
    position: absolute;
    inset: 0;
    background: url("../../images/background.png");
    background-repeat: repeat;
    opacity: 0.03;
    background-size: 500px;
    z-index: -1;
}
.evgd-dadata-window .search_result {
    width: 100%;
    top: 83px;
    border: 1px solid #B2B2B2;
    border-radius: 34px;
    padding: 0;
}
.evgd-dadata-window .search_result table {
    width: 100%;
}
.evgd-dadata-window .search_result table tr td {
    padding: 12px 23px;
    border-bottom: 1px solid #B2B2B2;
    color: #333;
    font-size: 21px;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
}
.evgd-dadata-window .search_result table tr td a {
    color: #333;
}
.evgd-dadata-window .search_result table tr:last-child td {
    border-bottom: none;
}
.form__ask-help {
    display: flex;
    align-items: center;
    padding: 10px 14px;
    border-radius: 42px;
    background: rgba(255, 255, 255, 0.90);
    backdrop-filter: blur(6.099999904632568px);
    text-decoration: none;
    font-size: 20px;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
    color: #000;
    margin-left: auto;
    cursor: pointer;
}
.form__ask-help img {
    margin-right: 7px;
}
.form__logo {
    margin-bottom: 30px;
    max-width: 150px;
}
.sdh-logo {
    display: flex;
}
.enter__form--body {
    display: flex;
    flex-direction: column;
    position: relative;
    border-radius: 10px;
    background: #FFF;
    width: 530px;
    padding: 40px;
}
#register-form {
    margin-bottom: 50px;
}
.enter__form--sticker {
    position: absolute;
    right: -33px;
    top: -15px;
}
.form__title {
    font-size: 36px;
    color: #000000;
    font-style: normal;
    font-weight: 950;
    line-height: normal;
}

.gender-selection {
    display: flex;
    gap: 20px;
    margin-top: 10px;
    margin-bottom: 15px;
}

.gender-option {
    display: flex;
    align-items: center;
    cursor: pointer;
    margin-bottom: 25px;
}

.gender-option input[type="radio"] {
    margin-right: 8px;
    width: 18px;
    height: 18px;
}

.gender-label {
    font-size: 16px;
    font-weight: 500;
}

.form-link {
    color: #007bff;
    text-decoration: underline;
    font-size: 14px;
    margin-top: 5px;
    display: block;
}

.form-link:hover {
    color: #0056b3;
}

.agreements-link {
    font-size: 14px;
    line-height: 1.4;
    color: #666;
}

.agreements-link a {
    color: #007bff;
    text-decoration: underline;
}

.agreements-link a:hover {
    color: #0056b3;
}

.reg-card h1{
    margin: 0 0 20px;
    font-size: 36px;
    line-height: 1.2;
    font-weight: 800;
}

.radio-row{
    display: grid;
    grid-template-columns: 24px 1fr;
    align-items: center;
    column-gap: 12px;
    padding: 10px 6px;
    border-radius: 10px;
    cursor: pointer;
    user-select: none;
}
.radio-row + .radio-row{ margin-top: 6px; }

.radio-row input{
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.radio-row .dot{
    width: 18px;
    height: 18px;
    border-radius: 50%;
    border: 2px solid #bdbdbd;
    display: inline-block;
    position: relative;
    transition: border-color .15s ease, box-shadow .15s ease;
}

.radio-row .dot::after{
    content: "";
    position: absolute;
    left: 50%; top: 50%;
    width: 10px; height: 10px;
    transform: translate(-50%, -50%) scale(0);
    background: #0E9F6E; /* зелёный */
    border-radius: 50%;
    transition: transform .15s ease;
}

.radio-row .text{
    font-size: 18px;
    line-height: 1.4;
    color: #2b2b2b;
}

.radio-row input:checked + .dot{
    border-color: #0E9F6E;
    box-shadow: 0 0 0 4px rgba(14,159,110,0.15);
}
.radio-row input:checked + .dot::after{
    transform: translate(-50%, -50%) scale(1);
}

.radio-row:has(input:focus-visible){
    outline: 3px solid rgba(14,159,110,0.35);
    outline-offset: 2px;
}

.actions{
    margin-top: 22px;
    display: grid;
    row-gap: 10px;
    justify-items: start;
}
.form__window .btn{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 52px;
    border-radius: 16px;
    padding: 0 28px;
    font-weight: 700;
    text-decoration: none;
    border: none;
    cursor: pointer;
    width: 100%;
}
.form__window .btn-primary{
    background: #2F2F2F;
    color: #fff;
    transition: transform .05s ease, opacity .2s ease;
}
.form__window .btn-primary:active{ transform: translateY(1px); }
.form__window .btn-primary:disabled{
    opacity: .55;
    cursor: not-allowed;
}
.form__window .btn-link{
    background: transparent;
    color: #7a7a7a;
    height: auto;
    padding: 8px 0;
}


.segmented {
    position: relative;
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    background: #E4E4E4;
    border-radius: 15px;
    padding: 8px;
    height: 52px;
    user-select: none;
    gap: 8px;
    font-weight: 700;
    margin-bottom: 30px;
}

.segmented > input[type="radio"] {
    position: absolute;
    inline-size: 1px;
    block-size: 1px;
    opacity: 0;
    pointer-events: none;
}

.segmented__item {
    position: relative;
    z-index: 2;
    display: grid;
    place-items: center;
    border-radius: 10px;
    cursor: pointer;
    color: #1e1e1e;
    transition: color 0.2s ease;
    text-align: center;
    font-size: 13px;
}

.segmented__thumb {
    position: absolute;
    top: 8px;
    left: 8px;
    bottom: 8px;
    right: 8px;
    width: calc(50% - 12px);
    border-radius: 10px;
    background: #111;
    z-index: 1;
    transition: transform 0.2s ease;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.18);
}

#role-teacher:checked ~ .segmented__thumb {
    transform: translateX(0);
}
#role-member:checked ~ .segmented__thumb {
    transform: translateX(calc(100% + 8px));
}

#role-member:checked + .segmented__item {
    color: #fff;
}
#role-teacher:checked ~ .segmented__item[for="role-teacher"] {
    color: #fff;
}

.segmented__item:focus-visible {
    outline: 3px solid #30a46c;
    outline-offset: 2px;
    border-radius: 20px;
}

#school-not-in-list {
    margin-bottom: 20px;
}

.form__filed--title {
    font-size: 17px;
    color: #000000;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
    /*margin-bottom: 6px;*/
    min-height: 25px;
}
.form__field {
    border-radius: 4px;
    border: 1px solid #B2B2B2;
    background: #F4F4F4;
    margin-bottom: 35px;
    height: 50px;
    width: 100%;
    padding: 0 10px;
}
.form__enter-btn {
    display: flex;
    height: 48px;
    width: 100%;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    border-radius: 15px;
    background: #00923A;
    font-size: 16px;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
    color: #FFFFFF;
    margin-bottom: 17px;
    transition: 0.3s;
    margin-top: 5px;
}
.form__enter-btn:hover {
    /*background: #C41918;*/

    transition: 0.3s;
}
.form-forgot-psd {
    color: #000000;
    text-decoration: underline;
    margin-bottom: 32px;
    font-size: 14px;
}
.register-text {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 16px;
}
.form-forgot-password {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 15px;
    border: 1px solid #000;
    height: 50px;
    width: 100%;
    text-decoration: none;
    cursor: pointer;
    background: #FFFFFF;
    font-size: 15px;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
    color: #000000;
    transition: 0.3s;
}
.form-forgot-password:hover {
    /*border: 1px solid #E52322;*/
    /*color: #E52322;*/
    /*transition: 0.3s ease-in-out;*/
}
.form__message {
    font-size: 18px;
    color: #000000;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}
.form__message--mail {
    font-size: 18px;
    color: #000000;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
    margin-bottom: 27px;
}
.form__title--confirm {
    margin-bottom: 6px;
}
.form__question {
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-align: center;
    color: #B2B2B2;
    margin-bottom: 20px;
}
.form__ask-code-again {
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    color: #000000;
    text-decoration: underline;
    text-align: center;
    margin: 0 auto 20px auto;
}
.form__ask-code-again ~ .form__enter-btn {
    margin-top: 56px;
}
.form__agreements {
    display: flex;
    align-items: center;
    margin-bottom: 35px;
}
.form__agreements {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    color: #000000;
    display: flex;
    align-items: center;
}
.agreement__checkbox {
    position: relative;
    cursor: pointer;
    margin-right: 20px;
    outline: none;
}
.agreement__checkbox:before {
    content: "";
    display: block;
    position: absolute;
    width: 24px;
    height: 24px;
    background: #84D3A1;
    border-radius: 5px;
    top: -4px;
}
.agreement__checkbox:checked:before {
    content: "";
    display: block;
    position: absolute;
    width: 24px;
    height: 24px;
    background: url("../../images/agreecheck.svg") center;
    background-size: cover;
    border-radius: 5px;
    top: -4px;
}
.form__agreements--ask {
    font-size: 16px;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
    color: #000000;
}
.form__years-check {
    display: flex;
    border-radius: 34px;
    background: #F4F4F4;
    height: 50px;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 20px;
    padding: 5px;
}
.form__years-check input {
    display: none;
}
.form__years-check label {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-basis: 50%;
    cursor: pointer;
    border-radius: 34px;
    background: none;
    font-size: 18px;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
    color: #000000;
}
.form__years-check input:checked+label {
    background: #00923A;
    color: #FFFFFF;
}
.reg-school__container {
    display: flex;
    flex-direction: column;
    border-radius: 30px;
    background: #FFE1AF;
    width: 530px;
}
.reg-school__attention {
    display: flex;
    padding: 12px 20px 19px 20px;
    font-size: 14px;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
    color: #000;
}
.reg-school__container .enter__form--body {
    width: 100%;
}
.reg-school-row {
    display: flex;
    justify-content: space-between;
    width: 100%;
}
.reg-school-row__section {
    display: flex;
    flex-direction: column;
    flex-basis: 48%;
}
.form__filed--school--title {
    font-size: 26px;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
    margin-bottom: 14px;
    color: #000;
}
.reg-school-message-check {
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    color: #000;
    text-align: center;
}
.form__subtitle {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    color: #000;
    margin-bottom: 27px;
}
.form___subtitle {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    color: #878786;
    margin-bottom: 27px;
}
.form__title.add-classes-title {
    margin-bottom: 0;
    display: flex;
    width: 100%;
    justify-content: flex-start;
}
.reg-school-add-teacher {
    cursor: pointer;
    margin-bottom: 40px;
}
.add-classes-all-row {
    display: flex;
    width: 100%;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 19px;
}
.add-classes-all-row label {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 65px;
    height: 35px;
    border-radius: 28px;
    background: #EAEAEA;
    font-size: 20px;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
    color: #000000;
    cursor: pointer;
    margin-right: 3px;
    user-select:none;
}
.add-classes-all-row input[type=checkbox] {
    display: none;
}
.add-classes-title {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 45px;
    height: 35px;
    font-size: 28px;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
    color: #333333;
}
.add-classes-all-row input[type=checkbox]:checked+label {
    background: #00923A;
    color: #FFFFFF;
}
.add-classes-all-row.add-classes-numbers {
    flex-wrap: wrap;
    margin-bottom: 12px;
}
.add-classes-all-row.add-classes-numbers * {
    /*margin-bottom: 8px;*/
}
.add-classes-all-row.add-classes-numbers .add-input-container {
    margin-bottom: 0;
    position: relative;
}
.add-teacher-container .delete-btn-your-class {
    top: 44px;
}
.add-input-container {
    position: relative;
}
.delete-btn-your-class {
    position: absolute;
    margin-bottom: 0!important;
    right: 13px;
    top: 6px;
    cursor: pointer;
}
.delete-btn-your-class img {
    margin-bottom: 0!important;
}
.add-classes-all-row.add-classes-numbers .add-your-own-class img {
    margin-bottom: 0;
}
.add-classes-numbers .add-classes-title {
    justify-content: center;
    font-size: 36px;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
    display: flex;
    height: 100%;
    align-items: flex-start;
}
.add-your-class-input {
    border-radius: 34px;
    border: 1px solid var(--b-2-b-2-b-2, #B2B2B2);
    background: #F4F4F4;
    height: 35px;
    width: 133px;
    margin-right: 10px;
    margin-left: 0;
    text-align: center;
    color: #000;
    font-size: 15px;
    font-style: normal;
    font-weight: 900;
    line-height: 100%;
}
.add-your-class-input::placeholder {
    color: #878786;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    text-transform: none;
}
.add-your-own-class {
    cursor: pointer;
}
.reg-steps-numbers {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 13px;
}
.reg-steps-step {
    border-radius: 40px;
    background: rgba(255, 255, 255, 0.60);
    display: flex;
    align-items: center;
    justify-content: center;
    width: 45px;
    height: 45px;
    margin-right: 5px;
    font-size: 28px;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
}
.reg-steps-numbers .reg-steps-step:last-child {
    margin-right: 0;

}
.reg-step-active-step {
    background: #FFFFFF;
}
.reg-school-container-body {
    display: flex;
    width: 100%;
    justify-content: space-between;
}
.reg-school-container-column {
    display: flex;
    flex-basis: 48%;
    flex-direction: column;
}
.success-message {
    color: #333;
    text-align: center;
    font-size: 36px;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
    margin-bottom: 40px;
}
.password-success-changed {
    width: 100%;
    max-width: 530px;
    align-items: center;
}
.s-p-image {
    max-width: 150px;
}
.select2-container {
    z-index: 9999999;
}
.select2-container .select2-selection--single .select2-selection__rendered {
    border-radius: 34px;
    border: 1px solid #B2B2B2;
    background: #F4F4F4;
    margin-bottom: 20px;
    height: 50px;
    padding: 0 10px;
}
.reg-school-container-column .select2-container--default .select2-selection--single {
    border-radius: 34px;
    border: 1px solid #B2B2B2;
    background: #F4F4F4;
    height: 50px;
    border-top: none;
}
.reg-school-col-mt-20 {
    margin-top: 20px;
}
.reg-school-container-column .select2-container .select2-selection--single .select2-selection__rendered {
    display: flex;
    justify-content: space-between;
    padding: 0 10px;
    align-items: center;
}
.reg-school-container-column .select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 9px;
    right: 6px;
}
.form-div-relative {
    position: relative;
}
.form-div-relative .invalid-feedback {
    position: absolute;
    top: 85px;
    color: #E52322;
    font-size: 13px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    left: 0;
}
.form-div-relative-large .invalid-feedback {
    top: 101px;
}
.form-div-relative .gender-option .invalid-feedback {
    top: 58px;
}
.form__agreements .invalid-feedback {
    color: #E52322!important;
    font-size: 13px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}
.form__agreements  {
    position: relative;
}
.form__agreements .invalid-feedback {
    position: absolute;
    bottom: -19px;
    top: auto;
}

.form-div-relative-2 .invalid-feedback {
    bottom: -20px;
}
.form__field.is-invalid {
    border: 1px solid #E52322!important;
}
.is-invalid ~ input {
    border: 1px solid #E52322;
}
.invalid-feedback~.form__field {
    border: 1px solid #E52322;
}
.reg-school-container-column .select2-container {
    width: 100%!important;
}
.reg-school-container-column {
    width: 48%;
}
.enter__form--body.school-profile-form {
    width: 100%;
    max-width: 100%;
    padding: 0;
}
.form__field::placeholder {
    color: #878786;
}
.form__field:hover {
    border: 1px solid #878786;
}
.form__field {
    color: #333333;
}
.form__field:focus {
    border: 1px solid #E52322;
    outline: none;
}
.form__field:focus-visible {
    border: 1px solid #00923A;
    outline: none;
}
.add-your-class-input:focus-visible {
    border: 1px solid #00923A;
    outline: none;
}
.add-your-class-input:not(:placeholder-shown) {
    border: 1px solid #00923A;
}
.form__field:not(:placeholder-shown) {
    border: 1px solid #00923A;
}
.evgd-dadata-window .search_result {
    width: 100%;
    top: 83px;
    border: 1px solid #B2B2B2;
    border-radius: 34px;
    padding: 0;
}
.evgd-dadata-window .search_result table {
    width: 100%;
}
.evgd-dadata-window .search_result table tr td {
    padding: 12px 23px;
    border-bottom: 1px solid #B2B2B2;
    color: #333;
    font-size: 21px;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
}
.evgd-dadata-window .search_result table tr td a {
    color: #333;
}
.evgd-dadata-window .search_result table tr:last-child td {
    border-bottom: none;
}
.form__field:disabled {
    border: 1px solid #E0E0E0;
    background: #E0E0E0;
    cursor: not-allowed;
}
.form__ask-help-2 {
    display: none;
}
.rel-forgot-pass .invalid-feedback {
    top: 49px!important;
}
.u-can-do-it-after {
    color: #333;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    text-align: center;
}
.profile-vk {
    color: #333;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    background: none;
    display: flex;
    cursor: pointer;
}
.profile-vk img {
    margin-right: 6px;
}
.btn-logout {
    color: #E52322;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}
.btn-logout img {
    width: 20px;
}
.u-got-a-link {
    color: #333;
    font-size: 36px;
    font-style: normal;
    font-weight: 950;
    line-height: normal;
    margin-bottom: 12px;
    line-height: 110%;
}
.send-it-to {
    color: #333;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    margin-bottom: 33px;
}
.link-yellow-bg {
    border-radius: 30px;
    background: #FFE1AF;
    padding: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    margin-bottom: 40px;
}
.link-item-u {
    margin-bottom: 13px;
    color: #000;
    font-size: 25px;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
    max-width: 100%;
    word-wrap: break-word;
}
.copy-this-link {
    cursor: pointer;
    display: flex;
    text-align: center;
    justify-content: center;
    color: #333;
    font-size: 20px;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
    border-radius: 56px;
    border: 1px solid #000;
    width: 100%;
    padding: 13px;
}
.check-your-age.form-div-relative .invalid-feedback {
    top: 53px;
}
.student-select-class-2 .select2-container--default .select2-selection--single {
    border: none;
    height: 50px;

}
.student-select-class-2 .select2-container--default .select2-selection--single .select2-selection__rendered {
    font-size: 16px;
    line-height: 50px;
    color: #333333;
    padding-left: 17px;
}
.student-select-class-2 .select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 12px;
    right: 7px;
}
.evgd-dadata-window .search_result {
    z-index: 5555555;
}
.profile-mail-change {
    display: flex;
    justify-content: space-between;
}
.profile-mail-change a {
    font-size: 16px;
    font-weight: 400;
    line-height: 23px;
    letter-spacing: 0em;
    text-align: left;
    text-decoration: underline;
    color: #878786;
}
.profile-mail-change a:hover {
    color: initial;
}
.profile-student-class-row {
    display: flex;
    justify-content: space-between;
}
.student-during__enjoy-questions {
    display: flex;
    flex-direction: column;
    background: #00923a;
    border-radius: 30px;
    max-width: 274px;
    position: absolute;
    right: -205px;
}
.student-during__enjoy-questions p {
    width: 100%;
    text-align: center;
    font-size: 16px;
    font-weight: 900;
    line-height: 23px;
    letter-spacing: 0em;
    color: #FFFFFF;
    padding: 20px;

}
.student-during__enjoy-questions a {
    background: rgba(229, 35, 34, 1);
    border-radius: 56px;
    font-size: 20px;
    font-weight: 900;
    line-height: 24px;
    letter-spacing: 0em;
    text-align: left;
    display: flex;
    justify-content: center;
    padding: 13px;
    color: #FFFFFF;

}
.student-during-cong-section {
    display: flex;
    flex-direction: column;
    background: rgba(255, 225, 175, 1);
    border-radius: 30px;
    padding: 26px 35px 26px 35px;
    position: relative;
    width: 50%;
    min-width: 50%;
    overflow: hidden;
}
.student-dcs-title {
    color: rgba(51, 51, 51, 1);
    font-size: 28px;
    font-weight: 900;
    line-height: 34px;
    letter-spacing: 0em;
    text-align: left;
    margin-bottom: 11px;
}
.student-dcs-subtitle {
    font-size: 16px;
    font-weight: 400;
    line-height: 23px;
    letter-spacing: 0em;
    text-align: left;
    color: rgba(51, 51, 51, 1);
    margin-bottom: 13px;
}
.student-dcs-bottom {
    display: flex;
    width: 100%;
    justify-content: space-between;
    gap: 35px;
}
.student-dcs-download-section {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    flex-grow: 1;
}
.sdcsds-title {
    font-size: 21px;
    font-weight: 900;
    line-height: 30px;
    letter-spacing: 0em;
    text-align: left;
    margin-bottom: 11px;
}
.sdcsds-downloadbtn {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    font-weight: 900;
    line-height: 18px;
    letter-spacing: 0em;
    text-align: left;
    color: #333333;
    height: 33px;
    width: 120px;
    cursor: pointer;
    border: 1px solid #000000;
    border-radius: 56px;
    transition: 0.3s;
}
.sdcsds-downloadbtn a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    color: #333333;
}
.sdcsds-downloadbtn a:hover {
    color: #E52322;
}
.sdcsds-downloadbtn:hover {
    border: 1px solid #E52322;
    color: #E52322;
}
.student-during__enjoy-questions a:hover {
    background: rgba(196, 25, 24, 1);
    transition: 0.3s;
}
.certbg {
    position: absolute;
    right: 0;
    top: 0;
    min-height: 100%;
    z-index: 1!important;
    opacity: 0.15;
}
.student-during-cong-section * {
    z-index: 2;
}
.student-dash-presents {
    margin-bottom: 80px;
}
.student-dash-presents .sda-items__item {
    filter: none;
    background: rgba(242, 242, 242, 1);
}
.student-present-disabled {
    opacity: 0.4;
}
.student-present-disabled .sda-item__earn {
    cursor: not-allowed;
}
.mt-10px {
    margin-top: 10px;
}
.quiz-footer {
    margin-top: auto;
    display: flex;
    justify-content: center;
}
.quiz-footer__container {
    display: flex;
    align-items: center;
    width: 95%;
    max-width: 1170px;
    padding: 30px 0;
}
.quiz-footer__progress {
    width: 60%;
    position: relative;
    height: 10px;
    background: rgba(218, 247, 229, 1);
    border-radius: 23px;
    overflow: hidden;
}
.quiz-footer__progress-line {
    position: absolute;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(0, 146, 58, 1);
    border-radius: 23px;
}
.quiz-footer__numbers {
    display: flex;
    align-items: center;
    font-size: 20px;
    font-weight: 900;
    line-height: 24px;
    letter-spacing: 0em;
    color: #000000;
    margin-left: 20px;
}
.quiz-footer__carrot {
    margin-left: 54px;
}
.quiz-footer__continue {
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    background: rgba(229, 35, 34, 1);
    border-radius: 56px;
    height: 50px;
    padding: 0px 15px;
    width: 14.27vw;
    margin-left: auto;
    font-size: 20px;
    font-weight: 900;
    color: #FFFFFF;
    transition: 0.3s;
}
.quiz-footer__continue:hover {
    background: rgba(196, 25, 24, 1);
    transition: 0.3s;
}
.quiz-timer-questions.sdh-timer {
    color: #ffffff;
}
.timer4530 {
    border: 1px solid rgba(0, 146, 58, 1) !important;
    background: rgba(0, 146, 58, 1) !important;
}

.timer3015 {
    border: 1px solid rgba(238, 156, 21, 1) !important;
    background: rgba(238, 156, 21, 1) !important;
}

.timer1500 {
    border: 1px solid rgba(229, 35, 35, 1) !important;
    background: rgba(229, 35, 35, 1) !important;
}

.quiz-main {
    display: flex;
    justify-content: center;
    width: 100%;
}
.quiz-main__container {
    display: flex;
    flex-direction: column;
    width: 95%;
    max-width: 1170px;
}
.quiz-image {
    display: flex;
    max-width: 100%;
    flex-wrap: wrap;
    gap: 4px;
    margin-top: 40px;
    border-radius: 20px;
    overflow: hidden;
    width: 100%;
}
.quiz-question {
    font-size: 24px;
    font-weight: 600;
    line-height: inherit;
    letter-spacing: 0em;
    text-align: left;
    width: 100%;
    padding-top: 40px;
    color: #000000;
    margin-bottom: 24px;
}
.quiz-answers {
    display: flex;
    flex-direction: column;
    width: 100%;
}
.quiz-answers label {
    display: flex;
    align-items: center;
    width: 100%;
    padding: 23px 19px;
    min-height: 70px;
    background: rgba(218, 247, 229, 1);
    border-radius: 50px;
    margin-bottom: 3px;
    font-size: 21px;
    font-weight: 900;
    line-height: 25px;
    letter-spacing: 0em;
    text-align: left;
    cursor: pointer;
}
.quiz-answers label .quiz-1-radio {
    position: relative;
    margin-right: 24px;
}
.q-radio-no, .q-radio-yes {
    display: none;
}
.q-checkbox-no, .q-checkbox-yes {
    display: none;
}
.q-radio-checks-items {
    position: relative;
}
.q-radio-checks-items input {
    display: none;
}
.quiz-answers label input[type="radio"].quiz-1-radio ~ .q-radio-no {
    display: block;
    width: 24px;
    min-width: 24px;
    height: 24px;
    margin-right: 15px;
    background: url("../../images/ansnotchecked.png") no-repeat;
    /*position: absolute;*/
    /*top: 23px;*/
    /*left: 14px;*/
}
.quiz-answers label input[type="radio"].quiz-1-radio:checked ~ .q-radio-yes {
    display: block;
    width: 24px;
    min-width: 24px;
    height: 24px;
    margin-right: 15px;
    background: url("../../images/anschecked.png") no-repeat;
    /*position: absolute;*/
    /*top: 23px;*/
    /*left: 14px;*/
}
.quiz-answers label input[type="radio"].quiz-1-radio:checked ~ .q-radio-no {
    display: none;
}
.quiz-answers label input[type="checkbox"].quiz-1-radio ~ .q-checkbox-no {
    display: block;
    width: 24px;
    min-width: 24px;
    height: 24px;
    margin-right: 15px;
    background: url("../../images/checknoq.png") no-repeat;
    /*position: absolute;*/
    /*top: -6px;*/
    /*left: -6px;*/
}
.quiz-answers label input[type="checkbox"].quiz-1-radio:checked ~ .q-checkbox-yes {
    display: block;
    width: 24px;
    min-width: 24px;
    height: 24px;
    margin-right: 15px;
    background: url("../../images/checkyesq.png") no-repeat;
    /*position: absolute;*/
    /*top: -6px;*/
    /*left: -6px;*/
}
.quiz-answers label input[type="checkbox"].quiz-1-radio:checked ~ .q-checkbox-no {
    display: none;
}
.quiz-text-answer-title {
    font-size: 18px;
    font-weight: 900;
    line-height: 22px;
    letter-spacing: 0em;
    text-align: left;
    color: #878786;
    margin-bottom: 6px;
}
.quiz-answer-text {
    width: 100%;
    background: rgba(244, 244, 244, 1);
    border: 1px solid #B2B2B2;
    border-radius: 34px;
    height: 50px;
    padding: 0 21px;
    font-size: 16px;
    font-weight: 400;
    line-height: 19px;
    letter-spacing: 0em;
    text-align: left;
}
.quiz-answer-text:focus {
    border: 1px solid #00923A;
    outline: none;
}
.quiz-answer-text:focus-within {
    border: 1px solid #00923A;
    outline: none;


}
.quiz-variants-container {
    display: flex;
    width: 100%;
    justify-content: space-between;
}
.quiz-variants-questions {
    display: flex;
    flex-basis: 49%;
    flex-direction: column;
    gap: 5px;
}
.quiz-variants-answers {
    display: flex;
    flex-basis: 49%;
    width: 49%;
    flex-direction: column;
    gap: 5px;
    max-height: 100vh;
    max-height: 100dvh;
    overflow: auto;
    position: sticky;
    top: 0;
}
.quiz-variants-answers::-webkit-scrollbar {
    width: 7px;
}
.quiz-variants-answers::-webkit-scrollbar-track {
    background: lightgrey;
}
.quiz-variants-answers::-webkit-scrollbar-thumb {
    background-color: white;    /* цвет бегунка */
    border-radius: 20px;       /* округлось бегунка */
    border: 2px solid lightgrey;  /* отступ вокруг бегунка */
}
.quiz-variants-questions-item {
    display: flex;
    width: 100%;
    flex-direction: column;
    background: rgba(244, 244, 244, 1);
    padding: 22px;
    border-radius: 30px;
}
.quiz-variants-questions-item p {
    font-size: 21px;
    font-weight: 900;
    line-height: 25px;
    letter-spacing: 0em;
    text-align: left;
    margin-bottom: 15px;
}
.quiz-variants-questions-item .dropbox {
    width: 100%;
    border: 1px dashed rgba(129, 129, 129, 1);
    /*height: 70px;*/
    min-height: 70px;
    /*padding: 22px 19px;*/
    border-radius: 50px;
    font-size: 21px;
    font-weight: 900;
    line-height: 25px;
    letter-spacing: 0em;
    text-align: left;
    position: relative;
}
.quiz-variants-answer-item {
    display: flex;
    background: rgba(218, 247, 229, 1);
    font-size: 21px;
    font-weight: 900;
    line-height: 25px;
    letter-spacing: 0em;
    text-align: left;
    padding: 22px 19px;
    border-radius: 50px;
    cursor: pointer;
    width: max-content;
    max-width: 100%;
}
.quiz-variants-questions-item .dropbox .quiz-variants-answer-item {
    /*position: absolute;*/
    left: -1px;
    top: -1px;
    width: calc(100% + 0px);
    height: calc(100% + 0px);
    /*transform: translate(-1px, -1px);*/
    /*text-overflow: ellipsis;*/
    /*overflow: hidden;*/
    /*border: 1px solid rgba(129, 129, 129, 1);*/
    max-width: initial;
    /*white-space: nowrap;*/
}
.quiz-variants-answers-clue {
    font-size: 16px;
    font-weight: 400;
    line-height: 23px;
    letter-spacing: 0em;
    text-align: left;
    color: rgba(135, 135, 134, 1);
}
.quiz-sort-questions .quiz-variants-questions-item {
    flex-direction: row;
    align-items: center;
}
.quiz-sort-questions .quiz-variants-questions-item p {
    font-size: 36px;
    font-weight: 950;
    line-height: 43px;
    letter-spacing: 0em;
    text-align: left;
    margin-right: 14px;
    margin-bottom: 0;
}
.quiz-right-wrong-container {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
}
.quiz-right-wrong-container label {
    display: flex;
    cursor: pointer;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-basis: 49%;
    padding: 44px 15px 35px 15px;
    /*height: 28vh;*/
    /*height: 28dvh;*/
    /*max-height: 211px;*/
    font-size: 28px;
    font-weight: 900;
    line-height: 34px;
    letter-spacing: 0em;
    text-align: center;
    border: 1px solid rgba(255, 255, 255, 0);
    filter: grayscale(1);
}
.quiz-right-wrong-container input {
    visibility: hidden;
    position: absolute;
}
.quiz-right-wrong-container label img {
    margin-bottom: 15px;
}
.quiz-right-wrong-container label svg {
    margin-bottom: 15px;
}
.quiz-right-wrong-container label.qa-right {
    color: #00923A;
    background: rgba(218, 247, 229, 1);
}
.quiz-right-wrong-container label.qa-wrong {
    color: #00923A;
    background: rgba(218, 247, 229, 1);
}
.quiz-right-wrong-container label:hover {
    border: 1px solid #B2B2B2;
}
.quiz-right-wrong-container label:focus-within {
    border: 1px solid #333333;
}
.quiz-right-wrong-container input:checked+label {
    border: 1px solid #333333;
    filter: none;
}
.quiz-right-wrong-container input:checked+label.qa-wrong {
    border: 1px solid #333333;
    filter: none;
    color: red;
}
.quiz-right-wrong-container input:checked+label.qa-wrong path {
    fill: red;
}
/* мобильное ответы */
.mobile-dropbox-select {
    border: 1px solid #B2B2B2;
    border-radius: 34px;
    width: calc(100% + 2px);
    height: calc(100% + 2px);
    /*position: absolute;*/
    top: -1px;
    left: -1px;
    background: rgba(244, 244, 244, 1);
    display: flex;
    align-items: center;
    padding: 15px 21px;
    font-size: 16px;
    font-weight: 400;
    line-height: 19px;
    letter-spacing: 0em;
    text-align: left;
    color: #878786;
    justify-content: space-between;
}
.mobile-dropbox-select {
    display: none;
}
.mobile-dropbox-select img {
    transition: 0.2s;
}
.mobile-dropbox-clicker.active-dropbox~.mobile-dropbox-select img {
    transform: rotateX(180deg);
}
.mobile-dropbox-clicker {
    z-index: 22;
    opacity: 0;
    display: none;
}

.mobile-dropbox-menu {
    display: none;
    flex-direction: column;
    position: absolute;
    width: 100%;
    background: rgba(244, 244, 244, 1);
    border: 1px solid #B2B2B2;
    border-radius: 34px;
    left: 0;
    top: 100%;
    z-index: 23;
}
.mobile-dropbox-clicker.active-dropbox~.mobile-dropbox-select~.mobile-dropbox-menu {
    display: flex;
}
.mobile-dropbox-menu div {
    width: 100%;
    padding: 15px 24px;
    border-bottom: 1px solid #B2B2B2;
}
.mobile-dropbox-menu div:last-child {
    border-bottom: 0;
}
.chosen-mobile-variant {
    font-size: 21px;
    font-weight: 900;
    line-height: 25px;
    letter-spacing: 0em;
    color: #000000;
}
.quiz-step-window {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    padding: 5vh 0;
    position: fixed;
    width: 100%;
    height: 100vh;
    height: 100dvh;
    overflow-y: scroll;
    left: 0;
    top: 0;
    z-index: 555;
    background: url(../../images/formwindowbg.png);
    background-repeat: repeat;
    scrollbar-width: none;
}
.quiz-step-window-container {
    display: flex;
    width: 95%;
    max-width: 850px;
    flex-direction: column;
    background: rgba(255, 255, 255, 1);
    border-radius: 30px;
    padding: 30px;
    align-items: center;
}
.quiz-step-window-container .final-window-image {
    margin-bottom: 4.7vh;
    margin-bottom: 4.7dvh;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #FFE1AF;
    border-radius: 50%;
}
.quiz-step-window-container img {
    max-height: 55vh;
    max-height: 55dvh;
}

.yandex-enter {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    background: #333333;
    padding: 0 12px;
    border-radius: 15px;
    gap: 15px;
    margin-bottom: 20px;
    font-size: 18px;
    height: 50px;
}
.yandex-enter img {
    width: 36px;
    height: 36px;
}

.social-log-text {
    font-size: 15px;
    color: #000000;
    line-height: 20px;
    margin-bottom: 16px;
    font-weight: bold;
    display: block;
}
.vk-enter {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    background: #0077FF;
    padding: 0 12px;
    border-radius: 15px;
    gap: 15px;
    margin-bottom: 20px;
    font-size: 18px;
    height: 50px;
}
.vk-enter img {
    width: 45px;
    height: 40px;
}

.quiz-sw-head {
    font-size: 36px;
    font-weight: 950;
    line-height: 43px;
    letter-spacing: 0em;
    text-align: center;
    margin-bottom: 2.1vh;
    margin-bottom: 2.1dvh;
    width: 100%;
    color: #333333;
}
.quiz-sw-text {
    font-size: 16px;
    font-weight: 400;
    line-height: 23px;
    letter-spacing: 0em;
    text-align: left;
    margin-bottom: 2.3vh;
    margin-bottom: 2.3dvh;
    color: #333333;
}
.quiz-sw-btn {
    display: flex;
    justify-content: center;
    width: 100%;
    padding: 10px;
    align-items: center;
    color: rgba(255, 255, 255, 1);
    font-size: 20px;
    font-weight: 900;
    line-height: 24px;
    letter-spacing: 0em;
    text-align: left;
    background: rgba(229, 35, 34, 1);
    height: 50px;
    border-radius: 30px;
    cursor: pointer;
    transition: 0.3s;
}
.quiz-sw-btn a {
    color: #FFFFFF;
}
.quiz-sw-btn:hover {
    background: rgba(196, 25, 24, 1);
}
.quiz-step-window-container {
    height: auto;
    padding: 3vh;
    padding: 3dvh;
    padding-top: 11vh;
    padding-top: 11dvh;
}
.quiz-final-container {
    background-image: url("../../images/finalwinbg.png");
    background-size: cover;
    position: relative;
}
.quiz-step-window.quiz-final-window {
    background: url("../../images/formwindowbg.png");
    background-repeat: repeat;
}
.finalcrestik {
    position: absolute;
    right: 10px;
    top: 10px;
}
.quiz-sw-text.final-text {
    margin-bottom: 21vh;
    margin-bottom: 21dvh;
}
.evgd-password-field {

}
.show-pass-icon {
    position: absolute;
    width: 20px;
    right: 14px;
    top: 45px;
    cursor: pointer;
}
.show-pass-icon input {
    display: none;
}
.sda-item__earn a {
    width: 100%;
    display: flex;
    justify-content: center;
}
.justify-content-center {
    justify-content: center;
}
.sda-item__title {
    width: 100%;
    flex-grow: 1;
}
.achievement-image img {
    max-height: 100%;
}
.quiz-footer__carrot {
    display: none;
}
.quiz-footer__progress {
    width: 68%;
}
.quiz-footer__continue {
    max-width: 250px;
}
.quiz-container-inside {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}
.quiz-footer {
    margin-top: auto;
}
.quiz-question {
    padding-top: 10px;
}
.quiz-footer__continue:disabled {
    background: rgba(178, 178, 178, 1) !important;
    cursor: not-allowed;
}
.carrot-section {
    max-width: 337px;
    max-height: 337px;
    background: #FFE1AF;
    border-radius: 50%;
}
.agreements-link-yandex a {
    text-decoration: underline;
    color: #00923A;
}
.tests-opacity {
    opacity: 0.2;
}
.mobile-dropbox-clicker {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}
.student-for-error .invalid-feedback {
    top: 98px;
}
#usedesk-messenger {
    z-index: 2222222!important;
}
.profile-header-navigation {
    display: flex;
    align-items: center;
    gap: 9px;
}
.end-date-quiz {
    display: flex;
    width: 100%;
    justify-content: center;
}
.profile-header-burger {
    display: flex;
    position: absolute;
    flex-direction: column;
    justify-content: space-between;
    top: 29px;
    right: 2.5%;
    cursor: pointer;
    width: 25px;
    height: 20px;
    box-sizing: border-box;
    background: none;
    padding: 1px;
    z-index: 3;
}
.profile-header-burger div {
    width: 100%;
    height: 2px;
    background: #333333;
    background-size: cover;
}
.profile-header-burger {
    display: none;
}
.btn-logout span {
    display: none;
}
.quiz-image img {
    max-width: calc(25% - 3px);
}
.quiz-image img.images-type-1 {
    max-width: 100%;
    max-height: 300px;
    margin: 0 auto;
}
.quiz-image {
    border-radius: 0;
}
.quiz-image img:first-child {
    border-radius: 20px 0 0 20px;
}
.quiz-image img:last-child {
    border-radius: 0 20px 20px 0;
}
.quiz-image img.images-type-1 {
    border-radius: 20px;
}
.form__ask-code-again ~ .verify-go-back {
    margin-top: 0;
}
.sda-items__item-earned .complete-achievement-not-done {
    display: none;
}
.complete-achievement-done {
    display: none;
}
.sda-items__item-earned .complete-achievement-done {
    display: flex;
    justify-content: center;
    background: none;
    cursor: default;
    pointer-events: none;
    border-color: #00923a;
    color: #00923A;
}
.sda-items__item-earned .complete-achievement-done img {
    margin-right: 10px;
}
.school-name {
    margin-bottom: 40px;
    font-size: 32px;
    font-weight: 900;
}
.text-before-start-button {
    display: flex;
    bottom: -55px;
    position: absolute;
    text-align: center;
    font-size: 18px;
    width: 400px;
    font-weight: 600;
    text-shadow: none;
    line-height: 1;
}
#timer__hours, #timer__minutes, #timer__seconds, #timer__days, #timer__days_title {
    display: none!important;
}
.sdh-timer-new {
    display: inline-flex;
    align-items: center;
    padding: 13px 30px;
    border-radius: 60px;
    border: 1.5px solid rgba(229, 35, 34, 1);
    color: #E52322;
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    min-width: 419px;
    margin-left: 20px;
}
.sdh-timer__item-all {
    display: inline-flex;
    align-items: center;
    color: #E52322;
    font-size: 22px;
    font-style: normal;
    font-weight: 900;
    margin-left: 10px;
}
.d-none-imp {
    display: none!important;
}
#quizWindowBefore .quiz-step-window-container {
    padding-top: 5vh;
    padding-top: 5dvh;
}
#quizWindowBefore .quiz-sw-text.final-text {
    margin-bottom: 10vh;
    margin-bottom: 10dvh;
}
#quizWindowBefore {
    overflow: auto;
}
.form-forgot-password a {
    color: #000000;
}
.form-forgot-password a:hover {
    color: #E52322;
}
.drugoe-delo-present.present-was-earned {
    /*border-color: #00923a;*/
    background: #00923a;
    color: #FFFFFF;
}
.promo-modal-window .enter__form--body {
    position: relative;
}
.hide-promo-modal-window {
    position: absolute;
    cursor: pointer;
    right: 10px;
    top: 10px;
}
.show-promo-modal-window.present-was-earned {
    background: #00923a;
    color: #FFFFFF;
    border: 1px solid #000;
}





/*extra styles*/
.sda-items__item:hover {
    filter: grayscale(0%);
    transition: ease all 0.25s;
}


.sda-items__item {
    transition: ease all 0.25s;
}



.sda-item__title {
    letter-spacing: -0.5px;
}

.profile-vk {
    font-size: 18px;
}



.btn-logout {
    filter: grayscale(100%);
}


.sdfs-title {
    font-size: 28px;
    cursor: wait;
}




.sda-item__earn a, .sda-item__earn {
    color: #00923a;
}


@media screen and (max-width: 550px) {
    .sda-items__item:nth-child(4) .sda-item__title::after {
        top: 0px;
    }
    #timer__hours-mobile, #timer__minutes-mobile, #timer__seconds-mobile, .sdh-timer, .btn-logout {
        display: none;
    }
    .sdfs-title {
        font-size: 24px;
    }
}

.sda-title__numbers-item {
    margin-right: 6px;
}

.form__title--confirm {
    margin-bottom: 27px;
}


.form__agreements {
    font-size: 18px;
    font-weight: 600;
    /*margin-top: 20px;*/
}


/* login form */

/*#login-form .form-forgot-password:nth-child(2n+3),*/
/*#login-form .form-forgot-password:nth-child(2n+4) {*/
    /*background: #ededed;*/
    /*font-size: 17px;*/
    /*align-self: center;*/
    /*color: #747474;*/
    /*border-color: transparent;*/
    /*margin-top: 10px;*/
/*}*/

/*#login-form .form-forgot-password:nth-child(2n+3) {*/
/*    margin-top: 45px !important;*/
/*}*/

#login-form .form-forgot-password:first-of-type,
#login-form .form-forgot-password:first-of-type:hover {
    border: none;
    height: 1em;
    color: #747474;
    background-color: transparent;
    transition: 0.3s ease-in-out;
}
/*#login-form .form-forgot-password:first-of-type:hover {*/
/*    color: #00923a;*/
/*    transition: 0.3s ease-in-out;*/
/*}*/

/*#login-form .form-forgot-password:hover {*/
/*    border: 1px solid #00923a;*/
/*    color: #00923a;*/
/*    transition: 0.3s ease-in-out;*/
/*}*/



/* school */

.reg-school__attention::before {
    width: 500px;
    content: 'ℹ';
    display: block;
    align-self: center;
    align-content: center;
    font-size: 60px;
    text-align: center;
    margin: 0 10px;
}

.reg-school__container {
    margin-bottom: 120px;
}

.reg-school__attention {
    padding: 20px 20px 20px 0px;
    max-width: 750px;
    font-weight: 600;
    font-size: 16px;
}

.form__title {
    margin-bottom: 8px;
    margin-top: 8px;
}

.form__filed--school--title {
    font-size: 23px;
    margin-bottom: 27px;
}


/* student */

#register-form .form-forgot-password:first-of-type:hover {
    color: #00923a;
    border: 1px solid #00923a;
    transition: 0.3s ease-in-out;
}

#register-form .form-forgot-password:last-of-type {
    /*border: none;*/
    /*height: 1em;*/
    /*color: #747474;*/
    /*background-color: transparent;*/
    /*transition: 0.3s ease-in-out;*/
    /*margin-top: 50px !important;*/
    /*font-size: 18px;*/
}

#register-form .form-forgot-password:first-of-type,
#register-form .form-forgot-password:first-of-type:hover {
    margin-top: 0px !important;
}

.reg-steps-numbers {
    margin-bottom: 120px;
}

.evgd-dadata-window .search_result table tr td {
    font-size: 16px !important;
    font-weight: 600 !important;
}
/* Style for custom checkbox container */
.checkbox-container {
    display: inline-block;
    position: relative;
    cursor: pointer;
    width: 50px;
    height: 25px;
    border-radius: 25px;
    background-color: #ddd;
    transition: background-color 0.3s;
    margin-right: 10px;
}

/* Style for checked state of custom checkbox */
.agreement__check:checked + .checkbox-container {
    background-color: #00923a; /* Apple iOS green color */
}

/* Style for toggle knob */
.checkbox-knob {
    position: absolute;
    top: 2px;
    left: 2px;
    width: 21px;
    height: 21px;
    border-radius: 50%;
    background-color: white;
    transition: transform 0.3s;
}

/* Style for checked state of toggle knob */
.agreement__check:checked + .checkbox-container .checkbox-knob {
    transform: translateX(25px);
}

/* Style for label text */
.checkbox-label {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 8px;
    color: white;
    font-family: Arial, sans-serif;
    font-size: 12px;
}
.present-btn-earn {
    position: relative;
    overflow: hidden;
}
.message-on-present {
    display: none;
}
.present-was-earned .message-on-present {
    display: flex;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
    border-color: #00923a;
    background: #00923a;
    color: #FFFFFF;
}
.certificate-icon {
    width: 145px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}
.quiz-final-window-container {
    padding-top: 3vh;
    padding-top: 3dvh;
    position: relative;
}
.close-final-window {
    position: absolute;
    right: 25px;
}
.sdcsds-downloadbtn.disabled-certificate {
    cursor: not-allowed;
    width: auto;
    padding: 10px;
    background: lightgrey;
    border: 1px solid lightgrey;
    color: darkgray;
    text-align: center;
}
#quizWindowBefore .quiz-sw-text.final-text p {
    margin-bottom: 10px;
}
.quiz-step-window-add-questions {
    position: fixed;
    left: 0;
    top: 0;
    background: url(../../images/formwindowbg.png);
    background-repeat: repeat;
    width: 100%;
    z-index: 45;
    padding: 15px 0;
    height: 100vh;
    height: 100dvh;
}
.quiz-step-window-add-questions .quiz-step-window-container {
    margin: 0 auto;
    height: 100%;
    overflow-y: scroll;
}
.quiz-additional-questions-window {
    width: 100%!important;
    margin-bottom: 10px!important;
}
.quiz-additional-questions-window iframe {
    width: 100%;
    min-height: 500px;
}
.evgd-thank-you {
    color: rgba(51, 51, 51, 1);
    font-size: 28px;
    font-weight: 900;
    text-align: center;
    margin: 1em 0;
}
.evgd-final-text {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.evgd-forgot a {
    color: #000000;
}
.evgd-forgot:hover a {
    color: #E52322;
}
.quiz-step-window-new {
    overflow: visible;
}
.quiz-step-window-new iframe {
    min-height: 400px;
    min-width: 700px;
    position: relative;
    z-index: 2;
}
.turn-off-addblock {
    display: block;
    position: absolute;
    color: #000000;
    font-size: 16px;
    z-index: 1;
    max-width: 300px;
    top: 30vh;
    text-align: center;
}
.quiz-step-window-new .quiz-final-container {
    max-height: 98%;
    overflow-y: auto;
}
.quiz-step-window-new .evgd-forgot {
    padding: 15px;
}
.quiz-step-window-new *::-webkit-scrollbar {
    width: 9px;               /* ширина всей полосы прокрутки */
}
.quiz-step-window-new *::-webkit-scrollbar-track {
    background: lightgrey;        /* цвет зоны отслеживания */
}
.quiz-step-window-new *::-webkit-scrollbar-thumb {
    background-color: lightblue;    /* цвет бегунка */
    border-radius: 20px;       /* округлось бегунка */
    border: 3px solid white;  /* отступ вокруг бегунка */
}
.quiz-sw-text.final-text.evgd-final-text {
    margin-bottom: 1vh;
    margin-bottom: 1dvh;
}
.sda-items__item-evgd-hide.sda-items__item-earned .evgd-hide-btn {
    display: none;
}
.quiz-step-window-new .quiz-step-window-container {
    padding-top: 2vh;
    padding-top: 2dvh;
}
.quiz-step-window-new .quiz-step-window-container img {
    margin-bottom: 0.7vh;
    margin-bottom: 0.7dvh;
}
.evgd-thank-text {
    font-size: 14px;
    line-height: 104%;
    font-family: 'F5ka Sans Design', sans-serif;
    margin-bottom: 1em;
}
.evgd-final-container-quiz {
    background-image: none!important;
    position: relative;
}
.evgd-final-window-close {
    position: absolute;
    right: 22px;
    cursor: pointer;
}
.present-coupons-from-five.present-was-earned {
    background: #00923a;
    color: #ffffff;
}
.choose-reg-container {
    display: flex;
    gap: 20px;
    width: 95%;
    max-width: 1000px;
    margin-bottom: 70px;
}
.choose-reg-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    flex-basis: 50%;
    border-radius: 30px;
    background: #FFFFFF;
    padding: 20px;
    cursor: pointer;
}
.choose-reg-item img {
    margin-bottom: 26px;
}
.choose-reg-item--title {
    font-size: 28px;
    font-weight: 900;
    text-align: center;
    color: #333333;
    margin-bottom: 14px;
    margin-top: auto;
}
.choose-ri-subtitle {
    font-size: 20px;
    font-weight: 600;
    text-align: center;
    color: #333333;
    margin-bottom: 16px;
}
.choose-ri-btn {
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    height: 50px;
    border: 1px solid #000000;
    border-radius: 60px;
    font-size: 20px;
    font-weight: 900;
    text-align: center;
    color: #333333;
    transition: 0.3s all ease-in-out;
}
.choose-reg-item:hover .choose-ri-btn {
    color: #E52322;
    border: 1px solid #E52322;
    background: none;
    transition: 0.3s all ease-in-out;
}
.teacher-reg-container {
    display: flex;
    flex-direction: column;
    width: 95%;
    max-width: 440px;
    border-radius: 30px;
    background: #FFE1AF;
}
.teacher-reg-text {
    width: 100%;
    padding: 12px 22px;
    font-size: 14px;
    font-weight: 900;
    line-height: 120%;
}
.site_footer {
    display: flex;
    width: 100%;
    background: #F2F2F2;
    justify-content: center;
    position: relative;
    padding: 24px;
    margin-top: auto;
}
.form-usage-container {
    display: flex;
    flex-direction: column;
    padding: 20px;
    align-items: center;
    width: 100%;
}
.form-usage-container .logo-block{
    width: 100%;
}
.form__window.not-need-padding {
    padding: 0;
}
.site_footer-container {
    display: flex;
    justify-content: space-between;
    width: 100%;
    z-index: 2;
    /*padding: 24px;*/
}
.site_footer--carrot {
    position: absolute;
    bottom: 0;
    z-index: 1;
}
.site_footer--contacts {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}
.site_footer--logo {
    gap: 50px;
    /*margin-bottom: 35px;*/
}
.site_footer--ask {
    color: #878786;
    font-size: 15px;
    font-weight: 900;
    line-height: 120%;
    text-decoration: underline;
    cursor: pointer;
}
.site_footer--policy {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: space-between;
    max-width: 320px;
    gap: 5px;
}
.site__footer-data-policy {
    color: #333333;
    font-size: 12px;
    line-height: 120%;
    text-decoration: underline;
    cursor: pointer;
    text-align: right;
}
.site__footer-program {
    color: #333333;
    font-size: 12px;
    font-weight: regular;
    line-height: 120%;
    text-decoration: underline;
    cursor: pointer;
    text-align: right;
}
.site__footer-year {
    color: #333333;
    font-size: 12px;
    /*font-weight: 600;*/
}
.mb-70 {
    margin-bottom: 70px;
}
.class-with-numbers {
    display: flex;
    align-items: center;
    position: relative;
    height: 35px;
}
.add-classes-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 5px;
    width: calc(100% - 45px);
}
.add-class-new2 {
    display: flex;
    align-items: center;
    height: 35px;
}
.class-with-numbers label {
    width: 45%;
    margin: 0;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    border: 1px solid #B2B2B2;
    background: #F4F4F4;
}
.class-with-numbers .input-text-add-numbers {
    width: 100%;
    background: #F4F4F4;
    height: 35px;
    border: 1px solid #B2B2B2;
    font-size: 15px;
    font-weight: 400;
    color: #000000;
    border-radius: 34px;
    padding: 0;
    padding-left: 45%;
    text-align: center;
}
.class-with-numbers input[type=text]::placeholder {
    color: #878786;
}
.class-with-numbers input[type=text]:focus-visible {
    outline: none;
}
.class-with-numbers input[type=checkbox]:checked ~ .input-text-add-numbers {
    color: #ffffff;
    background: #16BD58;
}
.class-with-numbers input[type=checkbox]:checked ~ .input-text-add-numbers::placeholder {
    color: #ffffff;
}
.class-with-numbers input.input-text-add-lit-own {
    width: 45%;
    background: #F4F4F4;
    height: 100%;
    border: 1px solid #B2B2B2;
    font-weight: 900;
    color: #000000;
    border-radius: 34px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    text-align: center;
    font-size: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
}
.class-with-numbers input.input-text-add-lit-own::placeholder {
    font-weight: 400;
    color: #878786;
    font-size: 15px;
}
.add-another.add-classes-numbers.add-classes-all-row .add-classes-title {
    width: 100px;
    font-size: 23px;
}
.add-another.add-classes-numbers.add-classes-all-row .add-classes-grid {
    width: calc(100% - 100px);
}
.pit-cabinet-body {
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: center;
}
.pc-head {
    display: flex;
    justify-content: center;
    width: 100%;
    background: url('../../images/formwindowbg.png') repeat;
    padding: 35px 0;
    margin-bottom: 40px;
}
.pc-head-container {
    display: flex;
    width: 95%;
    max-width: 1170px;
    flex-direction: column;
    align-items: center;
}
.pc-head-title {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
}
.pc-head-title-name {
    font-size: 48px;
    font-weight: 950;
    line-height: 120%;
    color: #FFFFFF;
}
.pc-head-title-link {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    font-weight: 900;
    text-align: left;
    color: #FFFFFF;
    padding: 15px 30px;
    background: #00923A;
    border-radius: 56px;
}
.pc-head-title-link img {
    margin-right: 10px;
}
.pc-head-subtitle {
    display: flex;
    width: 100%;
    max-width: 447px;
    margin-right: auto;
    margin-bottom: 36px;
    font-size: 18px;
    font-weight: 900;
    line-height: 120%;
    color: #FFFFFF;

}
.pc-head-progress {
    display: flex;
    align-items: center;
    width: 100%;
}
.pc-head-progress-title {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 12px 34px;
    font-size: 22px;
    font-weight: 900;
    color: #FFFFFF;
    background: #E42323;
    border: 3px solid #FFFFFF;
    border-radius: 62px;
}
.pc-progress-section {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    flex-grow: 1;
}
.pc-progress-step {
    display: flex;
    position: relative;
    align-items: center;
}
.pc-progress-step-line {
    background: #AFEBC5;
    height: 4px;
    width: 100%;
}
.pcpsp-image-checked {
    display: none;
}
.pcpsp-image-current {
    display: none;
}
.pcpsp-image-current-apple {
    display: none;
}
.pc-progress-step-point {
    display: flex;
    position: absolute;
    right: 0;
    align-items: center;
}
.pcpsp-point-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
    position: relative;
    overflow: visible;
}
.pcpsp-text {
    font-size: 12px;
    font-weight: 900;
    color: #FFFFFF;
    transform: translateY(30px);
}
.pc-progress-step .pcpsp-image-empty {
    transform: translate(-6px, 2px);
}
.pc-progress-step.pcp-step-checked .pcpsp-image-empty {
    display: none;
}
.pc-progress-step.pcp-step-current .pcpsp-image-empty {
    display: none;
}
.pc-progress-step.pcp-step-checked .pcpsp-image-checked {
    display: initial;
    width: 36px;
    max-width: 36px;
}
.pc-progress-step.pcp-step-current .pcpsp-image-current {
    display: initial;
}
.pc-progress-step.pcp-step-current .pcpsp-image-current-apple {
    display: initial;
}
.pcpsp-image {
    position: absolute;
}
.pc-progress-step.pcp-step-current .pcpsp-image {
    top: -56px;
}
.pc-progress-step.pcp-step-checked .pc-progress-step-line {
    background: #00923A;
}
.pc-body {
    display: flex;
    width: 100%;
    justify-content: center;
}
.pc-body-container {
    display: flex;
    flex-direction: column;
    width: 95%;
    max-width: 1170px;
    align-items: center;
}
.pc-body-link {
    display: flex;
    width: 100%;
    justify-content: space-between;
    margin-bottom: 40px;
    background: #9BC323;
    border-radius: 40px;
    padding: 17px 34px;
    align-items: center;
}
.pc-body-link-content {
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.pc-blc-title {
    max-width: 596px;
    font-size: 16px;
    font-weight: 400;
    line-height: 120%;
    color: #ffffff;
}
.pc-blc-link {
    font-size: 24px;
    font-weight: 900;
    line-height: 120%;
    color: #ffffff;
    max-width: 750px;
    overflow: hidden;
    text-overflow: ellipsis;
}
.pc-body-link-copy {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 13px 20px;
    cursor: pointer;
    border: 1px solid #FFFFFF;
    font-size: 15px;
    font-weight: 900;
    color: #ffffff;
    border-radius: 56px;
}
.no-my-organization {
    font-size: 16px;
    font-weight: 400;
    line-height: 120%;
    text-align: left;
    text-decoration: underline;
    color: #000000;
    margin-bottom: 20px;
    cursor: pointer;
}
.u-can-do-it-after .invalid-feedback {
    color: red;
}
.club-card-reg {
    position: relative;
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}
.club-card-reg input {
    background: #AFEBC5;
    margin-bottom: 0;
    padding-right: 50px;
}
.club-card-icon {
    position: absolute;
    right: 10px;
}
.student-resp-person.form-div-relative .invalid-feedback {
    top: 98px;
}
.pc-body-steps {
    display: flex;
    flex-direction: column;
    width: 100%;
    align-items: flex-start;
}
.pc-body-steps-title {
    font-size: 28px;
    font-weight: 900;
    line-height: 120%;
    text-align: left;
    color: #000000;
    margin-bottom: 20px;
}
.pc-body-step {
    display: flex;
    width: 100%;
    background: #F2F2F2;
    border-radius: 30px;
    flex-direction: column;
    padding: 20px 26px;
    margin-bottom: 20px;
}
.pc-body-step-visible {
    display: flex;
    align-items: center;
    width: 100%;
}
.pcbsv-title {
    display: flex;
    flex-direction: column;
    gap: 5px;
    margin-right: auto;
}
.pcbsv-step-number {
    font-size: 18px;
    font-weight: 600;
    line-height: 120%;
    color: #00923A;
}
.pcbsv-step-name {
    font-size: 20px;
    font-weight: 900;
    line-height: 120%;
    color: #333333;

}
.pcbsv-status-icon {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 15px;
    font-weight: 900;
    color: #00923A;
    padding: 13px 20px;
    border: none;
    border-radius: 56px;
    margin-right: 30px;
    display: none;
}
.pcp-label {
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.3s;
}
.pcp-step-check {
    visibility: hidden;
    width: 0;
    height: 0;
}
.pc-body-step-hidden {
    display: flex;
    height: 0;
    flex-direction: column;
    width: 100%;
    transition: 0.3s;
}
.pc-body-step-hidden * {
    display: none!important;
}
.pc-body-step .pcp-step-check:checked ~ .pc-body-step-hidden {
    height: auto;
    transition: 0.3s;
}
.pc-body-step .pcp-step-check:checked ~ .pc-body-step-hidden * {
    display: inline-block!important;
}
.pc-body-step .pcp-step-check:checked ~ .pc-body-step-hidden .pcb-hidden-btn {
    display: flex!important;
}
.pc-body-step .pcp-step-check:checked ~ .pc-body-step-hidden .pcb-hidden-btns {
    display: flex!important;
}
.pcp-step-check:checked ~ .pc-body-step-visible .pcp-label {
    transform: rotate(45deg);
    transition: 0.3s;
}
.pcb-hidden-title {
    font-size: 16px;
    font-weight: 400;
    line-height: 120%;
    color: #333333;
    margin: 20px 0;
}
.pcb-hidden-btns {
    display: flex;
    align-items: center;
    width: 100%;
    gap: 10px;
}
.pcb-hidden-btn {
    cursor: pointer;
    text-decoration: none;
    font-size: 15px;
    font-weight: 900;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    border-radius: 56px;
    padding: 13px 20px;
    background: #00923A;
}
.pc-body-step.pc-body-step-done {
    background: #FFF2DD;
}
.pc-body-step.pc-body-step-done .pcbsv-status-icon {
    display: flex;
}
.pc-body-step {
    position: relative;
}
.pc-body-statistic {
    display: flex;
    width: 100%;
    flex-direction: column;
    padding-top: 30px;
}
.pc-statistic-container {
    display: flex;
    flex-direction: column;
    width: 100%;
    gap: 10px;
}
.pc-statistic-titles {
    display: flex;
    width: 100%;
    align-items: center;
}
.pc-statistic-titles div {
    font-size: 15px;
    font-weight: 600;
    line-height: 120%;
    text-align: center;
    color: #333333;
    display: flex;
    align-items: center;
    justify-content: center;
}
.pcs-col-1 {
    flex-basis: 9.2%;
}
.pcs-col-2 {
    flex-basis: 11.8%;
}
.pcs-col-3 {
    flex-basis: 9.5%;
}
.pcs-col-4 {
    flex-basis: 13%;
}
.pcs-col-5 {
    flex-basis: 31.5%;
}
.pcs-col-6 {
    flex-basis: 13%;
}
.pcs-col-7 {
    flex-basis: 10%;
}
.pc-statistic-row {
    display: flex;
    width: 100%;
    position: relative;
    border-radius: 30px;
    overflow: hidden;
    align-items: center;
    background: #DAF7E5;
    padding: 8px 0;
    overflow: visible;
}
.pcs-row-class {
    font-size: 22px;
    font-weight: 900;
    text-align: center;
    color: #ffffff;
}
.pcs-row-students,
.pcs-row-regs,
.pcs-row-enters,
.pcs-row-exits {
    font-size: 28px;
    font-weight: 900;
    text-align: center;
    color: #333333;
}
.pc-statistic-row * {
    z-index: 6;
}
.pc-statistic-row .pcs-row-line1 {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    z-index: 1;
    background: #AFEBC5;
    border-radius: 62px;
    min-width: 9%;
}
.pc-statistic-row .pcs-row-line2 {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    z-index: 2;
    background: #84D3A1;
    border-radius: 62px;
    min-width: 9%;
}
.pc-statistic-row .pcs-row-line3 {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    z-index: 3;
    background: #00923A;
    border-radius: 62px;
}
.pcs-row-finish-check {
    display: none;
}
.pc-row-finish-label {
    display: flex;
    width: 24px;
    height: 24px;
    background: url("../../images/pcfinishnotcheck.svg") no-repeat;
    background-size: cover;
    cursor: pointer;
}
.pcs-row-finish-check.disabled ~ .pc-row-finish-label {
    background: url("../../images/pcfinishnotcheckgrey.svg") no-repeat;
    cursor: not-allowed;
    background-size: cover;
}
.pcs-row-finish-check:checked ~ .pc-row-finish-label {
    background: url("../../images/pcpfinishchek.svg") no-repeat;
    background-size: cover;
}
.pcs-row-finished {
    display: flex;
    justify-content: center;
}
.pcs-row-lessons {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 22;
}
.pcs-lessons-drop-menu {
    display: none;
}
.pcs-lessons-drop-label {
    display: flex;
    justify-content: space-between;
    cursor: pointer;
    width: 100%;
    height: 100%;
    border: 1px solid #00923A;
    padding: 8px 22px;
    z-index: 2;
    font-size: 15px;
    font-weight: 600;
    color: #333333;
    background: #ffffff;
    border-radius: 65px;
}
.pcs-lessons-drop-menu ~ .pcs-lessons-drop-label img {
    transition: 0.3s;
}
.pcs-lessons-drop-menu:checked ~ .pcs-lessons-drop-label img {
    transform: rotate(180deg);
    transition: 0.3s;
}
.pcs-row-lessons-menu-items {
    display: flex;
    flex-direction: column;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    border: 1px solid #00923A;
    padding: 45px 22px 0px 22px;
    background: #ffffff;
    border-radius: 20px;
    display: none;
}
.pcs-lessons-drop-menu:checked ~ .pcs-row-lessons-menu-items {
    display: flex;
}
.pcs-rlmi-row {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    font-size: 15px;
    font-weight: 600;
    text-align: left;
    color: #333333;
    margin-bottom: 16px;
}
.pcs-rlmi-row-check {
    display: none;
}

.pcs-rlmi-row-label {
    display: flex;
    width: 24px;
    height: 24px;
    background: url("../../images/pcsrlminot.svg") no-repeat;
    background-size: cover;
    cursor: pointer;
}
.pcs-rlmi-row-check:checked ~ .pcs-rlmi-row-label {
    background: url("../../images/pcpfinishchek.svg") no-repeat;
    background-size: cover;
}
.pcs-rlmi-row-check.disabled ~ .pcs-rlmi-row-label {
    background: url("../../images/pcfinishnotcheckgrey.svg") no-repeat;
    background-size: cover;
}
.pcs-rlmi-row-text {
    flex-basis: 80%;
}
.class-with-numbers.added-class-with-numbers input.input-text-add-lit-own {
    background: #00923A;
    color: #FFFFFF;
    font-size: 20px;
}
.class-with-numbers.added-class-with-numbers .input-text-add-numbers {
    color: #ffffff;
    background: #16BD58;
}
.sdcsds-downloadbtn a:disabled {
    background: rgba(178, 178, 178, 1) !important;
    cursor: not-allowed;
}
.cookie-window {
    display: flex;
    justify-content: center;
    width: 100%;
    position: fixed;
    bottom: 0;
    z-index: 60000;
    padding: 0 0 20px 0;
    /*background: rgba(0, 0, 0, 0.7);*/
    display: none;
}
.cookie-controller:checked ~ .cookie-window {
    display: flex;
}
.cookie-container {
    display: flex;
    width: 95%;
    max-width: 577px;
    background: #F5F5F5;
    padding: 20px;
    border-radius: 20px;
    position: relative;
    overflow: hidden;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
}
.cookie-content {
    flex-basis: 90%;
    font-size: 18px;
    font-weight: 400;
    line-height: 120%;
    color: #333333;
}
.cookie-content a {
    color: #333333;
    text-decoration: underline;
}
.close-cookie-window {
    max-width: 130px;
    cursor: pointer;
}
.close-cookie-window img {
    transform: rotate(45deg);
}
.cookie-top {
    position: absolute;
    left: 10%;
    top: 0;
    z-index: 1;
}
.cookie-bottom {
    position: absolute;
    right: 10%;
    bottom: 0;
    z-index: 1;
}
.cookie-content {
    z-index: 2;
}
.title-on-steps-important {
    color: #00923A;
    cursor: help;
}
.pc-body-step.pc-step-with-image {
    background: #FFF2DD;
}
.pcwi-opened {
    display: none;
    z-index: 1;
}
.pcwi-closed {
    position: absolute;
    z-index: 1;
    top: 0;
    height: 100%;
    right: 10%;
}
.pc-step-with-image .pc-body-step-visible {
    z-index: 2;
}
.pc-step-with-image .pc-body-step-hidden {
    z-index: 2;
}
.pc-body-step.pc-step-with-image .pcp-step-check:checked ~ .pcwi-closed {
    display: none;
}
.pc-body-step.pc-step-with-image .pcp-step-check:checked ~ .pcwi-opened {
    display: initial;
    position: absolute;
    bottom: 0;
    max-width: 40%;
    max-height: 90%;
    right: 10%;
}
.pc-body-step.pc-step-with-image .pcb-hidden-title {
    max-width: 50%;
}
.pc-body-step.pc-step-with-image .pcbsv-status-icon {
    background: #FFF2DD;
}
.pc-progress-section-container {
    flex-grow: 1;
}
.club-card-profile input {
    border: 1px solid #00923A;
    background: #AFEBC5;
    padding-right: 50px;
}
.class-custom-variant {
    position: relative;
}
.delete-custom-class {
    position: absolute;
    right: 6px;
    cursor: pointer;
}
.input-text-add-numbers.is-invalid {
    border: 1px solid #B2B2B2!important;
    background: #E52322!important;
}
.student-dash-start-your-quiz {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    height: 100%;
    margin-right: auto;
    margin-left: 90px;
}
.sdsyq-title {
    font-size: 40px;
    font-weight: 900;
    line-height: 120%;
    text-align: left;
    color: #ffffff;
    max-width: 656px;
}
.sdsyq-link {
    font-size: 30px;
    font-weight: 900;
    line-height: 120%;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #ffffff;
    padding: 23px 93px;
    background: #E52322;
    border-radius: 125px;
    text-decoration: none;
    max-width: 476px;
}
.snq-presents {
    display: grid;
    width: 100%;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 17px;
}
.snq-present-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: #F2F2F2;
    border-radius: 30px;
    padding: 20px;
}
.nq-prize-title {
    font-size: 16px;
    font-weight: 900;
    line-height: 120%;
    text-align: left;
    color: #333333;
    margin: 0 0 10px 0;
    width: 100%;
}
.nq-prize-link {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    text-decoration: none;
    font-size: 15px;
    font-weight: 900;
    line-height: 100%;
    text-align: center;
    color: #ffffff;
    background: #00923A;
    border: 1px solid #00923A;
    height: 30px;
    border-radius: 56px;
    margin-top: auto;
}
.nq-prize-when {
    font-size: 12px;
    font-weight: 600;
    line-height: 120%;
    text-align: left;
    color: #333333;
    margin-bottom: 10px;
    width: 100%;
}
.snq-present-item.snq-temporary-disabled .nq-prize-link {
    border: 1px solid #000000;
    color: #333333;
    background: none;
    pointer-events: none;
    cursor: not-allowed;
}
.snq-present-item.snq-temporary-disabled .nq-prize-link:hover {
    cursor: not-allowed;
}
.snq-present-item.snq-disabled .nq-prize-icon {
    opacity: 0.6;
    filter: grayscale(1);
}
.snq-present-item.snq-disabled .nq-prize-title,
.snq-present-item.snq-disabled .nq-prize-when,
.snq-present-item.snq-disabled .nq-prize-link {
    display: none;
}
.student-dash-achievements {
    margin-bottom: 30px;
}
.nq-tasks {
    display: flex;
    width: 100%;
    background: #EDEDED;
    border-radius: 30px;
    padding: 0 40px;
    justify-content: space-between;
    margin-bottom: 3vh;
}
.nq-tasks-content {
    display: flex;
    flex-direction: column;
    flex-basis: 42%;
    justify-content: space-between;
    padding: 40px 0;
}
.nq-tasks-title {
    font-size: 28px;
    font-weight: 900;
    line-height: 120%;
    text-align: left;
    color: #000000;
    margin-bottom: 30px;
}
.nq-tasks-text {
    font-size: 26px;
    font-weight: 600;
    line-height: 120%;
    text-align: left;
    color: #333333;
}
.nq-tasks-image {
    display: flex;
    align-items: flex-end;
    flex-basis: 45%;
}
.nq-start-quiz-results {
    display: flex;
    flex-direction: column;
    border-radius: 30px;
    padding: 25px 27px 30px 27px;
    background: url("../../images/nqresultsbg.png") #FFE1AF;
    background-size: cover;
    max-width: 663px;
}
.nq-start-res-title {
    font-size: 28px;
    font-weight: 900;
    line-height: 120%;
    text-align: left;
    color: #333333;
    margin-bottom: 20px;
}
.nq-start-quiz-res-text {
    font-size: 16px;
    font-weight: 400;
    line-height: 120%;
    text-align: left;
    color: #333333;
    margin-bottom: 20px;
}
.nq-start-res-link {
    font-size: 15px;
    font-weight: 900;
    line-height: 100%;
    text-align: center;
    color: #ffffff;
    display: flex;
    text-decoration: none;
    justify-content: center;
    align-items: center;
    background: #00923A;
    border-radius: 56px;
    padding: 6px 15px;
    width: max-content;
}
.nq-tasks.nq-tasks-done {
    border: 7px solid #00923A;
}
.quiz-final-window-container {
    position: relative;
    height: max-content;
    max-height: 800px;
}
.finalbughsright {
    position: absolute;
    right: 0;
    top: 0;
}
.finalbughsleft {
    position: absolute;
    left: 0;
    top: 0;
}
.quiz-fw-points {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    font-weight: 900;
    line-height: 120%;
    color: #ffffff;
    padding: 10px 30px;
    background: #00923A;
    border-radius: 62px;
    margin-bottom: 37px;
    width: max-content;
}
.quiz-fw-finishtext {
    margin-bottom: 0.5vh;
    margin-bottom: 0.5dvh;
    font-size: 16px;
    font-weight: 400;
    line-height: 23px;
    text-align: left;
    color: #333333;
}
.quiz-fw-to-presents {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    font-weight: 900;
    line-height: 100%;
    color: #ffffff;
    width: 100%;
    background: #E52322;
    padding: 14px;
    border-radius: 56px;
    text-decoration: none;
    margin-top: auto;
}
.quiz-fw-finishtext span {
    display: flex;
    width: 100%;
    justify-content: center;
    font-size: 30px;
    font-weight: 900;
    line-height: 120%;
    text-align: center;
    margin-bottom: 0.5vh;
    margin-bottom: 0.5dvh;
    color: #333333;
}
.quiz-step-window-container img {
    z-index: 0;
}
.quiz-footer, .school-dashboard-main {
    margin-bottom: 35px;
}
.invite-step-4-text, .invite-step-7-text {
    text-indent: 0;
}
.instruction-window {
    display: flex;
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.3);
    justify-content: center;
    align-items: flex-start;
    z-index: 555;
    padding: 10px;
    overflow: auto;
    scrollbar-width: none;
}
.instruction__container {
    border-radius: 30px;
    display: flex;
    position: relative;
    flex-direction: column;
    background: #ffffff;
    padding: 30px;
    align-items: center;
}
.instruction__title {
    font-size: 28px;
    font-weight: 900;
    line-height: 120%;
    text-align: center;
    color: #333333;
    margin-bottom: 30px;
}
.instruction__time__row {
    display: flex;
    width: 100%;
    margin-bottom: 10px;
    align-items: center;
}
.itr-time {
    font-size: 18px;
    font-weight: 600;
    line-height: 25.88px;
    text-align: left;
    color: #00923A;
    flex-basis: 6.5%;
}
.itr-circle {
    display: flex;
    align-items: center;
    margin: 0 10px;
}
.itr-step {
    font-size: 18px;
    font-weight: 600;
    line-height: 25.88px;
    text-align: left;
    color: #00923A;
    margin-right: 12px;
    flex-basis: 8%;
}
.itr-title {
    font-size: 20px;
    font-weight: 900;
    line-height: 28.75px;
    text-align: left;
    color: #333333;
}
.itr-section-video {
    width: 50vw;
    max-width: 1111px;
}
.pc-head-title-link {
    cursor: pointer;
}
.close-instruction {
    position: absolute;
    right: 20px;
    top: 20px;
    cursor: pointer;
}
.site_footer--ask {
    background: none;
}
.hide-protocol {
    display: none;
}
.open-step-content {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
}
.pcp-step-check:checked ~ .pc-body-step-visible .open-step-content {
    display: none;
}
.pcbsv-title {
    cursor: pointer;
}
.form-div-relative.search-email-box .form__field {
    margin-bottom: 0;
}
.form-div-relative.search-email-box {
    padding-bottom: 20px;
}
.form-div-relative.search-email-box .invalid-feedback {
    position: static;
    margin-top: 5px;
}
* {
    scroll-behavior: smooth;
}
@keyframes blinkOutline {
    0%, 100% {
        opacity: 1;
    }
    50% {
        opacity: 0;
    }
}

#groups-statistic-container.was-active-step-5 {
    animation: blinkOutline 0.5s ease-in-out 0.5s 3;
}
.final-window-image img {
    max-height: 400px;
}
.stnew-dash-header {
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: center;
    margin-bottom: 64px;
}
.stnew-dash-stroke {
    display: flex;
    justify-content: center;
    width: 100%;
    padding: 17px 0;
    background: #FFAD26;
    min-height: 100px;
    display: none;
}
.stnew-dash-nav {
    display: flex;
    width: 95%;
    max-width: 1392px;
    justify-content: space-between;
    padding: 25px 0;
}
.stnew-dash-menu {
    display: flex;
    align-items: center;
    position: relative;
}
.stnew-profile-picture {
    margin-right: 8px;
}
.stnew-dash-nickname {
    font-size: 15px;
    font-weight: 400;
    margin-right: 24px;
}
.stnew-menu-dropdown-controller {
    display: none;
    visibility: hidden;
    height: 0;
    width: 0;
    opacity: 0;
}
.stnew-modal-background {
    display: none;
}
.stnew-menu-dropdown-controller:checked ~ .stnew-modal-background {
    display: flex;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(51, 51, 51, 0.85);
    z-index: 3;
}
.stnew-opened-menu {
    display: flex;
    flex-direction: column;
    border-radius: 15px;
    padding: 29px 24px 24px 24px;
    background: #FFFFFF;
    align-items: flex-end;
    gap: 10px;
    width: max-content;
    display: none;
}
.stnew-opened-menu-name {
    display: flex;
    align-items: center;
}
.stnew-dash-dropdown {
    width: 22px;
    height: 22px;
    cursor: pointer;
}
.stnew-menu-dropdown-controller:checked ~ .stnew-dash-header .stnew-opened-menu {
    display: flex;
    position: absolute;
    z-index: 4;
    top: 30px;
    right: 0;
}
.stnew-user-menu-item {
    font-weight: 950;
    font-size: 15px;
    color: #000000;
    text-decoration: none;
    background: none;
    cursor: pointer;
    padding: 0;
}
.stnew-user-menu-item:hover {
    color: #048D39;
}
.stnew-dash-main {
    display: flex;
    width: 100%;
    justify-content: center;
}
.stnew-dash-container {
    display: flex;
    width: 95%;
    max-width: 1392px;
    flex-direction: column;
}
.stnew-dash-container .enter__form--body{
    margin-bottom: 50px;
}
.stnew-dash-slider-section {
    width: 100%;
    position: relative;
    margin-bottom: 64px;
}
.stnew-slider-slide {
    display: flex!important;
    align-items: center;
    border-radius: 10px;
    overflow: hidden;
}
.stnew-slide-banner {
    width: 50%;
    padding-left: 1px;
}
.stnew-slide-banner img {
    width: 100%;
}
.stnew-slide-content {
    display: flex;
    width: 50%;
    flex-direction: column;
    background: #F2F2F2;
    justify-content: center;
    gap: 8px;
    padding: 32px;
    height: 100%;
}
.stnew-slide-title {
    color: #000000;
    font-weight: 950;
    font-size: 36px;
    line-height: 40px;
}
.stnew-slide-text {
    color: #333333;
    font-weight: 400;
    font-size: 17px;
    line-height: 24px;
}
.stnew-slider .slick-list {
    display: flex;
}
.stnew-slider .slick-track {
    display: flex;
}
.stnew-dash-main .slick-dots {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    bottom: 21px;
    right: 0;
    padding-right: 20px;
}
.stnew-dash-main .slick-dots li {
    width: 12px;
    height: 12px;
}
.stnew-dash-main .slick-dots li button {
    padding: 0;
    width: 12px;
    height: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: url("../../images/slickdotnot.svg") no-repeat center;
}
.stnew-dash-main .slick-dots li.slick-active button {
    background: url("../../images/slickdotactive.svg") no-repeat center;
}
.stnew-dash-main .slick-dots li button:before {
    display: none;
}
.stnew-slide-prev {
    cursor: pointer;
    position: absolute;
    width: 24px;
    height: 24px;
    top: 152px;
    left: -45px;
}
.stnew-slide-next {
    cursor: pointer;
    position: absolute;
    width: 24px;
    height: 24px;
    top: 152px;
    right: -45px;
}
.stnew-dash-tasks-attention {
    display: flex;
    width: 100%;
    align-items: center;
    background: #84D3A1;
    border-radius: 10px;
    padding: 5px 24px;
    margin-bottom: 64px;
    gap: 9px;
    color: #333333;
    font-size: 17px;
    font-weight: 700;
    line-height: 24px;
    justify-content: space-between;
    cursor: pointer;
}
.stnew-dash-tasks-attention .text-block {
    display: flex;
    align-items: center;
    max-width: 77%;
    gap: 16px;
    font-size: 17px;
    color: #333333;
    line-height: 24px;
    text-align: left;
}
.stnew-dash-tasks-attention .enter-btn {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 16px;
    gap: 4px;
    border: 1px solid #000000;
    border-radius: 15px;
    font-size: 15px;
    width: max-content;
}


.stnew-dash-slider-section .slick-dotted.slick-slider {
    margin-bottom: 0;
}
.stnew-dash-prizes {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin-bottom: 64px;
}
.stnew-dash-prizes-tile {
    font-weight: 950;
    font-size: 36px;
    color: #000000;
    margin-bottom: 10px;
    line-height: 40px;
}
.stnew-prizes-earned {
    display: inline;
    align-items: flex-end;
    margin-bottom: 34px;
    font-weight: 400;
    font-size: 17px;
    color: #000000;
    line-height: 24px;
}
.red-number-big {
    color: #048D39;
    font-size: 20px;
    font-weight: 900;
}
.stnew-dash-prizes-items {
    display: flex;
    flex-wrap: wrap;
    gap: 18px;
}
.stnew-prize-grid-item {
    display: flex;
    position: relative;
    align-items: center;
    width: 73px;
    height: 73px;
}
.stnew-grid-prize-controller {
    display: none;
    visibility: hidden;
    opacity: 0;
    width: 0;
    height: 0;
}
.stnew-grid-prize-label {
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 100%;
}
.stnew-earned-prize-icon {
    display: none;
}
.stnew-prize-was-earned .stnew-earned-prize-icon {
    display: initial;
    position: absolute;
    top: -5px;
    left: -5px;
}
.stnew-prize-not-allowed .stnew-grid-prize-label {
    filter: grayscale(1);
    opacity: 0.45;
    transition: 0.36s all;
}
.stnew-prize-not-allowed:hover .stnew-grid-prize-label {
    /*filter: none;*/
    opacity: 1;
    transition: 0.36s all;
}
.stnew-prize-not-allowed .spm-content-btn {
    background: #E4E4E4;
    color: #878786;
}
.stnew-prize-not-allowed .spm-content-btn:hover {
    background: #E4E4E4;
    color: #878786;
}
.stnew-prize-modal-bg {
    display: none;
}
.stnew-prize-modal-content {
    display: flex;
    display: none;
}
.stnew-prize-grid-item .stnew-grid-prize-controller:checked ~ .stnew-prize-modal-bg {
    display: flex;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(51, 51, 51, 0.85);
    z-index: 3;
}
.stnew-prize-grid-item .stnew-grid-prize-controller:checked ~ .stnew-prize-modal-content {
    display: flex;
    z-index: 4;
}
.stnew-modal-prize-image {
    margin: 0 auto 11px auto;
    width: 90%;
}
.spm-content-title {
    font-weight: 900;
    font-size: 20px;
    color: #333333;
    margin-bottom: 4px;
    line-height: 24px;
}
.spm-content-cube {
    display: flex;
    align-items: center;
    margin-bottom: 16px;
    gap: 10px;
    color: #333333;
    font-size: 13px;
    line-height: 20px;
    font-weight: 400;
}
.spm-content-description {
    font-weight: 400;
    font-size: 17px;
    line-height: 24px;
    color: #000000;
    margin-bottom: 4px;
}
.spm-content-date {
    color: #878786;
    font-weight: 400;
    font-size: 13px;
    line-height: 20px;
    margin-bottom: 16px;
}
.spm-content-btn {
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    height: 48px;
    background: #048D39;
    border-radius: 15px;
    color: #ffffff;
    font-weight: 900;
    font-size: 13px;
    line-height: 20px;
    text-decoration: none;
}
.spm-content-btn:hover {
    background: #00923A;
    cursor: pointer;
}
.stnew-dash-marathon {
    display: flex;
    flex-direction: column;
    width: 100%;
}
.stnew-dash-marathon-title {
    display: flex;
    align-items: center;
    margin-bottom: 8px;
    gap: 24px;
}
.stnedm-title-content {
    font-size: 36px;
    font-weight: 950;
    color: #000000;
    line-height: 40px;
}
.stnewdm-title-left {
    font-size: 20px;
    font-weight: 950;
    color: #000000;
    line-height: 24px;
}
.stnewdm-title-rules {
    display: flex;
    align-items: center;
    position: relative;
}
.rules-modal-controller {
    display: none;
    visibility: hidden;
    opacity: 0;
    width: 0;
    height: 0;
}
.stnew-rules-modal-label {
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #F2F2F2;
    border-radius: 4px;
    padding: 7px 16px;
    font-weight: 400;
    font-size: 13px;
    color: #333333;
}
.stnew-rules-modal-bg {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(51, 51, 51, 0.85);
    display: none;
    z-index: 3;
}
.rules-modal-controller:checked ~ .stnew-rules-modal-bg {
    display: flex;
}
.stnew-dash-rules-modal-window {
    display: flex;
    z-index: 4;
    flex-direction: column;
    display: none;
    top: 0;
}
.rules-modal-controller:checked ~ .stnew-dash-rules-modal-window {
    display: flex;
}
.stnew-rules-image {
    margin-bottom: 32px;
}
.stnew-modal-rules-title {
    font-size: 36px;
    font-weight: 950;
    color: #333333;
    margin-bottom: 8px;
    line-height: 40px;
}
.stne-modal-rules-content {
    font-size: 15px;
    line-height: 20px;
    color: #333333;
    font-weight: 400;
    margin-bottom: 24px;
}
.stne-modal-rules-content b {
    font-weight: 900;
}
.stnew-modal-rules-undertand {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #00923A;
    border-radius: 15px;
    width: 100%;
    height: 48px;
    cursor: pointer;
    color: #FFFFFF;
    font-weight: 900;
    font-size: 16px;
}
.stnew-marathon-dates {
    margin-bottom: 17px;
    line-height: 24px;
    font-weight: 400;
    font-size: 16px;
    color: #333333;
}
.stnew-marathon-dates b {
    font-weight: 600;
}
.stnew-marathon-items {
    display: grid;
    width: 100%;
    margin-bottom: 72px;
    grid-gap: 36px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
}
.stnew-marathon-item {
    display: flex;
    flex-direction: column;
    position: relative;
    background: #F2F2F2;
    border-radius: 10px;
    padding: 24px;
    height: 350px;
}
.stnew-task-image {
    margin-bottom: 10px;
    min-height: 130px;
    align-items: center;
}
.stnew-task-image img{
    max-height: 130px;
}
.stnew-task-title {
    font-weight: 900;
    color: #000000;
    font-size: 17px;
    margin-bottom: 4px;
    /*line-height: 24px;*/
}
.stnew-task-content {
    font-weight: 400;
    font-size: 15px;
    color: #333333;
    margin-bottom: 12px;
    /*line-height: 24px;*/
}
.stnew-task-modal-controller {
    display: none;
    visibility: hidden;
    opacity: 0;
    width: 0;
    height: 0;
}
.task-modal-button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    cursor: pointer;
    margin-top: auto;
    background: #048D39;
    height: 48px;
    border-radius: 15px;
    font-size: 15px;
    font-weight: 900;
    color: #ffffff;
}
.task-modal-button:hover {
    background: #00923A;
}
.stnew-modal-rules-undertand {
    background: #048D39;
}
.stnew-modal-rules-undertand:hover {
    background: #00923A;
}
.stnew-task-modal-bg {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 3;
    background: rgba(51, 51, 51, 0.85);
    display: none;
}
.stnew-task-modal-controller:checked ~ .stnew-task-modal-bg {
    display: flex;
    opacity: 1!important;
}
/*.stnew-task-modal-window {*/
/*    display: flex;*/
/*    width: max-content;*/
/*    max-width: 560px;*/
/*    flex-direction: column;*/
/*    background: #FFFFFF;*/
/*    position: absolute;*/
/*    top: 0;*/
/*    border-radius: 15px;*/
/*    z-index: 4;*/
/*    border: 1px solid #F2F2F2;*/
/*    padding: 24px;*/
/*    display: none;*/
/*}*/
.stnew-task-modal-window {
    display: flex;
    width: 100%;
    height: 100%;
    background: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 14;
    display: none;
    background: rgba(51, 51, 51, 0.85);
}
.stnew-tmw-container {
    display: flex;
    justify-content: center;
    width: 100%;
    height: 100%;
    position: relative;
    overflow: auto;
    scrollbar-width: none;
}
.stnew-tmw-container .stnew-task-modal-bg {
    position: sticky;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    background: none;
}
.stne-tmwc-body {
    display: flex;
    position: absolute;
    width: 560px;
    max-width: 90vw;
    flex-direction: column;
    background: #FFFFFF;
    margin: 20px 0;
    border-radius: 15px;
    z-index: 4;
    border: 1px solid #F2F2F2;
    padding: 24px;
    height: max-content;
    word-wrap: break-word;
    overflow-wrap: break-word;
}
/* width */
.stne-tmwc-body::-webkit-scrollbar {
    width: 5px;
}

/* Track */
.stne-tmwc-body::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
.stne-tmwc-body::-webkit-scrollbar-thumb {
    background: #888;
}

/* Handle on hover */
.stne-tmwc-body::-webkit-scrollbar-thumb:hover {
    background: #555;
}
.stnew-task-modal-controller:checked ~ .stnew-task-modal-window {
    display: flex;
    opacity: 1!important;
}
.stnew-task-modal-controller:checked ~ .stnew-task-modal-window * {
    opacity: 1!important;
}
.stnew-task-image-modal {
    margin-bottom: 20px;
    min-height: 130px;
    align-items: center;
}
.stnew-task-image-modal img {
    width: 90%;
}
.stnew-task-modal-title {
    font-weight: 950;
    font-size: 36px;
    color: #333333;
    margin-bottom: 10px;
    line-height: 40px;
}
.stnew-task-modal-lessons {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    gap: 10px;
    font-weight: 400;
    color: #333333;
    font-size: 15px;
    line-height: 20px;
}
.itr-section-video iframe {
    width: 100%;
    aspect-ratio: 16/9;
}
.stnew-task-modal-lessons-image {
    width: 20px;
    height: 19px;
}
.stnew-task-modal-prize {
    display: flex;
    align-items: center;
    margin-bottom: 32px;
    gap: 4px;
    flex-wrap: wrap;
    font-size: 15px;
    line-height: 24px;
    font-weight: 700;
    color: #333333;
    word-wrap: break-word;
    overflow-wrap: break-word;
}
.stnew-task-modal-prize-image {
    max-width: 42px;
}
.stnew-task-modal-title-task {
    font-weight: 900;
    font-size: 17px;
    line-height: 24px;
    color: #333333;
    line-height: 130%;
    display: block;
    align-items: center;
    margin-bottom: 8px;
}
.stnew-task-modal-title-task span {
    font-weight: 400;
    font-size: 13px;
}
.stnew-task-modal-subject {
    font-size: 15px;
    font-weight: 400;
    color: #333333;
    line-height: 20px;
    margin-bottom: 18px;
    display: flex;
    align-items: center;
    word-wrap: break-word;
    overflow-wrap: break-word;
    width: 100%;
}
.stnew-task-modal-btn-do {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 48px;
    background: #048D39;
    border-radius: 15px;
    font-size: 15px;
    line-height: 20px;
    font-weight: 900;
    color: #ffffff;
    cursor: pointer;
}
.stnew-task-modal-btn-do:hover {
    background: #00923A;
}
.stnew-tas-moda-subj-icon-container {
    display: flex;
    align-items: center;
    width: 30px;
    min-width: 30px;
}
.stnew-task-modal-link-title {
    font-weight: 900;
    font-size: 15px;
    color: #000000;
    margin-bottom: 10px;
}
.stnew-task-modal-text-field {
    width: 100%;
    border-radius: 4px;
    border: 1px solid #B2B2B2;
    padding: 5px;
    font-weight: 400;
    font-size: 15px;
    color: #000000;
    margin-bottom: 24px;
    height: 50px;
}
.stnew-task-modal-text-field:active,
.stnew-task-modal-text-field:focus,
.stnew-task-modal-text-field:focus-visible {
    border: 1px solid #00923A;
    outline: none;
}
.stnew-task-modal-text-field:hover {
    border: 1px solid #333333;
    outline: none;
}
.stnew-task-modal-subj-text a {
    color: #333333;
    text-decoration: underline;
}
.stnew-marathon-items .stnew-marathon-item:nth-child(8) .stnew-task-modal-window {
    right: 0;
}
.stnew-marathon-items .stnew-marathon-item:nth-child(7) .stnew-task-modal-window {
    right: 0;
}
.stnew-marathon-items .stnew-marathon-item:nth-child(6) .stnew-task-modal-window {
    left: 0;
}
.stnew-marathon-items .stnew-marathon-item:nth-child(5) .stnew-task-modal-window {
    left: 0;
}
.stnew-marathon-items .stnew-marathon-item:nth-child(4) .stnew-task-modal-window {
    right: 0;
}
.stnew-marathon-items .stnew-marathon-item:nth-child(3) .stnew-task-modal-window {
    right: 0;
}
.stnew-marathon-items .stnew-marathon-item:nth-child(2) .stnew-task-modal-window {
    left: 0;
}
.stnew-marathon-items .stnew-marathon-item:nth-child(1) .stnew-task-modal-window {
    left: 0;
}
.stnew-marathon-completed-task * {
    opacity: 0.5;
    transition: 0.36s all;
}
.stnew-marathon-completed-task:hover * {
    opacity: 1!important;
    transition: 0.36s all;
}
.stnew-marathon-completed-task *.task-modal-button {
    background: #E4E4E4;
    color: #878786;
    opacity: 0.5;
}
.stnew-marathon-completed-task:hover *.task-modal-button {
    background: #048D39;
    color: #ffffff;
}
.stnew-dash-nutrition-school {
    display: flex;
    flex-direction: column;
    width: 100%;
}
.stnew-dash-nutrition-past {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin-bottom: 72px;
}
.stnew-dash-past-container {
    display: flex;
    width: 100%;
    flex-direction: column;
    border: 1px solid #F2F2F2;
    border-radius: 15px;
    overflow: hidden;
    margin-top: 24px;
    margin-bottom: 55px;
}
.site_footer.new-site-footer {
    background: none;
    position: relative;
    justify-content: center;
}
.new--footer-container {
    display: flex;
    width: 95%;
    max-width: 1392px;
    z-index: 2;
    justify-content: space-between;
    align-items: center;
}
.new-footer-img {
    position: absolute;
    bottom: 0;
    z-index: 1;
}
.new-footer-menu {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 8px;
}
.new-footer-link {
    font-weight: 400;
    font-size: 13px;
    line-height: 20px;
    color: #333333;
    text-decoration: underline;
}
.new-footer-year {
    font-weight: 400;
    font-size: 12px;
    color: #333333;
}
.stnew-task-modal-step-image {
    float: left;
    width: 30px;
}
.stnew-dash-logo {
    width: 161px;
}
.stnew-dash-menu {
    cursor: pointer;
}
.stnew-slide-content-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: max-content;
    background: #048D39;
    border-radius: 15px;
    height: 56px;
    padding: 0 90px;
    color: #ffffff;
    font-weight: 900;
    font-size: 15px;
    line-height: 24px;
    margin-top: 22px;
}
.stnew-slide-first-btn {
    background: #048D39;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 15px;
    width: max-content;
    height: 56px;
    color: #FFFFFF;
    font-weight: 900;
    font-size: 15px;
    line-height: 24px;
    padding: 0 54px;
    margin-top: 22px;
}
.stnew-slide-content-tests-result {
    background: #FFD99F;
}
.mb-20 {
    margin-bottom: 20px;
}
.stnew-task-image {
    display: flex;
    width: 100%;
    justify-content: center;
    background: white;
}
.stnew-task-image-modal {
    display: flex;
    width: 100%;
    justify-content: center;
    background: white;
}
.stnew-marathon-completed-task .stnew-task-modal-btn-do {
    background: #E4E4E4;
    color: #878786;
}
.header-banners-temp {
    display: flex;
    width: 100%;
    justify-content: center;
}
.header-banners-1 {
    background: #FFAD26;
}
.header-banners-2 {
    background: #98C21F;
}
.header-banners-3 {
    background: #00923A;
}
.header-banners-4 {
    background: #E52322;
}
.header-banners-5 {
    background: #00923A;
}
.header-banners-temp-container {
    display: flex;
    justify-content: space-between;
    width: 95%;
    max-width: 1392px;
    align-items: center;
}
.hbt--date {
    font-size: 36px;
    font-weight: 900;
}
.hbt-step {
    display: flex;
    flex-direction: column;
    padding: 17px 0;
}
.hbt-step-title {
    font-weight: 900;
    font-size: 24px;
    line-height: 28px;
}
.hbt-step-text {
    font-weight: 400;
    font-size: 24px;
    line-height: 28px;
}
.header-banners-1 .hbt-step-title,
.header-banners-1 .hbt-step-text,
.header-banners-1 .hbt-task,
.header-banners-1 .hbt--date {
    color: #000000;
}
.header-banners-3 .hbt-image img,
.header-banners-2 .hbt-image img {
    height: 100%;
}
.header-banners-2 .hbt-step-title,
.header-banners-2 .hbt-step-text,
.header-banners-2 .hbt-task,
.header-banners-2 .hbt--date {
    color: #000000;
}
.header-banners-3 .hbt-step-title,
.header-banners-3 .hbt-step-text,
.header-banners-3 .hbt-task,
.header-banners-3 .hbt--date {
    color: #ffffff;
}
.header-banners-4 .hbt-step-title,
.header-banners-4 .hbt-step-text,
.header-banners-4 .hbt-task,
.header-banners-4 .hbt--date {
    color: #ffffff;
}
.header-banners-5 .hbt-step-title,
.header-banners-5 .hbt-step-text,
.header-banners-5 .hbt-task,
.header-banners-5 .hbt--date {
    color: #ffffff;
}
.hbt-image {
    display: flex;
    height: 100%;
    align-items: flex-end;
    justify-content: center;
    overflow: hidden;
}
.hbt-task {
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
}
.hbt-link {
    display: flex;
    font-weight: 900;
    font-size: 16px;
    line-height: 19px;
    color: #000000;
    padding: 14px 20px;
    text-decoration: none;
    border-radius: 15px;
    background: #ffffff;
}
.header-banners-5 .hbt-step-text {
    font-weight: 900;
}
.slider-content-results-text {
    color: #878786;
    font-size: 17px;
    font-weight: 600;
    line-height: 24px;
    margin-bottom: 22px;
}
.stnew-gridrprize-circle-container {
    border: 2px solid #00923A;
    border-radius: 50%;
    width: 100%;
    aspect-ratio: 1 / 1;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}
.stnew-tmp-circle-container {
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    border: 2px solid #00923A;
    border-radius: 50%;
    aspect-ratio: 1 / 1;
}
.header-banners-mobile-img {
    display: none;
}
.header-banners-1, .header-banners-4, .header-banners-5 {
    padding-top: 16px;
}
.stnew-gridrprize-circle-container img {
    object-fit: cover;
    height: 100%;
}
.stnew-tmtf-error {
    color: #EC2616;
    font-weight: 400;
    font-size: 13px;
    line-height: 20px;
    margin-top: -20px;
    margin-bottom: 20px;
}
.stnew-task-modal-step-image {
    display: none;
}
.stnew-tas-moda-subj-icon-container {
    display: none;
}
.stne-dash-past-controller {
    display: none;
    visibility: hidden;
    opacity: 0;
    width: 0;
    height: 0;
}
.stnew-dash-past-label {
    display: flex;
    cursor: pointer;
    width: 100%;
    align-items: flex-start;
    background: #F2F2F2;
    padding: 23px 26px;
    flex-direction: column;
    gap: 12px;
    position: relative;
}
.stnew-dash-past-tasks {
    display: flex;
    flex-direction: column;
    width: 100%;
    padding: 16px 24px;
}
.stnew-dash-past-tasks .stnew-marathon-items {
    margin-bottom: 0;
}
.stnew-dash-past-tasks {
    display: none;
}
.stne-dash-past-controller:checked ~ .stnew-dash-past-tasks {
    display: flex;
}
.stnew-dash-past-title {
    font-size: 17px;
    font-weight: 400;
    line-height: 24px;
    color: #000000;
}
.stnew-dash-title-done {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    background: #B2B2B2;
    margin-left: 10px;
    padding: 4px 14px;
    font-size: 13px;
    font-weight: 400;
    line-height: 20px;
    color: #333333;
}

/* Стили для активных программ */
.stnew-dash-past-container:not(.expired) .stnew-dash-title-done {
    background: #4CAF50;
    color: white;
}

/* Стили для шапки программы */
.program-header-info {
    display: flex;
    flex-direction: column;
    width: 100%;
    gap: 8px;
}

.program-title-section {
    display: flex;
    align-items: center;
    gap: 16px;
    flex-wrap: wrap;
}

.program-title {
    font-size: 24px;
    font-weight: 700;
    line-height: 1.2;
    color: #000000;
    margin: 0;
}

.program-rules-btn {
    background: #d7d7d7;
    border: none;
    border-radius: 8px;
    padding: 8px 16px;
    font-size: 14px;
    font-weight: 400;
    color: #333333;
    cursor: pointer;
    transition: background-color 0.2s;
}

.program-rules-btn:hover {
    background: #E0E0E0;
}

.program-days-left {
    font-size: 16px;
    font-weight: 400;
    color: #333333;
    margin-left: auto;
    margin-right: 180px; /* Увеличиваем отступ для текста и кнопок */
}

.program-period {
    font-size: 14px;
    color: #666666;
    line-height: 1.4;
}

.program-progress {
    font-size: 16px;
    color: #333333;
    line-height: 1.4;
}

.progress-number {
    color: #4CAF50;
    font-weight: 600;
}

/* Стили для модального окна правил */
#program-rules-modal .modal-content {
    border-radius: 8px;
    overflow: hidden;
}

#program-rules-modal .modal-header {
    background: #4CAF50 !important;
    color: white !important;
    border-bottom: none;
}

#program-rules-modal .modal-footer {
    background: #4CAF50 !important;
    border-top: none;
}

#program-rules-modal .modal-body {
    padding: 30px;
    line-height: 1.6;
}

#program-rules-modal .modal-body h1,
#program-rules-modal .modal-body h2,
#program-rules-modal .modal-body h3,
#program-rules-modal .modal-body h4,
#program-rules-modal .modal-body h5,
#program-rules-modal .modal-body h6 {
    color: #333;
    margin-top: 20px;
    margin-bottom: 10px;
}

#program-rules-modal .modal-body p {
    margin-bottom: 15px;
    color: #555;
}

#program-rules-modal .modal-body ul,
#program-rules-modal .modal-body ol {
    margin-bottom: 15px;
    padding-left: 20px;
}

#program-rules-modal .modal-body li {
    margin-bottom: 5px;
    color: #555;
}

#program-rules-modal .modal-body a {
    color: #4CAF50;
    text-decoration: none;
}

#program-rules-modal .modal-body a:hover {
    text-decoration: underline;
}

#program-rules-modal .modal-body strong {
    color: #333;
    font-weight: 600;
}

/* Адаптивность для шапки программы */
@media (max-width: 768px) {
    .program-title-section {
        flex-direction: column;
        align-items: flex-start;
        gap: 12px;
    }

    .program-title {
        font-size: 20px;
    }

    .program-days-left {
        margin-left: 0;
        margin-right: 120px; /* Увеличиваем отступ на мобильных */
    }

    .program-rules-btn {
        align-self: flex-start;
    }

    .stnew-dash-drop {
        top: 16px;
        right: 50px; /* Сдвигаем левее от иконки на мобильных */
        padding: 2px 6px;
    }

    .stnew-dash-drop-icon {
        top: 16px;
        right: 6px;
        padding: 2px;
    }

    .stnew-dash-past-label {
        padding: 16px 20px;
    }

    #program-rules-modal .modal-body {
        padding: 20px;
    }
}
.stnew-dash-drop {
    display: flex;
    align-items: center;
    position: absolute;
    top: 23px;
    right: 60px; /* Сдвигаем левее от иконки */
    display: none;
    z-index: 2;
    background: #F2F2F2;
    padding: 4px 8px;
    border-radius: 4px;
}
.sdd-close {
    display: flex;
}
.stne-dash-past-controller:checked ~ .stnew-dash-past-label .sdd-open {
    display: flex;
}
.stne-dash-past-controller:checked ~ .stnew-dash-past-label .sdd-close {
    display: none;
}
.stnew-dash-drop-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 23px;
    right: 16px;
    z-index: 2;
    background: #F2F2F2;
    padding: 4px;
    border-radius: 4px;
}
.stnew-dash-drop-icon img {
    transform: rotateX(180deg);
    transition: 0.3s all;
}
.stne-dash-past-controller:checked ~ .stnew-dash-past-label .stnew-dash-drop-icon img {
    transform: rotateX(0);
    transition: 0.3s all;
}
input.visibility-version-checkbox {
    visibility: hidden;
    display: none;
    width: 0;
    height: 0;
    opacity: 0;
}
html .visibility-modal-body .visibility-close-label {
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    border-radius: 10px;
    background: #000000;
    padding: 8px;
    font-size: 13px!important;
    font-weight: 900;
    line-height: 20px!important;
    color: #ffffff;
}
.visibility-modal-controller {
    display: none;
    visibility: hidden;
    width: 0;
    height: 0;
    opacity: 0;
}
.visibility-modal-window {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    justify-content: center;
    z-index: 3;
}
.visibility-modal-controller:checked ~ .visibility-modal-window {
    display: flex;
}
.visibility-modal-bg {
    display: flex;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(51, 51, 51, 0.85);
    z-index: 3;
}
.visibility-modal-body {
    display: flex;
    flex-direction: column;
    max-width: 250px;
    background: #FFFFFF;
    border-radius: 15px;
    padding: 24px;
    z-index: 3;
    height: max-content;
    margin-top: 5vh;
    align-items: flex-start;
}
.visibility-controller-label {
    display: flex;
    cursor: pointer;
    justify-content: center;
    align-items: center;
    background: #000000;
    border-radius: 10px;
    padding: 8px 16px;
    color: #FFFFFF;
    font-weight: 900;
    font-size: 13px;
    line-height: 20px;
    margin-left: auto;
    margin-right: 40px;
}
html .visibility-modal-body .visibility-modal-title {
    font-weight: 950;
    font-size: 20px!important;
    line-height: 24px!important;
    color: #000000;
    margin-bottom: 8px;
}
.visibility-text-label {
    display: flex;
    align-items: center;
    cursor: pointer;
    color: #000000;
    margin-bottom: 8px;
}
.visibility-text-label img {
    margin-right: 8px;
}
html .visibility-modal-body .vtl-default {
    font-weight: 400;
    font-size: 13px!important;
    line-height: 20px!important;
}
html .visibility-modal-body .visibility-filter-label {
    font-weight: 400;
    font-size: 17px!important;
    line-height: 24px!important;
}
html .visibility-modal-body .vtl-medium {
    font-weight: 400;
    font-size: 17px!important;
    line-height: 24px!important;
}
html .visibility-modal-body .vtl-large {
    font-weight: 900;
    font-size: 17px!important;
    line-height: 24px!important;
}
.visibility-check-icon-yes {
    display: none;
}
#visibilityTextDefault:checked ~ .visibility-modal-window .vtl-default .visibility-check-icon-yes {
    display: initial;
}
#visibilityTextDefault:checked ~ .visibility-modal-window .vtl-default .visibility-check-icon-no {
    display: none;
}
#visibilityTextMedium:checked ~ .visibility-modal-window .vtl-medium .visibility-check-icon-yes {
    display: initial;
}
#visibilityTextMedium:checked ~ .visibility-modal-window .vtl-medium .visibility-check-icon-no {
    display: none;
}
#visibilityTextLarge:checked ~ .visibility-modal-window .vtl-large .visibility-check-icon-yes {
    display: initial;
}
#visibilityTextLarge:checked ~ .visibility-modal-window .vtl-large .visibility-check-icon-no {
    display: none;
}

#visibilityFilterDefault:checked ~ .visibility-modal-window .vfl-default .visibility-check-icon-yes {
    display: initial;
}
#visibilityFilterDefault:checked ~ .visibility-modal-window .vfl-default .visibility-check-icon-no {
    display: none;
}
#visibilityFilterGrayscale:checked ~ .visibility-modal-window .vfl-grayscale .visibility-check-icon-yes {
    display: initial;
}
#visibilityFilterGrayscale:checked ~ .visibility-modal-window .vfl-grayscale .visibility-check-icon-no {
    display: none;
}
#visibilityFilterSepia:checked ~ .visibility-modal-window .vfl-sepia .visibility-check-icon-yes {
    display: initial;
}
#visibilityFilterSepia:checked ~ .visibility-modal-window .vfl-sepia .visibility-check-icon-no {
    display: none;
}


.visibility-controller-label {
    display: none;
}

.badge.badge-secondary, .badge.badge-info, .badge.badge-success {
    color: #000000;
}

/* Cookie text expanding block styles */
.cookie-content {
    position: relative;
    transition: all 0.3s ease;
    min-height: auto;
}

.cookie-text-short {
    display: block;
    transition: all 0.3s ease;
}

.cookie-text-full {
    display: none;
    transition: all 0.3s ease;
}

.cookie-content:hover .cookie-text-short {
    display: none;
}

.cookie-content:hover .cookie-text-full {
    display: block;
}

/* HTML content styles for task descriptions */
.stnew-task-modal-subject p {
    /*margin-bottom: 1rem;*/
    line-height: 1.6;
    word-wrap: break-word;
    overflow-wrap: break-word;
    width: 100%;
}

.stnew-task-modal-subject h1,
.stnew-task-modal-subject h2,
.stnew-task-modal-subject h3,
.stnew-task-modal-subject h4,
.stnew-task-modal-subject h5,
.stnew-task-modal-subject h6 {
    margin-top: 1.5rem;
    margin-bottom: 1rem;
    font-weight: 600;
    color: #333;
    word-wrap: break-word;
    overflow-wrap: break-word;
    width: 100%;
}

.stnew-task-modal-subject h1 { font-size: 1.5rem; }
.stnew-task-modal-subject h2 { font-size: 1.3rem; }
.stnew-task-modal-subject h3 { font-size: 1.2rem; }
.stnew-task-modal-subject h4 { font-size: 1.1rem; }
.stnew-task-modal-subject h5 { font-size: 1rem; }
.stnew-task-modal-subject h6 { font-size: 0.9rem; }

.stnew-task-modal-subject ul,
.stnew-task-modal-subject ol {
    margin-bottom: 1rem;
    padding-left: 1.5rem;
    word-wrap: break-word;
    overflow-wrap: break-word;
    width: 100%;
}

.stnew-task-modal-subject li {
    margin-bottom: 0.5rem;
    line-height: 1.6;
    word-wrap: break-word;
    overflow-wrap: break-word;
}

.stnew-task-modal-subject strong,
.stnew-task-modal-subject b {
    font-weight: 600;
}

.stnew-task-modal-subject em,
.stnew-task-modal-subject i {
    font-style: italic;
}

.stnew-task-modal-subject u {
    text-decoration: underline;
}

.stnew-task-modal-subject a {
    color: #007bff;
    text-decoration: underline;
    word-break: break-all;
    overflow-wrap: break-word;
    hyphens: auto;
}

/* Специальные стили для длинных ссылок в тексте */
.stnew-task-modal-subject {
    word-break: break-word;
    overflow-wrap: break-word;
    /*hyphens: auto;*/
}

.stnew-task-modal-subject p {
    word-break: break-word;
    overflow-wrap: break-word;
    /*hyphens: auto;*/
}

.stnew-task-modal-subject a:hover {
    color: #0056b3;
    text-decoration: none;
}

.stnew-task-modal-subject blockquote {
    margin: 1rem 0;
    padding: 0.5rem 1rem;
    border-left: 4px solid #007bff;
    background-color: #f8f9fa;
    font-style: italic;
}

.stnew-task-modal-subject code {
    background-color: #f8f9fa;
    padding: 0.2rem 0.4rem;
    border-radius: 3px;
    font-family: 'Courier New', monospace;
    font-size: 0.9em;
}

.stnew-task-modal-subject pre {
    background-color: #f8f9fa;
    padding: 1rem;
    border-radius: 5px;
    overflow-x: auto;
    margin: 1rem 0;
}

.stnew-task-modal-subject pre code {
    background: none;
    padding: 0;
}

/* Quill styles */
.ql-editor {
    min-height: 200px !important;
    font-size: 14px !important;
    line-height: 1.5 !important;
}

/* Mobile styles for task modal */
@media (max-width: 768px) {
    .stne-tmwc-body {
        width: 95vw;
        max-width: 95vw;
        padding: 20px;
        margin: 10px 0;
    }

    .stnew-task-modal-subject {
        font-size: 14px;
        line-height: 18px;
    }

    .stnew-task-modal-subject p {
        font-size: 14px;
        line-height: 18px;
    }
}

/* Awards Block Component Styles */
.awards-block {
    background: white;
    border-radius: 12px;
    padding: 24px;
    margin-bottom: 20px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.awards-header {
    margin-bottom: 24px;
}

.awards-title {
    font-size: 24px;
    font-weight: 700;
    color: #333;
    margin: 0 0 8px 0;
}

.awards-progress {
    font-size: 16px;
    color: #333;
    line-height: 1.5;
}

.progress-number {
    font-weight: 700;
    font-size: 18px;
}

.progress-number.obtained {
    color: #4CAF50;
}

.progress-number.total {
    color: #333;
}

.awards-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(80px, 1fr));
    gap: 16px;
    max-width: 100%;
}

.awards-item {
    position: relative;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    border: 2px solid #E0E0E0;
    overflow: hidden;
    cursor: pointer;
    transition: all 0.3s ease;
}

.awards-item.not-obtained {
    cursor: not-allowed;
}

.awards-item:hover {
    transform: scale(1.05);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.awards-item.obtained {
    border-color: #4CAF50;
    opacity: 1;
}

.awards-item.not-obtained {
    opacity: 0.5;
    border-color: #E0E0E0;
}

.awards-item-badge {
    position: absolute;
    top: -2px;
    left: -2px;
    width: 24px;
    height: 24px;
    background: #4CAF50;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
}

.awards-item.not-obtained .awards-item-badge {
    background: #E0E0E0;
}

.awards-badge-icon {
    width: 14px;
    height: 14px;
    filter: brightness(0) invert(1);
}

.awards-badge-icon.not-earned {
    filter: brightness(0) invert(0.5);
}

.awards-item-image {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #F8F9FA;
}

.awards-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}

/* Responsive styles for awards */
@media (max-width: 768px) {
    .awards-block {
        padding: 20px;
    }

    .awards-title {
        font-size: 20px;
    }

    .awards-progress {
        font-size: 14px;
    }

    .progress-number {
        font-size: 16px;
    }

    .awards-grid {
        grid-template-columns: repeat(auto-fill, minmax(60px, 1fr));
        gap: 12px;
    }

    .awards-item {
        width: 60px;
        height: 60px;
    }

    .awards-item-badge {
        width: 20px;
        height: 20px;
    }

    .awards-badge-icon {
        width: 12px;
        height: 12px;
    }
}

@media (max-width: 480px) {
    .awards-grid {
        grid-template-columns: repeat(auto-fill, minmax(50px, 1fr));
        gap: 8px;
    }

    .awards-item {
        width: 50px;
        height: 50px;
    }

    .awards-item-badge {
        width: 18px;
        height: 18px;
    }

    .awards-badge-icon {
        width: 10px;
        height: 10px;
    }
}

.ql-toolbar {
    border-top: 1px solid #ccc !important;
    border-left: 1px solid #ccc !important;
    border-right: 1px solid #ccc !important;
    border-bottom: none !important;
}

.ql-container {
    border-bottom: 1px solid #ccc !important;
    border-left: 1px solid #ccc !important;
    border-right: 1px solid #ccc !important;
    border-top: none !important;
}

/* Quill в админских модальных окнах */
.modal .ql-toolbar {
    z-index: 9999 !important;
}

.modal .ql-container {
    z-index: 9999 !important;
}

.modal .ql-editor {
    z-index: 9999 !important;
}

/* Увеличиваем z-index модального окна */
.modal {
    z-index: 1050 !important;
}

.modal-backdrop {
    z-index: 1040 !important;
}

/* Certificate form fields */
.certificate-form-fields {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin: 15px 0;
}

.certificate-form-fields .stnew-task-modal-text-field {
    width: 100%;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 14px;
}

/* Заблокированные задания */
.stnew-marathon-locked-task {
    opacity: 1;
    pointer-events: auto;
}

.stnew-marathon-locked-task *{
    opacity: 0.6;
    pointer-events: all;
}

.stnew-marathon-locked-task .stnew-task-image img {
    filter: grayscale(100%);
}

.stnew-marathon-locked-task .task-modal-button {
    background-color: #ccc !important;
    color: #666 !important;
    cursor: not-allowed !important;
}
