* {
  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: Inter;
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(../fonts/Inter-Bold.woff2) format("woff2")
}

@font-face {
  font-family: RobotoCondensed;
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(../fonts/RobotoCondensed-Bold.woff2) format("woff2")
}

@font-face {
  font-family: Inter;
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(../fonts/Inter-Regular.woff2) format("woff2")
}

:root {
  --font-main: "Inter", sans-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: #e9e9e9;
  --main: #01144f;
  --black: #000000;
  --white: #ffffff;
  --blue: #3631AE;
  --dark: #01144f;
  --box-shadow: 0 0 11px rgba(208, 216, 255, 0.5);
  --purple: #cec2ff;
  --l-purple: #dee2fb;
  --red: #cf3833;
  --box-shadow-card: 0 0 13px rgba(54, 49, 174, 0.2);
  --gradient: linear-gradient(140deg, #fff 0%, rgba(226, 232, 255, 0.3) 100%);
  --hover: #003ffd;
  --active: #003ffd
}

.RobotoCondensed {
  font-family: RobotoCondensed
}

.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)
}

.logo {
  display: block;
  font-family: RobotoCondensed;
  font-weight: 700;
  font-size: 20px;
  color: #01144f;
  line-height: 1;
  -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
}

.tx-18-14 {
  font-weight: 400;
  font-size: 18px;
  line-height: 150%
}

@media (max-width:991px) {
  .tx-18-14 {
    font-size: 16px
  }
}

@media (max-width:600px) {
  .tx-18-14 {
    font-size: 14px
  }
}

.tx-18-16 {
  font-weight: 400;
  font-size: 18px;
  line-height: 150%
}

@media (max-width:600px) {
  .tx-18-16 {
    font-size: 16px
  }
}

.tx-16-14 {
  font-weight: 400;
  font-size: 16px;
  line-height: 130%
}

@media (max-width:600px) {
  .tx-16-14 {
    font-size: 14px
  }
}

.tx-16-12 {
  font-weight: 400;
  font-size: 16px;
  line-height: 130%
}

@media (max-width:991px) {
  .tx-16-12 {
    font-size: 14px
  }
}

@media (max-width:600px) {
  .tx-16-12 {
    font-size: 12px
  }
}

.tx-34 {
  font-weight: 400;
  font-size: 34px;
  line-height: 120%
}

.box-shadow {
  -webkit-box-shadow: var(--box-shadow);
  box-shadow: var(--box-shadow)
}

.tx-32 {
  font-weight: 400;
  font-size: 32px;
  line-height: 120%
}

.tx-40-32 {
  font-weight: 400;
  font-size: 40px;
  line-height: 120%
}

@media (max-width:991px) {
  .tx-40-32 {
    font-size: 36px
  }
}

@media (max-width:600px) {
  .tx-40-32 {
    font-size: 32px
  }
}

.tx-38-20 {
  font-weight: 400;
  font-size: 38px;
  line-height: 120%
}

@media (max-width:1220px) {
  .tx-38-20 {
    font-size: 26px
  }
}

@media (max-width:991px) {
  .tx-38-20 {
    font-size: 24px
  }
}

@media (max-width:600px) {
  .tx-38-20 {
    font-size: 20px
  }
}

.tx-38-24 {
  font-weight: 400;
  font-size: 38px;
  line-height: 120%
}

@media (max-width:1220px) {
  .tx-38-24 {
    font-size: 28px
  }
}

@media (max-width:991px) {
  .tx-38-24 {
    font-size: 26px
  }
}

@media (max-width:600px) {
  .tx-38-24 {
    font-size: 24px
  }
}

.tx-14 {
  font-weight: 400;
  font-size: 14px;
  line-height: 1.3
}

.tx-20 {
  font-weight: 400;
  font-size: 20px;
  line-height: 1.3
}

.tx-20-12 {
  font-weight: 400;
  font-size: 20px;
  line-height: 1.3
}

@media (max-width:1220px) {
  .tx-20-12 {
    font-size: 16px
  }
}

@media (max-width:991px) {
  .tx-20-12 {
    font-size: 14px
  }
}

@media (max-width:600px) {
  .tx-20-12 {
    font-size: 12px
  }
}

.tx-20-16 {
  font-weight: 400;
  font-size: 20px;
  line-height: 1.3
}

