.auth-form__link{
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    margin-left: 16px;
}
.students-import__back-link{
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
}
.modal-back-link{
    margin-bottom: 10px;
}
@media (max-width: 767.98px) {
    .auth-form__link{
        font-size: 13px;
        line-height: 20px;
    }
}
.b-feedback-card.active, .b-course-card-1.active, .b-group-card-2.active, .b-group-card-1.active {
  border: 1px solid var(--bs-green);
  box-shadow: 0px 4px 16px rgba(29, 167, 46, 0.12);
}
.b-feedback-card:hover, .b-course-card-1:hover, .b-group-card-2:hover, .b-group-card-1:hover {
    cursor: pointer;
}
.b-header-user__img, .b-user-img {
    overflow: hidden;
}
.image-wrapper{
    overflow: hidden;
}
.b-header-user__img img, .b-user-img img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}
.import-students-button{
    position: relative;
    overflow: hidden;
}
.import-students-button input[type="file"] {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
}
.image-wrapper img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.image_uploader {
    position: relative;
    overflow: hidden;
    border-radius: 100%;
}
.image_uploader::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0);
    transition: background-color 0.2s ease-in-out;
    top: 0;
    left: 0;
}
.image_uploader:hover::before {
    transition: background-color 0.4s ease-in-out;
    background: rgba(0, 0, 0, 0.25);
}
.image_uploader input[type="file"] {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
}
.b-student-card-2__name-1 {
    line-height: 24px;
}
.b-student-card-2__name-2 {
    line-height: 26px;
}
.b-student-card-2__company-name {
    line-height: 16px;
}
.b-student-card-2__top.rounded {
    border-radius: 0.75rem;
}
.dropdown-actions .dropdown-menu.show{
    transform: translate(-20px, 0) !important;
    right: 0 !important;
    left: auto !important;

    border-radius: 8px;
    background: #242B31;
    box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.16); 
    display: flex;
    flex-direction: column;
    padding: 0;
    overflow: hidden;
}
.dropdown-actions .dropdown-menu.show .button{
    display: flex;
    gap: 8px;
    justify-content: left;
    border: unset;
    background-color: unset;
    color: var(--light-light-gray, #E6ECF1);
    font-size: 13px;
    font-weight: 600;
    line-height: 16px; 
}
.dropdown-actions .dropdown-menu.show .button{
    padding: 6px 16px;
}
.dropdown-actions .dropdown-menu.show .button:first-child{
    padding: 16px 16px 6px;
}
.dropdown-actions .dropdown-menu.show .button:last-child{
    padding: 6px 16px 16px;
}
.dropdown-actions .dropdown-menu.show .button:hover{
    background: #1c2125;
}
.text-default{
   color: rgb(36, 43, 49);
}
.b-group-card-2_hover-disable:hover{
    cursor: unset !important;
    border: 1px solid var(--bs-gray-300);
    box-shadow: 0px 6px 16px rgba(237, 243, 246, 0.8);
}
.choices__placeholder{
    opacity: 1 !important;
}
@media (max-width: 991.92px) {
    .b-header > .container {
      --bs-gutter-x: 0;
      height: calc(100vh - 80px);
    }
}
.last-update{
    color: #597C8B;
    font-size: 13px;
    line-height: 16px; 
    font-weight: 600;
}
.total-time{
    color: #597C8B;
    font-size: 18px;
    line-height: 26px; 
}
.history-link{
    color: #159AE4;
    font-size: 13px;
    font-weight: 600;
    line-height: 16px; 
}
.students-companies-container{
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.b-checkbox-1 label{
    cursor: pointer;
}
.b-checkbox-1.active label {
  background-color: #242B31;
  color: #fff;
}
.b-checkbox-1.active label span {
  color: var(--bs-white);
}
.loader-small{
  width: 1rem;
  height: 1rem;
  border-top: 2px solid #fff;
  border-right: 2px solid transparent;
  border-radius: 50%;
  -webkit-animation: rotation .8s linear infinite;
          animation: rotation .8s linear infinite;
}
.loader{
  width: 4rem;
  height: 4rem;
  border-top: 3px solid var(--bs-green);
  border-right: 3px solid transparent;
  border-radius: 50%;
  -webkit-animation: rotation .8s linear infinite;
          animation: rotation .8s linear infinite;
}
@-webkit-keyframes rotation {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes rotation {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.searchfield__input{
    --bs-form-select-bg-img: url("data:image/svg+xml,%3csvg viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3e %3cpath d='M6 9L12 15L18 9' stroke='%2393A5B3' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3e%3c/svg%3e");
    display: block;
    width: 100%;
    padding: 0.375rem 2.25rem 0.375rem 0.75rem;
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: var(--bs-body-color);
    background-color: var(--bs-body-bg);
    background-image: var(--bs-form-select-bg-img), var(--bs-form-select-bg-icon, none);
    background-repeat: no-repeat;
    background-position: right 0.75rem center;
    background-size: 24px;
    border: var(--bs-border-width) solid var(--bs-border-color);
    border-radius: var(--bs-border-radius);
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.searchfield__items{
    max-height: 176px;
    overflow-y: auto;
}
.searchfield__items li{
    padding: 0.5rem;
    cursor: pointer;
}
.searchfield__items li:hover{
    background-color: #E0E0E6;
}
.company-responsible .b-group-card-1__position{
    font-size: 13px;
    font-weight: 600;
    line-height: 16px;
    color: #242B31;
}
.company-responsible__phone{
    color: #597C8B;
    font-size: 13px;
    font-weight: 400;
    line-height: 16px; 
}
.company-responsible__email{
    color: #159AE4;
    font-size: 13px;
    font-weight: 400;
    line-height: 16px;
}
.company-card__link-wrapper{
    color: #242B31;
}
#position-form textarea{
    height: 98px;
}
.lecture-icons-block{
    margin-top: 36px;
}
.load-file{
    position: relative;
    display: flex;
    padding: 24px 16px;
    gap: 16px;
    align-self: stretch;
    border-radius: 4px;
    border: 1px dashed #597C8B;
    background: #F2F6F9;
}
.load-file input{
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
    z-index: 999;
}
.load-file svg{
    flex-shrink: 0;
    height: 24px;
    width: 24px;
    color: #597C8B;
}
.load-file__label{
    color: #597C8B;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px; 
}
.file-remove{
    height: 24px;
    width: 24px;
    position: relative;
    border: none;
    font: inherit;
    color: inherit;
    background-color: transparent;
    cursor: pointer;
    padding: 0;
}
.file-remove svg{
    position: absolute;
    top: 0;
    left: 0;
    color: #BCC4CD;
    width: 24px;
    height: 24px;
    padding: 4px;
}
.load-file__container .all-files{
    width: 0;
    height: 0;
    overflow: hidden;
    z-index: 0;
    position: relative;
}
.load-file__container .all-files input{
    position: absolute;
    top: 0;
    left: 0;
}
.test-title{
    margin-bottom: 12px;
}
.test-textarea__question{
    padding: 16px !important;
}
.test-textarea__answer{
    padding: 16px 46px!important;
}
.question-container.sortable-chosen .b-collapse{
    background-color: #f5f5f5;
}
.coursesteps-item.sortable-chosen .b-form-step{
    background-color: #f5f5f5;
}
.answer-container.sortable-chosen{
    background-color: #f5f5f5;
    border-radius: 4px;
}
.question-type-btn{
    border: none;
}
.test-add-img{
    position: relative;
}
.test-add-img input[type="file"]{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    cursor: pointer;
}
.answers-list{
    margin-top: -8px;
    margin-bottom: -8px;
}
.answers-list .answer-container{
    padding-top: 8px;
    padding-bottom: 8px;
}
.answer-container .b-collapse-question__btn-1{
    top: 8px;
}
.answer-container .b-collapse-question__btn-2{  
    top: 24px;
}
.answer-container .b-collapse-question__btn-3{
    top: 24px;
}
.answer-container .b-collapse-question__btn-4{
    top: 8px;
}
.question-container.is-invalid .b-collapse{
    border-color: var(--bs-form-invalid-border-color);
}
.change-tab{
    cursor: pointer;
}
.b-state-2__item_false.active {
  border: 2px solid var(--bs-danger);
}
.b-state-2__item_true.active {
  border: 2px solid #1DA72E;
}
.b-state-2__item_que.active {
  border: 2px solid #597C8B;
}

.answer-textarea-label{
    color: #242B31;
    font-size: 18px;
    font-weight: 600;
    line-height: 22px; 
}
.question .b-form-question__item{
    margin-bottom: 24px;
}
.comment .b-page-alert__title{
    font-size: 18px;
    font-weight: 400;
    line-height: 26px; 
}
.comment .b-page-alert{
    background-color: #e6ecf1;
}
.b-page-alert_success {
    background-color: var(--bs-green-4) !important;
  }
.b-page-alert_danger {
background-color: var(--bs-red-2) !important;
}
.comment .b-page-alert .comment__text{
    color: #597C8B;
}
.comment .b-page-alert.b-page-alert_danger .b-page-alert__title{
    color: var(--bs-danger);
}
.comment .b-page-alert.b-page-alert_success .b-page-alert__title{
    color: #1DA72E;
}
.questionIcon.active{
    background-color: #fff !important;
}
.questionIcon.active.b-state-2__item_que::after {
    background-image: url("data:image/svg+xml,%3csvg width='20' height='20' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3e %3cpath d='M7 7.25122C7.40327 6.1672 8.19923 5.25311 9.24692 4.67086C10.2946 4.08862 11.5264 3.87578 12.7241 4.07005C13.9219 4.26432 15.0083 4.85316 15.7909 5.73228C16.5735 6.6114 17.0018 7.72406 17 8.8732C17 12.1172 11.8542 13.7391 11.8542 13.7391V16' stroke='%23597C8B' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3e %3cpath d='M12 20H12.01' stroke='%23597C8B' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3e%3c/svg%3e");
}
.test-question-image img{
    height: 240px;
    border-radius: 4px;
}
.test-answer-image{
    margin-left: 30px;
}
.test-answer-image img{
    height: 120px;
    border-radius: 4px;
}
.b-form-question{
    overflow: auto;
}
.b-form-test-frame{
    padding: 0;
}
.b-form-question {
  margin: 0;
  padding: 2rem;
}
@media (min-width: 768px){
    .b-form-question {
      margin: 0;
      padding: 2rem 5.75rem;
    }
}
#editorjs .codex-editor__redactor{
    padding-bottom: 0 !important;
}
#editorjs{
    min-height: 176px;
    padding: 16px;
}
@media (min-width: 576px) {
    .ce-popover--opened{
        -webkit-animation: unset;
                animation: unset;
        transform: translateX(-170px);
    }
    .editorjs-container{
        margin-left: calc((100% - 544px)/2);
    }
    #editorjs .ce-block__content{
        padding-right: 62px;
        max-width: 100%;
    }
    #editorjs .ce-toolbar__content{
        max-width: 100%;
        
    }
    #editorjs .ce-toolbar__actions{
        right: 0;
        
    }
}
.coursegroup-directions{
    color: #1DA72E;
    font-size: 18px;
    font-weight: 400;
    line-height: 26px;
    padding: 0 0 2.5rem 2rem;
}
.coursegroup-b-page .b-page-lead{
    padding-bottom: 10px;
}

