/* Страница о нас */

.about-us-container{
    overflow: hidden;
    width: 100%;
}

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

.custom-breadcrumbs {
    margin-top: 20px;
}

.custom-breadcrumbs a {
    color: #929292;
    font-size: 14px;
    font-weight: 400;
    text-decoration: none;
}

.first_section {
    position: relative;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto auto;
}

.first_block_text {
    width: 540px;
    color: #FFFFFF;
    margin-right: 30px;
    display: inline-block;
}

.first_block_title {
    grid-column: 1 / 2;
    grid-row: 1 / 2;
    width: 540px;
}

.first_title {
    font-weight: 700;
    font-size: 50px;
    color: #FFFFFF;
    margin-top: 0;
}

.first_block_text {
    width: 540px;
}

.first_block_text_content {
    grid-column: 1 / 2;
    grid-row: 2 / 3;
    width: 540px;
}


.first_block_text_item {
    margin-bottom: 20px;
    font-weight: 400;
    font-size: 18px;
}

.first_block_btn {
    background-color: #F39343;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    border: #F39343 solid;
    border-radius: 60px;
    width: 255px;
    margin-top: 40px;
}

.first_block_a {
    padding: 10px 30px;
    color: #0b0b0b;
    text-decoration: none;
    font-size: 21px;
    font-weight: 700;
    text-transform: uppercase;
}

.first_block_img_wrap {
    position: relative;
    height: 540px;
    aspect-ratio: 1/1;
    overflow: hidden;
    border-radius: 20px;
    grid-column: 2 / 3;
    grid-row: 1 / 3;
}

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

.first_block_show_more_btn {
    display: none;
}


@media (max-width: 767px) {
    .first_section {
        display: flex;
        flex-direction: column;
        position: relative;
        z-index: 2;
    }

    .first_block_title {
        order: 1;
        width: 90%;
        max-width: 540px;
        margin-bottom: 20px;
    }

    .first_title {
        width: 300px;
        font-size: 28px;
        margin-bottom: 0;
    }

    .first_block_img_wrap {
        order: 2;
        width: 100%;
        height: 210px;
        margin-bottom: 20px;
        display: flex;
        justify-content: center;
    }

    .first_block_img_wrap img {
        width: 300px;
        border-radius: 10px;
    }

    .first_block_text_item{
        line-height: 150%;
        font-size: 14px;
    }


    .first_block_text_content {
        order: 3;
        width: 100%;
        max-width: 540px;
    }

    .first_block_second_paragraph{
        display: none;
    }

    .first_block_third_paragraph{
        display: none;
    }

    .first_block_btn {
        font-size: 14px;
        display: none;
        margin: 20px auto 0 auto;
        width: 300px;
    }

    .first_block_a{
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 0 30px;
    }

    .first_block_show_more_btn{
        display: block;
        padding: 0px;
        border: 0;
        background: none;
        color: #2BB32A;
        text-decoration: underline;
        margin-top: -10px;
    }

}

@media (max-width: 425px) {

    .first_section {
        padding-left: 10px;
    }

    .first_block_img_wrap {
        height: 300px;
    }

    .first_block_img_wrap img {
        width: 400px;
        border-radius: 10px;
    }

}


.second_section {
    margin-top: 160px;
    margin-bottom: 160px;
}

.second_section_video_wrap {
    overflow: hidden;
    width: 1100px;
    height: 600px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 2;
}

.second_section_video {
    border-radius: 20px;
    height: 100%;
    width: 100%;
    object-fit: cover;
    display: block;
}

@media (max-width: 767px) {

    .second_section_video_wrap {
        width: 300px;
        margin: 0 auto;
    }
}

@media (max-width: 425px) {

    .second_section{
        margin-top: 40px;
        margin-bottom: 40px;
        width: 100%;
    }

    .second_section_video_wrap {
        height: 100%;
        width: 100%;
        margin: 0 auto;
    }

    .second_section_video {
        width: 95%;
    }

}

.third_section {
    margin-bottom: 160px;
    width: 1100px;
    position: relative;
    z-index: 2;
}

.third_section_card {
    background-color: rgba(61, 84, 77, 0.24);
    border-radius: 20px;
    display: flex;
    align-items: center;
    flex-direction: column;
}

