@font-face {
    font-family: 'Abel';
    src: url("../fonts/Abel-Regular.ttf");
}

@font-face {
    font-family: "Lexend Exa";
    src: url("../fonts/LexendExa-Regular.ttf");
}



html {
    box-sizing: border-box;
}

*,
*::before,
*::after {
    box-sizing: inherit;
}

p,
h1,
h2,
h3,
h4,
h5,
h6,
ul {
    margin: 0;
}

a {
    color: inherit;
    text-decoration: none;
}

img {
    max-width: 100%;
}

body {
    font-family: 'Abel';
    background: #FBFBFB;
}

#confirmButton {
    border-radius: 30px;
    background: #1C2065;
    border: none;
    color: #fff;
    font-size: 18px;
    padding: 10px;
    width: 200px;
    cursor: pointer;
    transition: 0.4s;
}


#confirmButton:hover {
    background-color: #7F3FA7;
    color: #fff;
    transition: 0.4s;
}


.body__container {
    max-width: 1240px;
    margin: 0 auto;
}

.sociallotsgame_header{
    background: url("../img/bg__img.webp") no-repeat center;
    background-size: cover;
}

.sociallotsgame_header__fixed {
    position: fixed;
    z-index: 10000;
    width: 100%;
    background: #FBFBFB;
    top: 0px;
    left: 0;
}

.sociallotsgame_header__nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1240px;
    margin: 0 auto;
    padding-top: 16px;
    padding-bottom: 16px;
}

.sociallotsgame_header__box {
    padding-top: 160px;

    padding-bottom: 0px;
}

.header__link__logo {
    display: flex;
    align-items: center;
}

.sociallotsgame_header__links {
    display: flex;
    align-items: center;
    gap: 41px;
}

.sociallotsgame_header__burger {
    display: none;
}

.sociallotsgame_header__link {
    color: #1A291C;
    font-size: 14px;
    text-transform: capitalize;
    font-weight: 400;
    transition: 0.4s;
}

.sociallotsgame_header__buttons{
    display: flex;
    gap: 16px;
}

.sociallotsgame_header__link:hover {
    transition: 0.4s;
    color: #201A29;
    text-shadow: 0px 0px 4px #FF0FEB;
    opacity: 0.5;
}

.header__link_pay {
    display: flex;
    padding: 10px 30px;
    justify-content: center;
    align-items: center;
    border-radius: 20px;
    background: #FFF;
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 800;
}

.header__link_log {
    display: flex;
    padding: 14px 24px;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    border: 2px solid #1A291C;
    font-weight: 800;
    color: #1A291C;
    font-family: "Lexend Exa";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
}

.header__link_log:hover {
    background: #1A291C;
    color: #FFF;
}

.sociallotsgame_header__block {
    max-width: 700px;
}

.sociallotsgame_header__wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding-bottom: 50px;
}

.sociallotsgame_header__sub{
    color: #1A291C;
    font-size: 16px;
    font-weight: 400;
    line-height: 120%; 
    text-transform: uppercase;
    margin-bottom: 10px;
}

.sociallotsgame_header__title {
    color: #FFF;
    font-family: "Lexend Exa";
    font-size: 48px;
    font-style: normal;
    font-weight: 800;
    line-height: 120%; /* 57.6px */
    text-transform: uppercase;
    margin-bottom: 24px;
}

.sociallotsgame_header__subtitle{
    color: #FFF;
    font-size: 20px;
    font-weight: 400;
    line-height: 120%;
    margin-bottom: 24px;
}

.sociallotsgame_header__span{
    font-size: 46px;
}

