@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: #ccc;
  opacity: 1;
}

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

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

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

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

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

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: 1300px;
  padding: 0 50px;
  margin: 0 auto;
}

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

.body_content {
  flex: 1 0 auto;
}

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

.footerMenu {
  display: flex;
  gap: 2em;
}
.footerMenu a {
  text-decoration: underline;
  font-size: 16px;
  transition: color 0.15s;
}
@media (hover: hover) {
  .footerMenu a:hover {
    color: #fff;
  }
}

.footerSteps {
  display: flex;
  margin-top: 2em;
}

.footerStepItem {
  display: flex;
  margin-right: 2em;
}
.footerStepItem:last-child {
  margin-right: 0;
}
.footerStepItem p {
  padding-top: 0.4em;
}

.footerStepItem__num {
  border: 0.15em solid #357F3A;
  border-radius: 50%;
  width: 1.5em;
  height: 1.5em;
  min-width: 1.5em;
  color: #357F3A;
  text-align: center;
  line-height: 1.3em;
  font-size: 13px;
  margin-right: 1em;
}

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

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

.button_1 {
  display: inline-block;
  padding: 1em 1.5em 1em;
  cursor: pointer;
  border: none;
  background-color: #22F3F1;
  font-size: 20px;
  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: 30px;
  z-index: 0;
}
.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: 30px;
  z-index: -1;
  transition: opacity 0.15s;
}
@media (hover: hover) {
  .button_1:hover::before {
    opacity: 0;
  }
}
.button_1:active {
  top: 3px;
}

