.consultation {
    margin-top: 29px;
    margin-bottom: 65px;
    position: relative;
}

.consultation-body {
    color: #fff;
    padding: 0 16px 17px;
}

.consultation-bgwrap {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    right: 0;
    bottom: 0;
    overflow: hidden;
    z-index: -1;
}

.consultation-bg {
    font-size: 0;
    line-height: 1;
    position: absolute;
    top: -5px;
    left: -185px;
    z-index: -1;
    opacity: 0.08;
}

.consultation-bg svg {
    width: 627.892px;
    height: auto;
}

.consultation-picture {
    border-radius: 0px;
    overflow: hidden;
    height: 256px;
    position: relative;
}

.consultation-pic {
    height: 100%;
    width: 100%;
}

.consultation-pic img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.consultation-main {
    padding: 25px 0px 0;
    z-index: 2;
    position: relative;
    background: var(--dark-green);
    /* overflow: hidden; */
}

.consultation-row {
}

.consultation-col {
}

.consultation-col--content {
}

.consultation-col--picture {
}

.consultation-section {
}

.consultation-header {
}

.consultation-logo {
    color: #fff;
    font-size: 0;
    line-height: 1;
    padding: 0 0 38px 0;
}

.consultation-logo svg, .consultation-logo img {
    height: auto;
    width: 201px;
}

.consultation-title {
    text-transform: uppercase;
    padding-bottom: 18px;
    font-size: 22px;
    line-height: 1.225;
    font-family: var(--font-heading);
    font-weight: 500;
}

.consultation-title mark {
    color: var(--accent-color);
    background: none;
    display: inline;
}

.consultation-description {
}

.consultation-description p:first-child {
    margin-top: 0;
}

.consultation-description p:last-child {
    margin-bottom: 0;
}

.consultation-control {
    padding-top: 19px;
}

.consultation-button {
    display: block;
    font-size: 18px;
    padding: 19px 10px 17px;
}

.consultation-content {
    padding-top: 6px;
}

.consultation-formblock {
}

.consult {
}

.consult .wpcf7-not-valid-tip {
    margin-top: 5px;
    color: #FF3932;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.5;
}

.consult__main {
}

.consult__row {
    margin: 0 -12px;
    display: flex;
    flex-wrap: wrap;
}

.consult__col {
    padding: 8px 12px 8px;
    flex: 0 0 auto;
    width: 100%;
    max-width: 100%;
}

.consult__fieldblock {
}

.consult__field {
    display: block;
    width: 100%;
    height: 52px;
    padding: 0 0px 0 0px;
    border-radius: 0;
    border: none;
    border-bottom: 1px solid var(--glossy-white);
    background: none;
    color: #FFF;
    font-family: var(--font-heading);
    font-weight: 400;
    font-size: 14px;
    line-height: 1;
    text-transform: uppercase;
}

.consult__field.wpcf7-not-valid {
    border-color: #dc3232;
}

.consult__field:focus {
    outline: none;
}

.consult__field::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 1);
    opacity: 0.5;
}

.consult__field::-moz-placeholder {
    color: rgba(255, 255, 255, 1);
    opacity: 0.5;
}

.consult__field:-ms-input-placeholder {
    color: rgba(255, 255, 255, 1);
    opacity: 0.5;
}

.consult__field::-ms-input-placeholder {
    color: rgba(255, 255, 255, 1);
    opacity: 0.5;
}

.consult__field::placeholder {
    color: rgba(255, 255, 255, 1);
    opacity: 0.5;
}

.consult__field:placeholder {
    color: rgba(255, 255, 255, 1);
    opacity: 0.5;
}

.consult__col_textarea {
    width: 100%;
}

.consult__field_textarea {
    resize: none;
    height: 116px;
    padding-top: 20px;
    padding-bottom: 15px;
}

.consult__col_accept {
    padding-top: 12px;
    display: none;
}

.consult__col_submit {
    padding-top: 23px;
}

.consult__submitwrap {
    position: relative;
}

.consult__btnblock {
}

.consult__btnblock .btnblock-row {
    margin: 0 -5px;
}

.consult__btnblock .btnblock-col {
    padding: 0 5px;
}

.consult__btnblock .btnblock-btn {
    border-color: #fff;
    background: #fff;
}

.consult__submitwrap .wpcf7-spinner {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    margin: 0;
    z-index: 1;
}

.consult__submit {
}

@media (min-width: 1200.98px) {
    .consultation {
        margin-top: 49px;
        margin-bottom: 80px;
    }

    .consultation-body {
        padding: 45px 29px 38px 45px;
    }

    .consultation-bg {
        top: 4px;
        left: -213px;
    }

    .consultation-bg svg {
        width: 798px;
    }

    .consultation-picture {
        height: 100%;
        padding-left: 16px;
    }

    .consultation-pic {
    }

    .consultation-pic img {
    }

    .consultation-main {
        padding: 0;
    }

    .consultation-row {
        display: flex;
        flex-wrap: wrap;
    }

    .consultation-col {
        flex: 1 0 0;
        width: 100%;
        max-width: 100%;
    }

    .consultation-col--content {
    }

    .consultation-col--picture {
    }

    .consultation-section {
    }

    .consultation-header {
        flex: 1 0 0;
        width: 100%;
        max-width: 100%;
    }

    .consultation-logo {
        padding-bottom: 131px;
    }

    .consultation-logo svg, .consultation-logo img {
        width: 262px;
    }

    .consultation-title {
        font-size: 32px;
        max-width: 580px;
        padding-bottom: 26px;
    }

    .consultation-title mark {
    }

    .consultation-description {
    }

    .consultation-description p:first-child {
    }

    .consultation-description p:last-child {
    }

    .consultation-control {
    }

    .consultation-button {
    }

    .consultation-content {
        flex: 1 0 0;
        width: 100%;
        max-width: 100%;
        padding-top: 8px;
    }

    .consultation-formblock {
    }

    .consult {
    }

    .consult .wpcf7-not-valid-tip {
    }

    .consult__main {
    }

    .consult__row {
    }

    .consult__col {
        padding: 7px 12px 7px;
    }

    .consult__fieldblock {
    }

    .consult__field {
        height: 53px;
    }

    .consult__field.wpcf7-not-valid {
    }

    .consult__field:focus {
    }

    .consult__field::-webkit-input-placeholder {
    }

    .consult__field::-moz-placeholder {
    }

    .consult__field:-ms-input-placeholder {
    }

    .consult__field::-ms-input-placeholder {
    }

    .consult__field::placeholder {
    }

    .consult__field:placeholder {
    }

    .consult__col_textarea {
    }

    .consult__field_textarea {
    }

    .consult__col_accept {
    }

    .consult__col_submit {
        padding-top: 25px;
        display: flex;
    }

    .consult__submitwrap {
    }

    .consult__btnblock {
    }

    .consult__btnblock .btnblock-row {
    }

    .consult__btnblock .btnblock-col {
    }

    .consult__btnblock .btnblock-btn {
        padding-left: 15px;
        padding-right: 15px;
    }

    .consult__submitwrap .wpcf7-spinner {
    }

    .consult__submit {
    }
}
