/* Основной контейнер */
.contact-section {
    margin: 0 auto;
    padding: 40px 0px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* Сетка с двумя колонками */
.contact-wrapper {
    display: grid;
    grid-template-columns: 50% 50%;
    gap: 20px;
    align-items: stretch;
}

/* Колонки с информацией и формой */
.contact-info,
.form-section {
    display: flex;
    flex-direction: column;
}

/* Контейнеры внутри колонок */
.info-container,
.form-container {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.info-container {
    border-radius: 20px;
    border: 1px solid var(--Base-04, #e7e7e7);
    padding: 28px 30px;
}

.info-content {
    display: flex;
    flex-direction: column;
    height: 100%;
}

/* Заголовок офиса */
.office-title {
    font: 600 20px/1.2 Raleway, sans-serif;
    color: rgba(25, 40, 48, 0.9);
    margin: 0 0 20px;
}

/* Часы работы */
.office-hours {
    font: 400 14px/1.4 Raleway, sans-serif;
    color: rgba(25, 40, 48, 0.9);
    margin: 0;
}

/* Контактные детали */
.contact-details {
    margin-top: 30px;
}

.address-wrapper,
.phone-wrapper,
.email-wrapper {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 20px;
}

/* Иконки */
.icon-button {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: #00a6aa;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.icon-container {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}

.icon {
    width: 16px;
    height: 16px;
    object-fit: contain;
}

/* Текст контактов */
.contact-text {
    font: 400 14px/1.4 Raleway, sans-serif;
    color: rgba(25, 40, 48, 0.9);
    margin: 0;
}

/* Разделитель */
.divider {
    height: 1px;
    background: #e7e7e7;
    margin: 30px 0;
}

/* Секция соцсетей */
.social-section {
    margin-bottom: 30px;
}

.social-title {
    font: 400 14px/1.4 Raleway, sans-serif;
    color: rgba(25, 40, 48, 0.9);
    margin: 0 0 20px;
}

.social-icons {
    display: flex;
    gap: 10px;
}

.social-button {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #00a6aa;
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: opacity 0.2s;
}

.social-button:hover {
    opacity: 0.8;
}

/* Карта */
.map-image {
    width: 100%;
    height: auto;
    border-radius: 10px;
    margin-top: auto;
}

/* Медиа-запрос для мобильных устройств */
@media (max-width: 991px) {
    .contact-wrapper {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .info-container,
    .form-container {
        padding: 20px;
    }

    .input-field {
        transform: translateZ(0);
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        transform: translate3d(0, 0, 0);
        perspective: 1000px;
    }
}

.contact-wrapper .contact-section {
    margin: 0 auto;
    padding: 40px 0px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.contact-wrapper {
    display: grid;
    grid-template-columns: 50% 50%;
    gap: 20px;
    align-items: stretch;
}

.contact-wrapper .contact-info,
.contact-wrapper .form-section {
    display: flex;
    flex-direction: column;
}

.contact-wrapper .info-container,
.contact-wrapper .form-container {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.contact-wrapper .info-container {
    border-radius: 20px;
    border: 1px solid var(--Base-04, #e7e7e7);
    padding: 28px 30px;
}

.contact-wrapper .info-content {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.contact-wrapper .office-title {
    font: 600 20px/1.2 Raleway, sans-serif;
    color: rgba(25, 40, 48, 0.9);
    margin: 0 0 20px;
}

.contact-wrapper .office-hours {
    font: 400 14px/1.4 Raleway, sans-serif;
    color: rgba(25, 40, 48, 0.9);
    margin: 0;
}

.contact-wrapper .contact-details {
    margin-top: 30px;
}

.contact-wrapper .address-wrapper,
.contact-wrapper .phone-wrapper,
.contact-wrapper .email-wrapper {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 20px;
}

.contact-wrapper .icon-button {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: #00a6aa;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.contact-wrapper .icon-container {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}

.contact-wrapper .icon {
    width: 16px;
    height: 16px;
    object-fit: contain;
}

.contact-wrapper .contact-text {
    font: 400 14px/1.4 Raleway, sans-serif;
    color: rgba(25, 40, 48, 0.9);
    margin: 0;
}

.contact-wrapper .divider {
    height: 1px;
    background: #e7e7e7;
    margin: 30px 0;
}

.contact-wrapper .social-section {
    margin-bottom: 30px;
}

.contact-wrapper .social-title {
    font: 400 14px/1.4 Raleway, sans-serif;
    color: rgba(25, 40, 48, 0.9);
    margin: 0 0 20px;
}

.contact-wrapper .social-icons {
    display: flex;
    gap: 10px;
}

.contact-wrapper .social-button {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #00a6aa;
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: opacity 0.2s;
}

.contact-wrapper .social-button:hover {
    opacity: 0.8;
}

.contact-wrapper .map-image {
    width: 100%;
    height: auto;
    border-radius: 10px;
    margin-top: auto;
}

/* Форма обратной связи */
.contact-wrapper .form-container {
    background: #f6f6f6;
    border-radius: 24px;
    padding: 30px;
}

.contact-wrapper .form-title {
    font: 600 20px/1.2 Raleway, sans-serif;
    color: rgba(25, 40, 48, 0.9);
    margin: 0 0 30px;
}

.contact-wrapper .form-content {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.contact-wrapper .form-group {
    margin-bottom: 20px;
}

.contact-wrapper .form-group:has(.message-area) {
    flex: 1;
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
}

.contact-wrapper .input-label {
    display: block;
    font: 400 14px/1.4 Raleway, sans-serif;
    color: rgba(27, 31, 59, 0.65);
    margin-bottom: 4px;
}

.contact-wrapper .input-field {
    width: 100%;
    height: 44px !important;
    border: 1px solid #e7e7e7;
    border-radius: 10px;
    padding: 0 16px;
    font: 400 14px/1.4 Raleway, sans-serif;
    color: rgba(25, 40, 48, 0.9);
    background: #fff;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-clip: padding-box;
    font-feature-settings: "tnum" on;
    font-variant-numeric: tabular-nums;
}

.contact-wrapper .input-field:focus {
    outline: none;
    border-color: #00a6aa;
}

.contact-wrapper .phone-mask {
    font-family: monospace;
    font-variant-numeric: tabular-nums;
    letter-spacing: 0.5px;
    line-height: normal;
}

.contact-wrapper .message-area {
    flex: 1;
    min-height: 120px;
    padding: 12px 16px;
    resize: vertical;
}

.contact-wrapper .region-select {
    position: relative;
}

.contact-wrapper .select-field {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    padding-right: 40px;
    background: #fff;
}

.contact-wrapper .select-icon {
    position: absolute;
    right: 16px;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
    color: rgba(25, 40, 48, 0.9);
    transition: transform 0.2s;
}

.contact-wrapper .select-field:focus + .select-icon {
    transform: translateY(-50%) rotate(180deg);
}

.contact-wrapper .checkbox-wrapper {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin-bottom: 30px;
}

.contact-wrapper .visually-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

.contact-wrapper .checkbox {
    width: 24px;
    height: 24px;
    border-radius: 6px;
    background: #00a6aa;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: background-color 0.2s;
}

.contact-wrapper .checkbox-icon {
    opacity: 0;
    transition: opacity 0.2s;
}

.contact-wrapper input:checked + .checkbox .checkbox-icon {
    opacity: 1;
}

.contact-wrapper .checkbox-label {
    font: 500 14px/1.4 Raleway, sans-serif;
    color: rgba(25, 40, 48, 0.9);
}

.contact-wrapper .link-style {
    color: #00a6aa;
    text-decoration: none;
}

.contact-wrapper .form-actions {
    display: flex;
    justify-content: flex-end;
}

.contact-wrapper .submit-button {
    background: #00a6aa;
    border-radius: 10px;
    border: none;
    height: 44px;
    padding: 0 30px;
    font: 700 15px/1.6 Raleway, sans-serif;
    color: #fff;
    cursor: pointer;
    transition: opacity 0.2s;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.contact-wrapper .submit-button:hover {
    opacity: 0.8;
}

@media (max-width: 991px) {
    .contact-wrapper {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .contact-wrapper .info-container,
    .contact-wrapper .form-container {
        padding: 20px;
    }

    .contact-wrapper .input-field {
        transform: translateZ(0);
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        transform: translate3d(0, 0, 0);
        perspective: 1000px;
    }
}


.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 (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) {
    .partners-section .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;
    }
}

.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;
}

/* Медиа-запросы для button-group */
@media (max-width: 768px) {
    .partners-section .button-group {
        top: 40px;
    }
}

/* Дополнительные стили для кнопок из других секций, которые могут быть релевантны */
.catalogs-page .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;
}

.catalogs-page .btn {
    justify-content: center;
    display: flex;
    min-height: 44px;
    cursor: pointer;
    border: 1px solid #00a6aa;
    color: #00a6aa;
    transition: all 0.3s ease;
}

.catalogs-page .btn:first-child {
    border-radius: 10px 0 0 10px;
}

.catalogs-page .btn:last-child {
    border-radius: 0 10px 10px 0;
}

@media (max-width: 991px) {
    .catalogs-page .button-group {
        white-space: initial;
    }
    
    .catalogs-page .btn,
    .catalogs-page .btn-container,
    .catalogs-page .btn-text {
        white-space: initial;
    }
}
.catalogs-page .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;
}
.catalogs-page .btn-container {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding: 0 10px;
}
.catalogs-page .btn-text {
  font-variant-numeric: lining-nums proportional-nums;
  align-self: stretch;
  gap: 10px;
  margin: auto 0;
  padding: 0 8px;
  line-height: 45px;
}

.catalogs-page .btn.active {
  color: #fff;
}

/* Основные стили для блока новостей */
.industry-news.part-b {
    padding-top: 84px;
}

/* Сетка новостей */
.industry-news.part-b .news-grid {
    flex-direction: row;
    margin-bottom: 0px;
}

/* Элемент новости */
.industry-news.part-b .news-item {
    width: calc(50% - 10px);
    flex-wrap: wrap;
}

/* Заголовок новости */
.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 .pagination-container {
    margin-top: 40px;
}

/* Мобильный блок каталога */
.industry-news.part-b .index-catalog-prev_mob {
    margin-top: 45px;
}

/* Медиа-запросы */
@media (min-width: 769px) {
    .industry-news.part-b {
        display: none !important;
    }
}

@media (max-width: 767px) {
    /* Стили для мобильного слайдера */
    .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;
    }
}

/* Дополнительные стили для кнопки */
.b-btn {
    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;
    text-decoration: none;
}

.b-btn:hover {
    background-color: #f0f0f0;
}

.b-btn:focus {
    outline: 2px solid #00a6aa;
    outline-offset: 2px;
}

.mob_partners_rus, .mob_partners_world {
  display: none;
}

@media (max-width: 768px) {
  .mob_partners_rus {
    display: block;
  }
}
@media (min-width: 1200px) {
  .reviews-description.partn-text {
    max-width: 55%;
  }
}

.accordion-item.active {
  background-color: #f5f5f5;
  font-weight: 500;
}