
.fieldsAll {
    width: 500px;
    margin: 0 auto;
    margin-top: 30px;
    transition: all .6s;
}


.subFieldsAll {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(100px, 1fr));
    width: 100%;
    gap: 100px;
    transition: all .6s;
}


.fieldItem {
    width: 120px;
    height: 90px;
    border: 2px solid #77421d;
    border-radius: 5px;
    position: relative;
    transition: all .6s;
    margin: 0 auto;
    cursor: pointer;
    background: #d16208;
}

.fieldItem::before {
    content: '';
    position: absolute;
    border: 60px solid transparent;
    border-bottom: 55px solid var(--sub-section-color);
    top: -117px;
    left: 0px;
}

.subFieldItem {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}

.casDor {
    width: 29px;
    height: 54px;
    align-self: center;
    border: 1px solid #282828;
    box-shadow: #663200 0 0 4px 2px;
    background: #fbf001;

}

.dorItem {
    transition: all .5s;
    background: var(--sub-section-color);
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-around;
    flex-direction: column;
}


.locItem {
    width: 100%;
    display: flex;
    justify-content: end;
}

.subLocItem {
    background: white;
    width: 10px;
    height: 10px;
    border-radius: 50%;
}


.subReload {
    background: #fbf001;
    width: 160px;
    margin: 0 auto;
    margin-top: 20px;
    color: #000000;
    font-size: 20px;
    border-radius: 6px;
    cursor: pointer;
    border: 2px solid;
    font-weight: 800;
}


.infoBlackFriday {
    /*box-shadow: #895125 0 0 3px 2px;*/
    border: 2px solid #895125;
    min-width: 25px;
    margin: 0 auto;
    border-radius: 50%;
    /*animation: 6s linear infinite home;*/
    font-family: 'Arial', Arial, sans-serif;
    color: #44423e;
    background: white;
    transition: all .6s;
    transform: translateY(-35px);

}


@keyframes home {

    0%{}
    10%{}
    20%{}
    30%{}
    40%{}
    50%{}
    60%{box-shadow: #895125 0 0 10px 8px;}
    70%{}
    80%{}
    90%{}
    100%{}

}

.infoAkciaBlak {
    line-height: 1.2em;
    font-family: fantasy;
    color: #262524;
    font-size: 20px;
    background: #fbf001;
    border: 3px solid;
    width: 400px;
    margin: 0 auto;
    border-radius: 6px;;
}

.oferta {
    color: #663200;
}

.modalAkcia{}

.modalAkcia.openAk .overlayAkcia,
.modalAkcia.openAk .windowAkcia {
    z-index: 100;
    opacity: 1;
}

.modalAkcia.hideAk .overlayAkcia,
.modalAkcia.hideAk .windowAkcia {
    opacity: 1;
    z-index: 100;
}

.modalAkcia.hideAk .overlayAkcia {
    opacity: 0;
    visibility: hidden;
    transition: visibility 1s ,opacity 1s,1s;
}

.modalAkcia.openAk .windowAkcia {
    transform: scale(1);
}

.overlayAkcia {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: #000000d6;
    transition: all .7s;
}

.windowAkcia {
    width: 600px;
    margin: 0 auto;
    background: #040404;
    height: 350px;
    margin-top: 150px;
    overflow: hidden;
    transition: transform .6s ease-in-out;
    transform: scale(0.1);
}


.headerAkcia {
    padding: 10px;
    text-align: center;
    font-size: 25px;
    font-family: monospace;
}

.bodyAkcia {
    padding: 15px;
    display: grid;
    gap: 19px;
    text-align: center;
}


.itemTextAkcia {
    font-size: 20px;
    color: #fbf001;
}

.itemInputAkcia {
    border-bottom: 1px solid #fff;
}


.itemErrorMsgAkcia {
    text-align: center;
    color: red;
}



.InputCallBack.BlackF {
    background: #040404;
}


.footerAkcia {
    padding: 15px;
}

.overlayAkcia, .windowAkcia {
    z-index: -1;
    opacity: 0;
}

@media screen and (max-width: 568px ) {


    .infoAkciaBlak {
        width: 96%;
    }

    .fieldsAll {
        width: 96%;
    }

    .subFieldsAll {
        width: 100%;
        gap: 50px;
        row-gap: 60px;
    }

    .fieldItem {
        width: 86px;
        height: 85px;
    }


    .fieldItem::before {
        content: '';
        position: absolute;
        border: 43px solid transparent;
        border-bottom: 35px solid var(--sub-section-color);
        top: -79px;
        left: 0px;
    }

    .infoBlackFriday {
        font-size: 14px;
        transform: translateY(-26px);
    }


    .windowAkcia {
        width: 98%;
    }


}

@media screen and (max-width: 568px ) {
    .subFieldsAll {
        grid-template-columns: repeat(auto-fill, minmax(99px, 1fr));
    }
}

@media screen and (max-width: 450px ) {
    .subFieldsAll {
        width: 98%;
        grid-template-columns: repeat(auto-fill, minmax(70px, 1fr));
    }
}

@media screen and (max-width: 380px ) {
    .subFieldsAll {
        width: 93%;
        grid-template-columns: repeat(auto-fill, minmax(60px, 1fr));
    }
}