* {
  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
}

@font-face {
  font-family: Play;
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(../mypowerballstrike-fonts/mypowerballstrike-Play-Bold.woff2) format("woff2")
}

@font-face {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(../mypowerballstrike-fonts/mypowerballstrike-Montserrat-Regular.woff2) format("woff2")
}

:root {
  --font-main: "Manrope";
  --container-width: 1240px;
  --container-step: 20px;
  --container-step-tablet: 15px;
  --container-step-mobile: 10px;
  --container: calc(var(--container-width) + (var(--container-step) * 2));
  --background-page: #000000;
  --main: #272727;
  --black: #000000;
  --white: #ffffff;
  --red: #ff0000;
  --gradient: linear-gradient(90deg, #19FF20 0%, #464ED4 100%);
  --gradient-green: linear-gradient(180deg, #000812 0%, #016c5f 100%);
  --hover: #d35330;
  --active: #d35330
}

.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-color: #fff;
}

.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)
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  border: 0;
  clip: rect(0 0 0 0)
}

.back {
  border-radius: 30px;
  padding: 20px;
  background-color: rgba(255, 255, 255, .2)
}

.back_border-radius20 {
  border-radius: 20px
}

.Play {
  font-family: Manrope
}

.logo {
  display: block;
  width: 213px;
  height: 40px;
  -webkit-transition: opacity .3s ease-in-out;
  transition: opacity .3s ease-in-out
}

@media (max-width:600px) {
  .logo {
    width: 203px;
    height: 38px
  }
}

@media (any-hover:hover) {
  .logo:hover {
    opacity: .6
  }
}

.logo:focus-visible {
  opacity: .6
}

.logo:active {
  opacity: .6;
  -webkit-transition-duration: .1s;
  transition-duration: .1s
}

.tx-main {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.2
}

@media (max-width:600px) {
  .tx-main {
    font-size: 16px
  }
}

.tx-48-26 {
  font-weight: 400;
  font-size: 48px;
  line-height: 120%
}

@media (max-width:1220px) {
  .tx-48-26 {
    font-size: 40px
  }
}

@media (max-width:991px) {
  .tx-48-26 {
    font-size: 32px
  }
}

@media (max-width:600px) {
  .tx-48-26 {
    font-size: 26px
  }
}

.tx-12 {
  font-weight: 400;
  font-size: 12px;
  line-height: 120%
}

.tx-20 {
  font-weight: 400;
  font-size: 20px;
  line-height: 120%
}

.tx-18 {
  font-weight: 400;
  font-size: 18px;
  line-height: 120%
}

@media(max-width:600px) {
  .tx-18 {
    font-size: 16px;
  }
}

.tx-32-22 {
  font-weight: 400;
  font-size: 32px;
  line-height: 120%
}

@media (max-width:991px) {
  .tx-32-22 {
    font-size: 26px
  }
}

@media (max-width:600px) {
  .tx-32-22 {
    font-size: 22px
  }
}


.tx-38-24 {
  font-weight: 400;
  font-size: 38px;
  line-height: 120%
}

@media (max-width:991px) {
  .tx-38-24 {
    font-size: 30px;
    text-align: center;

  }
}

@media (max-width:600px) {
  .tx-38-24 {
    font-size: 24px
  }
}