.third_section_header {
    display: flex;
    justify-content: space-between;
    height: 114px;
    width: 1030px;
    margin-top: 40px;
    margin-bottom: 40px;
}

.third_section_header_title {
    font-weight: 700;
    font-size: 32px;
    color: #FFFFFF;
    width: 962px;
}


.third_section_header_svg {
    color: #314335;
    width: 68px;
    height: 56px;
    font-size: 100px;
}

.third_section_card_body {
    min-height: 175px;
    width: 1030px;
    display: flex;
    margin-bottom: 20px;
    justify-content: space-between;
}

.third_section_card_body_first_element {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    height: 100%;
}


.third_section_card_body_first_element_title {
    color: #FFFFFF;
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 10px;
    margin-right: 30px;
}

ul.green-checklist {
    list-style: none;
    margin: 0 !important;
    padding-left: 0 !important;
}

ul.green-checklist li {
    position: relative;
    padding-left: 28px;
    margin-bottom: 8px;
}

ul.green-checklist li::before {
    content: "✔";
    position: absolute;
    left: 0;
    top: 0;
    color: green;
    font-size: 18px;
}

.third_section_card_body_second_element {
    width: 500px;
    border: solid #3D544D 1px;
    background-color: #3D544D;
    border-radius: 20px;
    border: 1px solid #3D544D;
    padding: 20px;
    display: flex;
    justify-content: space-between;
}

.third_section_card_body_second_element_img_wrap {
    width: 32px;
    height: 32px;
    border: solid 1px #D6A015;
    border-radius: 10px;
}

.third_section_card_body_second_element_img {

}

.third_section_card_body_second_element_text {
    color: #FFFFFF;
    font-size: 18px;
    font-weight: 400;
    width: 418px;
    margin-left: 10px;
}

.third_section_card_footer {
    min-height: 143px;
    width: 1030px;
    border-radius: 20px;
    border: solid #3D544D 1px;
    margin-bottom: 40px;
}

.third_section_card_footer {
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding-left: 20px;
}

.third_section_card_footer_title {
    font-weight: 700;
    font-size: 24px;
    margin-bottom: 10px;
}

.third_section_card_footer_description {
    font-weight: 400;
    font-size: 18px;
    margin-top: 10px;
}

@media (max-width: 767px) {

    .third_section {
        width: 300px;
        min-height: 750px;
        margin-bottom: 40px;
    }

    .third_section_card {

    }

    .third_section_card_body {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        max-width: 300px;
    }

    .third_section_header {
        margin-top: 10px;
        width: 280px;
        min-height: 168px;
        margin-bottom: 25px;
    }

    .third_section_header_title {
        width: 255px;
        font-size: 20px;
        line-height: 120%;
    }

    .third_section_card_body_first_element {
        margin-right: 10px;
        margin-left: 10px;
        margin-bottom: 30px;
    }


    .third_section_header_svg {
        width: 23px;
        height: 19px;
        font-size: 15px;
    }

    .third_section_card_body_second_element {
        width: 280px;
        min-height: 168px;
        display: flex;
        flex-direction: column;
        padding: 10px;
    }

    .third_section_card_body_second_element_text {
        width: 260px;
        font-size: 14px;
        line-height: 150%;
    }

    .third_section_card_footer {
        padding: 10px;
        width: 280px;
        margin-bottom: 10px;
    }

    .third_section_card_footer_title {
        font-size: 16px;
        line-height: 120%;
    }

    .third_section_card_footer_description {
        font-size: 14px;
    }

}

@media (max-width: 425px) {

    .third_section {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        min-height: 750px;
        margin-bottom: 40px;
        margin-top: 40px;
    }

    .third_section_card {
        width: 95%;
    }

    .third_section_header {
        padding: 10px;
        width: 100%;
        margin-bottom: 0;
    }

    .third_section_header_svg {
        display: none;
    }

    .third_section_header_title {
        width: 100%;
    }

    .third_section_card_body{
        max-width: 100%;
    }

    .third_section_card_body_second_element {
        width: 95%;
    }

    .third_section_card_body_second_element_text {
        width: 100%;
    }

    .third_section_card_footer {
        width: 95%;
    }


}

.fourty_section {
    position: relative;
    z-index: 2;
    display: flex;
    color: #FFFFFF;
}

