.w-checkbox {
  display: block;
  margin-bottom: 5px;
  padding-left: 20px;
}

.w-checkbox::before {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

.w-checkbox::after {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  clear: both;
}

.w-checkbox-input {
  float: left;
  margin-bottom: 0px;
  margin-left: -20px;
  margin-right: 0px;
  margin-top: 4px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-right-color: #ccc;
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  width: 12px;
  height: 12px;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  border-top-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  border-right-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0px 0px 3px 1px #3898ec;
}

body {
  /* background-color: #181322; */
  background-color: #000;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 1.5;
}

h1 {
  margin-top: 0px;
  margin-bottom: 30px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
  color: #fff;
  font-size: 62px;
  line-height: 1.2;
  font-weight: 600;
  text-transform: uppercase;
}

h2 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
  color: #fff;
  font-size: 42px;
  line-height: 1.2;
  font-weight: 600;
  text-transform: uppercase;
}

h3 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
  color: hsla(0, 0%, 100%, 0.6);
  font-size: 26px;
  line-height: 1.2;
  font-weight: 400;
  text-transform: uppercase;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 24px;
  font-weight: bold;
}

p {
  margin-bottom: 10px;
}

a {
  color: #fff;
  text-decoration: none;
}

a:hover {
  color: #fff;
}

ul {
  margin-top: 0px;
  margin-bottom: 10px;
  padding-left: 20px;
}

li {
  margin-bottom: 20px;
  color: #fff;
}

.section-hero {
  position: relative;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 100vh;
  min-height: 720px;
  padding-right: 20px;
  padding-bottom: 0px;
  padding-left: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: none;
  background-position: 0px 0px;
  background-size: auto;
  background-repeat: repeat;
  color: #fff;
}

