*,
*::before,
*::after {
    box-sizing: border-box;
}

.accordion-tab-descr {
    margin: 0;
    width: auto;
}

.accordion-left-content {
    overflow: visible !important;
}

h2 {
    margin: 0 20px 10px 0;
}

.descr26_page {
    max-width: 1050px;
}

.descr26_line {
    width: 50%;
    height: 2px;
    background: #e6e6e6;
    margin-bottom: 5px;
}

.descr26_title {
    font-size: 42px;
    margin-bottom: 10px;
    font-weight: 700;
}

.descr26_subtitle {
    font-size: 22px;
    color: #555555;
    margin-bottom: 10px;
}

.descr26_text_title {
    font-size: 25px;
}

.descr26_text {
    font-size: 17px;
    margin-bottom: 18px;
    color: #4d4d4d;
}

.descr26_advantages {
    margin-top: 10px;
    padding-left: 0;
}

.descr26_advantages ol {
    margin-bottom: 5px;
    font-size: 17px;
    color: #4d4d4d;
    padding-left: 0;
}

.descr26_section {
    display: flex;
    gap: 20px;
    margin-top: 20px;
    margin-bottom: 30px;
    align-items: flex-start;
}

.descr26_section_left_top {
    width: 30%;
}

.descr26_section_right_top {
    width: 70%;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.descr26_section_left_2nd_top {
    width: 60%;
}

.descr26_section_right_2nd_top {
    width: 40%;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.descr26_section_left {
    width: 50%;
}

.descr26_section_right {
    width: 50%;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.descr26_section_image {
    width: 100%;
    border-radius: 12px;
    display: block;
}

.descr26_heading {
    font-size: 30px;
    margin: 43px 0 -10px 0;
    font-weight: 600;
}

.descr26_table_wrap {
    overflow-x: auto;
    margin-top: 30px;
}

.descr26_table {
    width: 100%;
    border-collapse: collapse;
}

.descr26_table td {
    padding: 3px;
    font-size: 16px;
    vertical-align: top;
}

.descr26_table td:first-child {
    color: #6d6d6d;
    font-weight: 700;
}

.descr26_for_whom {
    align-items: center;
    margin-top: 20px;
}

.descr26_for_whom_text {
    flex: 1;
}

.descr26_for_whom_image {
    flex: 0 0 400px;
    display: flex;
    justify-content: center;
}

.descr26_for_whom_image img {
    width: 100%;
    max-width: 400px;
    border-radius: 12px;
}

.descr26_list {
    margin: 0;
    padding-left: 22px;
}

.descr26_list li {
    margin-bottom: 10px;
    font-size: 17px;
    color: #4d4d4d;
}

.descr26_dual {
    display: flex;
    align-items: flex-start;
}

.descr26_dual_col {
    flex: 1;
    display: flex;
    flex-direction: column;
}

/* ===========================
   Планшеты
=========================== */

@media (max-width: 1024px) {

    .descr26_page {
        padding: 0 15px;
    }

    .descr26_section {
        gap: 15px;
    }

    .descr26_title {
        font-size: 36px;
    }

    .descr26_heading {
        font-size: 28px;
    }

    .descr26_text_title {
        font-size: 23px;
    }

    .descr26_dual {
        gap: 20px;
    }

}


/* ===========================
   Телефоны
=========================== */

@media (max-width: 768px) {

    h2 {
        margin-right: 0;
    }

    .descr26_page {
        padding: 0 12px;
    }

    .descr26_title {
        font-size: 30px;
    }

    .descr26_subtitle {
        font-size: 20px;
    }

    .descr26_heading {
        font-size: 26px;
    }

    .descr26_text_title {
        font-size: 22px;
    }

    .descr26_text {
        font-size: 16px;
    }

    .descr26_section,
    .descr26_dual {
        flex-direction: column;
    }

    .descr26_section_left,
    .descr26_section_right,
    .descr26_section_left_top,
    .descr26_section_right_top,
    .descr26_section_left_2nd_top,
    .descr26_section_right_2nd_top,
    .descr26_dual_col {
        width: 100%;
    }

    .descr26_section_right,
    .descr26_section_right_top,
    .descr26_section_right_2nd_top {
        gap: 15px;
    }

    .descr26_section_image {
        max-width: 100% !important;
        margin-left: auto;
        margin-right: auto;
    }

    .img_center {
        display: block;
        margin-left: auto;
        margin-right: auto;
    }

    .descr26_for_whom {
        flex-direction: column;
        gap: 20px;
    }

    .descr26_for_whom_text,
    .descr26_for_whom_image {
        width: 100%;
        flex: none;
    }

    .descr26_for_whom_image img {
        max-width: 320px;
    }

    .descr26_list {
        padding-left: 18px;
    }

    .descr26_table td {
        font-size: 14px;
        padding: 6px;
    }

    .descr26_line {
        width: 100%;
    }

}