body {
    margin: 0;
    font-family: "Roboto", sans-serif;
    background-color: #EDEDED;
}

header {
    position: relative;
}

button,
button:active,
button:focus {
    outline: none;
}

button {
    cursor: pointer;
    background-color: unset;
    border: none;
}

a {
    text-decoration: none;
    color: #fff;
    cursor: pointer;
}

*,
:after,
:before {
    box-sizing: border-box;
}

img {
    vertical-align: initial;
    height: auto;
    max-width: 100%;
}

h1 {
    font-size: 30px;
    font-weight: 700;
    line-height: 1.1em;
    position: relative;
    color: #FF5F00;
    border-bottom: 1px solid #FF5F00;
    padding-bottom: 15px;
}

.footer-text-block h2 {
    color: #FF5F00;
}
.footer-text-block h3 {
    color: #FF5F00;
}

p {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.55;
    margin-bottom: 20px;
}

a+p {
    margin-top: 20px;
}

ul li,
ol li {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.55;
}

.header-block {
    background-color: #011B36;
    position: sticky;
    top: 0;
    z-index: 20;
}

.header-bottom-logo-link-img, .mobile-logo-link-img {
  background-image: url(../img/logo.svg);
}
.header-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 5px 10px;
}

.header-top-links {
    display: flex;
    align-items: center;
}

.header-top-link-download {
    display: flex;
    align-items: center;
    border-radius: 8px;
    background-color: #054588;
    padding: 9px 4px;
    margin: 5px 10px;
}

.text-download {
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
    padding: 0 5px;
}

.download-logo-android,
.download-logo-apple {
    padding: 0 5px;
    cursor: pointer;
}

.logo-android-ikon {
    width: 20px;
    height: 20px;
    fill: #428cdc;
    transition: fill .15s ease-in;
}

.logo-android-ikon:hover {
    fill: #fff;
}

.logo-apple-ikon {
    width: 20px;
    height: 20px;
    fill: #428cdc;
    transition: fill .15s ease-in;
}

.logo-apple-ikon:hover {
    fill: #fff;
}

.header-top-link-blocking {
    display: flex;
    align-items: center;
    border-radius: 8px;
    background-color: #054588;
    padding: 11px 6px;
    margin: 5px 10px;
    cursor: pointer;
    transition: .3s;
}

.header-top-link-blocking:hover {
    box-shadow: inset 0 0 0 1.5px #fff;
}

.logo-block-ikon {
    width: 20px;
    height: 20px;
    fill: #428cdc;
}

.header-top-link-actions {
    display: flex;
    align-items: center;
    border-radius: 8px;
    box-shadow: 0 11px 27px rgba(66, 140, 220, .63);
    background-color: #428cdc;
    background-image: linear-gradient(0deg, #428cdc 0, #0992af);
    padding: 11px 6px;
    margin: 5px 10px;
    cursor: pointer;
    transition: .3s;
}

.header-top-link-actions:hover span {
    color: #ffba00;
}

.text-download.actions {
    padding: 0;
}

.logo-actions-ikon {
    width: 20px;
    height: 20px;
    fill: #fff;
    margin-right: 10px;
}

.header-top-link-actions:hover .logo-actions-ikon {
    fill: #ffba00;
}

.header-top-link-buttons {
    display: flex;
    align-items: center;
    border-radius: 8px;
    background-color: #054588;
    padding: 6px 0;
    margin: 5px 10px;
}

.header-top-link-buttons-format {
    padding: 0 5px;
    position: relative;
}

.logo-block-ikon.format {
    margin: 5px;
}

.ikon-arrow-format {
    width: 10px;
    height: 10px;
    fill: #fff;
    transition: transform .3s ease;
    margin: 5px;
}

.ikon-arrow-format.active {
    transform: rotate(180deg);
}

#formats {
    position: absolute;
    top: -6px;
    left: -5px;
    box-shadow: 0 11px 27px rgba(0, 0, 0, .43);
    border-radius: 10px;
    background-color: #054588;
    border: 2px solid transparent;
    transition: all .25s ease;
    z-index: 999;
    overflow: hidden;
    display: none;
    width: 190px;
}

.formats-content {
    list-style: none;
    display: flex;
    flex-direction: column;
    margin: 0;
    padding: 0;
}

.formats-block {
    cursor: pointer;
}

.formats-block.hid {
    padding: 5px;
}

.formats-content-item-first {
    display: flex;
    position: relative;
    align-items: center;
    justify-content: space-between;
}

.formats-item-list {
    display: flex;
    flex-direction: column;
    overflow-y: scroll;
    margin-right: -15px;
}

.formats-content-item {
    display: flex;
    position: relative;
    align-items: center;
    border-top: 2px solid #043f7e;
    padding: 10px;
    font-size: 14px;
    font-weight: 500;
    color: #fff;
}

.formats-content-item:hover {
    background-color: #043f7e;
}

.formats-link {
    display: flex;
    position: relative;
    align-items: center;
}

.header-top-link-buttons-timer {
    display: flex;
    align-items: center;
    padding: 0 5px;
    border-left: 2px solid #003266;
}

.timer-text {
    color: #fff;
    margin: 5px;
    font-weight: 700;
    font-size: 14px;
}

.header-top-link-buttons-lang {
    border-left: 2px solid #003266;
    position: relative;
}

.language-link {
    display: flex;
    position: relative;
    align-items: center;
}

.lang-left {
    display: flex;
}

.lang-content-item-img.en {
    background-image: url("../img/lang/en.svg");
}

.lang-content-item-img.tr {
    background-image: url("../img/lang/turkey.svg");
}

.lang-content-item-img.az {
    background-image: url("../img/lang/aze.svg");
}

.lang-content-item-img.ru {
    background-image: url("../img/lang/ru.svg");
}

.lang-content-item-img.uz {
    background-image: url("../img/lang/uz.svg");
}

.lang-content-item-img.pl {
    background-image: url("../img/lang/pl.svg");
}

.lang-content-item-img.br {
    background-image: url("../img/lang/br.svg");
}

.lang-content-item-img.es {
    background-image: url("../img/lang/es.svg");
}

.lang-content-item-img {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    font-size: 14px;
    margin: 5px;
}

.text-download.lang {
    margin: 5px;
    padding: 0;
}

.ikon-arrow {
    width: 10px;
    height: 10px;
    fill: #fff;
    transition: transform .3s ease;
    margin: 5px;
}

.ikon-arrow.active {
    transform: rotate(180deg);
}

#languages {
    position: absolute;
    top: -5px;
    box-shadow: 0 11px 27px rgba(0, 0, 0, .43);
    border-radius: 10px;
    background-color: #054588;
    border: 2px solid transparent;
    transition: all .25s ease;
    z-index: 999;
    overflow: hidden;
    display: none;
    width: 200px;
}

.lang-content {
    list-style: none;
    display: flex;
    flex-direction: column;
    margin: 0;
    padding: 0;
}

.language-block {
    cursor: pointer;
}

.language-block.hid {
    padding: 5px;
}

.lang-content-item {
    padding: 5px 0;
}

.lang-content-item:hover {
    background-color: #043f7e;
}

.lang-content-item-first {
    display: flex;
    position: relative;
    align-items: center;
    justify-content: space-between;
}

.lang-content-item-list {
    display: flex;
    flex-wrap: wrap;
    padding: 0 5px;
    border-top: 2px solid #043f7e;
}

.lang-content-item {
    display: flex;
    position: relative;
    align-items: center;
}

.lang-content-item_link {
    display: flex;
    position: relative;
    align-items: center;
}

.header-bottom-buttons {
    display: flex;
    align-items: center;
}

.header-bottom-button {
    color: #fff;
    text-transform: uppercase;
    border-radius: 8px;
    border: none;
    font-weight: 500;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    line-height: 1.2;
    padding: 10px 20px;
    font-size: 18px;
    margin: 0 10px;
}

.header-bottom-button.reg {
    background: #FF4800;
    box-shadow: 0 10px 30px rgba(250, 65, 0, .4);
}

