* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;

}


body {
    font-family: 'Lato', sans-serif;
}

/* NAVIGATION   NAVIGATION  NAVIGATION  NAVIGATION  NAVIGATION  NAVIGATION  NAVIGATION  NAVIGATION*/

.navbar {
    position: fixed;
    top: 0px;
    left: 50vw;
    z-index: 10;
    transform: translateX(-50vw);
    justify-content: center;
    align-items: center;
    width: 100vw;
    letter-spacing: 1px;
    background-color: #fff;
}

.navbar-container {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    height: 90px;
}

.navbar ul {
    list-style: none;
}

.navbar__left,
.navbar__right {
    display: flex;
}




.navbar li.dropdown,
.navbar a {
    display: block;
    font-size: 12px;
    letter-spacing: 2px;
    /* padding: 10px 30px; */
    color: #535252;
    text-decoration: none;
    text-transform: uppercase;
    transition: color 0.3s;
    margin: 10px 30px;
    border-bottom: 2px solid transparent;
    padding-bottom: 4px;
}

.navbar .navbar__center {
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 0px;
}

.navbar .navbar__center img {
    width: 220px;
    height: auto;
}

.navbar .navbar__center a:hover {
    border-bottom: 2px solid transparent;
}

.navbar .navbar__center--mobile {
    display: none;
    width: 150px;
    height: 70px;
}

.navbar li.dropdown:hover,
.navbar a:hover {
    color: #7F8C8D;
    border-bottom: 2px solid #7F8C8D;
}

.navbar li.dropdown {
    position: relative;
}

.navbar li.dropdown img.arrow-down {
    position: absolute;
    top: 50%;
    right: -10px;
    transform: translateY(-50%);
}

.navbar li.dropdown img.arrow-right,
.navbar .navbar__left li.go-back,
.navbar-burger-btn div.close-btn {
    display: none;
}

.navbar li.dropdown li.list-item {
    display: none;
    width: 280px;
    text-align: center;
    transition: 1s;
}

.navbar li.dropdown li.list-item a {
    padding-left: 0;
    padding-right: 0;
}

li.dropdown:hover ul {
    position: absolute;
    top: 20px;
    left: -70px;
    background-color: #fff;
    transition: 0.2s;
}

.navbar li.dropdown:hover li.list-item {
    display: block;
}

.navbar .navbar-socials {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 10px;
    display: flex;
    justify-content: center;
    align-items: center;

}

.navbar .navbar-socials a {
    display: block;
    padding: 5px;
    margin: 0;
}

.navbar .navbar-socials a i {
    font-size: 20px;
    color: #535252;
}


.navbar .navbar-socials a:first-child i {
    font-size: 16px;
}

.navbar .navbar-socials a:hover {
    border-bottom: 2px solid transparent;
}

.navbar .navbar-socials a i:hover {
    color: #7F8C8D;

}

.navbar li.dropdown-mobile {
    display: none;
}


.navbar__center--mobile a {
    padding-top: 12px;
}

.navbar .navbar__left li.go-back {
    padding-top: 30px;
}

/*NAVIGATION MENU-HAMBURGER     NAVIGATION MENU-HAMBURGER   NAVIGATION MENU-HAMBURGER   NAVIGATION MENU-HAMBURGER*/
.navbar-burger-btn {
    position: absolute;
    display: none;
    right: 0;
    top: 0;
}

.navbar-burger-btn div {
    position: absolute;
    right: 0;
    top: 18px;
    padding: 7px 14px;
    background-color: #fff;
}

.navbar-burger-btn div i {
    font-size: 20px;
    color: #535252;
}

.popup-menu-fullscreen {
    height: 100vh;
    overflow: hidden;
}



/* <!-- CONTACT-SECTION CONTACT-SECTION     CONTACT-SECTION     CONTACT-SECTION     CONTACT-SECTION     CONTACT-SECTION --> */

.contact-section {
    width: 100%;
    height: 1071px;
}

.contact-section-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(../img/kontakt/16.jpg);
    background-position: top;
    margin-top: 70px;
}

.contact-section-window {
    position: absolute;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 1042px;
    height: 320px;
    top: 40%;
    left: 50%;
    transform: translateX(-50%);
    border-top: 15px solid #7F8C8D;
    background-color: rgba(255, 255, 255, 0.9);
}



/* FORMULARZ */

.contact-setion-popup {
    position: absolute;
    top: 70%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 60%;
    padding: 30px;
    background-color: #fff;
    border-bottom: 15px solid #7F8C8D;
}

.contact-setion-popup .popup-title {
    font-family: 'Playfair display', sans-serif;
    font-weight: 400;
    font-size: 36px;
    color: #535252;
    line-height: 36px;
    text-transform: uppercase;
    text-align: center;
}


.close-popup-btn {
    position: absolute;
    top: 0;
    right: 0;
    padding: 5px;
    cursor: pointer;
}



.form-container {
    position: relative;
    width: 100%;
    margin-top: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background-color: #fff;
    padding-bottom: 50px;
}