.ball {
  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;
  padding: 5px;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  background: linear-gradient(90deg, #FF4B19 0%, #464ED4 100%);
  font-weight: 700;
  font-size: 20px;
  color: var(--white);
  line-height: 1
}

.ball_border {
  border: 2px solid var(--white);
  background: 0 0
}

@media (max-width:991px) {
  .ball {
    width: 50px;
    height: 50px;
    font-size: 17px
  }
}

@media (max-width:600px) {
  .ball {
    width: 40px;
    height: 40px;
    font-size: 14px
  }
}

.but {
  border-radius: 100px;
  background: linear-gradient(180deg, #D4BB00 0%, #BF5000 100%);
  display: flex;
  max-width: 250px;
  padding: 14px 24px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  color: #FFF;
  font-family: Manrope;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  /* 19.2px */
}

@media(max-width:600px) {
  .but {
    max-width: 328px;
    width: 100%;
  }

  .mypowerballstrike-fedezd__descr {
    align-items: start;
  }
}

.but-border {
  border: 2px solid #FFF;
  width: 100%;
}

@media (any-hover:hover) {
  .but:hover {
    background-color: var(--hover)
  }
}

.but:focus-visible {
  background-color: var(--hover)
}

.but:active {
  background-color: var(--active);
  -webkit-transition-duration: .1s;
  transition-duration: .1s
}

.but_gradient {
  font-size: 16px;
  min-width: 178px;
  min-height: 49px;
  background: var(--gradient)
}

@media (any-hover:hover) {
  .but_gradient:hover {
    opacity: .6
  }
}

.but_gradient:focus-visible {
  opacity: .6
}

.but_gradient:active {
  opacity: .6;
  -webkit-transition-duration: .1s;
  transition-duration: .1s
}

.input {
  display: block;
  border-radius: 30px;
  border: 1px solid #E6E6E6;
  background: #FFF;
  padding: 14px 16px;
  min-height: 50px;
  width: 100%;
  height: 40px;
  font-weight: 400;
  font-size: 14px;
  line-height: 1;
  color: #272727;
  -webkit-transition: border-color .3s ease-in-out;
  transition: border-color .3s ease-in-out
}

.input::placeholder {
  color: #272727;
  font-family: Manrope;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

@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-20-10:not(:last-child) {
  margin-bottom: 20px
}

@media (max-width:991px) {
  .mb-20-10:not(:last-child) {
    margin-bottom: 15px
  }
}

@media (max-width:600px) {
  .mb-20-10:not(:last-child) {
    margin-bottom: 10px
  }
}

.mb-20:not(:last-child) {
  margin-bottom: 40px
}

@media(max-width:600px) {

  .mb-20:not(:last-child) {
    margin-bottom: 24px
  }
}

.mb-40:not(:last-child) {
  margin-bottom: 40px
}




.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
}

@media(max-width:600px) {
  .text-center {
    text-align: left;
  }
}

.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 .3s ease-in-out;
  transition: opacity .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)
}

.mypowerballstrike-header {
  padding-top: 12px;
  padding-bottom: 12px;
  background: #FFF;
}

.mypowerballstrike-header__container {
  position: relative;
  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:768px) {
  .mypowerballstrike-header__container {
    width: 100%;
    justify-content: space-between;
  }
}

.mypowerballstrike-header__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 36px
}

@media (max-width:1220px) {
  .mypowerballstrike-header__right {
    gap: 10px
  }
}



.mypowerballstrike-header__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 24px
}

.mypowerballstrike-header__link {
  color: #272727;
  text-align: right;
  font-family: Manrope;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}


.mypowerballstrike-header__buttons {
  display: flex;
  align-items: center;
  gap: 24px;
}

.burger-menu {
  display: none;
  background: none;
  border: none;
  font-size: 24px;
  cursor: pointer;
}

.burger-menu-img {
  display: block;
  background-image: url('/mypowerballstrike-img/mypowerballstrike-burger-menu.webp');
  width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-size: contain;
}

.cross-icon {
  display: none;
}

/* Стили для мобильной версии */
@media (max-width: 991px) {
  .cross-icon {
    border: none;
    background: transparent;
    color: #000;
    align-self: flex-start;
    font-size: 24px;
    display: block;
  }

  .mypowerballstrike-header__buttons {
    display: none;
    flex-direction: column;
    position: fixed;
    top: 0px;
    /* отступ от шапки, подбери под себя */
    right: 0;
    bottom: 0;
    background: white;
    width: 200px;
    padding: 20px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    z-index: 999;
  }

  .mypowerballstrike-header__buttons.active {
    display: flex;
  }

  .burger-menu {
    display: block;
  }
}


.mypowerballstrike-faq-holder {
  display: flex;
  flex-direction: column;
  gap: 16px;
  justify-content: center;
  align-items: center;
  max-width: 600px;
  width: 100%;
}

.faq-info {
  border-radius: 30px;
  background: #1E003D;
  display: flex;
  width: 100%;
  padding: 24px;
  align-items: start;
  flex-direction: column;
  gap: 16px;
}

.faq-lead {
  display: flex;
  width: 100%;
  justify-content: space-between;
}

.faq-name {
  color: #FFF;
  font-family: Manrope;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  /* 27px */
}

@media(max-width:600px) {
  .faq-name {
    font-size: 14px;
  }
}

.arr-d {
  width: 24px;
  height: 24px;
  background-image: url('/mypowerballstrike-img/mypowerballstrike-arrow-w.webp');
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
}

