@font-face {
    font-family: Muller;
    src: local("Muller Regular"), local("MullerRegular"), url('../fonts/muller_regular_woff2.woff2') format("woff2"), url('../fonts/muller_regular_woff.woff') format("woff");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: Muller;
    src: local("Muller Bold"), local("MullerBold"), url('../fonts/muller_bold_woff2.woff2') format("woff2"), url('../fonts/muller_bold_woff.woff') format("woff");
    font-weight: 700;
    font-style: normal
}

@font-face {
    font-family: Muller;
    src: local("Muller Bold"), local("MullerExtraBold"), url('../fonts/muller_extra_bold.woff2') format("woff2"), url('../fonts/muller_extra_bold.woff') format("woff");
    font-weight: 800;
    font-style: normal
}

@font-face {
    font-family: Muller;
    src: local("Muller Black"), local("MullerBlack"), url('../fonts/muller_black_woff2.woff2') format("woff2"), url('../fonts/muller_black_woff.woff') format("woff");
    font-weight: 900;
    font-style: normal
}

@font-face {
    font-weight: 300;
    font-family: Firs;
    font-style: normal;
    src: url(../fonts/ttfirs-300.woff2) format("woff2"), url(../fonts/ttfirs-300.woff) format("woff");
    font-display: swap
}

@font-face {
    font-weight: 400;
    font-family: Firs;
    font-style: normal;
    src: url(../fonts/ttfirs-regular.woff2) format("woff2"), url(../fonts/ttfirs-regular.woff) format("woff");
    font-display: swap
}

@font-face {
    font-weight: 500;
    font-family: Firs;
    font-style: normal;
    src: url(../fonts/ttfirs-500.woff2) format("woff2"), url(../fonts/ttfirs-500.woff) format("woff");
    font-display: swap
}

@font-face {
    font-weight: 700;
    font-family: Firs;
    font-style: normal;
    src: url(../fonts/ttfirs-700.woff2) format("woff2"), url(../fonts/ttfirs-700.woff) format("woff");
    font-display: swap
}

@font-face {
    font-weight: 800;
    font-family: Firs;
    font-style: normal;
    src: url(../fonts/ttfirs-800.woff2) format("woff2"), url(../fonts/ttfirs-800.woff) format("woff");
    font-display: swap
}

@font-face {
    font-weight: 900;
    font-family: Firs;
    font-style: normal;
    src: url(../fonts/ttfirs-900.woff2) format("woff2"), url(../fonts/ttfirs-900.woff) format("woff");
    font-display: swap
}

@font-face {
    font-weight: 300;
    font-family: Firs;
    font-style: italic;
    src: url(../fonts/ttfirs-300-italic.woff2) format("woff2"), url(../fonts/ttfirs-300-italic.woff) format("woff");
    font-display: swap
}

@font-face {
    font-weight: 400;
    font-family: Firs;
    font-style: italic;
    src: url(../fonts/ttfirs-italic.woff2) format("woff2"), url(../fonts/ttfirs-italic.woff) format("woff");
    font-display: swap
}

@font-face {
    font-weight: 500;
    font-family: Firs;
    font-style: italic;
    src: url(../fonts/ttfirs-500-italic.woff2) format("woff2"), url(../fonts/ttfirs-500-italic.woff) format("woff");
    font-display: swap
}

@font-face {
    font-weight: 700;
    font-family: Firs;
    font-style: italic;
    src: url(../fonts/ttfirs-700-italic.woff2) format("woff2"), url(../fonts/ttfirs-700-italic.woff) format("woff");
    font-display: swap
}

@font-face {
    font-weight: 800;
    font-family: Firs;
    font-style: italic;
    src: url(../fonts/ttfirs-800-italic.woff2) format("woff2"), url(../fonts/ttfirs-800-italic.woff) format("woff");
    font-display: swap
}

@font-face {
    font-weight: 900;
    font-family: Firs;
    font-style: italic;
    src: url(../fonts/ttfirs-900-italic.woff2) format("woff2"), url(../fonts/ttfirs-900-italic.woff) format("woff");
    font-display: swap
}


@font-face {
    font-family: Sochi2014;
    font-weight: 700;
    src: url('../fonts/sochi2014_bold.ttf');
}

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

