a {
    text-decoration: none;
    color: #ffca42;
}

.bg-light {
    background-color: #60aaa6 !important;
}

.text-reset {
    color: #ffca42 !important;
}

.text-muted {
    color: #50483c !important;
}

.navbar-light .navbar-brand {
    color: #fcf9f2;
}

.bg-light {
    background-color: #60aaa6 !important;
}

.navbar-light .navbar-nav .nav-link {
    color: #fff;
}

.btn {
    color: #ef5b33;
}

.btn:hover {
    color: #ef5b33;
    opacity: 0.5;
}

.section {
    border-bottom: 2px solid #60aaa6;
}

.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;
}


.animate-fade-in {
    opacity: 0;
    transition: opacity 2.3s ease;
}

.animate-slide-up {
    transform: translateY(45px);
    transition: transform 1.3s ease;
}

.animate-on-scroll.in-view .animate-fade-in {
    opacity: 1;
}

.animate-on-scroll.in-view .animate-slide-up {
    transform: translateY(0);
}