.homeSLiderContainer-contact {
  background: #fff;
  width: 100%;
}
.homeSLider-contact {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.leftContainer-contact {
  width: 50%;
  height: auto;
  display: block;
}
.container-WordOrder {
  width: 100%;
  height: auto;
  display: block;

  padding-bottom: 40px;
}

.topContainerTitle-contact {
  font-family: var(--font-family-roboto);
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
  /* or 144% */
  color: #ffffff;
}

.topContainer-contact {
  width: 80%;
  height: auto;
  background: #22ae49;

  position: relative;
  top: 9%;
  left: 10%;
  padding: 20px 0px;

  margin-bottom: 120px;
}

.topContainerUpper-contact {
  width: 681px;
  height: auto;
  position: relative;
  top: 13%;
  left: 8%;
  padding-left: 10px;
}
.topContainerUpperTitle-contact {
    margin-top: -100px;
    padding: 20px;
  font-family: var(--font-family-roboto);
  font-style: normal;
  font-weight: 700;
  font-size: 48px;
  line-height: 56px;

  letter-spacing: 2px;
  text-transform: uppercase;

  color: #ffffff;
}
.leftContainer-contactMobile {
  display: none;
}

.fieldContainer-contact {
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: start;

  padding: 10px 27px;
}
.fieldLabel-contact {
  color: #fff;
  font-family: var(--font-family-roboto);
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: 26px;

  padding-bottom: 5px;
}

.checkboxContainer {
  display: flex;
  align-items: start;
  justify-content: center;
  gap: 10px;
}

.fieldLabel-checkbox {
  padding-bottom: 10px;

  color: #fff;
  font-family: var(--font-family-roboto);
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.aknowledgement {
  padding: 0px 32px;

  color: #fff;
  font-family: var(--font-family-roboto);
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.fieldInput-contact {
  display: flex;
  padding: 8px 10px;
  align-items: center;
  gap: 8px;
  align-self: stretch;

  color: #111;
  font-family: var(--font-family-roboto);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.fieldInputArea-contact {
  resize: none;
  height: 120px;
}

.contactFromButton {
  background: #ff8201;
  width: 90%;
  height: 45px;
  border-radius: 23px;
  border: 2px;
  color: #fff;

  font-family: var(--font-family-roboto);
  font-style: normal;
  font-weight: 900;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  letter-spacing: 1.55556px;
  text-transform: uppercase;

  cursor: pointer;

  margin-left: 5%;
  margin-top: 10px;
}

.contactFromButton-WorkOrder {
  background: #ff8201;
  width: 30%;
  height: 45px;
  border-radius: 23px;
  border: 2px;
  color: #fff;

  font-family: var(--font-family-roboto);
  font-style: normal;
  font-weight: 900;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  letter-spacing: 1.55556px;
  text-transform: uppercase;

  cursor: pointer;

  margin-left: 5%;
  margin-top: 10px;
}

.buttonContainer-WorkOrder {
  width: auto;
  height: auto;
  display: flex;
  align-items: end;
  justify-items: end;
}

.contactSubmitButtonContainer {
  display: flex;
  align-items: center;
  justify-content: center;
}

/* right part */

.rightContainer-contact {
  width: 50%;
  height: auto;
  background: #22ae49;

  padding: 64px;
}

.rightTopContainer-contract {
  display: flex;
  flex-direction: row;
}
.rightTopContainerLeft-contract {
  width: 50%;
}
.rightTopContainerRight-contract {
  width: 50%;
}
.rightTopContainerTitle-contract {
  color: #fff;
  /* H5 Black */
  font-family: var(--font-family-roboto);
  font-size: 20.8px;
  font-style: normal;
  font-weight: 900;
  line-height: 160%; /* 33.28px */

  margin-block-start: 0em;
  margin-block-end: 0em;
}
.rightTopContainer-contract p {
  color: #fff;
  font-feature-settings: "clig" off, "liga" off;
  /* Body Bold */
  font-family: var(--font-family-roboto);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%; /* 25.6px */

  margin-block-start: 0.5em;
  margin-block-end: 0.5em;
}
.logoTitle-contract {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: left;
  gap: 10px;
}
.contract-vl {
  margin-left: 10%;
  margin-right: 10%;
  border-left: 1px solid #d9d9d9;
}
.rightBottomContainer-contract {
  padding-top: 32px;
}
.rightMapContainer {
  position: relative;
}
.rightMapContainer iframe {
  height: 450px;
  width: 100%;
  left: 0;
  top: 0;
}
.rightContainerBottomInnfo-contact {
  color: #fff;
  font-feature-settings: "clig" off, "liga" off;
  /* Body Regular */
  font-family: var(--font-family-roboto);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%; /* 25.6px */

  padding-top: 16px;
}
.rightContainerBottomInnfo-contact p {
  margin-block-start: 0em;
  margin-block-end: 0em;
}
.mobileShow-contact {
  display: none;
}
@media screen and (max-width: 767px) {
  .mobileShow-contact {
    display: block;
  }
  .homeSLider-contact {
    flex-direction: column;
  }
  .leftContainer-contact {
    width: auto;
    height: auto;
  }
  .rightContainer-contact {
    width: auto;
    height: auto;

    padding: 20px;
  }
  .rightTopContainer-contract {
    display: flex;
    flex-direction: column;
  }
  .topContainerUpperTitle-contact {
    margin-top: 10px;
    padding: 0px;

    text-align: center;
    font-size: 38.4px;
    font-style: normal;
    font-weight: 700;
    line-height: 144.444%; /* 55.467px */
    letter-spacing: 2px;
    text-transform: uppercase;
  }
  .topContainer-contact {
    width: 90%;
    height: auto;
    background: #22ae49;

    position: relative;
    top: 15%;
    left: 5%;
    margin-bottom: 20px;
  }

  .rightTopContainerLeft-contract {
    width: 100%;

    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .rightTopContainerRight-contract {
    width: 100%;

    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .fieldLabel-contact {
    color: #fff;
    font-family: var(--font-family-roboto);
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 26px;
  }

  .fieldInput-contact {
    display: flex;
    padding: 8px 8px;
    align-items: center;
    gap: 2px;
    align-self: stretch;

    color: #111;
    font-family: var(--font-family-roboto);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }

  .topContainerUpper-contact {
    width: 80%;
  }

  .contactFromButton-WorkOrder {
    width: 90%;
  }
}
