/* Общий стиль для всех браузеров */
::-webkit-scrollbar {
  width: 8px;  /* Ширина полосы прокрутки для вертикальной прокрутки */
  height: 8px; /* Высота полосы прокрутки для горизонтальной прокрутки */
}

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

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

::-webkit-scrollbar-thumb:hover {
  background: #D28D29; /* Цвет ползунка при наведении */
}

/* Поддержка Firefox */

.element-with-scrollbar {
    scrollbar-width: auto; /* для Firefox, оставить стандартную ширину */
}

.element-with-scrollbar::-webkit-scrollbar {
    display: none; /* скрыть полосы прокрутки у вложенных элементов */
}


.progress-bar {
    width: 0; /* Начальная ширина прогресс-бара */
    height: 10px; /* Высота прогресс-бара */
    background-color: #e8b21d; /* Цвет прогресс-бара */
    transition: width 0.4s ease; /* Плавный переход */
}
 .progress-container {
    width: 100%; /* Ширина контейнера */
    background-color: #0D0B03; /* Цвет фона контейнера */
    border-radius: 10px; /* Углы контейнера */
    overflow: hidden; /* Скрываем переполнение */
    border:1px solid #251c06;
    margin:10px 0;
} 
.ballanse-popup .window form .field {
  margin-bottom: 20px;
  position: relative;
}
.ballanse-popup .window form .field input[type='text'],
.ballanse-popup .window form .field input[type='password'] {
  width: 100%;
  height: 51px;
  padding: 15px 20px 0 20px;
  border: 1px solid #3b2b0d;
  border-radius: 16px;
  background: rgba(35, 27, 11, 0.7);
  font-size: 16px;
  color: #fff;
}
.ballanse-popup .window form .field input[type='text'].error,
.ballanse-popup .window form .field input[type='password'].error {
  border: 1px solid #a74a40 !important;
  background: rgba(167, 74, 64, 0.16);
}
.ballanse-popup .window form .field p {
  position: absolute;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
  pointer-events: none;
  top: 16px;
  left: 20px;
  color: #7c612f;
  font-size: 16px;
}
.ballanse-popup .window form .field input[type='text']:focus + p,
.ballanse-popup .window form .field input[type='password']:focus + p,
.ballanse-popup .window form .field input[type='text']:valid + p,
.ballanse-popup .window form .field input[type='password']:valid + p {
  font-size: 12px;
  top: 6px;
}
.ballanse-popup .window form .field input[type='text']:focus,
.ballanse-popup .window form .field input[type='password']:focus,
.ballanse-popup .window form .field input[type='text']:valid,
.ballanse-popup .window form .field input[type='password']:valid {
  border: 1px solid #fed970;
}
.ballanse-popup .window form .field .eye {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 16px;
  width: 20px;
  height: 20px;
  background: url('/img/eye.svg');
}
.ballanse-popup .window form .field .eye.active {
  background: url('/img/eye2.svg');
}
.ballanse-popup .window form .forget {
  text-align: right;
  margin: -4px 0 40px;
}
.ballanse-popup .window form .forget a {
  display: inline-block;
  color: #a68e62;
  font-size: 16px;
  line-height: 19px;
}
.ballanse-popup .window form .agree {
  margin-bottom: 36px;
}
.ballanse-popup .window form .agree .checkbox {
  display: none;
}
.ballanse-popup .window form .agree .checkbox + label {
  display: block;
  cursor: pointer;
  padding: 0 0 0 28px;
  font-weight: 500;
  line-height: 17px;
  background: url('/img/checkbox.svg') no-repeat 0 0;
}
.ballanse-popup .window form .agree .checkbox:checked + label {
  background: url('/img/checkbox2.svg') no-repeat 0 0;
}
.ballanse-popup .window form .error-text {
  margin: -4px 0 20px;
  color: #a74a40;
  font-weight: 500;
  line-height: 17px;
}
.ballanse-popup .window form button {
  width: 100%;
  font-size: 18px;
  font-weight: 700;
  position: relative;
  color: #fff;
  padding: 0;
  background: none;
}
.ballanse-popup .window form button.other:before {
  border: 1px solid #4297ff;
}
.ballanse-popup .window form button.other:after {
  background: #4297ff;
}
.ballanse-popup .window form button.other span {
  background: #2a4666;
  border: 1px solid #4297ff;
}
.ballanse-popup .window form button:before {
  content: "";
  position: absolute;
  left: -4px;
  top: 4px;
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 5.3px;
  transform: skew(-8deg);
  border: 1px solid #251c06;
}
.ballanse-popup .window form button:after {
  content: "";
  position: absolute;
  width: 7px;
  height: 1px;
  background: #251c06;
  left: -8px;
  bottom: 0px;
  z-index: 4;
  transform: rotate(-55deg);
}
.ballanse-popup .window form button span {
  display: block;
  text-align: center;
  height: 54px;
  line-height: 54px;
  border-radius: 6px;
  transform: skew(-8deg);
  background: #1f1704;
  border: 1px solid #251c06;
}
.ballanse-popup .window form button span i {
  display: inline-block;
  font-style: normal;
  transform: skew(8deg);
}
.ballanse-popup .window form .or {
  text-align: center;
  padding: 20px 0;
  color: #7c612f;
  font-size: 16px;
  line-height: 19px;
}
.ballanse-popup .window form .bottom-link {
  position: absolute;
  left: 0;
  bottom: 30px;
  width: 100%;
  text-align: center;
  font-size: 13px;
  font-weight: 500;
  line-height: 16px;
  color: #7c612f;
}
.ballanse-popup .window form .bottom-link a {
  color: #fed970;
}
@font-face {
  font-family: 'Gilroy';
  src: url('/fonts/Gilroy-Regular.eot');
  src: local('Gilroy Regular'), local('Gilroy-Regular'), url('/fonts/Gilroy-Regular.eot@') format('embedded-opentype'), url('/fonts/Gilroy-Regular.woff2') format('woff2'), url('/fonts/Gilroy-Regular.woff') format('woff'), url('/fonts/Gilroy-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Gilroy';
  src: url('/fonts/Gilroy-ExtraboldItalic.eot');
  src: local('Gilroy Extrabold Italic'), local('Gilroy-ExtraboldItalic'), url('/fonts/Gilroy-ExtraboldItalic.eot@') format('embedded-opentype'), url('/fonts/Gilroy-ExtraboldItalic.woff2') format('woff2'), url('/fonts/Gilroy-ExtraboldItalic.woff') format('woff'), url('/fonts/Gilroy-ExtraboldItalic.ttf') format('truetype');
  font-weight: 800;
  font-style: italic;
}
@font-face {
  font-family: 'Gilroy';
  src: url('/fonts/Gilroy-Bold.eot');
  src: local('Gilroy Bold'), local('Gilroy-Bold'), url('/fonts/Gilroy-Bold.eot@') format('embedded-opentype'), url('/fonts/Gilroy-Bold.woff2') format('woff2'), url('/fonts/Gilroy-Bold.woff') format('woff'), url('/fonts/Gilroy-Bold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: 'Gilroy';
  src: url('/fonts/Gilroy-Black.eot');
  src: local('Gilroy Black'), local('Gilroy-Black'), url('/fonts/Gilroy-Black.eot@') format('embedded-opentype'), url('/fonts/Gilroy-Black.woff2') format('woff2'), url('/fonts/Gilroy-Black.woff') format('woff'), url('/fonts/Gilroy-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: 'Gilroy';
  src: url('/fonts/Gilroy-Light.eot');
  src: local('Gilroy Light'), local('Gilroy-Light'), url('/fonts/Gilroy-Light.eot@') format('embedded-opentype'), url('/fonts/Gilroy-Light.woff2') format('woff2'), url('/fonts/Gilroy-Light.woff') format('woff'), url('/fonts/Gilroy-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'Gilroy';
  src: url('/fonts/Gilroy-Semibold.eot');
  src: local('Gilroy Semibold'), local('Gilroy-Semibold'), url('/fonts/Gilroy-Semibold.eot@') format('embedded-opentype'), url('/fonts/Gilroy-Semibold.woff2') format('woff2'), url('/fonts/Gilroy-Semibold.woff') format('woff'), url('/fonts/Gilroy-Semibold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: 'Gilroy';
  src: url('/fonts/Gilroy-Medium.eot');
  src: local('Gilroy Medium'), local('Gilroy-Medium'), url('/fonts/Gilroy-Medium.eot@') format('embedded-opentype'), url('/fonts/Gilroy-Medium.woff2') format('woff2'), url('/fonts/Gilroy-Medium.woff') format('woff'), url('/fonts/Gilroy-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'Gilroy';
  src: url('/fonts/Gilroy-MediumItalic.eot');
  src: local('Gilroy Medium Italic'), local('Gilroy-MediumItalic'), url('/fonts/Gilroy-MediumItalic.eot@') format('embedded-opentype'), url('/fonts/Gilroy-MediumItalic.woff2') format('woff2'), url('/fonts/Gilroy-MediumItalic.woff') format('woff'), url('/fonts/Gilroy-MediumItalic.ttf') format('truetype');
  font-weight: 500;
  font-style: italic;
}
@font-face {
  font-family: 'Gilroy';
  src: url('/fonts/Gilroy-BlackItalic.eot');
  src: local('Gilroy Black Italic'), local('Gilroy-BlackItalic'), url('/fonts/Gilroy-BlackItalic.eot@') format('embedded-opentype'), url('/fonts/Gilroy-BlackItalic.woff2') format('woff2'), url('/fonts/Gilroy-BlackItalic.woff') format('woff'), url('/fonts/Gilroy-BlackItalic.ttf') format('truetype');
  font-weight: 900;
  font-style: italic;
}
@font-face {
  font-family: 'Gilroy';
  src: url('/fonts/Gilroy-UltraLight.eot');
  src: local('Gilroy UltraLight'), local('Gilroy-UltraLight'), url('/fonts/Gilroy-UltraLight.eot@') format('embedded-opentype'), url('/fonts/Gilroy-UltraLight.woff2') format('woff2'), url('/fonts/Gilroy-UltraLight.woff') format('woff'), url('/fonts/Gilroy-UltraLight.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: 'Gilroy';
  src: url('/fonts/Gilroy-RegularItalic.eot');
  src: local('Gilroy Regular Italic'), local('Gilroy-RegularItalic'), url('/fonts/Gilroy-RegularItalic.eot@') format('embedded-opentype'), url('/fonts/Gilroy-RegularItalic.woff2') format('woff2'), url('/fonts/Gilroy-RegularItalic.woff') format('woff'), url('/fonts/Gilroy-RegularItalic.ttf') format('truetype');
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: 'Gilroy';
  src: url('/fonts/Gilroy-SemiboldItalic.eot');
  src: local('Gilroy Semibold Italic'), local('Gilroy-SemiboldItalic'), url('/fonts/Gilroy-SemiboldItalic.eot@') format('embedded-opentype'), url('/fonts/Gilroy-SemiboldItalic.woff2') format('woff2'), url('/fonts/Gilroy-SemiboldItalic.woff') format('woff'), url('/fonts/Gilroy-SemiboldItalic.ttf') format('truetype');
  font-weight: 600;
  font-style: italic;
}
@font-face {
  font-family: 'Gilroy';
  src: url('/fonts/Gilroy-HeavyItalic.eot');
  src: local('Gilroy Heavy Italic'), local('Gilroy-HeavyItalic'), url('/fonts/Gilroy-HeavyItalic.eot@') format('embedded-opentype'), url('/fonts/Gilroy-HeavyItalic.woff2') format('woff2'), url('/fonts/Gilroy-HeavyItalic.woff') format('woff'), url('/fonts/Gilroy-HeavyItalic.ttf') format('truetype');
  font-weight: 900;
  font-style: italic;
}
@font-face {
  font-family: 'Gilroy';
  src: url('/fonts/Gilroy-Extrabold.eot');
  src: local('Gilroy Extrabold'), local('Gilroy-Extrabold'), url('/fonts/Gilroy-Extrabold.eot@') format('embedded-opentype'), url('/fonts/Gilroy-Extrabold.woff2') format('woff2'), url('/fonts/Gilroy-Extrabold.woff') format('woff'), url('/fonts/Gilroy-Extrabold.ttf') format('truetype');
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: 'Gilroy';
  src: url('/fonts/Gilroy-BoldItalic.eot');
  src: local('Gilroy Bold Italic'), local('Gilroy-BoldItalic'), url('/fonts/Gilroy-BoldItalic.eot@') format('embedded-opentype'), url('/fonts/Gilroy-BoldItalic.woff2') format('woff2'), url('/fonts/Gilroy-BoldItalic.woff') format('woff'), url('/fonts/Gilroy-BoldItalic.ttf') format('truetype');
  font-weight: bold;
  font-style: italic;
}
@font-face {
  font-family: 'Gilroy';
  src: url('/fonts/Gilroy-UltraLightItalic.eot');
  src: local('Gilroy UltraLight Italic'), local('Gilroy-UltraLightItalic'), url('/fonts/Gilroy-UltraLightItalic.eot@') format('embedded-opentype'), url('/fonts/Gilroy-UltraLightItalic.woff2') format('woff2'), url('/fonts/Gilroy-UltraLightItalic.woff') format('woff'), url('/fonts/Gilroy-UltraLightItalic.ttf') format('truetype');
  font-weight: 200;
  font-style: italic;
}
@font-face {
  font-family: 'Gilroy';
  src: url('/fonts/Gilroy-LightItalic.eot');
  src: local('Gilroy Light Italic'), local('Gilroy-LightItalic'), url('/fonts/Gilroy-LightItalic.eot@') format('embedded-opentype'), url('/fonts/Gilroy-LightItalic.woff2') format('woff2'), url('/fonts/Gilroy-LightItalic.woff') format('woff'), url('/fonts/Gilroy-LightItalic.ttf') format('truetype');
  font-weight: 300;
  font-style: italic;
}
@font-face {
  font-family: 'Gilroy';
  src: url('/fonts/Gilroy-Heavy.eot');
  src: local('Gilroy Heavy'), local('Gilroy-Heavy'), url('/fonts/Gilroy-Heavy.eot@') format('embedded-opentype'), url('/fonts/Gilroy-Heavy.woff2') format('woff2'), url('/fonts/Gilroy-Heavy.woff') format('woff'), url('/fonts/Gilroy-Heavy.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: 'Gilroy';
  src: url('/fonts/Gilroy-Thin.eot');
  src: local('Gilroy Thin'), local('Gilroy-Thin'), url('/fonts/Gilroy-Thin.eot@') format('embedded-opentype'), url('/fonts/Gilroy-Thin.woff2') format('woff2'), url('/fonts/Gilroy-Thin.woff') format('woff'), url('/fonts/Gilroy-Thin.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: 'Gilroy';
  src: url('/fonts/Gilroy-ThinItalic.eot');
  src: local('Gilroy Thin Italic'), local('Gilroy-ThinItalic'), url('/fonts/Gilroy-ThinItalic.eot@') format('embedded-opentype'), url('/fonts/Gilroy-ThinItalic.woff2') format('woff2'), url('/fonts/Gilroy-ThinItalic.woff') format('woff'), url('/fonts/Gilroy-ThinItalic.ttf') format('truetype');
  font-weight: 100;
  font-style: italic;
}
@font-face {
  font-family: 'Coolvetica Lt';
  src: url('/fonts/CoolveticaLt-Regular.eot');
  src: local('CoolveticaLt-Regular'), url('/fonts/CoolveticaLt-Regular.eot@') format('embedded-opentype'), url('/fonts/CoolveticaLt-Regular.woff2') format('woff2'), url('/fonts/CoolveticaLt-Regular.woff') format('woff'), url('/fonts/CoolveticaLt-Regular.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'Coolvetica Bk';
  src: url('/fonts/CoolveticaBk-Regular.eot');
  src: local('CoolveticaBk-Regular'), url('/fonts/CoolveticaBk-Regular.eot@') format('embedded-opentype'), url('/fonts/CoolveticaBk-Regular.woff2') format('woff2'), url('/fonts/CoolveticaBk-Regular.woff') format('woff'), url('/fonts/CoolveticaBk-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Coolvetica Rg';
  src: url('/fonts/CoolveticaRg-BoldItalic.eot');
  src: local('CoolveticaRg-BoldItalic'), url('/fonts/CoolveticaRg-BoldItalic.eot@') format('embedded-opentype'), url('/fonts/CoolveticaRg-BoldItalic.woff2') format('woff2'), url('/fonts/CoolveticaRg-BoldItalic.woff') format('woff'), url('/fonts/CoolveticaRg-BoldItalic.ttf') format('truetype');
  font-weight: bold;
  font-style: italic;
}
@font-face {
  font-family: 'Coolvetica Rg';
  src: url('/fonts/CoolveticaRg-Regular.eot');
  src: local('CoolveticaRg-Regular'), url('/fonts/CoolveticaRg-Regular.eot@') format('embedded-opentype'), url('/fonts/CoolveticaRg-Regular.woff2') format('woff2'), url('/fonts/CoolveticaRg-Regular.woff') format('woff'), url('/fonts/CoolveticaRg-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Coolvetica Ul';
  src: url('/fonts/CoolveticaUl-Regular.eot');
  src: local('CoolveticaUl-Regular'), url('/fonts/CoolveticaUl-Regular.eot@') format('embedded-opentype'), url('/fonts/CoolveticaUl-Regular.woff2') format('woff2'), url('/fonts/CoolveticaUl-Regular.woff') format('woff'), url('/fonts/CoolveticaUl-Regular.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: 'Coolvetica Hv';
  src: url('/fonts/CoolveticaHv-Regular.eot');
  src: local('CoolveticaHv-Regular'), url('/fonts/CoolveticaHv-Regular.eot@') format('embedded-opentype'), url('/fonts/CoolveticaHv-Regular.woff2') format('woff2'), url('/fonts/CoolveticaHv-Regular.woff') format('woff'), url('/fonts/CoolveticaHv-Regular.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: 'Coolvetica Rg';
  src: url('/fonts/CoolveticaRg-Italic.eot');
  src: local('CoolveticaRg-Italic'), url('/fonts/CoolveticaRg-Italic.eot@') format('embedded-opentype'), url('/fonts/CoolveticaRg-Italic.woff2') format('woff2'), url('/fonts/CoolveticaRg-Italic.woff') format('woff'), url('/fonts/CoolveticaRg-Italic.ttf') format('truetype');
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: 'Coolvetica El';
  src: url('/fonts/CoolveticaEl-Regular.eot');
  src: local('CoolveticaEl-Regular'), url('/fonts/CoolveticaEl-Regular.eot@') format('embedded-opentype'), url('/fonts/CoolveticaEl-Regular.woff2') format('woff2'), url('/fonts/CoolveticaEl-Regular.woff') format('woff'), url('/fonts/CoolveticaEl-Regular.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: 'Coolvetica Bk';
  src: url('/fonts/CoolveticaBk-Italic.eot');
  src: local('CoolveticaBk-Italic'), url('/fonts/CoolveticaBk-Italic.eot@') format('embedded-opentype'), url('/fonts/CoolveticaBk-Italic.woff2') format('woff2'), url('/fonts/CoolveticaBk-Italic.woff') format('woff'), url('/fonts/CoolveticaBk-Italic.ttf') format('truetype');
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: 'Coolvetica Lt';
  src: url('/fonts/CoolveticaLt-Italic.eot');
  src: local('CoolveticaLt-Italic'), url('/fonts/CoolveticaLt-Italic.eot@') format('embedded-opentype'), url('/fonts/CoolveticaLt-Italic.woff2') format('woff2'), url('/fonts/CoolveticaLt-Italic.woff') format('woff'), url('/fonts/CoolveticaLt-Italic.ttf') format('truetype');
  font-weight: 300;
  font-style: italic;
}
@font-face {
  font-family: 'Coolvetica Hv';
  src: url('/fonts/CoolveticaHv-Italic.eot');
  src: local('CoolveticaHv-Italic'), url('/fonts/CoolveticaHv-Italic.eot@') format('embedded-opentype'), url('/fonts/CoolveticaHv-Italic.woff2') format('woff2'), url('/fonts/CoolveticaHv-Italic.woff') format('woff'), url('/fonts/CoolveticaHv-Italic.ttf') format('truetype');
  font-weight: 900;
  font-style: italic;
}
@font-face {
  font-family: 'Coolvetica Ul';
  src: url('/fonts/CoolveticaUl-Italic.eot');
  src: local('CoolveticaUl-Italic'), url('/fonts/CoolveticaUl-Italic.eot@') format('embedded-opentype'), url('/fonts/CoolveticaUl-Italic.woff2') format('woff2'), url('/fonts/CoolveticaUl-Italic.woff') format('woff'), url('/fonts/CoolveticaUl-Italic.ttf') format('truetype');
  font-weight: 200;
  font-style: italic;
}
@font-face {
  font-family: 'Coolvetica El';
  src: url('/fonts/CoolveticaEl-Italic.eot');
  src: local('CoolveticaEl-Italic'), url('/fonts/CoolveticaEl-Italic.eot@') format('embedded-opentype'), url('/fonts/CoolveticaEl-Italic.woff2') format('woff2'), url('/fonts/CoolveticaEl-Italic.woff') format('woff'), url('/fonts/CoolveticaEl-Italic.ttf') format('truetype');
  font-weight: 200;
  font-style: italic;
}
@font-face {
  font-family: 'Coolvetica Rg';
  src: url('/fonts/CoolveticaRg-Bold.eot');
  src: local('CoolveticaRg-Bold'), url('/fonts/CoolveticaRg-Bold.eot@') format('embedded-opentype'), url('/fonts/CoolveticaRg-Bold.woff2') format('woff2'), url('/fonts/CoolveticaRg-Bold.woff') format('woff'), url('/fonts/CoolveticaRg-Bold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
}
.up {
  text-transform: uppercase;
}
.none {
  text-decoration: none;
}
.th {
  font-weight: 100;
}
.el {
  font-weight: 200;
}
.l {
  font-weight: 300;
}
.reg {
  font-weight: 400;
}
.med {
  font-weight: 500;
}
.sb {
  font-weight: 600;
}
.bold {
  font-weight: 700;
}
.eb {
  font-weight: 800;
}
.black {
  font-weight: 900;
}
.un {
  text-decoration: underline;
}
.in {
  display: inline-block;
}
.vam {
  vertical-align: middle;
}
.rel {
  position: relative;
}
.bl {
  display: block;
}
.abs {
  position: absolute;
}
.tr {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.try {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.trx {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.tc {
  display: table-cell;
  vertical-align: middle;
}
.dn {
  display: none;
}
.tac {
  text-align: center;
}
.tal {
  text-align: left;
}
.tar {
  text-align: right;
}
.taj {
  text-align: justify;
}
.it {
  font-style: italic;
}
.sn {
  font-style: normal;
}
.b0 {
  border: 0;
}
.bn {
  background: none;
}
.w100 {
  width: 100%;
}
.h100 {
  height: 100%;
}
.wa {
  width: auto;
}
.p0 {
  padding: 0;
}
.m0 {
  margin: 0;
}
.poi {
  cursor: pointer;
}
.auto {
  top: auto;
  bottom: auto;
  left: auto;
  right: auto;
}
.noup {
  text-transform: none;
}
.fix {
  position: fixed;
}
.tn {
  transform: none;
}
.bf {
  background: #fff;
}
.cf {
  color: #fff;
}
.c0 {
  color: #000;
}
.ap {
  appearance: none;
}
.nw {
  white-space: nowrap;
}
.ma {
  margin: 0 auto;
}
.oh {
  overflow: hidden;
}
.pen {
  pointer-events: none;
}
body,
html {
  width: 100%;
  height: 100%;
}
body {
  background: #0e0a01 url('/img/bg.png') no-repeat center;
  background-attachment: fixed;
  overflow-x: hidden;
}
body.cabinet {
  background: #0e0a01;
}
body.cabinet .header {
  margin-bottom: 0;
}
body,
th,
td {
  font-family: 'Gilroy';
  font-size: 14px;
  color: #fff;
}
body,
form,
object,
h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
  padding: 0;
}
img,
table {
  border: none;
}
table {
  border-collapse: collapse;
}
table td {
  padding: 0;
}
a {
  color: #fff;
  cursor: pointer;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}
a:hover {
  text-decoration: none;
}
input,
textarea,
button,
select {
  margin: 0;
  outline: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 14px;
  border: 0;
  font-family: 'Gilroy';
}
input:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder,
button:focus::-webkit-input-placeholder,
select:focus::-webkit-input-placeholder {
  color: transparent;
}
input:focus::-moz-placeholder,
textarea:focus::-moz-placeholder,
button:focus::-moz-placeholder,
select:focus::-moz-placeholder {
  color: transparent;
}
input:focus:-moz-placeholder,
textarea:focus:-moz-placeholder,
button:focus:-moz-placeholder,
select:focus:-moz-placeholder {
  color: transparent;
}
input:focus:-ms-input-placeholder,
textarea:focus:-ms-input-placeholder,
button:focus:-ms-input-placeholder,
select:focus:-ms-input-placeholder {
  color: transparent;
}
button,
input[type='submit'] {
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
  cursor: pointer;
  border: 0;
}
ol,
ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
img {
  max-width: 100%;
}
.an {
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}
.box {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
section,
header,
footer,
nav,
main {
  display: block;
}
.wrap {
  margin: 0 auto;
  width: 1200px;
}
* {
  outline: none!important;
}
.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.flex-games {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: justify;
  justify-content: flex-start;
  column-gap:7px;
}
.flex2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  align-items:center;    
}
.header {
  border-bottom: 1px solid #1f1704;
  background: #0e0a01;
  margin-bottom: 32px;
  position: relative;
}
.header .ballanse {
  margin-top: 32px;
  height: 44px;
  line-height: 44px;
  padding: 0 12px 0 40px;
  background: url('/img/ballanse.svg') no-repeat 12px 50%;
  font-size: 16px;
  font-weight: 700;
}
.header .logo {
  font-size: 0;
}
.header .user {
  margin-top: 34px;
  position: relative;
}
.header .user .money {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 24px;
}
.header .user .money.active div:after {
  background: url('/img/arrow4a.svg');
}
.header .user .money:before {
  border: 1.33px solid #7c612f;
  background: #1f1704;
  content: "";
  position: absolute;
  left: -4px;
  top: 4px;
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 5.3px;
  transform: skew(-10deg);
}
.header .user .money:after {
  content: "";
  position: absolute;
  width: 8px;
  height: 1px;
  background: #7c612f;
  left: -8px;
  bottom: 0px;
  z-index: 4;
  transform: rotate(-55deg);
}
.header .user .money div {
  display: inline-block;
  border-radius: 5.3px;
  transform: skew(-10deg);
  background: #251c06;
  border: 1.33px solid #7c612f;
  width: 133px;
  height: 42px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 12px;
  font-weight: 500;
  line-height: 15px;
  padding: 3px 0 0 15px;
  position: relative;
}
.header .user .money div:after {
  content: "";
  position: absolute;
  right: 9px;
  top: 50%;
  margin-top: -8px;
  background: url('/img/arrow4.svg');
  width: 16px;
  height: 16px;
  transform: skew(10deg);
}
.header .user .money div span {
  display: inline-block;
  transform: skew(10deg);
}
.header .user .money div i {
  display: block;
  font-style: normal;
  font-size: 15px;
  font-weight: 600;
  line-height: 18px;
}
.header .user .name {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  font-size: 16px;
  font-weight: 700;
}
.header .user .name:before {
  border: 1px solid #eec248;
  content: "";
  position: absolute;
  left: -4px;
  top: 4px;
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 5.3px;
  transform: skew(-10deg);
}
.header .user .name:after {
  content: "";
  position: absolute;
  width: 8px;
  height: 1px;
  background: #eec248;
  left: -8px;
  bottom: 0px;
  z-index: 4;
  transform: rotate(-55deg);
}
.header .user .name span {
  display: inline-block;
  height: 42px;
  line-height: 42px;
  padding: 0 25px;
  border-radius: 5.3px;
  transform: skew(-10deg);
  box-shadow: 0px 0px 12.37px 0px rgba(232, 177, 29, 0.3), inset 0px -3.76px 8.84px 0px rgba(14, 10, 1, 0.53);
  background: radial-gradient(68.61% 223.81% at 93.07% 3.57%, rgba(249, 176, 26, 0.3) 0%, rgba(249, 176, 26, 0) 63.51%), linear-gradient(177.78deg, rgba(249, 176, 26, 0.1) 0.9%, rgba(255, 255, 255, 0.1) 38.79%, rgba(249, 176, 26, 0.1) 97.18%), linear-gradient(0deg, rgba(249, 176, 26, 0.4), rgba(249, 176, 26, 0.4)), #1f1704;
  border: 1px solid #eec248;
}
.header .user .name span i {
  display: inline-block;
  font-style: normal;
  transform: skew(10deg);
}
.header .user .name span i:before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url('/img/user.svg');
  vertical-align: middle;
  margin: -2px 4px 0 0;
}
.header .user .window {
  position: absolute;
  top: 100%;
  right: 170px;
  margin-top: -10px;
  z-index: 5;
  width: 536px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #3b2b0d;
  border-radius: 24px;
  background: #1f1704;
  padding: 36px;
  display: none;
}
.header .user .window .items .item {
  width: 49%;
  margin-bottom: 24px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 12px 20px 12px 56px;
  border: 1px solid #3b2b0d;
  border-radius: 12px;
  font-weight: 500;
  line-height: 17px;
}
.header .user .window .items .item:nth-child(1) {
  background: url('/img/ballanse1.svg') no-repeat 20px 50%;
}
.header .user .window .items .item:nth-child(2) {
  background: url('/img/ballanse2.svg') no-repeat 20px 50%;
}
.header .user .window .items .item span {
  display: block;
  margin-top: 4px;
  font-size: 20px;
  font-weight: 600;
  line-height: 25px;
}
.header .user .window .butt button {
  font-size: 16px;
  font-weight: 700;
  position: relative;
  color: #fff;
  padding: 0;
  width: 49%;
  background: none;
}
.header .user .window .butt button:nth-child(1) span {
  box-shadow: 0px 0px 12.37px 0px rgba(232, 177, 29, 0.3), inset 0px -3.76px 8.84px 0px rgba(14, 10, 1, 0.53);
  background: radial-gradient(68.61% 223.81% at 93.07% 3.57%, rgba(249, 176, 26, 0.3) 0%, rgba(249, 176, 26, 0) 63.51%), linear-gradient(177.78deg, rgba(249, 176, 26, 0.1) 0.9%, rgba(255, 255, 255, 0.1) 38.79%, rgba(249, 176, 26, 0.1) 97.18%), linear-gradient(0deg, rgba(249, 176, 26, 0.4), rgba(249, 176, 26, 0.4)), #1f1704;
  border: 1px solid #eec248;
}
.header .user .window .butt button:nth-child(1) span:before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url('/img/up.svg');
  transform: skew(10deg);
  vertical-align: middle;
  margin: -4px 4px 0 0;
}
.header .user .window .butt button:nth-child(1):before {
  border: 1px solid #eec248;
}
.header .user .window .butt button:nth-child(1):after {
  background: #eec248;
}
.header .user .window .butt button:nth-child(2) span {
  box-shadow: 0px 0px 12.37px 0px rgba(232, 177, 29, 0.3), inset 0px -3.76px 8.84px 0px rgba(14, 10, 1, 0.53);
  background: linear-gradient(176.35deg, rgba(249, 33, 26, 0.1) 0.88%, rgba(255, 255, 255, 0.1) 37.88%, rgba(249, 33, 26, 0.1) 94.9%), linear-gradient(0deg, rgba(249, 33, 26, 0.4), rgba(249, 33, 26, 0.4)), #1f1704;
  border: 1px solid #d13c2d;
}
.header .user .window .butt button:nth-child(2) span:before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url('/img/down.svg');
  transform: skew(10deg);
  vertical-align: middle;
  margin: -4px 4px 0 0;
}
.header .user .window .butt button:nth-child(2):before {
  border: 1px solid #d13c2d;
}
.header .user .window .butt button:nth-child(2):after {
  background: #d13c2d;
}
.header .user .window .butt button:before {
  content: "";
  position: absolute;
  left: -4px;
  top: 4px;
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 5.3px;
  transform: skew(-10deg);
}
.header .user .window .butt button:after {
  content: "";
  position: absolute;
  width: 7px;
  height: 1px;
  left: -8px;
  bottom: 0px;
  z-index: 4;
  transform: rotate(-55deg);
}
.header .user .window .butt button span {
  display: block;
  height: 44px;
  line-height: 44px;
  text-align: center;
  border-radius: 6px;
  transform: skew(-10deg);
}
.header .user .window .butt button span i {
  display: inline-block;
  font-style: normal;
  transform: skew(10deg);
}
.header .buttons {
  margin-top: 34px;
}
.header .buttons button {
  font-size: 16px;
  font-weight: 500;
  position: relative;
  color: #fff;
  padding: 0;
  background: none;
}
.header .buttons button:nth-child(1) {
  margin-right: 24px;
}
.header .buttons button:nth-child(1):hover:before {
  background: #251c06;
  border: 1.33px solid #7c612f;
}
.header .buttons button:nth-child(1):hover:after {
  background: #7c612f;
}
.header .buttons button:nth-child(1):hover span {
  background: #251c06;
  border: 1.33px solid #7c612f;
}
.header .buttons button:nth-child(1):before {
  border: 1.33px solid #3b2b0d;
  background: #1f1704;
}
.header .buttons button:nth-child(1):after {
  content: "";
  position: absolute;
  width: 8px;
  height: 1px;
  background: #3b2b0d;
  left: -8px;
  bottom: 0px;
  z-index: 4;
  transform: rotate(-55deg);
}
.header .buttons button:nth-child(1) span {
  border: 1.33px solid #3b2b0d;
  background: #1f1704;
}
.header .buttons button:nth-child(2):before {
  border: 1px solid #eec248;
}
.header .buttons button:nth-child(2):after {
  content: "";
  position: absolute;
  width: 8px;
  height: 1px;
  background: #eec248;
  left: -8px;
  bottom: 0px;
  z-index: 4;
  transform: rotate(-55deg);
}
.header .buttons button:nth-child(2) span {
  font-weight: 700;
  box-shadow: 0px 0px 12.37px 0px rgba(232, 177, 29, 0.3), inset 0px -3.76px 8.84px 0px rgba(14, 10, 1, 0.53);
  background: radial-gradient(68.61% 223.81% at 93.07% 3.57%, rgba(249, 176, 26, 0.3) 0%, rgba(249, 176, 26, 0) 63.51%), linear-gradient(177.78deg, rgba(249, 176, 26, 0.1) 0.9%, rgba(255, 255, 255, 0.1) 38.79%, rgba(249, 176, 26, 0.1) 97.18%), linear-gradient(0deg, rgba(249, 176, 26, 0.4), rgba(249, 176, 26, 0.4)), #1f1704;
  border: 1px solid #eec248;
}
.header .buttons button:before {
  content: "";
  position: absolute;
  left: -4px;
  top: 4px;
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 5.3px;
  transform: skew(-10deg);
}
.header .buttons button span {
  display: inline-block;
  height: 42px;
  line-height: 42px;
  padding: 0 25px;
  border-radius: 5.3px;
  transform: skew(-10deg);
}
.header .buttons button span i {
  display: inline-block;
  font-style: normal;
  transform: skew(10deg);
}
.index-page-slider {
  margin-bottom: 56px;
}
.index-page-slider .item {
  border-radius: 16px;
  padding: 40px 45px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.index-page-slider .item h3 {
  margin-bottom: 24px;
  font-family: 'Coolvetica Rg';
  font-size: 42px;
  font-weight: 400;
  line-height: 50px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
.index-page-slider .item .bonus {
  background: url('/img/bonus.svg') center / cover;
  margin-bottom: 36px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 364px;
  height: 75px;
  padding: 0 30px 0 36px;
  color: #492d05;
}
.index-page-slider .item .bonus .b1 {
  font-size: 17.47px;
  font-weight: 600;
  line-height: 21px;
}
.index-page-slider .item .bonus .b1 span {
  display: block;
  font-family: 'Coolvetica Rg';
  font-size: 49.56px;
  font-weight: 400;
  line-height: 59px;
  margin: -5px 0;
  text-transform: uppercase;
}
.index-page-slider .item .bonus .b1 span i {
  font-style: normal;
  font-family: 'Gilroy';
  font-weight: 700;
}
.index-page-slider .item .bonus .b2 {
  font-size: 41.47px;
  font-weight: 600;
  line-height: 51px;
  margin-top: 10px;
}
.index-page-slider .item .bonus .b3 {
  font-size: 46px;
  font-weight: 400;
  line-height: 56px;
  text-transform: uppercase;
  font-family: 'Coolvetica Rg';
  margin-top: 5px;
}
.index-page-slider .item button {
  font-size: 22px;
  font-weight: 700;
  position: relative;
  color: #fff;
  padding: 0;
  background: none;
}
.index-page-slider .item button:before {
  content: "";
  position: absolute;
  left: -4px;
  top: 4px;
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 5.3px;
  transform: skew(-10deg);
  border: 1px solid #eec248;
}
.index-page-slider .item button:after {
  content: "";
  position: absolute;
  width: 7px;
  height: 1px;
  background: #eec248;
  left: -8px;
  bottom: 0px;
  z-index: 4;
  transform: rotate(-55deg);
}
.index-page-slider .item button span {
  display: inline-block;
  height: 49px;
  line-height: 49px;
  padding: 0 45px;
  border-radius: 6px;
  transform: skew(-10deg);
  box-shadow: 0px 0px 12.37px 0px rgba(232, 177, 29, 0.3), inset 0px -3.76px 8.84px 0px rgba(14, 10, 1, 0.53);
  background: radial-gradient(68.61% 223.81% at 93.07% 3.57%, rgba(249, 176, 26, 0.3) 0%, rgba(249, 176, 26, 0) 63.51%), linear-gradient(177.78deg, rgba(249, 176, 26, 0.1) 0.9%, rgba(255, 255, 255, 0.1) 38.79%, rgba(249, 176, 26, 0.1) 97.18%), linear-gradient(0deg, rgba(249, 176, 26, 0.4), rgba(249, 176, 26, 0.4)), #1f1704;
  border: 1px solid #eec248;
}
.index-page-slider .item button span i {
  display: inline-block;
  font-style: normal;
  transform: skew(10deg);
}





.index-page-slider .dots {
  width: auto;
  text-align: center;
  position: relative;
  top: auto !important;
  bottom: auto !important;
  left: auto !important;
  right: auto !important;
}
.index-page-slider .dots .swiper-pagination-bullet {
  width: 16px;
  height: 2px;
  border-radius: 4px;
  background: #3b2b0d;
  opacity: 1;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}
.index-page-slider .dots .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 32px;
  background: #fabe00;
}
.categories-menu {
  margin-bottom: 28px;
  border: 1px solid #251c06;
  border-radius: 16px;
  background: rgba(35, 27, 11, 0.7);
  overflow: hidden;
  text-align: center;
  padding: 0 24px;
}
.categories-menu a {
  min-width: 132px;
  height: 56px;
  line-height: 56px;
  color: #e0caa3;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 20px;
  position: relative;
}

.categories-menu a.active {
  color: #fff;
  background: #3b2b0d;
}
.categories-menu a.active img {
  opacity: 1;
}

.categories-menu a:hover {
  color: #fff;
}
.categories-menu a:hover:after {
  background: #E8B21D;
}
.categories-menu a:hover img {
  opacity: 1;
}
.categories-menu a:after {
  content: "";
  position: absolute;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background: #3b2b0d;
}
.categories-menu a img {
  vertical-align: middle;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
  margin: -2px 4px 0 0;
  opacity: .7;
}
.index-page-forms {
  margin-bottom: 28px;
}
.index-page-forms form {
  display: inline-block;
  width: 272px;
  height: 40px;
  position: relative;
}
.index-page-forms form:not(:last-child) {
  margin-right: 28px;
}
.index-page-forms form input[type='text'] {
  width: 100%;
  height: 100%;
  border: 1px solid #251c06;
  border-radius: 16px;
  background: rgba(35, 27, 11, 0.7);
  padding: 0 24px;
  color: #fff;
  font-weight: 500;
}
.index-page-forms form input[type='text']:focus {
  border: 1px solid #fed970;
}
.index-page-forms form input[type='text'].inp1 {
  background: rgba(35, 27, 11, 0.7) url('/img/inp1.svg') no-repeat 24px 50%;
  padding: 0 24px 0 52px;
}
.index-page-forms form button.inp2 {
  background: rgba(35, 27, 11, 0.7) url('/img/inp2.svg') no-repeat 24px 50%;
  width: 100%;
  height:100%;
  border:1px solid #251c06;
  border-radius: 16px;
  color:#e0caa3;
  font-weight:500;
  padding: 0 24px 0 52px;
  text-align:left;    
}
.index-page-forms form input[type='text']::-webkit-input-placeholder {
  color: #e0caa3;
}
.index-page-forms form input[type='text']:-moz-placeholder {
  color: #e0caa3;
}
.index-page-forms form input[type='text']::-moz-placeholder {
  color: #e0caa3;
}
.index-page-forms form input[type='text']:-ms-input-placeholder {
  color: #e0caa3;
}
.index-page-forms form input[type='text']::-ms-input-placeholder {
  color: #e0caa3;
}
.index-page-forms form input[type='text']::placeholder {
  color: #e0caa3;
}
.index-page-forms form input[type='text']:valid + .clear {
  opacity: 1;
}
.index-page-forms form .clear {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 24px;
  width: 12px;
  height: 12px;
  background: url('/img/clear.svg');
  opacity: 0;
}
.index-catalog-block {
  padding-bottom: 48px;
  display:none;
}
.index-catalog-block .top-block {
  margin-bottom: 22px;
  line-height: 32px;
}
.index-catalog-block .top-block h2 {
  font-size: 20px;
  font-weight: 700;
}
.index-catalog-block .top-block h2 img {
  vertical-align: middle;
  margin: -2px 4px 0 0;
}
.index-catalog-block .top-block .top-link {
  text-decoration: none;
  font-size: 16px;
  font-weight: 700;
  padding: 0 38px 0 14px;
  background: url('/img/arrow.svg') no-repeat right 14px top 50%;
}
.index-catalog-block .list .item {
  width: 16%;
  margin-bottom: 8px;
  font-size: 0;
}

.index-catalog-block.bonus-gs .list .item {
  width: 23%;
  height:144px;
  margin-bottom: 8px;
  font-size: 0;
  background-size:cover;
}


.index-catalog-block .list .item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}
.index-catalog-block .bottom-button {
  margin: 20px 0 8px;
  width: 100%;
  height: 57px;
  background: none;
  border: 1px solid #251c06;
  border-radius: 16px;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
}
.index-catalog-block .bottom-button:hover {
  background: rgba(35, 27, 11, 0.7);
}
.index-catalog-block .bottom-button span {
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 20px;
  background: url('/img/reload.svg');
  margin: -2px 4px 0 0;
}
.index-catalog-block .not-found.other h3 {
  margin-bottom: 16px;
}
.index-catalog-block .not-found h3 {
  margin-bottom: 132px;
  padding: 10px 0;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
}
.index-catalog-block .not-found .info {
  width: 310px;
  margin: 0 auto;
  padding-top: 96px;
  background: url('/img/not-found.svg') no-repeat 50% 0;
  text-align: center;
  color: #e0caa3;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}
.index-catalog-block .not-found .info h4 {
  color: #fff;
  margin-bottom: 12px;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
}
.advantages-block {
  padding-bottom: 28px;
}
.advantages-block .text {
  width: 49%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 20px 0 28px;
}
.advantages-block .text h3 {
  margin-bottom: 24px;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
}
.advantages-block .text p {
  color: #e0caa3;
  font-size: 16px;
  line-height: 24px;
}
.advantages-block .list {
  width: 49%;
}
.advantages-block .list .item {
  width: 50%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  margin-bottom: 28px;
  color: #e0caa3;
  line-height: 20px;
  padding: 0 60px;
}
.advantages-block .list .item h3 {
  color: #fff;
  margin: 12px 0 8px;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
}
.footer {
  border-top: 1px solid #1f1704;
  background: #0e0a01;
  position: relative;
  padding: 24px 0;
  z-index: 3;
}
.footer .langs {
  margin-bottom: 32px;
  position: relative;
}
.footer .langs p {
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
}
.footer .langs .link {
  display: inline-block;
  text-decoration: none;
  padding: 10px 60px 10px 24px;
  color: #e0caa3;
  font-weight: 500;
  line-height: 17px;
  border: 1px solid #251c06;
  border-radius: 16px;
  background: rgba(35, 27, 11, 0.7) url('/img/arrow2.svg') no-repeat right 20px top 50%;
}
.footer .langs .select {
  position: relative;
  display: inline-block;
}
.footer .langs .select ul {
  position: absolute;
  left: 0;
  top: 100%;
  margin-top: 10px;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 3;
  border: 1px solid #251c06;
  border-radius: 16px;
  background: rgba(35, 27, 11, 0.7);
  padding: 10px 24px;
  display: none;
}
.footer .langs .select ul li:not(:last-child) {
  margin-bottom: 10px;
}
.footer .langs .select ul li a {
  display: block;
  text-decoration: none;
  color: #e0caa3;
  font-weight: 500;
  line-height: 17px;
}
.footer .langs .select ul li a:hover {
  color: #fff;
}
.footer .nav-link {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: rgba(35, 27, 11, 0.7) url('/img/arrow2.svg') no-repeat right 20px top 50%;
  color: #e0caa3;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  padding: 19px 18px;
  border: 1px solid #3b2b0d;
  border-radius: 8px;
  margin-bottom: 32px;
  display: none;
}
.footer ul {
  margin-bottom: 32px;
  width: 748px;
}
.footer ul li {
  width: 32%;
}
.footer ul li a {
  display: block;
  text-decoration: none;
  padding: 10px 12px;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
}
.footer .payments {
  margin-bottom: 48px;
}
.footer .payments p {
  margin-bottom: 32px;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
}
.footer .copy {
  margin-bottom: 108px;
  color: #767676;
  font-size: 14px;
  line-height: 20px;
}
.footer .copy p:not(:last-child) {
  margin-bottom: 3px;
}
.footer .logos {
  text-align: center;
}
.footer .logos img {
  vertical-align: middle;
}
.footer .logos img:not(:last-child) {
  margin-right: 40px;
}
.bottom-menu {
  border-right: 1px solid #1f1704;
  position: fixed;
  left: 0;
  top: 0;
  width: 88px;
  text-align: center;
  height: 100%;
  background: #0e0a01;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 32px 14px;
}
.bottom-menu .item {
  position: relative;
  margin-bottom: 20px;
}
.bottom-menu .item.active:before,
.bottom-menu .item:hover:before {
  border: 1px solid #eec248;
}
.bottom-menu .item.active:after,
.bottom-menu .item:hover:after {
  background: #eec248;
}
.bottom-menu .item.active a,
.bottom-menu .item:hover a {
  color: #fff;
  background: radial-gradient(84.92% 84.92% at 75.4% 15.08%, rgba(249, 176, 26, 0.3) 0%, rgba(249, 176, 26, 0) 63.51%), linear-gradient(180deg, rgba(249, 176, 26, 0.1) 0%, rgba(255, 255, 255, 0.1) 30.71%, rgba(249, 176, 26, 0.1) 100%), #1f1704;
  border: 1px solid #eec248;
}
.bottom-menu .item.active a img,
.bottom-menu .item:hover a img {
  opacity: 1;
}
.bottom-menu .item:before {
  content: "";
  position: absolute;
  left: -4px;
  top: 4px;
  width: 100%;
  height: 100%;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
  border: 1.33px solid #3b2b0d;
  border-radius: 5.3px;
  background: #1f1704;
}
.bottom-menu .item:after {
  content: "";
  position: absolute;
  width: 6px;
  height: 1px;
  background: #3b2b0d;
  left: -2px;
  bottom: -1px;
  z-index: 4;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
  transform: rotate(-55deg);
}
.bottom-menu .item a {
  display: block;
  text-decoration: none;
  text-align: center;
  position: relative;
  padding: 11px 0 9px;
  color: #e0caa3;
  font-size: 10px;
  font-weight: 500;
  line-height: 12px;
  border: 1.33px solid #3b2b0d;
  border-radius: 5.3px;
  background: #1f1704;
}
.bottom-menu .item a img {
  display: block;
  margin: 0 auto 5px auto;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
  opacity: .5;
}
.popup-search-block {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 10;
  background: rgba(0, 0, 0, 0.4);
}
.popup-search-block .window {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 1128px;
  border: 1px solid #1f1704;
  border-radius: 24px;
  background: #0e0a01;
}
.popup-search-block .window .close {
  position: absolute;
  top: 36px;
  right: 32px;
  width: 20px;
  height: 20px;
  background: url('/img/close.svg');
}
.popup-search-block .window h2 {
  padding: 32px 24px 24px 32px;
  font-size: 24px;
  font-weight: 700;
  line-height: 29px;
  border-bottom: 1px solid #1f1704;
}
.popup-search-block .window .content {
  padding: 32px 32px 0 32px;
}
.popup-search-block .window .content .index-page-forms form {
  display: block;
  width: auto;
}
.popup-search-block .window .content .index-catalog-block {
  height: 482px;
  overflow-y: scroll;
}
.popup-search-block .window .content .index-catalog-block::-webkit-scrollbar {
  width: 0;
}
.popup-search-block .window .content .index-catalog-block .top-block h2 {
  padding: 0;
}
.popup-search-block .window .content .index-catalog-block .list .item {
  width: 19.2%;
}
.providers-block {
  padding-bottom: 26px;
  max-height: 400px;
  overflow-y: scroll;
}
.providers-block.result {
  padding-bottom: 6px;
}
.providers-block .item {
  display: inline-block;
  width: 18%;
  margin-bottom: 26px;
  border-radius: 8px;
  background: #1f1704;
  padding: 12px 12px;
  position: relative;
  font-size: 15px;
  font-weight: 500;
  line-height: 21px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-right: 2.5%;
}
@media only screen and (max-width: 768px) {

    .providers-block  .item{
        font-size:11px!important;
    }
}
.providers-block .item:nth-child(5n) {
  margin-right: 0;
}
.providers-block .item img {
  vertical-align: middle;
  margin: -2px 4px 0 0;
}
.providers-block .item a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 3;
}
.providers-block .clear {
  display: inline-block;
  text-decoration: none;
  padding: 8px 19px 8px 41px;
  font-size: 17px;
  font-weight: 500;
  line-height: 21px;
  border: 1px solid #fed970;
  border-radius: 8px;
  background: rgba(249, 176, 26, 0.4) url('/img/clear2.svg') no-repeat 19px 50%;
}
.bonuses-page {
  padding-bottom: 130px;
}
.bonuses-page h1 {
  margin-bottom: 24px;
  font-size: 32px;
  font-weight: 700;
  line-height: 39px;
}
.bonuses-page .tabNavigation {
  display: inline-block;
  margin-bottom: 48px;
  border: 1px solid #251c06;
  border-radius: 16px;
  background: rgba(35, 27, 11, 0.7);
  padding: 0 24px;
}
.bonuses-page .tabNavigation li {
  display: inline-block;
}
.bonuses-page .tabNavigation li:not(:last-child) {
  margin-right: 32px;
}
.bonuses-page .tabNavigation li a {
  display: block;
  text-decoration: none;
  position: relative;
  padding: 18px 29px;
  color: #e0caa3;
  font-size: 16px;
  font-weight: 700;
  line-height: 19px;
}
.bonuses-page .tabNavigation li a.selected {
  color: #fff;
}
.bonuses-page .tabNavigation li a.selected:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background: #fed970;
}
.bonuses-page .info {
  max-width: 377px;
  overflow: hidden;
  border: 1px solid #3b2b0d;
  border-radius: 20px;
  background: #1f1704;
}
.bonuses-page .info .top {
  padding: 18px;
  background: url('/img/bonus.png') center / cover;
}
.bonuses-page .info .top h3 {
  margin-bottom: 8px;
  font-family: 'Coolvetica Rg';
  font-size: 18px;
  font-weight: 400;
  line-height: 21px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
.bonuses-page .info .top .bonus {
  background: url('/img/bonus2.svg') center / cover;
  margin-bottom: 16px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 156px;
  height: 34px;
  padding: 0 15px;
  color: #492d05;
}
.bonuses-page .info .top .bonus .b1 {
  font-size: 7px;
  font-weight: 600;
  line-height: 9px;
}
.bonuses-page .info .top .bonus .b1 span {
  display: block;
  font-family: 'Coolvetica Rg';
  font-size: 21px;
  font-weight: 400;
  line-height: 25px;
  margin: -1px 0;
  text-transform: uppercase;
}
.bonuses-page .info .top .bonus .b1 span i {
  font-style: normal;
  font-family: 'Gilroy';
  font-weight: 700;
}
.bonuses-page .info .top .bonus .b2 {
  font-size: 17px;
  font-weight: 600;
  line-height: 22px;
  margin-top: 5px;
}
.bonuses-page .info .top .bonus .b3 {
  font-size: 21px;
  font-weight: 400;
  line-height: 25px;
  text-transform: uppercase;
  font-family: 'Coolvetica Rg';
  margin-top: 2px;
}
.bonuses-page .info .top button {
  font-size: 9px;
  font-weight: 700;
  position: relative;
  color: #fff;
  padding: 0;
  background: none;
}
.bonuses-page .info .top button:before {
  content: "";
  position: absolute;
  left: -3px;
  top: 3px;
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 5.3px;
  transform: skew(-6deg);
  border: 1px solid #eec248;
}
.bonuses-page .info .top button:after {
  content: "";
  position: absolute;
  width: 4px;
  height: 1px;
  background: #eec248;
  left: -3px;
  bottom: 0px;
  z-index: 4;
  transform: rotate(-55deg);
}
.bonuses-page .info .top button span {
  display: inline-block;
  height: 20px;
  line-height: 20px;
  padding: 0 20px;
  border-radius: 6px;
  transform: skew(-10deg);
  box-shadow: 0px 0px 12.37px 0px rgba(232, 177, 29, 0.3), inset 0px -3.76px 8.84px 0px rgba(14, 10, 1, 0.53);
  background: radial-gradient(68.61% 223.81% at 93.07% 3.57%, rgba(249, 176, 26, 0.3) 0%, rgba(249, 176, 26, 0) 63.51%), linear-gradient(177.78deg, rgba(249, 176, 26, 0.1) 0.9%, rgba(255, 255, 255, 0.1) 38.79%, rgba(249, 176, 26, 0.1) 97.18%), linear-gradient(0deg, rgba(249, 176, 26, 0.4), rgba(249, 176, 26, 0.4)), #1f1704;
  border: 1px solid #eec248;
}
.bonuses-page .info .top button span i {
  display: inline-block;
  font-style: normal;
  transform: skew(6deg);
}
.bonuses-page .info .bottom {
  padding: 18px 24px 20px 24px;
  text-align: center;
}
.bonuses-page .info .bottom .ballanse {
  margin-bottom: 25px;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
}
.bonuses-page .info .bottom button {
  display: block;
  margin: 0 auto 24px auto;
  font-size: 16px;
  font-weight: 700;
  position: relative;
  color: #fff;
  padding: 0;
  background: none;
}
.bonuses-page .info .bottom button:before {
  content: "";
  position: absolute;
  left: -4px;
  top: 4px;
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 5.3px;
  transform: skew(-10deg);
  border: 1px solid #eec248;
}
.bonuses-page .info .bottom button:after {
  content: "";
  position: absolute;
  width: 7px;
  height: 1px;
  background: #eec248;
  left: -8px;
  bottom: 0px;
  z-index: 4;
  transform: rotate(-55deg);
}
.bonuses-page .info .bottom button span {
  display: inline-block;
  //height: 44px;
  line-height: 44px;
  padding: 0 75px;
  border-radius: 6px;
  transform: skew(-10deg);
  box-shadow: 0px 0px 12.37px 0px rgba(232, 177, 29, 0.3), inset 0px -3.76px 8.84px 0px rgba(14, 10, 1, 0.53);
  background: radial-gradient(68.61% 223.81% at 93.07% 3.57%, rgba(249, 176, 26, 0.3) 0%, rgba(249, 176, 26, 0) 63.51%), linear-gradient(177.78deg, rgba(249, 176, 26, 0.1) 0.9%, rgba(255, 255, 255, 0.1) 38.79%, rgba(249, 176, 26, 0.1) 97.18%), linear-gradient(0deg, rgba(249, 176, 26, 0.4), rgba(249, 176, 26, 0.4)), #1f1704;
  border: 1px solid #eec248;
}
.bonuses-page .info .bottom button span i {
  display: inline-block;
  font-style: normal;
  transform: skew(10deg);
}
.bonuses-page .info .bottom .link {
  display: inline-block;
  text-decoration: none;
  font-size: 16px;
  font-weight: 700;
  line-height: 19px;
  padding-right: 28px;
  background: url('/img/arrow3.svg') no-repeat right;
}
.bonuses-page .info .bottom .link.active {
  background: url('/img/arrow3a.svg') no-repeat right;
}
.bonuses-page .info .bottom .text {
  text-align: left;
  padding-top: 24px;
  display: none;
}
.bonuses-page .info .bottom .text ul {
  padding-left: 20px;
  list-style: disc;
  font-size: 12px;
  line-height: 14px;
}
.ballanse-popup {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 20;
  background: rgba(0, 0, 0, 0.4);
}
.ballanse-popup .window {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 1128px;
  border: 1px solid #1f1704;
  border-radius: 24px;
  background: #0e0a01;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  padding: 16px 32px 32px 32px;
}
.ballanse-popup .window .close {
  position: absolute;
  top: 36px;
  right: 32px;
  width: 20px;
  height: 20px;
  background: url('/img/close.svg');
}
.ballanse-popup .window .message {
  position: absolute;
  top: 36px;
  right:  64px;
  width: 20px;
  height: 20px;
  background: url('/img/message.svg');
  background-size:contain;
}


.ballanse-popup .window .backblock {
    display:flex;
  position: absolute;
  top: 36px;
  left:  32px;
  cursor:pointer;
  
}

.ballanse-popup .window .paysys-form-container {
    margin-top:70px;
    
}

.ballanse-popup .window .paysys-form {
    display:flex;
  //position: relative;
  top:70px;
  gap:20px;
  margin-top: 50px 0 20px 0;
  
  
}

.paysys .item {
    cursor:pointer;
}
.paysys-form-left {
    flex: 0 0 30%; /* 30% ширины */
    cursor: pointer;
}

.paysys-form-right {
    flex: 0 0 70%; /* 70% ширины */
}

@media (max-width: 769px) {
    .ballanse-popup .window .paysys-form {
        flex-direction: column; /* Переключаем на вертикальное расположение */
    }
    .paysys-form-left, .paysys-form-right {
        flex: 0 0 100%; /* Блоки займут всю ширину по 100% */
    }
}

.ballanse-popup .window .backblock .arrow {
  //position: absolute;

  width: 20px;
  height: 20px;
  background: url('/img/Group.svg') no-repeat;
  width: 20px;
  background-size:contain;
}
.ballanse-popup .window .backblock .back-paysys {
  font-weight:500;
  font-size:16px;
  line-height: 19.41px;
  color:#ffffff;
}

.paysys-form-logo {
    background:#251C06;
    border-radius:20px;
    height: 100px;
    display: flex;
    align-items:center;
    justify-content:center;
}


.paysys-form-background {
    background:#161003;
    border-radius:16px;
    border:1px solid #251C06;
    
    
  
    
}
.paysys-form-fields  {
    width: 362px;
    margin: 30px auto;
    text-align:center;
    
    padding:20px;
}
.paysys-form-fields-title {
    font-weight:600;
    font-size:20px;
    line-height: 24.5px;
    color:#FFFFFF;
    margin-bottom:20px;
}
.input-currency {
    position: absolute;
    top:15px;
    right:20px;
    font-size:16px;
    line-height: 19.6px;
    font-weight:600;
}

.paysys-form-fields-label {
    color:#7C612F;
    font-size:16px;
    line-height: 19.2px;
    font-weight:400;
    text-align:left;
}

.quick-container {
    display:flex;
    flex-wrap: wrap;
    gap:20px;
    margin-top:20px;
}

.quick.active {
    flex: 0 0 20%; /* Каждый элемент займет 25% ширины контейнера */
    box-sizing: border-box; /* Учитывает отступы и границы в ширине */
    padding:16px 20px;
    border-radius:16px;
    border:1px solid #E8B21D;
    background:#7C612F;
    opacity:1;
    color:#fff;
    cursor:pointer;
           
}
.quick {
    flex: 0 0 20%; /* Каждый элемент займет 25% ширины контейнера */
    box-sizing: border-box; /* Учитывает отступы и границы в ширине */
    padding:16px 20px;
    border-radius:16px;
    border:1px solid #3B2B0D;
    background:#231B0B;
    opacity:0.7;
    cursor:pointer;
    color:#7C612F;
}

.paysys-form-fields .name {
    margin-top:30px; 
  display: inline-block;
  vertical-align: middle;
  position: relative;
  font-size: 16px;
  font-weight: 700;
  width: 100%;
}
.paysys-form-fields .name:before {
  border: 1px solid #eec248;
  content: "";
  position: absolute;
  left: -4px;
  top: 4px;
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 5.3px;
  transform: skew(-10deg);
}
.paysys-form-fields .name:after {
  content: "";
  position: absolute;
  width: 8px;
  height: 1px;
  background: #eec248;
  left: -8px;
  bottom: 0px;
  z-index: 4;
  transform: rotate(-55deg);
}
.paysys-form-fields .name span {
  display: inline-block;
  height: 56px;
  width: 86%;
  line-height: 56px;
  padding: 0 25px;
  border-radius: 5.3px;
  transform: skew(-10deg);
  box-shadow: 0px 0px 12.37px 0px rgba(232, 177, 29, 0.3), inset 0px -3.76px 8.84px 0px rgba(14, 10, 1, 0.53);
  background: radial-gradient(68.61% 223.81% at 93.07% 3.57%, rgba(249, 176, 26, 0.3) 0%, rgba(249, 176, 26, 0) 63.51%), linear-gradient(177.78deg, rgba(249, 176, 26, 0.1) 0.9%, rgba(255, 255, 255, 0.1) 38.79%, rgba(249, 176, 26, 0.1) 97.18%), linear-gradient(0deg, rgba(249, 176, 26, 0.4), rgba(249, 176, 26, 0.4)), #1f1704;
  border: 1px solid #eec248;
}
.paysys-form-fields .name span i {
  display: inline-block;
  font-style: normal;
  transform: skew(10deg);
}
.paysys-form-fields .name span i:before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  
  vertical-align: middle;
  margin: -2px 4px 0 0;
}

////////////////////////
.ballanse-popup .window .tabNavigation {
  display: inline-block;
  margin-bottom: 32px;
}
.ballanse-popup .window .tabNavigation li {
  display: inline-block;
}
.ballanse-popup .window .tabNavigation li:not(:last-child) {
  margin-right: 24px;
}
.ballanse-popup .window .tabNavigation li a {
  display: block;
  text-decoration: none;
  padding: 18px 25px;
  position: relative;
  color: #e0caa3;
  font-size: 16px;
  font-weight: 700;
  line-height: 19px;
}
.ballanse-popup .window .tabNavigation li a.selected {
  color: #fff;
}
.ballanse-popup .window .tabNavigation li a.selected:after {
  background: #fed970;
}
.ballanse-popup .window .tabNavigation li a.selected img {
  opacity: 1;
}
.ballanse-popup .window .tabNavigation li a:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background: #3b2b0d;
}
.ballanse-popup .window .tabNavigation li a img {
  vertical-align: middle;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
  opacity: .6;
  margin: -2px 4px 0 0;
}
.ballanse-popup .window .tabNavigation2,
.ballanse-popup .window .tabNavigation3 {
  margin-bottom: 24px;
}
.ballanse-popup .window .tabNavigation2 li,
.ballanse-popup .window .tabNavigation3 li {
  display: inline-block;
}
.ballanse-popup .window .tabNavigation2 li:not(:last-child),
.ballanse-popup .window .tabNavigation3 li:not(:last-child) {
  margin-right: 20px;
}
.ballanse-popup .window .tabNavigation2 li a,
.ballanse-popup .window .tabNavigation3 li a {
  display: block;
  color: #7c612f;
  font-size: 16px;
  font-weight: 500;
  line-height: 19px;
}
.ballanse-popup .window .tabNavigation2 li a.selected,
.ballanse-popup .window .tabNavigation3 li a.selected {
  color: #fed970;
  text-decoration: none;
}
.ballanse-popup .window .tab-content2 {
  text-align: left;
}
.ballanse-popup .window .tab-content2 h3 {
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
}
.ballanse-popup .window .tab-content2 .list {
  padding-bottom: 12px;
}
.ballanse-popup .window .tab-content2 .list .item {
  width: 49%;
  height: 110px;
  margin-bottom: 24px;
  border: 1px solid #251c06;
  border-radius: 16px;
  background: #161003;
}
.ballanse-popup .window .tab-content2 .list .item.big {
  width: 100%;
}
.ballanse-popup .window .tab-content2 .list .item.small {
  width: 32%;
}
.ballanse-popup .window .tab-content2 .list .item.small2 {
  width: 24%;
}
.ballanse-popup .window .bottom-link {
  padding-top: 10px;
}
.ballanse-popup .window .bottom-link a {
  display: inline-block;
  text-decoration: none;
  font-weight: 500;
  line-height: 17px;
  padding: 12px 45px;
  border: 1px solid #251c06;
  border-radius: 16px;
}
.ballanse-popup .window .table {
  margin: 0 -32px;
}
.ballanse-popup .window .table table {
  width: 100%;
  text-align: center;
}
.ballanse-popup .window .table table thead {
  background: #1f1704;
}
.ballanse-popup .window .table table thead tr td {
  padding: 12px 23px;
  color: #e0caa3;
  font-weight: 600;
  line-height: 17px;
}
.ballanse-popup .window .table table tbody tr td {
  padding: 12px 23px;
  font-weight: 600;
  line-height: 17px;
}
.ballanse-popup .window .table table tbody tr td p {
  display: none;
}
.ballanse-popup .window .table table tbody tr td .type {
  display: inline-block;
  padding: 8px 12px 8px 32px;
  border-radius: 5px;
  background: rgba(249, 176, 26, 0.4) url('/img/up2.svg') no-repeat 12px 50%;
}
.user-popup {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 20;
  background: rgba(0, 0, 0, 0.4);
}
.user-popup .window {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 1128px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #1f1704;
  border-radius: 24px;
  background: #0e0a01;
  padding: 20px;
}
.user-popup .window .close {
  position: absolute;
  top: 36px;
  right: 32px;
  width: 20px;
  height: 20px;
  background: url('/img/close.svg');
  z-index:9;
}
.user-popup .window .banner {
  width: 48.5%;
  height: 692px;
  background: url('/img/popup.png') center / cover;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  padding: 30px 48px;
  border-radius: 20px;
}
.user-popup .window .banner.other {
  background: url('/img/popup3.png') center / cover;
}
.user-popup .window .banner.other h3 {
  font-style: normal;
}
.user-popup .window .banner h3 {
  text-transform: uppercase;
  font-size: 44.01px;
  font-weight: 400;
  line-height: 56px;
  margin-bottom: 10px;
  font-family: 'Coolvetica Rg';
  letter-spacing: 0.04em;
  font-style: italic;
}
.user-popup .window .banner h3 span {
  display: block;
  text-align: right;
  color: #ffd255;
}
.user-popup .window .banner p {
  font-size: 16.17px;
}
.user-popup .window .banner p span {
  font-weight: 600;
}
.user-popup .window .banner .actions {
  position: absolute;
  left: 0;
  bottom: 32px;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 60px 0 27px;
}
.user-popup .window .banner .actions .action:nth-child(2) {
  margin-top: 86px;
}
.user-popup .window .banner .date {
  position: absolute;
  left: 25px;
  bottom: 20px;
  background: #fff;
  padding: 5px 11px;
  font-size: 15.34px;
  font-weight: 700;
  line-height: 19px;
  border-radius: 30.26px;
  color: #000;
}
.user-popup .window .banner button {
  position: absolute;
  left: 14px;
  bottom: 16px;
  font-size: 9px;
  font-weight: 700;
  color: #fff;
  padding: 0;
  background: none;
  display: none;
}
.user-popup .window .banner button:before {
  content: "";
  position: absolute;
  left: -3px;
  top: 3px;
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 5.3px;
  transform: skew(-6deg);
  border: 1px solid #eec248;
}
.user-popup .window .banner button:after {
  content: "";
  position: absolute;
  width: 4px;
  height: 1px;
  background: #eec248;
  left: -3px;
  bottom: 0px;
  z-index: 4;
  transform: rotate(-55deg);
}
.user-popup .window .banner button span {
  display: inline-block;
  height: 20px;
  line-height: 20px;
  padding: 0 20px;
  border-radius: 6px;
  transform: skew(-10deg);
  box-shadow: 0px 0px 12.37px 0px rgba(232, 177, 29, 0.3), inset 0px -3.76px 8.84px 0px rgba(14, 10, 1, 0.53);
  background: radial-gradient(68.61% 223.81% at 93.07% 3.57%, rgba(249, 176, 26, 0.3) 0%, rgba(249, 176, 26, 0) 63.51%), linear-gradient(177.78deg, rgba(249, 176, 26, 0.1) 0.9%, rgba(255, 255, 255, 0.1) 38.79%, rgba(249, 176, 26, 0.1) 97.18%), linear-gradient(0deg, rgba(249, 176, 26, 0.4), rgba(249, 176, 26, 0.4)), #1f1704;
  border: 1px solid #eec248;
}
.user-popup .window .banner button span i {
  display: inline-block;
  font-style: normal;
  transform: skew(6deg);
}
.user-popup .window .banner .bonus {
  background: url('/img/bonus.svg') center / cover;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 364px;
  height: 75px;
  padding: 0 30px 0 36px;
  color: #492d05;
}
.user-popup .window .banner .bonus .b1 {
  font-size: 17.47px;
  font-weight: 600;
  line-height: 21px;
}
.user-popup .window .banner .bonus .b1 span {
  display: block;
  font-family: 'Coolvetica Rg';
  font-size: 49.56px;
  font-weight: 400;
  line-height: 59px;
  margin: -5px 0;
  text-transform: uppercase;
}
.user-popup .window .banner .bonus .b1 span i {
  font-style: normal;
  font-family: 'Gilroy';
  font-weight: 700;
}
.user-popup .window .banner .bonus .b2 {
  font-size: 41.47px;
  font-weight: 600;
  line-height: 51px;
  margin-top: 10px;
}
.user-popup .window .banner .bonus .b3 {
  font-size: 46px;
  font-weight: 400;
  line-height: 56px;
  text-transform: uppercase;
  font-family: 'Coolvetica Rg';
  margin-top: 5px;
}
.user-popup .window form {
  width: 51.5%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  padding: 110px 86px 0 86px;
}
.user-popup .window form h2 {
  text-align: center;
  margin-bottom: 32px;
  font-size: 28px;
  font-weight: 700;
  line-height: 34px;
}
.user-popup .window form .flex .field {
  width: 48.5%;
}
.user-popup .window form select {
  appearance: none;
  width: 48.5%;
  height: 51px;
  padding: 0 20px;
  border: 1px solid #3b2b0d;
  border-radius: 16px;
  background: rgba(35, 27, 11, 0.7) url('/img/select.svg') no-repeat right 20px top 50%;
  font-size: 16px;
  color: #7c612f;
}
.user-popup .window form select option {
  color: #fff;
}
.user-popup .window form .field {
  margin-bottom: 20px;
  position: relative;
}
.user-popup .window form .field input[type='text'],
.user-popup .window form .field input[type='password'] {
  width: 100%;
  height: 51px;
  padding: 15px 20px 0 20px;
  border: 1px solid #3b2b0d;
  border-radius: 16px;
  background: rgba(35, 27, 11, 0.7);
  font-size: 16px;
  color: #fff;
}
.user-popup .window form .field input[type='text'].error,
.user-popup .window form .field input[type='password'].error {
  border: 1px solid #a74a40 !important;
  background: rgba(167, 74, 64, 0.16);
}
.user-popup .window form .field p {
  position: absolute;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
  pointer-events: none;
  top: 16px;
  left: 20px;
  color: #7c612f;
  font-size: 16px;
}
.user-popup .window form .field input[type='text']:focus + p,
.user-popup .window form .field input[type='password']:focus + p,
.user-popup .window form .field input[type='text']:valid + p,
.user-popup .window form .field input[type='password']:valid + p {
  font-size: 12px;
  top: 6px;
}
.user-popup .window form .field input[type='text']:focus,
.user-popup .window form .field input[type='password']:focus,
.user-popup .window form .field input[type='text']:valid,
.user-popup .window form .field input[type='password']:valid {
  border: 1px solid #fed970;
}
.user-popup .window form .field .eye {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 16px;
  width: 20px;
  height: 20px;
  background: url('/img/eye.svg');
}
.user-popup .window form .field .eye.active {
  background: url('/img/eye2.svg');
}
.user-popup .window form .forget {
  text-align: right;
  margin: -4px 0 40px;
}
.user-popup .window form .forget a {
  display: inline-block;
  color: #a68e62;
  font-size: 16px;
  line-height: 19px;
}
.user-popup .window form .agree {
  margin-bottom: 36px;
}
.user-popup .window form .agree .checkbox {
  display: none;
}
.user-popup .window form .agree .checkbox + label {
  display: block;
  cursor: pointer;
  padding: 0 0 0 28px;
  font-weight: 500;
  line-height: 17px;
  background: url('/img/checkbox.svg') no-repeat 0 0;
}
.user-popup .window form .agree .checkbox:checked + label {
  background: url('/img/checkbox2.svg') no-repeat 0 0;
}
.user-popup .window form .error-text {
  margin: -4px 0 20px;
  color: #a74a40;
  font-weight: 500;
  line-height: 17px;
}
.user-popup .window form button {
  width: 100%;
  font-size: 18px;
  font-weight: 700;
  position: relative;
  color: #fff;
  padding: 0;
  background: none;
}
.user-popup .window form button.other:before {
  border: 1px solid #4297ff;
}
.user-popup .window form button.other:after {
  background: #4297ff;
}
.user-popup .window form button.other span {
  background: #2a4666;
  border: 1px solid #4297ff;
}
.user-popup .window form button:before {
  content: "";
  position: absolute;
  left: -4px;
  top: 4px;
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 5.3px;
  transform: skew(-8deg);
  border: 1px solid #251c06;
}
.user-popup .window form button:after {
  content: "";
  position: absolute;
  width: 7px;
  height: 1px;
  background: #251c06;
  left: -8px;
  bottom: 0px;
  z-index: 4;
  transform: rotate(-55deg);
}
.user-popup .window form button span {
  display: block;
  text-align: center;
  height: 54px;
  line-height: 54px;
  border-radius: 6px;
  transform: skew(-8deg);
  background: #1f1704;
  border: 1px solid #251c06;
}
.user-popup .window form button span i {
  display: inline-block;
  font-style: normal;
  transform: skew(8deg);
}
.user-popup .window form .or {
  text-align: center;
  padding: 20px 0;
  color: #7c612f;
  font-size: 16px;
  line-height: 19px;
}
.user-popup .window form .bottom-link {
  position: absolute;
  left: 0;
  bottom: 30px;
  width: 100%;
  text-align: center;
  font-size: 13px;
  font-weight: 500;
  line-height: 16px;
  color: #7c612f;
}
.user-popup .window form .bottom-link a {
  color: #fed970;
}
.cabinet-page {
  padding: 24px 0 120px;
}
.cabinet-page .navi {
  margin-bottom: 16px;
  color: #9f8f6b;
  font-weight: 500;
  line-height: 19px;
}
.cabinet-page .navi a {
  text-decoration: none;
  color: #9f8f6b;
}
.cabinet-page nav {
  width: 25%;
}
.cabinet-page nav ul {
  padding: 16px 0 12px 0;
  border: 1px solid #251c06;
  border-radius: 16px;
  background: #161003;
  position: sticky;
  top: 0;
}
.cabinet-page nav ul li {
  margin-bottom: 4px;
}
.cabinet-page nav ul li:last-child a {
  color: #a74a40;
}
.cabinet-page nav ul li:last-child a img {
  opacity: 1;
}
.cabinet-page nav ul li a {
  display: block;
  text-decoration: none;
  line-height: 44px;
  padding: 0 20px;
  color: #7c612f;
  font-size: 16px;
  font-weight: 500;
  position: relative;
}
.cabinet-page nav ul li a.active {
  background: #1f1704;
  color: #fff;
  font-weight: 600;
}
.cabinet-page nav ul li a.active:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 5px;
  height: 100%;
  background: #e8b21d;
}
.cabinet-page nav ul li a.active img {
  opacity: 1;
}
.cabinet-page nav ul li a img {
  vertical-align: middle;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
  opacity: .6;
  margin: -2px 4px 0 0;
}
.cabinet-page .content {
  width: 73%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 24px 24px 32px 24px;
  border: 1px solid #251c06;
  border-radius: 16px;
  background: #161003;
}
.cabinet-page .content h2 {
  margin-bottom: 24px;
  font-size: 20px;
  font-weight: 600;
  line-height: 25px;
}
.cabinet-page .content .ballanse .items .item {
  width: 49%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 24px 20px;
  margin-bottom: 44px;
  border: 1px solid #251c06;
  border-radius: 16px;
  font-size: 24px;
  font-weight: 600;
  line-height: 29px;
}
.cabinet-page .content .ballanse .items .item:nth-child(1) h3 {
  background: url('/img/ballanse1.svg') no-repeat 0 50%;
}
.cabinet-page .content .ballanse .items .item:nth-child(2) h3 {
  background: url('/img/ballanse2.svg') no-repeat 0 50%;
}
.cabinet-page .content .ballanse .items .item h3 {
  margin-bottom: 24px;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  padding-left: 36px;
}
.cabinet-page .content .ballanse .butt {
  max-width: 464px;
}
.cabinet-page .content .ballanse .butt button {
  font-size: 16px;
  font-weight: 700;
  position: relative;
  color: #fff;
  padding: 0;
  width: 48%;
  background: none;
}
.cabinet-page .content .ballanse .butt button:nth-child(1) span {
  box-shadow: 0px 0px 12.37px 0px rgba(232, 177, 29, 0.3), inset 0px -3.76px 8.84px 0px rgba(14, 10, 1, 0.53);
  background: radial-gradient(68.61% 223.81% at 93.07% 3.57%, rgba(249, 176, 26, 0.3) 0%, rgba(249, 176, 26, 0) 63.51%), linear-gradient(177.78deg, rgba(249, 176, 26, 0.1) 0.9%, rgba(255, 255, 255, 0.1) 38.79%, rgba(249, 176, 26, 0.1) 97.18%), linear-gradient(0deg, rgba(249, 176, 26, 0.4), rgba(249, 176, 26, 0.4)), #1f1704;
  border: 1px solid #eec248;
}
.cabinet-page .content .ballanse .butt button:nth-child(1) span:before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url('/img/up.svg');
  transform: skew(10deg);
  vertical-align: middle;
  margin: -4px 4px 0 0;
}
.cabinet-page .content .ballanse .butt button:nth-child(1):before {
  border: 1px solid #eec248;
}
.cabinet-page .content .ballanse .butt button:nth-child(1):after {
  background: #eec248;
}
.cabinet-page .content .ballanse .butt button:nth-child(2) span {
  box-shadow: 0px 0px 12.37px 0px rgba(232, 177, 29, 0.3), inset 0px -3.76px 8.84px 0px rgba(14, 10, 1, 0.53);
  background: linear-gradient(176.35deg, rgba(249, 33, 26, 0.1) 0.88%, rgba(255, 255, 255, 0.1) 37.88%, rgba(249, 33, 26, 0.1) 94.9%), linear-gradient(0deg, rgba(249, 33, 26, 0.4), rgba(249, 33, 26, 0.4)), #1f1704;
  border: 1px solid #d13c2d;
}
.cabinet-page .content .ballanse .butt button:nth-child(2) span:before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url('/img/down.svg');
  transform: skew(10deg);
  vertical-align: middle;
  margin: -4px 4px 0 0;
}
.cabinet-page .content .ballanse .butt button:nth-child(2):before {
  border: 1px solid #d13c2d;
}
.cabinet-page .content .ballanse .butt button:nth-child(2):after {
  background: #d13c2d;
}
.cabinet-page .content .ballanse .butt button:before {
  content: "";
  position: absolute;
  left: -4px;
  top: 4px;
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 5.3px;
  transform: skew(-8deg);
}
.cabinet-page .content .ballanse .butt button:after {
  content: "";
  position: absolute;
  width: 7px;
  height: 1px;
  left: -8px;
  bottom: 0px;
  z-index: 4;
  transform: rotate(-55deg);
}
.cabinet-page .content .ballanse .butt button span {
  display: block;
  height: 44px;
  line-height: 44px;
  text-align: center;
  border-radius: 6px;
  transform: skew(-8deg);
}
.cabinet-page .content .ballanse .butt button span i {
  display: inline-block;
  font-style: normal;
  transform: skew(8deg);
}
.cabinet-page .content .promo .field {
  margin-bottom: 32px;
  position: relative;
}
.cabinet-page .content .promo .field input[type='text'],
.cabinet-page .content .promo .field input[type='password'] {
  width: 100%;
  height: 51px;
  padding: 15px 20px 0 20px;
  border: 1px solid #3b2b0d;
  border-radius: 16px;
  background: rgba(35, 27, 11, 0.7);
  font-size: 16px;
  color: #fff;
}
.cabinet-page .content .promo .field input[type='text'].error,
.cabinet-page .content .promo .field input[type='password'].error {
  border: 1px solid #a74a40 !important;
  background: rgba(167, 74, 64, 0.16);
}
.cabinet-page .content .promo .field p {
  position: absolute;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
  pointer-events: none;
  top: 16px;
  left: 20px;
  color: #7c612f;
  font-size: 16px;
}
.cabinet-page .content .promo .field input[type='text']:focus + p,
.cabinet-page .content .promo .field input[type='password']:focus + p,
.cabinet-page .content .promo .field input[type='text']:valid + p,
.cabinet-page .content .promo .field input[type='password']:valid + p {
  font-size: 12px;
  top: 6px;
}
.cabinet-page .content .promo .field input[type='text']:focus,
.cabinet-page .content .promo .field input[type='password']:focus,
.cabinet-page .content .promo .field input[type='text']:valid,
.cabinet-page .content .promo .field input[type='password']:valid {
  border: 1px solid #fed970;
}
.cabinet-page .content .promo .field .eye {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 16px;
  width: 20px;
  height: 20px;
  background: url('/img/eye.svg');
}
.cabinet-page .content .promo .field .clear {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 24px;
  width: 12px;
  height: 12px;
  background: url('/img/clear.svg');
}
.cabinet-page .content .promo button {
  font-size: 16px;
  font-weight: 700;
  position: relative;
  color: #fff;
  padding: 0;
  background: none;
  opacity: .2;
  pointer-events: none;
}
.cabinet-page .content .promo button.active {
  pointer-events: all;
  opacity: 1;
}
.cabinet-page .content .promo button:before {
  content: "";
  position: absolute;
  left: -4px;
  top: 4px;
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 5.3px;
  transform: skew(-10deg);
  border: 1px solid #eec248;
}
.cabinet-page .content .promo button:after {
  content: "";
  position: absolute;
  width: 7px;
  height: 1px;
  background: #eec248;
  left: -8px;
  bottom: 0px;
  z-index: 4;
  transform: rotate(-55deg);
}
.cabinet-page .content .promo button span {
  display: inline-block;
  height: 44px;
  line-height: 44px;
  padding: 0 70px;
  border-radius: 6px;
  transform: skew(-10deg);
  box-shadow: 0px 0px 12.37px 0px rgba(232, 177, 29, 0.3), inset 0px -3.76px 8.84px 0px rgba(14, 10, 1, 0.53);
  background: radial-gradient(68.61% 223.81% at 93.07% 3.57%, rgba(249, 176, 26, 0.3) 0%, rgba(249, 176, 26, 0) 63.51%), linear-gradient(177.78deg, rgba(249, 176, 26, 0.1) 0.9%, rgba(255, 255, 255, 0.1) 38.79%, rgba(249, 176, 26, 0.1) 97.18%), linear-gradient(0deg, rgba(249, 176, 26, 0.4), rgba(249, 176, 26, 0.4)), #1f1704;
  border: 1px solid #eec248;
}
.cabinet-page .content .promo button span i {
  display: inline-block;
  font-style: normal;
  transform: skew(10deg);
}
.cabinet-page .history {
  width: 73%;
}
.cabinet-page .history .item {
  margin-bottom: 24px;
  border: 1px solid #251c06;
  border-radius: 16px;
  background: #161003;
  padding: 24px 24px 44px 24px;
}
.cabinet-page .history .item h3 {
  margin-bottom: 24px;
  font-size: 20px;
  font-weight: 600;
  line-height: 25px;
}
.cabinet-page .history .item .sort {
  margin-bottom: 24px;
}
.cabinet-page .history .item .sort .sort-item {
  display: inline-block;
  color: #a68e62;
  font-size: 16px;
  font-weight: 500;
  line-height: 19px;
}
.cabinet-page .history .item .sort .sort-item input[type='text'] {
  margin-left: 20px;
  text-align: center;
  color: #fff;
  width: 137px;
  height: 51px;
  border: 1px solid #3b2b0d;
  border-radius: 16px;
  background: rgba(35, 27, 11, 0.7);
  font-size: 16px;
  font-weight: 500;
}
.cabinet-page .history .item .sort .sort-item input[type='text']:last-child {
  width: 101px;
}
.cabinet-page .history .item .sort button {
  height: 44px;
  font-size: 16px;
  font-weight: 700;
  position: relative;
  color: #fff;
  padding: 0;
  background: none;
}
.cabinet-page .history .item .sort button:before {
  content: "";
  position: absolute;
  left: -4px;
  top: 6px;
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 5.3px;
  transform: skew(-10deg);
  border: 1px solid #eec248;
}
.cabinet-page .history .item .sort button:after {
  content: "";
  position: absolute;
  width: 7px;
  height: 1px;
  background: #eec248;
  left: -8px;
  bottom: 0px;
  z-index: 4;
  transform: rotate(-55deg);
}
.cabinet-page .history .item .sort button span {
  display: inline-block;
  height: 44px;
  line-height: 44px;
  padding: 0 30px;
  border-radius: 6px;
  transform: skew(-10deg);
  box-shadow: 0px 0px 12.37px 0px rgba(232, 177, 29, 0.3), inset 0px -3.76px 8.84px 0px rgba(14, 10, 1, 0.53);
  background: radial-gradient(68.61% 223.81% at 93.07% 3.57%, rgba(249, 176, 26, 0.3) 0%, rgba(249, 176, 26, 0) 63.51%), linear-gradient(177.78deg, rgba(249, 176, 26, 0.1) 0.9%, rgba(255, 255, 255, 0.1) 38.79%, rgba(249, 176, 26, 0.1) 97.18%), linear-gradient(0deg, rgba(249, 176, 26, 0.4), rgba(249, 176, 26, 0.4)), #1f1704;
  border: 1px solid #eec248;
}
.cabinet-page .history .item .sort button span i {
  display: inline-block;
  font-style: normal;
  transform: skew(10deg);
}
.cabinet-page .history .item .table {
  margin: 0 -24px;
}
.cabinet-page .history .item .table table {
  width: 100%;
  text-align: center;
}
.cabinet-page .history .item .table table thead {
  background: #1f1704;
}
.cabinet-page .history .item .table table thead tr td {
  padding: 12px 23px;
  color: #e0caa3;
  font-weight: 600;
  line-height: 17px;
}
.cabinet-page .history .item .table table tbody tr td {
  padding: 12px 23px;
  font-weight: 600;
  line-height: 17px;
}
.cabinet-page .history .item .table table tbody tr td p {
  display: none;
}
.cabinet-page .history .item .table table tbody tr td .not-found {
  text-align: center;
  padding-top: 58px;
  background: url('/img/not-found2.svg') no-repeat 50% 0;
  margin: 20px 0 0 0;
}
.cabinet-page .settings {
  width: 73%;
}
.cabinet-page .settings .blocks {
  width: 65%;
}
.cabinet-page .settings .blocks:nth-child(2n) {
  width: 31%;
}
.cabinet-page .settings .blocks:nth-child(2n) .block {
  height: calc(100% - 32px);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.cabinet-page .settings .blocks .block {
  margin-bottom: 32px;
  position: relative;
  border: 1px solid #251c06;
  border-radius: 16px;
  background: #161003;
  padding: 24px 24px 32px 24px;
}
.cabinet-page .settings .blocks .block .edit {
  position: absolute;
  top: 20px;
  right: 24px;
  width: 32px;
  height: 32px;
  background: url('/img/edit.svg');
}
.cabinet-page .settings .blocks .block h3 {
  margin-bottom: 24px;
  font-size: 20px;
  font-weight: 600;
  line-height: 25px;
}
.cabinet-page .settings .blocks .block .data .item {
  position: relative;
  font-size: 16px;
  font-weight: 500;
  line-height: 19px;
}
.cabinet-page .settings .blocks .block .data .item:not(:last-child) {
  margin-bottom: 22px;
}
.cabinet-page .settings .blocks .block .data .item p {
  margin-bottom: 8px;
  color: #e0caa3;
  font-size: 12px;
  line-height: 14px;
}
.cabinet-page .settings .blocks .block .data .item p .status {
  display: inline-block;
  padding: 2px 8px;
  color: #d45243;
  border-radius: 20px;
  background: rgba(167, 74, 64, 0.2);
  margin-left: 5px;
}
.cabinet-page .settings .blocks .block .data .item p .status.ok {
  color: #4aa154;
  border-radius: 20px;
  background: rgba(74, 161, 84, 0.2);
}
.cabinet-page .settings .blocks .block .data .item button {
  font-size: 16px;
  font-weight: 700;
  position: relative;
  color: #fff;
  padding: 0;
  background: none;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
}
.cabinet-page .settings .blocks .block .data .item button.pen {
  pointer-events: none;
  opacity: .3;
}
.cabinet-page .settings .blocks .block .data .item button.pen span {
  padding: 0 32px;
}
.cabinet-page .settings .blocks .block .data .item button:before {
  content: "";
  position: absolute;
  left: -4px;
  top: 4px;
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 5.3px;
  transform: skew(-10deg);
  border: 1px solid #eec248;
}
.cabinet-page .settings .blocks .block .data .item button:after {
  content: "";
  position: absolute;
  width: 7px;
  height: 1px;
  background: #eec248;
  left: -8px;
  bottom: 0px;
  z-index: 4;
  transform: rotate(-55deg);
}
.cabinet-page .settings .blocks .block .data .item button span {
  display: inline-block;
  height: 44px;
  line-height: 44px;
  padding: 0 62px;
  border-radius: 6px;
  transform: skew(-10deg);
  box-shadow: 0px 0px 12.37px 0px rgba(232, 177, 29, 0.3), inset 0px -3.76px 8.84px 0px rgba(14, 10, 1, 0.53);
  background: radial-gradient(68.61% 223.81% at 93.07% 3.57%, rgba(249, 176, 26, 0.3) 0%, rgba(249, 176, 26, 0) 63.51%), linear-gradient(177.78deg, rgba(249, 176, 26, 0.1) 0.9%, rgba(255, 255, 255, 0.1) 38.79%, rgba(249, 176, 26, 0.1) 97.18%), linear-gradient(0deg, rgba(249, 176, 26, 0.4), rgba(249, 176, 26, 0.4)), #1f1704;
  border: 1px solid #eec248;
}
.cabinet-page .settings .blocks .block .data .item button span i {
  display: inline-block;
  font-style: normal;
  transform: skew(10deg);
}
.cabinet-page .settings .blocks .block .agree:not(:last-child) {
  margin-bottom: 16px;
}
.cabinet-page .settings .blocks .block .agree .checkbox {
  display: none;
}
.cabinet-page .settings .blocks .block .agree .checkbox + label {
  display: block;
  cursor: pointer;
  padding: 0 0 0 28px;
  font-weight: 500;
  line-height: 17px;
  color: #e0caa3;
  background: url('/img/checkbox.svg') no-repeat left;
}
.cabinet-page .settings .blocks .block .agree .checkbox:checked + label {
  background: url('/img/checkbox2.svg') no-repeat left;
}
.cabinet-page .settings .blocks .block .pass {
  font-weight: 500;
  line-height: 17px;
}
.cabinet-page .settings .blocks .block .personal .item {
  width: 49%;
  font-weight: 500;
  line-height: 17px;
}
.cabinet-page .settings .blocks .block .personal .item:not(:last-child) {
  margin-bottom: 16px;
}
.cabinet-page .settings .blocks .block .personal .item p {
  margin-bottom: 8px;
  color: #e0caa3;
  font-size: 12px;
  line-height: 14px;
}
.cabinet-page .settings .blocks .block .ip {
  font-weight: 500;
  line-height: 17px;
}
.cabinet-page .settings .blocks .block .sett .flex .field {
  width: 48.5%;
  margin-bottom: 24px;
}
.cabinet-page .settings .blocks .block .sett .flex p {
  width: 100%;
  margin-bottom: 8px;
  color: #a68e62;
  line-height: 17px;
}
.cabinet-page .settings .blocks .block .sett select {
  appearance: none;
  width: 31.5%;
  height: 51px;
  padding: 0 20px;
  border: 1px solid #3b2b0d;
  border-radius: 16px;
  background: rgba(35, 27, 11, 0.7) url('/img/select.svg') no-repeat right 20px top 50%;
  font-size: 16px;
  color: #7c612f;
  margin-bottom: 24px;
}
.cabinet-page .settings .blocks .block .sett select.selected {
  color: #fff;
}
.cabinet-page .settings .blocks .block .sett select option {
  color: #fff;
}
.cabinet-page .settings .blocks .block .sett .field {
  margin-bottom: 12px;
  position: relative;
}
.cabinet-page .settings .blocks .block .sett .field input[type='text'],
.cabinet-page .settings .blocks .block .sett .field input[type='password'] {
  width: 100%;
  height: 51px;
  padding: 15px 20px 0 20px;
  border: 1px solid #3b2b0d;
  border-radius: 16px;
  background: rgba(35, 27, 11, 0.7);
  font-size: 16px;
  color: #fff;
}
.cabinet-page .settings .blocks .block .sett .field input[type='text'].error,
.cabinet-page .settings .blocks .block .sett .field input[type='password'].error {
  border: 1px solid #a74a40 !important;
  background: rgba(167, 74, 64, 0.16);
}
.cabinet-page .settings .blocks .block .sett .field p {
  position: absolute;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
  pointer-events: none;
  top: 16px;
  left: 20px;
  color: #7c612f;
  font-size: 16px;
}
.cabinet-page .settings .blocks .block .sett .field input[type='text']:focus + p,
.cabinet-page .settings .blocks .block .sett .field input[type='password']:focus + p,
.cabinet-page .settings .blocks .block .sett .field input[type='text']:valid + p,
.cabinet-page .settings .blocks .block .sett .field input[type='password']:valid + p {
  font-size: 12px;
  top: 6px;
}
.cabinet-page .settings .blocks .block .sett .field input[type='text'].check:valid {
  background: rgba(35, 27, 11, 0.7) url('/img/check.svg') no-repeat right 20px top 50%;
  color: #A68E62;
}
.cabinet-page .settings .blocks .block .sett .field input[type='text']#password-input:valid {
  background: rgba(35, 27, 11, 0.7);
}
.cabinet-page .settings .blocks .block .sett .field input[type='text']#password-input2:valid {
  background: rgba(35, 27, 11, 0.7);
}
.cabinet-page .settings .blocks .block .sett .field input[type='text']#password-input3:valid {
  background: rgba(35, 27, 11, 0.7);
}
.cabinet-page .settings .blocks .block .sett .field input[type='password']:focus {
  border: 1px solid #fed970;
}
.cabinet-page .settings .blocks .block .sett .field .eye {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 16px;
  width: 20px;
  height: 20px;
  background: url('/img/eye.svg');
}
.cabinet-page .settings .blocks .block .sett .field .eye.active {
  background: url('/img/eye2.svg');
}
.cabinet-page .settings .blocks .block .sett .error-text {
  margin: -4px 0;
  color: #a74a40;
  font-weight: 500;
  line-height: 17px;
}
.cabinet-page .settings .blocks .block .sett .buttons {
  padding-top: 20px;
  width: 90%;
}
.cabinet-page .settings .blocks .block .sett .buttons button {
  width: 48%;
  font-size: 16px;
  font-weight: 500;
  position: relative;
  color: #fff;
  padding: 0;
  background: none;
}
.cabinet-page .settings .blocks .block .sett .buttons button:nth-child(1):hover:before {
  background: #251c06;
  border: 1.33px solid #7c612f;
}
.cabinet-page .settings .blocks .block .sett .buttons button:nth-child(1):hover:after {
  background: #7c612f;
}
.cabinet-page .settings .blocks .block .sett .buttons button:nth-child(1):hover span {
  background: #251c06;
  border: 1.33px solid #7c612f;
}
.cabinet-page .settings .blocks .block .sett .buttons button:nth-child(1):before {
  border: 1.33px solid #3b2b0d;
  background: #1f1704;
}
.cabinet-page .settings .blocks .block .sett .buttons button:nth-child(1):after {
  content: "";
  position: absolute;
  width: 8px;
  height: 1px;
  background: #3b2b0d;
  left: -8px;
  bottom: 0px;
  z-index: 4;
  transform: rotate(-55deg);
}
.cabinet-page .settings .blocks .block .sett .buttons button:nth-child(1) span {
  border: 1.33px solid #3b2b0d;
  background: #1f1704;
}
.cabinet-page .settings .blocks .block .sett .buttons button:nth-child(2) {
  opacity: .2;
  pointer-events: none;
}
.cabinet-page .settings .blocks .block .sett .buttons button:nth-child(2).active {
  opacity: 1;
  pointer-events: all;
}
.cabinet-page .settings .blocks .block .sett .buttons button:nth-child(2):before {
  border: 1px solid #eec248;
}
.cabinet-page .settings .blocks .block .sett .buttons button:nth-child(2):after {
  content: "";
  position: absolute;
  width: 8px;
  height: 1px;
  background: #eec248;
  left: -8px;
  bottom: 0px;
  z-index: 4;
  transform: rotate(-55deg);
}
.cabinet-page .settings .blocks .block .sett .buttons button:nth-child(2) span {
  font-weight: 700;
  box-shadow: 0px 0px 12.37px 0px rgba(232, 177, 29, 0.3), inset 0px -3.76px 8.84px 0px rgba(14, 10, 1, 0.53);
  background: radial-gradient(68.61% 223.81% at 93.07% 3.57%, rgba(249, 176, 26, 0.3) 0%, rgba(249, 176, 26, 0) 63.51%), linear-gradient(177.78deg, rgba(249, 176, 26, 0.1) 0.9%, rgba(255, 255, 255, 0.1) 38.79%, rgba(249, 176, 26, 0.1) 97.18%), linear-gradient(0deg, rgba(249, 176, 26, 0.4), rgba(249, 176, 26, 0.4)), #1f1704;
  border: 1px solid #eec248;
}
.cabinet-page .settings .blocks .block .sett .buttons button:before {
  content: "";
  position: absolute;
  left: -4px;
  top: 4px;
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 5.3px;
  transform: skew(-10deg);
}
.cabinet-page .settings .blocks .block .sett .buttons button span {
  display: block;
  text-align: center;
  height: 44px;
  line-height: 44px;
  border-radius: 5.3px;
  transform: skew(-10deg);
}
.cabinet-page .settings .blocks .block .sett .buttons button span i {
  display: inline-block;
  font-style: normal;
  transform: skew(10deg);
}
@media (max-width: 1430px) {
  .wrap {
    width: 970px;
  }
  .categories-menu a {
    min-width: 0;
    padding: 0 15px;
  }
  .advantages-block .list .item {
    padding: 0 30px;
  }
  .footer ul {
    width: 600px;
  }
  .cabinet-page .settings .blocks .block .data .item button {
    position: relative;
    top: auto;
    bottom: auto;
    left: auto;
    right: auto;
    display: block;
    margin: 32px auto 0 auto;
    transform: none;
  }
  .cabinet-page .history .item .sort .sort-item {
    margin-bottom: 20px;
  }
}
@media (max-width: 1200px) {
  .wrap {
    width: 747px;
  }
  .categories-menu {
    display: block;
    white-space: nowrap;
    overflow-x: scroll;
  }
  .categories-menu::-webkit-scrollbar {
    height: 0;
  }
  .categories-menu a {
    display: inline-block;
  }
  .categories-menu a:not(:last-child) {
    margin-right: 20px;
  }
  .index-catalog-block .list .item {
    width: 32.7%;
  }
  .footer ul {
    width: 500px;
  }
  .footer ul li {
    width: auto;
  }
  .footer .logos img {
    display: block;
    margin: 0 auto;
  }
  .footer .logos img:not(:last-child) {
    margin: 0 auto 8px auto;
  }
  .popup-search-block .window {
    width: 900px;
  }
  .ballanse-popup .window {
    width: 900px;
  }
  .user-popup .window {
    width: 900px;
  }
  .user-popup .window .banner {
    width: 56%;
    height: 600px;
  }
  .user-popup .window .banner .actions {
    padding: 0 20px;
  }
  .user-popup .window form {
    width: 44%;
    padding: 80px 30px 0 30px;
  }
  .cabinet-page nav {
    width: 100%;
    margin-bottom: 32px;
  }
  .cabinet-page .content {
    width: 100%;
  }
  .cabinet-page .settings {
    width: 100%;
  }
  .cabinet-page .history {
    width: 100%;
  }
}
@media (max-width: 960px) {
  .wrap {
    width: 556px;
  }
  .header .ballanse {
    display: none;
  }
  .index-page-forms form {
    width: 240px;
  }
  .advantages-block .text {
    width: 100%;
    padding: 0 0 28px 0;
  }
  .advantages-block .list {
    width: 100%;
  }
  .footer ul {
    width: 100%;
  }
  .bottom-menu {
    position: fixed;
    top: auto;
    bottom: 0;
    left: 0;
    right: 0;
    width: auto;
    height: auto;
    padding: 9px 16px 16px 16px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-right: 0;
    border-top: 1px solid #1f1704;
    z-index:3;
  }
  .bottom-menu .item {
    width: 24%;
    margin: 0;
  }
  .popup-search-block .window {
    width: 540px;
  }
  .popup-search-block .window .content .index-catalog-block .list .item {
    width: 48.8%;//32.5%;
  }
  .providers-block .item {
    width: 32%;
    margin-right: 2%;
  }
  .providers-block .item:nth-child(5n) {
    margin-right: 2%;
  }
  .providers-block .item:nth-child(3n) {
    margin-right: 0;
  }
  .providers-block {
    height: 300px;
    overflow-y: scroll;
  }
  .providers-block.result {
    overflow: auto;
    height: auto;
  }
  .providers-block::-webkit-scrollbar {
    width: 0;
  }
  .header .user .window {
    right: 0;
  }
  .ballanse-popup .window {
    width: 540px;
  }
  .ballanse-popup .window .table table thead {
    display: none;
  }
  .ballanse-popup .window .table table tbody tr {
    display: block;
  }
  .ballanse-popup .window .table table tbody tr td {
    display: block;
    padding: 0;
    text-align: right;
    padding: 12px 0;
    position: relative;
    border-bottom: 1px solid #1f1704;
  }
  .ballanse-popup .window .table table tbody tr td p {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    white-space: nowrap;
    display: block;
  }
  .ballanse-popup .window .table {
    margin: 0;
  }
  .ballanse-popup .window .tabNavigation li a {
    padding: 12px 20px;
  }
  .ballanse-popup .window .close {
    //top: 24px;
    //right: 16px;
  }
  .ballanse-popup .window .tab-content2 .list .item {
    height: 80px;
    width: 48%;
    margin-bottom: 12px;
  }
  .ballanse-popup .window .tab-content2 .list .item.small2 {
    width: 23%;
  }
  .user-popup .window {
    width: 540px;
  }
  .user-popup .window .banner {
    width: 100%;
    height: 116px;
    background: url('/img/popup2.png') center / cover;
    padding: 12px 16px;
  }
  .user-popup .window .banner.other {
    background: url('/img/popup4.png') center / cover;
    padding: 10px 16px;
  }
  .user-popup .window .banner h3 {
    font-size: 15.11px;
    line-height: 23px;
    margin-bottom: 0;
  }
  .user-popup .window .banner.other h3 {
    margin-bottom: 5px;
  }
  .user-popup .window .banner h3 span {
    display: inline;
  }
  .user-popup .window .banner p {
    font-size: 5.82px;
    line-height: 1.3;
  }
  .user-popup .window .banner .date {
    display: none;
  }
  .user-popup .window .banner .actions {
    width: 111px;
    top: auto;
    bottom: auto;
    left: auto;
    right: auto;
    right: 30px;
    bottom: 6px;
  }
  .user-popup .window .banner .actions .action {
    width: 49%;
  }
  .user-popup .window .banner .actions .action:nth-child(2) {
    margin-top: 10px;
  }
  .user-popup .window .banner button {
    display: block;
  }
  .user-popup .window form {
    width: 100%;
    padding: 32px 0 0 0;
  }
  .user-popup .window form .bottom-link {
    position: relative;
    top: auto;
    bottom: auto;
    left: auto;
    right: auto;
    width: auto;
    text-align: center;
    padding-top: 30px;
  }
  .user-popup .window .banner .bonus {
    width: 147px;
    height: 30px;
    margin-bottom: 14px;
    padding: 0 14px;
  }
  .user-popup .window .banner .bonus .b1 {
    font-size: 7.08px;
    line-height: 9px;
  }
  .user-popup .window .banner .bonus .b1 span {
    font-size: 20.07px;
    line-height: 24px;
    margin: -2px 0;
  }
  .user-popup .window .banner .bonus .b2 {
    font-size: 16.79px;
    line-height: 21px;
    margin-top: 4px;
  }
  .user-popup .window .banner .bonus .b3 {
    font-size: 18.62px;
    line-height: 23px;
    margin-top: 3px;
  }
  .cabinet-page .settings .blocks {
    width: 100% !important;
  }
  .cabinet-page .history .item .sort .sort-item {
    width: 100%;
  }
  .cabinet-page .history .item .table table thead {
    display: none;
  }
  .cabinet-page .history .item .table table tbody tr {
    display: block;
    padding: 16px 24px;
    border-radius: 16px;
    background: #1f1704;
  }
  .cabinet-page .history .item .table table tbody tr td {
    display: block;
    text-align: right;
    position: relative;
    padding: 0;
    font-size: 19px;
    font-weight: 600;
    line-height: 23px;
  }
  .cabinet-page .history .item .table table tbody tr td:not(:last-child) {
    margin-bottom: 32px;
  }
  .cabinet-page .history .item .table table tbody tr td p {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    white-space: nowrap;
    display: block;
    color: #e0caa3;
    font-size: 14px;
    line-height: 17px;
  }
  .cabinet-page .history .item .table {
    margin: 0;
  }
}
@media (max-width: 575px) {
  .wrap {
    width: auto;
    padding: 0 16px;
  }
  .header .logo {
    width: 120px;
  }
  .header .buttons button span {
    height: 38px;
    line-height: 38px;
    padding: 0 18px;
  }
  .header .buttons button {
    font-size: 14px;
  }
  .header .buttons button:nth-child(1) {
    margin-right: 16px;
  }
  .header .buttons {
    margin-top: 18px;
  }
  .index-page-slider .item {
    padding: 16px 18px;
  }
  .index-page-slider .item h3 {
    margin-bottom: 8px;
    font-size: 17px;
    line-height: 20px;
  }
  .index-page-slider .item .bonus {
    width: 147px;
    height: 30px;
    margin-bottom: 14px;
    padding: 0 14px;
  }
  .index-page-slider .item .bonus .b1 {
    font-size: 7.08px;
    line-height: 9px;
  }
  .index-page-slider .item .bonus .b1 span {
    font-size: 20.07px;
    line-height: 24px;
    margin: -2px 0;
  }
  .index-page-slider .item .bonus .b2 {
    font-size: 16.79px;
    line-height: 21px;
    margin-top: 4px;
  }
  .index-page-slider .item .bonus .b3 {
    font-size: 18.62px;
    line-height: 23px;
    margin-top: 3px;
  }
  .index-page-slider .item button {
    font-size: 9px;
  }
  .index-page-slider .item button span {
    height: 20px;
    line-height: 20px;
    padding: 0 18px;
  }
  .index-page-slider .item button:after {
    left: -5px;
  }
  .index-page-slider {
    margin-bottom: 24px;
  }
  .categories-menu {
    padding: 0 16px;
    margin: 0 -16px 13px 0;
    border-radius: 16px 0 0 16px;
  }
  .categories-menu a:not(:last-child) {
    margin-right: 16px;
  }
  .categories-menu a {
    height: 48px;
    line-height: 48px;
    padding: 0 13px;
    font-size: 14px;
  }
  .index-page-forms {
    margin-bottom: 28px;
  }
  .index-page-forms form {
    display: block;
    width: auto;
  }
  .index-page-forms form:not(:last-child) {
    margin: 0 0 12px 0;
  }
  .index-catalog-block .top-block {
    line-height: 24px;
    margin-bottom: 18px;
  }
  .index-catalog-block .top-block h2 img {
    width: 24px;
  }
  .index-catalog-block .top-block h2 {
    font-size: 16px;
  }
  .index-catalog-block .top-block .top-link {
    font-size: 12px;
    padding: 0 20px 0 0;
    background: url('/img/arrow.svg') no-repeat right;
    background-size: 12px;
  }
  .index-catalog-block .list .item {
    width: 49%;
  }
  .index-catalog-block {
    padding-bottom: 20px;
  }
  .advantages-block .text {
    order: 2;
  }
  .advantages-block .list {
    order: 1;
  }
  .advantages-block .list .item {
    padding: 0 5px;
    font-size: 13px;
  }
  .advantages-block .list .item img {
    width: 81px;
  }
  .advantages-block .list .item h3 {
    margin: 12px 0 4px;
    font-size: 16px;
    line-height: 24px;
  }
  .advantages-block .text {
    padding: 0;
  }
  .advantages-block .text h3 {
    margin-bottom: 12px;
    font-size: 16px;
    line-height: 20px;
  }
  .advantages-block .text p {
    font-size: 14px;
    line-height: 20px;
  }
  .footer .langs {
    width: 100%;
    text-align: center;
    margin-bottom: 35px;
  }
  .footer .langs p {
    margin-bottom: 12px;
    font-size: 16px;
    line-height: 20px;
  }
  .footer ul li {
    //width: 100%;
  }
  .footer ul {
    display: none;
  }
  .footer ul.opened {
    display: inline-flex;
    margin-top: -12px;
  }
  .footer .nav-link {
    display: block;
  }
  .footer ul li a {
    padding: 10px 0;
  }
  .footer .payments p {
    display: none;
  }
  .footer .payments {
    background: rgba(35, 27, 11, 0.7);
    padding: 8px;
    margin: 0 -16px 38px -16px;
  }
  .footer .copy {
    font-size: 12px;
    line-height: 16px;
  }
  .footer .logos {
    padding: 0 40px;
  }
  .bottom-menu .item {
    width: 60px;
  }
  .index-catalog-block .bottom-button {
    margin: 12px 0 8px;
  }
  .popup-search-block .window {
    width: 360px;
  }
  .popup-search-block .window h2 {
    padding: 24px;
    font-size: 17px;
    line-height: 20px;
  }
  .popup-search-block .window .close {
    top: 24px;
    right: 24px;
  }
  .popup-search-block .window .content {
    padding: 24px 24px 0 24px;
  }
  .popup-search-block .window .content .index-catalog-block {
    height: 280px;
  }
  .index-catalog-block .not-found h3 {
    margin-bottom: 32px;
  }
  .providers-block .item {
    width: 49%;
    margin-right: 2%;
  }
  .providers-block .item:nth-child(3n) {
    margin-right: 2%;
  }
  .providers-block .item:nth-child(2n) {
    margin-right: 0;
  }
  .bonuses-page .tabNavigation {
    padding: 0 16px;
    margin-bottom: 32px;
  }
  .bonuses-page .tabNavigation li:not(:last-child) {
    margin-right: 16px;
  }
  .bonuses-page .tabNavigation li a {
    padding: 15px 19px;
  }
  .bonuses-page {
    padding-bottom: 64px;
  }
  .bonuses-page h1 {
    margin-bottom: 20px;
  }
  .header .user {
    margin-top: 18px;
  }
  .header .user .money {
    margin-right: 10px;
  }
  .header .user .money div {
    width: 98px;
    height: 36px;
    font-size: 10px;
    line-height: 12px;
    padding: 3px 0 0 10px;
  }
  .header .user .money div i {
    font-size: 12px;
    line-height: 15px;
  }
  .header .user .money div:after {
    width: 12px;
    height: 12px;
    background-size: 12px;
    margin-top: -6px;
  }
  .header .user .name span {
    height: 36px;
    line-height: 36px;
    padding: 0 12px;
  }
  .header .user .name span i:before {
    width: 16px;
    height: 16px;
    background-size: 16px;
  }
  .header .user .name {
    font-size: 14px;
  }
  .header .user .window {
    width: calc(100vw - 32px);
  }
  .header .user .window .items .item {
    width: 100%;
    margin-bottom: 16px;
    font-size: 12px;
    line-height: 15px;
  }
  .header .user .window .items {
    padding-bottom: 12px;
  }
  .header .user .window .items .item span {
    font-size: 17px;
    line-height: 21px;
  }
  .header .user .window .butt button {
    width: 100%;
  }
  .header .user .window .butt button:nth-child(1) {
    margin-bottom: 20px;
  }
  .ballanse-popup .window {
    width: 360px;
  }
  .ballanse-popup .window .tabNavigation li a img {
    display: none;
  }
  .ballanse-popup .window .tabNavigation li a {
    font-size: 14px;
    line-height: 18px;
    padding: 12px 16px;
  }
  .ballanse-popup .window .tabNavigation li:not(:last-child) {
    margin-right: 12px;
  }
  .ballanse-popup .window {
    padding: 16px;
  }
  .ballanse-popup .window .close {
    top: 36px;
  }
  .ballanse-popup .window .tab-content2 .list .item {
    height: 60px;
  }
  .ballanse-popup .window .tabNavigation2 li a,
  .ballanse-popup .window .tabNavigation3 li a {
    font-size: 12px;
  }
  .ballanse-popup .window .tabNavigation2 li:not(:last-child),
  .ballanse-popup .window .tabNavigation3 li:not(:last-child) {
    margin-right: 10px;
  }
  .ballanse-popup .window .tab-content2 .list .item.small {
    width: 31%;
  }
  .ballanse-popup .window .tab-content2 .list .item.small2 {
    height: 40px;
  }
  .user-popup .window {
    width: 360px;
  }
  .user-popup .window form h2 {
    margin-bottom: 16px;
    font-size: 24px;
    line-height: 29px;
  }
  .user-popup .window form .forget a {
    font-size: 14px;
    line-height: 17px;
  }
  .user-popup .window {
    padding: 60px 20px 24px 20px;
  }
  .user-popup .window form button span {
    height: 50px;
    line-height: 50px;
  }
  .user-popup .window form .forget {
    margin: -6px 0 30px;
  }
  .user-popup .window .close {
    top: 24px;
    right: 20px;
  }
  .user-popup .window .banner {
    height: 110px;
    border-radius: 10px;
  }
  .user-popup .window .banner.other {
    height: 116px;
  }
  .user-popup .window form .error-text {
    margin: -6px 0 20px;
  }
  .cabinet-page .content .ballanse .items .item {
    width: 100%;
    margin-bottom: 24px;
  }
  .cabinet-page .content .ballanse .items {
    padding-bottom: 12px;
  }
  .cabinet-page .content .ballanse .butt button {
    width: 100%;
  }
  .cabinet-page .content .ballanse .butt button:nth-child(1) {
    margin-bottom: 20px;
  }
  .cabinet-page {
    padding: 24px 0 64px;
  }
  .cabinet-page .settings .blocks .block .sett .buttons {
    width: auto;
  }
  .cabinet-page .settings .blocks .block .sett .buttons button {
    width: 100%;
  }
  .cabinet-page .settings .blocks .block .sett .buttons button:nth-child(1) {
    margin-bottom: 20px;
  }
  .cabinet-page .settings .blocks .block .sett .flex .field {
    width: 100%;
    margin-bottom: 16px;
  }
  .cabinet-page .settings .blocks .block .sett .flex .field.other {
    margin-bottom: 32px;
  }
  .cabinet-page .settings .blocks .block .sett select {
    width: 100%;
    margin-bottom: 16px;
  }
  .cabinet-page .settings .blocks .block .sett select.other {
    margin-bottom: 32px;
  }
  .cabinet-page .settings .blocks .block .sett .buttons {
    padding: 0 44px;
  }
  .cabinet-page .history .item {
    padding: 24px;
  }
  .cabinet-page .history .item .sort .sort-item input[type='text'] {
    width: 122px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .cabinet-page .history .item .table table tbody tr td .not-found {
    margin: 0;
  }
  .cabinet-page .history .item .table table tbody tr.empty {
    background: none;
  }
  .cabinet-page .history .item .table table tbody tr td .not-found {
    font-size: 14px;
  }
}

.close {
    cursor:pointer;
    
}

.game-item img:hover {
    filter: blur(3px);
    background: #050505 80%;
}
.image-container {
            position: relative; /* Для позиционирования затемняющего слоя */
            display: inline-block; /* Для обертки изображения */
        }
        .image-container img {
            display: block; /* Убираем пробелы под изображением */
        }

        .dark-overlay:hover {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-color: rgba(0, 0, 0, 0.5); /* Черный цвет с прозрачностью */
            pointer-events: none; /* Игнорирует взаимодействие с мышью */
        }
 
 
.game-active {
    position:absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}        
.game-active-blur  {
    background:#000;
    filter: blur(7px);
    opacity: 0.6;
    overflow: hidden;
    
}

.game-info {
    display:none;
    flex-direction:column;
    flex-wrap:nowrap;
    justify-content:flex-start;
}
.game-name {
    color: #fff;
    font-size:12px;
    position:absolute;
    margin-top:14px;
    margin-left:14px;
    font-weight:500;
    opacity:1;
}

.game-demo {
    text-decoration:underline;
    color: #fff;
    font-size:14px;
    position:absolute;
    margin-top:14px;
    margin-left:14px;
    font-weight:500;
    opacity:1;
    cursor:pointer;
}



////////////////////////
.game-init {
 
  margin-top: 34px;
  position: relative;
  text-align:center;
}

.game-init .name {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  font-size: 16px;
  font-weight: 700;
}
.game-init .name:before {
  border: 1px solid #eec248;
  content: "";
  position: absolute;
  left: -4px;
  top: 4px;
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 5.3px;
  transform: skew(-10deg);
}
.game-init .name:after {
  content: "";
  position: absolute;
  width: 8px;
  height: 1px;
  background: #eec248;
  left: -8px;
  bottom: 0px;
  z-index: 4;
  transform: rotate(-55deg);
}
.game-init .name span {
  display: inline-block;
  height: 36px;
  line-height: 36px;
  padding: 0 25px;
  border-radius: 5.3px;
  transform: skew(-10deg);
  box-shadow: 0px 0px 12.37px 0px rgba(232, 177, 29, 0.3), inset 0px -3.76px 8.84px 0px rgba(14, 10, 1, 0.53);
  background: radial-gradient(68.61% 223.81% at 93.07% 3.57%, rgba(249, 176, 26, 0.3) 0%, rgba(249, 176, 26, 0) 63.51%), linear-gradient(177.78deg, rgba(249, 176, 26, 0.1) 0.9%, rgba(255, 255, 255, 0.1) 38.79%, rgba(249, 176, 26, 0.1) 97.18%), linear-gradient(0deg, rgba(249, 176, 26, 0.4), rgba(249, 176, 26, 0.4)), #1f1704;
  border: 1px solid #eec248;
  font-weight:700;
  font-size:14px;
}
.game-init .name span i {
  display: inline-block;
  font-style: normal;
  transform: skew(10deg);
}
.game-init .name span i:before {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  background: url('/img/play.svg') no-repeat;
  vertical-align: middle;
  margin: -2px 4px 0 0;
}



.game-content {
    
    height:685px;
    min-height:685px;
    text-align: center;
    vertical-align:middle;
    background: #0e0a01 url('/img/bg.png') no-repeat center;
    border:1px solid #251C06;
    color: #1F1704;
    border-radius:16px;
    overflow: hidden;
    margin-bottom:20px;
}
.game-content-message {
    color: #A68E62;
    background: #3B2B0D;
    padding:16px 28px;
    border-radius:21px;
    margin: 25% auto;
    width: 300px;
    //display: none;    
}

.game-nav {
    display:flex;
    justify-content:space-between;
    align-items:center;
    gap:12px;
    font-size:16px;
    font-weight:500;
    //font-family:Inter;
    line-height: 19.36px;
    color: #A68E62;
    
}
.game-nav-gamename {
    
    
    margin-bottom:20px;
    //text-transform:uppercase;
    display:flex;
    gap:10px;
}

.game-nav-view-buttons,.game-nav-view {
    display:flex;
    gap:10px;
    align-items:flex-start;
}
.game-nav-view {
   margin-bottom:20px; 
}            

.game-nav-demotype {
    margin-bottom:20px;
    display:flex;
    gap:10px;
    align-items:flex-start;
}
.game-nav-demotype-button {
   display:flex;
    gap:10px;
    padding:8px 12px;
    border:1px solid #FED970;
    border-radius:5px;
    background:#251C06;
    color:#FED970;
    margin-top:-8px; 
}

@media only screen and (max-width: 768px) {
    .hidden-mobile {
        display:none;
     
           
            
    }
    .paysys-form-container .close {
        top:0;
    }
    .ballanse-popup .tabs {
        margin-top:20px;
    }
    
    .ballanse-popup .window .close {
        right:20px;
        top:20px;
    }
    
    .unetsafe-widget__system-image {
        width:90px;
    }
    
    .paysys-form-fields  {
    width: auto;
}
.paysys-form-background {
    overflow:overlay;
    height:380px;
}
.paysys-form-logo {
    height:60px;
}

.paysys-form-logo img {
    width:70px;
    
}                    
}    

.unetsafe-widget__system-list__list__item {
    display:flex;
    align-items:center;
    justify-content:space-around
}

///////////////////////// 


.index-catalog-block.bonus-gs .list .item .game-active{
  background-size:cover;
}
      
.logo img {
    max-width: 166px;
    max-height: 111px;
}
img.unetsafe-widget__system-image.unetsafe-widget__system-image_kassify_golda {
    max-width: 150px;
}