body {
  margin: 0;
  font-family: 'Montserrat', sans-serif;
  color: #666;
  font-size: 15px;
  background-color: white;
}
h2{
  
  /* color: #004D9E; */
  color: #426B98;
}

.reviews h2{
  margin-bottom: 0%;
}

h4{
  margin-bottom: 0px;
}

.contact{
  display: flex;
  margin: 100px 7vw 0 7vw;
  justify-content: space-between;
}
.left-of-map{
  margin-right: 20px;
}

p{
  margin: 5px 0 5px 0;
}

p a{
  text-decoration: none;
  color: #426B98;
}

p a:hover{
  text-decoration: underline;
}
.pdf-link {
  display: flex;
  align-items: center;
  text-decoration: none;
  color: #426B98;
  font-family: Arial, sans-serif;
  /* margin-bottom: 10px; */
  border: 1px solid #666;
  border-radius: 10px;
  padding: 20px;
/*  width: 90%;*/
}

.pdf-link img {
  width: 30px; /* Задайте размеры иконки PDF */
  height: auto;
  margin-right: 10px;
}


.map {
  width: 50%;
  
}

.reviews{
  margin: 10px 7vw 0 7vw;
}

.reviews div{
  width:760px;
  height:760px;
}

@media (max-width: 800px) {
  body{
    font-size: calc(1vw + 1vh);
  }
  .contact{
    margin-top: 70px ;
    display: block;
  }

  .map{
    margin: 30px 0;
    width: 100%;
  }
  .reviews div{
    width: 100%;
  }

}