.block-subtitle {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    justify-content: space-between;
}

.block-subtitle {
    width: 100%;
    padding-top: 80px;
    margin-bottom: 50px;
}

.block-subtitle h2 {
    max-width: 385px;
}

.block-subtitle .img {
    position: relative;
    right: 290px;
    bottom: 20px;
    height: 75px;
}

.block-subtitle .img:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 450px;
    width: 200px;
    height: 190px;
    background: url("../img/cases/binbank/binbank-logo--after.png") no-repeat 50% 50%/100%;
}

.block-subtitle .img img {
    width: 100%;
}

.white-blocks {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.white-blocks .white-block {
    padding: 35px 50px;
    width: calc(50% - 15px);
}

.white-blocks .white-block-title {
    margin-bottom: 18px;
}

.white-blocks .white-block p {
    font-size: 14px;
    line-height: 22px;
}

.white-blocks .white-block p:nth-child(n):not(:last-child) {
    margin-bottom: 10px;
}

.section {
    padding-top: 45px;
}

.tasks-solution {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 115px;
}

.tasks-solution p {
    font-size: 14px;
    line-height: 22px;
}

.tasks-solution__blocks {
    display: flex;
    flex-wrap: wrap;
    max-width: 710px;
    width: 100%;
}

.tasks-solution__block:nth-of-type(1) {
    margin-bottom: 45px;
}

.tasks-solution__block h2 {
    margin-bottom: 30px;
}

.tasks-solution__block-items {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.tasks-solution__block-item {
    width: calc(50% - 15px);
}

.tasks-solution__block-item-icon {
    margin-bottom: 15px;
}

.tasks-solution-img {
    padding-top: 50px;
}

.monitoring-results {
    display: flex;
    justify-content: space-between;
    margin-bottom: 70px;
}

.monitoring-results__blocks:nth-of-type(1) {
    width: calc(60% - 15px);
}

.monitoring-results__block h2 {
    margin-bottom: 20px;
}

.monitoring-results__block p {
    font-size: 14px;
    line-height: 22px;
}

.monitoring-results__block:nth-of-type(1) {
}

.monitoring-results__block:nth-of-type(1) .items-text_min {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.monitoring-results__block:nth-of-type(1) .item-text_min {
    max-width: 465px;
}

.monitoring-results__img {
    margin-right: 35px;
}

.advantages-cases {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 90%;
}

.advantages-cases-item {
    display: flex;
    align-items: center;
    max-width: 500px;
    width: 100%;
    margin-bottom: 30px;
}

.advantages-cases-item-img {
    margin-right: 15px;
}

.advantages-cases-item-title {
    font-size: 20px;
    line-height: 30px;
    color: var(--primary);
    margin-bottom: 5px;
}

.advantages-cases-item-text {
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 0;
}

.right-block {
    margin-bottom: 100px;
}

.right-block-content {
    max-height: 420px;
}

.form textarea {
    padding: 16px 24px;
    max-height: 95px;
}

@media screen and (max-width: 1200px) {
    .block-subtitle .img {
        right: 60px;
    }

    .block-subtitle .img img {
        width: 80%;
    }

    .block-subtitle .img:after {
        left: 330px;
        width: 130px;
        height: 160px;
    }

    .tasks-solution {
        margin-bottom: 60px;
    }

    .tasks-solution__block:nth-of-type(1) {
        margin-bottom: 30px;
    }

    .tasks-solution__block h2 {
        margin-bottom: 20px;
    }

    .tasks-solution__block-item:nth-of-type(1) {
        margin-bottom: 10px;
    }

    .tasks-solution__block-item {
        width: 100%;
    }

    .tasks-solution__block-item-icon {
        margin-bottom: 5px;
    }

    .tasks-solution-img {
        padding-left: 30px;
    }

    .monitoring-results__block {
        margin-bottom: 45px;
    }

    .items-text_min .item-text_min:nth-child(n):not(:last-child) {
        margin-bottom: 30px;
    }

    .monitoring-results {
        margin-bottom: 50px;
    }

    .monitoring-results__img {
        display: flex;
        align-items: center;
    }

    .advantages-cases {
        max-width: 100%;
    }

    .advantages-cases-item {
        width: 50%;
    }

    .right-block-content .content {
        margin-top: 40px;
    }
}

@media screen and (max-width: 992px) {
    .block-subtitle {
        padding-top: 30px;
    }

    .block-subtitle h2 {
        width: 50%;
    }

    .block-subtitle .img {
        right: auto;
        left: 0;
        width: 50%;
        height: auto;
    }

    .block-subtitle .img img {
        width: 60%;
    }

    .block-subtitle .img:after {
        width: 90px;
        height: 90px;
        left: 220px;
        bottom: 0;
    }

    .tasks-solution,
    .monitoring-results {
        flex-direction: column-reverse;
    }

    .tasks-solution-img {
        padding: 0;
        margin-bottom: 30px;
    }

    .monitoring-results__img {
        width: 90%;
        margin: 0 0 30px 0;
        display: flex;
        justify-content: center;
    }

    .monitoring-results {
        margin-bottom: 30px;
    }

    .monitoring-results__blocks:nth-of-type(1) {
        width: 100%;
    }

    .monitoring-results__block:nth-of-type(1) .item-text_min {
        max-width: 100%;
        width: 100%;
    }

    .advantages-cases-item {
        width: 100%;
    }

    .right-block {
        margin-bottom: 40px;
    }

    .right-block .title-min_bold {
        font-size: 16px;
    }

}

@media screen and (max-width: 768px) {

    .block-subtitle {
        padding-top: 15px;
        margin-bottom: 30px;
    }

    .block-subtitle h2 {
        margin-bottom: 40px;
    }

    .block-subtitle .img {
        width: 100%;
    }

    .block-subtitle .img img {
        width: 40%;
    }

    .block-subtitle .img:after {
        width: 75px;
        height: 80px;
    }


    .white-blocks .white-block {
        width: 100%;
    }

    .white-blocks .white-block:nth-of-type(1) {
        margin-bottom: 30px;
    }
}

@media screen and (max-width: 576px) {

    .white-blocks .white-block {
        padding: 25px 40px;
    }

    .white-blocks .white-block-title {
        font-size: 24px;
    }

    .block-subtitle .img img {
        width: 55%;
    }

    .block-subtitle .img:after {
        left: 200px;
        height: 75px;
    }

    .block-subtitle h2 {
        width: 100%;
        margin-bottom: 60px;
    }

    .tasks-solution-img {
        display: flex;
        justify-content: center;
    }

    .tasks-solution,
    .monitoring-results__block {
        margin-bottom: 30px;
    }

    .tasks-solution-img img,
    .monitoring-results__img img {
        width: 80%;
    }

    .advantages-cases-item {
        align-items: flex-start;
    }

    .advantages-cases-item-img img {
        width: 110%;
    }

    .advantages-cases-item-title {
        font-size: 18px;
    }

    .right-block-content {
        max-height: max-content;
    }
}