@media (max-width:991px) {
  .tx-20-16 {
    font-size: 18px
  }
}

@media (max-width:600px) {
  .tx-20-16 {
    font-size: 16px
  }
}

.tx-20-14 {
  font-weight: 400;
  font-size: 20px;
  line-height: 1.3
}

@media (max-width:1220px) {
  .tx-20-14 {
    font-size: 18px
  }
}

@media (max-width:991px) {
  .tx-20-14 {
    font-size: 16px
  }
}

@media (max-width:600px) {
  .tx-20-14 {
    font-size: 14px
  }
}

.tx-24-20 {
  font-weight: 400;
  font-size: 24px;
  line-height: 1.3
}

@media (max-width:991px) {
  .tx-24-20 {
    font-size: 22px
  }
}

@media (max-width:600px) {
  .tx-24-20 {
    font-size: 20px
  }
}

.tx-24-16 {
  font-weight: 400;
  font-size: 24px;
  line-height: 1.3
}

@media (max-width:1220px) {
  .tx-24-16 {
    font-size: 20px
  }
}

@media (max-width:991px) {
  .tx-24-16 {
    font-size: 18px
  }
}

@media (max-width:600px) {
  .tx-24-16 {
    font-size: 16px
  }
}

.tx-30-20 {
  font-weight: 400;
  font-size: 30px;
  line-height: 120%
}

@media (max-width:1220px) {
  .tx-30-20 {
    font-size: 28px
  }
}

@media (max-width:991px) {
  .tx-30-20 {
    font-size: 24px
  }
}

@media (max-width:600px) {
  .tx-30-20 {
    font-size: 20px
  }
}

.tx-18 {
  font-weight: 400;
  font-size: 18px;
  line-height: 150%
}

.tx-50 {
  font-weight: 400;
  font-size: 50px;
  line-height: 100%
}

.circle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px
}

.circle::before {
  content: "";
  margin-top: 8px;
  width: 5px;
  height: 5px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  border-radius: 50%;
  background-color: var(--white)
}

.circle_blue::before {
  background-color: var(--blue)
}

.tx-main {
  font-size: 15px;
  font-weight: 400;
  line-height: 1.4
}

.input {
  display: block;
  border: 2px solid transparent;
  border-radius: 5px;
  padding: 0 16px;
  width: 100%;
  height: 46px;
  font-weight: 700;
  font-size: 16px;
  line-height: 1;
  color: rgba(54, 68, 117, .5);
  background-color: var(--white);
  -webkit-transition: border-color .2s ease-in-out;
  transition: border-color .2s ease-in-out
}

.input_textarea {
  height: 100px;
  padding: 14px 16px
}

@media (any-hover:hover) {
  .input:hover {
    border-color: var(--hover)
  }
}

.input:focus-visible {
  border-color: var(--hover)
}

.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: 10px 24px;
  font-size: 16px;
  line-height: 1;
  font-weight: 700;
  color: var(--blue);
  background-color: var(--l-purple);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 169px;
  min-height: 47px;
  border-radius: 100px;
  border: 2px solid var(--blue);
  -webkit-transition: opacity .3s ease-in-out;
  transition: opacity .3s ease-in-out;
  text-align: center
}

@media (max-width:1220px) {
  .but {
    min-height: 42px
  }
}

@media (max-width:991px) {
  .but {
    min-height: 38px;
    font-size: 14px
  }
}

@media (max-width:600px) {
  .but {
    min-height: 34px;
    font-size: 12px;
    min-width: 0;
    width: 100%
  }
}

.but_purple {
  border: none;
  background-color: var(--purple)
}

@media (any-hover:hover) {
  .but:hover {
    opacity: .5
  }
}

.but:focus-visible {
  opacity: .5
}

.but:active {
  opacity: .5;
  -webkit-transition-duration: .1s;
  transition-duration: .1s
}

.mb-16-12:not(:last-child) {
  margin-bottom: 16px
}

@media (max-width:600px) {
  .mb-16-12:not(:last-child) {
    margin-bottom: 12px
  }
}

.mb-5:not(:last-child) {
  margin-bottom: 5px
}

.mb-10:not(:last-child) {
  margin-bottom: 10px
}

.mb-20:not(:last-child) {
  margin-bottom: 20px
}

