body {
    background-color: rgb(17, 16, 16);
}

.header {
    width: 100%;
    margin: auto;
    background-color: #282727;
    box-shadow: 1px 10px 10px #282727;
    z-index: 1;
    position: relative;
}
header {
    display: flex;
    justify-content: center;
    min-height: 5em;
    max-height: 7em;
    background-color: #282727;
}

.header-left {
    padding-left: 1em;
    min-width: 25%;
}
.projectLogo img {
    width: 34%;
}

.header-right {
    min-width: 50%;
}
.header-right {
    display: flex;
    justify-content: right;
    margin-right: 1em;
    align-items: center;
    
}
.header_btn_entry {
    display: block;
    width: 100px;
    height: 40px;
    background-color: #31d845;
    box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
    border-radius: 40px;
    color: #fffefe;
    font-weight: bold;
    border: 0px;
    /* line-height: 45px; */
    padding: 10px;
}
.buttons {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.header_btn_reg {
    width: 170px;
    height: 40px;
    background-color: #ff0000;
    box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
    border-radius: 40px;
    color: #ffffff;
    font-weight: bold;
    border: 0px;
    /* line-height: 45px; */
    padding: 10px;
}
.header_btn:first-child {
    margin-right: 1em;
}
.header_btn .buttons {
    cursor: pointer;
    text-align: center;
   
}
.header_btn .buttons span {
    align-items: center;
    
}

.header-social {
    display: flex;
    padding-right: 3em;
    padding-left: 8em;
}
.header-social .socials-icons {
    display: flex;
    list-style-type: none;
}
.content {
    position: relative;
    top: 1em;
}
.content {
    display: flex; flex-direction: row
}

.slider {
    display: flex;
    justify-content: center;
    align-items: center;
    
}
.slider-wrap {
    position: relative;
    /*height: 250px;*/
    width: 100%;
}
.slider-wrap {
    margin-bottom: 30px;
}
.slider .img-wrapper {
    position: relative;
    width: 50%;
    display: flex;
    justify-content: center; 
    align-items: center;
    flex-direction: column;
}
.slider .img-wrapper .sliderImg {
    width: 100%;
    height: 100%;
}


.img-wrapper.frst {
background-color: red;
}
.slider-wrapper {
    display: flex;
    justify-content: center;
}
.img-wrapper.scnd {
    background-color: rgb(239, 243, 113);
    }
.img-wrapper.thrd {

background-color: rgb(229, 86, 234);
}
.img-wrapper.frth {
 background-color: rgb(66, 198, 210);
}
.img-wrapper.ххх {
background-color:  rgb(96, 80, 242);
            } 


.menu {
    background-color: #363333;
    color: #f7eded;
     width: 20%
}
.menu .menuList {
    margin: 0;
    padding: 10px;
    list-style-type: none;
}
.menuList li {
    margin-bottom: 5px;
    /* display: flex;justify-content: left ;align-items: center;  */
}
.menuList li a {
    text-decoration: none;
    display: flex;justify-content: left ;align-items: center; 
}

.menuList li span {
    padding-left: 0.4em;
    color: #f7eded;
}
.header-mobile  {
    display: none;
    min-height: 50px;
    background: #fff;
}
.sidebar-righ-wrapper {
    margin: 1em;
}
.sidebar-righ {
    width:30%; 
    background-color: #363333;
    color: #f7eded;
}
.menu-wrapper {
    margin: 1em;
}
.jackpot-wrap {
    /* display: flex;
    justify-content: center; */
    min-height: 200px;
    
    background-image:url("https://sovross.ru/wp-content/uploads/2022/12/16.jpg");
    background-size: cover;
    background-repeat: no-repeat;

}
/* .jackpot {
    width: 20em;
    height: 5em;
    text-align: center;
    font-weight: bold;
} */
.jackpot {
    align-items: center;
    backdrop-filter: blur(20px) brightness(100%);
    -webkit-backdrop-filter: blur(20px) brightness(100%);

    bottom: auto;
    display: flex;
    flex-direction: column;
    height: 130px;
    justify-content: unset;
    left: 0;
    margin: 0 auto;
    max-width: 312px;
    padding: 8px 0;
    position: relative;
    right: 0;
    top: 25px;
    max-width: 400px !important;
    z-index: 6;
    color: #fff;
    border-radius: 15px;
}
.jackpot:before {
    background: linear-gradient(168deg, #0a193766 8.26%, #0d214866 36.54%, #0a193766 93.1%);
    border-radius: inherit;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    /* width: 100%; */
    z-index: -2;
}
.jackpot span {
    color: rgb(227, 231, 42);
}

.content-games{
    margin: 1em
}

.footer-wrap {
    padding: 10px;
    margin-top: 2em;
}
.footer-top {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: -3em;
}
.footer-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 1em;
}
footer {
    background-color: #282727;
    color: #fff;
}
.footer-mail{
    display: flex;
    justify-content: space-around;
}
.footer-menu {
    display: flex;
}
.footer-top > div {
    padding: 1em;
    margin: 0.3em;
    padding-top: 3em;
  }
.footer-payment{
    align-items: center;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 16px;
}
.about-page {
    width:80%;
    color:rgb(231, 245, 244);
}
.about-wrap {
    padding: 1em;
    margin: 0.1em;
}

.news-page {
    width:60%; 
    color:rgb(231, 245, 244);
}
.news-wrap {
    padding: 1em;
    margin: 0.1em;
}
.slider-info {
    cursor:pointer;
    min-width: 200px;
    position: absolute;
    bottom: 20px;
    left: 50px;
    background: #703171;
    color: gold;
    font-weight: bold;
    padding-left: 40px;
    padding-right: 40px;
    border-radius: 10px;
}
.menu-img {
    max-width: 80px;
    max-height: 80px;
}
.menu-img img {
    max-height: 80px;
}
.content-right {
    width: 60%;
    background-color: #fff;
}
.gamesBlock {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    position: relative;
}
.image-hide-show img{
    max-height: 90px;
    border-radius: 5px;
    height: 100px;
}
.image-hide-show {
    position: relative;
    margin: 0.7em;
    border-radius: 5px;
}
.image-hide {
    visibility: hidden;
    display: flex;
    justify-content: space-around;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    color: #fff;
    background: #000000cf;
    border-radius: 5px;
}
.image-hide-show:hover .image-hide{
    visibility: visible;
}
.image-hide-show p {
    position: absolute;
    display: block;
    bottom: -27px;
    font-size: 12px;
    line-height: 12px;
    text-align: center;
    width: 100%;
    font-weight: 800;
}
.image-hide .button {
    margin-top: 2em;
}
.image-hide:first-child {
    display: block;
    position: absolute;
    top: 1em;
}
.image-hide-show a {
    color: #8989cb;
}

.news-blocks-wrap {
    display: flex;
    margin-top: -4em;
}
.new-block-img-wrap {
    display: flex;
    align-items: center;
    flex-shrink: 1.3;
}
.new-block-img-wrap img {
    width: 100%;
}
.news-block-h {
    display: block;
    flex-shrink: 2;
    text-align: justify;
    padding: 1em;
}
.menu-close {
    width: 20px;
    height: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 900;
    font-size: 20px;
    transform: rotate(45deg);
    position: absolute;
    top: 0;
    left: 201px;
}
.burger {
    right: -150px;

    z-index: 5;
    width: 40px;
    height: 40px;
    border: none;
    background-color: transparent;
    position: relative;
    display: none;
}
.burger span {
    position: absolute;
    width: 25px;
    height: 3px;
    background-color: #fff;
    left: 5px;
    transition: transform .5s, opacity .5s, background-color .5s;
    display: block;
}
.burger span:nth-child(1) {
    transform: translateY(-10px);
}

.burger span:nth-child(3) {
    transform: translateY(10px);
    /*width: 17px;*/
}

.menu.open .burger span:nth-child(2) {
    opacity: 0;
}

.menu.open .burger span:nth-child(1) {
    transform: translateY(0) rotate(-45deg);
}

.menu.open .burger span:nth-child(3) {
    transform: translateY(0) rotate(45deg);
}

.menu.open {
    left:0px;
}
.header-right a {
    text-decoration: none;
}


.mobile-page {
    width:60%; 
    color:rgb(231, 245, 244);
}
.mobile-wrap {
    padding: 1em;
    margin: 0.1em;
} 

.mob-app__button_android {
    width: 200px;
    height: 20px;
    background-color: #2c23da;
    box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
    border-radius: 20px;
    color: #fffefe;
    font-weight: bold;
    border: 0px;
    padding: 1em;
}

.mob-app__button_ios {
    width: 200px;
    height: 20px;
    background-color: #ff0000;
    box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
    border-radius: 20px;
    color: #ffffff;
    font-weight: bold;
    border: 0px;
    /* line-height: 50px; */
    padding: 1em;
}
.mobile-blocks-wrap {
    display: flex;
    margin-top: -2em;
    margin-bottom: 4em;
}
.mobile-block-img-wrap {
    display: flex;
    align-items: center;
    flex-shrink: 1.3;
}
.mobile-block-img-wrap img {
    width: 100%;
}
.mobile-block-h {
    display: block;
    flex-shrink: 2;
    text-align: justify;
    padding: 1em;
    margin-top: -1em;
}


@media screen and  (max-width: 760px) {
    .burger{
        display: none;
    }
    .header-social {
        display: none;
    }
    .header_btn_entry, .header_btn_reg {

        height: 20px;
    }
    .header_btn_entry {
        background-color: #761e74
    }
    .header_btn_reg {
        background-color: #cebf12;
    }
    .header_btn .buttons span {
        line-height: 20px;
    }
    .news-blocks-wrap {
        flex-direction: column;
    }



     
}


@media screen and  (max-width: 890px) {
    .burger{
        display: none;
    }
    .header-social {
        padding-right: 0;
        padding-left: 0;
    }
    .news-page {
        width: 100%;
    }

    .about-page {
        width: 100%;
    }
    .mobile-page {
        width: 100%;
        }
    .mob-app__buttons{
        flex-direction: column;
    }
}

  @media screen and  (max-width: 1024px)  {
    .burger{
     display: none;
    }
    .sidebar-righ {
     display: none;
    }
     .menu {
        width: 20%;
        left: 20px;
        z-index: 10;
    }
    .content-right {
        width: 80%;
    }
    .mobile-page {
        width: 80%;
    }
    .news-page {
        width: 80%;
    }
    .footer-menu {
        display: none;
    }
    .footer-mail{
        display: none;
    }
    .projectLogo img {
        width: 55%;
        margin-top: 1em;
    }
    

}


@media  screen and (max-width: 640px) {
    .mobile-page {
        width: 100%;
    }
    .burger {
        right: -300px;
        display: block;
    }
    .content {
        display: block;
    }

    .news-page {
        width: 100%;
    }
    .news-blocks-wrap {
        width: 100%;
        flex-direction: column;
    }
    .content-right {
        width: 100% !important;
    }
    .header-social {
        display: none;
    }
    .menu {
        display: block;
        position: absolute;
        left: -300px;
        width: 290px;
        z-index: 999;
    }
        .footer-pictures{
        display: none;
    }
        .mobile-blocks-wrap {
   flex-direction: column;
}
}    


@media screen and( max-width: 360px) {
    .image-hide-show {
        margin: 0.3em;
    }
}

            

