html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}
body {
  line-height: 1;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
  display: block;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html, body {
 position: relative;
}
body {
  width: 100%;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 16px;
  color: #343131;
}
a {
  transition: all 0.3s ease;
  color: #d9272e;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
p {
  margin-bottom: 3px;
}
h1, h2, h3 {
  /*color: #343131;*/
  margin-bottom: 20px;
  line-height: 1.2;
}
h1 {
  font-size: 30px;
}
h2 {
  font-size: 24px;
}
h3 {
  font-size: 20px;
}
img {
  max-width: 100%;
}
form {
  max-width: 600px;
  margin-bottom: 20px;
}
table {
  width: 100%;
  margin-bottom: 20px;
}
table td {
  border-collapse: collapse;
  padding: 15px 20px;
  border: 1px solid rgba(52, 49, 49, 0.4);
}
table tr:nth-child(even) {
  background: rgba(255, 255, 255, 0.1);
}
caption {
  margin-bottom: 15px;
}
select {
  background: rgba(73, 73, 73, 0.9);
  border: 1px solid #212123;
  color: #fff;
  padding: 18px 44px 18px 32px;
  position: relative;
  font-size: 16px;
  border-radius: 5px;
  cursor: pointer;
  -webkit-appearance: none;
  background-image: url(../images/arrow-v.png);
  background-position: right 10px center;
  background-repeat: no-repeat;
  -moz-appearance: none;
  text-indent: 0.01px;
  text-overflow: '';
  -ms-appearance: none;
  appearance: none !important;
}
input, textarea {
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid #212123;
  color: #000000;
  padding: 18px 32px;
  position: relative;
  font-size: 16px;
  border-radius: 5px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
}
button, .button {
  transition: all 0.3s ease;
  cursor: pointer;
  background: #551272;
  border: 1px solid #8531a9;
  color: #fff;
  border-radius: 5px;
  position: relative;
  padding: 18px 32px;
  z-index: 1;
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 16px;
}
button:hover, .button:hover {
  filter: brightness(130%);
}
.button {
  display: inline-block;
  text-decoration: none;
  padding: 16px 32px;
}
.topimg {
  display: inline-block;
  vertical-align: middle;
  width: 100px;
  height: 100px;
  margin-top: 35px; /* отрегулируйте значение, чтобы опустить картинку */
}
.button-not-bg {
  border-radius: 10px;
  border: 4px solid rgb(255, 255, 255);
  font-size: 20px;
  color: 4px solid rgb(255, 255, 255);
  text-align: center;
  padding: 30px 100px 30px 50px;
  background: url(../images/button-arrow.png) right 50px center no-repeat;
}
.button-not-bg:hover {
  background: #282828;
  color: #fff;
}
.formGroup {
  margin-bottom: 15px;
}
.formGroup p {
  font-size: 18px;
  margin-bottom: 10px;
  padding-left: 10px;
}
.formGroup input {
  width: 100%;
}
.formGroup button, .formGroup .button {
  width: 100%;
}
.formGroup .button {
  width: 100%;
}
.formGroup select {
  width: 100%;
}
:focus {
  outline: none;
}
::-webkit-input-placeholder {
  color: #00000056;
}
::-moz-placeholder {
  color: #dedede;
}
:-moz-placeholder {
  color: #dedede;
}
:-ms-input-placeholder {
  color: #dedede;
}
.wrapper {
  max-width: 1980px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  min-height: 100vh;
}
.container {
  max-width: 1980px;
  width: 90%;
  margin: 0 auto;
  position: relative;
  min-height: 100vh;
  perspective: 1000px; /* Для создания 3D эффекта параллакса */
}

.flex {
  display: flex;
  flex-wrap: wrap;
}

.flex-c {
  display: inline-block;
  align-items: center;
  flex-wrap: wrap;
}
.flex-s {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.newsFeed {
  width: 100%;
  height: 100%;
}

.flex-s-c {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.flex-c-c {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.t-center {
  text-align: center;
}
.bright:hover {
  filter: brightness(120%);
}

.modal_div {
  max-width: 430px;
  width: 100%;
  min-height: 500px;
  background: rgba(0, 0, 0, 0.95);
  position: fixed;
  top: 15%;
  left: 50%;
  margin-left: -215px;
  margin-top: -50px;
  display: none;
  opacity: 0;
  z-index: 999;
  padding: 45px 60px 45px 60px;
  box-shadow: 0px 10px 40px 0px rgba(0, 0, 0, 0.2);
}
.modal_div h1 {
  font-size: 24px;
  padding: 0px 20px 30px 20px;
  margin: 0px -20px 40px -20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  text-align: left;
}
.modal_div form {
  margin-bottom: 35px;
}
.modal_div form p {
  margin-bottom: 14px;
}
.modal_div .modal_close {
  width: 30px;
  height: 30px;
  position: absolute;
  top: 30px;
  right: 35px;
  cursor: pointer;
}
.modal_div .modal_close span {
  width: 30px;
  height: 3px;
  background: #fff;
  display: block;
  position: relative;
}
.modal_div .modal_close span:nth-child(1) {
  transform: rotate(45deg);
  top: 3px;
}
.modal_div .modal_close span:nth-child(2) {
  transform: rotate(-45deg);
}
.or {
  padding: 25px 0px;
  text-align: center;
  color: #fff;
  font-size: 16px;
}
.form-width input {
  width: 100%;
}
.form-width button, .form-width .button {
  width: 100%;
}
.form-width .button {
  width: 100%;
}
.formlinks {
  color: #f6f9ff;
}
.formlinks a {
  color: #f6f9ff;
  font-size: 14px;
}
.formlinks p {
  margin-bottom: 14px;
}
.formlinks .reg {
  color: #77acff;
}
#overlay {
  z-index: 998;
  position: fixed;
  background-color: #0f0f0f;
  opacity: 0.8;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  cursor: pointer;
  display: none;
}
.header {
  position: relative;
  height: 450px;
}
.logo {
  position: absolute;
  top: 340px;
  left: 140px;
  z-index: 11;
}
.serverBlock {
    display: flex;
    position: relative;
    top: 0;
    justify-content: center;
    left: 0;
    z-index: 100;
    margin-top: -16%;
}
.serverBlock .server {
  width: 257px;
  height: 300px;
  text-align: center;
  color: #fff;
  padding-top: 230px;
  margin: 0px -20px;
}
.serverBlock .server p {
  margin-bottom: 10px;
}
.serverBlock .server span {
  font-size: 18px;
  font-weight: bold;
}
.serverBlock .server_1 {
  background: url(../images/server-icon_1.png) top no-repeat;
}
.serverBlock .server_2 {
  background: url(../images/server-icon_2.png) top no-repeat;
}
.serverBlock .server_3 {
  background: url(../images/server-icon_3.png) top no-repeat;
}
.stars {
  position: absolute;
  width: 600px;
  height: 200px;
  left: 50px;
  bottom: 0;
}
.stars span {
  display: block;
  width: 1px;
  height: 1px;
  background: rgba(177, 243, 203, 0.7);
  border-radius: 50%;
  transform: scale(0);
  position: absolute;
  animation: star 8s linear infinite;
}
.stars .star_1 {
  box-shadow: 0px 0px 10px 8px #9cffc3;
  top: 30px;
  left: 60px;
}
.stars .star_2 {
  box-shadow: 0px 0px 10px 5px #9cffc3;
  top: 30px;
  left: 300px;
  animation-delay: 1s;
}
.stars .star_3 {
  box-shadow: 0px 0px 10px 7px #9cffc3;
  top: 30px;
  left: 200px;
  animation-delay: 3s;
}
.stars .star_4 {
  box-shadow: 0px 0px 12px 8px #9cffc3;
  top: 30px;
  left: 440px;
  animation-delay: 6s;
}
.stars .star_5 {
  box-shadow: 0px 0px 8px 4px #9cffc3;
  top: 30px;
  left: 250px;
  animation-delay: 5s;
}
.stars .star_6 {
  box-shadow: 0px 0px 10px 8px #9cffc3;
  top: 30px;
  left: 370px;
  animation-delay: 4s;
}
.stars .star_7 {
  box-shadow: 0px 0px 14px 8px #9cffc3;
  top: 30px;
  left: 520px;
  animation-delay: 7s;
}
.stars .star_8 {
  box-shadow: 0px 0px 7px 4px #9cffc3;
  top: 30px;
  left: 180px;
  animation-delay: 8s;
}
@keyframes star {
  0% {
    transform: scale(0);
  }
  33% {
    transform: scale(1);
    top: 30px;
  }
  66% {
    transform: scale(1);
    top: 130px;
    opacity: 1;
  }
  100% {
    transform: scale(0.5);
    top: 230px;
    opacity: 0;
  }
}
.newsBlock {
  margin-top: 5%;
  width: 100%;
}
.eventsBlock {
  display: flex;
  position: relative;
  justify-content: center;
  align-items: center;
  width: 50%;
  margin-top: 50px;

}
.content-title {
  font-size: 30px;
  margin-bottom: 50px;
  padding: 0px 20px;
  position: relative;
}
.content-title .more {
  position: fixed;
  display: flex;
  right: 20px;
  top: 4px;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  background: rgba(0, 0, 0, 0.64);
  transform: rotate(45deg);
}
.content-title .more span {
  display: block;
  width: 14px;
  height: 2px;
  background: rgb(255, 255, 255);
  transition: 0.3s;
}
.content-title .more span:first-child {
  transform: rotate(45deg);
  margin-right: -7px;
}
.content-title .more span:last-child {
  transform: rotate(-45deg);
  margin-left: -7px;
}
.content-title .more:hover {
  transform: rotate(225deg);
}
.content-title .more:hover span {
  background: white;
}
.news {
  display: flex;
  align-items: flex-end;
  width: calc(31.3% - 55px);
  height: 450px;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  transition: 0.1s;
  border-radius: 26px;

  margin-left: 20px;
  margin-right: 20px;
}
.news-info {
  background-color: rgba(0, 0, 0, 0.3);
  position: relative;
  padding: 30px 35px;
  height: 130px;
  width: 100%;
  transition: 0.3s;
  border-radius: 26px;
}
.news h3 {
  color: #fbefef;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.4;
  margin-bottom: 15px;
}
.news h3 span {
  color: #0883fd;
}
.news .date {
  color: #00ff95;
  font-size: 14px;
}
.news:hover .news-info {
  height: 150px;
}

.swiper-container {
    justify-content: center;
    align-items: center;
    display: flex;
    position: relative;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    height: 450px;
    border-radius: 26px; /* Заокругленные углы контейнера */
    margin-left: 20px;
    margin-right: 20px;
    overflow: hidden; /* Скрываем излишки изображения */
}

.swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%; /* Убедитесь, что слайд занимает всю высоту и ширину контейнера */
    border-radius: 26px; /* Заокругленные углы слайда */
}

.swiper-link {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
    border-radius: 26px; /* Заокругленные углы для изображения */
}

.swiper-link img {
    width: auto;
    height: 100%;
    max-width: none;
    object-fit: cover;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 26px; /* Заокругленные углы изображения */
}

.swiper-link p {
        color: #fff;
        position: absolute;
        z-index: 2;
        bottom: -10px;
        left: 50%; /* Сдвигаем в центр по горизонтали */
        transform: translateX(-50%); /* Центрируем текст */
        width: auto;
        max-width: 90%; /* Устанавливаем максимальную ширину текста в пределах изображения */
        text-align: center;
        margin-bottom: 0px;
        padding: 10px 20px; /* Пространство вокруг текста */
        background: rgba(0, 0, 0, 0.6); /* Тёмный фон с прозрачностью */
        border-radius: 10px; /* Немного заокругляем фон текста */
        box-sizing: border-box; /* Учитываем padding для правильного позиционирования */
}


.socBlock {
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(0, 0, 0, 0.8);
  border-radius: 20px;
  padding: 12px 15px;
  position: fixed;
  left: 70px;
  top: 50%;
  z-index: 14;
}
.socBlock a {
  display: block;
  height: 17px;
  width: 30px;
  margin: 0px 4px;
  opacity: 0.7;
}
.socBlock a:hover {
  opacity: 1;
}
.socBlock .fb {
  background: url(../images/soc-icons.png) left 12px top no-repeat;
}
.socBlock .dc {
  background: url(../images/soc-icons.png) left -26px top no-repeat;
}
.toTop {
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  right: 80px;
  bottom: 15%; /* Изменено на bottom для примера, можно настроить по вашему усмотрению */
  width: 54px; /* Уменьшена ширина, чтобы сделать круглую кнопку */
  height: 54px; /* Высота изменена на 54px, чтобы сделать круглую кнопку */
  background-color: #c4b354; /* Цвет фона кнопки */
  color: #ffffff;
  font-size: 14px;
  border-radius: 50%; /* Делает кнопку круглой */
  cursor: pointer;
  transition: 0.3s;
  z-index: 1000;
  opacity: 0; /* Сначала кнопка скрыта */
  visibility: hidden; /* Сначала кнопка скрыта */
  margin-top: 300px;
}
/* Стиль для стрелочки внутри кнопки */
.toTop:after {
  content: "";
  background: url(../images/arrow-v.png) no-repeat center center; /* Устанавливает фоновое изображение стрелочки */
  width: 24px; /* Ширина стрелочки */
  height: 24px; /* Высота стрелочки */
  position: absolute;
  top: 20%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(180deg); /* Центрирует и поворачивает стрелочку */
  opacity: 1; /* Полупрозрачность стрелочки */
  transition: opacity 0.3s; /* Плавный переход для прозрачности */
}

.toTop svg {
  width: 24px; /* Размер иконки (подставьте свой размер) */
  height: 24px; /* Размер иконки (подставьте свой размер) */
  fill: #ffffff; /* Цвет иконки (можно изменить) */
  transition: fill 0.3s;
}

.toTop:hover {
  background-color: #a58b16; /* Изменение цвета фона при наведении */
}

.toTop.show {
  opacity: 1;
  visibility: visible;
}
.toTop:hover:after {
  opacity: 1;
}
.block {
  padding-bottom: 70px;
  position: relative;
}
.dark-title {
  color: #2b2e34;
}
.streamBlock {
  justify-content: space-between;
  margin-left: 20px;
  margin-right: 20px;
}
.streamBlock > a {
  width: calc(50% - 6px);
  height: 200px;
  display: flex;
  align-items: center;
  box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.2);
  padding-left: 70px;
}

.twitchBlock {
  background: url(../images/twitchgirl.png) center right no-repeat;
  background-size: 210px;
  border-radius: 1cm;
  background-color: #6340a4;
  border: 6px solid #4a2197;
}
.twitchBlock:hover {
  background-color: #864def;
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.3);
}

.youtubeBlock {
  background: url(../images/youtubegirl.png) center left no-repeat;
  background-size: 210px;
  border-radius: 1cm;
  background-color: #9b1b1b;
  border: 6px solid #6c1313;
}
.youtubeimg {
    display: flex;
    position: relative;
    margin-left: 50%;
}
.youtubeBlock:hover {
  background-color: #cf2323;
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.3);
}
.blockBorder:after {
  content: "";
  background: url(../images/border-img.png) no-repeat;
  width: 211px;
  height: 10px;
  position: absolute;
  bottom: -1px;
  left: 50%;
  margin-left: -106px;
}

