* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent;
    font-family: Comfortaa;
}

/* Для Chrome, Safari, Edge */
::-webkit-scrollbar {
    width: 10px;
    /* ширина скролла */
}

::-webkit-scrollbar-track {
    background: #FCE0B4;
    /* цвет дорожки */
}

::-webkit-scrollbar-button {
    display: none;
    width: 0;
    height: 0;
}

::-webkit-scrollbar-thumb {
    background: #00312D;
    /* цвет ползунка */
    border-radius: 5px;
    /* скругление */
}

::-webkit-scrollbar-thumb:hover {
    background: #00312D;
    /* при наведении */
}

/* Для Firefox */
html {
    scrollbar-width: thin;
    /* auto | thin | none */
    scrollbar-color: #FCE0B4 #00312D;
    /* thumb | track */
}


input:focus {
    outline: none;
    box-shadow: none;
}


@font-face {
    font-family: "Comfortaa";
    src: url("fonts/Comfortaa-VariableFont_wght.ttf") format("opentype");
}

@font-face {
    font-family: "Nunito";
    src: url("fonts/NunitoSans-VariableFont_YTLC\,opsz\,wdth\,wght.ttf") format("opentype");
}

.menu_left {
    width: 400px;
    height: 100%;
    left: -400px;
    position: fixed;
    background-color: #00312D;
    z-index: 30;
    padding: 60px 30px;
    transition: 0.2s;
}

.bonus_menu_left {
    display: flex;
    align-items: center;
    gap: 5px;
    margin-top: 3px;
}

.bonus_text_left {
    font-family: Nunito;
    font-size: 14px;
    font-weight: 800;
    color: #FCE0B4;
    text-decoration: none;
}

.bonusd_left_img {
    width: 15px;
    height: 15px;
    line-height: 15px;
}

.bonusd_left_img img {
    width: 100%;
    height: 100%;
    display: block;
}

.menu_left.active {
    left: 0;
}

.line_gradient_menu {
    width: 100%;
    height: 2px;
    margin-top: 40px;
    background: linear-gradient(90deg, #ECBF8B 34%, #B07F31 50%, #EFD6AE 68%);
    margin-bottom: 40px;
}

.vkaldka_menu_left {
    color: #FCE0B4;
    font-size: 24px;
    text-decoration: none;
}

#posuda {
    color: #fce0b471;
}

#frukty {
    color: #fce0b471;
}

.exit_button {
    position: absolute;
    bottom: 30px;
    color: #FCE0B4;
    font-size: 24px;
    cursor: pointer;
}

.vkladka_menu_cont {
    display: flex;
    flex-direction: column;
    gap: 15px;
    margin-top: 15px;
    margin-bottom: 15px;
    cursor: pointer;
}

.titul_menu_text {
    color: #FCE0B4;
    font-size: 20px;
    margin-top: 20px;
}

.with_icon_menu_cont {
    display: flex;
    align-items: center;
    gap: 10px;
    text-decoration: none;
}

.icon_menu {
    width: 22px;
    height: 22px;
}

.icon_menu img {
    width: 100%;
    height: 100%;
}

.icon_text {
    color: #FCE0B4;
    font-size: 18px;
}

.line_menu {
    width: 50%;
    height: 2px;
    background-color: #FCE0B4;
}

.data_menu_left_cont {
    margin-left: 15px;
}

.login_menu_left {
    color: #FCE0B4;
    font-size: 22px;
    margin-top: 5px;
}

.id_menu_left {
    font-size: 14px;
    color: #FCE0B4;
    font-family: Nunito;
    margin-top: 5px;
}

.top_menu_left_cont {
    display: flex;
    cursor: pointer;
    text-decoration: none;
}

.ava_menu_left {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    border: #FCE0B4 solid 4px;
}

.ava_menu_left img {
    width: 100%;
    border-radius: 50%;
    height: 100%;
}

#AdminButton {
    display: none;
}

.temn {
    z-index: 29;
    background-color: rgba(0, 0, 0, 0.548);
    width: 100%;
    height: 100vh;
    position: fixed;
    cursor: pointer;
    display: none;
    transition: 0.2s;
}


