* {
  margin: 0;
  padding: 0;
  font-size: 14px;
  line-height: 1;
  color: #494949;
  font-family: LatoRegular, sans-serif; }

body {
  overflow-x: hidden; }

header {
  background: url(../img/header-bcg.jpg) center no-repeat;
  width: 100%;
  background-size: cover; }

.wrapper-header {
  max-width: 1170px;
  margin: 0 auto;
  position: relative;
  padding-left: 10px;
  padding-right: 10px; }
  .wrapper-header .awrora_present {
    padding-top: 75px;
    color: #fff;
    font-weight: 400;
    font-size: 15px;
    line-height: 1.371;
    text-transform: uppercase; }
    .wrapper-header .awrora_present b {
      font-weight: 600;
      font-size: 15px;
      color: #fff;
      line-height: 1.371;
      text-transform: uppercase; }

h1 {
  margin-top: 130px;
  margin-bottom: 35px;
  font-size: 32px;
  line-height: -1;
  color: #ffb400;
  text-transform: uppercase;
  font-family: PDF_Cond_Bold; }

.very_big_size {
  font-size: 58px;
  color: #fff;
  line-height: 1;
  font-family: PDF_Cond_Bold; }

.register_self {
  background: transparent;
  color: #ffb400;
  margin-top: 40px;
  padding: 20px 30px;
  display: inline-block;
  border-radius: 35px;
  text-decoration: none;
  border: 1px solid #ffb400;
  -webkit-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
  font-size: 18px;
  font-weight: 400; }
  .register_self:hover {
    background: #ffb400;
    color: #4a005f;
    -webkit-transition: 1s;
    -o-transition: 1s;
    transition: 1s; }

