main {
  background-color: var(--background);
  color: var(--white);
  position: relative;
}

.body_section {
  background-color: var(--background);
  position: relative;
  padding-top: 50px;
  padding: 50px 245px 50px 245px;
  color: var(--white);
  min-height: 500px;
  width: 100%;
    /* padding-left: 50px;
    padding-right: 50px; */
  margin: 0 auto;
}

.navbarRest {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 29px;
  border-bottom: 0.5px solid #626262;
  background-color: var(--background);
  padding-right: 38px;
  padding-left: 40px;
  padding-top: 45px;
}


/* Title */
.contact_title_container {
  width: 100%;
  position: relative;
}

.contact_top_social_media {
  position: absolute;
  display: flex;
  align-items: center;
  top: 0;
  right: 0;
  display: none;
}

.contact_social_media {
  margin-right: 47px;
}

/* Form */
.contact_form_container {
  display: flex;
  justify-content: space-between;
  margin-top: 76px;
  padding-bottom: 86px;
  column-gap: 30px;
}
/* Left */
.contact_form_leftside {
  width: 602px;
  min-height: 700px;
}

.contact_adress_container {
  width: 100%;
  height: 396px;
  /* border: 1px solid var(--footerBreakLine); */
  display: flex;
  flex-direction: column;
  padding: 30px;
  justify-content: center;
  gap: 40px;
}

.contact_info_card {
  display: flex;
  align-items: center;
  height: 83px;
}

.contact_info_image {
  margin-right: 20px;
}

.contact_info_details {
  height: 83px;
  padding-left: 15.5px;
  max-width: 360px;
  border-left: 1px solid var(--footerBreakLine);
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
}

.contact_info_title {
  font-family: "Jost", "sans-serif";
  font-size: 18px;
  line-height: 26px;
  font-weight: 700;
  margin-bottom: 10px;
}

.contact_info_detail {
  font-family: "Roboto", "sans-serif";
  font-size: 16px;
  line-height: 24px;
  font-weight: 300;
  color: var(--descriptionText);
}

/* Bot side */
.contact_info_container {
  display: flex;
  flex-wrap: wrap;
  margin-top: 40.5px;
  justify-content: space-between;
}

.contact_info_card_botside {
  width: 300px;
  display: flex;
  flex-direction: column;
  margin-bottom: 30px;
}

.info_card_title {
  font-family: "Jost", "sans-serif";
  font-size: 18px;
  line-height: 26px;
  font-weight: 700;
  margin-bottom: 5px;
}

.info_card_contact {
  font-family: "Roboto", "sans-serif";
  font-size: 16px;
  line-height: 24px;
  font-weight: 300;
  color: var(--descriptionText);
}

/* Right */
.contact_form_right {
  width: 720px;
  min-height: 700px;
}

.form_title {
  font-family: "Jost", "sans-serif";
  font-size: 30px;
  line-height: 43px;
  font-weight: 700;
  margin-bottom: 40px;
}

.input {
  border: none;
  border-bottom: 1px solid var(--footerBreakLine);
  height: 55px;
  width: 100%;
  background-color: transparent;
  padding-top: 24.5px;
  padding-bottom: 24.5px;
  height: 70px;
}

.send_button {
  color: var(--white);
  width: 202px;
  height: 50px;
  border-radius: var(--borderRadiusButtons);
  background: var(--red);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  margin-top: 40px;
}

.send_button:hover {
  transform: translateY(-1px);
  transition: 0.3s;
}

.checkbox_container {
  display: flex;
  align-items: center;
  margin-top: 30px;
}

.checkbox_input {
  width: 30px;
  height: 30px;
  margin-right: 16px;
  accent-color: var(--footerBreakLine);
  border: 1px solid var(--footerBreakLine);
}

.textarea {
  height: 160px;
  resize: none;
}

.checkbox_conditions {
  font-family: "Roboto", "sans-serif";
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  color: var(--descriptionText);
}
.checkbox_conditions a{
  border-bottom: 1px solid white;
  padding-bottom: 3px;
  transition: 300ms;
}
.checkbox_conditions a:hover{
  border-bottom: 1px solid red;
}
.checkbox_conditions a:hover .conditions_highlight{
  color: red;
}
.conditions_highlight {
  color: var(--white);
  transition: 300ms;
}

.google_map {
  padding-bottom: 56px;
}
@media only screen and (max-width: 1800px){
.body_section {
    padding: 17px 5% 0;
    margin: 0 auto;
}
}
@media only screen and (max-width: 1000px) {
  .body_section {
    padding: 50px 25px;
    width: 100%;
  }
}

@media only screen and (max-width: 1000px) {
  .contact_form_container {
    flex-direction: column-reverse;
    gap: 50px;
    padding-bottom: 0;
    margin-top: 37px;
  }
  .body_section {
    padding: 15px 25px 0 25px;
  }
  .contact_top_social_media {
    display: none;
  }

  .contact_form_leftside {
    width: 100%;
  }
}
@media only screen and (max-width: 1000px) {
  .contact_form_right {
    width: 100%;
    margin-left: 0;
    max-width: 100%;
  }

  .checkbox_container {
    margin: 30px auto 0;
  }

  .send_button {
    margin: 34px auto 0;
    width: 400px;
  }

  .google_map {
    margin-bottom: 0px;
  }

}

@media only screen and (max-width: 700px) {
  .send_button {
    width: 100%;
  }
  .contact_info_container {
    justify-content: center;
  }
  .contact_info_card_botside {
    align-items: center;
  }
}
