* {
  box-sizing: border-box;
}
footer {
  position: relative;
}
.form__input {
  width: 100%;
  padding: 15px 10px;
  margin: 10px 0;
  border: 1px solid #e2e2e2 !important;
  border-radius: 9px;
  outline: none !important;
  font-size: 15px;
  font-weight: 500;
  outline: none;
  box-shadow: none;
  background-color: #f5f5f5;
}
.form__input:focus {
  border: 1px solid #004cff;
  border-radius: 5px;
}
.iti {
  width: 100%;
  margin: 10px 0;
}
.form__btn {
  border: 0;
  color: #fff;
  font-weight: 600;
  font-size: 1.5rem;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all ease 0.2s;
  width: 100% !important;
  padding: 15px;
  height: auto;
  cursor: pointer;
  background-color: #0064B1;
  max-width: 100%;
  text-align: center;
  margin-top: 10px;
}
.form__btn:disabled {
  cursor: unset;
  opacity: 0.5;
}
.form__btn:hover {
  box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px,
    rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
}
.form__input-valid {
  font-size: 15px;
  margin: 0px 0px 10px 10px;
  color: rgb(255, 0, 0);
  letter-spacing: 0.1em;
}
#valid-msg {
  color: rgb(0, 131, 0);
}
.hide {
  display: none;
}
#phone.false,
input.false {
  background-image: url(../img/icon-error.svg) !important;
  background-position: 99% 50% !important;
  background-size: 21px !important;
  background-repeat: no-repeat !important;
  border: 1px solid #ffc200;
  -webkit-transition: unset;
  transition: unset;
  background-color: #ffe3e3 !important;
}
.checkbox-wrap.false {
  color: red !important;
}
input.valid {
  background-image: url(../img/icon-done.svg) !important;
  background-position: 99% 50% !important;
  background-size: 22px !important;
  background-repeat: no-repeat !important;
  border: 1px solid #23b100;
  background-color: #eaffe5 !important;
}
form input.false,
form input.false:focus,
form input.valid,
form input.valid:focus {
  color: #444;
}
.loader {
  width: 40px;
  height: 20px;
}
.input#phone {
	position: relative !important;
  padding-left: 90px !important;
}

@media print {
    body {
        display: none!important;
    }
}
:root{
    --mainColor: linear-gradient(98deg, #df48e1, #7b0083);
    --text: #000000;
    --input-color: #000;
    --valid-input-color: #000;
}

#Contact-Us {
    border: none;
    max-width: 560px;
    margin: 40px auto;
    font-family: sans-serif;
    box-shadow: 0px 0px 10px #00000030;
    margin-top: 0;
}

.Contact-Us-Wrapper {
    max-width: 500px;
    margin: 0 auto;
    padding: 0 40px 40px;
    box-sizing: border-box;
}

.Contact-Us-Wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
}
.Contact-Us-Title {
    text-align: center;
    padding: 20px 25px;
    font-size: 30px;
    color: red;
    text-transform: uppercase;
    line-height: 1.2;
    letter-spacing: 2px;
    margin: 0;
}
@media(max-width: 767px){
    .Contact-Us-Title {
        font-size: 24px;
    }
    .Contact-Us {
        border-radius: 25px;
    }
}