.page_header {
  background: url(../assets/images/cont-hero.png);
  background-position: top;
  background-size: cover;
  min-height: auto;
  padding-bottom: 193px;
}

.header_left .header_title h1 {
  font-size: 85.63px;
  font-weight: 600;
  line-height: 90.9px;
  letter-spacing: -2%;
  text-align: left;
}

.header_left {
  padding-top: 140px;
}

.header_content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.cont_decss {
  border-radius: 23.04px;
  padding: 25px 18px;
  width: 100%;
  backdrop-filter: blur(23.04px);
  background: rgba(255, 255, 255, 0.05);
  display: flex;
  align-items: center;
}

.cont_decss_item_icon {
  flex: 0 0 64px;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.w_h {
  background: rgb(255, 255, 255);
}
.cont_decss_item p {
  color: rgb(255, 255, 255);
  font-family: Montserrat;
  font-size: 20.74px;
  font-weight: 500;
  line-height: 33.41px;
  letter-spacing: -2%;
  text-align: left;
}
.cont_decss_item span {
  color: rgb(151, 151, 151);
  font-family: Montserrat;
  font-size: 18.44px;
  font-weight: 400;
  line-height: 21.89px;
  letter-spacing: -2%;
  text-align: left;
}
.cont_decss_item {
  display: flex;
  align-items: center;
  gap: 12px;
}

.line {
  border: 1.15px solid rgba(229, 229, 229, 0.17);
  height: 58px;
  margin: 0 28px 0 22px;
}

.addr {
  background: rgb(25, 98, 100);
}
.addr img {
  width: 25.35px;
}

.contact_form {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-top: 70px;
  border-radius: 20px;
  width: 501px;
  backdrop-filter: blur(50px);
  background: rgba(255, 255, 255, 0.05);
  padding: 30px 45px 40px;
}

.contact_form_title h3 {
  color: rgb(255, 255, 255);
  font-family: Montserrat;
  font-size: 40px;
  font-weight: 600;
  line-height: 51.04px;
  letter-spacing: -1.65px;
  text-align: left;
  margin-bottom: 16px;
}
.contact_form_title p {
  color: rgb(255, 255, 255);
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 400;
  line-height: 27px;
  letter-spacing: -2%;
  text-align: left;
}

.form {
  margin-top: 60px;
}
.form_inputs {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  margin-bottom: 30px;
}

.form_input {
  width: 100%;
}
.form_input input,
.form_input textarea {
  width: 100%;
  height: 40px;
  border-bottom: 2px solid rgb(25, 98, 100);
  background: transparent;
  color: #fff;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 400;
  line-height: 27px;
  letter-spacing: -2%;
  text-align: left;
}
.form_input input::placeholder,
.form_input textarea::placeholder {
  color: rgb(185, 185, 185);
}

.form_input textarea {
  height: 175px;
  resize: none;
}

.send_form {
  width: 100%;
  margin-top: 50px;
}

footer {
  margin-top: 0;
}
@media only screen and (max-width: 1550px) {
  .header_left {
    padding-top: 110px;
  }
  .header_left .header_title h1 {
    margin-top: 0;
    font-size: 67.78px;
    font-weight: 600;
    line-height: 71.96px;
    margin-bottom: 30px;
  }
  .header_left .header_title p {
    margin-bottom: 28px;
  }

  .cont_decss {
    padding: 20px 15px;
    border-radius: 18.24px;
  }

  .line {
    height: 46.52px;
    margin-left: 18px;
    margin-right: 22px;
  }
  .cont_decss_item_icon {
    flex: 0 0 51px;
    width: 51px;
    height: 51px;
  }
  .cont_decss_item_icon img {
    width: 26px;
  }
  .cont_decss_item p {
    font-size: 16.42px;
    font-weight: 500;
    line-height: 26.45px;
  }
  .cont_decss_item span {
    font-size: 14.59px;
    font-weight: 400;
    line-height: 17.33px;
  }
  .contact_form {
    width: 396px;
    border-radius: 15.83px;
    padding: 22px 40px 30px;
  }
  .contact_form_title h3 {
    font-size: 31.66px;
    font-weight: 600;
    line-height: 40.4px;
    margin-bottom: 12px;
  }
  .contact_form_title p {
    font-size: 12.67px;
font-weight: 400;
line-height: 21.37px;
  }
  .form_input input, .form_input textarea {
    font-size: 12.67px;
  }
  .send_form {
    margin-top: 40px;
  }
  .form_input textarea {
    height: 136px;
  }
  .form_inputs {
    margin-bottom: 25px;
  }
  .form {
    margin-top: 50px;
  }
  .page_header {
    padding-bottom: 152px;
  }
}

@media only screen and (max-width: 991px) {
  .contact_form {
    margin-top: 0;
    padding: 20px;
    width: 100%;
  }

  .header_content {
    flex-direction: column;
    gap: 30px;
  }
}

@media only screen and (max-width: 550px) {
  .contacts_header .header_left {
    width: 100%;
    padding-top: 60px;
  }
  .header_left .header_title h1 {
    font-size: 30px;
    line-height: 130%;
  }
  .cont_decss {
    flex-direction: column;
    padding: 15px;
    width: 100%;
    align-items: start;
    gap: 20px;
  }
  .cont_decss_item p {
    font-size: 15px;
  }
  .cont_decss_item span {
    font-size: 14px;
  }
  .header_left .header_title p {
    margin-bottom: 20px;
  }
  .line {
    display: none;
  }
  .cont_decss_item_icon {
    /* width: 30%; */
    max-width: 64px;
  }
  .cont_decss_item div:nth-child(2) {
    width: 70%;
  }
  .contact_form_title h3 {
    font-size: 25px;
    line-height: 130%;
    margin-bottom: 10px;
  }
  .form {
    margin-top: 30px;
  }
  .form_inputs {
    flex-direction: column;
    gap: 20px;
    margin-bottom: 20px;
  }
  .form_input textarea {
    height: 130px;
  }

  .send_form {
    margin-top: 30px;
    height: 50px;
  }
  .page_header {
    padding-bottom: 50px;
  }
}
