* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: "Geologica", sans-serif;
}

.header {
    background: url('img/bg-head.jpg') center center / cover no-repeat;
    border-bottom-left-radius: 24px;
    border-bottom-right-radius: 24px;
}

.header .header-top {
    padding-top: 22px;
}

.header .header-top .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

@media (min-width: 1200px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1140px;
    }
}

@media (min-width: 992px) {
    .container, .container-lg, .container-md, .container-sm {
        max-width: 960px;
    }
}

@media (min-width: 768px) {
    .container, .container-md, .container-sm {
        max-width: 720px;
    }
}

@media (min-width: 576px) {
    .container, .container-sm {
        max-width: 1320px;
    }
}

.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    width: 100%;
    padding-right: var(--bs-gutter-x, .75rem);
    padding-left: var(--bs-gutter-x, .75rem);
    margin-right: auto;
    margin-left: auto;
}

a {
    color: #0d6efd;
    text-decoration: underline;
}

.header .header-top .container .logo img {
    width: 112px;
}

img, svg {
    vertical-align: middle;
}

.header .header-top .container .nav {
    display: flex;
    align-items: center;
    gap: 54px;
}

.nav {
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.header .header-top .container .nav ul {
    display: flex;
    align-items: center;
    gap: 54px;
    padding: 0;
    margin: 0;
}

dl, ol, ul {
    margin-top: 0;
    margin-bottom: 1rem;
}

ol, ul {
    padding-left: 2rem;
}

.header .header-top .container .nav ul li {
    list-style-type: none;
}

.header .header-top .container .nav ul li a {
    font-size: 16px;
    color: #fff;
    font-weight: bold;
    text-decoration: none;
}

.header .header-top .container .nav .a-buy img {
    width: 48px;
}

.header .header-block {
    padding-top: 170px;
    padding-bottom: 260px;
}

.header .header-block .timer {
    width: 100%;
    max-width: 355px;
    text-align: center;
}

.header .header-block .timer h1 {
    font-size: 33px;
    color: #fff;
    margin-bottom: 22px;
}

h1 {
    font-family: "NewakeFont";
}

.header .header-block .timer h1 span {
    font-family: "Newake", sans-serif;
    color: #fff;
}

.header .header-block .timer span {
    color: #fff;
    font-size: 27px;
    font-weight: 500;
}

.header .header-block .timer .countdown {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 80px;
}

.header .header-block .timer .t-bg {
    background-color: #fff;
    border-radius: 999px;
    padding: 12px;
    padding-top: 10px;
    padding-bottom: 8px;
}

.btn-ttt {
    background-color: #FF9E15;
    color: #fff;
    font-size: 24px;
    text-decoration: none;
    font-weight: 600;
    padding: 16px 48px;
    border-radius: 99px;
    display: inline-block;
    margin: 0 auto;
}
/* !!!!!!!!!!!!!!!!!!!!!! */


* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  font-family: "Geologica", sans-serif;
}

html {
  overflow-x: hidden;
}

body {
  overflow-x: hidden;
}

h1 {
  font-family: "Newake", sans-serif;
}

