.add {
    padding-top: 115px;
}
.add-title {
    font-size: clamp(1.5625rem, 1.0919rem + 2.3529vw, 2.8125rem);
    line-height: 100%;
    font-weight: 400;
    color: #000000;
    margin-bottom: 53px;
}
.add-caption {
    font-size: clamp(1rem, 0.8118rem + 0.9412vw, 1.5rem);
    line-height: 120%;
    font-weight: 400;
    color: #000000;
    margin-bottom: 67px;
}
@media (max-width: 770px) {
    .add {
        padding-top: 70px;
    }
    .add-title {
        margin-bottom: 34px;
    }
    .add-caption {
        margin-bottom: 55px;
    }
}


.add-form__label {
    font-size: clamp(1rem, 0.9529rem + 0.2353vw, 1.125rem);
    line-height: 110%;
    font-weight: 400;
    color: #000000;
    display: block;
    margin-bottom: 12px;
    margin-top: 22px;
}
.add-form__label:nth-of-type(1) {
    margin-top: 0;
}
.add-form__label span {
    color: #005F73;
    margin-left: 4px;
    white-space: nowrap;
}
.add-form__input {
    background-color: #FFFFFF;
    max-width: 830px;
    width: 100%;
    outline: none;
    padding: 12px 12px;
    border: 1px solid #9f9f9f;
    border-radius: 6px;
    font-size: 16px;
    color: #000000;
}
.add-form__textarea {
    background-color: #FFFFFF;
    max-width: 830px;
    width: 100%;
    outline: none;
    padding: 12px 12px;
    border: 1px solid #9f9f9f;
    border-radius: 6px;
    font-size: 16px;
    color: #000000;
}
.add-form__input:active, .add-form__input:focus {
    border: 1px solid #46C8C3;
}
.add-form__textarea:active, .add-form__textarea:focus {
    border: 1px solid #46C8C3;
}
.add-form__btn {
    display: block;
    max-width: 317px;
    width: 100%;
    color: #FFFFFF;
    height: 49px;
    background-color: #005F73;
    border-radius: 55px;
    outline: none;
    border: 0;
    font-size: 15px;
    cursor: pointer;
    margin-top: 25px;
}

@media (max-width: 770px) {
    .add-form__btn {
        max-width: inherit;
    }
}


.add-success__block {
    padding-top: 30px;
    display: none;
}
.add-success__label {
    font-size: clamp(1.125rem, 0.9838rem + 0.7059vw, 1.5rem);
    line-height: 100%;
    font-weight: 500;
    color: #000000;
}
.add-success__btn {
    display: block;
    max-width: 317px;
    width: 100%;
    color: #FFFFFF !important;
    line-height: 49px;
    height: 49px;
    background-color: #005F73;
    border-radius: 55px;
    outline: none;
    border: 0;
    font-size: 15px;
    cursor: pointer;
    margin-top: 30px;
    text-decoration: none;
    text-align: center;
}
.add-success__btn:hover {
    color: #FFFFFF !important;
}
