@font-face {
  font-family: SBSansText;
  font-display: swap;
  src: url("../fonts/SBSansText-Regular/SBSansText-Regular.woff2") format("woff2");
  src: url("../fonts/SBSansText-Regular/SBSansText-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: SBSansText;
  font-display: swap;
  src: url("../fonts/SBSansText-Medium/SBSansText-Medium.woff2") format("woff2");
  src: url("../fonts/SBSansText-Medium/SBSansText-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: SBSansText;
  font-display: swap;
  src: url("../fonts/SBSansText-Semibold/SBSansText-Semibold.woff2") format("woff2");
  src: url("../fonts/SBSansText-Semibold/SBSansText-Semibold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: SBSansText;
  font-display: swap;
  src: url("../fonts/SBSansText-Bold/SBSansText-Bold.woff2") format("woff2");
  src: url("../fonts/SBSansText-Bold/SBSansText-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: SBSansText;
  font-display: swap;
  src: url("../fonts/SBSansText-Heavy/SBSansText-Heavy.woff2") format("woff2");
  src: url("../fonts/SBSansText-Heavy/SBSansText-Heavy.woff") format("woff");
  font-weight: 800;
  font-style: normal;
}
*::-webkit-input-placeholder {
  color: #666;
  opacity: 1;
}

*:-moz-placeholder {
  color: #666;
  opacity: 1;
}

*::-moz-placeholder {
  color: #666;
  opacity: 1;
}

*:-ms-input-placeholder {
  color: #666;
  opacity: 1;
}

body input:focus:required:invalid,
body textarea:focus:required:invalid {
  color: #666;
}

body input:required:valid,
body textarea:required:valid {
  color: #666;
}

html {
  font-size: 10px;
}

body {
  font-size: 16px;
  min-width: 320px;
  position: relative;
  line-height: 1.3;
  overflow-x: hidden;
  color: #fff;
  display: flex;
  font-family: SBSansText, sans-serif;
  background-color: #000;
}
body._noScrollPopup {
  overflow: hidden;
  width: 100%;
}
body._noScrollBurger {
  overflow: hidden;
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

a {
  color: inherit;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
a:focus {
  color: inherit;
  text-decoration: none;
}

p, ul {
  margin: 0;
}

input, textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  resize: none;
}

img {
  max-width: 100%;
}

.contain {
  max-width: 1330px;
  padding: 0 50px;
  margin: 0 auto;
}

.contain2 {
  max-width: 1540px;
  position: relative;
  z-index: 0;
  padding: 0 50px;
  margin: 0 auto;
  width: 100%;
}

.wrapper {
  min-height: 100vh;
  margin: 0 auto;
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  overflow: hidden;
  min-width: 100%;
  background-color: #002027;
  z-index: 0;
}

.body_content {
  flex: 1 0 auto;
}

#footer {
  flex: 0 0 auto;
  width: 100%;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  padding: 20px 0 30px;
}

._pt10 {
  padding-top: 10px;
}

._pb10 {
  padding-bottom: 10px;
}

._pt15 {
  padding-top: 15px;
}

._pb15 {
  padding-bottom: 15px;
}

._pt20 {
  padding-top: 20px;
}

._pb20 {
  padding-bottom: 20px;
}

._pt30 {
  padding-top: 3em;
}

._pb30 {
  padding-bottom: 3em;
}

._pt40 {
  padding-top: 4em;
}

._pb40 {
  padding-bottom: 4em;
}

._pt50 {
  padding-top: 5em;
}

._pb50 {
  padding-bottom: 5em;
}

._pt60 {
  padding-top: 6em;
}

._pb60 {
  padding-bottom: 6em;
}

._pt70 {
  padding-top: 7em;
}

._pb70 {
  padding-bottom: 7em;
}

._pt80 {
  padding-top: 8em;
}

._pb80 {
  padding-bottom: 8em;
}

._pt90 {
  padding-top: 9em;
}

._pb90 {
  padding-bottom: 9em;
}

._pt100 {
  padding-top: 10em;
}

._pb100 {
  padding-bottom: 10em;
}

._mt5 {
  margin-top: 5px;
}

._mb5 {
  margin-bottom: 5px;
}

._mt10 {
  margin-top: 10px;
}

._mb10 {
  margin-bottom: 10px;
}

._mt15 {
  margin-top: 15px;
}

._mb15 {
  margin-bottom: 15px;
}

._mt20 {
  margin-top: 20px;
}

._mb20 {
  margin-bottom: 20px;
}

._mt30 {
  margin-top: 3em;
}

._mb30 {
  margin-bottom: 3em;
}

._mt40 {
  margin-top: 4em;
}

._mb40 {
  margin-bottom: 4em;
}

._mt50 {
  margin-top: 5em;
}

._mb50 {
  margin-bottom: 5em;
}

._mt60 {
  margin-top: 6em;
}

._mb60 {
  margin-bottom: 6em;
}

._mt70 {
  margin-top: 7em;
}

._mb70 {
  margin-bottom: 7em;
}

._mt80 {
  margin-top: 8em;
}

._mb80 {
  margin-bottom: 8em;
}

._mt90 {
  margin-top: 9em;
}

._mb90 {
  margin-bottom: 9em;
}

._mt100 {
  margin-top: 10em;
}

._mb100 {
  margin-bottom: 10em;
}

._center {
  text-align: center;
}

._right {
  text-align: right;
}

.lazyImg {
  opacity: 0;
  transition: all 0.7s;
}

._lazyAnimation {
  transform: translate(0, 30px);
  opacity: 0;
}

._animGo {
  transition: transform 1s, opacity 1s;
  transform: translate(0, 0);
  opacity: 1;
}

._section {
  font-size: 10px;
}

.button_1 {
  display: inline-block;
  padding: 0.7em 1.5em;
  cursor: pointer;
  border: none;
  background-color: red;
  font-size: 18px;
  color: #333F4B !important;
  transition: background 0.15s, color 0.15s;
  text-align: center;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  position: relative;
  text-decoration: none;
  font-family: SBSansText, sans-serif;
  font-weight: 500;
  border-radius: 50px;
  background-color: #BBFF00;
  z-index: 0;
}
.button_1::before {
  content: "";
  position: absolute;
  background: linear-gradient(to right, #BBFF00 0, #51FF97 51%, #1EF2F8 100%);
  border-radius: 50px;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  transition: opacity 0.15s;
}
@media (hover: hover) {
  .button_1:hover::before {
    opacity: 0;
  }
}
.button_1:active {
  top: 3px;
}

input:-webkit-autofill {
  -webkit-box-shadow: inset 0 0 0 50px #000;
  -webkit-text-fill-color: #fff;
  border: 1px solid #65F1CE !important;
}

.inputWrap {
  text-align: left;
  width: 100%;
}
.inputWrap .help-block {
  font-size: 12px;
  margin-top: 5px;
}
.inputWrap .help-block-error, .inputWrap .invalid-feedback {
  color: red;
}

.input_1 {
  font-size: 14px;
  font-family: SBSansText, sans-serif;
  color: #fff;
  border-radius: 5px;
  padding: 15px 20px;
  transition: border 0.15s;
  width: 100%;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: none;
  border-radius: 12px;
  outline: none;
  font-weight: 200;
  border: 1px solid #65F1CE;
}
.input_1:focus {
  border-color: #fff;
}

textarea.input_1 {
  resize: none;
  height: 138px;
}

.invalid-feedback {
  margin-top: 5px;
  font-size: 12px;
}

._img100 {
  position: relative;
}
._img100 img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

#header {
  color: #fff;
  font-size: 10px;
  width: 100%;
  padding: 20px 0;
  position: absolute;
  z-index: 30;
}
#header._lazyAnimation {
  transform: translate(0, -30px);
}
#header._animGo {
  transform: translate(0, 0);
}
#header .contain2 {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.logoSber {
  width: 43.5em;
  height: 4.3em;
  display: block;
}

.sectionMain {
  position: relative;
  padding-bottom: 10em;
  padding-top: 25em;
  display: flex;
  align-items: center;
  z-index: 0;
}

.mainBg {
  position: absolute;
  left: -18%;
  top: 0;
  width: 120%;
  height: 100%;
  z-index: -1;
}
.mainBg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  position: absolute;
  left: 0;
  top: 0;
}
.mainBg._t2 {
  width: 100%;
  left: 0;
}

