/* #single-course .row {
    margin-left: -15px;
    margin-right: -15px;
} */


#single-course .custom-col {
    padding-left: 15px;
    padding-right: 15px;
}

#single-course .course-head {
    background: #FFFFFF;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.08);
    border-radius: 10px;
    margin-bottom: 26px;
}

#single-course .course-head .course-title {
    padding: 30px;
    font-size: 20px;
    color: #2C8299;
    font-weight: 900;
    background: #F7F8FB;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.08);
    border-radius: 10px;
}

#single-course .course-head .course-progress {
    padding: 20px 16px 30px;
}

#single-course .course-head .course-progress .course-progress-label {
    font-size: 16px;
    font-weight: 400;
    display: block;
    text-align: center;
    margin-bottom: 14px;
}

#single-course .course-head .course-progress .course-progress-label .bold {
    font-weight: 500;
}

#single-course .course-head .course-progress .course-progress-bar {
    width: 100%;
    height: 8px;
    background: #F7F8FB;
    box-shadow: inset 0px 1px 2px 1px rgba(0, 0, 0, 0.1);
    border-radius: 4px;
    position: relative;
}

#single-course .course-head .course-progress .course-progress-bar .course_progress-bar_filling {
    width: 0;
    height: 100%;
    transition: 0.3s ease;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    background: #F69F45;
    border-radius: 4px;
}

#single-course .lesson-wrap {
}

/*Общие стили для табов*/
#single-course .custom-tab {
    margin-bottom: 30px;
}

#single-course .custom-tab:last-child {
    margin-bottom: 0px;
}

#single-course .custom-tab .custom-tab-header,
#single-course .single-course-content .lesson-or-test-title {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    background: #F7F8FB;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.08);
    border-radius: 10px;
    padding: 22px 65px 22px 20px;
    position: relative;
    cursor: pointer;
}

#single-course .custom-tab .custom-tab-header .custom-tab-title,
#single-course .single-course-content .lesson-or-test-title {
    font-size: 16px;
    font-weight: 500;
    z-index: 1;
}

#single-course .single-course-content .lesson-or-test-title {
    padding-right: 20px;
}

#single-course .custom-tab .custom-tab-header .custom-tab-icon,
#single-course .single-course-content .lesson-or-test-title .lesson-or-test-icon {
    display: block;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    margin-right: 10px;
}

#single-course .single-course-content .lesson-or-test-title .title-value {
    margin-right: 30px;
}

#single-course .single-course-content .lesson-or-test-title .question-count {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    font-weight: 500;
    color: #646876;
    padding: 3px 10px;
    background: #fff;
    border-radius: 4px;
    margin-left: auto;
    font-weight: 500;
    flex: 0 0 62px;
    width: 62px;
}

#single-course .custom-tab .custom-tab-header .custom-tab-arrow {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 30px;
    position: absolute;
    right: 5px;
    bottom: 0;
    top: 0;
    margin: auto;
    left: auto;
    transform: scale(-1);
    transition: 0.3s ease;
}

#single-course .custom-tab.active .custom-tab-header .custom-tab-arrow {
    transform: scale(1);
}

#single-course .custom-tab .custom-tab-header .custom-tab-arrow img {
    display: block;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
}

#single-course .custom-tab .item-list {
    background: #F7F8FB;
    border-radius: 0px 0px 10px 10px;
    padding: 16px 16px 33px;
    font-size: 14px;
    line-height: 1.3;
    max-height: 225px;
    overflow-x: hidden;
    overflow-y: auto;
    display: none;
}

#single-course .custom-tab .item-list .item .link {
    margin-bottom: 12px;
}

#single-course .custom-tab .item-list .item .link:last-child {
    margin-bottom: 0px;
}

#single-course .custom-tab .item-list .item .link:last-child {
    margin-bottom: 0px;
}

/*Стили для списка уроков и тестов*/
#single-course .lesson-tab .item-list {
    padding: 0;
    max-height: 696px;
}

#single-course .lesson-tab .item-list .item {
    padding: 14px 16px;
    cursor: pointer;
}

#single-course .lesson-tab .item-list .item .lesson-num-wrap {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 5px;
}

#single-course .lesson-tab .item-list .item .lesson-num-wrap .lesson-check,
#single-course .course-head .course-progress .course-progress-label .course-check {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 14px;
    height: 14px;
    background: #FFFFFF;
    border: 1px solid #B4B9C9;
    border-radius: 50%;
    margin-right: 8px;
}

#single-course .course-head .course-progress .course-progress-label .course-check {
    background: #F7F8FB;
    border: none;
    margin-right: 5px;
    position: relative;
    top: -1px;
    width: 19px;
    height: 19px;
    display: none;
}

#single-course .course-head .course-progress.completed .course-progress-label .course-check {
    display: inline-flex;
}

#single-course .lesson-tab .item-list .item .lesson-num-wrap .lesson-check img,
#single-course .course-head .course-progress .course-progress-label .course-check img {
    display: block;
    width: auto;
    height: auto;
    max-width: 80%;
    max-height: 80%;
    transition: 0.3s ease;
    opacity: 0;
}

#single-course .course-head .course-progress .course-progress-label .course-check img {
    opacity: 1;
    width: 12px;
    margin-top: 0.5px;
}

#single-course .lesson-tab .item-list .item.completed .lesson-num-wrap .lesson-check {
    border-color: #fff;
}

#single-course .lesson-tab .item-list .item.completed .lesson-num-wrap .lesson-check img {
    opacity: 1;
}

#single-course .lesson-tab .item-list .item.completed .lesson-num-wrap .lesson-num,
#single-course .lesson-tab .item-list .item.completed .lesson-title {
    opacity: 0.35;
}

#single-course .lesson-tab .item-list .item.completed.current .lesson-num-wrap .lesson-num,
#single-course .lesson-tab .item-list .item.completed.current .lesson-title {
    opacity: 1;
}

#single-course .lesson-tab .item-list .item.current {
    background: #E4E5EA;
    box-shadow: inset 4px 0px 6px rgba(0, 0, 0, 0.16);
}

/* Стили только для списка тестов */
#single-course .lesson-tab .item-list .item.test .lesson-num-wrap .lesson-num {
    color: #2C8299;
}

/*Контент урока*/
#single-course .single-course-content .lesson {
    position: relative;
    padding-top: 60px;
}

#single-course .single-course-content .lesson .lesson-or-test-title {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1;
}

#single-course .single-course-content .lesson .lesson-video {
    width: 100%;
    height: 484px;
    display: block;
    position: relative;
    z-index: 0;
}

#single-course .single-course-content .lesson .lesson-video,
#single-course .test .test-form {
    margin-bottom: 22px;
}

#single-course .single-course-content .lesson .lesson-video .video-preview {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#single-course .single-course-content .lesson .lesson-video .play {
    position: absolute;
    top: 0;
    bottom: -5px;
    left: 0;
    right: 0;
    width: 143px;
    height: 143px;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    background: #fff;
    cursor: pointer;
}

#single-course .single-course-content .lesson .lesson-video .play img {
    display: block;
    width: 40px;
    height: auto;
    position: relative;
    left: 6px;
}

#single-course .single-course-content .lesson-or-test-bottom .flex-group {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#single-course .single-course-content .lesson-or-test-bottom .author {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

#single-course .single-course-content .lesson-or-test-bottom .author .author-logo {
    display: block;
    width: 29px;
    flex: 0 0 29px;
    height: 29px;
    object-fit: contain;
}

#single-course .single-course-content .lesson-or-test-bottom .author .group {
    margin-left: 10px;
}

#single-course .single-course-content .lesson-or-test-bottom .author .author-label {
    font-size: 12px;
    color: #8F9199;
    line-height: 1.3;
}

#single-course .single-course-content .lesson-or-test-bottom .author .author-name {
    color: #202227;
    font-size: 13px;
    line-height: 1.3;
    margin-top: 4px;
}

#single-course .custom-button {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 42px;
    width: 215px;
    flex: 0 0 215px;
    margin-left: 30px;
    font-size: 16px;
    line-height: 1.5;
    font-family: inherit;
    padding: 9px 16px 9px;
    font-weight: 400;
    border: 1px solid #2B9198;
    background: transparent;
    cursor: pointer;
    border-radius: 21px;
}

#single-course .single-course-content .lesson-or-test-bottom .lesson-text-wrap {
    margin-top: 26px;
}

#single-course .single-course-content .lesson-or-test-bottom .lesson-text-title {
    font-size: 14px;
    line-height: 1.3;
    color: #646876;
    margin-bottom: 5px;
}

#single-course .single-course-content .lesson-or-test-bottom .lesson-text {
    font-size: 16px;
    color: #202227;
}

/*Плашка о завершении курса */
#single-course .button-download {
    font-weight: 600;
    font-size: 16px;
    line-height: 150%;
    color: #2C8299;
    flex: 0 0 261px;
    width: 261px;
    margin: 0;
    max-width: 100%;
}

#single-course .button-download img {
    display: block;
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    margin-right: 10px;
}

#single-course .single-course-complete {
    background: #EDEEF0;
    padding-top: 15px;
    padding-bottom: 15px;
    margin-bottom: 40px;
}

#single-course .single-course-complete .row {
    align-items: center;
}

#single-course .single-course-complete .complete-text {
    font-weight: 900;
    font-size: 24px;
    line-height: 1.2;
    color: #F69F45;
}

/*Тест*/
#single-course .test .test-form {
    display: block;
    height: 517px;
    width: 100%;
    background: #F7F8FB;
    border-radius: 10px;
    overflow-x: hidden;
    overflow-y: auto;
    position: relative;
}

#single-course .test .test-form .test-start {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    display: none;
}

#single-course .test .test-form .test-start img {
    display: block;
    margin-left: 8px;
}

#single-course .test .test-form .test-start .button-start-test {
    background: linear-gradient(180deg, #2B7198 0%, #2B9198 100%);
    color: #FFFFFF;
    font-weight: 600;
    font-size: 16px;
    flex: 0 0 261px;
    max-width: 100%;
    width: 261px;
}

#single-course .test .test-form .test-content {
    /*display: none;*/
    padding: 30px 50px 36px 20px;
}

#single-course .test .test-form .question-text {
    margin-bottom: 21px;
}

#single-course .test .test-form .question-title-wrap {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}

#single-course .test .test-form .question-number {
    font-size: 10px;
    line-height: 1.3;
    color: #fff;
    flex: 0 0 18px;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: #F69F45;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 10px;
}

#single-course .test .test-form .question-title {
    font-size: 14px;
    font-weight: 500;
    line-height: 1.3;
    color: #202227;
}

#single-course .test .test-form .question-image {
    display: block;
    width: 397px;
    max-width: calc(100% - 50px);
    /*height: 265px;*/
    height: auto;
    object-fit: cover;
    margin-top: 17px;
    margin-left: 28px;
}

#single-course .test .test-form .test-content .answer {
    position: relative;
    padding-left: 28px;
    font-size: 14px;
    line-height: 1.3;
    color: #202227;
    margin-bottom: 20px;
}

#single-course .test .test-form .test-content .answer:last-child {
    margin-bottom: 0;
}

#single-course .test .test-form .test-content .answer label {
    cursor: pointer;
}

#single-course .test .test-form .test-content .answer input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

#single-course .test .test-form .test-content .answer .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 18px;
    width: 18px;
    background-color: transparent;
    border: 1px solid #202227;
    border-radius: 50%;
}

#single-course .test .test-form .test-content .answer .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

#single-course .test .test-form .test-content .answer input:checked ~ .checkmark:after {
    display: block;
}

#single-course .test .test-form .test-content .answer .checkmark:after {
    top: 3px;
    left: 3px;
    width: 10px;
    height: 10px;
    background: linear-gradient(180deg, #2B7198 0%, #2B9198 100%);
    border-radius: 50%;
}

#single-course .test .test-form .question-padination {
    margin-top: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 14px;
}

#single-course .test .test-form .question-padination .question-numbers {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 11px;
}

#single-course .test .test-form .question-padination .question-back,
#single-course .test .test-form .question-padination .num,
#single-course .test .test-form .question-padination .question-next {
    cursor: pointer;
    font-size: 14px;
    line-height: 1.3;
    color: #646876;
    opacity: 0.5;
}

#single-course .test .test-form .question-padination .num.current {
    color: #202227;
    opacity: 1;
}

#single-course .test .test-form .question-padination .question-next {
    color: #2C8299;
    opacity: 1;
}

#single-course .mobile-tabs .mobile-separator {
    display: none;
}

@media (max-width: 1199px) {

    /* #single-course .row {
       margin-left: -15px;
       margin-right: -15px;
   } */
    #single-course .custom-col {
        padding-left: 15px;
        padding-right: 15px;
    }

    #single-course .mobile-tabs {
        position: fixed;
        bottom: 10px;
        display: flex;
        justify-content: center;
        align-items: flex-end;
        z-index: 2;
        width: 100%;
        max-width: 945px;
        left: 0;
        right: 0;
        margin: auto;
        top: auto;
        box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.15);
        padding-left: 0;
        padding-right: 0;
        border-radius: 10px;
    }

    #single-course .mobile-tabs .custom-tab {
        flex: 0 0 50%;
        margin-bottom: 0;
        box-shadow: none;
        border-radius: 0px;
    }

    #single-course .custom-tab .custom-tab-header {
        box-shadow: 0px -1px 2px rgb(0 0 0 / 5%);
        border-radius: 0;
        height: 63px;
        padding-top: 10px;
        padding-bottom: 10px;
        position: relative;
        z-index: 1;
    }


    #single-course .mobile-tabs.some-tab-is-open .custom-tab-header {
        border-top-left-radius: 0;
        border-top-right-radius: 0;
    }

    #single-course .mobile-tabs .mobile-separator {
        width: 1px;
        flex: 0 0 1px;
        height: 63px;
        display: flex;
        justify-content: center;
        align-items: center;
        background: #F7F8FB;
    }

    #single-course .mobile-tabs .mobile-separator:before {
        content: '';
        display: block;
        width: 100%;
        height: 35px;
        background: #CCCDD1;
    }

    #single-course .custom-tab .custom-tab-header .custom-tab-arrow {
        transform: scale(1);
    }

    #single-course .custom-tab.active .custom-tab-header .custom-tab-arrow {
        transform: scale(-1);
    }

    #single-course .custom-tab .item-list {
        position: absolute;
        bottom: 63px;
        left: 0;
        width: 100%;
        border-radius: 10px 10px 0 0;
        max-height: calc(100vh - 200px);
    }

    #single-course .custom-tab.active .custom-tab-header {
        box-shadow: inset 0px 1px 4px rgb(0 0 0 / 25%);
    }

    #single-course .custom-tab .item-list .item .link {
        margin-bottom: 30px;
    }

    #single-course .custom-tab .item-list .item .link:last-child {
        margin-bottom: 0px;
    }

    #single-course .custom-tab .item-list {
        padding-bottom: 16px;
    }

    #single-course .lesson-tab .item-list {
        padding-bottom: 0;
    }

    #single-course .single-course-content .lesson .lesson-video {
        height: 547px;
    }

    #single-course .single-course-content .lesson .lesson-video .play {
        width: 120px;
        height: 120px;
    }

    #single-course .test .test-form {
        height: 606px;
    }
}

@media (max-width: 991px) {

    /* #single-course .row {
       margin-left: -15px;
       margin-right: -15px;
   } */
    #single-course .custom-col {
        padding-left: 15px;
        padding-right: 15px;
    }

    #single-course .mobile-tabs {
        max-width: 705px;
    }

    #single-course .single-course-content .lesson .lesson-video {
        height: 408px;
    }
}

