/****** COLORS ******/
#contact-old #container .s1 .bg a {
  display: block;
  width: 100%;
  height: 100%;
}

#contact-old #container .s1 > div:nth-child(2) p {
  margin-top: 2.65rem;
  color: #282828;
}

#contact-old #container .s1 > div:nth-child(2) h4 {
  letter-spacing: 0.42rem;
  color: #282828;
}

#contact-old #container .s1 > div:nth-child(2) a {
  color: #282828;
  display: block;
  margin-top: 1.8rem;
  transition: color .3s ease;
}

#contact-old #container .s1 > div:nth-child(2) a span {
  font-weight: 400;
}

#contact-old #container .s1 > div:nth-child(2) a:hover {
  color: #050A28;
}

#contact-old #container .s2 {
  padding: 7.2rem 1rem;
  display: -webkit-flexbox;
  display: -ms-flexbox;
  display: flex;
  text-align: left;
  overflow: hidden;
}

#contact-old #container .s2 > div {
  width: 100%;
  position: relative;
}

#contact-old #container .s2 .left > div {
  max-width: 636px;
  position: absolute;
  right: 0;
}

#contact-old #container .s2 .left h2 {
  margin-bottom: 1rem;
}

#contact-old #container .s2 .right > div {
  width: 100%;
  max-width: 578px;
  position: relative;
  left: 3.8rem;
}

#contact-old #container .s2 .right h4 {
  letter-spacing: 0.42rem;
  margin-bottom: 1rem;
}

#contact-old #container .s2 .right form {
  width: 100%;
}

#contact-old #container .s2 .right form input.hidhp {
  display: none;
}

#contact-old #container .s2 .right form input {
  width: 100%;
  display: block;
  font-family: "Noto Sans", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 0.95rem;
  line-height: 1.4rem;
  color: #052944;
  border: none;
  border: none;
  padding: 20px;
  -webkit-appearance: none;
  margin-bottom: 12px;
  background: #F7F9FA;
}

#contact-old #container .s2 .right form ::placeholder {
  font-family: "Noto Sans", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 0.95rem;
  line-height: 1.4rem;
  text-transform: uppercase;
  letter-spacing: 1.8px;
  color: #052944;
}

#contact-old #container .s2 .right form textarea {
  display: block;
  width: 100%;
  height: 160px;
  font-family: "Noto Sans", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 0.95rem;
  line-height: 1.4rem;
  color: #052944;
  background: #F7F9FA;
  border: none;
  padding: 20px;
  background: #F7F9FA;
  -webkit-appearance: none;
  margin-bottom: 2rem;
  resize: none;
}

#contact-old #container .s2 .right form input:focus, #contact-old #container .s2 .right form textarea:focus, #contact-old #container .s2 .right form button:focus, #contact-old #container .s2 .right form select:focus {
  outline: none;
}

#contact-old #container .s2 .right form input:focus::placeholder, #contact-old #container .s2 .right form textarea:focus::placeholder, #contact-old #container .s2 .right form button:focus::placeholder, #contact-old #container .s2 .right form select:focus::placeholder {
  opacity: 0;
}

#contact-old #container .s2 .right form .submit-btn {
  width: 61px;
  height: 61px;
  background: url(/i/right-arrow.png) no-repeat center/contain;
  border: none;
  cursor: pointer;
  margin-top: 2rem;
}

#contact-old #container .s2 .right .response {
  margin-top: 2rem;
  text-align: center;
}

@media screen and (max-width: 1300px) {
  #contact-old #container .s2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  #contact-old #container .s2 > div {
    width: 100%;
  }
  #contact-old #container .s2 .left {
    margin-bottom: 3rem;
  }
  #contact-old #container .s2 .left > div {
    position: relative;
  }
  #contact-old #container .s2 .right > div {
    max-width: none;
    left: 0;
  }
  #contact-old #container .s2 .right form {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  #contact-old #container .s2 {
    padding: 5rem 1rem 3rem 1rem;
  }
}
