:root{
    --cas-border-opacity: 1;
    --cas-bg-opacity: 1; 
    --cas-shadow: 0 5px 0 #0077AF;
    --white: #fff;
    --dark-purple: #252941;
    --dark-purple-blockbg: #22253c;
    --dark-purple-blockborder: #2a2e4d;
    --font: "ProximaNova", sans-serif;
}

/* ШРИФТЫ */
/* @font-face {
    font-display: swap;
    font-family: "ProximaNova";
    font-style: normal;
    font-weight: 400;
    src: url("/template/fonts/ProximaNova-Regular.woff2") format("woff2");
  }
  @font-face {
    font-display: swap;
    font-family: "ProximaNova";
    font-style: normal;
    font-weight: 500;
    src: url("/template/fonts/ProximaNova-Semibold.woff2") format("woff2");
  }
  @font-face {
    font-display: swap;
    font-family: "ProximaNova";
    font-style: normal;
    font-weight: 700;
    src: url("/template/fonts/ProximaNova-Bold.woff2") format("woff2");
  }
  @font-face {
    font-display: swap;
    font-family: "ProximaNova";
    font-style: normal;
    font-weight: 800;
    src: url("/template/fonts/ProximaNova-Extrabld.woff2") format("woff2");
  } */
/* ШРИФТЫ КОНЕЦ*/

/* ОСНОВНЫЕ */

body {
    color: var(--white);
    background-color: #262634;
    font-family: var(--font);
    margin: 0;
}

a{
    color: rgba(2,132,199,1);
    text-decoration-line: underline;
    font-family: var(--font);
}

img{
    max-width: 100%;
    height: auto;
    vertical-align: middle;
    cursor: pointer;
    /* display: flex; */
}

figure{
    margin: 0;
}

figcaption{
    color: #6b7280;
    font-size: 0.875em;
    line-height: 1.4285714;
    margin-top: 0.8571429em;
}

/* audio, canvas, embed, iframe, img, object, svg, video {
    vertical-align: middle;
} */

p{
    margin-top: 1.25em;
    margin-bottom: 1.25em;
    color: #fff;
    font-size: 17px;
    line-height: 26px;
    padding: 0;
}

h1, h2, h3, h4, h5 {
    color: var(--white);
    margin: 0 0 10px 0;
    padding: 0;
    font-family: var(--font);
}


h2{
    text-align: left;
    font-size: 1.5em;
    margin-bottom: 1em;
    line-height: 1.3;
    font-weight: 800;
}

h3{
    text-align: left;
    font-size: 1.2em;
    margin-bottom: 1em;
    line-height: 1.3;
    font-weight: 800;
}

ol{
    padding-inline-start: 20px;
}

li{
    margin-top: 0.5em;
    margin-bottom: 0.5em;
    line-height: 28px;
    list-style-type: square;
}

li > a{
    font-weight: 500;
    color: var(--white);
    font-size: 16px;
}

li::marker{
    color:#4ab15d;

}

table {
	width: 800px;
	border-collapse: collapse;
	overflow: hidden;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
	margin-top: 1.25em;
    margin-bottom: 1.25em;
}

th,
td {
	padding: 15px;
	background-color: rgba(255, 255, 255, 0.2);
	color: #fff;
}

th {
	text-align: left;
}

thead th {
	background-color: #55608f;
}

tbody tr:hover {
	background-color: rgba(255, 255, 255, 0.3);
}

tbody td {
	position: relative;
}

tbody td:hover:before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: -9999px;
	bottom: -9999px;
	background-color: rgba(255, 255, 255, 0.2);
	z-index: -1;
}

tr:first-child td {
  font-weight: bold;
}

/* ОСНОВНЫЕ  КОНЕЦ*/

/* ХЕДЕР */
.clearfix:after, .clearfix:before, .container-fluid:after, .container-fluid:before, .container:after, .container:before, .row:after, .row:before {
    content: " ";
}
.clearfix:after, .container-fluid:after, .container:after, .row:after {
    clear: both;
}
.clearfix:after, .clearfix:before, .container-fluid:after, .container-fluid:before, .container:after, .container:before, .row:after, .row:before {
    content: " ";
}