.contentHome {
  display: inline-block;
  width: 50%;
  margin-left: 20px;
  margin-right: 20px;

}
.contentHome h1 {
  font-size: 60px;
  color: white;
  margin-bottom: 15px;
}
.contentHome h3 {
  font-size: 24px;
  font-weight: normal;
  color: white;
  margin-bottom: 75px;
}
.block-a {
  color: #fff;
  font-size: 24px;
  display: block;
  transition: 1s;
}
.block-a:hover {
  background-size: 110%;
}

.blockPvp {
  background: url(../images/tops1.jpg) bottom center no-repeat;
  background-size: 100%;
  height: 242px;
  text-align: center;
  padding-top: 90px;
  border-radius: 1cm;
  object-fit: cover;
}

.buttonPlay {
  width: 45px;
  height: 45px;
  background: rgba(1, 1, 1, 0.64);
  display: block;
  position: relative;
  margin: 0 auto;
  transform: rotate(45deg);
  margin-bottom: 30px;
}
.buttonPlay:after {
  border: 10px solid transparent;
  border-left-color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -4px;
  margin-top: -15px;
  content: '';
  transform: rotate(-45deg);
}

.blockUpdate {
  background: url(../images/tops4.jpeg) top center no-repeat;
  background-size: 100%;
  height: 403px;
  text-align: center;
  padding-top: 230px;
  width: 64%;
  border-radius: 1cm;
}