.mainDecore {
  position: absolute;
  height: 90%;
  right: 0;
  bottom: 0;
  text-align: right;
}
.mainDecore img {
  height: 100%;
  right: 0;
  bottom: 15%;
}

.mainBlock {
  max-width: 100em;
}
.mainBlock > div {
  padding-left: 6em;
}

.titleMain {
  font-size: 10em;
  font-weight: 600;
  line-height: 1;
  position: relative;
}

.subtitleMain {
  font-size: 5.6em;
  line-height: 1;
  margin-top: 30px;
}

.mainBlock__text {
  font-size: 2em;
  margin-top: 3em;
}

.sectionTwo {
  padding-bottom: 5em;
  padding-top: 5em;
  position: relative;
}
.sectionTwo .contain {
  position: relative;
}

.sberLogo {
  width: 87em;
  height: 8.7em;
  font-size: 0.35em;
}

.infoBlock {
  border: 1px solid #65F1CE;
  background-color: rgba(0, 0, 0, 0.3);
  border-radius: 4em;
  display: flex;
  margin-top: 6em;
}

.infoBlock__left {
  width: 60%;
  padding: 6em 20px 6em 8em;
}
.infoBlock__left .button_1 {
  margin-top: 2em;
  max-width: 240px;
  width: 100%;
}

