@font-face {
  font-family: 'Gotham Rounded Bold';
  src: url(..//fonts/gothamRounded-Bold.woff2) format('woff2'),
    url(..//fonts/gothamRounded-Bold.woff) format('woff');

}

@font-face {
  font-family: 'Gotham Rounded Medium';
  src: url(..//fonts/gothamRounded-Medium.woff2) format('woff2'),
    url(..//fonts/gothamRounded-Medium.woff) format('woff');
}


@font-face {
  font-family: 'Gotham Rounded Book';
  src: url(..//fonts/gothamRounded-Book.woff2) format('woff2'),
    url(..//fonts/gothamRounded-Book.woff) format('woff');
}


* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  position: relative;
}
body {
  margin: 0;
  padding: 0;
  width: 100%;
  font-size: 18px;
  overflow-x: hidden;
  min-height: 100%;
  background: #fff;
}
.main-wrapper-relative {
  position: relative;
  margin-top: 110px;
}
.bcgg {
  position: relative;
  padding-bottom: 150px;
  z-index: 0;
}
a {
  color: #FFFFFF;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}
.hover-a {
  transition: .3s all;
}
.hover-a:hover {
  transform: translateY(-6px);
}
p {
  margin: 0;
  padding: 0;
}
.block {
  display: block;
}
.contentCnt {
  margin: 0 auto;
  width: 100%;
  height: 100%;
  max-width: 1100px;
}
.rel {
  position: relative;
}
.abs {
  position: absolute;
}
.lightViolet {
  background-color: #2d51c3;
}
.darkBlueBg {
  background-color: #14305f;
}
footer {
  width: 100%;
  background: linear-gradient(0deg, rgba(42, 32, 113, 1) 0%, rgba(17, 93, 169, 1) 100%);
  color: #ffffff;
  overflow: hidden;
  font-family: 'Gotham Rounded Bold';
  font-size: 12px;
  padding: 50px 0;
  position: absolute;
  bottom: 0;
}
footer .footer-content {
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
  width: 100%;
  height: 100%;
  max-width: 1100px;
  padding: 0 20px;
}
footer .footer-content > div {
  flex-grow: 1;
  width: 33%;
  display: flex;
  align-items: center;
  margin: 20px 0;
}
footer .logo-content img {
  height: 50px;
  margin-right: 10px;
  display: block;
}
footer .social-content {
  justify-content: center;
}
footer .social-content img {
  width: 30px;
  display: inline-block;
  position: relative;
  margin: 0 6px;
  transition: transform .2s ease-in;
}
footer .notice-content img {
  width: 40px;
  margin-right: 10px;
}
h2 {
  margin-top: 0;
  margin-bottom: 40px;
  font-size: 40px;
}
.hero-wrapper {
  margin-top: 110px;
  position: relative;
}

.hero-section {
  background-image: url("../images/hero.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  height: 650px;
  display: flex;
  position: relative;
  overflow: hidden;
  background-position-y: -1vw;
  background-position-x: center;
}
.logo-extra {
  position: absolute;
  width: 181px;
  top: -6px;
  left: 10%;
}
.spin {
  position: absolute;
  bottom: 4vh;
  z-index: 2;
  right: 68vw;
  animation: slotAnim 2.1s ease 0s normal forwards;
}
.add-second-anim-to-spin {
  animation: .8s ease 0s infinite normal both running slotPulse !important;
}
@keyframes slotAnim {
  0% {opacity:0;transform: scale(.5);filter: drop-shadow(0px 4px 8px rgba(0, 0, 0, 0.9)) saturate(0.9);-webkit-filter: drop-shadow(0px 4px 8px rgba(0, 0, 0, 0.9)) saturate(0.9);}
  70% {opacity:1;transform: scale(1.1);filter: drop-shadow(0px 4px 8px transparent) saturate(1.7);-webkit-filter: drop-shadow(0px 4px 8px transparent) saturate(1.7);}
  100% {opacity:1;transform: scale(1);filter: drop-shadow(0px 4px 8px rgba(0, 0, 0, 0.9)) saturate(0.9);-webkit-filter: drop-shadow(0px 4px 8px rgba(0, 0, 0, 0.9)) saturate(0.9);}
}
@keyframes slotPulse {
  0% {filter: drop-shadow(0px 4px 8px rgba(0, 0, 0, 0.9)) saturate(0.9);-webkit-filter: drop-shadow(0px 4px 8px rgba(0, 0, 0, 0.4)) saturate(0.9);}
  50% {filter: drop-shadow(0px 4px 8px transparent) saturate(1.7);-webkit-filter: drop-shadow(0px 4px 8px transparent) saturate(1.7);}
  100% {filter: drop-shadow(0px 4px 8px rgba(0, 0, 0, 0.9)) saturate(0.9);-webkit-filter: drop-shadow(0px 4px 8px rgba(0, 0, 0, 0.4)) saturate(0.9);}
}
.hero-coins {
  background-image: url("../images/coin.png");
  background-repeat: no-repeat;
  height: 530px;
  position: absolute;
  width: 100%;
  z-index: 0;
  bottom: 0px;
  background-position-x: left;
  background-position-y: 2vw;
  animation: coins1 15s ease 0s normal both;
}
@keyframes coins1 {
  0% {transform: scale(1);opacity: 0}
  20% {transform: scale(1.05);opacity: 1}
  100% {transform: scale(1.1);opacity: 1}
}
@keyframes coins1Mobile {
  0% {transform: scale(1);opacity: 0}
  20% {transform: scale(1.05);opacity: 1}
  100% {transform: scale(1.1);opacity: 1}
}
.hero-content {
  width: 100%;
  max-width: 602px;
  font-family: 'Gotham Rounded Bold';
  margin: 0 auto;
  text-align: center;
  margin-top: 80px;
  padding: 0 20px;
  position: relative;
}
.hero-content h1 {
  color: white;
  margin-top: 0;
  margin-bottom: 25px;
  font-size: 55px;
}
.hero-content .hero-eye {
  width: 100%;
  max-width: 363px;
  height: auto;
}

.price-counter-block {
  color: white;
  position: relative;
  text-align: center;
  bottom: 50px;
}
.price-counter-block img {
  width: 297px;
  animation: 1.3s ease 0s 1 normal both running buttonMainAnim;
}
.add-second-anim-to-eye {
  animation: 1.8s ease 0s infinite normal both running buttonMainAnimInfinite !important;
}
@keyframes buttonMainAnim {
  0% {transform: scale(.4);}
  100% {transform: scale(1.15);}
}
@keyframes buttonMainAnimInfinite {
  0% {transform: scale(1.15);}
  50% {transform: scale(1);}
  100% {transform: scale(1.15);}
}
.countdown-content {
  width: 100%;
  font-family: 'Gotham Rounded Bold';
  color: #2A2071;
  max-width: 450px;
  margin: 0 auto;
  text-align: center;
  padding: 0 20px;
  margin-bottom: 60px;
  position: relative;
  bottom: 80px;
}
.countdown-bcg {
  background: #FFFFFF;
  box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  height: 160px;
}
.countdown-title {
  color: #E30613;
  font-size: 24px;
  padding: 20px 60px 0;
}
.stepper {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  top: 8px;
}
.stepper > div {
  flex-grow: 1;
  width: 33%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.stepper .cube {
  width: 93px;
  height: 93px;
  background: #2A2071;
  box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  margin-bottom: 8px;
  position: relative;
}
.stepper > div > div > span {
  color: #E30613;
}
.stepper .cube span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  font-size: 50px;
  color: white;
  line-height: 1;
}
.stepper .days .cube:after,.stepper .hours .cube:after {
  content: ':';
  color: #E30613;
  position: absolute;
  right: -26px;
  top: 28px;
  font-size: 27px;
}




.loto-red-color {
  color: #E30613;
}
.mb-30 {
  margin-bottom: 30px !important;
}
.actions-block {
  margin-top: 50px;
}
.actions-block a {
  display: inline-block;
  margin: 0 4px 10px;
}
.actions-block img {
  max-width: 208px;
  width: 100%;
  height: auto;
}
.steps-content {
  width: 100%;
  max-width: 667px;
  font-family: 'Gotham Rounded Bold';
  margin: 0 auto;
  padding: 0 20px;
  text-align: center;
  margin-bottom: 0px;
  color: #2A2071;
}
.main-text  {
  width: 100%;
  font-family: 'Gotham Rounded Book';
  margin: 0 auto;
  text-align: center;
  margin-bottom: 100px;
  color: #2A2071;
  position: relative;
  z-index: 2;
  padding-top: 110px;
}
.main-text:before {
  content: '';
  background: url("../images/bg-line.png");
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-size: 100%;
  background-repeat: no-repeat;
  z-index: -1;
  background-position-y: -8vw;
}
.main-text h2 {
  font-size: 36px;
  margin-bottom: 30px;
  font-family: 'Gotham Rounded Bold';
  letter-spacing: -1px;
}
.strong {
  font-family: 'Gotham Rounded Bold';
}
.main-text p {
  margin: 20px 0;
  font-size: 25px;
}
.logo-extra-big {
  width: 100%;
  height: auto;
  max-width: 490px;
  margin-bottom: 20px;
}
.main-text hr {
  width: 60%;
  border-top: 1px solid #E0E0E0;
  border-bottom: none;
}
.question-steps {
  width: 100%;
  max-width: 850px;
  font-family: 'Gotham Rounded Book';
  margin: 0 auto;
  padding: 0 20px;
  text-align: center;
  margin-bottom: 0;
  padding-bottom: 40px;
  color: #2A2071;
}
.subtitle {
  font-size: 30px;
  margin-bottom: 30px;
}
.question-steps-item h4 {
  font-size: 35px;
  letter-spacing: -1px;
  font-family: 'Gotham Rounded Bold';
  margin: 0;
  padding-top: 20px;
}
.step-img {
  width: 75%;
  display: block;
  margin: 0 auto;
}
.start-test {
  width: 75%;
  display: block;
  margin: 0 auto;
  animation: 1s ease 1s infinite normal both running startAnim;
}
@keyframes startAnim {
  0% {transform: scale(1);}
  50% {transform: scale(1.05);}
  100% {transform: scale(1);}
}
.step1-content {
  width: 100%;
  height: auto;
  max-width: 583px;
  display: block;
  margin: 0 auto;
  margin-bottom: 50px;
}
.step2-content {
  width: 100%;
  height: auto;
  max-width: 500px;
  display: block;
  margin: 0 auto;
  margin-bottom: 30px;
}
.step3-content {
  width: 100%;
  height: auto;
  max-width: 650px;
  display: block;
  margin: 0 auto;
  margin-bottom: 30px;
}
.step4-content {
  width: 100%;
  height: auto;
  max-width: 850px;
  display: block;
  margin: 0 auto;
  margin-bottom: 30px;
}
.step5-content {
  width: 100%;
  height: auto;
  max-width: 650px;
  display: block;
  margin: 0 auto;
  margin-bottom: 50px;
}
.step6-content {
  width: 100%;
  height: auto;
  max-width: 960px;
  display: block;
  margin: 0 auto;
  margin-bottom: 50px;
}
.question-step-ul {
  text-align: left;
  font-size: 29px;
  padding-bottom: 10px;
}
.question-step-ul li {
  margin-bottom: 25px;
  letter-spacing: -1px;
}
.question-steps-item {
  margin-bottom: 60px;
  display: none;
}
.d-block {
  display: block !important;
}
.next-step {
  width: 100%;
  height: auto;
  max-width: 130px;
  display: block;
  margin: 0 auto;
  animation: 1s ease 1s infinite normal both running nextAnim;
  filter: drop-shadow(0px 0px 2px #ababab);
}
@keyframes nextAnim {
  0% {transform: scale(1);filter: drop-shadow(0px 0px 2px #ababab);}
  50% {transform: scale(1.05);filter: drop-shadow(0px 0px 10px #ababab);}
  100% {transform: scale(1);filter: drop-shadow(0px 0px 2px #ababab);}
}
.step-title {
  font-size: 45px;
  font-family: 'Gotham Rounded Bold';
  letter-spacing: -1px;
}
.middle-content {
  width: 100%;
  max-width: 1150px;
  font-family: 'Gotham Rounded Book';
  margin: 0 auto;
  padding: 0 20px;
  text-align: center;
  margin-bottom: 30px;
  color: #2A2071;
}
.middle-content h2 {
  font-family: 'Gotham Rounded Bold';
  letter-spacing: -1px;
  font-size: 45px;
}
.middle-content p {
  font-size: 20px;
}
.content-after-start-test {
  display: none;
}
.disabled-a {
  pointer-events: none;
  opacity: .7;
  animation: none;
  filter: none;
}
.disabled-a img {
  animation: none;
  filter: none;
}
.question-form {
  width: 100%;
  max-width: 850px;
  font-family: 'Gotham Rounded Book';
  margin: 0 auto;
  padding: 0 20px;
  text-align: center;
  margin-bottom: 40px;
  padding-bottom: 0px;
  color: #2A2071;
}

.finish-test-button {
  display: inline-block;
  padding-bottom: 50px;
}
hr {
  border-top: 3px solid #EBEBEC;
  border-radius: 3px;
  max-width: 80%;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  /* display: none; <- Crashes Chrome on hover */
  -webkit-appearance: none;
  margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}

input[type=number] {
  -moz-appearance:textfield; /* Firefox */
}
.error-label-questions {
  font-size: 14px;
  color: #b20b15;
  font-family: "Gotham Rounded Bold";
  position: relative;
  bottom: 2px;
}






















.steps-content-form {
  width: 100%;
  max-width: 900px;
  font-family: 'Gotham Rounded Book';
  margin: 0 auto;
  padding: 0 20px;
  text-align: center;
  margin-bottom: 100px;
  color: #2A2071;
  display: none;
}
.content-after-lead {
  display: none;
  padding-bottom: 120px;
  position: relative;
  background: url("../images/bg-line-bottom.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position-y: 5vw;
}

.point-none {
  pointer-events: none !important;
}






.form-block {
  position: relative;
  background: #FFFFFF;
  box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  padding: 40px 40px 20px 40px;
  margin-top: 80px;
  margin-bottom: 60px;
}
.ball3 {
  display: none;
  position: absolute;
  bottom: -20px;
  left: 20px;
}
.ball4 {
  display: none;
  position: absolute;
  top: -47px;
  right: 0;
}
.flex-form {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  justify-content: center;
}
.form-content {
  text-align: left;
  flex-grow: 1;
  width: 45%;
  font-size: 16px;
}
.form-content h3 {
  font-size: 35px;
  margin: 0;
  font-family: 'Gotham Rounded Bold';
  margin-bottom: 20px;
}
.checkbox-block {
  display: flex;
  align-items: center;
  padding-bottom: 25px;
  position: relative;
  font-family: 'Gotham Rounded Book';
  color: #2A2071;
  font-size: 10px;
}
.checkbox-block .error-label {
  bottom: 10px;
}
.checkbox-block a {
  text-decoration: underline;
}
.checkbox-block input {
  margin-right: 8px;
  width: 20px;
  height: 20px;
}
.submit-message {
  font-family: 'Gotham Rounded Medium';
  padding: 15px;
  color: white;
  border-radius: 12px;
  text-align: center;
  line-height: 1;
  font-size: 15px;
  opacity: 0;
}
.submit-message-block {
  height: 45px;
}
.danger-border {
  border: 2px solid #ed1d25 !important;
}
.submit-message {
  font-family: 'Gotham Rounded Medium';
  padding: 20px;
  color: white;
  border-radius: 12px;
  text-align: center;
  line-height: 1;
  font-size: 15px;
  opacity: 0;
}
.submit-message.success {
  background: #51a351;
}
.submit-message.error {
  background: #E20413;
}
.send-form:disabled {
  opacity: .7;
  pointer-events: none;
}

.register-form-group {
  position: relative;
}
.error-label {
  position: absolute;
  left: 5px;
  bottom: 5px;
  font-size: 12px;
  color: #E30613;
  font-family: "Gotham Rounded Bold";
}
.opa0 {
  opacity: 0;
}
.register-form-group label {
  font-size: 16px;
  font-family: "Gotham Rounded Bold";
  margin-bottom: 6px;
  display: block;
}
.register-form-group .text-input {
  width: 100%;
  height: 54px;
  background: #fff;
  border: 2px solid #F4F4F4;
  margin-bottom: 24px;
  border-radius: 12px;
  font-size: 16px;
  padding: 15px 20px;
  font-family: 'Gotham Rounded Bold';
  outline: none;
  color: #2A2071;
}
.register-form-group .text-input::placeholder {
  color: #EBEBEC;
}
.send-form {
  background: none;
  border: none;
  cursor: pointer;
}
.send-form img {
  height: 45px;
  margin-bottom: 12px;
}
.wins-wrapper {
  width: 100%;
  max-width: 1115px;
  font-family: 'Gotham Rounded Book';
  margin: 0 auto;
  padding: 60px 20px;
  text-align: center;
  position: relative;
  margin-bottom: 60px;
}
.wins-block {
  background: white;
  border-radius: 12px;
  box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.2);
  padding: 20px;
}
.ball1 {
  position: absolute;
  width: 100%;
  max-width: 80px;
  left: -20px;
  top: 0px;
}
.ball2 {
  position: absolute;
  width: 100%;
  max-width: 80px;
  right: -20px;
  bottom: 0px;
}
.wins-wrapper hr {
  width: 80%;
  border-top: 1px solid #E0E0E0;
  border-bottom: none;
}
.wins-flex {
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  justify-content: center;
}
.win-item {
  margin-bottom: 20px;
  flex-grow: 1;
  width: 15%;
  text-align: center;
  font-size: 16px;
  max-width: 150px;
}
.img-wrap {
  position: relative;
}
.win-item.closed .img-wrap:before {
  content: '';
  background: url("../images/close.png");
  width: 100%;
  height: 100%;
  position: absolute;
  background-repeat: no-repeat;
  background-size: 70%;
  background-position: center;
  z-index: 1;
}
.win-item.closed .img-wrap img {
  opacity: 0.5;
  filter: brightness(0.9);
}
.win-item img {
  margin: 4px 0;
  width: 100%;
}
.win-item span {
  display: block;
  font-size: 14px;
  color: #2A2071;
  font-family: 'Gotham Rounded Bold';
}
.hrat-online {
  display: inline-block;
  margin-top: 20px;
}
.hrat-online img {
  width: 100%;
  max-width: 141px;
}
.conditions {
  margin-top: 40px;
}
.conditions a {
  font-size: 12px;
  color: #2A2071;
  text-decoration: underline;

}
.steps-block {
  padding: 40px 50px;
  margin-bottom: 30px;
  background: #FFFFFF;
  box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  position: relative;
}
.steps-block a {
  color: #2A2071;
  text-decoration: underline;
}
.steps-block h3 {
  color: #E30613;
  margin: 0;
  font-size: 30px;
  margin-bottom: 10px;
}
.steps-block p {
  font-size: 20px;
  line-height: 120%;
}
.steps-block p:last-child {
  margin-bottom: 0;
}
.ticket {
  width: 100%;
  max-width: 380px;
  margin: 40px 0;
}

.info-wrapper {
  width: 100%;
  max-width: 1072px;
  font-family: 'Gotham Rounded Book';
  margin: 0 auto;
  padding: 0 20px;
  text-align: left;
  margin-bottom: 55px;
  color: #2A2071;
}
.info-wrapper h2 {
  font-family: 'Gotham Rounded Bold';
  font-size: 45px;
  text-align: center;
  letter-spacing: -1px;
}
.info-ul li {
  margin-bottom: 6px;
  font-size: 25px;
}
#scallableWrapper {
  width: 842px;
  height: 595px;
  position: relative;
  margin: 0 auto;
}
.certi-preview {
  width: 100%;
  height: auto;
  max-width: 882px;
  margin: 0 auto;
  text-align: left;
  color: #2A2071;
  position: relative;
  padding: 0 20px;
}
#customTitlePreview {
  position: absolute;
  font-family: 'Gotham Rounded Bold';
  left: 38%;
  top: 24.9%;
  font-size: min(max(9px, 3.4vw), 30px);
}
#customDayPreview, #customSnPreview, #customPcPreview {
  position: absolute;
  font-family: 'Gotham Rounded Book';
  font-size: min(max(6px, 1.6vw), 15px);
}
#customDayPreview {
  top: 75.4%;
  left: 10.2%;
}
#customSnPreview {
  top: 79.5%;
  left: 24.7%;
}
#customPcPreview {
  top: 83.7%;
  left: 26%;
}
.certi-preview img {
  width: 100%;
  border-radius: 10px;
}

#certiWrapper {
  width: 842px;
  height: 595px;
  font-family: 'Gotham Rounded Book';
  margin: 0 auto;
  text-align: left;
  color: #2A2071;
  position: relative;
}
.certi-img {
  width: 100%;
  border-radius: 10px;
}
#customTitle {
  white-space: pre-wrap;
  word-wrap: break-word;
  display: block;
  color: #2A2071;
  font-family: 'Gotham Rounded Bold';
  position: absolute;
  left: 37%;
  top: 25%;
  font-size: 32px;
}
#customDay {
  white-space: pre-wrap;
  word-wrap: break-word;
  display: block;
  color: #2A2071;
  font-family: 'Gotham Rounded Book';
  position: absolute;
  top: 76.3%;
  left: 8%;
  font-size: 15px;
}
#customSn {
  white-space: pre-wrap;
  word-wrap: break-word;
  display: block;
  color: #2A2071;
  font-family: 'Gotham Rounded Book';
  position: absolute;
  top: 80.5%;
  left: 23%;
  font-size: 15px;
}
#customPc {
  white-space: pre-wrap;
  word-wrap: break-word;
  display: block;
  color: #2A2071;
  font-family: 'Gotham Rounded Book';
  position: absolute;
  top: 84.7%;
  left: 24.7%;
  font-size: 15px;
}








.legal-wrapper {
  width: 100%;
  max-width: 860px;
  font-family: 'Gotham Rounded Book';
  margin: 0 auto;
  padding: 0 20px;
  text-align: center;
  color: #fff;
}
.legal-wrapper hr {
  width: 80%;
  border-top: 1px solid #E0E0E0;
  border-bottom: none;
  margin-bottom: 50px;
}
.legal-wrapper p {
  margin-top: 30px;
  font-size: 12px;
}
.legal-wrapper a {
  color: #2A2071;
  text-decoration: underline;
}
/*START HEADER MENU*/

.headWrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100000;
}

#headWrapper-mobile {
  display: none;
}

.headMenu {
  width: auto;
  height: 110px;
  background: linear-gradient(180deg, rgba(42, 32, 113, 1) 0%, rgba(17, 93, 169, 1) 100%);

}

.hdl-bck {
  position: relative;
  margin-bottom: -210px !important;
  top: 160px;
}

.headContent {
  position: relative;
  width: 1400px;
  height: 100%;
  margin: 0 50% auto;
  transform: translate(-50%, -50%);
}

.logo {
  width: auto;
  height: 60px;
  z-index: 100000;
  position: fixed;
  left: 0px;
  top: 74%;
}

.buttonWrapper {
  position: fixed;
  top: 55%;
  width: auto;
  z-index: 1000000;
  right: 0px;
}
.phone {
  width: 16px;
  height: 30px;
  position: relative;
  top: 9px;
  left: -6px;
}

.thinLineGrey {
  background-color: #d1d8e6;
  width: auto;
  height: 4px;
}

.thinLineGrey2 {
  background-color: #d1d8e6;
  width: auto;
  height: px;
  margin-top: -44px;
}

.thinLineRed {
  background-color: #c10000;
  width: auto;
  height: 4px;
}


.logo {
  width: auto;
  height: 60px;
  z-index: 100000;
  position: fixed;
  left: 0px;
  top: 74%;
}

.headMenu-expand {
  width: 100%;
  height: 277px;
  padding-left: 50px;
  padding-right: 50px;
  transition: 0.5s ease;
  overflow: hidden;
  background: linear-gradient(180deg, rgba(42, 32, 113, 1) 0%, rgba(17, 93, 169, 1) 100%);
}
.hero-expand {
  margin-top: 197px;
  transition: 0.5s ease;
}
.imageLogo {
  width: auto;
  height: 60px;
  position: relative;
}
.hamburger {
  border: 0;
  background-color: transparent;
  top: 47px;
  left: calc(100% - 43px);
  position: fixed;
  z-index: 100000;
  margin: 0 0% auto;
}

.hamburger .line {
  background-color: #fff;
  display: block;
  margin: 5px 0;
  height: 4px;
  width: 30px;
  will-change: transform;
}

.hamburger.open .line:nth-child(1) {
  transform: translateY(8px) rotate(45deg);
}

.hamburger.open .line:nth-child(2) {
  opacity: 0;
}

.hamburger.open .line:nth-child(3) {
  transform: translateY(-10px) rotate(-45deg);
}

.hamburger .line {
  /* ... */
  transition: all 0.5s ease;
}

.buttonContainer {
  right: 15px;
  margin-top: 21px;
}
.redButton {
  width: 145px;
  height: 61px;
  z-index: 1000;
  font-size: 16px;
  font-family: "Gotham Rounded Bold";
  color: #FFFFFF;
  background-color: #e20000;
  padding: 5px 15px;
  margin-right: 20px;
  border: none;
  cursor: pointer;
  border-radius: 5px;
  text-decoration: none;
  transition: transform .2s ease-in;
  left: 70%;
  top: 20px;
}
.lightVioletButton {
  width: 175px;
  height: 61px;
  font-family: "Gotham Rounded Bold";
  color: #FFFFFF;
  z-index: 1000;
  font-size: 16px;
  border-radius: 5px;
  background-color: #3051c5;
  padding: 5px 15px;
  border: none;
  cursor: pointer;
  text-decoration: none;
  transition: transform .2s ease-in;
  left: 70%;
  top: 20px;
}
.head-text {
  font-family: "Gotham Rounded Bold";
  width: 140px;
  height: 50px;
  margin-right: 20px;
  display: inline-block;
  top: 20px;
  position: relative;
  text-align: right;
  color: white;
}
.lightViolet {
  background-color: #2d51c3;
}
.darkBlueBg {
  background-color: #14305f;
}
.stripeThick {
  height: 8px;
}
.lightGreyBg {
  background-color: #d1d5e1;
}
.brightRedBg {
  background-color: #cc0003;
}
.stripeThin {
  height: 3px;
}
form .form-group-question {
  color: white;
  background: #00A8A8;
  border-radius: 10px;
  padding: 20px 30px;
  margin-bottom: 40px;
  position: relative;
  text-align: left;
}
form .form-group-question h3 {
  margin-top: 0;
  margin-bottom: 0px;
  font-size: 20px;
  font-family: "Gotham Rounded Bold";
}
.input-wrap-question label {
  display: block;
  margin-top: 10px;
  cursor: pointer;
}
.input-wrap-question label .input-check-question {
  display: flex;
  gap: 10px;
  align-items: center;
  position: relative;
  line-height: 22px;
}
.input-wrap-question label .input-check-question:before {
  border: 6px solid #00a8a8b8;
  background: white;
  width: 32px;
  height: 32px;
  flex: 0 0 32px;
  vertical-align: top;
  border-radius: 10px;
}
.input-wrap-question label .input-check-question:before, .input-wrap-question label .input-check-question:after {
  content: '';
}
.input-wrap-question label .input-text {
  background: rgba(255, 255, 255, 0.1);
  flex: auto;
  font-size: 18px;
  padding: 10px 18px 10px 18px;
  border-radius: 10px;
}
.input-wrap-question label .input-check-question:after {
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  left: 11px;
  transition: 300ms;
  opacity: 1;
  border-radius: 4px;
  border: 1px solid #00A8A8;
  transform: translateY(-50%);
}
.input-wrap-question label input:checked+span:after {
  background: #ed1c24;
  border: 1px solid #ed1c24;
}
.input-wrap-question input {
  display: none;
}
.finish-test {
  width: 100%;
  height: auto;
  max-width: 360px;
  margin-top: 20px;
}
.down-button-wrapper {
  width: 100%;
  height: auto;
  max-width: 882px;
  margin: 0 auto;
  text-align: center;
  color: #2A2071;
  position: relative;
  padding: 0 40px;
  bottom: 50%;
  transform: translateY(-50%);
}
#downloadButton {
  display: inline-block;
  cursor: pointer;
  width: 100%;
  max-width: 500px;
  animation: 1s ease 1s infinite normal both running nextAnim;
  filter: drop-shadow(0px 0px 2px #ababab);
}


















@media only screen and (max-width: 1600px) {
  .headContent {
    position: relative;
    width: 1200px;
    height: 100%;
    margin: 0 50% auto;
    transform: translate(-50%, -50%);
  }
  .hero-section {
    height: 550px;
  }
}
@media only screen and (max-width: 1250px) {
  .headContent {
    position: relative;
    width: 1000px;
    height: 100%;
    margin: 0 50% auto;
    transform: translate(-50%, -50%);
  }
}
@media only screen and (max-width: 1050px) {
  .headContent {
    width: 900px;
  }
}
@media only screen and (max-width: 900px) {
  .redButton,.lightVioletButton {
    margin-bottom: 10px;
    display: block;
    width: 100%;
    padding: 5px 15px;
    height: 41px;
  }
  .hero, .hero-expand {
    position: relative;
    width: 100%;
    overflow: hidden;
    transition: 0.5s ease;
    background-size: 1120px;
    background-position: 50% 30px;
    min-height: 400px;
  }
  #headWrapper {
    display: none;
  }
  #headWrapper-mobile {
    display: block;
  }
  .buttonWrapper {
    position: relative;
    top: 138px;
    width: 500px;
    z-index: 1000000;
    right: 0px;
    margin: 0 50% auto;
    transform: translate(-50%, 0px);
  }
  .logo {
    width: auto;
    height: 60px;
    z-index: 100000;
    position: fixed;
    left: 0px;
    top: 39px;
  }
  .headMenu {
    width: 100%;
    height: 80px;
    padding-left: 50px;
    padding-right: 50px;
    overflow: hidden;
    transition: 0.5s ease;
  }
  .headMenu-expand {
    width: 100%;
    height: 277px;
    padding-left: 50px;
    padding-right: 50px;
    transition: 0.5s ease;
    overflow: hidden;
    background: linear-gradient(180deg, rgba(42, 32, 113, 1) 0%, rgba(17, 93, 169, 1) 100%);
  }
  .hero-expand {
    margin-top: 197px;
    transition: 0.5s ease;
  }
  .imageLogo {
    width: auto;
    height: 48px;
    position: relative;
  }
  .headContent {
    width: 100%;
    height: 80px;
    top: 18px;
  }
  .head-text {
    font-family: "Gotham Rounded Bold";
    width: 100%;
    height: 50px;
    margin-right: 20px;
    display: block;
    top: -15px;
    position: relative;
    text-align: center;
    color: white;
  }
}
@media only screen and (max-width: 599px) {
  .buttonWrapper {
    position: relative;
    top: 140px;
    width: 100%;
  }
}
@media only screen and (max-width: 550px) {
  .headMenu-expand {
    padding-left: 10px;
    padding-right: 10px;
  }
  .headMenu {
    padding-left: 10px;
    padding-right: 10px;
  }
}

