.front-form {
    background: #181818;
    padding: 80px 0;
    margin-bottom: 0;
}

.front-form-content {
    max-width: 100%;
}

.front-form-title {
    font-weight: bold;
    font-size: 48px;
    line-height: 55px;
}

.front-form-title:before {
    background: #5c5c5c;
    display: block;
    content: "";
    width: 68px;
    height: 3px;
    margin-bottom: 25px;
}

.front-form-desc {
    display: flex;
    align-items: center;
}

.front-form-desc .req_after {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #ff5858;
    margin-left: 8px;
}

.front-form input,
.front-form textarea {
    background: transparent;
    padding-top: 18px;
    padding-bottom: 18px;
    line-height: 18px;
    border: unset;
    border-bottom: 1px solid rgb(241 241 241 / 50%);
    border-radius: 1px;
    padding-left: 0;
    padding-right: 0;
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    color: #ffffff;
    margin-bottom: 0;
}

.front-form input::placeholder,
.front-form textarea::placeholder {
    color: transparent;
}

.form-seo {
    max-width: 1200px;
}

.form-seo__input-3,
.form-seo__input {
    position: relative;
}

.form-seo__input-3 {
    max-width: 360px;
}

.form-seo__input-3 input,
.form-seo__input textarea {
    transition: border-color 0.5s ease;
}

.form-seo__input textarea {
    height: 55px;
    resize: vertical;
}

.form-seo__input-3 .placeholder,
.form-seo__input .placeholder {
    display: flex;
    align-items: center;
    position: absolute;
    top: 18px;
    color: rgb(255 255 255 / 50%);
    font-size: 14px;
    line-height: 17px;
    font-weight: 400;
    cursor: text;
}

.form-seo .placeholder-req {
    width: 6px;
    height: 6px;
    background: #ff5858;
    border-radius: 50%;
    margin-left: 8px;
}

.form-seo__input-3.focused .placeholder,
.form-seo__input-3.hasValue .placeholder,
.form-seo__input.focused .placeholder,
.form-seo__input.hasValue .placeholder {
    display: none;
}

.form-seo__input-3 input:focus,
.form-seo__input textarea:focus {
    border-color: #1fc3b0;
}

.from-seo__wrap-vertical {
    max-width: 780px;
}

.front-form .check-proccesing {
    font-weight: 300;
    color: rgb(255 255 255 / 50%);
    margin-bottom: 0;
}

.front-form .check-proccesing a {
    color: inherit;
    font-weight: 600;
    transition: color 0.5s ease;
}

.front-form .check-proccesing a:hover {
    color: #1fc4b0;
}

.form-seo__submit-new {
    width: 360px;
}

.from-seo__wrap-vertical,
.form-seo__submit-new {
    margin-top: 55px;
}

.form-seo__submit {
    display: none;
}

.form-seo__submit-new {
    display: block;
}

.front-form .wpcf7-not-valid-tip {
    margin: 0;
}

.form-seo__submit-new input[type="submit"] {
    border-radius: 50px;
    border: 1px solid #5c5c5c;
    font-weight: bold;
    font-size: 14px;
    line-height: 17px;
    letter-spacing: 1px;
    text-transform: uppercase;
    max-width: 291px;
    transition: background-color 0.5s ease, border 0.5s ease;
    padding-top: 16px;
    padding-bottom: 17px;
    padding-left: 0;
    padding-right: 0;
}

.form-seo__submit-new input[type="submit"]:hover {
    border-color: #1fc4b0;
    background: #1fc4b0;
}

.c-footer {
    margin-top: 0;
}

@media (max-width: 1350px) {

    .front-form .check-proccesing,
    .front-form-desc,
    .front-form-title {
        text-align: left;
    }

    .from-seo__wrap-vertical,
    .form-seo__submit-new {
        margin-top: 40px;
    }

    .form-seo__input-3 {
        width: calc(33% - 8px);
    }

    .form-seo__submit-new {
        width: 291px;
    }

    .front-form-title {
        font-size: 30px;
        line-height: 40px;
        max-width: unset;
    }
}

@media (max-width: 767px) {

    .front-form input:not([type="checkbox"]),
    .front-form textarea {
        margin: 0;
        max-width: 100%;
    }

    .front-form input:not([type="checkbox"])[type="submit"],
    .front-form textarea[type="submit"] {
        max-width: 100%;
    }

    .form-seo__input-3 {
        width: 100%;
        max-width: 100%;
        margin-bottom: 30px;
    }

    .form-seo__input-3:last-child {
        margin-bottom: 0;
    }

    .from-seo__wrap-vertical {
        margin-top: 0;
    }

    .front-form .check-proccesing {
        max-width: 100%;
    }

    .form-seo__submit-new {
        width: 100%;
    }
}