.faq-opener {
  background: transparent;
  cursor: pointer;
  border: none;
}

.faq-content {
  color: #FFF;
  font-family: Manrope;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 24px */
  display: none;
  transition: max-height 0.3s ease;
}

.faq-info.open .faq-content {
  display: block;
}

.faq-info.open .arr-d {
  transform: rotate(180deg);
  transition: transform 0.3s ease;
}

.winner-story {
  display: flex;
  align-items: start;
  gap: 16px;
  justify-content: center;
  flex-wrap: wrap;
  width: 100%;
}

.winner {
  border-radius: 30px;
  background: #FFF;
  display: flex;
  padding: 20px;
  flex-direction: column;
  align-items: start;
  gap: 24px;
  max-width: 612px;
  width: 100%;
}

.winner-img {
  height: 322px;
  align-self: stretch;
  aspect-ratio: 286/161;
  border-radius: 30px;
  background-size: contain;
  background-repeat: no-repeat;
  max-width: 572px;
  width: 100%;
}

@media(max-width:600px) {
  .winner {
    border-radius: 30px;
    border: 1px solid #272727;
    background: #FFF;
    padding: 16px;
    gap: 16px;
    max-width: 328px;
  }

  .winner-img {
    height: 166.5px;
  }
}

.win1 {
  background-image: url('/mypowerballstrike-img/mypowerballstrike-winner-1.webp');
}

.win2 {
  background-image: url('/mypowerballstrike-img/mypowerballstrike-winner-2.webp');
}

.adult-wrap {
  display: flex;
  align-items: center;
  gap: 24px;

}

.adult-img {
  display: block;
  background-image: url('/mypowerballstrike-img/mypowerballstrike-plus.webp');
  width: 77px;
  height: 77px;
  background-repeat: no-repeat;
  background-size: contain;
}

@media (max-width:768px) {
  .mypowerballstrike-header__button {
    min-width: 0;
    width: 100%
  }

  .adult-img {
    height: 64px;
    width: 64px;
  }
}

.mypowerballstrike-header__lang {
  -webkit-transition: color .3s ease-in-out;
  transition: color .3s ease-in-out
}

@media (max-width:768px) {
  .mypowerballstrike-header__lang {
    position: absolute;
    top: 10px;
    right: 15px;
    z-index: 1
  }
}

@media (any-hover:hover) {
  .mypowerballstrike-header__lang:hover {
    color: var(--hover)
  }
}

.mypowerballstrike-header__lang:focus-visible {
  color: var(--hover)
}

.mypowerballstrike-header__lang:active {
  color: var(--active);
  -webkit-transition-duration: .1s;
  transition-duration: .1s
}

.terms {
  padding: 80px 0 0 0
}

.terms h1 {
  font-size: 42px;
  line-height: 1.3;
  color: var(--main);
  font-weight: 700
}

@media (max-width:991px) {
  .terms h1 {
    font-size: 32px
  }
}

@media (max-width:600px) {
  .terms h1 {
    font-size: 16px
  }
}

.terms h1:not(:last-child) {
  margin-bottom: 30px
}

@media (max-width:991px) {
  .terms h1:not(:last-child) {
    margin-bottom: 20px
  }
}

@media (max-width:600px) {
  .terms h1:not(:last-child) {
    margin-bottom: 15px
  }
}

.terms h2 {
  font-size: 36px;
  line-height: 1.3;
  color: var(--main);
  font-weight: 700
}

@media (max-width:991px) {
  .terms h2 {
    font-size: 25px
  }
}

@media (max-width:600px) {
  .terms h2 {
    font-size: 14px
  }
}

.terms h2:not(:last-child) {
  margin-bottom: 30px
}

@media (max-width:991px) {
  .terms h2:not(:last-child) {
    margin-bottom: 20px
  }
}

@media (max-width:600px) {
  .terms h2:not(:last-child) {
    margin-bottom: 15px
  }
}

.terms p {
  font-size: 16px;
  font-family: Manrope;
  line-height: 1.3;
  color: var(--main);
  font-weight: 400
}

@media (max-width:991px) {
  .terms p {
    font-size: 18px
  }
}

@media (max-width:600px) {
  .terms p {
    font-size: 12px
  }
}

.terms p:not(:last-child) {
  margin-bottom: 30px
}

