.cbg-wheels-rims-repair {
    position: relative;
    color: #fff;
    background-color: black;
}

.cbg-wheels-rims-repair .cbg_fon {
    position: absolute;
    object-fit: cover;
    width: 100%;
    height: 100%;
    z-index: 0;
    top: 0;
}

.cbg-wheels-rims-repair .container {
    position: relative;
    z-index: 1;
}

.cbg-wheels-rims-repair {
    padding-top: 50px;
    padding-bottom: 50px;
}

.cbg-wheels-rims-repair h2 {
    color: #fff;
    margin-bottom: 27px;
    margin-top: 50px;
}

.cbg-wheels-rims-repair h2 span {
    color: var(--color-two);
}

.cbg-wheels-rims-repair .description {
    margin-bottom: 59px;
    font-size: 16px;
    line-height: 25.6px;
}

.cbg-wheels-rims-repair .phone-block {
    display: flex;
    flex-wrap: wrap;
    margin-top: 24px;
}

.cbg-wheels-rims-repair .phone-block .phone {
    width: 50px;
    height: 50px;
    background-color: var(--Willfix-Cyan, #65C8D0);
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
}

.cbg-wheels-rims-repair .phone-block .phone-block-text {
    color: #8E8E8E;
    font-size: 14px;
    line-height: 125%;
    text-transform: uppercase;
}

.cbg-wheels-rims-repair .phone-block a {
    color: var(--Willfix-Cyan, #65C8D0);
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 125%;
    text-decoration: none;
}

.cbg-wheels-rims-repair .phone-block a:hover {
    color: var(--color-two);
}

.cbg-wheels-rims-repair .phone-block .phone-block-group {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-left: 10px;
}




.cbg-wheels-rims-repair label {
    color: var(--Wilfix-Dark-Grey, #304366);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    margin: 0 !important;
}

.cbg-wheels-rims-repair label .wpcf7-form-control {
    margin-top: 4px;
}

.cbg-wheels-rims-repair .form-column {
    background: #fff;
    border-radius: 10px;
    color: var(--Black, #161616);
    padding: 32px;
}

.cbg-wheels-rims-repair .form-column .title {
    color: var(--Wilfix-Dark-Grey, #304366);
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: 125%;
}

.cbg-wheels-rims-repair .form-column .title span {
    color: var(--wp--preset--color--custom-1);

}

.cbg-wheels-rims-repair .form-column .description {
    color: var(--Wilfix-Dark-Grey, #304366);
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 125%;
    margin-bottom: 31px;
}

.cbg-wheels-rims-repair .form-column p {
    margin: 0;
    padding: 0;
}

.form-row>p {
    display: flex;
    margin-bottom: 10px;
    margin-left: -10px;
    margin-right: -10px;
    flex-direction: column;
}

.form-row>p>* {
    margin-left: 10px;
    margin-right: 10px;
    flex: 0 1 50%;
}

.form-column form input,
.form-column form select {
    width: 100%;
    display: flex;
    padding: 13px 16px;
    color: #161616;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    border-radius: 5px;
    margin-bottom: 20px;
    border: 1px solid var(--Stroke, #EEE);
    background: var(--f7f7f7, #F7F7F7);
}

.form-column form select {
    appearance: none;
}

.cbg-wheels-rims-repair form select {
    background-image: url("data:image/svg+xml,%3Csvg width='10' height='6' viewBox='0 0 10 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath id='Polygon 1' d='M5 6L0 0L10 0L5 6Z' fill='%2365C8D0'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-position: calc(100% - 21px) center;
    background-size: auto;
    padding-right: 21px;
}

.form-column form>p input.wpcf7-submit {
    padding-top: 16px;
    padding-bottom: 16px;
    background-color: #FBC200;
    justify-content: center;
    margin-bottom: 0px;
    color: var(--Wilfix-Dark-Grey, #304366);
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    letter-spacing: 1.44px;
    text-transform: uppercase;
    margin-top: 12px;
}

.form-column form>p input.wpcf7-submit:hover {
    background-color: #000;
}


.wpcf7-not-valid-tip {
    font-size: 12px !important;
}

.cbg-wheels-rims-repair ul li {
    color: #fff !important;
    background-image: url("data:image/svg+xml,%3Csvg width='22' height='22' viewBox='0 0 22 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='11' cy='11' r='10.5' fill='%2365C8D0' stroke='%23161616'/%3E%3Cpath d='M6 11.5L9 15L16.5 7' stroke='%23161616' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E ");
    margin-bottom: 13px;
    background-repeat: no-repeat;
    background-size: 22px;
    padding-left: calc(14px + 22px);
}

@media (max-width:992px) {
    .cbg-wheels-rims-repair .form-row p {
        flex-direction: inherit;
    }

    .cbg-wheels-rims-repair {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .cbg-wheels-rims-repair h2 {
        margin-bottom: 15px;
        margin-top: 0;
    }

    .cbg-wheels-rims-repair .description {
        margin-bottom: 23px;
        font-size: 12px;
        line-height: 125%;
    }

    .cbg-wheels-rims-repair .phone-block .phone {
        width: 32px;
        height: 32px;
        padding: 8px;
    }

    .cbg-wheels-rims-repair .phone-block .phone-block-text {
        font-size: 12px;
    }

    .cbg-wheels-rims-repair .phone-block a {
        font-size: 12px;
    }

    .cbg-wheels-rims-repair .phone-block {
        margin-top: 12px;
        margin-bottom: 28px;
    }

    .cbg-wheels-rims-repair .form-column {
        border-radius: 5px;
        padding: 20px;
    }

    .cbg-wheels-rims-repair .form-column .title {
        font-size: 18px;
    }

    .cbg-wheels-rims-repair label {
        font-size: 12px;
    }

    .cbg-wheels-rims-repair .form-column .description {
        font-size: 12px;
        margin-bottom: 20px;
    }

    .form-column form input,
    .form-column form select {
        font-size: 12px;
        padding: 9px 16px;
    }

    .form-row>p>* {
        margin-left: 5px;
        margin-right: 5px;
    }

    .form-row .file {
        margin-top: 0;
        margin-bottom: 20px;
    }
	
	.form-row>p>label:first-child {
		margin-right: 5px !important;
	}
	.form-row>p>label:last-child {
		margin-left: 5px !important;
	}

    .form-column form>p input.wpcf7-submit {
        font-size: 12px;
        padding: 10px;
    }

    .form-column .wpcf7-not-valid-tip {
        font-size: 12px;
    }

    .form-column .wpcf7-response-output {
        font-size: 12px;
    }
}