body {
    background-color: #1c171f;
    color: #d0d0d0;
    font-family: Jost, sans-serif;
    font-size: 16px;
    line-height: 1.5;
	margin: 0;
    font-family: Firs;
    line-height: 1;
}

a {
    color: #ccc;
}

a:hover {
    color: #fff;
}

input,
textarea {
    outline: unset;
}

.header {
    background-color: #211b27f0;
    height: 60px;
}

.header__wrapper {
    padding: 0 20px;
    display: flex;
    justify-content: space-between;
    height: 100%;
    align-items: center;
}

.header-logo__img {
    display: flex;
    height: 54px;
}

.header__action {
    display: flex;
    gap: 20px;
    align-items: center;
    padding-right: 10%;
}

.online-count {
    display: flex;
    align-items: center;
    gap: 5px;
}

.green-elips {
    background-color: #2ac120;
    border-radius: 20px;
    width: 10px;
    height: 10px;
}

.online-count__info {
    border-bottom: 2px solid #ccc;
    font-size: 15px;
}

.online-num {
    font-weight: 600;
}

.purple-btn {
    font-size: 14px;
    height: 35px;
    background-image: linear-gradient(270deg, rgba(254, 40, 74, 0) 48.44%, #ec8dffc9 75.52%, rgba(254, 40, 74, 0) 100%);
    background-repeat: no-repeat;
    animation: bg-move linear 5s infinite;
    text-transform: uppercase;
    background-color: #a940be;
    font-weight: bold;
    box-shadow: 0 3px 0 0 #7d318d, 0 4px 4px 0 #000;
    filter: drop-shadow(3px 3px 0px rgba(0, 0, 0, 0.3));
    -webkit-filter: drop-shadow(3px 3px 0px rgba(0, 0, 0, 0.3));
    border-radius: 5px;
    padding: 0 20px;
    display: flex;
    align-items: center;
    text-decoration: none;
    color: #fff;
    animation: bg-move linear 5s infinite;
}

.purple-btn:hover {
    background-color: #C854E0;
}

@-webkit-keyframes bg-move {
    0% {
        background-position: 1000px 0;
    }
    100% {
        background-position: -500px 0;
    }
}

@keyframes bg-move {
    0% {
        background-position: 1000px 0;
    }
    100% {
        background-position: -500px 0;
    }
}

.header__link {
    color: #ccc;
    display: flex;
    text-decoration: underline;
    cursor: pointer;
    font-size: 14px;
    text-transform: uppercase;
}

.main-slider__item {
    display: flex;
    width: 100%;
    color: #fff;
    height: 270px;
    align-items: baseline;
    justify-content: center;
    background-size: cover;
    background-position: bottom;
    cursor: pointer;
}

.slide__img {
    position: absolute;
}

.slide-type-1 .slide__img {
    transform: translate3d(300px, 0px, 0px);
    left: 0;
    top: -31px;
}

.slide-type-1 img {
    width: 230px;
}

.slide-type-1 .main-slider__text {
    margin-top: 20px;
    text-transform: uppercase;
    font-size: 32px;
    display: flex;
    padding: 5px;
    font-weight: 800;
    flex-direction: column;
    background-color: #251f34d1;
    backdrop-filter: blur(5px);
    border-radius: 10px;
    margin-left: 33px;
}

.slide-type-1 .slider__subtitle {
    font-size: 22px;
    margin-top: 10px;
    font-weight: normal;
}

.slide-type-2.main-slider__item {
    background-position: unset;
}

.slide-type-2 .slide__img {
    right: 20%;
    transform: translate3d(45px, 0px, 0px);
}

.slide-type-2 img {
    width: 560px;
}

.slide-type-2 .main-slider__text {
    background-color: #1e1f2b75;
    padding: 10px 20px;
    border-radius: 10px;
    backdrop-filter: blur(10px);
    position: absolute;
    left: 0;
    margin-left: 11%;
    margin-top: 25px;
}

.slide-type-2 .slider__title {
    font-size: 36px;
    font-weight: 700;
}

.slide-type-2 .slider__subtitle {
    margin-top: 10px;
    font-size: 20px;
}

.slide-type-3 img {
    width: 580px;
}

.slide-type-3 .main-slider__text {
    background-color: #27262947;
    padding: 15px;
    border-radius: 10px;
    margin-top: 10px;
    backdrop-filter: blur(10px);
    position: absolute;
    left: 0;
    margin-left: 30px;
}

.slide-type-3 .slider__title {
    font-size: 50px;
    font-weight: 700;
}

.slide-type-3 .slider__subtitle {
    margin-top: 10px;
    font-size: 30px;
    font-weight: 600;
}

.slide-type-4 .slide__img {
    position: absolute;
    right: 20%;
    bottom: 0;
    display: flex;
    transform: translate3d(45px, 0px, 0px);
}

.slide-type-4 img {
    width: 560px;
}

.slide-type-4 .main-slider__text {
    background-color: #1e1f2b75;
    padding: 10px 20px;
    border-radius: 10px;
    backdrop-filter: blur(10px);
    margin-top: 25px;
    margin-left: 11%;
    position: absolute;
    left: 0;
}

.slide-type-4 .main-slider__text .slider__title {
    font-size: 36px;
    font-weight: 700;
}

.slide-type-4 .main-slider__text .slider__subtitle {
    font-size: 20px;
    margin-top: 10px;
}

.slide-type-4 .slider-offer__text {
    margin-top: 25px;
    margin-left: 45px;
    position: absolute;
    left: 0;
    top: 41%;
    background-color: #1e1f2b47;
    padding: 10px 20px;
    border-radius: 10px;
    backdrop-filter: blur(10px);
}

.slide-type-4 .slider-offer__text .offer__title {
    font-size: 130%;
    color: #ffcd9a;
    font-weight: 700;
}

.slide-type-4 .slider-offer__text .offer__subtitle {
    padding: 10px 0px;
    font-size: 150%;
    font-weight: 600;
}

.slide-type-5 {
    background-position: unset;
}

.slide-type-5 .slide__img {
    right: 20%;
    transform: translate3d(45px, 0px, 0px);
    display: flex;
    bottom: 0;
}

.slide-type-5 img {
    width: 420px;
}

.slide-type-5 .main-slider__text {
    background-color: #1e1f2b75;
    padding: 10px 20px;
    border-radius: 10px;
    backdrop-filter: blur(10px);
    margin-top: 25px;
    position: absolute;
    left: 11%;
}

.slide-type-5 .slider__title {
    font-size: 36px;
    font-weight: 700;
}

.slide-type-5 .slider__subtitle {
    font-size: 20px;
    margin-top: 10px;
}

.slide-type-6 {
    background-position: top;
}

.slide-type-6 .main-slider__text {
    background-color: #211c25d4;
    padding: 10px;
    border-radius: 20px;
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    position: absolute;
    left: 0;
    margin-top: 20px;
    margin-left: 20px;
}

.slide-type-6 .slider__title {
    font-size: 50px;
    font-weight: 700;
}

.slide-type-6 .slider__subtitle {
    font-size: 20px;
    margin-top: 10px;
    font-weight: 600;
}

.swiper-pagination-bullet {
    background-color: #fff;
}

.swiper-pagination-bullet-active {
    background-color: #fff;
}

.casino {
    background-color: #211c25;
    padding-bottom: 60px;
}

.container {
    width: 100%;
    max-width: 1200px;
    margin: auto;
}

.casino__nav {
    margin-top: 20px;
}

.casino-nav__inner {
    display: flex;
    flex-wrap: wrap;
    padding: 0px 10px;
    justify-content: center;
    border-radius: 10px;
    width: 100%;
    background: linear-gradient(180deg, rgba(52, 43, 57, 1) 0%, rgb(44 36 48) 35%);
    border-top: 1px solid #4e4156;
    gap: 20px;
    align-items: center;
}

.casino-nav__item {
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 55px;
    padding: 0 5px;
    position: relative;
}

.nav-item-new::after {
    content: "New";
    position: absolute;
    top: -7px;
    padding: 3px 3px;
    border-radius: 5px;
    font-size: 13px;
    transform: rotate(10deg);
    right: -2px;
    background-color: #ed5454;
    font-weight: 800;
    color: white;
    border: 2px solid black;
}

.casino-nav__link {
    display: flex;
    align-items: center;
    text-decoration: none;
    font-weight: 600;
    font-size: 16px;
    color: #e8e6ff;
}

.nav-item__icon img {
    width: 20px;
    height: 20px;
    margin-left: 5px;
    white-space: nowrap;
}

.tasks-icon img {
    width: 28px;
    height: 28px;
    margin-left: 0;
}

.level-icon img {
    width: 25px;
    height: 25px;
    white-space: nowrap;
    margin-left: 5px;
}

.status-icon img {
    width: 25px;
    height: 25px;
    white-space: nowrap;
    margin-left: 5px;
}

.seporator {
    position: relative;
    height: 3px;
    background-color: #1d1820;
    margin: 25px 10px;
}

.seporator__name {
    padding: 5px 10px;
    background-color: #171419;
    display: flex;
    position: absolute;
    color: #686769;
    border-radius: 10px;
    top: -13px;
    left: 0;
    right: 0;
    width: 83px;
    margin: auto;
}

.filters__row {
    display: flex;
    gap: 20px;
}

.filters__row .casino__nav {
    width: 100%;
    margin-top: 0;
}

.search-inner {
    display: flex;
    justify-content: center;
    border-radius: 10px;
    width: 100%;
    background: linear-gradient(180deg, rgba(52, 43, 57, 1) 0%, rgb(44 36 48) 35%);
    border-top: 1px solid #4e4156;
    gap: 15px;
    align-items: center;
    padding: 10px;
}

.casino-nav__select {
    width: 100%;
    border: 2px solid transparent;
    border-radius: 5px;
    font-weight: 500;
    color: #fff;
    transition: box-shadow .25s ease;
    background-color: #1f1a22;
    height: 35px;
    padding: 0 8px;
    font-size: 16px;
    max-width: 165px;
    font-family: Firs;
}

.search-input {
    width: 100%;
    border: 2px solid transparent;
    font-weight: 500;
    color: #fff;
    transition: box-shadow .25s ease;
    background-color: #1f1a22;
    height: 35px;
    padding: 0 18px;
    font-size: 16px;
    border-radius: 10px;
    padding-left: 7px;
    padding-right: 50px;
    font-style: italic;
}

.casino-nav__search {
    position: relative;
    width: 100%;
}



.casino-nav__search input[type="submit"] {
    position: absolute;
    top: 0;
    right: 10px;
    height: 35px;
    width: 35px;
    background: transparent url(../img/Search.svg) no-repeat 50%;
    background-size: 18px;
    cursor: pointer;
    border: 0;
    font-size: 0;
}

.slots-additional {
    display: flex;
    gap: 10px;
}

.slots__winner {
    width: 35%;
}

.slots-additiona__title {
    font-size: 18px;
    font-weight: 600;
    margin: 10px 0;
    color: white;
}

.slots-additional__inner {
    border-radius: 10px;
    display: flex;
    box-sizing: border-box;
    height: 110px;
    position: relative;
    transition: border .25s ease;
    background: linear-gradient(180deg, rgba(52, 43, 57, 1) 0%, rgb(44 36 48) 35%);
    border-top: 1px solid #4e4156;
    cursor: pointer;
}

.slots-winner__item {
    display: flex;
}

.slots-winner__img {
    display: flex;
    padding: 5px;
}

.slots-winner__img img {
    width: 130px;
    height: auto;
    object-fit: cover;
    object-position: left;
    border-bottom-left-radius: 10px;
    border-top-left-radius: 10px;
}

.slots-winner__info {
    padding: 5px;
}

.slots-winner__sum {
    color: #ffbb92;
    font-size: 140%;
    font-weight: 600;
    line-height: 1.4em;
    font-family: "Graphik LC Web", -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
}

.slots-winner__user {
    margin-top: 20px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.winner-user__ava {
    margin-right: 4px;
}

.winner-user__ava img {
    width: 32px;
    height: auto;
}

.winner-user__name {
    font-size: 15px;
    display: flex;
    position: relative;
    top: 2px;
}

.winner-user__icon {
    display: flex;
    width: 24px;
    align-items: center;
    height: 100%;
}

.winner-user__icon img {
    width: 24px;
    height: auto;
}

.slots__tournir {
    width: 65%;
    cursor: pointer;
}

.slots-additiona__inner {
    position: relative;
    border-radius: 10px;
    display: flex;
    width: 100%;
    box-sizing: border-box;
    height: 110px;
    position: relative;
    transition: border .25s ease;
    background: linear-gradient(180deg, rgba(52, 43, 57, 1) 0%, rgb(44 36 48) 35%);
    border-top: 1px solid #4e4156;
    padding-top: 15px;
    padding-left: 15px;
}

.slots-additiona__inner::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-image: url(../img/cups.png);
    background-size: 254px;
    background-repeat: no-repeat;
    background-position: right;
    pointer-events: none;
}

.slots-tournir__info {
    display: flex;
    width: 100%;
    flex-direction: column;
    max-width: 350px;
}

.slots-tournir__name {
    display: flex;
    text-transform: uppercase;
}

.slots-tournir__sum {
    margin: 10px 0;
    font-size: 24px;
    font-weight: 800;
    color: #ffd092;
    font-family: "Graphik LC Web", -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
}

.tournir-couner__inner {
    font-weight: 600;
    margin-top: 5px;
}

.tournir-couner__inner span:after {
    content: ":";
    margin-left: 3px;
}

.tournir-couner__inner span:first-child:after {
    display: none;
}

.tournir-couner__inner span:last-child:after {
    display: none;
}

.tournir__btn {
    width: 100px;
    margin-top: 10px;
    display: flex;
    height: 30px;
    font-weight: bold;
    background-color: #5db1ff;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    padding: 0 20px;
    text-decoration: none;
    line-height: 22px;
    font-size: 14px;
    white-space: nowrap;
    color: #fff;
    cursor: pointer;
    transition: background-color .2s ease;
}

.slots-list__item {
    display: flex;
    width: 100%;
    font-size: 18px;
    font-weight: 600;
    margin: 10px 0;
    color: white;
}

.slots__item {
    position: relative;
    width: 222px;
    height: 165px;
    max-width: 19%;
    display: flex;
    flex-direction: column;
    border-radius: 10px;
    color: #fff;
    transform: translateZ(0);
    transition: transform .15s linear;
}

.slots-item__header {
    position: absolute;
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: flex-start;
}

.orange-type {
    background-color: #f58e00c4;
    text-shadow: 1px 1px 2px #000000ab;
    border-top-left-radius: 10px;
    border-bottom-right-radius: 10px;
    padding: 2px 10px;
    display: flex;
    font-size: min(3vw, 14px);
    height: 90%;
    width: 20%;
    line-height: 1.7em;
}

.red-type {
    background-color: #f42a4ec4;
    text-shadow: 1px 1px 2px #000000ab;
    border-top-left-radius: 10px;
    border-bottom-right-radius: 10px;
    padding: 2px 10px;
    display: flex;
    font-size: min(3vw, 14px);
    height: 90%;
    width: 20%;
    line-height: 1.7em;
}

.slits-item__provider {
    font-size: 80%;
    margin-right: 4px;
    box-sizing: border-box;
    text-align: right;
    text-shadow: 1px 1px 2px black;
    background-color: #3636364d;
    border-radius: 5px;
    display: inline-block;
    padding: 2px 10px;
    font-weight: 600;
    margin-top: 4px;
}

.slots-item__img img {
    object-fit: cover;
    max-width: 100%;
    border-radius: 10px;
}

.slots-item__overlay {
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 130%;
    width: 100%;
    padding: 5px 0;
    pointer-events: none;
    opacity: 0;
    will-change: opacity;
    transition: opacity .15s linear;
    transition-delay: 20ms;
    border-radius: 10px 10px 10px 10px;
    border: 1px solid #3d9dff;
    background-color: #2a5e9fe0;
    overflow: hidden;
    padding-top: 15%;
    position: absolute;
    top: 0;
    left: 0;
}

.slots__item:hover {
    transform: scale(1.1);
    z-index: 2;
}

.slots__item:hover .slots-item__overlay {
    pointer-events: auto;
    opacity: 1;
}

.item-overlay__action {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    gap: 22px;
    width: 100%;
    height: 100%;
}

.play__btn {
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    border: none;
    border-radius: 5px;
    padding: 0 20px;
    outline: none;
    text-align: center;
    text-decoration: none;
    line-height: 22px;
    font-size: 14px;
    color: #fff;
    cursor: pointer;
    transition: background-color .2s ease;
    height: 30px;
    font-weight: bold;
    background-color: #5db1ff;
    box-shadow: 0 3px 0 0 #284f70, 0 4px 4px 0 #000;
    filter: drop-shadow(3px 3px 0px rgba(0, 0, 0, 0.6));
    background-color: #5db1ff;
    filter: drop-shadow(3px 3px 0px rgba(0, 0, 0, 0.6));
    -webkit-filter: drop-shadow(3px 3px 0px rgba(0, 0, 0, 0.6));
}

.play__btn:hover {
    background-color: #72b9fa;
}

.demo__btn {
    display: flex;
    justify-content: center;
    align-items: center;
    border: none;
    border-radius: 50px;
    padding: 0 20px;
    text-align: center;
    text-decoration: none;
    line-height: 22px;
    font-size: 14px;
    font-weight: 800;
    white-space: nowrap;
    color: #fff;
    cursor: pointer;
    height: 35px;
    background-color: #2d3b59;
    width: 40%;
}

.demo__btn:hover {
    background-color: #364568;
}

.item-overlay__name {
    display: flex;
    justify-content: center;
    height: 35%;
    font-size: 12px;
    align-items: center;
}

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

.slots-win {
    margin-top: 20px;
}

.slots-win__list {
    display: flex;
    gap: 10px;
}

.slots-win__item {
    width: 160px;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    cursor: pointer;
}

.slots-win__img {
    display: flex;
    width: 100%;
    height: 100%;
}

.slots-win__img img {
    width: 100%;
    height: auto;
    align-self: center;
    object-fit: cover;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    filter: saturate(0.7);
}

.slots-win__footer {
    position: absolute;
    z-index: 2;
    display: flex;
    height: 100%;
    justify-content: end;
    bottom: 0;
    width: 100%;
    flex-direction: column;
    align-items: center;
}

.slots-win__footer::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    display: block;
    top: 0;
    left: 0;
    background: #000;
    background: linear-gradient(180deg, rgba(33, 28, 37, 0) 74%, rgba(33, 28, 37, 1) 86%, rgba(33, 28, 37, 1) 100%);
    z-index: -1;
}