.mb-24:not(:last-child) {
  margin-bottom: 24px
}

.mb-40-16:not(:last-child) {
  margin-bottom: 40px
}

@media (max-width:1220px) {
  .mb-40-16:not(:last-child) {
    margin-bottom: 32px
  }
}

@media (max-width:991px) {
  .mb-40-16:not(:last-child) {
    margin-bottom: 24px
  }
}

@media (max-width:600px) {
  .mb-40-16:not(:last-child) {
    margin-bottom: 16px
  }
}

.mb-24-16:not(:last-child) {
  margin-bottom: 24px
}

@media (max-width:991px) {
  .mb-24-16:not(:last-child) {
    margin-bottom: 20px
  }
}

@media (max-width:600px) {
  .mb-24-16:not(:last-child) {
    margin-bottom: 16px
  }
}

.mb-section:not(:last-child) {
  margin-bottom: 80px
}

@media (max-width:991px) {
  .mb-section:not(:last-child) {
    margin-bottom: 60px
  }
}

@media (max-width:600px) {
  .mb-section:not(:last-child) {
    margin-bottom: 40px
  }
}

.brr-10 {
  border-radius: 10px
}

.brr-20 {
  border-radius: 20px
}

.brr-30 {
  border-radius: 30px
}

.p-20-16 {
  padding: 20px
}

@media (max-width:600px) {
  .p-20-16 {
    padding: 16px
  }
}

.p-20 {
  padding: 20px
}

.mb-40:not(:last-child) {
  margin-bottom: 40px
}

.p-32-16 {
  padding: 32px
}

@media (max-width:991px) {
  .p-32-16 {
    padding: 24px
  }
}

@media (max-width:600px) {
  .p-32-16 {
    padding: 16px
  }
}

.p-24-16 {
  padding: 24px
}

@media (max-width:600px) {
  .p-24-16 {
    padding: 16px
  }
}

.ptb-20-16 {
  padding-top: 20px;
  padding-bottom: 20px
}

@media (max-width:600px) {
  .ptb-20-16 {
    padding-top: 16px;
    padding-bottom: 16px
  }
}

.ptb-40-20 {
  padding-top: 40px;
  padding-bottom: 40px
}

@media (max-width:991px) {
  .ptb-40-20 {
    padding-top: 30px;
    padding-bottom: 30px
  }
}

@media (max-width:600px) {
  .ptb-40-20 {
    padding-top: 20px;
    padding-bottom: 20px
  }
}

.p-16 {
  padding: 16px
}

.mb-16:not(:last-child) {
  margin-bottom: 16px
}

.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;
  border-radius: 50%;
  padding: 5px;
  width: 48px;
  height: 48px;
  font-weight: 600;
  font-size: 16px;
  line-height: 1;
  text-transform: uppercase;
  text-align: center;
  color: #272727;
  background-color: var(--blue)
}

.ptb-50 {
  padding-top: 50px;
  padding-bottom: 50px
}

.ptb-80-40 {
  padding-top: 80px;
  padding-bottom: 80px
}

@media (max-width:991px) {
  .ptb-80-40 {
    padding-top: 60px;
    padding-bottom: 60px
  }
}

@media (max-width:600px) {
  .ptb-80-40 {
    padding-top: 40px;
    padding-bottom: 40px
  }
}

.color-white {
  color: var(--white)
}

.bg-gradient {
  background: var(--gradient)
}

.bg-white {
  background-color: var(--white)
}

.bg-red {
  background-color: var(--red)
}

.bg-dark {
  background-color: var(--dark)
}

.bg-blue {
  background-color: var(--blue)
}

.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
}

.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(--l-blue)
}

.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: 20px;
  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
  }
}

.joyspinzone-header {
  padding: 15px 0
}

.joyspinzone-header__container {
  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: 60px
}

@media (max-width:991px) {
  .joyspinzone-header__container {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 10px
  }
}

@media (max-width:991px) {
  .joyspinzone-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(--white);
    z-index: 100;
    padding: 100px 30px 30px 30px;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    overflow: auto;
    -webkit-transition: opacity .2s ease-in-out, visibility .2s ease-in-out, pointer-events .2s ease-in-out;
    transition: opacity .2s ease-in-out, visibility .2s ease-in-out, pointer-events .2s ease-in-out
  }
}