.blockExp {
  width: 36%;
}
.blockExp a {
  font-size: 16px;
  justify-content: center;
  text-align: center;
  padding-top: 150px;
  display: flex;
}
.blockExp a .buttonPlay {
  width: 20px;
  height: 20px;
  margin: 0px 10px 0px 0px;
}
.blockExp a .buttonPlay:after {
  border: 5px solid transparent;
  border-left-color: #fff;
  margin-left: -2px;
  margin-top: -8px;
}

.blockSolo {
  background: url(../images/tops2.jpg) top center no-repeat;
  background-size: 100%;
  height: 201px;
  border-radius: 1cm;
}

.blockRaids {
  background: url(../images/tops3.jpg) top center no-repeat;
  background-size: 100%;
  height: 201px;
  border-radius: 1cm;
}

.allContent {
  margin-top: 60px;
  text-align: center;
  margin-bottom: 120px;
}
/* ПОДВАЛ */
.footer {
  display: block;
  text-align: center;
}

.footerTopBlock {
  margin-top: 60%;
}
.footerTopBlock .footerLogo {
  margin-bottom: 50px;
}
.footerTopBlock a {
  color: #d4d4d4;
  margin: 0px 50px;
}

.footerBottomBlock {
  padding: 50px 0px;
  color: #7e7e7e;
  font-size: 14px;
  text-align: center;
}
.footerBottomBlock p {
  margin-bottom: 10px;
}
.footerBottomBlock span {
  color: #bbbaba;
}

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