.form-container__row {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

form .form-container .form-container__row input,
div.sesion {
    display: flex;
    /* justify-content: center; */
    align-items: center;
    border: 1px solid #999;
    border-bottom: none;
    width: 50%;
    height: 48px;
    padding: 5px;
    background-color: transparent;
}

form .form-container .form-container__row div.sesion {
    font-size: 14px;
    color: #505050;
    border-right: none;
    border-left: none;
    width: 100%;
}

form .form-container .form-container__row input.name {
    width: 100%;
}

p.sesion-title {
    margin-right: 10px;
    text-align: left;
    width: 50%;
    color: #707070;
}

select {
    color: #707070;
    width: 30vw;
    font-family: "Lato";
}


form .form-container .form-container__row input:nth-child(1) {
    border-right: none;
    border-left: none;
}

form .form-container .form-container__row input:nth-child(2) {
    border-right: none;
}

form .form-container .form-container__row:nth-child(6) input,
form .form-container .form-container__row:nth-child(7) input {
    width: 80%;
    border-right: none;
}

form .form-container .form-container__row:nth-child(7) input {
    border-bottom: 1px solid #999;
    height: 150px;
}

.form-container .send-btn {
    position: absolute;
    /* right: 30px; */
    bottom: 20px;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 15px;
    padding-right: 15px;
    font-family: 'Lato', sans-serif;
    margin-top: 10px;
    font-weight: bold;
    letter-spacing: 1px;
    cursor: pointer;
    background-color: #7F8C8D;
    text-transform: uppercase;
    border: none;
    /* border-bottom: 3px solid #7F8C8D; */
    transition: color 0.3s;
}


.send-btn {
    color: #F5F5F5
}



.form-container .send-btn:hover {
    background-color: #506560;
}


textarea.last {
    padding-top: 10px;
    padding-left: 5px;
    width: 100%;
    height: 100px;
    border-left: none;
    border-right: none;
    font-family: 'Lato', sans-serif;
    font-size: 14px;
}


.send-btn-enabled:hover {
    color: #5f706c;
}

input[type="checkbox"] {
    accent-color: #7F8C8D;
}


.privacy-policy,
.robots-wrapper {
    display: flex;
    align-items: center;
    width: 100%;
}

.robots-wrapper p,
.privacy-policy p {
    font-family: 'Lato', sans-serif;
    font-size: 14px;
    color: #505050;
    padding: 10px;
}

.privacy-policy p a {
    color: #7F8C8D;
}

.robots-wrapper input {
    width: 10%;
    padding: 5px;
}



.phone-mail-wrapper,
div.phone,
div.email {
    display: flex;
    justify-content: space-around;
    align-items: center;
    font-size: 14px;
    color: #707070;
}

div.phone,
div.email {
    text-align: left;
}

p.text-bold {
    font-weight: 400;
    padding: 0 8px;
    letter-spacing: 2px;
}

p.text a {
    color: #707070;
    text-decoration: none;
}





/* COOKIES-ALERT   COOKIES-ALERTCOOKIES-ALERT  COOKIES-ALERT */


.cookies-alert {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    height: 100px;
    border-top: 10px solid #7F8C8D;
    background-color: #fff;
}

.cookies-alert-wrapper {
    width: 90%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto;
}

.cookies-alert-wrapper p {
    width: 90%;
    padding-top: 10px;
    padding-bottom: 10px;
}

.cookies-alert-wrapper p a {
    color: #7F8C8D;
}

button.cookies-accept {
    display: block;
    padding: 10px 20px;
    cursor: pointer;
    transition: 0.1s;
}

button.cookies-accept:hover {
    background-color: #7F8C8D;
}

.cookie-hide {
    display: none;
}

.cookie-show {
    display: block;
}




/* FOOTER      FOOTER      FOOTER      FOOTER      FOOTER      FOOTER      FOOTER      FOOTER       */

.footer-wrapper {
    padding-top: 40px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    background-color: #fff;
}

.footer-socials-wrapper {
    padding-bottom: 20px;
    height: 71px;
    width: 1000px;
    border-top: 1px solid #C8C6C6;
    text-align: center;
}

.footer-socials-wrapper a {
    text-decoration: none;
    padding: 20px;
    color: #535252;
    transition: 0.3s;
    line-height: 71px;
}

.footer-socials-wrapper a:hover {
    color: #7F8C8D;
}

.footer-text-wrapper {
    text-align: center;
    height: 45px;
    line-height: 45px;
    width: 100%;
    background-color: #F5F5F5;
}

.footer-text-wrapper p {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 400;
    font-size: 10px;
    line-height: 45px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #535252;
}





@media (max-width: 601px) {



     /* NAVIGATION     NAVIGATION       NAVIGATION       NAVIGATION      NAVIGATION*/

     .navbar .navbar__center--mobile img {
        width: 180px;
        height: auto;
    }

    .navbar .navbar__center img {
        width: 180px;
        height: auto;
    }

    /* CONTACT-SECTION CONTACT-SECTION         CONTACT-SECTION         CONTACT-SECTION  */


    .contact-section {
        width: 100%;
        height: 1080px;
    }

    .contact-section-wrapper {
        background-position: 70% 50%;
    }

    .contact-setion-popup .popup-title {
        font-family: 'Playfair display', sans-serif;
        font-weight: 400;
        font-size: 18px;
        color: #535252;
        line-height: 12px;
        text-transform: uppercase;
        text-align: center;
        padding-top: 12px;
    }

    .contact-setion-popup {
        position: absolute;
        top: 70%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 90%;
        padding: 5px;
        background-color: #fff;
        border-bottom: 5px solid #7F8C8D;
    }

    .privacy-policy,
    .robots-wrapper {
        padding-left: 10px;
    }

    .phone-mail-wrapper,
    div.phone,
    div.email {
        display: block;
        /* justify-content: space-around; */
        align-items: center;
        font-size: 14px;
        color: #707070;
    }

    .phone-mail-wrapper {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .phone-mail-wrapper .phone,
    .phone-mail-wrapper .email {
        display: flex;
        justify-content: flex-start;
        align-items: flex-start;
        width: 100%;
        padding-top: 12px
    }



}





@media (max-width: 1150px) {



     /* NAVIGATION   NAVIGATION  NAVIGATION  NAVIGATION  NAVIGATION  NAVIGATION  NAVIGATION  NAVIGATION*/
     .navbar {
        position: fixed;
        width: 100vw;
        max-width: 100vw;
        overflow: hidden;
    }

    .navbar-container {
        display: none;
        flex-direction: column;
        width: 100vw;
        height: 100vh;
        background-color: #fff;
        justify-content: center;
        align-items: center;
        border: 1px solid #fff;
    }

    .navbar__center {
        position: absolute;
        top: 5px;
        left: 50%;
        transform: translateX(-50%);
    }

    .navbar__center img {
        width: 200px;
    }

    .navbar__left {
        margin-top: 80px;
    }

    .navbar__left,
    .navbar__right {
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .navbar .navbar-socials {
        position: relative;
        width: 100%;
        left: 0;
        top: 30px;
        padding: 20px;
        background-color: #fff;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .navbar__left li,
    .navbar__right li {
        display: flex;
        justify-content: center;
        align-items: center;
        height: 50px;
        width: 100%;
        background-color: #fff;
    }

    .navbar li.dropdown p {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    .navbar li.dropdown img.arrow-down {
        display: none;
    }

    .navbar li.dropdown img.arrow-right {
        display: block;
        position: absolute;
        top: 50%;
        left: 60%;
        transform: translate(-50%, -50%);
    }

    .navbar-burger-btn {
        display: block;
    }

    .navbar li.dropdown:hover li.list-item {
        display: none;
    }

    li.dropdown:hover ul,
    li.dropdown ul {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -30%);
        padding-top: 50px;
    }

    li.list-item {
        height: 40px;
    }

    li.list-item a {
        padding-top: 0;
        padding-bottom: 0;
    }

    .navbar li.dropdown:hover,
    .navbar a:hover {
        color: #7F8C8D;
        border-bottom: 2px solid transparent;
    }

    .navbar .navbar__center--mobile {
        display: flex;
        flex-direction: column;
        width: 100vw;
        max-width: 100vw;
        overflow: hidden;
        background-color: #fff;
        justify-content: center;
        align-items: center;
    }

    .navbar li.dropdown-desktop {
        display: none;
    }

    .navbar li.dropdown-mobile {
        display: block;
    }






    /* COOKIES         COOKIES         COOKIES         COOKIES      */
    .cookies-alert {
        height: 150px;
        font-size: 12px;
    }


    /* FOOTER     FOOTER     FOOTER     FOOTER     FOOTER     FOOTER     FOOTER      */


    .footer-socials-wrapper {
        padding-bottom: 20px;
        height: 71px;
        width: 100vw;
        border-top: 1px solid #C8C6C6;
        text-align: center;
    }


}

@media (min-width: 601px) and (max-width: 1150px) {




   /* NAVIGATION     NAVIGATION       NAVIGATION       NAVIGATION      NAVIGATION*/

   .navbar .navbar__center--mobile img {
    width: 180px;
    height: auto;
}

.navbar li.dropdown img.arrow-right {
    left: 55%;

}

    /* <!-- BLOG-SECTION     BLOG-SECTION    BLOG-SECTION    BLOG-SECTION    BLOG-SECTION    BLOG-SECTION --> */
    .blog-section {
        height: 50vw;
    }

    .blog-section .img-container {
        justify-content: space-around;
        width: 90vw;

    }

    .blog-section .title,
    .blog-section .offer-text {
        padding-top: 0px;
        padding-bottom: 16px;
    }

    .blog-img,
    .blog-img .blog-bg {
        width: 27vw;
        height: 35vw;
    }

    .img-container .blog-title {
        font-size: 16px;
    }

    .blog-section .title {
        font-size: 20px;
    }

    .contact-setion-popup {
        position: absolute;
        top: 70%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 80%;
        padding: 30px;
        background-color: #fff;
        border-bottom: 15px solid #7F8C8D;
    }



}


@media (max-width: 360px) {

    /* COOKIES         COOKIES         COOKIES         COOKIES      */
    .cookies-alert {
        height: 150px;
        font-size: 10px;
    }

}