.background {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-position: top;
    background-color: rgba(0,0,0,0);
    background-image: url(/new_main/assets/img/bg-static.png);
    background-repeat: no-repeat;
    background-size: auto
}

@media(min-width: 2560px),(min-height: 1440px) {
    .background {
        background-size:cover
    }
}

.cloud {
    width: 100%;
    height: 100%;
    position: absolute;
    overflow: hidden;
    bottom: 0
}

.cloud img {
    width: 100%;
    height: 1664px;
    position: absolute;
    object-fit: cover;
    object-position: bottom;
    bottom: 0
}

.ellipse {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: absolute;
    bottom: 0
}

.ellipse div {
    width: 823px;
    height: 823px;
    background: #7f4031;
    position: absolute;
    bottom: -411.5px;
    opacity: 80%;
    -webkit-filter: blur(300px);
    filter: blur(300px);
    border-radius: 100%;
    left: 50%;
    -webkit-transform: translate(-50%);
    transform: translate(-50%)
}

.logo {
    width: 240px;
    height: 240px;
    margin: 0 auto
}

@media(min-width: 960px) {
    .logo {
        width:340px;
        height: 340px;
        margin: 20px auto 0 auto
    }
}

.logo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    clip-path: polygon(22.53% 17.09%, 51.55% 4.88%, 80.49% 17.3%, 96.04% 44.69%, 100% 56.13%, 100% 74.93%, 92.62% 89.03%, 51.69% 89.03%, 7.35% 89.03%, 3.48% 74.93%, 0.08% 56.08%, 7.35% 44.69%)
}

.btn-play {
	
    width: 100%;
    max-width: 360px;
    height: 74px;
    background-image: url(/new_main/assets/img/button-reg.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-color: rgba(0,0,0,0);
    background-position: center;
    margin: 20px auto 0 auto;
    margin-bottom: 150px;
    color: #fff;
    font-size: 9vw;
    text-align: center;
    transition: filter .25s;
    cursor: pointer;
    text-transform: uppercase;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center
    
}

.btn-play:hover {
    filter: brightness(1.15)
}

@media(min-width: 360px) {
    .btn-play {
        font-size:30px
    }
}



.content {
    width: 100%;
    display: -webkit-flex;
    display: flex;
    flex: 1; /* Занимает всё доступное пространство */
    -webkit-flex-direction: column;
    flex-direction: column;
    position: relative
}

.content::before {
    width: 100%;
    height: 0;
    content: "";
    margin-top:190px
}


@media(min-width: 960px) {
    .content::before {
        margin-top:150px
    }
}

@media(min-width: 1280px) {
    .content::before {
        margin-top:160px
    }
}

@media(min-width: 1920px) {
    .content::before {
        margin-top:170px
    }
}

@media(min-width: 2560px) {
    .content::before {
        margin-top:180px
    }
}

.content-text {
    color: #fff;
    text-align: center;
	text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.9); /* Тень */
}
.content-text2 {
    color: #fff;
    text-align: center;
	text-shadow: 3px 3px 6px rgba(0, 0, 0, 0.9); /* Тень */
}

.content-text:nth-of-type(1) {
    font-size: 32px
}
.content-text2:nth-of-type(1) {
    font-size: 32px
}

@media(min-width: 960px) {
    .content-text:nth-of-type(1) {
        margin-top:-16px
    }
}

@media(min-width: 1280px) {
    .content-text:nth-of-type(1) {
        font-size:30px
    }
}

@media(min-width: 2560px) {
    .content-text:nth-of-type(1) {
        margin-top:25px
    }
}

.content-text:nth-of-type(2) {
    font-size: 20px;
    margin: 26px 33px 0
}

@media(min-width: 960px) {
    .content-text:nth-of-type(2) {
        margin:14px 0 0
    }
}

@media(min-width: 1280px) {
    .content-text:nth-of-type(2) {
        font-size:24px
    }
}

@media(min-width: 2560px) {
    .content-text:nth-of-type(2) {
        margin:9px 0 0
    }
}

.content-text:nth-of-type(3) {
    font-size: 16px;
    margin: 20px 20px
}

@media(min-width: 960px) {
    .content-text:nth-of-type(3) {
        margin:25px 0 0
    }
}

@media(min-width: 1280px) {
    .content-text:nth-of-type(3) {
        margin:32px 0 0
    }
}