.topButton {
  position: absolute;
  left: 30px;
  top: 15px;
  z-index: 2;
  transition: 0.5s;
}
.topButton span {
  width: 30px;
  height: 3px;
  background: #fff;
  display: block;
  margin-bottom: 5px;
  transition: 0.5s;
}
.topButton.active {
  left: 90%;
  top: 30px;
}
.topButton.active span:nth-child(1) {
  transform: rotate(45deg);
  margin-bottom: -2px;
}
.topButton.active span:nth-child(2) {
  display: none;
}
.topButton.active span:nth-child(3) {
  transform: rotate(-45deg);
  margin-top: -3px;
}

.page-title {
  color: #fff;
  font-size: 30px;
  margin-bottom: 65px;
  padding-left: 70px;
}

.main-content {
  /*background: linear-gradient(to bottom, #3b3a3a, #fff);*/
  padding: 5%;
  position: relative;
  line-height: 1.4;
}
.main-content.download-page {
  padding: 10px 10px;
}

.pageBlock {
  padding-top: 70px;
  padding-bottom: 50px;
  text-align: center;
  position: relative;
  border-bottom: 1px solid #c8c9c8;
}
.pageBlock:after {
  content: "";
  background: url(../images/line.png) no-repeat;
  height: 10px;
  width: 200px;
  left: 50%;
  margin-left: -100px;
  bottom: -10px;
  position: absolute;
}
.pageBlock h2 {
  color: #343131;
  font-size: 24px;
}
.pageBlock h3 {
  color: #343131;
  font-size: 18px;
  margin-bottom: 50px;
}
.pageBlock:last-child {
  border-bottom: none;
}
.pageBlock:last-child:after {
  display: none;
}

