.promo-top,
.promo-bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.promo-top {
    margin: -2px -2px 0;
}
.promo-bottom {
    margin-right: -2px;
    margin-left: -2px;
}
.promo-item {
    width: 100%;
    height: 200px;
    overflow: hidden;
    padding: 2px;
}

.promo-item--big {
    width: 100%;
    height: 430px;
}

@media screen and (min-width: 576px) {
    .promo-item {
        width: 50%;
        height: 274px;
    }
    .promo-item--big {
        width: 100%;
        height: 314px;
    }
}


@media screen and (min-width: 992px) {
    .promo-top {
        height: 44vw;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .promo-item {
        height: 50%;
    }
    .promo-item--big {
        width: 50%;
        height: 100%;
    }
}



.promo-item figure {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    width: 100%;
    height: 100%;
}
.promo-item figure::after {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background-color: rgba(36,39,48,.4);
}
.promo-item__play {
    display: block;
    width: 86px;
    height: 56px;
    margin: 0 auto 32px;
    z-index: 2;
    background: url('icon-play.png') no-repeat center;
}
.promo-item__img {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.promo-item figcaption {
    margin-top: auto;
    width: 100%;
    padding: 11px 11px 34px;
    z-index: 2;
}

@media screen and (min-width: 1024px) {
    .promo-item figcaption {
        padding: 26px 26px 34px;
    }
    .promo-item--big  figcaption {
        padding-bottom: 44px;
    }
}

.promo-item__subtitle {
    margin-top: 20px;
    font: 400 14px/120% 'Montserrat', sans-serif;
    color: #E7EDEE;
    text-transform: uppercase;
}
.promo-item__title {
    font: 700 20px/120% 'Montserrat', sans-serif;
    color: #ffffff;
    text-transform: uppercase;
}
@media screen and (min-width: 576px) {
    .promo-item:not(.promo-item--big) .promo-item__title {
        font-size: 26px;
    }
}

@media screen and (max-width: 1023px) {
    .promo-item__subtitle {
        display: none;
    }
}

.promo-item__list {
    margin-top: 16px;
    margin-right: -18px;
    margin-left: -18px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.promo-item__list a {
    position: relative;
    display: block;
    margin-bottom: 9px;
    font: 700 14px/120% 'Montserrat', sans-serif;
    color: #E7EDEE !important;
    text-transform: uppercase;
    text-decoration: none;
    margin-right: 18px;
    margin-left: 18px;
    -webkit-transition: text-shadow .35s ease, color .35s ease;
    -o-transition: text-shadow .35s ease, color .35s ease;
    transition: text-shadow .35s ease, color .35s ease;
}


@media screen and (min-width: 1024px) {
    .promo-item__list a {
        font-weight: 400;
    }
}
.promo-item__list a:hover,
.promo-item__list a:active {
    text-shadow: 0 0 .65px #fff, 0 0 .65px #fff;
    color: #fff
}
.promo-item__list a:not(:last-child)::after {
    position: absolute;
    right: -18px;
    content: '|';
}
@media screen and (max-width: 575px) {
    .promo-item__play {
        width: 60px;
        height: 38px;
        margin-bottom: 14px;
        background-size: contain;
    }
    .promo-item figcaption {
        max-width: 340px;
    }
}

.promo-item__link {
    margin-top: 18px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    white-space: nowrap;
    height: 50px;
    padding-right: 12px;
    padding-left: 12px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 2px solid #fff;
    background-color: transparent;
    text-decoration: none;
    -webkit-transition: background-color .35s ease, border .35s ease;
    -o-transition: background-color .35s ease, border .35s ease;
    transition: background-color .35s ease, border .35s ease;
}
.promo-item__link span {
    font: 700 15px/120% 'Montserrat', sans-serif;
    color: #fff;
    text-transform: uppercase;
    -webkit-transition: color .35s ease;
    -o-transition: color .35s ease;
    transition: color .35s ease;
}
.promo-item__link:hover {
    background-color: #E7EDEE;
    border-color: #E7EDEE;
    text-decoration: none;
}
.promo-item__link:hover span {
    color: #242730;
}

@media screen and (min-width: 576px) {
    .promo-item__link {
        padding-right: 44px;
        padding-left: 44px;
    }
}

@media screen and (min-width: 1024px) {
    .promo-item__link {
        margin-top: 30px;
    }
}
.promo-bottom > * {
    width: 100%;
    height: 274px;
}
@media screen and (min-width: 576px) {
    .promo-bottom > * {
        width: 50%;
    }
}


@media screen and (min-width: 992px) {
    .promo-bottom > * {
        width: 25%;
        height: 22vw;
    }
}


.features {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 32px -6px 0;
}
.features > * {
    width: calc(100% - 12px);
    margin-right: 6px;
    margin-left: 6px;
}
.feature {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 44px;
}
.feature:hover {
    text-decoration: none;
}
.feature-img {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 44px;
    margin-top: 15px;
    margin-right: 20px;
}
.feature-img img {
    width: 100%;
}
.feature-content {
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto;
}
.feature-content__title {
    font: 700 16px/120% 'Montserrat', sans-serif;
    color: #242730;
}
.feature-content__text {
    margin-top: 10px;
    font: 400 14px/133% 'Roboto', sans-serif;
    color: #242730;
}
.features-wrap {
    margin: 0 11px;
}
@media screen and (min-width: 576px) {
    .features > * {
        width: calc(50% - 12px);
        margin-right: 6px;
        margin-left: 6px;
    }
}


@media screen and (min-width: 992px) {
    .features {
        margin: 32px -16px 0;
    }
    .features-wrap {
        max-width: 1256px;
        margin: 0 auto;
    }
    .feature {
        margin-bottom: 55px;
    }
    .features > * {
        width: calc(25% - 32px);
        margin-right: 16px;
        margin-left: 16px;
    }
}