.slots-win__sum {
    background-color: #211c25d4;
    padding: 5px 5px;
    color: #ffffff;
    font-weight: 800;
    border-radius: 10px;
    font-family: "Graphik LC Web", -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
    text-align: center;
}

.slots-win__user {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0px 10px;
    margin-top: 5px;
    font-size: 12px;
}

.win-big {
    color: #ffc675;
    font-size: 140%;
}

.slots-list-full {
    margin-top: 50px;
}

.slots-list-full .slots-list__inner {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 15px;
    column-gap: 15px;
    row-gap: 35px;
}

.slots-list-full .slots__item {
    width: auto;
    height: auto;
    max-width: unset;
}

.footer {
    background-color: #27212b;
    padding-top: 34px;
    padding-bottom: 30px;
}

.footer-nav__list {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    justify-content: center;
    gap: 16px;
}

.footer-nav__link {
    font-size: 16px;
    color: #fff;
    transition: background-color .15s linear, transform .15s linear;
    text-decoration: none;
}

.footer__lang {
    display: flex;
    justify-content: center;
    margin-top: 25px;
    gap: 5px;
}

.footer-lang__flag {
    display: flex;
}

.footer-lang__flag svg {
    width: 32px;
    height: 32px;
}

.footer-lang__name {
    padding: 8px 8px;
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    background-color: #405482;
    border-radius: 5px;
    transition: background-color .15s linear, transform .15s linear;
    display: flex;
    align-items: center;
    cursor: pointer;
}

