@font-face {
    font-family: 'Ruberoid';
    src: url('/src/staticatic/fonts/Ruberoid-Regular.ttf') format('truetype');
    font-weight: 500;
}

@font-face {
    font-family: 'Ruberoid';
    src: url('/src/staticatic/fonts/Ruberoid-Medium.ttf') format('truetype');
    font-weight: 600;
}

@font-face {
    font-family: 'Ruberoid';
    src: url('/src/staticatic/fonts/Ruberoid-Bold.ttf') format('truetype');
    font-weight: 700;
}

.choose-blocks, #main-form {
    height: 100%;
}

html {
    height: 100%;
    max-height: 100vh;
}

body {
    display: block;
    font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
    height: 100% !important;
    margin: 0 12px;
    background-color: #1B1B1B;
}

.form-container {
    background-color: white;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
    width: 300px;
}

.form-container label {
    font-size: 14px;
}

.form-container label, .form-container input {
    display: block;
    width: 90%;
    height: 10px;
    padding: 10px;
    margin-bottom: 10px;
}

.form-container button {
    font-family: Ruberoid, sans-serif;
    width: 100%;
    padding: 10px;
    background-color: #333333;
    color: white;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

.button-next {
    font-family: Ruberoid, sans-serif;
    width: 95%;
    padding: 10px;
    height: auto;
    text-decoration: none;
    background-color: #595F69;
    color: white;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    margin: 10px 0;
}

.form-container a {
    color: #E20613;
    text-decoration: none;
}

.upload-container {
    background-color: #383C44;
    border-radius: 8px;
    padding: 20px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    width: 400px;
    text-align: center;
}

.upload-container h3 {
    color: #fff;
    margin-top: 0;
}

.upload-form {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.upload-form input[type="file"] {
    display: none;
}

.custom-file-upload {
    padding: 10px;
    margin-bottom: 15px;
    border: 1px solid #E20613;
    border-radius: 5px;
    background-color: #E20613;
    color: #fff;
    width: 92%;
    cursor: pointer;
    display: inline-block;
}

.custom-file-upload-href {
    color: #fff;
    background-color: #E20613;
    width: 100%;
    text-align: center;
    padding: 10px 0;
    margin: 5px;
    border-radius: 5px;
    text-decoration: none;
}

.upload-form input[type="submit"] {
    font-family: Ruberoid, sans-serif;
    padding: 10px;
    height: 45px;
    border: none;
    border-radius: 5px;
    background-color: #595F69;
    color: white;
    cursor: pointer;
    width: 100%;
}

.upload-form input[type="submit"]:hover {
    background-color: #E20613;
    font-family: Ruberoid, sans-serif;
}

.file-name {
    margin-top: 10px;
    font-size: 14px;
    color: #fff;
}

.example-img {
    max-width: 380px;
    height: auto;
    margin-bottom: 10px;
    border-radius: 10px;
}

.radio-container {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 5px;
}

.radio-container2 {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 5px 0;
}

.radio-label {
    display: block;
    border: 2px solid #333333;
    color: #fff;
    border-radius: 5px;
    padding: 12px 6px;
    background-color: #333333;
    cursor: pointer;
    font-size: 12px;
    transition: background-color 0.3s;
}

.radio-label2 {
    display: block;
    border: 2px solid #333333;
    color: #fff;
    border-radius: 5px;
    padding: 12px 6px;
    background-color: #333333;
    cursor: pointer;
    font-size: 12px;
    transition: background-color 0.3s;
}

.radio-label2-disable {
    display: block;
    border: 2px solid #333333;
    color: #545252;
    border-radius: 5px;
    padding: 12px 6px;
    background-color: #696868;
    cursor: pointer;
    font-size: 12px;
    transition: background-color 0.3s;
}


.radio-label:hover {
    background-color: #fff;
    color: #595F69;
}

.radio-label2:hover {
    background-color: #fff;
    color: #595F69;
}

.radio-label2-disable:hover {
    background-color: #696868;
    color: #545252;
}

.radio-block-stock input[type="radio"] {
    display: none;
}

.radio-block-stock input[type="radio"]:checked + .radio-label {
    font-weight: bold;
    background-color: #fff;
    color: #333333;
}

.radio-block-stock input[type="radio"]:checked + .radio-label2 {
    font-weight: bold;
    background-color: #fff;
    color: #333333;
}

.radio-block-new input[type="radio"] {

    display: none;
}

.radio-block-new {
    flex: 1;
    text-align: center;
}

.radio-block-new input[type="radio"]:checked + .radio-label {
    font-weight: bold;
    background-color: #fff;
    color: #333333;
}

.radio-block-new input[type="radio"]:checked + .radio-label2 {
    font-weight: bold;
    background-color: #fff;
    color: #333333;
}

.radio-label {
    display: block;
    cursor: pointer;
}

.radio-label2 {
    display: block;
    cursor: pointer;
}

.choose-blocks {
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 480px;
    height: 100%;
}

@media (max-width: 375px) {
    .choose-blocks {
        display: flex;
        flex-direction: column;
        width: 100%;
        max-width: 360px;
    }

    .block-18 {
        margin: 0 5px 0 0;
    }


    .block-19 {
        margin: 0px 5px 0px 5px;
    }


    .block-20 {
        margin: 0px 5px 0px 5px;
    }

    .block-21 {
        margin: 0px 5px 0px 5px;
    }

    .block-22 {
        margin: 0px 5px 0px 5px;
    }

    .block-23 {
        margin: 0px 5px 0px 5px;
    }

    .block-24 {
        margin: 0px 0px 0px 5px;
    }
}

@media (min-width: 390px) {
    .block-18 {
        margin: 0 7px 0 0;
    }


    .block-19 {
        margin: 0px 7px 0px 7px;
    }


    .block-20 {
        margin: 0px 7px 0px 7px;
    }

    .block-21 {
        margin: 0px 7px 0px 7px;
    }

    .block-22 {
        margin: 0px 7px 0px 7px;
    }

    .block-23 {
        margin: 0px 7px 0px 7px;
    }

    .block-24 {
        margin: 0px 0px 0px 7px;
    }

    .item-block {
        display: flex;
        flex-direction: column;
    }
}

.img-block {
    background-color: #222;
    border-radius: 16px;
    justify-content: center;
    align-items: center;
    height: 35vh;
    margin-top: 10px;
    display: flex;
    position: static;
    overflow: hidden;
}

.wheel-size-card {
    background-color: #222;
    border-radius: 16px;
    padding: 20px 24px 30px;
    color: #fff;
}

.wheel-size-title {
    text-align: center;
    color: #fff;
    text-align: center;
    font-size: 20px;
    line-height: 27px;
    text-transform: uppercase;
}

.wheel-size-value {
    display: block;
    text-align: center;
    color: #fff;
    font-size: 64px;
    line-height: 88px;
    position: static;
    inset: auto 0% 0% auto;
}

/* Range */
.wheel-size-range {
    width: 100%;
    height: 8px;
    border-radius: 16px;
    background: #D9D9D9;
    outline: none;
    -webkit-appearance: none;
    appearance: none;
    margin: 0;
}

.wheel-size-range::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 24px;
    height: 24px;
    border-radius: 100%;
    background: #E30011;
    border: none;
}

.wheel-size-range::-moz-range-track {
    height: 8px;
    border-radius: 999px;
    background: #cfcfcf;
}

.wheel-size-range::-moz-range-thumb {
    width: 24px;
    height: 24px;
    border-radius: 100%;
    background: #E30011;
    border: none;
}

.logo-outer {
    padding-top: 10px;
    padding-left: 35px;
    padding-right: 35px;
    display: flex;
    object-fit: fill;
    max-width: 100%;
    justify-content: center;
}

.logo {
    object-fit: fill;
    max-width: 100%;
}

.item-header {
    text-transform: uppercase;
    background-color: #222;
    border-radius: 16px;
    justify-content: center;
    align-items: center;
    padding: 9px 15px;
    margin: 10px 0 50px;
    font-size: 20px;
    display: flex;
    color: #fff;
    line-height: inherit;
    text-decoration: none;
}

.try-another-btn {
    color: #fff;
    background-color: #333333;
    text-align: center;
    padding: 15px;
    margin: 15px 0;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    text-decoration: none;
    color: #fff;
    width: 390px;
}

.try-another-btn-load {
    color: #fff;
    background-color: #333333;
    text-align: center;
    padding: 15px;
    margin: 10px 0;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    text-decoration: none;
    color: #fff;
    /*width: 390px;*/
}

.items-header {
    display: flex;
    justify-content: space-between;
    margin: 0 0 5px 0;
}

.item-header-new {
    color: #fff;
    background-color: #333333;
    width: 42%;
    text-align: center;
    padding: 15px 10px;
    font-size: 12px !important;
    border-radius: 5px;
}

.item-header-new:hover {
    color: #fff;
    background-color: #333333;
    width: 42%;
    text-align: center;
    padding: 15px 10px;
    font-size: 12px !important;
    border-radius: 5px;
    cursor: pointer;
}

.varib-but {
    text-decoration: none;
    color: #ffffff;
}

.img-car {
    object-fit: contain;
    background-color: #222;
    border-radius: 16px;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 10px 25px;
}

.v-btn-back {
    text-transform: uppercase;
    vertical-align: baseline;
    background-color: #222;
    background-image: url(https://cdn.prod.website-files.com/67c1b2d…/6825ffa…_Arrow-left.svg);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: auto;
    background-attachment: scroll;
    border-radius: 16px 0 0 16px;
    flex: 0 auto;
    justify-content: center;
    align-items: center;
    width: 76px;
    height: 44px;
    font-size: 20px;
    display: flex;
}

.img-car-blur {
    width: 100%;
    text-align: center;
    border-radius: 5px;
    margin: 5px 0;
    filter: blur(6px);
}

.item-body h4 {
    color: #fff;
    font-weight: 500;
}


.butt3-go {
    text-transform: uppercase;
    vertical-align: baseline;
    background-color: #222;
    border-radius: 16px;
    flex: 1;
    justify-content: center;
    align-items: center;
    height: 44px;
    font-size: 20px;
    display: flex;
    position: static;
    inset: auto 0% 0%;
    border: none;
    color: #fff;
    padding: 0;
}

.half-but {
    border-radius: 0 16px 16px 0;
}

.butt-go {
    background-color: #1b1b1b;
    justify-content: space-between;
    align-items: center;
    gap: 12px;
    bottom: 0;
    padding: 10px 0 30px;
    display: flex;
    position: sticky;
    box-shadow: 0 -10px 10px #1b1b1b;
    border: none;
    color: #fff;
    z-index: 3;
}

.butt2-go {
    text-decoration: none;
    font-family: Ruberoid, sans-serif;
    font-weight: 700;
    font-size: 18px;
    max-width: 100%;
    padding: 10px 0;
    text-align: center;
    color: #ffffff;
    border-radius: 2px;
    border: 1px solid #333333;
    cursor: pointer;
    background-color: #595F69;
}

.button-start-choose {
    font-family: Ruberoid, sans-serif;
    font-weight: 500;
    font-size: 32px;
    height: 45px;
    text-align: center;
    color: #333333;
    border-radius: 2px;
    border: 1px solid #333333;
    margin: 5px 0;
    cursor: pointer;
    font-weight: 700;
    background: #ffffff;
}

.button-start-choose img {
    margin-bottom: -1px;
}

.button-start {
    font-family: Ruberoid, sans-serif;
    font-weight: 500;
    font-size: 30px;
    max-width: 100%;
    height: 45px;
    text-align: center;
    color: #333333;
    border-radius: 2px;
    border: 1px solid #333333;
    margin: 10px 0;
    cursor: pointer;
    background-color: #DEDEDE;
}

.new-button {
    font-family: Ruberoid, sans-serif;
    color: #E20613;
    border: #E20613 solid 1px;
    background-color: #DEDEDE;
    width: 100%;
    height: 80px;
    font-weight: 400;
    font-size: 20px;
    text-align: center;
    border-radius: 5px;
    padding: 20px;
    margin: 20px 0;
}

.next-from {
    display: flex;
    flex-direction: column;
}

.tg-message {
    color: #fff;
}

.fail-message {
    color: #e00000;
}


.car-images {
    display: none;
    overflow-x: auto;
    white-space: nowrap;
    max-width: 360px;
}

.car-images img {
    max-width: 150px;
    height: auto;
    margin-right: 10px;
    border: 2px #ffffff solid;
    border-radius: 10px;
}

input[type="checkbox"] {
    display: none;
}

.image-label input[type="checkbox"]:checked + img {
    font-weight: bold;
    background-color: #fff;
    color: #333333;
    border: 2px #e70808 solid;
    border-radius: 10px;
}

.car-images-inner {
    margin: 10px;
}

#brand-menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    display: none;
    z-index: 1000;
}

ul.brand-menu {
    list-style: none;
    padding: 0;
    margin: 0;
    position: absolute;
    top: 20%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-transform: uppercase;
}

ul.brand-menu li {
    margin-bottom: 5px;
    text-align: center;
}

ul.brand-menu li a {
    display: block;
    padding: 5px 20px;
    font-size: 18px;
    color: #ffffff;
    text-decoration: none;
    transition: background-color 0.3s;
}

ul.brand-menu li a:hover {
    background-color: #333;
    color: #fff;
}

#close-button {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 20px;
    background: none;
    border: none;
    cursor: pointer;
    color: #fff;
    text-decoration: none;
    z-index: 1001;
}

