.hero_section {
    background: #112031;
    padding: 108px 0 0;
    position: relative;
    margin-bottom: 30px;
}

.hero_section.default_type {
    padding: 161px 0 82px;
}

.hero_section .container {
    max-width: 100%;
    width: 1230px;
}

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

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

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

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

.hero_section__content {
    margin-bottom: 50px;
}

.hero_section.default_type .hero_section__right_column {
    align-self: flex-start;
}

.hero_section__right_column {
    width: 50%;
    padding: 0 15px;
    -ms-flex-item-align: end;
    align-self: flex-end;
}

.hero_section__media {
    margin-top: 6px;
}

.hero_section__media .mobile {
    display: none;
}

.hero_section__right_column img {
    margin-left: auto;
}

.hero_section__title {
    font-family: 'Aeonik';
    font-style: normal;
    font-weight: 400;
    font-size: 72px;
    line-height: 77px;
    color: #FFFFFF;
}

.hero_section__buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 40px -16px 0;
}

.hero_section__button {
    margin-bottom: 24px;
    padding: 0 16px;
}

.hero_section__button .theme_btn {
    font-size: 18px;
    color: #112031;
    min-width: 185px;
    padding: 17px;
}

.hero_section__button:nth-child(odd) .theme_btn {
    background: #FDFF37;
}

.hero_section__button:nth-child(odd) .theme_btn:hover {
    background-color: #fff;
}

.hero_section__button:nth-child(even) .theme_btn {
    background-color: #fff;
}

.hero_section__button:nth-child(even) .theme_btn:hover {
    background-color: #FDFF37;
}

@media (max-width: 1300px) {
    .hero_section__title {
        font-size: 52px;
        line-height: 1.2;
    }
}

@media (max-width: 991px) {
    /*.hero_section__left_column {*/
    /*    width: 100%;*/
    /*}*/
    /*.hero_section__right_column {*/
    /*    width: 100%;*/
    /*}*/
    .hero_section__title {
        font-size: 48px;
        line-height: 56px;
    }
}

@media (max-width: 768px) {
    .hero_section {
        padding-top: 108px;
        margin-bottom: 15px;
    }

    .hero_section.default_type {
        padding-top: 90px;
        padding-bottom: 44px;
    }

    .default_type .hero_section__right_column {
        margin-top: 32px;
    }

    .hero_section__container {
        padding: 0;
    }

    /*.hero_section__media img {*/
    /*    margin-left: 0;*/
    /*}*/
    .hero_section__left_column,
    .hero_section__right_column {
        width: 100%;
    }

    .hero_section__left_column {
        padding: 0 30px;
    }

    .hero_section__content {
        margin-bottom: 0;
    }

    .hero_section__title {
        margin: 0;
    }

    .hero_section__title br {
        display: none;
    }

    .hero_section__media {
        margin-top: 3px;
    }

    .hero_section__media .desktop {
        display: none;
    }

    .hero_section__media .mobile {
        display: block;
    }


}

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

@media (max-width: 360px) {
    .hero_section__left_column {
        padding-left: 5px;
        padding-right: 5px;
    }
}


/* section_about */
.section_about {
    padding: 42px 0 50px;
}

.section_about .container {
    max-width: 100%;
    width: 1250px;
}

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

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

.section_about__image {
    margin-left: 34px;
    position: relative;
}

.section_about__image_decor {
    position: absolute;
    top: 0;
    left: -34px;
}

.section_about__image_decor img {
    position: absolute;
    right: -7px;
    top: 36px;
}

.section_about__image_decor svg {
    position: relative;
    z-index: 1;
}

.section_about__image img.img {
    margin-left: auto;
    position: relative;
    z-index: 1;
}

.section_about__content_wrapper {
    margin-top: 26px;
}

.section_about__icons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 -19px 22px;
    padding-left: 2px;
}

.section_about__icon {
    max-width: 41px;
    margin: 0 19px 5px;
}

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

.section_about__header {
    margin-bottom: 16px;
    margin-left: -2px;
}

.section_about__title {
    font-family: 'Aeonik';
    font-style: normal;
    font-weight: 500;
    font-size: 42px;
    line-height: 50px;
    color: #112031;
    margin: 0;
}

