body, html {
    width: 100%;
    min-height: 100%;
    overflow-x: hidden;
    position: relative;
    background: #fff;
    padding: 0;
    margin: 0;
    font-family: 'TT Norms';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.8;
    color: #3F4043;
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;

}

a {
    font-size: inherit;
    font-family: inherit;
    color: #000;
    font-weight: 400;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

*:focus {
    outline: 0;
}

.wrapper {
    width: 100%;
    padding: 0 180px;
    margin: 0 auto;

}

.lk-page {
    background: #F5F5F5;
    padding: 0;
    margin: 0;

}


.lk-page .head {
    padding: 40px 0;
    position: relative;
}
.lk-page .head .wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 180px;
    width: 100%;

}
.lk-page .head .head-menu {
    display: flex;
    gap: 120px;
}
.lk-page .head .head-menu a {
    font-weight: 400;
    font-size: 24px;
    letter-spacing: 0.125em;
    color: #000000;
}
.lk-page .head .logo {
    position: absolute;
    left: calc(50% - 117px);
    margin-top: 15px;
}

.lk-content {
    padding-top: 20px;
    display: flex;
    align-items: flex-start;
}
.lk-content .lk-left {
    flex-grow: 0;
    padding: 100px 40px 0 56px;
    width: 426px;
    min-width: 426px;
    position: relative;
}
.lk-content .lk-right {
    /*overflow-x: hidden;*/
    background: #FFFFFF;
    border-radius: 46px 0px 0px 0px;
    flex-grow: 1;
}
.lk-content .lk-right-wrap {
    padding: 80px 150px;
    /*
    height: calc(100vh - 144px);
    overflow: auto;
    width: calc(100% + 18px);

     */
}
.lk-left .personal-info .avatar {
    width: 85px;
    height: 85px;
    border-radius: 100%;
    background: #54BBAB;
    margin-bottom: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.lk-left .personal-info .name {
    color: #081726;
    font-weight: 700;
    font-size: 24px;
    margin-bottom: 12px;
    line-height: 1.1;
}
.lk-left .personal-info .email {
    color: #081726;
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 24px;
    text-decoration: none;
    line-height: 1.1;
}

.btn {
    background: #081726;
    border-radius: 47px;
    height: 60px;
    line-height: 60px;
    width: 246px;
    color: #FFFFFF;
    font-weight: 500;
    font-size: 16px;
    text-align: center;
    text-decoration: none;
    border: 0;
    display: block;
}
.btn:hover {
    text-decoration: none;
}

.lk-left .personal-info {
    padding-bottom: 27px;
    border-bottom: 1px solid #CACAE6;

}
.lk-left .subblock {
    padding: 27px 0;
    border-bottom: 1px solid #CACAE6;

}

.subblock .subtitle {
    font-weight: 500;
    font-size: 18px;
    color: #6B6E82;
    opacity: 0.3;
    margin-bottom: 25px;
}

.subblock .modules-list {

}

.subblock .modules-list > .item > a {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    background: transparent;
    border-radius: 11px;
    width: 100%;
    min-height: 44px;
    line-height: 1.6;
    margin-bottom: 20px;
    text-decoration: none;
    margin-left: -15px;
    padding: 0 15px 0 55px;
    position: relative;
}

.subblock .modules-list > .item.dis {
    position: relative;
}

.subblock .modules-list > .item.dis > a {
    opacity: 0.3;

}

.subblock .modules-list .submenu .item.dis {
    position: relative;
}

.subblock .modules-list .submenu .item.dis > a {
    opacity: 0.3;

}

.subblock .modules-list > .item.dis .hint {
    position: absolute;
    left: 0;
    top: 100%;
    background: #FFFFFF;
    border: 1px solid #000000;
    border-radius: 4px;
    padding: 20px;
    box-sizing: border-box;
    font-weight: 400;
    font-size: 16px;
    color: #8D8993;
    z-index: 23;
    width: 490px;
    display: none;
}

.subblock .modules-list > .item.dis:hover .hint {
    display: block;
}

.subblock .modules-list > .item.dis .hint a {
    font-weight: 400;
    font-size: 16px;
    color: #8D8993;
}



.subblock .modules-list .submenu .item.dis .hint {
    position: absolute;
    left: 0;
    top: 100%;
    background: #FFFFFF;
    border: 1px solid #000000;
    border-radius: 4px;
    padding: 20px;
    box-sizing: border-box;
    font-weight: 400;
    font-size: 16px;
    color: #8D8993;
    z-index: 23;
    width: 490px;
    display: none;
}

.subblock .modules-list .submenu .item.dis:hover .hint {
    display: block;
}

.subblock .modules-list .submenu .item.dis .hint a {
    font-weight: 400;
    font-size: 16px;
    color: #8D8993;
}


.subblock .modules-list > .item.hassub > a:after {
    display: block;
    position: absolute;
    right: 15px;
    top: calc(50% - 9px);
    content: " ";
    width: 18px;
    height: 18px;
    background: #FFFFFF url(../images/lk/down-arrow.svg) center center no-repeat;
    box-shadow: 0px 2px 4px rgba(168, 168, 210, 0.51);
    border-radius: 100%;
    transition: all 0.3s;
    transform: rotate(0deg);
}

.subblock .modules-list > .item.hassub.open > a:after {

    transform: rotate(180deg);
}

.subblock .modules-list > .item.done > a:before {
    content: " ";
    display: block;
    background: url(../images/lk/circle-check.svg) center center no-repeat;
    position: absolute;
    top: calc(50% - 11px);
    left: 15px;
    width: 20px;
    height: 21px;

}

.subblock .modules-list > .item.open > a {
    background: #CBD5F1;
}


.subblock .modules-list .item .submenu {
    padding-left: 40px;
    display: none;
}

.subblock .modules-list .item.open .submenu {
    display: block;
}

.subblock .modules-list .item .submenu .item {
    margin-bottom: 7px;
}

.subblock .modules-list .item .submenu .item > a {
    color: #6B6E82;
    font-size: 18px;
    font-weight: 500;
    text-decoration: none;
    padding-left: 34px;
    position: relative;
}

.subblock .modules-list .item .submenu .item > a:before {
    content: " ";
    display: none;
    background: url(../images/lk/circle-check.svg) center center no-repeat;
    position: absolute;
    top: calc(50% - 11px);
    left: 0px;
    width: 20px;
    height: 21px;
}

.subblock .modules-list .item .submenu .item.done > a:before {
    display: block;
}

.subblock-list {
    padding-left: 40px;
}

.subblock-list a {
    font-weight: 500;
    font-size: 18px;
    color: #6B6E82;
    margin: 0 0 12px;
    display: block;
}

.subblock.promo {
    padding-bottom: 0;
    border-bottom: 0;
    display: none;
}

.subblock.promo .subtitle {
    font-size: 15px;
    opacity: 1;
    font-weight: 400;
}

.breadcrumbs {
    margin-bottom: 110px;
    font-weight: 400;
    font-size: 16px;
    color: #6B6E82;
}

.breadcrumbs a {
    font-weight: 400;
    font-size: 16px;
    color: #6B6E82;
}

.btn-logout {
    display: block;
    margin-top: 26px;
    font-size: 18px;
    font-weight: 500;
    color: #6B6E82;
}

.youarehere {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 50px;
    color: #000000;
    line-height: 1.4;
    position: relative;
}

.youarehere:before {
    width: 24px;
    height: 27px;
    display: block;
    position: absolute;
    content: " ";
    background: url(../images/lk/mark.svg) center center no-repeat;
    top: 0;
    left: -50px;
}
.youarehere span {
    font-size: 45px;
}

.progress-wrap {
    margin: 0 0 120px;
}
.progress-wrap p {
    font-weight: 600;
    font-size: 20px;
    margin: 0 0 14px;
}

.progress {
    width: 492px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}
.progress:before {
    position: absolute;
    left: 0;
    width: 100%;
    content: " ";
    display: block;
    background: #CBD5F1;
    height: 2px;
    top: calc(50% - 1px);
}
.progress .pr-step {
    background: #FFFFFF;
    border: 1px solid #CBD5F1;
    height: 32px;
    width: 32px;
    font-weight: 400;
    font-size: 14px;
    color: #000;
    align-items: center;
    justify-content: center;
    display: flex;
    border-radius: 100%;
    position: relative;
    z-index: 2;
}
.progress .pr-step.cup {
    height: 42px;
    width: 42px;
}
.progress .pr-step.act {
    background: #4481FC url(../images/lk/check.svg) center center no-repeat;
    border-color: #4481FC;
    color: transparent;
}

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

.progress-wrap {

}

.progress-wrap .spaceb {
    justify-content: flex-start;
    margin-bottom: 15px;
}
.progress-wrap .progress-text {
    margin-left: 36px;
    font-weight: 400;
    font-size: 18px;
}

.progress-wrap .hint {
    max-width: 616px;

    font-weight: 400;
    font-size: 18px;
    color: #6B6E82;
}

.progress-wrap .hint span {
    display: block;
    color: #4481FC;
    font-weight: 700;
    margin-top: 12px;
}

.modules-wrap {

}
.modules-wrap .title {
    font-weight: 600;
    font-size: 20px;
    text-align: center;
    margin-bottom: 60px;
    color: #000;
}
.lk-right .modules-list {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 24px;
}

.lk-right .modules-list .col {
    width: 238px;
}

.lk-right .modules-list .col .item {
    margin-bottom: 20px;
    background: #EAEEF8;
    border-radius: 10px;
    height: 200px;

    position: relative;
    cursor: pointer;
}
.lk-right .modules-list .col .item.current {
    border-radius: 0 10px 10px 10px;
}
.lk-right .modules-list .col .item.current:before {
    position: absolute;
    content: "Вы тут";
    display: block;
    background: #4481FC;
    border-radius: 10px 10px 0px 0px;
    height: 30px;
    line-height: 30px;
    font-weight: 600;
    font-size: 16px;
    text-align: center;
    color: #fff;
    width: 106px;
    left: 0;
    top: -30px;
    z-index: 2;
}
.lk-right .modules-list .col .item .item-wrap {
    background: #EAEEF8;
    border: 2px solid #EAEEF8;
    padding: 60px 20px 0;
    box-sizing: border-box;
    border-radius: 10px;
    height: 200px;
}
.lk-right .modules-list .col .item.current .item-wrap {
    border: 2px solid #CBD5F1;
    background: #fff;
    border-radius: 0 10px 10px 10px;
}
.lk-right .modules-list .col .item.open .item-wrap {
    height: 412px;
    position: relative;
    z-index: 3;
}


.lk-right .modules-list .col .item.dis {
    opacity: 0.4;
}

.lk-right .modules-list .item .item-check {
    position: absolute;
    right: 20px;
    top: 20px;
    width: 30px;
    height: 30px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #FFFFFF;
    border: 1px solid #081726;
    border-radius: 100%;
    font-weight: 400;
    font-size: 14px;
}

.lk-right .modules-list .item.done .item-check {
    background: #4481FC url(../images/lk/check.svg) center center no-repeat;
    color: transparent;
    border-color: #4481FC;
}

.lk-right .modules-list .item .item-cup {
    position: absolute;
    left: 20px;
    top: 25px;
    display: none;
}

.lk-right .modules-list .item.done .item-cup {
    display: block;
}

.lk-right .modules-list .col .item .name .nametitle {
    color: #000000;
    font-size: 24px;
    font-weight: 700;
    line-height: 1;
}

.lk-right .modules-list .col .item .name .nametitle span {
    display: block;
    color: #A8A8D2;
    font-size: 16px;
    margin-bottom: 10px;

    font-weight: 500;
    line-height: 16px;
}

.lk-right .modules-list .col .item .name .description {
    display: none;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.8;
    color: #6B6E82;
    margin-top: 10px;
    margin-bottom: 10px;
}
.lk-right .modules-list .col .item .name .btn {
    display: none;
    position: absolute;
    left: 20px;
    right: 20px;
    bottom: 26px;
    background: #54BBAB;
    color: #fff;
    width: auto;
}

.lk-right .modules-list .col .item.open .description {
    display: block;
}
.lk-right .modules-list .col .item.open .btn {
    display: block;
}

.lk-right .modules-list .col .item .name .bb-text {
    margin-top: 20px;
    color: rgba(168, 168, 210, 0.5);
    font-size: 16px;
    font-weight: 400;
    display: none;
}

.lk-right .modules-list .col .item.open .bb-text {
    display: none;
}

.certs-wrap {
    margin: 170px 0 130px;

}

.certs-wrap .title {
    font-weight: 600;
    font-size: 20px;
    color: #000;
    margin-bottom: 32px;
}
.certs-wrap .hint {
    font-weight: 400;
    font-size: 18px;
    line-height: 32px;
    color: #6B6E82;
    margin-bottom: 32px;
    max-width: 350px;
}
.certs-list .item {
    margin-right: 14px;
    margin-bottom: 28px;
    background: #FFDD2D;
    border-radius: 5px;
    font-weight: 600;
    font-size: 20px;
    color: #000;
    display: inline-block;
    vertical-align: top;

    width: 316px;
    height: 70px;
}

.certs-list .item .item-wrap {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 316px;
    height: 70px;
    position: relative;
    padding: 0 24px 0 26px;
}

.certs-list .item .item-wrap a {
    position: absolute;
    right: 20px;
    top: calc(50% - 17px);

}

.certs-list .item .item-wrap .img {
    margin-right: 30px;
    flex-grow: 0;
}
.certs-list .item.dis {
    opacity: 0.17;
}

.balls-wrap {
    padding: 56px 150px 76px;
    width: calc(100% + 300px);
    margin-left: -150px;
    background: rgba(203, 213, 241, 0.4);
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
}

.balls-wrap .item:first-child {
    width: 340px;
    flex-grow: 0;
    position: relative;
}

.balls-wrap .item:first-child .title {
    font-weight: 600;
    font-size: 20px;
    color: #000;
    margin-bottom: 40px;
}

.balls-wrap .item:first-child:before {
    content: " ";
    display: block;
    position: absolute;
    right: 0;
    top: calc(50% - 80px);
    height: 160px;
    width: 1px;
    background: #A8A8D2;
}

.balls-wrap .item:first-child .num-wrap {
    display: flex;
    align-items: center;
    justify-content: flex-start;

}

.balls-wrap .item:first-child .num-wrap .num {
    font-weight: 600;
    font-size: 84px;
    color: #000;
    margin-right: 18px;
    line-height: 84px;
}

.balls-wrap .item:first-child .num-wrap .desc {
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    color: #6B6E82;
}
.balls-wrap .item:last-child {
    padding-top: 30px;
    padding-left: 160px;
    font-weight: 400;
    font-size: 18px;
    color: #6B6E82;
    box-sizing: border-box;
    width: 795px;
}
.achievements-wrap {
    padding: 70px 0 100px;
}
.achievements-wrap .title {
    font-weight: 600;
    font-size: 20px;
    color: #000;
    margin: 0 0 30px;
}

.achievements-wrap .title .hint {
    display: inline-block;
    font-weight: 400;
    font-size: 18px;
    color: #6B6E82;
    margin-left: 70px;
}
.achievements-list {
    font-size: 0;
}
.achievements-list .item {
    margin: 0 0 35px;
    display: inline-block;
    vertical-align: top;
    width: 20%;
    text-align: center;
    padding: 0 10px;
    box-sizing: border-box;
}
.achievements-list .item.dis {
    opacity: 0.4;
}
.achievements-list .item .name {
    color: #000000;
    font-weight: 600;
    font-size: 20px;
    text-align: center;
    min-height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 0 10px;
}
.achievements-list .item .desc {
    font-weight: 400;
    font-size: 18px;
    color: #6B6E82;
    text-align: center;
    line-height: 1.8;
}

.footer {
    padding: 38px 0;
    background: #000000;
}
.footer .links {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 18px;
    height: 53px;
    font-size: 0;
}
.footer .links a.dz {
    height: 53px;
    background: url(../images/Dzen.svg) center center no-repeat;
    width: 53px;
}

.lk-form .inp-row {
    margin-bottom: 20px;
    max-width: 445px;
}
.lk-form .inp-row .lbl {
    margin: 0 0 10px;
    font-weight: 600;
    font-size: 18px;
    color: #081726;
}
.lk-form .inp-row .inptext {
    border: 1px solid #000000;
    border-radius: 10px;
    height: 60px;
    padding: 0 15px;
    line-height: 60px;
    font-weight: 600;
    font-size: 18px;
    color: #000000;
    width: 100%;
}
.lk-form .hr {
    height: 2px;
    background: #4481FC;
    margin: 60px 0;
}

.lk-form .title {
    font-weight: 700;
    font-size: 24px;
    color: #000;
    margin-bottom: 20px;
}
.lk-form .sbm.btn {
    background: #54BBAB;
}
