.popup_recepi {
    position: fixed;
    width: 100%;
    height: 100%;
    background: #720913cc;
    z-index: 100;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    pointer-events: none;
    transition: 0.3s;
    padding: 16px;
}

.popup_recepi.active {
    opacity: 1;
    pointer-events: auto;
}

.popup_recepi_body {
    position: relative;
    display: flex;
    padding: 36px 48px;
    flex-direction: column;
    gap: 27px;
    border-radius: 16px;
    background: #FFE5E7;
    max-width: 530px;
}

.recepi_close {
    background: url(../assets/x.svg) center / cover no-repeat;
    width: 32px;
    height: 32px;
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
}

.popup_recepi_body::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' rx='16' ry='16' stroke='%23D8747D' stroke-width='8' stroke-dasharray='25' stroke-dashoffset='0' stroke-linecap='butt'/%3e%3c/svg%3e");
    pointer-events: none;
    border-radius: 16px;
}

.popup_recepi_info {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 8px;
}

.popup_recepi_info div {
    display: flex;
    padding: 4px 24px;
    justify-content: center;
    align-items: center;
    border-radius: 1000px;
    background: #FFCCD0;
    color: #720913;
    font-size: 16px;
    line-height: 130%;
    letter-spacing: -0.16px;
}

.popup_recepi_name {
    color: #720913;
    font-family: 'HelveticaNeue-Bold';
    font-size: 30px;
    line-height: 130%;
    letter-spacing: -0.3px;
}

.popup_recepi_text {
    color: #000;
    font-size: 16px;
    line-height: 130%;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.popup_recepi_puzzle {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 16px;
    border-radius: 9px;
    background: #F2D8D8;
    box-shadow: 0 -1.5px 1.2px 0 #ffffffcc inset, 0 0.5px 1px 0 #0000004d inset;
    color: #720913;
    font-size: 14px;
    line-height: 130%;
}

.popup_recepi_prize {
    color: #720913;
    font-size: 16px;
    line-height: 130%;
}

.popup_recepi_prize span {
    font-family: 'HelveticaNeue-Bold';
}

.ingredient.hidden {
    opacity: 0;
    pointer-events: none;
}

.ingredient.selected {
    transform: scale(1.2);
}

.ingredient {
    width: 64px;
    height: 64px;
    aspect-ratio: 1 / 1;
    position: absolute;
    will-change: transform;
    cursor: pointer;
    transition: opacity 0.3s, transform 0.3s;
}

.ingredient_clone {
    position: fixed;
    width: 64px;
    height: 64px;
    pointer-events: none;
    z-index: 9999;
}

.ingredient[data-id="82b94717-aa73-413f-a560-bf5207e9d1c0"] {
    background: url(../assets/items/1.png)center / cover no-repeat;
    right: -9px;
    bottom: -14px;
}

.ingredient[data-id="c95d9dcf-1bec-4aee-8599-be8c2e8d124f"] {
    background: url(../assets/items/2.png) center / cover no-repeat;
    right: 168px;
    bottom: -77px;
}

.ingredient[data-id="34671926-b8bd-4c14-8d5b-4c31065cccb6"] {
    background: url(../assets/items/3.png)center / cover no-repeat;
    ;
    right: 205px;
    top: 365px;
    z-index: 10;
}

.ingredient[data-id="fb997f44-5c5c-47dc-a455-7ba43bc6a4ad"] {
    background: url(../assets/items/4.png)center / cover no-repeat;
    ;
    left: 159px;
    top: 22px;
}

.ingredient[data-id="efc9a7eb-8de0-4ca8-b343-106b713e6e20"] {
    background: url(../assets/items/5.png)center / cover no-repeat;
    ;
    right: 10px;
    bottom: 40px;
}

.ingredient[data-id="a6bbd9fd-ea8a-4e38-a867-4e5434ac1dda"] {
    background: url(../assets/items/6.png)center / cover no-repeat;
    ;
    left: -33px;
    bottom: -238px;
}

.ingredient[data-id="0d59733b-3177-464d-88f6-49eac8538624"] {
    background: url(../assets/items/7.png)center / cover no-repeat;
    ;
    left: 322px;
    top: 225px;
}

.ingredient[data-id="cb3fd9fe-e76a-48f9-8ead-01d71344fda7"] {
    background: url(../assets/items/8.png)center / cover no-repeat;
    ;
    right: 314px;
    bottom: 212px;
    z-index: 30;
}

.ingredient[data-id="ecb78c17-0301-437b-a4b7-2cac1e6079e5"] {
    background: url(../assets/items/9.png)center / cover no-repeat;
    ;
    left: 421px;
    bottom: 21px;
}

.ingredient[data-id="9fdd8935-b38c-4e86-aae1-0a6232bdecba"] {
    background: url(../assets/items/10.png)center / cover no-repeat;
    ;
    left: 45%;
    bottom: 25px;
}

.login_btn {
    display: flex;
    height: 42px;
    padding: 4px 24px;
    justify-content: center;
    align-items: center;
    align-self: stretch;
    border-radius: 1000px;
    background: #720913;
    color: #FFF;
    font-size: 16px;
    line-height: 130%;
    letter-spacing: -0.16px;
}

.recepi {
    position: fixed;
    right: 32px;
    bottom: 32px;
    z-index: 99;
    cursor: pointer;
    transform: translateZ(0);
}

.recepi_box {
    background: url(../assets/recepi.svg) center / contain no-repeat;
    width: 80px;
    height: 90px;
    position: relative;
}

.popup_recepi_sucsses {
    position: absolute;
    top: -60px;
    left: 50%;
    background: #ffe5e7;
    padding: 12px 32px;
    border-radius: 12px;
    color: #720913;
    pointer-events: none;
    opacity: 0;
    transform: translate(-50%, 0);
    transition: all 0.3s ease;
}

.recepi_circle {
    display: flex;
    width: 36.4px;
    height: 36.4px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
    background: #F00;
    position: absolute;
    right: -10px;
    top: -10px;
}

.recepi_counter {
    color: #FFF;
    text-align: center;
    font-family: 'HelveticaNeue-Bold';
    font-size: 22.4px;
    line-height: 380px;
    margin: 1px 0 0;
}

#popup_win .popup_recepi_body .popup_recepi_name {
    text-align: center;
}