.download-icon {
  width: 205px;
  height: 150px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fcf7f7;
  border-radius: 15px;
  border: 1px solid #a9abb0;
  margin: 0px 12px 25px 12px;
  position: relative;
}
.download-icon:hover {
  background: #444b61;
}

.white-title {
  color: #fff;
}

/*Панель сверху "МЕНЮ"*/
/*OLD PANEL POSITION
  .topPanel {
  display: flex;
  position: fixed;
  width: 95%;
  top: 0;
  left: 0;
  right: 0;
  z-index: 15;
  transition: 0.3s;
  margin-top: 1px;
}*/
.topPanel {
  display: flex;
  justify-content: center; /* Center the content horizontally */
  align-items: center; /* Center the content vertically if needed */
  position: fixed;
  width: 95%;
  top: -4%;
  margin: 1px auto 0 auto; /* Center horizontally and add top margin */
  z-index: 15;
  transition: 0.3s;

}

.topPanel a {
  color: #f8e9fd;
}
.topPanel-logo {
  display: block;
}
.topPanel-logo img {
  height: 50px;
  margin-right: 50px;
}
.topPanel .menu {
  margin-left: 50px;
}
.topPanel .menu li {
  position: relative;
  height: 100px;
  line-height: 100px;
  transition: 0.3s;
}
.topPanel .menu li a {
  display: block;
  padding: 0px 50px;
  position: relative;
  z-index: 1;
  cursor: pointer;
}
.topPanel .menu li:after {
  content: "";
  position: absolute;
  height: 100%;
  width: calc(100% + 50px);
  top: 0;
  left: -25px;
  background-color: rgba(2, 2, 2, 0);
  transition: 0.3s;
}
.topPanel .menu li:hover:after {
  background-color: rgba(2, 2, 2, 0.85);
}
.topPanel .menu .dropDown-menu {
  position: absolute;
  top: 100%;
  width: calc(100% + 50px);
  left: -25px;
  background: linear-gradient(to bottom, rgba(2, 2, 2, 0.8) 40%, rgba(2, 2, 2, 0));
  padding: 30px 0px 100px 0px;
  display: none;
}
.topPanel .menu .dropDown-menu li {
  height: auto;
  line-height: 1;
  padding: 0px 15px;
  text-align: center;
}
.topPanel .menu .dropDown-menu li a {
  padding: 15px 0px;
}
.topPanel .downloadButton {
  text-transform: uppercase;
  font-size: 24px;
  font-weight: bold;
  background: #551172;
  height: 100px;
  line-height: 100px;
  padding: 0px 100px;
  margin-left: 32px;
}
.topPanel .loginButton {
  text-transform: uppercase;
  font-size: 16px;
  font-weight: bold;
  background: #303130;
  padding: 15px 48px;
  border-radius: 50px;
}
.topPanel-top .downloadButton {
  height: 60px;
  line-height: 60px;
}
.topPanel-top .menu li {
  height: 60px;
  line-height: 60px;
}
.topPanel-logo {
  margin-left: 40px;
}
.topPanel-button {
  /*position: fixed;*/
  align-items: center;
  /*justify-content: center;*/
  width: 100%;

}

