.contact_block .title {
    margin: 45px 0;
    font-family: 'Times';
    font-weight: 400;
    font-size: 36px;
    line-height: 41px;
    letter-spacing: 0.04em;
    color: #121212;
}
.contact_block {
    padding-bottom: 80px;
}
.contact {
    background: #FFFFFF;
    box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.07);
    border-radius: 15px;
    padding: 68px 235px 75px 235px;
}
.contact .total h3 {
    font-family: 'Times';
    font-weight: 400;
    font-size: 24px;
    line-height: 146.4%;
    color: #555555;
    padding-bottom: 40px;
}
.contact .total span {
    font-weight: bold;
    color: #000;
}
.contact .info {
    font-family: 'Times';
    color: #555555;
    padding-bottom: 20px;
}
.text-field__input {
    width: 100%;
    height: calc(2.25rem + 2px);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.text-field label{
    font-family: 'Times';
    color: #555555;
}
.text-field_floating-3 {
    position: relative;
    padding-bottom: 25px;
}
.text-field_floating-3 .text-field__input {
    border: none;
    border-bottom: 1px solid #000;
    border-radius: 0;
    height: calc(3.5rem + 2px);
    line-height: 1.25;
    padding-left: 5px;
}
.text-field_floating-3 .text-field__label {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    padding-top: 18px;
    pointer-events: none;
    border: 1px solid transparent;
    transform-origin: 0 0;
    transition: color .15s ease-in-out, transform .15s ease-in-out;
}
.text-field_floating-3 .text-field__input::-moz-placeholder {
    color: transparent;
}
.text-field_floating-3 .text-field__input::placeholder {
    color: transparent;
}
.text-field_floating-3 .text-field__input:focus,
.text-field_floating-3 .text-field__input:not(:placeholder-shown) {
    padding-top: 1.625rem;
    padding-bottom: .625rem;
}
.text-field_floating-3 .text-field__input:focus~.text-field__label,
.text-field_floating-3 .text-field__input:not(:placeholder-shown)~.text-field__label {
    transform: scale(.85) translateY(-.75rem) translateX(.15rem);
}
.contact button {
    background: #121212;
    border-radius: 53px;
    font-family: 'Times';
    font-weight: 400;
    font-size: 20px;
    line-height: 146.4%;
    letter-spacing: 0.05em;
    color: #FFFFFF;
    padding-top: 16px;
    padding-bottom: 19px;
    width: 100%;
    text-align: center;
    transition: .3s all ease;
    margin-top: 25px;
    margin-bottom: 20px;
}
.contact button:hover{
    background-color: #B5FBDD;
    color: #000;
}
.contact form p {
    font-family: 'Times';
    font-weight: 400;
    font-size: 14px;
    line-height: 146.4%;
    text-align: center;
    letter-spacing: 0.05em;
    color: #939393;
}

@media (max-width: 992px) {
    .contact {
        padding: 65px 10px 75px 10px;
    }
    .contact .total h3 {
        font-size: 21px;
    }
}
@media (max-width: 767px) {
    .contact {
        padding: 65px 10px 75px 10px;
    }
    .contact .total h3 {
        font-size: 21px;
    }
}
@media (max-width: 576px) {
    .contact {
        padding: 65px 10px 75px 10px;
    }
    .contact .total h3 {
        font-size: 21px;
    }
}
@media (max-width: 480px) {
    .contact {
        padding: 65px 10px 75px 10px;
    }
    .contact .total h3 {
        font-size: 21px;
    }
}