*,
*::after,
*::before{

 box-sizing:inherit;
}



html {
    overflow: scroll;
    overflow-x: hidden;
}
::-webkit-scrollbar {
    width: 0px;  /* remove scrollbar space */
    background: transparent;  /* optional: just make scrollbar invisible */
}
/* optional: show position indicator in red */
::-webkit-scrollbar-thumb {
    background: #FF0000;
}


html{

    box-sizing: border-box;

}

body{
       margin: 0;
       font-size: 18px;
       line-height:1.5;
       font-weight: 300;
       color: grey;
       /*font-family:"TTTravels",Helvetica,Arial,sans-serif;*/
       word-break:normal;
       font-family: 'Fira Code Retina ', sans-serif;
       /*font-family:'Work Sans','Arial','Segoe UI','Helvetica Neue';*/

}
a{
    text-decoration: none;
    color: inherit;
    display:inline-block;
}

div{
   display: block;
}

.button{
    text-transform: uppercase;
    border: 1px solid #fff;
    font-size: 18px;
    line-height: 21px;
    padding: 20px 45px;

    background-color:transparent ;
    cursor: pointer;
    color:inherit;


}
/*.big-container{

    margin:0 auto ;
    padding: 0 10px;

}*/
.super-container{
    max-width: 1220px;
    margin:0 auto ;
    padding: 0 10px;

}

.menu__item-latkrans{
    display:none;
}


.menu__btn{
    border: 3px solid olivedrab;
    display:none;
    width: 40px;
    height: 20px;
    flex-direction: column;
    justify-content: space-between;
}
.mobile-nav,.menu__close{
    display:none;
}


.menu__close-sign{

    display:none;


}

.menu__btn span{
    background-color: black;
    height: 2px;
    width: 100%;
}


.container{
    max-width: 1220px;
    margin:0 auto ;
    padding: 0 10px;

}

.header{
    background-image: url(/public/assets/images/latkrans5.png);

    margin-bottom:150px;
    background-position:center;
    background-repeat: no-repeat;
    background-size: cover;


}
.header__inner {

    display: flex;
    flex-direction: column;
    justify-content:space-between;
    min-height: 100vh;

}
.header__top{

    width:100%;
}

.header__top-net{
      padding: 0 1px;
      background-color:#C0C0C0;
      width:100%;
      opacity:0.7;
      height:150px;

    display: flex;
    justify-content:space-around;
    align-items: center;

}

.login-img{
            -webkit-filter: brightness(100%);
            filter: brightness(100%);

}
.header__top-gallery{

    max-width:1200px ;
    height:250px ;
    display: flex;
    justify-content:space-around;
    align-items: center;

}
.menu{

  margin-right: 500px;
}

.menu__list{
    display: flex;
    padding-left: 150px;

}
.menu__item{
    margin-right: 30px;
    color:black;

}
.menu__link{
    text-transform: uppercase;
    font-size:20px ;
    line-height:18px ;
    transition: color .5s;
}
.menu__link:hover{
    color: red;
}

.header__content{
    max-width: 900px;
}
.header__title{
    color:black;
    font-family: 'Fira Code Retina ', sans-serif;
    line-height: 60px;
    margin-bottom: 0px;
    font-size:45px;
    font-weight: 700;
    margin-left:350px;
    width:1100px;

}

.header__btn{
    margin-top:15px ;
    font-size: 24px;
    line-height: 29px;
    text-transform: uppercase;
    text-align: center;
    width: 100%;
    border: 1px solid whitesmoke;
    padding: 15px 10px 16px ;
}

.header__slogan{

    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #117a8b;
    height:150px;
    padding-bottom:10px ;
}
.header__slogan-item p{
    font-size:20px;
    color:#ffffff;
    text-align:center;
    padding-top: 15px;

}
.header__slogan-item-btn{
    margin-left:50px;
    margin-top: 20px;
}

.header__btn-slogan{
    margin-top:15px ;
    font-size: 24px;
    line-height: 29px;
    text-transform: uppercase;
    text-align: center;
    width: 100%;
    border: 1px solid whitesmoke;
    padding: 15px 10px 16px ;

}
/*-----------------------------------------------------------------*/

.maps{
    max-width: 1220px;

    padding: 0 10px;
    border-radius: 2px;

    margin-left:50px ;
    margin-top:50px;
    margin-bottom: 30px;

}
.title{
    display: block;
    font-size: 35px;
    text-align: center;
    margin-top:70px;

    margin-bottom: 50px;

}

/*-----------------------------------------------------------------*/

.title-contact{
    max-width: 100%;
    display: block;
    font-size: 35px;
    text-align: center;
    margin-bottom: 50px;

}

.contacts__inner{
    display: flex;
    justify-content: space-between;
}

.contacts__list {
list-style: none;
}

.contacts__item {
    margin-bottom: 20px;
}

/**************************************************************************************************************/

.wrap {
    max-width: 650px;
    width: 90%;
    margin-bottom: 25px;
}

/*********************************************************************************************************/