.footer__description {
    display: flex;
    gap: 25px;
    margin-top: 15px;
}

.footer-description__col {
    display: flex;
    gap: 10px;
}

.footer-description__img {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.footer-description__img img:nth-child(1) {
    width: 40px;
}

.footer-description__img img:nth-child(2) {
    width: 80px;
}

.footer-description__text {
    font-size: 12px;
    color: #6c6e8d;
    display: flex;
    align-items: center;
}

.error__page {
    overflow: hidden;
    height: 100vh;
    width: 100%;
    margin: 0;
    background-color: #161723;
}

.wrapper__404 {
    display: flex;
    flex-direction: column;
    height: 100%;
    align-items: center;
}

.main_logo  {
    cursor: pointer;
    display: flex;
    padding-top: 70px;
}

.main_logo img {
    max-width: 300px;
    width: 100%;
    height: auto;
}

.error__404 {
    display: flex;
    justify-content: center;
    padding: 20px 10px;
}

.error__title {
    font-size: 50px;
    font-weight: bold;
    text-align: center;
    display: flex;
    margin-right: 20px;
}

.error__message {
    display: flex;
    align-items: flex-end;
    position: relative;
    top: -12px;
}
.seo {
    padding: 35px 0;
    color: #fff;
}

.seo h1 {
    font-size: 30px;
}
@media (max-width: 768px) {
    .main {
        padding: 0 10px;
    }
    .header {
        height: auto;
        padding-bottom: 10px;
    }
    .header__wrapper {
        flex-direction: column;
        gap: 5px;
    }

    .filters__row {
        flex-direction: column;
        gap: 0;
    }

    .search-inner {
        flex-direction: column;
    }

    .casino-nav__select {
        max-width: 100%;
    }

    .slots-additional {
        flex-direction: column;
    }

    .slots__tournir {
        width: 100%;
    }

    .slots-list__inner {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        column-gap: 15px;
        row-gap: 35px;
    }

    .slots__item {
        width: auto;
        height: auto;
        max-width: max-content;
    }

    .slots-list-full .slots-list__inner {
        grid-template-columns: repeat(2, 1fr);
    }

    .footer {
        padding: 40px 10px;
    }

    .footer-nav__list {
        flex-wrap: wrap;
    }

    .footer__description {
        flex-direction: column;
    }

    .main-slider__item .main-slider__text {
        position: absolute;
        bottom: -47px;
        top: unset;
        margin: 0;
        width: 100%;
        border-radius: 0;
        background: unset;
        backdrop-filter: unset;
        padding: 0;
        left: 0;
    }

    .main-slider__item .slider__title {
        font-size: 18px !important;
        padding: 5px 0;
        width: 100%;
        display: flex;
        justify-content: center;
        text-transform: none;
        font-weight: 500;
    }

    .main-slider__item .slider__subtitle {
        color: #ee98ff;
        text-align: center;
        font-size: 16px !important;
        margin-top: 0 !important;
        text-transform: none;
    }

    .slide-type-1 .slide__img {
        left: -43px;
        top: unset;
        bottom: 0;
        display: flex;
        transform: translate3d(75px, 0px, 0px);
    }

    .slide-type-1 img {
        width: 170px;
    }

    .slide-type-2 .slide__img {
        transform: translate3d(45px, 0px, 0px);
        right: 5%;
        bottom: 0;
        display: flex;
    }

    .slide-type-2 img {
        width: 360px;
    }

    .slide-type-3 .slide__img {
        bottom: 0;
    }

    .slide-type-3 img {
        width: 100%;
    }

    .slide-type-4 .slide__img {
        right: 5%;
        left: 0;
        justify-content: center;
    }

    .slide-type-4 img {
        width: 360px;
    }

    .slide-type-4 .slider-offer__text {
        margin-left: 10px;
        bottom: 0;
        margin-bottom: 15px;
        top: unset;
    }

    .slide-type-5 img {
        width: 300px;
    }

    .main-slider__item {
        height: 196px;
        border-radius: 10px;
    }

    .main__slider .swiper-wrapper {
        padding-bottom: 74px;
    }

    .casino__nav {
        margin-top: 0;
        margin-bottom: 15px;
    }

    .online-count {
        display: none;
    }
    .casino-nav__inner {
        gap: 0;
        column-gap: 20px;
    }

    .casino-nav__item {
        height: 50px;
    }
    .slots__winner {
        width: 100%;
    }
    .slots-additiona__inner::after {
        background-size: 150px;
        background-position: bottom right;
    }
    .tournir-counter__title {
        display: none;
    }
    .tournir-couner__inner {
        white-space: nowrap;
        position: absolute;
        right: 10px;
        width: 130px;
        top: 10px;
        text-align: right;
    }
    .tournir__btn {
        width: 100%;
        position: absolute;
        left: 0;
        top: 0;
        height: 100%;
        z-index: 1;
        margin: 0;
        opacity: 0;
    }
    .filters__row+.seporator {
        display: none;
    }
    .slots-list-full {
        margin-top: 30px;
    }
}