.section1 {
  padding: 30px 0 80px;
}

.section1-wrap {
  margin-top: 105px;
}

.section1-wrap-forma {
  max-width: 355px;
  width: 100%;
  margin-right: 95px;
}

.contact-us__title-wrap {
  position: relative;
}

.section1-square {
  width: 35px;
  height: 35px;
  background: #009ee0;
  position: absolute;
  top: -20px;
  left: 0;
}

.contact-us__title {
  position: relative;
}

.section1-wrap-right {
  border-left: 0.5px solid rgba(11, 11, 11, 0.5);
  max-width: 943px;
  width: 100%;
}

.section1-wrap-right-title {
  font-size: 50px;
  line-height: 170%;
  /* identical to box height, or 85px */
  color: #000000;
  text-transform: uppercase;
  padding-left: 55px;
  padding-bottom: 20px;
  border-bottom: 0.5px solid rgba(11, 11, 11, 0.5);
}

.section1-wrap-right-title span {
  display: flex;
  width: 100%;
  justify-content: center;
}

.section1-wrap-right-bottom {
  margin-top: 27px;
  padding-left: 20px;
}

.section1-wrap-right-bottom-title {
  font-weight: bold;
  font-size: 25px;
  line-height: 140%;
  letter-spacing: 0.05em;
  color: #161515;
}

.section1-wrap-right-bottom-wrap {
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
  padding-top: 30px;
}

.section1-wrap-right-bottom-item {
  width: 21%;
  position: relative;
}

.section1-wrap-right-bottom-item:after {
  content: "";
  display: block;
  position: absolute;
  width: 0.5px;
  height: 135px;
  background-color: rgba(11, 11, 11, 0.5);
  top: -32px;
  right: -15px;
}

.section1-wrap-right-bottom-item:nth-child(2) {
  width: 23%;
}

.section1-wrap-right-bottom-item:last-child {
  width: 42%;
}

.section1-wrap-right-bottom-item p a {
  font-size: 16px;
  line-height: 130%;
  /* identical to box height, or 21px */

  letter-spacing: 0.05em;
  margin-bottom: 5px;
  color: #000000;
}

.section-map {
  padding: 50px 0 100px;
}

.section-map-title {
  font-weight: bold;
  font-size: 25px;
  line-height: 160%;
  /* identical to box height, or 40px */
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-bottom: 20px;
  color: #000000;
}

/* ============= 1899px ====================================================== */
@media screen and (max-width: 1899px) {
  .section1-wrap {
    margin-top: 65px;
  }

  .section1-wrap-right-bottom-item {
    width: 20%;
  }

  .section1-wrap-right-bottom-item:nth-child(2) {
    width: 20%;
  }

  .section1-wrap-right-bottom-item:after {
    right: -30px;
  }

  .section1-wrap-right-bottom-item:last-child {
    width: 48%;
  }
}

/* ============= /1899px ====================================================== */

/* ============= 1529px ====================================================== */
@media screen and (max-width: 1529px) {
  .section1-wrap-right-title {
    font-size: 40px;
  }

  .section1-wrap-forma {
    margin-right: 20px;
  }

  .section1-wrap-right-bottom-item p a {
    font-size: 13px;
  }

  .section1-wrap-right-bottom-item:after {
    height: 115px;
    right: -15px;
  }

  .section-map {
    padding: 0 0 90px;
  }
}

/* ============= /1529px ====================================================== */

/* ============= 1024px ====================================================== */
@media screen and (max-width: 1024px) {
  .section1-wrap-forma {
    max-width: 290px;
  }

  .section1-wrap-right-title {
    font-size: 20px;
  }

  .section1-wrap-right-bottom-wrap {
    flex-direction: column;
  }

  .section1-wrap-right-bottom-item {
    width: 100%;
    margin-bottom: 20px;
  }

  .section1-wrap-right-bottom-item:nth-child(1) {
    padding-bottom: 10px;
    border-bottom: 0.5px solid rgba(11, 11, 11, 0.5);
  }

  .section1-wrap-right-bottom-item:nth-child(2) {
    width: 100%;
    display: flex;
    order: 3;
  }
  .section1-wrap-right-bottom-item:nth-child(3) {
    width: 100%;
    display: flex;
    flex-direction: column;
    order: 2;
    border-bottom: 0.5px solid rgba(11, 11, 11, 0.5);
    padding-bottom: 10px;
    border-bottom: 0.5px solid rgba(11, 11, 11, 0.5);
  }

  .section1-wrap-right-bottom-item p {
    margin-bottom: 15px;
  }
}

/* ============= 768px ====================================================== */
@media screen and (max-width: 768px) {
  .section1-wrap {
    flex-direction: column;
  }

  .section1-wrap-right {
    border-left: none;
    margin-top: 40px;
  }

  .section-map-title {
    font-size: 20px;
  }

  .section1-wrap-right-bottom-title {
    font-size: 20px;
  }

  .section1-wrap-right-bottom-wrap {
    margin-top: 0;
  }

  .section1-wrap-right-bottom {
    padding-left: 0;
  }

  form#form-home {
    margin-top: 30px;
  }

  .section1-wrap-forma {
    margin-right: 0;
    max-width: 100%;
  }
}
