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

html,
body {
    height: 100%;
    font-family: Poppins, sans-serif
}

main p,
main a,
main span,
main h1,
main h2,
main h3,
main h4,
main h5,
main figcaption,
main li {
    color: #fff
}

html body {
    overflow-x: hidden;
    position: relative;
    background: #151414
}

a {
    text-decoration: none;
    transition: .3s
}

input,
button {
    border: none;
    box-shadow: none;
    transition: .3s
}

input {
    outline: none
}

p,
span,
li,
a {
    font-size: 18px;
    line-height: 30px
}

h1,
h2,
h3,
h4,
h5,
h6 {
    text-align: center;
    padding: 20px 0;
    color: #333
}

h1 {
    font-size: 36px;
    line-height: 40px
}

h2 {
    font-size: 32px;
    line-height: 40px
}

h3 {
    font-size: 26px;
    line-height: 36px
}

h4 {
    font-size: 20px;
    line-height: 28px
}

h5,
h6 {
    font-size: 18px;
    line-height: 28px
}

p,
span,
li,
h1,
h2,
h3,
a,
b,
i,
label,
input,
button,
td,
tr,
figcaption {
    color: #000
}

p {
    padding-bottom: 20px
}

li {
    list-style: none
}

button {
    cursor: pointer;
    background: rgba(0, 0, 0, 0)
}

img {
    max-width: 100%;
    display: block
}

i {
    font-style: normal
}

#__next {
    min-height: 100%;
    display: flex;
    flex-direction: column
}

.wrapper {
    width: 95%;
    max-width: 1200px;
    margin: 0 auto
}

.mainContent {
    background: #151414;
    min-height: 100vh
}

.content {
    min-height: calc(100vh - 108px);
    position: relative;
    width: 95%;
    max-width: 1400px;
    margin: 0 auto
}

.content .content-block {
    margin-bottom: 20px;
    margin-top: 70px;
}

.content .general-ol {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-left: 30px;
    margin-bottom: 20px;
    counter-reset: counter-ol
}

.content .general-ol li {
    position: relative;
    padding-left: 10px;
    margin-bottom: 10px;
    width: 48%;
    counter-increment: counter-ol
}

.content .general-ol li::before {
    position: absolute;
    content: counter(counter-ol);
    display: flex;
    align-items: center;
    justify-content: center;
    width: 26px;
    height: 26px;
    color: #fff;
    background: #8d53e9;
    border-radius: 50%;
    top: 2px;
    left: -26px
}

.content .general-ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-left: 15px;
    margin-bottom: 20px
}

.content .general-ul li {
    position: relative;
    padding-bottom: 10px;
    padding-left: 25px;
    width: 100%
}

.content .general-ul li::before {
    content: no-open-quote;
    position: absolute;
    width: 20px;
    height: 20px;
    background-image: url(/list.svg);
    background-size: cover;
    background-repeat: no-repeat;
    left: 0;
    top: 5px
}

.pageError {
    min-height: calc(100vh - 70px)
}

.buttons {
    display: flex;
    gap: 15px;
    align-items: center
}

.imgWrap {
    display: block;
    position: relative
}

figure {
    margin-bottom: 20px;
    text-align: center
}

figure span {
    height: 50%;
    width: 100%;
    position: absolute;
    left: 0;
    top: -50%
}

figcaption {
    color: #888;
    font-size: 14px
}

.general-image {
    display: block;
    border-radius: 15px;
    width: auto;
    height: auto;
    margin: 0 auto 10px auto
}

.general-image.vertical {
    max-height: 500px;
    max-width: 70%
}

.general-image.horizontal {
    width: 80%;
    max-width: 500px
}

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

.general-table {
    width: 100%;
    border-collapse: collapse;
    border-radius: 10px;
    overflow: hidden
}

.general-table thead tr th {
    background: #522f88;
    color: #fff;
    border: 1px solid rgba(251, 251, 251, .1);
    padding: 10px
}

.general-table .general-tr {
    background: #151414
}

.general-table .general-tr .general-td {
    padding: 10px;
    text-align: center;
    color: #fff;
    border: 1px solid rgba(251, 251, 251, .1)
}

.general-table .general-tr:nth-child(2n) {
    background: #181937
}

@media screen and (max-width: 1250px) {
    main .general-table-wrapper {
      overflow: scroll;
    }
  }

.button404 {
    background: #fbb203;
    padding: 8px 32px;
    border-radius: 10px;
    font-family: Tahoma;
    color: #000;
    font-family: Tahoma;
    font-size: 18px;
    font-weight: 700;
    line-height: 21.73px
}

.button404:hover {
    background-color: #fb9c03;
    color: #171717
}

@media screen and (max-width: 1250px) {
    .content {
        padding-top: 90px;
        display: flex;
        flex-direction: column
    }
}

.faq-container .faq-item {
    margin: 0 auto;
    position: relative;
    min-height: 30px;
    margin-bottom: 20px;
    border-bottom: 1px solid #205685
}

.faq-container .faq-item:last-child {
    border-bottom: none
}

.faq-container .faq-item:hover .icon::before,
.faq-container .faq-item:hover .icon::after {
    background: #08f
}

.faq-container .faq-item:hover {
    border-color: #08f
}

.faq-container .faq-item:hover .faq-question {
    color: #08f
}

.faq-container .faq-question {
    padding-bottom: 0;
    font-weight: 600;
    font-size: 18px;
    line-height: 24px
}

