@font-face {
  src: url("/superlotport-assetsTrGds/superlotport-fontTrGds/superlotport-nunito-boldTrGds.woff2") format("truetype");
  font-family: "nunito-boldTrGds";
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  src: url("/superlotport-assetsTrGds/superlotport-fontTrGds/superlotport-nunito-regularTrGds.woff2") format("truetype");
  font-family: "nunito-regularTrGds";
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --font-title: "nunito-boldTrGds", sans-serif;
  --font-text: "nunito-regularTrGds", sans-serif;

  --color-white: #fff;
  --color-darkblue: #113251;
  --color-secondary: #10324e;
  --border-1px: 1px solid #2c94ff;
  --border-2px: 2px solid #2c94ff;
  --color-btn: #2c94ff;
  --color-cart: #cdd9e4;
  --color-gray: #bcbcbc;
  --color-cart-secondary: radial-gradient(93.09% 93.09% at 6.91% 19.34%, #acd2e5 0%, #e1ebf4 100%);
  --color-text-dark: #1e3344;

  --transition: all ease-in-out 0.5s;
}

*,
::after,
::before {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

ul,
ol,
li {
  list-style-type: none;
}

a {
  text-decoration: none;
  color: #ffffff;
  cursor: pointer;
}

body {
  background-color: var(--color-bg);
  display: flex;
  flex-direction: column;
  align-items: center;
  overflow-x: hidden;
  position: relative;
}

button {
  border: none;
  outline: none;
  cursor: pointer;
  background: transparent;
}

main,
footer {
  width: 100%;
  color: rgba(3, 3, 3, 1);
}

html {
  scroll-behavior: smooth;
}

img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-position: center;
  object-position: center;
  vertical-align: top;
}

header {
  width: 100%;
}

.superlotport--container__main {
  max-width: 1140px;
  width: 100%;
  margin: 0 auto;
}

.superlotport__visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  border: 0;
  clip: rect(0 0 0 0);
}

/* Header */
.superlotport--header {
  width: 100%;
  padding: 0.675rem 0;
  background: var(--color-darkblue);
  position: relative;
}

.superlotport--menu {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2.5rem;
}

.superlotport--header__logo-box {
  display: flex;
  align-items: center;
  gap: 0.675rem;
  max-width: 367px;
  width: 100%;
}

.superlotport--header__browser {
  max-width: 47px;
  width: 100%;
  height: 58px;
}
.superlotport--header__name {
  max-width: 157px;
  width: 100%;
  height: 20px;
}

.superlotport--menu__list {
  gap: 2.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.superlotport--menu__list-item a {
  font-family: var(--font-title);
  font-weight: 700;
  font-size: 0.8125rem;
  line-height: 100%;
  color: var(--color-white);
  position: relative;
}

.superlotport--menu__list-item a.active::after {
  content: "•";
  display: block;
  text-align: center;
  font-size: 1rem;
  line-height: 1;
  color: var(--color-btn);
}

.superlotport--menu__btnbox {
  display: flex;
  align-items: center;
  gap: 0.675rem;
  max-width: 217px;
  width: 100%;
}

.superlotport--menu__btnbox li:first-child {
  width: 100%;
  max-width: 94px;
}

.superlotport--menu__btnbox li:last-child {
  width: 100%;
  max-width: 111px;
}

.superlotport--menu---btn {
  height: 38px;
  border-radius: 100px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  -o-border-radius: 100px;
  font-family: var(--font-title);
  font-weight: 700;
  font-size: 0.8125rem;
  line-height: 100%;
  color: var(--color-white);
  transition: var(--transition);
  -webkit-transition: var(--transition);
  -moz-transition: var(--transition);
  -ms-transition: var(--transition);
  -o-transition: var(--transition);
  display: flex;
  align-items: center;
  justify-content: center;
}

.superlotport--menu---btn:hover {
  background: var(--color-btn);
  box-shadow: 0px 0px 10.8px 0px #2c94ff;
}

.superlotport--login {
  max-width: 94px !important;
  width: 100%;
  background: transparent;
  border: var(--border-1px);
}

.superlotport--registr {
  max-width: 111px !important;
  width: 100%;
  background: var(--color-btn);
}

/* Welcom Section */
.superlotport--welcome {
  padding: 4.375rem 0;
}

.superlotport--welcome-container {
  display: flex;
  justify-content: space-around;
  align-items: center;
  gap: 1.25rem;
}

.superlotport--welcome--info {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  max-width: 367px;
  width: 100%;
}

.superlotport--welcome----title {
  font-family: var(--font-title);
  font-weight: 700;
  font-size: 2.5rem;
  line-height: 120%;
  color: var(--color-text-dark);
}

.superlotport--welcome--text {
  font-family: var(--font-text);
  font-weight: 400;
  font-size: 0.95rem;
  line-height: 120%;
  color: var(--color-text-dark);
}

.superlotport--welcome--btnbox {
  display: flex;
  align-items: center;
  gap: 1.25rem;
  max-width: 282px;
  width: 100%;
}

.superlotport--welcome--btn {
  max-width: 131px;
  width: 100%;
  background: var(--color-btn);
}

.superlotport--welcome--more {
  background: transparent !important;
  border: var(--border-1px);
  color: var(--color-btn) !important;
}

.superlotport--welcome--more:hover {
  background: var(--color-btn) !important;
  color: var(--color-white) !important;
}

.superlotport--welcome-image {
  max-width: 600px;
  width: 100%;
}

.superlotport--welcome-image img {
  display: block;
  height: auto;
  width: 100%;
  border-radius: 20px;
}

.superlotport--welcome-video {
  max-width: 753px;
  width: 100%;
  height: 402px;
  border-radius: 20px;
  object-fit: cover;
}

/* Popular lotto */
.superlotport--lotto {
  padding: 5.625rem 0;
}

.superlotport--lotto-container {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}

.superlotport--lotto--title {
  font-family: var(--font-title);
  font-weight: 700;
  font-size: 2rem;
  line-height: 100%;
  text-align: center;
  color: var(--color-text-dark);
}

.superlotport--text-center {
  text-align: center;
}

.superlotport--lotto--carts {
  display: flex;
  gap: 1.25rem;
  flex-wrap: wrap;
  justify-content: center;
}

.superlotport--lotto---cart {
  display: flex;
  flex-direction: column;
  gap: 0.675rem;
  max-width: 366px;
  width: 100%;
  border: 2px solid transparent;
  padding: 1.25rem;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  background: #e1ebf4;
  transition: var(--transition);
  -webkit-transition: var(--transition);
  -moz-transition: var(--transition);
  -ms-transition: var(--transition);
  -o-transition: var(--transition);
}

.superlotport--lotto---cart:hover {
  background: var(--color-cart);
  box-shadow: 0px 0px 10.9px 0px #022d414d;
  border: var(--border-2px);
}

.superlotport--lotto_name {
  font-family: var(--font-title);
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 100%;
  text-align: center;
  color: var(--color-text-dark);
}

.superlotport--lotto_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 40px;
  font-family: var(--font-title);
  font-weight: 700;
  font-size: 0.95rem;
  line-height: 100%;
  text-align: center;
  color: var(--color-text-dark);
  border: var(--border-2px);
  border-radius: 100px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  -o-border-radius: 100px;
}

