/* Скидання відступів, полів та рамок */
*,
*::before,
*::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0;
}

/* Базові налаштування для документа */
html {
    font-size: 100%; /* Задає 16px за замовчуванням */
    -webkit-text-size-adjust: 100%; /* Вимикає зміну розміру шрифта у Safari */
    line-height: 1.5;
    scroll-behavior: smooth; /* Плавне прокручування для всього документа */
}

body {
    font-family: var(--font-family-main);
    color: #333;
    background-color: #fff;
}

/* Видалення стандартного оформлення заголовків */
h1, h2, h3, h4, h5, h6 {
    font-size: inherit;
    font-weight: normal;
    margin: 0;
}

/* Налаштування списків */
ul, ol {
    list-style: none;
    padding: 0;
    margin: 0;
}

/* Вирівнювання зображень */
img {
    max-width: 100%;
    height: auto;
    display: block;
}

/* Скидання стилів для посилань */
a {
    text-decoration: none;
    color: inherit;
}

/* Налаштування таблиць */
table {
    border-collapse: collapse;
    width: 100%;
}

th, td {
    padding: 0;
    text-align: left;
}

/* Скидання стилів для форм */
button, input, select, textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    background-color: transparent;
    border: none;
    outline: none;
}

button {
    cursor: pointer;
}

textarea {
    resize: vertical; /* Дозволяє лише вертикальне змінення розміру */
}

/* Скидання стилів для форми, чекбоксів і радіокнопок */
input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}

/* Приховує фокус-контур при кліку мишкою, але залишає при навігації клавіатурою */
:focus:not(:focus-visible) {
    outline: none;
}

/* Базові налаштування для медіа */
audio, video {
    display: block;
    max-width: 100%;
}

/* Видалення стрілок для інпутів типу number в Chrome */
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type="number"] {
    -moz-appearance: textfield;
}

/* Налаштування iframe для збереження пропорцій */
iframe {
    border: none;
}

/* Стандартний стиль для кнопок */
button {
    background: none;
    padding: 0;
    border: none;
}

/* Скидання стилів для горизонтальної лінії */
hr {
    border: none;
    height: 1px;
    background-color: #ccc;
}



@font-face {
    font-family: "Motor4F";
    src:
            url("../fonts/Motor4F.ttf") format("truetype"),
            url("../fonts/Motor4F.otf") format("opentype");
    font-weight: normal;
    font-style: normal;
}





:root {
    --font-family-main: "Inter Tight", sans-serif;
    --font-family-minor: "Motor4F", sans-serif;;
    --color-text-grey: rgba(163, 170, 175, 1);
    --color-text-title: rgba(32, 34, 40, 1);
    --color-text-box-option-number: rgba(238, 127, 26, 1);
    --color-text-box-option-circle: rgba(238, 127, 26, 1);
    --color-text-white: rgba(255, 255, 255, 1);
    --color-text-red: rgba(238, 26, 26, 1);
    --color-text-active: rgba(238, 127, 26, 1);
    --background-color-nav-tabs:  rgba(255, 255, 255, 1);
    --background-color-box-option:  rgba(255, 255, 255, 1);
    --background-color-option-input: rgba(248, 251, 253, 1);
    --background-color-option-neon:  rgba(0, 253, 73, 1);
    --background-color-option-neon-active:  rgba(0, 253, 73, 0.4);
    --background-color-scroll-bar: rgba(238, 127, 26, 1);
    --background-color-btn-viber: rgba(103, 93, 169, 1);
    --border-box-option-input: 1px solid rgba(225, 237, 244, 1);
    --border-box-option-color: 1px solid rgba(163, 170, 175, 1);
    --border-box-option-color-vip-keychain: 2px solid rgba(163, 170, 175, 1);
    --border-box-nav-tabs-active: 1px solid rgba(238, 127, 26, 1);
    --border-box-option: 1px solid rgba(231, 240, 245, 1);
    --border-box-option-brand-cars: 1px solid rgba(231, 240, 245, 1);
    --border-box-option-item-cars-active: 3px solid rgba(238, 127, 26, 1);
    --border-box-option-btn-add-order: 1px solid rgba(238, 127, 26, 1);
    --box-shadow-neon: 0px 4px 58.6px rgba(0, 253, 73, 0.8);
    --box-shadow-neon: 0px 4px 58.6px rgba(0, 253, 73, 0.8);
    --transition-time: 300ms ease-out;
}


/** Повторювальні класи **/


.list_material {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    flex-wrap: nowrap;
    overflow-x: auto;
    padding-left: 24px;
    padding-right: 24px;
    padding-bottom: 20px;

}


/* Стилізація самого скролбару */
.list_material::-webkit-scrollbar,
.list_brand_car::-webkit-scrollbar,
.region_dropdown::-webkit-scrollbar,
.box_letter_license_plate::-webkit-scrollbar,
.container_nav_tabs::-webkit-scrollbar,
.box_option_color_vip_keychain::-webkit-scrollbar,
.box_number_license_plate::-webkit-scrollbar
{
    height: 4px; /* Висота горизонтального скролбару */
    width: 4px; /* Висота горизонтального скролбару */
}

/* Колір фону скролбару (ззаду бігунка) */
.list_material::-webkit-scrollbar-track,
.list_brand_car::-webkit-scrollbar-track,
.region_dropdown::-webkit-scrollbar-track,
.box_letter_license_plate::-webkit-scrollbar-track,
.container_nav_tabs::-webkit-scrollbar-track,
.box_option_color_vip_keychain::-webkit-scrollbar-track,
.box_number_license_plate::-webkit-scrollbar-track {
    border-radius: 4px;
}

/* Стилізація бігунка скролбару */
.list_material::-webkit-scrollbar-thumb,
.list_brand_car::-webkit-scrollbar-thumb,
.region_dropdown::-webkit-scrollbar-thumb,
.box_letter_license_plate::-webkit-scrollbar-thumb,
.container_nav_tabs::-webkit-scrollbar-thumb,
.box_option_color_vip_keychain::-webkit-scrollbar-thumb,
.box_number_license_plate::-webkit-scrollbar-thumb {
    background-color: var(--background-color-scroll-bar);

}

/* Зміна кольору бігунка при ховері */
.list_material::-webkit-scrollbar-thumb:hover,
.list_brand_car::-webkit-scrollbar-thumb:hover,
.region_dropdown::-webkit-scrollbar-thumb:hover,
.box_letter_license_plate::-webkit-scrollbar-thumb:hover,
.container_nav_tabs::-webkit-scrollbar-thumb:hover,
.box_option_color_vip_keychain::-webkit-scrollbar-thumb:hover,
.box_number_license_plate::-webkit-scrollbar-thumb:hover {
    background-color: var(--background-color-scroll-bar);
}

/* Зміна кольору бігунка при натисканні */
.list_material::-webkit-scrollbar-thumb:active,
.list_brand_car::-webkit-scrollbar-thumb:active,
.region_dropdown::-webkit-scrollbar-thumb:active,
.box_letter_license_plate::-webkit-scrollbar-thumb:active,
.container_nav_tabs::-webkit-scrollbar-thumb:active,
.box_option_color_vip_keychain::-webkit-scrollbar-thumb:active,
.box_number_license_plate::-webkit-scrollbar-thumb:active {
    background-color: var(--background-color-scroll-bar);
}


.list_item {
    width: 65px;
    flex: 0 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 5px;
    position: relative;
    cursor: pointer;
    user-select: none;
}


.list_item_photo {
    width: 65px;
    height: 65px;
    border-radius: 50%;
    border: 2px dashed rgba(163, 170, 175, 1);
    object-fit: cover;
    transition: border var(--transition-time);
    position: relative;
    z-index: 1;


}

.list_item_photo_update {
    background-size: 450px 450px;
    background-position-x: -103px;
    background-position-y: -40px;
}

.list_item:hover .list_item_photo {
    border: none;
}

.list_item.active > .list_item_photo{
    border: var(--border-box-option-item-cars-active);
}


.list_item::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 65px;
    height: 65px;
    border-radius: 50%;
    background-color: rgba(238, 127, 26, 0.2);
    opacity: 0;
    transition: opacity var(--transition-time);
    z-index: 3;
}

.list_item:hover::before {
    opacity: 1;
}

.list_item_name {
    font-family: var(--font-family-main);
    font-size: 11px;
    font-weight: 400;
    line-height: 1.5;
    color: var(--color-text-title);
    transition: color var(--transition-time);
    text-wrap: wrap;
    text-align: center;
}

.list_item.active > .list_item_name {
    color: var(--color-text-active);
}

/** /Повторювальні класи **/


.accessory_page_color{
    padding-bottom: 120px;
    /* background-color: rgba(221, 234, 242, 1); */
    transition: background-color var(--transition-time);
}


.section_nav_button{
    padding-top: 40px;
    padding-bottom: 60px;
    width: 1470px;
    padding-left: 25px;
    padding-right: 25px;
    margin-left: auto;
    margin-right: auto;

}

.box_icon_url{
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 80px;
}


.icon_slash, .text_url{
    font-family: var(--font-family-main);
    font-size: 12px;
    font-weight: 600;
    line-height: 1.21;
    text-align: left;
    color: var(--color-text-grey);
}



.title_page{
    display: block;
    width: 629px;
    font-family: var(--font-family-main);
    font-size: 40px;
    font-weight: 600;
    line-height: 1.21;
    text-align: left;
    margin-bottom: 60px;
    color: var(--color-text-title);
}


.container_nav_tabs{
    display: flex;
    gap: 24px;
}

.box_nav_tab{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 24px;
    width: 457px;
    height: 120px;
    background-color: var(--background-color-nav-tabs);
    transition: all var(--transition-time);
}


.box_nav_tab.active {
    border: var(--border-box-nav-tabs-active);
}

.box_nav_tab:hover{
    cursor: pointer;
    box-shadow: 0px 10px 50px 0px rgba(0, 0, 0, 0.15);
}

.box_nav_tab.active:hover {
    box-shadow: none;
    cursor: auto;
}

.nav_icon_tab{
    display: block;
    width: 40px;
    height: 40px;
    user-select: none;
}

.nav_text_tab{
    display: block;
    width: 287px;
    font-family: var(--font-family-main);
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
    color: var(--color-text-title);
    user-select: none;
}



/** =============== container content =============== **/

.container_content{
    display: flex;
    flex-direction: column;
    width: 1470px;
    padding-left: 25px;
    padding-right: 25px;
    margin-left: auto;
    margin-right: auto;
    gap: 24px;
}

.container_top_option{
    display: flex;
    gap: 24px;
    width: 100%;
    /*height: 184px;*/
}

.box_option{
    padding: 24px;
    width: 337px;
    background-color: var(--background-color-box-option);
    border: var(--border-box-option);

}


.box_option_number{
    font-family: Inter Tight;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.5;
    text-align: left;
    color: var(--color-text-box-option-number);
}

.box_top_option_material{
    display: block;
}


.box_number_title{
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 24px;
}


.box_option_title{
    font-family: var(--font-family-main);
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    text-align: left;
    color: var(--color-text-title);
}

.toggle-switch {
    display: flex;
    align-items: center;
    gap: 10px;
}

.material-option {
    font-family: var(--font-family-main);
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    color: var(--color-text-grey);
    transition: color var(--transition-time);
    user-select: none;

}

.material-option:hover {
    cursor: pointer;
}

.material-option.active {
    color: var(--color-text-title); /* Активний колір */
}

#material-toggle {
    display: none;
}

.switch {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 30px;
    background-color: rgba(231, 240, 245, 1);
    border-radius: 15px;
    cursor: pointer;
    transition: background-color 0.3s;
    pointer-events: none;
}

.switch:hover{
    cursor: default;
}


.toggle-knob {
    position: absolute;
    top: 5px;
    left: 5px;
    width: 20px;
    height: 20px;
    background-color: var(--color-text-box-option-circle);
    border-radius: 50%;
    transition: transform 0.3s;
}