/* .header-box{
        background-size: cover;
        background: url('/template/img/pinup/pinup-bg.webp');
        display: block;
        position: relative;
        width: 100%;
        min-height: 600px;
} */

@media only screen and (max-width: 768px){
    .header-box{
        background: url('/template/img/pinup/pinup-bgm.webp') !important;
    }
}

.menu-img{
    max-width: 100%;
    z-index: 1300;
    left: 0px;
    right: 0px;
    margin: auto;
    display: block;
    cursor: pointer;
}

.menu-mobile{
    width: 100%;
    height: 55px;
    margin-bottom: 15px;
    display:none;
}

.menu-mobile_center{
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 10px;
}

@media(max-width: 767px){
    .menu-mobile {
        display: block;
    }
    .menu-img{
    display:none;
    }
}

.logos{
    max-width: 105px;
}

.landing-header-right-login {
    border-radius: 3px;
    background-image: linear-gradient(180deg,#dc1f00,#dc1f00);
    font-family: Roboto Condensed,Roboto,sans-serif;
    font-size: 14px;
    color: #fff;
    padding: 7px 5px;
    cursor: pointer;
    margin-top: 10px;
    float: right;
}
.landing-header-right-reg {
    float: right;
    border-radius: 3px;
    background-image: linear-gradient(180deg,#25b99d,#25b99d);
    font-family: Roboto Condensed,Roboto,sans-serif;
    font-size: 14px;
    color: #fff;
    padding: 7px 5px;
    cursor: pointer;
    margin-right: 10px;
    margin-top: 10px;
}


.header-box .header-table{
    display: table;
    width: 100%;
    /* height: 100vh; */
    min-height: 600px;
}
.header-box .header-content{
    display: table-cell;
    width: 100%;
    vertical-align: middle;
}

.text-center{
    text-align: center;
}







.container{
    max-width: 1130px;
    padding-left: 15px;
    padding-right: 15px;
    margin-left: auto;
    margin-right: auto;
}

.header{
    overflow: hidden; 
    position: relative; 
    background-color: #252941;
    /* padding-bottom: 140px;
    margin-bottom: -140px; */
}

@media (max-width: 768px) {
    .header{
        background-color: #2c314c;
    }
}

.heads-promo{
    color: #fff;
    margin-top: 15px;
    font-size: 12px;
    text-decoration: underline;
}


.menu-container_wrapper{
    width: 100%;
}

@media(max-width: 1200px){
    .menu-container_wrapper{max-width: 1200px;}
}

@media(max-width: 992px){
    .menu-container_wrapper{max-width: 992px;}
}

@media(max-width: 768px){
    .menu-container_wrapper{max-width: 768px;}
}

@media(max-width: 576px){
    .menu-container_wrapper{max-width: 576px;}
}


.menu-container{
    display: flex; 
    flex-direction: row; 
    align-items: center; 
    gap: 50px; 
}

@media(max-width: 768px){
    .menu-container{
        flex-direction: column;
        gap: 10px;
    }
}


.disable-flex{
    flex: none;
}

.logo-style{
    object-fit: contain; 
    height: 100px; 
    width: 100px; 
}

@media (max-width: 768px) {
    .logo-style{
        display: none;
    }
}

.menu-listing_wrapper{
    flex: 1 1 0%;
}
.menu-listing-item-link {
    color: white; 
}

.menu-listing{
    display: flex; 
    flex-wrap: wrap; 
    align-items: center; 
    gap: 20px; 
    row-gap: 20px; 
}


.heading-block{
    border-color: rgba(74,177,92,var(--cas-border-opacity));
    position: relative; 
    border-left: none;
    border-top-width: 5px;
    border-bottom-width: 5px;
    border-left-width: 0px;
    border-right-width: 0px;
    opacity: var(--cas-border-opacity);
    box-shadow: 0 10px 30px rgba(74, 177, 92, 0.4)
}

.heading-block-front{
    position: absolute; 
    left: 0px; 
    top: 0px; 
    right: 0px; 
    bottom: 0px; 
    overflow: hidden; 
    opacity: 0.2;
}

@media (min-width: 768px) {
    .heading-block-front{
        opacity: var(--cas-border-opacity); 
    }
}

.heading-block-front-gradient{
    position: absolute; 
    left: 0px; 
    right: 0px; 
    top: 0px; 
    bottom: 0px; 
    --cas-gradient-from-position: ;
    --cas-gradient-to-position: ;
    --cas-gradient-from: #191A2F var(--cas-gradient-from-position);
    --cas-gradient-to: rgba(25,26,47,0) var(--cas-gradient-to-position);
    --cas-gradient-stops: var(--cas-gradient-from), var(--cas-gradient-to);
    background-image: linear-gradient(to right, var(--cas-gradient-stops));
}

.heading-block-front-bg{
    position: absolute; 
    left: 0px; 
    right: 0px; 
    top: -100px; 
    bottom: -140px; 
    z-index: -1; 
    background-size: cover; 
    background-position: top; 
}


.heading-block-back{
   /* width: 100%;*/
    display: flex;
    flex-direction: column;
    position: relative;
    padding-top: 35px; 
    padding-bottom: 35px; 
    position: relative; 
    display: flex; 
    flex-direction: column; 
    gap: 25px; 
    
}

@media (min-width: 640px) {
    .heading-block-back{
    max-width: 640px; 
    }
  }
  
  @media (min-width: 768px) {
    .heading-block-back{
    max-width: 768px;
    gap: 0px;
    justify-content: space-between;
    align-items: flex-end;
    flex-direction: row;
    }
  }
  
  @media (min-width: 1024px) {
    .heading-block-back{
    max-width: 1024px; 
    }
  }
  
  @media (min-width: 1280px) {
    .heading-block-back{
    max-width: 1280px; 
    }
  }
  
  @media (min-width: 1536px) {
    .heading-block-back{
    max-width: 1536px; 
    }
  }
  
  
  @media (min-width: 768px) {
    .heading-block-back{
    flex-direction: row; 
    align-items: flex-end; 
    justify-content: space-between; 
    gap: 0px; 
    }
  }

  .heading-block-back-header_wrapper{
    order: 2; 
    display: flex; 
    flex-direction: column; 
    justify-content: space-between; 
  }

  @media (min-width: 768px) {
    .heading-block-back-header_wrapper{
    order: 1; 
    }
  }

  .heading-block-back-header_wrapper_center{
    text-align: center; 
  }

  @media (min-width: 768px) {
    .heading-block-back-header_wrapper_center{
        text-align: start; 
    }
  }

  .heading-block-back-header-h1{
    font-size: 28px; 
    font-weight: 800; 
    line-height: 1; 
}

@media (min-width: 768px) {
    .heading-block-back-header-h1{
        font-size: 40px; 
    }
  }

.heading-block-back-header-money{
    margin-top: 10px; 
    margin-bottom: 25px; 
    font-size: 15px; 
    font-weight: 500; 
    line-height: 1; 
}

@media (min-width: 768px) {
    .heading-block-back-header-money{
        margin-bottom: 45px; 
        font-size: 18px;
    }
  }


  .heading-block-back-header-button{
    position: relative;
    overflow: hidden;
    font-size: 20px;
    font-weight: 900;
    text-transform: uppercase;
    font-family: inherit;
    color: #fff;
    border-style: none;
    padding: 20px 35px;
    border-radius: 10px;
    cursor: pointer;
    box-shadow: 0 0 #000, 0 5px 0 #a20f00 !important;
    background-color: #c02616 !important;
    
  }

  .heading-block-back-header-button::after{
    content: "";
    position: absolute;
    top: -50%;
    bottom: -50%;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.6) 100%);
    width: 45px;
    transform: skewX(-22deg);
    left: -65%;
    opacity: 0.5;
    pointer-events: none;
    animation-name: blick;
    animation-duration: 3s;
    animation-iteration-count: infinite;
  }

  @keyframes blick {
    60% {
        left: 100%;
    }
    100% {
        left: 130%;
    }
  }


  .heading-block-back-header-date{
    margin-top: 15px; 
    font-size: 12px; 
    opacity: 0.5; 
  }

  @media (min-width: 768px) {
    .heading-block-back-header-date{
    font-size: 16px;
    }
  }

  .heading-block-back-image{
    order: 1; 
    flex: 1 1 0%;
    position: relative;
    z-index: 999;
  }

  @media (min-width: 768px) {
    .heading-block-back-image{
        order: 2; 
        margin-top: -100px; 
        flex: none;
    }
  }

  .heading-block-back-image_src {
    margin-left: auto; 
    margin-right: auto;
    height: 150px; 
    width: 150px; 
    border-radius: 10px; 
    border-width: 5px; 
    opacity: var(--cas-border-opacity);
    object-fit: cover; 
    box-shadow: 0 2px 30px #4ab15c;
    border-color: rgba(74,177,92,var(--cas-border-opacity));
  }

    @media (min-width: 768px) {
        .heading-block-back-image_src{
            height: 320px; 
            width: 320px; 
        }
    }


