/* Заявка списком: /request/ — загрузка прайса, голос, текст. */

.req {
    max-width: 780px;
    margin: 0 auto;
    padding: 0 16px 50px;
}

.req__head {
    padding: 22px 0 24px;
}

.req__title {
    margin: 0 0 9px;
    font-size: 30px;
    font-weight: 800;
    letter-spacing: -0.022em;
    line-height: 1.15;
    color: #2A2A2A;
    text-wrap: balance;
}

.req__lead {
    margin: 0;
    font-size: 15.5px;
    line-height: 1.5;
    color: #57535C;
}

/* ------------------------------------------------------------------ шаги */

.req__step {
    border: 1px solid #E4E1E8;
    border-radius: 12px;
    padding: 20px 22px 22px;
    margin-bottom: 12px;
    background: #FFFFFF;
}

.req__step-n {
    margin: 0 0 8px;
    font-size: 10.5px;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #FF4713;
}

.req__step-t {
    margin: 0 0 6px;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: -0.015em;
    color: #2A2A2A;
}

.req__step-d {
    margin: 0 0 16px;
    font-size: 13.5px;
    line-height: 1.5;
    color: #57535C;
}

/* --------------------------------------------------------------- единицы */

.req__units {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
}

.req__unit {
    display: flex;
    align-items: flex-start;
    gap: 11px;
    border: 1px solid #E4E1E8;
    border-radius: 10px;
    padding: 14px 15px;
    cursor: pointer;
}

.req__unit:hover {
    border-color: #D3CFDA;
}

.req__unit input {
    margin: 2px 0 0;
    width: 18px;
    height: 18px;
    accent-color: #FF4713;
    flex: none;
}

.req__unit:has(input:checked) {
    border-color: #FF4713;
    background: #FFF0EB;
}

.req__unit b {
    display: block;
    font-size: 14.5px;
    font-weight: 600;
    color: #2A2A2A;
}

.req__unit i {
    font-style: normal;
    font-size: 12.5px;
    color: #6B6B6B;
}

/* ----------------------------------------------------------------- файл */

.req__drop {
    border: 1.5px dashed #D3CFDA;
    border-radius: 12px;
    padding: 26px 20px;
    text-align: center;
    color: #8A8590;
    background: #FBFAFC;
}

.req__drop--over {
    border-color: #FF4713;
    background: #FFF0EB;
}

.req__drop--filled {
    border-style: solid;
    border-color: #15803D;
}

.req__drop-t {
    margin: 10px 0 3px;
    font-size: 14.5px;
    font-weight: 600;
    color: #2A2A2A;
}

.req__drop-d {
    margin: 0 0 14px;
    font-size: 12.5px;
    color: #8A8590;
}

.req__drop-b {
    border: 1px solid #D3CFDA;
    background: #FFFFFF;
    border-radius: 8px;
    height: 38px;
    padding: 0 18px;
    font-size: 13px;
    font-weight: 600;
    color: #2A2A2A;
    cursor: pointer;
}

.req__drop-b:hover {
    border-color: #FF4713;
    color: #FF4713;
}

.req__file {
    margin: 12px 0 0;
    font-size: 13px;
    font-weight: 600;
    color: #15803D;
}

.req__or {
    display: flex;
    align-items: center;
    gap: 12px;
    margin: 16px 0;
    color: #8A8590;
    font-size: 12.5px;
}

.req__or::before,
.req__or::after {
    content: "";
    flex: 1;
    height: 1px;
    background: #E4E1E8;
}

/* ----------------------------------------------------------------- голос */

.req__voice {
    text-align: center;
}

.req__voice-b {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    border: 1px solid #D3CFDA;
    background: #FFFFFF;
    border-radius: 9px;
    height: 44px;
    padding: 0 20px;
    font-size: 14px;
    font-weight: 600;
    color: #2A2A2A;
    cursor: pointer;
}

.req__voice-b:hover {
    border-color: #FF4713;
    color: #FF4713;
}

.req__voice-b--on {
    border-color: #FF4713;
    background: #FFF0EB;
    color: #C4310A;
}

.req__voice-d {
    margin: 9px 0 0;
    font-size: 12.5px;
    color: #8A8590;
}

/* ----------------------------------------------------------------- текст */

.req__text-l {
    display: block;
    margin: 18px 0 7px;
    font-size: 12.5px;
    font-weight: 600;
    color: #57535C;
}

.req__text {
    width: 100%;
    border: 1px solid #D3CFDA;
    border-radius: 9px;
    padding: 12px 14px;
    font-family: inherit;
    font-size: 14px;
    line-height: 1.5;
    color: #2A2A2A;
    resize: vertical;
}

.req__text:focus {
    outline: none;
    border-color: #FF4713;
}

/* ---------------------------------------------------------------- поля */

.req__fields {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
}

.req__field {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.req__field span {
    font-size: 12.5px;
    font-weight: 600;
    color: #57535C;
}

.req__field b {
    color: #FF4713;
}

.req__field input {
    border: 1px solid #D3CFDA;
    border-radius: 9px;
    height: 44px;
    padding: 0 13px;
    font-family: inherit;
    font-size: 14.5px;
    color: #2A2A2A;
}

.req__field input:focus {
    outline: none;
    border-color: #FF4713;
}

.req__consent {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin: 16px 0 18px;
    font-size: 13px;
    line-height: 1.5;
    color: #57535C;
    cursor: pointer;
}

.req__consent input {
    margin: 2px 0 0;
    width: 17px;
    height: 17px;
    accent-color: #FF4713;
    flex: none;
}

.req__consent a {
    color: #FF4713;
}

.req__submit {
    width: 100%;
    border: 0;
    border-radius: 9px;
    background: #FF4713;
    color: #FFFFFF;
    height: 50px;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
}

.req__submit:hover {
    background: #C4310A;
}

.req__submit:disabled {
    background: #C9C5CE;
    cursor: default;
}

.req__promise {
    margin: 11px 0 0;
    font-size: 12.5px;
    text-align: center;
    color: #8A8590;
}

.req__error {
    margin: 12px 0 0;
    padding: 11px 14px;
    border-radius: 8px;
    background: #FDF3E7;
    color: #B45309;
    font-size: 13.5px;
}

/* -------------------------------------------------------------- как это */

.req__how {
    margin-top: 30px;
    padding-top: 24px;
    border-top: 1px solid #E4E1E8;
}

.req__how-t {
    margin: 0 0 14px;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #8A8590;
}

.req__how-g {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
}

.req__how-i b {
    display: block;
    font-size: 14px;
    margin-bottom: 5px;
    color: #2A2A2A;
}

.req__how-i p {
    margin: 0;
    font-size: 13px;
    line-height: 1.5;
    color: #57535C;
}

@media (max-width: 700px) {
    .req__units,
    .req__fields,
    .req__how-g {
        grid-template-columns: minmax(0, 1fr);
    }

    .req__title {
        font-size: 24px;
    }

    .req__step {
        padding: 17px 16px 19px;
    }
}