#material-toggle:checked + .switch .toggle-knob {
    transform: translateX(20px); /* Зміщуємо вправо */
}



/** =============box_top_option_material_the_cover============= **/

.box_top_option_material_the_cover {
    width: 1059px;
    overflow: hidden;
    padding: 24px 0 0 0;
}

.pointer_events.box_top_option_material_the_cover:hover{
    cursor: no-drop;
}

.box_number_title_material_the_cover{
    margin-left: 24px;
}


/** =============box_top_option_material_the_cover============= **/


/** ==================container_bottom_option================== **/


.container_bottom_option{
    display: flex;
    gap: 24px;
}


.container_bottom_left_option{
    display: block;
    width: 817px;
    display: flex;
    flex-direction: column;
    gap: 24px;
}


.container_bottom_left_option_box_top{
    display: flex;
    justify-content: space-between;
    height: 208px;
}


.box_option_color_metal{
    width: 217px;
}

.list_color{
    display: flex;
    gap: 12px;
    overflow-y: hidden;
}

.box_option_color_backdrop{
    width: 338px;
}


.box_options{
    display: flex;

}


.box_options_color_and_neon {
    gap: 24px;
}


.container_bottom_left_option_box_top_tablet{
    display: none;
}

.color_selector {
    display: flex;
    align-items: center;
    cursor: pointer;
    position: relative;
    gap: 12px;
}


.color_display_backdrop {
    width: 88px;
    height: 88px;
    border-radius: 50%;
    margin-right: 5px;
    border: var(--border-box-option-color);
}

.color_input {
    position: absolute;
    width: 116px;
    height: 88px;
    opacity: 0;
    cursor: pointer;
}


.dropdown_arrow {
    display: block;
    width: 16px;
    height: 8px;
}


.additional_colors {
    display: flex;
    flex-direction: column;
    gap: 12px;
}



.title_additional_colors{
    font-family: var(--font-family-main);
    font-size: 12px;
    font-weight: 500;
    line-height: 18px;
    text-align: left;
    color: var(--color-text-title);
}


.box_colors_option_neon{
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    width: 137px;
}




.color_option_neon {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    cursor: pointer;
    transition: transform 0.2s;
    border: none;
    transform: all var(--transition-time);
    background-color:  rgba(0, 253, 73, 1);
    box-shadow: 0px 0px 20px 0px rgba(0, 253, 73, 0.6);

}

.neon_green{
    background-color: rgba(48, 223, 159, 1);
    box-shadow: 0px 0px 20px 0px rgba(48, 223, 159, 0.6);
    transform: all var(--transition-time);
}

.neon_red{
    background-color: rgba(205, 43, 0, 1);
    box-shadow: 0px 0px 20px 0px rgba(205, 43, 0, 0.6);
    transform: all var(--transition-time);
}

.neon_orange{
    background-color: rgba(253, 167, 1, 1);
    box-shadow: 0px 0px 20px 0px rgba(253, 167, 1, 0.6);
    transform: all var(--transition-time);
}

.neon_blue{
    background-color: rgba(51, 4, 252, 1);
    box-shadow: 0px 0px 20px 0px rgba(51, 4, 252, 0.6);
    transform: all var(--transition-time);
}

.neon_light_green{
    background-color: rgba(0, 253, 73, 1);
    box-shadow: 0px 0px 20px 0px rgba(0, 253, 73, 0.6);
    transform: all var(--transition-time);
}

.neon_light_blue{
    box-shadow: 0px 0px 20px 0px;
    background-color: rgba(0, 247, 252, 1);
    box-shadow: 0px 0px 20px 0px rgba(0, 247, 252, 0.6);
    transform: all var(--transition-time);
}

.color_option_neon_document{
    width: 37px;
    height: 37px;
}

.color_option_neon:hover {
    transform: all var(--transition-time);
    border: 3px solid rgba(32, 34, 40, 1);
}


.color_option_neon.active {
    transform: all var(--transition-time);
    border: var(--border-box-option-item-cars-active);
}


.box_option_color_text{
    width: 208px;
}


.box_option_color_text_tablet{
    display: none;
}

.box_number_title_color_text{
    align-items: flex-start;
}

.color_display_text{
    width: 88px;
    height: 88px;
    border-radius: 50%;
    margin-right: 5px;
    border: var(--border-box-option-color);
}



/** ===============container_bottom_left_option_box_midle=============== **/

.container_bottom_left_option_box_midle{
    display: flex;
    justify-content: space-between;
    height: 202px;
}

.box_number_title_license_plate{
    padding-left: 24px;
}

.box_option_license_plate{
    width: 397px;
    padding-left: 0;
    padding-right: 0;
}



.box_option_cover_display_data{
    width: 397px;
    gap: 24px;
}

.box_number_title_cover_display_data{
    align-items: flex-start;
}


.input_cover_display_data{
    border-radius: 5px;
    width: 100%;
    padding: 16px 24px;
    border: var(--border-box-option-input);
    background-color: var(--background-color-option-input);
    text-align: center;
    font-family: var(--font-family-main);
    font-size: 16px;
    font-weight: 400;
    line-height: 1.21;
    text-align: center;
}

.input_cover_display_data::placeholder{
    color: var(--color-text-grey);
}

/** ===============/container_bottom_left_option_box_midle=============== **/


/**=================container_bottom_left_option_box_bottom===============**/

.container_bottom_left_option_box_bottom{
    height: 401px;
    display: flex;
    justify-content: space-between;

}


.box_option_logo_cover{
    width: 532px;
    overflow: hidden;
}

.box_logo_cover_content{
    display: flex;
    flex-direction: column;
    gap: 24px;

}

.box_search_input_logo_cover_icon{
    position: relative;
}

.search_input_logo_cover{
    width: 100%;
    padding: 16px 50px 16px 24px;
    border-radius: 5px;
    border: var(--border-box-option-input);
    background-color: var(--background-color-option-input);
}

.search_input_logo_cover::placeholder{
    text-align: left;
    color: var(--color-text-grey);

}

.logo_cover_icon{
    display: block;
    width: 16px;
    height: 16px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 24px;
}


.list_brand_car{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    row-gap: 12px;
    column-gap: 12px;
    overflow-y: scroll;
    height: 230px;
}



.photo_brand_car{
    display: block;
    width: 80px;
    height: 80px;
    position: relative;
    border-radius: 50%;
    border: var(--border-box-option-brand-cars);
    transition: all var(--transition-time);
    z-index: 100;
    object-fit: contain;
}
.item_brand_car:hover {
    cursor: pointer;
}

.item_brand_car {
    height: 80px;
    position: relative;
}

.item_brand_car::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background-color: rgba(238, 127, 26, 0.2);
    opacity: 0;
    transition: opacity var(--transition-time);
    z-index: 150;
}

.item_brand_car:hover::before {
    opacity: 1;
}

.photo_brand_car.active{
    border: var(--border-box-option-item-cars-active);
}

.box_option_custom_cover{
    width: 261px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}


.box_option_custom_cover_mobile{
    display: none;
}

