@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("../veikkausse__fonts/veikkausse__poppins-bold.woff2") format("woff2"), url("../veikkausse__fonts/veikkausse__poppins-bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}

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

:root {
  --container-width: 1440px;
  --container-padding: 102px;
  --container-padding-tablet: 16px;
  --background: #fff;
  --font-color: #111;
  --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: clamp(0.875rem, 0.8317307692rem + 0.1923076923vw, 1rem);
  --btn-font-weight: 700;
  --btn-padding: 0.8em 3em;
  --btn-bg: #FF9900;
  --btn-bg-hover: #FFCB00;
  --btn-color: #111;
  --btn-radius: 1rem;
  --btn-transition: all 0.2s ease-in-out;
  --btn-shadow: inset 0px -100px 30px -80px #FFCB00, 0 4px 10px 0 rgba(0, 0, 0, 0.30);
  --btn-shadow-hover: var(--btn-shadow:);
}

h1,
.veikkausse__h1,
h2,
.veikkausse__h2,
h3,
.veikkausse__h3 {
  font-weight: normal;
  overflow-wrap: break-word;
  word-break: break-word;
  font-weight: 700;
  line-height: 120%;
  text-transform: uppercase;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.25);
}

h1,
.veikkausse__h1 {
  font-size: clamp(1.25rem, 0.8389423077rem + 1.8269230769vw, 2.4375rem);
}

h2,
.veikkausse__h2 {
  font-size: clamp(1.75rem, 1.7067307692rem + 0.1923076923vw, 1.875rem);
}

h3,
.veikkausse__h3 {
  font-size: clamp(1rem, 0.9134615385rem + 0.3846153846vw, 1.25rem);
}

p,
li {
  line-height: 120%;
}

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 {
  -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;
}

.veikkausse__no-scroll {
  overflow: hidden;
}

.veikkausse__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;
}

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

.veikkausse__items .veikkausse__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: 10px 20px;
  width: 100%;
}

.veikkausse__terms .veikkausse__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;
}

.veikkausse__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: 120px;
  margin: 60px 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;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  text-transform: uppercase;
}

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

.veikkausse__wrapper {
  border-radius: 20px;
  background: #E1E1E1;
  -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: 20px;
  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;
  text-align: center;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.veikkausse__wrapper--blue {
  background: linear-gradient(105deg, #00C0FF -0.07%, #1265B4 60.33%);
  color: #FFF;
  min-width: 200px;
}

.veikkausse__wrapper--blue::before {
  content: "";
  width: 70px;
  aspect-ratio: 1/1;
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
}

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;
  margin-bottom: 4px;
}

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

input,
textarea {
  border-radius: 8px;
  border: 1px solid #C6C7D5;
  background: #FFF;
  padding: 12px 16px;
  color: #16161A;
}

textarea {
  resize: none;
}

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

::-webkit-input-placeholder {
  color: #656D7C;
}

::-moz-placeholder {
  color: #656D7C;
}

:-ms-input-placeholder {
  color: #656D7C;
}

::-ms-input-placeholder {
  color: #656D7C;
}

::placeholder {
  color: #656D7C;
}

.veikkausse__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;
  bottom: 0;
  left: 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;
}

.veikkausse__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;
}

.veikkausse__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;
}

.veikkausse__warning.veikkausse__active {
  max-height: 100px;
  opacity: 1;
  padding: 16px 10px;
}

.veikkausse__warning.veikkausse__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);
  }
}

.veikkausse__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%;
}

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

.veikkausse__modal {
  display: none;
  /* по умолчанию скрыто */
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(3px);
  background: rgba(0, 0, 0, 0.5);
  -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;
}

.veikkausse__modal-content {
  border-radius: 20px;
  background: linear-gradient(105deg, #00C0FF -0.07%, #1265B4 60.33%);
  -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;
}

.veikkausse__modal-content .btn {
  margin-inline: auto;
  width: 100%;
  max-width: 270px;
}

.veikkausse__modal-content h2 {
  text-align: center;
}

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

body.veikkausse__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 */

.veikkausse__advantages .veikkausse__wrapper--blue:nth-child(1)::before {
  background-image: url("./../veikkausse__img/veikkausse__icon-certificate.svg");
}

.veikkausse__advantages .veikkausse__wrapper--blue:nth-child(2)::before {
  background-image: url("./../veikkausse__img/veikkausse__icon-card.svg");
}

.veikkausse__advantages .veikkausse__wrapper--blue:nth-child(3)::before {
  background-image: url("./../veikkausse__img/veikkausse__icon-exam.svg");
}

.veikkausse__banner {
  background-image: url("./../veikkausse__img/veikkausse__banner.avif");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.4);
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.4);
  color: #FFF;
  text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  padding-block: 125px;
}				.veikkausse__avif .veikkausse__banner {					background-image: url("./../veikkausse__img/veikkausse__banner.avif")				}			