@media(max-width: 768px){
    .heading-block-front-bg{
        display: none;
    }
}
/* ХЕДЕР КОНЕЦ*/

/* МЕНЮ В КОНТЕНТЕ */
.menu-content{
    text-align: center;
    margin-top: 30px;
}

.menu-content a{
    display: inline-block;
    padding-left: 5px;
    color: #24bb9d;
    text-decoration: none
}
/* МЕНЮ В КОНТЕНТЕ КОНЕЦ*/

/* КОНТЕНТ */
.content{
    position: relative;
    margin-top: 30px;
}

.content-navs {
    position: relative;
    margin: 25px 15px 0 80px;
    /* display: grid;
    grid-template-columns: 80% 20%; */
}

@media only screen and (max-width: 768px) {
    .content-navs{
        position: relative;
        display: block;
        margin: 0;
        margin-top: 30px;
    }
}

.game-place {
    padding-top: 35px;
    padding-bottom: 35px;
}

@media (min-width: 768px){
    .game-place{
        padding-top: 55px;
        padding-bottom: 55px;
    }
}

.game-place-header{
    margin: 0 0 100px 0;
    text-align: center;
    font-size: 32px;
    line-height: 39px;
    font-weight: 800;
}

.game-place-content{
    flex-direction: column;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 86.5%;
    margin: -16px auto;
    border-radius: 10px;
    background-color: var(--dark-purple);
    position: relative;
    z-index: 10;
    border: 2px solid var(--dark-purple);
    margin-bottom: 0;
    max-width: 1130px !important;
    padding: 30px 10px 30px 10px;
}



