.cbg-wheels-rims-repair {
    position: relative;
    color: var(--color-two);
    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: 40px;
    padding-bottom: 40px;
}

.cbg-wheels-rims-repair h2 {
    color: var(--wp--preset--color--custom-1);
    margin-bottom: 30px;
    margin-top: 58px;
}

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

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

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

.cbg-wheels-rims-repair .phone-block .phone {
    width: 50px;
    height: 50px;
    background-color: var(--color-two);
    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.phone-block-number {
    color: var(--wp--preset--color--custom-1);
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 125%;
    text-decoration: none;
}

.cbg-wheels-rims-repair .phone-block a.phone-block-number: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 .form-column {
    background: var(--color-two);
    border-radius: 20px;
    color: var(--Black, var(--Black, #161616));
    padding: 40px 20px;
}

.cbg-wheels-rims-repair .form-column .title {
    text-align: center;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    margin-bottom: 12px;
}

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

}

.cbg-wheels-rims-repair .form-column .description {
    text-align: center;
    font-size: 16px;
    line-height: 100%;
}

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

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

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

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

.form-column form input,
.form-column form select,
.form-column form textarea {
    width: 100%;
    display: flex;
    padding: 10px 16px;
    color: #161616;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    border-radius: 10px;
    border: 1px solid #E7E7E7;
    background-color: white;
    margin-bottom: 10px;
}

.form-column form textarea {
    height: 100px;
    margin-bottom: 0px;
}

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

.form-column form>p input.wpcf7-submit {
    color: #FFF;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    padding-top: 16px;
    padding-bottom: 16px;
    background-color: #FBC200;
    justify-content: center;
    margin-top: 0px;
    margin-bottom: 0px;
}

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

.file>p,
.file>p span,
.file>p span input {
    display: block;
    width: 100%;
    height: 100%;

    margin: 0px;
    padding: 0px !important;
}


.file>p:not(.file-label-desc) {
    position: relative;
    z-index: 2;
}


.file {
    position: relative;
    border-radius: 8.722px;
    border: 2px dashed var(--Yellow, #FBC200);
    color: white;
    font: bold 24px/200px arial;
    height: 160px;
    margin: 20px auto;
    text-align: center;
    width: 100%;
}



.file div {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.file img {
    border-radius: 10px;

    max-height: 100px;
    margin-top: 5px;
    object-fit: contain;
}

.file [type="file"] {
    cursor: pointer;
    position: absolute;
    opacity: 0;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.file-label-desc {
    position: absolute;
    bottom: 15px;
    height: auto !important;
    color: var(--shades-400, #B5B5B5);
    text-align: center;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
}

.file-placeholder {
    background: url('file-rim.svg');
    background-size: contain;
    background-repeat: no-repeat;
    width: 80px;
    height: 80px;
    position: absolute;
    bottom: 50px !important;
    left: 50% !important;
    transform: translatex(-50%);
    top: auto !important;
    transform: translatex(-50%);
}

.file.dropped .file-placeholder {
    display: none !important;
}

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

@media (max-width:992px) {
	.form-row-full>p>* {
    	margin-left: 5px;
    	margin-right: 5px;
	}
	
    .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.phone-block-number {
        font-size: 12px;
    }

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

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

    .cbg-wheels-rims-repair .form-column .title {
        font-size: 24px;
        margin-bottom: 15px;
    }

    .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-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;
    }
}