/***********************************************************************/

.footer{
    background-color: #117a8b;
    background-size: cover;
    background-position: center;
    height:250px ;
    color: #fff;
}


.footer-gallery{
    background-color: #117a8b;
    background-size: cover;
    background-position: center;
    height:250px ;
    color: #fff;
}





.footer__top{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 25px;


}

.menu-footer{
   margin-top:50px;
   margin-left: 300px;

}

.menu__list-footer{

    padding-right: 200px;
    width: 900px;
    display: flex;
    justify-content: space-between;

}


/****************************************************/

.menu__list-link-footer{
   color: white;
}



.footer .menu__list{
    list-style: none;
}

.footer .menu__list-link{
    color: white;
}

.footer__social{
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: center;
}
.footer__social-link{
    margin: 0 15px;
}

.menu__btn{
    display: none;
}

.copyrightbottom{
    color:white;
    text-align: center;
    font-size: 12px;
    margin-top:30px;
}

#cookie_notification{
    display: none;
    justify-content: space-between;
    align-items: flex-end;
    position: fixed;
    bottom: 15px;
    left: 50%;
    width: 900px;
    max-width: 90%;
    transform: translateX(-50%);
    padding: 25px;
    background-color: white;
    border-radius: 4px;
    box-shadow: 2px 3px 10px rgba(0, 0, 0, 0.4);
}

#cookie_notification p{
    margin: 0;
    font-size: 0.7rem;
    text-align: left;
    color:darkred;
}



@media (min-width: 576px){
    #cookie_notification.show{
        display: flex;
    }
    .cookie_accept{
        margin: 0 0 0 25px;
    }
}

@media (max-width: 575px){
    #cookie_notification.show{
        display: block;
        text-align: left;
    }
    .cookie_accept{
        margin: 10px 0 0 0;
    }
}



/***************************  adaptive   **********************************************************/
.mbr-gallery-item--p0{
    margin-bottom: 10px;
}



/***************************  adaptive gallery  **********************************************************/

.header__top-gallery{

margin-left: 300px;


}

@media (max-width:1590px) {

    .mbr-gallery-layout-default{

        display: flex;
        flex-direction: column;

    }


    .header__top-gallery{
        display: none;
    }


}

@media (max-width:1200px) {




    .mbr-gallery-layout-default{
          margin-right:400px ;
    }

}

@media (max-width:900px) {

    .header__top-gallery{
        display: none;
    }

    .mbr-gallery-layout-default{

        margin-left:-50px;

    }

}

@media (max-width:800px) {

    .mbr-gallery-layout-default{

        margin-left:-100px;

    }
    .footer-gallery{
        display: none;
    }
}


@media (max-width:450px) {


    .mbr-gallery-item img{

        width: 360px;
        height: 360px;
    }

    .footer-gallery{
        display: none;
    }


}


/***************************  adaptive all  **********************************************************/


@media(max-width: 1465px){
    .menu{
        padding-left:50px ;
    }
    .login{
        margin-left: 100px;
    }
}



@media(max-width: 1400px){

    .container-slogan{

        width: 100%;
    }

}
@media(max-width: 1220px){
    body{

     margin-right: 0;
    }

    .header{
     display:block;
     margin-right:0;


    }

    .menu__item-latkrans li{

    }

    .login{


        margin-left: 150px;
    }

    .menu{
        width: 500px;

        padding-left:5px ;
    }
    .menu__list{
        width: 500px;

        padding-left:5px ;
    }

    .menu__item a {
    font-size: 15px;
    font-weight: 500;
}

}


@media(max-width: 1140px) {

    .menu__list{

      display: none;
    }

    .menu__btn{

        display: block;

        margin-left:350px ;
    }
    .mobile-nav,.menu__close{
        display:none;
    }


    .map{
        max-width: 1130px;
        margin:0 auto ;
        padding: 0 10px;

        margin-top:100px;
        margin-bottom: 100px;

    }

}

@media(max-width: 1000px){

    .menu__close-sign{

        display: block;
        margin-left: 500px;


    }


    .login{
        display: none;

    }



    .menu__list{

        position:absolute ;
        top: 0;
        left: 0;
        right:0 ;
        width: 630px;
        height:350px ;

        background-color:lightgrey;
        display: block;
        text-align: center;


        margin-left:230px ;
        margin-right:auto;
    }


    .menu__close-btn{

        position: absolute;
        top:20px;
        right:20px;

    }

    .menu__item-latkrans{
        display:flex;
        margin-left: 220px;

        height: 80px;
        margin-bottom: 25px;
    }

    .maps{
        max-width:700px;
        margin:0 auto ;
        padding: 0 10px;

        margin-top:100px;
        margin-bottom: 100px;

    }


    .footer__top{

        padding: 0;

    }

    .menu-footer{


        margin-left: 170px;

    }


}