@media (max-width: 767px) {

    /* #single-course .row {
       margin-left: -15px;
       margin-right: -15px;
   } */
    .course-reviews__item {
        flex-basis: 100% !important;
    }

    #single-course .custom-col {
        padding-left: 15px;
        padding-right: 15px;
    }

    #single-event .event-data-wrap,
    #single-event .event-prices {
        justify-content: flex-start;
    }

    #single-course .mobile-tabs {
        max-width: 525px;
    }

    #single-course .mobile-tabs .mobile-separator {
        height: 49px;
    }

    #single-course .custom-tab .custom-tab-header {
        height: 49px;
        padding: 11px 32px 11px 14px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    #single-course .mobile-tabs .mobile-separator:before {
        height: 21px;
    }

    #single-course .custom-tab .custom-tab-header .custom-tab-title {
        font-size: 14px;
    }

    #single-course .custom-tab .custom-tab-header .custom-tab-icon {
        width: 16px;
        margin-right: 6px;
    }

    #single-course .custom-tab .item-list {
        bottom: 0px;
    }

    #single-course .custom-tab .item-list {
        padding-bottom: 66px;
    }

    #single-course .lesson-tab .item-list .item {
        padding: 12px 16px;
    }

    #single-course .lesson-tab .item-list .item .lesson-num-wrap .lesson-check {
        width: 12px;
        height: 12px;
    }

    #single-course .lesson-tab .item-list .item .lesson-num-wrap .lesson-num {
        font-size: 11px;
    }

    #single-course .lesson-tab .item-list .item .lesson-title {
        font-size: 13px;
    }

    #single-course .lesson-tab .item-list .item .lesson-num-wrap {
        margin-bottom: 4px;
    }

    #single-course .custom-tab .item-list .item .link {
        margin-bottom: 19px;
    }

    #single-course .custom-tab .item-list .item .link:last-child {
        margin-bottom: 0px;
    }

    #single-course .custom-tab .custom-tab-header .custom-tab-arrow {
        width: 30px;
        right: 5px;
    }

    #single-course .custom-tab .custom-tab-header .custom-tab-arrow img {
        width: 18px;
    }

    #single-course .button-download {
        max-width: 330px;
        margin-left: auto;
        margin-right: auto;
        width: 100%;
        margin-top: 12px;
        font-size: 14px;
    }

    #single-course .single-course-complete .complete-text {
        text-align: center;
        font-size: 18px;
    }

    #single-course .single-course-complete {
        padding-top: 18px;
        padding-bottom: 18px;
    }

    #single-course .course-head .course-title {
        font-size: 16px;
        padding: 16px 20px 19px;
    }

    #single-course .course-head .course-progress .course-progress-label {
        font-size: 14px;
    }

    #single-course .single-course-content .lesson-or-test-title {
        padding: 13px 20px;
    }

    #single-course .single-course-content .lesson .lesson-video {
        height: 303px;
    }

    #single-course .single-course-content .lesson .lesson-video .play {
        width: 57px;
        height: 57px;
    }

    #single-course .single-course-content .lesson .lesson-video .play img {
        width: 20px;
        left: 3px;
    }

    #single-course .single-course-content .lesson-or-test-bottom .flex-group {
        display: block;
    }

    #single-course .single-course-content .lesson-or-test-bottom .author {
        margin-bottom: 18px;
    }

    #single-course .custom-button {
        max-width: 330px;
        margin-left: auto;
        margin-right: auto;
        width: 100%;
        font-size: 14px;
        height: 36px;
    }

    #single-course .single-course-content .lesson-or-test-bottom .lesson-text-title {
        font-size: 12px;
    }

    #single-course .single-course-content .lesson-or-test-bottom .lesson-text {
        font-size: 14px;
    }

    #single-course .single-course-content .lesson-or-test-title .question-count {
        font-size: 12px;
        width: 48px;
        flex: 0 0 48px;
        padding: 3px 8px;
    }

    #single-course .single-course-content .lesson-or-test-title .title-value {
        font-size: 14px;
    }

    #single-course .test .test-form {
        height: 528px;
    }

    #single-course .test .test-form .test-content {
        padding-right: 30px;
    }

    #single-course .test .test-form .test-content .answer .checkmark {
        width: 14px;
        height: 14px;
        top: 1px;
    }

    #single-course .test .test-form .test-content .answer .checkmark:after {
        width: 8px;
        height: 8px;
        left: 2px;
        top: 2px;
    }

    #single-course .test .test-form .test-content .answer {
        padding-left: 24px;
    }

    #single-course .test .test-form .question-image {
        margin-left: 24px;
        max-width: calc(100% - 30px);
        width: 320px;
    }
}

@media (max-width: 575px) {

    /* #single-course .row {
       margin-left: -15px;
       margin-right: -15px;
   } */
    .event-date-wrap {
        flex-direction: column;
    }

    .course-type {
        margin-top: 18px;
    }

    #single-event .event-data-wrap,
    #single-event .event-prices {
        justify-content: flex-start;
    }

    .event-topic-text__item {
        flex-basis: 100% !important;
    }

    #single-course .custom-col {
        padding-left: 15px;
        padding-right: 15px;
    }

    #single-course .mobile-tabs {
        max-width: calc(100% - 22px);
        left: -7px;
        bottom: 20px;
    }

    #single-course .single-course-content .lesson .lesson-video {
        height: 332px;
    }

    #single-course .single-course-content .lesson .lesson-video {
        height: 55.278vw;
    }

    #single-course .test .test-form .question-image {
        max-width: calc(100% - 30px);
        width: 270px;
    }
}

.snippet {
    padding-top: 20px !important;
}

.who-help {
    background: #F7F8FB;
    border-radius: 10px;
    padding: 41px 30px;
}

.event-topic .section-title {
    font-weight: 900;
    font-size: 24px;
    line-height: 36px;
    color: #202227;
    margin-bottom: 14px;
}

.event-topic-text__item {
    flex-basis: 48%;
    white-space: pre-line;
}

.event-topic-text {
    display: flex;
    flex-wrap: wrap;
    max-width: 940px;
    justify-content: space-between;
}

.course-icon {
    margin-right: 10px;
    display: block;
    width: auto;
    height: auto;
}

.course-icon img {
    display: block;
    width: auto;
    height: auto;
}

.course-type {
    background: #FFFFFF;
    box-shadow: 0px 0px 20px 4px rgb(0 0 0 / 6%);
    border-radius: 4px;
    padding: 3px 16px;
    text-align: center;
    font-size: 14px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    line-height: 1.3;
    width: auto;
}

.course-status {
    display: block;
    background: #63A7E5;
    border-radius: 18px;
    font-size: 16px;
    line-height: 24px;
    color: #fff;
    font-weight: 400;
    padding: 2px 16px 4px;
}

#single-event .row {
    margin-left: -15px;
    margin-right: -15px;
}

#single-event .custom-col {
    padding-left: 15px;
    padding-right: 15px;
}

#single-event .section-title {
    margin-bottom: 16px;
    font-size: 24px;
    line-height: 1.2;
    color: #202227;
    font-weight: 900;
}

#single-event section {
    margin-bottom: 50px;
}

#single-event .event-head {
    padding-top: 26px;
    padding-bottom: 32px;
}

#single-event .event-date {
    font-size: 16px;
    color: #2C8299;
    font-weight: 600;
}

#single-event .event-date-start {
    color: #fff;
    font-size: 16px;
    padding: 2px 12px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #A6AAB4;
    border-radius: 14px;
    margin-left: 20px;
}

#single-event .event-title {
    grid-column: span 9;
    margin-bottom: 8px;
}

#single-event .event-desc {
    grid-column: span 9;
    font-size: 16px;
    color: #202227;
}

#single-event .event-data-wrap {
    grid-column: span 9;
    margin-top: 28px;
    display: flex;
    max-width: 500px;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
}


#single-event .event-data:last-child {
    margin-top: 0px;
    margin-left: 0px;
}

#single-event .event-data .event-data-title {
    font-size: 16px;
    color: #8F9199;
}

#single-event .event-data .event-data-value {
    font-size: 20px;
    line-height: 1.2;
    color: #202227;
    font-weight: 700;
}

#single-event .event-prices {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 20px 48px;
}

#single-event .event-buttons {
    grid-column: span 9;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-top: 30px;
}

#single-event .custom-button-register {
    display: flex;
    justify-content: center;
    align-items: center;
    background: linear-gradient(180deg, #2B7198 0%, #2B9198 100%);
    border-radius: 21px;
    font-size: 16px;
    color: #fff;
    padding: 9px 98px;
    border: 1px solid transparent;
    max-width: 100%;
}

#single-event .add-favorites {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    border: none;
    padding: 0;
    margin-left: 30px;
    background: transparent;
}

#single-event .add-favorites img {
    display: block;
    margin-right: 8px;
    width: 22px;
}

#single-event .event-head.completed .event-date-start {
    display: none;
}

#single-event .event-head.completed .register-button {
    background: transparent;
    border: 1px solid #202227;
    color: #202227;
}

#single-event .event-head.completed .event-prices {
    display: none;
}

#single-event .event-video {
    width: 320px;
    max-width: 100%;
    height: 179px;
    border-radius: 4px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    margin-left: auto;
    overflow: hidden;
}

#single-event .event-video .video-preview {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

#single-event .event-video .play {
    position: absolute;
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-right: 18px;
}

#single-event .event-video .play img {
    display: block;
    max-width: 80%;
    max-height: 90%;
    margin-left: auto;
}

#single-event .event-adress {
}

#single-event .event-head .adaptive-grid {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
}

#single-event .event-head.have-video .event-date-wrap,
#single-event .event-head.have-video .event-title,
#single-event .event-head.have-video .event-desc,
#single-event .event-head.have-video .event-data-wrap,
#single-event .event-head.have-video .event-buttons {
    grid-column: span 8;
}

#single-event .event-head.have-video .video-wrap {
    grid-column: 9/13;
    grid-row: 3/span 3;
    display: block;
}

#single-event .event-video {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}

#single-event .event-files .file {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 32px;
}

#single-event .event-files .file .file-extension {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 65px;
    flex: 0 0 65px;
    height: 75px;
    background: #EDEEF0;
    border-radius: 2px;
    color: #F69F45;
    margin-right: 16px;
    font-style: italic;
    font-weight: 600;
    font-size: 18px;
}

#single-event .event-files .file .file-extension .download-icon {
    display: none;
}

#single-event .event-files .file .file-title {
    font-size: 18px;
    font-weight: 600;
    color: #202227;
    margin-bottom: 2px;
}

#single-event .event-files .file .file-desc {
    font-size: 16px;
    color: #202227;
}

#single-event .event-topic .event-topic-text-left {
    padding-right: 20px;
}

#single-event .event-topic .event-topic-text-right {
    padding-left: 20px;
}

#single-event .event-program .item {
    margin-bottom: 26px;
}

#single-event .event-program .item:last-child {
    margin-bottom: 0px;
}

#single-event .event-program .item .item-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 16px;
    font-weight: 600;
    color: #202227;
    background: #FFFFFF;
    box-shadow: 0px 0px 20px 2px rgba(0, 0, 0, .05);
    border-radius: 4px;
    cursor: pointer;
    padding: 11px 34px;
}

#single-event .event-program .item .item-title .item-arrow {
    display: block;
    transition: 0.3s ease;
    transform: scale(-1);
    width: 14px;
    flex: 0 0 14px;
    margin-left: 30px;
}

#single-event .event-program .item.active .item-title .item-arrow {
    transform: scale(1);
}

/*#single-event .event-program .item .item-text {*/
/*    font-size: 16px;*/
/*    color: #202227;*/
/*    padding: 18px 34px;*/
/*    display: none;*/
/*    background: #EDEEF0;*/
/*    border-radius: 0px 0px 4px 4px;*/
/*}*/
@media (max-width: 1199px) {
    #single-event .row {
        margin-left: -15px;
        margin-right: -15px;
    }

    #single-event .custom-col {
        padding-left: 15px;
        padding-right: 15px;
    }

    #single-event .event-head {
        background-position: center right !important;
    }

    #single-event .event-head .event-date-wrap,
    #single-event .event-head .event-title,
    #single-event .event-head .event-desc,
    #single-event .event-head .event-data-wrap,
    #single-event .event-head .event-buttons {
        grid-column: span 12;
    }

    #single-event .event-head.have-video .event-date-wrap,
    #single-event .event-head.have-video .event-title,
    #single-event .event-head.have-video .event-desc,
    #single-event .event-head.have-video .event-data-wrap {
        grid-column: span 12;
    }

    #single-event .event-head.have-video .event-buttons {
        grid-column: 7/13;
        grid-row: 5;
        display: block;
        margin-top: 0;
    }

    #single-event .event-head.have-video .video-wrap {
        grid-column: 1/7;
        grid-row: 5;
    }

    #single-event .event-video {
        margin-left: 0;
        margin-right: auto;
    }

    #single-event .event-data-wrap,
    #single-event .event-prices {
        justify-content: space-between;
    }

    #single-event .event-head.have-video .register-button {
        max-width: 265px;
        width: 100%;
    }

    #single-event .event-head.have-video .add-favorites {
        margin-top: 16px;
        margin-left: 65px;
    }

    #single-event .event-head.have-video .event-data-wrap {
        margin-bottom: 30px;
    }

    #single-event .event-files .file .file-extension {
        flex-direction: column;
    }

    #single-event .event-files .file .file-extension .download-icon {
        display: block;
        width: 17px;
        height: auto;
        margin-top: 4px;
    }
}

@media (max-width: 991px) {
    #single-event .row {
        margin-left: -15px;
        margin-right: -15px;
    }

    #single-event .custom-col {
        padding-left: 15px;
        padding-right: 15px;
    }

}

#single-event .event-topic .show-more {
    text-decoration: underline;
    font-size: 14px;
    line-height: 1.3;
    color: #2B9198;
    margin-top: 2px;
    display: none;
}

@media (max-width: 767px) {
    #single-event .row {
        margin-left: -15px;
        margin-right: -15px;
    }

    #single-event .custom-col {
        padding-left: 15px;
        padding-right: 15px;
    }

    #single-event .event-buttons {
        display: block;
        text-align: center;
    }

    #single-event .register-button {
        margin-left: auto;
        margin-right: auto;
    }

    #single-event .add-favorites {
        margin-left: auto;
        margin-right: auto;
        margin-top: 14px;
    }

    #single-event .section-title {
        font-size: 20px;
    }

    #single-event .event-desc,
    #single-event .event-date,
    #single-event .event-data .event-data-title {
        font-size: 14px;
    }

    #single-event .event-data .event-data-value {
        font-size: 18px;
    }

    #single-event .event-data-wrap,
    #single-event .event-prices {
        gap: 20px;
    }

    #single-event .register-button {
        max-width: 330px;
        width: 100%;
        font-size: 14px;
        padding: 8px 40px;
    }

    #single-event .event-head.have-video .video-wrap {
        grid-column: span 12;
    }

    #single-event .event-video {
        height: 292px;
        width: 100%;
    }

    #single-event .event-head.have-video .event-buttons {
        grid-column: span 12;
        grid-row: 6;
        margin-top: 20px;
    }

    #single-event .event-head.have-video .add-favorites {
        margin-left: auto;
        margin-right: auto;
    }

    #single-event .event-files .file .file-title {
        font-size: 16px;
    }

    #single-event .event-files .file .file-desc {
        font-size: 14px;
    }

    #single-event .event-files .file .file-extension {
        width: 60px;
        flex: 0 0 60px;
        height: 69px;
        margin-right: 14px;
    }

    #single-event .event-topic .event-topic-text-left,
    #single-event .event-topic .event-topic-text-right {
        padding: 0;
    }

    #single-event .event-topic .event-topic-text-right {
        display: none;
    }

    #single-event .event-topic .show-more {
        display: inline-block;
        width: auto;
    }

    #single-event .event-program .item .item-title {
        padding: 8px 20px;
        font-size: 14px;
    }

    #single-event .event-program .item .item-text {
        padding: 15px 20px 17px;
        font-size: 14px;
    }

}

