* {
  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
}

@font-face {
  font-family: Poppins;
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(/prizevoyagers-fonts/prizevoyagers-poppins-bold.woff2) format("woff2")
}

@font-face {
  font-family: Poppins;
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(/prizevoyagers-fonts/prizevoyagers-poppins-regular.woff2) format("woff2")
}

@font-face {
  font-family: Prompt;
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(/prizevoyagers-fonts/prizevoyagers-prompt-extrabold.woff2) format("woff2")
}

@font-face {
  font-family: Prompt;
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(/prizevoyagers-fonts/prizevoyagers-prompt-semibold.woff2) format("woff2")
}

:root {
  --font-main: "Poppins", sans-serif;
  --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: #ffffff;
  --black: #000000;
  --white: #ffffff;
  --d-green: #161c1d;
  --dark: #141717;
  --l-dark: #2c2e2e;
  --box-shadow: 0 0 20px #f80000;
  --hover: #7B68EE;
  --active: #4169E1
}

.Prompt {
  font-family: Prompt
}

.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: var(--background-page)
}

.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)
}

.cp-header {
  background-color: rgba(254, 254, 254, .2);
  border-radius: 15px;
  padding: 10px
}

@media (max-width:600px) {
  .cp-header {
    padding: 5px 10px
  }
}

.cp-time {
  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: 8px;
  border: 1px solid #9c9c9c;
  border-radius: 15px;
  padding: 4px 32px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background-color: rgba(61, 61, 61, .8);
  font-weight: 400;
  font-size: 20px;
  line-height: 120%;
  letter-spacing: .04em;
  text-transform: uppercase;
  text-align: center
}

.cp-time span {
  width: 20px;
  height: 20px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain
}

.cp-benefit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
  border: 1px solid #9c9c9c;
  border-radius: 15px;
  padding: 4px 16px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-weight: 400;
  font-size: 14px;
  text-align: center;
  line-height: 1;
  background-color: rgba(61, 61, 61, .8)
}

@media (max-width:991px) {
  .cp-benefit {
    font-size: 12px
  }
}

@media (max-width:600px) {
  .cp-benefit {
    font-size: 10px
  }
}

.cp-benefit span {
  width: 20px;
  height: 20px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain
}

.tx-64-30 {
  font-weight: 600;
  font-size: 64px;
  line-height: 100%
}

@media (max-width:1220px) {
  .tx-64-30 {
    font-size: 56px
  }
}

@media (max-width:991px) {
  .tx-64-30 {
    font-size: 44px
  }
}

@media (max-width:600px) {
  .tx-64-30 {
    font-size: 30px
  }
}

.tx-12-10 {
  font-weight: 400;
  font-size: 12px;
  line-height: 130%;
  letter-spacing: .04em
}

@media (max-width:600px) {
  .tx-12-10 {
    font-size: 10px
  }
}

.tx-14-10 {
  font-weight: 400;
  font-size: 14px;
  line-height: 120%
}

@media (max-width:991px) {
  .tx-14-10 {
    font-size: 12px
  }
}

@media (max-width:600px) {
  .tx-14-10 {
    font-size: 10px
  }
}

.rating {
  font-weight: 400;
  font-size: 32px;
  line-height: 130%
}

@media (max-width:1220px) {
  .rating {
    font-size: 28px
  }
}

@media (max-width:991px) {
  .rating {
    font-size: 24px
  }
}

@media (max-width:600px) {
  .rating {
    font-size: 20px
  }
}

.tx-20-16 {
  font-weight: 400;
  font-size: 20px;
  line-height: 130%
}

@media (max-width:991px) {
  .tx-20-16 {
    font-size: 18px
  }
}

@media (max-width:600px) {
  .tx-20-16 {
    font-size: 16px
  }
}

.tx-32-24 {
  font-weight: 400;
  font-size: 32px;
  line-height: 1.3
}

@media (max-width:1220px) {
  .tx-32-24 {
    font-size: 28px
  }
}

@media (max-width:991px) {
  .tx-32-24 {
    font-size: 26px
  }
}

@media (max-width:600px) {
  .tx-32-24 {
    font-size: 24px
  }
}

.tx-20-12 {
  font-weight: 400;
  font-size: 20px;
  line-height: 120%
}

@media (max-width:1220px) {
  .tx-20-12 {
    font-size: 16px
  }
}

@media (max-width:991px) {
  .tx-20-12 {
    font-size: 14px
  }
}

