#outer_table_2::-webkit-scrollbar {
    width: var(--scrollbarWidth);
    height: 5px;
}

#outer_table_2::-webkit-scrollbar-thumb {
    background-color: var(--scrollbarThumbColor);
    border-radius: 5px;
    border: var(--scrollbarBorder);
    background-image: linear-gradient( 250deg, var(--scrollbarThumbColor) 0%, var(--scrollbarThumbColorSecond) 90% );
    height: 30%;
}

#edutable tbody tr .pdf_icon_doc {
    background-image: url(/local/templates/kemgik/images/icon/pdf8.svg);
    min-width: 32px;
    margin-right: 5px;
    float: left;
    background-repeat: no-repeat;
    background-size: cover;
    height: 25px;
}

#edutable tbody tr .pdf_icon {
    background-image: url(/local/templates/kemgik/images/icon/pdf6.svg);
    width: 26.54px;
    margin-right: 10px;
    float: left;
    background-repeat: no-repeat;
    background-size: contain;
    height: 30px;
}

#edutable tbody tr .web_icon {
    background-image: url(/local/templates/kemgik/images/icon/web4.svg);
    width: 33.9px;
    float: left;
    background-repeat: no-repeat;
    background-size: contain;
    height: 25px;
}

#edutable tbody tr .position_even {
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    flex-direction: column;
}

#edutable tbody tr .position_even div {
    margin-bottom: 5px;
}


#outer_table_2::-webkit-scrollbar-track {
    background: #fff;
    border-radius: var(--scrollbarBorderRadius);
}

#outer_table_2 {
  max-width: 100%;
  max-height: 700px;
  overflow: scroll;
}

#edutable thead th {
    position: -webkit-sticky;
    position: -moz-sticky;
    position: -ms-sticky;
    position: -o-sticky;
    position: sticky;
    top: 0;
    font-weight: normal;
    font-size: 13px;
    color: #000000;
    padding: 8px 10px;
    line-height: 13px;
    z-index: 1;
    background: #ffffff;
    border: none;
    box-shadow: inset 2px 2px 0px #097dc0, inset 1px -6px 0 #097dc0;
}

#edutable tbody tr.backgrond_yellow th:nth-child(even) {
    border: none;
    box-shadow: inset -2px -2px 0 #ffba00, inset 1px 0px 0 #e3e3e3;
    background: #fff;
}

#edutable tbody tr.backgrond_yellow th:nth-child(odd) {
    border: none;
    box-shadow: inset 6px -2px 0 #ffba00, inset 0px 0px 0 #ffba00;
    background: #fff;
}

#edutable thead tr.str_2 th:nth-child(2),
#edutable thead tr.str_2 th:nth-child(1) {
	box-shadow: inset 2px 2px 0px #097dc0, inset 1px -6px 0 #097dc0;
}

#edutable tbody th {
  position: -webkit-sticky;
  position: -moz-sticky;
  position: -ms-sticky;
  position: -o-sticky;
  position: sticky;
  left: 0;
  font-weight: normal;
  font-size: 13px;
  color: #000000;
  padding: 8px 10px;
  line-height: 13px;
  border: 1px solid #007ec429;
}

#edutable tbody tr.backgrond_blue {
    background: #ffba00;
}

#edutable tbody tr.backgrond_blue td {
    color: #ffffff;
    font-size: 14px;
    font-weight: 500;
    border: none;
}

#edutable tbody tr td li {
    display: flex;
}

#edutable tbody tr td li a {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-bottom: 5px;
}


/* To have the header in the first column stick to the left: */

#edutable thead th:nth-child(-n+2) {
  left: 0;
  z-index: 2;
}

#edutable thead th:nth-child(1) {
  box-shadow: inset 3px -3px 0 3px #097dc0, inset 0px 2px 0 #097dc0;
}

#edutable thead th:nth-child(2) {
  box-shadow: inset 1px 0px 0 #e3e3e3, inset -3px -2px 0 4px #097dc0;
}

#edutable  {
  border-collapse: collapse;
}

#edutable td {
    white-space: unset;
    padding: 10px 5px;
    line-height: 13px;
    vertical-align: middle;
    border: 1px solid #e3e3e3;
    font-size: 13px;
    color: #000000;
}

#edutable td p {
    line-height: 13px;
    vertical-align: middle;
    font-size: 13px;
    color: #000000;
}

#edutable tr:hover {
    background-color: #f9fafb;
}

#edutable td,
#edutable th {
  padding: 0.5em;
}

.modal_icon {
    background-image: url(/local/templates/kemgik/images/icon/modal7.svg);
    width: 25px;
    margin-right: 10px;
    float: left;
    background-repeat: no-repeat;
    background-size: contain;
    height: 27.85px;
}