.content-items {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    justify-content: center;
    margin-top: 5px;
    column-gap: 33px;
    row-gap: 36px
}

@media(min-width: 960px) {
    .content-items {
        margin-top:23px
    }
}

@media(min-width: 1280px) {
    .content-items {
        margin-top:5px
    }
}

@media(min-width: 1920px) {
    .content-items {
        margin-top:32px
    }
}

.content-item {
    width: 106px;
    height: 106px
}

.content-item img {
    width: 100%;
    height: 100%;
    transition: filter .2s linear
}

.tooltip {
    touch-action: none;
    pointer-events: none;
    opacity: 0;
    visibility: hidden;
    transition: opacity .2s linear,visibility .2s linear;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: absolute;
    width: calc(100% - 20px);
    max-width: 256px;
    border: 1px solid #674738;
    box-shadow: 0 0 8px 0px rgba(96,81,62,.6196078431);
    background: #fbd4a4;
    top: -235%;
    left: -68%;
    border-radius: 3px;
    z-index: 5
}

@media(min-wdth: 360px) {
    .tooltip {
        width: max-content
    }
}

.tooltip_1 {
    top: -210%
}

.tooltip_2 {
    top: -238%
}

.tooltip_3 {
    top: -207%
}

.tooltip_4 {
    top: -198%
}

.tooltip_5 {
    top: -170%
}

.tooltip_cube {
    position: absolute;
    bottom: -9px;
    left: 46.5%;
    width: 20px;
    height: 20px;
    border-radius: 3px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    border: 1px solid #674738;
    box-shadow: 0 0 8px 0px rgba(96,81,62,.6196078431);
    background: #fbd4a4;
    display: none
}

@media(min-width: 960px) {
    .tooltip_cube {
        display:block
    }
}

.tooltip_cubeh {
    position: absolute;
    left: 43.5%;
    bottom: 0;
    background: #fbd4a4;
    width: 35px;
    height: 35px
}

@media(min-width: 960px) {
    .tooltip_cubeh {
        display:block
    }
}

.tooltip-text {
    padding: 6px;
    position: relative;
    font-size: 16px;
    font-family: "RobotoCondensed";
    color: #000;
    text-align: left
}

.tooltip-text_header {
    color: #9a1818;
    font-weight: bold;
    text-decoration: underline
}

.tooltip-text_desc {
    font-size: 12px;
    line-height: 12px;
    margin-top: 4px
}

.tooltip-text_contain {
    margin-top: 10px
}

.tooltip-text_item {
    font-size: 14px;
    line-height: 15px
}

.tooltip_inv {
    width: 100%;
    position: absolute;
    height: 15px;
    bottom: -15px
}

@media(min-width: 960px) {
    .tooltip_inv {
        height:30px;
        bottom: -30px
    }
}

.tooltip_close {
    position: absolute;
    top: 3px;
    right: 3px;
    width: 20px;
    height: 20px;
    cursor: pointer;
    background: none;
    border: none;
    outline: none
}

.tooltip_close:before,.tooltip_close:after {
    content: "";
    width: 20px;
    height: 5px;
    position: absolute;
    background: #674738;
    cursor: pointer;
    top: 8px;
    left: 0
}

.tooltip_close:before {
    transform: rotate(45deg)
}

.tooltip_close:after {
    transform: rotate(-45deg)
}

@media(min-width: 960px) {
    .tooltip_close {
        display:none
    }
}

.tooltipShow {
    touch-action: auto;
    pointer-events: all;
    visibility: visible;
    opacity: 1
}

 /* НАСТРОЕН */
.footer {
	user-select: none;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 50px;
	background: rgba(0, 0, 0, 0.7);
	display: flex;
	align-items: center;
	justify-content: center;
	color: white;
	font-size: 14px;
	text-align: left;
	padding: 23px 0;
        line-height: 12px;
        position: relative;
        margin-top: auto;
}


@media(min-width: 960px) {
    .footer {
        -webkit-flex-direction:row;
        flex-direction: row;
        -webkit-justify-content: space-between;
        justify-content: space-between;
        -webkit-align-items: flex-end;
        align-items: flex-end
    }
}

.footer-logo {
    width: 120px;
    height: 48px;
    flex-shrink: 0
}

.footer-logo a {
    width: 100%;
    height: 100%;
    display: block
}

@media(min-width: 960px) {
    .footer-logo {
        margin-left:30px
    }
}

