/* Meta */

.divider {
    width: 100%;
    height: 1px;
    background-color: #e7f0fe;
}

@media (min-width: 768px) {
    .divider {
        display: none;
    }
}

/* Header */

.ny-header {
    padding: 60px 0;
    text-align: center;
    background-image: linear-gradient(180deg, rgba(49, 0, 0, 0.504) 0%, rgba(0, 0, 0, 0.72) 79.69%), url("/img/v3/ny/bg--header.png");
    background-position: center, right -380px center;
    background-size: cover;
    background-repeat: no-repeat;
}

@media (min-width: 480px) {
    .ny-header {
        background-position: center;
    }
}

@media (min-width: 768px) {
    .ny-header {
        padding: 30px 0 50px;
        text-align: left;
        background-image: url("/img/v3/ny/bg--header.png");
    }
}

.ny-header__heading {
    margin-bottom: 8px;
    font-weight: 800;
    font-size: 18px;
    line-height: 150%;
    color: #ffffff;
}

@media (min-width: 768px) {
    .ny-header__heading {
        font-size: 35px;
    }
}

.ny-header__text {
    margin-bottom: 28px;
    font-weight: 500;
    font-size: 14px;
    line-height: 150%;
    color: #ffffff;
}

@media (min-width: 768px) {
    .ny-header__text {
        max-width: 400px;
        font-size: 14px;
    }
}

/* Content */

@media (min-width: 1140px) {
    .ny-content {
        position: relative;
    }
}

@media (min-width: 1140px) {
    .ny-content .wrap {
        display: flex;
    }
}

/* Content Info */

.ny-content-info {
    padding: 32px 0 16px;
}

@media (min-width: 1140px) {
    .ny-content-info,
    .ny-content-banner,
    .ny-content-map {
        flex: 0 0 65%;
        max-width: 65%;
        width: 100%;
    }
}

.ny-content-accordion {
    padding: 0;
}

@media (min-width: 768px) {
    .ny-content-divider {
        display: grid;
        grid-template-rows: min-content min-content;
        grid-template-columns: 52px 1fr;
        grid-column-gap: 22px;
        padding: 32px 0 24px;
        border-bottom: 1px solid #e7f0fe;
    }
}

.ny-content-indent {
    margin-bottom: 4px;
}

.ny-content-share {
    margin-bottom: 52px;
}

