.contacts {
  position: relative;
  width: 100%;
  background: #4C9EAA;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 168px 0%;
}

.intl-tel-input .country-list{
  z-index: 99 !important;
}

.contact-phone-field {
  padding: 15px 15px 15px 50px !important;
}

.flag-container {
  height: 60px !important;
  top: 17px !important;
}


.contacts .contacts-col-one {
  position: relative;
}
.contacts .waves {
  opacity: 0.5;
  transform: translate(-33%, 175%);
  -webkit-transform: translate(-33%, 175%);
  -moz-transform: translate(-33%, 175%);
  -ms-transform: translate(-33%, 175%);
  -o-transform: translate(-33%, 175%);
}
.contacts .background {
  position: absolute;
  background: #F7F5F2;
  height: inherit;
  width: 30%;
  right: 0;
}
.contacts .contacts-first-text {
  font-family: Oswald, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  line-height: 160%;
  color: #F7F5F2;
  margin-top: 0;
}
.contacts .contacts-title {
  margin-top: 0;
  font-family: Axis Extra, sans-serif;
  font-style: normal;
  font-weight: 800;
  font-size: 80px;
  line-height: 120%;
  color: #FFFFFF;
}
.contacts .socialFacebook {
  display: flex;
  justify-content: space-between;
  width: 170px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #FFFFFF;
  font-family: Oswald, sans-serif;
  font-size: 24px;
}
.contacts .socialFacebook > div {
  height: 64px;
  width: 64px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: white;
}
.contacts .socialFacebook > div > img {
  height: 20px;
  width: 20px;
  left: 2px;
  top: 2px;
  border-radius: 0px;
}
.contacts .contact-form {
  padding: 10%;
  height: auto;
  background: white;
  min-height: 600px;
}
.contacts .main-text-button {
  justify-content: center !important;
  width: -moz-available !important;
  width: -webkit-fill-available !important;
  width: fill-available !important;
}
.contacts .contact-text .title {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Axis Extra, sans-serif;
  font-style: normal;
  font-weight: 800;
  font-size: 40px;
  line-height: 120%;
  color: #231F20;
}
.contacts .contact-text .description, .contact-form .description_to_hide {
  font-family: Oswald, sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 18px;
  line-height: 160%;
  color: #5C6668;
  margin-bottom: 0;
}
.contacts .contact-inputs {
  margin-top: 56px;
  display: flex;
  flex-direction: column;
  width: 100%;
  height: auto;
}
.contacts .contact-inputs .placeholder-box {
  display: block;
  position: relative;
}
.contacts .contact-inputs .placeholder-box input {
  margin-top: 16px !important;
  font-family: Oswald, sans-serif;
  background: #f7f5f2;
  border: 0px;
  padding: 15px;
  font-style: normal;
  font-weight: 300;
  font-size: 18px;
  width: -moz-available;
  width: -webkit-fill-available;
  width: fill-available;
  line-height: 160%;
  color: black;
  border: 1px solid transparent;
}
.contacts .contact-inputs .placeholder-text {
  display: block;
  width: 100%;
  position: absolute;
  font-size: 18px;
  bottom: 0px;
  color: #5C6668;
  cursor: text;
  user-select: none;
  padding: 15px;
}
.contacts .placeholder-box.with-textarea .placeholder-text {
  top: 16px;
}
.contacts .placeholder-box.with-textarea textarea {
  margin-top: 16px;
  font-family: Oswald, sans-serif;
  background: #F7F5F2;
  width: -moz-available;
  width: -webkit-fill-available;
  width: fill-available;
  height: 128px;
  resize: none;
  border: 0px;
  padding: 15px;
  font-style: normal;
  font-weight: 300;
  font-size: 18px;
  line-height: 160%;
  color: #5C6668;
  outline: none;
  border: 1px solid transparent;
}
.contacts .placeholder-box.with-textarea textarea:focus {
  border: 1px solid #82776C;
}
.contacts .placeholder-box.with-textarea textarea:focus::-webkit-input-placeholder {
  color: transparent;
}
.contacts .contact-input {
  margin-top: 16px;
  font-family: Oswald, sans-serif;
  background: #F7F5F2;
  border: 0px;
  padding: 15px;
  font-style: normal;
  font-weight: 300;
  font-size: 18px;
  line-height: 160%;
  color: #5C6668;
}
.contacts .contact-input:focus {
  border: 1px solid #82776C;
}
.contacts .contact-checkbox-input {
  display: flex;
  margin-top: 29px;
}
.contacts .control {
  display: block;
  position: relative;
  padding-left: 30px;
  margin-bottom: 15px;
  cursor: pointer;
  margin-top: 2px;
  font-size: 18px;
}
.contacts .control input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.contacts .control__indicator {
  position: absolute;
  top: 2px;
  left: 0;
  height: 24px;
  width: 24px;
  background: #e6e6e6;
}
.contacts .control--radio .control__indicator {
  border-radius: 50%;
}
.contacts .control:hover input ~ .control__indicator,
.contacts .control input:focus ~ .control__indicator {
  background: #ccc;
}
.contacts .control input:checked ~ .control__indicator {
  background: #2aa1c0;
}
.contacts .control:hover input:not([disabled]):checked ~ .control__indicator,
.contacts .control input:checked:focus ~ .control__indicator {
  background: #0e647d;
}
.contacts .control input:disabled ~ .control__indicator {
  background: #e6e6e6;
  opacity: 0.6;
  pointer-events: none;
}
.contacts .control__indicator:after {
  content: "";
  position: absolute;
  display: none;
}
.contacts .control input:checked ~ .control__indicator:after {
  display: block;
}
.contacts .control--checkbox .control__indicator:after {
  left: 9px;
  top: 3px;
  width: 5px;
  height: 13px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.contacts .control--checkbox input:disabled ~ .control__indicator:after {
  border-color: #7b7b7b;
}
.contacts .description-refs {
  margin-left: 10px;
}
.contacts .description-refs .description {
  margin-top: 0;
  margin-bottom: 0;
  color: #5C6668;
}
.contacts .description-refs .refs > span > a {
  color: #5C6668;
}
.contacts button.contact-submit-button {
  cursor: pointer;
  font-family: Oswald, sans-serif;
  background: #4C9EAA;
  font-size: 20px;
  border-radius: 2px;
  font-weight: 300;
  width: 100%;
  height: 70px;
  border: 0px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 16px 18px;
  color: white;
  margin-top: 50px;
}
.contacts button.contact-submit-button:hover {
  border: 1px solid #428B96;
  background: #4C9EAA;
  color: white;
}
.contacts .contact-submit-button .button-decoration {
  margin-left: 20px;
  cursor: pointer;
}
.contacts .refs {
  width: 240px;
  display: flex;
  justify-content: space-between;
}
@media screen and (min-width: 1560px) {
  .contacts .waves {
    transform: translate(-33%, 130%);
  }
}
@media screen and (max-width: 1560px) {
  .contacts .contacts-title {
    font-size: 5.15vw;
  }
}
@media screen and (max-width: 990px) {
  .contacts .contacts-title {
    font-size: 76px;
    line-height: 120%;
  }
  .contacts .waves {
    display: none;
  }
  .contacts .contact-form {
    padding: 5%;
    width: 100%;
    height: auto;
    background: white;
    margin-top: 76px;
  }
}
@media screen and (max-width: 576px) {
  .contacts {
    padding-top: 86px;
    padding-bottom: 70px;
  }
  .contacts .contacts-first-text {
    font-size: 20px;
  }
  .contacts .contacts-title {
    font-size: 40px;
  }
  .contacts .waves {
    display: none;
  }
  .contacts .contact-form {
    padding: 5%;
    width: 100%;
    height: auto;
    background: white;
    margin-top: 64px;
    padding: 24px;
  }
  .contacts .contact-text .title {
    font-size: 32px;
  }
  .contacts .contact-text .description {
    margin-top: 24px;
    margin-bottom: 40px;
    font-size: 18px;
  }
  .contacts .contact-inputs {
    margin-top: 0px;
  }
  .contacts .contact-checkbox-input {
    font-size: 14px;
    line-height: 160%;
  }
  .contacts .contact-submit-button {
    font-size: 18px;
  }
}

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