.superlotport--lotto----image {
  max-width: 251px;
  width: 100%;
  height: 139px;
  margin-inline: auto;
  object-fit: contain;
}

/* Steps */
.superlotport--secondary {
  background: var(--color-secondary);
}

.superlotport--white {
  color: var(--color-white) !important;
}

.superlotport--nocenter {
  text-align: left !important;
}

.superlotport--steps-lists {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  max-width: 754px;
  width: 100%;
  margin-inline: auto;
}

.superlotport--steps--list {
  display: flex;
  align-items: flex-start;
  gap: 0.675rem;
}

.superlotport--steps---num {
  max-width: 57px;
  width: 100%;
  height: 57px;
  background: var(--color-btn);
  border-radius: 100px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  -o-border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--color-white) !important;
}

.superlotport--steps----info {
  max-width: 687px;
  width: 100%;
  padding: 1.875rem;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  background: var(--color-cart-secondary);
  display: flex;
  flex-direction: column;
  gap: 0.675rem;
}

/* Choose */
.superlotport--choose-elems {
  display: flex;
  gap: 1.25rem;
  flex-wrap: wrap;
  justify-content: center;
}

.superlotport--choose--elem {
  max-width: 270px;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 0.675rem;
  padding: 1.25rem;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  background: var(--color-btn);
  transition: var(--transition);
  -webkit-transition: var(--transition);
  -moz-transition: var(--transition);
  -ms-transition: var(--transition);
  -o-transition: var(--transition);
}

.superlotport--choose--elem:hover {
  transform: scale(0.95);
  -webkit-transform: scale(0.95);
  -moz-transform: scale(0.95);
  -ms-transform: scale(0.95);
  -o-transform: scale(0.95);
}

.superlotport--choose---icon {
  max-width: 39px;
  width: 100%;
  height: 39px;
  margin-inline: auto;
}

