.body_wrapper h1 {
    color: #dadada;
    transition: all 1s;
    filter: drop-shadow(2px 4px 6px black);
}

.body_wrapper h1:hover {
    color: white ;
    text-decoration: none;
}

.navbar {
    border: 3px dashed;
        filter: drop-shadow(2px 4px 6px black);
}

.navbar-nav {
    width: 100%;
    display: flex;
    justify-content: center;
}

.navbar-default .navbar-nav > li > a {
    color: #d9d9da;
    transition: all ease 1s;

}

.navbar-default .navbar-nav > li > a:hover {
    color: white;
    background: #6F798B;
    text-decoration: underline;


}

.navbar-default {
    margin-top: 20px;
    border-color: #d9d9da;
    background-color: rgb(51 51 51);
}

a {
    color: #d9d9da;
    transition: all ease 1s;
    text-decoration: underline;

}

a:focus, a:hover {
    color: #ffffff;
    text-decoration: none;
}

navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
    background-color: transparent;
}

.nav-active {
    color: white !important;
    background: #6F798B !important;
    text-decoration: underline;
}

.map {
    border: none;
    width: 100%;
    height: 400px;
    margin: 15px auto;
}

.carouselPresentation .owl-controls .owl-buttons > div {
    border: 1px solid #d9d9da;
}
.knpom {
    margin: 10px 0 20px 0;
}

/* Cookie Dialog */
#gdpr-cookie-message {
    position: fixed;
    left: 0;
    bottom: 30px;
    max-width: 375px;
    background-color: white;
    padding: 16px;
    border-radius: 5px;
    box-shadow: 0 6px 6px rgba(0, 0, 0, 0.25);
    margin-left: 30px;
    font-family: system-ui;
    z-index: 99;
}

#gdpr-cookie-message h4 {
    color: black;
    font-size: 13px;
    font-weight: 500;
    margin-bottom: 10px;
    padding-left: 1vmax;
}

#gdpr-cookie-message h5 {
    color: black;
    font-family: 'Quicksand', sans-serif;
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 10px;
}

#gdpr-cookie-message p,
#gdpr-cookie-message ul {
    color: black;
    font-size: 12px;
    line-height: 1.3em;
    margin: 1vmax;
}

#gdpr-cookie-message p:last-child {
    margin-bottom: 0;
    text-align: right;
}

#gdpr-cookie-message li {
    width: 49%;
    display: inline-block;
}

#gdpr-cookie-message a {
    color: var(--red);
    text-decoration: none;
    font-size: 15px;
    padding-bottom: 2px;
    border-bottom: 1px dotted #66CDAA;
    transition: all 0.3s ease-in;
    display: none;
}

#gdpr-cookie-message a:hover {
    color: white;
    border-bottom-color: var(--red);
    transition: all 0.3s ease-in;
}

#gdpr-cookie-message button {
    border: 1px solid #59616f;
    background: #59616f;
    color: white;
    font-family: 'Quicksand', sans-serif;
    font-size: 12px;
    padding: 3px;
    border-radius: 3px;
    margin-left: 15px;
    cursor: pointer;
    transition: all 0.3s ease-in;
}

#gdpr-cookie-message button:hover {
    background: transparent;
    color: #59616f;
    transition: all 0.3s ease-in;
}

button#gdpr-cookie-advanced {
    background: white;
    color: var(--red);
    display: none;
}

#gdpr-cookie-message button:disabled {
    opacity: 0.3;
}

#gdpr-cookie-message input[type="checkbox"] {
    float: none;
    margin-top: 0;
    margin-right: 5px;
}

@media (max-width: 767px) {
    #gdpr-cookie-message {
        max-width: 95%;
        width: 95%;
        left: 50%;
        transform: translateX(-50%);
        bottom: 60px;
        margin-left: 0px;
    }
}