.fourty_section_left {
    margin-right: 59px;
    width: 445px;
}

.fourty_section_left_title {
    font-weight: 700;
    font-size: 44px;
    height: 53px;
    margin-bottom: 40px;
    text-transform: uppercase;
}

.fourty_section_left_sub_title {
    height: 62px;
    text-transform: uppercase;
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 20px;
    line-height: 120%;
}

.fourty_section_left_description {
    height: 108px;
    font-size: 18px;
    font-weight: 400;
    line-height: 150%;
}

.fourty_section_line {
    position: relative;
    border: none;
    height: 100%;
    width: 1px;
    background: linear-gradient(to bottom, #424242, #919191, #1C1C1C);
}

.fourty_section_right_item {
    position: relative;
    margin-bottom: 40px;

}

.fourty_section_right_item::before {
    content: "";
    position: absolute;
    left: -67px;
    top: 60px;
    transform: translateX(-50%);
    width: 8px;
    height: 8px;
    background: white;
    border-radius: 50%;
    box-shadow: 0 0 6px rgba(255, 255, 255, 0.7);
}

.fourty_section_line::before {
    top: 60px;
    box-shadow: 0 0 6px rgba(255, 255, 255, 0.7),
    0 490px 0 white,
    0 490px 6px rgba(255, 255, 255, 0.7);
}

.fourty_section_line::after {
    top: 845px;
}

.fourty_section_left {
    width: 605px;
}

.fourty_section_right {
    display: flex;
}

.fourty_section_right_items {
    margin-left: 66px;
}

.fourty_section_right_item {
    width: 540px;
    background-color: rgba(61, 84, 77, 0.24);
    margin-bottom: 50px;
    border: solid 1px rgba(61, 84, 77, 0.24);
    border-radius: 20px;
}

.fourty_section_right_year {
    position: relative;
    bottom: 29px;
    left: 29px;
    background-color: #3D544D;
    border-radius: 10px;
    border: 1px solid #D6A015;
    padding: 11px;
    width: 66px;
    display: flex;
    justify-content: center;
    font-size: 18px;
    font-weight: 700;
    line-height: 150%;
}

.fourty_section_rigth_text {
    padding: 0 35px 35px 35px;
}

.fourty_section_right_text_title {
    font-weight: bold;
    font-size: 24px;
    color: #FFFFFF;
    line-height: 120%;
    margin-bottom: 20px;
}

.fourty_section_right_text_description {
    font-size: 18px;
    font-weight: 400;
    line-height: 150%;
}

.fourty_section_left_description_item:not(:last-child) {
    margin-bottom: 15px;
}

.fourty_section-dora {
    top: -335px;
    left: 800px;
}


@media (max-width: 767px) {

    .fourty_section {
        display: flex;
        flex-direction: column;
    }

    .fourty_section_left{
        width: 300px;
    }


    .fourty_section_left_title {
        font-size: 24px;
    }

    .fourty_section_left_sub_title, .fourty_section_left_description {
        display: none;
    }

    .fourty_section_rigth_text {
        padding: 0 10px 10px 10px;
    }

    .fourty_section_right_items {
        width: 281px;
        margin-left: 19px;
    }

    .fourty_section_right_item {
        width: 281px;
    }

    .fourty_section_right_text_title {
        font-size: 16px;
        margin-bottom: 15px;
    }

    .fourty_section_right_text_description {
        font-size: 14px;
    }


    .fourty_section_right_year {
        bottom: 23px;
        left: 10px;
        width: 56px;
        height: 33px;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }

    .fourty_section_line {
        min-height: 800px;
    }

    .fourty_section_right_item::before {
        left: -20px;
        top: 30px;
    }
}

@media (max-width: 425px) {
    .fourty_section {

    }

    .fourty_section_left_title {
         margin-bottom: 0;
        margin-left: 15px;
    }

    .fourty_section_right_items {
    }

    .fourty_section_right_item {
        width: 115%;
    }

    .fourty_section_right {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .fourty_section_line {
        margin-bottom: 0;
    }
}

.fifth_section {
    position: relative;
    z-index: 2;
    margin-top: 160px;
}

.fifth_section_title {
    width: 100%;
    color: #FFFFFF;
    font-weight: 700;
    font-size: 44px;
    line-height: 120%;
    margin-bottom: 60px;
    text-transform: uppercase;
}

.fifth_section_items {
    display: flex;
}

.fifth_section_item {
    width: 350px;
    padding-top: 20px;
    padding-bottom: 47px;
    padding-right: 20px;
    padding-left: 20px;
    background-color: rgba(61, 84, 77, 0.24);
    border: solid 1px rgba(61, 84, 77, 0.24);
    border-radius: 20px;
    display: flex;
    justify-content: center;
}

.fifth_section_item:not(:last-child) {
    margin-right: 30px;
}

.fifth_section_item-logo {
    width: 32px;
    height: 32px;
    margin-right: 15px;
    margin-top: 8px;
    border-radius: 20px;
    border: none;
}

.fifth_section_item-logo img {
    width: 100%;
    height: 100%;
}

.fifth_section_item-text {
    width: 263px;
}

.fifth_section_item-count {
    font-size: 44px;
    font-weight: 700;
    line-height: 120%;
    color: #FFFFFF;
}

.fifth_section_item-title {
    font-weight: 700;
    font-size: 18px;
    line-height: 150%;
    margin-bottom: 10px;
}

.fifth_section_item-description {
    font-size: 18px;
    font-weight: 400;
    line-height: 150%;
}

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

    .fifth_section_title {
        font-size: 24px;
        margin-bottom: 30px;
    }

    .fifth_section_items {
        flex-direction: column;
    }

    .fifth_section_item{
        position: relative;
        margin-bottom: 30px;
        padding-left: 10px;
        padding-bottom: 20px;
        padding-top: 30px;
        width: 300px;
    }

    .fifth_section_item-logo {
        position: absolute;
        bottom: 135px;
        left: 20px;
    }

    .fifth_section_item-logo img {

    }

    .fifth_section_item:not(:last-child) {
        margin-right: 0;
    }

    .fifth_section_item-text{
        padding-left: 10px;
    }

    .fifth_section_item-count{
        font-size: 24px;
    }

    .fifth_section_item-title{
        font-size: 14px;
    }

    .fifth_section_item-description{
        font-size: 14px;
    }

}

@media (max-width: 425px) {
    .fifth_section {
        padding: 15px;
    }

    .fifth_section_title {
        margin-bottom: 30px;
    }

    .fifth_section_item {
        width: 100%;
    }

    .fifth_section_item-text {
        width: 100%;
    }
}

.sixth_section {
    position: relative;
    z-index: 2;
    margin-top: 160px;
}

.sixth_section-title {
    width: 100%;
    color: #FFFFFF;
    font-weight: 700;
    font-size: 44px;
    line-height: 120%;
    margin-bottom: 60px;
    text-transform: uppercase;
}

.sixth_section-items {
    display: flex;
}

.sixth_section-item {
    margin-right: 30px;
    height: 285px;
    border: solid 1px;
    border-radius: 10px;
    pointer-events: none;
    user-select: none;
}

.sixth_section-item-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.sixth_section-item picture, .sixth_section-item picture source {
    width: 100%;
    height: 100%;
}

.my-slider {
    position: relative;
}

@media (max-width: 425px) {
    .sixth_section {
        width: 100%;
        padding-left: 15px;
        padding-right: 15px;
    }

    .swiper-slide {
        margin: 0;
    }
}

.my-slider-track {
    display: flex;
    transition: transform 0.3s ease;
}

.my-slide {
    flex: 0 0 350px;
    box-sizing: border-box;
}

.my-slider-buttons {
    display: flex;
}

.my-prev,
.my-next {
    height: 40px;
    width: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 20px;
    margin-top: 30px;
    background-color: #FFBE15;
    border: solid 1px #FFBE15;
    border-radius: 5px;
    font-size: 15px;
}

@media (max-width: 768px) {
    .sixth_section{
        margin-top: 40px;
    }
    .sixth_section-title {
        font-size: 24px;
    }

    .sixth_section-items {
    }

    .sixth_section-item {
        width: 220px;
        height: 179px;
    }

    .sixth_section-item img {
        width: 100%;
        height: 100%;
    }
}

.seventh_section {
    position: relative;
    z-index: 2;
    margin-top: 160px;
}

.seventh_section-title {
    text-transform: uppercase;
    font-size: 44px;
    font-weight: bold;
    line-height: 120%;
}

.seventh_section-body {
    display: flex;
    margin-top: 80px;
}

.seventh_section-body-left_card {
    width: 501px;
    min-height: 215px;
    background-color: rgba(61, 84, 77, 0.24);
    border: solid 1px rgba(61, 84, 77, 0.24);
    border-radius: 20px;
    display: flex;
    justify-content: center;
    margin-right: 18px;
}

.seventh_section-body-left_card-text {
    padding: 40px;
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
}

.seventh_section-body-center_img {
    width: 192px;
    height: 215px;
    border-radius: 20px;
    margin-right: 18px;
}

.seventh_section-body-right_card {
    width: 381px;
    min-height: 215px;
    border-radius: 20px;
    background-color: rgba(61, 84, 77, 0.24);
}

.seventh_section-body-right_card-text {
    padding: 40px;
}

.seventh_section-body-right_card-title {
    font-weight: bold;
    font-size: 24px;
    line-height: 120%;
    margin-bottom: 20px;
}

@media (max-width: 768px) {
    .seventh_section{
        margin-top: 40px;
        width: 300px;
    }

    .seventh_section-title {
        font-size: 24px;
    }

    .seventh_section-body{
        margin-top: 30px;
        flex-direction: column;
    }

    .seventh_section-body-left_card{
        width: 100%;
        min-height: 146px;
        margin-bottom: 10px;
        border-radius: 10px;
    }

    .seventh_section-body-left_card-text{
        padding: 10px;
        font-size: 14px;
    }


    .seventh_section-body-center_img{
        overflow: hidden;
        width: 300px;
        height: 194px;
    }

    .seventh_section-body-center_img img{
        object-fit: cover;
        display: block;
        width: 100%;
        height: 100%;
    }
    .seventh_section-body-right_card{
        margin-top: 10px;
        min-height: 129px;
        border-radius: 10px;
        width: 100%;
    }

    .seventh_section-body-right_card-text{
        padding: 10px;
    }
}

@media (max-width: 425px) {
    .seventh_section {
        width: 100%;
        padding: 15px;
    }

    .seventh_section-body-center_img {
        width: 100%;
        height: 194px;
    }

    .seventh_section-body-left_card {
        min-height: 0;
    }
}


.our_partner {
    margin-top: 160px;
    text-transform: uppercase;
    user-select: none;
    position: relative;
    width: 100%;
}

.our_partner-title {
    width: 100%;
    font-weight: bold;
    font-size: 44px;
    line-height: 120%;
    color: #FFFFFF;
}

.our_partner-items {
    display: flex;
    margin-top: 80px;
    overflow: hidden;
    width: 1110px;
}

.our_partner-item {
    width: 350px;
    flex: 0 0 350px;
    height: 206px;
}

.our_partner-item:not(:last-child) {
    margin-right: 30px;
}



.our_partner-item img {
    pointer-events: none;
    user-select: none;
    -webkit-user-drag: none;
}

.drag-slider-track {
    display: flex;
    position: relative;
    flex-wrap: nowrap;
    will-change: transform;
}

@media(max-width: 760px)
{
    .our_partner {
        margin-top: 52px;
    }

    .our_partner-title {
        font-size: 18px;

    }

    .our_partner-item {
        margin-right: 0px;
        margin-left:10px;
    }
}

@media (max-width: 425px) {
    .our_partner {
        margin-top: 40px;
        padding: 15px;
    }

    .our_partner-title {
        font-size: 24px;
    }

    .our_partner-items {
        margin-top: 30px;
    }
}



.our_docs {
    margin-top: 160px;
}

.our_docs_title {
    font-weight: bold;
    font-size: 44px;
    line-height: 120%;
    margin-bottom: 30px;
    text-transform: uppercase;
}

.our_docs_subtitle {
    font-weight: 700;
    font-size: 24px;
    line-height: 120%;
    margin-bottom: 20px;
    margin-top: 50px;
}

.our_docs_item {
    width: 100%;
    margin-bottom: 10px;
    border-radius: 10px;
    background-color: rgba(61, 84, 77, 0.24);
    padding: 15px;
}

.our_docs_item_url {
    color: #FFBE15;
    font-size: 16px;
    font-weight: bold;
    line-height: 150%;
}

.our_docs_item_url:hover {
    color: #FFBE15;
}

.our_docs_item_url:active {
    color: #FFBE15;
}

.our_docs_official_docs_items {
    display: flex;
}

.our_docs_official_docs_item {
    height: 501px;
    width: 350px;
    margin-right: 30px;
}

.our_docs_official_docs_item_title {
    margin-top: 10px;
    font-weight: 700;
    font-size: 18px;
    line-height: 150%;
    width: 350px;
}

.docs-slieder-buttons{
    display: none;
}

@media (max-width: 425px) {
    .our_docs {
        margin-top: 40px;
    }
}

.financial_indicators{
    margin-top: 50px;
}

.financial_indicators_title {
    font-size: 24px;
    font-weight: 700;
}

.financial_indicators_table-wrapper {
    margin-top:20px;
    border-collapse: collapse;
}

.financial_indicators_table-table {
    border: solid 1px;
    border-radius: 20px;
    border-color: #929292;
    background-color: rgba(61, 84, 77, 0.24);
    border-collapse: separate;
    border-spacing: 0;
    table-layout: fixed;
}

.financial_indicators_table-thead th{
    border: 1px solid #929292;
    padding: 8px;
    text-align: center;
}


.financial_indicators_table-table-item{
    border: 1px solid #929292;
    padding: 8px;
}

.financial_indicators_table-table-item:not(:first-child) {
    text-align: center;
}

.financial_indicators_table-table th:first-child {
    border-top-left-radius: 20px;
}
.financial_indicators_table-table th:last-child {
    border-top-right-radius: 20px;
}
.financial_indicators_table-table tr:last-child td:first-child {
    border-bottom-left-radius: 20px;
}
.financial_indicators_table-table tr:last-child td:last-child {
    border-bottom-right-radius: 20px;
}

.financial_indicators_table-scroll-row{
    display: none;
}

.financial_indicators-link{
    background-color: rgba(61, 84, 77, 0.24);
    height:54px;
    display: flex;
    justify-content: start;
    align-items: center;
    border:none;
    border-radius: 10px;
}

.financial_indicators-link-a {
    color: #FFBE15;
    padding: 15px;
    font-size: 16px;
    font-weight: 700;
}

financial_indicators-link-a:hover {
    color: #FFBE15;
}

@media(max-width: 760px)
{
    .our_docs{
    }

    .our_docs_title{
        font-size: 24px;
    }

    .our_docs_subtitle{
        margin-top: 30px;
        font-size: 16px;
    }

    .our_docs_official_docs{
        width: 90%;
        overflow: hidden;
    }

    .our_docs_official_docs_item{
        width: 220px;
        height: 353px;
    }

    .our_docs_official_docs_items{
        scroll-behavior: smooth;
        margin-bottom:26px;
    }

    .our_docs_item_url{
        font-size: 14px;
    }

    .docs-slieder-buttons{
        display: flex;
    }

    .our_docs_official_docs_item_title{
        width: 220px;
    }

    .financial_indicators_table-wrapper {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        position: relative;
        max-width: 100%;
    }

    .financial_indicators_table-table {
        width: 1110px;
    }

    .financial_indicators_table-scroll-row{
        height: 31px;
        display: block;
    }

    .custom-scrollbar {
        margin-top: 12px;
        margin-left: 5px;
        position: relative;
        height: 6px;
        background: #D9D9D9;
        border-radius: 5px;
        overflow: hidden;
    }

    .custom-scrollbar-thumb {
        position: absolute;
        top: 0;
        left: 0;
        height: 6px;
        background: #2BB32A;
        border-radius: 5px;
        width: 50px;
        transition: left 0.05s linear;
    }

    .custom-scrollbar-thumb:active {
        cursor: grabbing;
    }

    .financial_indicators-link-a {
        font-size: 14px;
    }
}

@media(max-width: 425px) {
    .our_docs {
        width: 100%;
        padding: 15px;
    }
}

.our_teams {
    margin-top: 160px;
}

.out_teams_title {
    font-weight: bold;
    font-size: 44px;
    line-height: 120%;
    margin-bottom: 30px;
    text-transform: uppercase;
}

.our_teams_items {
    display: flex;
}

.our_teams_item {
    margin-right: 30px;
    width: 350px !important;
    max-width: none !important;
}

.our_teams_item .our_teams_item_img {
    margin-right: 30px;
    width: 350px;
    max-width: none
}

.our_teams_item_name {
    font-weight: bold;
    font-size: 18px;
    line-height: 150%;
}

.our_teams_item_positions {
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
}

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

    .out_teams_title{
        font-size: 24px;
    }

    .our_teams_items{
        flex-direction: column;
    }

    .our_teams_item{
        margin-bottom: 30px;
    }

    .our_teams_item_img{
        width: 300px;
        height: 240px;
        overflow: hidden;
        border-radius: 10px;
        margin-bottom: 10px;
    }

    .our_teams_item_img img{
        object-fit: cover;
        object-position: 50% 13%;
    }

    .our_teams_item_name{
        font-size: 14px;
    }

    .our_teams_item_positions{
        font-size: 14px;
    }
}

