.b-programs--bg-blue {
    background: -webkit-radial-gradient(73.52% -57.29%, 1656.44px, #219fcf 0%, #00305c 100%);
    background: -o-radial-gradient(73.52% -57.29%, 1656.44px, #219fcf 0%, #00305c 100%);
    background: radial-gradient(1656.44px at 73.52% -57.29%, #219fcf 0%, #00305c 100%);
}

.b-programs__container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 48px 15px;
}

.b-programs__list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.b-programs__box--col-2 {
    display: flex;
    flex-direction: column;
    width: calc((100% - 30px) / 2);
}

.b-programs__title {
    margin-bottom: 32px;
}

.b-programs__title--upper {
    text-transform: uppercase;
}

.b-programs__title--white {
    color: #fff;
}

.b-programs__title--center {
    text-align: center;
}

.b-programs .b-item {
    -webkit-box-shadow: 0 0 36px rgba(8, 153, 199, 0.06);
    box-shadow: 0 0 36px rgba(8, 153, 199, 0.06);
    border-radius: 8px;
    padding: 32px;
}

.b-programs .b-item--bg-white {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    background: #fff;
}

.b-programs .b-item__textual {
    font-style: normal;
    font-size: 17px;
    line-height: 22px;
    font-weight: 300;
    margin: 0 0 24px;
}

.b-programs .b-item__textual:last-child {
    margin-bottom: 0;
}

.b-programs .b-item__list {
    margin: 0 0 24px;
    padding: 0;
}

.b-programs .b-item .b-list__item {
    font-style: normal;
    font-size: 17px;
    line-height: 22px;
    font-weight: 300;
    margin: 0 0 24px;
    padding: 0;
}

.b-programs .b-item .b-list__item:last-child {
    margin: 0;
}

.b-programs .b-item .b-list__item p {
    margin: 0;
}

.b-programs .b-item .b-list__item a {
    font-weight: 400;
    white-space: nowrap;
}

.b-programs .b-item .b-list--marker-orange .b-list__item,
.b-programs .b-item .b-new-link--before-icon {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.b-programs .b-item .b-list--marker-orange .b-list__item:before,
.b-programs .b-item .b-new-link--before-icon:before {
    content: "";
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    position: relative;
    display: inline-block;
    border-radius: 50%;
}

.b-programs .b-item .b-list--marker-orange .b-list__item:before {
    margin-right: 16px;
    background: #ff9800;
    top: 0.15em;
    width: 16px;
    height: 16px;
    -webkit-box-shadow: 0 4px 6px rgba(255, 102, 0, 0.22);
    box-shadow: 0 4px 6px rgba(255, 102, 0, 0.22);
}

.b-programs .b-item .b-new-link--before-icon {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: auto;
}

.b-programs .b-item .b-new-link--before-icon:before {
    background: url(/local/templates/webcom_2018/images/content-blocks//programs/default/button_arrow.svg) no-repeat center;
    background-size: contain;
    -webkit-transform: translateY(50%);
    -ms-transform: translateY(50%);
    transform: translateY(50%);
    top: -0.4em;
    margin: 0 16px 0 0;
    width: 32px;
    height: 32px;
    -webkit-box-shadow: 0 6px 14px rgba(0, 198, 195, 0.22);
    box-shadow: 0 6px 14px rgba(0, 198, 195, 0.22);
}

@media only screen and (max-width: 1199px) {
    .b-programs__container {
        padding: 48px 24px;
    }

    .b-programs__box--col-2 {
        width: calc((100% - 24px) / 2);
    }

    .b-programs .b-item {
        padding: 32px 24px 24px;
    }

    .b-programs .b-item .b-list__item,
    .b-programs .b-item__textual {
        font-size: 16px;
        line-height: 20px;
    }

    .b-programs .b-item .b-list__item:last-child {
        margin: 0;
    }
}

@media only screen and (max-width: 1023px) {
    .b-programs__container {
        padding: 40px 24px;
    }

    .b-programs__box--col-2 {
        width: calc((100% - 16px) / 2);
    }

    .b-programs .b-item {
        padding: 24px 16px;
    }

    .b-programs .b-item__textual {
        font-size: 15px;
        line-height: 19px;
        margin-bottom: 16px;
    }

    .b-programs .b-item__textual:last-child {
        margin-bottom: 0;
    }

    .b-programs .b-item .b-list__item {
        font-size: 15px;
        line-height: 19px;
        margin: 0 0 16px;
    }

    .b-programs .b-item .b-list__item:last-child {
        margin: 0;
    }

    .b-programs .b-item .b-list--marker-orange .b-list__item:before {
        width: 12px;
        height: 12px;
        margin-right: 16px;
    }

    .b-programs .b-item .b-new-link--before-icon:before {
        margin: 0 8px 0 0;
        width: 24px;
        height: 24px;
    }
}

@media only screen and (max-width: 767px) {
    .b-programs__container {
        padding: 32px 16px;
    }

    .b-programs__list {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .b-programs__box {
        margin-bottom: 32px;
    }

    .b-programs__box:last-child {
        margin-bottom: 0;
    }

    .b-programs__box--col-2 {
        width: 100%;
    }

    .b-programs__title {
        margin-bottom: 24px;
    }

    .b-programs .b-item .b-list__item,
    .b-programs .b-item__textual {
        font-size: 14px;
        line-height: 17px;
    }

    .b-programs .b-item .b-list__item:last-child {
        margin: 0;
    }

    .b-programs .b-item .b-list--marker-orange .b-list__item:before {
        width: 12px;
        height: 12px;
        margin-right: 12px;
    }
}