/* Кнопки в топе "меню сайта" */
a.button19 {
  display: inline-block;
  font-weight: bold;
  color: #fff;
  text-decoration: none;
  text-shadow: 0 -1px rgba(0,0,0,.5);
  user-select: none;
  padding: 1.3em 1.5em;
  border: 1px solid rgb(80,32,0);
  border-radius: 5px;
  outline: none;
  background: rgb(147,80,36) linear-gradient(rgb(106,58,26), rgb(147,80,36) 80%);
  box-shadow:
   0 6px rgb(86,38,6),
   0 3px 15px rgba(0,0,0,.4),
   inset 0 1px rgba(255,255,255,.3),
   inset 0 0 3px rgba(255,255,255,.5);
  transition: .2s;
}
.button19:hover {
  background: rgb(167,91,41) linear-gradient(rgb(126,69,31), rgb(167,91,41) 80%);
}
.button19:active {
  background: rgb(120,63,25) linear-gradient(rgb(120,63,25) 20%, rgb(167,91,41));
  box-shadow:
   0 2px rgb(86,38,6),
   0 1px 6px rgba(0,0,0,.4),
   inset 0 1px rgba(255,255,255,.3),
   inset 0 0 3px rgba(255,255,255,.5);
  -webkit-transform: translate(0, 4px);
  transform: translate(0, 4px);
}

