.main-block-content {
    border-radius: 15px;
    background: url(../img/main-banner-new.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 63px 30px 66px 40px;
}

.main-block_title {
    max-width: 600px;
    font-size: 64px;
    font-weight: 900;
    line-height: 70px;
    color: #ffffff;
    margin: 12px 0 0;
}

.main-block__subtitle {
    max-width: 524px;
    font-size: 24px;
    font-weight: 400;
    line-height: 28px;
    color: #ffffff;
    margin: 27px 0 0;
}

@media(max-width: 1024px) {
    .main-block-content {
        padding: 40px 30px;
    }

    .main-block__logo img {
        max-height: 30px;
    }
    
    .main-block_title {
        font-size: 40px;
        line-height: 48px;
        margin: 10px 0 0;
    }
    
    .main-block__subtitle {
        font-size: 20px;
        line-height: 24px;
        margin: 15px 0 0;
    }
}

@media(max-width: 767px) {
    .main-block-content {
        display: flex;
        align-items: center;
        flex-direction: column;

        background: url(../img/main-banner-new-2.png), url(../img/main-banner-bg-pattern.png);
        background-size: 296px 375px, cover;
background-position: center 104px, center top;
        background-repeat: no-repeat;
        min-height: 450px;

        padding: 30px 30px 11px;
    }

    .main-block__logo img {
        width: 116px;
        height: 23px;
    }

    .main-block_title {
        font-size: 24px;
        line-height: 28px;
        text-align: center;
        margin: 19px 0 0;
    }
    
    .main-block__subtitle {
        font-size: 18px;
        line-height: 25px;
        letter-spacing: 0.36px;
        text-align: center;
        margin: 211px 0 0;
    }
}