@import url('https://fonts.googleapis.com/css2?family=Kaushan+Script&family=Red+Hat+Display:wght@400;700;900&display=swap');

:root {
    --first-color: hsl(0, 0%, 0%);
    --first-color-light: hsl(79, 97%, 77%);
    --first-color-alt: hsl(79, 36%, 81%);
    --first-color-dark: hsl(79, 63%, 50%);
    --first-color-gray: hsl(79, 6%, 64%);
    --title-color:hsl(0, 0%, 0%);
    --title-color-black:hsl(180, 4%, 12%);
    --text-color: hsl(180, 4%, 72%);
    --text-color-light: hsl(180, 4%, 65%);
    --body-color: hsl(0, 0%, 100%);

    --biggest-font-size: 2rem;
    --bigger-font-size: 1.5rem;
    --h1-font-size: 1.5rem;
    --h2-font-size: 1.25rem;
    --h3-font-size: 1rem;
    --normal-font-size: .938rem;
    --small-font-size: .813rem;

    --font-bold: 700;
    --font-black: 900;

    --z-tooltip: 10;
    --z-fixed: 100;
}

@media screen and (min-width: 1024px) {
    :root{
        --biggest-font-size: 6rem;
        --bigger-font-size: 3.5rem;
        --big-font-size: 2.75rem;
        --h1-font-size: 2.25rem;
        --h2-font-size: 1.5rem;
        --h3-font-size: 1.25rem;
        --normal-font-size: 1rem;
        --small-font-size: .875rem;
        --smaller-font-size: .813rem;
    }
}

/*BASE*/
*{
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}

html{
    scroll-behavior: smooth;
}

body, button, input{
    font-family: 'OpenSans-400', sans-serif;
    font-size: var(--normal-font-size);
}

body{
    background-image: #1f2430;
    background-size: cover;
    color: black;
    background-attachment: fixed;
}

h1,h2,h3{
    color: #ffffff;
    padding: 5px 0px;
    font-size: 23px;
    font-weight: var(--font-bold);
}
h5{
    font-size: 1.4em;
}
ul{
    list-style: none;
}
a{
    text-decoration: none;
}
img{
    max-width: 100%;
    height: auto;
}

.container{
    max-width: 1064px;
    margin-right: auto;
}

.section{
    padding: 4.5rem 0 2rem;
}

.section__data{
    display: flex;
    flex-direction: column;
    row-gap: .75rem;
    text-align: center;
    margin-bottom: 3rem;
}

.section__title,
.section__title-border{
    font-size: var(--big-font-size);
    letter-spacing: 1.5px;
}

.section__subtitle{
    font-size: var(--h2-font-size);
    font-family: 'OpenSans-400', sans-serif;
    font-weight: 400;
    letter-spacing: 1.5px;
    color: var(--first-color);
    transform: rotate(-2deg);
    text-align: center;
}
.other_2 {
    font-size: 16px;
    display: flex;
    margin-bottom: 15px;
    flex-direction: column;
    list-style: none;
    align-items: flex-start;
    padding: 13px;
}
.section__titles{
    display: flex;
    column-gap: .75rem;
    justify-content: center;
}

.section__title-border{
    -webkit-text-stroke: 1px var(--text-color);
    color: transparent;
}
.infobloc h3{
    color: white;
    padding: 10px 0px;
}
#home .container{
    display: flex;
    align-items: center;
    background-image: url(../pic/back_1.jpg);
    flex-direction: row;
    margin-top: 5%;
    background-size: cover;
}
li{
    list-style: none;
}
.grid{
    display: grid;
    gap: 1.5rem;
}
.choose__container p {
    line-height: 1.65em;
    padding-top: 10px;
    color: #ffffff;
}
.uil-b:before {
    content: "";
    position: absolute;
    left: 0;
    top: 9px;
    border-radius: 50%;
    width: 7px;
    height: 7px;
    background: #2f61e8;
}
.choose img {
    max-width: 100%;
    height: 126px;
    object-position: left;
    object-fit: cover;
}
#image_logo{
    width: 100%;
    margin-top: 3%;
}
.main{
    overflow: hidden;
    background:#1a1d24 !important;
}

.color-red{
    color: hsl(0, 80%, 64%);
}

.color-green{
    color: var(--first-color);
}
.home_3{
    background: linear-gradient(89.52deg, rgb(39, 0, 99) 31.78%, rgb(15, 21, 212) 99.65%);
    margin-top: 3.5%;
    height: 300px;
}

.home_3 p{
    font-size: 1.2em;
    color: white;
}
/*HEADER*/



.header {
    width: 100%;
    background: #1a1d24;
    position: fixed;
    top: 0;
    left: 0;
    z-index: var(--z-fixed);
    transition: background .3s;
    box-shadow: 0 4px 8px hsla(180, 12%, 4%, .3);
}

.nav{
    display: flex;
    justify-content: space-between;
    align-items: center;

}
.nav.container{
    background-color: #1a1d24;
    
}

.nav__logo, .nav__toggle{
    color: var(--title-color);
    display: flex;
}

.nav__logo{
    align-items: center;
    padding: 17px;
    font-weight: var(--font-bold);
}
.nav__logo h2 {
    font-size: 18px;
    margin-top: 3%;
}

.nav__toggle{
    font-size: 1.25rem;
    cursor: pointer;
    padding-right: 10px;
}
li.nav__item{
    border-radius: 10px;
}

@media screen and (max-width: 1023px){
    .nav__menu{
        position: fixed;
        background-color: hsl(0deg 0% 100% / 69%);
        backdrop-filter: blur(32px);
        -webkit-backdrop-filter: blur(32px);
        top: 0;
        right: -100%;
        width: 80%;
        height: 100%;
        border-left: 2px solid var(--first-color-gray);
        transition: right .3s;
    }
    .header__OVZyn{
        display: none;
    }
    .col-md-6 .flex__button {
        display: flex;
        width: 100%;
        flex-wrap: wrap;
        justify-content: flex-start;
    }
}

i.uil.uil-align-justify {
    color: white;
}
.nav__list{
    padding: 5rem 0 0 3rem;
    display: flex;
    flex-direction: column;
    row-gap: 2.5rem;
}

.nav__link{
    color: rgb(130, 143, 154);
    transition: color .3s;
    font-size: 14px;
}

.nav__link:hover{
    color: rgb(145, 210, 236);
}

.nav__close{
    position: absolute;
    top: 1rem;
    right: 1.5rem;
    font-size: 1.5rem;
    color: var(--title-color);
    cursor: pointer;
}

.nav .nav__button{
    border: none;
    margin-left: 10px;
    margin: 10px;
}
.front-games{
    margin-top: 30px;

}
.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    width: 100%;
}
.row .col-md-6 {
    width: 100%;
    display: flex;
    flex-direction: column;
    -ms-flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}
@media (max-width: 992px){
.col-lg-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}
.col-md-6 .flex__button {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    justify-content: flex-start;
}

}

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl, .col-xl-auto {
    position: relative;
    width: 25%;
    display: block;

}
.col-md-6 .flex__button{
    width: 20%;
    padding: 0;
    margin: 0;
}
.col-md-6 h1{
    font-size: 2.0rem;
    width: 100%;
    text-align: center;
}
.play-slot {
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    text-align: center;

    margin-bottom: 30px;
}