.header-bottom-button.reg:hover {
    background-image: linear-gradient(0deg, #fa5e00 0, #fa7c00);
    box-shadow: 0 20px 30px rgba(250, 65, 0, .4);
}

.header-bottom-button.blue {
    background: #509AEA;
}

.header-bottom-button.blue:hover {
    background-image: linear-gradient(180deg, #428cdc 0, #509aea 97%, #509aea);
}

.header-bottom {
    display: flex;
    justify-content: space-between;
    padding: 5px 10px;
    align-items: center;
}

.header-bottom-logo {
    position: relative;
    margin: 5px 10px;
    flex: 0 0 auto;
}

.header-bottom-logo-link-img {
    height: 40px;
    width: 236px;
    background-repeat: no-repeat;
    background-size: contain;
}

.header-bottom-nav {
    border-radius: 20px;
    background-color: rgba(0, 49, 102, .5);
    position: relative;
    flex-grow: 1;
    margin: 0 10px;
}

.header-bottom-nav-menu {
    display: block;
    position: relative;
    z-index: 500;
    margin: 0;
    padding: 0 30px;
    list-style: none;
}

.header-bottom-nav-item {
    display: block;
    position: relative;
    float: left;
}

.header-bottom-nav-item-bonus {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    white-space: nowrap;
    position: relative;
    transition: color .3s ease;
    color: #fff;
    font-size: 18px;
    line-height: 1.15;
    font-weight: 500;
    text-transform: uppercase;
    text-align: center;
}

.header-bottom-nav-item-bonus::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 20px;
    border: 2px solid #FF5F00;
}

.header-bottom-nav-icon {
    margin-top: -2px;
    margin-right: 10px;
    width: 18px;
    height: 18px;
    background-image: url("../img/buy-bonus.svg");
    background-repeat: no-repeat;
    background-size: contain;
}

.header-bottom-nav-item-bonus span {
    transition: .3s;
}

.header-bottom-nav-item-bonus:hover span {
    color: #FF5F00;
}

.header-bottom-nav-link {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 20px;
    white-space: nowrap;
    transition: color .3s ease;
    color: #fff;
    font-size: 18px;
    line-height: 1.15;
    font-weight: 500;
    text-transform: uppercase;
    text-align: center;
}

.header-bottom-nav-link:hover {
    color: #FF5F00;
}

.more {
    display: block;
    position: relative;
    float: left;
}

.more a {
    display: block;
    padding: 10px 20px;
    white-space: nowrap;
    transition: color .3s ease;
    color: #fff;
    font-size: 18px;
    line-height: 1.15;
    font-weight: 500;
    text-transform: uppercase;
    text-align: center;
}

.more a:hover {
    color: #ffba00;
}

#more-nav li ul {
    display: block;
    position: absolute;
    top: 40px;
    right: -50px;
    list-style: none;
    margin: 0;
    padding: 0;
    border-radius: 20px;
    box-shadow: 0 11px 27px rgba(0, 0, 0, .43);
    background-color: #003166;
    border: 2px solid transparent;
    transition: all .25s ease;
    margin-top: -1px;
    opacity: 0;
    visibility: hidden;
}

#more-nav li:hover ul {
    opacity: 1;
    visibility: visible;
}

#more-nav li ul li {
    padding: 5px;
}

#more-nav li ul li a .header-bottom-nav-text {
    justify-content: center;
}

.header-bottom-nav-text {
    display: flex;
    justify-content: center;
}

.header-bottom-nav-text-block {
    position: relative;
    width: 67px;
    height: 18px;
    fill: #e63f6d;
}

.header-bottom-nav-ikon {
    fill: #E73708;
    width: 100%;
    stroke-width: inherit;
    height: 100%;
}

.text-aviator {
    fill: #ff779c;
    position: relative;
    bottom: -20px;
    opacity: 0;
    transition: opacity .5s linear, bottom .5s linear;
    transform: scale(.9);
}

.header-bottom-nav-text:hover .text-aviator {
    opacity: 1;
    bottom: 0;
}

.text-aviator-block {
    fill: #ff779c;
    height: 15px;
    width: 29px;
}

.text-aviator-ikon {
    fill: #E73708;
    width: 100%;
    stroke-width: inherit;
    height: 100%;
}

.text-aviator-animate {
    fill: #ff779c;
    position: absolute;
    right: -3px;
    top: -4px;
    width: 3px;
    height: 16px;
    background-image: url("../img/propeller.svg");
    background-size: cover;
    transform: rotate(-25deg);
    animation: Nav_propeller .1s infinite;
}

@keyframes Nav_propeller {
    100% {
        transform: rotate(-360deg);
    }
}

.owl-theme .owl-nav.disabled+.owl-dots {
    display: none;
}

.content-block {
    background-color: #000000;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover;
    position: relative;
}

.content-block-section {
    display: flex;
    max-width: 1200px;
    margin: 0 auto;
    justify-content: center;
}

.left-menu {
    width: 280px;
    padding: 20px;
    position: absolute;
    z-index: 2;
}

.left-menu-top {
    display: flex;
    flex-direction: column;
    background-color: #011B36;
    border-radius: 15px 15px 0 0;
    margin-bottom: -24px;
    padding-bottom: 30px;
}

.left-menu-top-link {
    display: flex;
    align-items: center;
    padding: 5px;
    position: relative;
    font-size: 16px;
}

.left-menu-top-link:last-child {
    box-shadow: 0 -2px 0 0 #043e7d;
}

.logo-block-ikon.left-ikon {
    margin: 5px;
}

.left-menu-top-link-text {
    margin: 5px 5px 2px 5px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 700;
}

.left-menu-top-link-text.active {
    color: #428cdc;
}

.left-menu-bottom {
    display: flex;
    flex-direction: column;
    background-color: #fff;
    overflow: hidden;
    position: relative;
    border: 2px solid #fff;
    border-radius: 15px;
}

.left-menu-bottom-link {
    display: flex;
    align-items: center;
    padding: 5px;
    position: relative;
    border-top: 2px solid #e8ecf1;
}

.left-menu-bottom-link .footer-table-menu-item {
    margin: 5px;
}

.left-menu-bottom-link-text:hover {
    color: #fa4d00;
}

.left-menu-bottom-link:first-child {
    border-top: none;
}

.left-bottom-menu-ikon {
    fill: inherit;
    stroke-width: inherit;
    width: 20px;
    height: 20px;
    margin: 5px;
}

.left-menu-bottom-link-text {
    text-transform: uppercase;
    font-size: 16px;
    padding: 0 5px;
    color: #000;
    text-align: left;
    font-weight: 700;
}

.owl-carousel.owl-loaded {
    width: 67%;
}

.right-sidebar {
    width: 340px;
}

.mainSwiper {
    width: 680px;
    height: 350px;
    border-radius: 15px;
}

.slider-item {
    display: block;
    box-sizing: border-box;
    border-radius: 15px;
    background-image: url("../img/slider/slider-back.webp");
}

.slider-item-image {
    background-repeat: no-repeat;
    background-size: 90%;
    background-position: center;
    width: 721px;
    height: 390px;
}

.ikon-arrow-left-menu {
    position: absolute;
    right: 5px;
    width: 10px;
    height: 10px;
    fill: #fff;
    transition: transform .3s ease;
    margin: 5px;
}

.right-sidebar {
    width: 340px;
    padding: 20px;
    position: absolute;
    z-index: 2;
    border-radius: 15px;
    top: 0;
    right: 0;
}

.right-sidebar-content {
    margin-bottom: 20px;
}

