* {
  padding: 0;
  margin: 0;
  border: 0;
}
*,
:after,
:before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
:active,
:focus {
  outline: 0;
}
a:active,
a:focus {
  outline: 0;
}
aside,
footer,
header,
nav {
  display: block;
}
body,
html {
  width: 100%;
  font-size: 100%;
  line-height: 1;
  font-size: 14px;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
  scrollbar-gutter: stable;
}
button,
input,
textarea {
  font-family: inherit;
}
input::-ms-clear {
  display: none;
}
input,
textarea {
  -moz-appearance: none;
  appearance: none;
  -webkit-appearance: none;
  border-radius: 0;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: inherit;
}
input::-moz-placeholder,
textarea::-moz-placeholder {
  color: inherit;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: inherit;
}
input::-ms-input-placeholder,
textarea::-ms-input-placeholder {
  color: inherit;
}
input::placeholder,
textarea::placeholder {
  color: inherit;
}
textarea {
  resize: none;
}
button {
  cursor: pointer;
  background-color: transparent;
}
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}
a {
  display: inline-block;
  color: inherit;
}
a,
a:visited {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
ul li {
  list-style: none;
}
img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
  vertical-align: top;
}
svg {
  display: block;
  width: 100%;
  height: 100%;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}
picture {
  display: block;
  width: 100%;
  height: 100%;
}
input::-webkit-inner-spin-button,
input::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type='number'] {
  -moz-appearance: textfield;
}
address {
  font-style: normal;
}
strong {
  display: block;
}

h1 {
  font-family: var(--font-second);
}