nav {
  margin-top: 160px;
  max-width: 750px;
  padding-bottom: 80px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  -ms-align-items: center;
  align-items: center; }
  nav a {
    font-size: 13px;
    color: #fff;
    line-height: 1.5;
    text-decoration: none;
    padding-bottom: 10px;
    text-transform: uppercase; }
    nav a:hover {
      margin-bottom: -1px;
      border-bottom: 1px solid #ffb400; }
  nav .purple_between {
    margin-top: -8px;
    height: 5px;
    border-left: 1px solid #e60057; }

.start_program {
  text-align: center;
  width: 275px;
  height: 275px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  position: absolute;
  z-index: 100;
  background: url(../img/bcg_circle.png) center no-repeat;
  top: 260px;
  left: 495px; }
  .start_program .strat {
    text-transform: uppercase;
    color: #fff;
    font-family: LatoRegular;
    font-size: 18px;
    line-height: 1; }
  .start_program .bg_number {
    color: #fff;
    font-family: LatoBold;
    font-size: 108px;
    line-height: 1; }
  .start_program .mounth {
    text-transform: uppercase;
    color: #fff;
    font-family: LatoRegular;
    font-size: 29px;
    line-height: 1; }

main {
  width: 100%;
  background: #fff; }

.wrapper_main {
  padding-left: 10px;
  padding-right: 10px;
  max-width: 1170px;
  margin: 0 auto; }

.h2_main_default {
  margin-top: 75px;
  font-size: 34px;
  font-family: LatoRegular;
  text-align: center; }
  .h2_main_default span {
    display: block;
    margin-top: 20px;
    font-family: LatoRegular;
    text-align: center;
    font-size: 18px;
    line-height: 1.2; }
    .h2_main_default span b {
      display: inline-block;
      font-family: LatoRegular;
      text-align: center;
      font-size: 18px;
      font-weight: 700; }

.triple_item {
  text-align: center;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-around;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-align-items: center;
  align-items: flex-start;
  margin-top: 75px; }
  .triple_item .flex_column-center {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    flex-basis: 250px;
    flex-grow: 1;
    justify-content: flex-start;
    -ms-align-items: center;
    align-items: center;
    margin-bottom: 75px; }
    .triple_item .flex_column-center p {
      font-size: 16px;
      font-family: LatoRegular; }
    .triple_item .flex_column-center .bcg_heart {
      background: url(../img/heart.png) center no-repeat;
      width: 120px;
      height: 120px; }
    .triple_item .flex_column-center .bcg_mask {
      background: url(../img/mask.png) center no-repeat;
      width: 120px;
      height: 120px; }
    .triple_item .flex_column-center .bcg_face {
      background: url(../img/face.png) center no-repeat;
      width: 120px;
      height: 120px; }

.box_fluid {
  background: url(../img/petals_bcg.png) center -50px no-repeat;
  width: 100%;
  margin-top: -50px; }

.six_figure {
  padding-bottom: 75px;
  padding-top: 100px;
  max-width: 1170px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: center;
  -ms-align-items: flex-start;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto; }
  .six_figure .top_left_block, .six_figure .top_right_block, .six_figure .middle_left_block, .six_figure .middle_right_block, .six_figure .bottom_left_block, .six_figure .bottom_right_block {
    flex-basis: 470px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    text-align: center; }
    .six_figure .top_left_block p, .six_figure .top_right_block p, .six_figure .middle_left_block p, .six_figure .middle_right_block p, .six_figure .bottom_left_block p, .six_figure .bottom_right_block p {
      font-family: LatoRegular;
      font-size: 17px;
      color: #fff;
      line-height: 1.235;
      margin-bottom: 20px; }
      .six_figure .top_left_block p b, .six_figure .top_right_block p b, .six_figure .middle_left_block p b, .six_figure .middle_right_block p b, .six_figure .bottom_left_block p b, .six_figure .bottom_right_block p b {
        font-family: LatoBold;
        font-style: italic;
        color: #fff;
        font-size: 17px; }
  .six_figure .top_left_block {
    border-top-right-radius: 170px 150px;
    border-bottom-left-radius: 170px 150px;
    width: 470px;
    height: 300px;
    background: #4a005f;
    background: url(../img/top_left.png) center no-repeat;
    background-size: cover; }
  .six_figure .top_right_block {
    border-top-left-radius: 170px 150px;
    border-bottom-right-radius: 170px 150px;
    width: 470px;
    height: 300px;
    background: #4a005f; }
  .six_figure .middle_left_block {
    border-top-left-radius: 170px 150px;
    border-bottom-right-radius: 170px 150px;
    width: 470px;
    height: 300px;
    background: #e60057; }
  .six_figure .middle_right_block {
    border-top-right-radius: 170px 150px;
    border-bottom-left-radius: 170px 150px;
    width: 470px;
    height: 300px;
    background: #4a005f;
    background: url(../img/middle_right.png) center no-repeat;
    background-size: cover; }
  .six_figure .bottom_left_block {
    border-top-right-radius: 170px 150px;
    border-bottom-left-radius: 170px 150px;
    width: 470px;
    height: 300px;
    background: #4a005f;
    background: url(../img/bottom_left.png) center no-repeat;
    background-size: cover; }
  .six_figure .bottom_right_block {
    border-top-left-radius: 170px 150px;
    border-bottom-right-radius: 170px 150px;
    max-width: 470px;
    height: 299px;
    background: #4a005f; }

.place_slider {
  max-width: 1170px;
  margin: 0 auto;
  padding-top: 50px;
  padding-bottom: 50px; }

.jcarousel-wrapper {
  margin: 20px auto;
  position: relative;
  width: 100%; }

/** Carousel **/
.jcarousel {
  position: relative;
  overflow: hidden;
  max-width: 1170px;
  height: auto; }

.jcarousel ul {
  position: relative;
  list-style: none;
  margin: 0;
  margin-top: 50px;
  width: 3510px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-around;
  -ms-align-items: center;
  align-items: center; }

.jcarousel .slide_elements {
  margin: 0 auto;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  position: relative;
  justify-content: center;
  -ms-align-items: flex-start;
  align-items: flex-start;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap; }

.jcarousel li img {
  width: 100%; }

/** Carousel Controls **/
.jcarousel-control-prev,
.jcarousel-control-next {
  position: absolute;
  top: 320px;
  width: 50px;
  height: 50px;
  background: transparent; }

.jcarousel-control-prev {
  left: 65px;
  background-size: cover;
  background: url(../img/prev_btn.png) center no-repeat; }

.jcarousel-control-next {
  right: 65px;
  background-size: cover;
  background: url(../img/next_btn.png) center no-repeat; }

.jcarousel-control-prev:hover span,
.jcarousel-control-next:hover span {
  display: block; }

.jcarousel-control-prev.inactive,
.jcarousel-control-next.inactive {
  opacity: .5;
  cursor: default; }

/** Carousel Pagination **/
.jcarousel-pagination {
  margin-top: 10px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  background: transparent; }

.jcarousel-pagination a {
  font-size: 11px;
  line-height: 10px;
  min-width: 10px;
  background: #efefef;
  color: transparent;
  border-radius: 14px;
  margin-right: 5px;
  margin-left: 5px; }

.jcarousel-pagination a.active {
  background: #e60057;
  color: transparent; }

.tot_left-elem-slide-1 {
  border-top-right-radius: 170px 150px;
  border-bottom-left-radius: 170px 150px;
  width: 470px;
  height: 300px;
  background: #4a005f;
  background: url(../img/slide_1_tl.png) center no-repeat;
  background-size: cover; }

.tot_right-elem-slide-1, .tot_right-elem-slide-2 {
  text-align: center;
  border-top-left-radius: 170px 150px;
  border-bottom-right-radius: 170px 150px;
  width: 470px;
  height: 300px;
  background: #4a005f;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center; }
  .tot_right-elem-slide-1 p, .tot_right-elem-slide-2 p {
    font-family: LatoRegular;
    font-size: 17px;
    color: #fff;
    line-height: 1.235; }
    .tot_right-elem-slide-1 p b, .tot_right-elem-slide-2 p b {
      font-family: LatoBold;
      font-size: 17px;
      color: #fff;
      line-height: 1.235;
      font-style: italic; }

.bottom_left-elem-slide-1, .bottom_left-elem-slide-2 {
  border-top-left-radius: 170px 150px;
  border-bottom-right-radius: 170px 150px;
  width: 470px;
  height: 300px;
  background: #e60057;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  text-align: center; }
  .bottom_left-elem-slide-1 p, .bottom_left-elem-slide-2 p {
    font-family: LatoRegular;
    font-size: 17px;
    color: #fff;
    line-height: 1.235; }
    .bottom_left-elem-slide-1 p b, .bottom_left-elem-slide-2 p b {
      font-family: LatoBold;
      font-size: 17px;
      color: #fff;
      line-height: 1.235;
      font-style: italic; }

.bottom_right-elem-slide-1 {
  border-top-right-radius: 170px 150px;
  border-bottom-left-radius: 170px 150px;
  width: 470px;
  height: 300px;
  background: #4a005f;
  background: url(../img/slide_1_br.png) center no-repeat; }

.bcg_switch_top {
  background: url(../img/slide_2_tl.png) center no-repeat; }

.bcg_switch_2_bot {
  background: url(../img/slide_2_br.png) center no-repeat; }

.bcg_switch_3_tl {
  background: url(../img/slide_3_tl.png) center no-repeat; }

.bcg_switch_3_br {
  background: url(../img/slide_3_br.png) center no-repeat; }

.absolute_elem_btn {
  width: 70px;
  height: 70px;
  position: absolute;
  background: url(../img/abs_elem_center.png) center no-repeat;
  top: 265px;
  left: auto;
  bottom: auto;
  right: auto; }

.unper_par {
  margin-bottom: 20px;
  font-size: 18px;
  text-align: center;
  font-family: LatoLight;
  font-style: italic; }
  .unper_par b {
    font-family: LatoBold;
    font-size: 18px; }
  .unper_par:last-child {
    margin-bottom: 75px; }

.box_fluid-clone_header {
  background: url(../img/header_clone.png) center center no-repeat;
  width: 100%;
  background-size: cover;
  background-attachment: local;
  min-height: 760px;
  background-attachment: fixed; }

.clone_h1 {
  padding-top: 150px;
  margin-bottom: 35px;
  font-size: 32px;
  line-height: -1;
  color: #ffb400;
  text-transform: uppercase;
  font-family: PDF_Cond_Bold; }

.plus_position {
  top: 242px;
  left: 493px; }

.white_between_text {
  margin-top: 35px;
  color: #fff;
  font-size: 18px;
  font-family: LatoRegular; }

.mt-0 {
  margin-top: 0; }

.top_left_block.second_bcg {
  background: url(../img/face_in_mask.png) center no-repeat; }

.middle_right_block.second_bcg {
  background: url(../img/double_people.png) center no-repeat; }

.bottom_left_block.second_bcg {
  height: 299px;
  background: url(../img/domination.png) center no-repeat; }

.orange_chek {
  color: #ffb400;
  font-size: 24px; }

.d_flex_column {
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  text-align: center; }

.text_left {
  text-align: left; }

.flex_wrapper {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap; }

.four_layer {
  position: relative;
  z-index: 2;
  width: 600px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  -ms-align-items: flex-start;
  align-items: flex-start;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  background: transparent;
  margin-right: 50px;
  margin-bottom: 75px; }
  .four_layer::before {
    content: '';
    background: url(../img/petals_small.png) center no-repeat;
    position: absolute;
    z-index: -1;
    width: 800px;
    height: 600px; }
  .four_layer::after {
    position: absolute;
    z-index: 3;
    left: auto;
    right: auto;
    top: 45%;
    content: '';
    background: url(../img/arr_diagonal.png) center no-repeat;
    width: 60px;
    height: 60px;
    background-size: cover; }
  .four_layer .items_petals {
    width: 240px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    height: 270px;
    background: #fff;
    margin: 3px; }
    .four_layer .items_petals:first-child {
      border-top-right-radius: 100px;
      border-bottom-left-radius: 100px;
      box-shadow: 21px 20px 30px rgba(240, 240, 240, 0.5); }
    .four_layer .items_petals:nth-child(2) {
      border-top-left-radius: 100px;
      border-bottom-right-radius: 100px;
      box-shadow: -13px 21px 30px rgba(240, 240, 240, 0.5); }
    .four_layer .items_petals:nth-child(3) {
      border-top-left-radius: 100px;
      border-bottom-right-radius: 100px;
      box-shadow: 21px -14px 30px rgba(240, 240, 240, 0.5); }
    .four_layer .items_petals p {
      font-size: 18px;
      font-family: LatoRegular;
      text-align: center; }
  .four_layer .items_petals_universal_purple {
    margin: 3px;
    width: 240px;
    height: 270px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    background: #4a005f;
    border-top-right-radius: 100px;
    border-bottom-left-radius: 100px; }
    .four_layer .items_petals_universal_purple p {
      text-align: center;
      font-size: 16px;
      text-transform: uppercase;
      color: #fff; }
    .four_layer .items_petals_universal_purple .want_btn {
      margin-top: 10px;
      text-decoration: none;
      color: #ffb400;
      padding: 15px 22px;
      border-radius: 50px;
      border: 1px solid #ffb400;
      background: transparent;
      -webkit-transition: 1s;
      -o-transition: 1s;
      transition: 1s; }
      .four_layer .items_petals_universal_purple .want_btn:hover {
        -webkit-transition: 1s;
        -o-transition: 1s;
        transition: 1s;
        background: #ffb400;
        color: #4a005f; }

.flex_center {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  -ms-align-items: flex-start;
  align-items: flex-start;
  margin-top: 50px; }

.section_kate_f {
  width: 500px;
  height: 580px;
  background: url(../img/kat_and.png) center no-repeat;
  background-size: cover;
  margin-right: -20px;
  margin-bottom: 35px; }

.section_kate_s {
  width: 520px;
  height: 580px;
  background: url(../img/kat_fed.png) center no-repeat;
  background-size: cover;
  margin-left: -20px;
  margin-bottom: 35px; }

.arr_down_bcg {
  width: 70px;
  height: 60px;
  background: url(../img/arr_down.png) center no-repeat;
  padding-top: 30px; }

.list_type_simple {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  -ms-align-items: center;
  align-items: center;
  justify-content: center; }
  .list_type_simple p {
    margin-bottom: 20px;
    font-size: 17px;
    font-family: LatoRegular;
    text-align: center; }
    .list_type_simple p b {
      font-size: 17px;
      font-family: LatoBold; }

.kate_cite {
  background: url(../img/kate_with_m.png) 50px center no-repeat;
  padding-top: 130px;
  padding-left: 350px;
  padding-bottom: 100px;
  margin-top: -50px; }
  .kate_cite p {
    font-style: italic;
    font-size: 17px;
    margin-bottom: 30px;
    font-family: LatoLight; }
    .kate_cite p:first-child {
      margin-top: 120px; }
    .kate_cite p b {
      font-style: italic;
      font-size: 17px;
      margin-bottom: 30px;
      font-family: LatoBold;
      font-style: italic; }

.container_slv_bcgr {
  width: 100%;
  background: url(../img/bcg_slv.png) center 1% no-repeat;
  background-size: cover; }

.eight_sessions {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  -ms-align-items: center;
  align-items: center;
  justify-content: flex-start;
  margin-top: 75px;
  max-width: 100%; }
  .eight_sessions .box_flex_wrap_trile {
    position: relative;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center;
    -ms-align-items: center;
    align-items: center; }
    .eight_sessions .box_flex_wrap_trile.session_1 {
      z-index: 2;
      position: relative; }
      .eight_sessions .box_flex_wrap_trile.session_1:after {
        content: '';
        position: absolute;
        z-index: -1;
        width: 300px;
        height: 500px;
        left: auto;
        right: -250px;
        top: -100px;
        background: url(../img/right_pel.png) center no-repeat; }
      .eight_sessions .box_flex_wrap_trile.session_1 .left_elem {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        justify-content: center;
        -ms-align-items: center;
        align-items: center;
        width: 515px;
        height: 400px;
        flex-basis: 515px;
        border-top-left-radius: 170px 130px;
        border-bottom-right-radius: 170px 130px;
        background: url(../img/s_1_l.png) center no-repeat; }
      .eight_sessions .box_flex_wrap_trile.session_1 .center_elem {
        background: url(../img/center_red.png) center no-repeat;
        width: 100px;
        height: 100px;
        position: absolute;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        -o-flex-direction: column;
        flex-direction: column;
        -ms-align-items: center;
        align-items: center;
        justify-content: center;
        color: #fff;
        text-align: center;
        text-transform: uppercase;
        font-style: 13px;
        font-family: LatoRegular; }
        .eight_sessions .box_flex_wrap_trile.session_1 .center_elem span {
          color: #fff; }
        .eight_sessions .box_flex_wrap_trile.session_1 .center_elem .bigger {
          font-size: 52px;
          font-family: LatoBold; }
      .eight_sessions .box_flex_wrap_trile.session_1 .rigth_elem {
        width: 515px;
        height: 400px;
        flex-basis: 515px;
        border-top-right-radius: 170px 130px;
        border-bottom-left-radius: 170px 130px;
        background: #4a005f;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        justify-content: center;
        -ms-align-items: center;
        align-items: center; }
    .eight_sessions .box_flex_wrap_trile.session_2 {
      position: relative;
      z-index: 2; }
      .eight_sessions .box_flex_wrap_trile.session_2:after {
        content: '';
        position: absolute;
        z-index: -1;
        width: 300px;
        height: 500px;
        left: -250px;
        right: auto;
        top: -100px;
        background: url(../img/left_pel.png) center no-repeat; }
      .eight_sessions .box_flex_wrap_trile.session_2 .left_elem {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        justify-content: center;
        -ms-align-items: center;
        align-items: center;
        justify-content: center;
        width: 515px;
        height: 400px;
        flex-basis: 515px;
        border-top-right-radius: 170px 130px;
        border-bottom-left-radius: 170px 130px;
        background: #e60057; }
      .eight_sessions .box_flex_wrap_trile.session_2 .center_elem {
        background: url(../img/center_yellow.png) center no-repeat;
        width: 100px;
        height: 100px;
        position: absolute;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        -o-flex-direction: column;
        flex-direction: column;
        -ms-align-items: center;
        align-items: center;
        justify-content: center;
        color: #fff;
        text-align: center;
        text-transform: uppercase;
        font-style: 13px;
        font-family: LatoRegular; }
        .eight_sessions .box_flex_wrap_trile.session_2 .center_elem span {
          color: #fff; }
        .eight_sessions .box_flex_wrap_trile.session_2 .center_elem .bigger {
          font-size: 52px;
          font-family: LatoBold; }
      .eight_sessions .box_flex_wrap_trile.session_2 .rigth_elem {
        width: 515px;
        height: 400px;
        flex-basis: 515px;
        border-top-left-radius: 170px 130px;
        border-bottom-right-radius: 170px 130px;
        background: url(../img/s_2_r.png) center no-repeat;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        justify-content: center;
        -ms-align-items: center;
        align-items: center; }
    .eight_sessions .box_flex_wrap_trile.session_3 {
      position: relative;
      z-index: 2; }
      .eight_sessions .box_flex_wrap_trile.session_3:after {
        content: '';
        position: absolute;
        z-index: -1;
        width: 300px;
        height: 500px;
        left: auto;
        right: -250px;
        top: -100px;
        background: url(../img/right_pel.png) center no-repeat; }
      .eight_sessions .box_flex_wrap_trile.session_3 .left_elem {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        justify-content: center;
        -ms-align-items: center;
        align-items: center;
        justify-content: center;
        width: 515px;
        height: 500px;
        flex-basis: 515px;
        border-top-left-radius: 170px 130px;
        border-bottom-right-radius: 170px 130px;
        background: url(../img/s_3_l.png) center no-repeat;
        background-size: cover; }
      .eight_sessions .box_flex_wrap_trile.session_3 .center_elem {
        background: url(../img/center_red.png) center no-repeat;
        width: 100px;
        height: 100px;
        position: absolute;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        -o-flex-direction: column;
        flex-direction: column;
        -ms-align-items: center;
        align-items: center;
        justify-content: center;
        color: #fff;
        text-align: center;
        text-transform: uppercase;
        font-style: 13px;
        font-family: LatoRegular; }
        .eight_sessions .box_flex_wrap_trile.session_3 .center_elem span {
          color: #fff; }
        .eight_sessions .box_flex_wrap_trile.session_3 .center_elem .bigger {
          font-size: 52px;
          font-family: LatoBold; }
      .eight_sessions .box_flex_wrap_trile.session_3 .rigth_elem {
        width: 515px;
        height: 500px;
        flex-basis: 515px;
        border-top-right-radius: 170px 130px;
        border-bottom-left-radius: 170px 130px;
        background: #4a005f;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        justify-content: center;
        -ms-align-items: center;
        align-items: center; }
    .eight_sessions .box_flex_wrap_trile.session_4 {
      position: relative;
      z-index: 2; }
      .eight_sessions .box_flex_wrap_trile.session_4:after {
        content: '';
        position: absolute;
        z-index: -1;
        width: 300px;
        height: 500px;
        left: -250px;
        right: auto;
        top: -100px;
        background: url(../img/left_pel.png) center no-repeat; }
      .eight_sessions .box_flex_wrap_trile.session_4 .left_elem {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        justify-content: center;
        -ms-align-items: center;
        align-items: center;
        justify-content: center;
        width: 515px;
        height: 400px;
        flex-basis: 515px;
        border-top-right-radius: 170px 130px;
        border-bottom-left-radius: 170px 130px;
        background: #e60057;
        background-size: cover; }
      .eight_sessions .box_flex_wrap_trile.session_4 .center_elem {
        background: url(../img/center_yellow.png) center no-repeat;
        width: 100px;
        height: 100px;
        position: absolute;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        -o-flex-direction: column;
        flex-direction: column;
        -ms-align-items: center;
        align-items: center;
        justify-content: center;
        color: #fff;
        text-align: center;
        text-transform: uppercase;
        font-style: 13px;
        font-family: LatoRegular; }
        .eight_sessions .box_flex_wrap_trile.session_4 .center_elem span {
          color: #fff; }
        .eight_sessions .box_flex_wrap_trile.session_4 .center_elem .bigger {
          font-size: 52px;
          font-family: LatoBold; }
      .eight_sessions .box_flex_wrap_trile.session_4 .rigth_elem {
        width: 515px;
        height: 400px;
        flex-basis: 515px;
        border-top-left-radius: 170px 130px;
        border-bottom-right-radius: 170px 130px;
        background: url(../img/s_4_r.png) center no-repeat;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        justify-content: center;
        -ms-align-items: center;
        align-items: center; }
    .eight_sessions .box_flex_wrap_trile.session_5 {
      position: relative;
      z-index: 2; }
      .eight_sessions .box_flex_wrap_trile.session_5:after {
        content: '';
        position: absolute;
        z-index: -1;
        width: 300px;
        height: 500px;
        left: auto;
        right: -250px;
        top: -100px;
        background: url(../img/right_pel.png) center no-repeat; }
      .eight_sessions .box_flex_wrap_trile.session_5 .left_elem {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        justify-content: center;
        -ms-align-items: center;
        align-items: center;
        justify-content: center;
        width: 515px;
        height: 400px;
        flex-basis: 515px;
        border-top-left-radius: 170px 130px;
        border-bottom-right-radius: 170px 130px;
        background: url(../img/s_5_l.png) center no-repeat;
        background-size: cover; }
      .eight_sessions .box_flex_wrap_trile.session_5 .center_elem {
        background: url(../img/center_red.png) center no-repeat;
        width: 100px;
        height: 100px;
        position: absolute;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        -o-flex-direction: column;
        flex-direction: column;
        -ms-align-items: center;
        align-items: center;
        justify-content: center;
        color: #fff;
        text-align: center;
        text-transform: uppercase;
        font-style: 13px;
        font-family: LatoRegular; }
        .eight_sessions .box_flex_wrap_trile.session_5 .center_elem span {
          color: #fff; }
        .eight_sessions .box_flex_wrap_trile.session_5 .center_elem .bigger {
          font-size: 52px;
          font-family: LatoBold; }
      .eight_sessions .box_flex_wrap_trile.session_5 .rigth_elem {
        width: 515px;
        height: 400px;
        flex-basis: 515px;
        border-top-right-radius: 170px 130px;
        border-bottom-left-radius: 170px 130px;
        background: #4a005f;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        justify-content: center;
        -ms-align-items: center;
        align-items: center; }
    .eight_sessions .box_flex_wrap_trile.session_6 {
      position: relative;
      z-index: 2; }
      .eight_sessions .box_flex_wrap_trile.session_6:after {
        content: '';
        position: absolute;
        z-index: -1;
        width: 300px;
        height: 500px;
        left: -250px;
        right: auto;
        top: -100px;
        background: url(../img/left_pel.png) center no-repeat; }
      .eight_sessions .box_flex_wrap_trile.session_6 .left_elem {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        justify-content: center;
        -ms-align-items: center;
        align-items: center;
        justify-content: center;
        width: 515px;
        height: 400px;
        flex-basis: 515px;
        border-top-right-radius: 170px 130px;
        border-bottom-left-radius: 170px 130px;
        background: #e60057;
        background-size: cover; }
      .eight_sessions .box_flex_wrap_trile.session_6 .center_elem {
        background: url(../img/center_yellow.png) center no-repeat;
        width: 100px;
        height: 100px;
        position: absolute;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        -o-flex-direction: column;
        flex-direction: column;
        -ms-align-items: center;
        align-items: center;
        justify-content: center;
        color: #fff;
        text-align: center;
        text-transform: uppercase;
        font-style: 13px;
        font-family: LatoRegular; }
        .eight_sessions .box_flex_wrap_trile.session_6 .center_elem span {
          color: #fff; }
        .eight_sessions .box_flex_wrap_trile.session_6 .center_elem .bigger {
          font-size: 52px;
          font-family: LatoBold; }
      .eight_sessions .box_flex_wrap_trile.session_6 .rigth_elem {
        width: 515px;
        height: 400px;
        flex-basis: 515px;
        border-top-left-radius: 170px 130px;
        border-bottom-right-radius: 170px 130px;
        background: url(../img/s_6_r.png) center no-repeat;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        justify-content: center;
        -ms-align-items: center;
        align-items: center; }
    .eight_sessions .box_flex_wrap_trile.session_7 {
      position: relative;
      z-index: 2; }
      .eight_sessions .box_flex_wrap_trile.session_7:after {
        content: '';
        position: absolute;
        z-index: -1;
        width: 300px;
        height: 500px;
        left: auto;
        right: -250px;
        top: -100px;
        background: url(../img/right_pel.png) center no-repeat; }
      .eight_sessions .box_flex_wrap_trile.session_7 .left_elem {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        justify-content: center;
        -ms-align-items: center;
        align-items: center;
        justify-content: center;
        width: 515px;
        height: 500px;
        flex-basis: 515px;
        border-top-left-radius: 170px 130px;
        border-bottom-right-radius: 170px 130px;
        background: url(../img/s_7_l.png) center no-repeat;
        background-size: cover; }
      .eight_sessions .box_flex_wrap_trile.session_7 .center_elem {
        background: url(../img/center_red.png) center no-repeat;
        width: 100px;
        height: 100px;
        position: absolute;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        -o-flex-direction: column;
        flex-direction: column;
        -ms-align-items: center;
        align-items: center;
        justify-content: center;
        color: #fff;
        text-align: center;
        text-transform: uppercase;
        font-style: 13px;
        font-family: LatoRegular; }
        .eight_sessions .box_flex_wrap_trile.session_7 .center_elem span {
          color: #fff; }
        .eight_sessions .box_flex_wrap_trile.session_7 .center_elem .bigger {
          font-size: 52px;
          font-family: LatoBold; }
      .eight_sessions .box_flex_wrap_trile.session_7 .rigth_elem {
        width: 515px;
        height: 500px;
        flex-basis: 515px;
        border-top-right-radius: 170px 130px;
        border-bottom-left-radius: 170px 130px;
        background: #4a005f;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        justify-content: center;
        -ms-align-items: center;
        align-items: center; }
    .eight_sessions .box_flex_wrap_trile.session_8 {
      position: relative;
      z-index: 2; }
      .eight_sessions .box_flex_wrap_trile.session_8:after {
        content: '';
        position: absolute;
        z-index: -1;
        width: 300px;
        height: 500px;
        left: -250px;
        right: auto;
        top: -100px;
        background: url(../img/left_pel.png) center no-repeat; }
      .eight_sessions .box_flex_wrap_trile.session_8 .left_elem {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        justify-content: center;
        -ms-align-items: center;
        align-items: center;
        justify-content: center;
        width: 515px;
        height: 470px;
        flex-basis: 515px;
        border-top-right-radius: 170px 130px;
        border-bottom-left-radius: 170px 130px;
        background: #e60057;
        background-size: cover; }
      .eight_sessions .box_flex_wrap_trile.session_8 .center_elem {
        background: url(../img/center_yellow.png) center no-repeat;
        width: 100px;
        height: 100px;
        position: absolute;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        -o-flex-direction: column;
        flex-direction: column;
        -ms-align-items: center;
        align-items: center;
        justify-content: center;
        color: #fff;
        text-align: center;
        text-transform: uppercase;
        font-style: 13px;
        font-family: LatoRegular; }
        .eight_sessions .box_flex_wrap_trile.session_8 .center_elem span {
          color: #fff; }
        .eight_sessions .box_flex_wrap_trile.session_8 .center_elem .bigger {
          font-size: 52px;
          font-family: LatoBold; }
      .eight_sessions .box_flex_wrap_trile.session_8 .rigth_elem {
        width: 515px;
        height: 470px;
        flex-basis: 515px;
        border-top-left-radius: 170px 130px;
        border-bottom-right-radius: 170px 130px;
        background: url(../img/s_8_r.png) center no-repeat;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        justify-content: center;
        -ms-align-items: center;
        align-items: center; }

.h3_and_list {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  justify-content: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start; }
  .h3_and_list h3 {
    color: #fff;
    font-family: LatoBold;
    font-size: 24px;
    margin-left: 45px; }
  .h3_and_list ul {
    list-style-type: none;
    margin-top: 30px; }
    .h3_and_list ul li {
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: flex;
      justify-content: flex-start;
      -ms-align-items: flex-start;
      align-items: flex-start;
      margin-bottom: 10px; }
      .h3_and_list ul li span {
        color: #fff;
        font-size: 17px;
        font-family: LatoRegular;
        margin-left: 15px;
        line-height: 1.2; }
        .h3_and_list ul li span:first-child {
          color: #ffb400;
          font-size: 24px;
          font-family: LatoRegular; }

.wrapper_purple {
  position: relative;
  max-width: 1030px;
  margin: 0 auto;
  background-color: #390049;
  border-top-left-radius: 300px;
  border-top-right-radius: 300px;
  border-bottom-right-radius: 666px;
  border-bottom-left-radius: 666px;
  background-image: url(../img/circles.png);
  background-repeat: no-repeat;
  background-position: center 60%; }
  .wrapper_purple:before {
    content: '';
    width: 600px;
    height: 500px;
    background: url(../img/bot_lep_l.png) center no-repeat;
    position: absolute;
    bottom: -250px;
    top: auto;
    left: -100px;
    right: auto; }
  .wrapper_purple:after {
    content: '';
    width: 600px;
    height: 500px;
    background: url(../img/bot_lep_r.png) center no-repeat;
    position: absolute;
    bottom: -250px;
    top: auto;
    left: auto;
    right: -100px; }

.header_section {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  -ms-align-items: flex-start;
  align-items: flex-start;
  position: relative; }
  .header_section .face_1 {
    background-color: #4a005f;
    background-image: url(../img/face_1_k.png);
    background-repeat: no-repeat;
    background-position: 10% bottom;
    border-top-left-radius: 170px 130px;
    border-bottom-right-radius: 170px 130px;
    width: 515px;
    flex-basis: 515px;
    height: 190px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: flex-end;
    -ms-align-items: center;
    align-items: center; }
    .header_section .face_1 p {
      margin-right: 30px;
      color: #fff;
      font-family: LatoRegular;
      font-size: 18px; }
      .header_section .face_1 p b {
        text-transform: uppercase;
        color: #fff;
        font-family: LatoBold;
        font-size: 18px; }
        .header_section .face_1 p b:last-child {
          font-size: 18px;
          color: #ffb400; }
  .header_section .icon_money {
    position: absolute;
    width: 100px;
    height: 100px;
    background: url(../img/money.png) center no-repeat;
    -ms-align-self: flex-end;
    align-self: flex-end;
    bottom: -50px; }
  .header_section .face_2 {
    background-color: #4a005f;
    background-image: url(../img/face_2_k.png);
    background-repeat: no-repeat;
    background-position: 90% bottom;
    border-top-right-radius: 170px 130px;
    border-bottom-left-radius: 170px 130px;
    width: 515px;
    flex-basis: 515px;
    height: 190px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: flex-start;
    -ms-align-items: center;
    align-items: center; }
    .header_section .face_2 p {
      margin-left: 30px;
      color: #fff;
      font-family: LatoRegular;
      font-size: 18px;
      text-align: right; }
      .header_section .face_2 p b {
        text-transform: uppercase;
        color: #fff;
        font-family: LatoBold;
        font-size: 18px; }
        .header_section .face_2 p b:last-child {
          font-size: 18px;
          color: #ffb400; }

.middle_section {
  margin-top: 100px;
  text-align: center;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  justify-content: center;
  -ms-align-items: center;
  align-items: center; }
  .middle_section h2 {
    text-transform: uppercase;
    font-size: 49px;
    color: #fff;
    font-family: PDF_XBlack; }
  .middle_section .usage_this {
    text-transform: uppercase;
    color: #ffb400;
    font-size: 18px;
    font-family: LatoRegular;
    background: transparent;
    border: 1px solid #ffb400;
    text-decoration: none;
    -webkit-transition: 1s;
    -o-transition: 1s;
    transition: 1s;
    padding: 15px 30px;
    padding-bottom: 12px;
    border-radius: 50px;
    margin-top: 30px;
    margin-bottom: 80px;
    position: static;
    z-index: 1000; }
    .middle_section .usage_this:hover {
      color: #4a005f;
      background: #ffb400;
      -webkit-transition: 1s;
      -o-transition: 1s;
      transition: 1s; }

.combiner {
  margin-top: 30px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: center;
  -ms-align-items: center;
  align-items: center; }
  .combiner .value {
    font-size: 100px;
    color: #fff;
    font-family: PDF_XBlack; }
  .combiner .nth_value {
    margin-left: 15px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    justify-content: flex-start;
    -ms-align-items: center;
    align-items: center; }
    .combiner .nth_value p {
      line-height: 1.5;
      font-size: 24px;
      text-transform: uppercase;
      color: #ffb400;
      font-family: PDF_XBlack; }
      .combiner .nth_value p span {
        color: #fff;
        font-size: 24px;
        font-family: PDF_XBlack;
        text-transform: uppercase; }

a.down_arr_a {
  display: block;
  margin: 0px auto;
  margin-top: 100px;
  width: 100px;
  height: 100px;
  background: url(../img/arr_down.png) center no-repeat;
  background-size: cover;
  position: relative; }
  a.down_arr_a:before {
    position: absolute;
    top: -39px;
    display: block;
    content: '';
    width: 200px;
    height: 1px;
    margin-top: -35px;
    margin-left: auto;
    margin-right: auto;
    box-shadow: -52px 20px 40px 1px #999; }

.video {
  margin-top: 75px;
  margin-left: auto;
  margin-right: auto;
  padding: 50px;
  border-radius: 50px;
  box-shadow: 0px 0px 55px #c8c8c8;
  width: 650px;
  height: 350px;
  background: url(../img/tube.png) center no-repeat; }

.fluid_simple {
  width: 100%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  margin-top: 75px;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-align-items: flex-start;
  align-items: flex-start; }

.left_list, .right_list {
  margin-bottom: 75px;
  flex-basis: 45%; }
  .left_list ul, .right_list ul {
    list-style-type: none; }
    .left_list ul li, .right_list ul li {
      margin-bottom: 35px;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: flex;
      justify-content: flex-start;
      -ms-align-items: flex-start;
      align-items: flex-start; }
      .left_list ul li span.none, .right_list ul li span.none {
        width: 25px;
        height: 25px;
        margin-top: -3px;
        margin-right: 10px;
        background: url(../img/none.png) center no-repeat; }
      .left_list ul li span.tng_ckeck, .right_list ul li span.tng_ckeck {
        width: 25px;
        height: 25px;
        margin-top: -3px;
        margin-right: 10px;
        background: url(../img/yel_check.png) center no-repeat; }
      .left_list ul li p, .right_list ul li p {
        font-size: 17px;
        font-family: LatoRegular; }
        .left_list ul li p strong, .right_list ul li p strong {
          font-size: 17px;
          font-family: LatoBold;
          font-style: italic; }

.finish_yellow {
  margin-left: 33px; }
  .finish_yellow .yel_loc {
    color: #ffb400;
    font-family: LatoBold;
    font-style: italic;
    font-size: 24px; }
  .finish_yellow span {
    font-family: LatoBold;
    font-style: italic;
    font-size: 24px; }

.finish_red {
  margin-left: 33px; }
  .finish_red .red_loc {
    color: #e60057;
    font-family: LatoBold;
    font-style: italic;
    font-size: 24px; }
  .finish_red span {
    font-family: LatoBold;
    font-style: italic;
    font-size: 24px; }

.bcg_clone_header {
  background: url(../img/bcg_clone_2.png) center center no-repeat;
  width: 100%;
  background-size: cover;
  background-attachment: local;
  min-height: 760px; }

footer {
  background-color: #410053;
  width: 100%; }

.flex_center_row {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  -ms-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap; }

.img {
  background: url(../img/kash_back.png) center no-repeat;
  width: 100px;
  height: 100px; }

.text_under {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  justify-content: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start; }
  .text_under .white {
    color: #fff;
    text-transform: uppercase;
    font-size: 18px;
    font-family: LatoRegular; }
  .text_under .small_yel {
    font-size: 17px;
    color: #ffb400;
    font-family: LatoRegular; }

.hidden {
  display: none; }

.for_logo {
  background: url(../img/logo_avrora.png) center no-repeat;
  width: 300px;
  height: 120px; }

.ckash_back {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: flex-start;
  -ms-align-items: center;
  align-items: center; }

.menu_btn {
  z-index: 9999999999;
  display: inline-block;
  display: none;
  position: fixed;
  top: 10px;
  bottom: auto;
  left: 10px;
  right: auto;
  width: 40px;
  height: 25px;
  border: 1px solid #ffb400;
  background: #4a005f; }
  .menu_btn::before {
    display: inline-block;
    content: '';
    width: 65%;
    height: 2px;
    background: #ffb400;
    margin-bottom: 5px;
    margin-left: 2px; }
  .menu_btn::after {
    display: inline-block;
    content: '';
    width: 85%;
    height: 2px;
    background: #ffb400;
    margin-left: 2px; }

@media screen and (max-width: 1091px) {
  .flex_center_row {
    justify-content: center; }
  .ckash_back {
    justify-content: center; } }

@media screen and (max-width: 992px) {
  .flex_wrapper {
    justify-content: center; }
  .text_left {
    text-align: center; }
  .flex_center {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap; }
  .arr_down_bcg {
    flex-basis: 100%;
    -webkit-order: 1;
    -moz-order: 1;
    -ms-order: 1;
    -o-order: 1;
    order: 1; }
  .eight_sessions .box_flex_wrap_trile.session_2 .left_elem {
    -webkit-order: 1;
    -moz-order: 1;
    -ms-order: 1;
    -o-order: 1;
    order: 1; }
  .eight_sessions .box_flex_wrap_trile.session_4 .left_elem {
    -webkit-order: 1;
    -moz-order: 1;
    -ms-order: 1;
    -o-order: 1;
    order: 1; }
  .eight_sessions .box_flex_wrap_trile.session_6 .left_elem {
    -webkit-order: 1;
    -moz-order: 1;
    -ms-order: 1;
    -o-order: 1;
    order: 1; }
  .eight_sessions .box_flex_wrap_trile.session_8 .left_elem {
    -webkit-order: 1;
    -moz-order: 1;
    -ms-order: 1;
    -o-order: 1;
    order: 1; }
  .header_section {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap; }
  .wrapper_purple {
    border-radius: 0; }
  .wrapper_purple:before {
    bottom: -210px;
    left: -190px; }
  .wrapper_purple:after {
    bottom: -210px;
    right: -190px; }
  .header_section .icon_money {
    bottom: -80px;
    width: 50px;
    height: 50px;
    background-size: cover; }
  a.down_arr_a {
    width: 50px;
    height: 50px; }
  a.down_arr_a:before {
    box-shadow: -75px 20px 40px 1px #999; }
  .img {
    flex-basis: 100%; }
  .ckash_back {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap; }
  .text_under .white {
    text-align: center; }
  .text_under .small_yel {
    text-align: center; }
  .text_under {
    -ms-align-items: center;
    align-items: center;
    padding-bottom: 35px; }
  .four_layer {
    margin-right: 0; } }

@media screen and (max-width: 900px) {
  .six_figure .middle_left_block {
    -webkit-order: 1;
    -moz-order: 1;
    -ms-order: 1;
    -o-order: 1;
    order: 1; }
  .six_figure .bottom_left_block {
    -webkit-order: 2;
    -moz-order: 2;
    -ms-order: 2;
    -o-order: 2;
    order: 2;
    background-size: 150%; }
  .six_figure .bottom_right_block {
    -webkit-order: 3;
    -moz-order: 3;
    -ms-order: 3;
    -o-order: 3;
    order: 3; }
  .eight_sessions .box_flex_wrap_trile.session_1:after {
    right: -60px;
    top: -120px; }
  .eight_sessions .box_flex_wrap_trile.session_2:after {
    left: -60px;
    top: -120px; }
  .eight_sessions .box_flex_wrap_trile.session_3:after {
    right: -60px;
    top: -120px; }
  .eight_sessions .box_flex_wrap_trile.session_4:after {
    left: -60px;
    top: -120px; }
  .eight_sessions .box_flex_wrap_trile.session_5:after {
    right: -60px;
    top: -120px; }
  .eight_sessions .box_flex_wrap_trile.session_6:after {
    left: -60px;
    top: -120px; }
  .eight_sessions .box_flex_wrap_trile.session_7:after {
    right: -60px;
    top: -120px; }
  .eight_sessions .box_flex_wrap_trile.session_8:after {
    left: -60px;
    top: -120px; } }

@media screen and (max-width: 766px) {
  .menu_btn {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    justify-content: center;
    -ms-align-items: flex-start;
    align-items: flex-start; }
  .place_slider {
    display: none; }
  .unper_par {
    margin-top: 75px;
    margin-bottom: 0; }
  .wrapper-header {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap; }
  .register_self {
    flex-basis: 100%;
    text-align: center; }
  .start_program {
    position: static;
    margin-top: 35px;
    margin-bottom: 35px; }
  nav {
    position: fixed;
    z-index: 999999;
    top: 0;
    bottom: auto;
    width: 100%;
    margin-top: 0;
    background: #4a005f;
    padding: 15px;
    padding-bottom: 11px;
    margin-left: 10px;
    padding-top: 45px;
    margin-right: 15px;
    justify-content: center;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: flex-start;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    -ms-align-items: flex-start;
    align-items: flex-start;
    overflow: hidden;
    -webkit-transition: 1s;
    -o-transition: 1s;
    transition: 1s;
    height: 0; }
  .wrapper-header .awrora_present {
    text-align: center; }
  h1 {
    text-align: center; }
  .very_big_size {
    text-align: center; }
  .eight_sessions .box_flex_wrap_trile.session_2:after {
    display: none; }
  .eight_sessions .box_flex_wrap_trile.session_3:after {
    display: none; }
  .eight_sessions .box_flex_wrap_trile.session_4:after {
    display: none; }
  .eight_sessions .box_flex_wrap_trile.session_5:after {
    display: none; }
  .eight_sessions .box_flex_wrap_trile.session_6:after {
    display: none; }
  .eight_sessions .box_flex_wrap_trile.session_7:after {
    display: none; }
  .eight_sessions .box_flex_wrap_trile.session_8:after {
    display: none; }
  nav a {
    padding-bottom: 2px;
    margin-top: 10px; }
  .white_between_text {
    text-align: center; }
  .left_list, .right_list {
    flex-basis: 100%; }
  .fluid_simple {
    justify-content: center;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    -ms-align-items: center;
    align-items: center; }
  .kate_cite {
    background: url(../img/kate_without_m.png) 225px top no-repeat;
    padding-top: 190px;
    padding-left: 0;
    padding-bottom: 0;
    margin-top: 0px; }
  .kate_cite p {
    text-align: center; }
  .video {
    padding: 0;
    border: 25px solid #fff;
    overflow: hidden;
    width: 550px; }
  .purple_between {
    display: none; }
  #it_hack:checked + nav {
    overflow: none;
    height: auto;
    -webkit-transition: 1s;
    -o-transition: 1s;
    transition: 1s; } }

@media screen and (max-width: 390px) {
  h1 {
    font-size: 24px; }
  .very_big_size {
    font-size: 36px; }
  .h2_main_default {
    font-size: 24px; }
  .h2_main_default span {
    font-size: 14px; }
  .six_figure .top_left_block, .six_figure .top_right_block, .six_figure .middle_left_block, .six_figure .middle_right_block, .six_figure .bottom_left_block, .six_figure .bottom_right_block {
    flex-basis: 320px;
    width: 320px !important;
    height: 240px !important; }
  .six_figure .top_left_block {
    width: 320px;
    height: 240px; }
  .six_figure .top_left_block p, .six_figure .top_right_block p, .six_figure .middle_left_block p, .six_figure .middle_right_block p, .six_figure .bottom_left_block p, .six_figure .bottom_right_block p {
    font-size: 12px;
    margin-bottom: 0; }
  .unper_par {
    font-size: 15px; }
  .unper_par b {
    font-size: 15px; }
  .four_layer::after {
    display: none; }
  .six_figure .top_left_block p b, .six_figure .top_right_block p b, .six_figure .middle_left_block p b, .six_figure .middle_right_block p b, .six_figure .bottom_left_block p b, .six_figure .bottom_right_block p b {
    font-size: 12px; }
  .section_kate_f {
    width: 320px;
    height: 370px; }
  .list_type_simple p b {
    font-size: 15px; }
  .list_type_simple p {
    font-size: 15px; }
  .section_kate_s {
    width: 320px;
    height: 370px; }
  .kate_cite {
    background: url(../img/kate_without_m.png) center top no-repeat; }
  .kate_cite p b {
    font-style: 15px; }
  .kate_cite p {
    font-size: 15px; }
  .eight_sessions .box_flex_wrap_trile.session_1 .rigth_elem {
    width: 320px;
    flex-basis: 320px; }
  .h3_and_list ul li span {
    font-size: 13px; }
  .h3_and_list ul li span:first-child {
    font-size: 14px; }
  .h3_and_list h3 {
    font-size: 16px; }
  .eight_sessions .box_flex_wrap_trile.session_2 .rigth_elem {
    flex-basis: 320px; }
  .eight_sessions .box_flex_wrap_trile.session_2 .left_elem {
    flex-basis: 320px; }
  .eight_sessions .box_flex_wrap_trile.session_3 .left_elem {
    flex-basis: 320px; }
  .eight_sessions .box_flex_wrap_trile.session_3 .rigth_elem {
    flex-basis: 320px; }
  .eight_sessions .box_flex_wrap_trile.session_4 .rigth_elem {
    flex-basis: 320px; }
  .eight_sessions .box_flex_wrap_trile.session_4 .left_elem {
    flex-basis: 320px; }
  .eight_sessions .box_flex_wrap_trile.session_5 .left_elem {
    flex-basis: 320px; }
  .eight_sessions .box_flex_wrap_trile.session_5 .right_elem {
    flex-basis: 320px; }
  .eight_sessions .box_flex_wrap_trile.session_6 .left_elem {
    flex-basis: 320px; }
  .eight_sessions .box_flex_wrap_trile.session_6 .right_elem {
    flex-basis: 320px; }
  .eight_sessions .box_flex_wrap_trile.session_7 .left_elem {
    flex-basis: 320px; }
  .eight_sessions .box_flex_wrap_trile.session_7 .right_elem {
    flex-basis: 320px; }
  .eight_sessions .box_flex_wrap_trile.session_8 .left_elem {
    flex-basis: 320px; }
  .eight_sessions .box_flex_wrap_trile.session_8 .right_elem {
    flex-basis: 320px; }
  .eight_sessions .box_flex_wrap_trile.session_5 .rigth_elem {
    flex-basis: 320px; }
  .eight_sessions .box_flex_wrap_trile.session_6 .rigth_elem {
    flex-basis: 320px; }
  .eight_sessions .box_flex_wrap_trile.session_7 .rigth_elem {
    flex-basis: 320px; }
  .eight_sessions .box_flex_wrap_trile.session_8 .rigth_elem {
    flex-basis: 320px; }
  .header_section .face_1 {
    flex-basis: 320px;
    background-size: 50%; }
  .header_section .face_2 {
    flex-basis: 320px;
    background-size: 50%; }
  .header_section .face_2 p b:last-child {
    font-size: 12px; }
  .header_section .face_2 p b {
    font-size: 12px; }
  .header_section .face_2 p {
    font-size: 12px; }
  .header_section .face_1 p b:last-child {
    font-size: 12px; }
  .header_section .face_1 p b {
    font-size: 12px; }
  .header_section .face_1 p {
    font-size: 12px; }
  .middle_section h2 {
    font-size: 24px; }
  .combiner .value {
    font-size: 45px; }
  .wrapper_purple:after {
    display: none; }
  .wrapper_purple:before {
    display: none; }
  .combiner .nth_value p span {
    font-size: 14px; }
  .combiner .nth_value p {
    font-size: 14px; }
  .video {
    width: 280px;
    height: 200px;
    background-size: cover; } }
