.hero_section {
    /*padding: 35px 0 0;*/
    background: #112031;
}

.hero_section__wrapper {
    position: relative;
    z-index: 1;
    margin: 0 auto;
    max-width: 1440px;
}

.hero_section__container {
    width: 100%;
    margin: 0 auto;
    padding: 0 0 0 calc(50% - 586px);
    max-width: 100%;
    position: relative;
}

.hero_section__image_wrapper {
    position: absolute;
    right: 0;
    bottom: 0;
}

.hero_section__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    min-height: 594px;
}

.hero_section__left_col {
    max-width: 100%;
    position: relative;
    z-index: 1;
}

.hero_section__right_col {
    width: 60%;
}

.hero_section__image_wrapper img {
    margin-right: 0;
}

.hero_section__content_wrapper {
    padding-top: 39px;
    max-width: 580px;
}

.hero_section__content_wrapper.with-subtitle {
    padding-top: 102px;
}

.hero_section__title {
    font-size: 62px;
    font-family: 'Aeonik';
    font-style: normal;
    font-weight: 400;
    line-height: 70px;
    color: #fff;
    margin: 0;
}

.title_font_inter .hero_section__title {
    font-family: 'Inter';
}

.hero_section__subtitle {
    color: #F2F2F2;
    font-family: 'Inter';
    font-size: 18px;
    font-weight: 400;
    line-height: 29px;
    letter-spacing: -0.36px;
    margin: 15px 0 60px;
}

.hero_section__buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 35px -10px 0;
}

.hero_section__button {
    padding: 0 10px;
    min-width: 205px;
    margin-bottom: 15px;
}

.hero_section__button .theme_btn {
    width: 100%;
    font-size: 18px;
    padding: 16px;
}

.hero_section__button .hero_section__button_description {
    margin-top: 7px;
    font-size: 14px;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    color: #fff;
    text-align: center;
}

@media (max-width: 1300px) {
    .hero_section__container {
        padding: 0 30px;
    }
}

