/*
Theme Name: GRODOS
*/

/* NULL */
HTML, BODY, DIV, SPAN, APPLET, OBJECT, IFRAME, H1, H2, H3, H4, H5, H6, P, BLOCKQUOTE, PRE, A, ABBR, ACRONYM, ADDRESS, BIG, CITE, CODE, DEL, DFN, EM, FONT, IMG, INS, KBD, Q, S, SAMP, SMALL, STRIKE, STRONG, TT, VAR, B, U, I, CENTER, DL, DT, DD, OL, UL, LI, FIELDSET, FORM, LABEL, LEGEND {margin: 0;padding: 0;border: 0;outline: 0;font-size: 100%;vertical-align: baseline;background: transparent;}
SUP, SUB {line-height: 1px;}
BODY {line-height: 1;}
UL {list-style: none;}
:focus {outline: 0;}
INS {text-decoration: none;}
DEL {text-decoration: line-through;}
input::-moz-focus-inner {border: 0;}
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary, .block {display: block;}
audio, canvas, video {display: inline-block;}
audio:not([controls]) {display: none;height: 0;}

[hidden] {display: none;}
.none, .hidden, .on980, .on760, .on320, .only980, .only760 {display: none;}

.clear, .clr {clear: both;}
hr.clear, hr.clr {padding: 0;margin: 0;height: 1px;overflow: hidden;border: 0;}
.clearfix:before, .clearfix:after, .clf:before, .clf:after {content: " ";display: table;}
.clearfix:after, .clf:after {clear: both;}
.clearfix, .clf {*zoom: 1;}

.alignright, .right { float: right; }
.alignleft, .left { float: left; }
.center { text-align: center; }
.centered, .aligncenter {
	display: block;
	margin: 0 auto;
	}

img.alignright, img.right {
	margin: 0 0 7px 20px;
	display: inline;
	}
img.alignleft, img.left {
	margin: 0 20px 7px 0;
	display: inline;
	}
a img {
	border: none;
	}
img {
	max-width: 100%;
	}

.entry img {
	height: auto;
	}
/* END NULL */

/* BASE */
html, body {
    margin: 0;
    padding: 0;
    width: 100%;
    overflow-x: hidden;
}

* {
    box-sizing: border-box;
}

.wrap {
    max-width: 100%;
    margin: 0 auto;
}

.banner-block, .header {
    width: 100%;
}

body {
	color: #fff;
	font-size: 16px;
	font-family: Muller, sans-serif;
	background-color: #212132;
    background-image: url(images/body.svg);
    background-repeat: repeat;
	text-align: center;
	-webkit-font-smoothing: antialiased;
	}
.wrap {
	width: 93%;
	margin: 0 auto;
}
/* END BASE */

input {
    text-align: center;
}

/* HEADER */
.header {
    position: fixed; /* Прикрепляем к верху экрана */
    top: 0;
    left: 0;
    width: 100%;
    height: 50px; /* Высота хедера */
    background-color: rgba(37, 37, 54, 0.97); /* 80% прозрачности */
    z-index: 1000; /* Чтобы он был поверх всего */
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    display: flex;
	align-items: center;
	justify-content: center;
}
.header .wrap {
	display: flex;
	align-items: center;
    justify-content: space-between;

}

.banbox {
    padding-top: 90px;
    background: url(images/BAN1.webp) center center / cover;
}

/* Логотип */
.logo img {
    height: 100%;
    width: 200px;

}
/* Кнопки авторизации */
.auth-buttons {
    display: flex;
    gap: 15px;
}

.login-btn,
.register-btn {
    
    border: none;
    
    font-size: 12px;
    font-weight: bold;
    cursor: pointer;
    transition: background 0.3s;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
}

.login-btn {
    text-decoration: underline;
    text-underline-offset: 6px;
    font-weight: normal;
    padding: 8px 4px;
    letter-spacing: 0.5px;
}