.superlotport--choose---focus {
  background-image: url(/superlotport-assetsTrGds/superlotport-imagesTrGds/superlotport-iconsTrGds/superlotport-icon-focusTrGds.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.superlotport--choose---safer {
  background-image: url(/superlotport-assetsTrGds/superlotport-imagesTrGds/superlotport-iconsTrGds/superlotport-icon-certificateTrGds.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.superlotport--choose---play {
  background-image: url(/superlotport-assetsTrGds/superlotport-imagesTrGds/superlotport-iconsTrGds/superlotport-icon-phonephoneTrGds.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.superlotport--choose---update {
  background-image: url(/superlotport-assetsTrGds/superlotport-imagesTrGds/superlotport-iconsTrGds/superlotport-icon-updateTrGds.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

/* Disclaimer */
.superlotport--disclaimer-container {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  background: var(--color-secondary);
  padding: 1.875rem;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
}

.superlotport--disclaimer--lists {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}

.superlotport--disclaimer-link {
  font-family: var(--font-title);
  font-weight: 700;
  font-size: 0.95rem;
  line-height: 100%;
  text-align: center;
  text-decoration: underline;
  color: var(--color-white);
  text-align: center;
}

/* Footer */
.superlotport--footer {
  position: relative;
  padding: 5.625rem 0;
  background: var(--color-secondary);
}

.superlotport--footer-conteiner {
  display: flex;
  flex-direction: column;
  gap: 3.125rem;
}

.superlotport--footer--address {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}

.superlotport--footer-bold {
  font-weight: 700;
  font-family: var(--font-title);
}

.superlotport--footer---item {
  display: flex;
  flex-direction: column;
  gap: 0.675rem;
}

.superlotport--footer--info {
  display: flex;
  gap: 1.25rem;
}

.superlotport--footer---item {
  max-width: 560px;
  width: 100%;
}

.superlotport--footer--navmenu {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 3.125rem;
}

.superlotport--footer--navmenu li a {
  transition: var(--transition);
  -webkit-transition: var(--transition);
  -moz-transition: var(--transition);
  -ms-transition: var(--transition);
  -o-transition: var(--transition);
}

.superlotport--footer--navmenu li a:hover {
  color: var(--color-cart);
}

.superlotport--footer--parthers {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.25rem;
}

.superlotport--footer---age {
  background-image: url(/superlotport-assetsTrGds/superlotport-imagesTrGds/superlotport-iconsTrGds/21.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  max-width: 58px;
  width: 100%;
  height: 44px;
}

/* Contact */
.superlotport--contact-info {
  display: flex;
  gap: 1.25rem;
  align-items: flex-start;
}

.superlotport--contact--box {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  max-width: 752px;
  width: 100%;
}

.superlotport--emeil-box {
  display: flex;
  align-items: center;
  gap: 0.675rem;
}

.superlotport--icon-email {
  background-image: url(/superlotport-assetsTrGds/superlotport-imagesTrGds/superlotport-iconsTrGds/superlotport-contact-emailTrGds.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  max-width: 24px;
  width: 100%;
  height: 24px;
}

.superlotport--contact-top {
  display: flex;
  gap: 1rem;
}

.superlotport--contact-top label {
  max-width: 368px;
  width: 100%;
}

.superlotport__contact--form {
  display: flex;
  gap: 1rem;
  flex-direction: column !important;
  max-width: 900px;
  width: 100%;
  margin-inline: auto;
}

label {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  font-family: var(--font-title);
  font-weight: 700;
  font-size: 0.875rem;
  line-height: 120%;
  color: var(--color-text-dark);
}

.superlotport_contact__input {
  outline: none;
  height: 50px;
  width: 100%;
  background: #eaeaea;
  border: none;
  font-size: 1rem;
  color: var(--color-text-dark);
  font-family: var(--font-text);
  font-weight: 400;
  line-height: 22px;
  padding: 0.875rem 1rem;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}

.superlotport_contact__input::placeholder {
  font-size: 1rem;
  color: #999999;
  font-family: var(--font-text);
  font-weight: 400;
  line-height: 130%;
}

.superlotport_contact--textarea {
  height: 100px;
  resize: none;
}

.status {
  padding: 10px;
  background-color: rgb(0, 145, 0);
  margin-top: 5px;
  display: none;
  font-family: var(--font-title);
  font-weight: 700;
  font-size: 1rem;
  color: var(--color-white);
  line-height: 120%;
  text-align: center;
  justify-content: center;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}

.form.active .status {
  display: block;
}

.superlotport_contact__btn {
  max-width: 100%;
  width: 100%;
  margin-top: 0.5rem;
}

.superlotport--contact--address {
  background: #e1ebf4;
  max-width: 368px;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  padding: 1.25rem;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
}

.superlotport--contact---elem {
  display: flex;
  flex-direction: column;
  gap: 0.675rem;
}
.superlotport--contact---icon {
  max-width: 52px;
  width: 100%;
  height: 52px;
  border-radius: 100px;
  background: var(--color-btn);
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  -o-border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.superlotport--contact---item {
  display: flex;
  gap: 0.675rem;
}

.superlotport--contact---location {
  background-image: url(/superlotport-assetsTrGds/superlotport-imagesTrGds/superlotport-iconsTrGds/superlotport-icon-locationTrGds.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  max-width: 24px;
  width: 100%;
  height: 24px;
}
.superlotport--contact---phone {
  background-image: url(/superlotport-assetsTrGds/superlotport-imagesTrGds/superlotport-iconsTrGds/superlotport-icon-mobileTrGds.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  max-width: 24px;
  width: 100%;
  height: 24px;
}
.superlotport--contact---email {
  background-image: url(/superlotport-assetsTrGds/superlotport-imagesTrGds/superlotport-iconsTrGds/superlotport-icon-emailTrGds.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  max-width: 24px;
  width: 100%;
  height: 24px;
}

/* Modal Sign up  */
.superlotport-modal_sign {
  display: none;
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background: #101010ad;
  backdrop-filter: blur(10px);
  padding: 0 1rem;
}

.superlotport-modal--title {
  font-family: var(--font-title);
  font-weight: 700;
  font-size: 2rem;
  line-height: 100%;
  text-align: center;
  color: var(--color-white);
}

.superlotport-modal__content-sign {
  border: 1px solid #a2b5fbd6;
  background: #0c163b80;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  gap: 1.5rem;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 2rem;
  width: 100%;
  height: 405px;
  max-width: 552px;
  position: relative;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  backdrop-filter: blur(19.799999237060547px);
}

.superlotport__form {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  width: 100%;
  margin-inline: auto;
}

.superlotport__form__input {
  outline: none;
  border: 1px solid #ffffff4d;
  padding: 1rem 1.25rem;
  color: var(--color-text-dark);
  font-weight: 700;
  height: 46px;
  line-height: 20px;
  font-size: 0.875rem;
  font-family: var(--font-title);
  background-color: var(--color-white);
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}

.superlotport__form__input::placeholder {
  color: #656565;
  font-weight: 400;
  line-height: 100%;
  font-size: 1rem;
  font-family: var(--font-text);
}

.superlotport__form__button {
  outline: none;
  border: none;
  width: 100%;
  height: 46px;
  font-family: var(--font-title);
  font-size: 1.125rem;
  color: var(--color-white);
  font-weight: 700;
  line-height: 100%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  -o-border-radius: 100px;
  -webkit-border-radius: 100px;
  transition: all ease-in-out 0.3s;
  -webkit-transition: all ease-in-out 0.3s;
  -moz-transition: all ease-in-out 0.3s;
  -ms-transition: all ease-in-out 0.3s;
  -o-transition: all ease-in-out 0.3s;
  border: var(--border-2px);
}

.superlotport__form__button:hover {
  transform: scale(0.95);
  -webkit-transform: scale(0.95);
  -moz-transform: scale(0.95);
  -ms-transform: scale(0.95);
  -o-transform: scale(0.95);
}

.superlotport__form__login {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  font-family: var(--font-text);
  font-weight: 400;
  font-size: 0.8125rem;
  line-height: 100%;
  text-align: center;
  color: var(--color-white);
}

.superlotport__form--text {
  font-family: var(--font-text);
  font-weight: 600;
  font-size: 1rem;
  line-height: 140%;
  text-align: center;
  color: #303030;
}

.superlotport__form__reg {
  font-family: var(--font-text);
  font-weight: 400;
  font-size: 0.8125rem;
  line-height: 100%;
  text-align: center;
  color: var(--color-white);
  color: var(--color-btn);
}

/* Log in */
.superlotport-modal_login {
  display: none;
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background: #101010ad;

  padding: 0 1rem;
  backdrop-filter: blur(10px);
}
.superlotport-modal__content-login {
  border: 1px solid #a2b5fbd6;
  background: #0c163b80;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  gap: 1.5rem;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 2rem;
  width: 100%;
  height: 345px;
  max-width: 552px;
  position: relative;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  backdrop-filter: blur(19.799999237060547px);
}

.superlotport-modal-content.success {
  background-color: #4caf50;
  color: white;
}

.superlotport-modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1000;
  justify-content: center;
  align-items: center;
}

.superlotport-modal-content {
  background: white;
  padding: 20px;
  border-radius: 5px;
  max-width: 400px;
  width: 100%;
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}

.superlotport-modal-content.success {
  background-color: #4caf50;
  color: var(--color-white);
  text-align: center;
  font-family: var(--font-title);
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 100%;
}

/* Burger */
#superlotportMenuToggle {
  display: none;
  position: absolute;
  top: 0;
  left: 0rem;
  z-index: 999 !important;
  -webkit-user-select: none;
  user-select: none;
  width: 100%;
  height: 58px;
}

#superlotportMenuToggle a {
  text-decoration: none;
  color: var(--color-white);
  transition: color 0.3s ease;
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  -ms-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
}

#superlotportMenuToggle span {
  display: block;
  width: 24px;
  height: 2px;
  margin-bottom: 5px;
  right: 0rem;
  top: 0.2rem;
  position: relative;
  background: var(--color-white);
  border-radius: 3px;
  z-index: 1001 !important;
  transform-origin: 4px 0px;
  transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
}

.no-scroll {
  overflow: hidden !important; /* Отключаем прокрутку с приоритетом */
}

#superlotportMenuToggle span:first-child {
  transform-origin: 0% 0%;
}

#superlotportMenuToggle span:nth-last-child(2) {
  transform-origin: 0% 100%;
}

#superlotportMenu {
  position: absolute;
  max-width: 100vw;
  width: 100%;
  z-index: 1000;
  padding-top: 5.25rem;
  margin: 0 0 0 0px;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  align-items: center;
  background: var(--color-darkblue);
  list-style-type: none;
  -webkit-font-smoothing: antialiased;
  transform-origin: 0% 0%;
  transform: translate(-100%, 0);
  transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
  height: 130vh;
  -webkit-transform: translate(-100%, 0);
  -moz-transform: translate(-100%, 0);
  -ms-transform: translate(-100%, 0);
  -o-transform: translate(-100%, 0);
}

#superlotportMenuToggle input:checked ~ ul {
  transform: none;
}

.burger-button {
  display: block;
  width: 42px;
  height: 32px;
  position: absolute;
  top: 1.5rem;
  left: 0.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  cursor: pointer;
  opacity: 1;
  z-index: 1002 !important;
  -webkit-touch-callout: none;
  background: transparent;
  border: none;
  padding: 0;
}

/* Добавляем класс для открытого состояния */
.burger-button.active span:first-child {
  transform: rotate(45deg) translate(6px, 1px);
  background: var(--color-white) !important;
  -webkit-transform: rotate(45deg) translate(6px, 1px);
  -moz-transform: rotate(45deg) translate(6px, 1px);
  -ms-transform: rotate(45deg) translate(6px, 1px);
  -o-transform: rotate(45deg) translate(6px, 1px);
}

.burger-button.active span:nth-child(2) {
  opacity: 0;
  transform: rotate(0deg) scale(0.2, 0.2);
}

.burger-button.active span:last-child {
  background: var(--color-white) !important;
  transform: rotate(-45deg) translate(-3px, 5px);
  -webkit-transform: rotate(-45deg) translate(-3px, 5px);
  -moz-transform: rotate(-45deg) translate(-3px, 5px);
  -ms-transform: rotate(-45deg) translate(-3px, 5px);
  -o-transform: rotate(-45deg) translate(-3px, 5px);
}

/* Обновляем селектор для checked состояния */
#superlotportMenuToggle .active ~ #superlotportMenu {
  transform: none;
}

/* Modal Age */
.age-verification-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1000;
  padding: 0 1rem;
}

.age-verification-modal {
  background: var(--color-darkblue);
  padding: 1.25rem 1.5rem;
  text-align: center;
  max-width: 453px;
  width: 100%;
  border: var(--border-2px);
  display: flex;
  flex-direction: column;
  gap: 0.675rem;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
}

.age-verification-modal h2 {
  font-size: 1.5rem;
  color: var(--color-white);
  font-family: var(--font-title);
  font-weight: 700;
}

.age-verification-modal p {
  font-size: 0.875rem;
  color: var(--color-white);
  font-family: var(--font-text);
  line-height: 100%;
  font-weight: 400;
}

.age-btn {
  max-width: 100%;
  width: 100%;
  font-size: 1.025rem !important;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: scale(0.9);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}

.age-verification-modal {
  animation: fadeIn 0.5s ease-out;
}

/* Cookies */
.cookie-consent-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  display: none; /* Скрыто по умолчанию */
  justify-content: center;
  align-items: center;
  z-index: 1000;
  padding: 0 1rem;
}

.cookie-consent-modal {
  background: var(--color-darkblue);
  padding: 1.5rem 1.75rem;
  text-align: center;
  max-width: 500px;
  width: 100%;
  border: var(--border-2px);
  display: flex;
  flex-direction: column;
  gap: 1rem;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
}

.cookie-consent-modal h2 {
  font-size: 1.5rem;
  color: var(--color-white);
  font-family: var(--font-title);
  font-weight: 700;
  margin-bottom: 0.5rem;
}

.cookie-consent-modal p {
  font-size: 0.9rem;
  color: var(--color-white);
  font-family: var(--font-text);
  line-height: 1.4;
  font-weight: 400;
  margin-bottom: 0.5rem;
}

.cookie-consent-buttons {
  display: flex;
  gap: 0.75rem;
}

.cookie-btn {
  flex: 1;
  font-size: 1rem !important;
  padding: 0.75rem 1rem;
}

.btn-accept {
  background: var(--color-primary);
  color: var(--color-white);
}

.btn-settings {
  background: transparent;
  border: 2px solid var(--color-primary);
  color: var(--color-primary);
}

.btn-settings:hover {
  background: var(--color-primary);
  color: var(--color-white);
}

/* Анимация такая же как у age verification */
.cookie-consent-modal {
  animation: fadeIn 0.5s ease-out;
}

/* Buy Tickets */
.superlotport--buy-container {
  display: flex;
  gap: 2rem;
}
.superlotport--builder-section {
  flex: 3;
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}

.superlotport--step-indicator {
  display: flex;
  justify-content: space-between;
  gap: 1.25rem;
}

.superlotport--step-item {
  max-width: 169px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.25rem;
  border: 2px solid #bcbcbc;
  padding: 0.675rem;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  position: relative;
}

.summary-panel {
  background: #e1ebf4;
  padding: 1.25rem;
  flex: 1;
  max-width: 337px;
  width: 100%;
  border-radius: 20px;
  height: fit-content;
  position: sticky;
  top: 80px;
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
}

.summary-panel h3 {
  font-family: var(--font-title);
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 100%;
  text-align: center;
  color: #1e3344;
}

.superlotport--step-item.active {
  border: 2px solid #2c94ff;
}

.superlotport--step-circle {
  background: #bcbcbc;
  max-width: 47px;
  width: 100%;
  height: 47px;
  border-radius: 100px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  -o-border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-title);
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 100%;
  text-align: center;
  color: var(--color-white);
}

.superlotport--step-item.active .superlotport--step-circle {
  background: #2c94ff;
}

.superlotport--checkout-step {
  display: none;
}

#detailsForm {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}

.superlotport--checkout-step.active {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}

.superlotport--step-connector {
  position: absolute;
  top: 50%;
  left: 100%;
  width: 90%;
  height: 2px;
  background: #bcbcbc;
  border: none;
  z-index: -1;
}

.superlotport--step-connector {
  background: transparent;
  background-image: linear-gradient(90deg, #bcbcbc 50%, transparent 50%);
  background-size: 8px 2px;
  background-repeat: repeat-x;
}

.superlotport--step-connector.active {
  background: transparent;

  background-size: 8px 2px;
  background-repeat: repeat-x;
  background-image: linear-gradient(90deg, #2c94ff 50%, transparent 50%);
}

/* Game Selector Tabs */
.superlotport--game-selector {
  display: flex;
  gap: 1.25rem;
}

.superlotport--game-tab {
  padding: 0 1.25rem 0.25rem;
  font-family: var(--font-text);
  font-weight: 400;
  font-size: 0.95rem;
  line-height: 100%;
  color: #1e3344;
  border-bottom: 2px solid #bcbcbc;
}

.superlotport--game-tab.active {
  color: #2c94ff;
  border-bottom: 2px solid #2c94ff;
}
.superlotport--game-content_text {
  font-family: var(--font-title);
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 100%;
  color: #1e3344;
}

.superlotport--game-content {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}

/* Number Picker */

.superlotport--number-inputs {
  display: flex;
  gap: 10px;
  flex-grow: 1;
  margin-right: 20px;
}

.superlotport--line-number {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 57px;
  text-align: center;
  color: #bcbcbc;
  font-size: 1.1rem;
  border: 1px solid #bcbcbc;
  border-radius: 10px;
  transition: border-color 0.3s, background-color 0.3s;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  text-align: center;
  padding: 0;
  margin: 0;
  -moz-appearance: textfield;
}
.superlotport--line-number::-webkit-outer-spin-button,
.superlotport--line-number::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.superlotport--line-number {
  text-align: center;
}

.btn-primary {
  max-width: 206px;
  width: 100%;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.675rem;
  background: var(--color-btn);
  border-radius: 100px;
  border: 1px solid #2c94ff;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  -o-border-radius: 100px;
  font-family: var(--font-title);
  font-weight: 700;
  font-size: 0.8125rem;
  line-height: 100%;
  color: white;
}

.btn-primary-icon {
  background-image: url(/superlotport-assetsTrGds/superlotport-imagesTrGds/superlotport-iconsTrGds/superlotport-icon-paymentTrGds.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  max-width: 24px;
  width: 100%;
  height: 24px;
}

.superlotport--col {
  flex-direction: column;
  gap: 1.25rem;
  display: flex;
}

.btn-secondary {
  max-width: 126px;
  width: 100%;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  border-radius: 100px;
  border: 1px solid #2c94ff;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  -o-border-radius: 100px;
  font-family: var(--font-title);
  font-weight: 700;
  font-size: 0.8125rem;
  line-height: 100%;
  color: #2c94ff;
}
.superlotport--line-number:focus {
  outline: none;
  border-color: var(--color-primary);
}

.form-row {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}

.form-flex {
  display: flex;
  align-items: center;
  flex-direction: row !important;
  gap: 0.675rem;
  max-width: 345px;
  width: 100%;
}

.form_h {
  width: 100%;
  max-width: 153px;
  height: 38px !important;
}

.form-group {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  align-items: flex-start;
}

.btn-bg_btn {
  max-width: 186px;
  width: 100%;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 0.675rem;
  background: var(--color-btn);
  border-radius: 100px;
  border: 1px solid #2c94ff;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  -o-border-radius: 100px;
  font-family: var(--font-title);
  font-weight: 700;
  font-size: 0.8125rem;
  line-height: 100%;
  color: var(--color-white) !important;
}

.form-group label {
  font-family: var(--font-text);
  font-weight: 400;
  font-size: 1rem;
  line-height: 24px;
  color: #000;
}

.consent-group {
  display: flex;
  align-items: center;
  gap: 0.675rem;
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin: 15px 0;
}

#termsConsent {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border: 2px solid #2c94ff;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  cursor: pointer;
  flex-shrink: 0;
  margin-top: 2px;
  position: relative;
}
#termsConsent:checked {
  background-color: #2c94ff;
}
#termsConsent:focus {
  outline: 2px solid #2c94ff;
  outline-offset: 1px;
}

#termsConsent label {
  display: flex;
  flex-direction: row;
}

.consent-group {
  display: flex;
  align-items: center;
  gap: 8px;
}

.consent-group label {
  flex-direction: row !important;
  font-family: var(--font-text);
  font-weight: 400;
  font-size: 0.9rem;
  line-height: 1.4;
  color: #000;
  margin: 0;
  cursor: pointer;
  order: 2;
  flex-wrap: wrap;
}

.consent-group input {
  order: 1; /* Помещаем input перед label */
}

.consent-group a {
  color: #2c94ff;
  text-decoration: underline;
}

.consent-group a:hover {
  text-decoration: none;
}

#termsConsent:checked::after {
  content: "✓";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  font-size: 12px;
  font-weight: bold;
}