.faq-container .faq-answer {
    padding: 10px 0;
    height: 0;
    overflow: hidden;
    z-index: -1;
    position: relative;
    opacity: 0;
    transition: .4s ease
}

.faq-container .icon {
    height: 18px;
    position: absolute;
    width: 18px;
    right: 10px;
    top: 11px;
    z-index: 2
}

.faq-container .icon::before,
.faq-container .icon::after {
    background: #205685;
    content: no-open-quote;
    height: 4px;
    right: 0;
    position: absolute;
    top: 0;
    width: 18px;
    transition: transform 500ms ease
}

.faq-container .toggle {
    width: 100%;
    height: 100%;
    margin: 0;
    opacity: 0;
    cursor: pointer;
    position: absolute;
    top: 0;
    z-index: 3
}

.faq-container .toggle:checked~.icon::before,
.faq-container .toggle:checked~.icon::after {
    background: #08f
}

.faq-container .toggle:checked~.faq-question {
    color: #08f
}

.faq-container .toggle:not(:checked)~.icon:before {
    transform: rotate(180deg)
}

.faq-container .toggle:not(:checked)~.icon:after {
    transform: rotate(90deg)
}

.faq-container .toggle:checked~.faq-answer {
    height: auto;
    opacity: 1;
    z-index: 2
}

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

.columns .column {
    width: 48%
}

.columns .column-header {
    padding-top: 0;
    text-align: left
}

.columns .column-p {
    position: relative;
    margin-left: 15px;
    padding-left: 25px
}

.columns .column-p::before {
    content: no-open-quote;
    position: absolute;
    width: 20px;
    height: 20px;
    background-image: url(/list.svg);
    background-repeat: no-repeat;
    background-size: cover;
    left: 0;
    top: 8px
}

.logo button {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.buttons button {
    text-align: center;
    font-family: Tahoma;
    font-size: 16px;
    font-weight: 700;
    line-height: 19.31px;
    color: #fff;
    padding: 12px 20px;
    border-radius: 10px;
    border: 1px solid #fff
}

.buttons button:hover {
    opacity: .8
}

.buttons .bonus-btn {
    border-radius: 6px;
    padding-left: 50px;
    background: left 20px center url(/bonus-icon.svg) no-repeat, #ff7b00;
    border-color: #ff7b00
}

.buttons .reg-btn {
    background: #33ae33;
    border-color: #33ae33
}

.buttons .log-btn {
    border: 1px solid #fff
}

.buttons .log-btn:hover {
    opacity: 1;
    background-color: #b3b1b1
}

.table_of_contents {
    margin: 19px 0
}

.table_of_contents .toggle {
    display: none
}

.table_of_contents .lbl-toggle {
    display: inline-block;
    font-weight: 600;
    font-size: 15px;
    text-transform: uppercase;
    text-align: center;
    padding: 10px;
    color: #fff;
    background: #8d53e9;
    cursor: pointer;
    border-radius: 7px;
    transition: all .25s ease-out
}

.table_of_contents .lbl-toggle:hover {
    background: #08f
}

.table_of_contents .toggle:checked+.lbl-toggle {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.table_of_contents .table_box {
    max-height: 0px;
    overflow: hidden;
    transition: max-height .25s ease-in-out;
    display: flex;
    width: 100%;
    max-width: 500px;
    flex-direction: column
}

.table_of_contents .toggle:checked+.lbl-toggle+div {
    max-height: 1000px;
    border: 1px solid #8d53e9;
    padding: 20px;
    margin-top: 12px;
    border-radius: 8px
}

.table_of_contents .table_link {
    position: relative;
    padding-left: 15px;
    font-size: 16px;
    line-height: 1.8
}

.table_of_contents .table_link::before {
    content: no-open-quote;
    position: absolute;
    width: 8px;
    height: 8px;
    top: 32%;
    left: 0;
    background: #08f;
    border-radius: 50%;
    transition: all .25s ease-out
}

.table_of_contents .table_link:hover {
    color: #08f
}

.content404Page span {
    cursor: default
}

.content404Page.wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    max-width: 100%;
    width: 100%;
    background: #151414
}

.content404Page.wrapper .content404 {
    gap: 50px;
    display: flex;
    flex-direction: column;
    width: 280px
}
.content404Page.wrapper .content404 .logo-block {
    position: relative;
}

.content404Page.wrapper .content404 img {
    display: block;
    margin: 0 auto
}

.content404Page.wrapper .content404 .logoButton {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.content404Page.wrapper .content404 h1 {
    color: #fff
}


.contentMap {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100vh;
    max-width: 100%;
    width: 100%;
    background: #205685
}

.contentMap h1 {
    text-align: left;
    color: #fff;
    margin-bottom: 64px
}

.contentMap .sitemapLinks {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    max-width: 640px
}

.contentMap .sitemapLinks a {
    display: inline-block;
    color: #fff;
    margin: 0 auto 12px;
    position: relative
}

.contentMap .sitemapLinks a:before {
    position: absolute;
    left: -16px;
    top: calc(50% - 4px);
    content: no-open-quote;
    width: 8px;
    height: 8px;
    background: #fff;
    border-radius: 50%
}

.contentMap .sitemapLinks a:hover {
    color: #92c637
}

.img-overlay {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, .7);
    transition: opacity 500ms;
    visibility: hidden;
    opacity: 0;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center
}

.img-overlay:target {
    visibility: visible;
    opacity: 1
}

.img-overlay .img-popup {
    margin: 70px auto;
    padding: 20px;
    border-radius: 5px;
    width: 100%;
    position: relative;
    transition: all 5s ease-in-out
}

.img-overlay .img-popup.horizontal {
    aspect-ratio: 1/.2
}

.img-overlay .img-popup.vartical {
    aspect-ratio: .5/1
}

@media screen and (max-width: 1250px) {
    h1 {
        font-size: 26px;
        line-height: 30px
    }

    h2 {
        font-size: 22px;
        line-height: 32px
    }

    h3 {
        font-size: 20px;
        line-height: 30px
    }

    h4 {
        font-size: 18px;
        line-height: 28px
    }

    h5,
    h6 {
        font-size: 16px;
        line-height: 26px
    }

    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
        padding: 10px 0
    }

    .content {
        padding-top: 10px;
    }

    .content .general-ol li,
    .content .general-ul li {
        width: 100%
    }

    .columns {
        flex-wrap: wrap
    }

    .columns .column {
        width: 100%
    }

    .table-wrapper {
        overflow-x: scroll
    }

    .column-p {
        margin-left: 0
    }

    .faq-container .faq-question {
        max-width: 85%
    }
}

