@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&display=swap");
.container {
  max-width: 1280px;
  margin: 0 auto;
}
@media (max-width: 1310px) {
  .container {
    max-width: 1200px;
  }
}
@media (max-width: 1220px) {
  .container {
    max-width: 992px;
  }
}
@media (max-width: 992px) {
  .container {
    max-width: 768px;
  }
}
@media (max-width: 768px) {
  .container {
    max-width: none;
    padding: 0 10px;
  }
}

* {
  padding: 0px;
  margin: 0px;
  border: 0px;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

:focus,
:active {
  outline: none;
}

a:focus,
a:active {
  outline: none;
}

aside,
nav,
footer,
header,
section {
  display: block;
}

html,
body {
  height: 100%;
  margin: 0;
  padding: 0;
  min-width: 375px;
  position: relative;
  width: 100%;
  color: #000;
  background-color: #fff;
  font-family: "Manrope", serif;
}

body {
  font-size: 100%;
  line-height: 1;
  font-size: 14px;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
@media (max-width: 992px) {
  body.lock {
    overflow: hidden;
  }
}

input,
button,
textarea {
  font-family: "Manrope", serif;
}

input::-ms-clear {
  display: none;
}

button {
  cursor: pointer;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

a,
a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

ul li {
  list-style: none;
}

img {
  vertical-align: top;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: inherit;
  font-size: inherit;
}

.container {
  max-width: 1280px;
  margin: 0 auto;
}
@media (max-width: 1310px) {
  .container {
    max-width: 1200px;
  }
}
@media (max-width: 1220px) {
  .container {
    max-width: 992px;
  }
}
@media (max-width: 992px) {
  .container {
    max-width: 768px;
  }
}
@media (max-width: 768px) {
  .container {
    max-width: none;
    padding: 0 10px;
  }
}

body,
html {
  background-color: #111937;
  color: #fff;
}
body.lock,
html.lock {
  overflow: hidden;
}

.content {
  overflow: hidden;
}

.no-select {
  -webkit-touch-callout: none; /* iOS Safari */
  -webkit-user-select: none; /* Chrome/Safari/Opera */ /* Konqueror */
  -moz-user-select: none; /* Firefox */
  -ms-user-select: none; /* Internet Explorer/Edge */
  user-select: none;
}

.iti__search-input {
  background-color: #fff !important;
  height: 30px !important;
  line-height: 30px !important;
  border-radius: 0px !important;
}

.iti__divider {
  display: none !important;
}

.font-20 {
  font-size: 20px;
  line-height: 1.3;
  color: #fff;
}
@media (max-width: 480px) {
  .font-20 {
    font-size: 16px;
  }
}
.font-20 span {
  font-size: 30px;
  color: #ff0099;
}
@media (max-width: 480px) {
  .font-20 span {
    font-size: 22px;
  }
}

.font-90 {
  font-size: 90px;
  line-height: 1.3;
  color: #fff;
  text-transform: uppercase;
}
@media (max-width: 1310px) {
  .font-90 {
    font-size: 72px;
  }
}
@media (max-width: 1220px) {
  .font-90 {
    font-size: 62px;
  }
}
@media (max-width: 992px) {
  .font-90 {
    font-size: 52px;
  }
}
@media (max-width: 768px) {
  .font-90 {
    font-size: 42px;
  }
}
@media (max-width: 480px) {
  .font-90 {
    font-size: 32px;
  }
}

.mb30 {
  margin-bottom: 30px;
}

.pt {
  padding-top: 80px;
}
@media (max-width: 1310px) {
  .pt {
    padding-top: 70px;
  }
}
@media (max-width: 1220px) {
  .pt {
    padding-top: 60px;
  }
}
@media (max-width: 992px) {
  .pt {
    padding-top: 50px;
  }
}
@media (max-width: 768px) {
  .pt {
    padding-top: 40px;
  }
}

.pb {
  padding-bottom: 80px;
}
@media (max-width: 1310px) {
  .pb {
    padding-bottom: 70px;
  }
}
@media (max-width: 1220px) {
  .pb {
    padding-bottom: 60px;
  }
}
@media (max-width: 992px) {
  .pb {
    padding-bottom: 50px;
  }
}
@media (max-width: 768px) {
  .pb {
    padding-bottom: 40px;
  }
}

.iti__country-name {
  color: #333 !important;
}

.open-popup {
  cursor: pointer;
}

.banner {
  padding-bottom: 205px;
  position: relative;
}
@media (max-width: 768px) {
  .banner {
    padding-bottom: 80px;
  }
}
@media (max-width: 480px) {
  .banner {
    padding-bottom: 40px;
  }
}

.banner__img-hand {
  width: 1197px;
  height: 872px;
  position: absolute;
  display: block;
  right: 0;
  bottom: 85px;
  z-index: -1;
  pointer-events: none;
  background: url("./../img/1/2.png") center center/contain no-repeat;
}
@media (max-width: 1425px) {
  .banner__img-hand {
    right: -100px;
  }
}
@media (max-width: 1310px) {
  .banner__img-hand {
    width: 1097px;
    height: 772px;
    right: -50px;
  }
}
@media (max-width: 1220px) {
  .banner__img-hand {
    width: 997px;
    height: 672px;
    right: -100px;
    bottom: 200px;
  }
}
@media (max-width: 992px) {
  .banner__img-hand {
    width: 797px;
    height: 472px;
    bottom: 450px;
  }
}
@media (max-width: 768px) {
  .banner__img-hand {
    width: 697px;
    height: 372px;
    bottom: 360px;
  }
}
@media (max-width: 600px) {
  .banner__img-hand {
    width: 697px;
    height: 302px;
    right: 0;
    bottom: 370px;
    background: url("./../img/1/2.png") right center/contain no-repeat;
  }
}
@media (max-width: 530px) {
  .banner__img-hand {
    width: 697px;
    height: 272px;
    bottom: 360px;
  }
}
@media (max-width: 480px) {
  .banner__img-hand {
    bottom: 330px;
  }
}
@media (max-width: 450px) {
  .banner__img-hand {
    right: -10px;
    bottom: 330px;
  }
}
@media (max-width: 400px) {
  .banner__img-hand {
    right: -30px;
  }
}

.banner__wrap {
  position: relative;
  z-index: 100;
  background: url("./../img/1/bg.png") center bottom/cover no-repeat;
}

.banner__img-money {
  width: 634px;
  height: 634px;
  position: absolute;
  display: block;
  left: 0;
  right: 0;
  top: 200px;
  margin: auto;
  z-index: 2;
  pointer-events: none;
  background: url("./../img/1/1.png") center center/cover no-repeat;
}
@media (max-width: 1310px) {
  .banner__img-money {
    width: 554px;
    height: 554px;
    top: 250px;
  }
}
@media (max-width: 1220px) {
  .banner__img-money {
    width: 454px;
    height: 454px;
  }
}
@media (max-width: 992px) {
  .banner__img-money {
    width: 300px;
    height: 300px;
    top: 150px;
  }
}
@media (max-width: 768px) {
  .banner__img-money {
    width: 180px;
    height: 180px;
    top: 120px;
  }
}
@media (max-width: 530px) {
  .banner__img-money {
    top: 110px;
  }
}
@media (max-width: 480px) {
  .banner__img-money {
    top: 85px;
  }
}
@media (max-width: 450px) {
  .banner__img-money {
    top: 85px;
  }
}

.banner-row {
  padding: 90px 0 270px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  z-index: 10;
}
@media (max-width: 992px) {
  .banner-row {
    display: block;
    padding: 250px 0 24px 0;
  }
}
@media (max-width: 768px) {
  .banner-row {
    padding: 180px 0 24px 0;
  }
}

.banner-row-left {
  position: relative;
  top: 67px;
  text-align: center;
  background: url("./../img/1/border-left.png") center center/contain no-repeat;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 274px;
          flex: 0 1 274px;
  padding: 23px 23px;
}
@media (max-width: 992px) {
  .banner-row-left {
    width: 231px;
    display: block;
    top: 0;
    padding: 17px 9px;
  }
}
@media (max-width: 480px) {
  .banner-row-left {
    background: url("./../img/1/border-right.png") center center/contain no-repeat;
  }
}

.banner-row-left__title {
  color: #ff0099;
  font-weight: 600;
  font-size: 28px;
  line-height: 1.3;
}
@media (max-width: 992px) {
  .banner-row-left__title {
    font-size: 20px;
  }
}

.banner-row-left__subtitle {
  font-size: 20px;
  line-height: 1.3;
}
@media (max-width: 992px) {
  .banner-row-left__subtitle {
    font-size: 16px;
  }
}

.banner-row-right {
  text-align: center;
  background: url("./../img/1/border-right.png") center center/contain no-repeat;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 274px;
          flex: 0 1 274px;
  padding: 23px 11px;
}
@media (max-width: 992px) {
  .banner-row-right {
    display: none;
  }
}
@media (max-width: 992px) {
  .banner-row-right {
    width: 231px !important;
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 1 231px !important;
            flex: 0 1 231px !important;
    top: 0;
    padding: 17px 9px;
    margin-bottom: 40px;
  }
}

@media (max-width: 992px) {
  .banner-row-right__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
.banner-row-right__wrap .banner-row-right {
  display: none;
}
@media (max-width: 992px) {
  .banner-row-right__wrap .banner-row-right {
    display: block;
  }
}

.banner-row-right__title {
  color: #ff0099;
  font-weight: 600;
  font-size: 28px;
  line-height: 1.3;
}
@media (max-width: 992px) {
  .banner-row-right__title {
    font-size: 20px;
  }
}

.banner-row-right__subtitle {
  font-size: 20px;
  line-height: 1.3;
}
@media (max-width: 992px) {
  .banner-row-right__subtitle {
    font-size: 16px;
  }
}

.banner__btn {
  background-color: #ff0099;
  font-size: 32px;
  font-weight: 600;
  height: 76px;
  line-height: 76px;
  text-align: center;
  max-width: 480px;
  position: relative;
  z-index: 10;
}
@media (max-width: 992px) {
  .banner__btn {
    max-width: 100%;
    height: 62px;
    line-height: 62px;
    font-size: 25px;
  }
}
@media (max-width: 768px) {
  .banner__btn {
    font-size: 22px;
  }
}

.header-mobile1 {
  position: relative;
  z-index: 1000;
}

.about {
  padding-bottom: 140px;
}
@media (max-width: 1310px) {
  .about {
    padding-bottom: 120px;
  }
}
@media (max-width: 1220px) {
  .about {
    padding-bottom: 100px;
  }
}
@media (max-width: 992px) {
  .about {
    padding-bottom: 80px;
  }
}
@media (max-width: 768px) {
  .about {
    padding-bottom: 60px;
  }
}
@media (max-width: 480px) {
  .about {
    padding-bottom: 40px;
  }
}

@media (max-width: 1220px) {
  .about__title {
    text-align: right;
    margin-bottom: 24px;
  }
}

.about-row-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media (max-width: 1220px) {
  .about-row-wrap {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

.about-row {
  max-width: 700px;
}
@media (max-width: 992px) {
  .about-row {
    max-width: 100%;
  }
}

.about-row__item {
  margin-bottom: 20px;
}
.about-row__item:last-child {
  margin-bottom: 0;
}

.who {
  padding-bottom: 140px;
}
@media (max-width: 1310px) {
  .who {
    padding-bottom: 120px;
  }
}
@media (max-width: 1220px) {
  .who {
    padding-bottom: 100px;
  }
}
@media (max-width: 992px) {
  .who {
    padding-bottom: 50px;
  }
}
@media (max-width: 768px) {
  .who {
    padding-bottom: 36px;
  }
}
@media (max-width: 480px) {
  .who {
    padding-bottom: 16px;
  }
}

.who__title {
  margin-bottom: 80px;
  font-size: 139px;
  text-align: center;
  color: #fff;
  font-weight: 600;
  line-height: 1.3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 1310px) {
  .who__title {
    margin-bottom: 70px;
  }
}
@media (max-width: 1220px) {
  .who__title {
    margin-bottom: 60px;
  }
}
@media (max-width: 992px) {
  .who__title {
    margin-bottom: 50px;
  }
}
@media (max-width: 768px) {
  .who__title {
    margin-bottom: 40px;
  }
}
@media (max-width: 480px) {
  .who__title {
    margin-bottom: 32px;
  }
}
.who__title span:nth-child(1) {
  position: relative;
  -webkit-filter: blur(10px);
          filter: blur(10px);
}
.who__title span:nth-child(2) {
  -webkit-filter: blur(4px);
          filter: blur(4px);
}
.who__title span:nth-child(3) {
  -webkit-filter: blur(2px);
          filter: blur(2px);
}
.who__title span:nth-child(4) {
  -webkit-filter: blur(2px);
          filter: blur(2px);
}
.who__title span:nth-child(5) {
  -webkit-filter: blur(4px);
          filter: blur(4px);
}
.who__title span:nth-child(6) {
  -webkit-filter: blur(10px);
          filter: blur(10px);
}
@media (max-width: 1310px) {
  .who__title {
    font-size: 130px;
  }
}
@media (max-width: 1220px) {
  .who__title {
    font-size: 100px;
  }
  .who__title span:nth-child(1) {
    position: relative;
    -webkit-filter: blur(7px);
            filter: blur(7px);
  }
  .who__title span:nth-child(6) {
    -webkit-filter: blur(7px);
            filter: blur(7px);
  }
}
@media (max-width: 992px) {
  .who__title {
    font-size: 80px;
  }
  .who__title span:nth-child(1) {
    position: relative;
    -webkit-filter: blur(5px);
            filter: blur(5px);
  }
  .who__title span:nth-child(2) {
    -webkit-filter: blur(2px);
            filter: blur(2px);
  }
  .who__title span:nth-child(3) {
    -webkit-filter: blur(1px);
            filter: blur(1px);
  }
  .who__title span:nth-child(4) {
    -webkit-filter: blur(1px);
            filter: blur(1px);
  }
  .who__title span:nth-child(5) {
    -webkit-filter: blur(2px);
            filter: blur(2px);
  }
  .who__title span:nth-child(6) {
    -webkit-filter: blur(5px);
            filter: blur(5px);
  }
}
@media (max-width: 768px) {
  .who__title {
    font-size: 60px;
  }
}
@media (max-width: 580px) {
  .who__title {
    font-size: 50px;
  }
}
@media (max-width: 530px) {
  .who__title {
    font-size: 38px;
  }
  .who__title span:nth-child(1) {
    -webkit-filter: blur(3px);
            filter: blur(3px);
  }
  .who__title span:nth-child(2) {
    -webkit-filter: blur(2px);
            filter: blur(2px);
  }
  .who__title span:nth-child(3) {
    -webkit-filter: blur(1px);
            filter: blur(1px);
  }
  .who__title span:nth-child(4) {
    -webkit-filter: blur(1px);
            filter: blur(1px);
  }
  .who__title span:nth-child(5) {
    -webkit-filter: blur(2px);
            filter: blur(2px);
  }
  .who__title span:nth-child(6) {
    -webkit-filter: blur(3px);
            filter: blur(3px);
  }
}

.who-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 992px) {
  .who-top {
    display: none;
  }
}

.who-top-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.who-top-left-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.who-top-left-title__img {
  margin-right: 40px;
}

.who-top-left-title__text {
  font-size: 30px;
  margin-right: 24px;
}

.who-top-left__text {
  max-width: 187px;
  text-align: center;
}

.who-top-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.who-top-right-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.who-top-right-title__img {
  margin-right: 40px;
}

.who-top-right-title__text {
  font-size: 30px;
  margin-right: 24px;
}

.who-top-right__text {
  max-width: 187px;
  text-align: center;
}

.who-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 992px) {
  .who-center {
    display: none;
  }
}

.who-center-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.who-center-item-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.who-center-item-title__img {
  margin-right: 40px;
}

.who-center-item-title__text {
  font-size: 30px;
  margin-right: 24px;
}

.who-center-item__text {
  max-width: 187px;
  text-align: center;
}

.who-decors {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 40px 0;
}
@media (max-width: 992px) {
  .who-decors {
    display: none;
  }
}

.who-decors-left img:nth-child(1) {
  margin-right: 33px;
}
@media (max-width: 1310px) {
  .who-decors-left img:nth-child(1) {
    margin-right: 25px;
  }
}
.who-decors-left img:nth-child(2) {
  margin-right: 80px;
}
@media (max-width: 1310px) {
  .who-decors-left img:nth-child(2) {
    margin-right: 50px;
  }
}
.who-decors-left img:nth-child(3) {
  margin-right: 33px;
}
@media (max-width: 1310px) {
  .who-decors-left img:nth-child(3) {
    margin-right: 25px;
  }
}
@media (max-width: 1220px) {
  .who-decors-left img:nth-child(3) {
    display: none;
  }
}
@media (max-width: 1220px) {
  .who-decors-left img:nth-child(4) {
    display: none;
  }
}

.who-decors-right img:nth-child(1) {
  margin-right: 33px;
}
@media (max-width: 1310px) {
  .who-decors-right img:nth-child(1) {
    margin-right: 25px;
  }
}
@media (max-width: 1220px) {
  .who-decors-right img:nth-child(1) {
    display: none;
  }
}
.who-decors-right img:nth-child(2) {
  margin-right: 80px;
}
@media (max-width: 1310px) {
  .who-decors-right img:nth-child(2) {
    margin-right: 50px;
  }
}
@media (max-width: 1220px) {
  .who-decors-right img:nth-child(2) {
    display: none;
  }
}
.who-decors-right img:nth-child(3) {
  margin-right: 33px;
}
@media (max-width: 1310px) {
  .who-decors-right img:nth-child(3) {
    margin-right: 25px;
  }
}

.who-mobile {
  display: none;
}
@media (max-width: 992px) {
  .who-mobile {
    display: block;
    max-width: 500px;
    margin: 0 auto;
  }
}

.who-mobile-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.who-mobile-item-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.who-mobile-item-left__img {
  margin-right: 12px;
}

.who-mobile-item-left__text {
  font-size: 22px;
}

.who-mobile-item-right__text {
  font-size: 16px;
  text-align: right;
  line-height: 1.3;
}

.who-mobile-decors {
  margin: 24px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.who-mobile-decors-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.who-mobile-decors-left img:nth-child(1) {
  margin-right: 9px;
}
.who-mobile-decors-left img:nth-child(2) {
  margin-right: 22px;
}
.who-mobile-decors-left img:nth-child(3) {
  margin-right: 9px;
}

.who-mobile-decors-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.who-mobile-decors-right img:nth-child(1) {
  margin-right: 9px;
}
.who-mobile-decors-right img:nth-child(2) {
  margin-right: 22px;
}
.who-mobile-decors-right img:nth-child(3) {
  margin-right: 9px;
}

.self {
  padding-bottom: 78px;
}
@media (max-width: 1220px) {
  .self {
    padding-bottom: 70px;
  }
}
@media (max-width: 992px) {
  .self {
    padding-bottom: 60px;
  }
}
@media (max-width: 768px) {
  .self {
    padding-bottom: 50px;
  }
}
@media (max-width: 480px) {
  .self {
    padding-bottom: 40px;
  }
}

.self__title {
  text-align: right;
}
@media (max-width: 992px) {
  .self__title {
    margin-bottom: 24px;
  }
}

.self__subtitle {
  text-align: center;
  margin-bottom: 66px;
}
@media (max-width: 992px) {
  .self__subtitle {
    margin-bottom: 40px;
    text-align: left;
  }
}

.self__btn {
  background-color: #ff0099;
  font-size: 32px;
  font-weight: 600;
  height: 76px;
  line-height: 76px;
  text-align: center;
  max-width: 480px;
  position: relative;
  z-index: 10;
  margin: 0 auto;
}
@media (max-width: 992px) {
  .self__btn {
    max-width: 100%;
    height: 62px;
    line-height: 62px;
    font-size: 25px;
  }
}
@media (max-width: 768px) {
  .self__btn {
    font-size: 22px;
  }
}

.plus {
  position: relative;
}
.plus:after {
  content: "";
  display: inline-block;
  left: 0;
  top: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  background: url("./../img/3/bg.png") center 0/cover no-repeat;
}
@media (max-width: 1500px) {
  .plus:after {
    height: 960px;
  }
}

.plus-body {
  position: relative;
  z-index: 2;
}

.plus__title {
  margin-bottom: 80px;
  font-size: 139px;
  text-align: center;
  color: #fff;
  font-weight: 600;
  line-height: 1.3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 1310px) {
  .plus__title {
    margin-bottom: 70px;
  }
}
@media (max-width: 1220px) {
  .plus__title {
    margin-bottom: 60px;
  }
}
@media (max-width: 992px) {
  .plus__title {
    margin-bottom: 50px;
  }
}
@media (max-width: 768px) {
  .plus__title {
    margin-bottom: 40px;
  }
}
@media (max-width: 480px) {
  .plus__title {
    margin-bottom: 32px;
  }
}
.plus__title span:nth-child(1) {
  position: relative;
  -webkit-filter: blur(10px);
          filter: blur(10px);
}
.plus__title span:nth-child(2) {
  -webkit-filter: blur(4px);
          filter: blur(4px);
}
.plus__title span:nth-child(3) {
  -webkit-filter: blur(2px);
          filter: blur(2px);
}
.plus__title span:nth-child(4) {
  -webkit-filter: blur(2px);
          filter: blur(2px);
}
.plus__title span:nth-child(5) {
  -webkit-filter: blur(4px);
          filter: blur(4px);
}
.plus__title span:nth-child(6) {
  -webkit-filter: blur(10px);
          filter: blur(10px);
}
@media (max-width: 1310px) {
  .plus__title {
    font-size: 130px;
  }
}
@media (max-width: 1220px) {
  .plus__title {
    font-size: 100px;
  }
  .plus__title span:nth-child(1) {
    position: relative;
    -webkit-filter: blur(7px);
            filter: blur(7px);
  }
  .plus__title span:nth-child(6) {
    -webkit-filter: blur(7px);
            filter: blur(7px);
  }
}
@media (max-width: 992px) {
  .plus__title {
    font-size: 80px;
  }
  .plus__title span:nth-child(1) {
    position: relative;
    -webkit-filter: blur(5px);
            filter: blur(5px);
  }
  .plus__title span:nth-child(2) {
    -webkit-filter: blur(2px);
            filter: blur(2px);
  }
  .plus__title span:nth-child(3) {
    -webkit-filter: blur(1px);
            filter: blur(1px);
  }
  .plus__title span:nth-child(4) {
    -webkit-filter: blur(1px);
            filter: blur(1px);
  }
  .plus__title span:nth-child(5) {
    -webkit-filter: blur(2px);
            filter: blur(2px);
  }
  .plus__title span:nth-child(6) {
    -webkit-filter: blur(5px);
            filter: blur(5px);
  }
}
@media (max-width: 768px) {
  .plus__title {
    font-size: 60px;
  }
}
@media (max-width: 580px) {
  .plus__title {
    font-size: 50px;
  }
}
@media (max-width: 530px) {
  .plus__title {
    font-size: 38px;
  }
  .plus__title span:nth-child(1) {
    -webkit-filter: blur(3px);
            filter: blur(3px);
  }
  .plus__title span:nth-child(2) {
    -webkit-filter: blur(2px);
            filter: blur(2px);
  }
  .plus__title span:nth-child(3) {
    -webkit-filter: blur(1px);
            filter: blur(1px);
  }
  .plus__title span:nth-child(4) {
    -webkit-filter: blur(1px);
            filter: blur(1px);
  }
  .plus__title span:nth-child(5) {
    -webkit-filter: blur(2px);
            filter: blur(2px);
  }
  .plus__title span:nth-child(6) {
    -webkit-filter: blur(3px);
            filter: blur(3px);
  }
}

.plus-wrap {
  padding-bottom: 80px;
  padding-left: 78px;
  padding-right: 78px;
  position: relative;
}
@media (max-width: 1310px) {
  .plus-wrap {
    padding-left: 38px;
    padding-right: 38px;
  }
}
@media (max-width: 1220px) {
  .plus-wrap {
    padding-left: 0px;
    padding-right: 0px;
  }
}
@media (max-width: 1310px) {
  .plus-wrap {
    padding-bottom: 72px;
  }
}
@media (max-width: 1220px) {
  .plus-wrap {
    padding-bottom: 62px;
  }
}
@media (max-width: 992px) {
  .plus-wrap {
    padding-bottom: 52px;
  }
}
@media (max-width: 768px) {
  .plus-wrap {
    padding-bottom: 42px;
  }
}
@media (max-width: 480px) {
  .plus-wrap {
    padding-bottom: 32px;
  }
}

.plus-wrap__bitcoin {
  position: absolute;
  left: 0;
  right: 120px;
  top: 150px;
  margin: auto;
  width: 493px;
  height: 493px;
  background: url("./../img/3/2.png") 0 0/cover no-repeat;
}
@media (max-width: 1220px) {
  .plus-wrap__bitcoin {
    right: 0px;
    width: 450px;
    height: 450px;
  }
}
@media (max-width: 992px) {
  .plus-wrap__bitcoin {
    height: 374px;
    width: 374px;
    right: 0;
    top: -80px;
    bottom: 0;
    opacity: 0.5;
    margin: auto;
  }
}
@media (max-width: 768px) {
  .plus-wrap__bitcoin {
    height: 314px;
    width: 314px;
    background: url("./../img/3/2mob.png") 0 0/cover no-repeat;
  }
}

.plus-top {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 992px) {
  .plus-top {
    display: none;
  }
}

.mb-295 {
  margin-bottom: 295px;
}
@media (max-width: 1220px) {
  .mb-295 {
    margin-bottom: 260px;
  }
}

.plus-top-left {
  padding: 12px 12px 13px 13px;
  background: url("./../img/3/1.png") 0 0/cover no-repeat;
  max-width: 280px;
}
@media (max-width: 992px) {
  .plus-top-left {
    background: url("./../img/3/1mob.png") 0 0/cover no-repeat;
    max-width: 265px;
    padding: 12px 12px 13px 13px;
  }
  .plus-top-left.plus-top-left1 {
    max-width: 245px;
    padding: 16px 12px 16px 13px;
  }
}

.mb-24 {
  margin-bottom: 24px;
}

.plus-top-left__title {
  font-size: 30px;
  font-weight: 600;
  color: #ff0099;
  line-height: 1.3;
  text-transform: uppercase;
  margin-bottom: 18px;
}
@media (max-width: 992px) {
  .plus-top-left__title {
    font-size: 22px;
    margin-bottom: 10px;
  }
}

.plus-top-left__subtitle {
  font-size: 20px;
  line-height: 1.3;
}
@media (max-width: 992px) {
  .plus-top-left__subtitle {
    font-size: 16px;
  }
}

.plus-top-right {
  padding: 12px 12px 13px 13px;
  background: url("./../img/3/1.png") 0 0/cover no-repeat;
  max-width: 280px;
}

.plus-top-right__title {
  font-size: 30px;
  font-weight: 600;
  color: #ff0099;
  line-height: 1.3;
  text-transform: uppercase;
  margin-bottom: 18px;
}

.plus-top-right__subtitle {
  font-size: 20px;
  line-height: 1.3;
}

.plus-top-right__relative {
  position: relative;
  top: 84px;
  right: 131px;
}
@media (max-width: 1220px) {
  .plus-top-right__relative {
    right: 30px;
  }
}

.plus-top-left__relative {
  position: relative;
  bottom: 58px;
}

.plus-mobile {
  display: none;
  position: relative;
  z-index: 3;
}
@media (max-width: 992px) {
  .plus-mobile {
    display: block;
  }
}

.plus-mobile-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.minus {
  padding-bottom: 150px;
  position: relative;
  z-index: 3;
}
@media (max-width: 1310px) {
  .minus {
    padding-bottom: 120px;
  }
}
@media (max-width: 1220px) {
  .minus {
    padding-bottom: 100px;
  }
}
@media (max-width: 992px) {
  .minus {
    padding-bottom: 80px;
  }
}
@media (max-width: 768px) {
  .minus {
    padding-bottom: 60px;
  }
}
@media (max-width: 480px) {
  .minus {
    padding-bottom: 40px;
  }
}

.minus-decors {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 768px) {
  .minus-decors {
    display: none;
  }
}

.minus-decors-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.minus-decors-left img:nth-child(1) {
  margin-right: 33px;
}
@media (max-width: 1310px) {
  .minus-decors-left img:nth-child(1) {
    margin-right: 25px;
  }
}
.minus-decors-left img:nth-child(2) {
  margin-right: 80px;
}
@media (max-width: 1310px) {
  .minus-decors-left img:nth-child(2) {
    margin-right: 50px;
  }
}
.minus-decors-left img:nth-child(3) {
  margin-right: 33px;
}
@media (max-width: 1310px) {
  .minus-decors-left img:nth-child(3) {
    margin-right: 25px;
  }
}
@media (max-width: 1220px) {
  .minus-decors-left img:nth-child(3) {
    display: none;
  }
}
@media (max-width: 1220px) {
  .minus-decors-left img:nth-child(4) {
    display: none;
  }
}

.minus-decors-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.minus-decors-right img:nth-child(1) {
  margin-right: 33px;
}
@media (max-width: 1310px) {
  .minus-decors-right img:nth-child(1) {
    margin-right: 25px;
  }
}
@media (max-width: 1220px) {
  .minus-decors-right img:nth-child(1) {
    display: none;
  }
}
.minus-decors-right img:nth-child(2) {
  margin-right: 80px;
}
@media (max-width: 1310px) {
  .minus-decors-right img:nth-child(2) {
    margin-right: 50px;
  }
}
@media (max-width: 1220px) {
  .minus-decors-right img:nth-child(2) {
    display: none;
  }
}
.minus-decors-right img:nth-child(3) {
  margin-right: 33px;
}
@media (max-width: 1310px) {
  .minus-decors-right img:nth-child(3) {
    margin-right: 25px;
  }
}

.minus__title {
  text-align: center;
  margin-bottom: 40px;
  margin-top: 40px;
}
@media (max-width: 768px) {
  .minus__title {
    margin-bottom: 24px;
  }
}

.minus-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 40px;
}
@media (max-width: 1220px) {
  .minus-row {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 30px;
  }
}
@media (max-width: 768px) {
  .minus-row {
    display: none;
  }
}

.minus-row-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.minus-row-left-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.minus-row-left-title img {
  margin-right: 40px;
}

.minus-row-left-title__text {
  margin-right: 24px;
  font-size: 28px;
}

.minus-row-left__text {
  max-width: 250px;
  text-align: center;
  font-size: 20px;
  line-height: 1.3;
}
.minus-row-left__text span {
  color: #ff0099;
}

.minus-row-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.minus-row-right-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.minus-row-right-title img {
  margin-right: 40px;
}

.minus-row-right-title__text {
  margin-right: 24px;
  font-size: 28px;
}

.minus-row-right__text {
  max-width: 187px;
  text-align: center;
  font-size: 20px;
  line-height: 1.3;
}
.minus-row-right__text span {
  color: #ff0099;
}

.minus-mobile {
  display: none;
}
@media (max-width: 768px) {
  .minus-mobile {
    display: block;
  }
}

.minus-mobile {
  max-width: 500px;
  margin: 0 auto;
}

.minus-mobile-item {
  margin-bottom: 24px;
}
.minus-mobile-item:last-child {
  margin-bottom: 0;
}

.minus-mobile-item-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 12px;
}

.minus-mobile-item-top__right {
  font-size: 22px;
}

.minus-mobile-item-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.minus-mobile-item-center__text {
  width: 300px;
  font-size: 16px;
}
.minus-mobile-item-center__text span {
  font-size: 22px;
}

.minus-mobile-decors {
  margin-top: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.minus-mobile-decors__left img:nth-child(1) {
  margin-right: 9px;
}
.minus-mobile-decors__left img:nth-child(2) {
  margin-right: 22px;
}
.minus-mobile-decors__left img:nth-child(3) {
  margin-right: 9px;
}

.minus-mobile-decors__right img:nth-child(1) {
  margin-right: 9px;
}
.minus-mobile-decors__right img:nth-child(2) {
  margin-right: 22px;
}
.minus-mobile-decors__right img:nth-child(3) {
  margin-right: 9px;
}

.after {
  padding-bottom: 80px;
}
@media (max-width: 480px) {
  .after {
    padding-bottom: 70px;
  }
}
@media (max-width: 480px) {
  .after {
    padding-bottom: 60px;
  }
}
@media (max-width: 480px) {
  .after {
    padding-bottom: 50px;
  }
}
@media (max-width: 480px) {
  .after {
    padding-bottom: 40px;
  }
}

.after__title {
  margin-bottom: 80px;
  font-size: 139px;
  text-align: center;
  color: #fff;
  font-weight: 600;
  line-height: 1.3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 1310px) {
  .after__title {
    margin-bottom: 70px;
  }
}
@media (max-width: 1220px) {
  .after__title {
    margin-bottom: 60px;
  }
}
@media (max-width: 992px) {
  .after__title {
    margin-bottom: 50px;
  }
}
@media (max-width: 768px) {
  .after__title {
    margin-bottom: 40px;
  }
}
@media (max-width: 480px) {
  .after__title {
    margin-bottom: 32px;
  }
}
.after__title span:nth-child(1) {
  position: relative;
  -webkit-filter: blur(10px);
          filter: blur(10px);
}
.after__title span:nth-child(2) {
  -webkit-filter: blur(4px);
          filter: blur(4px);
}
.after__title span:nth-child(3) {
  -webkit-filter: blur(2px);
          filter: blur(2px);
}
.after__title span:nth-child(4) {
  -webkit-filter: blur(2px);
          filter: blur(2px);
}
.after__title span:nth-child(5) {
  -webkit-filter: blur(4px);
          filter: blur(4px);
}
.after__title span:nth-child(6) {
  -webkit-filter: blur(10px);
          filter: blur(10px);
}
@media (max-width: 1340px) {
  .after__title {
    font-size: 130px;
  }
}
@media (max-width: 1310px) {
  .after__title {
    font-size: 115px;
  }
}
@media (max-width: 1220px) {
  .after__title {
    font-size: 100px;
  }
  .after__title span:nth-child(1) {
    position: relative;
    -webkit-filter: blur(7px);
            filter: blur(7px);
  }
  .after__title span:nth-child(6) {
    -webkit-filter: blur(7px);
            filter: blur(7px);
  }
}
@media (max-width: 992px) {
  .after__title {
    font-size: 80px;
  }
  .after__title span:nth-child(1) {
    position: relative;
    -webkit-filter: blur(5px);
            filter: blur(5px);
  }
  .after__title span:nth-child(2) {
    -webkit-filter: blur(2px);
            filter: blur(2px);
  }
  .after__title span:nth-child(3) {
    -webkit-filter: blur(1px);
            filter: blur(1px);
  }
  .after__title span:nth-child(4) {
    -webkit-filter: blur(1px);
            filter: blur(1px);
  }
  .after__title span:nth-child(5) {
    -webkit-filter: blur(2px);
            filter: blur(2px);
  }
  .after__title span:nth-child(6) {
    -webkit-filter: blur(5px);
            filter: blur(5px);
  }
}
@media (max-width: 768px) {
  .after__title {
    font-size: 60px;
  }
}
@media (max-width: 580px) {
  .after__title {
    font-size: 50px;
  }
}
@media (max-width: 530px) {
  .after__title {
    font-size: 38px;
  }
  .after__title span:nth-child(1) {
    -webkit-filter: blur(3px);
            filter: blur(3px);
  }
  .after__title span:nth-child(2) {
    -webkit-filter: blur(2px);
            filter: blur(2px);
  }
  .after__title span:nth-child(3) {
    -webkit-filter: blur(1px);
            filter: blur(1px);
  }
  .after__title span:nth-child(4) {
    -webkit-filter: blur(1px);
            filter: blur(1px);
  }
  .after__title span:nth-child(5) {
    -webkit-filter: blur(2px);
            filter: blur(2px);
  }
  .after__title span:nth-child(6) {
    -webkit-filter: blur(3px);
            filter: blur(3px);
  }
}

.after-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 35px;
}
@media (max-width: 768px) {
  .after-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 24px;
  }
}

.after-row-column__left {
  font-size: 30px;
  height: 50px;
  width: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: url("./../img/5/simple.png") center center/contain no-repeat;
  cursor: pointer;
}

.after-row-column__right {
  display: none;
  max-width: 290px;
  text-align: center;
}

.after-row-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 35px;
}
@media (max-width: 768px) {
  .after-row-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 24px;
  }
}
.after-row-column.active .after-row-column__right {
  display: block;
}
.after-row-column.active .after-row-column__left {
  background: url("./../img/5/active.png") center center/contain no-repeat;
}