/*END HEADER MENU*/














@media only screen and (max-width: 1400px) {
  .main-text:before {
    background-position-y: -5vw;
  }

}
@media only screen and (max-width: 1200px) {
  .wins-wrapper {
    overflow: hidden;
  }
  .hero-section {
    height: 450px;
  }
  .rounded-bg {
    bottom: -60px;
  }
  .spin {
    bottom: 0vh;
    width: 33vw;
  }
  .middle-content h2 {
    font-size: 40px;
  }
}
@media only screen and (max-width: 1023px) {
  .main-text:before {
    background-position-y: 0vw;
  }
  .step-title {
    font-size: 32px;
  }
  .subtitle {
    font-size: 23px;
  }
  .question-step-ul {
    font-size: 23px;
    display: inline-block;
    padding-left: 20px;
  }
  .form-content h3 {
    font-size: 30px;
  }
  .middle-content h2 {
    font-size: 35px;
  }
  .hero-section {
    height: 400px;
  }
}
@media only screen and (max-width: 900px) {
  .logo-extra-big {
    max-width: 400px;
  }
  .hero-section {
    height: 330px;
  }
  .win-item {
    width: 25%;
    max-width: unset;
  }
  .hero-coins {
    background-position-x: -31vw;
  }
  .main-wrapper-relative {
    margin-top: 80px;
  }
  .hero-wrapper {
    margin-top: 80px;
  }
  .bcgg {
    padding-bottom: 0;
  }
  .spin {
    bottom: -3vh;
    width: 33vw;
  }
}
@media only screen and (max-width: 868px) {
  .main-text {
    padding-top: 60px;
  }
  .middle-content h2 {
    font-size: 27px;
  }
  footer {
    position: relative;
    bottom: -1px;
  }
  footer .footer-content {
    display: block;
  }
  footer .footer-content > div {
    width: 100%;
    display: block;
    text-align: center;
  }
  footer .logo-content img {
    margin: 0 auto 10px;
  }
  footer .notice-content img {
    margin: 0 auto 10px;
  }
  footer .social-content a {
    display: inline-block;
    margin: 15px 0;
  }
  footer {
    padding: 20px 0;
  }
  .middle-content p {
    font-size: 16px;
  }
}


