<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html,
body {
    height: 100%;
}

* {
    font-family: 'Oswald', sans-serif;
}

h1, h2, h3, h4 {
    font-weight: 600;
}

b, strong {
    font-weight: 600;
}

@media (min-width: 1199px) {
    .container {
        width: 96%;
    }
}


.animated,
.animated * {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.wrap {
    min-height: 100%;
    height: auto;
    margin: 0 auto -60px;
    padding: 0 0 60px;
}

.wrap &gt; .container {
    padding: 70px 15px 20px;
}

.footer {
    background-color: #ffffff;
    border-top: 1px solid #aaa;
    padding-top: 20px;
    padding-bottom: 50px;
    width: 90%;
    margin: 0 auto;
}

.footer .col {
    margin-top: 20px;
    text-align: center;
}

.footer a {
    color: #222222;
    border-bottom: 1px dotted #222222;
    display: inline-block;
    margin: 0 1%;
}

.footer a:hover {
    color: #F44F2F;
    border-bottom: 1px solid #F44F2F;
    text-decoration: none;
}

.ornage-box {
    color: #ffffff;
    background-color: #F44F2F;
}

#modalWindow {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #222222;
    background-color: rgba(0, 0, 0, 0.5);
    padding: 30px;
    text-align: center;
    z-index: 9000;
}
#modalWindow .modalBody {
    background-color: #ffffff;
    border: 1px solid #222222;
    border-radius: 10px;
    width: auto;
    margin: 0 auto;
    display: inline-block;
}

#modalWindow .modalBody .caption {
    border-bottom: 1px solid #aaaaaa;
    overflow: hidden;
    font-size: 18px;
    padding: 7px;
    text-align: left;
}

#modalWindow .modalBody .caption &gt; a {
    float: right;
    font-size: 15px;
    color: #555555;
    text-decoration: none;
}

#modalWindow .modalBody .caption &gt; a:hover {
    color: #222222;
    text-decoration: none;
}

#modalWindow .modalBody .content {
    padding: 20px;
}

.line-separator {
    background-color: #aaaaaa;
    height: 1px;
    width: 96%;
    margin: 15px 2%;
}

.ur-info-link {
    color: #777777;
    font-size: 12px;
}

.ur-info-link:hover {
    color: #222222;
}

@media (max-width: 999px) {
    .hide-less-1000 {
        display: none!important;
    }
}

@media (min-width: 1000px) {
    .hide-more-1000 {
        display: none!important;
    }
}

@media (max-width: 699px) {
    .sm-centered-content {
        text-align: center;
    }
}

@media (max-width: 500px) {
    h1 {
        font-size: 21px;
    }
    h2 {
        font-size: 18px;
    }
    h3 {
        font-size: 17px;
    }
    #modalWindow {
        padding: 10px;
    }
    #modalWindow .modalBody .content {
        padding: 10px;
    }
}

.index-descr {
    text-align: center;
}
.index-descr p {
    padding: 0;
    margin: 0;
}

.index-page {
    width: 96%;
    margin: 0 auto;
}

</pre></body></html>