.yes {
  padding-bottom: 107px;
}
@media (max-width: 1310px) {
  .yes {
    padding-bottom: 80px;
  }
}
@media (max-width: 1220px) {
  .yes {
    padding-bottom: 70px;
  }
}
@media (max-width: 992px) {
  .yes {
    padding-bottom: 60px;
  }
}
@media (max-width: 768px) {
  .yes {
    padding-bottom: 50px;
  }
}
@media (max-width: 480px) {
  .yes {
    padding-bottom: 40px;
  }
}

.yes-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-bottom: 72px;
}
@media (max-width: 992px) {
  .yes-row {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 40px;
  }
}

@media (max-width: 992px) {
  .yes-row__left {
    margin-bottom: 24px;
    -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%;
    text-align: right;
  }
}

.yes-row__right {
  font-size: 20px;
  position: relative;
  top: -10px;
}
@media (max-width: 992px) {
  .yes-row__right {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 400px;
            flex: 0 1 400px;
  }
}
@media (max-width: 480px) {
  .yes-row__right {
    font-size: 16px;
  }
}

.yes__btn {
  background-color: #ff0099;
  font-size: 32px;
  font-weight: 600;
  height: 76px;
  line-height: 76px;
  text-align: center;
  max-width: 480px;
  position: relative;
  z-index: 10;
  margin: 0 auto;
}
@media (max-width: 992px) {
  .yes__btn {
    max-width: 100%;
    height: 62px;
    line-height: 62px;
    font-size: 25px;
  }
}
@media (max-width: 768px) {
  .yes__btn {
    font-size: 22px;
  }
}

