@charset "UTF-8";

/* Reset and base styles  */

* {
  padding: 0px;
  margin: 0px;
  border: none;
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* Links */

a,
a:link,
a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

/* Common */

aside,
nav,
footer,
header,
section,
main {
  display: block;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  font-size: inherit;
  font-weight: inherit;
}

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

img {
  vertical-align: top;
}

img,
svg {
  max-width: 100%;
  height: auto;
}

address {
  font-style: normal;
}

/* Form */

input,
textarea,
button,
select {
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  background-color: transparent;
}

input::-ms-clear {
  display: none;
}

button,
input[type=submit] {
  display: inline-block;
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: transparent;
  background: none;
  cursor: pointer;
}

input:focus,
input:active,
button:focus,
button:active {
  outline: none;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

label {
  cursor: pointer;
}

legend {
  display: block;
}

@font-face {
  font-family: poppins;
  font-display: swap;
  src: url("../topmagyarlotto__fonts/topmagyarlotto__poppins-bold.woff2") format("woff2"), url("../topmagyarlotto__fonts/topmagyarlotto__poppins-bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: poppins;
  font-display: swap;
  src: url("../topmagyarlotto__fonts/topmagyarlotto__poppins-regular.woff2") format("woff2"), url("../topmagyarlotto__fonts/topmagyarlotto__poppins-regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}

:root {
  --container-width: 1440px;
  --container-padding: 100px;
  --container-padding-tablet: 16px;
  --background: #002F59;
  --font-color: #FFF;
  --font-size: clamp(0.875rem, 0.8317307692rem + 0.1923076923vw, 1rem);
  --font-family: poppins, OpenSans, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-synthesis: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  --laptop-size: 1199px;
  --tablet-size: 959px;
  --mobile-size: 599px;
  --btn-font-size: 16px;
  --btn-font-weight: 700;
  --btn-padding: 0.8em 3.4em;
  --btn-bg: #9DDAFF;
  --btn-bg-hover: #002F59;
  --btn-color: #002F59;
  --btn-radius: 0rem;
  --btn-transition: all 0.2s ease-in-out;
  --btn-shadow: none;
  --btn-shadow-hover: var(--btn-shadow);
}

h1,
.topmagyarlotto__h1,
h2,
.topmagyarlotto__h2,
h3,
.topmagyarlotto__h3 {
  font-weight: normal;
  overflow-wrap: break-word;
  word-break: break-word;
  font-weight: 700;
  line-height: 1.2;
}

h1,
.topmagyarlotto__h1 {
  font-size: clamp(1.875rem, 1.6586538462rem + 0.9615384615vw, 2.5rem);
  text-transform: uppercase;
}

h2,
.topmagyarlotto__h2 {
  font-size: clamp(1.75rem, 1.6634615385rem + 0.3846153846vw, 2rem);
}

h3,
.topmagyarlotto__h3 {
  font-size: clamp(1rem, 0.9567307692rem + 0.1923076923vw, 1.125rem);
}

main p {
  color: #D3EAFF;
}

html {
  scroll-behavior: smooth;
  background: var(--background);
  scrollbar-gutter: stable;
}

body {
  background: var(--background);
  color: var(--font-color);
  font-family: var(--font-family);
  font-size: var(--font-size);
  font-weight: 400;
}

html,
body {
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

a,
button {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  color: inherit;
}

img {
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
}

.topmagyarlotto__no-scroll {
  overflow: hidden;
}

.topmagyarlotto__visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  white-space: nowrap;
  clip-path: inset(100%);
  clip: rect(0 0 0 0);
  overflow: hidden;
}

.topmagyarlotto__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px 20px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.topmagyarlotto__items .topmagyarlotto__item {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 16px;
  width: 100%;
}

.topmagyarlotto__terms .topmagyarlotto__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 20px;
}

.topmagyarlotto__main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 80px;
  margin: 80px 0;
}

.btn {
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: grid;
  place-items: center;
  font-size: var(--btn-font-size);
  font-weight: var(--btn-font-weight);
  padding: var(--btn-padding);
  color: var(--btn-color);
  background-color: var(--btn-bg);
  border-radius: var(--btn-radius);
  cursor: pointer;
  text-decoration: none;
  -webkit-transition: var(--btn-transition);
  transition: var(--btn-transition);
  -webkit-box-shadow: var(--btn-shadow);
  box-shadow: var(--btn-shadow);
  line-height: 1.2;
  white-space: nowrap;
}

.btn:active {
  -webkit-transform: translateY(2px);
  -ms-transform: translateY(2px);
  transform: translateY(2px);
}

.btn--contacts {
  background-color: var(--btn-bg-hover);
  color: #FFF;
}

.topmagyarlotto__wrapper {
  background: #FFF;
  padding: 20px;
  color: #002F59;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 16px;
}

.topmagyarlotto__wrapper P {
  color: inherit;
}

form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 10px;
  width: 100%;
  position: relative;
}

form div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 8px;
}

input,
textarea {
  background: #FFF;
  padding: 10px 14px;
  color: #0B0835;
}

input:focus,
textarea:focus {
  outline: none;
}

::-webkit-input-placeholder {
  color: #999999;
  text-transform: uppercase;
}

::-moz-placeholder {
  color: #999999;
  text-transform: uppercase;
}

:-ms-input-placeholder {
  color: #999999;
  text-transform: uppercase;
}

::-ms-input-placeholder {
  color: #999999;
  text-transform: uppercase;
}

::placeholder {
  color: #999999;
  text-transform: uppercase;
}

textarea {
  resize: none;
}

.topmagyarlotto__warning {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 6px;
  position: absolute;
  z-index: 1;
  bottom: 0;
  width: 100%;
  font-size: clamp(0.75rem, 0.7067307692rem + 0.1923076923vw, 0.875rem);
  background: #ECFBFB;
  border-left: 4px solid #335D48;
  color: #335D48;
  text-align: center;
  overflow: hidden;
  max-height: 0;
  opacity: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.topmagyarlotto__warning::before {
  content: "";
  width: 20px;
  aspect-ratio: 1;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23335D48' d='M12,2C6.5,2,2,6.5,2,12s4.5,10,10,10s10-4.5,10-10C22,6.5,17.5,2,12,2z M16.2,10.3l-4.8,4.8c-0.4,0.4-1,0.4-1.4,0l0,0l-2.2-2.2c-0.4-0.4-0.4-1,0-1.4c0.4-0.4,1-0.4,1.4,0c0,0,0,0,0,0l1.5,1.5l4.1-4.1c0.4-0.4,1-0.4,1.4,0C16.6,9.3,16.6,9.9,16.2,10.3z'/%3E%3C/svg%3E") no-repeat center/contain;
  margin-top: -2px;
}

.topmagyarlotto__warning::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0.2rem;
  background: -webkit-gradient(linear, left top, right top, from(#ECFBFB), to(#335D48));
  background: linear-gradient(to right, #ECFBFB, #335D48);
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: left;
  -ms-transform-origin: left;
  transform-origin: left;
}

.topmagyarlotto__warning.topmagyarlotto__active {
  max-height: 100px;
  opacity: 1;
  padding: 16px 10px;
}

.topmagyarlotto__warning.topmagyarlotto__active::after {
  -webkit-animation: progress 4.9s linear forwards;
  animation: progress 4.9s linear forwards;
}

@-webkit-keyframes progress {
  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}

@keyframes progress {
  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}

.topmagyarlotto__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 40px;
  margin: 0 auto;
  padding: 0 var(--container-padding);
  max-width: var(--container-width);
  width: 100%;
}

.topmagyarlotto__popup__title {
  font-size: clamp(1.125rem, 0.9951923077rem + 0.5769230769vw, 1.5rem);
  font-weight: 700;
  text-transform: uppercase;
}

.topmagyarlotto__modal {
  display: none;
  /* по умолчанию скрыто */
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(3px);
  background: rgba(0, 0, 0, 0.8);
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 999;
}

.topmagyarlotto__modal-content {
  background: #276FAE;
  -webkit-box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.25);
  padding: 2rem 1rem;
  position: relative;
  max-width: 420px;
  width: 90%;
  -webkit-animation: fadeIn 0.45s cubic-bezier(0.01, 0.8, 0.03, 1);
  animation: fadeIn 0.45s cubic-bezier(0.01, 0.8, 0.03, 1);
  color: #FFF;
}

.topmagyarlotto__modal-content .btn {
  margin-inline: auto;
  width: 100%;
}

.topmagyarlotto__modal-content h2 {
  text-align: center;
  color: #FFF;
}

.topmagyarlotto__close {
  position: absolute;
  top: 0.5rem;
  right: 1rem;
  font-size: 1.5rem;
  cursor: pointer;
}

body.topmagyarlotto__modal-open {
  overflow: hidden;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
    -webkit-transform: translateY(-80px);
    transform: translateY(-80px);
  }

  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
    -webkit-transform: translateY(-80px);
    transform: translateY(-80px);
  }

  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

/* Blocks */

.topmagyarlotto__banner {
  background-image: url("/topmagyarlotto__img/topmagyarlotto__banner.avif");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 40px;
  padding-bottom: 280px;
  text-align: center;
}				.topmagyarlotto__avif .topmagyarlotto__banner {					background-image: url("/topmagyarlotto__img/topmagyarlotto__banner.avif")				}			

.topmagyarlotto__banner .topmagyarlotto__inner {
  max-width: 737px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 20px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.topmagyarlotto__banner h1 {
  text-wrap: balance;
}

.topmagyarlotto__contacts {
  background: #fff;
  padding-block: 80px;
}

.topmagyarlotto__contacts h2,
.topmagyarlotto__contacts p {
  color: #002F59;
}

.topmagyarlotto__contacts .topmagyarlotto__newsletter div {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  gap: 20px;
  margin-bottom: 10px;
}

.topmagyarlotto__contacts .topmagyarlotto__newsletter div input {
  width: 100%;
}

.topmagyarlotto__contacts input,
.topmagyarlotto__contacts textarea {
  background: #e0eeff;
}

.topmagyarlotto__contacts .btn {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

.topmagyarlotto__contacts .topmagyarlotto__img {
  background-image: url("/topmagyarlotto__img/topmagyarlotto__contacts.avif");
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  height: 594px;
  min-height: 300px;
}				.topmagyarlotto__avif .topmagyarlotto__contacts .topmagyarlotto__img {					background-image: url("/topmagyarlotto__img/topmagyarlotto__contacts.avif")				}			

.topmagyarlotto__footer {
  margin-top: auto;
  padding-block: 40px;
  background: #276FAE;
  color: #fff;
}

.topmagyarlotto__footer .topmagyarlotto__items {
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.topmagyarlotto__footer a:hover {
  opacity: 0.6;
}

.topmagyarlotto__footer .topmagyarlotto__logos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 10px 50px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
  margin-block: 20px;
}

.topmagyarlotto__footer .topmagyarlotto__logos img {
  width: auto;
  max-height: 46px;
}

.topmagyarlotto__footer .topmagyarlotto__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 10px 60px;
}

.topmagyarlotto__footer .topmagyarlotto__age {
  width: 40px;
  aspect-ratio: 1/1;
  background-image: url("/topmagyarlotto__img/topmagyarlotto__18-plus.svg");
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
}

.topmagyarlotto__game .topmagyarlotto__img {
  background-image: url("/topmagyarlotto__img/topmagyarlotto__balls.avif");
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  height: 653px;
  min-height: 300px;
}				.topmagyarlotto__avif .topmagyarlotto__game .topmagyarlotto__img {					background-image: url("/topmagyarlotto__img/topmagyarlotto__balls.avif")				}			

.topmagyarlotto__header {
  padding-block: 8px;
  background: linear-gradient(268deg, #002F59 9.15%, #FFF 51.63%);
}

.topmagyarlotto__header__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.topmagyarlotto__header .topmagyarlotto__nav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
}

.topmagyarlotto__header a:hover {
  opacity: 0.8;
}

.topmagyarlotto__header .topmagyarlotto__play {
  border: 1px solid #FFF;
  padding: 8px 16px;
}

.topmagyarlotto__header .topmagyarlotto__play:hover {
  opacity: 0.8;
}

.topmagyarlotto__header .topmagyarlotto__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
  text-transform: uppercase;
  font-size: clamp(0.875rem, 0.7884615385rem + 0.3846153846vw, 1.125rem);
}

.topmagyarlotto__header .topmagyarlotto__logo img {
  width: 161px;
  aspect-ratio: 2.555/1;
  -o-object-fit: contain;
  object-fit: contain;
}

.topmagyarlotto__mobile-nav {
  position: fixed;
  top: -100%;
  width: 100%;
  height: 100%;
  z-index: 99;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-top: 40px;
  padding-bottom: 40px;
  background: #000;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}

.topmagyarlotto__mobile-nav--open {
  top: 0;
}

.topmagyarlotto__mobile-nav a {
  color: #fff;
}

.topmagyarlotto__mobile-nav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  row-gap: 20px;
  font-size: 28px;
}

.topmagyarlotto__mobile-nav__list .topmagyarlotto__active {
  opacity: 0.5;
}

/* Nav Icon */

.topmagyarlotto__mobile-nav-btn {
  --time: 0.1s;
  --width: 26px;
  --height: 30px;
  --line-height: 3px;
  --spacing: 5px;
  --color: var(--font-color);
  --radius: 4px;
  /* Fixed height and width */
  /* height: var(--height); */
  /* width: var(--width); */
  /* Dynamic height and width */
  height: calc(var(--line-height) * 2 + var(--spacing) * 4);
  width: var(--width);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.topmagyarlotto__nav-icon {
  position: relative;
  width: var(--width);
  height: var(--line-height);
  background-color: var(--color);
  border-radius: var(--radius);
}

.topmagyarlotto__nav-icon::before,
.topmagyarlotto__nav-icon::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  width: var(--width);
  height: var(--line-height);
  border-radius: var(--radius);
  background-color: var(--color);
  -webkit-transition: top var(--time) linear var(--time), -webkit-transform var(--time) ease-in;
  transition: top var(--time) linear var(--time), -webkit-transform var(--time) ease-in;
  transition: transform var(--time) ease-in, top var(--time) linear var(--time);
  transition: transform var(--time) ease-in, top var(--time) linear var(--time), -webkit-transform var(--time) ease-in;
}

.topmagyarlotto__nav-icon::before {
  /* top: calc(var(--line-height) * -2); */
  top: calc(-1 * (var(--line-height) + var(--spacing)));
}

.topmagyarlotto__nav-icon::after {
  /* top: calc(var(--line-height) * 2); */
  top: calc(var(--line-height) + var(--spacing));
}

.topmagyarlotto__nav-icon.topmagyarlotto__nav-icon--active {
  background-color: transparent;
}

.topmagyarlotto__nav-icon.topmagyarlotto__nav-icon--active::before,
.topmagyarlotto__nav-icon.topmagyarlotto__nav-icon--active::after {
  top: 0;
  -webkit-transition: top var(--time) linear, -webkit-transform var(--time) ease-in var(--time);
  transition: top var(--time) linear, -webkit-transform var(--time) ease-in var(--time);
  transition: top var(--time) linear, transform var(--time) ease-in var(--time);
  transition: top var(--time) linear, transform var(--time) ease-in var(--time), -webkit-transform var(--time) ease-in var(--time);
  background-color: #fff;
}

.topmagyarlotto__nav-icon.topmagyarlotto__nav-icon--active::before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.topmagyarlotto__nav-icon.topmagyarlotto__nav-icon--active::after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

/* Layout */

.topmagyarlotto__mobile-nav-btn {
  z-index: 999;
  display: none;
}

.topmagyarlotto__rev .topmagyarlotto__items {
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.topmagyarlotto__rev .topmagyarlotto__wrapper {
  border-left: 5px solid #276FAE;
}

.topmagyarlotto__rev .topmagyarlotto__stars {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4px;
}

.topmagyarlotto__rev .topmagyarlotto__stars li {
  width: 19px;
  aspect-ratio: 1/1;
  background-image: url("/topmagyarlotto__img/topmagyarlotto__icon-star.svg");
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
}

.topmagyarlotto__rev h2 {
  text-align: center;
}

.topmagyarlotto__why .topmagyarlotto__img {
  background-image: url("/topmagyarlotto__img/topmagyarlotto__slotmashine.avif");
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  height: 400px;
  min-height: 300px;
}				.topmagyarlotto__avif .topmagyarlotto__why .topmagyarlotto__img {					background-image: url("/topmagyarlotto__img/topmagyarlotto__slotmashine.avif")				}			

.topmagyarlotto__win {
  background-image: url("/topmagyarlotto__img/topmagyarlotto__bg-lottery.avif");
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat;
  padding-block: 80px;
}				.topmagyarlotto__avif .topmagyarlotto__win {					background-image: url("/topmagyarlotto__img/topmagyarlotto__bg-lottery.avif")				}			

.topmagyarlotto__win .topmagyarlotto__items {
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.topmagyarlotto__win .topmagyarlotto__wrapper {
  border: 4px solid #276FAE;
}

.topmagyarlotto__win .topmagyarlotto__balls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.topmagyarlotto__win .topmagyarlotto__balls ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.topmagyarlotto__win .topmagyarlotto__balls ul li {
  height: 34px;
  aspect-ratio: 1/1;
  display: grid;
  place-items: center;
  background: -webkit-gradient(linear, left top, right top, from(#0069C6), to(#002F59));
  background: linear-gradient(90deg, #0069C6 0%, #002F59 100%);
  border-radius: 50%;
  color: #fff;
  font-weight: 700;
  margin-left: -6px;
  border: 1px solid #fff;
}

@media (max-width: 1220px) {
  .topmagyarlotto__main {
    gap: 40px;
    margin: 40px 0;
  }

  .topmagyarlotto__container {
    padding: 0 var(--container-padding-tablet);
    gap: 20px;
  }

  .topmagyarlotto__header__nav {
    display: none;
  }

  .topmagyarlotto__mobile-nav-btn {
    display: block;
  }
}

@media (max-width: 820px) {
  .topmagyarlotto__items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  form {
    padding: 0;
    border: none;
    gap: 10px;
  }

  .topmagyarlotto__modal-content {
    padding: 12px;
  }

  .topmagyarlotto__banner {
    padding-block: 20px;
    text-align: left;
  }

  .topmagyarlotto__banner .topmagyarlotto__inner {
    gap: 16px;
  }

  .topmagyarlotto__banner .btn {
    width: 100%;
  }

  .topmagyarlotto__contacts {
    padding-block: 40px;
  }

  .topmagyarlotto__contacts .topmagyarlotto__newsletter div {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .topmagyarlotto__contacts .btn {
    width: 100%;
  }

  .topmagyarlotto__footer {
    padding-block: 20px;
  }

  .topmagyarlotto__footer .topmagyarlotto__logos {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 10px;
  }

  .topmagyarlotto__footer .topmagyarlotto__logos img {
    max-height: 38px;
    max-width: 120px;
  }

  .topmagyarlotto__game .topmagyarlotto__items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .topmagyarlotto__header {
    padding-block: 6px;
  }

  .topmagyarlotto__header .topmagyarlotto__logo img {
    width: 102px;
  }

  .topmagyarlotto__win {
    padding-block: 20px;
  }

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

@media (hover: hover) and (pointer: fine) {
  .btn:hover,
  .btn:focus-visible {
    background-color: var(--btn-bg-hover);
    -webkit-box-shadow: var(--btn-shadow-hover);
    box-shadow: var(--btn-shadow-hover);
    color: #FFF;
  }

  .btn--contacts:hover,
  .btn--contacts:focus-visible {
    background-color: var(--btn-bg);
    color: var(--btn-color);
  }
}