.shapka {
    position: fixed;
    display: flex;
    justify-content: space-between;
    z-index: 10;
    height: 90px;
    background-color: #00312D;
    width: 100%;
    box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.25);
    padding: 0 45px;
    align-items: center;
}

.menu_button {
    height: 34px;
    width: 8px;
    cursor: pointer;
}

.menu_button img {
    height: 100%;
    width: 100%;
}

.logo {
    height: 70px;
    width: 57px;
    cursor: pointer;
}

.logo img {
    height: 100%;
    width: 100%;
}

.korzina_button {
    height: 46px;
    width: 31px;
    cursor: pointer;
    opacity: 0;
}

.korzina_button img {
    height: 100%;
    width: 100%;
}

.all {
    position: relative;
    justify-content: space-between;
    width: 100%;
    min-height: 100vh;
    display: flex;
    flex-grow: 1;
}

.border_first {
    position: relative;
    width: 120px;
    background: url('img/miniuzor.png') repeat-y;
    background-size: contain;
    overflow: hidden;
}

.border_second {
    position: relative;
    width: 120px;
    background: url('img/miniuzor 1.png') repeat-y;
    background-size: contain;
    overflow: hidden;
}

.baze {
    position: relative;
    height: auto;
    display: flex;
    flex-direction: column;
    /* justify-content: space-between; */
    flex-grow: 1;
    background-color: #00312D;
    width: 100%;
}

/* Для Chrome, Safari, Edge, Opera */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Для Firefox */
input[type="number"] {
    -moz-appearance: textfield;
}

#userReady {
    display: none;
}

#userNot {
    display: block;
}

.vhod_text {
    color: #FCE0B4;
    font-size: 26px;
}

.vhod_tg_cont {
    display: flex;
    margin-top: 7px;
    gap: 10px;
    align-items: center;
}

.tg_vhod_icon {
    width: 22px;
    height: 22px;
    line-height: 22px;
}

.tg_vhod_icon img {
    display: block;
    width: 100%;
    height: 100%;
}


/* ФУТЕРРРРРРРРРРРРРРРРРРРРРРРРРРРР */

.podval {
    width: 100%;
    background-color: black;
    height: 200px;
    justify-content: center;
    display: flex;
    align-items: center;
}

.futer_nachinka {
    width: 970px;
    height: 150px;
    display: flex;
    align-items: center;
}

.logo_futer {
    height: 120px;
    width: 120px;
    flex-shrink: 0;
}

.logo_futer img {
    height: 100%;
    width: 100%;
    flex-shrink: 0;
}

