.contact1 {
  background-color: #f4f5f9;
  padding-top: 120px;
  padding-bottom: 250px;
}
@media screen and (max-width: 499px) {
  .contact1.container {
    padding-left: 35px;
    padding-right: 35px;
  }
}
@media screen and (max-width: 499px) {
  .contact1 {
    padding-top: 40px;
    padding-bottom: 260px;
  }
}
.contact__card {
  margin-top: 40px;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 12px 66.36px 17.64px rgba(0, 0, 0, 0.05);
  padding: 48px 60px 32px;
  border-radius: 20px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (max-width: 499px) {
  .contact__card {
    margin-top: 24px;
    padding: 24px;
  }
}
.contact__card form {
  display: block;
  width: 100%;
}
.contact__card form .form-inline {
  -webkit-align-items: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}
.contact__card form .form-inline input,
.contact__card form .form-inline textarea {
  -webkit-flex: 4;
  -ms-flex: 4;
  flex: 4;
  font-weight: normal;
  font-weight: 100;
}
.contact__card form .form-inline input:focus,
.contact__card form .form-inline textarea:focus {
  outline: none;
  box-shadow: none;
  border: 1px solid #f05450;
  transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.contact__card form .form-inline input {
  height: 40px;
}
@media screen and (max-width: 499px) {
  .contact__card form .form-inline input {
    width: 100%;
    margin-left: 0;
  }
}
.contact__card form .form-inline label {
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  font-weight: 600;
}
@media screen and (max-width: 499px) {
  .contact__card form .form-inline label {
    width: 100%;
  }
}
.contact__card form .form-inline textarea {
  height: 100px;
  resize: none;
}
@media screen and (max-width: 499px) {
  .contact__card form .form-inline textarea {
    width: 100%;
    margin-left: 0;
  }
}
.contact__card form .form-group {
  position: relative;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}
@media screen and (max-width: 499px) {
  .contact__card form .form-group {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.contact__card form .form-group--submit {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.contact__card form .form-control {
  width: 70%;
  margin-left: 28px;
  border-radius: 10px;
}
.contact__card form .form-control::-webkit-input-placeholder {
  opacity: 0.6;
}
.contact__card form .form-control:-ms-input-placeholder {
  opacity: 0.6;
}
.contact__card form .form-control::-ms-input-placeholder {
  opacity: 0.6;
}
.contact__card form .form-control::placeholder {
  opacity: 0.6;
}
.contact__card form .btn-form-submit {
  position: absolute;
  top: 18px;
  width: 312px;
  height: 60px;
  line-height: 40px;
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (max-width: 499px) {
  .contact__card form .btn-form-submit {
    width: 100%;
    height: 54px;
    line-height: 40px;
    text-align: center;
    font-size: 14px;
    top: 10px;
  }
}

.big_inner_banner .big_inner_content {
  display: table;
  width: 100%;
  height: 100%;
  z-index: 1;
  position: absolute;
}