._gradientText {
  background: linear-gradient(to right, #AAFF17 0, #29F5E4 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: #fff;
}

input:-webkit-autofill {
  -webkit-box-shadow: inset 0 0 0 50px #028F6B;
  -webkit-text-fill-color: #fff !important;
  border: 2px solid #fff !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 .contain {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1540px;
}

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

._section {
  font-size: 10px;
}

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

.sectionMain {
  padding: 10em 0 0;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}
.sectionMain > .contain2 {
  width: 100%;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

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

.mainBlock {
  width: 50%;
}

.mainBlock__title {
  font-size: 6.5em;
  line-height: 1;
  font-weight: 700;
}
.mainBlock__title span {
  font-size: 2.45em;
  display: block;
  font-weight: 600;
  line-height: 1;
}
.mainBlock__title br {
  display: none;
}

.mainBlock__subtitle {
  font-size: 3em;
  margin-top: 30px;
  font-weight: 200;
}
.mainBlock__subtitle span {
  font-weight: 700;
}

.mainBlock__buttons {
  display: flex;
  gap: 20px;
  width: 120%;
  margin-top: 4em;
}

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

.mainImg {
  width: 50%;
  padding-bottom: 39%;
  font-size: 0.6em;
  position: absolute;
  top: 50%;
  left: 53%;
  transform: translate(0%, -50%);
  z-index: -1;
}
.mainImg img {
  transition: transform 1s, opacity 1s;
}

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

.title_2 {
  font-weight: 600;
  font-size: 5em;
  line-height: 1;
}

.subtitle_1 {
  max-width: 35.5em;
  margin-left: auto;
  margin-right: auto;
  margin-top: 1em;
  line-height: 1.5;
}

.sectionParticipate {
  text-align: center;
  padding: 8em 0 0;
}
.sectionParticipate .contain {
  position: relative;
  z-index: 0;
}

._fz16 {
  font-size: 16px;
}

._fz30 {
  font-size: 3em;
}

.ref_1 {
  text-decoration: underline;
}

.participateChance {
  padding: 2em 13em;
  margin-top: 5em;
  position: relative;
  z-index: 0;
}
.participateChance a {
  margin-top: 1em;
  display: inline-block;
}

.participateChance__text {
  font-size: 4em;
  font-weight: 600;
}

.participateChance__img {
  width: 53.5em;
  height: 51.4em;
  font-size: 0.4em;
  position: absolute;
  left: -5em;
  top: 0;
  z-index: -1;
}

._gradientBlock {
  border: 2px solid #BBFF00;
  border-radius: 2em;
  background: linear-gradient(to bottom, #03BB75 0, transparent 100%);
}

._gradientBlock2 {
  border: 2px solid #BBFF00;
  border-radius: 2em;
  background: linear-gradient(to left, #02BD70, #AC6FFC);
}

.stepsWrap {
  display: flex;
  max-width: 90em;
  margin: 6em auto 0;
  justify-content: space-between;
}

.stepItem {
  padding: 3em 2em 4em;
  border-radius: 2em;
  font-weight: 500;
  max-width: 40em;
  display: flex;
  flex-direction: column;
}
.stepItem .button_1 {
  width: 100%;
  margin-top: 2em;
}

.stepItem__title {
  font-size: 3em;
}

.stepItem__text {
  font-size: 2.5em;
  flex: 1;
  margin-top: 0.5em;
}

.formBlockWrap {
  padding-top: 10em;
}

.formBlock {
  text-align: center;
  padding: 40px 30px 50px;
  color: #fff;
}

.form_1 {
  max-width: 600px;
  margin: 30px auto 0;
}
.form_1 .button_1 {
  margin-top: 30px;
  max-width: 340px;
  width: 100%;
}

.form_1__inputs {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 16px;
}

.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 {
  color: #FF1F17;
  margin-top: 5px;
  font-size: 10px;
}

.input_1 {
  border: 2px solid #fff;
  font-size: 14px;
  font-family: inherit;
  color: #fff;
  border-radius: 0;
  padding: 15px 10px;
  transition: border 0.15s;
  width: 100%;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: none;
  outline: none;
}
.input_1._error {
  border-color: #FF2626;
  color: #000;
}
.input_1:focus {
  border-color: #BBFF00;
}

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

.inputAlert {
  margin-top: 5px;
  font-size: 12px;
}
.inputAlert._error {
  color: #FF2626;
}

.form_1__bottom {
  text-align: left;
  margin-top: 20px;
}
.form_1__bottom .checkbox_1 {
  margin-bottom: 15px;
}

.checkbox_1 {
  position: relative;
  display: flex;
  align-items: center;
}
.checkbox_1 .text {
  font-size: 10px;
  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:active {
  top: 3px;
}
.checkboxInput label {
  width: 20px;
  height: 20px;
  display: inline-block;
  cursor: pointer;
  position: relative;
  border-radius: 5px;
  background: #fff;
}
.checkboxInput input:checked + svg {
  opacity: 1;
}
.checkboxInput svg {
  width: 70%;
  height: 70%;
  position: absolute;
  left: 50%;
  top: 50%;
  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;
  }
}

.ref_1 {
  text-decoration: underline;
}

.textSmall {
  font-size: 10px;
  opacity: 0.7;
  margin-top: 20px;
  font-weight: 200;
}

.insuranceItem {
  padding: 3em 7em 4em;
}
.insuranceItem._ii1 {
  display: flex;
  align-items: center;
  margin-top: 5em;
}
.insuranceItem._ii2 {
  display: flex;
  margin-top: 5em;
  gap: 10em;
}
.insuranceItem._ii3 {
  display: flex;
  align-items: center;
  margin-top: 5em;
  justify-content: space-between;
}

.sectionInsurance {
  padding: 10em 0 5em;
}
.sectionInsurance .contain {
  position: relative;
  z-index: 0;
}
.sectionInsurance .title_1 {
  font-size: 5.75em;
}

.insuranceItem__left {
  margin-right: 10em;
}

.insurance__title {
  font-size: 5em;
  font-weight: 600;
  line-height: 1;
}

.insurance__text {
  margin-top: 0.8em;
  line-height: 1.2;
}

.insuranceItem__img {
  width: 24.6em;
  min-width: 24.6em;
  height: 28.1em;
}

.insuranceItem__area > p {
  font-weight: 600;
  margin-bottom: 0.7em;
}

.list_1 {
  list-style-type: none;
}
.list_1 li {
  font-size: 16px;
  font-weight: 200;
  position: relative;
  padding-left: 2.5em;
  margin-top: 1em;
}
.list_1 li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 1.2em;
  height: 1.2em;
  border-radius: 50%;
  background: linear-gradient(to right, #2CFF80 0, #25EBF8 150%);
}
.list_1 li:first-child {
  margin-top: 0;
}

.insuranceItem__img2 {
  width: 34.5em;
  min-width: 34.5em;
  height: 52.9em;
  font-size: 0.5em;
  margin-right: 10em;
}

.doubleButton {
  margin-top: 7em;
  display: flex;
  justify-content: space-between;
  max-width: 850px;
  margin-left: auto;
  margin-right: auto;
}

.sectionAdvantages {
  padding-top: 10em;
  padding-bottom: 5em;
  text-align: center;
}
.sectionAdvantages .contain {
  position: relative;
  z-index: 0;
}

.advantagesWrap {
  display: flex;
  justify-content: space-between;
  margin-top: 7em;
}

.advantagesItem {
  width: 30%;
}

.advantagesItem__icon {
  width: 10em;
  height: 10em;
  background-color: #0BA613;
  border-radius: 50%;
  box-shadow: inset 0 0 2em white;
  position: relative;
  margin-left: auto;
  margin-right: auto;
}
.advantagesItem__icon img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  max-width: 70%;
  max-height: 70%;
}

.advantagesItem__title {
  font-size: 2.8em;
  font-weight: 600;
  margin-top: 1em;
}

.advantagesItem__text {
  font-size: 2.2em;
  margin-top: 1em;
}

.colorBg {
  position: absolute;
  z-index: -1;
  display: block;
  border-radius: 50%;
  pointer-events: none;
}
.colorBg._cb1 {
  background-color: #026B4D;
  width: 70em;
  height: 70em;
  filter: blur(200px);
  top: 10%;
  right: 80%;
}
.colorBg._cb2 {
  width: 180em;
  height: 70em;
  background-color: #015C6B;
  filter: blur(200px);
  top: 50%;
  left: 0;
}
.colorBg._cb3 {
  background-color: #026B4D;
  width: 150em;
  height: 70em;
  filter: blur(200px);
  top: 10%;
  left: 50%;
  transform: rotate(10deg);
}
.colorBg._cb4 {
  width: 180em;
  height: 70em;
  background-color: #015C6B;
  filter: blur(600px);
  top: 30%;
  right: 30%;
  opacity: 0.8;
}
.colorBg._cb5 {
  width: 180em;
  height: 70em;
  background-color: #0C3C38;
  filter: blur(300px);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-20deg);
}
.colorBg._cb6 {
  width: 100em;
  height: 50em;
  background-color: #026B4D;
  filter: blur(300px);
  top: 0;
  left: 0;
  transform: translate(-30%, -90%) rotate(-20deg);
}
.colorBg._cb7 {
  width: 100em;
  height: 50em;
  background-color: #006550;
  filter: blur(100px);
  top: 0;
  right: 0;
  transform: translate(40%, -90%) rotate(20deg);
}

.floatImg {
  position: absolute;
  z-index: -1;
  pointer-events: none;
}
.floatImg._fi1 {
  width: 23.5em;
  height: 21.9em;
  top: 0%;
  left: 99%;
  font-size: 0.6em;
}
.floatImg._fi2 {
  width: 23.5em;
  height: 21.9em;
  bottom: 20%;
  right: 100%;
  font-size: 0.75em;
}
.floatImg._fi3 {
  width: 23.5em;
  height: 21.9em;
  top: 15%;
  left: 100%;
  font-size: 0.6em;
}
.floatImg._fi4 {
  width: 23.5em;
  height: 21.9em;
  bottom: 45%;
  right: 100%;
  font-size: 0.75em;
}
.floatImg._fi5 {
  width: 23.5em;
  height: 21.9em;
  top: 15%;
  left: 100%;
  font-size: 0.7em;
}

.popupBlock {
  display: none;
  opacity: 0;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 20;
  transition: opacity 0.25s;
  background-color: rgba(0, 0, 0, 0.6);
  padding: 40px 10px 15px;
  overflow: auto;
  text-align: center;
}
.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: 15px;
  padding: 35px 20px 45px;
  width: 100%;
  transform: translate3d(0, -200px, 0);
  opacity: 0;
  transition: transform 0.7s, opacity 0.7s;
}
.popupItem._show {
  transform: translate3d(0, 0, 0);
  opacity: 1;
}
.popupItem._t1 {
  max-width: 450px;
}
.popupItem .closeIcon {
  top: -40px;
  right: 5px;
}

.closeIcon {
  width: 30px;
  height: 30px;
  position: absolute;
  cursor: pointer;
  top: -40px;
  right: 5px;
  stroke: #BBFF00;
  transition: stroke 0.15s;
}
@media (hover: hover) {
  .closeIcon:hover {
    stroke: rgb(130.9, 178.5, 0);
  }
}

.popupTitle {
  font-size: 25px;
  font-weight: 700;
}

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

.push {
  height: 1000px;
}

/*==========  Desktop First  ==========*/
@media only screen and (max-width: 1600px) {
  ._section {
    font-size: 9px;
  }
  .logoSber {
    font-size: 9px;
  }
}
@media only screen and (max-width: 1540px) {
  .contain2 {
    max-width: 1400px;
  }
  .mainBlock__buttons .button_1 {
    font-size: 2em;
  }
}
@media only screen and (max-width: 1400px) {
  .contain2 {
    max-width: 1300px;
  }
}
@media only screen and (max-width: 1300px) {
  .doubleButton {
    max-width: 800px;
  }
  .logoSber {
    font-size: 8px;
  }
  .contain2 {
    max-width: 1200px;
  }
}
/* Large Devices, Wide Screens */
@media only screen and (max-width: 1200px) {
  ._section {
    font-size: 8px;
  }
  .contain {
    max-width: 992px;
  }
  .contain2 {
    max-width: 992px;
  }
  .button_1 {
    font-size: 18px;
  }
  .insurance__title {
    font-size: 4.5em;
  }
  .doubleButton {
    max-width: 720px;
  }
  .mainBlock__buttons .button_1 {
    font-size: 1.8em;
  }
}
/* Medium Devices, Desktops */
@media only screen and (max-width: 992px) {
  ._section {
    font-size: 7px;
  }
  .contain {
    max-width: 768px;
  }
  .sectionMain {
    padding-top: 12em;
  }
  .mainBlock {
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    font-size: 0.9em;
    text-align: center;
    width: 100%;
  }
  .mainBlock__buttons {
    width: 100%;
    justify-content: center;
  }
  .mainBlock__buttons .button_1 {
    font-size: 2.2em;
  }
  .mainBlock__title {
    font-size: 6em;
  }
  .mainBlock__title br {
    display: block;
  }
  .mainImg {
    position: relative;
    transform: translate(0, 0);
    top: 0;
    left: 0;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
    width: 39em;
    height: 28.3em;
    font-size: 1.5em;
    padding-bottom: 0;
  }
  .mainImg img {
    position: relative;
  }
  .title_1 {
    font-size: 5.8em;
  }
  .sectionInsurance .title_1 {
    font-size: 5.5em;
  }
  ._fz30 {
    font-size: 2.5em;
  }
  .participateChance__text {
    font-size: 3.5em;
  }
  .form_1__inputs {
    grid-template-columns: 1fr;
  }
  .button_1 {
    font-size: 16px;
    padding: 1.2em 1.5em;
  }
  .insurance__title {
    font-size: 4.3em;
  }
  .insuranceItem._ii2 {
    gap: 0;
    flex-wrap: wrap;
  }
  .insuranceItem__area {
    margin-top: 20px;
  }
  .insuranceItem__area:first-child {
    margin-top: 0;
  }
  .insuranceItem__area > p {
    font-size: 3em;
  }
  .insuranceItem__img2 {
    font-size: 0.4em;
  }
  .doubleButton {
    max-width: 630px;
  }
  .advantagesItem__text {
    font-size: 16px;
  }
  .footerSteps {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px 20px;
  }
  .logoSber {
    font-size: 7px;
  }
}
/* Small Devices, Tablets */
@media only screen and (max-width: 768px) {
  ._section {
    font-size: 6px;
  }
  .contain {
    max-width: 650px;
  }
  .mainBlock__text {
    font-size: 18px;
  }
  .mainBlock__buttons {
    gap: 13px;
  }
  .mainBlock__buttons .button_1 {
    font-size: 2.5em;
  }
  .title_1 {
    font-size: 5.3em;
  }
  .sectionInsurance .title_1 {
    font-size: 5em;
  }
  .title_2 {
    font-size: 4.8em;
  }
  .stepItem__title {
    font-size: 3.5em;
  }
  .stepItem__text {
    font-size: 17px;
  }
  .insurance__title {
    font-size: 4.1em;
  }
  .list_1 li {
    font-size: 14px;
    padding-left: 1.5em;
  }
  .list_1 li::before {
    width: 1em;
    height: 1em;
    min-width: 1em;
  }
  .doubleButton {
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
  }
  .advantagesWrap {
    flex-wrap: wrap;
    justify-content: center;
  }
  .advantagesItem {
    width: 48%;
  }
  .advantagesItem:first-child {
    margin-right: 4%;
  }
  .advantagesItem:last-child {
    margin-top: 5em;
  }
  .footerMenu a {
    font-size: 14px;
  }
}
@media only screen and (max-width: 650px) {
  .contain {
    max-width: 550px;
  }
  .participateChance__text {
    font-size: 3em;
  }
  .stepsWrap {
    flex-wrap: wrap;
    gap: 40px;
  }
  .stepItem {
    max-width: 100%;
    width: 100%;
  }
  .insuranceItem {
    padding: 3em 4em 4em;
  }
  .insuranceItem__img {
    font-size: 0.8em;
  }
  .insurance__title {
    font-size: 4em;
  }
  .logoSber {
    font-size: 6px;
  }
}
@media only screen and (max-width: 550px) {
  .contain {
    max-width: 480px;
  }
  .mainBlock__text {
    font-size: 16px;
  }
  .title_1 {
    font-size: 5em;
  }
  .title_2 {
    font-size: 4.5em;
  }
  .mainBlock__subtitle {
    margin-top: 15px;
  }
  .mainBlock__buttons {
    flex-wrap: wrap;
    max-width: 250px;
    gap: 20px;
    margin-left: auto;
    margin-right: auto;
  }
  .mainBlock__buttons .button_1 {
    width: 100%;
  }
  .insuranceItem._ii1 {
    flex-wrap: wrap;
  }
  .insuranceItem__left {
    margin-right: 3em;
  }
  .insuranceItem__img {
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
  }
  .insuranceItem__img2 {
    margin-right: 0;
  }
  .advantagesItem {
    width: 100%;
    margin-top: 5em;
  }
  .advantagesItem:first-child {
    margin-right: 0;
    margin-top: 0;
  }
  .advantagesItem:last-child {
    margin-top: 5em;
  }
  .footerSteps {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
  }
  .sectionParticipate {
    padding-top: 10em;
  }
  .popupTitle {
    font-size: 23px;
  }
  .mainBlock {
    max-width: 400px;
  }
  .mainBlock__title {
    font-size: 5em;
  }
}
/* Extra Small Devices, Phones */
@media only screen and (max-width: 480px) {
  .contain, .contain2 {
    padding: 0 30px;
  }
  .participateChance {
    padding: 2em;
  }
  .participateChance__img {
    display: none;
  }
  .button_1 {
    font-size: 14px;
  }
}
@media only screen and (max-width: 400px) {
  .mainBlock__title {
    font-size: 4.5em;
  }
  .formBlock {
    padding: 30px 20px 40px;
  }
  .title_1 {
    font-size: 4.7em;
  }
  .sectionInsurance .title_1 {
    font-size: 4.7em;
  }
  .insuranceItem__img2 {
    font-size: 0.3em;
  }
  .popupTitle {
    font-size: 21px;
  }
  .popupText {
    font-size: 16px;
  }
}
@media only screen and (max-width: 350px) {
  .insuranceItem__img2 {
    font-size: 0.23em;
  }
  .insuranceItem {
    padding: 3em 20px 4em;
  }
}
/*==========  Mobile First  ==========*/
/* Custom, iPhone Retina */
/* Extra Small Devices, Phones */
/* Small Devices, Tablets */
/* Medium Devices, Desktops */
/* Large Devices, Wide Screens */