.game-place-content.mobile {
    width: 95%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    border-radius: 10px;
    background-color: var(--dark-purple-blockbg);
    position: relative;
    z-index: 10;
    border: 2px solid var(--dark-purple-blockborder);
    margin-bottom: 0;
    padding: 20px;
}

.game-place-content-mobile-desc{
    font-size: 24px;
    margin: 0px;
    margin-right: 20px;
}

.download-button{
    display: flex;
    align-items: center;
    padding: 8px 15px;
    border: none;
    border-radius: 25px;
    cursor: pointer;
    transition: background-color 0.3s ease;
    color: #FFFFFF;
    background-color: rgba(53,186,84,1);
}

.icon.download-button{
    background: url(/template/img/android.svg) no-repeat center;
    background-size: 27px;
    width: 24px;
    height: 24px;
    filter: invert(1);
}

.download-button-text{
    font-size: 20px;
}

.game-place-content.desctop {
    padding-top: 5px;
    padding-bottom: 5px;
    width: 95%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row;
    border-radius: 10px;
    background-color: var(--dark-purple-blockbg);
    position: relative;
    z-index: 10;
    border: 2px solid var(--dark-purple-blockborder);
    margin-bottom: 0;
    margin-top: 10px;
    padding:20px;
}


.desctop-logo{
    max-width: 200px;
    max-height: 35px;
    float: left;
}

