.sdr-item-bc{
height: auto !important;
}

input.button-countdown {
    color: white !important;
    background-color: #a541eb !important;
    justify-content: center !important;
    margin-right: 90% !important;
    height: 32px;
    width: 92px;
    margin-top: 10% !important;
    cursor: pointer;
    border-radius: 5px;
}

.button-countdown-eng{
    color: white;
    background: #a541eb;
    position: absolute;
    margin-left: 10px;
    justify-content: center;
    height: 32px;
    width: 92px;
    margin-right: 90%;
    margin-top: 120px;
    cursor: pointer;
    border-radius: 5px;
}

.countdown-banner-content{
   margin-right: 77% !important;
   background-color: transparent !important;
   border: none !important;
   box-shadow: none !important;
   margin-top: 50px !important;

}

.sdr-item-bc:before{
   background: transparent !important;
}

.countdown-banner-counter+.countdown-banner-counter:before {
   font-size: 30px !important;
}

.countdown-banner-date{
   font-size: 46px !important;
   line-height: 28px !important;
   font-weight: 600 !important;
}

.countdown-banner-names{
   font-size: 14px !important;
}

.entrance-f-error-message-bc{
   background: none !important;
}

.nav-content-bc .nav-content-menu .nav-menu-container.header-navigation > ul:first-child > li:nth-child(7) > a.nav-menu-item {
    animation-duration: 1s;
    animation-delay: 1s;
}

@keyframes glowing {
    0% { background-color: #a541eb; box-shadow: 0 0 9px #a541eb; }
    50% { background-color: #a541eb; box-shadow: 0 0 25px #a541eb; }
    100% { background-color: #a541eb; box-shadow: 0 0 9px #a541eb; }
}

.nav-content-bc .nav-content-menu .nav-menu-container.header-navigation > ul:first-child > li:nth-child(7) > a.nav-menu-item {
    animation: glowing 1300ms infinite;
}

.nav-content-bc .nav-content-menu .nav-menu-container.header-navigation > ul:nth-child(2) > li:nth-child(7) > a.nav-menu-item {
    animation: none !important;
}