.register-btn {
    background-color: #fe284a;
    box-shadow: 0 3px 0 0 #871628, 0 4px 4px 0 #000;
    padding: 8px 30px;
    letter-spacing: 1px;
    border-radius: 20px;
    z-index: 2;
}

.register-btn:hover {
    box-shadow: 0 3px 0 0 #871628, 0 4px 4px 0 #000, inset 0 15px 15px -3px #fff6;
}

.green-btn {
    background-color: #62c23c;
    box-shadow: 0 3px 0 0 #3c7028, 0 4px 4px 0 #000;
}

.green-btn:hover {
    box-shadow: 0 3px 0 0 #3c7028, 0 4px 4px 0 #000, inset 0 15px 15px -3px #fff6;
}

.marginb {
    margin-bottom: 48px !important;
}

.banner-block {
    background: url(images/blur2.png) repeat, #101226;
    flex: 1.5;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    height: 220px;
    gap: 12px;
    padding-top: 33px;
}

.layer:after {
    background: url(images/fon.svg) repeat-y;
    background-size: 100%;
    height: 220px;
    left: 0;
    top: 0;
    content: "";
    position: absolute;
    width: 100%;
    z-index: 0;
}

.banner-block p {
    text-transform: uppercase;
    font-size: 30px;
    font-weight: bold;
}

.main_menu_block {
    box-shadow: inset 0 5px 25px 0 #000c;
    box-sizing: border-box;
    width: 100%;
    position: relative;
    text-align: left;
}









.bonus-card {
    padding-top: 15px;
    padding-bottom: 50px;
}

.bonus-title {
    font-size: 20px;
    font-weight: 900;
    font-style: italic;
    color: var(--text-color);
    margin-bottom: 20px;
    text-transform: uppercase;
    letter-spacing: 1px;
    line-height: 1.3;
    text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.7);
}

span.accent {
    background-color: #fe284a;
    color: var(--accent-color);
    border-radius: 20px;
    padding: 2px 11px 4px 12px;
    text-shadow: none;
}

.bonus-card .green-btn {
    display: block;
    margin: 0 auto;
    width: 190px;
    margin-top: 15px;
}






.main_menu_block:after {
    background-image: url(images/point.svg);
    background-repeat: repeat-x;
    background-size: contain;
    height: 5px;
    top: 80px;
    content: "";
    position: absolute;
    width: 100%;
    z-index: 0;
}

.menu_categ {
    box-sizing: border-box;
    margin: 0 auto;
    max-width: 1200px;
    padding: 0 15px;
    width: 100%;
}

.menu-list {
    display: flex;
    width: inherit;
}

.categ-item:before {
    background-color: #313047;
    content: "";
    display: block;
    height: 50px;
    position: absolute;
    top: 12.5px;
    width: 1px;
}

.categ-item:after {
    background-color: #313047;
    content: "";
    display: block;
    height: 50px;
    position: absolute;
    top: 12.5px;
    width: 1px;
}

.main_menu_block .menu-list>* {
    position: relative;
    width: 50%;
}

.amenu {
    cursor: pointer;
    display: block;
    font-family: Muller, sans-serif;
    font-size: 16px;
    font-weight: 800;
    text-decoration: none;
    text-transform: uppercase;
    width: 100%;
}

.block-amenu {
    align-items: center;
    box-sizing: border-box;
    display: flex;
    height: 80px;
        justify-content: center;
        max-height: 80px;
        padding: 10px 5px;
            gap: 10px;
            outline-color: #17eada;
}

.block-amen:hover {
    box-shadow: inset 0 0 0 38px #ffffff0d;
}

.amenu-img {
    align-items: center;
    display: flex;
    height: -webkit-fill-available;
    justify-content: center;
    position: relative;
    margin-right: 5px;
}