@media screen and (max-width: 400px) {
    .general-table {
        overflow-x: auto;
        max-width: 96%
    }
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif;
}

body {
    overflow-x: hidden;
    background: var(--main);
}

a {
    text-decoration: none;
    transition: 0.3s;
}

input,
button {
    border: none;
    box-shadow: none;
    transition: 0.3s;
}

input {
    outline: none;
}

p,
span,
li,
a {
    font-size: 16px;
    line-height: 28px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    text-align: center;
    color: var(--text);
}

p,
span,
li,
h1,
h2,
h3,
a,
b,
i,
label,
input,
button,
td,
tr,
figcaption {
    color: var(--text);
}

/* li {list-style:none;} */
button {
    cursor: pointer;
    background: transparent;
}

img {
    max-width: 100%;
    display: block;
}

i {
    font-style: normal;
    transition: 0.3s;
}

.wrapper {
    width: 95%;
    max-width: 1400px;
    margin: 0 auto;
}

.h2 {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.h2 button {
    border-radius: var(--block-border-radius);
    padding: 10px 10px;
    background: var(--color-primary);
    color: #fff;
    position: relative;
}

.h2 button:hover {
    background: var(--color-secondary);
}

.h2 button i {
    color: #fff;
    font-size: 18px;
    padding-right: 5px;
    position: relative;
    top: 2px;
}

.h2 h2 {
    margin-left: 280px;
    margin-bottom: 0;
}


:root {
    --main: #f5f5f5;
    --text: #000;
    --light-back: #fff;
    --block-border-radius: 10px;
    --color-primary: #4d8ab9;
    --color-secondary: #376c97;
}



/* Header */
header {
    padding: 20px 0;
}

.header_top {
    display: flex;
    justify-content: space-between;
}

.header_logo {
    display: flex;
    align-items: center;
}

.header_logo img {
    width: 40px;
    margin-right: 10px;
}

.header_logo span {
    font-size: 20px;
}

.header_admin {
    display: flex;
    align-items: center;
}

.header_admin img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    margin-right: 10px;
}

.header_admin span {
    font-size: 14px;
}



/* Main content */
.main_content {
    display: flex;
    justify-content: space-between
}

.sidebar {
    width: 220px;
    background: var(--light-back);
    padding: 20px 0;
    border-radius: var(--block-border-radius);
    min-height: 80vh;
    position: relative;
}

.sidebar span {
    font-size: 12px;
    display: block;
}

.sidebar .material-icons {
    font-size: 24px;
    margin-right: 12px;
}

.sidebar a {
    display: flex;
    width: 100%;
    align-items: center;
    padding: 10px 15px 10px 15px;
    position: relative;
}

.sidebar a:hover,
.sidebar a.active {
    background: var(--color-primary);
    color: #fff;
}

.sidebar a:hover span {
    color: #fff;
}

.sidebar a i {
    color: var(--text);
    font-size: 18px;
    padding-right: 8px;
}

.sidebar a:hover i,
.sidebar a.active i {
    color: #fff;
}

.sidebar .year {
    position: absolute;
    bottom: 20px;
}

.main_content .info {
    width: calc(100% - 240px);
    background: var(--light-back);
    border-radius: var(--block-border-radius);
}

.main_content .info h2 {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 40px;
}

.info_content {
    padding: 30px;
}


.navigation_list {
    display: flex;
    justify-content: space-between;
}

.navigation_item {
    border-radius: var(--block-border-radius);
    background: var(--color-primary);
    display: flex;
    justify-content: center;
    align-items: center;
    width: 20%;
    margin-bottom: 20px;
}

.navigation_item i {
    display: block;
    font-size: 40px;
    text-align: center;
    padding-bottom: 20px;
    color: #fff;
}

.navigation_item a {
    font-size: 22px;
    color: #fff;
    display: block;
    width: 100%;
    height: 100%;
    padding: 30px;
    text-align: center;
}

.navigation_item:hover {
    background: var(--color-secondary);
}

.info_field {
    display: flex;
    margin-bottom: 20px;
}

.info_field span {
    background: #eee;
    font-size: 15px;
    padding: 5px 10px;
    width: 25%;
    border-radius: var(--block-border-radius) 0 0 var(--block-border-radius);
}

.info_field input {
    border: 1px solid #eee;
    padding: 5px 10px;
    width: 75%;
    border-radius: 0 var(--block-border-radius) var(--block-border-radius) 0;
}

