@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: white;
    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{
    margin-left: 4.5rem;
    margin-right: 4.5rem;
}

.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;
}


.layout__sidebar {
    position: fixed;
    top: 0;
    left: 0;
    width: 230px;
    height: 100vh;
    background: #141e2a;
    z-index: 10;
    padding: 80px 16px 0 16px;
}
.menus {
    overflow: auto;
    max-height: calc(100vh - 80px);
}
.sidebar__menu {
    list-style: none;
    padding: 20px 0 20px 0;
    border-bottom: 1px solid rgba(255,255,255,0.4);
}
.simple-sidebar__menu {
    border-bottom: none;
}
h2#mobileApp {
    text-align: center;
    margin-top: 13px;
}
li {
    padding: 7px;
}
.sidebar__menu a {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 7px 23px;
    color: #fff;
    font-size: 14px;
    line-height: 20px;
    font-weight: 700;
    color: rgba(255,255,255);
    border-radius: 58px;
    transition: .3s;
}
.sidebar__menu .current-menu-item a {
    background: #0e1325;
}
.sidebar__menu a img {
    width: 26px;
    height: 26px;
    object-fit: contain;
}


.infobloc h3{
    color: white;
    padding: 10px 0px;
}
.link_1{
    border: 1px solid #f90;
    padding: 10px 50px 9px 50px;
    color: #f90;
    border-radius: 27px;
}
.link_1:hover{
    background: linear-gradient(180deg, #ffc42e 36.87%, #ff5b29 96.56%, #ffe600 108.75%);
    color: white;
}
section#home {
    background-image: url(../pic/pic_1_1.jpg);
    opacity: 0.9;
    background-position: left;
    background-size: cover;
}
#home .container{
    display: flex;
    align-items: center;
    min-height: 360px;
    margin-top: 39px;
    flex-direction: row;
}
.content-tile {
 
    border: 1px solid #37376c;
    box-shadow: 0 4px 20px #040410;
}
#menu li {
    padding: 10px;
    /* color: white; */
}
#menu a {
    color: white;
}
.content-tile {
    border: 1px solid rgba(27,0,61,0.1);
    
    margin-bottom: .625em;
    color: #fff;
}
.content-tile__header {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: .8em 1.2em;
    padding-top: 1.33333em;
    text-transform: uppercase;
    font-size: .9375em;
    line-height: 1.2;
    letter-spacing: 0.25px;
}
.grid{
    display: grid;
    gap: 1.0rem;
}
.uil-b:before {
    content: "";
    position: absolute;
    left: 0;
    top: 9px;
    border-radius: 50%;
    width: 7px;
    height: 7px;
    background: #2f61e8;
}
#image_logo{
    width: 100%;
    margin-top: 3%;
}
.main{
    overflow: hidden;
    background: #0c131d;
}

.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: #111923;
    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: #101822;
    
}

.nav__logo, .nav__toggle{
    color: var(--title-color);
    display: flex;
}

.nav__logo{
    align-items: center;
    margin-right: 7%;
    font-weight: var(--font-bold);
}
.nav__logo h2 {
    font-size: 18px;
    margin-top: 3%;
}

.nav__toggle{
    font-size: 1.25rem;
    cursor: pointer;
}
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;
    }
    .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: var(--title-color);
    transition: color .3s;
    font-weight: 600;
    font-size: 15px;
}

.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: nowrap;
    margin-right: -15px;
    margin-left: -15px;
}
@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;

    display: block;
    padding-right: 15px;
    padding-left: 15px;
}
.col-md-6_1 {
    position: relative;
    width: 100%;
    display: block;
    padding-right: 15px;
    padding-left: 15px;
}
.col-md-6 .flex__button{
    display: flex;
    width: 20%;
    flex-wrap: wrap;
    justify-content: flex-start;
}
.col-md-6 h1{
    font-size: 3rem;
    width: 80%;
}
.play-slot {
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    text-align: center;
    margin-bottom: 30px;
}

.play-slot img {
    display: block;
    width: 100%;
    margin-bottom: 5%;
    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 {
    padding: 10px 7px;
    width: 40%;
}
.show-menu{
    right: 0;
}

.bg-header{
    background-color: #111923;
    box-shadow: 0 4px 8px hsla(180, 12%, 4%, .3);
}

.active-link{
    color: var(--first-color);
}

.home{
    max-width: 100%;
    margin-left: 9%;
    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; 
     margin-top: 13px;
}
.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: 1%;
}