/*Аккордион*/
.accordion {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.accordion__item {
    margin-bottom: 1rem;
}

.accordion__header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem 1rem;
    color: #000;
    font-weight: 400;
    cursor: pointer;
    transition: background-color 0.2s ease-out;
    border: 1px solid;
    border-image-source: linear-gradient(180deg, #097DC0 0%, #455158 100%);
    border-image-slice: 1;
    font-size: 16px;
    transition: 0.2s;
}

.accordion__header::after {
    flex-shrink: 0;
    width: 1.25rem;
    height: 1.25rem;
    margin-left: auto;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-size: 1.25rem;
    content: "";
    transition: transform 0.2s ease-out;
    -webkit-filter: invert(100%);
    filter: invert(100%);
}

.accordion__item_show .accordion__header {
    border: 1px solid #097dc0;
    background: linear-gradient(180deg, #097DC0 0%, #455158 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 600;
    border-radius: 0;
}

.accordion__item_show .accordion__header::after,
.accordion__item_slidedown .accordion__header::after {
    transform: rotate(-180deg);
    -webkit-filter: invert(100%);
    filter: invert(100%);
}

.accordion__header:hover {
    cursor: pointer;
    font-weight: 600;
    background: linear-gradient(180deg, #097DC0 0%, #455158 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.accordion__content {
    padding: 20px 40px;
    background: #fff;
}

.accordion__item:not(.accordion__item_show) .accordion__body {
    display: none;
}

.accordion__body {
    padding-top: 20px;
    border: 1px solid;
    border-image-source: linear-gradient(180deg, #097DC0 0%, #455158 100%);
    border-image-slice: 1;
    margin-top: 10px;
}

.accordion__content .tabs-contaiter .tab-source.active {
    display: block;
    margin-top: -15px;
    padding: 45px 50px 20px;
    border: none;
    border: 2px solid;
    border-image-source: linear-gradient(180deg, #097DC0 0%, #455158 100%);
    border-image-slice: 1;
    font-size: 16px;
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    color: #333333;
    margin-right: -41px;
    margin-left: -41px;
}

.accordion__content .tabs-container-links {
    display: flex;
    flex-direction: row;
    margin-left: -30px;
}

.accordion__content .tabs-container-links .tab-atricle {
    display: inline-block;
    padding: 15px 25px;
    background: #ffffff;
    margin-bottom: 10px;
    cursor: pointer;
    display: flex;
    align-items: center;
}

.accordion__content .tabs-container-links .tab-atricle:not(:first-child) {
    margin-left: 0.5%;
}


.accordion__content .tabs-contaiter .tabs-container-links p.tab-atricle.active {
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 103.4%;
    margin-bottom: 0%;
    background: #ffffff;
    color: #363636;
    border-bottom: 2px solid #097dc0;
    border-radius: 20px 20px 20px 20px;
    padding: 10px 15px;
    border-top: 1px solid #097dc0;
    border-right: 1px solid #097dc0;
    border-left: 1px solid #097dc0;
}

.accordion__content .tabs-contaiter .tabs-container-links p.tab-atricle {
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 400;
    margin-bottom: 0;
    background: #ffffff;
    color: #898989;
    border-top: 1px solid #c3c3c3;
    border-radius: 20px;
    padding: 15px 15px;
    border-bottom: 1px solid #c3c3c3;
    border-right: 1px solid #c3c3c3;
    border-left: 1px solid #c3c3c3;
    line-height: 103.4%;
}

.accordion__content .tabs-contaiter hr {
    color: #d3e1ea;
    background-color: #d3e1ea;
    border: 0 none;
    height: 1px;
}

@media screen and (max-width: 767px) {
    .accordion__content .tabs-container-links,
    .tabs-container-links {
        flex-direction: column;
        margin-left: 0;
    }

    .accordion__content .tabs-contaiter .tabs-container-links p.tab-atricle.active,
    .tabs-contaiter .tabs-container-links p.tab-atricle.active {
        margin-bottom: 4%;
    }

    .accordion__content .tabs-contaiter .tabs-container-links p.tab-atricle,
    .tabs-contaiter .tabs-container-links p.tab-atricle {
        background: #ffffff;
        color: #898989;
        border-bottom: 2px solid #c3c3c3;
        border-radius: 20px 20px 20px 20px;
        padding: 10px 15px;
        border-top: 1px solid #c3c3c3;
        border-right: 1px solid #c3c3c3;
        border-left: 1px solid #c3c3c3;
        margin-bottom: 4%

    }

    .accordion__content .tabs-contaiter .tab-source.active {
        padding: 45px 20px 20px;
        margin-right: -21px;
        margin-left: -21px;
        margin-top: -30px;
    }

    .accordion__content,
    .tabcontent {
        padding: 20px 20px;
    }

    #edutable thead th:nth-child(-n+2) {
        left: revert;
        z-index: 1;
    }

    #edutable tbody th {
        position: relative;
    }
}

.accordion__content .tabs-contaiter .tab-source ul {
    margin-top: 20px;
}

.col-md-12 {
    width: 100%;
}

/**/