* {
  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
}

@font-face {
  font-family: Lato;
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(/mybullseye-fonts/mybullseye-lato-regular.woff2) format("woff2")
}

@font-face {
  font-family: Lato;
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(/mybullseye-fonts/mybullseye-lato-bold.woff2) format("woff2")
}

:root {
  --font-main: "Lato", 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: #FFFFFF;
  --main: #000000;
  --black: #000000;
  --white: #ffffff;
  --purple: #011599;
  --l-purple: #8BA6FF;
  --background: #050033;
  --gradient-purple: linear-gradient(180deg, #612cff 0%, #3a1a99 100%);
  --hover: #612cff;
  --active: #612cff
}

.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: -webkit-gradient(linear, left top, right top, from(rgba(62, 112, 199, .8)), color-stop(42.31%, rgba(246, 237, 239, .8)), color-stop(56.73%, rgba(241, 235, 239, .8)), to(rgba(237, 111, 111, .8)));
  background: linear-gradient(90deg, rgba(62, 112, 199, .8) 0, rgba(246, 237, 239, .8) 42.31%, rgba(241, 235, 239, .8) 56.73%, rgba(237, 111, 111, .8) 100%)
}

.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)
}

.tx-main {
  font-size: 20px;
  font-weight: 400;
  line-height: 1.2
}

@media (max-width:600px) {
  .tx-main {
    font-size: 18px
  }
}

.tx-16 {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%
}

.tx-24 {
  font-weight: 400;
  font-size: 24px;
  line-height: 130%
}

.tx-32-24 {
  font-weight: 400;
  font-size: 32px;
  line-height: 130%
}

@media (max-width:991px) {
  .tx-32-24 {
    font-size: 28px
  }
}

@media (max-width:600px) {
  .tx-32-24 {
    font-size: 24px
  }
}

.tx-70-32 {
  font-weight: 400;
  font-size: 70px;
  line-height: 120%
}

@media (max-width:1220px) {
  .tx-70-32 {
    font-size: 56px
  }
}

@media (max-width:991px) {
  .tx-70-32 {
    font-size: 48px
  }
}

@media (max-width:600px) {
  .tx-70-32 {
    font-size: 32px
  }
}

.input {
  display: block;
  border-radius: 100px;
  padding: 0 12px;
  width: 100%;
  height: 43px;
  background-color: #f0efef;
  font-weight: 400;
  font-size: 16px;
  color: #797979;
  line-height: 1;
  border: 2px solid transparent;
  -webkit-transition: border-color .3s ease-in-out;
  transition: border-color .3s ease-in-out
}

@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: 400;
  color: var(--white);
  background: var(--gradient-purple);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 100px;
  min-width: 90px;
  min-height: 39px;
  -webkit-transition: opacity .3s ease-in-out;
  transition: opacity .3s ease-in-out;
  text-align: center
}

.but_w250 {
  min-width: 250px
}

@media (any-hover:hover) {
  .but:hover {
    opacity: .5
  }
}

.but:focus-visible {
  opacity: .5
}

.but:active {
  opacity: .5;
  -webkit-transition-duration: .1s;
  transition-duration: .1s
}

.tx-14 {
  font-weight: 400;
  font-size: 14px;
  line-height: 120%
}

.ptb-60-40 {
  padding-top: 60px;
  padding-bottom: 60px
}

@media (max-width:991px) {
  .ptb-60-40 {
    padding-top: 50px;
    padding-bottom: 50px
  }
}

@media (max-width:600px) {
  .ptb-60-40 {
    padding-top: 40px;
    padding-bottom: 40px
  }
}

.box-shadow {
  -webkit-box-shadow: 0 10px 15px rgba(0, 9, 109, .5);
  box-shadow: 0 10px 15px rgba(0, 9, 109, .5)
}

.brr-20 {
  border-radius: 20px
}

.pt-80-40 {
  padding-top: 80px
}

@media (max-width:991px) {
  .pt-80-40 {
    padding-top: 60px
  }
}

@media (max-width:600px) {
  .pt-80-40 {
    padding-top: 40px
  }
}

.p-20 {
  padding: 20px
}

.ptb-8 {
  padding-top: 8px;
  padding-bottom: 8px
}

.color-l-purple {
  color: var(--l-purple)
}

.color-purple {
  color: var(--purple)
}

.color-white {
  color: var(--white)
}

.mb-10:not(:last-child) {
  margin-bottom: 10px
}

.mb-20-16:not(:last-child) {
  margin-bottom: 20px
}

@media (max-width:600px) {
  .mb-20-16:not(:last-child) {
    margin-bottom: 16px
  }
}

.mb-40-30:not(:last-child) {
  margin-bottom: 40px
}

@media (max-width:991px) {
  .mb-40-30:not(:last-child) {
    margin-bottom: 35px
  }
}

