

/* Start:/for-third-parties/style.css?17585712787537*/
.page_info__desc {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.page_info__filters-list {
    display: flex;
    align-items: center;
    gap: 24px;
}


.page_info__legal {
    display: flex;
    flex-direction: column;

}

.page_info__legal-list {
    display: flex;
    flex-direction: column;
    gap: 16px;
    width: 100%;
    transition: all 0.3s ease;
    max-height: 0;
    overflow: hidden;
}

.page_info__legal-list.open {
    max-height: 5000px;
    margin-top: 40px;
}

.page_info__legal-item {
    width: 100%;
    padding: 40px;
    background-color: #F9F9FB;
    display: flex;
    align-items: flex-start;
    border-radius: 16px;
    gap: 24px;
}

.page_info__legal-row {
    display: flex;
    align-items: center;
    gap: 16px;
    width: 210px;
    color: #6F6F6F;
}

.page_info__legal-icon {
    width: 48px;
    height: 48px;
    border-radius: 16px;
    background-color: white;
    display: flex;
    align-items: center;
    justify-content: center;
}

.page_info__legal-content {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.page_info__legal-content__text {
    font-size: 14px;
    color: #6F6F6F;
}

.page_info__link {
    font-size: 16px;
    font-weight: 500;
    color: #E10B17;
    font-family: Pragmatica Extended, arial, sans-serif;
    line-height: 130%;
    text-decoration: none;
}

.page_info__legal-content__text ~ a {
    margin-top: 8px;
    display: block;
}

.tab {
    display: flex;
    flex-wrap: wrap;
}

.tab > input[type="radio"] {
    display: none;
}

.tab-content {
    display: none;
    width: 100%;
    margin-top: 16px;
    color: #252525;
    font-weight: 500;
    font-size: 16px;
    font-family: Pragmatica Extended, arial, sans-serif;
    line-height: 130%;
}

#tab-btn-1:checked ~ #content-1,
#tab-btn-2:checked ~ #content-2,
#tab-btn-3:checked ~ #content-3,
#tab-btn-4:checked ~ #content-4,
#tab-btn-5:checked ~ #content-5,
#tab-btn-6:checked ~ #content-6 {
    display: block;
}

.tab > label {
    display: block;
    padding: 5px 8px;
    cursor: pointer;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out;
    color: #6F6F6F;
    border: 0;
    border-radius: 4px;
    background-color: #F5F5F5;
    font-size: 12px;
    line-height: 1.2;
    margin-right: 8px;
}

.tab > input[type="radio"]:checked + label {
    cursor: default;
    color: #fff;
    background-color: #FF424D;
}

.page_documents__list {
    width: 100%;
}

.sort__header {
    padding: 14px 44px 14px 12px;
    border-radius: 6px;
    border: 1px solid #EDEDED;
    font-size: 14px;
    line-height: 1.4;
    position: relative;
    cursor: pointer;
}

.sort__header:after {
    position: absolute;
    content: '';
    display: block;
    top: 50%;
    transform: translateY(-50%);
    right: 12px;
    background: url(/for-third-parties/icons/arrow-two.svg) no-repeat center/cover;
    width: 24px;
    height: 24px;
}

.page_info__filters {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.page_info__menu-block {
    width: 100%;
}

.page_info__menu-topic > div {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.page_info__filters-block {
    width: calc((100% - 24px) / 3);
}

.page_info__more {
    display: flex;
    justify-content: center;
    width: 100%;
    margin-top: 20px;
}

.page_info__more button {
    background-color: #F9F9FB;
    color: #E10B17;
    font-weight: 500;
    font-size: 12px;
    font-family: Pragmatica Extended, arial, sans-serif;
    line-height: 1.1;
    padding: 9px 12px;
    border-radius: 8px;
}

.page_info__download {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-top: 40px;
}

.page_info__download a {
    display: inline-flex;
    padding: 16px 20px;
    background-color: #214FE2;
    color: white;
    font-weight: 500;
    font-size: 14px;
    font-family: Pragmatica Extended, arial, sans-serif;
    line-height: 1.1;
    text-decoration: none;
    border-radius: 8px;
}

.page_info__legal-toggle {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    width: 100%;
    cursor: pointer;
}

.page_info__legal-toggle.open button {
    rotate: 180deg;
}

.page_info__legal-toggle button {
    width: 32px;
    height: 32px;
    transition: all .3s linear;
}

.page_info__download span {
    color: #6F6F6F;
    font-weight: 500;
    font-size: 12px;
    font-family: Inter, sans-serif;
    line-height: 1.4;
}

.page_info__legal-copy button {
    display: inline;
}


.page_info__table {
    margin-top: 40px;
}

.page_news__filters-fields {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}


@media (max-width: 1023px) {

    .page_news__filters-fields {
        grid-template-columns: 1fr;
    }

    .page_info__filters-list {
        flex-wrap: wrap;
    }

    .page_info__filters-block {
        width: calc((100% - 24px) / 2);
    }

    .page_info__filters-search {
        width: 100%;
    }
}

@media (max-width: 767px) {
    .page_info__filters-block {
        width: 100%;
    }

    .page_info__legal-item {
        flex-direction: column;
    }
}

.table__wrap {
    width: 100%;
}

.table {
    font-size: 12px;
    font-weight: 500;
    font-family: Inter, sans-serif;
    border-collapse: collapse;
    text-align: center;
    width: 100%;
}

.table thead th {
    background-color: #214FE2;
    border-right: 1px solid #EDEFF3;
    text-transform: uppercase;
    color: #FFFFFF;
    padding: 15px 12px;
    width: calc(100% / 6);
}

.table th:first-child {
    border-top-left-radius: 12px;
}

.table th:last-child {
    border-top-right-radius: 12px;
    border-right: none;
}

.table td {
    padding: 15px 12px;
    width: calc(100% / 6);
}

.table td .truncate-text {
    margin: 0 auto;
}

.table tbody tr {
    background-color: rgba(245, 245, 245, 1);
}

.table tbody tr:nth-child(2n) {
    background-color: rgba(237, 239, 243, 1);
}

.truncate-text {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    max-width: 193px;
}


#legal-address {
    color: #252525;
    font-weight: 500;
    font-size: 16px;
    font-family: Pragmatica Extended, arial, sans-serif;
    line-height: 130%;
}


.empty-elements {
    display: none;
    padding: 15px 12px;
    width: 100%;
    text-align: center;
    font-size: 24px;
    color: rgba(225, 11, 23, 1);
    font-weight: 700;
}

.table:not(:has(.table-tr)) + .empty-elements {
    display: block;
}

.ajaxDIV:not(:has(.table-tr)) {
    display: none !important;
}

.table-tr:last-child td:first-child {
    border-bottom-left-radius: 12px;
}

.table-tr:last-child td:last-child {
    border-bottom-right-radius: 12px;
}

@media (max-width: 1023px) {
    /*  .table__wrap {
          overflow-x: auto;
      }

      .table {
          min-width: 1000px;
      }*/
    .table {
        font-size: 10px;
    }

    .table thead th {
        padding: 10px 6px;

    }

    .table td {
        padding: 10px 6px;
    }
}


@media (max-width: 680px) {

    .table th:first-child {
        border-top-left-radius: 6px;
    }

    .table th:last-child {
        border-top-right-radius: 6px;
    }

    .table {
        font-size: 7px;
        font-weight: 500;
    }

    .table thead th {
        padding: 6px 2px;
    }

    .table td {
        padding: 6px 2px;
    }

    .page_info__download {
        flex-direction: column;
        margin-top: 32px;
    }
}

/* End */


/* Start:/local/templates/movement-first/components/bitrix/news/for-third-parties/style.css?175857127891*/
.the-third-page .page_news__filters-fields {
    grid-template-columns: repeat(2, 1fr);
}
/* End */


/* Start:/local/templates/movement-first/components/bitrix/news.list/for-third-parties/style.css?1758571278988*/
.table-item {
    position: relative;
    cursor: default;
}

.table-item__text {
    position: absolute;
    opacity: 0;
    pointer-events: none;
    top: 30px;
    right: 0;
    width: 595px;
    padding: 8px 12px;
    background-color: white;
    color: rgba(0, 0, 0, 1);
    font-size: 12px;
    font-weight: 500;
    font-family: Inter, sans-serif;
    transition: all .3s ease-out;
    z-index: 1;
    -webkit-box-shadow: 4px 4px 8px 0px rgba(34, 60, 80, 0.2);
    -moz-box-shadow: 4px 4px 8px 0px rgba(34, 60, 80, 0.2);
    box-shadow: 4px 4px 8px 0px rgba(34, 60, 80, 0.2);
}

.table-item:hover .table-item__text {
    opacity: 1;
    pointer-events: unset;
}

@media (max-width: 1279px) {
    .table-item__text {
        width: 350px;
     /*   right: 0;
        left: auto;
        transform: translateX(0);*/
    }
}

@media (max-width: 767px) {
  .the-third-page .page_news__filters-fields {
      grid-template-columns:  1fr;
  }
}
/* End */
/* /for-third-parties/style.css?17585712787537 */
/* /local/templates/movement-first/components/bitrix/news/for-third-parties/style.css?175857127891 */
/* /local/templates/movement-first/components/bitrix/news.list/for-third-parties/style.css?1758571278988 */