.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);
}
.games-block-inner {
    grid-template-columns: repeat(auto-fill, 145px);
    grid-gap: 8px;
}
.games.text-center.mt-3.mt-lg-0.d-block.games-block-inner {
    padding: 16px;
}
.game-name {
    z-index: 5;
    position: absolute;
    color: #fff;
    top: 0;
    height: auto;
    text-align: left;
    overflow: hidden;
    width: calc(100% - 25px);
    border-radius: 9px 9px 0 0;
    font-size: 12px;
    font-weight: 600;
    padding: 5px 10px;
    opacity: 0;
}
.game-card-header {
    z-index: 5;
    position: absolute;
    display: inline-flex;
    align-items: center;
    top: 7px;
    left: 0;
    width: 100%;
    padding: 0 7px;
    height: 20px;
    float: revert;
    justify-content: space-between;
}
.game-name {
    font-weight: 600;
    text-align: center;
    white-space: nowrap;
    width: calc(100% - 8px);
    transform: translateX(-50%);
    text-overflow: ellipsis;
    left: 50%;
    top: 35px;
    transition: opacity .2s ease-in-out;
}
.game-card-header .favorite {
    opacity: 0;
    width: 24px;
    height: 25px;
    background: url(/img/game/favorite.svg) center no-repeat;
    background-size: contain;
    transition: opacity .2s ease-in-out;
}
.demo_btn {
    position: relative;
    border-radius: 5px;
    background: #ffffff !important;
    padding: 2px 10px 5px 10px;
    font-size: 12px;
    height: 20px;
    line-height: 12px;
    width: 70px;
    font-weight: bold;
    color: #000000 !important;
}
.demo_btn {
    background: #324560 !important;
    color: #fff !important;
    border-radius: 20px;
    font-weight: 500;
    transition: background .2s ease-in-out;
}
.game-card .game-info {
    opacity: 0;
    border-radius: 10px;
    position: absolute;
    z-index: 1;
    top: 0;
    width: 100%;
    height: 100%;
    left: 0;
    background: rgba(0, 0, 0, .8);
    color: #fff;
    padding: 30px 15px;
    text-align: center;
    transition: all .25s;
}
.play_icon {
    width: 60px;
    position: relative;
    height: 60px;
    padding: 16px;
    display: flex;
    cursor: pointer;
    justify-content: center;
    align-items: center;
    margin: 40px auto 5px;
    border-radius: 50%;
    background-color: #00000047;
}
.play_icon {
    background: #1A64FC url(/img/game/play.svg) center no-repeat;
    margin: 50px auto 5px;
    transition: background .2s ease-in-out;
}
.games-block-inner {
    display: grid !important;
    grid-template-columns: repeat(auto-fill, 165px);
    grid-gap: 1rem;
    justify-content: space-between;
}
.game-card {
    background-image: url(https://vodka.imgix.net/spm_vodkabetfiestareelsofrio_1692871351.png?&dpr=1&format=auto&auto=format&q=50&w=220);
}
.game-card {
    position: relative;
    vertical-align: top;
    display: inline-block;
    background-size: cover;
    background-position: center;
    border-radius: 10px;
    height: auto;
    top: 0;
    margin-top: 5px;
}
.game-card {
    background-image: linear-gradient(90deg, #202a39, #16202c);
    height: 210px !important;
    transition: transform 0.2s ease-in-out;
    background-size: cover;
}
.home__img{
    display: block;
    position: relative;
    z-index: 1;
    width: 350px;
    margin: 0 auto;
}
a#button_1 {
    background: none;
}
hr {
    margin: 0 auto;
    max-width: 1124px;
    margin-bottom: 2%;
}
.button{
    display: inline-block;
    color: white;
    font-weight: var(--font-bold);
    cursor: pointer;
    transition: background .3s;
    background: #015598;
    padding: 14px;
    font-size: 15px;
    border-radius: 20px;
}
li#menu-item-7 a:hover, li#menu-item-75 a:hover, li#menu-item-271 a:hover, li#menu-item-319 a:hover, li#menu-item-325 a:hover, li#menu-item-1248 a:hover{
    background: #2c334a;
}

