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

.main-section__block-text {
    width: 50%;
    max-width: 500px;
    padding-top: 20px;
}

.main-section__block-text h1 {
    margin-bottom: 40px;
}

.main-section__block-images {
    display: flex;
    flex-wrap: wrap;
    align-content: flex-end;
    padding-top: 55px;
}

.main-section__block-images img:nth-of-type(1) {
    margin: 0 auto;
}

.main-section__block-images img:nth-of-type(2) {
    width: 100%;
    max-width: 510px;
}

.block-subtitle {
    margin-bottom: 60px;
}

.block-subtitle p {
    font-weight: 300;
    font-size: 14px !important;
    line-height: 22px;
}

.color-primary {
    color: var(--primary);
}

.item-text_num {
    position: relative;
    padding-left: 40px;
    font-size: 14px;
    line-height: 22px;
    font-weight: 300;
}

.item-text_num:nth-child(n):not(:last-child) {
    margin-bottom: 35px;
}

.item-text_num p {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    justify-content: center;
    align-items: center;
    width: 30px;
    height: 30px;
    border-radius: 50px;
    background: var(--aqua-light);
    color: var(--primary);
    font-size: 16px;
    font-weight: 500;
}

.white-block {
    padding: 30px 30px 40px 30px;
    font-size: 14px;
    font-weight: 300;
}

.main-section__block-text .white-block-title {
    margin-bottom: 15px;
}

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

.white-block-subtitle {
    margin-bottom: 20px;
    font-size: 14px;
    font-weight: 500;
}

.white-block .items-text_min li:nth-of-type(1) {
    margin-bottom: 10px;
}

.white-block .item-text_min a,
.white-block .item-text_min span {
    color: var(--primary);
    font-weight: 500;
}

.white-block .items-text_min {
    font-weight: 300 !important;
}

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

.white-block-desc {
    padding-top: 20px;
    margin: 0;
}

.white-block--big {
    width: calc(100% - 40px);
    max-width: 635px;
}

.white-block--small {
    width: calc(100% - 40px);
    max-width: 550px;
}

.items-text_min {
    font-size: 14px;
    font-weight: normal;
    line-height: 22px;
}

.item-text_min::after {
    content: '';
    position: absolute;
    left: 0 !important;
    top: 0 !important;
    width: 24px !important;
    height: 24px !important;
    background: url(../img/check-ic.svg) no-repeat 50% 50%/100%;
}

.main-section__block-images {
    width: calc(50% - 40px);
    margin-left: 40px;
}

.main {
    padding: 100px 0 20px 0;
}

.section {
    margin-bottom: 80px;
}

.section .container {
    display: flex;
    justify-content: space-between;
}

.section .block-images {
    display: flex;
    align-items: center;
    max-width: 500px;
}

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

.section:nth-of-type(1) .block-images {
    margin-right: 50px;
}

.section:nth-of-type(2) .block-images {
    margin-left: 50px;
}

.section:nth-of-type(3) .block-images {
    max-width: 610px;
}

.section:nth-of-type(4) .block-text {
    padding-top: 30px;
}

.section:nth-of-type(4) .block-text .white-block--big {
    max-width: 695px;
}

.section:nth-of-type(5) .block-result h3 {
    margin-bottom: 40px;
}

.section:nth-of-type(5) .block-result .content .icon {
    margin-right: 30px;
}

.section:nth-of-type(5) .block-images {
    margin-right: 100px;
}

@media screen and (max-width: 1200px) {
    .section:nth-of-type(2) .block-images {
        margin-left: 0;
        margin-right: 60px;
    }

}

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

    .main {
        padding: 80px 0 20px 0;
    }

    .main-section__block-text h1 {
        margin-bottom: 20px;
    }

    h3 {
        font-size: 20px;
    }

    .main-section__block-text {
        width: 100%;
        max-width: 100%;
    }

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

    .main-section__block-images {
        display: none;
    }

    .section .container {
        flex-wrap: wrap;
    }

    .section .block-text {
        width: 100%;
        max-width: 100%;
    }

    .section .block-images {
        width: 100%;
        max-width: 100%;
        display: flex;
        justify-content: center;
    }

    .section .block-images img {
        max-width: 300px;
    }

    .white-block--small,
    .white-block--big {
        width: 100%;
        max-width: 100%;
    }

    .section {
        margin-bottom: 40px;
    }

    .section .block-images {
        max-width: 100%;
        width: 100%;
        margin-right: 0 !important;
        margin-left: 0 !important;
        margin-bottom: 30px;
    }

    .section:nth-of-type(odd) .container {
        display: flex;
        flex-wrap: wrap-reverse;
    }

}

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

    .main {
        padding: 40px 0 20px 0;
    }

    .section .block-images img {
        max-width: 230px;
    }
}
