html, body, header, nav, section, aside, article, footer, div,
span, applet, object, iframe, p, blockquote, pre, a, abbr, acronym,
address, big, cite, code, del, dfn, img, ins, kbd, q, s, samp, small,
strike, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form,
label, legend, table, caption, tbody, tfoot, thead, tr, th, td,
h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
}

*, *:after, *:before {
  box-sizing: border-box;
}

a, span, p {
  font-family: inherit;
  font-weight: inherit;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
  text-decoration: none;
}

font {
  font-family: inherit;
  font-weight: inherit;
  font-size: inherit;
  line-height: inherit;
  text-decoration: none;
}

input, button, select, textarea {
  outline: none;
  border: none;
}

select, button {
  cursor: pointer;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

#detach-button-host {
  display: none;
}

:root {
  --primary-font: "Angelus Medieval";
  --secondary-font: "Intro";
  --secondary-light-font: "Intro Book";
  --brand-color: #eac485;
}

body {
  font-family: Arial, sans-serif;
  color: #ffffff;
  font-size: 18px;
  line-height: 28px;
  font-weight: normal;
    background-image: url(/bg123.jpg);
    background-position: center;
background-attachment: fixed;
}
.markerddd {
width: 100%;
    
    border: 1px solid #775e3a;
   padding:5px;
    font-size: 0.875rem;
    transition: var(--transition);
    background-color: #141414;
    color: #ab8b5c;
	margin-bottom:3px;
}

.zjhgg {

width: 20px;
    border: 1px solid #775e3a;
   
    transition: var(--transition);
    background-color: #141414;
    color: #ab8b5c;
	
}


 


/* Базовые стили для всех кнопок */
button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.625rem 1.25rem;
  border-radius: var(--border-radius);
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 1.25rem;
  cursor: pointer;
  transition: var(--transition);
  border: 1px solid transparent;
  user-select: none;
  gap: 0.5rem;
  box-shadow: var(--shadow-sm);
}

/* Primary кнопка */
.btn-primary {
  background-color: var(--primary-color);
  color: white;
}

.btn-primary:hover {
  background-color: var(--primary-hover);
  box-shadow: var(--shadow-md);
}
.zzk {
    display: flex;
    width: 100%;
    max-width: 2800px;
    margin: 0 auto;
}



.titleics
{
 background-color: #333333;
 padding:10px;
}


.titleicss
{
 background-color: #4d4e4f;
 padding:10px;
}



    .btn {
            padding: 8px 15px;
            border: none;
            border-radius: 4px;
            cursor: pointer;
            font-weight: bold;
            transition: background-color 0.2s;
        }







/* Secondary кнопка */
.btn-secondary {
  background-color: white;
  color: var(--text-color);
  border: 1px solid var(--border-color);
}

.btn-secondary:hover {
  background-color: #f8f9fa;
  box-shadow: var(--shadow-md);
}

/* Danger кнопка */
.btn-danger {
  background-color: var(--danger-color);
  color: white;
}

.btn-danger:hover {
  background-color: var(--danger-hover);
  box-shadow: var(--shadow-md);
}

/* Success кнопка */
.btn-success {
  background-color: var(--success-color);
  color: white;
}

.btn-success:hover {
  background-color: var(--success-hover);
  box-shadow: var(--shadow-md);
}

/* Кнопка-ссылка */
.btn-link {
  background: transparent;
  color: var(--primary-color);
  box-shadow: none;
  text-decoration: underline;
}

.btn-link:hover {
  color: var(--primary-hover);
  text-decoration: none;
}

/* Иконная кнопка */
.btn-icon {
  width: 2.5rem;
  height: 2.5rem;
  padding: 0;
  border-radius: 50%;
}

/* Disabled состояние */
.btn:disabled, .btn[disabled] {
  opacity: 0.6;
  cursor: not-allowed;
  box-shadow: none;
}

/* Стили для полей ввода */
.input-group {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin-bottom: 1rem;
}

.input-group label {
  font-size: 0.875rem;
  font-weight: 500;
  color: var(--text-color);
}




      .guild-ad {
            position: fixed;
            bottom: 20px;
            right: 20px;
            width: 250px;
            background-color: rgba(96, 86, 65, 0.8);
            
            color: white;
            overflow: hidden;
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
            transition: all 0.3s ease;
        }
        
        .guild-ad.collapsed {
            height: 50px;
        }
        
        .guild-ad.expanded {
           
        }
        
        .guild-header {
            background-color: rgba(0, 0, 0, 0.9);
            padding: 10px;
            cursor: pointer;
            display: flex;
            justify-content: space-between;
            align-items: center;
        }
         
        .guild-title {
            font-weight: bold;
        }
        
        .toggle-btn {
            background: none;
            border: none;
            color: white;
            font-size: 16px;
            cursor: pointer;
        }
        
        .guild-content {
            padding: 10px;
        }
        
        .guild-logo {
            width: 100%;
            height: 80px;
            background-color: rgba(255, 255, 255, 0.1);
            margin-bottom: 10px;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 24px;
        }
        
        .guild-description {
            font-size: 14px;
            margin-bottom: 10px;
        }
        
        .join-btn {
            background-color: #302c24;
            color: white;
            border: none;
            padding: 8px 16px;
            border-radius: 4px;
            cursor: pointer;
            width: 100%;
            font-weight: bold;
			margin-bottom: 5px;
        }



  .guild-imageadd {
            width: 80px;
            height: 80px;
            object-fit: cover;
            
            border-radius: 5px;
        }
















.tf-button {
width: 100%;
max-width:250px;
color:#907b5b;
            height: 60px;
  padding: 0.625rem 1rem;
  border: 1px solid var(--border-color);

   background: url("../pics/btn.png") center no-repeat;
}
input, textarea, select {
	width: 100%;
            height: 60px;
  padding: 0.625rem 1rem;
  border: 2px solid #775e3a;
  border-radius: var(--border-radius);
  font-size: 0.875rem;
  transition: var(--transition);
  background-color: #141414;
  color:#fff;
}

input:focus, textarea:focus, select:focus {
  outline: none;
  border-color: var(--primary-color);
  border: 2px solid #775e3a;
}

input[disabled], textarea[disabled], select[disabled] {
  background-color: #f8f9fa;
  cursor: not-allowed;
}

/* Кастомный чекбокс */
.checkbox-container {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  cursor: pointer;
  user-select: none;
}

.checkbox-container input[type="checkbox"] {
  appearance: none;
  width: 1.25rem;
  height: 1.25rem;
  border: 1px solid var(--border-color);
  border-radius: 4px;
  cursor: pointer;
  position: relative;
  transition: var(--transition);
}

.checkbox-container input[type="checkbox"]:checked {
  background-color: var(--primary-color);
  border-color: var(--primary-color);
}