.footer-rights {
    margin-top: 27px;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    align-items: center;
    text-align: center
}

.footer-rights a:hover {
    text-decoration: underline
}

@media(min-width: 960px) {
    .footer-rights {
        margin-top:0;
        margin-left: -65px
    }
}

.footer-age {
    margin-top: 31px;
    width: 34px;
    height: 34px;
    -webkit-flex-shrink: 0;
    flex-shrink: 0
}

@media(min-width: 960px) {
    .footer-age {
        margin-right:30px;
        margin-top: 0
    }
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;

}

/* Основные стили для body и html */
html, body {
    height: 100%;
    margin: 0;
    display: flex;
    flex-direction: column;
}

body {
    background-color: #000;
    overflow-x: hidden;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    position: relative
}

body,a,button {
    color: #fff
}

button,a {
    border: none;
    outline: none;
    text-decoration: none
}

header {
    background-color: #000;
    width: 100%;
    height: 3vw;
    display: flex;
    justify-content: space-around;
    align-items: center
}

@media(max-width: 640px) {
    header {
        height:50px
    }
}

header div {
    display: flex;
    gap: 8px;
    flex-direction: column;
    text-align: center
}

@media(min-width: 640px) {
    header div {
        gap:22px;
        flex-direction: row
    }
}

audio {
    display: none
}

@font-face {
    font-family: "RobotoCondensedBold";
    src: url(/promo/welcome/assets/fonts/RobotoCondensed-Bold.ttf) format("truetype");
    font-weight: normal;
    font-style: normal
}