@media (max-width:600px) {
  .mb-40-30:not(:last-child) {
    margin-bottom: 30px
  }
}

.mb-30-20:not(:last-child) {
  margin-bottom: 30px
}

@media (max-width:991px) {
  .mb-30-20:not(:last-child) {
    margin-bottom: 25px
  }
}

@media (max-width:600px) {
  .mb-30-20:not(:last-child) {
    margin-bottom: 20px
  }
}

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

.mx-840 {
  width: 100%;
  max-width: 840px
}

.bg-white {
  background-color: var(--white)
}

.bg-black {
  background-color: var(--black)
}

.bg-dark {
  background-color: var(--background)
}

.logo {
  display: block;
  width: 91px;
  height: 54px;
  -webkit-transition: opacity .3s ease-in-out;
  transition: opacity .3s ease-in-out
}

@media (any-hover:hover) {
  .logo:hover {
    opacity: .5
  }
}

.logo:focus-visible {
  opacity: .5
}

.logo: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)
}

.mybullseye-header__icon {
  width: 20px;
  height: 20px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain
}

.mybullseye-header__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}

@media (max-width:600px) {
  .mybullseye-header__buttons {
    gap: 4px
  }
}

.mybullseye-header__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 10px
}

.mybullseye-hero__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:991px) {
  .mybullseye-hero__list {
    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:600px) {
  .mybullseye-hero__list {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr
  }
}

.mybullseye-hero__item {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 400px;
  flex: 0 1 400px;
  width: 100%
}

.mybullseye-hero__stars {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

.mybullseye-hero__stars li {
  width: 20px;
  height: 20px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain
}

.mybullseye-hero__blockquoteicon {
  width: 32px;
  height: 32px;
  margin-left: auto;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain
}

.mybullseye-footer__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px
}

.mybullseye-footer__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 20px
}

@media (max-width:991px) {
  .mybullseye-footer__links {
    gap: 10px
  }
}

.mybullseye-footer__links a {
  display: block;
  width: 100%;
  height: 100%;
  -webkit-transition: opacity .3s ease-in-out;
  transition: opacity .3s ease-in-out
}

@media (any-hover:hover) {
  .mybullseye-footer__links a:hover {
    opacity: .5
  }
}

.mybullseye-footer__links a:focus-visible {
  opacity: .5
}

.mybullseye-footer__links a:active {
  opacity: .5;
  -webkit-transition-duration: .1s;
  transition-duration: .1s
}

.mybullseye-footer__links li:nth-child(1) {
  width: 60px;
  height: 60px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain
}

@media (max-width:991px) {
  .mybullseye-footer__links li:nth-child(1) {
    height: 44px;
    width: 44px
  }
}

@media (max-width:600px) {
  .mybullseye-footer__links li:nth-child(1) {
    height: 32px;
    width: 32px
  }
}

.mybullseye-footer__links li:nth-child(2) {
  height: 55px
}

@media (max-width:991px) {
  .mybullseye-footer__links li:nth-child(2) {
    height: 42px
  }
}

@media (max-width:600px) {
  .mybullseye-footer__links li:nth-child(2) {
    height: 31px
  }
}

.mybullseye-footer__links li:nth-child(3) {
  height: 16px
}

@media (max-width:991px) {
  .mybullseye-footer__links li:nth-child(3) {
    height: 12px
  }
}

@media (max-width:600px) {
  .mybullseye-footer__links li:nth-child(3) {
    height: 10px
  }
}

.mybullseye-footer__links li:nth-child(4) {
  height: 30px
}

@media (max-width:991px) {
  .mybullseye-footer__links li:nth-child(4) {
    height: 22px
  }
}

@media (max-width:600px) {
  .mybullseye-footer__links li:nth-child(4) {
    height: 16px
  }
}

.mybullseye-footer__links li:nth-child(5) {
  height: 74px
}

@media (max-width:991px) {
  .mybullseye-footer__links li:nth-child(5) {
    height: 50px
  }
}

@media (max-width:600px) {
  .mybullseye-footer__links li:nth-child(5) {
    height: 40px
  }
}

.mybullseye-footer__links li:nth-child(6) {
  height: 48px
}

@media (max-width:991px) {
  .mybullseye-footer__links li:nth-child(6) {
    height: 32px
  }
}

@media (max-width:600px) {
  .mybullseye-footer__links li:nth-child(6) {
    height: 27px
  }
}

.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__content {
  width: 460px;
  overflow: auto;
  position: relative;
  z-index: 2;
  margin: auto
}

@media (max-width:600px) {
  .popupauth__content {
    width: 99%
  }
}

.popupauth__item {
  display: none
}

.popupauth__item.active {
  display: block
}

.status {
  margin-top: 15px;
  padding: 10px;
  background: var(--gradient-purple);
  display: none;
  border-radius: 20px;
  color: var(--white)
}

.form.active .status {
  display: block
}