.modal-overlay-br-thx {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000;
}

.modal-content-br-thx {
    background: #fff;
    padding: 20px;
    width: 500px;
    text-align: center;
    position: relative;
}

.modal-title-br-thx {
    font-size: 24px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.modal-message-br-thx {
    font-size: 16px;
    margin-bottom: 20px;
}

.close-button-br-thx {
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
    font-size: 36px;
    color: #333;
    transition: color 0.3s;
}

.close-button-br-thx:hover {
    color: #e74c3c;
}

.br-form-title{
    font-size: 22px;
    font-weight: 500;
}

.br-form-second-subtitle{
    font-weight: 100;
}


.br-form-second-subtitle{
    font-size: 18px;
    font-weight: 650;
}

.bodyRepairFormPopup {
    display: flex;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    justify-content: center;
    align-items: center;
    z-index: 999;
    margin-top: 10px;
}
.popup-content-br {
    background: #fff;
    padding: 20px;
    max-width: 630px;
    text-align: center;
    position: relative;
    border-radius: 5px;
}
.popup-content-br input[type="text"],
.popup-content-br input[type="tel"] {
    background: #F6F6F6;
    border: transparent;
    padding: 10px 20px;
    color: #9C9C9C;
    font-size: 16px;
    font-weight: 400;
    width: 100%;
    max-width: 325px;
    margin: 0 auto;
    height: 48px;
    margin-top: 10px;
}
.popup-content-br input[type="checkbox"] {
    margin-right: 10px;
    display: inherit;
}
.popup-content-br button {
    width: 100%;
    border: none;
    background-color: #E40C25;
    color: white;
    cursor: pointer;
    max-width: 340px;
    padding: 15px 20px;
    height: 50px;
}
.popup-content-br button:hover {
    background-color: white;
    color: #E40C25;
    border: 1px #E40C25 solid;
}
.close {
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
    font-size: 45px;
}

.br-popup-link{
    color: #018d41;
}

.br-popup-link:hover{
    text-decoration: none;
    color: #E40C25;
}

.error{
    border: 1px red solid!important;
}

.error-checkbox{
    outline: 2px solid red;
}

.br-form-comment{
    height: 75px;
    resize: none;
    width: 100%;
    max-width: 325px;
    background: #F6F6F6;
    border: transparent;
    margin-top: 10px;
}

.br-form-name::placeholder {
    color:#CACBCB!important;
    opacity: 1!important;
}

.br-form-phone::placeholder{
    color:#CACBCB!important;
    opacity: 1!important;
}

.br-form-comment::placeholder{
    color:#CACBCB!important;
    opacity: 1!important;
}

@media (max-width: 475px) {
    .popup-content-br {
        width: 350px;
    }

    .modal-content-br-thx {
        width: 350px;
    }
}

.hidden {
    display: none!important;
}

.modal__step__custom__title{
    text-align: center;
    color: #181716;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    display: inherit;
}
.br-form-first-subtitle{
    font-size: 0.9rem;
}

.privacy-label{
    font-size: 0.75rem;
}