.course {
  padding-bottom: 140px;
}
@media (max-width: 1310px) {
  .course {
    padding-bottom: 120px;
  }
}
@media (max-width: 1220px) {
  .course {
    padding-bottom: 100px;
  }
}
@media (max-width: 992px) {
  .course {
    padding-bottom: 80px;
  }
}
@media (max-width: 768px) {
  .course {
    padding-bottom: 60px;
  }
}
@media (max-width: 480px) {
  .course {
    padding-bottom: 40px;
  }
}

.course__title {
  text-align: center;
}
@media (max-width: 768px) {
  .course__title {
    max-width: 500px;
    margin: 0 auto;
  }
}

.course-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 992px) {
  .course-row {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.course-row__left {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 551px;
          flex: 0 1 551px;
}
@media (max-width: 1310px) {
  .course-row__left {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 450px;
            flex: 0 1 450px;
  }
}
@media (max-width: 992px) {
  .course-row__left {
    margin-bottom: 24px;
    margin-top: 24px;
    -webkit-box-flex: 0;
        -ms-flex: 0 1 400px;
            flex: 0 1 400px;
  }
}
@media (max-width: 480px) {
  .course-row__left {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 343px;
            flex: 0 1 343px;
  }
}
.course-row__left img {
  width: 100%;
}
@media (max-width: 992px) {
  .course-row__left img:nth-child(1) {
    display: none;
  }
}
.course-row__left img:nth-child(2) {
  display: none;
}
@media (max-width: 992px) {
  .course-row__left img:nth-child(2) {
    display: block;
  }
}

.course-row-right {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 690px;
          flex: 0 1 690px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 1220px) {
  .course-row-right {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media (max-width: 992px) {
  .course-row-right {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media (max-width: 730px) {
  .course-row-right {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 341px;
            flex: 0 1 341px;
  }
}

.course-row-right-top__wrap {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 100%;
          flex: 0 1 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.course-row-right-top {
  width: 233px;
  height: 233px;
  position: relative;
  top: 4px;
  background: url("./../img/6/3.png") center center/contain no-repeat;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 730px) {
  .course-row-right-top {
    width: 115px;
    height: 115px;
    top: 2px;
  }
}

.course-row-right-top__title {
  font-size: 30px;
  margin-bottom: 20px;
  text-transform: uppercase;
  font-weight: 700;
}
@media (max-width: 730px) {
  .course-row-right-top__title {
    font-size: 16px;
    margin-bottom: 5px;
  }
}

.course-row-right-top__subtitle {
  font-size: 20px;
  text-align: center;
  line-height: 1.5;
}
@media (max-width: 730px) {
  .course-row-right-top__subtitle {
    font-size: 16px;
  }
}

.course-row-right-left {
  width: 233px;
  height: 233px;
  background: url("./../img/6/2.png") center center/contain no-repeat;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 10px;
}
@media (max-width: 1220px) {
  .course-row-right-left {
    position: relative;
    right: -2px;
  }
}
@media (max-width: 992px) {
  .course-row-right-left {
    right: 0;
  }
}
@media (max-width: 730px) {
  .course-row-right-left {
    width: 115px;
    height: 115px;
    padding: 0 0px;
  }
}

.course-row-right-left__overtitle {
  font-size: 20px;
  margin-bottom: 20px;
  text-align: center;
  line-height: 1.3;
}
@media (max-width: 730px) {
  .course-row-right-left__overtitle {
    font-size: 16px;
    margin-bottom: 5px;
  }
}

.course-row-right-left__title {
  font-size: 30px;
  font-weight: 700;
  color: #ff0099;
  text-align: center;
  text-transform: uppercase;
  line-height: 1.3;
}
@media (max-width: 730px) {
  .course-row-right-left__title {
    font-size: 16px;
  }
}

.course-row-right-right {
  width: 233px;
  height: 233px;
  background: url("./../img/6/2.png") center center/contain no-repeat;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 10px;
}
@media (max-width: 1220px) {
  .course-row-right-right {
    position: relative;
    right: 2px;
  }
}
@media (max-width: 992px) {
  .course-row-right-right {
    right: 0;
  }
}
@media (max-width: 730px) {
  .course-row-right-right {
    width: 115px;
    height: 115px;
    padding: 0 5px;
  }
}

.course-row-right-right__overtitle {
  font-size: 30px;
  text-align: center;
  text-transform: uppercase;
  color: #ff0099;
  font-weight: 700;
  margin-bottom: 20px;
  line-height: 1.3;
}
@media (max-width: 730px) {
  .course-row-right-right__overtitle {
    font-size: 15px;
    margin-bottom: 5px;
  }
}

.course-row-right-right__title {
  text-align: center;
  font-size: 20px;
  line-height: 1.3;
}
@media (max-width: 730px) {
  .course-row-right-right__title {
    font-size: 16px;
  }
}

.why__title {
  margin-bottom: 80px;
  font-size: 139px;
  text-align: center;
  color: #fff;
  font-weight: 600;
  line-height: 1.3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 1310px) {
  .why__title {
    margin-bottom: 70px;
  }
}
@media (max-width: 1220px) {
  .why__title {
    margin-bottom: 60px;
  }
}
@media (max-width: 992px) {
  .why__title {
    margin-bottom: 50px;
  }
}
@media (max-width: 768px) {
  .why__title {
    margin-bottom: 40px;
  }
}
@media (max-width: 480px) {
  .why__title {
    margin-bottom: 32px;
  }
}
.why__title span:nth-child(1) {
  position: relative;
  -webkit-filter: blur(10px);
          filter: blur(10px);
}
.why__title span:nth-child(2) {
  -webkit-filter: blur(4px);
          filter: blur(4px);
}
.why__title span:nth-child(3) {
  -webkit-filter: blur(2px);
          filter: blur(2px);
}
.why__title span:nth-child(4) {
  -webkit-filter: blur(2px);
          filter: blur(2px);
}
.why__title span:nth-child(5) {
  -webkit-filter: blur(4px);
          filter: blur(4px);
}
.why__title span:nth-child(6) {
  -webkit-filter: blur(10px);
          filter: blur(10px);
}
@media (max-width: 1310px) {
  .why__title {
    font-size: 130px;
  }
}
@media (max-width: 1220px) {
  .why__title {
    font-size: 100px;
  }
  .why__title span:nth-child(1) {
    position: relative;
    -webkit-filter: blur(7px);
            filter: blur(7px);
  }
  .why__title span:nth-child(6) {
    -webkit-filter: blur(7px);
            filter: blur(7px);
  }
}
@media (max-width: 992px) {
  .why__title {
    font-size: 80px;
  }
  .why__title span:nth-child(1) {
    position: relative;
    -webkit-filter: blur(5px);
            filter: blur(5px);
  }
  .why__title span:nth-child(2) {
    -webkit-filter: blur(2px);
            filter: blur(2px);
  }
  .why__title span:nth-child(3) {
    -webkit-filter: blur(1px);
            filter: blur(1px);
  }
  .why__title span:nth-child(4) {
    -webkit-filter: blur(1px);
            filter: blur(1px);
  }
  .why__title span:nth-child(5) {
    -webkit-filter: blur(2px);
            filter: blur(2px);
  }
  .why__title span:nth-child(6) {
    -webkit-filter: blur(5px);
            filter: blur(5px);
  }
}
@media (max-width: 768px) {
  .why__title {
    font-size: 60px;
  }
}
@media (max-width: 580px) {
  .why__title {
    font-size: 50px;
  }
}
@media (max-width: 530px) {
  .why__title {
    font-size: 38px;
  }
  .why__title span:nth-child(1) {
    -webkit-filter: blur(3px);
            filter: blur(3px);
  }
  .why__title span:nth-child(2) {
    -webkit-filter: blur(2px);
            filter: blur(2px);
  }
  .why__title span:nth-child(3) {
    -webkit-filter: blur(1px);
            filter: blur(1px);
  }
  .why__title span:nth-child(4) {
    -webkit-filter: blur(1px);
            filter: blur(1px);
  }
  .why__title span:nth-child(5) {
    -webkit-filter: blur(2px);
            filter: blur(2px);
  }
  .why__title span:nth-child(6) {
    -webkit-filter: blur(3px);
            filter: blur(3px);
  }
}

.why-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .why-top {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 40px;
  }
}
@media (max-width: 768px) {
  .why-top {
    display: block;
    margin-bottom: 0;
  }
}

.why-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 992px) {
  .why-item {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media (max-width: 768px) {
  .why-item {
    display: block;
  }
}

.why-item__left {
  margin-right: 40px;
}
@media (max-width: 768px) {
  .why-item__left {
    margin-right: 0;
    margin-bottom: 15px;
  }
}
.why-item__left img {
  width: 120px;
}
@media (max-width: 768px) {
  .why-item__left img {
    width: 100px;
  }
}
@media (max-width: 480px) {
  .why-item__left img {
    margin: 0 auto;
    display: block;
  }
}

.why-item-right {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 329px;
          flex: 0 1 329px;
}

.why-item-right__title {
  font-size: 30px;
  color: #fff;
  line-height: 1.3;
  margin-bottom: 24px;
}
@media (max-width: 768px) {
  .why-item-right__title {
    margin-bottom: 16px;
  }
}

.why-center .why-item {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.why-mobile-decor {
  display: none;
}
@media (max-width: 768px) {
  .why-mobile-decor {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 40px 0;
  }
}

.why-mobile-decor__left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.why-mobile-decor__left img:nth-child(1) {
  margin-right: 9px;
}
.why-mobile-decor__left img:nth-child(2) {
  margin-right: 22px;
}
.why-mobile-decor__left img:nth-child(3) {
  margin-right: 9px;
}

.why-mobile-decor__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.why-mobile-decor__right img:nth-child(1) {
  margin-right: 9px;
}
.why-mobile-decor__right img:nth-child(2) {
  margin-right: 22px;
}
.why-mobile-decor__right img:nth-child(3) {
  margin-right: 9px;
}

.registration {
  padding: 185px 0 220px 0;
  background: url("./../img/8/bg.png") center center/cover no-repeat;
}
@media (max-width: 1310px) {
  .registration {
    padding: 150px 0 170px 0;
  }
}
@media (max-width: 1220px) {
  .registration {
    padding: 120px 0 100px 0;
  }
}
@media (max-width: 992px) {
  .registration {
    padding: 80px 0 80px 0;
  }
}
@media (max-width: 768px) {
  .registration {
    padding: 0 0 60px 0;
  }
}
@media (max-width: 480px) {
  .registration {
    padding: 0 0 40px 0;
    background: url("./../img/8/bg.png") center 80px/cover no-repeat;
  }
}

.registration-body {
  position: relative;
}

.registration-hand {
  position: absolute;
  left: 0;
  top: 30px;
  width: 786px;
  height: 572px;
  background: url("./../img/8/1.png") 0 0/contain no-repeat;
}
@media (max-width: 1400px) {
  .registration-hand {
    left: -100px;
  }
}
@media (max-width: 1310px) {
  .registration-hand {
    width: 686px;
    height: 472px;
    left: 0;
    top: 25px;
  }
}
@media (max-width: 1250px) {
  .registration-hand {
    left: -100px;
  }
}
@media (max-width: 1220px) {
  .registration-hand {
    width: 586px;
    height: 372px;
    left: 0;
    top: 20px;
  }
}
@media (max-width: 1030px) {
  .registration-hand {
    left: -50px;
  }
}
@media (max-width: 992px) {
  .registration-hand {
    left: 0;
    top: 15px;
  }
}
@media (max-width: 830px) {
  .registration-hand {
    left: -100px;
  }
}
@media (max-width: 768px) {
  .registration-hand {
    width: 486px;
    height: 272px;
    left: -30px;
  }
}
@media (max-width: 480px) {
  .registration-hand {
    left: 0;
    top: 5px;
  }
}

.registration-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 992px) {
  .registration-row {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.registration-row-left {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 630px;
          flex: 0 1 630px;
  position: relative;
  z-index: 2;
}
@media (max-width: 992px) {
  .registration-row-left {
    padding-bottom: 340px;
    -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%;
  }
}
@media (max-width: 768px) {
  .registration-row-left {
    padding-bottom: 250px;
  }
}
@media (max-width: 480px) {
  .registration-row-left {
    text-align: right;
  }
}

.registration-row-right {
  max-width: 574px;
}
@media (max-width: 1220px) {
  .registration-row-right {
    max-width: 500px;
  }
}

.registration-row-right__text {
  margin-bottom: 80px;
}

.registration-row-right-form-input {
  margin-bottom: 50px;
  position: relative;
}
.registration-row-right-form-input .iti--allow-dropdown {
  width: 100%;
}
.registration-row-right-form-input input {
  width: 100%;
  padding-bottom: 20px;
  padding-left: 16px;
  padding-right: 16px;
  border-bottom: 1px solid #fff;
  color: #fff;
  background-color: transparent;
  font-size: 16px;
}
.registration-row-right-form-input input::-webkit-input-placeholder {
  color: #fff;
}
.registration-row-right-form-input input::-moz-placeholder {
  color: #fff;
}
.registration-row-right-form-input input:-ms-input-placeholder {
  color: #fff;
}
.registration-row-right-form-input input::-ms-input-placeholder {
  color: #fff;
}
.registration-row-right-form-input input::placeholder {
  color: #fff;
}
.registration-row-right-form-input input.error {
  border-bottom: 1px solid red;
}
.registration-row-right-form-input textarea {
  width: 100% !important;
  max-width: 100%;
  min-height: 100px;
  width: 100%;
  padding-bottom: 16px;
  padding-top: 16px;
  padding-left: 16px;
  padding-right: 16px;
  line-height: 1.3;
  border: 1px solid #fff;
  color: #fff;
  background-color: transparent;
  font-size: 16px;
}
.registration-row-right-form-input textarea::-webkit-input-placeholder {
  color: #fff;
}
.registration-row-right-form-input textarea::-moz-placeholder {
  color: #fff;
}
.registration-row-right-form-input textarea:-ms-input-placeholder {
  color: #fff;
}
.registration-row-right-form-input textarea::-ms-input-placeholder {
  color: #fff;
}
.registration-row-right-form-input textarea::placeholder {
  color: #fff;
}
.registration-row-right-form-input textarea.error {
  border: 1px solid red;
}
.registration-row-right-form-input label.error {
  display: block;
  color: red;
  font-size: 12px;
  position: absolute;
  bottom: -15px;
  left: 0;
}
.registration-row-right-form-input:nth-child(2) {
  margin-bottom: 30px;
}
.registration-row-right-form-input:nth-child(3) input {
  padding-top: 20px;
}

.registration-row-right-form__btn {
  background-color: #ff0099;
  font-size: 32px;
  font-weight: 600;
  height: 76px;
  color: #fff;
  line-height: 76px;
  text-align: center;
  max-width: 100%;
  width: 100%;
  position: relative;
  z-index: 1;
  margin: 0 auto;
}
@media (max-width: 992px) {
  .registration-row-right-form__btn {
    max-width: 100%;
    height: 62px;
    line-height: 62px;
    font-size: 25px;
  }
}
@media (max-width: 768px) {
  .registration-row-right-form__btn {
    font-size: 22px;
  }
}

.iti__arrow {
  border-top-color: #fff !important;
}

.iti__arrow--up {
  border-bottom-color: #fff !important;
}

.my-popup__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.my-popup__wrap .registration-row-right {
  width: 574px;
}

.after__wrap {
  position: relative;
}
.after__wrap:after {
  content: "";
  display: inline-block;
  left: 0;
  top: 0;
  z-index: -1;
  position: absolute;
  width: 100%;
  height: 960px;
  background: url("./../img/5/bg.png") center 0/cover no-repeat;
}

#content {
  margin-bottom: 40px;
  margin-top: 30px;
}
#content h1 {
  font-size: 25px;
  margin-bottom: 20px;
}
#content h4 {
  margin-bottom: 10px;
  font-size: 20px;
}
#content .mb-4 {
  margin-bottom: 10px;
}
#content p {
  font-size: 16px;
}

#cookie_notification {
  position: fixed;
  left: 50px;
  margin: auto;
  z-index: 1000;
  top: 50px;
  width: 320px;
  padding: 20px;
  border-radius: 25px;
  background-color: #fff;
  border: 1px solid #000;
}

#cookie_notification p {
  color: #000;
  line-height: 1.3;
}

#cookie_notification.none {
  display: none;
}

.cookie_notification-btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 20px;
}