.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: rgb(145, 210, 236);
}
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;
    border-radius: 17px;
}
.link{
    font-family: 'OpenSans-400', sans-serif;
    font-size: calc(15px + 3 * ((100vw - 320px) / (1440 - 320)));
  
    text-transform: uppercase; 
    text-decoration: none !important;
    text-align: center;
    color: #f9f9f9 !important;
    border: 0px solid #006089 !important;
    border-radius: 10px !important;
    font-size: 16px !important;
    margin-top: 20px;
    margin-bottom: 20px;
    text-align: center;
    background: #015598;
    border-radius: 15px;
    text-transform: uppercase;
    padding-top: 14px;
    padding-bottom: 14px;
    position: relative;
    font-weight: bold;
    width: 25%;
}
.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%;
}
.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)));
}
ol li a{
    display: block;
    color: black;
    padding: 10px
}
ol li a:hover{
    color: rgb(248 171 39);
}

ol li:hover {
    color:  rgb(248 171 39);
   
}
.choose__description{
    text-align: center;
    margin-bottom: 2.5rem;
}

.choose__data{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    row-gap: 2rem;
}

.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;
}
.column-support__link {
    background-color: linear-gradient(180deg,#f89427 47%,#f8b026 100%);
}
.column-support__link {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    cursor: pointer;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    height: 2.69231em;
    margin-top: .61538em;
    border-radius: .30769em;
    background: #68686838;
    text-align: center;
    text-decoration: none;
    font-size: .8125em;
    line-height: 1.2;
    color: #fff;
    transition: color 0.3s ease, background-color 0.3s ease;
}
figure.content__section__information-table{
    width: 98%;
    padding: 0;
    border: 0;
    margin: 20px 0px;
    font-size: 100%;
    vertical-align: baseline;
}
figure.content__section__information-table_2{
    width: 98%;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline;
}
.uil-angle-up{
    color: white;
    padding:4px;
    background: #1992ef;
}
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: 0;
    padding: 0;
    margin-bottom: 20px;
    border: 0;
    font-size: 100%;
    vertical-align: baseline;
}

.table td{
    padding: 11px 10px;
}

table td {
    padding: 25px 10px;
}
td.table__column{
    width: 25%;
    margin: 0;
    color: white;
    border: 1px solid white;
    font-size: 100%;
    vertical-align: baseline;
    font-weight: 700;
}
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: white;
    font-weight: 700;
    padding: 10px;
    border: 1px solid white;
    font-size: 100%;
    text-align: center;
    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: white;
}
.section__fifth__information{
    align-items: flex-start;
    flex-wrap: nowrap;
    flex-direction: row-reverse;
    column-gap: 6rem;
    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;
}

.section__second__information-title{
    width: 100%;
    margin: 10px 0px;
}

.section__fifth__information-subtitle {
    line-height: 1.65em;
    color: white; 
    padding-bottom: 20px;
}

.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%;
    margin-top: 20px 0px;
}
.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;
}
.page .content__row {
    height: 3.75em;
}
.content__row {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.content-menu {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: .625em;
    height: 100%;
}
.page .content-menu__item.active {
    box-shadow: inset 0 -2px #f90;
}
.content-menu__item:hover, .content-menu__item.active {
    color: #f90;
}
.content-menu__item {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 .3125em;
    height: 100%;
    margin: 0 .9375em;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 1em;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    transition: color 0.3s ease;
}
.content__row .game-search {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 0em 0em 0em 1.66667em;
    width: 100%;
    max-width: 30em;
    height: 100%;
    font-size: .75em;
    transition: background-color 0.3s ease;
}
.content__row .field {
    background-color: #0f0f1f;
    border: 1px solid #37376c;
}
.content__row .field {
    padding: 0em .9375em 0em 1.5625em;
    max-width: 20em;
    max-height: 2.375em;
    font-size: 1.33333em;
}
.field {
    background-color: rgba(15,0,36,0.5);
}
.field {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    height: 100%;
    border-radius: 1.125em;
    outline: none;
    background-color: #07000f;
}
.content__row .field__input {
    margin-right: .625em;
}
.field__input {
    width: 100%;
    height: 100%;
    outline: none;
    border: none;
    background-color: rgba(0,0,0,0);
    font-size: 1em;
    line-height: 1;
    color: #fff;
}
.field__ico {
    width: 1.125em;
    height: 1.125em;
    cursor: pointer;
    fill: #fff;
}
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%;
    margin: 20px 0px;
}

