* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent;
    font-family: Comfortaa;
}


@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");
}

.background_lk {
    height: 500px;
    width: 100%;
    background-image: url('img/Frame\ 15.svg');
    background-size: cover;
    background-position: center;
    position: absolute;
    z-index: 1;
}

.ava_cont {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    margin-top: 400px;
    z-index: 2;
}

.ava {
    width: 130px;
    height: 130px;
    border: solid 5px #FCE0B4;
    border-radius: 50%;
    position: absolute;
    bottom: 16px;
}

.ava img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
}

.background_ava {
    width: 100%;
    height: 80px;
    background-color: #00312D;

    -webkit-mask: radial-gradient(circle 73px at 50% 0px, transparent 0 72px, black 73px);
    mask: radial-gradient(circle 73px at 50% 0px, transparent 0 72px, black 73px);
}

.baze_story_cont {
    width: 100%;
    height: 100%;
    background-color: #00312D;
    display: flex;
    flex-direction: column;
    align-items: center;
    z-index: 2;
}

.tg_name {
    font-size: 24px;
    color: #FCE0B4;
}

.id_cont {
    display: flex;
    font-size: 18px;
    color: #FCE0B4;
    justify-content: center;
    align-items: center;
    gap: 10px;
    margin-top: 10px;
}

.id_text {
    font-family: Nunito;
    display: flex;
    gap: 5px;
}

.id_total {
    font-family: Nunito;
}

.copy_id {
    width: 20px;
    height: 20px;
}

.copy_id img {
    width: 100%;
    height: 100%;
    display: block;
    cursor: pointer;
}

.story_cont {
    width: 85%;
    margin-top: 50px;
}

.story_titul {
    color: #FCE0B4;
    font-size: 25px;
}