.play-slot:hover .slotshidden{
    display: block;
    opacity: 1.0;
}
.play-slot:hover img{
    opacity: 0.04;
}
.play-slot img:hover{
    
}
.slotshidden{
    width: 100%;
    position: absolute;
    left: -10px;
    top: 40%;
    display: none;

}
.slotshidden a.lb2 {
    display: block;
    padding: 8px;
    margin: 10px auto;
    max-width: 180px;
}
a.lb2 {
    border-radius: 10px;
    text-transform: uppercase;
    padding: 10px 30px;
    font-weight: 700;
    text-align: center;
    color: #000;
    background: #ffd809;
}
.slotshidden a.lb1 {
    display: block;
    padding: 6px;
    margin: 0 auto;
    max-width: 180px;
}
a.lb1 {
    border-radius: 10px;
    text-transform: uppercase;
    padding: 10px 30px;
    font-weight: 700;
    text-align: center;
    color: #fff;
    background: #3e53c3;
}
.slotslist span {
    color: #fff;
}
.play-slot:hover {
    display: block;
}
.play-slot img {
    display: block;
    width: 90%;
    border-radius: 10px;
}
.play-box {
    position: absolute;
    width: 100%;
    left: 0;
    top: 15%;
    display: none;
}

.play-slot span {
    color: #ffff;
    font-weight: 700;
}
.play-slot a.xsl-btn-2 {
    display: block;
    margin: 10px auto;
    font-size: 14px;
    max-width: 170px;
    padding: 7px;
}
a.xsl-btn-2 {
    background: #359cf4;
    text-align: center;
    position: relative;
    font-weight: 700;
    text-transform: uppercase;
    padding: 10px 30px;
    border-radius: 10px;
    background: #f435dd;
    color: #fff;
}
.play-slot a.xsl-btn-1 {
    display: block;
    margin: 0 auto;
    font-size: 14px;
    max-width: 170px;
    padding: 7px;
}
a.xsl-btn-1 {
    font-weight: 700;
    text-transform: uppercase;
    padding: 10px 30px;
    background: #4c4c4c;
    color: #fff;
    border-radius: 10px;
    text-align: center;
}
.h2 {
    font-size: 22px;
    font-weight: 700;
    color: #fff;
    margin: 0 0 15px;
    line-height: 1.3;
}
.nav__logo img {
    width: 23%;
}
.show-menu{
    right: 0;
}
a.button_1.nav__button {
    display: inline-block;
    color: #878a9f;
    font-weight: var(--font-bold);
    cursor: pointer;
    padding: 14px;
    font-size: 15px;
    border: 1px solid hsla(0,0%,100%,.08);
    border-radius: 5px;
}
.bg-header{
    background-color: #1a1d24;
    box-shadow: 0 4px 8px hsla(180, 12%, 4%, .3);
}

.active-link{
    color: rgb(130, 143, 154);
}
.nav__link_2{
    display: flex;
    width: 100%;
    justify-content: flex-end;
}
.home{
    
    position: relative;
    padding-bottom: 0;
}
#icons-ok{
    padding: 0px 10px;
}
.home__container{
/* background-image: url(../pic/back.jpg); */
     position: relative; 
     padding-bottom: 0; 
     background-repeat: no-repeat; 
     background-position: center;
     background-size: cover; 
     border-radius: 10px; 
     height: 175px;
}
.home__data h1{
    color: white;
    font-size: 2.4em;
    width: 80%;

}
.infobloc{
    border-radius: 6px;
    box-sizing: border-box;
    border: 1px solid white;
    padding: 1rem;
    background-color: #1c2028;
    margin-bottom: 4%;
}

.home__data{
    text-align: center;
}
.home__data img{
    text-align: center;
    -webkit-backface-visibility: hidden;
    display: flex;
    height: 268px;
    transform: scale(1);
}
.text_main{
    width: 33%;
}

.home__subtitle{
    font-size: var(--bigger-font-size);
    -webkit-text-stroke: 1px var(--title-color);
    color: transparent;
}

.home__title{
    font-size: var(--biggest-font-size);
    font-weight: var(--font-black);
    margin: .5rem 0;
}

.home__subtitle,
.home__title{
    letter-spacing: 1.5px;
}

.home__description{
    margin-bottom: 1.0rem;
    margin-top: 0.5rem;
}

.home__triangle{
    height: 325px;
    position: absolute;
    right: 0;
    bottom: 0;
    clip-path: polygon(100% 0, 0 100%, 100% 100%);
}

.home__triangle-1{
    width: 105px;
    background-color: var(--first-color);
}
.home__triangle-2{
    width: 205px;
    background-color: var(--first-color-alt);
}
.home__triangle-3{
    width: 305px;
    background-color: var(--first-color-dark);
}

.home__img{
    display: block;
    position: relative;
    z-index: 1;
    width: 350px;
    margin: 0 auto;
}

hr {
    margin: 0 auto;
    max-width: 1124px;
    margin-bottom: 2%;
}
.button {
    display: inline-block;
    text-align: center;
    color: #000000;
    cursor: pointer;
    transition: background .3s;
    background: #f8ab25 !important;
    padding: 14px;
    font-size: 15px;
    border-radius: 5px;
}

.button:hover{
    background-color: linear-gradient(180deg,#a75b0a 47%,#b37606 100%);
}
#seo_main:hover{
    background-color: #9fad22;
}
.button i{
    font-size: 1.25rem;
    transition: transform .3s;
}

.button__flex{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    column-gap: .5rem;
    margin-top: 1%;
}

.button__flex:hover i{
    transform: translateX(.25rem);
}