.section_about__content {
    margin-left: -2px;
    max-width: 572px;
}

.section_about__content.html_content p {
    margin-bottom: 15px;
}

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

.section_about__button {
    margin-top: 26px;
    margin-left: -2px;
}

.section_about__button a {
    font-size: 18px;
}

@media (max-width: 991px) {
    .section_about__header {
        margin-left: 0;
    }

    .section_about__content {
        margin-left: 0;
        max-width: 100%;
    }

    .section_about__left_column {
        padding: 0 30px;
        width: 100%;
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .section_about__right_column {
        padding: 0 30px;
        width: 100%;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        margin-bottom: 114px;
    }

    .section_about__image {
        margin-left: 0;
    }

    .section_about__image_decor {
        top: -50px;
        left: -15px;
        width: 118px;
    }

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

    .section_about__image_decor img {
        right: -26px;
        top: 14px;
        width: 88px;
    }
}

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

    .section_about__icons {
        margin: 0 -14px 23px;
        padding-left: 0;
    }

    .section_about__icon {
        margin: 0 14px;
    }

    .section_about__icon svg {
        width: 30px;
        height: auto;
        display: block;
    }

    .section_about__title br {
        display: none;
    }

    .section_about__content p {
        letter-spacing: -0.02em;
    }
}

/* END section_about */
/* section_video */

.section_video {
    padding: 104px 0 50px;
    position: relative;
}

.section_video__decor {
    position: absolute;
    right: 0;
    top: 7px;
}

.section_video__decor .bg {
    position: absolute;
    right: 43px;
    bottom: -62px;
}

.section_video__decor svg {
    position: relative;
    z-index: 1;
}

.section_video__wrapper {
    max-width: 880px;
    margin: auto;
}

.section_video__header {
    margin-bottom: 26px;
    text-align: center;
}

.section_video__title {
    margin: 0;
    font-family: 'Aeonik';
    font-weight: 500;
    font-size: 42px;
    line-height: 50px;
    color: #112031;
}

.section_video__title sup {
    font-family: 'Aeonik';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 22px;
    top: -1.5em;
}

.section_video__description {
    max-width: 762px;
    margin: 0 auto 56px;
    font-family: 'Inter';
    font-weight: 400;
    font-size: 18px;
    line-height: 29px;
    text-align: center;
    letter-spacing: -0.02em;
    color: #112031;
}

.section_video__products {
    margin: 60px auto 0;
    max-width: 1040px;
}

.section_video_product {
    width: 25%;
    padding: 0 15px;
    margin-bottom: 45px;
}

.section_video_product span,
.section_video_product__url {
    display: block;
}

.section_video_product__url {
    -webkit-transition: .3s all ease-in-out;
    -o-transition: .3s all ease-in-out;
    transition: .3s all ease-in-out;
    text-align: center;
}

/*.section_video_product__url:hover {*/
/*    opacity: 0.8;*/
/*}*/

.section_video_product__icon {

}

.section_video_product__icon {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    max-width: 100%;
    height: 46px;
    text-align: center;
    margin-bottom: 12px;

}

.section_video_product span.section_video_product__title {
    font-family: 'Aeonik';
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 28px;
    color: #112031;
    display: inline-block;
    text-align: center;
}

.section_video_product__title.underline_anim::before,
.section_video_product__title.underline_anim::after {
    height: 2px;
    bottom: 2px;
}

.section_video_product__subtitle {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 23px;
    text-align: center;
    letter-spacing: -0.02em;
    color: #A2A9B3;
}

.section_video__button {
    text-align: center;
    margin-top: 26px;
}

.section_video__button a {
    min-width: 246px;
    font-size: 18px;

}

@media (max-width: 991px) {
    .section_video__decor {
        width: 158px;
        top: 21px;
    }

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

    .section_video__decor .bg {
        width: 115px;
        height: auto;
        display: block;
        right: 28px;
        bottom: -45px;
    }

    .section_video_product {
        width: 50%;
    }
}