.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 li {
    margin: 0;
    position: relative;
    line-height: 20px;
    counter-increment: num;
    margin-top: 15px;
    color: white;
    list-style: none;
}
.text_title
{
    color: #50b5d5;
    display: initial;
}
.section__third__functions__descr-top p{
    color: black;
}
strong{
    margin: 0;
    padding: 0;
    border: 0;
    line-height: 25px;
    font-size: 100%;
    vertical-align: baseline;
}
.footer-logo.swiper-container {
    padding: .625em 2.5em;
}
.footer-logo.swiper-container {
    padding: .625em 0em;
    margin-bottom: .625em;
}
.swiper-container {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
}
.content-tile__header {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: .8em 1.2em;
    padding-top: 1.33333em;
    text-transform: uppercase;
    font-size: .9375em;
    line-height: 1.2;
    letter-spacing: 0.25px;
}
.content-tile__body {
    position: relative;
    padding: 1px 1px 2px;
}
.content-tile__body .swiper-container {
    width: 100%;
    max-width: calc(100vw - 15.375em);
}
.swiper-container {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
}
.swiper-container-android .swiper-slide, .swiper-wrapper {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}
.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform,-webkit-transform;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}
.content-tile__header .content-tile__ico {
    width: 1.33333em;
    height: 1.33333em;
    margin-right: .66667em;
    fill: #fff;
}
.slots-games__overlay {
    position: absolute;
    top: 0;
    left: 0;
    color: #fff;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.7);
    box-sizing: border-box;
    opacity: 0;
    transition: opacity 0.3s linear;
}
.slots-games__ribbons {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    position: absolute;
    right: 0;
    top: .3125em;
}
.footer-logo.swiper-container .swiper-slide {
    max-width: calc(100% / 15);
    margin-right: 2.5em;
    text-align: center;
}
.footer-logo.swiper-container .swiper-slide {
    margin-right: 2.8125em;
}
.content-tile .slots-games__item-wrap {
    width: 100%;
    height: 100%;
}
.slots-games__item {
    box-sizing: border-box;
    border: 1px solid #000;
    position: relative;
    text-align: center;
    background-size: cover;
    background-position: center;
    padding-top: 60%;
    background-image: url("https://v2l.traincdn.com/genfiles/slots/games/736/img58178.jpeg")
}
.slots-games__item-wrap {
    min-width: 20%;
    width: 20%;
    padding: .125em;
    box-sizing: border-box;
}
.casino-games__item, .slots-games__item {
    border: 1px solid rgba(27,0,61,0.1);
    background-color: rgba(15,0,36,0);
    overflow: hidden;
    border-color: #1b003d;
}
.swiper-slide {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform,-webkit-transform;
}
.footer-logo__img {
    width: auto;
    max-width: 100%;
    max-height: 100%;
}
.footer-logo__item {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    cursor: pointer;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    transition: -webkit-filter 0.3s ease;
    transition: filter 0.3s ease;
    transition: filter 0.3s ease, -webkit-filter 0.3s ease;
    -webkit-filter: grayscale(1) contrast(0.6) brightness(1.5);
    filter: grayscale(1) contrast(0.6) brightness(1.5);
}
.footer-logo.swiper-container .swiper-wrapper {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    transform: translate3d(0px, 0px, 0px);
}
.section__fifth, .section__fifth_4, .section__fifth_3{
    padding: 1rem 10rem 0;
    color: white;
    margin: 0 auto;
    margin-left: 10%;
}
.uil-angle-right-b{
    font-size: 20px;
    padding: 0px 10px;
    color: green;
}
footer{
    background: #18182c;
    display: flex;
    justify-content: center;
}
.footer__container div {
    display: flex;
    justify-content: center;
}

