body{
  color: #000000;
	font-size: 16px;
  font-family: 'Roboto', sans-serif; 
  font-weight: bold;
  padding: 0;
  margin: 0;
 } 
/*Верхняя надпись*/
.wrapper{
  margin-top: 3.75rem;
}
header{
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  flex-direction: row;
  padding: 0.6rem 1.9rem;
  height: 2.5rem;
  z-index: 2;
  background: #ffffff;
}
.left_up{
  width: 100%;
}
.rigtn_up{
  width: 100%;
  text-align: right;
  }
.logo{
  color: #000000;
  text-decoration: none;
}
.logo_funktion{
  display: block;
  padding-left: 1.7rem;
  font-size: 14px;
}
.contact{
  text-decoration: none;
  font-size: 13px;
  color: #000000;
  transition: .1s linear;
  }
.contact:hover{
    color: darkgrey;
  }
.languageSelect {
  padding: 0;
  display: inline-flex;
  flex-direction: column;
  text-transform: uppercase;
  width: 27px;
  height: 24px;
  overflow: hidden;
  cursor: pointer;
  font-size: 12px;
  line-height: 16px;
  }
  .languageSelect li {
  text-align: center;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  order: 2;
  padding: 3px 1px;
  border: 1px solid #ccc;
  background-color: #fafafa;
  }
  .languageSelect li:hover {
  cursor: pointer;
  background: rgba(163, 156, 156, 0.589);
  }
  .languageSelect.open {
  height: auto;
  }
  .languageSelect li.active {
  order: 1;
  pointer-events: none;
  }
  .iconNav{
    display: none;
    position: absolute;
    left: 0;
    top: 50%;
    margin: -20px 0;
    line-height: 40px;
    width: 55px;
    height: 40px;
    text-align: center;
    cursor: pointer;
  } 
  .iconSearch{
    cursor: pointer;
  }
  .searchInput{
    border: none;
    width: 0;
    margin: 0 10px 0 0;
    border-bottom: 0px solid #a3a19f;
  }
  input:focus{
    outline: none;
  }
  /*Обнуление поиска*/
  .clear{
    position: absolute;
    right: 180px;
    top: 22px;
    display: none;
  }
  /*Вывод результата поиска*/
  .searchResultsContainer{
    display: none;
    top: 42px;
    right: 90px;
    position: absolute;
    width: 240px;
    flex-direction: column;
    margin-top: 10px;
    border-radius: 4px;
    background-color: #ffffff;
    border: 1px solid #dedede;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
  }
  .ResultsContainer{
    padding: 15px;
    overflow-x: hidden;
    overflow-y: auto;
  }
  .quantity{
    text-align: left;
    text-transform: uppercase;
    font-size: 0.7rem;
    color: rgb(163, 161, 159);
  }
  .tablResults{
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    width: 100%;
  }
  .infoTablResults{
    list-style-type: none;
    padding: 3px 
    }
  .linkTablResults{
    text-decoration: none;
    color: #000;
    display: flex;
    align-items: center;
  }
  .fotoTablResults{
    width: 50px;
    height:auto;
  }
  .nameTablResults{
    margin-left: 4px;
    font-size: 0.65rem;
  }
/*Левый ВСЕ*/
nav{
  position: fixed;
  top: 46px;
  left: 0;
  bottom: 0;
  overflow: auto;
  padding: 0px 10px 0 10px;
  background: #ffffff;  
  width: 130px;
}
/*поездки*/
.info{
    font-size: 13px;
    font-weight: bold;
    padding : 0 0 0 10px;
    margin: 0;
    color: #000000;
    text-decoration: none;
}
.navTop{
  font-size: 13px;
  line-height: 1.6;
  font-weight: bold;
  list-style-type: none;
  margin: 0;
  padding: 0 0 0 20px;
 }
 .navBottom{
  font-size: 13px;
  line-height: 1.6;
  font-weight: bold;
  list-style-type: none;
  padding: 0 0 0 20px;
 }
.sheet-inner-content-1{
  color: #000000;
  text-decoration: none;
  transition: .1s linear;
}
.sheet-inner-content-1:hover{
    color: darkgrey;
    display: block;
}
.nameTablResults:hover{
  color: darkgrey;
  display: block;
}

/*соцсети*/
.content2{
  padding-top: 15px;
}
.inner-content-2{
  min-height: 25px;
  background: #ffffff;
}
.social {display: inline-block;}
.social a {
  display: block;
  width: 20px;
  height: 20px;
  margin-left: 5px;
  text-align: center;
  color: #000;
  background: #fff;
  border: 1px solid #ccc;
  box-shadow: 0 2px 4px rgba(0,0,0,0.15), inset 0 0 50px rgba(0,0,0,0.1);
}
.social a:hover {color: #fff;}
.social svg {
  margin-top: 0px;
  width: 10px;
  height: 10px;
}
.facebook a:hover {background: #3b5998;}
.instagram a:hover {background: #3f729b;}
.linkedin a:hover {background: #0e76a8;}
.twitter a:hover {background: #00acee;}

/*copiring*/
.content3{
  padding-top: 15px;
}
.inner-content-3{
  min-height: 20px;
  background: #ffffff;
  font-size: 14px;
  padding-left: 5px;
  color: #000000;
  text-decoration: none;
  transition: .1s linear;
  cursor: pointer;
}
.inner-content-3:hover{
    color: darkgrey;
}
/*Media запрос*/
@media screen and (max-width:750px){
    nav {
      display: none;
    }
    .clear{
      right: 100px;
    }
    .iconKontakt{display: none;}
    .iconNav{display: block;}
    .left_up{padding-left: 21px;} 
    .logo_funktion{padding-left: 0px;}
}
@media screen and (max-width:535px) {
    .left_up{width: auto;}
    .rigtn_up{}
}
@media screen and (max-width:500px){
  /*Menu rigtn*/
  .rigtn_up{
    width: 100%;
    text-align: right;
  }
}
