.promoblock_fullw {
    overflow: hidden;
    margin: 61px 0 0;
    position: relative;
    display: flex;
    justify-content: center;
}
.promoblock_fullw-wrapper {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    justify-content: flex-end;
}
.promoblock_fullw-wrapper:after {
    display: none;
}
.promoblock_fullw-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    max-width: 530px;
}

.promoblock_fullw-content h2 {
    line-height: 1.2;
    margin: 63px 0 13px;
}
.promoblock_fullw-content p {
    text-align: left;
    margin: 0;
    max-width: 600px;
    color: #000;
}
.promoblock_fullw-content .btn-primary {
    margin: 34px 0 0;
}
@media (max-width: 767px) {
    .promoblock_fullw-content h2 {
        font-size: 24px;
        line-height: 1.5;
        margin-bottom: 10px;
    }
    .promoblock_fullw-content .btn-primary {
        margin: 15px 0 0;
    }
}
@media (max-width: 580px) {
    .promoblock_fullw {
        flex-wrap: wrap;
        margin-bottom: 80px;
        align-items: flex-start;
    }
    .promoblock_fullw img {
        height: 220px;
        margin-left: 60px;
    }
    .promoblock_fullw-wrapper {
        position: static;
        margin-top: 15px;
    }
    .promoblock_fullw-content h2 {
        margin-top: 0;
    }
}