@media only screen and (max-width: 769px) {
  .hero-section {
    background-image: url("../images/hero-mobile.jpg");
    background-size: 100%;
    background-position-y: center;
    height: 570px;
    background-position-x: center;
  }
  .form-content h3 {
    font-size: 28px;
  }
  .info-wrapper h2 {
    font-size: 35px;
  }
  .start-test,.step-img {
    width: 60%;
  }
  .step-title {
    font-size: 32px;
  }
  .subtitle {
    font-size: 24px;
  }
  .question-step-ul {
    font-size: 25px;
  }
  .question-step-ul li {
    margin-bottom: 14px;
  }
  .item-block {
    width: 100%;
  }
  .rounded-bg:before {
    border-radius: 350px 0 0 0;
  }
  .rounded-bg:after {
    border-radius: 0 350px 0 0;
  }
}
@media only screen and (max-width: 767px) {
  .info-wrapper h2 {
    font-size: 24px;
  }
  .next-step {
    max-width: 100px;
  }
  .question-steps-item h4 {
    font-size: 14px;
  }
  form .form-group-question h3 {
    font-size: 14px;
  }
  .input-wrap-question label .input-text {
    font-size: 14px;
  }
  form .form-group-question {
    padding: 20px 12px;
  }
  .question-step-ul {
    font-size: 12px;
    padding-left: 20px;
  }
  .question-steps-item {
    margin-bottom: 40px;
  }
  .step1-content,.step2-content,.step3-content,.step4-content,.step5-content,.step6-content {
    width: 90%;
  }
  .question-step-ul li {
    margin-bottom: 10px;
  }
  .step-title {
    font-size: 16px;
  }
  .subtitle {
    font-size: 11px;
    margin-bottom: 13px;
  }
  .step5-content {
    margin-bottom: 30px;
  }
  .middle-content p {
    font-size: 14px;
  }
  .middle-content h2 {
    font-size: 25px;
  }
  .form-content h3 {
    font-size: 26px;
  }
  .hero-content {
    margin-top: 160px;
  }
  .hero-content h1 {
    font-size: 35px;
  }
  .hero-coins {
    display: none;
  }
  .spin {
    display: none;
  }
}
.show-mobile {
  display: none;
}
.hide-mobile {
  display: block;
}
@media only screen and (max-width: 599px) {
  #customPcPreview {
    top: 83.5%;
    left: 27%;
  }
  #customSnPreview {
    top: 79.3%;
    left: 25.7%;
  }
  #customDayPreview {
    top: 75.2%;
    left: 11.2%;
  }
  .steps-content-form {
    margin-bottom: 50px;
  }
  .finish-test {
    max-width: 260px;
  }
  .hide-mobile {
    display: none;
  }
  .show-mobile {
    display: block;
  }
  .info-wrapper h2 {
    font-size: 19px;
  }
  .logo-extra-big {
    width: 68%;
  }
  .main-text:before {
    background-size: 130%;
  }
  .main-text {
    margin-bottom: 20px;
  }
  .rounded-bg {
    height: 130px;
  }
  .logo-extra {
    width: 120px;
    left: 7%;
  }
  .legal-wrapper {
    margin-bottom: 0px;
    padding-bottom: 0px;
  }
  .content-after-lead {
    padding-bottom: 50px;
  }
  .legal-wrapper p {
    margin-top: 15px;
  }
  .middle-content p {
    font-size: 12px;
  }
  .middle-content h2 {
    font-size: 20px;
    margin-bottom: 20px;
  }
  .info-ul {
    padding-left: 30px;
  }
  .ball4,.ball3 {
    display: block;
  }
  .hero-section {
    height: 460px;
  }
  .rounded-bg {
    bottom: -69px;
  }
  .win-item {
    width: 45%;
    max-width: unset;
  }
  .main-text h2 {
    font-size: 27px;
  }
  .main-text p {
    font-size: 12px;
  }
  .steps-block p {
    font-size: 18px;
  }
  .steps-block h3 {
    font-size: 25px;
  }
  .flex-form {
    display: block;
  }
  .form-content {
    width: 100%;
  }
  .info-ul li {
    margin-bottom: 20px;
  }
  .content-after-lead {
    background-position-y: 0;
  }
  .register-form-group label {
    font-size: 14px;
  }
  .form-block {
    margin-top: 50px;
  }
  .info-wrapper {
    margin-bottom: 30px;
  }
  .form-block {
    padding: 30px 20px 20px 20px;
  }
  #downloadButton {
    width: 88%;
  }
}
@media only screen and (max-width: 550px) {
  .two-blocks {
    display: block;
  }
  .item-block {
    margin-right: auto;
    margin-left: auto;
  }

  .price-counter-block img {
    width: 245px;
  }
  .price-counter-block {
    bottom: 60px;
  }
  .balls {
    display: none;
  }
  .hero-content h1 {
    font-size: 36px;
  }
  .hero-content {
    margin-top: 350px;
  }
  .rounded-bg {
    border-radius: 13% 13% 0 0;
    width: 100%;
    background: #fff;
    bottom: -60px;
  }
  .rounded-bg:before,.rounded-bg:after {
    content: none;
  }
  .item-block .item-img {
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 463px) {
  #customTitlePreview {
    top: 24.4%;
  }
  #customDayPreview {
    top: 74.6%;
    left: 12%;
  }
  #customPcPreview {
    top: 82.9%;
    left: 27.2%;
  }
  #customSnPreview {
    top: 78.7%;
    left: 25.7%;
  }
  .start-test, .step-img {
    width: 90%;
  }
  .finish-test {
    max-width: 70%;
  }
  .main-text h2 {
    font-size: 20px;
  }
  .form-content h3 {
    font-size: 18px;
  }
  .hero-section {
    height: 400px;
  }
  .middle-content h2 {
    font-size: 15px;
  }
  .middle-content p {
    font-size: 9px;
  }
  .youtube-iframe {
    height: 300px;
    position: relative;
    top: 50px;
  }
  .steps-block {
    padding: 40px 20px 40px;
  }
  h2 {
    font-size: 34px;
  }
  .countdown-content {
    width: 375px;
  }
  .stepper .cube {
    width: 80px;
    height: 80px;
  }
  .stepper .cube span {
    font-size: 40px;
  }
  .stepper .days .cube:after, .stepper .hours .cube:after {
    right: -21px;
    top: 22px;
  }
}
@media only screen and (max-width: 424px) {
  #customDayPreview {
    top: 74.8%;
    left: 12.1%;
  }
  #customPcPreview {
    top: 83.1%;
    left: 28%;
  }
  #customSnPreview {
    top: 79%;
    left: 26.2%;
  }
  #customTitlePreview {
    left: 39%;
    top: 24.5%;
  }
  .main-text h2 {
    font-size: 22px;
  }
  .middle-content h2 {
    font-size: 16px;
  }
  .middle-content p {
    font-size: 8px;
  }
  .hero-section {
    background-position-y: -2vw;
    height: 390px;
  }
  .hero-content h1 {
    font-size: 34px;
  }
  .hero-content {
    margin-top: 355px;
  }
}
/*IPHONE SE PORTAIL*/
@media only screen and (max-width: 376px) {
  #customDayPreview {
    top: 74.4%;
    left: 12.8%;
  }
  #customSnPreview {
    top: 78.6%;
    left: 26.5%;
  }
  #customPcPreview {
    top: 82.7%;
    left: 28%;
  }
  .main-text h2 {
    font-size: 20px;
  }
  .middle-content h2 {
    font-size: 13px;
  }
  .hero-section {
    height: 330px;
  }
}
/*IPHONE LANDSCAPE*/
@media (max-width: 930px) and (max-height: 500px) {
  .question-steps-item h4 {
    font-size: 23px;
  }
  form .form-group-question h3 {
    font-size: 14px;
  }
  form .form-group-question {
    padding: 20px 12px;
  }
  .question-step-ul {
    font-size: 16px;
    display: inline-block;
    padding-left: 20px;
  }
  .question-steps-item {
    margin-bottom: 40px;
  }
  .step1-content,.step2-content,.step3-content,.step4-content,.step5-content,.step6-content {
    width: 90%;
  }
  .step-img {
    width: 60%;
  }
  .start-test {
    width: 60%;
  }
  .question-step-ul li {
    margin-bottom: 10px;
  }
  .step-title {
    font-size: 28px;
  }
  .subtitle {
    font-size: 16px;
    margin-bottom: 13px;
  }
  .step5-content {
    margin-bottom: 30px;
  }
  .middle-content p {
    font-size: 14px;
  }
  .middle-content h2 {
    font-size: 25px;
  }
  .form-content h3 {
    font-size: 30px;
  }
  .hero-content {
    margin-top: 160px;
  }
  .hero-content h1 {
    font-size: 35px;
  }
  .main-text h2 {
    font-size: 30px;
  }
  footer {
    position: relative;
    bottom: -1px;
    padding: 20px 0;
  }
  .youtube-iframe {
    height: 300px;
    position: relative;
    top: 50px;
  }
  .rounded-bg {
    padding-bottom: 66px;
    bottom: -50px;
  }
  .bcgg {
    padding-bottom: 0;
  }
  .hero-section {
    height: 460px;
    background-position-x: 39%;
  }
}