.custom_cover_title_description{
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.title_option_custom_cover{
    font-family: var(--font-family-main);
    font-size: 22px;
    font-weight: 600;
    line-height: 1.5;
    text-align: left;
    color: var(--color-text-title);
}

.description_option_custom_cover{
    font-family: var(--font-family-main);
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    color: var(--color-text-title);
}


.box_custom_cover_btn_text{
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.custom_cover_btn{
    height: 51px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    border-radius: 5px;
    background-color: var(--background-color-btn-viber);
}

.custom_cover_btn_text{
    font-family: var(--font-family-main);
    font-size: 16px;
    font-weight: 400;
    line-height: 1.21;
    text-align: left;
    color: var(--color-text-white);
}


.custom_cover_info{
    font-family: var(--font-family-main);
    font-size: 12px;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    color: var(--color-text-red);
}


/**=================/container_bottom_left_option_box_bottom===============**/



/** ================container_bottom_right_option================ **/

.container_bottom_right_option{
    position: relative;
    padding-top: 40px;
    padding-bottom: 40px;
    width: 578px;
    height: 859px;
    background-color: var(--background-color-box-option);
}



.corner_box {
    position: absolute;
    width: 40px;
    height: 40px;
    overflow: hidden;
}

.corner_box::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 40px;
    height: 40px;
    background: linear-gradient(135deg,  #ff6700 50%, #fff 50%);
}

.corner_box_left_top{
    left: 0;
    top: 0;
}
.corner_box_right_top{
    right: 0;
    top: 0;
    transform: rotate(90deg);
}


.corner_box_right_bottom{
    bottom: 0;
    right: 0;
    transform: rotate(180deg);
}

.corner_box_left_bottom{
    bottom: 0;
    left: 0;
    transform: rotate(270deg);
}

.box_photo_option_result_brand_car{
    position: absolute;
    top: 127px;
    left: 186px;
}

.photo_option_result_brand_car{
    display: block;
    width: 182px;
    height: 182px;
    border-radius: 50%;
    object-fit: contain;
    transition: all var(--transition-time);
    position: relative;
    z-index: 1;
}



.neon_overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: var(--background-color-option-neon-active);
    box-shadow: var(--box-shadow-neon);
    opacity: 0;
    transition: opacity 0.3s ease;
    z-index: 9999;
}

.box_photo_option_result_document.active .neon_overlay {
    opacity: 1;
}




.box_option_result{
    display: flex;
    flex-direction: column;
    gap: 30px;
    align-items: center;
    height: 100%;
    justify-content: space-between;
}

.option_result_title{
    font-family: var(--font-family-main);
    font-size: 22px;
    font-weight: 600;
    line-height: 1.5;
    text-align: center;
    color: var(--color-text-title);
}

.box_photo_option_result{
    position: relative;
}

.photo_option_result{
    position: relative;
    z-index: 100;
}

.box_result_license_plate{
    padding-right: 10px;
    padding-left: 40px;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    bottom: 142px;
    left: 173px;
    width: 213px;
    height: 52px;
    background: linear-gradient(180deg, #ffffff 0%, #dcdcdc 100%);
}


.neon_overlay_number {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: var(--background-color-option-neon-active);
    box-shadow: var(--box-shadow-neon);
    opacity: 0; /* Спочатку прихована */
    transition: opacity 0.3s ease;
    z-index: 999;
}

.box_result_license_plate.active .neon_overlay_number {
    opacity: 1;
}

.box_photo_option_result_document.active .neon_overlay_number {
    opacity: 1;
}



.box_license_plate_custom_text{
    padding-right: 10px;
    padding-left: 40px;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    bottom: 140px;
    left: 174px;
    width: 213px;
    height: 52px;
    background: linear-gradient(180deg, #ffffff 0%, #dcdcdc 100%);
}




.photo_result_license_plate{
    display: block;
    width: 40px;
    height: 52px;
    object-fit: cover;
    position: absolute;
    left: 0;
}

.photo_result_custom_license_plate{
    position: absolute;
    display: block;
    width: 40px;
    height: 52px;
    object-fit: contain;
    left: 0;
}


.license_plate_region{
    font-family: var(--font-family-minor);
    font-size: 40px;
    font-weight: 400;
    line-height: 1.5;
    text-align: center;
    position: relative;
    z-index: 9999;
    user-select: none;
}

.license_plate_region:hover{
    cursor: pointer;
}

.region_dropdown {
    display: none; /* Приховано за замовчуванням */
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    background-color: white;
    border: 1px solid #ddd;
    border-radius: 4px;
    box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.2);
    max-height: 250px;
    overflow-y: auto;
    width: 350px;
    z-index: 9999;
    opacity: 0;
    transition: all var(--transition-time);
}

.region_dropdown.show {
    display: block;
    opacity: 1;
}

.region_option,.number_option {
    padding: 10px;
    cursor: pointer;
    color: var(--color-text-title);
}

.region_option:hover {
    background-color: #f0f0f0;
}


.license_plate_region{
    font-family: var(--font-family-minor);
    font-size: 35px;
    font-weight: 400;
    line-height: 1.5;

}


.box_number_result_license_plate{
    display: flex;
    align-items: center;
}

.number_result_license_plate{
    font-family:var(--font-family-minor);
    font-size: 35px;
    font-weight: 400;
    line-height: 1.5;
    position: relative;
    z-index: 9999;
    user-select: none;
    text-align: center;
}



.box_number_license_plate, .box_letter_license_plate{
    display: none; /* Приховано за замовчуванням */
    position: absolute;
    top: 100%;
    left: 0;
    background-color: var(--background-color-box-option);
    border: var(--border-box-option);
    border-radius: 4px;
    box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.2);
    max-height: 250px;
    overflow-y: auto;
    width: 50px;
    z-index: 9999;
    opacity: 0;
    transition: all var(--transition-time);
}


.box_number_license_plate.show, .box_letter_license_plate.show {
    display: block;
    opacity: 1;
}


.region_option, .number_option, .letter_option{
    font-family: var(--font-family-minor);
    font-size: 20px;
    font-weight: 400;
    line-height: 1.5;
    transition: all var(--transition-time);
    user-select: none;
}

.number_option, .letter_option{
    text-align: center;
}

.number_option:hover, .letter_option:hover{
    background-color: #f0f0f0;
    cursor: pointer;
}


.box_letter_result_license_plate{
    display: flex;
    align-items: center;
}

.letter_result_license_plate{
    font-family:var(--font-family-minor);
    font-size: 35px;
    font-weight: 400;
    line-height: 1.5;
    position: relative;
    z-index: 9999;
    user-select: none;
}


.box_price_btn_add_order{
    display: flex;
    align-items: center;
    gap: 24px;
    height: 51px;
}

.box_price{
    display: flex;
    align-items: center;
    gap: 12px;
}

.text_cost{
    font-family: var(--font-family-main);
    font-size: 22px;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    color: var(--color-text-grey);
}


.text_price{
    font-family: var(--font-family-main);
    font-size: 22px;
    font-weight: 600;
    line-height: 1.5;
    color: var(--color-text-box-option-number);

}


.btn_add_order{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    height: 100%;
    width: 189px;
    border: var(--border-box-option-btn-add-order);
    border-radius: 5px;
}

.btn_add_order_icon{
    display: block;
    width: 16px;
    height: 16px;
}

.btn_add_order_text{
    font-family: Inter Tight;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.21;
    text-align: left;

}


.result_license_plate{
    display: flex;
    padding-left: 5px;
    width: 100%;
    justify-content: space-around;
}




/* .container_content {
    opacity: 0;
    visibility: hidden;
    transition: opacity var(--transition-time), visibility var(--transition-time);
    height: 0;
    overflow: hidden;
} */

.container_content {
    opacity: 1;
    visibility: visible;
    transition: opacity var(--transition-time);
    height: auto; /* Відновлюємо висоту при показі */
    overflow: visible;
}



/** ====================containerKeychain===================== **/


.container_bottom_left_option_box_top_keychain {
    height: 226px;
    display: flex;
    justify-content: space-between;
}

.box_option_color_metal_keychain{
    width: 216px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0;
}

.box_option_result_keychain{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    align-items: center;
}

.box_number_title_color_metal_keychain{
    align-items: flex-start;
    padding-left: 24px;
    padding-right: 24px;
}

.box_option_color_text_keychain{
    width: 216px;
}


.container_bottom_right_option_keychain {
    height: 877px;
    padding-left: 24px;
    padding-right: 24px;
}

.box_photo_option_result_keychain{
    display: flex;
    flex-direction: column;
    gap: 59px;
}

.photo_option_result_keychain_back{
    display: block;
}



.box_photo_option_result_keychain_back{
    position: relative;
    user-select: none;
}


.box_text_back_arrow{
    position: absolute;
    top: -55px;
    left: 99px;
    display: flex;
    align-items: center;

}

.text_back{
    display: block;
    width: 55px;
    font-family: var(--font-family-main);
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    text-align: left;
    color: var(--color-text-grey);
}

.icon_arrow_back{
    margin-top: 25%;
    object-fit: contain;
    display: block;
    width: 33.26px;
    height: 29.11px;
    transform: rotate(-5deg);
}

.photo_option_result_keychain_back{
    position: relative;
    z-index: 10;
    user-select: none;
}


.box_photo_option_result_brand_car_keychain{
    position: absolute;
    top: 15.21px;
    left: 105.1px;
}




.box_photo_option_result_keychain_front{
    position: relative;
    user-select: none;
}

.box_text_front_arrow{
    position: absolute;
    display: flex;
    align-items: center;
    left: 198px;
    bottom: -43px;
    gap: 10px;
}

.icon_arrow_front{
    object-fit: contain;
    display: block;
    margin-bottom: 25%;
    transform: rotate(-4deg);
}

.text_front{
    display: block;
    width: 55px;
    font-family: var(--font-family-main);
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    text-align: right;
    color: var(--color-text-grey);
}


.photo_option_result_keychain_front{
    position: relative;
    z-index: 10;
    pointer-events: none
}


.photo_option_result_brand_car_keychain{
    display: block;
    width: 125.44px;
    height: 125.44px;
    border-radius: 50%;
    position: relative;
    object-fit: contain;
}




.box_result_license_plate_keychain {
    display: flex;
    position: absolute;
    width: 323px;
    height: 73px;
    top: 50%;
    transform: translateY(-50%);
    left: 6px;
}

.light_bkg_photo_front_keychain{
    position: absolute;

}

.box_result_license_plate_keychain::before {
    position: absolute;
    content: "";
    display: block;
    width: 100%;
    height: 33.99px;
    top: 0;
    background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, #ffffff 150%);

}
.box_result_license_plate_keychain::after {
    position: absolute;
    content: "";
    display: block;
    width: 100%;
    height: 33.99px;
    bottom: 0;
    background: linear-gradient(0deg,  rgba(0, 0, 0, 1) -100%, rgba(255, 255, 255, 0) 100%);

}


.photo_result_license_plate_keychain{
    width: 54.62px;
    height: 71px;
    object-fit: cover;
}

.box_image_with_region{
    display: flex;
    flex-direction: column;
    width: 54.62px;
    height: 100%;
}

.photo_result_license_plate_keychain_region{
    display: block;
    width: 54.62px;
    object-fit: cover;
    height: 50%;
}


.license_plate_region_dynamic{
    display: block;
    font-family: var(--font-family-minor);
    font-size: 24px;
    font-weight: 400;
    text-align: center;
    height: 50%;
    z-index: 9999;
}

.license_plate_region_dynamic:hover{
    cursor: pointer;
}

.icon_logo_police{
    display: block;
    width: 54px;
    height: 54px;
    margin-right: 35px;
}


.result_license_plate_keychain{
    display: flex;
    align-items: center;
    width: 100%;
    /* justify-content: space-between; */
    gap: 7px;
}



.license_plate_region_keychain,
.number_result_license_plate_keychain,
.letter_result_license_plate_keychain,
.license_plate_symbols,
.number_result_license_plate_keychain_decoration {
    position: relative;
    font-family: var(--font-family-minor);
    font-size: 52px;
    font-weight: 400;
    line-height: 78px;
    text-align: center;
    color: rgba(25, 74, 132, 1);
    user-select: none;
    z-index: 9999;
}




.license_plate_region_keychain:hover,
.number_result_license_plate_keychain:hover,
.letter_result_license_plate_keychain:hover,
.license_plate_symbols:hover{
    cursor: pointer;
    opacity: 0.6;
}



.result_license_plate_police_keychain{
    display: flex;
    align-items: center;
    background-color:  rgba(2, 92, 187, 1);
    width: 100%;
}

.box_image_with_region_police{
    margin-right: 20px;
    background-color:  rgba(2, 92, 187, 1);
}

.text_region_police{
    color: var(--color-text-white) !important;
}


.text_region_police:hover{
    cursor: pointer;
    opacity: 0.6;
}

.license_plate_color_text_police {
    color: var(--color-text-white);
}









/** ============== NUMBER_OLD ============== **/

.old_license_plate_keychain{
    display: flex;
    align-items: center;
    width: 100%;
}

.photo_result_old_number{
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: auto;
    width: 30px;
    height: 25px;

}

.box_result_old {
    display: flex;
    width: 269px;
    justify-content: space-evenly;
}

.number_result_keychain_old.show{
    width: 269px;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: var(--font-family-minor);
    font-size: 52px;
    font-weight: 400;
    color: rgba(25, 74, 132, 1);
    user-select: none;
}

/** ============== NUMBER_OLD ============== **/


/** ============== NUMBER_EUROPE ============== **/

.europe_license_plate_keychain{
    display: flex;
    align-items: center;
    width: 100%;
}

.box_image_with_region_europe{
    background-color: rgb(2, 92, 187);
}

.text_region_europe{
    color: var(--color-text-white) !important;
    position: relative;
    z-index: 9999;
    user-select: none;
}

.text_region_europe:hover{
    cursor: pointer;
    opacity: 0.6;
}


.country_dropdown{
    position: absolute;
    display: block;
    z-index: 9999;
    top: 100%;
    max-height: 250px;
    overflow-y: scroll;
    background-color: var(--background-color-box-option);

}



.box_letter_result_license_plate, .box_number_result_license_plate{
    z-index: 9999;
}


.box_result_number_europe{
    display: flex;
    width: 269px;
    justify-content: space-evenly;
    opacity: 1;
}

.number_result_keychain_europe{
    opacity: 0;
    transition: all var(--transition-time);
}

.number_result_keychain_europe.show{
    width: 269px;
    opacity: 1;
    font-family: var(--font-family-minor);
    font-size: 52px;
    font-weight: 400;
    color: rgba(25, 74, 132, 1);
    user-select: none;
    text-align: center;
}

/** ============== NUMBER_EUROPE ============== **/


/** ============== NUMBER_NOMINAL ============== **/

.nominal_license_plate_keychain{
    display: flex;
    align-items: center;
    width: 100%;
    position: relative;
}

.nominal_number_input{
    position: relative;
    display: block;
    width: 269px;
    height: 100%;
    text-align: center;
    z-index: 9999;
    right: 0;
    font-family: var(--font-family-minor);
    font-size: 52px;
    font-weight: 400;
}

.number_result_keychain_nominal{
    width: 269px;
    font-family:var(--font-family-minor);
    font-size: 38px;
    font-weight: 400;
    line-height: 1.5;
    text-align: center;
}

.number_result_keychain_nominal.large_text{
    font-size: 52px;
}


.list_county {
    width: 322.99px;
}


.nominal_number_input:hover{
    cursor: pointer;
}


.text_region_old{
    z-index: 9999;
    user-select: none;
}

.text_region_old:hover {
    cursor: pointer;
    opacity: 0.6;
}




.region_dropdown_nominal,
.region_dropdown_old,
.region_dropdown_normal{
    width: 322px;
}



/** ============== NUMBER_NORMAL ============== **/



.box_result_normal{
    display: flex;
    width: 280px;
    justify-content: space-evenly;
}

.number_result_keychain_normal{
    opacity: 0;
    transition: all var(--transition-time);
}

.number_result_keychain_normal.show {
    width: 269px;
    opacity: 1;
    font-family: var(--font-family-minor);
    font-size: 52px;
    font-weight: 400;
    color: rgba(25, 74, 132, 1);
    user-select: none;
    text-align: center;
}



/** ============== /NUMBER_NORMAL ============== **/

/** ============== NUMBER_POLICE ============== **/

.number_result_keychain_police{
    opacity: 0;
    transition: all var(--transition-time);

}


.number_result_keychain_police.show {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 165px;
    opacity: 1;
    font-family: var(--font-family-minor);
    font-size: 40px;
    font-weight: 400;
    user-select: none;
    text-align: center;
}


/** ============== /NUMBER_POLICE ============== **/

/** ============== NEON ============== **/

.neon_overlay_number_keychain, .neon_overlay_number_vip_keychain {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: all var(--transition-time);
    z-index: 999;

}

.box_photo_option_result_keychain.active_neon .neon_overlay_number_keychain,
.box_photo_option_result_vip_keychain.active_neon .neon_overlay_number_vip_keychain{
    opacity: 1;
}


.active_neon_item{
    border: var(--border-box-option-item-cars-active);
}

.neon_overlay_photo_car {
    border-radius: 50%;

}

.photo_overlay_brand_car_keychain{
    position: absolute;
    top: 0;
    left: 0;
}


.box_option_result_keychain.active_neon .neon_overlay_number_keychain,
.box_option_result_keychain.active_neon .neon_overlay_number_vip_keychain {
    opacity: 1;
}



/** ====================containerKeychain===================== **/


.photo_option_result_keychain_front.open_list{
    z-index: 0;
}




/** ===================container_Vip_Keychain=================== **/


.container_top_option_vip_keychain{
    height: 232px;
}

.box_ordinary_vip_keychains_content{
    display: flex;
    gap: 24px;
}

.box_option_color_metal_vip_keychain{
    width: 336px;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0;
}

.box_number_title_color_metal_vip_keychain{
    padding-left: 25px;
}

.list_material_vip_keychain{
    padding-bottom: 49px;
}


.box_option_color_vip_keychain{
    width: 1059px;
}


.list_option_color_vip_keychain{
    display: flex;
    gap: 12px;
}

.box_ordinary_vip_keychains{
    width: 142px;
    display: flex;
    flex-direction: column;
    gap: 12px;
    align-items: center;
}


.bottom_text_ordinary_vip_keychains{
    font-family: var(--font-family-main);
    font-size: 12px;
    font-weight: 400;
    line-height: 1.5;
    text-align: center;
    color: var(--color-text-grey);
    position: relative;
    display: flex;
    align-items: center;
    gap: 5px;
}

.bottom_text_ordinary_vip_keychains::before{
    /*position: absolute;*/
    /*top: 50%;*/
    /*left: -18px;*/
    width: 12px;
    height: 5px;
    display: block;
    content: "";
    background-image: url(/catalog/view/theme/oct_deals/images/unique_products/icon_arrow_after_before_text_vip_keychains.svg);
    background-size: contain;
    background-repeat: no-repeat;
    transform: rotateY(180deg);
}


.bottom_text_ordinary_vip_keychains::after{
    /*position: absolute;*/
    /*top: 50%;*/
    /*right: -18px;*/
    width: 12px;
    height: 5px;
    display: block;
    content: "";
    background-image: url(/catalog/view/theme/oct_deals/images/unique_products/icon_arrow_after_before_text_vip_keychains.svg);
    background-size: contain;
    background-repeat: no-repeat;
    /*transform: translateY(-50%);*/
}

.box_neon_vip_keychains{
    width: 104px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
}

.list_item_photo_neon{
    box-shadow: 0px 0px 36px 0px rgba(48, 223, 159, 1);
}


.list_item_name{
    width: 65px;
    word-break: break-word;
}


.box_reflective_effect_vip_keychains{
    display: flex;
    flex-direction: column;
    gap: 12px;
    align-items: center;
    justify-content: space-between;
}


.container_bottom_left_option_vip_keychain{
    width: 697px;
    display: flex;
    flex-direction: column;
    gap: 24px;
    /* justify-content: space-between; */
}

.container_bottom_left_option_box_top_vip_keychain{
    height: 220px;
}

.box_option_license_plate_vip_keychain{
    width: 100%;
    height: 100%;
}

.list_number_vip_keychain{
    padding: 0;
}


.container_bottom_left_option_box_bottom_vip_keychain{
    width: 100%;
    /* height: 100%; */
    display: flex;
    justify-content: space-between;

}

.box_reverse_side_style_custom_number{
    display: flex;
    flex-direction: column;
    /* gap: 24px; */
    width: 412px;
    height: 100%;
}



.box_option_reverse_side_style{
    width: 100%;
    height: 220px;
    margin-bottom: 24px;
}


.list_material_reverse_side_style{
    padding: 0;
}

.list_material_update.pointer_events{
    pointer-events: none;
}


.list_material_update.pointer_events .list_item_photo {
    filter: grayscale(100%);
    opacity: 0.6;
}

.box_option_cover_display_data_vip_keychain{
    width: 100%;
    height: 171px;
}

.container_bottom_right_option_vip_keychain{
    padding-left: 34px;
    padding-right: 34px;
    width: 698px;
    height: 100%;
    transition: all var(--transition-time);
}


.box_photo_option_result_vip_keychain{
    display: flex;
    flex-direction: column;
    gap: 24px;
}


.box_result_license_plate_vip_keychain{
    position: absolute;
    top: 50%;
    right: 7px;
    transform: translateY(-50%);
    width: 386px;
    height: 85px;

}


.box_result_license_plate_vip_keychain::before {
    position: absolute;
    content: "";
    display: block;
    width: 100%;
    height: 33.99px;
    top: 0;
    background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, #ffffff 150%);

}
.box_result_license_plate_vip_keychain::after {
    position: absolute;
    content: "";
    display: block;
    width: 100%;
    height: 33.99px;
    bottom: 0;
    background: linear-gradient(0deg,  rgba(0, 0, 0, 1) -100%, rgba(255, 255, 255, 0) 100%);

}


.photo_result_license_plate_vip_keychain_region{
    display: block;
    width: 65px;
    height: 84px;
    object-fit: cover;
}


.box_result_normal_vip_keychain{
    display: flex;
    width: 318px;
    align-items: center;
    justify-content: space-evenly;
}


.license_plate_text_vip_keychain{
    position: relative;
    font-family: var(--font-family-minor);
    font-size: 62px;
    font-weight: 400;
    line-height: 1;
    text-align: center;
    color: rgba(25, 74, 132, 1);
    user-select: none;
    z-index: 9999;
}


.license_plate_region_vip_keychain:hover{
    opacity: 0.6;
    cursor: pointer;
}

.photo_option_result_vip_keychain_back{
    position: relative;
    z-index: 10;
    pointer-events: none
}

.photo_option_result_vip_keychain_back.open_list{
    z-index: 0;
}


.box_text_front_arrow_vip_keychain{
    display: flex;
    position: absolute;
    right: 60px;
    top: -15px;
}

.icon_arrow_front_vip_keychain{
    object-fit: contain;
    display: block;
    margin-bottom: -25%;
    transform: rotate(150deg);
}


.text_front_front_vip_keychain{
    text-align: left;
}

.box_text_back_arrow_vip_keychain{
    display: flex;
    position: absolute;
    align-items: center;
    gap: 10px;
    right: 30px;
    bottom: -20px;
}

.icon_arrow_back_vip_keychain{
    margin-bottom: 25%;
    transform: rotate(-20deg);
}


.box_option_result_keychain.active_neon .neon_overlay_number_keychain {
    opacity: 1;
}


.item_neon_vip_keychain:hover .list_item_photo_neon{
    border: 3px solid rgba(32, 34, 40, 1);
}


.box_image_with_region_police_vip_keychain{
    display: flex;
    flex-direction: column;
    width: 40px;
    height: 84px;
    margin-right: 35px;
    background-color:  rgba(2, 92, 187, 1);
}


.box_image_with_region_vip_keychain{
    display: flex;
    flex-direction: column;
    width: 40px;
    height: 84px;
}

.mainLicensePlateImageVipKeychainRegionPolice{
    width: 65px;
    height: 50%;
    object-fit: cover;
}

.icon_logo_police_vip_keychain{
    width: 60px;
    height: 60px;
    margin-right: 35px;
    object-fit: cover;
}

.license_plate_region_dynamic_vip_keychain{
    display: block;
    font-family: var(--font-family-minor);
    font-size: 26px;
    font-weight: 400;
    text-align: center;
    height: 50%;
    z-index: 9999;
}




.color_text_region_police_vip_keychain{
    color: var(--color-text-white);
}


.license_plate_color_text_police_vip_keychain{
    position: relative;
    font-family: var(--font-family-minor);
    font-size: 58px;
    font-weight: 400;
    line-height: 78px;
    text-align: center;
    user-select: none;
    color: var(--color-text-white);
    z-index: 9999;
}



.photo_result_old_number_vip_keychain{
    width: 30px;
    height: 25px;
    object-fit: cover;
    margin-top: 13px;
    margin-left: auto;
    margin-right: auto;
}



.box_result_old_vip_keychain{
    width: 318px;
    align-items: center;
}

.license_plate_region_dynamic_vip_keychain:hover,
.license_plate_color_text_police_vip_keychain:hover,
.license_plate_text_vip_keychain:hover{
    cursor: pointer;
    opacity: 0.6;
}


.nominalLicensePlateImageVipKeychain,
.europeLicensePlateImageVipKeychain{
    display: block;
    height: 50%;
    width: 65px;
    object-fit: cover;
}

.number_result_vip_keychain_nominal{
    width: 318px;
    font-family:var(--font-family-minor);
    font-size: 50px;
    font-weight: 400;
    line-height: 1.5;
    text-align: center;
}


.license_plate_region_dynamic_vip_keychain{
    display: block;
    font-family: var(--font-family-minor);
    font-size: 28px;
    font-weight: 400;
    text-align: center;
    height: 50%;
    z-index: 9999;
}

.color_text_country_vip_keychain{
    color: var(--color-text-white);
}

.box_result_number_europe_vip_keychain{
    width: 318px;
}


.number_result_license_plate_vip_keychain_decoration {
    font-family: var(--font-family-minor);
    font-size: 62px;
    font-weight: 400;
    line-height: 1;
    text-align: center;
    user-select: none;
}


.number_result_vip_keychain{
    opacity: 0;
    transition: all var(--transition-time);
}

.number_result_vip_keychain.show {
    width: 318px;
    opacity: 1;
    font-family: var(--font-family-minor);
    font-size: 60px;
    font-weight: 400;
    line-height: 1;
    user-select: none;
    text-align: center;
}


.number_result_vip_keychain_police.show{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 182px;
    opacity: 1;
    font-family: var(--font-family-minor);
    font-size: 40px;
    font-weight: 400;
    user-select: none;
    text-align: center;
}



.box_option_logo_cover_vip_keychain{
    width: 100%;
    height: 0;
    padding: 0;
    opacity: 0;
    transition: all var(--transition-time);

}
.list_brand_car_vip_keychain{
    height: 148px;
}

.box_option_logo_cover_vip_keychain.show{
    height: 319px;
    padding: 24px 22px 24px 24px;
    opacity: 1;
}


.box_option_cover_reverse_part_vip_keychain{
    width: 100%;
    height: 0;
    opacity: 0;
    padding: 0;
    overflow: hidden;
    transition: all var(--transition-time);
}


.box_option_cover_reverse_part_vip_keychain.show{
    transition: all var(--transition-time);
    margin-top: 24px;
    height: 147px;
    opacity: 1;
    padding: 24px;
    overflow: visible;
    transition: all var(--transition-time);
}



.box_photo_logo_car_vip_keychain{
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}


.photo_logo_car_vip_keychain{
    /*width: 162px;*/
    /*height: 58px;*/
    display: block;
    /*object-fit: contain;*/

    height: 85px;
    width: 386px;
    object-fit: cover;
}

.box_text_vip_keychain{
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}



.box_photo_option_result_keychain_back .license_plate_text_vip_keychain:hover{
    cursor: default;
    opacity: 1;
}

.box_photo_option_result_keychain_back  .license_plate_region_dynamic_vip_keychain:hover{
    cursor: default;
    opacity: 1;
}
.box_photo_option_result_keychain_back  .license_plate_color_text_police_vip_keychain:hover{
    cursor: default;
    opacity: 1;
}


.box_option_color_text_keychain_tablet{
    display: none;
}

.container_bottom_left_option_box_top_keychain_tabelt{
    display: none;
}


.license_plate_document_text.show {
    min-width: 167px;
    text-align: center;
}

.number_document_police.show {
    width: 125px;
    text-align: center;
    min-width: inherit;
    font-size: 28px;
    margin-left: 10px;
}


/** ===================/container_Vip_Keychain=================== **/

/** =================== mobile =================== **/

@media screen and (max-width: 767px) {


    .section_nav_button{
        max-width: 390px;
        margin-left: auto;
        margin-right: auto;
        padding-left: 20px;
        padding-right: 20px;
        padding-bottom: 24px;
    }

    .container_content{
        display: flex;
        flex-direction: column;
        width: 390px;
        padding-left: 20px;
        padding-right: 20px;
        gap: 16px;
    }

    .box_icon_url{
        margin-bottom: 24px;
    }

    .title_page{
        width: 310px;
        font-size: 20px;
        margin-bottom: 40px;
    }


    .container_nav_tabs {
        width: 350px;
        overflow-x: auto;

    }

    .box_nav_tab {
        width: 259px;
        height: 104px;
        gap: 12px;
        padding: 16px 20px;
        align-items: flex-start;
    }


    .container_top_option{
        flex-direction: column;
        height: 100%;
        width: 100%;
        gap: 16px;
    }


    .box_option{
        padding: 12px
    }

    .box_top_option_material{
        height: 82px;
        width: 100%;
    }

    .box_number_title{
        margin-bottom: 12px;
        gap: 6px;
    }

    .material-option{
        font-size: 12px;
    }

    .switch{
        width: 34px;
        height: 22px;
    }

    .toggle-knob{
        width: 12px;
        height: 12px;
    }


    #material-toggle:checked + .switch .toggle-knob {
        transform: translateX(12px); /* Зміщуємо вправо */
    }

    .box_top_option_material_the_cover{
        width: 350px;

    }

    .box_number_title_material_the_cover{
        margin-left: 0;
    }


    .list_material{
        padding: 0;
    }



    .container_bottom_option {
        flex-direction: column;
    }

    .container_bottom_left_option{
        width: 100%;
        gap: 16px;
    }

    .container_bottom_left_option_box_top{
        width: 100%;
        height: 100%;
        flex-direction: column;
        gap: 16px;
    }

    .box_option_color_metal {
        width: 100%;
        display: flex;
        align-items: center;
        gap: 24px;
    }

    .box_option_color_metal .box_option_title{
        width: 125px;
    }

    .box_option_color_backdrop{
        display: flex;
        align-items: flex-start;
        width: 100%;
        gap: 12px;
    }

    .box_options_color_and_neon{
        gap: 12px;
        height: 100%;
    }

    .box_option_color_backdrop .box_option_title{
        width: 93px;
    }

    .color_input{
        width: 101px;
        height: 73px;
    }

    .color_selector{
        width: 101px;
    }

    .color_display_backdrop{
        width: 73px;
        height: 73px;
        margin-right: 0;
    }

    .additional_colors{
        justify-content: center;
    }

    .box_option_color_text {
        width: 100%;
        display: flex;
        align-items: center;
        gap: 24px;
    }

    .box_option_color_text .box_option_title{
        width: 93px;
    }

    .color_display_text{
        width: 73px;
        height: 73px;
        margin-right: 0;
    }


    .container_bottom_left_option_box_midle {
        flex-direction: column;
        gap: 16px;
        height: 100%;
        width: 100%;
    }

    .box_option_license_plate{
        width: 350px;

    }


    .box_option_cover_display_data{
        width: 100%;
    }

    .container_bottom_left_option_box_bottom{
        flex-direction: column;
        height: 100%;
        width: 100%;
        gap: 16px;
    }

    .box_option_custom_cover {
        display: none;
    }

    .box_option_custom_cover_mobile{
        display: block;
        width: 100%;

    }

    .box_option_custom_cover_mobile .custom_cover_title_description{
        margin-bottom: 24px;

    }

    .box_option_logo_cover{
        width: 100%;
    }

    .item_brand_car{
        width: 70px;
        height: 70px;
    }

    .photo_brand_car{
        width: 70px;
        height: 70px;
    }

    .item_brand_car::before{
        width: 70px;
        height: 70px;
    }

    .container_bottom_right_option{
        width: 100%;
        height: 100%;
    }

    .box_price_btn_add_order{
        flex-direction: column;
        gap: 12px;
    }

    .box_price_btn_add_order{
        height: 100%;
    }

    .btn_add_order{
        height: 51px;
    }

    .photo_option_result_brand_car{
        width: 112px;
        height: 112px;
    }

    .box_photo_option_result_brand_car{
        top: 75px;
        left: 112px;
    }

    .box_result_license_plate{
        width: 147.03px;
        height: 32.67px;
        bottom: 85px;
        left: 87px;
    }


    .container_bottom_option{
        gap: 16px;
    }



    .container_bottom_left_option_box_top_keychain {
        flex-direction: column;
        height: 100%;
        gap: 16px;
        width: 100%;

    }


    .box_option_color_metal_keychain{
        width: 100%;

    }



    .box_number_title_color_metal_keychain{
        margin-bottom: 12px;
        padding: 0;
    }


    .box_option_color_backdrop_keychain{
        width: 100%;

    }

    .box_options_color_and_neon_mobile{
        width: 100%;
        justify-content: space-around;
    }

    .box_option_color_text_keychain {
        width: 100%;
        display: flex;
        align-items: center;
        gap: 24px;
    }

    .box_option_color_text_keychain .box_number_title_color_text{
        width: 125px;
    }


    .photo_option_result_brand_car_keychain{
        width: 75px;
        height: 75px;
    }


    .box_photo_option_result_brand_car_keychain{
        top: 7px;
        left: 58px;
    }


    .box_result_license_plate_keychain{
        left: 4px;
        width: 184px;
        height: 42px;
    }


    .license_plate_region_keychain,
    .number_result_license_plate_keychain,
    .letter_result_license_plate_keychain,
    .license_plate_symbols,
    .number_result_license_plate_keychain_decoration{
        font-size: 28px;
        line-height: 1.15;
    }

    .photo_result_license_plate_keychain{
        height: 42px;
    }

    .box_text_back_arrow {
        left: -10px;
    }

    .box_text_front_arrow {
        left: 95px;
    }

    .box_photo_option_result_keychain{
        gap: 25px;
    }

    .option_result_title_keychain{
        margin-bottom: 50px;
    }

    .box_photo_option_result_keychain_front{
        margin-bottom: 50px;
    }

    .container_bottom_right_option_tablet{
        display: flex;
        flex-direction: column;
        gap: 16px;
    }

    /** ============ vip_keychain ============ **/

    .box_option_color_metal_vip_keychain{
        width: 100%;
    }

    .box_option_color_vip_keychain{
        width: 350px;
        overflow-x:  scroll;
    }


    .box_option_license_plate_vip_keychain{
        width: 350px;
        height: auto;
    }

    .container_bottom_left_option_vip_keychain {
        height: auto;
        width: 100%;
    }

    .box_number_title_color_metal_vip_keychain{
        padding: 0;
    }

    .box_neon_vip_keychains{
        width: 100px;
    }

    .box_ordinary_vip_keychains_content{
        gap: 50px;
    }

    .container_bottom_left_option_box_top_vip_keychain{
        height: auto;
    }


    .box_ordinary_vip_keychains_content{
        padding-right: 25px;
    }


    .text_neon_under{
        width: 75px;
    }


    .box_result_license_plate_vip_keychain {
        width: 172px;
        height: 40px;
        right: 3px;
    }


    .license_plate_text_vip_keychain{
        font-size: 28px;
    }


    .photo_result_license_plate_vip_keychain_region{
        height: 40px;
    }

    .box_text_front_arrow_vip_keychain{
        right: 0px;
        top: -40px;
    }


    .box_price_btn_add_order{
        margin-top: 50px;
    }

    .box_photo_option_result_keychain_front{
        margin-bottom: 0;
    }

    .box_text_back_arrow_vip_keychain {
        right: 10px;
        bottom: -50px;
    }


    .photo_logo_car_vip_keychain{
        width: 65px;
        height: 40px;
    }


    .box_image_with_region_vip_keychain {
        height: 40px;
    }

    .license_plate_region_dynamic_vip_keychain{
        font-size: 12px;
    }


    .region_dropdown {
        width: 182px;
    }


    .region_option, .letter_option, .number_option{
        font-size: 12px;
    }


    .box_letter_license_plate, .box_number_license_plate {
        width: 30px;
    }

    .number_result_vip_keychain_nominal {
        font-size: 22px;
    }

    .old_license_plate_keychain{
        height: 40px;
    }

    .photo_result_old_number_vip_keychain{
        width: 20px;
        height: 15px;
    }

    .number_result_license_plate_vip_keychain_decoration {
        font-size: 22px;
    }


    .box_image_with_region_police_vip_keychain{
        height: 40px;
        width: 36px;
        margin-right: 15px;
    }

    .icon_logo_police_vip_keychain{
        height: 30px;
        width: 30px;
    }


    .license_plate_color_text_police_vip_keychain{
        font-size: 22px;
        line-height: 1;
    }

    .resultLicensePlatePoliceVipKeychain{
        height: 40px;
    }

    .icon_logo_police_vip_keychain{
        margin-right: 0 !important;
    }

    .number_result_vip_keychain.show {
        font-size: 22px;
        line-height: 1;
    }

    .number_result_vip_keychain_police.show {
        width: auto;
        font-size: 16px;
        line-height: 1;
        margin-left: 15px;

    }


    .number_result_keychain_nominal.large_text,
    .number_result_keychain_nominal {
        font-size: 22px;
        line-height: 1;

    }

    .license_plate_region_dynamic {
        font-size: 16px;

    }

    .photo_result_old_number {
        width: 20px;
        height: 15px;

    }


    .icon_logo_police{
        width: 30px;
        height: 30px;
        margin-right: 0 !important;
    }

    .box_image_with_region_police{
        width: 35px;
    }


    #boxNumberResultPolice {
        margin-left: 15px;
    }


    .license_plate_color_text.show{
        font-size: 22px;
        width: 255px;

    }


    .number_result_keychain_police.show {
        font-size: 22px;
        width: auto;
        margin-left: 15px;
    }


    /** ============ vip_keychain ============ **/

}