.b-student-card-2__top__rounded {
    border-radius: 0.75rem;
  }

.button-train-teacher{
    margin-top: 10px;
}
.train-teachers__course-title{
    color: #242B31;
    font-size: 24px;
    font-weight: 700;
    line-height: 28px;
}
.w-fit{
    width: fit-content !important;
}
.dropdown-menu .choices__item:hover{
    background-color: var(--bs-gray-200);
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}
.write-btn{
    margin-top: 20px;
}
.b-course-card-1:hover{
    cursor: default;
    border: 1px solid var(--bs-gray-300);
    box-shadow: 0px 6px 16px rgba(237, 243, 246, 0.8);
}
.homework-load-file .file-item{
    gap: 12px;
}
.homework-load-file .all-files{
    width: 0;
    height: 0;
    overflow: hidden;
    z-index: 0;
    position: relative;
}
.homework-load-file .all-files input{
    position: absolute;
    top: 0;
    left: 0;
}
.homework-load-file .load-file__btn{
    position: relative;
}
.homework-load-file .load-file__btn input{
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
    z-index: 999;
}
.form-check input{
    flex-shrink: 0;
}

.collapse-min{
    display: block;
    overflow: hidden;
    max-height: 1000px;
    transition: max-height 0.3s;
    transition-delay: 0.2s;
}
.collapse-min.unshow {
    max-height: 0;
    transition: max-height 0.3s;
    transition-delay: 0s;
}
.test-preview-text{
    overflow: hidden;
    color: var(--dark-gray, #597C8B);
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    padding-left: 40px;
}
.b-course-result__card {
  align-items: start;
}
.b-feedback-chat-messages{
    justify-content: flex-start;
}
.b-feedback-card__body p{
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.choices__list--dropdown, .choices__list[aria-expanded]{
    width: max-content;
    max-width: 350px;
    min-width: 100%;
}
.js-collapse-short-container .collapse:not(.show){
    height: 0;
    overflow: hidden;
    display: flex;
}
.loader-wrapper .btn:disabled{
    opacity: 0;
}
.b-collapse-card__title.two-rows {
  font-size: 0.8rem;
}
.logo-img{
    position: relative;
    overflow: hidden;
    width: 240px;
    aspect-ratio: 4/1;
    background-color: #242B31;
    border-radius: 12px;
}
.logo-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 50;
}
.logo-img svg{
    color: #fff;
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 30;
    transform: translate(-50%, -50%);
}
.logo-img-block{
    display: flex;
    flex-direction: column;
    gap: 11px;
}
.logo-help-text{
    text-align: center;
    width: 240px;
}

.sub-text{
    color: #597C8B;
    font-size: 13px;
    font-weight: 400;
    line-height: 16px;
}
.main-text{
    color: #242B31;
    font-size: 18px;
    font-weight: 400;
    line-height: 26px;
}
.mb-36{
    margin-bottom: 36px;
}
@media (min-width: 1400px) {
    .logo-img-block{
        position: absolute;
        left: 0;
        top: 0;
    }
    .logo-img, .logo-help-text{
        margin-left: 3px;
    }
}

.image_uploader-logo::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    /* background: #FCFCFC; */
    background: rgba(0, 0, 0, 0);
    top: 0;
    left: 0;
    z-index: 25;
}
.image_uploader-logo:hover::before {
    background: #597C8B;
    opacity: 0.7;
    z-index: 55;
}
.image_uploader-logo:hover svg{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 60;
}
.image_uploader-logo input[type="file"] {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
    z-index: 999;
}
.clear-btn-disabled{
    color: #BCC4CD;
    font-size: 13px;
    font-weight: 400;
    line-height: 16px;
}
.air-datepicker-global-container{
    z-index: 9999;
}
.reporting-cancel {
    color: #597C8B;
}
.del-user {
    appearance: none;
}
.b-modal-card-1{
    flex-wrap: nowrap;
}
.auto-scroll-block{
    position: fixed;
    bottom: 24px;
    right: 24px;
    z-index: 1000;
}
.auto-scroll-block button{
    border: 2px solid #1da72e;
    background-color: #fff;
    border-radius: 100%;
    width: 40px;
    height: 40px;
    color: #1da72e;
}
.auto-scroll-block button.go-top svg{
    transform: rotate(90deg);
}
.auto-scroll-block button.go-bottom svg{
    transform: rotate(270deg);
}
.hide{
    display: none;
}
.btn-add-contract{
    height: 38px;
    white-space: nowrap;
}
.students-container .btn-add-contract.error{
    background-color: #F25555;
    border-color: #F25555;
}
.b-auth{
    background-color: #242b31;
}
.b-auth .b-auth__title{
    color: #fff;
}
.b-auth .auth-form__link{
    color: #fff;
}
.b-auth .auth-form__link:hover{
    color: #BCC4CD;
}