.line_gradient {
    width: 100%;
    height: 2px;
    margin-top: 10px;
    background: linear-gradient(90deg, #ECBF8B 34%, #B07F31 50%, #EFD6AE 68%);
}

.zakaz_cont {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    box-sizing: border-box;
    margin-top: 20px;
}

/* .test {
    width: 450px;
    height: 200px;
    background-color: #B07F31;
    flex: 0 0 450px;
} */

.zakaz_block {
    flex: 0 0 calc((100% - 2 * 2rem - 2rem) / 3);
    /* 3 блока в строке */
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 40px;
    box-sizing: border-box;
}


.without_line_cont {
    display: flex;
    gap: 30px;
    text-decoration: none;
}

.img_zakaz {
    width: 125px;
    height: 125px;
    flex: 0 0 auto;
}

.img_zakaz img {
    width: 100%;
    height: 100%;
    display: block;
}

.zakaz_data_cont {
    width: 210px;
    flex: 1 1 auto;
}

.zakaz_name {
    font-size: 20px;
    color: #FCE0B4;
}

.zakazn_product {
    font-size: 13px;
    color: #FCE0B4;
    font-family: Nunito;
    margin-top: 20px;
    font-weight: 300;
}

.zakaz_price_cont {
    flex: 0 0 auto;
}

.zakaz_price {
    font-size: 20px;
    color: #FCE0B4;
    font-family: Nunito;

    font-weight: 600;
}

.line_zakaz {
    background: linear-gradient(90deg, #ECBF8B 34%, #B07F31 50%, #EFD6AE 68%);
    height: 1px;
    width: 50%;
}

.container {
    display: grid;
    grid-template-columns: repeat(1, 450px);
    justify-content: center;
    gap: 33px;
    padding: 33px;
}

.test {
    width: 450px;
    height: 200px;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    flex-direction: column;
    gap: 33px;
    cursor: pointer;
}

.bonus_cont {
    display: flex;
    align-items: center;
    gap: 7px;
    margin-top: 10px;
}

.bonus_text {
    color: #FCE0B4;
    font-family: Nunito;
    font-size: 20px;
    font-weight: 800;
}

.bonus_icon {
    width: 20px;
    height: 20px;
}

.bonus_icon img {
    width: 100%;
    height: 100%;
}

.bonus_plus_cont {
    display: flex;
    align-items: center;
    gap: 5px;
    justify-content: end;
}

.bonus_plus_text {
    color: #FCE0B4;
    font-family: Nunito;
    font-size: 16px;
}

.bonus_plus_icon {
    width: 15px;
    height: 15px;
    line-height: 15px;
}

.bonus_plus_icon img {
    display: block;
    width: 100%;
    height: 100%;
}

@media (max-width: 650px) {
    .menu_left {
        width: 70%;
    }
}

@media(max-width:790px) {

    .bonus_cont {
        display: flex;
        align-items: center;
        gap: 5px;
        margin-top: 7px;
    }

    .bonus_text {
        color: #FCE0B4;
        font-family: Nunito;
        font-size: 16px;
        font-weight: 800;
    }

    .bonus_icon {
        width: 16px;
        height: 16px;
    }

    .bonus_icon img {
        width: 100%;
        height: 100%;
    }

    .background_lk {
        height: 300px;
        width: 100%;
        background-image: url('img/Frame\ 15.svg');
        background-size: cover;
        background-position: center;
        position: absolute;
        z-index: 1;
    }

    .ava_cont {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        position: relative;
        margin-top: 200px;
        z-index: 2;
    }


    .border_first {
        display: none;
    }

    .border_second {
        display: none;
    }

    .story_cont {
        width: 94%;
    }

    .test {
        width: 100%;
    }

    .container {
        display: grid;
        grid-template-columns: repeat(1, 100%);
        justify-content: center;
        gap: 0px;
        padding: 5px;
    }

    .img_zakaz {
        width: 105px;
        height: 105px;
        flex: 0 0 auto;
    }

    .img_zakaz img {
        width: 100%;
        height: 100%;
        display: block;
    }

    .zakaz_data_cont {
        width: 46%;
        flex: 1 1 auto;
    }

    .zakaz_name {
        font-size: 16px;
        color: #FCE0B4;
    }

    .zakazn_product {
        font-size: 9px;
        color: #FCE0B4;
        font-family: Nunito;
        margin-top: 20px;
        font-weight: 300;
    }

    .zakaz_price_cont {
        flex: 0 0 auto;
    }

    .zakaz_price {
        font-size: 16px;
        color: #FCE0B4;
        font-family: Nunito;

        font-weight: 600;
    }

    .without_line_cont {
        display: flex;
        gap: 10px;
    }

    .tg_name {
        font-size: 18px;
        color: #FCE0B4;
    }

    .id_cont {
        display: flex;
        font-size: 14px;
        color: #FCE0B4;
        justify-content: center;
        align-items: center;
        gap: 7px;
        margin-top: 10px;
    }

    .id_text {
        font-family: Nunito;
        display: flex;
        gap: 5px;
    }

    .id_total {
        font-family: Nunito;
    }

    .copy_id {
        width: 15px;
        height: 15px;
    }

    .copy_id img {
        width: 100%;
        height: 100%;
        display: block;
        cursor: pointer;
    }

    .story_cont {
        width: 85%;
        margin-top: 50px;
    }

    .story_titul {
        color: #FCE0B4;
        font-size: 20px;
    }

    .ava {
        width: 90px;
        height: 90px;
        border: solid 5px #FCE0B4;
        border-radius: 50%;
        position: absolute;
        bottom: 10px;
    }

    .ava img {
        width: 100%;
        height: 100%;
        border-radius: 50%;
    }

    .background_ava {
        width: 100%;
        height: 55px;
        background-color: #00312D;

        -webkit-mask: radial-gradient(circle 52px at 50% 0px, transparent 0 51px, black 52px);
        mask: radial-gradient(circle 52px at 50% 0px, transparent 0 51px, black 52px);
    }

    .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%;
    }
}

/* 2 блока в ряд */
@media (min-width: 1370px) and (max-width: 1899px) {
    .container {
        grid-template-columns: repeat(2, 450px);
    }
}

/* 3 блока в ряд */
@media (min-width: 1900px) {
    .container {
        grid-template-columns: repeat(3, 450px);
    }
}