/** =================== mobile =================== **/


/** =================== tablet =================== **/
@media screen and (min-width: 768px) and (max-width: 1240px){
    .section_nav_button{
        width: 768px;
        margin-left: auto;
        margin-right: auto;
        padding-left: 20px;
        padding-right: 20px;
        padding-bottom: 30px;
    }

    .container_content{
        display: flex;
        flex-direction: column;
        width: 768px;
        padding-left: 20px;
        padding-right: 20px;
        gap: 0;

    }

    .box_icon_url{
        margin-bottom: 24px;
    }

    .title_page{
        width: 310px;
        font-size: 20px;
        margin-bottom: 40px;
    }


    .container_nav_tabs {
        width: 728px;
        overflow-x: auto;
        gap: 16px;
    }

    .box_nav_tab {
        width: 263px;
        height: 104px;
        gap: 12px;
        padding: 16px 20px;
        align-items: flex-start;
    }


    .container_top_option{
        margin-bottom: 20px;
        height: 160px;
        width: 100%;
        gap: 16px;
    }

    .box_option{
        padding: 18px
    }

    .box_top_option_material{
        height: 100%;
        width: 263px;
    }

    .box_number_title{
        margin-bottom: 12px;
        gap: 6px;
    }

    .material-option{
        font-size: 12px;
    }

    .switch{
        width: 34px;
        height: 22px;
    }

    .toggle-knob{
        width: 12px;
        height: 12px;
    }


    #material-toggle:checked + .switch .toggle-knob {
        transform: translateX(12px); /* Зміщуємо вправо */
    }

    .box_top_option_material_the_cover{
        width: 449px;

    }

    .box_number_title_material_the_cover{
        margin-left: 0;
    }


    .list_material{
        padding: 0;
    }

    .container_bottom_option {
        flex-direction: column;
    }

    .container_bottom_left_option{
        width: 100%;
        gap: 16px;
    }

    .container_bottom_left_option_box_top_tablet{
        display: flex;
        gap: 16px;
        margin-bottom: 20px;

    }

    .container_bottom_left_option_box_top{
        display: none;
    }



    .box_option_color_metal {
        width: 356px;
        display: flex;
        align-items: center;
        gap: 24px;
    }

    .box_option_color_metal .box_option_title{
        width: 125px;

    }

    .box_option_color_backdrop{
        display: flex;
        align-items: flex-start;
        width: 100%;
        gap: 12px;
    }

    .box_options_color_and_neon{
        gap: 12px;
        height: 100%;
    }

    .box_number_title{
        align-items: flex-start;
    }

    .box_option_color_backdrop .box_option_title{
        width: 93px;
        align-items: flex-start;
    }

    .box_option_color_text_tablet .box_option_title{
        width: 122px;
    }

    .container_bottom_left_option {
        width: 356px;
    }


    .additional_colors{
        width: 40px;
        justify-content: center;
    }



    .container_bottom_option {
        flex-direction: row;
    }

    .box_option_color_text {
        display: none;
    }

    .box_option_color_text_tablet{
        display: flex;
        align-items: center;
        width: 100%;
    }

    .box_option_color_text .box_option_title{
        width: 93px;
    }



    .container_bottom_left_option_box_midle {
        flex-direction: column;
        gap: 16px;
        height: 100%;
        width: 100%;
    }

    .box_option_license_plate{
        width: 350px;

    }


    .box_option_cover_display_data{
        width: 100%;
    }

    .container_bottom_left_option_box_bottom{
        flex-direction: column;
        height: 100%;
        width: 100%;
        gap: 16px;
    }

    .box_option_custom_cover {
        display: none;
    }

    .box_option_custom_cover_mobile{
        display: block;
        width: 100%;

    }



    .box_option_custom_cover_mobile .custom_cover_title_description{
        margin-bottom: 24px;
    }

    .box_option_logo_cover{
        width: 100%;
    }

    .item_brand_car{
        width: 68px;
        height: 68px;
    }

    .photo_brand_car{
        width: 68px;
        height: 68px;
    }

    .item_brand_car::before{
        width: 68px;
        height: 68px;
    }

    .container_bottom_right_option{
        width: 100%;
        height: 586px ;
    }

    .box_price_btn_add_order{
        flex-direction: column;
        gap: 12px;
    }

    .box_price_btn_add_order{
        height: 100%;
    }

    .btn_add_order{
        height: 51px;
    }

    .photo_option_result_brand_car{
        width: 122px;
        height: 122px;
    }

    .box_photo_option_result_brand_car{
        top: 75px;
        left: 112px;
    }

    .box_result_license_plate{
        width: 147.03px;
        height: 32.67px;
        bottom: 88px;
        left: 87px;
    }

    .box_option_result{
        gap: 0;
    }

    .container_bottom_option{
        gap: 16px;
    }


    .container_bottom_right_option_tablet{
        display: flex;
        flex-direction: column;
        gap: 16px;
    }

    .container_bottom_left_option_box_top_keychain{
        display: none;
    }

    .container_bottom_left_option_box_top_keychain_tabelt {
        display: flex;
        gap: 16px;
        width: 100%;
        height: 100%;
        margin-bottom: 16px;

    }

    .box_option_color_text_keychain_tablet{
        display: flex;
    }

    .box_option_color_backdrop_keychain{
        width: 100%;
    }

    .box_options_color_and_neon_keychain{
        width: 100%;
        height: auto;

    }

    .additional_colors_tablet_keychain{
        width: 135px;
    }

    .box_option_color_metal_keychain{
        width: 100%;
    }

    .box_number_title_color_metal_keychain {
        padding: 0;
    }
    .box_option_color_text_keychain_tablet {
        width: 100%;
        align-items: center;
        gap: 24px;
    }

    .box_option_color_text_keychain_tablet .box_number_title_color_text{
        width: 135px;
    }

    .container_bottom_right_option_keychain{
        height: 550px;
    }

    .box_option_custom_cover_mobile{
        height: 100%;
    }

    .box_photo_option_result_brand_car_keychain{
        width: 75px;
        height: 75px;
    }

    .photo_option_result_brand_car_keychain{
        width: 75px;
        height: 75px;
    }

    .box_photo_option_result_brand_car_keychain{
        top: 9px;
        left: 62px;
    }


    .box_result_license_plate_keychain {
        width: 192px;
        height: 42px;
        left: 4px;

    }


    .license_plate_region_keychain,
    .number_result_license_plate_keychain,
    .letter_result_license_plate_keychain,
    .license_plate_symbols,
    .number_result_license_plate_keychain_decoration{
        font-size: 32px;
        line-height: 1.15;
    }

    .photo_result_license_plate_keychain{
        height: 40px;

    }


    .box_photo_option_result_keychain {
        gap: 25px;
    }

    .option_result_title_keychain{
        margin-bottom: 50px;
    }

    .box_price_btn_add_order{
        margin-top: 50px;
    }

    .box_text_back_arrow{
        left: 10px;
    }

    .box_text_front_arrow{
        left: 100px;
    }

    /** ========== vip_keychain ========== **/

    .box_option_color_vip_keychain {
        width: 380px;
        overflow-x: scroll;
    }

    .container_top_option_vip_keychain{
        height: auto;
    }


    .text_neon_under{
        width: 75px;
    }

    .container_bottom_left_option_vip_keychain{
        width: 356px;
    }


    .box_result_license_plate_vip_keychain{
        width: 176px;
        height: 40px;
        right: 3px;

    }

    .license_plate_text_vip_keychain{
        font-size: 28px;
        line-height: 1.15;
    }

    .photo_result_license_plate_vip_keychain_region{
        height: 40px;
    }

    .box_text_front_arrow_vip_keychain{
        right: 85px;
        top: -35px;
    }

    .box_text_back_arrow_vip_keychain{
        right: 10px;
        bottom: -45px;
    }

    .photo_logo_car_vip_keychain{
        width: 80px;
        height: 40px;
    }


    .box_option_custom_cover_mobile_tablet{
        height: auto;
    }


    .box_option_result_keychain{
        height: auto;
    }

    .container_bottom_right_option_vip_keychain{
        height: auto;
    }


    .box_image_with_region_vip_keychain {
        height: 40px;
    }

    .license_plate_region_dynamic_vip_keychain{
        font-size: 12px;
    }


    .region_dropdown {
        width: 182px;
    }


    .region_option, .letter_option, .number_option{
        font-size: 12px;
    }


    .box_letter_license_plate, .box_number_license_plate {
        width: 30px;
    }

    .number_result_vip_keychain_nominal {
        font-size: 22px;
    }

    .old_license_plate_keychain{
        height: 40px;
    }

    .photo_result_old_number_vip_keychain{
        width: 20px;
        height: 15px;
    }

    .number_result_license_plate_vip_keychain_decoration {
        font-size: 22px;
    }


    .box_image_with_region_police_vip_keychain{
        height: 40px;
        width: 36px;
        margin-right: 15px;
    }

    .icon_logo_police_vip_keychain{
        height: 30px;
        width: 30px;
    }


    .license_plate_color_text_police_vip_keychain{
        font-size: 22px;
        line-height: 1;
    }

    .resultLicensePlatePoliceVipKeychain{
        height: 40px;
    }

    .icon_logo_police_vip_keychain{
        margin-right: 0 !important;
    }

    .boxResultPoliceVipKeychain{
        margin-left: 25px;
    }


    .number_result_vip_keychain.show {
        font-size: 22px;
        line-height: 1;
    }

    .number_result_vip_keychain_police.show {
        width: auto;
        font-size: 16px;
        line-height: 1;
        margin-left: 15px;
    }


    .number_result_keychain_nominal.large_text,
    .number_result_keychain_nominal {
        font-size: 22px;
        line-height: 1;

    }

    .license_plate_region_dynamic {
        font-size: 16px;

    }

    .photo_result_old_number {
        width: 20px;
        height: 15px;

    }


    .icon_logo_police{
        width: 30px;
        height: 30px;
        margin-right: 0 !important;
    }

    .box_image_with_region_police{
        width: 35px;
    }


    #boxNumberResultPolice {
        margin-left: 15px;
    }


    .license_plate_color_text.show{
        font-size: 22px;
        width: 255px;

    }


    .number_result_keychain_police.show {
        font-size: 22px;
        width: auto;
        margin-left: 15px;
    }


    /** ========== vip_keychain ========== **/
}