.amenu-text {
        box-sizing: border-box;
    display: inline-block;
    max-height: 100%;
    max-width: 70%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
            font-size: 14px;
                    overflow: visible;
                        line-height: 12px;
}

.amenu_pic {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    height: inherit;
    width: 55px;
    height: 100%;
}

.slots .amenu_pic {
    background-image: url(images/slots.svg);
}

.live .amenu_pic {
    background-image: url(images/live.svg);
}

.casino .amenu_pic {
    background-image: url(images/cas.svg);
}

.tourm .amenu_pic {
    background-image: url(images/tourm.svg);
}
.slots span {
    color: #17eada;
}

.live span {
    color: #de593e;
}

.casino span {
    color: #6ef770;
}

.tourm span {
    color: #e8ce3a;
}

.mirror-block {
    background: url(images/blur.png) repeat, #101226;
    box-shadow: 0 0 30px 0 #00000080;
    position: relative;
    height: 150px;
    width: 100%;
    text-align: left;
}

.mirror-block:before {
    background-image: url(images/point.svg);
    background-repeat: repeat-x;
    background-size: contain;
    height: 5px;
    top: 1px;
    content: "";
    position: absolute;
    width: 100%;
    z-index: 0;
}

.mirror-content {
    a
}

/* END HEADER */