@media (max-width:600px) {
  .joyspinzone-header__menu {
    padding: 80px 30px 30px 30px
  }
}

.joyspinzone-header__menu.active {
  opacity: 1;
  visibility: visible;
  pointer-events: visible
}

.joyspinzone-header__exit-menu {
  display: none;
  position: absolute;
  width: 30px;
  height: 30px;
  background-color: transparent
}

@media (max-width:991px) {
  .joyspinzone-header__exit-menu {
    display: block;
    top: 30px;
    right: 30px
  }
}

@media (max-width:600px) {
  .joyspinzone-header__exit-menu {
    top: 15px;
    right: 15px
  }
}

.joyspinzone-header__exit-menu::before {
  content: "";
  position: absolute;
  top: 12px;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: var(--blue);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg)
}

.joyspinzone-header__exit-menu::after {
  content: "";
  position: absolute;
  top: 12px;
  right: 0;
  width: 100%;
  height: 2px;
  background-color: var(--blue);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg)
}

.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 60px
}

@media (max-width:991px) {
  .nav__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 30px
  }
}

.nav__list_footer {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start
}

@media (max-width:991px) {
  .nav__list_footer {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 10px 32px
  }
}

.nav__list_spacebetween {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}

@media (max-width:991px) {
  .nav__list_spacebetween {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 20px
  }
}

.nav__link {
  -webkit-transition: color .3s ease-in-out;
  transition: color .3s ease-in-out
}

@media (any-hover:hover) {
  .nav__link:hover {
    color: var(--hover)
  }
}

.nav__link:focus-visible {
  color: var(--hover)
}

.nav__link:active {
  color: var(--active);
  -webkit-transition-duration: .1s;
  transition-duration: .1s
}

.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: 24px;
  height: 18px;
  background-color: transparent
}

@media (max-width:991px) {
  .burger {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
  }
}

.burger span {
  display: block;
  width: 100%;
  height: 2px;
  background-color: var(--blue);
  border-radius: 8px
}

.joyspinzone-hero {
  padding-top: 30px
}

.joyspinzone-hero__content {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  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: 20px;
  border-radius: 30px;
  padding: 40px
}

@media (max-width:991px) {
  .joyspinzone-hero__content {
    padding: 40px 24px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
  }
}

@media (max-width:600px) {
  .joyspinzone-hero__content {
    padding: 40px 16px
  }
}

.joyspinzone-hero__descr {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 602px;
  flex: 0 1 602px;
  width: 100%
}

@media (max-width:991px) {
  .joyspinzone-hero__descr {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none
  }
}

.joyspinzone-hero__image {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 345px;
  flex: 0 1 345px;
  width: 100%;
  padding-bottom: 22%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain
}

@media (max-width:991px) {
  .joyspinzone-hero__image {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    padding-bottom: 50%
  }
}

@media (max-width:600px) {
  .joyspinzone-hero__image {
    padding-bottom: 80%
  }
}

@media (max-width:991px) {
  .joyspinzone-hero__link {
    margin: 0 auto
  }
}

.joyspinzone-lotte__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:768px) {
  .joyspinzone-lotte__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
  }
}

.joyspinzone-lotte__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
  -webkit-box-shadow: var(--box-shadow-card);
  box-shadow: var(--box-shadow-card);
  -webkit-box-flex: 0;
  -ms-flex: 0 1 366px;
  flex: 0 1 366px;
  width: 100%;
  gap: 20px
}

@media (max-width:768px) {
  .joyspinzone-lotte__item {
    gap: 15px;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none
  }
}

.joyspinzone-lotte__image {
  position: relative;
  width: 100%;
  height: 100px
}

@media (max-width:768px) {
  .joyspinzone-lotte__image {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none
  }
}

.joyspinzone-lotte__image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1
}

.joyspinzone-lotte__descr {
  width: 100%
}

@media (max-width:768px) {
  .joyspinzone-lotte__descr {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none
  }
}

.joyspinzone-about__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 40px
}

@media (max-width:991px) {
  .joyspinzone-about__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20px
  }
}

.joyspinzone-about__descr {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 900px;
  flex: 0 1 900px;
  width: 100%
}

@media (max-width:991px) {
  .joyspinzone-about__descr {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none
  }
}

