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

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

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

#footer {
  flex: 0 0 auto;
  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;
}

._mt25 {
  margin-top: 25px;
}

._mb25 {
  margin-bottom: 25px;
}

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

._left {
  text-align: left;
}

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

.button_1 {
  display: inline-block;
  padding: 0.8em 2.5em 0.8em;
  cursor: pointer;
  background: none;
  font-size: 2.4em;
  color: #1C4F5F !important;
  transition: background 0.15s, color 0.15s, transform 1s, opacity 1s, box-shadow 0.25s;
  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;
  overflow: hidden;
  outline: 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: -2;
  transition: opacity 0.15s, background 1s;
  box-shadow: none;
  outline: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.button_1:after {
  content: "";
  position: absolute;
  left: -50%;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, #22F3F1 0, #B3FF0B 100%);
  border-radius: 50px;
  z-index: -1;
  transition: opacity 0.15s;
  opacity: 0;
  transition: width 0.5s, opacity 0.5s, left 0.5s;
  box-shadow: none;
  filter: none;
  outline: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.button_1 span {
  position: relative;
  z-index: 1;
  box-shadow: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  pointer-events: none;
}
@media (hover: hover) {
  .button_1:hover {
    box-shadow: 0 0px 10px 0 #89c508;
  }
  .button_1:hover:after {
    opacity: 1;
    width: 120%;
    left: 0;
  }
}
.button_1:active {
  top: 3px;
  box-shadow: 0 0px 15px 0 rgba(137, 197, 8, 0);
}
.button_1:active:after {
  background: #A3EA0A;
}
.button_1._mw260 {
  max-width: 260px;
  width: 100%;
}
.button_1._t2 {
  padding-left: 1em;
  padding-right: 1em;
}
.button_1._t2::before {
  background: linear-gradient(to right, #22F3F1 0, #fff 100%);
}
.button_1._t2:after {
  background: linear-gradient(to right, #fff 0, #22F3F1 100%);
}
@media (hover: hover) {
  .button_1._t2:hover {
    box-shadow: 0 0px 15px 0 #1fdedb;
  }
  .button_1._t2:hover:after {
    opacity: 1;
    width: 120%;
    left: 0;
  }
}
.button_1._t2:active {
  box-shadow: 0 0px 15px 0 rgba(31, 222, 219, 0);
}
.button_1._t2:active:after {
  background: #1FDEDB;
}

._gradientText {
  background: linear-gradient(to bottom, #BEFBEC 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%;
}

._section {
  font-size: 10px;
}

._fz16 {
  font-size: 16px;
}

._fz20 {
  font-size: 20px;
}

._fz28 {
  font-size: 2.8em;
}

.ref_1 {
  text-decoration: underline;
}

.ref_2 {
  color: #57E7BE;
  display: inline;
  border-bottom: 1px solid #57E7BE;
}
@media (hover: hover) {
  .ref_2:hover {
    border-color: transparent;
  }
}

#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;
}

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

.input_1 {
  border: 1px solid #65F1CE;
  font-size: 14px;
  font-family: inherit;
  color: #fff;
  border-radius: 10px;
  padding: 15px 10px;
  transition: border 0.15s;
  width: 100%;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: none;
  outline: none;
  font-family: SBSansText, sans-serif;
}
.input_1._error {
  border-color: #FF2626;
  color: #000;
}
.input_1:focus {
  border-color: #fff;
}
.input_1.is-invalid {
  border-color: red;
}
.input_1._text {
  height: 50px;
}

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

.checkbox_1 {
  position: relative;
  display: flex;
}
.checkbox_1 .text {
  font-size: 16px;
  text-align: left;
  order: 2;
  opacity: 0.7;
}
.checkbox_1 .text a {
  text-decoration: underline;
}
.checkbox_1 .invalid-feedback {
  position: absolute;
  left: 0;
  top: calc(100% + 5px);
  font-size: 10px;
  color: #FF1F17;
  white-space: nowrap;
}

.checkboxInput {
  position: relative;
  line-height: 0.8;
  margin-right: 10px;
  z-index: 0;
  order: 1;
}
.checkboxInput label {
  width: 20px;
  height: 20px;
  display: inline-block;
  cursor: pointer;
  position: relative;
  border-radius: 5px;
  background: #fff;
  border: 1px solid #fff;
}
.checkboxInput input:checked + svg {
  opacity: 1;
}
.checkboxInput input.is-invalid + svg + label {
  border-color: red;
}
.checkboxInput svg {
  width: 70%;
  height: 70%;
  position: absolute;
  left: 50%;
  top: 10px;
  opacity: 0;
  transition: opacity 0.15s;
  transform: translate(-50%, -50%);
  z-index: 1;
  fill: #2F7B67;
  pointer-events: none;
}
@media (hover: hover) {
  .checkboxInput:hover label {
    background: #eee;
  }
}

.questionInput {
  display: flex;
}
.questionInput .questionButton {
  margin-top: 1.5em;
  margin-left: 5px;
}

.questionButton {
  width: 2em;
  min-width: 2em;
  height: 2em;
  font-size: 10px;
  border-radius: 50%;
  cursor: pointer;
  border: none;
  background: linear-gradient(to right, #00D900 0, #42E3B4 100%);
  color: #1C4F5F;
  position: relative;
}
.questionButton span {
  font-weight: 900;
  font-size: 1.4em;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.questionButton:active {
  top: 3px;
}

.sectionMain {
  padding: 10em 0 0;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 0;
}
.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;
}
.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: 11.2em;
  line-height: 1;
  font-weight: 600;
}
.mainBlock__title span {
  margin-left: 1em;
  display: block;
}

.mainBlock__subtitle {
  font-size: 4.8em;
  font-weight: 600;
  margin-top: 0.8em;
  line-height: 1.1;
}
.mainBlock__subtitle .ref_1 {
  text-decoration-line: underline;
  text-decoration-thickness: 0.05em;
}
@media (hover: hover) {
  .mainBlock__subtitle .ref_1:hover {
    text-decoration: none;
  }
}

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

.mainImg {
  width: 50%;
  padding-bottom: 42%;
  font-size: 0.6em;
  position: absolute;
  top: 50%;
  left: 60%;
  transform: translate(0%, -50%);
  z-index: -1;
}
.mainImg img {
  position: absolute;
  transition: opacity 1s, transform 1s;
}
.mainImg img._animGo {
  opacity: 1 !important;
}
.mainImg ._mi1 {
  max-width: 200%;
  width: 110%;
  height: 110%;
  left: -5%;
  top: 0;
}
.mainImg ._mi2 {
  width: 80%;
  left: 0;
  top: 5%;
  animation: move_1 15s infinite linear;
  transform-origin: 50% 70%;
}
.mainImg ._mi3 {
  width: 40%;
  left: 3%;
  bottom: 8%;
  animation: move_1 10s infinite linear;
}
.mainImg ._mi4 {
  width: 32%;
  right: 12%;
  top: 5%;
  z-index: -1;
  animation: move_2 13s infinite linear;
}
.mainImg ._mi5 {
  width: 35%;
  right: 12%;
  bottom: 19%;
  animation: move_2 10s infinite linear;
}

._mi1Wrap {
  animation: move_3 10s infinite linear;
}

@keyframes move_1 {
  0% {
    transform: translate(0, 0) rotate(0);
  }
  25% {
    transform: translate(1%, 0%) rotate(3deg);
  }
  50% {
    transform: translate(0%, 2%) rotate(0deg);
  }
  75% {
    transform: translate(-1%, 0%) rotate(-3deg);
  }
  100% {
    transform: translate(0, 0) rotate(0);
  }
}
@keyframes move_2 {
  0% {
    transform: translate(0, 0) rotate(0);
  }
  25% {
    transform: translate(-1%, 5%) rotate(-3deg);
  }
  50% {
    transform: translate(0%, 10%) rotate(0deg);
  }
  75% {
    transform: translate(1%, 0%) rotate(3deg);
  }
  100% {
    transform: translate(0, 0) rotate(0);
  }
}
@keyframes move_3 {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}
@keyframes move_4 {
  0% {
    transform: translate(0, 0) rotate(0);
  }
  25% {
    transform: translate(-1%, 0%) rotate(-3deg);
  }
  50% {
    transform: translate(0%, 5%) rotate(0deg);
  }
  75% {
    transform: translate(1%, 0%) rotate(3deg);
  }
  100% {
    transform: translate(0, 0) rotate(0);
  }
}
.mainBlock__buttons {
  display: flex;
  gap: 6em;
  margin-top: 6em;
  grid-template-columns: 1fr 1fr;
  max-width: 80em;
}
.mainBlock__buttons .button_1 {
  white-space: nowrap;
}

.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 {
  text-decoration: underline;
  font-size: 2.4em;
  transition: color 0.15s;
}
@media (hover: hover) {
  .footerMenu a:hover {
    color: #fff;
  }
}
.footerMenu a:last-child {
  margin-right: 0;
}

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

.sectionTwo {
  padding: 5em 0 0;
  position: relative;
  margin-top: -1px;
}
.sectionTwo .imgBg img {
  -o-object-position: center top;
     object-position: center top;
}
.sectionTwo .contain {
  position: relative;
}

.title_1 {
  font-size: 6em;
  font-weight: 600;
  line-height: 1;
}

._greenText {
  color: #42E3B4;
}

._greenText2 {
  color: #00D900;
}

.subtitleText {
  margin-top: 3.5em;
}
.subtitleText p {
  margin-top: 1em;
}

.stepsWrap {
  max-width: 845px;
  display: grid;
  gap: 20px;
  grid-template-columns: 1fr 1fr;
  margin-top: 3em;
  position: relative;
  z-index: 1;
}

.stepItem {
  border: 1px solid rgba(190, 248, 236, 0.5);
  border-radius: 2.4em;
  padding: 3em 3em;
  display: inline-block;
  position: relative;
  overflow: hidden;
}
.stepItem._si2 {
  grid-row: span 2;
}
.stepItem::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-color: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(10px);
}

.stepItem__title {
  font-size: 6em;
  font-weight: 600;
  background: linear-gradient(to right, #00D900 0, #42E3B4 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: #fff;
  display: inline-block;
  line-height: 1;
}

.stepItem__text {
  font-size: 20px;
  margin-top: 1em;
}
.stepItem__text p {
  margin-top: 1em;
}
.stepItem__text p:first-child {
  margin-top: 0;
}
.stepItem__text ._greenText2 {
  font-weight: 600;
}

.stepsWrap__level2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  grid-column: span 2;
}

.checkList {
  font-size: 20px;
  margin-top: 1em;
}
.checkList li {
  display: flex;
  margin-top: 0.5em;
}
.checkList li:first-child {
  margin-top: 0;
}
.checkList p > span {
  background: linear-gradient(to bottom, #00D900 0, #42E3B4 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: #fff;
  font-weight: 600;
  display: inline-block;
}
.checkList p a {
  border-bottom: 1px solid #42E3B4;
}
@media (hover: hover) {
  .checkList p a:hover {
    border-color: transparent;
  }
}

.checkList__icon {
  width: 3.8em;
  height: 2.6em;
  position: relative;
  display: block;
  margin-right: 10px;
  top: -0.4em;
}

.imgTwo {
  width: 184.4em;
  height: 192.7em;
  font-size: 0.7em;
  position: absolute;
  top: -5%;
  left: 40%;
  z-index: -1;
}
.imgTwo img {
  position: absolute;
}
.imgTwo ._it1 {
  width: 100%;
  height: 100%;
  animation: move_3 13s infinite linear;
}
.imgTwo ._it2 {
  width: 33%;
  left: 26%;
  top: 28%;
  animation: move_1 15s infinite linear;
}
.imgTwo ._it3 {
  width: 45%;
  left: 27%;
  top: 41%;
  animation: move_4 15s infinite linear;
}
.imgTwo ._it4 {
  width: 25%;
  left: 32%;
  top: 56%;
  animation: move_1 13s infinite linear;
}
.imgTwo ._it5 {
  width: 37%;
  left: 9%;
  top: 57%;
  animation: move_4 10s infinite linear;
}

.borderItem {
  border: 1px solid #65F1CE;
  border-radius: 3em;
  padding: 3em 3em;
  background-color: rgba(0, 0, 0, 0.3);
}

.sberItem {
  display: flex;
}
.sberItem .button_1 {
  margin-top: 1.3em;
}

.sberItem__img {
  width: 11.9em;
  min-width: 11.9em;
  height: 11.9em;
  position: relative;
  margin-right: 3em;
}
.sberItem__img img {
  width: 340%;
  max-width: 340%;
  height: 340%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
}

.form_1 {
  display: grid;
  margin-top: 4.5em;
  grid-template-columns: 1fr 1fr;
  -moz-column-gap: 4em;
       column-gap: 4em;
}
.form_1 .button_1 {
  font-size: 18px;
  margin-top: 25px;
}

.doubleInputs {
  display: flex;
  gap: 20px;
}
.doubleInputs .questionInput {
  width: 135%;
}

.formText {
  font-size: 20px;
  grid-row: span 2;
}

.list_1 {
  list-style-type: none;
}
.list_1 li {
  padding-left: 20px;
  position: relative;
}
.list_1 li::before {
  content: "";
  position: absolute;
  top: 0.6em;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #fff;
  left: 0;
}

.checkboxesItem {
  margin-top: 25px;
}
.checkboxesItem .checkbox_1 {
  margin-top: 18px;
}
.checkboxesItem .checkbox_1:first-child {
  margin-top: 0;
}

.popupBlock {
  display: none;
  opacity: 0;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 30;
  transition: opacity 0.25s;
  background-color: rgba(0, 0, 0, 0.8);
  padding: 40px 10px 15px;
  overflow: auto;
  text-align: center;
  font-size: 10px;
}
.popupBlock:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  pointer-events: none;
}

.popupItem {
  vertical-align: middle;
  margin-left: -5px;
  background-color: #FFF;
  display: inline-block;
  position: relative;
  border-radius: 2em;
  padding: 4em 5em 5em;
  width: 100%;
  transform: translate3d(0, -200px, 0);
  opacity: 0;
  transition: transform 0.7s, opacity 0.7s;
  border: 1px solid #65F1CE;
  background-color: #000;
}
.popupItem._show {
  transform: translate3d(0, 0, 0);
  opacity: 1;
}
.popupItem._t1 {
  max-width: 450px;
}
.popupItem._t2 {
  max-width: 900px;
}
.popupItem .closeIcon {
  top: -40px;
  right: 5px;
}

.closeIcon {
  stroke: #65F1CE;
  width: 30px;
  height: 30px;
  position: absolute;
  cursor: pointer;
  transition: stroke 0.15s;
}
@media (hover: hover) {
  .closeIcon:hover {
    stroke: rgb(14.25, 156.75, 121.125);
  }
}

.popupTitle {
  font-size: 3.2em;
  font-weight: 700;
}

.popupText {
  font-size: 18px;
  margin-top: 20px;
}

.popupTextArea {
  text-align: left;
}
.popupTextArea p {
  font-size: 16px;
  margin-top: 20px;
}

.instructionImg {
  position: relative;
  width: 100%;
  padding-bottom: 27%;
  margin-top: 20px;
  background-color: #eee;
}

.push {
  height: 1000px;
}

/*==========  Desktop First  ==========*/
@media only screen and (max-width: 2000px) {
  .mainBlock__content {
    font-size: calc((1vw + 1vh) / 3);
    font-size: clamp(7px, (1vw + 1vh) / 3, 9px);
  }
  .mainImg {
    left: 50%;
  }
}
@media only screen and (max-width: 1600px) {
  ._section {
    font-size: 9px;
  }
  .mainBlock__buttons {
    gap: 3em;
  }
  .logoSber {
    font-size: 9px;
  }
}
@media only screen and (max-width: 1540px) {
  .contain2 {
    max-width: 1400px;
  }
}
@media only screen and (max-width: 1400px) {
  .contain2 {
    max-width: 1300px;
  }
}
@media only screen and (max-width: 1300px) {
  .contain2 {
    max-width: 1200px;
  }
  .logoSber {
    font-size: 8px;
  }
  .stepItem__text {
    font-size: 18px;
  }
  .stepsWrap {
    max-width: 780px;
  }
  .imgTwo {
    font-size: 0.7em;
  }
  .checkList {
    font-size: 18px;
  }
}
/* Large Devices, Wide Screens */
@media only screen and (max-width: 1200px) {
  ._section {
    font-size: 8px;
  }
  .contain, .contain2 {
    max-width: 992px;
  }
  .mainBlock__title {
    font-size: 9em;
  }
  .mainBlock__subtitle {
    font-size: 4em;
  }
  .footerMenu a {
    font-size: 18px;
  }
  .imgTwo {
    left: 38%;
  }
  .formText {
    font-size: 18px;
  }
  .doubleInputs {
    flex-wrap: wrap;
  }
}
/* Medium Devices, Desktops */
@media only screen and (max-width: 992px) {
  .contain, .contain2 {
    max-width: 768px;
  }
  .sectionMain {
    min-height: auto;
    overflow: hidden;
  }
  .mainBlock {
    max-width: 100%;
    max-width: 662px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    padding-bottom: 5em;
  }
  .mainBlock__content {
    font-size: 0.7em;
  }
  .mainBlock__title span {
    margin-left: 0;
    display: inline-block;
  }
  .mainImg {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    width: 59.1em;
    height: 49.6em;
    padding-bottom: 0;
    font-size: 0.8em;
  }
  .mainBlock__buttons {
    margin-top: 20px;
  }
  .mainBottom {
    display: none;
  }
  .logoSber {
    font-size: 7px;
  }
  .imgTwo {
    position: relative;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    font-size: 0.4em;
    margin-top: -50em;
    margin-bottom: -38em;
  }
  .stepsWrap {
    grid-template-columns: 1fr;
    -moz-column-gap: 0;
         column-gap: 0;
  }
  .title_1 {
    font-size: 5.5em;
  }
  .sberItem__img {
    font-size: 0.8em;
    margin-right: 5em;
  }
  .form_1 {
    grid-template-columns: 1fr;
  }
  .form_1 .button_1 {
    margin-top: 35px;
  }
  .formText {
    margin-top: 20px;
    font-size: 16px;
  }
}
/* Small Devices, Tablets */
@media only screen and (max-width: 768px) {
  .contain, .contain2 {
    max-width: 650px;
  }
  .button_1 {
    font-size: 18px;
    padding-left: 2em;
    padding-right: 2em;
  }
  .mainBlock__content {
    font-size: 0.7em;
  }
  .title_1 {
    font-size: 5em;
  }
  .stepItem__title {
    font-size: 5em;
  }
  ._fz28 {
    font-size: 2.4em;
  }
  .stepsWrap__level2 {
    grid-template-columns: 1fr;
  }
  .doubleInputs {
    flex-wrap: wrap;
  }
}
@media only screen and (max-width: 650px) {
  .contain, .contain2 {
    max-width: 550px;
  }
  .logoSber {
    font-size: 6px;
  }
  .mainBlock__title {
    font-size: 8em;
  }
  .mainBlock__buttons {
    flex-wrap: wrap;
    gap: 20px;
    margin-left: auto;
    margin-right: auto;
  }
  .mainBlock__buttons .button_1 {
    width: 100%;
  }
  .sberItem {
    flex-wrap: wrap;
    text-align: center;
  }
  .sberItem .button_1 {
    max-width: 250px;
    width: 100%;
  }
  .sberItem__text {
    text-align: left;
  }
  .sberItem__img {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 4em;
    font-size: 1.1em;
  }
  .borderItem {
    padding-top: 4em;
    padding-bottom: 4.5em;
  }
  .checkbox_1 .text {
    font-size: 14px;
  }
}
@media only screen and (max-width: 550px) {
  .contain, .contain2 {
    max-width: 480px;
  }
  .mainBlock__title {
    font-size: 7em;
  }
  ._fz28 {
    font-size: 18px;
  }
  #footer {
    padding-top: 4em;
  }
  .popupTitle {
    font-size: 23px;
  }
}
/* Extra Small Devices, Phones */
@media only screen and (max-width: 480px) {
  .contain, .contain2 {
    padding: 0 30px;
  }
  .stepItem__text {
    font-size: 16px;
  }
  .checkList {
    font-size: 16px;
  }
  .title_1 {
    font-size: 4.5em;
  }
  .popupItem {
    padding: 3em 3em 4em;
  }
}
@media only screen and (max-width: 450px) {
  .mainImg {
    font-size: 0.7em;
  }
  .popupTextArea p {
    font-size: 14px;
  }
}
@media only screen and (max-width: 400px) {
  .button_1 {
    font-size: 17px;
  }
  .stepItem {
    padding: 20px;
  }
  .borderItem {
    padding-left: 20px;
    padding-right: 20px;
  }
  .stepItem__title {
    font-size: 3.5em;
  }
  ._fz28 {
    font-size: 17px;
  }
  .sberItem__img {
    font-size: 1em;
  }
  .formText {
    font-size: 14px;
  }
  .input_1._text {
    height: 70px;
  }
  .footerMenu {
    flex-wrap: wrap;
    gap: 15px;
  }
  .popupTitle {
    font-size: 21px;
  }
  .popupText {
    font-size: 16px;
  }
  .input_1 {
    font-size: 12px;
  }
  .popupItem {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media only screen and (max-width: 350px) {
  ._fz28 {
    font-size: 16px;
  }
  .stepItem__text {
    font-size: 14px;
  }
  .checkList {
    font-size: 14px;
  }
  .title_1 {
    font-size: 4em;
  }
  .form_1 .button_1 {
    font-size: 16px;
    width: 100%;
  }
  .borderItem {
    padding-left: 15px;
    padding-right: 15px;
  }
}
/*==========  Mobile First  ==========*/
/* Custom, iPhone Retina */
/* Extra Small Devices, Phones */
/* Small Devices, Tablets */
/* Medium Devices, Desktops */
/* Large Devices, Wide Screens */