#termsConsent label {
  display: flex;
  align-items: center;
}

.form-group input {
  max-width: 559px;
  width: 100%;
  height: 40px;
  padding: 0.5rem 0.75rem;
  border: 1px solid #d9d9d9;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
}

.form-gap10 {
  display: flex;
  flex-direction: column;
  gap: 0.675rem !important;
}

#drawDate {
  padding: 0.5rem 0.75rem;
  font-family: var(--font-text);
  font-weight: 400;
  font-size: 1rem;
  max-width: 200px;
  width: 100%;
}

/* Number Picker Container */
.number-picker-container {
  display: flex;
  align-items: center;
  gap: 1.25rem;
  flex-wrap: wrap;
  margin-bottom: 15px;
  max-width: 400px;
  width: 100%;
}
.superlotport--line-number:not(:placeholder-shown) {
  color: #2c94ff; /* Синий цвет цифр */
  border-color: #2c94ff;
  background: #f0f8ff; /* Светло-синий фон */
  font-weight: 600;
}

.number-picker-line {
  display: flex;
  align-items: center;
  gap: 1.25rem;
}

.selected-numbers {
  display: flex;
  gap: 8px;
}

.superlotport--line-number::-webkit-outer-spin-button,
.superlotport--line-number::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.superlotport--line-number:focus {
  outline: none;
  border-color: #2c94ff;
}