.veikkausse__banner .veikkausse__inner {
  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;
  max-width: 730px;
}

.veikkausse__banner .btn {
  position: relative;
  overflow: hidden;
  font-size: clamp(0.875rem, 0.7451923077rem + 0.5769230769vw, 1.25rem);
}

.veikkausse__banner .btn::after {
  content: "";
  opacity: 0.6;
  position: absolute;
  top: -100px;
  left: -100px;
  display: block;
  background: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(70%, rgba(255, 255, 255, 0.7)));
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.7) 70%);
  width: 40px;
  height: 320px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-animation: slide 4s ease-in-out 0.05s infinite;
  animation: slide 4s ease-in-out 0.05s infinite;
}

@-webkit-keyframes slide {
  0% {
    -webkit-transform: translateX(0) rotate(45deg);
    transform: translateX(0) rotate(45deg);
  }

  30%, 100% {
    -webkit-transform: translateX(500px) rotate(45deg);
    transform: translateX(500px) rotate(45deg);
  }
}

@keyframes slide {
  0% {
    -webkit-transform: translateX(0) rotate(45deg);
    transform: translateX(0) rotate(45deg);
  }

  30%, 100% {
    -webkit-transform: translateX(500px) rotate(45deg);
    transform: translateX(500px) rotate(45deg);
  }
}

.veikkausse__faq ul {
  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;
}

.veikkausse__faq .veikkausse__wrapper {
  text-align: left;
}

.veikkausse__faq .veikkausse__wrapper h3 {
  width: 100%;
}

.veikkausse__footer {
  background: #001532;
  margin-top: auto;
  padding-block: 70px;
  font-size: 14px;
  color: #FFF;
  text-align: center;
}

.veikkausse__footer .veikkausse__items {
  gap: 30px;
}

.veikkausse__footer .veikkausse__item {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 100%;
  flex: 0 1 100%;
}

.veikkausse__footer a:hover {
  opacity: 0.6;
}

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

.veikkausse__footer .veikkausse__logos img {
  width: auto;
  max-height: 46px;
}

.veikkausse__footer .veikkausse__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 16px 40px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.veikkausse__footer .veikkausse__age {
  font-size: clamp(2.25rem, 2.0336538462rem + 0.9615384615vw, 2.875rem);
  font-weight: 700;
}

.veikkausse__guide .veikkausse__wrapper--blue:nth-child(1)::before {
  background-image: url("./../veikkausse__img/veikkausse__number-1.avif");
}				.veikkausse__avif .veikkausse__guide .veikkausse__wrapper--blue:nth-child(1)::before {					background-image: url("./../veikkausse__img/veikkausse__number-1.avif")				}			

.veikkausse__guide .veikkausse__wrapper--blue:nth-child(2)::before {
  background-image: url("./../veikkausse__img/veikkausse__number-2.avif");
}				.veikkausse__avif .veikkausse__guide .veikkausse__wrapper--blue:nth-child(2)::before {					background-image: url("./../veikkausse__img/veikkausse__number-2.avif")				}			

.veikkausse__guide .veikkausse__wrapper--blue:nth-child(3)::before {
  background-image: url("./../veikkausse__img/veikkausse__number-3.avif");
}				.veikkausse__avif .veikkausse__guide .veikkausse__wrapper--blue:nth-child(3)::before {					background-image: url("./../veikkausse__img/veikkausse__number-3.avif")				}			

.veikkausse__guide .veikkausse__wrapper--blue:nth-child(4)::before {
  background-image: url("./../veikkausse__img/veikkausse__number-4.avif");
}				.veikkausse__avif .veikkausse__guide .veikkausse__wrapper--blue:nth-child(4)::before {					background-image: url("./../veikkausse__img/veikkausse__number-4.avif")				}			

.veikkausse__guide .btn {
  margin-inline: auto;
}

.veikkausse__header {
  padding-block: 16px;
}

.veikkausse__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;
}

.veikkausse__header .veikkausse__nav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 30px;
  -moz-column-gap: 30px;
  column-gap: 30px;
}

.veikkausse__header a:hover {
  opacity: 0.6;
}

.veikkausse__header .veikkausse__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);
}

