

/* Start:/local/components/eastcement/vehicles.new/templates/.default/style.css?177614895118418*/
.block-brand-vehicle {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
    padding-right: 15px;
}

.fields-wrapper-additional {
    padding-left: 0 !important;
}

#state-number {
    text-transform: uppercase;
}

.input_car_field {
    background-color: white !important;
}

.brand-error-text {
    /* position: absolute; */
    color: red;
    font-size: 14px;
    font-weight: bold;
    animation: fadeInVehicleError forwards .3s;
}

.brand-error-text-terminal {
    top: 133px !important;
    background: white;
    left: 0;
    padding: 10px;
    border-radius: 20px;
    font-size: 25px;
    white-space: nowrap;
    animation: fadeInTerminalError linear .5s;
}

@keyframes fadeInTerminalError {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}
@keyframes fadeInVehicleError {
    from {
        opacity: 0;
        transform: translateX(-20px);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }
}

.vehicle_number_wrapper {
    display: flex;
    border: 3px solid black;
    border-radius: 8px;
    max-width: 256px;
    overflow: hidden;
    position: relative;
    height: 64px;
    z-index: 100;
}

.terminal_vehicle_number_wrapper {
    max-width: 425px !important;
    height: 115px !important;
}

.terminal_vehicle_number_wrapper #state-number {
    font-size: 65px !important;
}

.terminal_vehicle_number_wrapper #state-number::placeholder {
    font-size: 65px !important;
}

.terminal_vehicle_number_wrapper #region-code {
    font-size: 50px !important;
}

.terminal_vehicle_number_wrapper #region-code::placeholder {
    font-size: 50px !important;
}

.terminal_vehicle_number_wrapper .vehicle_region_image {
    transform: scale(1.8) translateY(-4px) !important;
    position: absolute !important;
    right: 16px !important;
    height: 14px !important;
}

.vehicle_number_wrapper input {
    height: 100%;
    width: 100%;
    border: none;
    transition: all .2s;
}

.vehicle_number_wrapper input:focus {
    box-shadow: inset 0px 0px 0px 4px #f89633;
}

.vehicle_region_image {
    position: absolute;
    right: -2px;
    width: 63px;
    height: 15px;
    bottom: 12px;
}

.vehicle_region_image svg {
    width: 100%;
    height: 100%;
}

.vehicle_number_state_number {
    width: 75%;
}

.vehicle_number_state_region input::placeholder {
    font-size: 25px;
    font-weight: 600;

}

.vehicle_number_state_region input {
    font-size: 25px;
    font-weight: 600;
    padding-bottom: 15px;
    padding-left: 5px;
}

.vehicle_number_state_number input::placeholder {
    font-size: 32px;
    font-weight: 700;
    font-weight: bold;
}

.vehicle_number_state_number input {
    padding-left: 32px;
    border-right: 2px solid black;
    font-size: 32px;
    font-weight: bold;
    height: 100% !important;
}

.vehicle_number_state_region {
    width: 25%;
}

.terminal_vehicles-scroll {
    scroll-snap-type: y mandatory;
    overflow: auto;

}

.vehicles.row {
    flex-direction: column;
}

.dropdown-vehicle-brand {
    box-shadow: 8px 10px 10px rgba(0, 0, 0, .09);
    padding: 10px;
    display: flex;
    flex-direction: column;
    background-color: rgb(255, 255, 255);
    border: 1px solid rgba(127, 128, 127, 0.5);
    width: calc(33.33333% - 40px);
    max-height: 150px;
    position: absolute !important;
    z-index: 100;
    overflow-y: auto !important;
}

.not-found-brand {
    cursor: default !important;
}

.not-found-brand:hover {
    color: #7f807f !important;
}

.dropdown-brand-element {
    cursor: pointer;
    margin-bottom: 5px;
    width: 100%;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    color: #7f807f;
    transition: color 0.1s ease;
}
#brand-vehicle {
    margin-bottom: 0px !important;
}

.dropdown-brand-element:hover {
    color: #FE601F;
}

.new-vehicle-step {
    width: 100%;
    /* overflow: hidden; */
    opacity: 0;
    left: -110%;
    transition: ease .5s;
    pointer-events: none;
    position: absolute;
    top: 0;
    animation: fadeOutOverflowVehicle forwards .2s;
}

.new-vehicle-step.is-active {
    overflow: visible;
    pointer-events: all;
    z-index: 100;
    position: static;
    opacity: 1;
    left: 20px;
    animation: fadeInOverflowVehicle forwards .3s;
}

@keyframes fadeInOverflowVehicle {
    from {
        opacity: 0;
        left: 100%;
    }

    to {
        opacity: 1;
        left: 20px;
    }
}

@keyframes fadeOutOverflowVehicle {
    from {
        opacity: 1;
        left: 20px;
    }

    to {
        opacity: 0;
        left: -110%;
    }
}