.flex__button{
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    justify-content: space-around;
}
.flex__button:hover {
    transform: scale(1.03);
    transition: .3s;
}
.nav__link:hover{
    color: yellow;
}
li::before {
    position: absolute;
    left: 0px;
    top: -3px;
    color: rgb(255, 255, 255);
    font-weight: 700;
}
a, a:visited {
    text-decoration: none;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.selector_mainContainer__N9DSt .selector_landingWrapper__mGZY1 .selector_landingMenuSection__OHL2C {
    margin: 0 auto;
    max-width: 1250px;
    padding: 0;
    width: 100%;
}
.selector_content__euqbP.selector_full__1LhrK .selector_wrapper__Qo1Cv .selector_landingWrapper__mGZY1 .selector_section__zUQF1.selector_landingGamesSection__CHmQu, .selector_content__euqbP.selector_full__1LhrK .selector_wrapper__Qo1Cv .selector_landingWrapper__mGZY1 .selector_section__zUQF1.selector_landingMenuSection__OHL2C, .selector_content__euqbP.selector_full__1LhrK .selector_wrapper__Qo1Cv .selector_landingWrapper__mGZY1 .selector_section__zUQF1.selector_landingSliderSection__t-6kc {
    padding: 0;
}
.selector_landingMenuSection__OHL2C .selector_menuBlock__P9-7o {
    display: flex;
    margin-top: 24px;
    position: relative;
}
.selector_menuWrapper__RtFjd {
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    overflow-y: hidden;
    padding: 0;
    width: 100%;
    margin-bottom: 3%;
}
.selector_menuWrapper__RtFjd .selector_itemCategories__JiHEY, .selector_menuWrapper__RtFjd a {
    align-items: center;
    border-bottom: 1px solid #2e3542;
    cursor: pointer;
    display: flex;
    flex-direction: row;
    justify-content: center;
    padding: 20px;
    position: relative;
    transition: background-color .2s ease-in-out;
    width: 12.5%;
}
.selector_menuWrapper__RtFjd .selector_itemCategories__JiHEY:hover, .selector_menuWrapper__RtFjd a:hover {
    border-bottom: 1px solid #337cff;
}
.selector_menuWrapper__RtFjd .selector_itemCategories__JiHEY:hover .selector_menuTitle__05953, .selector_menuWrapper__RtFjd a:hover .selector_menuTitle__05953 {
    color: #fff;
}
.selector_menuWrapper__RtFjd .selector_itemCategories__JiHEY .selector_menuIcon__RHVSV, .selector_menuWrapper__RtFjd a .selector_menuIcon__RHVSV {
    fill: #828f9a;
    height: 25px;
    margin-right: 10px;
    min-width: 25px;
    width: 25px;
}
.selector_menuWrapper__RtFjd .selector_itemCategories__JiHEY .selector_menuTitle__05953, .selector_menuWrapper__RtFjd a .selector_menuTitle__05953 {
    color: #828f9a;
    transition: all .3s ease;
    white-space: nowrap;
}
.selector_menuWrapper__RtFjd .selector_itemCategories__JiHEY .selector_menuIcon__RHVSV svg, .selector_menuWrapper__RtFjd a .selector_menuIcon__RHVSV svg {
    color: #828f9a;
    height: 100%;
    transition: all .3s ease;
    width: 100%;
}
.header__OVZyn {
    -ms-flex-align: center;
    align-items: center;
    display: -ms-flexbox;
    display: flex;
    padding: 45px 0px 0px;
    position: relative;
}
.stat__atFrU {
    font-size: 25px;
}
.statLabel__R6T\+7:before {
    background-color: #4986f5;
    border-radius: 50%;
    content: "";
    height: 9px;
    left: 0;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 9px;
}
.left__MQumU {
    max-width: 500px;
    padding: 0 20px 0 0;
    position: relative;
}
.registration__ck7tq {
    -ms-flex-align: center;
    align-items: center;
    color: #828f9a;
    display: -ms-flexbox;
    display: flex;
    text-transform: uppercase;
}
.modal {
    -ms-flex-align: center;
    -webkit-overflow-scrolling: touch;
    align-items: center;
    background: rgba(0,0,0,.85);
    bottom: 0;
    cursor: pointer;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    left: 0;
    opacity: 0;
    overflow: hidden;
    position: fixed;
    right: 0;
    top: 0;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    visibility: hidden;
    z-index: 1000;
}
button[role=button]:not(:disabled), button[type=button]:not(:disabled) {
    cursor: pointer;
}
.registration__ck7tq .button__fBerU {
    margin-left: 25px;
    width: 200px;
}
.statLabel__R6T\+7 {
    color: #aeaeae;
    font-size: 14px;
    letter-spacing: 1px;
    margin-bottom: 0;
    padding-left: 15px;
    position: relative;
    text-transform: uppercase;
}
.block_text ol.ol {
    display: flex;
}
.block_text li {
    color: #ffffff;
    font-weight: 500;
    padding: 17px;
    width: 50%;
    line-height: 23px;
}
.stat__atFrU:first-child {
    margin-right: 100px;
}
span#online {
    color: white;
}
.right__u89Ps {
    margin-top: 25px;
    border-radius: 10px;
    margin-left: auto;
    padding: 10px 5px;
    position: relative;
    width: 532px;
}
span#players {
    color: white;
}
.right__u89Ps img {
    height: auto;
    width: 100%;
}
.stats__\+lel3 {
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 30px;
}
.left__MQumU .h3__KpEc\+ {
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 30px;
    max-width: 360px;
}
.title__I4umU {
    font-size: 17px;
    font-weight: 500;
    margin: 0;
    text-align: justify;
    color: white;
}

.link {
    font-family: 'OpenSans-400', sans-serif;
    font-size: calc(15px + 3 * ((100vw - 320px) / (1440 - 320)));
    display: block;
    text-transform: uppercase;
    display: inline-block !important;
    text-decoration: none !important;
    text-align: center;
    color: #000000 !important;
    border: 0px solid #f8ab25 !important;
    border-radius: 10px !important;
    font-size: 16px !important;
    padding: 15px 40px !important;
    margin-top: 20px;
    margin-bottom: 20px;
    text-align: center;
    background: #f7ac24;
    border-radius: 15px;
    text-transform: uppercase;
    padding-top: 26px;
    padding-bottom: 26px;
    position: relative;
    font-weight: bold;
    width: 25%;
}

.section__third__functions-image .img-micro_1 img {
    border-radius: 4px;
    height: auto;
    -webkit-backface-visibility: hidden;
    width: 50%;
}
.section__fifth .flex__button{
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    justify-content: space-around;
}

.logos__container{
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
    justify-items: center;
}

.logos__img{
    width: 120px;
}

.program__card:hover .program__button{
    opacity: 1;
}

.choose{
    padding-bottom: 0;
}

.choose__overflow{
    position: relative;
}
.section__second__information-title{
    width: 40%;
    font-size: 2.369em;
    line-height: 1.2em;
    color: black;
}
.choose__container{
    row-gap: 3rem;
}
.choose__content{
    width: 45%;
    margin-top: 2%;
}
li{
    padding-top: 5px;
}
.choose__content ol{
    list-style: none;
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline;
}
.choose__content ol li{
    border-top: 1px solid #262627;
    font-family: 'OpenSans-400', sans-serif;
    font-size: 15px;
    line-height: 150%;
    letter-spacing: -0.02em;
    color: #262627;
    font-weight: 700;
    background-image: url(../pic/Complete.png);
    background-repeat: no-repeat;
    background-position: center right;
    font-size: calc(13px + 2 * ((100vw - 320px) / (1440 - 320)));
}
.image_welcome {
    text-align: center;
}
img.sun {
    width: 30%;
}
ol li a{
    display: block;
    color: black;
    padding: 10px
}
ol li a:hover{
    color: rgb(177 143 45);
}