@media (max-width:768px) {
  .tx-20-12 {
    font-size: 12px
  }
}

.tx-14 {
  font-weight: 400;
  font-size: 14px;
  line-height: 1.3
}

.tx-main {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.3
}

@media (max-width:600px) {
  .tx-main {
    font-size: 14px
  }
}

.box-shadow {
  -webkit-box-shadow: var(--box-shadow);
  box-shadow: var(--box-shadow)
}

.brr-15 {
  border-radius: 15px
}

.brr-40 {
  border-radius: 40px
}

.text-shadow {
  text-shadow: 0 4px 4px rgba(0, 0, 0, .25)
}

.age {
  width: 55px;
  height: 55px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain
}

.age_18 {
  width: 18px;
  height: 18px
}

.ptb-24 {
  padding-top: 24px;
  padding-bottom: 24px
}

.p-20 {
  padding: 20px
}

.plr-20-10 {
  padding-left: 20px;
  padding-right: 20px
}

@media (max-width:991px) {
  .plr-20-10 {
    padding-left: 15px;
    padding-right: 15px
  }
}

@media (max-width:600px) {
  .plr-20-10 {
    padding-left: 10px;
    padding-right: 10px
  }
}

.plr-24-16 {
  padding-left: 24px;
  padding-right: 24px
}

@media (max-width:600px) {
  .plr-24-16 {
    padding-left: 16px;
    padding-right: 16px
  }
}

.ptb-40 {
  padding-top: 40px;
  padding-bottom: 40px
}

.ptb-50 {
  padding-top: 50px;
  padding-bottom: 50px
}

.mb-24-16:not(:last-child) {
  margin-bottom: 24px
}

@media (max-width:600px) {
  .mb-24-16:not(:last-child) {
    margin-bottom: 16px
  }
}

.mb-section:not(:last-child) {
  margin-bottom: 40px
}

.mb-24:not(:last-child) {
  margin-bottom: 24px
}

.mb-20:not(:last-child) {
  margin-bottom: 20px
}

.mb-15:not(:last-child) {
  margin-bottom: 15px
}

.mb-10:not(:last-child) {
  margin-bottom: 10px
}

.border {
  border: 1px solid #ff1e1e
}

.logo {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-family: Prompt;
  font-weight: 800;
  font-size: 12px;
  line-height: 130%;
  letter-spacing: .04em;
  text-transform: uppercase;
  -webkit-transition: color .3s ease-in-out;
  transition: color .3s ease-in-out
}

@media (any-hover:hover) {
  .logo:hover {
    color: var(--hover)
  }
}

.logo:focus-visible {
  color: var(--hover)
}

.logo:active {
  color: var(--active);
  -webkit-transition-duration: .1s;
  transition-duration: .1s
}

.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;
  padding: 5px 10px;
  font-size: 16px;
  line-height: 1;
  font-weight: 700;
  color: var(--white);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 11px;
  min-width: 189px;
  min-height: 46px;
  background-color: #111;
  -webkit-transition: opacity .3s ease-in-out;
  transition: opacity .3s ease-in-out;
  text-align: center
}

@media (max-width:991px) {
  .but {
    min-height: 42px
  }
}

@media (max-width:600px) {
  .but {
    font-size: 14px;
    min-height: 37px
  }
}

.cp-stars {
  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: 3px
}

.cp-stars li {
  width: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain
}

.cp-stars li:nth-child(1) {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 16px;
  flex: 0 1 16px;
  height: 16px
}

.cp-stars li:nth-child(2) {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 24px;
  flex: 0 1 24px;
  height: 24px
}

.cp-stars li:nth-child(3) {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 32px;
  flex: 0 1 32px;
  height: 32px
}

.cp-stars li:nth-child(4) {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 24px;
  flex: 0 1 24px;
  height: 24px
}

.cp-stars li:nth-child(5) {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 16px;
  flex: 0 1 16px;
  height: 16px
}

.cp-stars_card li:nth-child(1) {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 16px;
  flex: 0 1 16px;
  height: 16px
}

@media (max-width:991px) {
  .cp-stars_card li:nth-child(1) {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 12px;
    flex: 0 1 12px;
    height: 12px
  }
}

@media (max-width:600px) {
  .cp-stars_card li:nth-child(1) {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 8px;
    flex: 0 1 8px;
    height: 8px
  }
}

.cp-stars_card li:nth-child(2) {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 24px;
  flex: 0 1 24px;
  height: 24px
}

