.d-flex {
    display: flex !important;
}
.w-dropdown-item:hover {
    background: rgba(255, 255, 255, 0.2);
}


@media (min-width: 768px) {
    .section_map {
        /* background: linear-gradient(90deg, #452c93 60%, #4d32a4 14%); */
        padding: 150px 0;
    }
}

@media (max-width: 768px) {
    .section_map {
        /* background: linear-gradient(90deg, #452c93 60%, #4d32a4 14%); */
        padding: 50px 0;
    }
}

.map_container svg {
    max-width: 100%;
    height: auto;
}

.mark_svg {
    cursor: pointer;
}

.text_container_svg {
    transform: translate(-10px, -15px);
    opacity: 0;
    transition: all 0.5s;
}

.mark_svg:hover .text_container_svg {
    transform: translate(-10px, -35px);
    opacity: 1;
}

.text_container_svg text {
    font-size: 12.198px !important
}

.right_map_tab_container {
    height: 100%;
}

.tab_btn_map {
    display: flex;
    width: 100%;
    border: 1px solid #39ca99;
    border-radius: 30px;
    position: relative;
}

.bg_tab_hover {
    content: "";
    width: 50%;
    height: 100%;
    background-color: #38c595;
    border-radius: 30px;
    position: absolute;
    transition: all 0.5s;
}

.tab_map {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50%;
    padding: 9px 20px;
    transition: all 0.5s;
    cursor: pointer;
    z-index: 1;
}

@media (min-width: 768px) {
    .tab_map_content_container {
        margin-top: 50px;
        transition: all 0.5s;
    }
}

@media (max-width: 768px) {
    .tab_map_content_container {
        margin-top: 30px;
        height: 60px;
        transition: all 0.5s;
    }
}

.tab_content_block {
    overflow: hidden;
    height: 100%;
}

.tab_content {
    display: flex;
    flex-direction: column;
    position: relative;
    align-items: center;
    overflow: hidden;
    width: 50%;
}

.tab_content_transform {
    display: flex;
    width: 200%;
    transform: translateX(0%);
    transition: all 0.5s;
    height: 100%;
}

.tab_content svg {
    position: absolute;
    top: 0;
}

.sub_map {
    cursor: pointer;
    border-top: 1px solid #5333c1;
    border-bottom: 1px solid #5333c1;
    padding: 25px 0;
    opacity: 1;
    transition: all 0.5s;
}

.sub_map svg {
    position: relative;
    width: 90%;
    display: table;
    margin: 0 auto;
    height: auto;
    overflow: visible;
}

@media (min-width: 768px) {
    .list_years {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        z-index: 1;
    }

    .sub_map {
        width: 100%;
    }

    .year_btn {
        width: 70%;
        text-align: center;
        padding: 10px;
        border: 1px solid #9747ff;
        border-radius: 30px;
        margin-top: 40px;
        background-color: #4d32a4;
        color: #fff;
        font-size: 16px;
        font-weight: 600;
        cursor: pointer;
        transition: all 0.5s;
    }

    .year_btn:hover {
        background-color: #452c93;
    }
}

@media (max-width: 768px) {
    .list_years {
        width: 100%;
        display: flex;
        align-items: center;
        z-index: 1;
    }

    .sub_map {
        width: 100%;
    }

    .year_btn {
        width: 70%;
        text-align: center;
        padding: 10px;
        border: 1px solid #9747ff;
        border-radius: 30px;
        margin: 0 10px 0 0px !important;
        background-color: #4d32a4;
        color: #fff;
        font-size: 14px;
        font-weight: 600;
        cursor: pointer;
        transition: all 0.5s;
    }

    .year_btn:hover {
        background-color: #452c93;
    }

    #tab-1 svg {
        display: none;
    }
}

.year_btn.all_btn {
    width: 70%;
    text-align: center;
    padding: 10px;
    border: 1px solid #fcc32a;
    border-radius: 30px;
    margin-top: 0px;
    margin-bottom: 10px;
    background-color: #fcc32a;
    color: #442b98;
    text-transform: uppercase;
    font-weight: 900;
}

.tab_map.left.active circle {
    fill: #442B98;
}

.tab_map.left.active path {
    fill: #39CA99;
}