ol li:hover {
    color:  rgb(177 143 45);
   
}
.choose__description{
    text-align: center;
    margin-bottom: 2.5rem;
}
.list__nbl7Z {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 15px;
    margin-left: -20px;
    margin-right: -20px;
    width: calc(100% + 40px);
}
.item__pPxae {
    padding: 0 14px 28px;
    width: 20%;
}
.card__4P3\+M {
    -webkit-tap-highlight-color: transparent;
    display: block;
    position: relative;
    width: 100%;
}
.bonuses__hegGS {
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 25px;
}
.item__N3S9J {
    color: #828f9a;
    font-size: 14px;
    width: 25%;
}
.itemWrapper__qYeCq {
    padding: 15px;
    text-align: center;
}
.image__ZcWfb img {
    height: 50px;
}
.image__ZcWfb {
    -ms-flex-align: center;
    -ms-flex-pack: center;
    align-items: center;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
}
.warrantyItem__oMZNk {
    padding: 0 10px;
    width: 33.33%;
}
.warrantyWrap__nbzS5 {
    border: 1px solid #262b35;
    border-radius: 6px;
    padding: 30px 15px;
    text-align: center;
}
.warrantyImg__OHczG {
    margin-bottom: 10px;
}
.warrantyText__o9Ms4 {
    color: #828f9a;
    white-space: pre-line;
}
.warrantyImg__OHczG img {
    background: #fff;
    border-radius: 4px;
    height: 48px;
    padding: 5px;
}
.thumb__YueLl {
    border-radius: 6px;
    height: 100%;
    overflow: hidden;
    padding-bottom: 107.22%;
    position: relative;
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    transition: -webkit-transform .1s linear;
    transition: transform .1s linear;
    transition: transform .1s linear,-webkit-transform .1s linear;
    width: 100%;
    will-change: transform;
}
.warranty__NbW\+a {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 40px;
    margin-left: -10px;
    margin-right: -10px;
    width: calc(100% + 20px);
}
.thumb__YueLl img {
    bottom: 0;
    display: block;
    height: auto;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 100%;
}
.thumb__YueLl:before {
    content: "";
    height: 100%;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    visibility: hidden;
    width: 100%;
}
.in__6jbhc {
    -ms-flex-align: center;
    align-items: center;
    background: #20242d;
    display: -ms-flexbox;
    display: flex;
    font-size: 18px;
    margin-bottom: 10px;
    padding: 0;
    position: relative;
}
.in__6jbhc span {
    color: #2e333f;
    font-size: 30px;
    font-weight: 600;
    margin: 0 20px;
    padding-bottom: 4px;
}
.in__6jbhc, .in__6jbhc strong {
    font-weight: 400;
    color: black;
}
.choose__data{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    row-gap: 2rem;
}
.title__p4UE8 {
    -ms-flex-align: center;
    -ms-flex-pack: center;
    align-items: center;
    display: -ms-flexbox;
    display: flex;
    font-size: 14px;
    justify-content: center;
    line-height: 14px;
    margin-bottom: 20px;
    margin-top: 10px;
    position: relative;
    text-align: center;
    text-transform: uppercase;
}
.title__p4UE8:before {
    background: #2e333f;
    content: "";
    height: 1px;
    left: 0;
    margin-top: 3px;
    position: absolute;
    top: 50%;
    width: 100%;
}

.in__6jbhc, .in__6jbhc strong {
    font-weight: 400;
}
.choose__group{
    text-align: center;
}

.choose__number{
    font-size: var(--h1-font-size);
    font-family: 'OpenSans-400', sans-serif;
    font-weight: 400;
    margin-bottom: .25rem;
}

.choose__subtitle{
    font-size: var(--small-font-size);
}

.choose__triangle{
    height: 325px;
    position: absolute;
    left: 0;
    bottom: 0;
    clip-path: polygon(0 0, 0 100%, 100% 100%);
}

.choose__triangle-1{
    width: 305px;
    background-color: var(--first-color);
}

.choose__triangle-2{
    width: 205px;
    background-color: var(--first-color-alt);
}
.choose__triangle-3{
    width: 105px;
    background-color: var(--first-color-dark);
}

.choose__img{
    width: 260px;
    display: block;
    position: relative;
    z-index: 1;
    margin: 0 auto;
}

figure.content__section__information-table{
    width: 100%;
    margin-top: 10px;

    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline;
}
.uil-angle-up {
    color: #000000;
    padding: 4px;
    background: #f7ac24;
}
figure div{
    display: block;
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline;
}
table.table{
    font-family: 'OpenSans-400', sans-serif;
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    font-size: calc(13px + 2 * ((100vw - 320px) / (1440 - 320)));
    margin-top: 18px;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline;
}

.table td{
    padding: 11px 10px;
}
.icon {
    stroke-width: 0;
    stroke: currentColor;
    fill: currentColor;
    display: inline-block;
    height: 1em;
    width: 1em;
}
table td {
    padding: 25px 10px;
}
.gameIcon__lqEnQ svg {
    height: 22px;
    width: 22px;
}
.feedWrap__a8RGq {
    margin-bottom: 30px;
}
.gameData__sXZ2b, .gameIcon__lqEnQ {
    -ms-flex-align: center;
    align-items: center;
    display: -ms-flexbox;
    display: flex;
}
.gameIcon__lqEnQ {
    color: #5e6a7f;
    margin-right: 6px;
    text-align: center;
    width: 24px;
}
.gameData__sXZ2b, .gameIcon__lqEnQ {
    -ms-flex-align: center;
    align-items: center;
    display: -ms-flexbox;
    display: flex;
}
.systems_Systems__2Kgme {
    display: flex;
    width: calc(100% + 10px);
    margin: 5px -5px;
    flex-wrap: wrap;
    flex-direction: row;
}
.systems_Image__3f1fO {
    width: 10%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #262b37;
    border-radius: 4px;
    margin: 0 5px;
    padding: 12px 0;
}
.systems_Image__3f1fO img {
    height: 24px;
}
.table__aAi7L td {
    border-bottom: 1px solid #303643;
    color: black;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: .2px;
}
.card__4P3\+M:hover .thumb__YueLl {
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px);
}
.thead__cMHY5 .th__oNxT7 {
    border-bottom: 1px solid #303643;
    color: #94a3bd;
    display: table-cell;
    font-size: 12px;
    padding: 10px 0;
    text-transform: uppercase;
    vertical-align: inherit;
}
.table__aAi7L tr {
    height: 52px;
    padding: 0 12px;
}
.tableWrap__cmTYw {
    border-radius: 0 0 5px 5px;
    overflow: hidden;
    will-change: transform;
    transform: translateY(0px);
    transition: transform 0.5s linear 0s;
}
.table__aAi7L {
    border-collapse: initial;
    border-spacing: 0;
    color: #fff;
    overflow: hidden;
    table-layout: fixed;
    width: 100%;
}

.feed__NmWVl, .feed__NmWVl .tableStatsWrap__bawAL {
    overflow: hidden;
}
.feed__NmWVl {
    border-radius: 5px;
    position: relative;
    width: 100%;
}
.thead__cMHY5 {
    display: table-header-group;
    vertical-align: middle;
}
.thead__cMHY5 .tr__5c52G {
    display: table-row;
    vertical-align: inherit;
}
.heading__HIQBd {
    border-collapse: initial;
    border-spacing: 0;
    display: table;
    position: relative;
    table-layout: fixed;
    width: 100%;
    z-index: 2;
}
td.table__column {
    width: 50%;
    margin: 0;
    color: #f8ab25;
    border-bottom: 1px solid #ffffff;
    font-size: 100%;
    vertical-align: baseline;
    font-weight: 400;
    padding: 25px 0px;
}
tr{
    border-radius: 20px;
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline;
}