.joyspinzone-about__image {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 300px;
  flex: 0 1 300px;
  width: 100%;
  padding-bottom: 24%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain
}

@media (max-width:991px) {
  .joyspinzone-about__image {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    padding-bottom: 50%
  }
}

@media (max-width:600px) {
  .joyspinzone-about__image {
    padding-bottom: 80%
  }
}

.joyspinzone-about__list {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: auto;
  -ms-grid-columns: 1fr 40px 1fr;
  grid-template: auto/repeat(2, 1fr);
  gap: 40px
}

@media (max-width:991px) {
  .joyspinzone-about__list {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 20px
  }
}

.joyspinzone-miy__container {
  display: -ms-grid;
  display: grid;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-grid-rows: auto;
  -ms-grid-columns: 1fr 20px 1fr;
  grid-template: auto/repeat(2, 1fr);
  gap: 20px
}

@media (max-width:991px) {
  .joyspinzone-miy__container {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr
  }
}

.joyspinzone-miy__image {
  border-radius: 20px;
  padding-bottom: 95%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-box-shadow: var(--box-shadow-card);
  box-shadow: var(--box-shadow-card)
}

.img {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 20px;
  padding-bottom: 66.5%;
  -webkit-box-shadow: var(--box-shadow-card);
  box-shadow: var(--box-shadow-card)
}

.img_2 {
  -webkit-box-shadow: none;
  box-shadow: none;
  padding-bottom: 62%
}

.joyspinzone-responsible__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 24px
}

.joyspinzone-responsible__icon {
  width: 77px;
  height: 77px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain
}

@media (max-width:600px) {
  .joyspinzone-responsible__icon {
    width: 64px;
    height: 64px
  }
}

.joyspinzone-reviews__list {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: auto;
  -ms-grid-columns: 1fr 20px 1fr 20px 1fr 20px 1fr;
  grid-template: auto/repeat(4, 1fr);
  gap: 20px
}

@media (max-width:1220px) {
  .joyspinzone-reviews__list {
    -ms-grid-rows: auto;
    -ms-grid-columns: (1fr)[3];
    grid-template: auto/repeat(3, 1fr)
  }
}

@media (max-width:991px) {
  .joyspinzone-reviews__list {
    -ms-grid-rows: auto;
    -ms-grid-columns: (1fr)[2];
    grid-template: auto/repeat(2, 1fr)
  }
}

@media (max-width:600px) {
  .joyspinzone-reviews__list {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr
  }
}

.joyspinzone-reviews__list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column
}

.joyspinzone-reviews__top {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start
}

.joyspinzone-reviews__blockquote {
  width: 24px;
  height: 24px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain
}

.joyspinzone-contacts {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover
}

.joyspinzone-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
}

.joyspinzone-faq__button {
  width: 12px;
  height: 10px;
  -webkit-transition: opacity .3s ease-in-out;
  transition: opacity .3s ease-in-out
}

.joyspinzone-faq__button.active span {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg)
}

.joyspinzone-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
}

.joyspinzone-faq__button::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1
}

@media (any-hover:hover) {
  .joyspinzone-faq__button:hover {
    opacity: .5
  }
}

.joyspinzone-faq__button:focus-visible {
  opacity: .5
}

.joyspinzone-faq__button:active {
  opacity: .5;
  -webkit-transition-duration: .1s;
  transition-duration: .1s
}

.joyspinzone-faq__bottom {
  height: 0;
  overflow: hidden;
  -webkit-transition: height .3s ease-in-out;
  transition: height .3s ease-in-out
}

.joyspinzone-faq__texts {
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px
}

@media (max-width:600px) {
  .joyspinzone-faq__texts {
    padding-bottom: 16px;
    padding-left: 16px;
    padding-right: 16px
  }
}

.joyspinzone-footer__address {
  font-style: normal
}

.joyspinzone-footer__address ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px
}

.joyspinzone-footer__address-icon {
  width: 24px;
  height: 24px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain
}

.joyspinzone-footer__responsible {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px
}

.joyspinzone-footer__responsible-icon {
  width: 37px;
  height: 37px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain
}

.joyspinzone-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 40px;
  width: 100%
}

@media (max-width:1220px) {
  .joyspinzone-footer__links {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 20px
  }
}

