
.main {
    padding: 85px 0 135px 0;
}

.main-section {
    padding-top: 60px !important;
}

.main-section .container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-bottom: 0;
}

.block-title {
    width: 100%;
}

.block-title h1 {
    margin-bottom: 50px;
    max-width: 785px;
}

.white-blocks {
    max-width: 605px;
    width: 50%;
}

.white-blocks .white-block {
    width: 100%;
    padding: 30px;
    max-height: 200px;
}

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

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

.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;
}

.block-img {
    width: 47%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    max-width: 560px;
}

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

.block-img img:nth-of-type(1) {
    max-width: 405px;
    margin-bottom: 45px;
}

/**/
.tasks-solution {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

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

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

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

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

.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 {
    width: 43%;
}

.block-result {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-top: 145px;
}

.block-result-img {
    width: calc(47% - 20px);
}
.block-result-img img {
    width: 100%;
    max-width: 500px;
}

.block-result-items {
    width: calc(53% - 20px);
}

.block-result-items h3 {
    margin-bottom: 30px;
}

.block-result-items .content {
    max-width: 415px;
    font-size: 14px !important;
}

.block-result-items .content:nth-child(n):not(:last-child) {
    margin-bottom: 10px;
}

.block-result-items .content .icon {
    margin-right: 30px;
}

.section .container:nth-of-type(3){
    display: flex;
    justify-content: flex-end;
}

.section .container:nth-of-type(3) .block-text {
    width: 55%;
    padding-top: 40px;
    font-size: 14px !important;
}

.section .container:nth-of-type(3) .block-text p {
    max-width: 500px;
}

.section .container:nth-of-type(3) .block-text .item-text_min:nth-child(n):not(:last-child) {
    margin-bottom: 15px;
}

@media screen and (max-width: 1200px) {
    .main {
        padding: 80px 0 100px 0;
    }

    .white-blocks {
        margin-bottom: 30px;
    }

    .white-blocks .white-block {
        max-height: max-content;
    }

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

    .tasks-solution__blocks {
        max-width: 100%;
    }

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

    .tasks-solution__block:nth-of-type(1) {
        margin-right: 30px;
        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 {
        display: none;
    }

    .block-result {
        padding-top: 0;
    }
}

@media screen and (max-width: 992px) {
    .main {
        padding: 60px 0 80px 0;
    }

    .block-title h1 {
        margin-bottom: 30px;
    }

    .block-title h2 {
        margin-bottom: 0;
    }

    .white-blocks {
        max-width: 100%;
        width: 100%;
        margin-bottom: 0;
    }

    .block-img {
        display: none;
    }

    h3 {
        font-size: 22px;
    }

    .tasks-solution {
        flex-direction: column-reverse;
        margin-bottom: 40px;
    }

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

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

    .block-result {
        width: 100%;
        max-width: 100%;
    }

    .block-result {
        padding-top: 0;
    }

    .block-result h3 {
        margin-bottom: 30px;
    }

    .block-result .content {
        max-width: 100%;
    }

    .block-result .content .text h5 {
        font-size: 18px;
    }

    .block-result-items {
        width: 100%;
    }

    .block-result-img {
        display: none;
    }

    .section .container:nth-of-type(3) .block-text {
        width: 100%;
    }

}

@media screen and (max-width: 768px) {
    .main {
        padding: 40px 0;
    }

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

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

    .tasks-solution__block {
        width: 100%;
    }

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

}

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

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

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

    .tasks-solution {
        margin-bottom: 30px;
        flex-direction: column;
    }

}

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

    .block-title {
        padding-top: 30px;
    }

}
