/* 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("../casinloto__fonts/casinloto__Poppins-Bold.woff2") format("woff2"), url("../casinloto__fonts/casinloto__Poppins-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: Poppins;
  font-display: swap;
  src: url("../casinloto__fonts/casinloto__Poppins-Light.woff2") format("woff2"), url("../casinloto__fonts/casinloto__Poppins-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: Poppins;
  font-display: swap;
  src: url("../casinloto__fonts/casinloto__Poppins-Medium.woff2") format("woff2"), url("../casinloto__fonts/casinloto__Poppins-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: Poppins;
  font-display: swap;
  src: url("../casinloto__fonts/casinloto__Poppins-SemiBold.woff2") format("woff2"), url("../casinloto__fonts/casinloto__Poppins-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
}

:root {
  --container-width: 1440px;
  --container-padding: 102px;
  --container-padding-tablet: 12px;
  --background: #012536;
  --font-color: #fff;
  --font-size: clamp(0.875rem, 0.7451923077rem + 0.5769230769vw, 1.25rem);
  --font-family: Poppins, Arial, sans-serif;
  --laptop-size: 1199px;
  --tablet-size: 959px;
  --mobile-size: 599px;
}

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

h1 {
  font-size: clamp(1.25rem, 0.6442307692rem + 2.6923076923vw, 3rem);
}

h2 {
  font-size: clamp(1.25rem, 1.1634615385rem + 0.3846153846vw, 1.5rem);
  color: #FE9801;
}

h3 {
  font-size: clamp(0.875rem, 0.8317307692rem + 0.1923076923vw, 1rem);
}

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

body {
  line-height: 1.375;
  font-size: 16px;
}

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

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

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

.casinloto__no-scroll {
  overflow: hidden;
}

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

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

.casinloto__items .casinloto__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;
  width: 100%;
}

.casinloto__terms .casinloto__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;
}

.casinloto__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: 40px 0;
}

.casinloto__btn,
.casinloto__btn:focus {
  white-space: nowrap;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  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;
  -webkit-column-gap: 10px;
  -moz-column-gap: 10px;
  column-gap: 10px;
  padding: 8px 20px;
  background: #01A311;
  color: #fff !important;
  border-radius: 20px;
  border: 1px solid #FFF;
  -webkit-box-shadow: inset 0px -100px 30px -80px #00FF19, 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  box-shadow: inset 0px -100px 30px -80px #00FF19, 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  font-size: clamp(0.875rem, 0.7884615385rem + 0.3846153846vw, 1.125rem);
  font-weight: 600;
  text-shadow: 0px 2px 10px rgba(0, 0, 0, 0.25);
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}

.casinloto__btn-active,
.casinloto__btn:hover,
.casinloto__btn:active {
  background: #01A311;
  -webkit-box-shadow: inset 0px -100px 30px -80px #01A311, 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  box-shadow: inset 0px -100px 30px -80px #01A311, 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  color: #fff !important;
  -webkit-tap-highlight-color: transparent;
}

.casinloto__orange {
  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;
  border-radius: 20px;
  background: #FF9800;
  -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  padding: 10px;
}

.casinloto__orange h3 {
  text-align: center;
}

.casinloto__orange p {
  color: #000;
  text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);
  font-weight: 500;
  font-size: clamp(0.875rem, 0.8317307692rem + 0.1923076923vw, 1rem);
}

.casinloto__orange img {
  width: 100%;
  height: 60px;
  -o-object-fit: contain;
  object-fit: contain;
}

ol.casinloto__items h3 {
  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;
  gap: 10px;
}

ol.casinloto__items li h3::before {
  content: "";
  width: 50px;
  aspect-ratio: 1/1;
  background-image: url("./../casinloto__img/casinloto__1.avif");
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
}				.casinloto__avif ol.casinloto__items li h3::before {					background-image: url("./../casinloto__img/casinloto__1.avif")				}			

ol.casinloto__items li:nth-child(2) h3::before {
  background-image: url("./../casinloto__img/casinloto__2.avif");
}				.casinloto__avif ol.casinloto__items li:nth-child(2) h3::before {					background-image: url("./../casinloto__img/casinloto__2.avif")				}			

ol.casinloto__items li:nth-child(3) h3::before {
  background-image: url("./../casinloto__img/casinloto__3.avif");
}				.casinloto__avif ol.casinloto__items li:nth-child(3) h3::before {					background-image: url("./../casinloto__img/casinloto__3.avif")				}			

ol.casinloto__items li:nth-child(4) h3::before {
  background-image: url("./../casinloto__img/casinloto__4.avif");
}				.casinloto__avif ol.casinloto__items li:nth-child(4) h3::before {					background-image: url("./../casinloto__img/casinloto__4.avif")				}			

.casinloto__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;
  margin: 0 auto;
  padding: 0 var(--container-padding);
  max-width: var(--container-width);
  width: 100%;
}

.casinloto__modal {
  background-color: rgba(0, 0, 0, 0.9);
  position: fixed;
  z-index: 100000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  opacity: 0;
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
  display: none;
}

.casinloto__modal.casinloto__show {
  opacity: 1;
}

.casinloto__modal__popup {
  position: relative;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.casinloto__modal-login {
  padding: 16px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.casinloto__modal-login .casinloto__modal-content {
  position: relative;
  border-radius: 20px;
  background: #000F16;
  padding: 20px;
  width: 100%;
  max-width: 460px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  color: #fff;
  z-index: 1;
}

.casinloto__modal-login .casinloto__modal-content::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  border-radius: inherit;
  padding: 5px;
  background: -webkit-gradient(linear, left top, left bottom, from(#C40000), to(#F90));
  background: linear-gradient(to bottom, #C40000, #F90);
  -webkit-mask: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff)) content-box, -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff));
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
}

.casinloto__modal-login .casinloto__hidden,
.casinloto__modal-login .casinloto__finish {
  display: none;
}

.casinloto__modal-login .casinloto__finish p {
  margin-bottom: 20px;
  text-align: center;
}

.casinloto__modal-login 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: 20px;
  width: 100%;
  font-size: clamp(0.875rem, 0.8317307692rem + 0.1923076923vw, 1rem);
}

.casinloto__modal-login input,
.casinloto__modal-login textarea {
  border-radius: 10px;
  background: #FF9800;
  padding: 8px 10px;
  color: #000;
}

.casinloto__modal-login input:focus,
.casinloto__modal-login textarea:focus {
  outline: none;
}

.casinloto__modal-login ::-webkit-input-placeholder {
  color: #000;
}

.casinloto__modal-login ::-moz-placeholder {
  color: #000;
}

.casinloto__modal-login :-ms-input-placeholder {
  color: #000;
}

.casinloto__modal-login ::-ms-input-placeholder {
  color: #000;
}

.casinloto__modal-login ::placeholder {
  color: #000;
}

.casinloto__modal-login .casinloto__btn {
  max-width: 436px;
  margin: 0 auto;
}

.casinloto__modal-login a {
  color: #fff;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}

.casinloto__modal-login a:hover {
  opacity: 0.6;
}

.casinloto__modal-login h2 {
  text-align: center;
  color: #fff;
}

.casinloto__modal-login .casinloto__close-button {
  position: absolute;
  top: 10px;
  right: 20px;
  font-size: 24px;
  cursor: pointer;
  color: #C40000;
  font-weight: 700;
  line-height: 90%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.casinloto__modal-login .casinloto__warning {
  display: none;
  width: 100%;
  color: #000;
  padding: 10px;
  border: 1px solid green;
  border-radius: 10px;
  background: rgba(255, 255, 234, 0.9607843137);
  position: absolute;
  top: 50%;
  left: 0;
  text-align: center;
  font-size: 14px;
}

/* Blocks */