#popup_win .popup_recepi_body .popup_recepi_text {
    text-align: center;
}

.popup_recepi_code {
    color: #720913;
    font-size: 16px;
    line-height: 130%;
    letter-spacing: 0.48px;
    padding: 16px;
    border-radius: 9px;
    background: #F2D8D8;
    box-shadow: 0 -1.5px 1.2px 0 rgba(255, 255, 255, 0.80) inset, 0 0.5px 1px 0 rgba(0, 0, 0, 0.30) inset;
    cursor: pointer;
    text-align: center;
}

.popup_recepi_go {
    display: flex;
    padding: 12px 64px;
    justify-content: center;
    align-items: center;
    gap: 16px;
    border-radius: 11px;
    background: #720913;
    color: #FFF;
    cursor: pointer;
}

@media (max-width: 1600px) {
    .ingredient[data-id="cb3fd9fe-e76a-48f9-8ead-01d71344fda7"] {
        right: 14px;
        bottom: 212px;
    }

    .ingredient[data-id="0d59733b-3177-464d-88f6-49eac8538624"] {
        left: 22px;
        top: 225px;
    }

    .ingredient[data-id="c95d9dcf-1bec-4aee-8599-be8c2e8d124f"] {
        bottom: -255px;
    }

    .ingredient[data-id="34671926-b8bd-4c14-8d5b-4c31065cccb6"] {
        right: 219px;
        top: 465px;
    }

    .ingredient[data-id="a6bbd9fd-ea8a-4e38-a867-4e5434ac1dda"] {
        left: 30px;
        bottom: -200px;
    }

    .ingredient[data-id="ecb78c17-0301-437b-a4b7-2cac1e6079e5"] {
        left: 315px;
        bottom: 3px;
    }
}

@media (max-width: 1400px) {
    .ingredient[data-id="c95d9dcf-1bec-4aee-8599-be8c2e8d124f"] {
        bottom: -100px;
    }

    .ingredient[data-id="34671926-b8bd-4c14-8d5b-4c31065cccb6"] {
        right: 62px;
        top: 230px;
    }

    .ingredient[data-id="a6bbd9fd-ea8a-4e38-a867-4e5434ac1dda"] {
        left: 30px;
        bottom: -101px;
        z-index: 3;
    }
}

@media (max-width: 1240px) {
    .ingredient[data-id="9fdd8935-b38c-4e86-aae1-0a6232bdecba"] {
        left: 50px;
        bottom: 25px;
    }
}

@media (max-width: 920px) {
    .ingredient[data-id="ecb78c17-0301-437b-a4b7-2cac1e6079e5"] {
        left: 190px;
        bottom: 3px;
    }
}

@media (max-width: 800px) {

    .popup_recepi_body {
        padding: 32px;
        gap: 16px;
    }

    .popup_recepi_name {
        font-size: 24px;
        line-height: 130%;
        letter-spacing: -0.24px;
    }

    .popup_recepi_text {
        font-size: 14px;
        line-height: 130%;
    }

    .ingredient[data-id="34671926-b8bd-4c14-8d5b-4c31065cccb6"] {
        right: 7px;
        top: 10px;
    }

    .ingredient[data-id="efc9a7eb-8de0-4ca8-b343-106b713e6e20"] {
        right: -5px;
        bottom: 12px;
    }

    .ingredient[data-id="fb997f44-5c5c-47dc-a455-7ba43bc6a4ad"] {
        left: 60px;
        top: -5px;
    }
}

@media (max-width: 650px) {
    .recepi {
        right: 16px;
        bottom: 16px;
    }

    .recepi_box {
        width: 60px;
        height: 60px;
    }

    .ingredient[data-id="a6bbd9fd-ea8a-4e38-a867-4e5434ac1dda"] {
        left: auto;
        bottom: auto;
        z-index: 1;
        top: -20px;
        right: -25px;
    }

    .popup_recepi_info div {
        font-size: 12px;
        line-height: 130%;
        letter-spacing: -0.12px;
        padding: 4px 16px;
    }

    .popup_recepi_name {
        font-size: 24px;
        line-height: 130%;
        letter-spacing: -0.24px;
    }

    .popup_recepi_body {
        padding: 32px;
        gap: 13px;
    }
}