.contacts {
  margin-top: 32px;
  margin-bottom: 46px;
  display: flex;
  flex-direction: column;
  gap: 22px;
}
.contacts .contacts-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.contacts .contacts-header .title {
  font-family: Circe, sans-serife;
  font-size: 40px;
  font-weight: 800;
  line-height: 58.96px;
}
@media screen and (max-width: 1024px) {
  .contacts .contacts-header .title {
    font-family: Circe, sans-serife;
    font-size: 26px;
    font-weight: 800;
    line-height: 38.32px;
  }
}
.contacts .contacts-header .items {
  display: flex;
  flex-direction: row;
  gap: 36px;
  align-items: center;
}
.contacts .contacts-header .item {
  text-decoration: none;
  display: flex;
  flex-direction: column;
  gap: 11.33px;
  align-items: center;
  justify-content: center;
  transition: all 0.4s ease-in-out;
}
.contacts .contacts-header .item:hover {
  scale: 1.1;
}
.contacts .contacts-header .item span {
  font-family: Circe, sans-serife;
  font-size: 18px;
  font-weight: 400;
  line-height: 26.53px;
  text-align: center;
  color: #222D4A;
}
.contacts .map {
  margin-top: 22px;
  width: 100%;
  height: 405px;
}
.contacts .map iframe {
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 1024px) {
  .contacts {
    margin-top: 18px;
    margin-bottom: 0;
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
  .contacts .contacts-header {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
  }
  .contacts .contacts-header .title {
    font-family: Circe, sans-serife;
    font-size: 40px;
    font-weight: 800;
    line-height: 58.96px;
    text-transform: uppercase;
    margin-bottom: 16px;
  }
}
@media screen and (max-width: 1024px) and (max-width: 1024px) {
  .contacts .contacts-header .title {
    font-family: Circe, sans-serife;
    font-size: 26px;
    font-weight: 800;
    line-height: 38.32px;
  }
}
@media screen and (max-width: 1024px) {
  .contacts .contacts-header .items {
    display: flex;
    flex-direction: column;
    gap: 16px;
    align-items: center;
  }
}
@media screen and (max-width: 1024px) {
  .contacts .contacts-header .item {
    text-decoration: none;
    display: flex;
    flex-direction: column;
    gap: 8px;
    align-items: center;
    justify-content: center;
  }
  .contacts .contacts-header .item span {
    font-family: Circe, sans-serife;
    font-size: 18px;
    font-weight: 400;
    line-height: 26.53px;
    text-align: center;
    color: #222D4A;
  }
}
@media screen and (max-width: 1024px) {
  .contacts .map {
    margin-top: 24px;
    width: 100%;
    height: 405px;
  }
  .contacts .map iframe {
    width: 100%;
    height: 100%;
  }
}
