/* When the screen is less than 600 pixels wide, hide all links, except for the first one ("Home"). Show the link that contains should open and close the topnav (.icon) */
@media screen and (max-width: 800px) {
  .topnav a {display: none;}


    .logo{
        display:none;
    }
    
    .logowhite{
        opacity: 1;
        display:inline;
        position: absolute;
        top:5;
        left:5;
    }
  
    .lang{
        float:right;
        position: absolute;
        right: 8%;
        top: 10px;
    }

    .lang a{
        padding: 10px 10px 5px 10px;
        font-size: 17px;
        color: #f2f2f2;
    }

    .picture{
        height:250px;
    }
    
    .slogan{
        margin-top: 50px;
        font-size: 3em;
        text-align: center;
        color: #ffffff;
        min-height: 20px;
        
    }

    .headoffer{
        font-size: 1.2em;
        text-align: center;
        color: #ffffff;
        min-height: 20px;
    }
    
  .title{
  font-size: 1.7em;
  }

     
   /* ABOUT MOBILE*/
    .photo{
    width: 30%;
    padding: 120px 20px 0px 30px;
  }
    
  .abouttext{   
    width: 70%;
    padding: 50px 30px 50px 0px;
  
  }
  
  .abouttitle{
    font-size: 1.6em;
  }
  

   /* CO MOBILE*/
.co--wrapper {
    display: block;
    padding: 40px 20px 10px 20px;
}
.co--picture {
    display: none;
    width: 0%;
}


.co--texts {
    width: 100%;
}

.co--head {
    text-align: center;
    padding-left: 20px;
    font-size: 1.3em;
    font-style: bold;
    color: #ff8400;
    padding-bottom: 10px;
}

.left {
    padding-left: 0%;
}

/* WHY MOBILE */


.why-wrapper {
    display: block;
 }
 
 .titleWhy{
    font-size: 1.7em;
    padding-top: 60px;
    padding-bottom:60px;
 }
 
 .why--colomn {
    width: 100%;
    padding: 0px 70px 30px 70px;
    text-align: center;
 }
 
 .why--colomn__left {
    padding-left: 0px 50px 30px 50px;
 }
 
 .why--colomn__right {
    padding-right: 0px 50px 30px 50px;
 }
 
 .textWhy{
    color: #ffffff;
    font-size:16px;
 }
 
 .whyIcon {
    display: flex;
    height: auto; 
    width: auto; 
    margin: auto;
    max-width: 100px;
 }

/*  COMMON PHOTO */

.commonPhoto{
    background-image: url("../img/commonPhoto.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    height: 250px;
    width: 100%;
}

/*  LOGO */

.logo-wrapper{
    align-items: center;
    height: 220px;
}

.logoBottom{
    display: flex;
    margin-left: auto;
    margin-right: auto;
    z-index: 1;
    width: 200px;
}

.orangeHr{
    width:90%; 
    height:2px; 
    background: #ff8400;  
    margin-top:-120px;
}

/* ORDER */

.buttonOrder {
    font-size: 20px;
  }
 
 .buttonPosition{
    padding: 50px 0 50px 0;
 }
 
 /* CONTACTS */

.block-contacts {
    display: block;
    padding-top: 0px;
}

.contacts {
    padding: 0 30px 50px 0;
    margin-left: 30px;
    margin-right: 10px;
}

.map{
    width:100%;
    height:400px;
    margin-bottom: 20px;
}

.contacts-text{
    padding: 0 30px 0 30px;
    width:100%;
}

/* CAROUSEL WEB */
.reference--block{
    display: flex;
    min-height: 250px;
    padding: 20px 0 20px 0;
}

.reference--block__left{
    width: 3%;
}

.reference--block__center{
    display: flex;
    width: 96%;
}

.reference--block__right{
    width: 3%;
}

.array{
    width: 8%;
    padding-top: 140px;
}
.array .fa {
    font-size: 30px;
    color: #d4d4d4;
}

.center--wrapper{
    width: 84%;
}

.quote__icon{
    font-size: 15px;
    width: 18%;
    text-align: center;
    color: #d4d4d4;
}

.fa-quote-left{
    padding-top: 30px;
}

.fa-quote-right{
    padding-top:300px;
}

.reference--text{
    width: 90%;
    height: 80%;
    padding-top: 10%;
}

.reference-author{
    text-align: left;
    color: #ff8400;
    font-size: 14px;
    padding: 0 0 5% 11.5%;
}

.dots .fa {
    color: #909090;
    margin: 0 5px 15px 5px;
}

.dots{
    text-align: center;
}

.dots .fa-active {
    color: #ff8400;
}

.map{
    width:100%;
    height:300px;
}

.contacts-text{
    padding: 10px 30px 0 30px;
    width:100%;
    height:250px;  
}

}