@media (max-width: 991px) {
    .hero_section {
        padding: 90px 0 60px;
    }

    .hero_section__container {
        min-height: auto;
    }

    .hero_section__content_wrapper.with-subtitle {
        padding-top: 30px;
    }

    .hero_section__row {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        min-height: auto;
    }

    .hero_section__left_col {
        width: 100%;
    }

    .hero_section__right_col {
        width: 80%;
    }

    .hero_section__logo {
        margin-top: 0;
    }

    .hero_section__content_wrapper {
        text-align: center;
        margin: auto;
    }

    .hero_section__buttons {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .hero_section__image_wrapper {
        position: relative;
        display: none;
    }


}

@media (max-width: 768px) {
    .hero_section__title {
        font-size: 48px;
        line-height: 56px;
    }
    
    .hero_section__title br {
        display: none;
    }

    .hero_section__subtitle {
        font-weight: 400;
        font-size: 18px;
        line-height: 29px;
        letter-spacing: -0.02em;
    }

    .hero_section__subtitle br {
        display: none;
    }

    .hero_section__right_col {
        width: 100%;
    }

    .hero_section__buttons {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .hero_section__button {
        width: 100%;
    }
}

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

/* description_section */
.description_section {
    padding: 77px 0 76px;
    width: 100%;
}

.description_section__container {
    max-width: 1282px;
    margin: auto;
    padding: 0 15px;
}

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

.description_section__image {
    padding: 0 15px;
    width: 30%;
}

.description_section__image img {
    display: block;
    max-width: 100%;
    height: auto;
    -o-object-fit: cover;
    object-fit: cover;
}

.description_section__content {
    padding: 0 15px;
    width: 70%;
}

.with_image .description_section__content {
    width: 100%;
    padding-left: 24px;
    padding-top: 20px;
}

.without_image .description_section__row {
    justify-content: center;
}

.description_section__content,
.description_section__content p {
    text-align: center;
    font-size: 32px;
    font-family: 'Aeonik';
    font-style: normal;
    font-weight: 400;
    line-height: 50px;
    letter-spacing: normal;
}

.description_section__content h2 {
    color: #112031;
    font-size: 42px;
    font-family: 'Aeonik';
    font-style: normal;
    font-weight: 500;
    line-height: 50px;
    letter-spacing: normal;
}

.with_image .description_section__content,
.with_image .description_section__content p {
    color: #112031;
    font-family: 'Aeonik';
    font-size: 23px;
    font-style: normal;
    font-weight: 400;
    line-height: 35px;
    text-align: left;
}

.with_image .description_section__content .html_content p {
    margin-bottom: 35px;
}

.with_image .description_section__content .html_content p:last-child {
    margin-bottom: 0;
}

@media (max-width: 991px) {
    .description_section {
        padding: 50px 0 25px !important;
    }

    .description_section__image,
    .description_section__content  {
        width: 100% !important;
    }

    .description_section__content {
        padding-left: 0;
        padding-right: 0;
    }

    .description_section__image img {
        max-width: 575px;
        margin: auto;
    }

    .with_image .description_section__content {
        max-width: 475px;
        margin: auto;
    }

    .description_section__content,
    .description_section__content p {
        font-size: 24px;
        line-height: 1.5;
    }

    .description_section__content h2 {
        font-size: 38px;
        line-height: 40px;
    }

    .description_section__content br {
        display: none;
    }
}
/* END description_section */

/* snake_item */
.flexible_content {
    max-width: 100%;
    overflow: hidden;
}

.snake_item {
    padding: 76px 0;
}

.snake_item__container {
    max-width: 1204px;
    margin: auto;
    width: 100%;
    padding: 0 15px;
}

.snake_item__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 -15px;
}

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

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

.snake_item__content_wrapper {
    max-width: 475px;
}

.snake_item__content {
    padding-left: 2px;
}

.snake_item__content.html_content p + ul {
    margin-top: -6px;
}

.snake_item__content.html_content p:empty {
    height: 2px;
}

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

.media_left .snake_item__row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.media_left .snake_item__content_wrapper {
    margin-left: auto;
}

.media_left .snake_item__media img {
    margin-left: 0;
    margin-right: auto;
}

.media_left .snake_item__media img.center,
.media_right .snake_item__media img.center {
    margin-left: auto;
    margin-right: auto;
}

.snake_item__header {
    display: block;
    margin: 0 0 15px;
}

.snake_item__title {
    font-size: 24px;
    font-family: 'Aeonik';
    font-style: normal;
    font-weight: 500;
    line-height: 30px;
    color: #112031;
    margin: 0;
}

.snake_item__custom_code {
    max-width: 575px;
}

.media_left .snake_item__custom_code {
    margin-left: 0;
    margin-right: auto;
}

.media_right .snake_item__custom_code {
    margin-right: 0;
    margin-left: auto;
}

.snake_item__custom_code video {
    display: block;
    max-width: 100%;
    margin: auto;
}

@media (max-width: 1100px) {
    .snake_item__media img {
        top: auto !important;
        right: auto !important;
    }
}

@media (max-width: 991px) {
    .snake_item {
        padding: 50px 0 !important;
    }

    .flexible_content {
        padding: 0 15px;
    }

    .snake_item__left,
    .snake_item__right {
        width: 100% !important;
    }

    .snake_item__left {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }

    .snake_item__right {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }

    .snake_item__media {
        margin: 0 auto 30px;
        max-width: 575px;
    }

    .media_right .snake_item__media img,
    .media_left .snake_item__media img,
    .snake_item__media img {
        margin: auto;
    }
    .media_left .snake_item__custom_code,
    .media_right .snake_item__custom_code {
        margin-left: auto;
        margin-right: auto;
    }


    .snake_item__content_wrapper,
    .media_right .snake_item__content_wrapper,
    .media_left .snake_item__content_wrapper {
        margin: auto;
    }

    .global_snake_item__title {
        font-size: 38px;
        line-height: 40px;
    }
}

/* END snake_item */

/* flexible_content */
.flexible_content .global_review {
    margin: 0;
    padding: 83px 0 78px;
}

.flexible_content .global_review__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 1042px;
}

.flexible_content .global_review__wrapper {
    max-width: 850px;
    position: relative;
    z-index: 1;
}

.flexible_content .global_review__logo {
    margin-bottom: 37px;
}

.flexible_content .global_review__author {
    margin-top: 31px;
}

.flexible_content .global_review__decor_top {
    left: 28px;
}

.flexible_content .accordion_section {
    padding-top: 53px;
}

.flexible_content .accordion__header {
    margin-bottom: 46px;
}

.flexible_content .accordion__title {
    font-family: 'Inter';
}

.flexible_content .accordion_item__question {
    font-family: 'Inter';
}

.flexible_content .accordion_item {
    padding-bottom: 32px;
    margin-bottom: 38px;
}


@media (max-width: 991px) {
    .flexible_content .global_review__wrapper {
        max-width: 475px;
    }

    .flexible_content .global_review__decor_top {
        left: 0;
        margin-left: -15px;
        margin-right: -15px;
        width: calc(100% + 30px);
    }
}
/* END flexible_content */


.theme_related {
    padding-top: 72px;
}


@media (max-width: 991px) {
    .global_snake_section + .theme_related {
        padding-top: 50px;
    }
}

@media (max-width: 768px) {
    .global_snake_section .global_review {
        margin-left: -30px;
        margin-right: -30px;
    }
}