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

body,
html {
    margin: 0;
}

a {
    background: 0 0;
    color: #2190dc;
    text-decoration: none;
    transition: border .2s ease;
}

.b-container__block {
    max-width: 1140px;
    margin: 0 auto;
}

@media screen and (max-width: 1140px) {
    .b-container__block {
        padding: 0 45px 0 45px;
    }
}

@media screen and (max-width: 486px) {
    .b-container__block {
        padding: 0 15px 0 15px;
    }
}

.b-links {
    text-decoration: none;
    color: #272624;
    cursor: pointer;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
}

.b-links:hover {
    text-decoration: none;
    color: unset;
    border-bottom: unset;
}

.create-line {
    position: absolute;
    top: 10px;
    background-color: #E2E6EE;
    width: 1px;
    height: 100%;
    left: 1.6%;
}

.b-new_date__item {
    z-index: 1;
}


/* // new_plan__block // */

ul {
    list-style: none;
    padding: 0;
}

.li-ribbon::before {
    content: "•";
    padding: 0 0.6em 0 0;
    font-weight: bold;
}

.b-new_block__txt {
    padding-bottom: 68px;
}

.b-new_block__title {
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 32px;
    line-height: 48px;
    color: #000000;
    max-width: 60%;
    margin: 0 auto;
    text-align: center;
    padding-bottom: 18px;
}

.b-new_block__sub {
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 32px;
    color: #272624;
    max-width: 68%;
    text-align: center;
    margin: 0 auto;
}

.create-line__second {
    border-left: 1px solid #E2E6EE;
    height: 1980px;
    margin: auto;
}

.create-line__third {
    border-left: 1px solid #E2E6EE;
    height: 2320px;
    margin: auto;
}

.create-line__fourth {
    border-left: 1px solid #E2E6EE;
    height: 760px;
    margin: auto;
}

.create-line__fifth {
    border-left: 1px solid #E2E6EE;
    height: 700px;
    margin: auto;
}

.create-line__sixth {
    border-left: 1px solid #E2E6EE;
    height: 360px;
    margin: auto;
}

.create-line__seventh {
    border-left: 1px solid #E2E6EE;
    height: 300px;
    margin: auto;
}

.create-line__eighth {
    border-left: 1px solid #E2E6EE;
    height: 260px;
    margin: auto;
}

.create-line__ninth {
    border-left: 1px solid #E2E6EE;
    height: 200px;
    margin: auto;
}

.b-new_blocks__flex {
    display: grid;
    column-gap: 10px;
    grid-template-columns: 60px 1fr;
    position: relative;
}

.b-new_line__grid {
    display: grid;
    align-items: center;
    grid-template-rows: 40px 1fr;
}

.b-new_date__flex {
    display: flex;
    column-gap: 10px;
    align-items: flex-start;
}

.b-new_plan__all {
    padding-top: 80px;
}

.b-new_date {
    color: #009EFF;
    font-family: Montserrat, sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
}

.b-new_plan {
    margin-bottom: 28px;
}

.b-new_plan__block {
    max-width: 1041px;
    height: 146px;
    flex-shrink: 0;
    border-radius: 25px;
    background: #F8F9FC;
    height: auto;
    padding: 26px 46px 32px 46px;
}

.b-new_plan__date {
    color: #009EFF;
    font-family: 'Open Sans', sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
}

.b-new_plan__txt {
    color: #272624;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px;
}

.b-new_plan__link {
    color: #272624;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
}

.b-new_plan__link span {
    color: #009EFF;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
}

.b-new_plan__block_grid {
    display: grid;
    row-gap: 10px;
}

.b-new_plan__li_grid {
    display: grid;
    row-gap: 5px;
}

.b-new_plan__link_flex {
    display: flex;
    column-gap: 10px;
}


/* // section_header // */

.b-header {
    margin: 0 0 80px 0;
    position: relative;
}

.b-header__bg {
    text-align: center;
}

.b-header__element {
    max-width: 90%;
    margin: auto;
}

@media screen and (max-width: 880px) {
    .create-line {
        left: 2.2%;
    }
}

@media screen and (max-width: 640px) {
    .create-line {
        left: 3.2%;
    }
}

@media screen and (max-width: 520px) {
    .b-new_block__title {
        font-size: 18px;
        line-height: 30px;
    }
    .b-new_block__sub {
        font-size: 14px;
        line-height: 22px;
        max-width: 100%;
    }
    .b-new_date {
        font-size: 18px;
    }
    .b-new_plan__date {
        font-size: 16px;
    }
    .b-new_plan__txt {
        font-size: 14px;
        line-height: 22px;
    }
    .b-new_plan__link {
        font-size: 14px;
        line-height: 22px;
    }
    .b-new_plan__link span {
        font-size: 14px;
        line-height: 22px;
    }
    .b-header {
        margin: 20px 0 40px 0;
        position: relative;
    }
    .b-new_block__txt {
        padding-bottom: 48px;
    }
    .create-line {
        left: 4.2%;
    }
    .b-new_plan__block {
        padding: 16px 26px 20px 26px;
    }
    .b-new_blocks__flex {
        grid-template-columns: 14px 1fr;
    }
}

@media screen and (max-width: 375px) {
    .create-line {
        left: 5.5%;
    }
    .b-header {
        margin: 20px 0 40px 0;
    }
    .b-new_plan__all {
        padding-top: 40px;
    }
    .b-header__element {
        max-width: 100%;
    }
}

@media screen and (max-width: 320px) {
    .b-new_plan__block {
        padding: 10px 16px 10px 16px;
    }
}