@media(max-width: 905px) {



    .contacts__inner{
        display: block;
        text-align:center;
        background-color:wheat;
        margin-left: 10px;
        margin-right:10px ;
    }

    .wrap{

        margin-left:100px;
        padding-bottom: 20px;
    }

    .menu__list{
        position: absolute;
        transform: translateX(-20%);
    }


    .menu__list-link-footer{

     display: none;

    }

    .map{
        max-width:800px;

    }

}

@media(max-width: 850px) {

    .menu__btn{
        display: none;
    }

      .menu__list{
          height: 800px;
      }




    .mobile-nav,.menu__close-btn{
        display: block;
    }



    .maps{

        margin-top:20px;
        margin-bottom:5px;


    }


    .title{

        font-size: 25px;


    }


    .title-contact{

        font-size: 25px;
        margin-top:10px ;

    }

    .menu__list{

        height: 650px;

        opacity: 0.8;
    }


    .map{
        max-width: 800px;
        margin:0 auto ;
        padding: 0 10px;


        margin-top:100px;
        margin-bottom: 100px;

    }



    .wrap{
        padding-right:100px;

    }

    /********/


    .menu__item{
        margin-bottom: 10px;
        font-size: 24px;
        font-family: 'Cormorant',serif;
    }
    .mobile-menu{
        padding-top: 60px;
        margin:  60px 30px;
        border-top: 1px black;
    }



    .menu{

        order: -1;
        margin-right: 0;
    }


    .login{
        margin-left: auto;
        margin-right: auto;
    }

}
@media(max-width: 768px) {


    .wrap{
        padding-right: 150px;

    }

    .menu__list{

        height: 450px;
        margin-left: 150px;
        opacity: 0.8;
    }

}
@media(max-width: 640px) {

    .menu__list{
        width: 480px;
        margin-left: 150px;
    }

}



@media(max-width: 600px) {
    .container{
        padding-left: 0;
        padding-right: 0;

    }

    .header{

        background-position:right;
    }




    .header__inner{
        padding-left: 0;
        padding-right: 0;

    }



    .map{
        max-width:600px;
        margin:0 auto ;
        padding: 0 10px;

        margin-top:100px;
        margin-bottom: 100px;

    }



    .menu__item-latkrans{

        margin-left:150px;

    }

    .menu__list-footer{
        font-size: 15px;

        position: absolute;
        transform: translateX(-20%);

    }
    .menu__item{

        margin-bottom: 15px;
    }


    .menu__list-link-footer{

        color:white ;
        font-size:20px ;

    }


}

@media (max-width: 570px) {


    .header{

        max-width: 570px
    }

    .menu__list{

         max-width: 450px;

         margin-left:150px ;
         margin-right:auto;
    }
    .header__slogan-item-btn{

        margin-right: 20px;

    }

    }

    @media(max-width: 520px) {


        .menu__item-latkrans{


            margin-left:80px

        }

        .menu__list{

            max-width: 350px;

            margin-left:150px ;
            margin-right:auto;
        }


        .menu ul{
            flex-flow: column wrap;

        }

        .header__slogan-item-btn{

          display: none;

        }


        .maps{
        width: 100%;
    }

    .header__top{
        align-items: stretch;
        flex-wrap: wrap;
        justify-content:center;
        text-align: center;


    }
        .header__slogan-item-btn{

            margin-left:120px;

        }



 .wrap{

     padding-right: 150px;
 }


}





@media(max-width:480px) {



    .header__btn-slogan {
     font-size:15px ;


    }


    .wrap{

        padding-right:100px;
    }

    form {

       background-color: #a71d2a;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        max-width:300px;
    }


    .footer{

        height: 200px;
    }

    .footer__top {
        height:20px;
        margin-top: 0;
        padding-top:0;

    }


    .footer__social{
      font-size: 12px;

      flex-direction: column;


    }

    .copyrightbottom{

        font-size: 8px;


    }
    
}

@media(max-width:440px) {

    .header__slogan-item-btn{
        max-width:500px;
        height: auto;
    }

    .menu__list{

        max-width:400px;
        margin-left:100px ;
        margin-right:auto;
    }

    .title{
        color: #a71d2a;

        font-size:20px ;
    }
    .title-contact{
        font-size:20px ;
        color: #a71d2a;
    }


    form{

        background-color: #1c7430;
        max-width:300px;
    }

    .wrap{

        margin-left:70px;
    }




}


@media(max-width:430px) {


    .menu__list{


        margin-left:110px ;
        margin-right:auto;
    }



    .header__slogan-item p {
    font-size: 15px;
    }

    form{


        max-width:300px;
    }

    .wrap{

      margin-left:70px;
    }




}
@media(max-width:360px) {
    form{


        max-width:300px;
    }

    .wrap{

       margin-left: 30px;
    }


}


@media(max-width:360px) {


    .menu__item-latkrans{


        margin-left:115px

    }

    .menu__list{

        max-width:420px;
        margin-left:50px ;
        margin-right:auto;
    }



    .menu__list-footer{
        display: none;
    }

    .footer{

    }

    form{


        max-width:300px;
    }

    .wrap{


        margin-left: 70px;
    }


}

/**************************************************************************/






