@font-face {
  font-family: Poppins;
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(/whitelotto-fonts/whitelotto-poppins-bold.woff2) format('woff2');
}
@font-face {
  font-family: Poppins;
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(/whitelotto-fonts/whitelotto-poppins-regular.woff2) format('woff2');
}
@font-face {
  font-family: 'Playfair Display';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(/whitelotto-fonts/whitelotto-playfair-display-bold.woff2)
    format('woff2');
}
:root {
  --font-main: 'Poppins', sans-serif;
  --font-second: 'Playfair Display', serif;
  --container-width: 1140px;
  --container-step: 20px;
  --container-step-tablet: 15px;
  --container-step-mobile: 10px;
  --container: calc(var(--container-width) + (var(--container-step) * 2));
  --background-page: #49541d;
  --main: #ffffff;
  --black: #000000;
  --white: #ffffff;
  --hover: #f0e0e5;
  --active: #f0e0e5;
  --shadow: 0 4px 4px rgba(0, 0, 0, 0.25);

  --salmon: #f56d5a;
  --pink: #f99d8f;
  --peach: #e48477;
  --pink-200: #f99d8f;
  --orange: #ffa100;
  --dark-gray: #323232;
}
.container {
  max-width: var(--container);
  margin: 0 auto;
  padding: 0 var(--container-step);
}
@media (max-width: 991px) {
  .container {
    padding: 0 var(--container-step-tablet);
  }
}
@media (max-width: 600px) {
  .container {
    padding: 0 var(--container-step-mobile);
  }
}
.rd-transfer {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.page {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  font-family: var(--font-main);
  min-height: 100vh;
  overflow: hidden;
  color: var(--main);
  background-image: url(/whitelotto-img/whitelotto-bg.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.main {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
.main_no-margin:not(:last-child) {
  margin-bottom: 0;
}
a,
button {
  color: var(--main);
}

.strong-inline {
  display: inline;
}

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

.color-salmon {
  color: var(--salmon);
}

.font-second {
  font-family: var(--font-second);
}

.box-shadow {
  box-shadow: var(--shadow);
}

.color-peach {
  color: var(--peach);
}
.tx-64-36 {
  font-weight: 400;
  font-size: 64px;
  line-height: 120%;
  max-width: 1120px;
  margin: 0 auto;
}
@media (max-width: 1220px) {
  .tx-64-36 {
    font-size: 56px;
  }
}
@media (max-width: 991px) {
  .tx-64-36 {
    font-size: 42px;
  }
}
@media (max-width: 600px) {
  .tx-64-36 {
    font-size: 36px;
  }
}
.tx-40 {
  font-size: 40px;
  line-height: 130%;
}

@media (max-width: 1220px) {
  .tx-40 {
    font-size: 32px;
  }
}
@media (max-width: 991px) {
  .tx-40 {
    font-size: 22px;
  }
}

.tx-32 {
  font-weight: 400;
  font-size: 32px;
  line-height: 130%;
}
.tx-24 {
  font-weight: 400;
  font-size: 24px;
  line-height: 150%;
}
.tx-24-15 {
  font-weight: 400;
  font-size: 24px;
  line-height: 1.3;
}
@media (max-width: 1220px) {
  .tx-24-15 {
    font-size: 22px;
  }
}
@media (max-width: 991px) {
  .tx-24-15 {
    font-size: 18px;
  }
}
@media (max-width: 600px) {
  .tx-24-15 {
    font-size: 15px;
  }
}

.tx-20 {
  font-size: 20px;
  line-height: 1.2;
}
.tx-12 {
  font-size: 12px;
  font-weight: 400;
  line-height: 1.3;
}
.tx-main {
  font-size: 15px;
  font-weight: 400;
  line-height: 1.3;
}
.bg-dark {
  background-color: #2a2a2a;
}
.box-shadow {
  -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
}
.bg-pink {
  background: var(--pink-200);
}
.bg-gr {
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#1d3768),
    to(#e16dbf)
  );
  background: linear-gradient(180deg, #1d3768 0, #e16dbf 100%);
}
.plr-24-16 {
  padding-left: 24px;
  padding-right: 24px;
}
@media (max-width: 600px) {
  .plr-24-16 {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.ptb-32 {
  padding-top: 32px;
  padding-bottom: 32px;
}
.ptb-40 {
  padding-top: 40px;
  padding-bottom: 40px;
}

.plr-150-16 {
  padding-left: 150px;
  padding-right: 150px;
}

@media (max-width: 600px) {
  .plr-150-16 {
    padding-left: 16px;
    padding-right: 16px;
  }
}

.plr-40 {
  padding-left: 40px;
  padding-right: 40px;
}
.border-1-gray {
  border: 1px solid #9e9e9e;
}
.border-5-white {
  border: 5px solid #fff;
}
.brr-24 {
  border-radius: 24px;
}
.brr-20 {
  border-radius: 20px;
}
.cp-age {
  width: 40px;
  height: 40px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.cp-popup {
  padding: 30px 20px;
  width: 453px;
  background-color: #272727;
}
@media (max-width: 600px) {
  .cp-popup {
    width: 95%;
  }
}
.cp-header {
  border-radius: 15px;
  padding: 4px 16px;
  background: var(--pink);
}

.description {
  max-width: 700px;
  margin: 0 auto;
}

.cp-logo {
  display: block;
  width: 42px;
  height: 40px;
}

.but {
  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;
  gap: 10px;
  padding: 10px 30px;
  font-size: 20px;
  line-height: 1;
  font-weight: 700;
  color: var(--white);
  -webkit-box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  background: var(--orange);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 15px;
  min-width: 179px;
  min-height: 50px;
  text-align: center;
  text-transform: uppercase;
}
.input {
  display: block;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 5px;
  padding: 0 20px;
  width: 100%;
  height: 41px;
  background-color: #fff;
  font-weight: 400;
  font-size: 14px;
  line-height: 1;
  color: #121514;
  -webkit-transition: border-color 0.3s ease-in-out;
  transition: border-color 0.3s ease-in-out;
}
@media (any-hover: hover) {
  .input:hover {
    border-color: var(--hover);
  }
}
.input:focus-visible {
  border-color: var(--hover);
}
.mb-10:not(:last-child) {
  margin-bottom: 10px;
}
.mb-16:not(:last-child) {
  margin-bottom: 16px;
}
.mb-4:not(:last-child) {
  margin-bottom: 4px;
}
.mb-32:not(:last-child) {
  margin-bottom: 32px;
}
.mb-20:not(:last-child) {
  margin-bottom: 20px;
}
.mb-40:not(:last-child) {
  margin-bottom: 40px;
}
.mb-80:not(:last-child) {
  margin-bottom: 80px;
}
.mb-section:not(:last-child) {
  margin-bottom: 40px;
}
.mb-24-16:not(:last-child) {
  margin-bottom: 24px;
}
@media (max-width: 600px) {
  .mb-24-16:not(:last-child) {
    margin-bottom: 16px;
  }
}
.hover-opacity {
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
@media (any-hover: hover) {
  .hover-opacity:hover {
    opacity: 0.5;
  }
}
.hover-opacity:focus-visible {
  opacity: 0.5;
}
.hover-opacity:active {
  opacity: 0.5;
  -webkit-transition-duration: 0.1s;
  transition-duration: 0.1s;
}
.hover-color {
  -webkit-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}
@media (any-hover: hover) {
  .hover-color:hover {
    color: var(--hover);
  }
}
.hover-color:focus-visible {
  color: var(--hover);
}
.hover-color:active {
  color: var(--active);
  -webkit-transition-duration: 0.1s;
  transition-duration: 0.1s;
}
.d-block {
  display: block;
}
.w100 {
  min-width: 0;
  width: 100%;
}
.relative-z2 {
  position: relative;
  z-index: 2;
}
.word-break {
  word-break: break-all;
}
.m-auto {
  margin-left: auto;
  margin-right: auto;
}
.img-contain {
  -o-object-fit: contain;
  object-fit: contain;
}
.img-cover {
  -o-object-fit: cover;
  object-fit: cover;
}
.underline {
  text-decoration: underline;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.uppercase {
  text-transform: uppercase;
}
.lowercase {
  text-transform: lowercase;
}
.fw-100 {
  font-weight: 100;
}
.fw-200 {
  font-weight: 200;
}
.fw-300 {
  font-weight: 300;
}
.fw-400 {
  font-weight: 400;
}
.fw-500 {
  font-weight: 500;
}
.fw-600 {
  font-weight: 600;
}
.fw-700 {
  font-weight: 700;
}
.fw-800 {
  font-weight: 800;
}
.fw-900 {
  font-weight: 900;
}
.rd-upload img {
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
.rd-load img {
  opacity: 1;
}
.scroll {
  padding-bottom: 10px;
  overflow: auto;
}
.scroll::-webkit-scrollbar {
  height: 4px;
  background-color: var(--white);
}
.scroll::-webkit-scrollbar-thumb {
  background-color: var(--brown);
}
.whitelotto-header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 5;
  padding: 15px 0;
}
.whitelotto-header__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 10px;
}
@media (max-width: 991px) {
  .whitelotto-header__menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: var(--black);
    z-index: 100;
    padding: 100px 30px 30px 30px;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    overflow: auto;
    -webkit-transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out,
      pointer-events 0.2s ease-in-out;
    transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out,
      pointer-events 0.2s ease-in-out;
  }
}
@media (max-width: 600px) {
  .whitelotto-header__menu {
    padding: 80px 30px 30px 30px;
  }
}
.whitelotto-header__menu.active {
  opacity: 1;
  visibility: visible;
  pointer-events: visible;
}
.whitelotto-header__exit-menu {
  display: none;
  position: absolute;
  width: 30px;
  height: 30px;
  background-color: transparent;
}
@media (max-width: 991px) {
  .whitelotto-header__exit-menu {
    display: block;
    top: 30px;
    right: 30px;
  }
}
@media (max-width: 600px) {
  .whitelotto-header__exit-menu {
    top: 15px;
    right: 15px;
  }
}
.whitelotto-header__exit-menu::before {
  content: '';
  position: absolute;
  top: 12px;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: var(--white);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.whitelotto-header__exit-menu::after {
  content: '';
  position: absolute;
  top: 12px;
  right: 0;
  width: 100%;
  height: 2px;
  background-color: var(--white);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.whitelotto-nav__list {
  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;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 10px 32px;
}
@media (max-width: 991px) {
  .whitelotto-nav__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20px;
  }
}
@media (max-width: 991px) {
  .whitelotto-nav__list_footer {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 10px 20px;
  }
}
.whitelotto-nav__link {
  font-weight: 400;
  -webkit-transition: color 0.3s ease-in-out, font-weight 0.3s ease;
  transition: color 0.3s ease-in-out, font-weight 0.3s ease;
}
@media (any-hover: hover) {
  .whitelotto-nav__link:hover {
    color: var(--hover);
  }
}
.whitelotto-nav__link:focus-visible {
  color: var(--hover);
}
.whitelotto-nav__link:active {
  color: var(--active);
  -webkit-transition-duration: 0.1s;
  transition-duration: 0.1s;
}
.whitelotto-burger {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
  width: 22px;
  height: 18px;
  background-color: transparent;
}
@media (max-width: 991px) {
  .whitelotto-burger {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.whitelotto-burger span {
  display: block;
  width: 100%;
  height: 2px;
  background-color: var(--white);
  border-radius: 8px;
}
.whitelotto-hero {
  padding-top: 160px;
  padding-bottom: 86px;
}
@media (max-width: 991px) {
  .whitelotto-hero {
    padding-top: 120px;
    padding-bottom: 90px;
  }
}
@media (max-width: 600px) {
  .whitelotto-hero {
    padding-bottom: 80px;
  }
}
.whitelotto-hero__descr {
  max-width: 1140px;
  width: 100%;
}
.whitelotto-about {
  max-width: 1140px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 20px;
  color: var(--peach);
  background-color: white;
  border-radius: 20px;
  padding: 40px;
}
@media (max-width: 991px) {
  .whitelotto-about {
    -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;
  }
}
.whitelotto-about__icon {
  width: 100%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 200px;
  flex: 0 0 200px;
  height: 255px;
}
@media (max-width: 991px) {
  .whitelotto-about__icon {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    max-width: 200px;
  }
}
.whitelotto-about__descr {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 920px;
  flex: 0 1 920px;
  width: 100%;
}
@media (max-width: 991px) {
  .whitelotto-about__descr {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
  }
}
.whitelotto-faq {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
@media (max-width: 991px) {
  .whitelotto-faq {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 600px) {
  .whitelotto-faq {
    grid-template-columns: 1fr;
  }
}
.whitelotto-faq__item {
  border-radius: 24px;
  padding: 32px 24px;
  max-height: 260px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 24px;
}
@media (max-width: 991px) {
  .whitelotto-faq__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.whitelotto-faq__top {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 400px;
  flex: 0 1 400px;
  width: 100%;
}
@media (max-width: 991px) {
  .whitelotto-faq__top {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
  }
}
.whitelotto-faq__bottom {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 768px;
  flex: 0 1 768px;
  width: 100%;
}
@media (max-width: 991px) {
  .whitelotto-faq__bottom {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
  }
}

.whitelotto-footer {
  display: flex;
}

.whitelotto-footer__nav__list {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 20px;
}

@media (max-width: 575px) {
  .whitelotto-footer__nav__list {
    flex-wrap: wrap;
  }
}

.whitelotto-footer__wrapp {
  display: flex;
  gap: 20px;
}

@media (max-width: 991px) {
  .whitelotto-footer__wrapp {
    flex-direction: column;
    margin-bottom: 32px;
  }
}

.whitelotto-footer__links {
  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;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 20px 50px;
}
.whitelotto-popupauth {
  position: fixed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 8;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.4);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
}
.whitelotto-popupauth.active {
  opacity: 1;
  visibility: visible;
}
.whitelotto-popupauth__close {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.whitelotto-popupauth__content {
  overflow: auto;
  position: relative;
  z-index: 2;
  margin: auto;
}
.whitelotto-popupauth__item {
  display: none;
}
.whitelotto-popupauth__item.active {
  display: block;
}
.status {
  border-radius: 30px;
  margin-top: 15px;
  padding: 10px;
  background-color: green;
  display: none;
}
.form.active .status {
  display: block;
}
.whitelotto-winners {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: auto;
  -ms-grid-columns: 1fr 20px 1fr 20px 1fr;
  grid-template: auto/repeat(3, 1fr);
  gap: 16px 20px;
  color: white;
}
@media (max-width: 991px) {
  .whitelotto-winners {
    -ms-grid-rows: auto;
    -ms-grid-columns: 1fr 20px 1fr;
    grid-template: auto/repeat(2, 1fr);
  }
}
@media (max-width: 600px) {
  .whitelotto-winners {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.whitelotto-winners__item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 265px;
}

.whitelotto-resp {
  background-color: white;
  color: var(--dark-gray);
}

.whitelotto-play {
  background-color: white;
}

.whitelotto-terms {
  padding-top: 160px;
  padding-bottom: 86px;
  font-size: 20px;
  color: var(--peach);
  line-height: 1.3;
}
@media (max-width: 991px) {
  .whitelotto-terms {
    padding-top: 120px;
    padding-bottom: 90px;
  }
}
@media (max-width: 600px) {
  .whitelotto-terms {
    padding-bottom: 80px;
  }
}

.whitelotto-terms p {
  font-size: 20px;
  line-height: 1.3;
  font-weight: 400;
}

@media (max-width: 991px) {
  .whitelotto-termss p {
    font-size: 18px;
  }
}

@media (max-width: 600px) {
  .whitelotto-terms p {
    font-size: 12px;
  }
}

.whitelotto-terms p:not(:last-child) {
  margin-bottom: 30px;
}

@media (max-width: 991px) {
  .whitelotto-terms p:not(:last-child) {
    margin-bottom: 20px;
  }
}

@media (max-width: 600px) {
  .whitelotto-terms p:not(:last-child) {
    margin-bottom: 15px;
  }
}

.whitelotto-terms ul:not(:last-child) {
  margin-bottom: 30px;
}

@media (max-width: 991px) {
  .whitelotto-terms ul:not(:last-child) {
    margin-bottom: 20px;
  }
}

@media (max-width: 600px) {
  .whitelotto-terms ul:not(:last-child) {
    margin-bottom: 15px;
  }
}

.whitelotto-terms li {
  font-size: 18px;
  line-height: 1.3;
  font-weight: 400;
}

@media (max-width: 991px) {
  .whitelotto-terms li {
    font-size: 16px;
  }
}

@media (max-width: 600px) {
  .whitelotto-terms li {
    font-size: 12px;
  }
}

.whitelotto-terms li:not(:last-child) {
  margin-bottom: 30px;
}

@media (max-width: 991px) {
  .whitelotto-terms li:not(:last-child) {
    margin-bottom: 20px;
  }
}

@media (max-width: 600px) {
  .whitelotto-terms li:not(:last-child) {
    margin-bottom: 15px;
  }
}