.document-iframe{
    width: 100%;
    height: 100%;
    border: none;
}
.b-form-test-frame.p-0{
    overflow: hidden;
}
@media (max-width: 767.98px) {
    .document-iframe{
        width: 100%;
        height: 100%;
        min-height: unset;
    }
    .b-form-test-frame.p-0{
        width: 100%;
        height: auto;
        min-height: unset;
        aspect-ratio: 7.9 / 11;
    }
}
.b-form-test-frame:not(.p-0){
    height: auto;
}
.b-form-test-frame:not(.p-0) .b-form-question{
    overflow: unset;
}
@media (max-width: 575.98px) {
    .b-form__btn_2 .btn{
        min-width: 135px;
    }
}

.b-feedback-chat-header__text_mobil {
    margin-bottom: 0.3125rem;
    display: block;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;  
    overflow: hidden;
    font-size: 1.125rem;
}
.feedback-header-mobil>.b-feedback-chat-header__header{
    transition: all 0.15s ease-in-out;
    overflow: hidden;
    max-height: 150px;
}
.feedback-header-mobil.sticky>.b-feedback-chat-header__header{
    max-height: 0px;
}
.feedback-header-mobil.sticky>.b-feedback-chat-header__text_mobil{
    -webkit-line-clamp: 1;
}
.feedback-header-mobil.sticky>.b-feedback-chat-header__link{
    top: 20px;
}
@media (max-width: 575.98px) {
    .b-feedback-chat-messages.sticky{
        padding: 10rem 1rem 3.75rem;
    }
}
.b-header__footer{
    padding-bottom: 40px;
}
.video-container{
    min-height: fit-content;
    overflow: hidden;
}
.video-container video{
    margin-bottom: -5px;
}
.pdf-viewer{
    overflow: auto;
    background-color: #ccc;
    padding: 16px;
    padding-bottom: 32px;
}
/* Фиксирует высоту почему-то */
/* .pdf-viewer a:first-child{
    min-height: 100%;
} */
.pdf-viewer img{
    box-shadow: 0px 0px 5px 3px #0006;
    max-width: 850px;
    width: 100%;
}