/** =================== document =================== **/

.box_option_result_document {
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 100%;
    justify-content: space-between;

}

.box_result_license_plate_document{
    position: absolute;
    bottom: 144px;
    left: 173px;
    width: 213px;
    height: 50px;
}


.result_license_plate_document{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;

}

.photo_result_license_plate_document{
    /*min-width: 40px;*/
    height: 52px;
    object-fit: cover;
}

.box_result_normal_document{
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    width: 195px;
    height: 100%;
}

.license_plate_document_text{
    position: relative;
    z-index: 9999;
    font-family: var(--font-family-minor);
    font-size: 36px;
    font-weight: 400;
    line-height: 1;
    user-select: none;
    color: rgba(25, 74, 132, 1);

}


.license_plate_document_text:hover,
.number_document_region_country:hover{
    cursor: pointer;
    opacity: 0.6;
}

.box_result_license_plate_document::before {
    position: absolute;
    content: "";
    display: block;
    width: 100%;
    height: 22px;
    top: 0;
    background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, #ffffff 150%);

}
.box_result_license_plate_document::after {
    position: absolute;
    content: "";
    display: block;
    width: 100%;
    height: 22px;
    bottom: 0;
    background: linear-gradient(0deg,  rgba(0, 0, 0, 1) -100%, rgba(255, 255, 255, 0) 100%);

}

