.casino {
    background: linear-gradient(180deg, rgb(27, 50, 51) 0%, rgb(47, 97, 93)) fixed;
    color: #212121;
    font-family: Roboto, Arial, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    margin: 0;
    padding: 0;
}


.logo {
    line-height: 1;
    padding: 0 40px 0 10px;
}

.logo img {
    width: 100%;
}


.header-user {
    align-items: center;
    display: flex;
    justify-content: flex-end;
    margin-left: auto;
    padding: 0 10px 0 20px;
}

.login {
    background: #ffd36c;
    border: none;
    border-radius: 21px;
    color: #1b2827;
    cursor: pointer;
    display: inline-block;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.2;
    margin-right: 7px;
    outline: none;
    padding: 12px 25px;
    text-decoration: none;
    text-transform: uppercase;
    transition-duration: .2s;
}

.btn {
    background: #ff9533;
    border: none;
    border-radius: 21px;
    color: #1b2827;
    cursor: pointer;
    display: inline-block;
    font-family: Roboto, Arial, sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.2;
    outline: none;
    padding: 12px 22px;
    text-decoration: none;
    text-transform: uppercase;
    transition-duration: .2s;
}

.btn:hover {
    background: #ff9533;
}

.navbar {
    box-shadow: 0 4px 15px rgba(0, 39, 112, .5);
    display: flex;
    height: 77px;
    left: 0;
    position: sticky;
    top: 0;
    width: 100%;
    z-index: 10;
}

a.nav-link {
    color: #fff;
}

.container {
    margin: 0 auto;
    max-width: 1140px;
    padding: 0 15px;
    width: calc(100% - 690px);
    text-align: center;
}

.banner img {
    height: auto;
    max-width: 100%;
}

.banner {
    border-radius: 8px;
    cursor: pointer;
    line-height: 0;
    margin: 0 auto 20px;
    overflow: hidden;
    text-align: center;
}

.main {
    position: relative;
    margin-top: 40px;
}

.block-left.side-img {
    left: 0;
    margin: 0 35px 0 20px;
    right: auto;
}

.side-img {
    margin: 0 20px 0 35px;
    padding: 117px 0 15px;
    position: fixed;
    right: auto;
    top: 0;
    z-index: 2;
}

.wrapper {
    max-width: 310px;
    min-width: 310px;
    width: 310px;
}

.left-img {
    cursor: pointer;
    padding-bottom: 15px;
    text-align: center;
}

.side-img {
    border-radius: 8px;
    line-height: 0;
    overflow: hidden;
}

.side-img img {
    height: auto;
    max-width: 100%;
    border-radius: 8px;
}

.content-casino {
    text-align: left;
}

.content-casino h1 {
    font-size: 28px;
    font-weight: 700;
    color: #FFFFFF;
    margin: 28px 0 12px;
}

.button-wrapper {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    margin: 25px 0;
}

.btn-wrap {
    display: inline-flex;
    max-width: 100%;
    margin: 0 auto;
    background: #ffd36c;
    border: none;
    border-radius: 5px;
    color: #1b2827;
    cursor: pointer;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.2;
    outline: none;
    padding: 12px 22px;
    text-decoration: none;
    text-transform: uppercase;
    transition-duration: .2s;
}

.content-casino h3 {
    font-size: 24px;
    font-weight: 700;
    margin: 28px 0 12px;
    color: #FFFFFF;
    opacity: 90%;
}

.description {
    margin: 10px 0;
    padding: 0;
    color: #ccc;
}

.description a {
    text-decoration: none;
    color: #FFD36C;
}

.content-casino h2 {
    font-size: 26px;
    font-weight: 700;
    color: #FFFFFF;
    margin: 28px 0 12px;
}

.point-head {
    color: #FFFFFF;
}

.content-casino ol {
    color: #ccc;
}

.content-casino table {
    display: block;
    margin: 40px 0;
    overflow-y: auto;
    text-align: left;
    border: 1px solid #3c7b77;
    border-spacing: 0;
    border-radius: 8px;
    color: #CCC;
}

.table-content {
    width: fit-content;
}

.content-casino table td {
    border: 1px solid #3c7b77;
    padding: 8px 16px;
}

.content-casino table td {
    padding: 12px 20px;
}

.content-casino table tr:first-child td:first-child {
    border-top-left-radius: 8px;
}