@font-face {
    font-family: "RobotoCondensed";
    src: url(/promo/welcome/assets/fonts/RobotoCondensed-Regular.ttf) format("truetype");
    font-style: normal;
    font-weight: 400
}
@font-face {
    font-family: 'Allods';
    src: url('../fonts/Allods.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'FarCryCyr';
    src: url('../fonts/Far\ Cry\ Cyr\ Regular_0.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'TLHeader';
    src: url('../fonts/TLHeader-Regular-RUS.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}

.font-roboto_bold {
    font-family: "RobotoCondensedBold",sans-serif,"Regular";
    font-style: normal;
    font-weight: 400
}

.font-roboto {
    font-family: "RobotoCondensed",sans-serif,"Regular";
    font-style: normal;
    font-weight: 400
}
.font-allods {
    font-family: "Allods", sans-serif;
    font-style: normal;
    font-weight: 400;
}

.font-farcry {
    font-family: "FarCryCyr", sans-serif;
    font-style: normal;
    font-weight: 400;
}

.font-tlheader {
    font-family: "TLHeader", sans-serif;
    font-style: normal;
    font-weight: 400;
}

.topPanel {
    position: relative;
    width: 100%;
    top: 0;
    z-index: 99;
    padding: 2px 0px 24px;
    transition: 0.2s;
/*    position: relative; /* Обязательно, чтобы псевдоэлемент позиционировался внутри */
}

.topPanel::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 70px; /* Плашка занимает всю высоту .topPanel */
    background: rgba(0, 0, 0, 0.5); /* Полупрозрачный черный фон */
    z-index: -1; /* Убираем плашку под текст */
}

.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl {
    width: 100%;
    padding-right: 15px;
    /* padding-left: 15px; */
    margin-right: auto;
    margin-left: auto;
}

.flex-s-c {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.container {
    max-width: 1500px;
    margin: 0 auto;
    width: 100%;
    position: relative;
}

.menuBlock {
    width: 100%;
}

.flex-c {
    display: flex;
}

.menu_block, .auth_block {
    /* width: 50%; */
    /*display: inline-flex;*/
}

.header__nav-item {
    color: #fff;
    padding: 0 25px;
    font-size: 18px;
    text-transform: uppercase;
    text-shadow: 0px 3px 2px rgba(38, 26, 16, .25);
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    z-index: 2;
    top: 5px;
    position: relative;
}

a {
    transition: all 0.3s ease;
    color: #efefef;
    text-decoration: none;
}

.menu__mobail {
    display: block; /* Показываем бургер на мобильных */
    cursor: pointer;
    z-index: 16;
    position: relative;
}

.menu__mobail span {
    display: block;
    width: 30px;
    height: 3px;
    background-color: #fff;
    margin: 5px 0;
    transition: all 0.3s ease;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
    display: block;
}

.auth_block {
    position: absolute;
    right: 0px;
}

.menu_block, .auth_block {
    /* width: 50%; */
    display: inline-flex;
}

.flex {
    display: flex;
}

.menu {
    margin-left: 0px;
}

.menu li {
    display: flex; /* Используем flexbox */
    justify-content: center; /* Центрируем по горизонтали */
    align-items: center; /* Центрируем по вертикали */
    height: 60px; /* Высота пункта меню */
    text-align: center; /* Дополнительно центрируем текст */
}

.menu li a {
    width: 100%; /* Занимаем всю ширину родителя */
    height: 100%; /* Занимаем всю высоту родителя */
    display: flex; /* Flexbox для центрирования */
    justify-content: center; /* Горизонтальное центрирование */
    align-items: center; /* Вертикальное центрирование */
    text-transform: uppercase; /* Если нужно верхний регистр */
    text-decoration: none; /* Убираем подчёркивание */
    color: #fff; /* Цвет текста */
    font-size: 18px; /* Размер шрифта */
    margin-right: 30;
	margin-top: 6;
}

.reg_txt .menu li a {
    padding-right: 50px;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    text-shadow: 0px 3px 2px rgba(38, 26, 16, .25);
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    color: #ffeccd;
}

.menuBlock-logo {
    display: flex;
    align-items: center;
	margin-top: 15px;
}

.profile {
    float: right;
    padding-top: 0px;
    padding-left: 0px;
    width: 450px;
}

.login_panel button, .login_panel input {
    float: left;
    margin-right: 10px;
}

.login_panel input {
    width: 150px;
    padding-left: 40px;
}

input {
    height: 40px;
    background: rgb(9 29 37 / 30%);
    color: #fff;
    font-size: 14px;
    padding: 0 15px;
}

input, textarea {
    background-color: rgba(0, 0, 0, 0);
    border: 1px solid rgba(255, 255, 255, 0.2);
    color: #fff;
    padding: 12px 18px;
    position: relative;
    font-size: 18px;
    width: 100%;
    transition: 0.3s;
}

input:focus, input:not(:placeholder-shown) {
    background: rgb(9 29 37 / 30%); /* Фиксируем начальный фон */
    color: #fff; /* Цвет текста */
    border: 1px solid rgba(255, 255, 255, 0.2); /* Начальный стиль границы */
    outline: none; /* Убираем обводку браузером */
    transition: none; /* Отключаем анимацию */
}

input:-webkit-autofill {
    background: rgb(9 29 37 / 30%) !important; /* Прозрачный фон */
    color: #fff !important; /* Цвет текста */
    -webkit-box-shadow: 0 0 0 1000px rgb(9 29 37 / 30%) inset !important; /* Оверлей для фона */
    transition: background-color 5000s ease-in-out 0s; /* Задержка анимации */
}

input:-webkit-autofill {
    -webkit-text-fill-color: #fff !important; /* Белый цвет текста */
    font-family: "RobotoCondensed", sans-serif !important; /* Твой шрифт */
    font-size: 18px !important; /* Размер шрифта */
    -webkit-box-shadow: 0 0 0 1000px rgb(9 29 37 / 30%) inset !important; /* Прозрачный фон */
    transition: background-color 5000s ease-in-out 0s; /* Убрать анимацию */
}

.login_panel>div {
    float: left;
    position: relative;
}

#login:before, #password:before {
    content: "";
    display: block;
    width: 36px;
    height: 36px;
    background: url(../images/ico_login.png);
    position: absolute;
    top: 2px;
    left: 3px;
}

.login_panel button, .login_panel input {
    float: left;
    margin-right: 10px;
}

#password:before {
    background: url(../images/ico_pass.png);
}

.header__lk {
    font-family: "Philosopher", sans-serif;
    padding: 0 15px;
    height: 40px;
    border-radius: 4px;
    background: #893434;
    background: -webkit-gradient(linear, left bottom, left top, from(#893434), to(#be4949));
    background: -o-linear-gradient(bottom, #893434 0%, #be4949 100%);
    background: linear-gradient(0deg, #893434 0%, #be4949 100%);
    border-top: 1px solid #d33636;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    color: #fff;
    font-size: 18px;
    text-transform: uppercase;
    text-shadow: 0px 3px 2px rgba(38, 26, 16, .25);
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    font-weight: 700;
    margin-right: 15px;
    -webkit-box-shadow: 0px 4px 8px 0px rgba(34, 60, 80, .2);
    box-shadow: 0px 4px 8px 0px rgba(34, 60, 80, .2);
}

button, .button {
    transition: all 0.3s ease;
    cursor: pointer;
    background: url(../images/button.jpg) no-repeat;
    background-size: cover;
    height: 40px;
    padding: 0px 2px;
    border: none;
    color: #fff;
    text-shadow: 0px 2px 3px rgba(0, 0, 0, 0.5);
    position: relative;
    z-index: 1;
    text-align: center;
    font-size: 18px;
    text-transform: uppercase;
    box-shadow: 0px 0px 30px 0px rgba(156, 79, 34, 0.5);
    transition: 0.3s;
    font-weight: bold;
}

.header__lk img {
    margin-right: 8px;
}

@media (max-width: 1170px) {
    .topPanel::after {
    
    height: 200px; /* Плашка занимает всю высоту .topPanel */
    
}

    .menu {
        display: none; /* Скрываем обычное меню */
    }

    .menu__mobail {
        display: block;
        position: absolute;
        top: 6px;
        left: 16px;
        cursor: pointer;
        z-index: 15;
    }

    .menu__mobail span {
        display: block;
        width: 30px;
        height: 3px;
        background-color: #fff;
        margin: 5px 0;
        transition: all 0.3s ease;
    }

    /* Оставляем лого видимым */
    .menuBlock-logo {
        width: 100%;
        position: relative;
        text-align: center;
        top: 5px;
        display: block !important;
    }

    .menuBlock-logo img {
        height: 50px;
    }

    /* Выравнивание формы по правому краю */
    .profile {
        position: absolute;
        right: 20px; /* Отступ от правого края */
        top: 5px; /* Регулируем позицию под header */
        display: flex;
        flex-direction: column;
        align-items: flex-end; /* Выравнивание по правому краю */
    }

    .login_panel {
        display: flex;
        flex-direction: column;
        align-items: flex-end; /* Все элементы прижаты вправо */
        width: auto;
    }

    .login_panel input {
        width: 250px; /* Фиксированная ширина */
        margin-bottom: 10px;
        padding: 8px;
        font-size: 16px;
        text-align: left; /* Текст внутри инпутов тоже вправо */
		text-indent: 30px;
    }

    /* Кнопка "Войти" также прижата к правому краю */
    .header__lk {
        width: 85px;
        padding: 10px;
        font-size: 18px;
        margin-top: 10px;
        
    }

    /* Скрываем кнопку для домашней страницы на мобильных */
    .home-button {
        display: none;
    }
}

@media (min-width: 1024px) {
    .menu {
        display: flex; /* Показываем обычное меню на десктопах */
    }

    .menu__mobail {
        display: none; /* Скрываем бургер-меню на десктопах */
    }

    /* Показываем кнопку для домашней страницы на десктопах */
    .home-button {
        display: flex;
    }
}

.menu.open {
    display: flex;
    flex-direction: column;
    position: absolute;
    top: 5px;
    left: 0;
    background: #000000b6;
    width: 100%;
    z-index: 10;
    transition-delay: 0.3s;
}

/* Скрываем и анимируем мобильное меню */
.menu__mobail-menu {
    display: none; /* По умолчанию скрыто */
    flex-direction: column;
    position: absolute;
    top: 50px; /* Позиция под бургер-иконкой */
    left: 0;
    background: rgba(0, 0, 0, 0.9);
    width: 100%;
    z-index: 10;
    transform-origin: top;
    transform: scaleY(0);
    opacity: 0;
    transition: transform 0.3s ease-out, opacity 0.3s ease-out;
}

/* Класс для активации меню */
.menu__mobail-menu.open {
    display: flex;
    transform: scaleY(1);
    opacity: 1;
}

@media (min-width: 1024px) {
    .menu li:first-child {
        display: flex;
    }
}

.fNews_div {
    background: #fffbbe;
    border-bottom: 1px solid #460024;
    cursor: pointer;
    transition: background 0.3s;
    padding: 10px;
}

.fNews_div:hover {
    background: #ffdada;
}

.fNews_div_hide {
    display: none;
    background: #fffae0;
    padding: 10px;
    border: 1px solid #460024;
}

.fNrwsDate {
    float: right;
    color: #666;
    font-size: 12px;
}

.flex-container-news {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 20px;
    max-width: 80%;
    margin: 80px auto 40px; /* Отступ сверху и снизу */
}

.news-item {
    margin-bottom: 15x; /* Отступ между новостями */
    display: block;
    width: 100%;
    text-shadow: 1px 1px 0px #000; /* Тонкий чёрный контур */
}
.news-item h2 {
    margin: 0;
    display: inline-block;
    text-decoration: none;
    transition: text-decoration 0.3s;
    text-shadow: 1px 1px 0px #000; /* Тонкий чёрный контур */
}
.news-item h2:hover {
    text-decoration: underline; /* Подчеркивание заголовков при наведении */
}
.news-item small {
    display: inline-block;
    margin-left: auto;
    white-space: nowrap;
    text-align: right; /* Дата по правому краю */
}
.news-comments {
    text-align: right; /* Комментарии под датой и справа */
    margin-top: 10px;
    font-size: 0.875em;
    text-decoration: underline; /* Подчеркивание слова "Комментарии" при наведении */
    text-shadow: 1px 1px 0px #000; /* Тонкий чёрный контур */
}
.news-comments h3 {
    text-decoration: none;
    transition: text-decoration 0.3s;
    text-decoration: underline; /* Подчеркивание слова "Комментарии" при наведении */
}
.news-comments h3:hover {
    text-decoration: underline; /* Подчеркивание слова "Комментарии" при наведении */
}
.news-block {
    flex: 1;
    width: 1200px; /* Изначальная ширина */
    box-sizing: border-box;
    background: rgba(0, 1, 2, 0.349); /* Изначальный фон */
    padding: 15px; /* Оригинальный отступ */
    border: 1px solid rgba(14, 5, 5, 0.288); /* Тонкая светлая рамка */
    border-radius: 8px; /* Легкое скругление */
    transition: box-shadow 0.3s; /* Анимация тени */
}

.news-block:hover {
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3); /* Тень при наведении */
}

.image-block {
    flex: 1;
    width: 100%; /* Изначальная ширина */
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    user-select: none; /* Изначально отключено выделение */
    border: 2px solid rgba(255, 255, 255, 0.3); /* Более заметная рамка */
    border-radius: 12px; /* Легкое скругление */
    transition: box-shadow 0.3s; /* Анимация тени */
}


.image-block:hover {
    box-shadow: 0 8px 20px rgba(255, 255, 255, 0.2); /* Светлая тень */
}

.image-block img {
    width: auto; /* Растягиваем изображение по ширине */
    height: auto;
    margin: 1; /* Убираем отступы */
    display: block; /* Убираем лишние пробелы */
}

.read-more {
    display: inline-block;
    margin-top: 10px;
    padding: 5px 10px;
    background-color: #007BFF;
    color: #fff;
    text-decoration: none;
    border-radius: 5px;
    font-size: 0.875em;
    transition: background-color 0.3s;
}
.read-more:hover {
    background-color: #0056b3;
}

.news-banner {
    text-align: center;
    margin-bottom: 20px;
}
.news-banner img {
    width: 100%; /* Растягиваем изображение по ширине */
    height: auto;
    margin: 0; /* Убираем отступы */
    display: block; /* Убираем лишние пробелы */
}

/* НАСТРОЕН */
#blink1 {
	-webkit-animation: blink1 3s linear infinite;
	animation: blink1 3s linear infinite;
}
@-webkit-keyframes blink1 {
	0% { color: rgba(20, 255, 16, 1); }
	50% { color: rgba(20, 255, 16, 0); }
	100% { color: rgba(20, 255, 16, 1); }
}
@keyframes blink1 {
	0% { color: rgba(20, 255, 16, 1); }
	50% { color: rgba(20, 255, 16, 0); }
	100% { color: rgba(20, 255, 16, 1); }
}

	.welcome{
		font-size: 11px;
		color: #cacaca;
	}

/* НАСТРОЕН */
.footer-text {
	line-height: 30px;
}
.footer-link {
	color: #f2a900;
	text-decoration: none;
	font-weight: bold;
}
.footer-link:hover {
	text-decoration: underline;
}
#countdown {
	font-size: 46px;
	font-weight: bold;
	color: red;
}
#preloader {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
        height: 100%;
        background: #000;
        display: flex;
        justify-content: center;
        align-items: center;
        z-index: 9999;
        transition: opacity 0.5s ease-out;
}
#preloader img {
	width: 100px; /* Размер логотипа или загрузочного элемента */
        height: auto;
}
.hidden {
        opacity: 0;
        pointer-events: none;
}
.rating-container {
	user-select: none;
	padding: 10px;
	border-radius: 8px;
	display: inline-block;
	text-align: center;
	max-width: 80%;
	margin: 0 auto 50px auto; 
}

thead tr {
    background: rgba(255, 255, 255, 0.15); /* Чуть более прозрачные заголовки */
    font-weight: bold;
}

td, th {
    color: #f2a900;
    padding: 10px;
    font-size: 16;
}

.rating-item {
    padding: 10px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2); /* Уменьшенная видимость границ */
    font-size: 16;
}