.photo_material_silver_gold {
    position : absolute;
    top      : -5px;
    z-index  : 999;
    height   : 357px;
}

@media screen and (min-width: 768px) {
    .photo_material_silver_gold {
        position : absolute;
        top      : -5px;
        z-index  : 999;
        height   : 369px;
    }
}

@media screen and (min-width: 1240px){
    .photo_material_silver_gold{
        position: absolute;
        top: -7px;
        z-index: 999;
        height: 588px;
    }
}


.icon_logo_police_document{
    width: 30px;
    height: 30px;
}


.result_license_plate_police_document{
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
    background-color: rgba(2, 92, 187, 1);;
}


.box_image_with_region_document{
    width: 30px;
}



.box_number_result_license_plate_document{
    margin-left: 25px;
    display: flex;
}

.photo_result_license_plate_document_region{
    width: 100%;
    height: 50%;
    object-fit: cover;
}

.number_document_region_country{
    position: relative;
    z-index: 9999;
    font-family: var(--font-family-minor);
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
    user-select: none;
    text-align: center;
    height: 50%;
    color: rgba(25, 74, 132, 1);
}



.number_document_police_europe {
    color: var(--color-text-white);
}



.license_plate_document {
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;

}

.photo_result_old_number_document{

    width: 20px;
    height: 15px;
    margin-top: auto;
    margin-left: auto;
    margin-right: auto;
}


.box_image_with_region_document{
    display: flex;
    flex-direction: column;
    align-items: stretch;
    height: 100%;
    min-width: 30px;
    max-width: 30px;

}


.number_document_region_country_old{
    line-height: 1.5;
}


.license_plate_document_text_decor:hover{
    cursor: default;
    opacity: 1;

}

.license_plate_document_text_nominal{
    font-family: var(--font-family-minor);
    width: 100%;
    font-size: 28px;
    font-weight: 400;
    line-height: 1;
    user-select: none;
    text-align: center;
    color: rgba(25, 74, 132, 1);
}