.tab_map.left:hover circle {
    fill: #442B98;
}

.tab_map.left:hover path {
    fill: #39CA99;
}

.tab_map.right.active circle {
    fill: #442b98;
}

.tab_map.right.active path {
    fill: #39CA99;
}

.tab_map.right:hover circle {
    fill: #442B98;
}

.tab_map.right:hover path {
    fill: #39CA99;
}




.tab_map span {
    display: flex;
    align-items: center;
}

.tab_map p {
    font-size: clamp(14px, 3.3vmax, 16px);
    color: #fff;
}

.tab_map svg {
    margin-right: 12px;
    overflow: visible;
    width: auto;
    height: 23px;
}

.padd_0 {
    padding: 0 !important;
}

@media (min-width: 768px) {
    .left_map_container {
        width: 70%;
    }

    .right_map_container {
        width: 30%;
    }

    .search_map {
        margin-top: 6vh;
        position: relative;
        display: table;
        border-bottom: 1px solid #5f3fca;
        padding-bottom: 15px;
    }

}

@media (max-width: 768px) {
    .left_map_container {
        width: 100%;
    }

    .right_map_container {
        width: 100%;
    }

    .search_map {
        margin-top: 3vh;
        position: relative;
        display: table;
        border-bottom: 1px solid #5f3fca;
        padding-bottom: 15px;
        width: 100%;
        margin-bottom: 36px;
    }

}


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

.input_map svg {
    margin-right: 10px;
    width: 17px;
}

.input_map input {
    background-color: transparent;
    border: 0;
    font-size: 16px;
    color: #fff;
}

.input_map input::placeholder {
    color: #fff;
    opacity: 0.5;
    /* Firefox */
    font-size: 16px;
}

.input_content {
    position: absolute;
    top: 60px;
    left: 0;
    width: 350px;
}

@media (min-width: 768px) {
    .search_btn {
        display: table;
        margin-right: 10px;
        padding: 3px 20px 4px 20px;
        color: #fff;
        font-size: 16px;
        background-color: #9747ff;
        border-radius: 30px;
        line-height: 26px;
    }
}

@media (max-width: 768px) {
    .search_btn {
        margin-right: 0;
        padding: 3px 20px 4px 20px;
        color: #fff;
        font-size: 16px;
        background-color: #fcc32a;
        border-radius: 30px;
        line-height: 26px;
        height: 100%;
        display: flex;
        align-items: center;
    }
}

.empty_search {
    color: #fff;
    opacity: 0.5;
    font-size: 12px;
}