.info_field input::placeholder {
    color: var(--text);
    opacity: 1;
    font-size: 16px;
}

.info_field select {
    border-radius: 0 var(--block-border-radius) var(--block-border-radius) 0;
    border: 1px solid #eee;
    padding: 5px 10px;
    background: #fff;
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    color: var(--text);
}


.pages_item {
    padding: 10px 10px 10px 0;
    border-bottom: 1px solid #eee;
    display: flex;
    align-items: center;
}

.pages_item h3 {
    text-align: left;
    font-size: 16px;
    position: relative;
    margin: 0 12px;
}

.pages_item img {
    width: 40px;
    flex: 0 0 auto;
    height: 40px;
}

.pages_item_moves {
    display: flex;
}

.pages_item_moves i {
    color: #b7b7b7;
    font-size: 14px;
    padding-right: 5px;
}

.pages_item .details {
    display: flex;
    align-items: center;
}

.pages_item .details:hover,
.pages_item .details:hover i {
    color: var(--color-primary);
}

.pages_item .delete:hover,
.pages_item .delete:hover i {
    color: #f80505;
}


.pageKey {
    margin-left: 12px;
    padding: 10px;
    border: 1px #ccc solid;
    border-radius: 4px;
}

.pages_bound {
    margin-left: 30px;
    padding: 20px 0;
}

.pages_bound_item a {
    text-align: left;
    font-size: 14px;
    padding-left: 25px;
    position: relative;
}

.pages_bound_item a:before {
    content: '';
    width: 20px;
    height: 20px;
    position: absolute;
    top: 0px;
    left: 0;
    background: url(/_next/static/media/England-flag.5d086557.png)no-repeat;
    background-size: cover;
    border-radius: 50%;
}

.pages_bound_item a:hover {
    color: var(--color-secondary);
}



.category_item {
    padding: 10px 10px 10px 0;
    border-bottom: 1px solid #eee;
}

.category_item a {
    text-align: left;
    font-size: 16px;
}

.category_item a:hover {
    color: var(--color-secondary);
}