@media(max-width: 425px) {
    .our_teams {
        width: 100%;
        margin-top: 40px;
        padding: 15px;
    }

    .our_teams_item {
        width: 100%;
        height: 100%;
        margin-right: 0;
    }

    .our_teams_item .our_teams_item_img {
        margin-right: 0;
    }

    .our_teams_item_img {
        width: 100%;
        height: 100%;
    }

    .our_teams_items {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }

}


.our_contact {
    margin-top: 160px;
}

.our_contact_title {
    font-weight: bold;
    font-size: 44px;
    line-height: 120%;
    margin-bottom: 30px;
    text-transform: uppercase;
}

.our_contact_main {
    display: flex;
}


.our_contact_left_text {
    width: 415px;
    margin-right: 30px;
}

.our_contact_left_text-item {
    margin-bottom: 20px;
}

.our_contact_left_text-item-title {
    font-size: 16px;
    line-height: 150%;
    font-weight: 400;
    margin-bottom: 5px;
}


.our_contact_left_text-subtitle {
    font-weight: 700;
    font-size: 18px;
    line-height: 150%;
    margin-bottom: 5px;
}

.our_contact_left_text-subtext {
    font-size: 14px;
    font-weight: 400;
    line-height: 150%;
}

.our_contact_left_text-item-text {
    font-weight: 700;
    font-size: 16px;
    line-height: 150%;
}