.content-casino table tr:first-child td:last-child {
    border-top-right-radius: 8px;
}

.content-casino table tr:last-child td:first-child {
    border-bottom-left-radius: 8px;
}

.content-casino table tr:last-child td:last-child {
    border-bottom-right-radius: 8px;
}

.content-casino table tr {
    border: 1px solid #3c7b77;
}

.content-casino table tr:nth-child(odd) {
    background-color: #234745;
}

.content-casino ul {
    color: #ccc;
}


.content-casino ul li a {
    text-decoration: none;
    color: #FFD36C;
}

.footer-content {
    background: #173336;
    margin-top: 52px;
}

.footer-menu {
    padding-top: 45px;
}

.logo-footer {
    margin-bottom: 12px;
    padding: 20px 25px 35px;
    position: relative;
    display: flex;
    gap: 40px;
}

.logo-footer img {
    max-height: 35px;
    min-width: 100px;
    height: auto;
    max-width: 100%;
}

.logo-footer:after {
    background: #c8dbff;
    bottom: 0;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    width: 100%;
}

.footer-bottom {
    background: #173336;
    padding-top: 50px;
}

.providers-logo {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 0 0 32px;
    grid-gap: 23px 30px;
}

.providers-logo img {
    opacity: 75%;
}

.footer-text {
    padding: 0 0 50px;
}

.footer-copy {
    color: #ccc;
    font-size: 12px;
    font-weight: 300;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
}

.header-menu_mobile {
    display: none;
}

.header-menu_mobile {
    display: none;
}

.navbar-toggle {
    display: block;
}

.navbar-toggle {
    border: none;
    background: transparent !important;
}

.navbar-toggle {
    border-color: transparent;
}

.navbar-toggle {
    position: relative;
    float: right;
    margin-right: 15px;
    padding: 9px 10px;
    margin-top: 8px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 0;
}

.navbar-toggle:hover {
    background: transparent !important;
}

.navbar-toggle.x.collapsed .icon-bar:nth-of-type(1) {
    transform: rotate(0);
}

.navbar-toggle.x .icon-bar:nth-of-type(1) {
    transform: rotate(45deg);
    transform-origin: 10% 10%;
}

.navbar-toggle .icon-bar {
    width: 22px;
    transition: all 0.2s;
}

.navbar-toggle .icon-bar {
    background-color: #ffffff;
}

.navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
}

.navbar-toggle.x.collapsed .icon-bar:nth-of-type(2) {
    opacity: 1;
    filter: alpha(opacity=100);
}

.navbar-toggle.x .icon-bar:nth-of-type(2) {
    opacity: 0;
    filter: alpha(opacity=0);
}

.navbar-toggle .icon-bar {
    width: 22px;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}

.navbar-toggle .icon-bar {
    background-color: #ffffff;
}

.navbar-toggle .icon-bar+.icon-bar {
    margin-top: 4px;
}

.navbar-toggle.x.collapsed .icon-bar:nth-of-type(3) {
    transform: rotate(0);
}

.navbar-toggle.x .icon-bar:nth-of-type(3) {
    transform: rotate(-45deg);
    transform-origin: 10% 90%;
}

.navbar-toggle .icon-bar {
    width: 22px;
    transition: all 0.2s;
}

.navbar-toggle .icon-bar {
    background-color: #ffffff;
}

.navbar-toggle .icon-bar+.icon-bar {
    margin-top: 4px;
}

.navbar-toggle.x {
    display: none;
}

.banner-mobile {
    display: none;
}

.navbar-nav a {
    border: none;
    position: relative;
}

.navbar-nav a:hover {
    border: none;
}

.navbar-nav a::after {
    content: '';
    position: absolute;
    width: 0px;
    height: 3px;
    left: 50%;
    bottom: 0;
    background-color: #ffd36c;
    transition: all ease-in-out .2s;
}

.navbar-nav a:hover::after {
    width: 100%;
    left: 0;
}

a.nav-link {
    padding: 26px 0;
}

.navbar-nav .active {
    transform: scaleX(1);

}

.navbar-nav .nav-link.active {
    color: #fff;
    font-weight: bold;
}

.navbar-nav .nav-link.active:hover {
    color: #ffd36c;
}

a.nav-link:hover {
    color: #ffd36c;
}

.steps {
    counter-reset: elementcounter;
    margin: 0;
    padding: 0;
}

