.activities-section .swiper-fade .swiper-slide {
    pointer-events: auto !important;
}

.activities-section {
    font-family: Raleway, sans-serif;
    margin: 0 auto;
    margin-top: 89px;
    position: relative;
}

.activities-wrapper {
    display: flex;
    gap: 40px 320px;
    position: relative;
    justify-content: space-between;
}

.activities-section .sidebar {
    min-width: 240px;
    width: 347px;
}

.activities-section .section-title {
    color: rgba(25, 40, 48, 0.9);
    font-size: 24px;
    font-weight: 600;
    line-height: 1.2;
    margin: 0 0 30px;
}

.activities-section .nav-links {
    list-style: none;
    padding: 0;
    margin: 0;
}

.activities-section .nav-item {
    position: relative;
    padding: 10px 0 10px 20px;
    margin-bottom: 20px;
    color: #808080;
    font-size: 15px;
    cursor: pointer;
    transition: color 0.3s ease;
    border: 1px solid transparent;
    border-radius: 10px;
    background-image: linear-gradient(white, white), linear-gradient(to right bottom, #00A5AA, #A2E8EA);
    background-origin: border-box;
    background-clip: padding-box, border-box;
}

.activities-section .nav-item.active {
    color: rgba(25, 40, 48, 0.9);
    font-weight: 600;
}

.activities-section .active-indicator {
    display: none;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 3px;
    height: 38px;
    background-color: #00a6aa;
    border-radius: 0 2px 2px 0;
}

.activities-section .nav-item.active .active-indicator {
    display: block;
}

.activities-section .content-sections {
    flex-grow: 1;
    max-width: 785px;
}

.activities-section .content-section {
    display: none;
}

.page_about .activities-section .content-section {
    position: relative;
}

@media (max-width: 767px) {
    .activities-section .activities-swiper {
        width: 100%;
    }

    .page_about .activities-section .content-section {
        display: block;
    }

    .page_about .activities-section .swiper-pagination {
        display: flex;
    }
}

@media (min-width: 810px) and (max-width: 1069px) {
    .page_about .activities-section .swiper-pagination {
        display: none;
    }

    .page_about .activities-section .content-sections {
        width: 491px;
        margin-top: 20px;
    }

    .page_about .activities-section .activities-wrapper {
        display: flex;
        gap: 40px 200px;
        position: relative;
    }

    .page_about .activities-section .content-sections {
        flex-grow: 1;
        max-width: 350px;
    }

    .page_about .activities-section {
        justify-content: space-between;
    }
}

@media (min-width: 1070px) {
    .page_about .activities-section .content-sections {
        width: 491px;
        margin-top: 20px;
        max-width: 785px;
    }

    .page_about .activities-section .content-section::before {
        content: '';
        position: absolute;
        left: -38px;
        right: 50px;
        top: -5px;
        bottom: -16px;
        background-color: #F1F1F1;
        border-radius: 20px 20px 20px 20px;
        z-index: -1;
        width: 282px;
        height: 225px;
    }

    .page_about .activities-section .hero-image {
        width: 453px;
        height: 236px;
        object-fit: cover;
        border-radius: 20px;
        margin-top: 18px;
    }

    .search-block:hover {
        width: 340px !important;
    }
}

@media (min-width: 1400px) {
    .page_about .activities-section .content-sections {
        width: 588px;
        margin-top: 0px;
    }

    .page_about .activities-section .content-section::before {
        content: '';
        position: absolute;
        left: -60px;
        right: 50px;
        top: -5px;
        bottom: -16px;
        background-color: #F1F1F1;
        border-radius: 20px 20px 20px 20px;
        z-index: -1;
        width: 483px;
        height: 273px;
    }

    .page_about .activities-section .hero-image {
        width: 528px;
        height: 325px;
        object-fit: cover;
        object-position: center;
        border-radius: 20px;
        margin-top: 18px;
    }

    .search-block:hover {
        width: 520px !important;
    }

    .page_about .activities-section .content-wrapper {
        width: 95% !important;
        max-width: 100% !important;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        flex-direction: row;
    }

    .index-section .content-wrapper .description {
        max-width: 450px;
    }

    .activities-section .cta-button {
        margin-top: 0px;
    }
}

/*@media (min-width: 1700px) {
    .page_about .activities-section .content-section::before {
        content: '';
        position: absolute;
        left: -47px;
        right: 50px;
        top: -1px;
        bottom: -16px;
        background-color: #F1F1F1;
        border-radius: 20px 20px 20px 20px;
        z-index: -1;
        width: 483px;
        height: 354px;
    }
    
    .page_about .activities-section .hero-image {
        width: 738px;
        height: 384px;
        object-fit: cover;
        border-radius: 20px;
        margin-top: 18px;
    }
    .search-block:hover {
      width: 720px !important;
    }
}*/

.activities-section .content-section.active {
    display: block;
}

.activities-section .hero-image {
    width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 20px;
}

.page_about .activities-section .content-wrapper {
    margin: 31px 0 0 0px;
    max-width: 450px;
    width: auto;
    background-color: #fff;
}

.page_about .activities-section .description {
    color: rgba(25, 40, 48, 0.9);
    font-size: 14px;
    line-height: 1.5;
    margin: 0 0 26px;
    column-count: 1;
}

.activities-section .cta-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    padding: 0 24px;
    background-color: #f9f9f9;
    border: none;
    border-radius: 10px;
    color: #00a6aa;
    font-size: 15px;
    font-weight: 700;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.activities-section .cta-button:hover {
    background-color: #f0f0f0;
}

.activities-section .cta-button:focus {
    outline: 2px solid #00a6aa;
    outline-offset: 2px;
}

@media (max-width: 991px) {
    .activities-section .activities-section {
        gap: 40px;
        padding: 20px;
    }

    .activities-section .content-wrapper {
        margin: 31px 0 0;
        max-width: 100%;
    }

    .activities-section .hero-image {
        height: auto;
    }
}

@media (max-width: 768px) {
    .page_about .activities-section .sidebar {
        display: none;
    }

    .page_about .activities-section {
        display: block;
        padding-bottom: 20px;
    }

    .page_about .activities-section .section-title {
        margin-bottom: 30px;
    }
}

@media (max-width: 767px) {
    .industry-news.part-b .index-catalog-prev_mob {
        margin-top: 45px;
    }

    .industry-news.part-b .news-item {
        width: calc(50% - 10px);
        flex-wrap: wrap;
    }

    .industry-news.part-b .news-grid {
        flex-direction: row;
        margin-bottom: 0px;
    }

    .industry-news.part-b .pagination-container {
        margin-top: 40px;
    }

    .industry-news.part-b .news-title {
        color: rgba(25, 40, 48, 0.9);
        font: 300 14px/1.5 Raleway, sans-serif;
        font-variant-numeric: normal;
        font-variant-numeric: lining-nums proportional-nums;
        text-align: center;
    }

    .industry-news.part-b {
        padding-top: 84px;
    }

    .news-section .swiper-wrapper {
        display: flex;
        gap: 0;
        margin-top: 0;
    }

    .news-section .news-container {
        width: 100% !important;
    }

    .news-section .content-container {
        flex-direction: column;
        gap: 20px;
    }

    .news-section .image-column {
        width: 100% !important;
    }

    .news-section .text-column {
        width: 100%;
        margin-left: 0;
    }

    .news-section .article-image {
        margin-top: 0;
        height: 200px;
        width: 100%;
        object-fit: cover;
    }
}

.partners-section {
    margin: 0 auto;
    margin-top: 40px;
    position: relative;
}

.partners-slider,
.world-slider {
    display: none;
    position: relative;
    padding: 84px 0 0;
}

.partners-slider.active,
.world-slider.active {
    display: block;
}

.partner-card {
    display: flex;
    min-height: 207px;
    flex-direction: column;
    justify-content: start;
    text-align: center;
    background: #fff;
    border-radius: 10px;
}

.partner-logo {
    aspect-ratio: 1.55;
    object-fit: contain;
    object-position: center;
    width: 100%;
    border-radius: 0;
    margin-bottom: 15px;
}

.partners-slider .partner-name {
    font: 400 14px/20px Raleway, sans-serif;
    color: rgba(25, 40, 48, 0.9);
    margin-top: 15px;
    font-variant-numeric: lining-nums proportional-nums;
    min-height: 60px;
}

.partners-slider .swiper-button-next,
.partners-slider .swiper-button-prev,
.world-slider .swiper-button-next,
.world-slider .swiper-button-prev {
    position: absolute;
    top: 0;
    width: 44px;
    height: 44px;
    padding: 0;
    margin: 0;
    border: 1px solid #009599;
    border-radius: 50%;
    background-color: #fff;
    background-image: url("data:image/svg+xml,%3Csvg width='15' height='8' viewBox='0 0 15 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.12797 3.64644C0.932703 3.84171 0.932703 4.15829 1.12796 4.35355L4.30995 7.53553C4.50521 7.73079 4.82179 7.73079 5.01705 7.53553C5.21231 7.34027 5.21231 7.02369 5.01705 6.82843L2.18863 4L5.01705 1.17157C5.21232 0.976309 5.21232 0.659726 5.01705 0.464464C4.82179 0.269202 4.50521 0.269202 4.30995 0.464464L1.12797 3.64644ZM14.5186 3.5L1.48152 3.5L1.48152 4.5L14.5186 4.5L14.5186 3.5Z' fill='%23009599'/%3E%3C/svg%3E%0A");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 15px auto;
    z-index: 10;
    cursor: pointer;
    opacity: 1;
    display: flex !important;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

.partners-slider .swiper-button-next:before,
.partners-slider .swiper-button-next:after,
.partners-slider .swiper-button-prev:before,
.partners-slider .swiper-button-prev:after,
.world-slider .swiper-button-next:before,
.world-slider .swiper-button-next:after,
.world-slider .swiper-button-prev:before,
.world-slider .swiper-button-prev:after {
    display: none;
}

.partners-slider .swiper-button-next,
.world-slider .swiper-button-next {
    transform: rotate(180deg);
    right: 0;
}

.partners-slider .swiper-button-prev,
.world-slider .swiper-button-prev {
    right: 64px;
    left: auto;
}

.partners-slider .swiper-button-next:hover,
.partners-slider .swiper-button-prev:hover,
.world-slider .swiper-button-next:hover,
.world-slider .swiper-button-prev:hover {
    background-color: #f5f5f5;
    border-color: #007a7d;
}

.partners-slider .swiper-pagination,
.world-slider .swiper-pagination {
    position: relative;
    margin-top: 20px;
}

.partners-slider .swiper-pagination-bullet,
.world-slider .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    background: #ccc;
    opacity: 1;
}

.partners-slider .swiper-pagination-bullet-active,
.world-slider .swiper-pagination-bullet-active {
    background: rgba(25, 40, 48, 0.9);
}

.partners-section .button-group {
    position: absolute;
    top: 55px;
    left: 0;
    margin-top: 0px !important;
}

.btn.active {
    background-color: #009599;
    color: white;
}

.btn:not(.active) {
    background-color: transparent;
    color: #009599;
}

@media (max-width: 991px) {
    .partners-slider .partner-name {
        white-space: initial;
    }
}

@media (max-width: 768px) {
    .partner-card {
        min-height: 180px;
    }

    .partners-section {
        margin-top: 50px;
    }

    .partners-section .button-group {
        top: 40px;
    }

    .partners-slider,
    .world-slider {
        padding: 60px 0 0;
    }

    .partners-slider,
    .world-slider {
        display: none !important;
    }
}

@media (min-width: 769px) {
    .industry-news.part-b {
        display: none !important;
    }
}

@media (max-width: 576px) {

    .partners-slider .swiper-button-next,
    .partners-slider .swiper-button-prev,
    .world-slider .swiper-button-next,
    .world-slider .swiper-button-prev {
        width: 36px;
        height: 36px;
    }

    .partners-slider .swiper-button-prev,
    .world-slider .swiper-button-prev {
        right: 46px;
    }

    .partner-card {
        min-height: 150px;
        padding: 10px;
    }
}

@media (max-width: 767px) {
    .swiper-wrapper {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
        margin-top: 20px;
    }

    .partner-card {
        min-height: auto;
        padding: 0px;
    }

    .partners-section .swiper-button-prev,
    .partners-section .swiper-button-next {
        display: none !important;
    }
}

.news-section .section-title a {
    color: inherit;
    text-decoration: none;
    transition: color 0.2s ease;
}

.news-section .section-title a:hover {
    color: #00A6AA;
}

.news-section {
    position: relative;
    margin: 0 auto;
    margin-top: 80px;
}

.news-section .slider-navigation {
    position: absolute;
    top: 65px;
    right: 0px;
    display: flex;
    gap: 20px;
    z-index: 10;
}

.news-section .cta-button {
    display: none;
}

.news-section .swiper-button-next,
.news-section .swiper-button-prev {
    position: static;
    width: 44px;
    height: 44px;
    margin: 0;
    background-color: #fff;
    border-radius: 50%;
    border: 1px solid #00a6aa;
}

.news-section .swiper-button-next::after,
.news-section .swiper-button-prev::after {
    font-size: 18px;
    color: #00a6aa;
}

.news-section .news-container {
    display: flex;
    gap: 40px 100px;
    flex-wrap: wrap;
    border-radius: 0;
}

.news-section .article-wrapper {
    flex: 1 1 auto;
}

.news-section .content-container {
    display: flex;
    gap: 70px;
}

.news-section .image-column {
    display: flex;
    flex-direction: column;
    line-height: normal;
    width: 41% !important;
}

.news-section .article-image {
    aspect-ratio: 1.78;
    object-fit: cover;
    object-position: center;
    width: 100%;
    border-radius: 20px;
    flex-grow: 1;
}

.news-section .text-column {
    display: flex;
    flex-direction: column;
    line-height: normal;
    width: 45%;
    margin-left: 20px;
}

.news-section .article-content {
    display: flex;
    margin-top: 10px;
    flex-direction: column;
    font-family: Raleway, sans-serif;
    justify-content: start;
}

.news-section .article-date {
    color: #00a6aa;
    font-variant-numeric: lining-nums proportional-nums;
    font-size: 24px;
    font-weight: 600;
    line-height: 1.4;
}

.news-section .divider {
    aspect-ratio: 34.48;
    object-fit: contain;
    object-position: center;
    width: 66px;
    stroke: #00a6aa;
    stroke-width: 2px;
    margin-top: 20px;
}

.news-section .article-title {
    color: rgba(25, 40, 48, 0.9);
    font-variant-numeric: lining-nums proportional-nums;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    margin-top: 20px;
}

.news-section .swiper-pagination-bullet-active {
    background: #00a6aa;
}

@media (max-width: 991px) {
    .news-section .article-wrapper {
        max-width: 100%;
    }

    .news-section .index-catalog-prev_mob {
        margin-top: 30px;
    }

    .news-section .content-container {
        flex-direction: column;
        align-items: stretch;
        gap: 0;
    }

    .news-section .image-column {
        width: 100%;
    }

    .news-section .article-image {
        max-width: 100%;
        margin-top: 40px;
    }

    .news-section .text-column {
        width: 100%;
    }

    .news-section .article-content {
        max-width: 100%;
    }

    .news-section .article-date,
    .news-section .article-title {
        max-width: 100%;
    }

    .news-section .slider-navigation {
        position: relative;
        justify-content: center;
        margin-bottom: 20px;
    }

    .news-section .article-title {
        margin-top: 10px;
    }
}

@media (max-width: 991px) {
    .swiper-slide.news-container {
        width: 270px !important;
    }

    .news-section .image-column {
        width: 100% !important;
    }

    .news-section .text-column {
        margin-left: 0px;
    }

    .news-section .divider {
        display: none;
    }

    .news-section .article-date {
        font-size: 20px;
        font-weight: 600;
        margin-top: 20px;
    }

    .news-section .article-image {
        max-width: 100%;
        height: 100%;
        margin-top: 0px;
        object-fit: cover;
    }

    .news-section .section-title {
        margin-bottom: 10px !important;
        font-size: 20px !important;
    }

    .news-section {
        margin-top: 40px;
    }

    .news-section .cta-button {
        display: block;
        width: 100%;
        margin-top: 20px;
        font-size: 15px;
        height: 44px;
    }

    .mob_partners_rus .cta-button {
        display: block;
        width: 100%;
        margin-top: 20px;
        font-size: 15px;
        height: 44px;
    }
}

.page_about .international-activity {
    display: flex;
    gap: 112px;
    margin: 0 auto;
    padding: 40px 0;
}

.page_about .image-gallery {
    display: none;
}

.page_about .image-gallery {
    display: flex;
    gap: 26px;
    width: 53%;
    position: relative;
}

.page_about .image-gallery::before {
    content: '';
    position: absolute;
    left: -83px;
    right: 50px;
    top: 50px;
    bottom: 30px;
    background-color: #F1F1F1;
    border-radius: 20px 0 0 20px;
    z-index: -1;
    width: 292px;
}

.page_about .image-column {
    display: flex;
    flex-direction: column;
    width: 50%;
}

.page_about .image-column:last-child {
    margin-top: 20px;
}

.page_about .gallery-image {
    width: 100%;
    border-radius: 0;
    margin-bottom: 20px;
    height: 228px;
    width: 346px;
    border-radius: 20px;
    object-fit: cover;
    object-position: center;
}

.page_about .gallery-image:last-child {
    margin-bottom: 0;
}

.page_about .content-column {
    width: 44%;
    color: rgba(25, 40, 48, 0.9);
    font: 400 14px/20px Raleway, sans-serif;
}

.page_about .content-column .b-btn.btn-gray {
    display: inline-flex !important;
    margin-top: 20px;
}

.page_about .section-title {
    font-size: 24px;
    font-weight: 600;
    line-height: 1;
    margin-bottom: 30px;
}

.page_about .description {
    margin-bottom: 10px;
}

.page_about .read-more {
    display: none;
    margin-left: 5px;
    color: #00A6AA;
    text-decoration: none;
}

.page_about .about-prev_text {
    margin-bottom: 15px;
}

.page_about .about-prev_text:last-child {
    margin-bottom: 0;
}

@media (max-width: 767px) {
    .page_about .content-column .b-btn.btn-gray {
        margin-top: 10px;
    }

    .page_about .section-title {
        font-size: 20px;
        line-height: 24px;
        font-weight: 600;
        line-height: 1;
        margin-bottom: 20px;
    }
}

@media (max-width: 991px) {
    .page_about .international-activity {
        flex-direction: column;
        gap: 40px;
        padding-top: 30px;
        padding-bottom: 0px;
    }

    .page_about .image-gallery,
    .page_about .content-column {
        width: 100%;
    }

    .page_about .image-gallery {
        display: none;
    }

    .page_about .image-column,
    .page_about .image-column:last-child {
        width: 100%;
        margin-top: 0;
    }

    .page_about .read-more {
        display: inline-block;
    }

    .page_about .more-text {
        display: none;
    }

    .page_about .initial-content {
        display: inline;
    }
}

@media (min-width: 992px) {
    .page_about .more-text {
        display: block !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .page_about .gallery-image {
        width: 250px;
        height: auto;
    }
}

@media (min-width: 1200px) {
    .page_about .image-gallery {
        display: flex;
    }

    .page_about .content-column {
        max-width: 452px;
        padding-top: 20px;
    }

    .page_about .image-gallery {
        gap: 20px;
        width: 48%;
        display: flex;
    }

    .page_about .gallery-image {
        height: 202px;
        width: 265px;
        border-radius: 20px;
    }

    .page_about .image-gallery::before {
        bottom: 0;
        border-radius: 20px;
    }

    .page_about .image-gallery::before {
        content: '';
        position: absolute;
        left: -83px;
        right: 50px;
        top: 50px;
        bottom: -16px;
        background-color: #F1F1F1;
        border-radius: 20px 20px 20px 20px;
        z-index: -1;
        width: 292px;
    }

    .page_about .page_about .about-prev_list::before {
        content: '';
        position: absolute;
        left: 124px;
        right: -50vw;
        top: 125px;
        bottom: -72px;
        background-color: #e6f4f4;
        border-radius: 20px 0 0 20px;
        z-index: -1;
    }
}

/*@media (min-width: 1400px) {
    .page_about .content-column {
        max-width: 492px;
        padding-top: 20px;
    }
    
    .page_about .image-gallery {
        gap: 22px;
        width: 48%;
    }
    
    .page_about .gallery-image {
        height: 213px;
        width: 298px;
        border-radius: 20px;
    }
    
    .page_about .image-gallery::before {
        bottom: 0;
        border-radius: 20px;
    }
    
    .page_about .page_about .about-prev_list::before {
        content: '';
        position: absolute;
        left: 54px;
        right: -50vw;
        top: 125px;
        bottom: -47px;
        background-color: #e6f4f4;
        border-radius: 20px 0 0 20px;
        z-index: -1;
    }
}*/

/*@media (min-width: 1700px) {
    .page_about .content-column {
        max-width: 592px;
        padding-top: 20px;
    }
    
    .page_about .image-gallery {
        width: 48%;
    }
    
    .page_about .gallery-image {
        width: 100%;
        height: 228px;
        width: 346px;
        border-radius: 20px;
    }
      .page_about .about-prev_info{
        max-width: 580px;
      }
}*/

.page_about .cities-container {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin: 0 auto;
    justify-content: space-between;
}

.page_about .city-column {
    /*flex: 0 0 calc(100% / 6 - 20px * 5 / 6);*/
    width: 125px;
}

.page_about .letter-heading {
    color: #333;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 10px;
}

.page_about .city {
    color: #00A6AA;
    font-size: 14px;
    margin-bottom: 9px;
}

.page_about .city+.letter-heading {
    margin-top: 19px;
}

.page_about .city:last-of-type {
    margin-bottom: 10px;
}

@media (max-width: 1200px) {
    .page_about .city-column {
        flex: 0 0 calc(100% / 6 - 20px * 5 / 6);
    }

    .page_about .map-container {
        width: 60%;
    }

    .page_about .network-container {
        gap: 40px 50px !important;
    }
}

@media (max-width: 991px) {
    .page_about .cities-section {
        display: none !important;
    }
}

@media (max-width: 768px) {
    .page_about .city-column {
        flex: 0 0 calc(100% / 3 - 20px * 2 / 3);
    }
}

@media (max-width: 576px) {
    .page_about .city-column {
        flex: 0 0 calc(100% / 2 - 20px / 2);
    }
}

.page_about .network-container {
    display: flex;
    gap: 40px 100px;
    flex-wrap: wrap;
    border-radius: 0;
    justify-content: space-between;
}

.page_about .content-wrapper {
    align-self: start;
    display: flex;
    margin-top: 63px;
    flex-direction: column;
    align-items: start;
    width: 326px;
}

.page_about .distribution-title {
    color: rgba(25, 40, 48, 0.9);
    font: 600 24px/1 Raleway, sans-serif;
    font-variant-numeric: lining-nums proportional-nums;
    font-feature-settings: "liga" off;
}

.page_about .button-group {
    display: flex;
    margin-top: 30px;
    width: 157px;
    max-width: 100%;
    white-space: nowrap;
    font: 700 15px/1.6 Raleway, sans-serif;
    z-index: 10;
}

.page_about .btn {
    justify-content: center;
    display: flex;
    min-height: 44px;
    cursor: pointer;
    border: 1px solid #00a6aa;
    color: #00a6aa;
    transition: all 0.3s ease;
}

.page_about .btn:first-child {
    border-radius: 10px 0 0 10px;
}

.page_about .btn:last-child {
    border-radius: 0 10px 10px 0;
}

.page_about .btn.active {
    background: #00a6aa;
    color: #fff;
}

.page_about .btn-container {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    padding: 0 10px;
}

.page_about .btn-text {
    font-variant-numeric: lining-nums proportional-nums;
    align-self: stretch;
    gap: 10px;
    margin: auto 0;
    padding: 0 8px;
    line-height: 45px;
}

.page_about .partner-list {
    display: flex;
    margin-top: 40px;
    width: 265px;
    max-width: 100%;
    flex-direction: column;
}

.page_about .partner-row {
    display: flex;
    width: 100%;
    align-items: center;
    gap: 20px;
    margin-bottom: 20px;
}

.page_about .partner-indicator {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 26px;
    height: 26px;
    flex-shrink: 0;
}

.page_about .partner-text {
    color: #464a4a;
    margin: 0;
    font: 400 14px Raleway, sans-serif;
    display: flex;
    align-items: center;
}

.page_about .become-partner-link {
    justify-content: center;
    border-radius: 10px;
    background: #f9f9f9;
    display: flex;
    margin-top: 50px;
    min-height: 44px;
    color: #00a6aa;
    font: 700 15px/1.6 Raleway, sans-serif;
    text-decoration: none;
    transition: background-color 0.3s ease;
    cursor: pointer;
}

.page_about .become-partner-link:hover {
    background-color: #f0f0f0;
}

.page_about .become-partner-link:focus {
    outline: 2px solid #00a6aa;
    outline-offset: 2px;
}

.page_about .map-container {
    display: flex;
    width: 60%;
    max-width: 100%;
    margin-top: 56px;
}

.page_about .map-container img {
    width: 100%;
}

@media (max-width: 991px) {
    .page_about .content-wrapper {
        margin-top: 32px;
    }

    .page_about .network-container {
        position: relative;
        margin-bottom: 260px;
    }

    .page_about .map-container {
        margin-top: 0px;
        width: 100%;
    }

    .page_about .partner-list {
        position: absolute;
        top: 100%;
        transform: translateY(40px);
    }

    .page_about .become-partner-link {
        margin-top: 60px;
        position: absolute;
        top: 100%;
        transform: translateY(150px);
        width: 100%;
    }

    .page_about .button-group {
        white-space: initial;
    }

    .page_about .btn,
    .page_about .btn-container,
    .page_about .btn-text {
        white-space: initial;
    }

    .page_about .become-partner-link {
        margin-top: 40px;
    }

    .page_about .distribution-title {
        margin: 0;
    }
}

.page_about .countries-container {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin: 0 auto;
    padding: 20px;
}

.page_about .country-column {
    flex: 0 0 calc(100% / 5 - 20px * 4 / 5);
}

.page_about .country {
    color: #333;
    margin-top: 5px;
    margin-bottom: 5px;
    line-height: 20px;
}

.page_about .country.mg-t50 {
    margin-top: 20px !important;
}

@media (max-width: 1200px) {
    .page_about .country-column {
        flex: 0 0 calc(100% / 5 - 20px * 4 / 5);
    }
}

@media (max-width: 991px) {
    .page_about .countries-section {
        display: none !important;
    }
}

@media (max-width: 768px) {
    .page_about .country-column {
        flex: 0 0 calc(100% / 3 - 20px * 2 / 3);
    }
}

@media (max-width: 576px) {
    .page_about .country-column {
        flex: 0 0 calc(100% / 2 - 20px / 2);
    }
}

.page_about .rf-block {
    display: block;
}

.page_about .rf-block,
.page_about .world-block {
    display: none;
}

.page_about .active-block {
    display: block;
}

.page_about .inactive-block {
    display: none;
}

.mob_partners_rus,
.mob_partners_world {
    display: none;
}

@media (max-width: 768px) {
    .mob_partners_rus {
        display: block;
    }
}

/*****timeline navigation arrows*/
.timeline-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 30px;
}

.timeline-header .section-title {
    margin: 0;
}

.timeline-nav {
    display: flex;
    gap: 20px;
}

.timeline-button-prev,
.timeline-button-next {
    position: relative;
    width: 44px;
    height: 44px;
    padding: 0;
    margin: 0;
    border: 1px solid #009599;
    border-radius: 50%;
    background-color: #fff;
    background-image: url("data:image/svg+xml,%3Csvg width='15' height='8' viewBox='0 0 15 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.12797 3.64644C0.932703 3.84171 0.932703 4.15829 1.12796 4.35355L4.30995 7.53553C4.50521 7.73079 4.82179 7.73079 5.01705 7.53553C5.21231 7.34027 5.21231 7.02369 5.01705 6.82843L2.18863 4L5.01705 1.17157C5.21232 0.976309 5.21232 0.659726 5.01705 0.464464C4.82179 0.269202 4.50521 0.269202 4.30995 0.464464L1.12797 3.64644ZM14.5186 3.5L1.48152 3.5L1.48152 4.5L14.5186 4.5L14.5186 3.5Z' fill='%23009599'/%3E%3C/svg%3E%0A");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 15px auto;
    cursor: pointer;
    transition: all 0.3s ease;
}

.timeline-button-next {
    transform: rotate(180deg);
}

.timeline-button-prev:hover,
.timeline-button-next:hover {
    background-color: #f5f5f5;
    border-color: #007a7d;
}

@media (max-width: 768px) {
    .timeline-header {
        flex-direction: column;
        gap: 20px;
    }

    .timeline-nav {
        display: none;
    }
}

/*****end timeline navigation arrows*/