@media (max-width:991px) {
  .cp-stars_card li:nth-child(2) {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 16px;
    flex: 0 1 16px;
    height: 16px
  }
}

@media (max-width:600px) {
  .cp-stars_card li:nth-child(2) {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 12px;
    flex: 0 1 12px;
    height: 12px
  }
}

.cp-stars_card li:nth-child(3) {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 32px;
  flex: 0 1 32px;
  height: 32px
}

@media (max-width:991px) {
  .cp-stars_card li:nth-child(3) {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 24px;
    flex: 0 1 24px;
    height: 24px
  }
}

@media (max-width:600px) {
  .cp-stars_card li:nth-child(3) {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 16px;
    flex: 0 1 16px;
    height: 16px
  }
}

.cp-stars_card li:nth-child(4) {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 24px;
  flex: 0 1 24px;
  height: 24px
}

@media (max-width:991px) {
  .cp-stars_card li:nth-child(4) {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 16px;
    flex: 0 1 16px;
    height: 16px
  }
}

@media (max-width:600px) {
  .cp-stars_card li:nth-child(4) {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 12px;
    flex: 0 1 12px;
    height: 12px
  }
}

.cp-stars_card li:nth-child(5) {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 16px;
  flex: 0 1 16px;
  height: 16px
}

@media (max-width:991px) {
  .cp-stars_card li:nth-child(5) {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 12px;
    flex: 0 1 12px;
    height: 12px
  }
}

@media (max-width:600px) {
  .cp-stars_card li:nth-child(5) {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 8px;
    flex: 0 1 8px;
    height: 8px
  }
}

.bg-dark {
  background-color: var(--dark)
}

.bg-card-logo {
  background-color: #222
}

.bg-card {
  background-color: #313131
}

.bg-l-dark {
  background-color: var(--l-dark)
}

.bg-d-green {
  background-color: var(--d-green)
}

.color-pink {
  color: #e9a6a5
}

.hover-opacity {
  -webkit-transition: opacity .3s ease-in-out;
  transition: opacity .3s ease-in-out
}

@media (any-hover:hover) {
  .hover-opacity:hover {
    opacity: .5
  }
}

.hover-opacity:focus-visible {
  opacity: .5
}

.hover-opacity:active {
  opacity: .5;
  -webkit-transition-duration: .1s;
  transition-duration: .1s
}

.hover-color {
  -webkit-transition: color .3s ease-in-out;
  transition: color .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: .1s;
  transition-duration: .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 .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)
}

.prizevoyagers-terms h1 {
  font-size: 42px;
  line-height: 1.3;
  color: var(--main);
  font-weight: 700
}

@media (max-width:991px) {
  .prizevoyagers-terms h1 {
    font-size: 32px
  }
}

@media (max-width:600px) {
  .prizevoyagers-terms h1 {
    font-size: 16px
  }
}

.prizevoyagers-terms h1:not(:last-child) {
  margin-bottom: 30px
}

@media (max-width:991px) {
  .prizevoyagers-terms h1:not(:last-child) {
    margin-bottom: 20px
  }
}

@media (max-width:600px) {
  .prizevoyagers-terms h1:not(:last-child) {
    margin-bottom: 15px
  }
}

.prizevoyagers-terms h2 {
  font-size: 36px;
  line-height: 1.3;
  color: var(--main);
  font-weight: 700
}

@media (max-width:991px) {
  .prizevoyagers-terms h2 {
    font-size: 25px
  }
}

@media (max-width:600px) {
  .prizevoyagers-terms h2 {
    font-size: 14px
  }
}

.prizevoyagers-terms h2:not(:last-child) {
  margin-bottom: 30px
}

@media (max-width:991px) {
  .prizevoyagers-terms h2:not(:last-child) {
    margin-bottom: 20px
  }
}

@media (max-width:600px) {
  .prizevoyagers-terms h2:not(:last-child) {
    margin-bottom: 15px
  }
}

.prizevoyagers-terms p {
  font-size: 20px;
  line-height: 1.3;
  color: var(--main);
  font-weight: 400
}

@media (max-width:991px) {
  .prizevoyagers-terms p {
    font-size: 18px
  }
}

@media (max-width:600px) {
  .prizevoyagers-terms p {
    font-size: 12px
  }
}

.prizevoyagers-terms p:not(:last-child) {
  margin-bottom: 30px
}

