.b-offer__background {
    position: relative;
    background: center / cover;
    font-family: Inter, sans-serif;
    color: #ffffff;
    overflow: hidden;
}
.b-offer__background.lazyloaded {
    background: url("../img/offer-1_bg.svg") center / cover;
}
.b-offer-1__wrapper {
    position: relative;
    margin: auto;
    width: 1000px;
    box-sizing: border-box;
    padding: 140px 0;
    text-align: right;
}
.b-offer-1__computer {
    position: absolute;
    left: 0;
    top: calc(50% - 175px);
    width: 314px;
    height: 350px;
}
.b-offer-1__computer.lazyloaded {
    background: url("../img/computer-1.png");
}
.b-offer-1__computer-soft-0 {
    position: absolute;
    width: 331px;
    height: 301px;
    left: 0;
    top: 0;
    background: 15px 13px no-repeat
}
.b-offer-1__computer-soft-1 {
    position: absolute;
    width: 224px;
    height: 146px;
    left: 116px;
    top: 55px;
    background: center no-repeat;
}

.b-offer-1__info-unit {
    display: inline-block;
    min-width: 576px;
    width: min-content;
    text-align: left;
}
.b-offer-1__title {
    margin-bottom: 16px;
    font: 700 34px/44px Roboto, sans-serif;
}
.b-offer-1__softName {
    display: inline-block;
}
.b-offer-1__subtitle {
    margin: 16px 0;
    font: 500 20px/28px Inter, sans-serif;
}

.b-offer-1__bottom {
    margin: 16px 0;
    font: 400 14px/20px Inter, sans-serif;
}
.b-offer-1__bottom a {
    color: #FFF;
}
.b-offer-1__buttons-wrapper {
    width: max-content;
}
.b-offer-1__btn {
    display: inline-block;
    position: relative;
    min-width: 271px;
    width: fit-content;
    box-sizing: border-box;
    padding: 15px;
    vertical-align: top;
    margin-top: 16px;
    font: 700 15px/24px 'Inter', sans-serif;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    color: #FFFFFF;
}
html[lang='es'] .b-offer-1__btn {
    min-width: 240px;
}
.b-offer-1__btn_green {
    background: #00B164;
    box-shadow: 0 10px 13px rgba(0, 219, 124, 0.2);
    margin-right: 5px;
}
.b-offer-1__btn_green:hover {
    background: #00D575;
}
.b-offer-1__btn_green:active {
    background: #009665;
}
.b-offer-1__btn_blue {
    background: #089BDB;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.2);
}
.b-offer-1__btn_blue:hover {
    background: #4599D5;
}
.b-offer-1__btn_blue:active {
    background: #2A7FBD;
}
.b-offer-1__compatible {
    margin-top: 16px;
    height: 48px;
    padding: 6px 0 6px 56px;
    background: url(../img/microsoft-logo.svg) 0 0 no-repeat;
    font: 12px/18px Inter, sans-serif;
}
.b-offer-1__pro {
    display: block;
    margin: 24px auto 0;
    width: fit-content;
    padding: 0 0 0 20px;
    background: url("../../_first-screen/img/fire.svg")  0 center / 16px no-repeat;
    font: 14px/20px 'Inter', sans-serif;
    text-decoration: #FFFFFF underline;
    color: #FFFFFF;
}
@media (max-width: 1000px) {
    .mobile .b-offer-1__wrapper {
        width: 100%;
        height: auto;
        padding: 60px 10px;
        text-align: center;
    }
    .mobile .b-offer-1__info-unit {
        display: block;
        min-width: 100%;
        text-align: center;
    }
    .mobile .b-offer-1__computer {
        display: none;
    }
    .b-offer-1__buttons-wrapper {
        display: flex;
        flex-direction: column;
        margin: 0 auto 0;
        width: fit-content;
        max-width: calc(100% - 40px);
    }
    .mobile .b-offer-1__btn {
        margin: 0 0 8px;
        width: 100%;
    }
    .mobile .b-offer-1__compatible {
        padding: 6px 26px 6px 50px;
        width: fit-content;
        margin: 16px auto 0;
        text-align: left;
    }
}