.cookie_accept {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 49%;
          flex: 0 1 49%;
  display: block;
  width: 49% !important;
  background-color: rgba(0, 255, 21, 0.612);
  font-size: 20px;
  height: 30px;
  border-radius: 25px;
  color: #fff;
  border: none !important;
  cursor: pointer;
}

.cookie_reject {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 49%;
          flex: 0 1 49%;
  font-size: 20px;
  height: 30px;
  border: none !important;
  border-radius: 25px;
  color: #fff;
  background-color: rgba(255, 0, 0, 0.612);
  cursor: pointer;
}

@media (max-width: 480px) {
  #cookie_notification {
    left: 0;
    right: 0;
    margin: auto;
    top: 50px;
    width: 320px;
    padding: 10px;
  }
}
/* Стили для состояния "отмечено" */
.registration-row-right-form-input-checkbox {
  margin-bottom: 20px;
}

.registration-row-right-form-input-checkbox input[type=checkbox]:checked {
  /* стили для выбранного состояния */
  position: relative;
}
.registration-row-right-form-input-checkbox input[type=checkbox]:checked:after {
  content: "";
  display: inline-block;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  position: absolute;
  width: 8px;
  height: 8px;
  background-color: #fff;
}

/* Стили для состояния "отключено" */
.registration-row-right-form-input-checkbox input[type=checkbox]:disabled {
  /* стили для отключённого состояния */
}

