.map {
  width: 100%;
}

.map_d {
  display: block;
}

.map_m {
  display: none;
}

.map__map__mob {
  display: none;
}

.map__map {
  width: 100%;
  justify-content: space-between;
  display: flex;
  width: 100%;
  gap: 80px;
}

.map__content__item__big {
  font-family: Onest;
  font-weight: 600;
  font-style: SemiBold;
  font-size: 84px;
  line-height: 100%;
  letter-spacing: 0%;
  vertical-align: middle;
  color: rgba(45, 45, 45, 1);
}

.map__content__item__middle {
  font-family: Onest;
  font-weight: 600;
  font-style: SemiBold;
  font-size: 24px;
  line-height: 100%;
  letter-spacing: 0%;
  vertical-align: middle;
  color: rgba(99, 105, 124, 1);
}

.map__content__item {
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: baseline;
}

.map__content {
  display: flex;
  flex-direction: column;
  gap: 40px;
  align-items: baseline;
  font-family: Onest;
  font-weight: 500;
  font-style: Medium;
  font-size: 16px;
  line-height: 140%;
  letter-spacing: 4%;
  color: rgba(99, 105, 124, 1);
}

.map__map iframe {
  width: 100%;
  height: 600px;
  max-width: 1060px;
}

.map__content__item__nav {
  display: flex;
  gap: 10px;
  align-items: center;
  color: rgba(99, 105, 124, 1);
  text-decoration: none;
}

.map__content__item__button {
  font-family: Onest;
  font-weight: 700;
  font-style: Bold;
  font-size: 18px;
  line-height: 100%;
  letter-spacing: 0%;
  text-transform: uppercase;
  color: white;
  text-decoration: none;
  background-color: rgba(45, 45, 45, 1);
  padding: 23px;
  width: 100%;
  text-align: center;
  box-sizing: border-box;
}

@media (max-width: 1550px) {
  .map__map iframe {
    width: 100%;
    height: 600px;
    max-width: 800px;
  }

  .map__content {
    min-width: 350px;
  }

  .map__map {
    gap: 40px;
  }
}

@media (max-width: 900px) {
  .map__map>iframe {
    display: none;
  }

  .deskt__map__i {
    display: none;
  }

  .map__content__item {
    width: 100%;
  }

  .map__map__mob {
    display: block;
    width: 100%;
  }

  .map__content {
    min-width: 350px;
    width: 100%;
  }

  .map__content__item__big {
    margin: 0 auto;
    font-size: 48px;
  }

  .map__map__mob iframe {
    display: block;
    width: 100%;
    height: 300px;
    max-width: 100%;
  }
}

@media (max-width: 769px) {
  .map {
    order: -4;
    margin-top: 10px;
  }

  .map__content__item__big {
    margin-bottom: 10px;
  }
}

@media (max-width: 550px) {
  .map {
    background-color: white;
    padding: 20px;
    box-sizing: border-box;
    padding-top: 32px;
    margin-top: 25px;
  }

  .map_m {
    display: block;
  }

  .map_d {
    display: none;
  }

  .map__content {
    gap: 20px;
    min-width: unset;
  }

  .map__content__item__big {
    font-size: 24px;
    margin-bottom: 10px;
  }

  .map__map__mob iframe {
    display: block;
    width: 100%;
    height: 200px;
    max-width: 100%;
  }
}