.joyspinzone-footer__links li:nth-child(1) {
  height: 50px
}

.joyspinzone-footer__links li:nth-child(2) {
  height: 32px
}

.joyspinzone-footer__links li:nth-child(3) {
  height: 42px
}

.joyspinzone-footer__links li:nth-child(4) {
  height: 35px
}

.joyspinzone-footer__links a {
  width: 100%;
  height: 100%;
  -webkit-transition: opacity .3s ease-in-out;
  transition: opacity .3s ease-in-out
}

@media (any-hover:hover) {
  .joyspinzone-footer__links a:hover {
    opacity: .5
  }
}

.joyspinzone-footer__links a:focus-visible {
  opacity: .5
}

.joyspinzone-footer__links a:active {
  opacity: .5;
  -webkit-transition-duration: .1s;
  transition-duration: .1s
}

.popup {
  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__close {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1
}

.popup__body {
  overflow: auto;
  max-width: 512px;
  width: 100%;
  position: relative;
  z-index: 2;
  margin: auto
}

@media (max-width:991px) {
  .popup__body {
    width: 95%
  }
}

.popup__buttons {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: auto;
  -ms-grid-columns: 1fr 20px 1fr;
  grid-template: auto/repeat(2, 1fr);
  gap: 20px
}

@media (max-width:991px) {
  .popup__buttons {
    gap: 15px
  }
}

@media (max-width:600px) {
  .popup__buttons {
    gap: 10px
  }
}

.popup-cookie {
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 7;
  width: 500px
}

@media (max-width:600px) {
  .popup-cookie {
    width: 100%
  }
}

.popup-cookie.disabled {
  display: none
}

.popup-cookie__buttons {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: auto;
  -ms-grid-columns: 1fr 20px 1fr;
  grid-template: auto/repeat(2, 1fr);
  gap: 20px
}

@media (max-width:991px) {
  .popup-cookie__buttons {
    gap: 15px
  }
}

@media (max-width:600px) {
  .popup-cookie__buttons {
    gap: 10px
  }
}

.popup-cookie__buttons li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

.popup-send {
  display: none
}

.popup-send.active {
  display: block
}

.popup-send__content {
  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: 5px;
  margin-top: 15px
}

.popup-send__icon {
  width: 24px;
  height: 24px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain
}

.wrapper-table {
  padding: 0
}

@media (max-width:991px) {
  .wrapper-table {
    padding-bottom: 5px
  }
}

.table {
  min-width: 900px
}

@media (max-width:400px) {
  .table {
    min-width: 750px
  }
}

.table tr {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: auto;
  -ms-grid-columns: (1fr)[5];
  grid-template: auto/repeat(5, 1fr)
}

.table th {
  padding: 17px 20px;
  text-align: left
}

.table th:not(:last-child) {
  border-right: 2px solid var(--blue)
}

@media (max-width:991px) {
  .table th {
    padding: 10px 15px
  }
}

@media (max-width:600px) {
  .table th {
    padding: 10px
  }
}

.table td {
  padding: 15px 30px
}

.table td:not(:last-child) {
  border-right: 2px solid var(--blue)
}

@media (max-width:991px) {
  .table td {
    padding: 10px 15px
  }
}

@media (max-width:600px) {
  .table td {
    padding: 10px
  }
}

.table thead {
  display: block;
  margin-bottom: 10px
}

.table tbody {
  display: block
}

.table tbody tr {
  border-bottom: 2px solid var(--blue)
}

.table tbody tr:not(:last-child) {
  margin-bottom: 10px
}

.lotteries {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: auto;
  -ms-grid-columns: 1fr 16px 1fr 16px 1fr 16px 1fr 16px 1fr;
  grid-template: auto/repeat(5, 1fr);
  gap: 16px
}

@media (max-width:1220px) {
  .lotteries {
    -ms-grid-rows: auto;
    -ms-grid-columns: (1fr)[3];
    grid-template: auto/repeat(3, 1fr)
  }
}

@media (max-width:991px) {
  .lotteries {
    -ms-grid-rows: auto;
    -ms-grid-columns: (1fr)[2];
    grid-template: auto/repeat(2, 1fr)
  }
}

@media (max-width:600px) {
  .lotteries {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr
  }
}

.lotteries__item {
  border: 1px solid #272727;
  padding: 20px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  gap: 24px
}

@media (max-width:600px) {
  .lotteries__item {
    padding: 16px;
    gap: 16px
  }
}

.lotteries__image {
  width: 100%;
  height: 120px
}

.steps {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: auto;
  -ms-grid-columns: 1fr 40px 1fr 40px 1fr 40px 1fr;
  grid-template: auto/repeat(4, 1fr);
  gap: 40px
}

@media (max-width:1220px) {
  .steps {
    -ms-grid-rows: auto;
    -ms-grid-columns: (1fr)[3];
    grid-template: auto/repeat(3, 1fr)
  }
}

@media (max-width:991px) {
  .steps {
    -ms-grid-rows: auto;
    -ms-grid-columns: 1fr 30px 1fr;
    grid-template: auto/repeat(2, 1fr);
    gap: 30px
  }
}

@media (max-width:600px) {
  .steps {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 20px
  }
}

.steps__item {
  border: 1px solid #272727
}

.villue__item {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: auto;
  -ms-grid-columns: (1fr)[3];
  grid-template: auto/repeat(3, 1fr)
}

@media (max-width:991px) {
  .villue__item {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 20px
  }
}

.villue__balls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 4px
}