.content {

	width: 100%;

}
/* TEXT */
.block-text {
	align-items: flex-start;
    background: url(images/blur.png) repeat, linear-gradient(#1c2240, #1c2240) padding-box, linear-gradient(180deg, #4d5a85, #46527900) border-box;
    border: 1px solid #0000;
    border-radius: 10px;
    box-shadow: 0 8px 10px #000;
    text-align: left;
    margin: 16px 0px;
    padding: 15px;
}

.block-text h1,h2 {
	border-bottom: 1px solid #40445a;
    font-size: 20px;
    font-weight: 800;
    margin-bottom: 10px;
    min-height: 40px;
    text-transform: uppercase;
    width: 100%;
    padding-bottom: 13px;
}

.block-text > h2:not(:first-child) {
    margin-top: 30px; /* Отступ сверху для всех элементов, кроме первого */
}

.block-text p {
	font-weight: 300;
    margin-bottom: 15px;
    text-align: left;
    line-height: 23px;
}
/* END TEXT */

.block-actions {
	display: flex;
	align-items: center;
	justify-content: center;
    padding-top: 85px;
    gap: 30px;
    margin-bottom: 25px;
}

.promo-content p {
    text-align: center;
}

table {
            width: 100%;
            border-collapse: collapse;
            margin: 20px 0;
            
        }

        th, td {
            text-align: left;
            padding: 10px;
        }

        td {
            vertical-align: top;
        }

        .slot-name {
            display: flex;
            flex-direction: column;
            align-items: center;
        }

        .slot-name img {
            max-width: 100px;
            height: auto;
            margin-bottom: 10px;
        }

.block-text img {
    display: block; /* Убедитесь, что изображения являются блочными элементами */
    margin: 0 auto; /* Центрирует изображения по горизонтали */
    max-width: 40%; /* Ограничение размера изображения */
    height: auto;
    margin-bottom: 15px;
}

.block-text a {
    font-weight: bold;
}

.block-text a.mir {
    margin: 0 auto;
    display: block;
    width: 219px;
    text-align: center;
}

/* Общий стиль блока */
.promo-block {
    background-color: #2e2e48; /* Темный фон блока */
    border-radius: 20px; /* Скругленные углы */
    box-shadow: 0 8px 10px #000;
    border: 1px solid #0000;
    background: url(images/blur2.png) repeat, #1c22404d;
    padding: 60px 20px 20px; /* Отступ сверху для размещения изображения */
    width: 360px;
    height: 225px;
    text-align: center; /* Центрирование текста */
    color: #fff;
    position: relative; /* Для абсолютного позиционирования изображения */
}

.promo-image {
    position: absolute; /* Абсолютное позиционирование */
    top: -90px; /* Вынос изображения вверх */
    left: 50%; /* Центровка по горизонтали */
    transform: translateX(-50%); /* Центрирование */
    z-index: 10; /* Поверх блока */
}

/* Блок с изображением */
.promo-image img {
    max-width: 275px; /* Размер изображения */
    height: auto;
}

/* Заголовок */

.promo-content p.promp {
    font-size: 17px;
    font-weight: bold;
    margin-bottom: 10px;
    line-height: 1;
    color: #fff;
}

/* Описание */
.promo-content p {
    font-size: 13px;
    line-height: 1.5;
    margin-bottom: 20px;
    color: #ccc; /* Тускло-белый текст */
}

/* Кнопка */
.promo-button {
    background-color: #43a047; /* Зеленый фон кнопки */
    color: #fff;
    border: none;
    border-radius: 25px;
    padding: 10px 20px;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
    transition: background-color 0.3s ease, box-shadow 0.3s ease;
}

.promo-button:hover {
    background-color: #388e3c; /* Темно-зеленый цвет при наведении */
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
}

.box_input_text {
    margin: 15px 0 10px;
    width: 98%;
    align-items: center;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    position: relative;
}

.box_input_text input {
    background: linear-gradient(#191929, #191929) padding-box, linear-gradient(180deg, #0000 40%, #80808066) border-box;
    border: 1px solid #0000;
    border-radius: 5px;
    box-sizing: border-box;
    color: #fff;
    font-weight: 500;
    transition: box-shadow .25s ease;
    width: 100%;
    font-size: 16px;
    height: 35px;
    padding: 0 10px;
}

/* FOOTER */
.block-footer {
	border-top: 1px dashed #303036;
    box-sizing: border-box;
    background: url(images/blur.png) repeat, #0a0a14;
}

.logotype {
	width: 200px;
	height: 100%;
}

.footer-inner-container {
	align-items: center;
    display: flex;
	justify-content: space-between;
    padding-bottom: 30px;
    padding-top: 30px;
    gap: 50px;
}

.footer-item {
	color: #646a87;
	font-size: 12px;
	line-height: 14px;
	display: flex;
	align-items: center;
}

.footer-item img {
	height: 40px;
	width: 40px;
}

.copyright {
	text-align: left;
}

.warning p {
	margin-left: 20px;
	text-align: left;

}

.download-btn {
	height: 35px;
	gap: 10px;
	border-radius: 20px;
	padding: 0px 20px;
	background-color: #4d5a85;
	box-shadow: 0 3px 0 0 #2c3552, 0 4px 4px 0 #000;
	color: #fff;
	fill: #fff;
	text-transform: uppercase;
}

.icon {
	fill: #E0E0E0;
	margin-top: 1px;
}

.icon:hover {
	fill: #fff;
}
/* END HEADER */

@media (max-width: 829px) {

    .auth-buttons a {
        font-size: 12px;
    }

    .auth-buttons a.register-btn {
        padding: 8px 30px;
    }

    .logo img {
        width: 200px;
    }

    .banner-block {
        height: 200px;
        gap: 10px;
        padding-top: 35px;
    }

    .banner-block p {
        font-size: 25px;
    }

    .menu_categ {
        padding: 0px;
    }

    .menu_categ span {
        font-size: 11px;
    }

    .layer:after {
        height: 200px;
    }

    .block-actions {
        gap: 15px;
    }

    .promo-image img {
        max-width: 250px;
    }

    .promo-block {
        background-color: #2e2e48;
        border-radius: 20px;
        box-shadow: 0 8px 10px #000;
        border: 1px solid #0000;
        background: url(images/blur2.png) repeat, #1c22404d;
        padding: 60px 10px 20px;
        width: 100%;
        height: 225px;
        text-align: center;
        color: #fff;
        margin: auto;
        position: relative;
    }

    .promo-image {
        top: -70px;
    }

    
}

@media (max-width: 759px) {
    .block-amenu {
        flex-direction: column;
    }

    .auth-buttons a {
        font-size: 12px;
    }

    .auth-buttons a.register-btn {
        padding: 8px 30px;
    }

    .logo img {
        width: 200px;
    }

    .banner-block {
        height: 180px;
        gap: 10px;
        padding-top: 35px;
    }

    .banner-block p {
        font-size: 20px;
    }

    .menu_categ {
        padding: 0px;
    }

    .menu_categ span {
        font-size: 11px;
    }

    .layer:after {
        height: 180px;
    }

    .block-actions {
        flex-direction: column-reverse;
        gap: 90px;
    }

    .promo-image img {
        max-width: 250px;
    }

    .promo-block {
        background-color: #2e2e48;
        border-radius: 20px;
        box-shadow: 0 8px 10px #000;
        border: 1px solid #0000;
        background: url(images/blur2.png) repeat, #1c22404d;
        padding: 60px 15px 20px;
        width: 100%;
        height: 225px;
        text-align: center;
        color: #fff;
        margin: auto;
        position: relative;
    }

    .promo-image {
        top: -70px;
    }

    .footer-inner-container {
        flex-direction: column-reverse;
    }

    .footer-inner-container {
        padding-bottom: 30px;
        padding-top: 25px;
        gap: 25px;
    }

    .footer-inner-container p.alert {
        text-align: justify;

    }
}

@media (max-width: 500px) {

    .amenu_pic {
        width: 35px;
    }

    .block-text img {
        max-width: 100%;
    }

    .block-actions {
        padding-top: 70px;
    }

    .auth-buttons a {
        font-size: 10px;
    }

    .auth-buttons a.register-btn {
        padding: 8px 15px;
    }
}

@media (max-width: 430px) {
    .block-amenu {
        flex-direction: column;
    }

    .auth-buttons a {
        font-size: 10px;
    }

    .auth-buttons a.register-btn {
        padding: 8px 15px;
    }

    .logo img {
        width: 135px;
    }

    .banner-block {
        height: 180px;
        gap: 10px;
        padding-top: 35px;
    }

    .banner-block p {
        font-size: 20px;
    }

    .menu_categ {
        padding: 0px;
    }

    .menu_categ span {
        font-size: 11px;
    }

    .layer:after {
        height: 180px;
    }

    .block-actions {
        flex-direction: column-reverse;
        gap: 90px;
    }

    .promo-image img {
        max-width: 250px;
    }

    .promo-block {
        background-color: #2e2e48;
        border-radius: 20px;
        box-shadow: 0 8px 10px #000;
        border: 1px solid #0000;
        background: url(images/blur2.png) repeat, #1c22404d;
        padding: 60px 15px 20px;
        width: 100%;
        height: 225px;
        text-align: center;
        color: #fff;
        margin: auto;
        position: relative;
    }

    .promo-image {
        top: -70px;
    }

    .footer-inner-container {
        flex-direction: column-reverse;
    }

    .footer-inner-container {
        padding-bottom: 30px;
        padding-top: 25px;
        gap: 25px;
    }

    .footer-inner-container p.alert {
        text-align: justify;

    }

    
}


.brand-table-wrap{
    max-width: 860px;
    margin: 0 auto;
    padding: 0;
  }

  .brand-table{
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    background-color: #212132;
    background-image: url(images/body.svg);
    border: 1px solid rgba(0,0,0,.10);
    border-radius: 18px;
    overflow: hidden;
  }

  .brand-table tr + tr th,
  .brand-table tr + tr td{
    border-top: 1px solid rgba(0,0,0,.08);
  }

  .brand-table th{
    width: 40%;
    text-align: center;
    font-weight: 900;
    color: #e61f5a; /* акцент как на примере */
    padding: 18px 14px 8px;
    background-color: #212132;
    background-image: url(images/body.svg);
    font-size: 18px;
    line-height: 1.2;
  }

  .brand-table td{
    width: 60%;
    text-align: center;
    padding: 0 16px 18px;
    color: #fff;
    -webkit-font-smoothing: antialiased;
    font-size: 16px;
    line-height: 1.35;
    background-color: #212132;
    background-image: url(images/body.svg);
  }

  .brand-table a{
    color: #1a57ff;
    text-decoration: underline;
    word-break: break-word;
  }

  .brand-table small{
    display: block;
    margin-top: 6px;
    color: #ccc;
    font-size: 13px;
    line-height: 1.35;
  }

  /* Mobile: каждый TR превращаем в "карточку" с заголовком сверху и описанием снизу */
  @media (max-width: 640px){
    .brand-table,
    .brand-table tbody,
    .brand-table tr{
      display: block;
      width: 100%;
    }

    .brand-table tr{
      padding: 6px 0;
    }

    .brand-table th, td {
        border: 0;
    }

    .brand-table th,
    .brand-table td{
      display: block;
      width: 100%;
      border: 0;
      text-align: center;
      border: none;
    }

    .brand-table tr + tr th,
    .brand-table tr + tr td{
      border-top: 0;
    }

    .brand-table tr + tr{
      border-top: 1px solid rgba(0,0,0,.08);
    }

    .brand-table th{
      padding: 16px 14px 6px;
      font-size: 17px;
    }

    .brand-table td{
      padding: 0 14px 16px;
      font-size: 15px;
    }
  }



 /* ===== Steps list (VAVADA) — badge OUTSIDE, text compact ===== */
.steps-list{
  list-style: none;
  margin: 24px 0 0;
  padding: 0;
  counter-reset: step;
}

.steps-list li{
  position: relative;
  margin: 0 0 14px 0;
  padding: 16px 16px 16px 16px; /* без отступа слева под кружок */
  border-radius: 16px;

  background: rgba(255,255,255,.06);
  border: 1px solid rgba(255,255,255,.10);
  color: #f1f1f1;
  font-size: 15.5px;
  line-height: 1.45;

  /* чтобы кружок мог “вылезать” за родителя */
  overflow: visible;
}

/* кружок с цифрой — абсолютом, на угол */
.steps-list li::before{
  content: counter(step);
  counter-increment: step;

  position: absolute;
  left: -10px;
  top: -10px;

  width: 30px;
  height: 30px;

  display: flex;
  align-items: center;
  justify-content: center;

  border-radius: 999px;
  background: linear-gradient(135deg, #ff3b5c, #ff6a7f);
  color: #fff;

  font-weight: 900;
  font-size: 13px;

  box-shadow:
    0 10px 20px rgba(0,0,0,.35),
    0 6px 14px rgba(255,59,92,.25);

  border: 2px solid rgba(18, 18, 24, .65); /* чтобы красиво отделялся от карточки/фона */
}

/* заголовок шага */
.steps-list li strong{
  display: block;
  margin: 0 0 6px 0;
  font-size: 16px;
  font-weight: 900;
  color: #ffffff;
}

/* на случай, если где-то остался <br> в разметке — делаем его “не влияющим” визуально */
.steps-list li br{
  display: none;
}

/* hover аккуратно */
@media (hover:hover){
  .steps-list li:hover{
    background: rgba(255,255,255,.09);
    border-color: rgba(255,255,255,.16);
  }
}

/* ===== Mobile ===== */
@media (max-width: 520px){
  .steps-list li{
            padding: 15px 10px 10px 20px;
    font-size: 15px;
    border-radius: 14px;
  }

  .steps-list li::before{
    left: -9px;
    top: -9px;
    width: 28px;
    height: 28px;
    font-size: 12px;
  }

  .steps-list li strong{
    font-size: 15.5px;
  }
}