.bonus-card{
    margin-left: auto;
    background-color: #1f222a;
    border: 2px solid #272b38;
    padding: 10px;
    border-radius: 5px;
    width: 200px;
    height: 63px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
}

.game-place-buttons {
    margin-left: 20px;
    display: flex;
    gap: 10px;
}

.game-place-button-bonus, .game-place-button-play{
    position: relative;
    overflow: hidden;

    font-size: 20px;
    font-weight: 500;
    font-family: inherit;
    color: white;

    border-style: none; 
    box-shadow: 0 0 #0000, 0 5px 0 #158328;
    padding: 10px;
    width: 200px;
    height: 63px;
    background-color: rgba(53,186,84,1);
    border-radius: 5px;
    filter: drop-shadow(0 25px 25px rgba(0,0,0,0.15));
    cursor: pointer;
    text-transform: none;
}

.game-place-buttons-svg, .heading-block-buttons-svg, .heading-block-back-buttons-svg{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 200;
}

@media (max-width: 768px){
    .heading-block-back-buttons-svg{
        display: none;
    }
}

.game-place-buttons-svg rect {
    fill: none;
    stroke: #ffffff;
    stroke-width: 5;
    stroke-dasharray: 20,10;
    animation: dash 10s linear infinite;

  }
  
  @keyframes dash {
    to {
      stroke-dashoffset: 1000;
    }
  }

  #upperLine, #lowerLine{
    fill: none;
    stroke: #4ab15d;
    stroke-width: 5;
    stroke-dasharray: 5,5;
  }

  #upperLine{
    animation: moveUpperLine 10s linear infinite;
  }

  #lowerLine{
    animation: moveLowerLine 10s linear infinite;
  }

  #vl, #vv, #vp{
    fill: none;
    stroke: #4ab15d;
    stroke-width: 5;
    stroke-dasharray: 5,5;
  }

  #vl{
    animation: moveLowerLine 10s linear infinite;
  }

  #vv{
    animation: moveLowerLine 10s linear infinite;
  }

  #vp{
    animation: moveUpperVp 10s linear infinite;
  }
 
  @keyframes moveUpperVp {
    to {
        stroke-dashoffset: 1000;
    }
  }

  @keyframes moveUpperLine {
    to {
        stroke-dashoffset: -1000;
    }
  }

  @keyframes moveLowerLine {
    to {
        stroke-dashoffset: -1000;
    }
  }

.game-place-buttons-text-label {
    display: block;
    font-size: 10px;
    margin-top: -8px;
    margin-bottom: 5px;
}

.game-place-first-text{
    text-align: left;
    margin-top: 30px;
    width: 87.5%;
}


@media(max-width: 768px){
    .game-place-content.mobile {
        flex-direction: column;
    }
    .game-place-content-mobile-desc{
        margin-bottom: 15px;
    }
    .bonus-card{
        margin: 10px 0 15px 0;
        width: 300px;
        margin-left: 20px;
    }
    .game-place-buttons{
        flex-direction: column;
        gap: 20px;
    }
    .game-place-content.desctop {
        flex-direction: column;
    }
    .game-place-button-bonus, .game-place-button-play{
        width: 300px;
    }
    .desctop-logo{
        margin-left: 20px;
    }
    .game-place-content{
        padding: 30px 20px 30px 10px;
    }
}

.tableofcontent, .author, .faq{
    flex-direction: column;
    display: flex;
    justify-content: space-between;
    width: 86.5%;
    margin: -16px auto;
    border-radius: 10px;
    background-color: #424242;
    position: relative;
    z-index: 10;
    border: 2px solid #424242;
    margin-bottom: 0;
    max-width: 1130px !important;
    padding: 30px 10px 10px 10px;
}

.tableofcontent{
    padding: 0 10px 0;
    margin-top: 30px;
}

.tableofcontent-content{
    padding: 20px 0;
}

.tableofcontent-dropdown {
    display: none;
}

.tableofcontent-dropdown--active {
    display: flex;
}

