.toc-container {
    background-color: hsla(0, 0%, 100%, .05);
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, .1);
    contain: layout;
    margin-bottom: 2rem;
    max-width: 960px;
    min-height: 50px;
    padding: 10px 10px 0;
    position: relative
}

.toc-container,
.toc-title {
    box-sizing: border-box;
    width: 100%
}

.toc-title {
    align-items: center;
    color: #000;
    cursor: pointer;
    display: flex;
    font-size: 1.1rem;
    font-style: italic;
    font-weight: 600;
    height: 2rem;
    line-height: 2rem;
    margin-bottom: 10px
}

.toc-title span {
    color: #ffc926;
    white-space: normal;
    word-wrap: break-word;
    overflow-wrap: break-word
}

.toc-list {
    background-color: hsla(0, 0%, 100%, .05);
    border-radius: 4px;
    box-sizing: border-box;
    margin: 0;
    padding: 10px;
    width: 100%
}

.toc-container ul,
.toc-list {
    list-style: none
}

.toc-list li {
    box-sizing: border-box;
    line-height: 1.5;
    margin-bottom: 8px;
    width: 100%;
    word-wrap: break-word;
    overflow-wrap: break-word
}

.toc-list li:last-child {
    margin-bottom: 0
}

.toc-list li.level-3 {
    margin-left: .5rem
}

.toc-list a {
    color: #fff;
    font-size: 1rem;
    line-height: 1.5;
    text-decoration: none;
    white-space: normal;
    word-break: normal;
    word-wrap: break-word;
    box-sizing: border-box;
    font-weight: 500;
    max-width: 100%;
    overflow-wrap: break-word
}

.toc-list a:hover {
    color: #ffc926;
    text-decoration: underline
}

.toc-toggle-btn {
    align-items: center;
    background: 0 0;
    border: none;
    color: #007bff;
    cursor: pointer;
    display: flex;
    flex-shrink: 0;
    font-size: 1rem;
    height: 1.5rem;
    justify-content: center;
    margin-right: .5rem;
    width: 1.5rem
}

@media (max-width:767.98px) {
    .toc-container {
        max-width: 100vw;
        overflow-x: hidden;
        padding: 8px 8px 0
    }

    .toc-title {
        font-size: 1rem
    }

    .toc-list,
    .toc-title {
        max-width: 100%;
        overflow-x: hidden
    }

    .toc-list {
        font-size: .9rem;
        padding: 8px
    }

    .toc-list a {
        max-width: 100%;
        overflow-x: hidden
    }
}

#bgImage {
    background: url(../../assets/img/bgblockhead.webp) 100%/contain no-repeat;
    bottom: 0;
    left: 0;
    opacity: .4;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 0
}

.content-on-image {
    position: relative;
    z-index: 4
}

.faq {
    border: none;
    color: #444;
    cursor: pointer;
    font-size: 15px;
    outline: 0;
    padding: 18px;
    text-align: left;
    transition: .4s;
    width: 100%
}

.faq,
.faq:hover,
.on {
    background-color: #e4e4e4
}

.panel {
    background-color: #fff
}

.btn-primary,
.btn-primary:active,
.btn-primary:focus,
.btn-primary:hover {
    background-color: #e4e4e4;
    border-color: #e4e4e4
}

.btn-primary:hover {
    color: #6385cd
}

.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show>.btn-primary.dropdown-toggle {
    background-color: #e4e4e4;
    border-color: #e4e4e4;
    color: #fff
}

#faq-block {
    margin: 0 auto;
    max-width: 960px
}

#faq-block .btn {
    background-color: #ffc108;
    font-size: 17px;
    font-weight: 700;
    margin: 0 auto
}

#faq-block .btn:hover {
    background-color: #1c1c1a;
    color: #fff;
    font-size: 17px;
    margin: 0 auto
}

.faq:after {
    color: #000;
    content: "\2212";
    content: "\002B";
    float: right;
    font-weight: 700;
    margin-left: 5px
}

.faq.on:after {
    content: "\2212"
}

.panel {
    background-color: inherit;
    color: #fff;
    max-height: 0;
    overflow: hidden;
    padding: 0 18px;
    transition: max-height .2s ease-out;
    vertical-align: middle
}

.panel p {
    padding-top: 20px
}

.faqelement {
    float: none;
    margin: auto
}

.container p a, li a{
color:#ffc926;
text-decoration:none;
}

.container,
.navbar,
body,
footer {
    background-color: #161924;
    color: #fff;
    font-family: Exo\ 2, sans-serif;
    font-size: 19px
}

.container {
    max-width: 1080px
}

h1 {
    margin-bottom: 20px
}

.navbar {
    background-color: #161924
}

.nav-link {
    color: hsla(0, 0%, 100%, .87) !important;
    font-size: 18px;
    transition: .3s
}

.nav-link:hover {
    color: #ffc926 !important;
    transform: scale(1.05)
}

.reg-but {
    background-color: #ffc926;
    border: none;
    color: #000;
    font-size: 17px;
    font-weight: 600;
    text-transform: uppercase
}

.reg-but:hover {
    background-color: #ae8712
}

.log-but {
    background-color: #161924;
    font-weight: 600;
    text-transform: uppercase
}

.log-but,
.log-but:hover {
    border: 1px solid #ffc926
}

.log-but:hover {
    background: #ffc926;
    color: #000
}

.navbar-toggler {
    background-color: #ffc926
}

.navbar:before {
    bottom: 0;
    height: 2px
}

.footer-dm:after,
.navbar:before {
    background: linear-gradient(90deg, hsla(0, 0%, 100%, 0), rgba(231, 182, 6, .99), hsla(0, 0%, 100%, 0));
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    z-index: 2
}

.footer-dm:after {
    height: 3px;
    top: 0
}

.copy {
    color: #fff !important
}

.figure-caption {
    color: #fff;
    font-style: italic
}

table {
    font-size: 17px;
    margin: 0 auto;
    max-width: 960px;
    min-width: 600px
}

td,
th {
    background-color: #ffc926 !important
}

thead {
    text-align: center
}

.container #table-divis {
    max-width: none;
    min-width: 870px
}

#table-divis td:not(:first-child),
#table-divis th:not(:first-child) {
    width: 14%
}
