html {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  background: #000; }
  html body {
    background: #000 !important; }

button, textarea {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400; }

.container_own {
  max-width: 1345px;
  padding: 0 15px;
  width: 100%; }

.wrapper {
  overflow: hidden;
  max-width: 1920px;
  margin: 0 auto;
  margin-left: auto;
  margin-right: auto; }

.d-flex {
  display: flex;
  justify-content: center; }

.red_btn_own {
  display: inline-flex !important;
  justify-content: center !important;
  align-items: center !important;
  padding: 16px !important;
  color: #FFF !important;
  text-align: center !important;
  font-size: 18px !important;
  line-height: initial !important;
  border-radius: 25px;
  background: #DC5242;
  height: 73px !important; }
  .red_btn_own:hover {
    text-decoration: none;
    background: #DC5242;
    box-shadow: 0px 4px 28px 0px #DC5242; }

.title_own {
  width: 100%;
  color: #FFF;
  font-size: 25px;
  font-weight: 600;
  font-weight: 600; }
  .title_own span {
    color: #FCED18; }

h1, .h1 {
  width: 100%;
  color: #FFF;
  font-size: 45px;
  line-height: 120%; }
  h1 span, .h1 span {
    color: #DC5242;
    font-weight: 600; }

main {
  padding-top: 158px; }

@keyframes slideRightToLeft {
  0% {
    transform: translateX(100%); }
  100% {
    transform: translateX(-100%); } }

@keyframes slideRightToLeft2 {
  0% {
    transform: translateX(-100%); }
  100% {
    transform: translateX(100%); } }

.main_section {
  width: 100%;
  padding-bottom: 107px;
  position: relative; }
  .main_section .back {
    position: absolute;
    z-index: 1;
    top: -137px;
    right: 0; }
  .main_section .container_own {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: center; }
  .main_section h1, .main_section .h1 {
    margin-bottom: 53px;
    margin-top: 0; }
  .main_section .text {
    width: 100%;
    text-align: center;
    color: #FFF;
    font-size: 20px;
    margin-bottom: 43px; }
    .main_section .text span {
      color: #FCED18; }
  .main_section .title_own {
    max-width: 510px;
    text-align: center;
    margin-bottom: 66px; }
  .main_section ul {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center; }
    .main_section ul li {
      width: 100%;
      max-width: 271px;
      position: relative;
      padding-left: 32px;
      color: #FFF;
      font-size: 18px;
      line-height: 120%; }
      .main_section ul li::before {
        content: "";
        position: absolute;
        width: 12px;
        height: 100%;
        border-radius: 10px;
        background: #FFF;
        left: 0;
        top: 0; }

.rounded_list {
  width: 100%;
  margin-bottom: 37px; }
  .rounded_list li {
    width: 100%;
    position: relative;
    padding-left: 51px;
    color: #FFF;
    font-size: 18px;
    line-height: 120%;
    margin-bottom: 10px; }
    .rounded_list li:last-child {
      margin-bottom: 0; }
    .rounded_list li::before {
      content: "";
      position: absolute;
      width: 13px;
      height: 13px;
      border-radius: 50%;
      background: #DC5242;
      left: 9px;
      top: 1px; }

.speaker_section {
  width: 100%;
  padding-top: 61px; }
  .speaker_section .title_own {
    margin-bottom: 63px; }
  .speaker_section .wrap {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center; }
    .speaker_section .wrap .left_cont {
      width: calc(100% - 500px); }
      .speaker_section .wrap .left_cont .top_area {
        width: 100%;
        display: flex;
        justify-content: flex-start;
        align-items: flex-end;
        padding-bottom: 41px;
        border-bottom: 1px solid #585858;
        margin-bottom: 41px; }
        .speaker_section .wrap .left_cont .top_area .image {
          width: 100%;
          max-width: 219px;
          position: relative; }
          .speaker_section .wrap .left_cont .top_area .image .img {
            width: 100%; }
          .speaker_section .wrap .left_cont .top_area .image .play {
            position: absolute;
            left: 50%;
            transform: translateX(-50%);
            z-index: 2;
            bottom: 54px; }
        .speaker_section .wrap .left_cont .top_area .right_text {
          width: calc(1005 - 219px);
          padding-left: 62px;
          position: relative; }
          .speaker_section .wrap .left_cont .top_area .right_text #myAudio {
            position: absolute;
            opacity: 0;
            visibility: hidden; }
          .speaker_section .wrap .left_cont .top_area .right_text p {
            width: 100%;
            color: #FFF;
            font-size: 16px;
            line-height: 120%;
            margin-bottom: 30px; }
          .speaker_section .wrap .left_cont .top_area .right_text .grey_btn {
            display: inline-flex;
            justify-content: center;
            align-items: center;
            color: #FFF;
            font-size: 15px;
            padding: 11px 17px;
            border-radius: 10px;
            background: #333;
            text-decoration: none; }
      .speaker_section .wrap .left_cont .img_mobile {
        display: none; }
      .speaker_section .wrap .left_cont .hidden_block {
        display: none; }
      .speaker_section .wrap .left_cont .hidden_show {
        display: block; }
      .speaker_section .wrap .left_cont .rounded_list {
        margin-bottom: 41px; }
        .speaker_section .wrap .left_cont .rounded_list .small_list {
          width: 100%;
          padding-left: 10px; }
          .speaker_section .wrap .left_cont .rounded_list .small_list li {
            width: 100%;
            padding-left: 10px;
            margin-bottom: 0; }
            .speaker_section .wrap .left_cont .rounded_list .small_list li::before {
              content: "";
              position: absolute;
              width: 3px;
              height: 3px;
              border-radius: 50%;
              background: #fff;
              top: 50%;
              left: 0;
              transform: translateY(-50%); }
      .speaker_section .wrap .left_cont .read_full {
        display: inline-flex;
        justify-content: center;
        align-items: center;
        color: #000;
        font-size: 20px;
        padding: 15px 36px;
        border-radius: 10px;
        background: #FFF; }
        .speaker_section .wrap .left_cont .read_full:hover {
          text-decoration: none; }
    .speaker_section .wrap .right_cont {
      margin-right: -100px; }

.program_section {
  width: 100%;
  padding-top: 68px; }
  .program_section .title_own {
    margin-bottom: 99px;
    max-width: 678px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    text-transform: uppercase; }
  .program_section .faq_cont {
    width: 100%;
    border-radius: 100px;
    border: 1px solid #FFF;
    margin-bottom: 29px; }
    .program_section .faq_cont.active {
      border-radius: 50px; }
      .program_section .faq_cont.active .wrap {
        display: block; }
      .program_section .faq_cont.active figure .standart {
        display: none; }
      .program_section .faq_cont.active figure .rotate {
        display: block !important; }
    .program_section .faq_cont .standart {
      display: none; }
    .program_section .faq_cont .top_area {
      width: 100%;
      padding: 30px;
      display: flex;
      justify-content: flex-start;
      align-items: center; }
      .program_section .faq_cont .top_area .day {
        display: inline-flex;
        justify-content: center;
        align-items: center;
        width: 150px;
        height: 59px;
        border-radius: 50px;
        background: #DC5242;
        color: #FFF;
        font-size: 25px;
        font-weight: 600; }
      .program_section .faq_cont .top_area .title {
        width: calc(100% - 250px);
        padding-left: 51px;
        color: #FFF;
        font-size: 20px; }
      .program_section .faq_cont .top_area figure {
        width: 38px;
        position: relative;
        display: inline-flex;
        justify-content: center;
        align-items: center;
        cursor: pointer; }
        .program_section .faq_cont .top_area figure .rotate {
          display: none; }
    .program_section .faq_cont .wrap {
      width: 100%;
      padding: 11px 30px 19px 28px;
      padding-bottom: 37px; }
      .program_section .faq_cont .wrap .text {
        width: 100%;
        position: relative;
        color: #FFF;
        font-size: 18px;
        line-height: 120%;
        padding-left: 73px; }
        .program_section .faq_cont .wrap .text::before {
          content: "";
          width: 13px;
          height: 13px;
          background: #fff;
          border-radius: 50%;
          left: 28px;
          top: 1px;
          position: absolute; }
      .program_section .faq_cont .wrap .audio_item {
        width: 100%;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        margin-top: 31px;
        display: none; }
        .program_section .faq_cont .wrap .audio_item audio {
          width: 100%;
          max-width: 306px; }
        .program_section .faq_cont .wrap .audio_item audio::-webkit-media-controls-play-button,
        .program_section .faq_cont .wrap .audio_item audio::-webkit-media-controls-panel {
          background-color: #fff;
          color: #fff; }
        .program_section .faq_cont .wrap .audio_item audio::-webkit-media-controls-play-button {
          display: none; }
        .program_section .faq_cont .wrap .audio_item audio::-webkit-progress-value {
          background-color: orange; }
        .program_section .faq_cont .wrap .audio_item .audio_btn {
          padding: 12px 36px;
          display: inline-flex;
          justify-content: center;
          align-items: center;
          color: #000;
          font-size: 20px;
          border-radius: 5px;
          background: #FFF;
          margin-left: 42px;
          text-decoration: none; }
        .program_section .faq_cont .wrap .audio_item .audio-track {
          width: 100%;
          max-width: 306px;
          height: 1px;
          background-color: #FFF;
          position: relative; }
        .program_section .faq_cont .wrap .audio_item .time {
          width: 0;
          background-color: #474747;
          position: absolute;
          left: 0;
          top: 50%;
          transform: translateY(-50%);
          height: 7.5px;
          border-radius: 6.301px;
          background: #DC5242; }
          .program_section .faq_cont .wrap .audio_item .time img {
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            right: -18px; }
      .program_section .faq_cont .wrap .bottom_text {
        width: 100%;
        color: #949494;
        font-size: 18px;
        margin-top: 33px; }

h1, .h1 {
  width: 100%;
  color: #FFF;
  text-align: center;
  font-size: 45px;
  font-weight: 600; }

.discount_section {
  width: 100%;
  position: relative;
  z-index: 2; }
  .discount_section .inside {
    width: 100%;
    border-radius: 25px;
    background: #FFF;
    padding: 34px 40px 25px; }
    .discount_section .inside .title {
      width: 100%;
      color: #000;
      text-align: center;
      font-size: 25px;
      font-weight: 600;
      margin-bottom: 28px; }
    .discount_section .inside .bottom_cont {
      width: 100%;
      display: flex;
      justify-content: space-between;
      align-items: center; }
      .discount_section .inside .bottom_cont .text_cont {
        display: flex;
        flex-direction: column;
        align-items: flex-start; }
        .discount_section .inside .bottom_cont .text_cont .title_own {
          color: #000;
          margin: 0; }
        .discount_section .inside .bottom_cont .text_cont .title_own_lined {
          margin-top: 16px;
          color: #949494;
          font-weight: 400;
          text-decoration-line: line-through; }
      .discount_section .inside .bottom_cont .timer_cont {
        width: 100%;
        max-width: 176px;
        border-radius: 10px;
        background: #E3E3E3;
        padding: 9px 15px; }
        .discount_section .inside .bottom_cont .timer_cont .title_timer {
          width: 100%;
          color: #000;
          font-size: 14px;
          margin-bottom: 9px; }
        .discount_section .inside .bottom_cont .timer_cont .is-countdown {
          width: 100%;
          border: none;
          position: relative;
          background: none; }
          .discount_section .inside .bottom_cont .timer_cont .is-countdown::before{
            content: ":";
            position: absolute;
            left: 48%;
            transform: translateX(-50%);
            top: -2px;
            color: #000;
            font-size: 28.778px;
          }
        .discount_section .inside .bottom_cont .timer_cont .countdown-amount {
          color: #000;
          font-size: 20.341px;
          font-weight: 400;
          width: 51px;
          height: 39.868px;
          border-radius: 8.136px;
          background: #FFF;
          display: inline-flex;
          justify-content: center;
          align-items: center; }
        .discount_section .inside .bottom_cont .timer_cont .countdown-period {
          margin-top: 5px;
          color: #000;
          font-size: 14px;
          font-weight: 400; }
      .discount_section .inside .bottom_cont .red_btn_own {
        width: 100%;
        max-width: 600px; }

.about_testdrive {
  width: 100%;
  margin-top: 71px; }
  .about_testdrive .container_own {
    display: flex;
    justify-content: space-between;
    align-items: center; }
  .about_testdrive .left_cont {
    position: relative;
    margin-left: -173px;
    width: 100%;
    max-width: 630px; }
    .about_testdrive .left_cont img {
      position: relative;
      z-index: 2; }
    .about_testdrive .left_cont .overlay {
      position: absolute;
      width: 212px;
      height: 212px;
      top: 50%;
      left: 50%;
      transform: translateX(-50%) translateY(-50%);
      background: #DC5242;
      filter: blur(125px);
      border-radius: 50%;
      z-index: 1; }
  .about_testdrive .right_cont {
    width: 100%;
    max-width: 896px;
    position: relative;
    padding: 105px 0; }
    .about_testdrive .right_cont::before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      height: 1px;
      background: #fff;
      width: 475px; }
    .about_testdrive .right_cont::after {
      content: "";
      position: absolute;
      bottom: 0;
      left: 0;
      height: 1px;
      background: #fff;
      width: 475px; }
    .about_testdrive .right_cont p {
      width: 100%;
      color: #FFF;
      font-size: 20px;
      line-height: 120%;
      margin: 0;
      margin-bottom: 20px; }
      .about_testdrive .right_cont p:last-child {
        margin-bottom: 0; }
      .about_testdrive .right_cont p span {
        color: #FCED18; }

.get_full_access {
  width: 100%;
  padding-top: 69px;
  margin-bottom: 15px; }
  .get_full_access .title_own {
    margin-bottom: 63px;
    text-align: center;
    text-transform: uppercase; }
  .get_full_access .wrap {
    width: 100%;
    border-radius: 10px;
    background: #FFF;
    padding: 28px 23px; }
    .get_full_access .wrap ul {
      width: 100%;
      padding: 0;
      list-style: none;
      margin-bottom: 33px; }
      .get_full_access .wrap ul li {
        width: 100%;
        position: relative;
        color: #000;
        font-size: 18px;
        line-height: 120%;
        margin-bottom: 11px;
        padding-left: 23px; }
        .get_full_access .wrap ul li:last-child {
          margin-bottom: 0; }
        .get_full_access .wrap ul li::before {
          content: "";
          width: 16px;
          height: 16px;
          border: 2px solid #DC5242;
          border-radius: 50%;
          position: absolute;
          left: 0;
          top: 0; }
    .get_full_access .wrap .cont {
      width: 100%;
      position: relative;
      padding-left: 23px; }
      .get_full_access .wrap .cont::before {
        content: "";
        position: absolute;
        background: url("../img/img23.svg") top center no-repeat;
        background-size: cover;
        width: 16px;
        height: 51px;
        left: 0;
        top: 0; }
      .get_full_access .wrap .cont .title {
        width: 100%;
        color: #DC5242;
        font-size: 18px;
        margin-bottom: 11px; }
      .get_full_access .wrap .cont .text {
        width: 100%;
        color: #000;
        font-size: 18px;
        font-style: italic;
        line-height: 120%; }

.hidden_list_wrap {
  display: none; }
