 .fade-in {
    opacity: 0;
    transform: translateY(100px);
    transition: opacity 2ms ease-out, transform 1s ease-out;
  }

  .fade-in.visible {
    opacity: 1;
    transform: translateY(0px);
  }
@media screen and (max-width: 1000px) {
  .contact {
    width: 90vw;
    margin-left: 5vw;
    margin: 50px auto;
  }

  .contact-data {
    width: 90vw;
  }

  h1 {
    font-size: 5vw;
    margin-bottom: 50px;
  }

  h3 {
    font-size: 4vw;
    transform: scaleY(1.3);
    margin-top: 35px;
  }

  h4 {
    font-size: 3.5vw;
    transform: scaleY(1.3);
    font-weight: bolder;
    margin-top: 40px;
  }

  p {
    font-size: 3vw;
  }

  .contacts-b a {
    font-size: 3.5vw;
  }

  .contacts-b a i {
    font-size: 3.5vw;
  }

  .chbd {
    width: 49%;
    min-height: 50px;
    border: 0;
  }

  .chbd a {
    font-size: 3vw;
    font-weight: 600;
    color: white;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI",
      Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue",
      sans-serif;
  }

  .cdcd {
    margin-top: -25px;
  }

  .map {
    display: none;
  }

  .map-mob {
    width: 100vw;
  }
}

@media screen and (min-width: 1000px) {
  .contact {
    width: 90vw;
    margin-left: 5vw;
    margin-top: 20px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-bottom: 70px;
  }

  .contact-data {
    width: 50%;
  }

  .map {
    width: 48%;
    height: 500px;
    margin-top: 80px;
    margin-left: 2%;
  }

  h1 {
    font-size: 3vw;
    margin-bottom: 50px;
  }

  h3 {
    font-size: 1.8vw;
    transform: scaleY(1.3);
    margin-top: 35px;
  }

  h4 {
    font-size: 2vw;
    transform: scaleY(1.3);
    font-weight: bolder;
    margin-top: 40px;
  }

  p {
    font-size: 1.6vw;
    font-weight: bold;
    font-style: normal;
    margin-top: 15px;
    padding-left: 15px;
  }

  .contacts-b {
    margin-bottom: 13px;
    padding-left: 15px;
  }

  .contacts-b a {
    font-size: 1.5vw;
  }

  .contacts-b a i {
    font-size: 2vw;
  }

  .chbd {
    width: 49%;
    min-height: 50px;
    border: 0;
  }

  .chbd a {
    font-size: 1.5vw;
    font-weight: 600;
    color: white;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI",
      Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue",
      sans-serif;
  }

  .map-mob {
    display: none;
  }
}

h1 {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-weight: 600;
  color: rgb(0, 0, 224);
  margin-bottom: 20px; 
  background: none;
}

h3 {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-weight: 600;
  color: rgb(32, 32, 131);
  margin-bottom: 15px; 
  background: none;
}

h4 {
  font-family: Georgia, "Times New Roman", Times, serif;
  color: rgb(75, 7, 107);
  margin-bottom: 10px; 
  background: none;
}

p {
  font-family: Arial, Helvetica, sans-serif;
  color: rgb(47, 25, 82);
  font-weight: 500;
  margin-bottom: 30px;
  margin-left: 10px; 
  background: none;
}

.contacts-b {
  border: 0;
  background: none;
  margin-top: 10px; 
  background: none;
}

a {
  text-decoration: none;
  color: black; 
  background: none;
}

.gp {
  height: 15px; 
  background: none;
}

.contacts-b a i {
  margin-right: 15px; 
}