select.button19 {
  display: inline-block;
  font-weight: bold;
  color: #fff;
  text-decoration: none;
  text-shadow: 0 -1px rgba(0,0,0,.5);
  user-select: none;
  padding: 1.3em 1.5em;
  border: 1px solid rgb(80,32,0);
  border-radius: 5px;
  outline: none;
  background: rgb(147,80,36) linear-gradient(rgb(106,58,26), rgb(147,80,36) 80%);
  box-shadow:
   0 6px rgb(86,38,6),
   0 3px 15px rgba(0,0,0,.4),
   inset 0 1px rgba(255,255,255,.3),
   inset 0 0 3px rgba(255,255,255,.5);
  transition: .2s;
}
.button19:hover {
  background: rgb(167,91,41) linear-gradient(rgb(126,69,31), rgb(167,91,41) 80%);
}
.button19:active {
  background: rgb(120,63,25) linear-gradient(rgb(120,63,25) 20%, rgb(167,91,41));
  box-shadow:
   0 2px rgb(86,38,6),
   0 1px 6px rgba(0,0,0,.4),
   inset 0 1px rgba(255,255,255,.3),
   inset 0 0 3px rgba(255,255,255,.5);
  -webkit-transform: translate(0, 4px);
  transform: translate(0, 4px);
}

/* -- Кнопка с желтой анимацией и контейнером -- */
.container1 {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 10vh;
  margin-bottom: 15%;
}

a.bigfit {
  position: relative;
  width: 380px;
  height: 50px;
  background: #232323;
  text-decoration: none;
  text-transform: uppercase;
  text-align: center;
  line-height: 50px;
  color: rgb(255, 255, 255);
  font-size: 20px;
  font-family: verdana;
  letter-spacing: 4px;
  /* border-radius: 20px; */
  /*transform: translate(-50%, -50%);*/
  transition: transform 1s;
}

a.bigfit:before,
a.bigfit:after,
a.bigfit span:before,
a.bigfit span:after {
  content: '';
  position: absolute;
  width: 10px;
  height: 10px;
  background: rgb(199, 128, 80);
  transition: 1s;
  mix-blend-mode: hue;
}

a.bigfit:before {
  top: -2px;
  left: -2px;
}

a.bigfit:after {
  top: -2px;
  right: -2px;
}

a.bigfit span:before {
  bottom: -2px;
  left: -2px;
}

a.bigfit span:after {
  bottom: -2px;
  right: -2px;
}

a.bigfit:hover:before,
a.bigfit:hover:after,
a.bigfit:hover span:before,
a.bigfit:hover span:after {
  width: calc(180px / 2);
  height: calc(50px / 2);
}
.dashboardbody
{
    display: table-cell;
}
.cookie-consent-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #333;
    color: white;
    text-align: center;
    padding: 15px;
    z-index: 1000;
}

.cookie-consent-banner a {
    color: #0af;
    text-decoration: underline;
}

.cookie-consent-banner button {
    background-color: #0af;
    border: none;
    color: white;
    padding: 10px 20px;
    cursor: pointer;
}