.tableofcontent-content-header{
    font-weight: 500;
    text-align: left;
    padding-left: 20px;
    cursor: pointer;
    display: block;
}


.maincontent{
    padding-top: 35px;
    padding-bottom: 35px;
    width: 87.5%;
}

.maincontent-image{
    display: inline-block;
    margin-top: 2em;
    margin-bottom: 2em;
}

.maincontent-image img{
    border: 4px solid #252a41;
    border-radius: 10px;
}
/* КОНТЕНТ КОНЕЦ*/

/* АВТОР */
.author{
    padding: 0px 10px;
    margin-bottom: 30px;
}

.author-content-card{
    border-radius: 15px;
    padding: 15px;
}

.author-content-card-top{
    position: relative;
    display: flex;
    padding-bottom: 0;
    align-items: center;
    border-bottom: 1px none #dde1eb;
}

.author-content-image{
    position: relative;
    margin-right: 16px;
    min-width: 104px;
}

.author-content-image_img{
    position: relative;
    display: block;
    width: 104px;
    height: 104px;
    border-radius: 10px;
}

.author-content-naming{
    margin-bottom: 16px;
}

.author-content-naming_name{
    margin-bottom: 4px;
    color: white;
    font-size: 28px;
    line-height: 1.2em;
    font-weight: 500;
}

.author-content-naming-links{
    padding-top: 15px;
}

.author-content-naming-links_link{
    color: #6b7280;
    font-size: 0.875em;
    line-height: 1.4285714;
    margin-top: 0.8571429em;
}
/* АВТОР КОНЕЦ */

/* ФАК */
.faq-header{
    font-size: 1.5em;
    margin: 0px;
    margin-left: 5px;
    margin-bottom: 15px;
}

.faq-content{
    width: 95%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border-radius: 10px;
    position: relative;
    z-index: 10;
    margin-bottom: 10px;
    padding: 20px;
}

.faq-question{
    font-size: 1.5em;
    padding-bottom: 10px;
}

.faq-answer{
    font-size: 1em;
}

@media(max-width: 768px){
    .faq-content{
        padding: 30px 20px 30px 10px;
    }
}
/* ФАК КОНЕЦ*/

/* ПОП АП */
.push{
    right: 10px;
    left: 10px;
    bottom: 20px;
    position: fixed;
    z-index: 9999;
    display: none;
}

.push-button{
    display: flex;
    text-align: start;
    position: relative;
    overflow: hidden;
    width: 100%;

    font-size: 20px;
    font-weight: 500;
    font-family: inherit;
    color: var(--white);

    border-style: none; 
    box-shadow: 0 0 #000, 0 5px 0 #25b99d;
    background-color: #25b99d;
    padding: 20px 35px;
    border-radius: 25px;
    filter: drop-shadow(0 25px 25px rgba(0,0,0,0.35));
    cursor: pointer;
    text-transform: none;

    animation-name: animate-button;
    animation-duration: 1.5s;
    animation-iteration-count: infinite;
}

@keyframes animate-button{
    0%{
        transform: scale(1);
    }
    50%{
        transform: scale(0.9);
    }
    100%{
        transform: scale(1);
    }
  }

.push-button::after{
    content: "";
    position: absolute;
    top: -50%;
    bottom: -50%;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.6) 100%);
    width: 45px;
    transform: skewX(-22deg);
    left: -65%;
    opacity: 0.5;
    pointer-events: none;
    animation-name: blick-push;
    animation-duration: 3s;
    animation-iteration-count: infinite;
  }

  @keyframes blick-push {
    60% {
        left: 100%;
    }
    100% {
        left: 130%;
    }
  }


  .push-button-img{
    width: 30px;
    height: 30px;
    margin-right: 15px;
  }

  .push-button-flex{
    flex: 1 1 0%;
  }

  .push-button-text-1{
    line-height: 1;
    font-weight: 500;
    font-size: 18px;
    display: block;
  }
  
  .push-button-text-2{
    line-height: 1;
    font-size: 12px;
    display: block;
    margin-top: 3px;
  }

/* ПОП АП КОНЕЦ*/