/*IPHONE SE LANDSCAPE*/
@media (max-width: 700px) and (max-height: 400px) {
  .balls {
    display: none;
  }
  footer .footer-content {
    display: block;
  }
  footer .footer-content > div {
    width: 100%;
    display: block;
    text-align: center;
  }
  footer .logo-content img {
    margin: 0 auto 10px;
  }
  footer .notice-content img {
    margin: 0 auto 10px;
  }
  footer .social-content a {
    display: inline-block;
    margin: 15px 0;
  }
  footer {
    padding: 20px 0;
  }
}

@media only screen and (min-width: 1919px) {
  .content-after-lead {
    background-position-y: 11vw;
  }
  .main-text:before {
    background-position-y: -12vw;
  }
  .hero-section {
    height: 700px;
    background-position-y: -4vw;
  }
  .rounded-bg {
    padding-bottom: 67px;
    height: 190px;
  }
  .logo-extra {
    width: 10%;
  }
}
@media only screen and (min-width: 2200px) {
  .hero-section {
    height: 750px;
    background-position-y: -3vw;
  }
}
@media only screen and (min-width: 2400px) {
  .main-text:before {
    background-position-y: -13vw;
  }
  .hero-section {
    height: 800px;
    background-position-y: -4vw;
  }
  .rounded-bg {
    height: 240px;
  }
}
@media only screen and (min-width: 2559px) {
  .main-text:before {
    background-position-y: -14vw;
  }
  .balls {
    background-position: top;
  }
  .hero-section {
    height: 1050px;
  }

  .rounded-bg {
    padding-bottom: 130px;
  }
}
@media only screen and (min-width: 3839px) {
  .hero-section {
    height: 1500px;
    background-position-y: -5vw;
  }
  .rounded-bg {
    padding-bottom: 250px;
    height: 360px;
  }
}
.export-button {
  background: #E30613;
  color: white;
  border: none;
  padding: 12px 26px;
  font-size: 20px;
  border-radius: 12px;
  font-family: "Gotham Rounded Bold";
  cursor: pointer;
}
.mt-0 {
  margin-top: 0 !important;
}
.pb-2 {
  padding-bottom: 2px !important;
}