#close-button:hover {
    color: #ccc;
    text-decoration: none;
}

.block-result {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-top: 30px;
}

.block-result h4 {
    color: #ffffff;
}

.link-result {
    color: #ffffff;
    word-break: break-all;
    margin: 20px 0;
}

.share-buttons {
    display: flex;
    justify-content: space-between;
}

.form-result {
    text-align: center;
    width: 48%;
}

.result-input {
    font-family: Ruberoid, sans-serif;
    width: 100%;
    padding: 18px;
    background-color: #333333;
    color: #fff;
    border: 1px solid #333333;
    border-radius: 10px;
    font-size: 18px;
    font-weight: 400;
    height: 100%;
}

.block-share {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 48%;
}

.result-button {
    text-decoration: none;
    background-color: #333333;
    color: #fff;
    border-radius: 10px;
    width: 100%;
    padding: 21px;
    text-align: center;
}

.pagination {
    display: flex;
    width: 100%;
    justify-content: space-between;
    margin: 0 0 20px 0;
}

.inner-pag {
    display: flex;
    justify-content: space-between;
}

.pagination a {
    text-decoration: none;
    color: #fff;
    font-size: 18px;
    padding: 5px 15px 5px 15px;
    border-radius: 2px;
    background-color: #595F69;
}

.pagination span {
    color: #fff;
}