/* ФУТЕР */
/* .footer{
    margin-top: 30px;
    background-color: #22253c;
    padding-top: 35px;
    padding-bottom: 35px;
}

.copyright{
    gap:35px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.info{
    display: inline-flex;
    line-height: 1;
    padding: 10px 20px;
    background-color: #4ab15da6;
    gap: 10px;
    align-items: center;
    border-radius: 10px;
    margin-top: 25px;
}

.info-rating{
    font-size: 40px;
    font-weight: 800;
} */

.footers{
    background: #2c2938;
    padding: 50px 4%;
}

.footers-wrap{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 35px;
    margin: 20px 0;
}

@media (max-width: 768px){
    .footers-wrap{
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 35px;
    margin: 20px 20px;
}
}

.footers-item{
    display: flex;
    flex-direction: column;
}

.footers-item img{
    width: 30%;
}

.footers-item p{
    margin: 0;
    color: #fff;
    font-size: 18px;
    padding: 0;
}

.footers-title{
    font-weight: 600;
    font-size: 22px;
}

.footers-menu{
    display: flex;
    flex-direction: column;
}

.footers a{
    text-decoration:none;
    color: white;
}




/* ФУТЕР КОНЕЦ*/

/* ИГРЫ */

.games{
    width: 100%;
}
.games__list{
    padding: 0;
    text-indent: 0;
    list-style: none;
    list-style-position: outside;
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
}

.games__list-item {
    position: relative;
    box-sizing: border-box;
    flex-basis: 20%;
    max-width: 20%;
    padding-right: 10px;
    margin-bottom: 10px;
    list-style: none;

}

.games__item {
    position: relative;
}

.games__item-content, .games__item-pic {
    position: relative;
}

.games__item-pic {
    overflow: hidden;
}

.games__item-image {
    display: block;
    width: 100%;
    overflow: hidden;
    position: relative;
    border-radius: 5px;
    height: 143px
}

.games__item-control {
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0,0,0,.4);
    width: 100%;
    height: 100%;
    display: none;
}

.games__item-control-wrapper {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    text-align: center;
    width: 100%;
}

.games__item-image img {
    width: 100%;
    height: 100%;
    transition: transform .5s cubic-bezier(.68,0,.43,.92);
    transition: transform .5s cubic-bezier(.68,0,.43,.92),-webkit-transform .5s cubic-bezier(.68,0,.43,.92);
}

.games__item-title{
    position: relative;
    text-overflow: ellipsis;
    overflow-x: hidden;
    white-space: nowrap;
    display: block;
    color: #fff;
}