tbody{
    margin: 0;
    border: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;

}

img.emoji{
    display: inline !important;
    border: none !important;
    box-shadow: none !important;
    height: 1em !important;
    width: 1em !important;
    margin: 0 0.07em !important;
    vertical-align: -0.1em !important;
    background: none !important;
    padding: 0 !important;
}

td.table__column-numbers {
    margin: 0;
    color: #ffffff;
    font-weight: 400;
    padding: 0;
    border-bottom: 1px solid #ffffff;
    font-size: 100%;
    text-align: justify;
    vertical-align: baseline;
}
.table__column-numbers a{
    text-decoration: none;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline;
}


.section__title {
    font-family: 'OpenSans-700', sans-serif;
    line-height: 100%;
    letter-spacing: -0.05em;
    color: #ffffff;
}
.section__fifth__information{
    align-items: flex-start;
    flex-wrap: nowrap;
    column-gap: 6rem;
    margin-top: 17px;
    justify-content: space-between;
}
.section__fifth__information_4, .section__fifth__information_3{
    align-items: flex-start;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    column-gap: 6rem;
    margin-top: 17px;
}

.section__second__information-title{
    width: 100%;
}

.section__fifth__information-subtitle {
    font-weight: 500;
    line-height: 1.65em;
    color:#ffffff;
    padding: 10px 0px;
}

.section__third__functions {
    margin-top: 40px;
    display: flex;
    flex-direction: row;
    margin-bottom: 50px;
}
.section__third__functions__text{
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline;
}
.section__third__functions__text_4, .section__third__functions__text_3{
   
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline;
}

.section__third__functions-image {
    width: 100%;
}
.section__third__functions-image p{
    line-height: 1.65em;
    display: flex;
    justify-content: center;
}
.signup{
	position: relative;
	width:100%;
	height: 100%;
    width: 350px;
	height: 500px;
}
input{
	width: 60%;
	height: 20px;
	background: #e0dede;
	justify-content: center;
	display: flex;
	margin: 20px auto;
	padding: 10px;
	border: none;
	outline: none;
	border-radius: 5px;
}
.section__third__functions-image img {
    border-radius: 4px;
    height: auto;
    -webkit-backface-visibility: hidden;
    width: 100%;
}

.section__third__functions__descr {
    width: 50%;
}

.section__third__functions__descr-top, .section__third__functions__descr-down {
    padding: 40px 40px 55px 40px;
    background-color: #F4F4F4;
    border-radius: 30px;
}
.other {
    line-height: 1.30;
    font-size: 16px;
    margin-bottom: 15px;
    justify-content: space-around;
    flex-direction: row;
}
.other_3 {
    line-height: 1.30;
    font-size: 16px;
    margin-bottom: 15px;
    display: flex;
    justify-content: space-around;
    flex-direction: row;
}
.other li {
    margin: 0;
    position: relative;
    line-height: 20px;
    counter-increment: num;
    margin-top: 15px;
    color: #ffffff;
    list-style: auto;
    margin: 20px;
}
.bloc_1 {
    width: 245px;
    height: 68px;
    margin: 10px 6px;
    padding: 13px;
    background: radial-gradient(97.14% 77.08% at 50% 0,rgba(175,63,61,.4) 0,rgba(37,41,53,.4) 80.21%),#252935;
}
.bloc_2{
    width: 245px;
    height: 68px;
    margin: 10px 6px;
    padding: 13px;
    background: radial-gradient(97.14% 77.08% at 50% 0,rgba(62,83,195,.4) 0,rgba(37,41,53,.4) 76.56%),#252935;
}
.bloc_3{
    width: 245px;
    height: 68px;
    margin: 10px 6px;
    padding: 13px;
    background: radial-gradient(97.14% 77.08% at 50% 0,rgba(122,33,175,.4) 0,rgba(37,41,53,.4) 80.73%),#252935;
}

.bloc_4{
    width: 245px;
    height: 68px;
    margin: 10px 6px;
    padding: 13px;
    background: radial-gradient(97.14% 77.08% at 50% 0,rgba(112,165,53,.4) 0,rgba(37,41,53,.4) 72.92%),#252935;
}


.menu {
    margin: 0px auto;
    max-width: 1124px;
    display: inline-flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
}
span.title_1 {
    display: flex;
    text-align: center;
    justify-content: center;
    color: #fff;
    font-size: 16px;
    line-height: 24px;
}
span.title_2 {
    text-align: center;
    display: flex;
    justify-content: center;
    color: #747885;
    padding-bottom: 10px;
}
button.button__fBerU.button.button_2 {
    background: #f1416c !important;
}
.text_title
{
    color: #50b5d5;
    display: initial;
}
.section__third__functions__descr-top p{
    color: black;
}
strong{
    margin: 0;
    padding: 0;
    border: 0;
    line-height: 30px;
    font-size: 100%;
    color: white;
    vertical-align: baseline;
    font-weight: 400;
}
.section__second__information{
    display: block;
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
}
.section__fifth__information{
    align-items: flex-start;
    flex-wrap: nowrap;
    column-gap: 6rem;
    margin-top: 17px;
    justify-content: space-between;
}
.section__fifth__information_4, .section__fifth__information_3{
    align-items: flex-start;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    column-gap: 6rem;
    margin-top: 17px;
}
.section__third__functions__text{
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline;
}
.section__third__functions__text_4, .section__third__functions__text_3{
   
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline;
}
.section__third__functions__text{
    width: 100%;
}
.section__third__functions-image_1 {
    margin: 0 auto;
    max-width: 1124px;
}
.adaptivny-slayder {
    position: relative;
    margin: 60px auto;
    box-shadow: 0 10px 20px -5px rgba(0, 0, 0, 0.75);
  }
  
  .adaptivny-slayder input[name="kadoves"] {
    display: none;
  }
  
  .kadoves {
    position: absolute;
    left: 0;
    bottom: -40px;
    text-align: center;
    width: 100%;
  }
  
  .kadoves label {
    display: inline-block;
    width: 8px;
    height: 8px;
    cursor: pointer;
    margin: 0 3px;
    box-shadow: 0 0 2px 0 rgba(0, 0, 0, .8);
    border-radius: 50%;
    border: 5px solid #2f363c;
    background-color: #738290;
  }
  
  #slaid1:checked~.kadoves label[for="slaid1"] {
    background-color: white;
  }
  
  #slaid2:checked~.kadoves label[for="slaid2"] {
    background-color: white;
  }
  
  #slaid3:checked~.kadoves label[for="slaid3"] {
    background-color: white;
  }
  
  .adaptivny-slayder-lasekun {
    overflow: hidden;
     
  }
  
  .abusteku-deagulus {
    display: flex;
    width: 100%;
    transition: all 0.5s;
  }
  
  .abusteku-deagulus img {
    width: 100%;
    flex-shrink:0;
    height: 240px;
    object-fit: cover;
    object-position: left;
  }
  
  #slaid1:checked~adaptivny-slayder-lasekun abusteku-deagulus {
    transform: translate(0);
  }
  .headerLogo__Mi0Ax {
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 0;
}
.Play2xLogo {
    -ms-flex-align: center;
    align-items: center;
    color: #828f9a;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 25px;
    text-transform: uppercase;
}
.headerLogo__Mi0Ax img {
    margin-right: 0;
}
.Play2xLogo img {
    height: 48px;
    margin-right: 25px;
}
  #slaid2:checked~.adaptivny-slayder-lasekun .abusteku-deagulus {
    transform: translateX(-100%);
  }
  
  #slaid3:checked~.adaptivny-slayder-lasekun .abusteku-deagulus {
    transform: translateX(-200%);
  }