@media (min-width: 768px) {
    .ny-content-share {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
}

.ny-content-block {
    margin: 0 -24px 32px;
    padding: 10px;
    background-image: linear-gradient(0.02deg, #fd5f5f -83.28%, #b80303 22.72%, #ff6060 157.88%);
}

@media (min-width: 768px) {
    .ny-content-block {
        margin: 0 0 52px;
        border-radius: 8px;
    }
}

@media (min-width: 1140px) {
    .ny-content-block {
        position: absolute;
        top: -106px;
        right: 50%;
        max-width: 360px;
        width: 100%;
        min-height: 329px;
        transform: translateX(155%);
    }
}

.ny-content-block-content {
    padding: 42px 14px 24px;
    border: 1px solid #ffffff;
    border-radius: 8px;
    box-shadow: 0 0 40px rgba(5, 12, 20, 0.06);
}

.ny-content-advantages {
    margin: 0 -24px;
    padding: 32px 24px;
    background-color: #f8f9fa;
}

@media (min-width: 768px) {
    .ny-content-advantages {
        margin: 0;
        padding: 32px;
        border-radius: 8px;
    }
}

@media (min-width: 1140px) {
    .ny-content-advantages {
        position: absolute;
        top: 255px;
        right: 50%;
        max-width: 360px;
        width: 100%;
        min-height: 586px;
        transform: translateX(155%);
    }
}

.ny-content__logo {
    margin-bottom: 12px;
    width: 52px;
    height: 48px;
}

@media (min-width: 768px) {
    .ny-content__logo {
        grid-row: 1 / 2;
        grid-column: 1 / 2;
        margin-bottom: 0;
    }
}

.ny-content__heading {
    margin-bottom: 12px;
    font-weight: 600;
    font-size: 16px;
    line-height: 150%;
    color: #04202f;
}

@media (min-width: 768px) {
    .ny-content__heading {
        grid-row: 1 / 2;
        grid-column: 2 / 3;
    }
}

@media (min-width: 768px) {
    ny-content__heading--share {
        margin-bottom: 0;
    }
}

@media (min-width: 768px) {
    .ny-content__heading--big {
        font-size: 20px;
    }
}

.ny-content__text {
    margin-bottom: 16px;
    font-weight: 500;
    font-size: 14px;
    line-height: 150%;
    color: #04202f;
}

@media (min-width: 768px) {
    .ny-content__text {
        grid-row: 1 / 2;
        grid-column: 2 / 3;
        margin-bottom: 8px;
    }
}

@media (min-width: 768px) {
    .ny-content__text--divider {
        grid-row: 2 / 3;
        grid-column: 2 / 3;
        margin-bottom: 8px;
    }
}

@media (min-width: 768px) {
    .ny-content__text--accordion {
        margin-bottom: 16px;
    }
}

@media (min-width: 768px) {
    .ny-content__wrapper {
        display: grid;
        grid-template-rows: min-content min-content;
        grid-template-columns: 70px 1fr;
        grid-column-gap: 18px;
    }
}

.ny-content__subheading {
    margin-bottom: 12px;
    font-weight: 700;
    font-size: 14px;
    line-height: 150%;
    color: #04202f;
}

@media (min-width: 768px) {
    .ny-content__subheading {
        grid-row: 1 / 2;
        grid-column: 1 / 2;
    }
}

.ny-content__list {
    margin-bottom: 32px;
    padding: 0;
    list-style: none;
}

@media (min-width: 768px) {
    .ny-content__list {
        grid-row: 2 / 3;
        grid-column: 2 / 3;
    }
}

.ny-content__item {
    margin-bottom: 8px;
    padding-left: 17px;
    background-image: url("/img/v3/icons/dot.svg");
    background-position: left top 7px;
    background-size: 5px 5px;
    background-repeat: no-repeat;
}

.ny-content__ref {
    color: #009fda;
    transition: color 0.3s linear;
}

.ny-content__ref:hover {
    color: #028ac5;
}

.ny-content__ref:active {
    color: #009fda;
}

.ny-content__condition {
    margin-bottom: 24px;
    font-weight: 500;
    font-size: 12px;
    line-height: 150%;
    color: #333333;
}

.ny-content-map {
    padding: 8px 0 24px;
}

@media (min-width: 768px) {
    .ny-content-map {
        border-bottom: 1px solid #e7f0fe;
    }
}

.ny-content-key {
    padding: 32px 0 16px;
}

@media (min-width: 768px) {
    .ny-content-key {
        border-bottom: 1px solid #e7f0fe;
    }
}

.ny-content__icon {
    width: 38px;
    height: 38px;
    margin-bottom: 16px;
}

@media (min-width: 768px) {
    .ny-content__icon {
        float: left;
        margin-right: 16px;
        margin-bottom: 0;
    }
}

.ny-content__key {
    color: #04202f;
}

@media (min-width: 768px) {
    .ny-content__key {
        max-width: 359px;
        color: #04202f;
    }
}

.ny-content__link {
    color: inherit;
    text-decoration: underline;
}

.ny-content__data {
    font-weight: 500;
    font-size: 12px;
    line-height: 150%;
    color: #8292a1;
}

.ny-content__paragraph {
    margin-bottom: 32px;
}

/* Block */

.block__heading {
    margin-bottom: 12px;
    font-weight: 700;
    font-size: 20px;
    line-height: 150%;
    color: #ffffff;
    text-align: center;
}

.block__text {
    margin-bottom: 20px;
    font-weight: 600;
    font-size: 16px;
    line-height: 150%;
    color: rgba(255, 255, 255, 0.8);
}

@media (min-width: 768px) {
    .block__text {
        max-width: 440px;
        margin: 0 auto 24px;
        text-align: center;
    }
}

.block__img {
    text-align: center;
}

/* Banner */

.ny-content-banner {
    margin: 0 -24px;
    padding: 32px 8px 4px 32px;
    background-image: url("/img/v3/ny/bg--banner-number.svg"), url("/img/v3/ny/bg--banner-icon.png"), url("/img/v3/ny/bg--banner-snow.svg"), linear-gradient(180deg, #033556 0%, #2C689E 100%);
    background-position: left 21px bottom 44px, right bottom, center, center;
    background-size: 113px 73px, 154px 158px, contain, cover;
    background-repeat: no-repeat;
}

@media (min-width: 768px) {
    .ny-content-banner {
        margin: 0;
        padding: 25px 8px 4px 32px;
        background-image: url("/img/v3/ny/bg--banner-number.svg"), url("/img/v3/ny/bg--banner-icon--reverse.png"), url("/img/v3/ny/bg--banner-snow.svg"), linear-gradient(180deg, #033556 0%, #2C689E 100%);
        background-position: right 11px top 14px, right 93px top 16px, center, center;
        background-size: 113px 73px, 205px 180px, contain, cover;
    }
}

.banner__heading {
    margin-bottom: 8px;
    font-weight: 800;
    font-size: 22px;
    line-height: 150%;
    color: #ffffff;
}

@media (min-width: 768px) {
    .banner__heading {
        max-width: 367px;
    }
}

.banner__text {
    margin-bottom: 94px;
    max-width: 208px;
    font-weight: 600;
    font-size: 14px;
    line-height: 180%;
    color: #ffffff;
}

@media (min-width: 480px) {
    .banner__text {
        max-width: none;
    }
}

@media (min-width: 768px) {
    .banner__text {
        max-width: 370px;
        margin-bottom: 0;
    }
}

.banner__text--small {
    font-weight: 400;
    font-size: 10px;
    line-height: 150%;
    color: #ffffff;
    text-align: right;
}

/* Share */

.social-likes__button_facebook,
.social-likes__button_vkontakte,
.social-likes__button_odnoklassniki {
    display: none;
}

.ny-content-share .social-likes {
    display: flex;
}

.ny-content-share .btn-fb {
    width: 75px;
    background-image: url("/img/v3/logo/facebook.svg");
    background-position: center;
    background-size: 11px 22px;
    background-repeat: no-repeat;
}

.ny-content-share .btn-vk {
    width: 75px;
    background-image: url("/img/v3/logo/vkontakte.svg");
    background-position: center;
    background-size: 22px 12px;
    background-repeat: no-repeat;
}

.ny-content-share .btn-ok {
    width: 75px;
    background-image: url("/img/v3/logo/odnoklassniki.svg");
    background-position: center;
    background-size: 13px 22px;
    background-repeat: no-repeat;
}

/* Advantages */

.advantages__heading {
    margin-bottom: 16px;
    font-weight: 600;
    font-size: 16px;
    line-height: 150%;
    color: #04202f;
}

.advantages__text {
    margin: 32px 0 16px;
    font-weight: 500;
    font-size: 14px;
    line-height: 150%;
    color: #8292a1;
}

/* Webinar */

.webinar-card.webinar-card_line--promo {
    margin: 16px 0 0;
}

@media (min-width: 768px) {
    .webinar-card.webinar-card_line--ny {
        min-height: 186px;
    }
}

.webinar-card_line .webinar-card__left--ny {
    min-height: 135px;
    background-image: url("/img/v3/ny/bg--webinar.svg");
}

@media (min-width: 768px) {
    .webinar-card_line .webinar-card__left--ny {
        padding: 16px 12px 16px 24px;
    }
}

.card-status--ny {
    align-self: flex-end;
}

@media (min-width: 768px) {
    .card-status--ny {
        align-self: center;
    }
}

@media (min-width: 768px) {
    .webinar-card_line .webinar-card__tag--ny {
        left: 24px;
    }
}

@media (min-width: 768px) {
    .webinar-card_line .webinar-card__right--ny {
        display: flex;
        flex-direction: column;
    }
}

@media (min-width: 768px) {
    .webinar-card_line .webinar-card__body--ny {
        flex-grow: 1;
    }
}

.webinar-card_line .webinar-card__footer--ny {
    flex-direction: column;
}

@media (min-width: 768px) {
    .webinar-card_line .webinar-card__footer--ny {
        flex-direction: row;
    }
}

@media (min-width: 768px) {
    .webinar-card_line .webinar-card__footer--ny--right {
        justify-content: flex-end;
    }
}