@media (max-width:991px) {
  .terms p:not(:last-child) {
    margin-bottom: 20px
  }
}

@media (max-width:600px) {
  .terms p:not(:last-child) {
    margin-bottom: 15px
  }
}

.terms ul:not(:last-child) {
  margin-bottom: 30px
}

@media (max-width:991px) {
  .terms ul:not(:last-child) {
    margin-bottom: 20px
  }
}

@media (max-width:600px) {
  .terms ul:not(:last-child) {
    margin-bottom: 15px
  }
}

.terms li {
  font-size: 18px;
  line-height: 1.3;
  color: var(--main);
  font-weight: 400
}

@media (max-width:991px) {
  .terms li {
    font-size: 16px
  }
}

@media (max-width:600px) {
  .terms li {
    font-size: 12px
  }
}

.terms li:not(:last-child) {
  margin-bottom: 30px
}

@media (max-width:991px) {
  .terms li:not(:last-child) {
    margin-bottom: 20px
  }
}

@media (max-width:600px) {
  .terms li:not(:last-child) {
    margin-bottom: 15px
  }
}

.mypowerballstrike-welcome {
  padding-top: 80px;
  padding-bottom: 80px;
  background-image: url('/mypowerballstrike-img/mypowerballstrike-hero-bg.webp');
  background-size: cover;
  background-repeat: no-repeat;
}

@media (max-width:1220px) {
  .mypowerballstrike-welcome {
    padding-top: 35px
  }
}

@media (max-width:991px) {
  .mypowerballstrike-welcome {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}



.mypowerballstrike-welcome__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}

@media (max-width:991px) {
  .mypowerballstrike-welcome__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse
  }
}

.mypowerballstrike-welcome__left {
  -webkit-box-flex: 0;
  width: 100%
}

@media (max-width:991px) {
  .mypowerballstrike-welcome__left {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none
  }
}

@media (max-width:600px) {
  .mypowerballstrike-welcome__button {
    min-width: 0;
    width: 100%
  }
}

.mypowerballstrike-welcome__image {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 505px;
  flex: 0 1 505px;
  padding-bottom: 41%;
  width: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain
}

@media (max-width:991px) {
  .mypowerballstrike-welcome__image {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    padding-bottom: 55%
  }
}

@media (max-width:600px) {
  .mypowerballstrike-welcome__image {
    padding-bottom: 100%
  }
}

.mypowerballstrike-fedezd {
  padding-top: 80px;
  padding-bottom: 80px;
}

.mypowerballstrike-fedezd__top {
  display: flex;
  gap: 20px;
  align-items: center;
}

@media(max-width:991px) {
  .mypowerballstrike-fedezd {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

@media (max-width:749px) {
  .mypowerballstrike-fedezd__top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
  }

}

.mypowerballstrike-fedezd__image {
  width: 100%;
  max-width: 300px;
  height: 300px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain
}

.mypowerballstrike-fedezd__image_bottom {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 400px;
  flex: 0 1 400px
}



@media (max-width:600px) {
  .mypowerballstrike-fedezd__image {
    max-width: 250px;
    height: 250px;
  }
}

.mypowerballstrike-fedezd__descr {
  width: 100%;
  display: flex;
  gap: 24px;
  flex-direction: column;
}

.mypowerballstrike-fedezd__title {
  color: #272727;
  font-family: Manrope;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  /* 36px */
  text-transform: uppercase;
}

@media (max-width:749px) {
  .mypowerballstrike-fedezd__descr {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none
  }
}

@media(max-width:600px) {
  .mypowerballstrike-fedezd__title {
    font-size: 20px;
  }
}

.mypowerballstrike-lottos {
  display: flex;
  flex-direction: column;
  gap: 40px;
  padding-top: 40px;
}

.mypowerballstrike-lotto-card {
  border-radius: 30px;
  background: #87B507;
  display: flex;
  padding: 20px;
  justify-content: start;
  align-items: center;
  gap: 24px;
  align-self: stretch;
}

@media(max-width:769px) {
  .mypowerballstrike-lotto-card {
    flex-direction: column;
  }
}

.mypowerballstrike-lotto-logo {
  width: 156px;
  height: 128px;
}

.mypowerballstrike-lotto-info {
  display: flex;
  flex-direction: column;
  gap: 16px;
  max-width: 746px;
  width: 100%;
}

.mypowerballstrike-lotto-title {
  color: #FFF;
  font-family: Manrope;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}

@media(max-width:600px) {
  .mypowerballstrike-lotto-title {
    font-size: 20px;
  }

  .mypowerballstrike-lottos {
    gap: 20px;
  }
}

.mypowerballstrike-lotto-text {
  color: #FFF;
  font-family: Manrope;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 24px */
}

.mypowerballstrike-lotto-value {
  color: #FFF;
  font-family: Manrope;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  /* 24px */
}

.mypowerballstrike-fedezd__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}