.section__fifth, .section__fifth_4, .section__fifth_3{
    padding: 1rem 2rem 0;
    max-width: 1124px;
    color: white;
    margin: 0 auto;
}
.uil-angle-right-b{
    font-size: 20px;
    padding: 0px 10px;
    color: green;
}
#choose h1 {
    font-size: 36px;
    text-align: center;
    margin-bottom: 1%;
}
footer{
    background: #1a1d24;
    padding: 30px;
    border-top:1px solid #585858;
}
.footer__container.container.grid {
    display: flex;
    justify-content: center;
}
.footer_logo_grid img {
    height: 35px;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}
.footer_logo_grid {
    margin: 0 auto;
    max-width: 1157px;
    display: flex;
    justify-content: space-around;
    flex-direction: row;
    padding: 1%;
    flex-wrap: wrap;
}
.footer__container{
    row-gap: 4rem;
    
}

.footer__logo,
.footer__description{
    color: var(--title-color);
}

.footer__logo,
.footer__form,
.footer__social{
    display: flex;
}

.footer__logo{
    align-items: center;
    column-gap: .5rem;
    font-weight: var(--font-bold);
}
.footer__logo h2{
    color: white;
}


.footer__description{
    margin-bottom: 2rem;
}

.footer__input{
    padding: 20px 56px 20px 24px;
    border: 2px solid var(--first-color-light);
    background: transparent;
    color: var(--text-color);
    outline: none;
}

.footer__content,
.footer__links, 
.footer__group{
    display: flex;
}

.footer__content{
    grid-template-columns: repeat(2, max-content);
}

.footer__title{
    font-size: var(--h3-font-size);
    margin-bottom: 1.5rem;
}

.footer__links{
    row-gap: .75rem;
}

.footer__link{
    color: white;
    transition: color .3s;
}

.footer__link:hover{
    color: rgb(145, 210, 236);
}

.footer__group{
    margin-top: 5rem;
    justify-items: center;
    row-gap: 2rem;
}

.footer__social{
    column-gap: 1.25rem;
}

.footer__social-link{
    display: inline-flex;
    padding: .35rem;
    background-color: var(--first-color);
    border-radius: 50%;
    font-size: 1.25rem;
    color: var(--title-color-black);
    transition: background .4s;
}

.footer__social-link:hover{
    background-color: var(--first-color-dark);
}
.section__fifth__information_faq{
    display: block;
    padding: 1px;
}
.footer__links li{
    padding: 10px;
}

::-webkit-scrollbar{
    width: .6rem;
    border-radius: .5rem;
    background-color: hsl(79, 4%, 15%);
}

::-webkit-scrollbar-thumb{
    background-color: hsl(79, 4%, 25%);
    border-radius: .5rem;
}
::-webkit-scrollbar-thumb{
    background-color: hsl(79, 4%, 25%);
    border-radius: .5rem;
}
::-webkit-scrollbar-thumb:hover{
    background-color: hsl(79, 4%, 35%);
}

.scrollup{
    position: fixed;
    right: 1rem;
    bottom: -30%;
    display: inline-flex;
    padding: .35rem;
    color: var(--title-color-black);
    font-size: 1.5rem;
    z-index: var(--z-tooltip);
    transition: .3s;
}

.scrollup:hover{
    transform: translateY(-.25rem);
}

.show-scroll{
    bottom: 3rem
}

.selector_gamesBox__dsShl {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 10px 0 0;
    width: 100%;
}
.swiper {
    list-style: none;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    padding: 0;
    position: relative;
    z-index: 1;
}
.swiper-pointer-events {
    touch-action: pan-y;
}
.selector_gamesBox__dsShl [class*=swiper-wrapper] {
    margin-top: 5px;
}
.swiper-wrapper {
    box-sizing: initial;
    display: flex;
    height: 100%;
    position: relative;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform,-webkit-transform;
    width: 100%;
    z-index: 1;
    transform: translate3d(0px, 0px, 0px);
}
.swiper-slide {
    flex-shrink: 0;
    height: 100%;
    position: relative;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform,-webkit-transform;
    width: 100%;
    width: 162px;
    margin-right: 10px;
}
.selector_gamesBox__dsShl .selector_item__-P63N {
    margin: 0;
    overflow: hidden;
    position: relative;
    -webkit-transform-origin: center;
    transform-origin: center;
    transition: -webkit-transform .1s linear;
    transition: transform .1s linear;
    transition: transform .1s linear,-webkit-transform .1s linear;
    will-change: transform;
}
.selector_gamesBox__dsShl .selector_item__-P63N .selector_card__MIY9a {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    display: block;
    position: relative;
    width: 100%;
}
a, button, input, label, textarea {
    touch-action: manipulation;
}
.selector_gamesBox__dsShl .selector_item__-P63N .selector_card__MIY9a .selector_thumb__Dux8T {
    border-radius: 5px;
    height: 100%;
    overflow: hidden;
    padding-bottom: 132%;
    position: relative;
    -webkit-transform-origin: center;
    transform-origin: center;
    transition: -webkit-transform .1s linear;
    transition: transform .1s linear;
    transition: transform .1s linear,-webkit-transform .1s linear;
    width: 100%;
    will-change: transform;
}
.selector_gamesBox__dsShl .selector_item__-P63N .selector_card__MIY9a .selector_bottom__GDgCt {
    margin: 1px;
}
.selector_gamesBox__dsShl .selector_item__-P63N .selector_gameOverlay__nofF3 {
    background-color: rgba(0,0,0,.3);
    bottom: 0;
    display: flex;
    flex-direction: column;
    left: 0;
    padding: 30px 16px;
    position: absolute;
    right: 0;
    top: 0;
    transition-delay: .4s;
    transition-property: visibility;
    visibility: hidden;
}
.selector_gamesBox__dsShl .selector_item__-P63N .selector_card__MIY9a .selector_thumb__Dux8T .selector_online__ICjPD {
    align-items: center;
    background: rgba(0,0,0,.35);
    border-radius: 18px 0 0 0;
    bottom: 0;
    color: #fff;
    display: flex;
    font-size: 12px;
    padding: 4px 10px 2px 13px;
    position: absolute;
    right: 0;
    z-index: 1;
}
.selector_gamesBox__dsShl .selector_item__-P63N .selector_card__MIY9a .selector_thumb__Dux8T .selector_badge__jsWf4.selector_new__E67O3 {
    background-color: #1070e3;
}
.selector_gamesBox__dsShl .selector_item__-P63N .selector_card__MIY9a .selector_thumb__Dux8T .selector_badge__jsWf4 {
    border-radius: 0 0 0 25px;
    color: #fff;
    display: flex;
    font-size: 80%;
    font-weight: 400;
    padding: 1% 10%;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
}