.casinloto__banner {
  background: -webkit-gradient(linear, left bottom, left top, from(#C40000), to(#F90));
  background: linear-gradient(0deg, #C40000 0%, #F90 100%);
  padding: 50px 0;
  font-size: clamp(0.875rem, 0.7451923077rem + 0.5769230769vw, 1.25rem);
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.casinloto__banner p {
  line-height: 130%;
}

.casinloto__banner .casinloto__inner {
  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;
  text-align: center;
  gap: 20px;
  padding: 20px;
  position: relative;
  -webkit-box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.25);
  border-radius: 20px;
}

.casinloto__banner .casinloto__inner::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 5px;
  background: -webkit-gradient(linear, left top, left bottom, from(#C40000), to(#F90));
  background: linear-gradient(to bottom, #C40000, #F90);
  -webkit-mask: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff)) content-box, -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff));
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
}

.casinloto__banner .casinloto__btn {
  width: 100%;
  max-width: 270px;
  position: relative;
  overflow: hidden;
}

.casinloto__banner .casinloto__btn::after {
  content: "";
  opacity: 0.6;
  position: absolute;
  top: -100px;
  left: -100px;
  display: block;
  background: #fff;
  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);
  }
}

.casinloto__footer {
  margin-top: auto;
  background: #FF9800;
  padding: 18px 0;
}