.sl-overlay{
    background: #000;
}
.sl-close,
.sl-counter,
.sl-next,
.sl-prev{
    color: #fff !important;
    text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
}
.toast-wrapper{
    position: fixed;
    top: 0;
    right: 0;
    padding: 16px;
    width: 450px;
}
.lomonosov-toast-logo{
    width: 20px;
    height: 20px;
    object-fit: contain;
}
.lomonosov-pwa-toast{
    box-shadow: none;
    width: 100%;
    max-width: 100%;
    font-size: 18px;
}
.lomonosov-pwa-toast .download-btn{
    width: fit-content;
    align-self: end;
}
@media (max-width: 575.98px) {
    .toast-wrapper{
        top: auto;
        bottom: 0;
        width: 100%;
    }
 }

.group-sent-text {
  font-size: 13px;
  font-weight: 600;
  color: var(--bs-gray-600);
}
.help-text{
    font-size: 12px;
    line-height: 14px;
    color: #737478;
    padding-left: 12px;
}
.disabled-download{
    opacity: 0.5;
}

.sidebar {
    transition: width 0.3s ease; /* Плавная анимация */
}

.sidebar-toggle-btn {
    display: none;
    padding-top: 1rem;
}

.sidebar-toggle-btn .b-svg:hover {
  cursor: pointer;
}

