.op__promo {
    background: #050A16;
    min-height: 27.77rem;
    padding: 0 0 4.44rem;
    overflow: hidden;
    color: #fff;
    margin-bottom: 5rem;
}

.op__promo .op__block {
    margin-bottom: 0;
}

.op__promo__inner {
    padding-top: 2.22rem;
}

@media (max-width: 767px) {
    .op__promo__inner {
        padding-top: 1.11rem;
    }
}

.op__promo__inner h1 {
    margin: 3.33rem 0 2.77rem;
    font-size: 2.66rem;
    line-height: 1.1;
}

@media (max-width: 991px) {
    .op__promo__inner h1 br {
        display: none;
    }
}

.op__promo__notification {
    padding: 0.72rem;
    background: #121B2F;
    font-family: 'Courier New', Courier, monospace;
    font-size: 90%;
    text-align: center;
    border-radius: 8px;
}

.op__promo__notification a {
    color: #6285B5;
}

.op__promo__notification a:hover, .op__promo__notification a:active, .op__promo__notification a:focus {
    color: #85a0c5;
}

.op__promo__list {
    list-style: none;
    margin: 0 0 2.77rem;
    padding: 0;
}

.op__promo__list li {
    display: flex;
    align-items: center;
    padding: 0.38rem;
    font-size: 1.16rem;
}

.op__promo__list__icon {
    display: inline-block;
    width: 2.22rem;
    height: 2.22rem;
    text-align: center;
    margin-right: 1.11rem;
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
}

.op__promo__list__icon img {
    max-height: 2.22rem;
    vertical-align: top;
}

.op__promo__list__icon--html {
    border-radius: 100px;
    background: #fff;
}

.op__promo__list__icon--html img {
    max-height: 1.66rem;
}

.op__promo__list__icon--sketch img {
    max-height: 1.94rem;
}

.op__promo__img {
    min-height: 36.66rem;
    position: relative;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
}

@media (max-width: 767px) {
    .op__promo__img {
        margin-top: 4.44rem;
    }
}

.op__promo__img img {
    position: absolute;
    left: 0;
    top: 0;
    max-height: 100%;
}