/** =================== /document =================== **/


/** =================== mobile =================== **/

@media screen and (max-width: 767px) {


    .section_nav_button{
        max-width: 390px;
        margin-left: auto;
        margin-right: auto;
        padding-left: 20px;
        padding-right: 20px;
        padding-bottom: 24px;
    }

    .container_content{
        display: flex;
        flex-direction: column;
        width: 390px;
        padding-left: 20px;
        padding-right: 20px;
        gap: 16px;
    }

    .box_icon_url{
        margin-bottom: 24px;
    }

    .title_page{
        width: 310px;
        font-size: 20px;
        margin-bottom: 40px;
    }


    .container_nav_tabs {
        width: 350px;
        overflow-x: auto;

    }

    .box_nav_tab {
        width: 259px;
        height: 104px;
        gap: 12px;
        padding: 16px 20px;
        align-items: flex-start;
    }


    .container_top_option{
        flex-direction: column;
        height: 100%;
        width: 100%;
        gap: 16px;
    }


    .box_option{
        padding: 12px
    }

    .box_top_option_material{
        height: 82px;
        width: 100%;
    }

    .box_number_title{
        margin-bottom: 12px;
        gap: 6px;
    }

    .material-option{
        font-size: 12px;
    }

    .switch{
        width: 34px;
        height: 22px;
    }

    .toggle-knob{
        width: 12px;
        height: 12px;
    }


    #material-toggle:checked + .switch .toggle-knob {
        transform: translateX(12px); /* Зміщуємо вправо */
    }

    .box_top_option_material_the_cover{
        width: 350px;

    }

    .box_number_title_material_the_cover{
        margin-left: 0;
    }


    .list_material{
        padding: 0;
    }

    .container_bottom_option {
        flex-direction: column;
    }

    .container_bottom_left_option{
        width: 100%;
        gap: 16px;
    }

    .container_bottom_left_option_box_top{
        width: 100%;
        height: 100%;
        flex-direction: column;
        gap: 16px;
    }

    .box_option_color_metal {
        width: 100%;
        display: flex;
        align-items: center;
        gap: 24px;
    }

    .box_option_color_metal .box_option_title{
        width: 125px;
    }

    .box_option_color_backdrop{
        display: flex;
        align-items: flex-start;
        width: 100%;
        gap: 12px;
    }

    .box_options_color_and_neon{
        gap: 12px;
        height: 100%;
    }

    .box_option_color_backdrop .box_option_title{
        width: 93px;
    }

    .color_input{
        width: 101px;
        height: 73px;
    }

    .color_selector{
        width: 101px;
    }

    .color_display_backdrop{
        width: 73px;
        height: 73px;
        margin-right: 0;
    }

    .additional_colors{
        justify-content: center;
    }

    .box_option_color_text {
        width: 100%;
        display: flex;
        align-items: center;
        gap: 24px;
    }

    .box_option_color_text .box_option_title{
        width: 93px;
    }

    .color_display_text{
        width: 73px;
        height: 73px;
        margin-right: 0;
    }


    .container_bottom_left_option_box_midle {
        flex-direction: column;
        gap: 16px;
        height: 100%;
        width: 100%;
    }

    .box_option_license_plate{
        width: 350px;

    }


    .box_option_cover_display_data{
        width: 100%;
    }

    .container_bottom_left_option_box_bottom{
        flex-direction: column;
        height: 100%;
        width: 100%;
        gap: 16px;
    }

    .box_option_custom_cover {
        display: none;
    }

    .box_option_custom_cover_mobile{
        display: block;
        width: 100%;

    }

    .box_option_custom_cover_mobile .custom_cover_title_description{
        margin-bottom: 24px;

    }

    .box_option_logo_cover{
        width: 100%;
    }

    .item_brand_car{
        width: 70px;
        height: 70px;
    }

    .photo_brand_car{
        width: 70px;
        height: 70px;
    }

    .item_brand_car::before{
        width: 70px;
        height: 70px;
    }

    .container_bottom_right_option{
        width: 100%;
        height: 100%;
    }

    .box_price_btn_add_order{
        flex-direction: column;
        gap: 12px;
    }

    .box_price_btn_add_order{
        height: 100%;
    }

    .btn_add_order{
        height: 51px;
    }

    .photo_option_result_brand_car{
        width: 112px;
        height: 112px;
    }

    .box_photo_option_result_brand_car{
        top: 75px;
        left: 112px;
    }

    .box_result_license_plate{
        width: 147.03px;
        height: 32.67px;
        bottom: 85px;
        left: 87px;
    }


    .container_bottom_option{
        gap: 16px;
    }



    .container_bottom_left_option_box_top_keychain {
        flex-direction: column;
        height: 100%;
        gap: 16px;
        width: 100%;

    }


    .box_option_color_metal_keychain{
        width: 100%;

    }



    .box_number_title_color_metal_keychain{
        margin-bottom: 12px;
        padding: 0;
    }


    .box_option_color_backdrop_keychain{
        width: 100%;

    }

    .box_options_color_and_neon_mobile{
        width: 100%;
        justify-content: space-around;
    }

    .box_option_color_text_keychain {
        width: 100%;
        display: flex;
        align-items: center;
        gap: 24px;
    }

    .box_option_color_text_keychain .box_number_title_color_text{
        width: 125px;
    }


    .photo_option_result_brand_car_keychain{
        width: 75px;
        height: 75px;
    }


    .box_photo_option_result_brand_car_keychain{
        top: 7px;
        left: 58px;
    }


    .box_result_license_plate_keychain{
        left: 4px;
        width: 184px;
        height: 42px;
    }


    .license_plate_region_keychain,
    .number_result_license_plate_keychain,
    .letter_result_license_plate_keychain,
    .license_plate_symbols,
    .number_result_license_plate_keychain_decoration{
        font-size: 28px;
        line-height: 1.15;
    }

    .photo_result_license_plate_keychain{
        height: 42px;
    }

    .box_text_back_arrow {
        left: -10px;
    }

    .box_text_front_arrow {
        left: 95px;
    }

    .box_photo_option_result_keychain{
        gap: 25px;
    }

    .option_result_title_keychain{
        margin-bottom: 50px;
    }

    .box_photo_option_result_keychain_front{
        margin-bottom: 50px;
    }

    .container_bottom_right_option_tablet{
        display: flex;
        flex-direction: column;
        gap: 16px;
    }

    /** ============ vip_keychain ============ **/

    .box_option_color_metal_vip_keychain{
        width: 100%;
    }

    .box_option_color_vip_keychain{
        width: 350px;
        overflow-x:  scroll;
    }


    .box_option_license_plate_vip_keychain{
        width: 350px;
        height: auto;
    }

    .container_bottom_left_option_vip_keychain {
        height: auto;
        width: 100%;
    }

    .box_number_title_color_metal_vip_keychain{
        padding: 0;
    }

    .box_neon_vip_keychains{
        width: 100px;
    }

    .box_ordinary_vip_keychains_content{
        gap: 50px;
    }

    .container_bottom_left_option_box_top_vip_keychain{
        height: auto;
    }


    .box_ordinary_vip_keychains_content{
        padding-right: 25px;
    }


    .text_neon_under{
        width: 75px;
    }


    .box_result_license_plate_vip_keychain {
        width: 172px;
        height: 40px;
        right: 3px;
    }


    .license_plate_text_vip_keychain{
        font-size: 28px;
    }


    .photo_result_license_plate_vip_keychain_region{
        height: 40px;
    }

    .box_text_front_arrow_vip_keychain{
        right: 0px;
        top: -40px;
    }


    .box_price_btn_add_order{
        margin-top: 50px;
    }

    .box_photo_option_result_keychain_front{
        margin-bottom: 0;
    }

    .box_text_back_arrow_vip_keychain {
        right: 10px;
        bottom: -50px;
    }


    .photo_logo_car_vip_keychain{
        width: 65px;
        height: 40px;
    }


    .box_image_with_region_vip_keychain {
        height: 40px;
    }

    .license_plate_region_dynamic_vip_keychain{
        font-size: 12px;
    }


    .region_dropdown {
        width: 182px;
    }


    .region_option, .letter_option, .number_option{
        font-size: 12px;
    }


    .box_letter_license_plate, .box_number_license_plate {
        width: 30px;
    }

    .number_result_vip_keychain_nominal {
        font-size: 22px;
    }

    .old_license_plate_keychain{
        height: 40px;
    }

    .photo_result_old_number_vip_keychain{
        width: 20px;
        height: 15px;
    }

    .number_result_license_plate_vip_keychain_decoration {
        font-size: 22px;
    }


    .box_image_with_region_police_vip_keychain{
        height: 40px;
        width: 36px;
        margin-right: 15px;
    }

    .icon_logo_police_vip_keychain{
        height: 30px;
        width: 30px;
    }


    .license_plate_color_text_police_vip_keychain{
        font-size: 22px;
        line-height: 1;
    }

    .resultLicensePlatePoliceVipKeychain{
        height: 40px;
    }

    .icon_logo_police_vip_keychain{
        margin-right: 0 !important;
    }

    .number_result_vip_keychain.show {
        font-size: 22px;
        line-height: 1;
    }

    .number_result_vip_keychain_police.show {
        width: auto;
        font-size: 16px;
        line-height: 1;
        margin-left: 15px;

    }


    .number_result_keychain_nominal {
        font-size: 22px;
        line-height: 1;

    }

    .license_plate_region_dynamic {
        font-size: 16px;

    }

    .photo_result_old_number {
        width: 20px;
        height: 15px;

    }


    .icon_logo_police{
        width: 30px;
        height: 30px;
        margin-right: 0 !important;
    }

    .box_image_with_region_police{
        width: 35px;
    }


    #boxNumberResultPolice {
        margin-left: 15px;
    }


    .license_plate_color_text.show{
        font-size: 22px;
        width: 255px;

    }


    .number_result_keychain_police.show {
        font-size: 22px;
        width: auto;
        margin-left: 15px;
    }


    /** ============ vip_keychain ============ **/





    /** ============ document ============ **/



    .box_result_license_plate_document{
        bottom: 86px;
        left: 104px;
        width: 131px;
        height: 30px;
    }

    .photo_result_license_plate_document {
        min-width: 30px;
        height: 30px;
    }


    .license_plate_document_text{
        font-size: 18px;
    }

    .number_document_region_country{
        font-size: 10px;
        line-height: 1.5;
    }

    .box_image_with_region_document {
        min-width: auto;
        width: 30px;
    }

    .icon_logo_police_document{
        width: 25px;
        height: 25px;
    }

    .box_image_with_region_document_old_mobile{
        min-width: 30px ;
    }

    .photo_result_old_number_document {
        width: 15px;
        height: 10px;
    }

    .photo_result_license_plate_document_region{
        min-width: 30px;
    }

    .license_plate_document_text_nominal{
        font-size: 16px;
    }


    .license_plate_document_text.show{
        min-width: 100px;
    }

    .number_document_police.show{
        width: 65px;
        text-align: center;
        min-width: inherit;
        font-size: 15px;
        margin-left: 5px;
    }


    /** ============ document ============ **/

}


/** =================== mobile =================== **/