.button_red {
    background: linear-gradient(to bottom,#de3c21 0%,#b41b0f 100%);
    border: 1px solid #bc2502;
    display: block;
    color: #fff;
    text-align: center;
    margin: auto;
    width: 65%;
    min-width: 105px;
    font-size: 16px;
    padding: 0 12px;
    line-height: 35px;
    white-space: nowrap;
    border-radius: 6px;
    position: relative;
    overflow: hidden;
    z-index: 4;
    text-decoration: none;
    cursor: pointer;
}

.games__item-control-link {
    transition: color .1s ease-out;
    margin: 0.5em auto auto;
    text-decoration: none;
    display: block;
    color: #fff;
    text-align: center;
    margin: auto;
    width: 65%;
    min-width: 105px;
    cursor: pointer;
}

.games__item:hover .games__item-control {
  display: block;
}

.games__item-pic img {
  transition: transform 0.3s ease;
}

.games__item:hover .games__item-pic img {
  transform: scale(1.1);
}

@media only screen and (max-width: 576px){
    .games__list-item {
        flex-basis: 50%;
        max-width: 50%;
}
}


@media only screen and (max-width: 1024px){
    .games__list-item {
        flex-basis: 50%;
        max-width: 50%;
}
}


/* ИГРЫ КОНЕЦ */

/* ИГРЫ СЛЕВА*/

@media (max-width: 768px) {
    .right{
        display: none;
    }
}

.aside__nav {
    margin-bottom: 10px;
}

nav{
    display: block;
}

.aside__nav-list {
    margin: 0;
    padding: 0;
    text-indent: 0;
    list-style: none;
    list-style-position: outside;
}


.aside__nav-item {
    background: linear-gradient(to bottom, #c02616 0%, #a20f00 100%);
    position: relative;
    border-bottom: 1px solid #a20f00;
    cursor: pointer;
    display: block;
    overflow-x: hidden;
    overflow-y: hidden;
    border-radius: 5px;
}

.aside__nav-list {
    margin: 0;
    padding: 0;
    text-indent: 0;
    list-style: none;
    list-style-position: outside;
}

.aside__nav-link {
    padding: 17.5px 10px;
    display: block;
    color: #fff;
    text-decoration: none;
    box-sizing: border-box;
    line-height: 0;
    white-space: nowrap;
}

/* Анимация для сдвига вправо */
@keyframes slideRight {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(20px);
    }
}

/* Анимация для возвращения в исходное положение */
@keyframes slideLeft {
    0% {
        transform: translateX(20px);
    }
    100% {
        transform: translateX(0);
    }
}

.aside__nav-item::after {
    content: '';
    display: block;
    position: absolute;
    top: 20%;
    right: 10px;
    transform: translateY(-50%);
    background-image: url(/template/img/arrow.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    height: 25px;
    width: 32px;
    overflow: hidden;
    animation-duration: 0.4s; /* Уменьшаем длительность анимации */
    animation-fill-mode: forwards; /* Оставляем последнее значение анимации */
}

/* Применяем анимации при наведении и покидании элемента */
.aside__nav-item:hover::after {
    animation-name: slideRight;
}

.aside__nav-item::after {
    animation-name: slideLeft;
}


/* ИГРЫ СЛЕВА КОНЕЦ*/



/* КАСТОМ */

li::marker {
    color: #fe2301 !important;
}

.info{
    background-color: #04abfb !important;
}

.heads{
          flex-direction: column;
          display: flex;
          justify-content: space-between;
          width: 100%;
          margin: -16px auto;
          background-color: var(--dark-purple);
          position: relative;
          z-index: 10;
          border: 2px solid var(--dark-purple);
          margin-bottom: 0;
          max-width: 1130px !important;
          padding: 45px 10px 10px;
          text-align: center;
        }
.heads-h1{
        text-align: center;
        font-size: 38px;
        text-align: center;
        letter-spacing: 1px;
        font-weight: 900;
        margin-bottom: 20px;
        font-style: italic;
        }

.heads-money{
          margin-top: 10px;
          margin-bottom: 25px;
          font-size: 18px;
          font-weight: 500;
          line-height: 1.3;
        }

.heads-money_color{
          color: #ff6f5f;
          font-size: 18px;
          font-weight: 900;
          text-decoration: underline;
        }

.heads-bg{
          filter: blur(1px);
          opacity: .1;
          background-position: top;
          background-size: cover;
          z-index: -1;
          position: absolute;
          top: 0;
          bottom: 0;
          left: 0;
          right: 0;
        }

        .heads-button{
          position: relative;
          overflow: hidden;
          font-size: 20px;
          font-weight: 900;
          text-transform: uppercase;
          font-family: inherit;
          color: white;
          border-style: none;
          box-shadow: 0 0 #000, 0 5px 0 #a31000 !important;
        background-color: #c12615 !important;
          padding: 20px 35px;
          border-radius: 10px;
          filter: drop-shadow(0 25px 25px rgb(0 0 0 / 0.15));
          cursor: pointer;
        }

        @media (min-width: 768px){
        .heads{
          flex-direction: row;
          display: flex;
          justify-content: space-around;
          border-radius: 10px;
        }
          .heads-h1 {
          font-size: 60px;
          line-height: 70px;
        }
        .heads-money{
          margin-bottom: 45px;
          font-size: 22px;
          text-align: center;
        }
        .heads-money_color{
          display: inline-block;
          font-size: 22px;
        }
        .heads-button{
          font-size: 20px;
        }
      }
/* КАСТОМ КОНЕЦ*/



