form#podbor-akkuma-form {
    border-radius: 8px;
    background: linear-gradient(102deg, rgba(78, 78, 82, 0.91) 13.78%, #959595 52.13%, #4E4E52 96.03%);
    padding: 40px 0px 16px;
    margin: 50px 0px 40px;
}

.podbor_title {
    color: #FCFAFA;
    font-family: Magistral;
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.podbor_title span {
    color: #F8A800;
    font-family: Magistral;
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%; /* 33.6px */
    text-transform: uppercase;
}

img.podbor-akk {
    margin-top: -91px;
    margin-left: 60px;
}
img.podbor-right {
    margin-left: -5px;
}
button#sens {
    border-radius: 4px;
    background: linear-gradient(114deg, #F8A800 27.17%, #FFD987 93.21%);
    color: #000;
    font-family: Magistral;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    /* 14.4px */
    text-transform: uppercase;
    display: flex;
    width: 196px;
    padding: 12px 20px 10px 20px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    flex-shrink: 0;
    align-self: stretch;
    border: none;
}

form#podbor-akkuma-form input, form#podbor-akkuma-form select {
    border-radius: 4px;
    border: 1px solid rgba(78, 78, 82, 0.20);
    color: #4E4E52;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    /* 19.2px */
    height: 40px;
}
.podbor-btn-block {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.show-btn-form {
    display: flex;
    height: 100%;
    justify-content: center;
    align-items: flex-start;
    padding-top: 5px;
}

#showbtnform {
    border-radius: 4px;
    background: linear-gradient(99deg, #F8A800 13.48%, #FAF5EA 50.86%, #F8B015 93.36%);
    color: #0C0C0C;
    font-family: Magistral;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    /* 19.2px */
    text-transform: uppercase;
    display: inline-flex;
    padding: 21px 40px 20px 40px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border: none;
    height: 60px;
    position: relative;
}
div#show-form {
    display: none;
    padding-bottom: 8px;
}
div#show-form.show {
    display: block;
}
@media (max-width: 767px) {
    form#podbor-akkuma-form {
        padding: 40px 20px 16px;
        margin: 50px -15px 40px;
    }
    img.podbor-akk {
        margin-left: 0px;
        margin-top: -85px;
    }
    .podbor_title {
        color: #FCFAFA;
        font-family: Magistral;
        font-size: 16px;
        font-style: normal;
        font-weight: 700;
        line-height: 120%;
        text-transform: uppercase;
    }
    .podbor_title span {
        color: #F8A800;
        font-family: Magistral;
        font-size: 16px;
        font-style: normal;
        font-weight: 700;
        line-height: 120%; /* 19.2px */
        text-transform: uppercase;
    }
    form#podbor-akkuma-form .form-group {
        margin-bottom: 8px;
    }

    button#sens {
        width: 100%;
        color: #000;
        font-family: Magistral;
        font-size: 12px;
        font-style: normal;
        font-weight: 500;
        /* 14.4px */
        text-transform: uppercase;
        margin-bottom: 16px;
    }

    img.podbor-right {
        margin: auto;
        width: 100%;
    }
    .podbor-btn-block {
        display: flex;
        flex-direction: column;
    }

    a#showbtnform {
        color: #0C0C0C;
        font-family: Magistral;
        font-size: 14px;
        font-style: normal;
        font-weight: 700;
        line-height: 120%; /* 16.8px */
        text-transform: uppercase;
        display: flex;
        padding: 11px 20px 10px 20px;
        justify-content: center;
        align-items: center;
        gap: 8px;
        height: 40px;
    }

    .show-btn-form img {
        height: 40px;
    }
    .podbor_title {
        margin: 10px 0px;
    }
    .show-btn-form {
        display: flex;
        height: 100%;
        justify-content: center;
        align-items: flex-start;
        padding-top: 0px;
        gap: 10px;
        width: 100%;
    }
}
@media (max-width: 320px) {

    img.podbor-akk {
        margin-top: -64px;
    }

    form#podbor-akkuma-form {
        padding: 30px 20px 16px;
    }
}

#xcar_title {color: #FFF;}
.x_error {border: 1px solid red!important; color: red!important;}