.section_2 {
    background-color: #f9f9fa
}

.section_3 {
    background-color: #f8fff2;
    position: relative;
    overflow: hidden
}

.section_3::before {
    position: absolute;
    content: "";
    left: -20px;
    background: url(../images/topleft_corner.webp) no-repeat scroll left top / 100%;
    width: 100%;
    height: 300px;
    top: -60px;
    max-width: 380px
}

.section_3::after {
    position: absolute;
    content: "";
    right: 0;
    background: url(../images/rightbottom_corner.webp) no-repeat scroll right bottom / 100%;
    width: 100%;
    height: 300px;
    bottom: 0;
    max-width: 350px
}

.section_3 .container {
    position: relative;
    z-index: 99
}

.section_4 .title .sec_title,
.section_6 .title .sec_title {
    line-height: 121%
}

.section_4 .title,
.section_6 .title {
    margin-bottom: 25px;
    position: relative
}

.section_5,
.section_7 {
    background-color: #f8fff2
}

.section_6 .container {
    position: relative
}

.section_6 .lead-interest-result {
    position: absolute;
    right: 0;
    top: -100px
}

section.section_8 img {
    text-align: center;
    display: block;
    margin: 0 auto
}

section picture {
    display: block
}

.section_1 .image {
    max-width: 515px
}

.section_2 .image {
    max-width: 639px
}

.section_4 .image {
    max-width: 486px
}

.section_5 .image {
    max-width: 434px
}

.section_6 .lead-interest-result {
    max-width: 681px
}

.section_6 .lead-interest-result+.image {
    max-width: 539px
}

.section_7 .image {
    max-width: 603px
}

.section_8 .image {
    max-width: 395px;
    margin: 0 auto
}

.section_4 .image {
    max-width: 486px;
    margin: 0 auto
}

@media only screen and (min-width:1280px) {
    .section_2 .image img {
        margin-left: -15px !important
    }
}

@media only screen and (min-width:1025px) {
    .section_2 .image img {
        margin-left: -15px !important
    }
    .button-wraper.d-lg-block {
        display: block !important;
    }

}

@media only screen and (max-width:1280px) {
    .section_6 .lead-interest-result {
        position: unset
    }
}

@media only screen and (max-width:1024px) {
    .flex-lg-row {
        flex-direction: column !important
    }

    .multimedia-presentation-page .row>.col {
        flex: auto;
        justify-content: center
    }
    .button-wraper.d-lg-block {
        display: none !important;
    }
    .button-wraper.d-lg-none {
        display: block !important;
    }
}

@media only screen and (max-width:768px) {
    .section_3.pt_60.pb_60 {
        padding-top: 120px;
        padding-bottom: 160px
    }

    .section_3::after {
        max-width: 220px
    }

    .section_3::before {
        background: url(../images/topleft_corner.webp)left top/100%no-repeat;
        height: 360px;
        top: -42px;
        max-width: 290px
    }

    .section_5.mb-75 {
        margin-bottom: 15px
    }
}