

/* Start:/local/templates/ordi2/newpages.css?175024987582571*/
body {
    z-index: 0;
}

body.backlight {
    overflow: hidden;
}

body.backlight::after {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    z-index: 0;
    background: rgba(0, 0, 0, 0.4);
    backdrop-filter: blur(5px);
}

.after-reg-content .form-group label,
.page-vers .form-group label {
    font-weight: 400;
}

header.header-vers {
    background: #FFFFFF;
    box-shadow: 0px 10px 10px rgba(19, 7, 31, 0.0745739);
}


.header_container {
    max-width: 980px;
    margin: 0 auto;
    padding: 20px 0 6px 0;
    display: flex;
    align-items: flex-start;
    /* justify-content: space-between; */
    position: relative;
}

.header_logo {
    width: 140px;
    height: 30px;
    margin-right: 24px;
}
.header_middle {
}
.header_middle-top {
    display: flex;
    align-items: center;
    gap: 7px ;
    padding-bottom: 10px;
}

.hd-btn {
    align-items: flex-start;
    display: flex;
    background: #E9E9E9;
    border-radius: 6px;
    padding: 4px 6px;
    gap: 4px;
    font-weight: 400;
    font-size: 12px;
    line-height: 19px;
    text-transform: uppercase;
    color: #2D2D2D;
}

.hdbtn-icon {
    width: 12px;
    height: 12px;
    border-radius: 50%;
}

.hd-btn span i {
    font-style: normal;
    color: #22B3FF;
}

.hd-btn:hover {
    background: #2D2D2D;
    color: #fff;
}

.hd-btn:hover i {
    color: #CCA2DB;
}


.header_middle-menu ul {
    list-style: none;
    padding: 0;
    display: flex;
    gap: 20px;
    border-top: 1px solid #e9e9e9;
}

.header_middle-menu ul li a {
    position: relative;
    font-weight: 400;
    font-size: 12px;
    line-height: 30px;
    color: #2D2D2D;
}

.header_middle-menu ul li a::before {
    position: absolute;
    content: '';
    width: 0;
    height: 2px;
    background: #2D2D2D;
    top: -7.5px;
    opacity: 0;
    visibility: hidden;
    transition: all .12s linear;
}

.header_middle-menu ul li:hover a::before {
    width: 100%;
    opacity: 1;
    visibility: visible;
    transition: all .12s linear;
}