.casinloto__footer a {
  color: #FFF;
  font-weight: 600;
}

.casinloto__footer a:hover {
  opacity: 0.6;
}

.casinloto__footer .casinloto__logos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 10px 40px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
}

.casinloto__footer .casinloto__logos img {
  width: auto;
  max-height: 40px;
}

.casinloto__footer .casinloto__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 16px 50px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.casinloto__footer .casinloto__age {
  font-weight: 700;
  font-size: clamp(1.25rem, 1.0336538462rem + 0.9615384615vw, 1.875rem);
}

.casinloto__header {
  background: #FF9800;
  padding: 10px 0;
}

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

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

.casinloto__header a {
  color: #000;
}

.casinloto__header a:hover {
  opacity: 0.6;
}

.casinloto__header .casinloto__logo {
  width: clamp(4.375rem, 3.6177884615rem + 3.3653846154vw, 6.5625rem);
}

.casinloto__icons-wrapper {
  padding: 30px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 30px;
  -moz-column-gap: 30px;
  column-gap: 30px;
}

.casinloto__icon {
  fill: transparent;
  stroke: transparent;
  width: 62px;
  height: 62px;
}

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

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

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

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

.casinloto__mobile-nav__list .casinloto__active {
  opacity: 0.5;
}

/* Nav Icon */

.casinloto__mobile-nav-btn {
  --time: 0.1s;
  --width: 26px;
  --height: 30px;
  --line-height: 3px;
  --spacing: 5px;
  --color: #ffffff;
  --radius: 4px;
  /* Fixed height and width */
  /* height: var(--height); */
  /* width: var(--width); */
  /* Dynamic height and width */
  height: calc(var(--line-height) * 0 + var(--spacing) * 1);
  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;
}

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

.casinloto__nav-icon::before,
.casinloto__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;
}

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

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

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

.casinloto__nav-icon.casinloto__nav-icon--active::before,
.casinloto__nav-icon.casinloto__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;
}

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

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

/* Layout */

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

.casinloto__responsible {
  background: rgba(0, 0, 0, 0.6);
  -webkit-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.25);
  padding: 50px 0 20px 0;
  font-size: clamp(0.875rem, 0.8317307692rem + 0.1923076923vw, 1rem);
}

.casinloto__responsible h2 {
  margin-bottom: -14px;
  font-size: clamp(1rem, 0.9134615385rem + 0.3846153846vw, 1.25rem);
}

.casinloto__why .casinloto__item {
  gap: 20px;
}

.casinloto__why .casinloto__item:last-child {
  -webkit-box-flex: 0.6;
  -ms-flex: 0.6;
  flex: 0.6;
  background-image: url("./../casinloto__img/casinloto__lottery-numbers.avif");
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  min-height: 300px;
}				.casinloto__avif .casinloto__why .casinloto__item:last-child {					background-image: url("./../casinloto__img/casinloto__lottery-numbers.avif")				}			

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

  .casinloto__container {
    padding: 0 var(--container-padding-tablet);
  }

  .casinloto__header__nav {
    display: none;
  }

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

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

  .casinloto__orange p {
    text-align: center;
  }

  .casinloto__orange img {
    height: 40px;
  }

  ol.casinloto__items li h3::before {
    width: 40px;
  }

  .casinloto__banner {
    padding: 20px 0;
  }

  .casinloto__banner .casinloto__inner {
    padding: 10px;
    border-radius: 10px;
    gap: 14px;
  }

  .casinloto__banner .casinloto__btn {
    max-width: 230px;
  }

  .casinloto__footer .casinloto__logos {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
  }

  .casinloto__footer .casinloto__logos img {
    max-height: 24px;
    max-width: 106px;
  }

  .casinloto__responsible {
    padding: 20px 0;
  }
}