.delete-line-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  border: none;
  background: none;
  cursor: pointer;
  opacity: 0.7;
  transition: opacity 0.3s ease;
  flex-shrink: 0;
}

.delete-line-btn:hover {
  opacity: 1;
}

/* Стили для Ticket Quantity */
#ticketQuantity {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 57px;
  text-align: center;
  font-size: 1.1rem;
  border: 1px solid #bcbcbc;
  border-radius: 10px;
  transition: all 0.3s ease;
  font-family: var(--font-text);
  font-weight: 500;
  padding: 0;
  margin: 0;
  -moz-appearance: textfield;
  color: #bcbcbc;
  background: white;
}

#ticketQuantity:focus {
  outline: none;
  border-color: #2c94ff;
  color: #2c94ff;
}

#ticketQuantity:not(:placeholder-shown) {
  color: #2c94ff;
  border-color: #2c94ff;
  background: #f0f8ff;
  font-weight: 600;
}

.error-message {
  font-family: var(--font-title);
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 100%;
  color: #1e3344;
}

/* Убираем стрелки у number input */
#ticketQuantity::-webkit-outer-spin-button,
#ticketQuantity::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

#ticketQuantity[type="number"] {
  -moz-appearance: textfield;
}

/* Стили для лейбла */
.superlotport--game-content_text.superlotport--gap20 {
  font-family: var(--font-text);
  font-weight: 400;
  font-size: 1rem;
  line-height: 24px;
  color: #000;
  margin-bottom: 0.675rem;
}