.mypowerballstrike-rules-cont {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

@media(max-width:600px) {
  .mypowerballstrike-rules-cont {
    align-items: start;
    gap: 24px;
  }
}

.mypowerballstrike-faq-sub {
  color: #272727;
  font-family: Manrope;
  font-size: 26px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}

.rules {
  display: flex;
  flex-direction: column;
  gap: 20px;
}



.rules-list {
  display: flex;
  width: 100%;
  align-items: center;
  gap: 16px;
}

@media(max-width:991px) {
  .rules-list {
    flex-wrap: wrap;
    justify-content: center;
  }
}

.rule {
  display: flex;
  padding: 20px;
  flex-direction: column;
  align-items: start;
  gap: 16px;
  align-self: stretch;
  border-radius: 30px;
  border: 1px solid #272727;
  background: #FFF;
  max-width: 400px;
  width: 100%;
}


.rule-tit {
  color: #272727;
  font-family: Manrope;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}

@media(max-width:600px) {
  .rule {
    max-width: 100%;
  }

  .rule-tit {
    font-size: 20px;
  }
}

.rule-txt {
  color: #272727;
  font-family: Manrope;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 24px */
}

.advantage-img {
  max-width: 128px;
  width: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  height: 128px;
  aspect-ratio: 1/1;
}

.adv4 {
  background-image: url('/mypowerballstrike-img/mypowerballstrike-advantage1.webp');
}

.adv2 {
  background-image: url('/mypowerballstrike-img/mypowerballstrike-advantage2.webp');
}

.adv3 {
  background-image: url('/mypowerballstrike-img/mypowerballstrike-advantage3.webp');
}

.al-center {
  align-items: center;
}

.download {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 20px;
  align-items: center;
}

.row {
  flex-direction: row;
  justify-content: center;
}

@media(max-width:600px) {
  .row {
    flex-direction: column;
  }
}

.download-img {
  max-width: 227px;
  height: 67px;
  width: 100%;
  display: block;
  background-repeat: no-repeat;
  background-size: contain;
}


.download li {
  max-width: 227px;
  height: 67px;
  width: 100%;
}

.download a {
  max-width: 227px;
  height: 67px;
  width: 100%;
}

@media(max-width:600px) {
  .download li {
    max-width: 162px;
    height: 56px;
    width: 100%;
  }

  .download a {
    max-width: 162px;
    height: 56px;
    width: 100%;
  }

  .download-img {
    max-width: 162px;
    height: 56px;
  }

  .download {
    gap: 8px;
  }
}

.dow1 {
  background-image: url('/mypowerballstrike-img/mypowerballstrike-app-store.webp');
}

.dow2 {
  background-image: url('/mypowerballstrike-img/mypowerballstrike-google-play.webp');
}

@media (max-width:991px) {
  .mypowerballstrike-fedezd__bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse
  }
}

.mypowerballstrike-fedezd__list {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 610px;
  flex: 0 1 610px;
  width: 100%
}

@media (max-width:991px) {
  .mypowerballstrike-fedezd__list {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none
  }
}

.mypowerballstrike-fedezd__balls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 10px
}

@media (max-width:991px) {
  .mypowerballstrike-fedezd__balls {
    gap: 5px
  }
}

.mypowerballstrike-footer {
  padding-bottom: 40px;
  padding-top: 40px;
  background: #FFF;
}

.mypowerballstrike-footer__top {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 40px;
  align-items: center;
}

@media(max-width:600px) {
  .mypowerballstrike-footer__top {
    gap: 16px;
  }
}

.mypowerballstrike-footer-title {
  color: #272727;
  text-align: center;
  font-family: Manrope;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  /* 24px */
  text-transform: uppercase;
}

@media(max-width:600px) {
  .mypowerballstrike-footer-title {
    font-size: 14px;
  }
}