.additional-fields {
    width: 100%;
    overflow: hidden;
}

.new-vehicle-step h1 {
    font-size: 34px;
    font-weight: 600;
    opacity: .5;
}

.new-vehicle-step.is-active h1 {
    opacity: 1;
}

.new-vehicle-step .fields-wrapper,
.new-vehicle-step .additional-fields {
    display: flex;
    flex-wrap: wrap;
    /*  width: 100%; */
    max-height: 0;
    transition: max-height 1s;
    /* overflow: hidden; */
    flex-direction: row;
}

.new-vehicle-step.get-state-number.is-active {
    overflow: visible;
}

.new-vehicle-step.is-active .fields-wrapper {
    max-height: 5000px;
    transition: max-height 1s;
}

.new-vehicle-step .additional-fields.is-active {
    max-height: 400px;
    transition: max-height 1s;
}

/* .additional-fields.is-active {
    overflow: visible;
} */
.btn.korus-prev,
.btn.korus-next {
    margin-left: 0;
}

.input:disabled {
    background-color: lightgray;
}

.images-wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}

.images-wrapper h3 {
    margin-top: 15px;
    font-size: 22px;
    padding: 0 10px;

}

@media screen and (max-width: 576px) {
    .images-wrapper {
        gap: 10px;
    }
}

.img-block {
    text-align: center;
    background-color: #f1f1f1;
    border: #f1f1f1 solid 2px;
    /* overflow: hidden; */
    border-radius: 5px;
    /* margin: 0 10px 10px 0; */
    transition: 0.3s;
    padding-bottom: 15px;

}

.img-block.is-selected {
    color: #FE601F;
    border-color: #FE601F;
    transition: 0.5s
}

.img-block:not(.is-selected) .img-vehicle {
    opacity: .5;
    filter: grayscale(100%);
    transition: 0.3s
}

.new-vehicle-step:not(.hover-off) .img-block:not(.is-selected):hover {
    border-color: rgba(254, 96, 31, .3);
    transition: 0.5s
}

.new-vehicle-step:not(.hover-off) .img-block:not(.is-selected):hover .img-caption,
.new-vehicle-step:not(.hover-off) .img-block:not(.is-selected):hover .img-vehicle {
    opacity: 1;
    transition: 0.5s
}

.img-vehicle {
    margin: 10px;
    width: 90%;
    object-fit: contain;
    height: 120px;
}

.get-conf .fields-wrapper,
.get-type .fields-wrapper,
.get-axis .fields-wrapper,
.get-state-number .fields-wrapper {
    margin-left: 16px;
}

.img-wrapper {
    width: calc(100% - 2px);
    margin: 1px;
    background-color: white;
    position: relative;
    display: flex;
    justify-content: center;
}

.vehicles .img-info {
    position: absolute;
    right: 10px;
    top: 10px;
}

.wheels_types .img-info {
    right: 2px;
    top: 2px;
}

.korus-next {
    margin-left: 100px;
}

.btn.is-hidden {
    display: none;
}

.go-back a {
    width: 100%;
    color: #7f807f;
}

.img-svg {
    display: inline-block;
    pointer-events: none;
}

.go-back .object-wrapper {
    display: inline-block;
}

.go-back .img-svg {
    margin-bottom: -8px;
}

.go-back:hover path {
    fill: #FE601F;
}

.has-error-field {
    position: relative;
}

.error-text {
    position: absolute;
    left: 15px;
    bottom: 0px;
    color: red;
    font-size: 12px;
    font-weight: bold;
}

.error-text.hide {
    display: none;
}

.new-vehicle-step.show-suggestions .fields-wrapper,
.new-vehicle-step.show-suggestions .additional-fields {
    overflow: visible;
}

.btn-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 14px 0;
    padding: 0px;
    width: 100%;
    position: relative;
    z-index: 3;
}

.axle_groups {
    display: flex;
    padding: 10px 0px;
    align-items: flex-end;
    gap: 20px;
    align-self: stretch;
    flex-wrap: wrap;
}

.axle_groups .axile_group {
    display: flex;
    min-width: 250px;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    gap: 15px;
}

.axile_group .axile_info {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    gap: 8px;
}

.axile_group .whell_info {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 5px;
    align-self: stretch;
}

.axile_info .wheels_types {
    display: flex;
    align-items: flex-start;
    gap: 8px;
}

.axile_info .selectholder.disabled {
    cursor: default;
}

.wheels_types .img-block {
    width: 117px;
    margin: 0;
    cursor: default;
}

.wheels_types .img-block:not(.disabled) {
    cursor: pointer;
}

.wheels_types .img-block h4 {
    font-weight: 500;
}

.wheels_types .img-block .img-vehicle {
    width: calc(100% - 20px);
    margin: 7px 0 5px 0;
}