/* Add Line Button */
#addLineBtn {
  max-width: 150px;
}

#ticketQuantity {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 57px;
  text-align: center;
  font-size: 1.1rem;
  border: 1px solid #bcbcbc;
  color: #bcbcbc;
  border-radius: 10px;
  transition: border-color 0.3s, background-color 0.3s;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  text-align: center;
  padding: 0;
  margin: 0;
  -moz-appearance: textfield;
}

#ticketQuantity::-webkit-outer-spin-button,
#ticketQuantity::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
#ticketQuantity {
  text-align: center;
}

.price-breakdown {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}

.price-breakdown .price-line,
.price-total {
  display: flex;
  justify-content: space-between;
}

.price-total span {
  font-family: var(--font-title);
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 100%;
  color: #1e3344;
}

.price-line span {
  font-family: var(--font-title);
  font-weight: 700;
  font-size: 0.95rem;
  line-height: 100%;
  color: #1e3344;
}

.price-line-full {
  width: 100%;
  height: 2px;
  background: #10324e;
  opacity: 0.4;
}

.price-resp {
  font-family: var(--font-text);
  font-weight: 400;
  font-size: 0.75rem;
  line-height: 100%;
  color: #1e3344;
}

.price-resp a {
  font-family: var(--font-title);
  font-weight: 700;
  line-height: 100%;
  text-decoration: underline;
  font-size: 0.775rem;
  color: #1e3344;
}

