/*@import url('https://fonts.cdnfonts.com/css/heading-now-trial');*/

#description_popup_advent.new-popup .modal-content {
    padding: 0 0 30px 0 !important;
    border-radius: 0;
}
#description_popup_advent.new-popup .modal-content {
    max-width: 900px !important;
    background: url('/images/betera_advent/background-popup.png');
    border-radius: 36px;
    border: 2px solid #62ea77;
    background-size: cover;
}
#description_popup_advent.new-popup .modal-dialog {
    max-width: 692px !important;
}
.background-image-calendar {
    position: absolute;
}
.header-calendar {
    z-index: 1;
}
.advent-calendar-block {
    height: max-content;
    background-image: url("/images/betera_advent/betera_background.png");
    padding-bottom: 50px;
    background-size: contain;
}
.footbal-block-items {
    top: -48px;
    grid-gap: 16px;
    overflow: hidden;
    height: 212px;
    width: 84vw;
    margin: 0 auto;
}
.footbal-block-item {
    border-radius: 12px;
    min-width: 19.8vw;
    background: rgba(255, 255, 255, 1);
    padding: 8px 13px 28px 8px;
    margin-right: 0.8vw;
    width: 20.3vw;
    cursor: pointer;
}
.tittle-block-footbal {
    border-bottom: rgba(217, 217, 217, 1) solid 2px;
    padding-bottom: 2px;
    font-family: 'Montserrat-Regular';
    align-items: center;
}
.tittle-item {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 13px;
}
.flag-team {
    width: 22px;
    margin-bottom: 4px;
}
.time {
    font-size: 22px;
    font-weight: bold;
    margin: 0;
    text-align: center;
    font-family: 'Montserrat Alternates'
}
.date {
    font-size: 13px;
    text-align: center;
}
.kef-item {
    background: rgba(237, 236, 235, 1);
    padding: 8px;
    display: flex;
    justify-content: center;
    margin: 0 1px 0 1px;
}
.hidden {
    display: none;
}
.kef-item p {
    margin: 0 2px 0;
    font-size: 15px;
    text-align: center;
    font-family: 'Montserrat-Regular';

}
.font-bold {
    font-family: 'Montserrat Alternates' !important;
    margin-left: 7px;
    font-size: 15px !important;
}
.mh-65 {
    min-height: 95px;
    -webkit-align-content: center;
    padding-top: 25px ;
}
/*.kef-item:hover {*/
/*    background: rgb(204 204 204);*/
/*}*/
.day-item {
    height: 154px;
    width: 155px;
    background: transparent;
    border-radius: 22px;
    padding: 15px;
    display: flex;
    justify-content: center;
    cursor: pointer;
    border: 3px solid #b6b7b8;
}
.date-day {
    text-align: center;
}
.advent-calendar-item {
    position: relative;
    width: 90vw;
    max-width: 1310px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    grid-gap: 25px;
    margin: -103px auto;
    justify-content: center;
    padding-bottom: 240px;
}
.day-item p {
    font-size: 15px;
    border-radius: 67px;
    width: 118px;
    height: 117px;
    padding: 36px 10px;
    -webkit-align-content: center;
    line-height: 24px;
    text-transform: uppercase;
}
.day-item strong {
    font-size: 60px;
    font-weight: 500;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4), 0px 0px 8px rgba(0, 0, 0, 0.2);
    color: #c2edb4;
}

.day-item:nth-child(1n) p {
    background-image: url(/images/betera_advent/background-items.png);
    background-size: cover;
    color: white;
    font-family: sans-serif;
    font-weight: 700;

}
.day-item:nth-child(1n):hover {
    background-image: url("/images/betera_advent/hovv.png");
    background-size: contain;
    border: 4px solid #62ea77;
    background-position: center;
}
.day-item:hover p {
    display: none;
}
.description-popup {
    font-size: 16px;
    line-height: 20px;
    text-align: justify;
    margin: 22px 42px 24px;
    color: white;
}

.description-popup a {
    color: #10ea4f;
}
.button-popup-description {
    background: rgba(80, 240, 0, 1);
    font-size: 15px;
    padding: 23px 32px;
    color: black;
    margin: 26px 0 13px;
    font-family: "Heading Now";
}
.date-popup strong {
    font-size: 55px !important;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4), 0px 0px 8px rgba(0, 0, 0, 0.2);
    color: #c2edb4;
    font-weight: 600;
}
.date-popup {
    justify-content: center;
    display: flex;
    flex-flow: column;
    background-image: url(/images/betera_advent/popup_header.png);
    align-items: center;
    letter-spacing: 0;
    width: 370px;
    height: 370px;
    line-height: 45px;
    background-position: center;
    background-size: cover;
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
    color: white;
}
.disabled p {
    color: black !important;
    background: linear-gradient(90deg, rgba(185, 185, 185, 0.4) 0%, rgba(255, 255, 255, 0.4) 46%, rgba(176, 176, 176, 0.4) 100%) !important;
}

.disabled {
    border: 3px solid rgba(176, 176, 176, 0.4);

}
.bl-10 {
    border-radius: 10px 0 0 10px;
}
.br-10 {
    border-radius: 0 10px 10px 0;
}
.tittle-team {
    text-align: center;
    font-family: 'Montserrat-Regular';
}
.disabled {
    pointer-events: none;
}
.close-popup-betera {
    height: 22px;
    width: 22px;
    position: absolute;
    right: 23px;
    top: 23px;
    background-image: url(/images//betera_advent/close.svg);
    background-size: cover;
    cursor: pointer;
}
@media screen and (max-width: 1000px) {
    .day-item {
        height: 117px;
        width: 114px;
        padding: 14px;
    }
    .advent-calendar-item {
        width: 100vw;
        grid-gap: 20px;
        justify-content: center;
        margin-top: 0;
        background-image: url("/images/betera_advent/mob-background-block.png");
        padding-bottom: 50px;
        background-size: cover;
    }
    .day-item p {
        width: 86px;
        height: 83px;
        font-size: 11px;
        padding: 11px;
        font-weight: 500 !important;
    }
    .date-day {
        padding-top: 19px !important;
        line-height: 19px !important;
    }
    .day-item strong {
        font-size: 40px;
    }
    .footbal-block-items {
        top: -11px;
        height: 202px;
        width: inherit !important;
        margin-left: 15px;
    }
    .button-popup-description {
        font-size: 12px;
        padding: 16px 32px;
    }
    .description-popup {
        font-size: 15px;
        line-height: 19px;
        text-align: justify;
        margin: 9px 18px 9px 18px;
    }
    .date-popup strong {
        font-size: 69px !important;
        margin-right: 7px;
    }

    .date-popup {
        font-size: 27px;
    }
    .tittle-item {
        font-size: 13px;
    }
    .time {
        font-size: 19px;
    }
    .date {
        font-size: 14px;
    }
    .footbal-block-item {
        min-width: 300px;
        margin-right: 12px;
        padding: 8px 13px 15px 8px;
    }
    .mh-65 {
        min-height: 95px;
        -webkit-align-content: center;
    }
    .day-item p {
        color: black;
    }
    .advent-calendar-block {
        padding-bottom: 93px !important;
    }
}