.icon-borntobebad {
background-image: url(/promo_bonus/img/clans/borntobebad.jpg);
}

.icon-tribunal {
background-image: url(/promo_bonus/img/clans/tribunal.jpg);
}

.icon-goldenglory {
background-image: url(/promo_bonus/img/clans/goldenglory.jpg);
}

.icon-twg {
background-image: url(/promo_bonus/img/clans/twg.jpg);
}

.icon-blackz {
background-image: url(/promo_bonus/img/clans/blackz.jpg);
}

.icon-fearfactory {
background-image: url(/promo_bonus/img/clans/fearfactory.jpg);
}

.header-lang-flag {
	border-radius: 5px;
}

.footer-link {
	margin: 10px;
}

.footer-link:hover {
	color: #dad0a4;
	transition: color 0.5s ease;
}

.promo-video {
	width: 100%;
}

.streams-video::after {
	border: 2px solid #00000000; !important;
}

.events-home-timer-list {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 16px; 
    margin-bottom: 10px;
    flex-wrap: wrap;
    margin-left: 20px;
}

.events-timer-values {
    display: flex;
    align-items: stretch;
    justify-content: center;
    text-align: center;
    font-size: 12px;
    color: #AFAFAF;
    width: 70px;
    aspect-ratio: 1;
    text-transform: uppercase;
    position: relative;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    margin: 10px 0 0 0px;
}

.events-timer-values:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: url(../img/circle-lg.png);
    background-size: 100% 100%;
    top: 50%;
    left: 47%;
    transform: translate(-50%, -50%);
    pointer-events: none;
}

.events-timer-values span {
    font-size: 20px;
    color: #EAD994;
    text-shadow: 0 0 6px #ffd217, 0 0 10px #ff9800;
}

.footer-socials__link--cyan {
  --hover-bg: #A06897 !important;
}
.footer-socials__link--dark-blue {
    --hover-bg: #2f33409e !important;
}

.footer-socials {
	grid-template-columns: repeat(5, 1fr) !important;
}

body {
    -webkit-user-select: none; /* Chrome/Safari */
    -moz-user-select: none;    /* Firefox */
    -ms-user-select: none;     /* IE/Edge */
    user-select: none;         /* Standard */
}

.logo-main {
	height: 24px;
	width: 24px;
	opacity: 0.75;
}

.logo-main:hover {
	opacity: 1;
}

.footer-socials__link::after {
    top: calc(50% + 2px) !important;
    left: calc(50% - 8px) !important;
}


@media (max-width: 1280px) {
    .footer-socials__link::after {
        top: calc(50% + 1px) !important;
        left: calc(50% - 6px) !important;
    }

    .footer-socials__link img, .footer-socials__link svg {
        max-height: 28px !important;
    }
}

.header .navigation__contact__language {
    padding: 10px 10px !important;
}

.header .navigation__contact {
    gap: 20px !important;
}

.header .navigation__contact__cabinet button {
    background: url(../img/button-sm-filled.png) no-repeat center center !important;
}

.cards .card-items__heading {
/*    background-color: #252525cf;
    border-radius: 10px;
    padding: 10px;*/
}

.card-items:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(70%, #303030));
}

.countdown-box {
    text-shadow: 0 0 6px #ffd217, 0 0 10px #ff9800;
}

.events-heading .heading-label {
    margin-bottom: 0px !important;
}

/*.events-server-info__footer {
    grid-gap: 0px !important;
}*/

.events-server-info__description {
    gap: 0px !important;
}

.modal-open {
  overflow: hidden;
}

.home-timer {
    margin-left: 15px;
}