@media (max-width: 768px) {
    .section_video .container {
        padding-left: 30px;
        padding-right: 30px;
    }

    .section_video_product {
        width: 100%;
        margin-bottom: 43px;
    }

    .section_video_product__icon {
        margin-bottom: 4px;
    }

    .section_video__button {
        margin-top: 8px;
    }

    .section_video__button a {
        min-width: 275px;
        padding: 16px;
    }
}

@media (max-width: 560px) {
    .section_video__header {
        text-align: left;
        margin-bottom: 12px;
    }

    .section_video__description {
        text-align: left;
        margin-bottom: 42px;
    }

}

/* END section_video */

/* section_icons_loop */
.section_icons_loop {
    padding: 97px 0 60px;
    position: relative;
}

.section_icons_loop__decor {
    position: absolute;
    left: 0;
    top: 37px;
}

.section_icons_loop__decor img {
    position: absolute;
    bottom: -12px;
}

.section_icons_loop__header {
    margin-bottom: 55px;
    text-align: center;
}

.section_icons_loop__title {
    font-family: 'Aeonik';
    font-style: normal;
    font-weight: 500;
    font-size: 42px;
    line-height: 50px;
    text-align: center;
    /*letter-spacing: -0.02em;*/
    color: #112031;
    padding: 0 15px;
}

.icons_loop__row_about {
    margin-bottom: 30px;
}

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

