body {
   background-color: #0b0b0b; 
}
footer {
    background-color: #000;
    padding: 60px 0;
}
.header-holder {
    height: 70px;
}

img {display: block;}

.wrapper {
    width: 1282px;
    margin: 0 auto;
    padding-top: 80px;
}
h2 {
    font-weight: 700;
    font-size: 40px;
    line-height: 50px;
    text-align: center;
    margin-bottom: 80px;
}
section {
    margin-bottom: 80px;
}
section .block-holder {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: flex-start;
}
.block-holder .box {
    width: 410px;
    background: #111;
    border-radius: 40px;
    box-sizing: border-box;
    padding: 40px 46px;
    color: #808080;
    font-weight: 500;
    font-size: 17px;
    line-height: 24px;
    align-content: flex-start;
    display: flex;
    flex-wrap: wrap;
    margin: 0 26px 26px 0;
}
.block-holder .box:nth-child(2n) {
    margin-right: 0;
}
.block-holder .box.add {
    width: 844px;
    align-content: flex-start;
}
.block-holder .box p {
    margin-bottom: 26px;
    display: flex;
    align-items: center;
}
.block-holder .box .mb-0 {
    margin-bottom: 0;
}
.block-holder .box .mb-16 {
    margin-bottom: 16px;
}
.block-holder .box p b {
    margin: 0 8px;
    font-weight: bold;
    color: #fff;
}
.block-holder .box p .mr-16 {
    margin-right: 16px;
}
.block-holder .box p.add { 
    font-size: 13px;
    line-height: 20px;
    border-top: 1px solid #1D1D1D;
    padding-top: 16px;
}
.block-holder .box .img-holder {
    align-items: center;
    flex-shrink: 0;
    border-radius: 50px;
    border: 1px solid #515151;
    overflow: hidden;
}
.mt-24 {
    margin-top: 24px;
}
.block-holder .box .img-holder img {
    width: 298px;
    border: 10px solid #252525;
    border-radius: 50px;
}
.block-holder .box h3 {
    color: #FFF;
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
    margin-bottom: 20px;
}
.levels-list {
    margin: 12px 0 38px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    font-size: 15px;
    font-weight: 400;
    line-height: 18px;
}
.levels-list li {
    width: 342px;
    display: flex;
    align-items: center;
    margin-top: 42px;
}
.levels-list li:first-child,
.levels-list li:nth-child(2) {
    margin-top: 0;
}
.levels-list li img {
    margin-right: 22px;
}
.levels-list .descr h4 {
    color: #FFF;
    font-size: 17px;
    line-height: 24px;
}
.levels-list .descr p {
    margin: 0;
}


.block-holder .box.wide {
    width: 100%;
    padding: 50px 80px 0;
    align-items: center;
}
.block-holder .box.wide.add {
    padding-bottom: 36px;
}
.block-holder .box.wide .text-block {
    margin-left: 100px;
    padding-bottom: 24px;
    width: 500px;
}
.block-holder .box.wide .text-block p {
    margin-bottom: 16px;
}
.block-holder .box.wide .heading-block {
    width: 100%;
    margin-bottom: 54px;
}
.heading-icon {
    margin-bottom: 20px;
}
.lvl-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    color: #e1e1e1;
    font-family: Montserrat;
    font-size: 15px;
    font-weight: 400;
    line-height: 18px;
}
.lvl-list >li {
    width: 300px;
    margin-bottom: 80px;
}
.lvl-list b {
    font-weight: 600;
    color: #fff;
}
.lvl-list .heading {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}
.lvl-list .heading img {
    margin-right: 24px;
}
.lvl-list h4 {
    color: #FFF;
    font-family: Montserrat;
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
}
.descr-list li {
    border-top: 1px solid #1D1D1D;
    padding: 14px 0;
}
.descr-list li:first-child {
    border-top: none;
    padding-top: 0;
}
.descr-list .orange {
    color: #DD8536;
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
    background-color: transparent;
}
.blue {
    background-color: transparent;
    color: #3C8AF3;
}
.block-holder .box.wide .db {
    display: block;
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    margin-bottom: 60px;
}
.add-info {
    font-family: Montserrat;
    font-size: 17px;
    font-weight: 500;
    line-height: 24px;
}
.add-info li {
    margin-bottom: 24px;
}