.registration-row-right-form-input-checkbox input[type=checkbox].error {
  border-color: red;
}

.registration-row-right-form-input-checkbox label.error {
  font-size: 12px;
  color: red;
  display: block;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 100%;
          flex: 0 1 100%;
  margin-top: 5px;
}

.registration-row-right-form-input-checkbox input[type=checkbox] {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.registration-row-right-form-input-checkbox span {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  font-size: 12px;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 calc(100% - 30px);
          flex: 0 1 calc(100% - 30px);
}

.registration-row-right-form-input-checkbox label.error {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}

.registration-row-right-form-input-checkbox input[type=checkbox] {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  /* базовые стили для кастомного оформления */
  width: 16px;
  height: 16px;
  background-color: transparent;
  border: 1px solid #fff;
  border-radius: 2px;
  cursor: pointer;
}

.registration-row-right-form-input-checkbox__label {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0 12px;
}

#cookie_notification1 {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

#cookie_notification1.none {
  pointer-events: none;
  opacity: 0;
}

.cookie_notification1__body {
  padding: 32px 0;
  background-color: #000;
}

.cookie_notification1-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.cookie_notification1-row-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.cookie_notification1-row-left__img {
  height: 36px;
  min-height: 36px;
  min-width: 36px;
  width: 36px;
  border-radius: 10px;
  background-color: #ff0099;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 12px;
}

