:root {
  --blank-value: 80px;
}

.contact {
  display: flex;
  justify-content: center;
  flex-direction: row;
  align-items: flex-start;
  width: 100%;
}
.contact-hero {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 218px;
  background: linear-gradient(279deg, rgb(178, 225, 230) 0%, rgb(88, 148, 197) 35%, rgb(123, 120, 166) 100%);
}
.contact-hero__container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0 54px;
  width: 100%;
  max-width: 1280px;
  min-height: inherit;
  border-left: 1px solid #6e76a2;
  border-right: 1px solid #9ac8d4;
}
.contact-hero__sub {
  margin: 0;
  color: #ffffff;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 19.2px;
  line-height: 1.2rem;
  font-weight: 400;
  text-transform: uppercase;
}
.contact-hero__title {
  margin: 0;
  color: #ffffff;
  font-size: 38px;
  font-size: 2.375rem;
  line-height: 60.8px;
  line-height: 3.8rem;
  font-weight: 600;
}
.contact__container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 90px 155px 130px 155px;
  width: 100%;
  max-width: 1280px;
  border-left: 1px solid #eeeeee;
  border-right: 1px solid #eeeeee;
}
.contact__container__item {
  display: flex;
  flex-direction: column;
  padding: 10px 0;
  width: 50%;
  height: auto;
}
.contact__container__item:first-child {
  max-width: 475px;
}
.contact__container__item:last-child {
  margin: 0 0 0 40px;
  max-width: 390px;
}
.contact__form {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.contact__form__item {
  position: relative;
  display: flex;
  flex-direction: column;
}
.contact__form__item.-parent-invalid input {
  border: 1px solid red;
  box-shadow: 0px 7px 22px -12px red;
}
.contact__form__item.-parent-invalid textarea {
  border: 1px solid red;
  box-shadow: 0px 7px 22px -12px red;
}
.contact__form__item.-kvkk {
  margin: 12px 0 0 0;
}
.contact__form__item.-kvkk p, .contact__form__item.-kvkk a {
  margin: 0;
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 20.8px;
  line-height: 1.3rem;
}
.contact__form__item__requirement {
  display: none;
  position: absolute;
  top: 2px;
  right: 0;
  color: red;
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 20.8px;
  line-height: 1.3rem;
}
.contact__form__item label {
  margin: 0 0 10px 0;
  color: #181818;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 22.4px;
  line-height: 1.4rem;
  font-weight: 600;
}
.contact__form__item input {
  margin: 0 0 25px 0;
  padding: 21px 20px;
  width: 100%;
  background-color: #f7f9fa;
  border: 1px solid #e8ecf0;
  box-shadow: none;
  transition: box-shadow 0.4s, border 0.4s;
}
.contact__form__item input:focus {
  border: 1px solid #1a7ce0;
  box-shadow: 0px 7px 22px -12px #1a7ce0;
}
.contact__form__item input.-invalid + .contact__form__item__requirement {
  display: flex;
}
.contact__form__item textarea {
  padding: 21px 20px;
  width: 100%;
  background-color: #f7f9fa;
  border: 1px solid #e8ecf0;
  box-shadow: none;
  transition: box-shadow 0.4s, border 0.4s;
  resize: none;
}
.contact__form__item textarea:focus {
  border: 1px solid #1a7ce0;
  box-shadow: 0px 7px 22px -12px #1a7ce0;
}
.contact__form__item textarea.-invalid + .contact__form__item__requirement {
  display: flex;
}
.contact__form__button {
  margin: 40px 0 0 0;
  width: 100%;
  max-width: 157px;
  height: 46px;
  background-color: white;
  border: 1px solid #dbdddf;
  color: #181818;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 22.4px;
  line-height: 1.4rem;
  font-weight: 600;
  transition: background-color 0.4s, color 0.4s;
  cursor: pointer;
}
.contact__form__button:hover {
  background-color: #bdc7d1;
  color: #ffffff;
}
.contact__item {
  display: flex;
  flex-direction: column;
  margin: 0 0 60px 0;
}
.contact__item__title {
  color: #181818;
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 35.2px;
  line-height: 2.2rem;
  font-weight: 600;
}
.contact__item__info {
  display: flex;
  flex-direction: row;
  margin: 0 0 10px 0;
}
.contact__item__info a {
  color: #4c4f52;
  text-decoration: none;
  transition: color 0.4s;
}
.contact__item__info a:hover {
  color: #0154a3;
}
.contact__item__info svg {
  display: flex;
  flex-shrink: 0;
  margin: 5px 4px 0 0;
  width: 100%;
  max-width: 22px;
}
.contact__item__social {
  display: flex;
  flex-direction: row;
  width: 100%;
}
.contact__item__icon {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 6px 0 0;
  width: 36px;
  height: 36px;
  background-color: #e8ecf0;
  border: 1px solid #eeeeee;
  transition: background-color 0.4s;
}
.contact__item__image {
  -o-object-fit: contain;
     object-fit: contain;
}
@media only screen and (max-width: 1024px) {
  :root {
    --blank-value: 50px;
  }
  .contact-hero__container {
    border: 0;
  }
  .contact__container {
    padding: 67px;
    border: 0;
  }
}
@media only screen and (max-width: 909px) {
  .contact__container {
    flex-direction: column-reverse;
  }
  .contact__container__item:first-child {
    width: 100%;
    max-width: none;
  }
  .contact__container__item:last-child {
    margin: 0;
    width: 100%;
    max-width: none;
  }
  .contact__item__info {
    margin: 0 0 20px 0;
  }
}
@media only screen and (max-width: 639px) {
  .contact-hero__title {
    font-size: 30px;
    font-size: 1.875rem;
    line-height: 48px;
    line-height: 3rem;
    text-align: center;
  }
  .contact__container {
    padding: 67px 24px 67px 24px;
  }
}