@media (max-width:991px) {
  .prizevoyagers-terms p:not(:last-child) {
    margin-bottom: 20px
  }
}

@media (max-width:600px) {
  .prizevoyagers-terms p:not(:last-child) {
    margin-bottom: 15px
  }
}

.prizevoyagers-terms ul:not(:last-child) {
  margin-bottom: 30px
}

@media (max-width:991px) {
  .prizevoyagers-terms ul:not(:last-child) {
    margin-bottom: 20px
  }
}

@media (max-width:600px) {
  .prizevoyagers-terms ul:not(:last-child) {
    margin-bottom: 15px
  }
}

.prizevoyagers-terms li {
  font-size: 18px;
  line-height: 1.3;
  color: var(--main);
  font-weight: 400
}

@media (max-width:991px) {
  .prizevoyagers-terms li {
    font-size: 16px
  }
}

@media (max-width:600px) {
  .prizevoyagers-terms li {
    font-size: 12px
  }
}

.prizevoyagers-terms li:not(:last-child) {
  margin-bottom: 30px
}

@media (max-width:991px) {
  .prizevoyagers-terms li:not(:last-child) {
    margin-bottom: 20px
  }
}

@media (max-width:600px) {
  .prizevoyagers-terms li:not(:last-child) {
    margin-bottom: 15px
  }
}

.prizevoyagers-header {
  padding: 15px 0 10px 0;
  background-color: transparent;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 5
}

.prizevoyagers-header__top {
  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: 4px;
  padding-bottom: 10px
}

@media (max-width:768px) {
  .prizevoyagers-header__top {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
  }
}

.prizevoyagers-header__bottom {
  max-width: 1008px;
  width: 100%
}

.prizevoyagers-hero {
  background-image: url(/prizevoyagers-img/prizevoyagers-hero-background.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  --parallax-x: 0px;
  --parallax-y: 0px;
  position: relative
}

@media (max-width:600px) {
  .prizevoyagers-hero {
    background-image: url(/prizevoyagers-img/prizevoyagers-hero-background-mob.webp)
  }
}

.prizevoyagers-hero::before {
  content: "";
  position: absolute;
  top: 60%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) translate(var(--parallax-x), var(--parallax-y));
  transform: translate(-50%, -50%) translate(var(--parallax-x), var(--parallax-y));
  max-width: 826px;
  width: 100%;
  height: 296px;
  background-image: url(/prizevoyagers-img/prizevoyagers-cards.webp);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 0;
  pointer-events: none;
  -webkit-transition: -webkit-transform .1s ease-out;
  transition: -webkit-transform .1s ease-out;
  transition: transform .1s ease-out;
  transition: transform .1s ease-out, -webkit-transform .1s ease-out
}

@media (max-width:991px) {
  .prizevoyagers-hero::before {
    -webkit-animation-name: animate;
    animation-name: animate;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-duration: 6s;
    animation-duration: 6s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    max-width: 626px;
    height: 206px
  }
}

@media (max-width:600px) {
  .prizevoyagers-hero::before {
    max-width: 340px;
    height: 150px;
    top: 70%;
    background-image: url(/prizevoyagers-img/prizevoyagers-cards-mob.webp)
  }
}

@media (max-width:600px) {
  .prizevoyagers-hero__text {
    display: none
  }
}

.prizevoyagers-hero__benefits {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 8px
}

@media (max-width:359px) {
  .prizevoyagers-hero__benefits {
    display: none
  }
}

.prizevoyagers-hero__image {
  position: relative;
  z-index: 1;
  width: 439px;
  height: 373px;
  margin-left: auto;
  margin-right: auto;
  margin-top: -60px
}

@media (max-width:991px) {
  .prizevoyagers-hero__image {
    width: 339px;
    height: 273px
  }
}

@media (max-width:600px) {
  .prizevoyagers-hero__image {
    width: 217px;
    height: 184px;
    margin-top: -40px
  }
}

@-webkit-keyframes animate {
  0% {
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%)
  }

  50% {
    -webkit-transform: translateX(-50%) translateY(-40%);
    transform: translateX(-50%) translateY(-40%)
  }

  100% {
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%)
  }
}

@keyframes animate {
  0% {
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%)
  }

  50% {
    -webkit-transform: translateX(-50%) translateY(-40%);
    transform: translateX(-50%) translateY(-40%)
  }

  100% {
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%)
  }
}

.prizevoyagers-faq {
  position: relative
}

.prizevoyagers-faq.active::before {
  opacity: 1;
  visibility: visible
}