@media (max-width: 575px) {
    #single-event .row {
        margin-left: -15px;
        margin-right: -15px;
    }

    #single-event .custom-col {
        padding-left: 15px;
        padding-right: 15px;
    }

    #single-event .event-video {
        height: 53.333vw;
    }
}

.main_logo a {
    display: flex;
}

.main_logo a img {
    height: 50px;
}

.main_logo a div {
    left: -3px;
    position: relative;
    padding-top: 15px;
    line-height: 17px;
    font-size: 12px;
    font-weight: 700;
    color: #212B4C;
}

@media (max-width: 972px) {
    .main_logo a div {
        display: none;
    }
}


header .auth a,
header .cart a {
    text-decoration: none;
}

.profile-card__image {
    max-width: 219px;
    max-height: 219px;
    min-width: 219px;
    min-height: 219px;
    border-radius: 120px;
}

.certificate__link:hover {
    color: #f9f9f9;
}

header .cart > .cart-count {
    z-index: 111;
    margin-left: 27px;
}

.favor:hover {
    cursor: pointer;
    background-image: url("data:image/svg+xml,%3Csvg width='22' height='18' viewBox='0 0 22 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.5782 2.96844L11 3.63131L11.4218 2.96844C12.3796 1.4634 14.0701 0.5 16 0.5C19.0239 0.5 21.5 2.97614 21.5 6C21.5 7.34956 20.8788 8.74594 19.878 10.1106C18.8811 11.47 17.541 12.7522 16.1834 13.863C14.8282 14.9718 13.4706 15.8977 12.4503 16.5469C11.9407 16.8712 11.5164 17.1258 11.2204 17.2988C11.1366 17.3477 11.0632 17.3901 11.001 17.4257C10.9386 17.3898 10.865 17.347 10.781 17.2975C10.4848 17.1232 10.0605 16.8669 9.55082 16.5406C8.53042 15.8874 7.17254 14.9567 5.81714 13.8447C4.45927 12.7306 3.11886 11.4466 2.12172 10.0892C1.12048 8.72611 0.5 7.33624 0.5 6C0.5 2.97614 2.97614 0.5 6 0.5C7.92993 0.5 9.62042 1.4634 10.5782 2.96844Z' stroke='%23DE6262'/%3E%3C/svg%3E");
}


.favorites {
    border: none;
    border: 1px solid #2B9198;
    background: transparent;
    display: flex;
    border-radius: 17.5px;
    padding: 7.5px 34px;
}

.favorites__mark {
    margin-right: 6px;
}

.favorites__text {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #202227;
    margin-right: 10px;
}

.favorites__badge {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #F59F45;
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    color: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 2px;
}


.swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after {
    display: none;
}

.swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after {
    display: none;
}

.swiper-button-prev {
    transform: rotate(180deg);
}

.swiper-button-next,
.swiper-button-prev {
    width: 28px !important;
    height: 28px !important;
    background-color: #FFFFFF;
    box-shadow: -2px 0px 6px rgba(0, 0, 0, 0.1);
    background-position: center;
    border-radius: 50px;
    background-repeat: no-repeat;
    background-image: url("data:image/svg+xml,%3Csvg width='8' height='12' viewBox='0 0 8 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.44284 1.33301L6.10951 5.99967L1.44284 10.6663' stroke='url(%23paint0_linear)' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear' x1='1.44284' y1='5.99967' x2='6.10951' y2='5.99967' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%232B7198'/%3E%3Cstop offset='1' stop-color='%232B9198'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E");
}


.empty-wishlist {
    display: none;
    align-items: center;
    flex-direction: column;

}

.empty-wishlist__image {
}


.empty-wishlist__title {
    font-weight: 600;
    font-size: 48px;
    line-height: 58px;
    color: #202227;
    margin-top: 32px;
}


.empty-wishlist__link {
    display: flex;
    align-items: center;
    margin-top: 28px;
}

.empty-wishlist__link--item {
    font-weight: 600;
    font-size: 24px;
    line-height: 36px;
    color: #2C8299;
    margin-left: 10px;
}

.auth-container {
    display: flex;
}

.auth-input {
    background: #FFFFFF !important;
    border-radius: 20px !important;
    font-weight: 400 !important;
    font-size: 16px !important;
    line-height: 24px !important;
    color: #A6A7A9 !important;
    padding: 7px 22px !important;
    width: 308px !important;
    border: none !important;
    height: 40px !important;

}

.auth-input[type="password"] {
    margin-left: 34px;
}

.auth-forget {
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    color: #202227;
    margin-top: 14px;
}

.auth-submit {
    background: linear-gradient(180deg, #2B7198 0%, #2B9198 100%);
    border-radius: 22px;
    padding: 10px 102px;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: #FFFFFF;
    margin-top: 28px;
}

.auth-copy {
    font-weight: 400;
    font-size: 11px;
    line-height: 13px;
    color: #202227;
    margin-top: 15px;
}

.profile-auth__image {
    position: relative;
}


.profile-auth__image label:hover {
    background: #edeef0ad;
    opacity: 1;
}

.profile-auth__image span {
    margin-left: 10px;
}

.profile-auth__image {
    position: relative;
}

.profile-auth__image label {
    position: absolute;
    border-radius: 50%;
    font-weight: 400;
    font-size: 14px;
    line-height: 21;
    color: #202227;
    top: 0px;
    left: 0px;
    text-align: center;
    z-index: 0;
    cursor: pointer;
    min-width: 219px;
    min-height: 219px;
    max-width: 219px;
    max-height: 219px;
    opacity: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.profile-auth__image label:hover {
    background: #edeef0ad;
    opacity: 1;
}


.profile-auth__image span {
    margin-left: 10px;
}

#update_avatar {
    position: absolute;
    width: 1px;
    height: 1px;
    opacity: 0;
}


.birthday-header span {
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: #202227;
}

.birthday-header {
    background: #F7F8FB;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    padding: 18px 48px;
    display: flex;
    align-items: center;
}

.birthday__header {
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    color: #757881;
}

.birthday__info {
    margin: 8px 0px;
}

.birthday__item:first-child {
    margin-top: 14px;
}

.birthday__info a {
    font-weight: 600;
    font-size: 16px;
    line-height: 140%;
    color: #2B7198;
    margin-left: 10px;
}

.birthday-header svg {
    margin-right: 10px;
    min-width: 14px;
    min-height: 14px;
}

.birthday-container {
    position: relative;
}

.birthday {
    width: 255px;
    background: #F7F8FB;
    border-radius: 10px;
}

.birthday-container:after {
    content: '';
    width: 100%;
    height: 91px;
    display: block;
    background: linear-gradient(180deg, rgba(247, 248, 251, 0) 0%, #F7F8FB 100%);
    border-radius: 10px;
    position: absolute;
    z-index: 999;
    left: 0px;
    bottom: 0px;
    pointer-events: none;
}

#update_avatar {
    position: absolute;
    width: 1px;
    height: 1px;
    opacity: 0;
}

.birthday-body {
    height: 207px;
    overflow: auto;
    padding-left: 20px;
}

.lk-tab__item a {
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
    font-size: 16px;
    line-height: 150%;
    text-align: center;
    color: #202227;
    border: none;
}

.notify-container:after {
    pointer-events: none;
}

.lk-tab__item a.active {
    font-weight: 600;
    color: #2C8299 !important;
}

.profile-auth__image {
    position: relative;
}


.earlier__title {
    font-weight: 600;
    font-size: 20px;
    line-height: 30px;
    color: #202227;
}

.about_user__title {
    font-weight: 600;
    font-size: 20px;
    line-height: 30px;
    color: #202227;
}

.about_user__text {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #202227;
    margin-top: 16px;
    margin-bottom: 70px;
}

.planning-item__image {
    height: 100%;
}

.planning-item {
    min-height: 250px;
    max-height: 250px;
}

.lk-tabs {
    display: flex;
    margin-top: -65px;
}

.lk-tab__item {
    flex: 1;
}

.lk-tab__item a {
    width: 100%;
    height: 65px;
    background: #E4E8EF;
    box-shadow: inset 0px 1px 4px rgba(0, 0, 0, .1);
    border-radius: 4px 4px 0px 0px;
}

.lk-tab__item a .active {
    background: #FFFFFF;
    border-radius: 4px;
}

#page {
    display: flex;
    justify-content: space-between;
}

#content {
    width: 100%;
    max-width: 825px;
}

.profile-auth__image span {
    margin-left: 10px;
}

.logout_btn {
    display: inline-block;
    width: 101px;
    height: 27px;
    border: 1px solid #7E8189;
    box-sizing: border-box;
    border-radius: 13.5px;
    font-weight: 400;
    font-size: 14px;
    line-height: 25px;
    text-align: center;
    color: #7E8189;
    margin-top: 27px;
}

.profile-auth__buttons .btn-1:hover {
    color: #fff;
}

.profile-auth__buttons .btn-2 {
    color: #202227;
}