@media (max-width:991px) {
  .villue__balls {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
  }
}

.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, .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__wrapper-checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px
}

.popupauth__checkbox {
  -webkit-appearance: auto;
  -moz-appearance: auto;
  appearance: auto
}

.popupauth__content {
  width: 500px;
  overflow: auto;
  position: relative;
  z-index: 2;
  margin: auto;
  padding: 32px
}

@media (max-width:600px) {
  .popupauth__content {
    padding: 24px 16px;
    width: 95%
  }
}

.popupauth__links {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: auto;
  -ms-grid-columns: 1fr 5px 1fr;
  grid-template: auto/repeat(2, 1fr);
  gap: 5px
}

.popupauth__item {
  display: none
}

.popupauth__item.active {
  display: block
}

.popupauth__form.isresult .popupauth__result {
  display: block
}

.popupauth__error {
  display: none;
  color: var(--red)
}

.popupauth__label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 5px
}

.popupauth__link {
  display: block;
  width: 100%;
  border-bottom: 2px solid var(--white);
  padding-bottom: 5px;
  -webkit-transition: border-color .3s ease-in-out, color .3s ease-in-out;
  transition: border-color .3s ease-in-out, color .3s ease-in-out
}

.popupauth__link.active {
  color: #cec2ff;
  border-color: #cec2ff
}

@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__boti {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 5px
}

.popupauth__boti button {
  -webkit-transition: color .3s ease-in-out;
  transition: color .3s ease-in-out
}

@media (any-hover:hover) {
  .popupauth__boti button:hover {
    color: var(--hover)
  }
}

.popupauth__boti button:focus-visible {
  color: var(--hover)
}

.popupauth__boti button:active {
  color: var(--active);
  -webkit-transition-duration: .1s;
  transition-duration: .1s
}

.popupauth__exit {
  display: block;
  width: 24px;
  height: 24px;
  margin-left: auto;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transition: opacity .3s ease-in-out;
  transition: opacity .3s ease-in-out
}

@media (max-width:991px) {
  .popupauth__exit {
    width: 22px;
    height: 22px
  }
}

@media (max-width:600px) {
  .popupauth__exit {
    width: 20px;
    height: 20px
  }
}

@media (any-hover:hover) {
  .popupauth__exit:hover {
    opacity: .5
  }
}

.popupauth__exit:focus-visible {
  opacity: .5
}

.popupauth__exit:active {
  opacity: .5;
  -webkit-transition-duration: .1s;
  transition-duration: .1s
}

.popupauth__result {
  display: none;
  border: 1px solid var(--white);
  padding: 10px
}

.popup-auth-send {
  border: 1px solid var(--white);
  padding: 10px;
  margin-top: 20px;
  display: none
}

.popup-auth-send.active {
  display: block
}

.list {
  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: 20px
}

@media (max-width:640px) {
  .list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
  }
}

.list__item {
  border: 1px solid #3631ae;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 290px;
  flex: 0 1 290px;
  width: 100%
}

@media (max-width:640px) {
  .list__item {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none
  }
}