.success {
    margin-top: 30px;
    padding: 3em 2em;
    text-align: center;
    font-size: 25px;
    margin-bottom: 0.75rem;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    color: #468847;
    background-color: #dff0d8;
    border: 1px solid #d6e9c6;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.error {
    margin-top: 30px;
    padding: 3em 2em;
    font-size: 25px;
    text-align: center;
    margin-bottom: 0.75rem;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    color: #b94a48;
    background-color: #f2dede;
    border: 1px solid rgba(185, 74, 72, 0.3);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.elements-show {
    display: none;
}

.gal-title {
    font-size: 30px;
    color: #dadada;
}

.rand-img {
    margin-bottom: 40px;
}

.gal-img {
    width: 100%;
    height: 250px;
    transition: all 0.5s ease-in-out;
    outline: 3px solid #d9d9da6b;
    filter: drop-shadow(2px 4px 6px black);
}

.gal-img:hover {
    outline: 3px solid #8F7E77;
}

.gal-block {
    margin-top: 20px;
}

.gal-bot {
    margin-bottom: 40px;
}

.footer h3 {
    margin: 20px 0;
}

.contact-form h5 {
    font-size: 2em;
    color: #dadada;
}

.contact-form input[type="text"] {
    width: 32%;
    color: white;
    margin-right: 7px;
    background: none;
    outline: none;
    font-size: 1em;
    padding: .7em .8em;
    border: solid 1px #ccc;
    -webkit-appearance: none;
    display: inline-block;
}

.contact-form textarea {
    resize: none;
    width: 100%;
    background: none;
    color: white;
    font-size: 1em;
    outline: none;
    padding: .7em .8em;
    border: solid 1px #ccc;
    min-height: 8em;
    -webkit-appearance: none;
    margin-top: 1em;
}

.contact-form input[type="submit"] {
    border: none;
    width: 100%;
    outline: none;
    color: #6F798B;
    padding: .8em 3em;
    font-size: 1em;
    margin: 1em 1em 0 0;
    -webkit-appearance: none;
    background: #d9d9da;
    transition: 0.5s all;
    border: 1px solid #d9d9da;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
}

.contact-form input[type="text"]::placeholder {
    color: white !important;
}

.contact-form textarea::placeholder {
    color: white !important;
}

.last-in {
    margin-right: 0 !important;
}

.contact {
    margin-bottom: 30px;
}

.contact-form input[type="submit"]:hover {
    background: transparent;
    color: #d9d9da;
    border: 1px solid #d9d9da;
}

.ofice-block {
    border: 5px double #66CDAA;
    padding: 20px;
    margin-bottom: 30px;
    margin-top: 10px;
    background: #8F7E77;
}

.ofice-img {
    width: 100%;
    height: 220px;
}

.ofice-info {
    display: flex;
    height: 220px;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-around;
    padding-left: 15px;
}

.ofice-list {
    list-style: none;
    text-align: left;
    margin: 0;
    padding: 0;
}

.ofice-cl {
    height: 220px;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: space-between;
}

.ofice-cl__block {
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
}

.ofice-btn {
    display: block;
    padding: 10px 30px;
    border: 1px solid transparent;
    border-radius: 0;
    color: #fff;
    font-size: 18px;
    text-decoration: none;
    background: #66CDAA;
    transition: all 1s;
}

.ofice-btn:hover {
    border: 1px solid #66CDAA;
    color: #66CDAA;
    background: transparent;
}

.ofice-cl__block p {
    padding: 10px;
    font-size: 20px;
    text-transform: uppercase;
    border: 3px double #66CDAA;
}

.text-block ul {
    padding: 0;
    list-style: none;
    text-align: left;
}

.ofice-img {
    border: 5px double #66CDAA;
}

.arenda-block {
    margin-bottom: 40px;
    display: flex;
    align-items: center;
}

.img-block img {
    width: 100%;
    height: 320px;
    border: 5px double #66CDAA;
}

.text-block {
    font-size: 20px;
}

.text-block i {
    padding-right: 10px;
}

.text-block ul li {
    margin-top: 5px;
}

.text-block a {
    margin-top: 2em;
    display: block;
    padding: 10px 30px;
    border: 1px solid transparent;
    border-radius: 0;
    color: #fff;
    font-size: 18px;
    text-decoration: none;
    background: #0b9e91;
    transition: all 1s;
}

.text-block a:hover {
    border: 1px solid #0b9e91;
    color: #0b9e91;
    background: transparent;
}

/******************************************************** media ********************************************************/

@media (max-width: 768px) {
    .map {
        border: none;
        width: 100%;
        height: 200px;
    }

}

@media (max-width: 425px) {
    .ofice-info {
        height: 150px;
        align-items: flex-start;
        justify-content: center;
    }

    .ofice-cl__block p {
        display: none;
    }

    .ofice-cl {
        align-items: center;
        height: auto;
    }

    .ofice-cl__block {
        width: 100%;
    }

    .ofice-btn {
        width: 100%;
    }

    .body_wrapper p.adres {
        font-size: 18px;
    }

    .footer p {
        font-size: 18px;
    }

    .navbar-default .navbar-toggle {
        border-color: #dadada;
    }

    .navbar-default .navbar-collapse, .navbar-default .navbar-form {
        border-color: #dadada;
    }

    .navbar-default {
        border-color: transparent;
        background-color: transparent;
    }

    .navbar-default .navbar-toggle .icon-bar {
        background-color: #dadada;
    }

    .navbar-nav {
        flex-direction: column;
        margin: 0;
    }

    .navbar-collapse {
        padding: 0;
    }

    .navbar-default .navbar-nav > li {
        position: relative;
        width: 100%;
    }

    .navbar-default .navbar-nav > li::before {
        position: absolute;
        content: "";
        width: 100%;
        height: 1px;
        background: #dadada;
        left: 0;
        bottom: 0;
        z-index: 99999;
    }

    .navbar-toggle {
        float: none;
        margin-left: 0;
        margin-right: 0;
    }
    .knpommm {
        padding-left: 0;
    }
}

@media (max-width: 375px) {
    .footer h3 {
        font-size: 20px;
    }

}

@media (max-width: 320px) {

    .body_wrapper p.adres {
        font-size: 19px;
    }

    .footer p {
        font-size: 19px;
    }
}