.new-blue-block-with-btn{
    background: #2589FF;
    position: relative;
    padding: 48px 0;
    overflow: hidden;
    position: relative;
    z-index: 10;
}

.new-blue-block-with-btn .content-block-container{
    padding: 0 270px 0 0;
    position: relative;
}

.new-blue-block-with-btn .content-block-container::after{
    content: '';
    width: 50%;
    height: calc(100% + 96px);
    background-image: url(../../img/features_speech-analytics/simpleRegisterBg2.png);
    background-size: auto 100%;
    background-repeat: no-repeat;
    position: absolute;
    z-index: 1;
    right: 0px;
    top: -48px;
}

.new-blue-block-bg1 {
    background-image: url(../../img/ru/solutions/businessman/graph-blue.png) !important;
    background-repeat: no-repeat;
    background-position: 70% -10%;
    background-size: 20%;
}

.new-blue-block-bg1 .content-block-container::after{
    content: none;
}

.new-blue-block-bg3 {
    background-image: url(../../img/features_speech-analytics/simpleRegisterBg1.png);
    background-repeat: no-repeat;
    background-position: 70% bottom;
    background-size: contain;
}

.new-blue-block-bg3 .content-block-container::after {
    content: none;
}

.new-blue-block-bg2 .content-block-container::after {
    content: '';
    width: 50%;
    height: calc(100% + 96px);
    background-image: url(../../img/features_calltracking/bg-for-blue-form.png);
    background-size: auto 100%;
    background-repeat: no-repeat;
    position: absolute;
    z-index: 1;
    right: 0px;
    top: -48px;
}

.new-blue-block-bg4 {
    background-image: url(../../img/ru/solutions/marketolog/target-blue.png);
    background-repeat: no-repeat;
    background-position: 89% 46%;
    background-size: auto 160%;
    position: relative;
    padding: 54px 32px;
}

.new-blue-block-bg4 .content-block-container::after {
    content: none;
}

@media screen and (max-width: 1350px) {
    .new-blue-block-bg1 {
        background-position: 90% 0;
        background-size: 35%;
    }
}

@media screen and (max-width: 980px) {
    .simple-register_with-bg1 {
        background-position: 90% 110%;
        background-size: 35%;
    }
}

.new-blue-block-with-btn__content{
    z-index: 2;
    position: relative;
}

.new-blue-block-with-btn__title{
    font-weight: 600;
    font-size: 36px;
    line-height: 40px;
    letter-spacing: -0.01em;
    color: #FFFFFF;
    margin: 0 0 24px 0;
    max-width: 830px;
}

.new-blue-block-with-btn__text {
    font-weight: normal;
    font-size: 18px;
    line-height: 28px;
    color: var(--white);
    margin-bottom: 35px;
}

.new-blue-block-with-btn__btn{
    cursor: pointer;
    background: #fff;
    color: #2589FF;
    padding: 16px 24px;
    font-size: 18px;
    line-height: 20px;
    border-radius: 6px;
    border: none;
    width: max-content;
    white-space: nowrap;
    position: relative;
    text-align: center;
    box-shadow: 0;
    transition: .15s;
}
.new-blue-block-with-btn__btn img{
    position: relative;
    top: 1px;
}
.new-blue-block-with-btn__btn:hover{
    box-shadow: 4px 4px 22px rgba(0, 0, 0, 0.15);
}

@media screen and (max-width: 1350px) {
    .new-blue-block-with-btn{
        padding: 40px 0;
    }

    .new-blue-block-with-btn .content-block-container{
        padding: 0 32px;
    }

    .new-blue-block-with-btn__title{
        font-size: 28px;
        line-height: 36px;
        margin: 0 0 24px 0;
    }
    .new-blue-block-with-btn__btn{
        font-size: 16px;
        line-height: 20px;
    }
}
@media screen and (max-width: 980px) {
    .new-blue-block-with-btn .content-block-container{
        padding: 0 20px;
    }

    .new-blue-block-with-btn .content-block-container::after{
        width: 53%;
    }

    .new-blue-block-with-btn__title{
        text-align: center;
        max-width: 600px;
        margin: 0 auto 24px auto;
    }

    .new-blue-block-with-btn__text{
        text-align: center;
    }
    .new-blue-block-with-btn__btn{
        margin: auto;
        display: block;
    }
}
@media screen and (max-width: 750px) {
    .new-blue-block-with-btn__title{
        font-size: 28px;
        line-height: 32px;
        text-align: left;
        margin: 0 0 24px 0;
    }

    .new-blue-block-with-btn__text{
        text-align: left;
    }
    .new-blue-block-with-btn__btn{
        margin: 0;
    }
    .new-blue-block-with-btn .content-block-container::after{
        width: 100%;
        top: -40px;
    }
}
@media screen and (max-width: 581px){
    .new-blue-block-with-btn__btn{
        width: 100%;
    }
}