.facebook {
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url('/mypowerballstrike-img/mypowerballstrike-facebook.webp');
  width: 30px;
  height: 30px;
  aspect-ratio: 1/1;
  display: block;
}

.twitter {
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url('/mypowerballstrike-img/mypowerballstrike-x.webp');
  width: 30px;
  height: 30px;
  aspect-ratio: 1/1;
  display: block;
}

.inst {
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url('/mypowerballstrike-img/mypowerballstrike-inst.webp');
  width: 30px;
  height: 30px;
  aspect-ratio: 1/1;
  display: block;
}

@media(max-width:600px) {

  .facebook,
  .twitter,
  .inst {
    width: 20px;
    height: 20px;
  }
}

.mypowerballstrike-nav__list li {
  display: flex;
  gap: 6px;
  align-items: center;
}

.mypowerballstrike-adult-ph {
  display: block;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url('/mypowerballstrike-img/mypowerballstrike-adult.webp');
  width: 60px;
  height: 60px;
}

.mypowerballstrike-header__media {
  color: #272727;
  text-align: right;
  font-family: Manrope;
  font-size: 21px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

@media(max-width:600px) {
  .mypowerballstrike-header__media {
    font-size: 14px;
  }
}

.logo-policy {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

@media(max-width:769px) {
  .logo-policy {
    flex-direction: column;
    gap: 20px;
  }
}

.mypowerballstrike-footer__links {
  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: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 32px
}

@media (max-width:991px) {
  .mypowerballstrike-footer__links {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
  }
}

@media(max-width:600px) {
  .mypowerballstrike-footer__links img {
    height: 41px;
    max-width: 198px;
  }
}

.mypowerballstrike-form-hold {
  max-width: 600px;
  margin: 0 auto;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

@media(max-width:600px) {
  .mypowerballstrike-form-hold {
    align-items: center;
  }

  .mob-m {
    display: none;
  }
}

.mypowerballstrike-footer__links a {
  -webkit-transition: opacity .3s ease-in-out;
  transition: opacity .3s ease-in-out
}

@media (any-hover:hover) {
  .mypowerballstrike-footer__links a:hover {
    opacity: .5
  }
}

.mypowerballstrike-footer__links a:focus-visible {
  opacity: .5
}

.mypowerballstrike-footer__links a:active {
  opacity: .5;
  -webkit-transition-duration: .1s;
  transition-duration: .1s
}

.mypowerballstrike-footer__war {
  width: 55px;
  height: 55px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain
}

.mypowerballstrike-nav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px 40px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

@media(max-width:991px) {
  .mypowerballstrike-nav__list {
    flex-wrap: wrap;
    gap: 24px;
  }
}

.mypowerballstrike-faq {
  padding-top: 80px;
  padding-bottom: 80px;
}

@media(max-width:991px) {
  .mypowerballstrike-faq {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

.rule-img {
  width: 160px;
  height: 69px;
  aspect-ratio: 160/69;
}

.mypowerballstrike-how-to {
  background: #1E003D;
  padding-top: 80px;
  padding-bottom: 80px;
}

@media(max-width:600px) {
  .mypowerballstrike-how-to {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

.how-to-list {
  list-style: disc;
  padding-left: 20px;
}

.how-to-li {
  color: #272727;
  font-family: Manrope;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 24px */
  list-style: disc;
}



@media (max-width:600px) {
  .mypowerballstrike-nav__list {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
  }
}

.mypowerballstrike-nav__link {
  -webkit-transition: color .3s ease-in-out;
  transition: color .3s ease-in-out
}

@media (any-hover:hover) {
  .mypowerballstrike-nav__link:hover {
    color: var(--hover)
  }
}

.mypowerballstrike-nav__link:focus-visible {
  color: var(--hover)
}

.mypowerballstrike-nav__link:active {
  color: var(--active);
  -webkit-transition-duration: .1s;
  transition-duration: .1s
}

.popup-age {
  position: fixed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 10;
  overflow: auto;
  background-color: rgba(0, 0, 0, .4)
}

.popup-age.disabled {
  display: none;
}

.popup-age__body {
  overflow: auto;
  width: 420px;
  position: relative;
  z-index: 2;
  margin: auto;
  padding: 30px 20px;
  border: 2px solid var(--white);
  background: var(--gradient-green)
}

@media (max-width:600px) {
  .popup-age__body {
    width: 100%
  }
}

.popup-age__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 10px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

.popup-age__button {
  min-width: 101px;
  min-height: 34px;
  font-size: 12px
}

.popup-age__link {
  min-width: 101px;
  min-height: 34px
}

.mypowerballstrike-popup-cookie {
  padding: 20px 0;
  position: fixed;
  bottom: 0;
  z-index: 9;
  right: 0;
  width: 100%;
  background-color: var(--black)
}

.mypowerballstrike-popup-cookie.disabled {
  display: none
}

.mypowerballstrike-popup-cookie__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end
}

@media (max-width:860px) {
  .mypowerballstrike-popup-cookie__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
  }
}

.mypowerballstrike-popup-cookie__descr {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 751px;
  flex: 0 1 751px;
  width: 100%
}

@media (max-width:860px) {
  .mypowerballstrike-popup-cookie__descr {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none
  }
}

.mypowerballstrike-popup-cookie__buttons {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 360px;
  flex: 0 0 360px;
  width: 100%;
  display: -ms-grid;
  display: grid;
  display: grid;
  -ms-grid-rows: auto;
  -ms-grid-columns: minmax(0, 140px) 10px minmax(0, 209px);
  grid-template: auto/minmax(0, 140px) minmax(0, 209px);
  gap: 10px
}

@media (max-width:860px) {
  .mypowerballstrike-popup-cookie__buttons {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr
  }
}

.mypowerballstrike-popup-cookie__button {
  min-width: 0;
  width: 100%;
  font-size: 12px;
  min-height: 34px
}

.mypowerballstrike-popup-cookie__link {
  min-width: 0;
  width: 100%;
  font-size: 12px;
  min-height: 34px
}

.popupauth {
  position: fixed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 10;
  overflow: auto;
  background-color: rgba(0, 0, 0, .4);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity .3s ease-in-out, visibility .3s ease-in-out;
  transition: opacity .3s ease-in-out, visibility .3s ease-in-out
}

.popupauth.active {
  opacity: 1;
  visibility: visible
}

.popupauth__close {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1
}

.popupauth__content {
  padding: 30px;
  width: 420px;
  overflow: auto;
  position: relative;
  z-index: 2;
  margin: auto;
  border: 2px solid var(--white);
  background: var(--gradient-green)
}

@media (max-width:600px) {
  .popupauth__content {
    padding: 20px 10px;
    width: 95%
  }
}

.popupauth__item {
  display: none
}

.popupauth__item.active {
  display: block
}

.popupauth__title {
  color: var(--yellow)
}

.popupauth__form {
  max-width: 690px;
  width: 100%;
  margin: 0 auto;
}


.popupauth__form.error .popupauth__error {
  display: block
}

.popupauth__error {
  display: none;
}

.popupauth__link {
  display: block;
  width: 100%;
  -webkit-transition: color .3s ease-in-out;
  transition: color .3s ease-in-out
}

@media (any-hover:hover) {
  .popupauth__link:hover {
    color: var(--hover)
  }
}

.popupauth__link:focus-visible {
  color: var(--hover)
}

.popupauth__link:active {
  color: var(--active);
  -webkit-transition-duration: .1s;
  transition-duration: .1s
}

.popupauth__button {
  min-width: 0;
  width: 100%;
  font-size: 12px;
  min-height: 34px
}

.col-w {
  color: #fff;
}

.centered {
  align-self: center;
}

.mw-max {
  max-width: 298px;
  width: 100%;
}

@media(max-width:600px) {
  .mw-max {
    max-width: 100%;
  }
}

.switch-col {
  background: #87B507;
}

@media(max-width:600px) {
  .mob-no-c {
    background: transparent;
  }

  .mob-no-c .col-w {
    color: #272727;
  }
}

.op5 {
  opacity: .5;
}

.m-0-auto {
  margin: 0 auto;
}

.custom-select {
  background-image: url("/mypowerballstrike-img/mypowerballstrike-arrow.webp");
  background-repeat: no-repeat;
  background-position: right 16px center;
  background-size: 24px 24px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}


.custom-select::after {
  content: '▼';
  position: absolute;
  top: 50%;
  right: 16px;
  transform: translateY(-50%);
  font-size: 12px;
  color: #000;
  pointer-events: none;
  z-index: 1;
  width: 24px;
  height: 24px;
  /* Убедимся, что иконка поверх содержимого */
}