@font-face {
  font-family: SBSansText;
  font-display: swap;
  src: url("../fonts/SBSansText-Light/SBSansText-Light.woff2") format("woff2");
  src: url("../fonts/SBSansText-Light/SBSansText-Light.woff") format("woff");
  font-weight: 200;
  font-style: normal;
  @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;
}
*::-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: #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;
  width: 100%;
}

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

.body_content {
  flex: 1 0 auto;
}

#footer {
  flex: 0 0 auto;
  background-color: #000;
  width: 100%;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}

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

._fz16 {
  font-size: 16px;
}

._fz20 {
  font-size: clamp(16px, 1.5vw, 20px);
}

._fz28 {
  font-size: clamp(1.8em, 2vw, 2.8em);
}

.button_1 {
  display: inline-block;
  padding: 0.8em 2.5em 0.8em;
  cursor: pointer;
  background-color: #22F3F1;
  font-size: clamp(1.6em, 1.8vw, 2.4em);
  color: #1C4F5F !important;
  transition: background 0.15s, color 0.15s, transform 1s, opacity 1s;
  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: 600;
  border-radius: 50px;
  z-index: 0;
  border: none;
}
.button_1::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, #B3FF0B 0, #22F3F1 100%);
  border-radius: 50px;
  z-index: -1;
  transition: opacity 0.15s;
}
@media (hover: hover) {
  .button_1:hover::before {
    opacity: 0;
  }
}
.button_1:active {
  top: 3px;
}
.button_1._mw260 {
  max-width: 260px;
  width: 100%;
}
.button_1._t2::before {
  background: linear-gradient(to right, #22F3F1 0, #fff 100%);
}

._gradientText {
  background: linear-gradient(to bottom, #BEFBEC 0, #42E3B4 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: #fff;
}

._gradientText2 {
  background: linear-gradient(to bottom, #00D900 0, #42E3B4 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: #fff;
}

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

._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: 68.4em;
  height: 6.4em;
  font-size: clamp(0.3em, 0.45vw, 1em);
}

:root {
  --fontSize: 10px;
}

.sectionMain {
  padding: clamp(6.5em, 0.5vw, 10em) 0 0;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 0;
  font-size: var(--fontSize);
}
.sectionMain > .contain2 {
  width: 100%;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.sectionMain .imgBg img {
  -o-object-position: bottom center;
     object-position: bottom center;
}

.imgBg {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  z-index: -1;
  top: 0;
  left: 0;
  pointer-events: none;
}
.imgBg img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.mainBlock {
  max-width: 70%;
}

.mainBlock__title {
  font-size: clamp(3em, 4.8vw, 9.2em);
  line-height: 1.05;
  font-weight: 600;
}
.mainBlock__title span {
  margin-left: 1em;
  display: block;
}

.mainBlock__subtitle {
  font-weight: 600;
  font-size: clamp(1.6em, 2.3vw, 4.2em);
  margin-top: 0.8em;
  line-height: 1.2;
}

.mainBlock__text {
  font-size: 20px;
  margin-top: 2.3em;
}

.mainImg {
  width: 100%;
  padding-bottom: 80%;
  font-size: 0.6em;
  position: absolute;
  top: 50%;
  left: 42%;
  transform: translate(0, -50%);
  z-index: -1;
  pointer-events: none;
}
.mainImg img {
  opacity: 0 !important;
  transition: opacity 1s, transform 1s;
  transform: translate(5%, 0);
}
.mainImg img._animGo {
  transform: translate(0, 0);
  opacity: 1 !important;
}

.mainBlock__buttons {
  margin-top: clamp(20px, 3vw, 4em);
  max-width: 80em;
}
.mainBlock__buttons .button_1 {
  white-space: nowrap;
  margin-top: 1.5em;
}

.mainBottom {
  padding: 20px 0;
  color: #808685;
}

#footer {
  flex: 0 0 auto;
  width: 100%;
  color: #808685;
  margin: 0 auto;
  padding: 7em 0 3em;
  position: relative;
  font-size: 10px;
  overflow: hidden;
}

.footerMenu {
  display: flex;
  gap: 2em;
}
.footerMenu a {
  font-size: clamp(1.4em, 3vw, 2.4em);
  display: inline;
  text-decoration-line: underline !important;
  text-decoration-thickness: 1.5px;
  text-underline-offset: 3px;
  transition: color 0.15s, text-decoration-color 0.15s;
}
@media (hover: hover) {
  .footerMenu a:hover {
    color: #fff;
    text-decoration-color: #fff;
  }
}
.footerMenu a:last-child {
  margin-right: 0;
}

.footerBottom {
  font-size: 10px;
  margin-top: 2em;
}
.footerBottom p {
  margin-top: 1.5em;
}

.sectionTwo {
  position: relative;
  z-index: 0;
}
.sectionTwo::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 40em;
  background: linear-gradient(to bottom, #000 0, transparent 100%);
}

.sectionAboutDrawing {
  padding: 5em 0 0;
  position: relative;
  font-size: var(--fontSize);
}
.sectionAboutDrawing .imgBg img {
  -o-object-position: center top;
     object-position: center top;
}
.sectionAboutDrawing .contain {
  position: relative;
}

.title_1 {
  font-size: clamp(3.5em, 4vw, 6em);
  font-weight: 600;
  line-height: 1;
  text-align: center;
}

._greenText {
  color: #42E3B4;
}

._greenText2 {
  color: #00D900;
}

.subtitleText {
  text-align: center;
}
.subtitleText p {
  margin-top: 1em;
}

.sectionPrizes {
  font-size: var(--fontSize);
  padding: 5em 0 0;
}

.prizesList {
  display: flex;
  gap: 4em;
  margin-top: 5em;
  max-width: 109em;
  margin-left: auto;
  margin-right: auto;
}

.prizesItem {
  border: 1px solid #65F1CE;
  text-align: center;
  border-radius: 3em;
  padding: 3.5em 3.5em 1.5em;
  width: 33%;
  background-color: rgba(0, 0, 0, 0.4);
}

.prizesItem__name {
  font-size: 14px;
}

.prizeItem__title {
  font-size: clamp(1.8em, 2.2vw, 3.2em);
  font-weight: 600;
  margin-top: 0.2em;
}

.prizeItem__img {
  width: 19.2em;
  height: 12.8em;
  font-size: clamp(0.5em, 0.8vw, 1.1em);
  position: relative;
  margin: 1em auto 0;
  pointer-events: none;
}
.prizeItem__img img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 100%;
  max-height: 100%;
}
.prizeItem__img._t2 {
  font-size: 1.2em;
}

.sectionSteps {
  font-size: var(--fontSize);
  padding: 5em 0 0;
}

.itemStep {
  border: 1px solid rgba(190, 248, 236, 0.45);
  border-radius: 2.4em;
  padding: 3em 3em;
  background: rgba(66, 227, 180, 0.1);
  margin-top: 2em;
}
.itemStep._mt0 {
  margin-top: 0;
}

.itemStep__title {
  font-size: clamp(3em, 3.2vw, 6em);
  font-weight: 600;
  margin-bottom: 0.2em;
}

.itemStep__text {
  font-size: clamp(14px, 1.5vw, 20px);
  line-height: 1.4;
}

.itemStep__ul {
  font-size: clamp(14px, 1.5vw, 20px);
  padding-left: 1.5em;
  line-height: 1.4;
}

.ref_1 {
  color: #42E3B4;
  display: inline;
  text-decoration-line: underline !important;
  text-decoration-color: #42E3B4;
  text-decoration-thickness: 1px;
  text-underline-offset: 2px;
  transition: text-decoration-color 0.15s;
}
.ref_1:hover {
  text-decoration-color: transparent;
}

.item360 {
  border: 1px solid #65F1CE;
  border-radius: 4em;
  display: flex;
  padding: 4em 5em 4em 5em;
  gap: 15em;
  align-items: center;
  margin-top: 3.5em;
}
.item360 .button_1 {
  margin-top: 2em;
}

.item360__title {
  text-align: left;
}

.item360__text {
  margin-top: 2em;
}

.item360__img {
  width: clamp(15em, 19vw, 24.7em);
  min-width: clamp(15em, 19vw, 24.7em);
  height: clamp(15em, 19vw, 24.7em);
  font-size: 1em;
  position: relative;
  margin: 1em auto 0;
  pointer-events: none;
}
.item360__img img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 260%;
  max-height: 260%;
  width: 260%;
  height: 260%;
}