.section-hero.session {
  min-height: 740px;
  padding-bottom: 80px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.container {
  position: static;
  width: 100%;
  max-width: 1100px;
  margin-right: auto;
  margin-left: auto;
}

.hero__2col-row {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 7fr 5fr;
  grid-template-columns: 7fr 5fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.hero-item {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 55%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.hero-item.session {
  width: 62%;
}

.hero-wr {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 60px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.hero-wr.session {
  margin-top: 90px;
}

.violet-btn {
  display: inline-block;
  min-width: 230px;
  padding: 30px 40px;
  border-radius: 74px;
  background-color: #b20097;
  box-shadow: 0 0 16px 0 rgba(255, 20, 217, 0.46);
  color: #fff;
  line-height: 1.2;
  font-weight: 700;
  text-align: center;
}

.violet-btn:hover {
  background-color: #db3bc3;
}

.violet-btn.mt-30 {
  margin-top: 30px;
}

.violet-btn.session {
  background-color: #c913ad;
  font-size: 18px;
}

.hero-content {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 340px;
  margin-left: 38px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.hero-icon.session {
  position: absolute;
  left: -16%;
  top: -30%;
  right: auto;
  bottom: auto;
}

.hero-text {
  width: 554px;
  font-size: 18px;
}

.hero-text.session {
  max-width: 580px;
}

.section-welcome {
  position: relative;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  padding: 140px 20px 60px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
}

.heading-centr {
  text-align: center;
}

.heading-centr.head-violet {
  display: none;
  margin-top: 10px;
  color: #c913ad;
  font-weight: 700;
}

.heading-centr.mt-20 {
  margin-top: 20px;
}

.heading-centr.session {
  color: #fff;
  font-size: 22px;
}

.heading-centr.form {
  margin-top: 10px;
  margin-bottom: 30px;
}

.text-violet {
  color: #c913ad;
}

.welcome__2col-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 50px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 4fr 8fr;
  grid-template-columns: 4fr 8fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.welcome-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
  padding: 26px 20px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 10px;
  background-color: rgba(34, 30, 43, 0.5);
}

.welcome-item.mood-flex {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.welcome-number {
  margin-right: 20px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  line-height: 0.7;
  text-align: left;
  white-space: nowrap;
}

.item-text {
  font-size: 16px;
}

.welcome-img {
  width: 100%;
  height: auto;
  border-radius: 10px;
  -o-object-fit: contain;
  object-fit: contain;
}

.welcome-img-wr {
  position: relative;
  z-index: 50;
  margin-bottom: 40px;
}

.welcome-text {
  margin-bottom: 16px;
}

.welcome-text.mb-0px {
  margin-bottom: 0px;
}

.text-violet-bold {
  display: inline-block;
  color: #c913ad;
  font-weight: 700;
}

.statistic-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.statistic-item.grafik {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.statistic-color {
  width: 30px;
  height: 30px;
  margin-right: 14px;
  border-style: solid;
  border-width: 1px;
  border-color: #fff;
  border-radius: 4px;
  background-color: #fff;
}

.statistic-number {
  margin-top: -3px;
  margin-right: 14px;
  font-weight: 600;
}

.statistic-text {
  max-width: 408px;
  margin-top: 0px;
  font-size: 16px;
}

.statistic-color {
  border-style: none;
  border-radius: 4px;
}

.blur-img {
  position: absolute;
  left: 520px;
  top: -240px;
  right: 0px;
  bottom: auto;
  z-index: -1;
  width: 100%;
  height: 100%;
}

.section-about {
  overflow: hidden;
  padding: 60px 20px 120px;
}

.section-about.session {
  padding-top: 160px;
}

._3col-row {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.column--left {
  width: 33%;
  margin-right: 40px;
}

.column-right {
  width: 64%;
}

.text-violet-border {
  display: inline-block;
  padding: 20px 40px;
  border-style: solid;
  border-width: 1px;
  border-color: #c913ad;
  border-radius: 74px;
  box-shadow: 0 0 38px 0 rgba(201, 19, 173, 0.6);
  font-size: 42px;
  text-align: center;
  text-transform: uppercase;
}

.text-violet-border.mt-42px {
  margin-top: 42px;
}

.text-violet-border.mt-120 {
  position: relative;
  z-index: 2;
  margin-top: 100px;
}

.text-violet-border.mb-60 {
  margin-bottom: 60px;
}

.text-violet-border.mood-centr {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.about-item {
  position: relative;
  z-index: 99;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  min-height: 348px;
  padding: 20px 14px 20px 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.about-img {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.about-text {
  position: static;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 70%;
  margin-top: 0px;
  margin-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.about-title {
  margin-bottom: 10px;
  font-family: 'Open Sans', sans-serif;
  font-size: 26px;
  font-weight: 600;
  text-transform: uppercase;
}

.about-title.session {
  max-width: 260px;
}

.about-p {
  position: relative;
  z-index: 2;
  margin-bottom: auto;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
}

.about-number {
  position: static;
  left: 10px;
  top: 20px;
  right: 0%;
  bottom: auto;
  z-index: 2;
  font-family: 'Open Sans', sans-serif;
  font-size: 26px;
  font-weight: 400;
}

.section-course {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  min-height: 620px;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #040404;
  background-image: url('../images/coerse-bg.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.section-course.about {
  background-image: url('../images/vip-wld.jpg');
}

.course-item-list {
  margin-top: 40px;
  margin-bottom: 40px;
}

.course-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.course-icon {
  margin-right: 10px;
}

.course-left {
  width: 47%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.course-left.about.session {
  width: 45%;
}

.course-quote {
  position: absolute;
  left: 0%;
  top: 120px;
  right: auto;
  bottom: 0px;
  width: 390px;
  height: 120px;
  padding: 25px 30px 20px 20px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 130px;
  background-color: #fff;
  color: #000;
}

.course-quote.quote-vip {
  width: 320px;
  height: 100px;
}

.quote-icon {
  margin-right: 12px;
}

.qu-ico {
  position: absolute;
  left: auto;
  top: -44px;
  right: 33px;
  bottom: auto;
}

.qu-wr {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.section-speaker {
  overflow: hidden;
  padding: 140px 20px 70px;
  text-align: center;
}

.speaker-item {
  display: block;
  width: 31%;
  margin-right: 10px;
  margin-bottom: 20px;
  margin-left: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.speaker-img {
  display: block;
  width: 100%;
  height: 100%;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.speaker-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  min-height: 120px;
  margin-top: 5px;
  padding: 20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  background-color: #221e2b;
}

.speaker-content.mood-justify {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.speaker-logo {
  min-height: 45px;
  margin-top: 14px;
}

.speaker-name {
  margin-top: 15px;
  font-size: 22px;
  line-height: 1.3;
  font-weight: 700;
  text-transform: uppercase;
}

.speaker-name.mt-40 {
  margin-top: 40px;
}

.text-work {
  margin-top: 4px;
  margin-bottom: 0px;
  font-size: 16px;
  line-height: 1.3;
}

.subtitle-speaker {
  margin-top: 17px;
  text-align: center;
}

.section-expert {
  overflow: hidden;
  padding: 70px 20px 140px;
  text-align: center;
}

.speaker-3col-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 60px -10px -20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  justify-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.spealer-text {
  margin-left: 20px;
  text-align: left;
}

.expern-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  min-height: 120px;
  margin-top: 5px;
  padding: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  background-color: #221e2b;
}

.section-education {
  overflow: hidden;
  padding: 120px 20px;
  background-image: url('../images/section-bg-1.jpg');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.education-2col-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.education-column-left {
  width: 100%;
  max-width: 42%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.eduction-title {
  line-height: 1.4;
  font-weight: 700;
}

.education-column-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 58%;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.eduction-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 10px;
  margin-bottom: 20px;
  padding: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: #fff;
  border-radius: 120px;
  font-size: 16px;
  line-height: 1;
  text-align: center;
}

.eduction-text.mood-eduction {
  background-color: #fff;
  color: #c913ad;
}

.mod-steps {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 290px;
  margin-right: 10px;
  margin-bottom: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: #fff;
  border-radius: 120px;
  font-size: 16px;
  text-align: center;
}

.section-steps {
  position: -webkit-sticky;
  position: sticky;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 954px;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.container-steps {
  position: relative;
  z-index: 10;
  width: 100%;
  height: 954px;
  max-width: 985px;
  text-align: center;
  -o-object-fit: cover;
  object-fit: cover;
}

.steps-img {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 2;
  width: 100%;
  height: 954px;
  min-width: 992px;
  -o-object-fit: cover;
  object-fit: cover;
}

.step-text {
  position: absolute;
  left: 130px;
  top: 313px;
  z-index: 3;
  display: block;
  width: 310px;
  text-align: left;
}

.step-text.step-3 {
  left: 730px;
  width: 180px;
}

.step-text.step-2 {
  left: 390px;
  top: 445px;
  width: 216px;
}

.step-text.step-4 {
  left: 645px;
  top: 500px;
  width: 205px;
  text-align: right;
}

.step-text.step-5 {
  left: 740px;
  top: 677px;
  width: 170px;
  text-align: left;
}

.step-text.step-6 {
  left: 360px;
  top: 677px;
  width: 260px;
}

.step-text.step-7 {
  left: 210px;
  top: 810px;
  width: 200px;
}

.container-985px {
  position: relative;
  width: 100%;
  max-width: 985px;
  margin-right: auto;
  margin-left: auto;
}

.course-step {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 1px solid hsla(0, 0%, 100%, 0.08);
}

.course-step.mood-step {
  border: 1px none #000;
}

.step-title {
  display: inline-block;
  width: 80px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  color: #c913ad;
  font-size: 16px;
  font-weight: 600;
}

.border-text {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 20px;
  border-left: 1px solid hsla(0, 0%, 100%, 0.08);
}

.border-text.mood-bonus {
  padding-left: 0px;
  border: 1px none #000;
}

.text-16px.mood-violet {
  color: #c913ad;
}

.section-price {
  overflow: hidden;
  padding: 70px 20px 120px;
}

.h2-w {
  color: #fff;
}

.price-3col-row {
  display: -ms-grid;
  display: grid;
  margin-top: 80px;
  grid-auto-columns: 1fr;
  grid-column-gap: 20px;
  grid-row-gap: 0px;
  grid-template-areas: "Area-2 Area";
  -ms-grid-columns: 1fr 20px 1fr 20px 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.price-3col-row.vip {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 20px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.price-3col-row.sentre {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.price-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 40px 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-radius: 10px;
  background-color: #221e2a;
  text-align: left;
}

.price-item.sentre {
  max-width: 353.328125px;
}

.price-list {
  margin-top: 30px;
  background-color: transparent;
  color: #c913ad;
}

.price-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 50px;
  margin-bottom: 24px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.price-old {
  color: hsla(0, 0%, 100%, 0.7);
  font-size: 20px;
  text-decoration: line-through;
  white-space: nowrap;
}

.price-content {
  margin-top: auto;
  text-align: center;
}

.btn-violet-border {
  display: inline-block;
  padding: 20px 40px;
  border-style: solid;
  border-width: 1px;
  border-color: #c913ad;
  border-radius: 74px;
  box-shadow: 0 0 38px 0 rgba(201, 19, 173, 0.6);
  color: #fff;
  font-size: 18px;
  text-align: center;
  text-transform: none;
}

.btn-violet-border:hover {
  color: #c913ad;
}

.btn-violet-border.mt-30px {
  padding-right: 20px;
  padding-left: 20px;
}

.mood-caps {
  text-transform: uppercase;
}

.section-course-2 {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  padding: 50px 20px 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #040404;
  background-image: url('../images/фон-секции.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.section-course-2.about {
  background-image: url('../images/about-img-3.jpg');
  background-position: 80% 50%;
  background-size: cover;
}

.mt-10 {
  margin-top: 10px;
}

.mt-10.session {
  font-size: 40px;
}

.course-list {
  margin-top: 30px;
  background-color: transparent;
  color: #c913ad;
}

.course-list.mt-10px {
  margin-top: 10px;
}

.course-list.session {
  margin-top: 20px;
  font-size: 14px;
}

.span-semibold {
  font-weight: 600;
}

.violet-semibold-16px {
  color: #c913ad;
  font-size: 16px;
  font-weight: 600;
}

.text-violet-32px {
  color: #c913ad;
  font-size: 32px;
  line-height: 1.4;
  font-weight: 600;
}
.text-violet-32px:hover {
  color: #c913ad;
}

.quote-arr {
  position: absolute;
  left: auto;
  top: auto;
  right: 20px;
  bottom: 12px;
}

.section-video {
  overflow: hidden;
  padding: 90px 20px;
  background-image: url('../images/section-bg-1.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.col-video {
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.video-lightbox {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  max-width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.video-img {
  width: 100%;
  height: 100%;
  border-radius: 10px;
}

.video-play {
  position: absolute;
}

.video-ico-wr {
  position: absolute;
  left: 43%;
  top: 43%;
  right: 0%;
}

.video-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 44px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.mt-20 {
  margin-top: 20px;
}

.section-footer {
  overflow: hidden;
  padding: 90px 20px 50px;
}

.section-footer.session {
  background-image: url('../images/form-fon.jpg');
  background-position: 50% 50%;
  background-size: auto;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.cource-form {
  width: 610px;
  margin-bottom: 0px;
}

.cource-form.session {
  width: 682px;
}

.form-wr {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 48px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: left;
}

.form-wr.session {
  margin-top: 0px;
}

.text-field {
  height: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 30px;
  border: 1px none #000;
  border-radius: 10px;
  background-color: #221e2b;
  color: #fff;
  font-size: 16px;
}

.text-field:active {
  border-style: solid;
  border-color: #c913ad;
}

.text-field:focus {
  border-style: solid;
  border-color: #c913ad;
  color: #fff;
}

.text-field.mood-caps {
  height: 60px;
  padding-right: 0px;
}

.text-field.mood-phone {
  margin-right: 10px;
}

.text-field.session {
  border-style: solid;
  border-color: #fff;
  background-color: rgba(34, 30, 43, 0);
  color: #fff;
}

.text-field.session::-webkit-input-placeholder {
  color: #fff;
}

.text-field.session:-ms-input-placeholder {
  color: #fff;
}

.text-field.session::-ms-input-placeholder {
  color: #fff;
}

.text-field.session::placeholder {
  color: #fff;
}

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

.form-check {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  margin-left: 0px;
  padding-left: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.form-check:active {
  background-color: transparent;
}

.checkbox {
  width: 20px;
  height: 20px;
  margin-left: -20px;
  border-style: solid;
  border-width: 1px;
  border-color: #c913ad;
  border-radius: 6px;
}

.checkbox.w--redirected-checked {
  border-style: none;
  background-color: rgba(56, 152, 236, 0);
}

.checkbox-label {
  margin-bottom: 0px;
  margin-left: 10px;
}

.btn-wr {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.btn-wr.session {
  margin-top: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.footer-text {
  width: 340px;
  color: #fff;
  font-size: 9px;
  font-weight: 500;
}

.success-message {
  padding: 40px;
  border-style: none;
  border-width: 1px;
  border-color: #c913ad;
  border-radius: 10px;
  background-color: transparent;
}

.success-message.session {
  padding-top: 80px;
  padding-bottom: 80px;
  background-color: #181322;
}

.media-icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 90px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.media-icon.session {
  margin-top: 40px;
}

.media-link {
  display: block;
  overflow: hidden;
  max-width: 34px;
  margin-right: 15px;
  margin-left: 15px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.media-link:hover {
  border-radius: 20px;
  background-color: #c913ad;
}

.media-lco {
  overflow: visible;
  width: 100%;
}

.media-lco.hide {
  display: none;
}

.container-1440px {
  width: 100%;
  max-width: 1440px;
  margin-right: auto;
  margin-left: auto;
}

.light-speaker {
  display: block;
}

.section-fax {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  padding-right: 20px;
  padding-bottom: 70px;
  padding-left: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.fax-inner {
  overflow: hidden;
  margin-bottom: 10px;
  -webkit-transition: all 200ms ease, opacity 200ms ease;
  transition: all 200ms ease, opacity 200ms ease;
  cursor: -webkit-grab;
  cursor: grab;
}

.fax-top-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 90px;
  padding: 20px 25px 18px 50px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 10px;
  background-color: #221e2b;
}

.fax-title {
  font-size: 22px;
  line-height: 1.4;
}

.fax-icon {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.fax-icon-close {
  position: absolute;
  display: block;
  width: 51px;
}

.fax-bottom-content {
  overflow: hidden;
  margin-top: 10px;
  padding: 20px 25px 40px 50px;
  border-radius: 10px;
  background-color: #221e2b;
}

.expert-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.expert-4col-row {
  display: -ms-grid;
  display: grid;
  margin-top: 60px;
  grid-auto-columns: 1fr;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.btn-hero {
  position: absolute;
}

.ellipse-1 {
  position: absolute;
  -webkit-transform: scale(0.5);
  -ms-transform: scale(0.5);
  transform: scale(0.5);
}

.ellipse-2 {
  position: absolute;
  -webkit-transform: scale(0.3);
  -ms-transform: scale(0.3);
  transform: scale(0.3);
}

.ellipse-3 {
  position: absolute;
  -webkit-transform: scale(0.22);
  -ms-transform: scale(0.22);
  transform: scale(0.22);
}

.ellipse-4 {
  position: absolute;
  -webkit-transform: scale(0.15);
  -ms-transform: scale(0.15);
  transform: scale(0.15);
}

.navbar {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  margin-right: 0px;
  margin-left: 0px;
  padding: 20px;
  background-color: transparent;
}

.navbar.non-fixed {
  position: static;
}

.text-logo {
  display: inline-block;
}

.text-logo.w--current {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.text-18px {
  font-size: 18px;
  line-height: 1.5;
}

.hero-ellipse {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 45%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.hero-ellipse.session {
  top: -200px;
  right: -15%;
}

.text-20px {
  font-size: 20px;
  font-weight: 700;
}

.nav-link {
  margin-right: 0px;
  margin-left: 0px;
  padding: 10px 15px;
  color: #fff;
  font-size: 14px;
}

.nav-link:hover {
  color: rgba(255, 255, 255, 0.6);
  text-decoration: none;
}

.nav-link.w--current {
  color: #c913ad;
}

.nav-link.session {
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  line-height: 1.4;
}

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

.nav-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.nav-menu.session {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.nav-btn {
  display: inline-block;
  min-width: 230px;
  padding: 20px;
  border-radius: 74px;
  background-color: #4f1176;
  box-shadow: 0 0 16px 0 rgba(255, 20, 217, 0.46);
  color: #fff;
  line-height: 1.2;
  font-weight: 700;
  text-align: center;
}

.nav-btn:hover {
  background-color: rgba(79, 17, 118, 0.77);
}

.nav-btn.mob-hiden {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.nav-btn.mob-hiden.session {
  border-style: solid;
  border-width: 1px;
  border-color: #fff;
  background-color: rgba(79, 17, 118, 0);
  box-shadow: 1px 1px 16px 0 rgba(255, 20, 217, 0.46);
}

.nav-btn.mt-30px {
  box-shadow: 0 0 16px 0 rgba(79, 17, 118, 0.6);
}

.nav-mobil {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.mt-30px {
  margin-top: 30px;
}

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

.expert-wr {
  margin-left: 20px;
}

.steps-img-mobil {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 2;
  display: none;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.course-2col-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.course-right {
  position: relative;
  width: 50%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.corse-img-mobil {
  display: none;
  width: 100%;
  height: 100%;
}

.price-btn-wr {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.price-new {
  margin-right: auto;
  margin-left: auto;
  font-size: 38px;
}

.success-subtitle {
  color: #fff;
}

.success-text {
  margin-top: 20px;
  color: hsla(0, 0%, 100%, 0.5);
  font-size: 18px;
}

.success-text.session {
  margin-top: 10px;
  margin-bottom: 40px;
  color: hsla(0, 0%, 100%, 0.9);
  text-transform: uppercase;
}

.popup-expert {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1440px;
  margin-right: auto;
  margin-left: auto;
  padding: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.popup-item {
  margin-top: 0px;
  margin-bottom: 32px;
  text-align: left;
}

.popup-top-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.popup-close-icon {
  position: absolute;
  left: auto;
  top: 0px;
  right: 0px;
  bottom: auto;
  width: 40px;
}

.popup-content {
  position: relative;
  z-index: 5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 580px;
  margin-top: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.expert-all {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.section-expert-popup {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1035;
  display: none;
  overflow: auto;
  height: auto;
  padding-top: 40px;
  padding-right: 20px;
  padding-left: 20px;
  background-color: #181322;
  cursor: pointer;
}

.popup-close {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  background-color: transparent;
}

.about-heding.session {
  font-size: 54px;
}

.section {
  padding: 100px 20px;
}

.policy-link {
  color: #c913ad;
}

.policy-link:hover {
  color: #ab5edd;
}

.policy-rich h3 {
  margin-bottom: 40px;
  color: #fff;
}

.policy-rich h4 {
  margin-top: 40px;
  margin-bottom: 20px;
  font-size: 22px;
}

.policy-rich p {
  margin-bottom: 20px;
}

.vip {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80px;
  height: 40px;
  margin-left: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 25px;
  background-color: #c913ad;
}

.vip-text {
  font-size: 22px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}

.vip-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.hero-video {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 100%;
  height: 100%;
}

.hero-video.mob {
  display: none;
}

.welcome-bold {
  font-size: 20px;
}

.number-span {
  font-size: 16px;
  line-height: 0.9;
}

.statistic-color {
  width: 30px;
  margin-top: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-color: #d448be;
}

.statistic-color.purpure {
  margin-top: 0px;
  background-color: #844bc7;
}

.statistic-color.purpure.grafik {
  margin-top: 5px;
}

.statistic-color.grafik {
  margin-top: 5px;
}

.bold {
  font-weight: 700;
}

.session-title {
  margin-bottom: 10px;
  font-family: 'Open Sans', sans-serif;
  font-size: 38px;
  font-weight: 600;
}

.session-subtitle {
  margin-bottom: 32px;
  font-size: 18px;
  line-height: 1.2;
}

.session-text-btn {
  font-size: 16px;
  line-height: 1.5;
  font-weight: 300;
}

.session-tabl {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  font-family: 'Open Sans', sans-serif;
  font-size: 80px;
  line-height: 1;
  font-weight: 700;
}

.session-tabl-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 92px;
  margin-left: 0px;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
  font-size: 16px;
}

.sec-steps {
  padding-top: 40px;
  padding-bottom: 60px;
  background-image: url('../images/steps-fon-1.jpg');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.steps-container {
  width: 100%;
  max-width: 850px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px;
}

.steps-title {
  text-align: center;
}

.steps-inner {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 83px;
  margin-top: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.steps-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  padding-right: 40px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 22px;
  line-height: 1.2;
  text-align: right;
}

.steps-item._2 {
  margin-left: auto;
  padding-right: 0px;
  padding-left: 40px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  text-align: left;
}

.steps-sep {
  position: absolute;
  left: 50%;
  top: 55px;
  right: auto;
  bottom: -20px;
  z-index: 1;
  width: 1px;
  margin-left: -5px;
  border-right: 1px dashed #fff;
}

.steps-sep.hide {
  display: none;
}

.step-num {
  position: absolute;
  left: 47%;
  right: auto;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 43px;
  height: 43px;
  padding: 6px 16px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 100px;
  background-color: #fff;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(rgba(201, 19, 173, 0.2)));
  background-image: linear-gradient(180deg, #fff, rgba(201, 19, 173, 0.2));
  color: #c913ad;
  font-size: 22px;
  font-weight: 700;
}

.step-flex {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 43px;
  height: 43px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 100px;
  background-color: #fff;
}

.step-fon {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 100px;
  background-color: #fff;
}

.step-grid {
  margin-top: 30px;
}

.steps-text {
  max-width: 340px;
}

.violet-btn-telegram {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 288px;
  min-width: 230px;
  margin-right: auto;
  margin-left: auto;
  padding: 20px 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 74px;
  background-color: #b20097;
  box-shadow: 0 0 16px 0 rgba(255, 20, 217, 0.46);
  color: #fff;
  line-height: 1.2;
  font-weight: 700;
  text-align: center;
}

.violet-btn-telegram:hover {
  background-color: #db3bc3;
}

.violet-btn-telegram.mt-30 {
  margin-top: 30px;
}

.violet-btn-telegram.session {
  background-color: #c913ad;
  font-size: 18px;
}

.telegram-ico {
  margin-left: 20px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.session-nav {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  margin-right: 0px;
  margin-left: 0px;
  padding: 20px;
  background-color: transparent;
}

.session-nav.non-fixed {
  position: static;
}

.bg-fon {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  overflow: hidden;
  width: 100%;
  height: 100%;
  background-image: url('../images/bg-fon.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.grafik-title {
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 500;
}

.inline {
  display: inline-block;
}

.tarif-title {
  margin-top: 20px;
  font-size: 24px;
  text-align: center;
}

.hero-col-l {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 38%;
  padding-left: 10px;
}

.session---item {
  margin-bottom: 10px;
}

@media screen and (max-width: 991px) {
  h1 {
    margin-bottom: 24px;
    font-size: 56px;
    text-align: center;
  }

  h2 {
    font-size: 32px;
  }

  h3 {
    font-size: 24px;
  }

  li {
    margin-bottom: 14px;
    font-size: 14px;
  }

  .section-hero.session {
    max-height: 680px;
    min-height: 680px;
    padding-bottom: 60px;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .hero__2col-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: space-between;
    -ms-flex-line-pack: justify;
    align-content: space-between;
    -ms-grid-columns: 5fr 5fr;
    grid-template-columns: 5fr 5fr;
  }

  .hero__2col-row.session {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .hero-item {
    width: 82%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .hero-item.session {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .hero-wr {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .hero-wr.session {
    margin-top: 60px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .violet-btn {
    min-width: 200px;
    padding: 20px;
    white-space: nowrap;
  }

  .violet-btn.mt-30 {
    margin-top: 24px;
  }

  .hero-content {
    margin-left: 40px;
  }

  .hero-content.session {
    margin-top: 20px;
    margin-left: 0px;
  }

  .hero-icon.session {
    display: none;
  }

  .hero-text {
    text-align: center;
  }

  .hero-text.session {
    width: 430px;
    max-width: 500px;
    font-size: 16px;
    text-align: left;
  }

  .section-welcome {
    z-index: 10;
    padding-top: 80px;
  }

  .heading-centr.mt-20 {
    margin-top: 10px;
  }

  .welcome__2col-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .welcome-item {
    width: 100%;
    height: 165px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }

  .welcome-item.mood-flex {
    width: 100%;
    text-align: left;
  }

  .welcome-number {
    margin-right: 0px;
    margin-bottom: 5px;
    line-height: 0.8;
    text-align: center;
  }

  .item-text {
    font-size: 14px;
  }

  .statistic-item {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .statistic-text {
    max-width: 90%;
  }

  .blur-img {
    left: 190px;
    top: -590px;
  }

  .section-about.session {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  ._3col-row {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }

  ._3col-row.session {
    grid-row-gap: 40px;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .column--left {
    display: -ms-grid;
    display: grid;
    width: 100%;
    margin-right: 0px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    grid-auto-columns: 1fr;
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .column-right {
    width: 100%;
    margin-top: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .text-violet-border {
    padding-top: 14px;
    padding-bottom: 14px;
    font-size: 24px;
  }

  .text-violet-border.mt-42px {
    margin-top: 30px;
    padding: 14px 40px;
    font-size: 24px;
  }

  .text-violet-border.mt-120 {
    margin-top: 80px;
  }

  .section-course {
    background-position: 55% 50%;
  }

  .section-course.about {
    background-position: 48% 50%;
  }

  .course-left {
    width: 46%;
  }

  .course-left.about {
    width: 90%;
    margin-top: 40px;
  }

  .course-left.about.session {
    width: 100%;
  }

  .course-quote {
    left: 0px;
    padding-top: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
  }

  .course-quote.mod-course-2.about {
    left: 15%;
    top: 70%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .course-quote.quote-vip {
    width: 300px;
    height: 90px;
  }

  .quote-icon {
    width: 50px;
  }

  .qu-ico {
    top: -39px;
  }

  .section-speaker {
    padding-top: 100px;
    padding-bottom: 60px;
  }

  .speaker-item {
    width: 47%;
    margin-right: 10px;
    margin-left: 10px;
  }

  .speaker-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .speaker-name {
    font-size: 20px;
  }

  .subtitle-speaker {
    font-size: 20px;
  }

  .section-expert {
    padding-top: 60px;
    padding-bottom: 100px;
  }

  .spealer-text {
    margin-left: 0px;
    text-align: center;
  }

  .section-education {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .education-2col-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .education-column-left {
    max-width: 100%;
    text-align: left;
  }

  .eduction-title {
    font-size: 48px;
    text-align: left;
  }

  .education-column-right {
    max-width: 100%;
  }

  .mod-steps {
    width: 310px;
    margin-right: 10px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .section-steps {
    overflow: auto;
    height: 720px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .container-steps {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 720px;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .steps-img {
    display: none;
  }

  .step-text {
    left: 200px;
    top: 251px;
    width: auto;
    font-size: 18px;
  }

  .step-text.step-3 {
    left: 200px;
    top: 470px;
    width: auto;
  }

  .step-text.step-2 {
    left: 200px;
    top: 357px;
    width: auto;
  }

  .step-text.step-4 {
    left: 200px;
    top: 586px;
    width: auto;
    text-align: left;
  }

  .step-text.step-5 {
    left: 200px;
    top: 699px;
    width: auto;
  }

  .step-text.step-6 {
    left: 200px;
    top: 812px;
    width: auto;
  }

  .step-text.step-7 {
    left: 200px;
    top: 925px;
    width: auto;
  }

  .text-16px.mood-violet {
    font-size: 16px;
  }

  .section-price {
    padding-top: 60px;
  }

  .price-3col-row {
    margin-top: 60px;
  }

  .price-item {
    padding: 20px 10px;
  }

  .price-wrap {
    margin-top: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .price-old {
    font-size: 18px;
  }

  .btn-violet-border {
    padding-right: 14px;
    padding-left: 14px;
    font-size: 16px;
    white-space: nowrap;
  }

  .section-course-2 {
    background-position: 60% 50%;
  }

  .section-course-2.about {
    background-image: none;
    background-position: 0px 0px;
    background-size: auto;
    background-repeat: repeat;
  }

  .text-violet-32px {
    font-size: 28px;
  }

  .quote-arr {
    right: 50px;
  }

  .quote-arr.about {
    right: 0px;
  }

  .col-video {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .video-play {
    width: 80px;
  }

  .video-ico-wr {
    position: absolute;
    left: 40%;
  }

  .mt-20 {
    margin-top: 10px;
  }

  .btn-wr {
    margin-top: 20px;
  }

  .media-icon {
    margin-top: 60px;
  }

  .section-fax {
    padding-top: 40px;
    padding-bottom: 60px;
  }

  .fax-title {
    font-size: 20px;
  }

  .fax-icon {
    position: relative;
  }

  .fax-icon-open {
    width: 50px;
  }

  .fax-icon-close {
    position: absolute;
    display: block;
    width: 50px;
  }

  .expert-4col-row {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto auto auto;
    grid-template-rows: auto auto auto auto;
  }

  .navbar {
    margin-top: 0px;
    margin-right: 0px;
    margin-left: 0px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .text-logo {
    width: 60%;
  }

  .text-logo.session {
    width: 90%;
  }

  .hero-ellipse {
    position: absolute;
    left: auto;
    top: 450px;
    right: -60px;
    bottom: 0%;
    width: 50%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .hero-ellipse.session {
    left: auto;
    top: 8%;
    right: -15%;
    bottom: auto;
  }

  .nav-link {
    text-align: center;
  }

  .nav-menu {
    margin-right: -20px;
    margin-left: -20px;
    padding: 20px 0px;
    background-color: #181322;
  }

  .nav-menu.w--open {
    height: 100vh;
  }

  .nav-btn.mob-hiden {
    display: none;
  }

  .menu-button {
    padding: 0px;
    background-color: transparent;
  }

  .menu-button.w--open {
    background-color: transparent;
  }

  .nav-mobil {
    display: block;
  }

  .steps-img-mobil {
    left: 20px;
    top: 220px;
    right: auto;
    z-index: -1;
    display: block;
    width: 150px;
    height: 762px;
  }

  .icon {
    font-size: 32px;
  }

  .course-2col-row.about {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .course-right.about {
    width: 100%;
  }

  .corse-img-mobil.about-mobil {
    display: block;
  }

  .section {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .vip-text {
    font-size: 20px;
  }

  .number-span {
    margin-left: 4px;
  }

  .session-title {
    font-size: 30px;
    text-align: left;
  }

  .session-tabl {
    left: auto;
    top: auto;
    right: 0%;
    bottom: 0%;
    font-size: 64px;
  }

  .session-tabl-content {
    padding-top: 7px;
    padding-bottom: 7px;
    font-size: 14px;
    font-weight: 500;
  }

  .step-num {
    left: 50%;
    padding: 0px;
    -webkit-transform: translate(-60%, 0px);
    -ms-transform: translate(-60%, 0px);
    transform: translate(-60%, 0px);
  }

  .violet-btn-telegram {
    min-width: 200px;
    padding: 20px;
    white-space: nowrap;
  }

  .violet-btn-telegram.mt-30 {
    margin-top: 24px;
  }

  .session-nav {
    margin-top: 0px;
    margin-right: 0px;
    margin-left: 0px;
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #181322;
  }

  .hero-col-l {
    left: auto;
    top: auto;
    right: 1%;
    bottom: 14%;
    z-index: 20;
    padding-left: 10px;
  }

  .hero-img {
    z-index: 10;
    overflow: hidden;
    width: 200px;
    margin-bottom: -34px;
  }
}

@media screen and (max-width: 767px) {
  body {
    font-size: 14px;
    line-height: 1.2;
  }

  h1 {
    margin-bottom: 14px;
    font-size: 42px;
  }

  h2 {
    font-size: 28px;
  }

  h3 {
    font-size: 20px;
  }

  .section-hero {
    height: 680px;
    min-height: 680px;
  }

  .section-hero.session {
    height: auto;
    max-height: none;
    min-height: 710px;
    padding-top: 120px;
  }

  .hero__2col-row.session {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .hero-item.session {
    width: 100%;
  }

  .hero-wr {
    margin-top: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .hero-wr.session {
    position: relative;
  }

  .violet-btn.mt-30 {
    margin-top: 20px;
  }

  .hero-content {
    width: 350px;
    margin-top: 20px;
    margin-left: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .hero-content.session {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .hero-icon {
    width: 70px;
  }

  .hero-text {
    width: auto;
    font-size: 16px;
  }

  .section-welcome {
    padding-bottom: 40px;
  }

  .heading-centr.head-violet {
    font-size: 28px;
  }

  .welcome__2col-row {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .welcome-item {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding-right: 10px;
    padding-left: 10px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .welcome-item.mood-flex {
    margin-bottom: 0px;
  }

  .welcome-number {
    margin-right: 0px;
  }

  .item-text {
    margin-top: 6px;
  }

  .welcome-text {
    font-size: 14px;
  }

  .statistic-text {
    font-size: 14px;
  }

  .blur-img {
    top: -710px;
  }

  .section-about {
    overflow: hidden;
    padding-top: 40px;
    padding-bottom: 80px;
  }

  ._3col-row {
    overflow: auto;
    width: 100%;
    margin-bottom: 0px;
    padding-bottom: 20px;
    -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
    cursor: -webkit-grab;
    cursor: grab;
  }

  ._3col-row.session {
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .column--left {
    display: -ms-grid;
    display: grid;
    margin-right: 0px;
    margin-left: 0px;
    grid-auto-columns: 1fr;
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .column-right {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .about-content {
    min-width: 310px;
    margin-bottom: 24px;
    padding-left: 20px;
  }

  .text-violet-border {
    font-size: 22px;
  }

  .text-violet-border.mt-42px {
    font-size: 18px;
  }

  .text-violet-border.mb-60 {
    margin-bottom: 40px;
  }

  .about-item {
    width: 100%;
    min-height: 240px;
    min-width: 310px;
    padding-right: 20px;
  }

  .about-text {
    height: 70%;
  }

  .about-title {
    font-size: 20px;
  }

  .about-p {
    font-size: 14px;
  }

  .section-course {
    padding-bottom: 40px;
    background-color: #181322;
    background-image: none;
    background-size: auto;
    background-repeat: repeat;
  }

  .section-course.about {
    background-image: none;
    background-position: 0px 0px;
    background-size: auto;
    background-repeat: repeat;
  }

  .course-left {
    width: 100%;
    margin-top: 40px;
    padding-bottom: 0px;
  }

  .course-quote {
    top: 67%;
    width: 340px;
    height: 100px;
  }

  .course-quote.quote-vip {
    width: 270px;
    height: 75px;
  }

  .quote-icon {
    width: 40px;
    font-size: 15px;
  }

  .section-speaker {
    padding-top: 80px;
  }

  .speaker-item {
    width: 340px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
  }

  .speaker-logo {
    width: 120px;
    min-height: 36px;
  }

  .speaker-name {
    font-size: 18px;
  }

  .text-work {
    font-size: 14px;
  }

  .speaker-3col-row {
    display: -ms-grid;
    display: grid;
    overflow: auto;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding-bottom: 20px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: start;
    -ms-flex-align: start;
    align-items: start;
    grid-auto-columns: 1fr;
    grid-column-gap: 20px;
    grid-row-gap: 0px;
    -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
    cursor: -webkit-grab;
    cursor: grab;
  }

  .section-education {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .eduction-title {
    font-size: 36px;
  }

  .eduction-text {
    font-size: 14px;
  }

  .mod-steps {
    width: 450px;
    margin-right: 10px;
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .step-text {
    font-size: 16px;
  }

  .section-price {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .h2-w.heading-centr {
    font-size: 27px;
  }

  .price-3col-row {
    grid-row-gap: 20px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .price-item {
    padding: 32px 20px;
  }

  .price-list {
    margin-bottom: -10px;
    text-align: left;
  }

  .price-wrap {
    margin-top: 20px;
  }

  .btn-violet-border {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .btn-violet-border.mt-30px {
    padding-right: 20px;
    padding-left: 20px;
  }

  .section-course-2 {
    background-color: #181322;
    background-image: none;
    background-size: auto;
    background-repeat: repeat;
  }

  .section-course-2.about {
    background-image: none;
    background-position: 0px 0px;
    background-size: auto;
    background-repeat: repeat;
  }

  .section-video {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .video-lightbox {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .video-play {
    position: absolute;
    left: auto;
    top: auto;
    right: auto;
    bottom: auto;
  }

  .video-ico-wr.w--current {
    left: 44%;
  }

  .col-text {
    margin-top: 20px;
    text-align: center;
  }

  .video-grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .cource-form {
    width: 100%;
  }

  .text-field {
    font-size: 14px;
  }

  .text-field.mood-caps {
    font-size: 14px;
  }

  .checkbox-label {
    font-size: 14px;
  }

  .btn-wr {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .footer-text {
    width: 290px;
  }

  .media-icon {
    margin-top: 40px;
  }

  .media-lco {
    width: 28px;
  }

  .section-fax {
    padding-bottom: 40px;
  }

  .fax-top-content {
    padding-left: 20px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .fax-title {
    max-width: 430px;
    font-size: 18px;
  }

  .fax-icon-open {
    width: 40px;
  }

  .fax-icon-close {
    width: 40px;
  }

  .fax-bottom-content {
    padding-left: 20px;
  }

  .expert-item {
    width: 280px;
  }

  .expert-4col-row {
    overflow: auto;
    padding-bottom: 20px;
    -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
    cursor: -webkit-grab;
    cursor: grab;
  }

  .text-18px {
    width: 240px;
    font-size: 14px;
  }

  .hero-ellipse {
    top: 460px;
    right: -30px;
  }

  .hero-ellipse.session {
    top: -6%;
    right: -13%;
  }

  .hero-ellipse.but {
    top: auto;
    bottom: -22%;
  }

  .text-20px {
    font-size: 16px;
  }

  .nav-menu {
    height: 100vh;
  }

  .course-2col-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .course-right {
    width: 100%;
    margin-top: 0px;
  }

  .corse-img-mobil {
    display: block;
    width: 100%;
    height: 100%;
  }

  .text-block-2 {
    font-size: 14px;
  }

  .text-block-3 {
    margin-right: 0px;
  }

  .price-btn-wr {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 32px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .success-text {
    font-size: 16px;
  }

  .popup-item {
    margin-bottom: 20px;
  }

  .popup-close-icon {
    width: 30px;
  }

  .popup-content {
    width: 330px;
  }

  .expert-all {
    width: 280px;
  }

  .about-heding.session {
    font-size: 40px;
  }

  .section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .policy-rich h4 {
    margin-top: 30px;
    margin-bottom: 10px;
    font-size: 20px;
  }

  .vip {
    width: 70px;
    height: 34px;
    margin-right: 10px;
  }

  .vip-text {
    font-size: 16px;
  }

  .vip-block {
    width: auto;
  }

  .session-title {
    font-size: 29px;
  }

  .session-text-btn {
    width: 60%;
    font-size: 14px;
  }

  .session-tabl {
    position: absolute;
    left: auto;
    top: auto;
    right: 34%;
    bottom: 0%;
  }

  .steps-inner {
    height: 70px;
  }

  .steps-item {
    font-size: 16px;
  }

  .steps-sep {
    left: 51%;
    margin-left: -10px;
  }

  .violet-btn-telegram.mt-30 {
    margin-top: 20px;
  }

  .hero-col-l {
    right: -4%;
    bottom: -16%;
    display: block;
    width: 34%;
    padding-left: 0px;
  }

  .hero-img {
    width: 170px;
    margin-bottom: 22px;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 30px;
  }

  h2 {
    font-size: 28px;
  }

  .section-hero {
    height: 640px;
    min-height: 640px;
  }

  .section-hero.session {
    height: auto;
    max-height: none;
    min-height: auto;
    padding-top: 120px;
    padding-bottom: 80px;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .section-hero.hero {
    height: 580px;
    min-height: 560px;
  }

  .hero__2col-row.session {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .hero-item.session {
    width: 100%;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .hero-wr.session {
    margin-top: 40px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .hero-content.session {
    width: auto;
    margin-top: 10px;
  }

  .hero-text.session {
    width: auto;
    max-width: none;
    font-size: 15px;
    text-align: left;
  }

  .heading-centr {
    font-size: 22px;
  }

  .heading-centr.head-violet {
    font-size: 24px;
  }

  .heading-centr.mt-20 {
    margin-top: 6px;
    font-size: 24px;
  }

  .heading-centr.session {
    font-size: 18px;
  }

  .welcome-item {
    width: 100%;
    padding-right: 20px;
    padding-left: 20px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .welcome-item.mood-flex {
    height: 250px;
  }

  .welcome-number {
    font-size: 36px;
    text-align: center;
  }

  .item-text {
    margin-top: 10px;
  }

  .welcome-img-wr {
    height: auto;
    min-height: auto;
  }

  .blur-img {
    left: 110px;
    top: -1030px;
  }

  ._3col-row {
    grid-column-gap: 20px;
  }

  .column--left {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto auto;
    grid-template-rows: auto auto auto auto;
  }

  .about-content {
    min-width: 240px;
    padding-left: 0px;
    text-align: center;
  }

  .text-violet-border {
    font-size: 20px;
  }

  .text-violet-border.mt-42px {
    font-size: 18px;
  }

  .about-title {
    font-size: 22px;
  }

  .about-p {
    font-size: 14px;
  }

  .course-left {
    margin-top: 60px;
  }

  .course-quote {
    top: 53%;
    width: 280px;
    height: 90px;
    padding: 10px;
  }

  .course-quote.mod-course-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 260px;
    height: 70px;
  }

  .course-quote.mod-course-2.about {
    left: 1%;
  }

  .course-quote.about {
    top: 59%;
  }

  .course-quote.quote-vip {
    top: 77%;
    width: 260px;
    height: 60px;
  }

  .quote-icon {
    width: 30px;
    margin-right: 8px;
  }

  .qu-ico {
    top: -30px;
    right: 150px;
  }

  .qu-wr {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .speaker-item {
    width: 240px;
    margin-right: 0px;
    margin-left: 0px;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .speaker-content {
    padding: 14px;
  }

  .speaker-name {
    font-size: 16px;
  }

  .subtitle-speaker {
    font-size: 16px;
  }

  .section-education {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .eduction-title {
    font-size: 30px;
    text-align: center;
  }

  .education-column-right {
    margin-top: 20px;
  }

  .eduction-text {
    display: block;
    width: 100%;
    margin-right: 0px;
    margin-bottom: 14px;
    padding: 20px 10px;
    font-size: 16px;
  }

  .mod-steps {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 10px;
    padding: 20px 10px;
  }

  .section-steps {
    overflow: visible;
    height: auto;
    padding-right: 20px;
    padding-left: 20px;
  }

  .container-steps {
    height: 830px;
  }

  .step-text {
    left: 140px;
    top: 217px;
    font-size: 14px;
  }

  .step-text.step-3 {
    left: 140px;
    top: 397px;
  }

  .step-text.step-2 {
    left: 140px;
    top: 305px;
  }

  .step-text.step-4 {
    left: 140px;
    top: 489px;
  }

  .step-text.step-5 {
    left: 140px;
    top: 581px;
  }

  .step-text.step-6 {
    left: 140px;
    top: 672px;
  }

  .step-text.step-7 {
    left: 140px;
    top: 766px;
  }

  .course-step {
    padding: 10px 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .step-title {
    width: 100px;
  }

  .border-text {
    padding-left: 0px;
    border: 1px none #000;
  }

  .text-16px.mood-violet {
    font-size: 14px;
  }

  .h2-w.heading-centr {
    font-size: 24px;
  }

  .price-3col-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }

  .price-item {
    max-width: 320px;
    padding-right: 10px;
    padding-left: 10px;
  }

  .price-wrap {
    margin-bottom: 14px;
  }

  .price-content {
    margin-top: 40px;
  }

  .btn-violet-border {
    margin-top: 16px;
  }

  .text-violet-32px {
    font-size: 20px;
    line-height: 1.2;
  }

  .quote-arr {
    right: -5px;
    bottom: 1px;
  }

  .quote-arr.about {
    right: 6px;
  }

  .section-video {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .video-ico-wr.w--current {
    left: 40%;
  }

  .section-footer {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .text-field.mood-caps {
    font-size: 12px;
  }

  .text-field.mood-phone {
    margin-right: 0px;
  }

  .field-wr {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .btn-wr {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .btn-wr.session {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }

  .footer-text {
    margin-top: 20px;
  }

  .section-fax {
    padding-top: 40px;
  }

  .fax-top-content {
    height: 90px;
    padding-left: 20px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .fax-title {
    max-width: 200px;
    margin-right: 0px;
    font-size: 14px;
  }

  .fax-icon-open {
    width: 30px;
  }

  .fax-icon-close {
    width: 30px;
  }

  .fax-bottom-content {
    padding-left: 20px;
  }

  .expert-item {
    width: 240px;
  }

  .expert-4col-row {
    -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .btn-hero {
    width: 80px;
  }

  .hero-ellipse {
    top: 480px;
    right: -20px;
  }

  .hero-ellipse.session {
    top: 50%;
  }

  .hero-ellipse.hero {
    top: 110%;
    right: -34px;
  }

  .nav-wr.session {
    font-size: 11px;
  }

  .mt-30px {
    margin-top: 24px;
  }

  .steps-img-mobil {
    top: 190px;
    width: 100px;
    height: 620px;
  }

  .price-btn-wr {
    margin-top: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .heading {
    font-size: 31px;
  }

  .success-text {
    font-size: 14px;
  }

  .popup-content {
    width: 280px;
  }

  .expert-all {
    width: 240px;
  }

  .about-heding {
    font-size: 24px;
  }

  .about-heding.session {
    font-size: 36px;
  }

  .section {
    padding-top: 40px;
  }

  .vip {
    width: 55px;
    height: 30px;
    margin-right: 10px;
    margin-left: 10px;
  }

  .vip-text {
    font-size: 16px;
    font-weight: 400;
  }

  .hero-video.desk {
    display: none;
  }

  .hero-video.mob {
    display: block;
  }

  .number-span {
    text-align: center;
  }

  .session-title {
    font-size: 20px;
    text-align: left;
  }

  .session-subtitle {
    margin-bottom: 14px;
  }

  .session-text-btn {
    width: 70%;
    text-align: left;
  }

  .session-tabl {
    position: static;
    left: 0%;
    bottom: -70px;
    margin-top: 20px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .sec-steps {
    padding-bottom: 40px;
  }

  .steps-inner {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .steps-item {
    width: 100%;
    padding-right: 0px;
    padding-left: 60px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    text-align: left;
  }

  .steps-item._2 {
    padding-left: 60px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .steps-sep {
    left: 20px;
    top: 0%;
    bottom: 0%;
    margin-left: 0px;
  }

  .step-num {
    left: 0%;
    top: 0%;
    right: auto;
    bottom: auto;
    width: 40px;
    height: 40px;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  .grafik-title {
    font-size: 16px;
  }

  .hero-col-l {
    left: auto;
    top: auto;
    right: 0%;
    bottom: -70px;
    width: 31%;
  }

  .hero-img {
    margin-bottom: 0px;
  }
}

#w-node-_74313750-1fba-168e-7f5a-6b22044e4815-f993ad33 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_74313750-1fba-168e-7f5a-6b22044e4815-4493ad36 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

@media screen and (max-width: 991px) {
  #w-node-_94b0520c-226c-5634-5e63-cc3a836993b1-f993ad33 {
    -ms-grid-column: span 3;
    grid-column-start: span 3;
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-e80ef854-f9e5-5a36-55ca-129afe0c3910-f993ad33 {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  #w-node-_76933afb-56af-8a7c-05b4-773185cf1aa5-f993ad33 {
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
    -ms-grid-column-align: auto;
    justify-self: auto;
  }

  #w-node-bdd7d336-028f-3fed-6589-b1e0ca7150a1-af93ad35 {
    -ms-grid-column: span 3;
    grid-column-start: span 3;
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-e80ef854-f9e5-5a36-55ca-129afe0c3910-af93ad35 {
    -ms-grid-row-align: center;
    align-self: center;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_94b0520c-226c-5634-5e63-cc3a836993b1-4493ad36 {
    -ms-grid-column: span 3;
    grid-column-start: span 3;
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-e80ef854-f9e5-5a36-55ca-129afe0c3910-4493ad36 {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  #w-node-_76933afb-56af-8a7c-05b4-773185cf1aa5-4493ad36 {
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
    -ms-grid-column-align: auto;
    justify-self: auto;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_94b0520c-226c-5634-5e63-cc3a836993b1-f993ad33 {
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
    -ms-grid-column: span 3;
    grid-column-start: span 3;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
  }

  #w-node-bdd7d336-028f-3fed-6589-b1e0ca7150a1-af93ad35 {
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
    -ms-grid-column: span 3;
    grid-column-start: span 3;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
  }

  #w-node-e80ef854-f9e5-5a36-55ca-129afe0c3910-af93ad35 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-_94b0520c-226c-5634-5e63-cc3a836993b1-4493ad36 {
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
    -ms-grid-column: span 3;
    grid-column-start: span 3;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_94b0520c-226c-5634-5e63-cc3a836993b1-f993ad33 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-e80ef854-f9e5-5a36-55ca-129afe0c3910-f993ad33 {
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-bdd7d336-028f-3fed-6589-b1e0ca7150a1-af93ad35 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-e80ef854-f9e5-5a36-55ca-129afe0c3910-af93ad35 {
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-_94b0520c-226c-5634-5e63-cc3a836993b1-4493ad36 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-e80ef854-f9e5-5a36-55ca-129afe0c3910-4493ad36 {
    -ms-grid-column-align: center;
    justify-self: center;
  }
}

