@font-face {
  font-family: "Muli-Regular";
  src: url("../fonts/muli/Muli-Regular.ttf");
}
@font-face {
  font-family: "Muli-SemiBold";
  src: url("../fonts/muli/Muli-SemiBold.ttf");
}
@font-face {
  font-family: "Poppins-Regular";
  src: url("../fonts/poppins/Poppins-Regular.ttf");
}
@font-face {
  font-family: "Poppins-Medium";
  src: url("../fonts/poppins/Poppins-Medium.ttf");
}
body {
  background-color: #FFF !important;
}

.hero-contact {
  background: linear-gradient(rgba(0, 0, 0, 0.28), rgba(0, 0, 0, 0.28)), url("../images/background-image-hero.webp") no-repeat center center fixed;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .hero-contact {
    background: none;
  }
  .hero-contact:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 711px;
    background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url(../images/background-image-hero-mobile.webp);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 0;
  }
}
.hero-contact__container {
  position: relative;
  z-index: 2;
  min-height: 860px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  padding-bottom: 26px;
  gap: 30px;
}
@media screen and (max-width: 1100px) {
  .hero-contact__container {
    padding-top: 200px;
    flex-direction: column;
    align-items: baseline;
  }
}
@media screen and (max-width: 576px) {
  .hero-contact__container {
    padding-top: 209px;
    min-height: 711px;
    height: 711px;
  }
}
.hero-contact__title {
  color: #EAEAEA;
  font-family: "Poppins-Regular";
  font-size: 64px;
  font-weight: 500;
  line-height: 112%;
  margin-bottom: 6px;
  letter-spacing: 1.6px;
  line-height: 112%;
  text-transform: uppercase;
}
@media screen and (max-width: 576px) {
  .hero-contact__title {
    font-size: 44px;
    margin-bottom: 13px;
    letter-spacing: 4px;
  }
}
.hero-contact__form {
  width: 525px;
  height: 695px;
  max-width: 100%;
}
@media screen and (max-width: 1100px) {
  .hero-contact__form {
    width: 100%;
  }
}
.hero-contact__form form {
  border-radius: 16px;
  border: 1px solid #CFCFCF;
  padding: 15px 14px;
}
@media screen and (max-width: 576px) {
  .hero-contact__form form {
    border-radius: 8px;
  }
}
.hero-contact__form .form-row {
  width: 100%;
  margin-bottom: 18px;
}
.hero-contact__form .form-row .form-wrapper {
  width: 100%;
}
@media screen and (max-width: 576px) {
  .hero-contact__form .form-row .form-wrapper {
    margin-bottom: 22px;
  }
}
.hero-contact__form .form-row .form-wrapper:first-child {
  margin-right: 0;
}
.hero-contact__form .form-row label {
  color: #232323;
  font-family: "Poppins-Medium";
  font-size: 16px;
}
@media screen and (max-width: 576px) {
  .hero-contact__form .form-row label {
    margin-bottom: 6px;
  }
}
.hero-contact__form .form-row input {
  padding: 0 16px;
  border-radius: 4px;
  border: 1px solid #A5A5A5;
  height: 44px;
  color: #232323;
  font-size: 16px;
  font-family: "Poppins-Regular";
}
.hero-contact__form .form-row input::placeholder {
  color: #A5A5A5;
  font-family: "Poppins-Regular";
  font-size: 16px;
  line-height: 100%;
}
.hero-contact__form .form__number-container {
  display: flex;
  gap: 8px;
}
.hero-contact__form .dropdown {
  display: flex;
  align-items: center;
  padding: 0 16px 0 8px;
  align-items: center;
  gap: 10px;
  border-radius: 4px;
  border: 1px solid #A5A5A5;
  height: 44px;
  width: 105px;
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9 4.75L6 7.75L3 4.75H9Z' fill='%23A5A5A5' stroke='%23A5A5A5' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: 77px;
  cursor: pointer;
}
@media screen and (max-width: 576px) {
  .hero-contact__form .dropdown {
    width: 149px;
  }
}
.hero-contact__form .dropdown img {
  width: 20px;
  height: 14px;
  margin-right: 5px;
}
.hero-contact__form .dropdown span {
  color: #232323;
  font-family: "Poppins-Regular";
  font-size: 16px;
}
.hero-contact__form .dropdown-menu {
  position: absolute;
  top: 80px;
  left: 0;
  background: #fff;
  max-height: 170px;
  width: 100%;
  max-width: 100%;
  overflow-y: auto;
  display: none;
  z-index: 999;
  padding: 8px;
  border-radius: 8px;
  border: 1px solid #A5A5A5;
}
.hero-contact__form .dropdown-item {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 8px;
  cursor: pointer;
  color: #232323;
  font-family: "Poppins-Regular";
  font-size: 16px;
}
.hero-contact__form .dropdown-item.active {
  background-color: #E3E4E1;
}
.hero-contact__form .dropdown-item:hover {
  background-color: #E3E4E1;
  border-radius: 4px;
}
.hero-contact__form .form-wrapper-message {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
@media screen and (max-width: 576px) {
  .hero-contact__form .form-wrapper-message label {
    margin-bottom: 0px;
  }
}
.hero-contact__form .phone-input-wrapper {
  margin-top: -5px;
  margin-bottom: 5px;
}
.hero-contact__form .phone-field {
  width: 380px;
}
@media screen and (max-width: 1100px) {
  .hero-contact__form .phone-field {
    width: 100%;
  }
}
.hero-contact__form .phone-field input {
  width: 100%;
  padding: 0 9px;
  color: #232323;
  font-size: 16px;
  font-family: "Poppins-Regular";
}
.hero-contact__form .form-control-message {
  padding: 16px;
  border-radius: 4px;
  border: 1px solid #A5A5A5;
  resize: none;
  height: 74px;
  width: 100%;
  color: #232323;
  font-size: 16px;
  font-family: "Poppins-Regular";
}
.hero-contact__form .form-control-message::placeholder {
  color: #A5A5A5;
  font-family: "Poppins-Regular";
  font-size: 16px;
}
.hero-contact__form .form-wrapper-message {
  width: 100%;
}
.hero-contact__form .button-container {
  padding-top: 13px;
}
.hero-contact__form .button-container button {
  width: 328px;
  max-width: 100%;
  color: #F2F1F6;
  font-family: "Poppins-Medium";
  font-size: 16px;
  display: flex;
  gap: 16px;
  justify-content: center;
  align-items: center;
  padding-right: 0;
}
.hero-contact__form .button-container button:hover {
  background-color: #C51F3A;
}
@media screen and (max-width: 576px) {
  .hero-contact__form .button-container button svg {
    display: none;
  }
}

.contact-content__container {
  padding-top: 71px;
  padding-bottom: 67px;
  display: flex;
  justify-content: space-between;
  gap: 25px;
}
@media screen and (max-width: 1100px) {
  .contact-content__container {
    flex-direction: column;
    gap: 40px;
  }
}
@media screen and (max-width: 576px) {
  .contact-content__container {
    padding-top: 340px;
    padding-bottom: 9px;
  }
}
.contact-content__text {
  width: 442px;
  max-width: 100%;
}
.contact-content__subtitle {
  color: #9C9C9C;
  font-family: "Poppins-Regular";
  font-size: 18px;
  text-transform: uppercase;
}
@media screen and (max-width: 576px) {
  .contact-content__subtitle {
    font-size: 14px;
  }
}
.contact-content__title {
  color: #232323;
  font-family: "Poppins-Regular";
  font-size: 40px;
  margin-bottom: 22px;
}
@media screen and (max-width: 576px) {
  .contact-content__title {
    font-size: 24px;
    margin-bottom: 14px;
  }
}
.contact-content__description {
  align-self: stretch;
  color: #232323;
  font-family: "Poppins-Regular";
  font-size: 18px;
  margin-bottom: 53px;
}
@media screen and (max-width: 576px) {
  .contact-content__description {
    font-size: 16px;
    margin-bottom: 39px;
  }
}
.contact-content__links {
  display: flex;
  flex-direction: column;
  gap: 43px;
  padding-left: 16px;
}
.contact-content__link {
  display: flex;
  gap: 25px;
}
.contact-content__link-content {
  display: flex;
  flex-direction: column;
  gap: 11px;
}
@media screen and (max-width: 576px) {
  .contact-content__link-icon svg {
    width: 48px;
    height: 48px;
  }
}
.contact-content__link-content h4 {
  align-self: stretch;
  color: #232323;
  font-family: "Poppins-Medium";
  font-size: 24px;
  font-weight: 500;
  line-height: 100%;
}
@media screen and (max-width: 576px) {
  .contact-content__link-content h4 {
    font-size: 14px;
  }
}
.contact-content__link-content a {
  align-self: stretch;
  color: #9C9C9C;
  font-family: "Poppins-Regular";
  font-size: 16px;
  line-height: normal;
}
@media screen and (max-width: 576px) {
  .contact-content__link-content a {
    font-size: 14px;
  }
}
.contact-content__image img {
  width: 100%;
  max-width: 100%;
}
@media screen and (max-width: 576px) {
  .contact-content__image img {
    display: none;
  }
}

/*# sourceMappingURL=contact.css.map */