.checkbox-container input[type="checkbox"]:checked::after {
  content: "✓";
  position: absolute;
  color: white;
  font-size: 0.75rem;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* Адаптивность */
@media (max-width: 768px) {
  button, .btn {
    padding: 0.5rem 1rem;
    font-size: 0.8125rem;
  }
}

        
        .lang-modal {
            display: none;
            position: fixed;
            z-index: 1000;
            left: 0;
            top: 0;
            width: 100%;
            height: 100%;
            background-color: rgba(0,0,0,0.8);
            backdrop-filter: blur(5px);
        }
.itemszcx {
    background-color: #454542;
    margin-bottom:5px;
    /* padding: 8px; */
    border: 1px solid #444;
   
}






.modallang-header {
    background-color: #775e3a;
  width: 400px;
            max-width: 100%;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
}

.modallang-headers {

    padding: 15px;
}




        .lang-modal-content {
            background-color: #1a1a1a;
            margin: 15% auto;
            
            border: 1px solid #775e3a;
          
            width: 400px;
            max-width: 90%;
            
            animation: modalFadeIn 0.3s;
        }

        @keyframes modalFadeIn {
            from {opacity: 0; transform: translateY(-50px);}
            to {opacity: 1; transform: translateY(0);}
        }

        .lang-modal h2 {
            color: #fff;
            text-align: center;
            margin-bottom: 25px;
            font-size: 24px;
        }

        .lang-buttons {
            display: flex;
            justify-content: center;
            gap: 20px;
            flex-wrap: wrap;
        }

        .lang-btn {
            background: #2a2a2a;
            color: #fff;
            border: none;
            padding: 15px 30px;
            border-radius: 8px;
            cursor: pointer;
            font-size: 16px;
            transition: all 0.3s;
            display: flex;
            align-items: center;
            gap: 10px;
            border: 1px solid #444;
        }

        .lang-btn:hover {
            background: #3a3a3a;
            transform: translateY(-3px);
            box-shadow: 0 5px 15px rgba(0,0,0,0.2);
        }

        .lang-flag {
            width: 24px;
            height: 16px;
            object-fit: cover;
            border-radius: 2px;
        }

        /* Основные стили сайта */
   

        



        .error {
            color: #ff4444;
            padding: 10px;
            background: rgba(255, 0, 0, 0.1);
            border-radius: 5px;
            margin-bottom: 20px;
            text-align: center;
        }


table {
 width: 100%;
   
   
}
th, td {
   border-collapse: collapse;
}
td {
			width: 80px;
			height: 80px;
			text-align: center;
			cursor: pointer;
			border-collapse: collapse;
		}
.wikititleb {
            
           padding-top:23px;
		   padding-left:50px;
           background: url("../pics/btn.png") center no-repeat;
            width: 100%;
            height: 70px;
           
        }

.wikititle {
            
           padding-top:90px;
           background: url("../pics/dec.png") center no-repeat;
            width: 100%;
            height: 170px;
           
        }
.containers {
            display: flex;
            width: 100%;
            max-width: 1800px;
            margin: 0 auto;
        }
.container {
            display: flex;
            width: 100%;
            max-width: 1400px;
            margin: 0 auto;
        }
        
		
		
		
		        .main-contentz {
            flex: 1;
            background-color: rgba(35, 35, 35, 0.8); /* Прозрачный белый */
            
            overflow-y: auto;
            height: 100vh;
			color:#1e1e1e;
            backdrop-filter: blur(5px); /* Эффект размытия для прозрачности */
        }
       		.main-contentz::-webkit-scrollbar {
    width: 2px; /* Ширина вертикального скролла */
}

.main-contentz::-webkit-scrollbar-track {
    background: #000; /* Цвет фона трека скролла */
    border-radius: 10px; /* Закругленные углы трека */
}

.main-contentz::-webkit-scrollbar-thumb {
    background: #ffffff; /* Цвет ползунка скролла */
    border-radius: 10px; /* Закругленные углы ползунка */
}

.main-contentz::-webkit-scrollbar-thumb:hover {
    background: #5e35b1; /* Цвет ползунка при наведении */
} 
		
		
		
		
		
		
		
		
				
        .main-contento {
            flex: 1;
            padding: 20px;
            background-color: rgba(10, 10, 10); /* Прозрачный белый */
            margin-right: 20px;
            overflow-y: auto;
            height: 100vh;
			color:#b1b1b1;
            
        } 
		
		
		
		
		
		
        .main-content {
            flex: 1;
            padding: 20px;
            background-color: rgba(235, 235, 235); /* Прозрачный белый */
            margin-right: 20px;
            overflow-y: auto;
            height: 100vh;
			color:#000;
            
        }
       		.main-content::-webkit-scrollbar {
    width: 2px; /* Ширина вертикального скролла */
}

.main-content::-webkit-scrollbar-track {
    background: #000; /* Цвет фона трека скролла */
    border-radius: 10px; /* Закругленные углы трека */
}

.main-content::-webkit-scrollbar-thumb {
    background: #ffffff; /* Цвет ползунка скролла */
    border-radius: 10px; /* Закругленные углы ползунка */
}

.main-content::-webkit-scrollbar-thumb:hover {
    background: #5e35b1; /* Цвет ползунка при наведении */
} 
        .sidebar {
			border: 1px solid #393632;
            width: 300px;
            padding: 20px;
            background-color: rgba(30, 30, 30, 0.8); /* Прозрачный светлый серый */
            position: sticky;
            top: 0;
            height: 100vh;
            overflow-y: auto;
            backdrop-filter: blur(5px); /* Эффект размытия */
        }
        
        h1, h2, h3 {
            color: #b5b5b5;
            margin-bottom: 15px;
        }
        
        h1 {
            
            padding-bottom: 10px;
        }
        
        h2 {
            
            padding-bottom: 8px;
            margin-top: 25px;
        }
        
        p {
            margin-bottom: 15px;
        }
        
        .sidebar h3 {
            margin-top: 0;
            padding-bottom: 10px;
            border-bottom: 1px solid rgba(221, 221, 221, 0.5);
        }
        
        .sidebar ul {
            list-style-type: none;
        }
        
        .sidebar li {
            margin-bottom: 8px;
        }
        
        .sidebar a {
            color: #fff;
            text-decoration: none;
            transition: color 0.3s;
        }
        
        .sidebar a:hover {
            color: #2980b9;
            text-decoration: underline;
        }
        
		
		
		
		
		
		
		
		
    .sidebarz {
        border: 1px solid #393632;
        width: 300px;
        padding: 20px;
        background-color: rgba(30, 30, 30, 0.8);
        position: sticky;
        top: 0;
        height: 100vh;
        overflow-y: auto;
        backdrop-filter: blur(5px);
        transition: transform 0.3s ease;
    }
    
    .sidebarz.collapsed {
        transform: translateX(-100%);
    }
    
    .sidebar-toggle {
        position: fixed;
        left: 10px;
        top: 10px;
        z-index: 1000;
        background-color: rgba(30, 30, 30, 0.8);
        color: white;
        border: 1px solid #393632;
        padding: 5px 10px;
        cursor: pointer;
        border-radius: 4px;
    }
    
    .sidebar-toggle:hover {
        background-color: rgba(50, 50, 50, 0.8);
    }
    
    .sidebarz h3 {
        margin-top: 0;
        padding-bottom: 10px;
        border-bottom: 1px solid rgba(221, 221, 221, 0.5);
    }
    
    .sidebarz ul {
        list-style-type: none;
    }
    
    .sidebarz li {
        margin-bottom: 8px;
    }
    
    .sidebarz a {
        color: #fff;
        text-decoration: none;
        transition: color 0.3s;
    }
    
    .sidebarz a:hover {
        color: #2980b9;
        text-decoration: underline;
    }
    
		
		
		
		
		
		  
		
		
		
		
		
		
		
		
		
		
		
	   
		
		
		
		
		
		
		
		
		
		
        @media (max-width: 768px) {
            body {
                overflow: auto;
                  background:  rgba(15, 14, 11, 0.85);
            }
            
            .container {
                flex-direction: column;
            }
            
            .main-content {
                margin-right: 0;
                margin-bottom: 20px;
                height: auto;
                overflow-y: visible;
                background-color: #7b6e58;
            }
            
            .sidebar {
                width: 100%;
                position: static;
                height: auto;
                background-color: rgba(0, 0, 0, 0.95);
            }
        }





@media (max-width: 2600px) {
  body {
    background-size: 2600px auto, 2600px auto;
  }
}
@media (max-width: 1680px) {
  body {
    background-size: 2400px auto, 2600px auto;
  }
}
@media (max-width: 1460px) {
  body {
    background-size: 2200px auto, 2600px auto;
  }
}
@media (max-width: 1240px) {
  body {
    background-size: 2000px auto, 2600px auto;
  }
}
@media (max-width: 1024px) {
  body {
    background-size: 1400px auto, 2600px auto;
  }
}
@media (max-width: 640px) {
  body {
    background-size: 1000px auto, 2600px auto;
    background-position: 50% 60px;
  }
}
@media (max-width: 480px) {
  body {
    background-size: 760px auto, 2600px auto;
    background-position: 50% 60px;
  }
}
body.body--inner {
  background: url("../pics/inner_bg.png") top center no-repeat, url("../pics/footer_bg.jpg") #1e2a44 bottom center no-repeat;
  background-size: 100% auto, 100% auto;
  font-family: Arial, sans-serif;
}
@media (max-width: 2600px) {
  body.body--inner {
    background-size: 2600px auto, 2600px auto;
  }
}
@media (max-width: 1680px) {
  body.body--inner {
    background-size: 2400px auto, 2600px auto;
  }
}
@media (max-width: 1460px) {
  body.body--inner {
    background-size: 2200px auto, 2600px auto;
  }
}
@media (max-width: 1240px) {
  body.body--inner {
    background-size: 2000px auto, 2600px auto;
  }
}
@media (max-width: 1024px) {
  body.body--inner {
    background-size: 1400px auto, 2600px auto;
  }
}
@media (max-width: 640px) {
  body.body--inner {
    background-size: 1000px auto, 2600px auto;
  }
}
@media (max-width: 480px) {
  body.body--inner {
    background-size: 760px auto, 2600px auto;
  }
}
/* Основные стили кнопки */
.login-button {
    background-color: #ffcc00; /* Цвет фона кнопки */
    color: #333; /* Цвет текста */
    border: none; /* Убираем рамку */
    border-radius: 5px; /* Скругление углов */
    padding: 10px 20px; /* Поля вокруг текста */
    font-size: 16px; /* Размер шрифта */
    cursor: pointer; /* Курсор при наведении */

}

/* Основные стили кнопки */
.login-buttonreg {
    
    color: #907b5b; /* Цвет текста */
    border: none; /* Убираем рамку */
    border-radius: 5px; /* Скругление углов */
    padding: 10px 20px; /* Поля вокруг текста */
    font-size: 16px; /* Размер шрифта */
    cursor: pointer; /* Курсор при наведении */

}

/* Эффект нажатия */
.login-button:active {
    transform: scale(0.95); /* Уменьшение кнопки при нажатии */
}

/* Стили для кнопки с иконкой */
.login-button .icon {
    margin-right: 8px; /* Отступ между иконкой и текстом */
}

.wrapper {
  width: 100%;
  position: relative;
  z-index: 1;
}
.wrapper--inner {
  padding-top: 128px;
}
@media (max-width: 1024px) {
  .wrapper--inner {
    padding-top: 60px;
  }
}






.cardops {

	 
     border: 1px solid #907b5b;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  
}



.containerop {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}

.cardop {
    background-color: #fff;
	 border: 4px solid #907b5b;
    padding: 20px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  
}

.cardop:hover {
    /* Добавьте стиль при наведении, если нужно */
}

/* Медиа-запросы для адаптации под мобильные устройства */
@media (max-width: 1200px) {
    .containerop {
        grid-template-columns: repeat(2, 1fr); /* 3 колонки для экранов до 1200px */
    }
}

@media (max-width: 900px) {
    .containerop {
        grid-template-columns: repeat(2, 1fr); /* 2 колонки для экранов до 900px */
    }
}

@media (max-width: 600px) {
    .containerop {
        grid-template-columns: 1fr; /* 1 колонка для экранов до 600px */
    }
}




buttonop {
    background-color: #007bff;
    color: white;
    border: none;
   
    padding: 10px 15px;
    cursor: pointer;
    
}

buttonop:hover {
    background-color: #0056b3;
}



















    .content-areazzz input,
        .form-group textarea,
        .form-group select {
            width: 100%;
            padding: 8px;
            border: 3px solid #39341e;
           background-color: #ebebeb;
            box-sizing: border-box;
            font-family: inherit;
        }
		
		
		.content-areawiki {
  width:100%;
  max-width: 1400px;
  margin: 0 auto;
  position: relative;
  background-color: rgba(30, 30, 30);
  color:#000;
  padding:25px;

}
		
		
		
		.content-areabg {
  width: calc(100% - 160px);
  max-width: 1600px;
  margin: 0 auto;
  position: relative;
   
  color:#000;
  padding:25px;
  z-index: 1;
}
@media (max-width: 1024px) {
  .content-areabg {
    width: calc(100% - 40px);
  }
}
		
		
		
		
.content-area {
  width: calc(100% - 160px);
  max-width: 1000px;
  margin: 0 auto;
  position: relative;
  background-color: rgba(30, 30, 30);
  color:#000;
  padding:25px;
  z-index: 1;
}
@media (max-width: 1024px) {
  .content-area {
    width: calc(100% - 40px);
  }
}

.decor-title {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.decor-title__top {
  width: 100%;
  max-width: 550px;
  position: relative;
  z-index: 2;
}
.decor-title__bottom {
  width: 100%;
  max-width: 472px;
  position: relative;
  z-index: 2;
}
.decor-title__content {
  width: 100%;
  padding: 24px 0;
  position: relative;
}
@media (max-width: 1240px) {
  .decor-title__content {
    padding: 16px 0;
  }
}
.decor-title__content:after {
  content: "";
  width: 100%;
  max-width: 550px;
  position: absolute;
  left: 50%;
  top: 0;
  bottom: 0;
  transform: translateX(-50%);
  background: linear-gradient(to right, rgba(30, 45, 69, 0), rgba(30, 45, 69, 0.5), rgba(30, 45, 69, 0));
}
.decor-title__content h1 {
  width: 100%;
  display: block;
  position: relative;
  z-index: 2;
  font-family: var(--primary-font);
  font-weight: 400;
  font-size: 42px;
  line-height: 1em;
  color: var(--brand-color);
  text-transform: uppercase;
}
.decor-title__content h1:not(:first-child) {
  margin-top: 5px;
}
@media (max-width: 1240px) {
  .decor-title__content h1:not(:first-child) {
    margin-top: 5px;
  }
}
@media (max-width: 1680px) {
  .decor-title__content h1 {
    font-size: 38px;
  }
}
@media (max-width: 1460px) {
  .decor-title__content h1 {
    font-size: 34px;
  }
}
@media (max-width: 1240px) {
  .decor-title__content h1 {
    font-size: 30px;
  }
}
@media (max-width: 1024px) {
  .decor-title__content h1 {
    font-size: 26px;
  }
}
@media (max-width: 760px) {
  .decor-title__content h1 {
    font-size: 22px;
  }
}
.decor-title__content small {
  width: 100%;
  display: block;
  position: relative;
  z-index: 2;
  font-family: var(--primary-font);
  font-weight: 400;
  font-size: 26px;
  line-height: 1em;
  color: #fff;
  text-transform: uppercase;
}
.decor-title__content small:not(:first-child) {
  margin-top: 10px;
}
@media (max-width: 1240px) {
  .decor-title__content small:not(:first-child) {
    margin-top: 5px;
  }
}
@media (max-width: 1680px) {
  .decor-title__content small {
    font-size: 24px;
  }
}
@media (max-width: 1460px) {
  .decor-title__content small {
    font-size: 22px;
  }
}
@media (max-width: 1240px) {
  .decor-title__content small {
    font-size: 20px;
  }
}
@media (max-width: 1024px) {
  .decor-title__content small {
    font-size: 18px;
  }
}
@media (max-width: 760px) {
  .decor-title__content small {
    font-size: 16px;
  }
}

.btn {
  height: 46px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 0 40px;
background: linear-gradient(92deg, #40332b 20%, #161616 80%);
  

    border: 1.5px solid #775e3a;
    
 
  color: #e2c597;

  text-transform: uppercase;
  text-align: center;
  transition: filter 0.3s ease-in-out;
}
@media (max-width: 1024px) {
  .btn {
    height: 34px;
   background: linear-gradient(92deg, #574c33 20%, #363025 80%);
    background-size: auto 100%, auto 100%, calc(100% - 26px - 26px) 100%;
    font-size: 13px;
    padding: 0 30px;
  }
}


.swiper-arrows {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  column-gap: 20px;
}
@media (max-width: 1024px) {
  .swiper-arrows {
    margin-top: 20px;
  }
}

.swiper-button-next,
.swiper-button-prev {
  width: 62px;
  height: auto;
  aspect-ratio: 62/74;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  transform: translateY(-50%);
}
@media (max-width: 1680px) {
  .swiper-button-next,
  .swiper-button-prev {
    width: 40px;
  }
}
@media (max-width: 1024px) {
  .swiper-button-next,
  .swiper-button-prev {
    width: 30px;
    position: relative;
    top: 0;
    transform: translateY(0);
  }
}
.swiper-button-next:after,
.swiper-button-prev:after {
  display: none;
}
.swiper-button-next img,
.swiper-button-prev img {
  width: 100%;
  height: 100%;
}

.swiper-button-next {
  right: -102px;
}
@media (max-width: 1680px) {
  .swiper-button-next {
    right: -60px;
  }
}
@media (max-width: 1024px) {
  .swiper-button-next {
    right: auto;
  }
}

.swiper-button-prev {
  left: -102px;
}
@media (max-width: 1680px) {
  .swiper-button-prev {
    left: -60px;
  }
}
@media (max-width: 1024px) {
  .swiper-button-prev {
    left: auto;
  }
}

.text-area {
  width: 100%;
  font-family: var(--secondary-light-font);
  font-size: 18px;
  line-height: 24px;
  color: #d4dff0;
}
@media (max-width: 1024px) {
  .text-area {
    font-size: 16px;
    line-height: 20px;
  }
}
.text-area > *:not(:first-child) {
  margin-top: 20px;
}
.text-area > img {
  width: 100%;
  margin: 0;
  padding: 0;
}
.text-area b {
  font-family: var(--secondary-font);
}
.text-area p b {
  color: #fff;
}
.text-area p img {
  height: auto !important;
  max-width: 100% !important;
  vertical-align: middle;
}
.text-area ul, .text-area ol {
  padding-left: 20px;
}
.text-area ul li, .text-area ol li {
  font-size: 18px;
  line-height: 24px;
  color: #b4bfd1;
}
@media (max-width: 1024px) {
  .text-area ul li, .text-area ol li {
    font-size: 16px;
    line-height: 20px;
  }
}
.text-area ul li::marker, .text-area ol li::marker {
  color: var(--brand-color);
  font-weight: 700;
}
.text-area ul li:not(:first-child), .text-area ol li:not(:first-child) {
  margin-top: 15px;
}
.text-area ul li img, .text-area ol li img {
  vertical-align: middle;
}
.text-area ul li {
  position: relative;
  list-style-type: none;
}
.text-area ul li:after {
  content: "";
  width: 8px;
  height: 8px;
  display: block;
  position: absolute;
  top: 8px;
  left: -20px;
  transform: rotate(45deg);
  background: var(--brand-color);
}
.text-area ul ul:not(:first-child) {
  margin-top: 15px;
}
.text-area a {
  color: #883030;
  
  transition: color 0.3s ease-in-out;
}
.text-area a:hover {
  color: var(--brand-color);
}
.text-area hr {
  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.text-area h1, .text-area h2, .text-area h3, .text-area h4, .text-area h5, .text-area h6 {
  font-family: var(--primary-font);
  color: var(--brand-color);
  font-weight: 500;
  text-transform: uppercase;
  padding-top: 5px;
}
.text-area h1 b, .text-area h2 b, .text-area h3 b, .text-area h4 b, .text-area h5 b, .text-area h6 b {
  font-family: var(--primary-font);
}
.text-area h1 {
  font-size: 36px;
  line-height: 40px;
}
@media (max-width: 1460px) {
  .text-area h1 {
    font-size: 32px;
    line-height: 36px;
  }
}
@media (max-width: 1024px) {
  .text-area h1 {
    font-size: 26px;
    line-height: 30px;
  }
}
.text-area h2 {
  font-size: 32px;
  line-height: 36px;
}
@media (max-width: 1460px) {
  .text-area h2 {
    font-size: 26px;
    line-height: 30px;
  }
}
@media (max-width: 1024px) {
  .text-area h2 {
    font-size: 22px;
    line-height: 26px;
  }
}
.text-area h3 {
  font-size: 26px;
  line-height: 30px;
}
@media (max-width: 1460px) {
  .text-area h3 {
    font-size: 22px;
    line-height: 26px;
  }
}
@media (max-width: 1024px) {
  .text-area h3 {
    font-size: 18px;
    line-height: 22px;
  }
}
.text-area h4, .text-area h5, .text-area h6 {
  font-size: 22px;
  line-height: 26px;
}
@media (max-width: 1460px) {
  .text-area h4, .text-area h5, .text-area h6 {
    font-size: 18px;
    line-height: 22px;
  }
}
.text-area table {
  width: 100% !important;
  min-width: 700px;
}
.text-area table tr td {
  padding: 16px 20px;
}
.text-area table tr td img {
  vertical-align: middle;
}
.text-area table thead tr td {
  background: #303e61;
  font-family: var(--primary-font);
  text-transform: uppercase;
  font-size: 18px;
  line-height: 18px;
  color: #fff;
}
@media (max-width: 1024px) {
  .text-area table thead tr td {
    font-size: 16px;
    line-height: 16px;
  }
}
.text-area table tbody tr:nth-child(even) td {
  background: #212c47;
}
.text-area table tbody tr:nth-child(odd) td {

}
.text-area table tbody tr td {
  font-size: 16px;
  line-height: 22px;
  color: #9facbe;
}
@media (max-width: 1024px) {
  .text-area table tbody tr td {
    font-size: 14px;
    line-height: 18px;
  }
}
.text-area table td {
  border-color: #3c4b70 !important;
  border-width: 1px;
}
.text-area__grid {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 30px;
}
@media (max-width: 1024px) {
  .text-area__grid {
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 20px;
  }
}
.text-area__grid-item {
  border: 1px solid #303e61;
  padding: 30px;
}
@media (max-width: 1024px) {
  .text-area__grid-item {
    padding: 20px;
  }
}

.table-bg {
  width: 100%;
  overflow-x: auto;
  border: 1px solid #303e61;
  padding: 5px;
}
.table-bg::-webkit-scrollbar {
  width: 4px;
  height: 4px;
  background-color: #213862;
}
.table-bg::-webkit-scrollbar-thumb {
  background-color: var(--brand-color);
}
.table-bg::-webkit-scrollbar-thumb:hover {
  background-color: var(--brand-color);
}

.spoiler {
  width: 100%;
  border-left: 2px solid var(--brand-color);
  background: rgba(48, 62, 97, 0.3);
}
.spoiler__title {
  width: 100%;
  padding: 20px 40px 18px 20px !important;
  background-color: #303e61;
  font-family: var(--primary-font);
  text-transform: uppercase;
  font-size: 18px;
  line-height: 18px;
  color: #fff;
  cursor: pointer;
  position: relative;
  transition: background-color 0.3s ease-in-out;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  column-gap: 10px;
}
@media (max-width: 1024px) {
  .spoiler__title {
    font-size: 16px;
    line-height: 16px;
  }
}
.spoiler__title:hover {
  background-color: #43537e;
}
.spoiler__title:before {
  content: "";
  display: block;
  width: 12px;
  height: 6px;
  position: absolute;
  top: calc((100% - 7px) / 2);
  right: 20px;
  background: url("../pics/arrow.png") center center no-repeat;
  background-size: 100% 100%;
  transition: transform 0.3s ease-in-out;
}
.spoiler__title img {
  height: 30px;
}
.spoiler.active > .spoiler__title:before {
  transform: scale(1, -1);
}
.spoiler__content {
  width: 100%;
  padding: 20px;
  display: none;
}

.icon-stroke {
  width: 100%;
}
.icon-stroke__line {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
}
.icon-stroke__line:not(:first-child) {
  margin-top: 15px;
}
.icon-stroke__line-icon {
  width: 32px;
  height: 32px;
  align-self: stretch;
  position: relative;
}
@media (max-width: 1024px) {
  .icon-stroke__line-icon {
    width: 24px;
    height: 24px;
  }
}
.icon-stroke__line-icon img {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  object-fit: cover;
  object-position: center center;
}
.icon-stroke__line-text {
  width: calc(100% - 32px);
  padding-left: 15px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  padding-top: 3px;
}
@media (max-width: 1024px) {
  .icon-stroke__line-text {
    width: calc(100% - 24px);
    padding-left: 10px;
    padding-top: 1px;
  }
}

.nav {
  width: 100%;
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
}
.nav__content {
  width: calc(100% - 60px);
  max-width: 1780px;
  height: 100%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  column-gap: 40px;
}
@media (max-width: 1680px) {
  .nav__content {
    max-width: 100%;
    gap: 30px;
  }
}
@media (max-width: 1024px) {
  .nav__content {
    width: calc(100% - 40px);
  }
}
@media (max-width: 480px) {
  .nav__content {
    gap: 20px;
  }
}
.nav__main {
  width: 100%;
  height: 72px;
  position: relative;
  z-index: 1;
  background-color: rgba(2, 2, 2, 0.9);
}
@media (max-width: 1024px) {
  .nav__main {
    height: 60px;
  }
}
@media (max-width: 1024px) {
  .nav__response {
    width: 320px;
    height: calc(100vh - 60px);
    position: absolute;
    top: 100%;
    right: 0px;
    background-color: rgba(37, 37, 37, 0.95);
    padding: 20px;
    overflow-x: auto;
    transform: translateX(100%);
    transition: transform 0.3s ease-in-out;
  }
  .nav__response.active {
    transform: translateX(0%);
  }
}
@media (max-width: 480px) {
  .nav__response {
    width: 100%;
  }
}
.nav__sub {
  width: 100%;
  position: absolute;
  z-index: 1;
  top: 100%;
  left: 0;
  background-color: rgba(30, 30, 30, 0.6);
  display: grid;
  grid-template-rows: 1fr;
  transition: grid-template-rows 0.3s ease-in-out;
}
@media (max-width: 1024px) {
  .nav__sub {
    position: relative;
    top: 0;
    left: 0;
    background-color: rgba(11, 33, 51, 0);
  }
}
.nav__sub-content {
  width: 100%;
  overflow: hidden;
}
.nav__sub .nav__content {
  padding: 20px 0;
}
@media (max-width: 1024px) {
  .nav__sub .nav__content {
    width: 100%;
    padding: 0;
    gap: 0;
  }
}
.nav--fixed .nav__sub {
  grid-template-rows: 0fr;
}
@media (max-width: 1024px) {
  .nav--fixed .nav__sub {
    grid-template-rows: 1fr;
  }
}
.nav:hover .nav__sub {
  grid-template-rows: 1fr !important;
}
.nav__emblem {
  width: 55px;
  aspect-ratio: 55/44;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
@media (max-width: 1024px) {
  .nav__emblem {
    width: 40px;
  }
}
.nav__emblem img {
  width: 100%;
  height: 100%;
}
.nav__links {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  column-gap: 40px;
  list-style-type: none;
  position: relative;
  z-index: 2;
}
@media (max-width: 1680px) {
  .nav__links {
    gap: 30px;
  }
}
@media (max-width: 1024px) {
  .nav__links {
    width: 100%;
    gap: 15px;
  }
}
@media (max-width: 1024px) {
  .nav__links li {
    width: 100%;
  }
}
.nav__links li a, .nav__links li .drop-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  column-gap: 8px;
  font-family: var(--primary-font);
  font-weight: 400;
  font-size: 15px;
  line-height: 1em;
  color: #cdcfd1;
  text-transform: uppercase;
}
@media (max-width: 1460px) {
  .nav__links li a, .nav__links li .drop-box {
    font-size: 13px;
  }
}
.nav__links li a span, .nav__links li .drop-box span {
  transition: color 0.3s ease-in-out;
}
.nav__links li a:hover span, .nav__links li .drop-box:hover span {
  color: var(--brand-color);
}
.nav__links li a i, .nav__links li .drop-box i {
  font-size: 19px;
  line-height: 1em;
  background-color: #2AA5A0;
  background-image: linear-gradient(to bottom, #a2967f, #e0d2ba);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: discord 4.4s ease infinite;
}
@media (max-width: 1460px) {
  .nav__links li a i, .nav__links li .drop-box i {
    font-size: 15px;
  }
}
@keyframes discord {
  0% {
    transform: scale(1) rotate(0);
  }
  4% {
    transform: scale(1.15) rotate(0);
  }
  8% {
    transform: scale(1.15) rotate(0);
  }
  24% {
    transform: scale(1.15) rotate(1turn);
  }
  36% {
    transform: scale(1) rotate(1turn);
  }
  to {
    transform: scale(1) rotate(1turn);
  }
}
.nav__links li .drop-box {
  cursor: pointer;
  position: relative;
}
.nav__links li .drop-box span {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  column-gap: 8px;
}
.nav__links li .drop-box span:after {
  content: "";
  width: 12px;
  aspect-ratio: 12/6;
  background: url("../pics/arrow.png");
  background-size: 100% 100%;
  transition: transform 0.3s ease-in-out;
}
@media (max-width: 1460px) {
  .nav__links li .drop-box span:after {
    width: 8px;
  }
}
.nav__links li .drop-box__links {
  min-width: 100%;
  padding: 30px 20px 20px 20px;
  position: absolute;
  z-index: 1;
  top: 100%;
  left: 0px;
  opacity: 0;
  transform: translateY(-10px);
  pointer-events: none;
  transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
}
@media (max-width: 1024px) {
  .nav__links li .drop-box__links {
    position: relative;
    top: 0;
    display: none;
  }
}
.nav__links li .drop-box__links:before {
  content: "";
  width: 100%;
  height: calc(100% - 10px);
  position: absolute;
  z-index: 1;
  top: 10px;
  left: 0;
  background-color: #091926;
  clip-path: polygon(7px 0, calc(100% - 7px) 0, 100% 7px, 100% calc(100% - 7px), calc(100% - 7px) 100%, 7px 100%, 0 calc(100% - 7px), 0 7px);
}
.nav__links li .drop-box__links a {
  position: relative;
  z-index: 2;
  font-size: 15px;
  white-space: nowrap;
  transition: color 0.3s ease-in-out;
}
.nav__links li .drop-box__links a:not(:last-child) {
  margin-bottom: 10px;
}
.nav__links li .drop-box__links a:hover {
  color: var(--brand-color);
}
@media (max-width: 1460px) {
  .nav__links li .drop-box__links a {
    font-size: 13px;
  }
}
@media (min-width: 1024px) {
  .nav__links li .drop-box:hover .drop-box__links {
    opacity: 1;
    transform: translateY(0px);
    pointer-events: all;
  }
  .nav__links li .drop-box:hover span:after {
    transform: scale(1, -1);
  }
}
@media (max-width: 1024px) {
  .nav__links li .drop-box.active .drop-box__links {
    opacity: 1;
    transform: translateY(0px);
    pointer-events: all;
  }
}
@media (max-width: 1024px) and (max-width: 1024px) {
  .nav__links li .drop-box.active .drop-box__links {
    display: block;
  }
}
@media (max-width: 1024px) {
  .nav__links li .drop-box.active span:after {
    transform: scale(1, -1);
  }
}
.nav__sublinks {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  column-gap: 40px;
  list-style-type: none;
}
@media (max-width: 1680px) {
  .nav__sublinks {
    gap: 30px;
  }
}
@media (max-width: 1460px) {
  .nav__sublinks {
    gap: 20px;
  }
}
@media (max-width: 1024px) {
  .nav__sublinks {
    width: 100%;
    gap: 15px;
    padding-top: 20px;
    margin-top: 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
}
@media (max-width: 1024px) {
  .nav__sublinks li {
    width: 100%;
  }
}
.nav__sublinks li a {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  column-gap: 8px;
  font-family: var(--secondary-font);
  font-weight: 400;
  font-size: 14px;
  line-height: 1em;
  color: #cdcfd1;
  text-transform: uppercase;
}
@media (max-width: 1460px) {
  .nav__sublinks li a {
    font-size: 12px;
    gap: 5px;
  }
}
.nav__sublinks li a:before {
  content: "";
  width: 20px;
  aspect-ratio: 1/1;
  background: url("../pics/marker_icon.png");
  background-size: 100% 100%;
}
@media (max-width: 1460px) {
  .nav__sublinks li a:before {
    width: 16px;
  }
}
.nav__sublinks li a span {
  padding-top: 2px;
  transition: color 0.3s ease-in-out;
}
.nav__sublinks li a:hover span {
  color: var(--brand-color);
}
.nav__servers {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  column-gap: 40px;
  list-style-type: none;
  margin-left: auto;
}
@media (max-width: 1680px) {
  .nav__servers {
    gap: 30px;
  }
}
@media (max-width: 1460px) {
  .nav__servers {
    gap: 20px;
  }
}
@media (max-width: 1024px) {
  .nav__servers {
    width: 100%;
    gap: 15px;
    padding-top: 20px;
    margin-top: 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
}
.nav__servers li {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  column-gap: 8px;
  font-family: var(--secondary-font);
  font-weight: 400;
  font-size: 14px;
  line-height: 1em;
  color: #cdcfd1;
  text-transform: uppercase;
}
@media (max-width: 1460px) {
  .nav__servers li {
    font-size: 12px;
    gap: 5px;
  }
}
@media (max-width: 1024px) {
  .nav__servers li {
    width: 100%;
  }
}
.nav__servers li:before {
  content: "";
  width: 20px;
  aspect-ratio: 1/1;
  background: url("../pics/marker_icon.png");
  background-size: 100% 100%;
}
@media (max-width: 1460px) {
  .nav__servers li:before {
    width: 16px;
  }
}
.nav__servers li.on:before {
  background: url("../pics/marker_green_icon.png");
  background-size: 100% 100%;
}
.nav__servers li.off:before {
  background: url("../pics/marker_red_icon.png");
  background-size: 100% 100%;
}
.nav__servers li span {
  padding-top: 2px;
  transition: color 0.3s ease-in-out;
}
.nav__servers li span.accent {
  color: var(--brand-color);
}
.nav__servers-name {
  color: #cdcfd1;
}
.nav__servers-rate {
  color: #87d732;
}
.nav__servers-date {
  color: var(--brand-color);
}
.nav__langs {
  position: relative;
  z-index: 2;
  margin-left: auto;
}
.nav__langs-item {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  column-gap: 6px;
  flex-wrap: nowrap;
  font-family: var(--primary-font);
  font-weight: 400;
  font-size: 15px;
  line-height: 1em;
  color: #cdcfd1;
  text-transform: uppercase;
  position: relative;
  z-index: 2;
  cursor: pointer;
}
@media (max-width: 1460px) {
  .nav__langs-item {
    font-size: 13px;
  }
}
@media (max-width: 1460px) {
  .nav__langs-item img {
    height: 20px;
  }
}
.nav__langs-item span {
  transition: color 0.3s ease-in-out;
}
.nav__langs-item:hover span {
  color: var(--brand-color);
}
.nav__langs > .nav__langs-item:after {
  content: "";
  width: 12px;
  aspect-ratio: 12/6;
  background: url("../pics/arrow.png");
  background-size: 100% 100%;
  transition: transform 0.3s ease-in-out;
}
@media (max-width: 1460px) {
  .nav__langs > .nav__langs-item:after {
    width: 8px;
  }
}
.nav__langs:hover > .nav__langs-item:after {
  transform: scale(1, -1);
}
.nav__langs-stroke {
  padding: 20px 10px 10px 10px;
  position: absolute;
  z-index: 1;
  top: 100%;
  left: -10px;
  opacity: 0;
  transform: translateY(-10px);
  pointer-events: none;
  transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
}
.nav__langs-stroke:before {
  content: "";
  width: 100%;
  height: calc(100% - 10px);
  position: absolute;
  z-index: 1;
  top: 10px;
  left: 0;
  background-color: #091926;
  clip-path: polygon(7px 0, calc(100% - 7px) 0, 100% 7px, 100% calc(100% - 7px), calc(100% - 7px) 100%, 7px 100%, 0 calc(100% - 7px), 0 7px);
}
.nav__langs-stroke .nav__langs-item:not(:last-child) {
  margin-bottom: 10px;
}
.nav__langs:hover .nav__langs-stroke {
  opacity: 1;
  transform: translateY(0px);
  pointer-events: all;
}
@media (max-width: 640px) {
  .nav__auth {
    padding: 0 23px;
  }
}
.nav__auth i {
  display: none;
}
@media (max-width: 640px) {
  .nav__auth i {
    display: block;
  }
}
@media (max-width: 640px) {
  .nav__auth span {
    display: none;
  }
}

.open-main-menu {
  width: 32px;
  height: 32px;
  position: relative;
  cursor: pointer;
  background-color: rgba(255, 255, 255, 0.15);
  display: none;
  transition: background-color 0.3s ease-in-out, border 0.3s ease-in-out;
  z-index: 3;
  clip-path: polygon(7px 0, calc(100% - 7px) 0, 100% 7px, 100% calc(100% - 7px), calc(100% - 7px) 100%, 7px 100%, 0 calc(100% - 7px), 0 7px);
}
@media (max-width: 1024px) {
  .open-main-menu {
    display: flex;
  }
}
.open-main-menu:hover {
  background-color: var(--brand-color);
}
.open-main-menu:hover:after, .open-main-menu:hover:before, .open-main-menu:hover .open-main-menu__item {
  background: #1c2227;
}
.open-main-menu:hover .open-main-menu__item {
  transform: scale(0.7, 1);
}
.open-main-menu.active:after {
  transform: rotate(-135deg) scale(0.7, 1);
  top: calc((100% - 2px) / 2);
}
.open-main-menu.active:before {
  transform: rotate(135deg) scale(0.7, 1);
  top: calc((100% - 2px) / 2);
}
.open-main-menu.active .open-main-menu__item {
  transform: scale(0, 1);
}
.open-main-menu:after {
  content: "";
  width: calc(100% - 12px);
  height: 2px;
  background: #cdcfd1;
  position: absolute;
  transform: rotate(0deg);
  transition: all 0.3s ease-in-out;
  top: 11px;
  left: 6px;
  transform: scale(0.7, 1);
}
.open-main-menu:before {
  content: "";
  width: calc(100% - 12px);
  height: 2px;
  background: #cdcfd1;
  position: absolute;
  transform: rotate(0deg);
  transition: all 0.3s ease-in-out;
  top: calc(100% - 13px);
  left: 6px;
  transform: scale(0.7, 1);
}
.open-main-menu__item {
  width: calc(100% - 12px);
  height: 2px;
  background: #cdcfd1;
  position: absolute;
  top: calc((100% - 2px) / 2);
  left: 6px;
  transform: rotate(0deg);
  transition: all 0.3s ease-in-out;
  transform: scale(0.7, 1);
}

.header {
  width: 100%;
  height: auto;
  min-height: 100vh;
  padding: 232px 0 100px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  position: relative;
}
@media (max-width: 1460px) {
  .header {
    padding: 212px 0 80px;
  }
}
@media (max-width: 1024px) {
  .header {
    padding: 100px 0 40px;
    min-height: auto;
  }
}
.header--page {
  min-height: auto;
}
.header:before {
  content: "";
  width: 100%;
  height: 32px;
  position: absolute;
  z-index: 2;
  bottom: -16px;
  background: url("../pics/sep_bg.png") center center no-repeat;
}
.header .content-area {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  z-index: 2;
}
.header__logo {
  width: 100%;
  max-width: 280px;
  aspect-ratio: 280/266;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  transition: filter 0.3s ease-in-out;
}
@media (max-width: 1680px) {
  .header__logo {
    max-width: 240px;
  }
}
@media (max-width: 1460px) {
  .header__logo {
    max-width: 220px;
  }
}
@media (max-width: 1240px) {
  .header__logo {
    max-width: 200px;
  }
}
@media (max-width: 1024px) {
  .header__logo {
    max-width: 180px;
  }
}
@media (max-width: 640px) {
  .header__logo {
    max-width: 160px;
  }
}
@media (max-width: 480px) {
  .header__logo {
    max-width: 140px;
  }
}
.header__logo:hover {
  filter: brightness(130%);
}
.header__logo img {
  width: 100%;
  height: 100%;
}
.header__title {
  margin-top: 30px;
}
.header__button {
  width: 100%;
  max-width: 433px;
  aspect-ratio: 433/103;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  transition: filter 0.3s ease-in-out;
  background: url("../pics/header_button_bg.png");
  background-size: 100% 100%;
  padding: 0 20px;
  margin-top: 30px;
  font-family: var(--primary-font);
  font-weight: 400;
  font-size: 26px;
  line-height: 1em;
  color: #fff;
}
@media (max-width: 1680px) {
  .header__button {
    max-width: 400px;
    font-size: 24px;
  }
}
@media (max-width: 1460px) {
  .header__button {
    max-width: 380px;
    font-size: 22px;
  }
}
@media (max-width: 1240px) {
  .header__button {
    max-width: 360px;
    font-size: 20px;
  }
}
@media (max-width: 1024px) {
  .header__button {
    max-width: 340px;
    font-size: 18px;
  }
}
@media (max-width: 640px) {
  .header__button {
    max-width: 320px;
    font-size: 16px;
  }
}
@media (max-width: 480px) {
  .header__button {
    max-width: 300px;
    font-size: 14px;
  }
}
.header__button:hover {
  filter: brightness(130%);
}
.header__button span {
  padding-top: 2px;
  text-transform: uppercase;
  text-align: center;
  text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.3);
}
.header__bg {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  overflow: hidden;
}
.header__video {
  width: 100%;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-mask: linear-gradient(to bottom, rgb(42, 59, 91) 0%, rgb(42, 59, 91) 20%, rgba(42, 59, 91, 0.3) 70%, rgba(42, 59, 91, 0) 100%);
  -webkit-mask-size: 100% 100%;
}
@media (max-width: 2600px) {
  .header__video {
    width: 2600px;
  }
}
@media (max-width: 1680px) {
  .header__video {
    width: 2400px;
  }
}
@media (max-width: 1460px) {
  .header__video {
    width: 2200px;
  }
}
@media (max-width: 1240px) {
  .header__video {
    width: 2000px;
  }
}
@media (max-width: 1024px) {
  .header__video {
    display: none;
  }
}

.section {
  width: 100%;
  padding: 100px 0;
  position: relative;
  overflow: hidden;
}
@media (max-width: 1460px) {
  .section {
    padding: 80px 0;
  }
}
@media (max-width: 1024px) {
  .section {
    
  }
}
.section:after {
  content: "";
  width: 100%;
  height: 32px;
  position: absolute;
  z-index: 2;
  top: -16px;
  background: url("../pics/sep_bg.png") center center no-repeat;
}
.section:before {
  content: "";
  width: 100%;
  height: 32px;
  position: absolute;
  z-index: 2;
  bottom: -16px;

}
.section__title {
  width: 100%;
  font-family: var(--primary-font);
  font-weight: 400;
  font-size: 20px;
  line-height: 1em;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
}
.section__title span {
  color: var(--brand-color);
}
@media (max-width: 1680px) {
  .section__title {
    font-size: 20px;
  }
}
@media (max-width: 1460px) {
  .section__title {
    font-size: 20px;
  }
}
@media (max-width: 1240px) {
  .section__title {
    font-size: 20px;
  }
}
@media (max-width: 1024px) {
  .section__title {
    font-size: 20px;
  }
}
@media (max-width: 760px) {
  .section__title {
    font-size: 20px;
  }
}

.features {
  background: url("../pics/features_bg.png") top center;
  background-size: cover;
}
.features .content-area {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  z-index: 2;
}
.features__slider {
  width: 100%;
  margin-top: 80px;
}
@media (max-width: 1460px) {
  .features__slider {
    margin-top: 60px;
  }
}
@media (max-width: 1024px) {
  .features__slider {
    margin-top: 40px;
  }
}
.features__slider-item {
  width: 100%;
  position: relative;
  padding: 88px 80px 80px;
  background: linear-gradient(to bottom, rgba(29, 41, 65, 0.8), rgba(59, 78, 116, 0));
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease-in-out;
}
@media (max-width: 1460px) {
  .features__slider-item {
    padding: 68px 60px 60px;
  }
}
@media (max-width: 1024px) {
  .features__slider-item {
    padding: 48px 40px 40px;
  }
}
@media (max-width: 640px) {
  .features__slider-item {
    padding: 28px 20px 20px;
  }
}
.features__slider-item.swiper-slide-active {
  opacity: 1;
  pointer-events: all;
}
.features__slider-item:after {
  content: "";
  width: 100%;
  height: 21px;
  position: absolute;
  top: -15px;
  left: 0;
  background: url("../pics/border_top_bg.png") center center no-repeat;
}
.features__slider-item h3 {
  font-family: var(--primary-font);
  font-weight: 400;
  font-size: 34px;
  line-height: 1em;
  color: var(--brand-color);
  text-align: center;
  text-transform: uppercase;
}
@media (max-width: 1460px) {
  .features__slider-item h3 {
    font-size: 38px;
  }
}
@media (max-width: 1024px) {
  .features__slider-item h3 {
    font-size: 24px;
  }
}
.features__slider-item p {
  font-family: var(--secondary-light-font);
  font-weight: 400;
  font-size: 18px;
  line-height: 1.4em;
  color: #fff;
  text-align: center;
}
@media (max-width: 1460px) {
  .features__slider-item p {
    font-size: 18px;
  }
}
@media (max-width: 1024px) {
  .features__slider-item p {
    font-size: 14px;
  }
}
.features__slider-item p:not(:first-child) {
  margin-top: 20px;
}
@media (max-width: 1024px) {
  .features__slider-item p:not(:first-child) {
    margin-top: 15px;
  }
}
@media (max-width: 640px) {
  .features__slider-item p:not(:first-child) {
    margin-top: 10px;
  }
}
.features__slider-item .btn {
  width: 100%;
  max-width: 240px;
  margin: 25px auto 0;
}
@media (max-width: 1024px) {
  .features__slider-item .btn {
    max-width: 200px;
  }
}
@media (max-width: 640px) {
  .features__slider-item .btn {
    margin: 15px auto 0;
  }
}
.features__thumbs {
  width: 780px;
  position: relative;
}
@media (max-width: 1460px) {
  .features__thumbs {
    width: 680px;
  }
}
@media (max-width: 1024px) {
  .features__thumbs {
    width: 340px;
  }
}
@media (max-width: 640px) {
  .features__thumbs {
    width: 240px;
  }
}
.features__thumbs-item {
  opacity: 0;
  pointer-events: none;
  transform: scale(0.8);
  transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out, filter 0.3s ease-in-out;
  cursor: pointer;
}
.features__thumbs-item:hover {
  filter: brightness(130%);
}
.features__thumbs-item.swiper-slide-visible {
  opacity: 1;
  pointer-events: all;
}
.features__thumbs-item.swiper-slide-active {
  transform: scale(1);
}
.features__thumbs-item-icon {
  width: 140px;
  aspect-ratio: 1/1;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  position: relative;
  margin: 0 auto;
}
@media (max-width: 1460px) {
  .features__thumbs-item-icon {
    width: 120px;
  }
}
@media (max-width: 1024px) {
  .features__thumbs-item-icon {
    width: 100px;
  }
}
@media (max-width: 640px) {
  .features__thumbs-item-icon {
    width: 80px;
  }
}
.features__thumbs-item-icon img {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
}
.features__thumbs-item-icon i {
  font-size: 36px;
  line-height: 1em;
  position: relative;
  z-index: 2;
  background-color: #c9c9c9;
  background-image: linear-gradient(to bottom, #c9c9c9, #e0d2ba);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 1460px) {
  .features__thumbs-item-icon i {
    font-size: 30px;
  }
}
@media (max-width: 1024px) {
  .features__thumbs-item-icon i {
    font-size: 24px;
  }
}
.features__video {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  object-fit: cover;
  object-position: center center;
  opacity: 0.3;
}
@media (max-width: 1024px) {
  .features__video {
    display: none;
  }
}

.update {
  background: url("../pics/update_bg.jpg") top center;
  background-size: cover;
  padding: 0;
}
.update__slider {
  width: 100%;
}
.update__slider-swiper {
  height: 100%;
}
.update__slider-item {
  min-height: calc(100vh - 72px);
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-end;
  padding: 100px 0 380px;
}
@media (max-width: 1460px) {
  .update__slider-item {
    padding: 80px 0 300px;
  }
}
@media (max-width: 1024px) {
  .update__slider-item {
    padding: 40px 0 280px;
    min-height: auto;
  }
}
@media (max-width: 640px) {
  .update__slider-item {
    padding: 40px 0 200px;
  }
}
.update__slider-item .content-area {
  z-index: 2;
}
.update__slider-item h3 {
  font-family: var(--primary-font);
  font-weight: 400;
  font-size: 54px;
  line-height: 1em;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
}
@media (max-width: 1680px) {
  .update__slider-item h3 {
    font-size: 50px;
  }
}
@media (max-width: 1460px) {
  .update__slider-item h3 {
    font-size: 46px;
  }
}
@media (max-width: 1240px) {
  .update__slider-item h3 {
    font-size: 42px;
  }
}
@media (max-width: 1024px) {
  .update__slider-item h3 {
    font-size: 38px;
  }
}
@media (max-width: 760px) {
  .update__slider-item h3 {
    font-size: 34px;
  }
}
@media (max-width: 640px) {
  .update__slider-item h3 {
    font-size: 30px;
  }
}
@media (max-width: 480px) {
  .update__slider-item h3 {
    font-size: 26px;
  }
}
.update__slider-item h4 {
  font-family: var(--primary-font);
  font-weight: 400;
  font-size: 34px;
  line-height: 1em;
  color: var(--brand-color);
  text-align: center;
  text-transform: uppercase;
  margin-top: 10px;
}
@media (max-width: 1680px) {
  .update__slider-item h4 {
    font-size: 32px;
  }
}
@media (max-width: 1460px) {
  .update__slider-item h4 {
    font-size: 28px;
  }
}
@media (max-width: 1240px) {
  .update__slider-item h4 {
    font-size: 26px;
  }
}
@media (max-width: 1024px) {
  .update__slider-item h4 {
    font-size: 24px;
  }
}
@media (max-width: 760px) {
  .update__slider-item h4 {
    font-size: 22px;
  }
}
@media (max-width: 640px) {
  .update__slider-item h4 {
    font-size: 20px;
  }
}
@media (max-width: 480px) {
  .update__slider-item h4 {
    font-size: 18px;
  }
}
.update__slider-item p {
  width: 100%;
  max-width: 860px;
  font-family: var(--secondary-light-font);
  font-weight: 400;
  font-size: 18px;
  line-height: 1.5em;
  color: #d0daee;
  text-align: center;
  margin: 20px auto 0;
}
@media (max-width: 1460px) {
  .update__slider-item p {
    font-size: 16px;
  }
}
@media (max-width: 1024px) {
  .update__slider-item p {
    font-size: 14px;
  }
}
.update__slider-item-video {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
}
@media (max-width: 1024px) {
  .update__slider-item-video {
    display: none;
  }
}
.update__slider-item-video:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  background: linear-gradient(to top, rgb(38, 54, 80) 0%, rgba(38, 54, 80, 0.5) 60%, rgba(38, 54, 80, 0.8) 100%);
}
.update__slider-item-video video {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  object-fit: cover;
  object-position: center center;
}
.update__thumbs {
  width: 100%;
  position: absolute;
  z-index: 2;
  left: 0;
  bottom: 100px;
}
@media (max-width: 1460px) {
  .update__thumbs {
    bottom: 80px;
  }
}
@media (max-width: 1024px) {
  .update__thumbs {
    bottom: 40px;
  }
}
.update__thumbs-item {
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out, filter 0.3s ease-in-out;
  cursor: pointer;
}
.update__thumbs-item:hover {
  opacity: 1 !important;
  transform: translateY(-10px);
}
.update__thumbs-item.swiper-slide-visible {
  opacity: 0.6;
  pointer-events: all;
}
.update__thumbs-item.swiper-slide-visible.active {
  opacity: 1;
  filter: brightness(130%);
}
.update__thumbs-item-icon {
  width: 140px;
  height: 140px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  position: relative;
  margin: 0 auto;
  padding: 24px;
}
@media (max-width: 1460px) {
  .update__thumbs-item-icon {
    width: 120px;
    height: 120px;
    padding: 20px;
  }
}
@media (max-width: 1024px) {
  .update__thumbs-item-icon {
    width: 100px;
    height: 100px;
    padding: 16px;
  }
}
@media (max-width: 640px) {
  .update__thumbs-item-icon {
    width: 80px;
    height: 80px;
    padding: 14px;
  }
}
.update__thumbs-item-icon-border {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
}
.update__thumbs-item-icon-img {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 2;
  clip-path: polygon(50% 0, 50% 0, 100% 50%, 100% 50%, 50% 100%, 50% 100%, 0 50%, 0 50%);
}
.update__thumbs-item-icon i {
  font-size: 36px;
  line-height: 1em;
  position: relative;
  z-index: 2;
  background-color: #c9c9c9;
  background-image: linear-gradient(to bottom, #c9c9c9, #e0d2ba);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 1460px) {
  .update__thumbs-item-icon i {
    font-size: 30px;
  }
}
@media (max-width: 1024px) {
  .update__thumbs-item-icon i {
    font-size: 24px;
  }
}
.update__thumbs-item-text {
  width: 100%;
  text-align: center;
  font-family: var(--primary-font);
  font-weight: 400;
  font-size: 15px;
  line-height: 1.5em;
  color: #fff;
  text-transform: uppercase;
  margin-top: 20px;
}
@media (max-width: 1460px) {
  .update__thumbs-item-text {
    font-size: 13px;
    margin-top: 15px;
  }
}
@media (max-width: 640px) {
  .update__thumbs-item-text {
    display: none;
  }
}

.nselect.myStyleSelect {
  width: 160px;
  height: 42px;
  border: none;
  background: none;
}
.nselect.myStyleSelect .nselect__head {
  height: 42px;
  clip-path: polygon(10px 0, calc(100% - 10px) 0, 100% 10px, 100% calc(100% - 10px), calc(100% - 10px) 100%, 10px 100%, 0 calc(100% - 10px), 0 10px);
  background: #384b6d;
  padding: 0px 30px 0px 20px;
}
.nselect.myStyleSelect .nselect__head span {
  font-family: var(--primary-font);
  font-weight: 400;
  font-size: 13px;
  line-height: 1em;
  color: #fff;
  text-transform: uppercase;
  padding-top: 2px;
  text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.3);
}
.nselect.myStyleSelect .nselect__head:after {
  border-color: #a6b0c3 transparent transparent transparent;
}
.nselect.myStyleSelect .nselect__inner {
  clip-path: polygon(10px 0, calc(100% - 10px) 0, 100% 10px, 100% calc(100% - 10px), calc(100% - 10px) 100%, 10px 100%, 0 calc(100% - 10px), 0 10px);
  border: none;
  background: #102639;
}
.nselect.myStyleSelect .nselect__inner:before {
  display: none;
}
.nselect.myStyleSelect .nselect__list {
  padding: 0;
}
.nselect.myStyleSelect .nselect__list LI SPAN {
  border-bottom: 1px solid #253c4e;
  font-family: var(--primary-font);
  font-weight: 400;
  font-size: 13px;
  line-height: 1em;
  color: #fff;
  text-transform: uppercase;
}
.nselect.myStyleSelect .nselect__list LI SPAN:hover {
  background: #15324b;
  color: var(--brand-color);
}
.nselect.myStyleSelect .nselect__list LI._active SPAN {
  color: var(--brand-color);
}

.news {

}


 
    /* Стили для слотов */
    .slots-container {
        display: flex;
        justify-content: center;
        margin: 20px 0;
        gap: 50px;
    }
    
    .slots-group {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    
    .slots-title {
        color: white;
        margin-bottom: 10px;
        font-weight: bold;
        font-size: 18px;
    }
    
    .slots-row {
        display: flex;
        gap: 15px;
    }
	
	
	
	
	    .bsdss {    
        background: linear-gradient(92deg, #574c33 20%, #363025 80%);
        background-size: auto 100%, auto 100%, calc(100% - 26px - 26px) 100%;
        font-size: 13px;
        padding: 10px; 
color: white;		
    
}
	
	
	
	
	
	
	
	
    .bsd {
    background-color: #775e3a;
	border-radius: 50%;
	width: 40px;
        height: 40px;
}
    .slot {
        width: 70px;
        height: 70px;
        border: 2px dashed #775e3a;
        border-radius: 5px;
        display: flex;
        justify-content: center;
        align-items: center;
        background-color: rgba(119, 94, 58, 0.2);
        position: relative;
    }
    
    .slot.active {
        border-color: #b44343;
        background-color: rgba(180, 67, 67, 0.2);
    }
    
    .slot img {
        max-width: 90%;
        max-height: 90%;
        cursor: move;
    }
    
    .slot.empty {
        cursor: pointer;
    }
    
    .slot .remove-btn {
        position: absolute;
        top: -8px;
        right: -8px;
        width: 20px;
        height: 20px;
        background-color: #b44343;
        border-radius: 50%;
        color: white;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 12px;
        cursor: pointer;
        display: none;
    }
    
    .slot:hover .remove-btn {
        display: flex;
    }
    
    /* Стили для masterz */
    .masterz-parent-container {
        width: 400px;
        height: 600px;
		background-image: url("/a3.png");
        position: relative;
    }

    .masterz-parent {
        display: grid;
        grid-template-columns: repeat(5, 1fr);
        grid-template-rows: repeat(5, 1fr);
        grid-column-gap: 0px;
        grid-row-gap: 0px;
        width: 100%;
        height: 100%;
    }

    .masterz-div1 { grid-area: 1 / 3 / 2 / 4; }
    .masterz-div2 { grid-area: 2 / 2 / 3 / 3; }
    .masterz-div3 { grid-area: 2 / 4 / 3 / 5; }
    .masterz-div4 { grid-area: 3 / 1 / 4 / 2; }
    .masterz-div5 { grid-area: 3 / 5 / 4 / 6; }
    .masterz-div6 { grid-area: 4 / 2 / 5 / 3; }
    .masterz-div7 { grid-area: 5 / 3 / 6 / 4; }
    .masterz-div8 { grid-area: 4 / 4 / 5 / 5; }
    .masterz-div9 { grid-area: 3 / 3 / 4 / 4; }

    /* Основной контейнер для веток */
    .branches-container {
        display: flex;
        gap: 20px;
        justify-content: center;
    }

    .branch-wrapper {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    /* Стили для master */
    .master-parent-container {
        width: 300px;
        height: 500px;
		 background-image: url("/a2.png");
        position: relative;
    }

    .master-parent {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        grid-template-rows: repeat(5, 1fr);
        grid-column-gap: 0px;
        grid-row-gap: 0px;
        width: 100%;
        height: 100%;
    }

    .master-div1 { grid-area: 1 / 2 / 2 / 3; }
    .master-div2 { grid-area: 2 / 1 / 3 / 2; }
    .master-div3 { grid-area: 2 / 3 / 3 / 4; }
    .master-div4 { grid-area: 4 / 1 / 5 / 2; }
    .master-div5 { grid-area: 5 / 2 / 6 / 3; }
    .master-div6 { grid-area: 4 / 3 / 5 / 4; }

    /* Стили для shield_master */
    .shield-parent-container {
		background-image: url("/a1.png");
        width: 300px;
        height: 600px;
        position: relative;
    }

    .shield-parent {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        grid-template-rows: repeat(5, 1fr);
        grid-column-gap: 0px;
        grid-row-gap: 0px;
        width: 100%;
        height: 100%;
    }
    .shield-div1 { grid-area: 1 / 2 / 2 / 3; }
    .shield-div2 { grid-area: 2 / 1 / 3 / 2; }
    .shield-div3 { grid-area: 2 / 3 / 3 / 4; }
    .shield-div4 { grid-area: 3 / 2 / 4 / 3; }
    .shield-div5 { grid-area: 4 / 1 / 5 / 2; }
    .shield-div6 { grid-area: 5 / 2 / 6 / 3; }
    .shield-div7 { grid-area: 4 / 3 / 5 / 4; }

    /* Общие стили для способностей */
    .ability-name {
        font-size: 12px;
        text-align: center;
        color: white;
        font-weight: bold;
    }

    .ability-levels {
        display: flex;
        justify-content: center;
        align-items: center;
		
    }

    .level-indicator {
        color: white;
        font-size: 12px;
        border-radius: 5px;
        cursor: pointer;
		padding:5px;
		 background-color: #000;
    }

    .level-indicator.active {
        color: #b44343;
        font-weight: bold;
    }

    .ability-tooltip-head {
        background-color: #333;
        color: #fff;
        padding: 12px;
    }

    .ability-tooltip-bd {
        background-color: #756c59;
        color: #fff;
        padding: 12px;
    }

    .ability-tooltip {
        position: fixed;
        color: #fff;
        padding: 8px 12px;
        border-radius: 4px;
        font-size: 10px;
        z-index: 1000;
        pointer-events: none;
        display: none;
        max-width: 450px;
        left: 0;
        top: 0;
    }

    .ability-box {
        cursor: grab;
    }

    .ability-box:hover .ability-tooltip {
        display: block;
    }

    .ability-box:active {
        cursor: grabbing;
    }

    .build-actions {
      
       
        
    }

    .save-btn {
        background-color: #2ecc71;
        color: white;
        border: none;
        padding: 10px 20px;
        border-radius: 4px;
        cursor: pointer;
        font-size: 16px;
        transition: background-color 0.2s;
    }

    .save-btn:hover {
        background-color: #27ae60;
    }

    .build-link {
        display: flex;
        gap: 10px;
        align-items: center;
    }

    .build-link input {
        padding: 8px;
        border: 1px solid #ddd;
        border-radius: 4px;
        min-width: 300px;
    }

    /* Стили табов */
    .tabs-container {
        max-width: 2800px;
        margin: 0 auto;
    }

    /* Оригинальные стили для ПК */
    .tabs {
        display: flex;
        list-style: none;
        border-bottom: 1px solid #775e3a;
        padding: 0;
    }

    .tab {
        padding: 10px 20px;
        cursor: pointer;
        background-color: #775e3a;
        border: 1px solid #775e3a;
        border-bottom: none;
        margin-right: 5px;
        border-radius: 5px 5px 0 0;
        transition: all 0.3s ease;
		font-weight: bold;
		color: #000; 
    }
.pointop {
		color: #000;
		font-weight: bold;
		padding: 10px;
        background-color: #c9a674;
		width:100px;
    }
	
	.pointopk {
		color: #fff;
		font-weight: bold;
		padding: 10px;
        background-color: #000;
		width:100px;
    }
    .tab:hover {
		color: #000;
		font-weight: bold;
        background-color: #c9a674;
    }
 .WIKIAB{
        background-color: #000;
        border-bottom: 1px solid #775e3a;
        margin-bottom: -1px;
        color: #fff;
        font-weight: bold;
    }

    .tab.active {
        background-color: #c9a674;
        border-bottom: 1px solid #775e3a;
        margin-bottom: -1px;
        color: #000;
        font-weight: bold;
    }

    /* Адаптация только для мобильных */
    @media (max-width: 768px) {
        .tabs {
            overflow-x: auto;
            -webkit-overflow-scrolling: touch;
            scrollbar-width: none;
            white-space: nowrap;
        }
        
        .tabs::-webkit-scrollbar {
            display: none;
        }
        
        .tab {
            padding: 8px 15px;
            font-size: 14px;
            flex-shrink: 0;
        }
        
        /* Дополнительная адаптация для очень маленьких экранов */
        @media (max-width: 480px) {
            .tab {
                padding: 6px 12px;
                font-size: 12px;
            }
        }
    }

    /* Стили контента табов */
    .tab-content {
        display: none;
        padding: 20px;
		margin-right:2px;
       
        border-top: none;
     
        height: auto;
    }

    .tab-content.active {
        display: block;
    }

    /* Адаптация для мобильных устройств */
    @media (max-width: 900px) {
        .branches-container {
            flex-direction: column;
            align-items: center;
            gap: 15px;
        }
        
        .branch-wrapper {
            margin-bottom: 20px;
        }
        
        .masterz-parent-container {
            width: 100%;
            max-width: 350px;
            height: auto;
            min-height: 500px;
			background-image: url("/a3m.png");
        }
        .master-parent-container {
            width: 100%;
            max-width: 280px;
            height: auto;
            min-height: 500px;
			background-image: url("/a2m.png");
        }
        .shield-parent-container {
            width: 100%;
            max-width: 280px;
            height: auto;
            min-height: 500px;
			background-image: url("/a1m.png");
        }
        
        .build-actions {
            flex-direction: column;
        }
        
        .save-btn,
        .build-link {
            width: 100%;
        }
        
        .slots-container {
            flex-direction: column;
            gap: 20px;
        }
    }

    @media (max-width: 1000px) {
        .page {
            padding: 10px;
        }
        
        .ability-name {
            font-size: 11px;
        }
        
        .ability-name img {
            width: 60px;
            height: 60px; 
        }
        
        .level-indicator {
            font-size: 11px;
        }
    }
	
	
	
	.slots-fixed-container {

   
}
	
	
		 .slotact {
          
            background: url("/act.png") center;
        }
		
		 .slotpass{
          
            background: url("/pass.png") center;
        }
		
	
	.modalpp {
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.7);
}





.modal-contentppt {
    background-color: #1a1a19;
    margin: 10% auto;
   
    border: 1px solid #775e3a;
    width: 90%;
    max-width: 1200px;
    color: white;
}
.modal-contentppzt {
    background-color: #775e3a;
 
    padding: 10px;
    border: 1px solid #775e3a;
   
    max-width: 400px;
    color: white;
}
.modal-contentppzzt {
  
 
    padding: 20px;
  
   
    max-width: 1200px;
    color: white;
}











.modal-contentpp {
    background-color: #1a1a19;
    margin: 10% auto;
   
    border: 1px solid #775e3a;
    width: 90%;
    max-width: 500px;
    color: white;
}
.modal-contentppz {
    background-color: #775e3a;
 
    padding: 10px;
    border: 1px solid #775e3a;
   
    max-width: 500px;
    color: white;
}
.modal-contentppzz {
  
 
    padding: 20px;
  
   
    max-width: 500px;
    color: white;
}
.close-modalpp{
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
    cursor: pointer;
}
	.filter-checkbox {
    width: 15px;
    height: 15px;
    padding: 0.625rem 1rem;
    border: 1px solid var(--border-color);
    border-radius: var(--border-radius);
    font-size: 0.875rem;
    transition: var(--transition);
    background-color: #4b4b4b;
}





.bi-person-fill {
    font-size: 1.2rem;
}

@keyframes fadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}

@keyframes slideDown {
    from { 
        transform: translateY(-20px);
        opacity: 0;
    }
    to { 
        transform: translateY(0);
        opacity: 1;
    }
}










.news .content-area {
  z-index: 2;
}
.news__filters {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  column-gap: 10px;
  row-gap: 10px;
  margin-top: 20px;
}
.news__slider {
  width: 100%;
  margin-top: 70px;
  position: relative;
}
@media (max-width: 1460px) {
  .news__slider {
    margin-top: 50px;
  }
}
@media (max-width: 1024px) {
  .news__slider {
    margin-top: 30px;
  }
}
.news__slider-item {
  height: 540px;
  position: relative;
  clip-path: polygon(20px 0, calc(100% - 20px) 0, 100% 20px, 100% calc(100% - 20px), calc(100% - 20px) 100%, 20px 100%, 0 calc(100% - 20px), 0 20px);
  
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease-in-out;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-end;
}
@media (max-width: 1680px) {
  .news__slider-item {
    height: 500px;
  }
}
@media (max-width: 1460px) {
  .news__slider-item {
    height: 480px;
  }
}
@media (max-width: 1240px) {
  .news__slider-item {
    height: 460px;
  }
}
@media (max-width: 1024px) {
  .news__slider-item {
    height: 440px;
  }
}
@media (max-width: 640px) {
  .news__slider-item {
    height: 420px;
  }
}
@media (max-width: 480px) {
  .news__slider-item {
    height: 400px;
  }
}
.news__slider-item.swiper-slide-visible {
  opacity: 1;
  pointer-events: all;
}
.news__slider-item-bg {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  object-fit: cover;
  object-position: top center;
  transition: transform 0.3s ease-in-out;
  -webkit-mask: linear-gradient(to bottom, rgb(87, 73, 51) 0%, rgb(87, 73, 51) 20%, rgba(87, 73, 51, 0.3) 40%, rgba(87, 73, 51, 0) 100%);
  -webkit-mask-size: 100% 100%;
}
.news__slider-item:hover .news__slider-item-bg {
  transform: scale(1.1);
}
.news__slider-item-badges {
  width: 100%;
  padding: 40px;
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  column-gap: 5px;
  row-gap: 5px;
  font-size: 12px;
  line-height: 1em;
  text-transform: uppercase;
}
@media (max-width: 1024px) {
  .news__slider-item-badges {
    padding: 30px;
  }
}
@media (max-width: 640px) {
  .news__slider-item-badges {
    padding: 20px;
  }
}
.news__slider-item-badges span {
  height: 30px;
  padding: 0 15px;
  background: #000;
  clip-path: polygon(7px 0, calc(100% - 7px) 0, 100% 7px, 100% calc(100% - 7px), calc(100% - 7px) 100%, 7px 100%, 0 calc(100% - 7px), 0 7px);
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.news__slider-item-badges span.red {
  background: rgb(180, 67, 67);
}
.news__slider-item-badges span.green {
  background: rgb(56, 151, 56);
}
.news__slider-item-badges span.blue {
  background: rgb(61, 98, 167);
}
.news__slider-item-badges span.bronze {
  background: rgb(148, 100, 61);
}
.news__slider-item-badges span.ethereal {
  background: rgb(135, 69, 179);
}
.news__slider-item-content {
  width: 100%;
  padding: 80px 40px 40px;
  position: relative;
  z-index: 2;
}
@media (max-width: 1024px) {
  .news__slider-item-content {
    padding: 80px 30px 30px;
  }
}
@media (max-width: 640px) {
  .news__slider-item-content {
    padding: 80px 20px 20px;
  }
}
.news__slider-item-info {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  column-gap: 20px;
  row-gap: 10px;
}
.news__slider-item-info-type {
  font-family: var(--primary-font);
  font-weight: 400;
  font-size: 15px;
  line-height: 1em;
  color: #fff;
  text-transform: uppercase;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  column-gap: 8px;
}
.news__slider-item-info-type:before {
  content: "";
  width: 16px;
  aspect-ratio: 1/1;
  background: url("../pics/marker_icon.png");
  background-size: 100% 100%;
}
@media (max-width: 1460px) {
  .news__slider-item-info-type:before {
    width: 16px;
  }
}
.news__slider-item-info-type span {
  padding-top: 2px;
}
.news__slider-item-info-date {
  font-family: var(--secondary-font);
  font-weight: 400;
  font-size: 15px;
  line-height: 1em;
  color: #a8b0c2;
  text-transform: uppercase;
}
.news__slider-item[data-type=news] .news__slider-item-info-type {
  color: #9ef344;
}
.news__slider-item[data-type=event] .news__slider-item-info-type {
  color: #f3b644;
}
.news__slider-item[data-type=update] .news__slider-item-info-type {
  color: #44adf3;
}
.news__slider-item[data-type=promotion] .news__slider-item-info-type {
  color: #ff7078;
}
.news__slider-item-title {
  font-family: var(--primary-font);
  font-weight: 400;
  font-size: 24px;
  line-height: 1.2em;
  color: #fff;
  text-transform: uppercase;
  margin-top: 20px;
  transition: color 0.3s ease-in-out;
}
@media (max-width: 1460px) {
  .news__slider-item-title {
    font-size: 22px;
  }
}
@media (max-width: 1024px) {
  .news__slider-item-title {
    font-size: 20px;
  }
}
.news__slider-item:hover .news__slider-item-title {
  color: var(--brand-color);
}
.news__slider-item-text {
  font-family: var(--secondary-light-font);
  font-weight: 400;
  font-size: 18px;
  line-height: 1.4em;
  color: #afbacf;
  overflow: hidden;
  max-height: calc(1.4em * 2);
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  white-space: unset;
  text-overflow: unset;
  margin-top: 15px;
}
@media (max-width: 1460px) {
  .news__slider-item-text {
    font-size: 16px;
  }
}
@media (max-width: 1024px) {
  .news__slider-item-text {
    font-size: 14px;
    margin-top: 10px;
  }
}
.news__slider-item .btn {
  width: 100%;
  max-width: 200px;
  margin-top: 30px;
}
@media (max-width: 1024px) {
  .news__slider-item .btn {
    margin-top: 20px;
    max-width: 160px;
  }
}
.news__video {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  object-fit: cover;
  object-position: center center;
  opacity: 0.3;
}
@media (max-width: 1024px) {
  .news__video {
    display: none;
  }
}

.streams .content-area {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.streams__slider {
  width: 100%;
  margin-top: 70px;
  position: relative;
}
@media (max-width: 1460px) {
  .streams__slider {
    margin-top: 50px;
  }
}
@media (max-width: 1024px) {
  .streams__slider {
    margin-top: 30px;
  }
}
.streams__slider-item {
  aspect-ratio: 800/460;
  position: relative;
  clip-path: polygon(20px 0, calc(100% - 20px) 0, 100% 20px, 100% calc(100% - 20px), calc(100% - 20px) 100%, 20px 100%, 0 calc(100% - 20px), 0 20px);
  background: #000;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease-in-out;
}
.streams__slider-item.swiper-slide-visible {
  opacity: 1;
  pointer-events: all;
}
.streams__slider-item-player {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
}
.streams__slider-item-player > * {
  display: block;
  width: 100% !important;
  height: 100% !important;
}
.streams__slider-item-preview {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.streams__slider-item-preview-bg {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  object-fit: cover;
  object-position: center center;
  transition: transform 0.3s ease-in-out;
}
.streams__slider-item-preview-play {
  width: 84px;
  aspect-ratio: 1/1;
  position: relative;
  z-index: 2;
  transition: transform 0.3s ease-in-out, filter 0.3s ease-in-out;
}
.streams__slider-item-preview:hover .streams__slider-item-preview-bg {
  transform: scale(1.2);
}
.streams__slider-item-preview:hover .streams__slider-item-preview-play {
  transform: scale(0.9);
  filter: brightness(130%);
}
.streams__button {
  width: 100%;
  max-width: 504px;
  aspect-ratio: 504/99;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  transition: filter 0.3s ease-in-out;
  background: url("../pics/header_button_bg.png");
  background-size: 100% 100%;
  padding: 0 20px;
  margin-top: 70px;
  font-family: var(--primary-font);
  font-weight: 400;
  font-size: 26px;
  line-height: 1em;
  color: #fff;
}
@media (max-width: 1680px) {
  .streams__button {
    max-width: 400px;
    font-size: 24px;
  }
}
@media (max-width: 1460px) {
  .streams__button {
    max-width: 380px;
    font-size: 22px;
    margin-top: 50px;
  }
}
@media (max-width: 1240px) {
  .streams__button {
    max-width: 360px;
    font-size: 20px;
  }
}
@media (max-width: 1024px) {
  .streams__button {
    max-width: 340px;
    font-size: 18px;
    margin-top: 30px;
  }
}
@media (max-width: 640px) {
  .streams__button {
    max-width: 320px;
    font-size: 16px;
  }
}
@media (max-width: 480px) {
  .streams__button {
    max-width: 300px;
    font-size: 14px;
  }
}
.streams__button:hover {
  filter: brightness(130%);
}
.streams__button span {
  padding-top: 2px;
  text-transform: uppercase;
  text-align: center;
  text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.3);
}

.footer {
  width: 100%;
  padding: 100px 0;
  position: relative;
}
@media (max-width: 1460px) {
  .footer {
    padding: 80px 0;
  }
}
@media (max-width: 1024px) {
  .footer {
    padding: 40px 0;
  }
}
.footer:after {
  content: "";
  width: 100%;
  height: 32px;
  position: absolute;
  top: -16px;
  background: url("../pics/sep_bg.png") center center no-repeat;
}
.footer .content-area {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
}
@media (max-width: 1024px) {
  .footer .content-area {
    gap: 40px;
  }
}
.footer__cpr {
  width: 50%;
  padding-right: 30px;
}
@media (max-width: 1024px) {
  .footer__cpr {
    width: 100%;
    padding-right: 0;
    text-align: center;
  }
}
.footer__cpr-logo {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  column-gap: 10px;
}
@media (max-width: 1024px) {
  .footer__cpr-logo {
    justify-content: center;
  }
}
.footer__cpr-logo-emblem {
  margin: -20px 0;
}
@media (max-width: 1024px) {
  .footer__cpr-logo-emblem {
    margin: 0;
  }
}
@media (max-width: 1024px) {
  .footer__cpr-logo-text {
    display: none;
  }
}
.footer__cpr-title {
  width: 100%;
  font-family: var(--secondary-font);
  font-weight: 400;
  font-size: 14px;
  line-height: 1.2em;
  color: #fff;
  text-transform: uppercase;
  margin-top: 25px;
}
@media (max-width: 1460px) {
  .footer__cpr-title {
    font-size: 12px;
  }
}
.footer__cpr-text {
  width: 100%;
  font-family: var(--secondary-font);
  font-weight: 400;
  font-size: 10px;
  line-height: 1.2em;
  color: #6e7685;
  text-transform: uppercase;
  margin-top: 5px;
}
.footer__cpr-links {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  column-gap: 20px;
  row-gap: 10px;
  font-family: var(--secondary-font);
  font-weight: 400;
  font-size: 12px;
  line-height: 1.2em;
  color: #fff;
  text-transform: uppercase;
  margin-top: 15px;
}
@media (max-width: 1460px) {
  .footer__cpr-links {
    font-size: 10px;
  }
}
@media (max-width: 1024px) {
  .footer__cpr-links {
    justify-content: center;
  }
}
.footer__cpr-links a {
  transition: color 0.3s ease-in-out;
}
.footer__cpr-links a:hover {
  color: var(--brand-color);
}
.footer__cpr .unsimple {
  margin-top: 30px;
}
@media (max-width: 1024px) {
  .footer__cpr .unsimple {
    margin: 30px auto 0px;
  }
}
.footer__links {
  width: 50%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  column-gap: 30px;
  text-transform: uppercase;
}
@media (max-width: 1024px) {
  .footer__links {
    width: 100%;
    gap: 20px;
  }
}
@media (max-width: 640px) {
  .footer__links {
    gap: 40px;
  }
}
@media (max-width: 1024px) {
  .footer__links-group {
    width: calc((100% - 40px) / 3);
    text-align: center;
  }
}
@media (max-width: 640px) {
  .footer__links-group {
    width: 100%;
  }
}
.footer__links-group-title {
  font-family: var(--primary-font);
  font-weight: 400;
  font-size: 18px;
  line-height: 1em;
  color: var(--brand-color);
}
@media (max-width: 1460px) {
  .footer__links-group-title {
    font-size: 16px;
  }
}
@media (max-width: 1024px) {
  .footer__links-group-title {
    width: 100%;
  }
}
.footer__links-group ul {
  list-style-type: none;
  margin-top: 30px;
}
@media (max-width: 1024px) {
  .footer__links-group ul {
    width: 100%;
    margin-top: 20px;
  }
}
.footer__links-group ul li {
  font-family: var(--secondary-font);
  font-weight: 400;
  font-size: 14px;
  line-height: 1em;
  color: #d0d7e0;
}
@media (max-width: 1460px) {
  .footer__links-group ul li {
    font-size: 12px;
  }
}
.footer__links-group ul li:not(:last-child) {
  margin-bottom: 25px;
}
@media (max-width: 1024px) {
  .footer__links-group ul li:not(:last-child) {
    margin-bottom: 15px;
  }
}
.footer__links-group ul li a {
  transition: color 0.3s ease-in-out;
}
.footer__links-group ul li a:hover {
  color: var(--brand-color);
}

.unsimple {
  width: 164px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  column-gap: 10px;
  opacity: 0.5;
  transition: opacity 0.3s ease-in-out;
  text-transform: uppercase;
}
.unsimple:hover {
  opacity: 1;
}
.unsimple__copyright {
  font-size: 12px;
  line-height: 16px;
  text-align: left !important;
}
.unsimple__copyright p {
  color: #dad9d8;
}
.unsimple__copyright span {
  color: #ecaa60;
  text-transform: uppercase;
}
.pagez {
  width: 100%;
  padding: 100px 0;
  position: relative;
}
@media (max-width: 1460px) {
  .pagez {
    padding: 100px 0;
  }
}
@media (max-width: 1024px) {
  .pagez {
    padding: 80px 0;
  }
}
.page {
  width: 100%;
  padding: 100px 0;
  position: relative;
}
@media (max-width: 1460px) {
  .page {
    padding: 80px 0;
  }
}
@media (max-width: 1024px) {
  .page {
    padding: 40px 0;
  }
}
.page__title {
  width: 100%;
  font-family: var(--primary-font);
  font-weight: 400;
  font-size: 52px;
  line-height: 1em;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
}
.page__title span {
  color: var(--brand-color);
}
@media (max-width: 1680px) {
  .page__title {
    font-size: 46px;
  }
}
@media (max-width: 1460px) {
  .page__title {
    font-size: 38px;
  }
}
@media (max-width: 1240px) {
  .page__title {
    font-size: 32px;
  }
}
@media (max-width: 1024px) {
  .page__title {
    font-size: 26px;
  }
}
@media (max-width: 760px) {
  .page__title {
    font-size: 22px;
  }
}
.page__title small {
  display: block;
  font-size: 32px;
  line-height: 1em;
  margin-top: 10px;
}
@media (max-width: 1680px) {
  .page__title small {
    font-size: 30px;
  }
}
@media (max-width: 1460px) {
  .page__title small {
    font-size: 28px;
  }
}
@media (max-width: 1240px) {
  .page__title small {
    font-size: 26px;
  }
}
@media (max-width: 1024px) {
  .page__title small {
    font-size: 24px;
  }
}
@media (max-width: 760px) {
  .page__title small {
    font-size: 22px;
  }
}
.page__content {
  width: 100%;
  margin-top: 80px;
  position: relative;
}
@media (max-width: 1460px) {
  .page__content {
    margin-top: 60px;
  }
}
@media (max-width: 1024px) {
  .page__content {
    margin-top: 40px;
  }
}
.page__content--bgs {
  background: rgba(35, 35, 35, 0.9);
padding: 1px;
} 
.page__content--bg {
  background: rgba(35, 35, 35, 0.9);
  padding: 40px;
  height: 100%;
  min-height:1500px;
}
@media (max-width: 1024px) {
  .page__content--bg {
    padding: 20px;
  }
}
.page__content--bg:after {
  content: "";
  width: 100%;
  height: 21px;
  position: absolute;
  top: -15px;
  left: 0;
  background: url("../pics/border_top_bg.png") center center no-repeat;
}

.news-switch {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  column-gap: 20px;
  row-gap: 20px;
  margin-bottom: 40px;
}
@media (max-width: 1024px) {
  .news-switch {
    gap: 10px;
    margin-bottom: 20px;
  }
}
.news-switch__item {
  padding: 15px 20px 13px;
  background-color: #344461;
  clip-path: polygon(10px 0, calc(100% - 10px) 0, 100% 10px, 100% calc(100% - 10px), calc(100% - 10px) 100%, 10px 100%, 0 calc(100% - 10px), 0 10px);
  font-family: var(--primary-font);
  font-weight: 400;
  font-size: 17px;
  line-height: 1em;
  color: #fff;
  text-transform: uppercase;
  cursor: pointer;
  transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out;
}
@media (max-width: 1024px) {
  .news-switch__item {
    font-size: 13px;
    padding: 10px 15px 9px;
    clip-path: polygon(5px 0, calc(100% - 5px) 0, 100% 5px, 100% calc(100% - 5px), calc(100% - 5px) 100%, 5px 100%, 0 calc(100% - 5px), 0 5px);
  }
}
.news-switch__item:hover {
  background-color: #43577a;
}
.news-switch__item.active {
  background-color: var(--brand-color);
  color: #344461;
}

.news-list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  column-gap: 40px;
  row-gap: 40px;
}
@media (max-width: 1024px) {
  .news-list {
    gap: 20px;
  }
}
.news-list__item {
  width: calc((100% - 80px) / 3);
  height: 540px;
  position: relative;
  clip-path: polygon(20px 0, calc(100% - 20px) 0, 100% 20px, 100% calc(100% - 20px), calc(100% - 20px) 100%, 20px 100%, 0 calc(100% - 20px), 0 20px);
  background: rgb(42, 59, 91);
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-end;
}
@media (max-width: 1680px) {
  .news-list__item {
    height: 500px;
  }
}
@media (max-width: 1460px) {
  .news-list__item {
    height: 480px;
  }
}
@media (max-width: 1240px) {
  .news-list__item {
    height: 460px;
    width: calc((100% - 40px) / 2);
  }
}
@media (max-width: 1024px) {
  .news-list__item {
    height: 440px;
    width: calc((100% - 20px) / 2);
  }
}
@media (max-width: 640px) {
  .news-list__item {
    height: 420px;
    width: 100%;
  }
}
@media (max-width: 480px) {
  .news-list__item {
    height: 400px;
  }
}
.news-list__item-bg {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  object-fit: cover;
  object-position: top center;
  transition: transform 0.3s ease-in-out;
  -webkit-mask: linear-gradient(to bottom, rgb(42, 59, 91) 0%, rgb(42, 59, 91) 20%, rgba(42, 59, 91, 0.3) 40%, rgba(42, 59, 91, 0) 100%);
  -webkit-mask-size: 100% 100%;
}
.news-list__item:hover .news-list__item-bg {
  transform: scale(1.1);
}
.news-list__item-badges {
  width: 100%;
  padding: 40px;
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  column-gap: 5px;
  row-gap: 5px;
  font-size: 12px;
  line-height: 1em;
  text-transform: uppercase;
}
@media (max-width: 1024px) {
  .news-list__item-badges {
    padding: 30px;
  }
}
@media (max-width: 640px) {
  .news-list__item-badges {
    padding: 20px;
  }
}
.news-list__item-badges span {
  height: 30px;
  padding: 0 15px;
  background: #000;
  clip-path: polygon(7px 0, calc(100% - 7px) 0, 100% 7px, 100% calc(100% - 7px), calc(100% - 7px) 100%, 7px 100%, 0 calc(100% - 7px), 0 7px);
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.news-list__item-badges span.red {
  background: rgb(180, 67, 67);
}
.news-list__item-badges span.green {
  background: rgb(56, 151, 56);
}
.news-list__item-badges span.blue {
  background: rgb(61, 98, 167);
}
.news-list__item-badges span.bronze {
  background: rgb(148, 100, 61);
}
.news-list__item-badges span.ethereal {
  background: rgb(135, 69, 179);
}
.news-list__item-content {
  width: 100%;
  padding: 80px 40px 40px;
  position: relative;
  z-index: 2;
}
@media (max-width: 1024px) {
  .news-list__item-content {
    padding: 80px 30px 30px;
  }
}
@media (max-width: 640px) {
  .news-list__item-content {
    padding: 80px 20px 20px;
  }
}
.news-list__item-info {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  column-gap: 20px;
  row-gap: 10px;
}
.news-list__item-info-type {
  font-family: var(--primary-font);
  font-weight: 400;
  font-size: 15px;
  line-height: 1em;
  color: #fff;
  text-transform: uppercase;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  column-gap: 8px;
}
.news-list__item-info-type:before {
  content: "";
  width: 16px;
  aspect-ratio: 1/1;
  background: url("../pics/marker_icon.png");
  background-size: 100% 100%;
}
@media (max-width: 1460px) {
  .news-list__item-info-type:before {
    width: 16px;
  }
}
.news-list__item-info-type span {
  padding-top: 2px;
}
.news-list__item-info-date {
  font-family: var(--secondary-font);
  font-weight: 400;
  font-size: 15px;
  line-height: 1em;
  color: #a8b0c2;
  text-transform: uppercase;
}
.news-list__item[data-type=news] .news-list__item-info-type {
  color: #9ef344;
}
.news-list__item[data-type=event] .news-list__item-info-type {
  color: #f3b644;
}
.news-list__item[data-type=update] .news-list__item-info-type {
  color: #44adf3;
}
.news-list__item[data-type=promotion] .news-list__item-info-type {
  color: #ff7078;
}
.news-list__item-title {
  font-family: var(--primary-font);
  font-weight: 400;
  font-size: 24px;
  line-height: 1.2em;
  color: #fff;
  text-transform: uppercase;
  margin-top: 20px;
  transition: color 0.3s ease-in-out;
}
@media (max-width: 1460px) {
  .news-list__item-title {
    font-size: 22px;
  }
}
@media (max-width: 1024px) {
  .news-list__item-title {
    font-size: 20px;
  }
}
.news-list__item:hover .news-list__item-title {
  color: var(--brand-color);
}
.news-list__item-text {
  font-family: var(--secondary-light-font);
  font-weight: 400;
  font-size: 18px;
  line-height: 1.4em;
  color: #afbacf;
  overflow: hidden;
  max-height: calc(1.4em * 2);
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  white-space: unset;
  text-overflow: unset;
  margin-top: 15px;
}
@media (max-width: 1460px) {
  .news-list__item-text {
    font-size: 16px;
  }
}
@media (max-width: 1024px) {
  .news-list__item-text {
    font-size: 14px;
    margin-top: 10px;
  }
}
.news-list__item .btn {
  width: 100%;
  max-width: 200px;
  margin-top: 30px;
}
@media (max-width: 1024px) {
  .news-list__item .btn {
    margin-top: 20px;
    max-width: 160px;
  }
}

.about {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  column-gap: 40px;
  row-gap: 40px;
}
@media (max-width: 1460px) {
  .about {
    gap: 20px;
  }
}
.about__nav {
  width: 380px;
  height: calc(100vh - 72px - 40px - 40px);
  background-color: #344461;
  clip-path: polygon(20px 0, calc(100% - 20px) 0, 100% 20px, 100% calc(100% - 20px), calc(100% - 20px) 100%, 20px 100%, 0 calc(100% - 20px), 0 20px);
  display: flex;
  flex-direction: column;
  position: sticky;
  top: 112px;
  left: 0;
  overflow: auto;
}
@media (max-width: 1460px) {
  .about__nav {
    width: 300px;
  }
}
@media (max-width: 1024px) {
  .about__nav {
    width: 100%;
    height: auto;
    position: static;
    top: 0;
    clip-path: polygon(10px 0, calc(100% - 10px) 0, 100% 10px, 100% calc(100% - 10px), calc(100% - 10px) 100%, 10px 100%, 0 calc(100% - 10px), 0 10px);
  }
}
.about__nav::-webkit-scrollbar {
  width: 4px;
  height: 4px;
  background-color: #213862;
}
.about__nav::-webkit-scrollbar-thumb {
  background-color: var(--brand-color);
}
.about__nav::-webkit-scrollbar-thumb:hover {
  background-color: var(--brand-color);
}
.about__nav-item {
  width: 100%;
  padding: 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  column-gap: 20px;
  border-bottom: 1px solid #465673;
  transition: background-color 0.3s ease-in-out;
}
@media (max-width: 1460px) {
  .about__nav-item {
    padding: 15px 20px;
    gap: 10px;
  }
}
.about__nav-item:hover, .about__nav-item.active {
  background-color: #3b4c6b;
}
.about__nav-item-icon {
  width: 60px;
  height: 60px;
  background: url("../pics/icon_border_bg.png");
  background-size: 100% 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 10px;
  transition: filter 0.3s ease-in-out;
}
@media (max-width: 1460px) {
  .about__nav-item-icon {
    width: 50px;
    height: 50px;
  }
}
.about__nav-item-icon i {
  font-size: 18px;
  line-height: 1em;
  background-color: #c9c9c9;
  background-image: linear-gradient(to bottom, #c9c9c9, #e0d2ba);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.about__nav-item-icon img {
  width: 100%;
  height: 100%;
  clip-path: polygon(50% 0, 50% 0, 100% 50%, 100% 50%, 50% 100%, 50% 100%, 0 50%, 0 50%);
}
.about__nav-item:hover .about__nav-item-icon, .about__nav-item.active .about__nav-item-icon {
  filter: brightness(130%);
}
.about__nav-item-info {
  width: calc(100% - 60px - 20px);
}
@media (max-width: 1460px) {
  .about__nav-item-info {
    width: calc(100% - 50px - 10px);
  }
}
.about__nav-item-name {
  width: 100%;
  font-family: var(--primary-font);
  font-weight: 400;
  font-size: 17px;
  line-height: 1em;
  color: #fff;
  text-transform: uppercase;
  transition: color 0.3s ease-in-out;
}
@media (max-width: 1460px) {
  .about__nav-item-name {
    font-size: 15px;
  }
}
.about__nav-item:hover .about__nav-item-name, .about__nav-item.active .about__nav-item-name {
  color: var(--brand-color);
}
.about__nav-item-desc {
  width: 100%;
  font-family: var(--secondary-light-font);
  font-weight: 400;
  font-size: 12px;
  line-height: 1em;
  color: #afbacf;
  overflow: hidden;
  max-height: calc(1em * 2);
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  white-space: unset;
  text-overflow: unset;
  text-transform: uppercase;
  transition: color 0.3s ease-in-out;
  margin-top: 8px;
}
@media (max-width: 1460px) {
  .about__nav-item-desc {
    font-size: 10px;
    margin-top: 5px;
  }
}
.about__nav-item:hover .about__nav-item-desc, .about__nav-item.active .about__nav-item-desc {
  color: #fff;
}
.about__content {
  width: calc(100% - 380px - 40px);
  background: rgba(14, 34, 52, 0.9);
  align-self: stretch;
  clip-path: polygon(20px 0, calc(100% - 20px) 0, 100% 20px, 100% calc(100% - 20px), calc(100% - 20px) 100%, 20px 100%, 0 calc(100% - 20px), 0 20px);
}
@media (max-width: 1460px) {
  .about__content {
    width: calc(100% - 300px - 20px);
  }
}
@media (max-width: 1024px) {
  .about__content {
    width: 100%;
    clip-path: polygon(10px 0, calc(100% - 10px) 0, 100% 10px, 100% calc(100% - 10px), calc(100% - 10px) 100%, 10px 100%, 0 calc(100% - 10px), 0 10px);
  }
}
.about__content-title {
  width: 100%;
  font-family: var(--primary-font);
  font-weight: 400;
  font-size: 17px;
  line-height: 1.4em;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  padding: 40px;
}
@media (max-width: 1460px) {
  .about__content-title {
    padding: 30px;
  }
}
@media (max-width: 1024px) {
  .about__content-title {
    padding: 30px 20px;
  }
}
.about__content-info {
  width: 100%;
  padding: 40px;
  position: relative;
}
@media (max-width: 1460px) {
  .about__content-info {
    padding: 30px;
  }
}
@media (max-width: 1024px) {
  .about__content-info {
    padding: 20px;
  }
}
.about__content-info:after {
  content: "";
  width: 100%;
  height: 21px;
  position: absolute;
  top: -15px;
  left: 0;
  background: url("../pics/border_top_bg.png") center center no-repeat;
}

.htc {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 40px;
}
@media (max-width: 1024px) {
  .htc {
    gap: 20px;
  }
}
.htc__box {
  width: 100%;
  padding: 40px;
  background-color: #344461;
  clip-path: polygon(20px 0, calc(100% - 20px) 0, 100% 20px, 100% calc(100% - 20px), calc(100% - 20px) 100%, 20px 100%, 0 calc(100% - 20px), 0 20px);
}
@media (max-width: 1024px) {
  .htc__box {
    padding: 20px;
  }
}
.htc__box-title {
  width: 100%;
  font-family: var(--primary-font);
  font-weight: 400;
  font-size: 26px;
  line-height: 1em;
  color: var(--brand-color);
  text-transform: uppercase;
  text-align: center;
}
@media (max-width: 1024px) {
  .htc__box-title {
    font-size: 20px;
  }
}
.htc__box-content {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  column-gap: 30px;
  row-gap: 30px;
  margin-top: 30px;
}
@media (max-width: 1024px) {
  .htc__box-content {
    margin-top: 20px;
    gap: 20px;
  }
}
.htc__box-content-col {
  width: calc((100% - 60px) / 3);
  align-self: stretch;
  display: flex;
  flex-direction: column;
}
@media (max-width: 1024px) {
  .htc__box-content-col {
    width: calc((100% - 20px) / 2);
  }
}
@media (max-width: 640px) {
  .htc__box-content-col {
    width: 100%;
  }
}
.htc__box-content-title {
  width: 100%;
  font-family: var(--primary-font);
  font-weight: 400;
  font-size: 20px;
  line-height: 1em;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
}
@media (max-width: 1024px) {
  .htc__box-content-title {
    font-size: 18px;
  }
}
.htc__box-content-buttons {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 20px;
  background-color: #2d3a52;
  clip-path: polygon(10px 0, calc(100% - 10px) 0, 100% 10px, 100% calc(100% - 10px), calc(100% - 10px) 100%, 10px 100%, 0 calc(100% - 10px), 0 10px);
  padding: 20px;
  flex-grow: 1;
}
.htc__box-content-buttons .btn {
  width: 100%;
}
.htc__box-content-text {
  width: 100%;
  padding: 0 calc((100% - 800px) / 2);
  text-align: center;
}
@media (max-width: 1024px) {
  .htc__box-content-text {
    font-size: 16px;
  }
}

.donate {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  column-gap: 40px;
  row-gap: 40px;
  flex-wrap: nowrap;
}
@media (max-width: 1460px) {
  .donate {
    gap: 20px;
  }
}
@media (max-width: 1024px) {
  .donate {
    flex-wrap: wrap;
  }
}
.donate__content {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  align-self: stretch;
  gap: 5px;
  clip-path: polygon(20px 0, calc(100% - 20px) 0, 100% 20px, 100% calc(100% - 20px), calc(100% - 20px) 100%, 20px 100%, 0 calc(100% - 20px), 0 20px);
}
@media (max-width: 1024px) {
  .donate__content {
    width: 100%;
  }
}
.donate__bonus {
  width: 42%;
  flex-shrink: 0;
  align-self: stretch;
  clip-path: polygon(20px 0, calc(100% - 20px) 0, 100% 20px, 100% calc(100% - 20px), calc(100% - 20px) 100%, 20px 100%, 0 calc(100% - 20px), 0 20px);
  background-color: #344461;
  padding: 40px;
}
@media (max-width: 1024px) {
  .donate__bonus {
    width: 100%;
    padding: 20px;
  }
}
.donate__bonus-title {
  width: 100%;
  font-family: var(--primary-font);
  text-align: center;
  font-size: 32px;
  line-height: 1em;
  text-transform: uppercase;
}
@media (max-width: 1460px) {
  .donate__bonus-title {
    font-size: 26px;
  }
}
.donate__bonus-title span {
  color: var(--brand-color);
}
.donate__bonus-title small {
  display: block;
  width: 100%;
  font-size: 20px;
}
@media (max-width: 1460px) {
  .donate__bonus-title small {
    font-size: 16px;
  }
}
.donate__bonus-text {
  width: 100%;
  text-align: center;
  font-size: 16px;
  line-height: 1.3em;
  margin-top: 20px;
  color: #b7bfcc;
}
.donate__bonus-text p:not(:first-child) {
  margin-top: 10px;
}
.donate__bonus-list {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 5px;
  margin-top: 30px;
}
@media (max-width: 1460px) {
  .donate__bonus-list {
    margin-top: 20px;
  }
}
.donate__bonus-list-item {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 20px;
  padding: 18px 20px 15px;
  background: #202e49;
  clip-path: polygon(8px 0, calc(100% - 8px) 0, 100% 8px, 100% calc(100% - 8px), calc(100% - 8px) 100%, 8px 100%, 0 calc(100% - 8px), 0 8px);
  position: relative;
  overflow: hidden;
}
.donate__bonus-list-item:after {
  content: "";
  width: 200%;
  height: 200%;
  background: rgba(255, 255, 255, 0.02);
  top: 50%;
  left: 50%;
  position: absolute;
  z-index: 1;
  transform: translateX(-50%) translateY(-50%) rotate(45deg);
}
.donate__bonus-list-item-block {
  width: calc((100% - 40px) / 3);
  display: flex;
  flex-direction: column;
  gap: 5px;
  position: relative;
  z-index: 2;
}
.donate__bonus-list-item-block:not(:last-child) {
  border-right: 1px solid rgba(255, 255, 255, 0.1);
}
.donate__bonus-list-item-block-title, .donate__bonus-list-item-block-content {
  width: 100%;
  font-size: 12px;
  line-height: 1em;
  text-transform: uppercase;
  border-radius: 3px;
  color: #8e95a1;
}
@media (max-width: 1460px) {
  .donate__bonus-list-item-block-title, .donate__bonus-list-item-block-content {
    font-size: 10px;
  }
}
.donate__bonus-list-item-block-content {
  font-size: 24px;
  font-weight: 700;
  color: #cdcfd8;
}
@media (max-width: 1460px) {
  .donate__bonus-list-item-block-content {
    font-size: 20px;
  }
}
@media (max-width: 1240px) {
  .donate__bonus-list-item-block-content {
    font-size: 16px;
  }
}
.donate__bonus-list-item-block-content.accent {
  color: var(--brand-color);
}
.donate__servers {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  column-gap: 5px;
  row-gap: 5px;
}
.donate__servers-item {
  width: calc((100% - 15px) / 4);
  padding: 20px 10px;
  background-color: #0d2235;
  font-size: 16px;
  line-height: 1em;
  text-align: center;
  text-transform: uppercase;
  color: #8692a8;
  transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
}
@media (max-width: 760px) {
  .donate__servers-item {
    width: calc((100% - 5px) / 2);
  }
}
.donate__servers-item:hover {
  background-color: #344461;
  color: #fff;
}
.donate__servers-item--active {
  background-color: var(--brand-color);
  color: #0d2235;
}
.donate__form {
  padding: 40px;
  background-color: #344461;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  gap: 30px;
}
@media (max-width: 1024px) {
  .donate__form {
    width: 100%;
    padding: 20px;
    gap: 20px;
  }
}
.donate__form-message {
  width: 100%;
  padding: 15px;
  background-color: #202e49;
  clip-path: polygon(8px 0, calc(100% - 8px) 0, 100% 8px, 100% calc(100% - 8px), calc(100% - 8px) 100%, 8px 100%, 0 calc(100% - 8px), 0 8px);
  font-size: 16px;
  line-height: 1.4em;
}
.donate__form-message--success {
  background-color: #286f47;
  color: #c7ffe0;
}
.donate__form-message--error {
  background-color: #b1343f;
  color: #ffd0d4;
}
.donate__form-message--notice {
  background-color: #4c5b77;
  color: #cbcfd7;
}
.donate__form-group {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.donate__form-title:not(:first-child) {
  margin-top: 15px;
}
.donate__form-input {
  width: 100%;
  height: 46px;
  background-color: #202e49;
  position: relative;
  clip-path: polygon(8px 0, calc(100% - 8px) 0, 100% 8px, 100% calc(100% - 8px), calc(100% - 8px) 100%, 8px 100%, 0 calc(100% - 8px), 0 8px);
}
.donate__form-input input {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
  background: none;
  padding-left: 60px;
}
.donate__form-input-icon {
  height: 100%;
  aspect-ratio: 1/1;
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  border-right: 1px solid #344461;
  color: var(--brand-color);
}
.donate__form-input-bonus {
  height: 100%;
  padding: 0px 15px;
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  border-left: 1px solid #344461;
  font-size: 16px;
  line-height: 1em;
}
.donate__form-method {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  column-gap: 5px;
  row-gap: 5px;
}
.donate__form-method-item {
  width: calc((100% - 25px) / 6);
  height: 70px;
  align-self: stretch;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 5px;
  background-color: #202e49;
  clip-path: polygon(8px 0, calc(100% - 8px) 0, 100% 8px, 100% calc(100% - 8px), calc(100% - 8px) 100%, 8px 100%, 0 calc(100% - 8px), 0 8px);
  cursor: pointer;
  transition: background-color 0.3s ease-in-out;
}
@media (max-width: 760px) {
  .donate__form-method-item {
    width: calc((100% - 10px) / 3);
  }
}
@media (max-width: 480px) {
  .donate__form-method-item {
    width: calc((100% - 5px) / 2);
  }
}
.donate__form-method-item:hover {
  background-color: #0d2235;
}
.donate__form-method-item--active {
  background-color: var(--brand-color);
}
.donate__form-method-item span {
  text-transform: uppercase;
  text-align: center;
  font-size: 16px;
  line-height: 1.2em;
}
@media (max-width: 1460px) {
  .donate__form-method-item span {
    font-size: 12px;
  }
}
.donate__form-method-item img {
  max-height: 100%;
  max-width: 100%;
}
.donate__form-system {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  column-gap: 5px;
  row-gap: 5px;
}
.donate__form-system-item {
  width: calc((100% - 15px) / 4);
  height: 70px;
  align-self: stretch;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 10px;
  background-color: #202e49;
  clip-path: polygon(8px 0, calc(100% - 8px) 0, 100% 8px, 100% calc(100% - 8px), calc(100% - 8px) 100%, 8px 100%, 0 calc(100% - 8px), 0 8px);
  cursor: pointer;
  transition: background-color 0.3s ease-in-out;
}
@media (max-width: 760px) {
  .donate__form-system-item {
    width: calc((100% - 10px) / 3);
  }
}
@media (max-width: 480px) {
  .donate__form-system-item {
    width: calc((100% - 5px) / 2);
  }
}
.donate__form-system-item:hover {
  background-color: #0d2235;
}
.donate__form-system-item--active {
  background-color: var(--brand-color);
}
.donate__form-system-item span {
  text-transform: uppercase;
  text-align: center;
  font-size: 16px;
  line-height: 1.2em;
}
.donate__form-system-item img {
  max-height: 100%;
  max-width: 100%;
}
.donate__form-buttons {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  column-gap: 5px;
  row-gap: 5px;
  background-color: #2b3952;
  clip-path: polygon(8px 0, calc(100% - 8px) 0, 100% 8px, 100% calc(100% - 8px), calc(100% - 8px) 100%, 8px 100%, 0 calc(100% - 8px), 0 8px);
  padding: 20px 10px;
}
.donate__form-valute {
  width: 100%;
}
.donate__form-valute-item {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 10px 0px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  font-size: 14px;
  line-height: 1em;
}
.donate__form-valute-item:first-child {
  padding-top: 0;
}

.popup {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 50;
  pointer-events: none;
  overflow: auto;
  padding: 50px;
  display: none;
  justify-content: center;
  align-items: center;
}
@media (max-width: 1024px) {
  .popup {
    padding: 30px;
  }
}
.popup.active {
  pointer-events: all;
  display: flex;
}
.popup__bg {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1;
  background: rgba(24, 31, 43, 0.8);
  backdrop-filter: blur(10px);
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}
.popup__bg.active {
  opacity: 1;
}
.popup__content {
  width: 100%;
  max-width: 1024px;
  position: relative;
  z-index: 2;
  opacity: 0;
  transform: translateY(-60px);
  transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out;
}
.popup__content.active {
  opacity: 1;
  transform: translateY(0px);
}
.popup__layout {
  width: 100%;
  padding: 40px;
  position: relative;
  z-index: 1;
  background-color: #344461;
  clip-path: polygon(20px 0, calc(100% - 20px) 0, 100% 20px, 100% calc(100% - 20px), calc(100% - 20px) 100%, 20px 100%, 0 calc(100% - 20px), 0 20px);
}
@media (max-width: 1024px) {
  .popup__layout {
    padding: 30px;
  }
}
.popup__layout--video {
  aspect-ratio: 1280/720;
  padding: 0;
  line-height: 0;
  background: none;
}
.popup__layout--video iframe {
  width: 100% !important;
  height: 100% !important;
  margin: 0;
  padding: 0;
}
.popup__layout-title {
  width: 100%;
  font-weight: 700;
  font-size: 32px;
  line-height: 1.3em;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
}
@media (max-width: 1024px) {
  .popup__layout-title {
    font-size: 24px;
  }
}
.popup__cancel {
  width: 36px;
  height: 36px;
  background-color: #b92648;
  position: absolute;
  z-index: 2;
  top: -20px;
  right: -20px;
  cursor: pointer;
  transition: background-color 0.3s ease-in-out;
  display: flex;
  justify-content: center;
  align-items: center;
  clip-path: polygon(18px 0, calc(100% - 18px) 0, 100% 18px, 100% calc(100% - 18px), calc(100% - 18px) 100%, 18px 100%, 0 calc(100% - 18px), 0 18px);
}
.popup__cancel:hover {
  background-color: #df395f;
}
.popup__cancel img {
  width: 13px;
  margin: 0;
  padding: 0;
}

.popup--payment .popup__content {
  max-width: 640px;
}

.accept-cookie {
  width: 100%;
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 9999;
  background-color: rgba(11, 33, 51, 0.9);
  padding: 30px 0;
  display: none;
}
@media (max-width: 1024px) {
  .accept-cookie {
    padding: 20px 0;
  }
}
.accept-cookie--visible {
  display: block;
}
.accept-cookie .content-area {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 30px;
}
@media (max-width: 1024px) {
  .accept-cookie .content-area {
    flex-direction: column;
    gap: 10px;
  }
}
.accept-cookie__text {
  font-family: var(--secondary-light-font);
  font-size: 16px;
  line-height: 1.4em;
  flex-grow: 1;
}
@media (max-width: 1024px) {
  .accept-cookie__text {
    text-align: center;
    font-size: 14px;
  }
}
.accept-cookie__text a {
  text-decoration: underline;
  transition: color 0.3s ease-in-out;
}
.accept-cookie__text a:hover {
  color: var(--brand-color);
}
@media (max-width: 1024px) {
  .accept-cookie__button-layout {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
.accept-cookie__button-layout .btn {
  cursor: pointer;
}/*# sourceMappingURL=style.css.map */