@media screen and (max-width: 1300px) {
    .wrapper {
        width: auto;
        max-width: 366px;
        padding-top: 30px;
    }
    section {
        margin-bottom: 30px;
    }
    h2 {
        font-size: 26px;
        line-height: 32px;
        font-weight: 800;
        margin-bottom: 30px;
        text-align: left;
        padding: 0 12px;
    }
    h2 br {
        display: none;
    }
    section .block-holder {
        flex-direction: column;
    }
    .block-holder .box {
        width: 100%;
        max-width: 366px;
        border-radius: 30px;
        padding: 24px;
        font-size: 16px;
        line-height: 22px;
        font-weight: 400;
        color: #e1e1e1;
    }
    .block-holder .box .img-holder img {
        width: 100%;
    }
    .block-holder .box.wide {
        width: 100%;
        padding: 24px;
        align-items: center;
    }
    .not-mob {
        display: none;
    }
    .img-holder {
        width: 100%;
        align-items: center;
        flex-shrink: 0;
        border-radius: 50px;
        border: 1px solid #515151;
        overflow: hidden;
    }
    .img-holder img {
        box-sizing: border-box;
        width: 100%;
        border: 10px solid #252525;
        border-radius: 50px;
    }
    .block-holder .box.wide .text-block {
        margin: 0;
        padding-bottom: 6px;
        width: 100%;
    }
    .heading-icon {
        width: 202px;
        height: 38px;
        margin-bottom: 24px;
    }
    .block-holder .box.wide .text-block p {
        margin-bottom: 24px;
    }
    .block-holder .box h3 {
        font-size: 16px;
        line-height: 20px;
        margin-bottom: 20px;
    }
    .block-holder .box p {
        margin-bottom: 30px;
    }
    .block-holder .box.wide .heading-block {
        margin-bottom: 0;
    }
    .lvl-list .heading img {
        width: 54px;
        height: 54px;
        margin-right: 24px;
    }
    .lvl-list .heading {
        margin-bottom: 16px;
    }
    .lvl-list h4 {
        font-size: 16px;
        line-height: 24px;
    }
    .lvl-list {
        font-size: 15px;
        font-weight: 600;
        line-height: 20px;
    }
    .lvl-list >li {
        width: 100%;
        margin-bottom: 20px;
    }
    .descr-list li {
        border-top: 1px solid #1D1D1D;
        padding: 10px 0;
    }
    .descr-list li:first-child {
        border-top: none;
        padding-top: 0;
    }
    .block-holder .box.wide .db {
        color: #808080;
        font-size: 16px;
        font-weight: 400;
        line-height: 22px;
        padding-top: 10px;
        margin-bottom: 40px;
    }
    .add-info {
        font-size: 16px;
        font-weight: 400;
        line-height: 20px;
    }
    .add-info li {
        margin: 24px 0 0;
    }
    .add-info li:first-child {
        margin-top: 0;
    }
    .block-holder .box p.add {
        color: #67676A;
        font-size: 14px;
        line-height: 18px;
        border-top: 1px solid #1D1D1D;
        padding-top: 16px;
    }
}


@media (min-width: 780px) and (max-width: 1300px) {
    .wrapper {
        max-width: 732px;
        padding-top: 60px;
    }
    section {
        margin-bottom: 60px;
    }
    h2 {
        font-size: 52px;
        line-height: 64px;
        margin-bottom: 60px;
        padding: 0 24px;
    }
    .block-holder .box {
        max-width: 732px;
        border-radius: 60px;
        padding: 48px;
        font-size: 32px;
        line-height: 44px;
    }
    .block-holder .box.wide {
        padding: 48px;
    }
    .block-holder .box .img-holder,
    .img-holder {
        border-radius: 100px;
        border: 2px solid #515151;
    }
    .block-holder .box .img-holder img,
    .img-holder img {
        width: 100%;
        border: 20px solid #252525;
        border-radius: 100px;
    }
    .block-holder .box.wide .text-block {
        padding-bottom: 12px;
    }
    .heading-icon {
        width: 404px;
        height: 76px;
        margin-bottom: 48px;
    }
    .block-holder .box.wide .text-block p {
        margin-bottom: 48px;
    }
    .block-holder .box h3 {
        font-size: 32px;
        line-height: 40px;
        margin-bottom: 40px;
    }
    .block-holder .box p {
        margin-bottom: 60px;
    }
    .lvl-list .heading img {
        width: 108px;
        height: 108px;
        margin-right: 48px;
    }
    .lvl-list .heading {
        margin-bottom: 32px;
    }
    .lvl-list h4 {
        font-size: 32px;
        line-height: 48px;
    }
    .lvl-list {
        font-size: 30px;
        line-height: 40px;
    }
    .lvl-list >li {
        margin-bottom: 40px;
    }
    .descr-list li {
        border-top: 2px solid #1D1D1D;
        padding: 20px 0;
    }
    .descr-list li:first-child {
        border-top: none;
        padding-top: 0;
    }
    .block-holder .box.wide .db {
        font-size: 32px;
        line-height: 44px;
        padding-top: 20px;
        margin-bottom: 80px;
    }
    .add-info {
        font-size: 32px;
        line-height: 40px;
    }
    .add-info li {
        margin: 48px 0 0;
    }
    .add-info li:first-child {
        margin-top: 0;
    }
    .block-holder .box p.add {
        font-size: 28px;
        line-height: 36px;
        border-top: 2px solid #1D1D1D;
        padding-top: 32px;
    }
    .descr-list .orange {
        font-size: 32px;
        line-height: 40px;
    }
}