@import url("/media/npm/bootstrap-icons@1.8.1/font/bootstrap-icons.css");
* {
    box-sizing: border-box;
    position: relative;
}

img {
    max-width: 100%;
    height: auto;
}

body {
    background: #102F38;
    padding: 0;
    margin: 0;
    font-size: 14px;
    font-family: "Roboto", sans-serif;
}

input,
textarea {
    background: transparent;
    border: 1px solid #82C5DC;
    color: #82C5DC;
    padding: 5px;
}

table {
    width: 100% !important;
    margin: 35px 0;
}

table th,
table td {
    border: 1px solid #000;
    padding: 10px;
}

.app {
    display: flex;
    flex-direction: column;
}

.btn,
.button {
    vertical-align: middle;
    box-sizing: border-box;
    text-decoration: none;
    text-rendering: auto;
    letter-spacing: normal;
    word-spacing: normal;
    text-indent: 0px;
    height: 34px;
    float: left;
    font-size: 18px;
    padding: 0;
    border-radius: 0;
    padding: 5px 25px;
    font-weight: 300;
    border: none;
}

.btn-green,
.button {
    color: #fff !important;
    background: linear-gradient(180.49deg, #ADE721 0.54%, #7FAD10 125.66%);
    box-shadow: 3px 3px 15px rgb(26 63 8 / 26%);
}

.btn-blue,
button {
    color: #fff !important;
    background: linear-gradient(to bottom, #02BCE4, #027DBC);
    box-shadow: 2px 3px 5px 0 rgb(0 64 97 / 33%);
    border: none;
    text-transform: uppercase;
}

.search {
    display: flex;
    align-items: center;
    border: 1px solid #82C5DC;
}

.search input {
    border: none;
}

.search button {
    background: linear-gradient(to bottom, #C6DDED, #82C5DD);
    box-shadow: inset 0 1px #f7fafc, inset 0 -1px #b5d8e9;
    height: 100%;
}

.search button i {
    color: #00263A;
    font-size: 20px;
}

.btn-outline {
    background: transparent;
    border: 1px solid #82C5DC;
    color: #82C5DC;
}

.btn-outline:hover {
    background: #82C5DC;
    color: #000;
}

.top-navbar {
    background: linear-gradient(180deg, #102F38 0%, #09242D 100%);
    color: #82C5DC;
    width: 100%;
    z-index: 1000;
    padding: 7px 0;
}

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

.header-auth {
    margin-right: auto;
}

.header-auth .btn {
    padding: 7px 15px;
    display: block;
    line-height: normal;
    text-transform: uppercase;
    margin-right: 10px;
}

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

.social-title {
    margin-right: 10px;
    line-height: normal;
}

.social-items {
    display: flex;
}

.social-item__link {
    margin: 0 1px;
    padding: 0px 2px;
    font-size: 20px;
    height: 34px;
    width: 34px;
    border: none!important;
    box-shadow: inset 1px 0 0 #1d5a6f, inset -1px 0 0 #1d5a6f, inset 0 1px 0 #1d5a6f, inset 0 -1px 0 #1d5a6f;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
}

.social-item__link-google::before {
    content: " ";
    background: url(../img/icons/google.svg) no-repeat center center;
    background-size: 100%;
    width: 25px;
    height: 25px;
    display: block;
    margin: 0 auto;
}

.social-item__link-mail::before {
    content: "@";
    font-size: 26px;
    line-height: normal;
    display: block;
    margin: 0 auto;
    color: #30B0D8;
}

.social-item__link-ok::before {
    content: "OK";
    font-size: 20px;
    display: block;
    margin: 0 auto;
    color: #30B0D8;
}

.social-item__link-tg::before {
    content: " ";
    background: url(../img/icons/tg.svg) no-repeat center center;
    background-size: 100%;
    width: 25px;
    height: 25px;
    display: block;
    margin: 0 auto;
}

.social-item__link-vk::before {
    content: " ";
    background: url(../img/icons/vk.svg) no-repeat center center;
    background-size: 100%;
    width: 25px;
    height: 25px;
    display: block;
    margin: 0 auto;
}

.social-item__link-ya::before {
    content: " ";
    background: url(../img/icons/ya.svg) no-repeat center center;
    background-size: 100%;
    width: 25px;
    height: 25px;
    display: block;
    margin: 0 auto;
}

.header-navbar {
    z-index: 1;
    width: 100%;
    margin: 0;
    padding: 0;
    background: linear-gradient(180deg, #153943 0%, #275567 100%);
    text-align: right;
}

.menu-btn {
    display: none;
}

.menu-btn span {
    display: block;
    width: 100%;
    height: 4px;
    background: #fff;
}

.navbar-nav {
    width: 100%;
}

.navbar ul {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    list-style: none;
    padding: 0;
    margin: 0;
    margin-left: auto;
}

.navbar ul li a {
    color: #fff;
    font-size: 16px;
    font-weight: 300;
    text-decoration: underline;
    padding: 5px;
    border: 1px solid transparent;
}

.header-banner {
    padding: 90px 0;
    background: url(../img/first-dep.jpeg) no-repeat center center;
    background-size: contain;
}

.header-banner__link {
    position: absolute;
    z-index: 2;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.header-logo {
    z-index: 3;
    display: flex;
    width: max-content;
    margin-right: 40px;
    height: 43px;
}

.header-banner__content-text strong {
    color: #fff;
    text-transform: uppercase;
    font-size: 27px;
    line-height: 1.2;
    text-shadow: 0px 0px 1px #fff, 0px 0px 2px #000, 0px 0px 20px #000, 0px 0px 10px #000;
}

.header-banner__content-text p {
    color: #fff;
    font-size: 25px;
    font-weight: 300;
    line-height: 1.038;
    text-shadow: 0px 0px 1px #000, 0px 0px 10px #000, 0px 0px 40px #000, 0px 0px 40px #000, 0px 0px 50px #000;
}

.header-content__btn a {
    padding: 10px 45px;
    display: block;
    height: auto;
    margin-top: 35px;
}

.header-jackpot {
    position: absolute;
    right: 0;
    z-index: 1;
    text-align: right;
}

.header-banner a {
    text-decoration: none;
}

.header-jackpot__title {
    line-height: 20px;
    display: block;
    font-size: 30px;
    color: white;
    margin-bottom: 6px;
    text-shadow: 0px 1px 2px rgb(0 0 0 / 70%);
    text-transform: uppercase;
    font-weight: 300;
}

.header-jackpot__value {
    display: flex;
    box-shadow: 2px 3px 5px rgb(8 81 118 / 40%);
    padding: 5px 45px;
    padding-left: 5px;
    background: linear-gradient(180deg, #102F38 -27.45%, #276479 83%);
    font-family: "neris-semibold", sans-serif;
    pointer-events: none;
}

.header-jackpot__value span::before {
    content: '';
    box-shadow: 1px 0 0 rgb(90 124 137), inset -1px 0 0 rgb(48 71 80 / 60%);
    width: 2px;
    height: 100%;
    position: absolute;
    bottom: 0;
    right: 0;
}

.header-jackpot__value:after {
    content: '₽';
    font-family: sans-serif;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 36px;
    color: #fff;
}

.header-jackpot__value span {
    text-shadow: 0px 1px 2px rgb(0 0 0 / 30%);
    color: #fff;
    font-size: 30px;
    font-weight: 300;
    padding: 0 10px;
}

.main-inner {
    background: #09242D;
    display: flex;
    color: #8A9EAB;
}

.main-content {
    flex: 0 0 60%;
    padding: 20px;
}

.main-navbar ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
    list-style: none;
    padding: 0;
    margin: 0;
}

.main-navbar ul li {
    flex: 0 0 20%;
    border-top: 2px solid #005880;
    font-size: 16px;
    text-transform: uppercase;
    background: linear-gradient(to bottom, #F6FBFD, #D1ECF4);
    overflow: hidden;
    text-align: center;
}

.main-navbar ul li a {
    text-transform: uppercase;
    text-decoration: none;
    color: #256079 !important;
    padding: 10px 0;
    display: block;
}

.main-sidebar {
    flex: 0 0 40%;
    padding-left: 10px;
    background-color: #194250;
}

.content {
    margin-bottom: 35px;
}

.slots {
    margin: 35px 0;
}

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

.slot-item {
    width: calc((100% - 0px) / 4);
    border: 1px solid #000;
    height: 172px;
}

.slot-item__bg {
    width: 100%;
    height: 100%;
}

.slot-item__bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.slot-item__title {
    position: absolute;
    bottom: 0;
    color: #fff;
    background: #093949;
    height: 30px;
    line-height: 30px;
    width: 100%;
    z-index: 6;
    padding: 0 10px;
    text-transform: uppercase;
    font-weight: 300;
    font-size: 12px;
}

.slot-item__play {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 5px 20px;
    display: block;
    height: auto;
    display: none;
}

.slot-item:hover .slot-item__play {
    display: block;
}

.tournament {
    border-radius: 4px;
    text-align: center;
    padding: 10px;
    margin-bottom: 20px;
    display: flex;
    flex-direction: column;
}

.tournament-header__inner,
.lottery-header {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    font-weight: 300;
}

.lottery-header {
    text-align: center;
    justify-content: center;
    flex-direction: column;
}

.tournament-title,
.lottery-header__title {
    display: block;
    color: #396E81;
    text-transform: uppercase;
    font-size: 18px;
}

.tournament-more a {
    color: #396E81;
    font-size: 15px;
}

.tournament-name,
.lottery-header__name {
    font-family: "neris-semibold", sans-serif;
    font-size: 26px;
    line-height: 1.5;
    text-transform: uppercase;
    color: #9EDD44;
}

.tournament-banner img,
.lottery-banner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.tournament-props,
.lottery-props {
    width: 100%;
    padding-bottom: 3px;
    border: 1px solid #D6DBDC;
    border-top: none;
    background: #fff;
    text-align: left;
    padding-top: 3px;
    text-align: center;
}

.tournament-jackpot__title,
.lottery-jackpot__title {
    text-transform: uppercase;
    line-height: 19px;
    padding-left: 15px;
    color: #396E81;
}

.tournament-jackpot__value,
.lottery-jackpot__value {
    padding: 10px 15px;
}

.tournament-jackpot__value *,
.lottery-jackpot__value * {
    width: 31px;
    height: 42px;
    box-sizing: border-box;
    text-align: center;
    font-size: 36px;
    line-height: normal;
    border: 1px solid #82C5DC;
    margin-right: 3px;
    font-weight: 300;
    color: #003E60;
    background-color: #FBFDFE;
    display: inline-block;
    vertical-align: top;
}

.tournament-result * {
    color: #859EAA;
    font-size: 10px;
    font-weight: 300;
}

.tournament-result__inner {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.tournament-result__list {
    width: 50%;
    padding-right: 10px;
    text-transform: uppercase;
}

.tournament-result__list:last-child {
    padding-right: 0;
}

.tournament-result__header {
    display: flex;
    justify-content: space-between;
    padding: 5px 0;
    border-bottom: 1px solid #859EAA;
}

.tournament-result__item {
    display: flex;
    justify-content: space-between;
    padding: 5px 0;
    border-bottom: 1px solid #859EAA;
    text-decoration: none;
}

.tournament-result__item-pos {
    margin-right: 10px;
}

.tournament-result__item-nickname {
    margin-right: auto;
}

.tournament-result__item-value {
    color: #9EDD44;
}

.tournament-footer,
.lottery-footer {
    margin-top: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-transform: uppercase;
}

.tournament-play {
    margin-right: 10px;
    line-height: normal;
    display: block;
    padding: 10px 25px;
    font-size: 14px;
}

.tournament-more {
    font-size: 14px;
}

.lottery {
    border-radius: 4px;
    text-align: center;
    padding: 10px;
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
}

.lottery-play {
    line-height: normal;
    display: block;
    padding: 10px 25px;
    font-size: 14px;
}

.payment {
    padding: 20px;
    background-color: #093949;
}

.footer-inner {
    background-color: #09242D;
    width: 100%;
    color: #8A9EAB;
    padding: 50px 20px;
    display: flex;
    flex-wrap: wrap;
}

.footer-inner a {
    color: #859EAA;
    text-decoration: none;
}

.footer-navbar {
    display: flex;
    flex-wrap: wrap;
    width: 50%;
}

.footer-navbar ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
}

.footer-nav {
    padding-right: 30px;
}

.footer-text {
    width: 50%;
}

.footer-copyright {
    background-color: #093949;
    padding: 10px 20px;
    color: #859EAA;
    text-align: center;
}

.random-games {
    text-align: center;
    padding: 10px;
    border-radius: 4px;
}

.random-games__title {
    margin: 0 auto;
    color: #396E81;
    text-transform: uppercase;
    font-size: 18px;
}

.random-games__inner {
    padding-top: 1px;
    background-color: #194251;
}

.random-games__img {
    padding: 35px;
}

.random-games__img img {
    max-width: 300px;
    width: 100%;
    height: 186px;
    object-fit: contain;
}

.random-games__name {
    width: 100%;
    padding-bottom: 3px;
    border-top: none;
    background-color: #194251;
    font-weight: 600;
    font-size: 14px;
    line-height: 30px;
    text-transform: uppercase;
    text-align: center;
}

.random-games__name a {
    font-family: "neris-semibold", sans-serif;
    font-size: 26px;
    line-height: 1;
    color: #9EDD44;
}

.related-slots__title {
    font-weight: bold;
    font-size: 24px;
    text-align: center;
    margin-bottom: 30px;
}

.related-slots .slots-items {
    justify-content: center;
}

.breadcrumbs {
    color: #256079;
    font-size: 12px;
}

.breadcrumbs a {
    color: #256079;
    text-decoration: none;
}

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

.strong-form-inner {
    padding: 25px 0 !important;
    width: 50%;
}

.wpcf7 label {
    width: 50%;
}

.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 textarea {
    width: 100%;
}

.toc {
    border-radius: 4px;
    padding: 20px;
    width: max-content;
    margin: 25px 0;
    background: #093949;
}

.toc-title {
    font-size: 24px;
    margin-bottom: 10px;
}

.toc ol {
    margin-bottom: 0;
}

.toc ol li:last-child {
    margin-bottom: 0;
}

.toc ol li a {
    color: #8A9EAB;
}