.sub_but {
    text-decoration: none;
    font-size: 18px;
    padding: 10px 1px;
    text-align: center;
    color: #ffffff;
    margin: 1px 14px;
    cursor: pointer;
}

.input[type="file"] {
    display: none;
}

.img-car2 {
    width: 100%;
    text-align: center;
    border-radius: 5px;
    margin: 5px 0;
}


/*=================
* TIMER
*=================*/

.countdown {
    font-size: 90px;
    color: white;
    text-align: center;
}

.tg-result {
    font-size: 20px;
    color: white;
    text-align: center;
    margin: 30px 0 30px 0;
}

.inner-block {
    height: 100%;
}

@media (max-width: 500px) {
    .inner-block-item {
        height: 100%;
    }
}


@media (min-width: 500px) {
    body {
        max-width: 430px;
        width: 100%;
        padding-right: 15px;
        padding-left: 15px;
        margin-right: auto;
        margin-left: auto;
        display: flex;
        align-items: center;
    }

    .inner-block {
        box-shadow: 0px 0px 100px 0px #000000;
        border-radius: 50px;
        max-height: 900px;
        height: 100%;
    }

    .inner-block-item {
        margin: 30px;
    }

    .choose-blocks {
        padding-bottom: 15px;
    }

    .butt-go {
        margin-right: auto;
        margin-left: auto;
        border-radius: 0 0 50px 50px;
    }
}