element.style {
    background-image: url("https://elsikora-image-router.com/300/100/0/209/5men_AmazingHot"), url("/static/media/posterLight.eaebf4cf1445e7694a3f.png");
}
.selector_gamesBox__dsShl .selector_item__-P63N .selector_card__MIY9a .selector_thumb__Dux8T .selector_img__\+EW\+V {
    background-position: 50%;
    background-size: cover;
    bottom: 0;
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition-delay: .4s;
    transition-property: -webkit-filter;
    transition-property: filter;
    transition-property: filter,-webkit-filter;
    -webkit-user-select: none;
    user-select: none;
    width: 100%;
}
h4 {
    margin-left: 10px;
}
.selector_gamesBox__dsShl .selector_item__-P63N:hover {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
}
.selector_gamesBox__dsShl .selector_item__-P63N:hover .selector_gameOverlay__nofF3 {
    visibility: visible!important;
}
.selector_gamesBox__dsShl .selector_item__-P63N .selector_gameOverlay__nofF3 {
    background-color: rgba(0,0,0,.3);
    bottom: 0;
    display: flex;
    flex-direction: column;
    left: 0;
    padding: 30px 16px;
    position: absolute;
    right: 0;
    top: 0;
    transition-delay: .4s;
    transition-property: visibility;
    visibility: hidden;
}
.selector_gamesBox__dsShl .selector_item__-P63N .selector_gameOverlay__nofF3 .selector_gameOverlayTitle__Q07Of {
    color: #fff;
    font-size: 16px;
    left: 10px;
    max-height: 62px;
    max-width: 100%;
    overflow: hidden;
    position: absolute;
    right: 10px;
    text-transform: capitalize;
    top: 20px;
    z-index: 1;
}
.selector_gamesBox__dsShl .selector_item__-P63N .selector_gameOverlay__nofF3 .selector_gameOverlayPlay__hp7bH {
    align-items: center;
    bottom: 0;
    display: flex;
    justify-content: center;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}
.selector_gamesBox__dsShl .selector_item__-P63N .selector_gameOverlay__nofF3 .selector_gameOverlayProvider__Btq32 {
    bottom: 30px;
    color: #fff;
    font-size: 16px;
    left: 10px;
    max-width: 100%;
    overflow: hidden;
    position: absolute;
    right: 10px;
    text-overflow: ellipsis;
    text-transform: capitalize;
    white-space: nowrap;
}
.selector_gamesBox__dsShl .selector_item__-P63N .selector_gameOverlay__nofF3 .selector_gameOverlayPlay__hp7bH svg {
    color: #fff;
    height: 35px;
    transition: -webkit-transform .3s ease-in-out;
    transition: transform .3s ease-in-out;
    transition: transform .3s ease-in-out,-webkit-transform .3s ease-in-out;
    width: 35px;
}
.selector_icon__5phv9 {
    stroke-width: 0;
    stroke: currentColor;
    fill: currentColor;
    display: inline-block;
    height: 1em;
    width: 1em;
}
.selector_gamesBox__dsShl .selector_item__-P63N .selector_card__MIY9a .selector_thumb__Dux8T .selector_online__ICjPD svg {
    font-size: 9px;
    margin: -1px 3px 0 0;
}
.selector_icon__5phv9 {
    stroke-width: 0;
    stroke: currentColor;
    fill: currentColor;
    display: inline-block;
    height: 1em;
    width: 2em;
}
.selector_gamesBoxTitle__MAAoA .selector_title__y13uG {
    display: flex;
    justify-content: space-between;
}
.selector_gamesBoxTitle__MAAoA .selector_title__y13uG .selector_titleLeftBlock__mdhui {
    align-items: center;
    display: flex;
    font-size: 18px;
}





@media screen and (max-width: 340px){
    .container{
        margin-left: 1rem;
        margin-right: 1rem;
    }
    .section__titles{
      flex-direction: column;
      row-gap: .25rem;  
    }

    .col-md-6 .flex__button {
        display: flex;
        width: 30%;
        flex-wrap: wrap;
        justify-content: center;
    }
    .choose__img{
        width: 195px;
    }

    .footer__content{
        grid-template-columns: 1fr;
    }
}
@media screen and (max-width: 768px){
    .home__data img{
        margin-top: 2%;
        height: 100px;
    }
    .choose img {
        max-width: 100%;
        height: auto;
        object-position: left;
        object-fit: cover;
    }
    .block_text li {
        color: #ffffff;
        font-weight: 500;
        padding: 17px;
        width: 100%;
        line-height: 23px;
    }
    .block_text ol.ol {
        display: flex;
        flex-direction: column;
    }
    .other li {
        margin: 0;
        position: relative;
        line-height: 20px;
        counter-increment: num;
        margin-top: 15px;
        color: #ffffff;
        list-style: auto;
        margin: 20px;
    }
    table.table {
        font-family: 'OpenSans-400', sans-serif;
        width: 100%;
        border-collapse: collapse;
        border-spacing: 0;
        font-size: calc(13px + 2 * ((100vw - 320px) / (1440 - 320)));
        margin: 0;
        padding: 0;
        border: 0;
        font-size: 100%;
        margin-top: 3%;
        vertical-align: baseline;
    }
 
    .warrantyWrap__nbzS5{
        padding: 10px 15px;
    }
    .home{
        margin-top: 5%;
    }
    .header__OVZyn{
        display: none;
    }
    .bonuses__hegGS{
        flex-direction: column;
    }
    .feedWrap__a8RGq{
        display: none;
    }
    .warranty__NbW\+a{
        flex-direction: column;
    }
    .warrantyItem__oMZNk{
        width: 100%;
    }
    .item__N3S9J{
        width: 100%;
    }
    .swiper-slide{
        padding: 10px;
    }
    .swiper-wrapper{
        display: flex;
        flex-direction: column;
        height: auto;
    }
    .selector_section__zUQF1{
        display: none;
    }
    .other_3{
         flex-direction: column;
    }
    .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl, .col-xl-auto {
        position: relative;
        width: 100%;
        padding-right: 15px;
        padding-left: 15px;
    }
    .row {
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-right: -15px;
        display: block;
        
    }
    .col-lg-3{
        max-width: 100%;
        display: flex;
        justify-content: center;
    }
    .col-md-6 .flex__button {
        display: flex;
        width: 70%;
        flex-wrap: wrap;
        justify-content: center;
    }
    .col-md-6 h1 {
        font-size: 2.7rem;
        width: 100%;
        text-align: center;
        padding: 5%;
        font-size: 1.7rem;
    }
    #home .container{
        margin-top: 15%;
    }

}
@media screen and (min-width: 768px){
    .nav__menu{
        width: 81%;
    }
    
    .choose__container{
        grid-template-columns: repeat(2, 1fr);
        align-items: center;
    }

    .home__data,.choose__container, .section__data, .choose__description{
        text-align: initial;
    }

    .choose__content{
        order: 1;
    }

    .choose__data{
        justify-items: flex-start;
    }
    .footer__container{
        grid-template-columns: repeat(2, max-content);
        justify-content: space-between;
    }

    .footer__content{
        grid-template-columns: repeat(3, max-content);
    }
}


