﻿@charset "UTF-8";
* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: sans-serif;
}

html {
    overflow-x: hidden;
}

body {
    overflow-x: hidden;
    background: url('../images/bg-body.jpg') top center/cover no-repeat;
    color: #fff;
}

h1 {
    font-family: sans-serif;
}

@font-face {
    font-family: sans-serif;
    src: url('../fonts/NewakeFont-Demo.otf');
}
.header {
    padding: 37px 0;
}
.header .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.header .container .left {
    display: flex;
    align-items: center;
    gap: 40px;
}
.header .container .left nav ul {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    gap: 50px;
    display: flex;
}
.header .container .left nav ul li {
    list-style-type: none;
}
.header .container .left nav ul li a {
    color: #fff;
    text-decoration: none;
}
.header .container .left .logo img {
    width: 42px;
}
.header .container .login-header {
    display: flex;
    align-items: center;
    gap: 8px;
}
.header .container .login-header .card-t {
    margin-right: 20px;
}
.header .container .login-header .card-t img {
    width: 24px;
}
.header .container .login-header .lg {
    color: #fff;
    text-decoration: none;
}
.header .container .login-header .lg img {
    width: 24px;
}
.header .container .login-header p {
    color: #fff;
    margin-bottom: 0;
}

.header-lotto .container {
    border-radius: 40px;
    box-shadow: 0px 0px 17px rgba(128, 207, 204, 0.25);
    background: url('../images/header-bg.jpg') center center/cover no-repeat;
    padding-top: 70px;
    padding-bottom: 40px;
}
.header-lotto .container .text {
    margin-left: auto;
    width: 45%;
    text-align: center;
}
.header-lotto .container .text h1 {
    font-size: 48px;
    margin-bottom: 10px;
    color: #fff;
    text-transform: uppercase;
    position: relative;
    text-shadow: -5px -5px 0 #727a98, 5px -5px 0 #727a98, -5px 5px 0 #727a98,
        5px 5px 0 #727a98, -5px 0px 0 #727a98, 5px 0px 0 #727a98,
        0px -5px 0 #727a98, 0px 5px 0 #727a98;
}
.header-lotto .container .text h1 span {
    font-size: 28px;
    position: absolute;
    right: 40px;
    bottom: -30px;
    z-index: 99;
    color: #fff;
    text-transform: uppercase;
    text-shadow: -5px -5px 0 #727a98, 5px -5px 0 #727a98, -5px 5px 0 #727a98,
        5px 5px 0 #727a98, -5px 0px 0 #727a98, 5px 0px 0 #727a98,
        0px -5px 0 #727a98, 0px 5px 0 #727a98;
}
.header-lotto .container .text .timer-header {
    position: relative;
}
.header-lotto .container .text .timer-header img {
    width: 484px;
    height: 484px;
}
.header-lotto .container .text .timer-header .txt {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.header-lotto .container .text .timer-header .txt h3 {
    font-size: 31px;
    margin-bottom: 22px;
    color: #fff;
    font-family: sans-serif;
}
.header-lotto .container .text .timer-header .txt .countdown {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-bottom: 22px;
}
.header-lotto .container .text .timer-header .txt .time-block {
    background: white;
    color: #273c9a;
    font-weight: bold;
    display: flex;
    padding: 10px 16px;
    border-radius: 999px;
    font-size: 20px;
}
.header-lotto .container .text .timer-header .txt .colon {
    color: white;
    font-size: 20px;
    font-weight: bold;
}

.a-btn {
    font-weight: 600;
    font-size: 24px;
    padding: 16px 48px;
    border-radius: 99px;
    background: linear-gradient(90deg, rgb(19 94 194) 0%, rgb(207 6 6) 100%);
    text-decoration: none;
    color: #fff;
    display: inline-block;
}
.a-btn:hover {
    color: #fff;
}

.title {
    margin-bottom: 16px;
}
.title h2 {
    color: #fff;
    font-size: 32px;
    text-shadow: -2px -2px 0 #727a98, 2px -2px 0 #727a98, -2px 2px 0 #727a98,
        2px 2px 0 #727a98, -2px 0px 0 #727a98, 2px 0px 0 #727a98,
        0px -2px 0 #727a98, 0px 2px 0 #727a98;
}

.fast-buy {
    padding: 80px 0;
}
.fast-buy .title {
    text-align: center;
}
.fast-buy .block {
    width: 100%;
    max-width: 650px;
    margin: 0 auto;
}
.fast-buy .block .item {
    background-color: #1d1d1d;
    border-radius: 16px;
    padding: 34px 25px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}
.fast-buy .block .item .text .top .logo {
    display: flex;
    align-items: center;
}
.fast-buy .block .item .text .top img {
    width: 42px;
    margin-right: 10px;
}
.fast-buy .block .item .text .top h3 {
    color: #fff;
    font-size: 20px;
    text-shadow: -2px -2px 0 #727a98, 2px -2px 0 #727a98, -2px 2px 0 #727a98,
        2px 2px 0 #727a98, -2px 0px 0 #727a98, 2px 0px 0 #727a98,
        0px -2px 0 #727a98, 0px 2px 0 #727a98;
}
.fast-buy .block .item .text .p {
    font-size: 20px;
    margin-bottom: 0;
}
.fast-buy .block .item .ct .counter-container {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 25px;
    gap: 10px;
    margin-bottom: 30px;
}
.fast-buy .block .item .ct .counter-box {
    display: flex;
    align-items: center;
    padding: 5px 10px;
    border-radius: 6px;
    font-weight: bold;
    font-size: 18px;
}
.fast-buy .block .item .ct .counter-box button {
    background: none;
    border: none;
    border-radius: 4px;
    color: white;
    font-size: 16px;
    cursor: pointer;
    width: 25px;
    height: 25px;
}
.fast-buy .block .item .ct .counter-box span {
    margin: 0 8px;
    width: 20px;
    display: inline-block;
    text-align: center;
}
.fast-buy .block .item .ct .price {
    color: #fff;
    font-size: 32px;
    text-shadow: -2px -2px 0 #727a98, 2px -2px 0 #727a98, -2px 2px 0 #727a98,
        2px 2px 0 #727a98, -2px 0px 0 #727a98, 2px 0px 0 #727a98,
        0px -2px 0 #727a98, 0px 2px 0 #727a98;
    font-size: 36px;
    border-radius: 6px;
}
.fast-buy .block .item .ct .add-to-cart {
    background: white;
    color: black;
    font-weight: 600;
    padding: 12px 30px;
    font-size: 16px;
    border-radius: 12px;
    border: none;
    cursor: pointer;
    width: 100%;
    display: inline-block;
    text-decoration: none;
    text-align: center;
}
.fast-buy .block .item .ct .add-to-cart:hover {
    background: #eee;
}
.fast-buy .block h6 {
    font-size: 10px;
    opacity: 0.5;
    margin-top: 16px;
}

.main-text {
    margin-bottom: 150px;
}
.main-text h3 {
    font-weight: 400;
    font-size: 24px;
    margin-bottom: 40px;
}

.faq-block {
    margin-bottom: 150px;
}
.faq-block .title {
    text-align: center;
}
.faq-block .faq-list {
    max-width: 700px;
    margin: 40px auto;
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.faq-block .faq-item {
    background-color: #fdf9f7;
    border-radius: 10px;
    overflow: hidden;
}
.faq-block .faq-toggle {
    background: none;
    border: none;
    width: 100%;
    padding: 20px;
    padding-right: 50px;
    text-align: left;
    font-size: 18px;
    font-weight: bold;
    cursor: pointer;
    position: relative;
    color: #000;
}
.faq-block .faq-toggle::after {
    content: '▼';
    position: absolute;
    right: 20px;
    transition: transform 0.3s ease;
    color: #3271e0;
}
.faq-block .faq-toggle.opened::after {
    transform: rotate(180deg);
}
.faq-block .faq-answer {
    max-height: 0;
    overflow: hidden;
    padding: 0 20px;
    background-color: #fdf9f7;
    transition: max-height 0.4s ease;
}
.faq-block .faq-answer p {
    margin: 15px 0;
    font-size: 16px;
    color: #333;
}

.footer .responsible-gambling {
    background-color: #304ba0;
    color: #fff;
    padding: 40px 20px;
    font-family: sans-serif;
    font-size: 15px;
}
.footer .container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 1200px;
    margin: 0 auto;
}
.footer .rg-left {
    flex: 1 1 65%;
    min-width: 300px;
}
.footer .rg-logo-title {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 20px;
}
.footer .rg-logo-title h2 {
    font-size: 28px;
    font-weight: 700;
    color: #fff;
}
.footer .rg-logo {
    width: 60px;
    height: auto;
}
.footer .rg-left p {
    line-height: 1.6;
    margin-bottom: 25px;
}
.footer .rg-left a {
    color: #b6d5ff;
    text-decoration: underline;
}
.footer .rg-links {
    display: flex;
    gap: 30px;
    font-weight: 500;
}
.footer .rg-right {
    flex: 1 1 30%;
    min-width: 200px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 20px;
}
.footer .rg-icon-row {
    display: flex;
    justify-content: flex-end;
    gap: 55px;
}
.footer .rg-icon-row img {
    width: auto;
    height: 80px;
    border-radius: 12px;
}

.r-1 {
    margin: 80px 0;
}
.r-1 .title {
    text-align: center;
}
.r-1 .draw-title {
    text-align: center;
    font-size: 24px;
    color: #fff;
}
.r-1 .draw-title small {
    font-size: 16px;
}
.r-1 .draw-title span {
    color: #fff;
}
.r-1 .winning-numbers {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin: 20px 0;
}
.r-1 .number {
    background: linear-gradient(135deg, #2ad1b4, #a16ee4);
    color: white;
    width: 65px;
    height: 65px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 29px;
    font-weight: bold;
}
.r-1 .lotto-table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 20px;
    color: #fff;
}
.r-1 .lotto-table th,
.r-1 .lotto-table td {
    padding: 12px;
    border-bottom: 1px solid #444;
    text-align: center;
}
.r-1 .combo {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.r-1 .dot {
    width: 19px;
    height: 19px;
    border-radius: 50%;
    display: inline-block;
    margin: 0 2px;
}
.r-1 .dff {
    display: flex;
    gap: 10px;
    padding: 20px 0;
}
.r-1 .filled {
    background-color: #2ad1b4;
}
.r-1 .empty {
    border: 2px solid #999;
    background: transparent;
}
.r-1 .or {
    font-size: 12px;
    color: #888;
}

.find-s {
    margin-bottom: 100px;
}
.find-s .title {
    text-align: center;
}
.find-s .search-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    margin-top: 20px;
}
.find-s .draw-label {
    border: 1px solid white;
    border-radius: 30px;
    padding: 11px 30px;
    color: white;
    font-size: 16px;
    cursor: default;
}
.find-s .search-form {
    display: flex;
    gap: 10px;
    align-items: center;
}
.find-s .search-input {
    padding: 14px 20px;
    border: none;
    border-radius: 16px;
    width: 280px;
    font-size: 16px;
    outline: none;
    background-color: white;
    color: #000;
}
.find-s .search-button {
    padding: 14px 24px;
    border: none;
    border-radius: 20px;
    background: linear-gradient(90deg, rgb(19 94 194) 0%, rgb(207 6 6) 100%);
    color: white;
    font-weight: bold;
    font-size: 14px;
    cursor: pointer;
    transition: opacity 0.3s ease;
}
.find-s .search-button:hover {
    opacity: 0.9;
}

.tabs-bl {
    margin-bottom: 100px;
}
.tabs-bl .tab-switcher {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin: 0 auto;
    margin-bottom: 25px;
    border: 1px solid #fff;
    border-radius: 25px;
    max-width: 700px;
    width: 100%;
}
.tabs-bl .tab-btn {
    border-radius: 25px;
    padding: 10px 30px;
    font-weight: bold;
    cursor: pointer;
    background-color: transparent;
    transition: 0.3s;
    border: none;
    width: 100%;
    color: white;
}
.tabs-bl .tab-btn.active {
    background: linear-gradient(90deg, rgb(19 94 194) 0%, rgb(207 6 6) 100%);
    color: white;
    opacity: 1;
}
.tabs-bl .title h2 {
    font-size: 24px;
}
.tabs-bl .tab-panels {
    display: none;
}
.tabs-bl .tab-panels.active {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
}
.tabs-bl .number-card {
    padding: 12px 15px;
    display: flex;
    align-items: center;
    gap: 20px;
}
.tabs-bl .number-card .ff {
    width: 100%;
}
.tabs-bl .number-circle {
    width: 30px;
    height: 30px;
    min-width: 30px;
    min-height: 30px;
    border-radius: 50%;
    background: linear-gradient(90deg, rgb(19 94 194) 0%, rgb(207 6 6) 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 14px;
}
.tabs-bl .draw-count {
    font-size: 14px;
    color: #ccc;
}
.tabs-bl .progress-bar {
    background: transparent;
    border-radius: 10px;
    height: 8px;
    margin-top: 8px;
    overflow: hidden;
}
.tabs-bl .progress-fill {
    height: 100%;
    border-radius: 10px;
    background: linear-gradient(90deg, rgb(19 94 194) 0%, rgb(207 6 6) 100%);
}

.main-text-top {
    margin-top: 100px;
}

.d-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 50px;
}

.winning {
    margin-bottom: 100px;
}
.winning .cards {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 50px;
    margin-top: 40px;
}
.winning .card {
    background: #1a1a1a;
    border-radius: 12px;
    overflow: hidden;
    width: 100%;
    box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.05);
    border: 1px solid #fff;
}
.winning .card-header {
    background: linear-gradient(to right, #33d1cc, #b93ad1);
    padding: 12px 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}
.winning .card-header span {
    font-weight: bold;
    font-size: 16px;
}
.winning .card-body {
    padding: 20px;
    font-size: 14px;
    color: #ddd;
}
.winning .card-body strong {
    color: #fff;
}
.winning .dots {
    display: flex;
    align-items: center;
    gap: 6px;
    flex-wrap: wrap;
}
.winning .dots-fd {
    flex-direction: column;
}
.winning .dots-fd .fd {
    display: flex;
    gap: 10px;
}
.winning .dots-fd .fd .br {
    background-color: transparent;
    border: 1px solid #fff;
}
.winning .dots span {
    width: 19px;
    height: 19px;
    border-radius: 50%;
    background: #fff;
    display: inline-block;
}
.winning .or-text {
    color: #fff;
    font-size: 13px;
    padding: 0 6px;
}
@media (max-width: 768px) {
    .winning .cards {
        flex-direction: column;
        align-items: center;
    }
}

.main-text .h3 {
    color: #fff;
    font-size: 24px;
    margin-bottom: 20px;
    text-shadow: -1px -1px 0 #727a98, 1px -1px 0 #727a98, -1px 1px 0 #727a98,
        1px 1px 0 #727a98, -1px 0px 0 #727a98, 1px 0px 0 #727a98,
        0px -1px 0 #727a98, 0px 1px 0 #727a98;
}

.privacy {
    margin: 100px 0;
}
.privacy h2 {
    font-weight: bold;
    font-size: 40px;
    margin-bottom: 16px;
}
.privacy p {
    margin-bottom: 40px;
}
.privacy h3 {
    font-weight: bold;
    font-size: 24px;
    margin-bottom: 16px;
}

.login-block {
    margin-bottom: 100px;
}

.lg-bg {
    background: url('../images/login-bg.png') center center no-repeat;
    background-size: contain;
    width: 50%;
    margin-left: auto;
}
.lg-bg .title {
    text-align: center;
}
.lg-bg .title h2 {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 24px;
    gap: 10px;
}
.lg-bg .title h2 img {
    width: 40px;
}
.lg-bg .title p {
    font-size: 14px;
}

.sg-bg {
    background: url('../images/reg-bg.png') center center no-repeat;
    background-size: contain;
}

.login-info .form_gt {
    width: 100%;
    max-width: 330px;
    margin: 0 auto;
    padding: 50px 0;
}

.login-info .form_gt small {
    color: #fff;
    font-size: 12px;
}

.login-info input[type='text'],
.login-info input[type='email'],
.login-info input[type='password'] {
    width: 100%;
    padding: 10px;
    margin: 10px 0;
    border-radius: 8px;
    border: none;
    outline: none;
}

input::-moz-placeholder {
    color: #d2d2d2;
}

input::placeholder {
    color: #d2d2d2;
}

.login-info .name-fields {
    display: flex;
    gap: 10px;
}

.login-info .name-fields input {
    flex: 1;
}

.login-info .submit-btn {
    font-weight: 600;
    font-size: 16px;
    padding: 10px 48px;
    border-radius: 99px;
    background: linear-gradient(90deg, rgb(19 94 194) 0%, rgb(207 6 6) 100%);
    text-decoration: none;
    margin-top: 7px;
    width: 100%;
    border: none;
    color: #fff;
    display: inline-block;
}

.login-info .terms {
    font-size: 13px;
    margin-top: 10px;
    color: #a34b93;
    text-align: left;
    margin-bottom: 0;
}

.login-info .terms a {
    color: #a34b93;
}

.login-info .eye-icon {
    position: absolute;
    right: 20px;
    top: 20px;
    cursor: pointer;
}

.login-info .input-wrapper {
    position: relative;
}

.login-info .modal {
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    justify-content: center;
    align-items: center;
}

.login-info .modal-content {
    background-color: #1a1a1a;
    padding: 33px 20px;
    border-radius: 10px;
    width: 90%;
    max-width: 420px;
    text-align: center;
    position: relative;
    color: #fff;
}

.login-info .modal-content input[type='number'] {
    width: 100%;
    padding: 10px;
    margin: 10px 0;
    border-radius: 5px;
    border: none;
    outline: none;
}

.login-info .modal-content p {
    margin: 10px 0;
}

.login-info .generated-code {
    font-size: 18px;
    font-weight: bold;
    color: #00ffff;
}

.login-info .close-btn {
    background-color: #fff;
    border: none;
    padding: 12px;
    color: #fff;
    border-radius: 8px;
    font-weight: bold;
    cursor: pointer;
    margin-top: 15px;
}

.login-info .form-policy {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 16px;
}
.login-info .form-policy p {
    margin-bottom: 0;
}
.login-info .form-policy a {
    color: #a34b93;
    text-decoration: none;
}

.login-info .form-policy a {
    color: #a34b93;
}

.login-info .eye-icon {
    font-size: 14px;
}

.close-btn,
.x-btn {
    background: linear-gradient(90deg, rgb(19 94 194) 0%, rgb(207 6 6) 100%);
    border: none;
    padding: 10px;
    color: white;
    border-radius: 5px;
    font-weight: bold;
    cursor: pointer;
    margin-top: 15px;
}

.x-icon {
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 18px;
    color: white;
    cursor: pointer;
}

.card-main-block .shopping-cart {
    background-color: #0a0a0a;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 50px;
    padding: 48px 64px;
}
.card-main-block .shopping-cart h2 {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 32px;
    gap: 10px;
}
.card-main-block .shopping-cart h2 img {
    width: 40px;
}
.card-main-block #reset img {
    width: 24px;
}
.card-main-block input {
    width: 100%;
    margin-bottom: 20px;
    padding: 10px 15px;
    border: none;
    border-radius: 5px;
}
.card-main-block .ticket-info,
.card-main-block .total-info {
    margin: 15px 0;
}
.card-main-block .top {
    display: flex;
    justify-content: space-between;
}
.card-main-block .numbers {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: transparent;
    border: 1px solid #fff;
    padding: 10px;
    border-radius: 30px;
}
.card-main-block .numbers .fg-t {
    display: flex;
}
.card-main-block .number {
    background: linear-gradient(to right, #3bae9d, #a44a93);
    width: 48px;
    height: 48px;
    border-radius: 50%;
    margin: 0 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
}
.card-main-block .controls {
    display: flex;
    align-items: center;
    margin-left: 10px;
}
.card-main-block .controls button {
    border: none;
    color: #fff;
    margin: 0 5px;
    background-color: transparent;
    cursor: pointer;
    padding: 5px;
}
.card-main-block .pay-block {
    margin-top: 20px;
    background: #fff;
    color: #000;
    padding: 15px;
    border-radius: 10px;
    text-align: center;
    max-width: 300px;
    margin-left: auto;
    font-size: 20px;
    font-weight: bold;
}
.card-main-block .pay-btn {
    margin-top: 10px;
    background: linear-gradient(to right, #3bae9d, #a44a93);
    border: none;
    padding: 10px 20px;
    border-radius: 20px;
    cursor: pointer;
    font-size: 16px;
    color: #fff;
    width: 100%;
    font-weight: bold;
}

/* Modal */
.popup-success {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    justify-content: center;
    align-items: center;
    z-index: 999;
}

.popup-content {
    background: #000;
    border: 1px solid #fff;
    padding: 30px;
    border-radius: 10px;
    text-align: center;
    color: #fff;
    position: relative;
}

.popup-close {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 28px;
    font-weight: bold;
    color: #fff;
    cursor: pointer;
}

@media (max-width: 990px) {
    .header {
        padding-top: 56px;
    }
    .header .container {
        flex-direction: column;
        gap: 20px;
    }
    .header-lotto .container {
        background: url('../images/header-bg.jpg') center center/cover no-repeat;
        padding-top: 130px;
    }
    .header-lotto .container .text {
        width: 100%;
    }
    .header-lotto .container .text .timer-header .txt {
        position: static;
        transform: translate(0);
    }
    .header-lotto .container .text h1 {
        font-size: 40px;
        margin-bottom: 22px;
    }
    .header-lotto .container .text .timer-header img {
        display: none;
    }
    .a-btn {
        font-size: 16px;
    }
    .header-lotto .container .text .timer-header .txt h3 {
        text-shadow: -2px -2px 0 #727a98, 2px -2px 0 #727a98, -2px 2px 0 #727a98,
            2px 2px 0 #727a98, -2px 0px 0 #727a98, 2px 0px 0 #727a98,
            0px -2px 0 #727a98, 0px 2px 0 #727a98;
        margin-top: 50px;
        margin-bottom: 10px;
    }
    .header .container .left nav ul {
        gap: 15px;
    }
    .header .container .left nav ul li a {
        font-size: 15px;
    }
    .header .container .left {
        gap: 20px;
    }
    .header .container .login-header .lg {
        font-size: 15px;
    }
    .fast-buy .block .item .text .top h3 {
        font-size: 16px;
    }
    .fast-buy .block .item {
        grid-template-columns: repeat(1, 1fr);
    }
    .main-text {
        margin-bottom: 100px;
    }
    .faq-block {
        margin-bottom: 100px;
    }
    .footer .container {
        gap: 30px;
    }
    .footer .rg-icon-row {
        justify-content: center;
    }
    .fgt {
        overflow-x: auto;
    }
    .fgt .lotto-table {
        width: 900px;
    }
    .r-1 .number {
        width: 40px;
        height: 40px;
        font-size: 22px;
    }
    .find-s .search-input {
        width: 200px;
    }
    .tabs-bl .tab-btn {
        font-size: 12px;
        line-height: 18px;
        padding: 10px;
    }
    .tabs-bl .tab-panels.active {
        grid-template-columns: repeat(1, 1fr);
    }
    .header-lotto .container .text h1 span {
        font-size: 30px;
        right: -2px;
        bottom: -22px;
        z-index: 99;
        color: #fff;
        text-transform: uppercase;
        text-shadow: -3px -3px 0 #727a98, 3px -3px 0 #727a98, -3px 3px 0 #727a98,
            3px 3px 0 #727a98, -3px 0px 0 #727a98, 3px 0px 0 #727a98,
            0px -3px 0 #727a98, 0px 3px 0 #727a98;
    }
    .d-grid,
    .winning .cards {
        grid-template-columns: repeat(1, 1fr);
        gap: 35px;
    }
    .lg-bg {
        width: 100%;
        margin-left: 0;
        padding: 30px;
        background: url('../images/login-bgm.png') center center no-repeat;
        background-size: contain;
    }
    .login-info .form-policy p,
    .login-info .form-policy a {
        font-size: 14px;
    }
    .login-block .container {
        padding-top: 60px;
        padding-bottom: 60px;
    }
    .lg-bg {
        background: url('../images/reg-bgm.png') center center no-repeat;
        background-size: contain;
    }
    .card-main-block .shopping-cart {
        grid-template-columns: repeat(1, 1fr);
        gap: 20px;
    }
    .card-main-block .shopping-cart {
        padding: 30px;
    }
    .card-main-block .numbers {
        flex-direction: column;
        gap: 20px;
    }
    .card-main-block .numbers .controls {
        margin-left: auto;
    }
    .card-main-block .pay-block {
        width: 100%;
        max-width: 100%;
    }
    .card-main-block .number {
        width: 35px;
        height: 35px;
    }
} /*# sourceMappingURL=style.css.map */