#main-content {
    transition: all 0.3s ease; /* Плавная анимация */
}

@media (min-width: 992px) {
    .sidebar-toggle-btn {
        display: flex;
        justify-content: center;
        color: var(--bs-white);
        padding-top: 1rem;
    }
    .sidebar.collapsed {
        width: 60px;
    }
    .sidebar.collapsed .b-nav-main__link {
        padding: 1rem 2rem 1rem 1rem;
    }

    .sidebar.collapsed .b-header__logo {
        padding: 1rem 0 1.5rem;
    }

    .sidebar.collapsed .b-header-logo__link .b-svg {
        width: 190px;
    }

    .sidebar.collapsed .b-nav-main__link span {
        display: none;
    }

    .sidebar.collapsed .b-nav-main__link svg {
        display: block;
    }

    .sidebar.collapsed .b-nav-main__link.active::after {
        display: none;
    }

    .sidebar.collapsed .b-nav-main-sub__link.active::after {
        display: none;
    }

    .sidebar.collapsed + #main-content {
        margin-left: 60px;
    }

    .sidebar.collapsed .title-svg path:not(:nth-child(-n+3)) {
        display: none;
    }

    .sidebar.collapsed .b-header__user {
        padding: 0 0.3rem;
    }

    .sidebar.collapsed .b-header-user__img {
        width: 50px;
        height: 50px;
    }

    .sidebar.collapsed .b-header-user__position {
        display: none;
    }

    .sidebar.collapsed .b-header__auth {
        padding: 1rem 0 1.25rem;
    }

    .sidebar.collapsed .b-header-auth__link {
        padding: 1rem 1.2rem 1rem;
    }

    .sidebar.collapsed .b-header-auth__link span {
        display: none;
    }
}

