body {
line-height: 1.1;
margin: 0;
font-family: 'Montserrat', sans-serif;
}


* {box-sizing: border-box;}


header {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
//  background-color: #FFEB3B;
  padding: 10px 20px;
}

.wrap-logo {
  display: flex;
  align-items: center;
 
}
header a.logo {
  font-size: 25px;
  font-weight: bold;
}
/*
header a {
  color: #212121;
  padding: 12px;
  text-decoration: none;
  font-size: 18px; 
  border-radius: 4px;
}

header a:hover {
  background-color: #FBC02D;
  color: #212121;
}

header a.active {
  background-color: #FBC02D;
}

*/

nav {
  display: flex;
  align-items: center;
  }

//--------------------

.change-color-link{
  color: #1d3b47; /* Цвет ссылки */
  text-decoration: none;
  -webkit-transition: all 0.4s ease;
          transition: all 0.4s ease; /* Время изменения цвета */
}

.change-color-link:hover{
  color: #00658f; /* Меняем цвет ссылки */
}

.logo{  
  width: 100%;
}

.nazv0{  
font-family: Montserrat; 
  letter-spacing: 0.01rem; 
	line-height: 1.4rem;
  font-size: 0.99rem;

}

.nazv{  
  font-family: Montserrat; 
  letter-spacing: 0.01rem; 
line-height: 1.4rem;
font-weight: 500;
}

.nazv2{  
  font-family: Montserrat; 
  letter-spacing: 0.01rem; 
  font-size: 0.93rem; 
font-weight: 300;
}