.text-contact h3 {
  font-size: 38px;
  font-weight: 600;
  line-height: 44px;
}

.text-contact form textarea {
  border: 1px solid #DCDCDC;
  border-radius: 5px;
  width: 100%;
  height: 100px;
  resize: none;
  padding: 20px;
  font-size: 14px;
  letter-spacing: 0.28px;
}

.text-contact .checkbox-container {
  margin-right: 14px;
}

.text-contact .checkbox-wrapper {
  display: flex;
}

.text-contact form label {
  font-size: 14px;
  line-height: 17px;
}

.text-contact form button .btn-content {
  position: relative;
}

.text-contact form .btn-wrapper {
  margin-top: 22px;
  display: flex;
  justify-content: end;
}

.text-contact label {
  font-size: 14px;
  font-weight: 600;
}

.text-contact label span {
  color: #B7B7B7;
  font-weight: 300;
}

.text-contact .checkbox-agreement label,
.text-contact form .info {
  font-size: 12px;
  font-weight: 400;
  line-height: 14px;
}

.text-contact .checkbox-container {
  position: relative;
}

.text-contact input[type="checkbox"] {
  /* -moz-appearance: none;
  -webkit-appearance: none;
  -o-appearance: none; */
  border: 1px solid #DCDCDC;
  border-radius: 3px;
  width: 18px;
  height: 18px;
  opacity: 0;
}

.text-contact .checkbox-container .checkmark {
  border: 1px solid #DCDCDC;
  border-radius: 3px;
  width: 18px;
  height: 18px;
  position: absolute;
  left: 0;
}

.text-contact .checkbox-container .checkmark::after {
  left: 6px;
  top: 3px;
  width: 5px;
  height: 10px;
  border: solid #ffffff;
  border-top-width: medium;
  border-right-width: medium;
  border-bottom-width: medium;
  border-left-width: medium;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  content: "";
  position: absolute;
  display: none;
}
.text-contact .checkbox-container input:checked ~ .checkmark::after {
  display: block;
}
.text-contact .checkbox-container input:checked ~ .checkmark{
  border-color: #0E58B9;
  background-color: #0E58B9;
}
.text-contact .form-control:focus{
  box-shadow: none;
  outline: 1px dotted;
  outline-style: auto;
}

.text-contact .checkbox-container input[type="checkbox"].error ~ .checkmark {
  border: 1px solid red;
}
.text-contact .btn-tel {
  min-width: 273px;
}

@media (max-width: 767px){
  .text-contact .btn-tel{
    margin-bottom: 60px;
  }
}