.profile-auth__buttons .btn-2:hover {
    color: #fff;
    background: linear-gradient(180deg, #2B7198 0%, #2B9198 100%);
}

.certificates__list:hover {
    background: #F8F8F8 !important;
}

.certificates__list:nth-child(even) {
    background: none;
}

.certificate__link {
    cursor: pointer;
}

.logout_btn:hover {
    color: #FFFFFF;
    border: none;
    background: linear-gradient(180deg, #2B7198 0%, #2B9198 100%);
}

.birthday-body::-webkit-scrollbar {
    width: 4px;
}

.birthday-body::-webkit-scrollbar-thumb {
    border-radius: 20px;
    background: #E4E8EF;
    border-radius: 4px;
}

.register-submit,
.reg-submit,
.auth-submit {
    background: linear-gradient(180deg, #2B7198 0%, #2B9198 100%);
}

.register-submit:hover,
.reg-submit:hover,
.auth-submit:hover {
    background: linear-gradient(180deg, #225F81 0%, #228389 100%);
}

.select-category input {
    position: absolute;
    opacity: 0;
    width: 1px;
    height: 1px;
}

.select-category input:checked + label:after {
    left: 13px;
}

.select-category input:checked + label:before {
    background: #2C8299;
    box-shadow: inset 0px 0px 1px 1px rgba(0, 0, 0, 0.08);
}

.select-category label {
    position: relative;
    display: flex;
    align-items: center;
    margin-top: 18px;
    min-height: 40px;
}

.select-category label > span {
    margin-left: 8px;
}

.select-category label:after {
    content: '';
    background: #FFFFFF;
    width: 10px;
    height: 10px;
    display: block;
    position: absolute;
    left: 2px;
    z-index: 1;
    top: 15px;
    border-radius: 50px;
}

.select-category label:before {


    background: #E6E6E6;
    content: '';
    box-shadow: inset 0px 0px 1px 1px rgba(0, 0, 0, 0.08);
    border-radius: 7px;
    min-width: 25px;
    height: 14px;
    display: block;
}

.select2-search select2-search--dropdown {
    display: none;
}

.forgot_password {
    display: inherit;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    color: #202227;

}

.forgot-enter {
    display: flex;
    flex-direction: column;
}

.forgot-enter label {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #000000;
    margin-bottom: 20px;
}

.certificate__name {
    width: 100%;
    font-weight: 800;
    font-size: 24px;
    text-align: center;
    line-height: 29px;
    color: #FFFFFF;

}

.members__title {
    font-weight: 900;
    font-size: 36px;
    line-height: 43px;
    color: #202227;
    margin-top: 20px;
    margin-bottom: 22px;
}

.members-container {
    margin-bottom: 90px;
}


.podderzhka__text {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #202227;
    flex-basis: 50%;
}

.podderzhka__image {
    flex-basis: 50%;
    margin-top: 22px;
}

.podderzhka__text2 {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #202227;
    flex-basis: 75%;
}

.podderzhka__image2 {
    flex-basis: 25%;

}

.podderzhka__text2 p {

    margin-left: 40px;
    margin-right: 40px;
}

.podderzhka-container2 {
    padding-top: 50px;
    padding-bottom: 40px;
    display: flex;
    justify-content: space-between;
}

.podderzhka__text p {
    margin-top: 25px;
}

.podderzhka-container {
    display: flex;
    justify-content: space-between;
}

.form-podderzhka {
    background: #F7F8FB;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 25px 0px;
    margin-top: 25px;
    margin-bottom: 123px;
}

.form-podderzhka form {
    max-width: 600px;
    padding-left: 20px;
    padding-right: 20px;
}

.form-podderzhka__title {
    font-weight: 900;
    font-size: 24px;
    line-height: 36px;
    color: #202227;
    margin-bottom: 20px;
}

.form-podderzhka input[type="tel"] {
    border-radius: 100px;
    border: 1px solid #edeef0;
    outline: 0;
    height: 40px;
    padding: 0 22px;
    width: 100%;
    font-size: 16px;
    /* margin-left: 34px; */
    transition-duration: .3s;
}

.form-podderzhka textarea {
    background: #FFFFFF;
    border-radius: 20px;
    min-height: 275px;
    padding: 12px 22px;
    width: 100%;
    outline: 0;
    border: 1px solid #edeef0;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #A6A7A9;
    margin-top: 20px;

}

input[name="document"] {
    position: absolute;
    opacity: 0px;
    width: 1px;
    height: 1px;
}

.form-podderzhka__file {
    display: flex;
    align-items: center;
    justify-content: center;

}

.form-podderzhka input:hover {
    border: 1px solid #ccced2;
}

.form-podderzhka input[type="text"],
.form-podderzhka input[type="tel"] {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #A6A7A9;
}

.form-podderzhka__file img {
    margin-right: 8px;

}

.form-podderzhka__input {
}

.form-podderzhka__textarea {
}

.redBorder {
    border: 1px solid #f74e24b6 !important;
}

.podderzhka__submit {
    padding: 10px 20px;
}

.podderzhka__submit:hover {
    padding: 10px 20px;
    border: none !important;
}

.accordion-item .accordion-button {

    border-bottom: 1px solid #ececec;
}

.form-podderzhka__radio-yes-no {
    display: flex;
    margin-top: 20px;
    width: 100%;
}

.form-podderzhka__radio {
    display: block;
    width: 20%;
    padding-right: 20px;
}

.form-podderzhka__radio-text {
    display: block;
    width: 80%;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #202227;
}

.accordion-item:first-of-type .accordion-button {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom: 1px solid #ececec;
}

/* #F7F8FB */
.accordion-button {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
}

.accordion-item:last-of-type .accordion-button.collapsed,
.accordion-item:last-of-type .accordion-collapse {
    border-bottom: none;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.accordion-button {
    background-color: #F7F8FB;
}

.accordion-body {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
    box-shadow: none;
}

.accordion-button.no-button::after {
    background: none;
}

.accordion-button.no-button {
    cursor: default;
}

.accordion__title {
    font-weight: 900;
    font-size: 24px;
    line-height: 54px;
    color: #202227;
    /*margin-bottom: 20px;*/
}

.accordion .accordion__title::before {
    margin-right: 20px;
    content: '';
    background-size: contain;
    background-repeat: no-repeat;
    width: 26px;
    height: 26px;
    color: #2C8299;
    background-image: url('/local/templates/auz/dist/img/icons/plus.png');
    font-weight: normal;
    font-size: 40px;
}

.accordion.open .accordion__title::before {
    content: '';
    width: 26px;
    height: 26px;
    color: #2C8299;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url('/local/templates/auz/dist/img/icons/minus.png');
    font-weight: normal;
    font-size: 48px;
}

.accordion-images {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.accordion-images .col-img {
    width: 32%;

}

.accordion-images .col-img img {
    width: 100%;

}


.form-podderzhka__input {
    margin-top: 20px;
}

.form-podderzhka__box_input {
    margin-top: 20px;
}

.form-podderzhka__text-info {
    font-weight: 400;
    font-size: 12px;
    line-height: 24px;
    color: #585c64;
}

/* .form-podderzhka input[name="job_title"] {
   margin-left: 34px;
} */

@media (max-width: 475px) {
    .logout_btn {
        margin-top: 16px;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 50px;
    }

    .logout_btn span {
        display: none;
    }
}

@media (max-width: 475px) {
    .podderzhka-container {
        display: flex;
        flex-direction: column-reverse;
        justify-content: space-between;
    }

    .logout_btn {
        margin-top: 16px;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 50px;
    }

    .logout_btn span {
        display: none;
    }
}


@media (max-width: 575px) {
    .form-podderzhka .d-flex {
        flex-direction: column;
    }

    .form-podderzhka input[type="text"],
    .form-podderzhka input[type="tel"] {
        margin-left: 0px !important;
    }

    /* .form-podderzhka input[type="tel"] {
      margin-top: 10px !important;
   } */
    .form-podderzhka input {
        margin-top: 10px !important;
    }

    .form-podderzhka__radio input {
        margin-top: 4px !important;
    }

    .form-podderzhka .files {
        flex-direction: row;
    }

    .form-podderzhka__title {
        font-weight: 900;
        font-size: 18px;
        line-height: 36px;
        color: #202227;
        margin-bottom: 20px;
        margin: 10px 15px 20px;
    }

    .form-podderzhka {
        padding: 25px 20px;
        margin: 25px 0px;
    }

    .empty-wishlist__image {
        max-width: 50%;
    }

    .empty-wishlist__title {
        font-size: 18px;
        line-height: 120%;
    }

    .empty-wishlist__link--item {
        font-size: 15px;
        line-height: 120%;
    }

    .podderzhka__text2 {
    }

    .podderzhka__image2 {
        width: 70%;
        margin-bottom: 40px;
        align-self: center;
    }

    .podderzhka__text2 p {

        margin-left: 0px;
        margin-right: 0px;
    }

    .podderzhka-container2 {
        padding-top: 50px;
        padding-bottom: 40px;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .form-podderzhka form {
        max-width: auto;
        padding-left: 0px;
        padding-right: 0px;
    }

    .form-podderzhka__inputOne {
        margin-top: 0px;
    }

    .form-podderzhka__box_input {
        margin-top: 0px;
    }

    .form-podderzhka .d-flex {
        flex-direction: column;
    }

    .form-podderzhka input[type="text"],
    .form-podderzhka input[type="tel"] {
        margin-left: 0px !important;
    }

    /* .form-podderzhka input[type="tel"] {
      margin-top: 10px !important;
   } */
    .form-podderzhka .files {
        flex-direction: row;
    }

    .form-podderzhka__title {
        font-weight: 900;
        font-size: 16px;
        line-height: 25px;
        color: #202227;
        margin-bottom: 20px;
        margin: 10px 15px 20px;
    }

    .form-podderzhka {
        padding: 25px 20px;
        margin: 25px 0px;
    }

    .accordion-images {
        width: 100%;
        display: flex;
        flex-direction: column;
    }

    .accordion-images .col-img {
        width: 100%;
        margin-bottom: 20px;

    }

}

#loader {
    width: 100px;
}

.anotherUserEvent {
    font-weight: 600;
    font-size: 20px;
    line-height: 30px;
    color: #202227;
}


.profile-auth__descr {
    font-size: 16px;
    line-height: 120%;
}

.profile-info__descr {
    font-size: 16px;
    line-height: 120%;
}

.profile-info__position {
    padding: 8px 22px !important;
}

.planning-item__image {
    max-height: 250px;
    max-width: 255px;
    width: 100%;
}

.main-banner__status--mobile {
    display: none;
}

#sideBar {
    margin-bottom: 20px;
}

.education-tab {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0px 0px 114px;
    justify-content: center;
}

.education-tab .d-flex {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.education-tab__title {
    font-weight: 900;
    font-size: 48px;
    line-height: 58px;
    color: #202227;
    margin-bottom: 34px;
}

.education-tab__link {
    font-weight: 600;
    font-size: 24px;
    line-height: 36px;
    color: #2C8299;
    display: flex;
    align-items: center;

}

.education-tab__link svg {
    margin-right: 10px;
}

.legal-support {
    width: 255px;
    background: #F7F8FB;
    border-radius: 10px;
}

.legal-support-container {
    position: relative;
}

.legal-support-header {
    background: #F7F8FB;
    box-shadow: 0px 4px 10px rgb(0 0 0 / 8%);
    border-radius: 10px;
    padding: 18px 35px;
    display: flex;
    text-align: center;
    justify-content: center;
    align-items: center;
}

.legal-support-body {
    height: 90px;
}

.legal-support__header span {
    font-weight: 600;
    font-size: 15px;
    line-height: 22px;
    text-align: center;
    color: #202227;
}

.legal-support__header {
}

.legal-support__header a,
.legal-support__bottom a {
    margin-top: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: #202227;
    padding: 7.5px 33px;

}

.legal-support__header a:hover,
.legal-support__bottom a:hover {
    color: #fff;
    background: linear-gradient(180deg, #2B7198 0%, #2B9198 100%);
}

.legal-support__header a svg {
    margin-right: 10px;
}

.legal-support__bottom {
    text-align: center;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: #A0A2A9;
    margin-top: 10px;
}

.profile-auth__image--mobile {
    display: none;
}

.planning-item {
    margin-bottom: 30px;
}

.legal-support-header span {
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: #202227;
}

.lktouch-container,
.lktouch-content-container {
    display: none;
}

.events-container {
    display: block !important;
}

.profile-card__photo--mobile {
    display: none;
}

.profile-card__info--sideBar .d-flex {
    flex-direction: column;
}

.profile-info_wrapper {
    display: flex;
    align-items: center;
}

.banner-content__info-full {
    display: none;
}

@media (max-width: 768px) {

    .lktouch-container,
    .lktouch-content-container {
        display: block;
    }

    .members__title {
        margin-top: 40px;
    }

    .d-flex-mobile a:not(:first-child) {
        margin: 0px 10px;
    }

    .main-banner__status--mobile {
        display: flex !important;
    }

    .main-banner__status {
        display: none;
    }

    .main-banner__status span {
        font-size: 13px;
        line-height: 120%;
    }

    .education-dev__image {
        max-width: 300px;
    }

    .profile-card__info--sideBar .d-flex {
        flex-direction: row;
    }

    .education-tab__title {
        font-size: 37px;
        line-height: 120%;
    }

    .profile-auth__buttons {
        flex-direction: column;
        align-items: stretch;
    }

    .profile-auth__buttons a:nth-child(1) {
        padding: 9px 21px;
    }

    .profile-auth__title {
        font-size: 22px;
    }

    .profile-auth__descr {
        margin-top: 14px;
    }

    .profile-auth__title {
        margin-top: 13px;
    }

    .profile-auth__buttons a:nth-child(2) {
        margin-top: 18px;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        margin-left: 0px !important;
    }

    #page {
        flex-direction: column;
    }

    #sideBar {
        display: none;
    }

    .lktouch {
        z-index: 1;
        width: 100%;
        position: fixed;
        bottom: 0px;
        left: 0px;
        display: flex;
        background: #F7F8FB;
        border-radius: 0px 8px 0px 0px;
        justify-content: space-around;
    }

    .lktouch__item:not(:last-child):after {
        content: '';
        position: absolute;
        padding-left: 10px;
        border-right: 1px solid #c0c3cb91;
        right: 0px;
        top: 22px;
        width: 1px;
        height: 50%;
    }

    .lktouch__item {
        padding: 16px 38px;
        position: relative;
    }

    .lktouch-content {
        position: fixed;
        width: 100%;
        margin-left: -30px;
        bottom: 110px;
    }

    .content-lktouch__header {
        background: #F7F8FB;
        box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.08);
        border: 1px solid rgba(0, 0, 0, 0.08);
        border-radius: 10px;
        padding: 21px;
        font-weight: 600;
        font-size: 16px;
        line-height: 150%;
        color: #202227;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .content-lktouch__body {
        max-height: 286px;
        background: #F7F8FB;
        border-radius: 10px 10px 0px 0px;
        padding: 15px 20px;
        overflow: auto;
    }

    .lktouch-content__item {
        display: none;
    }

    .lktouch-content--block {
        display: block;
        margin-bottom: -30px;
        border-bottom: 1px solid rgb(22 50 93 / 30%);
    }

    .lktouch__item--selected {
        box-shadow: inset 0px -4px 4px rgba(0, 0, 0, 0.08);
    }

    .lktouch__item--selected label > span {
        color: #f69f45;
    }

    input[name="lktouch__item"] {
        width: 1px;
        height: 1px;
        opacity: 0;
        position: absolute;
        left: 0;
        top: 0;
    }

    .lktouch__item--label {
        display: flex;
        flex-direction: column;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .lktouch__item--label span {
        color: #202227;
        font-size: 12px;
        margin-top: 5px;
    }

    .planning-item {
        min-height: 233px;
        max-height: 233px;
        margin-bottom: 30px;
    }

    .profile-info__bottom {
        display: flex;
        margin-top: 20px;
        align-items: center;
        flex-direction: column;
    }

    .profile-info__social {
        margin-left: 0px !important;
    }

    .profile-info_wrapper {
        display: flex;
        margin-top: 20px;
        align-items: center;
        width: 100%;
        align-items: center;
        justify-content: space-between;
    }

    .profile-info__name {
        font-size: 23px;
        line-height: 120%;
    }

    .profile-info__position {
        width: 100%;
        padding: 8px 22px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .profile-info__region {
        margin-left: 5px !important;
    }

    .region__value {
        font-size: 14px;
        line-height: 24px;
    }

    .socials__item {
        margin: 0 3px !important;
    }

    .profile-card-container {
        padding: 30px 30px !important;
    }

    .profile-card__info--sideBar {
        display: flex !important;
        align-items: center;
        flex-direction: column;
        align-items: self-start;
    }

    .events__earlier:not(:first-child) {

        margin: 0px 15px;
    }

    .banner-content__logo {
        max-width: 210px;
        max-height: 210px;
    }
}

@media (max-width: 475px) {
    .banner-content__logo {
        max-width: 55px;
        max-height: 55px;
        align-self: center;
    }

    .main-banner__status--mobile {
        justify-content: center;
    }

    .banner-content__info {
        margin-top: 16px;
    }

    .main-banner__status--mobile {
        margin-top: 12px;
    }

    .main-banner__content {
        padding-top: 0;
    }

    .main-banner__title--mobile {
        display: flex !important;
        margin-top: 10px;
    }

    .main-banner__title {
        display: none;
    }

    .planning-item__info {
        order: -1;
    }

    .profile-card__info {
        margin-left: 0px !important;
    }

    .profile-info__name {
        display: flex;
        align-items: center;
    }

    .profile-info__name span {
        font-size: 16px;
        line-height: 150%;
        margin-left: 20px;
    }

    .profile-card__photo {
        display: none;
    }

    .profile-info__descr {
        font-size: 14px !important;
        line-height: 21px !important;
    }

    .profile-info_wrapper {
        flex-direction: column;
    }

    .profile-info__region {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        margin-top: 24px;
    }

    .about_user__text {
        font-size: 14px;
        line-height: 130%;
    }

    .region__title {
        width: 100%;
        text-align: center;
    }

    .profile-card-container {
        padding: 20px 20px !important;
    }

    .profile-card__photo--mobile {
        display: flex;
    }

    .lktouch__item--label span {
        display: none;
    }

    .logout_btn {
        margin-top: 26px;
    }

    .bg-color-4 h1 {
        margin-top: 10px;
    }

    .lktouch__item {
        width: 20%;
        flex-basis: 20%;
    }

    .lktouch-content--block {
        margin-left: -10px;
    }

    .certificates-list .container {
        flex-direction: column;
        align-items: center;
    }

    .lktouch__item--label svg {
        height: 28px;
        width: 28px;
    }

    .certificates__subtitle {
        font-size: 24px;
        line-height: 29px;
    }

    .certificate-item__title {
        font-size: 14px;
        line-height: 18px;
    }

    .certificate-item__text {
        font-size: 14px;
        line-height: 18px;
        text-align: center;
    }

    .education-tab__title {
        font-size: 21px;
        line-height: 120%;
        text-align: center;
        margin-top: 20px;
    }

    .education-tab__link {
        font-size: 14px;
        line-height: 120%;
    }

    .education-tab .d-flex {
        align-items: center;
        flex-direction: column;
        justify-content: center;
    }

    .education-tab {
        flex-direction: column-reverse;
        padding: 50px 0px 50px;
    }

    .certificate__name {
        text-align: left;
        margin-left: 0px;
        font-size: 20px;
        line-height: 24px;
        max-width: 140px;
    }

    .certificate__link {
        font-size: 16px;
        line-height: 24px;
    }

    .lktouch-content {
        bottom: 90px;
        margin-left: 0px;
    }

    .profile-card__image {
        max-width: 73px !important;
        max-height: 73px !important;
        min-width: 73px !important;
        min-height: 73px !important;
    }

    .lk-tabs {
        overflow-x: scroll;
        overflow-y: hidden;
        flex-wrap: nowrap;
    }

    .profile-auth__info {
        align-items: flex-start;
    }

    .profile-auth__text {
        margin-left: 0;
    }

    .profile-auth__image {
        display: none;
    }

    /*.events__planning {*/
    /*    display: none;*/
    /*}*/
    .planning-item {
        min-height: 100%;
        max-height: 100%;
        flex-direction: column;
        margin-bottom: 30px;
    }

    .planning-item__right {
        margin-left: 0;
        padding: 20px;
        display: flex;
        flex-direction: column;
    }

    .planning-item__info {
        justify-content: space-between;
    }

    .planning__blocks {
        display: flex;
        flex-direction: column;
        margin-bottom: 30px;
    }

    .planning-item__tags {
        margin-left: 0;
        max-width: 190px;
        flex-wrap: wrap;
        margin-left: -8px;
    }

    .planning-item__favor {
        margin-bottom: 20px;
        margin-top: 18px;
    }

    .tags-planning__item {
        margin: 0px 8px;
    }

    .planning-item__footer {
        flex-direction: column-reverse;
        align-items: flex-start;
    }

    .profile-auth__image--mobile {
        display: block;
    }

    .profile-auth__title {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .profile-auth {
        padding: 20px 20px;
    }

    .update_avatar__text {
        display: none;
    }

    .profile-auth__image label {
        max-width: 73px !important;
        max-height: 73px !important;
        min-width: 73px !important;
        min-height: 73px !important;
        z-index: 1;
    }

    .ijabo-cropper-modal .action-buttons {
        z-index: 999999;
        bottom: 100px;
    }


    .profile-auth__title span {
        margin-left: 20px;
    }

    .nav-tabs .nav-link {
        width: 191px;
    }

    ::-webkit-scrollbar {
        display: none;
    }

    .profile-auth__descr {
        font-size: 14px;
        line-height: 150%;
    }

    .profile-auth__title {
        font-size: 16px;
        line-height: 150%;
    }

    .lktouch {
        overflow: auto;
    }

    .profile-card__info--sideBar .d-flex {
        flex-direction: column;
    }

    .profile-card__info--sideBar .events__earlier {
        max-width: 100%;
    }

    .profile-card__info--sideBar .events__earlier:not(:first-child) {
        margin: 0px;
    }

    .main-banner__title {
        font-size: 16px;
        line-height: 120%;
    }

    .main-banner__content {
        flex-direction: column;
        align-items: center;
    }

    .for-mobile-order {
        order: -1;
    }

    .main-banner__footer {
        flex-direction: column;
    }

    .d-flex-mobile {
        justify-content: space-between;
        display: flex;
        width: 100%;
        margin-bottom: 20px;
    }

    .main-banner__social {
        width: 100%;
    }

    .banner-social__item:not(:first-child) {
        margin: 0px 11px;
    }

    .members__title {
        margin-top: 30px;
    }
}

.back_btn {
    display: inline-block;
    border: 1px solid #7E8189;
    box-sizing: border-box;
    border-radius: 29px;
    font-weight: 400;
    font-size: 14px;
    line-height: 25px;
    text-align: center;
    color: #7E8189;
    padding: 5px 30px;
}

.profile-card__image {
    position: relative;
}

.plus-icon {
    position: absolute;
    right: -33px;
}


#loader {
    position: fixed;
    display: none;
    top: 50%;
    left: 50%;
    margin-left: -31px;
    margin-top: -31px;
    z-index: 9999999999999999;
    border-radius: 100px;
}

#loader_info {
    display: none;
    position: fixed;
    display: block;
    top: 50%;
    left: 50%;
    margin-left: 5px;
    margin-top: 44px;
    z-index: 9999999999999999;
    border-radius: 100px;
    font-size: 18px;
    color: #212529;
}


.D_ModalContent-indev {
    max-width: 540px;
    max-height: 370px;
    background-color: #F4F6F9;
    background-image: url('/local/templates/auz/dist/img/indev_modal_bg.svg');
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 16px;
}


.D_ModalClose {
    width: 16px;
    height: 16px;
    top: 18px;
    right: 18px;
    content: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L15 15.0259' stroke='%239A9EA7' stroke-miterlimit='10' stroke-linecap='round'/%3E%3Cpath d='M1 15.0259L15 1' stroke='%239A9EA7' stroke-miterlimit='10' stroke-linecap='round'/%3E%3C/svg%3E");
}

.indev-modal {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    padding: 65px 0px;
}

.indev-modal__image {
    max-width: 232px;
    max-height: 156px;
}

.indev-modal__title {
    font-weight: 900;
    font-size: 30px;
    line-height: 36px;
    color: #202227;
    margin-top: 17px;
}

@media (max-width: 375px) {

    .D_ModalContent-indev {
        max-width: 330px;
        max-height: 340px;
    }

    .indev-modal__title {
        font-weight: 900;
        font-size: 24px;
        line-height: 29px;
    }

    .indev-modal__image {
        max-width: 196px;
        max-height: 132px;
    }

}

input[name="course__status"] {
    width: 0px;
    height: 0px;
    position: absolute;
    opacity: 0;
}


.course__status__wrapper {
    margin-top: 30px;
    margin-bottom: 28px;
    width: 100%;
    display: flex;
    align-items: center;
}

.course_status__label {
    padding: 10px 70px;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #202227;
    text-align: center;
    border-radius: 22px;
    border: 1px solid #2B7198;
    background: transparent;
    cursor: pointer;
}

.course_status--disabled {
    margin-left: 26px;
}

.course_status__label:hover {
    color: #fff;
    background: linear-gradient(180deg, #2B7198 0%, #2B9198 100%);
}

input[name="course__status"]:checked + label {
    color: #fff;
    background: linear-gradient(180deg, #2B7198 0%, #2B9198 100%);
}

@media (max-width: 475px) {
    .course_status__label {
        padding: 5px 10px;
    }

    .education-tab {
        padding: 0px 0px 50px;
    }
}


.month-filter__label {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    border-radius: 22px;
    color: #202227;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 9px 20px;
    border: 1px solid #2B7198;
    cursor: pointer;
}

.profile-edit-container {
    background: #F7F8FB;
    border-radius: 4px;
    display: flex;
}

.profile-edit__info {
    margin-left: 48px;
    width: 100%;
}

.profile-edit___title {
    margin-top: 28px;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: #202227;
}

.profile-edit__social__item {
    width: 140px;
    height: 40px;
    display: flex;
    background: #FFFFFF;
    border-radius: 20px;
    align-items: center;
    justify-content: space-between;
    padding: 6px;
}

.profile__photo {
    width: 219px;
    height: 219px;
    margin-top: 76px;
    margin-left: 40px;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    display: flex;
    cursor: pointer;
    background: #FFFFFF;
    box-shadow: 0px 0px 10px 4px rgba(0, 0, 0, 0.06);
    border-radius: 50%;
    background-image: url("data:image/svg+xml,%3Csvg width='53' height='53' viewBox='0 0 53 53' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M26.5 53C41.1355 53 53 41.1355 53 26.5C53 11.8645 41.1355 0 26.5 0C11.8645 0 0 11.8645 0 26.5C0 41.1355 11.8645 53 26.5 53ZM36.6022 18.1316C35.1227 18.1312 33.7039 17.5433 32.6579 16.4969L30.9258 14.7648C30.4028 14.2417 29.6934 13.9476 28.9538 13.9474H24.0502C23.3105 13.9476 22.6009 14.2416 22.078 14.7647L20.3457 16.4969C19.2997 17.5432 17.8809 18.1312 16.4014 18.1316H13.9492C13.2094 18.1316 12.4999 18.4255 11.9767 18.9486C11.4536 19.4717 11.1597 20.1812 11.1597 20.921V33.4737C11.1597 34.2135 11.4536 34.923 11.9767 35.4461C12.4999 35.9692 13.2094 36.2631 13.9492 36.2631H39.0544C39.7943 36.2631 40.5038 35.9692 41.0269 35.4461C41.55 34.923 41.8439 34.2135 41.8439 33.4737V20.921C41.8439 20.1812 41.55 19.4717 41.0269 18.9486C40.5038 18.4255 39.7943 18.1316 39.0544 18.1316H36.6022ZM24.0499 12.5526H28.9538C30.0634 12.5529 31.1275 12.9938 31.912 13.7786L33.6443 15.5109C34.4288 16.2956 35.4929 16.7366 36.6025 16.7368H39.0544C40.1642 16.7368 41.2284 17.1777 42.0131 17.9624C42.7978 18.747 43.2387 19.8113 43.2387 20.921V33.4737C43.2387 34.5834 42.7978 35.6477 42.0131 36.4324C41.2284 37.217 40.1642 37.6579 39.0544 37.6579H13.9492C12.8395 37.6579 11.7752 37.217 10.9905 36.4324C10.2058 35.6477 9.76497 34.5834 9.76497 33.4737V20.921C9.76497 19.8113 10.2058 18.747 10.9905 17.9624C11.7752 17.1777 12.8395 16.7368 13.9492 16.7368H16.4011C17.5108 16.7366 18.5749 16.2956 19.3594 15.5109L21.0916 13.7786C21.8761 12.9938 22.9402 12.5529 24.0499 12.5526ZM26.5018 32.0789C29.7756 32.0789 32.4294 29.425 32.4294 26.1513C32.4294 22.8776 29.7756 20.2237 26.5018 20.2237C23.2281 20.2237 20.5742 22.8776 20.5742 26.1513C20.5742 29.425 23.2281 32.0789 26.5018 32.0789ZM26.5018 33.4737C30.5458 33.4737 33.8242 30.1953 33.8242 26.1513C33.8242 22.1073 30.5458 18.8289 26.5018 18.8289C22.4578 18.8289 19.1794 22.1073 19.1794 26.1513C19.1794 30.1953 22.4578 33.4737 26.5018 33.4737ZM14.9937 23.0106C15.5705 23.0106 16.0381 22.5429 16.0381 21.9661C16.0381 21.3893 15.5705 20.9216 14.9937 20.9216C14.4168 20.9216 13.9492 21.3893 13.9492 21.9661C13.9492 22.5429 14.4168 23.0106 14.9937 23.0106Z' fill='%23D6D8DC'/%3E%3C/svg%3E");
    background-position: center 65px;
    background-repeat: no-repeat;
}

.profile__photo span {
    cursor: pointer;
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    text-align: center;
    color: #B0B1B4;
    margin-top: 40px;
}

#profile__photo {
    width: 1px;
    height: 1px;
    position: absolute;
    opacity: 0;
}

.profile__photo__block svg {
    margin-right: 5px;
}

.profile__photo__block {
    margin-top: 50px;
}

.input {
    display: flex;
    flex-direction: column;
    margin-top: 20px;
    margin: 24px 0px;
}

.profile-edit input[type="text"],
.profile-edit input[type="password"],
.profile-edit input[type="email"] {
    background: #FFFFFF;
    border-radius: 20px;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    padding: 7px 22px;
    width: 100%;
    border: none;
    color: #202227;
    margin-top: 5px;
}

.profile-edit input::-moz-placeholder {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #202227;
}

.profile-edit input:-ms-input-placeholder {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #202227;
}

.profile-edit input::placeholder {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #202227;
}

.profile-edit label {
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    color: #7E8189;
}

.profile__social__checkbox {
    position: relative;
}

#profile__social__checkbox {
    position: absolute;
    z-index: -1;
    opacity: 0;
}

.profile__social__checkbox:after {
    background: #E6E6E6;
    box-shadow: inset 0px 0px 1px 1px rgba(0, 0, 0, 0.08);
    border-radius: 8.96px;
    content: '';
    display: block;
    width: 32px;
    height: 17.92px;
    position: absolute;
    right: -2px;
    top: -8px;
}

.profile__social__checkbox:before {
    width: 12.8px;
    height: 12.8px;
    content: '';
    display: block;
    background: #FFFFFF;
    position: absolute;
    right: 15px;
    border-radius: 50%;
    z-index: 11;
    top: -5.5px;
}

#profile__social__checkbox:checked + .profile__social__checkbox:before {
    right: 1px;
}

#profile__social__checkbox:checked + .profile__social__checkbox:after {
    background: linear-gradient(180deg, #2B7198 0%, #2B9198 100%);
    box-shadow: inset 0px 0px 1px 1px rgba(0, 0, 0, 0.08);
    border-radius: 8.96px;
}

.events-container {
    display: flex;
    justify-content: space-between;
}

.events__planning {
    max-width: 825px;
    flex-grow: 1;
}

.events__earlier {
    max-width: 255px;
    flex-grow: 1;
}

.planning__title {
    font-weight: 600;
    font-size: 20px;
    line-height: 30px;
    color: #202227;
}

.planning__blocks {
    margin-top: 16px;
}

.planning-item {
    background: #FFFFFF;
    box-shadow: 0px 0px 20px 4px rgba(0, 0, 0, 0.06);
    border-radius: 10px;
    display: flex;
}

.planning-item__left {
    min-width: 255px;
    position: relative;
    height: 100%;
}

.planning-item__right {
    margin-left: 22px;
    margin-right: 15px;
}

.planning-item__title {
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;
    color: #2C8299;
    margin-top: 10px;
    display: flex;
    align-items: center;
}

.planning-item__image {
    opacity: 0.95;
    border-radius: 10px;
    display: block;
    object-fit: cover;
}

.planning-item__status {
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    text-align: center;
    color: #FFFFFF;
    padding: 3px 16px;
    background: #63A7E5;
    border-radius: 12px;
    /*position: absolute;*/
    right: 20px;
    bottom: 20px;
}

.planning-item__info {
    margin-top: 8px;
    display: flex;
    align-items: center;
}

.planning-item__date {
    font-weight: 700;
    font-size: 18px;
    line-height: 27px;
    color: #202227;
}

.planning-item__badge {
    font-weight: 300;
    font-size: 12px;
    line-height: 16px;
    text-align: center;
    color: #202227;
    background: #FDECDA;
    border-radius: 12px;
    padding: 2px 18px;
    display: inline-block;
    margin-left: 32px;
}

.planning-item__text {
    font-weight: normal;
    font-size: 14px;
    line-height: 21px;
    color: #202227;
    margin-top: 14px;
    max-height: 87px;
    overflow: hidden;
}

.planning-item__footer {
    display: flex;
    margin-top: 17px;
}

.planning-item__favor {
    display: flex;
    align-items: center;
}

.planning-item__favor span {
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    color: #202227;
    margin-left: 6px;
}

.planning-item__tags {
    display: flex;
    font-weight: normal;
    font-size: 16px;
    flex-wrap: wrap;
    line-height: 24px;
    color: #B3B3B3;
    margin-left: 22px;
}

.tags-planning__item:not(:first-child) {
    margin: 0px 8px;
}

.earlier__blocks {
    margin-top: 16px;
}

.blocks-earlier {
    padding: 20px;
    background: #FFFFFF;
    box-shadow: 0px 0px 20px 1px rgba(0, 0, 0, 0.06);
    border-radius: 10px;
}

.blocks-earlier__date {
    font-weight: 300;
    font-size: 14px;
    line-height: 21px;
    color: #757881;
}

.blocks-earlier__info {
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #202227;
    margin-top: 12px;
}

.blocks-earlier__favor {
    display: flex;
    align-items: center;
    margin-top: 19px;
}

.blocks-earlier__favor span {
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    color: #202227;
    margin-left: 6px;
}

.notify {
    width: 255px;
    background: #F7F8FB;
    border-radius: 10px;
}

.notify-container {
    position: relative;
}

.notify-container:after {
    content: '';
    width: 100%;
    height: 91px;
    display: block;
    background: linear-gradient(180deg, rgba(247, 248, 251, 0) 0%, #F7F8FB 100%);
    border-radius: 10px;
    position: absolute;
    z-index: 999;
    left: 0px;
    bottom: 0px;
}

.notify-body {
    max-height: 400px;
    overflow: auto;
}

.notify-body::-webkit-scrollbar {
    width: 4px;
}

.notify-body::-webkit-scrollbar-thumb {
    border-radius: 20px;
    background: #E4E8EF;
    border-radius: 4px;
}

.notify-body__item {
    padding: 20px 38px;
}

.notify-body__header {
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    color: #757881;
}

.notify-body__info {
    margin-top: 8px;
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    color: #202227;
    position: relative;
}

.notify-body__info:before {
    content: '';
    width: 8px;
    height: 8px;
    background: #F69F45;
    display: block;
    border-radius: 50%;
    position: absolute;
    left: -13px;
    top: 5px;
}

.notify-header {
    background: #F7F8FB;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.08);
    border-radius: 10px;
    padding: 18px 58px;
    display: flex;
    align-items: center;
}

.notify-header svg {
    margin-right: 10px;
    min-width: 14px;
    min-height: 14px;
}

.notify-header span {
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: #202227;
}

.main-banner {
    position: relative;
    background-size: cover;
    padding: 30px 0px 30px;
}

.main-banner__site {
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: #2C8299;
}

.main-banner:after {
    background: #edeef0c7;
    display: block;
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.main-banner-container {
    z-index: 2;
}

.main-banner__title {
    font-weight: 900;
    font-size: 36px;
    line-height: 43px;
    color: #202227;
}

.main-banner__content {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #202227;
    display: flex;
    padding-top: 20px;
}

.main-banner__footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 22px;
}

.main-banner__link {
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    color: #202227;
    text-decoration: none;
}

.main-banner__status {
    display: flex;
    align-items: center;
    background: #FFFFFF;
    border-radius: 4px;
    padding: 10px 18px;
}

.main-banner__status__icon {
    width: 32px;
    height: 32px;
    margin-right: 10px;
    background: #FFFFFF;
    border-radius: 50%;
    box-shadow: 0px 0px 2px 1px rgba(0, 0, 0, 0.08);
    display: flex;
    align-items: center;
    justify-content: center;
}

.main-banner__status span {
    font-weight: 400;
    font-size: 12px;
    line-height: 27px;
    color: #202227;
}

.certificates {
    margin-top: 40px;
}

.certificates__subtitle {
    font-weight: 800;
    font-size: 30px;
    line-height: 36px;
    color: #2C8299;
    margin: 60px 0px 28px;
}

.certificates__list {
    display: flex;
}

.certificates__list:nth-child(odd) {
    background: #FFF;
}

.certificates__list:nth-child(even) {
    background: #F8F8F8;
}

.certificates__main {
    background: linear-gradient(180deg, #2B7198 0%, #2B9198 100%);
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.08);
    border-radius: 10px;
}

.certificate {
    padding: 36px 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.certificate__name {
    font-weight: 800;
    font-size: 24px;
    line-height: 29px;
    color: #FFFFFF;
}

.certificate__link {
    font-weight: 600;
    font-size: 18px;
    line-height: 27px;
    color: #202227;
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
}

.certificate__link--white {
    color: #FFFFFF;
}

.certificate__link--white svg {
    margin-left: 10px;
}

.certificate__link--black {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #202227;
}

.certificate__link--black svg {
    margin: 10px;
}

.certificate-item {
    border-radius: 6px;
    padding: 17px 0px;
}

.certificate-item__title {
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: #202227;
}

.certificate-item__text {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #646876;
    margin-top: 12px;
}

.d-flex {
    display: flex;
}

.quiz-progress {
    margin-top: 10px;
    position: relative;
    overflow: hidden;
}

.quiz-progress progress {
    position: absolute;
    width: 0;
    height: 0;
    overflow: hidden;
    left: -777px;
}

.quiz-progress-bar {
    overflow: hidden;
    background: #F69F45;
    width: 0;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.quiz-progress-bg {
    background: #EDEEF0;
    box-shadow: inset 0px 1px 2px 1px rgba(0, 0, 0, 0.1);
    border-radius: 4px;
    position: relative;
    height: 8px;
    border-radius: 5px;
    overflow: hidden;
}

.quiz-progress-bar {
    transition: width 1s linear;
}

.quiz-progress-bar:after {
    -webkit-animation: progress_bar 0.8s linear infinite;
    animation: progress_bar 0.8s linear infinite;
}

.quiz-progress progress[value="0"] ~ .quiz-progress-bg .quiz-progress-bar {
    width: 0%;
}

.quiz-progress progress[value="1"] ~ .quiz-progress-bg .quiz-progress-bar {
    width: 1%;
}

.quiz-progress progress[value="2"] ~ .quiz-progress-bg .quiz-progress-bar {
    width: 2%;
}

.quiz-progress progress[value="3"] ~ .quiz-progress-bg .quiz-progress-bar {
    width: 3%;
}

.quiz-progress progress[value="4"] ~ .quiz-progress-bg .quiz-progress-bar {
    width: 4%;
}

.quiz-progress progress[value="5"] ~ .quiz-progress-bg .quiz-progress-bar {
    width: 5%;
}

.quiz-progress progress[value="6"] ~ .quiz-progress-bg .quiz-progress-bar {
    width: 6%;
}

.quiz-progress progress[value="7"] ~ .quiz-progress-bg .quiz-progress-bar {
    width: 7%;
}

.quiz-progress progress[value="8"] ~ .quiz-progress-bg .quiz-progress-bar {
    width: 8%;
}

.quiz-progress progress[value="9"] ~ .quiz-progress-bg .quiz-progress-bar {
    width: 9%;
}

.quiz-progress progress[value="10"] ~ .quiz-progress-bg .quiz-progress-bar {
    width: 10%;
}

.quiz-progress progress[value="11"] ~ .quiz-progress-bg .quiz-progress-bar {
    width: 11%;
}

.quiz-progress progress[value="12"] ~ .quiz-progress-bg .quiz-progress-bar {
    width: 12%;
}

.quiz-progress progress[value="13"] ~ .quiz-progress-bg .quiz-progress-bar {
    width: 13%;
}

.quiz-progress progress[value="14"] ~ .quiz-progress-bg .quiz-progress-bar {
    width: 14%;
}

.quiz-progress progress[value="15"] ~ .quiz-progress-bg .quiz-progress-bar {
    width: 15%;
}

.quiz-progress progress[value="16"] ~ .quiz-progress-bg .quiz-progress-bar {
    width: 16%;
}

.quiz-progress progress[value="17"] ~ .quiz-progress-bg .quiz-progress-bar {
    width: 17%;
}

.quiz-progress progress[value="18"] ~ .quiz-progress-bg .quiz-progress-bar {
    width: 18%;
}

.quiz-progress progress[value="19"] ~ .quiz-progress-bg .quiz-progress-bar {
    width: 19%;
}

.quiz-progress progress[value="20"] ~ .quiz-progress-bg .quiz-progress-bar {
    width: 20%;
}

.quiz-progress progress[value="21"] ~ .quiz-progress-bg .quiz-progress-bar {
    width: 21%;
}

.quiz-progress progress[value="22"] ~ .quiz-progress-bg .quiz-progress-bar {
    width: 22%;
}

.quiz-progress progress[value="23"] ~ .quiz-progress-bg .quiz-progress-bar {
    width: 23%;
}

.quiz-progress progress[value="24"] ~ .quiz-progress-bg .quiz-progress-bar {
    width: 24%;
}

.quiz-progress progress[value="25"] ~ .quiz-progress-bg .quiz-progress-bar {
    width: 25%;
}

.quiz-progress progress[value="26"] ~ .quiz-progress-bg .quiz-progress-bar {
    width: 26%;
}

.quiz-progress progress[value="27"] ~ .quiz-progress-bg .quiz-progress-bar {
    width: 27%;
}

.quiz-progress progress[value="28"] ~ .quiz-progress-bg .quiz-progress-bar {
    width: 28%;
}

.quiz-progress progress[value="29"] ~ .quiz-progress-bg .quiz-progress-bar {
    width: 29%;
}

.quiz-progress progress[value="30"] ~ .quiz-progress-bg .quiz-progress-bar {
    width: 30%;
}

.quiz-progress progress[value="31"] ~ .quiz-progress-bg .quiz-progress-bar {
    width: 31%;
}

.quiz-progress progress[value="32"] ~ .quiz-progress-bg .quiz-progress-bar {
    width: 32%;
}

.quiz-progress progress[value="33"] ~ .quiz-progress-bg .quiz-progress-bar {
    width: 33%;
}

.quiz-progress progress[value="34"] ~ .quiz-progress-bg .quiz-progress-bar {
    width: 34%;
}

.quiz-progress progress[value="35"] ~ .quiz-progress-bg .quiz-progress-bar {
    width: 35%;
}

.quiz-progress progress[value="36"] ~ .quiz-progress-bg .quiz-progress-bar {
    width: 36%;
}

.quiz-progress progress[value="37"] ~ .quiz-progress-bg .quiz-progress-bar {
    width: 37%;
}

.quiz-progress progress[value="38"] ~ .quiz-progress-bg .quiz-progress-bar {
    width: 38%;
}

.quiz-progress progress[value="39"] ~ .quiz-progress-bg .quiz-progress-bar {
    width: 39%;
}

.quiz-progress progress[value="40"] ~ .quiz-progress-bg .quiz-progress-bar {
    width: 40%;
}

.quiz-progress progress[value="41"] ~ .quiz-progress-bg .quiz-progress-bar {
    width: 41%;
}

.quiz-progress progress[value="42"] ~ .quiz-progress-bg .quiz-progress-bar {
    width: 42%;
}

.quiz-progress progress[value="43"] ~ .quiz-progress-bg .quiz-progress-bar {
    width: 43%;
}

.quiz-progress progress[value="44"] ~ .quiz-progress-bg .quiz-progress-bar {
    width: 44%;
}

.quiz-progress progress[value="45"] ~ .quiz-progress-bg .quiz-progress-bar {
    width: 45%;
}

.quiz-progress progress[value="46"] ~ .quiz-progress-bg .quiz-progress-bar {
    width: 46%;
}

.quiz-progress progress[value="47"] ~ .quiz-progress-bg .quiz-progress-bar {
    width: 47%;
}

.quiz-progress progress[value="48"] ~ .quiz-progress-bg .quiz-progress-bar {
    width: 48%;
}

.quiz-progress progress[value="49"] ~ .quiz-progress-bg .quiz-progress-bar {
    width: 49%;
}

.quiz-progress progress[value="50"] ~ .quiz-progress-bg .quiz-progress-bar {
    width: 50%;
}

.quiz-progress progress[value="51"] ~ .quiz-progress-bg .quiz-progress-bar {
    width: 51%;
}

.quiz-progress progress[value="52"] ~ .quiz-progress-bg .quiz-progress-bar {
    width: 52%;
}

.quiz-progress progress[value="53"] ~ .quiz-progress-bg .quiz-progress-bar {
    width: 53%;
}

.quiz-progress progress[value="54"] ~ .quiz-progress-bg .quiz-progress-bar {
    width: 54%;
}

.quiz-progress progress[value="55"] ~ .quiz-progress-bg .quiz-progress-bar {
    width: 55%;
}

.quiz-progress progress[value="56"] ~ .quiz-progress-bg .quiz-progress-bar {
    width: 56%;
}

.quiz-progress progress[value="57"] ~ .quiz-progress-bg .quiz-progress-bar {
    width: 57%;
}

.quiz-progress progress[value="58"] ~ .quiz-progress-bg .quiz-progress-bar {
    width: 58%;
}

.quiz-progress progress[value="59"] ~ .quiz-progress-bg .quiz-progress-bar {
    width: 59%;
}

.quiz-progress progress[value="60"] ~ .quiz-progress-bg .quiz-progress-bar {
    width: 60%;
}

.quiz-progress progress[value="61"] ~ .quiz-progress-bg .quiz-progress-bar {
    width: 61%;
}

.quiz-progress progress[value="62"] ~ .quiz-progress-bg .quiz-progress-bar {
    width: 62%;
}

.quiz-progress progress[value="63"] ~ .quiz-progress-bg .quiz-progress-bar {
    width: 63%;
}

.quiz-progress progress[value="64"] ~ .quiz-progress-bg .quiz-progress-bar {
    width: 64%;
}

.quiz-progress progress[value="65"] ~ .quiz-progress-bg .quiz-progress-bar {
    width: 65%;
}

.quiz-progress progress[value="66"] ~ .quiz-progress-bg .quiz-progress-bar {
    width: 66%;
}

.quiz-progress progress[value="67"] ~ .quiz-progress-bg .quiz-progress-bar {
    width: 67%;
}

.quiz-progress progress[value="68"] ~ .quiz-progress-bg .quiz-progress-bar {
    width: 68%;
}

.quiz-progress progress[value="69"] ~ .quiz-progress-bg .quiz-progress-bar {
    width: 69%;
}

.quiz-progress progress[value="70"] ~ .quiz-progress-bg .quiz-progress-bar {
    width: 70%;
}

.quiz-progress progress[value="71"] ~ .quiz-progress-bg .quiz-progress-bar {
    width: 71%;
}

.quiz-progress progress[value="72"] ~ .quiz-progress-bg .quiz-progress-bar {
    width: 72%;
}

.quiz-progress progress[value="73"] ~ .quiz-progress-bg .quiz-progress-bar {
    width: 73%;
}

.quiz-progress progress[value="74"] ~ .quiz-progress-bg .quiz-progress-bar {
    width: 74%;
}

.quiz-progress progress[value="75"] ~ .quiz-progress-bg .quiz-progress-bar {
    width: 75%;
}

.quiz-progress progress[value="76"] ~ .quiz-progress-bg .quiz-progress-bar {
    width: 76%;
}

.quiz-progress progress[value="77"] ~ .quiz-progress-bg .quiz-progress-bar {
    width: 77%;
}

.quiz-progress progress[value="78"] ~ .quiz-progress-bg .quiz-progress-bar {
    width: 78%;
}

.quiz-progress progress[value="79"] ~ .quiz-progress-bg .quiz-progress-bar {
    width: 79%;
}

.quiz-progress progress[value="80"] ~ .quiz-progress-bg .quiz-progress-bar {
    width: 80%;
}

.quiz-progress progress[value="81"] ~ .quiz-progress-bg .quiz-progress-bar {
    width: 81%;
}

.quiz-progress progress[value="82"] ~ .quiz-progress-bg .quiz-progress-bar {
    width: 82%;
}

.quiz-progress progress[value="83"] ~ .quiz-progress-bg .quiz-progress-bar {
    width: 83%;
}

.quiz-progress progress[value="84"] ~ .quiz-progress-bg .quiz-progress-bar {
    width: 84%;
}

.quiz-progress progress[value="85"] ~ .quiz-progress-bg .quiz-progress-bar {
    width: 85%;
}

.quiz-progress progress[value="86"] ~ .quiz-progress-bg .quiz-progress-bar {
    width: 86%;
}

.quiz-progress progress[value="87"] ~ .quiz-progress-bg .quiz-progress-bar {
    width: 87%;
}

.quiz-progress progress[value="88"] ~ .quiz-progress-bg .quiz-progress-bar {
    width: 88%;
}

.quiz-progress progress[value="89"] ~ .quiz-progress-bg .quiz-progress-bar {
    width: 89%;
}

.quiz-progress progress[value="90"] ~ .quiz-progress-bg .quiz-progress-bar {
    width: 90%;
}

.quiz-progress progress[value="91"] ~ .quiz-progress-bg .quiz-progress-bar {
    width: 91%;
}

.quiz-progress progress[value="92"] ~ .quiz-progress-bg .quiz-progress-bar {
    width: 92%;
}

.quiz-progress progress[value="93"] ~ .quiz-progress-bg .quiz-progress-bar {
    width: 93%;
}

.quiz-progress progress[value="94"] ~ .quiz-progress-bg .quiz-progress-bar {
    width: 94%;
}

.quiz-progress progress[value="95"] ~ .quiz-progress-bg .quiz-progress-bar {
    width: 95%;
}

.quiz-progress progress[value="96"] ~ .quiz-progress-bg .quiz-progress-bar {
    width: 96%;
}

.quiz-progress progress[value="97"] ~ .quiz-progress-bg .quiz-progress-bar {
    width: 97%;
}

.quiz-progress progress[value="98"] ~ .quiz-progress-bg .quiz-progress-bar {
    width: 98%;
}

.quiz-progress progress[value="99"] ~ .quiz-progress-bg .quiz-progress-bar {
    width: 99%;
}

.quiz-progress progress[value="100"] ~ .quiz-progress-bg .quiz-progress-bar {
    width: 100%;
}

.quiz__title {
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: #202227;
}

.main-quiz {
    width: 825px;
    margin-top: 30px;
    background: #F4F6F9;
    border-radius: 16px;
    padding: 30px;
}

.main-quiz__title {
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: #202227;
    margin-bottom: 18px;
}

.main-quiz__buttons {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.main-quiz__link {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: #646876;
    text-decoration: none;
}

.btn-2 {
    border: 1px solid #2B9198;
    background: transparent;
    display: flex;
    border-radius: 17.5px;
    padding: 7.5px 34px;
}

.main-quiz__link--next {
    color: #202227;
    padding: 8px 44px 10px;
    border-radius: 22px;
    border: 1px solid #2B7198;
    margin-left: 26px;
}

.main-quiz__final {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #202227;
    margin-bottom: 18px;
}

.question-quiz__item {
    max-width: 775px;
    height: 52px;
    background: #FFFFFF;
    box-shadow: 0px 0px 20px 4px rgb(0 0 0%);
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 16px;
    padding: 15px 20px;
    margin-top: 14px;
}

.question-quiz__item svg {
    margin-right: 6px;
}

.profile-auth {
    max-width: 825px;
    background: #F7F8FB;
    border-radius: 10px;
    margin-top: 30px;
    padding: 22px 40px;
    flex: 1;
    display: flex;
    flex-direction: column;
}

.profile-auth .profile__photo {
    margin: 0px;
    position: relative;
    z-index: 999;
}

.profile-auth .profile__photo:after {
    content: '';
    width: 96px;
    height: 96px;
    position: absolute;
    right: 0px;
    top: 0px;
    z-index: -1;
    background-image: url("data:image/svg+xml,%3Csvg width='96' height='96' viewBox='0 0 96 96' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg opacity='0.1' filter='url(%23filter0_i)'%3E%3Cpath d='M96 64.6531H64.9412V96H31.0588V64.6531H0V31.3469H31.0588V0H64.9412V31.3469H96V64.6531Z' fill='%23F59F44'/%3E%3C/g%3E%3Cdefs%3E%3Cfilter id='filter0_i' x='0' y='0' width='96' height='106' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='BackgroundImageFix' result='shape'/%3E%3CfeColorMatrix in='SourceAlpha' type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0' result='hardAlpha'/%3E%3CfeOffset dy='15'/%3E%3CfeGaussianBlur stdDeviation='5'/%3E%3CfeComposite in2='hardAlpha' operator='arithmetic' k2='-1' k3='1'/%3E%3CfeColorMatrix type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.25 0'/%3E%3CfeBlend mode='normal' in2='shape' result='effect1_innerShadow'/%3E%3C/filter%3E%3C/defs%3E%3C/svg%3E");
}

.profile-auth__edit {
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    text-align: right;
    color: #7E8189;
}

.profile-auth__info {
    display: flex;
    align-items: center;
}

.profile-auth__title {
    font-weight: 600;
    font-size: 24px;
    line-height: 36px;
    color: #202227;
}

.profile-auth__descr {
    font-weight: 400;
    font-size: 14px;
    line-height: 27px;
    color: #202227;
}

.profile-auth__text {
    margin-left: 48px;
}

.main-banner-container {
    position: relative;
}

/*Фаниль*/
.card-item .card-section__image {
    background: #f6f6f6;
}

.card-item .card-section__image img {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

/*.favorites {*/
/*    margin-left: 30px;*/
/*}*/
.filter-toggle {
    display: none;
    background: #FFFFFF;
    box-shadow: 0px 0px 4px 2px rgba(0, 0, 0, 0.06);
    border-radius: 4px;
    padding: 5px 35px;
    border: none;
    height: 36px;
}

.filter-toggle svg {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.mobile-filter__head {
    display: none;
}

.mobile-filter {
}

@media (max-width: 1199px) {
    .mobile-filter {
        display: none;
        position: fixed;
        z-index: 1;
        margin-right: auto;
        margin-left: auto;
        top: auto;
        bottom: 0;
        left: 0;
        right: 0;
        width: 100%;
        max-width: 945px;
        left: 0;
        height: auto;
        background: #fff;
        border-radius: 12px 12px 0px 0px;
        box-shadow: 0px 0px 12px 2px rgb(0 0 0 / 6%);
    }

    .mobile-filter .bx-filter {
        padding-left: 22px;
        padding-right: 22px;
        padding-top: 16px;
        overflow-y: auto;
        overflow-x: hidden;
        max-height: calc(100vh - 200px);
    }

    .mobile-filter form .row:nth-child(4) {
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-gap: 14px 40px;
        align-items: flex-start;
    }

    .mobile-filter form .row:before,
    .mobile-filter form .row:after {
        content: none;
    }

    .mobile-filter__head {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 12px 20px;
        background: #EDEEF0;
        border-radius: 12px 12px 0px 0px;
    }

    .mobile-filter__title {
        font-size: 24px;
        font-weight: 700;
        color: #202227;
    }

    .mobile-filter__close {
        padding: 0;
        border: none;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 20px;
        height: 20px;
        background: transparent;
        margin-left: 30px;
    }

    .mobile-filter__close svg {
        display: block;
        width: 100%;
        height: 100%;
    }

    .mobile-filter .bx-filter .bx-filter-button-box {
        width: 100%;
    }

    .mobile-filter .cancel__icon {
        left: -160px;
        right: 0;
        margin: auto;
    }

    #del_filter {
        margin-left: auto;
        margin-right: auto;
        width: 225px;
    }

    .filter-toggle {
        display: flex;
        justify-content: center;
        align-items: center;
        order: 1;
        margin-right: 30px;
    }

    .select2-container {
        font-size: 16px;
    }

    .input-search input {
        background: transparent;
    }

    .input-search,
    .input-search input,
    .search__form,
    .input-search .btn-search {
        height: 36px;
    }
}

@media (max-width: 991px) {
    .mobile-filter {
        max-width: 705px;
    }

    .mobile-filter .bx-filter {
        max-height: calc(100vh - 165px);
    }

    .input-search {
        order: 2;
    }

    .select2-wrap {
        width: auto !important;
    }
}

@media (max-width: 767px) {
    .mobile-filter {
        max-width: 525px;
    }

    .mobile-filter form .row:nth-child(4) {
        display: block;
    }

    .mobile-filter .bx-filter {
        padding-left: 10px;
        padding-right: 10px;
    }

    .mobile-filter__title {
        font-size: 20px;
    }

    .mobile-filter__close {
        width: 15px;
        height: 15px;
    }

    .mobile-filter__head {
        padding: 10px 20px;
    }
}

@media (max-width: 575px) {
    .card-item .card-section__image img {
        max-height: 255px;
    }

    .favorites {
        padding: 5px 20px !important;
    }

    .favorites__text {
        display: none;
    }

    .mobile-filter {
        max-width: calc(100vw - 30px);
    }

    .filter-toggle {
        margin-right: 0;
    }

    .input-search {
        margin-top: 15px;
        margin-bottom: 10px !important;
        flex: 0 0 100%;
    }

    .select2-wrap {
        width: 100% !important;
        flex: 1 0;
    }

    .filter-toggle {
        padding: 5px 21px;
        flex: 0 0 61px;
    }
}


input[name="month-filter"] {
    opacity: 0;
    width: 1px;
    height: 1px;
    position: absolute;
}

input[name="month-filter"]:checked + .month-filter__label {
    background: linear-gradient(180deg, #2B7198 0%, #2B9198 100%);
    color: #fff;
}

.month-item {
    display: flex;
    align-items: center;
    justify-content: center;
}

.swiper-button-next,
.swiper-button-prev {
    margin-top: -23px;
    width: 50px !important;
    height: 50px !important;
    background: #FFFFFF;
    box-shadow: 0px 0px 6px 1px rgba(0, 0, 0, 0.1);
    background-image: url("data:image/svg+xml,%3Csvg width='11' height='20' viewBox='0 0 11 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.78052 1.66602L1.44718 9.99935L9.78052 18.3327' stroke='url(%23paint0_linear)' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear' x1='9.78052' y1='9.99935' x2='1.44718' y2='9.99935' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%232B7198'/%3E%3Cstop offset='1' stop-color='%232B9198'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E");
    background-position: center;
    background-repeat: no-repeat;
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
    transform: rotate(180deg);
    right: -18px;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
    transform: rotate(0deg);
    left: -8px;
}

.month-filter__slider {
    padding: 10px 0px 10px;
}

.planning-item__status--offline {
    color: #202227;
    padding: 3px 16px;
    background: #C6D3DF;
}

.inarchive {
    border: 1px solid #2B7198;
    border-radius: 20px;
    padding: 9px 126px;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    text-align: center;
    color: #202227;
}

.inarchive:hover {
    background: linear-gradient(180deg, #2B7198 0%, #2B9198 100%);
    color: #fff;
    text-decoration: none;
}

.bx-filter-parameters-box,
.bx-filter .bx-filter-parameters-box-title {
    border-radius: 4px 4px 0px 0px;
}

.eventend-button {
    border: 1px solid #202227;
    box-sizing: border-box;
    border-radius: 27px;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    display: flex;
    align-items: center;
    text-align: center;
    color: #202227;
    padding: 9px 37px;
}

.event-materials {
    display: flex;
    flex-wrap: wrap;
}

.event-material {
    flex-basis: 50%;
    display: flex;
    margin-bottom: 32px;
}

.event-material__format {
    font-style: italic;
    font-weight: 600;
    font-size: 18px;
    line-height: 27px;
    text-align: center;
    color: #F69F45;
    background: #EDEEF0;
    border-radius: 2px;
    width: 65px;
    height: 75px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 16px;
}

.event-material__info {
}

.event-material__title {
    font-weight: 600;
    font-size: 18px;
    line-height: 27px;
    color: #202227;
}

.event-material__descr {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #202227;
}

.event-member__image {
    width: 116px;
    height: 116px;
    min-width: 116px;
    min-height: 116px ;
    border-radius: 50%;
    overflow: hidden;
}

.event-member__wrapper {
    display: flex;
    align-content: center;
    background: #FFFFFF;
    box-shadow: 0px 0px 20px 4px rgba(0, 0, 0, 0.06);
    border-radius: 10px;
    padding: 24px 30px;
}

.event-member__info {
    margin-left: 30px;
}

.event-member__title {
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    color: #202227;
}

.event-member__descr {
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    color: #646876;
    margin-top: 8px;
}

.accordion-collapse .mt-2:last-child {
    margin-bottom: .5rem !important;
}

.tabs-advantages__right .tabs-advantages__right-title {
    margin-left: -13px;
}

.tabs-advantages__left .tabs-advantages__right-title {
    margin-right: -13px;
}

.advantages .tabs-advantages .tabs-advantages__left-corner,
.advantages .tabs-advantages .tabs-advantages__right-corner {
    height: 90px;
    background: #e4e8ef;
    width: 85px;
}

.advantages .tabs-advantages .tabs-advantages__left-corner {
    margin-left: -43px;
}

@media (max-width: 768px) {

    .advantages .tabs-advantages .tabs-advantages__left-corner,
    .advantages .tabs-advantages .tabs-advantages__right-corner {
        height: 46px;
    }

    .tabs-advantages span {
        font-size: 16px !important;
    }
}

@media (max-width: 475px) {

    .advantages .tabs-advantages .tabs-advantages__left-corner,
    .advantages .tabs-advantages .tabs-advantages__right-corner {
        height: 73px;
    }

    .tabs-advantages span {
        font-size: 14px !important;
    }
}

.btn-category {
    min-width: 218px;
}

.calendar-icon {
    display: none;
}

.legal-support__header a,
.legal-support__bottom a {
    border-radius: 21px !important;
}

.profile_delete_modal {
    padding: 12px 40px !important;
}

.events__earlier:not(:first-child) {
    margin-left: 20px;
}

.bottom-course-info {
    margin-bottom: 100px;
}

.bottom-course-info .advantages .tabs-advantages__left.active > .tabs-advantages__left-title .check {
    display: none !important;
}

.item-favor__likes {
    display: flex;
    align-items: flex-end;
    margin-bottom: 5px;
}

.item-favor__likecount {
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    color: #202227;
    margin-left: 6px;
}

.item-favor__likes svg:hover path {
    stroke: red;
    cursor: pointer;
}

.item-favor__likes svg.active {
    fill: red;
}


/* Регистрация и */

.bottom-course-info .advantages .tabs-advantages,
.advantages .tabs-advantages > div {
    justify-content: flex-start;
}

.bottom-course-info .tabs-advantages span {
    font-weight: 900;
    font-size: 24px;
    line-height: 29px;
    display: flex;
    align-items: center;
    color: #202227;
    opacity: 0.4;
}

.bottom-course-info .tabs-advantages span {
    font-size: 21px !important;
}

.bottom-course-info .advantages .tabs-advantages > div {
    width: 75px !important;
}

.bottom-course-info .advantages .tabs-advantages,
.advantages .tabs-advantages > div {
    display: flex
}

.bottom-course-info .advantages .tabs-advantages__right {
    cursor: pointer;
}

.bottom-course-info .tabs-advantages .active span {
    opacity: 1;
}

.bottom-course-info .iti {
    position: relative;
    display: inline-block;
}

.bottom-course-info .auth-tab-content {
    padding: 34px 0px;
}

.bottom-course-info .auth-form input[type="text"],
.auth-form input[type="password"],
.auth-form input[type="date"],
.auth-form input[type="email"] {
    background: #FFFFFF;
    border-radius: 20px;
    padding: 9px 22px;
    width: 308px;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    color: #A6A7A9;
    border: none;
}


.bottom-course-info .forgot-finally {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.bottom-course-info .iti--separate-dial-code .iti__selected-flag {
    background-color: transparent !important;
}

.bottom-course-info .iti--separate-dial-code .iti__selected-dial-code {
    margin-left: 7px !important;
    margin-top: 5px !important;
    font-size: 16px !important;
}

.bottom-course-info {
    margin-left: 34px;
}

.bottom-course-info .forgot-finally .d-flex {
    align-items: center;
    justify-content: center;
}

.bottom-course-info #single-course .single-course-content .lesson {
    margin-top: -30px;
}

.bottom-course-info .forgot-finally__btn {
    background: linear-gradient(180deg, #2B7198 0%, #2B9198 100%);
    border-radius: 22px;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: #FFFFFF;
    margin: 32px 0px 34px;
    padding: 10px 102px;
}

.bottom-course-info .forgot-finally__btn:hover {
    background: linear-gradient(180deg, #225F81 0%, #228389 100%);
    border-radius: 25px;
    color: #fff !important;
}

.bottom-course-info .forgot-finally__text {
    margin-left: 12px;
}

.bottom-course-info #phone_forgot {

    margin-left: 0px !important;
    padding-left: 72px !important;
}

.bottom-course-info .reg-form #phone {
    width: 560px !important;
    padding-left: 30px !important;
}

.bottom-course-info .auth-form {
    max-width: 730px;
}

.bottom-course-info .auth-enter .iti input {

    margin: 0px !important;
    height: 43px;
    padding-left: 73px !important;
    border: none;
}


.bottom-course-info .forgot-auth-submit,
.forgot-pass-submit {
    background: linear-gradient(180deg, #2B7198 0%, #2B9198 100%);
    border-radius: 25px;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #FFFFFF;
    padding: 12px 72px;
    margin: 36px 0px 25px;
    border: none;
}

.bottom-course-info #forgot_code {
    background: #FFFFFF;
    border-radius: 20px;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #A6A7A9;
    padding: 9px 22px;
    border: none;
}

.bottom-course-info .forgot-auth-submit:hover,
.forgot-pass-submit:hover {
    background: linear-gradient(180deg, #225F81 0%, #228389 100%);
    border-radius: 25px;
    padding: 12px 72px;
    color: #fff !important;
}

.bottom-course-info .auth-submit:hover {
    color: #fff;
}

.bottom-course-info .primary-activity__title,
.select-category__title {
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: #202227;
}

.bottom-course-info #code {
    background: #FFFFFF;
    border-radius: 20px;
    padding: 9px 22px;
    /* width: 308px; */
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    color: #A6A7A9;
    flex: 1;
    border: none;
    margin-right: 0px !important;
}

.bottom-course-info .user-info {
    display: flex;
}

.bottom-course-info.user-info__main {
}

.bottom-course-info .user-info input {
    margin: 20px 0px;
}

.bottom-course-info .code-form,
.forgot-code-form {
    display: flex;
    flex-direction: column;
}

.bottom-course-info .code-submit,
.forgot-code-submit {
    align-self: self-start;
    background: linear-gradient(180deg, #2B7198 0%, #2B9198 100%);
    border-radius: 22px;

    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: #FFFFFF;
    margin-top: 28px;
    border: none;
    width: 100%;
    padding: 10px;
    margin-bottom: 15px;
}


.bottom-course-info input[type="number"]::-webkit-outer-spin-button,
.bottom-course-infoinput[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.bottom-course-info input[type="number"] {
    -moz-appearance: textfield;
}

.bottom-course-info input[type="number"]:hover,
.bottom-course-info input[type="number"]:focus {
    -moz-appearance: number-input;
}

.bottom-course-info input[type=number]::-webkit-inner-spin-button,
.bottom-course-info input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.bottom-course-info .auth-form input[type="text"],
.bottom-course-info .auth-form input[type="password"],
.bottom-course-info .auth-form input[type="tel"],
.bottom-course-info .auth-form input[type="date"],
.bottom-course-info .auth-form input[type="email"] {
    background: #FFFFFF;
    border-radius: 20px;
    padding: 9px 22px;
    width: 308px;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    color: #A6A7A9;
    border: none;
}

.bottom-course-info .iti {
    display: flex;
}

.bottom-course-info .iti input {
    flex: 1;
    margin-left: 40px !important;
    height: 41px;
    border: none;
}

.bottom-course-info .iti__flag-container {
    height: 40px;
    background: #FFFFFF;
    border-radius: 20px;
}

.bottom-course-info .auth-form input:not(:last-child) {
    margin-right: 34px;
}

.bottom-course-info .auth-enter {
    margin-bottom: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.bottom-course-info .auth-tab-content {
    background: #F4F6F9;
    border-radius: 0px 0px 16px 16px;
}

.bottom-course-info .auth-submit,
.reg-submit,
.register-submit {
    margin-bottom: 15px;
}

.bottom-course-info .register-submit {
    background: linear-gradient(180deg, #2B7198 0%, #2B9198 100%);
    border-radius: 22px;
    padding: 10px 102px;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: #FFFFFF;
    margin-top: 8px;
    border: none;
}

.bottom-course-info .reg-submit {
    background: linear-gradient(180deg, #2B7198 0%, #2B9198 100%);
    border-radius: 22px;
    padding: 10px 102px;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: #FFFFFF;
    margin-top: 28px;
    border: none;
}

.bottom-course-info .info-notify {
    background: #F4F6F9;
    box-shadow: 0px 0px 16px 2px rgb(0 0 0 / 8%);
    border-radius: 4px;
    height: 36px;
    display: flex;
    align-items: center;
    padding: 8px 22px;
    margin-bottom: 24px;
    display: none;
}

.bottom-course-info .info-notify span {
    margin-left: 9px;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    color: #202227;
}

.bottom-course-info .primary-activity__wrapper,
.select-category__wrapper {
    display: flex;
    flex-direction: column;
}

.bottom-course-info .primary-activity__wrapper .select2 {
    width: 100% !important;
    margin: 10px 0px 28px;
    font-weight: 400;
    font-size: 16px;
    line-height: 24;
    color: #A6A7A9;
}

@media (max-width: 768px) {

    .bottom-course-info .auth-form input[type="text"],
    .bottom-course-info .auth-form input[type="password"],
    .bottom-course-info .auth-form input[type="tel"],
    .bottom-course-info .auth-form input[type="date"],
    .bottom-course-info .auth-form input[type="email"] {
        width: 290px;
    }

}

@media (max-width: 475px) {

    .bottom-course-info .iti--allow-dropdown input,
    .bottom-course-info .iti--allow-dropdown input[type=text],
    .bottom-course-info .iti--allow-dropdown input[type=tel],
    .bottom-course-info .iti--separate-dial-code input,
    .bottom-course-info .iti--separate-dial-code input[type=text],
    .bottom-course-info .iti--separate-dial-code input[type=tel] {
        padding-left: 20px !important;

    }

    .bottom-course-info .reg-form #phone {
        width: 230px !important;
        padding-left: 30px !important;
    }

    .bottom-course-info .forgot-enter .d-flex {
        flex-direction: column;
    }

    .bottom-course-info #email_forgot {
        margin-left: 0px;
        margin-top: 10px;
    }

    .bottom-course-info .auth-enter {

        flex-direction: column;
    }

    .bottom-course-info .auth-enter input[type="password"] {
        margin-left: 0 !important;
        margin-top: 20px;
    }

    .bottom-course-info .auth-submit {
        width: 100%;
    }

    .bottom-course-info .auth-form .tabs-advantages__left-title span,
    .auth-form .tabs-advantages__right-title span {
        font-size: 16px !important;
        line-height: 150%;
    }

    .bottom-course-info .auth-tab-content {
        padding: 28px 20px;
    }

    .bottom-course-info .auth-form input[type="text"],
    .auth-form input[type="password"],
    .auth-form input[type="tel"],
    .auth-form input[type="date"],
    .auth-form input[type="email"] {
        width: 100%;
    }

    .bottom-course-info .auth-enter .iti input {
        padding-left: 70px !important;
    }

    .bottom-course-info .user-info {
        flex-direction: column;
    }

    .bottom-course-info .primary-activity__title,
    .select-category__title {
        font-size: 14px;
        line-height: 130%;
    }

    .bottom-course-info .register-submit {
        padding: 10px 69px;
    }


}

.bottom-course-info {
    margin-left: 0px;
}

.profile-auth__descr,
.profile-auth__title,
.profile-auth__buttons {
    margin-left: 10px;
}

.item-favor__image {
    min-width: 237px !important;
}

.item-favor {
    width: calc(100% / 3 - 14px) !important;
    margin-top: 20px;
}

.item-favor:nth-child(4n) {
    margin-left: 0px !important;
}

.header-singleEvent__date {
    display: flex;
    align-items: center;
    margin-bottom: 13px;
}

.header-singleEvent__date .event-date {
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: #2C8299;
}

.header-singleEvent__date .event-date-start {
    background: #A6AAB4;
    border-radius: 14px;
}

.header-singleEvent__title {
    font-weight: 900;
    font-size: 24px;
    line-height: 29px;
    display: flex;
    align-items: center;
    color: #202227;
    max-width: 800px;
    margin-bottom: 8px;
}

#single-event .prop-event__name {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #8F9199;
    margin-bottom: 6px;
}

#single-event .prop-event__value {
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    color: #202227;
    text-align: center;
}

#single-event .header-singleEvent__descr {
    /* max-width: 730px; */
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #202227;
}

#single-event .prop-event {
    display: flex;
    flex-wrap: wrap;
    /*margin-top: 28px;*/
    gap: 20px;
}

#single-event .prop-event .prop-event__item:not(:first-child) {
    margin-left: 48px;
    margin-bottom: 20px;
}

#single-event .prop-event .prop-event__item:nth-child(4n) {
    margin-left: 0px;
    margin-bottom: 20px;
}

.market-main {
}

.market-main__container {
    display: flex;
    justify-content: space-between;
}

.product-market {
    max-width: 760px;
    flex-grow: 1;
}

.product-market__title {
    font-weight: 900;
    font-size: 36px;
    line-height: 43px;
    color: #202227;
}

.product-market__items {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 22px;
}

.item-product-market {
    max-width: 49%;
    flex-grow: 1;
    background: #FFFFFF;
    box-shadow: 0px 0px 18px 1px rgba(0, 0, 0, 0.06);
    border-radius: 10px;
    padding: 20px;
    margin-bottom: 15px;
}

.item-product-market__header {
    display: flex;
    justify-content: space-between;

}

.item-product-market__image {
    width: 58px;
    height: 58px;
}

.info-product-market {
    margin-left: 8px;
}


.info-product-market__title {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #202227;
}

.info-product-market__prices {
    display: flex;
    align-items: center;
}

.info-product-market__price {
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    color: #202227;
}

.info-product-market__price--old {
    font-size: 14px;
    line-height: 18px;
    text-decoration-line: line-through;
    color: #B2B2B2;
    margin-right: 14px;
}

.item-product-market__bottom {
}

.item-product-market__buy {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #202227;
}

.item-product-market__favor {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #202227;
}

.popular-market {
    min-width: 350px;
    max-width: 350px;
}

.popular-market__title {
    font-weight: 900;
    font-size: 36px;
    line-height: 43px;
    color: #202227;
    margin-bottom: 22px;
}

.popular-market__items {
}

.popular-market__item {
    background: #FFFFFF;
    box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.06);
    border-radius: 4px;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #202227;
    padding: 10px 18px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 16.5px;
}

.item-product-market__buy {
    border-radius: 17.5px;
    border: 1px solid #2B7198;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    color: #202227;
    padding: 7px 10px;
    text-align: center;
    width: 100%;
    background: transparent;
    margin-top: 20px;
}

.item-product-market__buy:hover {
    background: linear-gradient(180deg, #2B7198 0%, #2B9198 100%);
    color: #fff;
}

.popular-market__item a {
    display: flex;
    justify-content: space-between;
    width: 100%;
    color: #202227;
}

.goToNewProduct {
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    color: #202227;
    padding: 9px 31px;
    margin-top: 18px;
    border-radius: 22px;
    border: 1px solid #2B7198;
    display: inline-block;
}

.goToNewProduct:hover {
    background: linear-gradient(180deg, #2B7198 0%, #2B9198 100%);
    color: #fff;
}

.check-payment {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 55px;
    margin-bottom: 230px;
}

.check-payment__text {
    font-size: 16px;
    line-height: 24px;
    max-width: 540px;
    display: flex;
    flex-direction: column;
}

.check-payment__text a {
    margin-top: 18px;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: #2C8299;
}

.eventInArr {
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: #202227;
    margin-top: 20px;
    display: block;
}

.tab-block-DS6tudtKHN9v {
    display: none;
}

.tab-link-DS6tudtKHN9v {
    text-decoration: none;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 150%;
    text-align: center;
    background: #E4E8EF;
    box-shadow: inset 0px 2px 4px rgb(0 0 0 / 10%);
    border-radius: 4px 4px 0px 0px;
    color: #202227;
    width: 100%;
    padding: 20px;
}

.tab-links-DS6tudtKHN9v {
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.tab-block-DS6tudtKHN9v.active {
    display: block;
}

.tab-link-DS6tudtKHN9v.active {
    background: #FFFFFF;
    color: #2C8299;
    font-weight: 600;
}


@media (max-width: 768px) {
    .market-main__container {
        flex-direction: column;
    }

    .popular-market {
        min-width: 100%;
        max-width: 100%;
        margin-top: 80px;
    }

    .popular-market__items {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .popular-market__item {
        min-width: 48%;
    }
}

@media (max-width: 475px) {
    .market-main {
        margin-top: 60px;
    }

    .item-product-market {
        max-width: 100%;
    }

    .product-market__title {
        font-size: 24px;
        line-height: 29px;
    }

    .popular-market__item {
        min-width: 100%;
    }

    .forgot-password-form .d-flex {
        flex-direction: column;
    }
}

#reserve-page {
}


#reserve-page .tabs > input[type="radio"] {
    display: none;
}

#reserve-page .tabs > div {
    /* скрыть контент по умолчанию */
    display: none;
    padding: 10px 15px;
    font-size: 16px;
}

#reserve-page .tabs {
    margin-top: -66px;
}

/* отобразить контент, связанный с вабранной радиокнопкой (input type="radio") */
#reserve-page #tab-btn-1:checked ~ #content-1,
#reserve-page #tab-btn-2:checked ~ #content-2 {
    display: block;
}

#reserve-page .tabs > label {
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    user-select: none;
    background: #E4E8EF;
    box-shadow: inset 0px 2px 4px rgba(0, 0, 0, 0.1);
    border-radius: 4px 4px 0px 0px;
    padding: 2px 8px;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out;
    cursor: pointer;
    position: relative;
    top: 1px;
    width: 49.8%;
    height: 65px;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    color: #202227;

}

#reserve-page .tabs > label:not(:first-of-type) {
    border-left: none;
}

#reserve-page .tabs > input[type="radio"]:checked + label {
    background: #FFFFFF;
    border-radius: 4px;
    font-weight: 600;
    color: #2C8299;
}

#reserve-page .tabs__flex {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.reserve-page .D_ModalClose {
    width: 16px !important;
    height: 16px !important;
    top: 28px !important;
    right: 28px !important;
    content: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L15 15.0259' stroke='%239A9EA7' stroke-miterlimit='10' stroke-linecap='round'/%3E%3Cpath d='M1 15.0259L15 1' stroke='%239A9EA7' stroke-miterlimit='10' stroke-linecap='round'/%3E%3C/svg%3E") !important;
}

.reserve-page .D_ModalWindow__content {
    max-width: 420px;
    background: #F7F8FB;
    padding: 50px;
    border-radius: 20px;

}

.reserve-page .d-ajax-form {
    display: flex;
    flex-direction: column;
}

.reserve-page .d-ajax-form input {
    margin-bottom: 20px;
}

.reserve-page .D_ModalContent,
.D_ModalContentImg {
    border-radius: 60px;
    background: transparent;
}

.reserve-page .btn_submit {
    background: linear-gradient(180deg, #2B7198 0%, #2B9198 100%);
    border-radius: 17.5px;
    border: none;
    color: #fff;
    padding: 7px 30px;
}

.reserve-backlink {
    text-decoration: none;
    display: inline-block;
    border: 1px solid #2c8299;
    padding: 7px 30px;
    border-radius: 20px;
}

.reserve-backlink:hover {
    background: linear-gradient(180deg, #2B7198 0%, #2B9198 100%);
    color: #fff;
    text-decoration: none;
}

.grecaptcha-badge {
    display: none;
}

footer {
    margin-top: 40px;
}

.publications {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.publications__item {
    width: calc(100% / 4 - 23px);
    margin-bottom: 30px;
}

.publications__item:not(:first-child) {
    margin-left: 30px;
}

.publications__item:nth-child(4n + 1) {
    margin-left: 0px;
}

.partner-strukture__item {
    border-radius: 10px;
    box-shadow: 0 0 20px 4px rgb(0 0 0 / 6%);
    padding: 2rem !important;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
}

.partner-strukture__link {
    font-size: 15px;
}

.main-banner__site {
    color: #2c8299;
}

header .phone {
    font-size: 15px;
}


@media (max-width: 768px) {
    .publications__item {
        width: calc(100% / 2 - 15px);
    }

    .publications__item:nth-child(2n + 1) {
        margin-left: 0px;
    }

    .search-pub {
        margin-top: 20px;
    }
}

@media (max-width: 768px) {
    .publications__item {
        width: 100%;
        margin-left: 0;
    }

    .publications__item:not(:first-child) {
        margin-left: 0;
    }

    .btn-category {
        min-width: 145px;
    }

    .reserve-page .input-search input {
        margin-left: 10px;
        width: 74.18%;
    }
}

div[data-card="37555"],
div[data-card="37554"],
div[data-card="37550"],
div[data-card="37556"],
div[data-card="37557"],
div[data-card="37559"] {
    display: none;
}

.company_contacts_grid {
    display: flex;
}

.company_contacts_grid a:not(:first-child) {
    margin-left: 20px;
}

.main-banner__social {
    align-items: center;
    display: flex;
    justify-content: center;
}

.main-banner__social .banner-social__item:not(:first-child) {
    margin-left: 10px;
}

.member__image {
    width: 118px;
    height: 118px;
    border-radius: 50%;
}

.main-banner__title--mobile {
    font-weight: 900;
    font-size: 36px;
    line-height: 43px;
    color: #202227;
    display: none;
}

.main-banner__content {
    justify-content: space-between;
}

.main-banner__content > div:first-child {
    flex-basis: 70%;
}

.banner-content__logo {
    width: 232px;
    height: 232px;
}

.company-members__grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr;
    gap: 30px 30px;
}

.about-company_text {
    margin-top: 20px;
}

.swiper-container-horizontal > .swiper-pagination-progressbar,
.swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    bottom: 5px;
    top: auto;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: #2c8299;
}

.product-image img {
    max-height: 239px;
}

.swiper-podborky {
    padding-bottom: 20px;
}

.select2 {
    width: 200px !important;
}

@media (max-width: 768px) {
    .main-banner__title {
        text-align: center;
        font-size: 26px;
    }

    .main-banner__content {
        justify-content: space-between;
        flex-direction: column-reverse;
        align-items: center;
    }

    .company_contacts_grid {
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .company_contacts_grid a {
        margin-left: 0 !important;
    }

    .main-banner__socialstatus {
        flex-direction: column;
        margin-top: 20px;
    }

    .main-banner__status--mobile {
        display: none !important;
    }

    .main-banner__footer {
        flex-direction: column;
    }

    .main-banner__status {
        margin-top: 20px;
    }

    .company-members__grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 475px) {
    .company_contacts_grid {
        gap: 15px;
        grid-template-columns: 1fr;
        text-align: center;
    }

    .banner-social__item {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .main-banner__content {
        flex-direction: column;
    }

    .main-banner__title {
        font-size: 22px;
    }

    .banner-content__info {
        text-align: center;
    }

    .banner-content__logo {
        max-width: 135px;
        max-height: 135px;
    }

    .partner-strukture {
        width: 100%;
    }
}

.row {
    margin-right: 0px !important;
    margin-left: 0px !important;
}


@media (max-width: 768px) {

    .breadcrumbs .active {
        display: none;

    }
}