.rating-active {
    font-size: 20;
    color: #808080;
    background-color: #808080;
}

li {
    font-size: 12;
}

.titlenews {
    color: #f2a900;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2); /* Уменьшенная видимость границ */
    font-size: 16;
}

.btn-rating {float: left; width: 85px; margin: 0 0 15px 0; font-weight: bold; text-align: center;}
.btn-rating .btn {display: block; width: 44px; height: 39px; margin: 0 auto;}
.btn-rating .btn.all {background: url('../images/btn-rating.png') 0 0 no-repeat;}
.btn-rating .btn.all:hover {background-position: 0 -42px;}
.btn-rating .btn.all:active {background-position: 0 -84px;}
.btn-rating .btn.magmar {background: url('../images/btn-rating.png') -46px 0 no-repeat;}
.btn-rating .btn.magmar:hover {background-position: -46px -42px;}
.btn-rating .btn.magmar:active {background-position:  -46px -84px;}
.btn-rating .btn.human {background: url('../images/btn-rating.png') -92px 0 no-repeat;}
.btn-rating .btn.human:hover {background-position:  -92px -42px;}
.btn-rating .btn.human:active {background-position:  -92px -84px;}
.btn-rating .btn.level {background: url('../images/btn-rating.png') -138px 0 no-repeat;}
.btn-rating .btn.level:hover {background-position:  -138px -42px;}
.btn-rating .btn.level:active, .btn-rating .btn.level.active {background-position:  -138px -84px;}