.payment-placeholder {
  text-align: center;
  padding: 40px;
  border: 2px dashed #ccc;
  border-radius: 8px;
  margin-top: 20px;
}

.payment-placeholder i {
  font-size: 3rem;
  color: var(--color-neutral-dark);
  margin-bottom: 10px;
}

.final-btnbox {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}

.btn--full {
  max-width: 100%;
  width: 100%;
}

.success-screen {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}

/* Others Styles */
.superlotport--head-show {
  display: none;
}

.superlotport--about--col {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}

.superlotport--about-disclaimer {
  max-width: 186px;
  width: 100%;
  background: transparent;
  color: var(--color-white) !important;
  border: var(--border-1px);
  margin-inline: auto;
}

.superlotport--cookies {
  padding: 1.875rem 0;
}

.superlotport--cookies_line {
  max-width: 100%;
  width: 100%;
  height: 2px;
  background: #bcbcbc;
}

.superlotport--dotted li {
  list-style-type: disc;
  color: var(--color-text-dark);
  margin-left: 1.25rem;
}

/* Media */
@media screen and (max-width: 1160px) {
  .superlotport--container__main {
    padding: 0 1rem;
  }

  .superlotport--welcome-container {
    flex-direction: column;
  }

  .superlotport--welcome--info {
    max-width: 725px;
    width: 100%;
  }

  .superlotport--welcome-video {
    max-width: 553px;
    width: 100%;
    height: 302px;
  }

  .superlotport--menu {
    gap: 1.25rem;
  }
  .superlotport--header__logo-box {
    max-width: 300px;
    width: 100%;
  }

  .superlotport--buy-container {
    flex-direction: column;
  }

  .superlotport--step-connector {
    display: none !important;
  }
}
@media screen and (max-width: 991px) {
  .superlotport--menu__list,
  .superlotport--head-hide {
    display: none;
  }

  .superlotport--menu {
    justify-content: flex-end;
    gap: 0;
  }

  .superlotport--header__logo-box {
    justify-content: flex-end;
  }

  #superlotportMenuToggle,
  .superlotport--head-show {
    display: block;
  }

  .superlotport--menu__list-item {
    max-width: 111px;
    width: 100%;
    margin-inline: auto;
    display: flex;
    justify-content: center;
  }

  .superlotport--head-show {
    display: flex;
    flex-direction: column;
    gap: 0.675rem;
  }

  .superlotport--menu__list-item a {
    text-align: center !important;
  }

  .superlotport--lotto {
    padding: 1.875rem 0;
  }

  .superlotport--footer--parthers {
    flex-wrap: wrap;
    justify-content: center;
  }

  .superlotport--footer--info {
    flex-direction: column;
  }

  .superlotport--footer---item {
    max-width: 100%;
  }

  .superlotport--contact-info,
  .superlotport--contact-top {
    flex-direction: column;
    align-items: center;
  }
  .superlotport--contact-top label {
    max-width: 100%;
    width: 100%;
  }

  .superlotport--game-tab {
    padding: 0.025rem 0.25rem;
  }
}

@media screen and (max-width: 600px) {
  .superlotport--steps--list {
    flex-direction: column;
  }

  .superlotport--welcome-video {
    max-width: 328px;
    width: 100%;
    height: 270px;
  }

  .superlotport--footer--navmenu {
    flex-wrap: wrap;
    justify-content: center;
    gap: 1.25rem;
  }

  .cookie-consent-buttons {
    flex-direction: column;
  }

  .superlotport-modal__content-login {
    padding: 1.25rem;
  }
}
@media screen and (max-width: 420px) {
  .form-flex {
    flex-direction: column !important;
    align-items: flex-start;
  }

  .superlotport--lotto--title {
    word-break: break-all;
  }
}



