.main_content__wrapper {
    padding: 132px 0 95px;
    background-color: #fff;
    position: relative;
    overflow: hidden;
}

.main_content__wrapper::before {
    content: '';
    background-color: #FDFF37;
    margin: 0 -15px;
    -webkit-transform: rotate(-7deg);
    -ms-transform: rotate(-7deg);
    transform: rotate(-7deg);
    position: absolute;
    width: 200vw;
    height: 121%;
    top: -50%;
    right: -50%;
    z-index: 2;
}

/*.main_content__bg {*/
/*    display: flex;*/
/*    justify-content: flex-end;*/
/*    position: absolute;*/
/*    background-color: #FDFF37;*/
/*    left: 0;*/
/*    right: 0;*/
/*    top: 0;*/
/*    bottom: 0;*/
/*    width: 100%;*/
/*    height: 100%;*/
/*}*/

/*.main_content__bg_decor {*/
/*    width: 50%;*/
/*    position: relative;*/
/*}*/

.main_content__container {
    width: 100%;
    max-width: 1144px;
    padding: 0 15px;
    margin: auto;
    position: relative;
    z-index: 3;
}

.main_content__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -15px;
}

.main_content__left {
    width: 50%;
    padding: 0 15px;
}

.main_content__right {
    width: 50%;
    padding: 0 15px;
}

.main_content__left_wrapper {
    padding-left: 11px;
}

.main_content__title {
    color: #112031;
    font-family: 'Aeonik';
    font-size: 48px;
    font-style: normal;
    font-weight: 400;
    line-height: 56px;
    margin: 0;
}

.main_content__information {
    margin: 35px 0 33px;
}

.information_item {
    margin-bottom: 32px;
}

.information_item:last-child {
    margin-bottom: 0;
}

.information_item__title {
    color: #112031;
    font-family: 'Aeonik';
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px;
}

.main_content__button {
    margin-top: 33px;
}

.main_content__button a {
    font-size: 15px;
    min-width: 174px;
}

/* marketo_form */

.main_content__right_wrapper {
    margin-top: 42px;
}

.marketo_form {
    position: relative;
}

.marketo_form__decor_circle {
    right: -57px;
    top: -62px;
    position: absolute;
    width: 194px;
    height: 194px;
}

.marketo_form__decor_circle svg {
    display: block;
    max-width: 100%;
    height: auto;
    -o-object-fit: cover;
    object-fit: cover;
    margin: auto;
}

.marketo_form__decor_lines {
    position: absolute;
    /*width: 178px;*/
    height: 186px;
    bottom: 123px;
    left: -163px;
    width: 50%;
    margin-left: 50%;
    padding: 0 15px;
}

.marketo_form__decor_lines img {
    display: block;
    max-width: 100%;
    height: auto;
    -o-object-fit: cover;
    object-fit: cover;
    margin-left: 0;
}

.marketo_form__decor_plane {
    position: absolute;
    top: -82px;
    right: 80px;
    width: 146px;
    height: 125px;
}

.marketo_form__decor_plane svg {
    display: block;
    max-width: 100%;
    height: auto;

}

.marketo_form__wrapper {
    position: relative;
    max-width: 542px;
    margin-left: auto;
    background-color: #fff;
    -webkit-box-shadow: -5px 7px 35px 0px rgba(116, 126, 142, 0.15);
    box-shadow: -5px 7px 35px 0px rgba(116, 126, 142, 0.15);
    padding: 33px 46px 46px 43px;
}

.marketo_form__title {
    color: #112031;
    text-align: center;
    font-family: 'Aeonik';
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 30px;
    margin-bottom: 25px;
}

.marketo_form__success {
    position: relative;
    max-width: 542px;
    margin-left: auto;
    background-color: #fff;
    -webkit-box-shadow: -5px 7px 35px 0 rgba(116, 126, 142, 0.15);
    box-shadow: -5px 7px 35px 0 rgba(116, 126, 142, 0.15);
    padding: 150px 46px 150px 43px;
}

@media (max-width: 991px) {
    .main_content__left,
    .main_content__right {
        padding: 0 30px;
        width: 100%;
    }

    .main_content__right_wrapper,
    .main_content__left_wrapper {
        max-width: 542px;
        margin-left: auto;
        margin-right: auto;
    }

    .main_content__wrapper {
        padding-top: 96px;
    }

    .main_content__title {
        font-family: 'Aeonik';
        font-style: normal;
        font-weight: 400;
        font-size: 48px;
        line-height: 56px;
        color: #112031;
    }

    .main_content__right_wrapper {
        margin-top: 80px;
    }

    .information_item {
        margin-bottom: 25px;
    }

    .main_content__information {
        margin-top: 25px;
    }

    .marketo_form__decor_lines {
        display: none;
    }
}

@media (max-width: 768px) {
    .marketo_form__wrapper {
        padding-left: 15px;
        padding-right: 15px;
    }
}

/* offices */

.offices {
    padding-bottom: 82px;
}

.offices__container {
    width: 100%;
    max-width: 1200px;
    padding: 0 15px;
    margin: auto;
    position: relative;
    z-index: 1;
}

.offices__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -30px;
}

.office_item {
    width: 49%;
    padding: 0 30px;
    margin-bottom: 50px;
}

.office_item__title {
    margin-bottom: 18px;
}

.office_item__title span {
    padding-left: 13px;
    color: #112031;
    font-family: 'Aeonik';
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 30px;
}

.office_item__map iframe {
    max-width: 100%;
    display: block;
}

@media (max-width: 991px) {
    .office_item {
        width: 50%;
    }
}

@media (max-width: 768px) {
    .offices {
        padding-top: 50px;
    }

    .offices__row {
        margin-left: -15px;
        margin-right: -15px;
    }

    .office_item__wrapper {
        max-width: 542px;
        margin: auto;
    }
    .office_item {
        width: 100%;
    }
}