.title {font-size: 30;}

@keyframes glow {
    0% { text-shadow: 0px 0px 10px #f2a900, 0px 0px 20px #f2a900; }
    50% { text-shadow: 0px 0px 15px #f2a900, 0px 0px 30px #f2a900; }
    100% { text-shadow: 0px 0px 10px #f2a900, 0px 0px 20px #f2a900; }
}

.menu-nav-item:hover {
    transform: scale(1.1);
    animation: glow 1s infinite alternate; /* Свечение с анимацией */
}

.butt1pointer:hover {
    background-color: rgba(255, 255, 255, 0.2); /* Легкое осветление */
    box-shadow: 0px 0px 10px rgba(255, 255, 255, 0.5); /* Свечение */

}

.b-filter {
    position: relative;


    /* IE 7 fix */
    *display: inline;
    *zoom: 1;
}

.b-filter__reset {
    display: none;
    position: absolute;
    z-index: 1;
    top: 20px;
    right: 3px;
    width: 30px;
    height: 30px;
    cursor: pointer;
    border: 0;
    background: url('../images/icons8-32.png') no-repeat;
}

.b-filter__reset-season {
    display: none;
    position: absolute;
    z-index: 1;
    top: 20px;
    right: 3px;
    width: 30px;
    height: 30px;
    cursor: pointer;
    border: 0;
    background: url('../images/icons8-32.png') no-repeat;
}

.bg_l3 {
    background-color: #808080 ;
    cursor:pointer;
}

.rating-up {
        color: #008000;
    }

    .rating-down {
        color: #FF0000;
    }

.topPanel {
    user-select: none; /* Запрещает выделение текста */
}

/* НАСТРОЕН */
.social-widget {
	flex-direction: column;
	position: fixed;
	bottom: 50px;
	right: 10px;
	display: flex;
	gap: 0px;
	padding-bottom: 5px;
	border-radius: 12px;
	box-shadow: 0 4px 10px rgba(0,0,0,0.1);
	z-index: 9999;
	margin-right: 10;
}
.social-widget img {
	width: 40px;
	height: 40px;
	transition: transform 0.2s ease;
}
.social-widget a:hover img {
	transform: scale(1.1);
}