@font-face {
  font-family: 'main';
  src: url("../css/fonts/main.otf") format("truetype");
  font-weight: normal;
  font-style: normal; }
.course_first {
  min-height: 600px; }
  .course_first .first_sect_und {
    background: rgba(0, 0, 0, 0.69); }
    .course_first .first_sect_und .first_sect_text {
      margin-top: 25vh; }
      .course_first .first_sect_und .first_sect_text h1 {
        text-align: left;
        font-size: 127px;
        line-height: 110px;
        color: #ffbf00; }
      .course_first .first_sect_und .first_sect_text h2 {
        text-align: left;
        text-transform: uppercase;
        font-size: 55px;
        margin-top: 0; }
      .course_first .first_sect_und .first_sect_text h3 {
        text-align: left;
        font-size: 43px;
        margin-left: 6px; }
      .course_first .first_sect_und .first_sect_text a {
        margin: 0;
        margin-top: 37px;
        box-shadow: 0 0 0;
        background: #ff2f2f;
        border-radius: 2px; }
        .course_first .first_sect_und .first_sect_text a:hover {
          background: #c31818;
          box-shadow: 0 0 0; }
    .course_first .first_sect_und .first_sect_img {
      margin-top: 30vh; }

.timer_event {
  background: #020004;
  padding: 60px 0; }
  .timer_event .is-countdown {
    background: transparent;
    border: 0;
    color: #fff; }
    .timer_event .is-countdown .countdown-row .countdown-section {
      border-left: 1px solid #fff;
      border-right: 1px solid #fff; }
    .timer_event .is-countdown .countdown-row .countdown-section:first-child {
      border-left: 0; }
    .timer_event .is-countdown .countdown-row .countdown-section:last-child {
      border-right: 0; }
    .timer_event .is-countdown .countdown-row .countdown-amount {
      font-size: 62px;
      color: #ffbf00; }
    .timer_event .is-countdown .countdown-row .countdown-period {
      font-size: 18px;
      text-transform: uppercase; }

.products_event {
  padding: 60px 0;
  background: url("../img/product/back.png");
  background-size: 51%;
  background-repeat-x: repeat;
  background-repeat-y: repeat; }
  .products_event .product {
    padding-top: 150px;
    position: relative;
    height: 455px;
    margin-top: 30px;
    background: #000;
    border-radius: 5px 5px 5px 5px; }
    .products_event .product .ribbon {
      position: absolute;
      left: -12px;
      top: -10px;
      z-index: 1;
      overflow: hidden;
      width: 124px;
      height: 124px;
      text-align: right; }
      .products_event .product .ribbon span {
        font-size: 15px;
        font-weight: bold;
        color: #FFF;
        text-transform: uppercase;
        text-align: center;
        line-height: 25px;
        transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
        width: 126px;
        display: block;
        background: #79A70A;
        background: linear-gradient(#ff2f2f 0%, #ff2f2f 100%);
        box-shadow: 0 3px 10px -5px #201b27;
        position: absolute;
        top: 30px;
        left: -19px; }
        .products_event .product .ribbon span:before {
          content: "";
          position: absolute;
          left: 0px;
          top: 100%;
          z-index: -1;
          border-left: 3px solid #a21616;
          border-right: 3px solid transparent;
          border-bottom: 3px solid transparent;
          border-top: 3px solid #690707; }
        .products_event .product .ribbon span:after {
          content: "";
          position: absolute;
          right: 0px;
          top: 100%;
          z-index: -1;
          border-left: 3px solid transparent;
          border-right: 3px solid #a21616;
          border-bottom: 3px solid transparent;
          border-top: 3px solid #690707; }
    .products_event .product .product_img {
      position: absolute;
      top: 0;
      height: 120px;
      width: 100%; }
      .products_event .product .product_img .product_img_und {
        width: 100%;
        height: 100%;
        background: rgba(17, 1, 35, 0.35); }
    .products_event .product .product_text {
      border-radius: 0 0 5px 5px; }
      .products_event .product .product_text h3 {
        color: #fff;
        text-align: center;
        margin: 0;
        text-transform: uppercase;
        font-weight: bold; }
      .products_event .product .product_text span {
        color: #fff;
        text-align: center;
        display: block;
        font-style: italic;
        margin-bottom: 10px; }
      .products_event .product .product_text .product_price p {
        background: #ffbf00;
        text-align: center;
        font-size: 51px;
        font-weight: bold;
        color: #fff;
        width: 100%; }
        .products_event .product .product_text .product_price p span {
          display: block;
          font-size: 14px;
          font-weight: 400;
          text-decoration: line-through;
          position: relative;
          top: 6px;
          color: #fff;
          margin-bottom: 0; }
      .products_event .product .product_text p {
        color: #fff;
        margin: 0 auto;
        width: 90%;
        text-align: center;
        margin-top: 19px;
        font-size: 12px; }
    .products_event .product .product_mod_btn {
      width: 40%;
      margin: 0 auto;
      display: block;
      margin-top: 24px;
      border-radius: 2px;
      border: 0;
      background: #ff2f2f; }
      .products_event .product .product_mod_btn:hover {
        background: #690707;
        -webkit-transition: 0.4s;
        -moz-transition: 0.4s;
        -o-transition: 0.4s;
        transition: 0.4s; }
  .products_event .another_product .panel {
    margin-bottom: 0;
    border-radius: 4px;
    border: 0;
    box-shadow: 0 0 0;
    background: transparent; }
    .products_event .another_product .panel .panel-heading {
      color: #333;
      background-color: transparent;
      border-color: transparent; }
      .products_event .another_product .panel .panel-heading .panel-title {
        margin-top: 0;
        margin-bottom: 0;
        font-size: 16px;
        color: inherit;
        width: 400px;
        display: block;
        margin: 0 auto;
        text-align: center; }
        .products_event .another_product .panel .panel-heading .panel-title .more_prod_btn {
          padding: 16px;
          display: block;
          background: #ff2f2f;
          border-radius: 2px;
          color: #fff;
          font-size: 23px;
          font-weight: bold;
          margin-top: 56px;
          margin-bottom: 20px;
          font-family: "main"; }
          .products_event .another_product .panel .panel-heading .panel-title .more_prod_btn:hover {
            background: #690707;
            -webkit-transition: 0.4s;
            -moz-transition: 0.4s;
            -o-transition: 0.4s;
            transition: 0.4s;
            text-decoration: none; }
    .products_event .another_product .panel .panel-body {
      padding: 0; }

.about_event {
  padding: 33px 0;
  background: url("../img/about.jpg");
  background-size: cover; }
  .about_event .head_event {
    color: #ffbf00;
    font-weight: bold;
    margin-top: 40px;
    margin-bottom: 29px;
    text-align: left; }
  .about_event .main_text {
    color: #fff;
    font-size: 18px;
    text-align: left;
    width: 90%;
    line-height: 32px; }
  .about_event img {
    width: 59%;
    margin: 0 auto;
    display: block; }
  .about_event a {
    margin: 0 auto;
    margin-top: 50px;
    display: block;
    padding: 15px;
    background: #ff2f2f;
    color: #fff;
    width: 280px;
    font-size: 20px;
    border-radius: 2px;
    box-shadow: 0 0 0;
    border-color: transparent;
    text-transform: uppercase;
    text-align: center; }
    .about_event a:hover {
      text-decoration: none;
      -webkit-transition: 0.4s;
      -moz-transition: 0.4s;
      -o-transition: 0.4s;
      transition: 0.4s;
      background: #b11515; }

.promo_event {
  background: url("../img/about.jpg");
  background-size: cover; }
  .promo_event .promo_sect_und {
    padding-bottom: 56px;
    background: transparent;
    border-top: 2px solid #ffbf00; }
    .promo_event .promo_sect_und .base_head {
      color: #ffbf00 !important;
      font-weight: bold; }
    .promo_event .promo_sect_und .base_head_desc {
      text-align: center;
      margin-top: 0;
      font-size: 14px;
      font-style: italic;
      color: #ffffff !important; }
    .promo_event .promo_sect_und .base_head_desc {
      color: #ffffff !important; }
    .promo_event .promo_sect_und .promo_reg_btn {
      background: #ffbf00 !important;
      color: #000 !important; }
    .promo_event .promo_sect_und .promo_reg_input {
      color: #000 !important; }

.contact_event .base_head {
  color: #000 !important;
  font-weight: bold; }
.contact_event .base_head_desc {
  color: #ff2f2f !important; }
.contact_event ul li {
  font-weight: bold; }

footer {
  background: #050505;
  padding-top: 23px;
  padding-bottom: 5px; }

.product_reg .promo_reg_input {
  margin-top: 20px;
  outline: 0;
  padding: 14px;
  color: #000;
  border-radius: 3px;
  border: 0;
  display: block;
  width: 100%; }
.product_reg .promo_reg_hidden {
  display: none; }
.product_reg .promo_reg_btn {
  margin-top: 20px;
  padding: 14px;
  border: 0;
  text-transform: uppercase;
  font-size: 15px;
  border-radius: 4px;
  background: #ff2f2f;
  color: #fff;
  display: block;
  width: 100%; }

.modal .modal-title {
  color: #000; }
.modal .modal_reg_btn {
  border: 0;
  color: #fff;
  text-align: center;
  padding: 10px;
  background: #ff2f2f;
  width: 90%;
  border-radius: 3px;
  margin: 0 auto;
  margin-top: 20px;
  display: block; }
.modal .modal_reg_input {
  width: 90%;
  border: 1px solid #c1bcbc;
  padding: 10px;
  border-radius: 3px;
  margin: 0 auto;
  margin-top: 10px;
  color: #333;
  display: block; }
.modal .modal_reg_hidden {
  display: none; }

.super_product {
  background: #ffbf00; }
  .super_product .super_desc img {
    width: 64%;
    display: block;
    margin: 0 auto;
    margin-top: 32px; }
  .super_product .super_desc .super_text {
    overflow: hidden;
    margin: 60px 0; }
    .super_product .super_desc .super_text h2 {
      font-family: "main";
      font-size: 45px;
      font-weight: bold;
      text-align: left;
      margin-top: 60px; }
    .super_product .super_desc .super_text p {
      color: #444146;
      font-size: 19px;
      line-height: 31px; }
  .super_product .panel-group .panel {
    background: transparent;
    border: 0;
    box-shadow: 0 0 0; }
    .super_product .panel-group .panel .panel-heading {
      color: #fff;
      background: #ff2f2f;
      border: 0;
      width: 400px;
      margin: 0 auto;
      margin-top: 33px;
      text-align: center;
      margin-bottom: 50px; }
      .super_product .panel-group .panel .panel-heading h4 {
        font-size: 24px;
        font-weight: bold;
        font-family: "main";
        padding: 8px; }
        .super_product .panel-group .panel .panel-heading h4 a:hover, .super_product .panel-group .panel .panel-heading h4 a:visited, .super_product .panel-group .panel .panel-heading h4 a:focus {
          text-decoration: none; }
    .super_product .panel-group .panel .panel-body .product {
      padding-top: 150px;
      position: relative;
      height: 455px;
      margin-top: 30px;
      background: #000;
      border-radius: 5px 5px 5px 5px; }
      .super_product .panel-group .panel .panel-body .product .ribbon {
        position: absolute;
        left: -12px;
        top: -10px;
        z-index: 1;
        overflow: hidden;
        width: 124px;
        height: 124px;
        text-align: right; }
        .super_product .panel-group .panel .panel-body .product .ribbon span {
          font-size: 15px;
          font-weight: bold;
          color: #FFF;
          text-transform: uppercase;
          text-align: center;
          line-height: 25px;
          transform: rotate(-45deg);
          -webkit-transform: rotate(-45deg);
          width: 126px;
          display: block;
          background: #79A70A;
          background: linear-gradient(#ff2f2f 0%, #ff2f2f 100%);
          box-shadow: 0 3px 10px -5px #201b27;
          position: absolute;
          top: 30px;
          left: -19px; }
          .super_product .panel-group .panel .panel-body .product .ribbon span:before {
            content: "";
            position: absolute;
            left: 0px;
            top: 100%;
            z-index: -1;
            border-left: 3px solid #a21616;
            border-right: 3px solid transparent;
            border-bottom: 3px solid transparent;
            border-top: 3px solid #690707; }
          .super_product .panel-group .panel .panel-body .product .ribbon span:after {
            content: "";
            position: absolute;
            right: 0px;
            top: 100%;
            z-index: -1;
            border-left: 3px solid transparent;
            border-right: 3px solid #a21616;
            border-bottom: 3px solid transparent;
            border-top: 3px solid #690707; }
      .super_product .panel-group .panel .panel-body .product .product_img {
        position: absolute;
        top: 0;
        height: 120px;
        width: 100%; }
        .super_product .panel-group .panel .panel-body .product .product_img .product_img_und {
          width: 100%;
          height: 100%;
          background: rgba(17, 1, 35, 0.35); }
      .super_product .panel-group .panel .panel-body .product .product_text {
        border-radius: 0 0 5px 5px; }
        .super_product .panel-group .panel .panel-body .product .product_text h3 {
          color: #fff;
          text-align: center;
          margin: 0;
          text-transform: uppercase;
          font-weight: bold; }
        .super_product .panel-group .panel .panel-body .product .product_text span {
          color: #fff;
          text-align: center;
          display: block;
          font-style: italic;
          margin-bottom: 10px; }
        .super_product .panel-group .panel .panel-body .product .product_text .product_price p {
          background: #ff2f2f;
          text-align: center;
          font-size: 51px;
          font-weight: bold;
          color: #fff;
          width: 100%; }
          .super_product .panel-group .panel .panel-body .product .product_text .product_price p span {
            display: block;
            font-size: 14px;
            font-weight: 400;
            text-decoration: line-through;
            position: relative;
            top: 6px;
            color: #fff;
            margin-bottom: 0; }
        .super_product .panel-group .panel .panel-body .product .product_text p {
          color: #fff;
          margin: 0 auto;
          width: 90%;
          text-align: center;
          margin-top: 19px;
          font-size: 12px; }
      .super_product .panel-group .panel .panel-body .product .product_mod_btn {
        width: 40%;
        margin: 0 auto;
        display: block;
        margin-top: 24px;
        border-radius: 2px;
        border: 0;
        background: #ffbf00;
        color: #000000; }
        .super_product .panel-group .panel .panel-body .product .product_mod_btn:hover {
          background: #690707;
          -webkit-transition: 0.4s;
          -moz-transition: 0.4s;
          -o-transition: 0.4s;
          transition: 0.4s; }

@media (max-width: 1238px) {
  .first_sect_img {
    margin-top: 34vh;
    width: 90%; } }
@media (max-width: 991px) {
  .first_sect_img {
    display: none; }

  .about_event img {
    width: 36%; }

  .head_event {
    text-align: center !important; }

  .about_event .main_text {
    line-height: 27px;
    text-align: center;
    margin: 0 auto; }

  footer .footer_bot_p {
    text-align: center; }

  .products_event {
    background: transparent; }

  .promo_event {
    background-position: center; }

  .super_product .super_desc img {
    width: 35%;
    margin-top: 20px; }
  .super_product .super_desc .super_text {
    overflow: hidden;
    margin: 0; }
    .super_product .super_desc .super_text h2 {
      text-align: center; }
    .super_product .super_desc .super_text p {
      text-align: center; } }
@media (max-width: 476px) {
  .first_sect_text h1 {
    font-size: 80px !important;
    line-height: 78px !important;
    text-align: center !important; }

  .first_sect_text h3 {
    text-align: center !important;
    font-size: 24px !important; }

  .first_sect_text h2 {
    text-align: center !important;
    font-size: 44px !important; }

  .first_sect_text a {
    margin: 0 auto !important;
    margin-top: 57px !important; }

  .product {
    height: 500px !important; }
    .product .product_img {
      background-position: center !important; }
    .product .product_text p {
      font-size: 15px;
      width: 84% !important; }

  .product_text h3 {
    font-size: 21px; }

  .product_text .product_price p {
    width: 100% !important; }

  .panel-title {
    width: 240px !important; }
    .panel-title .more_prod_btn {
      width: 225px !important;
      font-size: 20px !important;
      margin: 0 auto;
      margin-top: 20px !important; }

  .super_product .super_desc img {
    width: 70%; }
  .super_product .super_desc .super_text {
    overflow: hidden;
    margin: 0; }
    .super_product .super_desc .super_text h2 {
      font-size: 28px; }
    .super_product .super_desc .super_text p {
      font-size: 15px;
      line-height: 22px; }
  .super_product .panel-group .panel .panel-heading {
    width: 263px; } }

/*# sourceMappingURL=event.css.map */