.icons_loop__row_about .slick-track {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.icons_loop__row_about:nth-child(odd) .slick-track {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}

.icons_loop__row_about:nth-child(even) .slick-track {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.icon_item {
    padding: 0 30px;
}

.icon_item__logo {
    min-height: 60px;
    min-width: 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.icon_item__title {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 18px;
    text-align: center;
    color: #B2B8C0;
    max-width: 94px;
    margin: 8px auto 0;
}

.section_icons_loop__button_wrapper {
    margin-top: 42px;
    text-align: center;
    padding: 0 15px;
}

.section_icons_loop__button_wrapper a {
    padding-left: 35px;
    padding-right: 35px;
}

@media (max-width: 768px) {
    .section_icons_loop__decor {
        top: 14px;
        width: 111px;
    }

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

    .section_icons_loop__decor img {
        width: 72px;
        bottom: -50px;
    }

    .section_icons_loop {
        padding-top: 114px;
        padding-bottom: 30px;
    }

    .section_icons_loop__header {
        max-width: 370px;
        margin: 0 auto 45px;
    }

    /*.section_icons_loop__title {*/
    /*    font-size: 36px;*/
    /*    line-height: 50px;*/
    /*}*/
    .section_icons_loop__button_wrapper {
        margin-top: 45px;
    }

    .section_icons_loop__button_wrapper a {
        width: 100%;
    }
}

/* END section_icons_loop */
.section_about_slider {
    margin-top: 70px;
    padding: 96px 0 50px;
    position: relative;
    overflow: hidden;
}

.section_about_slider:before {
    content: '';
    display: block;
    position: absolute;
    width: 200vw;
    height: 50%;
    background-color: #FDFF37;
    top: -100px;
    right: 0;
    bottom: 0;
    left: -50vw;
    z-index: 1;
    -webkit-transform: rotate(-7deg);
    -ms-transform: rotate(-7deg);
    transform: rotate(-7deg);
}

.section_about_slider__wrapper {
    position: relative;
    z-index: 2;
    /*padding: 0 15px;*/
}

.section_about_slider__header {
    margin-bottom: 90px;
    text-align: center;
}

.section_about_slider__title {
    font-family: 'Aeonik';
    font-style: normal;
    font-weight: 400;
    font-size: 72px;
    line-height: 77px;
    text-align: center;
    color: #112031;
}

.about_slider_item__image {
    height: 398px;
}

.about_slider_item__image img {
    -webkit-transition: .3s all ease-in-out;
    -o-transition: .3s all ease-in-out;
    transition: .3s all ease-in-out;
    margin: auto;
}


.aboutSlider .prevSlide {
    -webkit-transform: translateX(20%);
    -ms-transform: translateX(20%);
    transform: translateX(20%);
}

.aboutSlider .nextSlide {
    -webkit-transform: translateX(-20%);
    -ms-transform: translateX(-20%);
    transform: translateX(-20%);
}


.about_slider .slick-arrow {
    position: absolute;
    top: 162px;
    z-index: 3;
    background-color: transparent;
    border: none;
    font-size: 0 !important;
    width: 20px;
    height: 36px;
    padding: 0;
    background-size: contain;
    background-repeat: no-repeat;
    outline: none !important;
    -webkit-transition: .3s all ease-in-out;
    -o-transition: .3s all ease-in-out;
    transition: .3s all ease-in-out;
    opacity: 1;
    cursor: pointer;
}

.about_slider .slick-arrow.slick-disabled {
    opacity: 0;
}

.about_slider .slick-arrow.slick-next {
    right: 25.6%;
    background-image: url("../img/slick_next.svg");
}

.about_slider .slick-arrow.slick-prev {
    left: 25.6%;
    background-image: url("../img/slick_prev.svg")
}

.about_slider_item {
    opacity: 0.5;
    -webkit-transition: .3s all ease-in-out;
    -o-transition: .3s all ease-in-out;
    transition: .3s all ease-in-out;
}

.about_slider_item.slick-current {
    opacity: 1;
}

.about_slider_item__title {
    font-family: 'Aeonik';
    font-weight: 500;
    font-size: 20px;
    line-height: 28px;
    text-align: center;
    color: #647081;
    margin-bottom: 5px;
}

.about_slider_item__subtitle {
    font-family: 'Aeonik';
    font-weight: 500;
    font-size: 20px;
    line-height: 28px;
    text-align: center;
    color: #112031;
}

.about_slider_item__description {
    margin: 2px auto;
    max-width: 462px;
    font-family: 'Inter';
    font-weight: 400;
    font-size: 18px;
    line-height: 29px;
    text-align: center;
    letter-spacing: -0.02em;
    color: #112031;
}

.about_slider_dots {
    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;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 76px 0 0;
}

.about_slider_dot {
    position: relative;
    padding: 0 0;
}

.about_slider_dot:before {
    content: '|';
    color: #C1C6CD;
    position: absolute;
    right: 0;
}

.about_slider_dot:last-child:before {
    content: none;
}

.about_slider_dot__btn {
    cursor: pointer;
    background: transparent;
    border: none;
    font-family: 'Aeonik' !important;
    font-style: normal;
    font-weight: 500;
    font-size: 16px !important;
    line-height: 22px;
    letter-spacing: 0.02em;
    text-transform: capitalize;
    color: #C1C6CD;
    -webkit-transition: .3s all ease-in-out;
    -o-transition: .3s all ease-in-out;
    transition: .3s all ease-in-out;
    outline: none !important;
    position: relative;
    padding: 0 10px;
}

.about_slider_dot__btn:after {
    content: '';
    width: 8px;
    height: 8px;
    display: block;
    position: absolute;
    border-radius: 100%;
    background-color: #BBF0FF;
    top: -12px;
    left: 0;
    right: 0;
    margin: auto;
    -webkit-transition: .3s all ease-in-out;
    -o-transition: .3s all ease-in-out;
    transition: .3s all ease-in-out;
    opacity: 0;

}

.about_slider_dot__btn.active {
    color: #647081
}

.about_slider_dot__btn.active:after {
    opacity: 1;
}

.about_slider_item__image img.mobile {
    display: none;
}

@media (max-width: 1300px) {
    .aboutSlider .prevSlide {
        -webkit-transform: translateX(5%);
        -ms-transform: translateX(5%);
        transform: translateX(5%);
    }

    .aboutSlider .nextSlide {
        -webkit-transform: translateX(-5%);
        -ms-transform: translateX(-5%);
        transform: translateX(-5%);
    }

    .about_slider .slick-arrow.slick-next {
        right: 20%;
    }

    .about_slider .slick-arrow.slick-prev {
        left: 20%;
    }
}

@media (max-width: 1100px) {
    .aboutSlider .prevSlide {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }

    .aboutSlider .nextSlide {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }

}

@media (max-width: 991px) {
    .about_slider .slick-arrow.slick-next {
        right: 5%;
    }

    .about_slider .slick-arrow.slick-prev {
        left: 5%;
    }
}

@media (max-width: 768px) {
    .about_slider_dots {
        margin-top: 30px;
    }

    .about_slider_dot {
        margin-bottom: 12px;
    }

    .section_about_slider {
        margin-top: 82px;
        padding-top: 58px;
        padding-bottom: 45px;
        background: #F5F5F5;
    }

    .section_about_slider__header {
        margin-bottom: 30px;
    }

    .section_about_slider__title {
        font-size: 48px;
        line-height: 56px;
    }

    .about_slider_item__image img {
        max-width: 60%;
    }

    .about_slider .slick-arrow {
        top: 22%;
    }

    .about_slider .slick-arrow.slick-next {
        right: 3%;
    }

    .about_slider .slick-arrow.slick-prev {
        left: 3%;
    }

    .about_slider .slick-arrow {
        width: 13px;
        height: 26px;
    }

    .section_about_slider__wrapper {
        padding: 0 30px;
    }
}

@media (max-width: 560px) {
    .about_slider_item__image img {
        max-width: 80%;
    }

    .about_slider_item__image img.desktop {
        display: none;
    }

    .about_slider_item__image img.mobile {
        display: block;
    }

    .about_slider_item__image {
        height: 213px;
    }
}

/* section_leaders */
.section_leaders {
    padding: 107px 0 50px;
}

.section_leaders .container {
    width: 1202px;
    max-width: 100%;
}

.section_leaders__header {
    margin-bottom: 60px;
    text-align: center;
}

.section_leaders__title {
    font-family: 'Aeonik';
    font-weight: 500;
    font-size: 42px;
    line-height: 50px;
    color: #112031;
    margin: 0;
}

.leaders__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 -12px;
}

.leader_item {
    padding: 0 12px;
    width: 25%;
    margin-bottom: 57px;
}

.leaders__row.row_3 .leader_item {
    width: 26%;
}

.leader_item__wrapper {
    cursor: pointer;
    max-width: 275px;
    margin: auto;
}

.leader_item__image {
    margin-bottom: 14px;
    position: relative;
}

.leader_item__image img {
    -webkit-transition: .5s all ease-in-out;
    -o-transition: .5s all ease-in-out;
    transition: .5s all ease-in-out;
}

.leader_item__image .img_default {
    opacity: 1;
}

.leader_item__image .img_hover {
    opacity: 0;
    position: absolute;
    display: block;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
}

.leader_item__wrapper:hover .leader_item__image .img_hover {
    opacity: 1;
}

.leader_item__full_name {
    font-family: 'Aeonik';
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 28px;
    color: #2E3141;
    margin-bottom: 0;
}

.leader_item__position {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 25px;
    color: #647081;
}

.leader_modal {
    max-width: 825px;
    width: 96%;
    margin: 40px auto;
    position: relative;
    background-color: #fff;
    border-radius: 7px;
    overflow: hidden;
    -webkit-filter: drop-shadow(-5px 7px 30px rgba(116, 126, 142, 0.15));
    filter: drop-shadow(-5px 7px 30px rgba(116, 126, 142, 0.15));
}

.leader_modal .close-popup {
    position: absolute;
    right: 0;
    top: 2px;
    padding: 20px;
    cursor: pointer;
    -webkit-transition: .3s all ease-in-out;
    -o-transition: .3s all ease-in-out;
    transition: .3s all ease-in-out;
}

.leader_modal .close-popup:hover {
    opacity: 0.7;
}

.leader_modal .mfp-close {
    display: none;
}

.leader_modal__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.leader_modal__photo {
    max-width: 255px;
    width: 100%;
}

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

.leader_modal__content {
    max-width: calc(100% - 255px);
    width: 100%;
    padding: 0 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.leader_modal__content_wrapper {
    margin: 30px auto 30px;
    max-width: 403px;
}

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

.leader_modal__position {
    font-family: 'Inter';
    font-weight: 400;
    font-size: 16px;
    line-height: 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #647081;
}

.leader_modal__description {
    margin-top: 17px;
    font-family: 'Inter';
    font-weight: 400;
    font-size: 18px;
    line-height: 29px;
    letter-spacing: -0.02em;
    color: #112031;
}

.leaders_button {
    display: none;
}

.leader_modal__wrapper {
    position: relative;
}

.leader_modal__decor {
    position: absolute;
    bottom: -6px;
    right: 68px;
    display: none;
}

.leader_modal__decor svg {
    position: relative;
    z-index: 1;
    display: block;
    max-width: 100%;
    height: auto;
}

.leader_modal__decor .bg {
    top: -17px;
    position: absolute;
}

@media (max-width: 991px) {
    .leader_item {
        width: 33.33% !important;
    }
}

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

    .leader_item {
        width: 50% !important;
        margin-bottom: 42px;
    }

    .leader_modal__photo {
        display: none;
    }

    .leader_modal__content {
        max-width: 100%;
        padding: 50px 30px 90px;
    }

    .leader_modal__content_wrapper {
        margin: 0;
        max-width: 100%;
    }

    .leader_modal__description {
        margin-top: 12px;
        letter-spacing: -0.02em;
    }

    .leader_modal__description p {
        letter-spacing: -0.02em;
    }

    .leader_modal .close-popup {
        right: 14px;
        width: 45px;
        top: 17px;
        padding: 15px;
    }

    .leader_modal .close-popup svg {
        display: block;
        width: 15px;
        height: auto;
    }
    
    .leader_modal__decor {
        display: block;
    }
}

@media (max-width: 560px) {
    .leader_item {
        width: 100%;
        display: none;
    }

    .leader_item:first-child,
    .leader_item:nth-child(2) {
        display: block;
    }

    .leaders_button {
        display: block;
        text-align: center;
        margin-top: 15px;
    }

    .leaders_button a {
        min-width: 275px;
        font-size: 18px;
        padding: 17px;
    }
}

/* END section_leaders */

/* section_join */
.section_join {
    padding: 105px 0 150px;
    position: relative;
}

.section_join .container {
    width: 1250px;
    max-width: 100%;
}

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

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

.section_join__image {
    position: relative;
    margin-left: 63px;
}

.section_join__image_decor {
    position: absolute;
    top: 25px;
    left: -63px;
}

.section_join__image_decor img {
    position: absolute;
    right: 0;
    top: 19px;
}

.section_join__image_decor svg {
    position: relative;
    z-index: 1;
}

.section_join__image img.img {
    position: relative;
    z-index: 1;
    margin-left: 0;
}

.section_join__content_wrapper {
    margin-left: -3px;
    margin-top: 1px;
}

.section_join__header {
    margin-bottom: 18px;
}

.section_join__title {
    margin: 0;
    font-family: 'Aeonik';
    font-weight: 500;
    font-size: 42px;
    line-height: 50px;
    color: #112031;
}

.section_join__content {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 29px;
    letter-spacing: -0.02em;
    color: #2E3141;
    max-width: 568px;
}

.section_join__button {
    margin-top: 30px;
}

.section_join__button a {
    font-size: 18px;
}

.section_join__decor {
    display: none;
    position: absolute;
    right: 0;
    width: 158px;
    top: 14px;
}

.section_join__decor .bg {
    position: absolute;
    width: 115px;
    height: auto;
    display: block;
    right: 28px;
    bottom: -45px;
}

.section_join__decor svg {
    position: relative;
    z-index: 1;
    display: block;
    max-width: 100%;
    height: auto;
}

@media (max-width: 991px) {
    .section_join {
        padding-top: 96px;
        padding-bottom: 102px;
    }

    .section_join__header {
        margin-bottom: 22px;
    }

    .section_join__content.html_content {
        letter-spacing: -0.02em;
    }

    .section_join__right {
        width: 100%;
        padding: 0 30px;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        margin-bottom: 108px;
    }

    .section_join__left {
        width: 100%;
        padding: 0 30px;
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .section_join__content {
        max-width: 100%;
    }

    .section_join__image_decor {
        top: -50px;
        left: -15px;
        width: 118px;
    }

    .section_join__image {
        margin-left: 0;
    }

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

    .section_join__image_decor img {
        right: -26px;
        top: 14px;
        width: 88px;
    }

    .section_join__decor {
        display: block;
    }
}

/* END section_join */