@media screen and (min-width: 1023px){
    .choose__container.container.grid{
        display: block;
    }

    .nav__menu {
        display: flex;
        justify-content: flex-end;
    }
    .nav__toggle,
    .nav__close{
        display: none;
    }
    .nav__list{
        flex-direction: row;
        padding: 0;
        align-items: center;
        display: flex;
        column-gap: 1.77rem;
        flex-wrap: nowrap;
    }

    .section{
        padding: 7rem 0 0;
        max-width: 1124px;
        margin: 0 auto;
    }
    .section#choose {
        max-width: 1124px;
        margin: 0 auto;
        padding: 0.4rem 2rem 0;
    }
    i.uil.uil-check{
        color: green;
        font-size: 25px;
    }

    .section__subtitle{
        font-size: 2rem;
    }
    
    .home__container{

        align-items: initial;
       
    }
    .home__title{
        margin: .75rem 0 1.25rem;
    }
    .home__description{
        font-size: 1.2em;
        color: white;
        margin-left: auto;
        margin-right: auto;
        text-align: initial;
        line-height: 1.7rem;
    }
    .home__img{
        width: 550px;
        transform: translateX(-6rem);
    }
    .home__data{
        text-align: center;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .choose__img{
        width: 350px;
    }
    .footer{
        padding-bottom: 3rem;
    }
    .footer__content{
        display: flex;
        align-items: center;
    }
}
@media screen and (max-width: 1513px) {
    .home_3 p{
        margin-bottom: 3%;
    }
    .home_3{
        height: auto;
    }
    .home__data img {
  
        margin-top: 2%;
        height: 268px;
    }
    .col-md-6 h1 {
        font-size: 2.7rem;
        width: 100%;
        text-align: center;
        padding: 5%;
        font-size: 1.7rem;
    }
    #home .container{
        margin-top: 5%;
    }
}
@media screen and (max-width: 1190px) {
    .home__data img {
  
        margin-top: 5%;
        height: 268px;
    }
    .other{
        line-height: 1.30;
    font-size: 16px;
   display: block;
    margin-bottom: 15px;
    
    }
    .col-md-6 h1 {
        font-size: 2.7rem;
        width: 100%;
        text-align: center;
        padding: 5%;
        font-size: 1.7rem;
    }
    #home .container{
        margin-top: 10%;
    }

}
@media screen and (max-width: 800px) {
    .home__data img {
  
        margin-top: 7%;
        height: 268px;
    }
    .col-md-6 h1 {
        font-size: 2.7rem;
        width: 100%;
        text-align: center;
        padding: 5%;
        font-size: 1.7rem;
    }
    #home .container{
        margin-top: 15%;
    }

}
@media screen and (max-width: 1022px) {
    .section{
    padding: 7rem 0 0;
    max-width: 1124px;
    margin: 0 auto;

}

.section__third__functions-image img {
    border-radius: 4px;
    max-width: 100%;
    height: auto;
    -webkit-backface-visibility: hidden;
}
.systems_Systems__2Kgme .systems_Image__3f1fO{
    margin-top: 6px;
}
#choose h1, .stat__atFrU, .registration__ck7tq span, .right__u89Ps{
    display: none;
}
.choose{
    padding: 3rem 2rem 0;
    max-width: 1124px;
    margin: 0 auto;

}
.home__data {
    text-align: center;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: center;
}
.home__data img
{
    width: 35%;
    margin-top: 5%;
    height: auto;
}
.home_3{
    height: auto;
}
.home_3 p{
    margin-bottom: 3%;
}
.text_main{
    width: 100%;
    padding: 10px 10px;
}
.home__data h1{
    width: 100%;
    text-align: center;
    margin: 0px auto 20px auto;
    padding-top: 0%;
    font-size: calc(26px + 21 * ((100vw - 320px) / (1440 - 320)));
}
.home__description{
    margin: auto;
    text-align: center;
    font-family: 'OpenSans-400', sans-serif;
    font-size: calc(16px + 2 * ((100vw - 320px) / (1440 - 320)));
    line-height: 150%;
    letter-spacing: -0.02em;
    color: #FFFFFF;
}
.home__container{
    height: auto;
    height: auto;
    margin-left: auto;
    margin-right: auto;
}

.section__fifth__information-subtitle{
    margin-left: 2%;
    margin-right: 2%;
}
.section__third__functions__desrc-text{
    margin-left: 2%;
    margin-right: 2%;
}


.section__fifth__information-subtitle{
    margin-left: 2%;
    margin-right: 2%;
}
.link{

    width: 95%;
}
.choose{
    display: flex;
    width: 100%;
    flex-direction: column;
    
}

.section__second__information-title{
    text-align: center;
    width: 100%;
}
.choose__container{
    display: block;
    flex-direction: column-reverse;
}
.choose__content{
    order: 1;
    width: 90%;
}
figure.content__section__information-table{
    margin-top: 10px;
}
.section__second__information{
    display: block;
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
}
.section__third__functions__text{
    width: 100%;
}
.section__third__functions-image{
    width: 100%;
}
.footer__content{
    display: inline-flex;
    flex-direction: column;
}
.footer__container{
    row-gap: 1rem;
    margin: 0 auto;
    width: 50%;
    text-align: center;
}
.footer__logo{
    margin: 0 auto;
    display: flex;
    width: 100%;
    justify-content: center;
}
.footer__links{
    display: block;
}
.col-md-6 h1 {
    font-size: 2.7rem;
    width: 100%;
    text-align: center;
    padding: 5%;
    font-size: 1.7rem;
}
#home .container{
    margin-top: 15%;
}
}
@media screen and (min-width: 1150px){
    .container{
        margin-left: auto;
    }
    .header{

    }
    .home__data{
        visibility: visible;
        opacity: 1;
        transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transition: opacity 2.5s cubic-bezier(0.5, 0, 0, 1) 0.4s, transform 2.5s cubic-bezier(0.5, 0, 0, 1) 0.4s;
        text-align: center;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .home__images{
        transform: translateX(-9rem);
    }
    .home__img{
        width: 700px;
        transform: translateX(2rem);
    }
    .choose__container{
        column-gap: 8rem;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    .choose__img{
        width: 450px;
        margin: 0 0 0 auto;
    }
    .choose__images{
        position: relative;
    }
    .choose__data{
        grid-template-columns: repeat(2, max-content);
        gap: 2.5rem 8rem;
    }
    .choose__description{
        width: 418px;
        margin-bottom: 3.5rem;
    }
    .scrollup{
        right: 3rem;
    }
}