.right-sidebar-top {
    background: linear-gradient(0deg, #084b95 0, #084b95 12%, #003266);
    display: block;
    text-decoration: none;
    overflow: hidden;
    position: relative;
    margin-bottom: -10px;
    border-radius: 15px 15px 0 0;
}

.right-sidebar-top::before {
    content: "";
    position: absolute;
    top: -90px;
    bottom: -90px;
    left: -50px;
    right: -50px;
    background: url("../img/banner-sidebar.webp");
    background-size: cover;
    transform-origin: center;
    animation-duration: 8s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    z-index: 0;
    animation-name: banner_360;
}

@keyframes banner_360 {
    100% {
        transform: rotate(-360deg);
    }
}

.right-sidebar-top-middle {
    text-align: center;
    padding: 40px 0 20px;
    position: relative;
    z-index: 1;
    margin-bottom: 10px;
}

.right-sidebar-top-title {
    display: flex;
    align-items: center;
    justify-content: center;
    text-shadow: 0 0 19px #fc0;
    font-size: 40px;
    font-weight: 500;
    line-height: 40px;
    text-transform: uppercase;
    font-style: italic;
    position: relative;
    width: 100%;
    margin-bottom: 5px;
}

.right-sidebar-top-title-span {
    color: #ffd200;
}

.right-sidebar-top-title-try {
    color: #fff;
    margin-left: 10px;
}

.right-sidebar-top-title-back {
    position: absolute;
    display: flex;
    justify-content: center;
    width: 100%;
    z-index: -1;
    color: #726950;
    font-size: 40px;
    font-style: italic;
    font-weight: 500;
    line-height: 40px;
    text-transform: uppercase;
    top: 6px;
    left: 10px;
}

.right-sidebar-top-title-span.back {
    color: #726950;
}

.right-sidebar-top-title-span.next {
    color: #7e817e;
    margin-left: 10px;
}

.right-sidebar-top-text {
    text-shadow: 0 0 19px rgba(68, 142, 222, .57);
    color: #47abff;
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
    text-transform: uppercase;
    font-style: italic;
    margin-bottom: 15px;
}

.right-sidebar-button {
    color: #fff;
    text-transform: uppercase;
    border-radius: 8px;
    border: none;
    font-weight: 500;
    padding: 10px 20px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    line-height: 1.2;
    font-size: 18px;
    margin: 10px auto 0 auto;
    background: #fa5e00;
    box-shadow: 0 10px 30px rgba(250, 65, 0, .4);
}

.right-sidebar-button:hover {
    background-image: linear-gradient(0deg, #fa5e00 0, #fa7c00);
    box-shadow: 0 20px 30px rgba(250, 65, 0, .4);
}

.right-sidebar-top-back {
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}

.sidebar-back-elem {
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    animation-duration: 1s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

.sidebar-back-elem.one {
    background-image: url("../img/elem-one.webp");
    width: 46px;
    height: 107px;
    bottom: -40px;
    left: 0;
    animation-name: soccer;
}

.sidebar-back-elem.two {
    background-image: url("../img/elem-two.webp");
    width: 67px;
    height: 36px;
    top: 0;
    left: 32px;
    animation-name: first_coin;
}

.sidebar-back-elem.three {
    background-image: url("../img/elem-three.webp");
    width: 43px;
    height: 79px;
    bottom: 0;
    right: 0;
    animation-name: second_coin;
}

.sidebar-back-elem.four {
    background-image: url("../img/elem-four.webp");
    width: 83px;
    height: 42px;
    top: 0;
    right: 20px;
    animation-name: dice;
}

@keyframes soccer {
    0% {
        left: 0;
        bottom: -40px;
    }

    50% {
        left: -10px;
        bottom: -50px;
    }

    to {
        left: 0;
        bottom: -40px;
    }
}

@keyframes first_coin {
    0% {
        top: 0;
        left: 32px;
    }

    50% {
        top: -10px;
        left: 42px;
    }

    to {
        top: 0;
        left: 32px;
    }
}

@keyframes second_coin {
    0% {
        bottom: 0;
        right: 0;
    }

    50% {
        bottom: -10px;
        right: -10px;
    }

    to {
        bottom: 0;
        right: 0;
    }
}

@keyframes dice {
    0% {
        top: 0;
        right: 20px;
    }

    50% {
        top: -10px;
        right: 30px;
    }

    to {
        top: 0;
        right: 20px;
    }
}

.right-sidebar-bottom {
    display: flex;
    flex-direction: column;
    background-color: #fff;
    position: relative;
    border-radius: 15px;
    padding-bottom: 20px;
}

.right-bottom-sidebar-ikon {
    width: 20px;
    height: 20px;
    margin: 5px;
    fill: #9ea7b2;
}

.right-sidebar-bottom-link-text {
    color: #fa550c;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 16px;
}

.right-sidebar-bottom-cupon-pict {
    padding: 20px;
    background-color: #e8ecf1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}

.right-sidebar-bottom-cupon-pict p {
    color: #6b7d8e;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.2;
    text-align: center;
}

.right-sidebar-bottom-cupon-title {
    margin-top: 20px;
    margin-bottom: 0;
}

.right-sidebar-bottom-cupon-bottom {
    margin-top: 5px;
    margin-bottom: 0;
}

.right-sidebar-bottom-cupon-ikon {
    width: 40px;
    height: 40px;
    fill: #9ea7b2;
}

.right-sidebar-bottom-cupon-btn {
    color: #fff;
    text-transform: uppercase;
    border-radius: 8px;
    border: none;
    font-weight: 500;
    padding-left: 20px;
    padding-right: 20px;
    text-align: center;
    display: block;
    width: 256px;
    text-decoration: none;
    background:#13C428;
    box-shadow: 0 10px 30px rgba(135, 187, 24, .4);
    margin: 0 auto;
    padding: 10px;
    font-size: 18px;
}

.right-sidebar-bottom-cupon-btn:hover {
    background-image: linear-gradient(0deg, #92c91d 0, #9ada0f);
    box-shadow: 0 20px 30px rgba(135, 187, 24, .4);
}

.right-sidebar-casinos {
    background-color: #003266;
    border-radius: 15px;
    border: 2px solid #003266;
}

.right-sidebar-casinos-top {
    height: 40px;
}

.right-sidebar-casinos-top-link {
    background-color: #0a4c99;
    border-radius: 15px 15px 0 0;
    padding: 0 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #428cdc;
    height: 40px;
    width: 100%;
}

.right-sidebar-casinos-top-link:hover {
    color: #fff;
}

.right-sidebar-casinos-top-link:hover .right-sidebar-casinos-ikon {
    fill: #fff;
}

.sidebar-casinos-year {
    color: #428cdc;
    font-weight: 700;
    font-size: 16px;
}

.right-sidebar-casinos-ikon {
    width: 19px;
    height: 11px;
    fill: #428cdc;
}

.sidebar-casinos-title {
    margin: 5px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 700;
    font-size: 16px;
}

.right-sidebar-casinos-bottom {
    display: flex;
    flex-wrap: wrap;
    padding: 5px;
}

.casinos-item {
    display: block;
    overflow: hidden;
    margin: 5px 4px;
    transition: .4s;
    min-width: 135px;
    background-color: #022244;
}

.casinos-item:hover {
    transition: .4s;
    transform: scale(1.05);
}

.casinos-item-image {
    width: 123px;
    height: 95px;
    border-radius: 5px;
    background-size: cover;
    background-position: 50%;
}

.casinos-item-image.sweet {
    background-image: url("../img/casino/sweet-bonanza-casino.webp");
}

.casinos-item-image.fresh {
    background-image: url("../img/casino/ultra-fresh-casino.webp");
}

.casinos-item-image.rampage {
    background-image: url("../img/casino/book-of-rampage-casino.webp");
}

.casinos-item-image.sun {
    background-image: url("../img/casino/sun-of-egypt-casino.webp");
}

.casinos-item-image.book {
    background-image: url("../img/casino/football-studio-casino.webp");
}

.casinos-item-image.queen {
    background-image: url("../img/casino/queen-of-ice-casino.webp");
}

.right-sidebar-casinos-content.canli {
    margin-top: 5px;
}

.right-sidebar-casinos-top-link.canli {
    background-color: #492ead;
    color: #a289ff;
}

.right-sidebar-casinos-top-link.canli:hover {
    color: #fff;
}

.right-sidebar-casinos-top-link.canli:hover .right-sidebar-canli-ikon {
    fill: #fff;
}

.sidebar-casinos-canli {
    color: #a289ff;
    font-size: 16px;
    font-weight: 700;
}

.right-sidebar-canli-ikon {
    width: 19px;
    height: 11px;
    fill: #a289ff;
}

.casinos-item-image.candy {
    background-image: url("../img/casino/candy-land-casino.webp");
}

.casinos-item-image.monopoly {
    background-image: url("../img/casino/lightning-roulette-casino.webp");
}

.casinos-item-image.roulette {
    background-image: url("../img/casino/roulette-casino.webp");
}

.casinos-item-image.mega {
    background-image: url("../img/casino/mega-wheel-casino.webp");
}

.casinos-item-image.crazy {
    background-image: url("../img/casino/crazy-time-casino.webp");
}

.casinos-item-image.fan {
    background-image: url("../img/casino/fan-tan-casino.webp");
}

.footer-table-block {
    max-width: 65%;
    margin-left: 16%;
    height: 1180px;
    overflow-y: scroll;
    display: flex;
    flex-direction: column;
}

.footer-table-block::-webkit-scrollbar {
    width: 0px;
    background: transparent;
}

.footer-block {
    background-color: #011B36;
    padding-bottom: 20px;
}

.footer-block-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
}

.footer-block-top-right {
    display: flex;
    align-items: center;
}

.footer-support {
    display: flex;
    align-items: center;
    border-radius: 20px;
    background-color: #054588;
    padding: 10px 13px;
    margin: 5px 10px 5px 26px;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 700;
}

.footer-support-icon {
    width: 20px;
    height: 20px;
    fill: #fff;
    margin-right: 10px;
}

.footer-support-title {
    color: #428cdc;
    margin-right: 5px;
}

.footer-support-text {
    color: #fff;
}

.footer-block-top-ikon {
    font-size: 16px;
    text-transform: uppercase;
    border: 2px solid #09437f;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    color: #1183d3;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer-block-menu {
    display: flex;
    width: 100%;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
}

.footer-block-menu-link {
    margin-right: 40px;
    color: #1183d3;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 10px;
    transition: .3s;
}

.footer-block-menu-link:hover {
    color: #428cdc;
}

.footer-block-menu-link:last-child {
    margin-right: 0;
}

.footer-block-providers {
    display: flex;
    justify-content: space-between;
    padding: 20px;
}

.footer-block-providers-device {
    padding: 12px 20px;
    background-color: #04386e;
    border-radius: 16px;
    display: flex;
    align-items: center;
}

.text-download.foot {
    padding: 10px 5px;
    font-size: 16px;
}

.download-logo-android.foot {
    margin-left: 20px;
}

.logo-android-ikon.foot:hover {
    fill: #428cdc;
}

.download-logo-apple.foot {
    margin-left: 20px;
}

.logo-apple-ikon.foot:hover {
    fill: #428cdc;
}

.footer-block-providers-pay {
    padding: 10px;
    background-color: #04386e;
    border-radius: 16px;
    display: flex;
    align-items: center;
    margin: 0 20px;
}

.footer-pay-item {
    margin: 5px;
}

.footer-pay-ikon {
    width: 100%;
    height: 27px;
}

.footer-block-providers-media {
    padding: 12px 20px;
    background-color: #04386e;
    border-radius: 16px;
    display: flex;
    align-items: center;
}

.footer-media-link {
    cursor: pointer;
    margin: 5px;
}

.footer-media-ikon {
    fill: #1183d3;
    width: 36px;
    height: 28px;
}

.footer-media-ikon:hover {
    fill: #428cdc;
}

.footer-block-text {
    display: flex;
    padding: 0 20px 20px 20px;
    justify-content: space-between;
    position: relative;
}

.footer-license-copyright {
    display: flex;
}

.footer-block-copyright {
    display: flex;
    align-items: flex-start;
    max-width: 206px;
    padding-left: 5px;
}

.footer-block-copyright-img {
    width: 60px;
    height: 50px;
    background-image: url("../img/licence.webp");
    background-repeat: no-repeat;
    background-size: contain;
    margin-right: 10px;
}

.footer-block-copyright-text {
    color: #36699e;
    font-size: 12px;
    font-weight: 500;
    margin: 0;
}

.footer-block-description {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    padding-left: 10px;
}

.footer-block-copyright-content {
    margin-top: 5px;
    display: flex;
    color: #36699e;
    font-size: 12px;
    font-weight: 500;
    flex-direction: column;
    line-height: 1.4;
}

.footer-block-img {
    width: 80px;
    height: 80px;
    position: relative;
}

.footer-block-img img {
    width: 100%;
    height: 100%;
    opacity: .6;
}

.footer-block-bottom {
    padding: 10px;
    background-color: #04386e;
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.footer-bottom-item {
    margin: 5px;
}

.footer-bottom-ikon {
    width: 79px;
    height: 56px;
}

.download-logo-android.foot {
    margin-left: 20px;
}

.download-logo-apple.foot {
    margin-left: 20px;
}

.right-sidebar-casinos-top-link-right {
    display: flex;
    align-items: center;
}

.right-sidebar-casinos-top-link-right span {
    margin-right: 5px;
    font-weight: 700;
    font-size: 16px;
}

.footer-text-block {
    color: #000;
    font-size: 16px;
    line-height: 1.55;
}

.footer-text-block table {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    border-collapse: collapse;
    margin-bottom: 20px;
}

.footer-text-block table td {
    border: 2px solid #003266;
    padding: 10px;
}

.footer-text-block-img {
    text-align: center;
}

.footer-table-block.page {
    height: auto;
}

.menu-mobile-button {
    width: 50px;
    height: 50px;
    border-radius: 100%;
    margin-right: 5px;
    background: #094a92;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    box-shadow: 0 2px 7px rgba(0, 0, 0, .6);
    cursor: pointer;
    display: none;
}

.menu-mobile-button span {
    width: 25px;
    height: 2px;
    margin-bottom: 5px;
    display: block;
    background-color: #fff;
    border-radius: 10px;
}

.menu-mobile-button span:last-child {
    margin-bottom: 0;
}

.mobile-menu {
    position: fixed;
    display: block;
    width: 250px;
    height: 100%;
    left: -700px;
    top: 0;
    z-index: 50;
    animation-duration: 1s;
    transition: .5s;
    background-image: linear-gradient(0deg, rgba(0, 50, 102, 0) 0, #003266 73%, #003266 98%);
    background-color: #0a519e;
    box-shadow: 0 2px 7px rgba(0, 0, 0, .6);
    overflow: auto;
}

.mobile-menu.active {
    left: 0;
    animation-duration: 1s;
}

.menu-content-head {
    display: flex;
    justify-content: flex-end;
    padding: 20px;
}

.close-block-button {
    cursor: pointer;
}

.close-block-button::before {
    content: "х";
    color: #fff;
    font-size: 20px;
}

.mobile-menu-logo {
    text-align: center;
}

.menu-content-logo {
    position: relative;
}

.menu-content-logo img {
    width: 150px;
}

.menu-content-items {
    display: flex;
    flex-direction: column;
    padding: 20px 40px;
}

.menu-content-link {
    padding: 10px 0;
    font-size: 18px;
    text-decoration: none;
    color: #fff;
    text-transform: uppercase;
    transition: color .3s ease;
}

.menu-content-link:hover {
    color: #FF5F00;
}

.footer-text-block img {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.image-title {
    font-style: italic;
    display: block;
    text-align: center;
    margin-top: 10px;
}

.button-present {
    top: auto;
    bottom: 10px;
    left: 40%;
    cursor: pointer;
    position: fixed;
    z-index: 3;
    display: flex;
    justify-content: center;
    align-items: center;
}

.button-present-icon {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    flex: 0 0 60px;
    z-index: 1;
    background-color: #fa4d00;
    box-shadow: 0 17px 40px rgba(250, 65, 0, .59);
    background-image: linear-gradient(90deg, #fa4d00 0, #fa4d00 16%, #fa5e00);
    position: relative;
    display: flex;
}

.button-present-icon svg {
    width: 30px;
    height: 30px;
    fill: #fff;
}

.button-present-arrows {
    border-radius: 13px;
    /* box-shadow: 0 17px 40px rgba(250, 65, 0, .59); */
    background-color: #458FDF;
    width: 58px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-left: -20px;
    padding-right: 10px;
    overflow: hidden;
    position: relative;
    z-index: 0;
}

.hidd {
  overflow: hidden;
}

.button-present-arrows:before {
    content: "";
    position: absolute;
    display: block;
    height: 60px;
    width: 60px;
    border-radius: 50%;
    margin-top: -30px;
    top: 50%;
    left: -36px;
    background-color: #458FDF;
}

.button-present-arrows-icon {
    display: block;
}

.button-present-arrows-icon svg {
    width: 18px;
    height: 14px;
    fill: #fff;
}

.over-block {
    position: absolute;
    top: 0;
    left: 0;
    height: 0;
    width: 0;
    z-index: 1000;
}

.modal {
    display: none;
}

.modal-wrapper {
    align-items: center;
    display: flex;
    justify-content: center;
    left: 0;
    overflow: hidden;
    padding: 15px;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
    backdrop-filter: blur(1px);
    background-color: rgba(9, 15, 30, .3);
}

.modal-wrapper-back {
    position: absolute;
    width: 100%;
    height: 100%;
}

.modal-window {
    z-index: 999;
}

.modal-window-content {
    border-radius: 15px;
    padding: 20px;
    max-width: 100%;
    width: 300px;
    outline: none;
    text-align: center;
    transition: all .25s;
    box-shadow: 0 17px 40px rgba(9, 25, 42, .36);
    background-color: #fff;
    height: 189px;
}

.modal-window-content-text {
    color: #000;
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    margin-bottom: 18px;
}

.modal-window-content-text span {
    color: #fa4f00;
}

.modal-window-content-button {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 18px;
    background-image: linear-gradient(0deg, #fa4d00 0, #fa5e00);
    box-shadow: 0 10px 30px rgba(250, 65, 0, .4);
    color: #fff;
    text-transform: uppercase;
    border-radius: 50px;
    border: none;
    font-weight: 500;
    padding-left: 20px;
    padding-right: 20px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1.2;
    transition: .3s;
    width: 100%;
}

.modal-window-content-button:hover {
    background-image: linear-gradient(0deg, #fa5e00 0, #fa7c00);
    box-shadow: 0 20px 30px rgba(250, 65, 0, .4);
}

.modal-window-head {
    margin-bottom: 30px;
    position: relative;
}

.head-block-modal {
    fill: #9fa7b2;
    cursor: pointer;
    position: absolute;
    top: 0;
    width: 14px;
    height: 14px;
    left: 0;
}

.head-block-modal.right {
    right: 0;
    left: auto;
}

.present-blick-ikon {
    background-color: #fa4d00;
    background-image: linear-gradient(0deg, #fa4e00 0, #fa5d00);
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    position: absolute;
    top: -45px;
    left: 50%;
    transform: translateX(-50%);
    align-items: center;
    justify-content: center;
}

.present-blick-ikon svg {
    fill: #fff;
    width: 32px;
    height: 32px;
}

.footer-table-search {
    display: flex;
    justify-content: flex-end;
    padding: 15px 0;
}

.footer-search-block {
    display: flex;
    align-items: center;
    border-radius: 20px;
    background-color: #fff;
    margin: 5px 0;
}

.footer-search-block-link {
    display: flex;
    align-items: center;
    padding: 0 0 0 10px;
    border-left: 2px solid #dde4ec;
}

.footer-search-block-link:first-child {
    border-left: 0;
}

.footer-search-block-link.last {
    padding-right: 16px;
}

.footer-search-icon {
    background-image: url("../img/live.svg");
    background-repeat: no-repeat;
    width: 20px;
    height: 14px;
    margin: 11px 0;
}

.footer-search-block-link span {
    text-transform: uppercase;
    font-weight: 700;
    padding: 10px 10px 10px 12px;
    display: block;
    color: #000;
    font-size: 16px;
}

.footer-search-block-link span:hover {
    color: #1183d3;
}

.footer-search-icon.line {
    background-image: url("../img/line.svg");
    height: 20px;
}

.footer-search-icon.translation {
    background-image: url("../img/translation.svg");
    height: 20px;
}

.footer-search-icon.search {
    background-image: url("../img/search.svg");
    height: 20px;
}

.footer-search-input {
    height: 100%;
    font-weight: 700;
    font-size: 14px;
    color: #546370;
    padding: 10px 14px 12px 10px;
    overflow: hidden;
    width: 100%;
    outline: none;
    text-transform: uppercase;
    font-family: "Roboto", sans-serif;
    border: none;
}

.footer-table-menu {
    background-color: #fff;
    border-radius: 20px;
    margin: 10px 0 20px 0;
}

.footer-table-menu-link {
    margin: 0 5px;
    padding: 5px;
    border-radius: 30px;
}

.footer-table-menu-link:hover {
    background-color: #e8ecf1;
}

.footer-table-menu-item {
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
}

.footer-table-menu-item.american {
    background-image: url("../img/american.svg");
}

.footer-table-menu-item.futsal {
    background-image: url("../img/futsal.svg");
}

.footer-table-menu-item.badminton.nitro-lazy {
    background-image: none !important;
}

.footer-table-menu-item.squash.nitro-lazy {
    background-image: none !important;
}

.footer-table-menu-item.snooker {
    background-image: url("../img/snooker.svg");
}

.footer-table-menu-item.sutopu {
    background-image: url("../img/sutopu.svg");
}

.footer-table-menu-item.hurling {
    background-image: url("../img/hurling.svg");
}

.footer-table-menu-item.ncaa {
    background-image: url("https://.nitrocdn.com/flFvXclSBFncSRtJyTVxtycTSVODklUB/assets/static/optimized/rev-b2224ae../img/ncaa.svg");
}

.footer-table-menu-item.ncaa.nitro-lazy {
    background-image: none !important;
}

.footer-table-menu-item.gaelic {
    background-image: url("../img/gaelic.svg");
}

.footer-table-menu-item.kabaddi {
    background-image: url("../img/kabaddi.svg");
}

.footer-table-menu-item.valorant {
    background-image: url("../img/valorant.svg");
}

.footer-table-menu-item.six {
    background-image: url("../img/six.svg");
}

.footer-table-menu-item.fortnite {
    background-image: url("../img/fortnite.svg");
}

.footer-table-menu-item.football {
    background-image: url("../img/football.svg");
}

.footer-table-menu-item.tennis {
    background-image: url("../img/tennis.svg");
}

.footer-table-menu-item.hockey {
    background-image: url("../img/hockey.svg");
}

.footer-table-menu-item.basket {
    background-image: url("../img/basket.svg");
}

.footer-table-menu-item.basketx.nitro-lazy {
    background-image: none !important;
}

.footer-table-menu-item.voley {
    background-image: url("../img/voley.svg");
}

.footer-table-menu-item.king {
    background-image: url("../img/king.svg");
}

.footer-table-menu-item.basketx.nitro-lazy {
    background-image: none !important;
}

.footer-table-menu-item.yellow {
    background-image: url("../img/yellow.svg");
}

.footer-table-menu-item.regby {
    background-image: url("../img/regby.svg");
}

.footer-table-menu-item.fight {
    background-image: url("../img/fight.svg");
}

.footer-table-menu-item.boks {
    background-image: url("../img/boks.svg");
}

.footer-table-menu-item.lapt {
    background-image: url("../img/lapt.svg");
}

.footer-table-menu-item.two {
    background-image: url("../img/two.svg");
}

.footer-table-menu-item.color.nitro-lazy {
    background-image: none !important;
}

.footer-table-menu-item.chess {
    background-image: url("../img/chess.svg");
}

.footer-table-menu-item.ball.nitro-lazy {
    background-image: none !important;
}

.footer-table-menu-item.ball-two {
    background-image: url("../img/ball-two.svg");
}

.footer-table-menu-item.cs {
    background-image: url("../img/cs.svg");
}

.footer-table-menu-item.dota {
    background-image: url("../img/dota.svg");
}

.footer-table-menu-item.ll {
    background-image: url("../img/ll.svg");
}

.footer-table-menu-item.star {
    background-image: url("../img/star.svg");
}

.footer-table-menu-item.over.nitro-lazy {
    background-image: none !important;
}

.footer-table-menu-item.ww.nitro-lazy {
    background-image: none !important;
}

.footer-table-menu-item.bounce.nitro-lazy {
    background-image: none !important;
}

.footer-table-menu-item.last.nitro-lazy {
    background-image: none !important;
}

.footer-table-menu-item.australia {
    background-image: url("../img/australia-football.svg");
}

.footer-table-menu-item.beisball {
    background-image: url("../img/beisball.svg");
}

.footer-table-menu-item.formula {
    background-image: url("../img/formula.svg");
}

.footer-table-menu-item.field-hockey {
    background-image: url("../img/field-hockey.svg");
}

.footer-table-menu-item.chess {
    background-image: url("../img/chess.svg");
}

.footer-table-menu-item.broodwar {
    background-image: url("../img/broodwar.svg");
}

.footer-table-menu-item.wild-rift {
    background-image: url("../img/wild-rift.svg");
}

.footer-table-menu-item-first {
    background-color: #458FDF;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 1;
    padding: 4px 7px;
    color: #fff;
    margin: 0 5px;
    border-radius: 30px;
    font-weight: 700;
}

.footer-table-play-block {
    background-color: #fff;
    border-radius: 12px;
    padding: 1px;
    margin-bottom: 20px;
}

.footer-table-block-title {
    display: flex;
    border-radius: 12px 12px 0 0;
    justify-content: space-between;
    align-items: center;
    background-color: #e8ecf1;
    height: 43px;
    padding: 0 10px;
}

.footer-table-block-title-left {
    display: flex;
    align-items: center;
    color: #000;
    font-size: 14px;
    font-weight: 700;
}

.footer-table-block-title-left:hover {
    color: #fa4d00;
}

.footer-table-block-title-left span {
    margin-left: 10px;
}

.footer-table-block-title-righ {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 54.5%;
}

.footer-table-block-title-righ span {
    width: 10%;
    display: flex;
    justify-content: center;
    color: #546370;
    font-size: 13px;
}

.footer-table-block-title-righ a {
    display: flex;
    justify-content: center;
    font-size: 13px;
    width: 43px;
}

.down-icon {
    background-image: url("../img/down.svg");
    width: 15px;
    height: 15px;
}

.footer-table-block-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 46px;
    position: relative;
    border-bottom: 2px solid #e8ecf1;
}

.footer-table-block-content:last-child {
    border-bottom: 0;
}

.footer-table-block-content-left {
    padding: 5px;
    display: flex;
    align-items: center;
}

.table-time {
    display: flex;
    flex-direction: column;
    color: #546370;
    font-size: 12px;
    padding: 0 20px;
    font-weight: 700;
}

.table-comands {
    display: flex;
    flex-direction: column;
    color: #000;
    font-weight: 500;
    font-size: 14px;
    border-radius: 5px;
    padding: 0 2px;
    transition: .3s;
}

.table-comands:hover {
    color: #1183d3;
    background-color: #f3f6f8;
    box-shadow: 0 0 3px 1px #8fbde7;
    transform: translateX(5px);
}

.footer-table-block-content-right {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 49.5%;
    margin-right: 58px;
}

.footer-table-block-content-right a {
    width: 10%;
    display: flex;
    justify-content: center;
    color: #094b95;
    font-size: 13px;
    font-weight: 500;
    padding: 1px 5px;
    border-radius: 31px;
    transition: .3s;
}

.footer-table-block-content-right a:hover {
    background-color: #094b95;
    color: #fff;
}

.footer-table-block-content-right .total {
    color: #000;
}

.top-block {
    position: absolute;
    left: -7px;
    top: 50%;
    transform: translateY(-50%) rotate(-90deg);
    background-color: #458FDF;
    color: #fff;
    padding: 1px 5px;
    font-weight: 500;
    text-align: center;
    font-size: 10px;
}

.not-found-block {
    height: 100vh;
}

.page-error {
    display: flex;
    font-weight: 500;
    font-family: "Roboto", sans-serif;
    align-items: center;
    position: relative;
    justify-content: flex-start;
    flex-direction: column;
    min-height: 840px;
    z-index: 1;
    background-color: #003266;
    background-position: top;
    background-size: cover;
    width: 100%;
    height: 100%;
}

.page-error::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    pointer-events: none;
    background-image: radial-gradient(circle 802px at center, rgba(0, 35, 71, 0) 0%, #002347 100%);
    z-index: -1;
}

.page-error-content {
    position: absolute;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.page-error-content h1 {
    color: #fff;
    font-size: 30px;
    font-weight: 500;
    text-transform: uppercase;
    margin: 30px 0;
    border-bottom: none;
}

.page-error-content img {
    width: 500px;
    max-width: 90%;
    margin-bottom: 50px;
}

.page-error-link {
    min-width: 220px;
    min-height: 40px;
    text-decoration: none;
    background-image: linear-gradient(0deg, #fa4d00 0, #fa5e00);
    box-shadow: 0 10px 30px rgba(250, 65, 0, .4);
    color: #fff;
    line-height: 40px;
    text-transform: uppercase;
    border-radius: 50px;
    border: none;
    font-weight: 500;
    padding-left: 20px;
    padding-right: 20px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.k0NjMDWjMylO12DENjZlgON3YDu0NcI.k0NjMDWjMylO12DENjZlgON3YDu0NcItheme--light {
    display: none !important;
}

.dmca-block {
    text-align: center;
    margin-top: 20px;
}

.wp-block-image figcaption {
    text-align: center;
}

.header-mobile {
    display: none;
}

.mobile-logo-link-img {
    height: 26px;
    width: 153px;
    background-repeat: no-repeat;
    background-size: contain;
}

.header-mobile-right {
    display: flex;
    align-items: center;
}

.mobile-button-ikon {
    width: 20px;
    height: 14px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    margin: 0 5px;
    cursor: pointer;
}

.mobile-button-ikon span {
    height: 2px;
    border-radius: 2px;
    background-color: #fff;
    width: 20px;
}

.mobile-button-ikon-top {
    transform: translateY(-4px);
}

.mobile-button-ikon-bottom {
    transform: translateY(4px);
}

.mobSwiper {
    display: none;
    background-color: #0a4c99;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url("../img/slider/slider-back.webp");
}

.mobSwiper .swiper-slide button {
    display: contents;
}

.mainSwiper  .swiper-slide {
    background: rgba(0, 49, 102, .5);
}

.swiper-item-image {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
    padding-top: 53%;
}

.swiper-pagination-bullet {
    width: 10px !important;
    height: 10px !important;
    background: none !important;
    border: 2px solid #428cdc;
}

.swiper-pagination-bullet-active {
    background: #fff !important;
    border: none;
}

.navbar-mobile {
    display: none;
    width: 100%;
    padding: 2px 0;
    background-color: #021b36;
}

.navbar-mobile-link {
    padding: 0 3px;
    flex: 1 1 auto;
    text-decoration: none;
    text-align: center;
    border-left: 2px solid #043e7d;
}

.navbar-mobile-link:first-child {
    border-left: 0;
}

.navbar-mobile-link span {
    font-size: 10px;
    color: #fff;
    min-height: 27px;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    justify-content: center;
    line-height: 1;
    padding-top: 5px;
    padding-bottom: 5px;
}

.navbar-mobile-link-icon {
    width: 20px;
    height: 20px;
    margin: 0 auto;
    background-repeat: no-repeat;
    background-size: contain;
}

.navbar-mobile-link-icon.bh {
    background-image: url("../img/navbar/bahis.svg");
}

.navbar-mobile-link-icon.can {
    background-image: url("../img/navbar/canli.svg");
}

.navbar-mobile-link-icon.casino {
    background-image: url("../img/navbar/casino.svg");
}

.navbar-mobile-link-icon.oyun {
    background-image: url("../img/navbar/oyun.svg");
}

.navbar-mobile-link-icon.cards {
    background-image: url("../img/navbar/cards.svg");
}

.navbar-mobile-link-icon.promo {
    background-image: url("../img/navbar/promo.svg");
}

.menuSwiper {
    padding: 5px !important;
}

.menuSwiper .swiper-slide {
    max-width: fit-content;
    width: 100% !important;
}

.menuSwiper .swiper-wrapper {
    align-items: center;
}

.banner-mobile-block {
    min-height: 60px;
    background-color: #003266;
    background-repeat: no-repeat;
    background-image: url("../img/banner-mobile.webp");
    background-size: cover;
    background-position: center 10px;
    display: none;
    align-items: center;
    justify-content: space-around;
    padding-top: 10px;
}

.banner-mobile-block-img {
    background-image: url("../img/phone-mobile.webp");
    background-repeat: no-repeat;
    background-size: contain;
    width: 86px;
    height: 60px;
    margin: -10px 5px 0 5px;
}

.banner-btn-text {
    text-transform: none;
    font-size: 13px;
    font-weight: 700;
}

.banner-mobile-icon {
    width: 16px;
    height: 16px;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url("../img/android.svg");
    margin-right: 5px;
}

.mobile-banner-close {
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url("../img/close.svg");
    width: 13px;
    height: 13px;
    margin: 0 5px;
}

.mobile-events-block {
    display: none;
}

.events-mobile-title {
    background-color: #0a4c99;
    display: flex;
    justify-content: space-between;
    padding: 5px;
    width: 100%;
}

.events-mobile-title-icon {
    width: 20px;
    height: 20px;
    margin: 5px;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url("../img/event.svg");
}

.events-mobile-title-icon.popular {
    background-image: url("../img/popular.svg");
}

.events-mobile-text {
    display: block;
    font-size: 16px;
    color: #fff;
    line-height: 16px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 5px;
}

.right-arrow-nobile {
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url("../img/right.svg");
    width: 20px;
    height: 20px;
    margin: 5px;
}

.events-mobile-title-left {
    display: flex;
}

.events-blocks-items {
    display: flex;
    justify-content: flex-start;
    overflow-x: auto;
    background-color: #dde4ec;
    padding-top: 10px;
    padding-bottom: 10px;
}

.events-blocks-items::before {
    content: "";
    width: 10px;
    display: block;
    flex: 0 0 auto;
}

.events-blocks-item {
    flex: 0 0 auto;
    max-width: 415px;
    border-radius: 15px;
    border: 2px solid #fff;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #fff;
    position: relative;
    margin-left: 10px;
}

.events-blocks-item:first-child {
    margin-left: 0;
}

.events-blocks-item-title {
    display: flex;
    align-items: center;
    align-self: stretch;
    background-color: #e8ecf1;
    padding: 5px;
    min-height: 40px;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}

.events-blocks-item-title-text {
    color: #000;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
}

.events-blocks-item-icon {
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
    margin: 5px;
}

.events-blocks-item-icon.football {
    background-image: url("../img/football.svg");
}

.events-blocks-item-icon.play {
    background-image: url("../img/play.svg");
}

.events-blocks-item-content {
    padding: 5px;
    position: relative;
    align-self: stretch;
}

.coef-blocks {
    margin: 5px;
    overflow: hidden;
}

.coef-blocks-items {
    display: flex;
    overflow-x: auto;
    max-width: 100%;
    border-radius: 5px;
}

.coef-block-item {
    background-color: #e8ecf1;
    padding: 2px 10px;
    min-width: 50px;
    font-size: 14px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 1;
    overflow: hidden;
    margin-left: 2px;
}

.coef-block-item:first-child {
    margin-left: 0;
}

.coef-block-item span {
    font-size: 13px;
}

.coef-block-item-top {
    color: #9ea7b2;
}

.coef-block-item-bottom {
    color: #094b95;
}

.top-block.mobile {
    top: 25%;
}

.devices-block {
    display: none;
}

.footer-block-providers-pay-mobile {
    display: none;
}

.kupon-block-mobile {
    display: none;
    padding: 10px 25px;
    position: fixed;
    bottom: -1px;
    left: 50%;
    transform: translate3d(-50%, 0, 0);
    z-index: 99;
}

.kupon-block-mobile-left {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: -1;
    height: 100%;
    overflow: hidden;
    width: calc(50% + 1px);
    left: 0;
}

.kupon-block-mobile-right {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: -1;
    height: 100%;
    overflow: hidden;
    width: calc(50% + 1px);
    transform: rotateY(180deg);
    right: 0;
}

.kupon-block-mobile-center {
    position: relative;
    width: 25px;
    height: 25px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    background-image: url("../img/kupon-center.svg");
}

.kupon-block-mobile-back {
    width: calc(100% + 140px);
    height: 100%;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url("../img/kupon.svg");
}

.kupon-block-mobile-back.white.nitro-lazy {
    background-image: none !important;
}

.modal-kupon-block {
    display: none;
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
    flex: 0 1 auto;
    max-height: 100%;
    position: relative;
}

.modal-kupon-block-top {
    display: flex;
    justify-content: center;
    flex: 0 0 auto;
}

.modal-kupon-top-link {
    padding: 3px 25px;
    position: relative;
    flex: 1 1 auto;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    transition: all .3s ease;
    color: #fa550c;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 330px;
}

.kupon-block-mobile-center-icon {
    height: 20px;
    width: 20px;
    margin: 5px;
    background-repeat: no-repeat;
    background-size: contain;
}

.kupon-block-mobile-center-icon.nitro-lazy {
    background-image: none !important;
}

.kupon-block-mobile-text {
    display: flex;
    align-items: center;
    flex: 1 1 auto;
    font-size: 15px;
    font-weight: 700;
}

.modal-kupon-block-bottom {
    background-color: #fff;
}

.modal-kupon-block-close {
    bottom: 100%;
    right: 0;
    position: absolute;
    z-index: 2;
    width: 40px;
    height: 40px;
    transition: all .3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}

.modal-kupon-block-close-items {
    width: 20px;
    min-height: 14px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    position: relative;
}

.modal-kupon-block-close-item {
    height: 2px;
    border-radius: 2px;
    transition: all .4s linear;
    background-color: #fff;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.modal-kupon-block-close-item.top {
    transform: rotate(45deg);
}

.modal-kupon-block-close-item.center {
    transform: scale(0);
}

.modal-kupon-block-close-item.bottom {
    transform: rotate(-45deg);
}

.dmca-block-mobile {
    display: none;
}

@media screen and (max-width: 1730px) {
    .footer-table-block {
        max-width: 60%;
        margin-left: 18%;
    }
}

@media screen and (max-width: 1500px) {
    .footer-table-block {
        max-width: 50%;
        margin-left: 23%;
    }
}

@media screen and (max-width: 1400px) {
    .left-menu {
        width: 60px;
        padding: 20px 0 0 20px;
    }

    .left-menu-top-link-text {
        display: none;
    }

    .right-sidebar-bottom-cupon-btn {
        width: 180px;
        font-size: 14px;
    }

    .right-sidebar-casinos-bottom {
        justify-content: center;
    }

    .right-sidebar-casinos-top-link-right {
        display: none;
    }

    .right-sidebar-top-title {
        font-size: 30px;
    }

    .right-sidebar-top-title-back {
        font-size: 30px;
    }

    .right-sidebar-top-text {
        font-size: 14px;
    }

    .ikon-arrow-left-menu {
        display: none;
    }

    .left-menu-bottom-link-text {
        display: none;
    }

    .footer-table-block {
        max-width: 65%;
        margin-left: 80px;
    }
}

@media screen and (max-width: 1360px) {
    .content-block-section {
        justify-content: flex-start;
    }

    .mainSwiper {
        margin-right: 0 !important;
        margin-left: 70px !important;
    }
}

@media screen and (max-width: 1200px) {
    .owl-carousel.owl-loaded {
        width: 75%;
    }

    .footer-table-block {
        max-width: 60%;
        margin-left: 74px;
    }

    .text-download {
        display: none;
    }

    .text-download.lang {
        display: block;
    }

    .logo-actions-ikon {
        margin-right: 0;
    }

    .download-logo-android.foot {
        margin-left: 0;
    }

    .footer-block-img {
        position: absolute;
        right: 25px;
    }
}

@media screen and (max-width: 1023px) {
    .footer-table-block {
        max-width: 50%;
        margin-left: 110px;
    }

    .owl-carousel.owl-loaded {
        width: 85%;
    }

    .header-bottom-nav-text-block {
        width: 50px;
    }

    .text-aviator-block {
        width: 19px;
    }

    .footer-block-img {
        width: 60px;
        height: 60px;
    }

    .table-comands {
        font-size: 12px;
    }
}

@media screen and (max-width: 900px) {
    .footer-table-block {
        margin-left: 90px;
    }

    .footer-block-img {
        right: auto;
        bottom: 5px;
    }
}

@media screen and (max-width: 860px) {
    .left-menu {
        display: none;
    }

    .right-sidebar {
        display: none;
    }

    .footer-table-block {
        max-width: 100%;
        margin-left: 0;
        padding: 30px;
        height: auto;
        overflow-y: unset;
    }

    .menu-mobile-button {
        display: flex;
    }

    .header-bottom-nav {
        display: none;
    }

    .footer-table-block-title-righ {
        display: none;
    }

    .footer-table-block-content-right {
        display: none;
    }

    .header-bottom-button {
        margin: 0 5px;
        font-size: 14px;
        height: 26px;
        padding: 2px 10px;
    }

    .header-top-link-download {
        margin: 5px;
    }

    .header-top-link-buttons {
        margin: 5px;
    }

    .content-block-section {
        display: none;
    }

    .swiper {
        display: block;
    }

    .header-block {
        background-color: #011B36;
        background-image: unset;
    }

    .header-top {
        display: none;
    }

    .header-bottom {
        display: none;
    }

    .header-mobile {
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 100%;
        padding: 0 10px;
        height: 55px;
    }

    .navbar-mobile {
        display: flex;
    }

    .banner-mobile-block {
        display: flex;
    }

    .mobile-events-block {
        display: block;
    }

    .table-comands {
        font-size: 13px;
        font-weight: 700;
    }

    .right-sidebar-content {
        display: none;
    }

    .right-sidebar {
        padding: 0;
    }

    .right-sidebar-casinos {
        border: none;
        border-radius: 0;
    }

    .right-sidebar-casinos-top-link {
        background-color: #002347;
        border-radius: 0;
    }

    .right-sidebar-casinos-bottom {
        background-color: #002347;
        padding: 0 5px;
        flex-wrap: nowrap;
        min-width: 100%;
        overflow-x: scroll;
        justify-content: flex-start;
    }

    .casinos-item {
        padding: 0;
    }

    .casinos-item-image {
        width: 135px;
        height: 105px;
    }

    .footer-table-search {
        display: none;
    }

    .footer-table-menu {
        display: none;
    }

    .footer-table-play-block {
        display: none;
    }

    .footer-table-block {
        padding: 10px;
    }

    .footer-block-top-right {
        display: none;
    }

    .footer-block-top {
        padding: 15px 15px 0 15px;
        flex-direction: row;
        margin-bottom: 15px;
    }

    .header-bottom-logo-link-img {
        height: 20px;
        width: 120px;
    }

    .devices-block {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: space-between;
        margin-bottom: 10px;
        width: 100%;
        padding: 0 10px;
    }

    .footer-block-providers {
        display: none;
    }

    .footer-block-providers-media {
        padding: 0;
        border-radius: 20px;
        height: 40px;
        flex-grow: 1;
        justify-content: center;
    }

    .footer-block-providers-device {
        padding: 0;
        border-radius: 20px;
        height: 40px;
        flex-grow: 1;
        justify-content: center;
        margin-left: 10px;
    }

    .footer-block-providers-eighteen {
        width: 40px;
        height: 40px;
        border-radius: 20px;
        background-color: #04386e;
        color: #428cdc;
        font-size: 12px;
        font-weight: 500;
        line-height: 40px;
        text-align: center;
        text-transform: uppercase;
        margin-left: 10px;
    }

    .footer-media-link {
        margin: 0;
    }

    .download-logo-android {
        padding: 0 10px;
    }

    .download-logo-apple {
        padding: 0 10px;
    }

    .footer-block-menu {
        padding: 10px;
    }

    .footer-block-menu-link {
        margin-right: 0;
        font-size: 12px;
        text-transform: none;
        margin: 5px 0;
        padding: 0 10px;
        border-left: 2px solid #04386e;
        color: #428cdc;
    }

    .footer-block-menu-link:first-child {
        border-left: 0;
    }

    .footer-block-providers-pay {
        display: none;
    }

    .footer-block-providers-pay-mobile {
        display: flex;
        align-items: center;
        justify-content: space-around;
        width: 100%;
        margin-bottom: 10px;
        background-color: #04386e;
        height: 40px;
        padding: 0 15px;
    }

    .footer-pay-item {
        margin: 0;
        height: 10px;
        display: flex;
    }

    .footer-pay-ikon {
        height: 100%;
    }

    .footer-block-copyright-text.mobile {
        display: none;
    }

    .footer-block-copyright-content {
        display: none;
    }

    .footer-block-copyright {
        max-width: initial;
    }

    .footer-block-text {
        padding: 0 5px 10px 5px;
    }

    .footer-block-copyright-img {
        margin-right: 5px;
    }

    .footer-block-copyright-text {
        max-width: 110px;
    }

    .footer-block-bottom {
        height: 40px;
        padding: 0 10px;
    }

    .footer-bottom-item {
        margin: 0;
        height: 14px;
    }

    .footer-bottom-ikon {
        width: 100%;
        height: 100%;
    }

    .footer-block {
        padding-bottom: 0;
    }

    .dmca-block {
        display: none;
    }

    .button-present {
        display: none;
    }

    .dmca-badge img {
        width: 50px;
    }

    .footer-block-description {
        flex-direction: row;
        align-items: center;
    }

    .kupon-block-mobile {
        display: block;
    }

    .right-sidebar-bottom-cupon-btn {
        margin-bottom: 20px;
    }

    .dmca-block-mobile {
        display: block;
    }
}

@media screen and (max-width: 380px) {
    .header-bottom-button {
        margin: 0 3px;
        font-size: 12px;
    }

    .mobile-logo-link-img {
      height: 16px;
      width: 70px;
    }
}

@font-face {
    font-family: swiper-icons;
    src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
    font-weight: 400;
    font-style: normal;
}

:root {
    --swiper-theme-color: #007aff;
}

.swiper {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
}

.swiper-vertical>.swiper-wrapper {
    flex-direction: column;
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    transition-property: transform;
    box-sizing: content-box;
}

.swiper-android .swiper-slide,
.swiper-wrapper {
    transform: translate3d(0px, 0, 0);
}

.swiper-pointer-events {
    touch-action: pan-y;
}

.swiper-pointer-events.swiper-vertical {
    touch-action: pan-x;
}

.swiper-slide {
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    transition-property: transform;
}

.swiper-slide-invisible-blank {
    visibility: hidden;
}

.swiper-autoheight,
.swiper-autoheight .swiper-slide {
    height: auto;
}

.swiper-autoheight .swiper-wrapper {
    align-items: flex-start;
    transition-property: transform, height;
}

.swiper-3d,
.swiper-3d.swiper-css-mode .swiper-wrapper {
    perspective: 1200px;
}

.swiper-3d .swiper-cube-shadow,
.swiper-3d .swiper-slide,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-wrapper {
    transform-style: preserve-3d;
}

.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10;
}

.swiper-3d .swiper-slide-shadow {
    background: rgba(0, 0, 0, .15);
}

.swiper-3d .swiper-slide-shadow-left {
    background-image: linear-gradient(to left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-right {
    background-image: linear-gradient(to right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-top {
    background-image: linear-gradient(to top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-bottom {
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
}

.swiper-css-mode>.swiper-wrapper {
    overflow: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar {
    display: none;
}

.swiper-css-mode>.swiper-wrapper>.swiper-slide {
    scroll-snap-align: start start;
}

.swiper-horizontal.swiper-css-mode>.swiper-wrapper {
    scroll-snap-type: x mandatory;
}

.swiper-vertical.swiper-css-mode>.swiper-wrapper {
    scroll-snap-type: y mandatory;
}

.swiper-centered>.swiper-wrapper::before {
    content: "";
    flex-shrink: 0;
    order: 9999;
}

.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child {
    margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-horizontal>.swiper-wrapper::before {
    height: 100%;
    min-height: 1px;
    width: var(--swiper-centered-offset-after);
}

.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child {
    margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-vertical>.swiper-wrapper::before {
    width: 100%;
    min-width: 1px;
    height: var(--swiper-centered-offset-after);
}

.swiper-centered>.swiper-wrapper>.swiper-slide {
    scroll-snap-align: center center;
}

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
    height: 1px;
    width: var(--swiper-virtual-size);
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
    width: 1px;
    height: var(--swiper-virtual-size);
}

:root {
    --swiper-navigation-size: 44px;
}

.swiper-button-next,
.swiper-button-prev {
    position: absolute;
    top: 50%;
    width: calc(var(--swiper-navigation-size) / 44 * 27);
    height: var(--swiper-navigation-size);
    margin-top: calc(0px - (var(--swiper-navigation-size) / 2));
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
    opacity: .35;
    cursor: auto;
    pointer-events: none;
}

.swiper-button-next:after,
.swiper-button-prev:after {
    font-family: swiper-icons;
    font-size: var(--swiper-navigation-size);
    text-transform: none !important;
    text-transform: none;
    letter-spacing: 0;
    font-variant: initial;
    line-height: 1;
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
    left: 10px;
    right: auto;
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
    content: "prev";
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
    right: 10px;
    left: auto;
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
    content: "next";
}

.swiper-button-lock {
    display: none;
}

.swiper-pagination {
    position: absolute;
    text-align: center;
    transition: .3s opacity;
    transform: translate3d(0, 0, 0);
    z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
    opacity: 0;
}

.swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: 10px;
    left: 0;
    width: 100%;
}

.swiper-pagination-bullets-dynamic {
    overflow: hidden;
    font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transform: scale(.33);
    position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
    transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
    transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
    transform: scale(.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
    transform: scale(.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
    transform: scale(.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
    transform: scale(.33);
}

.swiper-pagination-bullet {
    width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
    height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
    display: inline-block;
    border-radius: 50%;
    background: var(--swiper-pagination-bullet-inactive-color, #000);
    opacity: var(--swiper-pagination-bullet-inactive-opacity, .2);
}

button.swiper-pagination-bullet {
    border: none;
    margin: 0;
    padding: 0;
    box-shadow: none;
    -webkit-appearance: none;
    appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer;
}

.swiper-pagination-bullet:only-child {
    display: none !important;
}

.swiper-pagination-bullet-active {
    opacity: var(--swiper-pagination-bullet-opacity, 1);
    background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-pagination-vertical.swiper-pagination-bullets,
.swiper-vertical>.swiper-pagination-bullets {
    right: 10px;
    top: 50%;
    transform: translate3d(0px, -50%, 0);
}

.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
    display: block;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    top: 50%;
    transform: translateY(-50%);
    width: 8px;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    display: inline-block;
    transition: .2s transform, .2s top;
}

.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}

.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap;
}

.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transition: .2s transform, .2s left;
}

.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transition: .2s transform, .2s right;
}

.swiper-pagination-progressbar {
    background: rgba(0, 0, 0, .25);
    position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: var(--swiper-pagination-color, var(--swiper-theme-color));
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transform: scale(0);
    transform-origin: left top;
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    transform-origin: right top;
}

.swiper-horizontal>.swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,
.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    width: 100%;
    height: 4px;
    left: 0;
    top: 0;
}

.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-vertical>.swiper-pagination-progressbar {
    width: 4px;
    height: 100%;
    left: 0;
    top: 0;
}

.swiper-pagination-lock {
    display: none;
}

.swiper-scrollbar {
    border-radius: 10px;
    position: relative;
    -ms-touch-action: none;
    touch-action: none;
    background: rgba(0, 0, 0, .1);
}

.swiper-horizontal>.swiper-scrollbar {
    position: absolute;
    left: 1%;
    bottom: 3px;
    z-index: 50;
    height: 5px;
    width: 98%;
}

.swiper-vertical>.swiper-scrollbar {
    position: absolute;
    right: 3px;
    top: 1%;
    z-index: 50;
    width: 5px;
    height: 98%;
}

.swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background: rgba(0, 0, 0, .5);
    border-radius: 10px;
    left: 0;
    top: 0;
}

.swiper-scrollbar-cursor-drag {
    cursor: move;
}

.swiper-scrollbar-lock {
    display: none;
}

.swiper-zoom-container {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.swiper-zoom-container>canvas,
.swiper-zoom-container>img,
.swiper-zoom-container>svg {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.swiper-slide-zoomed {
    cursor: move;
}

.swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    transform-origin: 50%;
    animation: swiper-preloader-spin 1s infinite linear;
    box-sizing: border-box;
    border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
    border-radius: 50%;
    border-top-color: transparent;
}

.swiper-lazy-preloader-white {
    --swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
    --swiper-preloader-color: #000;
}

@keyframes swiper-preloader-spin {
    100% {
        transform: rotate(360deg);
    }
}

.swiper .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000;
}

.swiper-free-mode>.swiper-wrapper {
    transition-timing-function: ease-out;
    margin: 0 auto;
}

.swiper-grid>.swiper-wrapper {
    flex-wrap: wrap;
}

.swiper-grid-column>.swiper-wrapper {
    flex-wrap: wrap;
    flex-direction: column;
}

.swiper-fade.swiper-free-mode .swiper-slide {
    transition-timing-function: ease-out;
}

.swiper-fade .swiper-slide {
    pointer-events: none;
    transition-property: opacity;
}

.swiper-fade .swiper-slide .swiper-slide {
    pointer-events: none;
}

.swiper-fade .swiper-slide-active,
.swiper-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto;
}

.swiper-cube {
    overflow: visible;
}

.swiper-cube .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
    visibility: hidden;
    transform-origin: 0 0;
    width: 100%;
    height: 100%;
}

.swiper-cube .swiper-slide .swiper-slide {
    pointer-events: none;
}

.swiper-cube.swiper-rtl .swiper-slide {
    transform-origin: 100% 0;
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-active .swiper-slide-active {
    pointer-events: auto;
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-next,
.swiper-cube .swiper-slide-next+.swiper-slide,
.swiper-cube .swiper-slide-prev {
    pointer-events: auto;
    visibility: visible;
}

.swiper-cube .swiper-slide-shadow-bottom,
.swiper-cube .swiper-slide-shadow-left,
.swiper-cube .swiper-slide-shadow-right,
.swiper-cube .swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.swiper-cube .swiper-cube-shadow {
    position: absolute;
    left: 0;
    bottom: 0px;
    width: 100%;
    height: 100%;
    opacity: .6;
    z-index: 0;
}

.swiper-cube .swiper-cube-shadow:before {
    content: "";
    background: #000;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    filter: blur(50px);
}

.swiper-flip {
    overflow: visible;
}

.swiper-flip .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
}

.swiper-flip .swiper-slide .swiper-slide {
    pointer-events: none;
}

.swiper-flip .swiper-slide-active,
.swiper-flip .swiper-slide-active .swiper-slide-active {
    pointer-events: auto;
}

.swiper-flip .swiper-slide-shadow-bottom,
.swiper-flip .swiper-slide-shadow-left,
.swiper-flip .swiper-slide-shadow-right,
.swiper-flip .swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.swiper-creative .swiper-slide {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    overflow: hidden;
    transition-property: transform, opacity, height;
}

.swiper-cards {
    overflow: visible;
}

.swiper-cards .swiper-slide {
    transform-origin: center bottom;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    overflow: hidden;
}

 .slider-item-image.one, .swiper-item-image.one {
    background-image: url("../img/slide-crown-cz.webp");
}

.slider-item-image.two, .swiper-item-image.two {
    background-image: url("../img/slide-ny-cz.webp");
}

.slider-item-image.three, .swiper-item-image.three {
    background-image: url("../img/slide-ticket-cz.webp");
}

.slider-item-image.four, .swiper-item-image.four {
    background-image: url("../img/slide-riskfree-cz.webp");
}

.slider-item-image.five, .swiper-item-image.five {
    background-image: url("../img/slide-spa-cz.webp");
}

.modal.show {
    display: block;
}

.error-content {
    width: 100%;
    max-width: 800px;
    padding: 0 15px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 50px auto 0;
    font-weight: normal;
}
.error-content p {
    text-align: center;
    font-weight: normal;
}

.img-micro {
    width: 200px;
    height: 200px;
}
.img-micro img {
    width:100%;
    height: 100%;
    border-radius: 25px;
}

@media screen and (max-width:768px) {
    .img-micro {
        float: none !important;
        margin: 20px auto !important;
    }
}