/** =================== tablet =================== **/
@media screen and (min-width: 768px) and (max-width: 1240px){
    .section_nav_button{
        width: 768px;
        margin-left: auto;
        margin-right: auto;
        padding-left: 20px;
        padding-right: 20px;
        padding-bottom: 30px;
    }

    .container_content{
        display: flex;
        flex-direction: column;
        width: 768px;
        padding-left: 20px;
        padding-right: 20px;
        gap: 0;

    }

    .box_icon_url{
        margin-bottom: 24px;
    }

    .title_page{
        width: 310px;
        font-size: 20px;
        margin-bottom: 40px;
    }


    .container_nav_tabs {
        width: 728px;
        overflow-x: auto;
        gap: 16px;
    }

    .box_nav_tab {
        width: 263px;
        height: 104px;
        gap: 12px;
        padding: 16px 20px;
        align-items: flex-start;
    }


    .container_top_option{
        margin-bottom: 20px;
        height: 160px;
        width: 100%;
        gap: 16px;
    }

    .box_option{
        padding: 18px
    }

    .box_top_option_material{
        height: 100%;
        width: 263px;
    }

    .box_number_title{
        margin-bottom: 12px;
        gap: 6px;
    }

    .material-option{
        font-size: 12px;
    }

    .switch{
        width: 34px;
        height: 22px;
    }

    .toggle-knob{
        width: 12px;
        height: 12px;
    }


    #material-toggle:checked + .switch .toggle-knob {
        transform: translateX(12px); /* Зміщуємо вправо */
    }

    .box_top_option_material_the_cover{
        width: 449px;

    }

    .box_number_title_material_the_cover{
        margin-left: 0;
    }


    .list_material{
        padding: 0;
    }

    .container_bottom_option {
        flex-direction: column;
    }

    .container_bottom_left_option{
        width: 100%;
        gap: 16px;
    }

    .container_bottom_left_option_box_top_tablet{
        display: flex;
        gap: 16px;
        margin-bottom: 20px;

    }

    .container_bottom_left_option_box_top{
        display: none;
    }



    .box_option_color_metal {
        width: 356px;
        display: flex;
        align-items: center;
        gap: 24px;
    }

    .box_option_color_metal .box_option_title{
        width: 125px;

    }

    .box_option_color_backdrop{
        display: flex;
        align-items: flex-start;
        width: 100%;
        gap: 12px;
    }

    .box_options_color_and_neon{
        gap: 12px;
        height: 100%;
    }

    .box_number_title{
        align-items: flex-start;
    }

    .box_option_color_backdrop .box_option_title{
        width: 93px;
        align-items: flex-start;
    }

    .box_option_color_text_tablet .box_option_title{
        width: 122px;
    }

    .container_bottom_left_option {
        width: 356px;
    }


    .additional_colors{
        width: 40px;
        justify-content: center;
    }



    .container_bottom_option {
        flex-direction: row;
    }

    .box_option_color_text {
        display: none;
    }

    .box_option_color_text_tablet{
        display: flex;
        align-items: center;
        width: 100%;
    }

    .box_option_color_text .box_option_title{
        width: 93px;
    }



    .container_bottom_left_option_box_midle {
        flex-direction: column;
        gap: 16px;
        height: 100%;
        width: 100%;
    }

    .box_option_license_plate{
        width: 350px;

    }


    .box_option_cover_display_data{
        width: 100%;
    }

    .container_bottom_left_option_box_bottom{
        flex-direction: column;
        height: 100%;
        width: 100%;
        gap: 16px;
    }

    .box_option_custom_cover {
        display: none;
    }

    .box_option_custom_cover_mobile{
        display: block;
        width: 100%;

    }



    .box_option_custom_cover_mobile .custom_cover_title_description{
        margin-bottom: 24px;
    }

    .box_option_logo_cover{
        width: 100%;
    }

    .item_brand_car{
        width: 68px;
        height: 68px;
    }

    .photo_brand_car{
        width: 68px;
        height: 68px;
    }

    .item_brand_car::before{
        width: 68px;
        height: 68px;
    }

    .container_bottom_right_option{
        width: 100%;
        height: 586px ;
    }

    .box_price_btn_add_order{
        flex-direction: column;
        gap: 12px;
    }

    .box_price_btn_add_order{
        height: 100%;
    }

    .btn_add_order{
        height: 51px;
    }

    .photo_option_result_brand_car{
        width: 122px;
        height: 122px;
    }

    .box_photo_option_result_brand_car{
        top: 75px;
        left: 112px;
    }

    .box_result_license_plate{
        width: 147.03px;
        height: 32.67px;
        bottom: 88px;
        left: 87px;
    }

    .box_option_result{
        gap: 0;
    }

    .container_bottom_option{
        gap: 16px;
    }


    .container_bottom_right_option_tablet{
        display: flex;
        flex-direction: column;
        gap: 16px;
    }

    .container_bottom_left_option_box_top_keychain{
        display: none;
    }

    .container_bottom_left_option_box_top_keychain_tabelt {
        display: flex;
        gap: 16px;
        width: 100%;
        height: 100%;
        margin-bottom: 16px;

    }

    .box_option_color_text_keychain_tablet{
        display: flex;
    }

    .box_option_color_backdrop_keychain{
        width: 100%;
    }

    .box_options_color_and_neon_keychain{
        width: 100%;
        height: auto;

    }

    .additional_colors_tablet_keychain{
        width: 135px;
    }

    .box_option_color_metal_keychain{
        width: 100%;
    }

    .box_number_title_color_metal_keychain {
        padding: 0;
    }
    .box_option_color_text_keychain_tablet {
        width: 100%;
        align-items: center;
        gap: 24px;
    }

    .box_option_color_text_keychain_tablet .box_number_title_color_text{
        width: 135px;
    }

    .container_bottom_right_option_keychain{
        height: 550px;
    }

    .box_option_custom_cover_mobile{
        height: 100%;
    }

    .box_photo_option_result_brand_car_keychain{
        width: 75px;
        height: 75px;
    }

    .photo_option_result_brand_car_keychain{
        width: 75px;
        height: 75px;
    }

    .box_photo_option_result_brand_car_keychain{
        top: 9px;
        left: 62px;
    }


    .box_result_license_plate_keychain {
        width: 192px;
        height: 42px;
        left: 4px;

    }


    .license_plate_region_keychain,
    .number_result_license_plate_keychain,
    .letter_result_license_plate_keychain,
    .license_plate_symbols,
    .number_result_license_plate_keychain_decoration{
        font-size: 32px;
        line-height: 1.15;
    }

    .photo_result_license_plate_keychain{
        height: 40px;

    }


    .box_photo_option_result_keychain {
        gap: 25px;
    }

    .option_result_title_keychain{
        margin-bottom: 50px;
    }

    .box_price_btn_add_order{
        margin-top: 50px;
    }

    .box_text_back_arrow{
        left: 10px;
    }

    .box_text_front_arrow{
        left: 100px;
    }

    /** ========== vip_keychain ========== **/

    .box_option_color_vip_keychain {
        width: 380px;
        overflow-x: scroll;
    }

    .container_top_option_vip_keychain{
        height: auto;
    }


    .text_neon_under{
        width: 75px;
    }

    .container_bottom_left_option_vip_keychain{
        width: 356px;
    }


    .box_result_license_plate_vip_keychain{
        width: 176px;
        height: 40px;
        right: 3px;

    }

    .license_plate_text_vip_keychain{
        font-size: 28px;
        line-height: 1.15;
    }

    .photo_result_license_plate_vip_keychain_region{
        height: 40px;
    }

    .box_text_front_arrow_vip_keychain{
        right: 85px;
        top: -35px;
    }

    .box_text_back_arrow_vip_keychain{
        right: 10px;
        bottom: -45px;
    }

    .photo_logo_car_vip_keychain{
        width: 80px;
        height: 40px;
    }


    .box_option_custom_cover_mobile_tablet{
        height: auto;
    }


    .box_option_result_keychain{
        height: auto;
    }

    .container_bottom_right_option_vip_keychain{
        height: auto;
    }


    .box_image_with_region_vip_keychain {
        height: 40px;
    }

    .license_plate_region_dynamic_vip_keychain{
        font-size: 12px;
    }


    .region_dropdown {
        width: 182px;
    }


    .region_option, .letter_option, .number_option{
        font-size: 12px;
    }


    .box_letter_license_plate, .box_number_license_plate {
        width: 30px;
    }

    .number_result_vip_keychain_nominal {
        font-size: 22px;
    }

    .old_license_plate_keychain{
        height: 40px;
    }

    .photo_result_old_number_vip_keychain{
        width: 20px;
        height: 15px;
    }

    .number_result_license_plate_vip_keychain_decoration {
        font-size: 22px;
    }


    .box_image_with_region_police_vip_keychain{
        height: 40px;
        width: 36px;
        margin-right: 15px;
    }

    .icon_logo_police_vip_keychain{
        height: 30px;
        width: 30px;
    }


    .license_plate_color_text_police_vip_keychain{
        font-size: 22px;
        line-height: 1;
    }

    .resultLicensePlatePoliceVipKeychain{
        height: 40px;
    }

    .icon_logo_police_vip_keychain{
        margin-right: 0 !important;
    }

    .boxResultPoliceVipKeychain{
        margin-left: 25px;
    }


    .number_result_vip_keychain.show {
        font-size: 22px;
        line-height: 1;
    }

    .number_result_vip_keychain_police.show {
        width: auto;
        font-size: 16px;
        line-height: 1;
        margin-left: 15px;
    }


    .number_result_keychain_nominal {
        font-size: 22px;
        line-height: 1;

    }

    .license_plate_region_dynamic {
        font-size: 16px;

    }

    .photo_result_old_number {
        width: 20px;
        height: 15px;

    }


    .icon_logo_police{
        width: 30px;
        height: 30px;
        margin-right: 0 !important;
    }

    .box_image_with_region_police{
        width: 35px;
    }


    #boxNumberResultPolice {
        margin-left: 15px;
    }


    .license_plate_color_text.show{
        font-size: 22px;
        width: 255px;

    }


    .number_result_keychain_police.show {
        font-size: 22px;
        width: auto;
        margin-left: 15px;
    }

    .box_result_license_plate_document{
        bottom: 90px;
        left: 108px;
        width: 134px;
        height: 29px;
    }

    .photo_result_license_plate_document {
        min-width: 30px;
        height: 30px;
    }


    .license_plate_document_text{
        font-size: 18px;
    }

    .number_document_region_country{
        font-size: 10px;
        line-height: 1.5;
    }

    .box_image_with_region_document {
        min-width: auto;
        width: 30px;
    }

    .icon_logo_police_document{
        width: 25px;
        height: 25px;
    }

    .box_image_with_region_document_old_mobile{
        min-width: 30px ;
    }

    .photo_result_old_number_document {
        width: 15px;
        height: 10px;
    }

    .photo_result_license_plate_document_region{
        min-width: 30px;
    }

    .license_plate_document_text_nominal{
        font-size: 16px;
    }


    .license_plate_document_text.show{
        min-width: 100px;
    }

    .number_document_police.show{
        width: 65px;
        text-align: center;
        min-width: inherit;
        font-size: 15px;
        margin-left: 5px;
    }


    /** ========== vip_keychain ========== **/
}

/** =================== tablet =================== **/
.hide {
    display: none;
    opacity: 0;
    transition: all var(--transition-time);
}

body:has(.accessory_page_color) footer {
    margin-top: 0 !important;
}


@media screen and (min-width: 1240px){
    /*#container_document .container_top_option {*/
    /*    height: 195px;*/
    /*}*/
}

.box_image_with_region, .box_photo_result_license_plate_keychain {
    width: 40px;
}

.box_photo_result_license_plate_document {
    width: 30px;
}


.list_material_update .item_material.natural {
    display: none;
}

.list_material_update.natural .item_material {
    display: none;
}

.list_material_update.natural .item_material.natural {
    display: flex;
}


.list_option_color_vip_keychain .item_neon_vip_keychain {
    width: 65px;
    height: 65px;
}

.box_neon_text_vip_keychain{
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.list_option_color_vip_keychain .color_option_neon.active {
    border: var(--border-box-option-item-cars-active);
}

.list_option_color_vip_keychain .list_item.active > .list_item_photo {
    border: none;
}

.list_option_color_vip_keychain .color_option_neon:hover {
    border: none;
}

.box_photo_option_result_keychain_front {
    z-index: 1000;
}

.item_color_vip_keychains.active .list_item_photo {
    border: 2px solid var(--color-text-active) !important;
}

.list_item_photo_gradient_vip_keychains {
    background-size: 62px !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
}

#boxImageWithRegionOldVipKeychain {
    margin-right: 15px;
}