.line_futer {
    height: 120px;
    width: 1px;
    background: linear-gradient(0deg, #ECBF8B 34%, #B07F31 50%, #EFD6AE 68%);
    margin-left: 40px;
    flex-shrink: 0;
}

.futer_obsh_cont {
    width: 100%;
    height: 120px;
    display: flex;
    justify-content: space-between;
}

.futer_pod_cont {
    height: 100%;
}

.title_futer {
    font-size: 16px;
    font-family: Nunito;
    color: #FCE0B4;
    display: flex;
    gap: 3px;
    align-items: center;
}

.text_futer {
    font-size: 14px;
    font-family: Nunito;
    color: #FCE0B4;
    text-decoration: none;
    display: block;
}

.map_img {
    width: 12px;
    height: 12px;
    line-height: 12px;
    display: block;
}

.cont_futer {
    margin-top: 20px;
}

.map_cont {
    display: flex;
    gap: 10px;
    margin-top: 5px;
}

.dopc_cont1 {
    margin-top: 5px;
}

.pod_dop_cont1 {
    display: flex;
    width: 115px;
    justify-content: space-between;
    margin-top: 3px;
}

@media (min-width: 100px) {
    .futer_nachinka {
        width: 360px;
        height: 130px;
        display: flex;
        align-items: center;
    }

    .logo_futer {
        height: 70px;
        width: 70px;
        flex-shrink: 0;
        display: none;
    }

    .logo_futer img {
        height: 100%;
        width: 100%;
        flex-shrink: 0;
    }

    .line_futer {
        height: 70px;
        width: 1px;
        background: linear-gradient(0deg, #ECBF8B 34%, #B07F31 50%, #EFD6AE 68%);
        margin-left: 10px;
        flex-shrink: 0;
        display: none;
    }

    .futer_obsh_cont {
        width: 100%;
        height: 120px;
        display: flex;
        margin-left: 0px;
        justify-content: space-between;
    }

    .futer_pod_cont {
        height: 100%;
    }

    .title_futer {
        font-size: 10px;
        font-family: Nunito;
        color: #FCE0B4;
        display: flex;
        gap: 3px;
        align-items: center;
    }

    .text_futer {
        font-size: 8px;
        font-family: Nunito;
        color: #FCE0B4;
        text-decoration: none;
        display: block;
    }

    .map_img {
        width: 12px;
        height: 12px;
        line-height: 12px;
        display: block;
    }

    .cont_futer {
        margin-top: 20px;
    }

    .map_cont {
        display: flex;
        gap: 10px;
        margin-top: 5px;
    }

    .dopc_cont1 {
        margin-top: 5px;
    }

    .pod_dop_cont1 {
        display: flex;
        width: 65px;
        justify-content: space-between;
        margin-top: 3px;
    }
}

@media (min-width: 790px) {
    .futer_nachinka {
        width: 660px;
        height: 130px;
        display: flex;
        align-items: center;
    }

    .logo_futer {
        height: 70px;
        width: 70px;
        flex-shrink: 0;
        display: none;
    }

    .logo_futer img {
        height: 100%;
        width: 100%;
        flex-shrink: 0;
    }

    .line_futer {
        height: 70px;
        width: 1px;
        background: linear-gradient(0deg, #ECBF8B 34%, #B07F31 50%, #EFD6AE 68%);
        margin-left: 10px;
        flex-shrink: 0;
        display: none;
    }

    .futer_obsh_cont {
        width: 100%;
        height: 120px;
        display: flex;
        margin-left: 0px;
        justify-content: space-between;
    }

    .futer_pod_cont {
        height: 100%;
    }

    .title_futer {
        font-size: 14px;
        font-family: Nunito;
        color: #FCE0B4;
        display: flex;
        gap: 3px;
        align-items: center;
    }

    .text_futer {
        font-size: 12px;
        font-family: Nunito;
        color: #FCE0B4;
        text-decoration: none;
        display: block;
    }

    .map_img {
        width: 12px;
        height: 12px;
        line-height: 12px;
        display: block;
    }

    .cont_futer {
        margin-top: 20px;
    }

    .map_cont {
        display: flex;
        gap: 10px;
        margin-top: 5px;
    }

    .dopc_cont1 {
        margin-top: 5px;
    }

    .pod_dop_cont1 {
        display: flex;
        width: 95px;
        justify-content: space-between;
        margin-top: 3px;
    }
}

@media (min-width: 1115px) {
    .futer_nachinka {
        width: 700px;
        height: 130px;
        display: flex;
        align-items: center;
    }
}

@media (min-width: 1265px) {
    .podval {
        width: 100%;
        background-color: black;
        height: 180px;
        justify-content: center;
        display: flex;
        align-items: center;
    }

    .futer_nachinka {
        width: 900px;
        height: 130px;
        display: flex;
        align-items: center;
    }

    .logo_futer {
        height: 100px;
        width: 100px;
        flex-shrink: 0;
    }

    .logo_futer img {
        height: 100%;
        width: 100%;
        flex-shrink: 0;
    }

    .line_futer {
        height: 100px;
        width: 1px;
        background: linear-gradient(0deg, #ECBF8B 34%, #B07F31 50%, #EFD6AE 68%);
        margin-left: 40px;
        flex-shrink: 0;
    }

    .futer_obsh_cont {
        width: 100%;
        height: 100px;
        display: flex;
        justify-content: space-between;
    }

    .futer_pod_cont {
        height: 100%;
    }

    .title_futer {
        font-size: 14px;
        font-family: Nunito;
        color: #FCE0B4;
        display: flex;
        gap: 3px;
        align-items: center;
    }

    .text_futer {
        font-size: 12px;
        font-family: Nunito;
        color: #FCE0B4;
        text-decoration: none;
        display: block;
    }

    .map_img {
        width: 10px;
        height: 10px;
        line-height: 10px;
        display: block;
    }

    .cont_futer {
        margin-top: 15px;
    }

    .map_cont {
        display: flex;
        gap: 10px;
        margin-top: 5px;
    }

    .dopc_cont1 {
        margin-top: 5px;
    }

    .pod_dop_cont1 {
        display: flex;
        width: 115px;
        justify-content: space-between;
        margin-top: 3px;
    }
}


@media (max-width: 650px) {
    .menu_left {
        width: 70%;
    }
}

@media(max-width:790px) {

    .bonus_menu_left {
        display: flex;
        align-items: center;
        gap: 3px;
        margin-top: 3px;
    }

    .bonus_text_left {
        font-family: Nunito;
        font-size: 10px;
        font-weight: 800;
        color: #FCE0B4;
        text-decoration: none;
    }

    .bonusd_left_img {
        width: 11px;
        height: 11px;
        line-height: 11px;
    }

    .border_first {
        display: none;
    }

    .border_second {
        display: none;
    }

    .podval {
        height: 150px;
    }

    .shapka {
        position: fixed;
        z-index: 10;
        height: 60px;
        background-color: #00312D;
        width: 100%;
        box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.25);
        padding: 0 25px;
    }

    .menu_button {
        height: 23px;
        width: 5px;
        cursor: pointer;
    }

    .logo {
        height: 47px;
        width: 38px;
        cursor: pointer;
    }

    .korzina_button {
        height: 31px;
        width: 21px;
        cursor: pointer;
    }

    .menu_left {
        left: -70%;
        position: fixed;
        background-color: #00312D;
        z-index: 30;
        padding: 30px 20px;
        transition: 0.2s;
    }

    .menu_left.active {
        left: 0;
    }

    .line_gradient_menu {
        width: 100%;
        height: 2px;
        margin-top: 20px;
        background: linear-gradient(90deg, #ECBF8B 34%, #B07F31 50%, #EFD6AE 68%);
        margin-bottom: 20px;
    }

    .vkaldka_menu_left {
        color: #FCE0B4;
        font-size: 18px;
    }

    .vkladka_menu_cont {
        display: flex;
        flex-direction: column;
        gap: 15px;
        margin-top: 15px;
        margin-bottom: 15px;
        cursor: pointer;
    }

    .titul_menu_text {
        color: #FCE0B4;
        font-size: 16px;
        margin-top: 20px;
    }

    .with_icon_menu_cont {
        display: flex;
        align-items: center;
        gap: 10px;
        text-decoration: none;
    }

    .icon_menu {
        width: 18px;
        height: 18px;
    }

    .icon_menu img {
        width: 100%;
        height: 100%;
    }

    .icon_text {
        color: #FCE0B4;
        font-size: 14px;
    }

    .line_menu {
        width: 50%;
        height: 2px;
        background-color: #FCE0B4;
    }

    .data_menu_left_cont {
        margin-left: 15px;
    }

    .login_menu_left {
        color: #FCE0B4;
        font-size: 18px;
        margin-top: 5px;
    }

    .id_menu_left {
        font-size: 12px;
        color: #FCE0B4;
        font-family: Nunito;
        margin-top: 5px;
    }

    .top_menu_left_cont {
        display: flex;
        cursor: pointer;
    }

    .ava_menu_left {
        width: 70px;
        height: 70px;
        border-radius: 50%;
        border: #FCE0B4 solid 3px;
    }

    .ava_menu_left img {
        width: 100%;
        border-radius: 50%;
        height: 100%;
    }

    .vhod_text {
        color: #FCE0B4;
        font-size: 20px;
    }

    .vhod_tg_cont {
        display: flex;
        margin-top: 5px;
        gap: 5px;
        align-items: center;
    }

    .tg_vhod_icon {
        width: 16px;
        height: 16px;
        line-height: 16px;
    }

    .tg_vhod_icon img {
        display: block;
        width: 100%;
        height: 100%;
    }

}