/* Page login */
.loginPage {
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.loginPage .header_logo {
    display: flex;
    justify-content: center;
}

.loginPage form {
    padding: 30px;
    background: var(--light-back);
    border-radius: var(--block-border-radius);
    width: 100%;
    max-width: 400px;
}

.loginPage form div {
    margin-bottom: 15px;
}

.loginPage form label {
    display: flex;
}

.loginPage label span {
    background: #eee;
    font-size: 17px;
    padding: 5px 10px;
    border-radius: var(--block-border-radius) 0 0 var(--block-border-radius);
    width: 25%;
}

.loginPage label input {
    border: 1px solid #eee;
    padding: 5px 10px;
    width: 75%;
    border-radius: 0 var(--block-border-radius) var(--block-border-radius) 0;
    font-size: 17px;
    background: var(--light-back);
}

.loginPage .loginButton {
    display: flex;
    justify-content: center;
}

.loginPage button {
    background: var(--color-primary);
    color: #fff;
    font-size: 18px;
    border-radius: var(--block-border-radius);
    padding: 10px 25px;
    text-transform: uppercase;
}

.loginPage button:hover {
    background: var(--color-secondary);
}



.buttonAdmin {
    background: var(--color-primary);
    color: #fff;
    font-size: 18px;
    border-radius: var(--block-border-radius);
    padding: 10px 25px;
    text-transform: uppercase;
}

.buttonAdmin:hover {
    background: var(--color-secondary);
}

.buttonsParent {
    display: flex;
    justify-content: space-between;
}

.buttonDelete {
    background: #eee;
    font-size: 16px;
    border-radius: var(--block-border-radius);
    padding: 10px 15px;
}

.buttonDelete:hover {
    background: #e10404;
    color: #fff;
}


.cardList {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.cardList .cardItem {
    margin: 16px 0px 0px 0;
    padding: 10px;
    border: 1px #eee solid;
    border-radius: 4px;
    cursor: -webkit-grab;
    cursor: grab;
    position: relative;
    width: 100%;
}

.cardList .cardItem h3 {
    padding: 0 0 10px 0;
    text-align: left;
    font-size: 16px;
}

.cardList .cardItem .remove {
    position: absolute;
    cursor: pointer;
    right: 16px;
    top: 8px;
    font-size: 24px;
    background: red;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.cardList .cardItem .remove span {
    color: #fff;
}

.cardList button.addItem {
    width: 100%;
    height: 100px;
    background: #eee;
    margin-top: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cardList button.addItem span {
    font-size: 32px;
    color: #333;
}

.cardList .cardItem .input {
    margin-bottom: 12px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.cardList .cardItem input {
    width: calc(100% - 120px);
    background: #eee;
    padding: 10px;
    flex-grow: .9;
}

.cardList .cardItem .input span {
    width: 120px;
    font-size: 15px;
}

.cardList .select {
    width: 100%;
    display: flex;
}

.cardList .select div {
    margin-right: 15px;
}

.cardList .select div input {
    margin-right: 5px;
}

.saveButton {
    width: 100%;
    margin: 20px 0;
    display: flex;
    justify-content: flex-end;
}

.cardList .menuName {
    width: 100%;
    margin-top: 16px;
}

.cardList .menuName input {
    border: 1px solid #eee;
    padding: 10px 10px;
    width: 500px;
    border-radius: var(--block-border-radius);
}

.footer {
    background: rgba(14, 14, 14, 1);
    padding: 40px 0;
}
.footerTop {
    display: grid;
    grid-template-columns: 161px repeat(auto-fill, 452px) 214px 190px;
    justify-content: space-between;
    border-bottom: 1px solid rgba(244, 171, 21, 1);
    padding-bottom: 24px;
}
.footerTopFirst span {
    color: rgba(143, 143, 143, 1);
    font-size: 18px;
    line-height: 18px;
    font-weight: 700;
    text-transform: uppercase;
    display: block;
    padding-bottom: 16px;
}
.footerTopFirst a {
    font-size: 16px;
    line-height: 16px;
    color: rgba(244, 171, 21, 1);
}
.footerTopSecond .footerTitle,
.footerTopThird .footerTitle {
    border-bottom: 1px solid rgba(244, 171, 21, 1);
    padding-bottom: 16px;
}
.footerTopSecond span,
.footerTopThird span {
    font-size: 20px;
    line-height:20px;
    color: rgba(244, 171, 21, 1);
    font-weight: 700;
}
.footerTopSecond .footerLinks,
.footerTopThird .footerLinks {
    padding-top: 16px;
    display: grid;
    text-align: left;
}
.footerTopSecond .footerLinks {
    grid-template-columns: repeat(2, 1fr);
    justify-items: flex-start;
}
.footerTopThird .footerLinks {
    grid-template-columns: repeat(1, 1fr);
    justify-items: flex-start;
}
.footerTopSecond .footerLinks button,
.footerTopThird .footerLinks button {
    font-size: 16px;
    line-height:16px;
    padding-bottom: 12px;
    color: #fff;
}
.footerTopSecond .footerLinks button:hover,
.footerTopThird .footerLinks button:hover {
    color: rgba(244, 171, 21, 1);
}
.footerTopLast {
    display: flex;
    gap: 16px;
}
.footerText {
    grid-column-start: 2;
    grid-column-end: 4;
}
.footerText p,
.footerCopyright p {
    color: rgba(255, 255, 255, 0.8);
    font-size: 12px;
    line-height: 12px;
    padding-bottom: 0;
}
.footerCopyright {
    grid-column-start: 4;
    grid-column-end: 5;
}
.footerCopyright,
.footerText {
    padding-top: 32px;
}
.footerBottom {
    padding-top: 24px;
    display: flex;
    gap: 24px 24px;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}


.footer .scrollTop {
    background: #33ae33;
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    bottom: 60px;
    right: 20px;
    opacity: 0;
    cursor: pointer;
    border-radius: 50%;
    z-index: 5
}

.footer .scrollTop.pam_content {
    opacity: 1
}

.footer-block-btn {
    z-index: 4;
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    height: 50px;
    padding-right: 10px;
    padding-left: 10px;
    background: #151414;
    display: none;
    justify-content: center;
    align-items: center
}

.footer-block-btn .buttons {
    margin: auto;
    display: flex;
    width: 100%;
    max-width: 900px
}

.footer-block-btn .buttons .bonus-btn {
    background: 90px center url(/bonus-icon.svg) no-repeat, #ff7b00;
    width: 40%
}

.footer-block-btn .buttons .log-btn {
    width: 28%
}

.footer-block-btn .buttons .reg-btn {
    width: 28%
}

@media(max-width: 1250px) {
    .footer {
        padding: 20px 0 80px 0;
    }
    .footerTop {
        grid-template-columns: minmax(100px, max-content) auto;
        gap: 16px 16px;
    }
    .footerTopFirst,
    .footerTopLast,
    .footerText,
    .footerCopyright {
        grid-column-start: 1;
        grid-column-end: 3;
    }
    .footerTopSecond {
        grid-column-start: 1;
        grid-column-end: 2;
    }
    .footerTopThird {
        grid-column-start: 2;
        grid-column-end: 3;
    }
    .footerCopyright, .footerText {
        padding-top: 0;
    }
    .footerTopSecond span, .footerTopThird span {
        font-size: 16px;
        line-height: 16px;
    }
    .footerTopSecond .footerTitle, .footerTopThird .footerTitle {
        padding-bottom: 12px;
    }
    .footerTopSecond .footerLinks a, .footerTopThird .footerLinks a {
        font-size: 14px;
        line-height: 14px;
        padding-bottom: 8px;
    }

    .footer-block-btn {
        display: flex
    }
}

@media(max-width: 900px) {
    .footer-block-btn .buttons {
        justify-content: center;
        max-width: 700px
    }

    .footer-block-btn .buttons .bonus-btn {
        width: 55%
    }

    .footer-block-btn .buttons .reg-btn {
        width: 45%
    }

    .footer-block-btn .buttons .log-btn {
        display: none
    }
}

@media(max-width: 600px) {
    .footerTop {
        grid-template-columns:repeat(1, 1fr);
    }
    .footerTopFirst,
    .footerTopLast,
    .footerText,
    .footerCopyright,
    .footerTopSecond,
    .footerTopThird {
        grid-column-start: 1;
        grid-column-end: 2;
    }
    .footerTopSecond .footerLinks {
        grid-template-columns:repeat(1, 1fr);
    }

    .footer-block-btn .buttons {
        justify-content: center
    }

    .footer-block-btn .buttons .bonus-btn {
        display: none
    }

    .footer-block-btn .buttons .reg-btn {
        text-align: center;
        width: 100%;
        max-width: 300px
    }
}


.header {
    background: #151414;
    height: 80px;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10;
    padding: 0;
    overflow: hidden
}

.header .headerInner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%
}

.header .logo-inner {
    position: relative
}

.header .headerInner .menu  {
    display: flex;
    gap: 0 20px;
    justify-content: center;
}

.header .headerInner .menu button {
    text-transform: uppercase;
    font-size: 16px;
    color: #fff;
    line-height: 20px;
}

.header .headerInner .menu button:hover {
    color: rgba(244, 171, 21, 1);
}

@media screen and (max-width: 1250px) {
    .header {
        height: 70px
    }
    .header .headerInner .menu {
        display: none;
    }
    .buttons {
        display: none
    }
}


.burger {
    display: none;
    position: relative
}

.mobileMenu {
    position: fixed;
    top: 0;
    right: 0%;
    display: block;
    z-index: 5;
    background: #151414;
    width: 100%;
    max-width: 350px;
    min-height: 100vh;
    padding: 30px 20px;
    transition: right .8s
}

.mobileMenu .buttons {
    display: block;
    margin-top: 32px
}

.mobileMenu .buttons button {
    display: block;
    margin: 0 auto 12px;
    width: 50%
}

.mobileMenu[hidden] {
    right: -200%
}

.mobileMenu .close {
    display: flex;
    justify-content: center;
    margin-bottom: 20px
}

.mobileMenu .mobileMenuLinks {
    display: flex;
    flex-direction: column
}

.mobileMenu .mobileMenuLinks button {
    color: #fff;
    display: flex;
    justify-content: center;
    font-size: 19px;
    margin-bottom: 12px;
    text-transform: uppercase;
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, .5);
    z-index: 1;
    display: block
}

.overlay[hidden] {
    display: none
}

@media screen and (max-width: 1250px) {
    .burger {
        display: block
    }
}

button {
    box-shadow: none;
    border: none;
    cursor: pointer;
    transition: .4s
}

.mainBanner {
    margin: 90px auto 20px;
    max-width: 1400px;
    height: 300px;
    position: relative;
    background: url(/banner.webp) no-repeat;
    background-size: cover;
    background-position: 40% 0
}

.mainBanner_inner {
    position: absolute;
    right: 5%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center
}

.mainBanner_inner p {
    padding: 0;
    font-size: 24px;
    font-weight: 400;
    line-height: 28.8px;
    text-align: center
}

.mainBanner_inner .banner__wrapper {
    width: -moz-fit-content;
    width: fit-content;
    min-height: 105px;
    border-top: 2px solid #ffb623;
    border-bottom: 2px solid #ffb623;
    border-image: linear-gradient(97.01deg, #FF7B00 32.52%, #FFB623 54.3%, #FF7B00 91.96%);
    border-image-slice: 1;
    margin-bottom: 4px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 4px
}

.mainBanner_inner span {
    font-size: 35px;
    font-weight: 700;
    line-height: 52px;
    cursor: default;
    font-family: Tahoma;
    line-height: 50px;
    color: rgba(0, 0, 0, 0);
    -webkit-background-clip: text;
    background-clip: text;
    background-image: linear-gradient(91.56deg, #FC9902 7.32%, #FF7100 18.84%, #FFA132 58.59%, #FE7101 97.27%)
}

.mainBanner_inner .banner_button {
    margin-top: 10px;
    display: flex;
    justify-content: center
}

.mainBanner_inner .banner_button button {
    background-color: #fbb203;
    padding: 8px 32px;
    border-radius: 10px;
    font-family: Tahoma;
    color: #000;
    font-family: Tahoma;
    font-size: 18px;
    font-weight: 700;
    line-height: 21.73px;
    text-align: center
}

.mainBanner_inner .banner_button button:hover {
    background-color: #fb9c03;
    color: #171717
}

@media screen and (max-width: 1250px) {
    .mainBanner {
        height: 260px;
        margin: 0px 0 15px;
        background: left 20% center no-repeat url(/banner_mob.webp);
        background-size: cover
    }
    .content .content-block {
        margin-top: 60px;
    }

    .mainBanner_inner .banner__wrapper {
        max-width: 520px;
        width: -moz-fit-content;
        width: fit-content;
        gap: 0
    }

    p {
        font-size: 18px
    }

    span {
        font-size: 32px;
        font-weight: 900
    }

    .banner_button button {
        font-size: 18px
    }
}

@media screen and (max-width: 1000px) {
    .mainBanner {
        background: left 28% center no-repeat url(/banner_mob.webp);
        background-size: cover
    }

    .mainBanner_inner .banner__wrapper {
        max-width: 320px
    }
}

@media screen and (max-width: 600px) {
    .mainBanner {
        background: left 36% center no-repeat url(/banner_mob.webp);
        background-size: cover
    }

    .mainBanner .mainBanner_inner {
        right: 10px;
        width: 231px
    }

    .mainBanner .mainBanner_inner span {
        font-size: 26px;
        font-weight: 700;
        line-height: 32px
    }

    .mainBanner .mainBanner_inner .banner_button button {
        font-size: 16px;
        font-weight: 500;
        line-height: 18.38px;
        padding: 10px 72px
    }
}

.breadcrumbs {
    display: flex;
    align-items: center;
    padding: 0px 0 0px 0;
    overflow-x: hidden
}

.breadcrumbs a {
    color: #eee;
    font-size: 14px
}

.breadcrumbs a:hover {
    text-decoration: none
}

.breadcrumbs .last {
    position: relative;
    margin-left: 10px;
    font-size: 14px
}

.breadcrumbs a:after {
    display: inline-block;
    width: 11px;
    height: 11px;
    background-image: url(/arrow-right.svg);
    background-size: cover;
    background-repeat: no-repeat;
    margin-left: 10px;
    content: no-open-quote
}

@media screen and (max-width: 1250px) {
    .breadcrumbs {
        padding: 5px 0 0px 0
    }
}

.popular{
    margin-bottom: 44px;
}
.popularInner {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 20px 24px;
    margin-top: 24px;
}
.popularItem {
    position: relative;
}
.popularItem button {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.popularItemImg {
    width: 100%;
    height: 161px;
    margin-bottom: 12px;
    border-radius: 12px;
}
.popularItem span {
    font-weight: 700;
    font-size: 16px;
    display: block;
    text-align: center;
}
.popularTitle {
    text-align: center;
    font-size: 24px;
    font-weight: 700;
    padding-bottom: 0;
    text-transform: uppercase;
}
.popularItemImg.imgPrincess {
    background: url(/uploads/img/poplular/StarlightPrincess.webp)no-repeat;
    background-size: cover;
    background-position: center center;
}
.popularItemImg.imgChristmas {
    background: url(/uploads/img/poplular/BigBassChristmas.webp)no-repeat;
    background-size: cover;
    background-position: center center;
}
.popularItemImg.imgBonanza {
    background: url(/uploads/img/poplular/SweetBonanza.webp)no-repeat;
    background-size: cover;
    background-position: center center;
}
.popularItemImg.imgOlympus {
    background: url(/uploads/img/poplular/GatesofOlympus.webp)no-repeat;
    background-size: cover;
    background-position: center center;
}
.popularItemImg.imgOlympus1000 {
    background: url(/uploads/img/poplular/GatesofOlympus1000.webp)no-repeat;
    background-size: cover;
    background-position: center center;
}
.popularItemImg.imgBonanza1000 {
    background: url(/uploads/img/poplular/SweetBonanza1000.webp)no-repeat;
    background-size: cover;
    background-position: center center;
}
.popularItemImg.imgBananas {
    background: url(/uploads/img/poplular/FRKNBananas.webp)no-repeat;
    background-size: cover;
    background-position: center center;
}
.popularItemImg.imgMaestro {
    background: url(/uploads/img/poplular/Maestro.webp)no-repeat;
    background-size: cover;
    background-position: center center;
}
.popularItemImg.imgCoins {
    background: url(/uploads/img/poplular/24Coins.webp)no-repeat;
    background-size: cover;
    background-position: center center;
}
.popularItemImg.imgAztec {
    background: url(/uploads/img/poplular/GatesofAztec.webp)no-repeat;
    background-size: cover;
    background-position: center center;
}
.popularItemImg.imgTanked {
    background: url(/uploads/img/poplular/Tanked.webp)no-repeat;
    background-size: cover;
    background-position: center center;
}
.popularItemImg.imgMines {
    background: url(/uploads/img/poplular/MinesOriginals.webp)no-repeat;
    background-size: cover;
    background-position: center center;
}

@media screen and (max-width: 1250px) {
    .popularInner {
        grid-template-columns: repeat(6, 1fr);
        gap: 12px 12px;
    }
    .popularItemImg {
        height: 123px;
        margin-bottom: 8px;
    }
    .popularItem span {
        font-size: 14px;
        line-height: 18px;
    }
}

@media screen and (max-width: 1050px) {
    .popularInner {
        grid-template-columns: repeat(5, 1fr);
    }
}
@media screen and (max-width: 800px) {
    .popularInner {
        grid-template-columns: repeat(4, 1fr);
    }
}
@media screen and (max-width: 650px) {
    .popularInner {
        grid-template-columns: repeat(3, 1fr);
    }
}
@media screen and (max-width: 450px) {
    .popularInner {
        grid-template-columns: repeat(2, 1fr);
    }
}


.games {
    margin-bottom: 44px;
}
.gamesTitle {
    text-align: center;
    font-size: 24px;
    font-weight: 700;
    padding-bottom: 0;
    text-transform: uppercase;
}
.gamesInner {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 20px 24px;
    margin-top: 24px;
}
.gamesItem {
    position: relative;
}
.gamesItem button {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.gamesItemImg {
    width: 100%;
    height: 161px;
    border-radius: 12px;
}
.gamesItem .gamesItemSpan {
    position: absolute;
    left: 0;
    bottom: 8px;
    width: 100%;
}
.gamesItem .gamesItemSpan.singleSpan {
    bottom: 16px;
}
.gamesItem .gamesItemSpan span {
    font-weight: 700;
    display: block;
    text-align: center;
    font-size: 15px;
    line-height: 18px;
    margin: 0 auto;
}
.gamesItemImg.imgRulet1 {
    background: url(/uploads/img/games/CasibomLightningRulet.webp)no-repeat;
    background-size: cover;
    background-position: center center;
}
.gamesItemImg.imgOzel1 {
    background: url(/uploads/img/games/CasibomOzelStudyo.webp)no-repeat;
    background-size: cover;
    background-position: center center;
}
.gamesItemImg.imgRulet2 {
    background: url(/uploads/img/games/CasibomOzelRulet.webp)no-repeat;
    background-size: cover;
    background-position: center center;
}
.gamesItemImg.imgOzel2 {
    background: url(/uploads/img/games/OzelStudyo.webp)no-repeat;
    background-size: cover;
    background-position: center center;
}
.gamesItemImg.imgBlackjack1 {
    background: url(/uploads/img/games/ImagineliveBlackjack.webp)no-repeat;
    background-size: cover;
    background-position: center center;
}
.gamesItemImg.imgBlackjack2 {
    background: url(/uploads/img/games/ProBlackjack.webp)no-repeat;
    background-size: cover;
    background-position: center center;
}
.gamesItemImg.imgCrazy {
    background: url(/uploads/img/games/CrazyTime.webp)no-repeat;
    background-size: cover;
    background-position: center center;
}
.gamesItemImg.imgRulet3 {
    background: url(/uploads/img/games/LightningRoulette.webp)no-repeat;
    background-size: cover;
    background-position: center center;
}
.gamesItemImg.imgSpaceman {
    background: url(/uploads/img/games/Spaceman.webp)no-repeat;
    background-size: cover;
    background-position: center center;
}
.gamesItemImg.imgStockMarket {
    background: url(/uploads/img/games/StockMarket.webp)no-repeat;
    background-size: cover;
    background-position: center center;
}
.gamesItemImg.imgCandyLand {
    background: url(/uploads/img/games/SweetBonanza.webp)no-repeat;
    background-size: cover;
    background-position: center center;
}
.gamesItemImg.imgAuto {
    background: url(/uploads/img/games/AutoMegaRoulette.webp)no-repeat;
    background-size: cover;
    background-position: center center;
}
@media screen and (max-width: 1250px) {
    .gamesInner {
        gap: 12px 12px;
    }
    .gamesItemImg {
        height: 135px;
    }
    .gamesItem .gamesItemSpan span {
        font-size: 13px;
        line-height: 15px;
    }
    .gamesItem .gamesItemSpan {
        bottom: 5px;
    }
}
@media screen and (max-width: 1100px) {
    .gamesInner {
        grid-template-columns: repeat(5, 1fr);
    }
}
@media screen and (max-width: 850px) {
    .gamesInner {
        grid-template-columns: repeat(4, 1fr);
    }
}
@media screen and (max-width: 650px) {
    .gamesInner {
        grid-template-columns: repeat(3, 1fr);
    }
}
@media screen and (max-width: 480px) {
    .gamesInner {
        grid-template-columns: repeat(2, 1fr);
    }
}



.blockList {
    height: 180px;
    display: flex;
    justify-content: space-between;
    gap: 0 24px;
    margin-bottom: 32px;
    margin-top: 12px;
}
.blockLeft {
    width: 688px;
    height: 100%;
    background: url(/uploads/img/banner-tg-bg.webp)no-repeat;
    background-size: cover;
    border-radius: 12px;
}
.blockMiddle {
    width: calc((100% - 688px) / 2);
    height: 100%;
    background: url(/uploads/img/banner-middle.webp)no-repeat;
    background-size: cover;
    border-radius: 12px;
    display: flex;
    align-items: flex-end;
    padding-bottom: 20px;
    justify-content: center;
    background-position: center center;
}
.blockRight {
    width: calc((100% - 688px) / 2);
    height: 100%;
    background: url(/uploads/img/banner-mobile.webp)no-repeat;
    background-size: cover;
    border-radius: 12px;
    display: flex;
    align-items: flex-end;
    padding-bottom: 20px;
    justify-content: center;
}
.blockLeftText p {
    padding-bottom: 0;
}
.blockLeftText {
    padding-top: 57px;
    padding-left: 180px;
}
.blockLeftText .leftFirst {
    font-size: 22px;
    line-height: 24px;
    font-weight: 700;
    padding-bottom: 8px;
}
.blockLeftText .leftSecond {
    font-size: 14px;
    line-height: 18px;
    padding-bottom: 16px;
}
.blockButton {
    position: relative;
    background: rgba(30, 30, 30, 0.8);
    border-radius: 20px;
    padding: 8px 16px;
    display: inline-flex;
    gap: 8px;
}
.blockButton button {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.blockButton span {
    color: #fff;
    font-size: 16px;
    line-height: 18px;
    font-weight: 700;
    text-transform: uppercase;
}

@media screen and (max-width: 1300px) {
    .blockMiddle {
        display: none;
    }
    .blockLeft { 
        width: 55%;
    }
    .blockRight {
        width: 45%;
    }
}
@media screen and (max-width: 1000px) {
    .blockList {
        height: 124px;
        gap: 12px 16px;
    }
    .blockLeftText {
        padding-top: 31px;
        padding-left: 127px;
    }
    .blockLeftText .leftFirst {
        font-size: 16px;
        line-height: 18px;
        padding-bottom: 6px;
    }
    .blockLeftText .leftSecond {
        font-size: 12px;
        line-height: 14px;
        padding-bottom: 12px;
    }
    .blockButton span {
        font-size: 14px;
        line-height: 16px;
    }
    .blockRight {
        padding-bottom: 10px;
    }
}

@media screen and (max-width: 800px) {
    .blockLeft {
        background-position: 18% center;
    }
    .blockLeftText {
        padding-left: 28%;
    }
    .blockLeftText .leftSecond {
        font-size: 10px;
        line-height: 12px;
    }
}

@media screen and (max-width: 660px) {
    .blockList {
        height: auto;
        flex-wrap: wrap;
    }
    .blockLeft,
    .blockRight {
        width: 100%;
        height: 124px;
    }
}

@media screen and (max-width: 350px) {
    .blockButton span {
        font-size: 12px;
        line-height: 14px;
    }
}