.errorBlock {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 5em;
}
.errorBlock .button_1 {
  margin-top: 1em;
}

.push {
  height: 1000px;
}

/*==========  Desktop First  ==========*/
/* Large Devices, Wide Screens */
@media only screen and (max-width: 1199.98px) {
  .contain {
    max-width: 992px;
  }
  .prizesList {
    gap: 2em;
  }
  .prizesItem {
    padding: 3em 2em 1em;
  }
  .prizeItem__img:not(._t2) {
    margin-top: 2em;
  }
  .item360 {
    gap: 5em;
  }
}
/* Medium Devices, Desktops */
@media only screen and (max-width: 991.98px) {
  .contain {
    max-width: 768px;
  }
  .prizesList {
    flex-wrap: wrap;
    justify-content: center;
  }
  .prizesItem {
    width: 45%;
  }
  .prizeItem__img {
    font-size: 0.85em;
  }
}
/* Small Devices, Tablets */
@media only screen and (max-width: 767.98px) {
  .contain {
    max-width: 650px;
  }
  .mainBlock {
    postion: relative;
  }
  .mainBlock::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 60%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 50%;
    filter: blur(50px);
  }
  .mainBlock__buttons {
    flex-wrap: wrap;
  }
  .mainBlock__buttons .button_1 {
    width: 100%;
  }
  .mainImg {
    transform: translate(0%, -50%) scale(1.5);
    left: 0%;
  }
  .prizesList {
    flex-wrap: wrap;
    max-width: 350px;
  }
  .prizesItem {
    width: 100%;
    padding: 3em 0 1em;
  }
  .prizeItem__title {
    font-size: clamp(2.8em, 2.2vw, 3.2em);
  }
  .item360 {
    flex-wrap: wrap;
  }
}
@media only screen and (max-width: 649.98px) {
  .contain {
    max-width: 550px;
  }
}
@media only screen and (max-width: 576.98px) {
  .contain {
    max-width: 480px;
  }
  .mainBlock__buttons ._fz20 {
    font-size: 14px;
  }
  .button_1 {
    padding-left: 15px;
    padding-right: 15px;
  }
  .mainBlock__subtitle br {
    display: none;
  }
}
/* Extra Small Devices, Phones */
@media only screen and (max-width: 479.98px) {
  .contain {
    padding: 0 30px;
  }
  .contain2 {
    padding: 0 30px;
  }
  .mainBlock {
    max-width: 100%;
  }
  .mainBlock::before {
    display: none;
  }
  .mainImg {
    left: 5vw;
  }
  .mainBlock__subtitle br {
    display: block;
  }
}
@media only screen and (max-width: 449.98px) {
  .item360 {
    padding: 3em 2em;
  }
}
@media only screen and (max-width: 399.98px) {
  .mainBlock__buttons {
    margin-top: 22em;
  }
  .mainImg {
    left: 0;
    transform: translate(0%, -54%) scale(1.5);
  }
  .itemStep {
    padding: 2em;
  }
}
@media only screen and (max-width: 349.98px) {
  .mainBlock__subtitle br {
    display: none;
  }
  .mainBlock__title {
    font-size: 8.5vw;
  }
}
/*==========  Mobile First  ==========*/
/* Custom, iPhone Retina */
/* Extra Small Devices, Phones */
/* Small Devices, Tablets */
/* Medium Devices, Desktops */
/* Large Devices, Wide Screens */
@media (min-resolution: 288dpi), (min-resolution: 3dppx) {
  html {
    font-size: 10px;
  }
  :root {
    --fontSize: 10px;
  }
}
@media (min-resolution: 384dpi), (min-resolution: 4dppx) {
  html {
    font-size: 12px;
  }
  :root {
    --fontSize: 12px;
  }
}