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

.contact__form__item label, .contact__form__item.-kvkk p,
.contact__form__item.-kvkk a {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
}

.contact__item h4, .contact__item__title,
.contact__item h3 {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
}

.contact {
  display: flex;
  justify-content: center;
  flex-direction: row;
  align-items: flex-start;
  width: 100%;
  background: linear-gradient(to right, #ffffff 50%, rgba(0, 166, 255, 0.05) 50.32%, rgba(0, 119, 180, 0.05) 75%, rgba(0, 70, 108, 0.05) 100%);
}
.contact__container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 90px 90px 90px 0;
  width: 100%;
  max-width: 1176px;
}
.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: 430px;
}
.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,
.contact__form__item.-parent-invalid textarea {
  border: 1px solid hsl(357, 74%, 53%);
  box-shadow: 0px 7px 22px -12px hsl(357, 74%, 53%);
}
.contact__form__item.-kvkk {
  margin: 30px 0;
}
.contact__form__item.-kvkk p,
.contact__form__item.-kvkk a {
  font-size: 0.813rem;
  line-height: 1;
  margin: 0;
}
.contact__form__item__requirement {
  display: none;
  position: absolute;
  top: 2px;
  right: 0;
  color: hsl(357, 74%, 53%);
  font-size: 0.8125rem;
  line-height: 1.3rem;
}
.contact__form__item label {
  margin: 0 0 10px 0;
  color: #4c4f52;
  font-size: 0.938rem;
  font-weight: 300;
  line-height: 1;
  letter-spacing: 0;
}
.contact__form__item input {
  margin: 0 0 25px 0;
  padding: 21px 20px;
  width: 100%;
  background-color: #f2f9fc;
  border: 1px solid #c0d6e1;
  border-radius: 4px;
  box-shadow: none;
  transition: box-shadow 0.4s, border 0.4s;
}
.contact__form__item input:focus {
  border: 1px solid #0154a3;
  box-shadow: 0px 7px 22px -12px #0154a3;
}
.contact__form__item input.-invalid + .contact__form__item__requirement {
  display: flex;
}
.contact__form__item input[type=file] {
  padding: 0.5rem;
}
.contact__form__item input[type=file]::file-selector-button {
  background-color: #c4d9ec;
  border: 0;
  color: #fff;
  padding: 1rem;
  text-transform: uppercase;
}
.contact__form__item textarea {
  padding: 21px 20px;
  width: 100%;
  background-color: #f2f9fc;
  border: 1px solid #c0d6e1;
  border-radius: 4px;
  box-shadow: none;
  transition: box-shadow 0.4s, border 0.4s;
  resize: none;
}
.contact__form__item textarea:focus {
  border: 1px solid #0154a3;
  box-shadow: 0px 7px 22px -12px #0154a3;
}
.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: 60px;
  background: linear-gradient(315deg, #00a6ff 0.32%, #0077b4 48.98%, #00466c 100%);
  border: 1px solid #dbdddf;
  border-radius: 4px;
  color: #fff;
  font-size: 0.875rem;
  line-height: 1.4rem;
  font-weight: 500;
  text-transform: uppercase;
  transition: background-color 0.4s, color 0.4s;
  cursor: pointer;
}
.contact__form__button:hover {
  background-color: #bdc7d1;
  color: #fff;
}
.contact__item {
  display: flex;
  flex-direction: column;
  margin: 0 0 60px 0;
}
.contact__item__title,
.contact__item h3 {
  color: #2d3549;
  font-size: 1.375rem;
  line-height: 1;
  letter-spacing: 0;
  margin: 0 0 5px 0;
}
.contact__item h4 {
  margin: 12px 0 3px 0;
  font-size: 1rem;
  line-height: 1.5;
  color: #4c4f52;
}
.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;
  padding: 8px;
  width: 36px;
  height: 36px;
  background-color: #fff;
  border: 1px solid #e8ecf0;
  border-radius: 4px;
  transition: background-color 0.4s;
}
.contact__item__image {
  -o-object-fit: contain;
     object-fit: contain;
}
.contact__item strong {
  font-weight: 500;
}
@media only screen and (max-width: 1247px) {
  .contact__container {
    padding: 67px;
    border: 0;
  }
}
@media only screen and (max-width: 1024px) {
  :root {
    --blank-value: 50px;
  }
}
@media only screen and (max-width: 909px) {
  .contact {
    background: linear-gradient(to top, #ffffff 55%, rgba(0, 166, 255, 0.05) 50.32%, rgba(0, 119, 180, 0.05) 75%, rgba(0, 70, 108, 0.05) 100%);
    background-size: 100%;
    background-position: top;
  }
  .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__container {
    padding: 67px 24px 67px 24px;
  }
}
@media only screen and (max-width: 479px) {
  .contact {
    background: linear-gradient(to top, #ffffff 53%, rgba(0, 166, 255, 0.05) 50.32%, rgba(0, 119, 180, 0.05) 75%, rgba(0, 70, 108, 0.05) 100%);
  }
}