.cookie_notification1-row-left__text {
  font-size: 13px;
  font-weight: 400;
  color: #fff;
}

.cookie_notification1-row-right__btn {
  width: 160px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  color: #fff;
  background-color: #ff0099;
  border-radius: 2px;
  font-weight: 600;
  font-size: 12px;
  margin-left: 32px;
  cursor: pointer;
}

.cookie_notification1-row-right .cookie_notification1-row-left__img {
  display: none;
}

@media (max-width: 768px) {
  .cookie_notification1__body {
    padding: 20px 0;
  }
  .cookie_notification1-row-left__img {
    display: none;
  }
  .cookie_notification1-row {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .cookie_notification1-row-right__btn {
    margin-left: 0;
  }
  .cookie_notification1-row-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%;
    margin-top: 16px;
  }
  .cookie_notification1-row-right .cookie_notification1-row-left__img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.container {
  max-width: 1280px;
  margin: 0 auto;
}
@media (max-width: 1310px) {
  .container {
    max-width: 1200px;
  }
}
@media (max-width: 1220px) {
  .container {
    max-width: 992px;
  }
}
@media (max-width: 992px) {
  .container {
    max-width: 768px;
  }
}
@media (max-width: 768px) {
  .container {
    max-width: none;
    padding: 0 10px;
  }
}

.header-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header-row-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 1220px) {
  .header-row-nav {
    display: none;
  }
}