/* !!!!!!!!!!!!!!!! */
/* TICKETS */
/* !!!!!!!!!!!!!!!! */

.TrGds_buy_sect_1_container {
  display: flex;
  gap: 32px;
  justify-content: center;
  align-items: flex-start;
  padding: 32px 0;
  flex-wrap: wrap;
}

.TrGds_left_panel,
.TrGds_right_panel {
  flex: 1 1 480px;
  max-width: 640px;
}

.TrGds_left_inner,
.TrGds_right_inner {
  padding: 16px;
  border-radius: 24px;
  border: 2px solid #011e35;
  background: #10324e;
  box-shadow: 0 0 20px #011e35;
}

.TrGds_block_title {
  font-family: var(--font-title);
  color: #ffffff;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-bottom: 24px;
}

.TrGds_left_inner_h3 {
  font-family: var(--font-title);
  font-size: 16px;
  color: #ffffff;
  text-align: center;
  margin-bottom: 16px;
}

.TrGds_block_subtitle {
  color: #ffffff;
  font-size: 14px;
  font-family: var(--font-title);
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 24px;
}

/* === SELECT DRAW КНОПКИ === */

.TrGds_buy_sect_1_block_select_ {
  width: 100%;
  display: flex;
  gap: 16px;
  margin-top: 12px;
  margin-bottom: 24px;
}

.btn_lotto {
  width: 100%;
  padding: 14px 30px;
  border-radius: 24px;
  background: transparent;
  border: var(--border-1px);
  font-family: "TrGds_poppinssemibold", system-ui, sans-serif;
  font-size: 14px;
  font-weight: 700;
  color: #ffffff;
  cursor: pointer;
  transition: 0.25s;
}

.btn_lotto:hover {
  box-shadow: 0 0 10px var(--color-btn);
}

.btn_lotto.active {
  background: var(--color-btn);
  border-color: transparent;
}

/* === КОНТЕЙНЕР С ЧИСЛАМИ === */

.TrGds_buy_sect_2_block_numbers {
  margin-top: 8px;
}

.TrGds_buy_sect_1_block_pick_wrapper {
  margin-top: 12px;
  border-radius: 20px;
  background: transparent;
}

.TrGds_lotto_numbers_container,
.TrGds_lotto_grand_numbers {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 12px;
}

/* ЦИФРЫ (ШАРИКИ) */

.TrGds_lotto_number {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  border: 2px solid #ffffff;
  background: #ffffff;
  color: #000000;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "TrGds_poppinssemibold", system-ui, sans-serif;
  font-size: 16px;
  font-weight: 700;
  cursor: pointer;
  transition: 0.2s;
}

.TrGds_lotto_number:hover {
  transform: translateY(-2px);
}

.TrGds_lotto_number.active {
  background: #000000;
  color: #ffffff;
  border-color: #ffffff;
}

/* Инструкция под заголовком */

.TrGds_lotto_instruction {
  display: none;
}

/* GRAND NUMBER БЛОК */
.TrGds_lotto_grand_container {
  margin-top: 22px;
  margin-bottom: 22px;
}
.TrGds_lotto_grand_container p {
  color: #ffffff;
}

/* === КНОПКИ СНИЗУ: QUICK + CONFIRM === */

.TrGds_buy_sect_2_block_numbers_wrapper_btn {
  display: flex;
  justify-content: center;
  gap: 16px;
}

.TrGds_quick_btn {
  padding: 10px 22px;
  border-radius: 20px;
  background: transparent;
  border: var(--border-1px);
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  transition: 0.25s;
}

.TrGds_confirm_btn {
  padding: 10px 30px;
  border-radius: 20px;
  border: none;
  background: var(--color-btn);
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  cursor: pointer;
  transition: 0.25s;
}

.TrGds_confirm_btn:hover {
  transform: scale(1.06);
}

/* === ПРАВАЯ КАРТОЧКА: BILLING === */

.input_contact {
  width: 100%;
  padding: 16px 20px;
  border-radius: 20px;
  border: var(--border-1px);
  background: transparent;
  color: #ffffff;
  font-size: 14px;
  margin-bottom: 16px;
}

.input_contact::placeholder {
  color: #a5a5a5;
}

/* ПРОВИНЦИИ-КНОПКИ */

.TrGds_province_row {
  display: flex;

  gap: 16px;
  margin-bottom: 24px;
}

.province_btn {
  width: 100%;
  padding: 14px 32px;
  border-radius: 20px;
  border: var(--border-1px);
  background: transparent;
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  transition: 0.25s;
}

.province_btn.active {
  background: var(--color-btn);
  border-color: transparent;
}

/* КНОПКА SAFE SHOPPING */

.TrGds_safe_btn_wrapper {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-bottom: 24px;
}

.TrGds_safe_btn {
  margin: 0 auto;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 10px 40px;
  border-radius: 20px;
  border: none;
  background: var(--color-btn);
  color: #ffffff;
  font-size: 15px;
  font-weight: 700;
  cursor: pointer;
  transition: 0.25s;
}

.text-center {
  text-align: center;
}

.TrGds_safe_btn:hover {
  transform: scale(1.06);
}

.popap_contact {
  display: none;
  text-align: center;
  font-family: var(--font-text);
  font-weight: 400;
  font-size: 0.95rem;
  line-height: 120%;
  color: #fff;
}

.container {
  padding: 0 16px;
}

@media (max-width: 550px) {
  .TrGds_buy_sect_1_block_select_ {
    flex-direction: column;
  }
}

@media (max-width: 480px) {
  .TrGds_province_row {
    flex-direction: column;
  }
}
