<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">a{
    text-decoration: none;
    color: #00b4b6;
}
.bg-light {
    background-color: #f36428!important;
}
.text-reset {
    color: #00b4b6!important;
}
.text-muted {
    color: #3e4652!important;
}
.navbar-light .navbar-brand {
    color: #5b6d7f;
}
.text {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out;
}

.fade-in {
    opacity: 1;
    transform: translateY(0);
}
.bg-light {
    background-color: #f36428!important;
}
.navbar-light .navbar-nav .nav-link{
    color: #f0f0f0;
}
.btn {
    color: #f0f0f0;
}
.btn:hover {
    color: #f0f0f0;
    opacity: 0.5;
}
.main{padding-top: 40px;}.section { border-bottom: 2px solid #f36428;}
.section{
    padding-top: 20px;
}
.top{
    background-image: url('../img/bg.jpg');
    background-size: cover;
}
.about img{
    width: 90%;
    height: auto;
    display: block;
    margin: 0 auto;
}
.map img{
    width: 90%;
    height: auto;
    display: block;
    margin: 0 auto;
}


@media (min-width: 769px ) {
    .cookies {
        position: fixed;
        bottom: 20px;
        left: 20px;
        z-index: 9999;
        display: block;
    }
}
.cookies {
    padding: 10px;
    position: fixed;
    bottom: 0px;
    left: 0px;
    z-index: 9999;
    display: block;
    width: 100%;
    text-align: center;
}
.cookies .head {
    display: inherit;
    font-weight: 700;
    font-size: 16px;
    line-height: 1;
}
.cookies p {
    font-size: 12px;
}
.cookies .close_cookies {
    box-shadow: none;
}
.cookies .close_cookies {
    box-shadow: none;
}
.modals {
    opacity: 0;
    visibility: hidden;
    width: 100%;
    max-width: 500px;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1050;
    box-shadow: 0 3px 10px -.5px rgba(0, 0, 0, .2);
    text-align: center;
    padding: 30px;
    border-radius: 3px;
    background-color: #fff;
    transition: 0.3s all;
}
.modals.active,
.overlay.active{
    opacity: 1;
    visibility: visible;

}
.modals__cross {
    width: 15px;
    height: 15px;
    position: absolute;
    top: 20px;
    right: 20px;
    fill: #444;
    cursor: pointer;
}</pre></body></html>