.b-nav-main__link {
    transition: all 0.3s ease; /* Плавная анимация */
}

.b-header__logo {
    transition: all 0.3s ease; /* Плавная анимация */
    padding: 1rem 1rem 1.5rem;
}

.b-header-logo__link .b-svg {
    transition: all 0.3s ease; /* Плавная анимация */
}

.b-header-user__img {
    transition: all 0.3s ease; /* Плавная анимация */
}

.b-nav-main__link span {
    text-wrap: nowrap;
}

/* Горизонтальный скролл шагов в курсе */
.b-form-step-2 {
    flex-wrap: nowrap;
    overflow-x: auto;
    white-space: nowrap;
    padding: 1rem 0;
}
.b-form-step-2__item {
    width: 2.5rem;
    height: 2.5rem;
    flex-shrink: 0;
}

.video-container {
    position: relative;
    min-height: fit-content;
    overflow: hidden;
}
.video-container video {
    margin-bottom: -5px;
}

@media (min-width: 600px) {
    .play-button {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 25%;
        aspect-ratio: 1 / 1; /* Сохранение пропорций 1:1 */
        background-color: rgba(0, 0, 0, 0.7);
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: background-color 0.3s;
        cursor: pointer;
    }

    .play-button svg {
        width: 70%;
        height: 70%;
    }

    .iframe-video-container {
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .video-container{
        max-width: 50vw;
        max-height: 50vh;
        overflow: hidden;
        display: flex;
        align-items: center;
        justify-content: center;
        aspect-ratio: 16 / 9
    }
}

.questions-example {
    margin-bottom: 5px;
}

.unread-badge {
  background: #dc3545;
  color: white;
  font-size: 12px;
  font-weight: 500;
  padding: 4px 8px;
  border-radius: 12px;
  min-width: 20px;
  text-align: center;
  line-height: 1;
  margin-left: 14px;
}

.groups-date {
    gap: 1rem;
}

.groups-date-item::after {
    right: -0.75rem !important;
    font-size: 0.5rem !important;
}

.access-period-label {
    text-wrap: auto !important;
    padding: 0.1rem 0.75rem !important;
}