.sociallotsgame_header__play {
    display: flex;
    justify-content: center;
    width: 246px;
    padding: 14px 24px;
    border-radius: 10px;
    background: linear-gradient(180deg, #9747FF 0%, #1A291C 100%);
    text-transform: capitalize;
    text-align: center;
    color: #FFF;
    font-family: "Lexend Exa";
    font-size: 16px;
    font-weight: 400;
    line-height: 120%;
    text-transform: uppercase;
    transition: 0.4s;
    margin-bottom: 12px;
}

.sociallotsgame_header__play:hover {
    transition: 0.4s;
    background: #FFF;
    color: #000;
}

.sociallotsgame_header__sign{
    display: flex;
    justify-content: center;
    width: 246px;
    padding: 14px 24px;
    border-radius: 10px;
    background: transparent;
    border-radius: 10px;
    border: 2px solid #1A291C;
    text-align: center;
    color: #1A291C;
    font-family: "Lexend Exa";
    font-size: 16px;
    font-weight: 500;
    line-height: 120%;
    text-transform: uppercase;
    transition: 0.4s;
    margin-bottom: 12px;
}

.sociallotsgame_header__sign:hover {
    transition: 0.4s;
    background: #FFF;
    color: #000;
}

.sociallotsgame_header__left {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}


.sociallotsgame_icons {
    padding-top: 40px;
    padding-bottom: 40px;
}

.sociallotsgame_icons__items {
    display: flex;
    justify-content: space-between;
}

.sociallotsgame_icons__item {
    width: 280px;
    padding: 16px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 16px;
    border-radius: 10px;
    background: linear-gradient(180deg, #0A5926 0%, #1A291C 100%);
}

.sociallotsgame_icons__text {
    color: #FFF;
    font-size: 32px;
    font-weight: 900;
    font-family: "Lexend Exa";
    line-height: 120%; /* 38.4px */
    text-transform: uppercase;
}

.icons__text{
    color: #FFF;
    font-size: 20px;
    font-style: normal;
    font-family: Abel;
    font-weight: 400;
    line-height: 120%; /* 24px */
    text-transform: uppercase;
}



.sociallotsgame__about__items {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    max-width: 486px;
    padding-top: 40px;
    padding-bottom: 40px;
}

.about__items{
    padding-top: 0;
    padding-bottom: 0;
}

.sociallotsgame__about__item {
    display: flex;
    padding: 10px 20px;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
    border-radius: 50px;
    border: 1px solid #FFF;
    width: 100%;
    margin-bottom: 25px;
}

.sociallotsgame__about__contents {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
}

.sociallotsgame__about__text {
    color: #FFF;
    font-size: 25.616px;
    font-weight: 700;
    line-height: normal;
}


.sociallotsgame__about {
    padding-top: 50px;
    padding-bottom: 50px;
}

.sociallotsgame__about__title {
    color: #FFF;
    text-align: center;
    font-family: "Lexend Exa";
    font-size: 48px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 10px;
}

.sociallotsgame__about__subtitle {
    color: #FFF;
    font-size: 14px;
    font-weight: 500;
    line-height: normal;
}

.sociallotsgame__about__wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.sociallotsgame__about__link {
    padding: 10px 0px;
    border-radius: 50px;
    background: #BE0043;
    width: 149px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #FFF;
    text-align: center;
    font-size: 18px;
    font-weight: 800;
    line-height: normal;
    transition: 0.4s;
}

.sociallotsgame__about__link:hover {
    transition: 0.4s;
    background: #FFF;
    color: #000;
}


.sociallotsgame_history__title {
    color: #FFF;
    font-size: 36px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 30px;
}

.sociallotsgame_history__subtitle {
    color: #FFF;
    font-size: 20px;
    font-weight: 400;
    line-height: 100%;
    margin-bottom: 20px;
}

.sociallotsgame_history {
    margin-bottom: 100px;
}


.sociallotsgame_advantages__wrap {
    padding: 40px 20px;
    border-radius: 10px;
    background: linear-gradient(180deg, #1C4351 0%, #51AFD1 100%);
    box-shadow: 0px 6px 20px 0px rgba(0, 0, 0, 0.25);
}

.sociallotsgame_advantages__item {
    width: 100%;
    max-width: 590px;
    padding: 20px;
    border-radius: 10px;
    background: #FFF;
}

.sociallotsgame_advantages__head {
    color: #6E6E68;
    font-size: 24px;
    font-weight: 600;
    line-height: 100%;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.sociallotsgame_advantages__text {
    color: #6E6E68;
    font-size: 20px;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.sociallotsgame_advantages__text:last-child {
    margin-bottom: 0;
}

.sociallotsgame_advantages__wrapper {
    display: flex;
    justify-content: space-between;
}

.sociallotsgame_advantages__items {
    display: flex;
    flex-direction: column;
    gap: 20px;
    justify-content: center;
    width: 100%;
}

.sociallotsgame_advantages__images {
    max-width: 590px;
    width: 100%;
}

.red__text {
    color: #EF4483;
}

.sociallotsgame_advantages {
    margin-bottom: 100px;
}

.sociallotsgame_advantages__title {
    color: #FFF;
    font-size: 36px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 30px;
}

.sociallotsgame_comparison__wrap {
    padding: 40px 20px;
    border-radius: 10px;
    background: linear-gradient(180deg, #1C4351 0%, #51AFD1 100%);
    box-shadow: 0px 6px 20px 0px rgba(0, 0, 0, 0.25);
}

.sociallotsgame_comparison__title {
    margin-bottom: 30px;
    color: #FFF;
    font-size: 36px;
    font-weight: 700;
    text-transform: uppercase;
}

.sociallotsgame_comparison__subtitle {
    margin-bottom: 20px;
    color: #FFF;
    font-size: 20px;
    font-weight: 400;
    line-height: 100%;
}

.sociallotsgame_comparison {
    margin-bottom: 100px;
}

.sociallotsgame__item {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    max-width: 260px;
    min-height: 411px;
    width: 100%;
}

.sociallotsgame__play {
    padding-top: 75px;
    padding-bottom: 75px;
    background-size: cover;
}

.sociallotsgame__title {
    color: #201A29;
    text-align: center;
    font-family: "Lexend Exa";
    font-size: 38px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%; /* 45.6px */
    text-transform: uppercase;
    margin-bottom: 40px;
}

.sociallotsgame__play__sup{
    color: #1A291C;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    line-height: 130%;
    margin-bottom: 12px;
}

.sociallotsgame__img {
    margin-bottom: 20px;
    border-radius: 12px;
}

.sociallotsgame__items {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px;
}

.sociallotsgame__content {
    max-width: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
}

.sociallotsgame__name {
    color: #201A29;
    text-align: center;
    font-family: "Lexend Exa";
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 12px;
}

.sociallotsgame__link {
    padding: 14px 24px;
    border-radius: 10px;
    background: linear-gradient(180deg, #9747FF 0%, #1A291C 100%);
    border: 1px solid #9747FF;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #FFF;
    font-family: "Lexend Exa";
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
    transition: 0.4s;
}

.sociallotsgame__link:hover {
    transition: 0.4s;
    border: 1px solid #9747FF;
    background: transparent;
    color: #000;
}

.sociallotsgame_info {
    padding-top: 60px;
    padding-bottom: 60px;
}

.info__box{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.sociallotsgame_info__wrap{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.sociallotsgame_info__head{
    color: #201A29;
    font-family: "Lexend Exa";
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%; /* 28.8px */
    text-transform: uppercase;
    margin-bottom: 24px;
}

.sociallotsgame_info__right {
    max-width: 530px;
}
.sociallotsgame_info__sub {
    color: #1A291C;
    font-size: 16px;
    font-weight: 400;
    line-height: 120%; 
    text-transform: uppercase;
    margin-bottom: 12px;
}
.sociallotsgame_info__title {
    color: #201A29;
    font-family: "Lexend Exa";
    font-size: 38px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%; /* 45.6px */
    text-transform: uppercase;
    margin-bottom: 24px;
}

.info__titles{
    text-align: center;
}

.sociallotsgame_info__text{
    color: #201A29;
    font-size: 16px;
    font-weight: 400;
    line-height: 120%;
    margin-bottom: 20px;
}

.sociallotsgame_images{
    background: url("../img/image_3.webp") no-repeat center;
    background-size: cover;
    height: 300px;
    padding: 80px 100px;
}

.sociallotsgame__leaders {
    padding-top: 50px;
    padding-bottom: 50px;
}

.sociallotsgame__leaders__sup{
    color: #1A291C;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    line-height: 130%;
    margin-bottom: 12px;
}

.sociallotsgame__leaders__title {
    color: #1A291C;
    text-align: center;
    font-family: "Lexend Exa";
    font-size: 38px;
    font-weight: 700;
    line-height: 120%; 
    text-transform: uppercase;
    margin-bottom: 24px;
}

.sociallotsgame__leaders__head {
    color: #BE0043;
    text-align: center;
    font-family: "Lexend Exa";
    font-size: 28px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 10px;
}

.sociallotsgame__leaders__link {
    padding: 10px 0px;
    border-radius: 50px;
    background: #BE0043;
    width: 149px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #FFF;
    text-align: center;
    font-size: 18px;
    font-weight: 800;
    line-height: normal;
    transition: 0.4s;
    margin: 0 auto;
    margin-bottom: 60px;
}

.sociallotsgame__leaders__link:hover {
    transition: 0.4s;
    background: #FFF;
    color: #000;
}

.sociallotsgame__leaders__wrap {
    max-width: 900px;
    gap: 41px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 13px 27px;
    border-radius: 10px;
    background: linear-gradient(180deg, #0A5926 0%, #1A291C 100%);
    margin: 0 auto;
    margin-bottom: 40px;
}

.sociallotsgame__leaders__wrap:last-child{
    margin-bottom: 0;
}

.sociallotsgame__leaders__left {
    display: flex;
    align-items: center;
    gap: 16px;
    max-width: 170px;
    width: 100%;
}


.sociallotsgame__leaders__text {
    color: #FFF;
    font-family: Abel;
    font-size: 20px;
    font-weight: 400;
    line-height: 120%; 
    text-transform: uppercase;
}

.sociallotsgame__leaders__center {
    max-width: 827px;
    width: 100%;
}

.sociallotsgame__leaders__line {
    height: 16px;
    border-radius: 10px;
    background: linear-gradient(0deg, #0A5926 0%, #0FFF2B 100%);
}

.leaders__line_1 {
    width: 100%;
}

.leaders__line_2 {
    width: 90%;
}

.leaders__line_3 {
    width: 80%;
}

.sociallotsgame__leaders__number {
    color: #FFF;
    font-family: "Lexend Exa";
    font-size: 30px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}


.sociallotsgame_testimonials {
    padding-top: 50px;
    padding-bottom: 50px;
}

.sociallotsgame_testimonials__header{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 40px;
}

.sociallotsgame_testimonials__title {
    color: #1A291C;
    font-family: "Lexend Exa";
    font-size: 38px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%; /* 45.6px */
    text-transform: uppercase;
}

.sociallotsgame_testimonials__btns{
    display: flex;
    gap: 12px;
}

.sociallotsgame_testimonials__btn{
    display: flex;
    justify-content: center;
    border: none;
    cursor: pointer;
    background: #FFF;
    align-items: center;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    transition: 0.4s;
}

.sociallotsgame_testimonials__btn:hover{
    transition: 0.4s;
    background: #8e8d8d;
    color: #FFF
}

.sociallotsgame_testimonials__btn:nth-child(1){
    transform: rotate(180deg);
}

.sociallotsgame_testimonials__sub{
    color: #1A291C;
    font-size: 16px;
    font-weight: 400;
    line-height: 130%;
    margin-bottom: 12px;
}

.sociallotsgame_testimonials__items {
    display: flex;
    justify-content: space-between;
}

.sociallotsgame_testimonials__item {
    border: 1px solid #FFF;
    padding: 24px;
    min-height: 230px;
    max-width: 400px;
    border-radius: 10px;
    border: 1px solid #B3FF00;
    background: #FFF;
    box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.01);
}

.sociallotsgame_testimonials__stars {
    margin-bottom: 24px;
}

.sociallotsgame_testimonials__text {
    color: #1A291C;
    font-family: Abel;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 21px */
    margin-bottom: 16px;
}

.sociallotsgame_testimonials__head {
    color: #1A291C;
    font-family: "Lexend Exa";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%; /* 24px */
}


.sociallotsgame_footer {
    background: linear-gradient(180deg, #9747FF 0%, #1A291C 100%);
    padding-top: 40px;
    padding-bottom: 40px;
}

.sociallotsgame_footer__wrap {
    display: flex;
    justify-content: space-between;
}

.sociallotsgame_footer__left {
    max-width: 100%;
    width: 100%;
}

.sociallotsgame_footer__logo{
    display: block;
    margin: 0 auto;
    margin-bottom: 24px;
}

.sociallotsgame_footer__sup {
    color: #FFF;
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
}

.sociallotsgame_footer__right {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 98px;
    max-width: 231px;
    width: 100%;
}

.sociallotsgame_footer__title {
    color: #FFF;
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 16px;
}

.sociallotsgame_footer__text {
    color: #F1F1F1;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 24px;
}

.sociallotsgame_footer__nav {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 40px;
    margin-bottom: 24px;
}

.sociallotsgame_footer__links{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 100px;
    margin-bottom: 24px;
}

.sociallotsgame_footer__link {
    color: #F1F1F1;
    font-family: "Lexend Exa";
    font-size: 14px;
    font-weight: 700;
    transition: 0.4s;
}

.sociallotsgame_footer__link:hover {
    opacity: 0.5;
    transition: 0.4s;
}

.sociallotsgame_footer__sup{
    color: #A1A1A1;
    font-family: "Lexend Exa";
    text-align: center;
    font-size: 14px;
}

.sociallotsgame_footer__info {
    color: #FFF;
    font-size: 16px;
    font-weight: 400;
}

.sociallotsgame_about {
    padding-top: 50px;
    padding-bottom: 50px;
}

.sociallotsgame_about__wrap {
    display: flex;
    width: 100%;
    justify-content: flex-end;
}

.sociallotsgame_about__content {
    max-width: 483px;
}

.sociallotsgame_about__title {
    color: #FFF;
    font-size: 48px;

    font-weight: 800;
    line-height: normal;
    margin-bottom: 20px;
}

.sociallotsgame_about__text {
    color: #1A291C;
    font-family: "Lexend Exa";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 24px */
    margin-bottom: 15px;
}


.sociallotsgame_contact {
    padding-top: 50px;
    padding-bottom: 50px;
}

.contact_log{
    background: #111113;
}

.sociallotsgame_contact__wrapper{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.sociallotsgame_contact__wrap{
    padding: 40px;
    border-radius: 20px;
    background: #FFF;
    max-width: 900px;
    width: 100%;
    margin: 0 auto;
}

.contact__wrap{
    margin: 0;
}

.sociallotsgame_contact__title {
    color: #1A291C;
    font-family: "Lexend Exa";
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%; /* 28.8px */
    text-transform: uppercase;
    margin-bottom: 24px;
}

.sociallotsgame___form {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    max-width: 100%;
    width: 100%;
    margin: 0 auto;
}

.sociallotsgame_contact__email{
    color: #1A291C;
    font-size: 16px;
    font-weight: 400;
    line-height: 130%; /* 20.8px */
}

.sociallotsgame_contact__inner{
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 24px;
}

.sociallotsgame_contact__label {
    color: #1A291C;
    font-size: 14px;
    font-weight: 400;
    line-height: 130%; /* 18.2px */
    margin-bottom: 8px;
}

.sociallotsgame___input {
    height: 47px;
    padding: 14px 16px;
    border-radius: 10px;
    border: 1px solid #E6E6E6;
    background: #FFF;
    width: 100%;
    font-size: 16px;
    color: #999;
    font-weight: 400;
    margin-bottom: 20px;
}

.sociallotsgame___message {
    height: 80px;
    padding: 14px 16px;
    border-radius: 10px;
    border: 1px solid #E6E6E6;
    background: #FFF;
    width: 100%;
    font-size: 16px;
    color: #999;
    font-weight: 400;
    margin-bottom: 20px;
    resize: none;
}

.sociallotsgame___btn {
    width: 246px;
    display: flex;
    padding: 14px 24px;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    background: linear-gradient(180deg, #9747FF 0%, #1A291C 100%);
    color: #FFF;
    border: none;
    cursor: pointer;
    font-size: 16px;
    font-style: normal;
    font-family: "Lexend Exa";
    font-weight: 500;
    line-height: 100%;
    letter-spacing: -0.14px;
    text-transform: capitalize;
    transition: 0.4s;
}

.sociallotsgame___btn:hover {
    background: #FFF;
    color: #AC2FFF;
    transition: 0.4s;
}

.modal_form {
    display: none; 
    justify-content: center;
    align-items: center;
    background-color: rgba(0, 0, 0, 0.8);
    position: fixed; 
    z-index: 10000; 
    left: 0;
    top: 0;
    width: 100%; 
    height: 100%; 

}
.modal_form__content {
    position: relative;
    top: 0%;
    border-radius: 10px;
    background: linear-gradient(270deg, #F0F0F0 0%, #CDCDCD 100%);
    padding: 32px;
    max-width: 614px;
    width: 100%;
    display: flex;
}

.modal_form__title{
    color: #1A291C;
    text-align: center;
    font-family: "Lexend Exa";
    font-size: 38px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 20px;
}

.modal_form__left{
    width: 100%;
}

.modal_form__subtitle{
    color:  #FFF;
    font-size: 14px;
    font-weight: 400;
    line-height: 23px; 
    margin-bottom: 30px;
}

.modal_form__inner{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
}

.modal_form__links{
    color: #1A291C;
    font-size: 12px;
    font-weight: 400;
    line-height: 150%; 
    margin-bottom: 32px;
}

.modal_form__label{
    color: #FFD800;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 5px;
}

.modal_form__bold{
    color: #4D4D4D;
    text-align: center;
    font-family: "Lexend Exa";
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%; /* 14.4px */
    text-transform: uppercase;
}

.modal_form__input{
    border-radius: 10px;
    border: 1px solid #E6E6E6;
    background: #FFF;
    padding: 14px 16px;
    width: 100%;
    margin-bottom: 16px;
    color: #999;
    font-size: 16px;
    font-weight: 400;
}

.modal_form__input::placeholder{
    color: #999;
}

.modal_form__btn{
    padding: 14px 24px;
    width: 200px;
    border-radius: 10px;
    background: linear-gradient(180deg, #0A5926 0%, #1A291C 100%);
    text-transform: uppercase;
    color: #FFF;
    font-family: "Lexend Exa";
    font-size: 16px;
    font-weight: 400;
    line-height: 100%; /* 14px */
    letter-spacing: -0.14px;
    border: none;
    cursor: pointer;
    margin-bottom: 10px;
    text-transform: uppercase;
    transition: 0.4s;
}



.modal_form__btn:hover{
    background: #FF8235;
    color: #fff;
    transition: 0.4s
}

.modal_form__wrappper{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.modal__text{
    color: #000;
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    line-height: normal; 
    margin-bottom: 15px;
}

.modal_form__close{
    position: absolute;
    right: 10px;
    top: 10px;
    cursor: pointer;
    color: #000
}


.modal_form__close1{
    position: absolute;
    right: 10px;
    top: 10px;
    cursor: pointer;
    color: #000
}

.modal_form__pass{
    color: #808080;
    font-size: 12px;
    font-weight: 400;
    line-height: 150%;
    text-align: right;
    width: 100%;
    margin-bottom: 24px;
}
  
  .popup {
    display: none; 
    justify-content: center;
    align-items: center;
    position: fixed;
    z-index: 1; 
    left: 0;
    top: 0;
    width: 100%; 
    height: 100%; 
    background-color: rgba(0,0,0,0.4); 
}

.popup__box {
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 0.24);
    background: rgba(27, 46, 121, 0.30);
    backdrop-filter: blur(4.800000190734863px);
    margin: 15% auto; 
    padding: 15px;
    border-radius: 20px;
    width: 90%;
    height: auto;
    box-sizing: border-box;
}

.popup__game{
    width: 100%;
    height: 400px;
}

.popup__iframe{
    width: 100%;
    height: 100%;
}

.popup__title{
    margin: 0;
    letter-spacing: 0.1px;
    text-align: left;
    margin-bottom: 9px;
    color: #FFF;
    font-size: 36px;
    font-weight: 700;
    margin-right: 10px;
}

.popup__name{
    margin: 0;
    letter-spacing: 0.1px;
    text-align: left;
    margin-bottom: 9px;
    color: #000;
    font-size: 15px;
    font-weight: 700;
}

.popup__content{
    display: flex;
    align-items: center;
}

.popup__close {
    color: #aaa;
    float: right;
    font-size: 40px;
    font-weight: bold;
}

.popup__close:hover,
.popup__close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}



  .modal {
    display: none; 
    justify-content: center;
    align-items: center;
    background-color: rgba(0, 0, 0, 0.8);
    position: fixed; 
    z-index: 10000; 
    left: 0;
    top: 0;
    width: 100%; 
    height: 100%; 

}

.modal__title{
    margin: 0;
    margin-bottom: 24px;
    color: #1A291C;
    text-align: center;
    font-family: "Lexend Exa";
    font-size: 28px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
}

.modal__subtitle{
    margin: 0;
    margin-bottom: 10px;
    color: #F1F1F1;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.2px;
    margin-bottom: 10px;
}

.modal__btn{
    display: flex;
    width: 120px;
    padding: 10px 50px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    align-self: stretch;
    border:none;
    border-radius: 10px;
    background: linear-gradient(180deg, #9747FF 0%, #1A291C 100%);
    color: #FFF;
    font-family: "Lexend Exa";
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 400;
    cursor: pointer;
    transition: 0.4s;
    margin: 0 auto;
    margin-bottom: 10px;
}

.modal__link{
    display: flex;
    width: 120px;
    padding: 10px 50px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    align-self: stretch;
    border:none;
    border-radius: 10px;
    border: 2px solid #9747FF;
    color: #9747FF;
    font-family: "Lexend Exa";
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 400;
    cursor: pointer;
    transition: 0.4s;
    margin: 0 auto;
    margin-bottom: 10px;
}

.modal__link:hover{
    background: #9747FF;
    color: #fff;
    transition: 0.4s;
}

.modal__btn:hover{
    background: #FF8235;
    color: #fff;
    transition: 0.4s;
}

.modal__wraps{
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
}


.btn{
    background: transparent;
    border: 1px solid #FFF;
    color: #FFF;
}

.modal__content {
    position: relative;
    top: 0%;
    border-radius: 10px;
    background: #FBFBFB;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 24px;
    width: 100%;
    max-width: 700px;
}

.modal__close {
    position: absolute;
    top: 0;
    right: 10px;
    color: #aaa;
    font-size: 28px;
    font-weight: bold;
}

.modal__img{
    margin-bottom: 20px;
}


.modal__close:hover,
.modal__close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}


.cookie-popup.hidden {
    display: none;
  }

.popupcookie {
    display: flex;
    justify-content: flex-end;
    position: fixed;
    right: 0;
    bottom: 0;
    z-index: 100;
    width: 100%;
}


.popupcookie__content {
    position: relative;
    top: 20%;
    right: 0;
    max-width: 500px;
    width: 100%;
    border-radius: 10px;
    background: #FBFBFB;
    padding: 20px;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    gap: 20px;
}

.popupcookie__close:hover,
.popupcookie__close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

.popupcookie__title{
    color: #1A291C;
    text-align: center;
    font-family: "Lexend Exa";
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%; /* 44.8px */
    text-transform: uppercase;
    margin-bottom: 12px;
}

.popupcookie__subtitle{
    color: #363636;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%; 
}

.popupcookie__btn{
    border: none;
    display: flex;
    padding: 10px 20px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    width: 100%;
    border-radius: 8px;
    background: linear-gradient(180deg, #9747FF 0%, #1A291C 100%);
    color: #FFF;
    font-family: "Lexend Exa";
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.2px;
    cursor: pointer;
    text-transform: uppercase;
}

.popupcookie__button{
    display: flex;
    padding: 10px 40px;
    justify-content: center;
    align-items: center;
    width: 100%;
    gap: 10px;
    border-radius: 8px;
    border: 2px solid #9747FF;
    color: #9747FF ;
    font-family: "Lexend Exa";
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.2px;
    cursor: pointer;
    transition: 0.4s;
    text-transform: uppercase;
}

.popupcookie__button:hover{
    background: #22272B;
    color: #fff;
    transition: 0.4s;
}

.popupcookie__btns{
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 10px;
    width: 100%;
}

.popupcookie__btn:hover{
    background: #22272B;
    color: #fff;
    transition: 0.4s;
}



.header__hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    border: 0;
    clip: rect(0 0 0 0);
}


.info__title,
.content__title {
    color: #000;
    font-size: 21px;
    font-style: normal;
    font-weight: 800;
    margin: 0;
    margin-bottom: 16px;

}

.info__head,
.terms__subtitle {
    margin: 0;
    color: #000;
    font-size: 19px;
    font-style: normal;
    font-weight: 600;
    margin-bottom: 16px;
}

.info__text,
.terms__text {
    margin: 0;
    color: #000;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    margin-bottom: 16px;
}



.header__img_mob {
    display: none;
}

.popup {
    display: none;
    justify-content: center;
    align-items: center;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
}

.popup__box {
    border-radius: 10px;
    border: 1px solid #A992C8;
    background: linear-gradient(180deg, #1C4351 0%, #51AFD1 100%);
    margin: 15% auto;
    padding: 15px;
    border-radius: 20px;
    width: 90%;
    height: auto;
    box-sizing: border-box;
}

.popup__game {
    width: 100%;
    height: 400px;
}

.popup__iframe {
    width: 100%;
    height: 100%;
}

.popup__title {
    margin: 0;
    letter-spacing: 0.1px;
    text-align: left;
    margin-bottom: 9px;
    color: #FFF;
    font-size: 36px;
    font-weight: 700;
    margin-right: 10px;
}

.popup__name {
    margin: 0;
    letter-spacing: 0.1px;
    text-align: left;
    margin-bottom: 9px;
    color: #000;
    font-size: 15px;
    font-weight: 700;
}

.popup__content {
    display: flex;
    align-items: center;
}

.popup__close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.popup__close:hover,
.popup__close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

.sociallotsgame_demo {
    padding-top: 100px;
    padding-bottom: 100px;
}

.sociallotsgame_demo__title {
    color: #201A29;
    text-align: center;
    font-family: "Lexend Exa";
    font-size: 72px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 30px;
}

.sociallotsgame_demo__wrapper {
    border-radius: 20px;
    border: 1px solid #FFF;
    background: #FFF;
}

.sociallotsgame_demo__wrapper {
    position: relative;
    overflow: hidden;
    width: 100%;
    max-width: 1240px;
    margin: 0 auto;
    padding-top: 615px;
}

.sociallotsgame_demo__iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.sociallotsgame_demo {
    margin-bottom: 0px;
}


.active__block {
    display: flex;
}

.slick-prev, .slick-next {
    display: none !important; 
}

.mob{
    display: none;
}

.mobs{
    display: none;
}

.desc__top {
    padding-top: 140px;
    padding-bottom: 50px;
}

@media (max-width: 1260px) {
    .body__container {
        max-width: 100%;
        padding-left: 20px;
        padding-right: 20px;
    }

    .sociallotsgame_header__fixed {
        max-width: 100%;
        padding-left: 20px;
        padding-right: 20px;
    }

    .sociallotsgame_header__wrap {
        flex-direction: column;
        gap: 24;
    }

    .sociallotsgame_header_btns{
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    

    .sociallotsgame_header__links {
        display: none;
    }

    .sociallotsgame_header__burger {
        display: block;
        cursor: pointer;
        flex-direction: column;
        width: 22px;
        height: 22px;
    }

    /* Эффект перекрестия */
    .sociallotsgame_header__burger.active_menu .bar:nth-child(1) {
        transform: rotate(45deg);
        transform-origin: 1px;
    }

    .sociallotsgame_header__burger.active_menu .bar:nth-child(2) {
        opacity: 0;
        /* Скрыть вторую палочку */
    }

    .sociallotsgame_header__burger.active_menu .bar:nth-child(3) {
        transform: rotate(-45deg);
        transform-origin: 5px;
    }

    .sociallotsgame_header__line {
        height: 2px;
        background-color: #000;
        margin: 4px 0;
        transition: all 0.3s ease;
    }

    .menu {
        display: none;
        align-items: center;
        flex-wrap: wrap;
        gap: 30px;
        padding-left: 26px;
        padding-right: 26px;
        padding-top: 20px;
        padding-bottom: 20px;
        position: absolute;
        top: 88px;
        left: 0;
        width: 100%;
        max-width: 100%;
        background: #FBFBFB;
        justify-content: flex-start;
        align-items: center;
        margin: 0 auto;
        padding-top: 20px;
        padding-bottom: 20px;
        padding: 20px;
    }

    .menu.active {
        display: flex;
    }

    .header__img_mob {
        display: block;
        margin: 0 auto;
        margin-bottom: 10px;
    }

    .header__img_desc {
        display: none;
    }

    .sociallotsgame_header__block {
        max-width: 100%;
        z-index: 10;
    }

    .sociallotsgame_header__subtitle{
        text-align: center;
    }

    .sociallotsgame_advantages__wrapper {
        flex-direction: column;
        gap: 20px;
    }



    .sociallotsgame_advantages__item {
        max-width: 100%;
    }

    .sociallotsgame_advantages__images {
        display: flex;
        max-width: 100%;
        justify-content: center;
        width: 100%;
        align-items: center;
    }

    .sociallotsgame_footer__wrap {
        flex-direction: column;
        gap: 41px;
    }

    .sociallotsgame_footer__right {
        gap: 20px;
        order: 1;
    }

    .sociallotsgame_footer__nav {
        flex-wrap: wrap;
        justify-content: center;
        gap: 20px;

    }

    .sociallotsgame_about__content {
        max-width: 100%;
    }

    .sociallotsgame_icons__items {
        flex-wrap: wrap;
        gap: 20px;
        justify-content: center;
    }

    .sociallotsgame_testimonials__items {
        justify-content: center;
        flex-wrap: wrap;
        gap: 20px;
    }

    .sociallotsgame_info__wrap{
        flex-direction: column;
        gap: 20px;
    }

    .sociallotsgame__items{
        justify-content: center;
    }

    .sociallotsgame_info {
        padding-top: 30px;
        padding-bottom: 30px;
    }


    .sociallotsgame__leaders__left {
        max-width: 170px;
        width: 100%;
    }


    .sociallotsgame__about__wrap {
        flex-direction: column;
    }

    .sociallotsgame__about__items {
        max-width: 100%;
    }

    .sociallotsgame_contact__wrapper{
        flex-direction: column;
        gap: 70px;
    }

    .sociallotsgame_contact__wrap{
        max-width: 100%;
    }

    .sociallotsgame___form{
        max-width: 100%;
    }

    .mob{
        display: flex;
    }

    .desc{
        display: none;
    }

    .sociallotsgame_info__box{
        flex-direction: column;
        gap: 20px;
    }

    .sociallotsgame_info__right{
        order: -1;
        max-width: 100%;
    }

    .sociallotsgame_info__sub{
        text-align: center;
    }

    .sociallotsgame_info__title{
        text-align: center;
    }

    .sociallotsgame_testimonials__item{
        max-width: 100%;
        min-height: auto;
    }

    .sociallotsgame_header__sub{
        text-align: center;
    }

    .sociallotsgame_header__title{
        text-align: center;
    }

    .info__right{
        order: 1;
    }

}


@media (max-width: 991px) {


    .sociallotsgame_footer__wrap {
        flex-direction: column;
    }

    .sociallotsgame_footer__left {
        flex-direction: column;
    }

    .sociallotsgame_footer__text {
        max-width: 100%;
    }


}

@media (max-width: 575px) {
    .body__container {
        padding-left: 10px;
        padding-right: 10px;
    }

    .sociallotsgame_header__fixed {
        padding-left: 10px;
        padding-right: 10px;
    }

    .sociallotsgame_header__title {
        font-size: 24px;
        margin-bottom: 16px;
    }

    .sociallotsgame_header__subtitle{
        font-size: 16px;
        margin-bottom: 16px;
    }


    .sociallotsgame_header__play {
        font-size: 16px;
    }

    .sociallotsgame_history__title {
        font-size: 20px;
        margin-bottom: 20px;
    }

    .sociallotsgame_history__subtitle {
        font-size: 16px;
        margin-bottom: 10px;
    }

    .sociallotsgame_advantages__wrap {
        padding: 20px 10px;
    }

    .sociallotsgame_advantages__list {
        padding-left: 20px;
    }


    .sociallotsgame_advantages__title {
        font-size: 20px;
        margin-bottom: 20px;
    }

    .sociallotsgame_advantages__text {
        font-size: 16px;
    }

    .sociallotsgame_comparison__wrap {
        padding: 20px 10px;
    }


    .sociallotsgame_comparison__title {
        font-size: 20px;
        margin-bottom: 20px;
    }

    .sociallotsgame_comparison__subtitle {
        font-size: 16px;
    }

    .sociallotsgame_footer__title {
        font-size: 20px;
        margin-bottom: 10px;
    }

    .sociallotsgame_footer__text {
        font-size: 14px;
        margin-bottom: 16px;
    }

    .sociallotsgame_footer__link {
        font-size: 14px;
    }

    .sociallotsgame_footer__info {
        font-size: 14px;
    }

    .sociallotsgame_history {
        margin-bottom: 30px;
    }

    .sociallotsgame_advantages {
        margin-bottom: 30px;
    }

    .sociallotsgame_comparison {
        margin-bottom: 30px;
    }

    .sociallotsgame_demo__title {
        font-size: 22px;
        margin-bottom: 20px;
    }


    .popupcookie__title {
        font-size: 20px;
    }

    .popupcookie__subtitle {
        font-size: 12px;
    }

    .modal__title {
        font-size: 20px;
    }

    .modal__subtitle {
        font-size: 12px;
    }

    .modal__btn {
        padding: 10px;
        font-size: 14px;
    }

    .sociallotsgame_advantages__head {
        font-size: 18px;
    }

    .sociallotsgame_demo__wrapper {
        padding-top: 260px;
    }

    .sociallotsgame_header__play {
        max-width: 100%;
        width: 100%;
        padding: 10px 20px;
        font-size: 12px;
    }

    .sociallotsgame_header__sign{
        max-width: 100%;
        width: 100%;
        padding: 10px 20px;
        font-size: 12px;
    }

    .sociallotsgame_header {
        padding-top: 0px;
    }

    .sociallotsgame_footer {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .sociallotsgame_header__box {
        padding-top: 140px;
    }

    .sociallotsgame_header__wrap {
        padding-top: 0px;
        padding-bottom: 40px;
    }

    .sociallotsgame_header__logo {
        max-width: 160px;
    }

    .sociallotsgame__play {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .sociallotsgame__title {
        font-size: 24px;
        text-align: center;
        margin-bottom: 20px;
    }

    .sociallotsgame__item {
        max-width: 300px;
    }
    .sociallotsgame__name {
        font-size: 16px;
        text-align: center;
    }

    .sociallotsgame_footer__nav {
        flex-direction: column;
        gap: 16px;
    }

    .sociallotsgame__link {
        padding: 14px 24px;
        font-size: 16px;
        margin: 0 auto;
    }

    .sociallotsgame_footer__links{
        flex-direction: column;
        gap: 16px;
    }

    .sociallotsgame__content {
        min-height: auto;
    }

    .sociallotsgame_about__content {
        max-width: 100%;
    }

    .sociallotsgame_about__title {
        font-size: 30px;
        margin-bottom: 11px;
    }

    .sociallotsgame_about__text {
        font-size: 12px;
        margin-bottom: 10px;
    }

    .sociallotsgame_about {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .sociallotsgame_icons {
        padding-top: 0;
        padding-bottom: 40;
    }


    .desc__top {
        padding-top: 140px;
        padding-bottom: 50px;
    }

    .sociallotsgame_contact__title {
        font-size: 30px;
        margin-bottom: 20px;
    }

    .sociallotsgame_contact__label {
        font-size: 14px;
    }

    .sociallotsgame_contact {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .sociallotsgame_demo {
        padding-top: 60px;
        padding-bottom: 60px;
    }


    .sociallotsgame_icons__text {
        font-size: 32px;
    }

    .icons__text{
        font-size: 16px;
    }

    .sociallotsgame_icons__item {
        max-width: 250px;
        width: 100%;
    }

    .sociallotsgame__leaders__ava {
        max-width: 50px;
    }

    .sociallotsgame__leaders__text {
        font-size: 12px;
    }

    .sociallotsgame__leaders__left {
        flex-direction: column;
        text-align: left;
        justify-content: flex-start;
        align-items: flex-start;
        max-width: 65px;
        gap: 8px;
    }

    .sociallotsgame__leaders__number {
        font-size: 14px;
    }

    .sociallotsgame_testimonials__btns{
        display: none;
    }

    .sociallotsgame__leaders{
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .sociallotsgame_testimonials{
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .sociallotsgame__leaders__wrap {
        gap: 10px;
    }

    .sociallotsgame__leaders__wrap {
        margin-bottom: 20px;
    }

    .sociallotsgame__leaders__title {
        font-size: 30px;
    }

    .sociallotsgame__leaders__head {
        font-size: 22px;
    }

    .sociallotsgame_testimonials__title {
        font-size: 22px;
        text-align: center;
    }

    .sociallotsgame_testimonials__header{
        margin-bottom: 20px;
    }

    .sociallotsgame_testimonials__text {
        font-size: 12px;
        margin-bottom: 8px;
    }

    .sociallotsgame_testimonials__head {
        font-size: 12px;
    }

    .sociallotsgame_testimonials__stars{
        margin-bottom: 16px;
    }

    .sociallotsgame_testimonials__item {
        min-height: auto;
        padding: 16px;
    }

    .sociallotsgame_testimonials__items {
        gap: 20px;
    }

    .sociallotsgame__about {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .sociallotsgame__about__title {
        font-size: 30px;
    }

    .sociallotsgame__about__text {
        font-size: 14px;
    }

    .sociallotsgame__about__link {
        width: auto;
        padding: 10px;
        font-size: 14px;
    }

    
    .mobs{
        display: flex;
    }

    .sociallotsgame_header__sub{
        font-size: 14px;
    }

    .sociallotsgame__play__sup{
        font-size: 14px;
    }

    .sociallotsgame_info{
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .sociallotsgame_info__title{
        font-size: 24px;
        margin-bottom: 24px;
        text-align: left;
    }

    .sociallotsgame_info__head{
        font-size: 14px;
        margin-bottom: 16px;
    }

    .sociallotsgame_info__text{
        font-size: 14px;
    }

    .sociallotsgame_info__text:last-child{
        margin-bottom: 0;
    }

    .sociallotsgame_info__sub{
        font-size: 14px;
    }

    .sociallotsgame__leaders__sup{
        font-size: 14px;
    }

    .sociallotsgame_header__span{
        font-size: 22px;
    }

    .sociallotsgame_contact__wrap{
        padding: 8px;
    }

    .sociallotsgame_contact__title{
        font-size: 22px;
        margin-bottom: 16px;
    }

    .sociallotsgame___input{
        margin-bottom: 12px;
    }

    .sociallotsgame___btn{
        width: 100%;
    }

    .desc__top {
        padding-top: 100px;
        padding-bottom: 50px;
    }

    .sociallotsgame_info_1{
        padding-bottom: 10px;
    }

    .sociallotsgame_info_2{
        padding-top: 10px;
    }

}