.prizevoyagers-faq.active .prizevoyagers-faq__button span {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg)
}

.prizevoyagers-faq::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, right top, left top, from(#141717), to(#af1313));
  background: linear-gradient(270deg, #141717 0, #af1313 100%);
  z-index: 1;
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
  border-radius: 15px;
  -webkit-transition: opacity .3s ease-in-out, visibility .3s ease-in-out;
  transition: opacity .3s ease-in-out, visibility .3s ease-in-out
}

.prizevoyagers-faq__top {
  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;
  z-index: 2
}

.prizevoyagers-faq__button {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 14px;
  height: 9px;
  -webkit-transition: opacity .3s ease-in-out;
  transition: opacity .3s ease-in-out
}

.prizevoyagers-faq__button::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1
}

@media (any-hover:hover) {
  .prizevoyagers-faq__button:hover {
    opacity: .5
  }
}

.prizevoyagers-faq__button:focus-visible {
  opacity: .5
}

.prizevoyagers-faq__button:active {
  opacity: .5;
  -webkit-transition-duration: .1s;
  transition-duration: .1s
}

.prizevoyagers-faq__button span {
  display: block;
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transition: -webkit-transform .3s ease-in-out;
  transition: -webkit-transform .3s ease-in-out;
  transition: transform .3s ease-in-out;
  transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out
}

.prizevoyagers-faq__bottom {
  position: relative;
  z-index: 2;
  height: 0;
  overflow: hidden;
  -webkit-transition: height .3s ease-in-out;
  transition: height .3s ease-in-out
}

.prizevoyagers-faq__texts {
  padding-top: 0
}

.prizevoyagers-reviews {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: auto;
  -ms-grid-columns: 1fr 15px 1fr 15px 1fr;
  grid-template: auto/repeat(3, 1fr);
  gap: 15px
}

@media (max-width:991px) {
  .prizevoyagers-reviews {
    -ms-grid-rows: auto;
    -ms-grid-columns: (1fr)[2];
    grid-template: auto/repeat(2, 1fr)
  }
}

@media (max-width:600px) {
  .prizevoyagers-reviews {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr
  }
}

.prizevoyagers-footer__columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 15px
}

@media (max-width:991px) {
  .prizevoyagers-footer__columns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
  }
}

.prizevoyagers-footer__column {
  width: 100%
}

.prizevoyagers-footer__column:nth-child(1) {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 734px;
  flex: 0 1 734px
}

@media (max-width:991px) {
  .prizevoyagers-footer__column:nth-child(1) {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none
  }
}

.prizevoyagers-footer__column:nth-child(2) {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 356px;
  flex: 0 1 356px
}

@media (max-width:991px) {
  .prizevoyagers-footer__column:nth-child(2) {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none
  }
}

.prizevoyagers-footer__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 40px
}

.prizevoyagers-footer__links li a {
  display: block;
  width: 100%;
  height: 100%
}

.prizevoyagers-footer__links li:nth-child(2) {
  height: 38px
}

.prizevoyagers-footer__links li:nth-child(3) {
  height: 30px
}

.prizevoyagers-footer__links li:nth-child(4) {
  height: 30px
}

.prizevoyagers-footer__links li:nth-child(5) {
  height: 33px
}

.prizevoyagers-footer__links li:nth-child(6) {
  height: 62px
}

.prizevoyagers-footer__links li:nth-child(7) {
  height: 69px
}

.prizevoyagers-footer__links li:nth-child(8) {
  height: 48px
}

.prizevoyagers-nav__list {
  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: 20px
}

@media (max-width:991px) {
  .prizevoyagers-nav__list {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 15px
  }
}

.prizevoyagers-nav__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px
}

.prizevoyagers-nav__link-icon {
  width: 10px;
  height: 10px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain
}

.prizevoyagers-dates__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.prizevoyagers-card {
  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: 8px;
  overflow: hidden
}

@media (max-width:600px) {
  .prizevoyagers-card {
    min-height: 170px
  }
}

.prizevoyagers-card__left {
  width: 100%;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 300px;
  flex: 0 1 300px;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  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-top: 40px;
  padding-bottom: 40px
}

@media (max-width:768px) {
  .prizevoyagers-card__left {
    padding-top: 10px;
    padding-bottom: 10px
  }
}

@media (max-width:600px) {
  .prizevoyagers-card__left {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20px;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 50%;
    flex: 0 1 50%
  }
}