.header-row-nav__item {
  cursor: pointer;
  margin-right: 40px;
  font-weight: 700;
  border: 2px solid transparent;
  color: #fff;
  position: relative;
  top: 3px;
}
.header-row-nav__item:last-child {
  margin-right: 0;
}
.header-row-nav__item:after {
  content: "";
  display: inline-block;
  left: 0;
  bottom: -5px;
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #fff;
  opacity: 0;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.header-row-nav__item:hover:after {
  opacity: 1;
}

.header-row-return {
  cursor: pointer;
  border: 1px solid #029662;
  border-radius: 8px;
}
@media (max-width: 1220px) {
  .header-row-return {
    display: none;
  }
}

.header-row-return__text {
  color: #029662;
  display: inline-block;
  padding: 14px 24px;
}

.header-row__burger {
  display: none;
}
@media (max-width: 1220px) {
  .header-row__burger {
    display: block;
  }
}

.header-mobile {
  position: fixed;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  overflow: auto;
  z-index: 10;
  margin: 114px 0 0 0;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  opacity: 0;
  pointer-events: none;
}
@media (max-width: 1220px) {
  .header-mobile.active {
    opacity: 1;
    pointer-events: visible;
  }
}
.header-mobile:after {
  content: "";
  display: inline-block;
  left: 0;
  top: -114px;
  z-index: 10;
  position: fixed;
  width: 100%;
  height: 200%;
  background-color: #ff5c00;
}

.header-mobile1 {
  position: fixed;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  overflow: auto;
  z-index: 200;
  margin: 114px 0 0 0;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  opacity: 0;
  pointer-events: none;
}
.header-mobile1.active {
  opacity: 1;
  pointer-events: visible;
}
.header-mobile1:after {
  content: "";
  display: inline-block;
  left: 0;
  top: -114px;
  z-index: 10;
  position: fixed;
  width: 100%;
  height: 200%;
  background-color: rgba(1, 1, 1, 0.8);
}
.header-mobile1 .banner-row-left-form {
  background-color: #fff;
  padding: 20px;
  border-radius: 10px;
}
.header-mobile-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 13px 114px 13px;
  position: relative;
  z-index: 11;
}