.our_contact_left_text-email-text {
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
}

.our_contact_left_text-email :hover {
    color: #2BB32A;
}

.our_contact_left_text-email {
    color: #2BB32A;
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
}


.our_contact_left_text-phone {
    display: flex;
    align-items: center;
    color: #2BB32A;
    margin-top: 20px;
    margin-bottom: 10px;
}

.svg_phone {
    width: 20px;
    height: 20px;
    margin-right: 5px;
}

.number_phone {
    font-weight: 700;
    font-size: 18px;
    line-height: 150%;
}

.number_phone :hover {
    color: #2BB32A;
}

.our_contact_right_map {
    width: 665px;
    height: 691px;
    border: solid 1px;
    border-radius: 20px;
}

.dora-wrapper{
    position: absolute;
    overflow: visible;
}

.dora {
    position: absolute;
    width: 492px;
    height: 492px;
    background-color: #2BB32A;
    filter: blur(800px);
    z-index: -1;
    will-change: transform, filter;
    pointer-events: none;
}

.third_section_dora {
    top: 1800px;
    right: 2000px;
}

.seventh_section_dora {
    left: 4000px;
}

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

    .our_contact_main{
        flex-direction: column;
    }

    .our_contact_title{
        font-size: 24px;
    }

    .our_contact_right_map{
        width: 300px;
        height: 300px;
    }

    .our_contact_left_text{
        width:300px;
    }

    .our_contact_left_text-subtext {
        font-size: 12px;
    }

    .our_contact_left_text-item-title,
    .our_contact_left_text-item-text,
    .our_contact_left_text-subtitle,
    .our_contact_left_text-email-text,
    .our_contact_left_text-email,
    .number_phone
    {
        font-size: 14px;
    }

    .svg_phone{
        width: 18px;
        height: 18px;
    }


}

@media (max-width: 425px) {
    .our_contact {
        padding: 15px;
    }

    .our_contact_left_text {
        width: 100%;
    }

    .our_contact_right_map {
        width: 100%;
        height: 380px;
    }
}