.title_1 {
  font-size: 6em;
  font-weight: 600;
  line-height: 1;
  background: linear-gradient(to bottom, #BEFBEC 0, #42E3B4 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.infoBlock__text {
  margin-top: 2em;
}

._fz12 {
  font-size: 12px;
}

._fz20 {
  font-size: 20px;
}

.ref_1 {
  border-bottom: 1px solid #fff;
}

.infoBlock__img {
  position: relative;
  width: 40%;
}
.infoBlock__img img {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  max-width: 100%;
  max-height: 90%;
}

.prizesList {
  display: flex;
  justify-content: center;
  margin-top: 3.5em;
  gap: 20px;
}

.prizeItem {
  border: 1px solid #65F1CE;
  background-color: rgba(0, 0, 0, 0.3);
  border-radius: 4em;
  width: 31.8%;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.prizeItem__title {
  padding: 20px 10px;
  text-align: center;
  font-size: 3em;
  font-weight: 600;
  line-height: 1;
}
.prizeItem__title span {
  font-size: 16px;
  font-weight: 400;
  display: block;
  margin-bottom: 5px;
}

.prizeItem__img {
  width: 100%;
  padding-bottom: 60%;
  border-radius: 0 0 4em 4em;
  position: relative;
  flex: 1 0 auto;
}
.prizeItem__img img {
  position: absolute;
  max-width: 90%;
  max-height: 90%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.prizeItem__img::before {
  content: "";
  position: absolute;
  width: 90%;
  height: 50%;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #01A06A;
  filter: blur(40px);
  opacity: 0.8;
}
.prizeItem__img._t2 img {
  max-width: 70%;
  max-height: 70%;
}
.prizeItem__img._t3 img {
  max-width: 65%;
  max-height: 65%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.regBlock {
  border: 1px solid #65F1CE;
  background-color: rgba(0, 0, 0, 0.3);
  border-radius: 4em;
  display: flex;
  padding: 6em 8em;
  margin-top: 3.5em;
}

.regBlock {
  display: flex;
  justify-content: space-between;
}

.regBlock__left {
  width: 40%;
}

.regBlock__right {
  width: 55%;
}

.inputsList {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2em;
}

.checkboxElem {
  position: relative;
  display: flex;
  margin-top: 20px;
}
.checkboxElem .invalid-feedback {
  font-size: 12px;
  color: red;
  position: absolute;
  top: 100%;
  white-space: nowrap;
}

.checkboxElem__text {
  font-size: 12px;
  text-align: left;
  order: 2;
  padding-top: 2px;
}
@media (hover: hover) {
  .checkboxElem__text:hover + .checkboxInput label {
    background: #FFE8E0;
  }
}

.checkboxElem__input {
  position: relative;
  line-height: 0.8;
  margin-right: 10px;
  z-index: 0;
  order: 1;
}
.checkboxElem__input label {
  width: 20px;
  height: 20px;
  display: inline-block;
  cursor: pointer;
  position: relative;
  border-radius: 5px;
  border: 2px solid #D3D0D9;
}
.checkboxElem__input input:checked + svg {
  opacity: 1;
}
.checkboxElem__input input:checked + svg + label {
  border-color: #fff;
}
.checkboxElem__input svg {
  width: 70%;
  height: 10px;
  position: absolute;
  left: 50%;
  top: 12px;
  opacity: 0;
  transition: opacity 0.15s;
  transform: translate(-50%, -65%);
  z-index: 1;
  fill: #65F1CE;
  pointer-events: none;
}

.formBottom {
  text-align: center;
}
.formBottom .button_1 {
  margin-top: 25px;
}

.footerMenu {
  display: flex;
  list-style-type: none;
  opacity: 0.5;
  font-size: 14px;
}
.footerMenu li {
  margin-right: 20px;
}
.footerMenu li:last-child {
  margin-right: 0;
}
.footerMenu a {
  border-bottom: 1px solid #fff;
}

.footerText {
  font-size: 10px;
  margin-top: 20px;
  opacity: 0.5;
}

.footerBlock {
  margin-top: 7em;
  width: 120%;
  left: -10%;
  position: relative;
}

._bold {
  font-weight: 700;
}

._nowrap {
  white-space: nowrap;
}

.list_1 {
  padding-left: 20px;
}
.list_1 li {
  margin-top: 10px;
}
.list_1 a {
  color: #65F1CE;
}

.sectionError {
  position: relative;
  min-height: 100vh;
  padding: 10em 0;
  display: flex;
  align-items: center;
  text-align: center;
}
.sectionError .button_1 {
  margin-top: 2em;
}

.titleError {
  font-size: 15em;
  font-weight: 700;
  line-height: 1;
}

.subtitleError {
  font-size: 3em;
}

.infoBlock2 {
  padding: 10px 0;
}
.infoBlock2 .infoBlock2__text {
  margin-top: 2em;
}
.infoBlock2 .button_1 {
  margin-top: 2em;
  max-width: 240px;
  width: 100%;
}

.push {
  height: 1000px;
}

/*==========  Desktop First  ==========*/
@media only screen and (max-width: 2000px) {
  .sectionMain {
    padding-bottom: calc((1vw + 1vh) * 3);
    padding-top: calc((1vw + 1vh) * 8);
  }
  .titleMain {
    font-size: clamp(5em, (1vw + 1vh) * 3.6, 10em);
  }
  .subtitleMain {
    font-size: clamp(3em, (1vw + 1vh) * 2.2, 5.6em);
  }
}
@media only screen and (max-width: 1600px) {
  ._section {
    font-size: 9px;
  }
  .logoSber {
    font-size: 9px;
  }
  .footerBlock {
    width: 100%;
    left: 0;
  }
}
@media only screen and (max-width: 1540px) {
  .contain2 {
    max-width: 1400px;
  }
}
@media only screen and (max-width: 1400px) {
  ._section {
    font-size: 8px;
  }
  .contain2 {
    max-width: 1300px;
  }
}
@media only screen and (max-width: 1300px) {
  .contain2 {
    max-width: 1200px;
  }
  .logoSber {
    font-size: 8px;
  }
}
/* Large Devices, Wide Screens */
@media only screen and (max-width: 1200px) {
  .contain, .contain2 {
    max-width: 992px;
  }
  .mainBlock > div {
    padding-left: 0;
  }
  .infoBlock__text {
    margin-top: 1em;
    max-width: 500px;
  }
  ._fz20 {
    font-size: 19px;
  }
  .title_1 {
    font-size: 4.5em;
  }
  .regBlock {
    flex-wrap: wrap;
  }
  .regBlock__left {
    width: 100%;
  }
  .regBlock__right {
    width: 100%;
    margin-top: 30px;
  }
  .prizesList {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
  .prizeItem {
    width: 100%;
  }
}
/* Medium Devices, Desktops */
@media only screen and (max-width: 992px) {
  ._section {
    font-size: 7px;
  }
  .contain, .contain2 {
    max-width: 768px;
  }
  .logoSber {
    font-size: 7px;
  }
  .infoBlock {
    flex-wrap: wrap;
  }
  .infoBlock__left {
    width: 100%;
    padding: 5em 5em 20px;
  }
  .infoBlock__img {
    width: 70%;
    padding-bottom: 60%;
    margin: 0 auto;
  }
  ._fz20 {
    font-size: 18px;
  }
  .regBlock {
    padding: 5em 5em;
  }
}
/* Small Devices, Tablets */
@media only screen and (max-width: 768px) {
  .contain, .contain2 {
    max-width: 650px;
  }
  ._fz20 {
    font-size: 16px;
  }
  .sectionMain {
    padding-bottom: 90%;
  }
  .mainDecore {
    height: auto;
    margin-bottom: -5px;
  }
  .mainDecore img {
    width: 100%;
  }
}
@media only screen and (max-width: 650px) {
  .contain, .contain2 {
    max-width: 550px;
  }
  .logoSber {
    font-size: 6px;
  }
  .footerMenu {
    flex-wrap: wrap;
  }
  .footerMenu li {
    margin-bottom: 20px;
  }
  .footerMenu li:last-child {
    margin-bottom: 0;
  }
  .inputsList {
    grid-template-columns: 1fr;
  }
}
@media only screen and (max-width: 550px) {
  .contain, .contain2 {
    max-width: 480px;
  }
  .infoBlock__left {
    padding: 30px 20px;
  }
  .infoBlock__img {
    padding-bottom: 90%;
  }
  .title_1 {
    font-size: 4em;
  }
  .button_1 {
    font-size: 16px;
  }
  .regBlock {
    padding: 30px 20px;
  }
  .titleMain {
    font-size: 7vw;
  }
  .subtitleMain {
    font-size: 4vw;
  }
}
/* Extra Small Devices, Phones */
@media only screen and (max-width: 480px) {
  .contain, .contain2 {
    padding: 0 30px;
  }
  .prizeItem__title {
    font-size: 3em;
  }
  .prizeItem__title span {
    font-size: 14px;
  }
}
@media only screen and (max-width: 450px) {
  ._fz20 {
    font-size: 14px;
  }
  .titleMain {
    font-size: 8.5vw;
  }
  .subtitleMain {
    font-size: 5vw;
  }
  .mainBlock__text {
    font-size: 14px;
  }
  .prizesList {
    grid-template-columns: 1fr;
  }
}
@media only screen and (max-width: 400px) {
  .mainBlock__text {
    margin-top: 2em;
  }
}
/*==========  Mobile First  ==========*/
/* Custom, iPhone Retina */
/* Extra Small Devices, Phones */
/* Small Devices, Tablets */
/* Medium Devices, Desktops */
/* Large Devices, Wide Screens */