<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">a,
a:link,
a:focus,
a:hover,
a:active,
a:visited {
    color: #0396D4;
}

.container.karta-sayta-block-wrapper {
    font-family: Montserrat , sans-serif;
    margin-top: 40px;
}

#karta-sayta-wood {
    margin-top: 25px;
}

.container.karta-sayta-block-wrapper .list-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.container.karta-sayta-block-wrapper h2 {
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 29px;
    margin: 0 0 10px 0;
}

#karta-sayta-wood h2 {
    margin: 0 0 15px 0;
}

ul.list-ul &gt; li {
    color: #0396D4;
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 24px;
    list-style: disc;
    margin: 20px 0 0;
}

ul.list-ul &gt; li::before {
    color: #0396D4;
}

ul.list-ul ol li {
    list-style: none;
    margin: 5px 0 0;
}

ul.list-ul ol li a {
    text-decoration: none;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    color: #383639;
}

ul.list-ul ol li a:hover {
    color: #0396D4;
}

ul.list-ul &gt; ol &gt; ol li {
    list-style: disc;
    margin-left: 20px;
}

ul.list-ul &gt; ol &gt; ol li::marker {
    font-size: 10px;
}

ul.list-ul &gt; ol &gt; ol li a {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
}

ul.list-ul &gt; ol &gt; ol &gt; ol {
    display: none;
}

ul.list-ul &gt; ol &gt; ol &gt; ol li {
    margin-left: 40px;
}

ul.list-ul &gt; ol &gt; ol &gt; li.folded-list-parent {
    white-space: nowrap;
}

ul.list-ul &gt; ol &gt; ol &gt; li.folded-list-parent &gt; .open-list-element {
    display: inline-block;
    width: 10px;
    height: 6px;
    background-image: url("../img/arrow-bottom.png");
    margin: 0 0 0 6px;
    cursor: pointer;
}

ul.list-ul &gt; ol &gt; ol &gt; li.folded-list-parent &gt; a {
    border-bottom: 1px dashed #0396D4;
}

ul.list-ul &gt; ol &gt; ol &gt; li.folded-list-parent:hover &gt; a {
    border-bottom: none;
}

@media (max-width: 1199px) {
    .container.karta-sayta-block-wrapper .list-wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

@media (max-width: 499px) {
    .container.karta-sayta-block-wrapper h2 {
        font-size: 20px;
    }

    ul.list-ul &gt; ol &gt; ol li {
        margin-left: 10px;
    }

    ul.list-ul &gt; ol &gt; ol &gt; ol li {
        margin-left: 20px;
    }

    ul.list-ul &gt; ol &gt; ol &gt; li.folded-list-parent &gt; .open-list-element {
        margin: 0 0 0 2px;
    }
}
</pre></body></html>