.steps li {
    counter-increment: elementcounter;
    display: table;
    padding: 0.2em 0.4em;
}

.steps li:before {
    content: "Step " counter(elementcounter) ":";
    display: table-cell;
    width: 8ch;
    padding-right: 0.4em;
    text-align: right;
}

.steps li:nth-last-child(n+10):before,
.steps li:nth-last-child(n+10)~li:before {
    width: 10ch;
}

.steps li:nth-last-child(n+100):before,
.steps li:nth-last-child(n+100)~li:before {
    width: 10ch;
}

.collapsing {
    display: none;
    transition: .15s;
}

.sec-btn {
    background: #ffd36c;
    border: none;
    border-radius: 21px;
    color: #1b2827;
    cursor: pointer;
    display: inline-block;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.2;
    outline: none;
    padding: 12px 60px;
    text-decoration: none;
    text-transform: uppercase;
    transition-duration: .2s;
}

.footer-menu-item {
    flex-direction: row;
    gap: 20px;
    padding-bottom: 20px;
    justify-content: center;
    white-space: nowrap;
}

.nav-items {
    padding: 0 !important;
}

}

@media only screen and (max-width: 1281px) {
    .left-img img {
        display: none;
    }

    .container {
        width: 100%;
    }
}

@media only screen and (min-width: 1153px) {
    a.nav-link {
        padding: 26px 0;
    }
}


@media only screen and (max-width: 1081px) and (min-width: 993px) {
    a.nav-link {
        padding: 14px 0;
    }
}


@media only screen and (min-width:1024px) {
    .error {
        display: none;
    }
}

@media only screen and (min-width: 992px) {
    .navbar-nav a.active::after {
        background: #ffd36c;
        transform: scaleX(1);
        width: 100%;
        left: 0;
    }
}

@media only screen and (max-width: 992px) {
    .navbar {
        height: auto;
        display: block;
    }

    .show+.header-user>.login {
        display: none;
    }

    .header-menu_mobile {
        align-items: center;
        display: flex;
        justify-content: flex-end;
        left: 10px;
        margin-left: auto;
        padding: 0 30px 0 20px;
        position: absolute;
        top: 8px;
        background: #3d7b78;
        height: 60px;
    }

    .header-user .btn {
        display: none;
    }

    .header-user .login {
        display: flex;
        margin-right: 35px;
    }

    .logo {
        padding: 0 10px 0 5px;
    }

    .navbar-nav {
        flex-direction: column;
        padding-top: 90px;
        align-items: center;
        position: relative;
        bottom: 55px;
        padding-bottom: 500px;
    }

    .footer-menu-item {
        padding-top: 0px;
        padding-bottom: 0px;
        flex-direction: row;
        bottom: 0;
    }


    .content-casino h1 {
        font-size: 26px;
    }

    .content-casino h3 {
        font-size: 24px;
    }

    .content-casino h2 {
        font-size: 24px;
    }


    .navbar-toggle.x {
        display: block;
        position: absolute;
        top: 6px;
        right: 0;
    }

    .navbar-nav a::after {
        content: none;
    }

    a.nav-link {
        padding: 10px 0;
    }

    .navbar-nav .active {
        border-bottom: 0;
    }
}

@media only screen and (max-width: 820px) {
    .nav-items {
        min-width: 100px;
    }

    .footer-menu-item {
        flex-wrap: wrap;
    }

    .logo-footer {
        justify-content: center;
        flex-wrap: wrap;
    }
}

@media only screen and (max-width: 550px) {
    .banner-mobile {
        display: flex;
    }

    .footer-menu-item {
        padding: 0 !important;
    }

    .banner-mobile img {
        margin: auto;
        width: 100%;
        border-radius: 8px;
    }

    .navbar-nav {
        padding: 130px 80px 0 0;
    }

    .banner {
        display: none;
    }

    .content-casino table td {
        padding: 15px;
    }

    .toggler-background {
        flex-wrap: nowrap !important;
    }

    .navbar>.container-fluid {
        align-items: flex-start;
    }

    .logo {
        padding: 0 0 0 0;
    }
}

@media only screen and (max-width: 365px) {
    .header-menu_mobile {
        padding: 0;
    }

    .login {
        margin-right: 7px;
    }

    .content-casino table td {
        padding: 10px;
    }

    .logo {
        padding: 0 10px 0 10px;
    }

    .navbar-nav {
        padding: 130px 60px 0 0;
    }
}