.header-mobile-body__content {
  width: 100%;
}

.header-mobile-body-row__item {
  margin-bottom: 32px;
  text-align: center;
  color: #fff;
}

.header-mobile-body-btn {
  text-align: center;
  max-width: 343px;
  border-radius: 8px;
  border: 1px solid #029662;
  display: block;
  margin: 0 auto 30px auto;
  cursor: pointer;
}

.header-mobile-body-btn__text {
  color: #029662;
  display: inline-block;
  padding: 16px 0;
}

.header-mobile__close {
  position: fixed;
  top: 48px;
  right: 16px;
  z-index: 20;
  cursor: pointer;
}

.header-mobile__close1 {
  position: fixed;
  top: 48px;
  right: 16px;
  z-index: 20;
  cursor: pointer;
}

.header-row-nav__btn {
  font-weight: 400;
  color: #fff;
  top: 0;
  width: 174px;
  height: 43px;
  line-height: 40px;
  text-align: center;
  border: 2px solid #ff9900;
}
.header-row-nav__btn:after {
  display: none;
}
@media (max-width: 1220px) {
  .header-row-nav__btn {
    margin: 0 auto !important;
  }
}

.header {
  position: relative;
  z-index: 1;
  padding: 100px 0 0 0;
}
@media (max-width: 1220px) {
  .header {
    padding: 86px 0 0 0;
  }
}
@media (max-width: 992px) {
  .header {
    padding: 76px 0 0 0;
  }
}
@media (max-width: 768px) {
  .header {
    padding: 66px 0 0 0;
  }
}
@media (max-width: 480px) {
  .header {
    padding: 46px 0 0 0;
  }
}

.header-body {
  text-align: center;
  max-width: 1340px;
  margin: 0 auto;
}
@media (max-width: 1360px) {
  .header-body {
    max-width: 1280px;
  }
}
@media (max-width: 1310px) {
  .header-body {
    max-width: 1200px;
  }
}
@media (max-width: 1220px) {
  .header-body {
    max-width: 992px;
  }
}
@media (max-width: 992px) {
  .header-body {
    max-width: 768px;
  }
}
@media (max-width: 768px) {
  .header-body {
    max-width: none;
    padding: 0 10px;
  }
}

.header__logo {
  font-size: 162px;
  text-align: center;
  color: #fff;
  font-weight: 600;
  line-height: 1.3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.header__logo span:nth-child(1) {
  position: relative;
  -webkit-filter: blur(10px);
          filter: blur(10px);
}
.header__logo span:nth-child(2) {
  -webkit-filter: blur(4px);
          filter: blur(4px);
}
.header__logo span:nth-child(3) {
  -webkit-filter: blur(2px);
          filter: blur(2px);
}
.header__logo span:nth-child(4) {
  -webkit-filter: blur(2px);
          filter: blur(2px);
}
.header__logo span:nth-child(5) {
  -webkit-filter: blur(4px);
          filter: blur(4px);
}
.header__logo span:nth-child(6) {
  -webkit-filter: blur(10px);
          filter: blur(10px);
}
@media (max-width: 1360px) {
  .header__logo {
    font-size: 150px;
  }
}
@media (max-width: 1310px) {
  .header__logo {
    font-size: 130px;
  }
}
@media (max-width: 1220px) {
  .header__logo {
    font-size: 120px;
  }
  .header__logo span:nth-child(1) {
    position: relative;
    -webkit-filter: blur(7px);
            filter: blur(7px);
  }
  .header__logo span:nth-child(6) {
    -webkit-filter: blur(7px);
            filter: blur(7px);
  }
}
@media (max-width: 992px) {
  .header__logo {
    font-size: 90px;
  }
  .header__logo span:nth-child(1) {
    position: relative;
    -webkit-filter: blur(5px);
            filter: blur(5px);
  }
  .header__logo span:nth-child(2) {
    -webkit-filter: blur(2px);
            filter: blur(2px);
  }
  .header__logo span:nth-child(3) {
    -webkit-filter: blur(1px);
            filter: blur(1px);
  }
  .header__logo span:nth-child(4) {
    -webkit-filter: blur(1px);
            filter: blur(1px);
  }
  .header__logo span:nth-child(5) {
    -webkit-filter: blur(2px);
            filter: blur(2px);
  }
  .header__logo span:nth-child(6) {
    -webkit-filter: blur(5px);
            filter: blur(5px);
  }
}
@media (max-width: 768px) {
  .header__logo {
    font-size: 60px;
  }
}
@media (max-width: 530px) {
  .header__logo {
    font-size: 38px;
  }
  .header__logo span:nth-child(1) {
    -webkit-filter: blur(3px);
            filter: blur(3px);
  }
  .header__logo span:nth-child(2) {
    -webkit-filter: blur(2px);
            filter: blur(2px);
  }
  .header__logo span:nth-child(3) {
    -webkit-filter: blur(1px);
            filter: blur(1px);
  }
  .header__logo span:nth-child(4) {
    -webkit-filter: blur(1px);
            filter: blur(1px);
  }
  .header__logo span:nth-child(5) {
    -webkit-filter: blur(2px);
            filter: blur(2px);
  }
  .header__logo span:nth-child(6) {
    -webkit-filter: blur(3px);
            filter: blur(3px);
  }
}

.footer {
  text-align: center;
  padding-bottom: 30px;
}

.footer__link {
  text-align: center;
  font-size: 20px;
  color: #fff;
  margin-bottom: 10px;
  display: block;
}
.footer__link:last-child {
  margin-bottom: 0;
}

.img {
  background-color: red;
  max-width: 400px;
}