.b2b-page--banner {
    margin-bottom: 70px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 12px;
    margin-top: -20px;
}
.b2b-business--outer {
    border-radius: 24px;
    background-color: #272727;
    padding: 70px 51px 90px 122px;
    width: calc(100% - 400px);
    background-size: auto 100%;
    background-position: 100%;
    overflow: hidden;
    max-width: 1015px;
}
.b2b-business--logo, .b2b-business--outer {
    background-repeat: no-repeat;
    position: relative;
}
.b2b-business--outer:before {
    content: "";
    height: 100%;
    position: absolute;
    width: 50%;
    top: 0;
    left: 0;
    background: -webkit-gradient(linear, left top, right top, color-stop(74%, #333), to(rgba(0, 0, 0, 0)));
    background: -o-linear-gradient(left, #333 74%, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(90deg, #333 74%, rgba(0, 0, 0, 0));
    z-index: 0;
}
.b2b-business--title {
    color: #fff;
    font-size: 46px;
    font-weight: 700;
    margin: 31px 0 12px;
    line-height: 46px;
    max-width: 528px;
    z-index: 2;
    position: relative;
    text-shadow: 1px 1px 6px #272727;
}
.b2b-business--description {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #fff !important;
    max-width: 528px;
    margin-bottom: 32px;
    z-index: 2;
    position: relative;
    text-shadow: 1px 1px 6px #272727;
}
.b2b-business--link {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    background: #8b5af3;
    width: 179px;
    height: 58px;
    padding: 18px 24px;
    border-radius: 16px;
    color: #fff !important;
    font-size: 16px;
    font-weight: 700;
    line-height: 22.4px;
    letter-spacing: -.02em;
    text-align: left;
    z-index: 2;
    position: relative;
    margin-top: auto;
}
.b2b-corp--link:hover {
    color: #8b5af3;
}
.b2b-corp--link:hover svg path {
    stroke: #8b5af3;
}
.b2b-corp--outer {
    width: 400px;
    padding: 40px 35px;
    border-radius: 1.5rem;
    background: #f8f7f5;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.b2b-corp--logo {
    font-size: 24px;
    line-height: 24px;
    color: #b7b6b4;
    margin-bottom: 12px;
    font-weight: 700;
    letter-spacing: -.03em;
    text-align: left;
}
.b2b-corp--title {
    font-size: 36px;
    line-height: 36px;
    margin-bottom: 14px;
    font-weight: 700;
    letter-spacing: -.03em;
    text-align: left;
}
.b2b-corp--description {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
}
.b2b-corp--link {
    margin-top: auto;
    width: 195px;
    height: 58px;
    padding: 18px 24px;
    border-radius: 16px;
    border: 2px solid #353433;
    font-size: 16px;
    font-weight: 700;
    line-height: 22.4px;
    letter-spacing: -.02em;
    text-align: left;
    gap: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    white-space: nowrap;
    color: #353433;
}
@media (max-width: 1250px) {
    .b2b-business--outer {
        padding: 60px 51px 70px 70px;
    }
    .b2b-corp--link {
        margin-top: 20px;
    }
}
@media (max-width: 1023.98px) {
    .b2b-business--outer {
        padding: 40px 30px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        width: calc(100% - 340px);
        justify-content: center;
        background-position: center;
    }
    .b2b-business--title {
        font-size: 30px;
        line-height: 36.4px;
        letter-spacing: -.02em;
        max-width: unset;
    }
    .b2b-business--description {
        max-width: unset;
    }
    .b2b-corp--outer {
        padding: 40px 30px;
        width: 340px;
    }
    .b2b-corp--title {
        font-size: 28px;
        line-height: 32.4px;
        letter-spacing: -.02em;
    }
    .b2b-corp--description {
        font-size: 15px;
        line-height: 22px;
    }
    .b2b-business--link {
        margin-top: 0;
    }
}
@media (max-width: 767.98px) {
    .b2b-page--banner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .b2b-page--banner,
    .b2b-page--tiles {
        margin-bottom: 60px;
    }
    .b2b-business--outer {
        padding: 36px 24px 80px;
    /*    background-image: url(/local/templates/fotosklad_desktop/frontend/assets/img/banner-mobile-fd72076….jpg);*/
        background-size:cover;
        background-position: center top;
        width: 100%;
    }
    .b2b-business--title {
        width: unset;
        margin: 16px 0 8px;
    }
    .b2b-business--description {
        width: unset;
        font-size: 14px;
        line-height: 21px;
        margin-bottom: 18px;
    }
    .b2b-business--link {
        width: 147px;
        height: 44px;
        padding: 12px 16px;
        border-radius: 12px;
        font-size: 14px;
        font-weight: 700;
        line-height: 19.6px;
        letter-spacing: -.02em;
    }
    .b2b-corp--outer {
        height: auto;
        padding: 24px;
        width: 100%;
    }
    .b2b-corp--logo {
        font-size: 16px;
        line-height: 16px;
    }
    .b2b-corp--logo, .b2b-corp--title {
        font-weight: 700;
        letter-spacing: -.03em;
    }
    .b2b-corp--title {
        font-size: 24px;
        line-height: 24px;
    }
    .b2b-corp--description {
        font-size: 14px;
        font-weight: 400;
        line-height: 21px;
        margin: 0 0 11px;
    }
    .b2b-corp--link {
        width: 165px;
        height: 45px;
        padding: 12px 16px;
        border-radius: 12px;
        font-size: 14px;
        font-weight: 700;
        line-height: 19.6px;
        letter-spacing: -.02em;
    }
    .b2b-corp--link svg {
        width: 22px;
        height: 22px;
        margin-top: -2px;
        -webkit-transform: scale(1.25);
        -ms-transform: scale(1.25);
        transform: scale(1.25);
    }
}
@media (max-width: 550px) {
    .b2b-page--banner {
        margin-top: 0;
    }
}
@media (max-width: 480px) {
    .b2b-business--outer:before {
        height: 66%;
        width: 100%;
        background: -webkit-gradient(linear, left top, left bottom, color-stop(74%, #272727), to(rgba(0, 0, 0, 0)));
        background: -o-linear-gradient(top, #272727 74%, rgba(0, 0, 0, 0) 100%);
        background: linear-gradient(180deg, #272727 74%, rgba(0, 0, 0, 0));
    }
    .b2b-business--outer {
        padding: 20px 24px 100px;
    }
    .b2b-business--title {
        font-size: 24px;
        line-height: 31.4px;
    }
}