.markscount {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 10px;
    gap: 4px;
    background: linear-gradient(102.73deg, #22B3FF -18.52%, #49E3A4 131.33%);
    border-radius: 200px;
    font-weight: 800;
    font-size: 13px;
    line-height: 18px;
    color: #fff;
    text-transform: uppercase;

    margin-right: 10px;
}

.markscount span {
    display: block;
}


.notifications {
    margin-right: 10px;
}
.notify-btn {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.notify-icon {
    position: relative;
    width: 22px;
    height: 22px;
}

.notify-ttl {
    display: block;
    font-weight: 400;
    font-size: 12px;
    line-height: 20px;
}

.notify-counter {
    position: absolute;
    top: -3px;
    right: -10px;
    background: #49E3A4;
    border: 1px solid #FFFFFF;
    border-radius: 40px;
    width: 17px;
    height: 17px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 11px;
    color: #FFFFFF;
}


.profile-box {
    margin-right: 4px;
}

.account-btn {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    gap: 10px;
    width: 38px;
    height: 38px;
    background: #E9E9E9;
    border-radius: 100px;
}

.acc-notify {
    position: absolute;
    top: -5px;
    right: -17px;
    background: #49E3A4;
    border: 1px solid #FFFFFF;
    border-radius: 40px;
    padding: 2px 6px;
    font-weight: 700;
    font-size: 11px;
    line-height: 13px;
    color: #FFFFFF;
}

.acc-name {
    font-weight: 800;
    font-size: 13px;
    line-height: 18px;
    text-transform: uppercase;
    color: #2D2D2D;
}

.header_right {
    display: flex;
    align-items: flex-start;
    margin: 0 0 0 auto;
}

.header_right
.header-search {
    margin: auto 0 auto 20px;
}


main.page-vers {
    /* padding-top: 134px; */
    padding-top: 110px!important;
    margin-bottom: 0;
}

main.page-vers
.tab-video video {
    object-fit: cover;
}

/* .breadcrumbs {
    margin-bottom: 40px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
} */

.breadcrumbs {
    margin-bottom: 16px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}


.breadcrumb-lnk {
    position: relative;
    font-weight: 400;
    font-size: 12px;
    line-height: 12px;
    letter-spacing: 0.0550694px;
    text-transform: uppercase;
    color: #979797;
}

.breadcrumb-lnk:hover {
    text-decoration: underline;
}

.breadcrumb-lnk:not(:last-child) {
    padding-right: 12px;
    margin-right: 8px;
}

.breadcrumb-lnk:not(:last-child)::after {
    position: absolute;
    content: '';
    background: url(/local/templates/ordi2/../.default_new/img/breadcrumb-arrow.svg) no-repeat;
    background-size: 4px 7px;
    width: 4px;
    height: 7px;
    right: 0;
    top: 3px;
}


/*  */


.page-wrapper {
    display: flex;
    align-items: flex-start;
}

.progress-line {
    width: 100%;
    margin-top: 16px;
}

.sidebar-left {
    max-width: 304px;
    width: 100%;
    margin-right: 24px;
}


.cicle-side {
    margin-bottom: 86px;
}

.cicle-side
.course-slider__item {
    background: #FFFFFF;
    border: 2px solid #E0E0E0;
    border-radius: 20px;
    width: 100%;
    padding: 20px 12px 66px 6px;
    max-width: initial;
}

.cicle-side
.course-slider__inner {
    flex-wrap: wrap;
}

.cicle-side
.course-slider__progressbar {
    position: relative;
    width: 90px;
    height: 90px;
    margin-right: 10px;
}

.cicle-side
div[role="progressbar"] {
    width: 90px;
    height: 90px;
}

.cicle-side
.course-slider__right-cont {
    position: relative;
    padding-bottom: 8px;
    width: 100%;
    max-width: 280px;
    margin-top: 12px;
}


.cicle-side
.course-slider__title {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.cicle-side
.course-slider__title > a {
    margin: 0 0 6px;
    font-weight: 700;
    font-size: 16px;
    line-height: 120%;
    color: #2D2D2D;
}

.cicle-side
.progress-line__item {
    margin-right: 6px;
    max-width: 65.5px;
    width: 100%;
}

.cicle-side
.course-slider__right {
    position: relative;
    width: 100%;
}

.cicle-side
.course-slider__bubble {
    position: absolute;
    z-index: 3;
    top: 100%;
    left: 3px;
    width: 100%;
    background-color: #ffffff;
    padding: 6px 78px 6px 12px;
    -webkit-box-shadow: 0px 0px 12px rgba(19, 7, 31, 0.069803);
    box-shadow: 0px 0px 12px rgba(19, 7, 31, 0.069803);
    border-radius: 20px;
}


.cicle-side
.sideinfo-continueblock {
    position: absolute;
    z-index: 3;
    top: 100%;
    left: 3px;
    width: 100%;
    background-color: #ffffff;
    padding: 6px 12px 6px 12px;
    -webkit-box-shadow: 0px 0px 12px rgba(19, 7, 31, 0.069803);
    box-shadow: 0px 0px 12px rgba(19, 7, 31, 0.069803);
    border-radius: 20px;
}


.cicle-side
.course-slider__bubble p {
    font-weight: 700;
    font-size: 14px;
    line-height: 120%;
    color: #2D2D2D;
}

.cicle-side
.course-slider__bubble::before, .course-slider__bubble::after {
    width: 57px;
    height: 57px;
    background-repeat: no-repeat;
    background-size: 20px 22px;
    background-position: left 18px center;
}

.cicle-side
.course-slider__bubble span {
    text-transform: none;
    font-weight: 400;
    font-size: 11px;
    line-height: 12px;
    color: #2D2D2D;
}

.cicle-side
.course-slider__time {
    font-weight: 400;
    font-size: 10px;
    line-height: 12px;
}


.cicle-endtime {
    font-weight: 400;
    font-size: 15px;
    line-height: 90%;
    text-align: center;
}

.cicle-side
.course-slider__time b {
    font-weight: 700;
    font-size: 20px;
    line-height: 120%;
}



.sideinfo-desc_hint {
    padding: 6px 9px 2px 9px;
    gap: 10px;
    background: #98EDFD;
    border-radius: 120px;
    font-weight: 400;
    font-size: 10px;
    line-height: 17px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #2D2D2D;
    justify-content: center;
    text-align: center;
    line-height: 1;
}

.sideinfo-desc_hint.circle-end {
    background: #49E3A4;
}

/* .sideinfo-block {
    position: relative;
}

.sideinfo-block_base {
    padding: 20px 12px 12px 6px;
    background: #FFFFFF;
    border: 2px solid #E0E0E0;
    border-radius: 20px;
    padding-bottom: 76px;
    margin-bottom: 86px;
}

.sideinfo-head {
    display: flex;
    align-items: center;
} */

/* .sideinfo-circle {
    position: relative;
    width: 90px;
    height: 90px;
    border-radius: 50%;
    overflow: hidden;
    border: 5px solid #EBEBEB;
    flex-shrink: 0;
    background: linear-gradient(0deg, rgba(45, 45, 45, 0.4), rgba(45, 45, 45, 0.4));
    z-index: 0;
    margin-right: 10px;
} */

/* .sideinfo-circle {
    position: relative;
    width: 90px;
    display: flex;
    height: 90px;
    border-radius: 50%;
    overflow: hidden;
    flex-shrink: 0;
    background: linear-gradient(0deg, rgba(45, 45, 45, 0.4), rgba(45, 45, 45, 0.4));
    z-index: 0;
    margin-right: 10px;
    background: conic-gradient(#98EDFD, #98EDFD 10%, #EBEBEB 0%);
    align-items: center;
    justify-content: center;
}


.sideinfo-circle_info {
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -45%);
    width: 100%;
}

.sideinfo-circle_info.circle-end span {
    font-weight: 400;
    font-size: 15px;
    line-height: 90%;
    text-align: center;
    color: #FFFFFF;

}

.sideinfo-circle_info p {
    display: block;
    font-weight: 400;
    font-size: 10px;
    line-height: 12px;
    text-align: center;
    color: #FFFFFF;
}

.sideinfo-circle_info span {
    display: block;
    font-weight: 700;
    font-size: 20px;
    line-height: 120%;
    text-align: center;
    color: #FFFFFF;
}

.sideinfo-desc {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 5px;
}


.sideinfo-title {
    font-weight: 700;
    font-size: 16px;
    line-height: 120%;
    color: #2D2D2D;
}

.sideinfo-desc_hint {
    padding: 6px 9px 2px 9px;
    gap: 10px;
    background: #98EDFD;
    border-radius: 120px;
    font-weight: 400;
    font-size: 10px;
    line-height: 17px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #2D2D2D;
    justify-content: center;
    text-align: center;
    line-height: 1;
}

.sideinfo-desc_hint.circle-end {
    background: #49E3A4;
}

.sideinfo-progressbox {
    position: relative;
    display: flex;
    margin-top: 16px;
}

.sideinfo-progress {
    display: flex;
    gap: 6px;
} */

.progress-item {
    max-width: 65.5px;
    width: 100%;
    flex-shrink: 0;
}
.progress_line {
    position: relative;
    width: 100%;
    height: 8px;
    border-radius: 20px;
    background: #F5F5F5;
    margin-bottom: 8px;
}

.progress_line::after {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background: #2D2D2D;
    border-radius: 20px;
    left: 0;
    top: 0;
    opacity: 0;
    visibility: hidden;
}

.progress_line.progress-done::after {
    opacity: 1;
    visibility: visible;
    width: 100%;
}

.progress_line.progress-current::after {
    opacity: 1;
    visibility: visible;
    width: 50%;
}

.progress-name {
    display: block;
    font-weight: 400;
    font-size: 11px;
    line-height: 12px;
    color: #2D2D2D;
}

/* .sideinfo-continueblock {
    position: absolute;
    box-shadow: 0px 0px 12px rgba(19, 7, 31, 0.069803);
    background: #fff;
    border-radius: 20px;
    padding: 12px;
    overflow: hidden;
    z-index: 3;
    bottom: 0;
    transform: translate(-50%, 50px);
    left: 50%;
    width: 100%;
    max-width: 280px;
} */


.sideinfo-continueblock.circle-end > span {
    display: none;
}

.sideinfo-lnk {
    font-weight: 400;
    font-size: 14px;
    line-height: 120%;
    text-decoration-line: underline;
    color: #22B3FF;
}

.sideinfo-lnk:hover,
.sidebar-hint > a:hover {
    text-decoration: none;
}

.sideinfo-continueblock.circle-end .continueblock-base {
    flex-direction: column;
    gap: 4px;
}

.sideinfo-continueblock.circle-end .continueblock-base .continue-btn {
    display: none;
}

.sideinfo-continueblock.circle-end .continueblock-base .continue-btn {
    display: none;
}

.sideinfo-continueblock.circle-end .continueblock-title {
    max-width: 100%;
}

.sideinfo-continueblock > span {
    font-weight: 400;
    font-size: 11px;
    line-height: 12px;
    color: #2D2D2D;
    display: block;
    margin-bottom: 4px;
}

.continueblock-base {
    display: flex;
    align-items: flex-start;
    gap: 10px;
}

.continueblock-title {
    font-weight: 700;
    font-size: 16px;
    line-height: 120%;
    color: #2D2D2D;
    max-width: 188px;
}

.continue-btn {
    width: 57px;
    height: 57px;
    border-radius: 50%;
    background: #22B3FF;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-left: 4px;
    transition: all .12s linear;
}

.continue-btn:hover {
    transform: scale(1.1);
    transition: all .12s linear;
}

.continue-btn svg {
    width: 22px;
    height: 22px;
}

.sidebar-hint {
    padding: 16px 12px;
    display: flex;
    flex-direction: column;
    background: #FFFFFF;
    box-shadow: 0px 0px 12px rgba(19, 7, 31, 0.069803);
    border-radius: 20px;
    font-weight: 400;
    font-size: 14px;
    line-height: 120%;
    color: #2D2D2D;
}

.sidebar-hint a {
    text-decoration: underline;
    color: #22B3FF;
}

/* modules */

.page__content {
    max-width: 633px;
    width: 100%;
}
.page-title {
    font-weight: 700;
    font-size: 32px;
    line-height: 38px;
    color: #2D2D2D;
    margin-bottom: 20px;
}

.modules-list {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.modul-item {
    width: 100%;
    padding-bottom: 24px;
    border-bottom: 1px solid #2D2D2D;
    margin-bottom: 24px;
}

.modul-item:hover {
    cursor: pointer;
}

.modul-item.modul-ended:hover {
    cursor: pointer;
}

.modul-item.modul-ended .modul-content {
    display: none;
}

.modul-item.modul-accordopen .modul-content {
    display: block;
}

.modul-item.noactive-modul .modul-name {
    color: #2D2D2D;
    opacity: 0.5;
}

.modul-item.noactive-modul  .modul-desc {
    opacity: 0.5;
}

.modul-head {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.modul-head_left {
}

.modul-title {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 8px;
}

.modul-hint {
    background: #22B3FF;
    border-radius: 120px;
    font-weight: 400;
    font-size: 10px;
    line-height: 16px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #FFFFFF;
    padding: 3px 9px 1px 9px;
}

.modul-done {
    position: relative;
    background: #49E3A4;
    color: #2D2D2D;
    font-weight: 400;
    font-size: 10px;
    line-height: 16px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    border-radius: 120px;
    padding: 3px 9px 1px 22px;
}

.modul-done::before {
    position: absolute;
    content: '';
    left: 9px;
    top: 50%;
    transform: translate(0, -45%);
    width: 7px;
    height: 6px;
    background: url(/local/templates/ordi2/../.default/markup/ordinator/dev/img/npages/icon-check.svg) no-repeat;
    background-position: center center;
}

.modul-hint.hint-gr {
    background: #49E3A4;
    color: #2D2D2D;
}

.modul-hint.hint-vio {
    background: #CCA2DB;
    color: #2D2D2D;
}

.modul-adds {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 18px;
    height: 18px;
    background: #2D2D2D;
    border-radius: 16.8px;
}

.modul-adds svg {
    width: 8px;
    height: 8px;
}


.modul-desc {
    font-weight: 400;
    font-size: 16px;
    line-height: 18px;
    color: #2D2D2D;
    margin-bottom: 8px;
}

.modul-name {
    font-weight: 700;
    font-size: 20px;
    line-height: 120%;
    color: #2D2D2D;
}

.modul-icon {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.modul-head.active .modul-icon {
    transform: rotate(180deg);
}

.modul-icon svg {
    width: 16px;
    height: 9px;
    display: block;
}


.modul-item.modul-item-done .modul-icon {
    background: #22B3FF;
    /* transform: rotate(180deg); */
}

.modul-item.modul-item-done .modul-icon:hover {
    background: #22B3FF;
    -webkit-box-shadow: 0px 0px 10px rgba(34, 179, 255, 0.36);
    box-shadow: 0px 0px 10px rgba(34, 179, 255, 0.36);
}

.modul-item.modul-item-done .modul-icon svg path {
    fill: #fff;
}

.modul-accordopen .modul-head .modul-icon {
    transform: rotate(0deg);
}

.modul-accordopen .modul-head.active .modul-icon {
    transform: rotate(180deg);
}

/* .modul-item.modul-ended.modul-accordopen .modul-head .modul-icon {
    transform: rotate(180deg);
}


.modul-item.modul-ended.modul-accordopen .modul-head.active .modul-icon {
    transform: rotate(0deg);
} */

/* .modul-item.modul-ended.modul-accordopen .modul-icon {
    background: #22B3FF;
    transform: rotate(180deg);
}

.modul-item.modul-ended.modul-accordopen .modul-icon svg path {
    fill: #fff;
} */



.modul-content {
    margin-top: 4px;
    /* display: none; */
}

.modul-content_row {
    display: flex;
    flex-direction: column;
    margin-bottom: 4px;
}

.modul-content_row .modul-content_rowhead {
    /* background: #F5F5F5; */
    border-radius: 10px;
    transition: all .12s ease;
}

/* .modul-content_row:hover .modul-content_rowhead {
    background: #F5F5F5;
    transition: all .12s ease;
} */

.modul-content_rowhead:hover,
.modul-part:hover,
.modul-content_rowwrap ul:hover {
    background: #F5F5F5;
    border-radius: 10px;
    transition: all .12s ease;
}


.modul-content_rowhead {
    display: flex;
    align-items: center;
    padding: 6px;
}

.modul-content_icon {
    flex-shrink: 0;
    width: 30px;
    height: 30px;
    margin-right: 8px;
}

.modul-content_icon svg {
    display: block;
    width: 30px;
    height: 30px;
}

.modul-content_rowtext {
    font-weight: 400;
    font-size: 16px;
    line-height: 18px;
    color: #2D2D2D;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}

.modul-content_rowtext .webinar_info {
  display: flex;
  align-items: center;
}

.modul-content_rowtext .webinar_info_date {
  font-size: 12px;
}

.modul-content_rowtext .webinar_info_nmo {
  display: inline-block;
  vertical-align: baseline;
  color: #ffffff;
  background-color: #2D2D2D;
  border-radius: 4px;
  padding: 4.5px 4px 2.5px;
  font-size: 10px;
  line-height: 1;
  margin-left: 4px;
  margin-top: -1px;
}


.modul-content_access {
    margin: auto 0 auto auto;
}


/* .access-done {
    width: 16px;
    height: 16px;
    background: #49E3A4 url(/local/templates/ordi2/../.default/markup/ordinator/dev/img/npages/icon-check.svg) no-repeat;
    box-shadow: 0px 1.68px 3.92px rgba(73, 227, 164, 0.6);
    border-radius: 50%;
    background-position: center center;
} */


.access-done {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 16px;
    height: 16px;
    background: #49E3A4;
    box-shadow: 0px 1.68px 3.92px rgba(73, 227, 164, 0.6);
    border-radius: 50%;
}

.access-done svg {
    width: 8px;
    height: 8px;
}


.modul-content_rowwrap {
    padding-left: 45px;
    /* margin-top: 4px; */
}

.modul-content_rowwrap ul,
.modul-content_rowwrap li {
    list-style: decimal;
    padding: 0;
}

.modul-content_rowwrap ul {
    padding-left: 12px;
}

.modul-content_rowwrap li {
    position: relative;
    font-weight: 400;
    font-size: 14px;
    line-height: 120%;
    padding-right: 68px;
    margin-bottom: 6px;
}

.modul-content_rowwrap li.current {
    background: #F5F5F5;
    border-radius: 5px;
}

.modul-content_rowwrap li span {
    color: #2D2D2D66;
}

.modul-content_rowwrap li::after {
    position: absolute;
    content: '';
    right: 12px;
    top: 50%;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #49E3A4;
}

.rowtext-more {
    display: flex;
    align-items: center;
    gap: 6px;
    margin-bottom: 2px;
}

.rt-more_date {
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    color: #2D2D2D;
}

.rt-more_marks {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    padding: 0px 5px;
    gap: 10px;
    background: #2D2D2D;
    border-radius: 5px;
    font-weight: 400;
    font-size: 12px;
    line-height: 17px;
    letter-spacing: 0.0590029px;
    color: #FFFFFF;
}

.access-prog {
    width: 16px;
    height: 16px;
    border: 1px solid #D1D1D1;
    border-radius: 50%;
    flex-shrink: 0;
}

.modul-part {
    position: relative;
    border-radius: 5px;
    font-weight: 400;
    font-size: 14px;
    line-height: 120%;
    color: #2D2D2D;
    padding: 5px 12px 3px 20px;
}

.modul-part.modul-part-current {
    background: #F5F5F5;
}

.modul-part::after {
    position: absolute;
    content: '';
    right: 12px;
    top: 44%;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #D1D1D1;
}

.modul-part.pdone::after {
    position: absolute;
    content: '';
    right: 12px;
    top: 50%;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #49E3A4;
}



.modul-part span {
    display: block;
    max-width: 512px;
}

.modul-part span i {
    font-style: normal;
    color: #2D2D2D66;
}

.modul-content_row.row-simple .modul-content_rowhead {
    align-items: center;
}

.date-access {
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    color: #2D2D2D;
}

.modul-item.noactive-modul .modul-content_row * {
    opacity: 0.66;
}

.modul-item.noactive-modul .modul-content_row .modul-content_icon {
    opacity: .5;
}

.modul-item.noactive-modul .modul-content_row .rt-more_marks {
    opacity: .5;
    color: #fff;
}

.modul-item.noactive-modul .modul-hint {
    opacity: 0.5;
}

/*  */

.inner-pagination {
    background: #FFFFFF;
    box-shadow: 0px 0px 12px rgba(19, 7, 31, 0.069803);
    border-radius: 20px;
    padding: 16px 20px;
    margin-bottom: 32px;
}
.inner-pagination_base {
    display: flex;
    align-items: center;
    justify-content: space-between;
}


.ipage-prev {
    position: relative;
    display: flex;
    align-items: center;
    padding: 9px 24px;
    gap: 12px;
    background: #22B3FF;
    border-radius: 40px;
    color: #fff;
    font-weight: 700;
    font-size: 16px;
    line-height: 120%;
    flex-shrink: 0;

    -webkit-box-shadow: 0 0px 0px rgba(34, 179, 255, 0.6);
    box-shadow: 0 0px 0px rgba(34, 179, 255, 0.6);

    transition: all .12s ease;
}

.ipage-prev:hover {
    -webkit-box-shadow: 0 3px 12px rgba(34, 179, 255, 0.6);
    box-shadow: 0 3px 12px rgba(34, 179, 255, 0.6);
    transition: all .12s ease;
}

.ipage-prev > span {
    padding-left: 20px;
}

.ipage-prev::before {
    position: absolute;
    content: '';
    width: 8px;
    height: 14px;
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iOSIgaGVpZ2h0PSIxMyIgdmlld0JveD0iMCAwIDkgMTMiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik04IDFMMiA2LjVMOCAxMiIgc3Ryb2tlPSJ3aGl0ZSIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiLz4KPC9zdmc+Cg==');
}


.ipage-next {
    max-width: 500px;
    display: flex;
    align-items: center;
}

.ipage-next > span {
    display: block;
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
    text-align: right;
    color: #2D2D2D;
    margin-right: 12px;
}

.ipage-next-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    padding-left: 3px;
    border-radius: 50%;
    border: 1px solid #979797;
    overflow: hidden;
    flex-shrink: 0;

    transition: all .12s linear;
}

.ipage-next-btn svg path {
    transition: all .12s linear;
}

.ipage-next-btn:hover {
    background: #22B3FF;
    border: 1px solid #22B3FF;
    transition: all .12s linear;
}

.ipage-next-btn:hover svg path {
    stroke: #fff;
    transition: all .12s linear;
}


.cpk-video-box {
    border-radius: 20px;
    overflow: hidden;
}

.btn-round.btn-round--blue.play-control.cpk_video_button {
    width: 96px;
    height: 96px;
    box-shadow: none;
    /* padding-right: 10px; */
    padding-left: 7px;
}


/* .video-content {
    margin-bottom: 60px;
} */

.category-name {
    font-weight: 700;
    font-size: 14px;
    line-height: 120%;
    text-transform: uppercase;
    color: #2D2D2D;
    text-transform: uppercase;
    margin-bottom: 8px;
}

.block-title {
    font-weight: 700;
    font-size: 32px;
    line-height: 120%;
    color: #2D2D2D;
    margin-bottom: 16px;
}

/*  */


.question-banner {
    background: #F5F5F5;
    padding: 60px 0;
    margin-top: 60px;
}

.question-banner
.form-group {
    margin-bottom: 8px;
}


.subtitle {
    font-weight: 700;
    font-size: 26px;
    line-height: 120%;
    color: #2D2D2D;
    margin-bottom: 12px;
}

.banner-desc {
    font-weight: 400;
    font-size: 16px;
    line-height: 18px;
    color: #2D2D2D;
    margin-bottom: 16px;
}

.question-banner .form-group label {
    font-weight: 400;
    font-size: 16px;
    line-height: 120%;
}


.form-sendsuccess {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.form-sendsuccess > span {
    display: block;
    font-weight: 700;
    font-size: 16px;
    line-height: 18px;
    color: #22B3FF;
    margin-bottom: 16px;
}

/*  */

.cpktest-box {
    display: flex;
    flex-wrap: wrap;
    /* gap: 24px; */
    /* margin-bottom: 24px; */
    margin: 0 -12px 0 -12px;
}

/* .form-questions {
    margin-bottom: 60px;
} */

.question-box {
    /* max-width: 468px; */
    width: calc(100% / 2 - 24px);
    margin: 0 12px 24px 12px;
}

.question-number {
    display: flex;
    align-items: center;
    font-weight: 700;
    font-size: 11px;
    line-height: 120%;
    text-transform: uppercase;
    color: #2D2D2D;
    margin-bottom: 4px;
}

.question-number > span {
    display: block;
    margin-left: 3px;
    color: rgba(45, 45, 45, 0.4);
}

.question-name {
    font-weight: 700;
    font-size: 16px;
    line-height: 120%;
    color: #2D2D2D;
    margin-bottom: 12px;
}
.question-name:after {
  content: "Вы не ответили на вопрос";
  color: #FF7272;
  font-size: 14px;
  display: block;
  font-weight: 400;
  display: none;
}

.question-vars {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
}

.question-box.incorrect .question-name:after {
  display: block;
}

.form-questions-error {
  color: #FF7272;
  font-size: 16px;
  font-weight: 400;
  margin-top: 16px;
  display: none;
}

.form-questions.incorrect .form-questions-error {
  display: block;
}


/* custom radio */

.custom-radio {
    position: relative;
}

.custom-radio > input[type='radio'] {
    position: absolute;
    left: 0;
    opacity: 0;
    display: none;
}

.custom-radio > span {
    position: relative;
    display: flex;
    font-weight: 400;
    font-size: 14px;
    line-height: 14px;
    color: #2D2D2D;
    padding-left: 20px;
}

.custom-radio > span::before {
    position: absolute;
    left: 0;
    content: '';
    width: 14px;
    height: 14px;
    border: 1px solid #2D2D2D;
    border-radius: 2px;
}

.custom-radio > input[type='radio']:checked + span::before {
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iOCIgaGVpZ2h0PSI4IiB2aWV3Qm94PSIwIDAgOCA4IiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8cmVjdCB3aWR0aD0iOCIgaGVpZ2h0PSI4IiByeD0iMSIgZmlsbD0iIzJEMkQyRCIvPgo8L3N2Zz4K');
}


/* custom checkbox */

.custom-checkbox {
    position: relative;
}

.custom-checkbox > input[type='checkbox'] {
    position: absolute;
    left: 0;
    opacity: 0;
    display: none;
}

.custom-checkbox > span {
    position: relative;
    display: flex;
    font-weight: 400;
    font-size: 14px;
    line-height: 14px;
    color: #2D2D2D;
    padding-left: 20px;
}

.custom-checkbox > span::before {
    position: absolute;
    left: 0;
    content: '';
    width: 14px;
    height: 14px;
    border: 1px solid #2D2D2D;
    border-radius: 2px;
}

.custom-checkbox > input[type='checkbox']:checked + span::before {
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iOCIgaGVpZ2h0PSI4IiB2aWV3Qm94PSIwIDAgOCA4IiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8cmVjdCB3aWR0aD0iOCIgaGVpZ2h0PSI4IiByeD0iMSIgZmlsbD0iIzJEMkQyRCIvPgo8L3N2Zz4K');
}


.testing-end {
    max-width: 590px;
    padding: 25px 20px;
    gap: 32px;
    background: linear-gradient(276.24deg, rgba(34, 179, 255, 0.25) 12.73%, rgba(170, 242, 255, 0.25) 94.66%, rgba(170, 242, 255, 0.25) 94.66%);
    border-radius: 20px;
}

.testing-end-inner {
    margin-bottom: 32px;
}

.testing-end_row {
    font-weight: 400;
    font-size: 26px;
    line-height: 120%;
    color: #2D2D2D;
}

.answ-i {
    font-weight: 700;
    color: #22B3FF;
}

.answ-n {
    font-weight: 700;
    color: #FF7272;
}

.answ-fl {
    font-weight: 700;
    color: #2D2D2D66;
}


.btn-outline {
    padding: 0;
    outline: none;
    background: none;
    padding: 13px 32px;
    gap: 10px;
    border: 2px solid #22B3FF;
    border-radius: 30px;
    font-weight: 700;
    font-size: 20px;
    line-height: 120%;
    letter-spacing: 0.0305941px;
    color: #22B3FF;
}

/* .btn-outline:hover {
    -webkit-box-shadow: 0 3px 12px rgba(34, 179, 255, 0.6);
    box-shadow: 0 3px 12px rgba(34, 179, 255, 0.6);
    transition: all .12s ease;
} */

.btn-outline:hover {
    /* -webkit-box-shadow: 0 3px 12px rgba(34, 179, 255, 0.6); */
    /* box-shadow: 0 3px 12px rgba(34, 179, 255, 0.6); */
    transition: all .12s ease;
    background: #22B3FF;
    color: #fff;
}

/*  */

.materials-list {
    display: flex;
    flex-wrap: wrap;
    /* gap: 24px; */
    margin: 32px -12px 0 -12px;
}

.material {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    /* max-width: 304px; */
    /* width: 100%; */
    width: calc(100% / 3 - 24px);
    padding: 20px 12px;
    gap: 12px;
    background: #FFFFFF;
    box-shadow: 0px 0px 12px rgba(19, 7, 31, 0.069803);
    border-radius: 20px;
    margin: 0 12px 24px 12px;
}

.material-title {
    font-weight: 400;
    font-size: 16px;
    line-height: 120%;
    color: #2D2D2D;
    padding-right: 28px;
}

.material-file {
    display: flex;
    align-items: center;
    gap: 16px;
}

.material-size {
    font-weight: 400;
    font-size: 16px;
    line-height: 120%;
    color: rgba(45, 45, 45, 0.6);
}

.material-lnk {
    font-weight: 400;
    font-size: 16px;
    line-height: 120%;
    text-decoration: underline;
    color: rgba(45, 45, 45, 0.6);
}

.material-lnk:hover {
    text-decoration: none;
}

.material-prog {
    position: absolute;
    top: 20px;
    right: 12px;
}

/*  */

.vebinar-box {
    position: relative;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 20px;
    background: #C3D8E2;
    border-radius: 20px;
    overflow: hidden;
}

.vebinar-minfo {
    font-weight: 400;
    font-size: 12px;
    line-height: 120%;
    color: #13071F;
    margin-bottom: 8px;
    padding-right: 208px;
}

.vebinar-left {
    /* max-width: 670px; */
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;

}

.vebinar-box .block-title {
    margin-bottom: 8px;
    padding-right: 208px;
}

.vebinar-mark {
    padding: 10px 10px 7px;
    background: #2D2D2D;
    border-radius: 6px;
    font-weight: 400;
    font-size: 12px;
    line-height: 12px;
    letter-spacing: 0.0590029px;
    color: #FFFFFF;
}

.vebinar-profile__list {
    margin-top: 30px;
    display: flex;
    flex-wrap: wrap;
    gap: 16px 42px;
    margin-bottom: 28px;
}

.vebinar-profile {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    max-width: 308px;
    width: 100%;
}

.vebinar-profile__photo {
    width: 72px;
    height: 72px;
    border-radius: 50%;
    flex-shrink: 0;
    overflow: hidden;
}
.vebinar-profile__info {
}

.vebinar-profile__name {
    font-weight: 400;
    font-size: 20px;
    line-height: 120%;
    text-transform: uppercase;
    color: #2D2D2D;
    margin-bottom: 4px;
}

.vebinar-profile__desc {
    font-weight: 400;
    font-size: 12px;
    line-height: 120%;
    color: #2D2D2D;
}

.btn-default {
    padding: 11px 36px;
    background: #22B3FF;
    box-shadow: 0px 5px 10px rgba(34, 179, 255, 0.14);
    border-radius: 50px;
    font-weight: 700;
    font-size: 20px;
    line-height: 29px;
    color: #FFFFFF;
    transition: all .12s ease;
}

.btn-default:hover {
    -webkit-box-shadow: 0 3px 12px rgba(34, 179, 255, 0.6);
    box-shadow: 0 3px 12px rgba(34, 179, 255, 0.6);
    transition: all .12s ease;
}

.vebinar-right {
    position: absolute;
    max-width: 215px;
    width: 215px;
    height: 215px;
    border-radius: 50%;
    overflow: hidden;
    background: url(/local/templates/ordi2/../.default/markup/ordinator/dev/img/npages/vebinar-bx.webp) no-repeat;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    right: 20px;
}


.vebinar-day {
    font-weight: 400;
    font-size: 28px;
    line-height: 120%;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;

}
.vebinar-time {
    font-weight: 400;
    font-size: 28px;
    line-height: 120%;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
}


.vebinar-record {
    margin-top: 50px;
}

.record-title {
    font-weight: 700;
    font-size: 26px;
    line-height: 120%;
    color: #2D2D2D;
    margin-bottom: 12px;
}

.section-desc {
    font-weight: 400;
    font-size: 16px;
    line-height: 18px;
    color: #2D2D2D;
    margin-bottom: 24px;
}


/* cpk done */

.cpkdone {
    /* background: #CCA2DB; */
    padding: 58px 0 66px 0;
    background: url(/local/templates/ordi2/../.default/markup/ordinator/dev/img/npages/balls.webp) no-repeat #CCA2DB;
    background-position: 100% -25%;
}

.cpkdone-infoblock {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 30px 12px;
    background: #FFFFFF;
    border-radius: 20px;
    max-width: 592px;
    width: 100%;
}

.cpkdone-infoblock__title {
    font-weight: 700;
    font-size: 32px;
    line-height: 120%;
    color: #2D2D2D;
    margin-bottom: 12px;
}

.cpkdone-infoblock__text {
    font-weight: 400;
    font-size: 20px;
    line-height: 120%;
    color: #2D2D2D;
    max-width: 450px;
    margin-bottom: 40px;
}

.cpkdone .btn-default {
    display: block;
}

/* after reg block */



.after-reg-block {
    position: fixed;
    width: 100%;
    z-index: 1000;
    background: #fff;
    /* height: 80vh; */
    min-height: 600px;
    padding: 30px 0;
    opacity: 0;
    top: -100%;
    visibility: hidden;
    transition: all .12s linear;
}

.after-reg-block .form-group {
    margin-bottom: 0;
}

.after-reg-block .question-box {
    margin: 0 12px 12px 12px;
}


.after-reg-block.opened {
    top: 0;
    opacity: 1;
    visibility: visible;
    transition: all .12s linear;
}

.other-qvar {
    margin-top: 12px;
}

.after-reg-title {
    font-weight: 700;
    font-size: 32px;
    line-height: 120%;
    color: #2D2D2D;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
}

.close-after-reg {
    width: 32px;
    height: 32px;
    background: none;
    padding: 0;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
}

.close-after-reg:hover {
    opacity: .70;
}

button.close-after-reg svg {
    width: 19px;
    height: 19px;
}

.after-reg-inner {
    display: flex;
    /* gap: 24px; */
    flex-wrap: wrap;
    margin: 0 -12px;
    max-height: 80vh;
    overflow-x: auto;
}


.question-box.qbox-wide {
    max-width: 100%;
    width: 100%;
}

.label-group {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 0 -12px;
}

.label-group .form-group {
    width: calc(100% / 2 - 24px);
    margin: 0 12px;
}


/* media */

@media (max-width: 768px) {

    /* .breadcrumbs {
        flex-wrap: wrap;
        gap: 5px 0;
    } */

    .page-wrapper {
        flex-direction: column;
    }

    .sidebar-left {
        max-width: 100%;
        margin-right: 0;
    }

    .sidebar-hint {
        margin-bottom: 24px;
    }

    .breadcrumb-lnk {
        font-size: 10px;
        line-height: 9px;
    }

    .breadcrumbs {
        margin-bottom: 20px;
    }

    main.page-vers {
        padding-top: 80px;
    }

    .material {
        width: calc(100% / 2 - 24px);
    }

    .cicle-side {
        margin-bottom: 70px;
    }


    .cicle-side
    .course-slider__item {
        padding: 12px 12px 43px 8px;
    }

    .cicle-side
    .course-slider__inner {
        flex-wrap: wrap;
        justify-content: center;
    }

    .cicle-side
    .course-slider__left {
        align-items: center;
    }

    .cicle-side
    .progress-line {
        width: 100%;
        margin-top: 16px;
        justify-content: center;
        margin-left: 0;
    }

    .cicle-side
    .course-slider__right {
        padding-bottom: 0;
    }

    .cicle-side
    .course-slider__right-cont {
        max-width: initial;
        margin-top: 0;
    }

    .cicle-side
    .course-slider__title > a {
        height: initial;
    }

}

@media (max-width: 630px) {
    .cpkdone {
        padding: 58px 0 305px 0;
        background-position: 100% 135%;
        background-size: 100%;
    }

    .cpkdone-infoblock__title {
        font-weight: 700;
        font-size: 24px;
        line-height: 120%;
    }

    .cpkdone-infoblock__text {
        font-weight: 400;
        font-size: 16px;
        line-height: 120%;
    }

    .cpkdone .btn-default {
        width: 100%;
        text-align: center;
    }

    .cpktest-box {
        margin: 0 0 24px 0;
    }

    .form-questions
    button.btn.btn--lg.btn--blue {
        width: 100%;
    }

    .question-box {
        width: calc(100% / 1);
        margin: 0 0px 24px 0px;
    }

    .inner-pagination {
        padding: 8px;
    }

    .ipage-prev {
        width: 30px;
        height: 30px;
        align-items: center;
        justify-content: center;
        border-radius: 50%;
        flex-shrink: 0;
        padding: 0;
    }

    .ipage-prev span {
        display: none;
    }

    /* .ipage-next {
        max-width: 302px;
    } */

    .ipage-next > span {
        font-size: 12px;
        margin-right: 8px;
    }

    .block-title {
        font-size: 24px;
    }

    .testing-end_row {
        font-size: 20px;
    }

    .testing-end-inner .btn.btn--lg.btn--blue {
        max-width: 100%;
        width: 100%;
    }

    .materials-list {
        margin: 0;
    }

    .material {
        width: calc(100% / 1);
        margin: 0 0 24px 0;
    }

    .vebinar-box .block-title {
        font-size: 16px;
    }

    .category-name {
        font-size: 11px;
        line-height: 20px;
    }

    .vebinar-mark {
        padding: 6px 10px;
        font-size: 10px;
        line-height: 12px;
    }

    .vebinar-profile__list {
        margin-top: 19px;
        margin-bottom: 20px;
    }

    .vebinar-profile__name {
        font-size: 16px;
    }

    .vebinar-right {
        position: absolute;
        max-width: 110px;
        width: 110px;
        height: 110px;
        background-size: contain;
    }

    .vebinar-day,
    .vebinar-time {
        font-size: 16px;
    }

    .vebinar-box .block-title {
        padding-right: 110px;
    }

    .vebinar-minfo {
        padding-right: 110px;
    }

    .vebinar-box .btn-default {
        max-width: 100%;
        width: 100%;
        text-align: center;
    }

    /* .after-reg-title {
        font-size: 24px;
        line-height: 120%;
    } */

    .after-reg-title {
        font-size: 24px;
        line-height: 120%;
        align-items: flex-start;
    }

    .label-group {
        margin: 0;
    }

    .label-group .form-group {
        width: calc(100% / 1);
        margin: 0 0 16px 0;
    }

    .question-box.qbox-wide {
        margin: 0;
    }

    .after-reg-block {
        height: 100vh;
        overflow-x: auto;
    }



    .after-reg-block
    .btn.btn--blue.btn--lg {
        width: 100%;
        margin: auto 0 0 0;
    }

    .after-reg-block .container {
        height: 100%;
    }

    .after-reg-content {
        height: 80vh;
        display: flex;
        flex-direction: column;
    }

    .after-reg-block .question-box {
        margin: 0 12px 32px 12px;
    }

    .after-reg-inner {
        margin: 0;
    }
}

@media (max-width: 390px) {
    .sideinfo-title {
        font-size: 20px;
        line-height: 120%;
    }

    .sideinfo-circle {
        width: 110px;
        height: 110px;
    }

    .sideinfo-circle img {
        width: 100%;
    }

    .progress-item {
        max-width: 82px;
    }

    .sideinfo-continueblock {
        max-width: 340px;
    }

    .continueblock-title {
        max-width: initial;
    }

    .sideinfo-block_base {
        margin-bottom: 75px;
    }

    .page-title {
        font-size: 24px;
        line-height: 120%;
    }
}

@media (max-width: 320px) {
    .sideinfo-title {
        font-size: 16px;
        line-height: 120%;
    }

    .sideinfo-circle {
        width: 90px;
        height: 90px;
    }

    .sideinfo-circle img {
        width: 100%;
    }

    .progress-item {
        max-width: 64px;
    }

    .sideinfo-continueblock {
        max-width: 260px;
    }

    .continueblock-title {
        max-width: initial;
        font-size: 13px;
    }

    .sideinfo-block_base {
        margin-bottom: 64px;
    }

    .page-title {
        font-size: 24px;
        line-height: 120%;
    }
}



.lk-wrapper {
    padding-top: 50px;
}
@media (max-width: 767px) {
    .lk-wrapper {
        padding-top: 16px;
    }
}
@media (max-width: 580px) {
    .lk-wrapper .card-item__body {
        padding: 15px 10px 6px;
    }
    .lk-wrapper .card-item--new .card-item__img {
        width: 29.5%;
    }
    .card-item.card-item--new{
        padding-left: 30%;
    }
}
.lk-wrapper .label.label--sm {
    padding: 3px 5.5px 1px;
}
@media (max-width: 767px) {
    .lk-sidebar__personal {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        width: 100%;
        margin-bottom: 16px;
    }
}
.lk-sidebar__avarar {
    position: relative;
    width: 137px;
    height: 137px;
    margin-bottom: 8px;
    border-radius: 50%;
    overflow: hidden;
}
@media (max-width: 767px) {
    .lk-sidebar__avarar {
        width: 57px;
        height: 57px;
        margin-bottom: 0;
        margin-right: 8px;
    }
}
.lk-sidebar__avarar img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.lk-sidebar__name {
    margin: 0 0 24px;
    font-weight: 700;
    font-size: 20px;
    line-height: 120%;
    color: #2d2d2d;
}
@media (max-width: 767px) {
    .lk-sidebar__name {
        margin-bottom: 0;
    }
}
.lk-sidebar__menu {
    width: 100%;
    margin-bottom: 32px;
}
@media (max-width: 767px) {
    .lk-sidebar__menu {
        display: flex;
        position: relative;
        padding-top: 2px;
        width: calc(100% + 12px);
        margin-bottom: 22px;
        padding-bottom: 10px;
        overflow: auto;
    }
}
.lk-sidebar__item--mobile {
    display: none;
}
@media (max-width: 767px) {
    .lk-sidebar__item--mobile {
        display: block;
    }
}
@media (max-width: 767px) {
    .lk-sidebar__item {
        padding-right: 28px;
        border-top: 1px solid #e9e9e9;
    }
    .lk-sidebar__item:last-child {
        padding-right: 0;
        margin-right: 28px;
    }
}
.lk-sidebar__item a {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    padding: 12px;
    font-weight: 400;
    font-size: 16px;
    line-height: 120%;
    color: #2d2d2d;
    border-right: 2px solid transparent;
    transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
    .lk-sidebar__item a {
        position: relative;
        z-index: 2;
        margin-top: -1px;
        padding: 0;
        border-right: none;
        border-top: 3px solid transparent;
        font-size: 14px;
        line-height: 30px;
        white-space: nowrap;
    }
}
.lk-sidebar__item a svg {
    width: 18px;
    height: 18px;
    margin-right: 12px;
}
@media (max-width: 767px) {
    .lk-sidebar__item a svg {
        display: none;
    }
}
.lk-sidebar__item a .num {
    display: inline-block;
    vertical-align: middle;
    padding: 3px 6.66px 2px;
    margin-left: auto;
    font-weight: 700;
    font-size: 12px;
    line-height: 13px;
    color: #fff;
    background-color: #49e3a4;
    border-radius: 40px;
}
@media (max-width: 767px) {
    .lk-sidebar__item a .num {
        margin-left: 10px;
    }
}
.lk-sidebar__item a:hover, .lk-sidebar__item a:focus {
    border-color: #22b3ff;
    background-color: rgba(233, 233, 233, 0.2);
}
@media (max-width: 767px) {
    .lk-sidebar__item a:hover, .lk-sidebar__item a:focus {
        border-color: #2d2d2d;
        background-color: transparent;
    }
}
.lk-sidebar__item a a.current {
    border-color: #22b3ff;
    background-color: rgba(233, 233, 233, 0.4);
}
@media (max-width: 767px) {
    .lk-sidebar__item a a.current {
        border-color: #2d2d2d;
        background-color: transparent;
    }
}
.lk-sidebar__item.current a {
    border-color: #22b3ff;
    background-color: rgba(233, 233, 233, 0.4);
}
@media (max-width: 767px) {
    .lk-sidebar__item.current a {
        border-color: #2d2d2d;
        background-color: transparent;
    }
}
.lk-menu {
    position: relative;
    margin: 0 0 30px;
}
.lk-menu .slick-list {
    margin: -15px;
    padding: 15px;
}
@media (max-width: 991px) {
    .lk-menu .slick-list {
        margin: -12px;
        padding: 12px;
    }
}
.lk-menu .course-list {
    max-width: 656px;
}
.lk-menu__list {
    position: relative;
    display: flex;
    margin: 0;
    padding: 0;
    list-style: none;
}
@media (max-width: 767px) {
    .lk-menu__list {
        flex-wrap: wrap;
        justify-content: space-between;
    }
}
.lk-menu__list .slick-arrow {
    position: absolute;
    z-index: 10;
    top: calc(50% - 19px);
    font-size: 0;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    box-shadow: 0px 9px 12px rgba(164, 164, 164, 0.1958);
    border: none;
    background-color: #fff;
    transition: all 0.3s ease-in-out;
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 10 19' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.44709 1.43164C-0.14903 2.06216 -0.14903 3.08442 0.44709 3.71494L6.31471 9.9213L0.44709 16.1276C-0.14903 16.7581 -0.148956 17.7804 0.44709 18.4109C1.04321 19.0414 2.00968 19.0414 2.6058 18.4109L9.55289 11.0629C9.83918 10.7601 10 10.3494 10 9.92123C10 9.49296 9.83918 9.08234 9.55289 8.77953L2.60573 1.43156C2.00968 0.801188 1.04321 0.801188 0.44709 1.43164Z' fill='%23D1D1D1'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-position: left 15px center;
    background-size: 10px 19px;
}
.lk-menu__list .slick-arrow:hover{
    background-color: rgba(34, 179, 255, 1);
    box-shadow: 0px 9px 12px rgba(34, 179, 255, 0.1958);
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 10 19' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.44709 1.43164C-0.14903 2.06216 -0.14903 3.08442 0.44709 3.71494L6.31471 9.9213L0.44709 16.1276C-0.14903 16.7581 -0.148956 17.7804 0.44709 18.4109C1.04321 19.0414 2.00968 19.0414 2.6058 18.4109L9.55289 11.0629C9.83918 10.7601 10 10.3494 10 9.92123C10 9.49296 9.83918 9.08234 9.55289 8.77953L2.60573 1.43156C2.00968 0.801188 1.04321 0.801188 0.44709 1.43164Z' fill='%23ffffff'/%3E%3C/svg%3E%0A");
}
.lk-menu__list .slick-prev {
    left: -19px;
    transform: scaleX(-1);
}
.lk-menu__list .slick-next {
    right: -19px;
}
.lk-menu__list .slick-disabled {
    opacity: 0;
    pointer-events: none;
}
.lk-menu__item {
    flex-shrink: 0;
    display: flex;
    margin-right: 24px;
    width: calc((980px/12 * 9 - 24px)/4 - 18px);
    box-shadow: 0px 0px 12px rgba(19, 7, 31, 0.069803);
    border-radius: 20px;
    transition: all 0.3s ease-in-out;
}
.lk-menu__item:hover {
    box-shadow: 0px 0px 12px rgba(19, 7, 31, 0);
}
@media (max-width: 991px) {
    .lk-menu__item {
        width: calc((100vw/12 * 9 - 24px)/3 - 16px);
    }
}
@media (max-width: 767px) {
    .lk-menu__item {
        width: calc(50% - 6px);
        margin-right: 0;
        margin-bottom: 12px;
    }
}
.lk-menu__item-title {
    position: relative;
    display: inline-block;
    vertical-align: baseline;
    width: 100%;
    margin: 0;
    font-weight: 700;
    font-size: 18px;
    line-height: 110%;
    color: #2d2d2d;
    transition: all 0.3s ease-in-out;
}
.lk-menu__item .num {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    padding: 3px 6px 2px;
    margin-left: auto;
    font-weight: 700;
    font-size: 12px;
    line-height: 13px;
    color: #fff;
    background-color: #49e3a4;
    border-radius: 40px;
}
.lk-menu:nth-of-type(2n+2) .lk-menu__item {
    width: calc((980px/12 * 9 - 24px)/4 - 16px);
}
@media (max-width: 991px) {
    .lk-menu:nth-of-type(2n+2) .lk-menu__item {
        width: calc((100vw/12 * 9 - 24px)/3 - 12px);
    }
}
@media (max-width: 991px) and (max-width: 767px) {
    .lk-menu:nth-of-type(2n+2) .lk-menu__item {
        width: calc(50% - 6px);
    }
}
.lk-menu:nth-of-type(2n+2) .lk-menu__item:first-child {
    width: calc((980px/12 *9 - 24px)/2 - 16px);
}
@media (max-width: 991px) {
    .lk-menu:nth-of-type(2n+2) .lk-menu__item:first-child {
        width: calc((100vw/12 * 9 - 24px)/3*2 - 12px);
    }
}
@media (max-width: 767px) {
    .lk-menu:nth-of-type(2n+2) .lk-menu__item:first-child {
        width: 100%;
    }
}
.lk-menu__link {
    position: relative;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    padding: 16px 12px;
    min-height: 120px;
    border-radius: 20px;
    background-color: #ebecff;
    overflow: hidden;
}
.lk-menu__link img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: right bottom;
    transition: all 0.3s ease-in-out;
}
.lk-menu:nth-of-type(5n+2) .lk-menu__link {
    background-color: #e9cff2;
}
.lk-menu:nth-of-type(5n+3) .lk-menu__link {
    background-color: #d2e9ef;
}
.lk-menu:nth-of-type(5n+4) .lk-menu__link {
    background-color: #cde7da;
}
.lk-menu__title {
    margin: 0 0 10px;
    font-weight: 700;
    font-size: 26px;
    line-height: 120%;
    color: #2d2d2d;
}
.lk-menu__form {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 50px;
}
.lk-menu__form .custom-select > button {
    border-color: #99edfc;
}
.lk-menu__form-group {
    border: none;
    padding: 0;
    margin: 0;
    width: calc(50% - 8px);
}
@media (max-width: 575px) {
    .lk-menu__form-group {
        width: 100%;
    }
}
.lk-menu__form-row {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
}
.lk-menu__form-row .dropdown-single, .lk-menu__form-row .uploads-item, .lk-menu__form-row .form-group {
    width: calc(50% - 8px);
}
@media (max-width: 575px) {
    .lk-menu__form-row .dropdown-single, .lk-menu__form-row .uploads-item, .lk-menu__form-row .form-group {
        width: 100%;
    }
}
.lk-menu__form-row .uploads-item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-top: 12px;
    padding-bottom: 10px;
    margin-bottom: 12px;
}
.lk-menu__form-row .uploads-item__title {
    max-width: 100%;
}
.lk-menu__form-row .uploads-item__notice {
    margin-top: 4px;
    margin-bottom: -3px;
}
.lk-menu__row {
    width: 100%;
}
.lk-menu__form-btn {
    display: inline-block;
    vertical-align: middle;
    padding: 13px 32px;
    font-weight: 700;
    color: #fff;
    font-size: 20px;
    line-height: 120%;
    background: #22b3ff;
    box-shadow: 0px 9px 12px rgba(34, 179, 255, 0.595826);
    border-radius: 25px;
    border: none;
    text-decoration: none;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
}
.lk-menu__form-btn:hover, .lk-menu__form-btn:focus {
    background-color: #57c5ff;
    box-shadow: 0px 9px 12px rgba(34, 179, 255, 0.1);
}
.lk-menu__form-btn[disabled] {
    pointer-events: none;
    opacity: 0.5;
}
.lk-menu__form-link {
    margin: 0;
    padding: 0;
    display: inline-block;
    vertical-align: baseline;
    font-weight: 400;
    font-size: 14px;
    line-height: 120%;
    color: #22b3ff;
    border: none;
    border-bottom: 1px solid;
    background-color: transparent;
    text-decoration: none;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
}
.lk-menu__form-link:hover {
    border-color: transparent;
}
.lk-menu__text {
    margin: 0 0 16px;
    font-weight: 400;
    font-size: 16px;
    line-height: 120%;
}
.lk-menu__text--small {
    max-width: 500px;
}
.lk-menu__text a {
    color: #22b3ff;
    border-bottom: 1px solid;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
}
.lk-menu__text a:hover {
    border-color: transparent;
}
.lk-menu__programs {
    margin-bottom: 50px;
}
.lk-menu__programs:last-of-type {
    margin-bottom: 80px;
}
.lk-menu .progress-line__item {
    width: 74px;
    max-width: 74px;
    margin-right: 6px;
}
@media (max-width: 991px) {
    .lk-menu .progress-line__item {
        max-width: 25%;
        width: auto;
    }
}
@media (max-width: 767px) {
    .lk-menu .progress-line__item {
        width: 25%;
        margin-top: 25px;
    }
}
.lk-menu__table {
    position: relative;
    width: 100%;
    margin-top: 16px;
    padding-bottom: 10px;
    overflow: auto;
    border-radius: 20px;
    box-shadow: 0px 0px 12px rgba(19, 7, 31, 0.069803);
}
.lk-menu__table table {
    border-collapse: collapse;
    border: none;
    table-layout: fixed;
}
.lk-menu__table td, .lk-menu__table th {
    padding: 12px 10px;
    border-bottom: 1px solid rgba(45, 45, 45, 0.2);
    text-align: left;
}
.lk-menu__table td:nth-child(2), .lk-menu__table th:nth-child(2) {
    min-width: 190px;
}
.lk-menu__table td:first-child, .lk-menu__table th:first-child {
    padding-left: 20px;
}
.lk-menu__table td:last-child, .lk-menu__table th:last-child {
    padding-right: 20px;
}
.lk-menu__table th {
    background: #f5f5f5;
    font-weight: 700;
    font-size: 11px;
    line-height: 120%;
    color: #2d2d2d;
}
.lk-menu__table td {
    font-weight: 400;
    font-size: 14px;
    line-height: 120%;
    color: #2d2d2d;
}
.lk-menu__table td a {
    display: inline-block;
    vertical-align: baseline;
    color: #22b3ff;
    text-decoration: underline;
    transition: all 0.3s ease-in-out;
    margin-top: 4px;
}
.lk-menu__table td a:hover, .lk-menu__table td a:focus {
    text-decoration: underline solid transparent;
}
.lk-menu__table tr:last-child td {
    border-bottom: none;
}
.lk-menu .course-item__labels {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
@media (max-width: 991px) {
    .lk-menu .course-item__labels {
        flex-direction: row;
        flex-wrap: wrap;
    }
}
.lk-menu .course-item__img {
    margin-left: auto;
}
@media (max-width: 991px) {
    .lk-menu .course-item__title {
        min-height: 70px;
    }
}
@media (max-width: 991px) {
    .lk-menu .course-item__label {
        margin-top: 2.5px;
        margin-bottom: 2.5px;
    }
}
.lk-menu .card-list {
    max-width: 656px;
}
.lk-menu .card-item--new {
    width: calc(50% - 24px);
    margin: 0 12px 24px;
    color: #2d2d2d;
}
@media (max-width: 580px) {
    .lk-menu .card-item--new {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
        margin-bottom: 16px;
    }
}
.lk-menu .card-item--new a {
    color: #2d2d2d;
}
.lk-menu .card-item--new a:hover, .lk-menu .card-item--new a:focus {
    color: #0ce890;
}
.lk-menu .card-item--new .card-item__img::before {
    background-color: rgba(0, 0, 0, 0.2);
}
.lk-menu .card-item__label {
    position: absolute;
    z-index: 2;
    top: 12px;
    right: 12px;
    display: inline-block;
    vertical-align: middle;
    padding: 10px 10px 7px;
    background: #f5f5f5;
    border-radius: 6px;
    max-width: 100%;
    font-weight: 400;
    font-size: 12px;
    line-height: 12px;
    letter-spacing: 0.06px;
    color: #13071f;
}
@media (max-width: 580px) {
    .lk-menu .card-item__label {
        top: 16px;
        left: 10px;
        font-size: 10px;
        padding: 4px 4px 3px;
        max-width: 80px;
        text-align: center;
    }
}
@media (max-width: 580px) {
    .lk-menu .card-item__title {
        margin-bottom: 6px;
    }
}
.lk-menu .card-item__address {
    margin: auto 0 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}
.lk-menu .card-item__address span {
    display: inline-block;
    font-weight: 400;
    font-size: 16px;
    line-height: 1;
    text-transform: uppercase;
    color: #2d2d2d;
    margin-top: 6px;
    vertical-align: middle;
}
@media (max-width: 580px) {
    .lk-menu .card-item__address span {
        margin-top: 4px;
        font-size: 14px;
    }
}
.lk-menu .card-item__address span svg {
    display: inline-block;
    vertical-align: middle;
    width: 12px;
    height: 12px;
    margin-right: 8px;
    fill: #2d2d2d;
    margin-bottom: 5px;
}
.lk-menu .card-item--new .card-item__meta-social > a {
    color: rgba(19, 7, 31, 0.39811);
}
.lk-menu .card-item__meta {
    margin-top: 12px;
}
@media (max-width: 580px) {
    .lk-menu .card-item__meta {
        position: relative;
        top: -2px;
        margin-right: -10px;
        margin-top: 0;
    }
}
.lk-menu .card-item--wide {
    width: 100%;
    min-height: 180px;
}
@media (max-width: 580px) {
    .lk-menu .card-item--wide {
        padding-left: 0;
    }
}
.lk-menu .card-item--wide .card-item__chanels > a {
    font-size: 11px;
    line-height: 20px;
    margin-bottom: 8px;
}
@media (max-width: 580px) {
    .lk-menu .card-item--wide .card-item__chanels > a {
        margin-bottom: 6px;
    }
}
.lk-menu .card-item--wide .card-item__author-wrapper {
    margin-bottom: 8px;
}
@media (max-width: 580px) {
    .lk-menu .card-item--wide .card-item__author-wrapper {
        margin-bottom: 6px;
    }
}
.lk-menu .card-item--wide .card-item__title {
    margin-top: 0;
    margin-bottom: 8px;
    font-weight: 700;
    font-size: 18px;
    line-height: 120%;
    height: auto;
    max-height: 57px;
}
@media (max-width: 580px) {
    .lk-menu .card-item--wide .card-item__title {
        font-size: 16px;
        margin-bottom: 6px;
    }
}
.lk-menu .card-item--wide .card-item__text {
    margin: 0;
    font-weight: 400;
    font-size: 16px;
    line-height: 120%;
}
.lk-notice {
    width: 100%;
    margin-top: 5px;
    margin-bottom: 18px;
    border-bottom: 1px solid #d1d1d1;
}
.lk-notice:last-child {
    border: none;
}
.lk-notice .form-group {
    margin-bottom: 0;
}
.lk-notice__title {
    margin: 0 0 8px;
    font-weight: 700;
    font-size: 16px;
    line-height: 18px;
    color: #333;
}
.lk-notice__text {
    max-width: 540px;
    margin: 0 0 16px;
    font-weight: 400;
    font-size: 14px;
    line-height: 120%;
    color: #333;
}
.lk-notice label {
    width: 100%;
    margin-bottom: 16px;
}
.lk-menu-tabs {
    position: relative;
    display: flex;
    padding-bottom: 10px;
    margin-bottom: 7px;
    width: calc(100% + 24px);
    margin-left: -12px;
    padding-left: 12px;
    padding-right: 12px;
    overflow: auto;
}
@media (max-width: 767px) {
    .lk-menu-tabs {
        margin-bottom: 17px;
    }
}
.lk-menu-tabs input {
    position: absolute;
    opacity: 0;
    visibility: hidden;
    width: 0;
    height: 0;
    pointer-events: none;
}
.lk-menu-tab {
    display: inline-block;
    vertical-align: baseline;
    margin-right: 6px;
    padding: 6.5px 12px 5.5px;
    font-weight: 400;
    font-size: 12px;
    line-height: 120%;
    color: rgba(45, 45, 45, 0.6);
    background: #e4e4e4;
    border-radius: 30px;
    white-space: nowrap;
    border: none;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
}
.lk-menu-tab:hover, .lk-menu-tab:focus {
    color: #2d2d2d;
}
.lk-menu-tabs input:checked + .lk-menu-tab, .lk-menu-tab.active {
    font-weight: 700;
    color: #fff;
    background-color: #2d2d2d;
    pointer-events: none;
}
.course-block {
    background: #fff;
    border-radius: 20px;
    width: 100%;
    padding: 19px 15px;
    margin-bottom: 16px;
    box-shadow: 0px 0px 12px rgba(19, 7, 31, 0.069803);
}
@media (max-width: 991px) {
    .course-block {
        padding: 20px 12px;
    }
}
@media (max-width: 767px) {
    .course-block {
        width: calc(100% + 24px);
        margin-left: -12px;
        box-shadow: none;
        border: 2px solid #e0e0e0;
    }
}
.course-block--complete {
    padding-bottom: 42px;
    margin-bottom: 58px;
}
@media (max-width: 991px) {
    .course-block--complete {
        padding-bottom: 54px;
        margin-bottom: 60px;
    }
}
@media (max-width: 767px) {
    .course-block--complete {
        padding-bottom: 80px;
    }
}
@media (max-width: 415px) {
    .course-block--complete {
        margin-bottom: 90px;
    }
}
.course-block__inner {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
@media (max-width: 767px) {
    .course-block__inner {
        flex-wrap: wrap;
    }
}
.course-block__left {
    display: flex;
    align-items: flex-start;
}
@media (max-width: 575px) {
    .course-block__left {
        align-items: flex-start;
    }
}
.course-block__progressbar {
    position: relative;
    top: -4px;
    width: 120px;
    height: 120px;
    margin-right: 18px;
}
@media (max-width: 991px) {
    .course-block__progressbar {
        margin-right: 16px;
    }
}
@media (max-width: 575px) {
    .course-block__progressbar {
        width: 110px;
        height: 110px;
        margin-right: 12px;
    }
}
.course-block__img {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    position: absolute;
    border-radius: 50%;
    width: calc(100% - 10px);
    height: calc(100% - 10px);
    top: 5px;
    left: 5px;
    overflow: hidden;
    background-color: #2d2d2d;
}
.course-block__img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.6;
}
.course-block__time {
    width: 94px;
    position: relative;
    font-weight: 400;
    font-size: 11px;
    line-height: 12px;
    color: #fff;
    display: flex;
    flex-direction: column;
}
.course-block__time b {
    font-weight: 700;
    font-size: 24px;
    line-height: 24px;
    white-space: nowrap;
}
.course-block__time span:first-child:last-child {
    font-size: 17px;
    line-height: 17px;
}
.course-block__title {
    max-width: 440px;
}
.course-block__title > a {
    margin: 0 0 14px;
    font-weight: 700;
    font-size: 20px;
    line-height: 22px;
    color: #2d2d2d;
}
@media (max-width: 991px) {
    .course-block__title > a {
        display: block;
    }
}
@media (max-width: 575px) {
    .course-block__title > a {
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        line-clamp: 3;
        -webkit-box-orient: vertical;
        height: 68px;
        margin-bottom: 0;
    }
}
.course-block__text {
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    color: #2d2d2d;
}
@media (max-width: 767px) {
    .course-block__right {
        width: 100%;
    }
}
@media (max-width: 767px) {
    .course-block--bubble {
        margin-bottom: 40px;
    }
}
@media (max-width: 575px) {
    .course-block--bubble {
        margin-bottom: 60px;
    }
}
@media (max-width: 767px) {
    .course-block--bubble .course-block__right {
        padding-bottom: 50px;
    }
}
.course-block .play-btn {
    flex-shrink: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 68px;
    height: 68px;
    margin: auto 0 auto 24px;
    border-radius: 50%;
    content: "";
    background-color: #22b3ff;
    border: 2px solid #22b3ff;
    transition: all 0.3s ease-in-out;
    box-shadow: 0px 5px 10px rgba(34, 179, 255, 0.36);
}
@media (max-width: 767px) {
    .course-block .play-btn {
        display: none;
    }
}
.course-block .play-btn svg {
    width: 20px;
    height: 22px;
    fill: #fff;
}
.course-block .play-btn:hover, .course-block .play-btn:focus {
    background-color: #57c5ff;
    box-shadow: 0px 5px 10px rgba(34, 179, 255, 0.1);
}
.course-block__mobile {
    display: none;
    position: relative;
    padding-bottom: 8px;
    width: 100%;
    max-width: 100%;
    margin-top: 12px;
}
@media (max-width: 767px) {
    .course-block__mobile {
        display: block;
    }
}
.course-block__bubble {
    position: absolute;
    z-index: 3;
    top: 100%;
    left: 0;
    width: 100%;
    background-color: #fff;
    padding: 12px 92px 12px 12px;
    box-shadow: 0px 0px 12px rgba(19, 7, 31, 0.069803);
    border-radius: 20px;
}
.course-block__bubble::before, .course-block__bubble::after {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 12px;
    width: 68px;
    height: 68px;
    border-radius: 50%;
    content: "";
    background-color: #22b3ff;
    border: 2px solid #22b3ff;
    box-shadow: 0px 5px 10px rgba(34, 179, 255, 0.36);
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 20 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M6.21954 0.560218L17.9307 7.33196V7.42975C19.2114 8.17708 20 9.55593 20 11.0479C20 12.5398 19.2114 13.9187 17.9307 14.666L6.21954 21.4377C5.58923 21.8049 4.87438 21.9988 4.14645 22C1.85657 22 0.00026136 20.1284 0.00026136 17.8196V4.22723C-0.0164283 2.72539 0.767237 1.32995 2.05314 0.571756C3.33905 -0.186439 4.92952 -0.190843 6.21954 0.560218ZM5.00805 19.3231L16.7192 12.4536V12.5025C17.2521 12.1925 17.5805 11.6193 17.5805 10.999C17.5805 10.3787 17.2521 9.80549 16.7192 9.49551L5.00805 2.67487C4.74393 2.52855 4.4486 2.44886 4.1473 2.44263C3.84579 2.44738 3.55011 2.52716 3.28654 2.67487C2.75381 2.98498 2.42568 3.55813 2.42578 4.17834V17.8196C2.42568 18.4398 2.75381 19.013 3.28654 19.3231C3.82048 19.6282 4.47411 19.6282 5.00805 19.3231Z' fill='white'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-size: 20px 22px;
    background-position: left 24px center;
    transition: all 0.3s ease-in-out;
}
.course-block__bubble::after {
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 20 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M6.21954 0.560218L17.9307 7.33196V7.42975C19.2114 8.17708 20 9.55593 20 11.0479C20 12.5398 19.2114 13.9187 17.9307 14.666L6.21954 21.4377C5.58923 21.8049 4.87438 21.9988 4.14645 22C1.85657 22 0.00026136 20.1284 0.00026136 17.8196V4.22723C-0.0164283 2.72539 0.767237 1.32995 2.05314 0.571756C3.33905 -0.186439 4.92952 -0.190843 6.21954 0.560218ZM5.00805 19.3231L16.7192 12.4536V12.5025C17.2521 12.1925 17.5805 11.6193 17.5805 10.999C17.5805 10.3787 17.2521 9.80549 16.7192 9.49551L5.00805 2.67487C4.74393 2.52855 4.4486 2.44886 4.1473 2.44263C3.84579 2.44738 3.55011 2.52716 3.28654 2.67487C2.75381 2.98498 2.42568 3.55813 2.42578 4.17834V17.8196C2.42568 18.4398 2.75381 19.013 3.28654 19.3231C3.82048 19.6282 4.47411 19.6282 5.00805 19.3231Z' fill='%2322B3FF'/%3E%3C/svg%3E%0A");
    opacity: 0;
}
.course-block__bubble:hover::after, .course-block__bubble:focus::after {
    opacity: 1;
    background-color: #fff;
}
.course-block__bubble:hover::before, .course-block__bubble:focus::before {
    opacity: 0;
}
.course-block__bubble span {
    margin: 0 0 8px;
    display: inline-block;
    vertical-align: baseline;
    font-weight: 700;
    font-size: 10px;
    line-height: 15px;
    letter-spacing: 0.7px;
    text-transform: uppercase;
    color: #2d2d2d;
}
.course-block__bubble p {
    margin: 0;
    font-weight: 700;
    font-size: 16px;
    line-height: 120%;
    color: #2d2d2d;
    transition: all 0.3s ease-in-out;
}
@media (max-width: 575px) {
    .course-block__bubble p {
        font-size: 14px;
    }
}
.course-block__bubble:hover p, .course-block__bubble:focus p {
    opacity: 0.6;
}
.course-block__labels {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 14px;
}
@media (max-width: 767px) {
    .course-block__labels .course-block__link {
        margin-top: 4px;
    }
}
.course-block__label {
    display: inline-block;
    vertical-align: baseline;
    padding: 2px 9px 1px;
    margin-bottom: 2px;
    margin-right: 6px;
    font-weight: 400;
    font-size: 10px;
    line-height: 16px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #2d2d2d;
    background: #98edfd;
    border-radius: 120px;
}
@media (max-width: 767px) {
    .course-block__label {
        margin-top: 4px;
    }
}
@media (max-width: 360px) {
    .course-block__label {
        font-size: 8px;
    }
}
.course-block__label--green {
    background: #49e3a4;
}
.course-block__label--red {
    background: #ff7272;
    color: #fff;
}
.course-block__label--grey {
    background: #d1d1d1;
}
.course-block__btn {
    flex-shrink: 0;
    display: inline-block;
    vertical-align: baseline;
    padding: 13px 32px;
    margin-left: 24px;
    font-weight: 700;
    font-size: 20px;
    line-height: 120%;
    color: #fff;
    letter-spacing: 0.03px;
    background: #22b3ff;
    box-shadow: 0px 9px 12px rgba(34, 179, 255, 0.595826);
    border-radius: 25px;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
}
@media (max-width: 991px) {
    .course-block__btn {
        margin-left: 12px;
    }
}
@media (max-width: 767px) {
    .course-block__btn {
        margin-left: 0;
        margin-top: 16px;
    }
}
.course-block__btn:hover, .course-block__btn:focus {
    background-color: #57c5ff;
    box-shadow: 0px 9px 12px rgba(34, 179, 255, 0.1);
}
.course-block__btm {
    width: 100%;
    padding-bottom: 50px;
}
@media (max-width: 575px) {
    .course-block__btm {
        width: calc(100% + 120px);
        margin-left: -120px;
    }
}
.course-block--complete .course-block__btm {
    position: absolute;
    max-width: calc(100% - 170px);
}
@media (max-width: 575px) {
    .course-block--complete .course-block__btm {
        max-width: calc(100% - 12px);
    }
}
.course-block__btm-inner {
    padding: 12px;
    background-color: #fff;
    margin-top: 12px;
    box-shadow: 0px 0px 12px rgba(19, 7, 31, 0.069803);
    border-radius: 20px;
    margin-bottom: -50px;
}
@media (max-width: 767px) {
    .course-block__btm-inner {
        position: relative;
        top: 20px;
        margin-bottom: -100px;
    }
}
.course-block__text {
    margin: 0 0 2px;
    font-weight: 700;
    font-size: 16px;
    line-height: 120%;
    letter-spacing: 0.07px;
    color: #2d2d2d;
}
.course-block__link {
    display: inline-block;
    vertical-align: baseline;
    font-weight: 400;
    margin-right: 24px;
    font-size: 14px;
    line-height: 120%;
    color: #22b3ff;
    text-decoration: underline;
    transition: all 0.3s ease-in-out;
}
.course-block__link:hover, .course-block__link:focus {
    text-decoration: underline solid transparent;
}
.lk-subscriptions__list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
    list-style: none;
    max-width: 632px;
}
.lk-subscriptions__item-new {
    margin-bottom: 24px;
    width: calc(50% - 12px);
}
@media (max-width: 575px) {
    .lk-subscriptions__item-new {
        width: 100%;
        margin-bottom: 16px;
    }
}
.lk-subscriptions__inner {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    padding: 12px;
    box-shadow: 0px 0px 12px rgba(19, 7, 31, 0.069803);
    border-radius: 20px;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
}
.lk-subscriptions__inner:hover, .lk-subscriptions__inner:focus {
    box-shadow: 0px 0px 12px rgba(19, 7, 31, 0);
}
.lk-subscriptions__left {
    display: block;
    position: relative;
    width: 72px;
    height: 72px;
}
.lk-subscriptions__right {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: calc(100% - 72px);
    padding-left: 12px;
}
.lk-subscriptions__meta {
    display: flex;
    justify-content: flex-end;
    width: 100%;
    margin-top: 6px;
    font-weight: 400;
    font-size: 10px;
    line-height: 18px;
    color: rgba(45, 45, 45, 0.4);
}
@media (max-width: 575px) {
    .lk-subscriptions__meta {
        margin-top: -4px;
    }
}
.lk-subscriptions__meta span {
    display: inline-block;
    vertical-align: middle;
}
.lk-subscriptions__meta svg {
    fill: rgba(45, 45, 45, 0.4);
    margin-right: 3px;
}
.lk-subscriptions__meta .label {
    margin-left: 3px;
    margin-top: -1px;
    margin-right: 1px;
}
.lk-subscriptions__meta-subscribers svg {
    width: 12px;
    height: 12px;
}
.lk-subscriptions__meta-articles {
    margin-left: 12px;
}
.lk-subscriptions__meta span.label-check {
    top: -1px;
    position: relative;
    margin-left: 3px;
    font-size: 11px;
}
.lk-subscriptions__img {
    position: relative;
    width: 72px;
    height: 72px;
    display: block;
    border-radius: 50%;
}
.lk-subscriptions__img img {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    object-fit: cover;
}
.lk-subscriptions input {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
    visibility: hidden;
    pointer-events: none;
}
.lk-subscriptions__check {
    position: absolute;
    z-index: 10;
    left: 0;
    bottom: 0;
}
.lk-subscriptions__check .label-check {
    display: block;
    width: 25px;
    height: 25px;
    background-color: #fff;
    box-shadow: 0px 0px 8px rgba(189, 195, 198, 0.6);
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    border-radius: 50%;
}
.lk-subscriptions__check .label-check svg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    will-change: fill;
}
.lk-subscriptions__check .label-check svg:first-child {
    width: 11px;
    height: 11px;
    fill: #979797;
    transition: all 0.3s ease-in-out;
}
.lk-subscriptions__check .label-check svg:last-child {
    top: 52%;
    left: 52%;
    width: 13px;
    height: 11px;
    fill: #fff;
    transform: translate(-50%, -50%) scale(0);
}
.lk-subscriptions__check .label-check:hover, .lk-subscriptions__check .label-check:focus {
    background-color: #22b3ff;
    box-shadow: 0px 3px 7px rgba(34, 179, 255, 0.6);
}
.lk-subscriptions__check .label-check:hover svg, .lk-subscriptions__check .label-check:focus svg {
    fill: #fff;
}
.lk-subscriptions__title {
    display: inline-block;
    vertical-align: baseline;
    margin-bottom: 6px;
    width: 100%;
    font-weight: 400;
    font-size: 16px;
    line-height: 18px;
    transition: all 0.3s ease-in-out;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
    max-height: 54px;
}
@media (max-width: 580px) {
    .lk-subscriptions__title {
        margin-bottom: 3px;
    }
}
.lk-subscriptions__title:first-child:last-child {
    -webkit-line-clamp: 4;
    line-clamp: 4;
    max-height: 70px;
    margin-bottom: 0;
}
.lk-subscriptions__text {
    display: inline-block;
    vertical-align: baseline;
    width: 100%;
    font-weight: 400;
    font-size: 10px;
    line-height: 120%;
    transition: all 0.3s ease-in-out;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    line-clamp: 4;
    -webkit-box-orient: vertical;
    max-height: 45px;
}
.lk-subscriptions input:checked + label .label-check {
    background-color: #22b3ff;
    box-shadow: 0px 3px 7px rgba(34, 179, 255, 0.6);
}
.lk-subscriptions input:checked + label .label-check svg:first-child {
    transform: translate(-50%, -50%) scale(0);
}
.lk-subscriptions input:checked + label .label-check svg:last-child {
    transform: translate(-50%, -50%) scale(1);
    transition-delay: 0.3s;
}
.lk-subscriptions input:checked + label .label-check:hover, .lk-subscriptions input:checked + label .label-check:focus {
    box-shadow: 0 3px 7px 0 rgba(34, 179, 255, 0.2);
    background-color: #57c5ff;
}
.author-list {
    display: none;
}
.card-item--new .card-item__author-wrapper {
    position: relative;
}
.card-item--new .card-item__author-wrapper .card-item__author {
    position: static;
}
.card-item__author-cont {
    display: flex;
    align-items: center;
    width: 100%;
}
.card-item__author-cont button {
    margin: 0 0 5px 4px;
    padding: 3px 4px 2px;
    border: none;
    background: rgba(45, 45, 45, 0.4);
    border-radius: 9px;
    font-weight: 700;
    font-size: 10px;
    line-height: 9px;
    letter-spacing: 0.0424918px;
    text-transform: uppercase;
    color: #fff;
    transition: all 0.3s ease-in-out;
}
.card-item__author-cont button:hover, .card-item__author-cont button:focus, .card-item__author-cont button:active {
    background: #49e3a4;
}
.card-item__author-cont .author-list {
    position: absolute;
    z-index: 3;
    top: 100%;
    width: 100%;
    padding: 7px 6px;
    background: #fff;
    box-shadow: 0px 0px 16px rgba(19, 7, 31, 0.14);
    border-radius: 6px;
}
.card-item__author-cont .author-list a {
    margin-right: 12px;
}


.uploads-item.rejected .icon-upload{
    opacity: 0;
}
.uploads-item.rejected .icon-upload-error{
    opacity: 1;
}

.uploads-item.confirmed .uploads-item__icon-loader .progress__meter{
    stroke: #49E3A4;
}
.uploads-item.confirmed {
    background-color: rgba(73, 227, 164, 0.05);
}
.uploads-item.confirmed .icon-upload{
    opacity: 0;
}
.uploads-item.confirmed .icon-upload-success{
    opacity: 1;
}

.lk-sidebar__name{
    display: block;
}
.header-without-sub{
    min-height: 80px;
}

.lk-sidebar{
    border-right: 1px solid #E9E9E9;
    height: 100%;
}
.main.main-new{
    min-height: calc(100vh - 400px);
}

/* End */


/* Start:/local/templates/.default_new/css/styles.css?17502498496578*/
#bx-panel {
    z-index: 1010 !important;
}
.dropdown-single.error .error-message {
    display: block;
}
.header {
    /*z-index: 2000 !important;*/
}
.application-author a:hover {
    color: #49e3a4;
}
.application-author a {
    -webkit-transition: .4s ease 0s;
    transition: .4s ease 0s;
}
.tabs-content-unregister {
    height: 500px !important;
}
.tabs-event-unregister {
    height: 500px;
    overflow: hidden;
    position: inherit;
}
.alert.alert--error {
    background-color: #ff7373;
}
.alert.alert--error .icon {
    fill: #fff;
}
.alert.alert--error .alert__text {
    color: #fff;
}
.article__next-post .next-article {
    font-size: 14px;
    letter-spacing: 0.03px;
    background: none;
    border: none;
    padding: 8px 24px;
    cursor: pointer;
    margin-top: 12px;
    background-color: #22b3ff;
    color: #fff;
    -webkit-box-shadow: 0 9px 12px rgba(34, 179, 255, 0.6);
    box-shadow: 0 9px 12px rgba(34, 179, 255, 0.6);
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    border-radius: 25px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.article__next-post .next-article:hover {
    -webkit-box-shadow: 0 3px 7px rgba(34, 179, 255, 0.6);
    box-shadow: 0 3px 7px rgba(34, 179, 255, 0.6);
    background-color: #57c5ff;
}
.text-container {
    font-size: 14pt;
}
.text-container p {
    margin-bottom: 10px;
    text-align: justify;
}
.text-container h2 {
    margin-bottom: 20px;
}
.text-container h3 {
    margin: 20px 0;
}
a.standard-link {
    display: inline;
    color: #22b3ff;
    text-decoration: underline;
    text-decoration-skip-ink: none;
}

a.standard-link:hover {
    text-decoration: none;
}

.form-group.form-group--filled label {
    bottom: auto;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .header--unregister-fixed {
        transform: translateY(-130px);
    }
}


.sign-in-form__disclaimer {
  font-size: 12px;
  color: #999;
  max-width: 385px;
}

.header-disclaimer {
  background-color: #f5f5f5;
}
.header-disclaimer__inner {
  max-width: 980px;
  margin: 0 auto;
  padding: 5px 30px 5px 10px;
  position: relative;
}
.header-disclaimer__close {
  position: absolute;
  right: 5px;
  top: 3px;
  cursor: pointer;
  width: 16px;
  height: 16px;
}
.header-disclaimer__close svg {
  width: 16px;
  height: 16px;
  fill: #22b3ff;
}
.header-disclaimer__text {
  font-size: 13px;
  line-height: 19px;
  text-align: center;
}
@media (max-width: 600px) {
  .header-disclaimer__text {
    font-size: 11px;
    line-height: 15px;
  }
}

.header-disclaimer + .header {
	margin-top: 36px;
}

.edu-courses__program-item-type {
    display: inline-block;
    vertical-align: baseline;
    margin-bottom: 10px;
    font-size: 1.6rem;
    line-height: 36px;
    padding: 3px 18px 0;
    font-weight: 700;
    letter-spacing: 0.003rem;
    border-radius: 2.2rem;
    color: #13071f;
    box-shadow: 0 5px 10px 0 rgb(133 236 255 / 51%);
    background-color: #98edfd;
	text-transform: initial;
}

.text-blue {
    color: #22b3ff;
}

.text-bold {
	font-weight: 700;
}
.links-list a {
    text-decoration: underline;
}

.links-list a:hover,
.links-list a:focus {
    text-decoration: underline solid transparent;
}


.top-menu__list .top-menu__item-mark a {
	color: #22b3ff;
	font-weight: 700;
}

.edu-courses__program-item-duration a {
	color: #46b3fb;
    text-decoration: underline;
	transition: all 0.3s ease-in-out;
}

.edu-courses__program-item-duration a:hover,
.edu-courses__program-item-duration a:focus {
	text-decoration: underline solid transparent;
}

.form-group.form-group--allow label a:hover {
    text-decoration: none;
    color: #22b3ff;
}

.course-item__img {
	margin-left: auto;
}

.cpk-banner__label {
	color: #2D2D2D;
    background: rgba(255,255,255,0.4);
}

.reg-modal__group .custom-select__dropdown,
.reg-modal .custom-select.active .custom-select__dropdown {
	border: none;
	box-shadow: none;
}

.reg-modal .custom-select .custom-select__dropdown {
	width: 100%;
    left: 0;
    top: calc(100% + 4px);
    padding-top: 0;
    border: 1px solid #98EDFD;
    box-shadow: 0px 0px 12px rgba(19, 7, 31, 0.069803);
    border-radius: 12px;
    padding-top: 8px;
}

.reg-modal__group .custom-select.active>button {
	border-color: #98EDFD;
}

.reg-modal__group .custom-select__dropdown, .reg-modal .custom-select.active .custom-select__dropdown {
	width: 100%;
    left: 0;
    top: calc(100% + 4px);
    padding-top: 0;
    border: 1px solid #98EDFD;
    box-shadow: 0px 0px 12px rgba(19, 7, 31, 0.069803);
    border-radius: 12px;
    padding-top: 12px;
	padding-left: 7px;
    padding-right: 7px;
}

.reg-modal__group .custom-select__dropdown .custom-select__list {
	max-height: 170px;
}

.reg-modal__group .custom-select__list li a {
	font-weight: 400;
	font-size: 14px;
	line-height: 100%;
	color: #2D2D2D;
}

.reg-modal__group .custom-select__list li:not(:last-child) {
	margin-bottom: 11px;
}

.reg-modal__group .custom-select__list li a:after {
	top: 0;
	border: 1px solid #2D2D2D;
	border-radius: 2px;
	background-color: transparent;
	width: 14px;
	height: 14px;
	transition: all 0s;
}

.reg-modal__group .custom-select__list li.checked a:after {
	background-color: transparent;
}

.reg-modal__group .custom-select__list li a::before {
	position: absolute;
	top: 3px;
	left: 3px;
	width: 8px;
	height: 8px;
	background: #2D2D2D;
	border-radius: 1px;
	opacity: 0;
	content: "";
}

.reg-modal__group .custom-select__list li.checked a:hover:after {
	background-color: transparent;
}

.reg-modal__group .custom-select__list li.checked a::before {
	opacity: 1;
}

.reg-modal__group .custom-select__list {
	position: relative;
	padding-bottom: 12px;
}

.reg-modal__group .custom-select__list::after {
	position: absolute;
	z-index: 3;
	left: 0;
	bottom: 0;
	background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 99.85%);
	width: 100%;
	height: 30px;
	pointer-events: none;
	content: "";
}

.reg-modal__group .custom-select__search,
.reg-modal__group .custom-select .custom-select__list ul {
	padding-left: 5px;
	padding-right: 5px;
}

.reg-modal__group .reg-modal__group .custom-select.active>button:after {
	opacity: 1;
}

.reg-modal__group .custom-select__list li:last-child {
	margin-bottom: 30px;
}

#reg-modal-specialties .custom-select__search, 
#reg-modal-country .custom-select__search {
    display: none;
}
/* End */


/* Start:/local/components/ordinator/modal.diploma/templates/.default/style.css?1750249835193*/
.promocode-field__group-success {
    color: #49e3a4;
    font-size: 16px;
    margin-top: 12px;
    font-weight: 700;
    line-height: 19px;
    font-style: italic;
    margin-bottom: -18px;
}
/* End */


/* Start:/local/components/ordinator/modal.phone/templates/.default/style.css?1750249835231*/
.js-phone-message {
    display: none;
    text-align: center;
    margin-bottom: 15px;
}

.link2 {
    display: inline;
    color: #22b3ff;
    text-decoration: underline;
    text-decoration-skip-ink: none;
    cursor: pointer;
}
/* End */
/* /local/templates/ordi2/newpages.css?175024987582571 */
/* /local/templates/.default_new/css/styles.css?17502498496578 */
/* /local/components/ordinator/modal.diploma/templates/.default/style.css?1750249835193 */
/* /local/components/ordinator/modal.phone/templates/.default/style.css?1750249835231 */
