.elementor-kit-46{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Arial";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;}{}h1.entry-title{display:var(--page-title-display);}.elementor-kit-46 e-page-transition{background-color:#FFBC7D;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* Основной стиль таблицы */
.custom-table-style table {
    width: 100%;
    font-family: Arial, sans-serif;
    border-collapse: collapse;
    margin-bottom: 20px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    overflow: hidden;
}

.custom-table-style th {
    background-color: #f4f4f4;
    color: #333;
    font-weight: bold;
    text-align: left;
    padding: 15px;
    border-bottom: 2px solid #ddd;
}

.custom-table-style td {
    padding: 15px;
    text-align: left;
    border-bottom: 1px solid #ddd;
    transition: background-color 0.3s ease;
}

.custom-table-style tr:hover {
    background-color: #f9f9f9;
}

.custom-table-style td a {
    display: inline-block;
    padding: 8px 12px;
    background-color: #0073e6;
    color: white;
    text-decoration: none;
    border-radius: 5px;
    transition: background-color 0.3s ease;
    font-size: 14px;
}

.custom-table-style td a:hover {
    background-color: #005bb5;
}

/* Адаптивность: горизонтальная прокрутка на мобильных устройствах */
.custom-table-wrapper {
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.custom-table-style th, .custom-table-style td {
    white-space: nowrap; /* Оставляем строки на одной линии */
}

h3 {
    text-align: center;
    font-size: 24px;
    margin-bottom: 20px;
    font-family: Arial, sans-serif;
}

/* Стиль для маленьких экранов */
@media (max-width: 768px) {
    .custom-table-style table, .custom-table-style thead, .custom-table-style tbody, .custom-table-style th, .custom-table-style td, .custom-table-style tr {
        display: block; /* Превращаем таблицу в блоки */
    }

    .custom-table-style tr {
        margin-bottom: 15px; /* Отступ между "карточками" */
    }

    .custom-table-style td {
        text-align: right;
        padding-left: 50%;
        position: relative;
    }

    .custom-table-style td:before {
        content: attr(data-label); /* Заголовок для каждого поля */
        position: absolute;
        left: 15px;
        width: 45%;
        padding-right: 10px;
        white-space: nowrap;
        text-align: left;
        font-weight: bold;
    }

    .custom-table-style th {
        display: none; /* Прячем заголовки */
    }
}/* End custom CSS */