.ipromo-request-section .btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #ff5a00;
    color: #fff;
    padding: 0.8125rem 1.75rem;
    font-size: 0.8125rem;
    font-weight: 500;
    border-radius: 0.5rem;
    cursor: pointer;
    box-shadow: 0 0.25rem 1.125rem rgba(255,90,0,.24);
    transition: background .2s, transform .15s, box-shadow .2s;
    text-decoration: none;
    border: none;
    line-height: 1;
}

.ipromo-request-section .btn:hover {
    background: #d44600;
    color: #fff;
    transform: translateY(-0.125rem);
    box-shadow: 0 0.5rem 1.75rem rgba(255,90,0,.32);
}

.ipromo-request-section .btn-tg {
    display: inline-flex;
    align-items: center;
    gap: 0.4375rem;
    background: #2AABEE;
    color: #fff;
    padding: 0.6875rem 1.25rem;
    border-radius: 0.5rem;
    font-size: 0.8125rem;
    font-weight: 500;
    cursor: pointer;
    transition: background .2s, transform .15s;
    text-decoration: none;
    line-height: 1;
}

.ipromo-request-section .btn-tg:hover {
    background: #1a8dc7;
    transform: translateY(-0.0625rem);
}

.ipromo-request-section .fbox {
    background: #f9f8f6;
    border: 0.0625rem solid #e2e0dd;
    border-radius: 1rem;
    padding: 1.75rem;
}

.ipromo-request-section .ftitle {
    font-family: 'Unbounded', sans-serif;
    font-size: 0.875rem;
    font-weight: 700;
    margin-bottom: 1.125rem;
    color: #1a1a1a;
}

.ipromo-request-section .fg {
    margin-bottom: 0.6875rem;
}

.ipromo-request-section .fg label {
    display: block;
    font-size: 0.525rem;
    font-weight: 600;
    letter-spacing: 0.0625rem;
    text-transform: uppercase;
    color: #7a7a7a;
    margin-bottom: 0.25rem;
}

.ipromo-request-section .fg input,
.ipromo-request-section .fg textarea {
    width: 100%!important;
    max-width: 100%!important;
    box-sizing: border-box!important;
    background: #fff!important;
    border: 0.09375rem solid #e2e0dd!important;
    border-radius: 0.5rem!important;
    color: #1a1a1a!important;
    font-family: 'Inter', sans-serif!important;
    font-size: 0.6125rem!important;
    outline: none!important;
    transition: border-color .2s, box-shadow .2s!important;
    position: relative;
}

@media (max-width: 768px) {
    .ipromo-request-section .input__file{
        position: relative!important;
    }
}

.ipromo-request-section .input__file{
    position: absolute;
}

.ipromo-request-section .fg input::placeholder,
.ipromo-request-section .fg textarea::placeholder {
    color: #b8b6b2;
}

.ipromo-request-section .fg input:focus,
.ipromo-request-section .fg textarea:focus {
    border-color: #ff5a00;
    box-shadow: 0 0 0 0.1875rem rgba(255,90,0,.08);
}

.ipromo-request-section .fg textarea {
    height: 5.25rem;
    resize: none;
}

.ipromo-request-section .fr {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0.625rem;
}

.ipromo-request-section .bsub {
    width: 100%;
    background: #ff5a00;
    color: #fff;
    padding: 0.8125rem;
    font-size: 0.875rem;
    font-weight: 600;
    border: none;
    border-radius: 0.5rem;
    cursor: pointer;
    margin-top: 0.25rem;
    box-shadow: 0 0.25rem 1rem rgba(255,90,0,.26);
    transition: background .2s, transform .15s;
}

.ipromo-request-section .bsub:hover {
    background: #d44600;
    transform: translateY(-0.0625rem);
}

.ipromo-request-section .consent {
    font-size: 0.5875rem;
    color: #7a7a7a;
    margin-top: 0.625rem;
    line-height: 1.6;
}

.ipromo-request-section .consent a {
    color: #ff5a00;
    text-decoration: none;
}

.ipromo-request-section .consent a:hover {
    color: #ff5a0075!important;
}

#stlInput {
    display: block;
    width: 100%;
    padding: 0.6875rem 0.8125rem;
    background: #f9f8f6;
    border: 0.09375rem solid #e2e0dd;
    border-radius: 0.5rem;
    color: #1a1a1a;
    font-family: 'Inter', sans-serif;
    font-size: 0.8125rem;
    outline: none;
    cursor: none;
    margin-bottom: 0.5rem;
}

@media (max-width: 768px) {
    .ipromo-request-section .fr {
        display: contents;
    }
}

.input-error {
    border-color: #dc3545 !important;
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25) !important;
    background-color: #fff8f8 !important;
}

.input-error:focus {
    border-color: #dc3545 !important;
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25) !important;
}