.wr-contactform{
    background-color: #75bfa4;
    padding: 30px;
    background: url(../images/Obratnaysvyazi.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}
.contactform {
    background-color: #ffffff4d;
}
.contactform h3{
    color: #f9d30a;
    font-size: 50px;
    margin: 0;
    text-align: center;
    font-weight: bold;
    text-shadow: 0 -1px 3px #000, 0 -1px 3px #000, 0 1px 3px #000, 0 1px 3px #000, -1px 0 3px #000, 1px 0 3px #000, -1px 0 3px #000, 1px 0 3px #000, -1px -1px 3px #000, 1px -1px 3px #000, -1px 1px 3px #000, 1px 1px 3px #000, -1px -1px 3px #000, 1px -1px 3px #000, -1px 1px 3px #000, 1px 1px 3px #000;
}
.bottom-form {
    text-align: center;
}
.text-field{
    width: 100%;
    margin: 28px auto;
}
.submit{
    margin: 15px;
}
.form-fieldset {
    border-bottom: 2px solid;
    width: 100%;
    margin-top: 12px;
}
.text-field__icon {
    position: relative;
    height: 40px;
    width: 323px;
    margin: 0 auto;
    text-align: center;
}
input[type="text"] {
    width: 100%;
    box-sizing: border-box;
    padding: 10px 15px;
    display: block;
    height: auto;
}
.text-field__input {
    border: none;
    font-size: 16px;
}
.btn {
    display: block;
    width: 200px;
    height: 40px;
    line-height: 40px;
    font-size: 18px;
    font-family: sans-serif;
    text-decoration: none;
    color: #333;
    border: 2px solid #333;
    letter-spacing: 2px;
    text-align: center;
    position: relative;
    transition: all .35s;
    margin: 30px auto 0;
    background-color: #fff;
}
.btn span {
    position: relative;
    z-index: 999;
}
.text-field .btn:hover:after {
    width: 100%;
}
.text-field .btn:after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background: rgb(112,43,232);
    background: linear-gradient(94deg, rgba(112,43,232,1) 10%, rgba(185,96,153,1) 81%);
    transition: all .35s;
}
.text-field .btn:hover {
    color: #fff;
}
.text-field__input::placeholder {
  color: #212529;
  opacity: 0.4;
}

.text-field__input:focus {
  color: #212529;
  background-color: #fff;
  border-color: #bdbdbd;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(158, 158, 158, 0.25);
}

.text-field__input:disabled,
.text-field__input[readonly] {
  background-color: #f5f5f5;
  opacity: 1;
}
.btn:focus-visible {
    box-shadow: 0 0 0 3px lightskyblue;
}
