@font-face {
  font-family: 'TT Lakes';
  src: url('./fonts/TTLakes.zip-Regular.woff2') format('woff2'),
       url('./fonts/TTLakes.zip-Regular.woff') format('woff'),
       url('./fonts/TTLakes.zip-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  }

.rectangle {
  font-family: 'TTlakes', sans-serif;
  display: flex;
  align-items: flex-start;  
  justify-content: space-around;
  width: 320px;
  height: 100vh;
  background: #ffff;
  position: fixed;
  top: 0;
  left: 0;
  box-shadow:  15px 15px 17px rgba(0,0,0,0.1);
  padding: 0 20px;
}
.rectangle2 {
  font-family: 'TTlakes', sans-serif;
  padding-left: 0;
  display: flex;
  align-items: flex-start;  
  justify-content:flex-start;
  flex-direction: column;
  width: 222px;
  height: 100vh;
  background: #ffff;
  position: absolute;
  left: 0;
  top: 80px;
}
.icon__left,
.icon__right {
   width: 40px; 
   height: 40px; 
   margin-top: 10px;
  }
  .logo {
    width: 96.55px;
    height: 50.81;
    top: 18.73px;
    left: 80.73px;
    border: 0.5px;
    margin-top: 10px;
}
.menu {
  display: flex;
  align-items:flex-start;
  flex-direction: column;
  gap: 8px;
  padding-left: 0;
  align-items: flex-start; 
  padding: 0;
}
.menu__text1 {
   margin-top: 20px;
   height: 24px;
   top: 80px;
   color: #020202;
   padding: 20px;
   flex: 0 0 auto;
   padding: 5px 16px;
   border-radius: 5px;
   border: 1px solid transparent;
   background-color: #ffff;
   font-size: 14px;
   white-space: nowrap;
   cursor: pointer;
   transition: 0.3s;
}
.menu__text1:hover {
  background-color:  #b4b3b3;
  color: #504e4e; 
  border: 0.5px solid #393a3a;
  font-weight: 100;
  border-left: 4px solid #41f6d7;
}
.menu__text1--active--true {
  background-color: #fff;
  border:none;
  font-weight: 500;
}
.wrapper {
  display: flex;
  flex-direction: column;
  min-height: 100%;
}
.foot {
  padding: 10px;
  margin-top: 120px;
  display: flex;
  align-items: flex-start;  
  justify-content:space-between;
  flex-direction: row;
  background: #fff;
  gap: 20px;
}
.icon__foot {
   width: 35px; 
   height: 35px;  
     }
.foot__mail {
  font-size: 16px; 
  color: black;
  padding: 0 20px;
  margin-top: 10px;
}   
.foot__tel {
  font-size: 25px; 
  font-weight: bolder;
  color: black;
  padding: 0 20px;
  margin-top: 10px;
}       
.foot__lang {
  margin-top: 10px; 
  padding: 0 20px;
}
.contact {
  display: flex;
  justify-content: flex-start; 
  gap: 8px;
  padding: 0;
  margin: 0;
  list-style: none;
}
.contact__text {
   color: #020202;
   padding: 2px 5px;
   flex: 0 0 auto;
   border-radius: 5px;
   border: 1px solid transparent;
   background-color: #ffff;
   font-size: 14px;
   white-space: nowrap;
   cursor: pointer;
   transition: 0.3s;
}
.contact__text:hover {
  background-color:  #b4b3b3;
  color: #000; 
  border: 0.5px solid #393a3a;
  font-weight: 100;
}
.contact__text--active--true {
  background-color: #fff;
  border:none;
  font-weight: 100;
  color: #636060;
}