/* Using Google Fonts for Newake */
.header {
  background: url('img/bg-head.jpg') center center/cover no-repeat;
  border-bottom-left-radius: 24px;
  border-bottom-right-radius: 24px;
}
.header .header-top {
  padding-top: 22px;
}
.header .header-top .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header .header-top .container .logo img {
  width: 112px;
}
.header .header-top .container .nav {
  display: flex;
  align-items: center;
  gap: 54px;
}
.header .header-top .container .nav ul {
  display: flex;
  align-items: center;
  gap: 54px;
  padding: 0;
  margin: 0;
}
.header .header-top .container .nav ul li {
  list-style-type: none;
}
.header .header-top .container .nav ul li a {
  font-size: 16px;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
}
.header .header-top .container .nav ul li a:hover {
  text-decoration: underline;
}
.header .header-top .container .nav .a-buy img {
  width: 48px;
}
.header .header-block {
  padding-top: 170px;
  padding-bottom: 260px;
}
.header .header-block .timer {
  width: 100%;
  max-width: 355px;
  text-align: center;
}
.header .header-block .timer h1 {
  font-size: 33px;
  color: #fff;
  margin-bottom: 22px;
}
.header .header-block .timer h1 span {
  font-family: "NewakeFont";
  color: #fff;
}
.header .header-block .timer .countdown {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 80px;
}
.header .header-block .timer .t-bg {
  background-color: #fff;
  border-radius: 999px;
  padding: 12px;
  padding-top: 10px;
  padding-bottom: 8px;
}
.header .header-block .timer .time {
  background: -webkit-linear-gradient(90deg, rgb(7, 71, 40) 0%, rgb(37, 151, 95) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 32px;
  white-space: nowrap;
  font-family: "NewakeFont";
}
.header .header-block .timer span {
  color: #fff;
  font-size: 27px;
  font-weight: 500;
}

.btn-ttt {
  background-color: #FF9E15;
  color: #fff;
  font-size: 24px;
  text-decoration: none;
  font-weight: 600;
  padding: 16px 48px;
  border-radius: 99px;
  display: inline-block;
  margin: 0 auto;
}
.btn-ttt:hover {
  color: #fff;
}
.btn-ttt img {
  width: 24px;
  margin-right: 8px;
}

.menu {
  padding: 40px 0;
}
.menu .container .block .items {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 0px;
}
.menu .container .block .items .item {
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-radius: 999px;
  transition: 0.3s all;
}
.menu .container .block .items .item a {
  font-size: 20px;
  text-decoration: none;
  background: -webkit-linear-gradient(90deg, rgb(7, 71, 40) 0%, rgb(37, 151, 95) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  padding: 15px 0;
  font-weight: 500;
}
.menu .container .block .items .item a span {
  font-size: 12px;
  display: block;
  margin-top: 0px;
}
.menu .container .block .items .item:hover {
  background-color: #F0F0F0;
}
.menu .container .block .items .active {
  background-color: #F0F0F0;
}

.block-calc {
  padding-bottom: 40px;
}
.block-calc .number-grid {
  display: none;
}
.block-calc .item {
  padding: 40px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #7F7F7F;
  margin-bottom: 40px;
}
.block-calc .item .text {
  display: flex;
  align-items: center;
}
.block-calc .item .text h6 {
  background-color: #1D1D1D;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  border-radius: 999px;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 0;
}
.block-calc .item .text h3 {
  color: #1D1D1D;
  margin-bottom: 0;
  font-weight: 500;
  font-size: 16px;
  margin-left: 8px;
}
.block-calc .item .text h3 span {
  font-size: 12px;
  margin-top: 8px;
  max-width: 220px;
  display: block;
}
.block-calc .item select {
  padding: 18px 24px;
  border-radius: 8px;
}
.block-calc .item input[type=radio] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 20px;
  height: 20px;
  border: 2px solid #0f7037;
  border-radius: 50%;
  outline: none;
  cursor: pointer;
  position: relative;
}
.block-calc .item input[type=radio]:checked::before {
  content: "";
  position: absolute;
  top: 2px;
  left: 2px;
  width: 12px;
  height: 12px;
  background-color: #0f7037;
  border-radius: 50%;
}
.block-calc .item input[type=checkbox] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 30px;
  height: 30px;
  border: 2px solid #0f7037;
  border-radius: 6px;
  cursor: pointer;
  position: relative;
  outline: none;
}
.block-calc .item input[type=checkbox]:checked {
  background-color: #0f7037;
}
.block-calc .item input[type=checkbox]:checked::before {
  content: "✔";
  position: absolute;
  top: -3px;
  left: 4px;
  font-size: 23px;
  color: white;
  font-weight: bold;
}
.block-calc .item .select-items {
  display: flex;
  align-items: center;
  gap: 40px;
}
.block-calc .item .select-items .sl-item {
  padding: 16px 24px;
  border-radius: 8px;
  border: 1px solid #7F7F7F;
}
.block-calc .item .select-items .sl-item label {
  display: flex;
  align-items: center;
  gap: 8px;
}
.block-calc .item .select-items .sl-item p {
  margin-top: 10px;
  margin-bottom: 0;
}
.block-calc .item .select-items .sl-item h6 {
  font-size: 12px;
  margin-top: 10px;
  text-align: right;
}
.block-calc #numbers {
  display: grid;
  grid-template-columns: repeat(9, 1fr);
  gap: 1px;
  background-color: #E8F2ED;
  padding: 24px 90px;
  max-width: 620px;
  width: 100%;
}
.block-calc #numbers button {
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000;
  background-color: #fff;
  border: none;
}
.block-calc #selectedNumbers {
  margin-bottom: 15px;
}
.block-calc #clearBtn {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000;
  background-color: #E8F2ED;
  border: none;
  padding: 16px;
}
.block-calc #clearBtn img {
  width: 24px;
  margin-right: 8px;
}
.block-calc #autoFillBtn {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000;
  background-color: #E8F2ED;
  border: none;
  padding: 16px;
}
.block-calc #autoFillBtn img {
  width: 24px;
  margin-right: 8px;
}
.block-calc .btn-g {
  display: flex;
  margin-top: 20px;
  gap: 20px;
}
.block-calc #numbers .selected {
  background-color: #0f7037;
  color: #fff;
}
.block-calc #selectedNumbers {
  font-size: 24px;
}
.block-calc #numberGrid {
  max-width: 700px;
  width: 100%;
  margin: 0 auto;
  margin-bottom: 40px;
}
.block-calc .calc-bottom {
  display: flex;
  align-items: center;
  gap: 88px;
  margin-left: auto;
  justify-content: flex-end;
}
.block-calc .calc-bottom h3 {
  font-size: 32px;
  font-weight: 500;
}
.block-calc .calc-bottom .btn-ttt {
  margin: 0;
}
.block-calc #syndicates {
  margin-top: 40px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 45px;
}
.block-calc .syndicate-option {
  border-radius: 30px;
  background-color: #fff;
  box-shadow: 0px 0px 17px rgba(0, 0, 0, 0.1);
}
.block-calc .syndicate-option .select-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-left: 16px;
  padding-right: 16px;
  padding-top: 16px;
  background: linear-gradient(90deg, rgb(7, 71, 40) 0%, rgb(37, 151, 95) 100%);
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
}
.block-calc .syndicate-option .select-top h3 {
  font-size: 33px;
  color: #fff;
  font-family: "NewakeFont";
}
.block-calc .syndicate-option .select-top img {
  width: 82px;
}
.block-calc .syndicate-option .txt-info {
  padding: 16px;
  display: flex;
  justify-content: space-between;
  gap: 15px;
}
.block-calc .syndicate-option .txt-info p {
  background: -webkit-linear-gradient(90deg, rgb(7, 71, 40) 0%, rgb(37, 151, 95) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 14px;
}
.block-calc .syndicate-option .txt-info h4 {
  background: -webkit-linear-gradient(90deg, rgb(7, 71, 40) 0%, rgb(37, 151, 95) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 14px;
  font-weight: 900;
}
.block-calc .syndicate-option .box-sl {
  display: flex;
  align-items: center;
  border-radius: 8px;
  padding: 16px;
  border: 1px solid #7F7F7F;
  margin: 16px;
  margin-top: 0px;
}
.block-calc .syndicate-option .box-sl h5 {
  margin-bottom: 0;
  margin-left: 10px;
}
.block-calc .syndicate-option_lotto .select-top {
  padding: 0;
}
.block-calc .syndicate-option_lotto .select-top img {
  width: 100%;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
}
.block-calc .syndicate-option_lotto .txt-info {
  flex-direction: column;
  text-align: center;
  gap: 0;
}
.block-calc .syndicate-option_lotto .txt-info h4 {
  font-size: 20px;
  background: -webkit-linear-gradient(90deg, rgb(7, 71, 40) 0%, rgb(37, 151, 95) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 16px;
  font-weight: 900;
}
.block-calc .syndicate-option_lotto .txt-info h5 {
  font-size: 12px;
  background: -webkit-linear-gradient(90deg, rgb(7, 71, 40) 0%, rgb(37, 151, 95) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 16px;
}
.block-calc .syndicate-option_lotto .txt-info h6 {
  font-size: 16px;
  background: -webkit-linear-gradient(90deg, rgb(7, 71, 40) 0%, rgb(37, 151, 95) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 16px;
  font-weight: 900;
}
.block-calc .syndicate-option_lotto .txt-info p {
  font-size: 16px;
  background: -webkit-linear-gradient(90deg, rgb(7, 71, 40) 0%, rgb(37, 151, 95) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 0px;
}

.text-policy .h1 {
  font-size: 48px;
  margin-bottom: 16px;
  font-weight: bold;
}
.text-policy h2 {
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 16px;
}
.text-policy p {
  font-weight: 500;
  margin-bottom: 48px;
}

.table-bl {
  padding: 40px 0;
  background-color: #E7F2ED;
  margin-bottom: 40px;
}

.buy-img {
  padding: 40px 0;
}
.buy-img .container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 60px;
}
.buy-img .container img {
  width: 100%;
}

.footer {
  padding: 40px 0;
  background: url('../img/foot-bg.jpg') center center/cover no-repeat;
  text-align: center;
}
.footer .logo img {
  margin-bottom: 26px;
  width: 212px;
}
.footer h3 {
  font-size: 40px;
  margin-bottom: 26px;
  color: #fff;
}
.footer p {
  text-align: left;
  color: #fff;
  font-weight: 500;
  margin-bottom: 40px;
}
.footer p a {
  color: #fff;
}
.footer .items {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  margin-bottom: 40px;
}
.footer .items img {
  width: 160px;
}
.footer .links {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 73px;
}
.footer .links a {
  font-size: 20px;
  color: #fff;
}

.table-t {
  padding: 40px 0;
  margin-bottom: 40px;
  background-color: #E7F2ED;
}
.table-t table {
  border-collapse: collapse;
  width: 100%;
  max-width: 700px;
  margin: 0 auto;
}
.table-t tbody {
  gap: 10px;
}
.table-t th, .table-t td {
  padding: 10px;
  text-align: center;
  background-color: #F5FAF8;
}
.table-t th {
  background-color: transparent;
  font-size: 20px;
}

.calc-bottom #weeklyText {
  display: block;
  font-size: 14px;
  text-align: right;
}

.results-block {
  padding: 40px 0;
}
.results-block .logo img {
  width: 112px;
  margin-bottom: 16px;
}
.results-block .result-item {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0;
  border-bottom: 1px solid #CCCCCC;
  padding: 20px 0;
  margin: 20px 0;
}
.results-block .result-item .left {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.results-block .result-item .left .text h3 {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 16px;
}
.results-block .result-item .left .text p {
  font-size: 16px;
  margin-bottom: 16px;
}
.results-block .result-item .left .text .nm-block {
  display: flex;
  align-items: center;
  gap: 8px;
}
.results-block .result-item .left .text .nm-block .nm {
  background-color: #21915A;
  border-radius: 999px;
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  box-shadow: inset 0px -5px 13px 0px rgba(0, 0, 0, 0.35);
}
.results-block .result-item .left .text-r {
  text-align: right;
}
.results-block .result-item .left .text-r h3 {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 16px;
  color: #B3B3B3;
}
.results-block .result-item .left .text-r p {
  font-size: 16px;
  margin-bottom: 16px;
}
.results-block .result-item .left .text-r .nm-block {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
}
.results-block .result-item .left .text-r .nm-block .nm {
  background-color: #fff;
  color: #063E24;
  border-radius: 999px;
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  font-weight: bold;
  box-shadow: inset 0px -5px 13px 0px rgba(0, 0, 0, 0.15);
  border: 3px solid #063E24;
}
.results-block .result-item .right {
  margin-left: auto;
}
.results-block .result-item .right h4 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 8px;
}
.results-block .result-item .right h5 {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 16px;
}
.results-block .result-item .right .fr {
  display: flex;
}
.results-block .result-item .right .fr input {
  border: 1px solid #CCCCCC;
  padding: 12px 16px;
  border-radius: 16px;
  outline: none;
}
.results-block .result-item .right .fr .btn-ttt {
  padding: 12px 16px;
  font-size: 16px;
  border-radius: 16px;
  border: none;
}
.results-block .result-item .right p {
  margin-bottom: 0;
}
.results-block .lottery-table {
  width: 100%;
  border-collapse: collapse;
  font-family: Arial, sans-serif;
  text-align: left;
  border: 1px solid #ddd;
  margin: 40px 0;
}
.results-block .lottery-table thead tr {
  background: linear-gradient(to right, #136e37, #197f3c);
  color: white;
}
.results-block .lottery-table th, .results-block .lottery-table td {
  padding: 12px 16px;
  border-bottom: 1px solid #ddd;
}
.results-block .lottery-table tbody tr:nth-child(even) {
  background-color: #f9f9f9;
}
.results-block .lottery-table tbody tr:hover {
  background-color: #f1f1f1;
}

.sort-bl {
  padding: 40px 0;
}
.sort-bl .container {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
}
.sort-bl .container .item {
  display: flex;
  align-items: center;
}
.sort-bl .container .item .fg-1 {
  width: 24px;
  height: 24px;
  border-radius: 999px;
  margin-right: 8px;
  background-color: #07502E;
}
.sort-bl .container .item .fg-2 {
  width: 24px;
  height: 24px;
  border-radius: 999px;
  margin-right: 8px;
  background-color: #24965E;
}
.sort-bl .container .item p {
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 0;
}
.sort-bl .container h3 {
  font-size: 20px;
  margin-bottom: 0;
  background: -webkit-linear-gradient(90deg, rgb(7, 71, 40) 0%, rgb(37, 151, 95) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.sort-img {
  padding-top: 40px;
  padding-bottom: 60px;
  text-align: center;
}
.sort-img img {
  max-width: 900px;
  width: 100%;
}
.sort-img .m {
  display: none;
}

.cart-block {
  padding: 75px 0;
}
.cart-block .container {
  background-color: #fff;
  border-radius: 16px;
  box-shadow: 0px 0px 14px rgba(0, 0, 0, 0.1);
  padding: 24px 32px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 50px;
}
.cart-block .container .shopping-c {
  text-align: center;
}
.cart-block .container .shopping-c h2 {
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 16px;
}
.cart-block .container .shopping-c h2 img {
  margin-right: 16px;
  width: 112px;
}
.cart-block .container .shopping-c .cart-fr {
  width: 100%;
}
.cart-block .container .shopping-c input[type=text], .cart-block .container .shopping-c input[type=email], .cart-block .container .shopping-c input[type=tel] {
  width: 100%;
  padding: 10px;
  margin: 8px 0;
  box-sizing: border-box;
  outline: none;
  border: 1px solid #ccc;
  border-radius: 6px;
  font-size: 14px;
}
.cart-block .container .shopping-c input::-moz-placeholder {
  color: #ccc;
}
.cart-block .container .shopping-c input::placeholder {
  color: #ccc;
}
.cart-block .container .c-text .top-text {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 16px;
}
.cart-block .container .c-text .number-bl {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 16px;
  padding: 16px;
  border: 1px solid #9262CD;
  margin-bottom: 32px;
}
.cart-block .container .c-text .number-bl p {
  margin-right: 16px;
  margin-bottom: 0;
}
.cart-block .container .c-text .number-bl .nm {
  display: flex;
  align-items: center;
}
.cart-block .container .c-text .number-bl .nm-block {
  display: flex;
  align-items: center;
  gap: 8px;
}
.cart-block .container .c-text .number-bl .nm-block .nm {
  background-color: #21915A;
  border-radius: 999px;
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  box-shadow: inset 0px -5px 13px 0px rgba(0, 0, 0, 0.35);
}
.cart-block .container .c-text .number-bl .nm-block .nm_b {
  background-color: #fff;
  color: #063E24;
  border-radius: 999px;
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  font-weight: bold;
  box-shadow: inset 0px -5px 13px 0px rgba(0, 0, 0, 0.15);
  border: 3px solid #063E24;
}
.cart-block .container .c-text .number-bl .cart-ct {
  display: flex;
  align-items: center;
  gap: 8px;
}
.cart-block .container .c-text .number-bl .cart-ct p {
  margin-bottom: 0;
  margin-right: 0;
}
.cart-block .container .c-text .number-bl .cart-ct button {
  background: transparent;
  border: none;
}
.cart-block .container .c-text .number-bl .cart-ct .del img {
  width: 24px;
}
.cart-block .container .c-text .number-bl .cart-ct .pr {
  font-size: 20px;
  font-weight: bold;
}
.cart-block .container .c-text .number-bl .cart-ct .pr button {
  width: 16px;
  height: 27px;
  font-weight: bold;
}
.cart-block .container .c-text .bottom-card {
  background-color: #fff;
  border-radius: 16px;
  box-shadow: 0px 0px 14px rgba(0, 0, 0, 0.1);
  padding: 16px;
  width: 100%;
  max-width: 338px;
  margin-left: auto;
}
.cart-block .container .c-text .bottom-card .top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 35px;
}
.cart-block .container .c-text .bottom-card .btn-ttt {
  width: 100%;
  text-align: center;
  border: none;
  padding: 10px;
}

.modal {
  display: none;
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.4);
}

.modal-content {
  background-color: #fff;
  margin: 15% auto;
  padding: 20px;
  border-radius: 8px;
  width: 300px;
  text-align: center;
}

.close {
  color: #aaa;
  float: right;
  font-size: 24px;
  font-weight: bold;
  cursor: pointer;
  margin-left: auto;
}

@media (max-width: 991px) {
  .header .header-top .container .nav ul {
    display: none;
  }
  .header .header-top {
    padding-top: 43px;
  }
  .header {
    background: url('../img/bg-head-m.jpg') center center/cover no-repeat;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
  }
  .header .header-block .timer h1 {
    font-size: 20px;
    margin-bottom: 22px;
  }
  .header .header-block .timer span {
    font-size: 20px;
  }
  .header .header-block .timer .countdown {
    margin-bottom: 40px;
  }
  .header .header-block {
    padding-top: 454px;
    padding-bottom: 20px;
  }
  .header .header-block .timer .time {
    font-size: 20px;
    padding: 1px 6px;
  }
  .header .header-block .timer .countdown {
    justify-content: center;
  }
  .btn-ttt {
    font-size: 20px;
    padding: 16px 22px;
  }
  .header .header-block .timer .t-bg {
    padding-top: 5px;
    padding-bottom: 0px;
  }
  .header .header-block .timer {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
  }
  .menu .container .block {
    overflow-x: auto;
  }
  .menu .container .block .items {
    width: 1000px;
  }
  .menu .container .block .items .item a {
    padding: 5px 0;
  }
  .block-calc .item {
    flex-direction: column;
  }
  .block-calc .item .text {
    width: 100%;
    margin-bottom: 16px;
  }
  .block-calc .item select {
    width: 100%;
  }
  .block-calc .item .select-items {
    flex-direction: column;
    gap: 20px;
    width: 100%;
  }
  .block-calc .item .select-items .sl-item {
    width: 100%;
  }
  .block-calc #numbers {
    padding: 30px;
  }
  .block-calc #numbers button {
    width: 30px;
    height: 30px;
  }
  .block-calc .calc-bottom {
    flex-direction: column;
    gap: 20px;
  }
  .text-policy h2 {
    font-size: 24px;
  }
  .buy-img .container {
    grid-template-columns: repeat(1, 1fr);
    gap: 55px;
  }
  .buy-img .container img {
    transform: scale(1.3);
  }
  .footer .items {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
  .footer .items img {
    width: 100%;
  }
  .footer .links a {
    font-size: 14px;
  }
  .footer .links {
    justify-content: space-between;
  }
  .block-calc .sl-fr {
    overflow-x: scroll;
  }
  .block-calc #syndicates {
    min-width: 1200px;
  }
  .results-block .result-item {
    grid-template-columns: repeat(1, 1fr);
    gap: 30px;
  }
  .results-block .result-item .right {
    margin-left: 0;
    text-align: center;
  }
  .results-block .result-item .left {
    flex-direction: column;
    gap: 20px;
  }
  .results-block .result-item .left .text-r .nm-block {
    justify-content: flex-start;
  }
  .results-block .lottery-table th, .results-block .lottery-table td {
    padding: 15px 5px;
  }
  .results-block .result-item .left {
    align-items: start;
  }
  .results-block .result-item .left .text-r {
    text-align: left;
  }
  .sort-bl .container {
    flex-direction: column;
  }
  .sort-img .m {
    display: block;
  }
  .sort-img .d {
    display: none;
  }
  .cart-block .container {
    grid-template-columns: repeat(1, 1fr);
  }
  .cart-block .container .c-text .number-bl .nm-block {
    flex-wrap: wrap;
  }
  .cart-block .container .c-text .number-bl .cart-ct .pr {
    display: flex;
    align-items: center;
    gap: 8px;
  }
  .text-policy .h1 {
    font-size: 32px;
  }
}/*# sourceMapping =style.css.map */