.autofest {
    position: relative;
    max-width: 600px;
    width: 100%;
    margin: 0 auto;
    padding: 100px 15px 0;
}

.autofestGradient  {
    position: absolute;
    top: 0;
    left: 0;
    pointer-events: none;
}

.autofestLogo {
    font-size: 0;
    line-height: 0;
}

.autofestContentText {
    position: relative;
    margin-top: 54px;
     text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px;
    padding: 10px 40px;
    text-transform: uppercase;
    border-radius: 16px;
    border: 1px solid rgba(123, 123, 123, 0.20);
    background: #fff;
    background: linear-gradient(249deg, #3595E3 22.73%, #62B95B 77.27%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;  
}
.autofestContentText::after {
    content: '';
    position: absolute;
    top: -52px;
    right: 0;
    display: block;
    width: 84px;
    height: 84px;
    background-image: url(../images/autofest/autofestSale.svg);
}

.autofestSelectFormGroup,
.autofestSelectModel {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-top: 24px;
}

.autofestSelectFormGroup span,
.autofestSelectModel span {
    color:  #717171;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px; /* 175% */
}

.autofestSelectInput {
      width: 100%;
    height: 48px;
    background-color: #fff;
    border-radius: 16px;
    border: none;
    padding: 0 16px;
}

.autofestSelectModel select {
    width: 100%;
    height: 48px;
    background-color: #fff;
    border-radius: 16px;
    border: none;
    padding: 0 40px 0 16px;
    cursor: pointer;
    outline: none;

    appearance: none;
    -webkit-appearance: none;

    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%23888780' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");

    background-repeat: no-repeat;
    background-position: right 14px center;
}

.autofestSelectBtn {
    margin-top: 24px;
    width: 100%;
    max-width: 100%;
}

#autofestSelect .catalogProduct {
    margin-top: 24px;
}

#autofestSelect .catalogProductButtons {
    display: none;
}

.catalogProductEconomy {
    margin-bottom: 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.catalogProductEconomy span {
    color: #000;
font-size: 21px;
font-style: normal;
font-weight: 700;
line-height: 24px;
}

.catalogProduct:hover {
    box-shadow: none;
}

@media screen and (min-width:1000px) {
    .autofestGradient  {
        display: none;
    }
}

.autofestSelectPolicy {
    margin-top: 24px;
}

#autofestSelectJs.consultFormItemError {
    border: 1px solid #D7001D;
    color:#D7001D;
}

.consultFormSuccess {
    margin-top: 24px;
}

.consultFormItemPolicyLabel {
    color: #000;
}