.veikkausse__header .veikkausse__logo img {
  width: 30px;
  aspect-ratio: 1/1;
  -o-object-fit: contain;
  object-fit: contain;
}

.veikkausse__header .veikkausse__dropdown {
  position: relative;
  font-size: 16px;
}

.veikkausse__header .veikkausse__dropdown button {
  text-transform: uppercase;
  font-weight: 700;
  border-radius: 10px;
  border: 1px solid #00C0FF;
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.25);
  padding: 5px 20px;
}

.veikkausse__header .veikkausse__dropdown button::after {
  content: "";
  width: 20px;
  aspect-ratio: 1/1;
  background-image: url("/veikkausse__img/veikkausse__arrow.svg");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.veikkausse__header .veikkausse__dropdown-toggle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.veikkausse__header .veikkausse__dropdown-menu {
  position: absolute;
  left: 0;
  display: none;
  gap: 12px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  border-top: 0;
  padding: 10px 20px;
  width: 100%;
  margin-top: -8px;
  font-weight: 700;
  background: #fff;
  border-radius: 0 0 10px 10px;
  border: 1px solid #00C0FF;
  border-top: none;
  -webkit-box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.25);
  padding: 5px 20px;
}

.veikkausse__header .veikkausse__dropdown.veikkausse__active .veikkausse__dropdown-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.veikkausse__header .veikkausse__dropdown.veikkausse__active button::after {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.veikkausse__lotto ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

.veikkausse__lotto h3 {
  padding: 38px 20px;
  width: 100%;
  text-align: left;
  border-radius: 20px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.veikkausse__lotto .veikkausse__wrapper:nth-child(1) h3 {
  background-image: url("./../veikkausse__img/veikkausse__lotto-bg-1.avif");
}				.veikkausse__avif .veikkausse__lotto .veikkausse__wrapper:nth-child(1) h3 {					background-image: url("./../veikkausse__img/veikkausse__lotto-bg-1.avif")				}			

.veikkausse__lotto .veikkausse__wrapper:nth-child(2) h3 {
  background-image: url("./../veikkausse__img/veikkausse__lotto-bg-2.avif");
  color: #fff;
}				.veikkausse__avif .veikkausse__lotto .veikkausse__wrapper:nth-child(2) h3 {					background-image: url("./../veikkausse__img/veikkausse__lotto-bg-2.avif")				}			

.veikkausse__lotto .veikkausse__wrapper:nth-child(3) h3 {
  background-image: url("./../veikkausse__img/veikkausse__lotto-bg-3.avif");
  color: #fff;
}				.veikkausse__avif .veikkausse__lotto .veikkausse__wrapper:nth-child(3) h3 {					background-image: url("./../veikkausse__img/veikkausse__lotto-bg-3.avif")				}			

.veikkausse__lotto .veikkausse__wrapper:nth-child(4) h3 {
  background-image: url("./../veikkausse__img/veikkausse__lotto-bg-4.avif");
}				.veikkausse__avif .veikkausse__lotto .veikkausse__wrapper:nth-child(4) h3 {					background-image: url("./../veikkausse__img/veikkausse__lotto-bg-4.avif")				}			

@media (max-width: 1220px) {
  .veikkausse__main {
    gap: 60px;
    margin: 30px 0;
  }

  .veikkausse__container {
    padding: 0 var(--container-padding-tablet);
    gap: 30px;
  }
}

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

  .veikkausse__wrapper {
    gap: 10px;
    padding: 10px;
  }

  form {
    padding: 0;
    border: none;
  }

  form .btn {
    width: 100%;
  }

  .veikkausse__modal-content {
    padding: 12px;
  }

  .veikkausse__banner {
    padding-block: 30px;
  }

  .veikkausse__banner .veikkausse__inner {
    max-width: 100%;
    text-align: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

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

  .veikkausse__footer {
    padding-block: 30px;
  }

  .veikkausse__footer .veikkausse__items {
    gap: 20px;
  }

  .veikkausse__footer .veikkausse__logos {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .veikkausse__footer .veikkausse__logos img {
    max-height: 36px;
    max-width: 140px;
  }

  .veikkausse__footer .veikkausse__link {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .veikkausse__header {
    padding-block: 12px;
  }

  .veikkausse__header .veikkausse__dropdown button::after {
    width: 20px;
  }

  .veikkausse__lotto ul {
    grid-template-columns: 100%;
  }

  .veikkausse__lotto h3 {
    padding: 20px 10px;
  }
}

@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);
  }
}

@media (hover: hover) {
  .veikkausse__wrapper:hover {
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px);
  }
}