@media (max-width:400px) {
  .prizevoyagers-card__left {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 42%;
    flex: 0 1 42%
  }
}

.prizevoyagers-card__logo {
  height: 78px
}

@media (max-width:600px) {
  .prizevoyagers-card__logo {
    height: 32px
  }
}

.prizevoyagers-card__wrapper-bonus {
  width: 100%;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 300px;
  flex: 0 1 300px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  gap: 4px;
  padding-top: 20px;
  padding-bottom: 20px
}

@media (max-width:768px) {
  .prizevoyagers-card__wrapper-bonus {
    padding-top: 10px;
    padding-bottom: 10px
  }
}

@media (max-width:600px) {
  .prizevoyagers-card__wrapper-bonus {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    padding-top: 0;
    padding-bottom: 0
  }
}

.prizevoyagers-card__bonus-title {
  text-align: center
}

@media (max-width:600px) {
  .prizevoyagers-card__bonus-title {
    text-align: left
  }
}

.prizevoyagers-card__bonus {
  text-align: center
}

@media (max-width:600px) {
  .prizevoyagers-card__bonus {
    text-align: left
  }
}

.prizevoyagers-card__wrapper-rating {
  width: 100%;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 300px;
  flex: 0 1 300px;
  display: -ms-grid;
  display: grid;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  padding-top: 20px;
  padding-bottom: 20px
}

@media (max-width:768px) {
  .prizevoyagers-card__wrapper-rating {
    padding-top: 10px;
    padding-bottom: 10px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 110px;
    flex: 0 0 110px
  }
}

@media (max-width:600px) {
  .prizevoyagers-card__wrapper-rating {
    padding-top: 0;
    padding-bottom: 0;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none
  }
}

.prizevoyagers-card__rating {
  margin-top: 16px;
  margin-bottom: 10px;
  line-height: 1
}

@media (max-width:768px) {
  .prizevoyagers-card__rating {
    margin-top: 8px;
    margin-bottom: 8px
  }
}

.prizevoyagers-card__right {
  width: 100%;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 238px;
  flex: 0 1 238px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  gap: 12px;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-right: 24px
}

@media (max-width:768px) {
  .prizevoyagers-card__right {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 10px
  }
}

@media (max-width:600px) {
  .prizevoyagers-card__right {
    padding-right: 6px;
    padding-top: 8px;
    padding-bottom: 8px;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 50%;
    flex: 0 1 50%
  }
}

@media (max-width:400px) {
  .prizevoyagers-card__right {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 58%;
    flex: 0 1 58%
  }
}

.prizevoyagers-card__right-top {
  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
}

@media (max-width:600px) {
  .prizevoyagers-card__link {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2
  }
}

.prizevoyagers-card__link span {
  position: relative;
  z-index: 3
}

.prizevoyagers-card__link {
  position: relative
}

.prizevoyagers-card__link:before {
  content: "";
  background: linear-gradient(45deg, #ff1e1e, #006);
  position: absolute;
  top: -2px;
  left: -2px;
  background-size: 400%;
  z-index: 1;
  -webkit-filter: blur(5px);
  filter: blur(5px);
  width: calc(100% + 4px);
  height: calc(100% + 4px);
  -webkit-animation: glowing 20s linear infinite;
  animation: glowing 20s linear infinite;
  opacity: 0;
  -webkit-transition: opacity .3s ease-in-out;
  transition: opacity .3s ease-in-out;
  border-radius: 10px
}

.prizevoyagers-card__link:hover:before {
  opacity: 1
}

.prizevoyagers-card__link:after {
  z-index: 2;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #111;
  left: 0;
  top: 0;
  border-radius: 10px
}

@-webkit-keyframes glowing {
  0% {
    background-position: 0 0
  }

  50% {
    background-position: 400% 0
  }

  100% {
    background-position: 0 0
  }
}

@keyframes glowing {
  0% {
    background-position: 0 0
  }

  50% {
    background-position: 400% 0
  }

  100% {
    background-position: 0 0
  }
}

.prizevoyagers-slider {
  width: 100%;
  max-width: 190px;
  margin: 0 auto
}

@media (max-width:400px) {
  .prizevoyagers-slider {
    max-width: 160px
  }
}

.prizevoyagers-slider__slide {
  width: 30px;
  height: 30px
}

@media (max-width:991px) {
  .prizevoyagers-slider__slide {
    width: 24px;
    height: 24px
  }
}