/*Обнуление*/
* {
    padding: 0;
    margin: 0;
    border: 0;
}

*,
*:before,
*:after {
    box-sizing: border-box;
}

:focus,
:active {
    outline: none;
}

a:focus,
a:active {
    outline: none;
}

nav,
footer,
header,
aside {
    display: block;
}

html,
body {
    height: 100%;
    width: 100%;
    font-size: 100%;
    -ms-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;

    font-family: 'Poppins', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 160%;
    font-feature-settings: 'salt' on, 'liga' off;
    color: rgba(24, 25, 31, 0.8);
}

input,
button,
textarea {
    font-family: inherit;
}

input::-ms-clear {
    display: none;
}

button {
    cursor: pointer;
}

button::-moz-focus-inner {
    padding: 0;
    border: 0;
}

a,
a:visited {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

ul li {
    list-style: none;
}

ul {
    margin: 0;
    padding: 0;
}

img {
    vertical-align: top;
}

p {
    margin: 0;
}

/* ========================== */

@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap');


:root {}

.wrapper {
    overflow: hidden;
}

.contact_btn_header {
    padding: 14px 40px;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    text-decoration: none;
    background: #FFFFFF;
    border: 1px solid #DDEDC9;
    border-radius: 50px;
    color: #4F7125;
}

.logo_header img {
    width: 180px;
}

.header_wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header_links_wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

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

.menu_item .menu_link {
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    transition: all .3s ease;
    color: #222222;
    border-bottom: 1px solid transparent;
}

.menu_item {
    margin-right: 40px;
}

.menu_item:last-child {
    margin-right: 35px;
}

.menu_item .menu_link:hover {
    border-bottom: 1px solid #222222;
}

header {
    display: flex;
    align-items: center;
    height: 75px;
}

.section_fs_main {
    padding: 148px 0 47px;
}

.partition_txt {
    font-weight: 500;
    font-size: 24px;
    line-height: 120%;
    color: #5B6C6D;
    margin: 0;
}

.partition_txt.mb20 {
    margin-bottom: 20px;
}

.h1 {
    font-weight: 600;
    font-size: 56px;
    line-height: 120%;
    color: #222222;
    margin: 0;
}

.h2 {
    font-weight: 600;
    font-size: 48px;
    line-height: 120%;
    color: #222222;
    margin: 0;
}

.partition_subtitle {
    font-size: 18px;
    line-height: 27px;
    color: #222222;
    opacity: 0.8;
}

.partition_subtitle.mt32 {
    margin-top: 32px;
}

.item_info_block_fs {
    background: #E4EFEF;
    border-radius: 20px;
    padding: 20px 30px;
    width: 220px;
    margin-right: 15px;
    flex-shrink: 0;
}

.wrapper_info_block_fs_main {
    display: flex;
    align-items: center;
}

.bold_txt {
    font-weight: 700;
    font-size: 50px;
    line-height: 100%;
    color: #3A739B;
}

.description_txt {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #222222;
}

.description_txt.mt5 {
    margin-top: 5px;
}

.wrapper_info_block_fs_main {
    margin-top: 170px;
}

.section_fs_main {
    position: relative;
}

.section_fs_main .lamp_img_fs {
    position: absolute;
    top: 50%;
    right: 19.8%;
    width: 29.68vw;
    max-width: 577px;
    transform: translateY(-50%);
}

.section_fs_main .build_house_img_fs {
    position: absolute;
    top: 15%;
    right: 5.05%;
    width: 13.84vw;
    max-width: 266px;
}

.section_fs_main .build_img_fs {
    position: absolute;
    top: 60%;
    right: 1.9%;
    width: 19.6vw;
    max-width: 377px;
}

.partition_subtitle.maxw446 {
    max-width: 446px;
}

.blue_circle {
    position: absolute;
    top: -50%;
    right: -700px;
    background-color: #A5C8C9;
    width: 1400px;
    height: 1400px;
    border-radius: 50%;
    z-index: -1;
    opacity: 0.3;
}

.section_fs_main .partition_subtitle {
    margin-top: 30px;
}

.btn_burger {
    width: 28px;
    height: 28px;
    padding: 7px 3px;
    display: none;
    flex-direction: column;
    justify-content: space-between;
    background-color: transparent;
    margin-left: 38px;
}

.btn_burger span {
    display: block;
    width: 100%;
    height: 2px;
    border-radius: 10px;
    background-color: #698B56;
    transition: all .3s ease;
}

body.burger_active {
    overflow: hidden;
}

.menu_item.adress {
    display: none;
}

.menu_item.btn_menu_item {
    display: none;
}

@media (min-width: 1420px) {
    .section_fs_main .lamp_img_fs {
        top: 40%;
    }

    .section_fs_main .build_img_fs {
        top: 45%;
    }

    .section_fs_main .build_house_img_fs {
        top: 5%;
    }
}

@media (max-width: 991.8px) {
    .logo_header img {
        width: 160px;
    }

    .menu_item .menu_link {
        font-size: 14px;
        line-height: 21px;
    }

    .menu_item {
        margin-right: 30px;
    }

    .blue_circle {
        width: 900px;
        height: 900px;
        right: -500px;
    }

    .partition_txt {
        font-weight: 500;
        font-size: 20px;
        line-height: 120%;
    }

    .h1 {
        font-weight: 600;
        font-size: 64px;
        line-height: 120%;
    }

    .partition_subtitle {
        font-weight: 400;
        font-size: 16px;
        line-height: 24px;
    }

    .wrapper_info_block_fs_main {
        margin-top: 127px;
    }

    .section_fs_main {
        padding: 100px 0 0px;
    }

    .bold_txt {
        font-size: 40px;
        line-height: 100%;
    }

    .description_txt {
        font-size: 14px;
        line-height: 21px;
    }

    .section_fs_main .lamp_img_fs {
        top: 10px;
        right: 8.38%;
        transform: none;
    }

    .section_fs_main .build_house_img_fs {
        right: 21.8%;
        top: 50%;
    }

    .section_fs_main .build_img_fs {
        right: -1.5%;
        top: 45%;
    }
}

@media (max-width: 767.8px) {
    .section_fs_main .lamp_img_fs {
        top: 10px;
        right: 8.38%;
        transform: none;
    }

    .section_fs_main .build_house_img_fs {
        right: 21.8%;
        top: 40%;
    }

    .section_fs_main .build_img_fs {
        right: -1.5%;
        top: 35%;
    }

    .blue_circle {
        top: -70%;
    }
}

@media (max-width: 660.8px) {
    .section_fs_main .lamp_img_fs {
        right: 3%;
    }

    .section_fs_main .build_house_img_fs {
        right: 18%;
    }

    .section_fs_main .build_img_fs {
        right: -4.5%;
        top: 32%;
    }

    .item_info_block_fs {
        padding: 10px 12px;
        min-width: 100px;
        width: auto;
    }

    .bold_txt {
        font-size: 28px;
        line-height: 100%;
    }

    .description_txt {
        font-size: 12px;
        line-height: 18px;
    }

    .btn_burger.active span {
        background-color: #698B56;
    }

    .btn_burger.active .first {
        transform: rotate(45deg);
        transform-origin: left;
    }

    .btn_burger.active .middle {
        display: none;
    }

    .btn_burger.active .last {
        transform: rotate(-45deg);
        transform-origin: left;
        position: relative;
        left: 0;
        bottom: -3px;
    }

    .btn_burger {
        display: flex;
    }

    .menu_list {
        display: none;
    }

    .menu_list.active {
        display: flex;
        flex-direction: column;
        position: absolute;
        z-index: 5;
        left: 0;
        top: 61px;
        height: 100vh;
        width: 100%;
        background-color: #FFFFFF;
        padding-top: 98px;
        padding-right: calc(var(--bs-gutter-x) * .5);
        padding-left: calc(var(--bs-gutter-x) * .5);
    }

    .menu_item {
        width: 100%;
        margin-right: 0;
        margin-bottom: 24px;
    }

    .menu_item:last-child {
        margin-right: 0;
    }

    .menu_item .menu_link {
        font-weight: 500;
        font-size: 16px;
        line-height: 24px;
        color: #222222;
    }

    .btn_menu_item .contact_btn_header {
        display: block;
        margin: 20px 0;
    }

    .contact_btn_header {
        background-color: transparent;
    }

    .menu_item.adress .menu_link {
        font-weight: 400;
        font-size: 14px;
        line-height: 24px;
    }

    header {
        height: 61px;
    }

    .menu_item.adress {
        display: block;
    }

    .menu_item.btn_menu_item {
        display: block;
    }
}

@media (max-width: 620.8px) {
    .section_fs_main .lamp_img_fs {
        right: -2%;
    }

    .section_fs_main .build_house_img_fs {
        right: 10%;
    }

    .section_fs_main .build_img_fs {
        right: -12.5%;
        top: 32%;
    }

    .logo_header img {
        width: 110px;
    }

}

@media (max-width: 576.8px) {
    .h1 {
        font-weight: 600;
        font-size: 40px;
        line-height: 120%;
    }

    .partition_txt.mb20 {
        margin-bottom: 15px;
    }

    .section_fs_main .partition_subtitle {
        margin-top: 20px;
    }

    .blue_circle {
        width: 700px;
        height: 700px;
        top: 50%;
        right: -502px;
        transform: translateY(-60%);
    }

    .header_links_wrapper>.contact_btn_header {
        padding: 8px 24px;
        font-weight: 500;
        font-size: 14px;
        line-height: 21px;
    }

    .section_fs_main {
        padding: 70px 0 0;
    }

    .section_fs_main .lamp_img_fs {
        width: 57.6vw;
        position: relative;
        left: 0px;
        right: auto;
    }

    .section_fs_main .build_house_img_fs {
        /* position: relative; */
        width: 25.9vw;
        right: 10px;
        top: 10px;
    }

    .section_fs_main .build_img_fs {
        /* position: relative; */
        width: 38vw;
        bottom: -30%;
        top: auto;
        right: 0;
    }

    .wrapper_info_block_fs_main {
        margin-top: 98px;
    }

    .section_fs_main .partition_subtitle {
        margin-bottom: 50px;
    }

    .position_mob_relative {
        position: relative;
    }

    .item_info_block_fs {
        margin-right: 0;
    }

    .wrapper_info_block_fs_main {
        display: flex;
        justify-content: space-between;
    }
}

@media (max-width: 330.8px) {
    .item_info_block_fs {
        min-width: 85px;
    }

}

/* SECTION CONTACTS */
.section_contact {
    padding: 100px 0 120px;
    background-image: url('../img/bg_contacts_desctop.svg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.partition_txt.mb16 {
    margin-bottom: 16px;
}

.partition_subtitle.maxw571 {
    max-width: 571px;
}

.green_btn {
    font-weight: 500;
    font-size: 18px;
    line-height: 27px;
    text-align: center;
    color: #FFFFFF;
    background: #4F7125;
    border-radius: 50px;
    padding: 14px 36px;
}


.section_contact .row {
    align-items: center;
}

@media (max-width: 991.8px) {
    .section_contact {
        padding: 80px 0;
        background-image: url('../img/bg_contacts_tablet.svg');
    }

    .section_contact .partition_txt {
        text-align: center;
    }

    .h2 {
        font-weight: 600;
        font-size: 42px;
        line-height: 120%;
    }

    .section_contact .h2 {
        text-align: center;
    }

    .section_contact .partition_subtitle {
        text-align: center;
        margin: auto;
        max-width: 451px;
    }

    .section_contact .green_btn {
        margin-top: 30px;
    }

    .section_contact .center_mob_content {
        display: flex;
        justify-content: center;
    }

    .section_contact .partition_subtitle {
        margin-top: 20px;
    }

    .green_btn {
        font-weight: 500;
        font-size: 16px;
        line-height: 24px;
        color: #FFFFFF;
    }

}

@media (max-width: 576.8px) {
    .section_contact {
        padding: 56px 0;
    }

    .section_contact .partition_txt {
        text-align: left;
    }

    .section_contact .h2 {
        text-align: left;
    }

    .section_contact .partition_subtitle {
        text-align: left;
    }

    .section_contact .green_btn {
        margin-top: 40px;
        width: 100%;
        font-size: 18px;
        line-height: 27px;
        padding: 16.5px 36px;
    }

    .section_contact {
        background-image: url('../img/bg_contacts_mob.svg');
        background-size: cover;
    }

}


.list_ss_main.mt40 {
    margin-top: 40px;
}

.list_ss_main {
    max-width: 587px;
}

.item_ss_main {
    display: flex;
    align-items: flex-start;
    margin-bottom: 40px;
}

.item_ss_main img {
    margin-right: 40px;
    width: 72px;
    height: 72px;
}

.list_ss_main_title {
    font-weight: 600;
    font-size: 24px;
    line-height: 32px;
    font-feature-settings: 'salt' on, 'liga' off;
    color: #18191F;
}

.list_ss_main_content {
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    font-feature-settings: 'salt' on, 'liga' off;
    color: rgba(24, 25, 31, 0.8);
}

.list_ss_main_content.mt8 {
    margin-top: 8px;
}

.section_ss_main {
    position: relative;
    margin: 47px 0 67px;
    padding: 201px 0 240px;
}

.main_ss_big_img {
    position: absolute;
    width: 41.8vw;
    max-width: 803px;
    left: -10.6vw;
    top: 0;
}

.partition_subtitle.mt15 {
    margin-top: 15px;
}

.section_ss_main_abstr {
    position: absolute;
    right: 0;
    top: 200px;
    z-index: -1;
}

.h2_after_ss_main {
    position: relative;
}

.h2_after_ss_main::after {
    position: absolute;
    top: -40px;
    right: 90px;
    content: '';
    width: 211px;
    height: 121px;
    z-index: -1;
    display: block;
    background-image: url("data:image/svg+xml,%3Csvg width='211' height='121' viewBox='0 0 211 121' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='0.5' d='M154.178 40.3349C123.808 29.0507 90.9119 -12.7921 20.1436 3.87042C-50.6119 20.5329 80.8703 110.485 169.814 120.186C258.758 129.888 179.778 49.8434 154.178 40.3349V40.3349Z' fill='%23E4EFEF'/%3E%3C/svg%3E");
    background-size: cover;
    background-repeat: no-repeat;
}

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

.partition_subtitle.mt25 {
    margin-top: 25px;
}

@media (max-width: 991.8px) {
    .list_ss_main {
        margin-left: auto;
        margin-right: auto;
    }

    .partition_subtitle.mt25 {
        margin-top: 20px;
    }

    .list_ss_main.mt40 {
        margin-top: 127px;
    }

    .item_ss_main img {
        width: 48px;
        height: 48px;
        margin-right: 15px;
    }

    .item_ss_main {
        align-items: center;
    }

    .list_ss_main_title {
        font-size: 18px;
        line-height: 32px;
    }

    .list_ss_main_content.mt8 {
        margin-top: 0;
    }

    .list_ss_main_content {
        font-size: 14px;
        line-height: 26px;
    }

    .item_ss_main {
        margin-bottom: 30px;
    }

    .section_ss_main {
        padding: 117px 0 0;
        margin: 50px 0 70px;
    }

    .section_ss_main_abstr {
        width: 75px;
    }

    .h2_after_ss_main::after {
        width: 105px;
        height: 60px;
        right: 0;
    }
}

@media (max-width: 576.8px) {
    .main_ss_big_img {
        position: relative;
		
    }

    .section_ss_main {
        padding: 0;
        margin: 70px 0 20px;
    }

    .main_ss_big_img {
        width: 90vw;
		margin-top:40px;
    }

    .section_ss_main_abstr {
        display: none;
    }

    .h2_after_ss_main::after {
        display: none;
    }

    .section_ss_main .partition_txt {
        margin-top: 45px;
    }

    .partition_subtitle.mt15 {
        margin-top: 0;
    }

    .list_ss_main.mt40 {
        margin-top: 40px;
    }

    .item_ss_main {
        margin-bottom: 24px;
    }
}

.partition_subtitle.mt25 {
    margin-top: 25px;
}

.row_grid {
    margin-top: 68px;
}

.body_grid_card {
    background: #fff;
    border-radius: 20px;
    padding: 10px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.col_grid_mb45 {
    margin-bottom: 45px;
}

.grid_card_photo {
    margin-top: 15px;
    height: 195px;
    width: 100%;
    object-fit: cover;
    border-radius: 10px;
}

.grid_card_content {
    padding: 10px;
}

.grid_card_content .title {
    font-weight: 600;
    font-size: 24px;
    line-height: 32px;
    color: #18191F;
}

.grid_card_content .description {
    font-size: 16px;
    line-height: 24px;
    color: #6E7F80;
}

.grid_card_content .adress {
    font-size: 16px;
    line-height: 24px;
    color: #A0B1B2;
	display:block;
}

.grid_card_content .sia_number {
    text-decoration: none;
    font-size: 16px;
    line-height: 24px;
    color: #A0B1B2;
}

.grid_card_content .adress.mb5_mt10 {
    margin-bottom: 5px;
    margin-top: 10px;
}

.grid_card_content .adress.mb5_mt5 {
    margin-bottom: 5px;
    margin-top: 5px;
}

.grid_card_content .description.mb10_mt5 {
    margin-bottom: 10px;
    margin-top: 5px;
}

.grid_card_content .icon {
    width: 48px;
    height: 48px;
    margin-bottom: 15px;
}

.section_group_companies_main {
    background-image: url("data:image/svg+xml,%3Csvg width='1920' height='2520' viewBox='0 0 1920 2520' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='0.2' d='M1078.76 42.8018C802.245 73.5147 574.405 -53.374 58.2388 27.3669C-457.927 108.108 -1502.71 2314.13 -398.126 2478.49C365.554 2592.13 2356.46 2449.38 2545.4 2326.84C2734.37 2204.3 2742.18 344.91 2396.68 299.832C2051.19 254.754 2299.04 80.148 1886.62 13.5724C1656.53 -23.5741 1235.22 25.4411 1078.81 42.8161L1078.76 42.8018Z' fill='%23A5C8C9'/%3E%3C/svg%3E");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 136px 0 162px;
    position: relative;
}

.absrt_group_companies {
    position: absolute;
    left: 0;
    top: 40%;
    z-index: -1;
}

.absrt_2_group_companies {
    position: absolute;
    width: 83px;
    top: 110px;
    right: 25%;
    z-index: -1;
}

.absrt_3_group_companies {
    position: absolute;
    width: 1380px;
    top: 50%;
    right: -15%;
    z-index: -1;
    transform: translateY(-50%);
}

.grid_card_content .site_link {
    margin-top: 10px;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #8BC544;
}

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

    .grid_card_content .title {
        font-size: 20px;
        line-height: 32px;
    }

    .absrt_2_group_companies {
        display: none;
    }

    .grid_card_content .description {
        font-size: 14px;
        line-height: 26px;
    }

    .grid_card_content .adress {
        font-size: 14px;
        line-height: 26px;
    }

    .grid_card_content .sia_number {
        font-size: 14px;
        line-height: 26px;
    }

    .col_grid_mb45 {
        margin-bottom: 30px;
    }
}

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

    .col_grid_mb45 {
        margin-bottom: 20px;
    }

    .partition_subtitle.mt25 {
        margin-top: 20px;
    }

    .section_group_companies_main {
        padding: 120px 0;
    }
}

.section_our_indicators {
    position: relative;
    padding: 231px 0 290px;
}

.section_our_indicators .green_btn {
    display: inline-flex;
    align-items: center;
    margin-top: 50px;
}

.section_our_indicators .green_btn::after {
    content: '';
    margin-left: 10px;
    width: 24px;
    height: 24px;
    display: inline-block;
    background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5 12H19' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M12 5L19 12L12 19' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.absrt_1_our_indicators {
    position: absolute;
    left: 0;
    top: 113px;
    z-index: -1;
}

.position_relative_our_indicators {
    position: relative;
}

.img_our_indicators {
    width: 100%;
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    transform: translateY(-30%);

}

.section_our_indicators .partition_txt {
    position: relative;
}

.section_our_indicators .partition_txt::after {
    content: '';
    width: 84px;
    height: 57px;
    display: block;
    position: absolute;
    right: 40px;
    top: -60px;
    z-index: -1;
    background-image: url("data:image/svg+xml,%3Csvg width='84' height='58' viewBox='0 0 84 58' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.0386 0.891012C-20.6026 7.11737 33.5826 69.5406 71.8986 55.1721C110.215 40.8035 44.7581 -7.09149 8.0386 0.891012Z' fill='%23E4F0E2'/%3E%3C/svg%3E");
    background-size: cover;
}

@media (max-width: 991.8px) {
    .absrt_1_our_indicators {
        display: none;
    }

    .section_our_indicators .partition_txt::after {
        top: 0;
    }

    .section_our_indicators {
        padding: 100px 0;
    }

    .img_our_indicators {
        transform: translateY(-20%);
    }

    .section_our_indicators .green_btn {
        margin-top: 30px;
    }

}

@media (max-width: 576.8px) {

    .section_our_indicators .partition_txt::after {
        display: none;
    }

    .section_our_indicators .green_btn {
        display: flex;
        justify-content: center;
    }

    .section_our_indicators .green_btn {
        margin-top: 40px;
    }

    .img_our_indicators {
        position: static;
        transform: none;
        transform: scale(1.1);
    }

    .section_our_indicators {
        padding: 105px 0 60px;
    }
}


.footer_mail_link {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    font-feature-settings: 'salt' on, 'liga' off;
    color: #4F7125;
    margin-left: 39px;
}

.menu_list_footer {
    display: flex;
    align-items: center;
}

.menu_item_footer a {
    font-size: 16px;
    line-height: 24px;
    color: #222222;
}

.menu_item_footer {
    margin-left: 40px;
}

.wrapper_footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 46px 0;
}

.wrapper_logo_email {
    display: flex;
    align-items: center;
}

.footer_coopy {
    padding: 11px 0 13px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    font-feature-settings: 'salt' on, 'liga' off;
    color: #B9B9B9;
    border-top: 1px solid rgba(0, 0, 0, 0.05);
}

.footer_coopy a {
    text-decoration: none;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    font-feature-settings: 'salt' on, 'liga' off;
    color: #B9B9B9;
}

@media (max-width: 767.8px) {


    .wrapper_footer {
        flex-direction: column;
        margin-top: 28px;
        margin-bottom: 28px;
    }

    .wrapper_logo_email {
        justify-content: space-between;
        width: 100%;
        padding-bottom: 28px;
        border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    }

    .menu_list_footer {
        width: 100%;
        flex-direction: column;
        margin-top: 28px;
    }

    .menu_list_footer li {
        width: 100%;
        margin-left: 0;
    }

    .menu_list_footer li:not(:last-child) {
        margin-bottom: 16px;
    }

    .footer_coopy {
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
        padding: 28px 0;
    }

    .footer_coopy div:not(:last-child) {
        margin-bottom: 10px;
    }

}

.section_statistics_fs {
    padding: 80px 0 124px;
    position: relative;
    background-image: url('/img/bg_statistics_fs.svg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.partition_subtitle.mt48 {
    margin-top: 48px;
}

.section_statistics_fs .contact_btn {
    display: none;
}

@media (max-width: 991.8px) {
    .section_statistics_fs .h1 {
        text-align: center;
    }

    .section_statistics_fs .partition_subtitle {
        text-align: center;
        margin-top: 20px;
    }
}

@media (max-width: 576.8px) {
    .section_statistics_fs .contact_btn {
        margin-top: 32px;
        display: block;
        padding: 14px 36px;
        background: #FFFFFF;
        border: 1px solid #DDEDC9;
        border-radius: 50px;
        font-weight: 500;
        font-size: 18px;
        line-height: 27px;
        text-align: center;
        color: #4F7125;
    }

    .section_statistics_fs {
        padding: 70px 0 100px;
    }
}

.section_statistics_ss {
    margin: 100px 0;
}

.h3 {
    font-weight: 600;
    font-size: 48px;
    line-height: 120%;
    color: #222222;
    margin: 0;
}

.section_statistics_diagrama1 .h3 {
    text-align: center;
}

.diagram1_desctop {
    width: 100%;
    margin: 70px auto 57px;
    display: block;
}

.diagram1_tablet {
    display: none;
}

.diagram1_mobile {
    display: none;
}

.section_statistics_diagrama1 {
    margin: 100px 0;
}

@media (max-width: 991.8px) {
    .diagram1_desctop {
        display: none;
    }

    .diagram1_tablet {
        margin-top: 50px;
        display: block;
        width: 90%;
    }

    .h3 {
        font-weight: 600;
        font-size: 36px;
        line-height: 120%;
        color: #222222;
    }

    .section_statistics_diagrama1 {
        margin: 124px 0 100px;
    }
}

@media (max-width: 576.8px) {
    .h3 {
        font-weight: 600;
        font-size: 28px;
        line-height: 120%;
        color: #222222;
    }

    .diagram1_tablet {
        display: none;
    }

    .diagram1_mobile {
        display: block;
        width: 100%;
        margin: 40px auto 0;
    }

    .section_statistics_diagrama1 {
        margin: 80px 0 90px;
    }
}

.wrapper_slider {
    background: #E4F0E2;
    border-radius: 50px 0 0 50px;
    padding: 40px;
    position: absolute;
    width: 200%;
}

.swiper {
    border-radius: 20px;
    overflow: hidden;
}

.relative_swiper {
    min-height: 536px;
    position: relative;
}

.wrapper_btn {
    width: 135px;
    position: relative;
}

.swiper-button-prev {
    background: #FFFFFF;
    border: 1px solid rgba(79, 113, 37, 0.4);
    border-radius: 50px;
    width: 60px;
    height: 60px;
    background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M25.3333 16H6.66668' stroke='%234F7125' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M16 6.66675L6.66667 16.0001L16 25.3334' stroke='%234F7125' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-size: 32px;
    background-repeat: no-repeat;
    background-position: center;
    left: 0;
    top: 0;
}

.swiper-button-next {
    background: #FFFFFF;
    border: 1px solid rgba(79, 113, 37, 0.4);
    border-radius: 50px;
    width: 60px;
    height: 60px;
    transform: rotate(180deg);
    background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M25.3333 16H6.66668' stroke='%234F7125' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M16 6.66675L6.66667 16.0001L16 25.3334' stroke='%234F7125' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-size: 32px;
    background-repeat: no-repeat;
    background-position: center;
    right: 0;
    top: 0;
}

.wrapper_btn {
    width: 135px;
    margin-top: 130px;
}

.partition_subtitle.mt17 {
    margin-top: 17px;
}

.section_statistics_ss .swiper-slide {
    height: auto;
    display: flex;
    align-items: stretch;
}

.relative_swiper {
    position: absolute;
    right: -25px;
    top: 0;
}


.section_statistics_ss {
    position: relative;
}

.wrapper_slider {
    width: 100%;
    border-radius: 20px 0 0 20px;
}

.swiper {
    border-radius: 20px 0 0 20px;
}

.section_statistics_ss {
    min-height: 536px;
}

.statistics_ss_abstract {
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
}

.statistics_ss_abstract_2 {
    position: relative;
}

.statistics_ss_abstract_2::after {
    content: '';
    position: absolute;
    right: 50px;
    top: -47px;
    z-index: -1;
    width: 83px;
    height: 57px;
    background-image: url('/img/statistics_ss_abstract_2.svg');
    background-size: cover;

}

@media (min-width: 991.8px) and (max-width: 1399.8px) {
    .wrapper_slider {
        width: 100%;
        padding-right: 0;
    }

    .relative_swiper {
        position: relative;
    }
}

@media (max-width: 991.8px) {

    .relative_swiper {
        position: relative;
        right: 0;
    }

    .wrapper_btn {
        display: none;
    }

    .wrapper_slider {
        width: 100%;
        border-radius: 0;
        padding: 20px 0px 20px 20px;
    }

    .relative_swiper {
        padding: 0;
    }

    .swiper {
        border-radius: 0;
    }

    .relative_swiper {
        margin-top: 30px;
    }

    .partition_subtitle.mt17 {
        margin-top: 20px;
    }

    .section_statistics_ss {
        margin: 80px 0 124px;
    }

    .section_statistics_ss .partition_subtitle.maxw446 {
        max-width: none;
    }

    .statistics_ss_abstract {
        top: -70px;
        left: -30%;
    }
}

@media (max-width: 576.8px) {
    .relative_swiper {
        margin-top: 50px;
    }

    .section_statistics_ss {
        margin: 80px 0;
    }

    .statistics_ss_abstract {
        width: 288px;
    }

    .statistics_ss_abstract_2::after {
        width: 58px;
        height: 40px;
    }
}

.section_statistics_achievements {
    padding: 100px 0;
    background-image: url('/img/statistics_achievements_bg.svg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.achievements_icon {
    width: 72px;
    height: 72px;
}

.achievements_title {
    font-weight: 700;
    font-size: 18px;
    line-height: 28px;
    font-feature-settings: 'salt' on, 'liga' off;
    color: #18191F;
}

.achievements_description {
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    padding-right: 15px;
    font-feature-settings: 'salt' on, 'liga' off;
    color: rgba(24, 25, 31, 0.7);
}

.achievements_title.mt16mb4 {
    margin-top: 16px;
    margin-bottom: 4px;
}

.section_statistics_achievements .h3 {
    margin-bottom: 66px;
}

.achievements_title {
    position: relative;
    margin: 0;
}

.line_indicator {
    position: absolute;
    top: -47px;
    margin-right: 0;
    left: 100px;
}

.line_indicator.last {
    display: none;
}

.col_mb_20 {
    margin-bottom: 20px;
}

.diagram2_tablet {
    display: none;
}

.diagram2_mobile {
    display: none;
}

.diagram2_desctop {
    width: 100%;
    margin-top: 73px;
    margin-bottom: 57px;
}

.section_statistics_diagrama1 {
    position: relative;
}

.abstr_right_statistics_diagrama1 {
    position: absolute;
    right: 0;
    top: -200px;
    z-index: -1;
}

.abstr_2_right_statistics_diagrama1 {
    position: absolute;
    z-index: -1;
    left: 0;
    top: 0px;
}

.abstr_2_right_statistics_diagrama2 {
    position: absolute;
    z-index: -1;
    left: 0;
    top: 0px;
}

.abstr_right_statistics_diagrama2 {
    position: absolute;
    z-index: -1;
    right: 0;
    top: 0px;
}

/* @media (min-width: 991.8px) {
    .statistics_wrapper .h1 {
        font-size: 56px;
    }

    .statistics_wrapper .h2 {
        font-size: 56px;
    }
} */

@media (max-width: 991.8px) {
    .abstr_2_right_statistics_diagrama2 {
        display: none;
    }

    .abstr_right_statistics_diagrama2 {
        display: none;
    }

    .abstr_right_statistics_diagrama1 {
        display: none;
    }

    .abstr_2_right_statistics_diagrama1 {
        display: none;
    }

    .diagram2_desctop {
        display: none;
    }

    .line_indicator {
        display: none;
    }

    .diagram2_tablet {
        display: block;
        width: 100%;
        margin-top: 50px;
    }

    .section_statistics_diagrama1 {
        margin: 100px 0;
    }

    .col_mb_20 {
        display: flex;
        align-items: center;
    }

    .achievements_icon {
        margin-right: 16px;
    }

    .achievements_title.mt16mb4 {
        margin-top: 0;
    }

    .achievements_title {
        font-size: 16px;
        line-height: 28px;
    }

    .achievements_description {
        font-size: 14px;
        line-height: 140%;
    }

    .section_statistics_achievements {
        padding: 48px 0;
        background-image: url('/img/statistics_achievements_tablet_bg.svg');
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
    }

    .section_statistics_achievements .h3 {
        margin-bottom: 30px;
    }
}

@media (max-width: 576.8px) {
    .diagram2_tablet {
        display: none;
    }

    .diagram2_mobile {
        display: block;
        width: 100%;
        margin-top: 40px;
    }

    .section_statistics_diagrama1 {
        margin: 80px 0 90px;
    }

    .section_statistics_achievements {
        padding: 60px 0;
    }

    .col_mb_20 {
        padding-top: 16px;
        padding-bottom: 16px;
    }

    .col_mb_20 {
        display: block;
    }

    .achievements_title.mt16mb4 {
        margin-top: 16px;
    }

    .section_statistics_achievements {
        background-image: url('/img/statistics_achievements_mob_bg.svg');
        background-size: cover;
        background-position: center -20px;
        background-repeat: no-repeat;
    }
}

header {
    width: 100%;
    transition: all .3s ease;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 5;
}

header.fixed {
    width: 100%;
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 5;
    background-color: #fff;
    border-bottom: 1px solid #edf4f4;
}

.wrapper {
    padding-top: 75px;
}

@media (max-width: 576.8px) {
    .wrapper {
        padding-top: 61px;
    }
}
.footer_coopy a{
	    color: #4F7125;
}