.products-container {
    position: fixed;
    z-index: 1111;
    background-color: #00000038;
    top: -150vh;
    height: 100vh;
    width: 100%;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.products-container.active {
    top: 0vh;
}

.modal-container {
    position: fixed;
    z-index: 1111;
    background-color: #00000038;
    top: -150vh;
    height: 100vh;
    width: 100%;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.modal-container.active {
    top: 0vh;
}



@media (min-width: 768px) {
    .modal_block {
        width: 80%;
        background-color: #fff;
        padding: 50px 80px;
        max-width: 1303px;
        border-radius: 30px;
        overflow: hidden;
        position: relative;
    }

    .page-template nav {
        width: 78%;
        display: flex;
        padding-right: 100px;
        max-width: 900px;
    }

    .page-template nav ul {
        display: flex;
        align-items: center;
        margin: 0;
        height: 100%;
        width: 100%;
        justify-content: space-between;
    }

    .left_modal {
        width: 50%;
        padding-top: 30px;
    }

    .right_modal {
        width: 50%;
        display: flex;
    }

    .right_modal img {
        max-width: 100%;
        height: auto;
        object-fit: contain;
    }

    .flex_modal_container {
        display: flex;
        margin-top: 50px;
    }
}

@media (max-width: 768px) {
    .modal_block {
        width: 95%;
        background-color: #fff;
        padding: 50px 31px;
        max-width: 1303px;
        border-radius: 30px;
        overflow: hidden;
        position: relative;
        max-height: 96vh;
    }

    

    .flex_modal_container {
        display: flex;
        margin-top: 50px;
        flex-direction: column-reverse;
        overflow: auto;
        max-height: 72vh;
        padding: 0 10px;
    }

    .left_modal {
        width: 100%;
        padding-top: 30px;
    }

    .right_modal {
        width: 100%;
        display: flex;
    }

    .right_modal img {
        max-width: 100%;
        width: 190px;
        height: 190px;
        object-fit: contain;
        margin: 31px auto;
    }

    .flex_modal_container {
        display: flex;
        margin-top: 10px;
    }
}












.top_modal_logo_info img {
    margin: 0 10px;
}

.logo_block_modal {
    display: flex;
}

@media (min-width: 768px) {
    .top_modal_logo_info {
        display: flex;
        justify-content: space-between;
        max-width: 85%;
    }

    .top_modal_logo_info p {
        background-color: #39ca99;
        display: flex;
        align-items: center;
        padding: 0 20px;
        border-radius: 30px;
        color: #fff;
        font-size: 13px;
        line-height: 20px;
    }
}

@media (max-width: 768px) {
    .top_modal_logo_info {
        display: flex;
        justify-content: space-between;
        max-width: 100%;
    }

    .top_modal_logo_info p {
        background-color: #39ca99;
        display: flex;
        align-items: center;
        padding: 0 10px;
        border-radius: 30px;
        color: #fff;
        font-size: 8px;
        line-height: 20px;
    }

    .top_modal_logo_info img {
        max-width: 26px;
    }
}

.modal_block_content {
    padding: 40px 0;
    border-top: 1px solid #ededed;
    margin: 0;
}

.modal_block_content a {
    color: #000;
}

.modal_block_content h3 {
    margin: 30px 0;
    font-weight: 800;
    max-width: 323px;
    font-size: 18px;
    line-height: 24px;
    cursor: pointer;
}

.modal_block_content h3 span {
    margin: 30px 0;
    font-weight: 800;
    max-width: 323px;
    font-size: 18px;
    line-height: 24px;
}

.text_container_svg {
    pointer-events: none;
}



.footer_contact .bottom_link_black {
    position: relative !important;
}

.right_section_two .bottom_link_black {
    position: relative !important;
}

.modal-container .standart_title_black h3 {
    font-weight: 900;
    color: #000;
    font-size: clamp(20px, 3.3vmax, 25px);
    margin: 0px;
    text-transform: uppercase;
    line-height: clamp(20px, 3.3vw, 31px);
}

.modal-container .standart_title_black h3 span {
    font-weight: 900;
    color: #39CA99;
    font-size: clamp(20px, 3.3vmax, 25px);
    line-height: clamp(20px, 3.3vw, 25px);
}

@media (min-width: 768px) {
    .modal-container .modal_block {
        width: 80%;
        background-color: #fff;
        padding: 40px 30px;
        max-width: 703px;
        border-radius: 30px;
    }
}

@media (max-width: 768px) {
    .modal-container .modal_block {
        width: 95%;
        background-color: #fff;
        padding: 50px 15px;
        max-width: 703px;
        border-radius: 30px;
    }
}

/* CSS variables */
:root {
    --primary-text: #4f8f70;
    --secondary-text: #e9fff3;
    --white-text-white: #ffffff;
    --black-text-black: #000000;
}


@media (min-width: 768px) {
    .faq-section {
        background-color: var(--white-text-white);
        color: var(--black-text-black);
        /* custom scroll bar   */
        overflow-y: auto;
        width: 100%;
    }
}

@media (max-width: 768px) {
    .faq-section {
        background-color: var(--white-text-white);
        color: var(--black-text-black);
        width: 100%;
    }
}

.faq-section::-webkit-scrollbar {
    width: 8px;
}

.faq-section::-webkit-scrollbar-track {
    background-color: var(--secondary-text);
    border-radius: 100px;
}

.faq-section::-webkit-scrollbar-thumb {
    background-color: var(--primary-text);
    border-radius: 100px;
}

.faq-section .accordion {
    width: 100%;
}

.accordion-flush .accordion-collapse {
    border-width: 0;
    margin: 0px 0 20px 0;
}

.accordion-button:not(.collapsed) {
    /* background-color: #c5e5d8;*/
    background-color: #fff;
}



.accordion-button:focus {
    box-shadow: none;
}

.accordion-button.collapsed:after {
    transform: rotate(82deg) !important;
}

.accordion-button:after {
    content: "";
    position: absolute;
    background-image: url("data:image/svg+xml,%3Csvg width='19' height='18' viewBox='0 0 19 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13.832 16.4336L12.0075 5.57445L0.999995 5.28286' stroke='black' stroke-width='2' stroke-linecap='round'/%3E%3Cpath d='M1 17L11 7' stroke='black' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E%0A") !important;
    right: 16px;
    background-repeat: no-repeat;
    background-size: 20px;
    transform: rotate(0) !important
}





.accordion-flush .accordion-item .accordion-button,
.accordion-flush .accordion-item .accordion-button.collapsed {
    border-radius: 0;
    padding: 15px 0px 20px 0px;
    cursor: pointer;
    border-bottom: 2px solid #000;
}

@media (min-width: 768px) {
    .faq-section .accordion-button h5 {
        font-weight: 900;
        color: #000;
        font-size: clamp(16px, 3.3vmax, 18px);
    }

    .accordion-item {
        color: var(--bs-accordion-color);
        background-color: var(--bs-accordion-bg);
        border: 0 !important;
        margin-top: 20px;
    }
}

@media (max-width: 768px) {
    .faq-section .accordion-button h5 {
        font-weight: 900;
        color: #000;
        font-size: clamp(16px, 1.3vmax, 18px);
        max-width: 80%;
    }

    .accordion-item {
        color: var(--bs-accordion-color);
        background-color: var(--bs-accordion-bg);
        border: 0 !important;
        margin-top: 10px;
    }
}

.accordion-body {
    font-size: clamp(16px, 2vw, 18px);
    line-height: 25px;
    padding: 20px 0;
}

/* button:focus:not(:focus-visible) {
      outline: 0;
  } */

@media screen and (min-width: 768px) {
    /*   .faq-section .accordion {
      width: 50%;
      margin: 0 auto;
    } */

    .accordion-button:before {
        right: 0.75rem;
    }

    .accordion-button.collapsed:after {
        right: 1.1875rem;
    }

    .faq-section .accordion-button h5 {
        margin-right: 0px;
    }
}

.faq_btn {
    position: fixed;
    bottom: 20%;
    right: 5%;
    cursor: pointer;
}

.faq_btn rect {
    transition: all 0.5s;
}

.faq_btn:hover rect {
    fill: #7d25ef;
}

@media (min-width: 768px) {
    .faq_btn svg {
        width: 3vw;
        height: auto;
        overflow: visible;
    }

    .card_btn svg {
        width: 3vw;
        height: auto;
        overflow: visible;
    }

}

@media (max-width: 768px) {
    .faq_btn {
        width: auto;
    }

    .card_btn {
        width: auto;
    }

    .faq_btn svg {
        width: 9vw;
        height: auto;
        overflow: visible;
    }

    .card_btn svg {
        width: 11vw;
        height: auto;
        overflow: visible;
    }

}

.card_btn {
    position: fixed;
    bottom: 14%;
    right: 9%;
    cursor: pointer;
}

.card_btn circle {
    transition: all 0.5s;
}

.card_btn:hover circle {
    fill: #ca318d;
}


.ty_content p {
    font-size: 18px;
    margin: 30px 0;
    text-transform: lowercase;
}

.ty_content .ty_card_block {
    display: flex;
    border-top: 2px solid #000;
    border-bottom: 2px solid #000;
    padding: 30px 0;
}

.ty_content .left {
    width: 70%;
    display: flex;
    align-items: center;
}

.ty_content h3 {
    font-weight: 900;
    color: #000;
    font-size: clamp(20px, 3.3vmax, 25px);
}

@media (min-width: 768px) {
    .ty_content .right svg {
        margin-bottom: 20px;
    }

    .ty_content .right p {
        font-size: 13px;
        color: #d2d2d2;
        max-width: 134px;
        margin-bottom: 20px;
    }

}

@media (max-width: 768px) {
    .ty_content .right svg {
        width: 88px;
        height: auto;
        margin: 0 auto;
    }

    .ty_content .right p {
        font-size: 13px;
        color: #d2d2d2;
        max-width: 134px;
        margin-bottom: 20px;
        display: table;
        margin: 25px auto;
    }

}


.ty_content .right a {
    display: block;
    color: #1448ac;
    font-weight: 700;
    text-decoration: underline !important;
    margin-bottom: 20px;
}

.first_desc {
    margin-top: 50px;
}

.first_desc {
    margin: 50px 0;
}

.first_desc p {
    font-size: clamp(20px, 2vw, 25px);
    font-weight: 300;
    text-transform: uppercase;
    line-height: 38px;
    max-width: 730px;
}

.content_foot_page {
    font-weight: 900;
    color: #000;
    font-size: clamp(16px, 3.3vmax, 18px);
    display: flex;
    align-items: center;
    text-transform: uppercase;
}

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

.content_foot_page svg {
    margin-left: 16px;
}

.slide_gall {
    margin-right: 20px;
}

.slide_gall img {
    max-width: 100%;
    height: 400px;
    object-fit: cover;
    border-radius: 30px;
}

.single_slide_container {
    width: 100vw;
    overflow: hidden;
    margin-bottom: 100px;
}

.single_slide_container .slick-list {
    overflow: visible !important;
}

.current-menu-item a {
    color: #00cc9d !important;
}

.foot_img_obj_5 {
    overflow: visible;
    cursor: pointer;
}

.foot_img_obj_5 rect {
    transition: all 0.5s;
}

.foot_img_obj_5:hover rect {
    height: 97.1287px !important;
    fill: #27b284;
}

.foot_img_obj_5 path {
    transition: all 0.5s;
}

.foot_img_obj_5:hover path {
    fill: #27b284;
}

@media (min-width: 768px) {
    .main_modal_post {
        position: absolute;
        top: 0;
        width: 100%;
        transition: all 0.5s;
        height: 100%;
        z-index: 999999;
        background-color: #fff;
        padding: 50px 80px;
        right: -100vw;
    }

    .main_modal_post .left_modal {
        padding-top: 0 !important;
        overflow: auto;
    }
}

@media (max-width: 768px) {
    .main_modal_post {
        position: absolute;
        top: 0;
        width: 100%;
        transition: all 0.5s;
        height: 100%;
        z-index: 999999;
        background-color: #fff;
        padding: 50px 30px;
        right: -100vw;
    }
}

.main_modal_post.active {
    right: 0;
}

.main_modal_post .main_modal_post {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999999;
    background-color: #fff;
    padding: 50px 80px;
}



.main_modal_post .standart_title_black h3 {
    margin: 0 0 30px 0;
    font-weight: 800;
    max-width: 99%;
    font-size: clamp(25px, 3.3vmax, 35px);
    line-height: clamp(36px, 3.3vw, 40px);
}

.main_modal_post .standart_title_black h3 span {
    margin: 0 0 30px 0;
    font-weight: 800;
    max-width: 99%;
    font-size: clamp(25px, 3.3vmax, 35px);
    line-height: clamp(36px, 3.3vw, 40px);
}

.main_modal_post .top_modal_logo_info p {
    padding: 5px 20px;
    margin-right: 15px;
}

@media (min-width: 768px) {
    .main_modal_post .left_modal {
        width: 70% !important;
        padding-right: 20px;
    }

    .main_modal_post .right_modal {
        flex-direction: column;
        max-height: 61vh;
        justify-content: space-between;
        width: 30% !important;
        padding: 0 20px;
        padding-bottom: 5px;
    }

    .main_modal_post .flex_modal_container {
        display: flex;
        justify-content: space-between;
        height: 93%;
    }
}

@media (max-width: 768px) {
    .main_modal_post .left_modal {
        width: 100% !important;
        padding-right: 20px;
    }

    .main_modal_post .right_modal {
        flex-direction: column;
        justify-content: space-between;
        width: 100% !important;
        padding: 0 20px;
        padding-bottom: 5px;
    }

    .main_modal_post .flex_modal_container {
        display: flex;
        justify-content: center;
        height: 72vh;
        overflow: auto;
    }
}


.main_modal_post .flex_btn_modal_post {
    display: flex;
    justify-content: center;
}

.btn_modal_post {
    margin: 0 20px;
}

.btn_modal_post svg {
    cursor: pointer;
}



.circ_photo_modal_post {
    max-width: 100%;
    object-fit: cover !important;
    height: auto;
    aspect-ratio: 1 / 1;
    border-radius: 100%;
}

.post_modal_content h2 {
    font-size: clamp(25px, 3.3vmax, 30px);
    line-height: clamp(36px, 3.3vw, 36px);
    margin-bottom: 20px;
    font-weight: 300;
}

.post_modal_content p {
    font-size: clamp(16px, 3.3vmax, 18px);
    line-height: clamp(26px, 3.3vw, 28px);
    margin-bottom: 20px;
}

.flex_foot_modal_partner p {
    text-align: center;
    font-size: clamp(11px, 3.3vmax, 12px);
    font-weight: 800;
    margin-bottom: 20px;
}

.flex_btn_modal_post img {
    height: 55px;
    margin: 5px 15px;
}

.btn_modal_post svg {
    width: 60px;
    height: auto;
}


div::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #F5F5F5;
}

div::-webkit-scrollbar {
    width: 5px;
    background-color: #F5F5F5;
}

div::-webkit-scrollbar-thumb {
    background-color: #9747ff;
    background-image: -webkit-linear-gradient(45deg,
            rgba(255, 255, 255, .2) 25%,
            transparent 25%,
            transparent 50%,
            rgba(255, 255, 255, .2) 50%,
            rgba(255, 255, 255, .2) 75%,
            transparent 75%,
            transparent)
}

.modal_img {
    overflow-y: auto;
    overflow-x: hidden;
    padding-right: 20px;
}

.modal_img img {
    width: 100%;
    height: 400px;
    border-radius: 30px;
    object-fit: cover;
    margin: 50px 0;
}

.icon_file {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    margin: 30px 0;
}

.icon_file svg {
    height: 110px;
}



.bold_mulish {
    font-family: "Mulish", sans-serif;
}

.bold_mulish tspan {
    font-size: 30px;
    font-family: "Mulish", sans-serif;
    font-weight: 800;
}

.sub_map tspan {
    font-weight: 800;
}

@media (min-width: 768px) {
    .flex_modal_container iframe {
        width: 100%;
        height: 93%;
    }
}

@media (max-width: 768px) {
    .flex_modal_container iframe {
        width: 100%;
        height: 260px;
    }

    .flex_mob_head {
        display: flex;
        justify-content: space-between;
        height: 100%;
        align-items: center;
    }

    .flex_mob_head .close_modal {
        display: none;
    }

    .flex_mob_head.active .close_modal {
        display: block;
    }

    .flex_mob_head.active .open_modal {
        display: none;
    }

    .header-left {
        display: flex;
        align-items: center;
        padding: 0 25px;
        background-color: #00cc9d;
        border-radius: 30px;
        height: 100%;
    }

    .burger_ico {
        margin-right: 20px;
    }

    .flex_header {
        position: fixed;
        width: 100%;
        top: 0px;
        left: 0;
        z-index: 99;
    }

    .right_section_two_content .bottom_link_black {
        display: table;
        margin: 0 auto;
    }

    html {
        overflow-x: hidden;
    }

    .section_map .d-flex {
        flex-direction: column-reverse;
    }

    .right_map_container {
        margin-top: 40px;
    }

    .slider_map {
        width: 100%;
        display: block;
    }

    .margin_center_btn {
        display: table;
        margin: 0 auto !important;
        position: relative !important;
    }

    .faq_go .bottom_link_black {
        top: -35px !important;
        right: -20px !important;
    }

    .faq_go .flex_two_block {
        padding-top: 16px !important;
    }

    .modal_block .bottom_link_black {
        top: -35px !important;
        right: -10px !important;
    }

    .modal_block .flex_two_block {
        padding-top: 16px !important;
    }

    .ty_card_block {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
    }

    .ty_card_block .left {
        display: none !important;
    }

    .flex_modal_container_ty {
        max-height: 66vh;
        overflow: auto;
        padding: 0 10px;
    }
}

.tab_block_about .tab_map p {
    color: #000;
}

.tab_block_about .sub_map tspan {
    fill: #000;
}

.tab_block_about #tab-1 svg path {
    stroke: #442b98;
}

@media (max-width: 768px) {
    .tab_block_about .d-flex {
        flex-direction: column-reverse;
    }

    .tab_block_about .right_map_container {
        margin-bottom: 50px;
    }
}