.axile_group h4, h3 {
    font-weight: 600;
}

.whell_info img {
    width: 70px;
    height: 138px;
}

.get-axis_group .fields-wrapper {
    flex-direction: column;
}

/* Контейнер подсказок */
.img-wrapper {
    position: relative;
}

/* Текст подсказки */
.img-wrapper .tooltiptext {
    visibility: hidden;
    width: 236px;
    background-color: #555;
    color: #fff;
    text-align: center;
    padding: 5px;
    border-radius: 6px;
    position: absolute;
    bottom: calc(100% - 5px);
    right: -15px;
    opacity: 0;
    transition: opacity 0.3s;
    z-index: 999;
}

.wheels_types .img-wrapper .tooltiptext {
    bottom: calc(100% + 3px);
    right: -40px;
    width: 190px;
}

/* Подсказка стрелка */
.img-wrapper .tooltiptext::after {
    content: "";
    position: absolute;
    top: 100%;
    right: 32px;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #555 transparent transparent transparent;
}

.wheels_types .img-wrapper .tooltiptext::after {
    right: 48px;
}

/* Отображение текста подсказки при наведении курсора мыши на контейнер подсказки */
.img-info:hover~.tooltiptext {
    visibility: visible;
    opacity: 1;
}

@media (min-width: 576px) and (max-width: 1226px) {
    .block-brand-vehicle {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .dropdown-vehicle-brand {
        width: calc(50% - 45px);
    }
}

@media (max-width: 576px) {
    .block-brand-vehicle {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .dropdown-vehicle-brand {
        width: calc(100% - 30px);
    }

    .brand-error-text {
        top: 377px;
    }
}

@media (min-width: 0) and (max-width: 599px) {
    .btn-wrapper {
        padding: 0px !important;
    }

    .fields-wrapper {
        margin: 0 -15px 0 -15px;
    }

    .btn-wrapper .btn {
        width: 100%;
        margin: 12px 0;
    }

    .img-block {
        margin: 0 0px 10px 0;
        width: 100%;
    }

    .get-conf .fields-wrapper, .get-type .fields-wrapper, .get-axis .fields-wrapper {
        margin-left: 0;
    }

    .wheels_types .img-block {
        width: 117px;
    }

    .axle_groups {
        padding: 30px 0px;
        gap: 30px;
    }

    .axle_groups .axile_group {
        width: 100%;
    }

    .axile_group h3 {
        align-self: center;
    }

    .img-vehicle {
        max-width: calc(100% - 20px);
        height: auto;
    }

    .vehicles .img-info {
        display: none;
    }
}

.check-vehicle-btn-terminal {
    border-radius: 60px !important;
    font-size: 34px !important;
}

.terminal_vehicle_keyboard {
    z-index: 10;
    width: 100%;
    background-color: white;
    position: absolute;
    bottom: 50%;
    left: 50%;
    transition: ease-in-out .4s;
    opacity: 0;
    pointer-events: none;
    transform: translateX(-50%) translateY(150%);
}

.terminal_vehicle_keyboard_show {
    opacity: 1;
    transform: translateX(-50%) translateY(50%);
    pointer-events: all;
}

.container_car_keyboard {
    width: 100%;
    display: flex;
    justify-content: center;

    margin: 0 auto;
    padding: 30px 0;
    border-top: 2px solid #36343580;
    user-select: none;

}

.car_keyboard {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 30px;
}

.car_keyboard_letters {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
}

.car_keyboard_letters .button_car_keyboard {
    background-color: #F4F4F4;
}

.car_keyboard_numpad .button_car_keyboard {
    background-color: #FFF3E7;
}

.car_keyboard_numpad .lastitem {
    grid-area: 4 / 2 / 5 / 4;
    display: flex;
    justify-content: center;
    align-items: center;
}

.car_keyboard_numpad {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
}

.button_car_keyboard {
    height: 60px;
    padding: 0 50px;
    font-size: 40px;
    font-weight: 600;
    border-radius: 15px;

}

.button_car_keyboard:active {
    color: white;
    background-color: #f89633;
}

.button_car_keyboard_active_btn {
    color: white !important;
    background-color: #f89633 !important;
}

.button_car_keyboard_active_btn svg path {
    fill: white;
}

.button_car_keyboard:active svg path {
    fill: white
}

.terminal_vehicle_focus_layout {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 2;
    background: #02010dab;
    left: 0;
    top: 0;
    opacity: 0;
    pointer-events: none;
    transition: ease .5s;
}

.terminal_vehicle_focus_layout_show {
    pointer-events: all;
    opacity: 1;
}

.terminal_additional_layout {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 2;
    background: #02010dab;
    left: 0;
    top: 0;
    opacity: 0;
    pointer-events: none;
    transition: ease .5s;
}

.terminal_additional_layout_show {
    pointer-events: all;
    opacity: 1;
}

.vehicle_region_image_disabled {
    opacity: 0.5;
}


.block-brand-vehicle {
    margin-top: 15px;

}

.block-brand-vehicle label {
    font-size: 34px !important;

}

.block-brand-vehicle-params {
    margin-top: 15px;
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}

.block-brand-vehicle-params input {
    margin-bottom: 0 !important;
}

.block-brand-vehicle-params label {
    font-size: 34px !important;
}

@media screen and (max-width: 697px) {
    .block-brand-vehicle-params-wrapper {
        width: 100%;
    }

}

@media screen and (max-width: 576px) {
    .block-brand-vehicle {
        padding-right: 0px !important;
    }
}


@media screen and (max-width: 550px) {
    .block-brand-vehicle label {
        font-size: 2em !important;

    }

    .block-brand-vehicle-additional label {
        font-size: 2em !important;
    }
}

.vehicle_new_configurator {
    background: white;
    padding: 25px;
    border-radius: 10px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}


.vehicle_new_options {
    display: flex;
    gap: 12px;
    flex-direction: column;
    margin-top: 15px;
    font-size: 30px;
}

.vehicle_new_option_radio {
    width: auto;
}

.vehicle_new_option {
    display: flex;
    align-items: center;
    padding: 25px 0;
    border: 2px solid #ddd;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.3s;
    background: #f9f9f9;
}

.vehicle_new_option:hover {
    border-color: #aaa;
    background: #f0f0f0;
}

.vehicle_new_option input {
    margin-right: 15px;
    transform: scale(1.3);
    opacity: 0;

}

.vehicle_new_option-label {
    font-size: 18px;
    font-weight: bold;
    color: #333;
}

.vehicle_new_option_selected {
    border-color: #f89633 !important;
    background: #f89633c7 !important;
    color: #3d3939 !important;
}

.vehicle_new_configurator_btn {
    font-size: 35px;
    font-weight: 600;
    background-color: #f89633;
    color: white;
    width: 100%;
    margin-top: 15px;
    padding: 30px 0px;
    border-radius: 16px;
    text-align: center;
}

.vehicle_new_option-description {
    font-size: 14px;
    color: #666;
    margin-top: 5px;
}

.vehicle_new_configurator {
    position: fixed;
    top: 0;
    left: 50%;
    transform: translate(-50%, -100%);
    width: 100%;
    background: white;
    padding: 25px;
    border-radius: 10px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    z-index: 1004;
    opacity: 0;
    visibility: hidden;
    transition: ease-in-out 0.3s;
}

.vehicle_new_configurator h4 {
    font-size: 34px;
}

.vehicle_new_configurator_show {
    opacity: 1;
    visibility: visible;
    transform: translate(-50%, 0);
}

.vehicle_new_configuration_zIndex {
    z-index: 1004;
}

.vehicle_option_layout {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 1003;
    background: #02010dab;
    left: 0;
    top: 0;
    opacity: 0;
    pointer-events: none;
    transition: ease .5s;
}

.vehicle_option_layout_show {
    pointer-events: all;
    opacity: 1;
}

.terminal_input_vehicle_pick {
    transition: margin .3s;
    font-size: 34px !important;
    border-radius: 30px !important;
    height: 70px !important;
    min-width: 421px;
}

.terminal_input_vehicle_pick::placeholder {
    font-size: 34px !important;
}

.terminal-vehicle-input-error-show {
    margin-bottom: 45px !important;
}


.vehicle_new_configurator-default {
    position: absolute;
    left: 0;
    transform: translate(0, -100%);
    width: 100%;
    background: white;
    padding: 0;
    border-radius: 4px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    z-index: 1004;
    overflow: hidden;
    transition: ease-in-out 0.3s;
    max-height: 0;
}
.vehicle_new_configurator-default-show {
    max-height: 350px;
    opacity: 1;
    visibility: visible
}

.vehicle_new_configurator-default .vehicle_new_option {
    display: flex;
    align-items: center;
    padding: 0px 0;
    border: 2px solid #ddd;
    cursor: pointer;
    transition: all 0.3s;
    background: #f9f9f9;
    font-size: 20px;
    font-weight: 400;
    border: none;
    background: transparent;
    padding: 12px 0;
}
.vehicle_new_configurator-default .vehicle_new_option:hover {
    background: #f0f0f0;
}

.vehicle_new_configurator-default .vehicle_new_option input {
    margin-right: 0;
    transform: scale(0);
    opacity: 0;
}
.vehicle_new_configurator-default .vehicle_new_option_selected {
    border-color: none;
}

.axile_info-default {
    position: relative;
}
/* End */
/* /local/components/eastcement/vehicles.new/templates/.default/style.css?177614895118418 */