.row_2 {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    border-radius: 0 8px 8px 8px;
    padding: 2rem 0rem 0rem;
}
.col-1, .col-2, .col-3, .col-4, .col-5,  .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;
    display: block;
    padding-right: 15px;
    padding-left: 15px;
}
.col-lg-3{
    width: 25%;
}
.play-slot, .play-slot_2 {
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    text-align: center;
    margin-bottom: 10px;
}
.play-slot img {
    display: block;
    width: 100%;
    margin-bottom: 5%;
    border-radius: 10px;
}
.play-slot img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    -webkit-transition: -webkit-filter .3s ease-in-out;
    transition: -webkit-filter .3s ease-in-out;
    -o-transition: filter .3s ease-in-out;
    transition: filter .3s ease-in-out;
    transition: filter .3s ease-in-out,-webkit-filter .3s ease-in-out;
}
.slotshidden {
    width: 100%;
    position: absolute;
    top: 30%;
    height: 100%;
    display: none;
    background-repeat: no-repeat;
}
.slotshidden a.lb2 {
    display: block;
    padding: 17px;
    max-width: 180px;
}
.slotshidden a.lb2 {
    display: block;
    padding: 8px;
    padding: 17px;
    margin: 10px auto;
    color: black;
    max-width: 180px;
}
a.lb2 {
    border-radius: 10px;
    text-transform: uppercase;
    font-weight: 700;
    text-align: center;
    color: #fff;
}
.play-slot:hover {
    content: "";
    -webkit-background-size: contain;
    background-size: contain;
    -webkit-transition: opacity .2s ease-in-out;
    -o-transition: opacity .2s ease-in-out;
    transition: opacity .2s ease-in-out;
    z-index: 2;
}
.play-slot:hover {
    display: block;
}
.play-slot:hover img {
    filter: blur(8px);
}
.play-slot:hover .slotshidden {
    display: block;
    opacity: 1.0;
}
a.lb2 {
    color: #000;
    font-weight: 700;
    text-align: center;
    border-radius: 10px;
    text-transform: uppercase;
    background: #ffd809;
}
.footer__container{
    row-gap: 4rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
}

.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;
}

::-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
}

@media screen and (max-width: 450px){
    .container{
        margin-left: 1rem;
        margin-right: 1rem;
    }
    .section__titles{
      flex-direction: column;
      row-gap: .25rem;  
    }

    .choose__img{
        width: 195px;
    }

    .footer__content{
        grid-template-columns: 1fr;
    }
}
@media screen and (max-width: 768px){
    .home__data img{
        margin-top: 2%;
        height: 100px;
    }
    .section__fifth .flex__button{
        display: flex;
        width: 100%;
        flex-wrap: wrap;
        justify-content: space-around;
        margin-top: -14px
    }
    .section__fifth, .section__fifth_4, .section__fifth_3{
        padding: 1rem 2rem 0;
        color: white;
        margin: 0 auto;
        margin-left: 10%;
    }
    section#main_1 {
        margin-top: 10%;
    }
    .home{
        display: none;
    }
    #choose{
        display: none;
    }
    .content-tile__body .swiper-container {
        width: 100%;
        max-width: calc(100vw - 10.375em);
    }
   
    .content-tile{
        display: none;
    }
    .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;
        margin-left: -15px;
        
    }
    .col-lg-3{
        max-width: 100%;
        display: flex;
        justify-content: center;
    }
    .col-md-6 .flex__button {
        display: flex;
        width: 100%;
        flex-wrap: wrap;
        justify-content: center;
    }
    .col-md-6 h1 {
        font-size: 2.7rem;
        width: 100%;
        text-align: center;
    }

}
@media screen and (min-width: 768px){
    .nav__menu{
        width: 81%;
    }
    #seo_main_6{
        display: none;
    }
    .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: 2rem;
    }

    .section{
        padding: 7rem 0 0;
        /* max-width: 1124px; */
        margin: 0 auto;
    }
    .section#choose {
        margin-top: 3%;
        
        margin-left: 5%;
        padding: 0rem 6rem 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;
    }
}
@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;
    
    }

}
@media screen and (max-width: 1400px) {
    aside{
        display: none;
    }
    .content-tile{
        display: none;
    }
    .section__fifth, .section__fifth_3, .section__fifth_4, .home, .section#choose, figure.content__section__information-table, .home__container{
        margin-left: 0%;
    }
    .choose__container.container.grid{
        margin: 0;
    }

}
@media screen and (max-width: 800px) {
    .home__data img {
  
        margin-top: 7%;
        height: 268px;
    }
    

}
@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;
}
.choose{
    padding: 1rem 0 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;
    padding: 20px;
}
.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: 70%;
}
.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;
}
}
@media screen and (min-width: 1150px){
    /* .container{
        margin-left: auto;
        margin-right: 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;
    }
}